Changeset 333

Show
Ignore:
Timestamp:
01/28/11 13:15:35 (1 year ago)
Author:
Nafania
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sql.sql

    r316 r333  
    11-- phpMyAdmin SQL Dump 
    2 -- version 3.2.3 
     2-- version 3.3.7 
    33-- http://www.phpmyadmin.net 
    44-- 
    55-- Хост: localhost 
    6 -- Время создания: Июн 22 2010 г., 17:41 
     6-- Время создания: Янв 28 2011 г., 14:47 
    77-- Версия сервера: 5.1.40 
    8 -- Версия PHP: 5.2.12 
     8-- Версия PHP: 5.3.3 
    99 
    1010SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; 
     
    1717 
    1818-- 
    19 -- База данных: `svn
     19-- База данных: `test
    2020-- 
    2121 
     
    101101  `chat_user_ip` varchar(16) NOT NULL DEFAULT '', 
    102102  PRIMARY KEY (`chat_msg_id`), 
    103   KEY `chat_uid` (`chat_uid`), 
    104   KEY `chat_msg_added` (`chat_msg_added`) 
     103  KEY `chat_uid` (`chat_uid`) 
    105104) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; 
    106105 
     
    210209INSERT INTO `config` (`name`, `value`, `is_dynamic`) VALUES 
    211210('siteonline', '1', 0), 
    212 ('onlinesince', '1268666465', 0), 
     211('onlinesince', UNIX_TIMESTAMP(NOW()), 0), 
    213212('sitename', '', 0), 
    214 ('autoclean_last_run_clean_peers', '1277214019', 1), 
     213('autoclean_last_run_clean_peers', '1296214237', 1), 
    215214('sitemail', '', 0), 
    216 ('max_torrent_size', '1000000', 0), 
     215('max_torrent_size', '100000000', 0), 
    217216('announce_interval', '1800', 0), 
    218217('min_announce_interval', '1740', 0), 
     
    275274('server_port', '', 0), 
    276275('script_path', '', 0), 
    277 ('version', '0.3.4svn316', 0), 
     276('version', '0.3.4svn324', 0), 
    278277('default_lang', 'english', 0), 
    279278('max_login_attempts', '5', 0), 
     
    283282('merge_flood_interval', '5', 0), 
    284283('search_flood_interval', '0', 0), 
    285 ('rand_seed', '7454c7512ffc7cfd8eb3d5c2fd56efb2', 1), 
     284('rand_seed', '8fa36961e6c15829e3cbda4392c9a836', 1), 
    286285('search_min_chars', '3', 0), 
    287286('inactive_users_del_days', '0', 0), 
     
    358357('autoclean_interval_tidy_cache', '10', 0), 
    359358('autoclean_last_run_sync_torrents_info', '1277214019', 1), 
    360 ('autoclean_last_run_clean_pending_accounts', '1277214019', 1), 
    361 ('autoclean_last_run_clean_inactive_users', '1277214019', 1), 
    362 ('autoclean_last_run_clean_old_torrents', '1277214019', 1), 
    363 ('autoclean_last_run_autowarn_autodemote', '1277214019', 1), 
    364 ('autoclean_last_run_remove_expired_warnings', '1277214019', 1), 
    365 ('autoclean_last_run_demote_uploaders', '1277214019', 1), 
     359('autoclean_last_run_clean_pending_accounts', '1296214237', 1), 
     360('autoclean_last_run_clean_inactive_users', '1296214237', 1), 
     361('autoclean_last_run_clean_old_torrents', '1296214237', 1), 
     362('autoclean_last_run_autowarn_autodemote', '1296214237', 1), 
     363('autoclean_last_run_remove_expired_warnings', '1296214237', 1), 
     364('autoclean_last_run_demote_uploaders', '1296214237', 1), 
    366365('autoclean_last_run_receive_invites', '0', 1), 
    367 ('autoclean_last_run_parse_queue', '1277214019', 1), 
    368 ('autoclean_last_run_tidy_cache', '1277214019', 1), 
     366('autoclean_last_run_parse_queue', '1296214237', 1), 
     367('autoclean_last_run_tidy_cache', '1296214237', 1), 
    369368('autoclean_interval_promote_demote_users', '1440', 0), 
    370 ('autoclean_last_run_promote_demote_users', '1277214019', 1), 
     369('autoclean_last_run_promote_demote_users', '1296214237', 1), 
    371370('user_limit_ary_allow_download', 'a:10:{s:1:"W";i:1;s:1:"D";i:1;i:0;i:0;i:1;i:1;i:2;i:1;i:3;i:1;i:4;i:1;i:5;i:1;i:6;i:1;i:7;i:1;}', 0), 
    372371('min_seeders_for_sos_button', '3', 0), 
     
    375374('site_keywords', '', 0), 
    376375('autoclean_interval_delete_old_sessions', '10', 0), 
    377 ('autoclean_last_run_delete_old_sessions', '1277214019', 1), 
     376('autoclean_last_run_delete_old_sessions', '1296214237', 1), 
    378377('cleanup_lock', '0', 1), 
    379378('offline_text', '', 0), 
     
    388387('load_anon_lastread', '1', 0), 
    389388('load_db_track', '0', 0), 
     389('anonymous_announce', '1', 0), 
    390390('smtp_auth_method', '', 0); 
    391391 
     
    12871287) ENGINE=MyISAM DEFAULT CHARSET=utf8; 
    12881288 
    1289 -- 
    1290 -- Дамп данных таблицы `sessions` 
    1291 -- 
    1292  
    1293  
    12941289-- -------------------------------------------------------- 
    12951290 
     
    13061301  PRIMARY KEY (`key_id`,`user_id`) 
    13071302) ENGINE=MyISAM DEFAULT CHARSET=utf8; 
    1308  
    1309 -- 
    1310 -- Дамп данных таблицы `sessions_keys` 
    1311 -- 
    1312  
    13131303 
    13141304-- -------------------------------------------------------- 
     
    16131603  `tag_for_id` int(10) NOT NULL, 
    16141604  `tag_count` int(10) NOT NULL DEFAULT '0', 
     1605  `tag_cat_id` int(10) NOT NULL DEFAULT '0', 
    16151606  KEY `tag_type` (`tag_type`), 
    16161607  KEY `tag_for_id` (`tag_for_id`) 
     
    17651756  `visible` tinyint(1) DEFAULT '0', 
    17661757  `disable_comments` tinyint(1) DEFAULT '0', 
    1767   `ballance` bigint(20) DEFAULT '0', 
    17681758  `flags` tinyint(1) DEFAULT '0', 
    17691759  `moderated` tinyint(1) DEFAULT '0', 
     
    18851875  `user_posts` mediumint(8) unsigned DEFAULT '0', 
    18861876  `user_lastvisit` int(11) DEFAULT '0', 
    1887   `notify_forum` tinyint(1) DEFAULT '1', 
    18881877  `user_sig` text, 
    18891878  `user_style` tinyint(3) DEFAULT '0', 
     
    18931882  `user_rank_id` int(10) DEFAULT '0', 
    18941883  `user_lastmark` int(11) DEFAULT '0', 
     1884  `user_bans` varchar(29) NOT NULL DEFAULT '0:0:0:0:0:0:0:0:0:0:0:0:0:0:0', 
     1885  `user_torrents_uploaded` int(10) NOT NULL DEFAULT '0', 
     1886  `user_requests_created` int(10) NOT NULL DEFAULT '0', 
     1887  `user_offers_created` int(10) NOT NULL DEFAULT '0', 
     1888  `user_requests_filled` int(10) NOT NULL DEFAULT '0', 
     1889  `user_offers_filled` int(10) NOT NULL DEFAULT '0', 
    18951890  PRIMARY KEY (`uid`), 
    18961891  UNIQUE KEY `torrent_pass` (`torrent_pass`), 
     
    19101905-- 
    19111906 
    1912 INSERT INTO `users` (`uid`, `name`, `name_append`, `pass`, `secret`, `email`, `status`, `added`, `editsecret`, `privacy`, `acceptpms`, `ip`, `class`, `avatar`, `uploaded`, `downloaded`, `title`, `country`, `notifs`, `modcomment`, `enabled`, `avatars`, `donor`, `warneduntil`, `warn`, `torrentsperpage`, `deletepms`, `savepms`, `torrent_pass`, `tzoffset`, `user_dst`, `hiddentorrents`, `parked`, `invites`, `invited_by`, `download`, `upload`, `icq`, `msn`, `aim`, `yahoo`, `skype`, `commentpm`, `gender`, `birthday`, `autodemote`, `language`, `total_seed_time`, `user_reputation`, `user_reputation_level`, `user_session_time`, `user_session_page`, `user_level`, `user_posts`, `user_lastvisit`, `notify_forum`, `user_sig`, `user_style`, `can_leech`, `torrents_limit`, `user_unread_pms`, `user_rank_id`, `user_lastmark`) VALUES 
    1913 (0, 'Anonymous', '', '', '', '', 1, 943909200, '', 1, 1, '0.0.0.0', 1, '', 0, 0, '', 0, '[forum]', '', 1, 1, 0, 0, 0, 0, 1, 0, 'fbc807cec4a079dd5add35845ec9d059', 0.00, 0, 0, 0, 0, 0, 65536, 65536, '', '', '', '', '', 1, 0, '0000-00-00', 1, 'russian', 3600000, 0, 0, 943909200, '0', 0, 0, 0, 1, '', 1, 0, 0, 0, 0, 0), 
    1914 (1, 'admin', '', 'd41d8cd98f00b204e9800998ecf8427e', '', 'EMAIL@ADDRESS.COM', 1, 1268666466, '', 3, 1, '127.0.0.1', 7, '', 0, 0, '', 3, '[forum]', '', 1, 1, 0, 0, 0, 60, 1, 1, '57154e78ba0de787487576ae87207371', 3.00, 1, 0, 0, 0, 0, 10485760, 10485760, '', '', '', '', '', 1, 0, '0000-00-00', 1, 'english', 0, 0, 0, 1277214025, 'login.php', 1, 0, 1268666598, 1, '', 1, 0, 0, 0, 0, 0); 
     1907INSERT INTO `users` (`uid`, `name`, `name_append`, `pass`, `secret`, `email`, `status`, `added`, `editsecret`, `privacy`, `acceptpms`, `ip`, `class`, `avatar`, `uploaded`, `downloaded`, `title`, `country`, `notifs`, `modcomment`, `enabled`, `avatars`, `donor`, `warneduntil`, `warn`, `torrentsperpage`, `deletepms`, `savepms`, `torrent_pass`, `tzoffset`, `user_dst`, `hiddentorrents`, `parked`, `invites`, `invited_by`, `download`, `upload`, `icq`, `msn`, `aim`, `yahoo`, `skype`, `commentpm`, `gender`, `birthday`, `autodemote`, `language`, `total_seed_time`, `user_reputation`, `user_reputation_level`, `user_session_time`, `user_session_page`, `user_level`, `user_posts`, `user_lastvisit`, `user_sig`, `user_style`, `can_leech`, `torrents_limit`, `user_unread_pms`, `user_rank_id`, `user_lastmark`, `user_bans`, `user_torrents_uploaded`, `user_requests_created`, `user_offers_created`, `user_requests_filled`, `user_offers_filled`) VALUES 
     1908(0, 'Anonymous', '', '', '', '', 1, 943909200, '', 1, 1, '0.0.0.0', 1, '', 0, 0, '', 0, '[forum]', '', 1, 1, 0, 0, 0, 0, 1, 0, 'fbc807cec4a079dd5add35845ec9d059', '0.00', 0, 0, 0, 0, 0, 65536, 65536, '', '', '', '', '', 1, 0, '0000-00-00', 1, 'russian', 3600000, 0, 0, 943909200, '0', 0, 0, 0, '', 1, 0, 0, 0, 0, 0, '0:0:0:0:0:0:0:0:0:0:0:0:0:0:0', 0, 0, 0, 0, 0), 
     1909(1, 'admin', '', 'd41d8cd98f00b204e9800998ecf8427e', '', 'EMAIL@ADDRESS.COM', 1, UNIX_TIMESTAMP(NOW()), '', 3, 1, '127.0.0.1', 7, '', 0, 0, '', 3, '[forum]', '', 1, 1, 0, 0, 0, 60, 1, 1, '57154e78ba0de787487576ae87207371', '3.00', 1, 0, 0, 0, 0, 10485760, 10485760, '', '', '', '', '', 1, 0, '0000-00-00', 1, 'english', 0, 0, 0, 1296214242, 'login.php', 1, 0, 1277214025, '', 1, 0, 0, 0, 0, 0, '0:0:0:0:0:0:0:0:0:0:0:0:0:0:0', 0, 0, 0, 0, 0); 
    19151910 
    19161911-- -------------------------------------------------------- 
     
    19971992-- 
    19981993 
     1994 
     1995-- -------------------------------------------------------- 
     1996 
     1997-- 
     1998-- Структура таблицы `xbt_deleted_hashes` 
     1999-- 
     2000 
     2001DROP TABLE IF EXISTS `xbt_deleted_hashes`; 
     2002CREATE TABLE IF NOT EXISTS `xbt_deleted_hashes` ( 
     2003  `fid` int(10) NOT NULL DEFAULT '0', 
     2004  `info_hash` blob NOT NULL, 
     2005  KEY `fid` (`fid`) 
     2006) ENGINE=MyISAM DEFAULT CHARSET=utf8; 
     2007 
     2008-- 
     2009-- Дамп данных таблицы `xbt_deleted_hashes` 
     2010-- 
     2011