Файл: table.sql
Строк: 553
CREATE TABLE IF NOT EXISTS `akcii` (
  `id` int(11) unsigned NOT NULL
auto_increment,
  `date` varchar(15) NOT NULL,
  `news` text NOT NULL,
 
`comm` int(10) unsigned NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM
DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных
таблицы `akcii`
--
--
--------------------------------------------------------
--
--
Структура таблицы `akcii_comment`
--
CREATE TABLE IF NOT
EXISTS `akcii_comment` (
  `id` int(11) unsigned NOT NULL auto_increment,
 
`news_id` int(10) unsigned NOT NULL,
  `user` varchar(55) NOT NULL,
 
`date` varchar(25) NOT NULL,
  `text` text NOT NULL,
  `ans` text NOT
NULL,
  `ansuser` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM
DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных
таблицы `akcii_comment`
--
--
--------------------------------------------------------
--
--
Структура таблицы `auk3`
--
CREATE TABLE IF NOT EXISTS
`auk3` (
  `id` text,
  `lastnik` text,
  `lastkred` text,
  `time` text,
 
`timeup` text,
  `bank` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
--
Дамп данных таблицы `auk3`
--
--
--------------------------------------------------------
--
--
Структура таблицы `aukd`
--
CREATE TABLE IF NOT EXISTS
`aukd` (
  `id` text,
  `lastnik` text,
  `lastkred` text,
  `time` text,
 
`timeup` text,
  `bank` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
--
Дамп данных таблицы `aukd`
--
--
--------------------------------------------------------
--
--
Структура таблицы `aukmini`
--
CREATE TABLE IF NOT EXISTS
`aukmini` (
  `id` int(11) NOT NULL auto_increment,
  `stavki` text,
  `ts`
bigint(20) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT
CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`aukmini`
--
--
--------------------------------------------------------
--
--
Структура таблицы `auk_stav3`
--
CREATE TABLE IF NOT
EXISTS `auk_stav3` (
  `id` int(11) NOT NULL auto_increment,
  `date` text
character set utf8 collate utf8_unicode_ci,
  `ktostavil` text character
set utf8 collate utf8_unicode_ci,
  `skolkostavil` text character set utf8
collate utf8_unicode_ci,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT
CHARSET=cp1251 AUTO_INCREMENT=1 ;
--
-- Дамп данных
таблицы `auk_stav3`
--
--
--------------------------------------------------------
--
--
Структура таблицы `auk_stavd`
--
CREATE TABLE IF NOT
EXISTS `auk_stavd` (
  `id` int(11) NOT NULL auto_increment,
  `date`
text,
  `ktostavil` text,
  `skolkostavil` text,
  PRIMARY KEY  (`id`)
)
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп
данных таблицы `auk_stavd`
--
--
--------------------------------------------------------
--
--
Структура таблицы `ban`
--
CREATE TABLE IF NOT EXISTS
`ban` (
  `reason` varchar(250) collate utf8_bin NOT NULL,
  `who`
varchar(100) collate utf8_bin NOT NULL,
  `date` int(40) NOT NULL
)
ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
--
-- Дамп
данных таблицы `ban`
--
--
--------------------------------------------------------
--
--
Структура таблицы `baner`
--
CREATE TABLE IF NOT EXISTS
`baner` (
  `id` int(30) NOT NULL auto_increment,
  `naz` varchar(300) NOT
NULL,
  `urlimg` varchar(300) default NULL,
  `url` varchar(300) NOT NULL,
 `time` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8
AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`baner`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_act`
--
CREATE TABLE IF NOT
EXISTS `cclub_act` (
  `id` int(11) NOT NULL auto_increment,
  `text`
text,
  `do` text,
  `us` text,
  `ts` bigint(20) default NULL,
  PRIMARY
KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
--
Дамп данных таблицы `cclub_act`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_actia`
--
CREATE TABLE IF NOT
EXISTS `cclub_actia` (
  `id` int(11) NOT NULL auto_increment,
  `text`
text character set utf8,
  `tema` text character set utf8 collate
utf8_unicode_ci,
  `ts` bigint(20) default NULL,
  PRIMARY KEY  (`id`)
)
ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
--
-- Дамп
данных таблицы `cclub_actia`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_adm_chat`
--
CREATE TABLE IF NOT
EXISTS `cclub_adm_chat` (
  `id` int(11) NOT NULL auto_increment,
  `who`
text,
  `text` text character set utf8 collate utf8_unicode_ci,
  `ts`
bigint(20) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT
CHARSET=cp1251 AUTO_INCREMENT=1 ;
--
-- Дамп данных
таблицы `cclub_adm_chat`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_bkat`
--
CREATE TABLE IF NOT
EXISTS `cclub_bkat` (
  `id` int(11) NOT NULL auto_increment,
  `who` text
character set utf8,
  `text` text character set utf8,
  `ts` bigint(20)
default NULL,
  `ua` text character set utf8,
  `moder` int(1) default
NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251
AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`cclub_bkat`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_captcha`
--
CREATE TABLE IF NOT
EXISTS `cclub_captcha` (
  `code` text,
  `ua` text,
  `ip` text,
  `ts`
bigint(20) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
--
--
Дамп данных таблицы `cclub_captcha`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_chat`
--
CREATE TABLE IF NOT
EXISTS `cclub_chat` (
  `id` int(11) NOT NULL auto_increment,
  `user`
text,
  `text` text character set utf8 collate utf8_unicode_ci,
  `date`
text,
  `nastr` text character set utf8 collate utf8_unicode_ci,
  `ans`
text character set utf8 collate utf8_unicode_ci,
  `ansuser` text,
 
PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=cp1251
AUTO_INCREMENT=2 ;
CREATE TABLE IF NOT EXISTS `cclub_clicks` (
  `who`
text,
  `to` text,
  `ts` bigint(20) default NULL,
  `id_user` int(11) NOT
NULL
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
--
-- Дамп данных
таблицы `cclub_clicks`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_kontrol`
--
CREATE TABLE IF NOT
EXISTS `cclub_kontrol` (
  `id` int(11) NOT NULL auto_increment,
 
`id_user` text,
  `url` text,
  `nazv` text,
  `credit` int(11) default
NULL,
  `perehod` bigint(20) default NULL,
  `typeclick` int(11) NOT NULL,
 `time` bigint(20) default NULL,
  `moder` int(11) NOT NULL,
  `activ`
int(3) NOT NULL default '1',
  `ban_prihin` varchar(255) NOT NULL,
 
`referer` bigint(20) NOT NULL,
  `ref` text character set utf8 collate
utf8_unicode_ci,
  `modban` bigint(20) NOT NULL,
  `modprihin` text
character set utf8 collate utf8_unicode_ci,
  PRIMARY KEY  (`id`)
)
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп
данных таблицы `cclub_kontrol`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_kontrol_info`
--
CREATE TABLE IF
NOT EXISTS `cclub_kontrol_info` (
  `id` int(11) NOT NULL auto_increment,
 
`url_id` int(11) NOT NULL,
  `time` int(11) default NULL,
  `agent` text
character set utf8 collate utf8_unicode_ci,
  `ipp` text character set utf8
collate utf8_unicode_ci,
  `surl` text character set utf8 collate
utf8_unicode_ci,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT
CHARSET=utf8 AUTO_INCREMENT=16 ;
--
-- Дамп данных
таблицы `cclub_kontrol_info`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_lichka`
--
CREATE TABLE IF NOT
EXISTS `cclub_lichka` (
  `number` int(11) NOT NULL auto_increment,
 
`loginot` text character set utf8 collate utf8_unicode_ci NOT NULL,
 
`loginto` text character set utf8 collate utf8_unicode_ci NOT NULL,
 
`date` varchar(255) character set utf8 collate utf8_unicode_ci NOT NULL,
 
`tema` text character set utf8 collate utf8_unicode_ci NOT NULL,
  `mess`
text character set utf8 collate utf8_unicode_ci NOT NULL,
  `status` text
character set utf8 collate utf8_unicode_ci NOT NULL,
  PRIMARY KEY 
(`number`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
--
Структура таблицы `cclub_lichkaout`
--
CREATE TABLE IF NOT
EXISTS `cclub_lichkaout` (
  `number` int(11) NOT NULL auto_increment,
 
`loginot` text character set utf8 collate utf8_unicode_ci NOT NULL,
 
`loginto` text character set utf8 collate utf8_unicode_ci NOT NULL,
 
`date` varchar(255) character set utf8 collate utf8_unicode_ci NOT NULL,
 
`tema` text character set utf8 collate utf8_unicode_ci NOT NULL,
  `mess`
text character set utf8 collate utf8_unicode_ci NOT NULL,
  PRIMARY KEY 
(`number`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
--
Дамп данных таблицы `cclub_lichkaout`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_logi_buy`
--
CREATE TABLE IF NOT
EXISTS `cclub_logi_buy` (
  `id` int(11) NOT NULL auto_increment,
  `who`
text character set utf8 collate utf8_unicode_ci NOT NULL,
  `ts` bigint(20)
default NULL,
  `num` int(9) NOT NULL,
  `pass` text,
  `status` int(11)
default NULL,
  `cena` int(9) NOT NULL,
  KEY `id` (`id`)
) ENGINE=MyISAM
DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных
таблицы `cclub_logi_buy`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_log_kp`
--
CREATE TABLE IF NOT
EXISTS `cclub_log_kp` (
  `id` int(11) NOT NULL auto_increment,
  `kupil`
text character set utf8 collate utf8_unicode_ci,
  `prodal` text,
  `kolvo`
text,
  `data` text,
  `cena` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM
DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
--
-- Дамп данных
таблицы `cclub_log_kp`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_log_vhod`
--
CREATE TABLE IF NOT
EXISTS `cclub_log_vhod` (
  `id` int(11) NOT NULL auto_increment,
  `login`
text,
  `data` text,
  `ip` text,
  `arbuz` text,
  `surl` text,
  PRIMARY
KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=cp1251 AUTO_INCREMENT=2
;
--
-- Дамп данных таблицы `cclub_log_vhod`
--
INSERT
INTO `cclub_log_vhod` (`id`, `login`, `data`, `ip`, `arbuz`, `surl`)
VALUES
(1, 'Admin', '17.04.14 15:02:34', '127.0.0.1', 'Mozilla/5.0
(Windows; U; Windows NT 5.1; ru-RU; rv:5.0) Gecko/false  Firefox/6.0',
'');
-- --------------------------------------------------------
--
--
Структура таблицы `cclub_mes`
--
CREATE TABLE IF NOT
EXISTS `cclub_mes` (
  `id_mes` int(255) NOT NULL auto_increment,
  `login`
text NOT NULL,
  `date` varchar(40) NOT NULL default '',
  `id_th` int(255)
NOT NULL default '0',
  `id_kat` int(255) NOT NULL default '0',
  `text`
text character set utf8,
  `time` int(255) NOT NULL default '0',
  PRIMARY
KEY  (`id_mes`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1
;
--
-- Дамп данных таблицы `cclub_mes`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_moderka`
--
CREATE TABLE IF NOT
EXISTS `cclub_moderka` (
  `id` int(11) NOT NULL auto_increment,
  `mod`
text collate utf8_unicode_ci NOT NULL,
  `ml` float NOT NULL,
  `login`
text collate utf8_unicode_ci NOT NULL,
  `ts` bigint(20) NOT NULL,
  KEY
`id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`cclub_moderka`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_money_in`
--
CREATE TABLE IF NOT
EXISTS `cclub_money_in` (
  `id` int(11) NOT NULL auto_increment,
  `login`
text,
  `time` text,
  `summa` text,
  `admin` text,
  PRIMARY KEY 
(`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
--
--
Дамп данных таблицы `cclub_money_in`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_money_in_otmena`
--
CREATE TABLE
IF NOT EXISTS `cclub_money_in_otmena` (
  `id` int(11) NOT NULL
auto_increment,
  `login` text,
  `time` bigint(20) default NULL,
  `kred`
text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251
AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`cclub_money_in_otmena`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_money_in_zakaz`
--
CREATE TABLE
IF NOT EXISTS `cclub_money_in_zakaz` (
  `id` int(11) NOT NULL
auto_increment,
  `login` text,
  `time` bigint(20) default NULL,
  `summa`
text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251
AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`cclub_money_in_zakaz`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_money_out`
--
CREATE TABLE IF NOT
EXISTS `cclub_money_out` (
  `id` int(11) NOT NULL auto_increment,
 
`login` text,
  `time` bigint(20) default NULL,
  `summa` text,
  `admin`
text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251
AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`cclub_money_out`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_money_out_otmena`
--
CREATE TABLE
IF NOT EXISTS `cclub_money_out_otmena` (
  `id` int(11) NOT NULL
auto_increment,
  `login` text,
  `time` bigint(20) default NULL,
  `kred`
text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251
AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`cclub_money_out_otmena`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_news`
--
CREATE TABLE IF NOT
EXISTS `cclub_news` (
  `id` int(11) NOT NULL auto_increment,
  `text` text
character set utf8,
  `tema` text character set utf8 collate
utf8_unicode_ci,
  `ts` bigint(20) default NULL,
  PRIMARY KEY  (`id`)
)
ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
--
-- Дамп
данных таблицы `cclub_news`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_perevod`
--
CREATE TABLE IF NOT
EXISTS `cclub_perevod` (
  `id` int(11) NOT NULL auto_increment,
  `otkogo`
text,
  `komy` text,
  `skolko` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM
DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных
таблицы `cclub_perevod`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_shinfo`
--
CREATE TABLE IF NOT
EXISTS `cclub_shinfo` (
  `id` int(11) NOT NULL auto_increment,
  `login`
text,
  `icq` text,
  `data` text,
  `msg` text,
  PRIMARY KEY  (`id`)
)
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп
данных таблицы `cclub_shinfo`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_stats`
--
CREATE TABLE IF NOT
EXISTS `cclub_stats` (
  `who` varchar(60) NOT NULL,
  `cn` smallint(6)
unsigned NOT NULL,
  `ts` date NOT NULL,
  UNIQUE KEY `who`
(`who`,`cn`,`ts`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп
данных таблицы `cclub_stats`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_text`
--
CREATE TABLE IF NOT
EXISTS `cclub_text` (
  `uid` text NOT NULL,
  `ref` text NOT NULL,
  `ip`
text NOT NULL,
  `agent` text NOT NULL,
  `day` text NOT NULL,
  `min` text
NOT NULL,
  `url` text NOT NULL
) ENGINE=MyISAM DEFAULT
CHARSET=cp1251;
--
-- Дамп данных таблицы
`cclub_text`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_transfers`
--
CREATE TABLE IF NOT
EXISTS `cclub_transfers` (
  `from` varchar(20) collate utf8_unicode_ci NOT
NULL,
  `to` varchar(20) collate utf8_unicode_ci NOT NULL,
  `time`
timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
 
`ts` bigint(20) default NULL,
  `sum` mediumint(9) NOT NULL,
  `komm` text
collate utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8
COLLATE=utf8_unicode_ci;
--
-- Дамп данных таблицы
`cclub_transfers`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_url`
--
CREATE TABLE IF NOT
EXISTS `cclub_url` (
  `id` int(11) NOT NULL auto_increment,
  `id_user`
text,
  `url` text,
  `nazv` text,
  `credit` int(11) default NULL,
 
`perehod` bigint(20) default NULL,
  `typeclick` int(11) NOT NULL,
  `time`
bigint(20) default NULL,
  `moder` int(11) NOT NULL,
  `activ` int(3) NOT
NULL default '1',
  `ban_prihin` varchar(255) NOT NULL,
  `referer`
bigint(20) NOT NULL,
  `ref` text character set utf8 collate
utf8_unicode_ci,
  `modban` bigint(20) NOT NULL,
  `modprihin` text
character set utf8 collate utf8_unicode_ci,
  `tip` int(1) default NULL,
 
`premium` int(11) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT
CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`cclub_url`
--
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_users`
--
CREATE TABLE IF NOT
EXISTS `cclub_users` (
  `nazv` text character set utf8 collate
utf8_unicode_ci,
  `id` int(11) NOT NULL auto_increment,
  `login` text,
 
`city` text character set utf8 collate utf8_unicode_ci,
  `name` text
character set utf8 collate utf8_unicode_ci,
  `password` text,
  `url`
text,
  `mail` text,
  `ts` bigint(20) default NULL,
  `cto` bigint(20)
default NULL,
  `cfrom` float default NULL,
  `ip` text,
  `ua` text,
 
`ets` bigint(20) default '0',
  `admin` tinyint(4) default '0',
  `moder`
tinyint(4) default '0',
  `typeclick` int(11) default '0',
  `pid` text
character set utf8 collate utf8_unicode_ci NOT NULL,
  `bank` float NOT
NULL default '0',
  `time` bigint(20) NOT NULL default '0',
  `mesto`
varchar(255) character set utf8 collate utf8_unicode_ci NOT NULL,
 
`online` int(11) NOT NULL,
  `pol` text character set utf8 collate
utf8_unicode_ci NOT NULL,
  `icq` int(11) NOT NULL default '0',
  `inf`
text character set utf8 collate utf8_unicode_ci,
  `many` bigint(20)
default NULL,
  `wmid` bigint(20) default NULL,
  `enter` text character
set utf8 collate utf8_unicode_ci,
  `enterip` text character set utf8
collate utf8_unicode_ci NOT NULL,
  `enterb` text character set utf8
collate utf8_unicode_ci NOT NULL,
  `enterdata` text character set utf8
collate utf8_unicode_ci NOT NULL,
  `turl` text NOT NULL,
  `tkr` text NOT
NULL,
  `style` text character set utf8 collate utf8_unicode_ci,
  `imja`
text character set utf8 collate utf8_unicode_ci,
  `gorod` text character
set utf8 collate utf8_unicode_ci,
  `wm` text character set utf8 collate
utf8_unicode_ci,
  `osebe` text character set utf8 collate
utf8_unicode_ci,
  `java` int(1) NOT NULL,
  PRIMARY KEY  (`id`),
 
FULLTEXT KEY `city` (`city`)
) ENGINE=MyISAM  DEFAULT CHARSET=cp1251
AUTO_INCREMENT=2 ;
--
-- Дамп данных таблицы
`cclub_users`
--
INSERT INTO `cclub_users` (`nazv`, `id`, `login`, `city`,
`name`, `password`, `url`, `mail`, `ts`, `cto`, `cfrom`, `ip`, `ua`, `ets`,
`admin`, `moder`, `typeclick`, `pid`, `bank`, `time`, `mesto`, `online`,
`pol`, `icq`, `inf`, `many`, `wmid`, `enter`, `enterip`, `enterb`,
`enterdata`, `turl`, `tkr`, `style`, `imja`, `gorod`, `wm`, `osebe`,
`java`) VALUES
(NULL, 1, 'Admin', NULL, NULL,
'e10adc3949ba59abbe56e057f20f883e', NULL, 'klubv90@mail.ru', 1397732550,
500, 500, '127.0.0.1', 'Mozilla', 0, 1, 0, 0, '', 10, 0, 'Â
êàáèíåòå', 1397732854, 'Ìóæñêîé', 0, NULL, 0, 0,
'Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:5.0) Gecko/false 
Firefox/6.0', '127.0.0.1', '', '17.04.14 15:02:34', '', '', NULL, NULL,
NULL, NULL, NULL, 0);
--
--------------------------------------------------------
--
--
Структура таблицы `cclub_workm`
--
CREATE TABLE IF NOT
EXISTS `cclub_workm` (
  `id` int(11) NOT NULL auto_increment,
  `ts`
bigint(20) NOT NULL,
  `log` text collate utf8_unicode_ci,
  `log2` text
collate utf8_unicode_ci,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT
CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
--
-- Дамп
данных таблицы `cclub_workm`
--
--
--------------------------------------------------------
--
--
Структура таблицы `counters`
--
CREATE TABLE IF NOT EXISTS
`counters` (
  `id` int(30) NOT NULL auto_increment,
  `naz` varchar(300)
NOT NULL,
  `urlimg` varchar(300) default NULL,
  `url` varchar(300) NOT
NULL,
  `time` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT
CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`counters`
--
--
--------------------------------------------------------
--
--
Структура таблицы `editpass`
--
CREATE TABLE IF NOT EXISTS
`editpass` (
  `id` int(9) NOT NULL auto_increment,
  `login` text,
 
`kodaktiv` text,
  `time` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM
DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
CREATE TABLE IF NOT EXISTS
`logmod` (
  `id` int(11) NOT NULL auto_increment,
  `login` text,
  `oper`
text character set utf8 collate utf8_unicode_ci,
  `time` text,
  PRIMARY
KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1
;
--
-- Дамп данных таблицы `logmod`
--
--
--------------------------------------------------------
--
--
Структура таблицы `mrek`
--
CREATE TABLE IF NOT EXISTS
`mrek` (
  `id` int(11) NOT NULL auto_increment,
  `link` text,
  `nlink`
text,
  `date` int(40) default NULL,
  `who` text character set utf8
collate utf8_unicode_ci,
  `login` text character set utf8 collate
utf8_unicode_ci NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT
CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`mrek`
--
--
--------------------------------------------------------
--
--
Структура таблицы `nastroyki`
--
CREATE TABLE IF NOT
EXISTS `nastroyki` (
  `id` int(11) NOT NULL auto_increment,
  `ref_pr`
text,
  `bonus` text NOT NULL,
  `copi` text NOT NULL,
  `kosh` text NOT
NULL,
  `ploshadki` text NOT NULL,
  `minimalka` varchar(15) NOT NULL,
 
`commission` float(11,2) NOT NULL default '0.00',
  `strass` int(11) NOT
NULL default '0',
  `proclick` text NOT NULL,
  `bank_min_aktiv` text NOT
NULL,
  `oplata` enum('0','1') NOT NULL default '0',
  `cena` float(11,3)
NOT NULL,
  `acena` float(11,3) NOT NULL default '0.000',
  `mp` float NOT
NULL default '0',
  `min_k` int(11) NOT NULL default '0',
  PRIMARY KEY 
(`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC
AUTO_INCREMENT=10 ;
--
-- Дамп данных таблицы
`nastroyki`
--
INSERT INTO `nastroyki` (`id`, `ref_pr`, `bonus`, `copi`,
`kosh`, `ploshadki`, `minimalka`, `commission`, `strass`, `proclick`,
`bank_min_aktiv`, `oplata`, `cena`, `acena`, `mp`, `min_k`) VALUES
(1,
'0.10', '10', 'KlubV.Ru', 'R374274548991', '5', '10', 0.08, 2, '4', '35',
'1', 0.003, 0.001, 0.005, 20);
--
--------------------------------------------------------
--
--
Структура таблицы `news_comment`
--
CREATE TABLE IF NOT
EXISTS `news_comment` (
  `id` int(11) unsigned NOT NULL auto_increment,
 
`news_id` int(10) unsigned NOT NULL,
  `user` varchar(55) NOT NULL,
 
`date` varchar(25) NOT NULL,
  `text` text NOT NULL,
  `ans` text NOT
NULL,
  `ansuser` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM
DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных
таблицы `news_comment`
--
--
--------------------------------------------------------
--
--
Структура таблицы `news_news`
--
CREATE TABLE IF NOT
EXISTS `news_news` (
  `id` int(11) unsigned NOT NULL auto_increment,
 
`date` varchar(15) NOT NULL,
  `news` text NOT NULL,
  `comm` int(10)
unsigned NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT
CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Дамп данных таблицы
`news_news`
--
INSERT INTO `news_news` (`id`, `date`, `news`, `comm`)
VALUES
(1, '17.04.2014', 'Òåñòbeer', 0);
--
--------------------------------------------------------
--
--
Структура таблицы `nizrek`
--
CREATE TABLE IF NOT EXISTS
`nizrek` (
  `id` int(11) NOT NULL auto_increment,
  `link` text,
  `nlink`
text,
  `date` int(40) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM
DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных
таблицы `nizrek`
--
--
--------------------------------------------------------
--
--
Структура таблицы `online`
--
CREATE TABLE IF NOT EXISTS
`online` (
  `id` int(10) NOT NULL auto_increment,
  `ip` varchar(40)
default '0',
  `time` varchar(90) default NULL,
  `ua` varchar(80) default
NULL,
  KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 PACK_KEYS=0
AUTO_INCREMENT=7 ;
--
-- Дамп данных таблицы
`online`
--
--
--------------------------------------------------------
--
--
Структура таблицы `perevod`
--
CREATE TABLE IF NOT EXISTS
`perevod` (
  `sid` int(11) NOT NULL auto_increment,
  `from` text NOT
NULL,
  `to` text NOT NULL,
  `kredit` int(11) NOT NULL default '0',
 
`time` text NOT NULL,
  `komm` text,
  PRIMARY KEY  (`sid`)
) ENGINE=MyISAM
DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных
таблицы `perevod`
--
--
--------------------------------------------------------
--
--
Структура таблицы `rassilka`
--
CREATE TABLE IF NOT EXISTS
`rassilka` (
  `id` int(11) NOT NULL auto_increment,
  `login` text,
 
`tema` text,
  `text` text,
  `summa` int(11) default '0',
  `date` int(40)
default NULL,
  `status` int(11) default '0',
  PRIMARY KEY  (`id`)
)
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп
данных таблицы `rassilka`
--
--
--------------------------------------------------------
--
--
Структура таблицы `refb`
--
CREATE TABLE IF NOT EXISTS
`refb` (
  `id` int(11) NOT NULL auto_increment,
  `login` text,
  `prcen`
bigint(20) default NULL,
  `realcen` bigint(20) default NULL,
  `ids` text
character set utf8 collate utf8_unicode_ci NOT NULL,
  `ts` bigint(20)
default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8
AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`refb`
--
--
--------------------------------------------------------
--
--
Структура таблицы `rek`
--
CREATE TABLE IF NOT EXISTS
`rek` (
  `url` text,
  `nazv` text character set utf8 collate
utf8_unicode_ci NOT NULL,
  `id` int(11) NOT NULL auto_increment,
  `cvet`
text,
  `srok` int(11) default NULL,
  `b` text,
  `mesto` int(11) default
NULL,
  `perehodov` int(11) NOT NULL,
  `kk` int(1) default NULL,
 
`oplata` int(1) default NULL,
  `srokd` int(3) default NULL,
  `login`
text,
  `balans` int(11) default NULL,
  PRIMARY KEY  (`id`)
)
ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
--
-- Дамп
данных таблицы `rek`
--
--
--------------------------------------------------------
--
--
Структура таблицы `sovpvhod`
--
CREATE TABLE IF NOT EXISTS
`sovpvhod` (
  `id` int(11) NOT NULL auto_increment,
  `hz` text,
  `time`
text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8
AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`sovpvhod`
--
--
--------------------------------------------------------
--
--
Структура таблицы `stavki`
--
CREATE TABLE IF NOT EXISTS
`stavki` (
  `id` int(11) NOT NULL auto_increment,
  `kr` int(11) default
'0',
  `pr` float(11,4) default '0.0000',
  `nick` tinytext,
  `time`
tinytext,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8
AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы
`stavki`
--
--
--------------------------------------------------------
--
--
Структура таблицы `users`
--
CREATE TABLE IF NOT EXISTS
`users` (
  `id` int(11) NOT NULL auto_increment,
  `nick` tinytext,
 
`money` float(11,3) default '0.000',
  `in_money` int(11) default '0',
 
`out_money` int(11) default '0',
  `wmr` tinytext,
  PRIMARY KEY  (`id`)
)
ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Дамп
данных таблицы `users`
--
INSERT INTO `users` (`id`, `nick`,
`money`, `in_money`, `out_money`, `wmr`) VALUES
(1, 'Admin', 0.000, 0, 0,
'0');
-- --------------------------------------------------------
--
--
Структура таблицы `verhrek`
--
CREATE TABLE IF NOT EXISTS
`verhrek` (
  `id` int(11) NOT NULL auto_increment,
  `link` text,
 
`nlink` text,
  `date` int(40) default NULL,
  PRIMARY KEY  (`id`)
)
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп
данных таблицы `verhrek`
--
--
--------------------------------------------------------
--
--
Структура таблицы `wins3`
--
CREATE TABLE IF NOT EXISTS
`wins3` (
  `login` text,
  `kred` text,
  `time` text
) ENGINE=MyISAM
DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы
`wins3`
--
--
--------------------------------------------------------
--
--
Структура таблицы `winsd`
--
CREATE TABLE IF NOT EXISTS
`winsd` (
  `login` text,
  `kred` text,
  `time` text
) ENGINE=MyISAM
DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы
`winsd`
--