Новая система локализации шаблонов боковых панелей, пользовательских соглашений и т.д. Добавлены локализации оных на английский и украинский языки. Исправления ошибок и прочие изменения: - вторая боковая панель включена по-умолчанию; - включена панель отладки в администраторской панели; - исправление ошибки с сохранением кеша для разных языков; - исправление ошибки с выбором стандартного языка для форума; - исправление ошибки с генерацией списка текущих дней рождения; - исправление ошибки с иногда некорректной генерацией списка файлов в раздаче; - исправление ошибки с возможностью парсинга базы данных пользовательских email-адресов; - исправление ошибки с редиректом страниц на некоторых конфигурациях серверов (IIS); - исправление ошибки с выводом информации о текущем выбранном шаблоне/языке, если на форуме он всего один; - исправление кодировки кастомного поиска для браузера; - множественные правки в css, js, языковых переменных. Также были переименованы все файлы в папке /includes/ucp, для предотвращения дублирования текста в названии оных. Изменения в сами файлы не вносились. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@591 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
glix08@gmail.com 2014-07-13 10:30:03 +00:00
commit 30e6a00c8e
88 changed files with 3972 additions and 3571 deletions

View file

@ -2,9 +2,9 @@
За помощь, оказанную в развитии нашего движка, выражаем особую благодарность нижеперечисленным участникам форума:
********************************
** Сборы марта 2013 года **
********************************
***************************
** Сборы 2013 года **
***************************
emilio13
UralSOFT
@ -20,9 +20,9 @@ Bullit
Triceratop (http://goldenshara.com/)
Ramzess
********************************
** Сборы июня 2014 года **
********************************
****************************
** Сборы 2014 года **
****************************
SamSeGo
alesel (http://sporttracker.kz/)
@ -33,10 +33,11 @@ wint1000 (http://asmlocator.ru/)
Philstone (http://worldofminecraft.su/)
Nightwolf
nord51
Вася
********************************
*****************************
** Прочая информация **
********************************
*****************************
Большое вам всем спасибо за помощь.

View file

@ -97,8 +97,9 @@ http {
include fastcgi_params;
}
location ^~ /bt/ {
access_log off;
# Old XBTT config
# location ^~ /bt/ {
# access_log off;
# if ( $query_string ~ "^uk=([^&?]{10})[&?]+(.*)$" ) {
# set $uk $1;
# set $qs $2&ip=$remote_addr;
@ -110,9 +111,9 @@ http {
# if ( $qs ) {
# rewrite ^.*/([a-z]+)(\.php|)$ /$uk/$1?$qs break;
# }
rewrite ^/?(.*)$ /$1?ip=$remote_addr&$query_string break;
proxy_pass http://127.0.0.1:2710/;
}
# rewrite ^/?(.*)$ /$1?ip=$remote_addr&$query_string break;
# proxy_pass http://127.0.0.1:2710/;
# }
# Cached Images
location ~* \.(jpg|jpeg|gif|png|css|js|ico)$ {

17
upgrade/r600-stable.php Normal file
View file

@ -0,0 +1,17 @@
<?php
define('IN_FORUM', true);
define('BB_ROOT', './');
require(BB_ROOT . 'common.php');
while (@ob_end_flush()) ;
ob_implicit_flush();
error_reporting(E_ALL);
ini_set('display_errors', 1);
$user->session_start();
set_die_append_msg();
if (!IS_SUPER_ADMIN) bb_die($lang['ONLY_FOR_SUPER_ADMIN']);
// DRAFT, TODO IN NEXT REVISIONS

View file

@ -135,7 +135,6 @@ switch($mode)
'SITENAME' => htmlCHR($new['sitename']),
'CONFIG_SITE_DESCRIPTION' => htmlCHR($new['site_desc']),
'DISABLE_BOARD' => ($new['board_disable']) ? true : false,
'ALLOW_AUTOLOGIN' => ($new['allow_autologin']) ? true : false,
'AUTOLOGIN_TIME' => (int) $new['max_autologin_time'],
'MAX_POLL_OPTIONS' => $new['max_poll_options'],
@ -143,8 +142,8 @@ switch($mode)
'TOPICS_PER_PAGE' => $new['topics_per_page'],
'POSTS_PER_PAGE' => $new['posts_per_page'],
'HOT_TOPIC' => $new['hot_threshold'],
'LANG_SELECT' => language_select($new['default_lang'], 'language'),
'DEFAULT_DATEFORMAT' => $new['default_dateformat'],
'LANG_SELECT' => language_select($new['default_lang'], 'default_lang'),
'TIMEZONE_SELECT' => tz_select($new['board_timezone'], 'board_timezone'),
'MAX_LOGIN_ATTEMPTS' => $new['max_login_attempts'],
'LOGIN_RESET_TIME' => $new['login_reset_time'],

View file

@ -1,4 +1,3 @@
<select id="jumpbox" onchange="window.location.href='viewforum.php?f='+this.value;" name="f" id="f">
<optgroup label="&nbsp;Ваша первая категория">
<option class="root_forum" value="1">&nbsp;Ваш первый форум&nbsp;</option>

View file

@ -1,4 +1,3 @@
<select id="jumpbox" onchange="window.location.href='viewforum.php?f='+this.value;" name="f" id="f">
<optgroup label="&nbsp;Ваша первая категория">
<option class="root_forum" value="1">&nbsp;Ваш первый форум&nbsp;</option>

View file

@ -11,10 +11,8 @@ if (!$mc_text = prepare_message($mc_text)) $this->ajax_die($lang['EMPTY_MESSAGE'
$post = DB()->fetch_row("
SELECT
p.post_id, p.poster_id,
u.username, u.user_id, u.user_rank
p.post_id, p.poster_id
FROM ". BB_POSTS ." p
LEFT JOIN ". BB_USERS ." u ON(u.user_id = p.mc_user_id)
WHERE p.post_id = $post_id
");
if (!$post) $this->ajax_die('not post');

View file

@ -104,7 +104,7 @@ class torrent
}
array_deep($f['path'], 'clean_tor_dirname');
$length = isset($f['length']) ? (int) $f['length'] : 0;
$length = isset($f['length']) ? (float) $f['length'] : 0;
$subdir_count = count($f['path']) - 1;
if ($subdir_count > 0)

View file

@ -55,8 +55,8 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
// Increase number of revision after update
$bb_cfg['tp_version'] = '2.6 (RC)';
$bb_cfg['tp_release_date'] = '21-06-2014';
$bb_cfg['tp_release_state'] = 'R590';
$bb_cfg['tp_release_date'] = '13-07-2014';
$bb_cfg['tp_release_state'] = 'R591';
// Database
$charset = 'utf8';
@ -242,11 +242,8 @@ $bb_cfg['posting_url'] = 'posting.php'; # "http://{$domain_name}/posting.php"
$bb_cfg['pm_url'] = 'privmsg.php'; # "http://{$domain_name}/privmsg.php"
// Language
setlocale(LC_ALL, 'ru_RU.UTF-8');
setlocale(LC_NUMERIC, 'C');
$bb_cfg['charset'] = 'utf8';
$bb_cfg['auto_language'] = true;
$bb_cfg['charset'] = 'utf8'; // page charset
$bb_cfg['auto_language'] = true; // select user-preferred language automatically
if (!empty($_SERVER['HTTP_ACCEPT_LANGUAGE']) && $bb_cfg['auto_language'])
{
@ -285,7 +282,7 @@ define('ADMIN_TPL_DIR', TEMPLATES_DIR .'/admin/');
$bb_cfg['templates'] = array(
// 'folder' => 'Name',
'default' => 'Стандартный'
'default' => 'Стандартный',
);
$bb_cfg['tpl_name'] = 'default';
@ -300,15 +297,9 @@ $page_cfg['show_sidebar1'] = array(
);
$page_cfg['show_sidebar2'] = array(
# BB_SCRIPT => true
'index' => false,
'index' => true,
);
$bb_cfg['sidebar1_static_content_path'] = BB_PATH .'/misc/html/sidebar1.html';
$bb_cfg['sidebar2_static_content_path'] = BB_PATH .'/misc/html/sidebar2.html';
$bb_cfg['topic_tpl']['overall_header'] = TEMPLATES_DIR .'topic_tpl_overall_header.html';
$bb_cfg['topic_tpl']['rules_video'] = TEMPLATES_DIR .'topic_tpl_rules_video.html';
// Cookie
$bb_cfg['cookie_domain'] = in_array($domain_name, array(getenv('SERVER_ADDR'), 'localhost')) ? '' : ".$domain_name";
$bb_cfg['cookie_secure'] = (!empty($_SERVER['HTTPS']) ? 1 : 0); # 0
@ -590,8 +581,8 @@ $banned_user_agents = array(
# 'wget',
);
$bb_cfg['porno_forums_screenshots_topic_id'] = 52267;
$bb_cfg['trash_forum_id'] = 0; // (int) 27
$bb_cfg['porno_forums_screenshots_topic_id'] = 0; // (int) 7
$bb_cfg['trash_forum_id'] = 0; // (int) 7
$bb_cfg['first_logon_redirect_url'] = 'index.php';
$bb_cfg['terms_and_conditions_url'] = 'index.php';
@ -600,11 +591,6 @@ $bb_cfg['user_agreement_url'] = 'misc.php?do=info&show=user_agreement';
$bb_cfg['copyright_holders_url'] = 'misc.php?do=info&show=copyright_holders';
$bb_cfg['advert_url'] = 'misc.php?do=info&show=advert';
$bb_cfg['html_path'] = BB_PATH .'/misc/html/'; #
$bb_cfg['user_agreement_html_path'] = $bb_cfg['html_path'] .'user_agreement.html'; #
$bb_cfg['copyright_holders_html_path'] = $bb_cfg['html_path'] .'copyright_holders.html'; #
$bb_cfg['advert_html_path'] = $bb_cfg['html_path'] .'advert.html'; #
// Captcha
$bb_cfg['captcha'] = array(
'disabled' => false,

View file

@ -24,16 +24,16 @@ $showSourceNext = 15;
<script type="text/javascript">
function showParam(i) {
currentParam = i;
document.getElementById('paramHide').style.display = ''
document.getElementById('paramSpace').style.display = ''
document.getElementById('param').style.display = ''
document.getElementById('param').innerHTML = '<pre>' + document.getElementById('param' + i).innerHTML + '</pre>'
document.getElementById('paramHide').style.display = '';
document.getElementById('paramSpace').style.display = '';
document.getElementById('param').style.display = '';
document.getElementById('param').innerHTML = '<pre>' + document.getElementById('param' + i).innerHTML + '</pre>';
}
function hideParam() {
currentParam = -1;
document.getElementById('paramHide').style.display = 'none'
document.getElementById('paramSpace').style.display = 'none'
document.getElementById('param').style.display = 'none'
document.getElementById('paramHide').style.display = 'none';
document.getElementById('paramSpace').style.display = 'none';
document.getElementById('param').style.display = 'none';
}
function showOrHideParam(i) {
if (currentParam == i) {

View file

@ -53,7 +53,7 @@ if ($bb_cfg['birthday_check_day'] && $bb_cfg['birthday_enabled'])
$sql = DB()->fetch_rowset("SELECT user_id, username, user_rank , user_birthday
FROM ". BB_USERS ."
WHERE user_id NOT IN(". EXCLUDED_USERS_CSV .")
AND user_birthday IS not NULL
AND user_birthday != '0000-00-00'
AND user_active = 1
ORDER BY user_level DESC, username
");

View file

@ -960,7 +960,7 @@ class sql_db
if (!$html_table && $row)
{
$html_table = true;
$this->explain_hold .= '<table width="100%" cellpadding="3" cellspacing="1" class="bodyline" style="border-width: 0px;"><tr>';
$this->explain_hold .= '<table width="100%" cellpadding="3" cellspacing="1" class="bodyline" style="border-width: 0;"><tr>';
foreach (array_keys($row) as $val)
{
$this->explain_hold .= '<td class="row3 gensmall" align="center"><b>'. $val .'</b></td>';

View file

@ -268,7 +268,7 @@ $bf['user_opt'] = array(
'user_notify' => 5, // Сообщать об ответах в отслеживаемых темах
'user_notify_pm' => 6, // Сообщать о новых ЛС
'dis_passkey' => 7, // Запрет на добавление passkey, он же запрет на скачивание торрентов
'user_porn_forums' => 8, // Скрывать pron форумы
'user_porn_forums' => 8, // Скрывать контент 18+
'user_callseed' => 9, // Позвать скачавших
'user_hide_ads' => 10, // Запрет на показ рекламы
'dis_topic' => 11, // Запрет на создание новых тем
@ -1979,14 +1979,6 @@ function redirect ($url)
$redirect_url = $server_protocol . $server_name . $server_port . $script_name . preg_replace('#^\/?(.*?)\/?$#', '/\1', $url);
// Redirect via an HTML form for PITA webservers
if (@preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SOFTWARE')))
{
header('Refresh: 0; URL='. $redirect_url);
echo '<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="refresh" content="0; url='. $redirect_url .'"><title>Redirect</title></head><body><div align="center">If your browser does not support meta redirection please click <a href="'. $redirect_url .'">HERE</a> to be redirected</div></body></html>';
exit;
}
// Behave as per HTTP/1.1 spec for others
header('Location: '. $redirect_url);
exit;

View file

@ -19,7 +19,7 @@ function language_select ($default_lang, $select_name = 'language')
$x++;
}
$lang_select .= '</select>';
return ($x > 1) ? $lang_select : '';
return ($x > 1) ? $lang_select : reset($bb_cfg['languages']);
}
//
@ -62,5 +62,5 @@ function templates_select ($default_style, $select_name = 'tpl_name')
$x++;
}
$templates_select .= '</select>';
return ($x > 1) ? $templates_select : '';
return ($x > 1) ? $templates_select : reset($bb_cfg['templates']);
}

View file

@ -149,5 +149,5 @@ $online['cnt'] = $online_short['cnt'] = <<<HTML
]
HTML;
CACHE('bb_cache')->set('online', $online, 45);
CACHE('bb_cache')->set('online_short', $online_short, 45);
CACHE('bb_cache')->set('online_'.$userdata['user_lang'], $online, 45);
CACHE('bb_cache')->set('online_short_'.$userdata['user_lang'], $online_short, 45);

View file

@ -18,7 +18,7 @@ if (!empty($template))
$template->pparse('page_footer');
}
$show_dbg_info = (DBG_USER && IS_ADMIN && !defined('IN_ADMIN'));
$show_dbg_info = (DBG_USER && IS_ADMIN && !(isset($_GET['pane']) && $_GET['pane'] == 'left'));
if(!$bb_cfg['gzip_compress'])
{
@ -75,7 +75,7 @@ echo '
</div><!--/body_container-->
';
if (DBG_USER && (SQL_DEBUG || PROFILER) && !defined('IN_ADMIN'))
if (DBG_USER && (SQL_DEBUG || PROFILER) && !(isset($_GET['pane']) && $_GET['pane'] == 'left'))
{
require(INC_DIR . 'page_footer_dev.php');
}

View file

@ -26,7 +26,7 @@
background-color: #F5F5F5;
padding-bottom: 1px;
border: solid #F5F5F5;
border-width: 0px 0px 1px 0px;
border-width: 0 0 1px 0;
cursor: pointer;
}
.sqlLogHead {

View file

@ -23,7 +23,7 @@ else
if (defined('SHOW_ONLINE') && SHOW_ONLINE)
{
$online_full = !empty($_REQUEST['online_full']);
$online_list = ($online_full) ? 'online' : 'online_short';
$online_list = ($online_full) ? 'online_'.$userdata['user_lang'] : 'online_short_'.$userdata['user_lang'];
${$online_list} = array(
'stat' => '',
@ -230,6 +230,12 @@ $template->assign_vars(array(
'SHOW_SIDEBAR1' => (!empty($page_cfg['show_sidebar1'][BB_SCRIPT]) || $bb_cfg['show_sidebar1_on_every_page']),
'SHOW_SIDEBAR2' => (!empty($page_cfg['show_sidebar2'][BB_SCRIPT]) || $bb_cfg['show_sidebar2_on_every_page']),
'HTML_AGREEMENT' => LANG_DIR . 'html/user_agreement.html',
'HTML_COPYRIGHT' => LANG_DIR . 'html/copyright_holders.html',
'HTML_ADVERT' => LANG_DIR . 'html/advert.html',
'HTML_SIDEBAR_1' => LANG_DIR . 'html/sidebar1.html',
'HTML_SIDEBAR_2' => LANG_DIR . 'html/sidebar2.html',
// Common urls
'AVATARS_URL' => "images/avatars",
'CAT_URL' => BB_ROOT . CAT_URL,

View file

@ -189,7 +189,7 @@ else if (IS_MOD)
// Show users torrent-profile
if (IS_AM || $profile_user_id || !bf($profiledata['user_opt'], 'user_opt', 'user_dls'))
{
require(INC_DIR .'ucp/usercp_viewtorrent.php');
require(INC_DIR .'ucp/viewtorrent.php');
}
// Ajax bt_userdata

View file

@ -0,0 +1,17 @@
<title>ADVERTISING ON THE SITE</title>
<div id="infobox-wrap" class="bCenter row1">
<fieldset class="pad_6">
<legend class="med bold mrg_2 warnColor1">ADVERTISING ON THE SITE</legend>
<div class="bCenter">
<style type="text/css">
#infobox-body p { margin-top: 1em; margin-bottom: 1em; }
</style>
<div id="infobox-body">
<h2 class="bold">Advertising on <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $bb_cfg['server_name']; ?>"><?php echo $bb_cfg['sitename']?></a></h2>
<p>For advertising please contact: <strong><a href="mailto:<?php echo $bb_cfg['adv_email']; ?>" class="gen"><?php echo $bb_cfg['adv_email']; ?></a></strong></p>
</div><!--/infobox-body-->
</div>
</fieldset>
<p class="gen tRight pad_6"><a href="javascript:window.close();" class="gen">[ Close ]</a></p>
</div><!--/infobox-wrap-->

View file

@ -0,0 +1,52 @@
<title>INFORMATION FOR COPYRIGHT HOLDERS</title>
<div id="infobox-wrap" class="bCenter row1">
<fieldset class="pad_6">
<legend class="med bold mrg_2 warnColor1">INFORMATION FOR COPYRIGHT HOLDERS</legend>
<div class="bCenter">
<style type="text/css">
#infobox-body p { margin-top: 1em; margin-bottom: 1em; }
</style>
<div id="infobox-body">
<p>Information for copyright holders.</p>
<p>If you are the copyright of any material link (or links) which is available on this site, and would not want to spread this information by users without your consent, we will be happy to assist you by removing the appropriate links.</p>
<p>This requires that you have sent us a letter (in electronic form)
which indicated to us the following information:</p>
<p>1. Documentary proof of your rights to material protected by copyright:</p>
<p> - scanned document with the seal, or</p>
<p> - email from an official e-mail domain of the company owner, or</p>
<p> - other contact information that uniquely identifies you as the owner of the material.</p>
<p>2. The text that you want to place, accompanied by a removable information.</p>
<p>In it you can specify where and under what conditions you can get information, references to which have been removed, as well as your contact information, so that users can get from you all the needed information regarding this material.</p>
<p>3. Direct links to pages that contain references to data that must be removed.</p>
<p>Links should be view <strong>http://<?php echo $_SERVER['SERVER_NAME']?>/viewtopic.php?t=XXXXX</strong> or something similar.</p>
<p>After that in 48 hours, we will remove interesting you links from the site.</p>
<p class="bold">Our email: <strong><a href="mailto:<?php echo $bb_cfg['abuse_email']; ?>" class="gen"><?php echo $bb_cfg['abuse_email']; ?></a></strong></p>
<p>WARNING!</p>
<p>а) We reserve the right to publish on the site of any information sent to us by mail <strong><a href="mailto:<?php echo $bb_cfg['abuse_email']; ?>" class="gen"><?php echo $bb_cfg['abuse_email']; ?></a></strong></p>
<p>б) We have no control over the actions of users who may be re-post links to information, which is the object of your copyright. Any information the forum, place automatically, without any control from any quarter whatsoever, which corresponds to the generally accepted international practice of placing information on the Internet. However, in any case, we consider all your queries regarding the reference to the information that violates your rights.</p>
<p>в) According to the Law on Copyright and Related Rights, a reference to any data (information message), by itself, is not subject to copyright law (although it may violate the "Agreement on the use of the website"). Thus, it is not necessary to send letters containing threats or demands, as not having a real reason.</p>
</div><!--/infobox-body-->
</div>
</fieldset>
<p class="gen tRight pad_6"><a href="javascript:window.close();" class="gen">[ Close ]</a></p>
</div><!--/infobox-wrap-->

View file

@ -0,0 +1,14 @@
<div id="infobox-wrap" class="bCenter row1">
<fieldset class="pad_6">
<legend class="med bold mrg_2 warnColor1">File not found</legend>
<div class="bCenter">
<style type="text/css">
#infobox-body p { margin-top: 1em; margin-bottom: 1em; }
</style>
<div id="infobox-body">
<p>File not found</p>
</div><!--/infobox-body-->
</div>
</fieldset>
<p class="gen tRight pad_6"><a href="javascript:window.close();" class="gen">[ Close ]</a></p>
</div><!--/infobox-wrap-->

View file

@ -0,0 +1,23 @@
<div>
<h3>BitTorrent clients</h3>
<ul>
<li><a rel="nofollow" href="http://www.utorrent.com/" class="med"><b>uTorrent</b></a> <span class="med nowrap">(recommended: <b>3.4</b>)</span></li>
<li><a rel="nofollow" href="http://www.bittorrent.com/" class="med"><b>BitTorrent</b></a> <span class="med nowrap">(recommended: <b>7.9</b>)</span></li>
<li><a rel="nofollow" href="http://www.transmissionbt.com/" class="med"><b>Transmission</b></a> <span class="med nowrap">(recommended: <b>2.82</b>)</span></li>
</ul>
</div>
</br>
<div>
<h3>FAQ</h3>
<ul class="med">
<li><a href="misc.php?do=info&show=user_agreement" class="med" onclick="window.open(this.href, '', InfoWinParams); return false;"><b>Terms of use resource</b></a></li>
<li><a href="http://torrentpier.me/threads/faq-для-новичков.260" class="med">FAQ for beginners</a></li>
<li><a href="http://torrentpier.me/forums/Основные-вопросы-по-torrentpier-ii.10" class="med">Where is ask a question?</a></li>
</ul>
</div>
</br>
<img width="210" class="spacer" src="./images/spacer.gif" alt="" />

View file

@ -0,0 +1,18 @@
<div>
<h3>Sidebar 2</h3>
To add content into this sidebar, edit the following files:
</br></br>
<ul class="med">
<li>language/*/html/sidebar2.html</li>
<li>/templates/default/page_footer.tpl</li>
</ul>
</br>
To disable this sidebar, set the variable $page_cfg['show_sidebar2'] in file config.php to false.
</div>
</br>
<div>
<h3>Partners</h3>
We are grateful to all people who have made material assistance to the development of TorrentPier II, specified in the file contributors.txt.
</div>

View file

@ -0,0 +1,105 @@
<?php if (isset($in_info)) {?>
<title>USER AGREEMENT</title>
<div id="infobox-wrap" class="bCenter row1">
<fieldset class="pad_6">
<legend class="med bold mrg_2 warnColor1">USER AGREEMENT</legend>
<div class="bCenter">
<style type="text/css">
#infobox-body p { margin-top: 1em; margin-bottom: 1em; }
</style>
<?php }?>
<div id="infobox-body">
<p>
<h1>USER AGREEMENT</h1>
<h3>ABOUT SITE</h3>
<p>Internet - resource (website) <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $bb_cfg['server_name']; ?>"><?php echo $bb_cfg['sitename']?></a> (hereinafter - Resource) is an internet site that allows users to share information with each other via bit-torrent, as well as in free form, and provides a means to monitor the integrity of information transmitted (via hash-files).</p>
<ol>
<li type="1"><h3>ABOUT USER AGREEMENT</h3>
<p>This USER AGREEMENT shall enter into force after clicking "I agree" at the bottom and works all the time use of resource users. USER AGREEMENT may be changed by the Administration without any notice. The new version of the UA enters into force after 3 (three) days from the date it is submitted, unless otherwise provided in the new version of the USER AGREEMENT.</p>
<li><h3>LIMITATIONS OF LIABILITY</h3>
<p>The user expressly agrees that uses Resource at your own risk.</p>
<p>User knows and agrees that deals with Resource materials and data created by third parties and placed them on the Internet on their computers and (or) servers. Content and security of these materials can not be controlled by Resource administration, so the latter is not liable:</p>
<ul>
<p>- for the content of the materials obtained by the User from the use of data Resources and their possible inconsistency with applicable laws or offensive;</p>
<p>- for the consequences of the application, use or non-use of the information received;</p>
<p>- for a possible discrepancy between the results obtained using the Resource User's expectations;</p>
<p>- for any damage to hardware or software User resulting from the use of Resource;</p>
<p>- for inability to resource use for any reason;</p>
<p>- for the consequences that may result from the spread of illegal or unlicensed software and audio-/video products, and other materials or data affecting the rights of third parties.</p>
</ul>
<p>Under no circumstances Resource not be liable to the User or a third party liability for damages, losses or expenses arising in connection with this Resource, its use or inability to use, including loss or lost profits.</p>
<p>Resource Administration is under no obligation to ensure the confidentiality of information provided by its Users, while taking all possible measures to this, if there is no agreement to the contrary or the relevant requirements of current legislation.</p>
<p>The duties of Resource NOT INCLUDED control legally or illegally transmitted information (any, including, but not limited to, information transmitted between users via bit-torrent, internal transfer information in a variety of links, text or files), the definition of property rights or legitimacy of the transmission or reception using this information.</p>
<li><h3>RESOURCE USAGE LIMITS BY USER</h3>
<p>When you use this Resource, the USER has no right to, and agrees with this:</p>
<ul>
<p>- place hash-files (torrents) data that contain viruses or other malicious computer programs known actions, files or programs designed to interrupt, destroy or limit the functionality of any computer or telecommunications equipment or programs for unauthorized access, as well as serial numbers for commercial software products and programs for their generation, logins, passwords and other means to gain unauthorized access to sites on the Internet, as well as post links to the above information;</p>
<p>- place hash-files (torrents) any messages, data, or programs, the use of which infringes any patent, trademark, trade secret, copyright or other proprietary rights and / or copyrights and related rights of third parties;</p>
<p>- send e-mail addresses listed on the site, unauthorized mail messages advertising type (junk mail, spam);</p>
<p>- copy and use for commercial purposes any information obtained through this resource, violates the rights of others or could cause them direct material or moral damage;</p>
<p>- post links to web resources, whose content contradicts the current legislation of the Russian Federation;</p>
<p>- impersonate any person or representative of an organization and / or community without sufficient rights, including employees of Administration, for the owner of the Resource.</p>
</ul>
<li><h3>PERFORMANCE WARRANTY</h3>
<p>Access to Resource are provided on an «as is» without warranties of any kind, both direct and indirect.</p>
<p>In particular Resource Administration not guarantee functionality as the site and its individual sections, and performance and reliability of links placed on it of its Users.</p>
<p>Resource is not responsible for any direct or indirect losses occurred due to: the use or inability to use the service; unauthorized access to your communications.</p>
<li><h3>RIGHTS OF RESOURCE ADMINISTRATION</h3>
<p>Resource Administration has the right to deny access to resource any User or Group of users without explanation of his actions and notice.</p>
<p>Resource Administration may modify or delete any information, hash-files (torrents), graphics, audio, and other data on the submitted by the User from resource without notice and explanation of their actions.</p>
<li><h3>RESPONSIBILITIES OF THE PARTIES</h3>
<p>User agrees that all possible disputes concerning the AGREEMENT ON USE will be settled according to the norms of russian law.</p>
<p>User agrees that the rules and laws on consumer protection can not be applied to the use of theim Resource, since it has no paid services.</p>
<p>Resource does not set user agent relations, partnership relations on joint activity, relations of recruitment, as well as any other relations not expressly described in the AGREEMENT ON USE.</p>
<p>Inaction by the Resource to event of a breach by User or Group of users USER AGREEMENT does not mean that the Resource is to assist Users or Groups of users in such actions.</p>
<p>Inaction by the Resource to event of a breach by User or Group of users USER AGREEMENT does not deprive Resource right to take appropriate action to protect its interests later.</p>
<li><h3>ACCEPTANCE OF USER AGREEMENT</h3>
<p>IF YOU DO NOT AGREE TO ALL OF THE ABOVE TERMS AND CONDITIONS, YOU MAY NOT GO TO RESOURCE AS A WHOLE OR ANY PART OF, EXCEPT PAGE WITH USER AGREEMENT, RECEIVE AND / OR ACCESS THE CONTENTS OF THIS RESOURCE ANY OTHER METHODS AS A WHOLE OR IN ANY PART!</p>
<p>IF YOU DO NOT AGREE WITH THE USER AGREEMENT, YOU MUST IMMEDIATELY LEAVE RESOURCE.</p>
</ol>
</p>
</div><!--/infobox-body-->
<?php if (isset($in_info)) {?>
</div>
</fieldset>
<p class="gen tRight pad_6"><a href="javascript:window.close();" class="gen">[ Close ]</a></p>
</div><!--/infobox-wrap-->
<?php }?>

View file

@ -112,8 +112,8 @@ $lang['DISPLAYING_OPTIONS'] = 'Displaying options';
//
$lang['REGISTERED_USERS'] = 'Registered Users:';
$lang['BROWSING_FORUM'] = 'Users browsing this forum:';
$lang['ONLINE_USERS'] = 'In total there are <b>%1$d</b> users online: %2$d Registered and %3$d Guests';
$lang['RECORD_ONLINE_USERS'] = 'The Most users ever online was <b>%s</b> on %s'; // first %s = number of users, second %s is the date.
$lang['ONLINE_USERS'] = 'In total there are <b>%1$d</b> users online: %2$d registered and %3$d guests';
$lang['RECORD_ONLINE_USERS'] = 'The most users ever online was <b>%s</b> on %s'; // first %s = number of users, second %s is the date.
$lang['ONLINE_ADMIN'] = 'Administrator';
$lang['ONLINE_MOD'] = 'Moderator';
@ -185,12 +185,12 @@ $lang['USER_WELCOME'] = 'Welcome,';
// Index page
//
$lang['HOME'] = 'Home';
$lang['NO_POSTS'] = 'No Posts';
$lang['NO_POSTS'] = 'No posts';
$lang['NO_FORUMS'] = 'This board has no forums';
$lang['PRIVATE_MESSAGE'] = 'Private Message';
$lang['PRIVATE_MESSAGES'] = 'Private Messages';
$lang['WHOSONLINE'] = 'Who is Online';
$lang['WHOSONLINE'] = 'Who is online';
$lang['MARK_ALL_FORUMS_READ'] = 'Mark all forums read';
$lang['FORUMS_MARKED_READ'] = 'All forums have been marked read';
@ -206,7 +206,7 @@ $lang['VIEW_FORUM'] = 'View Forum';
$lang['FORUM_NOT_EXIST'] = 'The forum you selected does not exist.';
$lang['REACHED_ON_ERROR'] = 'You have reached this page in error.';
$lang['ERROR_PORNO_FORUM'] = 'This type of forums was hidden in your profile by you';
$lang['ERROR_PORNO_FORUM'] = 'This type of forums (18+) was hidden in your profile by you';
$lang['DISPLAY_TOPICS'] = 'Display topics from previous';
$lang['ALL_TOPICS'] = 'All Topics';
@ -548,11 +548,11 @@ $lang['NO_SEND_ACCOUNT_INACTIVE'] = 'Sorry, but your password cannot be retrieve
$lang['NO_SEND_ACCOUNT'] = 'Sorry, but your password cannot be retrieved. Please contact the forum administrator for more information';
$lang['ALWAYS_ADD_SIG'] = 'Always attach my signature';
$lang['HIDE_PORN_FORUMS'] = 'Hide porno forums';
$lang['HIDE_PORN_FORUMS'] = 'Hide content 18+';
$lang['ALWAYS_NOTIFY'] = 'Always notify me of replies';
$lang['ALWAYS_NOTIFY_EXPLAIN'] = 'Sends an e-mail when someone replies to a topic you have posted in. This can be changed whenever you post.';
$lang['BOARD_LANG'] = 'Board Language';
$lang['BOARD_LANG'] = 'Board language';
$lang['GENDER'] = 'Gender';
$lang['GENDER_SELECT'] = array(
0 => 'Unknown',
@ -669,11 +669,11 @@ $lang['SEND_EMAIL'] = 'Send e-mail';
$lang['EMPTY_SUBJECT_EMAIL'] = 'You must specify a subject for the e-mail.';
$lang['EMPTY_MESSAGE_EMAIL'] = 'You must enter a message to be e-mailed.';
$lang['USER_AGREEMENT'] = 'User Agreement';
$lang['USER_AGREEMENT'] = 'User agreement';
$lang['USER_AGREEMENT_HEAD'] = 'In order to proceed, you must agree with the following rules';
$lang['USER_AGREEMENT_AGREE'] = 'I have read and agree to the User Agreement above';
$lang['USER_AGREEMENT_AGREE'] = 'I have read and agree to the User agreement above';
$lang['COPYRIGHT_HOLDERS'] = 'For Copyright Holders';
$lang['COPYRIGHT_HOLDERS'] = 'For copyright holders';
$lang['ADVERT'] = 'Advertise on this site';
//
@ -720,12 +720,12 @@ $lang['GROUP_OPEN'] = 'Open group';
$lang['GROUP_CLOSED'] = 'Closed group';
$lang['GROUP_HIDDEN'] = 'Hidden group';
$lang["GROUP_MEMBER_MOD"] = 'Group moderator';
$lang["GROUP_MEMBER_MEMBER"] = 'Current memberships';
$lang["GROUP_MEMBER_PENDING"] = 'Memberships pending';
$lang["GROUP_MEMBER_OPEN"] = 'Open groups';
$lang["GROUP_MEMBER_CLOSED"] = 'Closed groups';
$lang["GROUP_MEMBER_HIDDEN"] = 'Hidden groups';
$lang['GROUP_MEMBER_MOD'] = 'Group moderator';
$lang['GROUP_MEMBER_MEMBER'] = 'Current memberships';
$lang['GROUP_MEMBER_PENDING'] = 'Memberships pending';
$lang['GROUP_MEMBER_OPEN'] = 'Open groups';
$lang['GROUP_MEMBER_CLOSED'] = 'Closed groups';
$lang['GROUP_MEMBER_HIDDEN'] = 'Hidden groups';
$lang['NO_GROUPS_EXIST'] = 'No Groups Exist';
$lang['GROUP_NOT_EXIST'] = 'That user group does not exist';
@ -1421,7 +1421,7 @@ $lang['BOT_AFTER_SPLIT_TO_NEW'] = 'Add bot-message about split to <b>new topic</
$lang['QUICK_REPLY'] = 'Quick Reply';
$lang['INS_NAME_TIP'] = 'Insert name or selected text.';
$lang['QUOTE_SELECTED'] = 'Quote selected';
$lang['TRANSLIT_RULES'] = 'Translit Rules';
$lang['TRANSLIT_RULES'] = 'Translit rules';
$lang['QR_ATTACHSIG'] = 'Attach signature';
$lang['QR_NOTIFY'] = 'Notify on reply';
$lang['QR_DISABLE'] = 'Disable';
@ -1552,7 +1552,7 @@ $lang['TRACKER_S'] = 'on tracker';
// copyright
$lang['NOTICE'] = '!ATTENTION!';
$lang['POWERED'] = 'UG93ZXJlZCBieSA8YSB0YXJnZXQ9Il9ibGFuayIgaHJlZj0iaHR0cDovL3RvcnJlbnRwaWVyLm1lIj5Ub3JyZW50UGllciBJSTwvYT4gJmNvcHk7IE1laXRoYXIsIFRvcnJlbnRQaWVyIElJIFRlYW0=';
$lang['COPY'] = 'The site does not give electronic versions of products, and is engaged only in a collecting and cataloguing of the references sent and published at a forum by our readers. If you are the legal owner of any submitted material and do not wish that the reference to him{it} was in our catalogue, contact us and we shall immediately remove her. Files for an exchange on tracker are given by users of a site, and the administration does not bear the responsibility for their maintenance. The request to not fill in the files protected by copyrights, and also files of the illegal maintenance!';
$lang['COPY'] = 'The site does not give electronic versions of products, and is engaged only in a collecting and cataloguing of the references sent and published at a forum by our readers. If you are the legal owner of any submitted material and do not wish that the reference to it was in our catalogue, contact us and we shall immediately remove her. Files for an exchange on tracker are given by users of a site, and the administration does not bear the responsibility for their maintenance. The request to not fill in the files protected by copyrights, and also files of the illegal maintenance!';
// FILELIST
$lang['FILELIST'] = 'Filelist';
@ -1716,16 +1716,16 @@ $lang['DEL_LIST_MY_MESSAGE_INFO'] = 'After removal of up to update the <b>entire
$lang['DEL_LIST_INFO'] = 'To delete an order from the list, click on the icon to the left of the names of any section';
// Watched topics
$lang['WATCHED_TOPICS'] = 'Watched Topics';
$lang['WATCHED_TOPICS'] = 'Watched topics';
$lang['NO_WATCHED_TOPICS'] = 'You are not watching any topics';
// set_die_append_msg
$lang['INDEX_RETURN'] = 'Back to home page';
$lang['FORUM_RETURN'] = 'Back to Forum';
$lang['FORUM_RETURN'] = 'Back to forum';
$lang['TOPIC_RETURN'] = 'Back to the topic';
$lang['POST_RETURN'] = 'Go to post';
$lang['PROFILE_EDIT_RETURN'] = 'Return to editing';
$lang['PROFILE_RETURN'] = 'Go to the Profile';
$lang['PROFILE_RETURN'] = 'Go to the profile';
$lang['WARNING'] = 'Warning';
$lang['INDEXER'] = "Reindex search";
@ -2624,7 +2624,7 @@ $lang['BT_SELECT_FORUMS_EXPL'] = 'hold down <i>Ctrl</i> while selecting multiple
$lang['REG_TORRENTS'] = 'Register torrents';
$lang['DISALLOWED'] = 'Prohibited';
$lang['ALLOW_REG_TRACKER'] = 'Allowed forums for registering .torrents on tracker';
$lang['ALLOW_PORNO_TOPIC'] = 'Allow post porno topics';
$lang['ALLOW_PORNO_TOPIC'] = 'Allowed to post content 18+';
$lang['SHOW_DL_BUTTONS'] = 'Show buttons for manually changing DL-status';
$lang['SELF_MODERATED'] = 'Users can <b>move</b> their topics to another forum';
@ -2750,10 +2750,7 @@ $lang['CLICK_RETURN_JOBS_ADDED'] = '%sReturn to the addition problem%s';
$lang['CLICK_RETURN_JOBS'] = '%sBack to the Task Scheduler%s';
$lang['REBUILD_SEARCH'] = 'Rebuild Search Index';
$lang['REBUILD_SEARCH_DESC'] = 'This mod will index every post in your forum, rebuilding the search tables.
You can stop whenever you like and the next time you run it again you\'ll have the option of continuing from where you left off.<br /><br />
It may take a long time to show its progress (depending on "Posts per cycle" and "Time limit"),
so please do not move from its progress page until it is complete, unless of course you want to interrupt it.';
$lang['REBUILD_SEARCH_DESC'] = 'This mod will index every post in your forum, rebuilding the search tables. You can stop whenever you like and the next time you run it again you\'ll have the option of continuing from where you left off.<br /><br />It may take a long time to show its progress (depending on "Posts per cycle" and "Time limit"), so please do not move from its progress page until it is complete, unless of course you want to interrupt it.';
//
// Input screen
@ -2849,7 +2846,6 @@ $lang['REBUILD_SEARCH_ABORTED'] = 'Rebuild search aborted at post_id %s.<br /><b
$lang['WRONG_INPUT'] = 'You have entered some wrong values. Please check your input and try again.';
// Buttons
$lang['NEXT'] = 'Next';
$lang['PROCESSING'] = 'Processing...';
$lang['FINISHED'] = 'Finished';
@ -3011,7 +3007,7 @@ $lang['DAY'] = 'Day';
$lang['POST_EDIT_CANNOT'] = 'Sorry, but you cannot edit posts';
$lang['FORUMS_IN_CAT'] = 'forums in that category';
$lang['MC_TITLE'] = 'Сomment Moderation';
$lang['MC_TITLE'] = 'Comment Moderation';
$lang['MC_LEGEND'] = 'Type a comment';
$lang['MC_FAQ'] = 'Entered text will be displayed under this message';
$lang['MC_COMMENT_PM_SUBJECT'] = "%s in your message";
@ -3022,8 +3018,8 @@ $lang['MC_COMMENT'] = array(
'type' => 'Delete comment',
),
1 => array(
'title' => 'Сomment from %s',
'type' => 'Сomment',
'title' => 'Comment from %s',
'type' => 'Comment',
),
2 => array(
'title' => 'Information from %s',

View file

@ -0,0 +1,2 @@
order allow,deny
deny from all

View file

@ -0,0 +1,17 @@
<title>РЕКЛАМА НА САЙТЕ</title>
<div id="infobox-wrap" class="bCenter row1">
<fieldset class="pad_6">
<legend class="med bold mrg_2 warnColor1">РЕКЛАМА НА САЙТЕ</legend>
<div class="bCenter">
<style type="text/css">
#infobox-body p { margin-top: 1em; margin-bottom: 1em; }
</style>
<div id="infobox-body">
<h2 class="bold">Размещение рекламы на <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $bb_cfg['server_name']; ?>"><?php echo $bb_cfg['sitename']?></a></h2>
<p>По вопросам размещения рекламы обращайтесь по адресу: <strong><a href="mailto:<?php echo $bb_cfg['adv_email']; ?>" class="gen"><?php echo $bb_cfg['adv_email']; ?></a></strong></p>
</div><!--/infobox-body-->
</div>
</fieldset>
<p class="gen tRight pad_6"><a href="javascript:window.close();" class="gen">[ Закрыть ]</a></p>
</div><!--/infobox-wrap-->

View file

@ -2,20 +2,11 @@
<fieldset class="pad_6">
<legend class="med bold mrg_2 warnColor1">Файл не найден</legend>
<div class="bCenter">
<style type="text/css">
#infobox-body p { margin-top: 1em; margin-bottom: 1em; }
</style>
<div id="infobox-body">
<p>
<p>Файл не найден</p>
</div><!--/infobox-body-->
</div>
</fieldset>

View file

@ -1,10 +1,9 @@
<html>
<body>
<div>
<h3>BitTorrent клиенты</h3>
<ul>
<li><a href="http://www.utorrent.com/" class="med"><b>uTorrent</b></a> <span class="med nowrap">(рекомендуемый: <b>3.3</b>)</span></li>
<li><a rel="nofollow" href="http://www.utorrent.com/" class="med"><b>uTorrent</b></a> <span class="med nowrap">(рекомендуемый: <b>3.4</b>)</span></li>
<li><a rel="nofollow" href="http://www.bittorrent.com/" class="med"><b>BitTorrent</b></a> <span class="med nowrap">(рекомендуемый: <b>7.9</b>)</span></li>
<li><a rel="nofollow" href="http://www.transmissionbt.com/" class="med"><b>Transmission</b></a> <span class="med nowrap">(рекомендуемый: <b>2.82</b>)</span></li>
</ul>
</div>
@ -22,6 +21,3 @@
</br>
<img width="210" class="spacer" src="./images/spacer.gif" alt="" />
</body>
</html>

View file

@ -0,0 +1,18 @@
<div>
<h3>Боковая панель 2</h3>
Для добавления контента в данную боковую панель, отредактируйте указанные файлы:
</br></br>
<ul class="med">
<li>language/*/html/sidebar2.html</li>
<li>/templates/default/page_footer.tpl</li>
</ul>
</br>
Для отключения данной боковой панели, установите значение переменной $page_cfg['show_sidebar2'] в файле config.php в положение false.
</div>
</br>
<div>
<h3>Партнеры</h3>
Выражаем благодарность всем людям, внесшим материальную помощь в развитие TorrentPier II, указанным в файле contributors.txt.
</div>

View file

@ -49,7 +49,7 @@
<p>В обязанности Ресурса НЕ ВХОДИТ контроль легальности или нелегальности передаваемой информации (любой, включая, но не ограничиваясь, информацией передаваемой между пользователями по протоколу бит-торрент, внутренней пересылки информации в виде различных ссылок, текстов или архивов), определение прав собственности или законности передачи, приема или использования этой информации.</p>
<li><h3>ОГРАНИЧЕНИЯ НА ИСПОЛЬЗОВАНИЕ РЕСУРСА ПОЛЬЗОВАТЕЛЕМ.</h3>
<li><h3>ОГРАНИЧЕНИЯ НА ИСПОЛЬЗОВАНИЕ РЕСУРСА ПОЛЬЗОВАТЕЛЕМ</h3>
<p>При использовании данного Ресурса, ПОЛЬЗОВАТЕЛЬ не имеет права, и соглашается с этим:</p>
<ul>
@ -69,13 +69,13 @@
<p>Ресурс не несет ответственности за любые прямые или непрямые убытки, произошедшие из-за: использования либо невозможности использования службы; несанкционированного доступа к Вашим коммуникациям.</p>
<li><h3>ПРАВА АДМИНИСТРАЦИИ РЕСУРСА.</h3>
<li><h3>ПРАВА АДМИНИСТРАЦИИ РЕСУРСА</h3>
<p>Администрация Ресурса вправе отказать в доступе к Ресурсу любому Пользователю, или группе Пользователей без объяснения причин своих действий и предварительного уведомления.</p>
<p>Администрация Ресурса вправе изменять либо удалять ссылки на информацию, hash-файлы (торренты), графические, звуковые и прочие данные, размещенные Пользователями на Ресурсе, без предварительного уведомления и объяснения причин своих действий.</p>
<li><h3>ОТВЕТСТВЕННОСТЬ СТОРОН.</h3>
<li><h3>ОТВЕТСТВЕННОСТЬ СТОРОН</h3>
<p>Пользователь соглашается с тем, что все возможные споры по поводу СОГЛАШЕНИЯ ОБ ИСПОЛЬЗОВАНИИ будут разрешаться по нормам российского права.</p>
@ -87,7 +87,7 @@
<p>Бездействие со стороны Ресурса в случае нарушения Пользователем либо группой Пользователей ПОЛЬЗОВАТЕЛЬСКОГО СОГЛАШЕНИЯ не лишает Ресурс права предпринять соответствующие действия в защиту своих интересов позднее.</p>
<li><h3>СОГЛАСИЕ С ПОЛЬЗОВАТЕЛЬСКИМ СОГЛАШЕНИЕМ.</h3>
<li><h3>СОГЛАСИЕ С ПОЛЬЗОВАТЕЛЬСКИМ СОГЛАШЕНИЕМ</h3>
<p>ЕСЛИ ВЫ НЕ СОГЛАСНЫ СO ВСЕМИ ВЫШЕУКАЗАННЫМИ УСЛОВИЯМИ, ВЫ НЕ ИМЕЕТЕ ПРАВА ПОСЕЩАТЬ РЕСУРС КАК В ЦЕЛОМ, ТАК И ЛЮБУЮ ЕГО ЧАСТЬ, КРОМЕ СТРАНИЦЫ С ПОЛЬЗОВАТЕЛЬСКИМ СОГЛАШЕНИЕМ, ПОЛУЧАТЬ И/ИЛИ ИСПОЛЬЗОВАТЬ СОДЕРЖИМОЕ НАСТОЯЩЕГО РЕСУРСА ЛЮБЫМИ ДРУГИМИ СПОСОБАМИ КАК В ЦЕЛОМ ТАК И В ЛЮБОЙ ЕГО ЧАСТИ!</p>

View file

@ -1,5 +1,6 @@
<?php
setlocale(LC_ALL, 'ru_RU.UTF-8');
$lang['CONTENT_ENCODING'] = 'UTF-8';
//
@ -205,7 +206,7 @@ $lang['VIEW_FORUM'] = 'Просмотр форума';
$lang['FORUM_NOT_EXIST'] = 'Форума, который вы выбрали, не существует';
$lang['REACHED_ON_ERROR'] = 'Вы попали на эту страницу из-за ошибки';
$lang['ERROR_PORNO_FORUM'] = 'Данный тип форумов скрыт вами в профиле';
$lang['ERROR_PORNO_FORUM'] = 'Данный тип форумов (18+) скрыт вами в профиле';
$lang['DISPLAY_TOPICS'] = 'Показать';
$lang['ALL_TOPICS'] = 'все темы';
@ -272,7 +273,6 @@ $lang['SPOILER_HEAD'] = 'Скрытый текст';
$lang['SPOILER_CLOSE'] = 'Свернуть';
$lang['PLAY_ON_CURPAGE'] = 'Начать проигрывание на текущей странице';
$lang['EDITED_TIME_TOTAL'] = 'Последний раз редактировалось: %s (%s), всего редактировалось %d раз'; // Last edited by me on 12 Oct 2001, edited 1 time in total
$lang['EDITED_TIMES_TOTAL'] = 'Последний раз редактировалось: %s (%s), всего редактировалось %d раз(а)'; // Last edited by me on 12 Oct 2001, edited 2 times in total
@ -303,7 +303,6 @@ $lang['DOWNLOAD_PIC'] = 'Загружаемые картинки';
$lang['MODERATE_TOPIC'] = 'Модерировать этот топик';
$lang['SELECT_POSTS_PER_PAGE'] = 'сообщ. на страницу';
//
// Posting/Replying (Not private messaging!)
//
@ -533,7 +532,6 @@ $lang['POSTER_RANK'] = 'Звание';
$lang['AWARDED_RANK'] = 'Присвоено звание';
$lang['SHOT_RANK'] = 'Звание снято';
$lang['TOTAL_POSTS'] = 'Всего сообщений';
$lang['SEARCH_USER_POSTS'] = 'Найти сообщения'; // Find all posts by username
$lang['SEARCH_USER_POSTS_SHORT'] = 'Найти сообщения пользователя';
@ -550,7 +548,7 @@ $lang['NO_SEND_ACCOUNT_INACTIVE'] = 'Извините, но пароль не м
$lang['NO_SEND_ACCOUNT'] = 'Извините, но пароль для этого пользователя не может быть выслан. Обратитесь к администраторам форума за дополнительной информацией';
$lang['ALWAYS_ADD_SIG'] = 'Всегда присоединять мою подпись';
$lang['HIDE_PORN_FORUMS'] = 'Скрыть pron форумы';
$lang['HIDE_PORN_FORUMS'] = 'Скрыть контент 18+';
$lang['ALWAYS_NOTIFY'] = 'Всегда сообщать мне об ответах';
$lang['ALWAYS_NOTIFY_EXPLAIN'] = 'Когда кто-нибудь ответит на тему, в которую вы писали, вам высылается e-mail. Это можно также настроить при размещении сообщения.';
@ -591,7 +589,7 @@ $lang['PUBLIC_VIEW_EMAIL'] = 'Показывать мой адрес e-mail в
$lang['EMAIL_EXPLAIN'] = 'На этот адрес вам будет отправлено письмо для завершения регистрации';
$lang['CURRENT_PASSWORD'] = 'Текущий пароль';
$lang['NEW_PASSWORD'] = "Новый пароль\n";
$lang['NEW_PASSWORD'] = "Новый пароль";
$lang['CONFIRM_PASSWORD'] = 'Подтвердите пароль';
$lang['CONFIRM_PASSWORD_EXPLAIN'] = 'Вы должны указать ваш текущий пароль, если хотите изменить его или поменять свой email.';
$lang['PASSWORD_IF_CHANGED'] = 'Указывайте пароль только если вы хотите его поменять';
@ -722,12 +720,12 @@ $lang['GROUP_OPEN'] = 'Группа с открытым членством';
$lang['GROUP_CLOSED'] = 'Группа с закрытым членством';
$lang['GROUP_HIDDEN'] = 'Скрытая группа';
$lang["GROUP_MEMBER_MOD"] = 'Являетесь модератором групп';
$lang["GROUP_MEMBER_MEMBER"] = 'Являетесь членом групп';
$lang["GROUP_MEMBER_PENDING"] = 'Кандидат в члены групп';
$lang["GROUP_MEMBER_OPEN"] = 'Группы с открытым членством';
$lang["GROUP_MEMBER_CLOSED"] = 'Группы с закрытым членством';
$lang["GROUP_MEMBER_HIDDEN"] = 'Скрытые группы';
$lang['GROUP_MEMBER_MOD'] = 'Являетесь модератором групп';
$lang['GROUP_MEMBER_MEMBER'] = 'Являетесь членом групп';
$lang['GROUP_MEMBER_PENDING'] = 'Кандидат в члены групп';
$lang['GROUP_MEMBER_OPEN'] = 'Группы с открытым членством';
$lang['GROUP_MEMBER_CLOSED'] = 'Группы с закрытым членством';
$lang['GROUP_MEMBER_HIDDEN'] = 'Скрытые группы';
$lang['NO_GROUPS_EXIST'] = 'Нет ни одной группы';
$lang['GROUP_NOT_EXIST'] = 'Такой группы не существует';
@ -821,7 +819,6 @@ $lang['CLOSE'] = 'закрыть';
$lang['HIDE'] = 'спрятать';
$lang['SEARCH_TERMS'] = 'Поисковый запрос';
//
// Auth related entries
//
@ -904,7 +901,6 @@ $lang['USERS_THIS_IP'] = 'Пользователи, писавшие с этог
$lang['IP_INFO'] = 'Информация об IP-адресе';
$lang['LOOKUP_IP'] = 'Посмотреть хост для IP';
//
// Timezones ... for display on each page
//
@ -1153,7 +1149,7 @@ $lang['PASSKEY_ERR_EMPTY'] = 'Невозможно добавить passkey<br /
$lang['BT_PASSKEY'] = 'Passkey';
$lang['BT_GEN_PASSKEY'] = 'Создать новый';
$lang['BT_PASSKEY_VIEW'] = 'Показать';
$lang['BT_GEN_PASSKEY_NEW'] = "Внимание! После изменения нового passkey, вам необходимо будет заново скачать все активные торренты! \n вы уверены, что хотите создать новый passkey?";
$lang['BT_GEN_PASSKEY_NEW'] = "Внимание! После изменения нового passkey, вам необходимо будет заново скачать все активные торренты! \n Вы уверены, что хотите создать новый passkey?";
$lang['BT_NO_SEARCHABLE_FORUMS'] = 'Доступных для поиска форумов не найдено';
$lang['SEEDS'] = 'Сидам';
@ -1607,7 +1603,6 @@ $lang['CANDIDATE'] = 'Кандидат:';
$lang['INDIVIDUAL'] = 'Имеет индивидуальные права';
$lang['GROUP_LIST_HIDDEN'] = 'У вас нет прав на просмотр скрытых групп';
$lang['USER_ACTIVATE'] = 'Активировать';
$lang['USER_DEACTIVATE'] = 'Деактивировать';
$lang['DEACTIVATE_CONFIRM'] = 'Вы действительно хотите активировать этого пользователя?';
@ -1635,7 +1630,6 @@ $lang['AUTOCOMPLETE'] = 'Сгенерировать пароль';
$lang['YOUR_NEW_PASSWORD'] = 'Ваш пароль: ';
$lang['REGENERATE'] = 'Перегенерировать';
// Debug
$lang['EXECUTION_TIME'] = 'Время выполнения:';
$lang['SEC'] = 'сек';
@ -1900,7 +1894,6 @@ $lang['CLICK_RETURN_USERAUTH'] = '%sВернуться к управлению
$lang['CLICK_RETURN_GROUPAUTH'] = '%sВернуться к управлению правами групп%s';
$lang['CLICK_RETURN_FORUMAUTH'] = '%sВернуться к управлению доступом к форумам%s';
//
// Banning
//
@ -1937,7 +1930,6 @@ $lang['NO_BANNED_EMAIL'] = 'Черный список адресов e-mail пу
$lang['BAN_UPDATE_SUCESSFUL'] = 'Черный список был успешно обновлен';
$lang['CLICK_RETURN_BANADMIN'] = '%sВернуться к черным спискам%s';
//
// Configuration
//
@ -1991,6 +1983,7 @@ $lang['ALLOW_AUTOLOGIN'] = 'Разрешить автоматический вх
$lang['ALLOW_AUTOLOGIN_EXPLAIN'] = 'Разрешен ли пользователям автоматический вход на форум';
$lang['AUTOLOGIN_TIME'] = 'Автоматический вход на форум действителен';
$lang['AUTOLOGIN_TIME_EXPLAIN'] = 'Срок в днях с последнего посещения, в течение которого пользователь может автоматически войти на форум. Установите равным нулю, если хотите отключить данную возможность.';
//
// Forum Management
//
@ -2073,7 +2066,6 @@ $lang['SMILEY_IMPORT_SUCCESS'] = 'Набор смайликов был успе
$lang['SMILEY_DEL_SUCCESS'] = 'Смайлик был успешно удален';
$lang['CLICK_RETURN_SMILEADMIN'] = '%sВернуться к списку смайликов%s';
//
// User Management
//
@ -2094,7 +2086,6 @@ $lang['ADMIN_AVATAR_EXPLAIN'] = 'Здесь вы можете просмотре
$lang['USER_SPECIAL'] = 'Поля только для админа';
$lang['USER_SPECIAL_EXPLAIN'] = 'Эти поля сами пользователи редактировать не могут. Здесь вы можете установить их статус и сделать прочие недоступные им настройки.';
//
// Group Management
//
@ -2121,7 +2112,6 @@ $lang['CLICK_RETURN_GROUPSADMIN'] = '%sВернуться к управлени
$lang['SELECT_GROUP'] = 'Выберите группу';
$lang['LOOK_UP_GROUP'] = 'Выбрать группу';
//
// Prune Administration
//
@ -2155,7 +2145,6 @@ $lang['WORD_REMOVED'] = 'Выбранный автоцензор был успе
$lang['CLICK_RETURN_WORDADMIN'] = '%sВернуться к управлению автоцензором%s';
//
// Mass Email
//
@ -2168,7 +2157,6 @@ $lang['ALL_USERS'] = 'Все пользователи';
$lang['EMAIL_SUCCESSFULL'] = 'Ваше сообщение было отправлено';
$lang['CLICK_RETURN_MASSEMAIL'] = '%sВернуться к массовой рассылке%s';
//
// Ranks admin
//
@ -2571,9 +2559,6 @@ $lang['ATTACHMENTS'] = 'Приложения';
$lang['EXTENSIONS'] = 'Расширения';
$lang['EXTENSION'] = 'Расширение';
// Auth pages
$lang['AUTH_ATTACH'] = 'Добавить файлы';
$lang['RETURN_CONFIG'] = '%sВернуться к настройкам%s';
$lang['CONFIG_UPD'] = 'Конфигурация успешно изменена';
$lang['SET_DEFAULTS'] = 'Значения по умолчанию';
@ -2639,7 +2624,7 @@ $lang['BT_SELECT_FORUMS_EXPL'] = 'для выделения нескольких
$lang['REG_TORRENTS'] = 'Регистрация торрентов';
$lang['DISALLOWED'] = 'Запрещено';
$lang['ALLOW_REG_TRACKER'] = 'Разрешена регистрация торрентов на трекере';
$lang['ALLOW_PORNO_TOPIC'] = 'Разрешено создавать порно топики';
$lang['ALLOW_PORNO_TOPIC'] = 'Разрешено размещать контент 18+';
$lang['SHOW_DL_BUTTONS'] = 'Показывать кнопки для изменения DL-статуса';
$lang['SELF_MODERATED'] = 'Автор топика может перенести его в другой форум';
@ -2765,8 +2750,7 @@ $lang['CLICK_RETURN_JOBS_ADDED'] = '%sВернуться к добавлению
$lang['CLICK_RETURN_JOBS'] = '%sВернуться к планировщику задач%s';
$lang['REBUILD_SEARCH'] = 'Индексировать';
$lang['REBUILD_SEARCH_DESC'] = 'Эта функция индексирует таблицы поиска. Индексация может занять некоторое время.<br />
Пожалуйста, не закрывайте эту страницу до окончания индексации';
$lang['REBUILD_SEARCH_DESC'] = 'Эта функция индексирует таблицы поиска. Индексация может занять некоторое время.<br />Пожалуйста, не закрывайте эту страницу до окончания индексации';
//
// Input screen

View file

@ -0,0 +1,2 @@
order allow,deny
deny from all

View file

@ -0,0 +1,17 @@
<title>РЕКЛАМА НА САЙТІ</title>
<div id="infobox-wrap" class="bCenter row1">
<fieldset class="pad_6">
<legend class="med bold mrg_2 warnColor1">РЕКЛАМА НА САЙТІ</legend>
<div class="bCenter">
<style type="text/css">
#infobox-body p { margin-top: 1em; margin-bottom: 1em; }
</style>
<div id="infobox-body">
<h2 class="bold">Розміщення реклами на <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $bb_cfg['server_name']; ?>"><?php echo $bb_cfg['sitename']?></a></h2>
<p>З питань розміщення реклами звертайтесь за адресою: <strong><a href="mailto:<?php echo $bb_cfg['adv_email']; ?>" class="gen"><?php echo $bb_cfg['adv_email']; ?></a></strong></p>
</div><!--/infobox-body-->
</div>
</fieldset>
<p class="gen tRight pad_6"><a href="javascript:window.close();" class="gen">[ Закрити ]</a></p>
</div><!--/infobox-wrap-->

View file

@ -0,0 +1,52 @@
<title>ІНФОРМАЦІЯ ДЛЯ ПРАВОВЛАСНИКІВ</title>
<div id="infobox-wrap" class="bCenter row1">
<fieldset class="pad_6">
<legend class="med bold mrg_2 warnColor1">ІНФОРМАЦІЯ ДЛЯ ПРАВОВЛАСНИКІВ</legend>
<div class="bCenter">
<style type="text/css">
#infobox-body p { margin-top: 1em; margin-bottom: 1em; }
</style>
<div id="infobox-body">
<p>Інформація для правовласників.</p>
<p>Якщо Ви є правовласником якого-небудь матеріалу, посилання (або посилання) на якe розміщено на цьому сайті, і не хотіли б щоб дана інформація розповсюджувалася користувачами без Вашої на те згоди, то ми будемо сприяти Вам, видаливши відповідні посилання.</p>
<p>Для цього необхідно, щоб ви прислали нам лист (у електронному вигляді)
в якому вказали нам наступну інформацію:</p>
<p>1. Документальне підтвердження ваших прав на матеріал, захищеного авторським правом:</p>
<p> - відсканований документ з печаткою, або</p>
<p> - email з офіційного поштового домена компанії правовласника, або</p>
<p> - інша контактна інформація, що дозволяє однозначно ідентифікувати вас, як правовласника даного матеріалу.</p>
<p>2. Текст який Ви бажаєте розмістити у супроводі видаляємої інформації.</p>
<p>У ньому ви можете вказати де, і на яких умовах можна отримати інформацію, посилання на яку були видалені, а так само ваші контактні дані, для того щоб користувачі могли отримати від вас всю інформацію, що цікавить їх, щодо даного матеріалу.</p>
<p>3. Прямі посилання на сторінки сайту, які містять посилання на дані, які необхідно видалити.</p>
<p>Посилання повинні мати вигляд <strong>http://<?php echo $_SERVER['SERVER_NAME']?>/viewtopic.php?t=XXXXX</strong> або подібний.</p>
<p>Після цього, протягом 48 годин, ми видалимо ці посилання з сайту.</p>
<p class="bold">Наш email: <strong><a href="mailto:<?php echo $bb_cfg['abuse_email']; ?>" class="gen"><?php echo $bb_cfg['abuse_email']; ?></a></strong></p>
<p>УВАГА!</p>
<p>а) Ми залишаємо за собою право публікації на сайті будь-якої інформації присланої нам по пошті <strong><a href="mailto:<?php echo $bb_cfg['abuse_email']; ?>" class="gen"><?php echo $bb_cfg['abuse_email']; ?></a></strong></p>
<p>б) Ми не здійснюємо контроль за діями користувачів, які можуть повторно розміщувати посилання на інформацію, що є об'єктом вашого авторського права. Будь-яка інформація на форумі, розміщується автоматично, без якого контролю з будь якої сторони, що відповідає загальноприйнятій світовій практиці розміщення інформації в мережі інтернет. Проте, ми у будь-якому випадку розглянемо всі Ваші запити, щодо посилань на інформацію, що порушує Ваші права.</p>
<p>в) Згідно закону про Авторське і Суміжне права, посилання на будь-які дані (інформаційне повідомлення), саме по собі, не є об'єктом авторського права (хоча може порушувати "угоду про використання сайту"). Таким чином, не варто присилати листи, що містять погрози або вимоги, як що не мають під собою реальних підстав.</p>
</div><!--/infobox-body-->
</div>
</fieldset>
<p class="gen tRight pad_6"><a href="javascript:window.close();" class="gen">[ Закрити ]</a></p>
</div><!--/infobox-wrap-->

View file

@ -0,0 +1,14 @@
<div id="infobox-wrap" class="bCenter row1">
<fieldset class="pad_6">
<legend class="med bold mrg_2 warnColor1">Файл не знайдено</legend>
<div class="bCenter">
<style type="text/css">
#infobox-body p { margin-top: 1em; margin-bottom: 1em; }
</style>
<div id="infobox-body">
<p>Файл не знайдено</p>
</div><!--/infobox-body-->
</div>
</fieldset>
<p class="gen tRight pad_6"><a href="javascript:window.close();" class="gen">[ Закрити ]</a></p>
</div><!--/infobox-wrap-->

View file

@ -0,0 +1,23 @@
<div>
<h3>BitTorrent клієнти</h3>
<ul>
<li><a rel="nofollow" href="http://www.utorrent.com/intl/ru/" class="med"><b>uTorrent</b></a> <span class="med nowrap">(рекомендований: <b>3.4</b>)</span></li>
<li><a rel="nofollow" href="http://www.bittorrent.com/intl/ru/" class="med"><b>BitTorrent</b></a> <span class="med nowrap">(рекомендований: <b>7.9</b>)</span></li>
<li><a rel="nofollow" href="http://www.transmissionbt.com/" class="med"><b>Transmission</b></a> <span class="med nowrap">(рекомендований: <b>2.82</b>)</span></li>
</ul>
</div>
</br>
<div>
<h3>FAQ</h3>
<ul class="med">
<li><a href="misc.php?do=info&show=user_agreement" class="med" onclick="window.open(this.href, '', InfoWinParams); return false;"><b>Правила користування цим ресурсом</b></a></li>
<li><a href="http://torrentpier.me/threads/faq-для-новичков.260" class="med">FAQ для новачків</a></li>
<li><a href="http://torrentpier.me/forums/Основные-вопросы-по-torrentpier-ii.10" class="med">Де поставити питання?</a></li>
</ul>
</div>
</br>
<img width="210" class="spacer" src="./images/spacer.gif" alt="" />

View file

@ -0,0 +1,18 @@
<div>
<h3>Бічна панель 2</h3>
Для додавання контенту в дану бічну панель, треба редагувати вказані файли:
</br></br>
<ul class="med">
<li>language/*/html/sidebar2.html</li>
<li>/templates/default/page_footer.tpl</li>
</ul>
</br>
Для відключення даної бічній панелі, встановіть значення змінної $page_cfg['show_sidebar2'] у файлі config.php в положення false.
</div>
</br>
<div>
<h3>Партнери</h3>
Висловлюємо подяку всім людям, які зробили матеріальну допомогу в розвиток TorrentPier II, вказаним у файлі contributors.txt.
</div>

View file

@ -0,0 +1,105 @@
<?php if (isset($in_info)) {?>
<title>УГОДА</title>
<div id="infobox-wrap" class="bCenter row1">
<fieldset class="pad_6">
<legend class="med bold mrg_2 warnColor1">УГОДА</legend>
<div class="bCenter">
<style type="text/css">
#infobox-body p { margin-top: 1em; margin-bottom: 1em; }
</style>
<?php }?>
<div id="infobox-body">
<p>
<h1>УГОДА</h1>
<h3>ПРО САЙТ</h3>
<p>Інтернет - ресурс (сайт) <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $bb_cfg['server_name']; ?>"><?php echo $bb_cfg['sitename']?></a> (надалі - Ресурс) є інтернет-сайтом, що дозволяє користувачам обмінюватися один з одним інформацією по протоколу біт-торрент, а також у вільній формі, що надає засоби для контролю цілісності інформації, що передається (за допомогою hash-файлів).</p>
<ol>
<li type="1"><h3>ПРО УГОДУ</h3>
<p>Ця УГОДА набуває чинності після натискання кнопки "згоден" у нижній частині сторінки і діє весь час використання Користувачем Ресурсу. УГОДА може бути змінена Адміністрацією без будь-якого попередження. Нова версія Угоди набирає чинності після закінчення 3 (трьох) днів з моменту її розміщення, якщо інше не передбачено новою редакцією УГОДИ.</p>
<li><h3>УМОВИ ОБМЕЖЕННЯ ВІДПОВІДАЛЬНОСТІ</h3>
<p>Користувач прямо погоджується з тим, що використовує Ресурс на свій власний ризик.</p>
<p>Користувач знає, і згоден з тим, що Ресурс має справу з матеріалами і даними, які створені третіми особами і розміщеними ними в мережі Інтернет на своїх комп'ютерах і (або) серверах. Зміст і безпеку цих матеріалів не можуть бути проконтрольовані Адміністрацією Ресурсу, тому остання не несе відповідальності:</p>
<ul>
<p>- за зміст матеріалів, отриманих Користувачем в результаті використання даних Ресурсу, їх можливе невідповідність чинному законодавству або образливий характер;</p>
<p>- за наслідки застосування, використання або невикористання отриманої інформації;</p>
<p>через можливу невідповідність результатів, отриманих при використанні Ресурсу, очікуванням Користувача;</p>
<p>через які-небудь пошкодження обладнання або програмного забезпечення Користувача, що виникли в результаті використання Ресурсу;</p>
<p>через відсутність можливості використання Ресурсу з яких-небудь причин;</p>
<p>- за наслідки, які могуть спричинити поширення нелегального або неліцензійного програмного забезпечення і аудіо-/відеопродукції, а також інших матеріалів або даних, що зачіпають права третіх осіб.</p>
</ul>
<p>Ні за яких обставин Ресурс не несе перед Користувачем або третіми особами відповідальності за шкоду, збитки або витрати, які виникли у зв'язку з цим Ресурсом, його використанням або неможливістю використання, включаючи упущену або недоотриманий прибуток.</p>
<p>Адміністрація Ресурсу не несе ніяких зобов'язань по забезпеченню конфіденційності щодо інформації, що надається його Користувачам, хоча приймає всі можливі заходи до цього, якщо немає домовленості про інше або відповідних вимог чинного законодавства.</p>
<p>В обов'язки Ресурсу НЕ ВХОДИТЬ контроль легальності чи нелегальності переданої інформації (будь-якої, включаючи, але не обмежуючись, переданої інформацією між користувачами за протоколом біт-торрент, внутрішнього пересилання інформації у вигляді різних посилань, текстів або архівів), визначення прав власності або законності передачі, прийому або використання цієї інформації.</p>
<li><h3>ОБМЕЖЕННЯ НА ВИКОРИСТАННЯ РЕСУРСУ КОРИСТУВАЧЕМ</h3>
<p>При використанні даного Ресурсу, КОРИСТУВАЧ не має права, і погоджується з цим:</p>
<ul>
<p>- розміщувати hash-файли(торрент) даних, що містять віруси або інші комп'ютерні програми завідомо шкідливої дії, файли або програми, призначені для порушення, знищення або обмеження функціональності будь-якого комп'ютерного або телекомунікаційного устаткування або програм, для здійснення несанкціонованого доступу, а також серійні номери до комерційних програмних продуктів і програми для їх генерації, логіни, паролі та інші засоби для одержання несанкціонованого доступу до платних ресурсів в Інтернеті, а також розміщувати посилання на вищевказану інформацію;</p>
<p>- розміщувати hash-файли(торрент) будь-яких повідомлень, даних або програми, використання яких порушує будь-який патент, торгову марку, комерційну таємницю, копірайт або інші права власності та/або авторські та суміжні з ним права третіх осіб;</p>
<p>- надсилати на адреси електронної пошти, вказані на сайті, несанкціоновані поштові повідомлення рекламного типу (junk mail, spam);</p>
<p>- копіювати та використовувати в комерційних цілях будь-яку інформацію, що отримується за допомогою даного ресурсу, порушує права інших Користувачів чи може завдати їм прямий матеріальний або моральний збиток;</p>
<p>- розміщувати посилання на ресурси Мережі, зміст яких суперечить чинному законодавству України;</p>
<p>- видавати себе за іншу людину або через представника організації та/або співтовариства без достатніх на те прав, у тому числі за співробітників Адміністрації, за власника Ресурсу.</p>
</ul>
<li><h3>ГАРАНТІЇ ПРАЦЕЗДАТНОСТІ</h3>
<p>Доступ до Ресурсу надаються за принципом «як є» («as is») без гарантій будь-якого роду як прямих, так і непрямих.</p>
<p>зокрема, Адміністрація Ресурсу не гарантує працездатність сайту і як його окремих розділів, так і працездатність і достовірність посилань, розміщених на ньому його Користувачами.</p>
<p>Ресурс не несе відповідальності за будь-які прямі або непрямі збитки, які сталися за: використання або неможливості використання служби; несанкціонованого доступу до Ваших комунікацій.</p>
<li><h3>ПРАВА АДМІНІСТРАЦІЇ РЕСУРСУ</h3>
<p>Адміністрація Ресурсу має право відмовити в доступі до Ресурсу, будь-якому Користувачу, або групі Користувачів без пояснення причин своїх дій та попереднього повідомлення.</p>
<p>Адміністрація Ресурсу має право змінювати або видаляти посилання на інформацію, hash-файли (торрент), графічні, звукові та інші дані, розміщені Користувачами на Ресурсі, без попереднього повідомлення і пояснення причин своїх дій.</p>
<li><h3>ВІДПОВІДАЛЬНІСТЬ СТОРІН</h3>
<p>Користувач погоджується з тим, що всі можливі суперечки з приводу УГОДИ ПРО ВИКОРИСТАННЯ будуть вирішуватися за нормами Українського Законодавства.</p>
<p>Користувач погоджується з тим, що норми і закони про захист прав споживачів не можуть бути застосовні до використання ним Ресурсу, оскільки він не надає платних послуг.</p>
<p>Ресурс не встановлює користувачами агентських відносин, відносин товариства, відносин по спільній діяльності, відносин особистого найму, а також якихось інших відносин, прямо не зазначених в УГОДІ ПРО ВИКОРИСТАННЯ.</p>
<p>Бездіяльність з боку Ресурсу у разі порушення Користувачем або групою Користувачів УГОДИ не означає того, що Ресурс сприяє Користувачу, або групі Користувачів в таких діях.</p>
<p>Бездіяльність з боку Ресурсу у разі порушення Користувачем або групою Користувачів УГОДИ не позбавляє права зробити Ресурс відповідні дії на захист своїх інтересів пізніше.</p>
<li><h3>ЗГОДА</h3>
<p>ЯКЩО ВИ НЕ ЗГОДНІ З УСІМА ВИЩЕВКАЗАНИМИ УМОВАМИ, ВИ НЕ МАЄТЕ ПРАВА ВІДВІДУВАТИ РЕСУРС ЯК В ЦІЛОМУ, ТАК І БУДЬ-ЯКУ ЙОГО ЧАСТИНУ, КРІМ СТОРІНКИ З УГОДОЮ, ОТРИМУВАТИ ЗМІСТ ЦЬОГО РЕСУРСУ БУДЬ-ЯКИМИ ІНШИМИ СПОСОБАМИ ЯК В ЦІЛОМУ ТАК І В БУДЬ-ЯКИЙ ЙОГО ЧАСТИНІ!</p>
<p>ЯКЩО ВИ НЕ ЗГОДНІ З УГОДОЮ, ВИ ПОВИННІ НЕГАЙНО ЗАЛИШИТИ РЕСУРС.</p>
</ol>
</p>
</div><!--/infobox-body-->
<?php if (isset($in_info)) {?>
</div>
</fieldset>
<p class="gen tRight pad_6"><a href="javascript:window.close();" class="gen">[ Закрити ]</a></p>
</div><!--/infobox-wrap-->
<?php }?>

View file

@ -1,5 +1,6 @@
<?php
setlocale(LC_ALL, 'ua_UA.UTF-8');
$lang['CONTENT_ENCODING'] = 'UTF-8';
//
@ -72,6 +73,7 @@ $lang['VIEW_NEWEST_POST'] = 'Перейти до першого непрочит
$lang['PAGE_OF'] = 'Сторінка <b>%d</b> з <b>%s</b>';
$lang['ICQ'] = 'ICQ';
$lang['SKYPE'] = 'Skype';
$lang['SKYPE_ERROR'] = 'Ви ввели некоректний логін Skype';
@ -110,7 +112,7 @@ $lang['DISPLAYING_OPTIONS'] = 'Опції показу';
//
$lang['REGISTERED_USERS'] = 'Зареєстровані користувачі:';
$lang['BROWSING_FORUM'] = 'Зараз цей форум переглядають:';
$lang['ONLINE_USERS'] = 'Зараз на форумі <b>%1$d</b> відвідувачів: %2$d зареєстрованих %3$d гостей';
$lang['ONLINE_USERS'] = 'Зараз на форумі <b>%1$d</b> відвідувачів: %2$d зареєстрованих i %3$d гостей';
$lang['RECORD_ONLINE_USERS'] = 'Найбільше відвідувачів (<b>%s</b>) тут було %s'; // first %s = number of users, second %s is the date.
$lang['ONLINE_ADMIN'] = 'Адміністратор';
@ -183,6 +185,7 @@ $lang['USER_WELCOME'] = 'Приємно бачити вас, ';
// Index page
//
$lang['HOME'] = 'Головна';
$lang['NO_POSTS'] = 'Немає повідомлень';
$lang['NO_FORUMS'] = 'Немає доступних для показу форумів';
$lang['PRIVATE_MESSAGE'] = 'Приватне повідомлення';
@ -203,7 +206,7 @@ $lang['VIEW_FORUM'] = 'Перегляд форуму';
$lang['FORUM_NOT_EXIST'] = 'Форуму, який ви обрали, не існує';
$lang['REACHED_ON_ERROR'] = 'Ви потрапили на цю сторінку через помилки';
$lang['ERROR_PORNO_FORUM'] = 'Цей тип форумів прихований вами в профілі';
$lang['ERROR_PORNO_FORUM'] = 'Цей тип форумів (18+) прихований вами в профілі';
$lang['DISPLAY_TOPICS'] = 'Показати';
$lang['ALL_TOPICS'] = 'всі теми';
@ -270,7 +273,6 @@ $lang['SPOILER_HEAD'] = 'Прихований текст';
$lang['SPOILER_CLOSE'] = 'Згорнути';
$lang['PLAY_ON_CURPAGE'] = 'Почати програвання на поточній сторінці';
$lang['EDITED_TIME_TOTAL'] = 'Останній раз редагувалось: %s (%s), всього редагувалось %d раз'; // Last edited by me on 12 Oct 2001, edited 1 time in total
$lang['EDITED_TIMES_TOTAL'] = 'Останній раз редагувалось: %s (%s), всього редагувалось %d раз(а)'; // Last edited by me on 12 Oct 2001, edited 2 times in total
@ -301,7 +303,6 @@ $lang['DOWNLOAD_PIC'] = 'Завантаження картинки';
$lang['MODERATE_TOPIC'] = 'Модерувати цей топік';
$lang['SELECT_POSTS_PER_PAGE'] = 'повідомл. на сторінку';
//
// Posting/Replying (Not private messaging!)
//
@ -531,7 +532,6 @@ $lang['POSTER_RANK'] = 'Звання';
$lang['AWARDED_RANK'] = 'Присвоєно звання';
$lang['SHOT_RANK'] = 'Звання знято';
$lang['TOTAL_POSTS'] = 'Всього повідомлень';
$lang['SEARCH_USER_POSTS'] = 'Знайти повідомлення'; // Find all posts by username
$lang['SEARCH_USER_POSTS_SHORT'] = 'Знайти повідомлення користувача';
@ -548,7 +548,7 @@ $lang['NO_SEND_ACCOUNT_INACTIVE'] = 'Вибачте, але пароль не м
$lang['NO_SEND_ACCOUNT'] = 'Вибачте, але пароль цього користувача не може бути висланий. Зверніться до адміністраторів форуму за додатковою інформацією';
$lang['ALWAYS_ADD_SIG'] = 'Завжди приєднувати мій підпис';
$lang['HIDE_PORN_FORUMS'] = 'Приховати pron форуми';
$lang['HIDE_PORN_FORUMS'] = 'Приховати контент 18+';
$lang['ALWAYS_NOTIFY'] = 'Завжди повідомляти мене про відповіді';
$lang['ALWAYS_NOTIFY_EXPLAIN'] = 'Коли хто-небудь відповість на тему, яку ви писали, вам висилається e-mail. Це також можна настроїти при розміщенні повідомлення.';
@ -589,7 +589,7 @@ $lang['PUBLIC_VIEW_EMAIL'] = 'Показувати мою адресу e-mail в
$lang['EMAIL_EXPLAIN'] = 'На цю адресу вам буде відіслано лист для завершення реєстрації';
$lang['CURRENT_PASSWORD'] = 'Поточний пароль';
$lang['NEW_PASSWORD'] = "Новий пароль\n";
$lang['NEW_PASSWORD'] = "Новий пароль";
$lang['CONFIRM_PASSWORD'] = 'Підтвердіть пароль';
$lang['CONFIRM_PASSWORD_EXPLAIN'] = 'Ви повинні вказати ваш поточний пароль, якщо хочете змінити його або змінити свій email.';
$lang['PASSWORD_IF_CHANGED'] = 'Вказуйте свій пароль, якщо ви хочете його змінити';
@ -614,7 +614,7 @@ $lang['NOTIFY_ON_PRIVMSG'] = 'Повідомляти про нові особи
$lang['HIDE_USER'] = 'Приховувати ваше перебування на форумі';
$lang['HIDDEN_USER'] = 'Приховано користувачем';
$lang['PROFILE_UPDATED'] = 'профіль було змінено';
$lang['PROFILE_UPDATED'] = 'Профіль було змінено';
$lang['PROFILE_UPDATED_INACTIVE'] = 'Ваш профіль був змінений, але ви змінили важливі дані, так що тепер ваш обліковий запис неактивна. Перевірте вашу поштову скриньку, щоб дізнатися як знову активувати обліковий запис або, якщо потрібно схвалення адміністратора, почекайте, поки це зробить адміністратор.';
$lang['PASSWORD_MISMATCH'] = 'Введені паролі не співпадають';
@ -699,6 +699,7 @@ $lang['ASC'] = 'за зростанням';
$lang['DESC'] = 'за спаданням';
$lang['ORDER'] = ''; // не потрібно, в англійській використовується в контексті 'ascending Order';
//
// Group control panel
//
@ -719,12 +720,12 @@ $lang['GROUP_OPEN'] = 'Група з відкритим членством';
$lang['GROUP_CLOSED'] = 'Група з закритим членством';
$lang['GROUP_HIDDEN'] = 'Прихована група';
$lang["GROUP_MEMBER_MOD"] = 'Є модератором груп';
$lang["GROUP_MEMBER_MEMBER"] = 'Є членом груп';
$lang["GROUP_MEMBER_PENDING"] = 'Кандидат у члени груп';
$lang["GROUP_MEMBER_OPEN"] = 'Групи з відкритим членством';
$lang["GROUP_MEMBER_CLOSED"] = 'Групи з закритим членством';
$lang["GROUP_MEMBER_HIDDEN"] = 'Приховані групи';
$lang['GROUP_MEMBER_MOD'] = 'Є модератором груп';
$lang['GROUP_MEMBER_MEMBER'] = 'Є членом груп';
$lang['GROUP_MEMBER_PENDING'] = 'Кандидат у члени груп';
$lang['GROUP_MEMBER_OPEN'] = 'Групи з відкритим членством';
$lang['GROUP_MEMBER_CLOSED'] = 'Групи з закритим членством';
$lang['GROUP_MEMBER_HIDDEN'] = 'Приховані групи';
$lang['NO_GROUPS_EXIST'] = 'Немає ні однієї групи';
$lang['GROUP_NOT_EXIST'] = 'Такої групи не існує';
@ -818,7 +819,6 @@ $lang['CLOSE'] = 'закрити';
$lang['HIDE'] = 'сховати';
$lang['SEARCH_TERMS'] = 'Пошуковий запит';
//
// Auth related entries
//
@ -901,7 +901,6 @@ $lang['USERS_THIS_IP'] = 'Користувачі, які писали з цьо
$lang['IP_INFO'] = 'Інформація про IP-адресу';
$lang['LOOKUP_IP'] = 'Показати хост для IP';
//
// Timezones ... for display on each page
//
@ -1150,7 +1149,7 @@ $lang['PASSKEY_ERR_EMPTY'] = 'Неможливо додати passkey<br /><br /
$lang['BT_PASSKEY'] = 'Passkey';
$lang['BT_GEN_PASSKEY'] = 'Створити';
$lang['BT_PASSKEY_VIEW'] = 'Показати';
$lang['BT_GEN_PASSKEY_NEW'] = "Увага! Після зміни нового passkey, вам необхідно буде заново завантажити всі активні торренти! \n ви впевнені, що хочете створити новий passkey?";
$lang['BT_GEN_PASSKEY_NEW'] = "Увага! Після зміни нового passkey, вам необхідно буде заново завантажити всі активні торренти! \n Ви впевнені, що хочете створити новий passkey?";
$lang['BT_NO_SEARCHABLE_FORUMS'] = 'Доступних для пошуку форумів не знайдено';
$lang['SEEDS'] = 'Сидам';
@ -1604,7 +1603,6 @@ $lang['CANDIDATE'] = 'Кандидат:';
$lang['HARD'] = 'Має індивідуальні права';
$lang['GROUP_LIST_HIDDEN'] = 'У вас немає прав на перегляд прихованих груп';
$lang['USER_ACTIVATE'] = 'Активувати';
$lang['USER_DEACTIVATE'] = 'Деактивувати';
$lang['DEACTIVATE_CONFIRM'] = 'Ви дійсно хочете активувати цього користувача?';
@ -1632,7 +1630,6 @@ $lang['AUTOCOMPLETE'] = 'Згенерувати пароль';
$lang['YOUR_NEW_PASSWORD'] = 'Ваш пароль: ';
$lang['REGENERATE'] = 'Перегенерувати';
// Debug
$lang['EXECUTION_TIME'] = 'Час виконання:';
$lang['SEC'] = 'с';
@ -1678,7 +1675,7 @@ $lang['LIST_TITLE'] = 'Список: [list]текст[/list] (Ctrl+L)';
$lang['LIST_ITEM'] = 'Нумерований список: [list=]текст[/list] (Ctrl+O)';
$lang['QUOTE_SEL'] = 'Цит.виділ';
$lang['TRANSLIT'] = 'Трансліт';
$lang['TRANSLIT_TITLE'] = 'Перевести виділення з трансліту на Українську';
$lang['TRANSLIT_TITLE'] = 'Перевести виділення з трансліту на українську';
$lang['JAVASCRIPT_ON'] = 'Для надсилання повідомлень необхідно включити JavaScript';
$lang['NEW'] = 'Нове';
@ -1897,7 +1894,6 @@ $lang['CLICK_RETURN_USERAUTH'] = '%sВернуться до управління
$lang['CLICK_RETURN_GROUPAUTH'] = '%sВернуться до управління правами груп%s';
$lang['CLICK_RETURN_FORUMAUTH'] = '%sВернуться до управління доступом до форумів%s';
//
// Banning
//
@ -1934,7 +1930,6 @@ $lang['NO_BANNED_EMAIL'] = 'Чорний список адрес e-mail поро
$lang['BAN_UPDATE_SUCESSFUL'] = 'Чорний список був успішно оновлений';
$lang['CLICK_RETURN_BANADMIN'] = '%sВернуться до чорних списків%s';
//
// Configuration
//
@ -1988,6 +1983,7 @@ $lang['ALLOW_AUTOLOGIN'] = 'Дозволити автоматичний вхід
$lang['ALLOW_AUTOLOGIN_EXPLAIN'] = 'Дозволен користувачам автоматичний вхід на форум';
$lang['AUTOLOGIN_TIME'] = 'Автоматичний вхід на форум дійсний';
$lang['AUTOLOGIN_TIME_EXPLAIN'] = 'Строк в днях з останнього відвідування, протягом якого користувач може автоматично увійти на форум. Встановіть рівним нулю, якщо хочете відключити дану можливість.';
//
// Forum Management
//
@ -2070,7 +2066,6 @@ $lang['SMILEY_IMPORT_SUCCESS'] = 'Набір смайликів було усп
$lang['SMILEY_DEL_SUCCESS'] = 'Смайлик був успішно видалений';
$lang['CLICK_RETURN_SMILEADMIN'] = '%sВернуться до списку смайликів%s';
//
// User Management
//
@ -2091,7 +2086,6 @@ $lang['ADMIN_AVATAR_EXPLAIN'] = 'Тут ви можете переглянути
$lang['USER_SPECIAL'] = 'Поля тільки для адміна';
$lang['USER_SPECIAL_EXPLAIN'] = 'Ці поля самі користувачі редагувати не можуть. Тут ви можете встановити статус і зробити інші недоступні їм налаштування.';
//
// Group Management
//
@ -2118,7 +2112,6 @@ $lang['CLICK_RETURN_GROUPSADMIN'] = '%sПовернутися до управл
$lang['SELECT_GROUP'] = 'Виберіть групу';
$lang['LOOK_UP_GROUP'] = 'Вибрати групу';
//
// Prune Administration
//
@ -2152,7 +2145,6 @@ $lang['WORD_REMOVED'] = 'Обраний автоцензор був успішн
$lang['CLICK_RETURN_WORDADMIN'] = '%sПовернутися до управління автоцензором%s';
//
// Mass Email
//
@ -2165,7 +2157,6 @@ $lang['ALL_USERS'] = 'Усі користувачі';
$lang['EMAIL_SUCCESSFULL'] = 'Ваше повідомлення було відправлено';
$lang['CLICK_RETURN_MASSEMAIL'] = '%sПовернутися до масової розсилки%s';
//
// Ranks admin
//
@ -2568,9 +2559,6 @@ $lang['ATTACHMENTS'] = 'Додатки';
$lang['EXTENSIONS'] = 'Розширення';
$lang['EXTENSION'] = 'Розширення';
// Auth pages
$lang['AUTH_ATTACH'] = 'Додати файли';
$lang['RETURN_CONFIG'] = '%sПовернутися до налаштувань%s';
$lang['CONFIG_UPD'] = 'Конфігурація успішно змінена.';
$lang['SET_DEFAULTS'] = 'Значення за замовчуванням';
@ -2636,7 +2624,7 @@ $lang['BT_SELECT_FORUMS_EXPL'] = 'для виділення декількох
$lang['REG_TORRENTS'] = 'Реєстрація торрентів';
$lang['DISALLOWED'] = 'Заборонено';
$lang['ALLOW_REG_TRACKER'] = 'Дозволена реєстрація торрентів на трекері';
$lang['ALLOW_PORNO_TOPIC'] = 'Дозволено створювати порно топіки';
$lang['ALLOW_PORNO_TOPIC'] = 'Дозволено розміщувати контент 18+';
$lang['SHOW_DL_BUTTONS'] = 'Показувати кнопки для зміни DL-статусу';
$lang['SELF_MODERATED'] = 'Автор топіка може перенести його в інший форум';
@ -2762,8 +2750,7 @@ $lang['CLICK_RETURN_JOBS_ADDED'] = '%sПовернутися до додаван
$lang['CLICK_RETURN_JOBS'] = '%sПовернутися до планувальника завдань%s';
$lang['REBUILD_SEARCH'] = 'Індексувати';
$lang['REBUILD_SEARCH_DESC'] = 'Ця функція індексує таблиці пошуку. Індексація може зайняти деякий час.<br />
Будь ласка, не закривайте цю сторінку до закінчення індексації';
$lang['REBUILD_SEARCH_DESC'] = 'Ця функція індексує таблиці пошуку. Індексація може зайняти деякий час.<br />Будь ласка, не закривайте цю сторінку до закінчення індексації';
//
// Input screen

View file

@ -33,5 +33,5 @@ $translit_table = array(
'ь' => "'", 'Ь' => "'",
'ю' => 'yu', 'Ю' => 'YU',
'я' => 'ya', 'Я' => 'YA',
"'" => "'", "'" => "'",
"'" => "'",
);

View file

@ -171,7 +171,7 @@ if ($result = DB()->fetch_rowset($sql))
$posts = $row['user_posts'];
$pm = ($bb_cfg['text_buttons']) ? '<a class="txtb" href="'. (PM_URL . "?mode=post&amp;". POST_USERS_URL ."=$user_id") .'">'. $lang['SEND_PM_TXTB'] .'</a>' : '<a href="' . (PM_URL . "?mode=post&amp;". POST_USERS_URL ."=$user_id") .'"><img src="' . $images['icon_pm'] . '" alt="' . $lang['SEND_PRIVATE_MESSAGE'] . '" title="' . $lang['SEND_PRIVATE_MESSAGE'] . '" border="0" /></a>';
if (bf($row['user_opt'], 'user_opt', 'user_viewemail') || IS_AM)
if (bf($row['user_opt'], 'user_opt', 'user_viewemail') || IS_ADMIN)
{
$email_uri = ($bb_cfg['board_email_form']) ? ("profile.php?mode=email&amp;". POST_USERS_URL ."=$user_id") : 'mailto:'. $row['user_email'];
$email = '<a class="editable" href="'. $email_uri .'">'. $row['user_email'] .'</a>';

View file

@ -109,7 +109,7 @@ elseif ($do == 'info')
}
$req_mode = clean_filename(basename($req_mode));
$html_dir = $bb_cfg['html_path'];
$html_dir = LANG_DIR . 'html/';
$require = file_exists($html_dir . $req_mode .'.html') ? $html_dir . $req_mode .'.html' : $html_dir . 'not_found.html';
$in_info = true;

View file

@ -1,21 +0,0 @@
<title>РЕКЛАМА НА САЙТЕ</title>
<div id="infobox-wrap" class="bCenter row1">
<fieldset class="pad_6">
<legend class="med bold mrg_2 warnColor1">РЕКЛАМА НА САЙТЕ</legend>
<div class="bCenter">
<style type="text/css">
#infobox-body p { margin-top: 1em; margin-bottom: 1em; }
</style>
<div id="infobox-body">
<h2 class="bold">Размещение рекламы на <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $bb_cfg['server_name']; ?>"><?php echo $bb_cfg['sitename']?></a></h2>
<p>По вопросам размещения рекламы обращайтесь по адресу: <strong><a href="mailto:<?php echo $bb_cfg['adv_email']; ?>" class="gen"><?php echo $bb_cfg['adv_email']; ?></a></strong></p>
</div><!--/infobox-body-->
</div>
</fieldset>
<p class="gen tRight pad_6"><a href="javascript:window.close();" class="gen">[ Закрыть ]</a></p>
</div><!--/infobox-wrap-->

View file

@ -1,3 +0,0 @@
<div class="postbody">
<div style="font-size:16px; font-weight:bold; text-align:center;">misc/html/agreement.html</div>
</div>

View file

@ -1,10 +0,0 @@
<html>
<body>
<ul>
<li>misc/html/sidebar2.html</li><br />
<li>/templates/default/page_footer.tpl</li>
</ul>
</body>
</html>

View file

@ -19,7 +19,7 @@ BBCode.prototype = {
// Create new BBCode control
construct: function(textarea) {
this.textarea = textarea
this.textarea = textarea;
this.tags = new Object();
// Tag for quoting
this.addTag(
@ -253,7 +253,7 @@ BBCode.prototype = {
tag.key = key;
tag.ctrlKey = ctrlKey;
tag.multiline = multiline;
tag.elt = this.textarea.form[id]
tag.elt = this.textarea.form[id];
this.tags[id] = tag;
// Setup events.
var elt = tag.elt;
@ -294,7 +294,7 @@ BBCode.prototype = {
if (text.indexOf("\n") >= 0) text = "\n" + text + "\n";
return text;
}
}
};
// Emulation of innerText for Mozilla.
if (window.HTMLElement && window.HTMLElement.prototype.__defineSetter__) {

View file

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>TorrentPier (Forum)</ShortName>
<Description>TorrentPier (Forum)</Description>

View file

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>TorrentPier (Tracker)</ShortName>
<Description>TorrentPier (Tracker)</Description>

View file

@ -14,38 +14,38 @@ $mode = request_var('mode', '');
switch ($mode)
{
case 'viewprofile':
require(INC_DIR . 'ucp/usercp_viewprofile.php');
require(INC_DIR . 'ucp/viewprofile.php');
break;
case 'register':
case 'editprofile':
if (IS_GUEST && $mode == 'editprofile') login_redirect();
require(INC_DIR . 'ucp/usercp_register.php');
require(INC_DIR . 'ucp/register.php');
break;
case 'sendpassword':
require(INC_DIR .'ucp/usercp_sendpasswd.php');
require(INC_DIR .'ucp/sendpasswd.php');
break;
case 'activate':
require(INC_DIR .'ucp/usercp_activate.php');
require(INC_DIR .'ucp/activate.php');
break;
case 'email':
require(INC_DIR .'ucp/usercp_email.php');
require(INC_DIR .'ucp/email.php');
break;
case 'bonus':
if (IS_GUEST) login_redirect();
require(INC_DIR . 'ucp/usercp_bonus.php');
require(INC_DIR . 'ucp/bonus.php');
break;
case 'watch':
if (IS_GUEST) login_redirect();
require(INC_DIR . 'ucp/usercp_topic_watch.php');
require(INC_DIR . 'ucp/topic_watch.php');
break;
default:

View file

@ -247,7 +247,7 @@
<!-- {QUOTA_LIMIT_SETTINGS} -->
<!-- BEGIN switch_quota_limit_desc -->
<center><h1>{L_QUOTA_LIMIT_DESC}</h1></center>
<div align="center"><h1>{L_QUOTA_LIMIT_DESC}</h1></div>
<table width="99%" align="center">
<tr>
<td width="49%">

View file

@ -143,15 +143,6 @@
<label><input type="radio" name="allow_namechange" value="0" <!-- IF not ALLOW_NAMECHANGE -->checked="checked"<!-- ENDIF --> />{L_NO}</label>
</td>
</tr>
<tr>
<th colspan="2">{L_EMAIL_SETTINGS}</th>
</tr>
<tr>
<td colspan="2" class="pad_0 tCenter">
<p class="warnColor1 warnBorder1 pad_10">Changes disabled (see <b>Email section</b> in config.php)</p>
</td>
</tr>
<!-- ENDIF / CONFIG -->
<!-- IF CONFIG_MODS -->

View file

@ -90,7 +90,7 @@ tr.hl-tr:hover td { background-color: #CFC !important; }
<td nowrap="nowrap" class="med tCenter">{list.SCHEDULE}</td>
<td nowrap="nowrap" align="center">{list.LAST_RUN}</td>
<td nowrap="nowrap" align="center">{list.NEXT_RUN}</td>
<td nowrap="nowrap" align="center"><font color="#505050"><b><span class="leechmed">{list.RUN_COUNT}</span></b></font></td>
<td nowrap="nowrap" align="center"><span style="color: #505050;" class="leechmed"><b>{list.RUN_COUNT}</b></span></td>
<td nowrap="nowrap" align="center">
<a href="admin_cron.php?mode=run&id={list.CRON_ID}"><img src="{SITE_URL}images/icon_sync.gif" alt="[Run]" title="{L_CRON_RUN}" /></a>
<a href="admin_cron.php?mode=edit&id={list.CRON_ID}"><img src="{SITE_URL}images/icon_edit.gif" alt="[Edit]" title="{L_CRON_EDIT_HEAD_EDIT}" /></a>

View file

@ -167,7 +167,7 @@ function toggle_cat_list (val)
<!--========================================================================-->
<style type="text/css">
table.forumline + table.forumline { border-top-width: 0px; }
table.forumline + table.forumline { border-top-width: 0; }
</style>
<script type="text/javascript">

View file

@ -73,7 +73,7 @@ table.log_filters td {
</div>
</fieldset>
</td>
<td valign="top" class="row1" style="padding: 0px;">
<td valign="top" class="row1" style="padding: 0;">
<fieldset>
<legend>{L_ACTS_LOG_SORT_BY}</legend>
<div>
@ -90,7 +90,7 @@ table.log_filters td {
</td>
</tr>
<tr>
<td class="catBottom" style="padding: 0px; height: 26px">
<td class="catBottom" style="padding: 0; height: 26px">
<span class="med"><input type="submit" class="liteoption" value="&nbsp;{L_SEARCH}&nbsp;" name="submit" /></span>
</td>
</tr>

View file

@ -19,7 +19,7 @@ function update_clear_search(myselect)
// enable/disable radio buttons
for (i = 0; i < 3; i++)
{
document.rebuild.clear_search[i].disabled = ( myselect.options[myselect.selectedIndex].value != 0 ) ? true : false;
document.rebuild.clear_search[i].disabled = ( myselect.options[myselect.selectedIndex].value != 0 );
}
swap_values();

View file

@ -50,14 +50,14 @@ thead tr {
font-weight: bold;
color: #FFF5EE;
background: #006666;
padding: 1px 2px 0px 2px;
padding: 1px 2px 0 2px;
}
.yesDisabled {
font-size: 11px;
font-weight: normal;
color: #E4E4E4;
background: #00888A;
padding: 1px 2px 0px 2px;
padding: 1px 2px 0 2px;
cursor: default;
}
.yesMOD {

View file

@ -61,7 +61,7 @@ ajax.manage_admin = function(mode) {
mode : mode,
user_id : ''
});
}
};
ajax.callback.manage_admin = function(data) {
$('#cache').html(data.cache_html);
$('#datastore').html(data.datastore_html);

View file

@ -1,27 +0,0 @@
<h1 class="pagetitle">{PAGE_TITLE}</h1>
<table class="forumline">
<tr>
<th>{SITENAME} - {L_REGISTRATION}</th>
</tr>
<tr>
<td class="row1">
<div class="w80 bCenter">
<?php require(BB_ROOT .'/misc/html/agreement.html'); ?>
<br /><br />
<div class="tCenter">
<form id="go-to-reg" action="profile.php?mode=register" method="post">
<input type="hidden" name="reg_agreed" value="1" />
</form>
<a href="#" onclick="$('#go-to-reg').submit(); return false;">{L_TERMS_ON}</a>
<br /><br />
<a href="index.php">{L_TERMS_OFF}</a>
</div>
<br />
</div>
</td>
</tr>
</table>
<noscript><div class="warningBox2 bold tCenter">{L_JAVASCRIPT_ON_REGISTER}</div></noscript>

View file

@ -101,12 +101,12 @@ body, th, td, font {
/* ================================================================ *
Globals
* ================================================================ */
hr { height: 0px; border: 0px solid #B7C0C5; border-top-width: 1px; }
hr { height: 0; border: 0 solid #B7C0C5; border-top-width: 1px; }
.hr1 { border-top: 1px #B7C0C5 solid; }
form { display: inline; }
label { cursor: pointer; white-space: nowrap; }
img { border: 0px; }
img { border: 0; }
wbr { display: inline-block; }
.highlight { color: #FF0000; background: #FFFFE0; }
@ -263,7 +263,7 @@ a.small, a.gensmall { color: #006699; text-decoration: none; }
.post_body ul, .post_body ol {
margin: 8px auto 8px 8px;
}
.post_body li { margin: 0px 4px 1px 24px; }
.post_body li { margin: 0 4px 1px 24px; }
ul[type="1"] { list-style-type: decimal; }
ul[type="a"] { list-style-type: lower-alpha; }
ul[type="i"] { list-style-type: lower-roman; }
@ -291,7 +291,7 @@ a.postLink-name, a.postLink-name:visited { text-decoration: none; }
border: 1px #B7C0C5 solid; background: #EFEFEF; padding: 1px;
}
.infobox h1 {
background: #D1D7DC; font-size: 1.2em; padding: 0px 0.6em 2px;
background: #D1D7DC; font-size: 1.2em; padding: 0 0.6em 2px;
}
/* ---------------------------------- *
Inputs, buttons, forms
@ -337,7 +337,7 @@ optgroup, option, fieldset, legend {
font-family: Verdana,sans-serif;
}
optgroup {
font-size: 11px; letter-spacing: 0px; font-weight: bold; font-style: italic;
font-size: 11px; letter-spacing: 0; font-weight: bold; font-style: italic;
color: #005A88; background: #DEE3E7;
}
optgroup option { color: #000000; background: #FFFFFF; }
@ -349,7 +349,7 @@ fieldset > legend { margin-left: 6px; }
.has_sf { color: #333333; background: #F5F5F5; font-weight: bold; }
input.pOrdSel {
border: 0px solid #EFEFEF; width: 18px; overflow: hidden;
border: 0 solid #EFEFEF; width: 18px; overflow: hidden;
color: #333333; background: transparent;
font-size: 12px; font-family: Arial,sans-serif;
cursor: pointer;
@ -372,10 +372,10 @@ table.my_downloads { margin-bottom: 2px; }
select.text_color option { background: #ECECEC; }
select.text_size option.em { font-weight: bold; background: #ECECEC; }
.fldSet1 { margin: 2px 4px 1px 4px; padding: 0px; }
.fldSetCont1 { margin: 0px; padding: 3px 8px 4px 8px; }
.fldSetCont2 { margin: 0px; padding: 2px 8px 4px 8px; }
.fldSetCont3 { margin: 0px; padding: 6px 8px 8px 8px; }
.fldSet1 { margin: 2px 4px 1px 4px; padding: 0; }
.fldSetCont1 { margin: 0; padding: 3px 8px 4px 8px; }
.fldSetCont2 { margin: 0; padding: 2px 8px 4px 8px; }
.fldSetCont3 { margin: 0; padding: 6px 8px 8px 8px; }
.hl_only_new { color: #993300; }
.select-action { background: #F5F5F5; }
@ -402,7 +402,7 @@ table.forumline {
border-top: 1px solid #B7C0C5;
}
.forumline th {
border: 1px solid #B7C0C5; border-width: 1px; border-top-color: #92A3A4;
border: 1px solid #B7C0C5; border-top-color: #92A3A4;
padding: 6px 3px 4px; color: #000000; background-color: #CFD4D8;
font-size: 9px !important; text-transform: uppercase;
}
@ -421,10 +421,12 @@ table.forumline {
padding: 2px 4px 3px;
}
table.borderless th, table.borderless td { border: 0px none; }
table.borderless th, table.borderless td { border: 0 none; }
table.bordered { border-collapse: collapse; border: 1px solid #B7C0C5; }
.bordered th, .bordered td { border-style: solid; border-width: 1px; border-color: #B7C0C5; }
.bordered th, .bordered td {
border: 1px solid #B7C0C5;
}
table.message { margin: 0 auto; width: 100%; }
table.message td {
@ -442,7 +444,7 @@ table.message td {
.catTitle a { text-decoration: none; }
.catBottom { text-align: center; }
#acp_main_nav .catTitle {
padding: 2px 6px 3px; text-align: left; font-size: 11px; letter-spacing: 0px;
padding: 2px 6px 3px; text-align: left; font-size: 11px; letter-spacing: 0;
}
.info_msg_wrap { margin: 12px 0; }
@ -515,8 +517,8 @@ table.smilies td { padding: 3px; text-align: center; }
Main navigation
* ---------------------------------- */
#main-nav {
padding: 4px 10px; margin: 0px;
border: solid #C3CBD1 /*#CFD4D8*/; border-width: 0 0 1px 0px; background: #eff0f3 /*url('../images/cellpic.gif')*/;
padding: 4px 10px; margin: 0;
border: solid #C3CBD1 /*#CFD4D8*/; border-width: 0 0 1px 0; background: #eff0f3 /*url('../images/cellpic.gif')*/;
}
#main-nav b { padding: 0 4px 0 1px; }
#main-nav a { color: #444; text-decoration: none; }
@ -578,8 +580,26 @@ table.smilies td { padding: 3px; text-align: center; }
#sidebar1 ul { margin: 6px 0 0 10px; }
#sidebar1 li { margin-bottom: 2px; margin-left: 14px; }
#sidebar1 a { text-decoration: none; color: #005A88; }
#user_ratio { padding: 0;} /* User ratio */
/* ---------------------------------- *
Sidebar 2
* ---------------------------------- */
#sidebar2 {
margin-top: -8px; width: 210px; padding: 0 6px 0 3px; vertical-align: top;
}
#sidebar2 h3 {
padding: 0 0 4px 0; margin: 8px 0 2px 0;
color: #333333; text-indent: 0.5em;
background: transparent url(../images/hr200_ltr_gradient.jpg) no-repeat left bottom;
}
#sidebar2 h3 a { color: #333333; }
#sidebar2 h5 { padding: 2px 4px 5px; }
#sidebar2 ul { margin: 6px 0 0 10px; }
#sidebar2 li { margin-bottom: 2px; margin-left: 14px; }
#sidebar2 a { text-decoration: none; color: #005A88; }
/* User ratio */
#user_ratio {
padding: 1px 6px 0 0; font-size: 11px;
}
#user_ratio td {
padding: 1px 6px 1px 6px ; font-size: 11px;
}
@ -590,9 +610,6 @@ table.smilies td { padding: 3px; text-align: center; }
#tr_main_cats li {
margin-bottom: 3px; margin-left: 11px; font-size: 11px; font-weight: bold; line-height: 110%;
}
#user_ratio {
padding: 1px 6px 0px 0px; font-size: 11px;
}
#author-rel a { color: #800000; }
/* ================================================================ *
Main content
@ -705,10 +722,10 @@ td.f_titles { border-right-color: #C3CBD1 !important; }
td.last_td { border-right-width: 0 !important; }
.cat_footer {
height: 0px; margin-top: -1px; border-top: 1px solid #C3CBD1;
font-size: 0px; line-height: 0px;
height: 0; margin-top: -1px; border-top: 1px solid #C3CBD1;
font-size: 0; line-height: 0;
}
.cat_separator { height: 10px; font-size: 0px; line-height: 0px; }
.cat_separator { height: 10px; font-size: 0; line-height: 0; }
#mark_all_forums_read { margin: -10px 0 3px 0; }
#online_time { float: left; font-style: italic; color: #444444; }
@ -744,7 +761,7 @@ td.topicSep { /* Topic type groups separator */
}
.iconDL { /* DL Icon */
border: 1px outset; background: #EFEFEF;
padding: 0px 3px 0px 2px; margin: 2px 1px 2px 0px;
padding: 0 3px 0 2px; margin: 2px 1px 2px 0;
}
.topicAuthor, a.topicAuthor, a.topicAuthor:visited {
font-size: 11px; color: #333333; text-decoration: none;
@ -786,19 +803,20 @@ table.topic { width: 100%; }
.poster_info em { font-style: normal; color: #000000; }
table.topic, .topic .td1, .topic .td2, .topic .td3, .post_head, .post_btn_2 {
border-style: solid; border-color: #C3CBD1; }
.topic .td1 { border-width: 1px 1px 0px 0px; border-right-color: #B7C0C5; }
.topic .td2 { border-width: 1px 0px 0px 0px; width: 100%; }
.topic .td3 { border-width: 0px 1px 0px 0px; border-right-color: #B7C0C5; height: 100%; }
.post_head { border-width: 0px 0px 1px 0px; }
.post_btn_2 { border-width: 1px 0px 0px 0px; }
table.topic { border-width: 0px 1px 1px 1px; border-color: #B7C0C5; }
border: solid #C3CBD1;
}
.topic .td1 { border-width: 1px 1px 0 0; border-right-color: #B7C0C5; }
.topic .td2 { border-width: 1px 0 0 0; width: 100%; }
.topic .td3 { border-width: 0 1px 0 0; border-right-color: #B7C0C5; height: 100%; }
.post_head { border-width: 0 0 1px 0; }
.post_btn_2 { border-width: 1px 0 0 0; }
table.topic { border-width: 0 1px 1px 1px; border-color: #B7C0C5; }
.poster_info { padding: 4px; vertical-align: top; font-size: 10px; line-height: 100%; }
.poster_btn { padding: 0; vertical-align: bottom; text-align: center; white-space: nowrap; }
.message { padding: 0; vertical-align: top; width: 100%; }
input.select_post { margin-top: 0px; float: right; }
input.select_post { margin-top: 0; float: right; }
input[type="checkbox"].select_post { margin-top: 4px; }
table.peers { border-collapse: collapse; }
@ -811,7 +829,7 @@ table.topic { width: 100%; }
.dl_list img { display: block; }
#dl_counts td { font-size: 12px; }
#poll { border: solid #B7C0C5; border-width: 1px; margin-bottom: -1px; }
#poll { border: 1px solid #B7C0C5; margin-bottom: -1px; }
.quick_reply_box { width: 800px; }
.hl-selected-post { background-color: #FFEFD5 !important; }
@ -1009,11 +1027,11 @@ var.ajax-params { display: none; }
padding-bottom: 1px;
}
.headerSortUp .tbs-text, .headerSortDown .tbs-text {
border-bottom-width: 2px; border-bottom-style: solid;
border-bottom: 2px solid;
}
.tbs-icon {
padding-left: 8px;
background-image: url(../images/tbl_sort_bg.gif); background-repeat: no-repeat; background-position: 0 50%;
background: url(../images/tbl_sort_bg.gif) no-repeat 0 50%;
}
.headerSortUp .tbs-icon {
background-image: url(../images/tbl_sort_asc.gif);
@ -1121,8 +1139,8 @@ select.report_mode option.report_open {
Shortcuts
* ================================================================ */
.spacer_0, .spacer_2, .spacer_4, .spacer_6, .spacer_8, .spacer_10, .spacer_12 {
font-size: 0px; line-height: 0px; }
.spacer_0 { height: 0px; }
font-size: 0; line-height: 0; }
.spacer_0 { height: 0; }
.spacer_2 { height: 2px; }
.spacer_4 { height: 4px; }
.spacer_6 { height: 6px; }
@ -1165,29 +1183,29 @@ select.report_mode option.report_open {
.w95 { width: 95% !important; }
.w100 { width: 100% !important; }
.border { border-style: solid; border-color: #B7C0C5; }
.bw_T { border-width: 1px 0px 0px 0px !important; }
.bw_TR { border-width: 1px 1px 0px 0px !important; }
.bw_TRB { border-width: 1px 1px 1px 0px !important; }
.border { border: solid #B7C0C5; }
.bw_T { border-width: 1px 0 0 0 !important; }
.bw_TR { border-width: 1px 1px 0 0 !important; }
.bw_TRB { border-width: 1px 1px 1px 0 !important; }
.bw_TRBL { border-width: 1px 1px 1px 1px !important; }
.bw_TB { border-width: 1px 0px 1px 0px !important; }
.bw_TBL { border-width: 1px 0px 1px 1px !important; }
.bw_TL { border-width: 1px 0px 0px 1px !important; }
.bw_TRL { border-width: 1px 1px 0px 1px !important; }
.bw_R { border-width: 0px 1px 0px 0px !important; }
.bw_RB { border-width: 0px 1px 1px 0px !important; }
.bw_RBL { border-width: 0px 1px 1px 1px !important; }
.bw_RL { border-width: 0px 1px 0px 1px !important; }
.bw_B { border-width: 0px 0px 1px 0px !important; }
.bw_BL { border-width: 0px 0px 1px 1px !important; }
.bw_L { border-width: 0px 0px 0px 1px !important; }
.bw_TB { border-width: 1px 0 1px 0 !important; }
.bw_TBL { border-width: 1px 0 1px 1px !important; }
.bw_TL { border-width: 1px 0 0 1px !important; }
.bw_TRL { border-width: 1px 1px 0 1px !important; }
.bw_R { border-width: 0 1px 0 0 !important; }
.bw_RB { border-width: 0 1px 1px 0 !important; }
.bw_RBL { border-width: 0 1px 1px 1px !important; }
.bw_RL { border-width: 0 1px 0 1px !important; }
.bw_B { border-width: 0 0 1px 0 !important; }
.bw_BL { border-width: 0 0 1px 1px !important; }
.bw_L { border-width: 0 0 0 1px !important; }
.bCenter { margin-left: auto !important; margin-right: auto !important; } /* blockCenter */
.bLeft { margin-right: auto !important; }
.block { display: block; }
.bold { font-weight: bold; }
.bRight { margin-left: auto !important; }
.clear { clear: both; height: 0; font-size: 0px; line-height: 0px; overflow: hidden; }
.clear { clear: both; height: 0; font-size: 0; line-height: 0; overflow: hidden; }
.clearB { clear: both; }
.floatL { float: left; }
.floatR { float: right; }
@ -1248,7 +1266,7 @@ select.report_mode option.report_open {
.PanelsButton {
float:right;
overflow:hidden;
margin:5px 5px 0px 10px;
margin:5px 5px 0 10px;
}
.PanelsClose { color: #006699; cursor: pointer; }
@ -1419,7 +1437,7 @@ div#autocomplete_popup span.regenerate {
}
.alert > p,
.alert > ul {
margin: 0px 0px 1px 15px;
margin: 0 0 1px 15px;
}
.alert > p + p {
margin-top: 5px;

View file

@ -19,7 +19,7 @@ function toggle_cbox (cb_id, tr_id)
<table width="100%">
<tr>
<td style="padding-left: 0px;" class="nav"><a href="{U_INDEX}" class="nav">{T_INDEX}</a><span class="nav">
<td style="padding-left: 0;" class="nav"><a href="{U_INDEX}" class="nav">{T_INDEX}</a><span class="nav">
&raquo;&nbsp;<a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
</tr>
</table>
@ -43,7 +43,7 @@ function toggle_cbox (cb_id, tr_id)
</tr>
<!-- //bot -->
<tr>
<td colspan="2" class="row2" align="center" style="padding: 0px">
<td colspan="2" class="row2" align="center" style="padding: 0">
<table class="borderless">
<tr>
<td class="row2" align="center"><span class="gen"><input type="checkbox" name="after_split_to_old" id="after_split_to_old" checked="checked" /><label for="after_split_to_old"> {L_BOT_AFTER_SPLIT_TO_OLD}</label></span></td>

View file

@ -7,11 +7,10 @@
<!--sidebar2-->
<td id="sidebar2">
<div id="sidebar2-wrap">
<?php if (!empty($bb_cfg['sidebar2_static_content_path'])) include($bb_cfg['sidebar2_static_content_path']); ?>
<!-- IF HTML_SIDEBAR_2 -->
<?php include($V['HTML_SIDEBAR_2']); ?>
<!-- ENDIF -->
<img width="210" class="spacer" src="{SPACER}" alt="" />
</div><!--/sidebar2_wrap-->
</td><!--/sidebar2-->
<!-- ENDIF -->
@ -27,20 +26,20 @@
<br /><br />
<!-- IF $bb_cfg['user_agreement_html_path'] -->
<div class="med bold tCenter">
<!-- IF HTML_AGREEMENT -->
<a href="{$bb_cfg['user_agreement_url']}" onclick="window.open(this.href, '', InfoWinParams); return false;">{L_USER_AGREEMENT}</a>
<!-- IF $bb_cfg['copyright_holders_html_path'] -->
<!-- ENDIF -->
<!-- IF HTML_COPYRIGHT -->
<span class="normal">&nbsp;|&nbsp;</span>
<a href="{$bb_cfg['copyright_holders_url']}" onclick="window.open(this.href, '', InfoWinParams); return false;">{L_COPYRIGHT_HOLDERS}</a>
<!-- ENDIF -->
<!-- IF $bb_cfg['advert_html_path'] -->
<!-- IF HTML_ADVERT -->
<span class="normal">&nbsp;|&nbsp;</span>
<a href="{$bb_cfg['advert_url']}" onclick="window.open(this.href, '', InfoWinParams); return false;">{L_ADVERT}</a>
<!-- ENDIF -->
</div>
<br />
<!-- ENDIF -->
<!-- IF SHOW_ADMIN_LINK -->
<div class="tiny tCenter"><a href="{ADMIN_LINK_HREF}">{L_ADMIN_PANEL}</a></div>

View file

@ -22,7 +22,7 @@
</script>
<script type="text/javascript">
var bb_url = '{SITE_URL}';
var bbl = { "code": "{L_CODE}", "wrote": "{L_WROTE}", "quote": "{L_QUOTE}", "quoted_post": "{L_GOTO_QUOTED_POST}", "loading": "{L_LOADING}", "spoiler_head": "{L_SPOILER_HEAD}", "spoiler_close": "{L_SPOILER_CLOSE}", "links_are": "{L_LINKS_ARE_FORBIDDEN}", "scr_rules": "{L_SCREENSHOTS_RULES}", "play_on": "{L_PLAY_ON_CURPAGE}" }
var bbl = { "code": "{L_CODE}", "wrote": "{L_WROTE}", "quote": "{L_QUOTE}", "quoted_post": "{L_GOTO_QUOTED_POST}", "loading": "{L_LOADING}", "spoiler_head": "{L_SPOILER_HEAD}", "spoiler_close": "{L_SPOILER_CLOSE}", "links_are": "{L_LINKS_ARE_FORBIDDEN}", "scr_rules": "{L_SCREENSHOTS_RULES}", "play_on": "{L_PLAY_ON_CURPAGE}" };
var postImg_MaxWidth = screen.width - {POST_IMG_WIDTH_DECR_JS};
var postImgAligned_MaxWidth = Math.round(screen.width/3);
@ -57,7 +57,7 @@ var user = {
window.location.reload();
}
}
}
};
<!-- IF SHOW_JUMPBOX -->
$(document).ready(function(){
@ -473,7 +473,9 @@ $(document).ready(function() {
<!-- IF $bb_cfg['seed_bonus_enabled'] --><tr><td>{L_SEED_BONUS}</td><td><a href="profile.php?mode=bonus"><span class="points bold">{POINTS}</span></a></td></tr><!-- ENDIF -->
</table>
</div><!-- ENDIF -->
<?php if (!empty($bb_cfg['sidebar1_static_content_path'])) include($bb_cfg['sidebar1_static_content_path']); ?>
<!-- IF HTML_SIDEBAR_1 -->
<?php include($V['HTML_SIDEBAR_1']); ?>
<!-- ENDIF -->
<img width="210" class="spacer" src="{SPACER}" alt="" />
</div><!--/sidebar1-wrap-->
</td><!--/sidebar1-->

View file

@ -389,7 +389,7 @@ var TPL = {
TPL.reset_f_errors();
var msg_header = [];
var msg_poster = '';
var msg_body = []
var msg_body = [];
var msg_els = TPL.get_msg_els( $('#tpl-src-msg').val(), true );
$.each(msg_els, function(el,at){
@ -4073,11 +4073,11 @@ ajax.posts = function(message, res_id) {
message : message,
res_id : res_id
});
}
};
ajax.callback.posts = function(data) {
$('#'+data.res_id).html(data.message_html).append('<div class="clear"></div>');
initPostBBCode('#'+data.res_id);
}
};
// topic_tpl
ajax.topic_tpl = function(mode, params) {
@ -4150,7 +4150,7 @@ ajax.topic_tpl = function(mode, params) {
default:
alert('invalid mode: '+ mode);
}
}
};
ajax.callback.topic_tpl = function(data) {
switch (data.mode) {
case 'load':
@ -4184,7 +4184,7 @@ ajax.callback.topic_tpl = function(data) {
$('#tpl-new-resp').html('новый шаблон создан (в списке выбора он появится после перезагрузки страницы)');
break;
}
}
};
function tpl_build_form ()
{

View file

@ -161,7 +161,7 @@ document.write('<input type="hidden" name="user_timezone" value="'+tz+'" />');
</tr>
<!-- IF TEMPLATES_SELECT -->
<tr>
<td class="prof-title">{L_FORUM_STYLE}</td>
<td class="prof-title">{L_FORUM_STYLE}:</td>
<td>
<div style="margin: 3px 0;">
{TEMPLATES_SELECT}
@ -195,6 +195,7 @@ ajax.callback.posts = function(data){
<!-- ENDIF -->
</tr>
<!-- IF IS_ADMIN -->
<tr>
<td class="prof-title">{L_PUBLIC_VIEW_EMAIL}:</td>
<td>
@ -202,6 +203,7 @@ ajax.callback.posts = function(data){
<label><input type="radio" name="user_viewemail" value="0" <!-- IF not USER_VIEWEMAIL -->checked="checked"<!-- ENDIF --> />{L_NO}</label>
</td>
</tr>
<!-- ENDIF -->
<tr>
<td class="prof-title">{L_HIDE_USER}:</td>
<td>
@ -297,7 +299,7 @@ ajax.callback.posts = function(data){
<fieldset class="pad_6">
<legend class="med bold mrg_2 warnColor1">{L_USER_AGREEMENT_HEAD}</legend>
<div class="bCenter">
<?php include($bb_cfg['user_agreement_html_path']) ?>
<?php include($V['HTML_AGREEMENT']); ?>
</div>
<p class="med bold mrg_4 tCenter"><label><input type="checkbox" value="" checked="checked" disabled="disabled" /> {L_USER_AGREEMENT_AGREE}</label></p>
</fieldset>

View file

@ -26,11 +26,11 @@ ajax.avatar = function(mode, uid) {
mode : mode,
user_id : uid
});
}
};
ajax.callback.avatar = function (data) {
$('#avatar-img').html(data.avatar_html);
$('#avatar-adm').hide();
}
};
// change_user_rank
ajax.change_user_rank = function (uid, rank_id) {
@ -40,11 +40,11 @@ ajax.change_user_rank = function(uid, rank_id) {
user_id : uid,
rank_id : rank_id
});
}
};
ajax.callback.change_user_rank = function (data) {
$('#rank-msg').html(data.html);
$('#rank-name').html(data.rank_name);
}
};
ajax.user_opt = {AJAX_USER_OPT};
@ -59,7 +59,7 @@ ajax.change_user_opt = function() {
ajax.callback.change_user_opt = function (data) {
$('#user-opt-resp').html(data.resp_html);
$('#user-opt-save-btn').removeAttr('disabled');
}
};
$(document).ready(function(){
$('#user-opt').find('input[type=checkbox]').click(function(){
@ -139,10 +139,10 @@ ajax.group_membership = function(mode) {
mode : mode,
user_id : {PROFILE_USER_ID}
});
}
};
ajax.callback.group_membership = function(data) {
$('#gr-mem-list').html(data.group_list_html);
}
};
</script>
<!-- ENDIF / IS_AM -->
@ -154,14 +154,14 @@ ajax.index_data = function(mode) {
mode : mode,
user_id : {PROFILE_USER_ID}
});
}
};
ajax.callback.index_data = function(data) {
$('#traf-stats-tbl').html(data.html);
$('#bt_user_ratio').html(data.user_ratio);
$('#traf-stats-span').hide();
$('#traf-stats-tbl').show();
$('#bt_user_ratio').show();
}
};
</script>
<!-- ENDIF -->

View file

@ -107,7 +107,7 @@ ajax.edit_topic_title = function(topic_id, topic_title) {
topic_id : topic_id,
topic_title : topic_title
});
}
};
function mod_action (mode)
{
@ -137,7 +137,7 @@ ajax.mod_action = function(topic_ids, mode, status) {
topic_ids : topic_ids,
status : status
});
}
};
ajax.callback.mod_action = function(data) {
if(data.topics) {
@ -150,7 +150,7 @@ ajax.callback.mod_action = function(data) {
$tt_td.html(ajax.tte_orig_html);
$('.tt-text', $tt_td).html(data.topic_title);
}
}
};
</script>
<div id="mod-action-content" style="display: none;">
@ -379,7 +379,7 @@ td.topic_id { cursor: pointer; }
<table cellspacing="0" cellpadding="0" class="borderless w100">
<tr>
<!-- IF AUTH_MOD -->
<td class="small bold nowrap" style="padding: 0px 0px 0px 4px;">
<td class="small bold nowrap" style="padding: 0 0 0 4px;">
<span id="show_mod_options"><a href="#" class="small bold">{L_MODERATE_FORUM}</a></span>
</td>
<td class="med" style="padding: 0 4px 2px 4px;color:#CDCDCD">|</td>
@ -410,7 +410,7 @@ td.topic_id { cursor: pointer; }
<!-- ENDIF / LOGGED_IN -->
</td>
<td class="nowrap" style="padding: 0px 4px 2px 4px;">
<td class="nowrap" style="padding: 0 4px 2px 4px;">
<form action="{PAGE_URL}" method="post">
<input id="search-text" type="text" name="nm"
<!-- IF TITLE_MATCH -->

View file

@ -113,11 +113,11 @@ ajax.edit_topic_title = function(topic_title) {
topic_id : {TOPIC_ID},
topic_title : topic_title
});
}
};
ajax.callback.mod_action = function(data) {
$tt_td.html(ajax.tte_orig_html);
$('.tt-text', $tt_td).html(data.topic_title);
}
};
ajax.post_mod_comment = function(post_id, mc_text, mc_type) {
ajax.exec({
action : 'post_mod_comment',
@ -125,7 +125,7 @@ ajax.post_mod_comment = function(post_id, mc_text, mc_type) {
mc_type : mc_type,
mc_text : mc_text
});
}
};
ajax.callback.post_mod_comment = function(data) {
if (data.mc_type == 0) {
$('#mc_text_'+ data.post_id).attr('value', '');
@ -138,7 +138,7 @@ ajax.callback.post_mod_comment = function(data) {
initPostBBCode('#pc_'+ data.post_id);
$('#pc_'+ data.post_id).show();
}
}
};
</script>
<a style="cursor: help; color: #800000;" title="{L_EDIT_TOPIC_TITLE}" onclick="edit_topic_title('edit'); return false" href="#">&para;</a>
@ -239,15 +239,15 @@ function build_poll_add_form (src_el)
<tr>
<!-- IF AUTH_MOD -->
<td class="small bold nowrap" style="padding: 0px 0px 0px 4px;">
<td class="small bold nowrap" style="padding: 0 0 0 4px;">
<!-- IF IN_MODERATION -->{L_MODERATE_TOPIC}<!-- ELSE --><a href="{PAGE_URL}&amp;mod=1&amp;start={PAGE_START}" class="small bold">{L_MODERATE_TOPIC}</a><!-- ENDIF -->
&nbsp;<span style="color:#CDCDCD;">|</span>&nbsp;
<a class="small bold" href="{PIN_HREF}">{PIN_TITLE}</a>
</td>
<!-- IF SELECT_PPP -->
<td class="med" style="padding: 0px 4px 2px 4px;">|</td>
<td class="small nowrap" style="padding: 0px 0px 0px 0px;">{L_SELECT_POSTS_PER_PAGE}</td>
<td class="small nowrap" style="padding: 0px 0px 0px 3px;">
<td class="med" style="padding: 0 4px 2px 4px;">|</td>
<td class="small nowrap" style="padding: 0 0 0 0;">{L_SELECT_POSTS_PER_PAGE}</td>
<td class="small nowrap" style="padding: 0 0 0 3px;">
<form id="ppp" action="{PAGE_URL_PPP}" method="post">{SELECT_PPP}</form>
</td>
<!-- ENDIF / SELECT_PPP -->
@ -261,7 +261,7 @@ function build_poll_add_form (src_el)
<!-- ENDIF / LOGGED_IN -->
</td>
<td class="nowrap" style="padding: 0px 4px 2px 4px;">
<td class="nowrap" style="padding: 0 4px 2px 4px;">
<form action="search.php?t={TOPIC_ID}&amp;dm=1&amp;s=1" method="post">
<input id="search-text" type="text" name="nm" class="hint" style="width: 150px;" placeholder="{L_SEARCH_IN_TOPIC}" required />
<input type="submit" class="bold" value="&raquo;" style="width: 30px;" />

View file

@ -78,7 +78,7 @@ function submit_vote ()
function build_poll_edit_form ()
{
$('#poll').empty().append( $('#poll-edit-tpl').contents() )
$('#poll').empty().append($('#poll-edit-tpl').contents());
$('#poll-legend').html('Изменить опрос');
$('#poll-edit-submit-btn').click(function(){
return poll_manage('poll_edit', 'Изменить опрос (старые результаты будут удалены)?');

View file

@ -6,7 +6,8 @@
<script type="text/javascript">
$(document).ready(function(){
$('table.tablesorter').tablesorter({
sortList: [[4,1]] });
sortList: [[4,1]]
});
});
</script>

View file

@ -22,10 +22,10 @@ li {
Все создающие раздачу (выкладывающие файл для общедоступного скачивания) обязаны контролировать содержимое этой раздачи по качеству (к примеру, отсутствие звука в фильмах, неснятая защита в программах, неработоспособность программы и т.п.).
</li>
<li>
Данная конференция ведется на русском языке. Для не имеющих возможности писать кириллицей в форум встроена виртуальная русская клавиатура и транслит, кроме того в интернете существует целый ряд <a href="http://www.translit.ru">подобных сервисов</a>. Модераторы и администрация оставляют за собой право редактировать или удалять сообщения, написанные латиницей, без предупреждения.
Данная конференция ведется на русском языке. Для не имеющих возможности писать кириллицей в форум встроена виртуальная русская клавиатура и транслит, кроме того в интернете существует целый ряд <a href="http://translit.net/">подобных сервисов</a>. Модераторы и администрация оставляют за собой право редактировать или удалять сообщения, написанные латиницей, без предупреждения.
</li>
<li>
Перед тем, как создавать раздачу, воспользуйтесь <a href="viewtopic.php?t=48682">поиском</a> - возможно такая раздача уже существует.
Перед тем, как создавать раздачу, воспользуйтесь <a href="tracker.php">поиском</a> - возможно такая раздача уже существует.
</li>
</ul>
</div>
@ -40,7 +40,7 @@ li {
</ul>
</div>
<h6 class="tCenter mrg_8 bCenter w85">Решение по соответствию раздачи данным требованиям принимает <a href="groupcp.php?g=39731"><b>Модератор</b></a> или <b><a href="groupcp.php?g=88208">Администратор</a></b>. В их полномочиях редактировать, перемещать, закрывать или удалять раздачу.</h6>
<h6 class="tCenter mrg_8 bCenter w85">Решение по соответствию раздачи данным требованиям принимает <a href="groupcp.php"><b>Модератор</b></a> или <b><a href="groupcp.php">Администратор</a></b>. В их полномочиях редактировать, перемещать, закрывать или удалять раздачу.</h6>
</div>