Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../arfooo
File: arfooo.sql
[0] Fix | Delete
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
[1] Fix | Delete
[2] Fix | Delete
[3] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
[4] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
[5] Fix | Delete
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
[6] Fix | Delete
/*!40101 SET NAMES utf8 */;
[7] Fix | Delete
[8] Fix | Delete
--
[9] Fix | Delete
-- Database: `arfooo203`
[10] Fix | Delete
--
[11] Fix | Delete
[12] Fix | Delete
-- --------------------------------------------------------
[13] Fix | Delete
[14] Fix | Delete
--
[15] Fix | Delete
-- Table structure for table `[[dbprefix]]adcriterias`
[16] Fix | Delete
--
[17] Fix | Delete
[18] Fix | Delete
CREATE TABLE `[[dbprefix]]adcriterias` (
[19] Fix | Delete
`adCriterionId` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
[20] Fix | Delete
`name` text NOT NULL,
[21] Fix | Delete
`htmlContent` text NOT NULL,
[22] Fix | Delete
PRIMARY KEY (`adCriterionId`)
[23] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[24] Fix | Delete
[25] Fix | Delete
-- --------------------------------------------------------
[26] Fix | Delete
[27] Fix | Delete
--
[28] Fix | Delete
-- Table structure for table `[[dbprefix]]ads`
[29] Fix | Delete
--
[30] Fix | Delete
[31] Fix | Delete
CREATE TABLE `[[dbprefix]]ads` (
[32] Fix | Delete
`adId` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
[33] Fix | Delete
`adCriterionId` mediumint(8) unsigned NOT NULL,
[34] Fix | Delete
`page` varchar(64) NOT NULL,
[35] Fix | Delete
`place` varchar(64) NOT NULL,
[36] Fix | Delete
PRIMARY KEY (`adId`),
[37] Fix | Delete
KEY `adCriterionId` (`adCriterionId`),
[38] Fix | Delete
KEY `page` (`page`,`place`)
[39] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[40] Fix | Delete
[41] Fix | Delete
-- --------------------------------------------------------
[42] Fix | Delete
[43] Fix | Delete
--
[44] Fix | Delete
-- Table structure for table `[[dbprefix]]allopasscodes`
[45] Fix | Delete
--
[46] Fix | Delete
[47] Fix | Delete
CREATE TABLE `[[dbprefix]]allopasscodes` (
[48] Fix | Delete
`code` char(8) NOT NULL,
[49] Fix | Delete
`ip` char(15) NOT NULL,
[50] Fix | Delete
`useDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
[51] Fix | Delete
KEY `code` (`code`)
[52] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[53] Fix | Delete
[54] Fix | Delete
-- --------------------------------------------------------
[55] Fix | Delete
[56] Fix | Delete
--
[57] Fix | Delete
-- Table structure for table `[[dbprefix]]bannedemails`
[58] Fix | Delete
--
[59] Fix | Delete
[60] Fix | Delete
CREATE TABLE `[[dbprefix]]bannedemails` (
[61] Fix | Delete
`banId` mediumint(8) NOT NULL AUTO_INCREMENT,
[62] Fix | Delete
`email` varchar(64) NOT NULL,
[63] Fix | Delete
`dateBanned` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
[64] Fix | Delete
PRIMARY KEY (`banId`)
[65] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[66] Fix | Delete
[67] Fix | Delete
-- --------------------------------------------------------
[68] Fix | Delete
[69] Fix | Delete
--
[70] Fix | Delete
-- Table structure for table `[[dbprefix]]bannedips`
[71] Fix | Delete
--
[72] Fix | Delete
[73] Fix | Delete
CREATE TABLE `[[dbprefix]]bannedips` (
[74] Fix | Delete
`banId` mediumint(8) NOT NULL AUTO_INCREMENT,
[75] Fix | Delete
`remoteIp` varchar(15) NOT NULL,
[76] Fix | Delete
`dateBanned` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
[77] Fix | Delete
PRIMARY KEY (`banId`)
[78] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[79] Fix | Delete
[80] Fix | Delete
-- --------------------------------------------------------
[81] Fix | Delete
[82] Fix | Delete
--
[83] Fix | Delete
-- Table structure for table `[[dbprefix]]bannedsites`
[84] Fix | Delete
--
[85] Fix | Delete
[86] Fix | Delete
CREATE TABLE `[[dbprefix]]bannedsites` (
[87] Fix | Delete
`banId` mediumint(8) NOT NULL AUTO_INCREMENT,
[88] Fix | Delete
`site` varchar(255) NOT NULL,
[89] Fix | Delete
`dateBanned` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
[90] Fix | Delete
PRIMARY KEY (`banId`)
[91] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[92] Fix | Delete
[93] Fix | Delete
-- --------------------------------------------------------
[94] Fix | Delete
[95] Fix | Delete
--
[96] Fix | Delete
-- Table structure for table `[[dbprefix]]bannedtags`
[97] Fix | Delete
--
[98] Fix | Delete
[99] Fix | Delete
CREATE TABLE `[[dbprefix]]bannedtags` (
[100] Fix | Delete
`banId` mediumint(8) NOT NULL AUTO_INCREMENT,
[101] Fix | Delete
`tag` varchar(255) NOT NULL,
[102] Fix | Delete
`dateBanned` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
[103] Fix | Delete
PRIMARY KEY (`banId`)
[104] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[105] Fix | Delete
[106] Fix | Delete
-- --------------------------------------------------------
[107] Fix | Delete
[108] Fix | Delete
--
[109] Fix | Delete
-- Table structure for table `[[dbprefix]]cachegoogledetails`
[110] Fix | Delete
--
[111] Fix | Delete
[112] Fix | Delete
CREATE TABLE `[[dbprefix]]cachegoogledetails` (
[113] Fix | Delete
`cachePageRankID` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
[114] Fix | Delete
`url` varchar(64) NOT NULL,
[115] Fix | Delete
`pageRank` tinyint(2) unsigned NOT NULL,
[116] Fix | Delete
`backlinksCount` int(11) unsigned NOT NULL,
[117] Fix | Delete
`indexedPagesCount` int(11) unsigned NOT NULL,
[118] Fix | Delete
`generationDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
[119] Fix | Delete
PRIMARY KEY (`cachePageRankID`),
[120] Fix | Delete
KEY `url` (`url`)
[121] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[122] Fix | Delete
[123] Fix | Delete
-- --------------------------------------------------------
[124] Fix | Delete
[125] Fix | Delete
--
[126] Fix | Delete
-- Table structure for table `[[dbprefix]]captchacodes`
[127] Fix | Delete
--
[128] Fix | Delete
[129] Fix | Delete
CREATE TABLE `[[dbprefix]]captchacodes` (
[130] Fix | Delete
`publicCode` varchar(32) NOT NULL,
[131] Fix | Delete
`privateCode` varchar(4) NOT NULL,
[132] Fix | Delete
`generationDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
[133] Fix | Delete
PRIMARY KEY (`publicCode`),
[134] Fix | Delete
KEY `generationDate` (`generationDate`)
[135] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[136] Fix | Delete
[137] Fix | Delete
-- --------------------------------------------------------
[138] Fix | Delete
[139] Fix | Delete
--
[140] Fix | Delete
-- Table structure for table `[[dbprefix]]categories`
[141] Fix | Delete
--
[142] Fix | Delete
[143] Fix | Delete
CREATE TABLE `[[dbprefix]]categories` (
[144] Fix | Delete
`categoryId` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
[145] Fix | Delete
`parentCategoryId` mediumint(8) NOT NULL,
[146] Fix | Delete
`name` varchar(64) NOT NULL,
[147] Fix | Delete
`title` varchar(255) NOT NULL,
[148] Fix | Delete
`description` text NOT NULL,
[149] Fix | Delete
`imageSrc` varchar(255) DEFAULT NULL,
[150] Fix | Delete
`possibleTender` enum('0','1') NOT NULL,
[151] Fix | Delete
`validatedSitesCount` mediumint(8) unsigned NOT NULL DEFAULT '0',
[152] Fix | Delete
`forbidden` enum('0','1') NOT NULL DEFAULT '0',
[153] Fix | Delete
`urlName` varchar(128) NOT NULL,
[154] Fix | Delete
`navigationName` varchar(128) NOT NULL,
[155] Fix | Delete
`headerDescription` varchar(255) NOT NULL,
[156] Fix | Delete
`metaDescription` text NOT NULL,
[157] Fix | Delete
`position` smallint(5) unsigned NOT NULL DEFAULT '0',
[158] Fix | Delete
`searchEngineSettings` text,
[159] Fix | Delete
PRIMARY KEY (`categoryId`),
[160] Fix | Delete
KEY `name` (`name`),
[161] Fix | Delete
KEY `parentCategoryId` (`parentCategoryId`,`position`),
[162] Fix | Delete
KEY `urlName` (`urlName`)
[163] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[164] Fix | Delete
[165] Fix | Delete
-- --------------------------------------------------------
[166] Fix | Delete
[167] Fix | Delete
--
[168] Fix | Delete
-- Table structure for table `[[dbprefix]]categoryparents`
[169] Fix | Delete
--
[170] Fix | Delete
[171] Fix | Delete
CREATE TABLE `[[dbprefix]]categoryparents` (
[172] Fix | Delete
`parentId` mediumint(8) unsigned NOT NULL,
[173] Fix | Delete
`childId` mediumint(8) unsigned NOT NULL,
[174] Fix | Delete
`depth` tinyint(2) unsigned NOT NULL,
[175] Fix | Delete
KEY `childId` (`childId`,`depth`),
[176] Fix | Delete
KEY `parentId` (`parentId`,`depth`)
[177] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[178] Fix | Delete
[179] Fix | Delete
-- --------------------------------------------------------
[180] Fix | Delete
[181] Fix | Delete
--
[182] Fix | Delete
-- Table structure for table `[[dbprefix]]comments`
[183] Fix | Delete
--
[184] Fix | Delete
[185] Fix | Delete
CREATE TABLE `[[dbprefix]]comments` (
[186] Fix | Delete
`commentId` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
[187] Fix | Delete
`remoteIp` varchar(15) NOT NULL,
[188] Fix | Delete
`siteId` mediumint(8) unsigned NOT NULL,
[189] Fix | Delete
`text` text NOT NULL,
[190] Fix | Delete
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
[191] Fix | Delete
`pseudo` varchar(255) NOT NULL,
[192] Fix | Delete
`validated` enum('0','1') NOT NULL DEFAULT '0',
[193] Fix | Delete
`rating` tinyint(3) unsigned DEFAULT NULL,
[194] Fix | Delete
PRIMARY KEY (`commentId`),
[195] Fix | Delete
KEY `siteId` (`siteId`,`remoteIp`)
[196] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[197] Fix | Delete
[198] Fix | Delete
-- --------------------------------------------------------
[199] Fix | Delete
[200] Fix | Delete
--
[201] Fix | Delete
-- Table structure for table `[[dbprefix]]custommessages`
[202] Fix | Delete
--
[203] Fix | Delete
[204] Fix | Delete
CREATE TABLE `[[dbprefix]]custommessages` (
[205] Fix | Delete
`messageId` varchar(20) NOT NULL,
[206] Fix | Delete
`title` text NOT NULL,
[207] Fix | Delete
`description` text NOT NULL,
[208] Fix | Delete
`userText` text NOT NULL,
[209] Fix | Delete
`userDefined` enum('0','1') NOT NULL DEFAULT '1',
[210] Fix | Delete
`type` enum('email','custom') NOT NULL DEFAULT 'email',
[211] Fix | Delete
PRIMARY KEY (`messageId`)
[212] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[213] Fix | Delete
[214] Fix | Delete
--
[215] Fix | Delete
-- Dumping data for table `[[dbprefix]]custommessages`
[216] Fix | Delete
--
[217] Fix | Delete
[218] Fix | Delete
INSERT INTO `[[dbprefix]]custommessages` VALUES
[219] Fix | Delete
('validateSite', 'Your site is validated', 'Your site [site name] is validated in the category [name of the category].<br /><br />\r\n\r\nYou can see your site at this address <a href="[url site details]">See your site</a>.<br /><br />\r\n\r\nThank you for subbmited your site in our directory <a href="[url of your directory]">[name of directory]</a>', 'When you validate a site', '0', 'email'),
[220] Fix | Delete
('refuseSite', 'Your site is rejected', 'Your site [site name] is rejected in the category [name of the category].<br />\r\nIt does not correspond to the criteria for listing in our directory.<br /><br />\r\n\r\nAfter modifying your site, do not hesitate to come to resubmit in our directory <a href="[url of your directory]">[name of directory]</a>.', 'For mail received by the webmaster if the site is refused', '0', 'email'),
[221] Fix | Delete
('banSite', 'Your site is banned ', 'Your site [site name] is banned in our directory.<br /><br />\r\n\r\nThank you for subbmited your site in our directory <a href="[url of your directory]">[name of directory]</a>', 'For mail received by the webmaster if the site is banned', '0', 'email'),
[222] Fix | Delete
('submitSite', 'A new website has just been submitted ', 'Information to the new site:<br />\r\nName: [site name]<br />\r\nURL: [url site]<br />\r\nDescription: [description of the site]<br />\r\nCategory: [name of the category]\r\n\r\n', 'Received by administrator the directory when a site is submitted', '0', 'email'),
[223] Fix | Delete
('directoryDescription', 'Title description 1 for a better ranking in search engines if you want', 'description 1 for a better ranking in search engines if you want.', '', '0', 'custom'),
[224] Fix | Delete
('directoryCondition', '', 'Regulation and condition of submission of websites. <br />\r\n<br />\r\n<br />\r\ndddd\r\n<br />\r\n<br />', '', '0', 'custom'),
[225] Fix | Delete
('webmasterSubmitSite', 'Your site has been successfully submitted ', 'Information on your site:<br />\r\nName: [site name]<br />\r\nURL: [url site]<br />\r\nDescription: [description of the site]<br />\r\nYour site has been submitted in the category [name of the category]<br /><br />\r\n\r\nThank you for submitting your site in our directory <a href="[url of your directory]">[name of directory]</a>\r\n', 'Email received by the webmaster when he submitt a site', '0', 'email'),
[226] Fix | Delete
('newsletterEmailAdd', 'Confirm your newsletter registration', 'Confirm your registration by clicking on the link below.<br /><br />\r\n\r\n<a href="[confirm link]">Confirm</a><br /><br />\r\n\r\n<a href="[url of your directory]">[name of directory]</a>\r\n', 'Email received by the user who add his email to newsletter', '0', 'email'),
[227] Fix | Delete
('newsletterEmailDel', 'Confirm your newsletter unsubscribe', 'Confirm your unsubscribe by clicking on the link below.<br /><br />\r\n\r\n<a href="[confirm link]">Confirm your unsubscribe</a><br /><br />\r\n\r\n\r\n<a href="[url of your directory]">[name of directory]</a>\r\n', 'Email received by the user who delete his email from newsletter', '0', 'email'),
[228] Fix | Delete
('siteEmail', 'Confirm submission of your site', 'To confirm the submission of your site, thank you to click on the link below.<br /><br />\r\n\r\n\r\n<a href="[confirm link]">Confirm your site submission</a><br /><br />\r\n\r\n\r\n<a href="[url of your directory]">[name of directory]</a>', 'Email received by the user who submit site and confirm email is ON.', '0', 'email'),
[229] Fix | Delete
('userEmail', 'Confirm your registration', 'To confirm your registration, thank you to click on the link below<br /><br />\r\n\r\n<a href="[confirm link]">Confirm your registration</a><br /><br />\r\n\r\n<a href="[url of your directory]">[name of directory]</a>', 'Email received by the user who register to confirm his email.', '0', 'email'),
[230] Fix | Delete
('newsletterFooter', '', '<br /><br />\r\n<a href="[unsubscribe link]">\r\nClick here to unsubscribe me\r\n</a>', 'Newsletter footer', '0', 'email'),
[231] Fix | Delete
('newComment', 'New commment was posted in your directory', 'New commment was posted in your directory.<br /><br />\r\n\r\n<a href="[url of your directory]">[url of your directory]</a>', 'Emails recived when new comment was posted', '0', 'email'),
[232] Fix | Delete
('newSiteProblem', 'New site problem was posted in your directory', 'New site problem was posted in your directory.<br /><br />\r\n\r\n<a href="[url of your directory]">[url of your directory]</a>', 'Emails recived when new site problem was posted', '0', 'email'),
[233] Fix | Delete
('webmasterContact', 'Webmaster contact', 'A user want contact you<br /><br />\r\n\r\nHis message : [message]<br /><br />\r\n\r\nHis email <b>[sender email]<b/><br /><br />\r\nThank you, <a href="[url of your directory]">[name of directory]</a>\r\n\r\n', 'Webmaster contact', '0', 'email');
[234] Fix | Delete
[235] Fix | Delete
-- --------------------------------------------------------
[236] Fix | Delete
[237] Fix | Delete
--
[238] Fix | Delete
-- Table structure for table `[[dbprefix]]extrafieldcategories`
[239] Fix | Delete
--
[240] Fix | Delete
[241] Fix | Delete
CREATE TABLE `[[dbprefix]]extrafieldcategories` (
[242] Fix | Delete
`categoryId` mediumint(8) unsigned NOT NULL,
[243] Fix | Delete
`fieldId` mediumint(8) unsigned NOT NULL,
[244] Fix | Delete
KEY `categoryId` (`categoryId`),
[245] Fix | Delete
KEY `fieldId` (`fieldId`)
[246] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[247] Fix | Delete
[248] Fix | Delete
-- --------------------------------------------------------
[249] Fix | Delete
[250] Fix | Delete
--
[251] Fix | Delete
-- Table structure for table `[[dbprefix]]extrafieldoptions`
[252] Fix | Delete
--
[253] Fix | Delete
[254] Fix | Delete
CREATE TABLE `[[dbprefix]]extrafieldoptions` (
[255] Fix | Delete
`fieldId` mediumint(8) unsigned NOT NULL,
[256] Fix | Delete
`value` smallint(5) unsigned NOT NULL,
[257] Fix | Delete
`label` varchar(128) NOT NULL,
[258] Fix | Delete
`position` tinyint(3) unsigned NOT NULL DEFAULT '0',
[259] Fix | Delete
PRIMARY KEY (`fieldId`,`value`)
[260] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[261] Fix | Delete
[262] Fix | Delete
-- --------------------------------------------------------
[263] Fix | Delete
[264] Fix | Delete
--
[265] Fix | Delete
-- Table structure for table `[[dbprefix]]extrafields`
[266] Fix | Delete
--
[267] Fix | Delete
[268] Fix | Delete
CREATE TABLE `[[dbprefix]]extrafields` (
[269] Fix | Delete
`fieldId` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
[270] Fix | Delete
`name` varchar(128) NOT NULL,
[271] Fix | Delete
`type` enum('text','textarea','select','radio','checkbox','range','url','file') NOT NULL,
[272] Fix | Delete
`required` enum('0','1') NOT NULL,
[273] Fix | Delete
`description` text,
[274] Fix | Delete
`inSearchEngine` enum('0','1') NOT NULL DEFAULT '0',
[275] Fix | Delete
`position` tinyint(3) unsigned NOT NULL DEFAULT '0',
[276] Fix | Delete
`suffix` varchar(128) DEFAULT NULL,
[277] Fix | Delete
`config` text,
[278] Fix | Delete
PRIMARY KEY (`fieldId`)
[279] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[280] Fix | Delete
[281] Fix | Delete
-- --------------------------------------------------------
[282] Fix | Delete
[283] Fix | Delete
--
[284] Fix | Delete
-- Table structure for table `[[dbprefix]]extrafieldvalues`
[285] Fix | Delete
--
[286] Fix | Delete
[287] Fix | Delete
CREATE TABLE `[[dbprefix]]extrafieldvalues` (
[288] Fix | Delete
`itemId` mediumint(8) unsigned NOT NULL,
[289] Fix | Delete
`fieldId` mediumint(8) unsigned NOT NULL,
[290] Fix | Delete
`value` smallint(5) unsigned DEFAULT NULL,
[291] Fix | Delete
`text` text,
[292] Fix | Delete
KEY `itemId` (`itemId`,`fieldId`),
[293] Fix | Delete
KEY `value` (`value`),
[294] Fix | Delete
FULLTEXT KEY `text` (`text`)
[295] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[296] Fix | Delete
[297] Fix | Delete
-- --------------------------------------------------------
[298] Fix | Delete
[299] Fix | Delete
--
[300] Fix | Delete
-- Table structure for table `[[dbprefix]]hits`
[301] Fix | Delete
--
[302] Fix | Delete
[303] Fix | Delete
CREATE TABLE `[[dbprefix]]hits` (
[304] Fix | Delete
`hitId` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
[305] Fix | Delete
`remoteIp` char(15) NOT NULL,
[306] Fix | Delete
`siteId` mediumint(8) unsigned NOT NULL,
[307] Fix | Delete
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
[308] Fix | Delete
PRIMARY KEY (`hitId`),
[309] Fix | Delete
KEY `siteId` (`siteId`,`remoteIp`)
[310] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[311] Fix | Delete
[312] Fix | Delete
-- --------------------------------------------------------
[313] Fix | Delete
[314] Fix | Delete
--
[315] Fix | Delete
-- Table structure for table `[[dbprefix]]keywords`
[316] Fix | Delete
--
[317] Fix | Delete
[318] Fix | Delete
CREATE TABLE `[[dbprefix]]keywords` (
[319] Fix | Delete
`keywordId` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
[320] Fix | Delete
`keyword` varchar(64) NOT NULL,
[321] Fix | Delete
`description` text NOT NULL,
[322] Fix | Delete
PRIMARY KEY (`keywordId`),
[323] Fix | Delete
KEY `keyword` (`keyword`)
[324] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[325] Fix | Delete
[326] Fix | Delete
-- --------------------------------------------------------
[327] Fix | Delete
[328] Fix | Delete
--
[329] Fix | Delete
-- Table structure for table `[[dbprefix]]keywordsofsites`
[330] Fix | Delete
--
[331] Fix | Delete
[332] Fix | Delete
CREATE TABLE `[[dbprefix]]keywordsofsites` (
[333] Fix | Delete
`keywordId` mediumint(8) unsigned NOT NULL,
[334] Fix | Delete
`siteId` mediumint(8) unsigned NOT NULL,
[335] Fix | Delete
KEY `siteId` (`siteId`),
[336] Fix | Delete
KEY `keywordId` (`keywordId`)
[337] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[338] Fix | Delete
[339] Fix | Delete
-- --------------------------------------------------------
[340] Fix | Delete
[341] Fix | Delete
--
[342] Fix | Delete
-- Table structure for table `[[dbprefix]]newsletteremails`
[343] Fix | Delete
--
[344] Fix | Delete
[345] Fix | Delete
CREATE TABLE `[[dbprefix]]newsletteremails` (
[346] Fix | Delete
`emailId` mediumint(9) NOT NULL AUTO_INCREMENT,
[347] Fix | Delete
`email` varchar(128) NOT NULL,
[348] Fix | Delete
`active` enum('0','1') NOT NULL DEFAULT '0',
[349] Fix | Delete
PRIMARY KEY (`emailId`),
[350] Fix | Delete
KEY `email` (`email`)
[351] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[352] Fix | Delete
[353] Fix | Delete
-- --------------------------------------------------------
[354] Fix | Delete
[355] Fix | Delete
--
[356] Fix | Delete
-- Table structure for table `[[dbprefix]]otherreferrersites`
[357] Fix | Delete
--
[358] Fix | Delete
[359] Fix | Delete
CREATE TABLE `[[dbprefix]]otherreferrersites` (
[360] Fix | Delete
`referrerSiteId` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
[361] Fix | Delete
`url` varchar(255) NOT NULL,
[362] Fix | Delete
`referrerTimes` mediumint(8) NOT NULL,
[363] Fix | Delete
PRIMARY KEY (`referrerSiteId`)
[364] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[365] Fix | Delete
[366] Fix | Delete
-- --------------------------------------------------------
[367] Fix | Delete
[368] Fix | Delete
--
[369] Fix | Delete
-- Table structure for table `[[dbprefix]]packages`
[370] Fix | Delete
--
[371] Fix | Delete
[372] Fix | Delete
CREATE TABLE `[[dbprefix]]packages` (
[373] Fix | Delete
`packageId` mediumint(9) unsigned NOT NULL AUTO_INCREMENT,
[374] Fix | Delete
`name` varchar(64) NOT NULL,
[375] Fix | Delete
`amount` float(10,2) NOT NULL,
[376] Fix | Delete
`allopassId` varchar(32) DEFAULT NULL,
[377] Fix | Delete
`allopassNumber` tinyint(4) DEFAULT NULL,
[378] Fix | Delete
`priority` tinyint(4) NOT NULL,
[379] Fix | Delete
`description` text NOT NULL,
[380] Fix | Delete
`imageSrc` varchar(64) DEFAULT NULL,
[381] Fix | Delete
`siteDescriptionMaxLength` int(11) NOT NULL DEFAULT '500',
[382] Fix | Delete
`maxKeywordsCountPerSite` tinyint(4) NOT NULL DEFAULT '5',
[383] Fix | Delete
`backLinkMandatory` enum('0','1') NOT NULL,
[384] Fix | Delete
`siteDescriptionHtmlEnabled` enum('0','1') NOT NULL,
[385] Fix | Delete
`siteDescriptionHtmlAllowedTags` text NOT NULL,
[386] Fix | Delete
`siteDescriptionHtmlAllowedCssProperties` text NOT NULL,
[387] Fix | Delete
`siteDescriptionMinLength` int(11) NOT NULL DEFAULT '0',
[388] Fix | Delete
PRIMARY KEY (`packageId`)
[389] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[390] Fix | Delete
[391] Fix | Delete
-- --------------------------------------------------------
[392] Fix | Delete
[393] Fix | Delete
--
[394] Fix | Delete
-- Table structure for table `[[dbprefix]]paymentprocessors`
[395] Fix | Delete
--
[396] Fix | Delete
[397] Fix | Delete
CREATE TABLE `[[dbprefix]]paymentprocessors` (
[398] Fix | Delete
`processorId` varchar(32) NOT NULL,
[399] Fix | Delete
`displayName` varchar(64) NOT NULL,
[400] Fix | Delete
`active` enum('0','1') NOT NULL,
[401] Fix | Delete
`currency` char(3) NOT NULL,
[402] Fix | Delete
`testMode` enum('0','1') NOT NULL,
[403] Fix | Delete
`email` varchar(64) DEFAULT NULL,
[404] Fix | Delete
PRIMARY KEY (`processorId`)
[405] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[406] Fix | Delete
[407] Fix | Delete
--
[408] Fix | Delete
-- Dumping data for table `[[dbprefix]]paymentprocessors`
[409] Fix | Delete
--
[410] Fix | Delete
[411] Fix | Delete
INSERT INTO `[[dbprefix]]paymentprocessors` VALUES
[412] Fix | Delete
('Allopass', 'Allopass', '0', 'EUR', '1', ''),
[413] Fix | Delete
('PayPal', 'PayPal', '0', 'EUR', '1', '');
[414] Fix | Delete
[415] Fix | Delete
-- --------------------------------------------------------
[416] Fix | Delete
[417] Fix | Delete
--
[418] Fix | Delete
-- Table structure for table `[[dbprefix]]payments`
[419] Fix | Delete
--
[420] Fix | Delete
[421] Fix | Delete
CREATE TABLE `[[dbprefix]]payments` (
[422] Fix | Delete
`paymentId` int(11) NOT NULL AUTO_INCREMENT,
[423] Fix | Delete
`processorId` varchar(64) NOT NULL,
[424] Fix | Delete
`packageId` mediumint(9) NOT NULL,
[425] Fix | Delete
`amount` float(10,2) NOT NULL,
[426] Fix | Delete
`description` text NOT NULL,
[427] Fix | Delete
`ip` char(15) NOT NULL,
[428] Fix | Delete
`userId` mediumint(9) unsigned DEFAULT NULL,
[429] Fix | Delete
`createDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
[430] Fix | Delete
`status` enum('unpaid','pending','paid','denied') NOT NULL DEFAULT 'unpaid',
[431] Fix | Delete
`used` enum('0','1') NOT NULL DEFAULT '0',
[432] Fix | Delete
`currency` char(3) NOT NULL,
[433] Fix | Delete
`siteId` mediumint(8) unsigned DEFAULT NULL,
[434] Fix | Delete
PRIMARY KEY (`paymentId`),
[435] Fix | Delete
KEY `userId` (`userId`),
[436] Fix | Delete
KEY `createDate` (`createDate`),
[437] Fix | Delete
KEY `ip` (`ip`)
[438] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[439] Fix | Delete
[440] Fix | Delete
-- --------------------------------------------------------
[441] Fix | Delete
[442] Fix | Delete
--
[443] Fix | Delete
-- Table structure for table `[[dbprefix]]photos`
[444] Fix | Delete
--
[445] Fix | Delete
[446] Fix | Delete
CREATE TABLE `[[dbprefix]]photos` (
[447] Fix | Delete
`photoId` int(10) unsigned NOT NULL AUTO_INCREMENT,
[448] Fix | Delete
`itemId` mediumint(8) unsigned NOT NULL,
[449] Fix | Delete
`src` varchar(32) NOT NULL,
[450] Fix | Delete
`addDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
[451] Fix | Delete
`tempId` varchar(32) DEFAULT NULL,
[452] Fix | Delete
`altText` varchar(255) DEFAULT NULL,
[453] Fix | Delete
PRIMARY KEY (`photoId`),
[454] Fix | Delete
KEY `tempId` (`tempId`),
[455] Fix | Delete
KEY `itemId` (`itemId`)
[456] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[457] Fix | Delete
[458] Fix | Delete
-- --------------------------------------------------------
[459] Fix | Delete
[460] Fix | Delete
--
[461] Fix | Delete
-- Table structure for table `[[dbprefix]]refusals`
[462] Fix | Delete
--
[463] Fix | Delete
[464] Fix | Delete
CREATE TABLE `[[dbprefix]]refusals` (
[465] Fix | Delete
`moderatorId` mediumint(8) unsigned NOT NULL,
[466] Fix | Delete
`refusedSitesCount` mediumint(8) unsigned NOT NULL DEFAULT '0',
[467] Fix | Delete
KEY `moderatorId` (`moderatorId`)
[468] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[469] Fix | Delete
[470] Fix | Delete
--
[471] Fix | Delete
-- Dumping data for table `[[dbprefix]]refusals`
[472] Fix | Delete
--
[473] Fix | Delete
[474] Fix | Delete
INSERT INTO `[[dbprefix]]refusals` VALUES
[475] Fix | Delete
(0, 0);
[476] Fix | Delete
[477] Fix | Delete
-- --------------------------------------------------------
[478] Fix | Delete
[479] Fix | Delete
--
[480] Fix | Delete
-- Table structure for table `[[dbprefix]]rewrites`
[481] Fix | Delete
--
[482] Fix | Delete
[483] Fix | Delete
CREATE TABLE `[[dbprefix]]rewrites` (
[484] Fix | Delete
`originalUrl` varchar(128) NOT NULL,
[485] Fix | Delete
`rewrittedUrl` varchar(128) NOT NULL,
[486] Fix | Delete
PRIMARY KEY (`originalUrl`)
[487] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[488] Fix | Delete
[489] Fix | Delete
-- --------------------------------------------------------
[490] Fix | Delete
[491] Fix | Delete
--
[492] Fix | Delete
-- Table structure for table `[[dbprefix]]searchtags`
[493] Fix | Delete
--
[494] Fix | Delete
[495] Fix | Delete
CREATE TABLE `[[dbprefix]]searchtags` (
[496] Fix | Delete
`tagId` int(11) NOT NULL AUTO_INCREMENT,
[497] Fix | Delete
`tag` varchar(128) NOT NULL,
[498] Fix | Delete
`searchTimes` int(11) NOT NULL DEFAULT '1',
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function