-- MySQL dump 10.9
--
-- Host: localhost    Database: craniusm_pnke2
-- ------------------------------------------------------
-- Server version	4.1.22-standard-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `nuke_admin_category`
--

DROP TABLE IF EXISTS `nuke_admin_category`;
CREATE TABLE `nuke_admin_category` (
  `pn_cid` int(10) NOT NULL auto_increment,
  `pn_name` varchar(32) NOT NULL default '',
  `pn_description` varchar(254) NOT NULL default '',
  PRIMARY KEY  (`pn_cid`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_admin_category`
--

LOCK TABLES `nuke_admin_category` WRITE;
/*!40000 ALTER TABLE `nuke_admin_category` DISABLE KEYS */;
INSERT INTO `nuke_admin_category` VALUES (1,'System','System Modules'),(2,'Content','Content Modules'),(3,'Resource Pack','Resource Pack Modules'),(4,'Utility','Utility Modules'),(5,'3rd Party','Third Party Modules');
/*!40000 ALTER TABLE `nuke_admin_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_admin_module`
--

DROP TABLE IF EXISTS `nuke_admin_module`;
CREATE TABLE `nuke_admin_module` (
  `pn_mid` int(10) NOT NULL default '0',
  `pn_cid` int(10) NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_admin_module`
--

LOCK TABLES `nuke_admin_module` WRITE;
/*!40000 ALTER TABLE `nuke_admin_module` DISABLE KEYS */;
INSERT INTO `nuke_admin_module` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(7,1),(39,1),(47,1),(27,1),(31,1),(38,2),(28,2),(26,2),(36,2),(48,2),(17,1),(8,2),(19,2),(14,2),(16,2),(42,4),(40,4),(23,2),(13,2);
/*!40000 ALTER TABLE `nuke_admin_module` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_autonews`
--

DROP TABLE IF EXISTS `nuke_autonews`;
CREATE TABLE `nuke_autonews` (
  `pn_anid` int(11) NOT NULL auto_increment,
  `pn_catid` int(11) NOT NULL default '0',
  `pn_aid` varchar(30) NOT NULL default '',
  `pn_title` varchar(80) NOT NULL default '',
  `pn_time` varchar(19) NOT NULL default '',
  `pn_hometext` text NOT NULL,
  `pn_bodytext` text NOT NULL,
  `pn_topic` tinyint(4) NOT NULL default '1',
  `pn_informant` varchar(20) NOT NULL default '',
  `pn_notes` text NOT NULL,
  `pn_ihome` tinyint(1) NOT NULL default '0',
  `pn_language` varchar(30) NOT NULL default '',
  `pn_withcomm` int(1) NOT NULL default '0',
  PRIMARY KEY  (`pn_anid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_autonews`
--

LOCK TABLES `nuke_autonews` WRITE;
/*!40000 ALTER TABLE `nuke_autonews` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_autonews` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_blocks`
--

DROP TABLE IF EXISTS `nuke_blocks`;
CREATE TABLE `nuke_blocks` (
  `pn_bid` int(11) unsigned NOT NULL auto_increment,
  `pn_bkey` varchar(255) NOT NULL default '',
  `pn_title` varchar(255) NOT NULL default '',
  `pn_content` text NOT NULL,
  `pn_url` varchar(254) NOT NULL default '',
  `pn_mid` int(11) unsigned NOT NULL default '0',
  `pn_position` char(1) NOT NULL default 'l',
  `pn_weight` decimal(10,1) NOT NULL default '0.0',
  `pn_active` tinyint(3) unsigned NOT NULL default '1',
  `pn_refresh` int(11) unsigned NOT NULL default '0',
  `pn_last_update` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `pn_language` varchar(30) NOT NULL default '',
  `pn_collapsable` int(11) NOT NULL default '1',
  `pn_defaultstate` int(11) NOT NULL default '1',
  PRIMARY KEY  (`pn_bid`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_blocks`
--

LOCK TABLES `nuke_blocks` WRITE;
/*!40000 ALTER TABLE `nuke_blocks` DISABLE KEYS */;
INSERT INTO `nuke_blocks` VALUES (1,'menu','Main Menu','a:4:{s:5:\"style\";s:1:\"1\";s:14:\"displaywaiting\";i:0;s:14:\"displaymodules\";i:0;s:7:\"content\";s:821:\"index.php|Home|Back to the home page..LINESPLITuser.php|My Account|Administer your personal account..LINESPLITadmin.php|Administration|Administer your PostNuked site..LINESPLITuser.php?module=User&op=logout|Logout|Logout of your account..LINESPLIT[pnForum]|Forums|Discuss tingzLINESPLIT[Downloads]|Downloads|Find downloads listed on this website..LINESPLIT[FAQ]|FAQ|Frequently Asked Questions.LINESPLIT[News]|News|Latest News on this site..LINESPLIT[Reviews]|Reviews|Reviews Section on this website..LINESPLIT[Search]|Search|Search our website..LINESPLIT[Sections]|Sections|Other content on this website..LINESPLIT[Submit_News]|Submit News|Submit an article..LINESPLIT[Topics]|Topics|Listing of news topics on this website..LINESPLIT[Web_Links]|Web Links|Links to other sites..LINESPLIT[mediashare]|Mediashare|share media\";}','',0,'l','1.0',1,1800,'2007-11-20 22:48:15','',1,1),(2,'menu','Incoming','style:=1\ndisplaymodules:=0\ndisplaywaiting:=1\ncontent:=','',0,'l','2.0',1,0,'2007-11-14 16:45:40','',1,1),(3,'online','Online','','',0,'l','3.0',1,0,'2007-11-14 16:45:40','',1,1),(5,'user','Users Block','Put anything you want here','',0,'l','4.0',1,0,'2007-11-14 16:45:40','',1,1),(6,'search','Search Box','','',0,'l','5.0',0,0,'2007-11-14 16:45:40','',1,1),(8,'thelang','Languages','','',0,'l','6.0',1,0,'2007-11-14 16:45:40','',1,1),(13,'login','Login','','',0,'r','1.0',1,0,'2007-11-14 16:44:57','',1,1),(15,'messages','Administration Messages','','',31,'c','1.0',0,0,'2007-11-14 17:16:15','',1,1),(16,'html','return of the the reverse','\r\n\r\n<body>\r\n<div id=\"apDiv1\"><img src=\"http://www.craniusmaximus.com/images/ohzillabandw.jpg\" alt=\"back like fins on  zilla\" width=\"455\" height=\"553\" /></div>\r\n</body>\r\n</html>\r\n','',0,'c','2.0',1,3600,'2007-11-14 17:18:10','',1,1);
/*!40000 ALTER TABLE `nuke_blocks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_blocks_buttons`
--

DROP TABLE IF EXISTS `nuke_blocks_buttons`;
CREATE TABLE `nuke_blocks_buttons` (
  `pn_id` int(11) unsigned NOT NULL auto_increment,
  `pn_bid` int(11) unsigned NOT NULL default '0',
  `pn_title` varchar(255) NOT NULL default '',
  `pn_url` varchar(254) NOT NULL default '',
  `pn_images` longtext NOT NULL,
  PRIMARY KEY  (`pn_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_blocks_buttons`
--

LOCK TABLES `nuke_blocks_buttons` WRITE;
/*!40000 ALTER TABLE `nuke_blocks_buttons` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_blocks_buttons` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_comments`
--

DROP TABLE IF EXISTS `nuke_comments`;
CREATE TABLE `nuke_comments` (
  `pn_tid` int(11) NOT NULL auto_increment,
  `pn_pid` int(11) default '0',
  `pn_sid` int(11) default '0',
  `pn_date` datetime default NULL,
  `pn_name` varchar(60) NOT NULL default '',
  `pn_email` varchar(60) default NULL,
  `pn_url` varchar(254) default NULL,
  `pn_host_name` varchar(60) default NULL,
  `pn_subject` varchar(85) NOT NULL default '',
  `pn_comment` text NOT NULL,
  `pn_score` tinyint(4) NOT NULL default '0',
  `pn_reason` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`pn_tid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_comments`
--

LOCK TABLES `nuke_comments` WRITE;
/*!40000 ALTER TABLE `nuke_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_counter`
--

DROP TABLE IF EXISTS `nuke_counter`;
CREATE TABLE `nuke_counter` (
  `pn_type` varchar(80) NOT NULL default '',
  `pn_var` varchar(80) NOT NULL default '',
  `pn_count` int(11) unsigned NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_counter`
--

LOCK TABLES `nuke_counter` WRITE;
/*!40000 ALTER TABLE `nuke_counter` DISABLE KEYS */;
INSERT INTO `nuke_counter` VALUES ('total','hits',714),('browser','Lynx',0),('browser','MSIE',101),('browser','Opera',4),('browser','Konqueror',1),('browser','Netscape',542),('browser','Bot',43),('browser','Other',23),('os','Windows',122),('os','Linux',35),('os','Mac',61),('os','FreeBSD',0),('os','SunOS',0),('os','IRIX',0),('os','BeOS',0),('os','OS/2',0),('os','AIX',0),('os','Other',496);
/*!40000 ALTER TABLE `nuke_counter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_downloads_categories`
--

DROP TABLE IF EXISTS `nuke_downloads_categories`;
CREATE TABLE `nuke_downloads_categories` (
  `pn_cid` int(11) NOT NULL auto_increment,
  `pn_title` varchar(50) NOT NULL default '',
  `pn_description` text NOT NULL,
  PRIMARY KEY  (`pn_cid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_downloads_categories`
--

LOCK TABLES `nuke_downloads_categories` WRITE;
/*!40000 ALTER TABLE `nuke_downloads_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_downloads_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_downloads_downloads`
--

DROP TABLE IF EXISTS `nuke_downloads_downloads`;
CREATE TABLE `nuke_downloads_downloads` (
  `pn_lid` int(11) NOT NULL auto_increment,
  `pn_cid` int(11) NOT NULL default '0',
  `pn_sid` int(11) NOT NULL default '0',
  `pn_title` varchar(100) NOT NULL default '',
  `pn_url` varchar(254) NOT NULL default '',
  `pn_description` text NOT NULL,
  `pn_date` datetime default NULL,
  `pn_name` varchar(100) NOT NULL default '',
  `pn_email` varchar(100) NOT NULL default '',
  `pn_hits` int(11) NOT NULL default '0',
  `pn_submitter` varchar(60) NOT NULL default '',
  `pn_ratingsummary` double(6,4) NOT NULL default '0.0000',
  `pn_totalvotes` int(11) NOT NULL default '0',
  `pn_totalcomments` int(11) NOT NULL default '0',
  `pn_filesize` int(11) NOT NULL default '0',
  `pn_version` varchar(10) NOT NULL default '',
  `pn_homepage` varchar(200) NOT NULL default '',
  PRIMARY KEY  (`pn_lid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_downloads_downloads`
--

LOCK TABLES `nuke_downloads_downloads` WRITE;
/*!40000 ALTER TABLE `nuke_downloads_downloads` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_downloads_downloads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_downloads_editorials`
--

DROP TABLE IF EXISTS `nuke_downloads_editorials`;
CREATE TABLE `nuke_downloads_editorials` (
  `pn_id` int(11) NOT NULL default '0',
  `pn_adminid` varchar(60) NOT NULL default '',
  `pn_timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
  `pn_text` text NOT NULL,
  `pn_title` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`pn_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_downloads_editorials`
--

LOCK TABLES `nuke_downloads_editorials` WRITE;
/*!40000 ALTER TABLE `nuke_downloads_editorials` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_downloads_editorials` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_downloads_modrequest`
--

DROP TABLE IF EXISTS `nuke_downloads_modrequest`;
CREATE TABLE `nuke_downloads_modrequest` (
  `pn_requestid` int(11) NOT NULL auto_increment,
  `pn_lid` int(11) NOT NULL default '0',
  `pn_cid` int(11) NOT NULL default '0',
  `pn_sid` int(11) NOT NULL default '0',
  `pn_title` varchar(100) NOT NULL default '',
  `pn_url` varchar(254) NOT NULL default '',
  `pn_description` text NOT NULL,
  `pn_modifysubmitter` varchar(60) NOT NULL default '',
  `pn_brokendownload` int(3) NOT NULL default '0',
  `pn_name` varchar(100) NOT NULL default '',
  `pn_email` varchar(100) NOT NULL default '',
  `pn_filesize` int(11) NOT NULL default '0',
  `pn_version` varchar(10) NOT NULL default '',
  `pn_homepage` varchar(200) NOT NULL default '',
  PRIMARY KEY  (`pn_requestid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_downloads_modrequest`
--

LOCK TABLES `nuke_downloads_modrequest` WRITE;
/*!40000 ALTER TABLE `nuke_downloads_modrequest` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_downloads_modrequest` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_downloads_newdownload`
--

DROP TABLE IF EXISTS `nuke_downloads_newdownload`;
CREATE TABLE `nuke_downloads_newdownload` (
  `pn_lid` int(11) NOT NULL auto_increment,
  `pn_cid` int(11) NOT NULL default '0',
  `pn_sid` int(11) NOT NULL default '0',
  `pn_title` varchar(100) NOT NULL default '',
  `pn_url` varchar(254) NOT NULL default '',
  `pn_description` text NOT NULL,
  `pn_name` varchar(100) NOT NULL default '',
  `pn_email` varchar(100) NOT NULL default '',
  `pn_submitter` varchar(60) NOT NULL default '',
  `pn_filesize` int(11) NOT NULL default '0',
  `pn_version` varchar(10) NOT NULL default '',
  `pn_homepage` varchar(200) NOT NULL default '',
  PRIMARY KEY  (`pn_lid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_downloads_newdownload`
--

LOCK TABLES `nuke_downloads_newdownload` WRITE;
/*!40000 ALTER TABLE `nuke_downloads_newdownload` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_downloads_newdownload` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_downloads_subcategories`
--

DROP TABLE IF EXISTS `nuke_downloads_subcategories`;
CREATE TABLE `nuke_downloads_subcategories` (
  `pn_sid` int(11) NOT NULL auto_increment,
  `pn_cid` int(11) NOT NULL default '0',
  `pn_title` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`pn_sid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_downloads_subcategories`
--

LOCK TABLES `nuke_downloads_subcategories` WRITE;
/*!40000 ALTER TABLE `nuke_downloads_subcategories` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_downloads_subcategories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_downloads_votedata`
--

DROP TABLE IF EXISTS `nuke_downloads_votedata`;
CREATE TABLE `nuke_downloads_votedata` (
  `pn_id` int(11) NOT NULL auto_increment,
  `pn_lid` int(11) NOT NULL default '0',
  `pn_user` varchar(60) NOT NULL default '',
  `pn_rating` int(11) NOT NULL default '0',
  `pn_hostname` varchar(60) NOT NULL default '',
  `pn_comments` text NOT NULL,
  `pn_timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`pn_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_downloads_votedata`
--

LOCK TABLES `nuke_downloads_votedata` WRITE;
/*!40000 ALTER TABLE `nuke_downloads_votedata` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_downloads_votedata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_faqanswer`
--

DROP TABLE IF EXISTS `nuke_faqanswer`;
CREATE TABLE `nuke_faqanswer` (
  `pn_id` int(6) NOT NULL auto_increment,
  `pn_id_cat` int(6) default NULL,
  `pn_question` text,
  `pn_answer` text,
  `pn_submittedby` varchar(250) NOT NULL default '',
  PRIMARY KEY  (`pn_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_faqanswer`
--

LOCK TABLES `nuke_faqanswer` WRITE;
/*!40000 ALTER TABLE `nuke_faqanswer` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_faqanswer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_faqcategories`
--

DROP TABLE IF EXISTS `nuke_faqcategories`;
CREATE TABLE `nuke_faqcategories` (
  `pn_id_cat` int(6) NOT NULL auto_increment,
  `pn_categories` varchar(255) default NULL,
  `pn_language` varchar(30) NOT NULL default '',
  `pn_parent_id` int(6) NOT NULL default '0',
  PRIMARY KEY  (`pn_id_cat`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_faqcategories`
--

LOCK TABLES `nuke_faqcategories` WRITE;
/*!40000 ALTER TABLE `nuke_faqcategories` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_faqcategories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_group_membership`
--

DROP TABLE IF EXISTS `nuke_group_membership`;
CREATE TABLE `nuke_group_membership` (
  `pn_gid` int(11) NOT NULL default '0',
  `pn_uid` int(11) NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_group_membership`
--

LOCK TABLES `nuke_group_membership` WRITE;
/*!40000 ALTER TABLE `nuke_group_membership` DISABLE KEYS */;
INSERT INTO `nuke_group_membership` VALUES (2,2),(2,3),(1,3);
/*!40000 ALTER TABLE `nuke_group_membership` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_group_perms`
--

DROP TABLE IF EXISTS `nuke_group_perms`;
CREATE TABLE `nuke_group_perms` (
  `pn_pid` int(11) NOT NULL auto_increment,
  `pn_gid` int(11) NOT NULL default '0',
  `pn_sequence` int(11) NOT NULL default '0',
  `pn_realm` smallint(4) NOT NULL default '0',
  `pn_component` varchar(255) NOT NULL default '',
  `pn_instance` varchar(255) NOT NULL default '',
  `pn_level` smallint(4) NOT NULL default '0',
  `pn_bond` int(2) NOT NULL default '0',
  PRIMARY KEY  (`pn_pid`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_group_perms`
--

LOCK TABLES `nuke_group_perms` WRITE;
/*!40000 ALTER TABLE `nuke_group_perms` DISABLE KEYS */;
INSERT INTO `nuke_group_perms` VALUES (1,2,1,0,'.*','.*',800,0),(2,-1,2,0,'Menublock::','Main Menu:Administration:',0,0),(3,1,3,0,'.*','.*',300,0),(4,0,4,0,'Menublock::','Main Menu:(My Account|Logout|Submit News):',0,0),(5,0,5,0,'.*','.*',200,0);
/*!40000 ALTER TABLE `nuke_group_perms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_groups`
--

DROP TABLE IF EXISTS `nuke_groups`;
CREATE TABLE `nuke_groups` (
  `pn_gid` int(11) NOT NULL auto_increment,
  `pn_name` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`pn_gid`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_groups`
--

LOCK TABLES `nuke_groups` WRITE;
/*!40000 ALTER TABLE `nuke_groups` DISABLE KEYS */;
INSERT INTO `nuke_groups` VALUES (1,'Users'),(2,'Admins');
/*!40000 ALTER TABLE `nuke_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_headlines`
--

DROP TABLE IF EXISTS `nuke_headlines`;
CREATE TABLE `nuke_headlines` (
  `pn_id` int(11) unsigned NOT NULL auto_increment,
  `pn_sitename` varchar(255) NOT NULL default '',
  `pn_rssuser` varchar(10) default NULL,
  `pn_rsspasswd` varchar(10) default NULL,
  `pn_use_proxy` tinyint(3) NOT NULL default '0',
  `pn_rssurl` varchar(255) NOT NULL default '',
  `pn_maxrows` tinyint(3) NOT NULL default '10',
  `pn_siteurl` varchar(255) NOT NULL default '',
  `pn_options` varchar(20) default '',
  PRIMARY KEY  (`pn_id`)
) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_headlines`
--

LOCK TABLES `nuke_headlines` WRITE;
/*!40000 ALTER TABLE `nuke_headlines` DISABLE KEYS */;
INSERT INTO `nuke_headlines` VALUES (1,'PostNuke',NULL,NULL,0,'http://postnuke.com/backend.php',10,'',''),(2,'LinuxCentral',NULL,NULL,0,'http://linuxcentral.com/backend/lcnew.rdf',10,'',''),(3,'Slashdot',NULL,NULL,0,'http://slashdot.org/slashdot.rdf',10,'',''),(4,'NewsForge',NULL,NULL,0,'http://www.newsforge.com/newsforge.rdf',10,'',''),(5,'PHPBuilder',NULL,NULL,0,'http://phpbuilder.com/rss_feed.php',10,'',''),(6,'Linux.com',NULL,NULL,0,'http://linux.com/mrn/front_page.rss',10,'',''),(7,'Freshmeat',NULL,NULL,0,'http://freshmeat.net/backend/fm.rdf',10,'',''),(9,'LinuxWeeklyNews',NULL,NULL,0,'http://lwn.net/headlines/rss',10,'',''),(11,'Segfault',NULL,NULL,0,'http://segfault.org/stories.xml',10,'',''),(13,'KDE',NULL,NULL,0,'http://www.kde.org/news/kdenews.rdf',10,'',''),(14,'Perl.com',NULL,NULL,0,'http://www.perl.com/pace/perlnews.rdf',10,'',''),(17,'MozillaNewsBot',NULL,NULL,0,'http://www.mozilla.org/newsbot/newsbot.rdf',10,'',''),(21,'SciFi-News',NULL,NULL,0,'http://www.technopagan.org/sf-news/rdf.php',10,'',''),(26,'DrDobbsTechNetCast',NULL,NULL,0,'http://www.technetcast.com/tnc_headlines.rdf',10,'',''),(27,'RivaExtreme',NULL,NULL,0,'http://rivaextreme.com/ssi/rivaextreme.rdf.cdf',10,'',''),(29,'PBSOnline',NULL,NULL,0,'http://cgi.pbs.org/cgi-registry/featuresrdf.pl',10,'',''),(30,'Listology',NULL,NULL,0,'http://listology.com/recent.rdf',10,'',''),(33,'exoScience',NULL,NULL,0,'http://www.exosci.com/exosci.rdf',10,'',''),(39,'DailyDaemonNews',NULL,NULL,0,'http://daily.daemonnews.org/ddn.rdf.php3',10,'',''),(40,'PerlMonks',NULL,NULL,0,'http://www.perlmonks.org/headlines.rdf',10,'',''),(42,'BSDToday',NULL,NULL,0,'http://www.bsdtoday.com/backend/bt.rdf',10,'',''),(45,'HotWired',NULL,NULL,0,'http://www.hotwired.com/webmonkey/meta/headlines.rdf',10,'',''),(52,'SolarisCentral',NULL,NULL,0,'http://www.SolarisCentral.org/news/SolarisCentral.rdf',10,'','');
/*!40000 ALTER TABLE `nuke_headlines` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_hooks`
--

DROP TABLE IF EXISTS `nuke_hooks`;
CREATE TABLE `nuke_hooks` (
  `pn_id` int(11) unsigned NOT NULL auto_increment,
  `pn_object` varchar(64) NOT NULL default '',
  `pn_action` varchar(64) NOT NULL default '',
  `pn_smodule` varchar(64) default NULL,
  `pn_stype` varchar(64) default NULL,
  `pn_tarea` varchar(64) NOT NULL default '',
  `pn_tmodule` varchar(64) NOT NULL default '',
  `pn_ttype` varchar(64) NOT NULL default '',
  `pn_tfunc` varchar(64) NOT NULL default '',
  PRIMARY KEY  (`pn_id`)
) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_hooks`
--

LOCK TABLES `nuke_hooks` WRITE;
/*!40000 ALTER TABLE `nuke_hooks` DISABLE KEYS */;
INSERT INTO `nuke_hooks` VALUES (1,'item','create',NULL,NULL,'API','pnForum','hook','createbyitem'),(2,'item','update',NULL,NULL,'API','pnForum','hook','updatebyitem'),(3,'item','delete',NULL,NULL,'API','pnForum','hook','deletebyitem'),(4,'item','display',NULL,NULL,'GUI','pnForum','hook','showdiscussionlink'),(5,'item','create','pnForum',NULL,'API','pnForum','hook','createbyitem'),(6,'item','update','pnForum',NULL,'API','pnForum','hook','updatebyitem'),(7,'item','delete','pnForum',NULL,'API','pnForum','hook','deletebyitem'),(8,'item','display','pnForum',NULL,'GUI','pnForum','hook','showdiscussionlink'),(9,'item','create','pnRender',NULL,'API','pnForum','hook','createbyitem'),(10,'item','update','pnRender',NULL,'API','pnForum','hook','updatebyitem'),(11,'item','delete','pnRender',NULL,'API','pnForum','hook','deletebyitem'),(12,'item','display','pnRender',NULL,'GUI','pnForum','hook','showdiscussionlink'),(13,'item','create','mediashare',NULL,'API','pnForum','hook','createbyitem'),(14,'item','update','mediashare',NULL,'API','pnForum','hook','updatebyitem'),(15,'item','delete','mediashare',NULL,'API','pnForum','hook','deletebyitem'),(16,'item','display','mediashare',NULL,'GUI','pnForum','hook','showdiscussionlink'),(17,'item','create','Admin_Messages',NULL,'API','pnForum','hook','createbyitem'),(18,'item','update','Admin_Messages',NULL,'API','pnForum','hook','updatebyitem'),(19,'item','delete','Admin_Messages',NULL,'API','pnForum','hook','deletebyitem'),(20,'item','display','Admin_Messages',NULL,'GUI','pnForum','hook','showdiscussionlink'),(21,'item','create','AddStory',NULL,'API','pnForum','hook','createbyitem'),(22,'item','update','AddStory',NULL,'API','pnForum','hook','updatebyitem'),(23,'item','delete','AddStory',NULL,'API','pnForum','hook','deletebyitem'),(24,'item','display','AddStory',NULL,'GUI','pnForum','hook','showdiscussionlink'),(25,'item','create','Admin',NULL,'API','pnForum','hook','createbyitem'),(26,'item','update','Admin',NULL,'API','pnForum','hook','updatebyitem'),(27,'item','delete','Admin',NULL,'API','pnForum','hook','deletebyitem'),(28,'item','display','Admin',NULL,'GUI','pnForum','hook','showdiscussionlink');
/*!40000 ALTER TABLE `nuke_hooks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_links_categories`
--

DROP TABLE IF EXISTS `nuke_links_categories`;
CREATE TABLE `nuke_links_categories` (
  `pn_cat_id` int(11) NOT NULL auto_increment,
  `pn_parent_id` int(11) default NULL,
  `pn_title` varchar(50) NOT NULL default '',
  `pn_description` text NOT NULL,
  PRIMARY KEY  (`pn_cat_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_links_categories`
--

LOCK TABLES `nuke_links_categories` WRITE;
/*!40000 ALTER TABLE `nuke_links_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_links_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_links_editorials`
--

DROP TABLE IF EXISTS `nuke_links_editorials`;
CREATE TABLE `nuke_links_editorials` (
  `pn_linkid` int(11) NOT NULL default '0',
  `pn_adminid` varchar(60) NOT NULL default '',
  `pn_timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
  `pn_text` text NOT NULL,
  `pn_title` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`pn_linkid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_links_editorials`
--

LOCK TABLES `nuke_links_editorials` WRITE;
/*!40000 ALTER TABLE `nuke_links_editorials` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_links_editorials` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_links_links`
--

DROP TABLE IF EXISTS `nuke_links_links`;
CREATE TABLE `nuke_links_links` (
  `pn_lid` int(11) NOT NULL auto_increment,
  `pn_cat_id` int(11) NOT NULL default '0',
  `pn_title` varchar(100) NOT NULL default '',
  `pn_url` varchar(254) NOT NULL default '',
  `pn_description` text NOT NULL,
  `pn_date` datetime default NULL,
  `pn_name` varchar(100) NOT NULL default '',
  `pn_email` varchar(100) NOT NULL default '',
  `pn_hits` int(11) NOT NULL default '0',
  `pn_submitter` varchar(60) NOT NULL default '',
  `pn_ratingsummary` double(6,4) NOT NULL default '0.0000',
  `pn_totalvotes` int(11) NOT NULL default '0',
  `pn_totalcomments` int(11) NOT NULL default '0',
  PRIMARY KEY  (`pn_lid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_links_links`
--

LOCK TABLES `nuke_links_links` WRITE;
/*!40000 ALTER TABLE `nuke_links_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_links_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_links_modrequest`
--

DROP TABLE IF EXISTS `nuke_links_modrequest`;
CREATE TABLE `nuke_links_modrequest` (
  `pn_requestid` int(11) NOT NULL auto_increment,
  `pn_lid` int(11) NOT NULL default '0',
  `pn_cat_id` int(11) NOT NULL default '0',
  `pn_sid` int(11) NOT NULL default '0',
  `pn_title` varchar(100) NOT NULL default '',
  `pn_url` varchar(254) NOT NULL default '',
  `pn_description` text NOT NULL,
  `pn_modifysubmitter` varchar(60) NOT NULL default '',
  `pn_brokenlink` tinyint(3) NOT NULL default '0',
  PRIMARY KEY  (`pn_requestid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_links_modrequest`
--

LOCK TABLES `nuke_links_modrequest` WRITE;
/*!40000 ALTER TABLE `nuke_links_modrequest` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_links_modrequest` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_links_newlink`
--

DROP TABLE IF EXISTS `nuke_links_newlink`;
CREATE TABLE `nuke_links_newlink` (
  `pn_lid` int(11) NOT NULL auto_increment,
  `pn_cat_id` int(11) NOT NULL default '0',
  `pn_title` varchar(100) NOT NULL default '',
  `pn_url` varchar(254) NOT NULL default '',
  `pn_description` text NOT NULL,
  `pn_name` varchar(100) NOT NULL default '',
  `pn_email` varchar(100) NOT NULL default '',
  `pn_submitter` varchar(60) NOT NULL default '',
  PRIMARY KEY  (`pn_lid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_links_newlink`
--

LOCK TABLES `nuke_links_newlink` WRITE;
/*!40000 ALTER TABLE `nuke_links_newlink` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_links_newlink` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_links_votedata`
--

DROP TABLE IF EXISTS `nuke_links_votedata`;
CREATE TABLE `nuke_links_votedata` (
  `pn_id` int(11) NOT NULL auto_increment,
  `pn_lid` int(11) NOT NULL default '0',
  `pn_user` varchar(60) NOT NULL default '',
  `pn_rating` int(11) NOT NULL default '0',
  `pn_hostname` varchar(60) NOT NULL default '',
  `pn_comments` text NOT NULL,
  `pn_timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`pn_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_links_votedata`
--

LOCK TABLES `nuke_links_votedata` WRITE;
/*!40000 ALTER TABLE `nuke_links_votedata` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_links_votedata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_mediashare_access`
--

DROP TABLE IF EXISTS `nuke_mediashare_access`;
CREATE TABLE `nuke_mediashare_access` (
  `msa_id` int(11) NOT NULL auto_increment,
  `msa_albumid` int(11) NOT NULL default '0',
  `msa_groupid` int(11) NOT NULL default '0',
  `msa_access` int(11) NOT NULL default '0',
  PRIMARY KEY  (`msa_id`),
  KEY `accessAlbumIdx` (`msa_albumid`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_mediashare_access`
--

LOCK TABLES `nuke_mediashare_access` WRITE;
/*!40000 ALTER TABLE `nuke_mediashare_access` DISABLE KEYS */;
INSERT INTO `nuke_mediashare_access` VALUES (4,1,1,8),(3,1,-1,1),(5,2,-1,1),(6,2,1,0);
/*!40000 ALTER TABLE `nuke_mediashare_access` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_mediashare_albums`
--

DROP TABLE IF EXISTS `nuke_mediashare_albums`;
CREATE TABLE `nuke_mediashare_albums` (
  `ms_id` int(11) NOT NULL auto_increment,
  `ms_ownerid` int(11) NOT NULL default '0',
  `ms_createddate` datetime NOT NULL default '0000-00-00 00:00:00',
  `ms_modifieddate` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `ms_title` varchar(255) NOT NULL default '',
  `ms_keywords` varchar(255) NOT NULL default '',
  `ms_summary` text,
  `ms_description` text,
  `ms_topicId` int(11) default NULL,
  `ms_template` varchar(255) NOT NULL default 'msslideshow',
  `ms_parentAlbumId` int(11) default NULL,
  `ms_accesslevel` tinyint(4) NOT NULL default '0',
  `ms_viewkey` varchar(32) NOT NULL default '',
  `ms_mainmediaid` int(11) default NULL,
  `ms_thumbnailsize` int(11) NOT NULL default '0',
  `ms_nestedsetleft` int(11) NOT NULL default '0',
  `ms_nestedsetright` int(11) NOT NULL default '0',
  `ms_nestedsetlevel` int(11) NOT NULL default '0',
  PRIMARY KEY  (`ms_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_mediashare_albums`
--

LOCK TABLES `nuke_mediashare_albums` WRITE;
/*!40000 ALTER TABLE `nuke_mediashare_albums` DISABLE KEYS */;
INSERT INTO `nuke_mediashare_albums` VALUES (1,2,'2007-11-20 22:44:28','2007-11-20 22:49:20','Top','','','This is the top album (of which there can be only one). You can edit this album to change the title and other attributes of it.',0,'standard',0,0,'7572180528727',NULL,100,1,4,1),(2,2,'2007-11-20 22:49:20','2007-11-20 22:49:20','Motivational Posterz','','if these don\'t get you going, then you\'re already gone.','if these don\'t get you going, then you\'re already gone.',0,'standard',1,0,'5866399554411',NULL,100,2,3,2);
/*!40000 ALTER TABLE `nuke_mediashare_albums` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_mediashare_invitation`
--

DROP TABLE IF EXISTS `nuke_mediashare_invitation`;
CREATE TABLE `nuke_mediashare_invitation` (
  `msinv_id` int(11) NOT NULL auto_increment,
  `msinv_created` datetime NOT NULL default '0000-00-00 00:00:00',
  `msinv_albumid` int(11) NOT NULL default '0',
  `msinv_key` varchar(20) NOT NULL default '',
  `msinv_count` int(11) NOT NULL default '0',
  `msinv_email` varchar(100) NOT NULL default '',
  `msinv_subject` varchar(255) NOT NULL default '',
  `msinv_text` text,
  `msinv_sender` varchar(50) NOT NULL default '',
  `msinv_expires` datetime default NULL,
  PRIMARY KEY  (`msinv_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_mediashare_invitation`
--

LOCK TABLES `nuke_mediashare_invitation` WRITE;
/*!40000 ALTER TABLE `nuke_mediashare_invitation` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_mediashare_invitation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_mediashare_keywords`
--

DROP TABLE IF EXISTS `nuke_mediashare_keywords`;
CREATE TABLE `nuke_mediashare_keywords` (
  `ms_itemid` int(11) NOT NULL default '0',
  `ms_type` varchar(5) NOT NULL default '',
  `ms_keyword` varchar(50) NOT NULL default '',
  KEY `keywordsKeywordIdx` (`ms_keyword`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_mediashare_keywords`
--

LOCK TABLES `nuke_mediashare_keywords` WRITE;
/*!40000 ALTER TABLE `nuke_mediashare_keywords` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_mediashare_keywords` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_mediashare_media`
--

DROP TABLE IF EXISTS `nuke_mediashare_media`;
CREATE TABLE `nuke_mediashare_media` (
  `ms_id` int(11) NOT NULL auto_increment,
  `ms_ownerid` int(11) NOT NULL default '0',
  `ms_createddate` datetime NOT NULL default '0000-00-00 00:00:00',
  `ms_modifieddate` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `ms_title` varchar(255) NOT NULL default '',
  `ms_keywords` varchar(255) NOT NULL default '',
  `ms_description` text,
  `ms_parentalbumid` int(11) NOT NULL default '0',
  `ms_position` int(11) NOT NULL default '0',
  `ms_mediahandler` varchar(50) NOT NULL default '',
  `ms_thumbnailid` int(11) NOT NULL default '0',
  `ms_previewid` int(11) NOT NULL default '0',
  `ms_originalid` int(11) NOT NULL default '0',
  `ms_storagetype` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`ms_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_mediashare_media`
--

LOCK TABLES `nuke_mediashare_media` WRITE;
/*!40000 ALTER TABLE `nuke_mediashare_media` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_mediashare_media` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_mediashare_mediadb`
--

DROP TABLE IF EXISTS `nuke_mediashare_mediadb`;
CREATE TABLE `nuke_mediashare_mediadb` (
  `mdb_id` int(11) NOT NULL auto_increment,
  `mdb_ref` varchar(50) NOT NULL default '',
  `mdb_mode` varchar(20) NOT NULL default '',
  `mdb_type` varchar(10) NOT NULL default '',
  `mdb_bytes` int(11) NOT NULL default '0',
  `mdb_data` longblob,
  PRIMARY KEY  (`mdb_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_mediashare_mediadb`
--

LOCK TABLES `nuke_mediashare_mediadb` WRITE;
/*!40000 ALTER TABLE `nuke_mediashare_mediadb` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_mediashare_mediadb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_mediashare_mediahandlers`
--

DROP TABLE IF EXISTS `nuke_mediashare_mediahandlers`;
CREATE TABLE `nuke_mediashare_mediahandlers` (
  `ms_id` int(11) NOT NULL auto_increment,
  `ms_mimetype` varchar(50) default NULL,
  `ms_filetype` varchar(10) default NULL,
  `ms_handler` varchar(50) NOT NULL default '',
  `ms_foundmimetype` varchar(50) NOT NULL default '',
  `ms_foundfiletype` varchar(50) NOT NULL default '',
  `ms_title` varchar(50) NOT NULL default '',
  `ms_active` tinyint(4) NOT NULL default '1',
  PRIMARY KEY  (`ms_id`)
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_mediashare_mediahandlers`
--

LOCK TABLES `nuke_mediashare_mediahandlers` WRITE;
/*!40000 ALTER TABLE `nuke_mediashare_mediahandlers` DISABLE KEYS */;
INSERT INTO `nuke_mediashare_mediahandlers` VALUES (1,'image/pjpeg','jpg','imagegd','image/jpeg','jpg','Mediashare GD Image Handler',1),(2,'image/jpeg','jpeg','imagegd','image/jpeg','jpg','Mediashare GD Image Handler',1),(3,'image/png','png','imagegd','image/png','png','Mediashare GD Image Handler',1),(4,'image/gif','gif','imagegd','image/gif','gif','Mediashare GD Image Handler',1),(5,'audio/x-ms-wma','wma','wmp','audio/x-ms-wmw','wmv','Mediashare Windows Media Player Handler',1),(6,'audio/x-ms-wma','wmv','wmp','audio/x-ms-wmv','wmv','Mediashare Windows Media Player Handler',1),(7,'application/vnd.rn-realmedia','rm','real','application/vnd.rn-realmedia','rm','Mediashare Real Player Handler',1),(8,'video/vnd.rn-realvideo','rv','real','video/vnd.rn-realvideo','rv','Mediashare Real Player Handler',1),(9,'audio/x-pn-realaudio','ra','real','audio/x-pn-realaudio','ra','Mediashare Real Player Handler',1),(10,'application/x-shockwave-flash','swf','flash','application/x-shockwave-flash','swf','Mediashare Flash Handler',1),(11,'video/quicktime','mov','quicktime','video/quicktime','mov','Mediashare Quicktime Handler',1),(12,'video/avi','avi','quicktime','video/avi','avi','Mediashare Quicktime Handler',1),(13,'audio/wav','wav','quicktime','audio/wav','wav','Mediashare Quicktime Handler',1),(14,'audio/mpg','mpg','quicktime','audio/mpeg','mpeg','Mediashare Quicktime Handler',1),(15,'audio/mpeg','mpeg','quicktime','audio/mpeg','mpeg','Mediashare Quicktime Handler',1),(16,'audio/mpeg3','mpeg3','quicktime','audio/mpeg3','mpeg3','Mediashare Quicktime Handler',1),(17,'audio/mpg3','mpg3','quicktime','audio/mpeg3','mpeg3','Mediashare Quicktime Handler',1),(18,'audio/mp3','mp3','quicktime','audio/mpeg3','mpeg3','Mediashare Quicktime Handler',1),(19,'audio/mpeg4','mpeg4','quicktime','audio/mpeg4','mpeg4','Mediashare Quicktime Handler',1),(20,'audio/mpg4','mpg4','quicktime','audio/mpeg4','mpeg4','Mediashare Quicktime Handler',1),(21,'audio/mp4','mp4','quicktime','audio/mpeg4','mpeg4','Mediashare Quicktime Handler',1),(22,'application/pdf','pdf','pdf','application/pdf','pdf','Mediashare PDF Handler',1);
/*!40000 ALTER TABLE `nuke_mediashare_mediahandlers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_mediashare_mediastore`
--

DROP TABLE IF EXISTS `nuke_mediashare_mediastore`;
CREATE TABLE `nuke_mediashare_mediastore` (
  `mss_id` int(11) NOT NULL auto_increment,
  `mss_mimetype` varchar(100) NOT NULL default '',
  `mss_fileref` varchar(50) NOT NULL default '',
  `mss_width` smallint(6) NOT NULL default '0',
  `mss_height` smallint(6) NOT NULL default '0',
  `mss_bytes` int(11) NOT NULL default '0',
  PRIMARY KEY  (`mss_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_mediashare_mediastore`
--

LOCK TABLES `nuke_mediashare_mediastore` WRITE;
/*!40000 ALTER TABLE `nuke_mediashare_mediastore` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_mediashare_mediastore` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_mediashare_photoshare`
--

DROP TABLE IF EXISTS `nuke_mediashare_photoshare`;
CREATE TABLE `nuke_mediashare_photoshare` (
  `ms_id` int(11) NOT NULL auto_increment,
  `msph_photoshareimageid` int(11) NOT NULL default '0',
  `msph_mediasharethumbnailref` varchar(50) NOT NULL default '',
  `msph_mediasharepreviewref` varchar(50) NOT NULL default '',
  `msph_mediashareoriginalref` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`ms_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_mediashare_photoshare`
--

LOCK TABLES `nuke_mediashare_photoshare` WRITE;
/*!40000 ALTER TABLE `nuke_mediashare_photoshare` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_mediashare_photoshare` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_mediashare_setup`
--

DROP TABLE IF EXISTS `nuke_mediashare_setup`;
CREATE TABLE `nuke_mediashare_setup` (
  `ms_id` int(11) NOT NULL auto_increment,
  `ms_kind` tinyint(4) NOT NULL default '0',
  `ms_storagelimit` int(11) NOT NULL default '0',
  `ms_unitid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`ms_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_mediashare_setup`
--

LOCK TABLES `nuke_mediashare_setup` WRITE;
/*!40000 ALTER TABLE `nuke_mediashare_setup` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_mediashare_setup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_mediashare_sources`
--

DROP TABLE IF EXISTS `nuke_mediashare_sources`;
CREATE TABLE `nuke_mediashare_sources` (
  `ms_id` int(11) NOT NULL auto_increment,
  `ms_name` varchar(50) NOT NULL default '',
  `ms_title` varchar(50) NOT NULL default '',
  `ms_formenctype` varchar(50) NOT NULL default '',
  `ms_active` tinyint(4) NOT NULL default '1',
  PRIMARY KEY  (`ms_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_mediashare_sources`
--

LOCK TABLES `nuke_mediashare_sources` WRITE;
/*!40000 ALTER TABLE `nuke_mediashare_sources` DISABLE KEYS */;
INSERT INTO `nuke_mediashare_sources` VALUES (1,'zip','Zip upload','',1),(2,'browser','Browser upload','',1);
/*!40000 ALTER TABLE `nuke_mediashare_sources` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_message`
--

DROP TABLE IF EXISTS `nuke_message`;
CREATE TABLE `nuke_message` (
  `pn_mid` int(11) NOT NULL auto_increment,
  `pn_title` varchar(100) NOT NULL default '',
  `pn_content` longtext,
  `pn_date` varchar(14) NOT NULL default '',
  `pn_expire` int(7) NOT NULL default '0',
  `pn_active` int(4) NOT NULL default '1',
  `pn_view` int(1) NOT NULL default '1',
  `pn_language` varchar(30) NOT NULL default '',
  PRIMARY KEY  (`pn_mid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_message`
--

LOCK TABLES `nuke_message` WRITE;
/*!40000 ALTER TABLE `nuke_message` DISABLE KEYS */;
INSERT INTO `nuke_message` VALUES (1,'Welcome tothe rebirth of Reversemonster','It is time to climb back up from under the murk and prevail!','1169184639',0,1,1,'');
/*!40000 ALTER TABLE `nuke_message` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_module_vars`
--

DROP TABLE IF EXISTS `nuke_module_vars`;
CREATE TABLE `nuke_module_vars` (
  `pn_id` int(11) unsigned NOT NULL auto_increment,
  `pn_modname` varchar(64) NOT NULL default '',
  `pn_name` varchar(64) NOT NULL default '',
  `pn_value` longtext,
  PRIMARY KEY  (`pn_id`),
  KEY `pn_modname` (`pn_modname`),
  KEY `pn_name` (`pn_name`)
) ENGINE=MyISAM AUTO_INCREMENT=210 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_module_vars`
--

LOCK TABLES `nuke_module_vars` WRITE;
/*!40000 ALTER TABLE `nuke_module_vars` DISABLE KEYS */;
INSERT INTO `nuke_module_vars` VALUES (1,'Groups','defaultgroup','Users'),(2,'Blocks','collapseable','1'),(3,'Admin','modulesperrow','5'),(4,'Admin','itemsperpage','25'),(5,'Admin','defaultcategory','5'),(6,'Admin','modulestylesheet','navtabs.css'),(7,'Admin','admingraphic','1'),(8,'Admin','startcategory','1'),(9,'Admin','ignoreinstallercheck','0'),(10,'Modules','itemsperpage','25'),(11,'Groups','itemsperpage','25'),(12,'/PNConfig','adminmail','s:27:\"craniusm@craniusmaximus.com\";'),(13,'/PNConfig','debug','i:0;'),(14,'/PNConfig','sitename','s:18:\"reversemonster.org\";'),(15,'/PNConfig','site_logo','s:8:\"logo.gif\";'),(16,'/PNConfig','slogan','s:9:\"Brainz...\";'),(17,'/PNConfig','metakeywords','s:89:\"fringe weird bizarre art psychedelic catfish rivers outsider ontology internet love light\";'),(18,'/PNConfig','dyn_keywords','i:0;'),(19,'/PNConfig','startdate','s:7:\"1/19/07\";'),(20,'/PNConfig','Default_Theme','s:9:\"SeaBreeze\";'),(21,'/PNConfig','foot1','s:91:\"Enter your copyright notice or anything that should display on every page. HTML is allowed.\";'),(22,'/PNConfig','commentlimit','i:4096;'),(23,'/PNConfig','anonymous','s:9:\"Anonymous\";'),(24,'/PNConfig','timezone_offset','s:2:\"12\";'),(25,'/PNConfig','nobox','i:0;'),(26,'/PNConfig','funtext','s:1:\"0\";'),(27,'/PNConfig','reportlevel','s:1:\"0\";'),(28,'/PNConfig','startpage','s:4:\"News\";'),(29,'/PNConfig','admingraphic','i:1;'),(30,'/PNConfig','admart','s:2:\"20\";'),(31,'/PNConfig','backend_title','s:0:\"\";'),(32,'/PNConfig','backend_language','s:5:\"en-us\";'),(33,'/PNConfig','seclevel','s:6:\"Medium\";'),(34,'/PNConfig','secmeddays','s:1:\"7\";'),(35,'/PNConfig','secinactivemins','s:2:\"10\";'),(36,'/PNConfig','Version_Num','s:7:\"0.7.6.2\";'),(37,'/PNConfig','Version_ID','s:8:\"PostNuke\";'),(38,'/PNConfig','Version_Sub','s:7:\"Phoenix\";'),(39,'/PNConfig','debug_sql','i:0;'),(40,'/PNConfig','anonpost','i:1;'),(41,'/PNConfig','minpass','i:5;'),(42,'/PNConfig','pollcomm','i:1;'),(43,'/PNConfig','minage','i:13;'),(44,'/PNConfig','top','i:10;'),(45,'/PNConfig','storyhome','s:2:\"10\";'),(46,'/PNConfig','banners','i:0;'),(47,'/PNConfig','myIP','s:0:\"\";'),(48,'/PNConfig','language','s:3:\"eng\";'),(49,'/PNConfig','anonymoussessions','s:1:\"1\";'),(50,'/PNConfig','multilingual','s:1:\"0\";'),(51,'/PNConfig','useflags','s:1:\"0\";'),(52,'/PNConfig','language_detect','s:1:\"1\";'),(53,'/PNConfig','perpage','i:10;'),(54,'/PNConfig','popular','i:500;'),(55,'/PNConfig','newlinks','i:10;'),(56,'/PNConfig','toplinks','i:25;'),(57,'/PNConfig','linksresults','i:10;'),(58,'/PNConfig','links_anonaddlinklock','i:0;'),(59,'/PNConfig','anonwaitdays','i:1;'),(60,'/PNConfig','outsidewaitdays','i:1;'),(61,'/PNConfig','useoutsidevoting','i:1;'),(62,'/PNConfig','anonweight','i:10;'),(63,'/PNConfig','outsideweight','i:20;'),(64,'/PNConfig','detailvotedecimal','i:2;'),(65,'/PNConfig','mainvotedecimal','i:1;'),(66,'/PNConfig','toplinkspercentrigger','i:0;'),(67,'/PNConfig','mostpoplinkspercentrigger','i:0;'),(68,'/PNConfig','mostpoplinks','i:25;'),(69,'/PNConfig','featurebox','i:1;'),(70,'/PNConfig','linkvotemin','i:5;'),(71,'/PNConfig','blockunregmodify','i:0;'),(72,'/PNConfig','newdownloads','i:10;'),(73,'/PNConfig','topdownloads','i:25;'),(74,'/PNConfig','downloadsresults','i:10;'),(75,'/PNConfig','downloads_anonadddownloadlock','i:1;'),(76,'/PNConfig','topdownloadspercentrigger','i:0;'),(77,'/PNConfig','mostpopdownloadspercentrigger','i:0;'),(78,'/PNConfig','mostpopdownloads','i:25;'),(79,'/PNConfig','downloadvotemin','i:5;'),(80,'/PNConfig','notify','i:1;'),(81,'/PNConfig','notify_email','s:27:\"craniusm@craniusmaximus.com\";'),(82,'/PNConfig','notify_subject','s:16:\"NEWS for my site\";'),(83,'/PNConfig','notify_message','s:44:\"Hey! You got a new submission for your site.\";'),(84,'/PNConfig','notify_from','s:9:\"webmaster\";'),(85,'/PNConfig','moderate','i:1;'),(86,'/PNConfig','BarScale','i:1;'),(87,'/PNConfig','tipath','s:14:\"images/topics/\";'),(88,'/PNConfig','userimg','s:11:\"images/menu\";'),(89,'/PNConfig','usergraphic','i:1;'),(90,'/PNConfig','topicsinrow','i:5;'),(91,'/PNConfig','httpref','i:0;'),(92,'/PNConfig','httprefmax','i:1000;'),(93,'/PNConfig','reasons','a:11:{i:0;s:5:\"As Is\";i:1;s:8:\"Offtopic\";i:2;s:9:\"Flamebait\";i:3;s:5:\"Troll\";i:4;s:9:\"Redundant\";i:5;s:10:\"Insightful\";i:6;s:11:\"Interesting\";i:7;s:11:\"Informative\";i:8;s:5:\"Funny\";i:9;s:9:\"Overrated\";i:10;s:10:\"Underrated\";}'),(94,'/PNConfig','AllowableHTML','a:83:{s:3:\"!--\";s:1:\"2\";s:1:\"a\";s:1:\"2\";s:4:\"abbr\";i:0;s:7:\"acronym\";i:0;s:7:\"address\";i:0;s:6:\"applet\";i:0;s:4:\"area\";i:0;s:1:\"b\";s:1:\"1\";s:4:\"base\";i:0;s:8:\"basefont\";i:0;s:3:\"bdo\";i:0;s:3:\"big\";i:0;s:10:\"blockquote\";i:0;s:2:\"br\";s:1:\"1\";s:6:\"button\";i:0;s:7:\"caption\";i:0;s:6:\"center\";i:0;s:4:\"cite\";i:0;s:4:\"code\";i:0;s:3:\"col\";i:0;s:8:\"colgroup\";i:0;s:3:\"del\";i:0;s:3:\"dfn\";i:0;s:3:\"dir\";i:0;s:3:\"div\";i:0;s:2:\"dl\";i:0;s:2:\"dd\";i:0;s:2:\"dt\";i:0;s:2:\"em\";s:1:\"1\";s:5:\"embed\";i:0;s:8:\"fieldset\";i:0;s:4:\"font\";i:0;s:4:\"form\";i:0;s:2:\"h1\";i:0;s:2:\"h2\";i:0;s:2:\"h3\";i:0;s:2:\"h4\";i:0;s:2:\"h5\";i:0;s:2:\"h6\";i:0;s:2:\"hr\";s:1:\"1\";s:1:\"i\";s:1:\"1\";s:6:\"iframe\";i:0;s:3:\"img\";i:0;s:5:\"input\";i:0;s:3:\"ins\";i:0;s:3:\"kbd\";i:0;s:5:\"label\";i:0;s:6:\"legend\";i:0;s:2:\"li\";s:1:\"1\";s:3:\"map\";i:0;s:7:\"marquee\";i:0;s:4:\"menu\";i:0;s:4:\"nobr\";i:0;s:6:\"object\";i:0;s:2:\"ol\";s:1:\"1\";s:8:\"optgroup\";i:0;s:6:\"option\";i:0;s:1:\"p\";s:1:\"1\";s:5:\"param\";i:0;s:3:\"pre\";s:1:\"1\";s:1:\"q\";i:0;s:1:\"s\";i:0;s:4:\"samp\";i:0;s:6:\"script\";i:0;s:6:\"select\";i:0;s:5:\"small\";i:0;s:4:\"span\";i:0;s:6:\"strike\";i:0;s:6:\"strong\";s:1:\"1\";s:3:\"sub\";i:0;s:3:\"sup\";i:0;s:5:\"table\";s:1:\"2\";s:5:\"tbody\";i:0;s:2:\"td\";s:1:\"2\";s:8:\"textarea\";i:0;s:5:\"tfoot\";i:0;s:2:\"th\";s:1:\"2\";s:5:\"thead\";i:0;s:2:\"tr\";s:1:\"2\";s:2:\"tt\";s:1:\"1\";s:1:\"u\";i:0;s:2:\"ul\";s:1:\"1\";s:3:\"var\";i:0;}'),(95,'/PNConfig','CensorList','a:14:{i:0;s:4:\"fuck\";i:1;s:4:\"cunt\";i:2;s:6:\"fucker\";i:3;s:7:\"fucking\";i:4;s:5:\"pussy\";i:5;s:4:\"cock\";i:6;s:4:\"c0ck\";i:7;s:3:\"cum\";i:8;s:4:\"twat\";i:9;s:4:\"clit\";i:10;s:5:\"bitch\";i:11;s:3:\"fuk\";i:12;s:6:\"fuking\";i:13;s:12:\"motherfucker\";}'),(96,'/PNConfig','CensorMode','i:1;'),(97,'/PNConfig','CensorReplace','s:5:\"*****\";'),(98,'/PNConfig','theme_change','s:1:\"0\";'),(99,'/PNConfig','htmlentities','s:1:\"1\";'),(100,'/PNConfig','UseCompression','s:1:\"0\";'),(101,'/PNConfig','refereronprint','s:1:\"0\";'),(102,'/PNConfig','storyorder','s:1:\"1\";'),(103,'/PNConfig','pnAntiCracker','s:1:\"1\";'),(104,'/PNConfig','safehtml','s:1:\"1\";'),(105,'/PNConfig','idnnames','i:0;'),(106,'/PNConfig','reg_allowreg','s:1:\"1\";'),(107,'/PNConfig','reg_verifyemail','s:1:\"1\";'),(108,'/PNConfig','reg_Illegalusername','s:87:\"root adm linux webmaster admin god administrator administrador nobody anonymous anonimo\";'),(109,'/PNConfig','reg_noregreasons','s:45:\"Sorry, registration is disabled at this time.\";'),(110,'/PNConfig','loadlegacy','s:1:\"1\";'),(111,'/PNConfig','newspager','s:1:\"0\";'),(112,'pnrender','compile_check','1'),(113,'pnrender','force_compile',''),(114,'pnrender','cache',''),(115,'pnrender','expose_template',''),(116,'pnrender','lifetime','3600'),(117,'Xanthia','rootpath','modules'),(118,'Xanthia','vba','0'),(119,'Xanthia','enablecache','0'),(120,'Xanthia','modulesnocache',''),(121,'Xanthia','db_cache','0'),(122,'Xanthia','db_compile','0'),(123,'Xanthia','compile_check','0'),(124,'Xanthia','use_db','0'),(125,'Xanthia','cache_lifetime','3600'),(126,'Xanthia','db_templates','0'),(127,'Xanthia','block_control','0'),(128,'Xanthia','TopCenter','0'),(129,'Xanthia','BotCenter','0'),(130,'Xanthia','InnerBlock','0'),(131,'Xanthia','shorturls','0'),(132,'Xanthia','shorturlsextension','html'),(133,'Xanthia','shorturlsok','1'),(134,'Admin_Messages','itemsperpage','25'),(135,'Mailer','mailertype','1'),(136,'Mailer','charset','iso-8859-1'),(137,'Mailer','encoding','8bit'),(138,'Mailer','contenttype','text/plain'),(139,'Mailer','wordwrap','50'),(140,'Mailer','msmailheaders',''),(141,'Mailer','sendmailpath','/usr/sbin/sendmail'),(142,'Mailer','smtpauth','1'),(143,'Mailer','smtpserver','localhost'),(144,'Mailer','smtpport','25'),(145,'Mailer','smtptimeout','10'),(146,'Mailer','smtpusername',''),(147,'Mailer','smtppassword',''),(148,'legal','termsofuse','1'),(149,'legal','privacypolicy','1'),(150,'legal','accessibilitystatement','1'),(151,'Xanthia','pnDefaultuse','1'),(152,'Xanthia','pnDefaultnewzone','|1:Upper Top Zone:ZUPPERTOP|2:Logo Zone:ZLOGO|3:Full Banner A:ZBANNERA|4:Channel Zone:ZCHANNEL|5:Full BannerB:ZBANNERB|6:Channel SubTop:ZSCHANNELTOP|7:Half Banner:ZBANNERC|8:Channel SubBot:ZSCHANNELBOT|9:Col3 Left:ZCOL3SLEFT|10:Col3 Center:ZCOL3SCENTER|11:Col3 Right:ZCOL3SRIGHT|12:Inner Left Column:ZINCOLLEFT|13:Inner Right Column:ZINCOLRIGHT|14:Center Block:ZCCBLOCK'),(153,'Xanthia','PostNukeSilveruse','8'),(154,'Xanthia','PostNukeSilvernewzone',''),(155,'Xanthia','PostNukeuse','9'),(156,'Xanthia','PostNukenewzone',''),(157,'Xanthia','PiterpanV2use','10'),(158,'Xanthia','PiterpanV2newzone','|1:Upper Top Zone:ZUPPERTOP|2:Logo Zone:ZLOGO|3:Full Banner A:ZBANNERA|4:Channel Zone:ZCHANNEL|5:Full BannerB:ZBANNERB|6:Channel SubTop:ZSCHANNELTOP|7:Half Banner:ZBANNERC|8:Channel SubBot:ZSCHANNELBOT|9:Col3 Left:ZCOL3SLEFT|10:Col3 Center:ZCOL3SCENTER|11:Col3 Right:ZCOL3SRIGHT|12:Inner Left Column:ZINCOLLEFT|13:Inner Right Column:ZINCOLRIGHT|14:Center Block:ZCCBLOCK'),(159,'Xanthia','Printeruse',''),(160,'Xanthia','Printernewzone',''),(161,'Xanthia','PostNukeBlueuse','11'),(162,'Xanthia','PostNukeBluenewzone',''),(163,'Xanthia','SeaBreezeuse','12'),(164,'Xanthia','SeaBreezenewzone',''),(165,'/PNConfig','siteoffreason','s:0:\"\";'),(166,'/PNConfig','starttype','s:0:\"\";'),(167,'/PNConfig','startfunc','s:0:\"\";'),(168,'/PNConfig','startargs','s:0:\"\";'),(169,'pnForum','fulltextindex','1'),(170,'pnForum','extendedsearch','no'),(171,'pnForum','m2f_enabled','yes'),(172,'pnForum','favorites_enabled','yes'),(173,'pnForum','hideusers','no'),(174,'pnForum','removesignature','no'),(175,'pnForum','striptags','no'),(176,'pnForum','deletehookaction','lock'),(177,'pnForum','rss2f_enabled','yes'),(178,'pnForum','shownewtopicconfirmation','no'),(179,'pnForum','timespanforchanges','24'),(180,'pnForum','forum_enabled','yes'),(181,'pnForum','forum_disabled_info','_PNFORUM_DISABLED_INFO'),(182,'pnForum','posts_per_page','15'),(183,'pnForum','topics_per_page','15'),(184,'pnForum','hot_threshold','20'),(185,'pnForum','email_from','Catfish@craniusmaximus.com'),(186,'pnForum','default_lang','iso-8859-1'),(187,'pnForum','url_ranks_images','modules/pnForum/pnimages/ranks'),(188,'pnForum','posticon','modules/pnForum/pnimages/posticon.gif'),(189,'pnForum','firstnew_image','modules/pnForum/pnimages/firstnew.gif'),(190,'pnForum','post_sort_order','ASC'),(191,'pnForum','log_ip','yes'),(192,'pnForum','slimforum','no'),(193,'pnForum','newtopicconfirmation','no'),(194,'pnForum','autosubscribe','no'),(195,'pnForum','signature_start',''),(196,'pnForum','signature_end',''),(197,'mediashare','vfs','fsdirect'),(198,'mediashare','enableSharpen','1'),(199,'mediashare','tmpDirName','/tmp'),(200,'mediashare','mediaDirName','/home/craniusm/public_html/reversemonster/mediashare'),(201,'mediashare','thumbnailSize','100'),(202,'mediashare','previewSize','400'),(203,'mediashare','mediaSizeLimitSingle','250000'),(204,'mediashare','mediaSizeLimitTotal','5000000'),(205,'mediashare','defaultAlbumTemplate','standard'),(206,'mediashare','defaultSlideshowTemplate','standard'),(207,'mediashare','defaultTopic',''),(208,'Members_List','memberslistitemsperpage','20'),(209,'Members_List','onlinemembersitemsperpage','20');
/*!40000 ALTER TABLE `nuke_module_vars` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_modules`
--

DROP TABLE IF EXISTS `nuke_modules`;
CREATE TABLE `nuke_modules` (
  `pn_id` int(11) unsigned NOT NULL auto_increment,
  `pn_name` varchar(64) NOT NULL default '',
  `pn_type` int(6) NOT NULL default '0',
  `pn_displayname` varchar(64) NOT NULL default '',
  `pn_description` varchar(255) NOT NULL default '',
  `pn_regid` int(11) unsigned NOT NULL default '0',
  `pn_directory` varchar(64) NOT NULL default '',
  `pn_version` varchar(10) NOT NULL default '0',
  `pn_admin_capable` tinyint(1) NOT NULL default '0',
  `pn_user_capable` tinyint(1) NOT NULL default '0',
  `pn_state` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`pn_id`)
) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_modules`
--

LOCK TABLES `nuke_modules` WRITE;
/*!40000 ALTER TABLE `nuke_modules` DISABLE KEYS */;
INSERT INTO `nuke_modules` VALUES (1,'Admin',2,'Administration','Postnuke Administration Module',9,'Admin','1.1',1,0,3),(2,'Blocks',2,'Blocks','Administration of side and centre blocks',13,'Blocks','2.2',1,1,3),(3,'Groups',2,'Groups','Modify groups',16,'Groups','1.0',1,0,3),(4,'Modules',2,'Modules','Enable/disable modules, view install/docs/credits.',1,'Modules','2.5',1,0,3),(5,'Permissions',2,'Permissions','Modify permissions security',22,'Permissions','0.4',1,0,3),(6,'News',1,'News','A module to display the news on your index page',7,'News','1.3',0,1,3),(7,'User',1,'User','PN-Core user module',27,'User','0.3',1,0,3),(8,'FAQ',1,'FAQ','Frequently Asked Questions Module',4,'FAQ','1.11',1,1,3),(9,'RSS',2,'RSS','RSS News Feed Reader',0,'RSS','1.0',1,1,1),(10,'Wiki',1,'Wiki','Allow Wiki formatting in the news',28,'Wiki','1.0',0,0,1),(11,'Censor',2,'Censor','Site Censorship Control',0,'Censor','1.5',1,0,1),(12,'Banners',1,'Banners Admin','Administer Banners on your site',12,'Banners','1.0',1,0,1),(13,'Submit_News',1,'Submit_News','Submit news module',0,'Submit_News','1.13',1,1,3),(14,'Polls',1,'Polls','Voting System Module',23,'Polls','1.1',1,1,3),(15,'Stats',1,'Stats','Display site statistics',34,'Stats','1.13',0,1,3),(16,'legal',2,'Legal','Generic Privacy Statement and Terms of Use',0,'legal','1.2',1,1,3),(17,'Mailer',2,'Mailer','Postnuke Mailer',0,'Mailer','1.0',1,0,3),(18,'Multisites',1,'Multisites','Create multiple sites using the same PN installation files',20,'Multisites','0.1',0,0,1),(19,'Comments',1,'Comments','Comments administration module.',14,'Comments','1.1',1,1,3),(20,'AvantGo',2,'AvantGo','AvantGo Mobile News Module',2,'AvantGo','1.4',1,1,1),(21,'Members_List',2,'Members_List','Members List',0,'Members_List','1.5',1,1,3),(22,'typetool',2,'typetool','TypeTool Visual Editor Implementation',0,'typetool','8.0',1,0,1),(23,'AddStory',1,'AddStory','Post new articles on your site.',8,'AddStory','1.0',1,0,3),(24,'Quotes',2,'Random Quote','Random quotes',24,'Quotes','1.5',1,0,1),(25,'Search',1,'Search','Search reviews/users/stories/faqs',32,'Search','1.0',0,1,3),(26,'Sections',1,'Sections','Displays Extra Sections on Site',33,'Sections','1.0',1,1,3),(27,'Xanthia',2,'Xanthia','Xanthia Theme Engine',0,'Xanthia','2.1',1,0,3),(28,'Topics',1,'Topics','Display site topics',37,'Topics','1.0',1,1,3),(29,'LostPassword',1,'LostPassword','Retrieve lost password of a user.',18,'LostPassword','0.5',0,0,3),(30,'Header_Footer',2,'Header_Footer','Postnuke Page Header and Footer',0,'Header_Footer','1.0',0,1,3),(31,'Admin_Messages',2,'Admin_Messages','Display automated/programmed messages.',0,'Admin_Messages','1.5',1,0,3),(32,'Ratings',2,'Ratings','Rate PostNuke items',41,'Ratings','1.3',1,1,1),(33,'Autolinks',2,'Autolinks','Automatically link key words',11,'Autolinks','1.0',1,0,1),(34,'Credits',2,'Credits','Display Module credits, license, help and contact information',0,'Credits','1.2',0,1,3),(35,'Top_List',1,'Top_List','Display top x listings',0,'Top_List','1.0',1,1,1),(36,'Reviews',1,'Reviews','Reviews System Module',31,'Reviews','1.0',1,1,3),(37,'pn_bbsmile',2,'pn_bbsmile','Smilie Hook (Autoincluded)',163,'pn_bbsmile','1.16',1,1,1),(38,'Web_Links',1,'Web_Links','Web Links Module',0,'Web_Links','1.0',1,1,3),(39,'Settings',1,'Settings','Administer site settings/preferences.',26,'Settings','1.4',1,0,3),(40,'MailUsers',1,'MailUsers','Mail all/individual users on your site.',19,'MailUsers','1.3',1,0,3),(41,'Your_Account',1,'Your_Account','User options',0,'Your_Account','0.8',0,0,3),(42,'Referers',1,'Referers','View HTTP referer statistics.',25,'Referers','1.3',1,0,3),(43,'Sniffer',2,'Sniffer','Browser detection and information',0,'Sniffer','1.1',1,0,1),(44,'Messages',2,'Messages','Private messaging system for your site',6,'Messages','1.0',0,1,3),(45,'Example',2,'Example','This is an example module for PostNuke CMS',0,'Example','1.2',1,1,1),(46,'Ephemerids',2,'Ephemerids','A \'This day in history\' module.',15,'Ephemerids','1.5',1,0,1),(47,'pnRender',2,'pnRender','The Smarty implementation for PostNuke',0,'pnRender','1.0',1,0,3),(48,'Downloads',1,'Downloads','Downloads Module',3,'Downloads','1.31',1,1,3),(49,'NewUser',1,'NewUser','New User for postnuke.',21,'NewUser','0.5',0,0,3),(50,'pn_bbcode',2,'pn_bbcode','BBCode Hook',164,'pn_bbcode','1.20',1,1,1),(51,'Recommend_Us',1,'Recommend_Us','Recommend site/Send articles Module',0,'Recommend_Us','1.0',0,1,1),(52,'pnForum',2,'pnForum','phpBB-style Bulletin Board',62,'pnForum','2.7',1,1,3),(53,'mediashare',2,'mediashare','Media sharing and gallery',0,'mediashare','3.1.1',1,1,3);
/*!40000 ALTER TABLE `nuke_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_pnforum_categories`
--

DROP TABLE IF EXISTS `nuke_pnforum_categories`;
CREATE TABLE `nuke_pnforum_categories` (
  `cat_id` int(10) NOT NULL auto_increment,
  `cat_title` varchar(100) default NULL,
  `cat_order` varchar(10) default NULL,
  PRIMARY KEY  (`cat_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_pnforum_categories`
--

LOCK TABLES `nuke_pnforum_categories` WRITE;
/*!40000 ALTER TABLE `nuke_pnforum_categories` DISABLE KEYS */;
INSERT INTO `nuke_pnforum_categories` VALUES (1,'Music','1');
/*!40000 ALTER TABLE `nuke_pnforum_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_pnforum_forum_favorites`
--

DROP TABLE IF EXISTS `nuke_pnforum_forum_favorites`;
CREATE TABLE `nuke_pnforum_forum_favorites` (
  `forum_id` int(10) NOT NULL default '0',
  `user_id` int(10) NOT NULL default '0',
  PRIMARY KEY  (`forum_id`,`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_pnforum_forum_favorites`
--

LOCK TABLES `nuke_pnforum_forum_favorites` WRITE;
/*!40000 ALTER TABLE `nuke_pnforum_forum_favorites` DISABLE KEYS */;
/*!40000 ALTER TABLE `nuke_pnforum_forum_favorites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_pnforum_forum_mods`
--

DROP TABLE IF EXISTS `nuke_pnforum_forum_mods`;
CREATE TABLE `nuke_pnforum_forum_mods` (
  `forum_id` int(10) NOT NULL default '0',
  `user_id` int(10) NOT NULL default '0',
  KEY `forum_id` (`forum_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_pnforum_forum_mods`
--

LOCK TABLES `nuke_pnforum_forum_mods` WRITE;
/*!40000 ALTER TABLE `nuke_pnforum_forum_mods` DISABLE KEYS */;
INSERT INTO `nuke_pnforum_forum_mods` VALUES (1,1000002),(2,1000002);
/*!40000 ALTER TABLE `nuke_pnforum_forum_mods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_pnforum_forums`
--

DROP TABLE IF EXISTS `nuke_pnforum_forums`;
CREATE TABLE `nuke_pnforum_forums` (
  `forum_id` int(10) NOT NULL auto_increment,
  `forum_name` varchar(150) default NULL,
  `forum_desc` text,
  `forum_access` int(10) default '1',
  `forum_topics` int(10) unsigned NOT NULL default '0',
  `forum_posts` int(10) unsigned NOT NULL default '0',
  `forum_last_post_id` int(10) unsigned NOT NULL default '0',
  `cat_id` int(10) default NULL,
  `forum_type` int(10) default '0',
  `forum_order` mediumint(8) unsigned default NULL,
  `forum_pop3_active` int(1) NOT NULL default '0',
  `forum_pop3_server` varchar(60) default NULL,
  `forum_pop3_port` int(5) NOT NULL default '110',
  `forum_pop3_login` varchar(60) default NULL,
  `forum_pop3_password` varchar(60) default NULL,
  `forum_pop3_interval` int(4) NOT NULL default '0',
  `forum_pop3_lastconnect` int(11) NOT NULL default '0',
  `forum_pop3_pnuser` varchar(60) default NULL,
  `forum_pop3_pnpassword` varchar(40) default NULL,
  `forum_pop3_matchstring` varchar(255) default NULL,
  `forum_moduleref` int(11) default NULL,
  `forum_pntopic` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`forum_id`),
  KEY `forum_last_post_id` (`forum_last_post_id`),
  KEY `forum_moduleref` (`forum_moduleref`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_pnforum_forums`
--

LOCK TABLES `nuke_pnforum_forums` WRITE;
/*!40000 ALTER TABLE `nuke_pnforum_forums` DISABLE KEYS */;
INSERT INTO `nuke_pnforum_forums` VALUES (1,'Tutorialz','Share your musical how to knowledge here',1,5,6,575,1,0,1,0,'',110,'','',0,0,'','','',52,0),(2,'Reverse Monster Bandz','Music of Reverse Monster and Friendz',1,569,569,574,1,0,2,0,'',110,'','',0,0,'','','',52,0);
/*!40000 ALTER TABLE `nuke_pnforum_forums` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_pnforum_posts`
--

DROP TABLE IF EXISTS `nuke_pnforum_posts`;
CREATE TABLE `nuke_pnforum_posts` (
  `post_id` int(10) NOT NULL auto_increment,
  `topic_id` int(10) NOT NULL default '0',
  `forum_id` int(10) NOT NULL default '0',
  `poster_id` int(10) NOT NULL default '0',
  `post_time` varchar(20) default NULL,
  `poster_ip` varchar(16) default NULL,
  `post_msgid` varchar(100) default NULL,
  PRIMARY KEY  (`post_id`),
  KEY `post_id` (`post_id`),
  KEY `forum_id` (`forum_id`),
  KEY `topic_id` (`topic_id`),
  KEY `poster_id` (`poster_id`),
  KEY `post_msgid` (`post_msgid`)
) ENGINE=MyISAM AUTO_INCREMENT=576 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_pnforum_posts`
--

LOCK TABLES `nuke_pnforum_posts` WRITE;
/*!40000 ALTER TABLE `nuke_pnforum_posts` DISABLE KEYS */;
INSERT INTO `nuke_pnforum_posts` VALUES (1,1,1,2,'2007-11-20 22:28','69.125.60.131',''),(2,2,2,2,'2007-11-20 22:31','69.125.60.131',''),(3,3,1,2,'2007-11-20 22:35','69.125.60.131',''),(4,4,2,2,'2007-11-20 22:35','69.125.60.131',''),(5,5,2,2,'2007-11-20 22:35','69.125.60.131',''),(6,6,2,2,'2007-11-20 22:35','69.125.60.131',''),(7,7,2,2,'2007-11-20 22:35','69.125.60.131',''),(8,8,2,2,'2007-11-20 22:35','69.125.60.131',''),(9,9,2,2,'2007-11-20 22:35','69.125.60.131',''),(10,10,2,2,'2007-11-20 22:35','69.125.60.131',''),(11,11,2,2,'2007-11-20 22:35','69.125.60.131',''),(12,12,2,2,'2007-11-20 22:35','69.125.60.131',''),(13,13,2,2,'2007-11-20 22:35','69.125.60.131',''),(14,14,2,2,'2007-11-20 22:35','69.125.60.131',''),(15,15,2,2,'2007-11-20 22:35','69.125.60.131',''),(16,16,2,2,'2007-11-20 22:35','69.125.60.131',''),(17,17,2,2,'2007-11-20 22:35','69.125.60.131',''),(18,18,2,2,'2007-11-20 22:35','69.125.60.131',''),(19,19,2,2,'2007-11-20 22:35','69.125.60.131',''),(20,20,2,2,'2007-11-20 22:35','69.125.60.131',''),(21,21,2,2,'2007-11-20 22:35','69.125.60.131',''),(22,22,2,2,'2007-11-20 22:35','69.125.60.131',''),(23,23,2,2,'2007-11-20 22:35','69.125.60.131',''),(24,24,2,2,'2007-11-20 22:35','69.125.60.131',''),(25,25,2,2,'2007-11-20 22:35','69.125.60.131',''),(26,26,2,2,'2007-11-20 22:35','69.125.60.131',''),(27,27,2,2,'2007-11-20 22:35','69.125.60.131',''),(28,28,2,2,'2007-11-20 22:35','69.125.60.131',''),(29,29,2,2,'2007-11-20 22:35','69.125.60.131',''),(30,30,2,2,'2007-11-20 22:35','69.125.60.131',''),(31,31,2,2,'2007-11-20 22:35','69.125.60.131',''),(32,32,2,2,'2007-11-20 22:35','69.125.60.131',''),(33,33,2,2,'2007-11-20 22:35','69.125.60.131',''),(34,34,2,2,'2007-11-20 22:35','69.125.60.131',''),(35,35,2,2,'2007-11-20 22:35','69.125.60.131',''),(36,36,2,2,'2007-11-20 22:35','69.125.60.131',''),(37,37,2,2,'2007-11-20 22:35','69.125.60.131',''),(38,38,2,2,'2007-11-20 22:35','69.125.60.131',''),(39,39,2,2,'2007-11-20 22:35','69.125.60.131',''),(40,40,2,2,'2007-11-20 22:35','69.125.60.131',''),(41,41,2,2,'2007-11-20 22:35','69.125.60.131',''),(42,42,2,2,'2007-11-20 22:35','69.125.60.131',''),(43,43,2,2,'2007-11-20 22:35','69.125.60.131',''),(44,44,2,2,'2007-11-20 22:35','69.125.60.131',''),(45,45,2,2,'2007-11-20 22:35','69.125.60.131',''),(46,46,2,2,'2007-11-20 22:35','69.125.60.131',''),(47,47,2,2,'2007-11-20 22:35','69.125.60.131',''),(48,48,2,2,'2007-11-20 22:35','69.125.60.131',''),(49,49,2,2,'2007-11-20 22:35','69.125.60.131',''),(50,50,2,2,'2007-11-20 22:35','69.125.60.131',''),(51,51,2,2,'2007-11-20 22:35','69.125.60.131',''),(52,52,2,2,'2007-11-20 22:35','69.125.60.131',''),(53,53,2,2,'2007-11-20 22:35','69.125.60.131',''),(54,54,2,2,'2007-11-20 22:35','69.125.60.131',''),(55,55,2,2,'2007-11-20 22:35','69.125.60.131',''),(56,56,2,2,'2007-11-20 22:35','69.125.60.131',''),(57,57,2,2,'2007-11-20 22:35','69.125.60.131',''),(58,58,2,2,'2007-11-20 22:35','69.125.60.131',''),(59,59,2,2,'2007-11-20 22:35','69.125.60.131',''),(60,60,2,2,'2007-11-20 22:35','69.125.60.131',''),(61,61,2,2,'2007-11-20 22:35','69.125.60.131',''),(62,62,2,2,'2007-11-20 22:35','69.125.60.131',''),(63,63,2,2,'2007-11-20 22:35','69.125.60.131',''),(64,64,2,2,'2007-11-20 22:35','69.125.60.131',''),(65,65,2,2,'2007-11-20 22:35','69.125.60.131',''),(66,66,2,2,'2007-11-20 22:35','69.125.60.131',''),(67,67,2,2,'2007-11-20 22:35','69.125.60.131',''),(68,68,2,2,'2007-11-20 22:35','69.125.60.131',''),(69,69,2,2,'2007-11-20 22:35','69.125.60.131',''),(70,70,2,2,'2007-11-20 22:35','69.125.60.131',''),(71,71,2,2,'2007-11-20 22:35','69.125.60.131',''),(72,72,2,2,'2007-11-20 22:35','69.125.60.131',''),(73,73,2,2,'2007-11-20 22:35','69.125.60.131',''),(74,74,2,2,'2007-11-20 22:35','69.125.60.131',''),(75,75,2,2,'2007-11-20 22:35','69.125.60.131',''),(76,76,2,2,'2007-11-20 22:35','69.125.60.131',''),(77,77,2,2,'2007-11-20 22:35','69.125.60.131',''),(78,78,2,2,'2007-11-20 22:35','69.125.60.131',''),(79,79,2,2,'2007-11-20 22:35','69.125.60.131',''),(80,80,2,2,'2007-11-20 22:35','69.125.60.131',''),(81,81,2,2,'2007-11-20 22:35','69.125.60.131',''),(82,82,2,2,'2007-11-20 22:35','69.125.60.131',''),(83,83,2,2,'2007-11-20 22:35','69.125.60.131',''),(84,84,2,2,'2007-11-20 22:35','69.125.60.131',''),(85,85,2,2,'2007-11-20 22:35','69.125.60.131',''),(86,86,2,2,'2007-11-20 22:35','69.125.60.131',''),(87,87,2,2,'2007-11-20 22:35','69.125.60.131',''),(88,88,2,2,'2007-11-20 22:35','69.125.60.131',''),(89,89,2,2,'2007-11-20 22:35','69.125.60.131',''),(90,90,2,2,'2007-11-20 22:35','69.125.60.131',''),(91,91,2,2,'2007-11-20 22:35','69.125.60.131',''),(92,92,2,2,'2007-11-20 22:35','69.125.60.131',''),(93,93,2,2,'2007-11-20 22:35','69.125.60.131',''),(94,94,2,2,'2007-11-20 22:35','69.125.60.131',''),(95,95,2,2,'2007-11-20 22:35','69.125.60.131',''),(96,96,2,2,'2007-11-20 22:35','69.125.60.131',''),(97,97,2,2,'2007-11-20 22:35','69.125.60.131',''),(98,98,2,2,'2007-11-20 22:35','69.125.60.131',''),(99,99,2,2,'2007-11-20 22:35','69.125.60.131',''),(100,100,2,2,'2007-11-20 22:35','69.125.60.131',''),(101,101,2,2,'2007-11-20 22:35','69.125.60.131',''),(102,102,2,2,'2007-11-20 22:35','69.125.60.131',''),(103,103,2,2,'2007-11-20 22:35','69.125.60.131',''),(104,104,2,2,'2007-11-20 22:35','69.125.60.131',''),(105,105,2,2,'2007-11-20 22:35','69.125.60.131',''),(106,106,2,2,'2007-11-20 22:35','69.125.60.131',''),(107,107,2,2,'2007-11-20 22:35','69.125.60.131',''),(108,108,2,2,'2007-11-20 22:35','69.125.60.131',''),(109,109,2,2,'2007-11-20 22:35','69.125.60.131',''),(110,110,2,2,'2007-11-20 22:35','69.125.60.131',''),(111,111,2,2,'2007-11-20 22:35','69.125.60.131',''),(112,112,2,2,'2007-11-20 22:35','69.125.60.131',''),(113,113,2,2,'2007-11-20 22:35','69.125.60.131',''),(114,114,2,2,'2007-11-20 22:35','69.125.60.131',''),(115,115,2,2,'2007-11-20 22:35','69.125.60.131',''),(116,116,2,2,'2007-11-20 22:35','69.125.60.131',''),(117,117,2,2,'2007-11-20 22:35','69.125.60.131',''),(118,118,2,2,'2007-11-20 22:35','69.125.60.131',''),(119,119,2,2,'2007-11-20 22:35','69.125.60.131',''),(120,120,2,2,'2007-11-20 22:35','69.125.60.131',''),(121,121,2,2,'2007-11-20 22:35','69.125.60.131',''),(122,122,2,2,'2007-11-20 22:35','69.125.60.131',''),(123,123,2,2,'2007-11-20 22:35','69.125.60.131',''),(124,124,2,2,'2007-11-20 22:35','69.125.60.131',''),(125,125,2,2,'2007-11-20 22:35','69.125.60.131',''),(126,126,2,2,'2007-11-20 22:35','69.125.60.131',''),(127,127,2,2,'2007-11-20 22:35','69.125.60.131',''),(128,128,2,2,'2007-11-20 22:35','69.125.60.131',''),(129,129,2,2,'2007-11-20 22:35','69.125.60.131',''),(130,130,2,2,'2007-11-20 22:35','69.125.60.131',''),(131,131,2,2,'2007-11-20 22:35','69.125.60.131',''),(132,132,2,2,'2007-11-20 22:35','69.125.60.131',''),(133,133,2,2,'2007-11-20 22:35','69.125.60.131',''),(134,134,2,2,'2007-11-20 22:35','69.125.60.131',''),(135,135,2,2,'2007-11-20 22:35','69.125.60.131',''),(136,136,2,2,'2007-11-20 22:35','69.125.60.131',''),(137,137,2,2,'2007-11-20 22:35','69.125.60.131',''),(138,138,2,2,'2007-11-20 22:35','69.125.60.131',''),(139,139,2,2,'2007-11-20 22:35','69.125.60.131',''),(140,140,2,2,'2007-11-20 22:35','69.125.60.131',''),(141,141,2,2,'2007-11-20 22:35','69.125.60.131',''),(142,142,2,2,'2007-11-20 22:35','69.125.60.131',''),(143,143,2,2,'2007-11-20 22:35','69.125.60.131',''),(144,144,2,2,'2007-11-20 22:35','69.125.60.131',''),(145,145,2,2,'2007-11-20 22:35','69.125.60.131',''),(146,146,1,2,'2007-11-20 22:35','69.125.60.131',''),(147,147,2,2,'2007-11-20 22:35','69.125.60.131',''),(148,148,2,2,'2007-11-20 22:35','69.125.60.131',''),(149,149,2,2,'2007-11-20 22:35','69.125.60.131',''),(150,150,2,2,'2007-11-20 22:35','69.125.60.131',''),(151,151,2,2,'2007-11-20 22:35','69.125.60.131',''),(152,152,2,2,'2007-11-20 22:35','69.125.60.131',''),(153,153,2,2,'2007-11-20 22:35','69.125.60.131',''),(154,154,2,2,'2007-11-20 22:35','69.125.60.131',''),(155,155,2,2,'2007-11-20 22:35','69.125.60.131',''),(156,156,2,2,'2007-11-20 22:35','69.125.60.131',''),(157,157,2,2,'2007-11-20 22:35','69.125.60.131',''),(158,158,2,2,'2007-11-20 22:35','69.125.60.131',''),(159,159,2,2,'2007-11-20 22:35','69.125.60.131',''),(160,160,2,2,'2007-11-20 22:35','69.125.60.131',''),(161,161,2,2,'2007-11-20 22:35','69.125.60.131',''),(162,162,2,2,'2007-11-20 22:35','69.125.60.131',''),(163,163,2,2,'2007-11-20 22:35','69.125.60.131',''),(164,164,2,2,'2007-11-20 22:35','69.125.60.131',''),(165,165,2,2,'2007-11-20 22:35','69.125.60.131',''),(166,166,2,2,'2007-11-20 22:35','69.125.60.131',''),(167,167,2,2,'2007-11-20 22:35','69.125.60.131',''),(168,168,2,2,'2007-11-20 22:35','69.125.60.131',''),(169,169,2,2,'2007-11-20 22:35','69.125.60.131',''),(170,170,2,2,'2007-11-20 22:35','69.125.60.131',''),(171,171,2,2,'2007-11-20 22:35','69.125.60.131',''),(172,172,2,2,'2007-11-20 22:35','69.125.60.131',''),(173,173,2,2,'2007-11-20 22:35','69.125.60.131',''),(174,174,2,2,'2007-11-20 22:35','69.125.60.131',''),(175,175,2,2,'2007-11-20 22:35','69.125.60.131',''),(176,176,2,2,'2007-11-20 22:35','69.125.60.131',''),(177,177,2,2,'2007-11-20 22:35','69.125.60.131',''),(178,178,2,2,'2007-11-20 22:35','69.125.60.131',''),(179,179,2,2,'2007-11-20 22:35','69.125.60.131',''),(180,180,2,2,'2007-11-20 22:35','69.125.60.131',''),(181,181,2,2,'2007-11-20 22:35','69.125.60.131',''),(182,182,2,2,'2007-11-20 22:35','69.125.60.131',''),(183,183,2,2,'2007-11-20 22:35','69.125.60.131',''),(184,184,2,2,'2007-11-20 22:35','69.125.60.131',''),(185,185,2,2,'2007-11-20 22:35','69.125.60.131',''),(186,186,2,2,'2007-11-20 22:35','69.125.60.131',''),(187,187,2,2,'2007-11-20 22:35','69.125.60.131',''),(188,188,2,2,'2007-11-20 22:35','69.125.60.131',''),(189,189,2,2,'2007-11-20 22:35','69.125.60.131',''),(190,190,2,2,'2007-11-20 22:35','69.125.60.131',''),(191,191,2,2,'2007-11-20 22:35','69.125.60.131',''),(192,192,2,2,'2007-11-20 22:35','69.125.60.131',''),(193,193,2,2,'2007-11-20 22:35','69.125.60.131',''),(194,194,2,2,'2007-11-20 22:35','69.125.60.131',''),(195,195,2,2,'2007-11-20 22:35','69.125.60.131',''),(196,196,2,2,'2007-11-20 22:35','69.125.60.131',''),(197,197,2,2,'2007-11-20 22:35','69.125.60.131',''),(198,198,2,2,'2007-11-20 22:35','69.125.60.131',''),(199,199,2,2,'2007-11-20 22:35','69.125.60.131',''),(200,200,2,2,'2007-11-20 22:35','69.125.60.131',''),(201,201,2,2,'2007-11-20 22:35','69.125.60.131',''),(202,202,2,2,'2007-11-20 22:35','69.125.60.131',''),(203,203,2,2,'2007-11-20 22:35','69.125.60.131',''),(204,204,2,2,'2007-11-20 22:35','69.125.60.131',''),(205,205,2,2,'2007-11-20 22:35','69.125.60.131',''),(206,206,2,2,'2007-11-20 22:35','69.125.60.131',''),(207,207,2,2,'2007-11-20 22:35','69.125.60.131',''),(208,208,2,2,'2007-11-20 22:35','69.125.60.131',''),(209,209,2,2,'2007-11-20 22:35','69.125.60.131',''),(210,210,2,2,'2007-11-20 22:35','69.125.60.131',''),(211,211,2,2,'2007-11-20 22:35','69.125.60.131',''),(212,212,2,2,'2007-11-20 22:35','69.125.60.131',''),(213,213,2,2,'2007-11-20 22:35','69.125.60.131',''),(214,214,2,2,'2007-11-20 22:35','69.125.60.131',''),(215,215,2,2,'2007-11-20 22:35','69.125.60.131',''),(216,216,2,2,'2007-11-20 22:35','69.125.60.131',''),(217,217,2,2,'2007-11-20 22:35','69.125.60.131',''),(218,218,2,2,'2007-11-20 22:35','69.125.60.131',''),(219,219,2,2,'2007-11-20 22:35','69.125.60.131',''),(220,220,2,2,'2007-11-20 22:35','69.125.60.131',''),(221,221,2,2,'2007-11-20 22:35','69.125.60.131',''),(222,222,2,2,'2007-11-20 22:35','69.125.60.131',''),(223,223,2,2,'2007-11-20 22:35','69.125.60.131',''),(224,224,2,2,'2007-11-20 22:35','69.125.60.131',''),(225,225,2,2,'2007-11-20 22:35','69.125.60.131',''),(226,226,2,2,'2007-11-20 22:35','69.125.60.131',''),(227,227,2,2,'2007-11-20 22:35','69.125.60.131',''),(228,228,2,2,'2007-11-20 22:35','69.125.60.131',''),(229,229,2,2,'2007-11-20 22:35','69.125.60.131',''),(230,230,2,2,'2007-11-20 22:35','69.125.60.131',''),(231,231,2,2,'2007-11-20 22:35','69.125.60.131',''),(232,232,2,2,'2007-11-20 22:35','69.125.60.131',''),(233,233,2,2,'2007-11-20 22:35','69.125.60.131',''),(234,234,2,2,'2007-11-20 22:35','69.125.60.131',''),(235,235,2,2,'2007-11-20 22:35','69.125.60.131',''),(236,236,2,2,'2007-11-20 22:35','69.125.60.131',''),(237,237,2,2,'2007-11-20 22:35','69.125.60.131',''),(238,238,2,2,'2007-11-20 22:35','69.125.60.131',''),(239,239,2,2,'2007-11-20 22:35','69.125.60.131',''),(240,240,2,2,'2007-11-20 22:35','69.125.60.131',''),(241,241,2,2,'2007-11-20 22:35','69.125.60.131',''),(242,242,2,2,'2007-11-20 22:35','69.125.60.131',''),(243,243,2,2,'2007-11-20 22:35','69.125.60.131',''),(244,244,2,2,'2007-11-20 22:35','69.125.60.131',''),(245,245,2,2,'2007-11-20 22:35','69.125.60.131',''),(246,246,2,2,'2007-11-20 22:35','69.125.60.131',''),(247,247,2,2,'2007-11-20 22:35','69.125.60.131',''),(248,248,2,2,'2007-11-20 22:35','69.125.60.131',''),(249,249,2,2,'2007-11-20 22:35','69.125.60.131',''),(250,250,2,2,'2007-11-20 22:35','69.125.60.131',''),(251,251,2,2,'2007-11-20 22:35','69.125.60.131',''),(252,252,2,2,'2007-11-20 22:35','69.125.60.131',''),(253,253,2,2,'2007-11-20 22:35','69.125.60.131',''),(254,254,2,2,'2007-11-20 22:35','69.125.60.131',''),(255,255,2,2,'2007-11-20 22:35','69.125.60.131',''),(256,256,2,2,'2007-11-20 22:35','69.125.60.131',''),(257,257,2,2,'2007-11-20 22:35','69.125.60.131',''),(258,258,2,2,'2007-11-20 22:35','69.125.60.131',''),(259,259,2,2,'2007-11-20 22:35','69.125.60.131',''),(260,260,2,2,'2007-11-20 22:35','69.125.60.131',''),(261,261,2,2,'2007-11-20 22:35','69.125.60.131',''),(262,262,2,2,'2007-11-20 22:35','69.125.60.131',''),(263,263,2,2,'2007-11-20 22:35','69.125.60.131',''),(264,264,2,2,'2007-11-20 22:35','69.125.60.131',''),(265,265,2,2,'2007-11-20 22:35','69.125.60.131',''),(266,266,2,2,'2007-11-20 22:35','69.125.60.131',''),(267,267,2,2,'2007-11-20 22:35','69.125.60.131',''),(268,268,2,2,'2007-11-20 22:35','69.125.60.131',''),(269,269,2,2,'2007-11-20 22:35','69.125.60.131',''),(270,270,2,2,'2007-11-20 22:35','69.125.60.131',''),(271,271,2,2,'2007-11-20 22:35','69.125.60.131',''),(272,272,2,2,'2007-11-20 22:35','69.125.60.131',''),(273,273,2,2,'2007-11-20 22:35','69.125.60.131',''),(274,274,2,2,'2007-11-20 22:35','69.125.60.131',''),(275,275,2,2,'2007-11-20 22:35','69.125.60.131',''),(276,276,2,2,'2007-11-20 22:35','69.125.60.131',''),(277,277,2,2,'2007-11-20 22:35','69.125.60.131',''),(278,278,2,2,'2007-11-20 22:35','69.125.60.131',''),(279,279,2,2,'2007-11-20 22:35','69.125.60.131',''),(280,280,2,2,'2007-11-20 22:35','69.125.60.131',''),(281,281,2,2,'2007-11-20 22:35','69.125.60.131',''),(282,282,2,2,'2007-11-20 22:35','69.125.60.131',''),(283,283,2,2,'2007-11-20 22:35','69.125.60.131',''),(284,284,2,2,'2007-11-20 22:35','69.125.60.131',''),(285,285,2,2,'2007-11-20 22:35','69.125.60.131',''),(286,286,2,2,'2007-11-20 22:35','69.125.60.131',''),(287,287,2,2,'2007-11-20 22:35','69.125.60.131',''),(288,288,2,2,'2007-11-20 22:35','69.125.60.131',''),(289,289,1,2,'2007-11-20 22:36','69.125.60.131',''),(290,290,2,2,'2007-11-20 22:36','69.125.60.131',''),(291,291,2,2,'2007-11-20 22:36','69.125.60.131',''),(292,292,2,2,'2007-11-20 22:36','69.125.60.131',''),(293,293,2,2,'2007-11-20 22:36','69.125.60.131',''),(294,294,2,2,'2007-11-20 22:36','69.125.60.131',''),(295,295,2,2,'2007-11-20 22:36','69.125.60.131',''),(296,296,2,2,'2007-11-20 22:36','69.125.60.131',''),(297,297,2,2,'2007-11-20 22:36','69.125.60.131',''),(298,298,2,2,'2007-11-20 22:36','69.125.60.131',''),(299,299,2,2,'2007-11-20 22:36','69.125.60.131',''),(300,300,2,2,'2007-11-20 22:36','69.125.60.131',''),(301,301,2,2,'2007-11-20 22:36','69.125.60.131',''),(302,302,2,2,'2007-11-20 22:36','69.125.60.131',''),(303,303,2,2,'2007-11-20 22:36','69.125.60.131',''),(304,304,2,2,'2007-11-20 22:36','69.125.60.131',''),(305,305,2,2,'2007-11-20 22:36','69.125.60.131',''),(306,306,2,2,'2007-11-20 22:36','69.125.60.131',''),(307,307,2,2,'2007-11-20 22:36','69.125.60.131',''),(308,308,2,2,'2007-11-20 22:36','69.125.60.131',''),(309,309,2,2,'2007-11-20 22:36','69.125.60.131',''),(310,310,2,2,'2007-11-20 22:36','69.125.60.131',''),(311,311,2,2,'2007-11-20 22:36','69.125.60.131',''),(312,312,2,2,'2007-11-20 22:36','69.125.60.131',''),(313,313,2,2,'2007-11-20 22:36','69.125.60.131',''),(314,314,2,2,'2007-11-20 22:36','69.125.60.131',''),(315,315,2,2,'2007-11-20 22:36','69.125.60.131',''),(316,316,2,2,'2007-11-20 22:36','69.125.60.131',''),(317,317,2,2,'2007-11-20 22:36','69.125.60.131',''),(318,318,2,2,'2007-11-20 22:36','69.125.60.131',''),(319,319,2,2,'2007-11-20 22:36','69.125.60.131',''),(320,320,2,2,'2007-11-20 22:36','69.125.60.131',''),(321,321,2,2,'2007-11-20 22:36','69.125.60.131',''),(322,322,2,2,'2007-11-20 22:36','69.125.60.131',''),(323,323,2,2,'2007-11-20 22:36','69.125.60.131',''),(324,324,2,2,'2007-11-20 22:36','69.125.60.131',''),(325,325,2,2,'2007-11-20 22:36','69.125.60.131',''),(326,326,2,2,'2007-11-20 22:36','69.125.60.131',''),(327,327,2,2,'2007-11-20 22:36','69.125.60.131',''),(328,328,2,2,'2007-11-20 22:36','69.125.60.131',''),(329,329,2,2,'2007-11-20 22:36','69.125.60.131',''),(330,330,2,2,'2007-11-20 22:36','69.125.60.131',''),(331,331,2,2,'2007-11-20 22:36','69.125.60.131',''),(332,332,2,2,'2007-11-20 22:36','69.125.60.131',''),(333,333,2,2,'2007-11-20 22:36','69.125.60.131',''),(334,334,2,2,'2007-11-20 22:36','69.125.60.131',''),(335,335,2,2,'2007-11-20 22:36','69.125.60.131',''),(336,336,2,2,'2007-11-20 22:36','69.125.60.131',''),(337,337,2,2,'2007-11-20 22:36','69.125.60.131',''),(338,338,2,2,'2007-11-20 22:36','69.125.60.131',''),(339,339,2,2,'2007-11-20 22:36','69.125.60.131',''),(340,340,2,2,'2007-11-20 22:36','69.125.60.131',''),(341,341,2,2,'2007-11-20 22:36','69.125.60.131',''),(342,342,2,2,'2007-11-20 22:36','69.125.60.131',''),(343,343,2,2,'2007-11-20 22:36','69.125.60.131',''),(344,344,2,2,'2007-11-20 22:36','69.125.60.131',''),(345,345,2,2,'2007-11-20 22:36','69.125.60.131',''),(346,346,2,2,'2007-11-20 22:36','69.125.60.131',''),(347,347,2,2,'2007-11-20 22:36','69.125.60.131',''),(348,348,2,2,'2007-11-20 22:36','69.125.60.131',''),(349,349,2,2,'2007-11-20 22:36','69.125.60.131',''),(350,350,2,2,'2007-11-20 22:36','69.125.60.131',''),(351,351,2,2,'2007-11-20 22:36','69.125.60.131',''),(352,352,2,2,'2007-11-20 22:36','69.125.60.131',''),(353,353,2,2,'2007-11-20 22:36','69.125.60.131',''),(354,354,2,2,'2007-11-20 22:36','69.125.60.131',''),(355,355,2,2,'2007-11-20 22:36','69.125.60.131',''),(356,356,2,2,'2007-11-20 22:36','69.125.60.131',''),(357,357,2,2,'2007-11-20 22:36','69.125.60.131',''),(358,358,2,2,'2007-11-20 22:36','69.125.60.131',''),(359,359,2,2,'2007-11-20 22:36','69.125.60.131',''),(360,360,2,2,'2007-11-20 22:36','69.125.60.131',''),(361,361,2,2,'2007-11-20 22:36','69.125.60.131',''),(362,362,2,2,'2007-11-20 22:36','69.125.60.131',''),(363,363,2,2,'2007-11-20 22:36','69.125.60.131',''),(364,364,2,2,'2007-11-20 22:36','69.125.60.131',''),(365,365,2,2,'2007-11-20 22:36','69.125.60.131',''),(366,366,2,2,'2007-11-20 22:36','69.125.60.131',''),(367,367,2,2,'2007-11-20 22:36','69.125.60.131',''),(368,368,2,2,'2007-11-20 22:36','69.125.60.131',''),(369,369,2,2,'2007-11-20 22:36','69.125.60.131',''),(370,370,2,2,'2007-11-20 22:36','69.125.60.131',''),(371,371,2,2,'2007-11-20 22:36','69.125.60.131',''),(372,372,2,2,'2007-11-20 22:36','69.125.60.131',''),(373,373,2,2,'2007-11-20 22:36','69.125.60.131',''),(374,374,2,2,'2007-11-20 22:36','69.125.60.131',''),(375,375,2,2,'2007-11-20 22:36','69.125.60.131',''),(376,376,2,2,'2007-11-20 22:36','69.125.60.131',''),(377,377,2,2,'2007-11-20 22:36','69.125.60.131',''),(378,378,2,2,'2007-11-20 22:36','69.125.60.131',''),(379,379,2,2,'2007-11-20 22:36','69.125.60.131',''),(380,380,2,2,'2007-11-20 22:36','69.125.60.131',''),(381,381,2,2,'2007-11-20 22:36','69.125.60.131',''),(382,382,2,2,'2007-11-20 22:36','69.125.60.131',''),(383,383,2,2,'2007-11-20 22:36','69.125.60.131',''),(384,384,2,2,'2007-11-20 22:36','69.125.60.131',''),(385,385,2,2,'2007-11-20 22:36','69.125.60.131',''),(386,386,2,2,'2007-11-20 22:36','69.125.60.131',''),(387,387,2,2,'2007-11-20 22:36','69.125.60.131',''),(388,388,2,2,'2007-11-20 22:36','69.125.60.131',''),(389,389,2,2,'2007-11-20 22:36','69.125.60.131',''),(390,390,2,2,'2007-11-20 22:36','69.125.60.131',''),(391,391,2,2,'2007-11-20 22:36','69.125.60.131',''),(392,392,2,2,'2007-11-20 22:36','69.125.60.131',''),(393,393,2,2,'2007-11-20 22:36','69.125.60.131',''),(394,394,2,2,'2007-11-20 22:36','69.125.60.131',''),(395,395,2,2,'2007-11-20 22:36','69.125.60.131',''),(396,396,2,2,'2007-11-20 22:36','69.125.60.131',''),(397,397,2,2,'2007-11-20 22:36','69.125.60.131',''),(398,398,2,2,'2007-11-20 22:36','69.125.60.131',''),(399,399,2,2,'2007-11-20 22:36','69.125.60.131',''),(400,400,2,2,'2007-11-20 22:36','69.125.60.131',''),(401,401,2,2,'2007-11-20 22:36','69.125.60.131',''),(402,402,2,2,'2007-11-20 22:36','69.125.60.131',''),(403,403,2,2,'2007-11-20 22:36','69.125.60.131',''),(404,404,2,2,'2007-11-20 22:36','69.125.60.131',''),(405,405,2,2,'2007-11-20 22:36','69.125.60.131',''),(406,406,2,2,'2007-11-20 22:36','69.125.60.131',''),(407,407,2,2,'2007-11-20 22:36','69.125.60.131',''),(408,408,2,2,'2007-11-20 22:36','69.125.60.131',''),(409,409,2,2,'2007-11-20 22:36','69.125.60.131',''),(410,410,2,2,'2007-11-20 22:36','69.125.60.131',''),(411,411,2,2,'2007-11-20 22:36','69.125.60.131',''),(412,412,2,2,'2007-11-20 22:36','69.125.60.131',''),(413,413,2,2,'2007-11-20 22:36','69.125.60.131',''),(414,414,2,2,'2007-11-20 22:36','69.125.60.131',''),(415,415,2,2,'2007-11-20 22:36','69.125.60.131',''),(416,416,2,2,'2007-11-20 22:36','69.125.60.131',''),(417,417,2,2,'2007-11-20 22:36','69.125.60.131',''),(418,418,2,2,'2007-11-20 22:36','69.125.60.131',''),(419,419,2,2,'2007-11-20 22:36','69.125.60.131',''),(420,420,2,2,'2007-11-20 22:36','69.125.60.131',''),(421,421,2,2,'2007-11-20 22:36','69.125.60.131',''),(422,422,2,2,'2007-11-20 22:36','69.125.60.131',''),(423,423,2,2,'2007-11-20 22:36','69.125.60.131',''),(424,424,2,2,'2007-11-20 22:36','69.125.60.131',''),(425,425,2,2,'2007-11-20 22:36','69.125.60.131',''),(426,426,2,2,'2007-11-20 22:36','69.125.60.131',''),(427,427,2,2,'2007-11-20 22:36','69.125.60.131',''),(428,428,2,2,'2007-11-20 22:36','69.125.60.131',''),(429,429,2,2,'2007-11-20 22:36','69.125.60.131',''),(430,430,2,2,'2007-11-20 22:36','69.125.60.131',''),(431,431,2,2,'2007-11-20 22:36','69.125.60.131',''),(432,432,1,2,'2007-11-20 22:36','69.125.60.131',''),(433,433,2,2,'2007-11-20 22:36','69.125.60.131',''),(434,434,2,2,'2007-11-20 22:36','69.125.60.131',''),(435,435,2,2,'2007-11-20 22:36','69.125.60.131',''),(436,436,2,2,'2007-11-20 22:36','69.125.60.131',''),(437,437,2,2,'2007-11-20 22:36','69.125.60.131',''),(438,438,2,2,'2007-11-20 22:36','69.125.60.131',''),(439,439,2,2,'2007-11-20 22:36','69.125.60.131',''),(440,440,2,2,'2007-11-20 22:36','69.125.60.131',''),(441,441,2,2,'2007-11-20 22:36','69.125.60.131',''),(442,442,2,2,'2007-11-20 22:36','69.125.60.131',''),(443,443,2,2,'2007-11-20 22:36','69.125.60.131',''),(444,444,2,2,'2007-11-20 22:36','69.125.60.131',''),(445,445,2,2,'2007-11-20 22:36','69.125.60.131',''),(446,446,2,2,'2007-11-20 22:36','69.125.60.131',''),(447,447,2,2,'2007-11-20 22:36','69.125.60.131',''),(448,448,2,2,'2007-11-20 22:36','69.125.60.131',''),(449,449,2,2,'2007-11-20 22:36','69.125.60.131',''),(450,450,2,2,'2007-11-20 22:36','69.125.60.131',''),(451,451,2,2,'2007-11-20 22:36','69.125.60.131',''),(452,452,2,2,'2007-11-20 22:36','69.125.60.131',''),(453,453,2,2,'2007-11-20 22:36','69.125.60.131',''),(454,454,2,2,'2007-11-20 22:36','69.125.60.131',''),(455,455,2,2,'2007-11-20 22:36','69.125.60.131',''),(456,456,2,2,'2007-11-20 22:36','69.125.60.131',''),(457,457,2,2,'2007-11-20 22:36','69.125.60.131',''),(458,458,2,2,'2007-11-20 22:36','69.125.60.131',''),(459,459,2,2,'2007-11-20 22:36','69.125.60.131',''),(460,460,2,2,'2007-11-20 22:36','69.125.60.131',''),(461,461,2,2,'2007-11-20 22:36','69.125.60.131',''),(462,462,2,2,'2007-11-20 22:36','69.125.60.131',''),(463,463,2,2,'2007-11-20 22:36','69.125.60.131',''),(464,464,2,2,'2007-11-20 22:36','69.125.60.131',''),(465,465,2,2,'2007-11-20 22:36','69.125.60.131',''),(466,466,2,2,'2007-11-20 22:36','69.125.60.131',''),(467,467,2,2,'2007-11-20 22:36','69.125.60.131',''),(468,468,2,2,'2007-11-20 22:36','69.125.60.131',''),(469,469,2,2,'2007-11-20 22:36','69.125.60.131',''),(470,470,2,2,'2007-11-20 22:36','69.125.60.131',''),(471,471,2,2,'2007-11-20 22:36','69.125.60.131',''),(472,472,2,2,'2007-11-20 22:36','69.125.60.131',''),(473,473,2,2,'2007-11-20 22:36','69.125.60.131',''),(474,474,2,2,'2007-11-20 22:36','69.125.60.131',''),(475,475,2,2,'2007-11-20 22:36','69.125.60.131',''),(476,476,2,2,'2007-11-20 22:36','69.125.60.131',''),(477,477,2,2,'2007-11-20 22:36','69.125.60.131',''),(478,478,2,2,'2007-11-20 22:36','69.125.60.131',''),(479,479,2,2,'2007-11-20 22:36','69.125.60.131',''),(480,480,2,2,'2007-11-20 22:36','69.125.60.131',''),(481,481,2,2,'2007-11-20 22:36','69.125.60.131',''),(482,482,2,2,'2007-11-20 22:36','69.125.60.131',''),(483,483,2,2,'2007-11-20 22:36','69.125.60.131',''),(484,484,2,2,'2007-11-20 22:36','69.125.60.131',''),(485,485,2,2,'2007-11-20 22:36','69.125.60.131',''),(486,486,2,2,'2007-11-20 22:36','69.125.60.131',''),(487,487,2,2,'2007-11-20 22:36','69.125.60.131',''),(488,488,2,2,'2007-11-20 22:36','69.125.60.131',''),(489,489,2,2,'2007-11-20 22:36','69.125.60.131',''),(490,490,2,2,'2007-11-20 22:36','69.125.60.131',''),(491,491,2,2,'2007-11-20 22:36','69.125.60.131',''),(492,492,2,2,'2007-11-20 22:36','69.125.60.131',''),(493,493,2,2,'2007-11-20 22:36','69.125.60.131',''),(494,494,2,2,'2007-11-20 22:36','69.125.60.131',''),(495,495,2,2,'2007-11-20 22:36','69.125.60.131',''),(496,496,2,2,'2007-11-20 22:36','69.125.60.131',''),(497,497,2,2,'2007-11-20 22:36','69.125.60.131',''),(498,498,2,2,'2007-11-20 22:36','69.125.60.131',''),(499,499,2,2,'2007-11-20 22:36','69.125.60.131',''),(500,500,2,2,'2007-11-20 22:36','69.125.60.131',''),(501,501,2,2,'2007-11-20 22:36','69.125.60.131',''),(502,502,2,2,'2007-11-20 22:36','69.125.60.131',''),(503,503,2,2,'2007-11-20 22:36','69.125.60.131',''),(504,504,2,2,'2007-11-20 22:36','69.125.60.131',''),(505,505,2,2,'2007-11-20 22:36','69.125.60.131',''),(506,506,2,2,'2007-11-20 22:36','69.125.60.131',''),(507,507,2,2,'2007-11-20 22:36','69.125.60.131',''),(508,508,2,2,'2007-11-20 22:36','69.125.60.131',''),(509,509,2,2,'2007-11-20 22:36','69.125.60.131',''),(510,510,2,2,'2007-11-20 22:36','69.125.60.131',''),(511,511,2,2,'2007-11-20 22:36','69.125.60.131',''),(512,512,2,2,'2007-11-20 22:36','69.125.60.131',''),(513,513,2,2,'2007-11-20 22:36','69.125.60.131',''),(514,514,2,2,'2007-11-20 22:36','69.125.60.131',''),(515,515,2,2,'2007-11-20 22:36','69.125.60.131',''),(516,516,2,2,'2007-11-20 22:36','69.125.60.131',''),(517,517,2,2,'2007-11-20 22:36','69.125.60.131',''),(518,518,2,2,'2007-11-20 22:36','69.125.60.131',''),(519,519,2,2,'2007-11-20 22:36','69.125.60.131',''),(520,520,2,2,'2007-11-20 22:36','69.125.60.131',''),(521,521,2,2,'2007-11-20 22:36','69.125.60.131',''),(522,522,2,2,'2007-11-20 22:36','69.125.60.131',''),(523,523,2,2,'2007-11-20 22:36','69.125.60.131',''),(524,524,2,2,'2007-11-20 22:36','69.125.60.131',''),(525,525,2,2,'2007-11-20 22:36','69.125.60.131',''),(526,526,2,2,'2007-11-20 22:36','69.125.60.131',''),(527,527,2,2,'2007-11-20 22:36','69.125.60.131',''),(528,528,2,2,'2007-11-20 22:36','69.125.60.131',''),(529,529,2,2,'2007-11-20 22:36','69.125.60.131',''),(530,530,2,2,'2007-11-20 22:36','69.125.60.131',''),(531,531,2,2,'2007-11-20 22:36','69.125.60.131',''),(532,532,2,2,'2007-11-20 22:36','69.125.60.131',''),(533,533,2,2,'2007-11-20 22:36','69.125.60.131',''),(534,534,2,2,'2007-11-20 22:36','69.125.60.131',''),(535,535,2,2,'2007-11-20 22:36','69.125.60.131',''),(536,536,2,2,'2007-11-20 22:36','69.125.60.131',''),(537,537,2,2,'2007-11-20 22:36','69.125.60.131',''),(538,538,2,2,'2007-11-20 22:36','69.125.60.131',''),(539,539,2,2,'2007-11-20 22:36','69.125.60.131',''),(540,540,2,2,'2007-11-20 22:36','69.125.60.131',''),(541,541,2,2,'2007-11-20 22:36','69.125.60.131',''),(542,542,2,2,'2007-11-20 22:36','69.125.60.131',''),(543,543,2,2,'2007-11-20 22:36','69.125.60.131',''),(544,544,2,2,'2007-11-20 22:36','69.125.60.131',''),(545,545,2,2,'2007-11-20 22:36','69.125.60.131',''),(546,546,2,2,'2007-11-20 22:36','69.125.60.131',''),(547,547,2,2,'2007-11-20 22:36','69.125.60.131',''),(548,548,2,2,'2007-11-20 22:36','69.125.60.131',''),(549,549,2,2,'2007-11-20 22:36','69.125.60.131',''),(550,550,2,2,'2007-11-20 22:36','69.125.60.131',''),(551,551,2,2,'2007-11-20 22:36','69.125.60.131',''),(552,552,2,2,'2007-11-20 22:36','69.125.60.131',''),(553,553,2,2,'2007-11-20 22:36','69.125.60.131',''),(554,554,2,2,'2007-11-20 22:36','69.125.60.131',''),(555,555,2,2,'2007-11-20 22:36','69.125.60.131',''),(556,556,2,2,'2007-11-20 22:36','69.125.60.131',''),(557,557,2,2,'2007-11-20 22:36','69.125.60.131',''),(558,558,2,2,'2007-11-20 22:36','69.125.60.131',''),(559,559,2,2,'2007-11-20 22:36','69.125.60.131',''),(560,560,2,2,'2007-11-20 22:36','69.125.60.131',''),(561,561,2,2,'2007-11-20 22:36','69.125.60.131',''),(562,562,2,2,'2007-11-20 22:36','69.125.60.131',''),(563,563,2,2,'2007-11-20 22:36','69.125.60.131',''),(564,564,2,2,'2007-11-20 22:36','69.125.60.131',''),(565,565,2,2,'2007-11-20 22:36','69.125.60.131',''),(566,566,2,2,'2007-11-20 22:36','69.125.60.131',''),(567,567,2,2,'2007-11-20 22:36','69.125.60.131',''),(568,568,2,2,'2007-11-20 22:36','69.125.60.131',''),(569,569,2,2,'2007-11-20 22:36','69.125.60.131',''),(570,570,2,2,'2007-11-20 22:36','69.125.60.131',''),(571,571,2,2,'2007-11-20 22:36','69.125.60.131',''),(572,572,2,2,'2007-11-20 22:36','69.125.60.131',''),(573,573,2,2,'2007-11-20 22:36','69.125.60.131',''),(574,574,2,2,'2007-11-20 22:36','69.125.60.131',''),(575,289,1,2,'2007-11-20 22:38','69.125.60.131',NULL);
/*!40000 ALTER TABLE `nuke_pnforum_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nuke_pnforum_posts_text`
--

DROP TABLE IF EXISTS `nuke_pnforum_posts_text`;
CREATE TABLE `nuke_pnforum_posts_text` (
  `post_id` int(10) NOT NULL default '0',
  `post_text` text,
  PRIMARY KEY  (`post_id`),
  FULLTEXT KEY `post_text` (`post_text`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_pnforum_posts_text`
--

LOCK TABLES `nuke_pnforum_posts_text` WRITE;
/*!40000 ALTER TABLE `nuke_pnforum_posts_text` DISABLE KEYS */;
INSERT INTO `nuke_pnforum_posts_text` VALUES (1,'Automatically created topic for discussion of submitted entries'),(2,'Automatically created topic for discussion of submitted entries'),(3,'To turn your computer on, first pay your electricity bill. This is the most important step. Or tie a key to a kite and make your own electricity! Once harnessed, you can also use your electrical charge to power a toaster! YUM! Toast is fantastic and goes great with curried bull penis. If it is your wedding night, and you know it is, have a few spoon fulls of bull penis soup, and you\'ll be pole vaultng for days! Olympic Gold![addsig]'),(4,'Automatically created topic for discussion of submitted entries'),(5,'Automatically created topic for discussion of submitted entries'),(6,'Automatically created topic for discussion of submitted entries'),(7,'Automatically created topic for discussion of submitted entries'),(8,'Automatically created topic for discussion of submitted entries'),(9,'Automatically created topic for discussion of submitted entries'),(10,'Automatically created topic for discussion of submitted entries'),(11,'Automatically created topic for discussion of submitted entries'),(12,'Automatically created topic for discussion of submitted entries'),(13,'Automatically created topic for discussion of submitted entries'),(14,'Automatically created topic for discussion of submitted entries'),(15,'Automatically created topic for discussion of submitted entries'),(16,'Automatically created topic for discussion of submitted entries'),(17,'Automatically created topic for discussion of submitted entries'),(18,'Automatically created topic for discussion of submitted entries'),(19,'Automatically created topic for discussion of submitted entries'),(20,'Automatically created topic for discussion of submitted entries'),(21,'Automatically created topic for discussion of submitted entries'),(22,'Automatically created topic for discussion of submitted entries'),(23,'Automatically created topic for discussion of submitted entries'),(24,'Automatically created topic for discussion of submitted entries'),(25,'Automatically created topic for discussion of submitted entries'),(26,'Automatically created topic for discussion of submitted entries'),(27,'Automatically created topic for discussion of submitted entries'),(28,'Automatically created topic for discussion of submitted entries'),(29,'Automatically created topic for discussion of submitted entries'),(30,'Automatically created topic for discussion of submitted entries'),(31,'Automatically created topic for discussion of submitted entries'),(32,'Automatically created topic for discussion of submitted entries'),(33,'Automatically created topic for discussion of submitted entries'),(34,'Automatically created topic for discussion of submitted entries'),(35,'Automatically created topic for discussion of submitted entries'),(36,'Automatically created topic for discussion of submitted entries'),(37,'Automatically created topic for discussion of submitted entries'),(38,'Automatically created topic for discussion of submitted entries'),(39,'Automatically created topic for discussion of submitted entries'),(40,'Automatically created topic for discussion of submitted entries'),(41,'Automatically created topic for discussion of submitted entries'),(42,'Automatically created topic for discussion of submitted entries'),(43,'Automatically created topic for discussion of submitted entries'),(44,'Automatically created topic for discussion of submitted entries'),(45,'Automatically created topic for discussion of submitted entries'),(46,'Automatically created topic for discussion of submitted entries'),(47,'Automatically created topic for discussion of submitted entries'),(48,'Automatically created topic for discussion of submitted entries'),(49,'Automatically created topic for discussion of submitted entries'),(50,'Automatically created topic for discussion of submitted entries'),(51,'Automatically created topic for discussion of submitted entries'),(52,'Automatically created topic for discussion of submitted entries'),(53,'Automatically created topic for discussion of submitted entries'),(54,'Automatically created topic for discussion of submitted entries'),(55,'Automatically created topic for discussion of submitted entries'),(56,'Automatically created topic for discussion of submitted entries'),(57,'Automatically created topic for discussion of submitted entries'),(58,'Automatically created topic for discussion of submitted entries'),(59,'Automatically created topic for discussion of submitted entries'),(60,'Automatically created topic for discussion of submitted entries'),(61,'Automatically created topic for discussion of submitted entries'),(62,'Automatically created topic for discussion of submitted entries'),(63,'Automatically created topic for discussion of submitted entries'),(64,'Automatically created topic for discussion of submitted entries'),(65,'Automatically created topic for discussion of submitted entries'),(66,'Automatically created topic for discussion of submitted entries'),(67,'Automatically created topic for discussion of submitted entries'),(68,'Automatically created topic for discussion of submitted entries'),(69,'Automatically created topic for discussion of submitted entries'),(70,'Automatically created topic for discussion of submitted entries'),(71,'Automatically created topic for discussion of submitted entries'),(72,'Automatically created topic for discussion of submitted entries'),(73,'Automatically created topic for discussion of submitted entries'),(74,'Automatically created topic for discussion of submitted entries'),(75,'Automatically created topic for discussion of submitted entries'),(76,'Automatically created topic for discussion of submitted entries'),(77,'Automatically created topic for discussion of submitted entries'),(78,'Automatically created topic for discussion of submitted entries'),(79,'Automatically created topic for discussion of submitted entries'),(80,'Automatically created topic for discussion of submitted entries'),(81,'Automatically created topic for discussion of submitted entries'),(82,'Automatically created topic for discussion of submitted entries'),(83,'Automatically created topic for discussion of submitted entries'),(84,'Automatically created topic for discussion of submitted entries'),(85,'Automatically created topic for discussion of submitted entries'),(86,'Automatically created topic for discussion of submitted entries'),(87,'Automatically created topic for discussion of submitted entries'),(88,'Automatically created topic for discussion of submitted entries'),(89,'Automatically created topic for discussion of submitted entries'),(90,'Automatically created topic for discussion of submitted entries'),(91,'Automatically created topic for discussion of submitted entries'),(92,'Automatically created topic for discussion of submitted entries'),(93,'Automatically created topic for discussion of submitted entries'),(94,'Automatically created topic for discussion of submitted entries'),(95,'Automatically created topic for discussion of submitted entries'),(96,'Automatically created topic for discussion of submitted entries'),(97,'Automatically created topic for discussion of submitted entries'),(98,'Automatically created topic for discussion of submitted entries'),(99,'Automatically created topic for discussion of submitted entries'),(100,'Automatically created topic for discussion of submitted entries'),(101,'Automatically created topic for discussion of submitted entries'),(102,'Automatically created topic for discussion of submitted entries'),(103,'Automatically created topic for discussion of submitted entries'),(104,'Automatically created topic for discussion of submitted entries'),(105,'Automatically created topic for discussion of submitted entries'),(106,'Automatically created topic for discussion of submitted entries'),(107,'Automatically created topic for discussion of submitted entries'),(108,'Automatically created topic for discussion of submitted entries'),(109,'Automatically created topic for discussion of submitted entries'),(110,'Automatically created topic for discussion of submitted entries'),(111,'Automatically created topic for discussion of submitted entries'),(112,'Automatically created topic for discussion of submitted entries'),(113,'Automatically created topic for discussion of submitted entries'),(114,'Automatically created topic for discussion of submitted entries'),(115,'Automatically created topic for discussion of submitted entries'),(116,'Automatically created topic for discussion of submitted entries'),(117,'Automatically created topic for discussion of submitted entries'),(118,'Automatically created topic for discussion of submitted entries'),(119,'Automatically created topic for discussion of submitted entries'),(120,'Automatically created topic for discussion of submitted entries'),(121,'Automatically created topic for discussion of submitted entries'),(122,'Automatically created topic for discussion of submitted entries'),(123,'Automatically created topic for discussion of submitted entries'),(124,'Automatically created topic for discussion of submitted entries'),(125,'Automatically created topic for discussion of submitted entries'),(126,'Automatically created topic for discussion of submitted entries'),(127,'Automatically created topic for discussion of submitted entries'),(128,'Automatically created topic for discussion of submitted entries'),(129,'Automatically created topic for discussion of submitted entries'),(130,'Automatically created topic for discussion of submitted entries'),(131,'Automatically created topic for discussion of submitted entries'),(132,'Automatically created topic for discussion of submitted entries'),(133,'Automatically created topic for discussion of submitted entries'),(134,'Automatically created topic for discussion of submitted entries'),(135,'Automatically created topic for discussion of submitted entries'),(136,'Automatically created topic for discussion of submitted entries'),(137,'Automatically created topic for discussion of submitted entries'),(138,'Automatically created topic for discussion of submitted entries'),(139,'Automatically created topic for discussion of submitted entries'),(140,'Automatically created topic for discussion of submitted entries'),(141,'Automatically created topic for discussion of submitted entries'),(142,'Automatically created topic for discussion of submitted entries'),(143,'Automatically created topic for discussion of submitted entries'),(144,'Automatically created topic for discussion of submitted entries'),(145,'Automatically created topic for discussion of submitted entries'),(146,'To turn your computer on, first pay your electricity bill. This is the most important step. Or tie a key to a kite and make your own electricity! Once harnessed, you can also use your electrical charge to power a toaster! YUM! Toast is fantastic and goes great with curried bull penis. If it is your wedding night, and you know it is, have a few spoon fulls of bull penis soup, and you\'ll be pole vaultng for days! Olympic Gold![addsig]'),(147,'Automatically created topic for discussion of submitted entries'),(148,'Automatically created topic for discussion of submitted entries'),(149,'Automatically created topic for discussion of submitted entries'),(150,'Automatically created topic for discussion of submitted entries'),(151,'Automatically created topic for discussion of submitted entries'),(152,'Automatically created topic for discussion of submitted entries'),(153,'Automatically created topic for discussion of submitted entries'),(154,'Automatically created topic for discussion of submitted entries'),(155,'Automatically created topic for discussion of submitted entries'),(156,'Automatically created topic for discussion of submitted entries'),(157,'Automatically created topic for discussion of submitted entries'),(158,'Automatically created topic for discussion of submitted entries'),(159,'Automatically created topic for discussion of submitted entries'),(160,'Automatically created topic for discussion of submitted entries'),(161,'Automatically created topic for discussion of submitted entries'),(162,'Automatically created topic for discussion of submitted entries'),(163,'Automatically created topic for discussion of submitted entries'),(164,'Automatically created topic for discussion of submitted entries'),(165,'Automatically created topic for discussion of submitted entries'),(166,'Automatically created topic for discussion of submitted entries'),(167,'Automatically created topic for discussion of submitted entries'),(168,'Automatically created topic for discussion of submitted entries'),(169,'Automatically created topic for discussion of submitted entries'),(170,'Automatically created topic for discussion of submitted entries'),(171,'Automatically created topic for discussion of submitted entries'),(172,'Automatically created topic for discussion of submitted entries'),(173,'Automatically created topic for discussion of submitted entries'),(174,'Automatically created topic for discussion of submitted entries'),(175,'Automatically created topic for discussion of submitted entries'),(176,'Automatically created topic for discussion of submitted entries'),(177,'Automatically created topic for discussion of submitted entries'),(178,'Automatically created topic for discussion of submitted entries'),(179,'Automatically created topic for discussion of submitted entries'),(180,'Automatically created topic for discussion of submitted entries'),(181,'Automatically created topic for discussion of submitted entries'),(182,'Automatically created topic for discussion of submitted entries'),(183,'Automatically created topic for discussion of submitted entries'),(184,'Automatically created topic for discussion of submitted entries'),(185,'Automatically created topic for discussion of submitted entries'),(186,'Automatically created topic for discussion of submitted entries'),(187,'Automatically created topic for discussion of submitted entries'),(188,'Automatically created topic for discussion of submitted entries'),(189,'Automatically created topic for discussion of submitted entries'),(190,'Automatically created topic for discussion of submitted entries'),(191,'Automatically created topic for discussion of submitted entries'),(192,'Automatically created topic for discussion of submitted entries'),(193,'Automatically created topic for discussion of submitted entries'),(194,'Automatically created topic for discussion of submitted entries'),(195,'Automatically created topic for discussion of submitted entries'),(196,'Automatically created topic for discussion of submitted entries'),(197,'Automatically created topic for discussion of submitted entries'),(198,'Automatically created topic for discussion of submitted entries'),(199,'Automatically created topic for discussion of submitted entries'),(200,'Automatically created topic for discussion of submitted entries'),(201,'Automatically created topic for discussion of submitted entries'),(202,'Automatically created topic for discussion of submitted entries'),(203,'Automatically created topic for discussion of submitted entries'),(204,'Automatically created topic for discussion of submitted entries'),(205,'Automatically created topic for discussion of submitted entries'),(206,'Automatically created topic for discussion of submitted entries'),(207,'Automatically created topic for discussion of submitted entries'),(208,'Automatically created topic for discussion of submitted entries'),(209,'Automatically created topic for discussion of submitted entries'),(210,'Automatically created topic for discussion of submitted entries'),(211,'Automatically created topic for discussion of submitted entries'),(212,'Automatically created topic for discussion of submitted entries'),(213,'Automatically created topic for discussion of submitted entries'),(214,'Automatically created topic for discussion of submitted entries'),(215,'Automatically created topic for discussion of submitted entries'),(216,'Automatically created topic for discussion of submitted entries'),(217,'Automatically created topic for discussion of submitted entries'),(218,'Automatically created topic for discussion of submitted entries'),(219,'Automatically created topic for discussion of submitted entries'),(220,'Automatically created topic for discussion of submitted entries'),(221,'Automatically created topic for discussion of submitted entries'),(222,'Automatically created topic for discussion of submitted entries'),(223,'Automatically created topic for discussion of submitted entries'),(224,'Automatically created topic for discussion of submitted entries'),(225,'Automatically created topic for discussion of submitted entries'),(226,'Automatically created topic for discussion of submitted entries'),(227,'Automatically created topic for discussion of submitted entries'),(228,'Automatically created topic for discussion of submitted entries'),(229,'Automatically created topic for discussion of submitted entries'),(230,'Automatically created topic for discussion of submitted entries'),(231,'Automatically created topic for discussion of submitted entries'),(232,'Automatically created topic for discussion of submitted entries'),(233,'Automatically created topic for discussion of submitted entries'),(234,'Automatically created topic for discussion of submitted entries'),(235,'Automatically created topic for discussion of submitted entries'),(236,'Automatically created topic for discussion of submitted entries'),(237,'Automatically created topic for discussion of submitted entries'),(238,'Automatically created topic for discussion of submitted entries'),(239,'Automatically created topic for discussion of submitted entries'),(240,'Automatically created topic for discussion of submitted entries'),(241,'Automatically created topic for discussion of submitted entries'),(242,'Automatically created topic for discussion of submitted entries'),(243,'Automatically created topic for discussion of submitted entries'),(244,'Automatically created topic for discussion of submitted entries'),(245,'Automatically created topic for discussion of submitted entries'),(246,'Automatically created topic for discussion of submitted entries'),(247,'Automatically created topic for discussion of submitted entries'),(248,'Automatically created topic for discussion of submitted entries'),(249,'Automatically created topic for discussion of submitted entries'),(250,'Automatically created topic for discussion of submitted entries'),(251,'Automatically created topic for discussion of submitted entries'),(252,'Automatically created topic for discussion of submitted entries'),(253,'Automatically created topic for discussion of submitted entries'),(254,'Automatically created topic for discussion of submitted entries'),(255,'Automatically created topic for discussion of submitted entries'),(256,'Automatically created topic for discussion of submitted entries'),(257,'Automatically created topic for discussion of submitted entries'),(258,'Automatically created topic for discussion of submitted entries'),(259,'Automatically created topic for discussion of submitted entries'),(260,'Automatically created topic for discussion of submitted entries'),(261,'Automatically created topic for discussion of submitted entries'),(262,'Automatically created topic for discussion of submitted entries'),(263,'Automatically created topic for discussion of submitted entries'),(264,'Automatically created topic for discussion of submitted entries'),(265,'Automatically created topic for discussion of submitted entries'),(266,'Automatically created topic for discussion of submitted entries'),(267,'Automatically created topic for discussion of submitted entries'),(268,'Automatically created topic for discussion of submitted entries'),(269,'Automatically created topic for discussion of submitted entries'),(270,'Automatically created topic for discussion of submitted entries'),(271,'Automatically created topic for discussion of submitted entries'),(272,'Automatically created topic for discussion of submitted entries'),(273,'Automatically created topic for discussion of submitted entries'),(274,'Automatically created topic for discussion of submitted entries'),(275,'Automatically created topic for discussion of submitted entries'),(276,'Automatically created topic for discussion of submitted entries'),(277,'Automatically created topic for discussion of submitted entries'),(278,'Automatically created topic for discussion of submitted entries'),(279,'Automatically created topic for discussion of submitted entries'),(280,'Automatically created topic for discussion of submitted entries'),(281,'Automatically created topic for discussion of submitted entries'),(282,'Automatically created topic for discussion of submitted entries'),(283,'Automatically created topic for discussion of submitted entries'),(284,'Automatically created topic for discussion of submitted entries'),(285,'Automatically created topic for discussion of submitted entries'),(286,'Automatically created topic for discussion of submitted entries'),(287,'Automatically created topic for discussion of submitted entries'),(288,'Automatically created topic for discussion of submitted entries'),(289,'To turn your computer on, first pay your electricity bill. This is the most important step. Or tie a key to a kite and make your own electricity! Once harnessed, you can also use your electrical charge to power a toaster! YUM! Toast is fantastic and goes great with curried bull penis. If it is your wedding night, and you know it is, have a few spoon fulls of bull penis soup, and you\'ll be pole vaulting for days! Olympic Gold![addsig]'),(290,'Automatically created topic for discussion of submitted entries'),(291,'Automatically created topic for discussion of submitted entries'),(292,'Automatically created topic for discussion of submitted entries'),(293,'Automatically created topic for discussion of submitted entries'),(294,'Automatically created topic for discussion of submitted entries'),(295,'Automatically created topic for discussion of submitted entries'),(296,'Automatically created topic for discussion of submitted entries'),(297,'Automatically created topic for discussion of submitted entries'),(298,'Automatically created topic for discussion of submitted entries'),(299,'Automatically created topic for discussion of submitted entries'),(300,'Automatically created topic for discussion of submitted entries'),(301,'Automatically created topic for discussion of submitted entries'),(302,'Automatically created topic for discussion of submitted entries'),(303,'Automatically created topic for discussion of submitted entries'),(304,'Automatically created topic for discussion of submitted entries'),(305,'Automatically created topic for discussion of submitted entries'),(306,'Automatically created topic for discussion of submitted entries'),(307,'Automatically created topic for discussion of submitted entries'),(308,'Automatically created topic for discussion of submitted entries'),(309,'Automatically created topic for discussion of submitted entries'),(310,'Automatically created topic for discussion of submitted entries'),(311,'Automatically created topic for discussion of submitted entries'),(312,'Automatically created topic for discussion of submitted entries'),(313,'Automatically created topic for discussion of submitted entries'),(314,'Automatically created topic for discussion of submitted entries'),(315,'Automatically created topic for discussion of submitted entries'),(316,'Automatically created topic for discussion of submitted entries'),(317,'Automatically created topic for discussion of submitted entries'),(318,'Automatically created topic for discussion of submitted entries'),(319,'Automatically created topic for discussion of submitted entries'),(320,'Automatically created topic for discussion of submitted entries'),(321,'Automatically created topic for discussion of submitted entries'),(322,'Automatically created topic for discussion of submitted entries'),(323,'Automatically created topic for discussion of submitted entries'),(324,'Automatically created topic for discussion of submitted entries'),(325,'Automatically created topic for discussion of submitted entries'),(326,'Automatically created topic for discussion of submitted entries'),(327,'Automatically created topic for discussion of submitted entries'),(328,'Automatically created topic for discussion of submitted entries'),(329,'Automatically created topic for discussion of submitted entries'),(330,'Automatically created topic for discussion of submitted entries'),(331,'Automatically created topic for discussion of submitted entries'),(332,'Automatically created topic for discussion of submitted entries'),(333,'Automatically created topic for discussion of submitted entries'),(334,'Automatically created topic for discussion of submitted entries'),(335,'Automatically created topic for discussion of submitted entries'),(336,'Automatically created topic for discussion of submitted entries'),(337,'Automatically created topic for discussion of submitted entries'),(338,'Automatically created topic for discussion of submitted entries'),(339,'Automatically created topic for discussion of submitted entries'),(340,'Automatically created topic for discussion of submitted entries'),(341,'Automatically created topic for discussion of submitted entries'),(342,'Automatically created topic for discussion of submitted entries'),(343,'Automatically created topic for discussion of submitted entries'),(344,'Automatically created topic for discussion of submitted entries'),(345,'Automatically created topic for discussion of submitted entries'),(346,'Automatically created topic for discussion of submitted entries'),(347,'Automatically created topic for discussion of submitted entries'),(348,'Automatically created topic for discussion of submitted entries'),(349,'Automatically created topic for discussion of submitted entries'),(350,'Automatically created topic for discussion of submitted entries'),(351,'Automatically created topic for discussion of submitted entries'),(352,'Automatically created topic for discussion of submitted entries'),(353,'Automatically created topic for discussion of submitted entries'),(354,'Automatically created topic for discussion of submitted entries'),(355,'Automatically created topic for discussion of submitted entries'),(356,'Automatically created topic for discussion of submitted entries'),(357,'Automatically created topic for discussion of submitted entries'),(358,'Automatically created topic for discussion of submitted entries'),(359,'Automatically created topic for discussion of submitted entries'),(360,'Automatically created topic for discussion of submitted entries'),(361,'Automatically created topic for discussion of submitted entries'),(362,'Automatically created topic for discussion of submitted entries'),(363,'Automatically created topic for discussion of submitted entries'),(364,'Automatically created topic for discussion of submitted entries'),(365,'Automatically created topic for discussion of submitted entries'),(366,'Automatically created topic for discussion of submitted entries'),(367,'Automatically created topic for discussion of submitted entries'),(368,'Automatically created topic for discussion of submitted entries'),(369,'Automatically created topic for discussion of submitted entries'),(370,'Automatically created topic for discussion of submitted entries'),(371,'Automatically created topic for discussion of submitted entries'),(372,'Automatically created topic for discussion of submitted entries'),(373,'Automatically created topic for discussion of submitted entries'),(374,'Automatically created topic for discussion of submitted entries'),(375,'Automatically created topic for discussion of submitted entries'),(376,'Automatically created topic for discussion of submitted entries'),(377,'Automatically created topic for discussion of submitted entries'),(378,'Automatically created topic for discussion of submitted entries'),(379,'Automatically created topic for discussion of submitted entries'),(380,'Automatically created topic for discussion of submitted entries'),(381,'Automatically created topic for discussion of submitted entries'),(382,'Automatically created topic for discussion of submitted entries'),(383,'Automatically created topic for discussion of submitted entries'),(384,'Automatically created topic for discussion of submitted entries'),(385,'Automatically created topic for discussion of submitted entries'),(386,'Automatically created topic for discussion of submitted entries'),(387,'Automatically created topic for discussion of submitted entries'),(388,'Automatically created topic for discussion of submitted entries'),(389,'Automatically created topic for discussion of submitted entries'),(390,'Automatically created topic for discussion of submitted entries'),(391,'Automatically created topic for discussion of submitted entries'),(392,'Automatically created topic for discussion of submitted entries'),(393,'Automatically created topic for discussion of submitted entries'),(394,'Automatically created topic for discussion of submitted entries'),(395,'Automatically created topic for discussion of submitted entries'),(396,'Automatically created topic for discussion of submitted entries'),(397,'Automatically created topic for discussion of submitted entries'),(398,'Automatically created topic for discussion of submitted entries'),(399,'Automatically created topic for discussion of submitted entries'),(400,'Automatically created topic for discussion of submitted entries'),(401,'Automatically created topic for discussion of submitted entries'),(402,'Automatically created topic for discussion of submitted entries'),(403,'Automatically created topic for discussion of submitted entries'),(404,'Automatically created topic for discussion of submitted entries'),(405,'Automatically created topic for discussion of submitted entries'),(406,'Automatically created topic for discussion of submitted entries'),(407,'Automatically created topic for discussion of submitted entries'),(408,'Automatically created topic for discussion of submitted entries'),(409,'Automatically created topic for discussion of submitted entries'),(410,'Automatically created topic for discussion of submitted entries'),(411,'Automatically created topic for discussion of submitted entries'),(412,'Automatically created topic for discussion of submitted entries'),(413,'Automatically created topic for discussion of submitted entries'),(414,'Automatically created topic for discussion of submitted entries'),(415,'Automatically created topic for discussion of submitted entries'),(416,'Automatically created topic for discussion of submitted entries'),(417,'Automatically created topic for discussion of submitted entries'),(418,'Automatically created topic for discussion of submitted entries'),(419,'Automatically created topic for discussion of submitted entries'),(420,'Automatically created topic for discussion of submitted entries'),(421,'Automatically created topic for discussion of submitted entries'),(422,'Automatically created topic for discussion of submitted entries'),(423,'Automatically created topic for discussion of submitted entries'),(424,'Automatically created topic for discussion of submitted entries'),(425,'Automatically created topic for discussion of submitted entries'),(426,'Automatically created topic for discussion of submitted entries'),(427,'Automatically created topic for discussion of submitted entries'),(428,'Automatically created topic for discussion of submitted entries'),(429,'Automatically created topic for discussion of submitted entries'),(430,'Automatically created topic for discussion of submitted entries'),(431,'Automatically created topic for discussion of submitted entries'),(432,'To turn your computer on, first pay your electricity bill. This is the most important step. Or tie a key to a kite and make your own electricity! Once harnessed, you can also use your electrical charge to power a toaster! YUM! Toast is fantastic and goes great with curried bull penis. If it is your wedding night, and you know it is, have a few spoon fulls of bull penis soup, and you\'ll be pole vaulting for days! Olympic Gold!'),(433,'Automatically created topic for discussion of submitted entries'),(434,'Automatically created topic for discussion of submitted entries'),(435,'Automatically created topic for discussion of submitted entries'),(436,'Automatically created topic for discussion of submitted entries'),(437,'Automatically created topic for discussion of submitted entries'),(438,'Automatically created topic for discussion of submitted entries'),(439,'Automatically created topic for discussion of submitted entries'),(440,'Automatically created topic for discussion of submitted entries'),(441,'Automatically created topic for discussion of submitted entries'),(442,'Automatically created topic for discussion of submitted entries'),(443,'Automatically created topic for discussion of submitted entries'),(444,'Automatically created topic for discussion of submitted entries'),(445,'Automatically created topic for discussion of submitted entries'),(446,'Automatically created topic for discussion of submitted entries'),(447,'Automatically created topic for discussion of submitted entries'),(448,'Automatically created topic for discussion of submitted entries'),(449,'Automatically created topic for discussion of submitted entries'),(450,'Automatically created topic for discussion of submitted entries'),(451,'Automatically created topic for discussion of submitted entries'),(452,'Automatically created topic for discussion of submitted entries'),(453,'Automatically created topic for discussion of submitted entries'),(454,'Automatically created topic for discussion of submitted entries'),(455,'Automatically created topic for discussion of submitted entries'),(456,'Automatically created topic for discussion of submitted entries'),(457,'Automatically created topic for discussion of submitted entries'),(458,'Automatically created topic for discussion of submitted entries'),(459,'Automatically created topic for discussion of submitted entries'),(460,'Automatically created topic for discussion of submitted entries'),(461,'Automatically created topic for discussion of submitted entries'),(462,'Automatically created topic for discussion of submitted entries'),(463,'Automatically created topic for discussion of submitted entries'),(464,'Automatically created topic for discussion of submitted entries'),(465,'Automatically created topic for discussion of submitted entries'),(466,'Automatically created topic for discussion of submitted entries'),(467,'Automatically created topic for discussion of submitted entries'),(468,'Automatically created topic for discussion of submitted entries'),(469,'Automatically created topic for discussion of submitted entries'),(470,'Automatically created topic for discussion of submitted entries'),(471,'Automatically created topic for discussion of submitted entries'),(472,'Automatically created topic for discussion of submitted entries'),(473,'Automatically created topic for discussion of submitted entries'),(474,'Automatically created topic for discussion of submitted entries'),(475,'Automatically created topic for discussion of submitted entries'),(476,'Automatically created topic for discussion of submitted entries'),(477,'Automatically created topic for discussion of submitted entries'),(478,'Automatically created topic for discussion of submitted entries'),(479,'Automatically created topic for discussion of submitted entries'),(480,'Automatically created topic for discussion of submitted entries'),(481,'Automatically created topic for discussion of submitted entries'),(482,'Automatically created topic for discussion of submitted entries'),(483,'Automatically created topic for discussion of submitted entri