mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-20 09:30:49 +08:00
2505 lines
289 KiB
SQL
2505 lines
289 KiB
SQL
|
|
-- phpMyAdmin SQL Dump
|
|||
|
|
-- version 3.3.2deb1
|
|||
|
|
-- http://www.phpmyadmin.net
|
|||
|
|
--
|
|||
|
|
-- Host: localhost
|
|||
|
|
-- Generation Time: May 18, 2010 at 01:10 AM
|
|||
|
|
-- Server version: 5.1.41
|
|||
|
|
-- PHP Version: 5.3.2-1ubuntu4
|
|||
|
|
|
|||
|
|
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
|
|||
|
|
|
|||
|
|
|
|||
|
|
/*!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 */;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Database: `nexus20100517`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `adminpanel`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `adminpanel` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(128) NOT NULL DEFAULT '',
|
|||
|
|
`url` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`info` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `adminpanel`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `adminpanel` (`id`, `name`, `url`, `info`) VALUES
|
|||
|
|
(1, 'Add user', 'adduser.php', 'Create new user account'),
|
|||
|
|
(3, 'Reset Users Password', 'reset.php', 'Rest lost Passwords'),
|
|||
|
|
(4, 'Mass PM', 'staffmess.php', 'Send PM to all users'),
|
|||
|
|
(5, 'List Unconnectable Users', 'notconnectable.php', 'View All Unconnectable Users'),
|
|||
|
|
(6, 'Poll overview', 'polloverview.php', 'View poll votes'),
|
|||
|
|
(7, 'Warned users', 'warned.php', 'See all warned users on tracker'),
|
|||
|
|
(8, 'FreeLeech', 'freeleech.php', 'Set ALL Torrents At Special State.'),
|
|||
|
|
(9, 'FAQ Management', 'faqmanage.php', 'Edit/Add/Delete FAQ Page'),
|
|||
|
|
(10, 'Rules Management', 'modrules.php', 'Edit/Add/Delete RULES Page'),
|
|||
|
|
(11, 'Category Manage', 'catmanage.php', 'Manage torrents categories at your site');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `advertisements`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `advertisements` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`enabled` tinyint(1) NOT NULL DEFAULT '0',
|
|||
|
|
`type` enum('bbcodes','xhtml','text','image','flash') NOT NULL,
|
|||
|
|
`position` enum('header','footer','belownav','belowsearchbox','torrentdetail','comment','interoverforums','forumpost','popup') NOT NULL,
|
|||
|
|
`displayorder` tinyint(3) NOT NULL DEFAULT '0',
|
|||
|
|
`name` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`parameters` text NOT NULL,
|
|||
|
|
`code` text NOT NULL,
|
|||
|
|
`starttime` datetime NOT NULL,
|
|||
|
|
`endtime` datetime NOT NULL,
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `advertisements`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `agent_allowed_exception`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `agent_allowed_exception` (
|
|||
|
|
`family_id` tinyint(3) unsigned NOT NULL,
|
|||
|
|
`name` varchar(100) NOT NULL DEFAULT '',
|
|||
|
|
`peer_id` varchar(20) NOT NULL,
|
|||
|
|
`agent` varchar(100) NOT NULL,
|
|||
|
|
`comment` varchar(200) NOT NULL DEFAULT '',
|
|||
|
|
KEY `family_id` (`family_id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `agent_allowed_exception`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `agent_allowed_exception` (`family_id`, `name`, `peer_id`, `agent`, `comment`) VALUES
|
|||
|
|
(16, 'uTorrent 1.80B (Build 6838)', '-UT180B-', 'uTorrent/180B(6838)', 'buggy build that always seeding bad request');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `agent_allowed_family`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `agent_allowed_family` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`family` varchar(50) NOT NULL DEFAULT '',
|
|||
|
|
`start_name` varchar(100) NOT NULL DEFAULT '',
|
|||
|
|
`peer_id_pattern` varchar(200) NOT NULL,
|
|||
|
|
`peer_id_match_num` tinyint(3) unsigned NOT NULL,
|
|||
|
|
`peer_id_matchtype` enum('dec','hex') NOT NULL DEFAULT 'dec',
|
|||
|
|
`peer_id_start` varchar(20) NOT NULL,
|
|||
|
|
`agent_pattern` varchar(200) NOT NULL,
|
|||
|
|
`agent_match_num` tinyint(3) unsigned NOT NULL,
|
|||
|
|
`agent_matchtype` enum('dec','hex') NOT NULL DEFAULT 'dec',
|
|||
|
|
`agent_start` varchar(100) NOT NULL,
|
|||
|
|
`exception` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`allowhttps` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`comment` varchar(200) NOT NULL DEFAULT '',
|
|||
|
|
`hits` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `agent_allowed_family`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `agent_allowed_family` (`id`, `family`, `start_name`, `peer_id_pattern`, `peer_id_match_num`, `peer_id_matchtype`, `peer_id_start`, `agent_pattern`, `agent_match_num`, `agent_matchtype`, `agent_start`, `exception`, `allowhttps`, `comment`, `hits`) VALUES
|
|||
|
|
(1, 'Azureus 2.5.0.4', 'Azureus 2.5.0.4', '/^-AZ2504-/', 0, 'dec', '-AZ2504-', '/^Azureus 2.5.0.4/', 0, 'dec', 'Azureus 2.5.0.4', 'no', 'yes', '', 0),
|
|||
|
|
(2, 'uTorrent 1.6.1', 'uTorrent 1.6.1', '/^-UT1610-/', 0, 'dec', '-UT1610-', '/^uTorrent\\/1610/', 0, 'dec', 'uTorrent/1610', 'no', 'no', '', 0),
|
|||
|
|
(3, 'Bittorrent 6.x', 'Bittorrent 6.0.1', '/^M6-([0-9])-([0-9])--/', 2, 'dec', 'M6-0-1--', '/^BitTorrent\\/6([0-9])([0-9])([0-9])/', 3, 'dec', 'BitTorrent/6010', 'no', 'yes', '', 0),
|
|||
|
|
(4, 'Deluge 0.x', 'Deluge 0.5.8.9', '/^-DE0([0-9])([0-9])([0-9])-/', 3, 'dec', '-DE0589-', '/^Deluge 0\\.([0-9])\\.([0-9])\\.([0-9])/', 3, 'dec', 'Deluge 0.5.8.9', 'no', 'yes', '', 0),
|
|||
|
|
(5, 'Transmission1.x', 'Transmission 1.06 (build 5136)', '/^-TR1([0-9])([0-9])([0-9])-/', 3, 'dec', '-TR1060-', '/^Transmission\\/1\\.([0-9])([0-9])/', 3, 'dec', 'Transmission/1.06', 'no', 'yes', '', 0),
|
|||
|
|
(6, 'RTorrent 0.x(with libtorrent 0.x)', 'rTorrent 0.8.0 (with libtorrent 0.12.0)', '/^-lt([0-9A-E])([0-9A-E])([0-9A-E])([0-9A-E])-/', 4, 'hex', '-lt0C00-', '/^rtorrent\\/0\\.([0-9])\\.([0-9])\\/0\\.([1-9][0-9]*)\\.(0|[1-9][0-9]*)/', 4, 'dec', 'rtorrent/0.8.0/0.12.0', 'no', 'no', '', 3),
|
|||
|
|
(7, 'Rufus 0.x', 'Rufus 0.6.9', '', 0, 'dec', '', '/^Rufus\\/0\\.([0-9])\\.([0-9])/', 2, 'dec', 'Rufus/0.6.9', 'no', 'no', '', 0),
|
|||
|
|
(8, 'Azureus 3.x', 'Azureus 3.0.5.0', '/^-AZ3([0-9])([0-9])([0-9])-/', 3, 'dec', '-AZ3050-', '/^Azureus 3\\.([0-9])\\.([0-9])\\.([0-9])/', 3, 'dec', 'Azureus 3.0.5.0', 'no', 'yes', '', 0),
|
|||
|
|
(9, 'uTorrent 1.7.x', 'uTorrent 1.7.5', '/^-UT17([0-9])([0-9])-/', 2, 'dec', '-UT1750-', '/^uTorrent\\/17([0-9])([0-9])/', 2, 'dec', 'uTorrent/1750', 'no', 'yes', '', 0),
|
|||
|
|
(10, 'BitRocket 0.x', 'BitRocket 0.3.3(32)', '/^-BR0([0-9])([1-9][0-9]*)-/', 2, 'dec', '-BR0332-', '/^BitRocket\\/0\\.([0-9])\\.([0-9])\\(([1-9][0-9]*)\\) libtorrent\\/0\\.([1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)/', 6, 'dec', 'BitRocket/0.3.3(32) libtorrent/0.13.0.0', 'no', 'yes', '', 0),
|
|||
|
|
(11, 'MLDonkey 2.9.x', 'MLDonkey 2.9.2', '/^-ML2\\.9\\.([0-9])-/', 1, 'dec', '-ML2.9.2-', '/^MLDonkey\\/2\\.9\\.([0-9])/', 1, 'dec', 'MLDonkey/2.9.2', 'no', 'yes', '', 0),
|
|||
|
|
(12, 'uTorrent 1.8.x', 'uTorrent 1.8.0', '/^-UT18([0-9])([0-9])-/', 2, 'dec', '-UT1800-', '/^uTorrent\\/18([0-9])([0-9])/', 2, 'dec', 'uTorrent/1800', 'no', 'yes', '', 0),
|
|||
|
|
(13, 'Azureus 4.x', 'Vuze 4.0.0.2', '/^-AZ4([0-9])([0-9])([0-9])-/', 3, 'dec', '-AZ4002-', '/^Azureus 4\\.([0-9])\\.([0-9])\\.([0-9])/', 3, 'dec', 'Azureus 4.0.0.2', 'no', 'yes', '', 0),
|
|||
|
|
(14, 'SymTorrent', '', '', 0, 'dec', '', '/^SymTorrent/', 0, 'dec', 'SymTorrent', 'no', 'no', '', 0),
|
|||
|
|
(15, 'Deluge 1.x', 'Deluge 1.1.6', '/^-DE1([0-9])([0-9])([0-9])-/', 3, 'dec', '-DE1160-', '/^Deluge 1\\.([0-9])\\.([0-9])/', 2, 'dec', 'Deluge 1.1.6', 'no', 'yes', '', 0),
|
|||
|
|
(16, 'uTorrent 1.8xB', 'uTorrent 1.80 Beta (build 9137)', '/^-UT18([0-9])B-/', 1, 'dec', '-UT180B-', '/^uTorrent\\/18([0-9])B\\(([1-9][0-9]*)\\)/', 2, 'dec', 'uTorrent/180B(9137)', 'no', 'yes', '', 0),
|
|||
|
|
(17, 'uTorrent 2.x.x', 'uTorrent 2.0(build 17624)', '/^-UT2([0-9])([0-9])([0-9])-/', 3, 'dec', '-UT2000-', '/^uTorrent\\/2([0-9])([0-9])([0-9])/', 3, 'dec', 'uTorrent/2000', 'no', 'yes', '', 0);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `allowedemails`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `allowedemails` (
|
|||
|
|
`id` int(10) NOT NULL AUTO_INCREMENT,
|
|||
|
|
`value` mediumtext NOT NULL,
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `allowedemails`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `allowedemails` (`id`, `value`) VALUES
|
|||
|
|
(1, '@st.zju.edu.cn @gstu.zju.edu.cn @fa.zju.edu.cn @zuaa.zju.edu.cn');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `attachments`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `attachments` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`width` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`filename` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`dlkey` char(32) NOT NULL,
|
|||
|
|
`filetype` varchar(50) NOT NULL DEFAULT '',
|
|||
|
|
`filesize` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`location` varchar(255) NOT NULL,
|
|||
|
|
`downloads` mediumint(8) NOT NULL DEFAULT '0',
|
|||
|
|
`isimage` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`thumb` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `pid` (`userid`,`id`),
|
|||
|
|
KEY `dateline` (`added`,`isimage`,`downloads`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `attachments`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `audiocodecs`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `audiocodecs` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(30) NOT NULL,
|
|||
|
|
`image` varchar(255) NOT NULL,
|
|||
|
|
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=10 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `audiocodecs`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `audiocodecs` (`id`, `name`, `image`, `sort_index`) VALUES
|
|||
|
|
(1, 'FLAC', '', 0),
|
|||
|
|
(2, 'APE', '', 0),
|
|||
|
|
(3, 'DTS', '', 0),
|
|||
|
|
(4, 'MP3', '', 0),
|
|||
|
|
(5, 'OGG', '', 0),
|
|||
|
|
(6, 'AAC', '', 0),
|
|||
|
|
(7, 'Other', '', 0);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `avps`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `avps` (
|
|||
|
|
`arg` varchar(20) NOT NULL DEFAULT '',
|
|||
|
|
`value_s` text NOT NULL,
|
|||
|
|
`value_i` int(11) NOT NULL DEFAULT '0',
|
|||
|
|
`value_u` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`arg`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `avps`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `avps` (`arg`, `value_s`, `value_i`, `value_u`) VALUES
|
|||
|
|
('lastcleantime', '', 0, 1274104801),
|
|||
|
|
('last24', '', 947, 1211708476),
|
|||
|
|
('lastcleantime2', '', 0, 1274103601),
|
|||
|
|
('lastcleantime3', '', 0, 1274101801),
|
|||
|
|
('lastcleantime4', '', 0, 1274079901),
|
|||
|
|
('lastcleantime5', '', 0, 1273652875);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `bannedemails`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `bannedemails` (
|
|||
|
|
`id` int(10) NOT NULL AUTO_INCREMENT,
|
|||
|
|
`value` mediumtext NOT NULL,
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `bannedemails`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `bannedemails` (`id`, `value`) VALUES
|
|||
|
|
(1, '@test.com');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `bans`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `bans` (
|
|||
|
|
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`addedby` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`comment` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`first` bigint(20) NOT NULL,
|
|||
|
|
`last` bigint(20) NOT NULL,
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `first_last` (`first`,`last`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `bans`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `bitbucket`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `bitbucket` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`owner` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`name` varchar(255) NOT NULL,
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`public` enum('0','1') NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `bitbucket`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `blocks`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `blocks` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`blockid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
UNIQUE KEY `userfriend` (`userid`,`blockid`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `blocks`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `bookmarks`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `bookmarks` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`torrentid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `userid_torrentid` (`userid`,`torrentid`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `bookmarks`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `categories`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `categories` (
|
|||
|
|
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`mode` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
|||
|
|
`class_name` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`name` varchar(30) NOT NULL,
|
|||
|
|
`image` varchar(255) NOT NULL,
|
|||
|
|
`sort_index` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `mode_sort` (`mode`,`sort_index`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=410 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `categories`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `categories` (`id`, `mode`, `class_name`, `name`, `image`, `sort_index`) VALUES
|
|||
|
|
(401, 4, 'c_movies', 'Movies', 'catsprites.png', 0),
|
|||
|
|
(402, 4, 'c_tvseries', 'TV Series', 'catsprites.png', 3),
|
|||
|
|
(403, 4, 'c_tvshows', 'TV Shows', 'catsprites.png', 4),
|
|||
|
|
(404, 4, 'c_doc', 'Documentaries', 'catsprites.png', 1),
|
|||
|
|
(405, 4, 'c_anime', 'Animations', 'catsprites.png', 2),
|
|||
|
|
(406, 4, 'c_mv', 'Music Videos', 'catsprites.png', 5),
|
|||
|
|
(407, 4, 'c_sports', 'Sports', 'catsprites.png', 6),
|
|||
|
|
(408, 4, 'c_hqaudio', 'HQ Audio', 'catsprites.png', 8),
|
|||
|
|
(409, 4, 'c_misc', 'Misc', 'catsprites.png', 7);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `caticons`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `caticons` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(64) NOT NULL DEFAULT '',
|
|||
|
|
`folder` varchar(255) NOT NULL,
|
|||
|
|
`cssfile` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`multilang` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`secondicon` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`designer` varchar(50) NOT NULL DEFAULT '',
|
|||
|
|
`comment` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `caticons`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `caticons` (`id`, `name`, `folder`, `cssfile`, `multilang`, `secondicon`, `designer`, `comment`) VALUES
|
|||
|
|
(1, 'SceneTorrents mod', 'scenetorrents/', 'pic/category/chd/scenetorrents/catsprites.css', 'yes', 'no', 'NexusPHP', 'Modified from SceneTorrents');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `cheaters`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `cheaters` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`torrentid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`uploaded` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`downloaded` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`anctime` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`seeders` mediumint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`leechers` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`hit` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`dealtby` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`dealtwith` tinyint(1) NOT NULL DEFAULT '0',
|
|||
|
|
`comment` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `cheaters`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `chronicle`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `chronicle` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`txt` text,
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `added` (`added`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `chronicle`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `codecs`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `codecs` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(30) NOT NULL,
|
|||
|
|
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `codecs`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `codecs` (`id`, `name`, `sort_index`) VALUES
|
|||
|
|
(1, 'H.264', 0),
|
|||
|
|
(2, 'VC-1', 0),
|
|||
|
|
(3, 'Xvid', 0),
|
|||
|
|
(4, 'MPEG-2', 0),
|
|||
|
|
(5, 'Other', 0);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `comments`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `comments` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`user` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`torrent` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`text` text,
|
|||
|
|
`ori_text` text,
|
|||
|
|
`editedby` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`editdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`offer` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `user` (`user`),
|
|||
|
|
KEY `torrent_id` (`torrent`,`id`),
|
|||
|
|
KEY `offer_id` (`offer`,`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `comments`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `countries`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `countries` (
|
|||
|
|
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(50) NOT NULL,
|
|||
|
|
`flagpic` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=108 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `countries`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `countries` (`id`, `name`, `flagpic`) VALUES
|
|||
|
|
(1, 'Sweden', 'sweden.gif'),
|
|||
|
|
(2, 'United States of America', 'usa.gif'),
|
|||
|
|
(3, 'Russia', 'russia.gif'),
|
|||
|
|
(4, 'Finland', 'finland.gif'),
|
|||
|
|
(5, 'Canada', 'canada.gif'),
|
|||
|
|
(6, 'France', 'france.gif'),
|
|||
|
|
(7, 'Germany', 'germany.gif'),
|
|||
|
|
(8, '荳ュ蝗ス', 'china.gif'),
|
|||
|
|
(9, 'Italy', 'italy.gif'),
|
|||
|
|
(10, 'Denmark', 'denmark.gif'),
|
|||
|
|
(11, 'Norway', 'norway.gif'),
|
|||
|
|
(12, 'United Kingdom', 'uk.gif'),
|
|||
|
|
(13, 'Ireland', 'ireland.gif'),
|
|||
|
|
(14, 'Poland', 'poland.gif'),
|
|||
|
|
(15, 'Netherlands', 'netherlands.gif'),
|
|||
|
|
(16, 'Belgium', 'belgium.gif'),
|
|||
|
|
(17, 'Japan', 'japan.gif'),
|
|||
|
|
(18, 'Brazil', 'brazil.gif'),
|
|||
|
|
(19, 'Argentina', 'argentina.gif'),
|
|||
|
|
(20, 'Australia', 'australia.gif'),
|
|||
|
|
(21, 'New Zealand', 'newzealand.gif'),
|
|||
|
|
(23, 'Spain', 'spain.gif'),
|
|||
|
|
(24, 'Portugal', 'portugal.gif'),
|
|||
|
|
(25, 'Mexico', 'mexico.gif'),
|
|||
|
|
(26, 'Singapore', 'singapore.gif'),
|
|||
|
|
(70, 'India', 'india.gif'),
|
|||
|
|
(65, 'Albania', 'albania.gif'),
|
|||
|
|
(29, 'South Africa', 'southafrica.gif'),
|
|||
|
|
(30, 'South Korea', 'southkorea.gif'),
|
|||
|
|
(31, 'Jamaica', 'jamaica.gif'),
|
|||
|
|
(32, 'Luxembourg', 'luxembourg.gif'),
|
|||
|
|
(34, 'Belize', 'belize.gif'),
|
|||
|
|
(35, 'Algeria', 'algeria.gif'),
|
|||
|
|
(36, 'Angola', 'angola.gif'),
|
|||
|
|
(37, 'Austria', 'austria.gif'),
|
|||
|
|
(38, 'Yugoslavia', 'yugoslavia.gif'),
|
|||
|
|
(39, 'Western Samoa', 'westernsamoa.gif'),
|
|||
|
|
(40, 'Malaysia', 'malaysia.gif'),
|
|||
|
|
(41, 'Dominican Republic', 'dominicanrep.gif'),
|
|||
|
|
(42, 'Greece', 'greece.gif'),
|
|||
|
|
(43, 'Guatemala', 'guatemala.gif'),
|
|||
|
|
(44, 'Israel', 'israel.gif'),
|
|||
|
|
(45, 'Pakistan', 'pakistan.gif'),
|
|||
|
|
(46, 'Czech Republic', 'czechrep.gif'),
|
|||
|
|
(47, 'Serbia', 'serbia.gif'),
|
|||
|
|
(48, 'Seychelles', 'seychelles.gif'),
|
|||
|
|
(50, 'Puerto Rico', 'puertorico.gif'),
|
|||
|
|
(51, 'Chile', 'chile.gif'),
|
|||
|
|
(52, 'Cuba', 'cuba.gif'),
|
|||
|
|
(53, 'Congo', 'congo.gif'),
|
|||
|
|
(54, 'Afghanistan', 'afghanistan.gif'),
|
|||
|
|
(55, 'Turkey', 'turkey.gif'),
|
|||
|
|
(56, 'Uzbekistan', 'uzbekistan.gif'),
|
|||
|
|
(57, 'Switzerland', 'switzerland.gif'),
|
|||
|
|
(58, 'Kiribati', 'kiribati.gif'),
|
|||
|
|
(59, 'Philippines', 'philippines.gif'),
|
|||
|
|
(60, 'Burkina Faso', 'burkinafaso.gif'),
|
|||
|
|
(61, 'Nigeria', 'nigeria.gif'),
|
|||
|
|
(62, 'Iceland', 'iceland.gif'),
|
|||
|
|
(63, 'Nauru', 'nauru.gif'),
|
|||
|
|
(64, 'Slovenia', 'slovenia.gif'),
|
|||
|
|
(66, 'Turkmenistan', 'turkmenistan.gif'),
|
|||
|
|
(67, 'Bosnia Herzegovina', 'bosniaherzegovina.gif'),
|
|||
|
|
(68, 'Andorra', 'andorra.gif'),
|
|||
|
|
(69, 'Lithuania', 'lithuania.gif'),
|
|||
|
|
(71, 'Netherlands Antilles', 'nethantilles.gif'),
|
|||
|
|
(72, 'Ukraine', 'ukraine.gif'),
|
|||
|
|
(73, 'Venezuela', 'venezuela.gif'),
|
|||
|
|
(74, 'Hungary', 'hungary.gif'),
|
|||
|
|
(75, 'Romania', 'romania.gif'),
|
|||
|
|
(76, 'Vanuatu', 'vanuatu.gif'),
|
|||
|
|
(77, 'Vietnam', 'vietnam.gif'),
|
|||
|
|
(78, 'Trinidad & Tobago', 'trinidadandtobago.gif'),
|
|||
|
|
(79, 'Honduras', 'honduras.gif'),
|
|||
|
|
(80, 'Kyrgyzstan', 'kyrgyzstan.gif'),
|
|||
|
|
(81, 'Ecuador', 'ecuador.gif'),
|
|||
|
|
(82, 'Bahamas', 'bahamas.gif'),
|
|||
|
|
(83, 'Peru', 'peru.gif'),
|
|||
|
|
(84, 'Cambodia', 'cambodia.gif'),
|
|||
|
|
(85, 'Barbados', 'barbados.gif'),
|
|||
|
|
(86, 'Bangladesh', 'bangladesh.gif'),
|
|||
|
|
(87, 'Laos', 'laos.gif'),
|
|||
|
|
(88, 'Uruguay', 'uruguay.gif'),
|
|||
|
|
(89, 'Antigua Barbuda', 'antiguabarbuda.gif'),
|
|||
|
|
(90, 'Paraguay', 'paraguay.gif'),
|
|||
|
|
(93, 'Thailand', 'thailand.gif'),
|
|||
|
|
(92, 'Union of Soviet Socialist Republics', 'ussr.gif'),
|
|||
|
|
(94, 'Senegal', 'senegal.gif'),
|
|||
|
|
(95, 'Togo', 'togo.gif'),
|
|||
|
|
(96, 'North Korea', 'northkorea.gif'),
|
|||
|
|
(97, 'Croatia', 'croatia.gif'),
|
|||
|
|
(98, 'Estonia', 'estonia.gif'),
|
|||
|
|
(99, 'Colombia', 'colombia.gif'),
|
|||
|
|
(100, 'Lebanon', 'lebanon.gif'),
|
|||
|
|
(101, 'Latvia', 'latvia.gif'),
|
|||
|
|
(102, 'Costa Rica', 'costarica.gif'),
|
|||
|
|
(103, 'Egypt', 'egypt.gif'),
|
|||
|
|
(104, 'Bulgaria', 'bulgaria.gif'),
|
|||
|
|
(105, 'Isla de Muerte', 'jollyroger.gif'),
|
|||
|
|
(107, 'Pirates', 'jollyroger.gif');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `downloadspeed`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `downloadspeed` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(50) NOT NULL,
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=19 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `downloadspeed`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `downloadspeed` (`id`, `name`) VALUES
|
|||
|
|
(1, '64kbps'),
|
|||
|
|
(2, '128kbps'),
|
|||
|
|
(3, '256kbps'),
|
|||
|
|
(4, '512kbps'),
|
|||
|
|
(5, '768kbps'),
|
|||
|
|
(6, '1Mbps'),
|
|||
|
|
(7, '1.5Mbps'),
|
|||
|
|
(8, '2Mbps'),
|
|||
|
|
(9, '3Mbps'),
|
|||
|
|
(10, '4Mbps'),
|
|||
|
|
(11, '5Mbps'),
|
|||
|
|
(12, '6Mbps'),
|
|||
|
|
(13, '7Mbps'),
|
|||
|
|
(14, '8Mbps'),
|
|||
|
|
(15, '9Mbps'),
|
|||
|
|
(16, '10Mbps'),
|
|||
|
|
(17, '48Mbps'),
|
|||
|
|
(18, '100Mbit');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `faq`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `faq` (
|
|||
|
|
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`link_id` smallint(5) unsigned NOT NULL,
|
|||
|
|
`lang_id` smallint(5) unsigned NOT NULL DEFAULT '6',
|
|||
|
|
`type` enum('categ','item') NOT NULL DEFAULT 'item',
|
|||
|
|
`question` text NOT NULL,
|
|||
|
|
`answer` text NOT NULL,
|
|||
|
|
`flag` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
|||
|
|
`categ` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`order` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=476 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `faq`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `faq` (`id`, `link_id`, `lang_id`, `type`, `question`, `answer`, `flag`, `categ`, `order`) VALUES
|
|||
|
|
(1, 1, 25, 'categ', '遶咏せ菫。諱ッ', '', 1, 0, 1),
|
|||
|
|
(2, 2, 25, 'categ', '逕ィ謌キ菫。諱ッ', '', 1, 0, 2),
|
|||
|
|
(3, 3, 25, 'categ', '謨ー謐ョ扈溯ョ。', '', 1, 0, 3),
|
|||
|
|
(4, 4, 25, 'categ', '蜿大ク�', '', 1, 0, 4),
|
|||
|
|
(5, 5, 25, 'categ', '荳玖スス', '', 1, 0, 5),
|
|||
|
|
(6, 6, 25, 'categ', '謌題ッ・諤取�キ謠仙合荳玖スス騾溷コヲ��', '', 1, 0, 6),
|
|||
|
|
(7, 7, 25, 'categ', '謌醍噪鄂醍サ懈署萓帛膚��SP�我スソ逕ィ莠�乗�莉」逅�よ�蠎碑ッ・諤惹ケ亥★��', '', 1, 0, 7),
|
|||
|
|
(8, 8, 25, 'categ', '荳コ莉荵域�霑樔ク堺ク奇シ滄埓驕捺�陲ォ鄂醍ォ吝ア剰反莠�シ�', '', 1, 0, 8),
|
|||
|
|
(9, 9, 25, 'categ', '螯よ棡莉手ソ咎㈹謇セ荳榊芦謌醍噪髣ョ鬚倡噪隗」遲費シ梧�隸・諤惹ケ亥萱��', '', 1, 0, 9),
|
|||
|
|
(10, 10, 25, 'item', '蛻ー蠎穂サ荵域弍BT��ittorrent�会シ滓�隕∝ヲゆス墓燕閭ス蠑�芦霑咏アサ遞句コ擾シ�', '蜿ら恚<a class="faqlink" href="http://www.btfaq.com/">Brian逧ВitTorrent FAQ蜿頑欠蟇シ</a>縲�', 1, 1, 1),
|
|||
|
|
(11, 11, 25, 'item', '謌台サャ謐仙�譚・逧�蝶荳雁頭蜆ソ蜴サ莠�シ�', '謇譛画告蜉ゥ逧�蝶逕ィ莠守サエ謚、譛榊苅蝎ィ逧�エケ逕ィ縲�', 1, 1, 2),
|
|||
|
|
(12, 12, 25, 'item', '謌台サ主頭驥悟庄莉・謳槫芦貅蝉サ」遐∫噪諡キ雍晢シ�', '霑吩クェTracker菴ソ逕ィ逧�弍NexusPHP逧�サ」遐√ゆサ」遐∬執蜿紋コ句ョ懶シ瑚ッキ逵�<a class="faqlink" href="aboutnexus.php">霑咎㈹</a>縲�<br />\r\nNexusPHP逧�サ」遐∵弍譬ケ謐ョTBSource逧�コ千�∵隼蜀咏噪縲5BDev鄂醍ォ呻シ卦racker貅蝉サ」遐∽サ・蜿顔、セ蛹コ隶コ蝮幃�蝨ィ霑咎㈹��<a class="faqlink" href="http://www.tbdev.net/">TBDev.net</a>縲�', 1, 1, 3),
|
|||
|
|
(13, 13, 25, 'item', '謌第ウィ蜀御コ�ク荳ェ雍ヲ蜿キ菴�弍蜊エ豐。譛画噺蛻ー鬪瑚ッ�ぐ莉カ��', '霑吝セ域怏蜿ッ閭ス譏ッTracker謇蝨ィ逧�恪蜉。蝎ィ鄂醍サ懷�邇ー莠�琉鬚倥ゆス�蜿ッ莉・蝪ォ蜀�<a href="confirm_resend.php" class="faqlink">霑吩クェ陦ィ譬シ</a>隶ゥ譛榊苅蝎ィ驥榊書鬪瑚ッ�ぐ莉カ縲�<br />\r\n騾壼クク豐。譛牙セ怜芦遑ョ隶、逧�ウィ蜀悟ク先姐莨壼惠24蟆乗慮蜷手「ォ蛻�髯、�梧園莉・菴�蜿ッ莉・蝨ィ隨ャ莠悟、ゥ驥崎ッ輔る怙隕∵ウィ諢冗噪譏ッ�悟ヲよ棡菴�隨ャ荳谺。豐。譛画噺蛻ー遑ョ隶、菫。�檎ャャ莠梧ャ。譛牙セ亥、ァ逧�庄閭ス莉咲┯譌�豕墓噺蛻ー遑ョ隶、菫。�梧園莉・謐「荳荳ェE-mail蝨ー蝮譏ッ荳荳ェ荳埼漠逧�クサ諢上�', 1, 2, 1),
|
|||
|
|
(14, 14, 25, 'item', '謌大ソ倩ョー莠��逧�畑謌キ蜷�/蟇��∽コ�シ瑚�蟶ョ謌第伽蝗樊擂荵茨シ�', '隸キ蝪ォ蜀�<a class="faqlink" href="recover.php">霑吩クェ陦ィ蜊�</a>�梧�莉ャ蟆�滑逋サ蠖戊ッヲ諠�書霑倡サ吩ス�縲�', 1, 2, 2),
|
|||
|
|
(15, 15, 25, 'item', '謌大庄莉・扈呎�逧�エヲ蜿キ謾ケ荳ェ蜷榊ュ嶺ケ茨シ�', '謌台サャ蟷カ荳肴髪謖∫サ呵エヲ蜿キ謾ケ蜷阪�', 1, 2, 3),
|
|||
|
|
(16, 16, 25, 'item', '菴�蜿ッ莉・蛻�髯、荳荳ェ�亥キイ遑ョ隶、逧�シ芽エヲ蜿キ荵茨シ�', '謌台サャ荳闊ャ荳肴署萓幄ッ・邀サ譛榊苅�梧園莉・荳崎ヲ∬ッキ豎ょ唖髯、莉サ菴穂ク荳ェ陲ォ菴�驍隸キ逧�ク仙捷縲�', 1, 2, 4),
|
|||
|
|
(17, 17, 25, 'item', '驍」荵茨シ御サ荵域弍謌醍噪蛻�コォ邇�シ�atio�会シ�', '蟆ア蝨ィ鬘オ髱「蜉溯�蛻�玄逧�ク矩擇縲�<br />\r\n<br />\r\n<img src="pic/ratio.png" alt="ratio" />\r\n<br />\r\n<br />\r\n蛹コ蛻�ス�逧�紛菴灘�莠ォ邇�柱迢ャ遶句�莠ォ邇�弍蠕磯㍾隕∫噪縲よ紛菴灘�莠ォ邇��豕ィ逧�弍閾ェ莉惹ス�蜉�蜈・遶咏せ莉・譚・�瑚エヲ蜿キ逧�紛菴謎ク贋シ�荳惹ク玖スス驥上り檎峡遶句�莠ォ邇��髓亥ッケ豈丈ク荳ェ菴�豁」蝨ィ荳玖スス謌門★遘咲噪譁�サカ縲�r\n<br />\r\n<br />\r\n菴�蜿ッ閭ス逵句芦荳、遘咲ャヲ蜿キ譚・莉」譖ソ謨ー蟄暦シ�"Inf."�瑚ソ吩クェ譏ッ譌�髯撰シ�nfinity�臥噪郛ゥ蜀呻シ梧э諤晄弍菴�逧�ク玖スス驥丈クコ0蟄苓鰍�瑚御ク贋シ�驥丞�譏ッ莉サ諢丈ク荳ェ髱樣峺逧�シ(荳贋シ�驥�/荳玖スス驥�=譌�遨キ螟ァ)��"---"�悟コ碑ッ・陲ォ隗�クコ窶應ク榊庄逕ィ窶晢シ瑚ソ呵ッエ譏惹コ�ス�逧�ク玖スス驥丞柱荳贋シ�驥城�譏ッ0蟄苓鰍縲�(荳贋シ�驥�/荳玖スス驥�=0/0 霑呎弍荳荳ェ荳咲。ョ螳夂噪驥�)縲�r\n', 1, 2, 5),
|
|||
|
|
(18, 18, 25, 'item', '荳コ莉荵域�逧ИP蝨ー蝮譏セ遉コ蝨ィ謌醍噪荳ェ莠コ菫。諱ッ鬘オ髱「荳奇シ�', '蜿ェ譛我ス�閾ェ蟾ア蜥檎ス醍ォ儁oderator蜿贋サ・荳顔噪邂。逅�遭蜿ッ莉・逵句芦菴�逧ИP蝨ー蝮蜥窪mail縲よ勸騾夂畑謌キ譏ッ逵倶ク榊芦霑吩コ帑ソ。諱ッ逧��', 1, 2, 6),
|
|||
|
|
(21, 21, 25, 'item', '荳コ莉荵域�逧�懷庄霑樊磁窶晄弍窶懷凄窶晢シ滂シ井サ・蜿贋クコ莉荵域�髴隕∝�豕ィ霑吩クェ髣ョ鬚假シ滂シ�', 'Tracker譛榊苅蝎ィ隶、荳コ菴�蝨ィ髦イ轣ォ蠅吝錘�梧�閠�惠NAT譯・謗・蜷趣シ悟ケカ荳疲裏豕墓磁謾カ蜈カ莉鳳eer逧�ソ樊磁隸キ豎ゅ�r\n<br />\r\n<br />\r\n霑呎э蜻ウ逹蜈カ螳�噪螟ァ謇ケPeer譌�豕戊ソ樊磁蛻ー菴��悟宵閭ス逕ア菴�霑樊磁蛻ー莉紋サャ縲よ峩邉溽ウ慕噪諠��譏ッ�悟ヲよ棡荳、荳ェPeer驛ス螟�コ手ソ呎�キ逧�憾諤�シ御サ紋サャ蟆�ョ悟�譌�豕戊ソ樊磁蛻ー蟇ケ譁ケ縲りソ吝ッケ莠取紛菴馴溷コヲ譛臥捩髱槫クク荳榊茜逧�スア蜩阪�r\n<br />\r\n<br />\r\n蟇ケ莠手ソ吩クェ髣ョ鬚假シ梧怏莉・荳玖ァ」蜀ウ譁ケ蠑擾シ壼ッケ莠朱亟轣ォ蠅呻シ梧遠蠑逕ィ莠取磁謾カ霑樊磁逧�ォッ蜿」�亥叉菴�蝨ィBT螳「謌キ遶ッ荳ュ螳壻ケ臥噪遶ッ蜿」�会シ帛ッケ莠晒AT�御ス�髴隕��鄂ョNAT譛榊苅蝎ィ菴ソ逕ィBasic NAT譁ケ蠑剰御ク肴弍NAPT�井ク榊酔逧�キッ逕ア譛臥捩荳榊酔逧�ソ占。梧婿蠑上らソサ髦�ス�逧�キッ逕ア譁�。」謌門ョ「譛崎ョコ蝮帙ゆス�荵溷庄莉・蝨ィ<a class="faqlink" href="http://portforward.com/">PortForward</a>謇セ蛻ー蜈ウ莠取ュ、髣ョ鬚倡噪螟ァ驥丈ソ。諱ッ�峨�r\n\r\n\r\n\r\n\r\n\r\n', 1, 2, 9),
|
|||
|
|
(22, 22, 25, 'item', '荳榊酔逧�畑謌キ遲臥コァ莉」陦ィ莠�サ荵亥性荵会シ�', '<table cellspacing="3" cellpadding="0">\r\n<tr>\r\n<td class="embedded" width="200" valign="top"> <b class="Peasant_Name">Peasant</b></td>\r\n<td class="embedded" width="5"> </td>\r\n<td class="embedded"> 陲ォ髯咲コァ逧�畑謌キ�御サ紋サャ譛�30螟ゥ譌カ髣エ譚・謠仙合蛻�コォ邇�シ悟凄蛻吩サ紋サャ莨夊「ォ雕「縲ゆク崎�蜿題。ィ雜」蜻ウ逶貞�螳ケ�帑ク崎�逕ウ隸キ蜿区ュ體セ謗・�帑ク崎�荳贋シ�蟄怜ケ輔�r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="User_Name">User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">譁ー逕ィ謌キ逧�サ倩ョ、郤ァ蛻ォ縲ょ宵閭ス蝨ィ豈丞捉蜈ュ荳ュ蜊�12轤ケ閾ウ豈丞捉譌・譎壻ク�11轤ケ59蛻�書蟶�ァ榊ュ舌�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="PowerUser_Name">Power User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蠕怜芦荳荳ェ驍隸キ蜷埼「晢シ帛庄莉・逶エ謗・蜿大ク�ァ榊ュ撰シ帛庄莉・譟・逵起FO譁�。」�帛庄莉・譟・逵狗畑謌キ蛻苓。ィ�帛庄莉・隸キ豎らサュ遘搾シ� 蜿ッ莉・蜿鷹��隸キ�� 蜿ッ莉・譟・逵区賜陦梧ヲ懶シ帛庄莉・譟・逵句�螳�畑謌キ逧�ァ榊ュ仙紙蜿イ(螯よ棡逕ィ謌キ髫千ァ∫ュ臥コァ譛ェ隶セ鄂ョ荳コ"蠑コ")�� 蜿ッ莉・蛻�髯、閾ェ蟾ア荳贋シ�逧�ュ怜ケ輔�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="EliteUser_Name">Elite User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded"><b class="EliteUser_Name">Elite User</b>蜿贋サ・荳顔畑謌キ蟆∝ュ倩エヲ蜿キ蜷惹ク堺シ夊「ォ蛻�髯、縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="CrazyUser_Name">Crazy User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蠕怜芦荳、荳ェ驍隸キ蜷埼「晢シ帛庄莉・蝨ィ蛛夂ァ�/荳玖スス/蜿大ク�噪譌カ蛟咎画叫蛹ソ蜷肴ィ。蠑上�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="InsaneUser_Name">Insane User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蜿ッ莉・譟・逵区勸騾壽律蠢励�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="VeteranUser_Name">Veteran User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蠕怜芦荳我クェ驍隸キ蜷埼「晢シ帛庄莉・譟・逵句�螳�畑謌キ逧�ッ�ョコ縲∝ク門ュ仙紙蜿イ縲�<b class="VeteranUser_Name">Veteran User</b>蜿贋サ・荳顔畑謌キ莨壽ーク霑應ソ晉蕗雍ヲ蜿キ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="ExtremeUser_Name">Extreme User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蜿ッ莉・譖エ譁ー霑�悄逧�、夜Κ菫。諱ッ�帛庄莉・譟・逵畿xtreme User隶コ蝮帙�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="UltimateUser_Name">Ultimate User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蠕怜芦莠比クェ驍隸キ蜷埼「昴�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="NexusMaster_Name">Nexus Master</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蠕怜芦蜊∽クェ驍隸キ蜷埼「昴�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <img class="star" src="pic/trans.gif" alt="Star" /></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">荳コ鄂醍ォ呎告谺セ逧�クサ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="VIP_Name">雍オ螳セ(VIP)</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蜥�<b class="NexusMaster_Name">Nexus Master</b>諡・譛臥嶌蜷梧揀髯仙ケカ陲ォ隶、荳コ譏ッ邊セ闍ア謌仙遭縲ょ�髯、閾ェ蜉ィ髯咲コァ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="User_Name">蜈カ螳�</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">閾ェ螳壻ケ臥ュ臥コァ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="Retiree_Name">蜈サ閠∵酪(Retiree)</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">騾莨大錘逧�ョ。逅�サ��蜻倥�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="Uploader_Name">蜿大ク�遭(Uploader)</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">荳捺ウィ逧�書蟶��ょ�髯、閾ェ蜉ィ髯咲コァ�帛庄莉・譟・逵句諺蜷咲畑謌キ逧�悄螳櫁コォ莉ス縲�</td>\r\n</tr>\r\n<tr>\r\n<td cla
|
|||
|
|
(23, 23, 25, 'item', '謠仙合蜥碁剄郤ァ蜿域弍諤取�キ陲ォ謇ァ陦檎噪蜻「��', '<table cellspacing="3" cellpadding="0">\r\n<tr>\r\n<td class="embedded" width="200" valign="top"> <b class="Peasant_Name">Peasant</b></td>\r\n<td class="embedded" width="5"> </td>\r\n<td class="embedded" valign="top">蠖謎サ・荳区ュ蜀オ譌カ蟆�「ォ閾ェ蜉ィ髯崎�譛ャ郤ァ��<br />\r\n1.螯よ棡菴�蟾イ扈丈ク玖スス莠�カ�ソ�50GB�御ス�蠎碑ッ・譛牙、ァ莠�0.4逧��莠ォ邇��<br />\r\n2.螯よ棡菴�蟾イ扈丈ク玖スス莠�カ�ソ�100GB�御ス�蠎碑ッ・譛牙、ァ莠�0.5逧��莠ォ邇��<br />\r\n3.螯よ棡菴�蟾イ扈丈ク玖スス莠�カ�ソ�200GB�御ス�蠎碑ッ・譛牙、ァ莠�0.6逧��莠ォ邇��<br />\r\n4.螯よ棡菴�蟾イ扈丈ク玖スス莠�カ�ソ�400GB�御ス�蠎碑ッ・譛牙、ァ莠�0.7逧��莠ォ邇��<br />\r\n5.螯よ棡菴�蟾イ扈丈ク玖スス莠�カ�ソ�800GB�御ス�蠎碑ッ・譛牙、ァ莠�0.8逧��莠ォ邇��</td>\r\n</tr>\r\n\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="PowerUser_Name">Power User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢�。サ豕ィ蜀瑚�蟆�4蜻ィ�悟ケカ荳比ク玖スス閾ウ蟆�50G�悟�莠ォ邇�、ァ莠�1.05縲�<br />\r\n蠖捺擅莉カ隨ヲ蜷域慮蟆�「ォ閾ェ蜉ィ謠仙合縲よウィ諢擾シ梧裏隶コ菴墓慮�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�0.95�御ス�蟆��蜉ィ髯咲コァ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="EliteUser_Name">Elite User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢�。サ豕ィ蜀瑚�蟆�8蜻ィ�悟ケカ荳比ク玖スス閾ウ蟆�120G�悟�莠ォ邇�、ァ莠�1.55縲�r\n<br />\r\n蠖捺擅莉カ隨ヲ蜷域慮蟆�「ォ閾ェ蜉ィ謠仙合縲よウィ諢擾シ梧裏隶コ菴墓慮�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�1.45�御ス�蟆��蜉ィ髯咲コァ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="CrazyUser_Name">Crazy User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢�。サ豕ィ蜀瑚�蟆�15蜻ィ�悟ケカ荳比ク玖スス閾ウ蟆�300G�悟�莠ォ邇�、ァ莠�2.05縲�r\n<br />\r\n蠖捺擅莉カ隨ヲ蜷域慮蟆�「ォ閾ェ蜉ィ謠仙合縲よウィ諢擾シ梧裏隶コ菴墓慮�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�1.95�御ス�蟆��蜉ィ髯咲コァ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="InsaneUser_Name">Insane User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢�。サ豕ィ蜀瑚�蟆�25蜻ィ�悟ケカ荳比ク玖スス閾ウ蟆�500G�悟�莠ォ邇�、ァ莠�2.55縲�<br />\r\n蠖捺擅莉カ隨ヲ蜷域慮蟆�「ォ閾ェ蜉ィ謠仙合縲よウィ諢擾シ梧裏隶コ菴墓慮�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�2.45�御ス�蟆��蜉ィ髯咲コァ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="VeteranUser_Name">Veteran User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢�。サ豕ィ蜀瑚�蟆�40蜻ィ�悟ケカ荳比ク玖スス閾ウ蟆�750G�悟�莠ォ邇�、ァ莠�3.05縲�<br />\r\n蠖捺擅莉カ隨ヲ蜷域慮蟆�「ォ閾ェ蜉ィ謠仙合縲よウィ諢擾シ梧裏隶コ菴墓慮�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�2.95�御ス�蟆��蜉ィ髯咲コァ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="ExtremeUser_Name">Extreme User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢�。サ豕ィ蜀瑚�蟆�60蜻ィ�悟ケカ荳比ク玖スス閾ウ蟆�1TB�悟�莠ォ邇�、ァ莠�3.55縲�<br />\r\n蠖捺擅莉カ隨ヲ蜷域慮蟆�「ォ閾ェ蜉ィ謠仙合縲よウィ諢擾シ梧裏隶コ菴墓慮�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�3.45�御ス�蟆��蜉ィ髯咲コァ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="UltimateUser_Name">Ultimate User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢�。サ豕ィ蜀瑚�蟆�80蜻ィ�悟ケカ荳比ク玖スス閾ウ蟆�1.5TB�悟�莠ォ邇�、ァ莠�4.05縲�<br />\r\n蠖捺擅莉カ隨ヲ蜷域慮蟆�「ォ閾ェ蜉ィ謠仙合縲よウィ諢擾シ梧裏隶コ菴墓慮�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�3.95�御ス�蟆��蜉ィ髯咲コァ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="NexusMaster_Name">Nexus Master</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢�。サ豕ィ蜀瑚�蟆�100蜻ィ�悟ケカ荳比ク玖スス閾ウ蟆�3TB�悟�莠ォ邇�、ァ莠�4.55縲�<br />\r\n蠖捺擅莉カ隨ヲ蜷域慮蟆�「ォ閾ェ蜉ィ謠仙合縲よウィ諢擾シ梧裏隶コ菴墓慮�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�4.45�御ス�蟆��蜉ィ髯咲コァ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <img class="star" src="pic/trans.gif" alt="Star" /></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蜿ェ髴謐先ャセ�
|
|||
|
|
(25, 25, 25, 'item', '荳コ莉荵域�逧�恚蜿倶ク崎�蜉�蜈・��', '逕ィ謌キ謨ー逶ョ譛画園髯仙宛�井ス�蜿ッ莉・譟・逵銀憺ヲ夜。オ->遶咏せ謨ー謐ョ->荳企剞窶晢シ峨ょス楢セセ蛻ー驍」荳ェ謨ー逶ョ譌カ�梧�莉ャ莨壼●豁「謗・蜿玲眠謌仙遭縲�<br />\r\n逕ア莠朱撼豢サ霍�畑謌キ(髟ソ譛滉ク堺スソ逕ィ雍ヲ蜿キ逧�畑謌キ)蠑戊オキ雍ヲ蜿キ襍�コ先オェ雍ケ�悟屏豁、謌台サャ蟆�ク�炊隸・驛ィ蛻�畑謌キ�御クコ蜈カ莉匁Φ蜉�蜈・逕ィ謌キ閻セ蜃コ遨コ髣エ縲�<br />\r\n蜈ウ莠朱撼豢サ霍�畑謌キ貂�炊隗���悟盾閠�<a class="faqlink" href="rules.php">隗��</a>縲�', 1, 2, 13),
|
|||
|
|
(26, 26, 25, 'item', '諤取�キ閾ェ螳壻ケ牙、エ蜒擾シ�', '鬥門��梧伽荳荳ェ菴�蝟懈ャ「逧�崟迚�シ悟ス鍋┯莠�ョ�ク崎�霑晏渚謌台サャ逧�<a class="faqlink" href="rules.php">隗��</a>縲ら┯蜷惹ス�隕∵伽荳荳ェ蟄俶叛螳�噪蝨ー譁ケ�梧ッ疲婿隸エ謌台サャ閾ェ蟾ア逧�<a class="faqlink" href="bitbucket-upload.php">荳贋シ�蝎ィ</a>縲ょ�莠取恪蜉。蝎ィ雍溯スス逧��剔�梧�莉ャ譖エ蟶梧悍菴�蟆�崟迚�ク贋シ�蛻ー蛻ォ逧�ス醍ォ呻シ檎┯蜷主ー��URL邊倩エエ蛻ー菴�逧�<a class="faqlink" href="usercp.php?action=personal">謗ァ蛻カ髱「譚ソ</a>逧�、エ蜒酋RL驛ィ蛻�� <br />\r\n<br />\r\n隸キ荳崎ヲ∽クコ莠�サ�サ�オ玖ッ募、エ蜒剰悟書蟶悶ょヲよ棡荳蛻�。コ蛻ゥ�御ス�蟆�惠菴�逧�ッヲ諠�。オ髱「逵句芦螳��', 1, 2, 14),
|
|||
|
|
(27, 27, 25, 'item', '譛蟶ク隗∫噪謨ー謐ョ譛ェ閭ス蠕怜芦譖エ譁ー逧�次蝗�', '<ul>\r\n<li>譛榊苅蝎ィ霑�スス/譛ェ蜩榊コ斐ょ宵隕∝ー晁ッ慕捩菫晄戟莨夊ッ晉峩蛻ー譛榊苅蝎ィ諱「螟榊桃蠎�(荳肴耳闕占ソ樒サュ謇句勘蛻キ譁ー�瑚ソ呎�キ莨壼刈驥肴恪蜉。蝎ィ雍溯スス)縲�</li>\r\n<li>菴�豁」蝨ィ菴ソ逕ィ荳咲ィウ螳夂噪螳「謌キ遶ッ縲ょヲよ棡菴�諠ウ隕∽スソ逕ィ豬玖ッ慕沿謌冶�VS迚域悽�御ス�髴隕∬�蟾ア謇ソ諡�罰豁、蟶ヲ譚・逧�」朱勦縲�</li>\r\n</ul>', 1, 3, 1),
|
|||
|
|
(28, 28, 25, 'item', '譛菴ウ逧�ー晁ッ�', '<ul>\r\n<li>螯よ棡菴�蠖灘燕豁」荳玖スス/荳贋シ�逧�ァ榊ュ仙ケカ荳榊惠菴�逧�畑謌キ隸ヲ諠�。オ髱「荳ュ�御ス�蜿ッ莉・遲我ク莨壽�閠�シコ蛻カ霑幄。梧焔蜉ィ譖エ譁ー縲�</li>\r\n<li>遑ョ菫昜ス�豁」遑ョ蝨ー蜈ウ髣ュ莠�ョ「謌キ遶ッ霓ッ莉カ�悟凄蛻儺racker譛榊苅蝎ィ譌�豕墓噺蛻ー"event=completed"逧�ソ。蜿キ縲�</li>\r\n<li>螯よ棡Tracker譛榊苅蝎ィ謖ゆコ�シ御ク崎ヲ∝●豁「荳贋シ�縲ょ宵隕∝惠菴�騾蜃コ螳「謌キ遶ッ荵句燕譛榊苅蝎ィ諱「螟榊キ・菴懶シ梧園譛臥噪謨ー謐ョ驛ス莨壼セ怜芦豁」遑ョ蝨ー譖エ譁ー縲�</li>\r\n</ul>', 1, 3, 2),
|
|||
|
|
(29, 29, 25, 'item', '謌大庄莉・莉サ諢城画叫Bittorrent螳「謌キ遶ッ霓ッ莉カ荵茨シ�', '譬ケ謐ョ<a class="faqlink" href="aboutnexus.php">NexusPHP</a>蟇ケ蟶ク隗。itTorrent螳「謌キ遶ッ逧�オ玖ッ包シ檎岼蜑肴悽遶儺racker<b>蜿ェ蜈∬ョク</b>菴ソ逕ィ莉・荳狗噪BitTorrent螳「謌キ遶ッ霓ッ莉カ縲�<br />\r\n<a class="faqlink" href="aboutnexus.php">NexusPHP</a>逧�オ玖ッ墓冠蜻雁庄<a class="faqlink" href="http://www.nexusphp.com/wiki/%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%B5%8B%E8%AF%95%E6%8A%A5%E5%91%8A">蝨ィ豁、譟・逵�</a>縲�r\n<br />\r\n<b>Windows:</b>\r\n<ul>\r\n<li><a class="faqlink" href="http://azureus.sourceforge.net">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2蜿雁錘扈ュ迚域悽</li>\r\n<li><a class="faqlink" href="http://www.utorrent.com">uTorrent</a>: 1.6.1, 1.7.5, 1.7.6, 1.7.7, 1.8Beta(Build 10364), 2.0(Build 17624)蜿雁錘扈ュ迚域悽</li>\r\n<li><a class="faqlink" href="http://www.bittorrent.com">BitTorrent</a>: 6.0.1, 6.0.2, 6.0.3蜿雁錘扈ュ迚域悽</li>\r\n<li><a class="faqlink" href="http://deluge-torrent.org">Deluge</a>: 0.5.9.1, 1.1.6蜿雁錘扈ュ迚域悽</li>\r\n<li><a class="faqlink" href="http://rufus.sourceforge.net">Rufus</a>: 0.6.9, 0.7.0蜿雁錘扈ュ迚域悽</li>\r\n</ul>\r\n<b>Linux:</b>\r\n<ul>\r\n<li><a class="faqlink" href="http://azureus.sourceforge.net">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2蜿雁錘扈ュ迚域悽</li>\r\n<li><a class="faqlink" href="http://deluge-torrent.org">Deluge</a>: 0.5.9.1, 1.1.6蜿雁錘扈ュ迚域悽</li>\r\n<li><a class="faqlink" href="http://rufus.sourceforge.net">Rufus</a>: 0.6.9, 0.7.0蜿雁錘扈ュ迚域悽</li>\r\n<li><a class="faqlink" href="http://www.transmissionbt.com">Transmission</a>: 1.21蜿雁錘扈ュ迚域悽</li>\r\n<li><a class="faqlink" href="http://libtorrent.rakshasa.no">rTorrent</a>: 0.8.0�磯�蜷�ibtorrent 0.12.0謌門錘扈ュ迚域悽�牙所蜷守サュ迚域悽</li>\r\n<li><a class="faqlink" href="http://www.rahul.net/dholmes/ctorrent/">Enhanced CTorrent</a>: 3.3.2蜿雁錘扈ュ迚域悽</li>\r\n</ul>\r\n<b>MacOS X:</b>\r\n<ul>\r\n<li><a class="faqlink" href="http://azureus.sourceforge.net">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2蜿雁錘扈ュ迚域悽</li>\r\n<li><a class="faqlink" href="http://www.transmissionbt.com">Transmission</a>: 1.21蜿雁錘扈ュ迚域悽</li>\r\n<li><a class="faqlink" href="http://sourceforge.net/projects/bitrocket/">BitRocket</a>: 0.3.3(32)蜿雁錘扈ュ迚域悽</li>\r\n</ul>\r\n<b>Symbian (莉�セ帶オ玖ッ�):</b>\r\n<ul>\r\n<li><a class="faqlink" href="http://amorg.aut.bme.hu/projects/symtorrent">SymTorrent</a>: 1.41蜿雁錘扈ュ迚域悽</li>\r\n</ul>\r\n<br />\r\n\r\n<b>莉・荳雁ョ「謌キ遶ッ蝨ィhttps謾ッ謖∵婿髱「</b>\r\n<ul>\r\n<li>uTorrent 1.61: 譌�豕募㊥遑ョ隗」譫辛ttps逧дracker, 蜷梧慮蝨ィ菴ソ逕ィ莨壼ー��蟾ア譬�ッ�クコuTorrent 1.5</li>\r\n<li>Rufus: 豐。譛栄ttps謾ッ謖�, 蟷カ荳泌キイ扈丞�蟷エ豐。譛臥サァ扈ュ蠑蜿�</li>\r\n<li>rtorrent: 髴隕∵焔蟾・隶セ鄂ョSSL隸∽ケヲ, 隸ヲ扈�ソ。諱ッ隸キ閾ェ陦梧衍髦��螳俶婿鄂醍ォ呵ッエ譏�</li>\r\n</ul>\r\n\r\n<br />\r\n\r\n蜷梧慮隸キ蟆ス驥城∩蜈堺スソ逕ィ螟�コ取オ玖ッ墓悄逧�ョ「謌キ遶ッ霓ッ莉カ, 螯VTorrent 1.8.0B縲�r\n\r\n荳コ莠�サ取悽遶吝セ怜芦譛螂ス逧�ク玖スス菴馴ェ�,謌台サャ鬮伜コヲ謗ィ闕�<a class="faqlink" href="http://www.utorrent.com/download.php">uTorrent</a> 莉・蜿�<a class="faqlink" href="http://azureus.sourceforge.net/download.php">Azureus</a>霑吩ク、荳ェ霓ッ莉カ逧�怙譁ー遞ウ螳夂沿縲�', 1, 5, 3),
|
|||
|
|
(30, 30, 25, 'item', '荳コ莉荵域�豁」蝨ィ荳玖スス/蛛夂ァ咲噪荳荳ェ遘榊ュ蝉シ壼惠謌醍噪隸ヲ諠�。オ髱「荳ュ陲ォ蛻怜�螟壽ャ。��', '螯よ棡蝗�荳コ譟蝉コ帛次蝗�(豈疲婿隸エ豁サ譛コ�悟ョ「謌キ遶ッ螟ア蜴サ蜩榊コ�)菴�逧�ョ「謌キ遶ッ髱樊ュ」蟶ク騾蜃コ蟷カ荳比ス�蜿磯㍾譁ー謇灘シ螳�シ悟ョ�シ夊「ォ蛻��蛻ー荳荳ェ蜈ィ譁ー逧Пeer ID, 霑呎�キ螳�仞遉コ荳コ荳荳ェ蜈ィ譁ー逧�ァ榊ュ舌り梧立逧�ァ榊ュ仙ー�ーク霑應ク堺シ壽噺蛻ー窶彳vent=completed窶晄�窶彳vent=stopped窶晉噪菫。蜿キ�悟屏豁、蟆�ク逶エ陲ォ蛻怜�逶エ蛻ーTracker貂�炊雜�慮逧Пeer縲� 譌�隗�コ�ョ�ーア蜿ッ莉・莠�シ悟ョ�怙蜷惹シ壽カ亥、ア逧��', 1, 3, 4),
|
|||
|
|
(31, 31, 25, 'item', '荳コ莉荵域�蟾イ扈丞ョ梧�/蜿匁カ育噪遘榊ュ蝉サ咲┯蝨ィ謌醍噪隸ヲ諠�。オ髱「驥鯉シ�', '譛我ク莠帛ョ「謌キ遶ッ�梧ッ泌ヲりッエTorrentStorm蜥君ova Torrent�悟惠蜿匁カ域�閠�ョ梧�荳荳ェ莉サ蜉。逧�慮蛟吩ク崎�蜷禅racker譛榊苅蝎ィ豁」遑ョ蜿鷹∽ソ。蜿キ縲ょ惠驍」譬キ逧�ュ蜀オ荳具シ卦racker譛榊苅蝎ィ蟆�ク逶エ菫晄戟遲牙セ�ソ。蜿キ逧�憾諤�シ亥屏豁、莨壻ク逶エ蛻怜�遘榊ュ千噪迥カ諤∽クコ蛛夂ァ�/荳玖スス逧�憾諤�シ臥峩蛻ーTracker貂�炊雜�慮逧Пeer縲よ裏隗�コ�ョ�ーア蜿ッ莉・莠�シ悟ョ�怙蜷惹シ壽カ亥、ア逧��', 1, 3, 5),
|
|||
|
|
(33, 33, 25, 'item', '螟唔P�域�蜿ッ莉・莉惹ク榊酔逧�鳩閼醍匳蠖�/荳玖スス蜷暦シ滂シ�', '譏ッ逧�シ檎岼蜑控racker譛榊苅蝎ィ謾ッ謖∝黒荳ェ逕ィ謌キ莉惹ササ諢丈クェ謨ー逧ИP蝨ー蝮蜷梧慮隶ソ髣ョ/荳玖スス縲�<br />\r\n辟カ閠鯉シ悟ッケ莠主黒遘肴弍譛蛾剞蛻カ逧�ょッケ莠取ッ丈クェ遘榊ュ撰シ梧怙螟壼�隶ク3荳ェ蛛夂ァ咲噪霑樊磁�梧怙螟壼宵蜈∬ョク1荳ェ荳玖スス逧�ソ樊磁�郁ソ呎э蜻ウ逹�悟ッケ莠取汾荳ェ遘榊ュ蝉ス�荳谺。蜿ェ閭ス蝨ィ荳荳ェ蝨ー譁ケ荳玖スス�峨�', 1, 3, 7),
|
|||
|
|
(36, 36, 25, 'item', '荳コ莉荵域�荳崎�蜿大ク�ァ榊ュ撰シ�', '隸キ逵�<a class="faqlink" href="rules.php">隗��</a>縲�', 1, 4, 1),
|
|||
|
|
(37, 37, 25, 'item', '謌鷹怙隕∵サ。雜ウ蜩ェ莠帶擅莉カ謇崎�蜉�蜈・蜿大ク�ー冗サ�造��', '菴�謇蠢�。サ貊。雜ウ逧�擅莉カ�喀r\n<ul>\r\n<li>蜈キ譛臥ィウ螳夂噪襍�コ先擂貅�</li>\r\n<li>蟷ウ蝮�ッ丞捉襍�コ仙書蟶�焚驥丈ク榊ー台コ�5荳ェ</li>\r\n</ul>\r\n菴�蠢�。サ遑ョ菫晏書蟶�噪譁�サカ隨ヲ蜷井サ・荳狗音蠕�:\r\n<ul>\r\n<li>荳崎カ�ソ�7螟ゥ荵句燕</li>\r\n<li>菴�蠢�。サ隕∵怏蛛夂ァ咲噪閭ス蜉幢シ梧�閠�庄莉・遑ョ菫晁�蟆第怏謨井セ帷ァ�24蟆乗慮縲�</li>\r\n<li>菴�髴隕∵怏閾ウ蟆題セセ蛻ー2MBit逧�ク贋シ�蟶ヲ螳ス縲�</li>\r\n</ul>\r\n螯よ棡菴�隶、荳コ菴�隨ヲ蜷井サ・荳頑擅莉カ�碁ぅ荵井ク崎ヲ∫柑雎ォ��<a class="faqlink" href="contactstaff.php">閨皮ウサ邂。逅�サ�</a>蜷ァ縲�<br />\r\n<b>隶ー菴擾シ�</b> 莉皮サ�。ォ蜀吩ス�逧�筏隸キ�∫。ョ菫晉筏隸キ荳ュ蛹�性菴�逧�ク贋シ�騾溷コヲ莉・蜿贋ス�隶。蛻貞書蟶�噪蜀�ョケ逧�アサ蝙九�<br />\r\n蜿ェ譛我サ皮サ�。ォ蜀吝ケカ荳皮サ剰ソ��驥崎�剔逧�筏隸キ謇堺シ夂コウ蜈・謌台サャ逧�ァ�㍽縲�', 1, 4, 2),
|
|||
|
|
(38, 38, 25, 'item', '謌大庄莉・蜿大ク�ス�莉ャ霑咎㈹逧�ァ榊ュ仙芦蛻ォ逧Уracker譛榊苅蝎ィ荵茨シ�', '荳崎�縲よ�莉ャ譏ッ荳荳ェ蟆�溜逧��剞蛻カ逕ィ謌キ謨ー逧�、セ蛹コ縲ょ宵譛画ウィ蜀檎畑謌キ謇崎�螟滉スソ逕ィ謌台サャ逧Уracker縲ょー��莉ャ逧�ァ榊ュ先枚莉カ蜿大ク�芦蜈カ莉傍racker譛榊苅蝎ィ譏ッ蠕貞患逧�シ悟屏荳コ扈晏、ァ螟壽焚隸募崟荳玖スス霑吩コ帶枚莉カ逧�ココ蟆�裏豕戊ソ樊磁蛻ー謌台サャ逧�恪蜉。蝎ィ縲ょー��莉ャ逧�ァ榊ュ仙書蟶�芦蜈カ莉傍racker蜿ェ隶ゥ驍」驥檎噪逕ィ謌キ諱シ諤抵シ亥屏荳コ譌�豕穂ク玖スス�牙ケカ荳泌ッケ謌台サャ莠ァ逕滓阜蟇ケ諠�サェ�梧園莉・霑咏ァ崎。御クコ譏ッ謌台サャ譏ッ荳崎�螳ケ蠢咲噪縲�<br />\r\n<br />\r\n螯よ棡蜈カ莉也ス醍ォ咏噪邂。逅�遭蜷第�莉ャ荳セ謚・謌台サャ逧�ァ榊ュ占「ォ蜿大ク�惠莉紋サャ逧�ォ咏せ荳奇シ悟ッケ豁、雍溯エ」逧�畑謌キ蟆�屏豁、陲ォ遘サ蜃コ謌台サャ逧�、セ蛹コ縲�<br />\r\n<br />\r\n菴�弍蟇ケ莠惹サ取�莉ャ霑咎㈹荳玖スス蠕怜芦逧�枚莉カ�御ス�蜿ッ莉・髫乗э謫肴而螳�サャ�亥書蟶���遑ョ隸エ譏惹クコ<b>迢ャ蜊�</b>逧�オ�コ宣勁螟厄シ峨ゆス�蜿ッ莉・蛻カ菴懷嘗荳荳ェ遘榊ュ撰シ悟�蜈・蜈カ莉傍racker逧�慍蝮�悟ケカ蜿大ク�芦菴�蝟懈ャ「逧�ォ咏せ荳翫�', 1, 4, 3),
|
|||
|
|
(39, 39, 25, 'item', '荳玖スス譚・逧�枚莉カ隸・諤惹ケ域遠蠑��', '蝨ィ霑吩サス<a class="faqlink" href="formats.php">謖�シ�</a>驥碁擇謇セ謇セ逵句制縲�', 1, 5, 1),
|
|||
|
|
(40, 40, 25, 'item', '謌台ク玖スス莠�ク驛ィ逕オ蠖ア�御ス�弍荳肴�逋スCAM/TS/TC/SCR譏ッ莉荵域э諤�?', '蝨ィ霑吩サス<a class="faqlink" href="videoformats.php">謖�シ�</a>驥碁擇謇セ謇セ逵句制縲�', 1, 5, 2),
|
|||
|
|
(41, 41, 25, 'item', '荳コ莉荵井ク荳ェ蜿ッ逕ィ逧�ァ榊ュ仙ソス辟カ蟆ア豸亥、ア莠�シ�', '莉・荳句次蝗�驛ス莨壼ッシ閾エ霑吩クェ邇ー雎。逧��邇ー:<br />\r\n(<b>1</b>) 謖臥�<a class="faqlink" href="rules.php">鄂醍ォ呵ァ��</a>�瑚ソ吩クェ遘榊ュ蝉ク咲ャヲ蜷郁ァ��蟾イ陲ォ蛻�髯、縲�r\n<br />\r\n(<b>2</b>) 蜿大ク��屏荳コ譁�サカ蟄伜惠髣ョ鬚倩悟唖髯、莠�ョ�ゆク闊ャ譚・隸エ�悟書蟶��シ壼書蟶�ク荳ェ譖ソ莉」逧�沿譛ャ逧��<br />\r\n(<b>3</b>) 蝨ィ髟ソ譌カ髣エ譁ュ遘榊錘遘榊ュ占「ォ閾ェ蜉ィ蛻�髯、莠��', 1, 5, 3),
|
|||
|
|
(42, 42, 25, 'item', '謌題ッ・諤取�キ扈ュ莨�譁�サカ謌冶�サ吩ク荳ェ譁�サカ扈ュ遘榊造��', '謇灘シ謇ゥ螻募錐荳コ.torrent逧�枚莉カ�悟ス謎ス�逧�ョ「謌キ遶ッ霓ッ莉カ隸「髣ョ菫晏ュ倡噪逶ョ蠖墓慮�碁画叫蟾イ扈丞ュ伜惠逧�枚莉カ蟄俶叛逧�岼蠖包シ悟ョ�ーア閭ス螟溷シ蟋狗サュ莨�/扈ュ遘堺コ��', 1, 5, 4),
|
|||
|
|
(43, 43, 25, 'item', '荳コ莉荵域�逧�ク玖スス譛画慮蛟吝●蝨ィ99%?', '菴�謇荳玖スス蛻ー逧�援谿オ雜雁、夲シ悟ッサ謇セ諡・譛我ス�謇郛コ蟆醍噪迚�ョオ逧�酔莨エ蟆ア蟆�序蠕苓カ雁峅髫セ縲りソ吝ーア譏ッ荳コ莉荵域怏譌カ蛟吝惠荳玖スス蜊ウ蟆�ョ梧�逧�慮蛟呻シ碁溷コヲ莨壼序蠕鈴撼蟶ク諷「�檎爆閾ウ螳悟�蛛懈ュ「莠�ょ宵隕∬仙ソ�ュ牙呻シ梧�譌ゥ謌匁劒蜑ゥ荳狗噪驛ィ蛻�ク螳夊�螟滉ク玖スス蛻ー逧��', 1, 5, 5),
|
|||
|
|
(44, 44, 25, 'item', '"驛ィ蛻�嶋蟶碁ェ瑚ッ∝�髞�"霑呎擅菫。諱ッ譏ッ莉荵域э諤晢シ�', 'BT逧�ョ「謌キ遶ッ莨壽」譟・螳�園謾カ蛻ー逧�焚謐ョ逧�ョ梧紛諤ァ縲ょヲよ棡譟蝉ク荳ェ迚�ョオ蝨ィ鬪瑚ッ∽クュ蜃コ髞呻シ碁ぅ荵郁ソ吩クェ迚�ョオ蟆�「ォ驥肴眠荳玖スス縲ょ�蟆皮噪蜩亥ク碁ェ瑚ッ�漠隸ッ譏ッ髱槫クク蟶ク隗∫噪邇ー雎。�御ク咲畑諡�ソ��<br />\r\n<br />\r\n譛我コ帛ョ「謌キ遶ッ譛牙ア剰反蜷台ス�蜿鷹�漠隸ッ謨ー謐ョ逧��莉門ョ「謌キ遶ッ逧�粥閭ス縲ょヲよ棡譛芽ソ吩クェ騾蛾。ケ�梧怙螂ス謇灘シ螳�ょ屏荳コ霑呎�キ蜿ッ莉・菫晁ッ∝ヲよ棡譟蝉クェ蜷御シエ扈丞クク蜷台ス�蜿鷹�漠隸ッ逧�焚謐ョ譌カ�悟ョ�ー�シ夊「ォ螻剰反縲�', 1, 5, 6),
|
|||
|
|
(45, 45, 25, 'item', '100MB螟ァ蟆冗噪遘榊ュ撰シ梧�諤惹ケ井ク倶コ�120MB逧�ク懆・ソ蝗樊擂?', '蜿りァ∝嶋蟶碁ェ瑚ッ∝、ア雍・逧�ぅ荳ェ髣ョ鬚倥ょヲよ棡菴�逧�ョ「謌キ遶ッ謾カ蛻ー莠�漠隸ッ逧�焚謐ョ�碁ぅ荵亥ョ�ー�シ夐㍾譁ー荳玖スス霑吩ク驛ィ蛻�シ悟屏豁、諤サ荳玖スス驥乗怏蜿ッ閭ス豈皮ァ榊ュ仙、ァ蟆冗払蠕ョ螟ァ荳莠帙ら。ョ菫昶懷ア剰反蜿鷹�漠隸ッ謨ー謐ョ逧�ョ「謌キ遶ッ窶晉噪驍」荳ェ騾蛾。ケ陲ォ謇灘シ莠�シ瑚ソ呎�キ蜿ッ莉・蜃丞ー鷹「晏、也噪荳玖スス縲�', 1, 5, 7),
|
|||
|
|
(46, 46, 25, 'item', '荳コ莉荵域�逧�ョ「謌キ遶ッ逧Уracker譛榊苅蝎ィ迥カ諤∝�邇ー"Your ratio is too low! You need to wait xx h to start"逧�漠隸ッ��', '蝨ィ<b>譁ー</b>遘榊ュ占「ォ荳贋シ�蛻ーTracker譛榊苅蝎ィ荵句錘�梧怏荳莠帷畑謌キ蠢�。サ遲我ク莠帶慮髣エ謇崎�蠑蟋倶ク玖スス縲�<br>\r\n霑吩クェ蟒カ霑溷宵莨壼スア蜩埼ぅ莠帛�莠ォ邇�セ�ス惹ク比ク玖スス驥丞、ァ莠�10G逧�畑謌キ縲�<br />\r\n<br />\r\n<table cellspacing="3" cellpadding="0">\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.4</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">蟒カ霑�</td>\r\n <td class="embedded" width="100">24蟆乗慮</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.5</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">蟒カ霑�</td>\r\n <td class="embedded" width="100">12蟆乗慮</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.6</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">蟒カ霑�</td>\r\n <td class="embedded" width="100">6蟆乗慮</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.8</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">蟒カ霑�</td>\r\n <td class="embedded" width="100">3蟆乗慮</td>\r\n</tr>\r\n</table>', 0, 5, 8),
|
|||
|
|
(47, 47, 25, 'item', '荳コ莉荵亥書逕滉コ�ソ吩クェ髞呵ッッ�� "Port xxxx is blacklisted"?', '菴�逧�ョ「謌キ遶ッ蜷禅racker譛榊苅蝎ィ謚・蜻雁ョ�ュ」蝨ィ菴ソ逕ィ譟蝉クェ鮟倩ョ、逧ВT蜊剰ョョ遶ッ蜿」(6881-6889)謌匁弍莉サ菴募�莉門クク隗 ̄2P遶ッ蜿」譚・菴應クコ霑樊磁遶ッ蜿」縲�<br />\r\n<br />\r\n譛ャ遶吩ク榊�隶ク霑吩コ幃壼クク陲ォP2P蜊剰ョョ鮟倩ョ、菴ソ逕ィ逧�ォッ蜿」縲ょ次蝗�譏ッ逶ョ蜑巧SP蟶ク蟶ク蟇ケ霑吩コ帷ォッ蜿」霑幄。碁剞騾溘�<br />\r\n<br />\r\n陲ォ螻剰反逧�ォッ蜿」螯ゆク具シ�<br />\r\n<br />\r\n<table cellspacing="3" cellpadding="0">\r\n <tr>\r\n <td class="embedded" width="100">Direct Connect</td>\r\n <td class="embedded" width="100">411 - 413</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">BitTorrent</td>\r\n <td class="embedded" width="100">6881 - 6889</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">Kazza</td>\r\n <td class="embedded" width="100">1214</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">Gnutella</td>\r\n <td class="embedded" width="100">6346 - 6347</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">Emule</td>\r\n <td class="embedded" width="100">4662</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">WinMX</td>\r\n <td class="embedded" width="100">6699</td>\r\n </tr>\r\n</table>\r\n<br />\r\n隕∽スソ逕ィ謌台サャ逧Уracker譛榊苅蝎ィ�御ス�蠢�。サ驟咲スョ菴�逧�ョ「謌キ遶ッ菴ソ逕ィ譛ェ蝨ィ荳企擇蛻怜�逧�ォッ蜿」闌�峩(莉�49152蛻ー65535驛ス譏ッ荳埼漠逧�画叫�悟盾逵�<a class="faqlink" href="http://www.iana.org/assignments/port-numbers">IANA</a>)縲よウィ諢乗汾莠帛ョ「謌キ遶ッ�悟ヲ�zureus 2.0.7.0謌匁峩鬮倡沿譛ャ�悟ッケ謇譛臥噪遘榊ュ宣�菴ソ逕ィ蜷御ク遶ッ蜿」縲り悟�莉門、ァ螟壽焚螳「謌キ遶ッ荳コ豈丈ク荳ェ遘榊ュ仙シ謾セ荳荳ェ遶ッ蜿」�御ス�蝨ィ騾画叫遶ッ蜿」闌�峩蠎碑�剔蛻ー霑吩クェ髣ョ鬚假シ井ク闊ャ譚・隸エ遶ッ蜿」闌�峩蟆丈コ�10縲りョセ鄂ョ荳荳ェ霑�、ァ逧�激蝗エ蟷カ荳堺ク螳壽怏螂ス螟�シ瑚御ク泌庄閭ス譛牙ョ牙�髫先ぅ)縲� <br />\r\n<br />\r\n霑吩コ帷ォッ蜿」譏ッ逕ィ莠主酔莨エ髣エ騾壻ソ。逧�シ瑚碁撼逕ィ莠主ョ「謌キ遶ッ霑樊磁蛻ーTracker譛榊苅蝎ィ縲ょ屏豁、霑吩クェ謾ケ蜉ィ蟷カ荳堺シ壼スア蜩堺ス�菴ソ逕ィ蜈カ莉傍racker譛榊苅蝎ィ�井コ句ョ樔ク奇シ悟ョ�爆閾ウ蜿ッ閭ス<i>蜉�蠢ォ</i>謇譛欝racker譛榊苅蝎ィ荳顔ァ榊ュ千噪騾溷コヲ�峨ゆス�逧�ョ「謌キ遶ッ荵滉サ咲┯閭ス螟溯ソ樊磁蛻ー驍」莠帑スソ逕ィ鮟倩ョ、遶ッ蜿」逧�酔莨エ縲ょヲよ棡菴�逧�ョ「謌キ遶ッ荳肴髪謖∬�蟾ア閾ェ螳壻ケ臥ォッ蜿」�碁ぅ荵域困荳荳ェ蜷ァ縲�<br />\r\n<br />\r\n荳崎ヲ∝髄謌台サャ隸「髣ョ�梧�閠�惠隶コ蝮幃㈹髱「謠宣琉遨カ遶溷コ碑ッ・騾画叫莉荵育ォッ蜿」縲よ�莉ャ逧�畑謌キ騾画叫逧�ォッ蜿」雜企囂譛コ�栗SP蟆ア雜企埓莉・謐画尊貂�・壽�莉ャ菴ソ逕ィ逧�ォッ蜿」�御サ手梧裏豕募ッケ謌台サャ逧�ォッ蜿」霑幄。碁剞騾溘ょヲよ棡謌台サャ蜿ェ譏ッ邂蜊募慍隗�ョ壻ク荳ェ闌�峩�碁ぅ荵�SP蜿井シ壼セ亥ソォ蟇ケ驍」荳ェ闌�峩蜀�噪遶ッ蜿」霑幄。碁剞騾溽噪縲�<br />\r\n<br />\r\n譛蜷手ソ倩ヲ∬ッエ逧�弍�瑚ョー蠕怜惠菴�逧�キッ逕ア蜥�/謌夜亟轣ォ蠅吩ク頑遠蠑菴�騾画叫逧�ォッ蜿」�悟ヲよ棡菴�譛芽ソ吩コ帑ク懆・ソ逧�ッ昴�', 1, 5, 9),
|
|||
|
|
(48, 48, 25, 'item', '驍」荵郁ソ吩クェ蜻「�� 窶廬O髞呵ッッ - [髞呵ッッ蜿キ13] 隶ク蜿ッ陲ォ諡堤サ昶晢シ�', '螯よ棡菴�蜿ェ譏ッ諠ウ隕∬ァ」蜀ウ霑吩クェ髣ョ鬚倡噪隸晢シ碁㍾譁ー蜷ッ蜉ィ菴�逧�鳩閼大コ碑ッ・蟆ア蜿ッ莉・莠�ょ凄蛻咏噪隸晢シ檎サァ扈ュ隸サ荳句悉縲�<br />\r\n<br />\r\nIO髞呵ッッ謖�噪譏ッ霎灘�-霎灘�髞呵ッッ�瑚ソ呎弍荳荳ェ譁�サカ邉サ扈滄漠隸ッ�瑚碁撼譚・閾ェ謌台サャ逧Уracker譛榊苅蝎ィ縲ょス謎ス�逧�ョ「謌キ遶ッ逕ア莠取汾莠帛次蝗�荳崎�謇灘シ遘榊ュ蝉クュ譛ェ荳玖スス螳梧�逧�枚莉カ譌カ�瑚ソ吩クェ髞呵ッッ蟆ア莨壼書逕溘� 騾壼クク蜴溷屏譏ッ螳「謌キ遶ッ逧�ク、荳ェ螳樔セ句酔譌カ蝨ィ霑占。鯉シ壼ス謎ク贋ク谺。蜈ウ髣ュ螳「謌キ遶ッ譌カ蝗�荳コ譟千ァ榊次蝗�螳�イ。譛芽「ォ逵滓ュ」蜈ウ髣ュ�御サ手悟ァ狗サ亥惠蜷主床霑占。後ょ屏豁、譁�サカ陲ォ髞∝ョ夲シ御スソ蠕玲眠逧�ョ樔セ倶ク崎�謇灘シ霑吩クェ譁�サカ縲�<br />\r\n<br />\r\n蜿ヲ螟紋ク荳ェ荳榊クク蜃コ邇ー逧�次蝗�譏ッ蝗�荳コ閠∵立逧ЁAT譁�サカ邉サ扈溘よ汾莠帷ウサ扈溷エゥ貅�庄閭ス蟇シ閾エ譛ェ荳玖スス螳梧�逧�枚莉カ謐溷搶�梧磁逹蟆ア蜃コ邇ー莠�ソ吩クェ髞呵ッッ縲りソ占。御ク谺。scandisk蠎碑ッ・蜿ッ莉・隗」蜀ウ霑吩クェ髣ョ鬚倥よウィ諢擾シ悟宵譛牙ス謎ス�菴ソ逕ィWindows 9X謫堺ス懃ウサ扈滂シ亥宵謾ッ謖:AT譁�サカ邉サ扈滂シ画�閠�惠Windows NT/2000/XP荳ュ菴ソ逕ィFAT譁�サカ邉サ扈溽噪譌カ蛟呎燕豈碑セ�庄閭ス蜃コ邇ー霑吩クェ髣ョ鬚倥�TFS譁�サカ邉サ扈溯ヲ∝▼螢ョ隶ク螟夲シ御ク榊、ェ蜿ッ閭ス蜃コ邇ー霑呎�キ逧�琉鬚倥�', 1, 5, 10),
|
|||
|
|
(50, 50, 25, 'item', '荳崎ヲ�ゥャ荳贋ク玖スス譁ー蜿大ク�噪遘榊ュ�', '荳玖スス騾溷コヲ荳サ隕∝叙蜀ウ莠惹ク贋シ�閠�/荳玖スス閠�ッ�(SLR)縲ょヲよ棡譏ッ遘榊ュ先弍譁ー蜿大ク�噪荳秘撼蟶ク蜿玲ャ「霑手郡LR蜿亥セ井ス守噪遘榊ュ撰シ御ク玖スス騾溷コヲ菴取弍蟶ク隗∫噪髣ョ鬚倥�<br />\r\n<br />\r\n隸キ迚「隶ー菴�荳榊万谺「菴朱滉ク玖スス縲よ園莉・螟�<b>荳贋シ�</b>隶ゥ蛻ォ莠コ荳咲畑蠢崎仙酔譬キ逧�峅謇ー縲�r\n<br />\r\n<br />逕ア蜈カ譏ッ蠖謎ス�逧�クヲ螳ス霎�ェ�慮�御ク崎ヲ�ゥャ荳贋ク玖スス譁ー蜿大ク�噪遘榊ュ舌よ怙螂ス逧�ク玖スス騾溷コヲ騾壼クク蝨ィ荳荳ェ遘榊ュ千函蜻ス蜻ィ譛溽噪荳蜊頑慮蜃コ邇ー�梧ュ、譌カSLR霎セ蛻ー譛螟ァ蛟シ�井ク崎ソ�シ瑚ソ呎慮荳玖スス逧�シコ轤ケ譏ッ菴�逧�ク贋シ�驥丈ク堺シ壼セ亥、壹らゥカ遶溷ヲゆス募ケウ陦。莨倡せ荳守シコ轤ケ�悟叙蜀ウ莠惹ス�閾ェ蟾ア)縲�', 1, 6, 1),
|
|||
|
|
(51, 51, 25, 'item', '髯仙宛荳贋シ�騾溷コヲ', '荳贋シ�騾溷コヲ蟆�サ惹サ・荳倶ク、遘肴婿蠑乗仞闡怜スア蜩堺ク玖スス騾溷コヲ�喀r\n<ul>\r\n <li>Bittorrent逧�酔莨エ蛟セ蜷台コ主屓鬥磯ぅ莠帷サ吝ョ�サャ謠蝉ク贋シ�逧�酔莨エ縲りソ吝ーア諢丞袖逹螯よ棡A蜥沓豁」蝨ィ蜷梧慮荳玖スス荳荳ェ譁�サカ�瑚窟蜿亥惠鬮倬溷髄B莨�騾∵焚謐ョ�碁ぅ荵�蟆�シ壼ー晁ッ慕捩蝗樊冠A縲ょ屏豁、鬮倬滉ク贋シ�蟆�ッシ閾エ鬮倬滉ク玖スス縲�</li>\r\n\r\n <li>逕ア莠撒CP蜊剰ョョ逧�キ・菴懈婿蠑擾シ悟ス鄭豁」莉撮荳玖スス譟蝉コ帑ク懆・ソ逧�慮蛟呻シ窟蠢�。サ荳榊●蝨ー蜷腺蜿鷹∵�蜉滓噺蛻ーB謇蜿鷹∵擂逧�焚謐ョ逧�ソ。蜿キ�郁「ォ遘ー荳コ遑ョ隶、笏笏ACK 笏笏 譟千ァ坂懷キイ謾カ蛻ー窶晉噪菫。諱ッ)縲ょヲよ棡A豐。譛牙書騾、CK菫。蜿キ�碁ぅ荵�蟆�嘯蛛懷髄A蜿鷹∵焚謐ョ蟷カ荳碑ソ帛�遲牙咏憾諤√ょヲよ棡A豁」蝨ィ蜈ィ騾滉ク贋シ��悟セ域怏蜿ッ閭ス豐。譛臥畑譚・蜿鷹、CK菫。蜿キ逧�クヲ螳ス�悟屏豁、ACK菫。蜿キ陲ォ閠ス謳√ょ惠霑咏ァ肴ュ蜀オ荳具シ瑚ソ�ォ倬溷コヲ逧�ク贋シ�蟇シ閾エ莠�ス朱溽噪荳玖スス縲�</li>\r\n</ul>\r\n螳樣刔逧�譜譫懈弍莉・荳贋ク、荳ェ蜴溷屏逧�サ灘粋縲ゆク贋シ�騾溷コヲ蠎碑ッ・蝨ィ菫晁ッ、CK閭ス豁」蟶ク莨�霎鍋噪蜑肴署荳玖「ォ隶セ蠕怜ース驥城ォ倥� <b>荳荳ェ蠕亥・ス逧�ョ櫁キオ逅�ョコ譏ッ菫晄戟荳贋シ�騾溷コヲ蝨ィ逅�ョコ荳企剞逧�80%縲�</b>菴�荵溷庄莉・扈�サ��皮ゥカ莉荵域弍譛騾ょ粋菴�逧�溷コヲ�亥酔譌カ荵溯ッキ隶ー菴城ォ倬滉ク贋シ�蟇ケ莠惹ス�逧��莠ォ邇�セ域怏蟶ョ蜉ゥ�峨�<br />\r\n<br />\r\n螯よ棡菴�豁」蝨ィ霑占。御ク荳ェ莉・荳顔噪遘榊ュ蝉ササ蜉。�御ス�蠎碑ッ・閠�剔逧�弍蜈ィ螻荳贋シ�騾溷コヲ縲よ汾莠帛ョ「謌キ遶ッ閭ス髯仙宛莠��螻荳贋シ�騾溷コヲ�悟�莉也噪蛻呵�蟇ケ豈丈ク荳ェ遘榊ュ仙�蛻ォ霑幄。瑚ョセ鄂ョ縲ゆコ�ァ」菴�逧�ョ「謌キ遶ッ縲ょヲよ棡菴�豁」蝨ィ菴ソ逕ィ菴�逧�鳩閼大★蛻ォ逧�汾莠帛コ皮畑�域ッ疲婿隸エ荳顔ス第�閠�サ薩TP諡紋ク懆・ソ�会シ御ケ滄怙閠�剔荳荳句ョ�サャ蟇ケ莠主�螻荳贋シ�逧�スア蜩阪�', 1, 6, 2),
|
|||
|
|
(52, 52, 25, 'item', '髯仙宛蜷梧慮霑樊磁謨ー', '譟蝉コ帶桃菴懃ウサ扈滂シ井セ句ヲ8indows 9X�牙ッケ莠主、ァ驥剰ソ樊磁謨ー謾ッ謖∽ク榊ョ悟埋�檎爆閾ウ譛牙庄閭ス蝗�豁、閠悟エゥ貅�ゆケ滓怏荳莠帛ョカ逕ィ霍ッ逕ア�亥ー、蜈カ蠖楢ソ占。檎捩NAT莉・蜿�/謌冶�遠蠑髦イ轣ォ蠅咏憾諤∵」譟・譛榊苅譌カ�我シ壼屏螟ァ驥剰ソ樊磁謨ー閠悟序蠕怜セ域�謌冶�エゥ貅�ょッケ莠手ソ樊磁謨ー豐。譛牙崋螳夂噪譛菴ウ蛟シ�御ス�蜿ッ莉・隸戊ッ慕恚60謌冶�100縲りョー菴剰ソ吩コ幄ソ樊磁謨ー譏ッ邏ッ蜉�逧�シ梧園莉・螯よ棡菴�逧�ョ「謌キ遶ッ霑占。御コ�ク、荳ェ莨夊ッ晢シ瑚ソ吩ク、荳ェ謨ー蟄苓ヲ∝刈蝨ィ荳襍キ縲�', 1, 6, 3),
|
|||
|
|
(53, 53, 25, 'item', '髯仙宛蜷梧慮荳贋シ�謨ー', '荳贋シ�謨ー髫セ驕灘柱霑樊磁謨ー譛我サ荵井ク堺ク譬キ蜷暦シ滓弍逧�シ御ク、閠�弍荳榊酔逧�りソ樊磁謨ー髯仙宛莠�ス�逧�ョ「謌キ遶ッ謇閭ス蟇ケ隸昜サ・蜿�/謌冶�ク玖スス逧�酔莨エ謨ー縲ゆク贋シ�謨ー蛻咎剞蛻カ莠�ス�逧�ョ「謌キ遶ッ螳樣刔閭ス荳贋シ�逧�酔莨エ謨ー縲ら炊諠ウ逧�焚蛟シ荳闊ャ隕∵ッ碑ソ樊磁謨ー菴手ョク螟夲シ悟ケカ荳比ク惹ス�逧�黄逅�クヲ螳ス鬮伜コヲ逶ク蜈ウ縲�', 1, 6, 4),
|
|||
|
|
(54, 54, 25, 'item', '驍」諤惹ケ亥萱�溽ュ牙セ�ク莨壼制', '螯よ�莉ャ蝨ィ荳企擇謇隗」驥顔噪�悟惠BT荳玖スス霑�ィ倶クュ荳荳ェ蜷御シエ譖エ蜉�蛟セ蜷台コ主屓謚・驍」莠帑ク贋シ�扈吝ョ�噪蜷御シエ縲ょス謎ス�蠑蟋倶ク荳ェ譁ー逧�ク玖スス莉サ蜉。譌カ�御ス�豐。譛画枚莉カ迚�妙謠宣ォ倡サ吝�莉門酔莨エ�悟屏豁、莉紋サャ騾壼クク莨壽裏隗�ス�縲りソ吩スソ蠕怜シ蟋矩亳谿オ逧�ク玖スス髱槫クク郛捺��檎罰蜈カ譏ッ蠖謎ス�謇霑樊磁蛻ー逧�酔莨エ蜿ェ譛牙セ亥ー第弍�域�閠�イ。譛会シ牙★遘崎�ゆク譌ヲ菴�闔キ蠕嶺コ�ク莠幄�逕ィ莠主�莠ォ逧�枚莉カ迚�妙�御ク玖スス騾溷コヲ莨壽怏謇謾ケ隗ゅ�', 1, 6, 5),
|
|||
|
|
(55, 55, 25, 'item', '荳コ莉荵亥惠謌台ク玖スス逧�慮蛟呎オ剰ァ育ス鷹。オ騾溷コヲ螯よュ、荵区���', '菴�逧�ク玖スス蟶ヲ螳ス譏ッ譛蛾剞逧�ょヲよ棡菴�豁」蝨ィ荳玖スス荳荳ェ騾溷コヲ蠕亥ソォ逧�ァ榊ュ撰シ悟ョ��荵手け螳壼ー�頃貊。菴�逧�ク玖スス蟶ヲ螳ス縲りソ呎弍豬剰ァ育ス鷹。オ譏セ辟カ蟆ア莨壼序諷「縲ょセ亥、咤T螳「謌キ遶ッ蜈∬ョク菴�髯仙宛荳玖スス騾溷コヲ�御ス�蜿ッ莉・隸戊ッ輔�<br />\r\n<br />\r\n豬剰ァ育ス鷹。オ蜿ェ譏ッ菴應クコ荳セ萓倶ケ倶ク�悟酔譬キ逧�琉鬚倅ケ滉シ壼�邇ー蝨ィ貂ク謌擾シ悟叉譌カ騾壻ソ。霓ッ莉カ荳�......', 1, 6, 6),
|
|||
|
|
(56, 56, 25, 'item', '莉荵域弍莉」逅�シ�', '蝓コ譛ャ荳願ッエ�御サ」逅�ーア譏ッ荳ュ髣エ莠コ縲ょス謎ス�騾夊ソ�サ」逅�ョソ髣ョ譟蝉クェ遶咏せ逧�慮蛟呻シ御ス�逧�ッキ豎ょー�ヲ門�陲ォ蜿鷹∝芦莉」逅�、�シ檎┯蜷守罰莉」逅�スャ蜿大芦菴�謇隸キ豎ら噪遶咏せ�瑚御ク肴弍菴�逶エ謗・霑樣壼芦鄂醍ォ吶ゆク矩擇譏ッ蜃�遘榊�蝙狗噪莉」逅��邀サ�域惘隸ュ荳肴弍驍」荵育噪隗�激�会シ�<br />\r\n<br />\r\n<table cellspacing="3" cellpadding="0">\r\n <tr>\r\n <td class="embedded" valign="top" width="100"> 騾乗�莉」逅�</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">騾乗�莉」逅�惠螳「謌キ遶ッ譌�髴驟咲スョ縲ゆサ門ー��蜉ィ謚�80遶ッ蜿」逧�ソ。諱ッ驥榊ョ壼髄蛻ー莉」逅�(譛画慮蛟吩ケ滉ス應クコ髱槫諺蜷堺サ」逅�噪蜷御ケ芽ッ�)��</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" valign="top"> 譏セ蠑丈サ」逅�</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">豬剰ァ亥勣蠢�。サ扈剰ソ��鄂ョ謇崎�菴ソ逕ィ莉」逅�シ�</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" valign="top"> 蛹ソ蜷堺サ」逅�</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">莉」逅�ー�ク堺シ壽滑螳「謌キ譬�ョー蜿鷹∬�譛榊苅蝎ィ遶ッ (HTTP_X_FORWARDED_FOR螟エ譬�ソ怜ー�ク崎「ォ蜿鷹√よ恪蜉。蝎ィ荵溷屏豁、逵倶ク榊芦菴�逧ИP)��</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" valign="top"> 鬮伜コヲ蛹ソ蜷堺サ」逅�</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">莉」逅�ー�ク堺シ壽滑螳「謌キ譬�ョー謌紋サ」逅���ョー蜿鷹∬�譛榊苅蝎ィ遶ッ (HTTP_X_FORWARDED_FOR蜥粂TTP_VIA and HTTP_PROXY_CONNECTION螟エ譬�ソ怜ー�ク崎「ォ蜿鷹√よ恪蜉。蝎ィ逵倶ク榊芦菴�逧ИP�檎爆閾ウ荳咲衍驕謎ス�豁」蝨ィ菴ソ逕ィ莉」逅�)��</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" valign="top"> 蜈ャ逕ィ</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">(荳崎ィ閾ェ譏惹コ�)縲�</td>\r\n </tr>\r\n</table>\r\n<br />\r\n騾乗�莉」逅�庄閭ス譏ッ蛹ソ蜷咲噪�御ケ溷庄閭ス譏ッ髱槫諺蜷咲噪�御ク泌諺蜷堺ケ滓怏逶ク蠎皮噪遲臥コァ縲�', 1, 7, 1),
|
|||
|
|
(57, 57, 25, 'item', '謌題ッ・諤取�キ蜿醍鴫閾ェ蟾ア豁」螟�コ惹ク荳ェ�磯乗�逧�/蛹ソ蜷咲噪�我サ」逅�錘髱「��', '隸戊ッ慕恚<a href="http://proxyjudge.org" class="faqlink">ProxyJudge</a>縲ょョ��蜃コ莠�恪蜉。蝎ィ遶ッ莉惹ス�霑咎㈹謇謾カ蛻ー逧ЗTTP逧�、エ譬�ソ励ら嶌蜈ウ逧��荳ェ譬�ソ玲弍HTTP_CLIENT_IP�粂TTP_X_FORWARDED_FOR蜥軍EMOTE_ADDR縲�', 1, 7, 2),
|
|||
|
|
(75, 75, 25, 'item', '謌醍噪窶懷庄霑樊磁窶晄弍窶懷凄窶晏ース邂。謌大ケカ豐。譛丑AT謌冶�亟轣ォ蠅呻シ�', 'Tracker譛榊苅蝎ィ蝨ィ蟇サ謇セ菴�逧�悄螳曵P譁ケ髱「髱槫クク譛牙、ゥ襍九ゆス�弍霑咎怙隕∽サ」逅�書騾?TTP螟エ譬�ソ幽TTP_X_FORWARDED_FOR縲ょヲよ棡菴�逧ИSP逧�サ」逅�イ。譛芽ソ吩ケ亥★逧�ッ晢シ卦racker譛榊苅蝎ィ蟆�滑莉」逅�噪IP蠖謎ス應ス�逧�ョ「謌キ遶ッ逧ИP縲よ園莉・蠖謎ス�逋サ蠖穂ケ句錘�卦racker譛榊苅蝎ィ蟆晁ッ戊ソ樊磁菴�逧�ョ「謌キ遶ッ譚・遑ョ菫。菴�豐。譛我スソ逕ィNAT/髦イ轣ォ蠅呻シ梧恪蜉。蝎ィ螳樣刔荳雁ー�ッ募崟霑樊磁莉」逅�噪IP�井スソ逕ィ菴�逧ВT螳「謌キ遶ッ謚・蜻顔噪謗・謾カ霑樊磁遶ッ蜿」�峨ょセ郁�辟カ蝨ー�御サ」逅�恪蜉。蝎ィ蟷カ豐。譛臥尅蜷ャ驍」荳ェ遶ッ蜿」縲ょヲよュ、霑樊磁莨壼、ア雍・�瑚卦racker譛榊苅蝎ィ荵溷屏豁、隶、荳コ菴�菴ソ逕ィ莠�AT/髦イ轣ォ蠅吶�', 1, 7, 3),
|
|||
|
|
(62, 62, 25, 'item', '荵溯ョク譏ッ蝗�荳コ謌醍噪IP蝨ー蝮陲ォ蛻怜�鮟大錐蜊穂コ�シ�', '霑吩クェ鄂醍ォ呎怏螻剰反陲ォ遖∫畑謌キ謌匁判蜃サ閠�噪IP蝨ー蝮逧�粥閭ス縲りッ・蜉溯�蝨ィApache/PHP螻る擇荳願オキ菴懃畑�御ク泌宵閭ス螻剰反莉手ソ吩コ帛慍蝮<i>逋サ蠖�</i>鄂醍ォ吶りソ吩ク堺シ夐仆豁「菴�<i>霑樊磁</i>蛻ー鄂醍ォ呻シ梧峩譌�豕穂サ主コ募アら噪蜊剰ョョ螻る擇霑幄。悟ア剰反縲ょ叉萓ソ菴�逧�慍蝮蟾イ扈剰「ォ蛻怜�莠�サ大錐蜊包シ御ス�蠎碑ッ・莉崎�螟滄夊ソ㎝ing/traceroute蜻ス莉、霑槫酔譛榊苅蝎ィ縲ょヲよ棡菴�荳崎�霑樣壽恪蜉。蝎ィ�碁ぅ荵磯琉鬚倡噪蜴溷屏蝨ィ蛻ォ螟��<br />\r\n<br />\r\n螯よ棡菴�逧ИP蝨ー蝮蝗�譟千ァ榊次蝗�髞呵ッッ蝨ー陲ォ謌台サャ螻剰反莠�シ瑚ッキ閨皮ウサ謌台サャ縲�', 1, 8, 1),
|
|||
|
|
(63, 63, 25, 'item', '菴�逧ИSP螻剰反莠�悽遶咏噪蝨ー蝮', '鬥門��瑚ソ吩ク闊ャ荳榊ワ菴�逧ИSP逧�園菴懈園荳コ縲�NS蝓溷錐隗」譫蝉サ・蜿�/謌冶�ス醍サ憺琉鬚俶弍蟶ク隗∫噪逵溷�縲�r\n<br />\r\n蟇ケ豁、謌台サャ譌�閭ス荳コ蜉帙ゆス�蠎碑ッ・閨皮ウサ菴�逧ИSP�域�閠�困荳荳ェ�峨りョー菴丈ス�莉咲┯蜿ッ莉・騾夊ソ�サ」逅�ョソ髣ョ譛ャ遶呻シ悟盾逵区ュ、蟶ク隗�琉鬚伜�莠惹サ」逅�噪驛ィ蛻�ょ惠霑咏ァ肴ュ蜀オ荳具シ御サ」逅�弍蜷ヲ蛹ソ蜷肴�閠�スソ逕ィ蜩ェ荳ェ逶大成遶ッ蜿」驛ス荳埼㍾隕∽コ��<br />\r\n<br />\r\n豕ィ諢擾シ御ス�逧�懷庄霑樊磁迥カ諤≫晏ー�屏豁、荳逶エ陲ォ蛻嶺クコ窶懷凄窶晢シ悟屏荳コ豁、譌カTracker譛榊苅蝎ィ譌�豕墓」譟・菴�逧ВT螳「謌キ遶ッ謗・謾カ霑樊磁逧�憾諤√�', 1, 8, 2),
|
|||
|
|
(65, 65, 25, 'item', '荳榊ヲィ隸戊ッ戊ソ吩クェ', '逕ィ莉サ菴墓焔谿オ蝨ィ<a class="faqlink" href="forums.php">隶コ蝮�</a>蜿大ク悶る壼クク諠��荳倶ス�閭ス蠕怜芦蜿句埋閠梧怏逕ィ逧�クョ蜉ゥ縲りソ咎㈹扈吩ス�荳莠帛渕譛ャ逧�欠蟇シ��<ul>\r\n<li>遑ョ菫昜ス�逧�琉鬚倡噪遑ョ荳榊惠霑咏ッ⑦AQ荳ュ縲りソ呎�キ逧�書蟶門ッシ閾エ逧�サ捺棡蟆ア譏ッ霑泌屓霑咏ッ⑦AQ縲�</li>\r\n<li>蝨ィ蜿大ク紋ケ句燕�檎恚逵狗スョ鬘カ縲ょセ亥、壽慮蛟呻シ瑚ソ俶イ。譛芽「ォ謌台サャ逧ЁAQ謇謾カ蠖慕噪譛譁ー逧�ソ。諱ッ驛ス蜿ッ莉・蝨ィ驍」驥瑚「ォ謇セ蛻ー縲�</li>\r\n<li>蟶ョ蜉ゥ謌台サャ荵溷ーア譏ッ蟶ョ蜉ゥ菴�閾ェ蟾ア縲ゆク崎ヲ∽サ�サ�ッエ窶懷仭謌題ソ咎㈹蜃コ髣ョ鬚倅コ�シ�シ≫晄署萓帑ク莠幄ッヲ諠�シ瑚ソ呎�キ謌台サャ蟆ア荳咲畑迪懈オ区�閠�オェ雍ケ譌カ髣エ譚・隸「髣ョ莠�ゆス�菴ソ逕ィ逧�弍莉荵亥ョ「謌キ遶ッ�滉サ荵域桃菴懃ウサ扈滂シ滓取�キ逧�ス醍サ懆ョセ鄂ョ�溷ヲよ棡蜿醍函莠�漠隸ッ�梧弍莉荵域�キ逧��菴馴漠隸ッ菫。諱ッ�滓怏髣ョ鬚倡噪遘榊ュ先枚莉カ譏ッ蜩ェ荳ェ�滉ス�謇謠蝉セ帷噪菫。諱ッ雜雁、夲シ悟ッケ菴�逧�クョ蜉ゥ荵溷ーア雜雁ョケ譏難シ御ス�逧�ク門ュ蝉ケ溷ーア譖エ蜉�螳ケ譏灘セ怜芦蝗槫、阪�</li>\r\n<li>荳埼怙隕∬ッエ逧�弍�壻ソ晄戟遉シ雋後りカセ鬮俶ー疲荻蠕怜多莉、蛻ォ莠コ蟶ョ蜉ゥ菴�蠕亥ー台シ壽怏逕ィ縲�</li></ul>', 1, 9, 1),
|
|||
|
|
(66, 66, 25, 'item', '莉荵域弍"Your slot limit is reached! You may at most download xx torrents at the same time"髞呵ッッ��', '霑呎弍窶懈怙螟ァ霑樊磁謨ー邉サ扈溪昴よ怙螟ァ霑樊磁謨ー邉サ扈溽畑莠朱剞蛻カ驍」莠帛�莠ォ邇�セ�ス惹ク比ク玖スス驥丞、ァ莠�10GB逧�畑謌キ逧�怙螟ァ蜷梧慮荳玖スス謨ー縲�<br /><br />\r\n隗��螯ゆク�: <br /><br />\r\n<table cellspacing="3" cellpadding="0">\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.5</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">譛螟ァ霑樊磁謨ー</td>\r\n <td class="embedded" width="40">1</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.65</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">譛螟ァ霑樊磁謨ー</td>\r\n <td class="embedded" width="40">2</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.8</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">譛螟ァ霑樊磁謨ー</td>\r\n <td class="embedded" width="40">3</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.95</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">譛螟ァ霑樊磁謨ー</td>\r\n <td class="embedded" width="40">4</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�、ァ莠�</td>\r\n <td class="embedded" width="40">0.95</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">譛螟ァ霑樊磁謨ー</td>\r\n <td class="embedded" width="40">譌�髯仙宛</td>\r\n</tr>\r\n</table>\r\n<br />\r\n譌�隶コ菴墓慮�悟酔譌カ逧�ク贋シ�謨ー荳崎ョセ髯舌ゆス�弍螯よ棡菴�蠖灘燕逧�ク玖スス謨ー蟾イ霎セ蛻ー莠�ス�逧�怙螟ァ霑樊磁謨ー�瑚ソ呎慮蠑蜷ッ譁ー逧�★遘堺ササ蜉。�御ス�荵滉シ壽噺蛻ー蜷梧�キ逧�漠隸ッ謠千、コ縲ょ惠霑咏ァ肴ュ蜀オ荳具シ御ス�蠢�。サ蜈亥�髣ュ荳荳ェ荳玖スス莉サ蜉。�檎┯蜷主シ蜷ッ謇譛臥噪荳贋シ�莉サ蜉。�檎┯蜷守サァ扈ュ蛻壽燕蜈ウ髣ュ逧�ク玖スス莉サ蜉。縲ょ屏荳コ蠖謎ス�逧�ソ樊磁謨ー陲ォ蜊�貊。�檎ウサ扈溷ー�ク榊刈鬪瑚ッ∫峩謗・諡堤サ昜ササ菴穂ク玖スス謌紋ク贋シ�逧�ッキ豎ゅ� <br />\r\n<br /><br />\r\n菴�蜿ッ莉・蝨ィ莉サ諢乗慮髣エ蟇溽恚閾ェ蟾ア逧�ソ樊磁謨ー�瑚ッ・菫。諱ッ蝨ィ鬘オ髱「鬘カ遶ッ菫。諱ッ譬丈クュ陲ォ蛻怜�縲�', 0, 5, 12),
|
|||
|
|
(67, 67, 25, 'item', '莉荵域弍蟇�徴邉サ扈滂シ溷ョ�弍諤惹ケ亥キ・菴懃噪��', '蟇�徴邉サ扈溷惠BT螳「謌キ遶ッ霑樊磁Tracker譛榊苅蝎ィ譌カ襍キ蛻ー鬪瑚ッ∬コォ莉ス逧�ス懃畑縲よッ丈ク荳ェ逕ィ謌キ驛ス譛我ク荳ェ邉サ扈滄囂譛コ逕滓�逧�ッ�徴縲ょス鍋畑謌キ荳玖スス譟蝉クェ遘榊ュ先枚莉カ譌カ�御サ也噪遘∽ココ蟇�徴陲ォ豺サ蜉�蛻ー遘榊ュ先枚莉カ逧Уracker譛榊苅蝎ィURL荳ュ縲る夊ソ�ソ咏ァ肴婿蠑擾シ御ス�蜿ッ莉・蝨ィ螳カ荳ュ謌冶�萱蜈ャ螳、菴ソ逕ィ荳榊酔逧ИP譚・蛛夂ァ肴汾荳ェ譁�サカ縲�r\n\r\n', 1, 5, 13),
|
|||
|
|
(68, 68, 25, 'item', '窶弑nknown passkey窶晁ソ咎漠隸ッ譏ッ蜥句屓莠具シ�', '鬥門��悟ヲよ棡菴�荳肴弍謌台サャ逧�ウィ蜀檎畑謌キ�悟ー�シ壼書逕溯ソ吩クェ髞呵ッッ縲ょ�谺。�梧怏蜿ッ閭ス菴�豐。譛牙惠逋サ蠖慕憾諤∽ク倶サ取�莉ャ逧�ス鷹。オ驥御ク玖スス遘榊ュ先枚莉カ縲ょヲよ棡譏ッ霑吩ク、遘肴ュ蜀オ�悟宵隕∵ウィ蜀御ク荳ェ蟶仙捷謌冶�匳蠖募錘荳玖スス遘榊ュ先枚莉カ蟆ア蜿ッ莉・莠��<br />\r\n蜿ヲ螟厄シ悟ス謎ス�豕ィ蜀御コ�ク荳ェ譁ー逕ィ謌キ蟷カ荳泌シ蟋狗ャャ荳谺。荳玖スス逧�慮蛟呻シ梧�閠�ス�蛻壼�驥咲スョ莠�ス�逧�ッ�徴譌カ�御ケ溷庄閭ス蜃コ邇ー霑吩クェ髞呵ッッ縲ょ次蝗�譏ッ邉サ扈溷ケカ髱槫ョ樊慮譽譟・蟇�徴逧�隼蜿倥ょヲよ棡譏ッ蝗�荳コ霑吩クェ蜴溷屏�碁ぅ荵亥ーア隶ゥ遘榊ュ蝉ササ蜉。遲我ク莨壼��梧怙蜷惹ク螳夊�謾カ蛻ーTracker譛榊苅蝎ィ蜿大屓逧��蜉滉ソ。諱ッ縲�', 1, 5, 14),
|
|||
|
|
(69, 69, 25, 'item', '莉荵域慮蛟呎�髴隕�㍾鄂ョ謌醍噪蟇�徴?', '<ul><li> 螯よ棡菴�逧�ッ�徴陲ォ豕�シ擾シ御ク泌悪逧�畑謌キ豁」蝨ィ菴ソ逕ィ霑吩クェ蟇�徴�亥叉菴ソ逕ィ菴�逧�ク先姐�我ク玖スス譁�サカ縲ょ惠霑咏ァ肴ュ蜀オ荳具シ御ス�閭ス蝨ィ菴�逧�ッヲ諠�。オ髱「逵句芦菴�蟷カ譛ェ荳玖スス謌紋ク贋シ�逧�ァ榊ュ舌�</li>\r\n<li>蠖謎ス�逧�ョ「謌キ遶ッ蟠ゥ貅�シ梧�閠�ス�逧�ソ樊磁蟷カ豐。譛画ュ」蟶ク陲ォ扈域ュ「縲ょ惠霑呎�キ逧�ュ蜀オ荳具シ悟ーア邂嶺ス�蟾イ扈丞�髣ュ莠�ス�逧�ョ「謌キ遶ッ�御ス�莉咲┯蝨ィ菴�逧�ッヲ諠�。オ髱「逵句芦豁」蝨ィ荳贋シ�/荳玖スス逧�ョー蠖輔る壼クク諠��荳玖ソ吩コ帚懷�菴咏ァ榊ュ絶晏ー�惠30蛻�帖荵句�陲ォ閾ェ蜉ィ貂�勁�御ス�弍螯よ棡菴�鬩ャ荳顔サァ扈ュ菴�逧�ク玖スス閠梧恪蜉。蝎ィ蜿域署遉コ窶弸ou already are downloading the same torrent窶晉噪髞呵ッッ�碁ぅ荵井ス�髴隕�㍾鄂ョ菴�逧�ッ�徴�檎┯蜷朱㍾譁ー荳玖スス遘榊ュ先枚莉カ�御ケ句錘扈ァ扈ュ荳玖スス霑�ィ九� </li></ul>', 1, 5, 15),
|
|||
|
|
(70, 70, 25, 'item', 'DHT譏ッ莉荵茨シ滉クコ莉荵井ク螳夊ヲ∝�髣ュ霑吩クェ蜉溯���', 'DHT蠢�。サ莉惹ス�逧�ョ「謌キ遶ッ陲ォ遖∵ュ「縲�HT蜿ッ閭ス蟇シ閾エ菴�逧�焚謐ョ陲ォ髞呵ッッ蝨ー隶ー蠖包シ悟庄莉・隗�クコ荳遘堺ス懷シ願。御クコ縲ゆササ菴穂スソ逕ィDHT逧�畑謌キ蟆�屏菴懷シ願瑚「ォ邉サ扈溽ヲ∵ュ「縲�<br />\r\n蟷ク霑千噪譏ッ�檎岼蜑控racker譛榊苅蝎ィ莨夊�蜉ィ蛻�梵逕ィ謌キ荳贋シ�逧�ァ榊ュ先枚莉カ�悟シコ蛻カ蜴サ髯、DHT逧�髪謖√りソ吩ケ滓弍荳コ莉荵育ァ榊ュ仙書蟶��ソ�。サ驥肴眠荳玖スス遘榊ュ先燕閭ス豁」蟶ク蛛夂ァ咲噪蜴溷屏荵倶ク縲�', 1, 5, 16),
|
|||
|
|
(71, 71, 25, 'categ', 'How can I help translate the site language into my native language?', '', 1, 0, 8),
|
|||
|
|
(72, 72, 25, 'item', 'What skills do I need to do the translation?', 'Translate the site into another language is quite easy. You needn''t be skilled in PHP or dynamic website design. In fact, all you need is proficient understanding of English (the default site language) and the language you plan to translate into. Maybe some basic knowledge in HTML would help.<br /><br />\r\nMoreover, we give a detailed tutorial on how to do the translation <a href="#73" class="faqlink"><b>HERE</b></a>. And our coders would be more than pleased to answer the questions you may encounter.<br /><br />\r\nTranslate the whole site into another language would take estimated 10 hours. And extra time is needed to maintain the translation when site code is updated.<br /><br />\r\nSo, if you think you could help, feel free to <a class="faqlink" href="contactstaff.php"><b>CONTACT US</b></a>. Needless to say, you would be rewarded.', 1, 71, 1);
|
|||
|
|
INSERT INTO `faq` (`id`, `link_id`, `lang_id`, `type`, `question`, `answer`, `flag`, `categ`, `order`) VALUES
|
|||
|
|
(73, 73, 25, 'item', 'The translation tutorial', '<ul>\r\n<li>How does multi-language work?<br />\r\nCurrently we use language files to store all the static words that a user can see on web pages. <br />\r\nEvery php code file has a corresponding language file for a certain language. And we named the language file ''lang_'' plus the filename of the php code file. i.e. the language file of the php code file ''details.php'' would be ''lang_details.php''. <br />\r\nWe has some mechanism in php codes to read the exact language files of user''s preferred language, and you shouldn''t worry about that.<br /></li>\r\n<li>What''s in language files?<br />\r\nIn a language file is an array of strings. These strings contain all the static words that a user can see on web pages. When we need to say some words on a php code file, we call for a string in the array. And the output of the php code file, that is what users see on the web pages, would show the value of the string.<br />\r\nSounds dizzying? Well, you need not care about all these. All you gotta do is translate the values of the strings in the language files into another language. <b>Let''s see an example</b>:<br /><br />\r\nThe following is the content of the English language file ''lang_users.php'', which works for the php code file ''users.php''. <br /><br />\r\n<img src="pic/langfileeng.png" alt="langfileeng" /><br />\r\nIf you wanna translate it into Simplified Chinese, all you need is edit the file into this:<br />\r\n<img src="pic/langfilechs.png" alt="langfilechs" /><br />\r\nSee, in every line, the left part, that is before <i>=></i>, is the name of a string, which you shouldn''t touch. All you need to is translate the right part, after <i>=></i>, which is the value of the string, into another language.<br />\r\nSometimes you need to look at the corresponding web pages to get the context meaning of some words.<br /></li>\r\n<li>Sounds easy? See what do you need to do.<br />\r\nIf you feel like to help us, <a class="faqlink" href="aboutnexus.php#contact"><b>CONTACT US</b></a> and we will send you a pack of the English language files (or any other available language if you prefer). Received it, you can start translating the value of strings (which is in English), into another language. It should take you several hours to do the whole work. After this, send back the translated language files to us.<br />\r\nIf no bugs or hacking codes are found in testing, we would put the new language into work.<br />\r\nSometimes the language files need to be updated, typically adding new strings, when site codes are updated. If you feel like it, you can help maintain the language files.<br /></li>\r\n<li><font color="red"><b>IMPORTANT</b></font><br />\r\nThe text of language files must be encoded in UTF-8. When saving files, be sure to set the character encoding to UTF-8. Otherwise mojibake may happen.</li></ul>', 1, 71, 2),
|
|||
|
|
(74, 74, 25, 'item', '荳コ莉荵域�逧�」∫尨霑俶怏蜈�カウ逧�ゥコ髣エ�悟ョ「謌キ遶ッ蜊エ謠千、コ逎∫尨蜑ゥ菴咏ゥコ髣エ荳崎カウ��', '蠕亥庄閭ス譏ッ蝗�荳コ菴�逧�」∫尨蛻�玄逧�枚莉カ邉サ扈滉クコFAT32�瑚ッ・譁�サカ邉サ扈滉ク肴髪謖∝、ァ莠�4GB逧�黒荳ェ譁�サカ縲ょヲよ棡菴�菴ソ逕ィ逧�弍Windows邉サ扈滂シ御ス�蜿ッ莉・蝨ィ逎∫尨逧�ア樊ァ荳ュ譟・逵句�譁�サカ邉サ扈滉ソ。諱ッ縲ゆス�蜿ッ莉・蟆�」∫尨譁�サカ邉サ扈溯スャ謐「謌先峩鬮倡コァ逧НTFS譚・隗」蜀ウ隸・髣ョ鬚倥�<br />\r\n菴�蜿ッ莉・蝨ィ蜻ス莉、陦檎ェ怜哨菴ソ逕ィconvert蜻ス莉、蟆�AT32譌�謐溯スャ謌侵TFS譁�サカ邉サ扈滓�シ蠑上�<br /><br />\r\n<b>蜻ス莉、隸エ譏�</b>\r\nCONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]<br />\r\nvolume 謖�ョ夐ゥア蜉ィ蝎ィ蜿キ(蜷朱擇霍滉ク荳ェ蜀貞捷)縲∬」�スス轤ケ謌門差蜷阪�<br />\r\n/FS:NTFS 謖�ョ夊ヲ∬「ォ霓ャ謐「謌� NTFS 逧�差縲�<br />\r\n/V 謖�ョ� Convert 蠎碑ッ・逕ィ隸ヲ霑ー讓。蠑剰ソ占。後�<br />\r\n/CvtArea:filename 蟆��ケ逶ョ蠖穂クュ逧�ク荳ェ謗・扈ュ譁�サカ謖�ョ壻クコNTFS 邉サ扈滓枚莉カ逧�頃菴咲ャヲ縲�<br />\r\n/NoSecurity 謖�ョ壽ッ丈クェ莠コ驛ス蜿ッ莉・隶ソ髣ョ霓ャ謐「逧�枚莉カ蜥檎岼蠖慕噪螳牙�隶セ鄂ョ縲�<br />\r\n/X 螯よ棡蠢�ヲ�シ悟�蠑コ陦悟査霓ス蜊キ縲りッ・蜊キ逧�園譛画遠蠑逧�唱譟��譌�謨医� <br /><br />\r\n<b>邂蜊戊ッエ</b><br />�喀r\n謇灘シ 蜻ス莉、謠千、コ隨ヲ遯怜哨縲�<br />\r\n蝨ィ蜻ス莉、謠千、コ隨ヲ遯怜哨�瑚ッキ髞ョ蜈・��<br />\r\nconvert drive_letter:/fs:ntfs<br />\r\n萓句ヲゑシ夊スャ謐「D逶倅クコNTFS�悟庄霎灘�convert D:/fs:ntfs', 1, 5, 17),
|
|||
|
|
(374, 74, 28, 'item', '轤コ莉荵域�逧�」∫「滄d譛牙�雜ウ逧�ゥコ髢難シ檎畑謌カ遶ッ蜊サ霈泌勧隱ェ譏守」∫「溷黄鬢倡ゥコ髢謎ク崎カウ��', '蠕亥庄閭ス譏ッ蝗�轤コ菴�逧�」∫「溷牡蜊逧�ェ疲。育ウサ邨ア轤コFAT32�瑚ゥイ讙疲。育ウサ邨ア荳肴髪謠エ螟ァ莠�4GB逧�粍蛟区ェ疲。医ょヲよ棡菴�菴ソ逕ィ逧�弍Windows邉サ邨ア�御ス�蜿ッ莉・蝨ィ逎∫「溽噪螻ャ諤ァ荳ュ讙「隕門�讙疲。育ウサ邨ア雉�ィ翫ゆス�蜿ッ莉・蟆�」∫「滓ェ疲。育ウサ邨ア霓画鋤謌先峩騾イ髫守噪NTFS萓�ァ」豎コ隧イ蝠城。後�<br />\r\n菴�蜿ッ莉・蝨ィ謖�サ、陦瑚ヲ也ェ嶺スソ逕ィconvert謖�サ、蟆⑦AT32辟。謳崎ス画�NTFS讙疲。育ウサ邨ア譬シ蠑上�<br /><br />\r\n<b>謖�サ、隱ェ譏�</b>\r\nCONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]<br />\r\nvolume 謖�ョ夂」∫「滓ゥ溯辧(蜷朱擇霍滉ク蛟句�陌�)縲∬」晁シ蛾サ樊�蜊キ蜷阪�<br />\r\n/FS:NTFS 謖�ョ夊ヲ∬「ォ霓画鋤謌� NTFS 逧�差縲�<br />\r\n/V 謖�ョ� Convert 諛芽ゥイ逕ィ隧ウ霑ー蝙区�蝓キ陦後�<br />\r\n/CvtArea:filename 蟆��ケ逶ョ骭�クュ逧�ク蛟区磁郤梧ェ疲。域欠螳夂ぜNTFS 邉サ邨ア讙疲。育噪蜊�菴咲ャヲ縲�<br />\r\n/NoSecurity 謖�ョ壽ッ丞倶ココ驛ス蜿ッ莉・蟄伜叙霓画鋤逧�ェ疲。亥柱逶ョ骭�噪螳牙�險ュ螳壹�<br />\r\n/X 螯よ棡蠢�ヲ�シ悟�蠑キ陦悟査霈牙差縲りゥイ蜊キ逧�園譛蛾幕蝠溽噪謗ァ鮟槫援辟。謨医� <br /><br />\r\n<b>邁。蝟ョ隱ェ</b><br />�喀r\n髢句福 謖�サ、霈泌勧隱ェ譏守ャヲ隕也ェ励�<br />\r\n蝨ィ謖�サ、霈泌勧隱ェ譏守ャヲ隕也ェ暦シ瑚ォ矩嵯蜈・��<br />\r\nconvert drive_letter:/fs:ntfs<br />\r\n萓句ヲゑシ夊ス画鋤D讒�ぜNTFS�悟庄蛹ッ蜈・convert D:/fs:ntfs', 1, 5, 17),
|
|||
|
|
(368, 68, 28, 'item', '窶弑nknown passkey窶晞咎険隱、譏ッ蜥句屓莠具シ�', '鬥門��悟ヲよ棡菴�荳肴弍謌大醍噪險サ蜀顔畑謌カ�悟ー�怎逋シ逕滄吝矩険隱、縲ょ�谺。�梧怏蜿ッ閭ス菴�豐呈怏蝨ィ逋サ蜈・迢諷倶ク句セ樊�蛟醍噪邯イ鬆∬」。荳玖シ臥ィョ蟄先ェ疲。医ょヲよ棡譏ッ騾吝�遞ョ諠�ウ�シ悟宵隕∬ィサ蜀贋ク蛟句クウ陌滓�閠�匳蜈・蜷惹ク玖シ臥ィョ蟄先ェ疲。亥ーア蜿ッ莉・莠��<br />\r\n蜿ヲ螟厄シ檎文菴�險サ蜀贋コ�ク蛟区眠逕ィ謌カ蟷カ荳秘幕蟋狗ャャ荳谺。荳玖シ臥噪譎ょ呻シ梧�閠�ス�蜑帛央驥咲スョ莠�ス�逧�刈蟇�嵯譎ゑシ御ケ溷庄閭ス蜃コ迴セ騾吝矩険隱、縲ょ次蝗�譏ッ邉サ邨ア蟷カ髱槫ッヲ譎よェ「譟・蜉�蟇�嵯逧�隼隶翫ょヲよ棡譏ッ蝗�轤コ騾吝句次蝗��碁ぅ荵亥ーア隶鍋ィョ蟄仙キ・菴懃ュ我ク譛���梧怙蜷惹ク螳夊�謾カ蛻ーTracker莨コ譛榊勣逋シ蝗樒噪謌仙粥雉�ィ翫�', 1, 5, 14),
|
|||
|
|
(369, 69, 28, 'item', '莉荵域凾蛟呎�髴隕�㍾鄂ョ謌醍噪蜉�蟇�嵯?', '<ul><li> 螯よ棡菴�逧�刈蟇�嵯陲ォ豕�シ擾シ御ク泌挨逧�畑謌カ豁」蝨ィ菴ソ逕ィ騾吝句刈蟇�嵯�亥叉菴ソ逕ィ菴�逧�クウ謌カ�我ク玖シ画ェ疲。医ょ惠騾咏ィョ諠�ウ∽ク具シ御ス�閭ス蝨ィ菴�逧�ゥウ諠���擇逵句芦菴�蟷カ譛ェ荳玖シ画�荳雁さ逧�ィョ蟄舌�</li>\r\n<li>逡カ菴�逧�畑謌カ遶ッ蟠ゥ貎ー�梧�閠�ス�逧�」邱壼ケカ豐呈怏豁」蟶ク陲ォ邨よュ「縲ょ惠騾呎ィ」逧�ュ豕∽ク具シ悟ーア邂嶺ス�蟾イ邯馴梨髢我コ�ス�逧�畑謌カ遶ッ�御ス�莉咲┯蝨ィ菴�逧�ゥウ諠���擇逵句芦豁」蝨ィ荳雁さ/荳玖シ臥噪險倬隙縲る壼クク諠�ウ∽ク矩吩コ帚懷、夐、倡ィョ蟄絶晏ー�惠30蛻�据荵句�陲ォ閾ェ蜍墓ク�勁�御ス�弍螯よ棡菴�鬥ャ荳顔ケシ郤御ス�逧�ク玖シ芽御シコ譛榊勣蜿郁シ泌勧隱ェ譏寂弸ou already are downloading the same torrent窶晉噪骭ッ隱、�碁ぅ荵井ス�髴隕�㍾鄂ョ菴�逧�刈蟇�嵯�檎┯蜷朱㍾譁ー荳玖シ臥ィョ蟄先ェ疲。茨シ御ケ句錘郢シ郤御ク玖シ蛾℃遞九� </li></ul>', 1, 5, 15),
|
|||
|
|
(370, 70, 28, 'item', 'DHT譏ッ莉荵茨シ溽ぜ莉荵井ク螳夊ヲ�梨髢蛾吝句粥閭ス��', 'DHT蠢��亥セ樔ス�逧�畑謌カ遶ッ陲ォ遖∵ュ「縲�HT蜿ッ閭ス蟆手�菴�逧�ウ�侭陲ォ骭ッ隱、蝨ー險倬隙�悟庄莉・隕也ぜ荳遞ョ菴懷シ願。檎ぜ縲ゆササ菴穂スソ逕ィDHT逧�畑謌カ蟆�屏菴懷シ願瑚「ォ邉サ邨ア遖∵ュ「縲�<br />\r\n蟷ク驕狗噪譏ッ�檎岼蜑控racker莨コ譛榊勣譛��蜍戊ァ」譫千畑謌カ荳雁さ逧�ィョ蟄先ェ疲。茨シ悟シキ蛻カ蜴サ髯、DHT逧�髪謠エ縲る吩ケ滓弍轤コ莉荵育ィョ蟄千匸蟶��ソ��磯㍾譁ー荳玖シ臥ィョ蟄先燕閭ス豁」蟶ク蛛夂ィョ逧�次蝗�荵倶ク縲�', 1, 5, 16),
|
|||
|
|
(371, 71, 28, 'categ', 'How can I help translate the site language into my native language?', '', 1, 0, 8),
|
|||
|
|
(372, 72, 28, 'item', 'What skills do I need to do the translation?', 'Translate the site into another language is quite easy. You needn''t be skilled in PHP or dynamic website design. In fact, all you need is proficient understanding of English (the default site language) and the language you plan to translate into. Maybe some basic knowledge in HTML would help.<br /><br />\r\nMoreover, we give a detailed tutorial on how to do the translation <a href="#73" class="faqlink"><b>HERE</b></a>. And our coders would be more than pleased to answer the questions you may encounter.<br /><br />\r\nTranslate the whole site into another language would take estimated 10 hours. And extra time is needed to maintain the translation when site code is updated.<br /><br />\r\nSo, if you think you could help, feel free to <a class="faqlink" href="contactstaff.php"><b>CONTACT US</b></a>. Needless to say, you would be rewarded.', 1, 71, 1),
|
|||
|
|
(373, 73, 28, 'item', 'The translation tutorial', '<ul>\r\n<li>How does multi-language work?<br />\r\nCurrently we use language files to store all the static words that a user can see on web pages. <br />\r\nEvery php code file has a corresponding language file for a certain language. And we named the language file ''lang_'' plus the filename of the php code file. i.e. the language file of the php code file ''details.php'' would be ''lang_details.php''. <br />\r\nWe has some mechanism in php codes to read the exact language files of user''s preferred language, and you shouldn''t worry about that.<br /></li>\r\n<li>What''s in language files?<br />\r\nIn a language file is an array of strings. These strings contain all the static words that a user can see on web pages. When we need to say some words on a php code file, we call for a string in the array. And the output of the php code file, that is what users see on the web pages, would show the value of the string.<br />\r\nSounds dizzying? Well, you need not care about all these. All you gotta do is translate the values of the strings in the language files into another language. <b>Let''s see an example</b>:<br /><br />\r\nThe following is the content of the English language file ''lang_users.php'', which works for the php code file ''users.php''. <br /><br />\r\n<img src="pic/langfileeng.png" alt="langfileeng" /><br />\r\nIf you wanna translate it into Simplified Chinese, all you need is edit the file into this:<br />\r\n<img src="pic/langfilechs.png" alt="langfilechs" /><br />\r\nSee, in every line, the left part, that is before <i>=></i>, is the name of a string, which you shouldn''t touch. All you need to is translate the right part, after <i>=></i>, which is the value of the string, into another language.<br />\r\nSometimes you need to look at the corresponding web pages to get the context meaning of some words.<br /></li>\r\n<li>Sounds easy? See what do you need to do.<br />\r\nIf you feel like to help us, <a class="faqlink" href="aboutnexus.php#contact"><b>CONTACT US</b></a> and we will send you a pack of the English language files (or any other available language if you prefer). Received it, you can start translating the value of strings (which is in English), into another language. It should take you several hours to do the whole work. After this, send back the translated language files to us.<br />\r\nIf no bugs or hacking codes are found in testing, we would put the new language into work.<br />\r\nSometimes the language files need to be updated, typically adding new strings, when site codes are updated. If you feel like it, you can help maintain the language files.<br /></li>\r\n<li><font color="red"><b>IMPORTANT</b></font><br />\r\nThe text of language files must be encoded in UTF-8. When saving files, be sure to set the character encoding to UTF-8. Otherwise mojibake may happen.</li></ul>', 1, 71, 2),
|
|||
|
|
(362, 62, 28, 'item', '荵溯ィア譏ッ蝗�轤コ謌醍噪IP菴榊捩陲ォ蛻怜�鮟大錐蝟ョ莠�シ�', '騾吝狗カイ遶呎怏螻剰反陲ォ遖∫畑謌カ謌匁判謫願�噪IP菴榊捩逧�粥閭ス縲りゥイ蜉溯�蝨ィApache/PHP螻、髱「荳願オキ菴懃畑�御ク泌宵閭ス螻剰反蠕樣吩コ帑ス榊捩<i>逋サ蜈・</i>邯イ遶吶る吩ク肴怎髦サ豁「菴�<i>騾」邱�</i>蛻ー邯イ遶呻シ梧峩辟。豕募セ槫コ募ア、逧�鵠螳壼ア、髱「騾イ陦悟ア剰反縲ょ叉萓ソ菴�逧�ス榊捩蟾イ邯楢「ォ蛻怜�莠�サ大錐蝟ョ�御ス�諛芽ゥイ莉崎�螟�騾夐℃ping/traceroute謖�サ、騾」蜷御シコ譛榊勣縲ょヲよ棡菴�辟。豕暮」騾壻シコ譛榊勣�碁ぅ荵亥撫鬘檎噪蜴溷屏蝨ィ蛻・陌輔�<br />\r\n<br />\r\n螯よ棡菴�逧ИP菴榊捩蝗�譟千ィョ蜴溷屏骭ッ隱、蝨ー陲ォ謌大大ア剰反莠�シ瑚ォ玖�郢ォ謌大代�', 1, 8, 1),
|
|||
|
|
(363, 63, 28, 'item', '菴�逧ИSP螻剰反莠�悽遶咏噪菴榊捩', '鬥門��碁吩ク闊ャ荳榊ワ菴�逧ИSP逧�園菴懈園轤コ縲�NS蝓溷錐隗」譫蝉サ・蜿�/謌冶�カイ霍ッ蝠城。梧弍蟶ク隕狗噪逵溷�縲�r\n<br />\r\n蟆肴ュ、謌大醍┌閭ス轤コ蜉帙ゆス�諛芽ゥイ閨ッ郢ォ菴�逧ИSP�域�閠�鋤荳蛟具シ峨りィ倅ス丈ス�莉咲┯蜿ッ莉・騾夐℃莉」逅�ュ伜叙譛ャ遶呻シ悟純逵区ュ、蟶ク隕句撫鬘碁梨莠惹サ」逅�噪驛ィ蛻�ょ惠騾咏ィョ諠�ウ∽ク具シ御サ」逅�弍蜷ヲ蛹ソ蜷肴�閠�スソ逕ィ蜩ェ蛟狗屮閨ス騾夊ィ雁泛驛ス荳埼㍾隕∽コ��<br />\r\n<br />\r\n豕ィ諢擾シ御ス�逧�懷庄騾」邱夂朽諷銀晏ー�屏豁、荳逶エ陲ォ蛻礼ぜ窶懷凄窶晢シ悟屏轤コ豁、譎5racker莨コ譛榊勣辟。豕墓ェ「譟・菴�逧ВT逕ィ謌カ遶ッ謗・謾カ騾」邱夂噪迢諷九�', 1, 8, 2),
|
|||
|
|
(365, 65, 28, 'item', '荳榊ヲィ隧ヲ隧ヲ騾吝�', '逕ィ莉サ菴墓焔谿オ蝨ィ<a class="faqlink" href="forums.php">隲門」�</a>逋シ蟶悶る壼クク諠�ウ∽ク倶ス�閭ス蠕怜芦蜿句埋閠梧怏逕ィ逧�シ泌勧隱ェ譏弱る呵」。邨ヲ菴�荳莠帛渕譛ャ逧�欠蟆趣シ�<ul>\r\n<li>遒コ菫昜ス�逧�撫鬘檎噪遒コ荳榊惠騾咏ッ⑦AQ荳ュ縲る呎ィ」逧�匸蟶門ー手�逧�オ先棡蟆ア譏ッ蛯ウ蝗樣咏ッ⑦AQ縲�</li>\r\n<li>蝨ィ逋シ蟶紋ケ句燕�檎恚逵狗スョ鬆ゅょセ亥、壽凾蛟呻シ碁d豐呈怏陲ォ謌大醍噪FAQ謇謾カ骭�噪譛譁ー逧�ウ�ィ企�蜿ッ莉・蝨ィ驍」陬。陲ォ謇セ蛻ー縲�</li>\r\n<li>霈泌勧隱ェ譏取�蛟台ケ溷ーア譏ッ霈泌勧隱ェ譏惹ス�閾ェ蟾ア縲ゆク崎ヲ∝ュ蜒�ェェ窶懷仭謌鷹呵」。蜃コ蝠城。御コ�シ�シ≫晄署萓帑ク莠幄ゥウ諠�シ碁呎ィ」謌大大ーア荳咲畑迪懈クャ謌冶�オェ雋サ譎る俣萓�ゥ「蝠丈コ�ゆス�菴ソ逕ィ逧�弍莉荵育畑謌カ遶ッ�滉サ荵井ス懈・ュ邉サ邨ア�滓取ィ」逧�カイ霍ッ險ュ螳夲シ溷ヲよ棡逋シ逕滉コ�険隱、�梧弍莉荵域ィ」逧��鬮秘険隱、雉�ィ奇シ滓怏蝠城。檎噪遞ョ蟄先ェ疲。域弍蜩ェ蛟具シ滉ス�謇謠蝉セ帷噪雉�ィ願カ雁、夲シ悟ー堺ス�逧�シ泌勧隱ェ譏惹ケ溷ーア雜雁ョケ譏難シ御ス�逧�ク門ュ蝉ケ溷ーア譖エ蜉�螳ケ譏灘セ怜芦蝗櫁ヲ��</li>\r\n<li>荳埼怙隕∬ェェ逧�弍�壻ソ晄戟遖ョ雋後りカセ鬮俶ー」謠壼セ玲欠莉、蛻・莠コ霈泌勧隱ェ譏惹ス�蠕亥ー第怎譛臥畑縲�</li></ul>', 1, 9, 1),
|
|||
|
|
(366, 66, 28, 'item', '莉荵域弍"Your slot limit is reached! You may at most download xx torrents at the same time"骭ッ隱、��', '騾呎弍窶懈怙螟ァ騾」邱壽丙邉サ邨ア窶昴よ怙螟ァ騾」邱壽丙邉サ邨ア逕ィ莠朱剞蛻カ驍」莠帛�莠ォ邇�シ�ス惹ク比ク玖シ蛾㍼螟ァ莠�10GB逧�畑謌カ逧�怙螟ァ蜷梧凾荳玖シ画丙縲�<br /><br />\r\n隕丞援螯ゆク�: <br /><br />\r\n<table cellspacing="3" cellpadding="0">\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.5</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">譛螟ァ騾」邱壽丙</td>\r\n <td class="embedded" width="40">1</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.65</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">譛螟ァ騾」邱壽丙</td>\r\n <td class="embedded" width="40">2</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.8</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">譛螟ァ騾」邱壽丙</td>\r\n <td class="embedded" width="40">3</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.95</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">譛螟ァ騾」邱壽丙</td>\r\n <td class="embedded" width="40">4</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�、ァ莠�</td>\r\n <td class="embedded" width="40">0.95</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">譛螟ァ騾」邱壽丙</td>\r\n <td class="embedded" width="40">辟。髯仙宛</td>\r\n</tr>\r\n</table>\r\n<br />\r\n辟。隲紋ス墓凾�悟酔譎ら噪荳雁さ謨ク荳崎ィュ髯舌ゆス�弍螯よ棡菴�逶ョ蜑咲噪荳玖シ画丙蟾イ驕泌芦莠�ス�逧�怙螟ァ騾」邱壽丙�碁呎凾髢句福譁ー逧�★遞ョ蟾・菴懶シ御ス�荵滓怎謾カ蛻ー蜷梧ィ」逧�険隱、霈泌勧隱ェ譏弱ょ惠騾咏ィョ諠�ウ∽ク具シ御ス�蠢��亥�髣憺哩荳蛟倶ク玖シ牙キ・菴懶シ檎┯蜷朱幕蝠滓園譛臥噪荳雁さ蟾・菴懶シ檎┯蜷守ケシ郤悟央謇埼梨髢臥噪荳玖シ牙キ・菴懊ょ屏轤コ逡カ菴�逧�」邱壽丙陲ォ蜊�貊ソ�檎ウサ邨ア蟆�ク榊刈鬩苓ュ臥峩謗・諡堤オ穂ササ菴穂ク玖シ画�荳雁さ逧�ヲ∵アゅ� <br />\r\n<br /><br />\r\n菴�蜿ッ莉・蝨ィ莉サ諢乗凾髢灘ッ溽恚閾ェ蟾ア逧�」邱壽丙�瑚ゥイ雉�ィ雁惠鬆�擇鬆らォッ雉�ィ頑ャ�クュ陲ォ蛻怜�縲�', 0, 5, 12),
|
|||
|
|
(367, 67, 28, 'item', '莉荵域弍蜉�蟇�嵯邉サ邨ア�溷ョ�弍諤惹ケ亥キ・菴懃噪��', '蜉�蟇�嵯邉サ邨ア蝨ィBT逕ィ謌カ遶ッ騾」邱啜racker莨コ譛榊勣譎りオキ蛻ー鬩苓ュ芽コォ莉ス逧�ス懃畑縲よッ丈ク蛟狗畑謌カ驛ス譛我ク蛟狗ウサ邨ア髫ィ讖溽函謌千噪蜉�蟇�嵯縲ら文逕ィ謌カ荳玖シ画汾蛟狗ィョ蟄先ェ疲。域凾�御サ也噪遘∽ココ蜉�蟇�嵯陲ォ豺サ蜉�蛻ー遞ョ蟄先ェ疲。育噪Tracker莨コ譛榊勣URL荳ュ縲る夐℃騾咏ィョ譁ケ蠑擾シ御ス�蜿ッ莉・蝨ィ螳カ荳ュ謌冶�セヲ蜈ャ螳、菴ソ逕ィ荳榊酔逧ИP萓�★遞ョ譟仙区ェ疲。医�r\n\r\n', 1, 5, 13),
|
|||
|
|
(301, 1, 28, 'categ', '邯イ遶呵ウ�ィ�', '', 1, 0, 1),
|
|||
|
|
(302, 2, 28, 'categ', '逕ィ謌カ雉�ィ�', '', 1, 0, 2),
|
|||
|
|
(303, 3, 28, 'categ', '雉�侭邨ア險�', '', 1, 0, 3),
|
|||
|
|
(304, 4, 28, 'categ', '逋シ蟶�', '', 1, 0, 4),
|
|||
|
|
(305, 5, 28, 'categ', '荳玖シ�', '', 1, 0, 5),
|
|||
|
|
(306, 6, 28, 'categ', '謌題ゥイ諤取ィ」謠仙合荳玖シ蛾溷コヲ��', '', 1, 0, 6),
|
|||
|
|
(307, 7, 28, 'categ', '謌醍噪邯イ霍ッ謠蝉セ帛膚��SP�我スソ逕ィ莠�城壻サ」逅�よ�諛芽ゥイ諤惹ケ亥★��', '', 1, 0, 7),
|
|||
|
|
(308, 8, 28, 'categ', '轤コ莉荵域�騾」荳堺ク奇シ滄屮驕捺�陲ォ邯イ遶吝ア剰反莠�シ�', '', 1, 0, 8),
|
|||
|
|
(309, 9, 28, 'categ', '螯よ棡蠕樣呵」。謇セ荳榊芦謌醍噪蝠城。檎噪隗」遲費シ梧�隧イ諤惹ケ郁セヲ��', '', 1, 0, 9),
|
|||
|
|
(310, 10, 28, 'item', '蛻ー蠎穂サ荵域弍BT��ittorrent�会シ滓�隕∝ヲゆス墓燕閭ス蠑�芦騾咎。樒ィ句シ擾シ�', '蜿�恚<a class="faqlink" href="http://www.btfaq.com/">Brian逧ВitTorrent FAQ蜿頑欠蟆�</a>縲�', 1, 1, 1),
|
|||
|
|
(311, 11, 28, 'item', '謌大第告蜃コ萓�噪骭「荳雁頭蜈貞悉莠�シ�', '謇譛画告蜉ゥ逧�犬逕ィ莠守カュ隴キ莨コ譛榊勣逧�イサ逕ィ縲�', 1, 1, 2),
|
|||
|
|
(312, 12, 28, 'item', '謌大セ槫頭陬。蜿ッ莉・謳槫芦萓�コ千「シ逧�狭雋晢シ�', '騾吝亀racker菴ソ逕ィ逧�弍NexusPHP逧�ィ句シ冗「シ縲らィ句シ冗「シ謚灘叙莠句ョ懶シ瑚ォ狗恚<a class="faqlink" href="aboutnexus.php">騾呵」。</a>縲�<br />\r\nNexusPHP逧�ィ句シ冗「シ譏ッ譬ケ謫啜BSource逧�コ千「シ謾ケ蟇ォ逧�5BDev邯イ遶呻シ卦racker萓�コ千「シ莉・蜿顔、セ蜊隲門」��蝨ィ騾呵」。��<a class="faqlink" href="http://www.tbdev.net/">TBDev.net</a>縲�', 1, 1, 3),
|
|||
|
|
(313, 13, 28, 'item', '謌題ィサ蜀贋コ�ク蛟玖ウャ陌滉ス�弍蜊サ豐呈怏謾カ蛻ー鬩苓ュ蛾Ψ莉カ��', '騾吝セ域怏蜿ッ閭ス譏ッTracker謇蝨ィ逧�シコ譛榊勣邯イ霍ッ蜃コ迴セ莠�撫鬘後ゆス�蜿ッ莉・蝪ォ蟇ォ<a href="confirm_resend.php" class="faqlink">騾吝玖。ィ譬シ</a>隶謎シコ譛榊勣驥咲匸鬩苓ュ蛾Ψ莉カ縲�<br />\r\n騾壼クク豐呈怏蠕怜芦遒コ隱咲噪險サ蜀雁クウ謌カ譛�惠24蟆乗凾蜷手「ォ遘サ髯、�梧園莉・菴�蜿ッ莉・蝨ィ隨ャ莠悟、ゥ驥崎ゥヲ縲る怙隕∵ウィ諢冗噪譏ッ�悟ヲよ棡菴�隨ャ荳谺。豐呈怏謾カ蛻ー遒コ隱堺ソ。�檎ャャ莠梧ャ。譛牙セ亥、ァ逧�庄閭ス莉咲┯辟。豕墓噺蛻ー遒コ隱堺ソ。�梧園莉・謠帑ク蛟畿-mail菴榊捩譏ッ荳蛟倶ク埼険逧�クサ諢上�', 1, 2, 1),
|
|||
|
|
(314, 14, 28, 'item', '謌大ソ倩ィ倅コ��逧�畑謌カ蜷�/蟇�「シ莠�シ瑚�蟷ォ謌第伽蝗樔セ�ケ茨シ�', '隲句。ォ蟇ォ<a class="faqlink" href="recover.php">騾吝玖。ィ蝟ョ</a>�梧�蛟大ー�滑逋サ蜈・隧ウ諠�匸驍�オヲ菴�縲�', 1, 2, 2),
|
|||
|
|
(315, 15, 28, 'item', '謌大庄莉・邨ヲ謌醍噪雉ャ陌滓隼蛟句錐蟄嶺ケ茨シ�', '謌大大ケカ荳肴髪謠エ邨ヲ雉ャ陌滓隼蜷阪�', 1, 2, 3),
|
|||
|
|
(316, 16, 28, 'item', '菴�蜿ッ莉・遘サ髯、荳蛟具シ亥キイ遒コ隱咲噪�芽ウャ陌滉ケ茨シ�', '謌大台ク闊ャ荳肴署萓幄ゥイ鬘樊恪蜍呻シ梧園莉・荳崎ヲ∬ヲ∵アらァサ髯、莉サ菴穂ク蛟玖「ォ菴�驍隲狗噪蟶ウ陌溘�', 1, 2, 4),
|
|||
|
|
(317, 17, 28, 'item', '驍」荵茨シ御サ荵域弍謌醍噪蛻�コォ邇�シ�atio�会シ�', '蟆ア蝨ィ鬆�擇蜉溯�蜑イ蜊逧�ク矩擇縲�<br />\r\n<br />\r\n<img src="pic/ratio.png" alt="ratio" />\r\n<br />\r\n<br />\r\n蜊蛻�ス�逧�紛鬮泌�莠ォ邇�柱迯ィ遶句�莠ォ邇�弍蠕磯㍾隕∫噪縲よ紛鬮泌�莠ォ邇�梨豕ィ逧�弍閾ェ蠕樔ス�蜉�蜈・邯イ遶吩サ・萓�シ瑚ウャ陌溽噪謨エ鬮比ク雁さ闊�ク玖シ蛾㍼縲り檎昏遶句�莠ォ邇�援驥晏ー肴ッ丈ク蛟倶ス�豁」蝨ィ荳玖シ画�蛛夂ィョ逧�ェ疲。医�r\n<br />\r\n<br />\r\n菴�蜿ッ閭ス逵句芦蜈ゥ遞ョ雎。蠕オ蠑丈セ�サ」譖ソ謨ク蟄暦シ�"Inf."�碁吝区弍辟。髯撰シ�nfinity�臥噪邵ョ蟇ォ�梧э諤晄弍菴�逧�ク玖シ蛾㍼轤コ0菴榊�邨�シ瑚御ク雁さ驥丞援譏ッ莉サ諢丈ク蛟矩撼髮カ逧�シ(荳雁さ驥�/荳玖シ蛾㍼=辟。遯ョ螟ァ)��"---"�梧㊨隧イ陲ォ隕也ぜ窶應ク榊庄逕ィ窶晢シ碁呵ェェ譏惹コ�ス�逧�ク玖シ蛾㍼蜥御ク雁さ驥城�譏ッ0菴榊�邨��(荳雁さ驥�/荳玖シ蛾㍼=0/0 騾呎弍荳蛟倶ク咲「コ螳夂噪驥�)縲�r\n', 1, 2, 5),
|
|||
|
|
(318, 18, 28, 'item', '轤コ莉荵域�逧ИP菴榊捩蟇溽恚蝨ィ謌醍噪蛟倶ココ雉�ィ企��擇荳奇シ�', '蜿ェ譛我ス�閾ェ蟾ア蜥檎カイ遶儁oderator蜿贋サ・荳顔噪邂。逅�藤蜿ッ莉・逵句芦菴�逧ИP菴榊捩蜥窪mail縲よ勸騾夂畑謌カ譏ッ逵倶ク榊芦騾吩コ幄ウ�ィ顔噪縲�', 1, 2, 6),
|
|||
|
|
(321, 21, 28, 'item', '轤コ莉荵域�逧�懷庄騾」邱壺晄弍窶懷凄窶晢シ滂シ井サ・蜿顔ぜ莉荵域�髴隕�梨豕ィ騾吝句撫鬘鯉シ滂シ�', 'Tracker莨コ譛榊勣隱咲ぜ菴�蝨ィ髦イ轣ォ迚�錘�梧�閠�惠NAT讖区磁蜷趣シ悟ケカ荳皮┌豕墓磁謾カ蜈カ莉鳳eer逧�」邱夊ヲ∵アゅ�r\n<br />\r\n<br />\r\n騾呎э蜻ウ逹蜈カ莉也噪螟ァ謇ケPeer辟。豕暮」邱壼芦菴��悟宵閭ス逕ア菴�騾」邱壼芦莉門代よ峩邉溽ウ慕噪諠�ウ∵弍�悟ヲよ棡蜈ゥ蛟輝eer驛ス陌穂コ朱呎ィ」逧�朽諷具シ御サ門大ー�ョ悟�辟。豕暮」邱壼芦蟆肴婿縲る吝ー堺コ取紛鬮秘溷コヲ譛臥捩髱槫クク荳榊茜逧�スア髻ソ縲�r\n<br />\r\n<br />\r\n蟆堺コ朱吝句撫鬘鯉シ梧怏莉・荳玖ァ」豎コ譁ケ蠑擾シ壼ー堺コ朱亟轣ォ迚�シ碁幕蝠溽畑莠取磁謾カ騾」邱夂噪騾夊ィ雁泛�亥叉菴�蝨ィBT逕ィ謌カ遶ッ荳ュ螳夂セゥ逧�夊ィ雁泛�会シ帛ー堺コ晒AT�御ス�髴隕��鄂ョNAT莨コ譛榊勣菴ソ逕ィBasic NAT譁ケ蠑剰御ク肴弍NAPT�井ク榊酔逧�キッ邱壽怏逹荳榊酔逧�濤陦梧婿蠑上らソサ髢ア菴�逧�キッ邱壽枚莉カ謌門ョ「譛崎ォ門」�ゆス�荵溷庄莉・蝨ィ<a class="faqlink" href="http://portforward.com/">PortForward</a>謇セ蛻ー髣應コ取ュ、蝠城。檎噪螟ァ驥剰ウ�ィ奇シ峨�r\n\r\n\r\n\r\n\r\n\r\n', 1, 2, 9),
|
|||
|
|
(322, 22, 28, 'item', '荳榊酔逧�畑謌カ遲臥エ壻サ」陦ィ莠�サ荵亥性鄒ゥ��', '<table cellspacing="3" cellpadding="0">\r\n<tr>\r\n<td class="embedded" width="200" valign="top"> <b class="Peasant_Name">Peasant</b></td>\r\n<td class="embedded" width="5"> </td>\r\n<td class="embedded"> 陲ォ髯咲エ夂噪逕ィ謌カ�御サ門第怏30螟ゥ譎る俣萓�署蜊��莠ォ邇�シ悟凄蜑�サ門第怎陲ォ雕「縲ら┌豕慕匸陦ィ雜」蜻ウ逶貞�螳ケ�帷┌豕慕筏隲句暑諠�処邨撰シ帷┌豕穂ク雁さ蟄怜ケ輔�r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="User_Name">User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">譁ー逕ィ謌カ逧��占ィュ邏壼挨縲ょ宵閭ス蝨ィ豈丞捉蜈ュ荳ュ蜊�12鮟櫁�豈丞捉譌・譎壻ク�11鮟�59蛻�匸蟶�ィョ蟄舌�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="PowerUser_Name">Power User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蠕怜芦荳蛟矩�隲句錐鬘搾シ帛庄莉・逶エ謗・逋シ蟶�ィョ蟄撰シ帛庄莉・讙「隕鋒FO譁�サカ�帛庄莉・讙「隕也畑謌カ貂�粍�帛庄莉・隕∵アらコ檎ィョ�� 蜿ッ莉・蛯ウ騾��隲具シ� 蜿ッ莉・讙「隕匁賜陦梧ヲ懶シ帛庄莉・讙「隕門�莉也畑謌カ逧�ィョ蟄先寔蜿イ(螯よ棡逕ィ謌カ髫ア遘∫ュ臥エ壽悴險ュ螳夂ぜ"蠑キ")�� 蜿ッ莉・遘サ髯、閾ェ蟾ア荳雁さ逧�ュ怜ケ輔�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="EliteUser_Name">Elite User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded"><b class="EliteUser_Name">Elite User</b>蜿贋サ・荳顔畑謌カ蟆∝ュ倩ウャ陌溷錘荳肴怎陲ォ遘サ髯、縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="CrazyUser_Name">Crazy User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蠕怜芦蜈ゥ蛟矩�隲句錐鬘搾シ帛庄莉・蝨ィ蛛夂ィョ/荳玖シ�/逋シ蟶�噪譎ょ咎∈蜿門諺蜷榊梛諷九�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="InsaneUser_Name">Insane User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蜿ッ莉・讙「隕匁勸騾壽律隱後�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="VeteranUser_Name">Veteran User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蠕怜芦荳牙矩�隲句錐鬘搾シ帛庄莉・讙「隕門�莉也畑謌カ逧�ゥ戊ォ悶∝ク門ュ先寔蜿イ縲�<b class="VeteranUser_Name">Veteran User</b>蜿贋サ・荳顔畑謌カ譛�ーク驕�菫晉蕗雉ャ陌溘�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="ExtremeUser_Name">Extreme User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蜿ッ莉・譖エ譁ー驕取悄逧�、夜Κ雉�ィ奇シ帛庄莉・讙「隕胞xtreme User隲門」��</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="UltimateUser_Name">Ultimate User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蠕怜芦莠泌矩�隲句錐鬘阪�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="NexusMaster_Name">Nexus Master</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蠕怜芦蜊∝矩�隲句錐鬘阪�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <img class="star" src="pic/trans.gif" alt="Star" /></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">轤コ邯イ遶呎告谺セ逧�クサ縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="VIP_Name">雋エ雉�(VIP)</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蜥�<b class="NexusMaster_Name">Nexus Master</b>謫∵怏逶ク蜷瑚ィア蜿ッ谺雁ケカ陲ォ隱咲ぜ譏ッ邊セ闍ア謌仙藤縲ょ�髯、閾ェ蜍暮剄邏壹�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="User_Name">蜈カ莉�</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">閾ェ險らュ臥エ壹�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="Retiree_Name">鬢願∵酪(Retiree)</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">騾莨大錘逧�ョ。逅�オ��蜩。縲�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="Uploader_Name">逋シ蟶�藤(Uploader)</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蟆域ウィ逧�匸蟶��ょ�髯、閾ェ蜍暮剄邏夲シ帛庄莉・讙「隕門諺蜷咲畑謌カ逧�悄蟇ヲ霄ォ莉ス縲�</td>\r\n</tr>\r\n<tr>\r\n<td cl
|
|||
|
|
(323, 23, 28, 'item', '謠仙合蜥碁剄邏壼処譏ッ諤取ィ」陲ォ蝓キ陦檎噪蜻「��', '<table cellspacing="3" cellpadding="0">\r\n<tr>\r\n<td class="embedded" width="200" valign="top"> <b class="Peasant_Name">Peasant</b></td>\r\n<td class="embedded" width="5"> </td>\r\n<td class="embedded" valign="top">逡カ莉・荳区ュ豕∵凾蟆�「ォ閾ェ蜍暮剄閾ウ譛ャ邏夲シ�<br />\r\n1.螯よ棡菴�蟾イ邯謎ク玖シ我コ�カ�℃50GB�御ス�諛芽ゥイ譛牙、ァ莠�0.4逧��莠ォ邇��<br />\r\n2.螯よ棡菴�蟾イ邯謎ク玖シ我コ�カ�℃100GB�御ス�諛芽ゥイ譛牙、ァ莠�0.5逧��莠ォ邇��<br />\r\n3.螯よ棡菴�蟾イ邯謎ク玖シ我コ�カ�℃200GB�御ス�諛芽ゥイ譛牙、ァ莠�0.6逧��莠ォ邇��<br />\r\n4.螯よ棡菴�蟾イ邯謎ク玖シ我コ�カ�℃400GB�御ス�諛芽ゥイ譛牙、ァ莠�0.7逧��莠ォ邇��<br />\r\n5.螯よ棡菴�蟾イ邯謎ク玖シ我コ�カ�℃800GB�御ス�諛芽ゥイ譛牙、ァ莠�0.8逧��莠ォ邇��</td>\r\n</tr>\r\n\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="PowerUser_Name">Power User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢��郁ィサ蜀願�蟆�4蜻ィ�悟ケカ荳比ク玖シ芽�蟆�50G�悟�莠ォ邇�、ァ莠�1.05縲�<br />\r\n逡カ譴昜サカ隨ヲ蜷域凾蟆�「ォ閾ェ蜍墓署蜊�よウィ諢擾シ檎┌隲紋ス墓凾�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�0.95�御ス�蟆��蜍暮剄邏壹�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="EliteUser_Name">Elite User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢��郁ィサ蜀願�蟆�8蜻ィ�悟ケカ荳比ク玖シ芽�蟆�120G�悟�莠ォ邇�、ァ莠�1.55縲�r\n<br />\r\n逡カ譴昜サカ隨ヲ蜷域凾蟆�「ォ閾ェ蜍墓署蜊�よウィ諢擾シ檎┌隲紋ス墓凾�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�1.45�御ス�蟆��蜍暮剄邏壹�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="CrazyUser_Name">Crazy User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢��郁ィサ蜀願�蟆�15蜻ィ�悟ケカ荳比ク玖シ芽�蟆�300G�悟�莠ォ邇�、ァ莠�2.05縲�r\n<br />\r\n逡カ譴昜サカ隨ヲ蜷域凾蟆�「ォ閾ェ蜍墓署蜊�よウィ諢擾シ檎┌隲紋ス墓凾�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�1.95�御ス�蟆��蜍暮剄邏壹�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="InsaneUser_Name">Insane User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢��郁ィサ蜀願�蟆�25蜻ィ�悟ケカ荳比ク玖シ芽�蟆�500G�悟�莠ォ邇�、ァ莠�2.55縲�<br />\r\n逡カ譴昜サカ隨ヲ蜷域凾蟆�「ォ閾ェ蜍墓署蜊�よウィ諢擾シ檎┌隲紋ス墓凾�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�2.45�御ス�蟆��蜍暮剄邏壹�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="VeteranUser_Name">Veteran User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢��郁ィサ蜀願�蟆�40蜻ィ�悟ケカ荳比ク玖シ芽�蟆�750G�悟�莠ォ邇�、ァ莠�3.05縲�<br />\r\n逡カ譴昜サカ隨ヲ蜷域凾蟆�「ォ閾ェ蜍墓署蜊�よウィ諢擾シ檎┌隲紋ス墓凾�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�2.95�御ス�蟆��蜍暮剄邏壹�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="ExtremeUser_Name">Extreme User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢��郁ィサ蜀願�蟆�60蜻ィ�悟ケカ荳比ク玖シ芽�蟆�1TB�悟�莠ォ邇�、ァ莠�3.55縲�<br />\r\n逡カ譴昜サカ隨ヲ蜷域凾蟆�「ォ閾ェ蜍墓署蜊�よウィ諢擾シ檎┌隲紋ス墓凾�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�3.45�御ス�蟆��蜍暮剄邏壹�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="UltimateUser_Name">Ultimate User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢��郁ィサ蜀願�蟆�80蜻ィ�悟ケカ荳比ク玖シ芽�蟆�1.5TB�悟�莠ォ邇�、ァ莠�4.05縲�<br />\r\n逡カ譴昜サカ隨ヲ蜷域凾蟆�「ォ閾ェ蜍墓署蜊�よウィ諢擾シ檎┌隲紋ス墓凾�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�3.95�御ス�蟆��蜍暮剄邏壹�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="NexusMaster_Name">Nexus Master</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">蠢��郁ィサ蜀願�蟆�100蜻ィ�悟ケカ荳比ク玖シ芽�蟆�3TB�悟�莠ォ邇�、ァ莠�4.55縲�<br />\r\n逡カ譴昜サカ隨ヲ蜷域凾蟆�「ォ閾ェ蜍墓署蜊�よウィ諢擾シ檎┌隲紋ス墓凾�悟ヲよ棡菴�逧��莠ォ邇�ス惹コ�4.45�御ス�蟆��蜍暮剄邏壹�</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <img class="star" src="pic/trans.gif" alt="Star" /></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">蜿ェ髴謐先ャセ
|
|||
|
|
(325, 25, 28, 'item', '轤コ莉荵域�逧�恚蜿狗┌豕募刈蜈・��', '逕ィ謌カ謨ク逶ョ譛画園髯仙宛�井ス�蜿ッ莉・讙「隕問憺ヲ夜��->邯イ遶呵ウ�侭->荳企剞窶晢シ峨ら文驕泌芦驍」蛟区丙逶ョ譎ゑシ梧�蛟第怎蛛懈ュ「謗・蜿玲眠謌仙藤縲�<br />\r\n逕ア莠朱撼豢サ霄咲畑謌カ(髟キ譛滉ク堺スソ逕ィ雉ャ陌溽噪逕ィ謌カ)蠑戊オキ雉ャ陌溯ウ�コ先オェ雋サ�悟屏豁、謌大大ー�ク�炊隧イ驛ィ蛻�畑謌カ�檎ぜ蜈カ莉匁Φ蜉�蜈・逕ィ謌カ鬨ー蜃コ遨コ髢薙�<br />\r\n髣應コ朱撼豢サ霄咲畑謌カ貂�炊隕丞援�悟純辣ァ<a class="faqlink" href="rules.php">隕丞援</a>縲�', 1, 2, 13),
|
|||
|
|
(326, 26, 28, 'item', '諤取ィ」閾ェ險る�ュ蜒擾シ�', '鬥門��梧伽荳蛟倶ス�蝟懈ュ。逧�恂迚�シ檎文辟カ莠�ョ�┌豕暮&蜿肴�蛟醍噪<a class="faqlink" href="rules.php">隕丞援</a>縲ら┯蜷惹ス�隕∵伽荳蛟句ュ俶叛螳�噪蝨ー譁ケ�梧ッ疲婿隱ェ謌大題�蟾ア逧�<a class="faqlink" href="bitbucket-upload.php">荳雁さ蝎ィ</a>縲ょ�莠惹シコ譛榊勣雋�霈臥噪閠���梧�蛟第峩蟶梧悍菴�蟆�恂迚�ク雁さ蛻ー蛻・逧�カイ遶呻シ檎┯蜷主ー��URL鮟剰イシ蛻ー菴�逧�<a class="faqlink" href="usercp.php?action=personal">謗ァ蛻カ髱「譚ソ</a>逧��ュ蜒酋RL驛ィ蛻�� <br />\r\n<br />\r\n隲倶ク崎ヲ∫ぜ莠�ュ蜒�クャ隧ヲ鬆ュ蜒剰檎匸蟶悶ょヲよ棡荳蛻���茜�御ス�蟆�惠菴�逧�ゥウ諠���擇逵句芦螳��', 1, 2, 14),
|
|||
|
|
(327, 27, 28, 'item', '譛蟶ク隕狗噪雉�侭譛ェ閭ス蠕怜芦譖エ譁ー逧�次蝗�', '<ul>\r\n<li>莨コ譛榊勣雜�シ�/譛ェ蝗樊㊨縲ょ宵隕∝�隧ヲ逹菫晄戟髫取ョオ菴懈・ュ逶エ蛻ー莨コ譛榊勣蝗槫セゥ蝗樊㊨(荳榊サコ隴ー騾」郤梧焔蜍墓ク�勁�碁呎ィ」譛�刈驥堺シコ譛榊勣雋�霈�)縲�</li>\r\n<li>菴�豁」蝨ィ菴ソ逕ィ荳咲ゥゥ螳夂噪逕ィ謌カ遶ッ縲ょヲよ棡菴�諠ウ隕∽スソ逕ィ貂ャ隧ヲ迚域�閠�VS迚域悽�御ス�髴隕∬�蟾ア謇ソ謫皮罰豁、蟶カ萓�噪鬚ィ髫ェ縲�</li>\r\n</ul>', 1, 3, 1),
|
|||
|
|
(328, 28, 28, 'item', '譛菴ウ逧��隧ヲ', '<ul>\r\n<li>螯よ棡菴�逶ョ蜑肴ュ」荳玖シ�/荳雁さ逧�ィョ蟄仙ケカ荳榊惠菴�逧�畑謌カ隧ウ諠���擇荳ュ�御ス�蜿ッ莉・遲我ク譛��閠�シキ蛻カ騾イ陦梧焔蜍墓峩譁ー縲�</li>\r\n<li>遒コ菫昜ス�豁」遒コ蝨ー髣憺哩莠�畑謌カ遶ッ霆滄ォ費シ悟凄蜑Ⅰracker莨コ譛榊勣辟。豕墓噺蛻ー"event=completed"逧�ィ願辧縲�</li>\r\n<li>螯よ棡Tracker莨コ譛榊勣謗帑コ�シ御ク崎ヲ∝●豁「荳雁さ縲ょ宵隕∝惠菴�邨先據逕ィ謌カ遶ッ荵句燕莨コ譛榊勣蝗槫セゥ蟾・菴懶シ梧園譛臥噪雉�侭驛ス譛�セ怜芦豁」遒コ蝨ー譖エ譁ー縲�</li>\r\n</ul>', 1, 3, 2),
|
|||
|
|
(329, 29, 28, 'item', '謌大庄莉・莉サ諢城∈蜿烹ittorrent逕ィ謌カ遶ッ霆滄ォ比ケ茨シ�', '譬ケ謫�<a class="faqlink" href="aboutnexus.php">NexusPHP</a>蟆榊クク隕毅itTorrent逕ィ謌カ遶ッ逧�クャ隧ヲ�檎岼蜑肴悽遶儺racker<b>蜿ェ蜈∬ィア</b>菴ソ逕ィ莉・荳狗噪BitTorrent逕ィ謌カ遶ッ霆滄ォ斐�<br />\r\n<a class="faqlink" href="aboutnexus.php">NexusPHP</a>逧�クャ隧ヲ蝣ア蜻雁庄<a class="faqlink" href="http://www.nexusphp.com/wiki/%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%B5%8B%E8%AF%95%E6%8A%A5%E5%91%8A">蝨ィ豁、讙「隕�</a>縲�r\n<br />\r\n<b>Windows:</b>\r\n<ul>\r\n<li><a class="faqlink" href="http://azureus.sourceforge.net">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2蜿雁錘郤檎沿譛ャ</li>\r\n<li><a class="faqlink" href="http://www.utorrent.com">uTorrent</a>: 1.6.1, 1.7.5, 1.7.6, 1.7.7, 1.8Beta(Build 10364), 2.0(Build 17624)蜿雁錘郤檎沿譛ャ</li>\r\n<li><a class="faqlink" href="http://www.bittorrent.com">BitTorrent</a>: 6.0.1, 6.0.2, 6.0.3蜿雁錘郤檎沿譛ャ</li>\r\n<li><a class="faqlink" href="http://deluge-torrent.org">Deluge</a>: 0.5.9.1, 1.1.6蜿雁錘郤檎沿譛ャ</li>\r\n<li><a class="faqlink" href="http://rufus.sourceforge.net">Rufus</a>: 0.6.9, 0.7.0蜿雁錘郤檎沿譛ャ</li>\r\n</ul>\r\n<b>Linux:</b>\r\n<ul>\r\n<li><a class="faqlink" href="http://azureus.sourceforge.net">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2蜿雁錘郤檎沿譛ャ</li>\r\n<li><a class="faqlink" href="http://deluge-torrent.org">Deluge</a>: 0.5.9.1, 1.1.6蜿雁錘郤檎沿譛ャ</li>\r\n<li><a class="faqlink" href="http://rufus.sourceforge.net">Rufus</a>: 0.6.9, 0.7.0蜿雁錘郤檎沿譛ャ</li>\r\n<li><a class="faqlink" href="http://www.transmissionbt.com">Transmission</a>: 1.21蜿雁錘郤檎沿譛ャ</li>\r\n<li><a class="faqlink" href="http://libtorrent.rakshasa.no">rTorrent</a>: 0.8.0�磯�蜷�ibtorrent 0.12.0謌門錘郤檎沿譛ャ�牙所蜷守コ檎沿譛ャ</li>\r\n<li><a class="faqlink" href="http://www.rahul.net/dholmes/ctorrent/">Enhanced CTorrent</a>: 3.3.2蜿雁錘郤檎沿譛ャ</li>\r\n</ul>\r\n<b>MacOS X:</b>\r\n<ul>\r\n<li><a class="faqlink" href="http://azureus.sourceforge.net">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2蜿雁錘郤檎沿譛ャ</li>\r\n<li><a class="faqlink" href="http://www.transmissionbt.com">Transmission</a>: 1.21蜿雁錘郤檎沿譛ャ</li>\r\n<li><a class="faqlink" href="http://sourceforge.net/projects/bitrocket/">BitRocket</a>: 0.3.3(32)蜿雁錘郤檎沿譛ャ</li>\r\n</ul>\r\n<b>Symbian (蜒�セ帶クャ隧ヲ):</b>\r\n<ul>\r\n<li><a class="faqlink" href="http://amorg.aut.bme.hu/projects/symtorrent">SymTorrent</a>: 1.41蜿雁錘郤檎沿譛ャ</li>\r\n</ul>\r\n<br />\r\n\r\n<b>莉・荳顔畑謌カ遶ッ蝨ィhttps謾ッ謠エ譁ケ髱「</b>\r\n<ul>\r\n<li>uTorrent 1.61: 辟。豕募㊥遒コ隗」譫辛ttps逧дracker, 蜷梧凾蝨ィ菴ソ逕ィ譛�ー��蟾ア隴伜挨轤コuTorrent 1.5</li>\r\n<li>Rufus: 豐呈怏https謾ッ謠エ, 蟷カ荳泌キイ邯灘�蟷エ豐呈怏郢シ郤碁幕逋シ</li>\r\n<li>rtorrent: 髴隕∵焔蟾・險ュ螳售SL隴画嶌, 隧ウ邏ー雉�ィ願ォ玖�陦梧衍髢ア蜈カ螳俶婿邯イ遶呵ェェ譏�</li>\r\n</ul>\r\n\r\n<br />\r\n\r\n蜷梧凾隲句�驥城∩蜈堺スソ逕ィ陌穂コ取クャ隧ヲ譛溽噪逕ィ謌カ遶ッ霆滄ォ�, 螯VTorrent 1.8.0B縲�r\n\r\n轤コ莠�セ樊悽遶吝セ怜芦譛螂ス逧�ク玖シ蛾ォ秘ゥ�,謌大鷹ォ伜コヲ蟒コ隴ー<a class="faqlink" href="http://www.utorrent.com/download.php">uTorrent</a> 莉・蜿�<a class="faqlink" href="http://azureus.sourceforge.net/download.php">Azureus</a>騾吝�蛟玖サ滄ォ皮噪譛譁ー遨ゥ螳夂沿縲�', 1, 5, 3),
|
|||
|
|
(330, 30, 28, 'item', '轤コ莉荵域�豁」蝨ィ荳玖シ�/蛛夂ィョ逧�ク蛟狗ィョ蟄先怎蝨ィ謌醍噪隧ウ諠���擇荳ュ陲ォ蛻怜�螟壽ャ。��', '螯よ棡蝗�轤コ譟蝉コ帛次蝗�(豈疲婿隱ェ豁サ讖滂シ檎畑謌カ遶ッ螟ア蜴サ蝗樊㊨)菴�逧�畑謌カ遶ッ髱樊ュ」蟶ク邨先據蟷カ荳比ス�蜿磯㍾譁ー髢句福螳�シ悟ョ�怎陲ォ驟咲スョ蛻ー荳蛟句�譁ー逧Пeer ID, 騾呎ィ」螳�ッ溽恚轤コ荳蛟句�譁ー逧�ィョ蟄舌り瑚�逧�ィョ蟄仙ー�ーク驕�荳肴怎謾カ蛻ー窶彳vent=completed窶晄�窶彳vent=stopped窶晉噪險願辧�悟屏豁、蟆�ク逶エ陲ォ蛻怜�逶エ蛻ーTracker貂�炊騾セ譎ら噪Peer縲� 辟。隕紋コ�ョ�ーア蜿ッ莉・莠�シ悟ョ�怙蜷取怎豸亥、ア逧��', 1, 3, 4),
|
|||
|
|
(331, 31, 28, 'item', '轤コ莉荵域�蟾イ邯灘ョ梧�/蜿匁カ育噪遞ョ蟄蝉サ咲┯蝨ィ謌醍噪隧ウ諠���擇陬。��', '譛我ク莠帷畑謌カ遶ッ�梧ッ泌ヲりェェTorrentStorm蜥君ova Torrent�悟惠蜿匁カ域�閠�ョ梧�荳蛟句キ・菴懃噪譎ょ咏┌豕募髄Tracker莨コ譛榊勣豁」遒コ蛯ウ騾∬ィ願辧縲ょ惠驍」讓」逧�ュ豕∽ク具シ卦racker莨コ譛榊勣蟆�ク逶エ菫晄戟遲牙セ�ィ願辧逧�朽諷具シ亥屏豁、譛�ク逶エ蛻怜�遞ョ蟄千噪迢諷狗ぜ蛛夂ィョ/荳玖シ臥噪迢諷具シ臥峩蛻ーTracker貂�炊騾セ譎ら噪Peer縲ら┌隕紋コ�ョ�ーア蜿ッ莉・莠�シ悟ョ�怙蜷取怎豸亥、ア逧��', 1, 3, 5),
|
|||
|
|
(333, 33, 28, 'item', '螟唔P�域�蜿ッ莉・蠕樔ク榊酔逧�崕閻ヲ逋サ蜈・/荳玖シ牙落�滂シ�', '譏ッ逧�シ檎岼蜑控racker莨コ譛榊勣謾ッ謠エ蝟ョ蛟狗畑謌カ蠕樔ササ諢丞区丙逧ИP菴榊捩蜷梧凾蟄伜叙/荳玖シ峨�<br />\r\n辟カ閠鯉シ悟ー堺コ主粍遞ョ譏ッ譛蛾剞蛻カ逧�ょー堺コ取ッ丞狗ィョ蟄撰シ梧怙螟壼�險ア3蛟句★遞ョ逧�」邱夲シ梧怙螟壼宵蜈∬ィア1蛟倶ク玖シ臥噪騾」邱夲シ磯呎э蜻ウ逹�悟ー堺コ取汾蛟狗ィョ蟄蝉ス�荳谺。蜿ェ閭ス蝨ィ荳蛟句慍譁ケ荳玖シ会シ峨�', 1, 3, 7),
|
|||
|
|
(336, 36, 28, 'item', '轤コ莉荵域�辟。豕慕匸蟶�ィョ蟄撰シ�', '隲狗恚<a class="faqlink" href="rules.php">隕丞援</a>縲�', 1, 4, 1),
|
|||
|
|
(337, 37, 28, 'item', '謌鷹怙隕∵サソ雜ウ蜩ェ莠帶「昜サカ謇崎�蜉�蜈・逋シ蟶�ー冗オ�造��', '菴�謇蠢��域サソ雜ウ逧�「昜サカ�喀r\n<ul>\r\n<li>蜈キ譛臥ゥゥ螳夂噪雉�コ蝉セ�コ�</li>\r\n<li>蟷ウ蝮�ッ丞捉雉�コ千匸蟶�丙驥丈ク榊ー台コ�5蛟�</li>\r\n</ul>\r\n菴�蠢��育「コ菫晉匸蟶�噪讙疲。育ャヲ蜷井サ・荳狗音蠕�:\r\n<ul>\r\n<li>荳崎カ�℃7螟ゥ荵句燕</li>\r\n<li>菴�蠢��郁ヲ∵怏蛛夂ィョ逧��蜉幢シ梧�閠�庄莉・遒コ菫晁�蟆第怏謨井セ帷ィョ24蟆乗凾縲�</li>\r\n<li>菴�髴隕∵怏閾ウ蟆鷹#蛻ー2MBit逧�ク雁さ鬆サ蟇ャ縲�</li>\r\n</ul>\r\n螯よ棡菴�隱咲ぜ菴�隨ヲ蜷井サ・荳頑「昜サカ�碁ぅ荵井ク崎ヲ∫幻雎ォ��<a class="faqlink" href="contactstaff.php">閨ッ郢ォ邂。逅�オ�</a>蜷ァ縲�<br />\r\n<b>險倅ス擾シ�</b> 莉皮エー蝪ォ蟇ォ菴�逧�筏隲具シ∫「コ菫晉筏隲倶クュ蛹�性菴�逧�ク雁さ騾溷コヲ莉・蜿贋ス�險亥�逋シ蟶�噪蜈ァ螳ケ逧�。槫挨縲�<br />\r\n蜿ェ譛我サ皮エー蝪ォ蟇ォ蟷カ荳皮カ馴℃諷朱㍾閠��逧�筏隲区燕譛�エ榊�謌大醍噪隕夜㍽縲�', 1, 4, 2),
|
|||
|
|
(338, 38, 28, 'item', '謌大庄莉・逋シ蟶�ス�蛟鷹呵」。逧�ィョ蟄仙芦蛻・逧Уracker莨コ譛榊勣荵茨シ�', '辟。豕輔よ�蛟第弍荳蛟句ー�哩逧��剞蛻カ逕ィ謌カ謨ク逧�、セ蜊縲ょ宵譛芽ィサ蜀顔畑謌カ謇崎�螟�菴ソ逕ィ謌大醍噪Tracker縲ょー��蛟醍噪遞ョ蟄先ェ疲。育匸蟶�芦蜈カ莉傍racker莨コ譛榊勣譏ッ蠕貞京逧�シ悟屏轤コ邨募、ァ螟壽丙蝌苓ゥヲ荳玖シ蛾吩コ帶ェ疲。育噪莠コ蟆�┌豕暮」邱壼芦謌大醍噪莨コ譛榊勣縲ょー��蛟醍噪遞ョ蟄千匸蟶�芦蜈カ莉傍racker蜿ェ隶馴ぅ陬。逧�畑謌カ諠ア諤抵シ亥屏轤コ辟。豕穂ク玖シ会シ牙ケカ荳泌ー肴�蛟醍箸逕滓雰蟆肴ュ邱抵シ梧園莉・騾咏ィョ陦檎ぜ譏ッ謌大第弍辟。豕募ョケ蠢咲噪縲�<br />\r\n<br />\r\n螯よ棡蜈カ莉也カイ遶咏噪邂。逅�藤蜷第�蛟題�蝣ア謌大醍噪遞ョ蟄占「ォ逋シ蟶�惠莉門醍噪邯イ遶吩ク奇シ悟ー肴ュ、雋�雋ャ逧�畑謌カ蟆�屏豁、陲ォ遘サ蜃コ謌大醍噪遉セ蜊縲�<br />\r\n<br />\r\n菴�弍蟆堺コ主セ樊�蛟鷹呵」。荳玖シ牙セ怜芦逧�ェ疲。茨シ御ス�蜿ッ莉・髫ィ諢乗桃謗ァ螳�托シ育匸蟶���遒コ隱ェ譏守ぜ<b>迯ィ蜊�</b>逧�ウ�コ宣勁螟厄シ峨ゆス�蜿ッ莉・蛻カ菴懷嘗荳蛟狗ィョ蟄撰シ悟ッォ蜈・蜈カ莉傍racker逧�ス榊捩�悟ケカ逋シ蟶�芦菴�蝟懈ュ。逧�カイ遶吩ク翫�', 1, 4, 3),
|
|||
|
|
(339, 39, 28, 'item', '荳玖シ我セ�噪讙疲。郁ゥイ諤惹ケ磯幕蝠滂シ�', '蝨ィ騾吩サス<a class="faqlink" href="formats.php">謖�シ�</a>陬。髱「謇セ謇セ逵句制縲�', 1, 5, 1),
|
|||
|
|
(340, 40, 28, 'item', '謌台ク玖シ我コ�ク驛ィ髮サ蠖ア�御ス�弍荳肴�逋スCAM/TS/TC/SCR譏ッ莉荵域э諤�?', '蝨ィ騾吩サス<a class="faqlink" href="videoformats.php">謖�シ�</a>陬。髱「謇セ謇セ逵句制縲�', 1, 5, 2),
|
|||
|
|
(341, 41, 28, 'item', '轤コ莉荵井ク蛟句庄逕ィ逧�ィョ蟄仙ソス辟カ蟆ア豸亥、ア莠�シ�', '莉・荳句次蝗�驛ス譛�ー手�騾吝狗樟雎。逧��迴セ:<br />\r\n(<b>1</b>) 謖臥�<a class="faqlink" href="rules.php">邯イ遶呵ヲ丞援</a>�碁吝狗ィョ蟄蝉ク咲ャヲ蜷郁ヲ丞援蟾イ陲ォ遘サ髯、縲�r\n<br />\r\n(<b>2</b>) 逋シ蟶��屏轤コ讙疲。亥ュ伜惠蝠城。瑚檎ァサ髯、莠�ョ�ゆク闊ャ萓�ェェ�檎匸蟶��怎逋シ蟶�ク蛟倶コ、譖ソ逧�沿譛ャ逧��<br />\r\n(<b>3</b>) 蝨ィ髟キ譎る俣譁キ遞ョ蜷守ィョ蟄占「ォ閾ェ蜍慕ァサ髯、莠��', 1, 5, 3),
|
|||
|
|
(342, 42, 28, 'item', '謌題ゥイ諤取ィ」郤悟さ讙疲。域�閠�オヲ荳蛟区ェ疲。育コ檎ィョ蜻「��', '髢句福蜑ッ讙泌錐轤コ.torrent逧�ェ疲。茨シ檎文菴�逧�畑謌カ遶ッ霆滄ォ碑ゥ「蝠丞┫蟄倡噪逶ョ骭�凾�碁∈蜿門キイ邯灘ュ伜惠逧�ェ疲。亥ュ俶叛逧�岼骭�シ悟ョ�ーア閭ス螟�髢句ァ狗コ悟さ/郤檎ィョ莠��', 1, 5, 4),
|
|||
|
|
(343, 43, 28, 'item', '轤コ莉荵域�逧�ク玖シ画怏譎ょ吝●蝨ィ99%?', '菴�謇荳玖シ牙芦逧�援谿オ雜雁、夲シ梧頗蟆区刀譛我ス�謇郛コ蟆醍噪迚�ョオ逧�酔莨エ蟆ア蟆�ョ雁セ苓カ雁峅髮」縲る吝ーア譏ッ轤コ莉荵域怏譎ょ吝惠荳玖シ牙叉蟆�ョ梧�逧�凾蛟呻シ碁溷コヲ譛�ョ雁セ鈴撼蟶ク諷「�檎爆閾ウ螳悟�蛛懈ュ「莠�ょ宵隕∬仙ソ�ュ牙呻シ梧�譌ゥ謌匁劒蜑ゥ鬢倡噪驛ィ蛻�ク螳夊�螟�荳玖シ牙芦逧��', 1, 5, 5),
|
|||
|
|
(344, 44, 28, 'item', '"驛ィ蛻�嶋蟶碁ゥ苓ュ牙�骭ッ"騾呎「晁ウ�ィ頑弍莉荵域э諤晢シ�', 'BT逧�畑謌カ遶ッ譛�ェ「譟・螳�園謾カ蛻ー逧�ウ�侭逧�ョ梧紛諤ァ縲ょヲよ棡譟蝉ク蛟狗援谿オ蝨ィ鬩苓ュ我クュ蜃コ骭ッ�碁ぅ荵磯吝狗援谿オ蟆�「ォ驥肴眠荳玖シ峨ょ�辷セ逧�嶋蟶碁ゥ苓ュ蛾険隱、譏ッ髱槫クク蟶ク隕狗噪迴セ雎。�御ク咲畑謫泌ソ��<br />\r\n<br />\r\n譛我コ帷畑謌カ遶ッ譛牙ア剰反蜷台ス�蛯ウ騾�険隱、雉�侭逧��莉也畑謌カ遶ッ逧�粥閭ス縲ょヲよ棡譛蛾吝矩∈鬆�シ梧怙螂ス髢句福螳�ょ屏轤コ騾呎ィ」蜿ッ莉・菫晁ュ牙ヲよ棡譟仙句酔莨エ邯灘クク蜷台ス�蛯ウ騾�険隱、逧�ウ�侭譎ゑシ悟ョ�ー�怎陲ォ螻剰反縲�', 1, 5, 6),
|
|||
|
|
(345, 45, 28, 'item', '100MB螟ァ蟆冗噪遞ョ蟄撰シ梧�諤惹ケ井ク倶コ�120MB逧�擲隘ソ蝗樔セ�?', '蜿�ヲ句嶋蟶碁ゥ苓ュ牙、ア謨礼噪驍」蛟句撫鬘後ょヲよ棡菴�逧�畑謌カ遶ッ謾カ蛻ー莠�険隱、逧�ウ�侭�碁ぅ荵亥ョ�ー�怎驥肴眠荳玖シ蛾吩ク驛ィ蛻�シ悟屏豁、邵ス荳玖シ蛾㍼譛牙庄閭ス豈皮ィョ蟄仙、ァ蟆冗払蠕ョ螟ァ荳莠帙ら「コ菫昶懷ア剰反蛯ウ騾�険隱、雉�侭逧�畑謌カ遶ッ窶晉噪驍」蛟矩∈鬆�「ォ髢句福莠�シ碁呎ィ」蜿ッ莉・貂帛ー大�鬢倡噪荳玖シ峨�', 1, 5, 7),
|
|||
|
|
(346, 46, 28, 'item', '轤コ莉荵域�逧�畑謌カ遶ッ逧Уracker莨コ譛榊勣迢諷句�迴セ"Your ratio is too low! You need to wait xx h to start"逧�険隱、��', '蝨ィ<b>譁ー</b>遞ョ蟄占「ォ荳雁さ蛻ーTracker莨コ譛榊勣荵句錘�梧怏荳莠帷畑謌カ蠢��育ュ我ク莠帶凾髢捺燕閭ス髢句ァ倶ク玖シ峨�<br>\r\n騾吝句サカ驕イ蜿ェ譛�スア髻ソ驍」莠帛�莠ォ邇�シ�ス惹ク比ク玖シ蛾㍼螟ァ莠�10G逧�畑謌カ縲�<br />\r\n<br />\r\n<table cellspacing="3" cellpadding="0">\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.4</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">蟒カ驕イ</td>\r\n <td class="embedded" width="100">24蟆乗凾</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.5</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">蟒カ驕イ</td>\r\n <td class="embedded" width="100">12蟆乗凾</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.6</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">蟒カ驕イ</td>\r\n <td class="embedded" width="100">6蟆乗凾</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">蛻�コォ邇�ス惹コ�</td>\r\n <td class="embedded" width="40">0.8</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">蟒カ驕イ</td>\r\n <td class="embedded" width="100">3蟆乗凾</td>\r\n</tr>\r\n</table>', 0, 5, 8),
|
|||
|
|
(347, 47, 28, 'item', '轤コ莉荵育匸逕滉コ�吝矩険隱、�� "Port xxxx is blacklisted"?', '菴�逧�畑謌カ遶ッ蜷禅racker莨コ譛榊勣蝣ア蜻雁ョ�ュ」蝨ィ菴ソ逕ィ譟仙矩�占ィュ逧ВT蜊泌ョ夐夊ィ雁泛(6881-6889)謌匁弍莉サ菴募�莉門クク隕輝2P騾夊ィ雁泛萓�ス懃ぜ騾」邱夐夊ィ雁泛縲�<br />\r\n<br />\r\n譛ャ遶吩ク榊�險ア騾吩コ幃壼クク陲ォP2P蜊泌ョ夐�占ィュ菴ソ逕ィ逧�夊ィ雁泛縲ょ次蝗�譏ッ逶ョ蜑巧SP蟶ク蟶ク蟆埼吩コ幃夊ィ雁泛騾イ陦碁剞騾溘�<br />\r\n<br />\r\n陲ォ螻剰反逧�夊ィ雁泛螯ゆク具シ�<br />\r\n<br />\r\n<table cellspacing="3" cellpadding="0">\r\n <tr>\r\n <td class="embedded" width="100">Direct Connect</td>\r\n <td class="embedded" width="100">411 - 413</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">BitTorrent</td>\r\n <td class="embedded" width="100">6881 - 6889</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">Kazza</td>\r\n <td class="embedded" width="100">1214</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">Gnutella</td>\r\n <td class="embedded" width="100">6346 - 6347</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">Emule</td>\r\n <td class="embedded" width="100">4662</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">WinMX</td>\r\n <td class="embedded" width="100">6699</td>\r\n </tr>\r\n</table>\r\n<br />\r\n隕∽スソ逕ィ謌大醍噪Tracker莨コ譛榊勣�御ス�蠢��磯�鄂ョ菴�逧�畑謌カ遶ッ菴ソ逕ィ譛ェ蝨ィ荳企擇蛻怜�逧�夊ィ雁泛遽�恪(蠕�49152蛻ー65535驛ス譏ッ荳埼険逧�∈蜿厄シ悟純逵�<a class="faqlink" href="http://www.iana.org/assignments/port-numbers">IANA</a>)縲よウィ諢乗汾莠帷畑謌カ遶ッ�悟ヲ�zureus 2.0.7.0謌匁峩鬮倡沿譛ャ�悟ー肴園譛臥噪遞ョ蟄宣�菴ソ逕ィ蜷御ク騾夊ィ雁泛縲り悟�莉門、ァ螟壽丙逕ィ謌カ遶ッ轤コ豈丈ク蛟狗ィョ蟄宣幕謾セ荳蛟矩夊ィ雁泛�御ス�蝨ィ驕ク蜿夜夊ィ雁泛遽�恪諛芽��蛻ー騾吝句撫鬘鯉シ井ク闊ャ萓�ェェ騾夊ィ雁泛遽�恪蟆丈コ�10縲りィュ螳壻ク蛟矩℃螟ァ逧�ッ�恪蟷カ荳堺ク螳壽怏螂ス陌包シ瑚御ク泌庄閭ス譛牙ョ牙�髫ア謔」)縲� <br />\r\n<br />\r\n騾吩コ幃夊ィ雁泛譏ッ逕ィ莠主酔莨エ髢馴夊ィ顔噪�瑚碁撼逕ィ莠守畑謌カ遶ッ騾」邱壼芦Tracker莨コ譛榊勣縲ょ屏豁、騾吝区隼蜍募ケカ荳肴怎蠖ア髻ソ菴�菴ソ逕ィ蜈カ莉傍racker莨コ譛榊勣�井コ句ッヲ荳奇シ悟ョ�爆閾ウ蜿ッ閭ス<i>蜉�蠢ォ</i>謇譛欝racker莨コ譛榊勣荳顔ィョ蟄千噪騾溷コヲ�峨ゆス�逧�畑謌カ遶ッ荵滉サ咲┯閭ス螟�騾」邱壼芦驍」莠帑スソ逕ィ鬆占ィュ騾夊ィ雁泛逧�酔莨エ縲ょヲよ棡菴�逧�畑謌カ遶ッ荳肴髪謠エ閾ェ蟾ア閾ェ險る夊ィ雁泛�碁ぅ荵域鋤荳蛟句制縲�<br />\r\n<br />\r\n荳崎ヲ∝髄謌大題ゥ「蝠擾シ梧�閠�惠隲門」�」。髱「謠仙撫遨カ遶滓㊨隧イ驕ク蜿紋サ荵磯夊ィ雁泛縲よ�蛟醍噪逕ィ謌カ驕ク蜿也噪騾夊ィ雁泛雜企圷讖滂シ栗SP蟆ア雜企屮莉・謐画尊貂�・壽�蛟台スソ逕ィ逧�夊ィ雁泛�悟セ櫁檎┌豕募ー肴�蛟醍噪騾夊ィ雁泛騾イ陦碁剞騾溘ょヲよ棡謌大大宵譏ッ邁。蝟ョ蝨ー隕丞ョ壻ク蛟狗ッ�恪�碁ぅ荵�SP蜿域怎蠕亥ソォ蟆埼ぅ蛟狗ッ�恪蜈ァ逧�夊ィ雁泛騾イ陦碁剞騾溽噪縲�<br />\r\n<br />\r\n譛蜷朱d隕∬ェェ逧�弍�瑚ィ伜セ怜惠菴�逧�キッ邱壼柱/謌夜亟轣ォ迚�ク企幕蝠滉ス�驕ク蜿也噪騾夊ィ雁泛�悟ヲよ棡菴�譛蛾吩コ帶擲隘ソ逧�ゥア縲�', 1, 5, 9),
|
|||
|
|
(348, 48, 28, 'item', '驍」荵磯吝句造�� 窶廬O骭ッ隱、 - [骭ッ隱、陌�13] 險ア蜿ッ陲ォ諡堤オ補晢シ�', '螯よ棡菴�蜿ェ譏ッ諠ウ隕∬ァ」豎コ騾吝句撫鬘檎噪隧ア�碁㍾譁ー蝠溷虚菴�逧�崕閻ヲ諛芽ゥイ蟆ア蜿ッ莉・莠�ょ凄蜑�噪隧ア�檎ケシ郤瑚ョ荳句悉縲�<br />\r\n<br />\r\nIO骭ッ隱、謖�噪譏ッ蛹ッ蜈・-蛹ッ蜃コ骭ッ隱、�碁呎弍荳蛟区ェ疲。育ウサ邨ア骭ッ隱、�瑚碁撼萓��謌大醍噪Tracker莨コ譛榊勣縲ら文菴�逧�畑謌カ遶ッ逕ア莠取汾莠帛次蝗�辟。豕暮幕蝠溽ィョ蟄蝉クュ譛ェ荳玖シ牙ョ梧�逧�ェ疲。域凾�碁吝矩険隱、蟆ア譛�匸逕溘� 騾壼クク蜴溷屏譏ッ逕ィ謌カ遶ッ逧��蛟句ッヲ萓句酔譎ょ惠蝓キ陦鯉シ夂文荳贋ク谺。髣憺哩逕ィ謌カ遶ッ譎ょ屏轤コ譟千ィョ蜴溷屏螳�イ呈怏陲ォ逵滓ュ」髣憺哩�悟セ櫁悟ァ狗オょ惠閭梧勹蝓キ陦後ょ屏豁、讙疲。郁「ォ骼門ョ夲シ御スソ蠕玲眠逧�ッヲ萓狗┌豕暮幕蝠滄吝区ェ疲。医�<br />\r\n<br />\r\n蜿ヲ螟紋ク蛟倶ク榊クク蜃コ迴セ逧�次蝗�譏ッ蝗�轤コ閠∬�逧ЁAT讙疲。育ウサ邨ア縲よ汾莠帷ウサ邨ア蟠ゥ貎ー蜿ッ閭ス蟆手�譛ェ荳玖シ牙ョ梧�逧�ェ疲。域錐螢橸シ梧磁逹蟆ア蜃コ迴セ莠�吝矩険隱、縲ょ濤陦御ク谺。scandisk諛芽ゥイ蜿ッ莉・隗」豎コ騾吝句撫鬘後よウィ諢擾シ悟宵譛臥文菴�菴ソ逕ィWindows 9X菴懈・ュ邉サ邨ア�亥宵謾ッ謠エFAT讙疲。育ウサ邨ア�画�閠�惠Windows NT/2000/XP荳ュ菴ソ逕ィFAT讙疲。育ウサ邨ア逧�凾蛟呎燕豈泌ー榊庄閭ス蜃コ迴セ騾吝句撫鬘後�TFS讙疲。育ウサ邨ア隕∝▼螢ッ險ア螟夲シ御ク榊、ェ蜿ッ閭ス蜃コ迴セ騾呎ィ」逧�撫鬘後�', 1, 5, 10),
|
|||
|
|
(350, 50, 28, 'item', '荳崎ヲ�ヲャ荳贋ク玖シ画眠逋シ蟶�噪遞ョ蟄�', '荳玖シ蛾溷コヲ荳サ隕∝叙豎コ莠惹ク雁さ閠�/荳玖シ芽�ッ�(SLR)縲ょヲよ棡譏ッ遞ョ蟄先弍譁ー逋シ蟶�噪荳秘撼蟶ク蜿玲ュ。霑手郡LR蜿亥セ井ス守噪遞ョ蟄撰シ御ク玖シ蛾溷コヲ菴取弍蟶ク隕狗噪蝠城。後�<br />\r\n<br />\r\n隲狗欧險倅ス�荳榊万豁。菴朱滉ク玖シ峨よ園莉・螟�<b>荳雁さ</b>隶灘挨莠コ荳咲畑蠢崎仙酔讓」逧�峅謫セ縲�r\n<br />\r\n<br />逕ア蜈カ譏ッ逡カ菴�逧��サ蟇ャ霈�ェ�凾�御ク崎ヲ�ヲャ荳贋ク玖シ画眠逋シ蟶�噪遞ョ蟄舌よ怙螂ス逧�ク玖シ蛾溷コヲ騾壼クク蝨ィ荳蛟狗ィョ蟄千函蜻ス蜻ィ譛溽噪荳蜊頑凾蜃コ迴セ�梧ュ、譎4LR驕泌芦譛螟ァ蛟シ�井ク埼℃�碁呎凾荳玖シ臥噪郛コ鮟樊弍菴�逧�ク雁さ驥丈ク肴怎蠕亥、壹らゥカ遶溷ヲゆス募ケウ陦。蜆ェ鮟櫁�郛コ鮟橸シ悟叙豎コ莠惹ス�閾ェ蟾ア)縲�', 1, 6, 1);
|
|||
|
|
INSERT INTO `faq` (`id`, `link_id`, `lang_id`, `type`, `question`, `answer`, `flag`, `categ`, `order`) VALUES
|
|||
|
|
(351, 51, 28, 'item', '髯仙宛荳雁さ騾溷コヲ', '荳雁さ騾溷コヲ蟆�セ樔サ・荳句�遞ョ譁ケ蠑城。ッ闡怜スア髻ソ荳玖シ蛾溷コヲ�喀r\n<ul>\r\n <li>Bittorrent逧�酔莨エ蛯セ蜷台コ主屓鬣矩ぅ莠帷オヲ螳�第署荳雁さ逧�酔莨エ縲る吝ーア諢丞袖逹螯よ棡A蜥沓豁」蝨ィ蜷梧凾荳玖シ我ク蛟区ェ疲。茨シ瑚窟蜿亥惠鬮倬溷髄B蛯ウ霈ク雉�侭�碁ぅ荵�蟆�怎蝌苓ゥヲ逹蝗槫�アA縲ょ屏豁、鬮倬滉ク雁さ蟆�ー手�鬮倬滉ク玖シ峨�</li>\r\n\r\n <li>逕ア莠撒CP蜊泌ョ夂噪蟾・菴懈婿蠑擾シ檎文A豁」蠕曖荳玖シ画汾莠帶擲隘ソ逧�凾蛟呻シ窟蠢��井ク榊●蝨ー蜷腺蛯ウ騾∵�蜉滓噺蛻ーB謇蛯ウ騾∽セ�噪雉�侭逧�ィ願辧�郁「ォ遞ア轤コ遒コ隱坂楳笏ACK 笏笏 譟千ィョ窶懷キイ謾カ蛻ー窶晉噪雉�ィ�)縲ょヲよ棡A豐呈怏蛯ウ騾、CK險願辧�碁ぅ荵�蟆�圻蛛懷髄A蛯ウ騾∬ウ�侭蟷カ荳秘イ蜈・遲牙咏朽諷九ょヲよ棡A豁」蝨ィ蜈ィ騾滉ク雁さ�悟セ域怏蜿ッ閭ス豐呈怏逕ィ萓�さ騾、CK險願辧逧��サ蟇ャ�悟屏豁、ACK險願辧陲ォ閠ス謫ア縲ょ惠騾咏ィョ諠�ウ∽ク具シ碁℃鬮倬溷コヲ逧�ク雁さ蟆手�莠�ス朱溽噪荳玖シ峨�</li>\r\n</ul>\r\n蟇ヲ髫帷噪謨域棡譏ッ莉・荳雁�蛟句次蝗�逧�オ仙粋縲ゆク雁さ騾溷コヲ諛芽ゥイ蝨ィ菫晁ュ陰CK閭ス豁」蟶ク蛯ウ騾∫噪蜑肴署荳玖「ォ險ュ蠕怜�驥城ォ倥� <b>荳蛟句セ亥・ス逧�ッヲ雕千炊隲匁弍菫晄戟荳雁さ騾溷コヲ蝨ィ逅�ォ紋ク企剞逧�80%縲�</b>菴�荵溷庄莉・邏ー邏ー遐皮ゥカ莉荵域弍譛驕ゥ蜷井ス�逧�溷コヲ�亥酔譎ゆケ溯ォ玖ィ倅ス城ォ倬滉ク雁さ蟆堺コ惹ス�逧��莠ォ邇�セ域怏霈泌勧隱ェ譏趣シ峨�<br />\r\n<br />\r\n螯よ棡菴�豁」蝨ィ蝓キ陦御ク蛟倶サ・荳顔噪遞ョ蟄仙キ・菴懶シ御ス�諛芽ゥイ閠��逧�弍蜈ィ蝓滉ク雁さ騾溷コヲ縲よ汾莠帷畑謌カ遶ッ閭ス髯仙宛莠��蝓滉ク雁さ騾溷コヲ�悟�莉也噪蜑��蟆肴ッ丈ク蛟狗ィョ蟄仙�蛻・騾イ陦瑚ィュ螳壹ゆコ�ァ」菴�逧�畑謌カ遶ッ縲ょヲよ棡菴�豁」蝨ィ菴ソ逕ィ菴�逧�崕閻ヲ蛛壼挨逧�汾莠帶㊨逕ィ�域ッ疲婿隱ェ荳顔カイ謌冶�セ曦TP諡匁擲隘ソ�会シ御ケ滄怙閠��荳荳句ョ�大ー堺コ主�蝓滉ク雁さ逧�スア髻ソ縲�', 1, 6, 2),
|
|||
|
|
(352, 52, 28, 'item', '髯仙宛蜷梧凾騾」邱壽丙', '譟蝉コ帑ス懈・ュ邉サ邨ア�井セ句ヲ8indows 9X�牙ー堺コ主、ァ驥城」邱壽丙謾ッ謠エ荳榊ョ悟埋�檎爆閾ウ譛牙庄閭ス蝗�豁、閠悟エゥ貎ー縲ゆケ滓怏荳莠帛ョカ逕ィ霍ッ邱夲シ亥ー、蜈カ逡カ蝓キ陦檎捩NAT莉・蜿�/謌冶�幕蝠滄亟轣ォ迚�朽諷区ェ「譟・譛榊漁譎ゑシ画怎蝗�螟ァ驥城」邱壽丙閠瑚ョ雁セ怜セ域�謌冶�エゥ貎ー縲ょー堺コ朱」邱壽丙豐呈怏蝗コ螳夂噪譛菴ウ蛟シ�御ス�蜿ッ莉・隧ヲ隧ヲ逵�60謌冶�100縲りィ倅ス城吩コ幃」邱壽丙譏ッ邏ッ蜉�逧�シ梧園莉・螯よ棡菴�逧�畑謌カ遶ッ蝓キ陦御コ��蛟矩嚴谿オ菴懈・ュ�碁吝�蛟区丙蟄苓ヲ∝刈蝨ィ荳襍キ縲�', 1, 6, 3),
|
|||
|
|
(353, 53, 28, 'item', '髯仙宛蜷梧凾荳雁さ謨ク', '荳雁さ謨ク髮」驕灘柱騾」邱壽丙譛我サ荵井ク堺ク讓」蝸趣シ滓弍逧�シ悟�閠�弍荳榊酔逧�る」邱壽丙髯仙宛莠�ス�逧�畑謌カ遶ッ謇閭ス蟆崎ゥア莉・蜿�/謌冶�ク玖シ臥噪蜷御シエ謨ク縲ゆク雁さ謨ク蜑�剞蛻カ莠�ス�逧�畑謌カ遶ッ蟇ヲ髫幄�荳雁さ逧�酔莨エ謨ク縲ら炊諠ウ逧�丙蛟シ荳闊ャ隕∵ッ秘」邱壽丙菴手ィア螟夲シ悟ケカ荳碑�菴�逧�黄逅��サ蟇ャ鬮伜コヲ逶ク髣懊�', 1, 6, 4),
|
|||
|
|
(354, 54, 28, 'item', '驍」諤惹ケ郁セヲ�溽ュ牙セ�ク譛�制', '螯よ�蛟大惠荳企擇謇隗」隴ッ逧�シ悟惠BT荳玖シ蛾℃遞倶クュ荳蛟句酔莨エ譖エ蜉�蛯セ蜷台コ主屓蝣ア驍」莠帑ク雁さ邨ヲ螳�噪蜷御シエ縲ら文菴�髢句ァ倶ク蛟区眠逧�ク玖シ牙キ・菴懈凾�御ス�豐呈怏讙疲。育援譁キ謠宣ォ倡オヲ蜈カ莉門酔莨エ�悟屏豁、莉門鷹壼クク譛�┌隕紋ス�縲る吩スソ蠕鈴幕蟋矩嚴谿オ逧�ク玖シ蛾撼蟶ク邱ゥ諷「�檎罰蜈カ譏ッ逡カ菴�謇騾」邱壼芦逧�酔莨エ蜿ェ譛牙セ亥ー第弍�域�閠�イ呈怏�牙★遞ョ閠�ゆク譌ヲ菴�迯イ蠕嶺コ�ク莠幄�逕ィ莠主�逕ィ逧�ェ疲。育援譁キ�御ク玖シ蛾溷コヲ譛�怏謇謾ケ隗縲�', 1, 6, 5),
|
|||
|
|
(355, 55, 28, 'item', '轤コ莉荵亥惠謌台ク玖シ臥噪譎ょ咏剰ヲス邯イ鬆�溷コヲ螯よュ、荵区���', '菴�逧�ク玖シ蛾�サ蟇ャ譏ッ譛蛾剞逧�ょヲよ棡菴�豁」蝨ィ荳玖シ我ク蛟矩溷コヲ蠕亥ソォ逧�ィョ蟄撰シ悟ョ��荵手け螳壼ー�頃貊ソ菴�逧�ク玖シ蛾�サ蟇ャ縲る呎弍轢剰ヲス邯イ鬆�。ッ辟カ蟆ア譛�ョ頑�縲ょセ亥、咤T逕ィ謌カ遶ッ蜈∬ィア菴�髯仙宛荳玖シ蛾溷コヲ�御ス�蜿ッ莉・隧ヲ隧ヲ縲�<br />\r\n<br />\r\n轢剰ヲス邯イ鬆∝宵譏ッ菴懃ぜ闊我セ倶ケ倶ク�悟酔讓」逧�撫鬘御ケ滓怎蜃コ迴セ蝨ィ貂ク謌イ�悟叉譎る夊ィ願サ滄ォ比ク�......', 1, 6, 6),
|
|||
|
|
(356, 56, 28, 'item', '莉荵域弍莉」逅�シ�', '蝓コ譛ャ荳願ェェ�御サ」逅�ーア譏ッ荳ュ髢謎ココ縲ら文菴�騾夐℃莉」逅�ュ伜叙譟仙狗カイ遶咏噪譎ょ呻シ御ス�逧�ヲ∵アょー�ヲ門�陲ォ蛯ウ騾∝芦莉」逅�剳�檎┯蜷守罰莉」逅�ス牙ッ�芦菴�謇隕∵アら噪邯イ遶呻シ瑚御ク肴弍菴�逶エ謗・騾」騾壼芦邯イ遶吶ゆク矩擇譏ッ蜃�遞ョ蜈ク蝙狗噪莉」逅��鬘橸シ域悵隱樔ク肴弍驍」荵育噪隕乗�シ�会シ�<br />\r\n<br />\r\n<table cellspacing="3" cellpadding="0">\r\n <tr>\r\n <td class="embedded" valign="top" width="100"> 騾城壻サ」逅�</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">騾城壻サ」逅�惠逕ィ謌カ遶ッ辟。髴驟咲スョ縲ゆサ門ー��蜍墓滑80騾夊ィ雁泛逧�ウ�ィ企㍾蟆主芦莉」逅�(譛画凾蛟吩ケ滉ス懃ぜ髱槫諺蜷堺サ」逅�噪蜷檎セゥ隧�)��</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" valign="top"> 鬘ッ蠑丈サ」逅�</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">轢剰ヲス蝎ィ蠢��育カ馴℃驟咲スョ謇崎�菴ソ逕ィ莉」逅�シ�</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" valign="top"> 蛹ソ蜷堺サ」逅�</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">莉」逅�ー�ク肴怎謚顔畑謌カ險倩辧蛯ウ騾∬�莨コ譛榊勣遶ッ (HTTP_X_FORWARDED_FOR鬆ュ譌玲ィ吝ー�ク崎「ォ蛯ウ騾√ゆシコ譛榊勣荵溷屏豁、逵倶ク榊芦菴�逧ИP)��</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" valign="top"> 鬮伜コヲ蛹ソ蜷堺サ」逅�</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">莉」逅�ー�ク肴怎謚顔畑謌カ險倩辧謌紋サ」逅�ィ倩辧蛯ウ騾∬�莨コ譛榊勣遶ッ (HTTP_X_FORWARDED_FOR蜥粂TTP_VIA and HTTP_PROXY_CONNECTION鬆ュ譌玲ィ吝ー�ク崎「ォ蛯ウ騾√ゆシコ譛榊勣逵倶ク榊芦菴�逧ИP�檎爆閾ウ荳咲衍驕謎ス�豁」蝨ィ菴ソ逕ィ莉」逅�)��</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" valign="top"> 蜈ャ逕ィ</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">(荳崎ィ閾ェ譏惹コ�)縲�</td>\r\n </tr>\r\n</table>\r\n<br />\r\n騾城壻サ」逅�庄閭ス譏ッ蛹ソ蜷咲噪�御ケ溷庄閭ス譏ッ髱槫諺蜷咲噪�御ク泌諺蜷堺ケ滓怏逶ク諛臥噪遲臥エ壹�', 1, 7, 1),
|
|||
|
|
(357, 57, 28, 'item', '謌題ゥイ諤取ィ」逋シ迴セ閾ェ蟾ア豁」陌穂コ惹ク蛟具シ磯城夂噪/蛹ソ蜷咲噪�我サ」逅�錘髱「��', '隧ヲ隧ヲ逵�<a href="http://proxyjudge.org" class="faqlink">ProxyJudge</a>縲ょョ��蜃コ莠�シコ譛榊勣遶ッ蠕樔ス�騾呵」。謇謾カ蛻ー逧ЗTTP逧��ュ譌玲ィ吶ら嶌髣懃噪蜃�蛟区覧讓呎弍HTTP_CLIENT_IP�粂TTP_X_FORWARDED_FOR蜥軍EMOTE_ADDR縲�', 1, 7, 2),
|
|||
|
|
(375, 75, 28, 'item', '謌醍噪窶懷庄騾」邱壺晄弍窶懷凄窶晏�邂。謌大ケカ豐呈怏NAT謌冶�亟轣ォ迚�シ�', 'Tracker莨コ譛榊勣蝨ィ謳懷ー倶ス�逧�悄蟇ヲIP譁ケ髱「髱槫クク譛牙、ゥ雉ヲ縲ゆス�弍騾咎怙隕∽サ」逅�ォョ騾?TTP鬆ュ譌玲ィ僣TTP_X_FORWARDED_FOR縲ょヲよ棡菴�逧ИSP逧�サ」逅�イ呈怏騾吩ケ亥★逧�ゥア�卦racker莨コ譛榊勣蟆�滑莉」逅�噪IP逡カ菴應ス�逧�畑謌カ遶ッ逧ИP縲よ園莉・逡カ菴�逋サ蜈・荵句錘�卦racker莨コ譛榊勣蝌苓ゥヲ騾」邱壻ス�逧�畑謌カ遶ッ萓�「コ菫。菴�豐呈怏菴ソ逕ィNAT/髦イ轣ォ迚�シ御シコ譛榊勣蟇ヲ髫帑ク雁ー��隧ヲ騾」邱壻サ」逅�噪IP�井スソ逕ィ菴�逧ВT逕ィ謌カ遶ッ蝣ア蜻顔噪謗・謾カ騾」邱夐夊ィ雁泛�峨ょセ郁�辟カ蝨ー�御サ」逅�シコ譛榊勣蟷カ豐呈怏逶」閨ス驍」蛟矩夊ィ雁泛縲ょヲよュ、騾」邱壽怎螟ア謨暦シ瑚卦racker莨コ譛榊勣荵溷屏豁、隱咲ぜ菴�菴ソ逕ィ莠�AT/髦イ轣ォ迚��', 1, 7, 3),
|
|||
|
|
(401, 1, 6, 'categ', 'Site information', '', 1, 0, 1),
|
|||
|
|
(402, 2, 6, 'categ', 'User information', '', 1, 0, 2),
|
|||
|
|
(403, 3, 6, 'categ', 'Stats', '', 1, 0, 3),
|
|||
|
|
(404, 4, 6, 'categ', 'Uploading', '', 1, 0, 4),
|
|||
|
|
(405, 5, 6, 'categ', 'Downloading', '', 1, 0, 5),
|
|||
|
|
(406, 6, 6, 'categ', 'How can I improve my download speed?', '', 1, 0, 6),
|
|||
|
|
(407, 7, 6, 'categ', 'My ISP uses a transparent proxy. What should I do?', '', 1, 0, 7),
|
|||
|
|
(408, 8, 6, 'categ', 'Why can''t I connect? Is the site blocking me?', '', 1, 0, 8),
|
|||
|
|
(409, 9, 6, 'categ', 'What if I can''t find the answer to my problem here?', '', 1, 0, 9),
|
|||
|
|
(410, 10, 6, 'item', 'What is this bittorrent all about anyway? How do I get the files?', 'Check out <a class="faqlink" href="http://www.btfaq.com/">Brian''s BitTorrent FAQ and Guide</a>.', 1, 1, 1),
|
|||
|
|
(411, 11, 6, 'item', 'Where does the donated money go?', 'All donated money goes to the cost of server that this tracker is on.', 1, 1, 2),
|
|||
|
|
(412, 12, 6, 'item', 'Where can I get a copy of the source code?', 'This tracker is powered by NexusPHP. If you like to use NexusPHP to power your tracker, <a class="faqlink" href="aboutnexus.php">Contact Us</a>.<br />\r\nThe first stage of NexusPHP forks from TBSource. You may find more information about TBSource at <a class="faqlink" href="http://www.tbdev.net/">TBDev.net</a>.', 1, 1, 3),
|
|||
|
|
(413, 13, 6, 'item', 'I registered an account but did not receive the confirmation e-mail!', 'One possible reason may be that the network around the tracker has encountered some problems. You can use <a href="confirm_resend.php" class="faqlink">this form</a> ask the tracker to resend confirmation e-mail.<br />\r\nTypically registered users would be deleted after 24 hours if not confirmed, so you may try again the next day. Note though that if you didn''t receive the email the first time it will probably not succeed the second time either so you should really try another email address.', 1, 2, 1),
|
|||
|
|
(414, 14, 6, 'item', 'I''ve lost my user name or password! Can you send it to me?', 'Please use <a class="faqlink" href="recover.php">this form</a> to have the login details mailed back to you.', 1, 2, 2),
|
|||
|
|
(415, 15, 6, 'item', 'Can you rename my account? ', 'No, we do not rename accounts. Don''t ask for it.', 1, 2, 3),
|
|||
|
|
(416, 16, 6, 'item', 'Can you delete my (confirmed) account?', 'No, we don''t delete accounts. Don''t ask for it.', 1, 2, 4),
|
|||
|
|
(417, 17, 6, 'item', 'So, what''s MY ratio?', 'It''s on the left-top of pages.<br />\r\n<br />\r\n<img src="pic/ratio.png" alt="ratio" />\r\n<br />\r\n<br />\r\nIt''s important to distinguish between your overall ratio and the individual ratio on each torrent you may be seeding or leeching. The overall ratio takes into account the total uploaded and downloaded from your account since you joined the site. The individual ratio takes into account those values for each torrent.\r\n<br />\r\n<br />\r\nYou may see two symbols instead of a number: "Inf.", which is just an abbreviation for Infinity, and means that you have downloaded 0 bytes while uploading a non-zero amount (ul/dl becomes infinity); "---", which should be read as "non-available", and shows up when you have both downloaded and uploaded 0 bytes (ul/dl = 0/0 which is an indeterminate amount).\r\n', 1, 2, 5),
|
|||
|
|
(418, 18, 6, 'item', 'Why is my IP displayed on my details page?', 'Only you and the site moderators can view your IP address and email. Regular users do not see that information.', 1, 2, 6),
|
|||
|
|
(421, 21, 6, 'item', 'Why am I listed as not connectable? (And why should I care?)', 'The tracker has determined that you are firewalled or NATed and cannot accept incoming connections. \r\n<br />\r\n<br />\r\nThis means that other peers in the swarm will be unable to connect to you, only you to them. Even worse, if two peers are both in this state they will not be able to connect at all. This has obviously a detrimental effect on the overall speed. \r\n<br />\r\n<br />\r\nThe way to solve the problem involves opening the ports used for incoming connections (the same range you defined in your client) on the firewall and/or configuring your NAT server to use a basic form of NAT for that range instead of NAPT (the actual process differs widely between different router models. Check your router documentation and/or support forum. You will also find lots of information on the subject at <a class="faqlink" href="http://portforward.com/">PortForward</a>).\r\n\r\n\r\n\r\n\r\n\r\n', 1, 2, 9),
|
|||
|
|
(422, 22, 6, 'item', 'What are the different user classes?', '<table cellspacing="3" cellpadding="0">\r\n<tr>\r\n<td class="embedded" width="200" valign="top"> <b class="Peasant_Name">Peasant</b></td>\r\n<td class="embedded" width="5"> </td>\r\n<td class="embedded"> Demoted users. They must improve their ratio within 30 days or they will be banned. Cannot post funbox item, apply for links or upload subtitles.\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="User_Name">User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">The default class of new members. may upload torrents between 12:00, Saturday and 23:59 Sunday of every week.</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="PowerUser_Name">Power User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">Get a invitation. Can upload torrents, view NFO files, view user list, ask for reseed, send invitation, access Power User and External Trackers forums, view Top 10, view other users'' torrent history (if user''s privacy level is not set ''strong''), delete subtitle uploaded by oneself.</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="EliteUser_Name">Elite User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded"><b class="EliteUser_Name">Elite User</b> or above would never be deleted if parked.</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="CrazyUser_Name">Crazy User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">Get two invitations. Can be anonymous when seeding/leeching/uploading. </td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="InsaneUser_Name">Insane User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">Can view general logs.</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="VeteranUser_Name">Veteran User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">Get three invitations. Can view other users'' history of comments and forum posts. <b class="VeteranUser_Name">Veteran User</b> or above would never be deleted whether parked or not.</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="ExtremeUser_Name">Extreme User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">Can update outdated external information and access Extreme User forum.</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="UltimateUser_Name">Ultimate User</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">Get 5 invitations.</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="NexusMaster_Name">Nexus Master</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">Get 10 invitations.</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <img class="star" src="pic/trans.gif" alt="Star" /></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">Has donated money to this tracker.</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="VIP_Name">VIP</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded" valign="top">Same privileges as <b class="NexusMaster_Name">Nexus Master</b> and is considered an Elite Member of this tracker. Immune to automatic demotion.</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="Retiree_Name">Retiree</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">Former staff members.</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="User_Name">Other</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">Customized title. </td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="Uploader_Name">Uploader</b></td>\r\n<td class="embedded"> </td>\r\n<td class="embedded">Dedicated uploader, immune to automatic demotion. Can view who anonymous ones are.</td>\r\n</tr>\r\n<tr>\r\n<td class="embedded" valign="top"> <b class="M
|
|||
|
|
(423, 23, 6, 'item', 'How does this promotion thing work anyway?', '<table cellspacing=\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\" cellpadding=\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\">\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" width=\\\\\\\\\\\\\\"200\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\"> <b class=\\\\\\\\\\\\\\"Peasant_Name\\\\\\\\\\\\\\">Peasant</b></td>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" width=\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\"> </td>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\">User would be demoted to this class under any of the following circumstances:<br />\r\n1.Downloaded more than 50 GB and with ratio below 0.4<br />\r\n2.Downloaded more than 100 GB and with ratio below 0.5<br />\r\n3.Downloaded more than 200 GB and with ratio below 0.6<br />\r\n4.Downloaded more than 400 GB and with ratio below 0.7<br />\r\n5.Downloaded more than 800 GB and with ratio below 0.8</td>\r\n</tr>\r\n\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\"> <b class=\\\\\\\\\\\\\\"PowerUser_Name\\\\\\\\\\\\\\">Power User</b></td>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\"> </td>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\">Must have been a member for at least 4 weeks, have downloaded at least 50GB and have a ratio at or above 1.05. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be automatically demoted from this status if your ratio drops below 0.95 at any time.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\"> <b class=\\\\\\\\\\\\\\"EliteUser_Name\\\\\\\\\\\\\\">Elite User</b></td>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\"> </td>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\">Must have been a member for at least 8 weeks, have downloaded at least 120GB and have a ratio at or above 1.55. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be automatically demoted from this status if your ratio drops below 1.45 at any time.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\"> <b class=\\\\\\\\\\\\\\"CrazyUser_Name\\\\\\\\\\\\\\">Crazy User</b></td>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\"> </td>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\">Must have been a member for at least 15 weeks, have downloaded at least 300GB and have a ratio at or above 2.05. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be automatically demoted from this status if your ratio drops below 1.95 at any time.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\"> <b class=\\\\\\\\\\\\\\"InsaneUser_Name\\\\\\\\\\\\\\">Insane User</b></td>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\"> </td>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\">Must have been a member for at least 25 weeks, have downloaded at least 500GB and have a ratio at or above 2.55. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be automatically demoted from this status if your ratio drops below 2.45 at any time.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\"> <b class=\\\\\\\\\\\\\\"VeteranUser_Name\\\\\\\\\\\\\\">Veteran User</b></td>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\"> </td>\r\n<td class=\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\">Must have been a member for at least 40 weeks, have downloaded at least 750GB and have a ratio at or above 3.05. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be au
|
|||
|
|
(425, 25, 6, 'item', 'Why can''t my friend become a member?', 'There is a users limit (it is list at Home -> Tracker Statistics -> Limit). When that number is reached we stop accepting new members. Accounts inactive (i.e. not logged in for a long time) are automatically deleted, so keep trying.<br />\r\nWhen are inactive user accounts deleted? See <a class="faqlink" href="rules.php">Rules</a>', 1, 2, 13),
|
|||
|
|
(426, 26, 6, 'item', 'How do I add an avatar to my profile?', 'First, find an image that you like, and that is within the <a class="faqlink" href="rules.php">rules</a>. Then you will have to find a place to host it, such as our own <a class="faqlink" href="bitbucket-upload.php">BitBucket</a>. To lighten tracker''s load, we recommend you upload it to other websites and copy the URL you were given when uploading it to the Avatar URL field in <a class="faqlink" href="usercp.php?action=personal">UserCP</a>.<br />\r\n<br />\r\nPlease do not make a post just to test your avatar. If everything is all right you''ll see it in your details page. ', 1, 2, 14),
|
|||
|
|
(427, 27, 6, 'item', 'Most common reason for stats not updating', '<ul>\r\n<li>The server is overloaded and unresponsive. Just try to keep the session open until the server responds again. (Flooding the server with consecutive manual updates is not recommended.)</li>\r\n<li>You are using a faulty client. If you want to use an experimental or CVS version you do it at your own risk.</li>\r\n</ul>', 1, 3, 1),
|
|||
|
|
(428, 28, 6, 'item', 'Best practices', '<ul>\r\n<li>If a torrent you are currently leeching/seeding is not listed on your detail page, just wait or force a manual update.</li>\r\n<li>Make sure you exit your client properly, so that the tracker receives "event=completed".</li>\r\n<li>If the tracker is down, do not stop seeding. As long as the tracker is back up before you exit the client the stats should update properly.</li>\r\n</ul>', 1, 3, 2),
|
|||
|
|
(429, 29, 6, 'item', 'May I use any bittorrent client?', 'No. According to tests of common bittorrent clients by <a class="faqlink" href="aboutnexus.php">NexusPHP</a>, we allowed <b>only</b> the following bittorrent clients.<br />\r\nThe test report by <a class="faqlink" href="aboutnexus.php">NexusPHP</a> is <a class="faqlink" href="http://www.nexusphp.com/wiki/%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%B5%8B%E8%AF%95%E6%8A%A5%E5%91%8A">here</a>. \r\n<br />\r\n<b>Windows:</b>\r\n<ul>\r\n<li><a class="faqlink" href="http://azureus.sourceforge.net">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2 and later versions</li>\r\n<li><a class="faqlink" href="http://www.utorrent.com">uTorrent</a>: 1.6.1, 1.7.5, 1.7.6, 1.7.7, 1.8Beta(Build 10364), 2.0(Build 17624) and later versions</li>\r\n<li><a class="faqlink" href="http://www.bittorrent.com">BitTorrent</a>: 6.0.1, 6.0.2, 6.0.3 and later versions</li>\r\n<li><a class="faqlink" href="http://deluge-torrent.org">Deluge</a>: 0.5.9.1, 1.1.6 and later versions</li>\r\n<li><a class="faqlink" href="http://rufus.sourceforge.net">Rufus</a>: 0.6.9, 0.7.0 and later versions</li>\r\n</ul>\r\n<b>Linux:</b>\r\n<ul>\r\n<li><a class="faqlink" href="http://azureus.sourceforge.net">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2 and later versions</li>\r\n<li><a class="faqlink" href="http://deluge-torrent.org">Deluge</a>: 0.5.9.1, 1.1.6 and later versions</li>\r\n<li><a class="faqlink" href="http://rufus.sourceforge.net">Rufus</a>: 0.6.9, 0.7.0 and later versions</li>\r\n<li><a class="faqlink" href="http://www.transmissionbt.com">Transmission</a>: 1.21 and later versions</li>\r\n<li><a class="faqlink" href="http://libtorrent.rakshasa.no">rTorrent</a>: 0.8.0(with libtorrent 0.12.0 or later) and later versions</li>\r\n<li><a class="faqlink" href="http://www.rahul.net/dholmes/ctorrent/">Enhanced CTorrent</a>: 3.3.2 and later versions</li>\r\n</ul>\r\n<b>MacOS X:</b>\r\n<ul>\r\n<li><a class="faqlink" href="http://azureus.sourceforge.net">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2 and later versions</li>\r\n<li><a class="faqlink" href="http://www.transmissionbt.com">Transmission</a>: 1.21 and later versions</li>\r\n<li><a class="faqlink" href="http://sourceforge.net/projects/bitrocket/">BitRocket</a>: 0.3.3(32) and later versions</li>\r\n</ul>\r\n<b>Symbian (For Testing Only):</b>\r\n<ul>\r\n<li><a class="faqlink" href="http://amorg.aut.bme.hu/projects/symtorrent">SymTorrent</a>: 1.41 and later versions</li>\r\n</ul>\r\n<br />\r\n\r\n<b>Support for https:</b>\r\n<ul>\r\n<li>uTorrent 1.61: cannot parse tracker https url, and marks itself as uTorrent 1.5</li>\r\n<li>Rufus: no support for https, and development ceased for years.</li>\r\n<li>rtorrent: needs to add SSL certification manually, see User Guide at its official site.</li>\r\n</ul>\r\n\r\n<br />\r\n\r\nPlease do not use any beta or testing version of bittorrent clients, e.g. uTorrent 1.8.0B. To get the best downloading experience, we highly recommend latest stable version of <a class="faqlink" href="http://www.utorrent.com/download.php">uTorrent</a> and <a class="faqlink" href="http://azureus.sourceforge.net/download.php">Azureus</a>.', 1, 5, 3),
|
|||
|
|
(430, 30, 6, 'item', 'Why is a torrent I''m leeching/seeding listed several times in my profile?', 'If for some reason (e.g. PC crash, or frozen client) your client exits improperly and you restart it, it will have a new peer_id, so it will show as a new torrent. The old one will never receive a "event=completed" or "event=stopped" and will be listed until some tracker timeout. Just ignore it, it will eventually go away.', 1, 3, 4),
|
|||
|
|
(431, 31, 6, 'item', 'I''ve finished or cancelled a torrent. Why is it still listed in my profile?', 'Some clients, notably TorrentStorm and Nova Torrent, do not report properly to the tracker when canceling or finishing a torrent. In that case the tracker will keep waiting for some message - and thus listing the torrent as seeding or leeching - until some timeout occurs. Just ignore it, it will eventually go away.', 1, 3, 5),
|
|||
|
|
(433, 33, 6, 'item', 'Multiple IPs (Can I login from different computers?)', 'Yes, the tracker is capable of following sessions from different IPs for the same user. You may access the site and seed/leech simultaneously from as many computers as you want with the same account.<br />\r\nHowever, there is a limit for a single torrent. Per torrent 3 simultaneous connections are permitted per user, and in case of leeching only 1, which means you can leech a torrent from one location only at a time.', 1, 3, 7),
|
|||
|
|
(436, 36, 6, 'item', 'Why can''t I upload torrents?', 'See <a class="faqlink" href="rules.php">Rules</a>.', 1, 4, 1),
|
|||
|
|
(437, 37, 6, 'item', 'What criteria must I meet before I can join the Uploader team?', 'You must:\r\n<ul>\r\n<li>have steady access to resources.</li>\r\n<li>upload not less than 5 torrents per week.</li>\r\n</ul>\r\nYou must be able to provide releases that:\r\n<ul>\r\n<li>are not older than 7 days</li>\r\n<li>you''ll be able to seed, or make sure are well-seeded, for at least 24 hours.</li>\r\n<li>Also, you should have at least 2MBit upload bandwith.</li>\r\n</ul>\r\nIf you think you can match these criteria do not hesitate to <a class="faqlink" href="contactstaff.php">contact the staff</a>.<br />\r\n<b>Remember!</b> Write your application carefully! Be sure to include your upload speed and what kind of stuff you''re planning to upload.<br />\r\nOnly well written letters with serious intent will be considered.', 1, 4, 2),
|
|||
|
|
(438, 38, 6, 'item', 'Can I upload your torrents to other trackers?', 'No. We are a closed, limited-membership community. Only registered users can use the tracker. Posting our torrents on other trackers is useless, since most people who attempt to download them will be unable to connect with us. This generates a lot of frustration and bad-will against us, and will therefore not be tolerated.<br />\r\n<br />\r\nComplaints from other sites'' administrative staff about our torrents being posted on their sites will result in the banning of the users responsible.\r\n<br />\r\n<br />\r\nHowever, the files you download from us are yours to do as you please (except those marked as <b>EXCLUSIVE</b> by the uploader). You can always create another torrent, pointing to some other tracker, and upload it to the site of your choice.', 1, 4, 3),
|
|||
|
|
(439, 39, 6, 'item', 'How do I use the files I''ve downloaded?', 'Check out <a class="faqlink" href="formats.php">this guide</a>.', 1, 5, 1),
|
|||
|
|
(440, 40, 6, 'item', 'Downloaded a movie and don''t know what CAM/TS/TC/SCR means?', 'Check out <a class="faqlink" href="videoformats.php">this guide</a>.', 1, 5, 2),
|
|||
|
|
(441, 41, 6, 'item', 'Why did an active torrent suddenly disappear?', 'There may be three reasons for this:<br />\r\n(<b>1</b>) The torrent may have been against the site <a class="faqlink" href="rules.php">rules</a>.\r\n<br />\r\n(<b>2</b>) The uploader may have deleted it because it was a bad release. A replacement will probably be uploaded to take its place.<br />\r\n(<b>3</b>) Torrents are automatically deleted after being dead for a long time.', 1, 5, 3),
|
|||
|
|
(442, 42, 6, 'item', 'How do I resume a broken download or reseed something?', 'Open the .torrent file. When your client asks you for a location, choose the location of the existing file(s) and it will resume/reseed the torrent.', 1, 5, 4),
|
|||
|
|
(443, 43, 6, 'item', 'Why do my downloads sometimes stall at 99%?', 'The more pieces you have, the harder it becomes to find peers who have pieces you are missing. That is why downloads sometimes slow down or even stall when there are just a few percent remaining. Just be patient and you will, sooner or later, get the remaining pieces.', 1, 5, 5),
|
|||
|
|
(444, 44, 6, 'item', 'What are these "a piece has failed a hash check" messages? ', 'Bittorrent clients check the data they receive for integrity. When a piece fails this check it is automatically re-downloaded. Occasional hash fails are a common occurrence, and you shouldn''t worry.<br />\r\n<br />\r\nSome clients have an (advanced) option/preference to ''kick/ban clients that send you bad data'' or similar. It should be turned on, since it makes sure that if a peer repeatedly sends you pieces that fail the hash check it will be ignored in the future.', 1, 5, 6),
|
|||
|
|
(445, 45, 6, 'item', 'The torrent is supposed to be 100MB. How come I downloaded 120MB? ', 'See the hash fails topic. If your client receives bad data it will have to re-download it, therefore the total downloaded may be larger than the torrent size. Make sure the "kick/ban" option is turned on to minimize the extra downloads.', 1, 5, 7),
|
|||
|
|
(446, 46, 6, 'item', 'Why do I get a "Your ratio is too low! You need to wait xx h to start" error?', 'From the time that each <b>new</b> torrent is uploaded to the tracker, there is a period of time that some users must wait before they can download it.<br />\r\nThis delay in downloading will only affect users with a low ratio and downloaded amount above 10 GB.<br />\r\n<br />\r\n<table cellspacing="3" cellpadding="0">\r\n<tr>\r\n <td class="embedded" width="100">Ratio below</td>\r\n <td class="embedded" width="40">0.4</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">delay of</td>\r\n <td class="embedded" width="100">24h</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">Ratio below</td>\r\n <td class="embedded" width="40">0.5</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">delay of</td>\r\n <td class="embedded" width="100">12h</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">Ratio below</td>\r\n <td class="embedded" width="40">0.6</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">delay of</td>\r\n <td class="embedded" width="100">6h</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">Ratio below</td>\r\n <td class="embedded" width="40">0.8</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">delay of</td>\r\n <td class="embedded" width="100">3h</td>\r\n</tr>\r\n</table>', 0, 5, 8),
|
|||
|
|
(447, 47, 6, 'item', 'Why do I get a "Port xxxx is blacklisted" error?', 'Your client is reporting to the tracker that it uses one of the default bittorrent ports (6881-6889) or any other common p2p port for incoming connections.<br />\r\n<br />\r\nWe does not allow clients to use ports commonly associated with p2p protocols. The reason for this is that it is a common practice for ISPs to throttle those ports (that is, limit the bandwidth, hence the speed). <br />\r\n<br />\r\nThe blocked ports list include the following:<br />\r\n<br />\r\n<table cellspacing="3" cellpadding="0">\r\n <tr>\r\n <td class="embedded" width="100">Direct Connect</td>\r\n <td class="embedded" width="100">411 - 413</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">BitTorrent</td>\r\n <td class="embedded" width="100">6881 - 6889</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">Kazza</td>\r\n <td class="embedded" width="100">1214</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">Gnutella</td>\r\n <td class="embedded" width="100">6346 - 6347</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">Emule</td>\r\n <td class="embedded" width="100">4662</td>\r\n </tr>\r\n <tr>\r\n <td class="embedded" width="100">WinMX</td>\r\n <td class="embedded" width="100">6699</td>\r\n </tr>\r\n</table>\r\n<br />\r\nIn order to use our tracker you must configure your client to use any port range that does not contain those ports (a range within the region 49152 through 65535 is preferable,\r\ncf. <a class="faqlink" href="http://www.iana.org/assignments/port-numbers">IANA</a>). Notice that some clients, like Azureus 2.0.7.0 or higher, use a single port for all torrents, while most others use one port per open torrent. The size of the range you choose should take this into account (typically less than 10 ports wide. There is no benefit whatsoever in choosing a wide range, and there are possible security implications). <br />\r\n<br />\r\nThese ports are used for connections between peers, not client to tracker. Therefore this change will not interfere with your ability to use other trackers (in fact it should <i>increase</i> your speed with torrents from any tracker, not just ours). Your client will also still be able to connect to peers that are using the standard ports. If your client does not allow custom ports to be used, you will have to switch to one that does.<br />\r\n<br />\r\nDo not ask us, or in the forums, which ports you should choose. The more random the choice is the harder it will be for ISPs to catch on to us and start limiting speeds on the ports we use. If we simply define another range ISPs will start throttling that range also. <br />\r\n<br />\r\nFinally, remember to forward the chosen ports in your router and/or open them in your\r\nfirewall, should you have them.', 1, 5, 9),
|
|||
|
|
(448, 48, 6, 'item', 'What''s this "IOError - [Errno13] Permission denied" error?', 'If you just want to fix it reboot your computer, it should solve the problem. Otherwise read on.<br />\r\nIOError means Input-Output Error, and that is a file system error, not a tracker one. It shows up when your client is for some reason unable to open the partially downloaded torrent files. The most common cause is two instances of the client to be running simultaneously: the last time the client was closed it somehow didn''t really close but kept running in the background, and is therefore still locking the files, making it impossible for the new instance to open them.<br />\r\nA more uncommon occurrence is a corrupted FAT. A crash may result in corruption that makes the partially downloaded files unreadable, and the error ensues. Running scandisk should solve the problem. (Note that this may happen only if you''re running Windows 9x - which only support FAT - or NT/2000/XP with FAT formatted hard drives. NTFS is much more robust and should never permit this problem.)\r\n', 1, 5, 10),
|
|||
|
|
(450, 50, 6, 'item', 'Do not immediately jump on new torrents', 'The download speed mostly depends on the seeder-to-leecher ratio (SLR). Poor download speed is mainly a problem with new and very popular torrents where the SLR is low.<br />\r\n(Note: make sure you remember that you did not enjoy the low speed. Seed so that others will not endure the same.)<br />\r\n<br />In particular, do not do it if you have a slow connection. The best speeds will be found around the half-life of a torrent, when the SLR will be at its highest. (The downside is that you will not be able to seed so much. It''s up to you to balance the pros and cons of this.)', 1, 6, 1),
|
|||
|
|
(451, 51, 6, 'item', 'Limit your upload speed', 'The upload speed affects the download speed in essentially two ways:\r\n<ul>\r\n <li>Bittorrent peers tend to favour those other peers that upload to them. This means that if A and B are leeching the same torrent and A is sending data to B at high speed then B will try to reciprocate. So due to this effect high upload speeds lead to high download speeds.</li>\r\n\r\n <li>Due to the way TCP works, when A is downloading something from B it has to keep telling B that it received the data sent to him. (These are called acknowledgements - ACKs -, a sort of "got it!" messages). If A fails to do this then B will stop sending data and wait. If A is uploading at full speed there may be no bandwidth left for the ACKs and they will be delayed. So due to this effect excessively high upload speeds lead to low download speeds.</li>\r\n</ul>\r\n\r\nThe full effect is a combination of the two. The upload should be kept as high as possible while allowing the ACKs to get through without delay. <b>A good thumb rule is keeping the upload at about 80% of the theoretical upload speed. </b>You will have to fine tune yours to find out what works best for you. (Remember that keeping the upload high has the additional benefit of helping with your ratio.) <br />\r\n<br />\r\nIf you are running more than one instance of a client it is the overall upload speed that you must take into account. Some clients limit global upload speed, others do it on a per torrent basis. Know your client. The same applies if you are using your connection for anything else (e.g. browsing or ftp), always think of the overall upload speed.', 1, 6, 2),
|
|||
|
|
(452, 52, 6, 'item', 'Limit the number of simultaneous connections', 'Some operating systems (like Windows 9x) do not deal well with a large number of connections, and may even crash. Also some home routers (particularly when running NAT and/or firewall with stateful inspection services) tend to become slow or crash when having to deal with too many connections. There are no fixed values for this, you may try 60 or 100 and experiment with the value. Note that these numbers are additive, if you have two instances of a client running the numbers add up.', 1, 6, 3),
|
|||
|
|
(453, 53, 6, 'item', 'Limit the number of simultaneous uploads', 'Isn''t this the same as above? No. Connections limit the number of peers your client is talking to and/or downloading from. Uploads limit the number of peers your client is actually uploading to. The ideal number is typically much lower than the number of connections, and highly dependent on your (physical) connection.', 1, 6, 4),
|
|||
|
|
(454, 54, 6, 'item', 'Just give it some time', 'As explained above peers favour other peers that upload to them. When you start leeching a new torrent you have nothing to offer to other peers and they will tend to ignore you. This makes the starts slow, in particular if, by chance, the peers you are connected to include few or no seeders. The download speed should increase as soon as you have some pieces to share.', 1, 6, 5),
|
|||
|
|
(455, 55, 6, 'item', 'Why is my browsing so slow while leeching?', 'Your download speed is always finite. If you are a peer in a fast torrent it will almost certainly saturate your download bandwidth, and your browsing will suffer. Many clients allows you to limit the download speed and try it.<br />\r\n<br />\r\nBrowsing was used just as an example, the same would apply to gaming, IMing, etc...', 1, 6, 6),
|
|||
|
|
(456, 56, 6, 'item', 'What is a proxy?', 'Basically a middleman. When you are browsing a site through a proxy your requests are sent to the proxy and the proxy forwards them to the site instead of you connecting directly to the site. There are several classifications (the terminology is far from standard):<br />\r\n<br />\r\n<table cellspacing="3" cellpadding="0">\r\n<tr>\r\n <td class="embedded" valign="top" width="100"> Transparent</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">A transparent proxy is one that needs no configuration on the clients. It works by automatically redirecting all port 80 traffic to the proxy. (Sometimes used as synonymous for non-anonymous.)</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" valign="top"> Explicit/Voluntary</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">Clients must configure their browsers to use them.</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" valign="top"> Anonymous</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">The proxy sends no client identification to the server. (HTTP_X_FORWARDED_FOR header is not sent; the server does not see your IP.)</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" valign="top"> Highly Anonymous</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">The proxy sends no client nor proxy identification to the server. (HTTP_X_FORWARDED_FOR, HTTP_VIA and HTTP_PROXY_CONNECTION headers are not sent; the server doesn''t see your IP and doesn''t even know you''re using a proxy.)</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" valign="top"> Public</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" valign="top">(Self explanatory)</td>\r\n</tr>\r\n</table>\r\n<br />\r\nA transparent proxy may or may not be anonymous, and there are several levels of anonymity.', 1, 7, 1),
|
|||
|
|
(457, 57, 6, 'item', 'How do I find out if I''m behind a (transparent/anonymous) proxy?', 'Try <a href="http://proxyjudge.org" class="faqlink">ProxyJudge</a>. It lists the HTTP headers that the server where it is running received from you. The relevant ones are HTTP_CLIENT_IP, HTTP_X_FORWARDED_FOR and REMOTE_ADDR.', 1, 7, 2),
|
|||
|
|
(475, 75, 6, 'item', 'Why am I listed as not connectable even though I''m not NAT/Firewalled?', 'The tracker is quite smart at finding your real IP, but it does need the proxy to send the HTTP header HTTP_X_FORWARDED_FOR. If your ISP''s proxy does not then what happens is that the tracker will interpret the proxy''s IP address as the client''s IP address. So when you login and the tracker tries to connect to your client to see if you are NAT/firewalled it will actually try to connect to the proxy on the port your client reports to be using for incoming connections. Naturally the proxy will not be listening on that port, the connection will fail and the tracker will think you are NAT/firewalled.', 1, 7, 3),
|
|||
|
|
(462, 62, 6, 'item', 'Maybe my address is blacklisted?', 'The site keeps a list of blocked IP addresses for banned users or attackers. This works at Apache/PHP level, and only blocks <i>logins</i> from those addresses. It should not stop you from reaching the site. In particular it does not block lower level protocols, you should be able to ping/traceroute the server even if your address is blacklisted. If you cannot then the reason for the problem lies elsewhere.<br />\r\n<br />\r\nIf somehow your address is blocked by mistake, contact us about it.', 1, 8, 1),
|
|||
|
|
(463, 63, 6, 'item', 'Your ISP blocks the site''s address', '(In first place, it''s unlikely your ISP is doing so. DNS name resolution and/or network problems are the usual culprits.) \r\n<br />\r\nThere''s nothing we can do. You should contact your ISP (or get a new one). Note that you can still visit the site via a proxy, follow the instructions in the relevant section. In this case it doesn''t matter if the proxy is anonymous or not, or which port it listens to.<br />\r\n<br />\r\nNotice that you will always be listed as an "unconnectable" client because the tracker will be unable to check that you''re capable of accepting incoming connections.', 1, 8, 2);
|
|||
|
|
INSERT INTO `faq` (`id`, `link_id`, `lang_id`, `type`, `question`, `answer`, `flag`, `categ`, `order`) VALUES
|
|||
|
|
(465, 65, 6, 'item', 'You may try this', 'Post in the <a class="faqlink" href="forums.php">Forums</a>, by all means. You''ll find they are usually a friendly and helpful place, provided you follow a few basic guidelines: <ul>\r\n<li>Make sure your problem is not really in this FAQ. There''s no point in posting just to be sent back here. </li>\r\n<li>Before posting read the sticky topics (the ones at the top). Many times new information that still hasn''t been incorporated in the FAQ can be found there.</li>\r\n<li>Help us in helping you. Do not just say "it doesn''t work!". Provide details so that we don''t have to guess or waste time asking. What client do you use? What''s your OS? What''s your network setup? What''s the exact error message you get, if any? What are the torrents you are having problems with? The more you tell the easiest it will be for us, and the more probable your post will get a reply.</li>\r\n<li>And needless to say: be polite. Demanding help rarely works, asking for it usually does the trick.</li></ul>', 1, 9, 1),
|
|||
|
|
(466, 66, 6, 'item', 'Why do I get a "Your slot limit is reached! You may at most download xx torrents at the same time" error?', 'This is part of the "Slot System". The slot system is being used to limit the concurrent downloads for users that have low ratio and downloaded amount above 10 GB<br /><br />\r\nRules: <br />\r\n<table cellspacing="3" cellpadding="0">\r\n<tr>\r\n <td class="embedded" width="100">Ratio below</td>\r\n <td class="embedded" width="40">0.5</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">available slots</td>\r\n <td class="embedded" width="40">1</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">Ratio below</td>\r\n <td class="embedded" width="40">0.65</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">available slots</td>\r\n <td class="embedded" width="100">2</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">Ratio below</td>\r\n <td class="embedded" width="40">0.8</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">available slots</td>\r\n <td class="embedded" width="100">3</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">Ratio below</td>\r\n <td class="embedded" width="40">0.95</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">available slots</td>\r\n <td class="embedded" width="100">4</td>\r\n</tr>\r\n<tr>\r\n <td class="embedded" width="100">Ratio above</td>\r\n <td class="embedded" width="40">0.95</td>\r\n <td class="embedded" width="10"> </td>\r\n <td class="embedded" width="100">available slots</td>\r\n <td class="embedded" width="100">unlimited</td>\r\n</tr>\r\n</table>\r\n<br />\r\nIn all cases the seeding slots are unlimited. However if you have already filled all your available download slots and try to start seeding you will receive the same error. In this case you must free at least one download slot in order to start all your seeds and then start the download. If all your download slots are filled the system will deny any connection before validating if you want to download or seed. So first start your seeds and after that your downloads. <br />\r\n<br /><br />\r\nAny time, you can check your available slots in the member bar on top of the page.', 0, 5, 12),
|
|||
|
|
(467, 67, 6, 'item', 'What is the passkey System? How does it work?', 'The passkey system is implemented to verify if you are registered with the tracker. Every user has a personal passkey, a random key generated by the system. When a user tries to download a torrent, his personal passkey is imprinted in the tracker URL of the torrent, allowing to the tracker to identify any source connected on it. In this way, you can seed a torrent for example, at home and at your office simultaneously without any problem with the 2 different IPs.\r\n', 1, 5, 13),
|
|||
|
|
(468, 68, 6, 'item', 'Why do I get an "Unknown passkey" error? ', 'You will get this error, firstly if you are not registered on our tracker, or if you haven''t downloaded the torrent to use from our webpage, when you were logged in. In this case, just register or log in and re-download the torrent.<br />\r\nThere is a chance to get this error also, at the first time you download anything as a new user, or at the first download after you reset your passkey. The reason is simply that the tracker reviews the changes in the passkeys every few minutes and not instantly. For that reason just leave the torrent running for a few minutes, and you will get eventually an OK message from the tracker.', 1, 5, 14),
|
|||
|
|
(469, 69, 6, 'item', 'When do I need to reset my passkey?', '<ul><li>If your passkey has been leaked and other user(s) uses it to download torrents using your account. In this case, you will see torrents stated in your account that you are not leeching or seeding . </li>\r\n<li>When your clients hangs up or your connection is terminated without pressing the stop button of your client. In this case, in your account you will see that you are still leeching/seeding the torrents even that your client has been closed. Normally these "ghost peers" will be cleaned automatically within 30 minutes, but if you want to resume your downloads and the tracker denied that due to the fact that you "already are downloading the same torrent" then you should reset your passkey and re-download the torrent, then resume it. </li></ul>', 1, 5, 15),
|
|||
|
|
(470, 70, 6, 'item', 'What is DHT? Why must I turn it off and how?', 'DHT must be disabled in your client. DHT can cause your stats to be recorded incorrectly and could be seen as cheating. Anyone using this will be banned for cheating the system.\r\n<br />\r\nFortunately, this tracker would parse uploaded .torrent files and automatically disable DHT. That''s why you must re-downloaded the torrent before starting seeding.', 1, 5, 16),
|
|||
|
|
(471, 71, 6, 'categ', 'How can I help translate the site language into my native language?', '', 1, 1, 8),
|
|||
|
|
(472, 72, 6, 'item', 'What skills do I need to do the translation?', 'Translate the site into another language is quite easy. You needn''t be skilled in PHP or dynamic website design. In fact, all you need is proficient understanding of English (the default site language) and the language you plan to translate into. Maybe some basic knowledge in HTML would help.<br /><br />\r\nMoreover, we give a detailed tutorial on how to do the translation <a href="#73" class="faqlink"><b>HERE</b></a>. And our coders would be more than pleased to answer the questions you may encounter.<br /><br />\r\nTranslate the whole site into another language would take estimated 10 hours. And extra time is needed to maintain the translation when site code is updated.<br /><br />\r\nSo, if you think you could help, feel free to <a class="faqlink" href="contactstaff.php"><b>CONTACT US</b></a>. Needless to say, you would be rewarded.', 1, 71, 1),
|
|||
|
|
(473, 73, 6, 'item', 'The translation tutorial', '<ul>\r\n<li>How does multi-language work?<br />\r\nCurrently we use language files to store all the static words that a user can see on web pages. <br />\r\nEvery php code file has a corresponding language file for a certain language. And we named the language file ''lang_'' plus the filename of the php code file. i.e. the language file of the php code file ''details.php'' would be ''lang_details.php''. <br />\r\nWe has some mechanism in php codes to read the exact language files of user''s preferred language, and you shouldn''t worry about that.<br /></li>\r\n<li>What''s in language files?<br />\r\nIn a language file is an array of strings. These strings contain all the static words that a user can see on web pages. When we need to say some words on a php code file, we call for a string in the array. And the output of the php code file, that is what users see on the web pages, would show the value of the string.<br />\r\nSounds dizzying? Well, you need not care about all these. All you gotta do is translate the values of the strings in the language files into another language. <b>Let''s see an example</b>:<br /><br />\r\nThe following is the content of the English language file ''lang_users.php'', which works for the php code file ''users.php''. <br /><br />\r\n<img src="pic/langfileeng.png" alt="langfileeng" /><br />\r\nIf you wanna translate it into Simplified Chinese, all you need is edit the file into this:<br />\r\n<img src="pic/langfilechs.png" alt="langfilechs" /><br />\r\nSee, in every line, the left part, that is before <i>=></i>, is the name of a string, which you shouldn''t touch. All you need to is translate the right part, after <i>=></i>, which is the value of the string, into another language.<br />\r\nSometimes you need to look at the corresponding web pages to get the context meaning of some words.<br /></li>\r\n<li>Sounds easy? See what do you need to do.<br />\r\nIf you feel like to help us, <a class="faqlink" href="aboutnexus.php#contact"><b>CONTACT US</b></a> and we will send you a pack of the English language files (or any other available language if you prefer). Received it, you can start translating the value of strings (which is in English), into another language. It should take you several hours to do the whole work. After this, send back the translated language files to us.<br />\r\nIf no bugs or hacking codes are found in testing, we would put the new language into work.<br />\r\nSometimes the language files need to be updated, typically adding new strings, when site codes are updated. If you feel like it, you can help maintain the language files.<br /></li>\r\n<li><font color="red"><b>IMPORTANT</b></font><br />\r\nThe text of language files must be encoded in UTF-8. When saving files, be sure to set the character encoding to UTF-8. Otherwise mojibake may happen.</li></ul>', 1, 71, 2),
|
|||
|
|
(474, 74, 6, 'item', 'Why does my client notify me of low disk space even if there is plenty left?', 'Most possible reason is that the file system of your disk partitions is FAT32, which has a maximum file size limit of 4 GB. If your operation system is Windows, consider converting file system to NTFS. Check <a class="faqlink" href="http://technet.microsoft.com/en-us/library/bb456984.aspx">here</a> for details.\r\n', 1, 5, 17);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `files`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `files` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`torrent` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`filename` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`size` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `torrent` (`torrent`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `files`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `forummods`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `forummods` (
|
|||
|
|
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`forumid` smallint(5) unsigned NOT NULL,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL,
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `forumid` (`forumid`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `forummods`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `forums`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `forums` (
|
|||
|
|
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`sort` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`name` varchar(60) NOT NULL,
|
|||
|
|
`description` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`minclassread` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`minclasswrite` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`postcount` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`topiccount` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`minclasscreate` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`forid` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `forums`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `friends`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `friends` (
|
|||
|
|
`id` int(12) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL,
|
|||
|
|
`friendid` mediumint(8) unsigned NOT NULL,
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
UNIQUE KEY `userfriend` (`userid`,`friendid`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `friends`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `fun`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `fun` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`body` text,
|
|||
|
|
`title` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`status` enum('normal','dull','notfunny','funny','veryfunny','banned') NOT NULL DEFAULT 'normal',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `fun`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `funds`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `funds` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`usd` decimal(8,2) NOT NULL DEFAULT '0.00',
|
|||
|
|
`cny` decimal(8,2) NOT NULL DEFAULT '0.00',
|
|||
|
|
`user` mediumint(8) unsigned NOT NULL,
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`memo` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `funds`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `funvotes`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `funvotes` (
|
|||
|
|
`funid` mediumint(8) unsigned NOT NULL,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL,
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`vote` enum('fun','dull') NOT NULL DEFAULT 'fun',
|
|||
|
|
PRIMARY KEY (`funid`,`userid`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `funvotes`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `invites`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `invites` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`inviter` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`invitee` varchar(80) NOT NULL DEFAULT '',
|
|||
|
|
`hash` char(32) NOT NULL,
|
|||
|
|
`time_invited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `hash` (`hash`(3))
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `invites`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `iplog`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `iplog` (
|
|||
|
|
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`ip` varchar(64) NOT NULL,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL,
|
|||
|
|
`access` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `userid` (`userid`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `iplog`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `isp`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `isp` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(50) DEFAULT NULL,
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=21 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `isp`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `isp` (`id`, `name`) VALUES
|
|||
|
|
(1, '荳ュ蝗ス逕オ菫。'),
|
|||
|
|
(2, '荳ュ蝗ス鄂鷹�'),
|
|||
|
|
(3, '荳ュ蝗ス體��'),
|
|||
|
|
(4, '荳ュ蝗ス遘サ蜉ィ'),
|
|||
|
|
(5, '荳ュ蝗ス閨秘�'),
|
|||
|
|
(6, '荳ュ蝗ス謨呵ご鄂�'),
|
|||
|
|
(20, 'Other');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `language`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `language` (
|
|||
|
|
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`lang_name` varchar(50) NOT NULL,
|
|||
|
|
`flagpic` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`sub_lang` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
|||
|
|
`rule_lang` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`site_lang` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`site_lang_folder` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`trans_state` enum('up-to-date','outdate','incomplete','need-new','unavailable') NOT NULL DEFAULT 'unavailable',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=32 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `language`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `language` (`id`, `lang_name`, `flagpic`, `sub_lang`, `rule_lang`, `site_lang`, `site_lang_folder`, `trans_state`) VALUES
|
|||
|
|
(1, 'Bulgarian', 'bulgaria.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(2, 'Croatian', 'croatia.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(3, 'Czech', 'czechrep.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(4, 'Danish', 'denmark.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(5, 'Dutch', 'netherlands.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(6, 'English', 'uk.gif', 1, 1, 1, 'en', 'up-to-date'),
|
|||
|
|
(7, 'Estonian', 'estonia.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(8, 'Finnish', 'finland.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(9, 'French', 'france.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(10, 'German', 'germany.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(11, 'Greek', 'greece.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(12, 'Hebrew', 'israel.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(13, 'Hungarian', 'hungary.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(14, 'Italian', 'italy.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(15, '譌・譛ャ隱�', 'japan.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(16, '﨑懋オュ�エ', 'southkorea.gif', 1, 0, 0, 'ko', 'unavailable'),
|
|||
|
|
(17, 'Norwegian', 'norway.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(18, 'Other', 'jollyroger.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(19, 'Polish', 'poland.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(20, 'Portuguese', 'portugal.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(21, 'Romanian', 'romania.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(22, 'Russian', 'russia.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(23, 'Serbian', 'serbia.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(24, 'Slovak', 'slovakia.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(25, '邂菴謎クュ譁�', 'china.gif', 1, 1, 1, 'chs', 'up-to-date'),
|
|||
|
|
(26, 'Spanish', 'spain.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(27, 'Swedish', 'sweden.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(28, '郢�ォ比クュ譁�', 'hongkong.gif', 1, 1, 1, 'cht', 'up-to-date'),
|
|||
|
|
(29, 'Turkish', 'turkey.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(30, 'Slovenian', 'slovenia.gif', 1, 0, 0, '', 'unavailable'),
|
|||
|
|
(31, 'Thai', 'thailand.gif', 1, 0, 0, 'th', 'unavailable');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `links`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `links` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(30) NOT NULL,
|
|||
|
|
`url` varchar(255) NOT NULL,
|
|||
|
|
`title` varchar(50) NOT NULL DEFAULT '',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `links`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `locations`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `locations` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(50) DEFAULT NULL,
|
|||
|
|
`location_main` varchar(200) NOT NULL,
|
|||
|
|
`location_sub` varchar(200) NOT NULL,
|
|||
|
|
`flagpic` varchar(50) DEFAULT NULL,
|
|||
|
|
`start_ip` varchar(20) NOT NULL,
|
|||
|
|
`end_ip` varchar(20) NOT NULL,
|
|||
|
|
`theory_upspeed` int(10) unsigned NOT NULL DEFAULT '10',
|
|||
|
|
`practical_upspeed` int(10) unsigned NOT NULL DEFAULT '10',
|
|||
|
|
`theory_downspeed` int(10) unsigned NOT NULL DEFAULT '10',
|
|||
|
|
`practical_downspeed` int(10) unsigned NOT NULL DEFAULT '10',
|
|||
|
|
`hit` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `locations`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `loginattempts`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `loginattempts` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`ip` varchar(64) NOT NULL DEFAULT '',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`banned` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`attempts` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`type` enum('login','recover') NOT NULL DEFAULT 'login',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `loginattempts`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `media`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `media` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(30) NOT NULL,
|
|||
|
|
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `media`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `media` (`id`, `name`, `sort_index`) VALUES
|
|||
|
|
(1, 'Blu-ray', 0),
|
|||
|
|
(2, 'HD DVD', 1),
|
|||
|
|
(4, 'MiniBD', 4),
|
|||
|
|
(5, 'HDTV', 5),
|
|||
|
|
(6, 'DVDR', 6),
|
|||
|
|
(7, 'Encode', 3),
|
|||
|
|
(3, 'Remux', 2),
|
|||
|
|
(8, 'CD', 7),
|
|||
|
|
(9, 'Track', 9);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `messages`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `messages` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`sender` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`receiver` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`subject` varchar(128) NOT NULL DEFAULT '',
|
|||
|
|
`msg` text,
|
|||
|
|
`unread` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`location` smallint(6) NOT NULL DEFAULT '1',
|
|||
|
|
`saved` enum('no','yes') NOT NULL DEFAULT 'no',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `receiver` (`receiver`),
|
|||
|
|
KEY `sender` (`sender`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `messages`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `modpanel`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `modpanel` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(128) NOT NULL DEFAULT '',
|
|||
|
|
`url` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`info` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1020 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `modpanel`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `modpanel` (`id`, `name`, `url`, `info`) VALUES
|
|||
|
|
(1, 'Abnormal Upload Speed Detector', 'cheaters.php', 'See cheaters'),
|
|||
|
|
(2, 'Duplicate IP Check', 'ipcheck.php', 'Check for Duplicate IP Users'),
|
|||
|
|
(3, 'All Clients (currently)', 'allagents.php', 'Show All Clients (currently downloading/uploading/seeding)'),
|
|||
|
|
(4, 'Ad management', 'admanage.php', 'Manage ads at your site'),
|
|||
|
|
(5, 'Uploaders', 'uploaders.php', 'See uploaders stats'),
|
|||
|
|
(6, 'Stats', 'stats.php', 'Tracker Stats'),
|
|||
|
|
(7, 'IP Test', 'testip.php', 'Test if IP is banned'),
|
|||
|
|
(8, 'Add Bonus Points', 'amountbonus.php', 'Add Bonus Points to one or All Users.'),
|
|||
|
|
(9, 'Clear cache', 'clearcache.php', 'Clear cache of memcached');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `news`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `news` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`body` text,
|
|||
|
|
`title` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`notify` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `added` (`added`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `news`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `offers`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `offers` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`name` varchar(225) NOT NULL,
|
|||
|
|
`descr` text,
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`allowedtime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`yeah` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`against` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`category` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`comments` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`allowed` enum('allowed','pending','denied') NOT NULL DEFAULT 'pending',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `userid` (`userid`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `offers`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `offervotes`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `offervotes` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`offerid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`vote` enum('yeah','against') NOT NULL DEFAULT 'yeah',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `userid` (`userid`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `offervotes`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `overforums`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `overforums` (
|
|||
|
|
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(60) NOT NULL,
|
|||
|
|
`description` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`minclassview` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `overforums`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `peers`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `peers` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`torrent` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`peer_id` binary(20) NOT NULL,
|
|||
|
|
`ip` varchar(64) NOT NULL DEFAULT '',
|
|||
|
|
`port` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`uploaded` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`downloaded` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`to_go` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`seeder` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`started` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`last_action` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`prev_action` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`connectable` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`agent` varchar(60) NOT NULL DEFAULT '',
|
|||
|
|
`finishedat` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`downloadoffset` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`uploadoffset` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`passkey` char(32) NOT NULL DEFAULT '',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `userid` (`userid`),
|
|||
|
|
KEY `torrent` (`torrent`)
|
|||
|
|
) ENGINE=MEMORY DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `peers`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `pmboxes`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `pmboxes` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL,
|
|||
|
|
`boxnumber` tinyint(3) unsigned NOT NULL DEFAULT '2',
|
|||
|
|
`name` varchar(15) NOT NULL,
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `pmboxes`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `pollanswers`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `pollanswers` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`pollid` mediumint(8) unsigned NOT NULL,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL,
|
|||
|
|
`selection` tinyint(3) unsigned NOT NULL,
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `pollid` (`pollid`),
|
|||
|
|
KEY `selection` (`selection`),
|
|||
|
|
KEY `userid` (`userid`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `pollanswers`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `polls`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `polls` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`question` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`option0` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option1` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option2` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option3` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option4` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option5` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option6` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option7` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option8` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option9` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option10` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option11` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option12` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option13` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option14` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option15` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option16` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option17` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option18` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`option19` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `polls`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `posts`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `posts` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`topicid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`body` text,
|
|||
|
|
`ori_body` text,
|
|||
|
|
`editedby` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`editdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `userid` (`userid`),
|
|||
|
|
KEY `topicid_id` (`topicid`,`id`),
|
|||
|
|
KEY `added` (`added`),
|
|||
|
|
FULLTEXT KEY `body` (`body`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `posts`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `processings`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `processings` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(30) NOT NULL,
|
|||
|
|
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `processings`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `processings` (`id`, `name`, `sort_index`) VALUES
|
|||
|
|
(1, 'Raw', 0),
|
|||
|
|
(2, 'Encode', 0);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `prolinkclicks`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `prolinkclicks` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`ip` varchar(64) NOT NULL DEFAULT '',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `prolinkclicks`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `readposts`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `readposts` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`topicid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`lastpostread` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `topicid` (`topicid`),
|
|||
|
|
KEY `userid` (`userid`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `readposts`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `regimages`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `regimages` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`imagehash` varchar(32) NOT NULL DEFAULT '',
|
|||
|
|
`imagestring` varchar(8) NOT NULL DEFAULT '',
|
|||
|
|
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `regimages`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `reports`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `reports` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`addedby` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`reportid` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`type` enum('torrent','user','offer','request','post','comment','subtitle') NOT NULL DEFAULT 'torrent',
|
|||
|
|
`reason` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`dealtby` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`dealtwith` tinyint(1) NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `reports`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `rules`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `rules` (
|
|||
|
|
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`lang_id` smallint(5) unsigned NOT NULL DEFAULT '6',
|
|||
|
|
`title` varchar(255) NOT NULL,
|
|||
|
|
`text` text,
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=56 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `rules`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `rules` (`id`, `lang_id`, `title`, `text`) VALUES
|
|||
|
|
(1, 25, '諤サ蛻� - <font class=striking>荳埼�螳郁ソ吩コ帛ー�ッシ閾エ蟶仙捷陲ォ蟆�シ�</font>', '[*]隸キ荳崎ヲ∝★邂。逅�遭譏取枚遖∵ュ「逧�コ区ュ縲�r\n[*]荳榊�隶ク蜿鷹∝档蝨セ菫。諱ッ縲�r\n[*]雍ヲ蜿キ菫晉蕗隗���喀r\n 1.[b]Veteran User[/b]蜿贋サ・荳顔ュ臥コァ逕ィ謌キ莨壽ーク霑應ソ晉蕗�媾r\n 2.[b]Elite User[/b]蜿贋サ・荳顔ュ臥コァ逕ィ謌キ蟆∝ュ倩エヲ蜿キ�亥惠[url=usercp.php?action=personal]謗ァ蛻カ髱「譚ソ[/url]�牙錘荳堺シ夊「ォ蛻�髯、蟶仙捷�媾r\n 3.蟆∝ュ倩エヲ蜿キ逧�畑謌キ霑樒サュ400螟ゥ荳咲匳蠖募ー�「ォ蛻�髯、蟶仙捷�媾r\n 4.譛ェ蟆∝ュ倩エヲ蜿キ逧�畑謌キ霑樒サュ150螟ゥ荳咲匳蠖募ー�「ォ蛻�髯、蟶仙捷�媾r\n 5.豐。譛画オ�㍼逧�畑謌キ�亥叉荳贋シ�/荳玖スス謨ー謐ョ驛ス荳コ0�芽ソ樒サュ100螟ゥ荳咲匳蠖募ー�「ォ蛻�髯、蟶仙捷縲�r\n[*]荳蛻�ス懷シ顔噪蟶仙捷莨夊「ォ蟆�シ瑚ッキ蜍ソ蠢�ュ倅セ・蟷ク縲�r\n[*]豕ィ蜀悟、壻クェ[site]雍ヲ蜿キ逧�畑謌キ蟆�「ォ遖∵ュ「縲�r\n[*]荳崎ヲ∵滑譛ャ遶咏噪遘榊ュ先枚莉カ荳贋シ�蛻ー蜈カ莉傍racker��(蜈キ菴楢ッキ逵擬url=faq.php#38][b]蟶ク隗�琉鬚麓/b][/url])\r\n[*]隨ャ荳谺。蝨ィ隶コ蝮帶�譛榊苅蝎ィ荳ュ逧�坤荵ア陦御クコ莨壼女蛻ー隴ヲ蜻奇シ檎ャャ莠梧ャ。謔ィ蟆�ーク霑懈裏郛麓site] 縲�'),
|
|||
|
|
(2, 25, '荳玖スス隗�� - <font class=striking>霑晁ァ�ー�シ壼、ア蜴サ荳玖スス譚�剞��</font>', '[*]霑�ス守噪蛻�コォ邇�シ壼ッシ閾エ荳・驥咲噪蜷取棡�悟桁諡ャ遖∵ュ「蟶仙捷縲りッヲ隗ーurl=faq.php#22]蟶ク隗�琉鬚麓/url]縲�r\n[*]遘榊ュ蝉ソ�楳隗���喀r\n [*]髫乗惻菫�楳�育ァ榊ュ蝉ク贋シ�蜷守ウサ扈溯�蜉ィ髫乗惻隶セ荳コ菫�楳�会シ喀r\n [*]10%逧�ヲら紫謌蝉クコ窶彈color=#7c7ff6][b]50%荳玖スス[/b][/color]窶晢シ媾r\n [*]5%逧�ヲら紫謌蝉クコ窶彈color=#f0cc00][b]蜈崎エケ[/b][/color]窶晢シ媾r\n [*]5%逧�ヲら紫謌蝉クコ窶彈color=#aaaaaa][b]2x荳贋シ�[/b][/color]窶晢シ媾r\n [*]3%逧�ヲら紫謌蝉クコ窶彈color=#7ad6ea][b]50%荳玖スス&2x荳贋シ�[/b][/color]窶晢シ媾r\n [*]1%逧�ヲら紫謌蝉クコ窶彈color=#99cc66][b]蜈崎エケ&2x荳贋シ�[/b][/color]窶昴�r\n [*]譁�サカ諤サ菴鍋ァッ螟ァ莠�20GB逧�ァ榊ュ仙ー��蜉ィ謌蝉クコ窶彈color=#f0cc00][b]蜈崎エケ[/b][/color]窶昴�r\n [*]Blu-ray Disk, HD DVD蜴溽尨蟆��荳コ窶彈color=#f0cc00][b]蜈崎エケ[/b][/color]窶昴�r\n [*]逕オ隗�鴬遲画ッ丞ュ」逧�ャャ荳髮�ー��荳コ窶彈color=#f0cc00][b]蜈崎エケ[/b][/color]窶昴�r\n [*]蜈ウ豕ィ蠎ヲ鬮倡噪遘榊ュ仙ー�「ォ隶セ鄂ョ荳コ菫�楳�育罰邂。逅�遭螳壼、コ�峨�r\n [*]菫�楳譌カ髯撰シ喀r\n [*]髯、莠�彈color=#aaaaaa][b]2x荳贋シ�[/b][/color]窶昜サ・螟厄シ悟�菴咏アサ蝙狗噪菫�楳髯先慮7螟ゥ�郁�遘榊ュ仙書蟶�慮襍キ�会シ媾r\n [*]窶彈color=#aaaaaa][b]2x荳贋シ�[/b][/color]窶晄裏譌カ髯舌�r\n [*]謇譛臥ァ榊ュ仙惠蜿大ク�1荳ェ譛亥錘蟆��蜉ィ豌ク荵��荳コ窶彈color=#aaaaaa][b]2x荳贋シ�[/b][/color]窶昴� \r\n [*]謌台サャ荵溷ー�ク榊ョ壽悄蠑蜷ッ蜈ィ遶兌color=#f0cc00][b]蜈崎エケ[/b][/color]�悟ア頑慮蟆ス諠�汲谺「蜷ァ~:mml: :mml: :mml:\r\n[*]菴�蜿ェ閭ス菴ソ逕ィ蜈∬ョク逧ВT螳「謌キ遶ッ荳玖スス譛ャ遶呵オ�コ舌りッヲ隗ーurl=faq.php#29]蟶ク隗�琉鬚麓/url]縲�'),
|
|||
|
|
(4, 25, '隶コ蝮帶サ蛻� - <font class=striking>隸キ驕オ蠕ェ莉・荳狗噪螳亥��瑚ソ晁ァ�シ壼女蛻ー隴ヲ蜻奇シ�</font>', '[*]遖∵ュ「謾サ蜃サ縲∵倦蜉ィ莉紋ココ逧�ィ霎槭�r\n[*]遖∵ュ「諱カ諢冗′豌エ謌門書蟶�档蝨セ菫。諱ッ縲りッキ蜍ソ蝨ィ隶コ蝮幃撼Water Jar迚亥摎蜿大ク�裏諢丈ケ我クサ鬚俶�蝗槫、搾シ亥ヲらコッ陦ィ諠�シ臥ュ峨�r\n[*]荳崎ヲ∽クコ莠�執蜿夜ュ泌鴨蛟シ閠悟、ァ閧�′豌エ縲�r\n[*]遖∵ュ「蝨ィ譬�「俶�豁」譁�スソ逕ィ閼剰ッ昴�r\n[*]荳崎ヲ∬ョィ隶コ遖∝ソ後∵帆豐サ謨乗─謌門ス灘慍豕募セ狗ヲ∵ュ「逧�ッ晞「倥�r\n[*]遖∵ュ「莉サ菴募渕莠守ァ肴酪縲∝嵜螳カ縲∵ー第酪縲∬う濶イ縲∝ョ玲蕗縲∵ァ蛻ォ縲∝ケエ鮴�∵ァ蜿門髄縲∬コォ菴捺�邊セ逾樣囿遒咲噪豁ァ隗�ァ險霎槭りソ晁ァ�ー�ッシ閾エ雍ヲ蜿キ豌ク荵�ァ遖∫畑縲�r\n[*]遖∵ュ「謖門據�域園譛画喧蝮溷ク夜�隕∬「ォ蛻�謗会シ峨�r\n[*]遖∵ュ「驥榊、榊書蟶悶�r\n[*]隸キ遑ョ菫晞琉鬚伜書蟶�惠逶ク蟇ケ蠎皮噪譚ソ蝮励�r\n[*]365螟ゥ譌�譁ー蝗槫、咲噪荳サ鬚伜ー�「ォ邉サ扈溯�蜉ィ髞∝ョ�.\r\n'),
|
|||
|
|
(6, 25, '螟エ蜒丈スソ逕ィ隗�ョ� - <font class=striking>隸キ蟆ス驥城�螳井サ・荳玖ァ��</font>', '[*]蜈∬ョク逧��シ蠑丈クコ.gif�� .jpg�� 蜥�.png縲�r\n[*]蝗セ迚�、ァ蟆丈ク崎�雜�ソ�150KB�御クコ莠�サ滉ク�檎ウサ扈滉シ夊ー�紛螟エ蜒丞ョス蠎ヲ蛻ー150蜒冗エ�螟ァ蟆擾シ域オ剰ァ亥勣莨壽滑蝗セ迚�ー�紛謌仙粋騾ら噪螟ァ蟆擾シ悟ー丞崟迚�ー�「ォ諡我シク�瑚瑚ソ�、ァ逧�崟迚�宵莨壽オェ雍ケ蟶ヲ螳ス蜥靴PU) 縲�r\n[*]隸キ荳崎ヲ∽スソ逕ィ蜿ッ閭ス蠑戊オキ蛻ォ莠コ蜿肴─逧�崟迚�シ悟桁諡ャ濶イ諠�∝ョ玲蕗縲∬。閻・逧�勘迚ゥ/莠コ邀サ縲∝ョ」謇ャ譟千ァ肴э隸�ス「諤∫噪蝗セ迚�ょヲよ棡菴�荳咲。ョ螳壽汾蠑�蝗セ迚�弍蜷ヲ蜷磯ゑシ瑚ッキ遶咏洒邂。逅�遭縲�'),
|
|||
|
|
(3, 25, '荳贋シ�隗�� - <font class=striking> 隹ィ隶ー: 霑晁ァ�噪遘榊ュ仙ー�ク咲サ乗署驢定檎峩謗・蛻�髯、 </font>', '隸キ驕オ螳郁ァ��縲ょヲよ棡菴�蟇ケ隗��譛我ササ菴穂ク肴ク�・壽�荳咲炊隗」逧�慍譁ケ�瑚ッキ[url=contactstaff.php]蜥ィ隸「邂。逅�サЪ/url]縲�b]邂。逅�サ�ソ晉蕗陬∝�逧�揀蜉帙�/b]\r\n\r\n[b]荳贋シ�諤サ蛻兌/b]\r\n [*]荳贋シ�閠�ソ�。サ蟇ケ荳贋シ�逧�枚莉カ諡・譛牙粋豕慕噪莨�謦ュ譚��r\n [*]荳贋シ�閠�ソ�。サ菫晁ッ∽ク贋シ�騾溷コヲ荳主★遘肴慮髣エ縲ょヲよ棡蝨ィ蜈カ莉紋ココ螳梧�蜑肴彫遘肴�蛛夂ァ肴慮髣エ荳崎カウ24蟆乗慮�梧�閠�腐諢丈ス朱滉ク贋シ��御ク贋シ�閠�ー�シ夊「ォ隴ヲ蜻顔爆閾ウ蜿匁カ井ク贋シ�譚�剞縲�r\n [*]蟇ケ莠手�蟾ア蜿大ク�噪遘榊ュ撰シ悟書蟶��ー�執蠕怜曙蛟咲噪荳贋シ�驥上�r\n [*]螯よ棡菴�譛我ク莠幄ソ晁ァ�ス�唆譛我サキ蛟シ逧�オ�コ撰シ瑚ッキ蟆�ッヲ扈�ュ蜀オ[url=contactstaff.php]蜻顔衍邂。逅�サЪ/url]�梧�莉ャ蜿ッ閭ス遐エ萓句�隶ク蜈カ蜿大ク��r\n\r\n[b]荳贋シ�閠�オ��シ[/b]\r\n [*]莉サ菴穂ココ驛ス閭ス蜿大ク�オ�コ舌�r\n [*]荳崎ソ�シ梧怏莠帷畑謌キ髴隕∝�蝨ィ[url=offers.php]蛟咎牙玄[/url]謠蝉コ、蛟咎峨りッヲ隗∝クク隗�琉鬚倅クュ逧Ъurl=faq.php#22]逶ク蜈ウ隸エ譏纂/url]縲�r\n [*]蟇ケ莠取クク謌冗アサ襍�コ撰シ悟宵譛閏color=#DC143C][b]荳贋シ�蜻麓/b][/color]蜿贋サ・荳顔ュ臥コァ逧�畑謌キ�梧�閠�弍邂。逅�サ�音蛻ォ謖�ョ夂噪逕ィ謌キ�梧燕閭ス閾ェ逕ア荳贋シ�縲ょ�莉也畑謌キ蠢�。サ蜈亥惠[url=offers.php]蛟咎牙玄[/url]謠蝉コ、蛟咎峨�r\n\r\n[b]蜈∬ョク逧�オ�コ仙柱譁�サカ�喙/b]\r\n [*]鬮俶ク�シ�D�芽ァ�「托シ悟桁諡ャ\r\n [*]螳梧紛鬮俶ク�ェ剃サ具シ悟ヲり統蜈会シ�lu-ray�牙次遒溘?D DVD蜴溽「溽ュ会シ梧�remux�圭r\n [*]HDTV豬∝ェ剃ス難シ圭r\n [*]譚・貅蝉コ惹ク願ソー蟐剃サ狗噪鬮俶ク�㍾郛也��シ郁�蟆台クコ720p譬�㊥�会シ圭r\n [*]蜈カ莉夜ォ俶ク�ァ�「托シ悟ヲるォ俶ク�V�媾r\n [*]譬�ク�シ�D�芽ァ�「托シ悟宵閭ス譏ッ\r\n [*]譚・貅蝉コ朱ォ俶ク�ェ剃サ狗噪譬�ク�㍾郛也��シ郁�蟆台クコ480p譬�㊥�会シ媾r\n [*]DVDR/DVDISO�圭r\n [*]DVDRip縲,NDVDRip�媾r\n [*]譌�謐滄浹霓ィ�亥所逶ク蠎把ue陦ィ蜊包シ会シ悟ヲ�LAC縲`onkey''s Audio遲会シ媾r\n [*]5.1螢ー驕捺�莉・荳頑��㊥逧�鳩蠖ア髻ウ霓ィ縲�浹荵宣浹霓ィ��TS縲.TSCD髟懷ワ遲会シ会シ瑚ッ�ョコ髻ウ霓ィ�媾r\n [*]PC貂ク謌擾シ亥ソ�。サ荳コ蜴溽沿蜈臥尨髟懷ワ�会シ媾r\n [*]7譌・蜀�書蟶�噪鬮俶ク�「�相迚�シ媾r\n [*]荳朱ォ俶ク�嶌蜈ウ逧�スッ莉カ蜥梧枚譯」縲�r\n\r\n[b]荳榊�隶ク逧�オ�コ仙柱譁�サカ�喙/b]\r\n [*]諤サ菴鍋ァッ蟆丈コ�100MB逧�オ�コ撰シ媾r\n [*]譬�ク�ァ�「爽pscale謌夜Κ蛻�pscale閠梧�逧�ァ�「第枚莉カ�媾r\n [*]螻樔コ取��ク�コァ蛻ォ菴�エィ驥剰セ�キョ逧�ァ�「第枚莉カ�悟桁諡ャCAM縲ゝC縲ゝS縲ヾCR縲.VDSCR縲ヽ5縲ヽ5.Line縲?alfCD遲会シ媾r\n [*]RealVideo郛也�∫噪隗�「托シ磯壼クク蟆∬」�コ山MVB謌乏M�峨’lv譁�サカ�媾r\n [*]蜊慕峡逧��キ迚�シ域�キ迚�ッキ蜥梧ュ」迚�ク襍キ荳贋シ��会シ媾r\n [*]譛ェ霎セ蛻ー5.1螢ー驕捺��㊥逧�怏謐滄浹鬚第枚莉カ�悟ヲょクク隗∫噪譛画此MP3縲∵怏謐欷MA遲会シ媾r\n [*]譌�豁」遑ョcue陦ィ蜊慕噪螟夊スィ髻ウ鬚第枚莉カ�媾r\n [*]遑ャ逶倡沿縲�ォ伜視迚育噪貂ク謌剰オ�コ撰シ碁撼螳俶婿蛻カ菴懃噪貂ク謌城復蜒擾シ檎ャャ荳画婿mod�悟ー乗クク謌丞粋髮�シ悟黒迢ャ逧�クク謌冗�エ隗」謌冶。・荳�シ媾r\n [*]RAR遲牙視郛ゥ譁�サカ�媾r\n [*]驥榊、搾シ�upe�臥噪襍�コ撰シ亥愛螳夊ァ��隗∽ク区枚�会シ媾r\n [*]豸牙所遖∝ソ梧�謨乗─蜀�ョケ�亥ヲり牡諠�∵撫諢滓帆豐サ隸晞「倡ュ会シ臥噪襍�コ撰シ媾r\n [*]謐溷搶逧�枚莉カ�梧欠蝨ィ隸サ蜿匁�蝗樊叛霑�ィ倶クュ蜃コ邇ー髞呵ッッ逧�枚莉カ�媾r\n [*]蝙�慇譁�サカ�悟ヲら羅豈偵∵惠鬩ャ縲∫ス醍ォ咎得謗・縲∝ケソ蜻頑枚譯」縲∫ァ榊ュ蝉クュ蛹�性逧�ァ榊ュ先枚莉カ遲会シ梧�譌�蜈ウ譁�サカ縲�r\n\r\n[b]驥榊、搾シ�upe�牙愛螳夊ァ���夊エィ驥城㍾莠取焚驥充/b]\r\n [*]隗�「題オ�コ先潔譚・貅仙ェ剃サ狗。ョ螳壻シ伜�郤ァ�御クサ隕∽クコ�咤lu-ray/HD DVD > HDTV > DVD > TV縲ょ酔荳隗�「鷹ォ倅シ伜�郤ァ迚域悽蟆�スソ菴惹シ伜�郤ァ迚域悽陲ォ蛻、螳壻クコ驥榊、阪�r\n [*]蜷御ク隗�「醍噪鬮俶ク�沿譛ャ蟆�スソ譬�ク�沿譛ャ陲ォ蛻、螳壻クコ驥榊、阪�r\n [*]蟇ケ莠主勘貍ォ邀サ隗�「題オ�コ撰シ粂DTV迚域悽蜥轡VD迚域悽譛臥嶌蜷檎噪莨伜�郤ァ�瑚ソ呎弍荳荳ェ迚ケ萓九�r\n [*]譚・貅蝉コ守嶌蜷悟ェ剃サ具シ檎嶌蜷悟�霎ィ邇�ーエ蟷ウ逧�ォ俶ク�ァ�「鷹㍾郛也�―r\n [*]蜿り�彈url=forums.php?action=viewtopic&forumid=6&topicid=1520]Scene & Internal, from Group to Qualit
|
|||
|
|
(8, 25, '邂。逅�ョ亥� - <font class=striking>隸キ諷守畑菴�逧�揀髯撰シ�</font>', '[*]譛驥崎ヲ∫噪荳譚。�壽�逕ィ菴�謇倶クュ逧�揀髯撰シ―r\n[*]蟇ケ莠手ソ晁ァ�。御クコ荳崎ヲ∵戊ッエ窶應ク坂晢シ―r\n[*]荳崎ヲ∝�蠑蜥悟�莉也ョ。逅�遭蜀イ遯�シ御ク蛻�夊ソ�ァ∽ク区イ滄夊ァ」蜀ウ縲�r\n[*]荳崎ヲ∝、ェ扈晄ュ�檎サ呵ソ晁ァ��ク荳ェ謾ケ霑�噪譛コ莨壹�r\n[*]荳崎ヲ∬ッ募崟窶懈遠鬚�亟髓遺晢シ檎ュ牙芦莠コ莉ャ迥ッ髞吩コ��蜴サ郤�豁」縲�r\n[*]蟆晁ッ募悉謾ケ豁」荳荳ェ荳埼ょス鍋噪蟶冶御ク肴弍邂蜊慕噪蜈ウ髣ュ螳��r\n[*]螟壼ー晁ッ慕ァサ蜉ィ蟶門ュ仙芦騾ょ粋逧�沿髱「閠御ク肴弍邂蜊募慍髞∝ク悶�r\n[*]蠖灘、�炊迚郁♀蟶也噪譌カ蛟呵ヲ∝ョス螳ケ騾ょコヲ縲�r\n[*]髞∝ク也噪譌カ蛟呵ッキ扈吩コ育ョ蜊慕噪謫堺ス懃炊逕ア縲�r\n[*]蝨ィ螻剰反譟蝉クェ逕ィ謌キ蜑崎ッキ蜈育ォ咏洒騾夂衍莉�/螂ケ, 螯よ棡譛画園遘ッ譫∝屓蠎泌庄莉・閠�剔蜀咲サ�2蜻ィ隗ょッ滓悄縲�r\n[*]荳崎ヲ∫ヲ∫畑荳荳ェ豕ィ蜀悟ー壽悴貊。4蜻ィ逧�ク先姐縲�r\n[*]豌ク霑懆ョー蠕嶺サ・逅�恪莠コ縲�'),
|
|||
|
|
(12, 28, '荳玖シ芽ヲ丞援 - <font class=striking>驕戊ヲ丞ー�怎螟ア蜴サ荳玖シ画ャ企剞��</font> ', '[*]驕惹ス守噪蛻�コォ邇�怎蟆手�蝴エ驥咲噪蜷取棡�悟桁諡ャ遖∵ュ「蟶ウ陌溘りゥウ隕擬url=faq.php#22]蟶ク隕句撫鬘啓/url]縲�r\n[*]遞ョ蟄蝉ソ�換隕丞援�喀r\n [*]髫ィ讖滉ソ�換�育ィョ蟄蝉ク雁さ蠕檎ウサ邨ア閾ェ蜍暮圷讖溯ィュ轤コ菫�換�会シ喀r\n [*]10%逧�ヲら紫謌千ぜ窶彈color=#7c7ff6][b]50%荳玖シ閏/b][/color]窶晢シ媾r\n [*]5%逧�ヲら紫謌千ぜ窶彈color=#f0cc00][b]蜈崎イサ[/b][/color]窶晢シ媾r\n [*]5%逧�ヲら紫謌千ぜ窶彈color=#aaaaaa][b]2x荳雁さ[/b][/color]窶晢シ媾r\n [*]3%逧�ヲら紫謌千ぜ窶彈color=#7ad6ea][b]50%荳玖シ�&2x荳雁さ[/b][/color]窶晢シ媾r\n [*]1%逧�ヲら紫謌千ぜ窶彈color=#99cc66][b]蜈崎イサ&2x荳雁さ[/b][/color]窶昴�r\n [*]讙皮クス鬮皮ゥ榊、ァ譁シ20GB逧�ィョ蟄仙ー��蜍墓�轤コ窶彈color=#f0cc00][b]蜈崎イサ[/b][/color]窶昴�r\n [*]Blu-ray Disk, HD DVD蜴溽乢蟆��轤コ窶彈color=#f0cc00][b]蜈崎イサ[/b][/color]窶昴�r\n [*]髮サ隕門括遲画ッ丞ュ」逧�ャャ荳髮�ー��轤コ窶彈color=#f0cc00][b]蜈崎イサ[/b][/color]窶昴�r\n [*]髣懈ウィ蠎ヲ鬮倡噪遞ョ蟄仙ー�「ォ險ュ鄂ョ轤コ菫�換�育罰邂。逅�藤螳壼・ェ�峨�r\n [*]菫�換譎る剞�喀r\n [*]髯、莠�彈color=#aaaaaa][b]2x荳雁さ[/b][/color]窶昜サ・螟厄シ悟�鬢倬。槫梛逧�ソ�換髯先凾7螟ゥ�郁�遞ョ蟄千匸菴域凾襍キ�会シ媾r\n [*]窶彈color=#aaaaaa][b]2x荳雁さ[/b][/color]窶晉┌譎る剞縲�r\n [*]謇譛臥ィョ蟄仙惠逋シ菴�1蛟区怦蠕悟ー��蜍墓ーク荵��轤コ窶彈color=#aaaaaa][b]2x荳雁さ[/b][/color]窶昴� \r\n [*]謌大台ケ溷ー�ク榊ョ壽悄髢句福蜈ィ遶兌color=#f0cc00][b]蜈崎イサ[/b][/color]�悟ア�凾逶。諠�汲豁。蜷ァ~:mml: :mml: :mml:\r\n[*]菴�蜿ェ閭ス菴ソ逕ィ蜈∬ィア逧ВT螳「謌カ遶ッ荳玖シ画悽遶呵ウ�コ舌りゥウ隕擬url=faq.php#29]蟶ク隕句撫鬘啓/url]縲�'),
|
|||
|
|
(14, 28, '隲門」�クス蜑� - <font class=striking>隲矩�蠕ェ莉・荳狗噪螳亥援�碁&隕乗怎蜿怜芦隴ヲ蜻奇シ�</font> ', '[*]遖∵ュ「謾サ謫翫∵倦蜍穂サ紋ココ逧�ィ霎ュ縲�r\n[*]遖∵ュ「諠。諢冗′豌エ謌也匸蟶�档蝨セ菫。諱ッ縲りォ句響蝨ィ隲門」�撼Water Jar迚亥。顔匸蟶�┌諢冗セゥ荳サ鬘梧�蝗槫セゥ�亥ヲらエ碑。ィ諠�シ臥ュ峨�r\n[*]荳崎ヲ∫ぜ莠�佐蜿夜ュ泌鴨蛟シ閠悟、ァ閧�′豌エ縲�r\n[*]遖∵ュ「蝨ィ讓咎。梧�豁」譁�スソ逕ィ閾溯ゥア縲�r\n[*]荳崎ヲ∬ィ手ォ也ヲ∝ソ後∵帆豐サ謨乗─謌也文蝨ー豕募セ狗ヲ∵ュ「逧�ゥア鬘後�r\n[*]遖∵ュ「莉サ菴募渕莠守ィョ譌上∝恚螳カ縲∵ー第酪縲∬�濶イ縲∝ョ玲蕗縲∵ァ蛻・縲∝ケエ鮨。縲∵ァ蜿門髄縲∬コォ鬮疲�邊セ逾樣囿遉咏噪豁ァ隕匁ァ險霎ュ縲る&隕丞ー�ー手�雉ャ陌滓ーク荵�ァ遖∫畑縲�r\n[*]遖∵ュ「謖門「ウ�域園譛画喧蠅ウ蟶夜�隕∬「ォ蛻ェ謗会シ峨�r\n[*]遖∵ュ「驥榊セゥ逋シ蟶悶�r\n[*]隲狗「コ菫晏撫鬘檎匸蟶�惠逶ク蟆肴㊨逧�攸蝪翫�r\n[*]365螟ゥ辟。譁ー蝗槫セゥ逧�クサ鬘悟ー�「ォ邉サ邨ア閾ェ蜍暮事螳壹�'),
|
|||
|
|
(5, 25, '隸�ョコ諤サ蛻� - <font class=striking>豌ク霑懷ー企㍾荳贋シ�閠�シ�</font>', '[*]譌�隶コ螯ゆス包シ瑚ッキ蟆企㍾荳贋シ�閠�シ―r\n[*]謇譛芽ョコ蝮帛書蟶也噪隗��蜷梧�キ騾ら畑莠手ッ�ョコ縲�r\n[*]螯よ棡菴�豐。譛我ク玖スス逧�э蜷托シ瑚ッキ荳崎ヲ�囂萓ソ蜿題。ィ蜷ヲ螳壽ァ逧�ッ�ョコ縲�'),
|
|||
|
|
(16, 28, '鬆ュ蜒丈スソ逕ィ隕丞ョ� - <font class=striking>隲狗孱驥城�螳井サ・荳玖ヲ丞援</font> ', '[*]蜈∬ィア逧��シ蠑冗ぜ.gif�� .jpg�� 蜥�.png縲�r\n[*]蝨也援螟ァ蟆丈ク崎�雜�℃150KB�檎ぜ莠�オア荳�檎ウサ邨ア譛�ェソ謨エ鬆ュ蜒丞ッャ蠎ヲ蛻ー150蜒冗エ�螟ァ蟆擾シ育剰ヲス蝎ィ譛�滑蝨也援隱ソ謨エ謌仙粋驕ゥ逧�、ァ蟆擾シ悟ー丞恂迚�ー�「ォ諡我シク�瑚碁℃螟ァ逧�恂迚�宵譛�オェ雋サ蟶カ蟇ャ蜥靴PU) 縲�r\n[*]隲倶ク崎ヲ∽スソ逕ィ蜿ッ閭ス蠑戊オキ蛻・莠コ蜿肴─逧�恂迚�シ悟桁諡ャ濶イ諠�∝ョ玲蕗縲∬。閻・逧�虚迚ゥ/莠コ鬘槭∝ョ」謠壽汾遞ョ諢剰ュ伜ス「諷狗噪蝨也援縲ょヲよ棡菴�荳咲「コ螳壽汾蠑オ蝨也援譏ッ蜷ヲ蜷磯←�瑚ォ狗ォ咏洒邂。逅�藤縲�r\n'),
|
|||
|
|
(7, 25, '雜」蜻ウ逶定ァ�� - <font class=striking>蝨ィ螽ア荵蝉クュ襍壼�</font>', '[*]莉サ菴慕畑謌キ驛ス蜿ッ蝨ィ雜」蜻ウ逶剃クュ謚墓叛隨題ッ昴∬カ」蝗セ縲∵裾隨題ァ�「代:lash遲画怏雜」逧��螳ケ�碁勁莠�牡諠�∫ヲ∝ソ後∵帆豐サ謨乗─蜥悟ス灘慍豕募セ狗ヲ∵ュ「逧��螳ケ縲�r\n[*]豁」蟶ク諠��荳具シ御ク譚。雜」蜻ウ蜀�ョケ蝨ィ蜿大ク�24蟆乗慮蜷手ソ�悄縲ら┯閠鯉シ悟ヲよ棡闔キ蠕礼噪謚慕・ィ謨ー雜�ソ�20荳泌�荳ュ窶懈怏雜」窶晉噪豈比セ倶ス惹コ�25%�瑚カ」蜻ウ蜀�ョケ蟆�署蜑崎ソ�悄縲�r\n[*]譁ー逧�カ」蜻ウ蜀�ョケ[b]蜿ェ譛閏/b]蝨ィ譌ァ逧��螳ケ霑�悄蜷取燕閭ス謠蝉コ、縲�r\n[*]闍・雜」蜻ウ蜀�ョケ陲ォ螟壽焚逕ィ謌キ謚慕・ィ隶、荳コ譛芽カ」�悟�蜿大ク��ー�セ怜芦莉・荳句・門干�喀r\n [*]逾ィ謨ー雜�ソ�25�悟�荳ュ隶、荳コ窶懈怏雜」窶晄ッ比セ玖カ�ソ�50%�悟書蟶��セ怜芦5荳ェ鬲泌鴨蛟シ縲�r\n [*]逾ィ謨ー雜�ソ�50�悟�荳ュ隶、荳コ窶懈怏雜」窶晄ッ比セ玖カ�ソ�50%�悟書蟶��セ怜芦蜿ヲ螟也噪5荳ェ鬲泌鴨蛟シ縲�r\n [*]逾ィ謨ー雜�ソ�100�悟�荳ュ隶、荳コ窶懈怏雜」窶晄ッ比セ玖カ�ソ�50%�悟書蟶��セ怜芦蜿ヲ螟也噪5荳ェ鬲泌鴨蛟シ縲�r\n [*]逾ィ謨ー雜�ソ�200�悟�荳ュ隶、荳コ窶懈怏雜」窶晄ッ比セ玖カ�ソ�50%�悟書蟶��セ怜芦蜿ヲ螟也噪5荳ェ鬲泌鴨蛟シ縲�r\n [*]逾ィ謨ー雜�ソ�25�悟�荳ュ隶、荳コ窶懈怏雜」窶晄ッ比セ玖カ�ソ�75%�悟書蟶��セ怜芦10荳ェ鬲泌鴨蛟シ縲�r\n [*]逾ィ謨ー雜�ソ�50�悟�荳ュ隶、荳コ窶懈怏雜」窶晄ッ比セ玖カ�ソ�75%�悟書蟶��セ怜芦蜿ヲ螟也噪10荳ェ鬲泌鴨蛟シ縲�r\n [*]逾ィ謨ー雜�ソ�100�悟�荳ュ隶、荳コ窶懈怏雜」窶晄ッ比セ玖カ�ソ�75%�悟書蟶��セ怜芦蜿ヲ螟也噪10荳ェ鬲泌鴨蛟シ縲�r\n [*]逾ィ謨ー雜�ソ�200�悟�荳ュ隶、荳コ窶懈怏雜」窶晄ッ比セ玖カ�ソ�75%�悟書蟶��セ怜芦蜿ヲ螟也噪10荳ェ鬲泌鴨蛟シ縲�'),
|
|||
|
|
(11, 28, '邵ス蜑� - <font class=striking>荳埼�螳磯吩コ帛ー�ー手�蟶ウ陌溯「ォ蟆�シ�</font> ', '[*]隲倶ク崎ヲ∝★邂。逅�藤譏取枚遖∵ュ「逧�コ区ュ縲�r\n[*]荳榊�險ア逋シ騾∝档蝨セ菫。諱ッ縲�r\n[*]雉ャ陌滉ソ晉蕗隕丞援�喀r\n 1.[b]Veteran User[/b]蜿贋サ・荳顔ュ臥エ夂畑謌カ譛�ーク驕�菫晉蕗�媾r\n 2.[b]Elite User[/b]蜿贋サ・荳顔ュ臥エ夂畑謌カ蟆∝ュ倩ウャ陌滂シ亥惠[url=usercp.php?action=personal]謗ァ蛻カ髱「譚ソ[/url]�牙錘荳肴怎陲ォ蛻ェ髯、蟶ウ陌滂シ媾r\n 3.蟆∝ュ倩ウャ陌溽噪逕ィ謌カ騾」郤�400螟ゥ荳咲匳骭�ー�「ォ蛻ェ髯、蟶ウ陌滂シ媾r\n 4.譛ェ蟆∝ュ倩ウャ陌溽噪逕ィ謌カ騾」郤�150螟ゥ荳咲匳骭�ー�「ォ蛻ェ髯、蟶ウ陌滂シ媾r\n 5.豐呈怏豬�㍼逧�畑謌カ�亥叉荳雁さ/荳玖シ画丙謫夐�轤コ0�蛾」郤�100螟ゥ荳咲匳骭�ー�「ォ蛻ェ髯、蟶ウ陌溘�r\n[*]荳蛻�ス懷シ顔噪蟶ウ陌滓怎陲ォ蟆�シ瑚ォ句響蠢�ュ伜Η蟷ク縲�r\n[*]豕ィ蜀雁、壼擬site]雉ャ陌溽噪逕ィ謌カ蟆�言陲ォ遖∵ュ「縲�r\n[*]荳崎ヲ∵滑譛ャ遶咏噪遞ョ蟄先枚莉カ荳雁さ蛻ー蜈カ莉傍racker��(蜈キ鬮碑ォ狗恚 [url=faq.php#38][b]蟶ク隕句撫鬘啓/b][/url])\r\n[*]隨ャ荳谺。蝨ィ隲門」��譛榊漁蝎ィ荳ュ逧�雛莠り。檎ぜ譛�女蛻ー隴ヲ蜻奇シ檎ャャ莠梧ャ。謔ィ蟆�ーク驕�辟。邱」[site] 縲�'),
|
|||
|
|
(13, 28, '荳雁さ隕丞援 - <font class=striking> 隰ケ險�: 驕戊ヲ冗噪遞ョ蟄仙ー�ク咲カ捺署驢定檎峩謗・蛻ェ髯、 </font> ', '隲矩�螳郁ヲ丞援縲ょヲよ棡菴�蟆崎ヲ丞援譛我ササ菴穂ク肴ク�・壽�荳咲炊隗」逧�慍譁ケ�瑚ォ擬url=contactstaff.php]隲ョ隧「邂。逅�オЪ/url]縲�b]邂。逅�オ�ソ晉蕗陬∵アコ逧�ャ雁鴨縲�/b]\r\n\r\n[b]荳雁さ邵ス蜑Ⅷ/b]\r\n [*]荳雁さ閠�ソ��亥ー堺ク雁さ逧�ェ疲刀譛牙粋豕慕噪蛯ウ謦ュ谺翫�r\n [*]荳雁さ閠�ソ��井ソ晁ュ我ク雁さ騾溷コヲ闊�★遞ョ譎る俣縲ょヲよ棡蝨ィ蜈カ莉紋ココ螳梧�蜑肴彫遞ョ謌門★遞ョ譎る俣荳崎カウ24蟆乗凾�梧�閠�腐諢丈ス朱滉ク雁さ�御ク雁さ閠�ー�怎陲ォ隴ヲ蜻顔爆閾ウ蜿匁カ井ク雁さ險ア蜿ッ谺翫�r\n [*]蟆肴名閾ェ蟾ア逋シ菴育噪遞ョ蟄撰シ檎匸菴郁�ー�佐蠕鈴尸蛟咲噪荳雁さ驥上�r\n [*]螯よ棡菴�譛我ク莠幃&隕丈ス�砂譛牙�蛟シ逧�ウ�コ撰シ瑚ォ句ー�ゥウ邏ー諠�ウーurl=contactstaff.php]蜻顔衍邂。逅�オЪ/url]�梧�蛟大庄閭ス遐エ萓句�險ア蜈カ逋シ菴医�r\n\r\n[b]荳雁さ閠�ウ��シ[/b]\r\n [*]莉サ菴穂ココ驛ス閭ス逋シ菴郁ウ�コ舌�r\n [*]荳埼℃�梧怏莠帑スソ逕ィ閠�怙隕∝�蝨ィ[url=offers.php]蛟咎∈蜊[/url]謠蝉コ、蛟咎∈縲りゥウ隕句クク隕句撫鬘御クュ逧Ъurl=faq.php#22]逶ク髣懆ェェ譏纂/url]縲�r\n [*]蟆肴名驕頑梓鬘櫁ウ�コ撰シ悟宵譛閏color=#DC143C][b]荳雁さ蜩。[/b][/color]蜿贋サ・荳顔ュ臥エ夂噪菴ソ逕ィ閠�シ梧�閠�弍邂。逅�オ�音蛻・謖�ョ夂噪逕ィ謌カ�梧燕閭ス閾ェ逕ア荳雁さ縲ょ�莉也畑謌カ蠢��亥�蝨ィ[url=offers.php]蛟咎∈蜊[/url]謠蝉コ、蛟咎∈縲�r\n\r\n[b]蜈∬ィア逧�ウ�コ仙柱讙費シ喙/b]\r\n [*]鬮俶ク�シ�D�芽ヲ夜�サ�悟桁諡ャ\r\n [*]螳梧紛鬮俶ク�ェ剃サ具シ悟ヲり絡蜈会シ�lu-ray�牙次遒溘?D DVD蜴溽「溽ュ会シ梧�remux�圭r\n [*]HDTV豬∝ェ帝ォ費シ圭r\n [*]萓�コ先名荳願ソー蟐剃サ狗噪鬮俶ク�㍾邱ィ遒シ�郁�蟆醍ぜ720p讓呎コ厄シ会シ圭r\n [*]蜈カ莉夜ォ俶ク�ヲ夜�サ�悟ヲるォ俶ク�V�媾r\n [*]讓呎ク�シ�D�芽ヲ夜�サ�悟宵閭ス譏ッ\r\n [*]萓�コ先名鬮俶ク�ェ剃サ狗噪讓呎ク�㍾邱ィ遒シ�郁�蟆醍ぜ480p讓呎コ厄シ会シ媾r\n [*]DVDR/DVDISO�圭r\n [*]DVDRip縲,NDVDRip�媾r\n [*]辟。謳埼浹霆鯉シ亥所逶ク諛営ue陦ィ蝟ョ�会シ悟ヲ�LAC縲`onkey''s Audio遲会シ媾r\n [*]5.1閨イ驕捺�莉・荳頑ィ呎コ也噪髮サ蠖ア髻ウ霆後�浹讓る浹霆鯉シ�TS縲.TSCD髀。蜒冗ュ会シ会シ瑚ゥ戊ォ夜浹霆鯉シ媾r\n [*]PC驕頑梓�亥ソ��育ぜ蜴溽沿蜈臥「滄升蜒擾シ会シ媾r\n [*]7譌・蜈ァ逋シ菴育噪鬮俶ク��仙相迚�シ媾r\n [*]闊�ォ俶ク�嶌髣懃噪霆滄ォ泌柱譁�ェ斐�r\n\r\n[b]荳榊�險ア逧�ウ�コ仙柱讙費シ喙/b]\r\n [*]邵ス鬮皮ゥ榊ー乗名100MB逧�ウ�コ撰シ媾r\n [*]讓呎ク�ヲ夜�サupscale謌夜Κ蛻�pscale閠梧�逧�ヲ夜�サ讙費シ媾r\n [*]螻ャ譁シ讓呎ク�エ壼挨菴�刀雉ェ霈�キョ逧�ヲ夜�サ讙費シ悟桁諡ャCAM縲ゝC縲ゝS縲ヾCR縲.VDSCR縲ヽ5縲ヽ5.Line縲?alfCD遲会シ媾r\n [*]RealVideo邱ィ遒シ逧�ヲ夜�サ�磯壼クク蟆∬」晄名RMVB謌乏M�峨’lv讙費シ媾r\n [*]蝟ョ迯ィ逧�ィ」迚�シ域ィ」迚�ォ句柱豁」迚�ク襍キ荳雁さ�会シ媾r\n [*]譛ェ驕泌芦5.1閨イ驕捺ィ呎コ也噪譛画錐髻ウ險頑ェ費シ悟ヲょクク隕狗噪譛画錐MP3縲∵怏謳晃MA遲会シ媾r\n [*]辟。豁」遒コcue陦ィ蝟ョ逧�、夊サ碁浹險頑ェ費シ媾r\n [*]遑ャ遒溽沿縲�ォ伜」鍋沿逧�♀謌イ雉�コ撰シ碁撼螳俶婿陬ス菴懃噪驕頑梓髀。蜒擾シ悟鵠蜉帛サ�蝠�od�悟ー城♀謌イ蜷磯寔�悟粍迯ィ逧�♀謌イ遐エ隗」謌冶」應ク�シ媾r\n [*]RAR遲牙」鍋クョ讙費シ媾r\n [*]驥崎、�シ�upe�臥噪雉�コ撰シ亥愛螳夊ヲ丞援隕倶ク区枚�会シ媾r\n [*]豸牙所遖∝ソ梧�謨乗─蜈ァ螳ケ�亥ヲり牡諠�∵撫諢滓帆豐サ隧ア鬘檎ュ会シ臥噪雉�コ撰シ媾r\n [*]謳榊」樒噪讙費シ梧欠蝨ィ隶蜿匁�驥肴眺驕守ィ倶クュ蜃コ迴セ骭ッ隱、逧�ェ費シ媾r\n [*]蝙�慇讙費シ悟ヲら羅豈偵∵惠鬥ャ縲∫カイ遶咎」邨舌∝サ」蜻頑枚讙斐∫ィョ蟄蝉クュ蛹�性逧�ィョ蟄先ェ皮ュ会シ梧�辟。髣懈ェ斐�r\n\r\n[b]驥崎、�シ�upe�牙愛螳夊ヲ丞援�壼刀雉ェ驥肴名謨ク驥充/b]\r\n [*]隕夜�サ雉�コ先潔萓�コ仙ェ剃サ狗「コ螳壼━蜈磯��コ擾シ御クサ隕∫ぜ�咤lu-ray/HD DVD > HDTV > DVD > TV縲ょ酔荳隕夜�サ鬮伜━蜈磯��コ冗沿譛ャ蟆�スソ菴主━蜈磯��コ冗沿譛ャ陲ォ蛻、螳夂ぜ驥崎、��r\n [*]蜷御ク隕夜�サ逧�ォ俶ク�沿譛ャ蟆�スソ讓呎ク�沿譛ャ陲ォ蛻、螳夂ぜ驥崎、��r\n [*]蟆肴名蜍墓シォ鬘櫁ヲ夜�サ雉�コ撰シ粂DTV迚域悽蜥轡VD迚域悽譛臥嶌蜷檎噪蜆ェ蜈磯��コ擾シ碁呎弍荳蛟狗音萓九�r\n [*]萓�コ先名逶ク蜷悟ェ剃サ具シ檎嶌蜷瑚ァ」譫仙コヲ豌エ貅也噪鬮俶ク�ヲ夜�サ驥咲キィ遒シ\r\n [*]蜿��彈url=forums.php?action=viewtopic&forumid=6&topicid=1520]Scene & Internal, from Group to Quality-Degree. ONLY F
|
|||
|
|
(18, 28, '邂。逅�ョ亥援 - <font class=striking>隲区�逕ィ菴�逧�ャ企剞��</font> ', '[*]譛驥崎ヲ∫噪荳譴晢シ壽�逕ィ菴�謇倶クュ逧�ャ企剞�―r\n[*]蟆堺コ朱&隕剰。檎ぜ荳崎ヲ∵戊ェェ窶應ク坂晢シ―r\n[*]荳崎ヲ∝�髢句柱蜈カ莉也ョ。逅�藤豐也ェ�シ御ク蛻�夐℃遘∽ク区コ晞夊ァ」豎コ縲�r\n[*]荳崎ヲ∝、ェ邨墓ュ�檎オヲ驕戊ヲ剰�ク蛟区隼驕守噪讖滓怎縲�r\n[*]荳崎ヲ∬ゥヲ蝨問懈遠鬆宣亟驥昶晢シ檎ュ牙芦莠コ蛟醍官骭ッ莠��蜴サ邉セ豁」縲�r\n[*]蝌苓ゥヲ蜴サ謾ケ豁」荳蛟倶ク埼←逡カ逧�ク冶御ク肴弍邁。蝟ョ逧�梨髢牙ョ��r\n[*]螟壼�隧ヲ遘サ蜍募ク門ュ仙芦驕ゥ蜷育噪迚磯擇閠御ク肴弍邁。蝟ョ蝨ー骼門ク悶�r\n[*]逡カ陌慕炊迚郁♀蟶也噪譎ょ呵ヲ∝ッャ螳ケ驕ゥ蠎ヲ縲�r\n[*]骼門ク也噪譎ょ呵ォ狗オヲ莠育ー。蝟ョ逧�桃菴懃炊逕ア縲�r\n[*]蝨ィ螻剰反譟仙狗畑謌カ蜑崎ォ句�遶咏洒騾夂衍莉�/螂ケ, 螯よ棡譛画園遨肴・オ蝗樊㊨蜿ッ莉・閠��蜀咲オヲ2蜻ィ隗蟇滓悄縲�r\n[*]荳崎ヲ∫ヲ∫畑荳蛟区ウィ蜀雁ー壽悴貊ソ4蜻ィ逧�クウ謌カ縲�r\n[*]豌ク驕�險伜セ嶺サ・逅�恪莠コ縲�r\n'),
|
|||
|
|
(17, 28, '雜」蜻ウ逶定ヲ丞援 - <font class=striking>蝨ィ螽帶ィゆクュ雉コ蛻�</font> ', '[*]莉サ菴慕畑謌カ驛ス蜿ッ蝨ィ雜」蜻ウ逶剃クュ謚墓叛隨題ゥア縲∬カ」蝨悶∵裾隨題ヲ夜�サ縲:lash遲画怏雜」逧��螳ケ�碁勁莠�牡諠�∫ヲ∝ソ後∵帆豐サ謨乗─蜥檎文蝨ー豕募セ狗ヲ∵ュ「逧��螳ケ縲�r\n[*]豁」蟶ク諠�ウ∽ク具シ御ク譴晁カ」蜻ウ蜈ァ螳ケ蝨ィ逋シ蟶�24蟆乗凾蜷朱℃譛溘ら┯閠鯉シ悟ヲよ棡迯イ蠕礼噪謚慕・ィ謨ク雜�℃20荳泌�荳ュ窶懈怏雜」窶晉噪豈比セ倶ス惹コ�25%�瑚カ」蜻ウ蜈ァ螳ケ蟆�署蜑埼℃譛溘�r\n[*]譁ー逧�カ」蜻ウ蜈ァ螳ケ[b]蜿ェ譛閏/b]蝨ィ闊顔噪蜈ァ螳ケ驕取悄蜷取燕閭ス謠蝉コ、縲�r\n[*]闍・雜」蜻ウ蜈ァ螳ケ陲ォ螟壽丙逕ィ謌カ謚慕・ィ隱咲ぜ譛芽カ」�悟�逋シ蟶��ー�セ怜芦莉・荳狗克蜍オ�喀r\n [*]逾ィ謨ク雜�℃25�悟�荳ュ隱咲ぜ窶懈怏雜」窶晄ッ比セ玖カ�℃50%�檎匸蟶��セ怜芦5蛟矩ュ泌鴨蛟シ縲�r\n [*]逾ィ謨ク雜�℃50�悟�荳ュ隱咲ぜ窶懈怏雜」窶晄ッ比セ玖カ�℃50%�檎匸蟶��セ怜芦蜿ヲ螟也噪5蛟矩ュ泌鴨蛟シ縲�r\n [*]逾ィ謨ク雜�℃100�悟�荳ュ隱咲ぜ窶懈怏雜」窶晄ッ比セ玖カ�℃50%�檎匸蟶��セ怜芦蜿ヲ螟也噪5蛟矩ュ泌鴨蛟シ縲�r\n [*]逾ィ謨ク雜�℃200�悟�荳ュ隱咲ぜ窶懈怏雜」窶晄ッ比セ玖カ�℃50%�檎匸蟶��セ怜芦蜿ヲ螟也噪5蛟矩ュ泌鴨蛟シ縲�r\n [*]逾ィ謨ク雜�℃25�悟�荳ュ隱咲ぜ窶懈怏雜」窶晄ッ比セ玖カ�℃75%�檎匸蟶��セ怜芦10蛟矩ュ泌鴨蛟シ縲�r\n [*]逾ィ謨ク雜�℃50�悟�荳ュ隱咲ぜ窶懈怏雜」窶晄ッ比セ玖カ�℃75%�檎匸蟶��セ怜芦蜿ヲ螟也噪10蛟矩ュ泌鴨蛟シ縲�r\n [*]逾ィ謨ク雜�℃100�悟�荳ュ隱咲ぜ窶懈怏雜」窶晄ッ比セ玖カ�℃75%�檎匸蟶��セ怜芦蜿ヲ螟也噪10蛟矩ュ泌鴨蛟シ縲�r\n [*]逾ィ謨ク雜�℃200�悟�荳ュ隱咲ぜ窶懈怏雜」窶晄ッ比セ玖カ�℃75%�檎匸蟶��セ怜芦蜿ヲ螟也噪10蛟矩ュ泌鴨蛟シ縲�'),
|
|||
|
|
(21, 6, 'General rules - <font class=striking>Breaking these rules can and will get you banned!</font>', '[*]Do not do things we forbid.\r\n[*]Do not spam.\r\n[*]Cherish your user account. Inactive accounts would be deleted based on the following rules:\r\n 1.[b]Veteran User[/b] or above would never be deleted.\r\n 2.[b]Elite User[/b] or above would never be deleted if packed (at [url=usercp.php?action=personal]User CP[/url]).\r\n 3.Packed accounts would be deleted if users have not logged in for more than 400 days in a row.\r\n 4.Unpacked accounts would be deleted if users have not logged in for more than 150 days in a row.\r\n 5.Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.\r\n[*]User found cheating would be deleted. Don''t take chances!\r\n[*]Possession of multiple [site] accounts will result in a ban!\r\n[*]Do not upload our torrents to other trackers! (See the [url=faq.php#38]FAQ[/url] for details.)\r\n[*]Disruptive behavior in the forums or on the server will result in a warning. You will only get [b]one[/b] warning! After that it''s bye bye Kansas!'),
|
|||
|
|
(15, 28, '隧戊ォ也クス蜑� - <font class=striking>豌ク驕�蟆企㍾荳雁さ閠�シ�</font> ', '[*]辟。隲門ヲゆス包シ瑚ォ句ー企㍾荳雁さ閠�シ―r\n[*]謇譛芽ォ門」�匸蟶也噪隕丞援蜷梧ィ」驕ゥ逕ィ莠手ゥ戊ォ悶�r\n[*]螯よ棡菴�豐呈怏荳玖シ臥噪諢丞髄�瑚ォ倶ク崎ヲ�圷萓ソ逋シ陦ィ蜷ヲ螳壽ァ逧�ゥ戊ォ悶�'),
|
|||
|
|
(25, 6, 'Commenting Guidelines - <font class=striking>Always respect uploaders no matter what!</font>', '[*]Always respect uploaders no matter what!\r\n[*]All rules of forum posting apply to commenting, too.\r\n[*]Do not post negative comments about torrents that you don''t plan to download.'),
|
|||
|
|
(27, 6, 'Funbox Rules - <font class=striking>Get bonus with fun!</font>', '[*]Users can submit anything funny (e.g. stories, pictures, flash, video) except things that is pornographic, taboo, political sensitive or forbidden by local laws.\r\n[*]Normally a newly-submitted funbox item would be outdated after 24 hours. However, if there are 20 or more votes on a funbox item, among which votes for ''funny'' is less than 25%, the funbox item would be outdated ahead of its due time.\r\n[*]New funbox item can be submitted [b]only[/b] when the old one is outdated.\r\n[*]User, whose funbox item is voted as [b]funny[/b], would be rewarded based on the following rules:\r\n [*]More than 25 votes, among which votes for [i]funny[/i] exceed 50%. User gets 5 bonus.\r\n [*]More than 50 votes, among which votes for [i]funny[/i] exceed 50%. User gets another 5 bonus.\r\n [*]More than 100 votes, among which votes for [i]funny[/i] exceed 50%. User gets another 5 bonus.\r\n [*]More than 200 votes, among which votes for [i]funny[/i] exceed 50%. User gets another 5 bonus.\r\n [*]More than 25 votes, among which votes for [i]funny[/i] exceed 75%. User gets 10 bonus.\r\n [*]More than 50 votes, among which votes for [i]funny[/i] exceed 75%. User gets another 10 bonus.\r\n [*]More than 100 votes, among which votes for [i]funny[/i] exceed 75%. User gets another 10 bonus.\r\n [*]More than 200 votes, among which votes for [i]funny[/i] exceed 75%. User gets another 10 bonus.'),
|
|||
|
|
(22, 6, 'Downloading rules - <font class=striking>By not following these rules you will lose download privileges!</font>', '[*]Low ratios may result in severe consequences, including banning accounts. See [url=faq.php#22]FAQ[/url].\r\n[*]Rules for torrent promotion:\r\n [*]Random promotion (torrents promoted randomly by system upon uploading):\r\n [*]10% chance becoming [color=#7c7ff6][b]50% Leech[/b][/color],\r\n [*]5% chance becoming [color=#f0cc00][b]Free Leech[/b][/color],\r\n [*]5% chance becoming [color=#aaaaaa][b]2X up[/b][/color],\r\n [*]3% chance becoming [color=#7ad6ea][b]50% Leech and 2X up[/b][/color],\r\n [*]1% chance becoming [color=#99cc66][b]Free Leech and 2X up[/b][/color].\r\n [*]Torrents larger than 20GB will automatically be [color=#f0cc00][b]Free Leech[/b][/color].\r\n [*]Raw Blu-ray, HD DVD Discs will be [color=#f0cc00][b]Free Leech[/b][/color].\r\n [*]First episode of every season of TV Series, etc. will be [color=#f0cc00][b]Free Leech[/b][/color].\r\n [*]Highly popular torrents will be on promotion (decided by admins).\r\n [*]Promotion timeout:\r\n [*]Except [color=#aaaaaa][b]2X up[/b][/color], all the other types of promotion will be due after 7 days (counted from the time when the torrent is uploaded).\r\n [*][color=#aaaaaa][b]2X up[/b][/color] will never become due.\r\n [*]ALL the torrents will be [color=#aaaaaa][b]2X up[/b][/color] forever when they are on the site for over 1 month.\r\n [*]On special occasions, we would set the whole site [color=#f0cc00][b]Free Leech[/b][/color]. Grab as much as you can. :mml: :mml: :mml:\r\n[*]You may [b]only[/b] use allowed bittorrent clients at [site]. See [url=faq.php#29]FAQ[/url].'),
|
|||
|
|
(24, 6, 'General Forum Guidelines - <font class=stiking>Please follow these guidelines or else you might end up with a warning!</font>', '[*]No aggressive behavior or flaming in the forums.\r\n[*]No trashing of any topics (i.e. SPAM). Do not submit meaningless topics or posts (e.g. smiley only) in any forum except Water Jar.\r\n[*]Do not flood any forum in order to get bonus.\r\n[*]No foul language on title or text.\r\n[*]Do not discuss topics that are taboo, political sensitive or forbidden by local laws.\r\n[*]No language of discrimination based on race, national or ethnic origin, color, religion, gender, age, sexual preference or mental or physical disability. Violating this rule would result in permanent ban.\r\n[*]No bumping... (All bumped threads will be deleted.)\r\n[*]No double posting. \r\n[*]Please ensure all questions are posted in the correct section!\r\n[*]Topics without new reply in 365 days would be locked automatically by system.'),
|
|||
|
|
(26, 6, 'Avatar Guidelines - <font class=striking>Please try to follow these guidelines</font>', '[*]The allowed formats are .gif, .jpg and .png. \r\n[*]Be considerate. Resize your images to a width of 150 px and a size of no more than 150 KB. (Browsers will rescale them anyway: smaller images will be expanded and will not look good; larger images will just waste bandwidth and CPU cycles.)\r\n[*]Do not use potentially offensive material involving porn, religious material, animal / human cruelty or ideologically charged images. Staff members have wide discretion on what is acceptable. If in doubt PM one. ');
|
|||
|
|
INSERT INTO `rules` (`id`, `lang_id`, `title`, `text`) VALUES
|
|||
|
|
(23, 6, 'Uploading rules - <font class=striking>Torrents violating these rules may be deleted without notice</font>', 'Please respect the rules, and if you have any questions about something unclear or not understandable, please [url=contactstaff.php]consult the staff[/url]. Staff reserves the rights to adjudicate.\r\n\r\n[b]GENERAL[/b]\r\n [*]You must have legal rights to the file you upload.\r\n [*]Make sure your torrents are well-seeded. If you fail to seed for at least 24 hours or till someone else completes, or purposely keep a low uploading speed, you can be warned and your privilege to upload can be removed.\r\n [*]You would get 2 times as much of uploading credit for torrents uploaded by yourself.\r\n [*]If you have something interesting that somehow violates these rules, [url=contactstaff.php]ask the staff[/url] with a detailed description and we might make an exception.\r\n\r\n[b]PRIVILEGE[/b]\r\n [*]Everyone can upload.\r\n [*]However, some must go through the [url=offers.php]Offer section[/url]. See [url=faq.php#22]FAQ[/url] for details.\r\n [*]ONLY users in the class [color=#DC143C][b]Uploader[/b][/color] or above, or users specified by staff can freely upload games. Others should go through the [url=offers.php]Offer section[/url].\r\n\r\n[b]ALLOWED CONTENTS[/b]\r\n [*]High Definition (HD) videos, including\r\n [*]complete HD media, e.g. Blu-ray disc, HD DVD disc, etc. or remux,\r\n [*]captured HDTV streams,\r\n [*]encodes from above listed sources in HD resolution (at least 720p),\r\n [*]other HD videos such as HD DV.\r\n [*]Standard Definition (SD) videos, only\r\n [*]SD encodes from HD media (at least 480p),\r\n [*]DVDR/DVDISO,\r\n [*]DVDRip, CNDVDRip.\r\n [*]Lossless audio tracks (and corresponding cue sheets), e.g. FLAC, Monkey''s Audio, etc.\r\n [*]5.1-channel (or higher) movie dubs and music tracks (DTS, DTS CD Image, etc.), and commentary tracks.\r\n [*]PC games (must be original images).\r\n [*]HD trailers released within 7 days.\r\n [*]HD-related software and documents.\r\n\r\n[b]NOT ALLOWED CONTENTS[/b]\r\n [*]Contents less than 100 MB in total.\r\n [*]Upscaled/partially upscaled in Standard Definition mastered/produced content.\r\n [*]Videos in SD resolution but with low quality, including CAM, TC, TS, SCR, DVDSCR, R5, R5.Line, HalfCD, etc.\r\n [*]RealVideo encoded videos (usually contained in RMVB or RM), flv files.\r\n [*]Individual samples (to be included in the "Main torrent").\r\n [*]Lossy audios that are not 5.1-channel (or higher), e.g. common lossy MP3''s, lossy WMAs, etc.\r\n [*]Multi-track audio files without proper cue sheets.\r\n [*]Installation-free or highly compressed games, unofficial game images, third-party mods, collection of tiny games, individual game cracks or patches.\r\n [*]RAR, etc. archived files.\r\n [*]Dupe releases. (see beneath for dupe rules.)\r\n [*]Taboo or sensitive contents (such as porn or politically sensitive topics).\r\n [*]Damaged files, i.e. files that are erroneous upon reading or playback.\r\n [*]Spam files, such as viruses, trojans, website links, advertisements, torrents in torrent, etc., or irrelevant files.\r\n\r\n[b]DUPE RULES: QUALITY OVER QUANTITY[/b]\r\n [*]Video releases are prioritized according to their source media, and mainly: Blu-ray/HD DVD > HDTV > DVD > TV. High prioritized versions will dupe other versions with low priorities of the same video.\r\n [*]HD releases will dupe SD releases of the same video.\r\n [*]For animes, HDTV versions are equal in priority to DVD versions. This is an exception.\r\n [*]Encodes from the same type of media and in the same resolution \r\n [*]They are prioritized based on "[url=forums.php?action=viewtopic&forumid=6&topicid=1520]Scene & Internal, from Group to Quality-Degree. O
|
|||
|
|
(28, 6, 'Moderating Rules - <font class=striking>Use your better judgement!</font>', '[*]The most important rule: Use your better judgment!\r\n[*]Don''t be afraid to say [b]NO[/b]!\r\n[*]Don''t defy another staff member in public, instead send a PM or through IM.\r\n[*]Be tolerant! Give the user(s) a chance to reform.\r\n[*]Don''t act prematurely, let the users make their mistakes and THEN correct them.\r\n[*]Try correcting any "off topics" rather then closing a thread.\r\n[*]Move topics rather than locking them.\r\n[*]Be tolerant when moderating the chat section (give them some slack).\r\n[*]If you lock a topic, give a brief explanation as to why you''re locking it.\r\n[*]Before you disable a user account, send him/her a PM and if they reply, put them on a 2 week trial.\r\n[*]Don''t disable a user account until he or she has been a member for at least 4 weeks.\r\n[*]Convince people by reasoning rather than authority.'),
|
|||
|
|
(54, 25, '邂。逅�サ��蜻倬莨大セ�∞', '貊。雜ウ莉・荳区擅莉カ蜿ッ闔キ蠕礼噪騾莨大セ�∞: \r\n\r\n[code]\r\n[b]蟇ケ莠� [color=#DC143C]荳贋シ�蜻� (Uploaders)[/color]: [/b]\r\n\r\n謌蝉クコ [color=#1cc6d5][b]蜈サ閠∵酪 (Retiree) [/b]: [/color]\r\n 蜊�′荳蟷エ莉・荳�; 荳贋シ�霑�200荳ェ莉・荳顔噪遘榊ュ占オ�コ� (迚ケ谿頑ュ蜀オ螯ょ次遒溷書蟶�, 0day譖エ譁ー遲牙庄莉・逕ア邂。逅�サ�兜逾ィ陦ィ蜀ウ; 鬘サ陲ォ隶、螳壻クコ菴懷�霑�㍾螟ァ蜿頑戟荵�噪雍。迪ョ).\r\n\r\n謌蝉クコ [color=#009F00][b]VIP[/b]: [/color]\r\n 蜊�′6荳ェ譛井サ・荳�; 荳贋シ�霑�100荳ェ莉・荳顔噪遘榊ュ占オ�コ� (迚ケ谿頑ュ蜀オ螯ょ次遒溷書蟶�, 0day譖エ譁ー遲牙庄莉・逕ア邂。逅�サ�兜逾ィ陦ィ蜀ウ).\r\n\r\n蜈カ莉�:\r\n 謌蝉クコ [color=#F88C00][b]Extreme User[/b][/color] (螯よ棡菴�逧�擅莉カ貊。雜ウ [color=#F88C00][b]Extreme User[/b][/color] 蜿贋サ・荳�, 蛻呎�荳コ [color=#38ACEC][b]Nexus Master[/b][/color]) .\r\n[/code]\r\n\r\n[code]\r\n[b]蟇ケ莠� [color=#6495ED]邂。逅�遭 (Moderators)[/color]: [/b]\r\n\r\n謌蝉クコ [color=#1cc6d5][b]蜈サ閠∵酪 (Retiree)[/b]: [/color]\r\n 蜊�′荳蟷エ莉・荳�; 蜿ょ刈霑��蟆�2谺。遶吝苅扈�ュ」蠑丈シ夊ョョ; 蜿ゆク手ソ� 隗��/遲皮桝 逧�ソョ隶「蟾・菴�.\r\n\r\n謌蝉クコ [color=#009F00][b]VIP[/b]: [/color]\r\n 闍・荳肴サ。雜ウ謌蝉クコ [color=#1cc6d5][b]蜈サ閠∵酪 (Retiree)[/b][/color] 逧�擅莉カ, 菴�蜿ッ莉・[b]譌�譚。莉カ[/b]謌蝉クコ [color=#009F00][b]VIP[/b][/color] .\r\n[/code]\r\n\r\n[code]\r\n[b]蟇ケ莠� [color=#4b0082]諤サ邂。逅�遭 (Administrators)[/color] 蜿� 莉・荳顔ュ臥コァ: [/b]\r\n\r\n 蜿ッ莉・[b]逶エ謗・[/b]謌蝉クコ [color=#1cc6d5][b]蜈サ閠∵酪 (Retiree)[/b][/color] .\r\n[/code]'),
|
|||
|
|
(55, 28, '邂。逅�オ��蜩。騾莨大セ�∞', '貊ソ雜ウ莉・荳区「昜サカ蜿ッ迯イ蠕礼噪騾莨大セ�∞: \r\n[code]\r\n[b]蟆肴名 [color=#DC143C]荳雁さ蜩。 (Uploaders)[/color]: [/b]\r\n謌千ぜ [color=#1cc6d5][b]鬢願∵酪 (Retiree) [/b]: [/color]\r\n 蜊��荳蟷エ莉・荳�; 荳雁さ驕�200蛟倶サ・荳顔噪遞ョ蟄占ウ�コ� (迚ケ谿頑ュ豕∝ヲょ次遒溽匸菴�, 0day譖エ譁ー遲牙庄莉・逕ア邂。逅�オ�兜逾ィ陦ィ豎コ; 鬆郁「ォ隱榊ョ夂ぜ菴懷�驕朱㍾螟ァ蜿頑戟荵�噪雋「迯サ).\r\n謌千ぜ [color=#009F00][b]VIP[/b]: [/color]\r\n 蜊��6蛟区怦莉・荳�; 荳雁さ驕�100蛟倶サ・荳顔噪遞ョ蟄占ウ�コ� (迚ケ谿頑ュ豕∝ヲょ次遒溽匸菴�, 0day譖エ譁ー遲牙庄莉・逕ア邂。逅�オ�兜逾ィ陦ィ豎コ).\r\n蜈カ莉�:\r\n 謌千ぜ [color=#F88C00][b]Extreme User[/b][/color] (螯よ棡菴�逧�「昜サカ貊ソ雜ウ [color=#F88C00][b]Extreme User[/b][/color] 蜿贋サ・荳�, 蜑��轤コ [color=#38ACEC][b]Nexus Master[/b][/color]) .\r\n[/code]\r\n[code]\r\n[b]蟆肴名 [color=#6495ED]邂。逅�藤 (Moderators)[/color]: [/b]\r\n謌千ぜ [color=#1cc6d5][b]鬢願∵酪 (Retiree)[/b]: [/color]\r\n 蜊��荳蟷エ莉・荳�; 蜿�刈驕手�蟆�2谺。遶吝漁邨�ュ」蠑乗怎隴ー; 蜿��驕� 隕丞援/遲皮桝 逧�ソョ險ょキ・菴�.\r\n謌千ぜ [color=#009F00][b]VIP[/b]: [/color]\r\n 闍・荳肴サソ雜ウ謌千ぜ [color=#1cc6d5][b]鬢願∵酪 (Retiree)[/b][/color] 逧�「昜サカ, 菴�蜿ッ莉・[b]辟。譴昜サカ[/b]謌千ぜ [color=#009F00][b]VIP[/b][/color] .\r\n[/code]\r\n[code]\r\n[b]蟆肴名 [color=#4b0082]邵ス邂。逅�藤 (Administrators)[/color] 蜿� 莉・荳顔ュ臥エ�: [/b]\r\n 蜿ッ莉・[b]逶エ謗・[/b]謌千ぜ [color=#1cc6d5][b]鬢願∵酪 (Retiree)[/b][/color] .\r\n[/code]'),
|
|||
|
|
(50, 6, 'Rules for Subtitles - <font class=striking>Subtitles violating these rules will be deleted</font>', '(This text is translated from the Chinese version. In case of discrepancy, the original version in Chinese shall prevail.)\r\n\r\n[b]GENERAL PRINCIPLE:[/b]\r\n [*]All subtitles uploaded must conform to the rules (i.e. proper or qualified). Unqualified subtitles will be deleted.\r\n [*]Allowed file formats are srt/ssa/ass/cue/zip/rar.\r\n [*]If you''re uploading Vobsub (idx+sub) subtitles or subtitles of other types, or a collection (e.g. subtitles for a season pack of some TV series), please zip/rar them before uploading.\r\n [*]Cue sheet of audio tracks is allowed as well. If there are several cue sheets, please pack them all.\r\n [*]Uploading lrc lyrics or other non-subtitle/non-cue files is not permitted. Irrelevant files if uploaded will be directly deleted.\r\n\r\n[b]QUALIFYING SUBTITLE/CUE FILES: improper subtitle/cue files will be directly deleted.[/b]\r\n In any of the following cases, a subtitle/cue file will be judged as improper:\r\n [*]Fail to match the corresponding torrent.\r\n [*]Fail to be in sync with the corresponding video/audio file.\r\n [*]Packed Improperly.\r\n [*]Contain irrelevant or spam stuff.\r\n [*]Encoded incorrectly.\r\n [*]Wrong cue file.\r\n [*]Wrong language mark.\r\n [*]The title is indefinite or contains redundant info/characters.\r\n [*]Duplicate.\r\n [*]Reported by several users and confirmed with other problems.\r\n [b]The staff group reserves rights to judge and deal with improper subtitles.[/b]\r\n Please refer to [url=http://www.nexushd.org/forums.php?action=viewtopic&forumid=13&topicid=2848][i]this thread[/i][/url] in the forum for detailed regulations on qualifying subtitle/cue files, other notes and suggestions on uploading subtitles, and subtitle naming and entitling guidance.\r\n\r\n[b]IMPLEMENTING REGULATIONS OF REWARDS AND PENALTIES [/b]\r\n [*]Reporting against improper subtitles and the uploaders who purposely upload improper subtitles is always welcomed. To report an improper subtitle, please click on the [i]REPORT[/i] button of the corresponding subtitle in the subtitle section. To report a user, please click on the [i]REPORT[/i] button at the bottom of the user details page.\r\n [*]The reporter will be rewarded 50 karma points (delivered in three days) for each case after confirmation.\r\n [*]Improper subtitles will be deleted and the corresponding uploader will be fined 100 karma points in each case.\r\n [*]Users who recklessly uploading improper subtitles for karma points or other purposes, or users who maliciously report, will be fined karma points or warned depending on the seriousness of the case.\r\n'),
|
|||
|
|
(49, 25, '蟄怜ケ募玄隗�� - <font class=striking>霑晁ァ�ュ怜ケ募ー�「ォ蛻�髯、</font>', '[b]諤サ蛻呻シ喙/b]\r\n [*]謇譛我ク贋シ�逧�ュ怜ケ募ソ�。サ隨ヲ蜷郁ァ���亥叉蜷域�シ逧�シ峨ゆク榊粋譬シ逧�ュ怜ケ募ー�「ォ蛻�髯、縲�r\n [*]蜈∬ョク荳贋シ�逧�枚莉カ譬シ蠑丈クコsrt/ssa/ass/cue/zip/rar縲�r\n [*]螯よ棡菴�謇鍋ョ嶺ク贋シ�逧�ュ怜ケ墓弍Vobsub譬シ蠑擾シ�dx+sub�画�蜈カ螳��シ蠑擾シ梧�閠�弍蜷磯寔�亥ヲら鳩隗�鴬謨エ蟄」逧�ュ怜ケ包シ会シ瑚ッキ蟆�ョ�サャ謇灘桁荳コzip/rar蜷主�荳贋シ�縲�r\n [*]蟄怜ケ募玄蠑謾セ髻ウ霓ィ蟇ケ蠎把ue陦ィ蜊墓枚莉カ逧�ク贋シ�縲ょヲよ怏螟壻クェcue�瑚ッキ蟆�ョ�サャ謇灘桁襍キ譚・縲�r\n [*]荳榊�隶クlrc豁瑚ッ肴�蜈カ螳�撼蟄怜ケ�/cue譁�サカ逧�ク贋シ�縲ゆク贋シ�逧�裏蜈ウ譁�サカ蟆�「ォ逶エ謗・蛻�髯、縲�r\n\r\n[b]荳榊粋譬シ蟄怜ケ�/cue譁�サカ蛻、螳夲シ夊「ォ蛻、螳壻クコ荳榊粋譬シ逧�ュ怜ケ�/cue譁�サカ蟆�「ォ逶エ謗・蛻�髯、縲�/b]\r\n 蜃コ邇ー莉・荳区ュ蜀オ荵倶ク逧�ュ怜ケ�/cue譁�サカ蟆�「ォ蛻、螳壻クコ荳榊粋譬シ�喀r\n [*]荳守嶌蠎皮ァ榊ュ蝉ク榊源驟阪�r\n [*]荳守嶌蠎皮噪隗�「�/髻ウ鬚第枚莉カ荳榊酔豁・縲�r\n [*]謇灘桁髞呵ッッ縲�r\n [*]蛹�性譌�蜈ウ譁�サカ謌門档蝨セ菫。諱ッ縲�r\n [*]郛也��漠隸ッ縲�r\n [*]cue譁�サカ髞呵ッッ縲�r\n [*]隸ュ遘肴��ッ�漠隸ッ縲�r\n [*]譬�「伜多蜷堺ク肴�遑ョ謌門桁蜷ォ蜀嶺ス吩ソ。諱ッ謌門ュ礼ャヲ縲�r\n [*]陲ォ蛻、螳壻クコ驥榊、阪�r\n [*]謗・蛻ー螟壻クェ逕ィ謌キ荳セ謚・蟷カ陲ォ隸∝ョ樊怏蜈カ螳�琉鬚倡噪縲�r\n [b]邂。逅�サ�ソ晉蕗陬∝ョ壼柱螟�炊荳榊粋譬シ蟄怜ケ慕噪譚�鴨縲�/b]\r\n 荳榊粋譬シ蟄怜ケ�/cue譁�サカ蛻、螳夂サ��縲∝ュ怜ケ穂ク贋シ�逧��螳�ウィ諢丈コ矩。ケ莉・蜿雁多蜷肴欠蠑戊ッキ蜿る�隶コ蝮帷噪[url=http://www.nexushd.org/forums.php?action=viewtopic&forumid=13&topicid=2848]霑吩クェ蟶門ュ深/url]縲�r\n\r\n[b]蟄怜ケ募・匁Λ�喙/b]\r\n [*]谺「霑惹クセ謚・荳榊粋譬シ逧�ュ怜ケ募柱諱カ諢丞書蟶�ク榊粋譬シ蟄怜ケ慕噪逕ィ謌キ縲ゆクセ謚・荳榊粋譬シ蟄怜ケ戊ッキ蝨ィ蟄怜ケ募玄轤ケ蜃サ逶ク蠎泌ュ怜ケ慕噪窶應クセ謚・窶晄潔髓ョ縲ゆクセ謚・逕ィ謌キ隸キ轤ケ蜃サ逶ク蠎皮畑謌キ隸ヲ扈�ソ。諱ッ鬘オ髱「蠎暮Κ逧�應クセ謚・窶晄潔髓ョ縲�r\n [*]蟇ケ豈丈ク萓倶ク榊粋譬シ蟄怜ケ慕噪荳セ謚・�檎。ョ隶、蜷主ー�・門干荳セ謚・閠�50轤ケ鬲泌鴨蛟シ�井ク牙、ゥ蜀�書謾セ�峨�r\n [*]陲ォ遑ョ螳壻クコ荳榊粋譬シ逧�ュ怜ケ募ー�「ォ蛻�髯、�瑚悟惠豈丈ク萓倶クュ�檎嶌蠎皮噪蟄怜ケ穂ク贋シ�閠�ー�「ォ謇」髯、100轤ケ鬲泌鴨蛟シ縲�r\n [*]蟇ケ荳コ襍壼叙遘ッ蛻�ュ臥岼逧��諢丈ク贋シ�荳榊粋譬シ蟄怜ケ慕噪逕ィ謌キ�梧�譏ッ諱カ諢丈クセ謚・逧�畑謌キ�悟ー�ァ�ュ闃りスサ驥肴殴髯、鬚晏、也噪鬲泌鴨蛟シ逕夊�扈吩コ郁ュヲ蜻翫�r\n'),
|
|||
|
|
(53, 6, 'Staff''s retirement benefits', 'You can get retirement benefits when meeting these condition(s) below:\r\n\r\n[code]\r\n[b]for [color=#DC143C]Uploaders[/color]: [/b]\r\n\r\nTo join [color=#1cc6d5][b]Retiree[/b]: [/color]\r\n Been promoted for more than 1 year; have posted 200 or more torrents (special cases can be decided via vote among staffs, like Source-Disc posters, scene-uploaders; should be considered as having made rare and enduring contribution).\r\n\r\nTo join [color=#009F00][b]VIP[/b]: [/color]\r\n Been promoted for more than 6 months; have posted 100 or more torrents (special cases can be decided via vote among staffs, like Source-Disc posters, scene-uploaders).\r\n\r\nOthers:\r\n Demoted to [color=#F88C00][b]Extreme User[/b][/color] (if your profile meets the corresponding condition of classes [color=#F88C00][b]Extreme User[/b][/color] and above, then promoted to [color=#38ACEC][b]Nexus Master[/b][/color]).\r\n[/code]\r\n\r\n[code]\r\n[b]for [color=#6495ED]Moderators[/color]: [/b]\r\n\r\nTo join [color=#1cc6d5][b]Retiree[/b]: [/color]\r\n Been promoted for more than 1 year; Have participated at least 2 Staff [b]Official[/b] Meetings; Have participated in Rules/FAQ modifying.\r\n\r\nTo join [color=#009F00][b]VIP[/b]: [/color]\r\n If you don''t meet the condition of joining [color=#1cc6d5][b]Retiree[/b][/color], you can join [color=#009F00][b]VIP[/b][/color] [b]unconditionally[/b].\r\n[/code]\r\n\r\n[code]\r\n[b]for [color=#4b0082]Administrators[/color] and above: [/b]\r\n\r\n You can join [color=#1cc6d5][b]Retiree[/b][/color] [b]unconditionally[/b].\r\n[/code]'),
|
|||
|
|
(51, 28, '蟄怜ケ募項隕丞援 - <font class=striking>驕戊ヲ丞ュ怜ケ募ー�「ォ蛻ェ髯、</font>', '[b]邵ス蜑�シ喙/b]\r\n [*]謇譛我ク雁さ逧�ュ怜ケ募ソ��育ャヲ蜷郁ヲ丞援�亥叉蜷域�シ逧�シ峨ゆク榊粋譬シ逧�ュ怜ケ募ー�「ォ蛻ェ髯、縲�r\n [*]蜈∬ィア荳雁さ逧�ェ疲。域�シ蠑冗ぜsrt/ssa/ass/cue/zip/rar縲�r\n [*]螯よ棡菴�謇鍋ョ嶺ク雁さ逧�ュ怜ケ墓弍Vobsub譬シ蠑擾シ�dx+sub�画�蜈カ螳��シ蠑擾シ梧�閠�弍蜷磯寔�亥ヲる崕隕門括謨エ蟄」逧�ュ怜ケ包シ会シ瑚ォ句ー�ョ�第遠蛹�ぜzip/rar蠕悟�荳雁さ縲�r\n [*]蟄怜ケ募項髢区叛髻ウ霆悟ー肴㊨cue陦ィ蝟ョ譁�サカ逧�ク雁さ縲ょヲよ怏螟壼議ue�瑚ォ句ー�ョ�第遠蛹�オキ萓��r\n [*]荳榊�險アlrc豁瑚ゥ樊�蜈カ螳�撼蟄怜ケ�/cue譁�サカ逧�ク雁さ縲ゆク雁さ逧�┌髣懈ェ泌ー�「ォ逶エ謗・蛻ェ髯、縲�r\n\r\n[b]荳榊粋譬シ蟄怜ケ�/cue譁�サカ蛻、螳夲シ夊「ォ蛻、螳夂ぜ荳榊粋譬シ逧�ュ怜ケ�/cue讙泌ー�「ォ逶エ謗・蛻ェ髯、縲�/b]\r\n 蜃コ迴セ莉・荳区ュ豕∽ケ倶ク逧�ュ怜ケ�/cue讙泌ー�「ォ蛻、螳夂ぜ荳榊粋譬シ�喀r\n [*]闊�嶌諛臥ィョ蟄蝉ク榊源驟阪�r\n [*]闊�嶌諛臥噪隕夜�サ/髻ウ險頑ェ比ク榊酔豁・縲�r\n [*]謇灘桁骭ッ隱、縲�r\n [*]蛹�性辟。髣懈ェ疲�蝙�慇雉�ィ翫�r\n [*]邱ィ遒シ骭ッ隱、縲�r\n [*]cue讙秘険隱、縲�r\n [*]隱樒ィョ讓呵ュ倬険隱、縲�r\n [*]讓咎。悟多蜷堺ク肴�遒コ謌門桁蜷ォ蜀鈴、倩ウ�ィ頑�蟄怜�縲�r\n [*]陲ォ蛻、螳夂ぜ驥崎、��r\n [*]謗・蛻ー螟壼狗畑謌カ闊牙�ア荳ヲ陲ォ隴牙ッヲ譛牙�螳�撫鬘檎噪縲�r\n [b]邂。逅�オ�ソ晉蕗陬∝ョ壼柱陌慕炊荳榊粋譬シ蟄怜ケ慕噪谺雁鴨縲�/b]\r\n 荳榊粋譬シ蟄怜ケ�/cue讙泌愛螳夂エー蜑�∝ュ怜ケ穂ク雁さ逧��螳�ウィ諢丈コ矩��サ・蜿雁多蜷肴欠蠑戊ォ句純髢ア隲門」�噪[url=http://www.nexushd.org/forums.php?action=viewtopic&forumid=13&topicid=2848]騾吝句ク門ュ深/url]縲�r\n\r\n[b]蟄怜ケ慕克諛イ�喙/b]\r\n [*]豁。霑手�蝣ア荳榊粋譬シ逧�ュ怜ケ募柱諠。諢冗匸菴井ク榊粋譬シ蟄怜ケ慕噪逕ィ謌カ縲り�蝣ア荳榊粋譬シ蟄怜ケ戊ォ句惠蟄怜ケ募項鮟樊投逶ク諛牙ュ怜ケ慕噪窶懆�蝣ア窶晄潔驤輔り�蝣ア菴ソ逕ィ閠�ォ矩サ樊投逶ク諛我スソ逕ィ閠�ゥウ邏ー雉�ィ企��擇蠎暮Κ逧�懆�蝣ア窶晄潔驤輔�r\n [*]蟆肴ッ丈ク萓倶ク榊粋譬シ蟄怜ケ慕噪闊牙�ア�檎「コ隱榊セ悟ー�克蜍オ闊牙�ア閠�50鮟樣ュ泌鴨蛟シ�井ク牙、ゥ蜈ァ逋シ謾セ�峨�r\n [*]陲ォ遒コ螳夂ぜ荳榊粋譬シ逧�ュ怜ケ募ー�「ォ蛻ェ髯、�瑚悟惠豈丈ク萓倶クュ�檎嶌諛臥噪蟄怜ケ穂ク雁さ閠�ー�「ォ謇」髯、100鮟樣ュ泌鴨蛟シ縲�r\n [*]蟆咲ぜ雉コ蜿也ゥ榊�遲臥岼逧�Γ諢丈ク雁さ荳榊粋譬シ蟄怜ケ慕噪逕ィ謌カ�梧�譏ッ諠。諢剰�蝣ア逧�畑謌カ�悟ー�ヲ匁ュ遽霈暮㍾謇」髯、鬘榊、也噪鬲泌鴨蛟シ逕夊�邨ヲ莠郁ュヲ蜻翫�r\n');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `schools`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `schools` (
|
|||
|
|
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(50) DEFAULT NULL,
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=101 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `schools`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `schools` (`id`, `name`) VALUES
|
|||
|
|
(1, '蜊嶺コャ蜀應ク壼、ァ蟄ヲ'),
|
|||
|
|
(2, '荳ュ螻ア螟ァ蟄ヲ'),
|
|||
|
|
(3, '荳ュ蝗ス遏ウ豐ケ螟ァ蟄ヲ'),
|
|||
|
|
(4, '莠大漉螟ァ蟄ヲ'),
|
|||
|
|
(5, '豐ウ豬キ螟ァ蟄ヲ'),
|
|||
|
|
(6, '蜊怜シ螟ァ蟄ヲ'),
|
|||
|
|
(7, '蜈ー蟾槫、ァ蟄ヲ'),
|
|||
|
|
(8, '蜷郁ぇ蟾・荳壼、ァ蟄ヲ'),
|
|||
|
|
(9, '荳頑オキ螟ァ蟄ヲ'),
|
|||
|
|
(10, '螳牙セス螟ァ蟄ヲ'),
|
|||
|
|
(11, '荳ュ蝗ス豬キ豢句、ァ蟄ヲ'),
|
|||
|
|
(12, '螟肴率螟ァ蟄ヲ'),
|
|||
|
|
(13, '隘ソ蛹怜、ァ蟄ヲ'),
|
|||
|
|
(14, '驛大キ槫、ァ蟄ヲ'),
|
|||
|
|
(15, '蝗帛キ晏、ァ蟄ヲ'),
|
|||
|
|
(16, '蜊惹クュ遘第橿螟ァ蟄ヲ'),
|
|||
|
|
(17, '螟ゥ豢・螟ァ蟄ヲ'),
|
|||
|
|
(18, '螻ア荳懷、ァ蟄ヲ'),
|
|||
|
|
(19, '荳ュ螟ョ豌第酪螟ァ蟄ヲ'),
|
|||
|
|
(20, '闍丞キ槫、ァ蟄ヲ'),
|
|||
|
|
(21, '驥榊コ�、ァ蟄ヲ'),
|
|||
|
|
(22, '荳懷圏蜀應ク壼、ァ蟄ヲ'),
|
|||
|
|
(23, '蛹嶺コャ蟾・荳壼、ァ蟄ヲ'),
|
|||
|
|
(24, '貉門漉蟶郁激螟ァ蟄ヲ'),
|
|||
|
|
(25, '荳懷圏螟ァ蟄ヲ'),
|
|||
|
|
(26, '逕オ蟄千ァ第橿螟ァ蟄ヲ'),
|
|||
|
|
(27, '隘ソ螳臥鳩蟄千ァ第橿螟ァ蟄ヲ'),
|
|||
|
|
(28, '蛹嶺コャ蛹門キ・螟ァ蟄ヲ'),
|
|||
|
|
(29, '蜊嶺コャ闊ェ遨コ闊ェ螟ゥ螟ァ蟄ヲ'),
|
|||
|
|
(30, '蜊嶺コャ逅�キ・螟ァ蟄ヲ'),
|
|||
|
|
(31, '隘ソ蛹怜キ・荳壼、ァ蟄ヲ'),
|
|||
|
|
(32, '螟ゥ豢・蛹サ遘大、ァ蟄ヲ'),
|
|||
|
|
(33, '蛹嶺コャ譫嶺ク壼、ァ蟄ヲ'),
|
|||
|
|
(34, '蜊主漉蟶郁激螟ァ蟄ヲ'),
|
|||
|
|
(35, '豬呎ア溷、ァ蟄ヲ'),
|
|||
|
|
(36, '髟ソ螳牙、ァ蟄ヲ'),
|
|||
|
|
(37, '豁ヲ豎臥炊蟾・螟ァ蟄ヲ'),
|
|||
|
|
(38, '豐ウ蛹怜キ・荳壼、ァ蟄ヲ'),
|
|||
|
|
(39, '蜊嶺コャ蟶郁激螟ァ蟄ヲ'),
|
|||
|
|
(40, '荳ュ蝗ス蜀應ク壼、ァ蟄ヲ'),
|
|||
|
|
(41, '蜴ヲ髣ィ螟ァ蟄ヲ'),
|
|||
|
|
(42, '隨ャ莠悟�蛹サ螟ァ蟄ヲ'),
|
|||
|
|
(43, '蛹嶺コャ逅�キ・螟ァ蟄ヲ'),
|
|||
|
|
(44, '蛹嶺コャ螟ァ蟄ヲ'),
|
|||
|
|
(45, '荳頑オキ螟門嵜隸ュ螟ァ蟄ヲ'),
|
|||
|
|
(46, '蛹嶺コャ遘第橿螟ァ蟄ヲ'),
|
|||
|
|
(47, '隘ソ蛹怜�譫礼ァ第橿螟ァ蟄ヲ'),
|
|||
|
|
(48, '荳ュ蜊怜、ァ蟄ヲ'),
|
|||
|
|
(49, '蜊主漉逅�キ・螟ァ蟄ヲ'),
|
|||
|
|
(50, '豁ヲ豎牙、ァ蟄ヲ'),
|
|||
|
|
(51, '遖丞キ槫、ァ蟄ヲ'),
|
|||
|
|
(52, '蜷梧オ主、ァ蟄ヲ'),
|
|||
|
|
(53, '荳ュ蝗ス莨�蟐貞、ァ蟄ヲ'),
|
|||
|
|
(54, '貉門漉螟ァ蟄ヲ'),
|
|||
|
|
(55, '荳頑オキ雍「扈丞、ァ蟄ヲ'),
|
|||
|
|
(56, '蝗ス髦イ遘大ュヲ謚譛ッ螟ァ蟄ヲ'),
|
|||
|
|
(57, '蜷画棊螟ァ蟄ヲ'),
|
|||
|
|
(58, '螟ァ霑樒炊蟾・螟ァ蟄ヲ'),
|
|||
|
|
(59, '荳ュ蝗ス莠コ豌大、ァ蟄ヲ'),
|
|||
|
|
(60, '荳頑オキ莠、騾壼、ァ蟄ヲ'),
|
|||
|
|
(61, '隘ソ螳我コ、騾壼、ァ蟄ヲ'),
|
|||
|
|
(62, '豎溷漉螟ァ蟄ヲ'),
|
|||
|
|
(63, '蜊嶺コャ螟ァ蟄ヲ'),
|
|||
|
|
(64, '蜊玲�螟ァ蟄ヲ'),
|
|||
|
|
(65, '螟ェ蜴溽炊蟾・螟ァ蟄ヲ'),
|
|||
|
|
(66, '荳ュ蝗ス蝨ー雍ィ螟ァ蟄ヲ'),
|
|||
|
|
(67, '貂�克螟ァ蟄ヲ'),
|
|||
|
|
(68, '蟷ソ隘ソ螟ァ蟄ヲ'),
|
|||
|
|
(69, '荳ュ蝗ス遏ソ荳壼、ァ蟄ヲ'),
|
|||
|
|
(70, '蝗帛キ晏�荳壼、ァ蟄ヲ'),
|
|||
|
|
(71, '荳懷圏蟶郁激螟ァ蟄ヲ'),
|
|||
|
|
(72, '蜩亥ー疲サィ蟾・荳壼、ァ蟄ヲ'),
|
|||
|
|
(73, '蛹嶺コャ闊ェ遨コ闊ェ螟ゥ螟ァ蟄ヲ'),
|
|||
|
|
(74, '蛹嶺コャ莠、騾壼、ァ蟄ヲ'),
|
|||
|
|
(75, '隘ソ蜊嶺コ、騾壼、ァ蟄ヲ'),
|
|||
|
|
(76, '荳ュ蝗ス遘大ュヲ謚譛ッ螟ァ蟄ヲ'),
|
|||
|
|
(77, '蛹嶺コャ螟門嵜隸ュ螟ァ蟄ヲ'),
|
|||
|
|
(78, '蛹嶺コャ驍ョ逕オ螟ァ蟄ヲ'),
|
|||
|
|
(79, '隘ソ螳牙サコ遲醍ァ第橿螟ァ蟄ヲ'),
|
|||
|
|
(80, '譁ー逍�、ァ蟄ヲ'),
|
|||
|
|
(81, '荳懷漉螟ァ蟄ヲ'),
|
|||
|
|
(82, '蟇ケ螟也サ乗オ手エク譏灘、ァ蟄ヲ'),
|
|||
|
|
(83, '蛹嶺コャ荳ュ蛹サ闕ッ螟ァ蟄ヲ'),
|
|||
|
|
(84, '證ィ蜊怜、ァ蟄ヲ'),
|
|||
|
|
(85, '蛹嶺コャ隸ュ險螟ァ蟄ヲ'),
|
|||
|
|
(86, '蜊惹クュ蟶郁激螟ァ蟄ヲ'),
|
|||
|
|
(87, '蛹嶺コャ蟶郁激螟ァ蟄ヲ'),
|
|||
|
|
(88, '蜩亥ー疲サィ蟾・遞句、ァ蟄ヲ'),
|
|||
|
|
(89, '蜀�貯蜿、螟ァ蟄ヲ'),
|
|||
|
|
(90, '荳懷克螟ァ蟄ヲ'),
|
|||
|
|
(91, '隗」謾セ蜀帑ソ。諱ッ蟾・遞句、ァ蟄ヲ'),
|
|||
|
|
(92, '荳頑オキ莠、騾壼、ァ蟄ヲ蛹サ蟄ヲ髯「 '),
|
|||
|
|
(93, '蜊惹ク懃炊蟾・螟ァ蟄ヲ'),
|
|||
|
|
(94, '隨ャ蝗帛�蛹サ螟ァ蟄ヲ'),
|
|||
|
|
(95, '螟ァ霑樊オキ莠句、ァ蟄ヲ'),
|
|||
|
|
(96, '蜊惹ク懷ク郁激螟ァ蟄ヲ'),
|
|||
|
|
(97, '霎ス螳∝、ァ蟄ヲ'),
|
|||
|
|
(98, '豺ア蝨ウ螟ァ蟄ヲ'),
|
|||
|
|
(99, '荳ュ螟ョ髻ウ荵仙ュヲ髯「'),
|
|||
|
|
(100, '荳ュ蝗ス蜊丞柱蛹サ遘大、ァ蟄ヲ');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `searchbox`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `searchbox` (
|
|||
|
|
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(30) DEFAULT NULL,
|
|||
|
|
`showsubcat` tinyint(1) NOT NULL DEFAULT '0',
|
|||
|
|
`showsource` tinyint(1) NOT NULL DEFAULT '0',
|
|||
|
|
`showmedium` tinyint(1) NOT NULL DEFAULT '0',
|
|||
|
|
`showcodec` tinyint(1) NOT NULL DEFAULT '0',
|
|||
|
|
`showstandard` tinyint(1) NOT NULL DEFAULT '0',
|
|||
|
|
`showprocessing` tinyint(1) NOT NULL DEFAULT '0',
|
|||
|
|
`showteam` tinyint(1) NOT NULL DEFAULT '0',
|
|||
|
|
`showaudiocodec` tinyint(1) NOT NULL DEFAULT '0',
|
|||
|
|
`catsperrow` smallint(5) unsigned NOT NULL DEFAULT '7',
|
|||
|
|
`catpadding` smallint(5) unsigned NOT NULL DEFAULT '25',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `searchbox`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `searchbox` (`id`, `name`, `showsubcat`, `showsource`, `showmedium`, `showcodec`, `showstandard`, `showprocessing`, `showteam`, `showaudiocodec`, `catsperrow`, `catpadding`) VALUES
|
|||
|
|
(4, 'chd', 1, 0, 1, 1, 1, 0, 1, 0, 10, 7);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `secondicons`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `secondicons` (
|
|||
|
|
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`source` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`medium` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`codec` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`standard` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`processing` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`team` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`audiocodec` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`name` varchar(30) NOT NULL,
|
|||
|
|
`class_name` varchar(255) DEFAULT NULL,
|
|||
|
|
`image` varchar(255) NOT NULL,
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=23 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `secondicons`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `secondicons` (`id`, `source`, `medium`, `codec`, `standard`, `processing`, `team`, `audiocodec`, `name`, `class_name`, `image`) VALUES
|
|||
|
|
(1, 0, 1, 1, 0, 0, 0, 0, 'Blu-ray/H.264', NULL, 'bdh264.png'),
|
|||
|
|
(2, 0, 1, 2, 0, 0, 0, 0, 'Blu-ray/VC-1', NULL, 'bdvc1.png'),
|
|||
|
|
(3, 0, 1, 4, 0, 0, 0, 0, 'Blu-ray/MPEG-2', NULL, 'bdmpeg2.png'),
|
|||
|
|
(4, 0, 2, 1, 0, 0, 0, 0, 'HD DVD/H.264', NULL, 'hddvdh264.png'),
|
|||
|
|
(5, 0, 2, 2, 0, 0, 0, 0, 'HD DVD/VC-1', NULL, 'hddvdvc1.png'),
|
|||
|
|
(6, 0, 2, 4, 0, 0, 0, 0, 'HD DVD/MPEG-2', NULL, 'hddvdmpeg2.png'),
|
|||
|
|
(7, 0, 3, 1, 0, 0, 0, 0, 'Remux/H.264', NULL, 'remuxh264.png'),
|
|||
|
|
(8, 0, 3, 2, 0, 0, 0, 0, 'Remux/VC-1', NULL, 'remuxvc1.png'),
|
|||
|
|
(9, 0, 3, 4, 0, 0, 0, 0, 'Remux/MPEG-2', NULL, 'remuxmpeg2.png'),
|
|||
|
|
(10, 0, 4, 0, 0, 0, 0, 0, 'AVCHD', NULL, 'avchd.png'),
|
|||
|
|
(11, 0, 5, 1, 0, 0, 0, 0, 'HDTV/H.264', NULL, 'hdtvh264.png'),
|
|||
|
|
(12, 0, 5, 4, 0, 0, 0, 0, 'HDTV/MPEG-2', NULL, 'hdtvmpeg2.png'),
|
|||
|
|
(13, 0, 6, 0, 0, 0, 0, 0, 'DVDR', NULL, 'dvdr.png'),
|
|||
|
|
(14, 0, 7, 1, 0, 0, 0, 0, 'Rip/H.264', NULL, 'riph264.png'),
|
|||
|
|
(15, 0, 7, 3, 0, 0, 0, 0, 'Rip/Xvid', NULL, 'ripxvid.png'),
|
|||
|
|
(16, 0, 8, 5, 0, 0, 0, 0, 'CD/FLAC', NULL, 'cdflac.png'),
|
|||
|
|
(17, 0, 8, 6, 0, 0, 0, 0, 'CD/APE', NULL, 'cdape.png'),
|
|||
|
|
(18, 0, 8, 7, 0, 0, 0, 0, 'CD/DTS', NULL, 'cddts.png'),
|
|||
|
|
(19, 0, 8, 9, 0, 0, 0, 0, 'CD/Other', NULL, 'cdother.png'),
|
|||
|
|
(20, 0, 9, 5, 0, 0, 0, 0, 'Extract/FLAC', NULL, 'extractflac.png'),
|
|||
|
|
(21, 0, 9, 7, 0, 0, 0, 0, 'Extract/DTS', NULL, 'extractdts.png'),
|
|||
|
|
(22, 0, 9, 8, 0, 0, 0, 0, 'Extract/AC-3', NULL, 'extractac3.png');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `shoutbox`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `shoutbox` (
|
|||
|
|
`id` int(10) NOT NULL AUTO_INCREMENT,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`date` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`text` text NOT NULL,
|
|||
|
|
`type` enum('sb','hb') NOT NULL DEFAULT 'sb',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `shoutbox`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `sitelog`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `sitelog` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`txt` text NOT NULL,
|
|||
|
|
`security_level` enum('normal','mod') NOT NULL DEFAULT 'normal',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `added` (`added`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `sitelog`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `snatched`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `snatched` (
|
|||
|
|
`id` int(10) NOT NULL AUTO_INCREMENT,
|
|||
|
|
`torrentid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`ip` varchar(64) NOT NULL DEFAULT '',
|
|||
|
|
`port` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`uploaded` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`downloaded` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`to_go` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`seedtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`leechtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`last_action` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`startdat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`completedat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`finished` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `torrentid_userid` (`torrentid`,`userid`),
|
|||
|
|
KEY `userid` (`userid`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `snatched`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `sources`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `sources` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(30) NOT NULL,
|
|||
|
|
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `sources`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `sources` (`id`, `name`, `sort_index`) VALUES
|
|||
|
|
(1, 'Blu-ray', 0),
|
|||
|
|
(2, 'HD DVD', 0),
|
|||
|
|
(3, 'DVD', 0),
|
|||
|
|
(4, 'HDTV', 0),
|
|||
|
|
(5, 'TV', 0),
|
|||
|
|
(6, 'Other', 0);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `staffmessages`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `staffmessages` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`sender` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`msg` text,
|
|||
|
|
`subject` varchar(128) NOT NULL DEFAULT '',
|
|||
|
|
`answeredby` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`answered` tinyint(1) NOT NULL DEFAULT '0',
|
|||
|
|
`answer` text,
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `staffmessages`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `standards`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `standards` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(30) NOT NULL,
|
|||
|
|
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `standards`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `standards` (`id`, `name`, `sort_index`) VALUES
|
|||
|
|
(1, '1080p', 0),
|
|||
|
|
(2, '1080i', 0),
|
|||
|
|
(3, '720p', 0),
|
|||
|
|
(4, 'SD', 0);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `stylesheets`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `stylesheets` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`uri` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`name` varchar(64) NOT NULL DEFAULT '',
|
|||
|
|
`addicode` text,
|
|||
|
|
`designer` varchar(50) NOT NULL DEFAULT '',
|
|||
|
|
`comment` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=14 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `stylesheets`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `stylesheets` (`id`, `uri`, `name`, `addicode`, `designer`, `comment`) VALUES
|
|||
|
|
(2, 'styles/BlueGene/', 'Blue Gene', '', 'Zantetsu', 'HDBits clone'),
|
|||
|
|
(3, 'styles/BlasphemyOrange/', 'Blasphemy Orange', '', 'Zantetsu', 'Bit-HDTV clone'),
|
|||
|
|
(4, 'styles/Classic/', 'Classic', '', 'Zantetsu', 'TBSource original mod'),
|
|||
|
|
(6, 'styles/DarkPassion/', 'Dark Passion', '', 'Zantetsu', ''),
|
|||
|
|
(7, 'styles/BambooGreen/', 'Bamboo Green', '', 'Xia Zuojie', 'Baidu Hi clone');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `subs`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `subs` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`torrent_id` mediumint(8) unsigned NOT NULL,
|
|||
|
|
`lang_id` smallint(5) unsigned NOT NULL,
|
|||
|
|
`title` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`filename` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`size` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`uppedby` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`anonymous` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`hits` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`ext` varchar(10) NOT NULL DEFAULT '',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `torrentid_langid` (`torrent_id`,`lang_id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `subs`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `suggest`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `suggest` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`keywords` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`adddate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `keywords` (`keywords`(4)),
|
|||
|
|
KEY `adddate` (`adddate`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `suggest`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `sysoppanel`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `sysoppanel` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(128) NOT NULL DEFAULT '',
|
|||
|
|
`url` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`info` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3028 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `sysoppanel`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `sysoppanel` (`id`, `name`, `url`, `info`) VALUES
|
|||
|
|
(1, 'Delete disabled users', 'deletedisabled.php', 'Delete all disabled users'),
|
|||
|
|
(2, 'Manage tracker forum', 'forummanage.php', 'Edit/Delete forum'),
|
|||
|
|
(3, 'MySQL Stats', 'mysql_stats.php', 'See MySql stats'),
|
|||
|
|
(4, 'Mass mailer', 'massmail.php', 'Send e-mail to all users on the tracker'),
|
|||
|
|
(5, 'Do cleanup', 'docleanup.php', 'Do cleanup functions'),
|
|||
|
|
(6, 'Ban System', 'bans.php', 'Ban / Unban IP'),
|
|||
|
|
(7, 'Failed Logins', 'maxlogin.php', 'Show Failed Login Attempts'),
|
|||
|
|
(8, 'Bitbucket', 'bitbucketlog.php', 'Bitbucket Log'),
|
|||
|
|
(9, 'Ban EMAIL address', 'bannedemails.php', 'Ban EMAILs stop registration.'),
|
|||
|
|
(10, 'Allow EMAIL address', 'allowedemails.php', 'Allow EMAIL registration.'),
|
|||
|
|
(11, 'Location', 'location.php', 'Manage location and location speed'),
|
|||
|
|
(12, 'Add Upload', 'amountupload.php', 'Add upload to certain classes');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `teams`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `teams` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(30) NOT NULL,
|
|||
|
|
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=6 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `teams`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `teams` (`id`, `name`, `sort_index`) VALUES
|
|||
|
|
(1, 'HDS', 0),
|
|||
|
|
(2, 'CHD', 0),
|
|||
|
|
(3, 'MySiLU', 0),
|
|||
|
|
(4, 'WiKi', 0),
|
|||
|
|
(5, 'Other', 0);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `thanks`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `thanks` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`torrentid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
UNIQUE KEY `torrentid_id` (`torrentid`,`id`),
|
|||
|
|
KEY `torrentid_userid` (`torrentid`,`userid`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `thanks`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `topics`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `topics` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`subject` varchar(128) NOT NULL,
|
|||
|
|
`locked` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`forumid` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`firstpost` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`lastpost` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`sticky` enum('no','yes') NOT NULL DEFAULT 'no',
|
|||
|
|
`hlcolor` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`views` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
KEY `userid` (`userid`),
|
|||
|
|
KEY `subject` (`subject`),
|
|||
|
|
KEY `forumid_lastpost` (`forumid`,`lastpost`),
|
|||
|
|
KEY `forumid_sticky_lastpost` (`forumid`,`sticky`,`lastpost`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `topics`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `torrents`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `torrents` (
|
|||
|
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`info_hash` binary(20) NOT NULL,
|
|||
|
|
`name` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`filename` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`save_as` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`descr` text,
|
|||
|
|
`small_descr` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`ori_descr` text,
|
|||
|
|
`category` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`source` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`medium` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`codec` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`standard` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`processing` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`team` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`audiocodec` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`size` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`type` enum('single','multi') NOT NULL DEFAULT 'single',
|
|||
|
|
`numfiles` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`comments` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`views` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`times_completed` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`leechers` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`seeders` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`last_action` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`visible` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`banned` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`owner` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`nfo` blob,
|
|||
|
|
`sp_state` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
|||
|
|
`anonymous` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`url` int(10) unsigned DEFAULT NULL,
|
|||
|
|
`pos_state` enum('normal','sticky') NOT NULL DEFAULT 'normal',
|
|||
|
|
`cache_stamp` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`picktype` enum('hot','classic','recommended','normal') NOT NULL DEFAULT 'normal',
|
|||
|
|
`picktime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`sp_state_temp` enum('2up_free','2up','free','half_down','normal') NOT NULL DEFAULT 'normal',
|
|||
|
|
`last_reseed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
UNIQUE KEY `info_hash` (`info_hash`),
|
|||
|
|
KEY `owner` (`owner`),
|
|||
|
|
KEY `visible_pos_id` (`visible`,`pos_state`,`id`),
|
|||
|
|
KEY `url` (`url`),
|
|||
|
|
KEY `category_visible_banned` (`category`,`visible`,`banned`),
|
|||
|
|
KEY `visible_banned_pos_id` (`visible`,`banned`,`pos_state`,`id`),
|
|||
|
|
FULLTEXT KEY `name` (`name`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `torrents`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `torrents_state`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `torrents_state` (
|
|||
|
|
`global_sp_state` tinyint(3) unsigned NOT NULL DEFAULT '1'
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `torrents_state`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `torrents_state` (`global_sp_state`) VALUES
|
|||
|
|
(1);
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `uploadspeed`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `uploadspeed` (
|
|||
|
|
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`name` varchar(50) DEFAULT NULL,
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=19 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `uploadspeed`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
INSERT INTO `uploadspeed` (`id`, `name`) VALUES
|
|||
|
|
(1, '64kbps'),
|
|||
|
|
(2, '128kbps'),
|
|||
|
|
(3, '256kbps'),
|
|||
|
|
(4, '512kbps'),
|
|||
|
|
(5, '768kbps'),
|
|||
|
|
(6, '1Mbps'),
|
|||
|
|
(7, '1.5Mbps'),
|
|||
|
|
(8, '2Mbps'),
|
|||
|
|
(9, '3Mbps'),
|
|||
|
|
(10, '4Mbps'),
|
|||
|
|
(11, '5Mbps'),
|
|||
|
|
(12, '6Mbps'),
|
|||
|
|
(13, '7Mbps'),
|
|||
|
|
(14, '8Mbps'),
|
|||
|
|
(15, '9Mbps'),
|
|||
|
|
(16, '10Mbps'),
|
|||
|
|
(17, '48Mbps'),
|
|||
|
|
(18, '100Mbit');
|
|||
|
|
|
|||
|
|
-- --------------------------------------------------------
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Table structure for table `users`
|
|||
|
|
--
|
|||
|
|
|
|||
|
|
CREATE TABLE IF NOT EXISTS `users` (
|
|||
|
|
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`username` varchar(40) NOT NULL DEFAULT '',
|
|||
|
|
`passhash` varchar(32) NOT NULL DEFAULT '',
|
|||
|
|
`secret` varbinary(20) NOT NULL,
|
|||
|
|
`email` varchar(80) NOT NULL DEFAULT '',
|
|||
|
|
`status` enum('pending','confirmed') NOT NULL DEFAULT 'pending',
|
|||
|
|
`added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`last_login` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`last_access` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`last_home` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`last_offer` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`forum_access` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`last_staffmsg` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`last_pm` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`last_comment` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`last_post` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`last_browse` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`last_music` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`last_catchup` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`editsecret` varbinary(20) NOT NULL,
|
|||
|
|
`privacy` enum('strong','normal','low') NOT NULL DEFAULT 'normal',
|
|||
|
|
`stylesheet` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
|||
|
|
`caticon` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
|||
|
|
`fontsize` enum('small','medium','large') NOT NULL DEFAULT 'medium',
|
|||
|
|
`info` text,
|
|||
|
|
`acceptpms` enum('yes','friends','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`commentpm` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`ip` varchar(64) NOT NULL DEFAULT '',
|
|||
|
|
`class` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
|||
|
|
`max_class_once` tinyint(3) NOT NULL DEFAULT '1',
|
|||
|
|
`avatar` varchar(255) NOT NULL DEFAULT '',
|
|||
|
|
`uploaded` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`downloaded` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`seedtime` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`leechtime` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`title` varchar(30) NOT NULL DEFAULT '',
|
|||
|
|
`country` smallint(5) unsigned NOT NULL DEFAULT '107',
|
|||
|
|
`notifs` varchar(500) DEFAULT NULL,
|
|||
|
|
`modcomment` text,
|
|||
|
|
`enabled` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`avatars` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`donor` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`donated` decimal(8,2) NOT NULL DEFAULT '0.00',
|
|||
|
|
`donated_cny` decimal(8,2) NOT NULL DEFAULT '0.00',
|
|||
|
|
`donoruntil` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`warned` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`warneduntil` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`noad` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`noaduntil` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`torrentsperpage` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`topicsperpage` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`postsperpage` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`clicktopic` enum('firstpage','lastpage') NOT NULL DEFAULT 'firstpage',
|
|||
|
|
`deletepms` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`savepms` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`showhot` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`showclassic` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`support` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`picker` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`stafffor` varchar(255) NOT NULL,
|
|||
|
|
`supportfor` varchar(255) NOT NULL,
|
|||
|
|
`pickfor` varchar(255) NOT NULL,
|
|||
|
|
`supportlang` varchar(50) NOT NULL,
|
|||
|
|
`passkey` varchar(32) NOT NULL DEFAULT '',
|
|||
|
|
`promotion_link` varchar(32) DEFAULT NULL,
|
|||
|
|
`uploadpos` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`forumpost` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`downloadpos` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`clientselect` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`signatures` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`signature` varchar(800) NOT NULL DEFAULT '',
|
|||
|
|
`lang` smallint(5) unsigned NOT NULL DEFAULT '6',
|
|||
|
|
`cheat` smallint(6) NOT NULL DEFAULT '0',
|
|||
|
|
`download` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`upload` int(10) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`isp` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`invites` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`invited_by` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`gender` enum('Male','Female','N/A') NOT NULL DEFAULT 'N/A',
|
|||
|
|
`vip_added` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`vip_until` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`seedbonus` decimal(10,1) NOT NULL DEFAULT '0.0',
|
|||
|
|
`charity` decimal(10,1) NOT NULL DEFAULT '0.0',
|
|||
|
|
`bonuscomment` text,
|
|||
|
|
`parked` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`leechwarn` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`leechwarnuntil` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`lastwarned` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
|||
|
|
`timeswarned` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`warnedby` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|||
|
|
`sbnum` tinyint(3) unsigned NOT NULL DEFAULT '70',
|
|||
|
|
`sbrefresh` smallint(5) unsigned NOT NULL DEFAULT '120',
|
|||
|
|
`hidehb` enum('yes','no') DEFAULT 'no',
|
|||
|
|
`showimdb` enum('yes','no') DEFAULT 'yes',
|
|||
|
|
`showdescription` enum('yes','no') DEFAULT 'yes',
|
|||
|
|
`showcomment` enum('yes','no') DEFAULT 'yes',
|
|||
|
|
`showclienterror` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`showdlnotice` tinyint(1) NOT NULL DEFAULT '1',
|
|||
|
|
`tooltip` enum('minorimdb','medianimdb','off') NOT NULL DEFAULT 'off',
|
|||
|
|
`shownfo` enum('yes','no') DEFAULT 'yes',
|
|||
|
|
`timetype` enum('timeadded','timealive') DEFAULT 'timealive',
|
|||
|
|
`appendsticky` enum('yes','no') DEFAULT 'yes',
|
|||
|
|
`appendnew` enum('yes','no') DEFAULT 'yes',
|
|||
|
|
`appendpromotion` enum('highlight','word','icon','off') DEFAULT 'icon',
|
|||
|
|
`appendpicked` enum('yes','no') DEFAULT 'yes',
|
|||
|
|
`dlicon` enum('yes','no') DEFAULT 'yes',
|
|||
|
|
`bmicon` enum('yes','no') DEFAULT 'yes',
|
|||
|
|
`showsmalldescr` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
`showcomnum` enum('yes','no') DEFAULT 'yes',
|
|||
|
|
`showlastcom` enum('yes','no') DEFAULT 'no',
|
|||
|
|
`showlastpost` enum('yes','no') NOT NULL DEFAULT 'no',
|
|||
|
|
`pmnum` tinyint(3) unsigned NOT NULL DEFAULT '10',
|
|||
|
|
`school` smallint(5) unsigned NOT NULL DEFAULT '35',
|
|||
|
|
`showfb` enum('yes','no') NOT NULL DEFAULT 'yes',
|
|||
|
|
PRIMARY KEY (`id`),
|
|||
|
|
UNIQUE KEY `username` (`username`),
|
|||
|
|
KEY `status_added` (`status`,`added`),
|
|||
|
|
KEY `ip` (`ip`),
|
|||
|
|
KEY `uploaded` (`uploaded`),
|
|||
|
|
KEY `downloaded` (`downloaded`),
|
|||
|
|
KEY `country` (`country`),
|
|||
|
|
KEY `last_access` (`last_access`),
|
|||
|
|
KEY `enabled` (`enabled`),
|
|||
|
|
KEY `warned` (`warned`),
|
|||
|
|
KEY `cheat` (`cheat`),
|
|||
|
|
KEY `class` (`class`),
|
|||
|
|
KEY `passkey` (`passkey`(8))
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|||
|
|
|
|||
|
|
--
|
|||
|
|
-- Dumping data for table `users`
|
|||
|
|
--
|
|||
|
|
-- 2010-06-03
|
|||
|
|
ALTER TABLE `users` CHANGE `sbnum` `sbnum` SMALLINT UNSIGNED NOT NULL DEFAULT '70' ;
|
|||
|
|
DELETE FROM `adminpanel` WHERE `adminpanel`.`id` = 5 LIMIT 1;
|
|||
|
|
-- 2009.11.17
|
|||
|
|
CREATE TABLE IF NOT EXISTS `adclicks` (
|
|||
|
|
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
|||
|
|
`adid` int(11) unsigned DEFAULT NULL,
|
|||
|
|
`userid` int(11) unsigned DEFAULT NULL,
|
|||
|
|
`added` datetime DEFAULT NULL,
|
|||
|
|
PRIMARY KEY (`id`)
|
|||
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
|||
|
|
-- 2010-06-15
|
|||
|
|
ALTER TABLE `torrents` ADD `promotion_time_type` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `sp_state` ;
|
|||
|
|
ALTER TABLE `torrents` ADD `promotion_until` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `promotion_time_type` ;
|
|||
|
|
-- 2010-09-05
|
|||
|
|
ALTER TABLE `friends` CHANGE `id` `id` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT ;
|
|||
|
|
ALTER TABLE `torrents` DROP `sp_state_temp`;
|
|||
|
|
-- 2011-12-02
|
|||
|
|
INSERT INTO `agent_allowed_family` (
|
|||
|
|
`id` ,
|
|||
|
|
`family` ,
|
|||
|
|
`start_name` ,
|
|||
|
|
`peer_id_pattern` ,
|
|||
|
|
`peer_id_match_num` ,
|
|||
|
|
`peer_id_matchtype` ,
|
|||
|
|
`peer_id_start` ,
|
|||
|
|
`agent_pattern` ,
|
|||
|
|
`agent_match_num` ,
|
|||
|
|
`agent_matchtype` ,
|
|||
|
|
`agent_start` ,
|
|||
|
|
`exception` ,
|
|||
|
|
`allowhttps` ,
|
|||
|
|
`comment` ,
|
|||
|
|
`hits`
|
|||
|
|
)
|
|||
|
|
VALUES (
|
|||
|
|
NULL , 'Transmission2.x', 'Transmission 2.0', '/^-TR2([0-9])([0-9])([0-9])-/', '3', 'dec', '-TR2000-', '/^Transmission\\/2\\.([0-9])([0-9])/', '3', 'dec', 'Transmission/2.00', 'no', 'yes', '', '0'
|
|||
|
|
);
|
|||
|
|
INSERT INTO `agent_allowed_family` (
|
|||
|
|
`id` ,
|
|||
|
|
`family` ,
|
|||
|
|
`start_name` ,
|
|||
|
|
`peer_id_pattern` ,
|
|||
|
|
`peer_id_match_num` ,
|
|||
|
|
`peer_id_matchtype` ,
|
|||
|
|
`peer_id_start` ,
|
|||
|
|
`agent_pattern` ,
|
|||
|
|
`agent_match_num` ,
|
|||
|
|
`agent_matchtype` ,
|
|||
|
|
`agent_start` ,
|
|||
|
|
`exception` ,
|
|||
|
|
`allowhttps` ,
|
|||
|
|
`comment` ,
|
|||
|
|
`hits`
|
|||
|
|
)
|
|||
|
|
VALUES (
|
|||
|
|
NULL , 'uTorrent 3.x', 'uTorrent/3000', '/^-UT3([0-9])([0-9])([0-9])-/', '3', 'dec', '-UT3000-', '/^uTorrent\\/3([0-9])([0-9])([0-9])/', '3', 'dec', 'uTorrent/3000', 'no', 'yes', '', '0'
|
|||
|
|
);
|