Просмотр файла statistika.sql

Размер файла: 2.57Kb
-- phpMyAdmin SQL Dump
-- version 2.6.1
-- http://www.phpmyadmin.net
-- 
-- Хост: localhost
-- Время создания: Янв 24 2008 г., 20:26
-- Версия сервера: 5.0.45
-- Версия PHP: 5.2.4
-- 
-- БД: `statistika`
-- 

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

-- 
-- Структура таблицы `chet`
-- 

CREATE TABLE `chet` (
  `ch` int(11) NOT NULL auto_increment,
  `dt` text,
  `xost` text,
  `xit` text,
  `nd` text NOT NULL,
  `nxost` text NOT NULL,
  `nxit` text NOT NULL,
  `md` text NOT NULL,
  `mxost` text NOT NULL,
  `mxit` text NOT NULL,
  `vxost` text NOT NULL,
  `vxit` text NOT NULL,
  PRIMARY KEY  (`ch`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;

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


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

-- 
-- Структура таблицы `onlin`
-- 

CREATE TABLE `onlin` (
  `id` int(10) NOT NULL auto_increment,
  `ip` text,
  `unix` text,
  KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;

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


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

-- 
-- Структура таблицы `stat`
-- 

CREATE TABLE `stat` (
  `nm` int(11) NOT NULL auto_increment,
  `user` text NOT NULL,
  `userpass` text NOT NULL,
  `email` text NOT NULL,
  `icq` text NOT NULL,
  `userban` text NOT NULL,
  `dn` text NOT NULL,
  `time` text,
  `tims` text NOT NULL,
  `dt` text,
  `nd` text NOT NULL,
  `ms` text,
  `md` text NOT NULL,
  `gt` text,
  `info` text,
  `alt` int(11) default NULL,
  PRIMARY KEY  (`nm`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;

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


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

-- 
-- Структура таблицы `stat_oper`
-- 

CREATE TABLE `stat_oper` (
  `nm` int(11) NOT NULL,
  `opername` text NOT NULL,
  `count` text NOT NULL,
  `oper` text NOT NULL,
  `lit` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;

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


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

-- 
-- Структура таблицы `statstr`
-- 

CREATE TABLE `statstr` (
  `str` int(11) NOT NULL auto_increment,
  `namestr` text,
  `countstr` text,
  PRIMARY KEY  (`str`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;

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