Просмотр файла nkat/sql.txt

Размер файла: 2.32Kb
-- 
-- Структура таблицы `cool_nastr`
-- 

CREATE TABLE `cool_nastr` (
  `kol` int(11) NOT NULL default '0',
  `onoff` int(11) default '0',
  `activsit` int(11) default '0'
) ENGINE=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
) ENGINE=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`)
) ENGINE=MyISAM AUTO_INCREMENT=7 ;

-- 
-- Дамп данных таблицы `cool_raz`
-- 

INSERT INTO `cool_raz` (`id`, `por`, `text`) VALUES (1, 0, 'Для мобил'),
(2, 0, 'Эротика'),
(3, 0, 'Развлечения'),
(4, 0, 'Общение'),
(5, 0, 'Халява'),
(6, 0, 'Порталы');

-- --------------------------------------------------------

-- 
-- Структура таблицы `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`)
) ENGINE=MyISAM AUTO_INCREMENT=3 ;

-- 
-- Дамп данных таблицы `cool_site`
-- 

INSERT INTO `cool_site` (`id`, `title`, `link`, `pass`, `email`, `about`, `counter`, `ltime`, `category`, `outcounter`, `activ`) VALUES (1, 'COOL.SU', 'http://cool.su', '000000', '[email protected]', 'Крупнейший развлекательный портал!', 2, 1161800518, 1, 0, 1),
(2, 'xwap.org', 'http://xwap.org', '123456', '[email protected]', 'setuilgjvrtv', 0, 1162717607, 2, 2, 1);