3 -- http://www.phpmyadmin.net
6 -- Generation Time: Apr 26, 2018 at 08:59 PM
7 -- Server version: 5.5.51-38.2
10 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
11 SET time_zone = "+00:00";
14 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
15 /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
16 /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
17 /*!40101 SET NAMES utf8 */;
20 -- Database: `ecorvid_4chan_bans`
23 -- --------------------------------------------------------
26 -- Table structure for table `Bans`
29 CREATE TABLE IF NOT EXISTS `Bans` (
30 `board` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
31 `now` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
32 `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
33 `trip` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
34 `com` text COLLATE utf8_unicode_ci,
35 `time` int(20) NOT NULL,
36 `md5` varchar(34) COLLATE utf8_unicode_ci DEFAULT NULL,
37 `filename` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
38 `action` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
39 `length` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
40 `reason` text COLLATE utf8_unicode_ci
41 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
44 -- Dumping data for table `Bans`
47 INSERT INTO `Bans` (`board`, `now`, `name`, `trip`, `com`, `time`, `md5`, `filename`, `action`, `length`, `reason`) VALUES
48 ('pol', '04/26/18(Thu)20:06:34', 'Anonymous', NULL, '<span class="quote">>be me</span><br><span class="quote">>be 27 year old ugly beta loser nofriends autist with no friends or social experiences since school, no female attention ever, have never been to a pub, club, or party, and have no passions in life</span><br><span class="quote">>wake up at 7 am</span><br><span class="quote">>read a book, go back to sleep, don't leave bed until noon</span><br><span class="quote">>go to gym then go to full time job which miraculously requires almost no effort or time at the office</span><br><span class="quote">>leave job at 4 pm</span><br><span class="quote">>eat food while browsing the internet</span><br><span class="quote">>spend time learning boring maths to feel like less of a pleb</span><br><span class="quote">>leave flat to drink coffee in central London but change my mind and waste 30 minutes</span><br><span class="quote">>walk past pub filled with happy young people in the primes of their lives</span><br><span class="quote">>apply for jobs while watching question time with /pol/ but it's boring as fuck</span><br><br>Life sucks. I'm too ugly and non-normie to pass job interviews and get good jobs. I stupidly did a degree I hated so I threw away my chances of ever living an intellectual life. <br><br>If you don't go straight from Oxbridge to a prestigious company, why even bother?<br><br>I always did well in education until my last few years of university where I did almost no work and got only an acceptable grade. Now I feel jelly at people who at my age have concrete technical skills. If I have to be an Excel monkey for the rest of my life I may as well give up.<br><br>Living in a tiny studio flat feels like being cucked every single day. It is humiliating to live like this when every single person on tv lives in a large house. Being an ugly male is humiliating in 2018, especially when Chads and women get everything handed to them. I consider getting a £7.50/hr part time job and read about sugar babies getting £750 easily. Again, why bother? The humiliation alone is too much.<br><br>I read books and learn stuff to feel like less of a pleb but I am rudderless.<br><br>My only pleasures are junk food and coffee, which I should give up soon. Avoiding those and wasting time on the internet requires monk level willpower.<br><br>How will I cope with life when I don't even have free time?', 1524787594, '3f4939c9f3bcec2d5cf48d3af268b86c', '9C904B881A024CA19609FC8898341C4C1351000001069EFD1D54', 'Ban', '30 days', 'Global 9 - Ban Evasion');
50 -- --------------------------------------------------------
53 -- Table structure for table `JSONProperties`
56 CREATE TABLE IF NOT EXISTS `JSONProperties` (
57 `FileNumber` int(255) NOT NULL,
58 `NewestTime` varchar(255) COLLATE utf8_unicode_ci NOT NULL
59 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
62 -- Dumping data for table `JSONProperties`
65 INSERT INTO `JSONProperties` (`FileNumber`, `NewestTime`) VALUES
166 -- Indexes for dumped tables
170 -- Indexes for table `Bans`
173 ADD PRIMARY KEY (`time`), ADD UNIQUE KEY `now` (`now`);
176 -- Indexes for table `JSONProperties`
178 ALTER TABLE `JSONProperties`
179 ADD PRIMARY KEY (`FileNumber`);
181 /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
182 /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
183 /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;