Guest User

Untitled

a guest
Jan 1st, 2013
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 11.62 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 2.8.0.1
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: custsql-ipg28.eigbox.net
  6. -- Generation Time: Jan 01, 2013 at 10:12 AM
  7. -- Server version: 5.0.91
  8. -- PHP Version: 4.4.9
  9. --
  10. -- Database: `bfb`
  11. --
  12.  
  13. -- --------------------------------------------------------
  14.  
  15. --
  16. -- Table structure for table `administrators`
  17. --
  18.  
  19. CREATE TABLE `administrators` (
  20.   `ADMINID` BIGINT(20) NOT NULL AUTO_INCREMENT,
  21.   `email` VARCHAR(80) NOT NULL DEFAULT '',
  22.   `username` VARCHAR(80) NOT NULL DEFAULT '',
  23.   `password` VARCHAR(50) NOT NULL DEFAULT '',
  24.   PRIMARY KEY  (`ADMINID`),
  25.   UNIQUE KEY `email` (`email`),
  26.   UNIQUE KEY `username` (`username`)
  27. ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
  28.  
  29. --
  30. -- Dumping data for table `administrators`
  31. --
  32.  
  33. INSERT INTO `administrators` VALUES (1, '[email protected]', 'tomex009', '48238b7f2aa5f76a1d1e119f8942ebe7');
  34.  
  35. -- --------------------------------------------------------
  36.  
  37. --
  38. -- Table structure for table `advertisements`
  39. --
  40.  
  41. CREATE TABLE `advertisements` (
  42.   `AID` BIGINT(30) NOT NULL AUTO_INCREMENT,
  43.   `description` VARCHAR(200) NOT NULL DEFAULT '',
  44.   `code` text NOT NULL,
  45.   `active` enum('1','0') NOT NULL DEFAULT '1',
  46.   PRIMARY KEY  (`AID`)
  47. ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
  48.  
  49. --
  50. -- Dumping data for table `advertisements`
  51. --
  52.  
  53. INSERT INTO `advertisements` VALUES (1, '300 x 250 pixels', '<script type="text/javascript"><!--\r\ngoogle_ad_client = "ca-pub-4038454921391697";\r\n/* 250x250 21 */\r\ngoogle_ad_slot = "7681226835";\r\ngoogle_ad_width = 250;\r\ngoogle_ad_height = 250;\r\n//-->\r\n</script>\r\n<script type="text/javascript"\r\nsrc="http://pagead2.googlesyndication.com/pagead/show_ads.js">\r\n</script>', '1');
  54. INSERT INTO `advertisements` VALUES (2, '300 x 300 pixels', '<script type="text/javascript"><!--\r\ngoogle_ad_client = "ca-pub-4038454921391697";\r\n/* 300x250 2 */\r\ngoogle_ad_slot = "5822717234";\r\ngoogle_ad_width = 300;\r\ngoogle_ad_height = 250;\r\n//-->\r\n</script>\r\n<script type="text/javascript"\r\nsrc="http://pagead2.googlesyndication.com/pagead/show_ads.js">\r\n</script>', '1');
  55. INSERT INTO `advertisements` VALUES (3, '728 x 90 pixels', '<script type="text/javascript"><!--\r\ngoogle_ad_client = "ca-pub-4038454921391697";\r\n/* Down Banner */\r\ngoogle_ad_slot = "3166702349";\r\ngoogle_ad_width = 728;\r\ngoogle_ad_height = 90;\r\n//-->\r\n</script>\r\n<script type="text/javascript"\r\nsrc="http://pagead2.googlesyndication.com/pagead/show_ads.js">\r\n</script>', '1');
  56.  
  57. -- --------------------------------------------------------
  58.  
  59. --
  60. -- Table structure for table `bans_ips`
  61. --
  62.  
  63. CREATE TABLE `bans_ips` (
  64.   `ip` VARCHAR(20) NOT NULL,
  65.   UNIQUE KEY `ip` (`ip`)
  66. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  67.  
  68. --
  69. -- Dumping data for table `bans_ips`
  70. --
  71.  
  72.  
  73. -- --------------------------------------------------------
  74.  
  75. --
  76. -- Table structure for table `config`
  77. --
  78.  
  79. CREATE TABLE `config` (
  80.   `setting` VARCHAR(60) NOT NULL DEFAULT '',
  81.   `value` text NOT NULL
  82. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  83.  
  84. --
  85. -- Dumping data for table `config`
  86. --
  87.  
  88. INSERT INTO `config` VALUES ('site_email', '[email protected]');
  89. INSERT INTO `config` VALUES ('site_name', 'Balkan Fail Blog');
  90. INSERT INTO `config` VALUES ('max_syndicate_results', '25');
  91. INSERT INTO `config` VALUES ('maximum_results', '1000000');
  92. INSERT INTO `config` VALUES ('emailsender', 'Admin');
  93. INSERT INTO `config` VALUES ('max_img_size', '200');
  94. INSERT INTO `config` VALUES ('items_per_page', '10');
  95. INSERT INTO `config` VALUES ('approve_stories', '0');
  96. INSERT INTO `config` VALUES ('metadescription', 'Official Balkan Fail Blog Website');
  97. INSERT INTO `config` VALUES ('metakeywords', '9gag clone, 9gag script, 9gag clone script, clone, script');
  98. INSERT INTO `config` VALUES ('pub_mod', '1');
  99. INSERT INTO `config` VALUES ('ver', '2.9');
  100. INSERT INTO `config` VALUES ('FACEBOOK_PROFILE', 'BalkanFailBlog');
  101. INSERT INTO `config` VALUES ('myes', '5');
  102. INSERT INTO `config` VALUES ('mno', '5');
  103. INSERT INTO `config` VALUES ('twitter', 'Scriptolution');
  104. INSERT INTO `config` VALUES ('FACEBOOK_APP_ID', '128333383995241');
  105. INSERT INTO `config` VALUES ('FACEBOOK_SECRET', 'a3459feb8732bcc1bfeff0b344da35fd');
  106. INSERT INTO `config` VALUES ('enable_fc', '1');
  107. INSERT INTO `config` VALUES ('mtrend', '1');
  108. INSERT INTO `config` VALUES ('quota', '15');
  109. INSERT INTO `config` VALUES ('contact_email', '[email protected]');
  110. INSERT INTO `config` VALUES ('short_urls', '1');
  111. INSERT INTO `config` VALUES ('FACEBOOK_ADMIN', '100000051390750');
  112. INSERT INTO `config` VALUES ('wm', '0');
  113. INSERT INTO `config` VALUES ('watermark', 'watermark.png');
  114. INSERT INTO `config` VALUES ('points_gag', '10');
  115. INSERT INTO `config` VALUES ('points_view', '1');
  116. INSERT INTO `config` VALUES ('enable_featured', '0');
  117. INSERT INTO `config` VALUES ('infinity_paging', '1');
  118. INSERT INTO `config` VALUES ('wm', '0');
  119. INSERT INTO `config` VALUES ('watermark', 'watermark.png');
  120. INSERT INTO `config` VALUES ('FACEBOOK_ADMIN', '100000051390750');
  121. INSERT INTO `config` VALUES ('re_mobile', '1');
  122. INSERT INTO `config` VALUES ('m_url', 'http://mobilebfb.tk');
  123.  
  124. -- --------------------------------------------------------
  125.  
  126. --
  127. -- Table structure for table `members`
  128. --
  129.  
  130. CREATE TABLE `members` (
  131.   `USERID` BIGINT(20) NOT NULL AUTO_INCREMENT,
  132.   `email` VARCHAR(80) NOT NULL DEFAULT '',
  133.   `username` VARCHAR(80) NOT NULL DEFAULT '',
  134.   `password` VARCHAR(50) NOT NULL DEFAULT '',
  135.   `pwd` VARCHAR(50) NOT NULL,
  136.   `fullname` VARCHAR(200) NOT NULL DEFAULT '',
  137.   `gender` VARCHAR(6) NOT NULL DEFAULT '',
  138.   `description` text NOT NULL,
  139.   `country` VARCHAR(100) NOT NULL DEFAULT '',
  140.   `yourviewed` INT(20) NOT NULL DEFAULT '0',
  141.   `profileviews` INT(20) NOT NULL DEFAULT '0',
  142.   `youviewed` BIGINT(20) NOT NULL DEFAULT '0',
  143.   `addtime` VARCHAR(20) NOT NULL DEFAULT '',
  144.   `lastlogin` VARCHAR(20) NOT NULL DEFAULT '',
  145.   `verified` CHAR(1) NOT NULL DEFAULT '1',
  146.   `status` enum('1','0') NOT NULL DEFAULT '1',
  147.   `profilepicture` VARCHAR(100) NOT NULL DEFAULT '',
  148.   `remember_me_key` VARCHAR(32) DEFAULT NULL,
  149.   `remember_me_time` datetime DEFAULT NULL,
  150.   `ip` VARCHAR(20) NOT NULL,
  151.   `lip` VARCHAR(20) NOT NULL,
  152.   `website` VARCHAR(200) NOT NULL,
  153.   `news` INT(1) NOT NULL DEFAULT '0',
  154.   `mylang` VARCHAR(20) NOT NULL,
  155.   `color1` VARCHAR(6) NOT NULL DEFAULT '333333',
  156.   `color2` VARCHAR(6) NOT NULL DEFAULT 'FFFFFF',
  157.   `filter` BIGINT(1) NOT NULL DEFAULT '1',
  158.   `points` BIGINT(50) NOT NULL,
  159.   PRIMARY KEY  (`USERID`),
  160.   UNIQUE KEY `email` (`email`)
  161. ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
  162.  
  163. --
  164. -- Dumping data for table `members`
  165. --
  166.  
  167. INSERT INTO `members` VALUES (1, '[email protected]', 'tomex009', '48238b7f2aa5f76a1d1e119f8942ebe7', 'XlQ2v1356734945', '', '', '', '', 6, 0, 5, '1356734945', '', '1', '1', '', NULL, NULL, '89.172.31.197', '89.172.31.197', '', 0, '', '333333', 'FFFFFF', 1, 15);
  168.  
  169. -- --------------------------------------------------------
  170.  
  171. --
  172. -- Table structure for table `members_passcode`
  173. --
  174.  
  175. CREATE TABLE `members_passcode` (
  176.   `USERID` BIGINT(20) NOT NULL DEFAULT '0',
  177.   `code` VARCHAR(30) NOT NULL DEFAULT '',
  178.   PRIMARY KEY  (`USERID`)
  179. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  180.  
  181. --
  182. -- Dumping data for table `members_passcode`
  183. --
  184.  
  185.  
  186. -- --------------------------------------------------------
  187.  
  188. --
  189. -- Table structure for table `members_verifycode`
  190. --
  191.  
  192. CREATE TABLE `members_verifycode` (
  193.   `USERID` BIGINT(20) NOT NULL DEFAULT '0',
  194.   `code` VARCHAR(30) NOT NULL DEFAULT '',
  195.   PRIMARY KEY  (`USERID`)
  196. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  197.  
  198. --
  199. -- Dumping data for table `members_verifycode`
  200. --
  201.  
  202. INSERT INTO `members_verifycode` VALUES (0, 'h394Y1328501678');
  203.  
  204. -- --------------------------------------------------------
  205.  
  206. --
  207. -- Table structure for table `posts`
  208. --
  209.  
  210. CREATE TABLE `posts` (
  211.   `PID` BIGINT(20) NOT NULL AUTO_INCREMENT,
  212.   `USERID` BIGINT(20) NOT NULL DEFAULT '0',
  213.   `story` text NOT NULL,
  214.   `tags` VARCHAR(200) NOT NULL,
  215.   `source` VARCHAR(200) NOT NULL,
  216.   `nsfw` INT(1) NOT NULL DEFAULT '0',
  217.   `pic` VARCHAR(20) NOT NULL,
  218.   `youtube_key` VARCHAR(20) NOT NULL,
  219.   `fod_key` VARCHAR(20) NOT NULL,
  220.   `url` text NOT NULL,
  221.   `time_added` VARCHAR(20) DEFAULT NULL,
  222.   `date_added` DATE NOT NULL DEFAULT '0000-00-00',
  223.   `active` CHAR(1) NOT NULL DEFAULT '',
  224.   `phase` BIGINT(1) NOT NULL DEFAULT '0',
  225.   `favclicks` BIGINT(50) NOT NULL DEFAULT '0',
  226.   `last_viewed` VARCHAR(20) NOT NULL DEFAULT '',
  227.   `mod_yes` BIGINT(20) NOT NULL DEFAULT '0',
  228.   `mod_no` BIGINT(20) NOT NULL DEFAULT '0',
  229.   `pip` VARCHAR(20) NOT NULL,
  230.   `pip2` VARCHAR(20) NOT NULL,
  231.   `unfavclicks` BIGINT(50) NOT NULL DEFAULT '0',
  232.   `fix` BIGINT(20) NOT NULL DEFAULT '0',
  233.   `short` VARCHAR(20) NOT NULL,
  234.   `ttime` VARCHAR(20) NOT NULL,
  235.   `htime` VARCHAR(20) NOT NULL,
  236.   `feat` INT(1) NOT NULL DEFAULT '0',
  237.   `rec` INT(1) NOT NULL DEFAULT '0',
  238.   PRIMARY KEY  (`PID`)
  239. ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
  240.  
  241. --
  242. -- Dumping data for table `posts`
  243. --
  244.  
  245. INSERT INTO `posts` VALUES (1, 1, 'ZM', '', '', 0, '1.jpg', '', '', '', '1357007005', '2012-12-31', '1', 0, 1, '1357007133', 0, 0, '89.172.25.214', '', 0, 0, '', '', '', 0, 0);
  246.  
  247. -- --------------------------------------------------------
  248.  
  249. --
  250. -- Table structure for table `posts_favorited`
  251. --
  252.  
  253. CREATE TABLE `posts_favorited` (
  254.   `FID` BIGINT(20) NOT NULL AUTO_INCREMENT,
  255.   `USERID` BIGINT(25) NOT NULL DEFAULT '0',
  256.   `PID` BIGINT(25) NOT NULL DEFAULT '0',
  257.   PRIMARY KEY  (`FID`),
  258.   UNIQUE KEY `USERID` (`USERID`,`PID`)
  259. ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
  260.  
  261. --
  262. -- Dumping data for table `posts_favorited`
  263. --
  264.  
  265. INSERT INTO `posts_favorited` VALUES (1, 1, 1);
  266.  
  267. -- --------------------------------------------------------
  268.  
  269. --
  270. -- Table structure for table `posts_reports`
  271. --
  272.  
  273. CREATE TABLE `posts_reports` (
  274.   `RID` BIGINT(20) NOT NULL AUTO_INCREMENT,
  275.   `PID` BIGINT(20) NOT NULL DEFAULT '0',
  276.   `time` VARCHAR(20) DEFAULT NULL,
  277.   `ip` VARCHAR(20) NOT NULL,
  278.   `reason` BIGINT(1) NOT NULL,
  279.   PRIMARY KEY  (`RID`)
  280. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
  281.  
  282. --
  283. -- Dumping data for table `posts_reports`
  284. --
  285.  
  286.  
  287. -- --------------------------------------------------------
  288.  
  289. --
  290. -- Table structure for table `posts_unfavorited`
  291. --
  292.  
  293. CREATE TABLE `posts_unfavorited` (
  294.   `FID` BIGINT(20) NOT NULL AUTO_INCREMENT,
  295.   `USERID` BIGINT(25) NOT NULL DEFAULT '0',
  296.   `PID` BIGINT(25) NOT NULL DEFAULT '0',
  297.   PRIMARY KEY  (`FID`),
  298.   UNIQUE KEY `USERID` (`USERID`,`PID`)
  299. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
  300.  
  301. --
  302. -- Dumping data for table `posts_unfavorited`
  303. --
  304.  
  305.  
  306. -- --------------------------------------------------------
  307.  
  308. --
  309. -- Table structure for table `static`
  310. --
  311.  
  312. CREATE TABLE `static` (
  313.   `ID` BIGINT(30) NOT NULL AUTO_INCREMENT,
  314.   `title` VARCHAR(255) NOT NULL DEFAULT '',
  315.   `value` text NOT NULL,
  316.   PRIMARY KEY  (`ID`)
  317. ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;
  318.  
  319. --
  320. -- Dumping data for table `static`
  321. --
  322.  
  323. INSERT INTO `static` VALUES (1, 'Terms Of Use', 'Insert your terms of use information here.<br><br>\r\n\r\nHTML is accepted.');
  324. INSERT INTO `static` VALUES (2, 'Privacy Policy', 'Insert your privacy policy information here.<br><br>\r\n\r\nHTML is accepted.');
  325. INSERT INTO `static` VALUES (3, 'About', 'Insert your about us information here.<br><br>\r\n\r\nHTML is accepted.');
  326. INSERT INTO `static` VALUES (4, '9 Rules', 'Insert your 9 rules here.<br><br>\r\n\r\nHTML is accepted.');
  327. INSERT INTO `static` VALUES (5, 'FAQ', 'Insert your frequently asked questions here.<br><br>\r\n\r\nHTML is accepted.');
Advertisement
Add Comment
Please, Sign In to add comment