| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/babescartel.com/public_html/cms_admin/config/ |
Upload File : |
-- MySQL dump 10.11
--
-- Host: localhost Database: elevatedx2
-- ------------------------------------------------------
-- Server version 5.0.68
/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!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 `admin_log`
--
DROP TABLE IF EXISTS `admin_log`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `admin_log` (
`Id` int(11) NOT NULL auto_increment,
`User` char(50) NOT NULL,
`Attempt` datetime NOT NULL,
`Successful` int(11) NOT NULL,
`IP` char(15) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `admin_log`
--
LOCK TABLES `admin_log` WRITE;
/*!40000 ALTER TABLE `admin_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `admin_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `adminlogin`
--
DROP TABLE IF EXISTS `adminlogin`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `adminlogin` (
`Id` int(11) NOT NULL auto_increment,
`Login` char(50) default NULL,
`Pass` char(50) default NULL,
`Permissions` text NOT NULL,
`Admin` int(11) NOT NULL,
`DateAdded` date default NULL,
`DateExpire` date default NULL,
`IPs` text NOT NULL,
`Salt` char(20) NOT NULL,
`Term` int(11) NOT NULL default '0',
`Rounds` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=22;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `adminlogin`
--
LOCK TABLES `adminlogin` WRITE;
/*!40000 ALTER TABLE `adminlogin` DISABLE KEYS */;
/*!40000 ALTER TABLE `adminlogin` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `category`
--
DROP TABLE IF EXISTS `category`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `category` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`Title` varchar(100) NOT NULL default '',
`Description` text NOT NULL,
`NumPerPage` int(11) default NULL,
`PageTemplate` varchar(50) NOT NULL default '',
`LayoutTemplate` varchar(50) NOT NULL default '',
`PreviewXML` text NOT NULL,
`Parent` int(11) NOT NULL default '0',
`extrafields` text NOT NULL,
`mt_autopopulate` text NOT NULL,
`excludecats` char(255) NOT NULL,
`langs` text NOT NULL,
`PreviewXML_PHP` text NOT NULL,
`extrafields_PHP` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='VERSION=22;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `category`
--
LOCK TABLES `category` WRITE;
/*!40000 ALTER TABLE `category` DISABLE KEYS */;
INSERT INTO `category` VALUES (1,0,'Site Root','',NULL,'','','',0,'','','','','','');
/*!40000 ALTER TABLE `category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `category_contentgroup`
--
DROP TABLE IF EXISTS `category_contentgroup`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `category_contentgroup` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`category` int(11) NOT NULL default '0',
`contentgroup` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
KEY `Opt1` (`category`,`contentgroup`),
KEY `Opt2` (`contentgroup`,`category`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `category_contentgroup`
--
LOCK TABLES `category_contentgroup` WRITE;
/*!40000 ALTER TABLE `category_contentgroup` DISABLE KEYS */;
/*!40000 ALTER TABLE `category_contentgroup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `categorythumbs`
--
DROP TABLE IF EXISTS `categorythumbs`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `categorythumbs` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`category` int(11) default NULL,
`priority` int(11) default NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `categorythumbs`
--
LOCK TABLES `categorythumbs` WRITE;
/*!40000 ALTER TABLE `categorythumbs` DISABLE KEYS */;
/*!40000 ALTER TABLE `categorythumbs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `content`
--
DROP TABLE IF EXISTS `content`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `content` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`contentgroup` int(11) default NULL,
`Files` text NOT NULL,
`BaseName` varchar(255) NOT NULL default '',
`AppearDate` date NOT NULL default '0000-00-00',
`DaysVis` int(11) NOT NULL default '0',
`TS` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`LU` datetime default NULL,
`Tags` text NOT NULL,
`PreviewXML` longtext NOT NULL,
`Files_PHP` text NOT NULL,
`PreviewXML_PHP` longtext NOT NULL,
PRIMARY KEY (`Id`),
KEY `contentgroup` (`contentgroup`,`BaseName`),
KEY `DateOpt` (`AppearDate`,`contentgroup`),
KEY `Opt1` (`DaysVis`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=23;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `content`
--
LOCK TABLES `content` WRITE;
/*!40000 ALTER TABLE `content` DISABLE KEYS */;
/*!40000 ALTER TABLE `content` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `contentgroup`
--
DROP TABLE IF EXISTS `contentgroup`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `contentgroup` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`DateAdded` datetime NOT NULL,
`AppearDate` date NOT NULL default '0000-00-00',
`ExpireDate` date default NULL,
`Title` varchar(100) NOT NULL default '',
`Description` text NOT NULL,
`Directory` varchar(255) NOT NULL default '',
`PreviewXML` longtext NOT NULL,
`NumPerPage` int(11) default NULL,
`PageTemplate` varchar(50) NOT NULL default '',
`LayoutTemplate` varchar(50) NOT NULL default '',
`DaysVis` int(11) NOT NULL default '0',
`extrafields` text NOT NULL,
`TS` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`LU` datetime default NULL,
`DisableSet` int(11) NOT NULL default '0',
`langs` text NOT NULL,
`AppearUpd` int(11) NOT NULL default '0',
`AutoSchedule` int(11) NOT NULL,
`AutoLive` int(11) NOT NULL,
`AutoNotLive` int(11) NOT NULL,
`PreviewXML_PHP` longtext NOT NULL,
`extrafields_PHP` text NOT NULL,
PRIMARY KEY (`Id`),
KEY `Opt2` (`websiteid`,`AppearDate`,`ExpireDate`),
KEY `Opt3` (`DaysVis`),
FULLTEXT KEY `Opt` (`Title`,`Description`,`Directory`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=26;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `contentgroup`
--
LOCK TABLES `contentgroup` WRITE;
/*!40000 ALTER TABLE `contentgroup` DISABLE KEYS */;
/*!40000 ALTER TABLE `contentgroup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `contentgroup_schedule`
--
DROP TABLE IF EXISTS `contentgroup_schedule`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `contentgroup_schedule` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`contentgroup` int(11) NOT NULL,
`AppearDate` date NOT NULL default '0000-00-00',
`ExpireDate` date default NULL,
`DaysVis` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
KEY `Opt` (`contentgroup`,`AppearDate`,`ExpireDate`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `contentgroup_schedule`
--
LOCK TABLES `contentgroup_schedule` WRITE;
/*!40000 ALTER TABLE `contentgroup_schedule` DISABLE KEYS */;
/*!40000 ALTER TABLE `contentgroup_schedule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `contentgroup_similar`
--
DROP TABLE IF EXISTS `contentgroup_similar`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `contentgroup_similar` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`siteid` int(11) NOT NULL default '0',
`src` int(11) NOT NULL,
`dst` int(11) NOT NULL,
`score` int(11) NOT NULL,
PRIMARY KEY (`Id`),
KEY `Opt` (`websiteid`,`src`,`score`,`dst`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `contentgroup_similar`
--
LOCK TABLES `contentgroup_similar` WRITE;
/*!40000 ALTER TABLE `contentgroup_similar` DISABLE KEYS */;
/*!40000 ALTER TABLE `contentgroup_similar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `contentgroupthumbs`
--
DROP TABLE IF EXISTS `contentgroupthumbs`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `contentgroupthumbs` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`contentgroup` int(11) default NULL,
`priority` int(11) default NULL,
`Watermark` char(50) NOT NULL default '',
`Watermark_posx` char(10) NOT NULL default '',
`Watermark_posy` char(10) NOT NULL default '',
`Extension` char(3) NOT NULL default 'jpg',
PRIMARY KEY (`Id`),
KEY `Opt1` (`websiteid`,`contentgroup`,`priority`),
KEY `Opt2` (`websiteid`,`priority`,`contentgroup`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=22;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `contentgroupthumbs`
--
LOCK TABLES `contentgroupthumbs` WRITE;
/*!40000 ALTER TABLE `contentgroupthumbs` DISABLE KEYS */;
/*!40000 ALTER TABLE `contentgroupthumbs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `contenttags`
--
DROP TABLE IF EXISTS `contenttags`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `contenttags` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`Name` varchar(20) NOT NULL default '',
`StretchImage` float NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `contenttags`
--
LOCK TABLES `contenttags` WRITE;
/*!40000 ALTER TABLE `contenttags` DISABLE KEYS */;
/*!40000 ALTER TABLE `contenttags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `contenttypesub`
--
DROP TABLE IF EXISTS `contenttypesub`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `contenttypesub` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`Name` varchar(20) NOT NULL default '',
`Type` varchar(20) NOT NULL default '',
`Pattern` varchar(100) default NULL,
`Label` char(50) NOT NULL,
`FullVideo` int(11) NOT NULL default '0',
`ShowPlay` int(11) NOT NULL default '0',
`ShowDownload` int(11) NOT NULL default '0',
`SortOrder` int(11) NOT NULL default '0',
`ffmpegsort` int(11) NOT NULL default '0',
`sharing` int(11) NOT NULL default '0',
`Desktop` int(11) NOT NULL default '1',
`Mobile` int(11) NOT NULL default '0',
`Trial` int(11) NOT NULL default '0',
`Format` char(50) NOT NULL,
`FormatRank` char(50) NOT NULL,
`Bitrate` char(50) NOT NULL,
`BitrateRank` int(11) NOT NULL,
`URL` char(255) NOT NULL default '',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=24;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `contenttypesub`
--
LOCK TABLES `contenttypesub` WRITE;
/*!40000 ALTER TABLE `contenttypesub` DISABLE KEYS */;
/*!40000 ALTER TABLE `contenttypesub` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `errorlog`
--
DROP TABLE IF EXISTS `errorlog`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `errorlog` (
`Id` int(11) NOT NULL auto_increment,
`siteid` int(11) NOT NULL,
`ErrorDate` datetime NOT NULL,
`ErrorCode` char(30) NOT NULL,
`ErrorText` longtext NOT NULL,
`LongQueue` longtext NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `errorlog`
--
LOCK TABLES `errorlog` WRITE;
/*!40000 ALTER TABLE `errorlog` DISABLE KEYS */;
/*!40000 ALTER TABLE `errorlog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `icons`
--
DROP TABLE IF EXISTS `icons`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `icons` (
`Id` int(11) NOT NULL auto_increment,
`Name` char(100) NOT NULL,
`URL` char(100) NOT NULL,
`SRC` char(100) NOT NULL,
`Plugin` char(100) NOT NULL,
`Width` int(11) NOT NULL,
`Height` int(11) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `icons`
--
LOCK TABLES `icons` WRITE;
/*!40000 ALTER TABLE `icons` DISABLE KEYS */;
/*!40000 ALTER TABLE `icons` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `langs`
--
DROP TABLE IF EXISTS `langs`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `langs` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`Name` char(50) NOT NULL,
`GoogleCode` char(20) NOT NULL,
`ImageFolder` char(100) NOT NULL,
`langs` text NOT NULL,
`DateFormat` char(50) NOT NULL,
`DefaultLang` char(50) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=22;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `langs`
--
LOCK TABLES `langs` WRITE;
/*!40000 ALTER TABLE `langs` DISABLE KEYS */;
/*!40000 ALTER TABLE `langs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `longqueue`
--
DROP TABLE IF EXISTS `longqueue`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `longqueue` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`SessionId` varchar(50) default NULL,
`Operation` varchar(15) default NULL,
`ContentId` int(11) default NULL,
`Progress` longtext NOT NULL,
`arg1` text NOT NULL,
`arg2` text NOT NULL,
`arg3` text NOT NULL,
`ProgressCounter` int(11) NOT NULL default '0',
`ThreadId` int(11) NOT NULL default '0',
`Percentage` char(10) NOT NULL,
`priority` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=22;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `longqueue`
--
LOCK TABLES `longqueue` WRITE;
/*!40000 ALTER TABLE `longqueue` DISABLE KEYS */;
/*!40000 ALTER TABLE `longqueue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsupdates`
--
DROP TABLE IF EXISTS `newsupdates`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `newsupdates` (
`Id` int(11) NOT NULL auto_increment,
`Title` char(255) NOT NULL,
`Body` longtext NOT NULL,
`DateAdded` datetime NOT NULL,
`LastUpdated` datetime NOT NULL,
`Urgent` tinyint(1) NOT NULL default '0',
`CMSVersion` int(11) default NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `newsupdates`
--
LOCK TABLES `newsupdates` WRITE;
/*!40000 ALTER TABLE `newsupdates` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsupdates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsupdates_read`
--
DROP TABLE IF EXISTS `newsupdates_read`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `newsupdates_read` (
`AdminId` int(11) NOT NULL,
`NewsId` int(11) NOT NULL,
PRIMARY KEY (`AdminId`,`NewsId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `newsupdates_read`
--
LOCK TABLES `newsupdates_read` WRITE;
/*!40000 ALTER TABLE `newsupdates_read` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsupdates_read` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notify`
--
DROP TABLE IF EXISTS `notify`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `notify` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`Enabled` int(11) NOT NULL default '1',
`Title` varchar(100) default NULL,
`NotifyType` int(11) NOT NULL,
`Param1` text NOT NULL,
`Param2` text NOT NULL,
`CInterval` int(11) NOT NULL,
`MailTo` text NOT NULL,
`MailSubject` text NOT NULL,
`MailBody` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `notify`
--
LOCK TABLES `notify` WRITE;
/*!40000 ALTER TABLE `notify` DISABLE KEYS */;
/*!40000 ALTER TABLE `notify` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notify_lastrun`
--
DROP TABLE IF EXISTS `notify_lastrun`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `notify_lastrun` (
`websiteid` int(11) NOT NULL,
`lastrun` datetime NOT NULL,
`NotifyType` int(11) NOT NULL default '0',
UNIQUE KEY `Opt` (`websiteid`,`NotifyType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=22;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `notify_lastrun`
--
LOCK TABLES `notify_lastrun` WRITE;
/*!40000 ALTER TABLE `notify_lastrun` DISABLE KEYS */;
INSERT INTO `notify_lastrun` VALUES (0,'2011-05-06 13:50:01',0),(0,'2011-05-06 13:50:02',1);
/*!40000 ALTER TABLE `notify_lastrun` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notify_log`
--
DROP TABLE IF EXISTS `notify_log`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `notify_log` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`notify_id` int(11) NOT NULL,
`notify_date` datetime NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `notify_log`
--
LOCK TABLES `notify_log` WRITE;
/*!40000 ALTER TABLE `notify_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `notify_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notify_lq_lastrun`
--
DROP TABLE IF EXISTS `notify_lq_lastrun`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `notify_lq_lastrun` (
`threadid` int(11) NOT NULL,
`siteid` int(11) NOT NULL default '0',
`startrun` datetime NOT NULL default '0000-00-00 00:00:00',
`lastrun` datetime NOT NULL default '0000-00-00 00:00:00',
`queueid` int(11) NOT NULL,
PRIMARY KEY (`threadid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `notify_lq_lastrun`
--
LOCK TABLES `notify_lq_lastrun` WRITE;
/*!40000 ALTER TABLE `notify_lq_lastrun` DISABLE KEYS */;
/*!40000 ALTER TABLE `notify_lq_lastrun` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notify_lq_log`
--
DROP TABLE IF EXISTS `notify_lq_log`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `notify_lq_log` (
`Id` int(11) NOT NULL auto_increment,
`threadid` int(11) NOT NULL default '0',
`notify_id` int(11) NOT NULL default '0',
`notify_date` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `notify_lq_log`
--
LOCK TABLES `notify_lq_log` WRITE;
/*!40000 ALTER TABLE `notify_lq_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `notify_lq_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_bonus`
--
DROP TABLE IF EXISTS `plg_bonus`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_bonus` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`AppearDate` date NOT NULL default '0000-00-00',
`Title` varchar(100) NOT NULL default '',
`BonusCat` int(11) NOT NULL default '0',
`Description` text NOT NULL,
`URL` varchar(255) NOT NULL default '',
`DaysVis` int(11) default NULL,
`PreviewXML` text NOT NULL,
`langs` text NOT NULL,
`FeedId` int(11) NOT NULL default '0',
`PreviewXML_PHP` text NOT NULL,
`TrialInfo` longtext NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=24;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_bonus`
--
LOCK TABLES `plg_bonus` WRITE;
/*!40000 ALTER TABLE `plg_bonus` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_bonus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_bonus_category`
--
DROP TABLE IF EXISTS `plg_bonus_category`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_bonus_category` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`categoryid` int(11) NOT NULL default '0',
`bonusid` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
UNIQUE KEY `Opt1` (`websiteid`,`categoryid`,`bonusid`),
UNIQUE KEY `Opt2` (`websiteid`,`bonusid`,`categoryid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_bonus_category`
--
LOCK TABLES `plg_bonus_category` WRITE;
/*!40000 ALTER TABLE `plg_bonus_category` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_bonus_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_bonus_sites`
--
DROP TABLE IF EXISTS `plg_bonus_sites`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_bonus_sites` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`siteid` int(11) NOT NULL default '0',
`bonusid` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
UNIQUE KEY `Opt1` (`websiteid`,`siteid`,`bonusid`),
UNIQUE KEY `Opt2` (`websiteid`,`bonusid`,`siteid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_bonus_sites`
--
LOCK TABLES `plg_bonus_sites` WRITE;
/*!40000 ALTER TABLE `plg_bonus_sites` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_bonus_sites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_bonus_thumbs`
--
DROP TABLE IF EXISTS `plg_bonus_thumbs`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_bonus_thumbs` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`bonus` int(11) default NULL,
`priority` int(11) default NULL,
`Watermark` char(50) NOT NULL default '',
`Watermark_posx` char(10) NOT NULL default '',
`Watermark_posy` char(10) NOT NULL default '',
`Extension` char(4) NOT NULL default 'jpg',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_bonus_thumbs`
--
LOCK TABLES `plg_bonus_thumbs` WRITE;
/*!40000 ALTER TABLE `plg_bonus_thumbs` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_bonus_thumbs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_calendar`
--
DROP TABLE IF EXISTS `plg_calendar`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_calendar` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`CalendarDate` date NOT NULL default '0000-00-00',
`Name` varchar(100) NOT NULL default '',
`Descr` text NOT NULL,
`langs` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_calendar`
--
LOCK TABLES `plg_calendar` WRITE;
/*!40000 ALTER TABLE `plg_calendar` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_calendar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_calendar_sites`
--
DROP TABLE IF EXISTS `plg_calendar_sites`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_calendar_sites` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`siteid` int(11) NOT NULL default '0',
`calendarid` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
UNIQUE KEY `Opt` (`websiteid`,`siteid`,`calendarid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_calendar_sites`
--
LOCK TABLES `plg_calendar_sites` WRITE;
/*!40000 ALTER TABLE `plg_calendar_sites` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_calendar_sites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_comments`
--
DROP TABLE IF EXISTS `plg_comments`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_comments` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) default NULL,
`contenttype` varchar(20) NOT NULL default '',
`itemid` int(11) NOT NULL default '0',
`username` varchar(100) NOT NULL default '',
`displayname` varchar(255) NOT NULL default '',
`commenttxt` text,
`adddate` datetime default NULL,
`editdate` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`approved` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`Id`),
KEY `Opt` (`contenttype`,`itemid`,`adddate`),
KEY `Opt2` (`websiteid`,`username`,`adddate`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=22;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_comments`
--
LOCK TABLES `plg_comments` WRITE;
/*!40000 ALTER TABLE `plg_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_contentasc`
--
DROP TABLE IF EXISTS `plg_contentasc`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_contentasc` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`ModelName` varchar(255) NOT NULL default '',
`Description` text NOT NULL,
`extrafields` text NOT NULL,
`PreviewXML` longtext NOT NULL,
`langs` text NOT NULL,
`Gender` char(1) NOT NULL default '',
`TS` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`TS_np` datetime NOT NULL,
`ExcludeOutside` int(11) NOT NULL default '0',
`PreviewXML_PHP` longtext NOT NULL,
`extrafields_PHP` text NOT NULL,
PRIMARY KEY (`Id`),
KEY `Opt` (`websiteid`,`ModelName`),
KEY `Opt2` (`websiteid`,`TS`),
KEY `Opt3` (`websiteid`,`TS_np`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=26;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_contentasc`
--
LOCK TABLES `plg_contentasc` WRITE;
/*!40000 ALTER TABLE `plg_contentasc` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_contentasc` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_contentasc_tally`
--
DROP TABLE IF EXISTS `plg_contentasc_tally`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_contentasc_tally` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`SetId` int(11) NOT NULL default '0',
`PointsRank` int(11) NOT NULL default '0',
`PointsTot` int(11) NOT NULL default '0',
`AverageScore` float(6,2) NOT NULL default '0.00',
PRIMARY KEY (`Id`),
UNIQUE KEY `SetId` (`SetId`),
KEY `Opt2` (`AverageScore`,`PointsTot`),
KEY `Opt3` (`PointsTot`,`PointsRank`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_contentasc_tally`
--
LOCK TABLES `plg_contentasc_tally` WRITE;
/*!40000 ALTER TABLE `plg_contentasc_tally` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_contentasc_tally` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_contentasc_thumbs`
--
DROP TABLE IF EXISTS `plg_contentasc_thumbs`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_contentasc_thumbs` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`ModelId` int(11) default NULL,
`priority` int(11) default NULL,
`Watermark` char(50) NOT NULL default '',
`Watermark_posx` char(10) NOT NULL default '',
`Watermark_posy` char(10) NOT NULL default '',
PRIMARY KEY (`Id`),
KEY `Opt` (`ModelId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_contentasc_thumbs`
--
LOCK TABLES `plg_contentasc_thumbs` WRITE;
/*!40000 ALTER TABLE `plg_contentasc_thumbs` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_contentasc_thumbs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_contentasc_vote`
--
DROP TABLE IF EXISTS `plg_contentasc_vote`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_contentasc_vote` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`User` char(100) default NULL,
`SetId` int(11) NOT NULL default '0',
`Score` int(11) NOT NULL default '0',
`DT` date NOT NULL default '0000-00-00',
PRIMARY KEY (`Id`),
KEY `User` (`User`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_contentasc_vote`
--
LOCK TABLES `plg_contentasc_vote` WRITE;
/*!40000 ALTER TABLE `plg_contentasc_vote` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_contentasc_vote` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_contentascasc`
--
DROP TABLE IF EXISTS `plg_contentascasc`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_contentascasc` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`ModelId` int(11) NOT NULL default '0',
`ContentId` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
KEY `Opt1` (`ContentId`,`ModelId`),
KEY `Opt2` (`ModelId`,`ContentId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_contentascasc`
--
LOCK TABLES `plg_contentascasc` WRITE;
/*!40000 ALTER TABLE `plg_contentascasc` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_contentascasc` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_contentascasccon`
--
DROP TABLE IF EXISTS `plg_contentascasccon`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_contentascasccon` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`ModelId` int(11) NOT NULL default '0',
`ContentId` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
KEY `Opt1` (`ContentId`,`ModelId`),
KEY `Opt2` (`ModelId`,`ContentId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_contentascasccon`
--
LOCK TABLES `plg_contentascasccon` WRITE;
/*!40000 ALTER TABLE `plg_contentascasccon` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_contentascasccon` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_dvdasc`
--
DROP TABLE IF EXISTS `plg_dvdasc`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_dvdasc` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`ModelName` varchar(255) NOT NULL default '',
`PreviewXML` text NOT NULL,
`TS` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`LU` datetime default NULL,
`PreviewXML_PHP` text NOT NULL,
`StudioId` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=22;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_dvdasc`
--
LOCK TABLES `plg_dvdasc` WRITE;
/*!40000 ALTER TABLE `plg_dvdasc` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_dvdasc` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_dvdasc_efv`
--
DROP TABLE IF EXISTS `plg_dvdasc_efv`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_dvdasc_efv` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`dvdascid` int(11) NOT NULL default '0',
`ElementName` varchar(50) NOT NULL default '',
`Value` text NOT NULL,
PRIMARY KEY (`Id`),
KEY `dvdascid` (`dvdascid`),
FULLTEXT KEY `Opt` (`Value`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_dvdasc_efv`
--
LOCK TABLES `plg_dvdasc_efv` WRITE;
/*!40000 ALTER TABLE `plg_dvdasc_efv` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_dvdasc_efv` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_dvdasc_extrafields`
--
DROP TABLE IF EXISTS `plg_dvdasc_extrafields`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_dvdasc_extrafields` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`Name` varchar(15) NOT NULL default '',
`Title` varchar(50) NOT NULL default '',
`Description` text NOT NULL,
`Type` varchar(20) NOT NULL default '',
`Egroup` varchar(20) NOT NULL default '',
`Required` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_dvdasc_extrafields`
--
LOCK TABLES `plg_dvdasc_extrafields` WRITE;
/*!40000 ALTER TABLE `plg_dvdasc_extrafields` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_dvdasc_extrafields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_dvdasc_studio`
--
DROP TABLE IF EXISTS `plg_dvdasc_studio`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_dvdasc_studio` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`StudioName` char(100) default NULL,
`FileExt` char(50) NOT NULL default '',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_dvdasc_studio`
--
LOCK TABLES `plg_dvdasc_studio` WRITE;
/*!40000 ALTER TABLE `plg_dvdasc_studio` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_dvdasc_studio` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_dvdasc_tally`
--
DROP TABLE IF EXISTS `plg_dvdasc_tally`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_dvdasc_tally` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`DvdId` int(11) NOT NULL default '0',
`PointsRank` int(11) NOT NULL default '0',
`PointsTot` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
UNIQUE KEY `DvdId` (`DvdId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_dvdasc_tally`
--
LOCK TABLES `plg_dvdasc_tally` WRITE;
/*!40000 ALTER TABLE `plg_dvdasc_tally` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_dvdasc_tally` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_dvdasc_thumbs`
--
DROP TABLE IF EXISTS `plg_dvdasc_thumbs`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_dvdasc_thumbs` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`dvdasc` int(11) default NULL,
`priority` int(11) default NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_dvdasc_thumbs`
--
LOCK TABLES `plg_dvdasc_thumbs` WRITE;
/*!40000 ALTER TABLE `plg_dvdasc_thumbs` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_dvdasc_thumbs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_dvdasc_vote`
--
DROP TABLE IF EXISTS `plg_dvdasc_vote`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_dvdasc_vote` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`User` char(100) default NULL,
`DvdId` int(11) NOT NULL default '0',
`Score` int(11) NOT NULL default '0',
`DT` date NOT NULL default '0000-00-00',
PRIMARY KEY (`Id`),
KEY `User` (`User`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_dvdasc_vote`
--
LOCK TABLES `plg_dvdasc_vote` WRITE;
/*!40000 ALTER TABLE `plg_dvdasc_vote` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_dvdasc_vote` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_dvdascasc`
--
DROP TABLE IF EXISTS `plg_dvdascasc`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_dvdascasc` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`ModelId` int(11) NOT NULL default '0',
`ContentId` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
KEY `Opt1` (`ContentId`,`ModelId`),
KEY `Opt2` (`ModelId`,`ContentId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_dvdascasc`
--
LOCK TABLES `plg_dvdascasc` WRITE;
/*!40000 ALTER TABLE `plg_dvdascasc` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_dvdascasc` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_extrafields`
--
DROP TABLE IF EXISTS `plg_extrafields`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_extrafields` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`Name` varchar(15) NOT NULL default '',
`Title` varchar(50) NOT NULL default '',
`Description` text NOT NULL,
`Type` varchar(20) NOT NULL default '',
`Location` varchar(20) NOT NULL default '',
`Required` tinyint(4) NOT NULL default '0',
`FieldOpts` text NOT NULL,
`SeparateLang` int(11) NOT NULL default '1',
`LockPerms` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_extrafields`
--
LOCK TABLES `plg_extrafields` WRITE;
/*!40000 ALTER TABLE `plg_extrafields` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_extrafields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_favorites`
--
DROP TABLE IF EXISTS `plg_favorites`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_favorites` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`UserName` char(100) NOT NULL default '',
`ContentId` int(11) NOT NULL default '0',
`LastLooked` date NOT NULL default '0000-00-00',
`FavAdded` date default NULL,
PRIMARY KEY (`Id`),
UNIQUE KEY `UserName` (`UserName`,`ContentId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_favorites`
--
LOCK TABLES `plg_favorites` WRITE;
/*!40000 ALTER TABLE `plg_favorites` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_favorites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_feedback`
--
DROP TABLE IF EXISTS `plg_feedback`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_feedback` (
`Id` int(11) NOT NULL auto_increment,
`Name` char(100) NOT NULL,
`Descr` text NOT NULL,
`ThankYou` text NOT NULL,
`Redirect` text NOT NULL,
`EmailTo` text NOT NULL,
`langs` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_feedback`
--
LOCK TABLES `plg_feedback` WRITE;
/*!40000 ALTER TABLE `plg_feedback` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_feedback` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_feedback_input`
--
DROP TABLE IF EXISTS `plg_feedback_input`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_feedback_input` (
`Id` int(11) NOT NULL auto_increment,
`feedbackid` int(11) NOT NULL,
`UserName` char(100) NOT NULL,
`IP` char(16) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_feedback_input`
--
LOCK TABLES `plg_feedback_input` WRITE;
/*!40000 ALTER TABLE `plg_feedback_input` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_feedback_input` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_feedback_inputitem`
--
DROP TABLE IF EXISTS `plg_feedback_inputitem`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_feedback_inputitem` (
`Id` int(11) NOT NULL auto_increment,
`feedbackid` int(11) NOT NULL,
`inputid` int(11) NOT NULL,
`itemid` int(11) NOT NULL,
`Value` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_feedback_inputitem`
--
LOCK TABLES `plg_feedback_inputitem` WRITE;
/*!40000 ALTER TABLE `plg_feedback_inputitem` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_feedback_inputitem` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_feedback_item`
--
DROP TABLE IF EXISTS `plg_feedback_item`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_feedback_item` (
`Id` int(11) NOT NULL auto_increment,
`feedbackid` int(11) NOT NULL,
`Label` char(100) NOT NULL,
`ItemType` enum('select','radio','checkbox','text','textarea') default NULL,
`Options` text NOT NULL,
`Required` enum('none','email','numeric','charlimit') default NULL,
`Req1` text NOT NULL,
`SortOrder` int(11) NOT NULL,
`langs` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_feedback_item`
--
LOCK TABLES `plg_feedback_item` WRITE;
/*!40000 ALTER TABLE `plg_feedback_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_feedback_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_gallerytally`
--
DROP TABLE IF EXISTS `plg_gallerytally`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_gallerytally` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`GalleryId` int(11) NOT NULL,
`GallerySubType` char(20) NOT NULL,
`PointsRank` int(11) NOT NULL,
`PointsTot` int(11) NOT NULL,
`AverageScore` float(6,2) NOT NULL default '0.00',
PRIMARY KEY (`Id`),
UNIQUE KEY `Opt4` (`websiteid`,`GalleryId`,`GallerySubType`),
KEY `Opt` (`GalleryId`),
KEY `Opt2` (`AverageScore`,`PointsTot`),
KEY `Opt3` (`PointsTot`,`PointsRank`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_gallerytally`
--
LOCK TABLES `plg_gallerytally` WRITE;
/*!40000 ALTER TABLE `plg_gallerytally` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_gallerytally` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_galleryvote`
--
DROP TABLE IF EXISTS `plg_galleryvote`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_galleryvote` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`User` char(100) default NULL,
`Gallery` int(11) NOT NULL default '0',
`Score` int(11) NOT NULL default '0',
`DT` date NOT NULL default '0000-00-00',
`GallerySubType` char(20) NOT NULL,
PRIMARY KEY (`Id`),
KEY `User` (`User`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_galleryvote`
--
LOCK TABLES `plg_galleryvote` WRITE;
/*!40000 ALTER TABLE `plg_galleryvote` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_galleryvote` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_mailinglist`
--
DROP TABLE IF EXISTS `plg_mailinglist`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_mailinglist` (
`Id` int(11) NOT NULL auto_increment,
`Enabled` int(11) NOT NULL default '1',
`websiteid` int(11) NOT NULL default '0',
`Name` char(50) NOT NULL default '',
`Description` text NOT NULL,
`ShowSite` int(11) NOT NULL default '0',
`OutsideArea` tinyint(4) NOT NULL default '0',
`ManageURL` char(255) NOT NULL,
`NameShow` int(11) NOT NULL default '0',
`NameReq` int(11) NOT NULL default '0',
`ConfirmTxt` text NOT NULL,
`ThankyouTxt` text NOT NULL,
`CancelTxt` text NOT NULL,
`MailFrom` char(255) NOT NULL,
`langs` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=23;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_mailinglist`
--
LOCK TABLES `plg_mailinglist` WRITE;
/*!40000 ALTER TABLE `plg_mailinglist` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_mailinglist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_mailinglistemails`
--
DROP TABLE IF EXISTS `plg_mailinglistemails`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_mailinglistemails` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`MailingList` int(11) NOT NULL default '0',
`Email` char(255) NOT NULL default '',
`Name` char(255) NOT NULL default '',
`Subscribed` int(11) NOT NULL default '1',
`DateCreated` timestamp NOT NULL default CURRENT_TIMESTAMP,
`Language` int(11) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_mailinglistemails`
--
LOCK TABLES `plg_mailinglistemails` WRITE;
/*!40000 ALTER TABLE `plg_mailinglistemails` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_mailinglistemails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_mailinglisttemplates`
--
DROP TABLE IF EXISTS `plg_mailinglisttemplates`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_mailinglisttemplates` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`Name` varchar(128) NOT NULL default '',
`Header` varchar(255) NOT NULL default '',
`Body` longtext NOT NULL,
`MailFrom` varchar(255) NOT NULL default '',
`HTMLemail` int(11) NOT NULL default '0',
`langs` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_mailinglisttemplates`
--
LOCK TABLES `plg_mailinglisttemplates` WRITE;
/*!40000 ALTER TABLE `plg_mailinglisttemplates` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_mailinglisttemplates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_news`
--
DROP TABLE IF EXISTS `plg_news`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_news` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`Title` varchar(100) NOT NULL default '',
`Body` text NOT NULL,
`AppearDate` date NOT NULL default '0000-00-00',
`MembersArea` tinyint(4) NOT NULL default '1',
`OutsideArea` tinyint(4) NOT NULL default '0',
`MobileArea` tinyint(4) NOT NULL default '1',
`DaysVis` int(11) NOT NULL,
`NumComments` int(11) NOT NULL default '0',
`LastComment` datetime default NULL,
`langs` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_news`
--
LOCK TABLES `plg_news` WRITE;
/*!40000 ALTER TABLE `plg_news` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_news` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_news_images`
--
DROP TABLE IF EXISTS `plg_news_images`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_news_images` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`news_id` int(11) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_news_images`
--
LOCK TABLES `plg_news_images` WRITE;
/*!40000 ALTER TABLE `plg_news_images` DISABLE KEYS */;
INSERT INTO `plg_news_images` VALUES (1,0,0),(2,0,0);
/*!40000 ALTER TABLE `plg_news_images` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_news_sites`
--
DROP TABLE IF EXISTS `plg_news_sites`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_news_sites` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`siteid` int(11) NOT NULL default '0',
`newsid` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
UNIQUE KEY `Opt` (`websiteid`,`siteid`,`newsid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_news_sites`
--
LOCK TABLES `plg_news_sites` WRITE;
/*!40000 ALTER TABLE `plg_news_sites` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_news_sites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_poll_answers`
--
DROP TABLE IF EXISTS `plg_poll_answers`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_poll_answers` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) default NULL,
`Answer` text,
`QuestionId` int(11) default NULL,
`NumAnswers` int(11) NOT NULL default '0',
`langs` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_poll_answers`
--
LOCK TABLES `plg_poll_answers` WRITE;
/*!40000 ALTER TABLE `plg_poll_answers` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_poll_answers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_poll_information`
--
DROP TABLE IF EXISTS `plg_poll_information`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_poll_information` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) default NULL,
`Name` varchar(50) default NULL,
`AppearDate` date default NULL,
`DaysVis` int(11) default NULL,
`Priority` int(11) default NULL,
`Duration` int(11) default NULL,
`langs` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_poll_information`
--
LOCK TABLES `plg_poll_information` WRITE;
/*!40000 ALTER TABLE `plg_poll_information` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_poll_information` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_poll_questions`
--
DROP TABLE IF EXISTS `plg_poll_questions`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_poll_questions` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) default NULL,
`Question` text,
`AnswerType` varchar(10) default NULL,
`PollId` int(11) default NULL,
`langs` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_poll_questions`
--
LOCK TABLES `plg_poll_questions` WRITE;
/*!40000 ALTER TABLE `plg_poll_questions` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_poll_questions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_poll_response`
--
DROP TABLE IF EXISTS `plg_poll_response`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_poll_response` (
`Id` int(10) NOT NULL auto_increment,
`UserId` varchar(50) default NULL,
`PollId` int(11) NOT NULL default '0',
`QuestionId` int(11) NOT NULL default '0',
`AnswerId` int(11) NOT NULL default '0',
`ResponseDate` date default NULL,
`IpAddress` varchar(15) default NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_poll_response`
--
LOCK TABLES `plg_poll_response` WRITE;
/*!40000 ALTER TABLE `plg_poll_response` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_poll_response` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_poll_sites`
--
DROP TABLE IF EXISTS `plg_poll_sites`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_poll_sites` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`siteid` int(11) NOT NULL default '0',
`pollid` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
UNIQUE KEY `Opt` (`websiteid`,`siteid`,`pollid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_poll_sites`
--
LOCK TABLES `plg_poll_sites` WRITE;
/*!40000 ALTER TABLE `plg_poll_sites` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_poll_sites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_previewthumb`
--
DROP TABLE IF EXISTS `plg_previewthumb`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_previewthumb` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`Title` char(50) NOT NULL,
`Priority` int(11) NOT NULL,
`CaptureType` int(11) NOT NULL,
`Src` text NOT NULL,
`StartRange` int(11) NOT NULL,
`EndRange` int(11) NOT NULL,
`ThumbType` enum('set','model','tour') NOT NULL default 'set',
`Quality` int(11) NOT NULL default '95',
`Automatic` int(11) NOT NULL default '0',
`VidStartRange` int(11) NOT NULL default '0',
`VidEndRange` int(11) NOT NULL default '0',
`VidStartEndType` int(11) NOT NULL default '0',
`Sharpen` int(2) NOT NULL default '0',
`Brightness` int(11) default '0',
`Contrast` int(11) default '0',
`GaussianBlur` int(11) default '0',
`SelectiveBlur` int(11) default '0',
`SmartBlur` int(11) default '0',
`GreyScale` int(11) default '0',
`Saturation` int(11) default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=28;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_previewthumb`
--
LOCK TABLES `plg_previewthumb` WRITE;
/*!40000 ALTER TABLE `plg_previewthumb` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_previewthumb` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_previewthumb_tour`
--
DROP TABLE IF EXISTS `plg_previewthumb_tour`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_previewthumb_tour` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`TourId` int(11) NOT NULL,
`PreviewId` int(11) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_previewthumb_tour`
--
LOCK TABLES `plg_previewthumb_tour` WRITE;
/*!40000 ALTER TABLE `plg_previewthumb_tour` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_previewthumb_tour` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_privatemessage`
--
DROP TABLE IF EXISTS `plg_privatemessage`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_privatemessage` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`UserName` char(50) NOT NULL,
`AdminId` int(11) NOT NULL,
`UserOwner` int(11) NOT NULL,
`Inbox` int(11) NOT NULL,
`New` int(11) NOT NULL,
`Subject` varchar(50) NOT NULL,
`Body` text NOT NULL,
`DateSent` datetime NOT NULL,
`Answered` int(11) NOT NULL,
`LanguageId` int(11) NOT NULL,
PRIMARY KEY (`Id`),
KEY `Opt` (`websiteid`,`UserName`,`UserOwner`,`New`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_privatemessage`
--
LOCK TABLES `plg_privatemessage` WRITE;
/*!40000 ALTER TABLE `plg_privatemessage` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_privatemessage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_privatemessageadmin`
--
DROP TABLE IF EXISTS `plg_privatemessageadmin`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_privatemessageadmin` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`AdminName` char(50) NOT NULL,
`EmailFrom` char(255) NOT NULL,
`EmailSubject` char(255) NOT NULL,
`EmailBody` text NOT NULL,
`langs` text NOT NULL,
`SiteId` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=22;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_privatemessageadmin`
--
LOCK TABLES `plg_privatemessageadmin` WRITE;
/*!40000 ALTER TABLE `plg_privatemessageadmin` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_privatemessageadmin` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_stats_info`
--
DROP TABLE IF EXISTS `plg_stats_info`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_stats_info` (
`Id` int(11) NOT NULL auto_increment,
`RunDate` datetime NOT NULL,
`Processed` int(11) NOT NULL default '1',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM AUTO_INCREMENT=261 DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_stats_info`
--
LOCK TABLES `plg_stats_info` WRITE;
/*!40000 ALTER TABLE `plg_stats_info` DISABLE KEYS */;
INSERT INTO `plg_stats_info` VALUES (1,'2010-08-14 14:44:27',1),(2,'2010-08-15 16:44:05',1),(3,'2010-08-16 16:45:06',1),(4,'2010-08-17 16:45:08',1),(5,'2010-08-18 16:45:14',1),(6,'2010-08-19 16:50:06',1),(7,'2010-08-20 16:50:07',1),(8,'2010-08-21 16:55:07',1),(9,'2010-08-22 17:00:06',1),(10,'2010-08-23 17:05:07',1),(11,'2010-08-24 17:10:08',1),(12,'2010-08-25 17:15:07',1),(13,'2010-08-26 17:20:08',1),(14,'2010-08-27 17:20:09',1),(15,'2010-08-28 17:25:08',1),(16,'2010-08-29 17:30:07',1),(17,'2010-08-30 17:35:07',1),(18,'2010-08-31 17:40:07',1),(19,'2010-09-01 17:40:27',1),(20,'2010-09-02 17:45:06',1),(21,'2010-09-03 17:45:07',1),(22,'2010-09-04 17:50:07',1),(23,'2010-09-05 17:50:18',1),(24,'2010-09-06 17:55:08',1),(25,'2010-09-07 20:58:57',1),(26,'2010-09-08 21:03:46',1),(27,'2010-09-09 21:05:13',1),(28,'2010-09-10 21:10:06',1),(29,'2010-09-11 21:10:07',1),(30,'2010-09-12 21:15:07',1),(31,'2010-09-13 21:20:08',1),(32,'2010-09-14 21:20:13',1),(33,'2010-09-15 21:25:07',1),(34,'2010-09-16 21:30:07',1),(35,'2010-09-17 21:35:07',1),(36,'2010-09-18 21:40:07',1),(37,'2010-09-19 21:45:07',1),(38,'2010-09-20 21:50:07',1),(39,'2010-09-21 21:50:08',1),(40,'2010-09-22 21:55:06',1),(41,'2010-09-23 21:55:07',1),(42,'2010-09-24 22:00:07',1),(43,'2010-09-25 22:05:07',1),(44,'2010-09-26 22:05:08',1),(45,'2010-09-27 22:10:06',1),(46,'2010-09-28 22:10:10',1),(47,'2010-09-29 22:15:06',1),(48,'2010-09-30 22:15:07',1),(49,'2010-10-01 22:20:08',1),(50,'2010-10-02 22:25:08',1),(51,'2010-10-03 22:30:07',1),(52,'2010-10-04 22:35:06',1),(53,'2010-10-05 22:35:07',1),(54,'2010-10-06 22:40:07',1),(55,'2010-10-07 22:45:07',1),(56,'2010-10-08 22:50:06',1),(57,'2010-10-09 22:50:08',1),(58,'2010-10-10 22:55:07',1),(59,'2010-10-11 23:00:07',1),(60,'2010-10-12 23:05:06',1),(61,'2010-10-13 23:05:07',1),(62,'2010-10-14 23:10:08',1),(63,'2010-10-15 23:15:07',1),(64,'2010-10-16 23:20:06',1),(65,'2010-10-17 23:20:07',1),(66,'2010-10-19 00:37:48',1),(67,'2010-10-20 00:40:08',1),(68,'2010-10-21 00:45:07',1),(69,'2010-10-22 00:45:08',1),(70,'2010-10-23 00:50:09',1),(71,'2010-10-24 00:55:07',1),(72,'2010-10-25 00:55:08',1),(73,'2010-10-26 01:00:07',1),(74,'2010-10-27 01:00:08',1),(75,'2010-10-28 01:05:07',1),(76,'2010-10-29 01:10:07',1),(77,'2010-10-30 01:10:08',1),(78,'2010-10-31 01:10:09',1),(79,'2010-11-01 01:15:08',1),(80,'2010-11-02 01:20:07',1),(81,'2010-11-03 01:25:08',1),(82,'2010-11-04 01:30:07',1),(83,'2010-11-05 01:35:09',1),(84,'2010-11-06 01:40:02',1),(85,'2010-11-07 01:45:01',1),(86,'2010-11-08 00:45:02',1),(87,'2010-11-09 00:50:01',1),(88,'2010-11-10 00:50:02',1),(89,'2010-11-11 00:55:02',1),(90,'2010-11-12 01:00:01',1),(91,'2010-11-13 01:05:02',1),(92,'2010-11-14 01:10:02',1),(93,'2010-11-15 01:15:02',1),(94,'2010-11-16 01:20:02',1),(95,'2010-11-17 01:25:01',1),(96,'2010-11-18 01:25:02',1),(97,'2010-11-19 01:30:02',1),(98,'2010-11-20 01:35:01',1),(99,'2010-11-21 01:40:02',1),(100,'2010-11-22 01:45:02',1),(101,'2010-11-23 01:50:02',1),(102,'2010-11-24 01:55:02',1),(103,'2010-11-25 02:00:02',1),(104,'2010-11-26 02:05:02',1),(105,'2010-11-27 02:10:02',1),(106,'2010-11-28 02:15:01',1),(107,'2010-11-29 02:20:02',1),(108,'2010-11-30 02:25:02',1),(109,'2010-12-01 02:30:02',1),(110,'2010-12-02 02:35:02',1),(111,'2010-12-03 02:40:02',1),(112,'2010-12-04 02:45:02',1),(113,'2010-12-05 02:50:01',1),(114,'2010-12-06 02:55:02',1),(115,'2010-12-07 03:00:02',1),(116,'2010-12-08 03:05:01',1),(117,'2010-12-09 03:05:02',1),(118,'2010-12-10 03:10:02',1),(119,'2010-12-11 03:15:02',1),(120,'2010-12-12 03:20:02',1),(121,'2010-12-13 03:25:02',1),(122,'2010-12-14 03:30:01',1),(123,'2010-12-15 03:30:02',1),(124,'2010-12-16 03:35:01',1),(125,'2010-12-17 03:35:02',1),(126,'2010-12-18 03:40:02',1),(127,'2010-12-19 03:45:02',1),(128,'2010-12-20 03:45:03',1),(129,'2010-12-21 03:50:01',1),(130,'2010-12-22 03:55:02',1),(131,'2010-12-23 04:00:07',1),(132,'2010-12-24 04:19:33',1),(133,'2010-12-25 04:20:29',1),(134,'2010-12-26 04:52:43',1),(135,'2010-12-27 04:55:01',1),(136,'2010-12-28 05:00:02',1),(137,'2010-12-29 05:05:02',1),(138,'2010-12-30 05:10:01',1),(139,'2010-12-31 05:10:02',1),(140,'2011-01-01 05:15:02',1),(141,'2011-01-02 05:20:10',1),(142,'2011-01-03 05:25:02',1),(143,'2011-01-04 05:25:06',1),(144,'2011-01-05 09:36:40',1),(145,'2011-01-06 09:40:08',1),(146,'2011-01-12 02:55:00',1),(147,'2011-01-13 02:55:01',1),(148,'2011-01-14 03:00:02',1),(149,'2011-01-15 03:05:01',1),(150,'2011-01-16 03:05:02',1),(151,'2011-01-17 03:10:02',1),(152,'2011-01-18 03:15:01',1),(153,'2011-01-19 03:20:02',1),(154,'2011-01-20 03:25:01',1),(155,'2011-01-21 03:30:02',1),(156,'2011-01-22 03:35:01',1),(157,'2011-01-23 03:35:02',1),(158,'2011-01-24 03:40:01',1),(159,'2011-01-25 03:45:02',1),(160,'2011-01-26 03:50:02',1),(161,'2011-01-27 03:55:02',1),(162,'2011-01-28 04:00:01',1),(163,'2011-01-29 04:00:02',1),(164,'2011-01-30 04:05:01',1),(165,'2011-01-31 04:05:02',1),(166,'2011-02-01 04:10:02',1),(167,'2011-02-02 04:15:02',1),(168,'2011-02-03 04:20:02',1),(169,'2011-02-04 04:25:01',1),(170,'2011-02-05 04:25:02',1),(171,'2011-02-06 04:30:02',1),(172,'2011-02-07 04:35:02',1),(173,'2011-02-08 04:40:01',1),(174,'2011-02-09 04:40:02',1),(175,'2011-02-10 04:45:02',1),(176,'2011-02-11 04:50:02',1),(177,'2011-02-12 04:55:01',1),(178,'2011-02-13 04:55:02',1),(179,'2011-02-14 05:00:02',1),(180,'2011-02-15 05:05:02',1),(181,'2011-02-16 05:10:02',1),(182,'2011-02-17 05:15:02',1),(183,'2011-02-18 05:20:01',1),(184,'2011-02-19 05:20:02',1),(185,'2011-02-20 05:25:02',1),(186,'2011-02-21 05:30:02',1),(187,'2011-02-22 05:35:02',1),(188,'2011-02-23 05:40:02',1),(189,'2011-02-24 05:45:02',1),(190,'2011-02-25 05:45:04',1),(191,'2011-02-26 05:50:02',1),(192,'2011-02-27 05:55:02',1),(193,'2011-02-28 06:00:02',1),(194,'2011-03-01 06:05:02',1),(195,'2011-03-02 06:10:01',1),(196,'2011-03-03 06:15:02',1),(197,'2011-03-04 06:20:02',1),(198,'2011-03-05 06:25:02',1),(199,'2011-03-06 06:30:02',1),(200,'2011-03-07 08:56:14',1),(201,'2011-03-08 09:00:02',1),(202,'2011-03-09 09:05:02',1),(203,'2011-03-10 09:10:02',1),(204,'2011-03-11 09:15:02',1),(205,'2011-03-12 09:20:01',1),(206,'2011-03-13 10:25:01',1),(207,'2011-03-14 10:25:02',1),(208,'2011-03-15 10:30:01',1),(209,'2011-03-16 10:30:02',1),(210,'2011-03-17 10:35:01',1),(211,'2011-03-18 10:35:02',1),(212,'2011-03-19 10:40:01',1),(213,'2011-03-20 10:40:02',1),(214,'2011-03-21 10:45:01',1),(215,'2011-03-22 10:45:02',1),(216,'2011-03-23 10:50:01',1),(217,'2011-03-24 10:50:02',1),(218,'2011-03-25 10:55:01',1),(219,'2011-03-26 10:55:03',1),(220,'2011-03-27 11:00:02',1),(221,'2011-03-28 11:05:02',1),(222,'2011-03-29 11:10:02',1),(223,'2011-03-30 11:15:02',1),(224,'2011-03-31 11:20:08',1),(225,'2011-04-01 11:25:02',1),(226,'2011-04-02 11:25:11',1),(227,'2011-04-03 11:25:30',1),(228,'2011-04-04 11:30:01',1),(229,'2011-04-05 11:30:02',1),(230,'2011-04-06 11:35:01',1),(231,'2011-04-07 11:40:02',1),(232,'2011-04-08 11:45:01',1),(233,'2011-04-09 11:45:08',1),(234,'2011-04-10 11:50:03',1),(235,'2011-04-11 11:55:01',1),(236,'2011-04-12 11:55:02',1),(237,'2011-04-13 11:55:51',1),(238,'2011-04-14 12:00:02',1),(239,'2011-04-15 12:05:02',1),(240,'2011-04-16 12:10:02',1),(241,'2011-04-17 12:15:01',1),(242,'2011-04-18 12:15:02',1),(243,'2011-04-19 12:20:02',1),(244,'2011-04-20 12:20:03',1),(245,'2011-04-21 12:25:03',1),(246,'2011-04-22 12:26:03',1),(247,'2011-04-23 12:30:02',1),(248,'2011-04-24 12:35:02',1),(249,'2011-04-25 12:40:02',1),(250,'2011-04-26 12:45:02',1),(251,'2011-04-27 12:50:02',1),(252,'2011-04-28 12:55:02',1),(253,'2011-04-29 13:00:02',1),(254,'2011-04-30 13:05:02',1),(255,'2011-05-01 13:10:02',1),(256,'2011-05-02 13:15:01',1),(257,'2011-05-03 13:20:02',1),(258,'2011-05-04 13:25:01',1),(259,'2011-05-05 13:25:02',1),(260,'2011-05-06 13:30:02',1);
/*!40000 ALTER TABLE `plg_stats_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_stats_list`
--
DROP TABLE IF EXISTS `plg_stats_list`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_stats_list` (
`Id` int(11) NOT NULL auto_increment,
`InfoId` int(11) NOT NULL,
`ViewId` int(11) NOT NULL,
`OrderBy` int(11) NOT NULL,
`Item` char(50) NOT NULL,
`Number` int(11) NOT NULL,
PRIMARY KEY (`Id`),
KEY `Opt` (`InfoId`,`ViewId`,`OrderBy`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_stats_list`
--
LOCK TABLES `plg_stats_list` WRITE;
/*!40000 ALTER TABLE `plg_stats_list` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_stats_list` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_stats_log`
--
DROP TABLE IF EXISTS `plg_stats_log`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_stats_log` (
`Id` bigint(20) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`Accessed` datetime NOT NULL,
`PageName` char(20) NOT NULL,
`arg_id` int(11) NOT NULL,
`arg_cg` int(11) NOT NULL,
`arg_page` int(11) NOT NULL,
`arg_type` char(20) NOT NULL,
`arg_mt` char(50) NOT NULL,
`arg_download` char(255) NOT NULL,
`arg_search` char(255) NOT NULL,
`UserName` char(100) NOT NULL,
PRIMARY KEY (`Id`),
KEY `Opt1` (`Accessed`),
KEY `Opt2` (`PageName`,`arg_cg`,`arg_id`),
KEY `Opt3` (`arg_mt`),
KEY `Opt4` (`arg_search`),
KEY `Opt5` (`PageName`,`arg_page`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=22;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_stats_log`
--
LOCK TABLES `plg_stats_log` WRITE;
/*!40000 ALTER TABLE `plg_stats_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_stats_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_stats_settings`
--
DROP TABLE IF EXISTS `plg_stats_settings`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_stats_settings` (
`Id` int(11) NOT NULL,
`websiteid` int(11) NOT NULL,
`default_name` char(50) NOT NULL,
`default_public` int(11) NOT NULL,
`default_limit` int(11) NOT NULL,
`default_link` char(50) NOT NULL,
`langs` text NOT NULL,
`Generate` int(11) NOT NULL default '1',
UNIQUE KEY `Opt` (`Id`,`websiteid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=22;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_stats_settings`
--
LOCK TABLES `plg_stats_settings` WRITE;
/*!40000 ALTER TABLE `plg_stats_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_stats_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_templateconf`
--
DROP TABLE IF EXISTS `plg_templateconf`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_templateconf` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`Name` varchar(255) NOT NULL default '',
`TValue` text NOT NULL,
`EscapeValue` int(11) NOT NULL default '1',
`TemplateCategory` char(100) NOT NULL default '',
`langs` text NOT NULL,
PRIMARY KEY (`Id`),
KEY `Opt1` (`websiteid`,`Name`)
) ENGINE=MyISAM AUTO_INCREMENT=287 DEFAULT CHARSET=utf8 COMMENT='VERSION=22;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_templateconf`
--
LOCK TABLES `plg_templateconf` WRITE;
/*!40000 ALTER TABLE `plg_templateconf` DISABLE KEYS */;
INSERT INTO `plg_templateconf` VALUES (1,0,'bonusbanner','spv.jpg',1,'Banners','Banners'),(2,0,'bonusbannertext','See real people caught on tape. This is what happens when you make a dirty video and it ends up in the wrong hands. Download movies taken by real couples who never expected anyone else to witness their love!',1,'Banners','Banners'),(3,0,'bonusbannerurl','http://www.reelprofits.com',1,'Banners','Banners'),(4,0,'indexbanner','indexbanner1.jpg',1,'Banners','Banners'),(5,0,'indexbannertext','GMGB is the hottest XXX model site online! This site is jam packed with sexy babes and the video quality is awesome.',1,'Banners','Banners'),(6,0,'indexbannerurl','http://www.mediumpimpin.com',1,'Banners','Banners'),(7,0,'linktarget','_blank',1,'Banners','Banners'),(8,0,'txtcalendar','Calendar',1,'Calendar','Calendar'),(9,0,'txtcalendararchivepages','Calendar archive pages:',1,'Calendar','Calendar'),(10,0,'txtlastmonth','Last Month',1,'Calendar','Calendar'),(11,0,'txtnextmonth','Next Month',1,'Calendar','Calendar'),(12,0,'txtreturntocalendar','Return to calendar',1,'Calendar','Calendar'),(13,0,'txtaddmoretags','Add More Category Tags',1,'Categories and Keyword Tagging','Categories and Keyword Tagging'),(14,0,'txtaddtags','Suggest Category Tags:',1,'Categories and Keyword Tagging','Categories and Keyword Tagging'),(15,0,'txtaskeywordtag','as a Keyword Tag',1,'Categories and Keyword Tagging','Categories and Keyword Tagging'),(16,0,'txtcategories','Categories:',1,'Categories and Keyword Tagging','Categories and Keyword Tagging'),(17,0,'txtcategorytag','Category Tag:',1,'Categories and Keyword Tagging','Categories and Keyword Tagging'),(18,0,'txtclicktoaddkeywordtags','Click to suggest categories',1,'Categories and Keyword Tagging','Categories and Keyword Tagging'),(19,0,'txtdeletetag','Delete Tag',1,'Categories and Keyword Tagging','Categories and Keyword Tagging'),(20,0,'txtenterkeywords','Please enter category tags separated by comma.',1,'Categories and Keyword Tagging','Categories and Keyword Tagging'),(21,0,'txtkeyword','Keyword',1,'Categories and Keyword Tagging','Categories and Keyword Tagging'),(22,0,'txtmycategorytags','My Category Tags',1,'Categories and Keyword Tagging','Categories and Keyword Tagging'),(23,0,'txtthankyouforsuggesting','Thank you for your tag suggestions.',1,'Categories and Keyword Tagging','Categories and Keyword Tagging'),(24,0,'txtupdatesassociatedwithtag','Updates associate with this tag:',1,'Categories and Keyword Tagging','Categories and Keyword Tagging'),(25,0,'txtaddcomment','Add a Comment',1,'Comments','Comments'),(26,0,'txtcomment','Comment',1,'Comments','Comments'),(27,0,'txtcommentnote','Note - your name will appear next to your post so for your own privacy we suggest that you do not use your full or real name unless you want this to be published for other members to see.',1,'Comments','Comments'),(28,0,'txtcommentonpost','Comment on This Post',1,'Comments','Comments'),(29,0,'txtcomments','Comment',1,'Comments','Comments'),(30,0,'txtsubmitcomment','Submit Comment',1,'Comments','Comments'),(31,0,'txt14days','14 days',1,'Dates, Days and Months','Dates, Days and Months'),(32,0,'txt30days','30 days',1,'Dates, Days and Months','Dates, Days and Months'),(33,0,'txt3days','3 days',1,'Dates, Days and Months','Dates, Days and Months'),(34,0,'txt60days','60 days',1,'Dates, Days and Months','Dates, Days and Months'),(35,0,'txt7days','7 days',1,'Dates, Days and Months','Dates, Days and Months'),(36,0,'txt90days','90 days',1,'Dates, Days and Months','Dates, Days and Months'),(37,0,'txtapril','April',1,'Dates, Days and Months','Dates, Days and Months'),(38,0,'txtaugust','August',1,'Dates, Days and Months','Dates, Days and Months'),(39,0,'txtdate','Date:',1,'Dates, Days and Months','Dates, Days and Months'),(40,0,'txtdateadded','Date Added',1,'Dates, Days and Months','Dates, Days and Months'),(41,0,'txtdatereceived','Date Received',1,'Dates, Days and Months','Dates, Days and Months'),(42,0,'txtdatesent','Date Sent',1,'Dates, Days and Months','Dates, Days and Months'),(43,0,'txtdecember','December',1,'Dates, Days and Months','Dates, Days and Months'),(44,0,'txtfebruary','February',1,'Dates, Days and Months','Dates, Days and Months'),(45,0,'txtfriday','Friday',1,'Dates, Days and Months','Dates, Days and Months'),(46,0,'txtfridaymobile','Fri',1,'Dates, Days and Months','Dates, Days and Months'),(47,0,'txtjanuary','January',1,'Dates, Days and Months','Dates, Days and Months'),(48,0,'txtjuly','July',1,'Dates, Days and Months','Dates, Days and Months'),(49,0,'txtjune','June',1,'Dates, Days and Months','Dates, Days and Months'),(50,0,'txtmarch','March',1,'Dates, Days and Months','Dates, Days and Months'),(51,0,'txtmay','May',1,'Dates, Days and Months','Dates, Days and Months'),(52,0,'txtmonday','Monday',1,'Dates, Days and Months','Dates, Days and Months'),(53,0,'txtmondaymobile','Mon',1,'Dates, Days and Months','Dates, Days and Months'),(54,0,'txtnovember','November',1,'Dates, Days and Months','Dates, Days and Months'),(55,0,'txtoctober','October',1,'Dates, Days and Months','Dates, Days and Months'),(56,0,'txtsaturday','Saturday',1,'Dates, Days and Months','Dates, Days and Months'),(57,0,'txtsaturdaymobile','Sat',1,'Dates, Days and Months','Dates, Days and Months'),(58,0,'txtseptember','September',1,'Dates, Days and Months','Dates, Days and Months'),(59,0,'txtsunday','Sunday',1,'Dates, Days and Months','Dates, Days and Months'),(60,0,'txtsundaymobile','Sun',1,'Dates, Days and Months','Dates, Days and Months'),(61,0,'txtthursday','Thursday',1,'Dates, Days and Months','Dates, Days and Months'),(62,0,'txtthursdaymobile','Thur',1,'Dates, Days and Months','Dates, Days and Months'),(63,0,'txttuesday','Tuesday',1,'Dates, Days and Months','Dates, Days and Months'),(64,0,'txttuesdaymobile','Tue',1,'Dates, Days and Months','Dates, Days and Months'),(65,0,'txtwednesday','Wednesday',1,'Dates, Days and Months','Dates, Days and Months'),(66,0,'txtwednesdaymobile','Wed',1,'Dates, Days and Months','Dates, Days and Months'),(67,0,'txtdvdtitle','DVDs',1,'DVDs','DVDs'),(68,0,'txtbookmark','We update every week so be sure to bookmark this page and check back often.',1,'Error Messages and Info Text','Error Messages and Info Text'),(69,0,'txtconfirmdelete','Are you sure you want to delete this?',1,'Error Messages and Info Text','Error Messages and Info Text'),(70,0,'txtgetflashplayer','Get the Flash Player to see this player.',1,'Error Messages and Info Text','Error Messages and Info Text'),(71,0,'txtmissingprotection','This feature will not work until password protection is in place.',1,'Error Messages and Info Text','Error Messages and Info Text'),(72,0,'txtmlistalready','Error: You are already subscribed to this mailing list.',1,'Error Messages and Info Text','Error Messages and Info Text'),(73,0,'txtmlistalreadyu','This user is already unsubscribed from the mailing list.',1,'Error Messages and Info Text','Error Messages and Info Text'),(74,0,'txtmlistbadcode','We\'re sorry, but your confirmation code is incorrect',1,'Error Messages and Info Text','Error Messages and Info Text'),(75,0,'txtmlistconfsuj','Confirm Subscription to #name#',1,'Error Messages and Info Text','Error Messages and Info Text'),(76,0,'txtmlistnotexist','We\'re sorry, but this user does not exist',1,'Error Messages and Info Text','Error Messages and Info Text'),(77,0,'txtmlistnouser','We\'re sorry, but this user does not exist',1,'Error Messages and Info Text','Error Messages and Info Text'),(78,0,'txtmlistresent','Thank you. We have resent a confirmation email to #email#',1,'Error Messages and Info Text','Error Messages and Info Text'),(79,0,'txtmlistsubconf','Subscription to #name# Confirmed',1,'Error Messages and Info Text','Error Messages and Info Text'),(80,0,'txtmlistsubconfs','Thank you. Your subscription has been confirmed.',1,'Error Messages and Info Text','Error Messages and Info Text'),(81,0,'txtmlistsubscribed','This user is already subscribed to the mailing list.',1,'Error Messages and Info Text','Error Messages and Info Text'),(82,0,'txtmlistthankyou','Thank you. An email has been sent to #email# to confirm subscription to our mailing list',1,'Error Messages and Info Text','Error Messages and Info Text'),(83,0,'txtmlistunsubj','Subscription to #name# Cancelled',1,'Error Messages and Info Text','Error Messages and Info Text'),(84,0,'txtmlistunty','Thank you. You have been unsubscribed from our mailing list.',1,'Error Messages and Info Text','Error Messages and Info Text'),(85,0,'txtmlistvalidemail','Please enter a valid email address.',1,'Error Messages and Info Text','Error Messages and Info Text'),(86,0,'txtmlistvalidname','Please enter your name',1,'Error Messages and Info Text','Error Messages and Info Text'),(87,0,'txtnobonuscontent','We do not currently have any bonus content in \n this category.',1,'Error Messages and Info Text','Error Messages and Info Text'),(88,0,'txtnopermission','Sorry, but you do not have permission to view these images.',1,'Error Messages and Info Text','Error Messages and Info Text'),(89,0,'txtnosearchresults','Sorry, there are no sets matching your search criteria.',1,'Error Messages and Info Text','Error Messages and Info Text'),(90,0,'txtnothanks','(No Thanks)',1,'Error Messages and Info Text','Error Messages and Info Text'),(91,0,'txtseparatewithcommas','Separate words with commas ,',1,'Error Messages and Info Text','Error Messages and Info Text'),(92,0,'txttrialmembersnotallowed','Trial members are not allowed to view this page.',1,'Error Messages and Info Text','Error Messages and Info Text'),(93,0,'flashvarsfrontcolor','#000000',1,'Flash Player Settings','Flash Player Settings'),(94,0,'flashvarslightcolor','#FF0000',1,'Flash Player Settings','Flash Player Settings'),(95,0,'contactemail','sales@elevatedx.com',1,'Footer','Footer'),(96,0,'contactemailurl','mailto:sales@elevatedx.com',1,'Footer','Footer'),(97,0,'contacttext','To contact us ICQ 202474015 or email',1,'Footer','Footer'),(98,0,'subfootertext','Photo Content Courtesy of Medium Pimpin',1,'Footer','Footer'),(99,0,'googleanalyticscode','',1,'Google Analytics Code','Google Analytics Code'),(100,0,'navtxtaudiofiles','Audio Files',1,'Member Area Navigation','Member Area Navigation'),(101,0,'navtxtblog','Blog',1,'Member Area Navigation','Member Area Navigation'),(102,0,'navtxtbonussites','Bonus Sites',1,'Member Area Navigation','Member Area Navigation'),(103,0,'navtxtcalendar','Calendar',1,'Member Area Navigation','Member Area Navigation'),(104,0,'navtxteroticstories','Erotic Stories',1,'Member Area Navigation','Member Area Navigation'),(105,0,'navtxtextras','Extras',1,'Member Area Navigation','Member Area Navigation'),(106,0,'navtxtfaq','FAQs',1,'Member Area Navigation','Member Area Navigation'),(107,0,'navtxtfaqs','FAQ',1,'Member Area Navigation','Member Area Navigation'),(108,0,'navtxtfavorites','Favorites',1,'Member Area Navigation','Member Area Navigation'),(109,0,'navtxthome','Home',1,'Member Area Navigation','Member Area Navigation'),(110,0,'navtxtlivecams','Live Cams and Shows',1,'Member Area Navigation','Member Area Navigation'),(111,0,'navtxtmodels','Models',1,'Member Area Navigation','Member Area Navigation'),(112,0,'navtxtmovies','Movies',1,'Member Area Navigation','Member Area Navigation'),(113,0,'navtxtnewmessage','New Message!',1,'Member Area Navigation','Member Area Navigation'),(114,0,'navtxtphotos','Photos',1,'Member Area Navigation','Member Area Navigation'),(115,0,'navtxtprivatemessaging','Private Messaging',1,'Member Area Navigation','Member Area Navigation'),(116,0,'navtxtvideofeeds','Video Feeds',1,'Member Area Navigation','Member Area Navigation'),(117,0,'txtcomposemessage','Compose a New Message',1,'Messaging','Messaging'),(118,0,'txtdeletemessage','Delete Message',1,'Messaging','Messaging'),(119,0,'txtemail','Email',1,'Messaging','Messaging'),(120,0,'txtenteremail','Enter Your Email Address \n ',1,'Messaging','Messaging'),(121,0,'txtentername','Enter Your Name',1,'Messaging','Messaging'),(122,0,'txtfriendsemail','Friend\'s Email',1,'Messaging','Messaging'),(123,0,'txtfriendsname','Friend\'s Name',1,'Messaging','Messaging'),(124,0,'txtfrom','From',1,'Messaging','Messaging'),(125,0,'txtgetemailresponses','Get responses via email',1,'Messaging','Messaging'),(126,0,'txtmailjsbody','Please enter a message subject.',1,'Messaging','Messaging'),(127,0,'txtmailjssubj','Please enter a message body.',1,'Messaging','Messaging'),(128,0,'txtmessage','Message',1,'Messaging','Messaging'),(129,0,'txtnotestoincludeinemail','Notes/Comments to Include in Email',1,'Messaging','Messaging'),(130,0,'txtprivatemessagemailbox','Private Messaging Mailbox',1,'Messaging','Messaging'),(131,0,'txtreplytomessage','Reply to Message',1,'Messaging','Messaging'),(132,0,'txtsendemail','Send Email',1,'Messaging','Messaging'),(133,0,'txtsendmessage','Send Message',1,'Messaging','Messaging'),(134,0,'txtsubject','Subject',1,'Messaging','Messaging'),(135,0,'txtto','To',1,'Messaging','Messaging'),(136,0,'txtwrote','wrote:',1,'Messaging','Messaging'),(137,0,'txtyouremail','Your Email',1,'Messaging','Messaging'),(138,0,'txtyourname','Your Name',1,'Messaging','Messaging'),(139,0,'navcommfeature','Comm. Feature',1,'Miscellaneous/General Navigation Items','Miscellaneous/General Navigation Items'),(140,0,'txtclicktoreturntomain','Click to Return to the Main',1,'Miscellaneous/General Navigation Items','Miscellaneous/General Navigation Items'),(141,0,'txtclicktovisitsite','Click here to visit this site',1,'Miscellaneous/General Navigation Items','Miscellaneous/General Navigation Items'),(142,0,'txtfaqsanswers','ANSWERS',1,'Miscellaneous/General Navigation Items','Miscellaneous/General Navigation Items'),(143,0,'txtgoback','Go Back',1,'Miscellaneous/General Navigation Items','Miscellaneous/General Navigation Items'),(144,0,'txtlanguage','Select Language',1,'Miscellaneous/General Navigation Items','Miscellaneous/General Navigation Items'),(145,0,'txtnext','Next',1,'Tube Tour','Tube Tour'),(146,0,'txtpage','Page',1,'Miscellaneous/General Navigation Items','Miscellaneous/General Navigation Items'),(147,0,'txtprevious','Previous',1,'Tube Tour','Tube Tour'),(148,0,'txtsubscribe','Subscribe',1,'Miscellaneous/General Navigation Items','Miscellaneous/General Navigation Items'),(149,0,'txtview','View',1,'Miscellaneous/General Navigation Items','Miscellaneous/General Navigation Items'),(150,0,'txtviewhersets','View her sets',1,'Miscellaneous/General Navigation Items','Miscellaneous/General Navigation Items'),(151,0,'txtviewhissets','View his sets',1,'Miscellaneous/General Navigation Items','Miscellaneous/General Navigation Items'),(152,0,'txtvisit','Visit',1,'Miscellaneous/General Navigation Items','Miscellaneous/General Navigation Items'),(153,0,'txtabout','About ',1,'Model Page','Model Page'),(154,0,'txtage','Age:',1,'Model Page','Model Page'),(155,0,'txtastrologicalsign','Astrological Sign:',1,'Model Page','Model Page'),(156,0,'txtfavoriteposition','Favorite Position:',1,'Model Page','Model Page'),(157,0,'txtfunfact','Fun Fact: ',1,'Model Page','Model Page'),(158,0,'txtheight','Height:',1,'Model Page','Model Page'),(159,0,'txtmaritalstatus','Marital Status:',1,'Model Page','Model Page'),(160,0,'txtmeasurements','Measurements:',1,'Model Page','Model Page'),(161,0,'txtvitalstats','Vital Stats:',1,'Model Page','Model Page'),(162,0,'txtblogarchivepages','Blog archive pages:',1,'News/Blog','News/Blog'),(163,0,'txtclicktoread','Click to Read',1,'News/Blog','News/Blog'),(164,0,'txtpostedon','Posted on',1,'News/Blog','News/Blog'),(165,0,'txtreadblog','Read Our Blog',1,'News/Blog','News/Blog'),(166,0,'txtreadmore','Read More',1,'News/Blog','News/Blog'),(167,0,'titletxmovieindex','Movie Index',1,'Page Titles','Page Titles'),(168,0,'titletxtfavorites','Favorites',1,'Page Titles','Page Titles'),(169,0,'titletxtindex','Elevated X, Inc. cms Demo',1,'Page Titles','Page Titles'),(170,0,'titletxtmodelindex','Model Index',1,'Page Titles','Page Titles'),(171,0,'titletxtmovieindex','Downloadable Movie Index',1,'Page Titles','Page Titles'),(172,0,'titletxtnews','News',1,'Page Titles','Page Titles'),(173,0,'titletxtphotogallerindex','Photo Gallery Index',1,'Page Titles','Page Titles'),(174,0,'titletxtphotogalleryindex','Photo Gallery Index',1,'Page Titles','Page Titles'),(175,0,'titletxtsearch','Search Results',1,'Page Titles','Page Titles'),(176,0,'titletxtsharewithafriend','Share With a Friend',1,'Page Titles','Page Titles'),(177,0,'titletxttagindex','Tag Index',1,'Page Titles','Page Titles'),(178,0,'txtclickheretowatchmovie','Click here to watch this movie.',1,'Photos and Movies','Photos and Movies'),(179,0,'txtdelivery','Delivery',1,'Photos and Movies','Photos and Movies'),(180,0,'txtdownload','Download',1,'Photos and Movies','Photos and Movies'),(181,0,'txtdownloadclip','Download Video Clip',1,'Photos and Movies','Photos and Movies'),(182,0,'txtdownloadgalleryzip','Click to download this gallery as a zip file',1,'Photos and Movies','Photos and Movies'),(183,0,'txtformat','Format',1,'Photos and Movies','Photos and Movies'),(184,0,'txtfulldownloadmobile','Full Length Download',1,'Photos and Movies','Photos and Movies'),(185,0,'txtlength','Length:',1,'Photos and Movies','Photos and Movies'),(186,0,'txtlistentoaudio','Listen to Audio',1,'Photos and Movies','Photos and Movies'),(187,0,'txtminutes','minutes',1,'Photos and Movies','Photos and Movies'),(188,0,'txtmostpopularmovies','Most Popular Movies',1,'Photos and Movies','Photos and Movies'),(189,0,'txtmostpopularphotos','Most Popular Photos',1,'Photos and Movies','Photos and Movies'),(190,0,'txtMovieClip','Movie Clip',1,'Photos and Movies','Photos and Movies'),(191,0,'txtMovies','Movies',1,'Photos and Movies','Photos and Movies'),(192,0,'txtofvideo','of video',1,'Photos and Movies','Photos and Movies'),(193,0,'txtPhoto','Photo',1,'Photos and Movies','Photos and Movies'),(194,0,'txtphotogallery','Photo Gallery',1,'Photos and Movies','Photos and Movies'),(195,0,'txtphotos','photos',1,'Photos and Movies','Photos and Movies'),(196,0,'txtPhotos','Photos',1,'Photos and Movies','Photos and Movies'),(197,0,'txtplay','Play',1,'Photos and Movies','Photos and Movies'),(198,0,'txtplayfreetrailer','Play Free Trailer',1,'Photos and Movies','Photos and Movies'),(199,0,'txtseconds','seconds',1,'Photos and Movies','Photos and Movies'),(200,0,'txtselectslideshowspeed','Select how long to wait before automatically going to the next picture.',1,'Photos and Movies','Photos and Movies'),(201,0,'txtsharephotowithfriend','Share this - Email this photo to a friend',1,'Photos and Movies','Photos and Movies'),(202,0,'txtsharevideowithfriend','Share this - Email this video clip to a friend',1,'Photos and Movies','Photos and Movies'),(203,0,'txtslideshow','Slideshow:',1,'Photos and Movies','Photos and Movies'),(204,0,'txtvidcaps','Video Caps',1,'Photos and Movies','Photos and Movies'),(205,0,'txtvideoscreencaps','video screencaps',1,'Photos and Movies','Photos and Movies'),(206,0,'txtwatchtrailer','Watch the trailer',1,'Photos and Movies','Photos and Movies'),(207,0,'txtpollresults','Poll results:',1,'Poll','Poll'),(208,0,'txtsubmitvote','Submit Vote',1,'Poll','Poll'),(209,0,'txttotalvotes','total votes',1,'Poll','Poll'),(210,0,'txtadvancedsearch','Advanced Search',1,'Search and Sorting','Search and Sorting'),(211,0,'txtallbonuscategories','All Bonus Categories',1,'Search and Sorting','Search and Sorting'),(212,0,'txtallcategories','All Categories',1,'Search and Sorting','Search and Sorting'),(213,0,'txtallcontenttypes','All Content Types',1,'Search and Sorting','Search and Sorting'),(214,0,'txtallthesewords','All these words',1,'Search and Sorting','Search and Sorting'),(215,0,'txtand','and',1,'Search and Sorting','Search and Sorting'),(216,0,'txtanyofthesewords','Any of these words',1,'Search and Sorting','Search and Sorting'),(217,0,'txtanytime','Anytime',1,'Search and Sorting','Search and Sorting'),(218,0,'txtbrowsemodels','Browse Models By Name:',1,'Search and Sorting','Search and Sorting'),(219,0,'txtbrowsemodelsmobile','Browse Models By Name:',1,'Search and Sorting','Search and Sorting'),(220,0,'txtbutdontshowresults','But don\'t show results that have:',1,'Search and Sorting','Search and Sorting'),(221,0,'txtcontainsmediatypes','That contains media types',1,'Search and Sorting','Search and Sorting'),(222,0,'txtcontentaddedwithin','Content added within',1,'Search and Sorting','Search and Sorting'),(223,0,'txtfiltersitesby','Filter Sites by:',1,'Search and Sorting','Search and Sorting'),(224,0,'txtfindphotosetsandmovies','Find photo sets or movies that contain:',1,'Search and Sorting','Search and Sorting'),(225,0,'txtlistresults','List Results',1,'Search and Sorting','Search and Sorting'),(226,0,'txtmodelsetname','Model/Set Name',1,'Search and Sorting','Search and Sorting'),(227,0,'txtonlyshowresultsfor','Only show results for:',1,'Search and Sorting','Search and Sorting'),(228,0,'txtpopularity','Popularity',1,'Search and Sorting','Search and Sorting'),(229,0,'txtsearch','Search:',1,'Search and Sorting','Search and Sorting'),(230,0,'txtsearchresultsfor','Search Results for ',1,'Search and Sorting','Search and Sorting'),(231,0,'txtsortlistingsby','Sort Listings By:',1,'Search and Sorting','Search and Sorting'),(232,0,'txtthatmatchcategory','That match category keyword tags:',1,'Search and Sorting','Search and Sorting'),(233,0,'txtthisexactword','This exact word or phrase',1,'Search and Sorting','Search and Sorting'),(234,0,'txtfaqs','FREQUENTLY ASKED QUESTIONS',1,'Section Titles','Section Titles'),(235,0,'txtlatestupdates','Latest Updates',1,'Section Titles','Section Titles'),(236,0,'txtmorerecentupdates','More recent updates',1,'Section Titles','Section Titles'),(237,0,'txttopratedmodels','Top Rated Models',1,'Section Titles','Section Titles'),(238,0,'tourtxtclicktopreview','Click to Preview',1,'Tour','Tour'),(239,0,'tourtxtfulllengthmovies','Full Length Movies',1,'Tour','Tour'),(240,0,'tourtxthighresphotos','High Res Photos',1,'Tour','Tour'),(241,0,'tourtxthome','Home',1,'Tour','Tour'),(242,0,'tourtxtjoin1','As a member you\'ll have unlimited access to our entire photo and video archive.',1,'Tour','Tour'),(243,0,'tourtxtjoin2','Download all of our full length movies now with no limits or restrictions!',1,'Tour','Tour'),(244,0,'tourtxtjoin3','If you like these girls\\, just wait until you see what we have inside!',1,'Tour','Tour'),(245,0,'tourtxtjoinlink','Want More? Get Your Access Pass to Enjoy our Entire Collection of High Quality Photos and Downloadable Videos!',1,'Tour','Tour'),(246,0,'tourtxtlimitedtrial','Limited Trial',1,'Tour','Tour'),(247,0,'tourtxtmodelname','Model Name:',1,'Tour','Tour'),(248,0,'tourtxtscenetitle','Scene Title:',1,'Tour','Tour'),(249,0,'tourtxtsexymodels','Sexy Models',1,'Tour','Tour'),(250,0,'tourtxtstandardmembersarea','Standard Member Area',1,'Tour','Tour'),(251,0,'tourtxttitle','Elevated X, Inc. CMS Demo',1,'Tube Tour','Tube Tour'),(252,0,'tourwelcome','Welcome to the Elevated X Tour Manager demo. This feature will enable you to manage the content of multiple tours from the admin panel and update all text\\, images\\, trailers and even join links without ever touching a single line of code.',1,'Tour','Tour'),(253,0,'navtxtvotes','vote(s):',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(254,0,'txtadded','Added',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(255,0,'txtaddtofavorites','Click to add to favorites',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(256,0,'txtcoming','Coming',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(257,0,'txtfeaturedmodels','Featured Model(s):',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(258,0,'txtin','in',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(259,0,'txtinsidethisupdate','Inside This Update:',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(260,0,'txtlikethisset','If you like this set you may also enjoy these updates:',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(261,0,'txtoff','Off',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(262,0,'txtothermodelsinthisset','Others Models in This Set:',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(263,0,'txtratethismodel','Rate this Model:',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(264,0,'txtratethisupdate','Rate this Update:',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(265,0,'txtrating','Rating:',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(266,0,'txtremovefromfavorites','Click to remove from Favorites',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(267,0,'txtsetswith','Sets with',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(268,0,'txtstars','stars',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(269,0,'txtStory','Story',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(270,0,'txtthankyouforrating','Thank you for rating ',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(271,0,'txttitle','Title:',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(272,0,'txtupdatesfeaturing','Updates Featuring',1,'Updates and Set/Update Info','Updates and Set/Update Info'),(273,0,'txtmostviewed','MOST VIEWED UPDATES',1,'Tube Tour','Tube Tour'),(274,0,'txtlatestnetworkupdates','LATEST NETWORK UPDATES',1,'Tube Tour','Tube Tour'),(275,0,'txtmostrecent','Most Recent',1,'Tube Tour','Tube Tour'),(276,0,'txtmostpopular','Most Popular',1,'Tube Tour','Tube Tour'),(277,0,'txtnametitle','List by Name/Title',1,'Tube Tour','Tube Tour'),(278,0,'navtxtcategories','CATEGORIES',1,'Tube Tour','Tube Tour'),(279,0,'navtxtlatestupdates','LATEST UPDATES',1,'Tube Tour','Tube Tour'),(280,0,'tourtxtmemberlogin','MEMBERS',1,'Tube Tour','Tube Tour'),(281,0,'tourtxtjoin','JOIN NOW',1,'Tube Tour','Tube Tour'),(282,0,'tourtxthotgirls','Hot Stars',1,'Tube Tour','Tube Tour'),(283,0,'txtviewingpage','Viewing Page',1,'Tube Tour','Tube Tour'),(284,0,'txtof','of',1,'Tube Tour','Tube Tour'),(285,0,'txtwhatshot','WHAT\'S HOT',1,'Tube Tour','Tube Tour'),(286,0,'titletxtcategories','Categories',1,'Tube Tour','');
/*!40000 ALTER TABLE `plg_templateconf` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_tour`
--
DROP TABLE IF EXISTS `plg_tour`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_tour` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`Name` varchar(255) NOT NULL,
`Extension` varchar(10) NOT NULL default '.html',
`Path` varchar(255) NOT NULL,
`FPath` varchar(255) NOT NULL,
`xsl` varchar(255) NOT NULL,
`ThumbLWdh` smallint(6) NOT NULL default '0',
`ThumbLHgt` smallint(6) NOT NULL default '0',
`ThumbPWdh` smallint(6) NOT NULL default '0',
`ThumbPHgt` smallint(6) NOT NULL default '0',
`ThumbQ` smallint(6) NOT NULL default '0',
`WaterLoc` varchar(255) NOT NULL,
`WaterHPos` varchar(10) NOT NULL,
`WaterVPos` varchar(10) NOT NULL,
`NumPerPage` smallint(6) NOT NULL default '0',
`NumPerPageThumb` smallint(6) NOT NULL default '0',
`MaxPages` tinyint(4) NOT NULL default '0',
`OrderBy` varchar(50) NOT NULL,
`OrderByThumbs` varchar(50) NOT NULL,
`JoinUrl` varchar(255) NOT NULL,
`Truncate` mediumint(9) NOT NULL default '0',
`ShowTrailer` tinyint(4) NOT NULL default '0',
`ShowDate` tinyint(4) NOT NULL default '0',
`ShowFuture` tinyint(4) NOT NULL default '0',
`ShowFutureNum` tinyint(4) NOT NULL default '0',
`CropConfig` text NOT NULL,
`LinkTour` text NOT NULL,
`UseCron` int(11) NOT NULL default '0',
`SubsiteId` int(11) NOT NULL default '0',
`langs` text NOT NULL,
`NumClickLimit` int(11) NOT NULL default '5',
`NumDaysLimit` int(11) NOT NULL default '1',
`LastRebuild` datetime NOT NULL default '0000-00-00 00:00:00',
`RebuildFreq` int(11) NOT NULL default '0',
`PaginateTourThumbs` tinyint(4) NOT NULL default '0',
`PaginateRecentUpdates` tinyint(4) NOT NULL default '0',
`MaxRecentUpdates` int(11) NOT NULL default '0',
`Mobile` int(11) NOT NULL default '0',
`DefaultNats` char(50) NOT NULL,
`LinkThumb` int(11) NOT NULL default '0',
`LimitMisc` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=33;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_tour`
--
LOCK TABLES `plg_tour` WRITE;
/*!40000 ALTER TABLE `plg_tour` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_tour` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_tour_contentgroup`
--
DROP TABLE IF EXISTS `plg_tour_contentgroup`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_tour_contentgroup` (
`TourId` int(11) NOT NULL,
`websiteid` int(11) NOT NULL,
`contentgroup` int(11) NOT NULL,
`contentset` text NOT NULL,
`trailer` varchar(255) NOT NULL,
`trailer_url` varchar(255) NOT NULL,
`rank` int(11) NOT NULL default '0',
PRIMARY KEY (`TourId`,`contentgroup`,`websiteid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_tour_contentgroup`
--
LOCK TABLES `plg_tour_contentgroup` WRITE;
/*!40000 ALTER TABLE `plg_tour_contentgroup` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_tour_contentgroup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_transcoder`
--
DROP TABLE IF EXISTS `plg_transcoder`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_transcoder` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`Title` varchar(50) NOT NULL default '',
`Src` text NOT NULL,
`Dst` int(11) NOT NULL default '0',
`Width` int(11) NOT NULL default '0',
`Height` int(11) NOT NULL default '0',
`Bitrate` int(11) NOT NULL default '0',
`SplitBy` tinyint(3) unsigned NOT NULL default '0',
`NumClips` tinyint(3) unsigned NOT NULL default '0',
`Length` varchar(20) NOT NULL default '',
`additionalflags` text NOT NULL,
`additionalflags2` text NOT NULL,
`CopyTo` text NOT NULL,
`StartPoint` int(11) NOT NULL default '0',
`VideoCodec` char(50) NOT NULL,
`FrameRate` int(11) NOT NULL default '0',
`AudioCodec` char(50) NOT NULL,
`AudioBitrate` int(11) NOT NULL,
`AudioChannels` int(11) NOT NULL default '2',
`Threads` int(11) NOT NULL,
`MaxBitrate` int(11) NOT NULL,
`BufferSize` int(11) NOT NULL,
`TagLimit` int(11) NOT NULL,
`CreateZip` int(11) NOT NULL,
`extracommands` text NOT NULL,
`WatermarkPath` char(255) NOT NULL,
`WatermarkMask` char(6) NOT NULL,
`WatermarkMode` int(11) NOT NULL default '0',
`WatermarkId` int(11) NOT NULL default '0',
`TwoPass` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=27;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_transcoder`
--
LOCK TABLES `plg_transcoder` WRITE;
/*!40000 ALTER TABLE `plg_transcoder` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_transcoder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_trial`
--
DROP TABLE IF EXISTS `plg_trial`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_trial` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`Name` char(100) NOT NULL,
`PhotoURL` text NOT NULL,
`VideoURL` text NOT NULL,
`BonusURL` text NOT NULL,
`ZipURL` text NOT NULL,
`AccessPages` text NOT NULL,
`ClickPages` text NOT NULL,
`AccessClips` text NOT NULL,
`RecentUpdates` text NOT NULL,
`AllowZips` tinyint(4) NOT NULL default '0',
`AllowBonus` tinyint(4) NOT NULL default '0',
`langs` text NOT NULL,
`VideoClicks` int(11) NOT NULL default '0',
`FeaturedAreRecent` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=24;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_trial`
--
LOCK TABLES `plg_trial` WRITE;
/*!40000 ALTER TABLE `plg_trial` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_trial` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_usc2257`
--
DROP TABLE IF EXISTS `plg_usc2257`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_usc2257` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`ModelName` varchar(255) NOT NULL default '',
`RealName` varchar(255) NOT NULL default '',
`extrafields` text NOT NULL,
`langs` text NOT NULL,
PRIMARY KEY (`Id`),
FULLTEXT KEY `Opt` (`ModelName`,`RealName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_usc2257`
--
LOCK TABLES `plg_usc2257` WRITE;
/*!40000 ALTER TABLE `plg_usc2257` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_usc2257` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_usc2257asc`
--
DROP TABLE IF EXISTS `plg_usc2257asc`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_usc2257asc` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`ContentId` int(11) NOT NULL default '0',
`USCId` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_usc2257asc`
--
LOCK TABLES `plg_usc2257asc` WRITE;
/*!40000 ALTER TABLE `plg_usc2257asc` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_usc2257asc` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_usc2257casc`
--
DROP TABLE IF EXISTS `plg_usc2257casc`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_usc2257casc` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`ModelId` int(11) NOT NULL default '0',
`USCId` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_usc2257casc`
--
LOCK TABLES `plg_usc2257casc` WRITE;
/*!40000 ALTER TABLE `plg_usc2257casc` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_usc2257casc` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_usc2257nam`
--
DROP TABLE IF EXISTS `plg_usc2257nam`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_usc2257nam` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`USCId` int(11) NOT NULL,
`OtherName` varchar(255) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_usc2257nam`
--
LOCK TABLES `plg_usc2257nam` WRITE;
/*!40000 ALTER TABLE `plg_usc2257nam` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_usc2257nam` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_usc2257sub`
--
DROP TABLE IF EXISTS `plg_usc2257sub`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_usc2257sub` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`ModelId` int(11) NOT NULL default '0',
`Descr` varchar(50) NOT NULL default '',
`TextDoc` longtext NOT NULL,
`FileName` varchar(255) NOT NULL default '',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_usc2257sub`
--
LOCK TABLES `plg_usc2257sub` WRITE;
/*!40000 ALTER TABLE `plg_usc2257sub` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_usc2257sub` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_usc2257url`
--
DROP TABLE IF EXISTS `plg_usc2257url`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_usc2257url` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`USCId` int(11) NOT NULL,
`url` varchar(255) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_usc2257url`
--
LOCK TABLES `plg_usc2257url` WRITE;
/*!40000 ALTER TABLE `plg_usc2257url` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_usc2257url` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_watermark`
--
DROP TABLE IF EXISTS `plg_watermark`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_watermark` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`Wtype` varchar(10) NOT NULL,
`Name` varchar(50) NOT NULL,
`Path` varchar(50) NOT NULL,
`Lwidth` int(11) default NULL,
`Lheight` int(11) default NULL,
`Pwidth` int(11) default NULL,
`Pheight` int(11) default NULL,
`Quality` int(11) NOT NULL default '0',
`Wimage` varchar(100) NOT NULL,
`Wposx` varchar(15) NOT NULL,
`Wposy` varchar(15) NOT NULL,
`sourceType` varchar(20) NOT NULL,
`sortorder` int(11) NOT NULL default '0',
`ResizeSmaller` int(11) NOT NULL,
`SiteId` int(11) NOT NULL default '0',
`Sharpen` int(2) NOT NULL default '0',
`Brightness` int(11) default '0',
`Contrast` int(11) default '0',
`GaussianBlur` int(11) default '0',
`SelectiveBlur` int(11) default '0',
`SmartBlur` int(11) default '0',
`GreyScale` int(11) default '0',
`Saturation` int(11) default '0' COMMENT 'Applies when client has ImageMagick installed',
`UseSource` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=27;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_watermark`
--
LOCK TABLES `plg_watermark` WRITE;
/*!40000 ALTER TABLE `plg_watermark` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_watermark` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_whatshot`
--
DROP TABLE IF EXISTS `plg_whatshot`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_whatshot` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`Title` varchar(100) default NULL,
`Description` text,
`GroupId` int(11) default NULL,
`AppearDate` date NOT NULL default '0000-00-00',
`DaysVis` int(11) NOT NULL,
`langs` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_whatshot`
--
LOCK TABLES `plg_whatshot` WRITE;
/*!40000 ALTER TABLE `plg_whatshot` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_whatshot` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `plg_zip`
--
DROP TABLE IF EXISTS `plg_zip`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `plg_zip` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`Name` char(50) NOT NULL,
`ZipDest` char(100) NOT NULL,
`Globs` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `plg_zip`
--
LOCK TABLES `plg_zip` WRITE;
/*!40000 ALTER TABLE `plg_zip` DISABLE KEYS */;
/*!40000 ALTER TABLE `plg_zip` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `prioritydefaults`
--
DROP TABLE IF EXISTS `prioritydefaults`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `prioritydefaults` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`Priority` int(11) NOT NULL,
`Width` int(11) NOT NULL,
`Height` int(11) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `prioritydefaults`
--
LOCK TABLES `prioritydefaults` WRITE;
/*!40000 ALTER TABLE `prioritydefaults` DISABLE KEYS */;
/*!40000 ALTER TABLE `prioritydefaults` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `queue`
--
DROP TABLE IF EXISTS `queue`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `queue` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`SessionId` varchar(50) default NULL,
`Operation` varchar(15) default NULL,
`ContentId` int(11) default NULL,
`arg1` text NOT NULL,
`arg2` text NOT NULL,
`arg3` text NOT NULL,
`TimeInserted` timestamp NOT NULL default CURRENT_TIMESTAMP,
PRIMARY KEY (`Id`),
KEY `Opt` (`websiteid`,`SessionId`,`Operation`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `queue`
--
LOCK TABLES `queue` WRITE;
/*!40000 ALTER TABLE `queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sharevideo`
--
DROP TABLE IF EXISTS `sharevideo`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sharevideo` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`VideoKey` varchar(20) NOT NULL default '',
`FilePath` text NOT NULL,
`UserName` varchar(50) NOT NULL default '',
`Inserted` datetime NOT NULL default '0000-00-00 00:00:00',
`Views` int(11) NOT NULL default '0',
`MaxViews` int(11) NOT NULL default '0',
`Expires` datetime default NULL,
`Width` int(11) NOT NULL default '0',
`Height` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sharevideo`
--
LOCK TABLES `sharevideo` WRITE;
/*!40000 ALTER TABLE `sharevideo` DISABLE KEYS */;
/*!40000 ALTER TABLE `sharevideo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sites`
--
DROP TABLE IF EXISTS `sites`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sites` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`Name` varchar(100) NOT NULL default '',
`Enabled` int(11) NOT NULL default '1',
`URL` text NOT NULL,
`MobileURL` text NOT NULL,
`XSLfolder` varchar(50) default NULL,
`AggregateSitelist` int(11) NOT NULL default '0',
`LimitToSite` int(11) NOT NULL default '0',
`ShowAllUpdates` int(11) NOT NULL default '0',
`UseCategories` text NOT NULL,
`DontUseCategories` text NOT NULL,
`SeparateCategoryList` text NOT NULL,
`langs` text NOT NULL,
`Gender` char(1) NOT NULL default '',
`TrialInfo` longtext NOT NULL,
`dir_autopopulate` text NOT NULL,
`LinkOffSite` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=25;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sites`
--
LOCK TABLES `sites` WRITE;
/*!40000 ALTER TABLE `sites` DISABLE KEYS */;
/*!40000 ALTER TABLE `sites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sites_contentgroup`
--
DROP TABLE IF EXISTS `sites_contentgroup`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sites_contentgroup` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`siteid` int(11) NOT NULL default '0',
`contentgroup` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
UNIQUE KEY `Opt` (`websiteid`,`siteid`,`contentgroup`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sites_contentgroup`
--
LOCK TABLES `sites_contentgroup` WRITE;
/*!40000 ALTER TABLE `sites_contentgroup` DISABLE KEYS */;
/*!40000 ALTER TABLE `sites_contentgroup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `statusupdates`
--
DROP TABLE IF EXISTS `statusupdates`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `statusupdates` (
`Id` int(11) NOT NULL auto_increment,
`Key` char(255) NOT NULL,
`Value` text NOT NULL,
PRIMARY KEY (`Id`),
UNIQUE KEY `Key` (`Key`)
) ENGINE=MyISAM AUTO_INCREMENT=182 DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `statusupdates`
--
LOCK TABLES `statusupdates` WRITE;
/*!40000 ALTER TABLE `statusupdates` DISABLE KEYS */;
INSERT INTO `statusupdates` VALUES (181,'ratingsc_tabulate_1','1304664302'),(180,'ratings_tabulate_1','1304577901');
/*!40000 ALTER TABLE `statusupdates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `templatebackup`
--
DROP TABLE IF EXISTS `templatebackup`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `templatebackup` (
`Id` int(11) NOT NULL auto_increment,
`FileName` char(255) NOT NULL,
`Hash` char(50) NOT NULL,
`Contents` longtext NOT NULL,
`Inserted` datetime NOT NULL,
`Updated` datetime NOT NULL,
`Current` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`),
KEY `Opt1` (`FileName`,`Hash`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `templatebackup`
--
LOCK TABLES `templatebackup` WRITE;
/*!40000 ALTER TABLE `templatebackup` DISABLE KEYS */;
/*!40000 ALTER TABLE `templatebackup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `totals`
--
DROP TABLE IF EXISTS `totals`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `totals` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL default '0',
`siteid` int(11) NOT NULL default '0',
`TotalDate` date NOT NULL default '0000-00-00',
`MajorType` char(50) NOT NULL default '',
`MinorType` char(50) NOT NULL default '',
`Num` int(11) NOT NULL default '0',
`extrainfo` text NOT NULL,
PRIMARY KEY (`Id`),
KEY `Opt1` (`TotalDate`),
KEY `Opt2` (`websiteid`,`siteid`,`TotalDate`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=21;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `totals`
--
LOCK TABLES `totals` WRITE;
/*!40000 ALTER TABLE `totals` DISABLE KEYS */;
/*!40000 ALTER TABLE `totals` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `user_icons`
--
DROP TABLE IF EXISTS `user_icons`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `user_icons` (
`Id` int(11) NOT NULL auto_increment,
`UserName` char(50) default NULL,
`Icon` int(11) default NULL,
`Priority` int(11) default NULL,
`Loc` int(11) NOT NULL default '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `user_icons`
--
LOCK TABLES `user_icons` WRITE;
/*!40000 ALTER TABLE `user_icons` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_icons` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `usertags`
--
DROP TABLE IF EXISTS `usertags`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `usertags` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`UserName` char(50) NOT NULL,
`TagName` char(50) NOT NULL,
`SetId` int(11) NOT NULL,
`Hidden` int(11) NOT NULL default '0',
`TimeAdded` datetime NOT NULL,
PRIMARY KEY (`Id`),
KEY `Opt1` (`UserName`,`SetId`),
KEY `Opt2` (`SetId`,`TagName`,`Hidden`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `usertags`
--
LOCK TABLES `usertags` WRITE;
/*!40000 ALTER TABLE `usertags` DISABLE KEYS */;
/*!40000 ALTER TABLE `usertags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `usertagsban`
--
DROP TABLE IF EXISTS `usertagsban`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `usertagsban` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`TagName` char(50) NOT NULL,
PRIMARY KEY (`Id`),
KEY `Opt1` (`websiteid`,`TagName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=20;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `usertagsban`
--
LOCK TABLES `usertagsban` WRITE;
/*!40000 ALTER TABLE `usertagsban` DISABLE KEYS */;
/*!40000 ALTER TABLE `usertagsban` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `usertrack`
--
DROP TABLE IF EXISTS `usertrack`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `usertrack` (
`Id` int(11) NOT NULL auto_increment,
`websiteid` int(11) NOT NULL,
`natsMemberId` int(11) NOT NULL default '0',
`UserName` char(50) NOT NULL default '',
`DateJoin` date NOT NULL default '0000-00-00',
`Email` text NOT NULL,
`GetEmail` int(11) NOT NULL default '0',
`VideoClicks` int(11) NOT NULL default '0',
`TagList` tinyint(1) NOT NULL default '0',
`Password` char(50) NOT NULL default '',
`Credits` int(11) NOT NULL default '0',
`BanPurchase` tinyint(4) NOT NULL default '0',
`UserType` tinyint(4) NOT NULL default '0',
`salt` varchar(20) default NULL,
`Active` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`Id`),
KEY `Opt` (`UserName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='VERSION=26;';
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `usertrack`
--
LOCK TABLES `usertrack` WRITE;
/*!40000 ALTER TABLE `usertrack` DISABLE KEYS */;
/*!40000 ALTER TABLE `usertrack` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2013-01-09 5:52:48