Вход Регистрация
Файл: bd.txt
Строк: 167
-- phpMyAdmin SQL Dump -- version 4.0.10.10 --
http://www.phpmyadmin.net -- -- Хост: localhost -- Время
создания: Сен 08 2015 г., 03:04 -- Версия сервера:
5.5.45-MariaDB -- Версия PHP: 5.4.44 SET SQL_MODE =
"NO_AUTO_VALUE_ON_ZERO"; SET time_zone =
"+00:00"; /*!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 */; -- -- База данных: `ds` -- --
-------------------------------------------------------- -- --
Структура таблицы `chat` -- CREATE TABLE IF NOT EXISTS
`chat` ( `id` int(10) NOT NULL AUTO_INCREMENT, `login` text NOT NULL,
`time` text NOT NULL, `text` text NOT NULL, `kom` int(1) NOT NULL,
PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=35
; -- -- Дамп данных таблицы `chat` -- INSERT INTO `chat`
(`id`, `login`, `time`, `text`, `kom`) VALUES (34, '', '', '', 0); --
-------------------------------------------------------- -- --
Структура таблицы `comm_news` -- CREATE TABLE IF NOT
EXISTS `comm_news` ( `id` int(10) NOT NULL AUTO_INCREMENT, `login` text
NOT NULL, `comm` text NOT NULL, `time` text NOT NULL, `id_news`
int(11) NOT NULL, `golos` int(11) NOT NULL, PRIMARY KEY (`id`) )
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=30 ; -- -- Дамп
данных таблицы `comm_news` -- INSERT INTO `comm_news` (`id`,
`login`, `comm`, `time`, `id_news`, `golos`) VALUES (29, '', '', '', 0,
0); -- -------------------------------------------------------- -- --
Структура таблицы `forum` -- CREATE TABLE IF NOT EXISTS
`forum` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` text NOT NULL,
`info` text NOT NULL, `privat` int(1) NOT NULL DEFAULT '0', `closed`
int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT
CHARSET=utf8 AUTO_INCREMENT=4 ; -- -- Дамп данных таблицы
`forum` -- INSERT INTO `forum` (`id`, `name`, `info`, `privat`, `closed`)
VALUES (3, '', '', 0, 0); --
-------------------------------------------------------- -- --
Структура таблицы `home` -- CREATE TABLE IF NOT EXISTS
`home` ( `id` int(11) NOT NULL AUTO_INCREMENT, `userid` int(11) NOT
NULL, `level_home` int(11) NOT NULL, `home` int(11) NOT NULL,
`bonus_money` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM
DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; -- -- Дамп данных
таблицы `home` -- INSERT INTO `home` (`id`, `userid`, `level_home`,
`home`, `bonus_money`) VALUES (3, 0, 0, 0, 0); --
-------------------------------------------------------- -- --
Структура таблицы `inv` -- CREATE TABLE IF NOT EXISTS
`inv` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL,
`bonus_s` int(11) NOT NULL, `bonus_w` int(11) NOT NULL, `bonus_l`
int(11) NOT NULL, `nadeto` int(1) NOT NULL DEFAULT '0', `login` text
NOT NULL, `cat` int(1) NOT NULL DEFAULT '0', `up_date` int(5) NOT NULL
DEFAULT '0', `up_time` int(30) NOT NULL, `up_st` int(1) NOT NULL
DEFAULT '0', `master` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) )
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=21 ; -- -- Дамп
данных таблицы `inv` -- INSERT INTO `inv` (`id`, `name`,
`bonus_s`, `bonus_w`, `bonus_l`, `nadeto`, `login`, `cat`, `up_date`,
`up_time`, `up_st`, `master`) VALUES (20, '', 0, 0, 0, 0, '', 0, 0, 0, 0,
0); -- -------------------------------------------------------- -- --
Структура таблицы `mail` -- CREATE TABLE IF NOT EXISTS
`mail` ( `id` int(10) NOT NULL AUTO_INCREMENT, `kto` int(10) NOT NULL
DEFAULT '0', `komu` text NOT NULL, `text` text NOT NULL, `type`
int(1) NOT NULL DEFAULT '0', `time` text NOT NULL, PRIMARY KEY (`id`) )
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ; -- -- Дамп
данных таблицы `mail` -- INSERT INTO `mail` (`id`, `kto`,
`komu`, `text`, `type`, `time`) VALUES (9, 0, '', '', 0, ''); --
-------------------------------------------------------- -- --
Структура таблицы `m_forum` -- CREATE TABLE IF NOT EXISTS
`m_forum` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tid` int(11) NOT
NULL, `userid` int(11) NOT NULL, `text` text NOT NULL, `date` text
NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8
AUTO_INCREMENT=8 ; -- -- Дамп данных таблицы
`m_forum` -- INSERT INTO `m_forum` (`id`, `tid`, `userid`, `text`, `date`)
VALUES (7, 0, 0, '', ''); --
-------------------------------------------------------- -- --
Структура таблицы `news` -- CREATE TABLE IF NOT EXISTS
`news` ( `id` int(10) NOT NULL AUTO_INCREMENT, `title` text NOT NULL,
`text` text NOT NULL, `time` text NOT NULL, PRIMARY KEY (`id`) )
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ; -- -- Дамп
данных таблицы `news` -- INSERT INTO `news` (`id`, `title`,
`text`, `time`) VALUES (12, '', '', ''); --
-------------------------------------------------------- -- --
Структура таблицы `shop` -- CREATE TABLE IF NOT EXISTS
`shop` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` text NOT NULL,
`bonus_s` int(10) NOT NULL DEFAULT '0', `bonus_w` int(11) NOT NULL,
`bonus_l` int(11) NOT NULL, `cena` int(10) NOT NULL DEFAULT '0',
`min_level` int(5) NOT NULL DEFAULT '1', `cat` int(1) NOT NULL DEFAULT
'0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8
AUTO_INCREMENT=13 ; -- -- Дамп данных таблицы
`shop` -- INSERT INTO `shop` (`id`, `name`, `bonus_s`, `bonus_w`,
`bonus_l`, `cena`, `min_level`, `cat`) VALUES (12, '', 0, 0, 0, 0, 1,
0); -- -------------------------------------------------------- -- --
Структура таблицы `tickets` -- CREATE TABLE IF NOT EXISTS
`tickets` ( `id` int(10) NOT NULL AUTO_INCREMENT, `userid` int(10) NOT
NULL, `tema` text NOT NULL, `text` text NOT NULL, `date` text NOT
NULL, `status` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM
DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ; -- -- Дамп данных
таблицы `tickets` -- INSERT INTO `tickets` (`id`, `userid`, `tema`,
`text`, `date`, `status`) VALUES (4, 0, '', '', '', 0); --
-------------------------------------------------------- -- --
Структура таблицы `tickets2` -- CREATE TABLE IF NOT EXISTS
`tickets2` ( `id` int(10) NOT NULL AUTO_INCREMENT, `ticketid` int(10)
NOT NULL, `login` text NOT NULL, `text` text NOT NULL, `date` text
NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8
AUTO_INCREMENT=6 ; -- -- Дамп данных таблицы
`tickets2` -- INSERT INTO `tickets2` (`id`, `ticketid`, `login`, `text`,
`date`) VALUES (5, 0, '', '', ''); --
-------------------------------------------------------- -- --
Структура таблицы `t_forum` -- CREATE TABLE IF NOT EXISTS
`t_forum` ( `id` int(11) NOT NULL AUTO_INCREMENT, `fid` int(11) NOT
NULL, `userid` int(11) NOT NULL, `name` text NOT NULL, `text` text
NOT NULL, `date` text NOT NULL, `closed` int(1) NOT NULL DEFAULT '0',
`top` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM
DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ; -- -- Дамп данных
таблицы `t_forum` -- INSERT INTO `t_forum` (`id`, `fid`, `userid`,
`name`, `text`, `date`, `closed`, `top`) VALUES (6, 0, 0, '', '', '', 0,
0); -- -------------------------------------------------------- -- --
Структура таблицы `user` -- CREATE TABLE IF NOT EXISTS
`user` ( `id` int(10) NOT NULL AUTO_INCREMENT, `login` text NOT NULL,
`pass` text NOT NULL, `health` int(10) NOT NULL DEFAULT '1',
`health_max` int(10) NOT NULL DEFAULT '100', `money` int(11) NOT NULL
DEFAULT '0', `gold` int(11) NOT NULL DEFAULT '0', `email` text NOT
NULL, `exp` int(10) NOT NULL DEFAULT '0', `level` int(5) NOT NULL
DEFAULT '1', `admin` int(1) NOT NULL DEFAULT '0', `sila` int(10) NOT
NULL DEFAULT '1', `wit` int(10) NOT NULL DEFAULT '1', `life` int(10)
NOT NULL DEFAULT '1', `ban` int(1) NOT NULL DEFAULT '0', `ban_chat`
int(30) NOT NULL DEFAULT '0', `bonus_s` int(10) NOT NULL DEFAULT '0',
`bonus_w` int(10) NOT NULL DEFAULT '0', `bonus_l` int(10) NOT NULL
DEFAULT '0', `helm` text NOT NULL, `weapon` text NOT NULL, `bron`
text NOT NULL, `rehealth` int(15) NOT NULL DEFAULT '0', `click` int(10)
NOT NULL DEFAULT '0', `job` int(10) NOT NULL DEFAULT '0', `ban_do`
int(30) NOT NULL DEFAULT '0', `prichina` text NOT NULL, `private`
int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT
CHARSET=utf8 AUTO_INCREMENT=5 ; -- -- Дамп данных таблицы
`user` -- INSERT INTO `user` (`id`, `login`, `pass`, `health`,
`health_max`, `money`, `gold`, `email`, `exp`, `level`, `admin`, `sila`,
`wit`, `life`, `ban`, `ban_chat`, `bonus_s`, `bonus_w`, `bonus_l`, `helm`,
`weapon`, `bron`, `rehealth`, `click`, `job`, `ban_do`, `prichina`,
`private`) VALUES (1, 'Admin', '1234', 120, 27000, 2631, 493366,
'admin@gangster-city.ru', 16, 3, 7, 30, 150, 30, 0, 1311829016, 28, 75, 39,
'10', '', '9', 1313312354, 30, 33, 0, '', 1); --
-------------------------------------------------------- -- --
Структура таблицы `wolf` -- CREATE TABLE IF NOT EXISTS
`wolf` ( `id` int(10) NOT NULL AUTO_INCREMENT, `sila` int(10) NOT NULL
DEFAULT '0', `wit` int(10) NOT NULL DEFAULT '0', `life` int(10) NOT
NULL DEFAULT '0', `money` int(10) NOT NULL DEFAULT '0', `gold` int(10)
NOT NULL DEFAULT '0', `time` int(30) NOT NULL DEFAULT '0', `health`
int(10) NOT NULL DEFAULT '1', `ubit` text NOT NULL, `active` int(1) NOT
NULL DEFAULT '1', `time_ot` int(15) NOT NULL DEFAULT '0', PRIMARY KEY
(`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ; -- --
Дамп данных таблицы `wolf` -- INSERT INTO `wolf` (`id`,
`sila`, `wit`, `life`, `money`, `gold`, `time`, `health`, `ubit`, `active`,
`time_ot`) VALUES (1, 0, 0, 0, 0, 0, 1306518673, 0, '', 0, 0); /*!40101
SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET
CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET
COLLATION_CONNECTI
Онлайн: 0
Реклама