--
-- Структура таблицы `cool_nastr`
--
CREATE TABLE `cool_nastr` (
`kol` int(11) NOT NULL default '0',
`onoff` int(11) default '0',
`activsit` int(11) default '0'
) TYPE=MyISAM;
--
-- Дамп данных таблицы `cool_nastr`
--
INSERT INTO `cool_nastr` (`kol`, `onoff`, `activsit`) VALUES (7, 1, 0);
-- --------------------------------------------------------
--
-- Структура таблицы `cool_pro`
--
CREATE TABLE `cool_pro` (
`id` int(11) NOT NULL default '0',
`date` text NOT NULL,
`ip` text NOT NULL,
`in` text NOT NULL
) TYPE=MyISAM;
--
-- Дамп данных таблицы `cool_pro`
--
INSERT INTO `cool_pro` (`id`, `date`, `ip`, `in`) VALUES (0, '07.11.2006', '5', '5'),
(1, '07.11.2006', '217.74.245.64', '5'),
(1, '07.11.2006', '213.232.95.151', '5');
-- --------------------------------------------------------
--
-- Структура таблицы `cool_raz`
--
CREATE TABLE `cool_raz` (
`id` int(11) NOT NULL auto_increment,
`por` int(11) default NULL,
`text` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=7 ;
--
-- Дамп данных таблицы `cool_raz`
--
INSERT INTO `cool_raz` (`id`, `por`, `text`) VALUES
(1, 0, 'Порталы'),
(2, 0, 'Загрузки'),
(3, 0, 'Для мобил'),
(4, 0, 'XXXaлявные'),
(5, 0, 'Эротика 18+'),
(6, 0, 'WAP-сервисы, FreeSMS');
-- --------------------------------------------------------
--
-- Структура таблицы `cool_site`
--
CREATE TABLE `cool_site` (
`id` int(11) NOT NULL auto_increment,
`title` text NOT NULL,
`link` text NOT NULL,
`pass` text NOT NULL,
`email` text NOT NULL,
`about` text NOT NULL,
`counter` int(11) default '0',
`ltime` int(11) NOT NULL default '0',
`category` int(11) NOT NULL default '0',
`outcounter` int(11) default '0',
`activ` int(11) default '1',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=3 ;
--
-- Дамп данных таблицы `cool_site`
--
INSERT INTO `cool_site` (`id`, `title`, `link`, `pass`, `email`, `about`, `counter`, `ltime`, `category`, `outcounter`, `activ`) VALUES (1, 'SЕX! ФОТО И ВИДЕО!21+', 'http://bestwap.us', '0000', '[email protected]', 'САМЫЕ ЛУЧШИЕ ХХХАЛЯВНЫЕ И ВСЕГДА НОВЫЕ ЗАГРУЗКИ! БОЛЕЕ 913700 ПОРНО ЗАГРУЗОК! ВИДЕО И ФОТО ученики насилуют училку на уроке! ЧАТ! ПОРНО java ИГРЫ! ЕРОТИЧЕСКИЕ РАСКАЗЫ!', 2, 1161800518, 4, 0, 1);