New project domain name.

This commit is contained in:
Yuriy Pikhtarev 2017-06-25 00:01:22 +03:00
parent 3b7a0fd3ff
commit 9a2981953d
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
18 changed files with 39 additions and 38 deletions

View file

@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at admin@torrentpier.me. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at admin@torrentpier.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

View file

@ -73,7 +73,7 @@ further defined and clarified by project maintainers.
### Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at admin@torrentpier.me. All
reported by contacting the project team at admin@torrentpier.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.

View file

@ -1,4 +1,4 @@
<p align="center"><a href="https://torrentpier.me/"><img src="https://torrentpier.me/forum/styles/default/xenforo/bull-logo.svg" width="400px" /></a></p>
<p align="center"><a href="https://torrentpier.com/"><img src="https://torrentpier.com/forum/styles/default/xenforo/bull-logo.svg" width="400px" /></a></p>
<p align="center">
<a href="http://torrentpier.herokuapp.com/"><img src="http://torrentpier.herokuapp.com/badge.svg" alt="Slack"></a>
<a href="https://crowdin.com/project/torrentpier"><img src="https://d322cqt584bo4o.cloudfront.net/torrentpier/localized.svg" alt="Crowdin"></a>
@ -15,7 +15,7 @@
TorrentPier — bull-powered BitTorrent tracker engine, written in php. High speed, simple modification, high load
architecture, built-in support for alternative compiled announcers (Ocelot, XBT). In addition we have very helpful
[official support forum](https://torrentpier.me/forum), where among other things it is possible to test the live
[official support forum](https://torrentpier.com/forum), where among other things it is possible to test the live
demo, get any support and download modifications for engine.
## Current status
@ -65,7 +65,7 @@ and chmod 0644 for files in them. If you are not sure, leave it as is.
## The recommended way to run cron.php
For significant tracker speed increase may be required to replace built-in cron.php by operating system daemon. For more
information about that you can read [this thread](https://torrentpier.me/forum/threads/52/) on our support forum.
information about that you can read [this thread](https://torrentpier.com/forum/threads/52/) on our support forum.
## Local configuration copy
@ -77,11 +77,11 @@ should not be available for reading to anyone by setting up access rights for yo
We have built-in support for alternate compiled announcer — Ocelot. The configuration is in the file **library/config.php**,
the announcer is in the repository [torrentpier/ocelot](https://github.com/torrentpier/ocelot). You can read assembly instructions
on his repository or in [this thread](https://torrentpier.me/forum/threads/26078/) on our support forum.
on his repository or in [this thread](https://torrentpier.com/forum/threads/26078/) on our support forum.
## Official documentation
Documentation for TorrentPier can be found on the [TorrentPier docs website](https://docs.torrentpier.me).
Documentation for TorrentPier can be found on the [TorrentPier docs website](https://docs.torrentpier.com).
## Contributing

View file

@ -43,7 +43,7 @@ $cfg = [];
* All config names with default values
*/
$default_cfg_str = array(
'bt_announce_url' => 'http://demo.torrentpier.me/bt/',
'bt_announce_url' => 'http://demo.torrentpier.com/bt/',
);
$default_cfg_bool = array(

View file

@ -45,7 +45,7 @@ $confirmed = isset($_POST['confirm']);
*/
$default_cfg_str = array(
'off_reason' => 'Tracker is disabled',
'browser_redirect_url' => 'http://demo.torrentpier.me/',
'browser_redirect_url' => 'http://demo.torrentpier.com/',
);
$default_cfg_bool = array(

View file

@ -8,31 +8,32 @@
"torrent",
"tracker"
],
"homepage": "https://torrentpier.me/",
"homepage": "https://torrentpier.com/",
"license": "MIT",
"authors": [
{
"name": "Exile",
"email": "admin@torrentpier.me",
"homepage": "https://torrentpier.me/forum/members/exile.1/",
"email": "admin@torrentpier.com",
"homepage": "https://torrentpier.com/forum/members/exile.1/",
"role": "Developer"
},
{
"name": "Diolektor",
"homepage": "https://torrentpier.me/forum/members/diolektor.5765/",
"homepage": "https://torrentpier.com/forum/members/diolektor.5765/",
"role": "Developer"
},
{
"name": "PheRum",
"homepage": "https://torrentpier.me/forum/members/pherum.23/",
"homepage": "https://torrentpier.com/forum/members/pherum.23/",
"role": "Developer"
}
],
"support": {
"email": "support@torrentpier.me",
"email": "support@torrentpier.com",
"issues": "https://github.com/torrentpier/torrentpier/issues",
"forum": "https://torrentpier.me/forum/",
"docs": "https://docs.torrentpier.me/"
"forum": "https://torrentpier.com/forum/",
"irc": "http://torrentpier.herokuapp.com/",
"docs": "https://docs.torrentpier.com/"
},
"require": {
"php": "^5.6 || ^7.0",

View file

@ -487,7 +487,7 @@ INSERT INTO `bb_config` VALUES ('birthday_min_age', '10');
INSERT INTO `bb_config` VALUES ('birthday_check_day', '7');
INSERT INTO `bb_config` VALUES ('bt_add_auth_key', '1');
INSERT INTO `bb_config` VALUES ('bt_allow_spmode_change', '1');
INSERT INTO `bb_config` VALUES ('bt_announce_url', 'https://demo.torrentpier.me/bt/announce.php');
INSERT INTO `bb_config` VALUES ('bt_announce_url', 'https://demo.torrentpier.com/bt/announce.php');
INSERT INTO `bb_config` VALUES ('bt_disable_dht', '0');
INSERT INTO `bb_config` VALUES ('bt_check_announce_url', '0');
INSERT INTO `bb_config` VALUES ('bt_del_addit_ann_urls', '1');
@ -964,7 +964,7 @@ CREATE TABLE IF NOT EXISTS `bb_posts_text` (
-- Records of bb_posts_text
-- ----------------------------
INSERT INTO `bb_posts_text` VALUES ('1',
'Благодарим вас за установку новой версии TorrentPier Aurochs!\n\nЧто делать дальше? Сперва настройте ваш сайт в администраторском разделе. Измените базовые опции: заголовок сайта, число сообщений на страницу, часовой пояс, язык по-умолчанию, настройки сидбонусов, дней рождения и т.д. Создайте несколько форумов, а также не забудьте переименовать или удалить этот. Обязательно настройте возможность создания релизов в созданных вами разделах и добавьте [url=https://torrentpier.me/threads/25867/]шаблоны оформления раздач[/url] для них. Если у вас возникнут вопросы или потребность в дополнительных модификациях, [url=https://torrentpier.me/forum/]посетите наш форум[/url].\n\nТакже напоминаем, что у проекта TorrentPier есть несколько сайтов, которые могут оказаться полезны для вас:\n[list]\n[*]Форум: https://torrentpier.me/forum/\n[*]Демо-версия: https://demo.torrentpier.me/\n[*]Инструкция: https://docs.torrentpier.me/\n[*]Центр загрузки: https://get.torrentpier.me/\n[*]Перевод на другие языки: https://crowdin.com/project/torrentpier\n[/list]\nНе забудьте добавить их себе в закладки и регулярно проверять наличие новых версий движка на нашем форуме, для своевременного обновления.\n\nНе сомневаемся, вам под силу создать самый лучший трекер. Удачи!');
'Благодарим вас за установку новой версии TorrentPier Aurochs!\n\nЧто делать дальше? Сперва настройте ваш сайт в администраторском разделе. Измените базовые опции: заголовок сайта, число сообщений на страницу, часовой пояс, язык по-умолчанию, настройки сидбонусов, дней рождения и т.д. Создайте несколько форумов, а также не забудьте переименовать или удалить этот. Обязательно настройте возможность создания релизов в созданных вами разделах и добавьте [url=https://torrentpier.com/threads/25867/]шаблоны оформления раздач[/url] для них. Если у вас возникнут вопросы или потребность в дополнительных модификациях, [url=https://torrentpier.com/forum/]посетите наш форум[/url].\n\nТакже напоминаем, что у проекта TorrentPier есть несколько сайтов, которые могут оказаться полезны для вас:\n[list]\n[*]Форум: https://torrentpier.com/forum/\n[*]Демо-версия: https://demo.torrentpier.com/\n[*]Инструкция: https://docs.torrentpier.com/\n[*]Центр загрузки: https://get.torrentpier.com/\n[*]Перевод на другие языки: https://crowdin.com/project/torrentpier\n[/list]\nНе забудьте добавить их себе в закладки и регулярно проверять наличие новых версий движка на нашем форуме, для своевременного обновления.\n\nНе сомневаемся, вам под силу создать самый лучший трекер. Удачи!');
-- ----------------------------
-- Table structure for `bb_privmsgs`
@ -1339,14 +1339,14 @@ INSERT INTO `bb_users` VALUES
'144', '0',
'0', '0',
'0000-00-00',
'bot@torrentpier.me', '', '', '', '', '', '', '', '', '', '', '', '0', '0.00', 'default');
'bot@torrentpier.com', '', '', '', '', '', '', '', '', '', '', '', '0', '0.00', 'default');
INSERT INTO `bb_users` VALUES
('2', '1', 'admin', 'c3284d0f94606de1fd2af172aba15bf3', '0', '0', '0', UNIX_TIMESTAMP(), '0', '1', '1', '', 'ru', '0',
'0', '0',
'304', '1',
'0', '0',
'0000-00-00',
'admin@torrentpier.me', '', '', '', '', '', '', '', '', '', '', '', '0', '0.00', 'default');
'admin@torrentpier.com', '', '', '', '', '', '', '', '', '', '', '', '0', '0.00', 'default');
-- ----------------------------
-- Table structure for `bb_user_group`

View file

@ -27,7 +27,7 @@ if (!defined('BB_ROOT')) {
die(basename(__FILE__));
}
$domain_name = 'torrentpier.me'; // enter here your primary domain name of your site
$domain_name = 'torrentpier.com'; // enter here your primary domain name of your site
$domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $domain_name;
$bb_cfg = [];

View file

@ -32,7 +32,7 @@ global $bb_cfg, $userdata, $template, $DBS, $lang;
if (!empty($template)) {
$template->assign_vars(array(
'SIMPLE_FOOTER' => !empty($gen_simple_header),
'POWERED' => 'Tracker software by <a target="_blank" href="https://torrentpier.me">TorrentPier</a> &copy; 2005-' . date('Y'),
'POWERED' => 'Tracker software by <a target="_blank" href="https://torrentpier.com">TorrentPier</a> &copy; 2005-' . date('Y'),
'SHOW_ADMIN_LINK' => (IS_ADMIN && !defined('IN_ADMIN')),
'ADMIN_LINK_HREF' => "admin/index.php",
));

View file

@ -30,7 +30,7 @@ if (!defined('BB_ROOT')) {
$announce_urls = array();
// Here you can define additional allowed announce urls
// For example, if you want to add http://demo.torrentpier.me
// add this line: $announce_urls[] = 'http://demo.torrentpier.me/bt/announce.php';
// For example, if you want to add http://demo.torrentpier.com
// add this line: $announce_urls[] = 'http://demo.torrentpier.com/bt/announce.php';
// $announce_urls[] = 'http://demo.torrentpier.me/bt/announce.php';
// $announce_urls[] = 'http://demo.torrentpier.com/bt/announce.php';

View file

@ -13,8 +13,8 @@
<h3>FAQ</h3>
<ul class="med">
<li><a href="info.php?show=user_agreement" class="med" onclick="window.open(this.href, '', IWP); return false;"><b>Terms of usage</b></a></li>
<li><a href="https://torrentpier.me/forum/threads/260" class="med">FAQ for beginners</a></li>
<li><a href="https://torrentpier.me/forum/forums/10" class="med">Where is ask a question?</a></li>
<li><a href="https://torrentpier.com/forum/threads/260" class="med">FAQ for beginners</a></li>
<li><a href="https://torrentpier.com/forum/forums/10" class="med">Where is ask a question?</a></li>
</ul>
</div>

View file

@ -2747,7 +2747,7 @@ $lang['SITEMAP_BING_1'] = 'Register your site at <a href="https://www.bing.com/w
$lang['SITEMAP_BING_2'] = 'Add sitemap of site you registered in its settings.';
$lang['SITEMAP_ADD_TITLE'] = 'Additional pages for sitemap';
$lang['SITEMAP_ADD_PAGE'] = 'Additional pages';
$lang['SITEMAP_ADD_EXP_1'] = 'You can specify additional pages on your site (for example, <b>http://torrentpier.me/memberlist.php</b>) which should be included in your sitemap file that you creating.';
$lang['SITEMAP_ADD_EXP_1'] = 'You can specify additional pages on your site which should be included in your sitemap file that you creating.';
$lang['SITEMAP_ADD_EXP_2'] = 'Each reference must begin with http(s):// and a new line!';
$lang['FORUM_MAP'] = 'Forums\' map';

View file

@ -3,6 +3,6 @@
<ShortName>TorrentPier (Forum)</ShortName>
<Description>TorrentPier (Forum)</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image height="16" width="16" type="image/x-icon">http://torrentpier.me/favicon.png</Image>
<Url type="text/html" template="http://torrentpier.me/search.php?mode=results&amp;show_results=topics&amp;search_keywords={searchTerms}"/>
<Image height="16" width="16" type="image/x-icon">http://torrentpier.com/favicon.png</Image>
<Url type="text/html" template="http://torrentpier.com/search.php?mode=results&amp;show_results=topics&amp;search_keywords={searchTerms}"/>
</OpenSearchDescription>

View file

@ -3,6 +3,6 @@
<ShortName>TorrentPier (Tracker)</ShortName>
<Description>TorrentPier (Tracker)</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image height="16" width="16" type="image/x-icon">http://torrentpier.me/favicon.png</Image>
<Url type="text/html" template="http://torrentpier.me/tracker.php?submit=1&amp;o=13&amp;nm={searchTerms}"/>
<Image height="16" width="16" type="image/x-icon">http://torrentpier.com/favicon.png</Image>
<Url type="text/html" template="http://torrentpier.com/tracker.php?submit=1&amp;o=13&amp;nm={searchTerms}"/>
</OpenSearchDescription>

View file

@ -4,7 +4,7 @@
"description": "Bull-powered BitTorrent tracker engine",
"main": "index.js",
"repository": "git@github.com:torrentpier/torrentpier.git",
"author": "Exile <admin@torrentpier.me>",
"author": "Exile <admin@torrentpier.com>",
"license": "MIT",
"dependencies": {
"jquery": "^3.2.1"

View file

@ -9,5 +9,5 @@ Disallow: /posting.php
Disallow: /privmsg.php
Disallow: /profile.php
Host: torrentpier.me
Sitemap: http://torrentpier.me/sitemap.xml
Host: torrentpier.com
Sitemap: http://torrentpier.com/sitemap.xml

View file

@ -257,7 +257,7 @@ class User
$sql = "SELECT ban_id FROM " . BB_BANLIST . " WHERE $where_sql LIMIT 1";
if (DB()->fetch_row($sql)) {
header('Location: https://torrentpier.me/banned/');
header('Location: https://torrentpier.com/banned/');
}
}

View file

@ -119,7 +119,7 @@ var TPL = {
// значения для автозаполнителя формы. если не определено, то заполняется названием
year : 2011,
poster : 'https://demo.torrentpier.me/styles/images/logo/logo.pngs',
poster : 'https://demo.torrentpier.com/styles/images/logo/logo.png',
screenshots : 'http://img462.imageshack.us/img462/8360/snapshot20070911141251ee8.png\n[img]http://img513.imageshack.us/img513/7226/snapshot20070911141324ey9.png[/img]\nhttp://img513.imageshack.us/img513/2809/snapshot20070911141335tt2.png\n[img]http://img211.imageshack.us/img211/2936/snapshot20070911141603ew2.png[/img]',
// dummy